CSIT-1488: Add data to the Report 1904
[csit.git] / resources / tools / presentation / specification.yaml
1 - type: "environment"
2
3   paths:
4     # Top level directories:
5     ## Working directory
6     DIR[WORKING]: "_tmp"
7     ## Build directories
8     DIR[BUILD,HTML]: "_build"
9     DIR[BUILD,LATEX]: "_build_latex"
10
11     # Static .rst files
12     DIR[RST]: "../../../docs/report"
13
14     # Working directories
15     ## Input data files (.zip, .xml)
16     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
17     ## Static source files from git
18     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
19     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
20
21     # Static html content
22     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
23     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
24     DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
25     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
26
27     # Detailed test results
28     DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results"
29     DIR[DTR,PERF,DPDK,3N,HSW]: "{DIR[DTR]}/dpdk_performance_results_3n_hsw"
30     DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx"
31     DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx"
32     DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
33     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
34     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
35     DIR[DTR,PERF,VPP,2N,DNV]: "{DIR[DTR]}/vpp_performance_results_2n_dnv"
36     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
37     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
38     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
39     DIR[DTR,MRR,VPP,2N,DNV]: "{DIR[DTR]}/vpp_mrr_results_2n_dnv"
40     DIR[DTR,PERF,COT,3N,HSW]: "{DIR[DTR]}/cot_performance_results_3n_hsw"
41     DIR[DTR,FUNC,VPP,UBUNTU]: "{DIR[DTR]}/vpp_functional_results_ubuntu"
42     DIR[DTR,FUNC,VPP,CENTOS]: "{DIR[DTR]}/vpp_functional_results_centos"
43     DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
44     DIR[DTR,FUNC,HC]: "{DIR[DTR]}/honeycomb_functional_results"
45     DIR[DTR,FUNC,NSHSFC]: "{DIR[DTR]}/nshsfc_functional_results"
46     DIR[DTR,FUNC,DMM]: "{DIR[DTR]}/dmm_functional_results"
47     DIR[DTR,PERF,VPP,IMPRV]: "{DIR[WORKING,SRC]}/vpp_performance_tests/performance_improvements"
48
49     # Detailed test configurations
50     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
51     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
52     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
53     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
54     DIR[DTC,PERF,VPP,2N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_2n_dnv"
55     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
56     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
57     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
58     DIR[DTC,MRR,VPP,2N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_2n_dnv"
59     DIR[DTC,FUNC,VPP,UBUNTU]: "{DIR[DTC]}/vpp_functional_configuration_ubuntu"
60     DIR[DTC,FUNC,VPP,CENTOS]: "{DIR[DTC]}/vpp_functional_configuration_centos"
61     DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
62
63     # Detailed tests operational data
64     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
65     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
66     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
67     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
68     DIR[DTO,PERF,VPP,2N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_2n_dnv"
69
70     # .css patch file to fix tables generated by Sphinx
71     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
72     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
73
74   urls:
75     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
76     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
77     URL[VIRL,DNV]: "http://10.30.51.28/download/denverton/{release}/robot-plugin.zip"
78     # URL[VIRL,DNV]: "http://download.it/from/nexus"
79     URL[NEXUS]: "https://docs.fd.io/csit"
80     DIR[NEXUS]: "report/_static/archive"
81
82   make-dirs:
83   # List the directories which are created while preparing the environment.
84   # All directories MUST be defined in "paths" section.
85   - "DIR[WORKING,DATA]"
86   - "DIR[STATIC,VPP]"
87   - "DIR[STATIC,DPDK]"
88   - "DIR[STATIC,ARCH]"
89   - "DIR[BUILD,LATEX]"
90   - "DIR[WORKING,SRC]"
91   - "DIR[WORKING,SRC,STATIC]"
92
93   remove-dirs:
94   # List the directories which are deleted while cleaning the environment.
95   # All directories MUST be defined in "paths" section.
96   #- "DIR[BUILD,HTML]"
97   - "DIR[WORKING,DATA]"
98
99   build-dirs:
100   # List the directories where the results (build) is stored.
101   # All directories MUST be defined in "paths" section.
102   - "DIR[BUILD,HTML]"
103   - "DIR[BUILD,LATEX]"
104
105 - type: "configuration"
106
107   limits:
108     nic:
109       x520: 24460000
110       x553: 29761905
111       x710: 35800000
112       xxv710: 35800000
113       xl710: 35800000
114
115     link:
116       10ge: 14880952.38
117       25ge: 37202380.95
118       40ge: 59523809.52
119       100ge: 148809523.81
120
121     pci:
122       pci-g3-x8: 74404761.90
123       pci-g3-x16: 148809523.81
124
125   data-sets:
126
127     ###########################################################################
128     # Plots:
129
130     # 3n-hsw
131
132     plot-vpp-throughput-lat-tsa-3n-hsw:
133       csit-vpp-perf-verify-1904-3n-hsw:
134         - 11  # NDRPDR sel
135         - 12  # NDRPDR sel
136         - 20  # NDRPDR sel
137         - 21  # NDRPDR sel
138         - 23  # NDRPDR sel
139         - 24  # NDRPDR sel
140         - 25  # NDRPDR sel
141         - 26  # NDRPDR sel
142         - 29  # NDRPDR sel
143         - 30  # NDRPDR sel
144
145 #    plot-vpp-http-server-performance:
146 #      # TODO: Replace with 1904 data
147 #      # csit-vpp-perf-verify-1904-3n-hsw:
148 #      csit-vpp-perf-verify-1810-3n-hsw:
149 #        - 28  # WRK
150 #        - 29  # WRK
151 #        - 30  # WRK
152 #        - 31  # WRK
153 #        - 32  # WRK
154 #        - 33  # WRK
155 #        - 34  # WRK
156 #        - 35  # WRK
157 #        - 36  # WRK
158 #        - 37  # WRK
159
160 #    plot-ligato-throughput-lat-tsa-3n-hsw:
161 #      # TODO: Replace with 1904 data
162 #      # csit-ligato-perf-verify-1904-3n-hsw:
163 #      csit-ligato-perf-verify-1901-3n-hsw:
164 #        - 8   # NDRPDR sel
165 #        - 9   # NDRPDR sel
166 #        - 11  # NDRPDR sel
167 #        - 12  # NDRPDR sel
168 #        - 13  # NDRPDR sel
169 #        - 14  # NDRPDR sel
170 #        - 15  # NDRPDR sel
171 #        - 16  # NDRPDR sel
172 #        - 17  # NDRPDR sel
173 #        - 18  # NDRPDR sel
174
175     plot-dpdk-throughput-latency-3n-hsw:
176       csit-dpdk-perf-verify-1904-3n-hsw:
177         - 2   # NDRPDR sel
178         - 3   # NDRPDR sel
179         - 5   # NDRPDR sel
180         - 6   # NDRPDR sel
181         - 13  # NDRPDR sel
182         - 14  # NDRPDR sel
183         - 15  # NDRPDR sel
184         - 18  # NDRPDR sel
185         - 19  # NDRPDR sel
186         - 20  # NDRPDR sel
187
188     # 3n-skx
189
190     plot-vpp-throughput-lat-tsa-3n-skx:
191       csit-vpp-perf-verify-1904-3n-skx:
192         - 8   # NDRPDR sel
193         - 9   # NDRPDR sel
194         - 10  # NDRPDR sel
195         - 11  # NDRPDR sel
196         - 12  # NDRPDR sel
197         - 14  # NDRPDR sel
198         - 16  # NDRPDR sel
199         - 21  # NDRPDR sel
200         - 23  # NDRPDR sel
201         - 25  # NDRPDR sel
202
203     plot-dpdk-throughput-latency-3n-skx:
204       csit-dpdk-perf-verify-1904-3n-skx:
205         - 2   # NDRPDR sel
206         - 3   # NDRPDR sel
207         - 4   # NDRPDR sel
208         - 5   # NDRPDR sel
209         - 6   # NDRPDR sel
210         - 7   # NDRPDR sel
211         - 11  # NDRPDR sel
212         - 12  # NDRPDR sel
213         - 13  # NDRPDR sel
214         - 14  # NDRPDR sel
215
216     # 2n-skx
217
218     plot-vpp-throughput-lat-tsa-2n-skx:
219       csit-vpp-perf-verify-1904-2n-skx:
220         - 12  # NDRPDR sel
221         - 14  # NDRPDR sel
222         - 16  # NDRPDR sel
223         - 17  # NDRPDR sel
224         - 18  # NDRPDR sel
225         - 21  # NDRPDR sel
226         - 27  # NDRPDR sel
227         - 30  # NDRPDR sel
228         - 31  # NDRPDR sel
229         - 32  # NDRPDR sel
230
231     plot-vpp-soak-2n-skx:
232       # TODO: 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         - 80  # NFV MRR NDRPDR 64b IMIX
245         - 81  # NFV MRR NDRPDR 64b IMIX
246
247     plot-vpp-nfv-2n-skx-ndrpdr-imix:
248       # TODO: Add 1904 data
249       csit-vpp-perf-verify-1904-2n-skx:
250         - 66  # NFV NDRPDR IMIX
251         - 67  # NFV NDRPDR IMIX
252         - 69  # NFV NDRPDR IMIX
253         - 80  # NFV MRR NDRPDR 64b IMIX
254         - 81  # NFV MRR NDRPDR 64b IMIX
255
256     plot-vpp-nfv-2n-skx-mrr-64b:
257       csit-vpp-perf-verify-1904-2n-skx:
258         - 40  # NFV MRR 64b
259         - 41  # NFV MRR 64b
260         - 42  # NFV MRR 64b
261         - 47  # NFV MRR 64b
262         - 48  # NFV MRR 64b
263         - 80  # NFV MRR NDRPDR 64b IMIX
264         - 81  # NFV MRR NDRPDR 64b IMIX
265
266     plot-vpp-nfv-2n-skx-mrr-imix:
267       csit-vpp-perf-verify-1904-2n-skx:
268         - 49  # NFV MRR IMIX
269         - 50  # NFV MRR IMIX
270         - 51  # NFV MRR IMIX
271         - 54  # NFV MRR IMIX
272         - 55  # NFV MRR IMIX
273         - 80  # NFV MRR NDRPDR 64b IMIX
274         - 81  # NFV MRR NDRPDR 64b IMIX
275
276     plot-dpdk-throughput-latency-2n-skx:
277       csit-dpdk-perf-verify-1904-2n-skx:
278         - 2   # NDRPDR sel
279         - 3   # NDRPDR sel
280         - 4   # NDRPDR sel
281         - 5   # NDRPDR sel
282         - 7   # NDRPDR sel
283         - 8   # NDRPDR sel
284         - 9   # NDRPDR sel
285         - 10  # NDRPDR sel
286         - 11  # NDRPDR sel
287         - 12  # NDRPDR sel
288
289     # 3rd party
290
291 #    # Denverton:
292 #    intel-dnv-vpp:
293 #      # TODO: Replace with 1904 data
294 #      # intel-dnv-vpp-release-1904:
295 #      intel-dnv-vpp-release-1901:
296 #        - 1
297
298     ###########################################################################
299     # Simple tables (only one data set):
300
301     # NIC Comparisons
302
303     vpp-nic-comparison-3n-hsw:
304       csit-vpp-perf-verify-1904-3n-hsw:
305         - 11  # NDRPDR sel
306         - 12  # NDRPDR sel
307         - 20  # NDRPDR sel
308         - 21  # NDRPDR sel
309         - 23  # NDRPDR sel
310         - 24  # NDRPDR sel
311         - 25  # NDRPDR sel
312         - 26  # NDRPDR sel
313         - 29  # NDRPDR sel
314         - 30  # NDRPDR sel
315
316     vpp-nic-comparison-3n-skx:
317       csit-vpp-perf-verify-1904-3n-skx:
318         - 8   # NDRPDR sel
319         - 9   # NDRPDR sel
320         - 10  # NDRPDR sel
321         - 11  # NDRPDR sel
322         - 12  # NDRPDR sel
323         - 14  # NDRPDR sel
324         - 16  # NDRPDR sel
325         - 21  # NDRPDR sel
326         - 23  # NDRPDR sel
327         - 25  # NDRPDR sel
328
329     vpp-nic-comparison-2n-skx:
330       csit-vpp-perf-verify-1904-2n-skx:
331         - 12  # NDRPDR sel
332         - 14  # NDRPDR sel
333         - 16  # NDRPDR sel
334         - 17  # NDRPDR sel
335         - 18  # NDRPDR sel
336         - 21  # NDRPDR sel
337         - 27  # NDRPDR sel
338         - 30  # NDRPDR sel
339         - 31  # NDRPDR sel
340         - 32  # NDRPDR sel
341
342     vpp-nic-comparison-3n-hsw-mrr:
343       csit-vpp-perf-verify-1904-3n-hsw:
344         - 9   # MRR sel
345
346     vpp-nic-comparison-3n-skx-mrr:
347       csit-vpp-perf-verify-1904-3n-skx:
348         - 7   # MRR sel
349
350     vpp-nic-comparison-2n-skx-mrr:
351       csit-vpp-perf-verify-1904-2n-skx:
352         - 11  # MRR sel
353
354     # Results
355
356     vpp-perf-results-3n-hsw:
357       # TODO: Add FULL 1904 data
358       csit-vpp-perf-verify-1904-3n-hsw:
359         - 32  # NDRPDR full
360         - 33  # NDRPDR full
361
362     vpp-perf-results-3n-skx:
363       csit-vpp-perf-verify-1904-3n-skx:
364         - 26  # NDRPDR full
365         - 27  # NDRPDR full
366         - 30  # NDRPDR full
367         - 31  # NDRPDR full
368
369     vpp-perf-results-2n-skx:
370       csit-vpp-perf-verify-1904-2n-skx:
371         - 33  # NDRPDR full
372         - 39  # NDRPDR full
373         - 58  # NDRPDR full
374         - 62  # NDRPDR full
375
376     vpp-mrr-results-3n-hsw:
377       csit-vpp-perf-verify-1904-3n-hsw:
378         - 9   # MRR sel
379
380     vpp-mrr-results-3n-skx:
381       csit-vpp-perf-verify-1904-3n-skx:
382         - 7   # MRR sel
383
384     vpp-mrr-results-2n-skx:
385       csit-vpp-perf-verify-1904-2n-skx:
386         - 11  # MRR sel
387
388     vpp-func-results-ubuntu:
389       csit-vpp-functional-1904-ubuntu1604-virl:
390         - 29
391
392     vpp-func-results-centos:
393       csit-vpp-functional-1904-centos7-virl:
394         - 32
395
396     vpp-device-results-ubuntu:
397       csit-vpp-device-1904-ubuntu1804-1n-skx:
398         - 33
399
400 #    # VPP Ligato
401 #    ligato-perf-results-3n-hsw:
402 #      # TODO: Replace with 1904 data
403 #      # csit-ligato-perf-verify-1904-3n-hsw:
404 #      csit-ligato-perf-verify-1901-3n-hsw:
405 #        - 10  # NDRPDR full
406
407     dpdk-perf-results-3n-hsw:
408       csit-dpdk-perf-verify-1904-3n-hsw:
409         - 5   # NDRPDR sel
410
411     dpdk-perf-results-3n-skx:
412       csit-dpdk-perf-verify-1904-3n-skx:
413         - 7   # NDRPDR sel
414
415     dpdk-perf-results-2n-skx:
416       csit-dpdk-perf-verify-1904-2n-skx:
417         - 9   # NDRPDR sel
418
419     # HoneyComb Functional
420     hc-func-results:
421       csit-hc2vpp-verify-func-1904-ubuntu1604:
422         - 4
423
424 #    # NSH SFC Functional
425 #    nsh-func-results:
426 #      # Not used
427 #      csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
428 #        - 1
429
430     # DMM Functional
431     dmm-func-results:
432       csit-dmm-functional-1904-ubuntu1604-virl:
433         - 1
434
435     ###########################################################################
436     # Tables (more than one data set)
437
438     # Performance changes
439
440 #    intel-dnv-vpp-changes-2n-dnv-h1:
441 #      intel-dnv-vpp-release-1810:
442 #        - 1
443 #    intel-dnv-vpp-changes-2n-dnv-ref:
444 #      intel-dnv-vpp-release-1901:
445 #        - 1
446 #    intel-dnv-vpp-changes-2n-dnv-cmp:
447 #      # TODO: Replace with 1904 data
448 #      # intel-dnv-vpp-release-1904:
449 #      intel-dnv-vpp-release-1901:
450 #        - 1
451 #    intel-dnv-vpp-changes-2n-dnv:
452 #      - "intel-dnv-vpp-changes-2n-dnv-h1"
453 #      - "intel-dnv-vpp-changes-2n-dnv-ref"
454 #      - "intel-dnv-vpp-changes-2n-dnv-cmp"
455
456     vpp-performance-changes-3n-hsw-h1:
457       csit-vpp-perf-verify-1810-3n-hsw:
458         - 8   # NDRPDR sel
459         - 12  # NDRPDR sel
460         - 14  # NDRPDR sel
461         - 18  # NDRPDR sel
462         - 23  # NDRPDR sel
463         - 25  # NDRPDR sel
464         - 38  # NDRPDR sel
465         - 39  # NDRPDR sel
466         - 41  # NDRPDR sel
467         - 42  # NDRPDR sel
468     vpp-performance-changes-3n-hsw-ref:
469       csit-vpp-perf-verify-1901-3n-hsw:
470         - 10  # NDRPDR sel
471         - 19  # NDRPDR sel
472         - 31  # NDRPDR sel
473         - 36  # NDRPDR sel
474         - 40  # NDRPDR sel
475         - 42  # NDRPDR sel
476         - 44  # NDRPDR sel
477         - 46  # NDRPDR sel
478         - 47  # NDRPDR sel
479         - 48  # NDRPDR sel
480         - 61  # NDRPDR LB
481         - 62  # NDRPDR LB
482         - 63  # NDRPDR LB
483         - 64  # NDRPDR LB
484         - 65  # NDRPDR LB
485         - 66  # NDRPDR LB
486         - 67  # NDRPDR LB
487         - 69  # NDRPDR LB
488         - 70  # NDRPDR LB
489         - 71  # NDRPDR LB
490     vpp-performance-changes-3n-hsw-cmp:
491       csit-vpp-perf-verify-1904-3n-hsw:
492         - 11  # NDRPDR sel
493         - 12  # NDRPDR sel
494         - 20  # NDRPDR sel
495         - 21  # NDRPDR sel
496         - 23  # NDRPDR sel
497         - 24  # NDRPDR sel
498         - 25  # NDRPDR sel
499         - 26  # NDRPDR sel
500         - 29  # NDRPDR sel
501         - 30  # NDRPDR sel
502     vpp-performance-changes-3n-hsw:
503       - "vpp-performance-changes-3n-hsw-h1"
504       - "vpp-performance-changes-3n-hsw-ref"
505       - "vpp-performance-changes-3n-hsw-cmp"
506
507     vpp-performance-changes-3n-skx-h1:
508       csit-vpp-perf-verify-1810-3n-skx:
509         - 10  # NDRPDR sel
510         - 14  # NDRPDR sel
511         - 15  # NDRPDR sel
512         - 16  # NDRPDR sel
513         - 17  # NDRPDR sel
514         - 19  # NDRPDR sel
515         - 20  # NDRPDR sel
516         - 21  # NDRPDR sel
517         - 22  # NDRPDR sel
518         - 25  # NDRPDR sel
519     vpp-performance-changes-3n-skx-ref:
520       csit-vpp-perf-verify-1901-3n-skx:
521         - 18  # NDRPDR sel
522         - 19  # NDRPDR sel
523         - 20  # NDRPDR sel
524         - 28  # NDRPDR sel
525         - 31  # NDRPDR sel
526         - 33  # NDRPDR sel
527         - 36  # NDRPDR sel
528         - 38  # NDRPDR sel
529         - 47  # NDRPDR sel
530         - 48  # NDRPDR sel
531         - 54  # NDRPDR LB
532         - 57  # NDRPDR LB
533         - 58  # NDRPDR LB
534         - 59  # NDRPDR LB
535         - 60  # NDRPDR LB
536         - 63  # NDRPDR LB
537         - 64  # NDRPDR LB
538         - 65  # NDRPDR LB
539         - 66  # NDRPDR LB
540         - 67  # NDRPDR LB
541     vpp-performance-changes-3n-skx-cmp:
542       csit-vpp-perf-verify-1904-3n-skx:
543         - 8   # NDRPDR sel
544         - 9   # NDRPDR sel
545         - 10  # NDRPDR sel
546         - 11  # NDRPDR sel
547         - 12  # NDRPDR sel
548         - 14  # NDRPDR sel
549         - 16  # NDRPDR sel
550         - 21  # NDRPDR sel
551         - 23  # NDRPDR sel
552         - 25  # NDRPDR sel
553     vpp-performance-changes-3n-skx:
554       - "vpp-performance-changes-3n-skx-h1"
555       - "vpp-performance-changes-3n-skx-ref"
556       - "vpp-performance-changes-3n-skx-cmp"
557
558     vpp-performance-changes-2n-skx-h1:
559       csit-vpp-perf-verify-1810-2n-skx:
560         - 9   # NDRPDR sel
561         - 13  # NDRPDR sel
562         - 14  # NDRPDR sel
563         - 19  # NDRPDR sel
564         - 20  # NDRPDR sel
565         - 21  # NDRPDR sel
566         - 22  # NDRPDR sel
567         - 23  # NDRPDR sel
568         - 24  # NDRPDR sel
569         - 27  # NDRPDR sel
570     vpp-performance-changes-2n-skx-ref:
571       csit-vpp-perf-verify-1901-2n-skx:
572         - 5   # NDRPDR sel
573         - 12  # NDRPDR sel
574         - 13  # NDRPDR sel
575         - 21  # NDRPDR sel
576         - 23  # NDRPDR sel
577         - 31  # NDRPDR sel
578         - 34  # NDRPDR sel
579         - 40  # NDRPDR sel
580         - 42  # NDRPDR sel
581         - 43  # NDRPDR sel
582     vpp-performance-changes-2n-skx-cmp:
583       csit-vpp-perf-verify-1904-2n-skx:
584         - 12  # NDRPDR sel
585         - 14  # NDRPDR sel
586         - 16  # NDRPDR sel
587         - 17  # NDRPDR sel
588         - 18  # NDRPDR sel
589         - 21  # NDRPDR sel
590         - 27  # NDRPDR sel
591         - 30  # NDRPDR sel
592         - 31  # NDRPDR sel
593         - 32  # NDRPDR sel
594     vpp-performance-changes-2n-skx:
595       - "vpp-performance-changes-2n-skx-h1"
596       - "vpp-performance-changes-2n-skx-ref"
597       - "vpp-performance-changes-2n-skx-cmp"
598
599     vpp-soak-vs-ndr-2n-skx-ref:
600       csit-vpp-perf-verify-1904-2n-skx:
601         - 12  # NDRPDR sel
602         - 14  # NDRPDR sel
603         - 16  # NDRPDR sel
604         - 17  # NDRPDR sel
605         - 18  # NDRPDR sel
606         - 21  # NDRPDR sel
607         - 27  # NDRPDR sel
608         - 30  # NDRPDR sel
609         - 31  # NDRPDR sel
610         - 32  # NDRPDR sel
611     vpp-soak-vs-ndr-2n-skx-cmp:
612       csit-vpp-perf-verify-1904-2n-skx:
613         - 70  # SOAK
614         - 71  # SOAK
615     vpp-soak-vs-ndr-2n-skx:
616       csit-vpp-perf-verify-1904-2n-skx:
617         - 12  # NDRPDR sel
618         - 14  # NDRPDR sel
619         - 16  # NDRPDR sel
620         - 17  # NDRPDR sel
621         - 18  # NDRPDR sel
622         - 21  # NDRPDR sel
623         - 27  # NDRPDR sel
624         - 30  # NDRPDR sel
625         - 31  # NDRPDR sel
626         - 32  # NDRPDR sel
627         - 70  # SOAK
628         - 71  # SOAK
629
630     vpp-performance-changes-3n-hsw-mrr-h1:
631       csit-vpp-perf-verify-1810-3n-hsw:
632         - 9   # MRR sel
633     vpp-performance-changes-3n-hsw-mrr-ref:
634       csit-vpp-perf-verify-1901-3n-hsw:
635         - 35  # MRR sel
636     vpp-performance-changes-3n-hsw-mrr-cmp:
637       csit-vpp-perf-verify-1904-3n-hsw:
638         - 9   # MRR sel
639     vpp-performance-changes-3n-hsw-mrr:
640       - "vpp-performance-changes-3n-hsw-mrr-h1"
641       - "vpp-performance-changes-3n-hsw-mrr-ref"
642       - "vpp-performance-changes-3n-hsw-mrr-cmp"
643
644     vpp-performance-changes-3n-skx-mrr-h1:
645       csit-vpp-perf-verify-1810-3n-skx:
646         - 9   # MRR sel
647         - 11  # MRR sel
648         - 12  # MRR sel
649         - 13  # MRR sel
650     vpp-performance-changes-3n-skx-mrr-ref:
651       csit-vpp-perf-verify-1901-3n-skx:
652         - 32  # MRR sel
653     vpp-performance-changes-3n-skx-mrr-cmp:
654       csit-vpp-perf-verify-1904-3n-skx:
655         - 7   # MRR sel
656     vpp-performance-changes-3n-skx-mrr:
657       - "vpp-performance-changes-3n-skx-mrr-h1"
658       - "vpp-performance-changes-3n-skx-mrr-ref"
659       - "vpp-performance-changes-3n-skx-mrr-cmp"
660
661     vpp-performance-changes-2n-skx-mrr-h1:
662       csit-vpp-perf-verify-1810-2n-skx:
663         - 8   # MRR sel
664         - 10  # MRR sel
665         - 11  # MRR sel
666         - 12  # MRR sel
667     vpp-performance-changes-2n-skx-mrr-ref:
668       csit-vpp-perf-verify-1901-2n-skx:
669         - 22  # MRR sel
670     vpp-performance-changes-2n-skx-mrr-cmp:
671       csit-vpp-perf-verify-1904-2n-skx:
672         - 11  # MRR sel
673     vpp-performance-changes-2n-skx-mrr:
674       - "vpp-performance-changes-2n-skx-mrr-h1"
675       - "vpp-performance-changes-2n-skx-mrr-ref"
676       - "vpp-performance-changes-2n-skx-mrr-cmp"
677
678     dpdk-performance-changes-3n-hsw-h1:
679       csit-dpdk-perf-verify-1810-3n-hsw:
680         - 1   # NDRPDR sel
681         - 2   # NDRPDR sel
682         - 3   # NDRPDR sel
683         - 4   # NDRPDR sel
684         - 5   # NDRPDR sel
685         - 6   # NDRPDR sel
686         - 7   # NDRPDR sel
687         - 8   # NDRPDR sel
688         - 9   # NDRPDR sel
689         - 10  # NDRPDR sel
690     dpdk-performance-changes-3n-hsw-ref:
691       csit-dpdk-perf-verify-1901-3n-hsw:
692         - 13  # NDRPDR sel
693         - 14  # NDRPDR sel
694         - 16  # NDRPDR sel
695         - 17  # NDRPDR sel
696         - 18  # NDRPDR sel
697         - 19  # NDRPDR sel
698         - 20  # NDRPDR sel
699         - 21  # NDRPDR sel
700         - 22  # NDRPDR sel
701         - 23  # NDRPDR sel
702     dpdk-performance-changes-3n-hsw-cmp:
703       csit-dpdk-perf-verify-1904-3n-hsw:
704         - 2   # NDRPDR sel
705         - 3   # NDRPDR sel
706         - 5   # NDRPDR sel
707         - 6   # NDRPDR sel
708         - 13  # NDRPDR sel
709         - 14  # NDRPDR sel
710         - 15  # NDRPDR sel
711         - 18  # NDRPDR sel
712         - 19  # NDRPDR sel
713         - 20  # NDRPDR sel
714     dpdk-performance-changes-3n-hsw:
715       - "dpdk-performance-changes-3n-hsw-h1"
716       - "dpdk-performance-changes-3n-hsw-ref"
717       - "dpdk-performance-changes-3n-hsw-cmp"
718
719     dpdk-performance-changes-3n-skx-h1:
720       csit-dpdk-perf-verify-1810-3n-skx:
721         - 3   # NDRPDR sel
722         - 4   # NDRPDR sel
723         - 6   # NDRPDR sel
724         - 7   # NDRPDR sel
725         - 8   # NDRPDR sel
726         - 9   # NDRPDR sel
727         - 10  # NDRPDR sel
728         - 11  # NDRPDR sel
729         - 12  # NDRPDR sel
730         - 13  # NDRPDR sel
731     dpdk-performance-changes-3n-skx-ref:
732       csit-dpdk-perf-verify-1901-3n-skx:
733         - 3   # NDRPDR sel
734         - 5   # NDRPDR sel
735         - 6   # NDRPDR sel
736         - 7   # NDRPDR sel
737         - 8   # NDRPDR sel
738         - 9   # NDRPDR sel
739         - 10  # NDRPDR sel
740         - 11  # NDRPDR sel
741         - 12  # NDRPDR sel
742         - 13  # NDRPDR sel
743     dpdk-performance-changes-3n-skx-cmp:
744       csit-dpdk-perf-verify-1904-3n-skx:
745         - 2   # NDRPDR sel
746         - 3   # NDRPDR sel
747         - 4   # NDRPDR sel
748         - 5   # NDRPDR sel
749         - 6   # NDRPDR sel
750         - 7   # NDRPDR sel
751         - 11  # NDRPDR sel
752         - 12  # NDRPDR sel
753         - 13  # NDRPDR sel
754         - 14  # NDRPDR sel
755     dpdk-performance-changes-3n-skx:
756       - "dpdk-performance-changes-3n-skx-h1"
757       - "dpdk-performance-changes-3n-skx-ref"
758       - "dpdk-performance-changes-3n-skx-cmp"
759
760     dpdk-performance-changes-2n-skx-h1:
761       csit-dpdk-perf-verify-1810-2n-skx:
762         - 3   # NDRPDR sel
763         - 4   # NDRPDR sel
764         - 5   # NDRPDR sel
765         - 7   # NDRPDR sel
766         - 8   # NDRPDR sel
767         - 9   # NDRPDR sel
768         - 10  # NDRPDR sel
769         - 11  # NDRPDR sel
770         - 12  # NDRPDR sel
771         - 13  # NDRPDR sel
772     dpdk-performance-changes-2n-skx-ref:
773       csit-dpdk-perf-verify-1901-2n-skx:
774         - 12  # NDRPDR sel
775         - 13  # NDRPDR sel
776         - 14  # NDRPDR sel
777         - 15  # NDRPDR sel
778         - 16  # NDRPDR sel
779         - 17  # NDRPDR sel
780         - 18  # NDRPDR sel
781         - 19  # NDRPDR sel
782         - 20  # NDRPDR sel
783         - 21  # NDRPDR sel
784     dpdk-performance-changes-2n-skx-cmp:
785       csit-dpdk-perf-verify-1904-2n-skx:
786         - 2   # NDRPDR sel
787         - 3   # NDRPDR sel
788         - 4   # NDRPDR sel
789         - 5   # NDRPDR sel
790         - 7   # NDRPDR sel
791         - 8   # NDRPDR sel
792         - 9   # NDRPDR sel
793         - 10  # NDRPDR sel
794         - 11  # NDRPDR sel
795         - 12  # NDRPDR sel
796     dpdk-performance-changes-2n-skx:
797       - "dpdk-performance-changes-2n-skx-h1"
798       - "dpdk-performance-changes-2n-skx-ref"
799       - "dpdk-performance-changes-2n-skx-cmp"
800
801     # Compare testbeds
802
803     vpp-compare-testbeds-ref:
804       csit-vpp-perf-verify-1904-3n-hsw:
805         - 11  # NDRPDR sel
806         - 12  # NDRPDR sel
807         - 20  # NDRPDR sel
808         - 21  # NDRPDR sel
809         - 23  # NDRPDR sel
810         - 24  # NDRPDR sel
811         - 25  # NDRPDR sel
812         - 26  # NDRPDR sel
813         - 29  # NDRPDR sel
814         - 30  # NDRPDR sel
815     vpp-compare-testbeds-cmp:
816       csit-vpp-perf-verify-1904-3n-skx:
817         - 8   # NDRPDR sel
818         - 9   # NDRPDR sel
819         - 10  # NDRPDR sel
820         - 11  # NDRPDR sel
821         - 12  # NDRPDR sel
822         - 14  # NDRPDR sel
823         - 16  # NDRPDR sel
824         - 21  # NDRPDR sel
825         - 23  # NDRPDR sel
826         - 25  # NDRPDR sel
827     vpp-compare-testbeds:
828       - "vpp-compare-testbeds-ref"
829       - "vpp-compare-testbeds-cmp"
830
831     vpp-compare-testbeds-mrr-ref:
832       csit-vpp-perf-verify-1904-3n-hsw:
833         - 9   # MRR sel
834     vpp-compare-testbeds-mrr-cmp:
835       csit-vpp-perf-verify-1904-3n-skx:
836         - 7   # MRR sel
837     vpp-compare-testbeds-mrr:
838       - "vpp-compare-testbeds-mrr-ref"
839       - "vpp-compare-testbeds-mrr-cmp"
840
841     dpdk-compare-testbeds-ref:
842       csit-dpdk-perf-verify-1904-3n-hsw:
843         - 2   # NDRPDR sel
844         - 3   # NDRPDR sel
845         - 5   # NDRPDR sel
846         - 6   # NDRPDR sel
847         - 13  # NDRPDR sel
848         - 14  # NDRPDR sel
849         - 15  # NDRPDR sel
850         - 18  # NDRPDR sel
851         - 19  # NDRPDR sel
852         - 20  # NDRPDR sel
853     dpdk-compare-testbeds-cmp:
854       csit-dpdk-perf-verify-1904-3n-skx:
855         - 2   # NDRPDR sel
856         - 3   # NDRPDR sel
857         - 4   # NDRPDR sel
858         - 5   # NDRPDR sel
859         - 6   # NDRPDR sel
860         - 7   # NDRPDR sel
861         - 11  # NDRPDR sel
862         - 12  # NDRPDR sel
863         - 13  # NDRPDR sel
864         - 14  # NDRPDR sel
865     dpdk-compare-testbeds:
866       - "dpdk-compare-testbeds-ref"
867       - "dpdk-compare-testbeds-cmp"
868
869     # Compare topologies
870
871     vpp-compare-topologies-ref:
872       csit-vpp-perf-verify-1904-3n-skx:
873         - 8   # NDRPDR sel
874         - 9   # NDRPDR sel
875         - 10  # NDRPDR sel
876         - 11  # NDRPDR sel
877         - 12  # NDRPDR sel
878         - 14  # NDRPDR sel
879         - 16  # NDRPDR sel
880         - 21  # NDRPDR sel
881         - 23  # NDRPDR sel
882         - 25  # NDRPDR sel
883     vpp-compare-topologies-cmp:
884       csit-vpp-perf-verify-1904-2n-skx:
885         - 12  # NDRPDR sel
886         - 14  # NDRPDR sel
887         - 16  # NDRPDR sel
888         - 17  # NDRPDR sel
889         - 18  # NDRPDR sel
890         - 21  # NDRPDR sel
891         - 27  # NDRPDR sel
892         - 30  # NDRPDR sel
893         - 31  # NDRPDR sel
894         - 32  # NDRPDR sel
895     vpp-compare-topologies:
896       - "vpp-compare-topologies-ref"
897       - "vpp-compare-topologies-cmp"
898
899     vpp-compare-topologies-mrr-ref:
900       csit-vpp-perf-verify-1904-3n-skx:
901         - 7   # MRR sel
902     vpp-compare-topologies-mrr-cmp:
903       csit-vpp-perf-verify-1904-2n-skx:
904         - 11  # MRR sel
905     vpp-compare-topologies-mrr:
906       - "vpp-compare-topologies-mrr-ref"
907       - "vpp-compare-topologies-mrr-cmp"
908
909     dpdk-compare-topologies-ref:
910       csit-dpdk-perf-verify-1904-3n-skx:
911         - 2   # NDRPDR sel
912         - 3   # NDRPDR sel
913         - 4   # NDRPDR sel
914         - 5   # NDRPDR sel
915         - 6   # NDRPDR sel
916         - 7   # NDRPDR sel
917         - 11  # NDRPDR sel
918         - 12  # NDRPDR sel
919         - 13  # NDRPDR sel
920         - 14  # NDRPDR sel
921     dpdk-compare-topologies-cmp:
922       csit-dpdk-perf-verify-1904-2n-skx:
923         - 2   # NDRPDR sel
924         - 3   # NDRPDR sel
925         - 4   # NDRPDR sel
926         - 5   # NDRPDR sel
927         - 7   # NDRPDR sel
928         - 8   # NDRPDR sel
929         - 9   # NDRPDR sel
930         - 10  # NDRPDR sel
931         - 11  # NDRPDR sel
932         - 12  # NDRPDR sel
933     dpdk-compare-topologies:
934       - "dpdk-compare-topologies-ref"
935       - "dpdk-compare-topologies-cmp"
936
937   plot-layouts:
938
939     plot-soak-throughput:
940       titlefont:
941         size: 18
942       xaxis:
943         title: "<b>Test Cases [Index]</b>"
944         titlefont:
945           size: 16
946         autorange: True
947         fixedrange: False
948         gridcolor: "rgb(230, 230, 230)"
949         linecolor: "rgb(220, 220, 220)"
950         linewidth: 1
951         showgrid: True
952         showline: True
953         showticklabels: True
954         tickcolor: "rgb(220, 220, 220)"
955         tickmode: "linear"
956         tickfont:
957           size: 16
958         zeroline: False
959       yaxis:
960         title: "<b>Packet Throughput [Mpps]</b>"
961         titlefont:
962           size: 16
963         gridcolor: "rgb(230, 230, 230)"
964         hoverformat: ".4r"
965         tickformat: ".3r"
966         linecolor: "rgb(220, 220, 220)"
967         linewidth: 1
968         showgrid: True
969         showline: True
970         showticklabels: True
971         tickcolor: "rgb(220, 220, 220)"
972         tickfont:
973           size: 16
974         zeroline: False
975         range: [0,50]
976       autosize: False
977       margin:
978         t: 50
979         b: 0
980         l: 80
981         r: 20
982       showlegend: True
983       legend:
984         orientation: "h"
985         font:
986           size: 16
987       width: 700
988       height: 900
989
990     plot-service-density:
991       titlefont:
992         size: 18
993       xaxis:
994         side: "top"
995         autorange: True
996         fixedrange: False
997         showgrid: False
998         showline: False
999         showticklabels: False
1000         ticks: ""
1001         ticklen: 0
1002         tickwidth: 0
1003         zeroline: False
1004       yaxis:
1005         autorange: "reversed"
1006         showgrid: False
1007         showline: False
1008         showticklabels: False
1009         ticks: ""
1010         ticklen: 0
1011         tickwidth: 0
1012         zeroline: False
1013       autosize: True
1014       showlegend: False
1015       width: 700
1016       height: 700
1017
1018     plot-cps:
1019       titlefont:
1020         size: 18
1021       xaxis:
1022         title: "<b>Test Cases [Index]</b>"
1023         titlefont:
1024           size: 16
1025         autorange: True
1026         fixedrange: False
1027         gridcolor: "rgb(230, 230, 230)"
1028         linecolor: "rgb(220, 220, 220)"
1029         linewidth: 1
1030         showgrid: True
1031         showline: True
1032         showticklabels: True
1033         tickcolor: "rgb(220, 220, 220)"
1034         tickmode: "linear"
1035         tickfont:
1036           size: 16
1037         zeroline: False
1038       yaxis:
1039         title: "<b>Connections Per Second [cps]</b>"
1040         titlefont:
1041           size: 16
1042         gridcolor: "rgb(230, 230, 230)"
1043         hoverformat: ".4s"
1044         linecolor: "rgb(220, 220, 220)"
1045         linewidth: 1
1046         rangemode: "tozero"
1047         showgrid: True
1048         showline: True
1049         showticklabels: True
1050         tickcolor: "rgb(220, 220, 220)"
1051         tickformat: ".3s"
1052         tickfont:
1053           size: 16
1054         zeroline: False
1055       boxmode: "group"
1056       boxgroupgap: 0.5
1057       autosize: False
1058       margin:
1059         t: 50
1060         b: 20
1061         l: 80
1062         r: 20
1063       showlegend: True
1064       legend:
1065         orientation: "h"
1066         font:
1067           size: 16
1068       width: 700
1069       height: 800
1070
1071     plot-rps:
1072       titlefont:
1073         size: 18
1074       xaxis:
1075         title: "<b>Test Cases [Index]</b>"
1076         titlefont:
1077           size: 16
1078         autorange: True
1079         fixedrange: False
1080         gridcolor: "rgb(230, 230, 230)"
1081         linecolor: "rgb(220, 220, 220)"
1082         linewidth: 1
1083         showgrid: True
1084         showline: True
1085         showticklabels: True
1086         tickcolor: "rgb(220, 220, 220)"
1087         tickmode: "linear"
1088         tickfont:
1089           size: 16
1090         zeroline: False
1091       yaxis:
1092         title: "<b>Requests Per Second [rps]</b>"
1093         titlefont:
1094           size: 16
1095         gridcolor: "rgb(230, 230, 230)"
1096         hoverformat: ".4s"
1097         linecolor: "rgb(220, 220, 220)"
1098         linewidth: 1
1099         rangemode: "tozero"
1100         showgrid: True
1101         showline: True
1102         showticklabels: True
1103         tickcolor: "rgb(230, 230, 230)"
1104         tickformat: ".3s"
1105         tickfont:
1106           size: 16
1107         zeroline: False
1108       boxmode: "group"
1109       boxgroupgap: 0.5
1110       autosize: False
1111       margin:
1112         t: 50
1113         b: 20
1114         l: 80
1115         r: 20
1116       showlegend: True
1117       legend:
1118         orientation: "h"
1119         font:
1120           size: 16
1121       width: 700
1122       height: 800
1123
1124     plot-throughput:
1125       titlefont:
1126         size: 18
1127       xaxis:
1128         title: "<b>Test Cases [Index]</b>"
1129         titlefont:
1130           size: 16
1131         autorange: True
1132         fixedrange: False
1133         gridcolor: "rgb(230, 230, 230)"
1134         linecolor: "rgb(220, 220, 220)"
1135         linewidth: 1
1136         showgrid: True
1137         showline: True
1138         showticklabels: True
1139         tickcolor: "rgb(220, 220, 220)"
1140         tickmode: "linear"
1141         tickfont:
1142           size: 16
1143         zeroline: False
1144       yaxis:
1145         title: "<b>Packet Throughput [Mpps]</b>"
1146         titlefont:
1147           size: 16
1148         gridcolor: "rgb(230, 230, 230)"
1149         hoverformat: ".4r"
1150         tickformat: ".3r"
1151         linecolor: "rgb(220, 220, 220)"
1152         linewidth: 1
1153         showgrid: True
1154         showline: True
1155         showticklabels: True
1156         tickcolor: "rgb(220, 220, 220)"
1157         tickfont:
1158           size: 16
1159         zeroline: False
1160         range: [0,50]
1161       boxmode: "group"
1162       boxgroupgap: 0.5
1163       autosize: False
1164       margin:
1165         t: 50
1166         b: 0
1167         l: 80
1168         r: 20
1169       showlegend: True
1170       legend:
1171         orientation: "h"
1172         font:
1173           size: 16
1174       width: 700
1175       height: 900
1176
1177     plot-throughput-speedup-analysis:
1178       titlefont:
1179         size: 18
1180       xaxis:
1181         title: "<b>Number of Cores [Qty]</b>"
1182         titlefont:
1183           size: 16
1184         autorange: True
1185         fixedrange: False
1186         gridcolor: "rgb(230, 230, 230)"
1187         linecolor: "rgb(220, 220, 220)"
1188         linewidth: 1
1189         showgrid: True
1190         showline: True
1191         showticklabels: True
1192         tickcolor: "rgb(238, 238, 238)"
1193         tickmode: "linear"
1194         tickfont:
1195           size: 16
1196         zeroline: False
1197       yaxis:
1198         title: "<b>Packet Throughput [Mpps]</b>"
1199         titlefont:
1200           size: 16
1201         type: "linear"
1202         gridcolor: "rgb(230, 230, 230)"
1203         hoverformat: ".4s"
1204         linecolor: "rgb(220, 220, 220)"
1205         linewidth: 1
1206         showgrid: True
1207         showline: True
1208         showticklabels: True
1209         tickcolor: "rgb(220, 220, 220)"
1210         tickformat: ".4s"
1211         tickfont:
1212           size: 16
1213         zeroline: True
1214         rangemode: "tozero"
1215         range: [0,100]
1216       legend:
1217         orientation: "h"
1218         font:
1219           size: 16
1220         xanchor: "left"
1221         yanchor: "top"
1222         x: 0
1223         y: -0.2
1224         bgcolor: "rgba(255, 255, 255, 0)"
1225         bordercolor: "rgba(255, 255, 255, 0)"
1226         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1227       autosize: False
1228       margin:
1229           't': 50
1230           'b': 150
1231           'l': 85
1232           'r': 10
1233       showlegend: True
1234       width: 700
1235       height: 700
1236       hoverlabel:
1237         namelength: -1
1238       annotations: [
1239         {
1240           text: "_ _          __          ...",
1241           align: "left",
1242           showarrow: False,
1243           xref: "paper",
1244           yref: "paper",
1245           xanchor: "left",
1246           yanchor: "top",
1247           x: 0,
1248           y: -0.13,
1249           font: {
1250             family: "Consolas, Courier New",
1251             size: 15
1252           },
1253         },
1254         {
1255           text: "    Perfect     Measured     Limit",
1256           align: "left",
1257           showarrow: False,
1258           xref: "paper",
1259           yref: "paper",
1260           xanchor: "left",
1261           yanchor: "top",
1262           x: 0,
1263           y: -0.15,
1264           font: {
1265             family: "Consolas, Courier New",
1266             size: 15
1267           },
1268         },
1269       ]
1270
1271     plot-latency:
1272       titlefont:
1273         size: 18
1274       xaxis:
1275         title: "<b>Direction</b>"
1276         titlefont:
1277           size: 16
1278         autorange: True
1279         fixedrange: False
1280         gridcolor: "rgb(230, 230, 230)"
1281         linecolor: "rgb(220, 220, 220)"
1282         linewidth: 1
1283         showgrid: True
1284         showline: True
1285         showticklabels: False
1286         tickcolor: "rgb(220, 220, 220)"
1287         tickmode: "linear"
1288         tickfont:
1289           size: 16
1290         zeroline: False
1291       yaxis:
1292         title: "<b>Packet Latency [uSec]</b>"
1293         titlefont:
1294           size: 16
1295         type: "linear"
1296         gridcolor: "rgb(230, 230, 230)"
1297         hoverformat: ".4s"
1298         linecolor: "rgb(220, 220, 220)"
1299         linewidth: 1
1300         showgrid: True
1301         showline: True
1302         showticklabels: True
1303         tickcolor: "rgb(220, 220, 220)"
1304         tickformat: ".4s"
1305         tickfont:
1306           size: 16
1307         zeroline: True
1308         rangemode: "tozero"
1309       legend:
1310         orientation: "h"
1311         font:
1312           size: 16
1313         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1314       autosize: False
1315       margin:
1316           't': 50
1317           'b': 150
1318           'l': 80
1319           'r': 10
1320       showlegend: True
1321       width: 700
1322       height: 700
1323       hoverlabel:
1324         namelength: -1
1325
1326 - type: "static"
1327   src-path: "{DIR[RST]}"
1328   dst-path: "{DIR[WORKING,SRC]}"
1329
1330 - type: "input"
1331   general:
1332     file-name: "robot-plugin.zip"
1333     file-format: ".zip"
1334     download-path: "{job}/{build}/robot/report/*zip*/{filename}"
1335     extract: "robot-plugin/output.xml"
1336
1337   builds:
1338 #    # TODO: Add 1904 data
1339 ##    intel-dnv-vpp-release-1904:
1340 ##      - 1
1341 #
1342 #    intel-dnv-vpp-release-1901:
1343 #      - 1
1344 #
1345 #    intel-dnv-vpp-release-1810:
1346 #      - 1
1347
1348     csit-vpp-perf-verify-1810-3n-hsw:
1349       - 9   # MRR sel
1350       - 8   # NDRPDR sel
1351       - 12  # NDRPDR sel
1352       - 14  # NDRPDR sel
1353       - 18  # NDRPDR sel
1354       - 23  # NDRPDR sel
1355       - 25  # NDRPDR sel
1356       - 38  # NDRPDR sel
1357       - 39  # NDRPDR sel
1358       - 41  # NDRPDR sel
1359       - 42  # NDRPDR sel
1360 #      - 28  # WRK
1361 #      - 29  # WRK
1362 #      - 30  # WRK
1363 #      - 31  # WRK
1364 #      - 32  # WRK
1365 #      - 33  # WRK
1366 #      - 34  # WRK
1367 #      - 35  # WRK
1368 #      - 36  # WRK
1369 #      - 37  # WRK
1370     csit-vpp-perf-verify-1901-3n-hsw:
1371       - 35  # MRR sel
1372       - 10  # NDRPDR sel
1373       - 19  # NDRPDR sel
1374       - 31  # NDRPDR sel
1375       - 36  # NDRPDR sel
1376       - 40  # NDRPDR sel
1377       - 42  # NDRPDR sel
1378       - 44  # NDRPDR sel
1379       - 46  # NDRPDR sel
1380       - 47  # NDRPDR sel
1381       - 48  # NDRPDR sel
1382       - 61  # NDRPDR LB
1383       - 62  # NDRPDR LB
1384       - 63  # NDRPDR LB
1385       - 64  # NDRPDR LB
1386       - 65  # NDRPDR LB
1387       - 66  # NDRPDR LB
1388       - 67  # NDRPDR LB
1389       - 69  # NDRPDR LB
1390       - 70  # NDRPDR LB
1391       - 71  # NDRPDR LB
1392     # TODO: Add 1904 Data
1393     csit-vpp-perf-verify-1904-3n-hsw:
1394       - 9   # MRR sel
1395       - 32  # NDRPDR full
1396       - 33  # NDRPDR full
1397       - 11  # NDRPDR sel
1398       - 12  # NDRPDR sel
1399       - 20  # NDRPDR sel
1400       - 21  # NDRPDR sel
1401       - 23  # NDRPDR sel
1402       - 24  # NDRPDR sel
1403       - 25  # NDRPDR sel
1404       - 26  # NDRPDR sel
1405       - 29  # NDRPDR sel
1406       - 30  # NDRPDR sel
1407
1408     csit-vpp-perf-verify-1810-3n-skx:
1409       - 9   # MRR sel
1410       - 11  # MRR sel
1411       - 12  # MRR sel
1412       - 13  # MRR sel
1413       - 10  # NDRPDR sel
1414       - 14  # NDRPDR sel
1415       - 15  # NDRPDR sel
1416       - 16  # NDRPDR sel
1417       - 17  # NDRPDR sel
1418       - 19  # NDRPDR sel
1419       - 20  # NDRPDR sel
1420       - 21  # NDRPDR sel
1421       - 22  # NDRPDR sel
1422       - 25  # NDRPDR sel
1423     csit-vpp-perf-verify-1901-3n-skx:
1424       - 32  # MRR sel
1425       - 18  # NDRPDR sel
1426       - 19  # NDRPDR sel
1427       - 20  # NDRPDR sel
1428       - 28  # NDRPDR sel
1429       - 31  # NDRPDR sel
1430       - 33  # NDRPDR sel
1431       - 36  # NDRPDR sel
1432       - 38  # NDRPDR sel
1433       - 47  # NDRPDR sel
1434       - 48  # NDRPDR sel
1435       - 54  # NDRPDR LB
1436       - 57  # NDRPDR LB
1437       - 58  # NDRPDR LB
1438       - 59  # NDRPDR LB
1439       - 60  # NDRPDR LB
1440       - 63  # NDRPDR LB
1441       - 64  # NDRPDR LB
1442       - 65  # NDRPDR LB
1443       - 66  # NDRPDR LB
1444       - 67  # NDRPDR LB
1445     csit-vpp-perf-verify-1904-3n-skx:
1446       - 7   # MRR sel
1447       - 26  # NDRPDR full
1448       - 27  # NDRPDR full
1449       - 30  # NDRPDR full
1450       - 31  # NDRPDR full
1451       - 8   # NDRPDR sel
1452       - 9   # NDRPDR sel
1453       - 10  # NDRPDR sel
1454       - 11  # NDRPDR sel
1455       - 12  # NDRPDR sel
1456       - 14  # NDRPDR sel
1457       - 16  # NDRPDR sel
1458       - 21  # NDRPDR sel
1459       - 23  # NDRPDR sel
1460       - 25  # NDRPDR sel
1461
1462     csit-vpp-perf-verify-1810-2n-skx:
1463       - 8   # MRR sel
1464       - 10  # MRR sel
1465       - 11  # MRR sel
1466       - 12  # MRR sel
1467       - 9   # NDRPDR sel
1468       - 13  # NDRPDR sel
1469       - 14  # NDRPDR sel
1470       - 19  # NDRPDR sel
1471       - 20  # NDRPDR sel
1472       - 21  # NDRPDR sel
1473       - 22  # NDRPDR sel
1474       - 23  # NDRPDR sel
1475       - 24  # NDRPDR sel
1476       - 27  # NDRPDR sel
1477     csit-vpp-perf-verify-1901-2n-skx:
1478       - 22  # MRR sel
1479       - 5   # NDRPDR sel
1480       - 12  # NDRPDR sel
1481       - 13  # NDRPDR sel
1482       - 21  # NDRPDR sel
1483       - 23  # NDRPDR sel
1484       - 31  # NDRPDR sel
1485       - 34  # NDRPDR sel
1486       - 40  # NDRPDR sel
1487       - 42  # NDRPDR sel
1488       - 43  # NDRPDR sel
1489     # TODO: Add 1904 data
1490     csit-vpp-perf-verify-1904-2n-skx:
1491       - 11  # MRR sel
1492       - 33  # NDRPDR full
1493       - 39  # NDRPDR full
1494       - 58  # NDRPDR full
1495       - 62  # NDRPDR full
1496       - 12  # NDRPDR sel
1497       - 14  # NDRPDR sel
1498       - 16  # NDRPDR sel
1499       - 17  # NDRPDR sel
1500       - 18  # NDRPDR sel
1501       - 21  # NDRPDR sel
1502       - 27  # NDRPDR sel
1503       - 30  # NDRPDR sel
1504       - 31  # NDRPDR sel
1505       - 32  # NDRPDR sel
1506       - 40  # NFV MRR 64b
1507       - 41  # NFV MRR 64b
1508       - 42  # NFV MRR 64b
1509       - 47  # NFV MRR 64b
1510       - 48  # NFV MRR 64b
1511       - 49  # NFV MRR IMIX
1512       - 50  # NFV MRR IMIX
1513       - 51  # NFV MRR IMIX
1514       - 54  # NFV MRR IMIX
1515       - 55  # NFV MRR IMIX
1516       - 56  # NFV NDRPDR 64b
1517       - 59  # NFV NDRPDR 64b
1518       - 60  # NFV NDRPDR 64b
1519       - 65  # NFV NDRPDR 64b
1520       - 68  # NFV NDRPDR 64b
1521       - 66  # NFV NDRPDR IMIX
1522       - 67  # NFV NDRPDR IMIX
1523       - 69  # NFV NDRPDR IMIX
1524       - 80  # NFV MRR NDRPDR 64b IMIX
1525       - 81  # NFV MRR NDRPDR 64b IMIX
1526       - 70  # SOAK
1527       - 71  # SOAK
1528
1529 #    csit-ligato-perf-verify-1901-3n-hsw:
1530 #      - 10  # NDRPDR full
1531 #      - 8   # NDRPDR sel
1532 #      - 9   # NDRPDR sel
1533 #      - 11  # NDRPDR sel
1534 #      - 12  # NDRPDR sel
1535 #      - 13  # NDRPDR sel
1536 #      - 14  # NDRPDR sel
1537 #      - 15  # NDRPDR sel
1538 #      - 16  # NDRPDR sel
1539 #      - 17  # NDRPDR sel
1540 #      - 18  # NDRPDR sel
1541 #    # TODO: Add 1904 data
1542 ##    csit-ligato-perf-verify-1904-3n-hsw:
1543 ##      -
1544
1545     csit-dpdk-perf-verify-1810-3n-hsw:
1546       - 1   # NDRPDR sel
1547       - 2   # NDRPDR sel
1548       - 3   # NDRPDR sel
1549       - 4   # NDRPDR sel
1550       - 5   # NDRPDR sel
1551       - 6   # NDRPDR sel
1552       - 7   # NDRPDR sel
1553       - 8   # NDRPDR sel
1554       - 9   # NDRPDR sel
1555       - 10  # NDRPDR sel
1556     csit-dpdk-perf-verify-1901-3n-hsw:
1557       - 13  # NDRPDR sel
1558       - 14  # NDRPDR sel
1559       - 16  # NDRPDR sel
1560       - 17  # NDRPDR sel
1561       - 18  # NDRPDR sel
1562       - 19  # NDRPDR sel
1563       - 20  # NDRPDR sel
1564       - 21  # NDRPDR sel
1565       - 22  # NDRPDR sel
1566       - 23  # NDRPDR sel
1567     csit-dpdk-perf-verify-1904-3n-hsw:
1568       - 2   # NDRPDR sel
1569       - 3   # NDRPDR sel
1570       - 5   # NDRPDR sel
1571       - 6   # NDRPDR sel
1572       - 13  # NDRPDR sel
1573       - 14  # NDRPDR sel
1574       - 15  # NDRPDR sel
1575       - 18  # NDRPDR sel
1576       - 19  # NDRPDR sel
1577       - 20  # NDRPDR sel
1578
1579     csit-dpdk-perf-verify-1810-3n-skx:
1580       - 3   # NDRPDR sel
1581       - 4   # NDRPDR sel
1582       - 6   # NDRPDR sel
1583       - 7   # NDRPDR sel
1584       - 8   # NDRPDR sel
1585       - 9   # NDRPDR sel
1586       - 10  # NDRPDR sel
1587       - 11  # NDRPDR sel
1588       - 12  # NDRPDR sel
1589       - 13  # NDRPDR sel
1590     csit-dpdk-perf-verify-1901-3n-skx:
1591       - 3   # NDRPDR sel
1592       - 5   # NDRPDR sel
1593       - 6   # NDRPDR sel
1594       - 7   # NDRPDR sel
1595       - 8   # NDRPDR sel
1596       - 9   # NDRPDR sel
1597       - 10  # NDRPDR sel
1598       - 11  # NDRPDR sel
1599       - 12  # NDRPDR sel
1600       - 13  # NDRPDR sel
1601     csit-dpdk-perf-verify-1904-3n-skx:
1602       - 2   # NDRPDR sel
1603       - 3   # NDRPDR sel
1604       - 4   # NDRPDR sel
1605       - 5   # NDRPDR sel
1606       - 6   # NDRPDR sel
1607       - 7   # NDRPDR sel
1608       - 11  # NDRPDR sel
1609       - 12  # NDRPDR sel
1610       - 13  # NDRPDR sel
1611       - 14  # NDRPDR sel
1612
1613     csit-dpdk-perf-verify-1810-2n-skx:
1614       - 3   # NDRPDR sel
1615       - 4   # NDRPDR sel
1616       - 5   # NDRPDR sel
1617       - 7   # NDRPDR sel
1618       - 8   # NDRPDR sel
1619       - 9   # NDRPDR sel
1620       - 10  # NDRPDR sel
1621       - 11  # NDRPDR sel
1622       - 12  # NDRPDR sel
1623       - 13  # NDRPDR sel
1624     csit-dpdk-perf-verify-1901-2n-skx:
1625       - 12  # NDRPDR sel
1626       - 13  # NDRPDR sel
1627       - 14  # NDRPDR sel
1628       - 15  # NDRPDR sel
1629       - 16  # NDRPDR sel
1630       - 17  # NDRPDR sel
1631       - 18  # NDRPDR sel
1632       - 19  # NDRPDR sel
1633       - 20  # NDRPDR sel
1634       - 21  # NDRPDR sel
1635     csit-dpdk-perf-verify-1904-2n-skx:
1636       - 2   # NDRPDR sel
1637       - 3   # NDRPDR sel
1638       - 4   # NDRPDR sel
1639       - 5   # NDRPDR sel
1640       - 7   # NDRPDR sel
1641       - 8   # NDRPDR sel
1642       - 9   # NDRPDR sel
1643       - 10  # NDRPDR sel
1644       - 11  # NDRPDR sel
1645       - 12  # NDRPDR sel
1646
1647     csit-vpp-functional-1904-ubuntu1604-virl:
1648       - 33
1649     csit-vpp-functional-1904-centos7-virl:
1650       - 32
1651     csit-vpp-device-1904-ubuntu1804-1n-skx:
1652       - 32
1653 #    # Not used
1654 #    csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
1655 #      - 1
1656     csit-dmm-functional-1904-ubuntu1604-virl:
1657       - 1
1658     csit-hc2vpp-verify-func-1904-ubuntu1604:
1659       - 4
1660
1661 - type: "output"
1662   output: "report"
1663   format:
1664     html:
1665     - full
1666     pdf:
1667     - minimal
1668
1669 ################################################################################
1670 ###                               T A B L E S                                ###
1671 ################################################################################
1672
1673 # VPP SOAK vs NDR
1674 - type: "table"
1675   title: "VPP Soak vs NDR 2n-skx"
1676   algorithm: "table_soak_vs_ndr"
1677   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
1678   reference:
1679     title: "NDR"
1680     data: "vpp-soak-vs-ndr-2n-skx-ref"
1681   compare:
1682     title: "Soak"
1683     data: "vpp-soak-vs-ndr-2n-skx-cmp"
1684   data: "vpp-soak-vs-ndr-2n-skx"
1685   include-tests: "NDR"
1686   filter: "('NDRPDR' or 'SOAK')"
1687   parameters:
1688     - "throughput"
1689     - "name"
1690     - "parent"
1691
1692 ################################################################################
1693
1694 # VPP Compare NICs 3n-hsw 1t1c ndr
1695 - type: "table"
1696   title: "VPP Compare NICs 3n-hsw 1t1c ndr"
1697   algorithm: "table_nics_comparison"
1698   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-ndr"
1699   reference:
1700     title: "Intel-x520"
1701     nic: "NIC_Intel-X520-DA2"
1702   compare:
1703     title: "Intel-x710"
1704     nic: "NIC_Intel-X710"
1705   data: "vpp-nic-comparison-3n-hsw"
1706   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1707   filter: "'1T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1708   parameters:
1709   - "name"
1710   - "parent"
1711   - "throughput"
1712   - "tags"
1713
1714 # VPP Compare NICs 3n-hsw 2t2c ndr
1715 - type: "table"
1716   title: "VPP Compare NICs 3n-hsw 2t2c ndr"
1717   algorithm: "table_nics_comparison"
1718   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-ndr"
1719   reference:
1720     title: "Intel-x520"
1721     nic: "NIC_Intel-X520-DA2"
1722   compare:
1723     title: "Intel-x710"
1724     nic: "NIC_Intel-X710"
1725   data: "vpp-nic-comparison-3n-hsw"
1726   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1727   filter: "'2T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1728   parameters:
1729   - "name"
1730   - "parent"
1731   - "throughput"
1732   - "tags"
1733
1734 # VPP Compare NICs 3n-hsw 1t1c pdr
1735 - type: "table"
1736   title: "VPP Compare NICs 3n-hsw 1t1c pdr"
1737   algorithm: "table_nics_comparison"
1738   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-pdr"
1739   reference:
1740     title: "Intel-x520"
1741     nic: "NIC_Intel-X520-DA2"
1742   compare:
1743     title: "Intel-x710"
1744     nic: "NIC_Intel-X710"
1745   data: "vpp-nic-comparison-3n-hsw"
1746   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1747   filter: "'1T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1748   parameters:
1749   - "name"
1750   - "parent"
1751   - "throughput"
1752   - "tags"
1753
1754 # VPP Compare NICs 3n-hsw 2t2c pdr
1755 - type: "table"
1756   title: "VPP Compare NICs 3n-hsw 2t2c pdr"
1757   algorithm: "table_nics_comparison"
1758   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-pdr"
1759   reference:
1760     title: "Intel-x520"
1761     nic: "NIC_Intel-X520-DA2"
1762   compare:
1763     title: "Intel-x710"
1764     nic: "NIC_Intel-X710"
1765   data: "vpp-nic-comparison-3n-hsw"
1766   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1767   filter: "'2T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1768   parameters:
1769   - "name"
1770   - "parent"
1771   - "throughput"
1772   - "tags"
1773
1774 # VPP Compare NICs 3n-hsw 1t1c mrr
1775 - type: "table"
1776   title: "VPP Compare NICs 3n-hsw 1t1c mrr"
1777   algorithm: "table_nics_comparison"
1778   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-mrr"
1779   reference:
1780     title: "Intel-x520"
1781     nic: "NIC_Intel-X520-DA2"
1782   compare:
1783     title: "Intel-x710"
1784     nic: "NIC_Intel-X710"
1785   data: "vpp-nic-comparison-3n-hsw-mrr"
1786   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1787   filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1788   parameters:
1789   - "name"
1790   - "parent"
1791   - "result"
1792   - "tags"
1793
1794 # VPP Compare NICs 3n-hsw 2t2c mrr
1795 - type: "table"
1796   title: "VPP Compare NICs 3n-hsw 2t2c mrr"
1797   algorithm: "table_nics_comparison"
1798   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-mrr"
1799   reference:
1800     title: "Intel-x520"
1801     nic: "NIC_Intel-X520-DA2"
1802   compare:
1803     title: "Intel-x710"
1804     nic: "NIC_Intel-X710"
1805   data: "vpp-nic-comparison-3n-hsw-mrr"
1806   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1807   filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1808   parameters:
1809   - "name"
1810   - "parent"
1811   - "result"
1812   - "tags"
1813
1814 # VPP Compare NICs 3n-hsw 4t4c mrr
1815 - type: "table"
1816   title: "VPP Compare NICs 3n-hsw 4t4c mrr"
1817   algorithm: "table_nics_comparison"
1818   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-nics-mrr"
1819   reference:
1820     title: "Intel-x520"
1821     nic: "NIC_Intel-X520-DA2"
1822   compare:
1823     title: "Intel-x710"
1824     nic: "NIC_Intel-X710"
1825   data: "vpp-nic-comparison-3n-hsw-mrr"
1826   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1827   filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1828   parameters:
1829   - "name"
1830   - "parent"
1831   - "result"
1832   - "tags"
1833
1834 # VPP Compare NICs 3n-skx 2t1c ndr
1835 - type: "table"
1836   title: "VPP Compare NICs 3n-skx 2t1c ndr"
1837   algorithm: "table_nics_comparison"
1838   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
1839   reference:
1840     title: "Intel-x710"
1841     nic: "NIC_Intel-X710"
1842   compare:
1843     title: "Intel-xxv710"
1844     nic: "NIC_Intel-XXV710"
1845   data: "vpp-nic-comparison-3n-skx"
1846   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1847   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1848   parameters:
1849   - "name"
1850   - "parent"
1851   - "throughput"
1852   - "tags"
1853
1854 # VPP Compare NICs 3n-skx 4t2c ndr
1855 - type: "table"
1856   title: "VPP Compare NICs 3n-skx 4t2c ndr"
1857   algorithm: "table_nics_comparison"
1858   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
1859   reference:
1860     title: "Intel-x710"
1861     nic: "NIC_Intel-X710"
1862   compare:
1863     title: "Intel-xxv710"
1864     nic: "NIC_Intel-XXV710"
1865   data: "vpp-nic-comparison-3n-skx"
1866   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1867   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1868   parameters:
1869   - "name"
1870   - "parent"
1871   - "throughput"
1872   - "tags"
1873
1874 # VPP Compare NICs 3n-skx 2t1c pdr
1875 - type: "table"
1876   title: "VPP Compare NICs 3n-skx 2t1c pdr"
1877   algorithm: "table_nics_comparison"
1878   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
1879   reference:
1880     title: "Intel-x710"
1881     nic: "NIC_Intel-X710"
1882   compare:
1883     title: "Intel-xxv710"
1884     nic: "NIC_Intel-XXV710"
1885   data: "vpp-nic-comparison-3n-skx"
1886   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1887   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1888   parameters:
1889   - "name"
1890   - "parent"
1891   - "throughput"
1892   - "tags"
1893
1894  # VPP Compare NICs 3n-skx 4t2c pdr
1895 - type: "table"
1896   title: "VPP Compare NICs 3n-skx 4t2c pdr"
1897   algorithm: "table_nics_comparison"
1898   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
1899   reference:
1900     title: "Intel-x710"
1901     nic: "NIC_Intel-X710"
1902   compare:
1903     title: "Intel-xxv710"
1904     nic: "NIC_Intel-XXV710"
1905   data: "vpp-nic-comparison-3n-skx"
1906   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1907   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1908   parameters:
1909   - "name"
1910   - "parent"
1911   - "throughput"
1912   - "tags"
1913
1914 # VPP Compare NICs 3n-skx 2t1c mrr
1915 - type: "table"
1916   title: "VPP Compare NICs 3n-skx 2t1c mrr"
1917   algorithm: "table_nics_comparison"
1918   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
1919   reference:
1920     title: "Intel-x710"
1921     nic: "NIC_Intel-X710"
1922   compare:
1923     title: "Intel-xxv710"
1924     nic: "NIC_Intel-XXV710"
1925   data: "vpp-nic-comparison-3n-skx-mrr"
1926   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1927   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1928   parameters:
1929   - "name"
1930   - "parent"
1931   - "result"
1932   - "tags"
1933
1934 # VPP Compare NICs 3n-skx 4t2c mrr
1935 - type: "table"
1936   title: "VPP Compare NICs 3n-skx 4t2c mrr"
1937   algorithm: "table_nics_comparison"
1938   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
1939   reference:
1940     title: "Intel-x710"
1941     nic: "NIC_Intel-X710"
1942   compare:
1943     title: "Intel-xxv710"
1944     nic: "NIC_Intel-XXV710"
1945   data: "vpp-nic-comparison-3n-skx-mrr"
1946   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1947   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1948   parameters:
1949   - "name"
1950   - "parent"
1951   - "result"
1952   - "tags"
1953
1954  # VPP Compare NICs 3n-skx 8t4c mrr
1955 - type: "table"
1956   title: "VPP Compare NICs 3n-skx 8t4c mrr"
1957   algorithm: "table_nics_comparison"
1958   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
1959   reference:
1960     title: "Intel-x710"
1961     nic: "NIC_Intel-X710"
1962   compare:
1963     title: "Intel-xxv710"
1964     nic: "NIC_Intel-XXV710"
1965   data: "vpp-nic-comparison-3n-skx-mrr"
1966   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1967   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1968   parameters:
1969   - "name"
1970   - "parent"
1971   - "result"
1972   - "tags"
1973
1974 # VPP Compare NICs 2n-skx 2t1c ndr
1975 - type: "table"
1976   title: "VPP Compare NICs 2n-skx 2t1c ndr"
1977   algorithm: "table_nics_comparison"
1978   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
1979   reference:
1980     title: "Intel-x710"
1981     nic: "NIC_Intel-X710"
1982   compare:
1983     title: "Intel-xxv710"
1984     nic: "NIC_Intel-XXV710"
1985   data: "vpp-nic-comparison-2n-skx"
1986   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1987   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1988   parameters:
1989   - "name"
1990   - "parent"
1991   - "throughput"
1992   - "tags"
1993
1994 # VPP Compare NICs 2n-skx 4t2c ndr
1995 - type: "table"
1996   title: "VPP Compare NICs 2n-skx 4t2c ndr"
1997   algorithm: "table_nics_comparison"
1998   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
1999   reference:
2000     title: "Intel-x710"
2001     nic: "NIC_Intel-X710"
2002   compare:
2003     title: "Intel-xxv710"
2004     nic: "NIC_Intel-XXV710"
2005   data: "vpp-nic-comparison-2n-skx"
2006   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2007   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2008   parameters:
2009   - "name"
2010   - "parent"
2011   - "throughput"
2012   - "tags"
2013
2014  # VPP Compare NICs 2n-skx 2t1c pdr
2015 - type: "table"
2016   title: "VPP Compare NICs 2n-skx 2t1c pdr"
2017   algorithm: "table_nics_comparison"
2018   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
2019   reference:
2020     title: "Intel-x710"
2021     nic: "NIC_Intel-X710"
2022   compare:
2023     title: "Intel-xxv710"
2024     nic: "NIC_Intel-XXV710"
2025   data: "vpp-nic-comparison-2n-skx"
2026   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2027   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2028   parameters:
2029   - "name"
2030   - "parent"
2031   - "throughput"
2032   - "tags"
2033
2034 # VPP Compare NICs 2n-skx 4t2c pdr
2035 - type: "table"
2036   title: "VPP Compare NICs 2n-skx 4t2c pdr"
2037   algorithm: "table_nics_comparison"
2038   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
2039   reference:
2040     title: "Intel-x710"
2041     nic: "NIC_Intel-X710"
2042   compare:
2043     title: "Intel-xxv710"
2044     nic: "NIC_Intel-XXV710"
2045   data: "vpp-nic-comparison-2n-skx"
2046   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2047   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2048   parameters:
2049   - "name"
2050   - "parent"
2051   - "throughput"
2052   - "tags"
2053
2054 # VPP Compare NICs 2n-skx 2t1c mrr
2055 - type: "table"
2056   title: "VPP Compare NICs 2n-skx 2t1c mrr"
2057   algorithm: "table_nics_comparison"
2058   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
2059   reference:
2060     title: "Intel-x710"
2061     nic: "NIC_Intel-X710"
2062   compare:
2063     title: "Intel-xxv710"
2064     nic: "NIC_Intel-XXV710"
2065   data: "vpp-nic-comparison-2n-skx-mrr"
2066   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2067   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2068   parameters:
2069   - "name"
2070   - "parent"
2071   - "result"
2072   - "tags"
2073
2074 # VPP Compare NICs 2n-skx 4t2c mrr
2075 - type: "table"
2076   title: "VPP Compare NICs 2n-skx 4t2c mrr"
2077   algorithm: "table_nics_comparison"
2078   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
2079   reference:
2080     title: "Intel-x710"
2081     nic: "NIC_Intel-X710"
2082   compare:
2083     title: "Intel-xxv710"
2084     nic: "NIC_Intel-XXV710"
2085   data: "vpp-nic-comparison-2n-skx-mrr"
2086   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2087   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2088   parameters:
2089   - "name"
2090   - "parent"
2091   - "result"
2092   - "tags"
2093
2094 # VPP Compare NICs 2n-skx 8t4c mrr
2095 - type: "table"
2096   title: "VPP Compare NICs 2n-skx 8t4c mrr"
2097   algorithm: "table_nics_comparison"
2098   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
2099   reference:
2100     title: "Intel-x710"
2101     nic: "NIC_Intel-X710"
2102   compare:
2103     title: "Intel-xxv710"
2104     nic: "NIC_Intel-XXV710"
2105   data: "vpp-nic-comparison-2n-skx-mrr"
2106   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2107   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2108   parameters:
2109   - "name"
2110   - "parent"
2111   - "result"
2112   - "tags"
2113
2114 ################################################################################
2115 # VPP
2116
2117 ## VPP Performance Changes 2n-dnv 1t1c pdr
2118 #- type: "table"
2119 #  title: "VPP Performance Changes 2n-dnv 1t1c pdr"
2120 #  algorithm: "table_performance_comparison"
2121 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
2122 #  history:
2123 #    - title: "rls1810"
2124 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2125 #  reference:
2126 #    title: "rls1901"
2127 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2128 #  compare:
2129 #    title: "rls1904"
2130 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2131 #  data: "intel-dnv-vpp-changes-2n-dnv"
2132 #  include-tests: "PDR"
2133 #  filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')"
2134 #  parameters:
2135 #  - "name"
2136 #  - "parent"
2137 #  - "throughput"
2138 #
2139 ## VPP Performance Changes 2n-dnv 2t2c pdr
2140 #- type: "table"
2141 #  title: "VPP Performance Changes 2n-dnv 2t2c pdr"
2142 #  algorithm: "table_performance_comparison"
2143 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
2144 #  history:
2145 #    - title: "rls1810"
2146 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2147 #  reference:
2148 #    title: "rls1901"
2149 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2150 #  compare:
2151 #    title: "rls1904"
2152 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2153 #  data: "intel-dnv-vpp-changes-2n-dnv"
2154 #  include-tests: "PDR"
2155 #  filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')"
2156 #  parameters:
2157 #  - "name"
2158 #  - "parent"
2159 #  - "throughput"
2160 #
2161 ## VPP Performance Changes 2n-dnv 1t1c ndr
2162 #- type: "table"
2163 #  title: "VPP Performance Changes 2n-dnv 1t1c ndr"
2164 #  algorithm: "table_performance_comparison"
2165 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
2166 #  history:
2167 #    - title: "rls1810"
2168 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2169 #  reference:
2170 #    title: "rls1901"
2171 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2172 #  compare:
2173 #    title: "rls1904"
2174 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2175 #  data: "intel-dnv-vpp-changes-2n-dnv"
2176 #  include-tests: "NDR"
2177 #  filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')"
2178 #  parameters:
2179 #  - "name"
2180 #  - "parent"
2181 #  - "throughput"
2182 #
2183 ## VPP Performance Changes 2n-dnv 2t2c ndr
2184 #- type: "table"
2185 #  title: "VPP Performance Changes 2n-dnv 2t2c ndr"
2186 #  algorithm: "table_performance_comparison"
2187 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
2188 #  history:
2189 #    - title: "rls1810"
2190 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2191 #  reference:
2192 #    title: "rls1901"
2193 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2194 #  compare:
2195 #    title: "rls1904"
2196 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2197 #  data: "intel-dnv-vpp-changes-2n-dnv"
2198 #  include-tests: "NDR"
2199 #  filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')"
2200 #  parameters:
2201 #  - "name"
2202 #  - "parent"
2203 #  - "throughput"
2204 #
2205 ## VPP Performance Changes 2n-dnv 1t1c MRR
2206 #- type: "table"
2207 #  title: "VPP Performance Changes 2n-dnv 1t1c MRR"
2208 #  algorithm: "table_performance_comparison"
2209 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
2210 #  history:
2211 #    - title: "rls1810"
2212 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2213 #  reference:
2214 #    title: "rls1901"
2215 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2216 #  compare:
2217 #    title: "rls1904"
2218 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2219 #  data: "intel-dnv-vpp-changes-2n-dnv"
2220 #  include-tests: "MRR"
2221 #  filter: "'1T1C' and 'MRR'"
2222 #  parameters:
2223 #  - "name"
2224 #  - "parent"
2225 #  - "result"
2226 #
2227 ## VPP Performance Changes 2n-dnv 2t2c MRR
2228 #- type: "table"
2229 #  title: "VPP Performance Changes 2n-dnv 2t2c MRR"
2230 #  algorithm: "table_performance_comparison"
2231 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
2232 #  history:
2233 #    - title: "rls1810"
2234 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2235 #  reference:
2236 #    title: "rls1901"
2237 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2238 #  compare:
2239 #    title: "rls1904"
2240 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2241 #  data: "intel-dnv-vpp-changes-2n-dnv"
2242 #  include-tests: "MRR"
2243 #  filter: "'2T2C' and 'MRR'"
2244 #  parameters:
2245 #  - "name"
2246 #  - "parent"
2247 #  - "result"
2248 #
2249 ## VPP Performance Changes 2n-dnv 4t4c MRR
2250 #- type: "table"
2251 #  title: "VPP Performance Changes 2n-dnv 4t4c MRR"
2252 #  algorithm: "table_performance_comparison"
2253 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
2254 #  history:
2255 #    - title: "rls1810"
2256 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2257 #  reference:
2258 #    title: "rls1901"
2259 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2260 #  compare:
2261 #    title: "rls1904"
2262 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2263 #  data: "intel-dnv-vpp-changes-2n-dnv"
2264 #  include-tests: "MRR"
2265 #  filter: "'4T4C' and 'MRR'"
2266 #  parameters:
2267 #  - "name"
2268 #  - "parent"
2269 #  - "result"
2270
2271 # VPP Performance Changes 3n-hsw 1t1c pdr
2272 - type: "table"
2273   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
2274   algorithm: "table_performance_comparison"
2275   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
2276   history:
2277     - title: "rls1810"
2278       data: "vpp-performance-changes-3n-hsw-h1"
2279   reference:
2280     title: "rls1901"
2281     data: "vpp-performance-changes-3n-hsw-ref"
2282   compare:
2283     title: "rls1904"
2284     data: "vpp-performance-changes-3n-hsw-cmp"
2285   data: "vpp-performance-changes-3n-hsw"
2286   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2287   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2288   parameters:
2289   - "name"
2290   - "parent"
2291   - "throughput"
2292
2293 # VPP Performance Changes 3n-hsw 2t2c pdr
2294 - type: "table"
2295   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
2296   algorithm: "table_performance_comparison"
2297   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
2298   history:
2299     - title: "rls1810"
2300       data: "vpp-performance-changes-3n-hsw-h1"
2301   reference:
2302     title: "rls1901"
2303     data: "vpp-performance-changes-3n-hsw-ref"
2304   compare:
2305     title: "rls1904"
2306     data: "vpp-performance-changes-3n-hsw-cmp"
2307   data: "vpp-performance-changes-3n-hsw"
2308   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2309   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2310   parameters:
2311   - "name"
2312   - "parent"
2313   - "throughput"
2314
2315 # VPP Performance Changes 3n-hsw 1t1c ndr
2316 - type: "table"
2317   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
2318   algorithm: "table_performance_comparison"
2319   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
2320   history:
2321     - title: "rls1810"
2322       data: "vpp-performance-changes-3n-hsw-h1"
2323   reference:
2324     title: "rls1901"
2325     data: "vpp-performance-changes-3n-hsw-ref"
2326   compare:
2327     title: "rls1904"
2328     data: "vpp-performance-changes-3n-hsw-cmp"
2329   data: "vpp-performance-changes-3n-hsw"
2330   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2331   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2332   parameters:
2333   - "name"
2334   - "parent"
2335   - "throughput"
2336
2337 # VPP Performance Changes 3n-hsw 2t2c ndr
2338 - type: "table"
2339   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
2340   algorithm: "table_performance_comparison"
2341   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
2342   history:
2343     - title: "rls1810"
2344       data: "vpp-performance-changes-3n-hsw-h1"
2345   reference:
2346     title: "rls1901"
2347     data: "vpp-performance-changes-3n-hsw-ref"
2348   compare:
2349     title: "rls1904"
2350     data: "vpp-performance-changes-3n-hsw-cmp"
2351   data: "vpp-performance-changes-3n-hsw"
2352   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2353   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2354   parameters:
2355   - "name"
2356   - "parent"
2357   - "throughput"
2358
2359 # VPP Performance Changes 3n-skx 2t1c pdr
2360 - type: "table"
2361   title: "VPP Performance Changes 3n-skx 2t1c pdr"
2362   algorithm: "table_performance_comparison"
2363   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
2364   history:
2365     - title: "rls1810"
2366       data: "vpp-performance-changes-3n-skx-h1"
2367   reference:
2368     title: "rls1901"
2369     data: "vpp-performance-changes-3n-skx-ref"
2370   compare:
2371     title: "rls1904"
2372     data: "vpp-performance-changes-3n-skx-cmp"
2373   data: "vpp-performance-changes-3n-skx"
2374   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2375   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2376   parameters:
2377   - "name"
2378   - "parent"
2379   - "throughput"
2380
2381 # VPP Performance Changes 3n-skx 4t2c pdr
2382 - type: "table"
2383   title: "VPP Performance Changes 3n-skx 4t2c pdr"
2384   algorithm: "table_performance_comparison"
2385   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
2386   history:
2387     - title: "rls1810"
2388       data: "vpp-performance-changes-3n-skx-h1"
2389   reference:
2390     title: "rls1901"
2391     data: "vpp-performance-changes-3n-skx-ref"
2392   compare:
2393     title: "rls1904"
2394     data: "vpp-performance-changes-3n-skx-cmp"
2395   data: "vpp-performance-changes-3n-skx"
2396   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2397   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2398   parameters:
2399   - "name"
2400   - "parent"
2401   - "throughput"
2402
2403 # VPP Performance Changes 3n-skx 2t1c ndr
2404 - type: "table"
2405   title: "VPP Performance Changes 3n-skx 2t1c ndr"
2406   algorithm: "table_performance_comparison"
2407   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
2408   history:
2409     - title: "rls1810"
2410       data: "vpp-performance-changes-3n-skx-h1"
2411   reference:
2412     title: "rls1901"
2413     data: "vpp-performance-changes-3n-skx-ref"
2414   compare:
2415     title: "rls1904"
2416     data: "vpp-performance-changes-3n-skx-cmp"
2417   data: "vpp-performance-changes-3n-skx"
2418   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2419   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2420   parameters:
2421   - "name"
2422   - "parent"
2423   - "throughput"
2424
2425 # VPP Performance Changes 3n-skx 4t2c ndr
2426 - type: "table"
2427   title: "VPP Performance Changes 3n-skx 4t2c ndr"
2428   algorithm: "table_performance_comparison"
2429   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
2430   history:
2431     - title: "rls1810"
2432       data: "vpp-performance-changes-3n-skx-h1"
2433   reference:
2434     title: "rls1901"
2435     data: "vpp-performance-changes-3n-skx-ref"
2436   compare:
2437     title: "rls1904"
2438     data: "vpp-performance-changes-3n-skx-cmp"
2439   data: "vpp-performance-changes-3n-skx"
2440   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2441   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2442   parameters:
2443   - "name"
2444   - "parent"
2445   - "throughput"
2446
2447 # VPP Performance Changes 2n-skx 2t1c pdr
2448 - type: "table"
2449   title: "VPP Performance Changes 2n-skx 2t1c pdr"
2450   algorithm: "table_performance_comparison"
2451   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
2452   history:
2453     - title: "rls1810"
2454       data: "vpp-performance-changes-2n-skx-h1"
2455   reference:
2456     title: "rls1901"
2457     data: "vpp-performance-changes-2n-skx-ref"
2458   compare:
2459     title: "rls1904"
2460     data: "vpp-performance-changes-2n-skx-cmp"
2461   data: "vpp-performance-changes-2n-skx"
2462   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2463   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2464   parameters:
2465   - "name"
2466   - "parent"
2467   - "throughput"
2468
2469 # VPP Performance Changes 2n-skx 4t2c pdr
2470 - type: "table"
2471   title: "VPP Performance Changes 2n-skx 4t2c pdr"
2472   algorithm: "table_performance_comparison"
2473   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
2474   history:
2475     - title: "rls1810"
2476       data: "vpp-performance-changes-2n-skx-h1"
2477   reference:
2478     title: "rls1901"
2479     data: "vpp-performance-changes-2n-skx-ref"
2480   compare:
2481     title: "rls1904"
2482     data: "vpp-performance-changes-2n-skx-cmp"
2483   data: "vpp-performance-changes-2n-skx"
2484   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2485   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2486   parameters:
2487   - "name"
2488   - "parent"
2489   - "throughput"
2490
2491 # VPP Performance Changes 2n-skx 2t1c ndr
2492 - type: "table"
2493   title: "VPP Performance Changes 2n-skx 2t1c ndr"
2494   algorithm: "table_performance_comparison"
2495   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
2496   history:
2497     - title: "rls1810"
2498       data: "vpp-performance-changes-2n-skx-h1"
2499   reference:
2500     title: "rls1901"
2501     data: "vpp-performance-changes-2n-skx-ref"
2502   compare:
2503     title: "rls1904"
2504     data: "vpp-performance-changes-2n-skx-cmp"
2505   data: "vpp-performance-changes-2n-skx"
2506   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2507   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2508   parameters:
2509   - "name"
2510   - "parent"
2511   - "throughput"
2512
2513 # VPP Performance Changes 2n-skx 4t2c ndr
2514 - type: "table"
2515   title: "VPP Performance Changes 2n-skx 4t2c ndr"
2516   algorithm: "table_performance_comparison"
2517   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
2518   history:
2519     - title: "rls1810"
2520       data: "vpp-performance-changes-2n-skx-h1"
2521   reference:
2522     title: "rls1901"
2523     data: "vpp-performance-changes-2n-skx-ref"
2524   compare:
2525     title: "rls1904"
2526     data: "vpp-performance-changes-2n-skx-cmp"
2527   data: "vpp-performance-changes-2n-skx"
2528   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2529   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2530   parameters:
2531   - "name"
2532   - "parent"
2533   - "throughput"
2534
2535 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
2536 - type: "table"
2537   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
2538   algorithm: "table_performance_comparison"
2539   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
2540   reference:
2541     title: "3-Node Hsw"
2542     data: "vpp-compare-testbeds-ref"
2543   compare:
2544     title: "3-Node Skx"
2545     data: "vpp-compare-testbeds-cmp"
2546   data: "vpp-compare-testbeds"
2547   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2548   filter: "'NIC_Intel-X710' and 'NDRPDR' and '1C'"
2549   parameters:
2550   - "name"
2551   - "parent"
2552   - "throughput"
2553
2554 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
2555 - type: "table"
2556   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
2557   algorithm: "table_performance_comparison"
2558   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
2559   reference:
2560     title: "3-Node Hsw"
2561     data: "vpp-compare-testbeds-ref"
2562   compare:
2563     title: "3-Node Skx"
2564     data: "vpp-compare-testbeds-cmp"
2565   data: "vpp-compare-testbeds"
2566   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2567   filter: "'NIC_Intel-X710' and 'NDRPDR' and '2C'"
2568   parameters:
2569   - "name"
2570   - "parent"
2571   - "throughput"
2572
2573 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
2574 - type: "table"
2575   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
2576   algorithm: "table_performance_comparison"
2577   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
2578   reference:
2579     title: "3-Node Hsw"
2580     data: "vpp-compare-testbeds-ref"
2581   compare:
2582     title: "3-Node Skx"
2583     data: "vpp-compare-testbeds-cmp"
2584   data: "vpp-compare-testbeds"
2585   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2586   filter: "'NIC_Intel-X710' and 'NDRPDR' and '1C'"
2587   parameters:
2588   - "name"
2589   - "parent"
2590   - "throughput"
2591
2592 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
2593 - type: "table"
2594   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
2595   algorithm: "table_performance_comparison"
2596   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
2597   reference:
2598     title: "3-Node Hsw"
2599     data: "vpp-compare-testbeds-ref"
2600   compare:
2601     title: "3-Node Skx"
2602     data: "vpp-compare-testbeds-cmp"
2603   data: "vpp-compare-testbeds"
2604   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2605   filter: "'NIC_Intel-X710' and 'NDRPDR' and '2C'"
2606   parameters:
2607   - "name"
2608   - "parent"
2609   - "throughput"
2610
2611 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
2612 - type: "table"
2613   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
2614   algorithm: "table_performance_comparison"
2615   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
2616   reference:
2617     title: "3-Node Skx"
2618     data: "vpp-compare-topologies-ref"
2619   compare:
2620     title: "2-Node Skx"
2621     data: "vpp-compare-topologies-cmp"
2622   data: "vpp-compare-topologies"
2623   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2624   filter: "'NDRPDR' and '1C'"
2625   parameters:
2626   - "name"
2627   - "parent"
2628   - "throughput"
2629
2630 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
2631 - type: "table"
2632   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
2633   algorithm: "table_performance_comparison"
2634   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
2635   reference:
2636     title: "3-Node Skx"
2637     data: "vpp-compare-topologies-ref"
2638   compare:
2639     title: "2-Node Skx"
2640     data: "vpp-compare-topologies-cmp"
2641   data: "vpp-compare-topologies"
2642   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2643   filter: "'NDRPDR' and '2C'"
2644   parameters:
2645   - "name"
2646   - "parent"
2647   - "throughput"
2648
2649 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
2650 - type: "table"
2651   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
2652   algorithm: "table_performance_comparison"
2653   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
2654   reference:
2655     title: "3-Node Skx"
2656     data: "vpp-compare-topologies-ref"
2657   compare:
2658     title: "2-Node Skx"
2659     data: "vpp-compare-topologies-cmp"
2660   data: "vpp-compare-topologies"
2661   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2662   filter: "'NDRPDR' and '1C'"
2663   parameters:
2664   - "name"
2665   - "parent"
2666   - "throughput"
2667
2668 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
2669 - type: "table"
2670   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
2671   algorithm: "table_performance_comparison"
2672   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
2673   reference:
2674     title: "3-Node Skx"
2675     data: "vpp-compare-topologies-ref"
2676   compare:
2677     title: "2-Node Skx"
2678     data: "vpp-compare-topologies-cmp"
2679   data: "vpp-compare-topologies"
2680   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2681   filter: "'NDRPDR' and '2C'"
2682   parameters:
2683   - "name"
2684   - "parent"
2685   - "throughput"
2686
2687 # VPP Performance Changes 3n-hsw 1t1c MRR
2688 - type: "table"
2689   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
2690   algorithm: "table_performance_comparison"
2691   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
2692   history:
2693     - title: "rls1810"
2694       data: "vpp-performance-changes-3n-hsw-mrr-h1"
2695   reference:
2696     title: "rls1901"
2697     data: "vpp-performance-changes-3n-hsw-mrr-ref"
2698   compare:
2699     title: "rls1904"
2700     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2701   data: "vpp-performance-changes-3n-hsw-mrr"
2702   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2703   filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2704   parameters:
2705   - "name"
2706   - "parent"
2707   - "result"
2708
2709 # VPP Performance Changes 3n-hsw 2t2c MRR
2710 - type: "table"
2711   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
2712   algorithm: "table_performance_comparison"
2713   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
2714   history:
2715     - title: "rls1810"
2716       data: "vpp-performance-changes-3n-hsw-mrr-h1"
2717   reference:
2718     title: "rls1901"
2719     data: "vpp-performance-changes-3n-hsw-mrr-ref"
2720   compare:
2721     title: "rls1904"
2722     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2723   data: "vpp-performance-changes-3n-hsw-mrr"
2724   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2725   filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2726   parameters:
2727   - "name"
2728   - "parent"
2729   - "result"
2730
2731 # VPP Performance Changes 3n-hsw 4t4c MRR
2732 - type: "table"
2733   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
2734   algorithm: "table_performance_comparison"
2735   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
2736   history:
2737     - title: "rls1810"
2738       data: "vpp-performance-changes-3n-hsw-mrr-h1"
2739   reference:
2740     title: "rls1901"
2741     data: "vpp-performance-changes-3n-hsw-mrr-ref"
2742   compare:
2743     title: "rls1904"
2744     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2745   data: "vpp-performance-changes-3n-hsw-mrr"
2746   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2747   filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2748   parameters:
2749   - "name"
2750   - "parent"
2751   - "result"
2752
2753 # VPP Performance Changes 3n-skx 2t1c MRR
2754 - type: "table"
2755   title: "VPP Performance Changes 3n-skx 2t1c MRR"
2756   algorithm: "table_performance_comparison"
2757   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
2758   history:
2759     - title: "rls1810"
2760       data: "vpp-performance-changes-3n-skx-mrr-h1"
2761   reference:
2762     title: "rls1901"
2763     data: "vpp-performance-changes-3n-skx-mrr-ref"
2764   compare:
2765     title: "rls1904"
2766     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2767   data: "vpp-performance-changes-3n-skx-mrr"
2768   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2769   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2770   parameters:
2771   - "name"
2772   - "parent"
2773   - "result"
2774
2775 # VPP Performance Changes 3n-skx 4t2c MRR
2776 - type: "table"
2777   title: "VPP Performance Changes 3n-skx 4t2c MRR"
2778   algorithm: "table_performance_comparison"
2779   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
2780   history:
2781     - title: "rls1810"
2782       data: "vpp-performance-changes-3n-skx-mrr-h1"
2783   reference:
2784     title: "rls1901"
2785     data: "vpp-performance-changes-3n-skx-mrr-ref"
2786   compare:
2787     title: "rls1904"
2788     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2789   data: "vpp-performance-changes-3n-skx-mrr"
2790   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2791   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2792   parameters:
2793   - "name"
2794   - "parent"
2795   - "result"
2796
2797 # VPP Performance Changes 3n-skx 8t4c MRR
2798 - type: "table"
2799   title: "VPP Performance Changes 3n-skx 8t4c MRR"
2800   algorithm: "table_performance_comparison"
2801   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
2802   history:
2803     - title: "rls1810"
2804       data: "vpp-performance-changes-3n-skx-mrr-h1"
2805   reference:
2806     title: "rls1901"
2807     data: "vpp-performance-changes-3n-skx-mrr-ref"
2808   compare:
2809     title: "rls1904"
2810     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2811   data: "vpp-performance-changes-3n-skx-mrr"
2812   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2813   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2814   parameters:
2815   - "name"
2816   - "parent"
2817   - "result"
2818
2819 # VPP Performance Changes 2n-skx 2t1c MRR
2820 - type: "table"
2821   title: "VPP Performance Changes 2n-skx 2t1c MRR"
2822   algorithm: "table_performance_comparison"
2823   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
2824   history:
2825     - title: "rls1810"
2826       data: "vpp-performance-changes-2n-skx-mrr-h1"
2827   reference:
2828     title: "rls1901"
2829     data: "vpp-performance-changes-2n-skx-mrr-ref"
2830   compare:
2831     title: "rls1904"
2832     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2833   data: "vpp-performance-changes-2n-skx-mrr"
2834   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2835   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2836   parameters:
2837   - "name"
2838   - "parent"
2839   - "result"
2840
2841 # VPP Performance Changes 2n-skx 4t2c MRR
2842 - type: "table"
2843   title: "VPP Performance Changes 2n-skx 4t2c MRR"
2844   algorithm: "table_performance_comparison"
2845   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
2846   history:
2847     - title: "rls1810"
2848       data: "vpp-performance-changes-2n-skx-mrr-h1"
2849   reference:
2850     title: "rls1901"
2851     data: "vpp-performance-changes-2n-skx-mrr-ref"
2852   compare:
2853     title: "rls1904"
2854     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2855   data: "vpp-performance-changes-2n-skx-mrr"
2856   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2857   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2858   parameters:
2859   - "name"
2860   - "parent"
2861   - "result"
2862
2863 # VPP Performance Changes 2n-skx 8t4c MRR
2864 - type: "table"
2865   title: "VPP Performance Changes 2n-skx 8t4c MRR"
2866   algorithm: "table_performance_comparison"
2867   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
2868   history:
2869     - title: "rls1810"
2870       data: "vpp-performance-changes-2n-skx-mrr-h1"
2871   reference:
2872     title: "rls1901"
2873     data: "vpp-performance-changes-2n-skx-mrr-ref"
2874   compare:
2875     title: "rls1904"
2876     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2877   data: "vpp-performance-changes-2n-skx-mrr"
2878   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2879   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2880   parameters:
2881   - "name"
2882   - "parent"
2883   - "result"
2884
2885 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
2886 - type: "table"
2887   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
2888   algorithm: "table_performance_comparison"
2889   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
2890   reference:
2891     title: "3-Node Hsw"
2892     data: "vpp-compare-testbeds-mrr-ref"
2893   compare:
2894     title: "3-Node Skx"
2895     data: "vpp-compare-testbeds-mrr-cmp"
2896   data: "vpp-compare-testbeds-mrr"
2897   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2898   filter: "'NIC_Intel-X710' and 'MRR' and '1C'"
2899   parameters:
2900   - "name"
2901   - "parent"
2902   - "result"
2903
2904 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
2905 - type: "table"
2906   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
2907   algorithm: "table_performance_comparison"
2908   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
2909   reference:
2910     title: "3-Node Hsw"
2911     data: "vpp-compare-testbeds-mrr-ref"
2912   compare:
2913     title: "3-Node Skx"
2914     data: "vpp-compare-testbeds-mrr-cmp"
2915   data: "vpp-compare-testbeds-mrr"
2916   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2917   filter: "'NIC_Intel-X710' and 'MRR' and '2C'"
2918   parameters:
2919   - "name"
2920   - "parent"
2921   - "result"
2922
2923 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
2924 - type: "table"
2925   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
2926   algorithm: "table_performance_comparison"
2927   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
2928   reference:
2929     title: "3-Node Hsw"
2930     data: "vpp-compare-testbeds-mrr-ref"
2931   compare:
2932     title: "3-Node Skx"
2933     data: "vpp-compare-testbeds-mrr-cmp"
2934   data: "vpp-compare-testbeds-mrr"
2935   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2936   filter: "'NIC_Intel-X710' and 'MRR' and '4C'"
2937   parameters:
2938   - "name"
2939   - "parent"
2940   - "result"
2941
2942 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
2943 - type: "table"
2944   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
2945   algorithm: "table_performance_comparison"
2946   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
2947   reference:
2948     title: "3-Node Skx"
2949     data: "vpp-compare-topologies-mrr-ref"
2950   compare:
2951     title: "2-Node Skx"
2952     data: "vpp-compare-topologies-mrr-cmp"
2953   data: "vpp-compare-topologies-mrr"
2954   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2955   filter: "'MRR' and '1C'"
2956   parameters:
2957   - "name"
2958   - "parent"
2959   - "result"
2960
2961 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
2962 - type: "table"
2963   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
2964   algorithm: "table_performance_comparison"
2965   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
2966   reference:
2967     title: "3-Node Skx"
2968     data: "vpp-compare-topologies-mrr-ref"
2969   compare:
2970     title: "2-Node Skx"
2971     data: "vpp-compare-topologies-mrr-cmp"
2972   data: "vpp-compare-topologies-mrr"
2973   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2974   filter: "'MRR' and '2C'"
2975   parameters:
2976   - "name"
2977   - "parent"
2978   - "result"
2979
2980 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
2981 - type: "table"
2982   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
2983   algorithm: "table_performance_comparison"
2984   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
2985   reference:
2986     title: "3-Node Skx"
2987     data: "vpp-compare-topologies-mrr-ref"
2988   compare:
2989     title: "2-Node Skx"
2990     data: "vpp-compare-topologies-mrr-cmp"
2991   data: "vpp-compare-topologies-mrr"
2992   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2993   filter: "'MRR' and '4C'"
2994   parameters:
2995   - "name"
2996   - "parent"
2997   - "result"
2998
2999 # Detailed Test Results - VPP Performance Results 3n-hsw
3000 - type: "table"
3001   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
3002   algorithm: "table_merged_details"
3003   output-file-ext: ".csv"
3004   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
3005   columns:
3006   - title: "Name"
3007     data: "data name"
3008   - title: "Status"
3009     data: "data msg"
3010   rows: "generated"
3011   data: "vpp-perf-results-3n-hsw"
3012   filter: "not 'NDRCHK' and not 'PDRCHK'"
3013   parameters:
3014   - "name"
3015   - "parent"
3016   - "msg"
3017
3018 # Detailed Test Results - VPP Performance Results 3n-skx
3019 - type: "table"
3020   title: "Detailed Test Results - VPP Performance Results 3n-skx"
3021   algorithm: "table_merged_details"
3022   output-file-ext: ".csv"
3023   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
3024   columns:
3025   - title: "Name"
3026     data: "data name"
3027   - title: "Status"
3028     data: "data msg"
3029   rows: "generated"
3030   data: "vpp-perf-results-3n-skx"
3031   filter: "not 'CFS_OPT'"
3032   parameters:
3033   - "name"
3034   - "parent"
3035   - "msg"
3036
3037 # Detailed Test Results - VPP Performance Results 2n-skx
3038 - type: "table"
3039   title: "Detailed Test Results - VPP Performance Results 2n-skx"
3040   algorithm: "table_merged_details"
3041   output-file-ext: ".csv"
3042   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
3043   columns:
3044   - title: "Name"
3045     data: "data name"
3046   - title: "Status"
3047     data: "data msg"
3048   rows: "generated"
3049   data: "vpp-perf-results-2n-skx"
3050   filter: "not 'CFS_OPT'"
3051   parameters:
3052   - "name"
3053   - "parent"
3054   - "msg"
3055
3056 ## Detailed Test Results - VPP Performance Results 2n-dnv
3057 #- type: "table"
3058 #  title: "Detailed Test Results - VPP Performance Results 2n-dnv"
3059 #  algorithm: "table_details"
3060 #  output-file-ext: ".csv"
3061 #  output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
3062 #  columns:
3063 #  - title: "Name"
3064 #    data: "data name"
3065 #  - title: "Status"
3066 #    data: "data msg"
3067 #  rows: "generated"
3068 #  data: "intel-dnv-vpp"
3069 #  filter: "'NDRPDR'"
3070 #  parameters:
3071 #  - "name"
3072 #  - "parent"
3073 #  - "msg"
3074
3075 # Test configuration - VPP Performance Test Configs 3n-hsw
3076 - type: "table"
3077   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
3078   algorithm: "table_merged_details"
3079   output-file-ext: ".csv"
3080   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
3081   columns:
3082   - title: "Name"
3083     data: "data name"
3084   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3085     data: "data conf-history"
3086   rows: "generated"
3087   data: "vpp-perf-results-3n-hsw"
3088   filter: "not 'NDRCHK' and not 'PDRCHK'"
3089   parameters:
3090   - "parent"
3091   - "name"
3092   - "conf-history"
3093
3094 # Test configuration - VPP Performance Test Configs 3n-skx
3095 - type: "table"
3096   title: "Test configuration - VPP Performance Test Configs 3n-skx"
3097   algorithm: "table_merged_details"
3098   output-file-ext: ".csv"
3099   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
3100   columns:
3101   - title: "Name"
3102     data: "data name"
3103   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3104     data: "data conf-history"
3105   rows: "generated"
3106   data: "vpp-perf-results-3n-skx"
3107   filter: "not 'CFS_OPT'"
3108   parameters:
3109   - "parent"
3110   - "name"
3111   - "conf-history"
3112
3113 # Test configuration - VPP Performance Test Configs 2n-skx
3114 - type: "table"
3115   title: "Test configuration - VPP Performance Test Configs 2n-skx"
3116   algorithm: "table_merged_details"
3117   output-file-ext: ".csv"
3118   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
3119   columns:
3120   - title: "Name"
3121     data: "data name"
3122   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3123     data: "data conf-history"
3124   rows: "generated"
3125   data: "vpp-perf-results-2n-skx"
3126   filter: "not 'CFS_OPT'"
3127   parameters:
3128   - "parent"
3129   - "name"
3130   - "conf-history"
3131
3132 ## Test configuration - VPP Performance Test Configs 2n-dnv
3133 #- type: "table"
3134 #  title: "Test configuration - VPP Performance Test Configs 2n-dnv"
3135 #  algorithm: "table_details"
3136 #  output-file-ext: ".csv"
3137 #  output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_test_configuration_2n_dnv"
3138 #  columns:
3139 #  - title: "Name"
3140 #    data: "data name"
3141 #  - title: "VPP API Test Commands History - Commands Used Per Test Case"
3142 #    data: "data conf-history"
3143 #  rows: "generated"
3144 #  data: "intel-dnv-vpp"
3145 #  filter: "'NDRPDR'"
3146 #  parameters:
3147 #  - "parent"
3148 #  - "name"
3149 #  - "conf-history"
3150
3151 # Test Operational Data - VPP Performance Operational Data 3n-hsw
3152 - type: "table"
3153   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
3154   algorithm: "table_merged_details"
3155   output-file-ext: ".csv"
3156   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
3157   columns:
3158   - title: "Name"
3159     data: "data name"
3160   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3161     data: "data show-run"
3162   rows: "generated"
3163   data: "vpp-perf-results-3n-hsw"
3164   filter: "not 'NDRCHK' and not 'PDRCHK'"
3165   parameters:
3166   - "parent"
3167   - "name"
3168   - "show-run"
3169
3170 # Test Operational Data - VPP Performance Operational Data 3n-skx
3171 - type: "table"
3172   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
3173   algorithm: "table_merged_details"
3174   output-file-ext: ".csv"
3175   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
3176   columns:
3177   - title: "Name"
3178     data: "data name"
3179   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3180     data: "data show-run"
3181   rows: "generated"
3182   data: "vpp-perf-results-3n-skx"
3183   filter: "not 'CFS_OPT'"
3184   parameters:
3185   - "parent"
3186   - "name"
3187   - "show-run"
3188
3189 # Test Operational Data - VPP Performance Operational Data 2n-skx
3190 - type: "table"
3191   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
3192   algorithm: "table_merged_details"
3193   output-file-ext: ".csv"
3194   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
3195   columns:
3196   - title: "Name"
3197     data: "data name"
3198   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3199     data: "data show-run"
3200   rows: "generated"
3201   data: "vpp-perf-results-2n-skx"
3202   filter: "not 'CFS_OPT'"
3203   parameters:
3204   - "parent"
3205   - "name"
3206   - "show-run"
3207
3208 ## Test Operational Data - VPP Performance Operational Data 2n-dnv
3209 #- type: "table"
3210 #  title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
3211 #  algorithm: "table_details"
3212 #  output-file-ext: ".csv"
3213 #  output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_test_operational_2n_dnv"
3214 #  columns:
3215 #  - title: "Name"
3216 #    data: "data name"
3217 #  - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3218 #    data: "data show-run"
3219 #  rows: "generated"
3220 #  data: "intel-dnv-vpp"
3221 #  filter: "'NDRPDR'"
3222 #  parameters:
3223 #  - "parent"
3224 #  - "name"
3225 #  - "show-run"
3226
3227 # Detailed Test Results - VPP MRR Results 3n-hsw
3228 - type: "table"
3229   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
3230   algorithm: "table_details"
3231   output-file-ext: ".csv"
3232   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
3233   columns:
3234   - title: "Name"
3235     data: "data name"
3236   - title: "Status"
3237     data: "data msg"
3238   rows: "generated"
3239   data: "vpp-mrr-results-3n-hsw"
3240   filter: "'MRR'"
3241   parameters:
3242   - "name"
3243   - "parent"
3244   - "msg"
3245
3246 # Detailed Test Results - VPP MRR Results 3n-skx
3247 - type: "table"
3248   title: "Detailed Test Results - VPP MRR Results 3n-skx"
3249   algorithm: "table_details"
3250   output-file-ext: ".csv"
3251   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
3252   columns:
3253   - title: "Name"
3254     data: "data name"
3255   - title: "Status"
3256     data: "data msg"
3257   rows: "generated"
3258   data: "vpp-mrr-results-3n-skx"
3259   filter: "'MRR'"
3260   parameters:
3261   - "name"
3262   - "parent"
3263   - "msg"
3264
3265 # Detailed Test Results - VPP MRR Results 2n-skx
3266 - type: "table"
3267   title: "Detailed Test Results - VPP MRR Results 2n-skx"
3268   algorithm: "table_details"
3269   output-file-ext: ".csv"
3270   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
3271   columns:
3272   - title: "Name"
3273     data: "data name"
3274   - title: "Status"
3275     data: "data msg"
3276   rows: "generated"
3277   data: "vpp-mrr-results-2n-skx"
3278   filter: "'MRR'"
3279   parameters:
3280   - "name"
3281   - "parent"
3282   - "msg"
3283
3284 ## Detailed Test Results - VPP MRR Results 2n-dnv
3285 #- type: "table"
3286 #  title: "Detailed Test Results - VPP MRR Results 2n-dnv"
3287 #  algorithm: "table_details"
3288 #  output-file-ext: ".csv"
3289 #  output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
3290 #  columns:
3291 #  - title: "Name"
3292 #    data: "data name"
3293 #  - title: "Status"
3294 #    data: "data msg"
3295 #  rows: "generated"
3296 #  data: "intel-dnv-vpp"
3297 #  filter: "'MRR'"
3298 #  parameters:
3299 #  - "name"
3300 #  - "parent"
3301 #  - "msg"
3302
3303 # Test configuration - VPP MRR Test Configs 3n-hsw
3304 - type: "table"
3305   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
3306   algorithm: "table_details"
3307   output-file-ext: ".csv"
3308   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
3309   columns:
3310   - title: "Name"
3311     data: "data name"
3312   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3313     data: "data conf-history"
3314   rows: "generated"
3315   data: "vpp-mrr-results-3n-hsw"
3316   filter: "'MRR'"
3317   parameters:
3318   - "parent"
3319   - "name"
3320   - "conf-history"
3321
3322 # Test configuration - VPP MRR Test Configs 3n-skx
3323 - type: "table"
3324   title: "Test configuration - VPP MRR Test Configs 3n-skx"
3325   algorithm: "table_details"
3326   output-file-ext: ".csv"
3327   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
3328   columns:
3329   - title: "Name"
3330     data: "data name"
3331   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3332     data: "data conf-history"
3333   rows: "generated"
3334   data: "vpp-mrr-results-3n-skx"
3335   filter: "'MRR'"
3336   parameters:
3337   - "parent"
3338   - "name"
3339   - "conf-history"
3340
3341 # Test configuration - VPP MRR Test Configs 2n-skx
3342 - type: "table"
3343   title: "Test configuration - VPP MRR Test Configs 2n-skx"
3344   algorithm: "table_details"
3345   output-file-ext: ".csv"
3346   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
3347   columns:
3348   - title: "Name"
3349     data: "data name"
3350   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3351     data: "data conf-history"
3352   rows: "generated"
3353   data: "vpp-mrr-results-2n-skx"
3354   filter: "'MRR'"
3355   parameters:
3356   - "parent"
3357   - "name"
3358   - "conf-history"
3359
3360 ## Test configuration - VPP MRR Test Configs 2n-dnv
3361 #- type: "table"
3362 #  title: "Test configuration - VPP MRR Test Configs 2n-dnv"
3363 #  algorithm: "table_details"
3364 #  output-file-ext: ".csv"
3365 #  output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_test_configuration_2n_dnv"
3366 #  columns:
3367 #  - title: "Name"
3368 #    data: "data name"
3369 #  - title: "VPP API Test Commands History - Commands Used Per Test Case"
3370 #    data: "data conf-history"
3371 #  rows: "generated"
3372 #  data: "intel-dnv-vpp"
3373 #  filter: "'MRR'"
3374 #  parameters:
3375 #  - "parent"
3376 #  - "name"
3377 #  - "conf-history"
3378
3379 # Detailed Test Results - VPP Functional Results - Ubuntu
3380 - type: "table"
3381   title: "Detailed Test Results - VPP Functional Results - Ubuntu"
3382   algorithm: "table_details"
3383   output-file-ext: ".csv"
3384   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
3385   columns:
3386   - title: "Name"
3387     data: "data name"
3388   - title: "Documentation"
3389     data: "data doc"
3390   - title: "Status"
3391     data: "data status"
3392   rows: "generated"
3393   data: "vpp-func-results-ubuntu"
3394   filter: "all"
3395   parameters:
3396   - "name"
3397   - "parent"
3398   - "doc"
3399   - "status"
3400
3401 # Detailed Test Results - VPP Functional Results - CentOS
3402 - type: "table"
3403   title: "Detailed Test Results - VPP Functional Results - CentOS"
3404   algorithm: "table_details"
3405   output-file-ext: ".csv"
3406   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
3407   columns:
3408   - title: "Name"
3409     data: "data name"
3410   - title: "Documentation"
3411     data: "data doc"
3412   -
3413     title: "Status"
3414     data: "data status"
3415   rows: "generated"
3416   data:
3417     "vpp-func-results-centos"
3418   filter: "all"
3419   parameters:
3420   - "name"
3421   - "parent"
3422   - "doc"
3423   - "status"
3424
3425 # Test configuration - VPP Functional Test Configs - Ubuntu
3426 - type: "table"
3427   title: "Test configuration - VPP Functional Test Configs - Ubuntu"
3428   algorithm: "table_details"
3429   output-file-ext: ".csv"
3430   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
3431   columns:
3432   - title: "Name"
3433     data: "data name"
3434   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3435     data: "data conf-history"
3436   rows: "generated"
3437   data: "vpp-func-results-ubuntu"
3438   filter: "all"
3439   parameters:
3440   - "parent"
3441   - "name"
3442   - "conf-history"
3443
3444 # Test configuration - VPP Functional Test Configs - CentOS
3445 - type: "table"
3446   title: "Test configuration - VPP Functional Test Configs - CentOS"
3447   algorithm: "table_details"
3448   output-file-ext: ".csv"
3449   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
3450   columns:
3451   - title: "Name"
3452     data: "data name"
3453   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3454     data: "data conf-history"
3455   rows: "generated"
3456   data: "vpp-func-results-centos"
3457   filter: "all"
3458   parameters:
3459   - "parent"
3460   - "name"
3461   - "conf-history"
3462
3463 ## Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw
3464 #- type: "table"
3465 #  title: "Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw"
3466 #  algorithm: "table_details"
3467 #  output-file-ext: ".csv"
3468 #  output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
3469 #  columns:
3470 #  - title: "Name"
3471 #    data: "data name"
3472 #  - title: "Status"
3473 #    data: "data msg"
3474 #  rows: "generated"
3475 #  data: "ligato-perf-results-3n-hsw"
3476 #  filter: "all"
3477 #  parameters:
3478 #  - "name"
3479 #  - "parent"
3480 #  - "msg"
3481
3482 # Detailed Test Results - VPP Device Results - Ubuntu
3483 - type: "table"
3484   title: "Detailed Test Results - VPP Device Results - Ubuntu"
3485   algorithm: "table_details"
3486   output-file-ext: ".csv"
3487   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
3488   columns:
3489   - title: "Name"
3490     data: "data name"
3491   - title: "Documentation"
3492     data: "data doc"
3493   - title: "Status"
3494     data: "data status"
3495   rows: "generated"
3496   data: "vpp-device-results-ubuntu"
3497   filter: "all"
3498   parameters:
3499   - "name"
3500   - "parent"
3501   - "doc"
3502   - "status"
3503
3504 # Test configuration - VPP Device Test Configs - Ubuntu
3505 - type: "table"
3506   title: "Test configuration - VPP Device Test Configs - Ubuntu"
3507   algorithm: "table_details"
3508   output-file-ext: ".csv"
3509   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
3510   columns:
3511   - title: "Name"
3512     data: "data name"
3513   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3514     data: "data conf-history"
3515   rows: "generated"
3516   data: "vpp-device-results-ubuntu"
3517   filter: "all"
3518   parameters:
3519   - "parent"
3520   - "name"
3521   - "conf-history"
3522
3523 ################################################################################
3524
3525 # DPDK Performance Changes 3n-hsw 1t1c pdr
3526 - type: "table"
3527   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
3528   algorithm: "table_performance_comparison"
3529   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
3530   history:
3531     - title: "rls1810"
3532       data: "dpdk-performance-changes-3n-hsw-h1"
3533   reference:
3534     title: "rls1901"
3535     data: "dpdk-performance-changes-3n-hsw-ref"
3536   compare:
3537     title: "rls1904"
3538     data: "dpdk-performance-changes-3n-hsw-cmp"
3539   data: "dpdk-performance-changes-3n-hsw"
3540   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3541   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3542   parameters:
3543   - "name"
3544   - "parent"
3545   - "throughput"
3546
3547 # DPDK Performance Changes 3n-hsw 2t2c pdr
3548 - type: "table"
3549   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
3550   algorithm: "table_performance_comparison"
3551   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
3552   history:
3553     - title: "rls1810"
3554       data: "dpdk-performance-changes-3n-hsw-h1"
3555   reference:
3556     title: "rls1901"
3557     data: "dpdk-performance-changes-3n-hsw-ref"
3558   compare:
3559     title: "rls1904"
3560     data: "dpdk-performance-changes-3n-hsw-cmp"
3561   data: "dpdk-performance-changes-3n-hsw"
3562   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3563   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3564   parameters:
3565   - "name"
3566   - "parent"
3567   - "throughput"
3568
3569 # DPDK Performance Changes 3n-hsw 1t1c ndr
3570 - type: "table"
3571   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
3572   algorithm: "table_performance_comparison"
3573   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
3574   history:
3575     - title: "rls1810"
3576       data: "dpdk-performance-changes-3n-hsw-h1"
3577   reference:
3578     title: "rls1901"
3579     data: "dpdk-performance-changes-3n-hsw-ref"
3580   compare:
3581     title: "rls1904"
3582     data: "dpdk-performance-changes-3n-hsw-cmp"
3583   data: "dpdk-performance-changes-3n-hsw"
3584   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3585   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3586   parameters:
3587   - "name"
3588   - "parent"
3589   - "throughput"
3590
3591 # DPDK Performance Changes 3n-hsw 2t2c ndr
3592 - type: "table"
3593   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
3594   algorithm: "table_performance_comparison"
3595   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
3596   history:
3597     - title: "rls1810"
3598       data: "dpdk-performance-changes-3n-hsw-h1"
3599   reference:
3600     title: "rls1901"
3601     data: "dpdk-performance-changes-3n-hsw-ref"
3602   compare:
3603     title: "rls1904"
3604     data: "dpdk-performance-changes-3n-hsw-cmp"
3605   data: "dpdk-performance-changes-3n-hsw"
3606   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3607   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3608   parameters:
3609   - "name"
3610   - "parent"
3611   - "throughput"
3612
3613 # DPDK Performance Changes 3n-skx 2t1c pdr
3614 - type: "table"
3615   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
3616   algorithm: "table_performance_comparison"
3617   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
3618   history:
3619     - title: "rls1810"
3620       data: "dpdk-performance-changes-3n-skx-h1"
3621   reference:
3622     title: "rls1901"
3623     data: "dpdk-performance-changes-3n-skx-ref"
3624   compare:
3625     title: "rls1904"
3626     data: "dpdk-performance-changes-3n-skx-cmp"
3627   data: "dpdk-performance-changes-3n-skx"
3628   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3629   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3630   parameters:
3631   - "name"
3632   - "parent"
3633   - "throughput"
3634
3635 # DPDK Performance Changes 3n-skx 4t2c pdr
3636 - type: "table"
3637   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
3638   algorithm: "table_performance_comparison"
3639   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
3640   history:
3641     - title: "rls1810"
3642       data: "dpdk-performance-changes-3n-skx-h1"
3643   reference:
3644     title: "rls1901"
3645     data: "dpdk-performance-changes-3n-skx-ref"
3646   compare:
3647     title: "rls1904"
3648     data: "dpdk-performance-changes-3n-skx-cmp"
3649   data: "dpdk-performance-changes-3n-skx"
3650   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3651   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3652   parameters:
3653   - "name"
3654   - "parent"
3655   - "throughput"
3656
3657 # DPDK Performance Changes 3n-skx 2t1c ndr
3658 - type: "table"
3659   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
3660   algorithm: "table_performance_comparison"
3661   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
3662   history:
3663     - title: "rls1810"
3664       data: "dpdk-performance-changes-3n-skx-h1"
3665   reference:
3666     title: "rls1901"
3667     data: "dpdk-performance-changes-3n-skx-ref"
3668   compare:
3669     title: "rls1904"
3670     data: "dpdk-performance-changes-3n-skx-cmp"
3671   data: "dpdk-performance-changes-3n-skx"
3672   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3673   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3674   parameters:
3675   - "name"
3676   - "parent"
3677   - "throughput"
3678
3679 # DPDK Performance Changes 3n-skx 4t2c ndr
3680 - type: "table"
3681   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
3682   algorithm: "table_performance_comparison"
3683   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
3684   history:
3685     - title: "rls1810"
3686       data: "dpdk-performance-changes-3n-skx-h1"
3687   reference:
3688     title: "rls1901"
3689     data: "dpdk-performance-changes-3n-skx-ref"
3690   compare:
3691     title: "rls1904"
3692     data: "dpdk-performance-changes-3n-skx-cmp"
3693   data: "dpdk-performance-changes-3n-skx"
3694   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3695   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3696   parameters:
3697   - "name"
3698   - "parent"
3699   - "throughput"
3700
3701 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
3702 - type: "table"
3703   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
3704   algorithm: "table_performance_comparison"
3705   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
3706   reference:
3707     title: "3-Node Hsw"
3708     data: "dpdk-compare-testbeds-ref"
3709   compare:
3710     title: "3-Node Skx"
3711     data: "dpdk-compare-testbeds-cmp"
3712   data: "dpdk-compare-testbeds"
3713   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3714   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3715   parameters:
3716   - "name"
3717   - "parent"
3718   - "throughput"
3719
3720 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
3721 - type: "table"
3722   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
3723   algorithm: "table_performance_comparison"
3724   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
3725   reference:
3726     title: "3-Node Hsw"
3727     data: "dpdk-compare-testbeds-ref"
3728   compare:
3729     title: "3-Node Skx"
3730     data: "dpdk-compare-testbeds-cmp"
3731   data: "dpdk-compare-testbeds"
3732   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3733   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3734   parameters:
3735   - "name"
3736   - "parent"
3737   - "throughput"
3738
3739 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
3740 - type: "table"
3741   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
3742   algorithm: "table_performance_comparison"
3743   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
3744   reference:
3745     title: "3-Node Skx"
3746     data: "dpdk-compare-topologies-ref"
3747   compare:
3748     title: "2-Node Skx"
3749     data: "dpdk-compare-topologies-cmp"
3750   data: "dpdk-compare-topologies"
3751   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3752   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3753   parameters:
3754   - "name"
3755   - "parent"
3756   - "throughput"
3757
3758 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
3759 - type: "table"
3760   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
3761   algorithm: "table_performance_comparison"
3762   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
3763   reference:
3764     title: "3-Node Skx"
3765     data: "dpdk-compare-topologies-ref"
3766   compare:
3767     title: "2-Node Skx"
3768     data: "dpdk-compare-topologies-cmp"
3769   data: "dpdk-compare-topologies"
3770   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3771   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3772   parameters:
3773   - "name"
3774   - "parent"
3775   - "throughput"
3776
3777 # DPDK Performance Changes 2n-skx 2t1c pdr
3778 - type: "table"
3779   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
3780   algorithm: "table_performance_comparison"
3781   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
3782   history:
3783     - title: "rls1810"
3784       data: "dpdk-performance-changes-2n-skx-h1"
3785   reference:
3786     title: "rls1901"
3787     data: "dpdk-performance-changes-2n-skx-ref"
3788   compare:
3789     title: "rls1904"
3790     data: "dpdk-performance-changes-2n-skx-cmp"
3791   data: "dpdk-performance-changes-2n-skx"
3792   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3793   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3794   parameters:
3795   - "name"
3796   - "parent"
3797   - "throughput"
3798
3799 # DPDK Performance Changes 2n-skx 4t2c pdr
3800 - type: "table"
3801   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
3802   algorithm: "table_performance_comparison"
3803   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
3804   history:
3805     - title: "rls1810"
3806       data: "dpdk-performance-changes-2n-skx-h1"
3807   reference:
3808     title: "rls1901"
3809     data: "dpdk-performance-changes-2n-skx-ref"
3810   compare:
3811     title: "rls1904"
3812     data: "dpdk-performance-changes-2n-skx-cmp"
3813   data: "dpdk-performance-changes-2n-skx"
3814   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3815   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3816   parameters:
3817   - "name"
3818   - "parent"
3819   - "throughput"
3820
3821 # DPDK Performance Changes 2n-skx 2t1c ndr
3822 - type: "table"
3823   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
3824   algorithm: "table_performance_comparison"
3825   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
3826   history:
3827     - title: "rls1810"
3828       data: "dpdk-performance-changes-2n-skx-h1"
3829   reference:
3830     title: "rls1901"
3831     data: "dpdk-performance-changes-2n-skx-ref"
3832   compare:
3833     title: "rls1904"
3834     data: "dpdk-performance-changes-2n-skx-cmp"
3835   data: "dpdk-performance-changes-2n-skx"
3836   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3837   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3838   parameters:
3839   - "name"
3840   - "parent"
3841   - "throughput"
3842
3843 # DPDK Performance Changes 2n-skx 4t2c ndr
3844 - type: "table"
3845   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
3846   algorithm: "table_performance_comparison"
3847   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
3848   history:
3849     - title: "rls1810"
3850       data: "dpdk-performance-changes-2n-skx-h1"
3851   reference:
3852     title: "rls1901"
3853     data: "dpdk-performance-changes-2n-skx-ref"
3854   compare:
3855     title: "rls1904"
3856     data: "dpdk-performance-changes-2n-skx-cmp"
3857   data: "dpdk-performance-changes-2n-skx"
3858   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3859   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3860   parameters:
3861   - "name"
3862   - "parent"
3863   - "throughput"
3864
3865 # Detailed Test Results - DPDK Performance Results 3n-hsw
3866 - type: "table"
3867   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
3868   algorithm: "table_details"
3869   output-file-ext: ".csv"
3870   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
3871   columns:
3872   - title: "Name"
3873     data: "data name"
3874   - title: "Status"
3875     data: "data msg"
3876   rows: "generated"
3877   data: "dpdk-perf-results-3n-hsw"
3878   filter: "all"
3879   parameters:
3880   - "name"
3881   - "parent"
3882   - "msg"
3883
3884 # Detailed Test Results - DPDK Performance Results 3n-skx
3885 - type: "table"
3886   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
3887   algorithm: "table_details"
3888   output-file-ext: ".csv"
3889   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
3890   columns:
3891   - title: "Name"
3892     data: "data name"
3893   - title: "Status"
3894     data: "data msg"
3895   rows: "generated"
3896   data: "dpdk-perf-results-3n-skx"
3897   filter: "all"
3898   parameters:
3899   - "name"
3900   - "parent"
3901   - "msg"
3902
3903 # Detailed Test Results - DPDK Performance Results 2n-skx
3904 - type: "table"
3905   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
3906   algorithm: "table_details"
3907   output-file-ext: ".csv"
3908   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
3909   columns:
3910   - title: "Name"
3911     data: "data name"
3912   - title: "Status"
3913     data: "data msg"
3914   rows: "generated"
3915   data: "dpdk-perf-results-2n-skx"
3916   filter: "all"
3917   parameters:
3918   - "name"
3919   - "parent"
3920   - "msg"
3921
3922 ################################################################################
3923 # HoneyComb
3924 - type: "table"
3925   title: "Detailed Test Results - Honeycomb Functional Results"
3926   algorithm: "table_details"
3927   output-file-ext: ".csv"
3928   output-file: "{DIR[DTR,FUNC,HC]}/hc_functional_results"
3929   columns:
3930   - title: "Name"
3931     data: "data name"
3932   - title: "Documentation"
3933     data: "data doc"
3934   - title: "Status"
3935     data: "data status"
3936   rows: "generated"
3937   data:
3938     "hc-func-results"
3939   filter: "all"
3940   parameters:
3941   - "name"
3942   - "parent"
3943   - "doc"
3944   - "status"
3945
3946 ################################################################################
3947 # NSH SFC
3948 #-
3949 #  type: "table"
3950 #  title: "Detailed Test Results - NSH SFC Functional Results"
3951 #  algorithm: "table_details"
3952 #  output-file-ext: ".csv"
3953 #  output-file: "{DIR[DTR,FUNC,NSHSFC]}/nsh_sfc_functional_results"
3954 #  columns:
3955 #  -
3956 #    title: "Name"
3957 #    data: "data name"
3958 #  -
3959 #    title: "Documentation"
3960 #    data: "data doc"
3961 #  -
3962 #    title: "Status"
3963 #    data: "data status"
3964 #  rows: "generated"
3965 #  data:
3966 #    "nsh-func-results"
3967 #  filter: "all"
3968 #  parameters:
3969 #  - "name"
3970 #  - "parent"
3971 #  - "doc"
3972 #  - "status"
3973
3974 ################################################################################
3975 # DMM
3976 - type: "table"
3977   title: "Detailed Test Results - DMM Functional Results"
3978   algorithm: "table_details"
3979   output-file-ext: ".csv"
3980   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
3981   columns:
3982   - title: "Name"
3983     data: "data name"
3984   - title: "Documentation"
3985     data: "data doc"
3986   - title: "Status"
3987     data: "data status"
3988   rows: "generated"
3989   data:
3990     "dmm-func-results"
3991   filter: "all"
3992   parameters:
3993   - "name"
3994   - "parent"
3995   - "doc"
3996   - "status"
3997
3998 ################################################################################
3999 ###                                F I L E S                                 ###
4000 ################################################################################
4001
4002 # VPP Performance Results 3n-hsw
4003 - type: "file"
4004   title: "VPP Performance Results 3n-hsw"
4005   algorithm: "file_test_results"
4006   output-file-ext: ".rst"
4007   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
4008   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"
4009   dir-tables: "{DIR[DTR,PERF,VPP,3N,HSW]}"
4010   data: "vpp-perf-results-3n-hsw"
4011   filter: "not 'NDRCHK' and not 'PDRCHK'"
4012   parameters:
4013   - "name"
4014   - "doc"
4015   - "level"
4016   - "parent"
4017   data-start-level: 3
4018
4019 # VPP Performance Results 3n-skx
4020 - type: "file"
4021   title: "VPP Performance Results 3n-skx"
4022   algorithm: "file_test_results"
4023   output-file-ext: ".rst"
4024   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
4025   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"
4026   dir-tables: "{DIR[DTR,PERF,VPP,3N,SKX]}"
4027   data: "vpp-perf-results-3n-skx"
4028   filter: "not 'CFS_OPT'"
4029   parameters:
4030   - "name"
4031   - "doc"
4032   - "level"
4033   - "parent"
4034   data-start-level: 3
4035
4036 # VPP Performance Results 2n-skx
4037 - type: "file"
4038   title: "VPP Performance Results 2n-skx"
4039   algorithm: "file_test_results"
4040   output-file-ext: ".rst"
4041   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
4042   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"
4043   dir-tables: "{DIR[DTR,PERF,VPP,2N,SKX]}"
4044   data: "vpp-perf-results-2n-skx"
4045   filter: "not 'CFS_OPT'"
4046   parameters:
4047   - "name"
4048   - "doc"
4049   - "level"
4050   - "parent"
4051   data-start-level: 3
4052
4053 ## VPP Performance Results 2n-dnv
4054 #- type: "file"
4055 #  title: "VPP Performance Results 2n-dnv"
4056 #  algorithm: "file_test_results"
4057 #  output-file-ext: ".rst"
4058 #  output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
4059 #  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"
4060 #  dir-tables: "{DIR[DTR,PERF,VPP,2N,DNV]}"
4061 #  data: "intel-dnv-vpp"
4062 #  filter: "'NDRPDR'"
4063 #  parameters:
4064 #  - "name"
4065 #  - "doc"
4066 #  - "level"
4067 #  - "parent"
4068 #  data-start-level: 3
4069
4070 # VPP Performance Configuration 3n-hsw
4071 - type: "file"
4072   title: "VPP Performance Configuration 3n-hsw"
4073   algorithm: "file_test_results"
4074   output-file-ext: ".rst"
4075   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_performance_configuration_3n_hsw"
4076   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"
4077   dir-tables: "{DIR[DTC,PERF,VPP,3N,HSW]}"
4078   data: "vpp-perf-results-3n-hsw"
4079   filter: "not 'NDRCHK' and not 'PDRCHK'"
4080   parameters:
4081   - "name"
4082   - "doc"
4083   - "level"
4084   - "parent"
4085   data-start-level: 3
4086
4087 # VPP Performance Configuration 3n-skx
4088 - type: "file"
4089   title: "VPP Performance Configuration 3n-skx"
4090   algorithm: "file_test_results"
4091   output-file-ext: ".rst"
4092   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_performance_configuration_3n_skx"
4093   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"
4094   dir-tables: "{DIR[DTC,PERF,VPP,3N,SKX]}"
4095   data: "vpp-perf-results-3n-skx"
4096   filter: "not 'CFS_OPT'"
4097   parameters:
4098   - "name"
4099   - "doc"
4100   - "level"
4101   - "parent"
4102   data-start-level: 3
4103
4104 # VPP Performance Configuration 2n-skx
4105 - type: "file"
4106   title: "VPP Performance Configuration 2n-skx"
4107   algorithm: "file_test_results"
4108   output-file-ext: ".rst"
4109   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_performance_configuration_2n_skx"
4110   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"
4111   dir-tables: "{DIR[DTC,PERF,VPP,2N,SKX]}"
4112   data: "vpp-perf-results-2n-skx"
4113   filter: "not 'CFS_OPT'"
4114   parameters:
4115   - "name"
4116   - "doc"
4117   - "level"
4118   - "parent"
4119   data-start-level: 3
4120
4121 ## VPP Performance Configuration 2n-dnv
4122 #- type: "file"
4123 #  title: "VPP Performance Configuration 2n-dnv"
4124 #  algorithm: "file_test_results"
4125 #  output-file-ext: ".rst"
4126 #  output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_performance_configuration_2n_dnv"
4127 #  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"
4128 #  dir-tables: "{DIR[DTC,PERF,VPP,2N,DNV]}"
4129 #  data: "intel-dnv-vpp"
4130 #  filter: "'NDRPDR'"
4131 #  parameters:
4132 #  - "name"
4133 #  - "doc"
4134 #  - "level"
4135 #  - "parent"
4136 #  data-start-level: 3
4137
4138 # VPP Performance Operational Data 3n-hsw
4139 - type: "file"
4140   title: "VPP Performance Operational Data 3n-hsw"
4141   algorithm: "file_test_results"
4142   output-file-ext: ".rst"
4143   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_performance_operational_data_3n_hsw"
4144   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"
4145   dir-tables: "{DIR[DTO,PERF,VPP,3N,HSW]}"
4146   data: "vpp-perf-results-3n-hsw"
4147   filter: "not 'NDRCHK' and not 'PDRCHK'"
4148   parameters:
4149   - "name"
4150   - "doc"
4151   - "level"
4152   - "parent"
4153   data-start-level: 3
4154
4155 # VPP Performance Operational Data 3n-skx
4156 - type: "file"
4157   title: "VPP Performance Operational Data 3n-skx"
4158   algorithm: "file_test_results"
4159   output-file-ext: ".rst"
4160   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_performance_operational_data_3n_skx"
4161   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"
4162   dir-tables: "{DIR[DTO,PERF,VPP,3N,SKX]}"
4163   data: "vpp-perf-results-3n-skx"
4164   filter: "not 'CFS_OPT'"
4165   parameters:
4166   - "name"
4167   - "doc"
4168   - "level"
4169   - "parent"
4170   data-start-level: 3
4171
4172 # VPP Performance Operational Data 2n-skx
4173 - type: "file"
4174   title: "VPP Performance Operational Data 2n-skx"
4175   algorithm: "file_test_results"
4176   output-file-ext: ".rst"
4177   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_performance_operational_data_2n_skx"
4178   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"
4179   dir-tables: "{DIR[DTO,PERF,VPP,2N,SKX]}"
4180   data: "vpp-perf-results-2n-skx"
4181   filter: "not 'CFS_OPT'"
4182   parameters:
4183   - "name"
4184   - "doc"
4185   - "level"
4186   - "parent"
4187   data-start-level: 3
4188
4189 ## VPP Performance Operational Data 2n-dnv
4190 #- type: "file"
4191 #  title: "VPP Performance Operational Data 2n-dnv"
4192 #  algorithm: "file_test_results"
4193 #  output-file-ext: ".rst"
4194 #  output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_performance_operational_data_2n_dnv"
4195 #  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"
4196 #  dir-tables: "{DIR[DTO,PERF,VPP,2N,DNV]}"
4197 #  data: "intel-dnv-vpp"
4198 #  filter: "'NDRPDR'"
4199 #  parameters:
4200 #  - "name"
4201 #  - "doc"
4202 #  - "level"
4203 #  - "parent"
4204 #  data-start-level: 3
4205
4206 # VPP MRR Results 3n-hsw
4207 - type: "file"
4208   title: "VPP MRR Results 3n-hsw"
4209   algorithm: "file_test_results"
4210   output-file-ext: ".rst"
4211   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
4212   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"
4213   dir-tables: "{DIR[DTR,MRR,VPP,3N,HSW]}"
4214   data: "vpp-mrr-results-3n-hsw"
4215   filter: "'MRR'"
4216   parameters:
4217   - "name"
4218   - "doc"
4219   - "level"
4220   - "parent"
4221   data-start-level: 3
4222
4223 # VPP MRR Results 3n-skx
4224 - type: "file"
4225   title: "VPP MRR Results 3n-skx"
4226   algorithm: "file_test_results"
4227   output-file-ext: ".rst"
4228   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
4229   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"
4230   dir-tables: "{DIR[DTR,MRR,VPP,3N,SKX]}"
4231   data: "vpp-mrr-results-3n-skx"
4232   filter: "'MRR'"
4233   parameters:
4234   - "name"
4235   - "doc"
4236   - "level"
4237   - "parent"
4238   data-start-level: 3
4239
4240 # VPP MRR Results 2n-skx
4241 - type: "file"
4242   title: "VPP MRR Results 2n-skx"
4243   algorithm: "file_test_results"
4244   output-file-ext: ".rst"
4245   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
4246   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"
4247   dir-tables: "{DIR[DTR,MRR,VPP,2N,SKX]}"
4248   data: "vpp-mrr-results-2n-skx"
4249   filter: "all"
4250   parameters:
4251   - "name"
4252   - "doc"
4253   - "level"
4254   - "parent"
4255   data-start-level: 3
4256
4257 ## VPP MRR Results 2n-dnv
4258 #- type: "file"
4259 #  title: "VPP MRR Results 2n-dnv"
4260 #  algorithm: "file_test_results"
4261 #  output-file-ext: ".rst"
4262 #  output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
4263 #  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"
4264 #  dir-tables: "{DIR[DTR,MRR,VPP,2N,DNV]}"
4265 #  data: "intel-dnv-vpp"
4266 #  filter: "'MRR'"
4267 #  parameters:
4268 #  - "name"
4269 #  - "doc"
4270 #  - "level"
4271 #  - "parent"
4272 #  data-start-level: 3
4273
4274 # VPP MRR Configuration 3n-hsw
4275 - type: "file"
4276   title: "VPP MRR Configuration 3n-hsw"
4277   algorithm: "file_test_results"
4278   output-file-ext: ".rst"
4279   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_configuration_3n_hsw"
4280   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"
4281   dir-tables: "{DIR[DTC,MRR,VPP,3N,HSW]}"
4282   data: "vpp-mrr-results-3n-hsw"
4283   filter: "'MRR'"
4284   parameters:
4285   - "name"
4286   - "doc"
4287   - "level"
4288   - "parent"
4289   data-start-level: 3
4290
4291 # VPP MRR Configuration 3n-skx
4292 - type: "file"
4293   title: "VPP MRR Configuration 3n-skx"
4294   algorithm: "file_test_results"
4295   output-file-ext: ".rst"
4296   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_configuration_3n_skx"
4297   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"
4298   dir-tables: "{DIR[DTC,MRR,VPP,3N,SKX]}"
4299   data: "vpp-mrr-results-3n-skx"
4300   filter: "'MRR'"
4301   parameters:
4302   - "name"
4303   - "doc"
4304   - "level"
4305   - "parent"
4306   data-start-level: 3
4307
4308 # VPP MRR Configuration 2n-skx
4309 - type: "file"
4310   title: "VPP MRR Configuration 2n-skx"
4311   algorithm: "file_test_results"
4312   output-file-ext: ".rst"
4313   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_configuration_2n_skx"
4314   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"
4315   dir-tables: "{DIR[DTC,MRR,VPP,2N,SKX]}"
4316   data: "vpp-mrr-results-2n-skx"
4317   filter: "'MRR'"
4318   parameters:
4319   - "name"
4320   - "doc"
4321   - "level"
4322   - "parent"
4323   data-start-level: 3
4324
4325 ## VPP MRR Configuration 2n-dnv
4326 #- type: "file"
4327 #  title: "VPP MRR Configuration 2n-dnv"
4328 #  algorithm: "file_test_results"
4329 #  output-file-ext: ".rst"
4330 #  output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_configuration_2n_dnv"
4331 #  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"
4332 #  dir-tables: "{DIR[DTC,MRR,VPP,2N,DNV]}"
4333 #  data: "intel-dnv-vpp"
4334 #  filter: "'MRR'"
4335 #  parameters:
4336 #  - "name"
4337 #  - "doc"
4338 #  - "level"
4339 #  - "parent"
4340 #  data-start-level: 3
4341
4342 # VPP Functional Results - Ubuntu
4343 - type: "file"
4344   title: "VPP Functional Results - Ubuntu"
4345   algorithm: "file_test_results"
4346   output-file-ext: ".rst"
4347   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
4348   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"
4349   dir-tables: "{DIR[DTR,FUNC,VPP,UBUNTU]}"
4350   data: "vpp-func-results-ubuntu"
4351   filter: "all"
4352   parameters:
4353   - "name"
4354   - "doc"
4355   - "level"
4356   - "parent"
4357   data-start-level: 3
4358
4359 # VPP Functional Results - CentOS
4360 - type: "file"
4361   title: "VPP Functional Results - CentOS"
4362   algorithm: "file_test_results"
4363   output-file-ext: ".rst"
4364   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
4365   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"
4366   dir-tables: "{DIR[DTR,FUNC,VPP,CENTOS]}"
4367   data:
4368     "vpp-func-results-centos"
4369   filter: "all"
4370   parameters:
4371   - "name"
4372   - "doc"
4373   - "level"
4374   - "parent"
4375   data-start-level: 3
4376
4377 # VPP Functional Configuration - Ubuntu
4378 - type: "file"
4379   title: "VPP Functional Configuration - Ubuntu"
4380   algorithm: "file_test_results"
4381   output-file-ext: ".rst"
4382   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
4383   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"
4384   dir-tables: "{DIR[DTC,FUNC,VPP,UBUNTU]}"
4385   data: "vpp-func-results-ubuntu"
4386   filter: "all"
4387   parameters:
4388   - "name"
4389   - "doc"
4390   - "level"
4391   - "parent"
4392   data-start-level: 3
4393
4394 # VPP Functional Configuration - CentOS
4395 - type: "file"
4396   title: "VPP Functional Configuration - CentOS"
4397   algorithm: "file_test_results"
4398   output-file-ext: ".rst"
4399   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
4400   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"
4401   dir-tables: "{DIR[DTC,FUNC,VPP,CENTOS]}"
4402   data:
4403     "vpp-func-results-centos"
4404   filter: "all"
4405   parameters:
4406   - "name"
4407   - "doc"
4408   - "level"
4409   - "parent"
4410   data-start-level: 3
4411
4412 # VPP Device Results - Ubuntu
4413 - type: "file"
4414   title: "VPP Device Results - Ubuntu"
4415   algorithm: "file_test_results"
4416   output-file-ext: ".rst"
4417   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
4418   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"
4419   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
4420   data: "vpp-device-results-ubuntu"
4421   filter: "all"
4422   parameters:
4423   - "name"
4424   - "doc"
4425   - "level"
4426   - "parent"
4427   data-start-level: 2
4428
4429 # VPP Device Configuration - Ubuntu
4430 - type: "file"
4431   title: "VPP Device Configuration - Ubuntu"
4432   algorithm: "file_test_results"
4433   output-file-ext: ".rst"
4434   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
4435   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"
4436   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
4437   data: "vpp-device-results-ubuntu"
4438   filter: "all"
4439   parameters:
4440   - "name"
4441   - "doc"
4442   - "level"
4443   - "parent"
4444   data-start-level: 2
4445
4446 ## Container Orchestrated Performance Results 3n-hsw
4447 #- type: "file"
4448 #  title: "Container Orchestrated Performance Results 3n-hsw"
4449 #  algorithm: "file_test_results"
4450 #  output-file-ext: ".rst"
4451 #  output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
4452 #  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"
4453 #  dir-tables: "{DIR[DTR,PERF,COT,3N,HSW]}"
4454 #  data: "ligato-perf-results-3n-hsw"
4455 #  filter: "all"
4456 #  parameters:
4457 #  - "name"
4458 #  - "doc"
4459 #  - "level"
4460 #  - "parent"
4461 #  data-start-level: 3
4462
4463 # DPDK Performance Results 3n-hsw
4464 - type: "file"
4465   title: "DPDK Performance Results 3n-hsw"
4466   algorithm: "file_test_results"
4467   output-file-ext: ".rst"
4468   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
4469   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"
4470   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
4471   data: "dpdk-perf-results-3n-hsw"
4472   filter: "all"
4473   parameters:
4474   - "name"
4475   - "doc"
4476   - "level"
4477   - "parent"
4478   data-start-level: 3
4479
4480 # DPDK Performance Results 3n-skx
4481 - type: "file"
4482   title: "DPDK Performance Results 3n-skx"
4483   algorithm: "file_test_results"
4484   output-file-ext: ".rst"
4485   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
4486   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"
4487   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
4488   data: "dpdk-perf-results-3n-skx"
4489   filter: "all"
4490   parameters:
4491   - "name"
4492   - "doc"
4493   - "level"
4494   - "parent"
4495   data-start-level: 3
4496
4497 # DPDK Performance Results 2n-skx
4498 - type: "file"
4499   title: "DPDK Performance Results 2n-skx"
4500   algorithm: "file_test_results"
4501   output-file-ext: ".rst"
4502   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
4503   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"
4504   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
4505   data: "dpdk-perf-results-2n-skx"
4506   filter: "all"
4507   parameters:
4508   - "name"
4509   - "doc"
4510   - "level"
4511   - "parent"
4512   data-start-level: 3
4513
4514 # Honeycomb Functional Results
4515 - type: "file"
4516   title: "Honeycomb Functional Results"
4517   algorithm: "file_test_results"
4518   output-file-ext: ".rst"
4519   output-file: "{DIR[DTR,FUNC,HC]}/honeycomb_functional_results"
4520   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"
4521   dir-tables: "{DIR[DTR,FUNC,HC]}"
4522   data:
4523     "hc-func-results"
4524   filter: "all"
4525   parameters:
4526   - "name"
4527   - "doc"
4528   - "level"
4529   - "parent"
4530   data-start-level: 3
4531
4532 # NSH SFC Functional Results
4533 #-
4534 #  type: "file"
4535 #  title: "NSH SFC Functional Results"
4536 #  algorithm: "file_test_results"
4537 #  output-file-ext: ".rst"
4538 #  output-file: "{DIR[DTR,FUNC,NSHSFC]}/nshsfc_functional_results"
4539 #  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"
4540 #  dir-tables: "{DIR[DTR,FUNC,NSHSFC]}"
4541 #  data:
4542 #    "nsh-func-results"
4543 #  filter: "all"
4544 #  parameters:
4545 #  - "name"
4546 #  - "doc"
4547 #  - "level"
4548 #  - "parent"
4549 #  data-start-level: 3
4550
4551 # DMM Functional Results
4552 - type: "file"
4553   title: "DMM Functional Results"
4554   algorithm: "file_test_results"
4555   output-file-ext: ".rst"
4556   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
4557   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"
4558   dir-tables: "{DIR[DTR,FUNC,DMM]}"
4559   data:
4560     "dmm-func-results"
4561   filter: "all"
4562   parameters:
4563   - "name"
4564   - "doc"
4565   - "level"
4566   - "parent"
4567   data-start-level: 3
4568
4569 ################################################################################
4570 ###                                P L O T S                                 ###
4571 ################################################################################
4572
4573 # Soak test - 30min Soak Test (PLRsearch), boxes
4574 - type: "plot"
4575   title: "VPP Throughput: 30min Soak Test (PLRsearch) boxes"
4576   algorithm: "plot_performance_box"
4577   output-file-type: ".html"
4578   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
4579   data: "plot-vpp-soak-2n-skx"
4580   filter: "('L2BDMACLRN' or 'L2PATCH' or 'L2XCBASE') and not 'VHOST' and not 'MEMIF'"
4581   parameters:
4582     - "throughput"
4583     - "parent"
4584     - "tags"
4585   sort:
4586     - "DRV_AVF"
4587     - "DRV_AVF"
4588     - "DRV_AVF"
4589     - "L2BDMACLRN"
4590     - "L2XCBASE"
4591     - "L2PATCH"
4592   traces:
4593     hoverinfo: "x+y"
4594     boxpoints: "all"
4595     whiskerwidth: 0
4596   layout:
4597     title: "30min Soak Test (PLRsearch)"
4598     layout: "plot-soak-throughput"
4599
4600 # Soak test - 30min Soak Test (PLRsearch), boxes
4601 - type: "plot"
4602   title: "VPP Throughput: 30min Soak Test (PLRsearch) boxes"
4603   algorithm: "plot_performance_box"
4604   output-file-type: ".html"
4605   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
4606   data: "plot-vpp-soak-2n-skx"
4607   filter: "'L2BDMACLRN' and ('VHOST' or 'MEMIF') or 'IP4BASE' or 'IP6BASE'"
4608   parameters:
4609     - "throughput"
4610     - "parent"
4611     - "tags"
4612   sort:
4613     - "VHOST"
4614     - "MEMIF"
4615     - "IP4FWD"
4616     - "IP6FWD"
4617   traces:
4618     hoverinfo: "x+y"
4619     boxpoints: "all"
4620     whiskerwidth: 0
4621   layout:
4622     title: "30min Soak Test (PLRsearch)"
4623     layout: "plot-soak-throughput"
4624
4625 ################################################################################
4626 # Plots - NF Density - VSC - MRR 64b
4627 - type: "plot"
4628   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4629   algorithm: "plot_service_density_heatmap_compare"
4630   output-file-type: ".html"
4631   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-vsc-mrr"
4632   data: "plot-vpp-nfv-2n-skx-mrr-64b"
4633   filter: "'NIC_Intel-X710' and
4634            'NF_DENSITY' and
4635            'VHOST' and
4636            'CHAIN' and
4637            'NF_VPPIP4' and
4638            '64B' and
4639            '2T1C' and
4640            'MRR'"
4641   reference:
4642     include: "2"
4643     name: "VNF-1c"
4644   compare:
4645     include: "1"
4646     name: "VNF-0.5c"
4647   parameters:
4648   - "result"
4649   - "name"
4650   - "tags"
4651   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4652   x-axis: "X = VNFs per Service Chain"
4653   y-axis: "Y = Number of Service Chains"
4654   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
4655   layout:
4656     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4657     layout: "plot-service-density"
4658
4659 - type: "plot"
4660   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4661   algorithm: "plot_service_density_heatmap_compare"
4662   output-file-type: ".html"
4663   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-vsc-mrr"
4664   data: "plot-vpp-nfv-2n-skx-mrr-64b"
4665   filter: "'NIC_Intel-X710' and
4666            'NF_DENSITY' and
4667            'VHOST' and
4668            'CHAIN' and
4669            'NF_VPPIP4' and
4670            '64B' and
4671            '4T2C' and
4672            'MRR'"
4673   reference:
4674     include: "2"
4675     name: "VNF-1c"
4676   compare:
4677     include: "1"
4678     name: "VNF-0.5c"
4679   parameters:
4680   - "result"
4681   - "name"
4682   - "tags"
4683   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4684   x-axis: "X = VNFs per Service Chain"
4685   y-axis: "Y = Number of Service Chains"
4686   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
4687   layout:
4688     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4689     layout: "plot-service-density"
4690
4691 - type: "plot"
4692   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4693   algorithm: "plot_service_density_heatmap_compare"
4694   output-file-type: ".html"
4695   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-vsc-mrr"
4696   data: "plot-vpp-nfv-2n-skx-mrr-64b"
4697   filter: "'NIC_Intel-X710' and
4698            'NF_DENSITY' and
4699            'VHOST' and
4700            'CHAIN' and
4701            'NF_VPPIP4' and
4702            '64B' and
4703            '8T4C' and
4704            'MRR'"
4705   reference:
4706     include: "2"
4707     name: "VNF-1c"
4708   compare:
4709     include: "1"
4710     name: "VNF-0.5c"
4711   parameters:
4712   - "result"
4713   - "name"
4714   - "tags"
4715   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4716   x-axis: "X = VNFs per Service Chain"
4717   y-axis: "Y = Number of Service Chains"
4718   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
4719   layout:
4720     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4721     layout: "plot-service-density"
4722
4723 # Plots - NF Density - VSC - MRR IMIX
4724 - type: "plot"
4725   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4726   algorithm: "plot_service_density_heatmap_compare"
4727   output-file-type: ".html"
4728   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-vsc-mrr"
4729   data: "plot-vpp-nfv-2n-skx-mrr-imix"
4730   filter: "'NIC_Intel-X710' and
4731            'NF_DENSITY' and
4732            'VHOST' and
4733            'CHAIN' and
4734            'NF_VPPIP4' and
4735            'IMIX' and
4736            '2T1C' and
4737            'MRR'"
4738   reference:
4739     include: "2"
4740     name: "VNF-1c"
4741   compare:
4742     include: "1"
4743     name: "VNF-0.5c"
4744   parameters:
4745   - "result"
4746   - "name"
4747   - "tags"
4748   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4749   x-axis: "X = VNFs per Service Chain"
4750   y-axis: "Y = Number of Service Chains"
4751   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
4752   layout:
4753     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4754     layout: "plot-service-density"
4755
4756 - type: "plot"
4757   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4758   algorithm: "plot_service_density_heatmap_compare"
4759   output-file-type: ".html"
4760   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-vsc-mrr"
4761   data: "plot-vpp-nfv-2n-skx-mrr-imix"
4762   filter: "'NIC_Intel-X710' and
4763            'NF_DENSITY' and
4764            'VHOST' and
4765            'CHAIN' and
4766            'NF_VPPIP4' and
4767            'IMIX' and
4768            '4T2C' and
4769            'MRR'"
4770   reference:
4771     include: "2"
4772     name: "VNF-1c"
4773   compare:
4774     include: "1"
4775     name: "VNF-0.5c"
4776   parameters:
4777   - "result"
4778   - "name"
4779   - "tags"
4780   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4781   x-axis: "X = VNFs per Service Chain"
4782   y-axis: "Y = Number of Service Chains"
4783   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
4784   layout:
4785     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4786     layout: "plot-service-density"
4787
4788 - type: "plot"
4789   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4790   algorithm: "plot_service_density_heatmap_compare"
4791   output-file-type: ".html"
4792   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-vsc-mrr"
4793   data: "plot-vpp-nfv-2n-skx-mrr-imix"
4794   filter: "'NIC_Intel-X710' and
4795            'NF_DENSITY' and
4796            'VHOST' and
4797            'CHAIN' and
4798            'NF_VPPIP4' and
4799            'IMIX' and
4800            '8T4C' and
4801            'MRR'"
4802   reference:
4803     include: "2"
4804     name: "VNF-1c"
4805   compare:
4806     include: "1"
4807     name: "VNF-0.5c"
4808   parameters:
4809   - "result"
4810   - "name"
4811   - "tags"
4812   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4813   x-axis: "X = VNFs per Service Chain"
4814   y-axis: "Y = Number of Service Chains"
4815   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
4816   layout:
4817     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4818     layout: "plot-service-density"
4819
4820 # Plots - NF Density - VSC - NDR 64b
4821 - type: "plot"
4822   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4823   algorithm: "plot_service_density_heatmap_compare"
4824   output-file-type: ".html"
4825   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-vsc-ndr"
4826   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
4827   filter: "'NIC_Intel-X710' and
4828            'NF_DENSITY' and
4829            'VHOST' and
4830            'CHAIN' and
4831            'NF_VPPIP4' and
4832            '64B' and
4833            '2T1C' and
4834            'NDRPDR'"
4835   reference:
4836     include: "2"
4837     name: "VNF-1c"
4838   compare:
4839     include: "1"
4840     name: "VNF-0.5c"
4841   parameters:
4842   - "throughput"
4843   - "name"
4844   - "tags"
4845   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4846   x-axis: "X = VNFs per Service Chain"
4847   y-axis: "Y = Number of Service Chains"
4848   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
4849   layout:
4850     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4851     layout: "plot-service-density"
4852
4853 - type: "plot"
4854   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4855   algorithm: "plot_service_density_heatmap_compare"
4856   output-file-type: ".html"
4857   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-vsc-ndr"
4858   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
4859   filter: "'NIC_Intel-X710' and
4860            'NF_DENSITY' and
4861            'VHOST' and
4862            'CHAIN' and
4863            'NF_VPPIP4' and
4864            '64B' and
4865            '4T2C' and
4866            'NDRPDR'"
4867   reference:
4868     include: "2"
4869     name: "VNF-1c"
4870   compare:
4871     include: "1"
4872     name: "VNF-0.5c"
4873   parameters:
4874   - "throughput"
4875   - "name"
4876   - "tags"
4877   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4878   x-axis: "X = VNFs per Service Chain"
4879   y-axis: "Y = Number of Service Chains"
4880   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
4881   layout:
4882     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4883     layout: "plot-service-density"
4884
4885 - type: "plot"
4886   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4887   algorithm: "plot_service_density_heatmap_compare"
4888   output-file-type: ".html"
4889   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-vsc-ndr"
4890   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
4891   filter: "'NIC_Intel-X710' and
4892            'NF_DENSITY' and
4893            'VHOST' and
4894            'CHAIN' and
4895            'NF_VPPIP4' and
4896            '64B' and
4897            '8T4C' and
4898            'NDRPDR'"
4899   reference:
4900     include: "2"
4901     name: "VNF-1c"
4902   compare:
4903     include: "1"
4904     name: "VNF-0.5c"
4905   parameters:
4906   - "throughput"
4907   - "name"
4908   - "tags"
4909   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4910   x-axis: "X = VNFs per Service Chain"
4911   y-axis: "Y = Number of Service Chains"
4912   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
4913   layout:
4914     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4915     layout: "plot-service-density"
4916
4917 # Plots - NF Density - VSC - NDR IMIX
4918 - type: "plot"
4919   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4920   algorithm: "plot_service_density_heatmap_compare"
4921   output-file-type: ".html"
4922   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-vsc-ndr"
4923   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
4924   filter: "'NIC_Intel-X710' and
4925            'NF_DENSITY' and
4926            'VHOST' and
4927            'CHAIN' and
4928            'NF_VPPIP4' and
4929            'IMIX' and
4930            '2T1C' and
4931            'NDRPDR'"
4932   reference:
4933     include: "2"
4934     name: "VNF-1c"
4935   compare:
4936     include: "1"
4937     name: "VNF-0.5c"
4938   parameters:
4939   - "throughput"
4940   - "name"
4941   - "tags"
4942   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4943   x-axis: "X = VNFs per Service Chain"
4944   y-axis: "Y = Number of Service Chains"
4945   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
4946   layout:
4947     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4948     layout: "plot-service-density"
4949
4950 - type: "plot"
4951   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4952   algorithm: "plot_service_density_heatmap_compare"
4953   output-file-type: ".html"
4954   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-vsc-ndr"
4955   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
4956   filter: "'NIC_Intel-X710' and
4957            'NF_DENSITY' and
4958            'VHOST' and
4959            'CHAIN' and
4960            'NF_VPPIP4' and
4961            'IMIX' and
4962            '4T2C' and
4963            'NDRPDR'"
4964   reference:
4965     include: "2"
4966     name: "VNF-1c"
4967   compare:
4968     include: "1"
4969     name: "VNF-0.5c"
4970   parameters:
4971   - "throughput"
4972   - "name"
4973   - "tags"
4974   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4975   x-axis: "X = VNFs per Service Chain"
4976   y-axis: "Y = Number of Service Chains"
4977   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
4978   layout:
4979     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4980     layout: "plot-service-density"
4981
4982 - type: "plot"
4983   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4984   algorithm: "plot_service_density_heatmap_compare"
4985   output-file-type: ".html"
4986   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-vsc-ndr"
4987   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
4988   filter: "'NIC_Intel-X710' and
4989            'NF_DENSITY' and
4990            'VHOST' and
4991            'CHAIN' and
4992            'NF_VPPIP4' and
4993            'IMIX' and
4994            '8T4C' and
4995            'NDRPDR'"
4996   reference:
4997     include: "2"
4998     name: "VNF-1c"
4999   compare:
5000     include: "1"
5001     name: "VNF-0.5c"
5002   parameters:
5003   - "throughput"
5004   - "name"
5005   - "tags"
5006   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5007   x-axis: "X = VNFs per Service Chain"
5008   y-axis: "Y = Number of Service Chains"
5009   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5010   layout:
5011     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
5012     layout: "plot-service-density"
5013
5014 # Plots - NF Density - VSC - PDR 64b
5015 - type: "plot"
5016   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5017   algorithm: "plot_service_density_heatmap_compare"
5018   output-file-type: ".html"
5019   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-vsc-pdr"
5020   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5021   filter: "'NIC_Intel-X710' and
5022            'NF_DENSITY' and
5023            'VHOST' and
5024            'CHAIN' and
5025            'NF_VPPIP4' and
5026            '64B' and
5027            '2T1C' and
5028            'NDRPDR'"
5029   reference:
5030     include: "2"
5031     name: "VNF-1c"
5032   compare:
5033     include: "1"
5034     name: "VNF-0.5c"
5035   parameters:
5036   - "throughput"
5037   - "name"
5038   - "tags"
5039   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5040   x-axis: "X = VNFs per Service Chain"
5041   y-axis: "Y = Number of Service Chains"
5042   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5043   layout:
5044     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5045     layout: "plot-service-density"
5046
5047 - type: "plot"
5048   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5049   algorithm: "plot_service_density_heatmap_compare"
5050   output-file-type: ".html"
5051   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-vsc-pdr"
5052   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5053   filter: "'NIC_Intel-X710' and
5054            'NF_DENSITY' and
5055            'VHOST' and
5056            'CHAIN' and
5057            'NF_VPPIP4' and
5058            '64B' and
5059            '4T2C' and
5060            'NDRPDR'"
5061   reference:
5062     include: "2"
5063     name: "VNF-1c"
5064   compare:
5065     include: "1"
5066     name: "VNF-0.5c"
5067   parameters:
5068   - "throughput"
5069   - "name"
5070   - "tags"
5071   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5072   x-axis: "X = VNFs per Service Chain"
5073   y-axis: "Y = Number of Service Chains"
5074   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5075   layout:
5076     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5077     layout: "plot-service-density"
5078
5079 - type: "plot"
5080   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5081   algorithm: "plot_service_density_heatmap_compare"
5082   output-file-type: ".html"
5083   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-vsc-pdr"
5084   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5085   filter: "'NIC_Intel-X710' and
5086            'NF_DENSITY' and
5087            'VHOST' and
5088            'CHAIN' and
5089            'NF_VPPIP4' and
5090            '64B' and
5091            '8T4C' and
5092            'NDRPDR'"
5093   reference:
5094     include: "2"
5095     name: "VNF-1c"
5096   compare:
5097     include: "1"
5098     name: "VNF-0.5c"
5099   parameters:
5100   - "throughput"
5101   - "name"
5102   - "tags"
5103   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5104   x-axis: "X = VNFs per Service Chain"
5105   y-axis: "Y = Number of Service Chains"
5106   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5107   layout:
5108     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5109     layout: "plot-service-density"
5110
5111 # Plots - NF Density - VSC - PDR IMIX
5112 - type: "plot"
5113   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5114   algorithm: "plot_service_density_heatmap_compare"
5115   output-file-type: ".html"
5116   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-vsc-pdr"
5117   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5118   filter: "'NIC_Intel-X710' and
5119            'NF_DENSITY' and
5120            'VHOST' and
5121            'CHAIN' and
5122            'NF_VPPIP4' and
5123            'IMIX' and
5124            '2T1C' and
5125            'NDRPDR'"
5126   reference:
5127     include: "2"
5128     name: "VNF-1c"
5129   compare:
5130     include: "1"
5131     name: "VNF-0.5c"
5132   parameters:
5133   - "throughput"
5134   - "name"
5135   - "tags"
5136   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5137   x-axis: "X = VNFs per Service Chain"
5138   y-axis: "Y = Number of Service Chains"
5139   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5140   layout:
5141     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5142     layout: "plot-service-density"
5143
5144 - type: "plot"
5145   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5146   algorithm: "plot_service_density_heatmap_compare"
5147   output-file-type: ".html"
5148   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-vsc-pdr"
5149   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5150   filter: "'NIC_Intel-X710' and
5151            'NF_DENSITY' and
5152            'VHOST' and
5153            'CHAIN' and
5154            'NF_VPPIP4' and
5155            'IMIX' and
5156            '4T2C' and
5157            'NDRPDR'"
5158   reference:
5159     include: "2"
5160     name: "VNF-1c"
5161   compare:
5162     include: "1"
5163     name: "VNF-0.5c"
5164   parameters:
5165   - "throughput"
5166   - "name"
5167   - "tags"
5168   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5169   x-axis: "X = VNFs per Service Chain"
5170   y-axis: "Y = Number of Service Chains"
5171   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5172   layout:
5173     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5174     layout: "plot-service-density"
5175
5176 - type: "plot"
5177   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5178   algorithm: "plot_service_density_heatmap_compare"
5179   output-file-type: ".html"
5180   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-vsc-pdr"
5181   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5182   filter: "'NIC_Intel-X710' and
5183            'NF_DENSITY' and
5184            'VHOST' and
5185            'CHAIN' and
5186            'NF_VPPIP4' and
5187            'IMIX' and
5188            '8T4C' and
5189            'NDRPDR'"
5190   reference:
5191     include: "2"
5192     name: "VNF-1c"
5193   compare:
5194     include: "1"
5195     name: "VNF-0.5c"
5196   parameters:
5197   - "throughput"
5198   - "name"
5199   - "tags"
5200   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5201   x-axis: "X = VNFs per Service Chain"
5202   y-axis: "Y = Number of Service Chains"
5203   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5204   layout:
5205     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5206     layout: "plot-service-density"
5207
5208 ################################################################################
5209 # Plots - NF Density - CSC - MRR 64b
5210 - type: "plot"
5211   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5212   algorithm: "plot_service_density_heatmap_compare"
5213   output-file-type: ".html"
5214   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csc-mrr"
5215   data: "plot-vpp-nfv-2n-skx-mrr-64b"
5216   filter: "'NIC_Intel-X710' and
5217            'NF_DENSITY' and
5218            'DOCKER' and
5219            'CHAIN' and
5220            'NF_VPPIP4' and
5221            '64B' and
5222            '2T1C' and
5223            'MRR'"
5224   reference:
5225     include: "2"
5226     name: "CNF-1c"
5227   compare:
5228     include: "1"
5229     name: "CNF-0.5c"
5230   parameters:
5231   - "result"
5232   - "name"
5233   - "tags"
5234   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5235   x-axis: "X = CNFs per Service Chain"
5236   y-axis: "Y = Number of Service Chains"
5237   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5238   layout:
5239     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5240     layout: "plot-service-density"
5241
5242 - type: "plot"
5243   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5244   algorithm: "plot_service_density_heatmap_compare"
5245   output-file-type: ".html"
5246   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csc-mrr"
5247   data: "plot-vpp-nfv-2n-skx-mrr-64b"
5248   filter: "'NIC_Intel-X710' and
5249            'NF_DENSITY' and
5250            'DOCKER' and
5251            'CHAIN' and
5252            'NF_VPPIP4' and
5253            '64B' and
5254            '4T2C' and
5255            'MRR'"
5256   reference:
5257     include: "2"
5258     name: "CNF-1c"
5259   compare:
5260     include: "1"
5261     name: "CNF-0.5c"
5262   parameters:
5263   - "result"
5264   - "name"
5265   - "tags"
5266   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5267   x-axis: "X = CNFs per Service Chain"
5268   y-axis: "Y = Number of Service Chains"
5269   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5270   layout:
5271     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5272     layout: "plot-service-density"
5273
5274 - type: "plot"
5275   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5276   algorithm: "plot_service_density_heatmap_compare"
5277   output-file-type: ".html"
5278   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-csc-mrr"
5279   data: "plot-vpp-nfv-2n-skx-mrr-64b"
5280   filter: "'NIC_Intel-X710' and
5281            'NF_DENSITY' and
5282            'DOCKER' and
5283            'CHAIN' and
5284            'NF_VPPIP4' and
5285            '64B' and
5286            '8T4C' and
5287            'MRR'"
5288   reference:
5289     include: "2"
5290     name: "CNF-1c"
5291   compare:
5292     include: "1"
5293     name: "CNF-0.5c"
5294   parameters:
5295   - "result"
5296   - "name"
5297   - "tags"
5298   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5299   x-axis: "X = CNFs per Service Chain"
5300   y-axis: "Y = Number of Service Chains"
5301   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5302   layout:
5303     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5304     layout: "plot-service-density"
5305
5306 # Plots - NF Density - CSC - MRR IMIX
5307 - type: "plot"
5308   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5309   algorithm: "plot_service_density_heatmap_compare"
5310   output-file-type: ".html"
5311   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csc-mrr"
5312   data: "plot-vpp-nfv-2n-skx-mrr-imix"
5313   filter: "'NIC_Intel-X710' and
5314            'NF_DENSITY' and
5315            'DOCKER' and
5316            'CHAIN' and
5317            'NF_VPPIP4' and
5318            'IMIX' and
5319            '2T1C' and
5320            'MRR'"
5321   reference:
5322     include: "2"
5323     name: "CNF-1c"
5324   compare:
5325     include: "1"
5326     name: "CNF-0.5c"
5327   parameters:
5328   - "result"
5329   - "name"
5330   - "tags"
5331   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5332   x-axis: "X = CNFs per Service Chain"
5333   y-axis: "Y = Number of Service Chains"
5334   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5335   layout:
5336     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5337     layout: "plot-service-density"
5338
5339 - type: "plot"
5340   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5341   algorithm: "plot_service_density_heatmap_compare"
5342   output-file-type: ".html"
5343   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csc-mrr"
5344   data: "plot-vpp-nfv-2n-skx-mrr-imix"
5345   filter: "'NIC_Intel-X710' and
5346            'NF_DENSITY' and
5347            'DOCKER' and
5348            'CHAIN' and
5349            'NF_VPPIP4' and
5350            'IMIX' and
5351            '4T2C' and
5352            'MRR'"
5353   reference:
5354     include: "2"
5355     name: "CNF-1c"
5356   compare:
5357     include: "1"
5358     name: "CNF-0.5c"
5359   parameters:
5360   - "result"
5361   - "name"
5362   - "tags"
5363   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5364   x-axis: "X = CNFs per Service Chain"
5365   y-axis: "Y = Number of Service Chains"
5366   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5367   layout:
5368     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5369     layout: "plot-service-density"
5370
5371 - type: "plot"
5372   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5373   algorithm: "plot_service_density_heatmap_compare"
5374   output-file-type: ".html"
5375   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-csc-mrr"
5376   data: "plot-vpp-nfv-2n-skx-mrr-imix"
5377   filter: "'NIC_Intel-X710' and
5378            'NF_DENSITY' and
5379            'DOCKER' and
5380            'CHAIN' and
5381            'NF_VPPIP4' and
5382            'IMIX' and
5383            '8T4C' and
5384            'MRR'"
5385   reference:
5386     include: "2"
5387     name: "CNF-1c"
5388   compare:
5389     include: "1"
5390     name: "CNF-0.5c"
5391   parameters:
5392   - "result"
5393   - "name"
5394   - "tags"
5395   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5396   x-axis: "X = CNFs per Service Chain"
5397   y-axis: "Y = Number of Service Chains"
5398   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5399   layout:
5400     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5401     layout: "plot-service-density"
5402
5403 # Plots - NF Density - CSC - NDR 64b
5404 - type: "plot"
5405   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5406   algorithm: "plot_service_density_heatmap_compare"
5407   output-file-type: ".html"
5408   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csc-ndr"
5409   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5410   filter: "'NIC_Intel-X710' and
5411            'NF_DENSITY' and
5412            'DOCKER' and
5413            'CHAIN' and
5414            'NF_VPPIP4' and
5415            '64B' and
5416            '2T1C' and
5417            'NDRPDR'"
5418   reference:
5419     include: "2"
5420     name: "CNF-1c"
5421   compare:
5422     include: "1"
5423     name: "CNF-0.5c"
5424   parameters:
5425   - "throughput"
5426   - "name"
5427   - "tags"
5428   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5429   x-axis: "X = CNFs per Service Chain"
5430   y-axis: "Y = Number of Service Chains"
5431   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5432   layout:
5433     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5434     layout: "plot-service-density"
5435
5436 - type: "plot"
5437   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5438   algorithm: "plot_service_density_heatmap_compare"
5439   output-file-type: ".html"
5440   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csc-ndr"
5441   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5442   filter: "'NIC_Intel-X710' and
5443            'NF_DENSITY' and
5444            'DOCKER' and
5445            'CHAIN' and
5446            'NF_VPPIP4' and
5447            '64B' and
5448            '4T2C' and
5449            'NDRPDR'"
5450   reference:
5451     include: "2"
5452     name: "CNF-1c"
5453   compare:
5454     include: "1"
5455     name: "CNF-0.5c"
5456   parameters:
5457   - "throughput"
5458   - "name"
5459   - "tags"
5460   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5461   x-axis: "X = CNFs per Service Chain"
5462   y-axis: "Y = Number of Service Chains"
5463   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5464   layout:
5465     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5466     layout: "plot-service-density"
5467
5468 - type: "plot"
5469   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5470   algorithm: "plot_service_density_heatmap_compare"
5471   output-file-type: ".html"
5472   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-csc-ndr"
5473   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5474   filter: "'NIC_Intel-X710' and
5475            'NF_DENSITY' and
5476            'DOCKER' and
5477            'CHAIN' and
5478            'NF_VPPIP4' and
5479            '64B' and
5480            '8T4C' and
5481            'NDRPDR'"
5482   reference:
5483     include: "2"
5484     name: "CNF-1c"
5485   compare:
5486     include: "1"
5487     name: "CNF-0.5c"
5488   parameters:
5489   - "throughput"
5490   - "name"
5491   - "tags"
5492   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5493   x-axis: "X = CNFs per Service Chain"
5494   y-axis: "Y = Number of Service Chains"
5495   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5496   layout:
5497     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5498     layout: "plot-service-density"
5499
5500 # Plots - NF Density - CSC - NDR IMIX
5501 - type: "plot"
5502   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5503   algorithm: "plot_service_density_heatmap_compare"
5504   output-file-type: ".html"
5505   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csc-ndr"
5506   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5507   filter: "'NIC_Intel-X710' and
5508            'NF_DENSITY' and
5509            'DOCKER' and
5510            'CHAIN' and
5511            'NF_VPPIP4' and
5512            'IMIX' and
5513            '2T1C' and
5514            'NDRPDR'"
5515   reference:
5516     include: "2"
5517     name: "CNF-1c"
5518   compare:
5519     include: "1"
5520     name: "CNF-0.5c"
5521   parameters:
5522   - "throughput"
5523   - "name"
5524   - "tags"
5525   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5526   x-axis: "X = CNFs per Service Chain"
5527   y-axis: "Y = Number of Service Chains"
5528   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5529   layout:
5530     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5531     layout: "plot-service-density"
5532
5533 - type: "plot"
5534   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5535   algorithm: "plot_service_density_heatmap_compare"
5536   output-file-type: ".html"
5537   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csc-ndr"
5538   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5539   filter: "'NIC_Intel-X710' and
5540            'NF_DENSITY' and
5541            'DOCKER' and
5542            'CHAIN' and
5543            'NF_VPPIP4' and
5544            'IMIX' and
5545            '4T2C' and
5546            'NDRPDR'"
5547   reference:
5548     include: "2"
5549     name: "CNF-1c"
5550   compare:
5551     include: "1"
5552     name: "CNF-0.5c"
5553   parameters:
5554   - "throughput"
5555   - "name"
5556   - "tags"
5557   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5558   x-axis: "X = CNFs per Service Chain"
5559   y-axis: "Y = Number of Service Chains"
5560   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5561   layout:
5562     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5563     layout: "plot-service-density"
5564
5565 - type: "plot"
5566   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5567   algorithm: "plot_service_density_heatmap_compare"
5568   output-file-type: ".html"
5569   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-csc-ndr"
5570   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5571   filter: "'NIC_Intel-X710' and
5572            'NF_DENSITY' and
5573            'DOCKER' and
5574            'CHAIN' and
5575            'NF_VPPIP4' and
5576            'IMIX' and
5577            '8T4C' and
5578            'NDRPDR'"
5579   reference:
5580     include: "2"
5581     name: "CNF-1c"
5582   compare:
5583     include: "1"
5584     name: "CNF-0.5c"
5585   parameters:
5586   - "throughput"
5587   - "name"
5588   - "tags"
5589   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5590   x-axis: "X = CNFs per Service Chain"
5591   y-axis: "Y = Number of Service Chains"
5592   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5593   layout:
5594     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5595     layout: "plot-service-density"
5596
5597 # Plots - NF Density - CSC - PDR 64b
5598 - type: "plot"
5599   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5600   algorithm: "plot_service_density_heatmap_compare"
5601   output-file-type: ".html"
5602   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csc-pdr"
5603   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5604   filter: "'NIC_Intel-X710' and
5605            'NF_DENSITY' and
5606            'DOCKER' and
5607            'CHAIN' and
5608            'NF_VPPIP4' and
5609            '64B' and
5610            '2T1C' and
5611            'NDRPDR'"
5612   reference:
5613     include: "2"
5614     name: "CNF-1c"
5615   compare:
5616     include: "1"
5617     name: "CNF-0.5c"
5618   parameters:
5619   - "throughput"
5620   - "name"
5621   - "tags"
5622   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5623   x-axis: "X = CNFs per Service Chain"
5624   y-axis: "Y = Number of Service Chains"
5625   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5626   layout:
5627     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5628     layout: "plot-service-density"
5629
5630 - type: "plot"
5631   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5632   algorithm: "plot_service_density_heatmap_compare"
5633   output-file-type: ".html"
5634   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csc-pdr"
5635   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5636   filter: "'NIC_Intel-X710' and
5637            'NF_DENSITY' and
5638            'DOCKER' and
5639            'CHAIN' and
5640            'NF_VPPIP4' and
5641            '64B' and
5642            '4T2C' and
5643            'NDRPDR'"
5644   reference:
5645     include: "2"
5646     name: "CNF-1c"
5647   compare:
5648     include: "1"
5649     name: "CNF-0.5c"
5650   parameters:
5651   - "throughput"
5652   - "name"
5653   - "tags"
5654   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5655   x-axis: "X = CNFs per Service Chain"
5656   y-axis: "Y = Number of Service Chains"
5657   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5658   layout:
5659     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5660     layout: "plot-service-density"
5661
5662 - type: "plot"
5663   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5664   algorithm: "plot_service_density_heatmap_compare"
5665   output-file-type: ".html"
5666   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-csc-pdr"
5667   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5668   filter: "'NIC_Intel-X710' and
5669            'NF_DENSITY' and
5670            'DOCKER' and
5671            'CHAIN' and
5672            'NF_VPPIP4' and
5673            '64B' and
5674            '8T4C' and
5675            'NDRPDR'"
5676   reference:
5677     include: "2"
5678     name: "CNF-1c"
5679   compare:
5680     include: "1"
5681     name: "CNF-0.5c"
5682   parameters:
5683   - "throughput"
5684   - "name"
5685   - "tags"
5686   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5687   x-axis: "X = CNFs per Service Chain"
5688   y-axis: "Y = Number of Service Chains"
5689   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5690   layout:
5691     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5692     layout: "plot-service-density"
5693
5694 # Plots - NF Density - CSC - PDR IMIX
5695 - type: "plot"
5696   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5697   algorithm: "plot_service_density_heatmap_compare"
5698   output-file-type: ".html"
5699   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csc-pdr"
5700   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5701   filter: "'NIC_Intel-X710' and
5702            'NF_DENSITY' and
5703            'DOCKER' and
5704            'CHAIN' and
5705            'NF_VPPIP4' and
5706            'IMIX' and
5707            '2T1C' and
5708            'NDRPDR'"
5709   reference:
5710     include: "2"
5711     name: "CNF-1c"
5712   compare:
5713     include: "1"
5714     name: "CNF-0.5c"
5715   parameters:
5716   - "throughput"
5717   - "name"
5718   - "tags"
5719   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5720   x-axis: "X = CNFs per Service Chain"
5721   y-axis: "Y = Number of Service Chains"
5722   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5723   layout:
5724     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5725     layout: "plot-service-density"
5726
5727 - type: "plot"
5728   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5729   algorithm: "plot_service_density_heatmap_compare"
5730   output-file-type: ".html"
5731   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csc-pdr"
5732   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5733   filter: "'NIC_Intel-X710' and
5734            'NF_DENSITY' and
5735            'DOCKER' and
5736            'CHAIN' and
5737            'NF_VPPIP4' and
5738            'IMIX' and
5739            '4T2C' and
5740            'NDRPDR'"
5741   reference:
5742     include: "2"
5743     name: "CNF-1c"
5744   compare:
5745     include: "1"
5746     name: "CNF-0.5c"
5747   parameters:
5748   - "throughput"
5749   - "name"
5750   - "tags"
5751   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5752   x-axis: "X = CNFs per Service Chain"
5753   y-axis: "Y = Number of Service Chains"
5754   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5755   layout:
5756     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5757     layout: "plot-service-density"
5758
5759 - type: "plot"
5760   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5761   algorithm: "plot_service_density_heatmap_compare"
5762   output-file-type: ".html"
5763   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-csc-pdr"
5764   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5765   filter: "'NIC_Intel-X710' and
5766            'NF_DENSITY' and
5767            'DOCKER' and
5768            'CHAIN' and
5769            'NF_VPPIP4' and
5770            'IMIX' and
5771            '8T4C' and
5772            'NDRPDR'"
5773   reference:
5774     include: "2"
5775     name: "CNF-1c"
5776   compare:
5777     include: "1"
5778     name: "CNF-0.5c"
5779   parameters:
5780   - "throughput"
5781   - "name"
5782   - "tags"
5783   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5784   x-axis: "X = CNFs per Service Chain"
5785   y-axis: "Y = Number of Service Chains"
5786   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5787   layout:
5788     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5789     layout: "plot-service-density"
5790
5791 ################################################################################
5792 # Plots - NF Density - CSP - MRR 64b
5793 - type: "plot"
5794   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5795   algorithm: "plot_service_density_heatmap_compare"
5796   output-file-type: ".html"
5797   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csp-mrr"
5798   data: "plot-vpp-nfv-2n-skx-mrr-64b"
5799   filter: "'NIC_Intel-X710' and
5800            'NF_DENSITY' and
5801            'DOCKER' and
5802            'PIPELINE' and
5803            'NF_VPPIP4' and
5804            '64B' and
5805            '2T1C' and
5806            'MRR'"
5807   reference:
5808     include: "2"
5809     name: "CNF-1c"
5810   compare:
5811     include: "1"
5812     name: "CNF-0.5c"
5813   parameters:
5814   - "result"
5815   - "name"
5816   - "tags"
5817   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5818   x-axis: "X = CNFs per Service Pipeline"
5819   y-axis: "Y = Number of Service Pipelines"
5820   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5821   layout:
5822     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5823     layout: "plot-service-density"
5824
5825 - type: "plot"
5826   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5827   algorithm: "plot_service_density_heatmap_compare"
5828   output-file-type: ".html"
5829   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csp-mrr"
5830   data: "plot-vpp-nfv-2n-skx-mrr-64b"
5831   filter: "'NIC_Intel-X710' and
5832            'NF_DENSITY' and
5833            'DOCKER' and
5834            'PIPELINE' and
5835            'NF_VPPIP4' and
5836            '64B' and
5837            '4T2C' and
5838            'MRR'"
5839   reference:
5840     include: "2"
5841     name: "CNF-1c"
5842   compare:
5843     include: "1"
5844     name: "CNF-0.5c"
5845   parameters:
5846   - "result"
5847   - "name"
5848   - "tags"
5849   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5850   x-axis: "X = CNFs per Service Pipeline"
5851   y-axis: "Y = Number of Service Pipelines"
5852   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5853   layout:
5854     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5855     layout: "plot-service-density"
5856
5857 - type: "plot"
5858   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5859   algorithm: "plot_service_density_heatmap_compare"
5860   output-file-type: ".html"
5861   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-csp-mrr"
5862   data: "plot-vpp-nfv-2n-skx-mrr-64b"
5863   filter: "'NIC_Intel-X710' and
5864            'NF_DENSITY' and
5865            'DOCKER' and
5866            'PIPELINE' and
5867            'NF_VPPIP4' and
5868            '64B' and
5869            '8T4C' and
5870            'MRR'"
5871   reference:
5872     include: "2"
5873     name: "CNF-1c"
5874   compare:
5875     include: "1"
5876     name: "CNF-0.5c"
5877   parameters:
5878   - "result"
5879   - "name"
5880   - "tags"
5881   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5882   x-axis: "X = CNFs per Service Pipeline"
5883   y-axis: "Y = Number of Service Pipelines"
5884   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5885   layout:
5886     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5887     layout: "plot-service-density"
5888
5889 # Plots - NF Density - CSP - MRR IMIX
5890 - type: "plot"
5891   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5892   algorithm: "plot_service_density_heatmap_compare"
5893   output-file-type: ".html"
5894   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csp-mrr"
5895   data: "plot-vpp-nfv-2n-skx-mrr-imix"
5896   filter: "'NIC_Intel-X710' and
5897            'NF_DENSITY' and
5898            'DOCKER' and
5899            'PIPELINE' and
5900            'NF_VPPIP4' and
5901            'IMIX' and
5902            '2T1C' and
5903            'MRR'"
5904   reference:
5905     include: "2"
5906     name: "CNF-1c"
5907   compare:
5908     include: "1"
5909     name: "CNF-0.5c"
5910   parameters:
5911   - "result"
5912   - "name"
5913   - "tags"
5914   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5915   x-axis: "X = CNFs per Service Pipeline"
5916   y-axis: "Y = Number of Service Pipelines"
5917   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5918   layout:
5919     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5920     layout: "plot-service-density"
5921
5922 - type: "plot"
5923   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5924   algorithm: "plot_service_density_heatmap_compare"
5925   output-file-type: ".html"
5926   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csp-mrr"
5927   data: "plot-vpp-nfv-2n-skx-mrr-imix"
5928   filter: "'NIC_Intel-X710' and
5929            'NF_DENSITY' and
5930            'DOCKER' and
5931            'PIPELINE' and
5932            'NF_VPPIP4' and
5933            'IMIX' and
5934            '4T2C' and
5935            'MRR'"
5936   reference:
5937     include: "2"
5938     name: "CNF-1c"
5939   compare:
5940     include: "1"
5941     name: "CNF-0.5c"
5942   parameters:
5943   - "result"
5944   - "name"
5945   - "tags"
5946   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5947   x-axis: "X = CNFs per Service Pipeline"
5948   y-axis: "Y = Number of Service Pipelines"
5949   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5950   layout:
5951     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5952     layout: "plot-service-density"
5953
5954 - type: "plot"
5955   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5956   algorithm: "plot_service_density_heatmap_compare"
5957   output-file-type: ".html"
5958   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-csp-mrr"
5959   data: "plot-vpp-nfv-2n-skx-mrr-imix"
5960   filter: "'NIC_Intel-X710' and
5961            'NF_DENSITY' and
5962            'DOCKER' and
5963            'PIPELINE' and
5964            'NF_VPPIP4' and
5965            'IMIX' and
5966            '8T4C' and
5967            'MRR'"
5968   reference:
5969     include: "2"
5970     name: "CNF-1c"
5971   compare:
5972     include: "1"
5973     name: "CNF-0.5c"
5974   parameters:
5975   - "result"
5976   - "name"
5977   - "tags"
5978   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5979   x-axis: "X = CNFs per Service Pipeline"
5980   y-axis: "Y = Number of Service Pipelines"
5981   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5982   layout:
5983     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5984     layout: "plot-service-density"
5985
5986 # Plots - NF Density - CSP - NDR 64b
5987 - type: "plot"
5988   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
5989   algorithm: "plot_service_density_heatmap_compare"
5990   output-file-type: ".html"
5991   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csp-ndr"
5992   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5993   filter: "'NIC_Intel-X710' and
5994            'NF_DENSITY' and
5995            'DOCKER' and
5996            'PIPELINE' and
5997            'NF_VPPIP4' and
5998            '64B' and
5999            '2T1C' and
6000            'NDRPDR'"
6001   reference:
6002     include: "2"
6003     name: "CNF-1c"
6004   compare:
6005     include: "1"
6006     name: "CNF-0.5c"
6007   parameters:
6008   - "throughput"
6009   - "name"
6010   - "tags"
6011   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6012   x-axis: "X = CNFs per Service Pipeline"
6013   y-axis: "Y = Number of Service Pipelines"
6014   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6015   layout:
6016     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6017     layout: "plot-service-density"
6018
6019 - type: "plot"
6020   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6021   algorithm: "plot_service_density_heatmap_compare"
6022   output-file-type: ".html"
6023   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csp-ndr"
6024   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
6025   filter: "'NIC_Intel-X710' and
6026            'NF_DENSITY' and
6027            'DOCKER' and
6028            'PIPELINE' and
6029            'NF_VPPIP4' and
6030            '64B' and
6031            '4T2C' and
6032            'NDRPDR'"
6033   reference:
6034     include: "2"
6035     name: "CNF-1c"
6036   compare:
6037     include: "1"
6038     name: "CNF-0.5c"
6039   parameters:
6040   - "throughput"
6041   - "name"
6042   - "tags"
6043   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6044   x-axis: "X = CNFs per Service Pipeline"
6045   y-axis: "Y = Number of Service Pipelines"
6046   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6047   layout:
6048     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6049     layout: "plot-service-density"
6050
6051 - type: "plot"
6052   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6053   algorithm: "plot_service_density_heatmap_compare"
6054   output-file-type: ".html"
6055   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-csp-ndr"
6056   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
6057   filter: "'NIC_Intel-X710' and
6058            'NF_DENSITY' and
6059            'DOCKER' and
6060            'PIPELINE' and
6061            'NF_VPPIP4' and
6062            '64B' and
6063            '8T4C' and
6064            'NDRPDR'"
6065   reference:
6066     include: "2"
6067     name: "CNF-1c"
6068   compare:
6069     include: "1"
6070     name: "CNF-0.5c"
6071   parameters:
6072   - "throughput"
6073   - "name"
6074   - "tags"
6075   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6076   x-axis: "X = CNFs per Service Pipeline"
6077   y-axis: "Y = Number of Service Pipelines"
6078   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6079   layout:
6080     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6081     layout: "plot-service-density"
6082
6083 # Plots - NF Density - CSP - NDR IMIX
6084 - type: "plot"
6085   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6086   algorithm: "plot_service_density_heatmap_compare"
6087   output-file-type: ".html"
6088   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csp-ndr"
6089   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
6090   filter: "'NIC_Intel-X710' and
6091            'NF_DENSITY' and
6092            'DOCKER' and
6093            'PIPELINE' and
6094            'NF_VPPIP4' and
6095            'IMIX' and
6096            '2T1C' and
6097            'NDRPDR'"
6098   reference:
6099     include: "2"
6100     name: "CNF-1c"
6101   compare:
6102     include: "1"
6103     name: "CNF-0.5c"
6104   parameters:
6105   - "throughput"
6106   - "name"
6107   - "tags"
6108   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6109   x-axis: "X = CNFs per Service Pipeline"
6110   y-axis: "Y = Number of Service Pipelines"
6111   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6112   layout:
6113     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6114     layout: "plot-service-density"
6115
6116 - type: "plot"
6117   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6118   algorithm: "plot_service_density_heatmap_compare"
6119   output-file-type: ".html"
6120   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csp-ndr"
6121   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
6122   filter: "'NIC_Intel-X710' and
6123            'NF_DENSITY' and
6124            'DOCKER' and
6125            'PIPELINE' and
6126            'NF_VPPIP4' and
6127            'IMIX' and
6128            '4T2C' and
6129            'NDRPDR'"
6130   reference:
6131     include: "2"
6132     name: "CNF-1c"
6133   compare:
6134     include: "1"
6135     name: "CNF-0.5c"
6136   parameters:
6137   - "throughput"
6138   - "name"
6139   - "tags"
6140   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6141   x-axis: "X = CNFs per Service Pipeline"
6142   y-axis: "Y = Number of Service Pipelines"
6143   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6144   layout:
6145     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6146     layout: "plot-service-density"
6147
6148 - type: "plot"
6149   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6150   algorithm: "plot_service_density_heatmap_compare"
6151   output-file-type: ".html"
6152   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-csp-ndr"
6153   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
6154   filter: "'NIC_Intel-X710' and
6155            'NF_DENSITY' and
6156            'DOCKER' and
6157            'PIPELINE' and
6158            'NF_VPPIP4' and
6159            'IMIX' and
6160            '8T4C' and
6161            'NDRPDR'"
6162   reference:
6163     include: "2"
6164     name: "CNF-1c"
6165   compare:
6166     include: "1"
6167     name: "CNF-0.5c"
6168   parameters:
6169   - "throughput"
6170   - "name"
6171   - "tags"
6172   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6173   x-axis: "X = CNFs per Service Pipeline"
6174   y-axis: "Y = Number of Service Pipelines"
6175   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6176   layout:
6177     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6178     layout: "plot-service-density"
6179
6180 # Plots - NF Density - CSP - PDR 64b
6181 - type: "plot"
6182   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6183   algorithm: "plot_service_density_heatmap_compare"
6184   output-file-type: ".html"
6185   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csp-pdr"
6186   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
6187   filter: "'NIC_Intel-X710' and
6188            'NF_DENSITY' and
6189            'DOCKER' and
6190            'PIPELINE' and
6191            'NF_VPPIP4' and
6192            '64B' and
6193            '2T1C' and
6194            'NDRPDR'"
6195   reference:
6196     include: "2"
6197     name: "CNF-1c"
6198   compare:
6199     include: "1"
6200     name: "CNF-0.5c"
6201   parameters:
6202   - "throughput"
6203   - "name"
6204   - "tags"
6205   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6206   x-axis: "X = CNFs per Service Pipeline"
6207   y-axis: "Y = Number of Service Pipelines"
6208   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6209   layout:
6210     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6211     layout: "plot-service-density"
6212
6213 - type: "plot"
6214   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6215   algorithm: "plot_service_density_heatmap_compare"
6216   output-file-type: ".html"
6217   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csp-pdr"
6218   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
6219   filter: "'NIC_Intel-X710' and
6220            'NF_DENSITY' and
6221            'DOCKER' and
6222            'PIPELINE' and
6223            'NF_VPPIP4' and
6224            '64B' and
6225            '4T2C' and
6226            'NDRPDR'"
6227   reference:
6228     include: "2"
6229     name: "CNF-1c"
6230   compare:
6231     include: "1"
6232     name: "CNF-0.5c"
6233   parameters:
6234   - "throughput"
6235   - "name"
6236   - "tags"
6237   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6238   x-axis: "X = CNFs per Service Pipeline"
6239   y-axis: "Y = Number of Service Pipelines"
6240   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6241   layout:
6242     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6243     layout: "plot-service-density"
6244
6245 - type: "plot"
6246   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6247   algorithm: "plot_service_density_heatmap_compare"
6248   output-file-type: ".html"
6249   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-csp-pdr"
6250   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
6251   filter: "'NIC_Intel-X710' and
6252            'NF_DENSITY' and
6253            'DOCKER' and
6254            'PIPELINE' and
6255            'NF_VPPIP4' and
6256            '64B' and
6257            '8T4C' and
6258            'NDRPDR'"
6259   reference:
6260     include: "2"
6261     name: "CNF-1c"
6262   compare:
6263     include: "1"
6264     name: "CNF-0.5c"
6265   parameters:
6266   - "throughput"
6267   - "name"
6268   - "tags"
6269   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6270   x-axis: "X = CNFs per Service Pipeline"
6271   y-axis: "Y = Number of Service Pipelines"
6272   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6273   layout:
6274     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6275     layout: "plot-service-density"
6276
6277 # Plots - NF Density - CSP - PDR IMIX
6278 - type: "plot"
6279   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6280   algorithm: "plot_service_density_heatmap_compare"
6281   output-file-type: ".html"
6282   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csp-pdr"
6283   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
6284   filter: "'NIC_Intel-X710' and
6285            'NF_DENSITY' and
6286            'DOCKER' and
6287            'PIPELINE' and
6288            'NF_VPPIP4' and
6289            'IMIX' and
6290            '2T1C' and
6291            'NDRPDR'"
6292   reference:
6293     include: "2"
6294     name: "CNF-1c"
6295   compare:
6296     include: "1"
6297     name: "CNF-0.5c"
6298   parameters:
6299   - "throughput"
6300   - "name"
6301   - "tags"
6302   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6303   x-axis: "X = CNFs per Service Pipeline"
6304   y-axis: "Y = Number of Service Pipelines"
6305   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6306   layout:
6307     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6308     layout: "plot-service-density"
6309
6310 - type: "plot"
6311   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6312   algorithm: "plot_service_density_heatmap_compare"
6313   output-file-type: ".html"
6314   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csp-pdr"
6315   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
6316   filter: "'NIC_Intel-X710' and
6317            'NF_DENSITY' and
6318            'DOCKER' and
6319            'PIPELINE' and
6320            'NF_VPPIP4' and
6321            'IMIX' and
6322            '4T2C' and
6323            'NDRPDR'"
6324   reference:
6325     include: "2"
6326     name: "CNF-1c"
6327   compare:
6328     include: "1"
6329     name: "CNF-0.5c"
6330   parameters:
6331   - "throughput"
6332   - "name"
6333   - "tags"
6334   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6335   x-axis: "X = CNFs per Service Pipeline"
6336   y-axis: "Y = Number of Service Pipelines"
6337   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6338   layout:
6339     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6340     layout: "plot-service-density"
6341
6342 - type: "plot"
6343   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6344   algorithm: "plot_service_density_heatmap_compare"
6345   output-file-type: ".html"
6346   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-csp-pdr"
6347   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
6348   filter: "'NIC_Intel-X710' and
6349            'NF_DENSITY' and
6350            'DOCKER' and
6351            'PIPELINE' and
6352            'NF_VPPIP4' and
6353            'IMIX' and
6354            '8T4C' and
6355            'NDRPDR'"
6356   reference:
6357     include: "2"
6358     name: "CNF-1c"
6359   compare:
6360     include: "1"
6361     name: "CNF-0.5c"
6362   parameters:
6363   - "throughput"
6364   - "name"
6365   - "tags"
6366   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6367   x-axis: "X = CNFs per Service Pipeline"
6368   y-axis: "Y = Number of Service Pipelines"
6369   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6370   layout:
6371     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6372     layout: "plot-service-density"
6373
6374 ################################################################################
6375 ## Plots VPP HTTP Server Performance
6376 #- type: "plot"
6377 #  title: "VPP HTTP Server Performance"
6378 #  algorithm: "plot_http_server_performance_box"
6379 #  output-file-type: ".html"
6380 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
6381 #  data:
6382 #    "plot-vpp-http-server-performance"
6383 #  # Keep this formatting, the filter is enclosed with " (quotation mark) and
6384 #  # each tag is enclosed with ' (apostrophe).
6385 #  filter: "'HTTP' and 'TCP_CPS'"
6386 #  parameters:
6387 #  - "result"
6388 #  - "name"
6389 #  traces:
6390 #    hoverinfo: "x+y"
6391 #    boxpoints: "outliers"
6392 #    whiskerwidth: 0
6393 #  layout:
6394 #    title: "VPP HTTP Server Performance"
6395 #    layout:
6396 #      "plot-cps"
6397 #
6398 #- type: "plot"
6399 #  title: "VPP HTTP Server Performance"
6400 #  algorithm: "plot_http_server_performance_box"
6401 #  output-file-type: ".html"
6402 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
6403 #  data:
6404 #    "plot-vpp-http-server-performance"
6405 #  filter: "'HTTP' and 'TCP_RPS'"
6406 #  parameters:
6407 #  - "result"
6408 #  - "name"
6409 #  traces:
6410 #    hoverinfo: "x+y"
6411 #    boxpoints: "outliers"
6412 #    whiskerwidth: 0
6413 #  layout:
6414 #    title: "VPP HTTP Server Performance"
6415 #    layout:
6416 #      "plot-rps"
6417
6418 ################################################################################
6419
6420 # Packet Throughput - VPP L2 3n-hsw-x520 base and scale
6421 - type: "plot"
6422   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6423   algorithm: "plot_performance_box"
6424   output-file-type: ".html"
6425   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6426   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6427   filter: "'NIC_Intel-X520-DA2' and
6428            '64B' and
6429            ('BASE' or 'SCALE') and
6430            'NDRPDR' and
6431            'ETH' and
6432            '1T1C' and
6433            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6434            not 'VHOST' and
6435            not 'MEMIF'"
6436   parameters:
6437   - "throughput"
6438   - "parent"
6439   - "tags"
6440   sort:
6441   - "L2PATCH"
6442   - "L2XCBASE"
6443   - "BASE"
6444   - "FIB_10K"
6445   - "FIB_100K"
6446   - "FIB_1M"
6447   traces:
6448     hoverinfo: "x+y"
6449     boxpoints: "outliers"
6450     whiskerwidth: 0
6451   layout:
6452     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6453     layout: "plot-throughput"
6454
6455 - type: "plot"
6456   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6457   algorithm: "plot_performance_box"
6458   output-file-type: ".html"
6459   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6460   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6461   filter: "'NIC_Intel-X520-DA2' and
6462            '64B' and
6463            ('BASE' or 'SCALE') and
6464            'NDRPDR' and
6465            'ETH' and
6466            '1T1C' and
6467            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6468            not 'VHOST' and
6469            not 'MEMIF'"
6470   parameters:
6471   - "throughput"
6472   - "parent"
6473   - "tags"
6474   sort:
6475   - "L2PATCH"
6476   - "L2XCBASE"
6477   - "BASE"
6478   - "FIB_10K"
6479   - "FIB_100K"
6480   - "FIB_1M"
6481   traces:
6482     hoverinfo: "x+y"
6483     boxpoints: "outliers"
6484     whiskerwidth: 0
6485   layout:
6486     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6487     layout: "plot-throughput"
6488
6489 - type: "plot"
6490   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6491   algorithm: "plot_performance_box"
6492   output-file-type: ".html"
6493   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6494   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6495   filter: "'NIC_Intel-X520-DA2' and
6496            '64B' and
6497            ('BASE' or 'SCALE') and
6498            'NDRPDR' and
6499            'ETH' and
6500            '2T2C' and
6501            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6502            not 'VHOST' and
6503            not 'MEMIF'"
6504   parameters:
6505   - "throughput"
6506   - "parent"
6507   - "tags"
6508   sort:
6509   - "L2PATCH"
6510   - "L2XCBASE"
6511   - "BASE"
6512   - "FIB_10K"
6513   - "FIB_100K"
6514   - "FIB_1M"
6515   traces:
6516     hoverinfo: "x+y"
6517     boxpoints: "outliers"
6518     whiskerwidth: 0
6519   layout:
6520     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6521     layout: "plot-throughput"
6522
6523 - type: "plot"
6524   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6525   algorithm: "plot_performance_box"
6526   output-file-type: ".html"
6527   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6528   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6529   filter: "'NIC_Intel-X520-DA2' and
6530            '64B' and
6531            ('BASE' or 'SCALE') and
6532            'NDRPDR' and
6533            'ETH' and
6534            '2T2C' and
6535            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6536            not 'VHOST' and
6537            not 'MEMIF'"
6538   parameters:
6539   - "throughput"
6540   - "parent"
6541   - "tags"
6542   sort:
6543   - "L2PATCH"
6544   - "L2XCBASE"
6545   - "BASE"
6546   - "FIB_10K"
6547   - "FIB_100K"
6548   - "FIB_1M"
6549   traces:
6550     hoverinfo: "x+y"
6551     boxpoints: "outliers"
6552     whiskerwidth: 0
6553   layout:
6554     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6555     layout: "plot-throughput"
6556
6557 # Packet Throughput - VPP L2 3n-hsw-x520 features
6558 - type: "plot"
6559   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
6560   algorithm: "plot_performance_box"
6561   output-file-type: ".html"
6562   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
6563   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6564   filter: "'NIC_Intel-X520-DA2' and
6565            '64B' and
6566            'NDRPDR' and
6567            '1T1C' and
6568            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6569            not 'ACL' and
6570            not 'VHOST' and
6571            not 'MEMIF'"
6572   parameters:
6573   - "throughput"
6574   - "parent"
6575   - "tags"
6576   sort:
6577   - "L2XCBASE"    # l2xcbase
6578   - "L2BDBASE"    # l2bdbase
6579   - "L2XCFWD"     # dot1q-l2xcbase
6580   - "L2BDMACLRN"  # dot1q-l2bdbase
6581   traces:
6582     hoverinfo: "x+y"
6583     boxpoints: "outliers"
6584     whiskerwidth: 0
6585   layout:
6586     title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
6587     layout: "plot-throughput"
6588
6589 - type: "plot"
6590   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
6591   algorithm: "plot_performance_box"
6592   output-file-type: ".html"
6593   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
6594   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6595   filter: "'NIC_Intel-X520-DA2' and
6596            '64B' and
6597            'NDRPDR' and
6598            '1T1C' and
6599            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6600            not 'ACL' and
6601            not 'VHOST' and
6602            not 'MEMIF'"
6603   parameters:
6604   - "throughput"
6605   - "parent"
6606   - "tags"
6607   sort:
6608   - "L2XCBASE"    # l2xcbase
6609   - "L2BDBASE"    # l2bdbase
6610   - "L2XCFWD"     # dot1q-l2xcbase
6611   - "L2BDMACLRN"  # dot1q-l2bdbase
6612   traces:
6613     hoverinfo: "x+y"
6614     boxpoints: "outliers"
6615     whiskerwidth: 0
6616   layout:
6617     title: "l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
6618     layout: "plot-throughput"
6619
6620 - type: "plot"
6621   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
6622   algorithm: "plot_performance_box"
6623   output-file-type: ".html"
6624   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
6625   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6626   filter: "'NIC_Intel-X520-DA2' and
6627            '64B' and
6628            'NDRPDR' and
6629            '2T2C' and
6630            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6631            not 'ACL' and
6632            not 'VHOST' and
6633            not 'MEMIF'"
6634   parameters:
6635   - "throughput"
6636   - "parent"
6637   - "tags"
6638   sort:
6639   - "L2XCBASE"    # l2xcbase
6640   - "L2BDBASE"    # l2bdbase
6641   - "L2XCFWD"     # dot1q-l2xcbase
6642   - "L2BDMACLRN"  # dot1q-l2bdbase
6643   traces:
6644     hoverinfo: "x+y"
6645     boxpoints: "outliers"
6646     whiskerwidth: 0
6647   layout:
6648     title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
6649     layout: "plot-throughput"
6650
6651 - type: "plot"
6652   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
6653   algorithm: "plot_performance_box"
6654   output-file-type: ".html"
6655   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
6656   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6657   filter: "'NIC_Intel-X520-DA2' and
6658            '64B' and
6659            'NDRPDR' and
6660            '2T2C' and
6661            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6662            not 'ACL' and
6663            not 'VHOST' and
6664            not 'MEMIF'"
6665   parameters:
6666   - "throughput"
6667   - "parent"
6668   - "tags"
6669   sort:
6670   - "L2XCBASE"    # l2xcbase
6671   - "L2BDBASE"    # l2bdbase
6672   - "L2XCFWD"     # dot1q-l2xcbase
6673   - "L2BDMACLRN"  # dot1q-l2bdbase
6674   traces:
6675     hoverinfo: "x+y"
6676     boxpoints: "outliers"
6677     whiskerwidth: 0
6678   layout:
6679     title: "l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
6680     layout: "plot-throughput"
6681
6682 # Packet Throughput - VPP L2 3n-hsw-x520 features-iacl
6683 - type: "plot"
6684   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
6685   algorithm: "plot_performance_box"
6686   output-file-type: ".html"
6687   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
6688   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6689   filter: "'NIC_Intel-X520-DA2' and
6690            '64B' and
6691            'NDRPDR' and
6692            '1T1C' and
6693            'FEATURE' and
6694            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6695            'IACL' and
6696            ('ACL1' or 'ACL50') and
6697            ('10K_FLOWS' or '10k_FLOWS') and
6698            not 'MACIP' and
6699            not 'VHOST' and
6700            not 'MEMIF'"
6701   parameters:
6702   - "throughput"
6703   - "parent"
6704   - "tags"
6705   traces:
6706     hoverinfo: "x+y"
6707     boxpoints: "outliers"
6708     whiskerwidth: 0
6709   layout:
6710     title: "l2sw-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
6711     layout: "plot-throughput"
6712
6713 - type: "plot"
6714   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
6715   algorithm: "plot_performance_box"
6716   output-file-type: ".html"
6717   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
6718   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6719   filter: "'NIC_Intel-X520-DA2' and
6720            '64B' and
6721            'NDRPDR' and
6722            '1T1C' and
6723            'FEATURE' and
6724            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6725            'IACL' and
6726            ('ACL1' or 'ACL50') and
6727            ('10K_FLOWS' or '10k_FLOWS') and
6728            not 'MACIP' and
6729            not 'VHOST' and
6730            not 'MEMIF'"
6731   parameters:
6732   - "throughput"
6733   - "parent"
6734   - "tags"
6735   traces:
6736     hoverinfo: "x+y"
6737     boxpoints: "outliers"
6738     whiskerwidth: 0
6739   layout:
6740     title: "l2sw-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
6741     layout: "plot-throughput"
6742
6743 - type: "plot"
6744   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
6745   algorithm: "plot_performance_box"
6746   output-file-type: ".html"
6747   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
6748   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6749   filter: "'NIC_Intel-X520-DA2' and
6750            '64B' and
6751            'NDRPDR' and
6752            '2T2C' and
6753            'FEATURE' and
6754            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6755            'IACL' and
6756            ('ACL1' or 'ACL50') and
6757            ('10K_FLOWS' or '10k_FLOWS') and
6758            not 'MACIP' and
6759            not 'VHOST' and
6760            not 'MEMIF'"
6761   parameters:
6762   - "throughput"
6763   - "parent"
6764   - "tags"
6765   traces:
6766     hoverinfo: "x+y"
6767     boxpoints: "outliers"
6768     whiskerwidth: 0
6769   layout:
6770     title: "l2sw-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
6771     layout: "plot-throughput"
6772
6773 - type: "plot"
6774   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
6775   algorithm: "plot_performance_box"
6776   output-file-type: ".html"
6777   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
6778   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6779   filter: "'NIC_Intel-X520-DA2' and
6780            '64B' and
6781            'NDRPDR' and
6782            '2T2C' and
6783            'FEATURE' and
6784            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6785            'IACL' and
6786            ('ACL1' or 'ACL50') and
6787            ('10K_FLOWS' or '10k_FLOWS') and
6788            not 'MACIP' and
6789            not 'VHOST' and
6790            not 'MEMIF'"
6791   parameters:
6792   - "throughput"
6793   - "parent"
6794   - "tags"
6795   traces:
6796     hoverinfo: "x+y"
6797     boxpoints: "outliers"
6798     whiskerwidth: 0
6799   layout:
6800     title: "l2sw-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
6801     layout: "plot-throughput"
6802
6803 # Packet Throughput - VPP L2 3n-hsw-x520 features-oacl
6804 - type: "plot"
6805   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
6806   algorithm: "plot_performance_box"
6807   output-file-type: ".html"
6808   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
6809   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6810   filter: "'NIC_Intel-X520-DA2' and
6811            '64B' and
6812            'NDRPDR' and
6813            '1T1C' and
6814            'FEATURE' and
6815            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6816            'OACL' and
6817            ('ACL1' or 'ACL50') and
6818            ('10K_FLOWS' or '10k_FLOWS') and
6819            not 'MACIP' and
6820            not 'VHOST' and
6821            not 'MEMIF'"
6822   parameters:
6823   - "throughput"
6824   - "parent"
6825   - "tags"
6826   traces:
6827     hoverinfo: "x+y"
6828     boxpoints: "outliers"
6829     whiskerwidth: 0
6830   layout:
6831     title: "l2sw-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
6832     layout: "plot-throughput"
6833
6834 - type: "plot"
6835   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
6836   algorithm: "plot_performance_box"
6837   output-file-type: ".html"
6838   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
6839   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6840   filter: "'NIC_Intel-X520-DA2' and
6841            '64B' and
6842            'NDRPDR' and
6843            '1T1C' and
6844            'FEATURE' and
6845            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6846            'OACL' and
6847            ('ACL1' or 'ACL50') and
6848            ('10K_FLOWS' or '10k_FLOWS') and
6849            not 'MACIP' and
6850            not 'VHOST' and
6851            not 'MEMIF'"
6852   parameters:
6853   - "throughput"
6854   - "parent"
6855   - "tags"
6856   traces:
6857     hoverinfo: "x+y"
6858     boxpoints: "outliers"
6859     whiskerwidth: 0
6860   layout:
6861     title: "l2sw-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
6862     layout: "plot-throughput"
6863
6864 - type: "plot"
6865   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
6866   algorithm: "plot_performance_box"
6867   output-file-type: ".html"
6868   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
6869   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6870   filter: "'NIC_Intel-X520-DA2' and
6871            '64B' and
6872            'NDRPDR' and
6873            '2T2C' and
6874            'FEATURE' and
6875            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6876            'OACL' and
6877            ('ACL1' or 'ACL50') and
6878            ('10K_FLOWS' or '10k_FLOWS') and
6879            not 'MACIP' and
6880            not 'VHOST' and
6881            not 'MEMIF'"
6882   parameters:
6883   - "throughput"
6884   - "parent"
6885   - "tags"
6886   traces:
6887     hoverinfo: "x+y"
6888     boxpoints: "outliers"
6889     whiskerwidth: 0
6890   layout:
6891     title: "l2sw-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
6892     layout: "plot-throughput"
6893
6894 - type: "plot"
6895   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
6896   algorithm: "plot_performance_box"
6897   output-file-type: ".html"
6898   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
6899   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6900   filter: "'NIC_Intel-X520-DA2' and
6901            '64B' and
6902            'NDRPDR' and
6903            '2T2C' and
6904            'FEATURE' and
6905            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6906            'OACL' and
6907            ('ACL1' or 'ACL50') and
6908            ('10K_FLOWS' or '10k_FLOWS') and
6909            not 'MACIP' and
6910            not 'VHOST' and
6911            not 'MEMIF'"
6912   parameters:
6913   - "throughput"
6914   - "parent"
6915   - "tags"
6916   traces:
6917     hoverinfo: "x+y"
6918     boxpoints: "outliers"
6919     whiskerwidth: 0
6920   layout:
6921     title: "l2sw-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
6922     layout: "plot-throughput"
6923
6924 # Packet Throughput - VPP L2 3n-hsw-x520 features-macip
6925 - type: "plot"
6926   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-macip-ndr"
6927   algorithm: "plot_performance_box"
6928   output-file-type: ".html"
6929   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-macip-ndr"
6930   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6931   filter: "'NIC_Intel-X520-DA2' and
6932            '64B' and
6933            'NDRPDR' and
6934            '1T1C' and
6935            'FEATURE' and
6936            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6937            'MACIP' and
6938            ('ACL1' or 'ACL50') and
6939            ('10K_FLOWS' or '10k_FLOWS') and
6940            not 'VHOST' and
6941            not 'MEMIF'"
6942   parameters:
6943   - "throughput"
6944   - "parent"
6945   - "tags"
6946   traces:
6947     hoverinfo: "x+y"
6948     boxpoints: "outliers"
6949     whiskerwidth: 0
6950   layout:
6951     title: "l2sw-3n-hsw-x520-64b-1t1c-features-macip-ndr"
6952     layout: "plot-throughput"
6953
6954 - type: "plot"
6955   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-macip-pdr"
6956   algorithm: "plot_performance_box"
6957   output-file-type: ".html"
6958   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-macip-pdr"
6959   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6960   filter: "'NIC_Intel-X520-DA2' and
6961            '64B' and
6962            'NDRPDR' and
6963            '1T1C' and
6964            'FEATURE' and
6965            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6966            'MACIP' and
6967            ('ACL1' or 'ACL50') and
6968            ('10K_FLOWS' or '10k_FLOWS') and
6969            not 'VHOST' and
6970            not 'MEMIF'"
6971   parameters:
6972   - "throughput"
6973   - "parent"
6974   - "tags"
6975   traces:
6976     hoverinfo: "x+y"
6977     boxpoints: "outliers"
6978     whiskerwidth: 0
6979   layout:
6980     title: "l2sw-3n-hsw-x520-64b-1t1c-features-macip-pdr"
6981     layout: "plot-throughput"
6982
6983 - type: "plot"
6984   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-macip-ndr"
6985   algorithm: "plot_performance_box"
6986   output-file-type: ".html"
6987   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-macip-ndr"
6988   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6989   filter: "'NIC_Intel-X520-DA2' and
6990            '64B' and
6991            'NDRPDR' and
6992            '2T2C' and
6993            'FEATURE' and
6994            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6995            'MACIP' and
6996            ('ACL1' or 'ACL50') and
6997            ('10K_FLOWS' or '10k_FLOWS') and
6998            not 'VHOST' and
6999            not 'MEMIF'"
7000   parameters:
7001   - "throughput"
7002   - "parent"
7003   - "tags"
7004   traces:
7005     hoverinfo: "x+y"
7006     boxpoints: "outliers"
7007     whiskerwidth: 0
7008   layout:
7009     title: "l2sw-3n-hsw-x520-64b-2t2c-features-macip-ndr"
7010     layout: "plot-throughput"
7011
7012 - type: "plot"
7013   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-macip-pdr"
7014   algorithm: "plot_performance_box"
7015   output-file-type: ".html"
7016   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-macip-pdr"
7017   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7018   filter: "'NIC_Intel-X520-DA2' and
7019            '64B' and
7020            'NDRPDR' and
7021            '2T2C' and
7022            'FEATURE' and
7023            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7024            'MACIP' and
7025            ('ACL1' or 'ACL50') and
7026            ('10K_FLOWS' or '10k_FLOWS') and
7027            not 'VHOST' and
7028            not 'MEMIF'"
7029   parameters:
7030   - "throughput"
7031   - "parent"
7032   - "tags"
7033   traces:
7034     hoverinfo: "x+y"
7035     boxpoints: "outliers"
7036     whiskerwidth: 0
7037   layout:
7038     title: "l2sw-3n-hsw-x520-64b-2t2c-features-macip-pdr"
7039     layout: "plot-throughput"
7040
7041 # Packet Throughput - VPP L2 3n-hsw-x710 base and scale
7042 - type: "plot"
7043   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7044   algorithm: "plot_performance_box"
7045   output-file-type: ".html"
7046   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7047   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7048   filter: "'NIC_Intel-X710' and
7049            '64B' and
7050            ('BASE' or 'SCALE') and
7051            'NDRPDR' and
7052            'ETH' and
7053            '1T1C' and
7054            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7055            not 'VHOST' and
7056            not 'MEMIF'"
7057   parameters:
7058   - "throughput"
7059   - "parent"
7060   - "tags"
7061   sort:
7062   - "L2PATCH"
7063   - "L2XCFWD"
7064   - "L2BDMACLRN"
7065   - "FIB_10K"
7066   - "FIB_100K"
7067   - "FIB_1M"
7068   traces:
7069     hoverinfo: "x+y"
7070     boxpoints: "outliers"
7071     whiskerwidth: 0
7072   layout:
7073     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7074     layout: "plot-throughput"
7075
7076 - type: "plot"
7077   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7078   algorithm: "plot_performance_box"
7079   output-file-type: ".html"
7080   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7081   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7082   filter: "'NIC_Intel-X710' and
7083            '64B' and
7084            ('BASE' or 'SCALE') and
7085            'NDRPDR' and
7086            'ETH' and
7087            '1T1C' and
7088            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7089            not 'VHOST' and
7090            not 'MEMIF'"
7091   parameters:
7092   - "throughput"
7093   - "parent"
7094   - "tags"
7095   sort:
7096   - "L2PATCH"
7097   - "L2XCFWD"
7098   - "L2BDMACLRN"
7099   - "FIB_10K"
7100   - "FIB_100K"
7101   - "FIB_1M"
7102   traces:
7103     hoverinfo: "x+y"
7104     boxpoints: "outliers"
7105     whiskerwidth: 0
7106   layout:
7107     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7108     layout: "plot-throughput"
7109
7110 - type: "plot"
7111   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7112   algorithm: "plot_performance_box"
7113   output-file-type: ".html"
7114   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7115   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7116   filter: "'NIC_Intel-X710' and
7117            '64B' and
7118            ('BASE' or 'SCALE') and
7119            'NDRPDR' and
7120            'ETH' and
7121            '2T2C' and
7122            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7123            not 'VHOST' and
7124            not 'MEMIF'"
7125   parameters:
7126   - "throughput"
7127   - "parent"
7128   - "tags"
7129   sort:
7130   - "L2PATCH"
7131   - "L2XCFWD"
7132   - "L2BDMACLRN"
7133   - "FIB_10K"
7134   - "FIB_100K"
7135   - "FIB_1M"
7136   traces:
7137     hoverinfo: "x+y"
7138     boxpoints: "outliers"
7139     whiskerwidth: 0
7140   layout:
7141     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7142     layout: "plot-throughput"
7143
7144 - type: "plot"
7145   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7146   algorithm: "plot_performance_box"
7147   output-file-type: ".html"
7148   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7149   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7150   filter: "'NIC_Intel-X710' and
7151            '64B' and
7152            ('BASE' or 'SCALE') and
7153            'NDRPDR' and
7154            'ETH' and
7155            '2T2C' and
7156            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7157            not 'VHOST' and
7158            not 'MEMIF'"
7159   parameters:
7160   - "throughput"
7161   - "parent"
7162   - "tags"
7163   sort:
7164   - "L2PATCH"
7165   - "L2XCFWD"
7166   - "L2BDMACLRN"
7167   - "FIB_10K"
7168   - "FIB_100K"
7169   - "FIB_1M"
7170   traces:
7171     hoverinfo: "x+y"
7172     boxpoints: "outliers"
7173     whiskerwidth: 0
7174   layout:
7175     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7176     layout: "plot-throughput"
7177
7178 # Packet Throughput - VPP L2 3n-hsw-x710 features
7179 - type: "plot"
7180   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
7181   algorithm: "plot_performance_box"
7182   output-file-type: ".html"
7183   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
7184   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7185   filter: "'NIC_Intel-X710' and
7186            '64B' and
7187            'NDRPDR' and
7188            '1T1C' and
7189            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7190            not 'ACL' and
7191            not 'VHOST' and
7192            not 'L2OVRLAY' and
7193            not 'MEMIF'"
7194   parameters:
7195   - "throughput"
7196   - "parent"
7197   - "tags"
7198   sort:
7199   - "L2XCBASE"    # l2xcbase
7200   - "L2BDBASE"    # l2bdbase
7201   - "L2XCFWD"     # dot1q-l2xcbase
7202   - "L2BDMACLRN"  # dot1q-l2bdbase
7203   traces:
7204     hoverinfo: "x+y"
7205     boxpoints: "outliers"
7206     whiskerwidth: 0
7207   layout:
7208     title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
7209     layout: "plot-throughput"
7210
7211 - type: "plot"
7212   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
7213   algorithm: "plot_performance_box"
7214   output-file-type: ".html"
7215   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
7216   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7217   filter: "'NIC_Intel-X710' and
7218            '64B' and
7219            'NDRPDR' and
7220            '1T1C' and
7221            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7222            not 'ACL' and
7223            not 'VHOST' and
7224            not 'L2OVRLAY' and
7225            not 'MEMIF'"
7226   parameters:
7227   - "throughput"
7228   - "parent"
7229   - "tags"
7230   sort:
7231   - "L2XCBASE"    # l2xcbase
7232   - "L2BDBASE"    # l2bdbase
7233   - "L2XCFWD"     # dot1q-l2xcbase
7234   - "L2BDMACLRN"  # dot1q-l2bdbase
7235   traces:
7236     hoverinfo: "x+y"
7237     boxpoints: "outliers"
7238     whiskerwidth: 0
7239   layout:
7240     title: "l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
7241     layout: "plot-throughput"
7242
7243 - type: "plot"
7244   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
7245   algorithm: "plot_performance_box"
7246   output-file-type: ".html"
7247   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
7248   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7249   filter: "'NIC_Intel-X710' and
7250            '64B' and
7251            'NDRPDR' and
7252            '2T2C' and
7253            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7254            not 'ACL' and
7255            not 'VHOST' and
7256            not 'L2OVRLAY' and
7257            not 'MEMIF'"
7258   parameters:
7259   - "throughput"
7260   - "parent"
7261   - "tags"
7262   sort:
7263   - "L2XCBASE"    # l2xcbase
7264   - "L2BDBASE"    # l2bdbase
7265   - "L2XCFWD"     # dot1q-l2xcbase
7266   - "L2BDMACLRN"  # dot1q-l2bdbase
7267   traces:
7268     hoverinfo: "x+y"
7269     boxpoints: "outliers"
7270     whiskerwidth: 0
7271   layout:
7272     title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
7273     layout: "plot-throughput"
7274
7275 - type: "plot"
7276   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
7277   algorithm: "plot_performance_box"
7278   output-file-type: ".html"
7279   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
7280   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7281   filter: "'NIC_Intel-X710' and
7282            '64B' and
7283            'NDRPDR' and
7284            '2T2C' and
7285            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7286            not 'ACL' and
7287            not 'VHOST' and
7288            not 'L2OVRLAY' and
7289            not 'MEMIF'"
7290   parameters:
7291   - "throughput"
7292   - "parent"
7293   - "tags"
7294   sort:
7295   - "L2XCBASE"    # l2xcbase
7296   - "L2BDBASE"    # l2bdbase
7297   - "L2XCFWD"     # dot1q-l2xcbase
7298   - "L2BDMACLRN"  # dot1q-l2bdbase
7299   traces:
7300     hoverinfo: "x+y"
7301     boxpoints: "outliers"
7302     whiskerwidth: 0
7303   layout:
7304     title: "l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
7305     layout: "plot-throughput"
7306
7307 # Packet Throughput - VPP L2 3n-hsw-x710 features-iacl
7308 - type: "plot"
7309   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
7310   algorithm: "plot_performance_box"
7311   output-file-type: ".html"
7312   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
7313   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7314   filter: "'NIC_Intel-X710' and
7315            '64B' and
7316            'NDRPDR' and
7317            '1T1C' and
7318            'FEATURE' and
7319            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7320            'IACL' and
7321            ('ACL1' or 'ACL50') and
7322            ('10K_FLOWS' or '10k_FLOWS') and
7323            not 'MACIP' and
7324            not 'VHOST' and
7325            not 'MEMIF'"
7326   parameters:
7327   - "throughput"
7328   - "parent"
7329   - "tags"
7330   traces:
7331     hoverinfo: "x+y"
7332     boxpoints: "outliers"
7333     whiskerwidth: 0
7334   layout:
7335     title: "l2sw-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
7336     layout: "plot-throughput"
7337
7338 - type: "plot"
7339   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
7340   algorithm: "plot_performance_box"
7341   output-file-type: ".html"
7342   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
7343   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7344   filter: "'NIC_Intel-X710' and
7345            '64B' and
7346            'NDRPDR' and
7347            '1T1C' and
7348            'FEATURE' and
7349            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7350            'IACL' and
7351            ('ACL1' or 'ACL50') and
7352            ('10K_FLOWS' or '10k_FLOWS') and
7353            not 'MACIP' and
7354            not 'VHOST' and
7355            not 'MEMIF'"
7356   parameters:
7357   - "throughput"
7358   - "parent"
7359   - "tags"
7360   traces:
7361     hoverinfo: "x+y"
7362     boxpoints: "outliers"
7363     whiskerwidth: 0
7364   layout:
7365     title: "l2sw-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
7366     layout: "plot-throughput"
7367
7368 - type: "plot"
7369   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
7370   algorithm: "plot_performance_box"
7371   output-file-type: ".html"
7372   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
7373   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7374   filter: "'NIC_Intel-X710' and
7375            '64B' and
7376            'NDRPDR' and
7377            '2T2C' and
7378            'FEATURE' and
7379            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7380            'IACL' and
7381            ('ACL1' or 'ACL50') and
7382            ('10K_FLOWS' or '10k_FLOWS') and
7383            not 'MACIP' and
7384            not 'VHOST' and
7385            not 'MEMIF'"
7386   parameters:
7387   - "throughput"
7388   - "parent"
7389   - "tags"
7390   traces:
7391     hoverinfo: "x+y"
7392     boxpoints: "outliers"
7393     whiskerwidth: 0
7394   layout:
7395     title: "l2sw-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
7396     layout: "plot-throughput"
7397
7398 - type: "plot"
7399   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
7400   algorithm: "plot_performance_box"
7401   output-file-type: ".html"
7402   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
7403   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7404   filter: "'NIC_Intel-X710' and
7405            '64B' and
7406            'NDRPDR' and
7407            '2T2C' and
7408            'FEATURE' and
7409            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7410            'IACL' and
7411            ('ACL1' or 'ACL50') and
7412            ('10K_FLOWS' or '10k_FLOWS') and
7413            not 'MACIP' and
7414            not 'VHOST' and
7415            not 'MEMIF'"
7416   parameters:
7417   - "throughput"
7418   - "parent"
7419   - "tags"
7420   traces:
7421     hoverinfo: "x+y"
7422     boxpoints: "outliers"
7423     whiskerwidth: 0
7424   layout:
7425     title: "l2sw-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
7426     layout: "plot-throughput"
7427
7428 # Packet Throughput - VPP L2 3n-hsw-xl710 base and scale
7429 - type: "plot"
7430   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
7431   algorithm: "plot_performance_box"
7432   output-file-type: ".html"
7433   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
7434   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7435   filter: "'NIC_Intel-XL710' and
7436            '64B' and
7437            'BASE' and
7438            'NDRPDR' and
7439            'ETH' and
7440            '1T1C' and
7441            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7442            not 'VHOST' and
7443            not 'MEMIF'"
7444   parameters:
7445   - "throughput"
7446   - "parent"
7447   - "tags"
7448   sort:
7449   - "L2PATCH"
7450   - "L2XCFWD"
7451   - "L2BDMACLRN"
7452   traces:
7453     hoverinfo: "x+y"
7454     boxpoints: "outliers"
7455     whiskerwidth: 0
7456   layout:
7457     title: "l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
7458     layout: "plot-throughput"
7459
7460 - type: "plot"
7461   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
7462   algorithm: "plot_performance_box"
7463   output-file-type: ".html"
7464   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
7465   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7466   filter: "'NIC_Intel-XL710' and
7467            '64B' and
7468            'BASE' and
7469            'NDRPDR' and
7470            'ETH' and
7471            '1T1C' and
7472            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7473            not 'VHOST' and
7474            not 'MEMIF'"
7475   parameters:
7476   - "throughput"
7477   - "parent"
7478   - "tags"
7479   sort:
7480   - "L2PATCH"
7481   - "L2XCFWD"
7482   - "L2BDMACLRN"
7483   traces:
7484     hoverinfo: "x+y"
7485     boxpoints: "outliers"
7486     whiskerwidth: 0
7487   layout:
7488     title: "l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
7489     layout: "plot-throughput"
7490
7491 - type: "plot"
7492   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
7493   algorithm: "plot_performance_box"
7494   output-file-type: ".html"
7495   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
7496   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7497   filter: "'NIC_Intel-XL710' and
7498            '64B' and
7499            'BASE' and
7500            'NDRPDR' and
7501            'ETH' and
7502            '2T2C' and
7503            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7504            not 'VHOST' and
7505            not 'MEMIF'"
7506   parameters:
7507   - "throughput"
7508   - "parent"
7509   - "tags"
7510   sort:
7511   - "L2PATCH"
7512   - "L2XCFWD"
7513   - "L2BDMACLRN"
7514   traces:
7515     hoverinfo: "x+y"
7516     boxpoints: "outliers"
7517     whiskerwidth: 0
7518   layout:
7519     title: "l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
7520     layout: "plot-throughput"
7521
7522 - type: "plot"
7523   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
7524   algorithm: "plot_performance_box"
7525   output-file-type: ".html"
7526   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
7527   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7528   filter: "'NIC_Intel-XL710' and
7529            '64B' and
7530            'BASE' and
7531            'NDRPDR' and
7532            'ETH' and
7533            '2T2C' and
7534            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7535            not 'VHOST' and
7536            not 'MEMIF'"
7537   parameters:
7538   - "throughput"
7539   - "parent"
7540   - "tags"
7541   sort:
7542   - "L2PATCH"
7543   - "L2XCFWD"
7544   - "L2BDMACLRN"
7545   traces:
7546     hoverinfo: "x+y"
7547     boxpoints: "outliers"
7548     whiskerwidth: 0
7549   layout:
7550     title: "l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
7551     layout: "plot-throughput"
7552
7553 # Packet Throughput - VPP L2 3n-skx-x710 base and scale
7554 - type: "plot"
7555   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7556   algorithm: "plot_performance_box"
7557   output-file-type: ".html"
7558   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7559   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7560   filter: "'NIC_Intel-X710' and
7561            '64B' and
7562            ('BASE' or 'SCALE') and
7563            'NDRPDR' and
7564            'ETH' and
7565            '2T1C' and
7566            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7567            not 'VHOST' and
7568            not 'MEMIF' and
7569            not 'DRV_AVF'"
7570   parameters:
7571   - "throughput"
7572   - "parent"
7573   - "tags"
7574   sort:
7575   - "L2PATCH"
7576   - "L2XCBASE"
7577   - "BASE"
7578   - "FIB_10K"
7579   - "FIB_100K"
7580   - "FIB_1M"
7581   traces:
7582     hoverinfo: "x+y"
7583     boxpoints: "outliers"
7584     whiskerwidth: 0
7585   layout:
7586     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7587     layout: "plot-throughput"
7588
7589 - type: "plot"
7590   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7591   algorithm: "plot_performance_box"
7592   output-file-type: ".html"
7593   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7594   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7595   filter: "'NIC_Intel-X710' and
7596            '64B' and
7597            ('BASE' or 'SCALE') and
7598            'NDRPDR' and
7599            'ETH' and
7600            '2T1C' and
7601            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7602            not 'VHOST' and
7603            not 'MEMIF' and
7604            not 'DRV_AVF'"
7605   parameters:
7606   - "throughput"
7607   - "parent"
7608   - "tags"
7609   sort:
7610   - "L2PATCH"
7611   - "L2XCBASE"
7612   - "BASE"
7613   - "FIB_10K"
7614   - "FIB_100K"
7615   - "FIB_1M"
7616   traces:
7617     hoverinfo: "x+y"
7618     boxpoints: "outliers"
7619     whiskerwidth: 0
7620   layout:
7621     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7622     layout: "plot-throughput"
7623
7624 - type: "plot"
7625   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7626   algorithm: "plot_performance_box"
7627   output-file-type: ".html"
7628   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7629   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7630   filter: "'NIC_Intel-X710' and
7631            '64B' and
7632            ('BASE' or 'SCALE') and
7633            'NDRPDR' and
7634            'ETH' and
7635            '4T2C' and
7636            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7637            not 'VHOST' and
7638            not 'MEMIF' and
7639            not 'DRV_AVF'"
7640   parameters:
7641   - "throughput"
7642   - "parent"
7643   - "tags"
7644   sort:
7645   - "L2PATCH"
7646   - "L2XCBASE"
7647   - "BASE"
7648   - "FIB_10K"
7649   - "FIB_100K"
7650   - "FIB_1M"
7651   traces:
7652     hoverinfo: "x+y"
7653     boxpoints: "outliers"
7654     whiskerwidth: 0
7655   layout:
7656     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7657     layout: "plot-throughput"
7658
7659 - type: "plot"
7660   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7661   algorithm: "plot_performance_box"
7662   output-file-type: ".html"
7663   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7664   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7665   filter: "'NIC_Intel-X710' and
7666            '64B' and
7667            ('BASE' or 'SCALE') and
7668            'NDRPDR' and
7669            'ETH' and
7670            '4T2C' and
7671            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7672            not 'VHOST' and
7673            not 'MEMIF' and
7674            not 'DRV_AVF'"
7675   parameters:
7676   - "throughput"
7677   - "parent"
7678   - "tags"
7679   sort:
7680   - "L2PATCH"
7681   - "L2XCBASE"
7682   - "BASE"
7683   - "FIB_10K"
7684   - "FIB_100K"
7685   - "FIB_1M"
7686   traces:
7687     hoverinfo: "x+y"
7688     boxpoints: "outliers"
7689     whiskerwidth: 0
7690   layout:
7691     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7692     layout: "plot-throughput"
7693
7694 # Packet Throughput - VPP L2 3n-skx-x710 features
7695 - type: "plot"
7696   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-ndr"
7697   algorithm: "plot_performance_box"
7698   output-file-type: ".html"
7699   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr"
7700   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7701   filter: "'NIC_Intel-X710' and
7702            '64B' and
7703            'NDRPDR' and
7704            '2T1C' and
7705            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7706            not 'ACL' and
7707            not 'VHOST' and
7708            not 'DRV_AVF' and
7709            not 'L2OVRLAY' and
7710            not 'MEMIF'"
7711   parameters:
7712   - "throughput"
7713   - "parent"
7714   - "tags"
7715   sort:
7716   - "L2XCBASE"    # l2xcbase
7717   - "L2BDBASE"    # l2bdbase
7718   - "L2XCFWD"     # dot1q-l2xcbase
7719   - "L2BDMACLRN"  # dot1q-l2bdbase
7720   traces:
7721     hoverinfo: "x+y"
7722     boxpoints: "outliers"
7723     whiskerwidth: 0
7724   layout:
7725     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
7726     layout: "plot-throughput"
7727
7728 - type: "plot"
7729   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-pdr"
7730   algorithm: "plot_performance_box"
7731   output-file-type: ".html"
7732   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-pdr"
7733   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7734   filter: "'NIC_Intel-X710' and
7735            '64B' and
7736            'NDRPDR' and
7737            '2T1C' and
7738            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7739            not 'ACL' and
7740            not 'VHOST' and
7741            not 'DRV_AVF' and
7742            not 'L2OVRLAY' and
7743            not 'MEMIF'"
7744   parameters:
7745   - "throughput"
7746   - "parent"
7747   - "tags"
7748   sort:
7749   - "L2XCBASE"    # l2xcbase
7750   - "L2BDBASE"    # l2bdbase
7751   - "L2XCFWD"     # dot1q-l2xcbase
7752   - "L2BDMACLRN"  # dot1q-l2bdbase
7753   traces:
7754     hoverinfo: "x+y"
7755     boxpoints: "outliers"
7756     whiskerwidth: 0
7757   layout:
7758     title: "l2sw-3n-skx-x710-64b-2t1c-features-pdr"
7759     layout: "plot-throughput"
7760
7761 - type: "plot"
7762   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-ndr"
7763   algorithm: "plot_performance_box"
7764   output-file-type: ".html"
7765   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr"
7766   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7767   filter: "'NIC_Intel-X710' and
7768            '64B' and
7769            'NDRPDR' and
7770            '4T2C' and
7771            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7772            not 'ACL' and
7773            not 'VHOST' and
7774            not 'DRV_AVF' and
7775            not 'L2OVRLAY' and
7776            not 'MEMIF'"
7777   parameters:
7778   - "throughput"
7779   - "parent"
7780   - "tags"
7781   sort:
7782   - "L2XCBASE"    # l2xcbase
7783   - "L2BDBASE"    # l2bdbase
7784   - "L2XCFWD"     # dot1q-l2xcbase
7785   - "L2BDMACLRN"  # dot1q-l2bdbase
7786   traces:
7787     hoverinfo: "x+y"
7788     boxpoints: "outliers"
7789     whiskerwidth: 0
7790   layout:
7791     title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
7792     layout: "plot-throughput"
7793
7794 - type: "plot"
7795   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-pdr"
7796   algorithm: "plot_performance_box"
7797   output-file-type: ".html"
7798   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-pdr"
7799   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7800   filter: "'NIC_Intel-X710' and
7801            '64B' and
7802            'NDRPDR' and
7803            '4T2C' and
7804            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7805            not 'ACL' and
7806            not 'VHOST' and
7807            not 'DRV_AVF' and
7808            not 'L2OVRLAY' and
7809            not 'MEMIF'"
7810   parameters:
7811   - "throughput"
7812   - "parent"
7813   - "tags"
7814   sort:
7815   - "L2XCBASE"    # l2xcbase
7816   - "L2BDBASE"    # l2bdbase
7817   - "L2XCFWD"     # dot1q-l2xcbase
7818   - "L2BDMACLRN"  # dot1q-l2bdbase
7819   traces:
7820     hoverinfo: "x+y"
7821     boxpoints: "outliers"
7822     whiskerwidth: 0
7823   layout:
7824     title: "l2sw-3n-skx-x710-64b-4t2c-features-pdr"
7825     layout: "plot-throughput"
7826
7827 # Packet Throughput - VPP L2 3n-skx-x710 features-iacl
7828 - type: "plot"
7829   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-iacl-ndr"
7830   algorithm: "plot_performance_box"
7831   output-file-type: ".html"
7832   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-iacl-ndr"
7833   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7834   filter: "'NIC_Intel-X710' and
7835            '64B' and
7836            'NDRPDR' and
7837            '2T1C' and
7838            'FEATURE' and
7839            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7840            'IACL' and
7841            ('ACL1' or 'ACL50') and
7842            ('10K_FLOWS' or '10k_FLOWS') and
7843            not 'MACIP' and
7844            not 'VHOST' and
7845            not 'MEMIF'"
7846   parameters:
7847   - "throughput"
7848   - "parent"
7849   - "tags"
7850   traces:
7851     hoverinfo: "x+y"
7852     boxpoints: "outliers"
7853     whiskerwidth: 0
7854   layout:
7855     title: "l2sw-3n-skx-x710-64b-2t1c-features-iacl-ndr"
7856     layout: "plot-throughput"
7857
7858 - type: "plot"
7859   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-iacl-pdr"
7860   algorithm: "plot_performance_box"
7861   output-file-type: ".html"
7862   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-iacl-pdr"
7863   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7864   filter: "'NIC_Intel-X710' and
7865            '64B' and
7866            'NDRPDR' and
7867            '2T1C' and
7868            'FEATURE' and
7869            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7870            'IACL' and
7871            ('ACL1' or 'ACL50') and
7872            ('10K_FLOWS' or '10k_FLOWS') and
7873            not 'MACIP' and
7874            not 'VHOST' and
7875            not 'MEMIF'"
7876   parameters:
7877   - "throughput"
7878   - "parent"
7879   - "tags"
7880   traces:
7881     hoverinfo: "x+y"
7882     boxpoints: "outliers"
7883     whiskerwidth: 0
7884   layout:
7885     title: "l2sw-3n-skx-x710-64b-2t1c-features-iacl-pdr"
7886     layout: "plot-throughput"
7887
7888 - type: "plot"
7889   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-iacl-ndr"
7890   algorithm: "plot_performance_box"
7891   output-file-type: ".html"
7892   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-iacl-ndr"
7893   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7894   filter: "'NIC_Intel-X710' and
7895            '64B' and
7896            'NDRPDR' and
7897            '4T2C' and
7898            'FEATURE' and
7899            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7900            'IACL' and
7901            ('ACL1' or 'ACL50') and
7902            ('10K_FLOWS' or '10k_FLOWS') and
7903            not 'MACIP' and
7904            not 'VHOST' and
7905            not 'MEMIF'"
7906   parameters:
7907   - "throughput"
7908   - "parent"
7909   - "tags"
7910   traces:
7911     hoverinfo: "x+y"
7912     boxpoints: "outliers"
7913     whiskerwidth: 0
7914   layout:
7915     title: "l2sw-3n-skx-x710-64b-4t2c-features-iacl-ndr"
7916     layout: "plot-throughput"
7917
7918 - type: "plot"
7919   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-iacl-pdr"
7920   algorithm: "plot_performance_box"
7921   output-file-type: ".html"
7922   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-iacl-pdr"
7923   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7924   filter: "'NIC_Intel-X710' and
7925            '64B' and
7926            'NDRPDR' and
7927            '4T2C' and
7928            'FEATURE' and
7929            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7930            'IACL' and
7931            ('ACL1' or 'ACL50') and
7932            ('10K_FLOWS' or '10k_FLOWS') and
7933            not 'MACIP' and
7934            not 'VHOST' and
7935            not 'MEMIF'"
7936   parameters:
7937   - "throughput"
7938   - "parent"
7939   - "tags"
7940   traces:
7941     hoverinfo: "x+y"
7942     boxpoints: "outliers"
7943     whiskerwidth: 0
7944   layout:
7945     title: "l2sw-3n-skx-x710-64b-4t2c-features-iacl-pdr"
7946     layout: "plot-throughput"
7947
7948 # Packet Throughput - VPP L2 3n-skx-xxv710 base
7949 - type: "plot"
7950   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base-ndr"
7951   algorithm: "plot_performance_box"
7952   output-file-type: ".html"
7953   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base-ndr"
7954   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7955   filter: "'NIC_Intel-XXV710' and
7956            '64B' and
7957            ('BASE' or 'SCALE') and
7958            'NDRPDR' and
7959            'ETH' and
7960            '2T1C' and
7961            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7962            not 'VHOST' and
7963            not 'MEMIF'"
7964   parameters:
7965   - "throughput"
7966   - "parent"
7967   - "tags"
7968   sort:
7969   - "L2PATCH"
7970   - "L2PATCH"
7971   - "L2XCBASE"
7972   - "L2BDMACLRN"
7973   traces:
7974     hoverinfo: "x+y"
7975     boxpoints: "outliers"
7976     whiskerwidth: 0
7977   layout:
7978     title: "l2sw-3n-skx-xxv710-64b-2t1c-base-ndr"
7979     layout: "plot-throughput"
7980
7981 - type: "plot"
7982   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base-pdr"
7983   algorithm: "plot_performance_box"
7984   output-file-type: ".html"
7985   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base-pdr"
7986   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7987   filter: "'NIC_Intel-XXV710' and
7988            '64B' and
7989            ('BASE' or 'SCALE') and
7990            'NDRPDR' and
7991            'ETH' and
7992            '2T1C' and
7993            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7994            not 'VHOST' and
7995            not 'MEMIF'"
7996   parameters:
7997   - "throughput"
7998   - "parent"
7999   - "tags"
8000   sort:
8001   - "L2PATCH"
8002   - "L2PATCH"
8003   - "L2XCBASE"
8004   - "L2BDMACLRN"
8005   traces:
8006     hoverinfo: "x+y"
8007     boxpoints: "outliers"
8008     whiskerwidth: 0
8009   layout:
8010     title: "l2sw-3n-skx-xxv710-64b-2t1c-base-pdr"
8011     layout: "plot-throughput"
8012
8013 - type: "plot"
8014   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base-ndr"
8015   algorithm: "plot_performance_box"
8016   output-file-type: ".html"
8017   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base-ndr"
8018   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8019   filter: "'NIC_Intel-XXV710' and
8020            '64B' and
8021            ('BASE' or 'SCALE') and
8022            'NDRPDR' and
8023            'ETH' and
8024            '4T2C' and
8025            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8026            not 'VHOST' and
8027            not 'MEMIF'"
8028   parameters:
8029   - "throughput"
8030   - "parent"
8031   - "tags"
8032   sort:
8033   - "L2PATCH"
8034   - "L2PATCH"
8035   - "L2XCBASE"
8036   - "L2BDMACLRN"
8037   traces:
8038     hoverinfo: "x+y"
8039     boxpoints: "outliers"
8040     whiskerwidth: 0
8041   layout:
8042     title: "l2sw-3n-skx-xxv710-64b-4t2c-base-ndr"
8043     layout: "plot-throughput"
8044
8045 - type: "plot"
8046   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base-pdr"
8047   algorithm: "plot_performance_box"
8048   output-file-type: ".html"
8049   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base-pdr"
8050   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8051   filter: "'NIC_Intel-XXV710' and
8052            '64B' and
8053            ('BASE' or 'SCALE') and
8054            'NDRPDR' and
8055            'ETH' and
8056            '4T2C' and
8057            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8058            not 'VHOST' and
8059            not 'MEMIF'"
8060   parameters:
8061   - "throughput"
8062   - "parent"
8063   - "tags"
8064   sort:
8065   - "L2PATCH"
8066   - "L2PATCH"
8067   - "L2XCBASE"
8068   - "L2BDMACLRN"
8069   traces:
8070     hoverinfo: "x+y"
8071     boxpoints: "outliers"
8072     whiskerwidth: 0
8073   layout:
8074     title: "l2sw-3n-skx-xxv710-64b-4t2c-base-pdr"
8075     layout: "plot-throughput"
8076
8077 # Packet Throughput - VPP L2 2n-skx-x710 base and scale
8078 - type: "plot"
8079   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
8080   algorithm: "plot_performance_box"
8081   output-file-type: ".html"
8082   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
8083   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8084   filter: "'NIC_Intel-X710' and
8085            '64B' and
8086            ('BASE' or 'SCALE') and
8087            'NDRPDR' and
8088            'ETH' and
8089            '2T1C' and
8090            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8091            not 'VHOST' and
8092            not 'MEMIF'"
8093   parameters:
8094   - "throughput"
8095   - "parent"
8096   - "tags"
8097   sort:
8098   - "L2PATCH"
8099   - "L2XCBASE"
8100   - "BASE"
8101   - "FIB_10K"
8102   - "FIB_100K"
8103   - "FIB_1M"
8104   traces:
8105     hoverinfo: "x+y"
8106     boxpoints: "outliers"
8107     whiskerwidth: 0
8108   layout:
8109     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
8110     layout: "plot-throughput"
8111
8112 - type: "plot"
8113   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
8114   algorithm: "plot_performance_box"
8115   output-file-type: ".html"
8116   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
8117   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8118   filter: "'NIC_Intel-X710' and
8119            '64B' and
8120            ('BASE' or 'SCALE') and
8121            'NDRPDR' and
8122            'ETH' and
8123            '2T1C' and
8124            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8125            not 'VHOST' and
8126            not 'MEMIF'"
8127   parameters:
8128   - "throughput"
8129   - "parent"
8130   - "tags"
8131   sort:
8132   - "L2PATCH"
8133   - "L2XCBASE"
8134   - "BASE"
8135   - "FIB_10K"
8136   - "FIB_100K"
8137   - "FIB_1M"
8138   traces:
8139     hoverinfo: "x+y"
8140     boxpoints: "outliers"
8141     whiskerwidth: 0
8142   layout:
8143     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
8144     layout: "plot-throughput"
8145
8146 - type: "plot"
8147   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
8148   algorithm: "plot_performance_box"
8149   output-file-type: ".html"
8150   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
8151   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8152   filter: "'NIC_Intel-X710' and
8153            '64B' and
8154            ('BASE' or 'SCALE') and
8155            'NDRPDR' and
8156            'ETH' and
8157            '4T2C' and
8158            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8159            not 'VHOST' and
8160            not 'MEMIF'"
8161   parameters:
8162   - "throughput"
8163   - "parent"
8164   - "tags"
8165   sort:
8166   - "L2PATCH"
8167   - "L2XCBASE"
8168   - "BASE"
8169   - "FIB_10K"
8170   - "FIB_100K"
8171   - "FIB_1M"
8172   traces:
8173     hoverinfo: "x+y"
8174     boxpoints: "outliers"
8175     whiskerwidth: 0
8176   layout:
8177     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
8178     layout: "plot-throughput"
8179
8180 - type: "plot"
8181   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
8182   algorithm: "plot_performance_box"
8183   output-file-type: ".html"
8184   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
8185   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8186   filter: "'NIC_Intel-X710' and
8187            '64B' and
8188            ('BASE' or 'SCALE') and
8189            'NDRPDR' and
8190            'ETH' and
8191            '4T2C' and
8192            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8193            not 'VHOST' and
8194            not 'MEMIF'"
8195   parameters:
8196   - "throughput"
8197   - "parent"
8198   - "tags"
8199   sort:
8200   - "L2PATCH"
8201   - "L2XCBASE"
8202   - "BASE"
8203   - "FIB_10K"
8204   - "FIB_100K"
8205   - "FIB_1M"
8206   traces:
8207     hoverinfo: "x+y"
8208     boxpoints: "outliers"
8209     whiskerwidth: 0
8210   layout:
8211     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
8212     layout: "plot-throughput"
8213
8214 # Packet Throughput - VPP L2 2n-skx-xxv710 base and scale
8215 - type: "plot"
8216   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
8217   algorithm: "plot_performance_box"
8218   output-file-type: ".html"
8219   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
8220   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8221   filter: "'NIC_Intel-XXV710' and
8222            '64B' and
8223            ('BASE' or 'SCALE') and
8224            'NDRPDR' and
8225            'ETH' and
8226            '2T1C' and
8227            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8228            not 'VHOST' and
8229            not 'MEMIF'"
8230   parameters:
8231   - "throughput"
8232   - "parent"
8233   - "tags"
8234   sort:
8235   - "L2PATCH"
8236   - "L2XCBASE"
8237   - "BASE"
8238   - "FIB_10K"
8239   - "FIB_100K"
8240   - "FIB_1M"
8241   traces:
8242     hoverinfo: "x+y"
8243     boxpoints: "outliers"
8244     whiskerwidth: 0
8245   layout:
8246     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
8247     layout: "plot-throughput"
8248
8249 - type: "plot"
8250   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
8251   algorithm: "plot_performance_box"
8252   output-file-type: ".html"
8253   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
8254   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8255   filter: "'NIC_Intel-XXV710' and
8256            '64B' and
8257            ('BASE' or 'SCALE') and
8258            'NDRPDR' and
8259            'ETH' and
8260            '2T1C' and
8261            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8262            not 'VHOST' and
8263            not 'MEMIF'"
8264   parameters:
8265   - "throughput"
8266   - "parent"
8267   - "tags"
8268   sort:
8269   - "L2PATCH"
8270   - "L2XCBASE"
8271   - "BASE"
8272   - "FIB_10K"
8273   - "FIB_100K"
8274   - "FIB_1M"
8275   traces:
8276     hoverinfo: "x+y"
8277     boxpoints: "outliers"
8278     whiskerwidth: 0
8279   layout:
8280     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
8281     layout: "plot-throughput"
8282
8283 - type: "plot"
8284   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
8285   algorithm: "plot_performance_box"
8286   output-file-type: ".html"
8287   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
8288   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8289   filter: "'NIC_Intel-XXV710' and
8290            '64B' and
8291            ('BASE' or 'SCALE') and
8292            'NDRPDR' and
8293            'ETH' and
8294            '4T2C' and
8295            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8296            not 'VHOST' and
8297            not 'MEMIF'"
8298   parameters:
8299   - "throughput"
8300   - "parent"
8301   - "tags"
8302   sort:
8303   - "L2PATCH"
8304   - "L2XCBASE"
8305   - "BASE"
8306   - "FIB_10K"
8307   - "FIB_100K"
8308   - "FIB_1M"
8309   traces:
8310     hoverinfo: "x+y"
8311     boxpoints: "outliers"
8312     whiskerwidth: 0
8313   layout:
8314     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
8315     layout: "plot-throughput"
8316
8317 - type: "plot"
8318   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
8319   algorithm: "plot_performance_box"
8320   output-file-type: ".html"
8321   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
8322   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8323   filter: "'NIC_Intel-XXV710' and
8324            '64B' and
8325            ('BASE' or 'SCALE') and
8326            'NDRPDR' and
8327            'ETH' and
8328            '4T2C' and
8329            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8330            not 'VHOST' and
8331            not 'MEMIF'"
8332   parameters:
8333   - "throughput"
8334   - "parent"
8335   - "tags"
8336   sort:
8337   - "L2PATCH"
8338   - "L2XCBASE"
8339   - "BASE"
8340   - "FIB_10K"
8341   - "FIB_100K"
8342   - "FIB_1M"
8343   traces:
8344     hoverinfo: "x+y"
8345     boxpoints: "outliers"
8346     whiskerwidth: 0
8347   layout:
8348     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
8349     layout: "plot-throughput"
8350
8351 ## Packet Throughput - VPP L2 2n-dnv-x553 base
8352 #- type: "plot"
8353 #  title: "VPP Throughput: l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
8354 #  algorithm: "plot_performance_box"
8355 #  output-file-type: ".html"
8356 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
8357 #  data: "intel-dnv-vpp"
8358 #  filter: "'NIC_Intel-X553' and
8359 #           '64B' and
8360 #           'BASE' and
8361 #           'NDRPDR' and
8362 #           'ETH' and
8363 #           '1T1C' and
8364 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8365 #           not 'VHOST' and
8366 #           not 'MEMIF'"
8367 #  parameters:
8368 #  - "throughput"
8369 #  - "parent"
8370 #  - "tags"
8371 #  sort:
8372 #  - "L2XCBASE"
8373 #  - "L2BDMACLRN"
8374 #  - "L2PATCH"
8375 #  traces:
8376 #    hoverinfo: "x+y"
8377 #    boxpoints: "outliers"
8378 #    whiskerwidth: 0
8379 #  layout:
8380 #    title: "l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
8381 #    layout: "plot-throughput"
8382 #
8383 #- type: "plot"
8384 #  title: "VPP Throughput: l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
8385 #  algorithm: "plot_performance_box"
8386 #  output-file-type: ".html"
8387 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
8388 #  data: "intel-dnv-vpp"
8389 #  filter: "'NIC_Intel-X553' and
8390 #           '64B' and
8391 #           ('BASE' or 'SCALE') and
8392 #           'NDRPDR' and
8393 #           'ETH' and
8394 #           '1T1C' and
8395 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8396 #           not 'VHOST' and
8397 #           not 'MEMIF'"
8398 #  parameters:
8399 #  - "throughput"
8400 #  - "parent"
8401 #  - "tags"
8402 #  sort:
8403 #  - "L2XCBASE"
8404 #  - "L2BDMACLRN"
8405 #  - "L2PATCH"
8406 #  traces:
8407 #    hoverinfo: "x+y"
8408 #    boxpoints: "outliers"
8409 #    whiskerwidth: 0
8410 #  layout:
8411 #    title: "l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
8412 #    layout: "plot-throughput"
8413 #
8414 #- type: "plot"
8415 #  title: "VPP Throughput: l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
8416 #  algorithm: "plot_performance_box"
8417 #  output-file-type: ".html"
8418 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
8419 #  data: "intel-dnv-vpp"
8420 #  filter: "'NIC_Intel-X553' and
8421 #           '64B' and
8422 #           ('BASE' or 'SCALE') and
8423 #           'NDRPDR' and
8424 #           'ETH' and
8425 #           '2T2C' and
8426 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8427 #           not 'VHOST' and
8428 #           not 'MEMIF'"
8429 #  parameters:
8430 #  - "throughput"
8431 #  - "parent"
8432 #  - "tags"
8433 #  sort:
8434 #  - "L2XCBASE"
8435 #  - "L2BDMACLRN"
8436 #  - "L2PATCH"
8437 #  traces:
8438 #    hoverinfo: "x+y"
8439 #    boxpoints: "outliers"
8440 #    whiskerwidth: 0
8441 #  layout:
8442 #    title: "l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
8443 #    layout: "plot-throughput"
8444 #
8445 #- type: "plot"
8446 #  title: "VPP Throughput: l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
8447 #  algorithm: "plot_performance_box"
8448 #  output-file-type: ".html"
8449 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
8450 #  data: "intel-dnv-vpp"
8451 #  filter: "'NIC_Intel-X553' and
8452 #           '64B' and
8453 #           ('BASE' or 'SCALE') and
8454 #           'NDRPDR' and
8455 #           'ETH' and
8456 #           '2T2C' and
8457 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8458 #           not 'VHOST' and
8459 #           not 'MEMIF'"
8460 #  parameters:
8461 #  - "throughput"
8462 #  - "parent"
8463 #  - "tags"
8464 #  sort:
8465 #  - "L2XCBASE"
8466 #  - "L2BDMACLRN"
8467 #  - "L2PATCH"
8468 #  traces:
8469 #    hoverinfo: "x+y"
8470 #    boxpoints: "outliers"
8471 #    whiskerwidth: 0
8472 #  layout:
8473 #    title: "l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
8474 #    layout: "plot-throughput"
8475
8476 ################################################################################
8477
8478 # Packet Throughput - VPP Container Memif 3n-hsw-x520
8479 - type: "plot"
8480   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
8481   algorithm: "plot_performance_box"
8482   output-file-type: ".html"
8483   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
8484   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8485   filter: "'NIC_Intel-X520-DA2' and
8486            '64B' and
8487            ('BASE' or 'SCALE') and
8488            'NDRPDR' and
8489            '1T1C' and
8490            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8491            not 'VHOST' and
8492            'MEMIF'"
8493   parameters:
8494   - "throughput"
8495   - "parent"
8496   - "tags"
8497   sort:
8498   - "L2XCFWD"
8499   - "L2XCFWD"
8500   - "L2XCFWD"
8501   - "L2BDMACLRN"
8502   - "L2BDMACLRN"
8503   - "L2BDMACLRN"
8504   - "IP4FWD"
8505   traces:
8506     hoverinfo: "x+y"
8507     boxpoints: "outliers"
8508     whiskerwidth: 0
8509   layout:
8510     title: "memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
8511     layout: "plot-throughput"
8512
8513 - type: "plot"
8514   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
8515   algorithm: "plot_performance_box"
8516   output-file-type: ".html"
8517   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
8518   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8519   filter: "'NIC_Intel-X520-DA2' and
8520            '64B' and
8521            ('BASE' or 'SCALE') and
8522            'NDRPDR' and
8523            '1T1C' and
8524            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8525            not 'VHOST' and
8526            'MEMIF'"
8527   parameters:
8528   - "throughput"
8529   - "parent"
8530   - "tags"
8531   sort:
8532   - "L2XCFWD"
8533   - "L2XCFWD"
8534   - "L2XCFWD"
8535   - "L2BDMACLRN"
8536   - "L2BDMACLRN"
8537   - "L2BDMACLRN"
8538   - "IP4FWD"
8539   traces:
8540     hoverinfo: "x+y"
8541     boxpoints: "outliers"
8542     whiskerwidth: 0
8543   layout:
8544     title: "memif-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
8545     layout: "plot-throughput"
8546
8547 - type: "plot"
8548   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
8549   algorithm: "plot_performance_box"
8550   output-file-type: ".html"
8551   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
8552   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8553   filter: "'NIC_Intel-X520-DA2' and
8554            '64B' and
8555            ('BASE' or 'SCALE') and
8556            'NDRPDR' and
8557            '2T2C' and
8558            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8559            not 'VHOST' and
8560            'MEMIF'"
8561   parameters:
8562   - "throughput"
8563   - "parent"
8564   - "tags"
8565   sort:
8566   - "L2XCFWD"
8567   - "L2XCFWD"
8568   - "L2XCFWD"
8569   - "L2BDMACLRN"
8570   - "L2BDMACLRN"
8571   - "L2BDMACLRN"
8572   - "IP4FWD"
8573   traces:
8574     hoverinfo: "x+y"
8575     boxpoints: "outliers"
8576     whiskerwidth: 0
8577   layout:
8578     title: "memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
8579     layout: "plot-throughput"
8580
8581 - type: "plot"
8582   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
8583   algorithm: "plot_performance_box"
8584   output-file-type: ".html"
8585   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
8586   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8587   filter: "'NIC_Intel-X520-DA2' and
8588            '64B' and
8589            ('BASE' or 'SCALE') and
8590            'NDRPDR' and
8591            '2T2C' and
8592            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8593            not 'VHOST' and
8594            'MEMIF'"
8595   parameters:
8596   - "throughput"
8597   - "parent"
8598   - "tags"
8599   sort:
8600   - "L2XCFWD"
8601   - "L2XCFWD"
8602   - "L2XCFWD"
8603   - "L2BDMACLRN"
8604   - "L2BDMACLRN"
8605   - "L2BDMACLRN"
8606   - "IP4FWD"
8607   traces:
8608     hoverinfo: "x+y"
8609     boxpoints: "outliers"
8610     whiskerwidth: 0
8611   layout:
8612     title: "memif-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
8613     layout: "plot-throughput"
8614
8615 # Packet Throughput - VPP Container Memif 3n-hsw-x710
8616 - type: "plot"
8617   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
8618   algorithm: "plot_performance_box"
8619   output-file-type: ".html"
8620   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
8621   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8622   filter: "'NIC_Intel-X710' and
8623            '64B' and
8624            ('BASE' or 'SCALE') and
8625            'NDRPDR' and
8626            '1T1C' and
8627            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8628            not 'VHOST' and
8629            'MEMIF'"
8630   parameters:
8631   - "throughput"
8632   - "parent"
8633   - "tags"
8634   sort:
8635   - "L2XCFWD"
8636   - "L2XCFWD"
8637   - "L2XCFWD"
8638   - "L2BDMACLRN"
8639   - "L2BDMACLRN"
8640   - "L2BDMACLRN"
8641   - "IP4FWD"
8642   traces:
8643     hoverinfo: "x+y"
8644     boxpoints: "outliers"
8645     whiskerwidth: 0
8646   layout:
8647     title: "memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
8648     layout: "plot-throughput"
8649
8650 - type: "plot"
8651   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
8652   algorithm: "plot_performance_box"
8653   output-file-type: ".html"
8654   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
8655   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8656   filter: "'NIC_Intel-X710' and
8657            '64B' and
8658            ('BASE' or 'SCALE') and
8659            'NDRPDR' and
8660            '1T1C' and
8661            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8662            not 'VHOST' and
8663            'MEMIF'"
8664   parameters:
8665   - "throughput"
8666   - "parent"
8667   - "tags"
8668   sort:
8669   - "L2XCFWD"
8670   - "L2XCFWD"
8671   - "L2XCFWD"
8672   - "L2BDMACLRN"
8673   - "L2BDMACLRN"
8674   - "L2BDMACLRN"
8675   - "IP4FWD"
8676   traces:
8677     hoverinfo: "x+y"
8678     boxpoints: "outliers"
8679     whiskerwidth: 0
8680   layout:
8681     title: "memif-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
8682     layout: "plot-throughput"
8683
8684 - type: "plot"
8685   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
8686   algorithm: "plot_performance_box"
8687   output-file-type: ".html"
8688   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
8689   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8690   filter: "'NIC_Intel-X710' and
8691            '64B' and
8692            ('BASE' or 'SCALE') and
8693            'NDRPDR' and
8694            '2T2C' and
8695            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8696            not 'VHOST' and
8697            'MEMIF'"
8698   parameters:
8699   - "throughput"
8700   - "parent"
8701   - "tags"
8702   sort:
8703   - "L2XCFWD"
8704   - "L2XCFWD"
8705   - "L2XCFWD"
8706   - "L2BDMACLRN"
8707   - "L2BDMACLRN"
8708   - "L2BDMACLRN"
8709   - "IP4FWD"
8710   traces:
8711     hoverinfo: "x+y"
8712     boxpoints: "outliers"
8713     whiskerwidth: 0
8714   layout:
8715     title: "memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
8716     layout: "plot-throughput"
8717
8718 - type: "plot"
8719   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
8720   algorithm: "plot_performance_box"
8721   output-file-type: ".html"
8722   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
8723   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8724   filter: "'NIC_Intel-X710' and
8725            '64B' and
8726            ('BASE' or 'SCALE') and
8727            'NDRPDR' and
8728            '2T2C' and
8729            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8730            not 'VHOST' and
8731            'MEMIF'"
8732   parameters:
8733   - "throughput"
8734   - "parent"
8735   - "tags"
8736   sort:
8737   - "L2XCFWD"
8738   - "L2XCFWD"
8739   - "L2XCFWD"
8740   - "L2BDMACLRN"
8741   - "L2BDMACLRN"
8742   - "L2BDMACLRN"
8743   - "IP4FWD"
8744   traces:
8745     hoverinfo: "x+y"
8746     boxpoints: "outliers"
8747     whiskerwidth: 0
8748   layout:
8749     title: "memif-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
8750     layout: "plot-throughput"
8751
8752 # Packet Throughput - VPP Container Memif 3n-hsw-xl710
8753 - type: "plot"
8754   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr"
8755   algorithm: "plot_performance_box"
8756   output-file-type: ".html"
8757   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr"
8758   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8759   filter: "'NIC_Intel-XL710' and
8760            '64B' and
8761            ('BASE' or 'SCALE') and
8762            'NDRPDR' and
8763            '1T1C' and
8764            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8765            not 'VHOST' and
8766            'MEMIF'"
8767   parameters:
8768   - "throughput"
8769   - "parent"
8770   - "tags"
8771   sort:
8772   - "L2XCFWD"
8773   - "L2XCFWD"
8774   - "L2XCFWD"
8775   - "L2BDMACLRN"
8776   - "L2BDMACLRN"
8777   - "L2BDMACLRN"
8778   - "IP4FWD"
8779   traces:
8780     hoverinfo: "x+y"
8781     boxpoints: "outliers"
8782     whiskerwidth: 0
8783   layout:
8784     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr"
8785     layout: "plot-throughput"
8786
8787 - type: "plot"
8788   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_features-pdr"
8789   algorithm: "plot_performance_box"
8790   output-file-type: ".html"
8791   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_features-pdr"
8792   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8793   filter: "'NIC_Intel-XL710' and
8794            '64B' and
8795            ('BASE' or 'SCALE') and
8796            'NDRPDR' and
8797            '1T1C' and
8798            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8799            not 'VHOST' and
8800            'MEMIF'"
8801   parameters:
8802   - "throughput"
8803   - "parent"
8804   - "tags"
8805   sort:
8806   - "L2XCFWD"
8807   - "L2XCFWD"
8808   - "L2XCFWD"
8809   - "L2BDMACLRN"
8810   - "L2BDMACLRN"
8811   - "L2BDMACLRN"
8812   - "IP4FWD"
8813   traces:
8814     hoverinfo: "x+y"
8815     boxpoints: "outliers"
8816     whiskerwidth: 0
8817   layout:
8818     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_features-pdr"
8819     layout: "plot-throughput"
8820
8821 - type: "plot"
8822   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr"
8823   algorithm: "plot_performance_box"
8824   output-file-type: ".html"
8825   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr"
8826   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8827   filter: "'NIC_Intel-XL710' and
8828            '64B' and
8829            ('BASE' or 'SCALE') and
8830            'NDRPDR' and
8831            '2T2C' and
8832            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8833            not 'VHOST' and
8834            'MEMIF'"
8835   parameters:
8836   - "throughput"
8837   - "parent"
8838   - "tags"
8839   sort:
8840   - "L2XCFWD"
8841   - "L2XCFWD"
8842   - "L2XCFWD"
8843   - "L2BDMACLRN"
8844   - "L2BDMACLRN"
8845   - "L2BDMACLRN"
8846   - "IP4FWD"
8847   traces:
8848     hoverinfo: "x+y"
8849     boxpoints: "outliers"
8850     whiskerwidth: 0
8851   layout:
8852     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr"
8853     layout: "plot-throughput"
8854
8855 - type: "plot"
8856   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_features-pdr"
8857   algorithm: "plot_performance_box"
8858   output-file-type: ".html"
8859   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_features-pdr"
8860   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8861   filter: "'NIC_Intel-XL710' and
8862            '64B' and
8863            ('BASE' or 'SCALE') and
8864            'NDRPDR' and
8865            '2T2C' and
8866            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8867            not 'VHOST' and
8868            'MEMIF'"
8869   parameters:
8870   - "throughput"
8871   - "parent"
8872   - "tags"
8873   sort:
8874   - "L2XCFWD"
8875   - "L2XCFWD"
8876   - "L2XCFWD"
8877   - "L2BDMACLRN"
8878   - "L2BDMACLRN"
8879   - "L2BDMACLRN"
8880   - "IP4FWD"
8881   traces:
8882     hoverinfo: "x+y"
8883     boxpoints: "outliers"
8884     whiskerwidth: 0
8885   layout:
8886     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_features-pdr"
8887     layout: "plot-throughput"
8888
8889 # Packet Throughput - VPP Container Memif 3n-skx-x710
8890 - type: "plot"
8891   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_features-ndr"
8892   algorithm: "plot_performance_box"
8893   output-file-type: ".html"
8894   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_features-ndr"
8895   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8896   filter: "'NIC_Intel-X710' and
8897            '64B' and
8898            ('BASE' or 'SCALE') and
8899            'NDRPDR' and
8900            '2T1C' and
8901            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8902            not 'VHOST' and
8903            'MEMIF'"
8904   parameters:
8905   - "throughput"
8906   - "parent"
8907   - "tags"
8908   sort:
8909   - "L2XCFWD"
8910   - "L2XCFWD"
8911   - "L2XCFWD"
8912   - "L2BDMACLRN"
8913   - "L2BDMACLRN"
8914   - "L2BDMACLRN"
8915   - "IP4FWD"
8916   traces:
8917     hoverinfo: "x+y"
8918     boxpoints: "outliers"
8919     whiskerwidth: 0
8920   layout:
8921     title: "memif-3n-skx-x710-64b-2t1c-base_and_features-ndr"
8922     layout: "plot-throughput"
8923
8924 - type: "plot"
8925   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_features-pdr"
8926   algorithm: "plot_performance_box"
8927   output-file-type: ".html"
8928   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_features-pdr"
8929   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8930   filter: "'NIC_Intel-X710' and
8931            '64B' and
8932            ('BASE' or 'SCALE') and
8933            'NDRPDR' and
8934            '2T1C' and
8935            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8936            not 'VHOST' and
8937            'MEMIF'"
8938   parameters:
8939   - "throughput"
8940   - "parent"
8941   - "tags"
8942   sort:
8943   - "L2XCFWD"
8944   - "L2XCFWD"
8945   - "L2XCFWD"
8946   - "L2BDMACLRN"
8947   - "L2BDMACLRN"
8948   - "L2BDMACLRN"
8949   - "IP4FWD"
8950   traces:
8951     hoverinfo: "x+y"
8952     boxpoints: "outliers"
8953     whiskerwidth: 0
8954   layout:
8955     title: "memif-3n-skx-x710-64b-2t1c-base_and_features-pdr"
8956     layout: "plot-throughput"
8957
8958 - type: "plot"
8959   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_features-ndr"
8960   algorithm: "plot_performance_box"
8961   output-file-type: ".html"
8962   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_features-ndr"
8963   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8964   filter: "'NIC_Intel-X710' and
8965            '64B' and
8966            ('BASE' or 'SCALE') and
8967            'NDRPDR' and
8968            '4T2C' and
8969            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8970            not 'VHOST' and
8971            'MEMIF'"
8972   parameters:
8973   - "throughput"
8974   - "parent"
8975   - "tags"
8976   sort:
8977   - "L2XCFWD"
8978   - "L2XCFWD"
8979   - "L2XCFWD"
8980   - "L2BDMACLRN"
8981   - "L2BDMACLRN"
8982   - "L2BDMACLRN"
8983   - "IP4FWD"
8984   traces:
8985     hoverinfo: "x+y"
8986     boxpoints: "outliers"
8987     whiskerwidth: 0
8988   layout:
8989     title: "memif-3n-skx-x710-64b-4t2c-base_and_features-ndr"
8990     layout: "plot-throughput"
8991
8992 - type: "plot"
8993   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_features-pdr"
8994   algorithm: "plot_performance_box"
8995   output-file-type: ".html"
8996   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_features-pdr"
8997   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8998   filter: "'NIC_Intel-X710' and
8999            '64B' and
9000            ('BASE' or 'SCALE') and
9001            'NDRPDR' and
9002            '4T2C' and
9003            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9004            not 'VHOST' and
9005            'MEMIF'"
9006   parameters:
9007   - "throughput"
9008   - "parent"
9009   - "tags"
9010   sort:
9011   - "L2XCFWD"
9012   - "L2XCFWD"
9013   - "L2XCFWD"
9014   - "L2BDMACLRN"
9015   - "L2BDMACLRN"
9016   - "L2BDMACLRN"
9017   - "IP4FWD"
9018   traces:
9019     hoverinfo: "x+y"
9020     boxpoints: "outliers"
9021     whiskerwidth: 0
9022   layout:
9023     title: "memif-3n-skx-x710-64b-4t2c-base_and_features-pdr"
9024     layout: "plot-throughput"
9025
9026 # Packet Throughput - VPP Container Memif 2n-skx-x710
9027 - type: "plot"
9028   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_features-ndr"
9029   algorithm: "plot_performance_box"
9030   output-file-type: ".html"
9031   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_features-ndr"
9032   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9033   filter: "'NIC_Intel-X710' and
9034            '64B' and
9035            ('BASE' or 'SCALE') and
9036            'NDRPDR' and
9037            '2T1C' and
9038            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9039            not 'VHOST' and
9040            not 'NF_DENSITY' and
9041            'MEMIF'"
9042   parameters:
9043   - "throughput"
9044   - "parent"
9045   - "tags"
9046   sort:
9047   - "L2XCFWD"
9048   - "L2XCFWD"
9049   - "L2XCFWD"
9050   - "L2BDMACLRN"
9051   - "L2BDMACLRN"
9052   - "L2BDMACLRN"
9053   - "IP4FWD"
9054   traces:
9055     hoverinfo: "x+y"
9056     boxpoints: "outliers"
9057     whiskerwidth: 0
9058   layout:
9059     title: "memif-2n-skx-x710-64b-2t1c-base_and_features-ndr"
9060     layout: "plot-throughput"
9061
9062 - type: "plot"
9063   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_features-pdr"
9064   algorithm: "plot_performance_box"
9065   output-file-type: ".html"
9066   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_features-pdr"
9067   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9068   filter: "'NIC_Intel-X710' and
9069            '64B' and
9070            ('BASE' or 'SCALE') and
9071            'NDRPDR' and
9072            '2T1C' and
9073            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9074            not 'VHOST' and
9075            not 'NF_DENSITY' and
9076            'MEMIF'"
9077   parameters:
9078   - "throughput"
9079   - "parent"
9080   - "tags"
9081   sort:
9082   - "L2XCFWD"
9083   - "L2XCFWD"
9084   - "L2XCFWD"
9085   - "L2BDMACLRN"
9086   - "L2BDMACLRN"
9087   - "L2BDMACLRN"
9088   - "IP4FWD"
9089   traces:
9090     hoverinfo: "x+y"
9091     boxpoints: "outliers"
9092     whiskerwidth: 0
9093   layout:
9094     title: "memif-2n-skx-x710-64b-2t1c-base_and_features-pdr"
9095     layout: "plot-throughput"
9096
9097 - type: "plot"
9098   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_features-ndr"
9099   algorithm: "plot_performance_box"
9100   output-file-type: ".html"
9101   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_features-ndr"
9102   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9103   filter: "'NIC_Intel-X710' and
9104            '64B' and
9105            ('BASE' or 'SCALE') and
9106            'NDRPDR' and
9107            '4T2C' and
9108            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9109            not 'VHOST' and
9110            not 'NF_DENSITY' and
9111            'MEMIF'"
9112   parameters:
9113   - "throughput"
9114   - "parent"
9115   - "tags"
9116   sort:
9117   - "L2XCFWD"
9118   - "L2XCFWD"
9119   - "L2XCFWD"
9120   - "L2BDMACLRN"
9121   - "L2BDMACLRN"
9122   - "L2BDMACLRN"
9123   - "IP4FWD"
9124   traces:
9125     hoverinfo: "x+y"
9126     boxpoints: "outliers"
9127     whiskerwidth: 0
9128   layout:
9129     title: "memif-2n-skx-x710-64b-4t2c-base_and_features-ndr"
9130     layout: "plot-throughput"
9131
9132 - type: "plot"
9133   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_features-pdr"
9134   algorithm: "plot_performance_box"
9135   output-file-type: ".html"
9136   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_features-pdr"
9137   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9138   filter: "'NIC_Intel-X710' and
9139            '64B' and
9140            ('BASE' or 'SCALE') and
9141            'NDRPDR' and
9142            '4T2C' and
9143            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9144            not 'VHOST' and
9145            not 'NF_DENSITY' and
9146            'MEMIF'"
9147   parameters:
9148   - "throughput"
9149   - "parent"
9150   - "tags"
9151   sort:
9152   - "L2XCFWD"
9153   - "L2XCFWD"
9154   - "L2XCFWD"
9155   - "L2BDMACLRN"
9156   - "L2BDMACLRN"
9157   - "L2BDMACLRN"
9158   - "IP4FWD"
9159   traces:
9160     hoverinfo: "x+y"
9161     boxpoints: "outliers"
9162     whiskerwidth: 0
9163   layout:
9164     title: "memif-2n-skx-x710-64b-4t2c-base_and_features-pdr"
9165     layout: "plot-throughput"
9166
9167 ## Packet Throughput - VPP Container Memif 2n-skx-xxv710
9168 #- type: "plot"
9169 #  title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
9170 #  algorithm: "plot_performance_box"
9171 #  output-file-type: ".html"
9172 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
9173 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
9174 #  filter: "'NIC_Intel-XXV710' and
9175 #           '64B' and
9176 #           ('BASE' or 'SCALE') and
9177 #           'NDRPDR' and
9178 #           '2T1C' and
9179 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9180 #           not 'VHOST' and
9181 #           'MEMIF'"
9182 #  parameters:
9183 #  - "throughput"
9184 #  - "parent"
9185 #  - "tags"
9186 #  sort:
9187 #  - "L2XCFWD"
9188 #  - "L2XCFWD"
9189 #  - "L2XCFWD"
9190 #  - "L2BDMACLRN"
9191 #  - "L2BDMACLRN"
9192 #  - "L2BDMACLRN"
9193 #  - "IP4FWD"
9194 #  traces:
9195 #    hoverinfo: "x+y"
9196 #    boxpoints: "outliers"
9197 #    whiskerwidth: 0
9198 #  layout:
9199 #    title: "memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
9200 #    layout: "plot-throughput"
9201 #
9202 #- type: "plot"
9203 #  title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
9204 #  algorithm: "plot_performance_box"
9205 #  output-file-type: ".html"
9206 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
9207 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
9208 #  filter: "'NIC_Intel-XXV710' and
9209 #           '64B' and
9210 #           ('BASE' or 'SCALE') and
9211 #           'NDRPDR' and
9212 #           '2T1C' and
9213 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9214 #           not 'VHOST' and
9215 #           'MEMIF'"
9216 #  parameters:
9217 #  - "throughput"
9218 #  - "parent"
9219 #  - "tags"
9220 #  sort:
9221 #  - "L2XCFWD"
9222 #  - "L2XCFWD"
9223 #  - "L2XCFWD"
9224 #  - "L2BDMACLRN"
9225 #  - "L2BDMACLRN"
9226 #  - "L2BDMACLRN"
9227 #  - "IP4FWD"
9228 #  traces:
9229 #    hoverinfo: "x+y"
9230 #    boxpoints: "outliers"
9231 #    whiskerwidth: 0
9232 #  layout:
9233 #    title: "memif-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
9234 #    layout: "plot-throughput"
9235 #
9236 #- type: "plot"
9237 #  title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
9238 #  algorithm: "plot_performance_box"
9239 #  output-file-type: ".html"
9240 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
9241 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
9242 #  filter: "'NIC_Intel-XXV710' and
9243 #           '64B' and
9244 #           ('BASE' or 'SCALE') and
9245 #           'NDRPDR' and
9246 #           '4T2C' and
9247 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9248 #           not 'VHOST' and
9249 #           'MEMIF'"
9250 #  parameters:
9251 #  - "throughput"
9252 #  - "parent"
9253 #  - "tags"
9254 #  sort:
9255 #  - "L2XCFWD"
9256 #  - "L2XCFWD"
9257 #  - "L2XCFWD"
9258 #  - "L2BDMACLRN"
9259 #  - "L2BDMACLRN"
9260 #  - "L2BDMACLRN"
9261 #  - "IP4FWD"
9262 #  traces:
9263 #    hoverinfo: "x+y"
9264 #    boxpoints: "outliers"
9265 #    whiskerwidth: 0
9266 #  layout:
9267 #    title: "memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
9268 #    layout: "plot-throughput"
9269 #
9270 #- type: "plot"
9271 #  title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
9272 #  algorithm: "plot_performance_box"
9273 #  output-file-type: ".html"
9274 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
9275 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
9276 #  filter: "'NIC_Intel-XXV710' and
9277 #           '64B' and
9278 #           ('BASE' or 'SCALE') and
9279 #           'NDRPDR' and
9280 #           '4T2C' and
9281 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9282 #           not 'VHOST' and
9283 #           'MEMIF'"
9284 #  parameters:
9285 #  - "throughput"
9286 #  - "parent"
9287 #  - "tags"
9288 #  sort:
9289 #  - "L2XCFWD"
9290 #  - "L2XCFWD"
9291 #  - "L2XCFWD"
9292 #  - "L2BDMACLRN"
9293 #  - "L2BDMACLRN"
9294 #  - "L2BDMACLRN"
9295 #  - "IP4FWD"
9296 #  traces:
9297 #    hoverinfo: "x+y"
9298 #    boxpoints: "outliers"
9299 #    whiskerwidth: 0
9300 #  layout:
9301 #    title: "memif-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
9302 #    layout: "plot-throughput"
9303
9304 ################################################################################
9305
9306 ## Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2xc
9307 #- type: "plot"
9308 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
9309 #  algorithm: "plot_performance_box"
9310 #  output-file-type: ".html"
9311 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
9312 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9313 #  filter: "'NIC_Intel-X520-DA2' and
9314 #           '64B' and
9315 #           ('BASE' or 'SCALE') and
9316 #           'NDRPDR' and
9317 #           '1T1C' and
9318 #           'L2XCFWD' and
9319 #           not 'VHOST' and
9320 #           not 'NF_DENSITY' and
9321 #           'MEMIF'"
9322 #  parameters:
9323 #  - "throughput"
9324 #  - "parent"
9325 #  - "tags"
9326 #  sort:
9327 #  - "1VNF"
9328 #  - "2VNF"
9329 #  - "4VNF"
9330 #  - "2VNF"
9331 #  - "4VNF"
9332 #  traces:
9333 #    hoverinfo: "x+y"
9334 #    boxpoints: "outliers"
9335 #    whiskerwidth: 0
9336 #  layout:
9337 #    title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
9338 #    layout: "plot-throughput"
9339 #
9340 #- type: "plot"
9341 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
9342 #  algorithm: "plot_performance_box"
9343 #  output-file-type: ".html"
9344 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
9345 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9346 #  filter: "'NIC_Intel-X520-DA2' and
9347 #           '64B' and
9348 #           ('BASE' or 'SCALE') and
9349 #           'NDRPDR' and
9350 #           '1T1C' and
9351 #           'L2XCFWD' and
9352 #           not 'VHOST' and
9353 #           not 'NF_DENSITY' and
9354 #           'MEMIF'"
9355 #  parameters:
9356 #  - "throughput"
9357 #  - "parent"
9358 #  - "tags"
9359 #  sort:
9360 #  - "1VNF"
9361 #  - "2VNF"
9362 #  - "4VNF"
9363 #  - "2VNF"
9364 #  - "4VNF"
9365 #  traces:
9366 #    hoverinfo: "x+y"
9367 #    boxpoints: "outliers"
9368 #    whiskerwidth: 0
9369 #  layout:
9370 #    title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
9371 #    layout: "plot-throughput"
9372 #
9373 #- type: "plot"
9374 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
9375 #  algorithm: "plot_performance_box"
9376 #  output-file-type: ".html"
9377 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
9378 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9379 #  filter: "'NIC_Intel-X520-DA2' and
9380 #           '64B' and
9381 #           ('BASE' or 'SCALE') and
9382 #           'NDRPDR' and
9383 #           '2T2C' and
9384 #           'L2XCFWD' and
9385 #           not 'VHOST' and
9386 #           not 'NF_DENSITY' and
9387 #           'MEMIF'"
9388 #  parameters:
9389 #  - "throughput"
9390 #  - "parent"
9391 #  - "tags"
9392 #  sort:
9393 #  - "1VNF"
9394 #  - "2VNF"
9395 #  - "4VNF"
9396 #  - "2VNF"
9397 #  - "4VNF"
9398 #  traces:
9399 #    hoverinfo: "x+y"
9400 #    boxpoints: "outliers"
9401 #    whiskerwidth: 0
9402 #  layout:
9403 #    title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
9404 #    layout: "plot-throughput"
9405 #
9406 #- type: "plot"
9407 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
9408 #  algorithm: "plot_performance_box"
9409 #  output-file-type: ".html"
9410 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
9411 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9412 #  filter: "'NIC_Intel-X520-DA2' and
9413 #           '64B' and
9414 #           ('BASE' or 'SCALE') and
9415 #           'NDRPDR' and
9416 #           '2T2C' and
9417 #           'L2XCFWD' and
9418 #           not 'VHOST' and
9419 #           not 'NF_DENSITY' and
9420 #           'MEMIF'"
9421 #  parameters:
9422 #  - "throughput"
9423 #  - "parent"
9424 #  - "tags"
9425 #  sort:
9426 #  - "1VNF"
9427 #  - "2VNF"
9428 #  - "4VNF"
9429 #  - "2VNF"
9430 #  - "4VNF"
9431 #  traces:
9432 #    hoverinfo: "x+y"
9433 #    boxpoints: "outliers"
9434 #    whiskerwidth: 0
9435 #  layout:
9436 #    title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
9437 #    layout: "plot-throughput"
9438 #
9439 ## Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2bd
9440 #- type: "plot"
9441 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
9442 #  algorithm: "plot_performance_box"
9443 #  output-file-type: ".html"
9444 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
9445 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9446 #  filter: "'NIC_Intel-X520-DA2' and
9447 #           '64B' and
9448 #           ('BASE' or 'SCALE') and
9449 #           'NDRPDR' and
9450 #           '1T1C' and
9451 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
9452 #           not 'VHOST' and
9453 #           not 'NF_DENSITY' and
9454 #           'MEMIF'"
9455 #  parameters:
9456 #  - "throughput"
9457 #  - "parent"
9458 #  - "tags"
9459 #  sort:
9460 #  - "1VNF"
9461 #  - "2VNF"
9462 #  - "4VNF"
9463 #  - "2VNF"
9464 #  - "4VNF"
9465 #  traces:
9466 #    hoverinfo: "x+y"
9467 #    boxpoints: "outliers"
9468 #    whiskerwidth: 0
9469 #  layout:
9470 #    title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
9471 #    layout: "plot-throughput"
9472 #
9473 #- type: "plot"
9474 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
9475 #  algorithm: "plot_performance_box"
9476 #  output-file-type: ".html"
9477 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
9478 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9479 #  filter: "'NIC_Intel-X520-DA2' and
9480 #           '64B' and
9481 #           ('BASE' or 'SCALE') and
9482 #           'NDRPDR' and
9483 #           '1T1C' and
9484 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
9485 #           not 'VHOST' and
9486 #           not 'NF_DENSITY' and
9487 #           'MEMIF'"
9488 #  parameters:
9489 #  - "throughput"
9490 #  - "parent"
9491 #  - "tags"
9492 #  sort:
9493 #  - "1VNF"
9494 #  - "2VNF"
9495 #  - "4VNF"
9496 #  - "2VNF"
9497 #  - "4VNF"
9498 #  traces:
9499 #    hoverinfo: "x+y"
9500 #    boxpoints: "outliers"
9501 #    whiskerwidth: 0
9502 #  layout:
9503 #    title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
9504 #    layout: "plot-throughput"
9505 #
9506 #- type: "plot"
9507 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
9508 #  algorithm: "plot_performance_box"
9509 #  output-file-type: ".html"
9510 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
9511 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9512 #  filter: "'NIC_Intel-X520-DA2' and
9513 #           '64B' and
9514 #           ('BASE' or 'SCALE') and
9515 #           'NDRPDR' and
9516 #           '2T2C' and
9517 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
9518 #           not 'VHOST' and
9519 #           not 'NF_DENSITY' and
9520 #           'MEMIF'"
9521 #  parameters:
9522 #  - "throughput"
9523 #  - "parent"
9524 #  - "tags"
9525 #  sort:
9526 #  - "1VNF"
9527 #  - "2VNF"
9528 #  - "4VNF"
9529 #  - "2VNF"
9530 #  - "4VNF"
9531 #  traces:
9532 #    hoverinfo: "x+y"
9533 #    boxpoints: "outliers"
9534 #    whiskerwidth: 0
9535 #  layout:
9536 #    title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
9537 #    layout: "plot-throughput"
9538 #
9539 #- type: "plot"
9540 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
9541 #  algorithm: "plot_performance_box"
9542 #  output-file-type: ".html"
9543 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
9544 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9545 #  filter: "'NIC_Intel-X520-DA2' and
9546 #           '64B' and
9547 #           ('BASE' or 'SCALE') and
9548 #           'NDRPDR' and
9549 #           '2T2C' and
9550 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
9551 #           not 'VHOST' and
9552 #           not 'NF_DENSITY' and
9553 #           'MEMIF'"
9554 #  parameters:
9555 #  - "throughput"
9556 #  - "parent"
9557 #  - "tags"
9558 #  sort:
9559 #  - "1VNF"
9560 #  - "2VNF"
9561 #  - "4VNF"
9562 #  - "2VNF"
9563 #  - "4VNF"
9564 #  traces:
9565 #    hoverinfo: "x+y"
9566 #    boxpoints: "outliers"
9567 #    whiskerwidth: 0
9568 #  layout:
9569 #    title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
9570 #    layout: "plot-throughput"
9571 #
9572 ## Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2xc
9573 #- type: "plot"
9574 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
9575 #  algorithm: "plot_performance_box"
9576 #  output-file-type: ".html"
9577 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
9578 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9579 #  filter: "'NIC_Intel-X710' and
9580 #           '64B' and
9581 #           ('BASE' or 'SCALE') and
9582 #           'NDRPDR' and
9583 #           '1T1C' and
9584 #           'L2XCFWD' and
9585 #           not 'VHOST' and
9586 #           not 'NF_DENSITY' and
9587 #           'MEMIF'"
9588 #  parameters:
9589 #  - "throughput"
9590 #  - "parent"
9591 #  - "tags"
9592 #  sort:
9593 #  - "1VNF"
9594 #  - "2VNF"
9595 #  - "4VNF"
9596 #  - "2VNF"
9597 #  - "4VNF"
9598 #  traces:
9599 #    hoverinfo: "x+y"
9600 #    boxpoints: "outliers"
9601 #    whiskerwidth: 0
9602 #  layout:
9603 #    title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
9604 #    layout: "plot-throughput"
9605 #
9606 #- type: "plot"
9607 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
9608 #  algorithm: "plot_performance_box"
9609 #  output-file-type: ".html"
9610 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
9611 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9612 #  filter: "'NIC_Intel-X710' and
9613 #           '64B' and
9614 #           ('BASE' or 'SCALE') and
9615 #           'NDRPDR' and
9616 #           '1T1C' and
9617 #           'L2XCFWD' and
9618 #           not 'VHOST' and
9619 #           not 'NF_DENSITY' and
9620 #           'MEMIF'"
9621 #  parameters:
9622 #  - "throughput"
9623 #  - "parent"
9624 #  - "tags"
9625 #  sort:
9626 #  - "1VNF"
9627 #  - "2VNF"
9628 #  - "4VNF"
9629 #  - "2VNF"
9630 #  - "4VNF"
9631 #  traces:
9632 #    hoverinfo: "x+y"
9633 #    boxpoints: "outliers"
9634 #    whiskerwidth: 0
9635 #  layout:
9636 #    title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
9637 #    layout: "plot-throughput"
9638 #
9639 #- type: "plot"
9640 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
9641 #  algorithm: "plot_performance_box"
9642 #  output-file-type: ".html"
9643 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
9644 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9645 #  filter: "'NIC_Intel-X710' and
9646 #           '64B' and
9647 #           ('BASE' or 'SCALE') and
9648 #           'NDRPDR' and
9649 #           '2T2C' and
9650 #           'L2XCFWD' and
9651 #           not 'VHOST' and
9652 #           not 'NF_DENSITY' and
9653 #           'MEMIF'"
9654 #  parameters:
9655 #  - "throughput"
9656 #  - "parent"
9657 #  - "tags"
9658 #  sort:
9659 #  - "1VNF"
9660 #  - "2VNF"
9661 #  - "4VNF"
9662 #  - "2VNF"
9663 #  - "4VNF"
9664 #  traces:
9665 #    hoverinfo: "x+y"
9666 #    boxpoints: "outliers"
9667 #    whiskerwidth: 0
9668 #  layout:
9669 #    title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
9670 #    layout: "plot-throughput"
9671 #
9672 #- type: "plot"
9673 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
9674 #  algorithm: "plot_performance_box"
9675 #  output-file-type: ".html"
9676 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
9677 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9678 #  filter: "'NIC_Intel-X710' and
9679 #           '64B' and
9680 #           ('BASE' or 'SCALE') and
9681 #           'NDRPDR' and
9682 #           '2T2C' and
9683 #           'L2XCFWD' and
9684 #           not 'VHOST' and
9685 #           not 'NF_DENSITY' and
9686 #           'MEMIF'"
9687 #  parameters:
9688 #  - "throughput"
9689 #  - "parent"
9690 #  - "tags"
9691 #  sort:
9692 #  - "1VNF"
9693 #  - "2VNF"
9694 #  - "4VNF"
9695 #  - "2VNF"
9696 #  - "4VNF"
9697 #  traces:
9698 #    hoverinfo: "x+y"
9699 #    boxpoints: "outliers"
9700 #    whiskerwidth: 0
9701 #  layout:
9702 #    title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
9703 #    layout: "plot-throughput"
9704 #
9705 ## Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2bd
9706 #- type: "plot"
9707 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
9708 #  algorithm: "plot_performance_box"
9709 #  output-file-type: ".html"
9710 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
9711 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9712 #  filter: "'NIC_Intel-X710' and
9713 #           '64B' and
9714 #           ('BASE' or 'SCALE') and
9715 #           'NDRPDR' and
9716 #           '1T1C' and
9717 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
9718 #           not 'VHOST' and
9719 #           not 'NF_DENSITY' and
9720 #           'MEMIF'"
9721 #  parameters:
9722 #  - "throughput"
9723 #  - "parent"
9724 #  - "tags"
9725 #  sort:
9726 #  - "1VNF"
9727 #  - "2VNF"
9728 #  - "4VNF"
9729 #  - "2VNF"
9730 #  - "4VNF"
9731 #  traces:
9732 #    hoverinfo: "x+y"
9733 #    boxpoints: "outliers"
9734 #    whiskerwidth: 0
9735 #  layout:
9736 #    title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
9737 #    layout: "plot-throughput"
9738 #
9739 #- type: "plot"
9740 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
9741 #  algorithm: "plot_performance_box"
9742 #  output-file-type: ".html"
9743 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
9744 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9745 #  filter: "'NIC_Intel-X710' and
9746 #           '64B' and
9747 #           ('BASE' or 'SCALE') and
9748 #           'NDRPDR' and
9749 #           '1T1C' and
9750 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
9751 #           not 'VHOST' and
9752 #           not 'NF_DENSITY' and
9753 #           'MEMIF'"
9754 #  parameters:
9755 #  - "throughput"
9756 #  - "parent"
9757 #  - "tags"
9758 #  sort:
9759 #  - "1VNF"
9760 #  - "2VNF"
9761 #  - "4VNF"
9762 #  - "2VNF"
9763 #  - "4VNF"
9764 #  traces:
9765 #    hoverinfo: "x+y"
9766 #    boxpoints: "outliers"
9767 #    whiskerwidth: 0
9768 #  layout:
9769 #    title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
9770 #    layout: "plot-throughput"
9771 #
9772 #- type: "plot"
9773 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
9774 #  algorithm: "plot_performance_box"
9775 #  output-file-type: ".html"
9776 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
9777 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9778 #  filter: "'NIC_Intel-X710' and
9779 #           '64B' and
9780 #           ('BASE' or 'SCALE') and
9781 #           'NDRPDR' and
9782 #           '2T2C' and
9783 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
9784 #           not 'VHOST' and
9785 #           not 'NF_DENSITY' and
9786 #           'MEMIF'"
9787 #  parameters:
9788 #  - "throughput"
9789 #  - "parent"
9790 #  - "tags"
9791 #  sort:
9792 #  - "1VNF"
9793 #  - "2VNF"
9794 #  - "4VNF"
9795 #  - "2VNF"
9796 #  - "4VNF"
9797 #  traces:
9798 #    hoverinfo: "x+y"
9799 #    boxpoints: "outliers"
9800 #    whiskerwidth: 0
9801 #  layout:
9802 #    title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
9803 #    layout: "plot-throughput"
9804 #
9805 #- type: "plot"
9806 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
9807 #  algorithm: "plot_performance_box"
9808 #  output-file-type: ".html"
9809 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
9810 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9811 #  filter: "'NIC_Intel-X710' and
9812 #           '64B' and
9813 #           ('BASE' or 'SCALE') and
9814 #           'NDRPDR' and
9815 #           '2T2C' and
9816 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
9817 #           not 'VHOST' and
9818 #           not 'NF_DENSITY' and
9819 #           'MEMIF'"
9820 #  parameters:
9821 #  - "throughput"
9822 #  - "parent"
9823 #  - "tags"
9824 #  sort:
9825 #  - "1VNF"
9826 #  - "2VNF"
9827 #  - "4VNF"
9828 #  - "2VNF"
9829 #  - "4VNF"
9830 #  traces:
9831 #    hoverinfo: "x+y"
9832 #    boxpoints: "outliers"
9833 #    whiskerwidth: 0
9834 #  layout:
9835 #    title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
9836 #    layout: "plot-throughput"
9837
9838 ################################################################################
9839
9840 # Packet Throughput - VPP IPv4 3n-hsw-x520 base and scale
9841 - type: "plot"
9842   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
9843   algorithm: "plot_performance_box"
9844   output-file-type: ".html"
9845   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
9846   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9847   filter: "'NIC_Intel-X520-DA2' and
9848            '64B' and
9849            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9850            'NDRPDR' and
9851            '1T1C' and
9852            'IP4FWD' and
9853            not 'IPSEC' and
9854            not 'DOT1Q' and
9855            not 'VHOST'"
9856   parameters:
9857   - "throughput"
9858   - "parent"
9859   - "tags"
9860   sort:
9861   - "IP4BASE"
9862   - "FIB_20K"
9863   - "FIB_200K"
9864   - "FIB_2M"
9865   traces:
9866     hoverinfo: "x+y"
9867     boxpoints: "outliers"
9868     whiskerwidth: 0
9869   layout:
9870     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
9871     layout: "plot-throughput"
9872
9873 - type: "plot"
9874   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
9875   algorithm: "plot_performance_box"
9876   output-file-type: ".html"
9877   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
9878   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9879   filter: "'NIC_Intel-X520-DA2' and
9880            '64B' and
9881            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9882            'NDRPDR' and
9883            '1T1C' and
9884            'IP4FWD' and
9885            not 'IPSEC' and
9886            not 'DOT1Q' and
9887            not 'VHOST'"
9888   parameters:
9889   - "throughput"
9890   - "parent"
9891   - "tags"
9892   sort:
9893   - "IP4BASE"
9894   - "FIB_20K"
9895   - "FIB_200K"
9896   - "FIB_2M"
9897   traces:
9898     hoverinfo: "x+y"
9899     boxpoints: "outliers"
9900     whiskerwidth: 0
9901   layout:
9902     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
9903     layout: "plot-throughput"
9904
9905 - type: "plot"
9906   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
9907   algorithm: "plot_performance_box"
9908   output-file-type: ".html"
9909   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
9910   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9911   filter: "'NIC_Intel-X520-DA2' and
9912            '64B' and
9913            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9914            'NDRPDR' and
9915            '2T2C' and
9916            'IP4FWD' and
9917            not 'IPSEC' and
9918            not 'DOT1Q' and
9919            not 'VHOST'"
9920   parameters:
9921   - "throughput"
9922   - "parent"
9923   - "tags"
9924   sort:
9925   - "IP4BASE"
9926   - "FIB_20K"
9927   - "FIB_200K"
9928   - "FIB_2M"
9929   traces:
9930     hoverinfo: "x+y"
9931     boxpoints: "outliers"
9932     whiskerwidth: 0
9933   layout:
9934     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
9935     layout: "plot-throughput"
9936
9937 - type: "plot"
9938   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
9939   algorithm: "plot_performance_box"
9940   output-file-type: ".html"
9941   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
9942   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9943   filter: "'NIC_Intel-X520-DA2' and
9944            '64B' and
9945            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9946            'NDRPDR' and
9947            '2T2C' and
9948            'IP4FWD' and
9949            not 'IPSEC' and
9950            not 'DOT1Q' and
9951            not 'VHOST'"
9952   parameters:
9953   - "throughput"
9954   - "parent"
9955   - "tags"
9956   sort:
9957   - "IP4BASE"
9958   - "FIB_20K"
9959   - "FIB_200K"
9960   - "FIB_2M"
9961   traces:
9962     hoverinfo: "x+y"
9963     boxpoints: "outliers"
9964     whiskerwidth: 0
9965   layout:
9966     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
9967     layout: "plot-throughput"
9968
9969 # Packet Throughput - VPP IPv4 3n-hsw-x520 features
9970 - type: "plot"
9971   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-ndr"
9972   algorithm: "plot_performance_box"
9973   output-file-type: ".html"
9974   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr"
9975   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9976   filter: "'NIC_Intel-X520-DA2' and
9977            '64B' and
9978            ('IP4BASE' or
9979             'POLICE_MARK' or
9980             'COPWHLIST' or
9981             ('NAT44' and 'BASE') or
9982             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
9983            'NDRPDR' and
9984            '1T1C' and
9985            'IP4FWD' and
9986            not 'IPSEC' and
9987            not 'VHOST'"
9988   parameters:
9989   - "throughput"
9990   - "parent"
9991   - "tags"
9992   sort:
9993   - "DOT1Q"
9994   - "IP4BASE"
9995   - "NAT44"
9996   - "POLICE_MARK"
9997   - "COPWHLIST"
9998   - "IACL"
9999   - "OACL"
10000   traces:
10001     hoverinfo: "x+y"
10002     boxpoints: "outliers"
10003     whiskerwidth: 0
10004   layout:
10005     title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
10006     layout: "plot-throughput"
10007
10008 - type: "plot"
10009   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-pdr"
10010   algorithm: "plot_performance_box"
10011   output-file-type: ".html"
10012   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-pdr"
10013   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10014   filter: "'NIC_Intel-X520-DA2' and
10015            '64B' and
10016            ('IP4BASE' or
10017             'POLICE_MARK' or
10018             'COPWHLIST' or
10019             ('NAT44' and 'BASE') or
10020             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10021            'NDRPDR' and
10022            '1T1C' and
10023            'IP4FWD' and
10024            not 'IPSEC' and
10025            not 'VHOST'"
10026   parameters:
10027   - "throughput"
10028   - "parent"
10029   - "tags"
10030   sort:
10031   - "DOT1Q"
10032   - "IP4BASE"
10033   - "NAT44"
10034   - "POLICE_MARK"
10035   - "COPWHLIST"
10036   - "IACL"
10037   - "OACL"
10038   traces:
10039     hoverinfo: "x+y"
10040     boxpoints: "outliers"
10041     whiskerwidth: 0
10042   layout:
10043     title: "ip4-3n-hsw-x520-64b-1t1c-features-pdr"
10044     layout: "plot-throughput"
10045
10046 - type: "plot"
10047   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-ndr"
10048   algorithm: "plot_performance_box"
10049   output-file-type: ".html"
10050   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr"
10051   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10052   filter: "'NIC_Intel-X520-DA2' and
10053            '64B' and
10054            ('IP4BASE' or
10055             'POLICE_MARK' or
10056             'COPWHLIST' or
10057             ('NAT44' and 'BASE') or
10058             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10059            'NDRPDR' and
10060            '2T2C' and
10061            'IP4FWD' and
10062            not 'IPSEC' and
10063            not 'VHOST'"
10064   parameters:
10065   - "throughput"
10066   - "parent"
10067   - "tags"
10068   sort:
10069   - "DOT1Q"
10070   - "IP4BASE"
10071   - "NAT44"
10072   - "POLICE_MARK"
10073   - "COPWHLIST"
10074   - "IACL"
10075   - "OACL"
10076   traces:
10077     hoverinfo: "x+y"
10078     boxpoints: "outliers"
10079     whiskerwidth: 0
10080   layout:
10081     title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
10082     layout: "plot-throughput"
10083
10084 - type: "plot"
10085   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-pdr"
10086   algorithm: "plot_performance_box"
10087   output-file-type: ".html"
10088   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-pdr"
10089   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10090   filter: "'NIC_Intel-X520-DA2' and
10091            '64B' and
10092            ('IP4BASE' or
10093             'POLICE_MARK' or
10094             'COPWHLIST' or
10095             ('NAT44' and 'BASE') or
10096             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10097            'NDRPDR' and
10098            '2T2C' and
10099            'IP4FWD' and
10100            not 'IPSEC' and
10101            not 'VHOST'"
10102   parameters:
10103   - "throughput"
10104   - "parent"
10105   - "tags"
10106   sort:
10107   - "DOT1Q"
10108   - "IP4BASE"
10109   - "NAT44"
10110   - "POLICE_MARK"
10111   - "COPWHLIST"
10112   - "IACL"
10113   - "OACL"
10114   traces:
10115     hoverinfo: "x+y"
10116     boxpoints: "outliers"
10117     whiskerwidth: 0
10118   layout:
10119     title: "ip4-3n-hsw-x520-64b-2t2c-features-pdr"
10120     layout: "plot-throughput"
10121
10122 # Packet Throughput - VPP IPv4 3n-hsw-x520 features nat44
10123 - type: "plot"
10124   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
10125   algorithm: "plot_performance_box"
10126   output-file-type: ".html"
10127   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
10128   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10129   filter: "'NIC_Intel-X520-DA2' and
10130            '64B' and
10131            'NDRPDR' and
10132            '1T1C' and
10133            'IP4FWD' and
10134            ('NAT44' or 'IP4BASE') and
10135            not 'DOT1Q' and
10136            not 'IPSEC' and
10137            not 'VHOST'"
10138   parameters:
10139   - "throughput"
10140   - "parent"
10141   - "tags"
10142   sort:
10143   - "IP4BASE"
10144   - "BASE"
10145   - "SRC_USER_10"
10146   - "SRC_USER_100"
10147   - "SRC_USER_1000"
10148   - "SRC_USER_2000"
10149   traces:
10150     hoverinfo: "x+y"
10151     boxpoints: "outliers"
10152     whiskerwidth: 0
10153   layout:
10154     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
10155     layout: "plot-throughput"
10156
10157 - type: "plot"
10158   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
10159   algorithm: "plot_performance_box"
10160   output-file-type: ".html"
10161   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
10162   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10163   filter: "'NIC_Intel-X520-DA2' and
10164            '64B' and
10165            'NDRPDR' and
10166            '1T1C' and
10167            'IP4FWD' and
10168            ('NAT44' or 'IP4BASE') and
10169            not 'DOT1Q' and
10170            not 'IPSEC' and
10171            not 'VHOST'"
10172   parameters:
10173   - "throughput"
10174   - "parent"
10175   - "tags"
10176   sort:
10177   - "IP4BASE"
10178   - "BASE"
10179   - "SRC_USER_10"
10180   - "SRC_USER_100"
10181   - "SRC_USER_1000"
10182   - "SRC_USER_2000"
10183   traces:
10184     hoverinfo: "x+y"
10185     boxpoints: "outliers"
10186     whiskerwidth: 0
10187   layout:
10188     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
10189     layout: "plot-throughput"
10190
10191 - type: "plot"
10192   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
10193   algorithm: "plot_performance_box"
10194   output-file-type: ".html"
10195   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
10196   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10197   filter: "'NIC_Intel-X520-DA2' and
10198            '64B' and
10199            'NDRPDR' and
10200            '2T2C' and
10201            'IP4FWD' and
10202            ('NAT44' or 'IP4BASE') and
10203            not 'DOT1Q' and
10204            not 'IPSEC' and
10205            not 'VHOST'"
10206   parameters:
10207   - "throughput"
10208   - "parent"
10209   - "tags"
10210   sort:
10211   - "IP4BASE"
10212   - "BASE"
10213   - "SRC_USER_10"
10214   - "SRC_USER_100"
10215   - "SRC_USER_1000"
10216   - "SRC_USER_2000"
10217   traces:
10218     hoverinfo: "x+y"
10219     boxpoints: "outliers"
10220     whiskerwidth: 0
10221   layout:
10222     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
10223     layout: "plot-throughput"
10224
10225 - type: "plot"
10226   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
10227   algorithm: "plot_performance_box"
10228   output-file-type: ".html"
10229   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
10230   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10231   filter: "'NIC_Intel-X520-DA2' and
10232            '64B' and
10233            'NDRPDR' and
10234            '2T2C' and
10235            'IP4FWD' and
10236            ('NAT44' or 'IP4BASE') and
10237            not 'DOT1Q' and
10238            not 'IPSEC' and
10239            not 'VHOST'"
10240   parameters:
10241   - "throughput"
10242   - "parent"
10243   - "tags"
10244   sort:
10245   - "IP4BASE"
10246   - "BASE"
10247   - "SRC_USER_10"
10248   - "SRC_USER_100"
10249   - "SRC_USER_1000"
10250   - "SRC_USER_2000"
10251   traces:
10252     hoverinfo: "x+y"
10253     boxpoints: "outliers"
10254     whiskerwidth: 0
10255   layout:
10256     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
10257     layout: "plot-throughput"
10258
10259 # Packet Throughput - VPP IPv4 3n-hsw-x520 features iacl
10260 - type: "plot"
10261   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
10262   algorithm: "plot_performance_box"
10263   output-file-type: ".html"
10264   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
10265   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10266   filter: "'NIC_Intel-X520-DA2' and
10267            '64B' and
10268            'NDRPDR' and
10269            '1T1C' and
10270            'IP4FWD' and
10271            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10272            not 'IPSEC' and
10273            not 'DOT1Q' and
10274            not 'VHOST'"
10275   parameters:
10276   - "throughput"
10277   - "parent"
10278   - "tags"
10279   sort:
10280   - "IP4BASE"
10281   - "ACL_STATELESS"
10282   - "ACL_STATEFUL"
10283   - "ACL_STATELESS"
10284   - "ACL_STATEFUL"
10285   traces:
10286     hoverinfo: "x+y"
10287     boxpoints: "outliers"
10288     whiskerwidth: 0
10289   layout:
10290     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
10291     layout: "plot-throughput"
10292
10293 - type: "plot"
10294   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
10295   algorithm: "plot_performance_box"
10296   output-file-type: ".html"
10297   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
10298   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10299   filter: "'NIC_Intel-X520-DA2' and
10300            '64B' and
10301            'NDRPDR' and
10302            '1T1C' and
10303            'IP4FWD' and
10304            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10305            not 'IPSEC' and
10306            not 'DOT1Q' and
10307            not 'VHOST'"
10308   parameters:
10309   - "throughput"
10310   - "parent"
10311   - "tags"
10312   sort:
10313   - "IP4BASE"
10314   - "ACL_STATELESS"
10315   - "ACL_STATEFUL"
10316   - "ACL_STATELESS"
10317   - "ACL_STATEFUL"
10318   traces:
10319     hoverinfo: "x+y"
10320     boxpoints: "outliers"
10321     whiskerwidth: 0
10322   layout:
10323     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
10324     layout: "plot-throughput"
10325
10326 - type: "plot"
10327   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
10328   algorithm: "plot_performance_box"
10329   output-file-type: ".html"
10330   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
10331   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10332   filter: "'NIC_Intel-X520-DA2' and
10333            '64B' and
10334            'NDRPDR' and
10335            '2T2C' and
10336            'IP4FWD' and
10337            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10338            not 'IPSEC' and
10339            not 'DOT1Q' and
10340            not 'VHOST'"
10341   parameters:
10342   - "throughput"
10343   - "parent"
10344   - "tags"
10345   sort:
10346   - "IP4BASE"
10347   - "ACL_STATELESS"
10348   - "ACL_STATEFUL"
10349   - "ACL_STATELESS"
10350   - "ACL_STATEFUL"
10351   traces:
10352     hoverinfo: "x+y"
10353     boxpoints: "outliers"
10354     whiskerwidth: 0
10355   layout:
10356     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
10357     layout: "plot-throughput"
10358
10359 - type: "plot"
10360   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
10361   algorithm: "plot_performance_box"
10362   output-file-type: ".html"
10363   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
10364   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10365   filter: "'NIC_Intel-X520-DA2' and
10366            '64B' and
10367            'NDRPDR' and
10368            '2T2C' and
10369            'IP4FWD' and
10370            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10371            not 'IPSEC' and
10372            not 'DOT1Q' and
10373            not 'VHOST'"
10374   parameters:
10375   - "throughput"
10376   - "parent"
10377   - "tags"
10378   sort:
10379   - "IP4BASE"
10380   - "ACL_STATELESS"
10381   - "ACL_STATEFUL"
10382   - "ACL_STATELESS"
10383   - "ACL_STATEFUL"
10384   traces:
10385     hoverinfo: "x+y"
10386     boxpoints: "outliers"
10387     whiskerwidth: 0
10388   layout:
10389     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
10390     layout: "plot-throughput"
10391
10392 # Packet Throughput - VPP IPv4 3n-hsw-x520 features oacl
10393 - type: "plot"
10394   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
10395   algorithm: "plot_performance_box"
10396   output-file-type: ".html"
10397   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
10398   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10399   filter: "'NIC_Intel-X520-DA2' and
10400            '64B' and
10401            'NDRPDR' and
10402            '1T1C' and
10403            'IP4FWD' and
10404            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10405            not 'IPSEC' and
10406            not 'DOT1Q' and
10407            not 'VHOST'"
10408   parameters:
10409   - "throughput"
10410   - "parent"
10411   - "tags"
10412   sort:
10413   - "IP4BASE"
10414   - "ACL_STATELESS"
10415   - "ACL_STATEFUL"
10416   - "ACL_STATELESS"
10417   - "ACL_STATEFUL"
10418   traces:
10419     hoverinfo: "x+y"
10420     boxpoints: "outliers"
10421     whiskerwidth: 0
10422   layout:
10423     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
10424     layout: "plot-throughput"
10425
10426 - type: "plot"
10427   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
10428   algorithm: "plot_performance_box"
10429   output-file-type: ".html"
10430   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
10431   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10432   filter: "'NIC_Intel-X520-DA2' and
10433            '64B' and
10434            'NDRPDR' and
10435            '1T1C' and
10436            'IP4FWD' and
10437            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10438            not 'IPSEC' and
10439            not 'DOT1Q' and
10440            not 'VHOST'"
10441   parameters:
10442   - "throughput"
10443   - "parent"
10444   - "tags"
10445   sort:
10446   - "IP4BASE"
10447   - "ACL_STATELESS"
10448   - "ACL_STATEFUL"
10449   - "ACL_STATELESS"
10450   - "ACL_STATEFUL"
10451   traces:
10452     hoverinfo: "x+y"
10453     boxpoints: "outliers"
10454     whiskerwidth: 0
10455   layout:
10456     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
10457     layout: "plot-throughput"
10458
10459 - type: "plot"
10460   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
10461   algorithm: "plot_performance_box"
10462   output-file-type: ".html"
10463   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
10464   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10465   filter: "'NIC_Intel-X520-DA2' and
10466            '64B' and
10467            'NDRPDR' and
10468            '2T2C' and
10469            'IP4FWD' and
10470            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10471            not 'IPSEC' and
10472            not 'DOT1Q' and
10473            not 'VHOST'"
10474   parameters:
10475   - "throughput"
10476   - "parent"
10477   - "tags"
10478   sort:
10479   - "IP4BASE"
10480   - "ACL_STATELESS"
10481   - "ACL_STATEFUL"
10482   - "ACL_STATELESS"
10483   - "ACL_STATEFUL"
10484   traces:
10485     hoverinfo: "x+y"
10486     boxpoints: "outliers"
10487     whiskerwidth: 0
10488   layout:
10489     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
10490     layout: "plot-throughput"
10491
10492 - type: "plot"
10493   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
10494   algorithm: "plot_performance_box"
10495   output-file-type: ".html"
10496   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
10497   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10498   filter: "'NIC_Intel-X520-DA2' and
10499            '64B' and
10500            'NDRPDR' and
10501            '2T2C' and
10502            'IP4FWD' and
10503            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10504            not 'IPSEC' and
10505            not 'DOT1Q' and
10506            not 'VHOST'"
10507   parameters:
10508   - "throughput"
10509   - "parent"
10510   - "tags"
10511   sort:
10512   - "IP4BASE"
10513   - "ACL_STATELESS"
10514   - "ACL_STATEFUL"
10515   - "ACL_STATELESS"
10516   - "ACL_STATEFUL"
10517   traces:
10518     hoverinfo: "x+y"
10519     boxpoints: "outliers"
10520     whiskerwidth: 0
10521   layout:
10522     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
10523     layout: "plot-throughput"
10524
10525 # Packet Throughput - VPP IPv4 3n-hsw-x710 base and scale
10526 - type: "plot"
10527   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
10528   algorithm: "plot_performance_box"
10529   output-file-type: ".html"
10530   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
10531   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10532   filter: "'NIC_Intel-X710' and
10533            '64B' and
10534            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10535            'NDRPDR' and
10536            '1T1C' and
10537            'IP4FWD' and
10538            not 'IPSEC' and
10539            not 'DOT1Q' and
10540            not 'VHOST'"
10541   parameters:
10542   - "throughput"
10543   - "parent"
10544   - "tags"
10545   sort:
10546   - "IP4BASE"
10547   - "FIB_20K"
10548   - "FIB_200K"
10549   - "FIB_2M"
10550   traces:
10551     hoverinfo: "x+y"
10552     boxpoints: "outliers"
10553     whiskerwidth: 0
10554   layout:
10555     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
10556     layout: "plot-throughput"
10557
10558 - type: "plot"
10559   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
10560   algorithm: "plot_performance_box"
10561   output-file-type: ".html"
10562   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
10563   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10564   filter: "'NIC_Intel-X710' and
10565            '64B' and
10566            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10567            'NDRPDR' and
10568            '1T1C' and
10569            'IP4FWD' and
10570            not 'IPSEC' and
10571            not 'DOT1Q' and
10572            not 'VHOST'"
10573   parameters:
10574   - "throughput"
10575   - "parent"
10576   - "tags"
10577   sort:
10578   - "IP4BASE"
10579   - "FIB_20K"
10580   - "FIB_200K"
10581   - "FIB_2M"
10582   traces:
10583     hoverinfo: "x+y"
10584     boxpoints: "outliers"
10585     whiskerwidth: 0
10586   layout:
10587     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
10588     layout: "plot-throughput"
10589
10590 - type: "plot"
10591   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
10592   algorithm: "plot_performance_box"
10593   output-file-type: ".html"
10594   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
10595   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10596   filter: "'NIC_Intel-X710' and
10597            '64B' and
10598            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10599            'NDRPDR' and
10600            '2T2C' and
10601            'IP4FWD' and
10602            not 'IPSEC' and
10603            not 'DOT1Q' and
10604            not 'VHOST'"
10605   parameters:
10606   - "throughput"
10607   - "parent"
10608   - "tags"
10609   sort:
10610   - "IP4BASE"
10611   - "FIB_20K"
10612   - "FIB_200K"
10613   - "FIB_2M"
10614   traces:
10615     hoverinfo: "x+y"
10616     boxpoints: "outliers"
10617     whiskerwidth: 0
10618   layout:
10619     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
10620     layout: "plot-throughput"
10621
10622 - type: "plot"
10623   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
10624   algorithm: "plot_performance_box"
10625   output-file-type: ".html"
10626   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
10627   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10628   filter: "'NIC_Intel-X710' and
10629            '64B' and
10630            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10631            'NDRPDR' and
10632            '2T2C' and
10633            'IP4FWD' and
10634            not 'IPSEC' and
10635            not 'DOT1Q' and
10636            not 'VHOST'"
10637   parameters:
10638   - "throughput"
10639   - "parent"
10640   - "tags"
10641   sort:
10642   - "IP4BASE"
10643   - "FIB_20K"
10644   - "FIB_200K"
10645   - "FIB_2M"
10646   traces:
10647     hoverinfo: "x+y"
10648     boxpoints: "outliers"
10649     whiskerwidth: 0
10650   layout:
10651     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
10652     layout: "plot-throughput"
10653
10654 # Packet Throughput - VPP IPv4 3n-hsw-x710 features
10655 - type: "plot"
10656   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-ndr"
10657   algorithm: "plot_performance_box"
10658   output-file-type: ".html"
10659   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr"
10660   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10661   filter: "'NIC_Intel-X710' and
10662            '64B' and
10663            ('IP4BASE' or
10664             'POLICE_MARK' or
10665             'COPWHLIST' or
10666             ('NAT44' and 'BASE') or
10667             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10668            'NDRPDR' and
10669            '1T1C' and
10670            'IP4FWD' and
10671            not 'IPSEC' and
10672            not 'VHOST'"
10673   parameters:
10674   - "throughput"
10675   - "parent"
10676   - "tags"
10677   sort:
10678   - "DOT1Q"
10679   - "IP4BASE"
10680   - "NAT44"
10681   - "POLICE_MARK"
10682   - "COPWHLIST"
10683   - "IACL"
10684   - "OACL"
10685   traces:
10686     hoverinfo: "x+y"
10687     boxpoints: "outliers"
10688     whiskerwidth: 0
10689   layout:
10690     title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
10691     layout: "plot-throughput"
10692
10693 - type: "plot"
10694   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-pdr"
10695   algorithm: "plot_performance_box"
10696   output-file-type: ".html"
10697   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-pdr"
10698   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10699   filter: "'NIC_Intel-X710' and
10700            '64B' and
10701            ('IP4BASE' or
10702             'POLICE_MARK' or
10703             'COPWHLIST' or
10704             ('NAT44' and 'BASE') or
10705             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10706            'NDRPDR' and
10707            '1T1C' and
10708            'IP4FWD' and
10709            not 'IPSEC' and
10710            not 'VHOST'"
10711   parameters:
10712   - "throughput"
10713   - "parent"
10714   - "tags"
10715   sort:
10716   - "DOT1Q"
10717   - "IP4BASE"
10718   - "NAT44"
10719   - "POLICE_MARK"
10720   - "COPWHLIST"
10721   - "IACL"
10722   - "OACL"
10723   traces:
10724     hoverinfo: "x+y"
10725     boxpoints: "outliers"
10726     whiskerwidth: 0
10727   layout:
10728     title: "ip4-3n-hsw-x710-64b-1t1c-features-pdr"
10729     layout: "plot-throughput"
10730
10731 - type: "plot"
10732   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-ndr"
10733   algorithm: "plot_performance_box"
10734   output-file-type: ".html"
10735   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr"
10736   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10737   filter: "'NIC_Intel-X710' and
10738            '64B' and
10739            ('IP4BASE' or
10740             'POLICE_MARK' or
10741             'COPWHLIST' or
10742             ('NAT44' and 'BASE') or
10743             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10744            'NDRPDR' and
10745            '2T2C' and
10746            'IP4FWD' and
10747            not 'IPSEC' and
10748            not 'VHOST'"
10749   parameters:
10750   - "throughput"
10751   - "parent"
10752   - "tags"
10753   sort:
10754   - "DOT1Q"
10755   - "IP4BASE"
10756   - "NAT44"
10757   - "POLICE_MARK"
10758   - "COPWHLIST"
10759   - "IACL"
10760   - "OACL"
10761   traces:
10762     hoverinfo: "x+y"
10763     boxpoints: "outliers"
10764     whiskerwidth: 0
10765   layout:
10766     title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
10767     layout: "plot-throughput"
10768
10769 - type: "plot"
10770   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-pdr"
10771   algorithm: "plot_performance_box"
10772   output-file-type: ".html"
10773   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-pdr"
10774   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10775   filter: "'NIC_Intel-X710' and
10776            '64B' and
10777            ('IP4BASE' or
10778             'POLICE_MARK' or
10779             'COPWHLIST' or
10780             ('NAT44' and 'BASE') or
10781             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10782            'NDRPDR' and
10783            '2T2C' and
10784            'IP4FWD' and
10785            not 'IPSEC' and
10786            not 'VHOST'"
10787   parameters:
10788   - "throughput"
10789   - "parent"
10790   - "tags"
10791   sort:
10792   - "DOT1Q"
10793   - "IP4BASE"
10794   - "NAT44"
10795   - "POLICE_MARK"
10796   - "COPWHLIST"
10797   - "IACL"
10798   - "OACL"
10799   traces:
10800     hoverinfo: "x+y"
10801     boxpoints: "outliers"
10802     whiskerwidth: 0
10803   layout:
10804     title: "ip4-3n-hsw-x710-64b-2t2c-features-pdr"
10805     layout: "plot-throughput"
10806
10807 # Packet Throughput - VPP IPv4 3n-hsw-x710 features nat44
10808 - type: "plot"
10809   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
10810   algorithm: "plot_performance_box"
10811   output-file-type: ".html"
10812   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
10813   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10814   filter: "'NIC_Intel-X710' and
10815            '64B' and
10816            'NDRPDR' and
10817            '2T1C' and
10818            'IP4FWD' and
10819            ('NAT44' or 'IP4BASE') and
10820            not 'IPSEC' and
10821            not 'VHOST'"
10822   parameters:
10823   - "throughput"
10824   - "parent"
10825   - "tags"
10826   sort:
10827   - "IP4BASE"
10828   - "BASE"
10829   - "SRC_USER_10"
10830   - "SRC_USER_100"
10831   - "SRC_USER_1000"
10832   - "SRC_USER_2000"
10833   traces:
10834     hoverinfo: "x+y"
10835     boxpoints: "outliers"
10836     whiskerwidth: 0
10837   layout:
10838     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
10839     layout: "plot-throughput"
10840
10841 - type: "plot"
10842   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
10843   algorithm: "plot_performance_box"
10844   output-file-type: ".html"
10845   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
10846   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10847   filter: "'NIC_Intel-X710' and
10848            '64B' and
10849            'NDRPDR' and
10850            '2T1C' and
10851            'IP4FWD' and
10852            ('NAT44' or 'IP4BASE') and
10853            not 'IPSEC' and
10854            not 'VHOST'"
10855   parameters:
10856   - "throughput"
10857   - "parent"
10858   - "tags"
10859   sort:
10860   - "IP4BASE"
10861   - "BASE"
10862   - "SRC_USER_10"
10863   - "SRC_USER_100"
10864   - "SRC_USER_1000"
10865   - "SRC_USER_2000"
10866   traces:
10867     hoverinfo: "x+y"
10868     boxpoints: "outliers"
10869     whiskerwidth: 0
10870   layout:
10871     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
10872     layout: "plot-throughput"
10873
10874 - type: "plot"
10875   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
10876   algorithm: "plot_performance_box"
10877   output-file-type: ".html"
10878   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
10879   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10880   filter: "'NIC_Intel-X710' and
10881            '64B' and
10882            'NDRPDR' and
10883            '4T2C' and
10884            'IP4FWD' and
10885            ('NAT44' or 'IP4BASE') and
10886            not 'IPSEC' and
10887            not 'VHOST'"
10888   parameters:
10889   - "throughput"
10890   - "parent"
10891   - "tags"
10892   sort:
10893   - "IP4BASE"
10894   - "BASE"
10895   - "SRC_USER_10"
10896   - "SRC_USER_100"
10897   - "SRC_USER_1000"
10898   - "SRC_USER_2000"
10899   traces:
10900     hoverinfo: "x+y"
10901     boxpoints: "outliers"
10902     whiskerwidth: 0
10903   layout:
10904     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
10905     layout: "plot-throughput"
10906
10907 - type: "plot"
10908   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
10909   algorithm: "plot_performance_box"
10910   output-file-type: ".html"
10911   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
10912   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10913   filter: "'NIC_Intel-X710' and
10914            '64B' and
10915            'NDRPDR' and
10916            '4T2C' and
10917            'IP4FWD' and
10918            ('NAT44' or 'IP4BASE') and
10919            not 'IPSEC' and
10920            not 'VHOST'"
10921   parameters:
10922   - "throughput"
10923   - "parent"
10924   - "tags"
10925   sort:
10926   - "IP4BASE"
10927   - "BASE"
10928   - "SRC_USER_10"
10929   - "SRC_USER_100"
10930   - "SRC_USER_1000"
10931   - "SRC_USER_2000"
10932   traces:
10933     hoverinfo: "x+y"
10934     boxpoints: "outliers"
10935     whiskerwidth: 0
10936   layout:
10937     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
10938     layout: "plot-throughput"
10939
10940 # Packet Throughput - VPP IPv4 3n-hsw-x710 features iacl
10941 - type: "plot"
10942   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
10943   algorithm: "plot_performance_box"
10944   output-file-type: ".html"
10945   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
10946   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10947   filter: "'NIC_Intel-X710' and
10948            '64B' and
10949            'NDRPDR' and
10950            '2T1C' and
10951            'IP4FWD' and
10952            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
10953            not 'IPSEC' and
10954            not 'VHOST'"
10955   parameters:
10956   - "throughput"
10957   - "parent"
10958   - "tags"
10959   sort:
10960   - "IP4BASE"
10961   - "ACL_STATELESS"
10962   - "ACL_STATEFUL"
10963   - "ACL_STATELESS"
10964   - "ACL_STATEFUL"
10965   traces:
10966     hoverinfo: "x+y"
10967     boxpoints: "outliers"
10968     whiskerwidth: 0
10969   layout:
10970     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
10971     layout: "plot-throughput"
10972
10973 - type: "plot"
10974   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
10975   algorithm: "plot_performance_box"
10976   output-file-type: ".html"
10977   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
10978   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10979   filter: "'NIC_Intel-X710' and
10980            '64B' and
10981            'NDRPDR' and
10982            '2T1C' and
10983            'IP4FWD' and
10984            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
10985            not 'IPSEC' and
10986            not 'VHOST'"
10987   parameters:
10988   - "throughput"
10989   - "parent"
10990   - "tags"
10991   sort:
10992   - "IP4BASE"
10993   - "ACL_STATELESS"
10994   - "ACL_STATEFUL"
10995   - "ACL_STATELESS"
10996   - "ACL_STATEFUL"
10997   traces:
10998     hoverinfo: "x+y"
10999     boxpoints: "outliers"
11000     whiskerwidth: 0
11001   layout:
11002     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
11003     layout: "plot-throughput"
11004
11005 - type: "plot"
11006   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
11007   algorithm: "plot_performance_box"
11008   output-file-type: ".html"
11009   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
11010   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11011   filter: "'NIC_Intel-X710' and
11012            '64B' and
11013            'NDRPDR' and
11014            '4T2C' and
11015            'IP4FWD' and
11016            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
11017            not 'IPSEC' and
11018            not 'VHOST'"
11019   parameters:
11020   - "throughput"
11021   - "parent"
11022   - "tags"
11023   sort:
11024   - "IP4BASE"
11025   - "ACL_STATELESS"
11026   - "ACL_STATEFUL"
11027   - "ACL_STATELESS"
11028   - "ACL_STATEFUL"
11029   traces:
11030     hoverinfo: "x+y"
11031     boxpoints: "outliers"
11032     whiskerwidth: 0
11033   layout:
11034     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
11035     layout: "plot-throughput"
11036
11037 - type: "plot"
11038   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
11039   algorithm: "plot_performance_box"
11040   output-file-type: ".html"
11041   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
11042   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11043   filter: "'NIC_Intel-X710' and
11044            '64B' and
11045            'NDRPDR' and
11046            '4T2C' and
11047            'IP4FWD' and
11048            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
11049            not 'IPSEC' and
11050            not 'VHOST'"
11051   parameters:
11052   - "throughput"
11053   - "parent"
11054   - "tags"
11055   sort:
11056   - "IP4BASE"
11057   - "ACL_STATELESS"
11058   - "ACL_STATEFUL"
11059   - "ACL_STATELESS"
11060   - "ACL_STATEFUL"
11061   traces:
11062     hoverinfo: "x+y"
11063     boxpoints: "outliers"
11064     whiskerwidth: 0
11065   layout:
11066     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
11067     layout: "plot-throughput"
11068
11069 # Packet Throughput - VPP IPv4 3n-hsw-xl710 base and scale
11070 - type: "plot"
11071   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base-ndr"
11072   algorithm: "plot_performance_box"
11073   output-file-type: ".html"
11074   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base-ndr"
11075   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11076   filter: "'NIC_Intel-XL710' and
11077            '64B' and
11078            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11079            'NDRPDR' and
11080            '1T1C' and
11081            'IP4FWD' and
11082            not 'IPSEC' and
11083            not 'VHOST'"
11084   parameters:
11085   - "throughput"
11086   - "parent"
11087   - "tags"
11088   sort:
11089   - "IP4BASE"
11090   - "FIB_20K"
11091   - "FIB_200K"
11092   - "FIB_2M"
11093   traces:
11094     hoverinfo: "x+y"
11095     boxpoints: "outliers"
11096     whiskerwidth: 0
11097   layout:
11098     title: "ip4-3n-hsw-xl710-64b-1t1c-base-ndr"
11099     layout: "plot-throughput"
11100
11101 - type: "plot"
11102   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base-pdr"
11103   algorithm: "plot_performance_box"
11104   output-file-type: ".html"
11105   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base-pdr"
11106   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11107   filter: "'NIC_Intel-XL710' and
11108            '64B' and
11109            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11110            'NDRPDR' and
11111            '1T1C' and
11112            'IP4FWD' and
11113            not 'IPSEC' and
11114            not 'VHOST'"
11115   parameters:
11116   - "throughput"
11117   - "parent"
11118   - "tags"
11119   sort:
11120   - "IP4BASE"
11121   - "FIB_20K"
11122   - "FIB_200K"
11123   - "FIB_2M"
11124   traces:
11125     hoverinfo: "x+y"
11126     boxpoints: "outliers"
11127     whiskerwidth: 0
11128   layout:
11129     title: "ip4-3n-hsw-xl710-64b-1t1c-base-pdr"
11130     layout: "plot-throughput"
11131
11132 - type: "plot"
11133   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base-ndr"
11134   algorithm: "plot_performance_box"
11135   output-file-type: ".html"
11136   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base-ndr"
11137   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11138   filter: "'NIC_Intel-XL710' and
11139            '64B' and
11140            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11141            'NDRPDR' and
11142            '2T2C' and
11143            'IP4FWD' and
11144            not 'IPSEC' and
11145            not 'VHOST'"
11146   parameters:
11147   - "throughput"
11148   - "parent"
11149   - "tags"
11150   sort:
11151   - "IP4BASE"
11152   - "FIB_20K"
11153   - "FIB_200K"
11154   - "FIB_2M"
11155   traces:
11156     hoverinfo: "x+y"
11157     boxpoints: "outliers"
11158     whiskerwidth: 0
11159   layout:
11160     title: "ip4-3n-hsw-xl710-64b-2t2c-base-ndr"
11161     layout: "plot-throughput"
11162
11163 - type: "plot"
11164   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base-pdr"
11165   algorithm: "plot_performance_box"
11166   output-file-type: ".html"
11167   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base-pdr"
11168   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11169   filter: "'NIC_Intel-XL710' and
11170            '64B' and
11171            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11172            'NDRPDR' and
11173            '2T2C' and
11174            'IP4FWD' and
11175            not 'IPSEC' and
11176            not 'VHOST'"
11177   parameters:
11178   - "throughput"
11179   - "parent"
11180   - "tags"
11181   sort:
11182   - "IP4BASE"
11183   - "FIB_20K"
11184   - "FIB_200K"
11185   - "FIB_2M"
11186   traces:
11187     hoverinfo: "x+y"
11188     boxpoints: "outliers"
11189     whiskerwidth: 0
11190   layout:
11191     title: "ip4-3n-hsw-xl710-64b-2t2c-base-pdr"
11192     layout: "plot-throughput"
11193
11194 # Packet Throughput - VPP IPv4 3n-skx-x710 base and scale
11195 - type: "plot"
11196   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
11197   algorithm: "plot_performance_box"
11198   output-file-type: ".html"
11199   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
11200   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11201   filter: "'NIC_Intel-X710' and
11202            '64B' and
11203            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11204            'NDRPDR' and
11205            '2T1C' and
11206            'IP4FWD' and
11207            not 'IPSEC' and
11208            not 'DOT1Q' and
11209            not 'VHOST'"
11210   parameters:
11211   - "throughput"
11212   - "parent"
11213   - "tags"
11214   sort:
11215   - "IP4BASE"
11216   - "FIB_20K"
11217   - "FIB_200K"
11218   - "FIB_2M"
11219   traces:
11220     hoverinfo: "x+y"
11221     boxpoints: "outliers"
11222     whiskerwidth: 0
11223   layout:
11224     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
11225     layout: "plot-throughput"
11226
11227 - type: "plot"
11228   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
11229   algorithm: "plot_performance_box"
11230   output-file-type: ".html"
11231   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
11232   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11233   filter: "'NIC_Intel-X710' and
11234            '64B' and
11235            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11236            'NDRPDR' and
11237            '2T1C' and
11238            'IP4FWD' and
11239            not 'IPSEC' and
11240            not 'DOT1Q' and
11241            not 'VHOST'"
11242   parameters:
11243   - "throughput"
11244   - "parent"
11245   - "tags"
11246   sort:
11247   - "IP4BASE"
11248   - "FIB_20K"
11249   - "FIB_200K"
11250   - "FIB_2M"
11251   traces:
11252     hoverinfo: "x+y"
11253     boxpoints: "outliers"
11254     whiskerwidth: 0
11255   layout:
11256     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
11257     layout: "plot-throughput"
11258
11259 - type: "plot"
11260   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
11261   algorithm: "plot_performance_box"
11262   output-file-type: ".html"
11263   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
11264   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11265   filter: "'NIC_Intel-X710' and
11266            '64B' and
11267            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11268            'NDRPDR' and
11269            '4T2C' and
11270            'IP4FWD' and
11271            not 'IPSEC' and
11272            not 'DOT1Q' and
11273            not 'VHOST'"
11274   parameters:
11275   - "throughput"
11276   - "parent"
11277   - "tags"
11278   sort:
11279   - "IP4BASE"
11280   - "FIB_20K"
11281   - "FIB_200K"
11282   - "FIB_2M"
11283   traces:
11284     hoverinfo: "x+y"
11285     boxpoints: "outliers"
11286     whiskerwidth: 0
11287   layout:
11288     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
11289     layout: "plot-throughput"
11290
11291 - type: "plot"
11292   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
11293   algorithm: "plot_performance_box"
11294   output-file-type: ".html"
11295   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
11296   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11297   filter: "'NIC_Intel-X710' and
11298            '64B' and
11299            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11300            'NDRPDR' and
11301            '4T2C' and
11302            'IP4FWD' and
11303            not 'IPSEC' and
11304            not 'DOT1Q' and
11305            not 'VHOST'"
11306   parameters:
11307   - "throughput"
11308   - "parent"
11309   - "tags"
11310   sort:
11311   - "IP4BASE"
11312   - "FIB_20K"
11313   - "FIB_200K"
11314   - "FIB_2M"
11315   traces:
11316     hoverinfo: "x+y"
11317     boxpoints: "outliers"
11318     whiskerwidth: 0
11319   layout:
11320     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
11321     layout: "plot-throughput"
11322
11323 # Packet Throughput - VPP IPv4 3n-skx-x710 features
11324 - type: "plot"
11325   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-ndr"
11326   algorithm: "plot_performance_box"
11327   output-file-type: ".html"
11328   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr"
11329   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11330   filter: "'NIC_Intel-X710' and
11331            '64B' and
11332            ('IP4BASE' or
11333             'POLICE_MARK' or
11334             'COPWHLIST' or
11335             ('NAT44' and 'BASE') or
11336             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
11337            'NDRPDR' and
11338            '2T1C' and
11339            'IP4FWD' and
11340            not 'IPSEC' and
11341            not 'VHOST'"
11342   parameters:
11343   - "throughput"
11344   - "parent"
11345   - "tags"
11346   sort:
11347   - "DOT1Q"
11348   - "IP4BASE"
11349   - "NAT44"
11350   - "POLICE_MARK"
11351   - "COPWHLIST"
11352   - "IACL"
11353   - "OACL"
11354   traces:
11355     hoverinfo: "x+y"
11356     boxpoints: "outliers"
11357     whiskerwidth: 0
11358   layout:
11359     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
11360     layout: "plot-throughput"
11361
11362 - type: "plot"
11363   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-pdr"
11364   algorithm: "plot_performance_box"
11365   output-file-type: ".html"
11366   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-pdr"
11367   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11368   filter: "'NIC_Intel-X710' and
11369            '64B' and
11370            ('IP4BASE' or
11371             'POLICE_MARK' or
11372             'COPWHLIST' or
11373             ('NAT44' and 'BASE') or
11374             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
11375            'NDRPDR' and
11376            '2T1C' and
11377            'IP4FWD' and
11378            not 'IPSEC' and
11379            not 'VHOST'"
11380   parameters:
11381   - "throughput"
11382   - "parent"
11383   - "tags"
11384   sort:
11385   - "DOT1Q"
11386   - "IP4BASE"
11387   - "NAT44"
11388   - "POLICE_MARK"
11389   - "COPWHLIST"
11390   - "IACL"
11391   - "OACL"
11392   traces:
11393     hoverinfo: "x+y"
11394     boxpoints: "outliers"
11395     whiskerwidth: 0
11396   layout:
11397     title: "ip4-3n-skx-x710-64b-2t1c-features-pdr"
11398     layout: "plot-throughput"
11399
11400 - type: "plot"
11401   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-ndr"
11402   algorithm: "plot_performance_box"
11403   output-file-type: ".html"
11404   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr"
11405   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11406   filter: "'NIC_Intel-X710' and
11407            '64B' and
11408            ('IP4BASE' or
11409             'POLICE_MARK' or
11410             'COPWHLIST' or
11411             ('NAT44' and 'BASE') or
11412             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
11413            'NDRPDR' and
11414            '4T2C' and
11415            'IP4FWD' and
11416            not 'IPSEC' and
11417            not 'VHOST'"
11418   parameters:
11419   - "throughput"
11420   - "parent"
11421   - "tags"
11422   sort:
11423   - "DOT1Q"
11424   - "IP4BASE"
11425   - "NAT44"
11426   - "POLICE_MARK"
11427   - "COPWHLIST"
11428   - "IACL"
11429   - "OACL"
11430   traces:
11431     hoverinfo: "x+y"
11432     boxpoints: "outliers"
11433     whiskerwidth: 0
11434   layout:
11435     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
11436     layout: "plot-throughput"
11437
11438 - type: "plot"
11439   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-pdr"
11440   algorithm: "plot_performance_box"
11441   output-file-type: ".html"
11442   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-pdr"
11443   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11444   filter: "'NIC_Intel-X710' and
11445            '64B' and
11446            ('IP4BASE' or
11447             'POLICE_MARK' or
11448             'COPWHLIST' or
11449             ('NAT44' and 'BASE') or
11450             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
11451            'NDRPDR' and
11452            '4T2C' and
11453            'IP4FWD' and
11454            not 'IPSEC' and
11455            not 'VHOST'"
11456   parameters:
11457   - "throughput"
11458   - "parent"
11459   - "tags"
11460   sort:
11461   - "DOT1Q"
11462   - "IP4BASE"
11463   - "NAT44"
11464   - "POLICE_MARK"
11465   - "COPWHLIST"
11466   - "IACL"
11467   - "OACL"
11468   traces:
11469     hoverinfo: "x+y"
11470     boxpoints: "outliers"
11471     whiskerwidth: 0
11472   layout:
11473     title: "ip4-3n-skx-x710-64b-4t2c-features-pdr"
11474     layout: "plot-throughput"
11475
11476 # Packet Throughput - VPP IPv4 3n-skx-x710 features nat44
11477 - type: "plot"
11478   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
11479   algorithm: "plot_performance_box"
11480   output-file-type: ".html"
11481   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
11482   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11483   filter: "'NIC_Intel-X710' and
11484            '64B' and
11485            'NDRPDR' and
11486            '1T1C' and
11487            'IP4FWD' and
11488            ('NAT44' or 'IP4BASE') and
11489            not 'IPSEC' and
11490            not 'VHOST'"
11491   parameters:
11492   - "throughput"
11493   - "parent"
11494   - "tags"
11495   sort:
11496   - "IP4BASE"
11497   - "BASE"
11498   - "SRC_USER_10"
11499   - "SRC_USER_100"
11500   - "SRC_USER_1000"
11501   - "SRC_USER_2000"
11502   traces:
11503     hoverinfo: "x+y"
11504     boxpoints: "outliers"
11505     whiskerwidth: 0
11506   layout:
11507     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
11508     layout: "plot-throughput"
11509
11510 - type: "plot"
11511   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
11512   algorithm: "plot_performance_box"
11513   output-file-type: ".html"
11514   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
11515   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11516   filter: "'NIC_Intel-X710' and
11517            '64B' and
11518            'NDRPDR' and
11519            '1T1C' and
11520            'IP4FWD' and
11521            ('NAT44' or 'IP4BASE') and
11522            not 'IPSEC' and
11523            not 'VHOST'"
11524   parameters:
11525   - "throughput"
11526   - "parent"
11527   - "tags"
11528   sort:
11529   - "IP4BASE"
11530   - "BASE"
11531   - "SRC_USER_10"
11532   - "SRC_USER_100"
11533   - "SRC_USER_1000"
11534   - "SRC_USER_2000"
11535   traces:
11536     hoverinfo: "x+y"
11537     boxpoints: "outliers"
11538     whiskerwidth: 0
11539   layout:
11540     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
11541     layout: "plot-throughput"
11542
11543 - type: "plot"
11544   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
11545   algorithm: "plot_performance_box"
11546   output-file-type: ".html"
11547   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
11548   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11549   filter: "'NIC_Intel-X710' and
11550            '64B' and
11551            'NDRPDR' and
11552            '2T2C' and
11553            'IP4FWD' and
11554            ('NAT44' or 'IP4BASE') and
11555            not 'IPSEC' and
11556            not 'VHOST'"
11557   parameters:
11558   - "throughput"
11559   - "parent"
11560   - "tags"
11561   sort:
11562   - "IP4BASE"
11563   - "BASE"
11564   - "SRC_USER_10"
11565   - "SRC_USER_100"
11566   - "SRC_USER_1000"
11567   - "SRC_USER_2000"
11568   traces:
11569     hoverinfo: "x+y"
11570     boxpoints: "outliers"
11571     whiskerwidth: 0
11572   layout:
11573     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
11574     layout: "plot-throughput"
11575
11576 - type: "plot"
11577   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
11578   algorithm: "plot_performance_box"
11579   output-file-type: ".html"
11580   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
11581   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11582   filter: "'NIC_Intel-X710' and
11583            '64B' and
11584            'NDRPDR' and
11585            '2T2C' and
11586            'IP4FWD' and
11587            ('NAT44' or 'IP4BASE') and
11588            not 'IPSEC' and
11589            not 'VHOST'"
11590   parameters:
11591   - "throughput"
11592   - "parent"
11593   - "tags"
11594   sort:
11595   - "IP4BASE"
11596   - "BASE"
11597   - "SRC_USER_10"
11598   - "SRC_USER_100"
11599   - "SRC_USER_1000"
11600   - "SRC_USER_2000"
11601   traces:
11602     hoverinfo: "x+y"
11603     boxpoints: "outliers"
11604     whiskerwidth: 0
11605   layout:
11606     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
11607     layout: "plot-throughput"
11608
11609 # Packet Throughput - VPP IPv4 3n-skx-x710 features iacl
11610 - type: "plot"
11611   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
11612   algorithm: "plot_performance_box"
11613   output-file-type: ".html"
11614   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
11615   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11616   filter: "'NIC_Intel-X710' and
11617            '64B' and
11618            'NDRPDR' and
11619            '1T1C' and
11620            'IP4FWD' and
11621            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
11622            not 'IPSEC' and
11623            not 'VHOST'"
11624   parameters:
11625   - "throughput"
11626   - "parent"
11627   - "tags"
11628   sort:
11629   - "IP4BASE"
11630   - "ACL_STATELESS"
11631   - "ACL_STATEFUL"
11632   - "ACL_STATELESS"
11633   - "ACL_STATEFUL"
11634   traces:
11635     hoverinfo: "x+y"
11636     boxpoints: "outliers"
11637     whiskerwidth: 0
11638   layout:
11639     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
11640     layout: "plot-throughput"
11641
11642 - type: "plot"
11643   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
11644   algorithm: "plot_performance_box"
11645   output-file-type: ".html"
11646   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
11647   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11648   filter: "'NIC_Intel-X710' and
11649            '64B' and
11650            'NDRPDR' and
11651            '1T1C' and
11652            'IP4FWD' and
11653            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
11654            not 'IPSEC' and
11655            not 'VHOST'"
11656   parameters:
11657   - "throughput"
11658   - "parent"
11659   - "tags"
11660   sort:
11661   - "IP4BASE"
11662   - "ACL_STATELESS"
11663   - "ACL_STATEFUL"
11664   - "ACL_STATELESS"
11665   - "ACL_STATEFUL"
11666   traces:
11667     hoverinfo: "x+y"
11668     boxpoints: "outliers"
11669     whiskerwidth: 0
11670   layout:
11671     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
11672     layout: "plot-throughput"
11673
11674 - type: "plot"
11675   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
11676   algorithm: "plot_performance_box"
11677   output-file-type: ".html"
11678   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
11679   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11680   filter: "'NIC_Intel-X710' and
11681            '64B' and
11682            'NDRPDR' and
11683            '2T2C' and
11684            'IP4FWD' and
11685            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
11686            not 'IPSEC' and
11687            not 'VHOST'"
11688   parameters:
11689   - "throughput"
11690   - "parent"
11691   - "tags"
11692   sort:
11693   - "IP4BASE"
11694   - "ACL_STATELESS"
11695   - "ACL_STATEFUL"
11696   - "ACL_STATELESS"
11697   - "ACL_STATEFUL"
11698   traces:
11699     hoverinfo: "x+y"
11700     boxpoints: "outliers"
11701     whiskerwidth: 0
11702   layout:
11703     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
11704     layout: "plot-throughput"
11705
11706 - type: "plot"
11707   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
11708   algorithm: "plot_performance_box"
11709   output-file-type: ".html"
11710   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
11711   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11712   filter: "'NIC_Intel-X710' and
11713            '64B' and
11714            'NDRPDR' and
11715            '2T2C' and
11716            'IP4FWD' and
11717            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
11718            not 'IPSEC' and
11719            not 'VHOST'"
11720   parameters:
11721   - "throughput"
11722   - "parent"
11723   - "tags"
11724   sort:
11725   - "IP4BASE"
11726   - "ACL_STATELESS"
11727   - "ACL_STATEFUL"
11728   - "ACL_STATELESS"
11729   - "ACL_STATEFUL"
11730   traces:
11731     hoverinfo: "x+y"
11732     boxpoints: "outliers"
11733     whiskerwidth: 0
11734   layout:
11735     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
11736     layout: "plot-throughput"
11737
11738 # Packet Throughput - VPP IPv4 2n-skx-x710 base and scale
11739 - type: "plot"
11740   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
11741   algorithm: "plot_performance_box"
11742   output-file-type: ".html"
11743   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
11744   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11745   filter: "'NIC_Intel-X710' and
11746            '64B' and
11747            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11748            'NDRPDR' and
11749            '2T1C' and
11750            'IP4FWD' and
11751            not 'IPSEC' and
11752            not 'DOT1Q' and
11753            not 'VHOST'"
11754   parameters:
11755   - "throughput"
11756   - "parent"
11757   - "tags"
11758   sort:
11759   - "IP4BASE"
11760   - "FIB_20K"
11761   - "FIB_200K"
11762   - "FIB_2M"
11763   traces:
11764     hoverinfo: "x+y"
11765     boxpoints: "outliers"
11766     whiskerwidth: 0
11767   layout:
11768     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
11769     layout: "plot-throughput"
11770
11771 - type: "plot"
11772   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
11773   algorithm: "plot_performance_box"
11774   output-file-type: ".html"
11775   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
11776   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11777   filter: "'NIC_Intel-X710' and
11778            '64B' and
11779            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11780            'NDRPDR' and
11781            '2T1C' and
11782            'IP4FWD' and
11783            not 'IPSEC' and
11784            not 'DOT1Q' and
11785            not 'VHOST'"
11786   parameters:
11787   - "throughput"
11788   - "parent"
11789   - "tags"
11790   sort:
11791   - "IP4BASE"
11792   - "FIB_20K"
11793   - "FIB_200K"
11794   - "FIB_2M"
11795   traces:
11796     hoverinfo: "x+y"
11797     boxpoints: "outliers"
11798     whiskerwidth: 0
11799   layout:
11800     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
11801     layout: "plot-throughput"
11802
11803 - type: "plot"
11804   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
11805   algorithm: "plot_performance_box"
11806   output-file-type: ".html"
11807   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
11808   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11809   filter: "'NIC_Intel-X710' and
11810            '64B' and
11811            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11812            'NDRPDR' and
11813            '4T2C' and
11814            'IP4FWD' and
11815            not 'IPSEC' and
11816            not 'DOT1Q' and
11817            not 'VHOST'"
11818   parameters:
11819   - "throughput"
11820   - "parent"
11821   - "tags"
11822   sort:
11823   - "IP4BASE"
11824   - "FIB_20K"
11825   - "FIB_200K"
11826   - "FIB_2M"
11827   traces:
11828     hoverinfo: "x+y"
11829     boxpoints: "outliers"
11830     whiskerwidth: 0
11831   layout:
11832     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
11833     layout: "plot-throughput"
11834
11835 - type: "plot"
11836   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
11837   algorithm: "plot_performance_box"
11838   output-file-type: ".html"
11839   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
11840   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11841   filter: "'NIC_Intel-X710' and
11842            '64B' and
11843            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11844            'NDRPDR' and
11845            '4T2C' and
11846            'IP4FWD' and
11847            not 'IPSEC' and
11848            not 'DOT1Q' and
11849            not 'VHOST'"
11850   parameters:
11851   - "throughput"
11852   - "parent"
11853   - "tags"
11854   sort:
11855   - "IP4BASE"
11856   - "FIB_20K"
11857   - "FIB_200K"
11858   - "FIB_2M"
11859   traces:
11860     hoverinfo: "x+y"
11861     boxpoints: "outliers"
11862     whiskerwidth: 0
11863   layout:
11864     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
11865     layout: "plot-throughput"
11866
11867 # Packet Throughput - VPP IPv4 2n-skx-x710 features iacl
11868 - type: "plot"
11869   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-features-iacl-ndr"
11870   algorithm: "plot_performance_box"
11871   output-file-type: ".html"
11872   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-features-iacl-ndr"
11873   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11874   filter: "'NIC_Intel-X710' and
11875            '64B' and
11876            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
11877            'NDRPDR' and
11878            '2T1C' and
11879            'IP4FWD' and
11880            not 'IPSEC' and
11881            not 'DOT1Q' and
11882            not 'VHOST'"
11883   parameters:
11884   - "throughput"
11885   - "parent"
11886   - "tags"
11887   sort:
11888   - "IP4BASE"
11889   - "ACL_STATELESS"
11890   - "ACL_STATEFUL"
11891   - "ACL_STATELESS"
11892   - "ACL_STATEFUL"
11893   traces:
11894     hoverinfo: "x+y"
11895     boxpoints: "outliers"
11896     whiskerwidth: 0
11897   layout:
11898     title: "ip4-2n-skx-x710-64b-2t1c-features-iacl-ndr"
11899     layout: "plot-throughput"
11900
11901 - type: "plot"
11902   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-features-iacl-pdr"
11903   algorithm: "plot_performance_box"
11904   output-file-type: ".html"
11905   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-features-iacl-pdr"
11906   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11907   filter: "'NIC_Intel-X710' and
11908            '64B' and
11909            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
11910            'NDRPDR' and
11911            '2T1C' and
11912            'IP4FWD' and
11913            not 'IPSEC' and
11914            not 'DOT1Q' and
11915            not 'VHOST'"
11916   parameters:
11917   - "throughput"
11918   - "parent"
11919   - "tags"
11920   sort:
11921   - "IP4BASE"
11922   - "ACL_STATELESS"
11923   - "ACL_STATEFUL"
11924   - "ACL_STATELESS"
11925   - "ACL_STATEFUL"
11926   traces:
11927     hoverinfo: "x+y"
11928     boxpoints: "outliers"
11929     whiskerwidth: 0
11930   layout:
11931     title: "ip4-2n-skx-x710-64b-2t1c-features-iacl-pdr"
11932     layout: "plot-throughput"
11933
11934 - type: "plot"
11935   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-features-iacl-ndr"
11936   algorithm: "plot_performance_box"
11937   output-file-type: ".html"
11938   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-features-iacl-ndr"
11939   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11940   filter: "'NIC_Intel-X710' and
11941            '64B' and
11942            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
11943            'NDRPDR' and
11944            '4T2C' and
11945            'IP4FWD' and
11946            not 'IPSEC' and
11947            not 'DOT1Q' and
11948            not 'VHOST'"
11949   parameters:
11950   - "throughput"
11951   - "parent"
11952   - "tags"
11953   sort:
11954   - "IP4BASE"
11955   - "ACL_STATELESS"
11956   - "ACL_STATEFUL"
11957   - "ACL_STATELESS"
11958   - "ACL_STATEFUL"
11959   traces:
11960     hoverinfo: "x+y"
11961     boxpoints: "outliers"
11962     whiskerwidth: 0
11963   layout:
11964     title: "ip4-2n-skx-x710-64b-4t2c-features-iacl-ndr"
11965     layout: "plot-throughput"
11966
11967 - type: "plot"
11968   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-features-iacl-pdr"
11969   algorithm: "plot_performance_box"
11970   output-file-type: ".html"
11971   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-features-iacl-pdr"
11972   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11973   filter: "'NIC_Intel-X710' and
11974            '64B' and
11975            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
11976            'NDRPDR' and
11977            '4T2C' and
11978            'IP4FWD' and
11979            not 'IPSEC' and
11980            not 'DOT1Q' and
11981            not 'VHOST'"
11982   parameters:
11983   - "throughput"
11984   - "parent"
11985   - "tags"
11986   sort:
11987   - "IP4BASE"
11988   - "ACL_STATELESS"
11989   - "ACL_STATEFUL"
11990   - "ACL_STATELESS"
11991   - "ACL_STATEFUL"
11992   traces:
11993     hoverinfo: "x+y"
11994     boxpoints: "outliers"
11995     whiskerwidth: 0
11996   layout:
11997     title: "ip4-2n-skx-x710-64b-4t2c-features-iacl-pdr"
11998     layout: "plot-throughput"
11999
12000 # Packet Throughput - VPP IPv4 2n-skx-xxv710 base and scale
12001 - type: "plot"
12002   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
12003   algorithm: "plot_performance_box"
12004   output-file-type: ".html"
12005   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
12006   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12007   filter: "'NIC_Intel-XXV710' and
12008            '64B' and
12009            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12010            'NDRPDR' and
12011            '2T1C' and
12012            'IP4FWD' and
12013            not 'IPSEC' and
12014            not 'DOT1Q' and
12015            not 'VHOST'"
12016   parameters:
12017   - "throughput"
12018   - "parent"
12019   - "tags"
12020   sort:
12021   - "IP4BASE"
12022   - "FIB_20K"
12023   - "FIB_200K"
12024   - "FIB_2M"
12025   traces:
12026     hoverinfo: "x+y"
12027     boxpoints: "outliers"
12028     whiskerwidth: 0
12029   layout:
12030     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
12031     layout: "plot-throughput"
12032
12033 - type: "plot"
12034   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
12035   algorithm: "plot_performance_box"
12036   output-file-type: ".html"
12037   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
12038   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12039   filter: "'NIC_Intel-XXV710' and
12040            '64B' and
12041            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12042            'NDRPDR' and
12043            '2T1C' and
12044            'IP4FWD' and
12045            not 'IPSEC' and
12046            not 'DOT1Q' and
12047            not 'VHOST'"
12048   parameters:
12049   - "throughput"
12050   - "parent"
12051   - "tags"
12052   sort:
12053   - "IP4BASE"
12054   - "FIB_20K"
12055   - "FIB_200K"
12056   - "FIB_2M"
12057   traces:
12058     hoverinfo: "x+y"
12059     boxpoints: "outliers"
12060     whiskerwidth: 0
12061   layout:
12062     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
12063     layout: "plot-throughput"
12064
12065 - type: "plot"
12066   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
12067   algorithm: "plot_performance_box"
12068   output-file-type: ".html"
12069   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
12070   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12071   filter: "'NIC_Intel-XXV710' and
12072            '64B' and
12073            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12074            'NDRPDR' and
12075            '4T2C' and
12076            'IP4FWD' and
12077            not 'IPSEC' and
12078            not 'DOT1Q' and
12079            not 'VHOST'"
12080   parameters:
12081   - "throughput"
12082   - "parent"
12083   - "tags"
12084   sort:
12085   - "IP4BASE"
12086   - "FIB_20K"
12087   - "FIB_200K"
12088   - "FIB_2M"
12089   traces:
12090     hoverinfo: "x+y"
12091     boxpoints: "outliers"
12092     whiskerwidth: 0
12093   layout:
12094     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
12095     layout: "plot-throughput"
12096
12097 - type: "plot"
12098   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
12099   algorithm: "plot_performance_box"
12100   output-file-type: ".html"
12101   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
12102   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12103   filter: "'NIC_Intel-XXV710' and
12104            '64B' and
12105            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12106            'NDRPDR' and
12107            '4T2C' and
12108            'IP4FWD' and
12109            not 'IPSEC' and
12110            not 'DOT1Q' and
12111            not 'VHOST'"
12112   parameters:
12113   - "throughput"
12114   - "parent"
12115   - "tags"
12116   sort:
12117   - "IP4BASE"
12118   - "FIB_20K"
12119   - "FIB_200K"
12120   - "FIB_2M"
12121   traces:
12122     hoverinfo: "x+y"
12123     boxpoints: "outliers"
12124     whiskerwidth: 0
12125   layout:
12126     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
12127     layout: "plot-throughput"
12128
12129 ## Packet Throughput - VPP IPv4 2n-dnv-x553 base and scale
12130 #- type: "plot"
12131 #  title: "VPP Throughput: ip4-2n-dnv-x553-64b-1t1c-base-ndr"
12132 #  algorithm: "plot_performance_box"
12133 #  output-file-type: ".html"
12134 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-1t1c-base-ndr"
12135 #  data: "intel-dnv-vpp"
12136 #  filter: "'NIC_Intel-X553' and
12137 #           '64B' and
12138 #           'IP4BASE' and
12139 #           'NDRPDR' and
12140 #           '1T1C' and
12141 #           'IP4FWD' and
12142 #           not 'IPSEC' and
12143 #           not 'VHOST'"
12144 #  parameters:
12145 #  - "throughput"
12146 #  - "parent"
12147 #  - "tags"
12148 #  sort:
12149 #  - "IP4BASE"
12150 #  traces:
12151 #    hoverinfo: "x+y"
12152 #    boxpoints: "outliers"
12153 #    whiskerwidth: 0
12154 #  layout:
12155 #    title: "ip4-2n-dnv-x553-64b-1t1c-base-ndr"
12156 #    layout: "plot-throughput"
12157 #
12158 #- type: "plot"
12159 #  title: "VPP Throughput: ip4-2n-dnv-x553-64b-1t1c-base-pdr"
12160 #  algorithm: "plot_performance_box"
12161 #  output-file-type: ".html"
12162 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-1t1c-base-pdr"
12163 #  data: "intel-dnv-vpp"
12164 #  filter: "'NIC_Intel-X553' and
12165 #           '64B' and
12166 #           'IP4BASE' and
12167 #           'NDRPDR' and
12168 #           '1T1C' and
12169 #           'IP4FWD' and
12170 #           not 'IPSEC' and
12171 #           not 'VHOST'"
12172 #  parameters:
12173 #  - "throughput"
12174 #  - "parent"
12175 #  - "tags"
12176 #  sort:
12177 #  - "IP4BASE"
12178 #  traces:
12179 #    hoverinfo: "x+y"
12180 #    boxpoints: "outliers"
12181 #    whiskerwidth: 0
12182 #  layout:
12183 #    title: "ip4-2n-dnv-x553-64b-1t1c-base-pdr"
12184 #    layout: "plot-throughput"
12185 #
12186 #- type: "plot"
12187 #  title: "VPP Throughput: ip4-2n-dnv-x553-64b-2t2c-base-ndr"
12188 #  algorithm: "plot_performance_box"
12189 #  output-file-type: ".html"
12190 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-2t2c-base-ndr"
12191 #  data: "intel-dnv-vpp"
12192 #  filter: "'NIC_Intel-X553' and
12193 #           '64B' and
12194 #           'IP4BASE' and
12195 #           'NDRPDR' and
12196 #           '2T2C' and
12197 #           'IP4FWD' and
12198 #           not 'IPSEC' and
12199 #           not 'VHOST'"
12200 #  parameters:
12201 #  - "throughput"
12202 #  - "parent"
12203 #  - "tags"
12204 #  sort:
12205 #  - "IP4BASE"
12206 #  traces:
12207 #    hoverinfo: "x+y"
12208 #    boxpoints: "outliers"
12209 #    whiskerwidth: 0
12210 #  layout:
12211 #    title: "ip4-2n-dnv-x553-64b-2t2c-base-ndr"
12212 #    layout: "plot-throughput"
12213 #
12214 #- type: "plot"
12215 #  title: "VPP Throughput: ip4-2n-dnv-x553-64b-2t2c-base-pdr"
12216 #  algorithm: "plot_performance_box"
12217 #  output-file-type: ".html"
12218 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-2t2c-base-pdr"
12219 #  data: "intel-dnv-vpp"
12220 #  filter: "'NIC_Intel-X553' and
12221 #           '64B' and
12222 #           'IP4BASE' and
12223 #           'NDRPDR' and
12224 #           '2T2C' and
12225 #           'IP4FWD' and
12226 #           not 'IPSEC' and
12227 #           not 'VHOST'"
12228 #  parameters:
12229 #  - "throughput"
12230 #  - "parent"
12231 #  - "tags"
12232 #  sort:
12233 #  - "IP4BASE"
12234 #  traces:
12235 #    hoverinfo: "x+y"
12236 #    boxpoints: "outliers"
12237 #    whiskerwidth: 0
12238 #  layout:
12239 #    title: "ip4-2n-dnv-x553-64b-2t2c-base-pdr"
12240 #    layout: "plot-throughput"
12241
12242 ################################################################################
12243
12244 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520 - features
12245 - type: "plot"
12246   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
12247   algorithm: "plot_performance_box"
12248   output-file-type: ".html"
12249   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
12250   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12251   filter: "'NIC_Intel-X520-DA2' and
12252            '64B' and
12253            'ENCAP' and
12254            'NDRPDR' and
12255            '1T1C' and
12256            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12257            not 'DOT1Q' and
12258            not 'VHOST' and
12259            not 'IPSECHW'"
12260   parameters:
12261   - "throughput"
12262   - "parent"
12263   - "tags"
12264   sort:
12265   - "IP4BASE"
12266   - "L2BDMACLRN"
12267   - "L2XCFWD"
12268   - "LISP"
12269   traces:
12270     hoverinfo: "x+y"
12271     boxpoints: "outliers"
12272     whiskerwidth: 0
12273   layout:
12274     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
12275     layout: "plot-throughput"
12276
12277 - type: "plot"
12278   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
12279   algorithm: "plot_performance_box"
12280   output-file-type: ".html"
12281   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
12282   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12283   filter: "'NIC_Intel-X520-DA2' and
12284            '64B' and
12285            'ENCAP' and
12286            'NDRPDR' and
12287            '2T2C' and
12288            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12289            not 'DOT1Q' and
12290            not 'VHOST' and
12291            not 'IPSECHW'"
12292   parameters:
12293   - "throughput"
12294   - "parent"
12295   - "tags"
12296   sort:
12297   - "IP4BASE"
12298   - "L2BDMACLRN"
12299   - "L2XCFWD"
12300   - "LISP"
12301   traces:
12302     hoverinfo: "x+y"
12303     boxpoints: "outliers"
12304     whiskerwidth: 0
12305   layout:
12306     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
12307     layout: "plot-throughput"
12308
12309 - type: "plot"
12310   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
12311   algorithm: "plot_performance_box"
12312   output-file-type: ".html"
12313   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
12314   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12315   filter: "'NIC_Intel-X520-DA2' and
12316            '64B' and
12317            'ENCAP' and
12318            'NDRPDR' and
12319            '1T1C' and
12320            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12321            not 'DOT1Q' and
12322            not 'VHOST' and
12323            not 'IPSECHW'"
12324   parameters:
12325   - "throughput"
12326   - "parent"
12327   - "tags"
12328   sort:
12329   - "IP4BASE"
12330   - "L2BDMACLRN"
12331   - "L2XCFWD"
12332   - "LISP"
12333   traces:
12334     hoverinfo: "x+y"
12335     boxpoints: "outliers"
12336     whiskerwidth: 0
12337   layout:
12338     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
12339     layout: "plot-throughput"
12340
12341 - type: "plot"
12342   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
12343   algorithm: "plot_performance_box"
12344   output-file-type: ".html"
12345   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
12346   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12347   filter: "'NIC_Intel-X520-DA2' and
12348            '64B' and
12349            'ENCAP' and
12350            'NDRPDR' and
12351            '2T2C' and
12352            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12353            not 'DOT1Q' and
12354            not 'VHOST' and
12355            not 'IPSECHW'"
12356   parameters:
12357   - "throughput"
12358   - "parent"
12359   - "tags"
12360   sort:
12361   - "IP4BASE"
12362   - "L2BDMACLRN"
12363   - "L2XCFWD"
12364   - "LISP"
12365   traces:
12366     hoverinfo: "x+y"
12367     boxpoints: "outliers"
12368     whiskerwidth: 0
12369   layout:
12370     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
12371     layout: "plot-throughput"
12372
12373 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 base and scale
12374 - type: "plot"
12375   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
12376   algorithm: "plot_performance_box"
12377   output-file-type: ".html"
12378   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
12379   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12380   filter: "'NIC_Intel-X710' and
12381            '64B' and
12382            'ENCAP' and
12383            'NDRPDR' and
12384            '1T1C' and
12385            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12386            not 'VHOST' and
12387            not 'IPSECHW'"
12388   parameters:
12389   - "throughput"
12390   - "parent"
12391   - "tags"
12392   sort:
12393   - "IP4BASE"
12394   - "LISP"
12395   - "VXLAN_1"
12396   - "VXLAN_10"
12397   - "VXLAN_100"
12398   - "VXLAN_1000"
12399   traces:
12400     hoverinfo: "x+y"
12401     boxpoints: "outliers"
12402     whiskerwidth: 0
12403   layout:
12404     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
12405     layout: "plot-throughput"
12406
12407 - type: "plot"
12408   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
12409   algorithm: "plot_performance_box"
12410   output-file-type: ".html"
12411   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
12412   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12413   filter: "'NIC_Intel-X710' and
12414            '64B' and
12415            'ENCAP' and
12416            'NDRPDR' and
12417            '1T1C' and
12418            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12419            not 'VHOST' and
12420            not 'IPSECHW'"
12421   parameters:
12422   - "throughput"
12423   - "parent"
12424   - "tags"
12425   sort:
12426   - "IP4BASE"
12427   - "LISP"
12428   - "VXLAN_1"
12429   - "VXLAN_10"
12430   - "VXLAN_100"
12431   - "VXLAN_1000"
12432   traces:
12433     hoverinfo: "x+y"
12434     boxpoints: "outliers"
12435     whiskerwidth: 0
12436   layout:
12437     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
12438     layout: "plot-throughput"
12439
12440 - type: "plot"
12441   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
12442   algorithm: "plot_performance_box"
12443   output-file-type: ".html"
12444   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
12445   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12446   filter: "'NIC_Intel-X710' and
12447            '64B' and
12448            'ENCAP' and
12449            'NDRPDR' and
12450            '2T2C' and
12451            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12452            not 'VHOST' and
12453            not 'IPSECHW'"
12454   parameters:
12455   - "throughput"
12456   - "parent"
12457   - "tags"
12458   sort:
12459   - "IP4BASE"
12460   - "LISP"
12461   - "VXLAN_1"
12462   - "VXLAN_10"
12463   - "VXLAN_100"
12464   - "VXLAN_1000"
12465   traces:
12466     hoverinfo: "x+y"
12467     boxpoints: "outliers"
12468     whiskerwidth: 0
12469   layout:
12470     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
12471     layout: "plot-throughput"
12472
12473 - type: "plot"
12474   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
12475   algorithm: "plot_performance_box"
12476   output-file-type: ".html"
12477   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
12478   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12479   filter: "'NIC_Intel-X710' and
12480            '64B' and
12481            'ENCAP' and
12482            'NDRPDR' and
12483            '2T2C' and
12484            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12485            not 'VHOST' and
12486            not 'IPSECHW'"
12487   parameters:
12488   - "throughput"
12489   - "parent"
12490   - "tags"
12491   sort:
12492   - "IP4BASE"
12493   - "LISP"
12494   - "VXLAN_1"
12495   - "VXLAN_10"
12496   - "VXLAN_100"
12497   - "VXLAN_1000"
12498   traces:
12499     hoverinfo: "x+y"
12500     boxpoints: "outliers"
12501     whiskerwidth: 0
12502   layout:
12503     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
12504     layout: "plot-throughput"
12505
12506 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 - features
12507 - type: "plot"
12508   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
12509   algorithm: "plot_performance_box"
12510   output-file-type: ".html"
12511   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
12512   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12513   filter: "'NIC_Intel-X710' and
12514            '64B' and
12515            'ENCAP' and
12516            'NDRPDR' and
12517            '1T1C' and
12518            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
12519            not 'DOT1Q' and
12520            not 'VHOST' and
12521            not 'IPSECHW'"
12522   parameters:
12523   - "throughput"
12524   - "parent"
12525   - "tags"
12526   sort:
12527   - "IP4BASE"
12528   - "L2BDMACLRN"
12529   - "L2XCFWD"
12530   - "LISP"
12531   traces:
12532     hoverinfo: "x+y"
12533     boxpoints: "outliers"
12534     whiskerwidth: 0
12535   layout:
12536     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
12537     layout: "plot-throughput"
12538
12539 - type: "plot"
12540   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
12541   algorithm: "plot_performance_box"
12542   output-file-type: ".html"
12543   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
12544   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12545   filter: "'NIC_Intel-X710' and
12546            '64B' and
12547            'ENCAP' and
12548            'NDRPDR' and
12549            '2T2C' and
12550            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12551            not 'DOT1Q' and
12552            not 'VHOST' and
12553            not 'IPSECHW'"
12554   parameters:
12555   - "throughput"
12556   - "parent"
12557   - "tags"
12558   sort:
12559   - "IP4BASE"
12560   - "L2BDMACLRN"
12561   - "L2XCFWD"
12562   - "LISP"
12563   traces:
12564     hoverinfo: "x+y"
12565     boxpoints: "outliers"
12566     whiskerwidth: 0
12567   layout:
12568     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
12569     layout: "plot-throughput"
12570
12571 - type: "plot"
12572   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
12573   algorithm: "plot_performance_box"
12574   output-file-type: ".html"
12575   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
12576   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12577   filter: "'NIC_Intel-X710' and
12578            '64B' and
12579            'ENCAP' and
12580            'NDRPDR' and
12581            '1T1C' and
12582            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12583            not 'DOT1Q' and
12584            not 'VHOST' and
12585            not 'IPSECHW'"
12586   parameters:
12587   - "throughput"
12588   - "parent"
12589   - "tags"
12590   sort:
12591   - "IP4BASE"
12592   - "L2BDMACLRN"
12593   - "L2XCFWD"
12594   - "LISP"
12595   traces:
12596     hoverinfo: "x+y"
12597     boxpoints: "outliers"
12598     whiskerwidth: 0
12599   layout:
12600     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
12601     layout: "plot-throughput"
12602
12603 - type: "plot"
12604   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
12605   algorithm: "plot_performance_box"
12606   output-file-type: ".html"
12607   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
12608   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12609   filter: "'NIC_Intel-X710' and
12610            '64B' and
12611            'ENCAP' and
12612            'NDRPDR' and
12613            '2T2C' and
12614            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12615            not 'DOT1Q' and
12616            not 'VHOST' and
12617            not 'IPSECHW'"
12618   parameters:
12619   - "throughput"
12620   - "parent"
12621   - "tags"
12622   sort:
12623   - "IP4BASE"
12624   - "L2BDMACLRN"
12625   - "L2XCFWD"
12626   - "LISP"
12627   traces:
12628     hoverinfo: "x+y"
12629     boxpoints: "outliers"
12630     whiskerwidth: 0
12631   layout:
12632     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
12633     layout: "plot-throughput"
12634
12635 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 base and scale
12636 - type: "plot"
12637   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
12638   algorithm: "plot_performance_box"
12639   output-file-type: ".html"
12640   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
12641   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12642   filter: "'NIC_Intel-X710' and
12643            '64B' and
12644            'ENCAP' and
12645            'NDRPDR' and
12646            '2T1C' and
12647            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12648            not 'VHOST' and
12649            not 'IPSECHW'"
12650   parameters:
12651   - "throughput"
12652   - "parent"
12653   - "tags"
12654   sort:
12655   - "IP4BASE"
12656   - "LISP"
12657   - "VXLAN_1"
12658   - "VXLAN_10"
12659   - "VXLAN_100"
12660   - "VXLAN_1000"
12661   traces:
12662     hoverinfo: "x+y"
12663     boxpoints: "outliers"
12664     whiskerwidth: 0
12665   layout:
12666     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
12667     layout: "plot-throughput"
12668
12669 - type: "plot"
12670   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
12671   algorithm: "plot_performance_box"
12672   output-file-type: ".html"
12673   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
12674   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12675   filter: "'NIC_Intel-X710' and
12676            '64B' and
12677            'ENCAP' and
12678            'NDRPDR' and
12679            '2T1C' and
12680            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12681            not 'VHOST' and
12682            not 'IPSECHW'"
12683   parameters:
12684   - "throughput"
12685   - "parent"
12686   - "tags"
12687   sort:
12688   - "IP4BASE"
12689   - "LISP"
12690   - "VXLAN_1"
12691   - "VXLAN_10"
12692   - "VXLAN_100"
12693   - "VXLAN_1000"
12694   traces:
12695     hoverinfo: "x+y"
12696     boxpoints: "outliers"
12697     whiskerwidth: 0
12698   layout:
12699     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
12700     layout: "plot-throughput"
12701
12702 - type: "plot"
12703   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
12704   algorithm: "plot_performance_box"
12705   output-file-type: ".html"
12706   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
12707   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12708   filter: "'NIC_Intel-X710' and
12709            '64B' and
12710            'ENCAP' and
12711            'NDRPDR' and
12712            '4T2C' and
12713            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12714            not 'VHOST' and
12715            not 'IPSECHW'"
12716   parameters:
12717   - "throughput"
12718   - "parent"
12719   - "tags"
12720   sort:
12721   - "IP4BASE"
12722   - "LISP"
12723   - "VXLAN_1"
12724   - "VXLAN_10"
12725   - "VXLAN_100"
12726   - "VXLAN_1000"
12727   traces:
12728     hoverinfo: "x+y"
12729     boxpoints: "outliers"
12730     whiskerwidth: 0
12731   layout:
12732     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
12733     layout: "plot-throughput"
12734
12735 - type: "plot"
12736   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
12737   algorithm: "plot_performance_box"
12738   output-file-type: ".html"
12739   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
12740   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12741   filter: "'NIC_Intel-X710' and
12742            '64B' and
12743            'ENCAP' and
12744            'NDRPDR' and
12745            '4T2C' and
12746            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12747            not 'VHOST' and
12748            not 'IPSECHW'"
12749   parameters:
12750   - "throughput"
12751   - "parent"
12752   - "tags"
12753   sort:
12754   - "IP4BASE"
12755   - "LISP"
12756   - "VXLAN_1"
12757   - "VXLAN_10"
12758   - "VXLAN_100"
12759   - "VXLAN_1000"
12760   traces:
12761     hoverinfo: "x+y"
12762     boxpoints: "outliers"
12763     whiskerwidth: 0
12764   layout:
12765     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
12766     layout: "plot-throughput"
12767
12768 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 - features
12769 - type: "plot"
12770   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
12771   algorithm: "plot_performance_box"
12772   output-file-type: ".html"
12773   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
12774   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12775   filter: "'NIC_Intel-X710' and
12776            '64B' and
12777            'ENCAP' and
12778            'NDRPDR' and
12779            '2T1C' and
12780            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12781            not 'DOT1Q' and
12782            not 'VHOST' and
12783            not 'IPSECHW'"
12784   parameters:
12785   - "throughput"
12786   - "parent"
12787   - "tags"
12788   sort:
12789   - "IP4BASE"
12790   - "L2BDMACLRN"
12791   - "L2XCFWD"
12792   - "LISP"
12793   traces:
12794     hoverinfo: "x+y"
12795     boxpoints: "outliers"
12796     whiskerwidth: 0
12797   layout:
12798     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
12799     layout: "plot-throughput"
12800
12801 - type: "plot"
12802   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
12803   algorithm: "plot_performance_box"
12804   output-file-type: ".html"
12805   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
12806   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12807   filter: "'NIC_Intel-X710' and
12808            '64B' and
12809            'ENCAP' and
12810            'NDRPDR' and
12811            '4T2C' and
12812            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12813            not 'DOT1Q' and
12814            not 'VHOST' and
12815            not 'IPSECHW'"
12816   parameters:
12817   - "throughput"
12818   - "parent"
12819   - "tags"
12820   sort:
12821   - "IP4BASE"
12822   - "L2BDMACLRN"
12823   - "L2XCFWD"
12824   - "LISP"
12825   traces:
12826     hoverinfo: "x+y"
12827     boxpoints: "outliers"
12828     whiskerwidth: 0
12829   layout:
12830     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
12831     layout: "plot-throughput"
12832
12833 - type: "plot"
12834   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
12835   algorithm: "plot_performance_box"
12836   output-file-type: ".html"
12837   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
12838   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12839   filter: "'NIC_Intel-X710' and
12840            '64B' and
12841            'ENCAP' and
12842            'NDRPDR' and
12843            '2T1C' and
12844            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12845            not 'DOT1Q' and
12846            not 'VHOST' and
12847            not 'IPSECHW'"
12848   parameters:
12849   - "throughput"
12850   - "parent"
12851   - "tags"
12852   sort:
12853   - "IP4BASE"
12854   - "L2BDMACLRN"
12855   - "L2XCFWD"
12856   - "LISP"
12857   traces:
12858     hoverinfo: "x+y"
12859     boxpoints: "outliers"
12860     whiskerwidth: 0
12861   layout:
12862     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
12863     layout: "plot-throughput"
12864
12865 - type: "plot"
12866   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
12867   algorithm: "plot_performance_box"
12868   output-file-type: ".html"
12869   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
12870   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12871   filter: "'NIC_Intel-X710' and
12872            '64B' and
12873            'ENCAP' and
12874            'NDRPDR' and
12875            '4T2C' and
12876            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12877            not 'DOT1Q' and
12878            not 'VHOST' and
12879            not 'IPSECHW'"
12880   parameters:
12881   - "throughput"
12882   - "parent"
12883   - "tags"
12884   sort:
12885   - "IP4BASE"
12886   - "L2BDMACLRN"
12887   - "L2XCFWD"
12888   - "LISP"
12889   traces:
12890     hoverinfo: "x+y"
12891     boxpoints: "outliers"
12892     whiskerwidth: 0
12893   layout:
12894     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
12895     layout: "plot-throughput"
12896
12897 ################################################################################
12898
12899 # Packet Throughput - VPP IPv6 3n-hsw-x520
12900 - type: "plot"
12901   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base-ndr"
12902   algorithm: "plot_performance_box"
12903   output-file-type: ".html"
12904   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base-ndr"
12905   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12906   filter: "'NIC_Intel-X520-DA2' and
12907            '78B' and
12908            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12909            'NDRPDR' and
12910            '1T1C' and
12911            'IP6FWD' and
12912            not 'SRv6' and
12913            not 'IPSEC' and
12914            not 'VHOST'"
12915   parameters:
12916   - "throughput"
12917   - "parent"
12918   - "tags"
12919   sort:
12920   - "IP6BASE"
12921   - "FIB_20K"
12922   - "FIB_200K"
12923   - "FIB_2M"
12924   traces:
12925     hoverinfo: "x+y"
12926     boxpoints: "outliers"
12927     whiskerwidth: 0
12928   layout:
12929     title: "ip6-3n-hsw-x520-78b-1t1c-base-ndr"
12930     layout: "plot-throughput"
12931
12932 - type: "plot"
12933   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base-pdr"
12934   algorithm: "plot_performance_box"
12935   output-file-type: ".html"
12936   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base-pdr"
12937   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12938   filter: "'NIC_Intel-X520-DA2' and
12939            '78B' and
12940            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12941            'NDRPDR' and
12942            '1T1C' and
12943            'IP6FWD' and
12944            not 'SRv6' and
12945            not 'IPSEC' and
12946            not 'VHOST'"
12947   parameters:
12948   - "throughput"
12949   - "parent"
12950   - "tags"
12951   sort:
12952   - "IP6BASE"
12953   - "FIB_20K"
12954   - "FIB_200K"
12955   - "FIB_2M"
12956   traces:
12957     hoverinfo: "x+y"
12958     boxpoints: "outliers"
12959     whiskerwidth: 0
12960   layout:
12961     title: "ip6-3n-hsw-x520-78b-1t1c-base-pdr"
12962     layout: "plot-throughput"
12963
12964 - type: "plot"
12965   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base-ndr"
12966   algorithm: "plot_performance_box"
12967   output-file-type: ".html"
12968   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base-ndr"
12969   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12970   filter: "'NIC_Intel-X520-DA2' and
12971            '78B' and
12972            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12973            'NDRPDR' and
12974            '2T2C' and
12975            'IP6FWD' and
12976            not 'SRv6' and
12977            not 'IPSEC' and
12978            not 'VHOST'"
12979   parameters:
12980   - "throughput"
12981   - "parent"
12982   - "tags"
12983   sort:
12984   - "IP6BASE"
12985   - "FIB_20K"
12986   - "FIB_200K"
12987   - "FIB_2M"
12988   traces:
12989     hoverinfo: "x+y"
12990     boxpoints: "outliers"
12991     whiskerwidth: 0
12992   layout:
12993     title: "ip6-3n-hsw-x520-78b-2t2c-base-ndr"
12994     layout: "plot-throughput"
12995
12996 - type: "plot"
12997   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base-pdr"
12998   algorithm: "plot_performance_box"
12999   output-file-type: ".html"
13000   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base-pdr"
13001   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13002   filter: "'NIC_Intel-X520-DA2' and
13003            '78B' and
13004            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13005            'NDRPDR' and
13006            '2T2C' and
13007            'IP6FWD' and
13008            not 'SRv6' and
13009            not 'IPSEC' and
13010            not 'VHOST'"
13011   parameters:
13012   - "throughput"
13013   - "parent"
13014   - "tags"
13015   sort:
13016   - "IP6BASE"
13017   - "FIB_20K"
13018   - "FIB_200K"
13019   - "FIB_2M"
13020   traces:
13021     hoverinfo: "x+y"
13022     boxpoints: "outliers"
13023     whiskerwidth: 0
13024   layout:
13025     title: "ip6-3n-hsw-x520-78b-2t2c-base-pdr"
13026     layout: "plot-throughput"
13027
13028 # Packet Throughput - VPP IPv6 3n-hsw-x710
13029 - type: "plot"
13030   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
13031   algorithm: "plot_performance_box"
13032   output-file-type: ".html"
13033   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
13034   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13035   filter: "'NIC_Intel-X710' and
13036            '78B' and
13037            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13038            'NDRPDR' and
13039            '1T1C' and
13040            'IP6FWD' and
13041            not 'SRv6' and
13042            not 'IPSEC' and
13043            not 'VHOST'"
13044   parameters:
13045   - "throughput"
13046   - "parent"
13047   - "tags"
13048   sort:
13049   - "IP6BASE"
13050   - "FIB_20K"
13051   - "FIB_200K"
13052   - "FIB_2M"
13053   traces:
13054     hoverinfo: "x+y"
13055     boxpoints: "outliers"
13056     whiskerwidth: 0
13057   layout:
13058     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
13059     layout: "plot-throughput"
13060
13061 - type: "plot"
13062   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
13063   algorithm: "plot_performance_box"
13064   output-file-type: ".html"
13065   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
13066   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13067   filter: "'NIC_Intel-X710' and
13068            '78B' and
13069            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13070            'NDRPDR' and
13071            '1T1C' and
13072            'IP6FWD' and
13073            not 'SRv6' and
13074            not 'IPSEC' and
13075            not 'VHOST'"
13076   parameters:
13077   - "throughput"
13078   - "parent"
13079   - "tags"
13080   sort:
13081   - "IP6BASE"
13082   - "FIB_20K"
13083   - "FIB_200K"
13084   - "FIB_2M"
13085   traces:
13086     hoverinfo: "x+y"
13087     boxpoints: "outliers"
13088     whiskerwidth: 0
13089   layout:
13090     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
13091     layout: "plot-throughput"
13092
13093 - type: "plot"
13094   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
13095   algorithm: "plot_performance_box"
13096   output-file-type: ".html"
13097   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
13098   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13099   filter: "'NIC_Intel-X710' and
13100            '78B' and
13101            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13102            'NDRPDR' and
13103            '2T2C' and
13104            'IP6FWD' and
13105            not 'SRv6' and
13106            not 'IPSEC' and
13107            not 'VHOST'"
13108   parameters:
13109   - "throughput"
13110   - "parent"
13111   - "tags"
13112   sort:
13113   - "IP6BASE"
13114   - "FIB_20K"
13115   - "FIB_200K"
13116   - "FIB_2M"
13117   traces:
13118     hoverinfo: "x+y"
13119     boxpoints: "outliers"
13120     whiskerwidth: 0
13121   layout:
13122     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
13123     layout: "plot-throughput"
13124
13125 - type: "plot"
13126   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
13127   algorithm: "plot_performance_box"
13128   output-file-type: ".html"
13129   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
13130   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13131   filter: "'NIC_Intel-X710' and
13132            '78B' and
13133            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13134            'NDRPDR' and
13135            '2T2C' and
13136            'IP6FWD' and
13137            not 'SRv6' and
13138            not 'IPSEC' and
13139            not 'VHOST'"
13140   parameters:
13141   - "throughput"
13142   - "parent"
13143   - "tags"
13144   sort:
13145   - "IP6BASE"
13146   - "FIB_20K"
13147   - "FIB_200K"
13148   - "FIB_2M"
13149   traces:
13150     hoverinfo: "x+y"
13151     boxpoints: "outliers"
13152     whiskerwidth: 0
13153   layout:
13154     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
13155     layout: "plot-throughput"
13156
13157 # Packet Throughput - VPP IPv6 3n-hsw-x710 - features
13158 - type: "plot"
13159   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
13160   algorithm: "plot_performance_box"
13161   output-file-type: ".html"
13162   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
13163   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13164   filter: "'NIC_Intel-X710' and
13165            '78B' and
13166            ('IP6BASE' or
13167             'POLICE_MARK' or
13168             'COPWHLIST' or
13169             'IACLDST') and
13170            'NDRPDR' and
13171            '1T1C' and
13172            'IP6FWD' and
13173            not 'SRv6' and
13174            not 'IPSEC' and
13175            not 'VHOST'"
13176   parameters:
13177   - "throughput"
13178   - "parent"
13179   - "tags"
13180   sort:
13181   - "IP6BASE"
13182   - "POLICE_MARK"
13183   - "COPWHLIST"
13184   - "IACLDST"
13185   traces:
13186     hoverinfo: "x+y"
13187     boxpoints: "outliers"
13188     whiskerwidth: 0
13189   layout:
13190     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
13191     layout: "plot-throughput"
13192
13193 - type: "plot"
13194   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
13195   algorithm: "plot_performance_box"
13196   output-file-type: ".html"
13197   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
13198   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13199   filter: "'NIC_Intel-X710' and
13200            '78B' and
13201            ('IP6BASE' or
13202             'POLICE_MARK' or
13203             'COPWHLIST' or
13204             'IACLDST') and
13205            'NDRPDR' and
13206            '2T2C' and
13207            'IP6FWD' and
13208            not 'SRv6' and
13209            not 'IPSEC' and
13210            not 'VHOST'"
13211   parameters:
13212   - "throughput"
13213   - "parent"
13214   - "tags"
13215   sort:
13216   - "IP6BASE"
13217   - "POLICE_MARK"
13218   - "COPWHLIST"
13219   - "IACLDST"
13220   traces:
13221     hoverinfo: "x+y"
13222     boxpoints: "outliers"
13223     whiskerwidth: 0
13224   layout:
13225     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
13226     layout: "plot-throughput"
13227
13228 - type: "plot"
13229   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
13230   algorithm: "plot_performance_box"
13231   output-file-type: ".html"
13232   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
13233   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13234   filter: "'NIC_Intel-X710' and
13235            '78B' and
13236            ('IP6BASE' or
13237             'POLICE_MARK' or
13238             'COPWHLIST' or
13239             'IACLDST') and
13240            'NDRPDR' and
13241            '1T1C' and
13242            'IP6FWD' and
13243            not 'SRv6' and
13244            not 'IPSEC' and
13245            not 'VHOST'"
13246   parameters:
13247   - "throughput"
13248   - "parent"
13249   - "tags"
13250   sort:
13251   - "IP6BASE"
13252   - "POLICE_MARK"
13253   - "COPWHLIST"
13254   - "IACLDST"
13255   traces:
13256     hoverinfo: "x+y"
13257     boxpoints: "outliers"
13258     whiskerwidth: 0
13259   layout:
13260     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
13261     layout: "plot-throughput"
13262
13263 - type: "plot"
13264   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
13265   algorithm: "plot_performance_box"
13266   output-file-type: ".html"
13267   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
13268   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13269   filter: "'NIC_Intel-X710' and
13270            '78B' and
13271            ('IP6BASE' or
13272             'POLICE_MARK' or
13273             'COPWHLIST' or
13274             'IACLDST') and
13275            'NDRPDR' and
13276            '2T2C' and
13277            'IP6FWD' and
13278            not 'SRv6' and
13279            not 'IPSEC' and
13280            not 'VHOST'"
13281   parameters:
13282   - "throughput"
13283   - "parent"
13284   - "tags"
13285   sort:
13286   - "IP6BASE"
13287   - "POLICE_MARK"
13288   - "COPWHLIST"
13289   - "IACLDST"
13290   traces:
13291     hoverinfo: "x+y"
13292     boxpoints: "outliers"
13293     whiskerwidth: 0
13294   layout:
13295     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
13296     layout: "plot-throughput"
13297
13298 # Packet Throughput - VPP IPv6 3n-hsw-xl710
13299 - type: "plot"
13300   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base-ndr"
13301   algorithm: "plot_performance_box"
13302   output-file-type: ".html"
13303   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base-ndr"
13304   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13305   filter: "'NIC_Intel-XL710' and
13306            '78B' and
13307            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13308            'NDRPDR' and
13309            '1T1C' and
13310            'IP6FWD' and
13311            not 'SRv6' and
13312            not 'IPSEC' and
13313            not 'VHOST'"
13314   parameters:
13315   - "throughput"
13316   - "parent"
13317   - "tags"
13318   sort:
13319   - "IP6BASE"
13320   - "FIB_20K"
13321   - "FIB_200K"
13322   - "FIB_2M"
13323   traces:
13324     hoverinfo: "x+y"
13325     boxpoints: "outliers"
13326     whiskerwidth: 0
13327   layout:
13328     title: "ip6-3n-hsw-xl710-78b-1t1c-base-ndr"
13329     layout: "plot-throughput"
13330
13331 - type: "plot"
13332   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base-pdr"
13333   algorithm: "plot_performance_box"
13334   output-file-type: ".html"
13335   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base-pdr"
13336   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13337   filter: "'NIC_Intel-XL710' and
13338            '78B' and
13339            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13340            'NDRPDR' and
13341            '1T1C' and
13342            'IP6FWD' and
13343            not 'SRv6' and
13344            not 'IPSEC' and
13345            not 'VHOST'"
13346   parameters:
13347   - "throughput"
13348   - "parent"
13349   - "tags"
13350   sort:
13351   - "IP6BASE"
13352   - "FIB_20K"
13353   - "FIB_200K"
13354   - "FIB_2M"
13355   traces:
13356     hoverinfo: "x+y"
13357     boxpoints: "outliers"
13358     whiskerwidth: 0
13359   layout:
13360     title: "ip6-3n-hsw-xl710-78b-1t1c-base-pdr"
13361     layout: "plot-throughput"
13362
13363 - type: "plot"
13364   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base-ndr"
13365   algorithm: "plot_performance_box"
13366   output-file-type: ".html"
13367   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base-ndr"
13368   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13369   filter: "'NIC_Intel-XL710' and
13370            '78B' and
13371            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13372            'NDRPDR' and
13373            '2T2C' and
13374            'IP6FWD' and
13375            not 'SRv6' and
13376            not 'IPSEC' and
13377            not 'VHOST'"
13378   parameters:
13379   - "throughput"
13380   - "parent"
13381   - "tags"
13382   sort:
13383   - "IP6BASE"
13384   - "FIB_20K"
13385   - "FIB_200K"
13386   - "FIB_2M"
13387   traces:
13388     hoverinfo: "x+y"
13389     boxpoints: "outliers"
13390     whiskerwidth: 0
13391   layout:
13392     title: "ip6-3n-hsw-xl710-78b-2t2c-base-ndr"
13393     layout: "plot-throughput"
13394
13395 - type: "plot"
13396   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base-pdr"
13397   algorithm: "plot_performance_box"
13398   output-file-type: ".html"
13399   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base-pdr"
13400   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13401   filter: "'NIC_Intel-XL710' and
13402            '78B' and
13403            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13404            'NDRPDR' and
13405            '2T2C' and
13406            'IP6FWD' and
13407            not 'SRv6' and
13408            not 'IPSEC' and
13409            not 'VHOST'"
13410   parameters:
13411   - "throughput"
13412   - "parent"
13413   - "tags"
13414   sort:
13415   - "IP6BASE"
13416   - "FIB_20K"
13417   - "FIB_200K"
13418   - "FIB_2M"
13419   traces:
13420     hoverinfo: "x+y"
13421     boxpoints: "outliers"
13422     whiskerwidth: 0
13423   layout:
13424     title: "ip6-3n-hsw-xl710-78b-2t2c-base-pdr"
13425     layout: "plot-throughput"
13426
13427 # Packet Throughput - VPP IPv6 3n-skx-x710
13428 - type: "plot"
13429   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
13430   algorithm: "plot_performance_box"
13431   output-file-type: ".html"
13432   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
13433   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13434   filter: "'NIC_Intel-X710' and
13435            '78B' and
13436            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13437            'NDRPDR' and
13438            '2T1C' and
13439            'IP6FWD' and
13440            not 'SRv6' and
13441            not 'IPSEC' and
13442            not 'VHOST'"
13443   parameters:
13444   - "throughput"
13445   - "parent"
13446   - "tags"
13447   sort:
13448   - "IP6BASE"
13449   - "FIB_20K"
13450   - "FIB_200K"
13451   - "FIB_2M"
13452   traces:
13453     hoverinfo: "x+y"
13454     boxpoints: "outliers"
13455     whiskerwidth: 0
13456   layout:
13457     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
13458     layout: "plot-throughput"
13459
13460 - type: "plot"
13461   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
13462   algorithm: "plot_performance_box"
13463   output-file-type: ".html"
13464   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
13465   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13466   filter: "'NIC_Intel-X710' and
13467            '78B' and
13468            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13469            'NDRPDR' and
13470            '2T1C' and
13471            'IP6FWD' and
13472            not 'SRv6' and
13473            not 'IPSEC' and
13474            not 'VHOST'"
13475   parameters:
13476   - "throughput"
13477   - "parent"
13478   - "tags"
13479   sort:
13480   - "IP6BASE"
13481   - "FIB_20K"
13482   - "FIB_200K"
13483   - "FIB_2M"
13484   traces:
13485     hoverinfo: "x+y"
13486     boxpoints: "outliers"
13487     whiskerwidth: 0
13488   layout:
13489     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
13490     layout: "plot-throughput"
13491
13492 - type: "plot"
13493   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
13494   algorithm: "plot_performance_box"
13495   output-file-type: ".html"
13496   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
13497   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13498   filter: "'NIC_Intel-X710' and
13499            '78B' and
13500            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13501            'NDRPDR' and
13502            '4T2C' and
13503            'IP6FWD' and
13504            not 'SRv6' and
13505            not 'IPSEC' and
13506            not 'VHOST'"
13507   parameters:
13508   - "throughput"
13509   - "parent"
13510   - "tags"
13511   sort:
13512   - "IP6BASE"
13513   - "FIB_20K"
13514   - "FIB_200K"
13515   - "FIB_2M"
13516   traces:
13517     hoverinfo: "x+y"
13518     boxpoints: "outliers"
13519     whiskerwidth: 0
13520   layout:
13521     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
13522     layout: "plot-throughput"
13523
13524 - type: "plot"
13525   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
13526   algorithm: "plot_performance_box"
13527   output-file-type: ".html"
13528   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
13529   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13530   filter: "'NIC_Intel-X710' and
13531            '78B' and
13532            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13533            'NDRPDR' and
13534            '4T2C' and
13535            'IP6FWD' and
13536            not 'SRv6' and
13537            not 'IPSEC' and
13538            not 'VHOST'"
13539   parameters:
13540   - "throughput"
13541   - "parent"
13542   - "tags"
13543   sort:
13544   - "IP6BASE"
13545   - "FIB_20K"
13546   - "FIB_200K"
13547   - "FIB_2M"
13548   traces:
13549     hoverinfo: "x+y"
13550     boxpoints: "outliers"
13551     whiskerwidth: 0
13552   layout:
13553     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
13554     layout: "plot-throughput"
13555
13556 # Packet Throughput - VPP IPv6 3n-skx-x710 - features
13557 - type: "plot"
13558   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
13559   algorithm: "plot_performance_box"
13560   output-file-type: ".html"
13561   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
13562   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13563   filter: "'NIC_Intel-X710' and
13564            '78B' and
13565            ('IP6BASE' or
13566             'POLICE_MARK' or
13567             'COPWHLIST' or
13568             'IACLDST') and
13569            'NDRPDR' and
13570            '2T1C' and
13571            'IP6FWD' and
13572            not 'SRv6' and
13573            not 'IPSEC' and
13574            not 'VHOST'"
13575   parameters:
13576   - "throughput"
13577   - "parent"
13578   - "tags"
13579   sort:
13580   - "IP6BASE"
13581   - "POLICE_MARK"
13582   - "COPWHLIST"
13583   - "IACLDST"
13584   traces:
13585     hoverinfo: "x+y"
13586     boxpoints: "outliers"
13587     whiskerwidth: 0
13588   layout:
13589     title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
13590     layout: "plot-throughput"
13591
13592 - type: "plot"
13593   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
13594   algorithm: "plot_performance_box"
13595   output-file-type: ".html"
13596   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
13597   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13598   filter: "'NIC_Intel-X710' and
13599            '78B' and
13600            ('IP6BASE' or
13601             'POLICE_MARK' or
13602             'COPWHLIST' or
13603             'IACLDST') and
13604            'NDRPDR' and
13605            '4T2C' and
13606            'IP6FWD' and
13607            not 'SRv6' and
13608            not 'IPSEC' and
13609            not 'VHOST'"
13610   parameters:
13611   - "throughput"
13612   - "parent"
13613   - "tags"
13614   sort:
13615   - "IP6BASE"
13616   - "POLICE_MARK"
13617   - "COPWHLIST"
13618   - "IACLDST"
13619   traces:
13620     hoverinfo: "x+y"
13621     boxpoints: "outliers"
13622     whiskerwidth: 0
13623   layout:
13624     title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
13625     layout: "plot-throughput"
13626
13627 - type: "plot"
13628   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
13629   algorithm: "plot_performance_box"
13630   output-file-type: ".html"
13631   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
13632   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13633   filter: "'NIC_Intel-X710' and
13634            '78B' and
13635            ('IP6BASE' or
13636             'POLICE_MARK' or
13637             'COPWHLIST' or
13638             'IACLDST') and
13639            'NDRPDR' and
13640            '2T1C' and
13641            'IP6FWD' and
13642            not 'SRv6' and
13643            not 'IPSEC' and
13644            not 'VHOST'"
13645   parameters:
13646   - "throughput"
13647   - "parent"
13648   - "tags"
13649   sort:
13650   - "IP6BASE"
13651   - "POLICE_MARK"
13652   - "COPWHLIST"
13653   - "IACLDST"
13654   traces:
13655     hoverinfo: "x+y"
13656     boxpoints: "outliers"
13657     whiskerwidth: 0
13658   layout:
13659     title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
13660     layout: "plot-throughput"
13661
13662 - type: "plot"
13663   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
13664   algorithm: "plot_performance_box"
13665   output-file-type: ".html"
13666   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
13667   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13668   filter: "'NIC_Intel-X710' and
13669            '78B' and
13670            ('IP6BASE' or
13671             'POLICE_MARK' or
13672             'COPWHLIST' or
13673             'IACLDST') and
13674            'NDRPDR' and
13675            '4T2C' and
13676            'IP6FWD' and
13677            not 'SRv6' and
13678            not 'IPSEC' and
13679            not 'VHOST'"
13680   parameters:
13681   - "throughput"
13682   - "parent"
13683   - "tags"
13684   sort:
13685   - "IP6BASE"
13686   - "POLICE_MARK"
13687   - "COPWHLIST"
13688   - "IACLDST"
13689   traces:
13690     hoverinfo: "x+y"
13691     boxpoints: "outliers"
13692     whiskerwidth: 0
13693   layout:
13694     title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
13695     layout: "plot-throughput"
13696
13697 # Packet Throughput - VPP IPv6 3n-skx-xxv710
13698 - type: "plot"
13699   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
13700   algorithm: "plot_performance_box"
13701   output-file-type: ".html"
13702   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
13703   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13704   filter: "'NIC_Intel-XXV710' and
13705            '78B' and
13706            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13707            'NDRPDR' and
13708            '2T1C' and
13709            'IP6FWD' and
13710            not 'SRv6' and
13711            not 'IPSEC' and
13712            not 'VHOST'"
13713   parameters:
13714   - "throughput"
13715   - "parent"
13716   - "tags"
13717   sort:
13718   - "IP6BASE"
13719   - "FIB_20K"
13720   - "FIB_200K"
13721   - "FIB_2M"
13722   traces:
13723     hoverinfo: "x+y"
13724     boxpoints: "outliers"
13725     whiskerwidth: 0
13726   layout:
13727     title: "ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
13728     layout: "plot-throughput"
13729
13730 - type: "plot"
13731   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
13732   algorithm: "plot_performance_box"
13733   output-file-type: ".html"
13734   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
13735   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13736   filter: "'NIC_Intel-XXV710' and
13737            '78B' and
13738            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13739            'NDRPDR' and
13740            '2T1C' and
13741            'IP6FWD' and
13742            not 'SRv6' and
13743            not 'IPSEC' and
13744            not 'VHOST'"
13745   parameters:
13746   - "throughput"
13747   - "parent"
13748   - "tags"
13749   sort:
13750   - "IP6BASE"
13751   - "FIB_20K"
13752   - "FIB_200K"
13753   - "FIB_2M"
13754   traces:
13755     hoverinfo: "x+y"
13756     boxpoints: "outliers"
13757     whiskerwidth: 0
13758   layout:
13759     title: "ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
13760     layout: "plot-throughput"
13761
13762 - type: "plot"
13763   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
13764   algorithm: "plot_performance_box"
13765   output-file-type: ".html"
13766   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
13767   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13768   filter: "'NIC_Intel-XXV710' and
13769            '78B' and
13770            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13771            'NDRPDR' and
13772            '4T2C' and
13773            'IP6FWD' and
13774            not 'SRv6' and
13775            not 'IPSEC' and
13776            not 'VHOST'"
13777   parameters:
13778   - "throughput"
13779   - "parent"
13780   - "tags"
13781   sort:
13782   - "IP6BASE"
13783   - "FIB_20K"
13784   - "FIB_200K"
13785   - "FIB_2M"
13786   traces:
13787     hoverinfo: "x+y"
13788     boxpoints: "outliers"
13789     whiskerwidth: 0
13790   layout:
13791     title: "ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
13792     layout: "plot-throughput"
13793
13794 - type: "plot"
13795   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
13796   algorithm: "plot_performance_box"
13797   output-file-type: ".html"
13798   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
13799   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13800   filter: "'NIC_Intel-XXV710' and
13801            '78B' and
13802            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13803            'NDRPDR' and
13804            '4T2C' and
13805            'IP6FWD' and
13806            not 'SRv6' and
13807            not 'IPSEC' and
13808            not 'VHOST'"
13809   parameters:
13810   - "throughput"
13811   - "parent"
13812   - "tags"
13813   sort:
13814   - "IP6BASE"
13815   - "FIB_20K"
13816   - "FIB_200K"
13817   - "FIB_2M"
13818   traces:
13819     hoverinfo: "x+y"
13820     boxpoints: "outliers"
13821     whiskerwidth: 0
13822   layout:
13823     title: "ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
13824     layout: "plot-throughput"
13825
13826 # Packet Throughput - VPP IPv6 2n-skx-x710
13827 - type: "plot"
13828   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
13829   algorithm: "plot_performance_box"
13830   output-file-type: ".html"
13831   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
13832   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13833   filter: "'NIC_Intel-X710' and
13834            '78B' and
13835            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13836            'NDRPDR' and
13837            '2T1C' and
13838            'IP6FWD' and
13839            not 'SRv6' and
13840            not 'IPSEC' and
13841            not 'VHOST'"
13842   parameters:
13843   - "throughput"
13844   - "parent"
13845   - "tags"
13846   sort:
13847   - "IP6BASE"
13848   - "FIB_20K"
13849   - "FIB_200K"
13850   - "FIB_2M"
13851   traces:
13852     hoverinfo: "x+y"
13853     boxpoints: "outliers"
13854     whiskerwidth: 0
13855   layout:
13856     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
13857     layout: "plot-throughput"
13858
13859 - type: "plot"
13860   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
13861   algorithm: "plot_performance_box"
13862   output-file-type: ".html"
13863   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
13864   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13865   filter: "'NIC_Intel-X710' and
13866            '78B' and
13867            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13868            'NDRPDR' and
13869            '2T1C' and
13870            'IP6FWD' and
13871            not 'SRv6' and
13872            not 'IPSEC' and
13873            not 'VHOST'"
13874   parameters:
13875   - "throughput"
13876   - "parent"
13877   - "tags"
13878   sort:
13879   - "IP6BASE"
13880   - "FIB_20K"
13881   - "FIB_200K"
13882   - "FIB_2M"
13883   traces:
13884     hoverinfo: "x+y"
13885     boxpoints: "outliers"
13886     whiskerwidth: 0
13887   layout:
13888     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
13889     layout: "plot-throughput"
13890
13891 - type: "plot"
13892   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
13893   algorithm: "plot_performance_box"
13894   output-file-type: ".html"
13895   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
13896   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13897   filter: "'NIC_Intel-X710' and
13898            '78B' and
13899            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13900            'NDRPDR' and
13901            '4T2C' and
13902            'IP6FWD' and
13903            not 'SRv6' and
13904            not 'IPSEC' and
13905            not 'VHOST'"
13906   parameters:
13907   - "throughput"
13908   - "parent"
13909   - "tags"
13910   sort:
13911   - "IP6BASE"
13912   - "FIB_20K"
13913   - "FIB_200K"
13914   - "FIB_2M"
13915   traces:
13916     hoverinfo: "x+y"
13917     boxpoints: "outliers"
13918     whiskerwidth: 0
13919   layout:
13920     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
13921     layout: "plot-throughput"
13922
13923 - type: "plot"
13924   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
13925   algorithm: "plot_performance_box"
13926   output-file-type: ".html"
13927   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
13928   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13929   filter: "'NIC_Intel-X710' and
13930            '78B' and
13931            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13932            'NDRPDR' and
13933            '4T2C' and
13934            'IP6FWD' and
13935            not 'SRv6' and
13936            not 'IPSEC' and
13937            not 'VHOST'"
13938   parameters:
13939   - "throughput"
13940   - "parent"
13941   - "tags"
13942   sort:
13943   - "IP6BASE"
13944   - "FIB_20K"
13945   - "FIB_200K"
13946   - "FIB_2M"
13947   traces:
13948     hoverinfo: "x+y"
13949     boxpoints: "outliers"
13950     whiskerwidth: 0
13951   layout:
13952     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
13953     layout: "plot-throughput"
13954
13955 # Packet Throughput - VPP IPv6 2n-skx-xxv710
13956 - type: "plot"
13957   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
13958   algorithm: "plot_performance_box"
13959   output-file-type: ".html"
13960   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
13961   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13962   filter: "'NIC_Intel-XXV710' and
13963            '78B' and
13964            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13965            'NDRPDR' and
13966            '2T1C' and
13967            'IP6FWD' and
13968            not 'SRv6' and
13969            not 'IPSEC' and
13970            not 'VHOST'"
13971   parameters:
13972   - "throughput"
13973   - "parent"
13974   - "tags"
13975   sort:
13976   - "IP6BASE"
13977   - "FIB_20K"
13978   - "FIB_200K"
13979   - "FIB_2M"
13980   traces:
13981     hoverinfo: "x+y"
13982     boxpoints: "outliers"
13983     whiskerwidth: 0
13984   layout:
13985     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
13986     layout: "plot-throughput"
13987
13988 - type: "plot"
13989   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
13990   algorithm: "plot_performance_box"
13991   output-file-type: ".html"
13992   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
13993   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13994   filter: "'NIC_Intel-XXV710' and
13995            '78B' and
13996            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13997            'NDRPDR' and
13998            '2T1C' and
13999            'IP6FWD' and
14000            not 'SRv6' and
14001            not 'IPSEC' and
14002            not 'VHOST'"
14003   parameters:
14004   - "throughput"
14005   - "parent"
14006   - "tags"
14007   sort:
14008   - "IP6BASE"
14009   - "FIB_20K"
14010   - "FIB_200K"
14011   - "FIB_2M"
14012   traces:
14013     hoverinfo: "x+y"
14014     boxpoints: "outliers"
14015     whiskerwidth: 0
14016   layout:
14017     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
14018     layout: "plot-throughput"
14019
14020 - type: "plot"
14021   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
14022   algorithm: "plot_performance_box"
14023   output-file-type: ".html"
14024   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
14025   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14026   filter: "'NIC_Intel-XXV710' and
14027            '78B' and
14028            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
14029            'NDRPDR' and
14030            '4T2C' and
14031            'IP6FWD' and
14032            not 'SRv6' and
14033            not 'IPSEC' and
14034            not 'VHOST'"
14035   parameters:
14036   - "throughput"
14037   - "parent"
14038   - "tags"
14039   sort:
14040   - "IP6BASE"
14041   - "FIB_20K"
14042   - "FIB_200K"
14043   - "FIB_2M"
14044   traces:
14045     hoverinfo: "x+y"
14046     boxpoints: "outliers"
14047     whiskerwidth: 0
14048   layout:
14049     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
14050     layout: "plot-throughput"
14051
14052 - type: "plot"
14053   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
14054   algorithm: "plot_performance_box"
14055   output-file-type: ".html"
14056   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
14057   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14058   filter: "'NIC_Intel-XXV710' and
14059            '78B' and
14060            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
14061            'NDRPDR' and
14062            '4T2C' and
14063            'IP6FWD' and
14064            not 'SRv6' and
14065            not 'IPSEC' and
14066            not 'VHOST'"
14067   parameters:
14068   - "throughput"
14069   - "parent"
14070   - "tags"
14071   sort:
14072   - "IP6BASE"
14073   - "FIB_20K"
14074   - "FIB_200K"
14075   - "FIB_2M"
14076   traces:
14077     hoverinfo: "x+y"
14078     boxpoints: "outliers"
14079     whiskerwidth: 0
14080   layout:
14081     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
14082     layout: "plot-throughput"
14083
14084 ## Packet Throughput - VPP IPv6 2n-dnv-x553 base
14085 #- type: "plot"
14086 #  title: "VPP Throughput: ip6-2n-dnv-x553-78b-1t1c-base-ndr"
14087 #  algorithm: "plot_performance_box"
14088 #  output-file-type: ".html"
14089 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-1t1c-base-ndr"
14090 #  data: "intel-dnv-vpp"
14091 #  filter: "'NIC_Intel-X553' and
14092 #           '78B' and
14093 #           'IP6BASE' and
14094 #           'NDRPDR' and
14095 #           '1T1C' and
14096 #           'IP6FWD' and
14097 #           not 'SRv6' and
14098 #           not 'IPSEC' and
14099 #           not 'VHOST'"
14100 #  parameters:
14101 #  - "throughput"
14102 #  - "parent"
14103 #  - "tags"
14104 #  sort:
14105 #  - "IP6BASE"
14106 #  traces:
14107 #    hoverinfo: "x+y"
14108 #    boxpoints: "outliers"
14109 #    whiskerwidth: 0
14110 #  layout:
14111 #    title: "ip6-2n-dnv-x553-78b-1t1c-base-ndr"
14112 #    layout: "plot-throughput"
14113 #
14114 #- type: "plot"
14115 #  title: "VPP Throughput: ip6-2n-dnv-x553-78b-1t1c-base-pdr"
14116 #  algorithm: "plot_performance_box"
14117 #  output-file-type: ".html"
14118 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-1t1c-base-pdr"
14119 #  data: "intel-dnv-vpp"
14120 #  filter: "'NIC_Intel-X553' and
14121 #           '78B' and
14122 #           'IP6BASE' and
14123 #           'NDRPDR' and
14124 #           '1T1C' and
14125 #           'IP6FWD' and
14126 #           not 'SRv6' and
14127 #           not 'IPSEC' and
14128 #           not 'VHOST'"
14129 #  parameters:
14130 #  - "throughput"
14131 #  - "parent"
14132 #  - "tags"
14133 #  sort:
14134 #  - "IP6BASE"
14135 #  traces:
14136 #    hoverinfo: "x+y"
14137 #    boxpoints: "outliers"
14138 #    whiskerwidth: 0
14139 #  layout:
14140 #    title: "ip6-2n-dnv-x553-78b-1t1c-base-pdr"
14141 #    layout: "plot-throughput"
14142 #
14143 #- type: "plot"
14144 #  title: "VPP Throughput: ip6-2n-dnv-x553-78b-2t2c-base-ndr"
14145 #  algorithm: "plot_performance_box"
14146 #  output-file-type: ".html"
14147 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-2t2c-base-ndr"
14148 #  data: "intel-dnv-vpp"
14149 #  filter: "'NIC_Intel-X553' and
14150 #           '78B' and
14151 #           'IP6BASE' and
14152 #           'NDRPDR' and
14153 #           '2T2C' and
14154 #           'IP6FWD' and
14155 #           not 'SRv6' and
14156 #           not 'IPSEC' and
14157 #           not 'VHOST'"
14158 #  parameters:
14159 #  - "throughput"
14160 #  - "parent"
14161 #  - "tags"
14162 #  sort:
14163 #  - "IP6BASE"
14164 #  traces:
14165 #    hoverinfo: "x+y"
14166 #    boxpoints: "outliers"
14167 #    whiskerwidth: 0
14168 #  layout:
14169 #    title: "ip6-2n-dnv-x553-78b-2t2c-base-ndr"
14170 #    layout: "plot-throughput"
14171 #
14172 #- type: "plot"
14173 #  title: "VPP Throughput: ip6-2n-dnv-x553-78b-2t2c-base-pdr"
14174 #  algorithm: "plot_performance_box"
14175 #  output-file-type: ".html"
14176 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-2t2c-base-pdr"
14177 #  data: "intel-dnv-vpp"
14178 #  filter: "'NIC_Intel-X553' and
14179 #           '78B' and
14180 #           'IP6BASE' and
14181 #           'NDRPDR' and
14182 #           '2T2C' and
14183 #           'IP6FWD' and
14184 #           not 'SRv6' and
14185 #           not 'IPSEC' and
14186 #           not 'VHOST'"
14187 #  parameters:
14188 #  - "throughput"
14189 #  - "parent"
14190 #  - "tags"
14191 #  sort:
14192 #  - "IP6BASE"
14193 #  traces:
14194 #    hoverinfo: "x+y"
14195 #    boxpoints: "outliers"
14196 #    whiskerwidth: 0
14197 #  layout:
14198 #    title: "ip6-2n-dnv-x553-78b-2t2c-base-pdr"
14199 #    layout: "plot-throughput"
14200
14201 ################################################################################
14202
14203 # Packet Throughput - VPP IPv6 tunnels 3n-hsw-x520
14204 - type: "plot"
14205   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base-ndr"
14206   algorithm: "plot_performance_box"
14207   output-file-type: ".html"
14208   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base-ndr"
14209   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14210   filter: "'NIC_Intel-X520-DA2' and
14211            '78B' and
14212            'ENCAP' and
14213            'NDRPDR' and
14214            '1T1C' and
14215            'LISP' and
14216            not 'VHOST'"
14217   parameters:
14218   - "throughput"
14219   - "parent"
14220   - "tags"
14221   sort:
14222   - "IP4UNRLAY"
14223   - "IP6UNRLAY"
14224   traces:
14225     hoverinfo: "x+y"
14226     boxpoints: "outliers"
14227     whiskerwidth: 0
14228   layout:
14229     title: "ip6tun-3n-hsw-x520-78b-1t1c-base-ndr"
14230     layout: "plot-throughput"
14231
14232 - type: "plot"
14233   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base-pdr"
14234   algorithm: "plot_performance_box"
14235   output-file-type: ".html"
14236   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base-pdr"
14237   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14238   filter: "'NIC_Intel-X520-DA2' and
14239            '78B' and
14240            'ENCAP' and
14241            'NDRPDR' and
14242            '1T1C' and
14243            'LISP' and
14244            not 'VHOST'"
14245   parameters:
14246   - "throughput"
14247   - "parent"
14248   - "tags"
14249   sort:
14250   - "IP4UNRLAY"
14251   - "IP6UNRLAY"
14252   traces:
14253     hoverinfo: "x+y"
14254     boxpoints: "outliers"
14255     whiskerwidth: 0
14256   layout:
14257     title: "ip6tun-3n-hsw-x520-78b-1t1c-base-pdr"
14258     layout: "plot-throughput"
14259
14260 - type: "plot"
14261   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base-ndr"
14262   algorithm: "plot_performance_box"
14263   output-file-type: ".html"
14264   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base-ndr"
14265   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14266   filter: "'NIC_Intel-X520-DA2' and
14267            '78B' and
14268            'ENCAP' and
14269            'NDRPDR' and
14270            '2T2C' and
14271            'LISP' and
14272            not 'VHOST'"
14273   parameters:
14274   - "throughput"
14275   - "parent"
14276   - "tags"
14277   sort:
14278   - "IP4UNRLAY"
14279   - "IP6UNRLAY"
14280   traces:
14281     hoverinfo: "x+y"
14282     boxpoints: "outliers"
14283     whiskerwidth: 0
14284   layout:
14285     title: "ip6tun-3n-hsw-x520-78b-2t2c-base-ndr"
14286     layout: "plot-throughput"
14287
14288 - type: "plot"
14289   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base-pdr"
14290   algorithm: "plot_performance_box"
14291   output-file-type: ".html"
14292   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base-pdr"
14293   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14294   filter: "'NIC_Intel-X520-DA2' and
14295            '78B' and
14296            'ENCAP' and
14297            'NDRPDR' and
14298            '2T2C' and
14299            'LISP' and
14300            not 'VHOST'"
14301   parameters:
14302   - "throughput"
14303   - "parent"
14304   - "tags"
14305   sort:
14306   - "IP4UNRLAY"
14307   - "IP6UNRLAY"
14308   traces:
14309     hoverinfo: "x+y"
14310     boxpoints: "outliers"
14311     whiskerwidth: 0
14312   layout:
14313     title: "ip6tun-3n-hsw-x520-78b-2t2c-base-pdr"
14314     layout: "plot-throughput"
14315
14316 ################################################################################
14317
14318 # Packet Throughput - VPP IPSec 3n-hsw-xl710 base
14319 - type: "plot"
14320   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
14321   algorithm: "plot_performance_box"
14322   output-file-type: ".html"
14323   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
14324   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14325   filter: "'NIC_Intel-XL710' and
14326            '64B' and
14327            'IP4FWD' and
14328            'NDRPDR' and
14329            'BASE' and
14330            '1T1C' and
14331            'IPSECHW' and
14332            not 'VHOST'"
14333   parameters:
14334   - "throughput"
14335   - "parent"
14336   - "tags"
14337   traces:
14338     hoverinfo: "x+y"
14339     boxpoints: "outliers"
14340     whiskerwidth: 0
14341   layout:
14342     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
14343     layout: "plot-throughput"
14344
14345 - type: "plot"
14346   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
14347   algorithm: "plot_performance_box"
14348   output-file-type: ".html"
14349   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
14350   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14351   filter: "'NIC_Intel-XL710' and
14352            '64B' and
14353            'IP4FWD' and
14354            'NDRPDR' and
14355            'BASE' and
14356            '1T1C' and
14357            'IPSECHW' and
14358            not 'VHOST'"
14359   parameters:
14360   - "throughput"
14361   - "parent"
14362   - "tags"
14363   traces:
14364     hoverinfo: "x+y"
14365     boxpoints: "outliers"
14366     whiskerwidth: 0
14367   layout:
14368     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
14369     layout: "plot-throughput"
14370
14371 - type: "plot"
14372   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
14373   algorithm: "plot_performance_box"
14374   output-file-type: ".html"
14375   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
14376   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14377   filter: "'NIC_Intel-XL710' and
14378            '64B' and
14379            'IP4FWD' and
14380            'NDRPDR' and
14381            'BASE' and
14382            '2T2C' and
14383            'IPSECHW' and
14384            not 'VHOST'"
14385   parameters:
14386   - "throughput"
14387   - "parent"
14388   - "tags"
14389   traces:
14390     hoverinfo: "x+y"
14391     boxpoints: "outliers"
14392     whiskerwidth: 0
14393   layout:
14394     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
14395     layout: "plot-throughput"
14396
14397 - type: "plot"
14398   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
14399   algorithm: "plot_performance_box"
14400   output-file-type: ".html"
14401   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
14402   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14403   filter: "'NIC_Intel-XL710' and
14404            '64B' and
14405            'IP4FWD' and
14406            'NDRPDR' and
14407            'BASE' and
14408            '2T2C' and
14409            'IPSECHW' and
14410            not 'VHOST'"
14411   parameters:
14412   - "throughput"
14413   - "parent"
14414   - "tags"
14415   traces:
14416     hoverinfo: "x+y"
14417     boxpoints: "outliers"
14418     whiskerwidth: 0
14419   layout:
14420     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
14421     layout: "plot-throughput"
14422
14423 # Packet Throughput - VPP IPSec 3n-hsw-xl710 scale
14424 - type: "plot"
14425   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
14426   algorithm: "plot_performance_box"
14427   output-file-type: ".html"
14428   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
14429   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14430   filter: "'NIC_Intel-XL710' and
14431            '64B' and
14432            'IP4FWD' and
14433            'NDRPDR' and
14434            'SCALE' and
14435            '1T1C' and
14436            'IPSECHW' and
14437            not 'VHOST'"
14438   parameters:
14439   - "throughput"
14440   - "parent"
14441   - "tags"
14442   traces:
14443     hoverinfo: "x+y"
14444     boxpoints: "outliers"
14445     whiskerwidth: 0
14446   layout:
14447     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
14448     layout: "plot-throughput"
14449
14450 - type: "plot"
14451   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
14452   algorithm: "plot_performance_box"
14453   output-file-type: ".html"
14454   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
14455   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14456   filter: "'NIC_Intel-XL710' and
14457            '64B' and
14458            'IP4FWD' and
14459            'NDRPDR' and
14460            'SCALE' and
14461            '1T1C' and
14462            'IPSECHW' and
14463            not 'VHOST'"
14464   parameters:
14465   - "throughput"
14466   - "parent"
14467   - "tags"
14468   traces:
14469     hoverinfo: "x+y"
14470     boxpoints: "outliers"
14471     whiskerwidth: 0
14472   layout:
14473     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
14474     layout: "plot-throughput"
14475
14476 - type: "plot"
14477   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
14478   algorithm: "plot_performance_box"
14479   output-file-type: ".html"
14480   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
14481   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14482   filter: "'NIC_Intel-XL710' and
14483            '64B' and
14484            'IP4FWD' and
14485            'NDRPDR' and
14486            'SCALE' and
14487            '2T2C' and
14488            'IPSECHW' and
14489            not 'VHOST'"
14490   parameters:
14491   - "throughput"
14492   - "parent"
14493   - "tags"
14494   traces:
14495     hoverinfo: "x+y"
14496     boxpoints: "outliers"
14497     whiskerwidth: 0
14498   layout:
14499     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
14500     layout: "plot-throughput"
14501
14502 - type: "plot"
14503   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
14504   algorithm: "plot_performance_box"
14505   output-file-type: ".html"
14506   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
14507   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14508   filter: "'NIC_Intel-XL710' and
14509            '64B' and
14510            'IP4FWD' and
14511            'NDRPDR' and
14512            'SCALE' and
14513            '2T2C' and
14514            'IPSECHW' and
14515            not 'VHOST'"
14516   parameters:
14517   - "throughput"
14518   - "parent"
14519   - "tags"
14520   traces:
14521     hoverinfo: "x+y"
14522     boxpoints: "outliers"
14523     whiskerwidth: 0
14524   layout:
14525     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
14526     layout: "plot-throughput"
14527
14528 # Packet Throughput - VPP IPSec 3n-hsw-xl710 SW
14529 - type: "plot"
14530   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
14531   algorithm: "plot_performance_box"
14532   output-file-type: ".html"
14533   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
14534   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14535   filter: "'NIC_Intel-XL710' and
14536            '64B' and
14537            'IP4FWD' and
14538            'NDRPDR' and
14539            '1T1C' and
14540            'IPSECSW' and
14541            not 'VHOST'"
14542   parameters:
14543   - "throughput"
14544   - "parent"
14545   - "tags"
14546   traces:
14547     hoverinfo: "x+y"
14548     boxpoints: "outliers"
14549     whiskerwidth: 0
14550   layout:
14551     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
14552     layout: "plot-throughput"
14553
14554 - type: "plot"
14555   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
14556   algorithm: "plot_performance_box"
14557   output-file-type: ".html"
14558   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
14559   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14560   filter: "'NIC_Intel-XL710' and
14561            '64B' and
14562            'IP4FWD' and
14563            'NDRPDR' and
14564            '1T1C' and
14565            'IPSECSW' and
14566            not 'VHOST'"
14567   parameters:
14568   - "throughput"
14569   - "parent"
14570   - "tags"
14571   traces:
14572     hoverinfo: "x+y"
14573     boxpoints: "outliers"
14574     whiskerwidth: 0
14575   layout:
14576     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
14577     layout: "plot-throughput"
14578
14579 - type: "plot"
14580   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
14581   algorithm: "plot_performance_box"
14582   output-file-type: ".html"
14583   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
14584   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14585   filter: "'NIC_Intel-XL710' and
14586            '64B' and
14587            'IP4FWD' and
14588            'NDRPDR' and
14589            '2T2C' and
14590            'IPSECSW' and
14591            not 'VHOST'"
14592   parameters:
14593   - "throughput"
14594   - "parent"
14595   - "tags"
14596   traces:
14597     hoverinfo: "x+y"
14598     boxpoints: "outliers"
14599     whiskerwidth: 0
14600   layout:
14601     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
14602     layout: "plot-throughput"
14603
14604 - type: "plot"
14605   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
14606   algorithm: "plot_performance_box"
14607   output-file-type: ".html"
14608   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
14609   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14610   filter: "'NIC_Intel-XL710' and
14611            '64B' and
14612            'IP4FWD' and
14613            'NDRPDR' and
14614            '2T2C' and
14615            'IPSECSW' and
14616            not 'VHOST'"
14617   parameters:
14618   - "throughput"
14619   - "parent"
14620   - "tags"
14621   traces:
14622     hoverinfo: "x+y"
14623     boxpoints: "outliers"
14624     whiskerwidth: 0
14625   layout:
14626     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
14627     layout: "plot-throughput"
14628
14629 ################################################################################
14630
14631 # Packet Throughput - VPP SRv6 3n-hsw-x520
14632 - type: "plot"
14633   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-ndr"
14634   algorithm: "plot_performance_box"
14635   output-file-type: ".html"
14636   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr"
14637   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14638   filter: "'NIC_Intel-X520-DA2' and
14639            '78B' and
14640            'FEATURE' and
14641            'NDRPDR' and
14642            '1T1C' and
14643            'IP6FWD' and
14644            'SRv6'"
14645   parameters:
14646   - "throughput"
14647   - "parent"
14648   - "tags"
14649   traces:
14650     hoverinfo: "x+y"
14651     boxpoints: "outliers"
14652     whiskerwidth: 0
14653   layout:
14654     title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
14655     layout: "plot-throughput"
14656
14657 - type: "plot"
14658   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-pdr"
14659   algorithm: "plot_performance_box"
14660   output-file-type: ".html"
14661   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-pdr"
14662   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14663   filter: "'NIC_Intel-X520-DA2' and
14664            '78B' and
14665            'FEATURE' and
14666            'NDRPDR' and
14667            '1T1C' and
14668            'IP6FWD' and
14669            'SRv6'"
14670   parameters:
14671   - "throughput"
14672   - "parent"
14673   - "tags"
14674   traces:
14675     hoverinfo: "x+y"
14676     boxpoints: "outliers"
14677     whiskerwidth: 0
14678   layout:
14679     title: "srv6-3n-hsw-x520-78b-1t1c-features-pdr"
14680     layout: "plot-throughput"
14681
14682 - type: "plot"
14683   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-ndr"
14684   algorithm: "plot_performance_box"
14685   output-file-type: ".html"
14686   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr"
14687   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14688   filter: "'NIC_Intel-X520-DA2' and
14689            '78B' and
14690            'FEATURE' and
14691            'NDRPDR' and
14692            '2T2C' and
14693            'IP6FWD' and
14694            'SRv6'"
14695   parameters:
14696   - "throughput"
14697   - "parent"
14698   - "tags"
14699   traces:
14700     hoverinfo: "x+y"
14701     boxpoints: "outliers"
14702     whiskerwidth: 0
14703   layout:
14704     title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
14705     layout: "plot-throughput"
14706
14707 - type: "plot"
14708   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-pdr"
14709   algorithm: "plot_performance_box"
14710   output-file-type: ".html"
14711   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-pdr"
14712   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14713   filter: "'NIC_Intel-X520-DA2' and
14714            '78B' and
14715            'FEATURE' and
14716            'NDRPDR' and
14717            '2T2C' and
14718            'IP6FWD' and
14719            'SRv6'"
14720   parameters:
14721   - "throughput"
14722   - "parent"
14723   - "tags"
14724   traces:
14725     hoverinfo: "x+y"
14726     boxpoints: "outliers"
14727     whiskerwidth: 0
14728   layout:
14729     title: "srv6-3n-hsw-x520-78b-2t2c-features-pdr"
14730     layout: "plot-throughput"
14731
14732 ################################################################################
14733
14734 # Packet Throughput - VPP vhost ip4 3n-hsw-x520
14735 - type: "plot"
14736   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
14737   algorithm: "plot_performance_box"
14738   output-file-type: ".html"
14739   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
14740   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14741   filter: "'NIC_Intel-X520-DA2' and
14742            '64B' and
14743            'NDRPDR' and
14744            'ETH' and
14745            'IP4FWD' and
14746            '1T1C' and
14747            'VHOST_1024' and
14748            not 'VXLAN' and
14749            not 'DOT1Q'"
14750   parameters:
14751   - "throughput"
14752   - "parent"
14753   - "tags"
14754   sort:
14755   - "not CFS_OPT"
14756   - "1VM"
14757   - "2VM"
14758   traces:
14759     hoverinfo: "x+y"
14760     boxpoints: "outliers"
14761     whiskerwidth: 0
14762   layout:
14763     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
14764     layout: "plot-throughput"
14765
14766 - type: "plot"
14767   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
14768   algorithm: "plot_performance_box"
14769   output-file-type: ".html"
14770   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
14771   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14772   filter: "'NIC_Intel-X520-DA2' and
14773            '64B' and
14774            'NDRPDR' and
14775            'ETH' and
14776            'IP4FWD' and
14777            '2T2C' and
14778            'VHOST_1024' and
14779            not 'VXLAN' and
14780            not 'DOT1Q'"
14781   parameters:
14782   - "throughput"
14783   - "parent"
14784   - "tags"
14785   sort:
14786   - "not CFS_OPT"
14787   - "1VM"
14788   - "2VM"
14789   traces:
14790     hoverinfo: "x+y"
14791     boxpoints: "outliers"
14792     whiskerwidth: 0
14793   layout:
14794     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
14795     layout: "plot-throughput"
14796
14797 - type: "plot"
14798   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
14799   algorithm: "plot_performance_box"
14800   output-file-type: ".html"
14801   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
14802   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14803   filter: "'NIC_Intel-X520-DA2' and
14804            '64B' and
14805            'NDRPDR' and
14806            'ETH' and
14807            'IP4FWD' and
14808            '1T1C' and
14809            'VHOST_1024' and
14810            not 'VXLAN' and
14811            not 'DOT1Q'"
14812   parameters:
14813   - "throughput"
14814   - "parent"
14815   - "tags"
14816   sort:
14817   - "not CFS_OPT"
14818   - "1VM"
14819   - "2VM"
14820   traces:
14821     hoverinfo: "x+y"
14822     boxpoints: "outliers"
14823     whiskerwidth: 0
14824   layout:
14825     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
14826     layout: "plot-throughput"
14827
14828 - type: "plot"
14829   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
14830   algorithm: "plot_performance_box"
14831   output-file-type: ".html"
14832   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
14833   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14834   filter: "'NIC_Intel-X520-DA2' and
14835            '64B' and
14836            'NDRPDR' and
14837            'ETH' and
14838            'IP4FWD' and
14839            '2T2C' and
14840            'VHOST_1024' and
14841            not 'VXLAN' and
14842            not 'DOT1Q'"
14843   parameters:
14844   - "throughput"
14845   - "parent"
14846   - "tags"
14847   sort:
14848   - "not CFS_OPT"
14849   - "1VM"
14850   - "2VM"
14851   traces:
14852     hoverinfo: "x+y"
14853     boxpoints: "outliers"
14854     whiskerwidth: 0
14855   layout:
14856     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
14857     layout: "plot-throughput"
14858
14859 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base
14860 - type: "plot"
14861   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
14862   algorithm: "plot_performance_box"
14863   output-file-type: ".html"
14864   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
14865   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14866   filter: "'NIC_Intel-X520-DA2' and
14867            '64B' and
14868            'NDRPDR' and
14869            ('ETH' or 'DOT1Q') and
14870            'BASE' and
14871            '1T1C' and
14872            ('L2BDMACLRN' or 'L2XCFWD') and
14873            'VHOST_1024' and
14874            not 'VXLAN' and
14875            not 'IP4FWD' and
14876            not '2VM'"
14877   parameters:
14878   - "throughput"
14879   - "parent"
14880   - "tags"
14881   sort:
14882   - "L2BDMACLRN"
14883   - "L2BDMACLRN"
14884   - "L2BDMACLRN"
14885   - "L2XCFWD"
14886   - "L2XCFWD"
14887   - "L2XCFWD"
14888   traces:
14889     hoverinfo: "x+y"
14890     boxpoints: "outliers"
14891     whiskerwidth: 0
14892   layout:
14893     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
14894     layout: "plot-throughput"
14895
14896 - type: "plot"
14897   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
14898   algorithm: "plot_performance_box"
14899   output-file-type: ".html"
14900   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
14901   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14902   filter: "'NIC_Intel-X520-DA2' and
14903            '64B' and
14904            'NDRPDR' and
14905            ('ETH' or 'DOT1Q') and
14906            'BASE' and
14907            '1T1C' and
14908            ('L2BDMACLRN' or 'L2XCFWD') and
14909            'VHOST_1024' and
14910            not 'VXLAN' and
14911            not 'IP4FWD' and
14912            not '2VM'"
14913   parameters:
14914   - "throughput"
14915   - "parent"
14916   - "tags"
14917   sort:
14918   - "L2BDMACLRN"
14919   - "L2BDMACLRN"
14920   - "L2BDMACLRN"
14921   - "L2XCFWD"
14922   - "L2XCFWD"
14923   - "L2XCFWD"
14924   traces:
14925     hoverinfo: "x+y"
14926     boxpoints: "outliers"
14927     whiskerwidth: 0
14928   layout:
14929     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
14930     layout: "plot-throughput"
14931
14932 - type: "plot"
14933   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
14934   algorithm: "plot_performance_box"
14935   output-file-type: ".html"
14936   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
14937   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14938   filter: "'NIC_Intel-X520-DA2' and
14939            '64B' and
14940            'NDRPDR' and
14941            ('ETH' or 'DOT1Q') and
14942            'BASE' and
14943            '2T2C' and
14944            ('L2BDMACLRN' or 'L2XCFWD') and
14945            'VHOST_1024' and
14946            not 'VXLAN' and
14947            not 'IP4FWD' and
14948            not '2VM'"
14949   parameters:
14950   - "throughput"
14951   - "parent"
14952   - "tags"
14953   sort:
14954   - "L2BDMACLRN"
14955   - "L2BDMACLRN"
14956   - "L2BDMACLRN"
14957   - "L2XCFWD"
14958   - "L2XCFWD"
14959   - "L2XCFWD"
14960   traces:
14961     hoverinfo: "x+y"
14962     boxpoints: "outliers"
14963     whiskerwidth: 0
14964   layout:
14965     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
14966     layout: "plot-throughput"
14967
14968 - type: "plot"
14969   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
14970   algorithm: "plot_performance_box"
14971   output-file-type: ".html"
14972   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
14973   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14974   filter: "'NIC_Intel-X520-DA2' and
14975            '64B' and
14976            'NDRPDR' and
14977            ('ETH' or 'DOT1Q') and
14978            'BASE' and
14979            '2T2C' and
14980            ('L2BDMACLRN' or 'L2XCFWD') and
14981            'VHOST_1024' and
14982            not 'VXLAN' and
14983            not 'IP4FWD' and
14984            not '2VM'"
14985   parameters:
14986   - "throughput"
14987   - "parent"
14988   - "tags"
14989   sort:
14990   - "L2BDMACLRN"
14991   - "L2BDMACLRN"
14992   - "L2BDMACLRN"
14993   - "L2XCFWD"
14994   - "L2XCFWD"
14995   - "L2XCFWD"
14996   traces:
14997     hoverinfo: "x+y"
14998     boxpoints: "outliers"
14999     whiskerwidth: 0
15000   layout:
15001     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
15002     layout: "plot-throughput"
15003
15004 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base vm
15005 - type: "plot"
15006   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
15007   algorithm: "plot_performance_box"
15008   output-file-type: ".html"
15009   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
15010   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15011   filter: "'NIC_Intel-X520-DA2' and
15012            '64B' and
15013            'NDRPDR' and
15014            ('ETH' or 'DOT1Q') and
15015            '1T1C' and
15016            ('L2BDMACLRN' or 'L2XCFWD') and
15017            'VHOST_1024' and
15018            not 'CFS_OPT' and
15019            not 'DOT1Q' and
15020            not 'VXLAN' and
15021            not 'IP4FWD' and
15022            not 'LBOND'"
15023   parameters:
15024   - "throughput"
15025   - "parent"
15026   - "tags"
15027 #  sort:
15028 #  - "1VM"
15029 #  - "L2XCFWD"
15030 #  - "1VM"
15031 #  - "L2BDMACLRN"
15032   traces:
15033     hoverinfo: "x+y"
15034     boxpoints: "outliers"
15035     whiskerwidth: 0
15036   layout:
15037     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
15038     layout: "plot-throughput"
15039
15040 - type: "plot"
15041   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
15042   algorithm: "plot_performance_box"
15043   output-file-type: ".html"
15044   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
15045   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15046   filter: "'NIC_Intel-X520-DA2' and
15047            '64B' and
15048            'NDRPDR' and
15049            ('ETH' or 'DOT1Q') and
15050            '1T1C' and
15051            ('L2BDMACLRN' or 'L2XCFWD') and
15052            'VHOST_1024' and
15053            not 'CFS_OPT' and
15054            not 'DOT1Q' and
15055            not 'VXLAN' and
15056            not 'IP4FWD' and
15057            not 'LBOND'"
15058   parameters:
15059   - "throughput"
15060   - "parent"
15061   - "tags"
15062 #  sort:
15063 #  - "1VM"
15064 #  - "L2XCFWD"
15065 #  - "1VM"
15066 #  - "L2BDMACLRN"
15067   traces:
15068     hoverinfo: "x+y"
15069     boxpoints: "outliers"
15070     whiskerwidth: 0
15071   layout:
15072     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
15073     layout: "plot-throughput"
15074
15075 - type: "plot"
15076   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
15077   algorithm: "plot_performance_box"
15078   output-file-type: ".html"
15079   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
15080   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15081   filter: "'NIC_Intel-X520-DA2' and
15082            '64B' and
15083            'NDRPDR' and
15084            ('ETH' or 'DOT1Q') and
15085            '2T2C' and
15086            ('L2BDMACLRN' or 'L2XCFWD') and
15087            'VHOST_1024' and
15088            not 'CFS_OPT' and
15089            not 'DOT1Q' and
15090            not 'VXLAN' and
15091            not 'IP4FWD' and
15092            not 'LBOND'"
15093   parameters:
15094   - "throughput"
15095   - "parent"
15096   - "tags"
15097 #  sort:
15098 #  - "1VM"
15099 #  - "L2XCFWD"
15100 #  - "1VM"
15101 #  - "L2BDMACLRN"
15102   traces:
15103     hoverinfo: "x+y"
15104     boxpoints: "outliers"
15105     whiskerwidth: 0
15106   layout:
15107     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
15108     layout: "plot-throughput"
15109
15110 - type: "plot"
15111   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
15112   algorithm: "plot_performance_box"
15113   output-file-type: ".html"
15114   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
15115   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15116   filter: "'NIC_Intel-X520-DA2' and
15117            '64B' and
15118            'NDRPDR' and
15119            ('ETH' or 'DOT1Q') and
15120            '2T2C' and
15121            ('L2BDMACLRN' or 'L2XCFWD') and
15122            'VHOST_1024' and
15123            not 'CFS_OPT' and
15124            not 'DOT1Q' and
15125            not 'VXLAN' and
15126            not 'IP4FWD' and
15127            not 'LBOND'"
15128   parameters:
15129   - "throughput"
15130   - "parent"
15131   - "tags"
15132 #  sort:
15133 #  - "1VM"
15134 #  - "L2XCFWD"
15135 #  - "1VM"
15136 #  - "L2BDMACLRN"
15137   traces:
15138     hoverinfo: "x+y"
15139     boxpoints: "outliers"
15140     whiskerwidth: 0
15141   layout:
15142     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
15143     layout: "plot-throughput"
15144
15145 # Packet Throughput - VPP vhost ip4 3n-hsw-x710
15146 - type: "plot"
15147   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
15148   algorithm: "plot_performance_box"
15149   output-file-type: ".html"
15150   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
15151   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15152   filter: "'NIC_Intel-X710' and
15153            '64B' and
15154            'NDRPDR' and
15155            'ETH' and
15156            'IP4FWD' and
15157            '1T1C' and
15158            'VHOST_1024' and
15159            not 'VXLAN' and
15160            not 'CFS_OPT' and
15161            not 'DOT1Q'"
15162   parameters:
15163   - "throughput"
15164   - "parent"
15165   - "tags"
15166   sort:
15167   - "1VM"
15168   - "2VM"
15169   traces:
15170     hoverinfo: "x+y"
15171     boxpoints: "outliers"
15172     whiskerwidth: 0
15173   layout:
15174     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
15175     layout: "plot-throughput"
15176
15177 - type: "plot"
15178   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
15179   algorithm: "plot_performance_box"
15180   output-file-type: ".html"
15181   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
15182   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15183   filter: "'NIC_Intel-X710' and
15184            '64B' and
15185            'NDRPDR' and
15186            'ETH' and
15187            'IP4FWD' and
15188            '2T2C' and
15189            'VHOST_1024' and
15190            not 'VXLAN' and
15191            not 'CFS_OPT' and
15192            not 'DOT1Q'"
15193   parameters:
15194   - "throughput"
15195   - "parent"
15196   - "tags"
15197   sort:
15198   - "1VM"
15199   - "2VM"
15200   traces:
15201     hoverinfo: "x+y"
15202     boxpoints: "outliers"
15203     whiskerwidth: 0
15204   layout:
15205     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
15206     layout: "plot-throughput"
15207
15208 - type: "plot"
15209   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
15210   algorithm: "plot_performance_box"
15211   output-file-type: ".html"
15212   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
15213   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15214   filter: "'NIC_Intel-X710' and
15215            '64B' and
15216            'NDRPDR' and
15217            'ETH' and
15218            'IP4FWD' and
15219            '1T1C' and
15220            'VHOST_1024' and
15221            not 'VXLAN' and
15222            not 'CFS_OPT' and
15223            not 'DOT1Q'"
15224   parameters:
15225   - "throughput"
15226   - "parent"
15227   - "tags"
15228   sort:
15229   - "1VM"
15230   - "2VM"
15231   traces:
15232     hoverinfo: "x+y"
15233     boxpoints: "outliers"
15234     whiskerwidth: 0
15235   layout:
15236     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
15237     layout: "plot-throughput"
15238
15239 - type: "plot"
15240   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
15241   algorithm: "plot_performance_box"
15242   output-file-type: ".html"
15243   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
15244   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15245   filter: "'NIC_Intel-X710' and
15246            '64B' and
15247            'NDRPDR' and
15248            'ETH' and
15249            'IP4FWD' and
15250            '2T2C' and
15251            'VHOST_1024' and
15252            not 'VXLAN' and
15253            not 'CFS_OPT' and
15254            not 'DOT1Q'"
15255   parameters:
15256   - "throughput"
15257   - "parent"
15258   - "tags"
15259   sort:
15260   - "1VM"
15261   - "2VM"
15262   traces:
15263     hoverinfo: "x+y"
15264     boxpoints: "outliers"
15265     whiskerwidth: 0
15266   layout:
15267     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
15268     layout: "plot-throughput"
15269
15270 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base
15271 - type: "plot"
15272   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
15273   algorithm: "plot_performance_box"
15274   output-file-type: ".html"
15275   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
15276   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15277   filter: "'NIC_Intel-X710' and
15278            '64B' and
15279            'NDRPDR' and
15280            ('ETH' or 'DOT1Q') and
15281            'BASE' and
15282            '1T1C' and
15283            ('L2BDMACLRN' or 'L2XCFWD') and
15284            'VHOST_1024' and
15285            not 'VXLAN' and
15286            not 'IP4FWD' and
15287            not '2VM'"
15288   parameters:
15289   - "throughput"
15290   - "parent"
15291   - "tags"
15292   sort:
15293   - "L2BDMACLRN"
15294   - "L2BDMACLRN"
15295   - "L2BDMACLRN"
15296   - "L2XCFWD"
15297   - "L2XCFWD"
15298   - "L2XCFWD"
15299   traces:
15300     hoverinfo: "x+y"
15301     boxpoints: "outliers"
15302     whiskerwidth: 0
15303   layout:
15304     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
15305     layout: "plot-throughput"
15306
15307 - type: "plot"
15308   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
15309   algorithm: "plot_performance_box"
15310   output-file-type: ".html"
15311   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
15312   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15313   filter: "'NIC_Intel-X710' and
15314            '64B' and
15315            'NDRPDR' and
15316            ('ETH' or 'DOT1Q') and
15317            'BASE' and
15318            '1T1C' and
15319            ('L2BDMACLRN' or 'L2XCFWD') and
15320            'VHOST_1024' and
15321            not 'VXLAN' and
15322            not 'IP4FWD' and
15323            not '2VM'"
15324   parameters:
15325   - "throughput"
15326   - "parent"
15327   - "tags"
15328   sort:
15329   - "L2BDMACLRN"
15330   - "L2BDMACLRN"
15331   - "L2BDMACLRN"
15332   - "L2XCFWD"
15333   - "L2XCFWD"
15334   - "L2XCFWD"
15335   traces:
15336     hoverinfo: "x+y"
15337     boxpoints: "outliers"
15338     whiskerwidth: 0
15339   layout:
15340     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
15341     layout: "plot-throughput"
15342
15343 - type: "plot"
15344   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
15345   algorithm: "plot_performance_box"
15346   output-file-type: ".html"
15347   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
15348   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15349   filter: "'NIC_Intel-X710' and
15350            '64B' and
15351            'NDRPDR' and
15352            ('ETH' or 'DOT1Q') and
15353            'BASE' and
15354            '2T2C' and
15355            ('L2BDMACLRN' or 'L2XCFWD') and
15356            'VHOST_1024' and
15357            not 'VXLAN' and
15358            not 'IP4FWD' and
15359            not '2VM'"
15360   parameters:
15361   - "throughput"
15362   - "parent"
15363   - "tags"
15364   sort:
15365   - "L2BDMACLRN"
15366   - "L2BDMACLRN"
15367   - "L2BDMACLRN"
15368   - "L2XCFWD"
15369   - "L2XCFWD"
15370   - "L2XCFWD"
15371   traces:
15372     hoverinfo: "x+y"
15373     boxpoints: "outliers"
15374     whiskerwidth: 0
15375   layout:
15376     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
15377     layout: "plot-throughput"
15378
15379 - type: "plot"
15380   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
15381   algorithm: "plot_performance_box"
15382   output-file-type: ".html"
15383   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
15384   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15385   filter: "'NIC_Intel-X710' and
15386            '64B' and
15387            'NDRPDR' and
15388            ('ETH' or 'DOT1Q') and
15389            'BASE' and
15390            '2T2C' and
15391            ('L2BDMACLRN' or 'L2XCFWD') and
15392            'VHOST_1024' and
15393            not 'VXLAN' and
15394            not 'IP4FWD' and
15395            not '2VM'"
15396   parameters:
15397   - "throughput"
15398   - "parent"
15399   - "tags"
15400   sort:
15401   - "L2BDMACLRN"
15402   - "L2BDMACLRN"
15403   - "L2BDMACLRN"
15404   - "L2XCFWD"
15405   - "L2XCFWD"
15406   - "L2XCFWD"
15407   traces:
15408     hoverinfo: "x+y"
15409     boxpoints: "outliers"
15410     whiskerwidth: 0
15411   layout:
15412     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
15413     layout: "plot-throughput"
15414
15415 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base vm
15416 - type: "plot"
15417   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr"
15418   algorithm: "plot_performance_box"
15419   output-file-type: ".html"
15420   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr"
15421   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15422   filter: "'NIC_Intel-X710' and
15423            '64B' and
15424            'NDRPDR' and
15425            ('ETH' or 'DOT1Q') and
15426            '1T1C' and
15427            ('L2BDMACLRN' or 'L2XCFWD') and
15428            'VHOST_1024' and
15429            not 'CFS_OPT' and
15430            not 'VXLAN' and
15431            not 'IP4FWD' and
15432            not 'LBOND'"
15433   parameters:
15434   - "throughput"
15435   - "parent"
15436   - "tags"
15437   sort:
15438   - "L2BDMACLRN"
15439   - "L2BDMACLRN"
15440   - "L2BDMACLRN"
15441   - "L2XCFWD"
15442   - "L2XCFWD"
15443   - "L2XCFWD"
15444   traces:
15445     hoverinfo: "x+y"
15446     boxpoints: "outliers"
15447     whiskerwidth: 0
15448   layout:
15449     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr"
15450     layout: "plot-throughput"
15451
15452 - type: "plot"
15453   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-pdr"
15454   algorithm: "plot_performance_box"
15455   output-file-type: ".html"
15456   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-pdr"
15457   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15458   filter: "'NIC_Intel-X710' and
15459            '64B' and
15460            'NDRPDR' and
15461            ('ETH' or 'DOT1Q') and
15462            '1T1C' and
15463            ('L2BDMACLRN' or 'L2XCFWD') and
15464            'VHOST_1024' and
15465            not 'CFS_OPT' and
15466            not 'VXLAN' and
15467            not 'IP4FWD' and
15468            not 'LBOND'"
15469   parameters:
15470   - "throughput"
15471   - "parent"
15472   - "tags"
15473   sort:
15474   - "L2BDMACLRN"
15475   - "L2BDMACLRN"
15476   - "L2BDMACLRN"
15477   - "L2XCFWD"
15478   - "L2XCFWD"
15479   - "L2XCFWD"
15480   traces:
15481     hoverinfo: "x+y"
15482     boxpoints: "outliers"
15483     whiskerwidth: 0
15484   layout:
15485     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-pdr"
15486     layout: "plot-throughput"
15487
15488 - type: "plot"
15489   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr"
15490   algorithm: "plot_performance_box"
15491   output-file-type: ".html"
15492   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr"
15493   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15494   filter: "'NIC_Intel-X710' and
15495            '64B' and
15496            'NDRPDR' and
15497            ('ETH' or 'DOT1Q') and
15498            '2T2C' and
15499            ('L2BDMACLRN' or 'L2XCFWD') and
15500            'VHOST_1024' and
15501            not 'CFS_OPT' and
15502            not 'VXLAN' and
15503            not 'IP4FWD' and
15504            not 'LBOND'"
15505   parameters:
15506   - "throughput"
15507   - "parent"
15508   - "tags"
15509   sort:
15510   - "L2BDMACLRN"
15511   - "L2BDMACLRN"
15512   - "L2BDMACLRN"
15513   - "L2XCFWD"
15514   - "L2XCFWD"
15515   - "L2XCFWD"
15516   traces:
15517     hoverinfo: "x+y"
15518     boxpoints: "outliers"
15519     whiskerwidth: 0
15520   layout:
15521     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr"
15522     layout: "plot-throughput"
15523
15524 - type: "plot"
15525   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-pdr"
15526   algorithm: "plot_performance_box"
15527   output-file-type: ".html"
15528   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-pdr"
15529   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15530   filter: "'NIC_Intel-X710' and
15531            '64B' and
15532            'NDRPDR' and
15533            ('ETH' or 'DOT1Q') and
15534            '2T2C' and
15535            ('L2BDMACLRN' or 'L2XCFWD') and
15536            'VHOST_1024' and
15537            not 'CFS_OPT' and
15538            not 'VXLAN' and
15539            not 'IP4FWD' and
15540            not 'LBOND'"
15541   parameters:
15542   - "throughput"
15543   - "parent"
15544   - "tags"
15545   sort:
15546   - "L2BDMACLRN"
15547   - "L2BDMACLRN"
15548   - "L2BDMACLRN"
15549   - "L2XCFWD"
15550   - "L2XCFWD"
15551   - "L2XCFWD"
15552   traces:
15553     hoverinfo: "x+y"
15554     boxpoints: "outliers"
15555     whiskerwidth: 0
15556   layout:
15557     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-pdr"
15558     layout: "plot-throughput"
15559
15560 # Packet Throughput - VPP vhost ip4 3n-skx-x710
15561 - type: "plot"
15562   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15563   algorithm: "plot_performance_box"
15564   output-file-type: ".html"
15565   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15566   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15567   filter: "'NIC_Intel-X710' and
15568            '64B' and
15569            'NDRPDR' and
15570            'ETH' and
15571            'IP4FWD' and
15572            '2T1C' and
15573            'VHOST_1024' and
15574            not 'VXLAN' and
15575            not 'DOT1Q'"
15576   parameters:
15577   - "throughput"
15578   - "parent"
15579   - "tags"
15580   sort:
15581   - "1VM"
15582   - "2VM"
15583   traces:
15584     hoverinfo: "x+y"
15585     boxpoints: "outliers"
15586     whiskerwidth: 0
15587   layout:
15588     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15589     layout: "plot-throughput"
15590
15591 - type: "plot"
15592   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15593   algorithm: "plot_performance_box"
15594   output-file-type: ".html"
15595   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15596   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15597   filter: "'NIC_Intel-X710' and
15598            '64B' and
15599            'NDRPDR' and
15600            'ETH' and
15601            'IP4FWD' and
15602            '4T2C' and
15603            'VHOST_1024' and
15604            not 'VXLAN' and
15605            not 'DOT1Q'"
15606   parameters:
15607   - "throughput"
15608   - "parent"
15609   - "tags"
15610   sort:
15611   - "1VM"
15612   - "2VM"
15613   traces:
15614     hoverinfo: "x+y"
15615     boxpoints: "outliers"
15616     whiskerwidth: 0
15617   layout:
15618     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15619     layout: "plot-throughput"
15620
15621 - type: "plot"
15622   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15623   algorithm: "plot_performance_box"
15624   output-file-type: ".html"
15625   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15626   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15627   filter: "'NIC_Intel-X710' and
15628            '64B' and
15629            'NDRPDR' and
15630            'ETH' and
15631            'IP4FWD' and
15632            '2T1C' and
15633            'VHOST_1024' and
15634            not 'VXLAN' and
15635            not 'DOT1Q'"
15636   parameters:
15637   - "throughput"
15638   - "parent"
15639   - "tags"
15640   sort:
15641   - "1VM"
15642   - "2VM"
15643   traces:
15644     hoverinfo: "x+y"
15645     boxpoints: "outliers"
15646     whiskerwidth: 0
15647   layout:
15648     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15649     layout: "plot-throughput"
15650
15651 - type: "plot"
15652   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15653   algorithm: "plot_performance_box"
15654   output-file-type: ".html"
15655   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15656   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15657   filter: "'NIC_Intel-X710' and
15658            '64B' and
15659            'NDRPDR' and
15660            'ETH' and
15661            'IP4FWD' and
15662            '4T2C' and
15663            'VHOST_1024' and
15664            not 'VXLAN' and
15665            not 'DOT1Q'"
15666   parameters:
15667   - "throughput"
15668   - "parent"
15669   - "tags"
15670   sort:
15671   - "1VM"
15672   - "2VM"
15673   traces:
15674     hoverinfo: "x+y"
15675     boxpoints: "outliers"
15676     whiskerwidth: 0
15677   layout:
15678     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15679     layout: "plot-throughput"
15680
15681 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base
15682 - type: "plot"
15683   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr"
15684   algorithm: "plot_performance_box"
15685   output-file-type: ".html"
15686   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr"
15687   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15688   filter: "'NIC_Intel-X710' and
15689            '64B' and
15690            'NDRPDR' and
15691            ('ETH' or 'DOT1Q') and
15692            'BASE' and
15693            '2T1C' and
15694            ('L2BDMACLRN' or 'L2XCFWD') and
15695            'VHOST_1024' and
15696            not 'VXLAN' and
15697            not 'IP4FWD' and
15698            not '2VM'"
15699   parameters:
15700   - "throughput"
15701   - "parent"
15702   - "tags"
15703   sort:
15704   - "L2BDMACLRN"
15705   - "L2BDMACLRN"
15706   - "L2BDMACLRN"
15707   - "L2XCFWD"
15708   - "L2XCFWD"
15709   - "L2XCFWD"
15710   traces:
15711     hoverinfo: "x+y"
15712     boxpoints: "outliers"
15713     whiskerwidth: 0
15714   layout:
15715     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr"
15716     layout: "plot-throughput"
15717
15718 - type: "plot"
15719   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-pdr"
15720   algorithm: "plot_performance_box"
15721   output-file-type: ".html"
15722   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-pdr"
15723   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15724   filter: "'NIC_Intel-X710' and
15725            '64B' and
15726            'NDRPDR' and
15727            ('ETH' or 'DOT1Q') and
15728            'BASE' and
15729            '2T1C' and
15730            ('L2BDMACLRN' or 'L2XCFWD') and
15731            'VHOST_1024' and
15732            not 'VXLAN' and
15733            not 'IP4FWD' and
15734            not '2VM'"
15735   parameters:
15736   - "throughput"
15737   - "parent"
15738   - "tags"
15739   sort:
15740   - "L2BDMACLRN"
15741   - "L2BDMACLRN"
15742   - "L2BDMACLRN"
15743   - "L2XCFWD"
15744   - "L2XCFWD"
15745   - "L2XCFWD"
15746   traces:
15747     hoverinfo: "x+y"
15748     boxpoints: "outliers"
15749     whiskerwidth: 0
15750   layout:
15751     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-pdr"
15752     layout: "plot-throughput"
15753
15754 - type: "plot"
15755   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr"
15756   algorithm: "plot_performance_box"
15757   output-file-type: ".html"
15758   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr"
15759   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15760   filter: "'NIC_Intel-X710' and
15761            '64B' and
15762            'NDRPDR' and
15763            ('ETH' or 'DOT1Q') and
15764            'BASE' and
15765            '4T2C' and
15766            ('L2BDMACLRN' or 'L2XCFWD') and
15767            'VHOST_1024' and
15768            not 'VXLAN' and
15769            not 'IP4FWD' and
15770            not '2VM'"
15771   parameters:
15772   - "throughput"
15773   - "parent"
15774   - "tags"
15775   sort:
15776   - "L2BDMACLRN"
15777   - "L2BDMACLRN"
15778   - "L2BDMACLRN"
15779   - "L2XCFWD"
15780   - "L2XCFWD"
15781   - "L2XCFWD"
15782   traces:
15783     hoverinfo: "x+y"
15784     boxpoints: "outliers"
15785     whiskerwidth: 0
15786   layout:
15787     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr"
15788     layout: "plot-throughput"
15789
15790 - type: "plot"
15791   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-pdr"
15792   algorithm: "plot_performance_box"
15793   output-file-type: ".html"
15794   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-pdr"
15795   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15796   filter: "'NIC_Intel-X710' and
15797            '64B' and
15798            'NDRPDR' and
15799            ('ETH' or 'DOT1Q') and
15800            'BASE' and
15801            '4T2C' and
15802            ('L2BDMACLRN' or 'L2XCFWD') and
15803            'VHOST_1024' and
15804            not 'VXLAN' and
15805            not 'IP4FWD' and
15806            not '2VM'"
15807   parameters:
15808   - "throughput"
15809   - "parent"
15810   - "tags"
15811   sort:
15812   - "L2BDMACLRN"
15813   - "L2BDMACLRN"
15814   - "L2BDMACLRN"
15815   - "L2XCFWD"
15816   - "L2XCFWD"
15817   - "L2XCFWD"
15818   traces:
15819     hoverinfo: "x+y"
15820     boxpoints: "outliers"
15821     whiskerwidth: 0
15822   layout:
15823     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-pdr"
15824     layout: "plot-throughput"
15825
15826 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base vm
15827 - type: "plot"
15828   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr"
15829   algorithm: "plot_performance_box"
15830   output-file-type: ".html"
15831   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr"
15832   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15833   filter: "'NIC_Intel-X710' and
15834            '64B' and
15835            'NDRPDR' and
15836            ('ETH' or 'DOT1Q') and
15837            '2T1C' and
15838            ('L2BDMACLRN' or 'L2XCFWD') and
15839            'VHOST_1024' and
15840            not 'CFS_OPT' and
15841            not 'VXLAN' and
15842            not 'IP4FWD' and
15843            not 'LBOND'"
15844   parameters:
15845   - "throughput"
15846   - "parent"
15847   - "tags"
15848   sort:
15849   - "L2BDMACLRN"
15850   - "L2BDMACLRN"
15851   - "L2BDMACLRN"
15852   - "L2XCFWD"
15853   - "L2XCFWD"
15854   - "L2XCFWD"
15855   traces:
15856     hoverinfo: "x+y"
15857     boxpoints: "outliers"
15858     whiskerwidth: 0
15859   layout:
15860     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr"
15861     layout: "plot-throughput"
15862
15863 - type: "plot"
15864   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-pdr"
15865   algorithm: "plot_performance_box"
15866   output-file-type: ".html"
15867   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-pdr"
15868   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15869   filter: "'NIC_Intel-X710' and
15870            '64B' and
15871            'NDRPDR' and
15872            ('ETH' or 'DOT1Q') and
15873            '2T1C' and
15874            ('L2BDMACLRN' or 'L2XCFWD') and
15875            'VHOST_1024' and
15876            not 'CFS_OPT' and
15877            not 'VXLAN' and
15878            not 'IP4FWD' and
15879            not 'LBOND'"
15880   parameters:
15881   - "throughput"
15882   - "parent"
15883   - "tags"
15884   sort:
15885   - "L2BDMACLRN"
15886   - "L2BDMACLRN"
15887   - "L2BDMACLRN"
15888   - "L2XCFWD"
15889   - "L2XCFWD"
15890   - "L2XCFWD"
15891   traces:
15892     hoverinfo: "x+y"
15893     boxpoints: "outliers"
15894     whiskerwidth: 0
15895   layout:
15896     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-pdr"
15897     layout: "plot-throughput"
15898
15899 - type: "plot"
15900   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr"
15901   algorithm: "plot_performance_box"
15902   output-file-type: ".html"
15903   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr"
15904   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15905   filter: "'NIC_Intel-X710' and
15906            '64B' and
15907            'NDRPDR' and
15908            ('ETH' or 'DOT1Q') and
15909            '4T2C' and
15910            ('L2BDMACLRN' or 'L2XCFWD') and
15911            'VHOST_1024' and
15912            not 'CFS_OPT' and
15913            not 'VXLAN' and
15914            not 'IP4FWD' and
15915            not 'LBOND'"
15916   parameters:
15917   - "throughput"
15918   - "parent"
15919   - "tags"
15920   sort:
15921   - "L2BDMACLRN"
15922   - "L2BDMACLRN"
15923   - "L2BDMACLRN"
15924   - "L2XCFWD"
15925   - "L2XCFWD"
15926   - "L2XCFWD"
15927   traces:
15928     hoverinfo: "x+y"
15929     boxpoints: "outliers"
15930     whiskerwidth: 0
15931   layout:
15932     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr"
15933     layout: "plot-throughput"
15934
15935 - type: "plot"
15936   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-pdr"
15937   algorithm: "plot_performance_box"
15938   output-file-type: ".html"
15939   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-pdr"
15940   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15941   filter: "'NIC_Intel-X710' and
15942            '64B' and
15943            'NDRPDR' and
15944            ('ETH' or 'DOT1Q') and
15945            '4T2C' and
15946            ('L2BDMACLRN' or 'L2XCFWD') and
15947            'VHOST_1024' and
15948            not 'CFS_OPT' and
15949            not 'VXLAN' and
15950            not 'IP4FWD' and
15951            not 'LBOND'"
15952   parameters:
15953   - "throughput"
15954   - "parent"
15955   - "tags"
15956   sort:
15957   - "L2BDMACLRN"
15958   - "L2BDMACLRN"
15959   - "L2BDMACLRN"
15960   - "L2XCFWD"
15961   - "L2XCFWD"
15962   - "L2XCFWD"
15963   traces:
15964     hoverinfo: "x+y"
15965     boxpoints: "outliers"
15966     whiskerwidth: 0
15967   layout:
15968     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-pdr"
15969     layout: "plot-throughput"
15970
15971 # Packet Throughput - VPP vhost ip4 2n-skx-x710
15972 - type: "plot"
15973   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
15974   algorithm: "plot_performance_box"
15975   output-file-type: ".html"
15976   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
15977   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15978   filter: "'NIC_Intel-X710' and
15979            '64B' and
15980            'NDRPDR' and
15981            'ETH' and
15982            'IP4FWD' and
15983            '2T1C' and
15984            'VHOST_1024' and
15985            not 'VXLAN' and
15986            not 'NF_DENSITY' and
15987            not 'CFS_OPT' and
15988            not 'DOT1Q'"
15989   parameters:
15990   - "throughput"
15991   - "parent"
15992   - "tags"
15993   sort:
15994   - "1VM"
15995   - "2VM"
15996   traces:
15997     hoverinfo: "x+y"
15998     boxpoints: "outliers"
15999     whiskerwidth: 0
16000   layout:
16001     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
16002     layout: "plot-throughput"
16003
16004 - type: "plot"
16005   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16006   algorithm: "plot_performance_box"
16007   output-file-type: ".html"
16008   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16009   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16010   filter: "'NIC_Intel-X710' and
16011            '64B' and
16012            'NDRPDR' and
16013            'ETH' and
16014            'IP4FWD' and
16015            '4T2C' and
16016            'VHOST_1024' and
16017            not 'VXLAN' and
16018            not 'NF_DENSITY' and
16019            not 'CFS_OPT' and
16020            not 'DOT1Q'"
16021   parameters:
16022   - "throughput"
16023   - "parent"
16024   - "tags"
16025   sort:
16026   - "1VM"
16027   - "2VM"
16028   traces:
16029     hoverinfo: "x+y"
16030     boxpoints: "outliers"
16031     whiskerwidth: 0
16032   layout:
16033     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16034     layout: "plot-throughput"
16035
16036 - type: "plot"
16037   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
16038   algorithm: "plot_performance_box"
16039   output-file-type: ".html"
16040   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
16041   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16042   filter: "'NIC_Intel-X710' and
16043            '64B' and
16044            'NDRPDR' and
16045            'ETH' and
16046            'IP4FWD' and
16047            '2T1C' and
16048            'VHOST_1024' and
16049            not 'VXLAN' and
16050            not 'NF_DENSITY' and
16051            not 'CFS_OPT' and
16052            not 'DOT1Q'"
16053   parameters:
16054   - "throughput"
16055   - "parent"
16056   - "tags"
16057   sort:
16058   - "1VM"
16059   - "2VM"
16060   traces:
16061     hoverinfo: "x+y"
16062     boxpoints: "outliers"
16063     whiskerwidth: 0
16064   layout:
16065     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
16066     layout: "plot-throughput"
16067
16068 - type: "plot"
16069   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16070   algorithm: "plot_performance_box"
16071   output-file-type: ".html"
16072   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16073   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16074   filter: "'NIC_Intel-X710' and
16075            '64B' and
16076            'NDRPDR' and
16077            'ETH' and
16078            'IP4FWD' and
16079            '4T2C' and
16080            'VHOST_1024' and
16081            not 'VXLAN' and
16082            not 'NF_DENSITY' and
16083            not 'CFS_OPT' and
16084            not 'DOT1Q'"
16085   parameters:
16086   - "throughput"
16087   - "parent"
16088   - "tags"
16089   sort:
16090   - "1VM"
16091   - "2VM"
16092   traces:
16093     hoverinfo: "x+y"
16094     boxpoints: "outliers"
16095     whiskerwidth: 0
16096   layout:
16097     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16098     layout: "plot-throughput"
16099
16100 # Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base
16101 - type: "plot"
16102   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr"
16103   algorithm: "plot_performance_box"
16104   output-file-type: ".html"
16105   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr"
16106   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16107   filter: "'NIC_Intel-X710' and
16108            '64B' and
16109            'NDRPDR' and
16110            ('ETH' or 'DOT1Q') and
16111            'BASE' and
16112            '2T1C' and
16113            ('L2BDMACLRN' or 'L2XCFWD') and
16114            'VHOST_1024' and
16115            not 'VXLAN' and
16116            not 'NF_DENSITY' and
16117            not 'IP4FWD' and
16118            not '2VM'"
16119   parameters:
16120   - "throughput"
16121   - "parent"
16122   - "tags"
16123 #  sort:
16124 #  - "not CFS_OPT"
16125 #  - "L2XCFWD"
16126 #  - "not CFS_OPT"
16127 #  - "CFS_OPT"
16128   traces:
16129     hoverinfo: "x+y"
16130     boxpoints: "outliers"
16131     whiskerwidth: 0
16132   layout:
16133     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr"
16134     layout: "plot-throughput"
16135
16136 - type: "plot"
16137   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-pdr"
16138   algorithm: "plot_performance_box"
16139   output-file-type: ".html"
16140   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-pdr"
16141   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16142   filter: "'NIC_Intel-X710' and
16143            '64B' and
16144            'NDRPDR' and
16145            ('ETH' or 'DOT1Q') and
16146            'BASE' and
16147            '2T1C' and
16148            ('L2BDMACLRN' or 'L2XCFWD') and
16149            'VHOST_1024' and
16150            not 'VXLAN' and
16151            not 'NF_DENSITY' and
16152            not 'IP4FWD' and
16153            not '2VM'"
16154   parameters:
16155   - "throughput"
16156   - "parent"
16157   - "tags"
16158 #  sort:
16159 #  - "not CFS_OPT"
16160 #  - "L2XCFWD"
16161 #  - "not CFS_OPT"
16162 #  - "CFS_OPT"
16163   traces:
16164     hoverinfo: "x+y"
16165     boxpoints: "outliers"
16166     whiskerwidth: 0
16167   layout:
16168     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-pdr"
16169     layout: "plot-throughput"
16170
16171 - type: "plot"
16172   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr"
16173   algorithm: "plot_performance_box"
16174   output-file-type: ".html"
16175   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr"
16176   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16177   filter: "'NIC_Intel-X710' and
16178            '64B' and
16179            'NDRPDR' and
16180            ('ETH' or 'DOT1Q') and
16181            'BASE' and
16182            '4T2C' and
16183            ('L2BDMACLRN' or 'L2XCFWD') and
16184            'VHOST_1024' and
16185            not 'VXLAN' and
16186            not 'NF_DENSITY' and
16187            not 'IP4FWD' and
16188            not '2VM'"
16189   parameters:
16190   - "throughput"
16191   - "parent"
16192   - "tags"
16193 #  sort:
16194 #  - "not CFS_OPT"
16195 #  - "L2XCFWD"
16196 #  - "not CFS_OPT"
16197 #  - "CFS_OPT"
16198   traces:
16199     hoverinfo: "x+y"
16200     boxpoints: "outliers"
16201     whiskerwidth: 0
16202   layout:
16203     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr"
16204     layout: "plot-throughput"
16205
16206 - type: "plot"
16207   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-pdr"
16208   algorithm: "plot_performance_box"
16209   output-file-type: ".html"
16210   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-pdr"
16211   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16212   filter: "'NIC_Intel-X710' and
16213            '64B' and
16214            'NDRPDR' and
16215            ('ETH' or 'DOT1Q') and
16216            'BASE' and
16217            '4T2C' and
16218            ('L2BDMACLRN' or 'L2XCFWD') and
16219            'VHOST_1024' and
16220            not 'VXLAN' and
16221            not 'NF_DENSITY' and
16222            not 'IP4FWD' and
16223            not '2VM'"
16224   parameters:
16225   - "throughput"
16226   - "parent"
16227   - "tags"
16228 #  sort:
16229 #  - "not CFS_OPT"
16230 #  - "L2XCFWD"
16231 #  - "not CFS_OPT"
16232 #  - "CFS_OPT"
16233   traces:
16234     hoverinfo: "x+y"
16235     boxpoints: "outliers"
16236     whiskerwidth: 0
16237   layout:
16238     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-pdr"
16239     layout: "plot-throughput"
16240
16241 # Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base vm
16242 - type: "plot"
16243   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
16244   algorithm: "plot_performance_box"
16245   output-file-type: ".html"
16246   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
16247   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16248   filter: "'NIC_Intel-X710' and
16249            '64B' and
16250            'NDRPDR' and
16251            ('ETH' or 'DOT1Q') and
16252            '2T1C' and
16253            ('L2BDMACLRN' or 'L2XCFWD') and
16254            'VHOST_1024' and
16255            not 'CFS_OPT' and
16256            not 'VXLAN' and
16257            not 'NF_DENSITY' and
16258            not 'DOT1Q' and
16259            not 'IP4FWD'"
16260   parameters:
16261   - "throughput"
16262   - "parent"
16263   - "tags"
16264 #  sort:
16265 #  - "1VM"
16266 #  - "L2XCFWD"
16267 #  - "1VM"
16268 #  - "L2BDMACLRN"
16269   traces:
16270     hoverinfo: "x+y"
16271     boxpoints: "outliers"
16272     whiskerwidth: 0
16273   layout:
16274     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
16275     layout: "plot-throughput"
16276
16277 - type: "plot"
16278   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
16279   algorithm: "plot_performance_box"
16280   output-file-type: ".html"
16281   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
16282   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16283   filter: "'NIC_Intel-X710' and
16284            '64B' and
16285            'NDRPDR' and
16286            ('ETH' or 'DOT1Q') and
16287            '2T1C' and
16288            ('L2BDMACLRN' or 'L2XCFWD') and
16289            'VHOST_1024' and
16290            not 'CFS_OPT' and
16291            not 'VXLAN' and
16292            not 'NF_DENSITY' and
16293            not 'DOT1Q' and
16294            not 'IP4FWD'"
16295   parameters:
16296   - "throughput"
16297   - "parent"
16298   - "tags"
16299 #  sort:
16300 #  - "1VM"
16301 #  - "L2XCFWD"
16302 #  - "1VM"
16303 #  - "L2BDMACLRN"
16304   traces:
16305     hoverinfo: "x+y"
16306     boxpoints: "outliers"
16307     whiskerwidth: 0
16308   layout:
16309     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
16310     layout: "plot-throughput"
16311
16312 - type: "plot"
16313   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
16314   algorithm: "plot_performance_box"
16315   output-file-type: ".html"
16316   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
16317   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16318   filter: "'NIC_Intel-X710' and
16319            '64B' and
16320            'NDRPDR' and
16321            ('ETH' or 'DOT1Q') and
16322            '4T2C' and
16323            ('L2BDMACLRN' or 'L2XCFWD') and
16324            'VHOST_1024' and
16325            not 'CFS_OPT' and
16326            not 'VXLAN' and
16327            not 'NF_DENSITY' and
16328            not 'DOT1Q' and
16329            not 'IP4FWD'"
16330   parameters:
16331   - "throughput"
16332   - "parent"
16333   - "tags"
16334 #  sort:
16335 #  - "1VM"
16336 #  - "L2XCFWD"
16337 #  - "1VM"
16338 #  - "L2BDMACLRN"
16339   traces:
16340     hoverinfo: "x+y"
16341     boxpoints: "outliers"
16342     whiskerwidth: 0
16343   layout:
16344     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
16345     layout: "plot-throughput"
16346
16347 - type: "plot"
16348   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
16349   algorithm: "plot_performance_box"
16350   output-file-type: ".html"
16351   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
16352   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16353   filter: "'NIC_Intel-X710' and
16354            '64B' and
16355            'NDRPDR' and
16356            ('ETH' or 'DOT1Q') and
16357            '4T2C' and
16358            ('L2BDMACLRN' or 'L2XCFWD') and
16359            'VHOST_1024' and
16360            not 'CFS_OPT' and
16361            not 'VXLAN' and
16362            not 'NF_DENSITY' and
16363            not 'DOT1Q' and
16364            not 'IP4FWD'"
16365   parameters:
16366   - "throughput"
16367   - "parent"
16368   - "tags"
16369 #  sort:
16370 #  - "1VM"
16371 #  - "L2XCFWD"
16372 #  - "1VM"
16373 #  - "L2BDMACLRN"
16374   traces:
16375     hoverinfo: "x+y"
16376     boxpoints: "outliers"
16377     whiskerwidth: 0
16378   layout:
16379     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
16380     layout: "plot-throughput"
16381
16382 # Packet Throughput - VPP vhost ip4 2n-skx-xxv710
16383 - type: "plot"
16384   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16385   algorithm: "plot_performance_box"
16386   output-file-type: ".html"
16387   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16388   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16389   filter: "'NIC_Intel-XXV710' and
16390            '64B' and
16391            'NDRPDR' and
16392            'ETH' and
16393            'IP4FWD' and
16394            '2T1C' and
16395            'VHOST_1024' and
16396            not 'VXLAN' and
16397            not 'CFS_OPT' and
16398            not 'DOT1Q'"
16399   parameters:
16400   - "throughput"
16401   - "parent"
16402   - "tags"
16403   sort:
16404   - "1VM"
16405   - "2VM"
16406   traces:
16407     hoverinfo: "x+y"
16408     boxpoints: "outliers"
16409     whiskerwidth: 0
16410   layout:
16411     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16412     layout: "plot-throughput"
16413
16414 - type: "plot"
16415   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16416   algorithm: "plot_performance_box"
16417   output-file-type: ".html"
16418   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16419   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16420   filter: "'NIC_Intel-XXV710' and
16421            '64B' and
16422            'NDRPDR' and
16423            'ETH' and
16424            'IP4FWD' and
16425            '4T2C' and
16426            'VHOST_1024' and
16427            not 'VXLAN' and
16428            not 'CFS_OPT' and
16429            not 'DOT1Q'"
16430   parameters:
16431   - "throughput"
16432   - "parent"
16433   - "tags"
16434   sort:
16435   - "1VM"
16436   - "2VM"
16437   traces:
16438     hoverinfo: "x+y"
16439     boxpoints: "outliers"
16440     whiskerwidth: 0
16441   layout:
16442     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16443     layout: "plot-throughput"
16444
16445 - type: "plot"
16446   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16447   algorithm: "plot_performance_box"
16448   output-file-type: ".html"
16449   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16450   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16451   filter: "'NIC_Intel-XXV710' and
16452            '64B' and
16453            'NDRPDR' and
16454            'ETH' and
16455            'IP4FWD' and
16456            '2T1C' and
16457            'VHOST_1024' and
16458            not 'VXLAN' and
16459            not 'CFS_OPT' and
16460            not 'DOT1Q'"
16461   parameters:
16462   - "throughput"
16463   - "parent"
16464   - "tags"
16465   sort:
16466   - "1VM"
16467   - "2VM"
16468   traces:
16469     hoverinfo: "x+y"
16470     boxpoints: "outliers"
16471     whiskerwidth: 0
16472   layout:
16473     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16474     layout: "plot-throughput"
16475
16476 - type: "plot"
16477   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
16478   algorithm: "plot_performance_box"
16479   output-file-type: ".html"
16480   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
16481   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16482   filter: "'NIC_Intel-XXV710' and
16483            '64B' and
16484            'NDRPDR' and
16485            'ETH' and
16486            'IP4FWD' and
16487            '4T2C' and
16488            'VHOST_1024' and
16489            not 'VXLAN' and
16490            not 'CFS_OPT' and
16491            not 'DOT1Q'"
16492   parameters:
16493   - "throughput"
16494   - "parent"
16495   - "tags"
16496   sort:
16497   - "1VM"
16498   - "2VM"
16499   traces:
16500     hoverinfo: "x+y"
16501     boxpoints: "outliers"
16502     whiskerwidth: 0
16503   layout:
16504     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
16505     layout: "plot-throughput"
16506
16507 ## Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base
16508 #- type: "plot"
16509 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
16510 #  algorithm: "plot_performance_box"
16511 #  output-file-type: ".html"
16512 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
16513 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16514 #  filter: "'NIC_Intel-XXV710' and
16515 #           '64B' and
16516 #           'NDRPDR' and
16517 #           ('ETH' or 'DOT1Q') and
16518 #           'BASE' and
16519 #           '2T1C' and
16520 #           ('L2BDMACLRN' or 'L2XCFWD') and
16521 #           'VHOST_1024' and
16522 #           not 'VXLAN' and
16523 #           not 'IP4FWD' and
16524 #           not '2VM'"
16525 #  parameters:
16526 #  - "throughput"
16527 #  - "parent"
16528 #  - "tags"
16529 ##  sort:
16530 ##  - "not CFS_OPT"
16531 ##  - "L2XCFWD"
16532 ##  - "not CFS_OPT"
16533 ##  - "CFS_OPT"
16534 #  traces:
16535 #    hoverinfo: "x+y"
16536 #    boxpoints: "outliers"
16537 #    whiskerwidth: 0
16538 #  layout:
16539 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
16540 #    layout: "plot-throughput"
16541 #
16542 #- type: "plot"
16543 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
16544 #  algorithm: "plot_performance_box"
16545 #  output-file-type: ".html"
16546 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
16547 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16548 #  filter: "'NIC_Intel-XXV710' and
16549 #           '64B' and
16550 #           'NDRPDR' and
16551 #           ('ETH' or 'DOT1Q') and
16552 #           'BASE' and
16553 #           '2T1C' and
16554 #           ('L2BDMACLRN' or 'L2XCFWD') and
16555 #           'VHOST_1024' and
16556 #           not 'VXLAN' and
16557 #           not 'IP4FWD' and
16558 #           not '2VM'"
16559 #  parameters:
16560 #  - "throughput"
16561 #  - "parent"
16562 #  - "tags"
16563 ##  sort:
16564 ##  - "not CFS_OPT"
16565 ##  - "L2XCFWD"
16566 ##  - "not CFS_OPT"
16567 ##  - "CFS_OPT"
16568 #  traces:
16569 #    hoverinfo: "x+y"
16570 #    boxpoints: "outliers"
16571 #    whiskerwidth: 0
16572 #  layout:
16573 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
16574 #    layout: "plot-throughput"
16575 #
16576 #- type: "plot"
16577 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
16578 #  algorithm: "plot_performance_box"
16579 #  output-file-type: ".html"
16580 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
16581 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16582 #  filter: "'NIC_Intel-XXV710' and
16583 #           '64B' and
16584 #           'NDRPDR' and
16585 #           ('ETH' or 'DOT1Q') and
16586 #           'BASE' and
16587 #           '4T2C' and
16588 #           ('L2BDMACLRN' or 'L2XCFWD') and
16589 #           'VHOST_1024' and
16590 #           not 'VXLAN' and
16591 #           not 'IP4FWD' and
16592 #           not '2VM'"
16593 #  parameters:
16594 #  - "throughput"
16595 #  - "parent"
16596 #  - "tags"
16597 ##  sort:
16598 ##  - "not CFS_OPT"
16599 ##  - "L2XCFWD"
16600 ##  - "not CFS_OPT"
16601 ##  - "CFS_OPT"
16602 #  traces:
16603 #    hoverinfo: "x+y"
16604 #    boxpoints: "outliers"
16605 #    whiskerwidth: 0
16606 #  layout:
16607 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
16608 #    layout: "plot-throughput"
16609 #
16610 #- type: "plot"
16611 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
16612 #  algorithm: "plot_performance_box"
16613 #  output-file-type: ".html"
16614 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
16615 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16616 #  filter: "'NIC_Intel-XXV710' and
16617 #           '64B' and
16618 #           'NDRPDR' and
16619 #           ('ETH' or 'DOT1Q') and
16620 #           'BASE' and
16621 #           '4T2C' and
16622 #           ('L2BDMACLRN' or 'L2XCFWD') and
16623 #           'VHOST_1024' and
16624 #           not 'VXLAN' and
16625 #           not 'IP4FWD' and
16626 #           not '2VM'"
16627 #  parameters:
16628 #  - "throughput"
16629 #  - "parent"
16630 #  - "tags"
16631 ##  sort:
16632 ##  - "not CFS_OPT"
16633 ##  - "L2XCFWD"
16634 ##  - "not CFS_OPT"
16635 ##  - "CFS_OPT"
16636 #  traces:
16637 #    hoverinfo: "x+y"
16638 #    boxpoints: "outliers"
16639 #    whiskerwidth: 0
16640 #  layout:
16641 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
16642 #    layout: "plot-throughput"
16643 #
16644 ## Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base vm
16645 #- type: "plot"
16646 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
16647 #  algorithm: "plot_performance_box"
16648 #  output-file-type: ".html"
16649 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
16650 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16651 #  filter: "'NIC_Intel-XXV710' and
16652 #           '64B' and
16653 #           'NDRPDR' and
16654 #           ('ETH' or 'DOT1Q') and
16655 #           '2T1C' and
16656 #           ('L2BDMACLRN' or 'L2XCFWD') and
16657 #           'VHOST_1024' and
16658 #           not 'CFS_OPT' and
16659 #           not 'VXLAN' and
16660 #           not 'DOT1Q' and
16661 #           not 'IP4FWD'"
16662 #  parameters:
16663 #  - "throughput"
16664 #  - "parent"
16665 #  - "tags"
16666 ##  sort:
16667 ##  - "1VM"
16668 ##  - "L2XCFWD"
16669 ##  - "1VM"
16670 ##  - "L2BDMACLRN"
16671 #  traces:
16672 #    hoverinfo: "x+y"
16673 #    boxpoints: "outliers"
16674 #    whiskerwidth: 0
16675 #  layout:
16676 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
16677 #    layout: "plot-throughput"
16678 #
16679 #- type: "plot"
16680 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
16681 #  algorithm: "plot_performance_box"
16682 #  output-file-type: ".html"
16683 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
16684 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16685 #  filter: "'NIC_Intel-XXV710' and
16686 #           '64B' and
16687 #           'NDRPDR' and
16688 #           ('ETH' or 'DOT1Q') and
16689 #           '2T1C' and
16690 #           ('L2BDMACLRN' or 'L2XCFWD') and
16691 #           'VHOST_1024' and
16692 #           not 'CFS_OPT' and
16693 #           not 'VXLAN' and
16694 #           not 'DOT1Q' and
16695 #           not 'IP4FWD'"
16696 #  parameters:
16697 #  - "throughput"
16698 #  - "parent"
16699 #  - "tags"
16700 ##  sort:
16701 ##  - "1VM"
16702 ##  - "L2XCFWD"
16703 ##  - "1VM"
16704 ##  - "L2BDMACLRN"
16705 #  traces:
16706 #    hoverinfo: "x+y"
16707 #    boxpoints: "outliers"
16708 #    whiskerwidth: 0
16709 #  layout:
16710 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
16711 #    layout: "plot-throughput"
16712 #
16713 #- type: "plot"
16714 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
16715 #  algorithm: "plot_performance_box"
16716 #  output-file-type: ".html"
16717 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
16718 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16719 #  filter: "'NIC_Intel-XXV710' and
16720 #           '64B' and
16721 #           'NDRPDR' and
16722 #           ('ETH' or 'DOT1Q') and
16723 #           '4T2C' and
16724 #           ('L2BDMACLRN' or 'L2XCFWD') and
16725 #           'VHOST_1024' and
16726 #           not 'CFS_OPT' and
16727 #           not 'VXLAN' and
16728 #           not 'DOT1Q' and
16729 #           not 'IP4FWD'"
16730 #  parameters:
16731 #  - "throughput"
16732 #  - "parent"
16733 #  - "tags"
16734 ##  sort:
16735 ##  - "1VM"
16736 ##  - "L2XCFWD"
16737 ##  - "1VM"
16738 ##  - "L2BDMACLRN"
16739 #  traces:
16740 #    hoverinfo: "x+y"
16741 #    boxpoints: "outliers"
16742 #    whiskerwidth: 0
16743 #  layout:
16744 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
16745 #    layout: "plot-throughput"
16746 #
16747 #- type: "plot"
16748 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
16749 #  algorithm: "plot_performance_box"
16750 #  output-file-type: ".html"
16751 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
16752 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16753 #  filter: "'NIC_Intel-XXV710' and
16754 #           '64B' and
16755 #           'NDRPDR' and
16756 #           ('ETH' or 'DOT1Q') and
16757 #           '4T2C' and
16758 #           ('L2BDMACLRN' or 'L2XCFWD') and
16759 #           'VHOST_1024' and
16760 #           not 'CFS_OPT' and
16761 #           not 'VXLAN' and
16762 #           not 'DOT1Q' and
16763 #           not 'IP4FWD'"
16764 #  parameters:
16765 #  - "throughput"
16766 #  - "parent"
16767 #  - "tags"
16768 ##  sort:
16769 ##  - "1VM"
16770 ##  - "L2XCFWD"
16771 ##  - "1VM"
16772 ##  - "L2BDMACLRN"
16773 #  traces:
16774 #    hoverinfo: "x+y"
16775 #    boxpoints: "outliers"
16776 #    whiskerwidth: 0
16777 #  layout:
16778 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
16779 #    layout: "plot-throughput"
16780
16781 ################################################################################
16782
16783 # Packet Throughput - VPP VTS 3n-hsw-x520
16784 - type: "plot"
16785   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-ndr"
16786   algorithm: "plot_performance_box"
16787   output-file-type: ".html"
16788   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr"
16789   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16790   filter: "'NIC_Intel-X520-DA2' and
16791            '114B' and
16792            'NDRPDR' and
16793            '1T1C' and
16794            'VTS'"
16795   parameters:
16796   - "throughput"
16797   - "parent"
16798   - "tags"
16799   traces:
16800     hoverinfo: "x+y"
16801     boxpoints: "outliers"
16802     whiskerwidth: 0
16803   layout:
16804     title: "vts-3n-hsw-x520-114b-1t1c-ndr"
16805     layout: "plot-throughput"
16806
16807 - type: "plot"
16808   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-ndr"
16809   algorithm: "plot_performance_box"
16810   output-file-type: ".html"
16811   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr"
16812   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16813   filter: "'NIC_Intel-X520-DA2' and
16814            '114B' and
16815            'NDRPDR' and
16816            '2T2C' and
16817            'VTS'"
16818   parameters:
16819   - "throughput"
16820   - "parent"
16821   - "tags"
16822   traces:
16823     hoverinfo: "x+y"
16824     boxpoints: "outliers"
16825     whiskerwidth: 0
16826   layout:
16827     title: "vts-3n-hsw-x520-114b-2t2c-ndr"
16828     layout: "plot-throughput"
16829
16830 - type: "plot"
16831   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-pdr"
16832   algorithm: "plot_performance_box"
16833   output-file-type: ".html"
16834   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-pdr"
16835   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16836   filter: "'NIC_Intel-X520-DA2' and
16837            '114B' and
16838            'NDRPDR' and
16839            '1T1C' and
16840            'VTS'"
16841   parameters:
16842   - "throughput"
16843   - "parent"
16844   - "tags"
16845   traces:
16846     hoverinfo: "x+y"
16847     boxpoints: "outliers"
16848     whiskerwidth: 0
16849   layout:
16850     title: "vts-3n-hsw-x520-114b-1t1c-pdr"
16851     layout: "plot-throughput"
16852
16853 - type: "plot"
16854   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-pdr"
16855   algorithm: "plot_performance_box"
16856   output-file-type: ".html"
16857   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-pdr"
16858   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16859   filter: "'NIC_Intel-X520-DA2' and
16860            '114B' and
16861            'NDRPDR' and
16862            '2T2C' and
16863            'VTS'"
16864   parameters:
16865   - "throughput"
16866   - "parent"
16867   - "tags"
16868   traces:
16869     hoverinfo: "x+y"
16870     boxpoints: "outliers"
16871     whiskerwidth: 0
16872   layout:
16873     title: "vts-3n-hsw-x520-114b-2t2c-pdr"
16874     layout: "plot-throughput"
16875
16876 ################################################################################
16877
16878 # Packet Throughput - DPDK l3fwd 3n-hsw-x520
16879 - type: "plot"
16880   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
16881   algorithm: "plot_performance_box"
16882   output-file-type: ".html"
16883   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
16884   data: "plot-dpdk-throughput-latency-3n-hsw"
16885   filter: "'NIC_Intel-X520-DA2' and
16886            '64B' and
16887            'BASE' and
16888            'NDRPDR' and
16889            '1T1C' and
16890            'IP4FWD'"
16891   parameters:
16892   - "throughput"
16893   - "parent"
16894   - "tags"
16895   traces:
16896     hoverinfo: "x+y"
16897     boxpoints: "outliers"
16898     whiskerwidth: 0
16899   layout:
16900     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
16901     layout: "plot-throughput"
16902
16903 - type: "plot"
16904   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
16905   algorithm: "plot_performance_box"
16906   output-file-type: ".html"
16907   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
16908   data: "plot-dpdk-throughput-latency-3n-hsw"
16909   filter: "'NIC_Intel-X520-DA2' and
16910            '64B' and
16911            'BASE' and
16912            'NDRPDR' and
16913            '2T2C' and
16914            'IP4FWD'"
16915   parameters:
16916   - "throughput"
16917   - "parent"
16918   - "tags"
16919   traces:
16920     hoverinfo: "x+y"
16921     boxpoints: "outliers"
16922     whiskerwidth: 0
16923   layout:
16924     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
16925     layout: "plot-throughput"
16926
16927 - type: "plot"
16928   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
16929   algorithm: "plot_performance_box"
16930   output-file-type: ".html"
16931   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
16932   data: "plot-dpdk-throughput-latency-3n-hsw"
16933   filter: "'NIC_Intel-X520-DA2' and
16934            '64B' and
16935            'BASE' and
16936            'NDRPDR' and
16937            '1T1C' and
16938            'IP4FWD'"
16939   parameters:
16940   - "throughput"
16941   - "parent"
16942   - "tags"
16943   traces:
16944     hoverinfo: "x+y"
16945     boxpoints: "outliers"
16946     whiskerwidth: 0
16947   layout:
16948     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
16949     layout: "plot-throughput"
16950
16951 - type: "plot"
16952   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
16953   algorithm: "plot_performance_box"
16954   output-file-type: ".html"
16955   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
16956   data: "plot-dpdk-throughput-latency-3n-hsw"
16957   filter: "'NIC_Intel-X520-DA2' and
16958            '64B' and
16959            'BASE' and
16960            'NDRPDR' and
16961            '2T2C' and
16962            'IP4FWD'"
16963   parameters:
16964   - "throughput"
16965   - "parent"
16966   - "tags"
16967   traces:
16968     hoverinfo: "x+y"
16969     boxpoints: "outliers"
16970     whiskerwidth: 0
16971   layout:
16972     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
16973     layout: "plot-throughput"
16974
16975 # Packet Throughput - DPDK l3fwd 3n-hsw-x710
16976 - type: "plot"
16977   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
16978   algorithm: "plot_performance_box"
16979   output-file-type: ".html"
16980   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
16981   data: "plot-dpdk-throughput-latency-3n-hsw"
16982   filter: "'NIC_Intel-X710' and
16983            '64B' and
16984            'BASE' and
16985            'NDRPDR' and
16986            '1T1C' and
16987            'IP4FWD'"
16988   parameters:
16989   - "throughput"
16990   - "parent"
16991   - "tags"
16992   traces:
16993     hoverinfo: "x+y"
16994     boxpoints: "outliers"
16995     whiskerwidth: 0
16996   layout:
16997     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
16998     layout: "plot-throughput"
16999
17000 - type: "plot"
17001   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
17002   algorithm: "plot_performance_box"
17003   output-file-type: ".html"
17004   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
17005   data: "plot-dpdk-throughput-latency-3n-hsw"
17006   filter: "'NIC_Intel-X710' and
17007            '64B' and
17008            'BASE' and
17009            'NDRPDR' and
17010            '2T2C' and
17011            'IP4FWD'"
17012   parameters:
17013   - "throughput"
17014   - "parent"
17015   - "tags"
17016   traces:
17017     hoverinfo: "x+y"
17018     boxpoints: "outliers"
17019     whiskerwidth: 0
17020   layout:
17021     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
17022     layout: "plot-throughput"
17023
17024 - type: "plot"
17025   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
17026   algorithm: "plot_performance_box"
17027   output-file-type: ".html"
17028   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
17029   data: "plot-dpdk-throughput-latency-3n-hsw"
17030   filter: "'NIC_Intel-X710' and
17031            '64B' and
17032            'BASE' and
17033            'NDRPDR' and
17034            '1T1C' and
17035            'IP4FWD'"
17036   parameters:
17037   - "throughput"
17038   - "parent"
17039   - "tags"
17040   traces:
17041     hoverinfo: "x+y"
17042     boxpoints: "outliers"
17043     whiskerwidth: 0
17044   layout:
17045     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
17046     layout: "plot-throughput"
17047
17048 - type: "plot"
17049   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
17050   algorithm: "plot_performance_box"
17051   output-file-type: ".html"
17052   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
17053   data: "plot-dpdk-throughput-latency-3n-hsw"
17054   filter: "'NIC_Intel-X710' and
17055            '64B' and
17056            'BASE' and
17057            'NDRPDR' and
17058            '2T2C' and
17059            'IP4FWD'"
17060   parameters:
17061   - "throughput"
17062   - "parent"
17063   - "tags"
17064   traces:
17065     hoverinfo: "x+y"
17066     boxpoints: "outliers"
17067     whiskerwidth: 0
17068   layout:
17069     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
17070     layout: "plot-throughput"
17071
17072 # Packet Throughput - DPDK l3fwd 3n-hsw-xl710
17073 - type: "plot"
17074   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
17075   algorithm: "plot_performance_box"
17076   output-file-type: ".html"
17077   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
17078   data: "plot-dpdk-throughput-latency-3n-hsw"
17079   filter: "'NIC_Intel-XL710' and
17080            '64B' and
17081            'BASE' and
17082            'NDRPDR' and
17083            '1T1C' and
17084            'IP4FWD'"
17085   parameters:
17086   - "throughput"
17087   - "parent"
17088   - "tags"
17089   traces:
17090     hoverinfo: "x+y"
17091     boxpoints: "outliers"
17092     whiskerwidth: 0
17093   layout:
17094     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
17095     layout: "plot-throughput"
17096
17097 - type: "plot"
17098   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
17099   algorithm: "plot_performance_box"
17100   output-file-type: ".html"
17101   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
17102   data: "plot-dpdk-throughput-latency-3n-hsw"
17103   filter: "'NIC_Intel-XL710' and
17104            '64B' and
17105            'BASE' and
17106            'NDRPDR' and
17107            '2T2C' and
17108            'IP4FWD'"
17109   parameters:
17110   - "throughput"
17111   - "parent"
17112   - "tags"
17113   traces:
17114     hoverinfo: "x+y"
17115     boxpoints: "outliers"
17116     whiskerwidth: 0
17117   layout:
17118     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
17119     layout: "plot-throughput"
17120
17121 - type: "plot"
17122   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
17123   algorithm: "plot_performance_box"
17124   output-file-type: ".html"
17125   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
17126   data: "plot-dpdk-throughput-latency-3n-hsw"
17127   filter: "'NIC_Intel-XL710' and
17128            '64B' and
17129            'BASE' and
17130            'NDRPDR' and
17131            '1T1C' and
17132            'IP4FWD'"
17133   parameters:
17134   - "throughput"
17135   - "parent"
17136   - "tags"
17137   traces:
17138     hoverinfo: "x+y"
17139     boxpoints: "outliers"
17140     whiskerwidth: 0
17141   layout:
17142     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
17143     layout: "plot-throughput"
17144
17145 - type: "plot"
17146   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
17147   algorithm: "plot_performance_box"
17148   output-file-type: ".html"
17149   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
17150   data: "plot-dpdk-throughput-latency-3n-hsw"
17151   filter: "'NIC_Intel-XL710' and
17152            '64B' and
17153            'BASE' and
17154            'NDRPDR' and
17155            '2T2C' and
17156            'IP4FWD'"
17157   parameters:
17158   - "throughput"
17159   - "parent"
17160   - "tags"
17161   traces:
17162     hoverinfo: "x+y"
17163     boxpoints: "outliers"
17164     whiskerwidth: 0
17165   layout:
17166     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
17167     layout: "plot-throughput"
17168
17169 # Packet Throughput - DPDK l3fwd 3n-skx-x710
17170 - type: "plot"
17171   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
17172   algorithm: "plot_performance_box"
17173   output-file-type: ".html"
17174   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
17175   data: "plot-dpdk-throughput-latency-3n-skx"
17176   filter: "'NIC_Intel-X710' and
17177            '64B' and
17178            'BASE' and
17179            'NDRPDR' and
17180            '2T1C' and
17181            'IP4FWD'"
17182   parameters:
17183   - "throughput"
17184   - "parent"
17185   - "tags"
17186   traces:
17187     hoverinfo: "x+y"
17188     boxpoints: "outliers"
17189     whiskerwidth: 0
17190   layout:
17191     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
17192     layout: "plot-throughput"
17193
17194 - type: "plot"
17195   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
17196   algorithm: "plot_performance_box"
17197   output-file-type: ".html"
17198   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
17199   data: "plot-dpdk-throughput-latency-3n-skx"
17200   filter: "'NIC_Intel-X710' and
17201            '64B' and
17202            'BASE' and
17203            'NDRPDR' and
17204            '4T2C' and
17205            'IP4FWD'"
17206   parameters:
17207   - "throughput"
17208   - "parent"
17209   - "tags"
17210   traces:
17211     hoverinfo: "x+y"
17212     boxpoints: "outliers"
17213     whiskerwidth: 0
17214   layout:
17215     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
17216     layout: "plot-throughput"
17217
17218 - type: "plot"
17219   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
17220   algorithm: "plot_performance_box"
17221   output-file-type: ".html"
17222   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
17223   data: "plot-dpdk-throughput-latency-3n-skx"
17224   filter: "'NIC_Intel-X710' and
17225            '64B' and
17226            'BASE' and
17227            'NDRPDR' and
17228            '2T1C' and
17229            'IP4FWD'"
17230   parameters:
17231   - "throughput"
17232   - "parent"
17233   - "tags"
17234   traces:
17235     hoverinfo: "x+y"
17236     boxpoints: "outliers"
17237     whiskerwidth: 0
17238   layout:
17239     title: "l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
17240     layout: "plot-throughput"
17241
17242 - type: "plot"
17243   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
17244   algorithm: "plot_performance_box"
17245   output-file-type: ".html"
17246   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
17247   data: "plot-dpdk-throughput-latency-3n-skx"
17248   filter: "'NIC_Intel-X710' and
17249            '64B' and
17250            'BASE' and
17251            'NDRPDR' and
17252            '4T2C' and
17253            'IP4FWD'"
17254   parameters:
17255   - "throughput"
17256   - "parent"
17257   - "tags"
17258   traces:
17259     hoverinfo: "x+y"
17260     boxpoints: "outliers"
17261     whiskerwidth: 0
17262   layout:
17263     title: "l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
17264     layout: "plot-throughput"
17265
17266 # Packet Throughput - DPDK l3fwd 3n-skx-xxv710
17267 - type: "plot"
17268   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
17269   algorithm: "plot_performance_box"
17270   output-file-type: ".html"
17271   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
17272   data: "plot-dpdk-throughput-latency-3n-skx"
17273   filter: "'NIC_Intel-XXV710' and
17274            '64B' and
17275            'BASE' and
17276            'NDRPDR' and
17277            '2T1C' and
17278            'IP4FWD'"
17279   parameters:
17280   - "throughput"
17281   - "parent"
17282   - "tags"
17283   traces:
17284     hoverinfo: "x+y"
17285     boxpoints: "outliers"
17286     whiskerwidth: 0
17287   layout:
17288     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
17289     layout: "plot-throughput"
17290
17291 - type: "plot"
17292   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
17293   algorithm: "plot_performance_box"
17294   output-file-type: ".html"
17295   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
17296   data: "plot-dpdk-throughput-latency-3n-skx"
17297   filter: "'NIC_Intel-XXV710' and
17298            '64B' and
17299            'BASE' and
17300            'NDRPDR' and
17301            '4T2C' and
17302            'IP4FWD'"
17303   parameters:
17304   - "throughput"
17305   - "parent"
17306   - "tags"
17307   traces:
17308     hoverinfo: "x+y"
17309     boxpoints: "outliers"
17310     whiskerwidth: 0
17311   layout:
17312     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
17313     layout: "plot-throughput"
17314
17315 - type: "plot"
17316   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
17317   algorithm: "plot_performance_box"
17318   output-file-type: ".html"
17319   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
17320   data: "plot-dpdk-throughput-latency-3n-skx"
17321   filter: "'NIC_Intel-XXV710' and
17322            '64B' and
17323            'BASE' and
17324            'NDRPDR' and
17325            '2T1C' and
17326            'IP4FWD'"
17327   parameters:
17328   - "throughput"
17329   - "parent"
17330   - "tags"
17331   traces:
17332     hoverinfo: "x+y"
17333     boxpoints: "outliers"
17334     whiskerwidth: 0
17335   layout:
17336     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
17337     layout: "plot-throughput"
17338
17339 - type: "plot"
17340   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
17341   algorithm: "plot_performance_box"
17342   output-file-type: ".html"
17343   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
17344   data: "plot-dpdk-throughput-latency-3n-skx"
17345   filter: "'NIC_Intel-XXV710' and
17346            '64B' and
17347            'BASE' and
17348            'NDRPDR' and
17349            '4T2C' and
17350            'IP4FWD'"
17351   parameters:
17352   - "throughput"
17353   - "parent"
17354   - "tags"
17355   traces:
17356     hoverinfo: "x+y"
17357     boxpoints: "outliers"
17358     whiskerwidth: 0
17359   layout:
17360     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
17361     layout: "plot-throughput"
17362
17363 # Packet Throughput - DPDK l3fwd 2n-skx-x710
17364 - type: "plot"
17365   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
17366   algorithm: "plot_performance_box"
17367   output-file-type: ".html"
17368   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
17369   data: "plot-dpdk-throughput-latency-2n-skx"
17370   filter: "'NIC_Intel-X710' and
17371            '64B' and
17372            'BASE' and
17373            'NDRPDR' and
17374            '2T1C' and
17375            'IP4FWD'"
17376   parameters:
17377   - "throughput"
17378   - "parent"
17379   - "tags"
17380   traces:
17381     hoverinfo: "x+y"
17382     boxpoints: "outliers"
17383     whiskerwidth: 0
17384   layout:
17385     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
17386     layout: "plot-throughput"
17387
17388 - type: "plot"
17389   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
17390   algorithm: "plot_performance_box"
17391   output-file-type: ".html"
17392   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
17393   data: "plot-dpdk-throughput-latency-2n-skx"
17394   filter: "'NIC_Intel-X710' and
17395            '64B' and
17396            'BASE' and
17397            'NDRPDR' and
17398            '4T2C' and
17399            'IP4FWD'"
17400   parameters:
17401   - "throughput"
17402   - "parent"
17403   - "tags"
17404   traces:
17405     hoverinfo: "x+y"
17406     boxpoints: "outliers"
17407     whiskerwidth: 0
17408   layout:
17409     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
17410     layout: "plot-throughput"
17411
17412 - type: "plot"
17413   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
17414   algorithm: "plot_performance_box"
17415   output-file-type: ".html"
17416   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
17417   data: "plot-dpdk-throughput-latency-2n-skx"
17418   filter: "'NIC_Intel-X710' and
17419            '64B' and
17420            'BASE' and
17421            'NDRPDR' and
17422            '2T1C' and
17423            'IP4FWD'"
17424   parameters:
17425   - "throughput"
17426   - "parent"
17427   - "tags"
17428   traces:
17429     hoverinfo: "x+y"
17430     boxpoints: "outliers"
17431     whiskerwidth: 0
17432   layout:
17433     title: "l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
17434     layout: "plot-throughput"
17435
17436 - type: "plot"
17437   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
17438   algorithm: "plot_performance_box"
17439   output-file-type: ".html"
17440   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
17441   data: "plot-dpdk-throughput-latency-2n-skx"
17442   filter: "'NIC_Intel-X710' and
17443            '64B' and
17444            'BASE' and
17445            'NDRPDR' and
17446            '4T2C' and
17447            'IP4FWD'"
17448   parameters:
17449   - "throughput"
17450   - "parent"
17451   - "tags"
17452   traces:
17453     hoverinfo: "x+y"
17454     boxpoints: "outliers"
17455     whiskerwidth: 0
17456   layout:
17457     title: "l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
17458     layout: "plot-throughput"
17459
17460 # Packet Throughput - DPDK l3fwd 2n-skx-xxv710
17461 - type: "plot"
17462   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
17463   algorithm: "plot_performance_box"
17464   output-file-type: ".html"
17465   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
17466   data: "plot-dpdk-throughput-latency-2n-skx"
17467   filter: "'NIC_Intel-XXV710' and
17468            '64B' and
17469            'BASE' and
17470            'NDRPDR' and
17471            '2T1C' and
17472            'IP4FWD'"
17473   parameters:
17474   - "throughput"
17475   - "parent"
17476   - "tags"
17477   traces:
17478     hoverinfo: "x+y"
17479     boxpoints: "outliers"
17480     whiskerwidth: 0
17481   layout:
17482     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
17483     layout: "plot-throughput"
17484
17485 - type: "plot"
17486   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
17487   algorithm: "plot_performance_box"
17488   output-file-type: ".html"
17489   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
17490   data: "plot-dpdk-throughput-latency-2n-skx"
17491   filter: "'NIC_Intel-XXV710' and
17492            '64B' and
17493            'BASE' and
17494            'NDRPDR' and
17495            '4T2C' and
17496            'IP4FWD'"
17497   parameters:
17498   - "throughput"
17499   - "parent"
17500   - "tags"
17501   traces:
17502     hoverinfo: "x+y"
17503     boxpoints: "outliers"
17504     whiskerwidth: 0
17505   layout:
17506     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
17507     layout: "plot-throughput"
17508
17509 - type: "plot"
17510   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
17511   algorithm: "plot_performance_box"
17512   output-file-type: ".html"
17513   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
17514   data: "plot-dpdk-throughput-latency-2n-skx"
17515   filter: "'NIC_Intel-XXV710' and
17516            '64B' and
17517            'BASE' and
17518            'NDRPDR' and
17519            '2T1C' and
17520            'IP4FWD'"
17521   parameters:
17522   - "throughput"
17523   - "parent"
17524   - "tags"
17525   traces:
17526     hoverinfo: "x+y"
17527     boxpoints: "outliers"
17528     whiskerwidth: 0
17529   layout:
17530     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
17531     layout: "plot-throughput"
17532
17533 - type: "plot"
17534   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
17535   algorithm: "plot_performance_box"
17536   output-file-type: ".html"
17537   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
17538   data: "plot-dpdk-throughput-latency-2n-skx"
17539   filter: "'NIC_Intel-XXV710' and
17540            '64B' and
17541            'BASE' and
17542            'NDRPDR' and
17543            '4T2C' and
17544            'IP4FWD'"
17545   parameters:
17546   - "throughput"
17547   - "parent"
17548   - "tags"
17549   traces:
17550     hoverinfo: "x+y"
17551     boxpoints: "outliers"
17552     whiskerwidth: 0
17553   layout:
17554     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
17555     layout: "plot-throughput"
17556
17557 ################################################################################
17558
17559 # Packet Throughput - DPDK testpmd 3n-hsw-x520
17560 - type: "plot"
17561   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
17562   algorithm: "plot_performance_box"
17563   output-file-type: ".html"
17564   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
17565   data: "plot-dpdk-throughput-latency-3n-hsw"
17566   filter: "'NIC_Intel-X520-DA2' and
17567            '64B' and
17568            'BASE' and
17569            'NDRPDR' and
17570            '1T1C' and
17571            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17572   parameters:
17573   - "throughput"
17574   - "parent"
17575   - "tags"
17576   traces:
17577     hoverinfo: "x+y"
17578     boxpoints: "outliers"
17579     whiskerwidth: 0
17580   layout:
17581     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
17582     layout: "plot-throughput"
17583
17584 - type: "plot"
17585   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
17586   algorithm: "plot_performance_box"
17587   output-file-type: ".html"
17588   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
17589   data: "plot-dpdk-throughput-latency-3n-hsw"
17590   filter: "'NIC_Intel-X520-DA2' and
17591            '64B' and
17592            'BASE' and
17593            'NDRPDR' and
17594            '2T2C' and
17595            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17596   parameters:
17597   - "throughput"
17598   - "parent"
17599   - "tags"
17600   traces:
17601     hoverinfo: "x+y"
17602     boxpoints: "outliers"
17603     whiskerwidth: 0
17604   layout:
17605     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
17606     layout: "plot-throughput"
17607
17608 - type: "plot"
17609   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
17610   algorithm: "plot_performance_box"
17611   output-file-type: ".html"
17612   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
17613   data: "plot-dpdk-throughput-latency-3n-hsw"
17614   filter: "'NIC_Intel-X520-DA2' and
17615            '64B' and
17616            'BASE' and
17617            'NDRPDR' and
17618            '1T1C' and
17619            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17620   parameters:
17621   - "throughput"
17622   - "parent"
17623   - "tags"
17624   traces:
17625     hoverinfo: "x+y"
17626     boxpoints: "outliers"
17627     whiskerwidth: 0
17628   layout:
17629     title: "testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
17630     layout: "plot-throughput"
17631
17632 - type: "plot"
17633   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
17634   algorithm: "plot_performance_box"
17635   output-file-type: ".html"
17636   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
17637   data: "plot-dpdk-throughput-latency-3n-hsw"
17638   filter: "'NIC_Intel-X520-DA2' and
17639            '64B' and
17640            'BASE' and
17641            'NDRPDR' and
17642            '2T2C' and
17643            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17644   parameters:
17645   - "throughput"
17646   - "parent"
17647   - "tags"
17648   traces:
17649     hoverinfo: "x+y"
17650     boxpoints: "outliers"
17651     whiskerwidth: 0
17652   layout:
17653     title: "testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
17654     layout: "plot-throughput"
17655
17656 # Packet Throughput - DPDK testpmd 3n-hsw-x710
17657 - type: "plot"
17658   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
17659   algorithm: "plot_performance_box"
17660   output-file-type: ".html"
17661   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
17662   data: "plot-dpdk-throughput-latency-3n-hsw"
17663   filter: "'NIC_Intel-X710' and
17664            '64B' and
17665            'BASE' and
17666            'NDRPDR' and
17667            '1T1C' and
17668            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17669   parameters:
17670   - "throughput"
17671   - "parent"
17672   - "tags"
17673   traces:
17674     hoverinfo: "x+y"
17675     boxpoints: "outliers"
17676     whiskerwidth: 0
17677   layout:
17678     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
17679     layout: "plot-throughput"
17680
17681 - type: "plot"
17682   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
17683   algorithm: "plot_performance_box"
17684   output-file-type: ".html"
17685   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
17686   data: "plot-dpdk-throughput-latency-3n-hsw"
17687   filter: "'NIC_Intel-X710' and
17688            '64B' and
17689            'BASE' and
17690            'NDRPDR' and
17691            '2T2C' and
17692            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17693   parameters:
17694   - "throughput"
17695   - "parent"
17696   - "tags"
17697   traces:
17698     hoverinfo: "x+y"
17699     boxpoints: "outliers"
17700     whiskerwidth: 0
17701   layout:
17702     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
17703     layout: "plot-throughput"
17704
17705 - type: "plot"
17706   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
17707   algorithm: "plot_performance_box"
17708   output-file-type: ".html"
17709   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
17710   data: "plot-dpdk-throughput-latency-3n-hsw"
17711   filter: "'NIC_Intel-X710' and
17712            '64B' and
17713            'BASE' and
17714            'NDRPDR' and
17715            '1T1C' and
17716            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17717   parameters:
17718   - "throughput"
17719   - "parent"
17720   - "tags"
17721   traces:
17722     hoverinfo: "x+y"
17723     boxpoints: "outliers"
17724     whiskerwidth: 0
17725   layout:
17726     title: "testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
17727     layout: "plot-throughput"
17728
17729 - type: "plot"
17730   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
17731   algorithm: "plot_performance_box"
17732   output-file-type: ".html"
17733   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
17734   data: "plot-dpdk-throughput-latency-3n-hsw"
17735   filter: "'NIC_Intel-X710' and
17736            '64B' and
17737            'BASE' and
17738            'NDRPDR' and
17739            '2T2C' and
17740            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17741   parameters:
17742   - "throughput"
17743   - "parent"
17744   - "tags"
17745   traces:
17746     hoverinfo: "x+y"
17747     boxpoints: "outliers"
17748     whiskerwidth: 0
17749   layout:
17750     title: "testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
17751     layout: "plot-throughput"
17752
17753 # Packet Throughput - DPDK testpmd 3n-hsw-xl710
17754 - type: "plot"
17755   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
17756   algorithm: "plot_performance_box"
17757   output-file-type: ".html"
17758   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
17759   data: "plot-dpdk-throughput-latency-3n-hsw"
17760   filter: "'NIC_Intel-XL710' and
17761            '64B' and
17762            'BASE' and
17763            'NDRPDR' and
17764            '1T1C' and
17765            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17766   parameters:
17767   - "throughput"
17768   - "parent"
17769   - "tags"
17770   traces:
17771     hoverinfo: "x+y"
17772     boxpoints: "outliers"
17773     whiskerwidth: 0
17774   layout:
17775     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
17776     layout: "plot-throughput"
17777
17778 - type: "plot"
17779   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
17780   algorithm: "plot_performance_box"
17781   output-file-type: ".html"
17782   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
17783   data: "plot-dpdk-throughput-latency-3n-hsw"
17784   filter: "'NIC_Intel-XL710' and
17785            '64B' and
17786            'BASE' and
17787            'NDRPDR' and
17788            '2T2C' and
17789            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17790   parameters:
17791   - "throughput"
17792   - "parent"
17793   - "tags"
17794   traces:
17795     hoverinfo: "x+y"
17796     boxpoints: "outliers"
17797     whiskerwidth: 0
17798   layout:
17799     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
17800     layout: "plot-throughput"
17801
17802 - type: "plot"
17803   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
17804   algorithm: "plot_performance_box"
17805   output-file-type: ".html"
17806   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
17807   data: "plot-dpdk-throughput-latency-3n-hsw"
17808   filter: "'NIC_Intel-XL710' and
17809            '64B' and
17810            'BASE' and
17811            'NDRPDR' and
17812            '1T1C' and
17813            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17814   parameters:
17815   - "throughput"
17816   - "parent"
17817   - "tags"
17818   traces:
17819     hoverinfo: "x+y"
17820     boxpoints: "outliers"
17821     whiskerwidth: 0
17822   layout:
17823     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
17824     layout: "plot-throughput"
17825
17826 - type: "plot"
17827   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
17828   algorithm: "plot_performance_box"
17829   output-file-type: ".html"
17830   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
17831   data: "plot-dpdk-throughput-latency-3n-hsw"
17832   filter: "'NIC_Intel-XL710' and
17833            '64B' and
17834            'BASE' and
17835            'NDRPDR' and
17836            '2T2C' and
17837            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17838   parameters:
17839   - "throughput"
17840   - "parent"
17841   - "tags"
17842   traces:
17843     hoverinfo: "x+y"
17844     boxpoints: "outliers"
17845     whiskerwidth: 0
17846   layout:
17847     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
17848     layout: "plot-throughput"
17849
17850 # Packet Throughput - DPDK testpmd 3n-skx-x710
17851 - type: "plot"
17852   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-ndr"
17853   algorithm: "plot_performance_box"
17854   output-file-type: ".html"
17855   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr"
17856   data: "plot-dpdk-throughput-latency-3n-skx"
17857   filter: "'NIC_Intel-X710' and
17858            '64B' and
17859            'BASE' and
17860            'NDRPDR' and
17861            '2T1C' and
17862            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17863   parameters:
17864   - "throughput"
17865   - "parent"
17866   - "tags"
17867   traces:
17868     hoverinfo: "x+y"
17869     boxpoints: "outliers"
17870     whiskerwidth: 0
17871   layout:
17872     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
17873     layout: "plot-throughput"
17874
17875 - type: "plot"
17876   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-ndr"
17877   algorithm: "plot_performance_box"
17878   output-file-type: ".html"
17879   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr"
17880   data: "plot-dpdk-throughput-latency-3n-skx"
17881   filter: "'NIC_Intel-X710' and
17882            '64B' and
17883            'BASE' and
17884            'NDRPDR' and
17885            '4T2C' and
17886            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17887   parameters:
17888   - "throughput"
17889   - "parent"
17890   - "tags"
17891   traces:
17892     hoverinfo: "x+y"
17893     boxpoints: "outliers"
17894     whiskerwidth: 0
17895   layout:
17896     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
17897     layout: "plot-throughput"
17898
17899 - type: "plot"
17900   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-pdr"
17901   algorithm: "plot_performance_box"
17902   output-file-type: ".html"
17903   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-pdr"
17904   data: "plot-dpdk-throughput-latency-3n-skx"
17905   filter: "'NIC_Intel-X710' and
17906            '64B' and
17907            'BASE' and
17908            'NDRPDR' and
17909            '2T1C' and
17910            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17911   parameters:
17912   - "throughput"
17913   - "parent"
17914   - "tags"
17915   traces:
17916     hoverinfo: "x+y"
17917     boxpoints: "outliers"
17918     whiskerwidth: 0
17919   layout:
17920     title: "testpmd-3n-skx-x710-64b-2t1c-base-pdr"
17921     layout: "plot-throughput"
17922
17923 - type: "plot"
17924   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-pdr"
17925   algorithm: "plot_performance_box"
17926   output-file-type: ".html"
17927   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-pdr"
17928   data: "plot-dpdk-throughput-latency-3n-skx"
17929   filter: "'NIC_Intel-X710' and
17930            '64B' and
17931            'BASE' and
17932            'NDRPDR' and
17933            '4T2C' and
17934            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17935   parameters:
17936   - "throughput"
17937   - "parent"
17938   - "tags"
17939   traces:
17940     hoverinfo: "x+y"
17941     boxpoints: "outliers"
17942     whiskerwidth: 0
17943   layout:
17944     title: "testpmd-3n-skx-x710-64b-4t2c-base-pdr"
17945     layout: "plot-throughput"
17946
17947 # Packet Throughput - DPDK testpmd 3n-skx-xxv710
17948 - type: "plot"
17949   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
17950   algorithm: "plot_performance_box"
17951   output-file-type: ".html"
17952   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
17953   data: "plot-dpdk-throughput-latency-3n-skx"
17954   filter: "'NIC_Intel-XXV710' and
17955            '64B' and
17956            'BASE' and
17957            'NDRPDR' and
17958            '2T1C' and
17959            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17960   parameters:
17961   - "throughput"
17962   - "parent"
17963   - "tags"
17964   traces:
17965     hoverinfo: "x+y"
17966     boxpoints: "outliers"
17967     whiskerwidth: 0
17968   layout:
17969     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
17970     layout: "plot-throughput"
17971
17972 - type: "plot"
17973   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
17974   algorithm: "plot_performance_box"
17975   output-file-type: ".html"
17976   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
17977   data: "plot-dpdk-throughput-latency-3n-skx"
17978   filter: "'NIC_Intel-XXV710' and
17979            '64B' and
17980            'BASE' and
17981            'NDRPDR' and
17982            '4T2C' and
17983            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17984   parameters:
17985   - "throughput"
17986   - "parent"
17987   - "tags"
17988   traces:
17989     hoverinfo: "x+y"
17990     boxpoints: "outliers"
17991     whiskerwidth: 0
17992   layout:
17993     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
17994     layout: "plot-throughput"
17995
17996 - type: "plot"
17997   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
17998   algorithm: "plot_performance_box"
17999   output-file-type: ".html"
18000   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
18001   data: "plot-dpdk-throughput-latency-3n-skx"
18002   filter: "'NIC_Intel-XXV710' and
18003            '64B' and
18004            'BASE' and
18005            'NDRPDR' and
18006            '2T1C' and
18007            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18008   parameters:
18009   - "throughput"
18010   - "parent"
18011   - "tags"
18012   traces:
18013     hoverinfo: "x+y"
18014     boxpoints: "outliers"
18015     whiskerwidth: 0
18016   layout:
18017     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
18018     layout: "plot-throughput"
18019
18020 - type: "plot"
18021   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
18022   algorithm: "plot_performance_box"
18023   output-file-type: ".html"
18024   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
18025   data: "plot-dpdk-throughput-latency-3n-skx"
18026   filter: "'NIC_Intel-XXV710' and
18027            '64B' and
18028            'BASE' and
18029            'NDRPDR' and
18030            '4T2C' and
18031            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18032   parameters:
18033   - "throughput"
18034   - "parent"
18035   - "tags"
18036   traces:
18037     hoverinfo: "x+y"
18038     boxpoints: "outliers"
18039     whiskerwidth: 0
18040   layout:
18041     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
18042     layout: "plot-throughput"
18043
18044 # Packet Throughput - DPDK testpmd 2n-skx-x710
18045 - type: "plot"
18046   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-ndr"
18047   algorithm: "plot_performance_box"
18048   output-file-type: ".html"
18049   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr"
18050   data: "plot-dpdk-throughput-latency-2n-skx"
18051   filter: "'NIC_Intel-X710' and
18052            '64B' and
18053            'BASE' and
18054            'NDRPDR' and
18055            '2T1C' and
18056            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18057   parameters:
18058   - "throughput"
18059   - "parent"
18060   - "tags"
18061   traces:
18062     hoverinfo: "x+y"
18063     boxpoints: "outliers"
18064     whiskerwidth: 0
18065   layout:
18066     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
18067     layout: "plot-throughput"
18068
18069 - type: "plot"
18070   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-ndr"
18071   algorithm: "plot_performance_box"
18072   output-file-type: ".html"
18073   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr"
18074   data: "plot-dpdk-throughput-latency-2n-skx"
18075   filter: "'NIC_Intel-X710' and
18076            '64B' and
18077            'BASE' and
18078            'NDRPDR' and
18079            '4T2C' and
18080            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18081   parameters:
18082   - "throughput"
18083   - "parent"
18084   - "tags"
18085   traces:
18086     hoverinfo: "x+y"
18087     boxpoints: "outliers"
18088     whiskerwidth: 0
18089   layout:
18090     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
18091     layout: "plot-throughput"
18092
18093 - type: "plot"
18094   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-pdr"
18095   algorithm: "plot_performance_box"
18096   output-file-type: ".html"
18097   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-pdr"
18098   data: "plot-dpdk-throughput-latency-2n-skx"
18099   filter: "'NIC_Intel-X710' and
18100            '64B' and
18101            'BASE' and
18102            'NDRPDR' and
18103            '2T1C' and
18104            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18105   parameters:
18106   - "throughput"
18107   - "parent"
18108   - "tags"
18109   traces:
18110     hoverinfo: "x+y"
18111     boxpoints: "outliers"
18112     whiskerwidth: 0
18113   layout:
18114     title: "testpmd-2n-skx-x710-64b-2t1c-base-pdr"
18115     layout: "plot-throughput"
18116
18117 - type: "plot"
18118   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-pdr"
18119   algorithm: "plot_performance_box"
18120   output-file-type: ".html"
18121   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-pdr"
18122   data: "plot-dpdk-throughput-latency-2n-skx"
18123   filter: "'NIC_Intel-X710' and
18124            '64B' and
18125            'BASE' and
18126            'NDRPDR' and
18127            '4T2C' and
18128            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18129   parameters:
18130   - "throughput"
18131   - "parent"
18132   - "tags"
18133   traces:
18134     hoverinfo: "x+y"
18135     boxpoints: "outliers"
18136     whiskerwidth: 0
18137   layout:
18138     title: "testpmd-2n-skx-x710-64b-4t2c-base-pdr"
18139     layout: "plot-throughput"
18140
18141 # Packet Throughput - DPDK testpmd 2n-skx-xxv710
18142 - type: "plot"
18143   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
18144   algorithm: "plot_performance_box"
18145   output-file-type: ".html"
18146   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
18147   data: "plot-dpdk-throughput-latency-2n-skx"
18148   filter: "'NIC_Intel-XXV710' and
18149            '64B' and
18150            'BASE' and
18151            'NDRPDR' and
18152            '2T1C' and
18153            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18154   parameters:
18155   - "throughput"
18156   - "parent"
18157   - "tags"
18158   traces:
18159     hoverinfo: "x+y"
18160     boxpoints: "outliers"
18161     whiskerwidth: 0
18162   layout:
18163     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
18164     layout: "plot-throughput"
18165
18166 - type: "plot"
18167   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
18168   algorithm: "plot_performance_box"
18169   output-file-type: ".html"
18170   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
18171   data: "plot-dpdk-throughput-latency-2n-skx"
18172   filter: "'NIC_Intel-XXV710' and
18173            '64B' and
18174            'BASE' and
18175            'NDRPDR' and
18176            '4T2C' and
18177            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18178   parameters:
18179   - "throughput"
18180   - "parent"
18181   - "tags"
18182   traces:
18183     hoverinfo: "x+y"
18184     boxpoints: "outliers"
18185     whiskerwidth: 0
18186   layout:
18187     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
18188     layout: "plot-throughput"
18189
18190 - type: "plot"
18191   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
18192   algorithm: "plot_performance_box"
18193   output-file-type: ".html"
18194   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
18195   data: "plot-dpdk-throughput-latency-2n-skx"
18196   filter: "'NIC_Intel-XXV710' and
18197            '64B' and
18198            'BASE' and
18199            'NDRPDR' and
18200            '2T1C' and
18201            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18202   parameters:
18203   - "throughput"
18204   - "parent"
18205   - "tags"
18206   traces:
18207     hoverinfo: "x+y"
18208     boxpoints: "outliers"
18209     whiskerwidth: 0
18210   layout:
18211     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
18212     layout: "plot-throughput"
18213
18214 - type: "plot"
18215   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
18216   algorithm: "plot_performance_box"
18217   output-file-type: ".html"
18218   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
18219   data: "plot-dpdk-throughput-latency-2n-skx"
18220   filter: "'NIC_Intel-XXV710' and
18221            '64B' and
18222            'BASE' and
18223            'NDRPDR' and
18224            '4T2C' and
18225            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18226   parameters:
18227   - "throughput"
18228   - "parent"
18229   - "tags"
18230   traces:
18231     hoverinfo: "x+y"
18232     boxpoints: "outliers"
18233     whiskerwidth: 0
18234   layout:
18235     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
18236     layout: "plot-throughput"
18237
18238 ################################################################################
18239
18240 # Packet Latency - VPP L2 3n-hsw-x520 base and scale
18241 - type: "plot"
18242   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18243   algorithm: "plot_latency_error_bars"
18244   output-file-type: ".html"
18245   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18246   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18247   filter: "'NIC_Intel-X520-DA2' and
18248            '64B' and
18249            ('BASE' or 'SCALE') and
18250            'NDRPDR' and
18251            'ETH' and
18252            '1T1C' and
18253            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18254            not 'VHOST' and
18255            not 'MEMIF'"
18256   parameters:
18257   - "latency"
18258   - "parent"
18259   - "tags"
18260   sort:
18261   - "L2XCFWD"
18262   - "L2PATCH"
18263   - "L2BDMACLRN"
18264   - "FIB_10K"
18265   - "FIB_100K"
18266   - "FIB_1M"
18267   layout:
18268     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
18269     layout: "plot-latency"
18270
18271 - type: "plot"
18272   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
18273   algorithm: "plot_latency_error_bars"
18274   output-file-type: ".html"
18275   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
18276   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18277   filter: "'NIC_Intel-X520-DA2' and
18278            '64B' and
18279            ('BASE' or 'SCALE') and
18280            'NDRPDR' and
18281            'ETH' and
18282            '2T2C' and
18283            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18284            not 'VHOST' and
18285            not 'MEMIF'"
18286   parameters:
18287   - "latency"
18288   - "parent"
18289   - "tags"
18290   sort:
18291   - "L2XCFWD"
18292   - "L2PATCH"
18293   - "L2BDMACLRN"
18294   - "FIB_10K"
18295   - "FIB_100K"
18296   - "FIB_1M"
18297   layout:
18298     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
18299     layout: "plot-latency"
18300
18301 # Packet Latency - VPP L2 3n-hsw-x520 features
18302 - type: "plot"
18303   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
18304   algorithm: "plot_latency_error_bars"
18305   output-file-type: ".html"
18306   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
18307   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18308   filter: "'NIC_Intel-X520-DA2' and
18309            '64B' and
18310            'NDRPDR' and
18311            '1T1C' and
18312            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18313            not 'ACL' and
18314            not 'VHOST' and
18315            not 'MEMIF'"
18316   parameters:
18317   - "latency"
18318   - "parent"
18319   - "tags"
18320   sort:
18321   - "L2XCBASE"    # l2xcbase
18322   - "L2BDBASE"    # l2bdbase
18323   - "L2XCFWD"     # dot1q-l2xcbase
18324   - "L2BDMACLRN"  # dot1q-l2bdbase
18325   layout:
18326     title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
18327     layout: "plot-latency"
18328
18329 - type: "plot"
18330   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
18331   algorithm: "plot_latency_error_bars"
18332   output-file-type: ".html"
18333   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
18334   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18335   filter: "'NIC_Intel-X520-DA2' and
18336            '64B' and
18337            'NDRPDR' and
18338            '2T2C' and
18339            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18340            not 'ACL' and
18341            not 'VHOST' and
18342            not 'MEMIF'"
18343   parameters:
18344   - "latency"
18345   - "parent"
18346   - "tags"
18347   sort:
18348   - "L2XCBASE"    # l2xcbase
18349   - "L2BDBASE"    # l2bdbase
18350   - "L2XCFWD"     # dot1q-l2xcbase
18351   - "L2BDMACLRN"  # dot1q-l2bdbase
18352   layout:
18353     title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
18354     layout: "plot-latency"
18355
18356 # Packet Latency - VPP L2 3n-hsw-x520 features-iacl
18357 - type: "plot"
18358   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
18359   algorithm: "plot_latency_error_bars"
18360   output-file-type: ".html"
18361   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
18362   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18363   filter: "'NIC_Intel-X520-DA2' and
18364            '64B' and
18365            'NDRPDR' and
18366            '1T1C' and
18367            'FEATURE' and
18368            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18369            'IACL' and
18370            ('ACL1' or 'ACL50') and
18371            ('10K_FLOWS' or '10k_FLOWS') and
18372            not 'MACIP' and
18373            not 'VHOST' and
18374            not 'MEMIF'"
18375   parameters:
18376   - "latency"
18377   - "parent"
18378   - "tags"
18379   layout:
18380     title: "l2sw-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
18381     layout: "plot-latency"
18382
18383 - type: "plot"
18384   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
18385   algorithm: "plot_latency_error_bars"
18386   output-file-type: ".html"
18387   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
18388   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18389   filter: "'NIC_Intel-X520-DA2' and
18390            '64B' and
18391            'NDRPDR' and
18392            '2T2C' and
18393            'FEATURE' and
18394            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18395            'IACL' and
18396            ('ACL1' or 'ACL50') and
18397            ('10K_FLOWS' or '10k_FLOWS') and
18398            not 'MACIP' and
18399            not 'VHOST' and
18400            not 'MEMIF'"
18401   parameters:
18402   - "latency"
18403   - "parent"
18404   - "tags"
18405   layout:
18406     title: "l2sw-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
18407     layout: "plot-latency"
18408
18409 # Packet Latency - VPP L2 3n-hsw-x520 features-oacl
18410 - type: "plot"
18411   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
18412   algorithm: "plot_latency_error_bars"
18413   output-file-type: ".html"
18414   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
18415   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18416   filter: "'NIC_Intel-X520-DA2' and
18417            '64B' and
18418            'NDRPDR' and
18419            '1T1C' and
18420            'FEATURE' and
18421            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18422            'OACL' and
18423            ('ACL1' or 'ACL50') and
18424            ('10K_FLOWS' or '10k_FLOWS') and
18425            not 'MACIP' and
18426            not 'VHOST' and
18427            not 'MEMIF'"
18428   parameters:
18429   - "latency"
18430   - "parent"
18431   - "tags"
18432   layout:
18433     title: "l2sw-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
18434     layout: "plot-latency"
18435
18436 - type: "plot"
18437   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
18438   algorithm: "plot_latency_error_bars"
18439   output-file-type: ".html"
18440   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
18441   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18442   filter: "'NIC_Intel-X520-DA2' and
18443            '64B' and
18444            'NDRPDR' and
18445            '2T2C' and
18446            'FEATURE' and
18447            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18448            'OACL' and
18449            ('ACL1' or 'ACL50') and
18450            ('10K_FLOWS' or '10k_FLOWS') and
18451            not 'MACIP' and
18452            not 'VHOST' and
18453            not 'MEMIF'"
18454   parameters:
18455   - "latency"
18456   - "parent"
18457   - "tags"
18458   layout:
18459     title: "l2sw-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
18460     layout: "plot-latency"
18461
18462 # Packet Latency - VPP L2 3n-hsw-x520 features-macip
18463 - type: "plot"
18464   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-macip-ndr-lat"
18465   algorithm: "plot_latency_error_bars"
18466   output-file-type: ".html"
18467   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-macip-ndr-lat"
18468   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18469   filter: "'NIC_Intel-X520-DA2' and
18470            '64B' and
18471            'NDRPDR' and
18472            '1T1C' and
18473            'FEATURE' and
18474            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18475            'MACIP' and
18476            ('ACL1' or 'ACL50') and
18477            ('10K_FLOWS' or '10k_FLOWS') and
18478            not 'VHOST' and
18479            not 'MEMIF'"
18480   parameters:
18481   - "latency"
18482   - "parent"
18483   - "tags"
18484   layout:
18485     title: "l2sw-3n-hsw-x520-64b-1t1c-features-macip-ndr"
18486     layout: "plot-latency"
18487
18488 - type: "plot"
18489   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-macip-ndr-lat"
18490   algorithm: "plot_latency_error_bars"
18491   output-file-type: ".html"
18492   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-macip-ndr-lat"
18493   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18494   filter: "'NIC_Intel-X520-DA2' and
18495            '64B' and
18496            'NDRPDR' and
18497            '2T2C' and
18498            'FEATURE' and
18499            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18500            'MACIP' and
18501            ('ACL1' or 'ACL50') and
18502            ('10K_FLOWS' or '10k_FLOWS') and
18503            not 'VHOST' and
18504            not 'MEMIF'"
18505   parameters:
18506   - "latency"
18507   - "parent"
18508   - "tags"
18509   layout:
18510     title: "l2sw-3n-hsw-x520-64b-2t2c-features-macip-ndr"
18511     layout: "plot-latency"
18512
18513 # Packet Latency - VPP L2 3n-hsw-x710 base and scale
18514 - type: "plot"
18515   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
18516   algorithm: "plot_latency_error_bars"
18517   output-file-type: ".html"
18518   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
18519   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18520   filter: "'NIC_Intel-X710' and
18521            '64B' and
18522            ('BASE' or 'SCALE') and
18523            'NDRPDR' and
18524            'ETH' and
18525            '1T1C' and
18526            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18527            not 'VHOST' and
18528            not 'MEMIF'"
18529   parameters:
18530   - "latency"
18531   - "parent"
18532   - "tags"
18533   sort:
18534   - "L2PATCH"
18535   - "L2XCFWD"
18536   - "L2BDMACLRN"
18537   - "FIB_10K"
18538   - "FIB_100K"
18539   - "FIB_1M"
18540   layout:
18541     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
18542     layout: "plot-latency"
18543
18544 - type: "plot"
18545   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
18546   algorithm: "plot_latency_error_bars"
18547   output-file-type: ".html"
18548   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
18549   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18550   filter: "'NIC_Intel-X710' and
18551            '64B' and
18552            ('BASE' or 'SCALE') and
18553            'NDRPDR' and
18554            'ETH' and
18555            '2T2C' and
18556            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18557            not 'VHOST' and
18558            not 'MEMIF'"
18559   parameters:
18560   - "latency"
18561   - "parent"
18562   - "tags"
18563   sort:
18564   - "L2PATCH"
18565   - "L2XCFWD"
18566   - "L2BDMACLRN"
18567   - "FIB_10K"
18568   - "FIB_100K"
18569   - "FIB_1M"
18570   layout:
18571     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
18572     layout: "plot-latency"
18573
18574 # Packet Latency - VPP L2 3n-hsw-x710 features
18575 - type: "plot"
18576   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
18577   algorithm: "plot_latency_error_bars"
18578   output-file-type: ".html"
18579   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
18580   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18581   filter: "'NIC_Intel-X710' and
18582            '64B' and
18583            'NDRPDR' and
18584            '1T1C' and
18585            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18586            not 'ACL' and
18587            not 'VHOST' and
18588            not 'L2OVRLAY' and
18589            not 'MEMIF'"
18590   parameters:
18591   - "latency"
18592   - "parent"
18593   - "tags"
18594   sort:
18595   - "L2XCBASE"    # l2xcbase
18596   - "L2BDBASE"    # l2bdbase
18597   - "L2XCFWD"     # dot1q-l2xcbase
18598   - "L2BDMACLRN"  # dot1q-l2bdbase
18599   layout:
18600     title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
18601     layout: "plot-latency"
18602
18603 - type: "plot"
18604   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
18605   algorithm: "plot_latency_error_bars"
18606   output-file-type: ".html"
18607   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
18608   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18609   filter: "'NIC_Intel-X710' and
18610            '64B' and
18611            'NDRPDR' and
18612            '2T2C' and
18613            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18614            not 'ACL' and
18615            not 'VHOST' and
18616            not 'L2OVRLAY' and
18617            not 'MEMIF'"
18618   parameters:
18619   - "latency"
18620   - "parent"
18621   - "tags"
18622   sort:
18623   - "L2XCBASE"    # l2xcbase
18624   - "L2BDBASE"    # l2bdbase
18625   - "L2XCFWD"     # dot1q-l2xcbase
18626   - "L2BDMACLRN"  # dot1q-l2bdbase
18627   layout:
18628     title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
18629     layout: "plot-latency"
18630
18631 # Packet Latency - VPP L2 3n-hsw-x710 features-iacl
18632 - type: "plot"
18633   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
18634   algorithm: "plot_latency_error_bars"
18635   output-file-type: ".html"
18636   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
18637   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18638   filter: "'NIC_Intel-X710' and
18639            '64B' and
18640            'NDRPDR' and
18641            '1T1C' and
18642            'FEATURE' and
18643            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18644            'IACL' and
18645            ('ACL1' or 'ACL50') and
18646            ('10K_FLOWS' or '10k_FLOWS') and
18647            not 'MACIP' and
18648            not 'VHOST' and
18649            not 'MEMIF'"
18650   parameters:
18651   - "latency"
18652   - "parent"
18653   - "tags"
18654   layout:
18655     title: "l2sw-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
18656     layout: "plot-latency"
18657
18658 - type: "plot"
18659   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
18660   algorithm: "plot_latency_error_bars"
18661   output-file-type: ".html"
18662   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
18663   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18664   filter: "'NIC_Intel-X710' and
18665            '64B' and
18666            'NDRPDR' and
18667            '2T2C' and
18668            'FEATURE' and
18669            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18670            'IACL' and
18671            ('ACL1' or 'ACL50') and
18672            ('10K_FLOWS' or '10k_FLOWS') and
18673            not 'MACIP' and
18674            not 'VHOST' and
18675            not 'MEMIF'"
18676   parameters:
18677   - "latency"
18678   - "parent"
18679   - "tags"
18680   layout:
18681     title: "l2sw-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
18682     layout: "plot-latency"
18683
18684 # Packet Latency - VPP L2 3n-hsw-xl710 base and scale
18685 - type: "plot"
18686   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
18687   algorithm: "plot_latency_error_bars"
18688   output-file-type: ".html"
18689   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
18690   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18691   filter: "'NIC_Intel-XL710' and
18692            '64B' and
18693            'BASE' and
18694            'NDRPDR' and
18695            'ETH' and
18696            '1T1C' and
18697            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18698            not 'VHOST' and
18699            not 'MEMIF'"
18700   parameters:
18701   - "latency"
18702   - "parent"
18703   - "tags"
18704   sort:
18705   - "L2PATCH"
18706   - "L2XCFWD"
18707   - "L2BDMACLRN"
18708   layout:
18709     title: "l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
18710     layout: "plot-latency"
18711
18712 - type: "plot"
18713   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
18714   algorithm: "plot_latency_error_bars"
18715   output-file-type: ".html"
18716   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
18717   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18718   filter: "'NIC_Intel-XL710' and
18719            '64B' and
18720            'BASE' and
18721            'NDRPDR' and
18722            'ETH' and
18723            '2T2C' and
18724            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18725            not 'VHOST' and
18726            not 'MEMIF'"
18727   parameters:
18728   - "latency"
18729   - "parent"
18730   - "tags"
18731   sort:
18732   - "L2PATCH"
18733   - "L2XCFWD"
18734   - "L2BDMACLRN"
18735   layout:
18736     title: "l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
18737     layout: "plot-latency"
18738
18739 # Packet Latency - VPP L2 3n-skx-x710 base and scale
18740 - type: "plot"
18741   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18742   algorithm: "plot_latency_error_bars"
18743   output-file-type: ".html"
18744   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18745   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18746   filter: "'NIC_Intel-X710' and
18747            '64B' and
18748            ('BASE' or 'SCALE') and
18749            'NDRPDR' and
18750            'ETH' and
18751            '2T1C' and
18752            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18753            not 'VHOST' and
18754            not 'MEMIF' and
18755            not 'DRV_AVF'"
18756   parameters:
18757   - "latency"
18758   - "parent"
18759   - "tags"
18760   sort:
18761   - "L2PATCH"
18762   - "L2XCBASE"
18763   - "BASE"
18764   - "FIB_10K"
18765   - "FIB_100K"
18766   - "FIB_1M"
18767   layout:
18768     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
18769     layout: "plot-latency"
18770
18771 - type: "plot"
18772   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18773   algorithm: "plot_latency_error_bars"
18774   output-file-type: ".html"
18775   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18776   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18777   filter: "'NIC_Intel-X710' and
18778            '64B' and
18779            ('BASE' or 'SCALE') and
18780            'NDRPDR' and
18781            'ETH' and
18782            '4T2C' and
18783            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18784            not 'VHOST' and
18785            not 'MEMIF' and
18786            not 'DRV_AVF'"
18787   parameters:
18788   - "latency"
18789   - "parent"
18790   - "tags"
18791   sort:
18792   - "L2PATCH"
18793   - "L2XCBASE"
18794   - "BASE"
18795   - "FIB_10K"
18796   - "FIB_100K"
18797   - "FIB_1M"
18798   layout:
18799     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
18800     layout: "plot-latency"
18801
18802 # Packet Latency - VPP L2 3n-skx-x710 features
18803 - type: "plot"
18804   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
18805   algorithm: "plot_latency_error_bars"
18806   output-file-type: ".html"
18807   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
18808   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18809   filter: "'NIC_Intel-X710' and
18810            '64B' and
18811            'NDRPDR' and
18812            '2T1C' and
18813            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18814            not 'ACL' and
18815            not 'VHOST' and
18816            not 'DRV_AVF' and
18817            not 'L2OVRLAY' and
18818            not 'MEMIF'"
18819   parameters:
18820   - "latency"
18821   - "parent"
18822   - "tags"
18823   sort:
18824   - "L2XCBASE"    # l2xcbase
18825   - "L2BDBASE"    # l2bdbase
18826   - "L2XCFWD"     # dot1q-l2xcbase
18827   - "L2BDMACLRN"  # dot1q-l2bdbase
18828   layout:
18829     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
18830     layout: "plot-latency"
18831
18832 - type: "plot"
18833   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
18834   algorithm: "plot_latency_error_bars"
18835   output-file-type: ".html"
18836   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
18837   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18838   filter: "'NIC_Intel-X710' and
18839            '64B' and
18840            'NDRPDR' and
18841            '4T2C' and
18842            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18843            not 'ACL' and
18844            not 'VHOST' and
18845            not 'DRV_AVF' and
18846            not 'L2OVRLAY' and
18847            not 'MEMIF'"
18848   parameters:
18849   - "latency"
18850   - "parent"
18851   - "tags"
18852   sort:
18853   - "L2XCBASE"    # l2xcbase
18854   - "L2BDBASE"    # l2bdbase
18855   - "L2XCFWD"     # dot1q-l2xcbase
18856   - "L2BDMACLRN"  # dot1q-l2bdbase
18857   layout:
18858     title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
18859     layout: "plot-latency"
18860
18861 # Packet Latency - VPP L2 3n-skx-x710 features-iacl
18862 - type: "plot"
18863   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
18864   algorithm: "plot_latency_error_bars"
18865   output-file-type: ".html"
18866   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
18867   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18868   filter: "'NIC_Intel-X710' and
18869            '64B' and
18870            'NDRPDR' and
18871            '2T1C' and
18872            'FEATURE' and
18873            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18874            'IACL' and
18875            ('ACL1' or 'ACL50') and
18876            ('10K_FLOWS' or '10k_FLOWS') and
18877            not 'MACIP' and
18878            not 'VHOST' and
18879            not 'MEMIF'"
18880   parameters:
18881   - "latency"
18882   - "parent"
18883   - "tags"
18884   layout:
18885     title: "l2sw-3n-skx-x710-64b-2t1c-features-iacl-ndr"
18886     layout: "plot-latency"
18887
18888 - type: "plot"
18889   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
18890   algorithm: "plot_latency_error_bars"
18891   output-file-type: ".html"
18892   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
18893   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18894   filter: "'NIC_Intel-X710' and
18895            '64B' and
18896            'NDRPDR' and
18897            '4T2C' and
18898            'FEATURE' and
18899            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18900            'IACL' and
18901            ('ACL1' or 'ACL50') and
18902            ('10K_FLOWS' or '10k_FLOWS') and
18903            not 'MACIP' and
18904            not 'VHOST' and
18905            not 'MEMIF'"
18906   parameters:
18907   - "latency"
18908   - "parent"
18909   - "tags"
18910   layout:
18911     title: "l2sw-3n-skx-x710-64b-4t2c-features-iacl-ndr"
18912     layout: "plot-latency"
18913
18914 # Packet Latency - VPP L2 3n-skx-xxv710 base
18915 - type: "plot"
18916   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
18917   algorithm: "plot_latency_error_bars"
18918   output-file-type: ".html"
18919   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
18920   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18921   filter: "'NIC_Intel-XXV710' and
18922            '64B' and
18923            ('BASE' or 'SCALE') and
18924            'NDRPDR' and
18925            'ETH' and
18926            '2T1C' and
18927            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18928            not 'VHOST' and
18929            not 'MEMIF'"
18930   parameters:
18931   - "latency"
18932   - "parent"
18933   - "tags"
18934   sort:
18935   - "L2PATCH"
18936   - "L2PATCH"
18937   - "L2XCBASE"
18938   - "L2BDMACLRN"
18939   layout:
18940     title: "l2sw-3n-skx-xxv710-64b-2t1c-base-ndr"
18941     layout: "plot-latency"
18942
18943 - type: "plot"
18944   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
18945   algorithm: "plot_latency_error_bars"
18946   output-file-type: ".html"
18947   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
18948   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18949   filter: "'NIC_Intel-XXV710' and
18950            '64B' and
18951            ('BASE' or 'SCALE') and
18952            'NDRPDR' and
18953            'ETH' and
18954            '4T2C' and
18955            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18956            not 'VHOST' and
18957            not 'MEMIF'"
18958   parameters:
18959   - "latency"
18960   - "parent"
18961   - "tags"
18962   sort:
18963   - "L2PATCH"
18964   - "L2PATCH"
18965   - "L2XCBASE"
18966   - "L2BDMACLRN"
18967   layout:
18968     title: "l2sw-3n-skx-xxv710-64b-4t2c-base-ndr"
18969     layout: "plot-latency"
18970
18971 # Packet Latency - VPP L2 2n-skx-x710 base and scale
18972 - type: "plot"
18973   title: "VPP Latency: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18974   algorithm: "plot_latency_error_bars"
18975   output-file-type: ".html"
18976   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18977   data: "plot-vpp-throughput-lat-tsa-2n-skx"
18978   filter: "'NIC_Intel-X710' and
18979            '64B' and
18980            'ETH' and
18981            ('BASE' or 'SCALE') and
18982            'NDRPDR' and
18983            '2T1C' and
18984            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18985            not 'VHOST' and
18986            not 'MEMIF'"
18987   parameters:
18988   - "latency"
18989   - "parent"
18990   - "tags"
18991   sort:
18992   - "L2PATCH"
18993   - "L2XCBASE"
18994   - "BASE"
18995   - "FIB_10K"
18996   - "FIB_100K"
18997   - "FIB_1M"
18998   layout:
18999     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
19000     layout: "plot-latency"
19001
19002 - type: "plot"
19003   title: "VPP Latency: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19004   algorithm: "plot_latency_error_bars"
19005   output-file-type: ".html"
19006   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19007   data: "plot-vpp-throughput-lat-tsa-2n-skx"
19008   filter: "'NIC_Intel-X710' and
19009            '64B' and
19010            ('BASE' or 'SCALE') and
19011            'NDRPDR' and
19012            'ETH' and
19013            '4T2C' and
19014            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19015            not 'VHOST' and
19016            not 'MEMIF'"
19017   parameters:
19018   - "latency"
19019   - "parent"
19020   - "tags"
19021   sort:
19022   - "L2PATCH"
19023   - "L2XCBASE"
19024   - "BASE"
19025   - "FIB_10K"
19026   - "FIB_100K"
19027   - "FIB_1M"
19028   layout:
19029     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
19030     layout: "plot-latency"
19031
19032 # Packet Latency - VPP L2 2n-skx-xxv710 base and scale
19033 - type: "plot"
19034   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19035   algorithm: "plot_latency_error_bars"
19036   output-file-type: ".html"
19037   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19038   data: "plot-vpp-throughput-lat-tsa-2n-skx"
19039   filter: "'NIC_Intel-XXV710' and
19040            '64B' and
19041            ('BASE' or 'SCALE') and
19042            'NDRPDR' and
19043            'ETH' and
19044            '2T1C' and
19045            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19046            not 'VHOST' and
19047            not 'MEMIF'"
19048   parameters:
19049   - "latency"
19050   - "parent"
19051   - "tags"
19052   sort:
19053   - "L2PATCH"
19054   - "L2XCBASE"
19055   - "BASE"
19056   - "FIB_10K"
19057   - "FIB_100K"
19058   - "FIB_1M"
19059   layout:
19060     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
19061     layout: "plot-latency"
19062
19063 - type: "plot"
19064   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19065   algorithm: "plot_latency_error_bars"
19066   output-file-type: ".html"
19067   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19068   data: "plot-vpp-throughput-lat-tsa-2n-skx"
19069   filter: "'NIC_Intel-XXV710' and
19070            '64B' and
19071            ('BASE' or 'SCALE') and
19072            'NDRPDR' and
19073            'ETH' and
19074            '4T2C' and
19075            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19076            not 'VHOST' and
19077            not 'MEMIF'"
19078   parameters:
19079   - "latency"
19080   - "parent"
19081   - "tags"
19082   sort:
19083   - "L2PATCH"
19084   - "L2XCBASE"
19085   - "BASE"
19086   - "FIB_10K"
19087   - "FIB_100K"
19088   - "FIB_1M"
19089   layout:
19090     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
19091     layout: "plot-latency"
19092
19093 ################################################################################
19094
19095 # Packet Latency - VPP Container Memif 3n-hsw-x520
19096 - type: "plot"
19097   title: "VPP Latency: memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
19098   algorithm: "plot_latency_error_bars"
19099   output-file-type: ".html"
19100   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
19101   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19102   filter: "'NIC_Intel-X520-DA2' and
19103            '64B' and
19104            ('BASE' or 'SCALE') and
19105            'NDRPDR' and
19106            '1T1C' and
19107            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19108            not 'VHOST' and
19109            'MEMIF'"
19110   parameters:
19111   - "latency"
19112   - "parent"
19113   - "tags"
19114   sort:
19115   - "L2XCFWD"
19116   - "L2XCFWD"
19117   - "L2XCFWD"
19118   - "L2BDMACLRN"
19119   - "L2BDMACLRN"
19120   - "L2BDMACLRN"
19121   - "IP4FWD"
19122   layout:
19123     title: "memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
19124     layout: "plot-latency"
19125
19126 - type: "plot"
19127   title: "VPP Latency: memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
19128   algorithm: "plot_latency_error_bars"
19129   output-file-type: ".html"
19130   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
19131   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19132   filter: "'NIC_Intel-X520-DA2' and
19133            '64B' and
19134            ('BASE' or 'SCALE') and
19135            'NDRPDR' and
19136            '2T2C' and
19137            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19138            not 'VHOST' and
19139            'MEMIF'"
19140   parameters:
19141   - "latency"
19142   - "parent"
19143   - "tags"
19144   sort:
19145   - "L2XCFWD"
19146   - "L2XCFWD"
19147   - "L2XCFWD"
19148   - "L2BDMACLRN"
19149   - "L2BDMACLRN"
19150   - "L2BDMACLRN"
19151   - "IP4FWD"
19152   layout:
19153     title: "memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
19154     layout: "plot-latency"
19155
19156 # Packet Latency - VPP Container Memif 3n-hsw-x710
19157 - type: "plot"
19158   title: "VPP Latency: memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
19159   algorithm: "plot_latency_error_bars"
19160   output-file-type: ".html"
19161   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
19162   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19163   filter: "'NIC_Intel-X710' and
19164            '64B' and
19165            ('BASE' or 'SCALE') and
19166            'NDRPDR' and
19167            '1T1C' and
19168            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19169            not 'VHOST' and
19170            'MEMIF'"
19171   parameters:
19172   - "latency"
19173   - "parent"
19174   - "tags"
19175   sort:
19176   - "L2XCFWD"
19177   - "L2XCFWD"
19178   - "L2XCFWD"
19179   - "L2BDMACLRN"
19180   - "L2BDMACLRN"
19181   - "L2BDMACLRN"
19182   - "IP4FWD"
19183   layout:
19184     title: "memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
19185     layout: "plot-latency"
19186
19187 - type: "plot"
19188   title: "VPP Latency: memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
19189   algorithm: "plot_latency_error_bars"
19190   output-file-type: ".html"
19191   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
19192   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19193   filter: "'NIC_Intel-X710' and
19194            '64B' and
19195            ('BASE' or 'SCALE') and
19196            'NDRPDR' and
19197            '2T2C' and
19198            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19199            not 'VHOST' and
19200            'MEMIF'"
19201   parameters:
19202   - "latency"
19203   - "parent"
19204   - "tags"
19205   sort:
19206   - "L2XCFWD"
19207   - "L2XCFWD"
19208   - "L2XCFWD"
19209   - "L2BDMACLRN"
19210   - "L2BDMACLRN"
19211   - "L2BDMACLRN"
19212   - "IP4FWD"
19213   layout:
19214     title: "memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
19215     layout: "plot-latency"
19216
19217 # Packet Latency - VPP Container Memif 3n-hsw-xl710
19218 - type: "plot"
19219   title: "VPP Latency: memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr-lat"
19220   algorithm: "plot_latency_error_bars"
19221   output-file-type: ".html"
19222   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr-lat"
19223   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19224   filter: "'NIC_Intel-XL710' and
19225            '64B' and
19226            ('BASE' or 'SCALE') and
19227            'NDRPDR' and
19228            '1T1C' and
19229            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19230            not 'VHOST' and
19231            'MEMIF'"
19232   parameters:
19233   - "latency"
19234   - "parent"
19235   - "tags"
19236   sort:
19237   - "L2XCFWD"
19238   - "L2XCFWD"
19239   - "L2XCFWD"
19240   - "L2BDMACLRN"
19241   - "L2BDMACLRN"
19242   - "L2BDMACLRN"
19243   - "IP4FWD"
19244   layout:
19245     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr"
19246     layout: "plot-latency"
19247
19248 - type: "plot"
19249   title: "VPP Latency: memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr-lat"
19250   algorithm: "plot_latency_error_bars"
19251   output-file-type: ".html"
19252   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr-lat"
19253   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19254   filter: "'NIC_Intel-XL710' and
19255            '64B' and
19256            ('BASE' or 'SCALE') and
19257            'NDRPDR' and
19258            '2T2C' and
19259            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19260            not 'VHOST' and
19261            'MEMIF'"
19262   parameters:
19263   - "latency"
19264   - "parent"
19265   - "tags"
19266   sort:
19267   - "L2XCFWD"
19268   - "L2XCFWD"
19269   - "L2XCFWD"
19270   - "L2BDMACLRN"
19271   - "L2BDMACLRN"
19272   - "L2BDMACLRN"
19273   - "IP4FWD"
19274   layout:
19275     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr"
19276     layout: "plot-latency"
19277
19278 # Packet Latency - VPP Container Memif 3n-skx-x710
19279 - type: "plot"
19280   title: "VPP Latency: memif-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
19281   algorithm: "plot_latency_error_bars"
19282   output-file-type: ".html"
19283   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
19284   data: "plot-vpp-throughput-lat-tsa-3n-skx"
19285   filter: "'NIC_Intel-X710' and
19286            '64B' and
19287            ('BASE' or 'SCALE') and
19288            'NDRPDR' and
19289            '2T1C' and
19290            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19291            not 'VHOST' and
19292            'MEMIF'"
19293   parameters:
19294   - "latency"
19295   - "parent"
19296   - "tags"
19297   sort:
19298   - "L2XCFWD"
19299   - "L2XCFWD"
19300   - "L2XCFWD"
19301   - "L2BDMACLRN"
19302   - "L2BDMACLRN"
19303   - "L2BDMACLRN"
19304   - "IP4FWD"
19305   layout:
19306     title: "memif-3n-skx-x710-64b-2t1c-base_and_features-ndr"
19307     layout: "plot-latency"
19308
19309 - type: "plot"
19310   title: "VPP Latency: memif-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
19311   algorithm: "plot_latency_error_bars"
19312   output-file-type: ".html"
19313   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
19314   data: "plot-vpp-throughput-lat-tsa-3n-skx"
19315   filter: "'NIC_Intel-X710' and
19316            '64B' and
19317            ('BASE' or 'SCALE') and
19318            'NDRPDR' and
19319            '4T2C' and
19320            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19321            not 'VHOST' and
19322            'MEMIF'"
19323   parameters:
19324   - "latency"
19325   - "parent"
19326   - "tags"
19327   sort:
19328   - "L2XCFWD"
19329   - "L2XCFWD"
19330   - "L2XCFWD"
19331   - "L2BDMACLRN"
19332   - "L2BDMACLRN"
19333   - "L2BDMACLRN"
19334   - "IP4FWD"
19335   layout:
19336     title: "memif-3n-skx-x710-64b-4t2c-base_and_features-ndr"
19337     layout: "plot-latency"
19338
19339 # Packet Latency - VPP Container Memif 2n-skx-x710
19340 - type: "plot"
19341   title: "VPP Latency: memif-2n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
19342   algorithm: "plot_latency_error_bars"
19343   output-file-type: ".html"
19344   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
19345   data: "plot-vpp-throughput-lat-tsa-2n-skx"
19346   filter: "'NIC_Intel-X710' and
19347            '64B' and
19348            ('BASE' or 'SCALE') and
19349            'NDRPDR' and
19350            '2T1C' and
19351            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19352            not 'VHOST' and
19353            not 'NF_DENSITY' and
19354            'MEMIF'"
19355   parameters:
19356   - "latency"
19357   - "parent"
19358   - "tags"
19359   sort:
19360   - "L2XCFWD"
19361   - "L2XCFWD"
19362   - "L2XCFWD"
19363   - "L2BDMACLRN"
19364   - "L2BDMACLRN"
19365   - "L2BDMACLRN"
19366   - "IP4FWD"
19367   layout:
19368     title: "memif-2n-skx-x710-64b-2t1c-base_and_features-ndr"
19369     layout: "plot-latency"
19370
19371 - type: "plot"
19372   title: "VPP Latency: memif-2n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
19373   algorithm: "plot_latency_error_bars"
19374   output-file-type: ".html"
19375   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
19376   data: "plot-vpp-throughput-lat-tsa-2n-skx"
19377   filter: "'NIC_Intel-X710' and
19378            '64B' and
19379            ('BASE' or 'SCALE') and
19380            'NDRPDR' and
19381            '4T2C' and
19382            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19383            not 'VHOST' and
19384            not 'NF_DENSITY' and
19385            'MEMIF'"
19386   parameters:
19387   - "latency"
19388   - "parent"
19389   - "tags"
19390   sort:
19391   - "L2XCFWD"
19392   - "L2XCFWD"
19393   - "L2XCFWD"
19394   - "L2BDMACLRN"
19395   - "L2BDMACLRN"
19396   - "L2BDMACLRN"
19397   - "IP4FWD"
19398   layout:
19399     title: "memif-2n-skx-x710-64b-4t2c-base_and_features-ndr"
19400     layout: "plot-latency"
19401
19402 ## Packet Latency - VPP Container Memif 2n-skx-xxv710
19403 #- type: "plot"
19404 #  title: "VPP Latency: memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr-lat"
19405 #  algorithm: "plot_latency_error_bars"
19406 #  output-file-type: ".html"
19407 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr-lat"
19408 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
19409 #  filter: "'NIC_Intel-XXV710' and
19410 #           '64B' and
19411 #           ('BASE' or 'SCALE') and
19412 #           'NDRPDR' and
19413 #           '2T1C' and
19414 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19415 #           not 'VHOST' and
19416 #           'MEMIF'"
19417 #  parameters:
19418 #  - "latency"
19419 #  - "parent"
19420 #  - "tags"
19421 #  sort:
19422 #  - "L2XCFWD"
19423 #  - "L2XCFWD"
19424 #  - "L2XCFWD"
19425 #  - "L2BDMACLRN"
19426 #  - "L2BDMACLRN"
19427 #  - "L2BDMACLRN"
19428 #  - "IP4FWD"
19429 #  layout:
19430 #    title: "memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
19431 #    layout: "plot-latency"
19432 #
19433 #- type: "plot"
19434 #  title: "VPP Latency: memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr-lat"
19435 #  algorithm: "plot_latency_error_bars"
19436 #  output-file-type: ".html"
19437 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr-lat"
19438 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
19439 #  filter: "'NIC_Intel-XXV710' and
19440 #           '64B' and
19441 #           ('BASE' or 'SCALE') and
19442 #           'NDRPDR' and
19443 #           '4T2C' and
19444 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19445 #           not 'VHOST' and
19446 #           'MEMIF'"
19447 #  parameters:
19448 #  - "latency"
19449 #  - "parent"
19450 #  - "tags"
19451 #  sort:
19452 #  - "L2XCFWD"
19453 #  - "L2XCFWD"
19454 #  - "L2XCFWD"
19455 #  - "L2BDMACLRN"
19456 #  - "L2BDMACLRN"
19457 #  - "L2BDMACLRN"
19458 #  - "IP4FWD"
19459 #  layout:
19460 #    title: "memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
19461 #    layout: "plot-latency"
19462
19463 ################################################################################
19464
19465 ## Packet Latency - VPP Container Memif 3n-hsw-x520 - l2xc
19466 #- type: "plot"
19467 #  title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19468 #  algorithm: "plot_latency_error_bars"
19469 #  output-file-type: ".html"
19470 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19471 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19472 #  filter: "'NIC_Intel-X520-DA2' and
19473 #           '64B' and
19474 #           ('BASE' or 'SCALE') and
19475 #           'NDRPDR' and
19476 #           '1T1C' and
19477 #           'L2XCFWD' and
19478 #           not 'VHOST' and
19479 #           not 'NF_DENSITY' and
19480 #           'MEMIF'"
19481 #  parameters:
19482 #  - "latency"
19483 #  - "parent"
19484 #  - "tags"
19485 #  sort:
19486 #  - "1VNF"
19487 #  - "2VNF"
19488 #  - "4VNF"
19489 #  - "2VNF"
19490 #  - "4VNF"
19491 #  layout:
19492 #    title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
19493 #    layout: "plot-latency"
19494 #
19495 #- type: "plot"
19496 #  title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19497 #  algorithm: "plot_latency_error_bars"
19498 #  output-file-type: ".html"
19499 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19500 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19501 #  filter: "'NIC_Intel-X520-DA2' and
19502 #           '64B' and
19503 #           ('BASE' or 'SCALE') and
19504 #           'NDRPDR' and
19505 #           '2T2C' and
19506 #           'L2XCFWD' and
19507 #           not 'VHOST' and
19508 #           not 'NF_DENSITY' and
19509 #           'MEMIF'"
19510 #  parameters:
19511 #  - "latency"
19512 #  - "parent"
19513 #  - "tags"
19514 #  sort:
19515 #  - "1VNF"
19516 #  - "2VNF"
19517 #  - "4VNF"
19518 #  - "2VNF"
19519 #  - "4VNF"
19520 #  layout:
19521 #    title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
19522 #    layout: "plot-latency"
19523 #
19524 ## Packet Latency - VPP Container Memif 3n-hsw-x520 - l2bd
19525 #- type: "plot"
19526 #  title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
19527 #  algorithm: "plot_latency_error_bars"
19528 #  output-file-type: ".html"
19529 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
19530 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19531 #  filter: "'NIC_Intel-X520-DA2' and
19532 #           '64B' and
19533 #           ('BASE' or 'SCALE') and
19534 #           'NDRPDR' and
19535 #           '1T1C' and
19536 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
19537 #           not 'VHOST' and
19538 #           not 'NF_DENSITY' and
19539 #           'MEMIF'"
19540 #  parameters:
19541 #  - "latency"
19542 #  - "parent"
19543 #  - "tags"
19544 #  sort:
19545 #  - "1VNF"
19546 #  - "2VNF"
19547 #  - "4VNF"
19548 #  - "2VNF"
19549 #  - "4VNF"
19550 #  layout:
19551 #    title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
19552 #    layout: "plot-latency"
19553 #
19554 #- type: "plot"
19555 #  title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
19556 #  algorithm: "plot_latency_error_bars"
19557 #  output-file-type: ".html"
19558 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
19559 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19560 #  filter: "'NIC_Intel-X520-DA2' and
19561 #           '64B' and
19562 #           ('BASE' or 'SCALE') and
19563 #           'NDRPDR' and
19564 #           '2T2C' and
19565 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
19566 #           not 'VHOST' and
19567 #           not 'NF_DENSITY' and
19568 #           'MEMIF'"
19569 #  parameters:
19570 #  - "latency"
19571 #  - "parent"
19572 #  - "tags"
19573 #  sort:
19574 #  - "1VNF"
19575 #  - "2VNF"
19576 #  - "4VNF"
19577 #  - "2VNF"
19578 #  - "4VNF"
19579 #  layout:
19580 #    title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
19581 #    layout: "plot-latency"
19582 #
19583 ## Packet Latency - VPP Container Memif 3n-hsw-x710 - l2xc
19584 #- type: "plot"
19585 #  title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19586 #  algorithm: "plot_latency_error_bars"
19587 #  output-file-type: ".html"
19588 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19589 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19590 #  filter: "'NIC_Intel-X710' and
19591 #           '64B' and
19592 #           ('BASE' or 'SCALE') and
19593 #           'NDRPDR' and
19594 #           '1T1C' and
19595 #           'L2XCFWD' and
19596 #           not 'VHOST' and
19597 #           not 'NF_DENSITY' and
19598 #           'MEMIF'"
19599 #  parameters:
19600 #  - "latency"
19601 #  - "parent"
19602 #  - "tags"
19603 #  sort:
19604 #  - "1VNF"
19605 #  - "2VNF"
19606 #  - "4VNF"
19607 #  - "2VNF"
19608 #  - "4VNF"
19609 #  layout:
19610 #    title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
19611 #    layout: "plot-latency"
19612 #
19613 #- type: "plot"
19614 #  title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19615 #  algorithm: "plot_latency_error_bars"
19616 #  output-file-type: ".html"
19617 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19618 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19619 #  filter: "'NIC_Intel-X710' and
19620 #           '64B' and
19621 #           ('BASE' or 'SCALE') and
19622 #           'NDRPDR' and
19623 #           '2T2C' and
19624 #           'L2XCFWD' and
19625 #           not 'VHOST' and
19626 #           not 'NF_DENSITY' and
19627 #           'MEMIF'"
19628 #  parameters:
19629 #  - "latency"
19630 #  - "parent"
19631 #  - "tags"
19632 #  sort:
19633 #  - "1VNF"
19634 #  - "2VNF"
19635 #  - "4VNF"
19636 #  - "2VNF"
19637 #  - "4VNF"
19638 #  layout:
19639 #    title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
19640 #    layout: "plot-latency"
19641 #
19642 ## Packet Latency - VPP Container Memif 3n-hsw-x710 - l2bd
19643 #- type: "plot"
19644 #  title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
19645 #  algorithm: "plot_latency_error_bars"
19646 #  output-file-type: ".html"
19647 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
19648 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19649 #  filter: "'NIC_Intel-X710' and
19650 #           '64B' and
19651 #           ('BASE' or 'SCALE') and
19652 #           'NDRPDR' and
19653 #           '1T1C' and
19654 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
19655 #           not 'VHOST' and
19656 #           not 'NF_DENSITY' and
19657 #           'MEMIF'"
19658 #  parameters:
19659 #  - "latency"
19660 #  - "parent"
19661 #  - "tags"
19662 #  sort:
19663 #  - "1VNF"
19664 #  - "2VNF"
19665 #  - "4VNF"
19666 #  - "2VNF"
19667 #  - "4VNF"
19668 #  layout:
19669 #    title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
19670 #    layout: "plot-latency"
19671 #
19672 #- type: "plot"
19673 #  title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
19674 #  algorithm: "plot_latency_error_bars"
19675 #  output-file-type: ".html"
19676 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
19677 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19678 #  filter: "'NIC_Intel-X710' and
19679 #           '64B' and
19680 #           ('BASE' or 'SCALE') and
19681 #           'NDRPDR' and
19682 #           '2T2C' and
19683 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
19684 #           not 'VHOST' and
19685 #           not 'NF_DENSITY' and
19686 #           'MEMIF'"
19687 #  parameters:
19688 #  - "latency"
19689 #  - "parent"
19690 #  - "tags"
19691 #  sort:
19692 #  - "1VNF"
19693 #  - "2VNF"
19694 #  - "4VNF"
19695 #  - "2VNF"
19696 #  - "4VNF"
19697 #  layout:
19698 #    title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
19699 #    layout: "plot-latency"
19700
19701 ################################################################################
19702
19703 # Packet Latency - VPP IPv4 3n-hsw-x520 base and scale
19704 - type: "plot"
19705   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19706   algorithm: "plot_latency_error_bars"
19707   output-file-type: ".html"
19708   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19709   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19710   filter: "'NIC_Intel-X520-DA2' and
19711            '64B' and
19712            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19713            'NDRPDR' and
19714            '1T1C' and
19715            'IP4FWD' and
19716            not 'IPSEC' and
19717            not 'DOT1Q' and
19718            not 'VHOST'"
19719   parameters:
19720   - "latency"
19721   - "parent"
19722   - "tags"
19723   sort:
19724   - "DOT1Q"
19725   - "IP4BASE"
19726   - "FIB_20K"
19727   - "FIB_200K"
19728   - "FIB_2M"
19729   layout:
19730     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
19731     layout: "plot-latency"
19732
19733 - type: "plot"
19734   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19735   algorithm: "plot_latency_error_bars"
19736   output-file-type: ".html"
19737   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19738   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19739   filter: "'NIC_Intel-X520-DA2' and
19740            '64B' and
19741            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19742            'NDRPDR' and
19743            '2T2C' and
19744            'IP4FWD' and
19745            not 'IPSEC' and
19746            not 'DOT1Q' and
19747            not 'VHOST'"
19748   parameters:
19749   - "latency"
19750   - "parent"
19751   - "tags"
19752   sort:
19753   - "DOT1Q"
19754   - "IP4BASE"
19755   - "FIB_20K"
19756   - "FIB_200K"
19757   - "FIB_2M"
19758   layout:
19759     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
19760     layout: "plot-latency"
19761
19762 # Packet Latency - VPP IPv4 3n-hsw-x520 features
19763 - type: "plot"
19764   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
19765   algorithm: "plot_latency_error_bars"
19766   output-file-type: ".html"
19767   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
19768   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19769   filter: "'NIC_Intel-X520-DA2' and
19770            '64B' and
19771            ('IP4BASE' or
19772             'POLICE_MARK' or
19773             'COPWHLIST' or
19774             ('NAT44' and 'BASE') or
19775             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
19776            'NDRPDR' and
19777            '1T1C' and
19778            'IP4FWD' and
19779            not 'IPSEC' and
19780            not 'VHOST'"
19781   parameters:
19782   - "latency"
19783   - "parent"
19784   - "tags"
19785   sort:
19786   - "DOT1Q"
19787   - "IP4BASE"
19788   - "NAT44"
19789   - "POLICE_MARK"
19790   - "COPWHLIST"
19791   - "IACL"
19792   - "OACL"
19793   layout:
19794     title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
19795     layout: "plot-latency"
19796
19797 - type: "plot"
19798   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
19799   algorithm: "plot_latency_error_bars"
19800   output-file-type: ".html"
19801   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
19802   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19803   filter: "'NIC_Intel-X520-DA2' and
19804            '64B' and
19805            ('IP4BASE' or
19806             'POLICE_MARK' or
19807             'COPWHLIST' or
19808             ('NAT44' and 'BASE') or
19809             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
19810            'NDRPDR' and
19811            '2T2C' and
19812            'IP4FWD' and
19813            not 'IPSEC' and
19814            not 'VHOST'"
19815   parameters:
19816   - "latency"
19817   - "parent"
19818   - "tags"
19819   sort:
19820   - "DOT1Q"
19821   - "IP4BASE"
19822   - "NAT44"
19823   - "POLICE_MARK"
19824   - "COPWHLIST"
19825   - "IACL"
19826   - "OACL"
19827   layout:
19828     title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
19829     layout: "plot-latency"
19830
19831 # Packet Latency - VPP IPv4 3n-hsw-x520 features nat44
19832 - type: "plot"
19833   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
19834   algorithm: "plot_latency_error_bars"
19835   output-file-type: ".html"
19836   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
19837   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19838   filter: "'NIC_Intel-X520-DA2' and
19839            '64B' and
19840            'NDRPDR' and
19841            '1T1C' and
19842            'IP4FWD' and
19843            ('NAT44' or 'IP4BASE') and
19844            not 'DOT1Q' and
19845            not 'IPSEC' and
19846            not 'VHOST'"
19847   parameters:
19848   - "latency"
19849   - "parent"
19850   - "tags"
19851   sort:
19852   - "IP4BASE"
19853   - "BASE"
19854   - "SRC_USER_10"
19855   - "SRC_USER_100"
19856   - "SRC_USER_1000"
19857   - "SRC_USER_2000"
19858   layout:
19859     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
19860     layout: "plot-latency"
19861
19862 - type: "plot"
19863   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat"
19864   algorithm: "plot_latency_error_bars"
19865   output-file-type: ".html"
19866   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat"
19867   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19868   filter: "'NIC_Intel-X520-DA2' and
19869            '64B' and
19870            'NDRPDR' and
19871            '2T2C' and
19872            'IP4FWD' and
19873            ('NAT44' or 'IP4BASE') and
19874            not 'DOT1Q' and
19875            not 'IPSEC' and
19876            not 'VHOST'"
19877   parameters:
19878   - "latency"
19879   - "parent"
19880   - "tags"
19881   sort:
19882   - "IP4BASE"
19883   - "BASE"
19884   - "SRC_USER_10"
19885   - "SRC_USER_100"
19886   - "SRC_USER_1000"
19887   - "SRC_USER_2000"
19888   layout:
19889     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
19890     layout: "plot-latency"
19891
19892 # Packet Latency - VPP IPv4 3n-hsw-x520 features iacl
19893 - type: "plot"
19894   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
19895   algorithm: "plot_latency_error_bars"
19896   output-file-type: ".html"
19897   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
19898   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19899   filter: "'NIC_Intel-X520-DA2' and
19900            '64B' and
19901            'NDRPDR' and
19902            '1T1C' and
19903            'IP4FWD' and
19904            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
19905            not 'IPSEC' and
19906            not 'DOT1Q' and
19907            not 'VHOST'"
19908   parameters:
19909   - "latency"
19910   - "parent"
19911   - "tags"
19912   sort:
19913   - "IP4BASE"
19914   - "ACL_STATELESS"
19915   - "ACL_STATEFUL"
19916   - "ACL_STATELESS"
19917   - "ACL_STATEFUL"
19918   layout:
19919     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
19920     layout: "plot-latency"
19921
19922 - type: "plot"
19923   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
19924   algorithm: "plot_latency_error_bars"
19925   output-file-type: ".html"
19926   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
19927   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19928   filter: "'NIC_Intel-X520-DA2' and
19929            '64B' and
19930            'NDRPDR' and
19931            '2T2C' and
19932            'IP4FWD' and
19933            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
19934            not 'IPSEC' and
19935            not 'DOT1Q' and
19936            not 'VHOST'"
19937   parameters:
19938   - "latency"
19939   - "parent"
19940   - "tags"
19941   sort:
19942   - "IP4BASE"
19943   - "ACL_STATELESS"
19944   - "ACL_STATEFUL"
19945   - "ACL_STATELESS"
19946   - "ACL_STATEFUL"
19947   layout:
19948     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
19949     layout: "plot-latency"
19950
19951 # Packet Latency - VPP IPv4 3n-hsw-x520 features oacl
19952 - type: "plot"
19953   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
19954   algorithm: "plot_latency_error_bars"
19955   output-file-type: ".html"
19956   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
19957   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19958   filter: "'NIC_Intel-X520-DA2' and
19959            '64B' and
19960            'NDRPDR' and
19961            '1T1C' and
19962            'IP4FWD' and
19963            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
19964            not 'IPSEC' and
19965            not 'DOT1Q' and
19966            not 'VHOST'"
19967   parameters:
19968   - "latency"
19969   - "parent"
19970   - "tags"
19971   sort:
19972   - "IP4BASE"
19973   - "ACL_STATELESS"
19974   - "ACL_STATEFUL"
19975   - "ACL_STATELESS"
19976   - "ACL_STATEFUL"
19977   layout:
19978     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
19979     layout: "plot-latency"
19980
19981 - type: "plot"
19982   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
19983   algorithm: "plot_latency_error_bars"
19984   output-file-type: ".html"
19985   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
19986   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19987   filter: "'NIC_Intel-X520-DA2' and
19988            '64B' and
19989            'NDRPDR' and
19990            '2T2C' and
19991            'IP4FWD' and
19992            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
19993            not 'IPSEC' and
19994            not 'DOT1Q' and
19995            not 'VHOST'"
19996   parameters:
19997   - "latency"
19998   - "parent"
19999   - "tags"
20000   sort:
20001   - "IP4BASE"
20002   - "ACL_STATELESS"
20003   - "ACL_STATEFUL"
20004   - "ACL_STATELESS"
20005   - "ACL_STATEFUL"
20006   layout:
20007     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
20008     layout: "plot-latency"
20009
20010 # Packet Latency - VPP IPv4 3n-hsw-x710 base and scale
20011 - type: "plot"
20012   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20013   algorithm: "plot_latency_error_bars"
20014   output-file-type: ".html"
20015   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20016   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20017   filter: "'NIC_Intel-X710' and
20018            '64B' and
20019            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20020            'NDRPDR' and
20021            '1T1C' and
20022            'IP4FWD' and
20023            not 'IPSEC' and
20024            not 'DOT1Q' and
20025            not 'VHOST'"
20026   parameters:
20027   - "latency"
20028   - "parent"
20029   - "tags"
20030   sort:
20031   - "IP4BASE"
20032   - "FIB_20K"
20033   - "FIB_200K"
20034   - "FIB_2M"
20035   layout:
20036     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
20037     layout: "plot-latency"
20038
20039 - type: "plot"
20040   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20041   algorithm: "plot_latency_error_bars"
20042   output-file-type: ".html"
20043   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20044   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20045   filter: "'NIC_Intel-X710' and
20046            '64B' and
20047            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20048            'NDRPDR' and
20049            '2T2C' and
20050            'IP4FWD' and
20051            not 'IPSEC' and
20052            not 'DOT1Q' and
20053            not 'VHOST'"
20054   parameters:
20055   - "latency"
20056   - "parent"
20057   - "tags"
20058   sort:
20059   - "IP4BASE"
20060   - "FIB_20K"
20061   - "FIB_200K"
20062   - "FIB_2M"
20063   layout:
20064     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
20065     layout: "plot-latency"
20066
20067 # Packet Latency - VPP IPv4 3n-hsw-x710 features
20068 - type: "plot"
20069   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
20070   algorithm: "plot_latency_error_bars"
20071   output-file-type: ".html"
20072   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
20073   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20074   filter: "'NIC_Intel-X710' and
20075            '64B' and
20076            ('IP4BASE' or
20077             'POLICE_MARK' or
20078             'COPWHLIST' or
20079             ('NAT44' and 'BASE') or
20080             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
20081            'NDRPDR' and
20082            '1T1C' and
20083            'IP4FWD' and
20084            not 'IPSEC' and
20085            not 'VHOST'"
20086   parameters:
20087   - "latency"
20088   - "parent"
20089   - "tags"
20090   sort:
20091   - "DOT1Q"
20092   - "IP4BASE"
20093   - "NAT44"
20094   - "POLICE_MARK"
20095   - "COPWHLIST"
20096   - "IACL"
20097   - "OACL"
20098   layout:
20099     title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
20100     layout: "plot-latency"
20101
20102 - type: "plot"
20103   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
20104   algorithm: "plot_latency_error_bars"
20105   output-file-type: ".html"
20106   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
20107   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20108   filter: "'NIC_Intel-X710' and
20109            '64B' and
20110            ('IP4BASE' or
20111             'POLICE_MARK' or
20112             'COPWHLIST' or
20113             ('NAT44' and 'BASE') or
20114             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
20115            'NDRPDR' and
20116            '2T2C' and
20117            'IP4FWD' and
20118            not 'IPSEC' and
20119            not 'VHOST'"
20120   parameters:
20121   - "latency"
20122   - "parent"
20123   - "tags"
20124   sort:
20125   - "DOT1Q"
20126   - "IP4BASE"
20127   - "NAT44"
20128   - "POLICE_MARK"
20129   - "COPWHLIST"
20130   - "IACL"
20131   - "OACL"
20132   layout:
20133     title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
20134     layout: "plot-latency"
20135
20136 # Packet Latency - VPP IPv4 3n-hsw-x710 features nat44
20137 - type: "plot"
20138   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
20139   algorithm: "plot_latency_error_bars"
20140   output-file-type: ".html"
20141   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
20142   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20143   filter: "'NIC_Intel-X710' and
20144            '64B' and
20145            'NDRPDR' and
20146            '1T1C' and
20147            'IP4FWD' and
20148            ('NAT44' or 'IP4BASE') and
20149            not 'IPSEC' and
20150            not 'VHOST'"
20151   parameters:
20152   - "latency"
20153   - "parent"
20154   - "tags"
20155   sort:
20156   - "IP4BASE"
20157   - "BASE"
20158   - "SRC_USER_10"
20159   - "SRC_USER_100"
20160   - "SRC_USER_1000"
20161   - "SRC_USER_2000"
20162   layout:
20163     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
20164     layout: "plot-latency"
20165
20166 - type: "plot"
20167   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat"
20168   algorithm: "plot_latency_error_bars"
20169   output-file-type: ".html"
20170   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat"
20171   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20172   filter: "'NIC_Intel-X710' and
20173            '64B' and
20174            'NDRPDR' and
20175            '2T2C' and
20176            'IP4FWD' and
20177            ('NAT44' or 'IP4BASE') and
20178            not 'IPSEC' and
20179            not 'VHOST'"
20180   parameters:
20181   - "latency"
20182   - "parent"
20183   - "tags"
20184   sort:
20185   - "IP4BASE"
20186   - "BASE"
20187   - "SRC_USER_10"
20188   - "SRC_USER_100"
20189   - "SRC_USER_1000"
20190   - "SRC_USER_2000"
20191   layout:
20192     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
20193     layout: "plot-latency"
20194
20195 # Packet Latency - VPP IPv4 3n-hsw-x710 features iacl
20196 - type: "plot"
20197   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
20198   algorithm: "plot_latency_error_bars"
20199   output-file-type: ".html"
20200   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
20201   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20202   filter: "'NIC_Intel-X710' and
20203            '64B' and
20204            'NDRPDR' and
20205            '1T1C' and
20206            'IP4FWD' and
20207            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
20208            not 'IPSEC' and
20209            not 'VHOST'"
20210   parameters:
20211   - "latency"
20212   - "parent"
20213   - "tags"
20214   sort:
20215   - "IP4BASE"
20216   - "ACL_STATELESS"
20217   - "ACL_STATEFUL"
20218   - "ACL_STATELESS"
20219   - "ACL_STATEFUL"
20220   layout:
20221     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
20222     layout: "plot-latency"
20223
20224 - type: "plot"
20225   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
20226   algorithm: "plot_latency_error_bars"
20227   output-file-type: ".html"
20228   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
20229   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20230   filter: "'NIC_Intel-X710' and
20231            '64B' and
20232            'NDRPDR' and
20233            '2T2C' and
20234            'IP4FWD' and
20235            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
20236            not 'IPSEC' and
20237            not 'VHOST'"
20238   parameters:
20239   - "latency"
20240   - "parent"
20241   - "tags"
20242   sort:
20243   - "IP4BASE"
20244   - "ACL_STATELESS"
20245   - "ACL_STATEFUL"
20246   - "ACL_STATELESS"
20247   - "ACL_STATEFUL"
20248   layout:
20249     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
20250     layout: "plot-latency"
20251
20252 # Packet Latency - VPP IPv4 3n-hsw-xl710 base and scale
20253 - type: "plot"
20254   title: "VPP Latency: ip4-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
20255   algorithm: "plot_latency_error_bars"
20256   output-file-type: ".html"
20257   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
20258   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20259   filter: "'NIC_Intel-XL710' and
20260            '64B' and
20261            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20262            'NDRPDR' and
20263            '1T1C' and
20264            'IP4FWD' and
20265            not 'IPSEC' and
20266            not 'VHOST'"
20267   parameters:
20268   - "latency"
20269   - "parent"
20270   - "tags"
20271   sort:
20272   - "IP4BASE"
20273   - "FIB_20K"
20274   - "FIB_200K"
20275   - "FIB_2M"
20276   layout:
20277     title: "ip4-3n-hsw-xl710-64b-1t1c-base-ndr"
20278     layout: "plot-latency"
20279
20280 - type: "plot"
20281   title: "VPP Latency: ip4-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
20282   algorithm: "plot_latency_error_bars"
20283   output-file-type: ".html"
20284   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
20285   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20286   filter: "'NIC_Intel-XL710' and
20287            '64B' and
20288            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20289            'NDRPDR' and
20290            '2T2C' and
20291            'IP4FWD' and
20292            not 'IPSEC' and
20293            not 'VHOST'"
20294   parameters:
20295   - "latency"
20296   - "parent"
20297   - "tags"
20298   sort:
20299   - "IP4BASE"
20300   - "FIB_20K"
20301   - "FIB_200K"
20302   - "FIB_2M"
20303   layout:
20304     title: "ip4-3n-hsw-xl710-64b-2t2c-base-ndr"
20305     layout: "plot-latency"
20306
20307 # Packet Latency - VPP IPv4 3n-skx-x710 base and scale
20308 - type: "plot"
20309   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20310   algorithm: "plot_latency_error_bars"
20311   output-file-type: ".html"
20312   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20313   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20314   filter: "'NIC_Intel-X710' and
20315            '64B' and
20316            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20317            'NDRPDR' and
20318            '2T1C' and
20319            'IP4FWD' and
20320            not 'IPSEC' and
20321            not 'DOT1Q' and
20322            not 'VHOST'"
20323   parameters:
20324   - "latency"
20325   - "parent"
20326   - "tags"
20327   sort:
20328   - "IP4BASE"
20329   - "FIB_20K"
20330   - "FIB_200K"
20331   - "FIB_2M"
20332   layout:
20333     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
20334     layout: "plot-latency"
20335
20336 - type: "plot"
20337   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20338   algorithm: "plot_latency_error_bars"
20339   output-file-type: ".html"
20340   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20341   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20342   filter: "'NIC_Intel-X710' and
20343            '64B' and
20344            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20345            'NDRPDR' and
20346            '4T2C' and
20347            'IP4FWD' and
20348            not 'IPSEC' and
20349            not 'DOT1Q' and
20350            not 'VHOST'"
20351   parameters:
20352   - "latency"
20353   - "parent"
20354   - "tags"
20355   sort:
20356   - "IP4BASE"
20357   - "FIB_20K"
20358   - "FIB_200K"
20359   - "FIB_2M"
20360   layout:
20361     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
20362     layout: "plot-latency"
20363
20364 # Packet Latency - VPP IPv4 3n-skx-x710 features oacl
20365 - type: "plot"
20366   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
20367   algorithm: "plot_latency_error_bars"
20368   output-file-type: ".html"
20369   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
20370   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20371   filter: "'NIC_Intel-X710' and
20372            '64B' and
20373            ('IP4BASE' or
20374             'POLICE_MARK' or
20375             'COPWHLIST' or
20376             ('NAT44' and 'BASE') or
20377             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
20378            'NDRPDR' and
20379            '2T1C' and
20380            'IP4FWD' and
20381            not 'IPSEC' and
20382            not 'VHOST'"
20383   parameters:
20384   - "latency"
20385   - "parent"
20386   - "tags"
20387   sort:
20388   - "DOT1Q"
20389   - "IP4BASE"
20390   - "NAT44"
20391   - "POLICE_MARK"
20392   - "COPWHLIST"
20393   - "IACL"
20394   - "OACL"
20395   layout:
20396     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
20397     layout: "plot-latency"
20398
20399 - type: "plot"
20400   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
20401   algorithm: "plot_latency_error_bars"
20402   output-file-type: ".html"
20403   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
20404   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20405   filter: "'NIC_Intel-X710' and
20406            '64B' and
20407            ('IP4BASE' or
20408             'POLICE_MARK' or
20409             'COPWHLIST' or
20410             ('NAT44' and 'BASE') or
20411             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
20412            'NDRPDR' and
20413            '4T2C' and
20414            'IP4FWD' and
20415            not 'IPSEC' and
20416            not 'VHOST'"
20417   parameters:
20418   - "latency"
20419   - "parent"
20420   - "tags"
20421   sort:
20422   - "DOT1Q"
20423   - "IP4BASE"
20424   - "NAT44"
20425   - "POLICE_MARK"
20426   - "COPWHLIST"
20427   - "IACL"
20428   - "OACL"
20429   layout:
20430     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
20431     layout: "plot-latency"
20432
20433 # Packet Latency - VPP IPv4 3n-skx-x710 features nat44
20434 - type: "plot"
20435   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
20436   algorithm: "plot_latency_error_bars"
20437   output-file-type: ".html"
20438   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
20439   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20440   filter: "'NIC_Intel-X710' and
20441            '64B' and
20442            'NDRPDR' and
20443            '2T1C' and
20444            'IP4FWD' and
20445            ('NAT44' or 'IP4BASE') and
20446            not 'IPSEC' and
20447            not 'VHOST'"
20448   parameters:
20449   - "latency"
20450   - "parent"
20451   - "tags"
20452   sort:
20453   - "IP4BASE"
20454   - "BASE"
20455   - "SRC_USER_10"
20456   - "SRC_USER_100"
20457   - "SRC_USER_1000"
20458   - "SRC_USER_2000"
20459   layout:
20460     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
20461     layout: "plot-latency"
20462
20463 - type: "plot"
20464   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat"
20465   algorithm: "plot_latency_error_bars"
20466   output-file-type: ".html"
20467   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat"
20468   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20469   filter: "'NIC_Intel-X710' and
20470            '64B' and
20471            'NDRPDR' and
20472            '4T2C' and
20473            'IP4FWD' and
20474            ('NAT44' or 'IP4BASE') and
20475            not 'IPSEC' and
20476            not 'VHOST'"
20477   parameters:
20478   - "latency"
20479   - "parent"
20480   - "tags"
20481   sort:
20482   - "IP4BASE"
20483   - "BASE"
20484   - "SRC_USER_10"
20485   - "SRC_USER_100"
20486   - "SRC_USER_1000"
20487   - "SRC_USER_2000"
20488   layout:
20489     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
20490     layout: "plot-latency"
20491
20492 # Packet Latency - VPP IPv4 3n-skx-x710 features iacl
20493 - type: "plot"
20494   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
20495   algorithm: "plot_latency_error_bars"
20496   output-file-type: ".html"
20497   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
20498   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20499   filter: "'NIC_Intel-X710' and
20500            '64B' and
20501            'NDRPDR' and
20502            '2T1C' and
20503            'IP4FWD' and
20504            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
20505            not 'IPSEC' and
20506            not 'VHOST'"
20507   parameters:
20508   - "latency"
20509   - "parent"
20510   - "tags"
20511   sort:
20512   - "IP4BASE"
20513   - "ACL_STATELESS"
20514   - "ACL_STATEFUL"
20515   - "ACL_STATELESS"
20516   - "ACL_STATEFUL"
20517   layout:
20518     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
20519     layout: "plot-latency"
20520
20521 - type: "plot"
20522   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
20523   algorithm: "plot_latency_error_bars"
20524   output-file-type: ".html"
20525   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
20526   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20527   filter: "'NIC_Intel-X710' and
20528            '64B' and
20529            'NDRPDR' and
20530            '4T2C' and
20531            'IP4FWD' and
20532            'IACL' and
20533            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
20534            not 'IPSEC' and
20535            not 'VHOST'"
20536   parameters:
20537   - "latency"
20538   - "parent"
20539   - "tags"
20540   sort:
20541   - "IP4BASE"
20542   - "ACL_STATELESS"
20543   - "ACL_STATEFUL"
20544   - "ACL_STATELESS"
20545   - "ACL_STATEFUL"
20546   layout:
20547     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
20548     layout: "plot-latency"
20549
20550 # Packet Latency - VPP IPv4 2n-skx-x710 base and scale
20551 - type: "plot"
20552   title: "VPP Latency: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20553   algorithm: "plot_latency_error_bars"
20554   output-file-type: ".html"
20555   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20556   data: "plot-vpp-throughput-lat-tsa-2n-skx"
20557   filter: "'NIC_Intel-X710' and
20558            '64B' and
20559            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20560            'NDRPDR' and
20561            '2T1C' and
20562            'IP4FWD' and
20563            not 'IPSEC' and
20564            not 'DOT1Q' and
20565            not 'VHOST'"
20566   parameters:
20567   - "latency"
20568   - "parent"
20569   - "tags"
20570   sort:
20571   - "IP4BASE"
20572   - "FIB_20K"
20573   - "FIB_200K"
20574   - "FIB_2M"
20575   layout:
20576     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
20577     layout: "plot-latency"
20578
20579 - type: "plot"
20580   title: "VPP Latency: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20581   algorithm: "plot_latency_error_bars"
20582   output-file-type: ".html"
20583   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20584   data: "plot-vpp-throughput-lat-tsa-2n-skx"
20585   filter: "'NIC_Intel-X710' and
20586            '64B' and
20587            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20588            'NDRPDR' and
20589            '4T2C' and
20590            'IP4FWD' and
20591            not 'IPSEC' and
20592            not 'DOT1Q' and
20593            not 'VHOST'"
20594   parameters:
20595   - "latency"
20596   - "parent"
20597   - "tags"
20598   sort:
20599   - "IP4BASE"
20600   - "FIB_20K"
20601   - "FIB_200K"
20602   - "FIB_2M"
20603   layout:
20604     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
20605     layout: "plot-latency"
20606
20607 # Packet Latency - VPP IPv4 2n-skx-x710 base and scale
20608 - type: "plot"
20609   title: "VPP Latency: ip4-2n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
20610   algorithm: "plot_latency_error_bars"
20611   output-file-type: ".html"
20612   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
20613   data: "plot-vpp-throughput-lat-tsa-2n-skx"
20614   filter: "'NIC_Intel-X710' and
20615            '64B' and
20616            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
20617            'NDRPDR' and
20618            '2T1C' and
20619            'IP4FWD' and
20620            not 'IPSEC' and
20621            not 'DOT1Q' and
20622            not 'VHOST'"
20623   parameters:
20624   - "latency"
20625   - "parent"
20626   - "tags"
20627   sort:
20628   - "IP4BASE"
20629   - "ACL_STATELESS"
20630   - "ACL_STATEFUL"
20631   - "ACL_STATELESS"
20632   - "ACL_STATEFUL"
20633   layout:
20634     title: "ip4-2n-skx-x710-64b-2t1c-features-iacl-ndr"
20635     layout: "plot-latency"
20636
20637 - type: "plot"
20638   title: "VPP Latency: ip4-2n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
20639   algorithm: "plot_latency_error_bars"
20640   output-file-type: ".html"
20641   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
20642   data: "plot-vpp-throughput-lat-tsa-2n-skx"
20643   filter: "'NIC_Intel-X710' and
20644            '64B' and
20645            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
20646            'NDRPDR' and
20647            '4T2C' and
20648            'IP4FWD' and
20649            not 'IPSEC' and
20650            not 'DOT1Q' and
20651            not 'VHOST'"
20652   parameters:
20653   - "latency"
20654   - "parent"
20655   - "tags"
20656   sort:
20657   - "IP4BASE"
20658   - "ACL_STATELESS"
20659   - "ACL_STATEFUL"
20660   - "ACL_STATELESS"
20661   - "ACL_STATEFUL"
20662   layout:
20663     title: "ip4-2n-skx-x710-64b-4t2c-features-iacl-ndr"
20664     layout: "plot-latency"
20665
20666 # Packet Latency - VPP IPv4 2n-skx-xxv710 base and scale
20667 - type: "plot"
20668   title: "VPP Latency: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
20669   algorithm: "plot_latency_error_bars"
20670   output-file-type: ".html"
20671   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
20672   data: "plot-vpp-throughput-lat-tsa-2n-skx"
20673   filter: "'NIC_Intel-XXV710' and
20674            '64B' and
20675            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20676            'NDRPDR' and
20677            '2T1C' and
20678            'IP4FWD' and
20679            not 'IPSEC' and
20680            not 'DOT1Q' and
20681            not 'VHOST'"
20682   parameters:
20683   - "latency"
20684   - "parent"
20685   - "tags"
20686   sort:
20687   - "IP4BASE"
20688   - "FIB_20K"
20689   - "FIB_200K"
20690   - "FIB_2M"
20691   layout:
20692     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
20693     layout: "plot-latency"
20694
20695 - type: "plot"
20696   title: "VPP Latency: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20697   algorithm: "plot_latency_error_bars"
20698   output-file-type: ".html"
20699   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20700   data: "plot-vpp-throughput-lat-tsa-2n-skx"
20701   filter: "'NIC_Intel-XXV710' and
20702            '64B' and
20703            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20704            'NDRPDR' and
20705            '4T2C' and
20706            'IP4FWD' and
20707            not 'IPSEC' and
20708            not 'DOT1Q' and
20709            not 'VHOST'"
20710   parameters:
20711   - "latency"
20712   - "parent"
20713   - "tags"
20714   sort:
20715   - "IP4BASE"
20716   - "FIB_20K"
20717   - "FIB_200K"
20718   - "FIB_2M"
20719   layout:
20720     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
20721     layout: "plot-latency"
20722
20723 ################################################################################
20724
20725 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520 - features
20726 - type: "plot"
20727   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
20728   algorithm: "plot_latency_error_bars"
20729   output-file-type: ".html"
20730   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
20731   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20732   filter: "'NIC_Intel-X520-DA2' and
20733            '64B' and
20734            'ENCAP' and
20735            'NDRPDR' and
20736            '1T1C' and
20737            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
20738            not 'DOT1Q' and
20739            not 'VHOST' and
20740            not 'IPSECHW'"
20741   parameters:
20742   - "latency"
20743   - "parent"
20744   - "tags"
20745   sort:
20746   - "IP4BASE"
20747   - "L2BDMACLRN"
20748   - "L2XCFWD"
20749   - "LISP"
20750   layout:
20751     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
20752     layout: "plot-latency"
20753
20754 - type: "plot"
20755   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
20756   algorithm: "plot_latency_error_bars"
20757   output-file-type: ".html"
20758   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
20759   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20760   filter: "'NIC_Intel-X520-DA2' and
20761            '64B' and
20762            'ENCAP' and
20763            'NDRPDR' and
20764            '2T2C' and
20765            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
20766            not 'DOT1Q' and
20767            not 'VHOST' and
20768            not 'IPSECHW'"
20769   parameters:
20770   - "latency"
20771   - "parent"
20772   - "tags"
20773   sort:
20774   - "IP4BASE"
20775   - "L2BDMACLRN"
20776   - "L2XCFWD"
20777   - "LISP"
20778   layout:
20779     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
20780     layout: "plot-latency"
20781
20782 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710
20783 - type: "plot"
20784   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20785   algorithm: "plot_latency_error_bars"
20786   output-file-type: ".html"
20787   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20788   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20789   filter: "'NIC_Intel-X710' and
20790            '64B' and
20791            'ENCAP' and
20792            'NDRPDR' and
20793            '1T1C' and
20794            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
20795            not 'VHOST' and
20796            not 'IPSECHW'"
20797   parameters:
20798   - "latency"
20799   - "parent"
20800   - "tags"
20801   sort:
20802   - "IP4BASE"
20803   - "LISP"
20804   - "VXLAN_1"
20805   - "VXLAN_10"
20806   - "VXLAN_100"
20807   - "VXLAN_1000"
20808   layout:
20809     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
20810     layout: "plot-latency"
20811
20812 - type: "plot"
20813   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20814   algorithm: "plot_latency_error_bars"
20815   output-file-type: ".html"
20816   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20817   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20818   filter: "'NIC_Intel-X710' and
20819            '64B' and
20820            'ENCAP' and
20821            'NDRPDR' and
20822            '2T2C' and
20823            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
20824            not 'VHOST' and
20825            not 'IPSECHW'"
20826   parameters:
20827   - "latency"
20828   - "parent"
20829   - "tags"
20830   sort:
20831   - "IP4BASE"
20832   - "LISP"
20833   - "VXLAN_1"
20834   - "VXLAN_10"
20835   - "VXLAN_100"
20836   - "VXLAN_1000"
20837   layout:
20838     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
20839     layout: "plot-latency"
20840
20841 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710 - features
20842 - type: "plot"
20843   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
20844   algorithm: "plot_latency_error_bars"
20845   output-file-type: ".html"
20846   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
20847   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20848   filter: "'NIC_Intel-X710' and
20849            '64B' and
20850            'ENCAP' and
20851            'NDRPDR' and
20852            '1T1C' and
20853            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
20854            not 'DOT1Q' and
20855            not 'VHOST' and
20856            not 'IPSECHW'"
20857   parameters:
20858   - "latency"
20859   - "parent"
20860   - "tags"
20861   sort:
20862   - "IP4BASE"
20863   - "L2BDMACLRN"
20864   - "L2XCFWD"
20865   - "LISP"
20866   layout:
20867     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
20868     layout: "plot-latency"
20869
20870 - type: "plot"
20871   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
20872   algorithm: "plot_latency_error_bars"
20873   output-file-type: ".html"
20874   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
20875   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20876   filter: "'NIC_Intel-X710' and
20877            '64B' and
20878            'ENCAP' and
20879            'NDRPDR' and
20880            '2T2C' and
20881            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
20882            not 'DOT1Q' and
20883            not 'VHOST' and
20884            not 'IPSECHW'"
20885   parameters:
20886   - "latency"
20887   - "parent"
20888   - "tags"
20889   sort:
20890   - "IP4BASE"
20891   - "L2BDMACLRN"
20892   - "L2XCFWD"
20893   - "LISP"
20894   layout:
20895     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
20896     layout: "plot-latency"
20897
20898 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710
20899 - type: "plot"
20900   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20901   algorithm: "plot_latency_error_bars"
20902   output-file-type: ".html"
20903   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20904   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20905   filter: "'NIC_Intel-X710' and
20906            '64B' and
20907            'ENCAP' and
20908            'NDRPDR' and
20909            '2T1C' and
20910            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
20911            not 'VHOST' and
20912            not 'IPSECHW'"
20913   parameters:
20914   - "latency"
20915   - "parent"
20916   - "tags"
20917   sort:
20918   - "IP4BASE"
20919   - "LISP"
20920   - "VXLAN_1"
20921   - "VXLAN_10"
20922   - "VXLAN_100"
20923   - "VXLAN_1000"
20924   layout:
20925     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
20926     layout: "plot-latency"
20927
20928 - type: "plot"
20929   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20930   algorithm: "plot_latency_error_bars"
20931   output-file-type: ".html"
20932   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20933   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20934   filter: "'NIC_Intel-X710' and
20935            '64B' and
20936            'ENCAP' and
20937            'NDRPDR' and
20938            '4T2C' and
20939            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
20940            not 'VHOST' and
20941            not 'IPSECHW'"
20942   parameters:
20943   - "latency"
20944   - "parent"
20945   - "tags"
20946   sort:
20947   - "IP4BASE"
20948   - "LISP"
20949   - "VXLAN_1"
20950   - "VXLAN_10"
20951   - "VXLAN_100"
20952   - "VXLAN_1000"
20953   layout:
20954     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
20955     layout: "plot-latency"
20956
20957 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710 - features
20958 - type: "plot"
20959   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
20960   algorithm: "plot_latency_error_bars"
20961   output-file-type: ".html"
20962   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
20963   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20964   filter: "'NIC_Intel-X710' and
20965            '64B' and
20966            'ENCAP' and
20967            'NDRPDR' and
20968            '2T1C' and
20969            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
20970            not 'DOT1Q' and
20971            not 'VHOST' and
20972            not 'IPSECHW'"
20973   parameters:
20974   - "latency"
20975   - "parent"
20976   - "tags"
20977   sort:
20978   - "IP4BASE"
20979   - "L2BDMACLRN"
20980   - "L2XCFWD"
20981   - "LISP"
20982   layout:
20983     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
20984     layout: "plot-latency"
20985
20986 - type: "plot"
20987   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
20988   algorithm: "plot_latency_error_bars"
20989   output-file-type: ".html"
20990   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
20991   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20992   filter: "'NIC_Intel-X710' and
20993            '64B' and
20994            'ENCAP' and
20995            'NDRPDR' and
20996            '4T2C' and
20997            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
20998            not 'DOT1Q' and
20999            not 'VHOST' and
21000            not 'IPSECHW'"
21001   parameters:
21002   - "latency"
21003   - "parent"
21004   - "tags"
21005   sort:
21006   - "IP4BASE"
21007   - "L2BDMACLRN"
21008   - "L2XCFWD"
21009   - "LISP"
21010   layout:
21011     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
21012     layout: "plot-latency"
21013
21014 ################################################################################
21015
21016 # Packet Latency - VPP IPv6 3n-hsw-x520
21017 - type: "plot"
21018   title: "VPP Latency: ip6-3n-hsw-x520-78b-1t1c-base-ndr-lat"
21019   algorithm: "plot_latency_error_bars"
21020   output-file-type: ".html"
21021   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base-ndr-lat"
21022   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21023   filter: "'NIC_Intel-X520-DA2' and
21024            '78B' and
21025            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21026            'NDRPDR' and
21027            '1T1C' and
21028            'IP6FWD' and
21029            not 'SRv6' and
21030            not 'IPSEC' and
21031            not 'VHOST'"
21032   parameters:
21033   - "latency"
21034   - "parent"
21035   - "tags"
21036   sort:
21037   - "IP6BASE"
21038   - "FIB_20K"
21039   - "FIB_200K"
21040   - "FIB_2M"
21041   layout:
21042     title: "ip6-3n-hsw-x520-78b-1t1c-base-ndr"
21043     layout: "plot-latency"
21044
21045 - type: "plot"
21046   title: "VPP Latency: ip6-3n-hsw-x520-78b-2t2c-base-ndr-lat"
21047   algorithm: "plot_latency_error_bars"
21048   output-file-type: ".html"
21049   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base-ndr-lat"
21050   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21051   filter: "'NIC_Intel-X520-DA2' and
21052            '78B' and
21053            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21054            'NDRPDR' and
21055            '2T2C' and
21056            'IP6FWD' and
21057            not 'SRv6' and
21058            not 'IPSEC' and
21059            not 'VHOST'"
21060   parameters:
21061   - "latency"
21062   - "parent"
21063   - "tags"
21064   sort:
21065   - "IP6BASE"
21066   - "FIB_20K"
21067   - "FIB_200K"
21068   - "FIB_2M"
21069   layout:
21070     title: "ip6-3n-hsw-x520-78b-2t2c-base-ndr"
21071     layout: "plot-latency"
21072
21073 # Packet Latency - VPP IPv6 3n-hsw-x710
21074 - type: "plot"
21075   title: "VPP Latency: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
21076   algorithm: "plot_latency_error_bars"
21077   output-file-type: ".html"
21078   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
21079   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21080   filter: "'NIC_Intel-X710' and
21081            '78B' and
21082            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21083            'NDRPDR' and
21084            '1T1C' and
21085            'IP6FWD' and
21086            not 'SRv6' and
21087            not 'IPSEC' and
21088            not 'VHOST'"
21089   parameters:
21090   - "latency"
21091   - "parent"
21092   - "tags"
21093   sort:
21094   - "IP6BASE"
21095   - "FIB_20K"
21096   - "FIB_200K"
21097   - "FIB_2M"
21098   layout:
21099     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
21100     layout: "plot-latency"
21101
21102 - type: "plot"
21103   title: "VPP Latency: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
21104   algorithm: "plot_latency_error_bars"
21105   output-file-type: ".html"
21106   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
21107   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21108   filter: "'NIC_Intel-X710' and
21109            '78B' and
21110            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21111            'NDRPDR' and
21112            '2T2C' and
21113            'IP6FWD' and
21114            not 'SRv6' and
21115            not 'IPSEC' and
21116            not 'VHOST'"
21117   parameters:
21118   - "latency"
21119   - "parent"
21120   - "tags"
21121   sort:
21122   - "IP6BASE"
21123   - "FIB_20K"
21124   - "FIB_200K"
21125   - "FIB_2M"
21126   layout:
21127     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
21128     layout: "plot-latency"
21129
21130 # Packet Latency - VPP IPv6 3n-hsw-xl710
21131 - type: "plot"
21132   title: "VPP Latency: ip6-3n-hsw-xl710-78b-1t1c-base-ndr-lat"
21133   algorithm: "plot_latency_error_bars"
21134   output-file-type: ".html"
21135   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base-ndr-lat"
21136   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21137   filter: "'NIC_Intel-XL710' and
21138            '78B' and
21139            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21140            'NDRPDR' and
21141            '1T1C' and
21142            'IP6FWD' and
21143            not 'SRv6' and
21144            not 'IPSEC' and
21145            not 'VHOST'"
21146   parameters:
21147   - "latency"
21148   - "parent"
21149   - "tags"
21150   sort:
21151   - "IP6BASE"
21152   - "FIB_20K"
21153   - "FIB_200K"
21154   - "FIB_2M"
21155   layout:
21156     title: "ip6-3n-hsw-xl710-78b-1t1c-base-ndr"
21157     layout: "plot-latency"
21158
21159 - type: "plot"
21160   title: "VPP Latency: ip6-3n-hsw-xl710-78b-2t2c-base-ndr-lat"
21161   algorithm: "plot_latency_error_bars"
21162   output-file-type: ".html"
21163   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base-ndr-lat"
21164   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21165   filter: "'NIC_Intel-XL710' and
21166            '78B' and
21167            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21168            'NDRPDR' and
21169            '2T2C' and
21170            'IP6FWD' and
21171            not 'SRv6' and
21172            not 'IPSEC' and
21173            not 'VHOST'"
21174   parameters:
21175   - "latency"
21176   - "parent"
21177   - "tags"
21178   sort:
21179   - "IP6BASE"
21180   - "FIB_20K"
21181   - "FIB_200K"
21182   - "FIB_2M"
21183   layout:
21184     title: "ip6-3n-hsw-xl710-78b-2t2c-base-ndr"
21185     layout: "plot-latency"
21186
21187 # Packet Latency - VPP IPv6 3n-skx-x710
21188 - type: "plot"
21189   title: "VPP Latency: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
21190   algorithm: "plot_latency_error_bars"
21191   output-file-type: ".html"
21192   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
21193   data: "plot-vpp-throughput-lat-tsa-3n-skx"
21194   filter: "'NIC_Intel-X710' and
21195            '78B' and
21196            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21197            'NDRPDR' and
21198            '2T1C' and
21199            'IP6FWD' and
21200            not 'SRv6' and
21201            not 'IPSEC' and
21202            not 'VHOST'"
21203   parameters:
21204   - "latency"
21205   - "parent"
21206   - "tags"
21207   sort:
21208   - "IP6BASE"
21209   - "FIB_20K"
21210   - "FIB_200K"
21211   - "FIB_2M"
21212   layout:
21213     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
21214     layout: "plot-latency"
21215
21216 - type: "plot"
21217   title: "VPP Latency: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
21218   algorithm: "plot_latency_error_bars"
21219   output-file-type: ".html"
21220   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
21221   data: "plot-vpp-throughput-lat-tsa-3n-skx"
21222   filter: "'NIC_Intel-X710' and
21223            '78B' and
21224            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21225            'NDRPDR' and
21226            '4T2C' and
21227            'IP6FWD' and
21228            not 'SRv6' and
21229            not 'IPSEC' and
21230            not 'VHOST'"
21231   parameters:
21232   - "latency"
21233   - "parent"
21234   - "tags"
21235   sort:
21236   - "IP6BASE"
21237   - "FIB_20K"
21238   - "FIB_200K"
21239   - "FIB_2M"
21240   layout:
21241     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
21242     layout: "plot-latency"
21243
21244 # Packet Latency - VPP IPv6 3n-skx-xxv710
21245 - type: "plot"
21246   title: "VPP Latency: ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
21247   algorithm: "plot_latency_error_bars"
21248   output-file-type: ".html"
21249   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
21250   data: "plot-vpp-throughput-lat-tsa-3n-skx"
21251   filter: "'NIC_Intel-XXV710' and
21252            '78B' and
21253            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21254            'NDRPDR' and
21255            '2T1C' and
21256            'IP6FWD' and
21257            not 'SRv6' and
21258            not 'IPSEC' and
21259            not 'VHOST'"
21260   parameters:
21261   - "latency"
21262   - "parent"
21263   - "tags"
21264   sort:
21265   - "IP6BASE"
21266   - "FIB_20K"
21267   - "FIB_200K"
21268   - "FIB_2M"
21269   layout:
21270     title: "ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
21271     layout: "plot-latency"
21272
21273 - type: "plot"
21274   title: "VPP Latency: ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
21275   algorithm: "plot_latency_error_bars"
21276   output-file-type: ".html"
21277   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
21278   data: "plot-vpp-throughput-lat-tsa-3n-skx"
21279   filter: "'NIC_Intel-XXV710' and
21280            '78B' and
21281            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21282            'NDRPDR' and
21283            '4T2C' and
21284            'IP6FWD' and
21285            not 'SRv6' and
21286            not 'IPSEC' and
21287            not 'VHOST'"
21288   parameters:
21289   - "latency"
21290   - "parent"
21291   - "tags"
21292   sort:
21293   - "IP6BASE"
21294   - "FIB_20K"
21295   - "FIB_200K"
21296   - "FIB_2M"
21297   layout:
21298     title: "ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
21299     layout: "plot-latency"
21300
21301 # Packet Latency - VPP IPv6 2n-skx-x710
21302 - type: "plot"
21303   title: "VPP Latency: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
21304   algorithm: "plot_latency_error_bars"
21305   output-file-type: ".html"
21306   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
21307   data: "plot-vpp-throughput-lat-tsa-2n-skx"
21308   filter: "'NIC_Intel-X710' and
21309            '78B' and
21310            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21311            'NDRPDR' and
21312            '2T1C' and
21313            'IP6FWD' and
21314            not 'SRv6' and
21315            not 'IPSEC' and
21316            not 'VHOST'"
21317   parameters:
21318   - "latency"
21319   - "parent"
21320   - "tags"
21321   sort:
21322   - "IP6BASE"
21323   - "FIB_20K"
21324   - "FIB_200K"
21325   - "FIB_2M"
21326   layout:
21327     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
21328     layout: "plot-latency"
21329
21330 - type: "plot"
21331   title: "VPP Latency: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
21332   algorithm: "plot_latency_error_bars"
21333   output-file-type: ".html"
21334   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
21335   data: "plot-vpp-throughput-lat-tsa-2n-skx"
21336   filter: "'NIC_Intel-X710' and
21337            '78B' and
21338            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21339            'NDRPDR' and
21340            '4T2C' and
21341            'IP6FWD' and
21342            not 'SRv6' and
21343            not 'IPSEC' and
21344            not 'VHOST'"
21345   parameters:
21346   - "latency"
21347   - "parent"
21348   - "tags"
21349   sort:
21350   - "IP6BASE"
21351   - "FIB_20K"
21352   - "FIB_200K"
21353   - "FIB_2M"
21354   layout:
21355     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
21356     layout: "plot-latency"
21357
21358 # Packet Latency - VPP IPv6 2n-skx-xxv710
21359 - type: "plot"
21360   title: "VPP Latency: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
21361   algorithm: "plot_latency_error_bars"
21362   output-file-type: ".html"
21363   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
21364   data: "plot-vpp-throughput-lat-tsa-2n-skx"
21365   filter: "'NIC_Intel-XXV710' and
21366            '78B' and
21367            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21368            'NDRPDR' and
21369            '2T1C' and
21370            'IP6FWD' and
21371            not 'SRv6' and
21372            not 'IPSEC' and
21373            not 'VHOST'"
21374   parameters:
21375   - "latency"
21376   - "parent"
21377   - "tags"
21378   sort:
21379   - "IP6BASE"
21380   - "FIB_20K"
21381   - "FIB_200K"
21382   - "FIB_2M"
21383   layout:
21384     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
21385     layout: "plot-latency"
21386
21387 - type: "plot"
21388   title: "VPP Latency: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
21389   algorithm: "plot_latency_error_bars"
21390   output-file-type: ".html"
21391   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
21392   data: "plot-vpp-throughput-lat-tsa-2n-skx"
21393   filter: "'NIC_Intel-XXV710' and
21394            '78B' and
21395            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21396            'NDRPDR' and
21397            '4T2C' and
21398            'IP6FWD' and
21399            not 'SRv6' and
21400            not 'IPSEC' and
21401            not 'VHOST'"
21402   parameters:
21403   - "latency"
21404   - "parent"
21405   - "tags"
21406   sort:
21407   - "IP6BASE"
21408   - "FIB_20K"
21409   - "FIB_200K"
21410   - "FIB_2M"
21411   layout:
21412     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
21413     layout: "plot-latency"
21414
21415 ################################################################################
21416
21417 # Packet Latency - VPP IPv6 tunnels 3n-hsw-x520
21418 - type: "plot"
21419   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-1t1c-base-ndr-lat"
21420   algorithm: "plot_latency_error_bars"
21421   output-file-type: ".html"
21422   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base-ndr-lat"
21423   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21424   filter: "'NIC_Intel-X520-DA2' and
21425            '78B' and
21426            'ENCAP' and
21427            'NDRPDR' and
21428            '1T1C' and
21429            'LISP' and
21430            not 'VHOST'"
21431   parameters:
21432   - "latency"
21433   - "parent"
21434   - "tags"
21435   sort:
21436   - "IP4UNRLAY"
21437   - "IP6UNRLAY"
21438   layout:
21439     title: "ip6tun-3n-hsw-x520-78b-1t1c-base-ndr"
21440     layout: "plot-latency"
21441
21442 - type: "plot"
21443   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-2t2c-base-ndr-lat"
21444   algorithm: "plot_latency_error_bars"
21445   output-file-type: ".html"
21446   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base-ndr-lat"
21447   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21448   filter: "'NIC_Intel-X520-DA2' and
21449            '78B' and
21450            'ENCAP' and
21451            'NDRPDR' and
21452            '2T2C' and
21453            'LISP' and
21454            not 'VHOST'"
21455   parameters:
21456   - "latency"
21457   - "parent"
21458   - "tags"
21459   sort:
21460   - "IP4UNRLAY"
21461   - "IP6UNRLAY"
21462   layout:
21463     title: "ip6tun-3n-hsw-x520-78b-2t2c-base-ndr"
21464     layout: "plot-latency"
21465
21466 ################################################################################
21467
21468 # Packet Latency - VPP IPSec 3n-hsw-xl710 base
21469 - type: "plot"
21470   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
21471   algorithm: "plot_latency_error_bars"
21472   output-file-type: ".html"
21473   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
21474   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21475   filter: "'NIC_Intel-XL710' and
21476            '64B' and
21477            'IP4FWD' and
21478            'NDRPDR' and
21479            'BASE' and
21480            '1T1C' and
21481            'IPSECHW' and
21482            not 'VHOST'"
21483   parameters:
21484   - "latency"
21485   - "parent"
21486   - "tags"
21487   layout:
21488     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
21489     layout: "plot-latency"
21490
21491 - type: "plot"
21492   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
21493   algorithm: "plot_latency_error_bars"
21494   output-file-type: ".html"
21495   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
21496   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21497   filter: "'NIC_Intel-XL710' and
21498            '64B' and
21499            'IP4FWD' and
21500            'NDRPDR' and
21501            'BASE' and
21502            '2T2C' and
21503            'IPSECHW' and
21504            not 'VHOST'"
21505   parameters:
21506   - "latency"
21507   - "parent"
21508   - "tags"
21509   layout:
21510     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
21511     layout: "plot-latency"
21512
21513 # Packet Latency - VPP IPSec 3n-hsw-xl710 scale
21514 - type: "plot"
21515   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
21516   algorithm: "plot_latency_error_bars"
21517   output-file-type: ".html"
21518   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
21519   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21520   filter: "'NIC_Intel-XL710' and
21521            '64B' and
21522            'IP4FWD' and
21523            'NDRPDR' and
21524            'SCALE' and
21525            '1T1C' and
21526            'IPSECHW' and
21527            not 'VHOST'"
21528   parameters:
21529   - "latency"
21530   - "parent"
21531   - "tags"
21532   layout:
21533     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
21534     layout: "plot-latency"
21535
21536 - type: "plot"
21537   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
21538   algorithm: "plot_latency_error_bars"
21539   output-file-type: ".html"
21540   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
21541   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21542   filter: "'NIC_Intel-XL710' and
21543            '64B' and
21544            'IP4FWD' and
21545            'NDRPDR' and
21546            'SCALE' and
21547            '2T2C' and
21548            'IPSECHW' and
21549            not 'VHOST'"
21550   parameters:
21551   - "latency"
21552   - "parent"
21553   - "tags"
21554   layout:
21555     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
21556     layout: "plot-latency"
21557
21558 # Packet Latency - VPP IPSec 3n-hsw-xl710 sw
21559 - type: "plot"
21560   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-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-1t1c-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            '1T1C' and
21570            'IPSECSW' and
21571            not 'VHOST'"
21572   parameters:
21573   - "latency"
21574   - "parent"
21575   - "tags"
21576   layout:
21577     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
21578     layout: "plot-latency"
21579
21580 - type: "plot"
21581   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
21582   algorithm: "plot_latency_error_bars"
21583   output-file-type: ".html"
21584   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
21585   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21586   filter: "'NIC_Intel-XL710' and
21587            '64B' and
21588            'IP4FWD' and
21589            'NDRPDR' and
21590            '2T2C' and
21591            'IPSECSW' and
21592            not 'VHOST'"
21593   parameters:
21594   - "latency"
21595   - "parent"
21596   - "tags"
21597   layout:
21598     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
21599     layout: "plot-latency"
21600
21601 ################################################################################
21602
21603 # Packet Latency - VPP SRv6 3n-hsw-x520
21604 - type: "plot"
21605   title: "VPP Latency: srv6-3n-hsw-x520-78b-1t1c-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-1t1c-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            '1T1C' and
21615            'IP6FWD' and
21616            'SRv6'"
21617   parameters:
21618   - "latency"
21619   - "parent"
21620   - "tags"
21621   layout:
21622     title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
21623     layout: "plot-latency"
21624
21625 - type: "plot"
21626   title: "VPP Latency: srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
21627   algorithm: "plot_latency_error_bars"
21628   output-file-type: ".html"
21629   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
21630   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21631   filter: "'NIC_Intel-X520-DA2' and
21632            '78B' and
21633            'FEATURE' and
21634            'NDRPDR' and
21635            '2T2C' and
21636            'IP6FWD' and
21637            'SRv6'"
21638   parameters:
21639   - "latency"
21640   - "parent"
21641   - "tags"
21642   layout:
21643     title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
21644     layout: "plot-latency"
21645
21646 ################################################################################
21647
21648 # Packet Latency - VPP vhost ip4 3n-hsw-x520
21649 - type: "plot"
21650   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
21651   algorithm: "plot_latency_error_bars"
21652   output-file-type: ".html"
21653   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
21654   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21655   filter: "'NIC_Intel-X520-DA2' and
21656            '64B' and
21657            'NDRPDR' and
21658            'ETH' and
21659            'IP4FWD' and
21660            '1T1C' and
21661            'VHOST_1024' and
21662            not 'VXLAN' and
21663            not 'DOT1Q'"
21664   parameters:
21665   - "latency"
21666   - "parent"
21667   - "tags"
21668   sort:
21669   - "not CFS_OPT"
21670   - "1VM"
21671   - "2VM"
21672   layout:
21673     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
21674     layout: "plot-latency"
21675
21676 - type: "plot"
21677   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
21678   algorithm: "plot_latency_error_bars"
21679   output-file-type: ".html"
21680   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
21681   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21682   filter: "'NIC_Intel-X520-DA2' and
21683            '64B' and
21684            'NDRPDR' and
21685            'ETH' and
21686            'IP4FWD' and
21687            '2T2C' and
21688            'VHOST_1024' and
21689            not 'VXLAN' and
21690            not 'DOT1Q'"
21691   parameters:
21692   - "latency"
21693   - "parent"
21694   - "tags"
21695   sort:
21696   - "not CFS_OPT"
21697   - "1VM"
21698   - "2VM"
21699   layout:
21700     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
21701     layout: "plot-latency"
21702
21703 # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base
21704 - type: "plot"
21705   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
21706   algorithm: "plot_latency_error_bars"
21707   output-file-type: ".html"
21708   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
21709   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21710   filter: "'NIC_Intel-X520-DA2' and
21711            '64B' and
21712            'NDRPDR' and
21713            ('ETH' or 'DOT1Q') and
21714            'BASE' and
21715            '1T1C' and
21716            ('L2BDMACLRN' or 'L2XCFWD') and
21717            'VHOST_1024' and
21718            not 'VXLAN' and
21719            not 'IP4FWD' and
21720            not '2VM'"
21721   parameters:
21722   - "latency"
21723   - "parent"
21724   - "tags"
21725   sort:
21726   - "L2BDMACLRN"
21727   - "L2BDMACLRN"
21728   - "L2BDMACLRN"
21729   - "L2XCFWD"
21730   - "L2XCFWD"
21731   - "L2XCFWD"
21732   layout:
21733     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
21734     layout: "plot-latency"
21735
21736 - type: "plot"
21737   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
21738   algorithm: "plot_latency_error_bars"
21739   output-file-type: ".html"
21740   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
21741   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21742   filter: "'NIC_Intel-X520-DA2' and
21743            '64B' and
21744            'NDRPDR' and
21745            ('ETH' or 'DOT1Q') and
21746            'BASE' and
21747            '2T2C' and
21748            ('L2BDMACLRN' or 'L2XCFWD') and
21749            'VHOST_1024' and
21750            not 'VXLAN' and
21751            not 'IP4FWD' and
21752            not '2VM'"
21753   parameters:
21754   - "latency"
21755   - "parent"
21756   - "tags"
21757   sort:
21758   - "L2BDMACLRN"
21759   - "L2BDMACLRN"
21760   - "L2BDMACLRN"
21761   - "L2XCFWD"
21762   - "L2XCFWD"
21763   - "L2XCFWD"
21764   layout:
21765     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
21766     layout: "plot-latency"
21767
21768 # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base vm
21769 - type: "plot"
21770   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
21771   algorithm: "plot_latency_error_bars"
21772   output-file-type: ".html"
21773   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
21774   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21775   filter: "'NIC_Intel-X520-DA2' and
21776            '64B' and
21777            'NDRPDR' and
21778            ('ETH' or 'DOT1Q') and
21779            '1T1C' and
21780            ('L2BDMACLRN' or 'L2XCFWD') and
21781            'VHOST_1024' and
21782            not 'CFS_OPT' and
21783            not 'DOT1Q' and
21784            not 'VXLAN' and
21785            not 'IP4FWD' and
21786            not 'LBOND'"
21787   parameters:
21788   - "latency"
21789   - "parent"
21790   - "tags"
21791 #  sort:
21792 #  - "1VM"
21793 #  - "L2XCFWD"
21794 #  - "1VM"
21795 #  - "L2BDMACLRN"
21796   layout:
21797     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
21798     layout: "plot-latency"
21799
21800 - type: "plot"
21801   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
21802   algorithm: "plot_latency_error_bars"
21803   output-file-type: ".html"
21804   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
21805   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21806   filter: "'NIC_Intel-X520-DA2' and
21807            '64B' and
21808            'NDRPDR' and
21809            ('ETH' or 'DOT1Q') and
21810            '2T2C' and
21811            ('L2BDMACLRN' or 'L2XCFWD') and
21812            'VHOST_1024' and
21813            not 'CFS_OPT' and
21814            not 'DOT1Q' and
21815            not 'VXLAN' and
21816            not 'IP4FWD' and
21817            not 'LBOND'"
21818   parameters:
21819   - "latency"
21820   - "parent"
21821   - "tags"
21822 #  sort:
21823 #  - "1VM"
21824 #  - "L2XCFWD"
21825 #  - "1VM"
21826 #  - "L2BDMACLRN"
21827   layout:
21828     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
21829     layout: "plot-latency"
21830
21831 # Packet Latency - VPP vhost ip4 3n-hsw-x710
21832 - type: "plot"
21833   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
21834   algorithm: "plot_latency_error_bars"
21835   output-file-type: ".html"
21836   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
21837   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21838   filter: "'NIC_Intel-X710' and
21839            '64B' and
21840            'NDRPDR' and
21841            'ETH' and
21842            'IP4FWD' and
21843            '1T1C' and
21844            'VHOST_1024' and
21845            not 'VXLAN' and
21846            not 'CFS_OPT' and
21847            not 'DOT1Q'"
21848   parameters:
21849   - "latency"
21850   - "parent"
21851   - "tags"
21852   sort:
21853   - "1VM"
21854   - "2VM"
21855   layout:
21856     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
21857     layout: "plot-latency"
21858
21859 - type: "plot"
21860   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
21861   algorithm: "plot_latency_error_bars"
21862   output-file-type: ".html"
21863   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
21864   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21865   filter: "'NIC_Intel-X710' and
21866            '64B' and
21867            'NDRPDR' and
21868            'ETH' and
21869            'IP4FWD' and
21870            '2T2C' and
21871            'VHOST_1024' and
21872            not 'VXLAN' and
21873            not 'CFS_OPT' and
21874            not 'DOT1Q'"
21875   parameters:
21876   - "latency"
21877   - "parent"
21878   - "tags"
21879   sort:
21880   - "1VM"
21881   - "2VM"
21882   layout:
21883     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
21884     layout: "plot-latency"
21885
21886 # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base
21887 - type: "plot"
21888   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
21889   algorithm: "plot_latency_error_bars"
21890   output-file-type: ".html"
21891   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
21892   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21893   filter: "'NIC_Intel-X710' and
21894            '64B' and
21895            'NDRPDR' and
21896            ('ETH' or 'DOT1Q') and
21897            'BASE' and
21898            '1T1C' and
21899            ('L2BDMACLRN' or 'L2XCFWD') and
21900            'VHOST_1024' and
21901            not 'VXLAN' and
21902            not 'IP4FWD' and
21903            not '2VM'"
21904   parameters:
21905   - "latency"
21906   - "parent"
21907   - "tags"
21908   sort:
21909   - "L2BDMACLRN"
21910   - "L2BDMACLRN"
21911   - "L2BDMACLRN"
21912   - "L2XCFWD"
21913   - "L2XCFWD"
21914   - "L2XCFWD"
21915   layout:
21916     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
21917     layout: "plot-latency"
21918
21919 - type: "plot"
21920   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
21921   algorithm: "plot_latency_error_bars"
21922   output-file-type: ".html"
21923   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
21924   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21925   filter: "'NIC_Intel-X710' and
21926            '64B' and
21927            'NDRPDR' and
21928            ('ETH' or 'DOT1Q') and
21929            'BASE' and
21930            '2T2C' and
21931            ('L2BDMACLRN' or 'L2XCFWD') and
21932            'VHOST_1024' and
21933            not 'VXLAN' and
21934            not 'IP4FWD' and
21935            not '2VM'"
21936   parameters:
21937   - "latency"
21938   - "parent"
21939   - "tags"
21940   sort:
21941   - "L2BDMACLRN"
21942   - "L2BDMACLRN"
21943   - "L2BDMACLRN"
21944   - "L2XCFWD"
21945   - "L2XCFWD"
21946   - "L2XCFWD"
21947   layout:
21948     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
21949     layout: "plot-latency"
21950
21951 # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base vm
21952 - type: "plot"
21953   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr-lat"
21954   algorithm: "plot_latency_error_bars"
21955   output-file-type: ".html"
21956   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr-lat"
21957   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21958   filter: "'NIC_Intel-X710' and
21959            '64B' and
21960            'NDRPDR' and
21961            ('ETH' or 'DOT1Q') and
21962            '1T1C' and
21963            ('L2BDMACLRN' or 'L2XCFWD') and
21964            'VHOST_1024' and
21965            not 'CFS_OPT' and
21966            not 'VXLAN' and
21967            not 'IP4FWD' and
21968            not 'LBOND'"
21969   parameters:
21970   - "latency"
21971   - "parent"
21972   - "tags"
21973   sort:
21974   - "L2BDMACLRN"
21975   - "L2BDMACLRN"
21976   - "L2BDMACLRN"
21977   - "L2XCFWD"
21978   - "L2XCFWD"
21979   - "L2XCFWD"
21980   layout:
21981     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr"
21982     layout: "plot-latency"
21983
21984 - type: "plot"
21985   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr-lat"
21986   algorithm: "plot_latency_error_bars"
21987   output-file-type: ".html"
21988   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr-lat"
21989   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21990   filter: "'NIC_Intel-X710' and
21991            '64B' and
21992            'NDRPDR' and
21993            ('ETH' or 'DOT1Q') and
21994            '2T2C' and
21995            ('L2BDMACLRN' or 'L2XCFWD') and
21996            'VHOST_1024' and
21997            not 'CFS_OPT' and
21998            not 'VXLAN' and
21999            not 'IP4FWD' and
22000            not 'LBOND'"
22001   parameters:
22002   - "latency"
22003   - "parent"
22004   - "tags"
22005   sort:
22006   - "L2BDMACLRN"
22007   - "L2BDMACLRN"
22008   - "L2BDMACLRN"
22009   - "L2XCFWD"
22010   - "L2XCFWD"
22011   - "L2XCFWD"
22012   layout:
22013     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr"
22014     layout: "plot-latency"
22015
22016 # Packet Latency - VPP vhost ip4 3n-skx-x710
22017 - type: "plot"
22018   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22019   algorithm: "plot_latency_error_bars"
22020   output-file-type: ".html"
22021   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22022   data: "plot-vpp-throughput-lat-tsa-3n-skx"
22023   filter: "'NIC_Intel-X710' and
22024            '64B' and
22025            'NDRPDR' and
22026            'ETH' and
22027            'IP4FWD' and
22028            '2T1C' and
22029            'VHOST_1024' and
22030            not 'VXLAN' and
22031            not 'DOT1Q'"
22032   parameters:
22033   - "latency"
22034   - "parent"
22035   - "tags"
22036   sort:
22037   - "1VM"
22038   - "2VM"
22039   layout:
22040     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
22041     layout: "plot-latency"
22042
22043 - type: "plot"
22044   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22045   algorithm: "plot_latency_error_bars"
22046   output-file-type: ".html"
22047   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22048   data: "plot-vpp-throughput-lat-tsa-3n-skx"
22049   filter: "'NIC_Intel-X710' and
22050            '64B' and
22051            'NDRPDR' and
22052            'ETH' and
22053            'IP4FWD' and
22054            '4T2C' and
22055            'VHOST_1024' and
22056            not 'VXLAN' and
22057            not 'DOT1Q'"
22058   parameters:
22059   - "latency"
22060   - "parent"
22061   - "tags"
22062   sort:
22063   - "1VM"
22064   - "2VM"
22065   layout:
22066     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
22067     layout: "plot-latency"
22068
22069 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base
22070 - type: "plot"
22071   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
22072   algorithm: "plot_latency_error_bars"
22073   output-file-type: ".html"
22074   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
22075   data: "plot-vpp-throughput-lat-tsa-3n-skx"
22076   filter: "'NIC_Intel-X710' and
22077            '64B' and
22078            'NDRPDR' and
22079            ('ETH' or 'DOT1Q') and
22080            'BASE' and
22081            '2T1C' and
22082            ('L2BDMACLRN' or 'L2XCFWD') and
22083            'VHOST_1024' and
22084            not 'VXLAN' and
22085            not 'IP4FWD' and
22086            not '2VM'"
22087   parameters:
22088   - "latency"
22089   - "parent"
22090   - "tags"
22091   sort:
22092   - "L2BDMACLRN"
22093   - "L2BDMACLRN"
22094   - "L2BDMACLRN"
22095   - "L2XCFWD"
22096   - "L2XCFWD"
22097   - "L2XCFWD"
22098   layout:
22099     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr"
22100     layout: "plot-latency"
22101
22102 - type: "plot"
22103   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
22104   algorithm: "plot_latency_error_bars"
22105   output-file-type: ".html"
22106   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
22107   data: "plot-vpp-throughput-lat-tsa-3n-skx"
22108   filter: "'NIC_Intel-X710' and
22109            '64B' and
22110            'NDRPDR' and
22111            ('ETH' or 'DOT1Q') and
22112            'BASE' and
22113            '4T2C' and
22114            ('L2BDMACLRN' or 'L2XCFWD') and
22115            'VHOST_1024' and
22116            not 'VXLAN' and
22117            not 'IP4FWD' and
22118            not '2VM'"
22119   parameters:
22120   - "latency"
22121   - "parent"
22122   - "tags"
22123   sort:
22124   - "L2BDMACLRN"
22125   - "L2BDMACLRN"
22126   - "L2BDMACLRN"
22127   - "L2XCFWD"
22128   - "L2XCFWD"
22129   - "L2XCFWD"
22130   layout:
22131     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr"
22132     layout: "plot-latency"
22133
22134 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base vm
22135 - type: "plot"
22136   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr-lat"
22137   algorithm: "plot_latency_error_bars"
22138   output-file-type: ".html"
22139   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr-lat"
22140   data: "plot-vpp-throughput-lat-tsa-3n-skx"
22141   filter: "'NIC_Intel-X710' and
22142            '64B' and
22143            'NDRPDR' and
22144            ('ETH' or 'DOT1Q') and
22145            '2T1C' and
22146            ('L2BDMACLRN' or 'L2XCFWD') and
22147            'VHOST_1024' and
22148            not 'CFS_OPT' and
22149            not 'VXLAN' and
22150            not 'IP4FWD' and
22151            not 'LBOND'"
22152   parameters:
22153   - "latency"
22154   - "parent"
22155   - "tags"
22156   sort:
22157   - "L2BDMACLRN"
22158   - "L2BDMACLRN"
22159   - "L2BDMACLRN"
22160   - "L2XCFWD"
22161   - "L2XCFWD"
22162   - "L2XCFWD"
22163   layout:
22164     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr"
22165     layout: "plot-latency"
22166
22167 - type: "plot"
22168   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr-lat"
22169   algorithm: "plot_latency_error_bars"
22170   output-file-type: ".html"
22171   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr-lat"
22172   data: "plot-vpp-throughput-lat-tsa-3n-skx"
22173   filter: "'NIC_Intel-X710' and
22174            '64B' and
22175            'NDRPDR' and
22176            ('ETH' or 'DOT1Q') and
22177            '4T2C' and
22178            ('L2BDMACLRN' or 'L2XCFWD') and
22179            'VHOST_1024' and
22180            not 'CFS_OPT' and
22181            not 'VXLAN' and
22182            not 'IP4FWD' and
22183            not 'LBOND'"
22184   parameters:
22185   - "latency"
22186   - "parent"
22187   - "tags"
22188   sort:
22189   - "L2BDMACLRN"
22190   - "L2BDMACLRN"
22191   - "L2BDMACLRN"
22192   - "L2XCFWD"
22193   - "L2XCFWD"
22194   - "L2XCFWD"
22195   layout:
22196     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr"
22197     layout: "plot-latency"
22198
22199 # Packet Latency - VPP vhost ip4 2n-skx-x710
22200 - type: "plot"
22201   title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22202   algorithm: "plot_latency_error_bars"
22203   output-file-type: ".html"
22204   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22205   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22206   filter: "'NIC_Intel-X710' and
22207            '64B' and
22208            'NDRPDR' and
22209            'ETH' and
22210            'IP4FWD' and
22211            '2T1C' and
22212            'VHOST_1024' and
22213            not 'VXLAN' and
22214            not 'NF_DENSITY' and
22215            not 'CFS_OPT' and
22216            not 'DOT1Q'"
22217   parameters:
22218   - "latency"
22219   - "parent"
22220   - "tags"
22221   sort:
22222   - "1VM"
22223   - "2VM"
22224   layout:
22225     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
22226     layout: "plot-latency"
22227
22228 - type: "plot"
22229   title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22230   algorithm: "plot_latency_error_bars"
22231   output-file-type: ".html"
22232   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22233   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22234   filter: "'NIC_Intel-X710' and
22235            '64B' and
22236            'NDRPDR' and
22237            'ETH' and
22238            'IP4FWD' and
22239            '4T2C' and
22240            'VHOST_1024' and
22241            not 'VXLAN' and
22242            not 'NF_DENSITY' and
22243            not 'CFS_OPT' and
22244            not 'DOT1Q'"
22245   parameters:
22246   - "latency"
22247   - "parent"
22248   - "tags"
22249   sort:
22250   - "1VM"
22251   - "2VM"
22252   layout:
22253     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
22254     layout: "plot-latency"
22255
22256 # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base
22257 - type: "plot"
22258   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
22259   algorithm: "plot_latency_error_bars"
22260   output-file-type: ".html"
22261   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
22262   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22263   filter: "'NIC_Intel-X710' and
22264            '64B' and
22265            'NDRPDR' and
22266            ('ETH' or 'DOT1Q') and
22267            'BASE' and
22268            '2T1C' and
22269            ('L2BDMACLRN' or 'L2XCFWD') and
22270            'VHOST_1024' and
22271            not 'VXLAN' and
22272            not 'NF_DENSITY' and
22273            not 'IP4FWD' and
22274            not '2VM'"
22275   parameters:
22276   - "latency"
22277   - "parent"
22278   - "tags"
22279 #  sort:
22280 #  - "not CFS_OPT"
22281 #  - "L2XCFWD"
22282 #  - "not CFS_OPT"
22283 #  - "CFS_OPT"
22284   layout:
22285     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr"
22286     layout: "plot-latency"
22287
22288 - type: "plot"
22289   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
22290   algorithm: "plot_latency_error_bars"
22291   output-file-type: ".html"
22292   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
22293   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22294   filter: "'NIC_Intel-X710' and
22295            '64B' and
22296            'NDRPDR' and
22297            ('ETH' or 'DOT1Q') and
22298            'BASE' and
22299            '4T2C' and
22300            ('L2BDMACLRN' or 'L2XCFWD') and
22301            'VHOST_1024' and
22302            not 'VXLAN' and
22303            not 'NF_DENSITY' and
22304            not 'IP4FWD' and
22305            not '2VM'"
22306   parameters:
22307   - "latency"
22308   - "parent"
22309   - "tags"
22310 #  sort:
22311 #  - "not CFS_OPT"
22312 #  - "L2XCFWD"
22313 #  - "not CFS_OPT"
22314 #  - "CFS_OPT"
22315   layout:
22316     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr"
22317     layout: "plot-latency"
22318
22319 # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base vm
22320 - type: "plot"
22321   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
22322   algorithm: "plot_latency_error_bars"
22323   output-file-type: ".html"
22324   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
22325   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22326   filter: "'NIC_Intel-X710' and
22327            '64B' and
22328            'NDRPDR' and
22329            ('ETH' or 'DOT1Q') and
22330            '2T1C' and
22331            ('L2BDMACLRN' or 'L2XCFWD') and
22332            'VHOST_1024' and
22333            not 'CFS_OPT' and
22334            not 'VXLAN' and
22335            not 'NF_DENSITY' and
22336            not 'DOT1Q' and
22337            not 'IP4FWD'"
22338   parameters:
22339   - "latency"
22340   - "parent"
22341   - "tags"
22342 #  sort:
22343 #  - "1VM"
22344 #  - "L2XCFWD"
22345 #  - "1VM"
22346 #  - "L2BDMACLRN"
22347   layout:
22348     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
22349     layout: "plot-latency"
22350
22351 - type: "plot"
22352   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
22353   algorithm: "plot_latency_error_bars"
22354   output-file-type: ".html"
22355   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
22356   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22357   filter: "'NIC_Intel-X710' and
22358            '64B' and
22359            'NDRPDR' and
22360            ('ETH' or 'DOT1Q') and
22361            '4T2C' and
22362            ('L2BDMACLRN' or 'L2XCFWD') and
22363            'VHOST_1024' and
22364            not 'CFS_OPT' and
22365            not 'VXLAN' and
22366            not 'NF_DENSITY' and
22367            not 'DOT1Q' and
22368            not 'IP4FWD'"
22369   parameters:
22370   - "latency"
22371   - "parent"
22372   - "tags"
22373 #  sort:
22374 #  - "1VM"
22375 #  - "L2XCFWD"
22376 #  - "1VM"
22377 #  - "L2BDMACLRN"
22378   layout:
22379     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
22380     layout: "plot-latency"
22381
22382 # Packet Latency - VPP vhost ip4 2n-skx-xxv710
22383 - type: "plot"
22384   title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
22385   algorithm: "plot_latency_error_bars"
22386   output-file-type: ".html"
22387   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
22388   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22389   filter: "'NIC_Intel-XXV710' and
22390            '64B' and
22391            'NDRPDR' and
22392            'ETH' and
22393            'IP4FWD' and
22394            '2T1C' and
22395            'VHOST_1024' and
22396            not 'VXLAN' and
22397            not 'CFS_OPT' and
22398            not 'DOT1Q'"
22399   parameters:
22400   - "latency"
22401   - "parent"
22402   - "tags"
22403   sort:
22404   - "not CFS_OPT"
22405   - "1VM"
22406   - "2VM"
22407   layout:
22408     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
22409     layout: "plot-latency"
22410
22411 - type: "plot"
22412   title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
22413   algorithm: "plot_latency_error_bars"
22414   output-file-type: ".html"
22415   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
22416   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22417   filter: "'NIC_Intel-XXV710' and
22418            '64B' and
22419            'NDRPDR' and
22420            'ETH' and
22421            'IP4FWD' and
22422            '4T2C' and
22423            'VHOST_1024' and
22424            not 'VXLAN' and
22425            not 'CFS_OPT' and
22426            not 'DOT1Q'"
22427   parameters:
22428   - "latency"
22429   - "parent"
22430   - "tags"
22431   sort:
22432   - "not CFS_OPT"
22433   - "1VM"
22434   - "2VM"
22435   layout:
22436     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
22437     layout: "plot-latency"
22438
22439 ## Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base
22440 #- type: "plot"
22441 #  title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr-lat"
22442 #  algorithm: "plot_latency_error_bars"
22443 #  output-file-type: ".html"
22444 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr-lat"
22445 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
22446 #  filter: "'NIC_Intel-XXV710' and
22447 #           '64B' and
22448 #           'NDRPDR' and
22449 #           ('ETH' or 'DOT1Q') and
22450 #           'BASE' and
22451 #           '2T1C' and
22452 #           ('L2BDMACLRN' or 'L2XCFWD') and
22453 #           'VHOST_1024' and
22454 #           not 'VXLAN' and
22455 #           not 'IP4FWD' and
22456 #           not '2VM'"
22457 #  parameters:
22458 #  - "latency"
22459 #  - "parent"
22460 #  - "tags"
22461 ##  sort:
22462 ##  - "not CFS_OPT"
22463 ##  - "L2XCFWD"
22464 ##  - "not CFS_OPT"
22465 ##  - "CFS_OPT"
22466 #  layout:
22467 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
22468 #    layout: "plot-latency"
22469 #
22470 #- type: "plot"
22471 #  title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr-lat"
22472 #  algorithm: "plot_latency_error_bars"
22473 #  output-file-type: ".html"
22474 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr-lat"
22475 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
22476 #  filter: "'NIC_Intel-XXV710' and
22477 #           '64B' and
22478 #           'NDRPDR' and
22479 #           ('ETH' or 'DOT1Q') and
22480 #           'BASE' and
22481 #           '4T2C' and
22482 #           ('L2BDMACLRN' or 'L2XCFWD') and
22483 #           'VHOST_1024' and
22484 #           not 'VXLAN' and
22485 #           not 'IP4FWD' and
22486 #           not '2VM'"
22487 #  parameters:
22488 #  - "latency"
22489 #  - "parent"
22490 #  - "tags"
22491 ##  sort:
22492 ##  - "not CFS_OPT"
22493 ##  - "L2XCFWD"
22494 ##  - "not CFS_OPT"
22495 ##  - "CFS_OPT"
22496 #  layout:
22497 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
22498 #    layout: "plot-latency"
22499 #
22500 ## Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base vm
22501 #- type: "plot"
22502 #  title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
22503 #  algorithm: "plot_latency_error_bars"
22504 #  output-file-type: ".html"
22505 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
22506 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
22507 #  filter: "'NIC_Intel-XXV710' and
22508 #           '64B' and
22509 #           'NDRPDR' and
22510 #           ('ETH' or 'DOT1Q') and
22511 #           '2T1C' and
22512 #           ('L2BDMACLRN' or 'L2XCFWD') and
22513 #           'VHOST_1024' and
22514 #           not 'CFS_OPT' and
22515 #           not 'VXLAN' and
22516 #           not 'DOT1Q' and
22517 #           not 'IP4FWD'"
22518 #  parameters:
22519 #  - "latency"
22520 #  - "parent"
22521 #  - "tags"
22522 ##  sort:
22523 ##  - "1VM"
22524 ##  - "L2XCFWD"
22525 ##  - "1VM"
22526 ##  - "L2BDMACLRN"
22527 #  layout:
22528 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
22529 #    layout: "plot-latency"
22530 #
22531 #- type: "plot"
22532 #  title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
22533 #  algorithm: "plot_latency_error_bars"
22534 #  output-file-type: ".html"
22535 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
22536 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
22537 #  filter: "'NIC_Intel-XXV710' and
22538 #           '64B' and
22539 #           'NDRPDR' and
22540 #           ('ETH' or 'DOT1Q') and
22541 #           '4T2C' and
22542 #           ('L2BDMACLRN' or 'L2XCFWD') and
22543 #           'VHOST_1024' and
22544 #           not 'CFS_OPT' and
22545 #           not 'VXLAN' and
22546 #           not 'DOT1Q' and
22547 #           not 'IP4FWD'"
22548 #  parameters:
22549 #  - "latency"
22550 #  - "parent"
22551 #  - "tags"
22552 ##  sort:
22553 ##  - "1VM"
22554 ##  - "L2XCFWD"
22555 ##  - "1VM"
22556 ##  - "L2BDMACLRN"
22557 #  layout:
22558 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
22559 #    layout: "plot-latency"
22560
22561 ################################################################################
22562
22563 # Packet Latency - VPP VTS 3n-hsw-x520
22564 - type: "plot"
22565   title: "VPP Latency: vts-3n-hsw-x520-114b-1t1c-ndr-lat"
22566   algorithm: "plot_latency_error_bars"
22567   output-file-type: ".html"
22568   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr-lat"
22569   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
22570   filter: "'NIC_Intel-X520-DA2' and
22571            '114B' and
22572            'NDRPDR' and
22573            '1T1C' and
22574            'VTS'"
22575   parameters:
22576   - "latency"
22577   - "parent"
22578   - "tags"
22579   layout:
22580     title: "vts-3n-hsw-x520-114b-1t1c-ndr"
22581     layout: "plot-latency"
22582
22583 - type: "plot"
22584   title: "VPP Latency: vts-3n-hsw-x520-114b-2t2c-ndr-lat"
22585   algorithm: "plot_latency_error_bars"
22586   output-file-type: ".html"
22587   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr-lat"
22588   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
22589   filter: "'NIC_Intel-X520-DA2' and
22590            '114B' and
22591            'NDRPDR' and
22592            '2T2C' and
22593            'VTS'"
22594   parameters:
22595   - "latency"
22596   - "parent"
22597   - "tags"
22598   layout:
22599     title: "vts-3n-hsw-x520-114b-2t2c-ndr"
22600     layout: "plot-latency"
22601
22602 ################################################################################
22603
22604 # Packet Latency - DPDK l3fwd 3n-hsw-x520
22605 - type: "plot"
22606   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
22607   algorithm: "plot_latency_error_bars"
22608   output-file-type: ".html"
22609   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
22610   data: "plot-dpdk-throughput-latency-3n-hsw"
22611   filter: "'NIC_Intel-X520-DA2' and
22612            '64B' and
22613            'BASE' and
22614            'NDRPDR' and
22615            '1T1C' and
22616            'IP4FWD'"
22617   parameters:
22618   - "latency"
22619   - "parent"
22620   - "tags"
22621   layout:
22622     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
22623     layout: "plot-latency"
22624
22625 - type: "plot"
22626   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
22627   algorithm: "plot_latency_error_bars"
22628   output-file-type: ".html"
22629   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
22630   data: "plot-dpdk-throughput-latency-3n-hsw"
22631   filter: "'NIC_Intel-X520-DA2' and
22632            '64B' and
22633            'BASE' and
22634            'NDRPDR' and
22635            '2T2C' and
22636            'IP4FWD'"
22637   parameters:
22638   - "latency"
22639   - "parent"
22640   - "tags"
22641   layout:
22642     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
22643     layout: "plot-latency"
22644
22645 # Packet Latency - DPDK l3fwd 3n-hsw-x710
22646 - type: "plot"
22647   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
22648   algorithm: "plot_latency_error_bars"
22649   output-file-type: ".html"
22650   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
22651   data: "plot-dpdk-throughput-latency-3n-hsw"
22652   filter: "'NIC_Intel-X710' and
22653            '64B' and
22654            'BASE' and
22655            'NDRPDR' and
22656            '1T1C' and
22657            'IP4FWD'"
22658   parameters:
22659   - "latency"
22660   - "parent"
22661   - "tags"
22662   layout:
22663     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
22664     layout: "plot-latency"
22665
22666 - type: "plot"
22667   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
22668   algorithm: "plot_latency_error_bars"
22669   output-file-type: ".html"
22670   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
22671   data: "plot-dpdk-throughput-latency-3n-hsw"
22672   filter: "'NIC_Intel-X710' and
22673            '64B' and
22674            'BASE' and
22675            'NDRPDR' and
22676            '2T2C' and
22677            'IP4FWD'"
22678   parameters:
22679   - "latency"
22680   - "parent"
22681   - "tags"
22682   layout:
22683     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
22684     layout: "plot-latency"
22685
22686 # Packet Latency - DPDK l3fwd 3n-hsw-xl710
22687 - type: "plot"
22688   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
22689   algorithm: "plot_latency_error_bars"
22690   output-file-type: ".html"
22691   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
22692   data: "plot-dpdk-throughput-latency-3n-hsw"
22693   filter: "'NIC_Intel-XL710' and
22694            '64B' and
22695            'BASE' and
22696            'NDRPDR' and
22697            '1T1C' and
22698            'IP4FWD'"
22699   parameters:
22700   - "latency"
22701   - "parent"
22702   - "tags"
22703   layout:
22704     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
22705     layout: "plot-latency"
22706
22707 - type: "plot"
22708   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
22709   algorithm: "plot_latency_error_bars"
22710   output-file-type: ".html"
22711   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
22712   data: "plot-dpdk-throughput-latency-3n-hsw"
22713   filter: "'NIC_Intel-XL710' and
22714            '64B' and
22715            'BASE' and
22716            'NDRPDR' and
22717            '2T2C' and
22718            'IP4FWD'"
22719   parameters:
22720   - "latency"
22721   - "parent"
22722   - "tags"
22723   layout:
22724     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
22725     layout: "plot-latency"
22726
22727 # Packet Latency - DPDK l3fwd 3n-skx-x710
22728 - type: "plot"
22729   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
22730   algorithm: "plot_latency_error_bars"
22731   output-file-type: ".html"
22732   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
22733   data: "plot-dpdk-throughput-latency-3n-skx"
22734   filter: "'NIC_Intel-X710' and
22735            '64B' and
22736            'BASE' and
22737            'NDRPDR' and
22738            '2T1C' and
22739            'IP4FWD'"
22740   parameters:
22741   - "latency"
22742   - "parent"
22743   - "tags"
22744   layout:
22745     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
22746     layout: "plot-latency"
22747
22748 - type: "plot"
22749   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
22750   algorithm: "plot_latency_error_bars"
22751   output-file-type: ".html"
22752   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
22753   data: "plot-dpdk-throughput-latency-3n-skx"
22754   filter: "'NIC_Intel-X710' and
22755            '64B' and
22756            'BASE' and
22757            'NDRPDR' and
22758            '4T2C' and
22759            'IP4FWD'"
22760   parameters:
22761   - "latency"
22762   - "parent"
22763   - "tags"
22764   layout:
22765     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
22766     layout: "plot-latency"
22767
22768 # Packet Latency - DPDK l3fwd 3n-skx-xxv710
22769 - type: "plot"
22770   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
22771   algorithm: "plot_latency_error_bars"
22772   output-file-type: ".html"
22773   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
22774   data: "plot-dpdk-throughput-latency-3n-skx"
22775   filter: "'NIC_Intel-XXV710' and
22776            '64B' and
22777            'BASE' and
22778            'NDRPDR' and
22779            '2T1C' and
22780            'IP4FWD'"
22781   parameters:
22782   - "latency"
22783   - "parent"
22784   - "tags"
22785   layout:
22786     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
22787     layout: "plot-latency"
22788
22789 - type: "plot"
22790   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
22791   algorithm: "plot_latency_error_bars"
22792   output-file-type: ".html"
22793   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
22794   data: "plot-dpdk-throughput-latency-3n-skx"
22795   filter: "'NIC_Intel-XXV710' and
22796            '64B' and
22797            'BASE' and
22798            'NDRPDR' and
22799            '4T2C' and
22800            'IP4FWD'"
22801   parameters:
22802   - "latency"
22803   - "parent"
22804   - "tags"
22805   layout:
22806     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
22807     layout: "plot-latency"
22808
22809 # Packet Latency - DPDK l3fwd 2n-skx-x710
22810 - type: "plot"
22811   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
22812   algorithm: "plot_latency_error_bars"
22813   output-file-type: ".html"
22814   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
22815   data: "plot-dpdk-throughput-latency-2n-skx"
22816   filter: "'NIC_Intel-X710' and
22817            '64B' and
22818            'BASE' and
22819            'NDRPDR' and
22820            '2T1C' and
22821            'IP4FWD'"
22822   parameters:
22823   - "latency"
22824   - "parent"
22825   - "tags"
22826   layout:
22827     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
22828     layout: "plot-latency"
22829
22830 - type: "plot"
22831   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
22832   algorithm: "plot_latency_error_bars"
22833   output-file-type: ".html"
22834   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
22835   data: "plot-dpdk-throughput-latency-2n-skx"
22836   filter: "'NIC_Intel-X710' and
22837            '64B' and
22838            'BASE' and
22839            'NDRPDR' and
22840            '4T2C' and
22841            'IP4FWD'"
22842   parameters:
22843   - "latency"
22844   - "parent"
22845   - "tags"
22846   layout:
22847     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
22848     layout: "plot-latency"
22849
22850 # Packet Latency - DPDK l3fwd 2n-skx-xxv710
22851 - type: "plot"
22852   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
22853   algorithm: "plot_latency_error_bars"
22854   output-file-type: ".html"
22855   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
22856   data: "plot-dpdk-throughput-latency-2n-skx"
22857   filter: "'NIC_Intel-XXV710' and
22858            '64B' and
22859            'BASE' and
22860            'NDRPDR' and
22861            '2T1C' and
22862            'IP4FWD'"
22863   parameters:
22864   - "latency"
22865   - "parent"
22866   - "tags"
22867   layout:
22868     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
22869     layout: "plot-latency"
22870
22871 - type: "plot"
22872   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
22873   algorithm: "plot_latency_error_bars"
22874   output-file-type: ".html"
22875   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
22876   data: "plot-dpdk-throughput-latency-2n-skx"
22877   filter: "'NIC_Intel-XXV710' and
22878            '64B' and
22879            'BASE' and
22880            'NDRPDR' and
22881            '4T2C' and
22882            'IP4FWD'"
22883   parameters:
22884   - "latency"
22885   - "parent"
22886   - "tags"
22887   layout:
22888     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
22889     layout: "plot-latency"
22890
22891 ################################################################################
22892
22893 # Packet Latency - DPDK testpmd 3n-hsw-x520
22894 - type: "plot"
22895   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
22896   algorithm: "plot_latency_error_bars"
22897   output-file-type: ".html"
22898   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
22899   data: "plot-dpdk-throughput-latency-3n-hsw"
22900   filter: "'NIC_Intel-X520-DA2' and
22901            '64B' and
22902            'BASE' and
22903            'NDRPDR' and
22904            '1T1C' and
22905            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22906   parameters:
22907   - "latency"
22908   - "parent"
22909   - "tags"
22910   layout:
22911     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
22912     layout: "plot-latency"
22913
22914 - type: "plot"
22915   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
22916   algorithm: "plot_latency_error_bars"
22917   output-file-type: ".html"
22918   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
22919   data: "plot-dpdk-throughput-latency-3n-hsw"
22920   filter: "'NIC_Intel-X520-DA2' and
22921            '64B' and
22922            'BASE' and
22923            'NDRPDR' and
22924            '2T2C' and
22925            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22926   parameters:
22927   - "latency"
22928   - "parent"
22929   - "tags"
22930   layout:
22931     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
22932     layout: "plot-latency"
22933
22934 # Packet Latency - DPDK testpmd 3n-hsw-x710
22935 - type: "plot"
22936   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
22937   algorithm: "plot_latency_error_bars"
22938   output-file-type: ".html"
22939   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
22940   data: "plot-dpdk-throughput-latency-3n-hsw"
22941   filter: "'NIC_Intel-X710' and
22942            '64B' and
22943            'BASE' and
22944            'NDRPDR' and
22945            '1T1C' and
22946            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22947   parameters:
22948   - "latency"
22949   - "parent"
22950   - "tags"
22951   layout:
22952     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
22953     layout: "plot-latency"
22954
22955 - type: "plot"
22956   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
22957   algorithm: "plot_latency_error_bars"
22958   output-file-type: ".html"
22959   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
22960   data: "plot-dpdk-throughput-latency-3n-hsw"
22961   filter: "'NIC_Intel-X710' and
22962            '64B' and
22963            'BASE' and
22964            'NDRPDR' and
22965            '2T2C' and
22966            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22967   parameters:
22968   - "latency"
22969   - "parent"
22970   - "tags"
22971   layout:
22972     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
22973     layout: "plot-latency"
22974
22975 # Packet Latency - DPDK testpmd 3n-hsw-xl710
22976 - type: "plot"
22977   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
22978   algorithm: "plot_latency_error_bars"
22979   output-file-type: ".html"
22980   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
22981   data: "plot-dpdk-throughput-latency-3n-hsw"
22982   filter: "'NIC_Intel-XL710' and
22983            '64B' and
22984            'BASE' and
22985            'NDRPDR' and
22986            '1T1C' and
22987            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22988   parameters:
22989   - "latency"
22990   - "parent"
22991   - "tags"
22992   layout:
22993     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
22994     layout: "plot-latency"
22995
22996 - type: "plot"
22997   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
22998   algorithm: "plot_latency_error_bars"
22999   output-file-type: ".html"
23000   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
23001   data: "plot-dpdk-throughput-latency-3n-hsw"
23002   filter: "'NIC_Intel-XL710' and
23003            '64B' and
23004            'BASE' and
23005            'NDRPDR' and
23006            '2T2C' and
23007            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23008   parameters:
23009   - "latency"
23010   - "parent"
23011   - "tags"
23012   layout:
23013     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
23014     layout: "plot-latency"
23015
23016 # Packet Latency - DPDK testpmd 3n-skx-x710
23017 - type: "plot"
23018   title: "DPDK Latency: testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
23019   algorithm: "plot_latency_error_bars"
23020   output-file-type: ".html"
23021   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
23022   data: "plot-dpdk-throughput-latency-3n-skx"
23023   filter: "'NIC_Intel-X710' and
23024            '64B' and
23025            'BASE' and
23026            'NDRPDR' and
23027            '2T1C' and
23028            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23029   parameters:
23030   - "latency"
23031   - "parent"
23032   - "tags"
23033   layout:
23034     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
23035     layout: "plot-latency"
23036
23037 - type: "plot"
23038   title: "DPDK Latency: testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
23039   algorithm: "plot_latency_error_bars"
23040   output-file-type: ".html"
23041   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
23042   data: "plot-dpdk-throughput-latency-3n-skx"
23043   filter: "'NIC_Intel-X710' and
23044            '64B' and
23045            'BASE' and
23046            'NDRPDR' and
23047            '4T2C' and
23048            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23049   parameters:
23050   - "latency"
23051   - "parent"
23052   - "tags"
23053   layout:
23054     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
23055     layout: "plot-latency"
23056
23057 # Packet Latency - DPDK testpmd 3n-skx-xxv710
23058 - type: "plot"
23059   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
23060   algorithm: "plot_latency_error_bars"
23061   output-file-type: ".html"
23062   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
23063   data: "plot-dpdk-throughput-latency-3n-skx"
23064   filter: "'NIC_Intel-XXV710' and
23065            '64B' and
23066            'BASE' and
23067            'NDRPDR' and
23068            '2T1C' and
23069            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23070   parameters:
23071   - "latency"
23072   - "parent"
23073   - "tags"
23074   layout:
23075     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
23076     layout: "plot-latency"
23077
23078 - type: "plot"
23079   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
23080   algorithm: "plot_latency_error_bars"
23081   output-file-type: ".html"
23082   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
23083   data: "plot-dpdk-throughput-latency-3n-skx"
23084   filter: "'NIC_Intel-XXV710' and
23085            '64B' and
23086            'BASE' and
23087            'NDRPDR' and
23088            '4T2C' and
23089            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23090   parameters:
23091   - "latency"
23092   - "parent"
23093   - "tags"
23094   layout:
23095     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
23096     layout: "plot-latency"
23097
23098 # Packet Latency - DPDK testpmd 2n-skx-x710
23099 - type: "plot"
23100   title: "DPDK Latency: testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
23101   algorithm: "plot_latency_error_bars"
23102   output-file-type: ".html"
23103   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
23104   data: "plot-dpdk-throughput-latency-2n-skx"
23105   filter: "'NIC_Intel-X710' and
23106            '64B' and
23107            'BASE' and
23108            'NDRPDR' and
23109            '2T1C' and
23110            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23111   parameters:
23112   - "latency"
23113   - "parent"
23114   - "tags"
23115   layout:
23116     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
23117     layout: "plot-latency"
23118
23119 - type: "plot"
23120   title: "DPDK Latency: testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
23121   algorithm: "plot_latency_error_bars"
23122   output-file-type: ".html"
23123   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
23124   data: "plot-dpdk-throughput-latency-2n-skx"
23125   filter: "'NIC_Intel-X710' and
23126            '64B' and
23127            'BASE' and
23128            'NDRPDR' and
23129            '4T2C' and
23130            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23131   parameters:
23132   - "latency"
23133   - "parent"
23134   - "tags"
23135   layout:
23136     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
23137     layout: "plot-latency"
23138
23139 # Packet Latency - DPDK testpmd 2n-skx-xxv710
23140 - type: "plot"
23141   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
23142   algorithm: "plot_latency_error_bars"
23143   output-file-type: ".html"
23144   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
23145   data: "plot-dpdk-throughput-latency-2n-skx"
23146   filter: "'NIC_Intel-XXV710' and
23147            '64B' and
23148            'BASE' and
23149            'NDRPDR' and
23150            '2T1C' and
23151            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23152   parameters:
23153   - "latency"
23154   - "parent"
23155   - "tags"
23156   layout:
23157     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
23158     layout: "plot-latency"
23159
23160 - type: "plot"
23161   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
23162   algorithm: "plot_latency_error_bars"
23163   output-file-type: ".html"
23164   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
23165   data: "plot-dpdk-throughput-latency-2n-skx"
23166   filter: "'NIC_Intel-XXV710' and
23167            '64B' and
23168            'BASE' and
23169            'NDRPDR' and
23170            '4T2C' and
23171            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23172   parameters:
23173   - "latency"
23174   - "parent"
23175   - "tags"
23176   layout:
23177     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
23178     layout: "plot-latency"
23179
23180 ################################################################################
23181
23182 # Speedup - VPP Container Memif 3n-hsw-x520
23183 - type: "plot"
23184   title: "Speedup: memif-3n-hsw-x520-64b-base_and_features-ndr-tsa"
23185   algorithm: "plot_throughput_speedup_analysis"
23186   output-file-type: ".html"
23187   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_features-ndr-tsa"
23188   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23189   filter: "'NIC_Intel-X520-DA2' and
23190            '64B' and
23191            ('BASE' or 'SCALE') and
23192            'NDRPDR' and
23193            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23194            not 'VHOST' and
23195            'MEMIF'"
23196   parameters:
23197   - "throughput"
23198   - "parent"
23199   - "tags"
23200   sort:
23201   - "L2XCFWD"
23202   - "L2XCFWD"
23203   - "L2XCFWD"
23204   - "L2BDMACLRN"
23205   - "L2BDMACLRN"
23206   - "L2BDMACLRN"
23207   - "IP4FWD"
23208   layout:
23209     title: "memif-3n-hsw-x520-64b-base_and_features-ndr"
23210     layout: "plot-throughput-speedup-analysis"
23211
23212 - type: "plot"
23213   title: "Speedup: memif-3n-hsw-x520-64b-base_and_features-pdr-tsa"
23214   algorithm: "plot_throughput_speedup_analysis"
23215   output-file-type: ".html"
23216   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_features-pdr-tsa"
23217   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23218   filter: "'NIC_Intel-X520-DA2' and
23219            '64B' and
23220            ('BASE' or 'SCALE') and
23221            'NDRPDR' and
23222            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23223            not 'VHOST' and
23224            'MEMIF'"
23225   parameters:
23226   - "throughput"
23227   - "parent"
23228   - "tags"
23229   sort:
23230   - "L2XCFWD"
23231   - "L2XCFWD"
23232   - "L2XCFWD"
23233   - "L2BDMACLRN"
23234   - "L2BDMACLRN"
23235   - "L2BDMACLRN"
23236   - "IP4FWD"
23237   layout:
23238     title: "memif-3n-hsw-x520-64b-base_and_features-pdr"
23239     layout: "plot-throughput-speedup-analysis"
23240
23241 # Speedup - VPP Container Memif 3n-hsw-x710
23242 - type: "plot"
23243   title: "Speedup: memif-3n-hsw-x710-64b-base_and_features-ndr-tsa"
23244   algorithm: "plot_throughput_speedup_analysis"
23245   output-file-type: ".html"
23246   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_features-ndr-tsa"
23247   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23248   filter: "'NIC_Intel-X710' and
23249            '64B' and
23250            ('BASE' or 'SCALE') and
23251            'NDRPDR' and
23252            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23253            not 'VHOST' and
23254            'MEMIF'"
23255   parameters:
23256   - "throughput"
23257   - "parent"
23258   - "tags"
23259   sort:
23260   - "L2XCFWD"
23261   - "L2XCFWD"
23262   - "L2XCFWD"
23263   - "L2BDMACLRN"
23264   - "L2BDMACLRN"
23265   - "L2BDMACLRN"
23266   - "IP4FWD"
23267   layout:
23268     title: "memif-3n-hsw-x710-64b-base_and_features-ndr"
23269     layout: "plot-throughput-speedup-analysis"
23270
23271 - type: "plot"
23272   title: "Speedup: memif-3n-hsw-x710-64b-base_and_features-pdr-tsa"
23273   algorithm: "plot_throughput_speedup_analysis"
23274   output-file-type: ".html"
23275   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_features-pdr-tsa"
23276   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23277   filter: "'NIC_Intel-X710' and
23278            '64B' and
23279            ('BASE' or 'SCALE') and
23280            'NDRPDR' and
23281            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23282            not 'VHOST' and
23283            'MEMIF'"
23284   parameters:
23285   - "throughput"
23286   - "parent"
23287   - "tags"
23288   sort:
23289   - "L2XCFWD"
23290   - "L2XCFWD"
23291   - "L2XCFWD"
23292   - "L2BDMACLRN"
23293   - "L2BDMACLRN"
23294   - "L2BDMACLRN"
23295   - "IP4FWD"
23296   layout:
23297     title: "memif-3n-hsw-x710-64b-base_and_features-pdr"
23298     layout: "plot-throughput-speedup-analysis"
23299
23300 # Speedup - VPP Container Memif 3n-hsw-xl710
23301 - type: "plot"
23302   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_features-ndr-tsa"
23303   algorithm: "plot_throughput_speedup_analysis"
23304   output-file-type: ".html"
23305   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_features-ndr-tsa"
23306   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23307   filter: "'NIC_Intel-XL710' and
23308            '64B' and
23309            ('BASE' or 'SCALE') and
23310            'NDRPDR' and
23311            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23312            not 'VHOST' and
23313            'MEMIF'"
23314   parameters:
23315   - "throughput"
23316   - "parent"
23317   - "tags"
23318   sort:
23319   - "L2XCFWD"
23320   - "L2XCFWD"
23321   - "L2XCFWD"
23322   - "L2BDMACLRN"
23323   - "L2BDMACLRN"
23324   - "L2BDMACLRN"
23325   - "IP4FWD"
23326   layout:
23327     title: "memif-3n-hsw-xl710-64b-base_and_features-ndr"
23328     layout: "plot-throughput-speedup-analysis"
23329
23330 - type: "plot"
23331   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_features-pdr-tsa"
23332   algorithm: "plot_throughput_speedup_analysis"
23333   output-file-type: ".html"
23334   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_features-pdr-tsa"
23335   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23336   filter: "'NIC_Intel-XL710' and
23337            '64B' and
23338            ('BASE' or 'SCALE') and
23339            'NDRPDR' and
23340            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23341            not 'VHOST' and
23342            'MEMIF'"
23343   parameters:
23344   - "throughput"
23345   - "parent"
23346   - "tags"
23347   sort:
23348   - "L2XCFWD"
23349   - "L2XCFWD"
23350   - "L2XCFWD"
23351   - "L2BDMACLRN"
23352   - "L2BDMACLRN"
23353   - "L2BDMACLRN"
23354   - "IP4FWD"
23355   layout:
23356     title: "memif-3n-hsw-xl710-64b-base_and_features-pdr"
23357     layout: "plot-throughput-speedup-analysis"
23358
23359 # Speedup - VPP Container Memif 3n-skx-x710
23360 - type: "plot"
23361   title: "Speedup: memif-3n-skx-x710-64b-base_and_features-ndr-tsa"
23362   algorithm: "plot_throughput_speedup_analysis"
23363   output-file-type: ".html"
23364   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_features-ndr-tsa"
23365   data: "plot-vpp-throughput-lat-tsa-3n-skx"
23366   filter: "'NIC_Intel-X710' and
23367            '64B' and
23368            ('BASE' or 'SCALE') and
23369            'NDRPDR' and
23370            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23371            not 'VHOST' and
23372            'MEMIF'"
23373   parameters:
23374   - "throughput"
23375   - "parent"
23376   - "tags"
23377   sort:
23378   - "L2XCFWD"
23379   - "L2XCFWD"
23380   - "L2XCFWD"
23381   - "L2BDMACLRN"
23382   - "L2BDMACLRN"
23383   - "L2BDMACLRN"
23384   - "IP4FWD"
23385   layout:
23386     title: "memif-3n-skx-x710-64b-base_and_features-ndr"
23387     layout: "plot-throughput-speedup-analysis"
23388
23389 - type: "plot"
23390   title: "Speedup: memif-3n-skx-x710-64b-base_and_features-pdr-tsa"
23391   algorithm: "plot_throughput_speedup_analysis"
23392   output-file-type: ".html"
23393   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_features-pdr-tsa"
23394   data: "plot-vpp-throughput-lat-tsa-3n-skx"
23395   filter: "'NIC_Intel-X710' and
23396            '64B' and
23397            ('BASE' or 'SCALE') and
23398            'NDRPDR' and
23399            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23400            not 'VHOST' and
23401            'MEMIF'"
23402   parameters:
23403   - "throughput"
23404   - "parent"
23405   - "tags"
23406   sort:
23407   - "L2XCFWD"
23408   - "L2XCFWD"
23409   - "L2XCFWD"
23410   - "L2BDMACLRN"
23411   - "L2BDMACLRN"
23412   - "L2BDMACLRN"
23413   - "IP4FWD"
23414   layout:
23415     title: "memif-3n-skx-x710-64b-base_and_features-pdr"
23416     layout: "plot-throughput-speedup-analysis"
23417
23418 # Speedup - VPP Container Memif 2n-skx-x710
23419 - type: "plot"
23420   title: "Speedup: memif-2n-skx-x710-64b-base_and_features-ndr-tsa"
23421   algorithm: "plot_throughput_speedup_analysis"
23422   output-file-type: ".html"
23423   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_features-ndr-tsa"
23424   data: "plot-vpp-throughput-lat-tsa-2n-skx"
23425   filter: "'NIC_Intel-X710' and
23426            '64B' and
23427            ('BASE' or 'SCALE') and
23428            'NDRPDR' and
23429            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23430            not 'VHOST' and
23431            not 'NF_DENSITY' and
23432            'MEMIF'"
23433   parameters:
23434   - "throughput"
23435   - "parent"
23436   - "tags"
23437   sort:
23438   - "L2XCFWD"
23439   - "L2XCFWD"
23440   - "L2XCFWD"
23441   - "L2BDMACLRN"
23442   - "L2BDMACLRN"
23443   - "L2BDMACLRN"
23444   - "IP4FWD"
23445   layout:
23446     title: "memif-2n-skx-x710-64b-base_and_features-ndr"
23447     layout: "plot-throughput-speedup-analysis"
23448
23449 - type: "plot"
23450   title: "Speedup: memif-2n-skx-x710-64b-base_and_features-pdr-tsa"
23451   algorithm: "plot_throughput_speedup_analysis"
23452   output-file-type: ".html"
23453   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_features-pdr-tsa"
23454   data: "plot-vpp-throughput-lat-tsa-2n-skx"
23455   filter: "'NIC_Intel-X710' and
23456            '64B' and
23457            ('BASE' or 'SCALE') and
23458            'NDRPDR' and
23459            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23460            not 'VHOST' and
23461            not 'NF_DENSITY' and
23462            'MEMIF'"
23463   parameters:
23464   - "throughput"
23465   - "parent"
23466   - "tags"
23467   sort:
23468   - "L2XCFWD"
23469   - "L2XCFWD"
23470   - "L2XCFWD"
23471   - "L2BDMACLRN"
23472   - "L2BDMACLRN"
23473   - "L2BDMACLRN"
23474   - "IP4FWD"
23475   layout:
23476     title: "memif-2n-skx-x710-64b-base_and_features-pdr"
23477     layout: "plot-throughput-speedup-analysis"
23478
23479 ## Speedup - VPP Container Memif 2n-skx-xxv710
23480 #- type: "plot"
23481 #  title: "Speedup: memif-2n-skx-xxv710-64b-base_and_features-ndr-tsa"
23482 #  algorithm: "plot_throughput_speedup_analysis"
23483 #  output-file-type: ".html"
23484 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_features-ndr-tsa"
23485 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
23486 #  filter: "'NIC_Intel-XXV710' and
23487 #           '64B' and
23488 #           ('BASE' or 'SCALE') and
23489 #           'NDRPDR' and
23490 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23491 #           not 'VHOST' and
23492 #           'MEMIF'"
23493 #  parameters:
23494 #  - "throughput"
23495 #  - "parent"
23496 #  - "tags"
23497 #  sort:
23498 #  - "L2XCFWD"
23499 #  - "L2XCFWD"
23500 #  - "L2XCFWD"
23501 #  - "L2BDMACLRN"
23502 #  - "L2BDMACLRN"
23503 #  - "L2BDMACLRN"
23504 #  - "IP4FWD"
23505 #  layout:
23506 #    title: "memif-2n-skx-xxv710-64b-base_and_features-ndr"
23507 #    layout: "plot-throughput-speedup-analysis"
23508 #
23509 #- type: "plot"
23510 #  title: "Speedup: memif-2n-skx-xxv710-64b-base_and_features-pdr-tsa"
23511 #  algorithm: "plot_throughput_speedup_analysis"
23512 #  output-file-type: ".html"
23513 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_features-pdr-tsa"
23514 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
23515 #  filter: "'NIC_Intel-XXV710' and
23516 #           '64B' and
23517 #           ('BASE' or 'SCALE') and
23518 #           'NDRPDR' and
23519 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23520 #           not 'VHOST' and
23521 #           'MEMIF'"
23522 #  parameters:
23523 #  - "throughput"
23524 #  - "parent"
23525 #  - "tags"
23526 #  sort:
23527 #  - "L2XCFWD"
23528 #  - "L2XCFWD"
23529 #  - "L2XCFWD"
23530 #  - "L2BDMACLRN"
23531 #  - "L2BDMACLRN"
23532 #  - "L2BDMACLRN"
23533 #  - "IP4FWD"
23534 #  layout:
23535 #    title: "memif-2n-skx-xxv710-64b-base_and_features-pdr"
23536 #    layout: "plot-throughput-speedup-analysis"
23537
23538 ################################################################################
23539
23540 ## Speedup - VPP Container k8s memif 3n-hsw-x520 - l2xc
23541 #- type: "plot"
23542 #  title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
23543 #  algorithm: "plot_throughput_speedup_analysis"
23544 #  output-file-type: ".html"
23545 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
23546 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23547 #  filter: "'NIC_Intel-X520-DA2' and
23548 #           '64B' and
23549 #           ('BASE' or 'SCALE') and
23550 #           'NDRPDR' and
23551 #           'L2XCFWD' and
23552 #           not 'VHOST' and
23553 #           not 'NF_DENSITY' and
23554 #           'MEMIF'"
23555 #  parameters:
23556 #  - "throughput"
23557 #  - "parent"
23558 #  - "tags"
23559 #  sort:
23560 #  - "1VNF"
23561 #  - "2VNF"
23562 #  - "4VNF"
23563 #  - "2VNF"
23564 #  - "4VNF"
23565 #  layout:
23566 #    title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2xc"
23567 #    layout: "plot-throughput-speedup-analysis"
23568 #
23569 #- type: "plot"
23570 #  title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
23571 #  algorithm: "plot_throughput_speedup_analysis"
23572 #  output-file-type: ".html"
23573 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
23574 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23575 #  filter: "'NIC_Intel-X520-DA2' and
23576 #           '64B' and
23577 #           ('BASE' or 'SCALE') and
23578 #           'NDRPDR' and
23579 #           'L2XCFWD' and
23580 #           not 'VHOST' and
23581 #           not 'NF_DENSITY' and
23582 #           'MEMIF'"
23583 #  parameters:
23584 #  - "throughput"
23585 #  - "parent"
23586 #  - "tags"
23587 #  sort:
23588 #  - "1VNF"
23589 #  - "2VNF"
23590 #  - "4VNF"
23591 #  - "2VNF"
23592 #  - "4VNF"
23593 #  layout:
23594 #    title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr"
23595 #    layout: "plot-throughput-speedup-analysis"
23596 #
23597 ## Speedup - VPP Container k8s memif 3n-hsw-x520 - l2bd
23598 #- type: "plot"
23599 #  title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
23600 #  algorithm: "plot_throughput_speedup_analysis"
23601 #  output-file-type: ".html"
23602 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
23603 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23604 #  filter: "'NIC_Intel-X520-DA2' and
23605 #           '64B' and
23606 #           ('BASE' or 'SCALE') and
23607 #           'NDRPDR' and
23608 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
23609 #           not 'VHOST' and
23610 #           not 'NF_DENSITY' and
23611 #           'MEMIF'"
23612 #  parameters:
23613 #  - "throughput"
23614 #  - "parent"
23615 #  - "tags"
23616 #  sort:
23617 #  - "1VNF"
23618 #  - "2VNF"
23619 #  - "4VNF"
23620 #  - "2VNF"
23621 #  - "4VNF"
23622 #  layout:
23623 #    title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2bd"
23624 #    layout: "plot-throughput-speedup-analysis"
23625 #
23626 #- type: "plot"
23627 #  title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
23628 #  algorithm: "plot_throughput_speedup_analysis"
23629 #  output-file-type: ".html"
23630 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
23631 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23632 #  filter: "'NIC_Intel-X520-DA2' and
23633 #           '64B' and
23634 #           ('BASE' or 'SCALE') and
23635 #           'NDRPDR' and
23636 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
23637 #           not 'VHOST' and
23638 #           not 'NF_DENSITY' and
23639 #           'MEMIF'"
23640 #  parameters:
23641 #  - "throughput"
23642 #  - "parent"
23643 #  - "tags"
23644 #  sort:
23645 #  - "1VNF"
23646 #  - "2VNF"
23647 #  - "4VNF"
23648 #  - "2VNF"
23649 #  - "4VNF"
23650 #  layout:
23651 #    title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr"
23652 #    layout: "plot-throughput-speedup-analysis"
23653 #
23654 ## Speedup - VPP Container Memif 3n-hsw-x710 - l2xc
23655 #- type: "plot"
23656 #  title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
23657 #  algorithm: "plot_throughput_speedup_analysis"
23658 #  output-file-type: ".html"
23659 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
23660 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23661 #  filter: "'NIC_Intel-X710' and
23662 #           '64B' and
23663 #           ('BASE' or 'SCALE') and
23664 #           'NDRPDR' and
23665 #           'L2XCFWD' and
23666 #           not 'VHOST' and
23667 #           not 'NF_DENSITY' and
23668 #           'MEMIF'"
23669 #  parameters:
23670 #  - "throughput"
23671 #  - "parent"
23672 #  - "tags"
23673 #  sort:
23674 #  - "1VNF"
23675 #  - "2VNF"
23676 #  - "4VNF"
23677 #  - "2VNF"
23678 #  - "4VNF"
23679 #  layout:
23680 #    title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr"
23681 #    layout: "plot-throughput-speedup-analysis"
23682 #
23683 #- type: "plot"
23684 #  title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
23685 #  algorithm: "plot_throughput_speedup_analysis"
23686 #  output-file-type: ".html"
23687 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
23688 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23689 #  filter: "'NIC_Intel-X710' and
23690 #           '64B' and
23691 #           ('BASE' or 'SCALE') and
23692 #           'NDRPDR' and
23693 #           'L2XCFWD' and
23694 #           not 'VHOST' and
23695 #           not 'NF_DENSITY' and
23696 #           'MEMIF'"
23697 #  parameters:
23698 #  - "throughput"
23699 #  - "parent"
23700 #  - "tags"
23701 #  sort:
23702 #  - "1VNF"
23703 #  - "2VNF"
23704 #  - "4VNF"
23705 #  - "2VNF"
23706 #  - "4VNF"
23707 #  layout:
23708 #    title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr"
23709 #    layout: "plot-throughput-speedup-analysis"
23710 #
23711 ## Speedup - VPP Container Memif 3n-hsw-x710 - l2bd
23712 #- type: "plot"
23713 #  title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
23714 #  algorithm: "plot_throughput_speedup_analysis"
23715 #  output-file-type: ".html"
23716 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
23717 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23718 #  filter: "'NIC_Intel-X710' and
23719 #           '64B' and
23720 #           ('BASE' or 'SCALE') and
23721 #           'NDRPDR' and
23722 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
23723 #           not 'VHOST' and
23724 #           not 'NF_DENSITY' and
23725 #           'MEMIF'"
23726 #  parameters:
23727 #  - "throughput"
23728 #  - "parent"
23729 #  - "tags"
23730 #  sort:
23731 #  - "1VNF"
23732 #  - "2VNF"
23733 #  - "4VNF"
23734 #  - "2VNF"
23735 #  - "4VNF"
23736 #  layout:
23737 #    title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr"
23738 #    layout: "plot-throughput-speedup-analysis"
23739 #
23740 #- type: "plot"
23741 #  title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
23742 #  algorithm: "plot_throughput_speedup_analysis"
23743 #  output-file-type: ".html"
23744 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
23745 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23746 #  filter: "'NIC_Intel-X710' and
23747 #           '64B' and
23748 #           ('BASE' or 'SCALE') and
23749 #           'NDRPDR' and
23750 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
23751 #           not 'VHOST' and
23752 #           not 'NF_DENSITY' and
23753 #           'MEMIF'"
23754 #  parameters:
23755 #  - "throughput"
23756 #  - "parent"
23757 #  - "tags"
23758 #  sort:
23759 #  - "1VNF"
23760 #  - "2VNF"
23761 #  - "4VNF"
23762 #  - "2VNF"
23763 #  - "4VNF"
23764 #  layout:
23765 #    title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr"
23766 #    layout: "plot-throughput-speedup-analysis"
23767
23768 ################################################################################
23769
23770 # Speedup - VPP IPv4 3n-hsw-x520 base and scale
23771 - type: "plot"
23772   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
23773   algorithm: "plot_throughput_speedup_analysis"
23774   output-file-type: ".html"
23775   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
23776   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23777   filter: "'NIC_Intel-X520-DA2' and
23778            '64B' and
23779            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23780            'NDRPDR' and
23781            'IP4FWD' and
23782            not 'IPSEC' and
23783            not 'DOT1Q' and
23784            not 'VHOST'"
23785   parameters:
23786   - "throughput"
23787   - "parent"
23788   - "tags"
23789   sort:
23790   - "DOT1Q"
23791   - "IP4BASE"
23792   - "FIB_20K"
23793   - "FIB_200K"
23794   - "FIB_2M"
23795   layout:
23796     title: "ip4-3n-hsw-x520-64b-base_and_scale-ndr"
23797     layout: "plot-throughput-speedup-analysis"
23798
23799 - type: "plot"
23800   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
23801   algorithm: "plot_throughput_speedup_analysis"
23802   output-file-type: ".html"
23803   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
23804   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23805   filter: "'NIC_Intel-X520-DA2' and
23806            '64B' and
23807            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23808            'NDRPDR' and
23809            'IP4FWD' and
23810            not 'IPSEC' and
23811            not 'DOT1Q' and
23812            not 'VHOST'"
23813   parameters:
23814   - "throughput"
23815   - "parent"
23816   - "tags"
23817   sort:
23818   - "DOT1Q"
23819   - "IP4BASE"
23820   - "FIB_20K"
23821   - "FIB_200K"
23822   - "FIB_2M"
23823   layout:
23824     title: "ip4-3n-hsw-x520-64b-base_and_scale-pdr"
23825     layout: "plot-throughput-speedup-analysis"
23826
23827 # Speedup - VPP IPv4 3n-hsw-x520 features
23828 - type: "plot"
23829   title: "Speedup: ip4-3n-hsw-x520-64b-features-ndr-tsa"
23830   algorithm: "plot_throughput_speedup_analysis"
23831   output-file-type: ".html"
23832   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-ndr-tsa"
23833   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23834   filter: "'NIC_Intel-X520-DA2' and
23835            '64B' and
23836            ('IP4BASE' or
23837             'POLICE_MARK' or
23838             'COPWHLIST' or
23839             ('NAT44' and 'BASE') or
23840             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
23841            'NDRPDR' and
23842            'IP4FWD' and
23843            not 'IPSEC' and
23844            not 'VHOST'"
23845   parameters:
23846   - "throughput"
23847   - "parent"
23848   - "tags"
23849   sort:
23850   - "DOT1Q"
23851   - "IP4BASE"
23852   - "NAT44"
23853   - "POLICE_MARK"
23854   - "COPWHLIST"
23855   - "IACL"
23856   - "OACL"
23857   layout:
23858     title: "ip4-3n-hsw-x520-64b-features-ndr"
23859     layout: "plot-throughput-speedup-analysis"
23860
23861 - type: "plot"
23862   title: "Speedup: ip4-3n-hsw-x520-64b-features-pdr-tsa"
23863   algorithm: "plot_throughput_speedup_analysis"
23864   output-file-type: ".html"
23865   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-pdr-tsa"
23866   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23867   filter: "'NIC_Intel-X520-DA2' and
23868            '64B' and
23869            ('IP4BASE' or
23870             'POLICE_MARK' or
23871             'COPWHLIST' or
23872             ('NAT44' and 'BASE') or
23873             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
23874            'NDRPDR' and
23875            'IP4FWD' and
23876            not 'IPSEC' and
23877            not 'VHOST'"
23878   parameters:
23879   - "throughput"
23880   - "parent"
23881   - "tags"
23882   sort:
23883   - "DOT1Q"
23884   - "IP4BASE"
23885   - "NAT44"
23886   - "POLICE_MARK"
23887   - "COPWHLIST"
23888   - "IACL"
23889   - "OACL"
23890   layout:
23891     title: "ip4-3n-hsw-x520-64b-features-pdr"
23892     layout: "plot-throughput-speedup-analysis"
23893
23894 # Speedup - VPP IPv4 3n-hsw-x520 features nat44
23895 - type: "plot"
23896   title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
23897   algorithm: "plot_throughput_speedup_analysis"
23898   output-file-type: ".html"
23899   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
23900   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23901   filter: "'NIC_Intel-X520-DA2' and
23902            '64B' and
23903            'NDRPDR' and
23904            'IP4FWD' and
23905            ('NAT44' or 'IP4BASE') and
23906            not 'DOT1Q' and
23907            not 'IPSEC' and
23908            not 'VHOST'"
23909   parameters:
23910   - "throughput"
23911   - "parent"
23912   - "tags"
23913   sort:
23914   - "IP4BASE"
23915   - "BASE"
23916   - "SRC_USER_10"
23917   - "SRC_USER_100"
23918   - "SRC_USER_1000"
23919   - "SRC_USER_2000"
23920   layout:
23921     title: "ip4-3n-hsw-x520-64b-features-nat44-ndr"
23922     layout: "plot-throughput-speedup-analysis"
23923
23924 - type: "plot"
23925   title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
23926   algorithm: "plot_throughput_speedup_analysis"
23927   output-file-type: ".html"
23928   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
23929   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23930   filter: "'NIC_Intel-X520-DA2' and
23931            '64B' and
23932            'NDRPDR' and
23933            'IP4FWD' and
23934            ('NAT44' or 'IP4BASE') and
23935            not 'DOT1Q' and
23936            not 'IPSEC' and
23937            not 'VHOST'"
23938   parameters:
23939   - "throughput"
23940   - "parent"
23941   - "tags"
23942   sort:
23943   - "IP4BASE"
23944   - "BASE"
23945   - "SRC_USER_10"
23946   - "SRC_USER_100"
23947   - "SRC_USER_1000"
23948   - "SRC_USER_2000"
23949   layout:
23950     title: "ip4-3n-hsw-x520-64b-features-nat44-pdr"
23951     layout: "plot-throughput-speedup-analysis"
23952
23953 # Speedup - VPP IPv4 3n-hsw-x520 features iacl
23954 - type: "plot"
23955   title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
23956   algorithm: "plot_throughput_speedup_analysis"
23957   output-file-type: ".html"
23958   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
23959   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23960   filter: "'NIC_Intel-X520-DA2' and
23961            '64B' and
23962            'NDRPDR' and
23963            'IP4FWD' and
23964            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
23965            not 'IPSEC' and
23966            not 'DOT1Q' and
23967            not 'VHOST'"
23968   parameters:
23969   - "throughput"
23970   - "parent"
23971   - "tags"
23972   sort:
23973   - "IP4BASE"
23974   - "ACL_STATELESS"
23975   - "ACL_STATEFUL"
23976   - "ACL_STATELESS"
23977   - "ACL_STATEFUL"
23978   layout:
23979     title: "ip4-3n-hsw-x520-64b-features-iacl-ndr"
23980     layout: "plot-throughput-speedup-analysis"
23981
23982 - type: "plot"
23983   title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
23984   algorithm: "plot_throughput_speedup_analysis"
23985   output-file-type: ".html"
23986   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
23987   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23988   filter: "'NIC_Intel-X520-DA2' and
23989            '64B' and
23990            'NDRPDR' and
23991            'IP4FWD' and
23992            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
23993            not 'IPSEC' and
23994            not 'DOT1Q' and
23995            not 'VHOST'"
23996   parameters:
23997   - "throughput"
23998   - "parent"
23999   - "tags"
24000   sort:
24001   - "IP4BASE"
24002   - "ACL_STATELESS"
24003   - "ACL_STATEFUL"
24004   - "ACL_STATELESS"
24005   - "ACL_STATEFUL"
24006   layout:
24007     title: "ip4-3n-hsw-x520-64b-features-iacl-pdr"
24008     layout: "plot-throughput-speedup-analysis"
24009
24010 # Speedup - VPP IPv4 3n-hsw-x520 features oacl
24011 - type: "plot"
24012   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
24013   algorithm: "plot_throughput_speedup_analysis"
24014   output-file-type: ".html"
24015   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
24016   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24017   filter: "'NIC_Intel-X520-DA2' and
24018            '64B' and
24019            'NDRPDR' and
24020            'IP4FWD' and
24021            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24022            not 'IPSEC' and
24023            not 'DOT1Q' and
24024            not 'VHOST'"
24025   parameters:
24026   - "throughput"
24027   - "parent"
24028   - "tags"
24029   sort:
24030   - "IP4BASE"
24031   - "ACL_STATELESS"
24032   - "ACL_STATEFUL"
24033   - "ACL_STATELESS"
24034   - "ACL_STATEFUL"
24035   layout:
24036     title: "ip4-3n-hsw-x520-64b-features-oacl-ndr"
24037     layout: "plot-throughput-speedup-analysis"
24038
24039 - type: "plot"
24040   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
24041   algorithm: "plot_throughput_speedup_analysis"
24042   output-file-type: ".html"
24043   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
24044   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24045   filter: "'NIC_Intel-X520-DA2' and
24046            '64B' and
24047            'NDRPDR' and
24048            'IP4FWD' and
24049            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24050            not 'IPSEC' and
24051            not 'DOT1Q' and
24052            not 'VHOST'"
24053   parameters:
24054   - "throughput"
24055   - "parent"
24056   - "tags"
24057   sort:
24058   - "IP4BASE"
24059   - "ACL_STATELESS"
24060   - "ACL_STATEFUL"
24061   - "ACL_STATELESS"
24062   - "ACL_STATEFUL"
24063   layout:
24064     title: "ip4-3n-hsw-x520-64b-features-oacl-pdr"
24065     layout: "plot-throughput-speedup-analysis"
24066
24067 # Speedup - VPP IPv4 3n-hsw-x710 base and scale
24068 - type: "plot"
24069   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24070   algorithm: "plot_throughput_speedup_analysis"
24071   output-file-type: ".html"
24072   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24073   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24074   filter: "'NIC_Intel-X710' and
24075            '64B' and
24076            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24077            'NDRPDR' and
24078            'IP4FWD' and
24079            not 'IPSEC' and
24080            not 'DOT1Q' and
24081            not 'VHOST'"
24082   parameters:
24083   - "throughput"
24084   - "parent"
24085   - "tags"
24086   sort:
24087   - "IP4BASE"
24088   - "FIB_20K"
24089   - "FIB_200K"
24090   - "FIB_2M"
24091   layout:
24092     title: "ip4-3n-hsw-x710-64b-base_and_scale-ndr"
24093     layout: "plot-throughput-speedup-analysis"
24094
24095 - type: "plot"
24096   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24097   algorithm: "plot_throughput_speedup_analysis"
24098   output-file-type: ".html"
24099   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24100   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24101   filter: "'NIC_Intel-X710' and
24102            '64B' and
24103            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24104            'NDRPDR' and
24105            'IP4FWD' and
24106            not 'IPSEC' and
24107            not 'DOT1Q' and
24108            not 'VHOST'"
24109   parameters:
24110   - "throughput"
24111   - "parent"
24112   - "tags"
24113   sort:
24114   - "IP4BASE"
24115   - "FIB_20K"
24116   - "FIB_200K"
24117   - "FIB_2M"
24118   layout:
24119     title: "ip4-3n-hsw-x710-64b-base_and_scale-pdr"
24120     layout: "plot-throughput-speedup-analysis"
24121
24122 # Speedup - VPP IPv4 3n-hsw-x710 features
24123 - type: "plot"
24124   title: "Speedup: ip4-3n-hsw-x710-64b-features-ndr-tsa"
24125   algorithm: "plot_throughput_speedup_analysis"
24126   output-file-type: ".html"
24127   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-ndr-tsa"
24128   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24129   filter: "'NIC_Intel-X710' and
24130            '64B' and
24131            ('IP4BASE' or
24132             'POLICE_MARK' or
24133             'COPWHLIST' or
24134             ('NAT44' and 'BASE') or
24135             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
24136            'NDRPDR' and
24137            'IP4FWD' and
24138            not 'IPSEC' and
24139            not 'VHOST'"
24140   parameters:
24141   - "throughput"
24142   - "parent"
24143   - "tags"
24144   sort:
24145   - "DOT1Q"
24146   - "IP4BASE"
24147   - "NAT44"
24148   - "POLICE_MARK"
24149   - "COPWHLIST"
24150   - "IACL"
24151   - "OACL"
24152   layout:
24153     title: "ip4-3n-hsw-x710-64b-features-ndr"
24154     layout: "plot-throughput-speedup-analysis"
24155
24156 - type: "plot"
24157   title: "Speedup: ip4-3n-hsw-x710-64b-features-pdr-tsa"
24158   algorithm: "plot_throughput_speedup_analysis"
24159   output-file-type: ".html"
24160   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-pdr-tsa"
24161   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24162   filter: "'NIC_Intel-X710' and
24163            '64B' and
24164            ('IP4BASE' or
24165             'POLICE_MARK' or
24166             'COPWHLIST' or
24167             ('NAT44' and 'BASE') or
24168             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
24169            'NDRPDR' and
24170            'IP4FWD' and
24171            not 'IPSEC' and
24172            not 'VHOST'"
24173   parameters:
24174   - "throughput"
24175   - "parent"
24176   - "tags"
24177   sort:
24178   - "DOT1Q"
24179   - "IP4BASE"
24180   - "NAT44"
24181   - "POLICE_MARK"
24182   - "COPWHLIST"
24183   - "IACL"
24184   - "OACL"
24185   layout:
24186     title: "ip4-3n-hsw-x710-64b-features-pdr"
24187     layout: "plot-throughput-speedup-analysis"
24188
24189 # Speedup - VPP IPv4 3n-hsw-x710 features nat44
24190 - type: "plot"
24191   title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
24192   algorithm: "plot_throughput_speedup_analysis"
24193   output-file-type: ".html"
24194   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
24195   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24196   filter: "'NIC_Intel-X710' and
24197            '64B' and
24198            'NDRPDR' and
24199            'IP4FWD' and
24200            ('NAT44' or 'IP4BASE') and
24201            not 'IPSEC' and
24202            not 'VHOST'"
24203   parameters:
24204   - "throughput"
24205   - "parent"
24206   - "tags"
24207   sort:
24208   - "IP4BASE"
24209   - "BASE"
24210   - "SRC_USER_10"
24211   - "SRC_USER_100"
24212   - "SRC_USER_1000"
24213   - "SRC_USER_2000"
24214   layout:
24215     title: "ip4-3n-hsw-x710-64b-features-nat44-ndr"
24216     layout: "plot-throughput-speedup-analysis"
24217
24218 - type: "plot"
24219   title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
24220   algorithm: "plot_throughput_speedup_analysis"
24221   output-file-type: ".html"
24222   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
24223   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24224   filter: "'NIC_Intel-X710' and
24225            '64B' and
24226            'NDRPDR' and
24227            'IP4FWD' and
24228            ('NAT44' or 'IP4BASE') and
24229            not 'IPSEC' and
24230            not 'VHOST'"
24231   parameters:
24232   - "throughput"
24233   - "parent"
24234   - "tags"
24235   sort:
24236   - "IP4BASE"
24237   - "BASE"
24238   - "SRC_USER_10"
24239   - "SRC_USER_100"
24240   - "SRC_USER_1000"
24241   - "SRC_USER_2000"
24242   layout:
24243     title: "ip4-3n-hsw-x710-64b-features-nat44-pdr"
24244     layout: "plot-throughput-speedup-analysis"
24245
24246 # Speedup - VPP IPv4 3n-hsw-x710 features iacl
24247 - type: "plot"
24248   title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
24249   algorithm: "plot_throughput_speedup_analysis"
24250   output-file-type: ".html"
24251   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
24252   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24253   filter: "'NIC_Intel-X710' and
24254            '64B' and
24255            'NDRPDR' and
24256            'IP4FWD' and
24257            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24258            not 'IPSEC' and
24259            not 'VHOST'"
24260   parameters:
24261   - "throughput"
24262   - "parent"
24263   - "tags"
24264   sort:
24265   - "IP4BASE"
24266   - "ACL_STATELESS"
24267   - "ACL_STATEFUL"
24268   - "ACL_STATELESS"
24269   - "ACL_STATEFUL"
24270   layout:
24271     title: "ip4-3n-hsw-x710-64b-features-iacl-ndr"
24272     layout: "plot-throughput-speedup-analysis"
24273
24274 - type: "plot"
24275   title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
24276   algorithm: "plot_throughput_speedup_analysis"
24277   output-file-type: ".html"
24278   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
24279   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24280   filter: "'NIC_Intel-X710' and
24281            '64B' and
24282            'NDRPDR' and
24283            'IP4FWD' and
24284            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24285            not 'IPSEC' and
24286            not 'VHOST'"
24287   parameters:
24288   - "throughput"
24289   - "parent"
24290   - "tags"
24291   sort:
24292   - "IP4BASE"
24293   - "ACL_STATELESS"
24294   - "ACL_STATEFUL"
24295   - "ACL_STATELESS"
24296   - "ACL_STATEFUL"
24297   layout:
24298     title: "ip4-3n-hsw-x710-64b-features-iacl-pdr"
24299     layout: "plot-throughput-speedup-analysis"
24300
24301 # Speedup - VPP IPv4 3n-hsw-xl710 base and scale
24302 - type: "plot"
24303   title: "Speedup: ip4-3n-hsw-xl710-64b-base-ndr-tsa"
24304   algorithm: "plot_throughput_speedup_analysis"
24305   output-file-type: ".html"
24306   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base-ndr-tsa"
24307   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24308   filter: "'NIC_Intel-XL710' and
24309            '64B' and
24310            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24311            'NDRPDR' and
24312            'IP4FWD' and
24313            not 'IPSEC' and
24314            not 'VHOST'"
24315   parameters:
24316   - "throughput"
24317   - "parent"
24318   - "tags"
24319   sort:
24320   - "IP4BASE"
24321   - "FIB_20K"
24322   - "FIB_200K"
24323   - "FIB_2M"
24324   layout:
24325     title: "ip4-3n-hsw-xl710-64b-base-ndr"
24326     layout: "plot-throughput-speedup-analysis"
24327
24328 - type: "plot"
24329   title: "Speedup: ip4-3n-hsw-xl710-64b-base-pdr-tsa"
24330   algorithm: "plot_throughput_speedup_analysis"
24331   output-file-type: ".html"
24332   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base-pdr-tsa"
24333   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24334   filter: "'NIC_Intel-XL710' and
24335            '64B' and
24336            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24337            'NDRPDR' and
24338            'IP4FWD' and
24339            not 'IPSEC' and
24340            not 'VHOST'"
24341   parameters:
24342   - "throughput"
24343   - "parent"
24344   - "tags"
24345   sort:
24346   - "IP4BASE"
24347   - "FIB_20K"
24348   - "FIB_200K"
24349   - "FIB_2M"
24350   layout:
24351     title: "ip4-3n-hsw-xl710-64b-base-pdr"
24352     layout: "plot-throughput-speedup-analysis"
24353
24354 # Speedup - VPP IPv4 3n-skx-x710 base and scale
24355 - type: "plot"
24356   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
24357   algorithm: "plot_throughput_speedup_analysis"
24358   output-file-type: ".html"
24359   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
24360   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24361   filter: "'NIC_Intel-X710' and
24362            '64B' and
24363            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24364            'NDRPDR' and
24365            'IP4FWD' and
24366            not 'IPSEC' and
24367            not 'DOT1Q' and
24368            not 'VHOST'"
24369   parameters:
24370   - "throughput"
24371   - "parent"
24372   - "tags"
24373   sort:
24374   - "IP4BASE"
24375   - "FIB_20K"
24376   - "FIB_200K"
24377   - "FIB_2M"
24378   layout:
24379     title: "ip4-3n-skx-x710-64b-base_and_scale-ndr"
24380     layout: "plot-throughput-speedup-analysis"
24381
24382 - type: "plot"
24383   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
24384   algorithm: "plot_throughput_speedup_analysis"
24385   output-file-type: ".html"
24386   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
24387   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24388   filter: "'NIC_Intel-X710' and
24389            '64B' and
24390            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24391            'NDRPDR' and
24392            'IP4FWD' and
24393            not 'IPSEC' and
24394            not 'DOT1Q' and
24395            not 'VHOST'"
24396   parameters:
24397   - "throughput"
24398   - "parent"
24399   - "tags"
24400   sort:
24401   - "IP4BASE"
24402   - "FIB_20K"
24403   - "FIB_200K"
24404   - "FIB_2M"
24405   layout:
24406     title: "ip4-3n-skx-x710-64b-base_and_scale-pdr"
24407     layout: "plot-throughput-speedup-analysis"
24408
24409 # Speedup - VPP IPv4 3n-skx-x710 features
24410 - type: "plot"
24411   title: "Speedup: ip4-3n-skx-x710-64b-features-ndr-tsa"
24412   algorithm: "plot_throughput_speedup_analysis"
24413   output-file-type: ".html"
24414   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-ndr-tsa"
24415   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24416   filter: "'NIC_Intel-X710' and
24417            '64B' and
24418            ('IP4BASE' or
24419             'POLICE_MARK' or
24420             'COPWHLIST' or
24421             ('NAT44' and 'BASE') or
24422             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
24423            'NDRPDR' and
24424            'IP4FWD' and
24425            not 'IPSEC' and
24426            not 'VHOST'"
24427   parameters:
24428   - "throughput"
24429   - "parent"
24430   - "tags"
24431   sort:
24432   - "DOT1Q"
24433   - "IP4BASE"
24434   - "NAT44"
24435   - "POLICE_MARK"
24436   - "COPWHLIST"
24437   - "IACL"
24438   - "OACL"
24439   layout:
24440     title: "ip4-3n-skx-x710-64b-features-ndr"
24441     layout: "plot-throughput-speedup-analysis"
24442
24443 - type: "plot"
24444   title: "Speedup: ip4-3n-skx-x710-64b-features-pdr-tsa"
24445   algorithm: "plot_throughput_speedup_analysis"
24446   output-file-type: ".html"
24447   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-pdr-tsa"
24448   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24449   filter: "'NIC_Intel-X710' and
24450            '64B' and
24451            ('IP4BASE' or
24452             'POLICE_MARK' or
24453             'COPWHLIST' or
24454             ('NAT44' and 'BASE') or
24455             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
24456            'NDRPDR' and
24457            'IP4FWD' and
24458            not 'IPSEC' and
24459            not 'VHOST'"
24460   parameters:
24461   - "throughput"
24462   - "parent"
24463   - "tags"
24464   sort:
24465   - "DOT1Q"
24466   - "IP4BASE"
24467   - "NAT44"
24468   - "POLICE_MARK"
24469   - "COPWHLIST"
24470   - "IACL"
24471   - "OACL"
24472   layout:
24473     title: "ip4-3n-skx-x710-64b-features-pdr"
24474     layout: "plot-throughput-speedup-analysis"
24475
24476 # Speedup - VPP IPv4 3n-skx-x710 features nat44
24477 - type: "plot"
24478   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
24479   algorithm: "plot_throughput_speedup_analysis"
24480   output-file-type: ".html"
24481   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
24482   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24483   filter: "'NIC_Intel-X710' and
24484            '64B' and
24485            'NDRPDR' and
24486            'IP4FWD' and
24487            ('NAT44' or 'IP4BASE') and
24488            not 'IPSEC' and
24489            not 'VHOST'"
24490   parameters:
24491   - "throughput"
24492   - "parent"
24493   - "tags"
24494   sort:
24495   - "IP4BASE"
24496   - "BASE"
24497   - "SRC_USER_10"
24498   - "SRC_USER_100"
24499   - "SRC_USER_1000"
24500   - "SRC_USER_2000"
24501   layout:
24502     title: "ip4-3n-skx-x710-64b-features-nat44-ndr"
24503     layout: "plot-throughput-speedup-analysis"
24504
24505 - type: "plot"
24506   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
24507   algorithm: "plot_throughput_speedup_analysis"
24508   output-file-type: ".html"
24509   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
24510   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24511   filter: "'NIC_Intel-X710' and
24512            '64B' and
24513            'NDRPDR' and
24514            'IP4FWD' and
24515            ('NAT44' or 'IP4BASE') and
24516            not 'IPSEC' and
24517            not 'VHOST'"
24518   parameters:
24519   - "throughput"
24520   - "parent"
24521   - "tags"
24522   sort:
24523   - "IP4BASE"
24524   - "BASE"
24525   - "SRC_USER_10"
24526   - "SRC_USER_100"
24527   - "SRC_USER_1000"
24528   - "SRC_USER_2000"
24529   layout:
24530     title: "ip4-3n-skx-x710-64b-features-nat44-pdr"
24531     layout: "plot-throughput-speedup-analysis"
24532
24533 # Speedup - VPP IPv4 3n-skx-x710 features iacl
24534 - type: "plot"
24535   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
24536   algorithm: "plot_throughput_speedup_analysis"
24537   output-file-type: ".html"
24538   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
24539   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24540   filter: "'NIC_Intel-X710' and
24541            '64B' and
24542            'NDRPDR' and
24543            'IP4FWD' and
24544            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24545            not 'IPSEC' and
24546            not 'VHOST'"
24547   parameters:
24548   - "throughput"
24549   - "parent"
24550   - "tags"
24551   sort:
24552   - "IP4BASE"
24553   - "ACL_STATELESS"
24554   - "ACL_STATEFUL"
24555   - "ACL_STATELESS"
24556   - "ACL_STATEFUL"
24557   layout:
24558     title: "ip4-3n-skx-x710-64b-features-iacl-ndr"
24559     layout: "plot-throughput-speedup-analysis"
24560
24561 - type: "plot"
24562   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
24563   algorithm: "plot_throughput_speedup_analysis"
24564   output-file-type: ".html"
24565   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
24566   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24567   filter: "'NIC_Intel-X710' and
24568            '64B' and
24569            'NDRPDR' and
24570            'IP4FWD' and
24571            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24572            not 'IPSEC' and
24573            not 'VHOST'"
24574   parameters:
24575   - "throughput"
24576   - "parent"
24577   - "tags"
24578   sort:
24579   - "IP4BASE"
24580   - "ACL_STATELESS"
24581   - "ACL_STATEFUL"
24582   - "ACL_STATELESS"
24583   - "ACL_STATEFUL"
24584   layout:
24585     title: "ip4-3n-skx-x710-64b-features-iacl-pdr"
24586     layout: "plot-throughput-speedup-analysis"
24587
24588 ## Speedup - VPP IPv4 3n-skx-x710 features oacl
24589 #- type: "plot"
24590 #  title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
24591 #  algorithm: "plot_throughput_speedup_analysis"
24592 #  output-file-type: ".html"
24593 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
24594 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
24595 #  filter: "'NIC_Intel-X710' and
24596 #           '64B' and
24597 #           'NDRPDR' and
24598 #           'IP4FWD' and
24599 #           'OACL' and
24600 #           ('ACL10' or 'ACL50') and '10K_FLOWS' and
24601 #           not 'IPSEC' and
24602 #           not 'VHOST'"
24603 #  parameters:
24604 #  - "throughput"
24605 #  - "parent"
24606 #  - "tags"
24607 #  sort:
24608 #  - "ACL_STATELESS"
24609 #  - "ACL_STATEFUL"
24610 #  - "ACL_STATELESS"
24611 #  - "ACL_STATEFUL"
24612 #  layout:
24613 #    title: "ip4-3n-skx-x710-64b-features-oacl-ndr"
24614 #    layout: "plot-throughput-speedup-analysis"
24615 #
24616 #- type: "plot"
24617 #  title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
24618 #  algorithm: "plot_throughput_speedup_analysis"
24619 #  output-file-type: ".html"
24620 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
24621 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
24622 #  filter: "'NIC_Intel-X710' and
24623 #           '64B' and
24624 #           'NDRPDR' and
24625 #           'IP4FWD' and
24626 #           'OACL' and
24627 #           ('ACL10' or 'ACL50') and '10K_FLOWS' and
24628 #           not 'IPSEC' and
24629 #           not 'VHOST'"
24630 #  parameters:
24631 #  - "throughput"
24632 #  - "parent"
24633 #  - "tags"
24634 #  sort:
24635 #  - "ACL_STATELESS"
24636 #  - "ACL_STATEFUL"
24637 #  - "ACL_STATELESS"
24638 #  - "ACL_STATEFUL"
24639 #  layout:
24640 #    title: "ip4-3n-skx-x710-64b-features-oacl-pdr"
24641 #    layout: "plot-throughput-speedup-analysis"
24642
24643 # Speedup - VPP IPv4 2n-skx-x710 base and scale
24644 - type: "plot"
24645   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
24646   algorithm: "plot_throughput_speedup_analysis"
24647   output-file-type: ".html"
24648   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
24649   data: "plot-vpp-throughput-lat-tsa-2n-skx"
24650   filter: "'NIC_Intel-X710' and
24651            '64B' and
24652            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24653            'NDRPDR' and
24654            'IP4FWD' and
24655            not 'IPSEC' and
24656            not 'DOT1Q' and
24657            not 'VHOST'"
24658   parameters:
24659   - "throughput"
24660   - "parent"
24661   - "tags"
24662   sort:
24663   - "IP4BASE"
24664   - "FIB_20K"
24665   - "FIB_200K"
24666   - "FIB_2M"
24667   layout:
24668     title: "ip4-2n-skx-x710-64b-base_and_scale-ndr"
24669     layout: "plot-throughput-speedup-analysis"
24670
24671 - type: "plot"
24672   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
24673   algorithm: "plot_throughput_speedup_analysis"
24674   output-file-type: ".html"
24675   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
24676   data: "plot-vpp-throughput-lat-tsa-2n-skx"
24677   filter: "'NIC_Intel-X710' and
24678            '64B' and
24679            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24680            'NDRPDR' and
24681            'IP4FWD' and
24682            not 'IPSEC' and
24683            not 'DOT1Q' and
24684            not 'VHOST'"
24685   parameters:
24686   - "throughput"
24687   - "parent"
24688   - "tags"
24689   sort:
24690   - "IP4BASE"
24691   - "FIB_20K"
24692   - "FIB_200K"
24693   - "FIB_2M"
24694   layout:
24695     title: "ip4-2n-skx-x710-64b-base_and_scale-pdr"
24696     layout: "plot-throughput-speedup-analysis"
24697
24698 # Speedup - VPP IPv4 2n-skx-x710 features iacl
24699 - type: "plot"
24700   title: "Speedup: ip4-2n-skx-x710-64b-features-iacl-ndr-tsa"
24701   algorithm: "plot_throughput_speedup_analysis"
24702   output-file-type: ".html"
24703   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-features-iacl-ndr-tsa"
24704   data: "plot-vpp-throughput-lat-tsa-2n-skx"
24705   filter: "'NIC_Intel-X710' and
24706            '64B' and
24707            'NDRPDR' and
24708            'IP4FWD' and
24709            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24710            not 'IPSEC' and
24711            not 'VHOST'"
24712   parameters:
24713   - "throughput"
24714   - "parent"
24715   - "tags"
24716   sort:
24717   - "IP4BASE"
24718   - "ACL_STATELESS"
24719   - "ACL_STATEFUL"
24720   - "ACL_STATELESS"
24721   - "ACL_STATEFUL"
24722   layout:
24723     title: "ip4-2n-skx-x710-64b-features-iacl-ndr"
24724     layout: "plot-throughput-speedup-analysis"
24725
24726 - type: "plot"
24727   title: "Speedup: ip4-2n-skx-x710-64b-features-iacl-pdr-tsa"
24728   algorithm: "plot_throughput_speedup_analysis"
24729   output-file-type: ".html"
24730   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-features-iacl-pdr-tsa"
24731   data: "plot-vpp-throughput-lat-tsa-2n-skx"
24732   filter: "'NIC_Intel-X710' and
24733            '64B' and
24734            'NDRPDR' and
24735            'IP4FWD' and
24736            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24737            not 'IPSEC' and
24738            not 'VHOST'"
24739   parameters:
24740   - "throughput"
24741   - "parent"
24742   - "tags"
24743   sort:
24744   - "IP4BASE"
24745   - "ACL_STATELESS"
24746   - "ACL_STATEFUL"
24747   - "ACL_STATELESS"
24748   - "ACL_STATEFUL"
24749   layout:
24750     title: "ip4-2n-skx-x710-64b-features-iacl-pdr"
24751     layout: "plot-throughput-speedup-analysis"
24752
24753 # Speedup - VPP IPv4 2n-skx-xxv710 base and scale
24754 - type: "plot"
24755   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
24756   algorithm: "plot_throughput_speedup_analysis"
24757   output-file-type: ".html"
24758   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
24759   data: "plot-vpp-throughput-lat-tsa-2n-skx"
24760   filter: "'NIC_Intel-XXV710' and
24761            '64B' and
24762            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24763            'NDRPDR' and
24764            'IP4FWD' and
24765            not 'IPSEC' and
24766            not 'DOT1Q' and
24767            not 'VHOST'"
24768   parameters:
24769   - "throughput"
24770   - "parent"
24771   - "tags"
24772   sort:
24773   - "IP4BASE"
24774   - "FIB_20K"
24775   - "FIB_200K"
24776   - "FIB_2M"
24777   layout:
24778     title: "ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
24779     layout: "plot-throughput-speedup-analysis"
24780
24781 - type: "plot"
24782   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
24783   algorithm: "plot_throughput_speedup_analysis"
24784   output-file-type: ".html"
24785   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
24786   data: "plot-vpp-throughput-lat-tsa-2n-skx"
24787   filter: "'NIC_Intel-XXV710' and
24788            '64B' and
24789            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24790            'NDRPDR' and
24791            'IP4FWD' and
24792            not 'IPSEC' and
24793            not 'DOT1Q' and
24794            not 'VHOST'"
24795   parameters:
24796   - "throughput"
24797   - "parent"
24798   - "tags"
24799   sort:
24800   - "IP4BASE"
24801   - "FIB_20K"
24802   - "FIB_200K"
24803   - "FIB_2M"
24804   layout:
24805     title: "ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
24806     layout: "plot-throughput-speedup-analysis"
24807
24808 ## Speedup - VPP IPv4 2n-dnv-x553 base
24809 #- type: "plot"
24810 #  title: "Speedup: ip4-2n-dnv-x553-64b-base-ndr-tsa"
24811 #  algorithm: "plot_throughput_speedup_analysis"
24812 #  output-file-type: ".html"
24813 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-base-ndr-tsa"
24814 #  data: "intel-dnv-vpp"
24815 #  filter: "'NIC_Intel-X553' and
24816 #           '64B' and
24817 #           'IP4BASE' and
24818 #           'NDRPDR' and
24819 #           'IP4FWD' and
24820 #           not 'IPSEC' and
24821 #           not 'VHOST'"
24822 #  parameters:
24823 #  - "throughput"
24824 #  - "parent"
24825 #  - "tags"
24826 #  sort:
24827 #  - "IP4BASE"
24828 #  layout:
24829 #    title: "ip4-2n-dnv-x553-64b-base-ndr"
24830 #    layout: "plot-throughput-speedup-analysis"
24831 #
24832 #- type: "plot"
24833 #  title: "Speedup: ip4-2n-dnv-x553-64b-base-pdr-tsa"
24834 #  algorithm: "plot_throughput_speedup_analysis"
24835 #  output-file-type: ".html"
24836 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-base-pdr-tsa"
24837 #  data: "intel-dnv-vpp"
24838 #  filter: "'NIC_Intel-X553' and
24839 #           '64B' and
24840 #           'IP4BASE' and
24841 #           'NDRPDR' and
24842 #           'IP4FWD' and
24843 #           not 'IPSEC' and
24844 #           not 'VHOST'"
24845 #  parameters:
24846 #  - "throughput"
24847 #  - "parent"
24848 #  - "tags"
24849 #  sort:
24850 #  - "IP4BASE"
24851 #  layout:
24852 #    title: "ip4-2n-dnv-x553-64b-base-pdr"
24853 #    layout: "plot-throughput-speedup-analysis"
24854
24855 ################################################################################
24856
24857 # Speedup - VPP IPv4 Tunnels 3n-hsw-x520 - features
24858 - type: "plot"
24859   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
24860   algorithm: "plot_throughput_speedup_analysis"
24861   output-file-type: ".html"
24862   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
24863   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24864   filter: "'NIC_Intel-X520-DA2' and
24865            '64B' and
24866            'ENCAP' and
24867            'NDRPDR' and
24868            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
24869            not 'DOT1Q' and
24870            not 'VHOST' and
24871            not 'IPSECHW'"
24872   parameters:
24873   - "throughput"
24874   - "parent"
24875   - "tags"
24876   sort:
24877   - "IP4BASE"
24878   - "L2BDMACLRN"
24879   - "L2XCFWD"
24880   - "LISP"
24881   layout:
24882     title: "ip4tun-3n-hsw-x520-64b-base_and_features-ndr"
24883     layout: "plot-throughput-speedup-analysis"
24884
24885 - type: "plot"
24886   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
24887   algorithm: "plot_throughput_speedup_analysis"
24888   output-file-type: ".html"
24889   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
24890   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24891   filter: "'NIC_Intel-X520-DA2' and
24892            '64B' and
24893            'ENCAP' and
24894            'NDRPDR' and
24895            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
24896            not 'DOT1Q' and
24897            not 'VHOST' and
24898            not 'IPSECHW'"
24899   parameters:
24900   - "throughput"
24901   - "parent"
24902   - "tags"
24903   sort:
24904   - "IP4BASE"
24905   - "L2BDMACLRN"
24906   - "L2XCFWD"
24907   - "LISP"
24908   layout:
24909     title: "ip4tun-3n-hsw-x520-64b-base_and_features-pdr"
24910     layout: "plot-throughput-speedup-analysis"
24911
24912 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710
24913 - type: "plot"
24914   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24915   algorithm: "plot_throughput_speedup_analysis"
24916   output-file-type: ".html"
24917   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24918   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24919   filter: "'NIC_Intel-X710' and
24920            '64B' and
24921            'ENCAP' and
24922            'NDRPDR' and
24923            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
24924            not 'VHOST' and
24925            not 'IPSECHW'"
24926   parameters:
24927   - "throughput"
24928   - "parent"
24929   - "tags"
24930   sort:
24931   - "IP4BASE"
24932   - "LISP"
24933   - "VXLAN_1"
24934   - "VXLAN_10"
24935   - "VXLAN_100"
24936   - "VXLAN_1000"
24937   layout:
24938     title: "ip4tun-3n-hsw-x710-64b-base_and_scale-ndr"
24939     layout: "plot-throughput-speedup-analysis"
24940
24941 - type: "plot"
24942   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24943   algorithm: "plot_throughput_speedup_analysis"
24944   output-file-type: ".html"
24945   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24946   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24947   filter: "'NIC_Intel-X710' and
24948            '64B' and
24949            'ENCAP' and
24950            'NDRPDR' and
24951            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
24952            not 'VHOST' and
24953            not 'IPSECHW'"
24954   parameters:
24955   - "throughput"
24956   - "parent"
24957   - "tags"
24958   sort:
24959   - "IP4BASE"
24960   - "LISP"
24961   - "VXLAN_1"
24962   - "VXLAN_10"
24963   - "VXLAN_100"
24964   - "VXLAN_1000"
24965   layout:
24966     title: "ip4tun-3n-hsw-x710-64b-base_and_scale-pdr"
24967     layout: "plot-throughput-speedup-analysis"
24968
24969 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710 - features
24970 - type: "plot"
24971   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
24972   algorithm: "plot_throughput_speedup_analysis"
24973   output-file-type: ".html"
24974   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
24975   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24976   filter: "'NIC_Intel-X710' and
24977            '64B' and
24978            'ENCAP' and
24979            'NDRPDR' and
24980            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
24981            not 'DOT1Q' and
24982            not 'VHOST' and
24983            not 'IPSECHW'"
24984   parameters:
24985   - "throughput"
24986   - "parent"
24987   - "tags"
24988   sort:
24989   - "IP4BASE"
24990   - "L2BDMACLRN"
24991   - "L2XCFWD"
24992   - "LISP"
24993   layout:
24994     title: "ip4tun-3n-hsw-x710-64b-base_and_features-ndr"
24995     layout: "plot-throughput-speedup-analysis"
24996
24997 - type: "plot"
24998   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
24999   algorithm: "plot_throughput_speedup_analysis"
25000   output-file-type: ".html"
25001   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
25002   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25003   filter: "'NIC_Intel-X710' and
25004            '64B' and
25005            'ENCAP' and
25006            'NDRPDR' and
25007            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
25008            not 'DOT1Q' and
25009            not 'VHOST' and
25010            not 'IPSECHW'"
25011   parameters:
25012   - "throughput"
25013   - "parent"
25014   - "tags"
25015   sort:
25016   - "IP4BASE"
25017   - "L2BDMACLRN"
25018   - "L2XCFWD"
25019   - "LISP"
25020   layout:
25021     title: "ip4tun-3n-hsw-x710-64b-base_and_features-pdr"
25022     layout: "plot-throughput-speedup-analysis"
25023
25024 # Speedup - VPP IPv4 Tunnels 3n-skx-x710
25025 - type: "plot"
25026   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25027   algorithm: "plot_throughput_speedup_analysis"
25028   output-file-type: ".html"
25029   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25030   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25031   filter: "'NIC_Intel-X710' and
25032            '64B' and
25033            'ENCAP' and
25034            'NDRPDR' and
25035            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
25036            not 'VHOST' and
25037            not 'IPSECHW'"
25038   parameters:
25039   - "throughput"
25040   - "parent"
25041   - "tags"
25042   sort:
25043   - "IP4BASE"
25044   - "LISP"
25045   - "VXLAN_1"
25046   - "VXLAN_10"
25047   - "VXLAN_100"
25048   - "VXLAN_1000"
25049   layout:
25050     title: "ip4tun-3n-skx-x710-64b-base_and_scale-ndr"
25051     layout: "plot-throughput-speedup-analysis"
25052
25053 - type: "plot"
25054   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25055   algorithm: "plot_throughput_speedup_analysis"
25056   output-file-type: ".html"
25057   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25058   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25059   filter: "'NIC_Intel-X710' and
25060            '64B' and
25061            'ENCAP' and
25062            'NDRPDR' and
25063            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
25064            not 'VHOST' and
25065            not 'IPSECHW'"
25066   parameters:
25067   - "throughput"
25068   - "parent"
25069   - "tags"
25070   sort:
25071   - "IP4BASE"
25072   - "LISP"
25073   - "VXLAN_1"
25074   - "VXLAN_10"
25075   - "VXLAN_100"
25076   - "VXLAN_1000"
25077   layout:
25078     title: "ip4tun-3n-skx-x710-64b-base_and_scale-pdr"
25079     layout: "plot-throughput-speedup-analysis"
25080
25081 # Speedup - VPP IPv4 Tunnels 3n-skx-x710 - features
25082 - type: "plot"
25083   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
25084   algorithm: "plot_throughput_speedup_analysis"
25085   output-file-type: ".html"
25086   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
25087   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25088   filter: "'NIC_Intel-X710' and
25089            '64B' and
25090            'ENCAP' and
25091            'NDRPDR' and
25092            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
25093            not 'DOT1Q' and
25094            not 'VHOST' and
25095            not 'IPSECHW'"
25096   parameters:
25097   - "throughput"
25098   - "parent"
25099   - "tags"
25100   sort:
25101   - "IP4BASE"
25102   - "L2BDMACLRN"
25103   - "L2XCFWD"
25104   - "LISP"
25105   layout:
25106     title: "ip4tun-3n-skx-x710-64b-base_and_features-ndr"
25107     layout: "plot-throughput-speedup-analysis"
25108
25109 - type: "plot"
25110   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
25111   algorithm: "plot_throughput_speedup_analysis"
25112   output-file-type: ".html"
25113   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
25114   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25115   filter: "'NIC_Intel-X710' and
25116            '64B' and
25117            'ENCAP' and
25118            'NDRPDR' and
25119            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
25120            not 'DOT1Q' and
25121            not 'VHOST' and
25122            not 'IPSECHW'"
25123   parameters:
25124   - "throughput"
25125   - "parent"
25126   - "tags"
25127   sort:
25128   - "IP4BASE"
25129   - "L2BDMACLRN"
25130   - "L2XCFWD"
25131   - "LISP"
25132   layout:
25133     title: "ip4tun-3n-skx-x710-64b-base_and_features-pdr"
25134     layout: "plot-throughput-speedup-analysis"
25135
25136 ################################################################################
25137
25138 # Speedup - VPP IPv6 3n-hsw-x520
25139 - type: "plot"
25140   title: "Speedup: ip6-3n-hsw-x520-78b-base-ndr-tsa"
25141   algorithm: "plot_throughput_speedup_analysis"
25142   output-file-type: ".html"
25143   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base-ndr-tsa"
25144   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25145   filter: "'NIC_Intel-X520-DA2' and
25146            '78B' and
25147            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25148            'NDRPDR' and
25149            'IP6FWD' and
25150            not 'SRv6' and
25151            not 'IPSEC' and
25152            not 'VHOST'"
25153   parameters:
25154   - "throughput"
25155   - "parent"
25156   - "tags"
25157   sort:
25158   - "IP6BASE"
25159   - "FIB_20K"
25160   - "FIB_200K"
25161   - "FIB_2M"
25162   layout:
25163     title: "ip6-3n-hsw-x520-78b-base-ndr"
25164     layout: "plot-throughput-speedup-analysis"
25165
25166 - type: "plot"
25167   title: "Speedup: ip6-3n-hsw-x520-78b-base-pdr-tsa"
25168   algorithm: "plot_throughput_speedup_analysis"
25169   output-file-type: ".html"
25170   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base-pdr-tsa"
25171   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25172   filter: "'NIC_Intel-X520-DA2' and
25173            '78B' and
25174            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25175            'NDRPDR' and
25176            'IP6FWD' and
25177            not 'SRv6' and
25178            not 'IPSEC' and
25179            not 'VHOST'"
25180   parameters:
25181   - "throughput"
25182   - "parent"
25183   - "tags"
25184   sort:
25185   - "IP6BASE"
25186   - "FIB_20K"
25187   - "FIB_200K"
25188   - "FIB_2M"
25189   layout:
25190     title: "ip6-3n-hsw-x520-78b-base-pdr"
25191     layout: "plot-throughput-speedup-analysis"
25192
25193 # Speedup - VPP IPv6 3n-hsw-x710
25194 - type: "plot"
25195   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
25196   algorithm: "plot_throughput_speedup_analysis"
25197   output-file-type: ".html"
25198   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
25199   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25200   filter: "'NIC_Intel-X710' and
25201            '78B' and
25202            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25203            'NDRPDR' and
25204            'IP6FWD' and
25205            not 'SRv6' and
25206            not 'IPSEC' and
25207            not 'VHOST'"
25208   parameters:
25209   - "throughput"
25210   - "parent"
25211   - "tags"
25212   sort:
25213   - "IP6BASE"
25214   - "FIB_20K"
25215   - "FIB_200K"
25216   - "FIB_2M"
25217   layout:
25218     title: "ip6-3n-hsw-x710-78b-base_and_scale-ndr"
25219     layout: "plot-throughput-speedup-analysis"
25220
25221 - type: "plot"
25222   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
25223   algorithm: "plot_throughput_speedup_analysis"
25224   output-file-type: ".html"
25225   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
25226   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25227   filter: "'NIC_Intel-X710' and
25228            '78B' and
25229            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25230            'NDRPDR' and
25231            'IP6FWD' and
25232            not 'SRv6' and
25233            not 'IPSEC' and
25234            not 'VHOST'"
25235   parameters:
25236   - "throughput"
25237   - "parent"
25238   - "tags"
25239   sort:
25240   - "IP6BASE"
25241   - "FIB_20K"
25242   - "FIB_200K"
25243   - "FIB_2M"
25244   layout:
25245     title: "ip6-3n-hsw-x710-78b-base_and_scale-pdr"
25246     layout: "plot-throughput-speedup-analysis"
25247
25248 # Speedup - VPP IPv6 3n-hsw-x710 features
25249 - type: "plot"
25250   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
25251   algorithm: "plot_throughput_speedup_analysis"
25252   output-file-type: ".html"
25253   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
25254   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25255   filter: "'NIC_Intel-X710' and
25256            '78B' and
25257            ('IP6BASE' or
25258             'POLICE_MARK' or
25259             'COPWHLIST' or
25260             'IACLDST') and
25261            'NDRPDR' and
25262            'IP6FWD' and
25263            not 'SRv6' and
25264            not 'IPSEC' and
25265            not 'VHOST'"
25266   parameters:
25267   - "throughput"
25268   - "parent"
25269   - "tags"
25270   sort:
25271   - "IP6BASE"
25272   - "POLICE_MARK"
25273   - "COPWHLIST"
25274   - "IACLDST"
25275   layout:
25276     title: "ip6-3n-hsw-x710-78b-base_and_features-ndr"
25277     layout: "plot-throughput-speedup-analysis"
25278
25279 - type: "plot"
25280   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
25281   algorithm: "plot_throughput_speedup_analysis"
25282   output-file-type: ".html"
25283   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
25284   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25285   filter: "'NIC_Intel-X710' and
25286            '78B' and
25287            ('IP6BASE' or
25288             'POLICE_MARK' or
25289             'COPWHLIST' or
25290             'IACLDST') and
25291            'NDRPDR' and
25292            'IP6FWD' and
25293            not 'SRv6' and
25294            not 'IPSEC' and
25295            not 'VHOST'"
25296   parameters:
25297   - "throughput"
25298   - "parent"
25299   - "tags"
25300   sort:
25301   - "IP6BASE"
25302   - "POLICE_MARK"
25303   - "COPWHLIST"
25304   - "IACLDST"
25305   layout:
25306     title: "ip6-3n-hsw-x710-78b-base_and_features-pdr"
25307     layout: "plot-throughput-speedup-analysis"
25308
25309 # Speedup - VPP IPv6 3n-hsw-xl710
25310 - type: "plot"
25311   title: "Speedup: ip6-3n-hsw-xl710-78b-base-ndr-tsa"
25312   algorithm: "plot_throughput_speedup_analysis"
25313   output-file-type: ".html"
25314   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base-ndr-tsa"
25315   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25316   filter: "'NIC_Intel-XL710' and
25317            '78B' and
25318            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25319            'NDRPDR' and
25320            'IP6FWD' and
25321            not 'SRv6' and
25322            not 'IPSEC' and
25323            not 'VHOST'"
25324   parameters:
25325   - "throughput"
25326   - "parent"
25327   - "tags"
25328   sort:
25329   - "IP6BASE"
25330   - "FIB_20K"
25331   - "FIB_200K"
25332   - "FIB_2M"
25333   layout:
25334     title: "ip6-3n-hsw-xl710-78b-base-ndr"
25335     layout: "plot-throughput-speedup-analysis"
25336
25337 - type: "plot"
25338   title: "Speedup: ip6-3n-hsw-xl710-78b-base-pdr-tsa"
25339   algorithm: "plot_throughput_speedup_analysis"
25340   output-file-type: ".html"
25341   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base-pdr-tsa"
25342   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25343   filter: "'NIC_Intel-XL710' and
25344            '78B' and
25345            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25346            'NDRPDR' and
25347            'IP6FWD' and
25348            not 'SRv6' and
25349            not 'IPSEC' and
25350            not 'VHOST'"
25351   parameters:
25352   - "throughput"
25353   - "parent"
25354   - "tags"
25355   sort:
25356   - "IP6BASE"
25357   - "FIB_20K"
25358   - "FIB_200K"
25359   - "FIB_2M"
25360   layout:
25361     title: "ip6-3n-hsw-xl710-78b-base-pdr"
25362     layout: "plot-throughput-speedup-analysis"
25363
25364 # Speedup - VPP IPv6 3n-skx-x710
25365 - type: "plot"
25366   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
25367   algorithm: "plot_throughput_speedup_analysis"
25368   output-file-type: ".html"
25369   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
25370   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25371   filter: "'NIC_Intel-X710' and
25372            '78B' and
25373            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25374            'NDRPDR' and
25375            'IP6FWD' and
25376            not 'SRv6' and
25377            not 'IPSEC' and
25378            not 'VHOST'"
25379   parameters:
25380   - "throughput"
25381   - "parent"
25382   - "tags"
25383   sort:
25384   - "IP6BASE"
25385   - "FIB_20K"
25386   - "FIB_200K"
25387   - "FIB_2M"
25388   layout:
25389     title: "ip6-3n-skx-x710-78b-base_and_scale-ndr"
25390     layout: "plot-throughput-speedup-analysis"
25391
25392 - type: "plot"
25393   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
25394   algorithm: "plot_throughput_speedup_analysis"
25395   output-file-type: ".html"
25396   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
25397   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25398   filter: "'NIC_Intel-X710' and
25399            '78B' and
25400            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25401            'NDRPDR' and
25402            'IP6FWD' and
25403            not 'SRv6' and
25404            not 'IPSEC' and
25405            not 'VHOST'"
25406   parameters:
25407   - "throughput"
25408   - "parent"
25409   - "tags"
25410   sort:
25411   - "IP6BASE"
25412   - "FIB_20K"
25413   - "FIB_200K"
25414   - "FIB_2M"
25415   layout:
25416     title: "ip6-3n-skx-x710-78b-base_and_scale-pdr"
25417     layout: "plot-throughput-speedup-analysis"
25418
25419 # Speedup - VPP IPv6 3n-skx-x710 features
25420 - type: "plot"
25421   title: "Speedup: ip6-3n-skx-x710-78b-base_and_features-ndr-tsa"
25422   algorithm: "plot_throughput_speedup_analysis"
25423   output-file-type: ".html"
25424   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_features-ndr-tsa"
25425   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25426   filter: "'NIC_Intel-X710' and
25427            '78B' and
25428            ('IP6BASE' or
25429             'POLICE_MARK' or
25430             'COPWHLIST' or
25431             'IACLDST') and
25432            'NDRPDR' and
25433            'IP6FWD' and
25434            not 'SRv6' and
25435            not 'IPSEC' and
25436            not 'VHOST'"
25437   parameters:
25438   - "throughput"
25439   - "parent"
25440   - "tags"
25441   sort:
25442   - "IP6BASE"
25443   - "POLICE_MARK"
25444   - "COPWHLIST"
25445   - "IACLDST"
25446   layout:
25447     title: "ip6-3n-skx-x710-78b-base_and_features-ndr"
25448     layout: "plot-throughput-speedup-analysis"
25449
25450 - type: "plot"
25451   title: "Speedup: ip6-3n-skx-x710-78b-base_and_features-pdr-tsa"
25452   algorithm: "plot_throughput_speedup_analysis"
25453   output-file-type: ".html"
25454   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_features-pdr-tsa"
25455   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25456   filter: "'NIC_Intel-X710' and
25457            '78B' and
25458            ('IP6BASE' or
25459             'POLICE_MARK' or
25460             'COPWHLIST' or
25461             'IACLDST') and
25462            'NDRPDR' and
25463            'IP6FWD' and
25464            not 'SRv6' and
25465            not 'IPSEC' and
25466            not 'VHOST'"
25467   parameters:
25468   - "throughput"
25469   - "parent"
25470   - "tags"
25471   sort:
25472   - "IP6BASE"
25473   - "POLICE_MARK"
25474   - "COPWHLIST"
25475   - "IACLDST"
25476   layout:
25477     title: "ip6-3n-skx-x710-78b-base_and_features-pdr"
25478     layout: "plot-throughput-speedup-analysis"
25479
25480 # Speedup - VPP IPv6 3n-skx-xxv710
25481 - type: "plot"
25482   title: "Speedup: ip6-3n-skx-xxv710-78b-base_and_scale-ndr-tsa"
25483   algorithm: "plot_throughput_speedup_analysis"
25484   output-file-type: ".html"
25485   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-base_and_scale-ndr-tsa"
25486   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25487   filter: "'NIC_Intel-XXV710' and
25488            '78B' and
25489            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25490            'NDRPDR' and
25491            'IP6FWD' and
25492            not 'SRv6' and
25493            not 'IPSEC' and
25494            not 'VHOST'"
25495   parameters:
25496   - "throughput"
25497   - "parent"
25498   - "tags"
25499   sort:
25500   - "IP6BASE"
25501   - "FIB_20K"
25502   - "FIB_200K"
25503   - "FIB_2M"
25504   layout:
25505     title: "ip6-3n-skx-xxv710-78b-base_and_scale-ndr"
25506     layout: "plot-throughput-speedup-analysis"
25507
25508 - type: "plot"
25509   title: "Speedup: ip6-3n-skx-xxv710-78b-base_and_scale-pdr-tsa"
25510   algorithm: "plot_throughput_speedup_analysis"
25511   output-file-type: ".html"
25512   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-base_and_scale-pdr-tsa"
25513   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25514   filter: "'NIC_Intel-XXV710' and
25515            '78B' and
25516            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25517            'NDRPDR' and
25518            'IP6FWD' and
25519            not 'SRv6' and
25520            not 'IPSEC' and
25521            not 'VHOST'"
25522   parameters:
25523   - "throughput"
25524   - "parent"
25525   - "tags"
25526   sort:
25527   - "IP6BASE"
25528   - "FIB_20K"
25529   - "FIB_200K"
25530   - "FIB_2M"
25531   layout:
25532     title: "ip6-3n-skx-xxv710-78b-base_and_scale-pdr"
25533     layout: "plot-throughput-speedup-analysis"
25534
25535 # Speedup - VPP IPv6 2n-skx-x710
25536 - type: "plot"
25537   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
25538   algorithm: "plot_throughput_speedup_analysis"
25539   output-file-type: ".html"
25540   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
25541   data: "plot-vpp-throughput-lat-tsa-2n-skx"
25542   filter: "'NIC_Intel-X710' and
25543            '78B' and
25544            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25545            'NDRPDR' and
25546            'IP6FWD' and
25547            not 'SRv6' and
25548            not 'IPSEC' and
25549            not 'VHOST'"
25550   parameters:
25551   - "throughput"
25552   - "parent"
25553   - "tags"
25554   sort:
25555   - "IP6BASE"
25556   - "FIB_20K"
25557   - "FIB_200K"
25558   - "FIB_2M"
25559   layout:
25560     title: "ip6-2n-skx-x710-78b-base_and_scale-ndr"
25561     layout: "plot-throughput-speedup-analysis"
25562
25563 - type: "plot"
25564   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
25565   algorithm: "plot_throughput_speedup_analysis"
25566   output-file-type: ".html"
25567   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
25568   data: "plot-vpp-throughput-lat-tsa-2n-skx"
25569   filter: "'NIC_Intel-X710' and
25570            '78B' and
25571            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25572            'NDRPDR' and
25573            'IP6FWD' and
25574            not 'SRv6' and
25575            not 'IPSEC' and
25576            not 'VHOST'"
25577   parameters:
25578   - "throughput"
25579   - "parent"
25580   - "tags"
25581   sort:
25582   - "IP6BASE"
25583   - "FIB_20K"
25584   - "FIB_200K"
25585   - "FIB_2M"
25586   layout:
25587     title: "ip6-2n-skx-x710-78b-base_and_scale-pdr"
25588     layout: "plot-throughput-speedup-analysis"
25589
25590 # Speedup - VPP IPv6 2n-skx-xxv710
25591 - type: "plot"
25592   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
25593   algorithm: "plot_throughput_speedup_analysis"
25594   output-file-type: ".html"
25595   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
25596   data: "plot-vpp-throughput-lat-tsa-2n-skx"
25597   filter: "'NIC_Intel-XXV710' and
25598            '78B' and
25599            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25600            'NDRPDR' and
25601            'IP6FWD' and
25602            not 'SRv6' and
25603            not 'IPSEC' and
25604            not 'VHOST'"
25605   parameters:
25606   - "throughput"
25607   - "parent"
25608   - "tags"
25609   sort:
25610   - "IP6BASE"
25611   - "FIB_20K"
25612   - "FIB_200K"
25613   - "FIB_2M"
25614   layout:
25615     title: "ip6-2n-skx-xxv710-78b-base_and_scale-ndr"
25616     layout: "plot-throughput-speedup-analysis"
25617
25618 - type: "plot"
25619   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
25620   algorithm: "plot_throughput_speedup_analysis"
25621   output-file-type: ".html"
25622   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
25623   data: "plot-vpp-throughput-lat-tsa-2n-skx"
25624   filter: "'NIC_Intel-XXV710' and
25625            '78B' and
25626            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25627            'NDRPDR' and
25628            'IP6FWD' and
25629            not 'SRv6' and
25630            not 'IPSEC' and
25631            not 'VHOST'"
25632   parameters:
25633   - "throughput"
25634   - "parent"
25635   - "tags"
25636   sort:
25637   - "IP6BASE"
25638   - "FIB_20K"
25639   - "FIB_200K"
25640   - "FIB_2M"
25641   layout:
25642     title: "ip6-2n-skx-xxv710-78b-base_and_scale-pdr"
25643     layout: "plot-throughput-speedup-analysis"
25644
25645 ## Speedup - VPP IPv6 2n-dnv-x553 base
25646 #- type: "plot"
25647 #  title: "Speedup: ip6-2n-dnv-x553-78b-base-ndr-tsa"
25648 #  algorithm: "plot_throughput_speedup_analysis"
25649 #  output-file-type: ".html"
25650 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-base-ndr-tsa"
25651 #  data: "intel-dnv-vpp"
25652 #  filter: "'NIC_Intel-X553' and
25653 #           '78B' and
25654 #           'IP6BASE' and
25655 #           'NDRPDR' and
25656 #           'IP6FWD' and
25657 #           not 'SRv6' and
25658 #           not 'IPSEC' and
25659 #           not 'VHOST'"
25660 #  parameters:
25661 #  - "throughput"
25662 #  - "parent"
25663 #  - "tags"
25664 #  sort:
25665 #  - "IP6BASE"
25666 #  layout:
25667 #    title: "ip6-2n-dnv-x553-78b-base-ndr"
25668 #    layout: "plot-throughput-speedup-analysis"
25669 #
25670 #- type: "plot"
25671 #  title: "Speedup: ip6-2n-dnv-x553-78b-base-pdr-tsa"
25672 #  algorithm: "plot_throughput_speedup_analysis"
25673 #  output-file-type: ".html"
25674 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-base-pdr-tsa"
25675 #  data: "intel-dnv-vpp"
25676 #  filter: "'NIC_Intel-X553' and
25677 #           '78B' and
25678 #           'IP6BASE' and
25679 #           'NDRPDR' and
25680 #           'IP6FWD' and
25681 #           not 'SRv6' and
25682 #           not 'IPSEC' and
25683 #           not 'VHOST'"
25684 #  parameters:
25685 #  - "throughput"
25686 #  - "parent"
25687 #  - "tags"
25688 #  sort:
25689 #  - "IP6BASE"
25690 #  layout:
25691 #    title: "ip6-2n-dnv-x553-78b-base-pdr"
25692 #    layout: "plot-throughput-speedup-analysis"
25693
25694 ################################################################################
25695
25696 # Speedup - VPP IPv6 tunnels 3n-hsw-x520
25697 - type: "plot"
25698   title: "Speedup: ip6tun-3n-hsw-x520-78b-base-ndr-tsa"
25699   algorithm: "plot_throughput_speedup_analysis"
25700   output-file-type: ".html"
25701   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base-ndr-tsa"
25702   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25703   filter: "'NIC_Intel-X520-DA2' and
25704            '78B' and
25705            'ENCAP' and
25706            'NDRPDR' and
25707            'LISP' and
25708            not 'VHOST'"
25709   parameters:
25710   - "throughput"
25711   - "parent"
25712   - "tags"
25713   sort:
25714   - "IP4UNRLAY"
25715   - "IP6UNRLAY"
25716   layout:
25717     title: "ip6tun-3n-hsw-x520-78b-base-ndr"
25718     layout: "plot-throughput-speedup-analysis"
25719
25720 - type: "plot"
25721   title: "Speedup: ip6tun-3n-hsw-x520-78b-base-pdr-tsa"
25722   algorithm: "plot_throughput_speedup_analysis"
25723   output-file-type: ".html"
25724   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base-pdr-tsa"
25725   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25726   filter: "'NIC_Intel-X520-DA2' and
25727            '78B' and
25728            'ENCAP' and
25729            'NDRPDR' and
25730            'LISP' and
25731            not 'VHOST'"
25732   parameters:
25733   - "throughput"
25734   - "parent"
25735   - "tags"
25736   sort:
25737   - "IP4UNRLAY"
25738   - "IP6UNRLAY"
25739   layout:
25740     title: "ip6tun-3n-hsw-x520-78b-base-pdr"
25741     layout: "plot-throughput-speedup-analysis"
25742
25743 ################################################################################
25744
25745 # Speedup - VPP IPSec 3n-hsw-xl710 base
25746 - type: "plot"
25747   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
25748   algorithm: "plot_throughput_speedup_analysis"
25749   output-file-type: ".html"
25750   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-ndr-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-ndr"
25765     layout: "plot-throughput-speedup-analysis"
25766
25767 - type: "plot"
25768   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
25769   algorithm: "plot_throughput_speedup_analysis"
25770   output-file-type: ".html"
25771   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
25772   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25773   filter: "'NIC_Intel-XL710' and
25774            '64B' and
25775            'IP4FWD' and
25776            'NDRPDR' and
25777            'BASE' and
25778            'IPSECHW' and
25779            not 'VHOST'"
25780   parameters:
25781   - "throughput"
25782   - "parent"
25783   - "tags"
25784   layout:
25785     title: "ipsec-3n-hsw-xl710-64b-base-pdr"
25786     layout: "plot-throughput-speedup-analysis"
25787
25788 # Speedup - VPP IPSec 3n-hsw-xl710 scale
25789 - type: "plot"
25790   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
25791   algorithm: "plot_throughput_speedup_analysis"
25792   output-file-type: ".html"
25793   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-ndr-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-ndr"
25808     layout: "plot-throughput-speedup-analysis"
25809
25810 - type: "plot"
25811   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
25812   algorithm: "plot_throughput_speedup_analysis"
25813   output-file-type: ".html"
25814   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
25815   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25816   filter: "'NIC_Intel-XL710' and
25817            '64B' and
25818            'IP4FWD' and
25819            'NDRPDR' and
25820            'SCALE' and
25821            'IPSECHW' and
25822            not 'VHOST'"
25823   parameters:
25824   - "throughput"
25825   - "parent"
25826   - "tags"
25827   layout:
25828     title: "ipsec-3n-hsw-xl710-64b-scale-pdr"
25829     layout: "plot-throughput-speedup-analysis"
25830
25831 # Speedup - VPP IPSec 3n-hsw-xl710 sw
25832 - type: "plot"
25833   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
25834   algorithm: "plot_throughput_speedup_analysis"
25835   output-file-type: ".html"
25836   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
25837   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25838   filter: "'NIC_Intel-XL710' and
25839            '64B' and
25840            'IP4FWD' and
25841            'NDRPDR' and
25842            'IPSECSW' and
25843            not 'VHOST'"
25844   parameters:
25845   - "throughput"
25846   - "parent"
25847   - "tags"
25848   layout:
25849     title: "ipsec-3n-hsw-xl710-64b-sw-ndr"
25850     layout: "plot-throughput-speedup-analysis"
25851
25852 - type: "plot"
25853   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
25854   algorithm: "plot_throughput_speedup_analysis"
25855   output-file-type: ".html"
25856   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
25857   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25858   filter: "'NIC_Intel-XL710' and
25859            '64B' and
25860            'IP4FWD' and
25861            'NDRPDR' and
25862            'IPSECSW' and
25863            not 'VHOST'"
25864   parameters:
25865   - "throughput"
25866   - "parent"
25867   - "tags"
25868   layout:
25869     title: "ipsec-3n-hsw-xl710-64b-sw-pdr"
25870     layout: "plot-throughput-speedup-analysis"
25871
25872 ################################################################################
25873
25874 # Speedup - VPP SRv6 3n-hsw-x520
25875 - type: "plot"
25876   title: "Speedup: srv6-3n-hsw-x520-78b-features-ndr-tsa"
25877   algorithm: "plot_throughput_speedup_analysis"
25878   output-file-type: ".html"
25879   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-ndr-tsa"
25880   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25881   filter: "'NIC_Intel-X520-DA2' and
25882            '78B' and
25883            'FEATURE' and
25884            'NDRPDR' and
25885            'IP6FWD' and
25886            'SRv6'"
25887   parameters:
25888   - "throughput"
25889   - "parent"
25890   - "tags"
25891   layout:
25892     title: "srv6-3n-hsw-x520-78b-features-ndr"
25893     layout: "plot-throughput-speedup-analysis"
25894
25895 - type: "plot"
25896   title: "Speedup: srv6-3n-hsw-x520-78b-features-pdr-tsa"
25897   algorithm: "plot_throughput_speedup_analysis"
25898   output-file-type: ".html"
25899   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-pdr-tsa"
25900   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25901   filter: "'NIC_Intel-X520-DA2' and
25902            '78B' and
25903            'FEATURE' and
25904            'NDRPDR' and
25905            'IP6FWD' and
25906            'SRv6'"
25907   parameters:
25908   - "throughput"
25909   - "parent"
25910   - "tags"
25911   layout:
25912     title: "srv6-3n-hsw-x520-78b-features-pdr"
25913     layout: "plot-throughput-speedup-analysis"
25914
25915 ################################################################################
25916
25917 # Speedup - VPP L2 3n-hsw-x520 base and scale
25918 - type: "plot"
25919   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25920   algorithm: "plot_throughput_speedup_analysis"
25921   output-file-type: ".html"
25922   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25923   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25924   filter: "'NIC_Intel-X520-DA2' and
25925            '64B' and
25926            ('BASE' or 'SCALE') and
25927            'NDRPDR' and
25928            'ETH' and
25929            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25930            not 'VHOST' and
25931            not 'MEMIF'"
25932   parameters:
25933   - "throughput"
25934   - "parent"
25935   - "tags"
25936   sort:
25937   - "L2XCFWD"
25938   - "L2PATCH"
25939   - "L2BDMACLRN"
25940   - "FIB_10K"
25941   - "FIB_100K"
25942   - "FIB_1M"
25943   layout:
25944     title: "l2sw-3n-hsw-x520-64b-base_and_scale-ndr"
25945     layout: "plot-throughput-speedup-analysis"
25946
25947 - type: "plot"
25948   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25949   algorithm: "plot_throughput_speedup_analysis"
25950   output-file-type: ".html"
25951   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25952   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25953   filter: "'NIC_Intel-X520-DA2' and
25954            '64B' and
25955            ('BASE' or 'SCALE') and
25956            'NDRPDR' and
25957            'ETH' and
25958            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25959            not 'VHOST' and
25960            not 'MEMIF'"
25961   parameters:
25962   - "throughput"
25963   - "parent"
25964   - "tags"
25965   sort:
25966   - "L2XCFWD"
25967   - "L2PATCH"
25968   - "L2BDMACLRN"
25969   - "FIB_10K"
25970   - "FIB_100K"
25971   - "FIB_1M"
25972   layout:
25973     title: "l2sw-3n-hsw-x520-64b-base_and_scale-pdr"
25974     layout: "plot-throughput-speedup-analysis"
25975
25976 # Speedup - VPP L2 3n-hsw-x520 features
25977 - type: "plot"
25978   title: "Speedup: l2sw-3n-hsw-x520-64b-features-ndr-tsa"
25979   algorithm: "plot_throughput_speedup_analysis"
25980   output-file-type: ".html"
25981   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-ndr-tsa"
25982   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25983   filter: "'NIC_Intel-X520-DA2' and
25984            '64B' and
25985            'NDRPDR' and
25986            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
25987            not 'ACL' and
25988            not 'VHOST' and
25989            not 'MEMIF'"
25990   parameters:
25991   - "throughput"
25992   - "parent"
25993   - "tags"
25994   sort:
25995   - "L2XCBASE"    # l2xcbase
25996   - "L2BDBASE"    # l2bdbase
25997   - "L2XCFWD"     # dot1q-l2xcbase
25998   - "L2BDMACLRN"  # dot1q-l2bdbase
25999   layout:
26000     title: "l2sw-3n-hsw-x520-64b-features-ndr"
26001     layout: "plot-throughput-speedup-analysis"
26002
26003 - type: "plot"
26004   title: "Speedup: l2sw-3n-hsw-x520-64b-features-pdr-tsa"
26005   algorithm: "plot_throughput_speedup_analysis"
26006   output-file-type: ".html"
26007   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-pdr-tsa"
26008   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26009   filter: "'NIC_Intel-X520-DA2' and
26010            '64B' and
26011            'NDRPDR' and
26012            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26013            not 'ACL' and
26014            not 'VHOST' and
26015            not 'MEMIF'"
26016   parameters:
26017   - "throughput"
26018   - "parent"
26019   - "tags"
26020   sort:
26021   - "L2XCBASE"    # l2xcbase
26022   - "L2BDBASE"    # l2bdbase
26023   - "L2XCFWD"     # dot1q-l2xcbase
26024   - "L2BDMACLRN"  # dot1q-l2bdbase
26025   layout:
26026     title: "l2sw-3n-hsw-x520-64b-features-pdr"
26027     layout: "plot-throughput-speedup-analysis"
26028
26029 # Speedup - VPP L2 3n-hsw-x520 features-iacl
26030 - type: "plot"
26031   title: "Speedup: l2sw-3n-hsw-x520-64b-features-iacl-ndr-tsa"
26032   algorithm: "plot_throughput_speedup_analysis"
26033   output-file-type: ".html"
26034   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-iacl-ndr-tsa"
26035   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26036   filter: "'NIC_Intel-X520-DA2' and
26037            'NDRPDR' and
26038            '64B' and
26039            'FEATURE' and
26040            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26041            'IACL' and
26042            ('ACL1' or 'ACL50') and
26043            ('10K_FLOWS' or '10k_FLOWS') and
26044            not 'MACIP' and
26045            not 'VHOST' and
26046            not 'MEMIF'"
26047   parameters:
26048   - "throughput"
26049   - "parent"
26050   - "tags"
26051   layout:
26052     title: "l2sw-3n-hsw-x520-64b-features-iacl-ndr"
26053     layout: "plot-throughput-speedup-analysis"
26054
26055 - type: "plot"
26056   title: "Speedup: l2sw-3n-hsw-x520-64b-features-iacl-pdr-tsa"
26057   algorithm: "plot_throughput_speedup_analysis"
26058   output-file-type: ".html"
26059   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-iacl-pdr-tsa"
26060   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26061   filter: "'NIC_Intel-X520-DA2' and
26062            'NDRPDR' and
26063            '64B' and
26064            'FEATURE' and
26065            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26066            'IACL' and
26067            ('ACL1' or 'ACL50') and
26068            ('10K_FLOWS' or '10k_FLOWS') and
26069            not 'MACIP' and
26070            not 'VHOST' and
26071            not 'MEMIF'"
26072   parameters:
26073   - "throughput"
26074   - "parent"
26075   - "tags"
26076   layout:
26077     title: "l2sw-3n-hsw-x520-64b-features-iacl-pdr"
26078     layout: "plot-throughput-speedup-analysis"
26079
26080 # Speedup - VPP L2 3n-hsw-x520 features-oacl
26081 - type: "plot"
26082   title: "Speedup: l2sw-3n-hsw-x520-64b-features-oacl-ndr-tsa"
26083   algorithm: "plot_throughput_speedup_analysis"
26084   output-file-type: ".html"
26085   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-oacl-ndr-tsa"
26086   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26087   filter: "'NIC_Intel-X520-DA2' and
26088            'NDRPDR' and
26089            '64B' and
26090            'FEATURE' and
26091            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26092            'OACL' and
26093            ('ACL1' or 'ACL50') and
26094            ('10K_FLOWS' or '10k_FLOWS') and
26095            not 'MACIP' and
26096            not 'VHOST' and
26097            not 'MEMIF'"
26098   parameters:
26099   - "throughput"
26100   - "parent"
26101   - "tags"
26102   layout:
26103     title: "l2sw-3n-hsw-x520-64b-features-oacl-ndr"
26104     layout: "plot-throughput-speedup-analysis"
26105
26106 - type: "plot"
26107   title: "Speedup: l2sw-3n-hsw-x520-64b-features-oacl-pdr-tsa"
26108   algorithm: "plot_throughput_speedup_analysis"
26109   output-file-type: ".html"
26110   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-oacl-pdr-tsa"
26111   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26112   filter: "'NIC_Intel-X520-DA2' and
26113            'NDRPDR' and
26114            '64B' and
26115            'FEATURE' and
26116            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26117            'OACL' and
26118            ('ACL1' or 'ACL50') and
26119            ('10K_FLOWS' or '10k_FLOWS') and
26120            not 'MACIP' and
26121            not 'VHOST' and
26122            not 'MEMIF'"
26123   parameters:
26124   - "throughput"
26125   - "parent"
26126   - "tags"
26127   layout:
26128     title: "l2sw-3n-hsw-x520-64b-features-oacl-pdr"
26129     layout: "plot-throughput-speedup-analysis"
26130
26131 # Speedup - VPP L2 3n-hsw-x520 features-oacl
26132 - type: "plot"
26133   title: "Speedup: l2sw-3n-hsw-x520-64b-features-oacl-ndr-tsa"
26134   algorithm: "plot_throughput_speedup_analysis"
26135   output-file-type: ".html"
26136   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-oacl-ndr-tsa"
26137   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26138   filter: "'NIC_Intel-X520-DA2' and
26139            'NDRPDR' and
26140            '64B' and
26141            'FEATURE' and
26142            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26143            'OACL' and
26144            ('ACL1' or 'ACL50') and
26145            ('10K_FLOWS' or '10k_FLOWS') and
26146            not 'MACIP' and
26147            not 'VHOST' and
26148            not 'MEMIF'"
26149   parameters:
26150   - "throughput"
26151   - "parent"
26152   - "tags"
26153   layout:
26154     title: "l2sw-3n-hsw-x520-64b-features-oacl-ndr"
26155     layout: "plot-throughput-speedup-analysis"
26156
26157 - type: "plot"
26158   title: "Speedup: l2sw-3n-hsw-x520-64b-features-oacl-pdr-tsa"
26159   algorithm: "plot_throughput_speedup_analysis"
26160   output-file-type: ".html"
26161   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-oacl-pdr-tsa"
26162   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26163   filter: "'NIC_Intel-X520-DA2' and
26164            'NDRPDR' and
26165            '64B' and
26166            'FEATURE' and
26167            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26168            'OACL' and
26169            ('ACL1' or 'ACL50') and
26170            ('10K_FLOWS' or '10k_FLOWS') and
26171            not 'MACIP' and
26172            not 'VHOST' and
26173            not 'MEMIF'"
26174   parameters:
26175   - "throughput"
26176   - "parent"
26177   - "tags"
26178   layout:
26179     title: "l2sw-3n-hsw-x520-64b-features-oacl-pdr"
26180     layout: "plot-throughput-speedup-analysis"
26181
26182 # Speedup - VPP L2 3n-hsw-x520 features-macip
26183 - type: "plot"
26184   title: "Speedup: l2sw-3n-hsw-x520-64b-features-macip-ndr-tsa"
26185   algorithm: "plot_throughput_speedup_analysis"
26186   output-file-type: ".html"
26187   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-macip-ndr-tsa"
26188   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26189   filter: "'NIC_Intel-X520-DA2' and
26190            'NDRPDR' and
26191            '64B' and
26192            'FEATURE' and
26193            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26194            'MACIP' and
26195            ('ACL1' or 'ACL50') and
26196            ('10K_FLOWS' or '10k_FLOWS') and
26197            not 'VHOST' and
26198            not 'MEMIF'"
26199   parameters:
26200   - "throughput"
26201   - "parent"
26202   - "tags"
26203   layout:
26204     title: "l2sw-3n-hsw-x520-64b-features-macip-ndr"
26205     layout: "plot-throughput-speedup-analysis"
26206
26207 - type: "plot"
26208   title: "Speedup: l2sw-3n-hsw-x520-64b-features-macip-pdr-tsa"
26209   algorithm: "plot_throughput_speedup_analysis"
26210   output-file-type: ".html"
26211   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-macip-pdr-tsa"
26212   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26213   filter: "'NIC_Intel-X520-DA2' and
26214            'NDRPDR' and
26215            '64B' and
26216            'FEATURE' and
26217            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26218            'MACIP' and
26219            ('ACL1' or 'ACL50') and
26220            ('10K_FLOWS' or '10k_FLOWS') and
26221            not 'VHOST' and
26222            not 'MEMIF'"
26223   parameters:
26224   - "throughput"
26225   - "parent"
26226   - "tags"
26227   layout:
26228     title: "l2sw-3n-hsw-x520-64b-features-macip-pdr"
26229     layout: "plot-throughput-speedup-analysis"
26230
26231 # Speedup - VPP L2 3n-hsw-x710 base and scale
26232 - type: "plot"
26233   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
26234   algorithm: "plot_throughput_speedup_analysis"
26235   output-file-type: ".html"
26236   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
26237   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26238   filter: "'NIC_Intel-X710' and
26239            '64B' and
26240            ('BASE' or 'SCALE') and
26241            'NDRPDR' and
26242            'ETH' and
26243            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26244            not 'VHOST' and
26245            not 'MEMIF' and
26246            not 'DRV_AVF'"
26247   parameters:
26248   - "throughput"
26249   - "parent"
26250   - "tags"
26251   sort:
26252   - "L2PATCH"
26253   - "L2XCFWD"
26254   - "L2BDMACLRN"
26255   - "FIB_10K"
26256   - "FIB_100K"
26257   - "FIB_1M"
26258   layout:
26259     title: "l2sw-3n-hsw-x710-64b-base_and_scale-ndr"
26260     layout: "plot-throughput-speedup-analysis"
26261
26262 - type: "plot"
26263   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
26264   algorithm: "plot_throughput_speedup_analysis"
26265   output-file-type: ".html"
26266   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
26267   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26268   filter: "'NIC_Intel-X710' and
26269            '64B' and
26270            ('BASE' or 'SCALE') and
26271            'NDRPDR' and
26272            'ETH' and
26273            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26274            not 'VHOST' and
26275            not 'MEMIF' and
26276            not 'DRV_AVF'"
26277   parameters:
26278   - "throughput"
26279   - "parent"
26280   - "tags"
26281   sort:
26282   - "L2PATCH"
26283   - "L2XCFWD"
26284   - "L2BDMACLRN"
26285   - "FIB_10K"
26286   - "FIB_100K"
26287   - "FIB_1M"
26288   layout:
26289     title: "l2sw-3n-hsw-x710-64b-base_and_scale-pdr"
26290     layout: "plot-throughput-speedup-analysis"
26291
26292 # Speedup - VPP L2 3n-hsw-x710 features
26293 - type: "plot"
26294   title: "Speedup: l2sw-3n-hsw-x710-64b-features-ndr-tsa"
26295   algorithm: "plot_throughput_speedup_analysis"
26296   output-file-type: ".html"
26297   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-ndr-tsa"
26298   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26299   filter: "'NIC_Intel-X710' and
26300            '64B' and
26301            'NDRPDR' and
26302            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26303            not 'ACL' and
26304            not 'VHOST' and
26305            not 'L2OVRLAY' and
26306            not 'MEMIF'"
26307   parameters:
26308   - "throughput"
26309   - "parent"
26310   - "tags"
26311   sort:
26312   - "L2XCBASE"    # l2xcbase
26313   - "L2BDBASE"    # l2bdbase
26314   - "L2XCFWD"     # dot1q-l2xcbase
26315   - "L2BDMACLRN"  # dot1q-l2bdbase
26316   layout:
26317     title: "l2sw-3n-hsw-x710-64b-features-ndr"
26318     layout: "plot-throughput-speedup-analysis"
26319
26320 - type: "plot"
26321   title: "Speedup: l2sw-3n-hsw-x710-64b-features-pdr-tsa"
26322   algorithm: "plot_throughput_speedup_analysis"
26323   output-file-type: ".html"
26324   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-pdr-tsa"
26325   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26326   filter: "'NIC_Intel-X710' and
26327            '64B' and
26328            'NDRPDR' and
26329            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26330            not 'ACL' and
26331            not 'VHOST' and
26332            not 'L2OVRLAY' and
26333            not 'MEMIF'"
26334   parameters:
26335   - "throughput"
26336   - "parent"
26337   - "tags"
26338   sort:
26339   - "L2XCBASE"    # l2xcbase
26340   - "L2BDBASE"    # l2bdbase
26341   - "L2XCFWD"     # dot1q-l2xcbase
26342   - "L2BDMACLRN"  # dot1q-l2bdbase
26343   layout:
26344     title: "l2sw-3n-hsw-x710-64b-features-pdr"
26345     layout: "plot-throughput-speedup-analysis"
26346
26347 # Speedup - VPP L2 3n-hsw-x710 features-iacl
26348 - type: "plot"
26349   title: "Speedup: l2sw-3n-hsw-x710-64b-features-iacl-ndr-tsa"
26350   algorithm: "plot_throughput_speedup_analysis"
26351   output-file-type: ".html"
26352   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-iacl-ndr-tsa"
26353   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26354   filter: "'NIC_Intel-X710' and
26355            'NDRPDR' and
26356            '64B' and
26357            'FEATURE' and
26358            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26359            'IACL' and
26360            ('ACL1' or 'ACL50') and
26361            ('10K_FLOWS' or '10k_FLOWS') and
26362            not 'MACIP' and
26363            not 'VHOST' and
26364            not 'MEMIF'"
26365   parameters:
26366   - "throughput"
26367   - "parent"
26368   - "tags"
26369   layout:
26370     title: "l2sw-3n-hsw-x710-64b-features-iacl-ndr"
26371     layout: "plot-throughput-speedup-analysis"
26372
26373 - type: "plot"
26374   title: "Speedup: l2sw-3n-hsw-x710-64b-features-iacl-pdr-tsa"
26375   algorithm: "plot_throughput_speedup_analysis"
26376   output-file-type: ".html"
26377   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-iacl-pdr-tsa"
26378   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26379   filter: "'NIC_Intel-X710' and
26380            'NDRPDR' and
26381            '64B' and
26382            'FEATURE' and
26383            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26384            'IACL' and
26385            ('ACL1' or 'ACL50') and
26386            ('10K_FLOWS' or '10k_FLOWS') and
26387            not 'MACIP' and
26388            not 'VHOST' and
26389            not 'MEMIF'"
26390   parameters:
26391   - "throughput"
26392   - "parent"
26393   - "tags"
26394   layout:
26395     title: "l2sw-3n-hsw-x710-64b-features-iacl-pdr"
26396     layout: "plot-throughput-speedup-analysis"
26397
26398 # Speedup - VPP L2 3n-hsw-xl710 base and scale
26399 - type: "plot"
26400   title: "Speedup: l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
26401   algorithm: "plot_throughput_speedup_analysis"
26402   output-file-type: ".html"
26403   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
26404   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26405   filter: "'NIC_Intel-XL710' and
26406            '64B' and
26407            'BASE' and
26408            'NDRPDR' and
26409            'ETH' and
26410            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26411            not 'VHOST' and
26412            not 'MEMIF'"
26413   parameters:
26414   - "throughput"
26415   - "parent"
26416   - "tags"
26417   sort:
26418   - "L2PATCH"
26419   - "L2XCFWD"
26420   - "L2BDMACLRN"
26421   layout:
26422     title: "l2sw-3n-hsw-xl710-64b-base-ndr"
26423     layout: "plot-throughput-speedup-analysis"
26424
26425 - type: "plot"
26426   title: "Speedup: l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
26427   algorithm: "plot_throughput_speedup_analysis"
26428   output-file-type: ".html"
26429   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
26430   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26431   filter: "'NIC_Intel-XL710' and
26432            '64B' and
26433            'BASE' and
26434            'NDRPDR' and
26435            'ETH' and
26436            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26437            not 'VHOST' and
26438            not 'MEMIF'"
26439   parameters:
26440   - "throughput"
26441   - "parent"
26442   - "tags"
26443   sort:
26444   - "L2PATCH"
26445   - "L2XCFWD"
26446   - "L2BDMACLRN"
26447   layout:
26448     title: "l2sw-3n-hsw-xl710-64b-base-pdr"
26449     layout: "plot-throughput-speedup-analysis"
26450
26451 # Speedup - VPP L2 3n-skx-x710 base and scale
26452 - type: "plot"
26453   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
26454   algorithm: "plot_throughput_speedup_analysis"
26455   output-file-type: ".html"
26456   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
26457   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26458   filter: "'NIC_Intel-X710' and
26459            '64B' and
26460            ('BASE' or 'SCALE') and
26461            'NDRPDR' and
26462            'ETH' and
26463            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26464            not 'VHOST' and
26465            not 'DRV_AVF' and
26466            not 'MEMIF'"
26467   parameters:
26468   - "throughput"
26469   - "parent"
26470   - "tags"
26471   sort:
26472   - "L2PATCH"
26473   - "L2XCBASE"
26474   - "BASE"
26475   - "FIB_10K"
26476   - "FIB_100K"
26477   - "FIB_1M"
26478   layout:
26479     title: "l2sw-3n-skx-x710-64b-base_and_scale-ndr"
26480     layout: "plot-throughput-speedup-analysis"
26481
26482 - type: "plot"
26483   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
26484   algorithm: "plot_throughput_speedup_analysis"
26485   output-file-type: ".html"
26486   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
26487   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26488   filter: "'NIC_Intel-X710' and
26489            '64B' and
26490            ('BASE' or 'SCALE') and
26491            'NDRPDR' and
26492            'ETH' and
26493            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26494            not 'VHOST' and
26495            not 'DRV_AVF' and
26496            not 'MEMIF'"
26497   parameters:
26498   - "throughput"
26499   - "parent"
26500   - "tags"
26501   sort:
26502   - "L2PATCH"
26503   - "L2XCBASE"
26504   - "BASE"
26505   - "FIB_10K"
26506   - "FIB_100K"
26507   - "FIB_1M"
26508   layout:
26509     title: "l2sw-3n-skx-x710-64b-base_and_scale-pdr"
26510     layout: "plot-throughput-speedup-analysis"
26511
26512 # Speedup - VPP L2 3n-skx-x710 features
26513 - type: "plot"
26514   title: "Speedup: l2sw-3n-skx-x710-64b-features-ndr-tsa"
26515   algorithm: "plot_throughput_speedup_analysis"
26516   output-file-type: ".html"
26517   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-ndr-tsa"
26518   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26519   filter: "'NIC_Intel-X710' and
26520            '64B' and
26521            'NDRPDR' and
26522            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26523            not 'ACL' and
26524            not 'VHOST' and
26525            not 'DRV_AVF' and
26526            not 'L2OVRLAY' and
26527            not 'MEMIF'"
26528   parameters:
26529   - "throughput"
26530   - "parent"
26531   - "tags"
26532   sort:
26533   - "L2XCBASE"    # l2xcbase
26534   - "L2BDBASE"    # l2bdbase
26535   - "L2XCFWD"     # dot1q-l2xcbase
26536   - "L2BDMACLRN"  # dot1q-l2bdbase
26537   layout:
26538     title: "l2sw-3n-skx-x710-64b-features-ndr"
26539     layout: "plot-throughput-speedup-analysis"
26540
26541 - type: "plot"
26542   title: "Speedup: l2sw-3n-skx-x710-64b-features-pdr-tsa"
26543   algorithm: "plot_throughput_speedup_analysis"
26544   output-file-type: ".html"
26545   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-pdr-tsa"
26546   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26547   filter: "'NIC_Intel-X710' and
26548            '64B' and
26549            'NDRPDR' and
26550            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26551            not 'ACL' and
26552            not 'VHOST' and
26553            not 'DRV_AVF' and
26554            not 'L2OVRLAY' and
26555            not 'MEMIF'"
26556   parameters:
26557   - "throughput"
26558   - "parent"
26559   - "tags"
26560   sort:
26561   - "L2XCBASE"    # l2xcbase
26562   - "L2BDBASE"    # l2bdbase
26563   - "L2XCFWD"     # dot1q-l2xcbase
26564   - "L2BDMACLRN"  # dot1q-l2bdbase
26565   layout:
26566     title: "l2sw-3n-skx-x710-64b-features-pdr"
26567     layout: "plot-throughput-speedup-analysis"
26568
26569 # Speedup - VPP L2 3n-skx-x710 features-iacl
26570 - type: "plot"
26571   title: "Speedup: l2sw-3n-skx-x710-64b-features-iacl-ndr-tsa"
26572   algorithm: "plot_throughput_speedup_analysis"
26573   output-file-type: ".html"
26574   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-iacl-ndr-tsa"
26575   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26576   filter: "'NIC_Intel-X710' and
26577            'NDRPDR' and
26578            '64B' and
26579            'FEATURE' and
26580            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26581            'IACL' and
26582            ('ACL1' or 'ACL50') and
26583            ('10K_FLOWS' or '10k_FLOWS') and
26584            not 'MACIP' and
26585            not 'VHOST' and
26586            not 'MEMIF'"
26587   parameters:
26588   - "throughput"
26589   - "parent"
26590   - "tags"
26591   layout:
26592     title: "l2sw-3n-skx-x710-64b-features-iacl-ndr"
26593     layout: "plot-throughput-speedup-analysis"
26594
26595 - type: "plot"
26596   title: "Speedup: l2sw-3n-skx-x710-64b-features-iacl-pdr-tsa"
26597   algorithm: "plot_throughput_speedup_analysis"
26598   output-file-type: ".html"
26599   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-iacl-pdr-tsa"
26600   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26601   filter: "'NIC_Intel-X710' and
26602            'NDRPDR' and
26603            '64B' and
26604            'FEATURE' and
26605            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26606            'IACL' and
26607            ('ACL1' or 'ACL50') and
26608            ('10K_FLOWS' or '10k_FLOWS') and
26609            not 'MACIP' and
26610            not 'VHOST' and
26611            not 'MEMIF'"
26612   parameters:
26613   - "throughput"
26614   - "parent"
26615   - "tags"
26616   layout:
26617     title: "l2sw-3n-skx-x710-64b-features-iacl-pdr"
26618     layout: "plot-throughput-speedup-analysis"
26619
26620 # Speedup - VPP L2 3n-skx-xxv710 base and scale
26621 - type: "plot"
26622   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26623   algorithm: "plot_throughput_speedup_analysis"
26624   output-file-type: ".html"
26625   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26626   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26627   filter: "'NIC_Intel-XXV710' and
26628            '64B' and
26629            ('BASE' or 'SCALE') and
26630            'NDRPDR' and
26631            'ETH' and
26632            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26633            not 'DRV_AVF' and
26634            not 'VHOST' and
26635            not 'MEMIF'"
26636   parameters:
26637   - "throughput"
26638   - "parent"
26639   - "tags"
26640 #  sort:
26641 #  - "L2PATCH"
26642 #  - "L2PATCH"
26643 #  - "L2XCBASE"
26644 #  - "L2BDMACLRN"
26645   layout:
26646     title: "l2sw-3n-skx-xxv710-64b-base_and_scale-ndr"
26647     layout: "plot-throughput-speedup-analysis"
26648
26649 - type: "plot"
26650   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26651   algorithm: "plot_throughput_speedup_analysis"
26652   output-file-type: ".html"
26653   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26654   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26655   filter: "'NIC_Intel-XXV710' and
26656            '64B' and
26657            ('BASE' or 'SCALE') and
26658            'NDRPDR' and
26659            'ETH' and
26660            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26661            not 'DRV_AVF' and
26662            not 'VHOST' and
26663            not 'MEMIF'"
26664   parameters:
26665   - "throughput"
26666   - "parent"
26667   - "tags"
26668 #  sort:
26669 #  - "L2PATCH"
26670 #  - "L2PATCH"
26671 #  - "L2XCBASE"
26672 #  - "L2BDMACLRN"
26673   layout:
26674     title: "l2sw-3n-skx-xxv710-64b-base_and_scale-pdr"
26675     layout: "plot-throughput-speedup-analysis"
26676
26677 # Speedup - VPP L2 2n-skx-x710 base and scale
26678 - type: "plot"
26679   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
26680   algorithm: "plot_throughput_speedup_analysis"
26681   output-file-type: ".html"
26682   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
26683   data: "plot-vpp-throughput-lat-tsa-2n-skx"
26684   filter: "'NIC_Intel-X710' and
26685            '64B' and
26686            ('BASE' or 'SCALE') and
26687            'NDRPDR' and
26688            'ETH' and
26689            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26690            not 'VHOST' and
26691            not 'MEMIF'"
26692   parameters:
26693   - "throughput"
26694   - "parent"
26695   - "tags"
26696   sort:
26697   - "L2PATCH"
26698   - "L2XCBASE"
26699   - "BASE"
26700   - "FIB_10K"
26701   - "FIB_100K"
26702   - "FIB_1M"
26703   layout:
26704     title: "l2sw-2n-skx-x710-64b-base_and_scale-ndr"
26705     layout: "plot-throughput-speedup-analysis"
26706
26707 - type: "plot"
26708   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
26709   algorithm: "plot_throughput_speedup_analysis"
26710   output-file-type: ".html"
26711   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
26712   data: "plot-vpp-throughput-lat-tsa-2n-skx"
26713   filter: "'NIC_Intel-X710' and
26714            '64B' and
26715            ('BASE' or 'SCALE') and
26716            'NDRPDR' and
26717            'ETH' and
26718            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26719            not 'VHOST' and
26720            not 'MEMIF'"
26721   parameters:
26722   - "throughput"
26723   - "parent"
26724   - "tags"
26725   sort:
26726   - "L2PATCH"
26727   - "L2XCBASE"
26728   - "BASE"
26729   - "FIB_10K"
26730   - "FIB_100K"
26731   - "FIB_1M"
26732   layout:
26733     title: "l2sw-2n-skx-x710-64b-base_and_scale-pdr"
26734     layout: "plot-throughput-speedup-analysis"
26735
26736 # Speedup - VPP L2 2n-skx-xxv710 base and scale
26737 - type: "plot"
26738   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26739   algorithm: "plot_throughput_speedup_analysis"
26740   output-file-type: ".html"
26741   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26742   data: "plot-vpp-throughput-lat-tsa-2n-skx"
26743   filter: "'NIC_Intel-XXV710' and
26744            '64B' and
26745            ('BASE' or 'SCALE') and
26746            'NDRPDR' and
26747            'ETH' and
26748            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26749            not 'VHOST' and
26750            not 'MEMIF'"
26751   parameters:
26752   - "throughput"
26753   - "parent"
26754   - "tags"
26755   sort:
26756   - "L2PATCH"
26757   - "L2XCBASE"
26758   - "BASE"
26759   - "FIB_10K"
26760   - "FIB_100K"
26761   - "FIB_1M"
26762   layout:
26763     title: "l2sw-2n-skx-xxv710-64b-base_and_scale-ndr"
26764     layout: "plot-throughput-speedup-analysis"
26765
26766 - type: "plot"
26767   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26768   algorithm: "plot_throughput_speedup_analysis"
26769   output-file-type: ".html"
26770   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26771   data: "plot-vpp-throughput-lat-tsa-2n-skx"
26772   filter: "'NIC_Intel-XXV710' and
26773            '64B' and
26774            ('BASE' or 'SCALE') and
26775            'NDRPDR' and
26776            'ETH' and
26777            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26778            not 'VHOST' and
26779            not 'MEMIF'"
26780   parameters:
26781   - "throughput"
26782   - "parent"
26783   - "tags"
26784   sort:
26785   - "L2PATCH"
26786   - "L2XCBASE"
26787   - "BASE"
26788   - "FIB_10K"
26789   - "FIB_100K"
26790   - "FIB_1M"
26791   layout:
26792     title: "l2sw-2n-skx-xxv710-64b-base_and_scale-pdr"
26793     layout: "plot-throughput-speedup-analysis"
26794
26795 ## Speedup - VPP L2 2n-dnv-x553 base
26796 #- type: "plot"
26797 #  title: "Speedup: l2sw-2n-dnv-x553-64b-base-ndr-tsa"
26798 #  algorithm: "plot_throughput_speedup_analysis"
26799 #  output-file-type: ".html"
26800 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-base-ndr-tsa"
26801 #  data: "intel-dnv-vpp"
26802 #  filter: "'NIC_Intel-X553' and
26803 #           '64B' and
26804 #           ('BASE' or 'SCALE') and
26805 #           'NDRPDR' and
26806 #           'ETH' and
26807 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26808 #           not 'VHOST' and
26809 #           not 'MEMIF'"
26810 #  parameters:
26811 #  - "throughput"
26812 #  - "parent"
26813 #  - "tags"
26814 #  sort:
26815 #  - "L2XCBASE"
26816 #  - "L2BDMACLRN"
26817 #  - "L2PATCH"
26818 #  layout:
26819 #    title: "l2sw-2n-dnv-x553-64b-base-ndr"
26820 #    layout: "plot-throughput-speedup-analysis"
26821 #
26822 #- type: "plot"
26823 #  title: "Speedup: l2sw-2n-dnv-x553-64b-base-pdr-tsa"
26824 #  algorithm: "plot_throughput_speedup_analysis"
26825 #  output-file-type: ".html"
26826 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-base-pdr-tsa"
26827 #  data: "intel-dnv-vpp"
26828 #  filter: "'NIC_Intel-X553' and
26829 #           '64B' and
26830 #           ('BASE' or 'SCALE') and
26831 #           'NDRPDR' and
26832 #           'ETH' and
26833 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26834 #           not 'VHOST' and
26835 #           not 'MEMIF'"
26836 #  parameters:
26837 #  - "throughput"
26838 #  - "parent"
26839 #  - "tags"
26840 #  sort:
26841 #  - "L2XCBASE"
26842 #  - "L2BDMACLRN"
26843 #  - "L2PATCH"
26844 #  layout:
26845 #    title: "l2sw-2n-dnv-x553-64b-base-pdr"
26846 #    layout: "plot-throughput-speedup-analysis"
26847
26848 ################################################################################
26849
26850 # Packet Speedup - VPP vhost ip4 3n-hsw-x520
26851 - type: "plot"
26852   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
26853   algorithm: "plot_throughput_speedup_analysis"
26854   output-file-type: ".html"
26855   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
26856   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26857   filter: "'NIC_Intel-X520-DA2' and
26858            '64B' and
26859            'NDRPDR' and
26860            'ETH' and
26861            'IP4FWD' and
26862            'VHOST_1024' and
26863            not 'VXLAN' and
26864            not 'DOT1Q'"
26865   parameters:
26866   - "throughput"
26867   - "parent"
26868   - "tags"
26869   sort:
26870   - "not CFS_OPT"
26871   - "1VM"
26872   - "2VM"
26873   layout:
26874     title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr"
26875     layout: "plot-throughput-speedup-analysis"
26876
26877 - type: "plot"
26878   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
26879   algorithm: "plot_throughput_speedup_analysis"
26880   output-file-type: ".html"
26881   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
26882   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26883   filter: "'NIC_Intel-X520-DA2' and
26884            '64B' and
26885            'NDRPDR' and
26886            'ETH' and
26887            'IP4FWD' and
26888            'VHOST_1024' and
26889            not 'VXLAN' and
26890            not 'DOT1Q'"
26891   parameters:
26892   - "throughput"
26893   - "parent"
26894   - "tags"
26895   sort:
26896   - "not CFS_OPT"
26897   - "1VM"
26898   - "2VM"
26899   layout:
26900     title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr"
26901     layout: "plot-throughput-speedup-analysis"
26902
26903 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base
26904 - type: "plot"
26905   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_features-ndr-tsa"
26906   algorithm: "plot_throughput_speedup_analysis"
26907   output-file-type: ".html"
26908   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_features-ndr-tsa"
26909   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26910   filter: "'NIC_Intel-X520-DA2' and
26911            '64B' and
26912            'NDRPDR' and
26913            ('ETH' or 'DOT1Q') and
26914            'BASE' and
26915            ('L2BDMACLRN' or 'L2XCFWD') and
26916            'VHOST_1024' and
26917            not 'VXLAN' and
26918            not 'IP4FWD' and
26919            not '2VM'"
26920   parameters:
26921   - "throughput"
26922   - "parent"
26923   - "tags"
26924   sort:
26925   - "L2BDMACLRN"
26926   - "L2BDMACLRN"
26927   - "L2BDMACLRN"
26928   - "L2XCFWD"
26929   - "L2XCFWD"
26930   - "L2XCFWD"
26931   layout:
26932     title: "vhost-l2sw-3n-hsw-x520-64b-base_and_features-ndr"
26933     layout: "plot-throughput-speedup-analysis"
26934
26935 - type: "plot"
26936   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_features-pdr-tsa"
26937   algorithm: "plot_throughput_speedup_analysis"
26938   output-file-type: ".html"
26939   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_features-pdr-tsa"
26940   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26941   filter: "'NIC_Intel-X520-DA2' and
26942            '64B' and
26943            'NDRPDR' and
26944            ('ETH' or 'DOT1Q') and
26945            'BASE' and
26946            ('L2BDMACLRN' or 'L2XCFWD') and
26947            'VHOST_1024' and
26948            not 'VXLAN' and
26949            not 'IP4FWD' and
26950            not '2VM'"
26951   parameters:
26952   - "throughput"
26953   - "parent"
26954   - "tags"
26955   sort:
26956   - "L2BDMACLRN"
26957   - "L2BDMACLRN"
26958   - "L2BDMACLRN"
26959   - "L2XCFWD"
26960   - "L2XCFWD"
26961   - "L2XCFWD"
26962   layout:
26963     title: "vhost-l2sw-3n-hsw-x520-64b-base_and_features-pdr"
26964     layout: "plot-throughput-speedup-analysis"
26965
26966 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base vm
26967 - type: "plot"
26968   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
26969   algorithm: "plot_throughput_speedup_analysis"
26970   output-file-type: ".html"
26971   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
26972   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26973   filter: "'NIC_Intel-X520-DA2' and
26974            '64B' and
26975            'NDRPDR' and
26976            ('ETH' or 'DOT1Q') and
26977            ('L2BDMACLRN' or 'L2XCFWD') and
26978            'VHOST_1024' and
26979            not 'CFS_OPT' and
26980            not 'DOT1Q' and
26981            not 'VXLAN' and
26982            not 'IP4FWD' and
26983            not 'LBOND'"
26984   parameters:
26985   - "throughput"
26986   - "parent"
26987   - "tags"
26988 #  sort:
26989 #  - "1VM"
26990 #  - "L2XCFWD"
26991 #  - "1VM"
26992 #  - "L2BDMACLRN"
26993   layout:
26994     title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr"
26995     layout: "plot-throughput-speedup-analysis"
26996
26997 - type: "plot"
26998   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
26999   algorithm: "plot_throughput_speedup_analysis"
27000   output-file-type: ".html"
27001   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
27002   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27003   filter: "'NIC_Intel-X520-DA2' and
27004            '64B' and
27005            'NDRPDR' and
27006            ('ETH' or 'DOT1Q') and
27007            ('L2BDMACLRN' or 'L2XCFWD') and
27008            'VHOST_1024' and
27009            not 'CFS_OPT' and
27010            not 'DOT1Q' and
27011            not 'VXLAN' and
27012            not 'IP4FWD' and
27013            not 'LBOND'"
27014   parameters:
27015   - "throughput"
27016   - "parent"
27017   - "tags"
27018 #  sort:
27019 #  - "1VM"
27020 #  - "L2XCFWD"
27021 #  - "1VM"
27022 #  - "L2BDMACLRN"
27023   layout:
27024     title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr"
27025     layout: "plot-throughput-speedup-analysis"
27026
27027 # Packet Speedup - VPP vhost ip4 3n-hsw-x710
27028 - type: "plot"
27029   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
27030   algorithm: "plot_throughput_speedup_analysis"
27031   output-file-type: ".html"
27032   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
27033   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27034   filter: "'NIC_Intel-X710' and
27035            '64B' and
27036            'NDRPDR' and
27037            'ETH' and
27038            'IP4FWD' and
27039            'VHOST_1024' and
27040            not 'VXLAN' and
27041            not 'CFS_OPT' and
27042            not 'DOT1Q'"
27043   parameters:
27044   - "throughput"
27045   - "parent"
27046   - "tags"
27047   sort:
27048   - "1VM"
27049   - "2VM"
27050   layout:
27051     title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr"
27052     layout: "plot-throughput-speedup-analysis"
27053
27054 - type: "plot"
27055   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
27056   algorithm: "plot_throughput_speedup_analysis"
27057   output-file-type: ".html"
27058   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
27059   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27060   filter: "'NIC_Intel-X710' and
27061            '64B' and
27062            'NDRPDR' and
27063            'ETH' and
27064            'IP4FWD' and
27065            'VHOST_1024' and
27066            not 'VXLAN' and
27067            not 'CFS_OPT' and
27068            not 'DOT1Q'"
27069   parameters:
27070   - "throughput"
27071   - "parent"
27072   - "tags"
27073   sort:
27074   - "1VM"
27075   - "2VM"
27076   layout:
27077     title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr"
27078     layout: "plot-throughput-speedup-analysis"
27079
27080 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base
27081 - type: "plot"
27082   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_features-ndr-tsa"
27083   algorithm: "plot_throughput_speedup_analysis"
27084   output-file-type: ".html"
27085   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_features-ndr-tsa"
27086   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27087   filter: "'NIC_Intel-X710' and
27088            '64B' and
27089            'NDRPDR' and
27090            ('ETH' or 'DOT1Q') and
27091            'BASE' and
27092            ('L2BDMACLRN' or 'L2XCFWD') and
27093            'VHOST_1024' and
27094            not 'VXLAN' and
27095            not 'IP4FWD' and
27096            not '2VM'"
27097   parameters:
27098   - "throughput"
27099   - "parent"
27100   - "tags"
27101   sort:
27102   - "L2BDMACLRN"
27103   - "L2BDMACLRN"
27104   - "L2BDMACLRN"
27105   - "L2XCFWD"
27106   - "L2XCFWD"
27107   - "L2XCFWD"
27108   layout:
27109     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_features-ndr"
27110     layout: "plot-throughput-speedup-analysis"
27111
27112 - type: "plot"
27113   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_features-pdr-tsa"
27114   algorithm: "plot_throughput_speedup_analysis"
27115   output-file-type: ".html"
27116   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_features-pdr-tsa"
27117   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27118   filter: "'NIC_Intel-X710' and
27119            '64B' and
27120            'NDRPDR' and
27121            ('ETH' or 'DOT1Q') and
27122            'BASE' and
27123            ('L2BDMACLRN' or 'L2XCFWD') and
27124            'VHOST_1024' and
27125            not 'VXLAN' and
27126            not 'IP4FWD' and
27127            not '2VM'"
27128   parameters:
27129   - "throughput"
27130   - "parent"
27131   - "tags"
27132   sort:
27133   - "L2BDMACLRN"
27134   - "L2BDMACLRN"
27135   - "L2BDMACLRN"
27136   - "L2XCFWD"
27137   - "L2XCFWD"
27138   - "L2XCFWD"
27139   layout:
27140     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_features-pdr"
27141     layout: "plot-throughput-speedup-analysis"
27142
27143 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base vm
27144 - type: "plot"
27145   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-ndr-tsa"
27146   algorithm: "plot_throughput_speedup_analysis"
27147   output-file-type: ".html"
27148   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-ndr-tsa"
27149   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27150   filter: "'NIC_Intel-X710' and
27151            '64B' and
27152            'NDRPDR' and
27153            ('ETH' or 'DOT1Q') and
27154            ('L2BDMACLRN' or 'L2XCFWD') and
27155            'VHOST_1024' and
27156            not 'CFS_OPT' and
27157            not 'VXLAN' and
27158            not 'IP4FWD' and
27159            not 'LBOND'"
27160   parameters:
27161   - "throughput"
27162   - "parent"
27163   - "tags"
27164   sort:
27165   - "L2BDMACLRN"
27166   - "L2BDMACLRN"
27167   - "L2BDMACLRN"
27168   - "L2XCFWD"
27169   - "L2XCFWD"
27170   - "L2XCFWD"
27171   layout:
27172     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-ndr"
27173     layout: "plot-throughput-speedup-analysis"
27174
27175 - type: "plot"
27176   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-pdr-tsa"
27177   algorithm: "plot_throughput_speedup_analysis"
27178   output-file-type: ".html"
27179   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-pdr-tsa"
27180   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27181   filter: "'NIC_Intel-X710' and
27182            '64B' and
27183            'NDRPDR' and
27184            ('ETH' or 'DOT1Q') and
27185            ('L2BDMACLRN' or 'L2XCFWD') and
27186            'VHOST_1024' and
27187            not 'CFS_OPT' and
27188            not 'VXLAN' and
27189            not 'IP4FWD' and
27190            not 'LBOND'"
27191   parameters:
27192   - "throughput"
27193   - "parent"
27194   - "tags"
27195   sort:
27196   - "L2BDMACLRN"
27197   - "L2BDMACLRN"
27198   - "L2BDMACLRN"
27199   - "L2XCFWD"
27200   - "L2XCFWD"
27201   - "L2XCFWD"
27202   layout:
27203     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-pdr"
27204     layout: "plot-throughput-speedup-analysis"
27205
27206 # Packet Speedup - VPP vhost ip4 3n-skx-x710
27207 - type: "plot"
27208   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
27209   algorithm: "plot_throughput_speedup_analysis"
27210   output-file-type: ".html"
27211   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
27212   data: "plot-vpp-throughput-lat-tsa-3n-skx"
27213   filter: "'NIC_Intel-X710' and
27214            '64B' and
27215            'NDRPDR' and
27216            'ETH' and
27217            'IP4FWD' and
27218            'VHOST_1024' and
27219            not 'VXLAN' and
27220            not 'DOT1Q'"
27221   parameters:
27222   - "throughput"
27223   - "parent"
27224   - "tags"
27225   sort:
27226   - "1VM"
27227   - "2VM"
27228   layout:
27229     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr"
27230     layout: "plot-throughput-speedup-analysis"
27231
27232 - type: "plot"
27233   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
27234   algorithm: "plot_throughput_speedup_analysis"
27235   output-file-type: ".html"
27236   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
27237   data: "plot-vpp-throughput-lat-tsa-3n-skx"
27238   filter: "'NIC_Intel-X710' and
27239            '64B' and
27240            'NDRPDR' and
27241            'ETH' and
27242            'IP4FWD' and
27243            'VHOST_1024' and
27244            not 'VXLAN' and
27245            not 'DOT1Q'"
27246   parameters:
27247   - "throughput"
27248   - "parent"
27249   - "tags"
27250   sort:
27251   - "1VM"
27252   - "2VM"
27253   layout:
27254     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr"
27255     layout: "plot-throughput-speedup-analysis"
27256
27257 # Packet Speedup - VPP vhost ip4 2n-skx-x710
27258 - type: "plot"
27259   title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
27260   algorithm: "plot_throughput_speedup_analysis"
27261   output-file-type: ".html"
27262   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
27263   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27264   filter: "'NIC_Intel-X710' and
27265            '64B' and
27266            'NDRPDR' and
27267            'ETH' and
27268            'IP4FWD' and
27269            'VHOST_1024' and
27270            not 'VXLAN' and
27271            not 'NF_DENSITY' and
27272            not 'CFS_OPT' and
27273            not 'DOT1Q'"
27274   parameters:
27275   - "throughput"
27276   - "parent"
27277   - "tags"
27278   sort:
27279   - "1VM"
27280   - "2VM"
27281   layout:
27282     title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr"
27283     layout: "plot-throughput-speedup-analysis"
27284
27285 - type: "plot"
27286   title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
27287   algorithm: "plot_throughput_speedup_analysis"
27288   output-file-type: ".html"
27289   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
27290   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27291   filter: "'NIC_Intel-X710' and
27292            '64B' and
27293            'NDRPDR' and
27294            'ETH' and
27295            'IP4FWD' and
27296            'VHOST_1024' and
27297            not 'VXLAN' and
27298            not 'NF_DENSITY' and
27299            not 'CFS_OPT' and
27300            not 'DOT1Q'"
27301   parameters:
27302   - "throughput"
27303   - "parent"
27304   - "tags"
27305   sort:
27306   - "1VM"
27307   - "2VM"
27308   layout:
27309     title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr"
27310     layout: "plot-throughput-speedup-analysis"
27311
27312 # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base
27313 - type: "plot"
27314   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_features-ndr-tsa"
27315   algorithm: "plot_throughput_speedup_analysis"
27316   output-file-type: ".html"
27317   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_features-ndr-tsa"
27318   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27319   filter: "'NIC_Intel-X710' and
27320            '64B' and
27321            'NDRPDR' and
27322            ('ETH' or 'DOT1Q') and
27323            'BASE' and
27324            ('L2BDMACLRN' or 'L2XCFWD') and
27325            'VHOST_1024' and
27326            not 'VXLAN' and
27327            not 'NF_DENSITY' and
27328            not 'IP4FWD' and
27329            not '2VM'"
27330   parameters:
27331   - "throughput"
27332   - "parent"
27333   - "tags"
27334 #  sort:
27335 #  - "not CFS_OPT"
27336 #  - "L2XCFWD"
27337 #  - "not CFS_OPT"
27338 #  - "CFS_OPT"
27339   layout:
27340     title: "vhost-l2sw-2n-skx-x710-64b-base_and_features-ndr"
27341     layout: "plot-throughput-speedup-analysis"
27342
27343 - type: "plot"
27344   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_features-pdr-tsa"
27345   algorithm: "plot_throughput_speedup_analysis"
27346   output-file-type: ".html"
27347   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_features-pdr-tsa"
27348   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27349   filter: "'NIC_Intel-X710' and
27350            '64B' and
27351            'NDRPDR' and
27352            ('ETH' or 'DOT1Q') and
27353            'BASE' and
27354            ('L2BDMACLRN' or 'L2XCFWD') and
27355            'VHOST_1024' and
27356            not 'VXLAN' and
27357            not 'NF_DENSITY' and
27358            not 'IP4FWD' and
27359            not '2VM'"
27360   parameters:
27361   - "throughput"
27362   - "parent"
27363   - "tags"
27364 #  sort:
27365 #  - "not CFS_OPT"
27366 #  - "L2XCFWD"
27367 #  - "not CFS_OPT"
27368 #  - "CFS_OPT"
27369   layout:
27370     title: "vhost-l2sw-2n-skx-x710-64b-base_and_features-pdr"
27371     layout: "plot-throughput-speedup-analysis"
27372
27373 # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base vm
27374 - type: "plot"
27375   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
27376   algorithm: "plot_throughput_speedup_analysis"
27377   output-file-type: ".html"
27378   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
27379   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27380   filter: "'NIC_Intel-X710' and
27381            '64B' and
27382            'NDRPDR' and
27383            ('ETH' or 'DOT1Q') and
27384            ('L2BDMACLRN' or 'L2XCFWD') and
27385            'VHOST_1024' and
27386            not 'CFS_OPT' and
27387            not 'VXLAN' and
27388            not 'NF_DENSITY' and
27389            not 'DOT1Q' and
27390            not 'IP4FWD'"
27391   parameters:
27392   - "throughput"
27393   - "parent"
27394   - "tags"
27395 #  sort:
27396 #  - "1VM"
27397 #  - "L2XCFWD"
27398 #  - "1VM"
27399 #  - "L2BDMACLRN"
27400   layout:
27401     title: "vhost-l2sw-2n-skx-x710-64b-base-vm-ndr"
27402     layout: "plot-throughput-speedup-analysis"
27403
27404 - type: "plot"
27405   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
27406   algorithm: "plot_throughput_speedup_analysis"
27407   output-file-type: ".html"
27408   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
27409   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27410   filter: "'NIC_Intel-X710' and
27411            '64B' and
27412            'NDRPDR' and
27413            ('ETH' or 'DOT1Q') and
27414            ('L2BDMACLRN' or 'L2XCFWD') and
27415            'VHOST_1024' and
27416            not 'CFS_OPT' and
27417            not 'VXLAN' and
27418            not 'NF_DENSITY' and
27419            not 'DOT1Q' and
27420            not 'IP4FWD'"
27421   parameters:
27422   - "throughput"
27423   - "parent"
27424   - "tags"
27425 #  sort:
27426 #  - "1VM"
27427 #  - "L2XCFWD"
27428 #  - "1VM"
27429 #  - "L2BDMACLRN"
27430   layout:
27431     title: "vhost-l2sw-2n-skx-x710-64b-base-vm-pdr"
27432     layout: "plot-throughput-speedup-analysis"
27433
27434 # Packet Speedup - VPP vhost ip4 2n-skx-xxv710
27435 - type: "plot"
27436   title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
27437   algorithm: "plot_throughput_speedup_analysis"
27438   output-file-type: ".html"
27439   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
27440   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27441   filter: "'NIC_Intel-XXV710' and
27442            '64B' and
27443            'NDRPDR' and
27444            'ETH' and
27445            'IP4FWD' and
27446            'VHOST_1024' and
27447            not 'VXLAN' and
27448            not 'CFS_OPT' and
27449            not 'DOT1Q'"
27450   parameters:
27451   - "throughput"
27452   - "parent"
27453   - "tags"
27454   sort:
27455   - "not CFS_OPT"
27456   - "1VM"
27457   - "2VM"
27458   layout:
27459     title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
27460     layout: "plot-throughput-speedup-analysis"
27461
27462 - type: "plot"
27463   title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
27464   algorithm: "plot_throughput_speedup_analysis"
27465   output-file-type: ".html"
27466   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
27467   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27468   filter: "'NIC_Intel-XXV710' and
27469            '64B' and
27470            'NDRPDR' and
27471            'ETH' and
27472            'IP4FWD' and
27473            'VHOST_1024' and
27474            not 'VXLAN' and
27475            not 'CFS_OPT' and
27476            not 'DOT1Q'"
27477   parameters:
27478   - "throughput"
27479   - "parent"
27480   - "tags"
27481   sort:
27482   - "not CFS_OPT"
27483   - "1VM"
27484   - "2VM"
27485   layout:
27486     title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
27487     layout: "plot-throughput-speedup-analysis"
27488
27489 ## Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base
27490 #- type: "plot"
27491 #  title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_features-ndr-tsa"
27492 #  algorithm: "plot_throughput_speedup_analysis"
27493 #  output-file-type: ".html"
27494 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_features-ndr-tsa"
27495 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
27496 #  filter: "'NIC_Intel-XXV710' and
27497 #           '64B' and
27498 #           'NDRPDR' and
27499 #           ('ETH' or 'DOT1Q') and
27500 #           'BASE' and
27501 #           ('L2BDMACLRN' or 'L2XCFWD') and
27502 #           'VHOST_1024' and
27503 #           not 'VXLAN' and
27504 #           not 'IP4FWD' and
27505 #           not '2VM'"
27506 #  parameters:
27507 #  - "throughput"
27508 #  - "parent"
27509 #  - "tags"
27510 ##  sort:
27511 ##  - "not CFS_OPT"
27512 ##  - "L2XCFWD"
27513 ##  - "not CFS_OPT"
27514 ##  - "CFS_OPT"
27515 #  layout:
27516 #    title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_features-ndr"
27517 #    layout: "plot-throughput-speedup-analysis"
27518 #
27519 #- type: "plot"
27520 #  title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_features-pdr-tsa"
27521 #  algorithm: "plot_throughput_speedup_analysis"
27522 #  output-file-type: ".html"
27523 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_features-pdr-tsa"
27524 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
27525 #  filter: "'NIC_Intel-XXV710' and
27526 #           '64B' and
27527 #           'NDRPDR' and
27528 #           ('ETH' or 'DOT1Q') and
27529 #           'BASE' and
27530 #           ('L2BDMACLRN' or 'L2XCFWD') and
27531 #           'VHOST_1024' and
27532 #           not 'VXLAN' and
27533 #           not 'IP4FWD' and
27534 #           not '2VM'"
27535 #  parameters:
27536 #  - "throughput"
27537 #  - "parent"
27538 #  - "tags"
27539 ##  sort:
27540 ##  - "not CFS_OPT"
27541 ##  - "L2XCFWD"
27542 ##  - "not CFS_OPT"
27543 ##  - "CFS_OPT"
27544 #  layout:
27545 #    title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_features-pdr"
27546 #    layout: "plot-throughput-speedup-analysis"
27547 #
27548 ## Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base vm
27549 #- type: "plot"
27550 #  title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
27551 #  algorithm: "plot_throughput_speedup_analysis"
27552 #  output-file-type: ".html"
27553 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
27554 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
27555 #  filter: "'NIC_Intel-XXV710' and
27556 #           '64B' and
27557 #           'NDRPDR' and
27558 #           ('ETH' or 'DOT1Q') and
27559 #           ('L2BDMACLRN' or 'L2XCFWD') and
27560 #           'VHOST_1024' and
27561 #           not 'CFS_OPT' and
27562 #           not 'VXLAN' and
27563 #           not 'DOT1Q' and
27564 #           not 'IP4FWD'"
27565 #  parameters:
27566 #  - "throughput"
27567 #  - "parent"
27568 #  - "tags"
27569 ##  sort:
27570 ##  - "1VM"
27571 ##  - "L2XCFWD"
27572 ##  - "1VM"
27573 ##  - "L2BDMACLRN"
27574 #  layout:
27575 #    title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr"
27576 #    layout: "plot-throughput-speedup-analysis"
27577 #
27578 #- type: "plot"
27579 #  title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
27580 #  algorithm: "plot_throughput_speedup_analysis"
27581 #  output-file-type: ".html"
27582 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
27583 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
27584 #  filter: "'NIC_Intel-XXV710' and
27585 #           '64B' and
27586 #           'NDRPDR' and
27587 #           ('ETH' or 'DOT1Q') and
27588 #           ('L2BDMACLRN' or 'L2XCFWD') and
27589 #           'VHOST_1024' and
27590 #           not 'CFS_OPT' and
27591 #           not 'VXLAN' and
27592 #           not 'DOT1Q' and
27593 #           not 'IP4FWD'"
27594 #  parameters:
27595 #  - "throughput"
27596 #  - "parent"
27597 #  - "tags"
27598 ##  sort:
27599 ##  - "1VM"
27600 ##  - "L2XCFWD"
27601 ##  - "1VM"
27602 ##  - "L2BDMACLRN"
27603 #  layout:
27604 #    title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr"
27605 #    layout: "plot-throughput-speedup-analysis"
27606
27607 ################################################################################
27608
27609 # Speedup - VPP vts 3n-hsw-x520
27610 - type: "plot"
27611   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
27612   algorithm: "plot_throughput_speedup_analysis"
27613   output-file-type: ".html"
27614   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
27615   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27616   filter: "'NIC_Intel-X520-DA2' and
27617            '114B' and
27618            'NDRPDR' and
27619            'VTS'"
27620   parameters:
27621   - "throughput"
27622   - "parent"
27623   - "tags"
27624   layout:
27625     title: "vts-3n-hsw-x520-114b-base_and_scale-ndr"
27626     layout: "plot-throughput-speedup-analysis"
27627
27628 - type: "plot"
27629   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
27630   algorithm: "plot_throughput_speedup_analysis"
27631   output-file-type: ".html"
27632   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
27633   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27634   filter: "'NIC_Intel-X520-DA2' and
27635            '114B' and
27636            'NDRPDR' and
27637            'VTS'"
27638   parameters:
27639   - "throughput"
27640   - "parent"
27641   - "tags"
27642   layout:
27643     title: "vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
27644     layout: "plot-throughput-speedup-analysis"