Report: Remove VNF
[csit.git] / resources / tools / presentation / specification.yaml
1 -
2   type: "environment"
3
4   paths:
5     # Top level directories:
6     ## Working directory
7     DIR[WORKING]: "_tmp"
8     ## Build directories
9     DIR[BUILD,HTML]: "_build"
10     DIR[BUILD,LATEX]: "_build_latex"
11
12     # Static .rst files
13     DIR[RST]: "../../../docs/report"
14
15     # Working directories
16     ## Input data files (.zip, .xml)
17     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
18     ## Static source files from git
19     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
20     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
21
22     # Static html content
23     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
24     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
25     DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
26     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
27
28     # Detailed test results
29     DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results"
30     DIR[DTR,PERF,DPDK,3N,HSW]: "{DIR[DTR]}/dpdk_performance_results_3n_hsw"
31     DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx"
32     DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx"
33     DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
34     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
35     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
36     DIR[DTR,PERF,VPP,2N,DNV]: "{DIR[DTR]}/vpp_performance_results_2n_dnv"
37     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
38     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
39     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
40     DIR[DTR,MRR,VPP,2N,DNV]: "{DIR[DTR]}/vpp_mrr_results_2n_dnv"
41     DIR[DTR,PERF,COT,3N,HSW]: "{DIR[DTR]}/cot_performance_results_3n_hsw"
42     DIR[DTR,FUNC,VPP,UBUNTU]: "{DIR[DTR]}/vpp_functional_results_ubuntu"
43     DIR[DTR,FUNC,VPP,CENTOS]: "{DIR[DTR]}/vpp_functional_results_centos"
44     DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
45     DIR[DTR,FUNC,HC]: "{DIR[DTR]}/honeycomb_functional_results"
46     DIR[DTR,FUNC,NSHSFC]: "{DIR[DTR]}/nshsfc_functional_results"
47     DIR[DTR,FUNC,DMM]: "{DIR[DTR]}/dmm_functional_results"
48     DIR[DTR,PERF,VPP,IMPRV]: "{DIR[WORKING,SRC]}/vpp_performance_tests/performance_improvements"
49
50     # Detailed test configurations
51     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
52     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
53     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
54     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
55     DIR[DTC,PERF,VPP,2N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_2n_dnv"
56     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
57     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
58     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
59     DIR[DTC,MRR,VPP,2N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_2n_dnv"
60     DIR[DTC,FUNC,VPP,UBUNTU]: "{DIR[DTC]}/vpp_functional_configuration_ubuntu"
61     DIR[DTC,FUNC,VPP,CENTOS]: "{DIR[DTC]}/vpp_functional_configuration_centos"
62     DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
63
64     # Detailed tests operational data
65     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
66     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
67     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
68     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
69     DIR[DTO,PERF,VPP,2N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_2n_dnv"
70
71     # .css patch file to fix tables generated by Sphinx
72     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
73     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
74
75   urls:
76     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
77     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
78     URL[VIRL,DNV]: "http://10.30.51.28/download/denverton/{release}/robot-plugin.zip"
79     # URL[VIRL,DNV]: "http://download.it/from/nexus"
80     URL[NEXUS]: "https://docs.fd.io/csit"
81     DIR[NEXUS]: "report/_static/archive"
82
83   make-dirs:
84   # List the directories which are created while preparing the environment.
85   # All directories MUST be defined in "paths" section.
86   - "DIR[WORKING,DATA]"
87   - "DIR[STATIC,VPP]"
88   - "DIR[STATIC,DPDK]"
89   - "DIR[STATIC,ARCH]"
90   - "DIR[BUILD,LATEX]"
91   - "DIR[WORKING,SRC]"
92   - "DIR[WORKING,SRC,STATIC]"
93
94   remove-dirs:
95   # List the directories which are deleted while cleaning the environment.
96   # All directories MUST be defined in "paths" section.
97   #- "DIR[BUILD,HTML]"
98   - "DIR[WORKING,DATA]"
99
100   build-dirs:
101   # List the directories where the results (build) is stored.
102   # All directories MUST be defined in "paths" section.
103   - "DIR[BUILD,HTML]"
104   - "DIR[BUILD,LATEX]"
105
106 -
107   type: "configuration"
108
109   limits:
110     nic:
111       x520: 24460000
112       x553: 29761905
113       x710: 35800000
114       xxv710: 35800000
115       xl710: 35800000
116
117     link:
118       10ge: 14880952.38
119       25ge: 37202380.95
120       40ge: 59523809.52
121       100ge: 148809523.81
122
123     pci:
124       pci-g3-x8: 74404761.90
125       pci-g3-x16: 148809523.81
126
127   data-sets:
128
129     ###########################################################################
130     # Plots:
131
132     # 3n-hsw
133
134     plot-vpp-throughput-latency-3n-hsw:
135       csit-vpp-perf-verify-1901-3n-hsw:
136 #        - 10  # NDRPDR sel
137 #        - 19  # NDRPDR sel
138 #        - 31  # NDRPDR sel
139 #        - 36  # NDRPDR sel
140 #        - 40  # NDRPDR sel
141 #        - 42  # NDRPDR sel
142 #        - 44  # NDRPDR sel
143 #        - 46  # NDRPDR sel
144 #        - 47  # NDRPDR sel
145 #        - 48  # NDRPDR sel
146 #        - 61  # NDRPDR LB
147 #        - 62  # NDRPDR LB
148 #        - 63  # NDRPDR LB
149 #        - 64  # NDRPDR LB
150 #        - 65  # NDRPDR LB
151 #        - 66  # NDRPDR LB
152 #        - 67  # NDRPDR LB
153 #        - 69  # NDRPDR LB
154 #        - 70  # NDRPDR LB
155 #        - 71  # NDRPDR LB
156         - 72  # 1901.1 NDRPDR sel
157         - 78  # 1901.1 NDRPDR sel
158
159     plot-throughput-speedup-analysis-3n-hsw:
160       csit-vpp-perf-verify-1901-3n-hsw:
161 #        - 10  # NDRPDR sel
162 #        - 19  # NDRPDR sel
163 #        - 31  # NDRPDR sel
164 #        - 36  # NDRPDR sel
165 #        - 40  # NDRPDR sel
166 #        - 42  # NDRPDR sel
167 #        - 44  # NDRPDR sel
168 #        - 46  # NDRPDR sel
169 #        - 47  # NDRPDR sel
170 #        - 48  # NDRPDR sel
171 #        - 61  # NDRPDR LB
172 #        - 62  # NDRPDR LB
173 #        - 63  # NDRPDR LB
174 #        - 64  # NDRPDR LB
175 #        - 65  # NDRPDR LB
176 #        - 66  # NDRPDR LB
177 #        - 67  # NDRPDR LB
178 #        - 69  # NDRPDR LB
179 #        - 70  # NDRPDR LB
180 #        - 71  # NDRPDR LB
181         - 72  # 1901.1 NDRPDR sel
182         - 78  # 1901.1 NDRPDR sel
183
184     plot-vpp-http-server-performance:
185       # TODO: Replace with new data
186       # csit-vpp-perf-verify-1901-3n-hsw:
187       csit-vpp-perf-verify-1810-3n-hsw:
188         - 28  # WRK
189         - 29  # WRK
190         - 30  # WRK
191         - 31  # WRK
192         - 32  # WRK
193         - 33  # WRK
194         - 34  # WRK
195         - 35  # WRK
196         - 36  # WRK
197         - 37  # WRK
198
199     plot-ligato-throughput-latency-3n-hsw:
200       csit-ligato-perf-verify-1901-3n-hsw:
201         - 8   # NDRPDR sel
202         - 9   # NDRPDR sel
203         - 11  # NDRPDR sel
204         - 12  # NDRPDR sel
205         - 13  # NDRPDR sel
206         - 14  # NDRPDR sel
207         - 15  # NDRPDR sel
208         - 16  # NDRPDR sel
209         - 17  # NDRPDR sel
210         - 18  # NDRPDR sel
211
212     plot-ligato-throughput-speedup-analysis-3n-hsw:
213       csit-ligato-perf-verify-1901-3n-hsw:
214         - 8   # NDRPDR sel
215         - 9   # NDRPDR sel
216         - 11  # NDRPDR sel
217         - 12  # NDRPDR sel
218         - 13  # NDRPDR sel
219         - 14  # NDRPDR sel
220         - 15  # NDRPDR sel
221         - 16  # NDRPDR sel
222         - 17  # NDRPDR sel
223         - 18  # NDRPDR sel
224
225     plot-dpdk-throughput-latency-3n-hsw:
226       csit-dpdk-perf-verify-1901-3n-hsw:
227         - 13  # NDRPDR sel
228         - 14  # NDRPDR sel
229         - 16  # NDRPDR sel
230         - 17  # NDRPDR sel
231         - 18  # NDRPDR sel
232         - 19  # NDRPDR sel
233         - 20  # NDRPDR sel
234         - 21  # NDRPDR sel
235         - 22  # NDRPDR sel
236         - 23  # NDRPDR sel
237
238     # 3n-skx
239
240     plot-vpp-throughput-latency-3n-skx:
241       csit-vpp-perf-verify-1901-3n-skx:
242 #        - 18  # NDRPDR sel
243 #        - 19  # NDRPDR sel
244 #        - 20  # NDRPDR sel
245 #        - 28  # NDRPDR sel
246 #        - 31  # NDRPDR sel
247 #        - 33  # NDRPDR sel
248 #        - 36  # NDRPDR sel
249 #        - 38  # NDRPDR sel
250 #        - 47  # NDRPDR sel
251 #        - 48  # NDRPDR sel
252 #        - 54  # NDRPDR LB
253 #        - 57  # NDRPDR LB
254 #        - 58  # NDRPDR LB
255 #        - 59  # NDRPDR LB
256 #        - 60  # NDRPDR LB
257 #        - 63  # NDRPDR LB
258 #        - 64  # NDRPDR LB
259 #        - 65  # NDRPDR LB
260 #        - 66  # NDRPDR LB
261 #        - 67  # NDRPDR LB
262         - 68  # 1901.1 NDRPDR sel
263
264     plot-throughput-speedup-analysis-3n-skx:
265       csit-vpp-perf-verify-1901-3n-skx:
266 #        - 18  # NDRPDR sel
267 #        - 19  # NDRPDR sel
268 #        - 20  # NDRPDR sel
269 #        - 28  # NDRPDR sel
270 #        - 31  # NDRPDR sel
271 #        - 33  # NDRPDR sel
272 #        - 36  # NDRPDR sel
273 #        - 38  # NDRPDR sel
274 #        - 47  # NDRPDR sel
275 #        - 48  # NDRPDR sel
276 #        - 54  # NDRPDR LB
277 #        - 57  # NDRPDR LB
278 #        - 58  # NDRPDR LB
279 #        - 59  # NDRPDR LB
280 #        - 60  # NDRPDR LB
281 #        - 63  # NDRPDR LB
282 #        - 64  # NDRPDR LB
283 #        - 65  # NDRPDR LB
284 #        - 66  # NDRPDR LB
285 #        - 67  # NDRPDR LB
286         - 68  # 1901.1 NDRPDR sel
287
288     plot-dpdk-throughput-latency-3n-skx:
289       csit-dpdk-perf-verify-1901-3n-skx:
290         - 3   # NDRPDR sel
291         - 5   # NDRPDR sel
292         - 6   # NDRPDR sel
293         - 7   # NDRPDR sel
294         - 8   # NDRPDR sel
295         - 9   # NDRPDR sel
296         - 10  # NDRPDR sel
297         - 11  # NDRPDR sel
298         - 12  # NDRPDR sel
299         - 13  # NDRPDR sel
300
301     # 2n-skx
302
303     plot-vpp-throughput-latency-2n-skx:
304       csit-vpp-perf-verify-1901-2n-skx:
305 #        - 5   # NDRPDR sel
306 #        - 12  # NDRPDR sel
307 #        - 13  # NDRPDR sel
308 #        - 21  # NDRPDR sel
309 #        - 23  # NDRPDR sel
310 #        - 31  # NDRPDR sel
311 #        - 34  # NDRPDR sel
312 #        - 40  # NDRPDR sel
313 #        - 42  # NDRPDR sel
314 #        - 43  # NDRPDR sel
315         - 64  # 1901.1 NDRPDR sel
316
317     plot-throughput-speedup-analysis-2n-skx:
318       csit-vpp-perf-verify-1901-2n-skx:
319 #        - 5   # NDRPDR sel
320 #        - 12  # NDRPDR sel
321 #        - 13  # NDRPDR sel
322 #        - 21  # NDRPDR sel
323 #        - 23  # NDRPDR sel
324 #        - 31  # NDRPDR sel
325 #        - 34  # NDRPDR sel
326 #        - 40  # NDRPDR sel
327 #        - 42  # NDRPDR sel
328 #        - 43  # NDRPDR sel
329         - 64  # 1901.1 NDRPDR sel
330
331     plot-vpp-soak-2n-skx:
332       csit-vpp-perf-verify-1901-2n-skx:
333         - 45  # SOAK sel
334
335     plot-vpp-nfv-2n-skx:
336       csit-vpp-perf-verify-1901-2n-skx:
337         - 28  # NFV NDRPDR
338         - 29  # NFV NDRPDR
339         - 32  # NFV NDRPDR
340         - 39  # NFV NDRPDR
341         - 46  # NFV NDRPDR
342
343     plot-vpp-nfv-2n-skx-mrr:
344       csit-vpp-perf-verify-1901-2n-skx:
345         - 24  # NFV MRR
346         - 26  # NFV MRR
347         - 27  # NFV MRR
348         - 35  # NFV MRR
349         - 37  # NFV MRR
350
351     plot-dpdk-throughput-latency-2n-skx:
352       csit-dpdk-perf-verify-1901-2n-skx:
353         - 12  # NDRPDR sel
354         - 13  # NDRPDR sel
355         - 14  # NDRPDR sel
356         - 15  # NDRPDR sel
357         - 16  # NDRPDR sel
358         - 17  # NDRPDR sel
359         - 18  # NDRPDR sel
360         - 19  # NDRPDR sel
361         - 20  # NDRPDR sel
362         - 21  # NDRPDR sel
363
364     # 3rd party
365
366     # Denverton:
367     intel-dnv-vpp:
368       intel-dnv-vpp-release-1901:
369         - 1
370
371     ###########################################################################
372     # Simple tables (only one data set):
373
374     # NIC Comparisons
375
376     vpp-nic-comparison-3n-hsw:
377       csit-vpp-perf-verify-1901-3n-hsw:
378 #        - 10  # NDRPDR sel
379 #        - 19  # NDRPDR sel
380 #        - 31  # NDRPDR sel
381 #        - 36  # NDRPDR sel
382 #        - 40  # NDRPDR sel
383 #        - 42  # NDRPDR sel
384 #        - 44  # NDRPDR sel
385 #        - 46  # NDRPDR sel
386 #        - 47  # NDRPDR sel
387 #        - 48  # NDRPDR sel
388 #        - 61  # NDRPDR LB
389 #        - 62  # NDRPDR LB
390 #        - 63  # NDRPDR LB
391 #        - 64  # NDRPDR LB
392 #        - 65  # NDRPDR LB
393 #        - 66  # NDRPDR LB
394 #        - 67  # NDRPDR LB
395 #        - 69  # NDRPDR LB
396 #        - 70  # NDRPDR LB
397 #        - 71  # NDRPDR LB
398         - 72  # 1901.1 NDRPDR sel
399         - 78  # 1901.1 NDRPDR sel
400
401     vpp-nic-comparison-3n-skx:
402       csit-vpp-perf-verify-1901-3n-skx:
403 #        - 18  # NDRPDR sel
404 #        - 19  # NDRPDR sel
405 #        - 20  # NDRPDR sel
406 #        - 28  # NDRPDR sel
407 #        - 31  # NDRPDR sel
408 #        - 33  # NDRPDR sel
409 #        - 36  # NDRPDR sel
410 #        - 38  # NDRPDR sel
411 #        - 47  # NDRPDR sel
412 #        - 48  # NDRPDR sel
413 #        - 54  # NDRPDR LB
414 #        - 57  # NDRPDR LB
415 #        - 58  # NDRPDR LB
416 #        - 59  # NDRPDR LB
417 #        - 60  # NDRPDR LB
418 #        - 63  # NDRPDR LB
419 #        - 64  # NDRPDR LB
420 #        - 65  # NDRPDR LB
421 #        - 66  # NDRPDR LB
422 #        - 67  # NDRPDR LB
423         - 68  # 1901.1 NDRPDR sel
424
425     vpp-nic-comparison-2n-skx:
426       csit-vpp-perf-verify-1901-2n-skx:
427 #        - 5   # NDRPDR sel
428 #        - 12  # NDRPDR sel
429 #        - 13  # NDRPDR sel
430 #        - 21  # NDRPDR sel
431 #        - 23  # NDRPDR sel
432 #        - 31  # NDRPDR sel
433 #        - 34  # NDRPDR sel
434 #        - 40  # NDRPDR sel
435 #        - 42  # NDRPDR sel
436 #        - 43  # NDRPDR sel
437         - 64  # 1901.1 NDRPDR sel
438
439     vpp-nic-comparison-3n-hsw-mrr:
440       csit-vpp-perf-verify-1901-3n-hsw:
441 #        - 35  # MRR sel
442         - 73  # 1901.1 MRR sel
443         - 77  # 1901.1 MRR sel
444
445     vpp-nic-comparison-3n-skx-mrr:
446       csit-vpp-perf-verify-1901-3n-skx:
447 #        - 32  # MRR sel
448         - 69  # 1901.1 MRR sel
449
450     vpp-nic-comparison-2n-skx-mrr:
451       csit-vpp-perf-verify-1901-2n-skx:
452 #        - 22  # MRR sel
453         - 65  # 1901.1 MRR sel
454
455     # Results
456
457     vpp-perf-results-3n-hsw:
458       csit-vpp-perf-verify-1901-3n-hsw:
459 #        - 38  # NDRPDR full
460 #        - 43  # NDRPDR full
461 #        - 45  # NDRPDR full
462 #        - 49  # NDRPDR full
463         - 72  # 1901.1 NDRPDR sel
464         - 78  # 1901.1 NDRPDR sel
465
466     vpp-perf-results-3n-skx:
467       csit-vpp-perf-verify-1901-3n-skx:
468 #        - 37  # NDRPDR full
469 #        - 39  # NDRPDR full
470 #        - 40  # NDRPDR full
471 #        - 49  # NDRPDR full
472         - 68  # 1901.1 NDRPDR sel
473
474     vpp-perf-results-2n-skx:
475       csit-vpp-perf-verify-1901-2n-skx:
476 #        - 25  # NDRPDR full
477 #        - 30  # NDRPDR full
478 #        - 33  # NDRPDR full
479 #        - 44  # NDRPDR full
480         - 64  # 1901.1 NDRPDR sel
481
482     vpp-mrr-results-3n-hsw:
483       csit-vpp-perf-verify-1901-3n-hsw:
484 #        - 35  # MRR sel
485         - 73  # 1901.1 MRR sel
486         - 77  # 1901.1 MRR sel
487
488     vpp-mrr-results-3n-skx:
489       csit-vpp-perf-verify-1901-3n-skx:
490 #        - 32  # MRR sel
491         - 69  # 1901.1 MRR sel
492
493     vpp-mrr-results-2n-skx:
494       csit-vpp-perf-verify-1901-2n-skx:
495 #        - 22  # MRR sel
496         - 65  # 1901.1 MRR sel
497
498     vpp-func-results-ubuntu:
499       csit-vpp-functional-1901-ubuntu1604-virl:
500         - 173
501
502     vpp-func-results-centos:
503       csit-vpp-functional-1901-centos7-virl:
504         - 175
505
506     vpp-device-results-ubuntu:
507       csit-vpp-device-1901-ubuntu1804-1n-skx:
508         - 175
509
510     # VPP Ligato
511     ligato-perf-results-3n-hsw:
512       csit-ligato-perf-verify-1901-3n-hsw:
513         - 10  # NDRPDR full
514
515     dpdk-perf-results-3n-hsw:
516       csit-dpdk-perf-verify-1901-3n-hsw:
517         - 20  # NDRPDR sel
518
519     dpdk-perf-results-3n-skx:
520       csit-dpdk-perf-verify-1901-3n-skx:
521         - 13  # NDRPDR sel
522
523     dpdk-perf-results-2n-skx:
524       csit-dpdk-perf-verify-1901-2n-skx:
525         - 21  # NDRPDR sel
526
527     # HoneyComb Functional
528     hc-func-results:
529       csit-hc2vpp-verify-func-1901-ubuntu1604:
530         - 3
531
532     # NSH SFC Functional
533     nsh-func-results:
534       # Not used
535       csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
536         - 1
537
538     # DMM Functional
539     dmm-func-results:
540       csit-dmm-functional-1901-ubuntu1604-virl:
541         - 2
542
543     ###########################################################################
544     # Tables (more than one data set)
545
546     # Performance changes
547
548     intel-dnv-vpp-changes-2n-dnv-ref:
549       intel-dnv-vpp-release-1810:
550         - 1
551     intel-dnv-vpp-changes-2n-dnv-cmp:
552       intel-dnv-vpp-release-1901:
553         - 1
554     intel-dnv-vpp-changes-2n-dnv:
555       - "intel-dnv-vpp-changes-2n-dnv-ref"
556       - "intel-dnv-vpp-changes-2n-dnv-cmp"
557
558     vpp-performance-changes-3n-hsw-h1:
559       csit-vpp-perf-verify-1807-3n-hsw:
560         - 11  # NDRPDR full 1
561         - 22  # NDRPDR full 2
562         - 45  # NDRPDR full 3
563         - 46  # NDRPDR full 4
564         - 15  # NDRPDR sel
565         - 16  # NDRPDR sel
566         - 19  # NDRPDR sel
567         - 18  # NDRPDR sel
568         - 20  # NDRPDR sel
569         - 38  # NDRPDR sel
570         - 40  # NDRPDR sel
571         - 44  # NDRPDR sel
572         - 47  # NDRPDR sel
573     vpp-performance-changes-3n-hsw-ref:
574       csit-vpp-perf-verify-1810-3n-hsw:
575         - 8   # NDRPDR sel
576         - 12  # NDRPDR sel
577         - 14  # NDRPDR sel
578         - 18  # NDRPDR sel
579         - 23  # NDRPDR sel
580         - 25  # NDRPDR sel
581         - 38  # NDRPDR sel
582         - 39  # NDRPDR sel
583         - 41  # NDRPDR sel
584         - 42  # NDRPDR sel
585     vpp-performance-changes-3n-hsw-cmp:
586       csit-vpp-perf-verify-1901-3n-hsw:
587 #        - 10  # NDRPDR sel
588 #        - 19  # NDRPDR sel
589 #        - 31  # NDRPDR sel
590 #        - 36  # NDRPDR sel
591 #        - 40  # NDRPDR sel
592 #        - 42  # NDRPDR sel
593 #        - 44  # NDRPDR sel
594 #        - 46  # NDRPDR sel
595 #        - 47  # NDRPDR sel
596 #        - 48  # NDRPDR sel
597 #        - 61  # NDRPDR LB
598 #        - 62  # NDRPDR LB
599 #        - 63  # NDRPDR LB
600 #        - 64  # NDRPDR LB
601 #        - 65  # NDRPDR LB
602 #        - 66  # NDRPDR LB
603 #        - 67  # NDRPDR LB
604 #        - 69  # NDRPDR LB
605 #        - 70  # NDRPDR LB
606 #        - 71  # NDRPDR LB
607         - 72  # 1901.1 NDRPDR sel
608         - 78  # 1901.1 NDRPDR sel
609     vpp-performance-changes-3n-hsw:
610       - "vpp-performance-changes-3n-hsw-h1"
611       - "vpp-performance-changes-3n-hsw-ref"
612       - "vpp-performance-changes-3n-hsw-cmp"
613
614     vpp-performance-changes-3n-skx-h1:
615       csit-vpp-perf-verify-1807-3n-skx:
616         - 33  # NDRPDR sel
617         - 35  # NDRPDR sel
618         - 37  # NDRPDR sel
619         - 38  # NDRPDR sel
620         - 39  # NDRPDR sel
621         - 43  # NDRPDR sel
622         - 44  # NDRPDR sel
623         - 49  # NDRPDR sel
624         - 50  # NDRPDR sel
625         - 56  # NDRPDR sel
626     vpp-performance-changes-3n-skx-ref:
627       csit-vpp-perf-verify-1810-3n-skx:
628         - 10  # NDRPDR sel
629         - 14  # NDRPDR sel
630         - 15  # NDRPDR sel
631         - 16  # NDRPDR sel
632         - 17  # NDRPDR sel
633         - 19  # NDRPDR sel
634         - 20  # NDRPDR sel
635         - 21  # NDRPDR sel
636         - 22  # NDRPDR sel
637         - 25  # NDRPDR sel
638     vpp-performance-changes-3n-skx-cmp:
639       csit-vpp-perf-verify-1901-3n-skx:
640 #        - 18  # NDRPDR sel
641 #        - 19  # NDRPDR sel
642 #        - 20  # NDRPDR sel
643 #        - 28  # NDRPDR sel
644 #        - 31  # NDRPDR sel
645 #        - 33  # NDRPDR sel
646 #        - 36  # NDRPDR sel
647 #        - 38  # NDRPDR sel
648 #        - 47  # NDRPDR sel
649 #        - 48  # NDRPDR sel
650 #        - 54  # NDRPDR LB
651 #        - 57  # NDRPDR LB
652 #        - 58  # NDRPDR LB
653 #        - 59  # NDRPDR LB
654 #        - 60  # NDRPDR LB
655 #        - 63  # NDRPDR LB
656 #        - 64  # NDRPDR LB
657 #        - 65  # NDRPDR LB
658 #        - 66  # NDRPDR LB
659 #        - 67  # NDRPDR LB
660         - 68  # 1901.1 NDRPDR sel
661     vpp-performance-changes-3n-skx:
662       - "vpp-performance-changes-3n-skx-h1"
663       - "vpp-performance-changes-3n-skx-ref"
664       - "vpp-performance-changes-3n-skx-cmp"
665
666     vpp-performance-changes-2n-skx-h1:
667       csit-vpp-perf-verify-1807-2n-skx:
668         - 26  # NDRPDR sel
669         - 28  # NDRPDR sel
670         - 29  # NDRPDR sel
671         - 30  # NDRPDR sel
672         - 34  # NDRPDR sel
673         - 35  # NDRPDR sel
674         - 36  # NDRPDR sel
675         - 39  # NDRPDR sel
676         - 40  # NDRPDR sel
677         - 42  # NDRPDR sel
678     vpp-performance-changes-2n-skx-ref:
679       csit-vpp-perf-verify-1810-2n-skx:
680         - 9   # NDRPDR sel
681         - 13  # NDRPDR sel
682         - 14  # NDRPDR sel
683         - 19  # NDRPDR sel
684         - 20  # NDRPDR sel
685         - 21  # NDRPDR sel
686         - 22  # NDRPDR sel
687         - 23  # NDRPDR sel
688         - 24  # NDRPDR sel
689         - 27  # NDRPDR sel
690     vpp-performance-changes-2n-skx-cmp:
691       csit-vpp-perf-verify-1901-2n-skx:
692 #        - 5   # NDRPDR sel
693 #        - 12  # NDRPDR sel
694 #        - 13  # NDRPDR sel
695 #        - 21  # NDRPDR sel
696 #        - 23  # NDRPDR sel
697 #        - 31  # NDRPDR sel
698 #        - 34  # NDRPDR sel
699 #        - 40  # NDRPDR sel
700 #        - 42  # NDRPDR sel
701 #        - 43  # NDRPDR sel
702         - 64  # 1901.1 NDRPDR sel
703     vpp-performance-changes-2n-skx:
704       - "vpp-performance-changes-2n-skx-h1"
705       - "vpp-performance-changes-2n-skx-ref"
706       - "vpp-performance-changes-2n-skx-cmp"
707
708     vpp-performance-changes-3n-hsw-mrr-h1:
709       csit-vpp-perf-verify-1807-3n-hsw:
710         - 8   # MRR full
711         - 9   # MRR sel
712         - 21  # MRR sel
713         - 31  # MRR sel
714         - 33  # MRR sel
715         - 36  # MRR sel
716         - 41  # MRR sel
717         - 42  # MRR sel
718         - 48  # MRR sel
719     vpp-performance-changes-3n-hsw-mrr-ref:
720       csit-vpp-perf-verify-1810-3n-hsw:
721         - 9   # MRR sel
722     vpp-performance-changes-3n-hsw-mrr-cmp:
723       csit-vpp-perf-verify-1901-3n-hsw:
724 #        - 35  # MRR sel
725         - 73  # 1901.1 MRR sel
726         - 77  # 1901.1 MRR sel
727     vpp-performance-changes-3n-hsw-mrr:
728       - "vpp-performance-changes-3n-hsw-mrr-h1"
729       - "vpp-performance-changes-3n-hsw-mrr-ref"
730       - "vpp-performance-changes-3n-hsw-mrr-cmp"
731
732     vpp-performance-changes-3n-skx-mrr-h1:
733       csit-vpp-perf-verify-1807-3n-skx:
734         - 28  # MRR sel
735         - 32  # MRR sel
736         - 36  # MRR sel
737         - 42  # MRR sel
738         - 47  # MRR sel
739         - 48  # MRR sel
740         - 51  # MRR sel
741         - 52  # MRR sel
742         - 53  # MRR sel
743         - 54  # MRR sel
744     vpp-performance-changes-3n-skx-mrr-ref:
745       csit-vpp-perf-verify-1810-3n-skx:
746         - 9   # MRR sel
747         - 11  # MRR sel
748         - 12  # MRR sel
749         - 13  # MRR sel
750     vpp-performance-changes-3n-skx-mrr-cmp:
751       csit-vpp-perf-verify-1901-3n-skx:
752 #        - 32  # MRR sel
753         - 69  # 1901.1 MRR sel
754     vpp-performance-changes-3n-skx-mrr:
755       - "vpp-performance-changes-3n-skx-mrr-h1"
756       - "vpp-performance-changes-3n-skx-mrr-ref"
757       - "vpp-performance-changes-3n-skx-mrr-cmp"
758
759     vpp-performance-changes-2n-skx-mrr-h1:
760       csit-vpp-perf-verify-1807-2n-skx:
761         - 31  # MRR sel
762         - 33  # MRR sel
763         - 37  # MRR sel
764         - 38  # MRR sel
765         - 41  # MRR sel
766         - 43  # MRR sel
767         - 44  # MRR sel
768         - 45  # MRR sel
769         - 46  # MRR sel
770         - 47  # MRR sel
771     vpp-performance-changes-2n-skx-mrr-ref:
772       csit-vpp-perf-verify-1810-2n-skx:
773         - 8   # MRR sel
774         - 10  # MRR sel
775         - 11  # MRR sel
776         - 12  # MRR sel
777     vpp-performance-changes-2n-skx-mrr-cmp:
778       csit-vpp-perf-verify-1901-2n-skx:
779 #        - 22  # MRR sel
780         - 65  # 1901.1 MRR sel
781     vpp-performance-changes-2n-skx-mrr:
782       - "vpp-performance-changes-2n-skx-mrr-h1"
783       - "vpp-performance-changes-2n-skx-mrr-ref"
784       - "vpp-performance-changes-2n-skx-mrr-cmp"
785
786     dpdk-performance-changes-3n-hsw-h1:
787       csit-dpdk-perf-verify-1807-3n-hsw:
788         - 11
789         - 12  # full
790         - 14
791         - 15
792         - 16
793         - 17
794         - 20
795         - 21
796         - 22
797         - 23
798     dpdk-performance-changes-3n-hsw-ref:
799       csit-dpdk-perf-verify-1810-3n-hsw:
800         - 1   # NDRPDR sel
801         - 2   # NDRPDR sel
802         - 3   # NDRPDR sel
803         - 4   # NDRPDR sel
804         - 5   # NDRPDR sel
805         - 6   # NDRPDR sel
806         - 7   # NDRPDR sel
807         - 8   # NDRPDR sel
808         - 9   # NDRPDR sel
809         - 10  # NDRPDR sel
810     dpdk-performance-changes-3n-hsw-cmp:
811       csit-dpdk-perf-verify-1901-3n-hsw:
812         - 13  # NDRPDR sel
813         - 14  # NDRPDR sel
814         - 16  # NDRPDR sel
815         - 17  # NDRPDR sel
816         - 18  # NDRPDR sel
817         - 19  # NDRPDR sel
818         - 20  # NDRPDR sel
819         - 21  # NDRPDR sel
820         - 22  # NDRPDR sel
821         - 23  # NDRPDR sel
822     dpdk-performance-changes-3n-hsw:
823       - "dpdk-performance-changes-3n-hsw-h1"
824       - "dpdk-performance-changes-3n-hsw-ref"
825       - "dpdk-performance-changes-3n-hsw-cmp"
826
827     dpdk-performance-changes-3n-skx-h1:
828       csit-dpdk-perf-verify-1807-3n-skx:
829         - 1   # NDRPDR sel
830         - 2   # NDRPDR sel
831         - 3   # NDRPDR sel
832         - 6   # NDRPDR sel
833         - 7   # NDRPDR sel
834         - 8   # NDRPDR sel
835         - 9   # NDRPDR sel
836         - 10  # NDRPDR sel
837         - 11  # NDRPDR sel
838         - 12  # NDRPDR sel
839     dpdk-performance-changes-3n-skx-ref:
840       csit-dpdk-perf-verify-1810-3n-skx:
841         - 3   # NDRPDR sel
842         - 4   # NDRPDR sel
843         - 6   # NDRPDR sel
844         - 7   # NDRPDR sel
845         - 8   # NDRPDR sel
846         - 9   # NDRPDR sel
847         - 10  # NDRPDR sel
848         - 11  # NDRPDR sel
849         - 12  # NDRPDR sel
850         - 13  # NDRPDR sel
851     dpdk-performance-changes-3n-skx-cmp:
852       csit-dpdk-perf-verify-1901-3n-skx:
853         - 3   # NDRPDR sel
854         - 5   # NDRPDR sel
855         - 6   # NDRPDR sel
856         - 7   # NDRPDR sel
857         - 8   # NDRPDR sel
858         - 9   # NDRPDR sel
859         - 10  # NDRPDR sel
860         - 11  # NDRPDR sel
861         - 12  # NDRPDR sel
862         - 13  # NDRPDR sel
863     dpdk-performance-changes-3n-skx:
864       - "dpdk-performance-changes-3n-skx-h1"
865       - "dpdk-performance-changes-3n-skx-ref"
866       - "dpdk-performance-changes-3n-skx-cmp"
867
868     dpdk-performance-changes-2n-skx-ref:
869       csit-dpdk-perf-verify-1810-2n-skx:
870         - 3   # NDRPDR sel
871         - 4   # NDRPDR sel
872         - 5   # NDRPDR sel
873         - 7   # NDRPDR sel
874         - 8   # NDRPDR sel
875         - 9   # NDRPDR sel
876         - 10  # NDRPDR sel
877         - 11  # NDRPDR sel
878         - 12  # NDRPDR sel
879         - 13  # NDRPDR sel
880     dpdk-performance-changes-2n-skx-cmp:
881       csit-dpdk-perf-verify-1901-2n-skx:
882         - 12  # NDRPDR sel
883         - 13  # NDRPDR sel
884         - 14  # NDRPDR sel
885         - 15  # NDRPDR sel
886         - 16  # NDRPDR sel
887         - 17  # NDRPDR sel
888         - 18  # NDRPDR sel
889         - 19  # NDRPDR sel
890         - 20  # NDRPDR sel
891         - 21  # NDRPDR sel
892     dpdk-performance-changes-2n-skx:
893       - "dpdk-performance-changes-2n-skx-ref"
894       - "dpdk-performance-changes-2n-skx-cmp"
895
896     # Compare testbeds
897
898     vpp-compare-testbeds-ref:
899       csit-vpp-perf-verify-1901-3n-hsw:
900 #        - 10  # NDRPDR sel
901 #        - 19  # NDRPDR sel
902 #        - 31  # NDRPDR sel
903 #        - 36  # NDRPDR sel
904 #        - 40  # NDRPDR sel
905 #        - 42  # NDRPDR sel
906 #        - 44  # NDRPDR sel
907 #        - 46  # NDRPDR sel
908 #        - 47  # NDRPDR sel
909 #        - 48  # NDRPDR sel
910 #        - 61  # NDRPDR LB
911 #        - 62  # NDRPDR LB
912 #        - 63  # NDRPDR LB
913 #        - 64  # NDRPDR LB
914 #        - 65  # NDRPDR LB
915 #        - 66  # NDRPDR LB
916 #        - 67  # NDRPDR LB
917 #        - 69  # NDRPDR LB
918 #        - 70  # NDRPDR LB
919 #        - 71  # NDRPDR LB
920         - 72  # 1901.1 NDRPDR sel
921         - 78  # 1901.1 NDRPDR sel
922     vpp-compare-testbeds-cmp:
923       csit-vpp-perf-verify-1901-3n-skx:
924 #        - 18  # NDRPDR sel
925 #        - 19  # NDRPDR sel
926 #        - 20  # NDRPDR sel
927 #        - 28  # NDRPDR sel
928 #        - 31  # NDRPDR sel
929 #        - 33  # NDRPDR sel
930 #        - 36  # NDRPDR sel
931 #        - 38  # NDRPDR sel
932 #        - 47  # NDRPDR sel
933 #        - 48  # NDRPDR sel
934 #        - 54  # NDRPDR LB
935 #        - 57  # NDRPDR LB
936 #        - 58  # NDRPDR LB
937 #        - 59  # NDRPDR LB
938 #        - 60  # NDRPDR LB
939 #        - 63  # NDRPDR LB
940 #        - 64  # NDRPDR LB
941 #        - 65  # NDRPDR LB
942 #        - 66  # NDRPDR LB
943 #        - 67  # NDRPDR LB
944         - 68  # 1901.1 NDRPDR sel
945     vpp-compare-testbeds:
946       - "vpp-compare-testbeds-ref"
947       - "vpp-compare-testbeds-cmp"
948
949     vpp-compare-testbeds-mrr-ref:
950       csit-vpp-perf-verify-1901-3n-hsw:
951 #        - 35  # MRR sel
952         - 73  # 1901.1 MRR sel
953         - 77  # 1901.1 MRR sel
954     vpp-compare-testbeds-mrr-cmp:
955       csit-vpp-perf-verify-1901-3n-skx:
956 #        - 32  # MRR sel
957         - 69  # 1901.1 MRR sel
958     vpp-compare-testbeds-mrr:
959       - "vpp-compare-testbeds-mrr-ref"
960       - "vpp-compare-testbeds-mrr-cmp"
961
962     dpdk-compare-testbeds-ref:
963       csit-dpdk-perf-verify-1901-3n-hsw:
964         - 13  # NDRPDR sel
965         - 14  # NDRPDR sel
966         - 16  # NDRPDR sel
967         - 17  # NDRPDR sel
968         - 18  # NDRPDR sel
969         - 19  # NDRPDR sel
970         - 20  # NDRPDR sel
971         - 21  # NDRPDR sel
972         - 22  # NDRPDR sel
973         - 23  # NDRPDR sel
974     dpdk-compare-testbeds-cmp:
975       csit-dpdk-perf-verify-1901-3n-skx:
976         - 3   # NDRPDR sel
977         - 5   # NDRPDR sel
978         - 6   # NDRPDR sel
979         - 7   # NDRPDR sel
980         - 8   # NDRPDR sel
981         - 9   # NDRPDR sel
982         - 10  # NDRPDR sel
983         - 11  # NDRPDR sel
984         - 12  # NDRPDR sel
985         - 13  # NDRPDR sel
986     dpdk-compare-testbeds:
987       - "dpdk-compare-testbeds-ref"
988       - "dpdk-compare-testbeds-cmp"
989
990     # Compare topologies
991
992     vpp-compare-topologies-ref:
993       csit-vpp-perf-verify-1901-3n-skx:
994 #        - 18  # NDRPDR sel
995 #        - 19  # NDRPDR sel
996 #        - 20  # NDRPDR sel
997 #        - 28  # NDRPDR sel
998 #        - 31  # NDRPDR sel
999 #        - 33  # NDRPDR sel
1000 #        - 36  # NDRPDR sel
1001 #        - 38  # NDRPDR sel
1002 #        - 47  # NDRPDR sel
1003 #        - 48  # NDRPDR sel
1004 #        - 54  # NDRPDR LB
1005 #        - 57  # NDRPDR LB
1006 #        - 58  # NDRPDR LB
1007 #        - 59  # NDRPDR LB
1008 #        - 60  # NDRPDR LB
1009 #        - 63  # NDRPDR LB
1010 #        - 64  # NDRPDR LB
1011 #        - 65  # NDRPDR LB
1012 #        - 66  # NDRPDR LB
1013 #        - 67  # NDRPDR LB
1014         - 68  # 1901.1 NDRPDR sel
1015     vpp-compare-topologies-cmp:
1016       csit-vpp-perf-verify-1901-2n-skx:
1017 #        - 5   # NDRPDR sel
1018 #        - 12  # NDRPDR sel
1019 #        - 13  # NDRPDR sel
1020 #        - 21  # NDRPDR sel
1021 #        - 23  # NDRPDR sel
1022 #        - 31  # NDRPDR sel
1023 #        - 34  # NDRPDR sel
1024 #        - 40  # NDRPDR sel
1025 #        - 42  # NDRPDR sel
1026 #        - 43  # NDRPDR sel
1027         - 64  # 1901.1 NDRPDR sel
1028     vpp-compare-topologies:
1029       - "vpp-compare-topologies-ref"
1030       - "vpp-compare-topologies-cmp"
1031
1032     vpp-compare-topologies-mrr-ref:
1033       csit-vpp-perf-verify-1901-3n-skx:
1034 #        - 32  # MRR sel
1035         - 69  # 1901.1 MRR sel
1036     vpp-compare-topologies-mrr-cmp:
1037       csit-vpp-perf-verify-1901-2n-skx:
1038 #        - 22  # MRR sel
1039         - 65  # 1901.1 MRR sel
1040     vpp-compare-topologies-mrr:
1041       - "vpp-compare-topologies-mrr-ref"
1042       - "vpp-compare-topologies-mrr-cmp"
1043
1044     dpdk-compare-topologies-ref:
1045       csit-dpdk-perf-verify-1901-3n-skx:
1046         - 3   # NDRPDR sel
1047         - 5   # NDRPDR sel
1048         - 6   # NDRPDR sel
1049         - 7   # NDRPDR sel
1050         - 8   # NDRPDR sel
1051         - 9   # NDRPDR sel
1052         - 10  # NDRPDR sel
1053         - 11  # NDRPDR sel
1054         - 12  # NDRPDR sel
1055         - 13  # NDRPDR sel
1056     dpdk-compare-topologies-cmp:
1057       csit-dpdk-perf-verify-1901-2n-skx:
1058         - 12  # NDRPDR sel
1059         - 13  # NDRPDR sel
1060         - 14  # NDRPDR sel
1061         - 15  # NDRPDR sel
1062         - 16  # NDRPDR sel
1063         - 17  # NDRPDR sel
1064         - 18  # NDRPDR sel
1065         - 19  # NDRPDR sel
1066         - 20  # NDRPDR sel
1067         - 21  # NDRPDR sel
1068     dpdk-compare-topologies:
1069       - "dpdk-compare-topologies-ref"
1070       - "dpdk-compare-topologies-cmp"
1071
1072   plot-layouts:
1073
1074     plot-soak-throughput:
1075       titlefont:
1076         size: 18
1077       xaxis:
1078         title: "<b>Test Cases [Index]</b>"
1079         titlefont:
1080           size: 16
1081         autorange: True
1082         fixedrange: False
1083         gridcolor: "rgb(230, 230, 230)"
1084         linecolor: "rgb(220, 220, 220)"
1085         linewidth: 1
1086         showgrid: True
1087         showline: True
1088         showticklabels: True
1089         tickcolor: "rgb(220, 220, 220)"
1090         tickmode: "linear"
1091         tickfont:
1092           size: 16
1093         zeroline: False
1094       yaxis:
1095         title: "<b>Packet Throughput [Mpps]</b>"
1096         titlefont:
1097           size: 16
1098         gridcolor: "rgb(230, 230, 230)"
1099         hoverformat: ".4s"
1100         tickformat: ".3s"
1101         linecolor: "rgb(220, 220, 220)"
1102         linewidth: 1
1103         showgrid: True
1104         showline: True
1105         showticklabels: True
1106         tickcolor: "rgb(220, 220, 220)"
1107         tickfont:
1108           size: 16
1109         zeroline: False
1110         range: [0,50]
1111       autosize: False
1112       margin:
1113         t: 50
1114         b: 0
1115         l: 80
1116         r: 20
1117       showlegend: True
1118       legend:
1119         orientation: "h"
1120         font:
1121           size: 16
1122       width: 700
1123       height: 900
1124
1125     plot-service-density:
1126       titlefont:
1127         size: 18
1128       xaxis:
1129         side: "top"
1130         autorange: True
1131         fixedrange: False
1132         showgrid: False
1133         showline: False
1134         showticklabels: False
1135         ticks: ""
1136         ticklen: 0
1137         tickwidth: 0
1138         zeroline: False
1139       yaxis:
1140         autorange: "reversed"
1141         showgrid: False
1142         showline: False
1143         showticklabels: False
1144         ticks: ""
1145         ticklen: 0
1146         tickwidth: 0
1147         zeroline: False
1148       autosize: True
1149       showlegend: False
1150       width: 700
1151       height: 700
1152
1153     plot-cps:
1154       titlefont:
1155         size: 18
1156       xaxis:
1157         title: "<b>Test Cases [Index]</b>"
1158         titlefont:
1159           size: 16
1160         autorange: True
1161         fixedrange: False
1162         gridcolor: "rgb(230, 230, 230)"
1163         linecolor: "rgb(220, 220, 220)"
1164         linewidth: 1
1165         showgrid: True
1166         showline: True
1167         showticklabels: True
1168         tickcolor: "rgb(220, 220, 220)"
1169         tickmode: "linear"
1170         tickfont:
1171           size: 16
1172         zeroline: False
1173       yaxis:
1174         title: "<b>Connections Per Second [cps]</b>"
1175         titlefont:
1176           size: 16
1177         gridcolor: "rgb(230, 230, 230)"
1178         hoverformat: ".4s"
1179         linecolor: "rgb(220, 220, 220)"
1180         linewidth: 1
1181         rangemode: "tozero"
1182         showgrid: True
1183         showline: True
1184         showticklabels: True
1185         tickcolor: "rgb(220, 220, 220)"
1186         tickformat: ".3s"
1187         tickfont:
1188           size: 16
1189         zeroline: False
1190       boxmode: "group"
1191       boxgroupgap: 0.5
1192       autosize: False
1193       margin:
1194         t: 50
1195         b: 20
1196         l: 80
1197         r: 20
1198       showlegend: True
1199       legend:
1200         orientation: "h"
1201         font:
1202           size: 16
1203       width: 700
1204       height: 800
1205
1206     plot-rps:
1207       titlefont:
1208         size: 18
1209       xaxis:
1210         title: "<b>Test Cases [Index]</b>"
1211         titlefont:
1212           size: 16
1213         autorange: True
1214         fixedrange: False
1215         gridcolor: "rgb(230, 230, 230)"
1216         linecolor: "rgb(220, 220, 220)"
1217         linewidth: 1
1218         showgrid: True
1219         showline: True
1220         showticklabels: True
1221         tickcolor: "rgb(220, 220, 220)"
1222         tickmode: "linear"
1223         tickfont:
1224           size: 16
1225         zeroline: False
1226       yaxis:
1227         title: "<b>Requests Per Second [rps]</b>"
1228         titlefont:
1229           size: 16
1230         gridcolor: "rgb(230, 230, 230)"
1231         hoverformat: ".4s"
1232         linecolor: "rgb(220, 220, 220)"
1233         linewidth: 1
1234         rangemode: "tozero"
1235         showgrid: True
1236         showline: True
1237         showticklabels: True
1238         tickcolor: "rgb(230, 230, 230)"
1239         tickformat: ".3s"
1240         tickfont:
1241           size: 16
1242         zeroline: False
1243       boxmode: "group"
1244       boxgroupgap: 0.5
1245       autosize: False
1246       margin:
1247         t: 50
1248         b: 20
1249         l: 80
1250         r: 20
1251       showlegend: True
1252       legend:
1253         orientation: "h"
1254         font:
1255           size: 16
1256       width: 700
1257       height: 800
1258
1259     plot-throughput:
1260       titlefont:
1261         size: 18
1262       xaxis:
1263         title: "<b>Test Cases [Index]</b>"
1264         titlefont:
1265           size: 16
1266         autorange: True
1267         fixedrange: False
1268         gridcolor: "rgb(230, 230, 230)"
1269         linecolor: "rgb(220, 220, 220)"
1270         linewidth: 1
1271         showgrid: True
1272         showline: True
1273         showticklabels: True
1274         tickcolor: "rgb(220, 220, 220)"
1275         tickmode: "linear"
1276         tickfont:
1277           size: 16
1278         zeroline: False
1279       yaxis:
1280         title: "<b>Packet Throughput [Mpps]</b>"
1281         titlefont:
1282           size: 16
1283         gridcolor: "rgb(230, 230, 230)"
1284         hoverformat: ".4s"
1285         tickformat: ".3s"
1286         linecolor: "rgb(220, 220, 220)"
1287         linewidth: 1
1288         showgrid: True
1289         showline: True
1290         showticklabels: True
1291         tickcolor: "rgb(220, 220, 220)"
1292         tickfont:
1293           size: 16
1294         zeroline: False
1295         range: [0,50]
1296       boxmode: "group"
1297       boxgroupgap: 0.5
1298       autosize: False
1299       margin:
1300         t: 50
1301         b: 0
1302         l: 80
1303         r: 20
1304       showlegend: True
1305       legend:
1306         orientation: "h"
1307         font:
1308           size: 16
1309       width: 700
1310       height: 900
1311
1312     plot-throughput-speedup-analysis:
1313       titlefont:
1314         size: 18
1315       xaxis:
1316         title: "<b>Number of Cores [Qty]</b>"
1317         titlefont:
1318           size: 16
1319         autorange: True
1320         fixedrange: False
1321         gridcolor: "rgb(230, 230, 230)"
1322         linecolor: "rgb(220, 220, 220)"
1323         linewidth: 1
1324         showgrid: True
1325         showline: True
1326         showticklabels: True
1327         tickcolor: "rgb(238, 238, 238)"
1328         tickmode: "linear"
1329         tickfont:
1330           size: 16
1331         zeroline: False
1332       yaxis:
1333         title: "<b>Packet Throughput [Mpps]</b>"
1334         titlefont:
1335           size: 16
1336         type: "linear"
1337         gridcolor: "rgb(230, 230, 230)"
1338         hoverformat: ".4s"
1339         linecolor: "rgb(220, 220, 220)"
1340         linewidth: 1
1341         showgrid: True
1342         showline: True
1343         showticklabels: True
1344         tickcolor: "rgb(220, 220, 220)"
1345         tickformat: ".4s"
1346         tickfont:
1347           size: 16
1348         zeroline: True
1349         rangemode: "tozero"
1350         range: [0,100]
1351       legend:
1352         orientation: "h"
1353         font:
1354           size: 16
1355         xanchor: "left"
1356         yanchor: "top"
1357         x: 0
1358         y: -0.2
1359         bgcolor: "rgba(255, 255, 255, 0)"
1360         bordercolor: "rgba(255, 255, 255, 0)"
1361         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1362       autosize: False
1363       margin:
1364           't': 50
1365           'b': 150
1366           'l': 85
1367           'r': 10
1368       showlegend: True
1369       width: 700
1370       height: 700
1371       hoverlabel:
1372         namelength: -1
1373       annotations: [
1374         {
1375           text: "_ _          __          ...",
1376           align: "left",
1377           showarrow: False,
1378           xref: "paper",
1379           yref: "paper",
1380           xanchor: "left",
1381           yanchor: "top",
1382           x: 0,
1383           y: -0.13,
1384           font: {
1385             family: "Consolas, Courier New",
1386             size: 15
1387           },
1388         },
1389         {
1390           text: "    Perfect     Measured     Limit",
1391           align: "left",
1392           showarrow: False,
1393           xref: "paper",
1394           yref: "paper",
1395           xanchor: "left",
1396           yanchor: "top",
1397           x: 0,
1398           y: -0.15,
1399           font: {
1400             family: "Consolas, Courier New",
1401             size: 15
1402           },
1403         },
1404       ]
1405
1406     plot-latency:
1407       titlefont:
1408         size: 18
1409       xaxis:
1410         title: "<b>Direction</b>"
1411         titlefont:
1412           size: 16
1413         autorange: True
1414         fixedrange: False
1415         gridcolor: "rgb(230, 230, 230)"
1416         linecolor: "rgb(220, 220, 220)"
1417         linewidth: 1
1418         showgrid: True
1419         showline: True
1420         showticklabels: False
1421         tickcolor: "rgb(220, 220, 220)"
1422         tickmode: "linear"
1423         tickfont:
1424           size: 16
1425         zeroline: False
1426       yaxis:
1427         title: "<b>Packet Latency [uSec]</b>"
1428         titlefont:
1429           size: 16
1430         type: "linear"
1431         gridcolor: "rgb(230, 230, 230)"
1432         hoverformat: ".4s"
1433         linecolor: "rgb(220, 220, 220)"
1434         linewidth: 1
1435         showgrid: True
1436         showline: True
1437         showticklabels: True
1438         tickcolor: "rgb(220, 220, 220)"
1439         tickformat: ".4s"
1440         tickfont:
1441           size: 16
1442         zeroline: True
1443         rangemode: "tozero"
1444       legend:
1445         orientation: "h"
1446         font:
1447           size: 16
1448         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1449       autosize: False
1450       margin:
1451           't': 50
1452           'b': 150
1453           'l': 80
1454           'r': 10
1455       showlegend: True
1456       width: 700
1457       height: 700
1458       hoverlabel:
1459         namelength: -1
1460
1461 -
1462   type: "static"
1463   src-path: "{DIR[RST]}"
1464   dst-path: "{DIR[WORKING,SRC]}"
1465
1466 -
1467   type: "input"
1468   general:
1469     file-name: "robot-plugin.zip"
1470     file-format: ".zip"
1471     download-path: "{job}/{build}/robot/report/*zip*/{filename}"
1472     extract: "robot-plugin/output.xml"
1473
1474   builds:
1475
1476     intel-dnv-vpp-release-1901:
1477       - 1
1478
1479     intel-dnv-vpp-release-1810:
1480       - 1
1481
1482     csit-vpp-perf-verify-1807-3n-hsw:
1483       - 8   # MRR full
1484       - 9   # MRR sel
1485       - 21  # MRR sel
1486       - 31  # MRR sel
1487       - 33  # MRR sel
1488       - 36  # MRR sel
1489       - 41  # MRR sel
1490       - 42  # MRR sel
1491       - 48  # MRR sel
1492       - 11  # NDRPDR full 1
1493       - 22  # NDRPDR full 2
1494       - 45  # NDRPDR full 3
1495       - 46  # NDRPDR full 4
1496       - 15  # NDRPDR sel
1497       - 16  # NDRPDR sel
1498       - 19  # NDRPDR sel
1499       - 18  # NDRPDR sel
1500       - 20  # NDRPDR sel
1501       - 38  # NDRPDR sel
1502       - 40  # NDRPDR sel
1503       - 44  # NDRPDR sel
1504       - 47  # NDRPDR sel
1505     csit-vpp-perf-verify-1810-3n-hsw:
1506       - 9   # MRR sel
1507       - 20  # NDRPDR full
1508       - 21  # NDRPDR full
1509       - 22  # NDRPDR full
1510       - 27  # NDRPDR full
1511       - 8   # NDRPDR sel
1512       - 12  # NDRPDR sel
1513       - 14  # NDRPDR sel
1514       - 18  # NDRPDR sel
1515       - 23  # NDRPDR sel
1516       - 25  # NDRPDR sel
1517       - 38  # NDRPDR sel
1518       - 39  # NDRPDR sel
1519       - 41  # NDRPDR sel
1520       - 42  # NDRPDR sel
1521       - 28  # WRK
1522       - 29  # WRK
1523       - 30  # WRK
1524       - 31  # WRK
1525       - 32  # WRK
1526       - 33  # WRK
1527       - 34  # WRK
1528       - 35  # WRK
1529       - 36  # WRK
1530       - 37  # WRK
1531     csit-vpp-perf-verify-1901-3n-hsw:
1532 #      - 35  # MRR sel
1533 #      - 38  # NDRPDR full
1534 #      - 43  # NDRPDR full
1535 #      - 45  # NDRPDR full
1536 #      - 49  # NDRPDR full
1537 #      - 10  # NDRPDR sel
1538 #      - 19  # NDRPDR sel
1539 #      - 31  # NDRPDR sel
1540 #      - 36  # NDRPDR sel
1541 #      - 40  # NDRPDR sel
1542 #      - 42  # NDRPDR sel
1543 #      - 44  # NDRPDR sel
1544 #      - 46  # NDRPDR sel
1545 #      - 47  # NDRPDR sel
1546 #      - 48  # NDRPDR sel
1547 #      - 61  # NDRPDR LB
1548 #      - 62  # NDRPDR LB
1549 #      - 63  # NDRPDR LB
1550 #      - 64  # NDRPDR LB
1551 #      - 65  # NDRPDR LB
1552 #      - 66  # NDRPDR LB
1553 #      - 67  # NDRPDR LB
1554 #      - 69  # NDRPDR LB
1555 #      - 70  # NDRPDR LB
1556 #      - 71  # NDRPDR LB
1557       - 72  # 1901.1 NDRPDR sel
1558       - 78  # 1901.1 NDRPDR sel
1559       - 73  # 1901.1 MRR sel
1560       - 77  # 1901.1 MRR sel
1561     csit-vpp-perf-verify-1807-3n-skx:
1562       - 31  # MRR full
1563       - 28  # MRR sel
1564       - 32  # MRR sel
1565       - 36  # MRR sel
1566       - 42  # MRR sel
1567       - 47  # MRR sel
1568       - 48  # MRR sel
1569       - 51  # MRR sel
1570       - 52  # MRR sel
1571       - 53  # MRR sel
1572       - 54  # MRR sel
1573       - 40  # NDRPDR full 1
1574       - 41  # NDRPDR full 2
1575       - 33  # NDRPDR sel
1576       - 35  # NDRPDR sel
1577       - 37  # NDRPDR sel
1578       - 38  # NDRPDR sel
1579       - 39  # NDRPDR sel
1580       - 43  # NDRPDR sel
1581       - 44  # NDRPDR sel
1582       - 49  # NDRPDR sel
1583       - 50  # NDRPDR sel
1584       - 56  # NDRPDR sel
1585     csit-vpp-perf-verify-1810-3n-skx:
1586       - 9   # MRR sel
1587       - 11  # MRR sel
1588       - 12  # MRR sel
1589       - 13  # MRR sel
1590       - 23  # NDRPDR full
1591       - 24  # NDRPDR full
1592       - 10  # NDRPDR sel
1593       - 14  # NDRPDR sel
1594       - 15  # NDRPDR sel
1595       - 16  # NDRPDR sel
1596       - 17  # NDRPDR sel
1597       - 19  # NDRPDR sel
1598       - 20  # NDRPDR sel
1599       - 21  # NDRPDR sel
1600       - 22  # NDRPDR sel
1601       - 25  # NDRPDR sel
1602     csit-vpp-perf-verify-1901-3n-skx:
1603 #      - 32  # MRR sel
1604 #      - 37  # NDRPDR full
1605 #      - 39  # NDRPDR full
1606 #      - 40  # NDRPDR full
1607 #      - 49  # NDRPDR full
1608 #      - 18  # NDRPDR sel
1609 #      - 19  # NDRPDR sel
1610 #      - 20  # NDRPDR sel
1611 #      - 28  # NDRPDR sel
1612 #      - 31  # NDRPDR sel
1613 #      - 33  # NDRPDR sel
1614 #      - 36  # NDRPDR sel
1615 #      - 38  # NDRPDR sel
1616 #      - 47  # NDRPDR sel
1617 #      - 48  # NDRPDR sel
1618 #      - 54  # NDRPDR LB
1619 #      - 57  # NDRPDR LB
1620 #      - 58  # NDRPDR LB
1621 #      - 59  # NDRPDR LB
1622 #      - 60  # NDRPDR LB
1623 #      - 63  # NDRPDR LB
1624 #      - 64  # NDRPDR LB
1625 #      - 65  # NDRPDR LB
1626 #      - 66  # NDRPDR LB
1627 #      - 67  # NDRPDR LB
1628       - 68  # 1901.1 NDRPDR sel
1629       - 69  # 1901.1 MRR sel
1630     csit-vpp-perf-verify-1807-2n-skx:
1631       - 27  # MRR full
1632       - 31  # MRR sel
1633       - 33  # MRR sel
1634       - 37  # MRR sel
1635       - 38  # MRR sel
1636       - 41  # MRR sel
1637       - 43  # MRR sel
1638       - 44  # MRR sel
1639       - 45  # MRR sel
1640       - 46  # MRR sel
1641       - 47  # MRR sel
1642       - 32  # NDRPDR full
1643       - 26  # NDRPDR sel
1644       - 28  # NDRPDR sel
1645       - 29  # NDRPDR sel
1646       - 30  # NDRPDR sel
1647       - 34  # NDRPDR sel
1648       - 35  # NDRPDR sel
1649       - 36  # NDRPDR sel
1650       - 39  # NDRPDR sel
1651       - 40  # NDRPDR sel
1652       - 42  # NDRPDR sel
1653     csit-vpp-perf-verify-1810-2n-skx:
1654       - 8   # MRR sel
1655       - 10  # MRR sel
1656       - 11  # MRR sel
1657       - 12  # MRR sel
1658       - 25  # NDRPDR full
1659       - 26  # NDRPDR full
1660       - 9   # NDRPDR sel
1661       - 13  # NDRPDR sel
1662       - 14  # NDRPDR sel
1663       - 19  # NDRPDR sel
1664       - 20  # NDRPDR sel
1665       - 21  # NDRPDR sel
1666       - 22  # NDRPDR sel
1667       - 23  # NDRPDR sel
1668       - 24  # NDRPDR sel
1669       - 27  # NDRPDR sel
1670     csit-vpp-perf-verify-1901-2n-skx:
1671 #      - 22  # MRR sel
1672 #      - 25  # NDRPDR full
1673 #      - 30  # NDRPDR full
1674 #      - 33  # NDRPDR full
1675 #      - 44  # NDRPDR full
1676 #      - 5   # NDRPDR sel
1677 #      - 12  # NDRPDR sel
1678 #      - 13  # NDRPDR sel
1679 #      - 21  # NDRPDR sel
1680 #      - 23  # NDRPDR sel
1681 #      - 31  # NDRPDR sel
1682 #      - 34  # NDRPDR sel
1683 #      - 40  # NDRPDR sel
1684 #      - 42  # NDRPDR sel
1685 #      - 43  # NDRPDR sel
1686       - 24  # NFV MRR
1687       - 26  # NFV MRR
1688       - 27  # NFV MRR
1689       - 35  # NFV MRR
1690       - 37  # NFV MRR
1691       - 28  # NFV NDRPDR
1692       - 29  # NFV NDRPDR
1693       - 32  # NFV NDRPDR
1694       - 39  # NFV NDRPDR
1695       - 46  # NFV NDRPDR
1696       - 45  # SOAK
1697       - 64  # 1901.1 NDRPDR sel
1698       - 65  # 1901.1 MRR sel
1699     csit-ligato-perf-verify-1901-3n-hsw:
1700       - 10  # NDRPDR full
1701       - 8   # NDRPDR sel
1702       - 9   # NDRPDR sel
1703       - 11  # NDRPDR sel
1704       - 12  # NDRPDR sel
1705       - 13  # NDRPDR sel
1706       - 14  # NDRPDR sel
1707       - 15  # NDRPDR sel
1708       - 16  # NDRPDR sel
1709       - 17  # NDRPDR sel
1710       - 18  # NDRPDR sel
1711     csit-dpdk-perf-verify-1807-3n-hsw:
1712       - 11
1713       - 12  # full
1714       - 14
1715       - 15
1716       - 16
1717       - 17
1718       - 20
1719       - 21
1720       - 22
1721       - 23
1722     csit-dpdk-perf-verify-1810-3n-hsw:
1723       - 1   # NDRPDR sel
1724       - 2   # NDRPDR sel
1725       - 3   # NDRPDR sel
1726       - 4   # NDRPDR sel
1727       - 5   # NDRPDR sel
1728       - 6   # NDRPDR sel
1729       - 7   # NDRPDR sel
1730       - 8   # NDRPDR sel
1731       - 9   # NDRPDR sel
1732       - 10  # NDRPDR sel
1733     csit-dpdk-perf-verify-1901-3n-hsw:
1734       - 13  # NDRPDR sel
1735       - 14  # NDRPDR sel
1736       - 16  # NDRPDR sel
1737       - 17  # NDRPDR sel
1738       - 18  # NDRPDR sel
1739       - 19  # NDRPDR sel
1740       - 20  # NDRPDR sel
1741       - 21  # NDRPDR sel
1742       - 22  # NDRPDR sel
1743       - 23  # NDRPDR sel
1744     csit-dpdk-perf-verify-1807-3n-skx:
1745       - 1   # NDRPDR sel
1746       - 2   # NDRPDR sel
1747       - 3   # NDRPDR sel
1748       - 6   # NDRPDR sel
1749       - 7   # NDRPDR sel
1750       - 8   # NDRPDR sel
1751       - 9   # NDRPDR sel
1752       - 10  # NDRPDR sel
1753       - 11  # NDRPDR sel
1754       - 12  # NDRPDR sel
1755     csit-dpdk-perf-verify-1810-3n-skx:
1756       - 3   # NDRPDR sel
1757       - 4   # NDRPDR sel
1758       - 6   # NDRPDR sel
1759       - 7   # NDRPDR sel
1760       - 8   # NDRPDR sel
1761       - 9   # NDRPDR sel
1762       - 10  # NDRPDR sel
1763       - 11  # NDRPDR sel
1764       - 12  # NDRPDR sel
1765       - 13  # NDRPDR sel
1766     csit-dpdk-perf-verify-1901-3n-skx:
1767       - 3   # NDRPDR sel
1768       - 5   # NDRPDR sel
1769       - 6   # NDRPDR sel
1770       - 7   # NDRPDR sel
1771       - 8   # NDRPDR sel
1772       - 9   # NDRPDR sel
1773       - 10  # NDRPDR sel
1774       - 11  # NDRPDR sel
1775       - 12  # NDRPDR sel
1776       - 13  # NDRPDR sel
1777     csit-dpdk-perf-verify-1810-2n-skx:
1778       - 3   # NDRPDR sel
1779       - 4   # NDRPDR sel
1780       - 5   # NDRPDR sel
1781       - 7   # NDRPDR sel
1782       - 8   # NDRPDR sel
1783       - 9   # NDRPDR sel
1784       - 10  # NDRPDR sel
1785       - 11  # NDRPDR sel
1786       - 12  # NDRPDR sel
1787       - 13  # NDRPDR sel
1788     csit-dpdk-perf-verify-1901-2n-skx:
1789       - 12  # NDRPDR sel
1790       - 13  # NDRPDR sel
1791       - 14  # NDRPDR sel
1792       - 15  # NDRPDR sel
1793       - 16  # NDRPDR sel
1794       - 17  # NDRPDR sel
1795       - 18  # NDRPDR sel
1796       - 19  # NDRPDR sel
1797       - 20  # NDRPDR sel
1798       - 21  # NDRPDR sel
1799     csit-vpp-functional-1901-ubuntu1604-virl:
1800       - 173
1801     csit-vpp-functional-1901-centos7-virl:
1802       - 175
1803     csit-vpp-device-1901-ubuntu1804-1n-skx:
1804       - 175
1805     # Not used
1806     csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
1807       - 1
1808     csit-dmm-functional-1901-ubuntu1604-virl:
1809       - 2
1810     csit-hc2vpp-verify-func-1901-ubuntu1604:
1811       - 3
1812
1813 -
1814   type: "output"
1815   output: "report"
1816   format:
1817     html:
1818     - full
1819     pdf:
1820     - minimal
1821
1822 ################################################################################
1823 ###                               T A B L E S                                ###
1824 ################################################################################
1825
1826 # VPP Compare NICs 3n-hsw 1t1c ndr
1827 -
1828   type: "table"
1829   title: "VPP Compare NICs 3n-hsw 1t1c ndr"
1830   algorithm: "table_nics_comparison"
1831   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-ndr"
1832   reference:
1833     title: "Intel-x520"
1834     nic: "NIC_Intel-X520-DA2"
1835   compare:
1836     title: "Intel-x710"
1837     nic: "NIC_Intel-X710"
1838   data: "vpp-nic-comparison-3n-hsw"
1839   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1840   filter: "'1T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1841   parameters:
1842   - "name"
1843   - "parent"
1844   - "throughput"
1845   - "tags"
1846
1847 # VPP Compare NICs 3n-hsw 2t2c ndr
1848 -
1849   type: "table"
1850   title: "VPP Compare NICs 3n-hsw 2t2c ndr"
1851   algorithm: "table_nics_comparison"
1852   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-ndr"
1853   reference:
1854     title: "Intel-x520"
1855     nic: "NIC_Intel-X520-DA2"
1856   compare:
1857     title: "Intel-x710"
1858     nic: "NIC_Intel-X710"
1859   data: "vpp-nic-comparison-3n-hsw"
1860   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1861   filter: "'2T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1862   parameters:
1863   - "name"
1864   - "parent"
1865   - "throughput"
1866   - "tags"
1867
1868 # VPP Compare NICs 3n-hsw 1t1c pdr
1869 -
1870   type: "table"
1871   title: "VPP Compare NICs 3n-hsw 1t1c pdr"
1872   algorithm: "table_nics_comparison"
1873   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-pdr"
1874   reference:
1875     title: "Intel-x520"
1876     nic: "NIC_Intel-X520-DA2"
1877   compare:
1878     title: "Intel-x710"
1879     nic: "NIC_Intel-X710"
1880   data: "vpp-nic-comparison-3n-hsw"
1881   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1882   filter: "'1T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1883   parameters:
1884   - "name"
1885   - "parent"
1886   - "throughput"
1887   - "tags"
1888
1889 # VPP Compare NICs 3n-hsw 2t2c pdr
1890 -
1891   type: "table"
1892   title: "VPP Compare NICs 3n-hsw 2t2c pdr"
1893   algorithm: "table_nics_comparison"
1894   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-pdr"
1895   reference:
1896     title: "Intel-x520"
1897     nic: "NIC_Intel-X520-DA2"
1898   compare:
1899     title: "Intel-x710"
1900     nic: "NIC_Intel-X710"
1901   data: "vpp-nic-comparison-3n-hsw"
1902   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1903   filter: "'2T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1904   parameters:
1905   - "name"
1906   - "parent"
1907   - "throughput"
1908   - "tags"
1909
1910 # VPP Compare NICs 3n-hsw 1t1c mrr
1911 -
1912   type: "table"
1913   title: "VPP Compare NICs 3n-hsw 1t1c mrr"
1914   algorithm: "table_nics_comparison"
1915   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-mrr"
1916   reference:
1917     title: "Intel-x520"
1918     nic: "NIC_Intel-X520-DA2"
1919   compare:
1920     title: "Intel-x710"
1921     nic: "NIC_Intel-X710"
1922   data: "vpp-nic-comparison-3n-hsw-mrr"
1923   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1924   filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1925   parameters:
1926   - "name"
1927   - "parent"
1928   - "result"
1929   - "tags"
1930
1931 # VPP Compare NICs 3n-hsw 2t2c mrr
1932 -
1933   type: "table"
1934   title: "VPP Compare NICs 3n-hsw 2t2c mrr"
1935   algorithm: "table_nics_comparison"
1936   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-mrr"
1937   reference:
1938     title: "Intel-x520"
1939     nic: "NIC_Intel-X520-DA2"
1940   compare:
1941     title: "Intel-x710"
1942     nic: "NIC_Intel-X710"
1943   data: "vpp-nic-comparison-3n-hsw-mrr"
1944   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1945   filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1946   parameters:
1947   - "name"
1948   - "parent"
1949   - "result"
1950   - "tags"
1951
1952 # VPP Compare NICs 3n-hsw 4t4c mrr
1953 -
1954   type: "table"
1955   title: "VPP Compare NICs 3n-hsw 4t4c mrr"
1956   algorithm: "table_nics_comparison"
1957   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-nics-mrr"
1958   reference:
1959     title: "Intel-x520"
1960     nic: "NIC_Intel-X520-DA2"
1961   compare:
1962     title: "Intel-x710"
1963     nic: "NIC_Intel-X710"
1964   data: "vpp-nic-comparison-3n-hsw-mrr"
1965   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1966   filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1967   parameters:
1968   - "name"
1969   - "parent"
1970   - "result"
1971   - "tags"
1972
1973 # VPP Compare NICs 3n-skx 2t1c ndr
1974 -
1975   type: "table"
1976   title: "VPP Compare NICs 3n-skx 2t1c ndr"
1977   algorithm: "table_nics_comparison"
1978   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-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-3n-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 3n-skx 4t2c ndr
1995 -
1996   type: "table"
1997   title: "VPP Compare NICs 3n-skx 4t2c ndr"
1998   algorithm: "table_nics_comparison"
1999   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
2000   reference:
2001     title: "Intel-x710"
2002     nic: "NIC_Intel-X710"
2003   compare:
2004     title: "Intel-xxv710"
2005     nic: "NIC_Intel-XXV710"
2006   data: "vpp-nic-comparison-3n-skx"
2007   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2008   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2009   parameters:
2010   - "name"
2011   - "parent"
2012   - "throughput"
2013   - "tags"
2014
2015 # VPP Compare NICs 3n-skx 2t1c pdr
2016 -
2017   type: "table"
2018   title: "VPP Compare NICs 3n-skx 2t1c pdr"
2019   algorithm: "table_nics_comparison"
2020   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
2021   reference:
2022     title: "Intel-x710"
2023     nic: "NIC_Intel-X710"
2024   compare:
2025     title: "Intel-xxv710"
2026     nic: "NIC_Intel-XXV710"
2027   data: "vpp-nic-comparison-3n-skx"
2028   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2029   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2030   parameters:
2031   - "name"
2032   - "parent"
2033   - "throughput"
2034   - "tags"
2035
2036  # VPP Compare NICs 3n-skx 4t2c pdr
2037 -
2038   type: "table"
2039   title: "VPP Compare NICs 3n-skx 4t2c pdr"
2040   algorithm: "table_nics_comparison"
2041   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
2042   reference:
2043     title: "Intel-x710"
2044     nic: "NIC_Intel-X710"
2045   compare:
2046     title: "Intel-xxv710"
2047     nic: "NIC_Intel-XXV710"
2048   data: "vpp-nic-comparison-3n-skx"
2049   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2050   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2051   parameters:
2052   - "name"
2053   - "parent"
2054   - "throughput"
2055   - "tags"
2056
2057 # VPP Compare NICs 3n-skx 2t1c mrr
2058 -
2059   type: "table"
2060   title: "VPP Compare NICs 3n-skx 2t1c mrr"
2061   algorithm: "table_nics_comparison"
2062   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
2063   reference:
2064     title: "Intel-x710"
2065     nic: "NIC_Intel-X710"
2066   compare:
2067     title: "Intel-xxv710"
2068     nic: "NIC_Intel-XXV710"
2069   data: "vpp-nic-comparison-3n-skx-mrr"
2070   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2071   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2072   parameters:
2073   - "name"
2074   - "parent"
2075   - "result"
2076   - "tags"
2077
2078 # VPP Compare NICs 3n-skx 4t2c mrr
2079 -
2080   type: "table"
2081   title: "VPP Compare NICs 3n-skx 4t2c mrr"
2082   algorithm: "table_nics_comparison"
2083   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
2084   reference:
2085     title: "Intel-x710"
2086     nic: "NIC_Intel-X710"
2087   compare:
2088     title: "Intel-xxv710"
2089     nic: "NIC_Intel-XXV710"
2090   data: "vpp-nic-comparison-3n-skx-mrr"
2091   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2092   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2093   parameters:
2094   - "name"
2095   - "parent"
2096   - "result"
2097   - "tags"
2098
2099  # VPP Compare NICs 3n-skx 8t4c mrr
2100 -
2101   type: "table"
2102   title: "VPP Compare NICs 3n-skx 8t4c mrr"
2103   algorithm: "table_nics_comparison"
2104   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
2105   reference:
2106     title: "Intel-x710"
2107     nic: "NIC_Intel-X710"
2108   compare:
2109     title: "Intel-xxv710"
2110     nic: "NIC_Intel-XXV710"
2111   data: "vpp-nic-comparison-3n-skx-mrr"
2112   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2113   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2114   parameters:
2115   - "name"
2116   - "parent"
2117   - "result"
2118   - "tags"
2119
2120 # VPP Compare NICs 2n-skx 2t1c ndr
2121 -
2122   type: "table"
2123   title: "VPP Compare NICs 2n-skx 2t1c ndr"
2124   algorithm: "table_nics_comparison"
2125   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
2126   reference:
2127     title: "Intel-x710"
2128     nic: "NIC_Intel-X710"
2129   compare:
2130     title: "Intel-xxv710"
2131     nic: "NIC_Intel-XXV710"
2132   data: "vpp-nic-comparison-2n-skx"
2133   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2134   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2135   parameters:
2136   - "name"
2137   - "parent"
2138   - "throughput"
2139   - "tags"
2140
2141 # VPP Compare NICs 2n-skx 4t2c ndr
2142 -
2143   type: "table"
2144   title: "VPP Compare NICs 2n-skx 4t2c ndr"
2145   algorithm: "table_nics_comparison"
2146   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
2147   reference:
2148     title: "Intel-x710"
2149     nic: "NIC_Intel-X710"
2150   compare:
2151     title: "Intel-xxv710"
2152     nic: "NIC_Intel-XXV710"
2153   data: "vpp-nic-comparison-2n-skx"
2154   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2155   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2156   parameters:
2157   - "name"
2158   - "parent"
2159   - "throughput"
2160   - "tags"
2161
2162  # VPP Compare NICs 2n-skx 2t1c pdr
2163 -
2164   type: "table"
2165   title: "VPP Compare NICs 2n-skx 2t1c pdr"
2166   algorithm: "table_nics_comparison"
2167   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
2168   reference:
2169     title: "Intel-x710"
2170     nic: "NIC_Intel-X710"
2171   compare:
2172     title: "Intel-xxv710"
2173     nic: "NIC_Intel-XXV710"
2174   data: "vpp-nic-comparison-2n-skx"
2175   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2176   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2177   parameters:
2178   - "name"
2179   - "parent"
2180   - "throughput"
2181   - "tags"
2182
2183 # VPP Compare NICs 2n-skx 4t2c pdr
2184 -
2185   type: "table"
2186   title: "VPP Compare NICs 2n-skx 4t2c pdr"
2187   algorithm: "table_nics_comparison"
2188   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
2189   reference:
2190     title: "Intel-x710"
2191     nic: "NIC_Intel-X710"
2192   compare:
2193     title: "Intel-xxv710"
2194     nic: "NIC_Intel-XXV710"
2195   data: "vpp-nic-comparison-2n-skx"
2196   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2197   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2198   parameters:
2199   - "name"
2200   - "parent"
2201   - "throughput"
2202   - "tags"
2203
2204 # VPP Compare NICs 2n-skx 2t1c mrr
2205 -
2206   type: "table"
2207   title: "VPP Compare NICs 2n-skx 2t1c mrr"
2208   algorithm: "table_nics_comparison"
2209   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
2210   reference:
2211     title: "Intel-x710"
2212     nic: "NIC_Intel-X710"
2213   compare:
2214     title: "Intel-xxv710"
2215     nic: "NIC_Intel-XXV710"
2216   data: "vpp-nic-comparison-2n-skx-mrr"
2217   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2218   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2219   parameters:
2220   - "name"
2221   - "parent"
2222   - "result"
2223   - "tags"
2224
2225 # VPP Compare NICs 2n-skx 4t2c mrr
2226 -
2227   type: "table"
2228   title: "VPP Compare NICs 2n-skx 4t2c mrr"
2229   algorithm: "table_nics_comparison"
2230   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
2231   reference:
2232     title: "Intel-x710"
2233     nic: "NIC_Intel-X710"
2234   compare:
2235     title: "Intel-xxv710"
2236     nic: "NIC_Intel-XXV710"
2237   data: "vpp-nic-comparison-2n-skx-mrr"
2238   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2239   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2240   parameters:
2241   - "name"
2242   - "parent"
2243   - "result"
2244   - "tags"
2245
2246 # VPP Compare NICs 2n-skx 8t4c mrr
2247 -
2248   type: "table"
2249   title: "VPP Compare NICs 2n-skx 8t4c mrr"
2250   algorithm: "table_nics_comparison"
2251   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
2252   reference:
2253     title: "Intel-x710"
2254     nic: "NIC_Intel-X710"
2255   compare:
2256     title: "Intel-xxv710"
2257     nic: "NIC_Intel-XXV710"
2258   data: "vpp-nic-comparison-2n-skx-mrr"
2259   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2260   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2261   parameters:
2262   - "name"
2263   - "parent"
2264   - "result"
2265   - "tags"
2266
2267 ################################################################################
2268 # VPP
2269
2270 # VPP Performance Changes 2n-dnv 1t1c pdr
2271 -
2272   type: "table"
2273   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
2274   algorithm: "table_performance_comparison"
2275   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
2276   reference:
2277     title: "rls1810"
2278     data: "intel-dnv-vpp-changes-2n-dnv-ref"
2279   compare:
2280     title: "rls1901.1"
2281     data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2282   data: "intel-dnv-vpp-changes-2n-dnv"
2283   include-tests: "PDR"
2284   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')"
2285   parameters:
2286   - "name"
2287   - "parent"
2288   - "throughput"
2289
2290 # VPP Performance Changes 2n-dnv 2t2c pdr
2291 -
2292   type: "table"
2293   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
2294   algorithm: "table_performance_comparison"
2295   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
2296   reference:
2297     title: "rls1810"
2298     data: "intel-dnv-vpp-changes-2n-dnv-ref"
2299   compare:
2300     title: "rls1901.1"
2301     data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2302   data: "intel-dnv-vpp-changes-2n-dnv"
2303   include-tests: "PDR"
2304   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')"
2305   parameters:
2306   - "name"
2307   - "parent"
2308   - "throughput"
2309
2310 # VPP Performance Changes 2n-dnv 1t1c ndr
2311 -
2312   type: "table"
2313   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
2314   algorithm: "table_performance_comparison"
2315   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
2316   reference:
2317     title: "rls1810"
2318     data: "intel-dnv-vpp-changes-2n-dnv-ref"
2319   compare:
2320     title: "rls1901.1"
2321     data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2322   data: "intel-dnv-vpp-changes-2n-dnv"
2323   include-tests: "NDR"
2324   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')"
2325   parameters:
2326   - "name"
2327   - "parent"
2328   - "throughput"
2329
2330 # VPP Performance Changes 2n-dnv 2t2c ndr
2331 -
2332   type: "table"
2333   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
2334   algorithm: "table_performance_comparison"
2335   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
2336   reference:
2337     title: "rls1810"
2338     data: "intel-dnv-vpp-changes-2n-dnv-ref"
2339   compare:
2340     title: "rls1901.1"
2341     data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2342   data: "intel-dnv-vpp-changes-2n-dnv"
2343   include-tests: "NDR"
2344   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')"
2345   parameters:
2346   - "name"
2347   - "parent"
2348   - "throughput"
2349   
2350
2351 # VPP Performance Changes 2n-dnv 1t1c MRR
2352 -
2353   type: "table"
2354   title: "VPP Performance Changes 2n-dnv 1t1c MRR"
2355   algorithm: "table_performance_comparison"
2356   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
2357   reference:
2358     title: "rls1810"
2359     data: "intel-dnv-vpp-changes-2n-dnv-ref"
2360   compare:
2361     title: "rls1901.1"
2362     data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2363   data: "intel-dnv-vpp-changes-2n-dnv"
2364   include-tests: "MRR"
2365   filter: "'1T1C' and 'MRR'"
2366   parameters:
2367   - "name"
2368   - "parent"
2369   - "result"
2370
2371 # VPP Performance Changes 2n-dnv 2t2c MRR
2372 -
2373   type: "table"
2374   title: "VPP Performance Changes 2n-dnv 2t2c MRR"
2375   algorithm: "table_performance_comparison"
2376   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
2377   reference:
2378     title: "rls1810"
2379     data: "intel-dnv-vpp-changes-2n-dnv-ref"
2380   compare:
2381     title: "rls1901.1"
2382     data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2383   data: "intel-dnv-vpp-changes-2n-dnv"
2384   include-tests: "MRR"
2385   filter: "'2T2C' and 'MRR'"
2386   parameters:
2387   - "name"
2388   - "parent"
2389   - "result"
2390
2391 # VPP Performance Changes 2n-dnv 4t4c MRR
2392 -
2393   type: "table"
2394   title: "VPP Performance Changes 2n-dnv 4t4c MRR"
2395   algorithm: "table_performance_comparison"
2396   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
2397   reference:
2398     title: "rls1810"
2399     data: "intel-dnv-vpp-changes-2n-dnv-ref"
2400   compare:
2401     title: "rls1901.1"
2402     data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2403   data: "intel-dnv-vpp-changes-2n-dnv"
2404   include-tests: "MRR"
2405   filter: "'4T4C' and 'MRR'"
2406   parameters:
2407   - "name"
2408   - "parent"
2409   - "result"
2410
2411 # VPP Performance Changes 3n-hsw 1t1c pdr
2412 -
2413   type: "table"
2414   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
2415   algorithm: "table_performance_comparison"
2416   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
2417   history:
2418     -
2419       title: "rls1807"
2420       data: "vpp-performance-changes-3n-hsw-h1"
2421   reference:
2422     title: "rls1810"
2423     data: "vpp-performance-changes-3n-hsw-ref"
2424   compare:
2425     title: "rls1901.1"
2426     data: "vpp-performance-changes-3n-hsw-cmp"
2427   data: "vpp-performance-changes-3n-hsw"
2428   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2429   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2430   parameters:
2431   - "name"
2432   - "parent"
2433   - "throughput"
2434
2435 # VPP Performance Changes 3n-hsw 2t2c pdr
2436 -
2437   type: "table"
2438   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
2439   algorithm: "table_performance_comparison"
2440   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
2441   history:
2442     -
2443       title: "rls1807"
2444       data: "vpp-performance-changes-3n-hsw-h1"
2445   reference:
2446     title: "rls1810"
2447     data: "vpp-performance-changes-3n-hsw-ref"
2448   compare:
2449     title: "rls1901.1"
2450     data: "vpp-performance-changes-3n-hsw-cmp"
2451   data: "vpp-performance-changes-3n-hsw"
2452   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2453   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2454   parameters:
2455   - "name"
2456   - "parent"
2457   - "throughput"
2458
2459 # VPP Performance Changes 3n-hsw 1t1c ndr
2460 -
2461   type: "table"
2462   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
2463   algorithm: "table_performance_comparison"
2464   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
2465   history:
2466     -
2467       title: "rls1807"
2468       data: "vpp-performance-changes-3n-hsw-h1"
2469   reference:
2470     title: "rls1810"
2471     data: "vpp-performance-changes-3n-hsw-ref"
2472   compare:
2473     title: "rls1901.1"
2474     data: "vpp-performance-changes-3n-hsw-cmp"
2475   data: "vpp-performance-changes-3n-hsw"
2476   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2477   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2478   parameters:
2479   - "name"
2480   - "parent"
2481   - "throughput"
2482
2483 # VPP Performance Changes 3n-hsw 2t2c ndr
2484 -
2485   type: "table"
2486   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
2487   algorithm: "table_performance_comparison"
2488   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
2489   history:
2490     -
2491       title: "rls1807"
2492       data: "vpp-performance-changes-3n-hsw-h1"
2493   reference:
2494     title: "rls1810"
2495     data: "vpp-performance-changes-3n-hsw-ref"
2496   compare:
2497     title: "rls1901.1"
2498     data: "vpp-performance-changes-3n-hsw-cmp"
2499   data: "vpp-performance-changes-3n-hsw"
2500   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2501   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2502   parameters:
2503   - "name"
2504   - "parent"
2505   - "throughput"
2506
2507 # VPP Performance Changes 3n-skx 2t1c pdr
2508 -
2509   type: "table"
2510   title: "VPP Performance Changes 3n-skx 2t1c pdr"
2511   algorithm: "table_performance_comparison"
2512   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
2513   history:
2514     -
2515       title: "rls1807"
2516       data: "vpp-performance-changes-3n-skx-h1"
2517   reference:
2518     title: "rls1810"
2519     data: "vpp-performance-changes-3n-skx-ref"
2520   compare:
2521     title: "rls1901.1"
2522     data: "vpp-performance-changes-3n-skx-cmp"
2523   data: "vpp-performance-changes-3n-skx"
2524   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2525   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2526   parameters:
2527   - "name"
2528   - "parent"
2529   - "throughput"
2530
2531 # VPP Performance Changes 3n-skx 4t2c pdr
2532 -
2533   type: "table"
2534   title: "VPP Performance Changes 3n-skx 4t2c pdr"
2535   algorithm: "table_performance_comparison"
2536   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
2537   history:
2538     -
2539       title: "rls1807"
2540       data: "vpp-performance-changes-3n-skx-h1"
2541   reference:
2542     title: "rls1810"
2543     data: "vpp-performance-changes-3n-skx-ref"
2544   compare:
2545     title: "rls1901.1"
2546     data: "vpp-performance-changes-3n-skx-cmp"
2547   data: "vpp-performance-changes-3n-skx"
2548   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2549   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2550   parameters:
2551   - "name"
2552   - "parent"
2553   - "throughput"
2554
2555 # VPP Performance Changes 3n-skx 2t1c ndr
2556 -
2557   type: "table"
2558   title: "VPP Performance Changes 3n-skx 2t1c ndr"
2559   algorithm: "table_performance_comparison"
2560   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
2561   history:
2562     -
2563       title: "rls1807"
2564       data: "vpp-performance-changes-3n-skx-h1"
2565   reference:
2566     title: "rls1810"
2567     data: "vpp-performance-changes-3n-skx-ref"
2568   compare:
2569     title: "rls1901.1"
2570     data: "vpp-performance-changes-3n-skx-cmp"
2571   data: "vpp-performance-changes-3n-skx"
2572   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2573   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2574   parameters:
2575   - "name"
2576   - "parent"
2577   - "throughput"
2578
2579 # VPP Performance Changes 3n-skx 4t2c ndr
2580 -
2581   type: "table"
2582   title: "VPP Performance Changes 3n-skx 4t2c ndr"
2583   algorithm: "table_performance_comparison"
2584   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
2585   history:
2586     -
2587       title: "rls1807"
2588       data: "vpp-performance-changes-3n-skx-h1"
2589   reference:
2590     title: "rls1810"
2591     data: "vpp-performance-changes-3n-skx-ref"
2592   compare:
2593     title: "rls1901.1"
2594     data: "vpp-performance-changes-3n-skx-cmp"
2595   data: "vpp-performance-changes-3n-skx"
2596   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2597   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2598   parameters:
2599   - "name"
2600   - "parent"
2601   - "throughput"
2602
2603 # VPP Performance Changes 2n-skx 2t1c pdr
2604 -
2605   type: "table"
2606   title: "VPP Performance Changes 2n-skx 2t1c pdr"
2607   algorithm: "table_performance_comparison"
2608   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
2609   history:
2610     -
2611       title: "rls1807"
2612       data: "vpp-performance-changes-2n-skx-h1"
2613   reference:
2614     title: "rls1810"
2615     data: "vpp-performance-changes-2n-skx-ref"
2616   compare:
2617     title: "rls1901.1"
2618     data: "vpp-performance-changes-2n-skx-cmp"
2619   data: "vpp-performance-changes-2n-skx"
2620   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2621   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2622   parameters:
2623   - "name"
2624   - "parent"
2625   - "throughput"
2626
2627 # VPP Performance Changes 2n-skx 4t2c pdr
2628 -
2629   type: "table"
2630   title: "VPP Performance Changes 2n-skx 4t2c pdr"
2631   algorithm: "table_performance_comparison"
2632   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
2633   history:
2634     - title: "rls1807"
2635       data: "vpp-performance-changes-2n-skx-h1"
2636   reference:
2637     title: "rls1810"
2638     data: "vpp-performance-changes-2n-skx-ref"
2639   compare:
2640     title: "rls1901.1"
2641     data: "vpp-performance-changes-2n-skx-cmp"
2642   data: "vpp-performance-changes-2n-skx"
2643   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2644   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2645   parameters:
2646   - "name"
2647   - "parent"
2648   - "throughput"
2649
2650 # VPP Performance Changes 2n-skx 2t1c ndr
2651 -
2652   type: "table"
2653   title: "VPP Performance Changes 2n-skx 2t1c ndr"
2654   algorithm: "table_performance_comparison"
2655   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
2656   history:
2657     - title: "rls1807"
2658       data: "vpp-performance-changes-2n-skx-h1"
2659   reference:
2660     title: "rls1810"
2661     data: "vpp-performance-changes-2n-skx-ref"
2662   compare:
2663     title: "rls1901.1"
2664     data: "vpp-performance-changes-2n-skx-cmp"
2665   data: "vpp-performance-changes-2n-skx"
2666   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2667   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2668   parameters:
2669   - "name"
2670   - "parent"
2671   - "throughput"
2672
2673 # VPP Performance Changes 2n-skx 4t2c ndr
2674 -
2675   type: "table"
2676   title: "VPP Performance Changes 2n-skx 4t2c ndr"
2677   algorithm: "table_performance_comparison"
2678   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
2679   history:
2680     - title: "rls1807"
2681       data: "vpp-performance-changes-2n-skx-h1"
2682   reference:
2683     title: "rls1810"
2684     data: "vpp-performance-changes-2n-skx-ref"
2685   compare:
2686     title: "rls1901.1"
2687     data: "vpp-performance-changes-2n-skx-cmp"
2688   data: "vpp-performance-changes-2n-skx"
2689   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2690   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2691   parameters:
2692   - "name"
2693   - "parent"
2694   - "throughput"
2695
2696 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
2697 -
2698   type: "table"
2699   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
2700   algorithm: "table_performance_comparison"
2701   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
2702   reference:
2703     title: "3-Node Hsw"
2704     data: "vpp-compare-testbeds-ref"
2705   compare:
2706     title: "3-Node Skx"
2707     data: "vpp-compare-testbeds-cmp"
2708   data: "vpp-compare-testbeds"
2709   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2710   filter: "'NIC_Intel-X710' and 'NDRPDR' and '1C'"
2711   parameters:
2712   - "name"
2713   - "parent"
2714   - "throughput"
2715
2716 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
2717 -
2718   type: "table"
2719   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
2720   algorithm: "table_performance_comparison"
2721   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
2722   reference:
2723     title: "3-Node Hsw"
2724     data: "vpp-compare-testbeds-ref"
2725   compare:
2726     title: "3-Node Skx"
2727     data: "vpp-compare-testbeds-cmp"
2728   data: "vpp-compare-testbeds"
2729   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2730   filter: "'NIC_Intel-X710' and 'NDRPDR' and '2C'"
2731   parameters:
2732   - "name"
2733   - "parent"
2734   - "throughput"
2735
2736 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
2737 -
2738   type: "table"
2739   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
2740   algorithm: "table_performance_comparison"
2741   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
2742   reference:
2743     title: "3-Node Hsw"
2744     data: "vpp-compare-testbeds-ref"
2745   compare:
2746     title: "3-Node Skx"
2747     data: "vpp-compare-testbeds-cmp"
2748   data: "vpp-compare-testbeds"
2749   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2750   filter: "'NIC_Intel-X710' and 'NDRPDR' and '1C'"
2751   parameters:
2752   - "name"
2753   - "parent"
2754   - "throughput"
2755
2756 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
2757 -
2758   type: "table"
2759   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
2760   algorithm: "table_performance_comparison"
2761   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
2762   reference:
2763     title: "3-Node Hsw"
2764     data: "vpp-compare-testbeds-ref"
2765   compare:
2766     title: "3-Node Skx"
2767     data: "vpp-compare-testbeds-cmp"
2768   data: "vpp-compare-testbeds"
2769   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2770   filter: "'NIC_Intel-X710' and 'NDRPDR' and '2C'"
2771   parameters:
2772   - "name"
2773   - "parent"
2774   - "throughput"
2775
2776 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
2777 -
2778   type: "table"
2779   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
2780   algorithm: "table_performance_comparison"
2781   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
2782   reference:
2783     title: "3-Node Skx"
2784     data: "vpp-compare-topologies-ref"
2785   compare:
2786     title: "2-Node Skx"
2787     data: "vpp-compare-topologies-cmp"
2788   data: "vpp-compare-topologies"
2789   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2790   filter: "'NDRPDR' and '1C'"
2791   parameters:
2792   - "name"
2793   - "parent"
2794   - "throughput"
2795
2796 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
2797 -
2798   type: "table"
2799   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
2800   algorithm: "table_performance_comparison"
2801   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
2802   reference:
2803     title: "3-Node Skx"
2804     data: "vpp-compare-topologies-ref"
2805   compare:
2806     title: "2-Node Skx"
2807     data: "vpp-compare-topologies-cmp"
2808   data: "vpp-compare-topologies"
2809   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2810   filter: "'NDRPDR' and '2C'"
2811   parameters:
2812   - "name"
2813   - "parent"
2814   - "throughput"
2815
2816 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
2817 -
2818   type: "table"
2819   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
2820   algorithm: "table_performance_comparison"
2821   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
2822   reference:
2823     title: "3-Node Skx"
2824     data: "vpp-compare-topologies-ref"
2825   compare:
2826     title: "2-Node Skx"
2827     data: "vpp-compare-topologies-cmp"
2828   data: "vpp-compare-topologies"
2829   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2830   filter: "'NDRPDR' and '1C'"
2831   parameters:
2832   - "name"
2833   - "parent"
2834   - "throughput"
2835
2836 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
2837 -
2838   type: "table"
2839   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
2840   algorithm: "table_performance_comparison"
2841   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
2842   reference:
2843     title: "3-Node Skx"
2844     data: "vpp-compare-topologies-ref"
2845   compare:
2846     title: "2-Node Skx"
2847     data: "vpp-compare-topologies-cmp"
2848   data: "vpp-compare-topologies"
2849   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2850   filter: "'NDRPDR' and '2C'"
2851   parameters:
2852   - "name"
2853   - "parent"
2854   - "throughput"
2855
2856 # VPP Performance Changes 3n-hsw 1t1c MRR
2857 -
2858   type: "table"
2859   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
2860   algorithm: "table_performance_comparison"
2861   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
2862   history:
2863     -
2864       title: "rls1807"
2865       data: "vpp-performance-changes-3n-hsw-mrr-h1"
2866   reference:
2867     title: "rls1810"
2868     data: "vpp-performance-changes-3n-hsw-mrr-ref"
2869   compare:
2870     title: "rls1901.1"
2871     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2872   data: "vpp-performance-changes-3n-hsw-mrr"
2873   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2874   filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2875   parameters:
2876   - "name"
2877   - "parent"
2878   - "result"
2879
2880 # VPP Performance Changes 3n-hsw 2t2c MRR
2881 -
2882   type: "table"
2883   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
2884   algorithm: "table_performance_comparison"
2885   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
2886   history:
2887     -
2888       title: "rls1807"
2889       data: "vpp-performance-changes-3n-hsw-mrr-h1"
2890   reference:
2891     title: "rls1810"
2892     data: "vpp-performance-changes-3n-hsw-mrr-ref"
2893   compare:
2894     title: "rls1901.1"
2895     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2896   data: "vpp-performance-changes-3n-hsw-mrr"
2897   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2898   filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2899   parameters:
2900   - "name"
2901   - "parent"
2902   - "result"
2903
2904 # VPP Performance Changes 3n-hsw 4t4c MRR
2905 -
2906   type: "table"
2907   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
2908   algorithm: "table_performance_comparison"
2909   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
2910   history:
2911     -
2912       title: "rls1807"
2913       data: "vpp-performance-changes-3n-hsw-mrr-h1"
2914   reference:
2915     title: "rls1810"
2916     data: "vpp-performance-changes-3n-hsw-mrr-ref"
2917   compare:
2918     title: "rls1901.1"
2919     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2920   data: "vpp-performance-changes-3n-hsw-mrr"
2921   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2922   filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2923   parameters:
2924   - "name"
2925   - "parent"
2926   - "result"
2927
2928 # VPP Performance Changes 3n-skx 2t1c MRR
2929 -
2930   type: "table"
2931   title: "VPP Performance Changes 3n-skx 2t1c MRR"
2932   algorithm: "table_performance_comparison"
2933   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
2934   history:
2935     -
2936       title: "rls1807"
2937       data: "vpp-performance-changes-3n-skx-mrr-h1"
2938   reference:
2939     title: "rls1810"
2940     data: "vpp-performance-changes-3n-skx-mrr-ref"
2941   compare:
2942     title: "rls1901.1"
2943     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2944   data: "vpp-performance-changes-3n-skx-mrr"
2945   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2946   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2947   parameters:
2948   - "name"
2949   - "parent"
2950   - "result"
2951
2952 # VPP Performance Changes 3n-skx 4t2c MRR
2953 -
2954   type: "table"
2955   title: "VPP Performance Changes 3n-skx 4t2c MRR"
2956   algorithm: "table_performance_comparison"
2957   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
2958   history:
2959     -
2960       title: "rls1807"
2961       data: "vpp-performance-changes-3n-skx-mrr-h1"
2962   reference:
2963     title: "rls1810"
2964     data: "vpp-performance-changes-3n-skx-mrr-ref"
2965   compare:
2966     title: "rls1901.1"
2967     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2968   data: "vpp-performance-changes-3n-skx-mrr"
2969   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2970   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2971   parameters:
2972   - "name"
2973   - "parent"
2974   - "result"
2975
2976 # VPP Performance Changes 3n-skx 8t4c MRR
2977 -
2978   type: "table"
2979   title: "VPP Performance Changes 3n-skx 8t4c MRR"
2980   algorithm: "table_performance_comparison"
2981   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
2982   history:
2983     -
2984       title: "rls1807"
2985       data: "vpp-performance-changes-3n-skx-mrr-h1"
2986   reference:
2987     title: "rls1810"
2988     data: "vpp-performance-changes-3n-skx-mrr-ref"
2989   compare:
2990     title: "rls1901.1"
2991     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2992   data: "vpp-performance-changes-3n-skx-mrr"
2993   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2994   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2995   parameters:
2996   - "name"
2997   - "parent"
2998   - "result"
2999
3000 # VPP Performance Changes 2n-skx 2t1c MRR
3001 -
3002   type: "table"
3003   title: "VPP Performance Changes 2n-skx 2t1c MRR"
3004   algorithm: "table_performance_comparison"
3005   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
3006   history:
3007     -
3008       title: "rls1807"
3009       data: "vpp-performance-changes-2n-skx-mrr-h1"
3010   reference:
3011     title: "rls1810"
3012     data: "vpp-performance-changes-2n-skx-mrr-ref"
3013   compare:
3014     title: "rls1901.1"
3015     data: "vpp-performance-changes-2n-skx-mrr-cmp"
3016   data: "vpp-performance-changes-2n-skx-mrr"
3017   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3018   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3019   parameters:
3020   - "name"
3021   - "parent"
3022   - "result"
3023
3024 # VPP Performance Changes 2n-skx 4t2c MRR
3025 -
3026   type: "table"
3027   title: "VPP Performance Changes 2n-skx 4t2c MRR"
3028   algorithm: "table_performance_comparison"
3029   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
3030   history:
3031     -
3032       title: "rls1807"
3033       data: "vpp-performance-changes-2n-skx-mrr-h1"
3034   reference:
3035     title: "rls1810"
3036     data: "vpp-performance-changes-2n-skx-mrr-ref"
3037   compare:
3038     title: "rls1901.1"
3039     data: "vpp-performance-changes-2n-skx-mrr-cmp"
3040   data: "vpp-performance-changes-2n-skx-mrr"
3041   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3042   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3043   parameters:
3044   - "name"
3045   - "parent"
3046   - "result"
3047
3048 # VPP Performance Changes 2n-skx 8t4c MRR
3049 -
3050   type: "table"
3051   title: "VPP Performance Changes 2n-skx 8t4c MRR"
3052   algorithm: "table_performance_comparison"
3053   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
3054   history:
3055     -
3056       title: "rls1807"
3057       data: "vpp-performance-changes-2n-skx-mrr-h1"
3058   reference:
3059     title: "rls1810"
3060     data: "vpp-performance-changes-2n-skx-mrr-ref"
3061   compare:
3062     title: "rls1901.1"
3063     data: "vpp-performance-changes-2n-skx-mrr-cmp"
3064   data: "vpp-performance-changes-2n-skx-mrr"
3065   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3066   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3067   parameters:
3068   - "name"
3069   - "parent"
3070   - "result"
3071
3072 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
3073 -
3074   type: "table"
3075   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
3076   algorithm: "table_performance_comparison"
3077   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
3078   reference:
3079     title: "3-Node Hsw"
3080     data: "vpp-compare-testbeds-mrr-ref"
3081   compare:
3082     title: "3-Node Skx"
3083     data: "vpp-compare-testbeds-mrr-cmp"
3084   data: "vpp-compare-testbeds-mrr"
3085   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3086   filter: "'NIC_Intel-X710' and 'MRR' and '1C'"
3087   parameters:
3088   - "name"
3089   - "parent"
3090   - "result"
3091
3092 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
3093 -
3094   type: "table"
3095   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
3096   algorithm: "table_performance_comparison"
3097   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
3098   reference:
3099     title: "3-Node Hsw"
3100     data: "vpp-compare-testbeds-mrr-ref"
3101   compare:
3102     title: "3-Node Skx"
3103     data: "vpp-compare-testbeds-mrr-cmp"
3104   data: "vpp-compare-testbeds-mrr"
3105   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3106   filter: "'NIC_Intel-X710' and 'MRR' and '2C'"
3107   parameters:
3108   - "name"
3109   - "parent"
3110   - "result"
3111
3112 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
3113 -
3114   type: "table"
3115   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
3116   algorithm: "table_performance_comparison"
3117   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
3118   reference:
3119     title: "3-Node Hsw"
3120     data: "vpp-compare-testbeds-mrr-ref"
3121   compare:
3122     title: "3-Node Skx"
3123     data: "vpp-compare-testbeds-mrr-cmp"
3124   data: "vpp-compare-testbeds-mrr"
3125   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3126   filter: "'NIC_Intel-X710' and 'MRR' and '4C'"
3127   parameters:
3128   - "name"
3129   - "parent"
3130   - "result"
3131
3132 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
3133 -
3134   type: "table"
3135   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
3136   algorithm: "table_performance_comparison"
3137   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
3138   reference:
3139     title: "3-Node Skx"
3140     data: "vpp-compare-topologies-mrr-ref"
3141   compare:
3142     title: "2-Node Skx"
3143     data: "vpp-compare-topologies-mrr-cmp"
3144   data: "vpp-compare-topologies-mrr"
3145   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3146   filter: "'MRR' and '1C'"
3147   parameters:
3148   - "name"
3149   - "parent"
3150   - "result"
3151
3152 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
3153 -
3154   type: "table"
3155   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
3156   algorithm: "table_performance_comparison"
3157   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
3158   reference:
3159     title: "3-Node Skx"
3160     data: "vpp-compare-topologies-mrr-ref"
3161   compare:
3162     title: "2-Node Skx"
3163     data: "vpp-compare-topologies-mrr-cmp"
3164   data: "vpp-compare-topologies-mrr"
3165   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3166   filter: "'MRR' and '2C'"
3167   parameters:
3168   - "name"
3169   - "parent"
3170   - "result"
3171
3172 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
3173 -
3174   type: "table"
3175   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
3176   algorithm: "table_performance_comparison"
3177   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
3178   reference:
3179     title: "3-Node Skx"
3180     data: "vpp-compare-topologies-mrr-ref"
3181   compare:
3182     title: "2-Node Skx"
3183     data: "vpp-compare-topologies-mrr-cmp"
3184   data: "vpp-compare-topologies-mrr"
3185   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3186   filter: "'MRR' and '4C'"
3187   parameters:
3188   - "name"
3189   - "parent"
3190   - "result"
3191
3192 # Detailed Test Results - VPP Performance Results 3n-hsw
3193 -
3194   type: "table"
3195   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
3196   algorithm: "table_merged_details"
3197   output-file-ext: ".csv"
3198   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
3199   columns:
3200   -
3201     title: "Name"
3202     data: "data name"
3203   -
3204     title: "Status"
3205     data: "data msg"
3206   rows: "generated"
3207   data: "vpp-perf-results-3n-hsw"
3208   filter: "not 'NDRCHK' and not 'PDRCHK'"
3209   parameters:
3210   - "name"
3211   - "parent"
3212   - "msg"
3213
3214 # Detailed Test Results - VPP Performance Results 3n-skx
3215 -
3216   type: "table"
3217   title: "Detailed Test Results - VPP Performance Results 3n-skx"
3218   algorithm: "table_merged_details"
3219   output-file-ext: ".csv"
3220   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
3221   columns:
3222   -
3223     title: "Name"
3224     data: "data name"
3225   -
3226     title: "Status"
3227     data: "data msg"
3228   rows: "generated"
3229   data: "vpp-perf-results-3n-skx"
3230   filter: "not 'NDRCHK' and not 'PDRCHK'"
3231   parameters:
3232   - "name"
3233   - "parent"
3234   - "msg"
3235
3236 # Detailed Test Results - VPP Performance Results 2n-skx
3237 -
3238   type: "table"
3239   title: "Detailed Test Results - VPP Performance Results 2n-skx"
3240   algorithm: "table_merged_details"
3241   output-file-ext: ".csv"
3242   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
3243   columns:
3244   -
3245     title: "Name"
3246     data: "data name"
3247   -
3248     title: "Status"
3249     data: "data msg"
3250   rows: "generated"
3251   data: "vpp-perf-results-2n-skx"
3252   filter: "not 'NDRCHK' and not 'PDRCHK'"
3253   parameters:
3254   - "name"
3255   - "parent"
3256   - "msg"
3257
3258 # Detailed Test Results - VPP Performance Results 2n-dnv
3259 -
3260   type: "table"
3261   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
3262   algorithm: "table_details"
3263   output-file-ext: ".csv"
3264   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
3265   columns:
3266   -
3267     title: "Name"
3268     data: "data name"
3269   -
3270     title: "Status"
3271     data: "data msg"
3272   rows: "generated"
3273   data: "intel-dnv-vpp"
3274   filter: "'NDRPDR'"
3275   parameters:
3276   - "name"
3277   - "parent"
3278   - "msg"
3279
3280 # Test configuration - VPP Performance Test Configs 3n-hsw
3281 -
3282   type: "table"
3283   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
3284   algorithm: "table_merged_details"
3285   output-file-ext: ".csv"
3286   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
3287   columns:
3288   -
3289     title: "Name"
3290     data: "data name"
3291   -
3292     title: "VPP API Test Commands History - Commands Used Per Test Case"
3293     data: "data conf-history"
3294   rows: "generated"
3295   data: "vpp-perf-results-3n-hsw"
3296   filter: "not 'NDRCHK' and not 'PDRCHK'"
3297   parameters:
3298   - "parent"
3299   - "name"
3300   - "conf-history"
3301
3302 # Test configuration - VPP Performance Test Configs 3n-skx
3303 -
3304   type: "table"
3305   title: "Test configuration - VPP Performance Test Configs 3n-skx"
3306   algorithm: "table_merged_details"
3307   output-file-ext: ".csv"
3308   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
3309   columns:
3310   -
3311     title: "Name"
3312     data: "data name"
3313   -
3314     title: "VPP API Test Commands History - Commands Used Per Test Case"
3315     data: "data conf-history"
3316   rows: "generated"
3317   data: "vpp-perf-results-3n-skx"
3318   filter: "not 'NDRCHK' and not 'PDRCHK'"
3319   parameters:
3320   - "parent"
3321   - "name"
3322   - "conf-history"
3323
3324 # Test configuration - VPP Performance Test Configs 2n-skx
3325 -
3326   type: "table"
3327   title: "Test configuration - VPP Performance Test Configs 2n-skx"
3328   algorithm: "table_merged_details"
3329   output-file-ext: ".csv"
3330   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
3331   columns:
3332   -
3333     title: "Name"
3334     data: "data name"
3335   -
3336     title: "VPP API Test Commands History - Commands Used Per Test Case"
3337     data: "data conf-history"
3338   rows: "generated"
3339   data: "vpp-perf-results-2n-skx"
3340   filter: "not 'NDRCHK' and not 'PDRCHK'"
3341   parameters:
3342   - "parent"
3343   - "name"
3344   - "conf-history"
3345
3346 # Test configuration - VPP Performance Test Configs 2n-dnv
3347 -
3348   type: "table"
3349   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
3350   algorithm: "table_details"
3351   output-file-ext: ".csv"
3352   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_test_configuration_2n_dnv"
3353   columns:
3354   -
3355     title: "Name"
3356     data: "data name"
3357   -
3358     title: "VPP API Test Commands History - Commands Used Per Test Case"
3359     data: "data conf-history"
3360   rows: "generated"
3361   data: "intel-dnv-vpp"
3362   filter: "'NDRPDR'"
3363   parameters:
3364   - "parent"
3365   - "name"
3366   - "conf-history"
3367
3368 # Test Operational Data - VPP Performance Operational Data 3n-hsw
3369 -
3370   type: "table"
3371   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
3372   algorithm: "table_merged_details"
3373   output-file-ext: ".csv"
3374   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
3375   columns:
3376   -
3377     title: "Name"
3378     data: "data name"
3379   -
3380     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3381     data: "data show-run"
3382   rows: "generated"
3383   data: "vpp-perf-results-3n-hsw"
3384   filter: "not 'NDRCHK' and not 'PDRCHK'"
3385   parameters:
3386   - "parent"
3387   - "name"
3388   - "show-run"
3389
3390 # Test Operational Data - VPP Performance Operational Data 3n-skx
3391 -
3392   type: "table"
3393   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
3394   algorithm: "table_merged_details"
3395   output-file-ext: ".csv"
3396   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
3397   columns:
3398   -
3399     title: "Name"
3400     data: "data name"
3401   -
3402     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3403     data: "data show-run"
3404   rows: "generated"
3405   data: "vpp-perf-results-3n-skx"
3406   filter: "not 'NDRCHK' and not 'PDRCHK'"
3407   parameters:
3408   - "parent"
3409   - "name"
3410   - "show-run"
3411
3412 # Test Operational Data - VPP Performance Operational Data 2n-skx
3413 -
3414   type: "table"
3415   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
3416   algorithm: "table_merged_details"
3417   output-file-ext: ".csv"
3418   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
3419   columns:
3420   -
3421     title: "Name"
3422     data: "data name"
3423   -
3424     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3425     data: "data show-run"
3426   rows: "generated"
3427   data: "vpp-perf-results-2n-skx"
3428   filter: "not 'NDRCHK' and not 'PDRCHK'"
3429   parameters:
3430   - "parent"
3431   - "name"
3432   - "show-run"
3433
3434 # Test Operational Data - VPP Performance Operational Data 2n-dnv
3435 -
3436   type: "table"
3437   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
3438   algorithm: "table_details"
3439   output-file-ext: ".csv"
3440   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_test_operational_2n_dnv"
3441   columns:
3442   -
3443     title: "Name"
3444     data: "data name"
3445   -
3446     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3447     data: "data show-run"
3448   rows: "generated"
3449   data: "intel-dnv-vpp"
3450   filter: "'NDRPDR'"
3451   parameters:
3452   - "parent"
3453   - "name"
3454   - "show-run"
3455
3456 # Detailed Test Results - VPP MRR Results 3n-hsw
3457 -
3458   type: "table"
3459   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
3460   algorithm: "table_details"
3461   output-file-ext: ".csv"
3462   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
3463   columns:
3464   -
3465     title: "Name"
3466     data: "data name"
3467   -
3468     title: "Status"
3469     data: "data msg"
3470   rows: "generated"
3471   data: "vpp-mrr-results-3n-hsw"
3472   filter: "'MRR'"
3473   parameters:
3474   - "name"
3475   - "parent"
3476   - "msg"
3477
3478 # Detailed Test Results - VPP MRR Results 3n-skx
3479 -
3480   type: "table"
3481   title: "Detailed Test Results - VPP MRR Results 3n-skx"
3482   algorithm: "table_details"
3483   output-file-ext: ".csv"
3484   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
3485   columns:
3486   -
3487     title: "Name"
3488     data: "data name"
3489   -
3490     title: "Status"
3491     data: "data msg"
3492   rows: "generated"
3493   data: "vpp-mrr-results-3n-skx"
3494   filter: "'MRR'"
3495   parameters:
3496   - "name"
3497   - "parent"
3498   - "msg"
3499
3500 # Detailed Test Results - VPP MRR Results 2n-skx
3501 -
3502   type: "table"
3503   title: "Detailed Test Results - VPP MRR Results 2n-skx"
3504   algorithm: "table_details"
3505   output-file-ext: ".csv"
3506   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
3507   columns:
3508   -
3509     title: "Name"
3510     data: "data name"
3511   -
3512     title: "Status"
3513     data: "data msg"
3514   rows: "generated"
3515   data: "vpp-mrr-results-2n-skx"
3516   filter: "'MRR'"
3517   parameters:
3518   - "name"
3519   - "parent"
3520   - "msg"
3521
3522 # Detailed Test Results - VPP MRR Results 2n-dnv
3523 -
3524   type: "table"
3525   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
3526   algorithm: "table_details"
3527   output-file-ext: ".csv"
3528   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
3529   columns:
3530   -
3531     title: "Name"
3532     data: "data name"
3533   -
3534     title: "Status"
3535     data: "data msg"
3536   rows: "generated"
3537   data: "intel-dnv-vpp"
3538   filter: "'MRR'"
3539   parameters:
3540   - "name"
3541   - "parent"
3542   - "msg"
3543
3544 # Test configuration - VPP MRR Test Configs 3n-hsw
3545 -
3546   type: "table"
3547   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
3548   algorithm: "table_details"
3549   output-file-ext: ".csv"
3550   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
3551   columns:
3552   -
3553     title: "Name"
3554     data: "data name"
3555   -
3556     title: "VPP API Test Commands History - Commands Used Per Test Case"
3557     data: "data conf-history"
3558   rows: "generated"
3559   data: "vpp-mrr-results-3n-hsw"
3560   filter: "'MRR'"
3561   parameters:
3562   - "parent"
3563   - "name"
3564   - "conf-history"
3565
3566 # Test configuration - VPP MRR Test Configs 3n-skx
3567 -
3568   type: "table"
3569   title: "Test configuration - VPP MRR Test Configs 3n-skx"
3570   algorithm: "table_details"
3571   output-file-ext: ".csv"
3572   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
3573   columns:
3574   -
3575     title: "Name"
3576     data: "data name"
3577   -
3578     title: "VPP API Test Commands History - Commands Used Per Test Case"
3579     data: "data conf-history"
3580   rows: "generated"
3581   data: "vpp-mrr-results-3n-skx"
3582   filter: "'MRR'"
3583   parameters:
3584   - "parent"
3585   - "name"
3586   - "conf-history"
3587
3588 # Test configuration - VPP MRR Test Configs 2n-skx
3589 -
3590   type: "table"
3591   title: "Test configuration - VPP MRR Test Configs 2n-skx"
3592   algorithm: "table_details"
3593   output-file-ext: ".csv"
3594   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
3595   columns:
3596   -
3597     title: "Name"
3598     data: "data name"
3599   -
3600     title: "VPP API Test Commands History - Commands Used Per Test Case"
3601     data: "data conf-history"
3602   rows: "generated"
3603   data: "vpp-mrr-results-2n-skx"
3604   filter: "'MRR'"
3605   parameters:
3606   - "parent"
3607   - "name"
3608   - "conf-history"
3609
3610 # Test configuration - VPP MRR Test Configs 2n-dnv
3611 -
3612   type: "table"
3613   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
3614   algorithm: "table_details"
3615   output-file-ext: ".csv"
3616   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_test_configuration_2n_dnv"
3617   columns:
3618   -
3619     title: "Name"
3620     data: "data name"
3621   -
3622     title: "VPP API Test Commands History - Commands Used Per Test Case"
3623     data: "data conf-history"
3624   rows: "generated"
3625   data: "intel-dnv-vpp"
3626   filter: "'MRR'"
3627   parameters:
3628   - "parent"
3629   - "name"
3630   - "conf-history"
3631
3632 # Detailed Test Results - VPP Functional Results - Ubuntu
3633 -
3634   type: "table"
3635   title: "Detailed Test Results - VPP Functional Results - Ubuntu"
3636   algorithm: "table_details"
3637   output-file-ext: ".csv"
3638   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
3639   columns:
3640   -
3641     title: "Name"
3642     data: "data name"
3643   -
3644     title: "Documentation"
3645     data: "data doc"
3646   -
3647     title: "Status"
3648     data: "data status"
3649   rows: "generated"
3650   data: "vpp-func-results-ubuntu"
3651   filter: "all"
3652   parameters:
3653   - "name"
3654   - "parent"
3655   - "doc"
3656   - "status"
3657
3658 # Detailed Test Results - VPP Functional Results - CentOS
3659 -
3660   type: "table"
3661   title: "Detailed Test Results - VPP Functional Results - CentOS"
3662   algorithm: "table_details"
3663   output-file-ext: ".csv"
3664   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
3665   columns:
3666   -
3667     title: "Name"
3668     data: "data name"
3669   -
3670     title: "Documentation"
3671     data: "data doc"
3672   -
3673     title: "Status"
3674     data: "data status"
3675   rows: "generated"
3676   data:
3677     "vpp-func-results-centos"
3678   filter: "all"
3679   parameters:
3680   - "name"
3681   - "parent"
3682   - "doc"
3683   - "status"
3684
3685 # Test configuration - VPP Functional Test Configs - Ubuntu
3686 -
3687   type: "table"
3688   title: "Test configuration - VPP Functional Test Configs - Ubuntu"
3689   algorithm: "table_details"
3690   output-file-ext: ".csv"
3691   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
3692   columns:
3693   -
3694     title: "Name"
3695     data: "data name"
3696   -
3697     title: "VPP API Test Commands History - Commands Used Per Test Case"
3698     data: "data conf-history"
3699   rows: "generated"
3700   data: "vpp-func-results-ubuntu"
3701   filter: "all"
3702   parameters:
3703   - "parent"
3704   - "name"
3705   - "conf-history"
3706
3707 # Test configuration - VPP Functional Test Configs - CentOS
3708 -
3709   type: "table"
3710   title: "Test configuration - VPP Functional Test Configs - CentOS"
3711   algorithm: "table_details"
3712   output-file-ext: ".csv"
3713   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
3714   columns:
3715   -
3716     title: "Name"
3717     data: "data name"
3718   -
3719     title: "VPP API Test Commands History - Commands Used Per Test Case"
3720     data: "data conf-history"
3721   rows: "generated"
3722   data: "vpp-func-results-centos"
3723   filter: "all"
3724   parameters:
3725   - "parent"
3726   - "name"
3727   - "conf-history"
3728
3729 # Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw
3730 -
3731   type: "table"
3732   title: "Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw"
3733   algorithm: "table_details"
3734   output-file-ext: ".csv"
3735   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
3736   columns:
3737   -
3738     title: "Name"
3739     data: "data name"
3740   -
3741     title: "Status"
3742     data: "data msg"
3743   rows: "generated"
3744   data: "ligato-perf-results-3n-hsw"
3745   filter: "all"
3746   parameters:
3747   - "name"
3748   - "parent"
3749   - "msg"
3750
3751 # Detailed Test Results - VPP Device Results - Ubuntu
3752 -
3753   type: "table"
3754   title: "Detailed Test Results - VPP Device Results - Ubuntu"
3755   algorithm: "table_details"
3756   output-file-ext: ".csv"
3757   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
3758   columns:
3759   -
3760     title: "Name"
3761     data: "data name"
3762   -
3763     title: "Documentation"
3764     data: "data doc"
3765   -
3766     title: "Status"
3767     data: "data status"
3768   rows: "generated"
3769   data: "vpp-device-results-ubuntu"
3770   filter: "all"
3771   parameters:
3772   - "name"
3773   - "parent"
3774   - "doc"
3775   - "status"
3776
3777 # Test configuration - VPP Device Test Configs - Ubuntu
3778 -
3779   type: "table"
3780   title: "Test configuration - VPP Device Test Configs - Ubuntu"
3781   algorithm: "table_details"
3782   output-file-ext: ".csv"
3783   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
3784   columns:
3785   -
3786     title: "Name"
3787     data: "data name"
3788   -
3789     title: "VPP API Test Commands History - Commands Used Per Test Case"
3790     data: "data conf-history"
3791   rows: "generated"
3792   data: "vpp-device-results-ubuntu"
3793   filter: "all"
3794   parameters:
3795   - "parent"
3796   - "name"
3797   - "conf-history"
3798
3799 ################################################################################
3800
3801 # DPDK Performance Changes 3n-hsw 1t1c pdr
3802 -
3803   type: "table"
3804   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
3805   algorithm: "table_performance_comparison"
3806   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
3807   history:
3808     -
3809       title: "rls1807"
3810       data: "dpdk-performance-changes-3n-hsw-h1"
3811   reference:
3812     title: "rls1810"
3813     data: "dpdk-performance-changes-3n-hsw-ref"
3814   compare:
3815     title: "rls1901"
3816     data: "dpdk-performance-changes-3n-hsw-cmp"
3817   data: "dpdk-performance-changes-3n-hsw"
3818   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3819   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3820   parameters:
3821   - "name"
3822   - "parent"
3823   - "throughput"
3824
3825 # DPDK Performance Changes 3n-hsw 2t2c pdr
3826 -
3827   type: "table"
3828   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
3829   algorithm: "table_performance_comparison"
3830   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
3831   history:
3832     -
3833       title: "rls1807"
3834       data: "dpdk-performance-changes-3n-hsw-h1"
3835   reference:
3836     title: "rls1810"
3837     data: "dpdk-performance-changes-3n-hsw-ref"
3838   compare:
3839     title: "rls1901"
3840     data: "dpdk-performance-changes-3n-hsw-cmp"
3841   data: "dpdk-performance-changes-3n-hsw"
3842   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3843   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3844   parameters:
3845   - "name"
3846   - "parent"
3847   - "throughput"
3848
3849 # DPDK Performance Changes 3n-hsw 1t1c ndr
3850 -
3851   type: "table"
3852   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
3853   algorithm: "table_performance_comparison"
3854   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
3855   history:
3856     -
3857       title: "rls1807"
3858       data: "dpdk-performance-changes-3n-hsw-h1"
3859   reference:
3860     title: "rls1810"
3861     data: "dpdk-performance-changes-3n-hsw-ref"
3862   compare:
3863     title: "rls1901"
3864     data: "dpdk-performance-changes-3n-hsw-cmp"
3865   data: "dpdk-performance-changes-3n-hsw"
3866   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3867   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3868   parameters:
3869   - "name"
3870   - "parent"
3871   - "throughput"
3872
3873 # DPDK Performance Changes 3n-hsw 2t2c ndr
3874 -
3875   type: "table"
3876   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
3877   algorithm: "table_performance_comparison"
3878   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
3879   history:
3880     -
3881       title: "rls1807"
3882       data: "dpdk-performance-changes-3n-hsw-h1"
3883   reference:
3884     title: "rls1810"
3885     data: "dpdk-performance-changes-3n-hsw-ref"
3886   compare:
3887     title: "rls1901"
3888     data: "dpdk-performance-changes-3n-hsw-cmp"
3889   data: "dpdk-performance-changes-3n-hsw"
3890   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3891   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3892   parameters:
3893   - "name"
3894   - "parent"
3895   - "throughput"
3896
3897 # DPDK Performance Changes 3n-skx 2t1c pdr
3898 -
3899   type: "table"
3900   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
3901   algorithm: "table_performance_comparison"
3902   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
3903   history:
3904     -
3905       title: "rls1807"
3906       data: "dpdk-performance-changes-3n-skx-h1"
3907   reference:
3908     title: "rls1810"
3909     data: "dpdk-performance-changes-3n-skx-ref"
3910   compare:
3911     title: "rls1901"
3912     data: "dpdk-performance-changes-3n-skx-cmp"
3913   data: "dpdk-performance-changes-3n-skx"
3914   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3915   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3916   parameters:
3917   - "name"
3918   - "parent"
3919   - "throughput"
3920
3921 # DPDK Performance Changes 3n-skx 4t2c pdr
3922 -
3923   type: "table"
3924   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
3925   algorithm: "table_performance_comparison"
3926   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
3927   history:
3928     -
3929       title: "rls1807"
3930       data: "dpdk-performance-changes-3n-skx-h1"
3931   reference:
3932     title: "rls1810"
3933     data: "dpdk-performance-changes-3n-skx-ref"
3934   compare:
3935     title: "rls1901"
3936     data: "dpdk-performance-changes-3n-skx-cmp"
3937   data: "dpdk-performance-changes-3n-skx"
3938   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3939   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3940   parameters:
3941   - "name"
3942   - "parent"
3943   - "throughput"
3944
3945 # DPDK Performance Changes 3n-skx 2t1c ndr
3946 -
3947   type: "table"
3948   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
3949   algorithm: "table_performance_comparison"
3950   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
3951   history:
3952     -
3953       title: "rls1807"
3954       data: "dpdk-performance-changes-3n-skx-h1"
3955   reference:
3956     title: "rls1810"
3957     data: "dpdk-performance-changes-3n-skx-ref"
3958   compare:
3959     title: "rls1901"
3960     data: "dpdk-performance-changes-3n-skx-cmp"
3961   data: "dpdk-performance-changes-3n-skx"
3962   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3963   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3964   parameters:
3965   - "name"
3966   - "parent"
3967   - "throughput"
3968
3969 # DPDK Performance Changes 3n-skx 4t2c ndr
3970 -
3971   type: "table"
3972   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
3973   algorithm: "table_performance_comparison"
3974   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
3975   history:
3976     -
3977       title: "rls1807"
3978       data: "dpdk-performance-changes-3n-skx-h1"
3979   reference:
3980     title: "rls1810"
3981     data: "dpdk-performance-changes-3n-skx-ref"
3982   compare:
3983     title: "rls1901"
3984     data: "dpdk-performance-changes-3n-skx-cmp"
3985   data: "dpdk-performance-changes-3n-skx"
3986   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3987   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3988   parameters:
3989   - "name"
3990   - "parent"
3991   - "throughput"
3992
3993 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
3994 -
3995   type: "table"
3996   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
3997   algorithm: "table_performance_comparison"
3998   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
3999   reference:
4000     title: "3-Node Hsw"
4001     data: "dpdk-compare-testbeds-ref"
4002   compare:
4003     title: "3-Node Skx"
4004     data: "dpdk-compare-testbeds-cmp"
4005   data: "dpdk-compare-testbeds"
4006   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4007   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4008   parameters:
4009   - "name"
4010   - "parent"
4011   - "throughput"
4012
4013 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
4014 -
4015   type: "table"
4016   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
4017   algorithm: "table_performance_comparison"
4018   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
4019   reference:
4020     title: "3-Node Hsw"
4021     data: "dpdk-compare-testbeds-ref"
4022   compare:
4023     title: "3-Node Skx"
4024     data: "dpdk-compare-testbeds-cmp"
4025   data: "dpdk-compare-testbeds"
4026   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4027   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4028   parameters:
4029   - "name"
4030   - "parent"
4031   - "throughput"
4032
4033 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
4034 -
4035   type: "table"
4036   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
4037   algorithm: "table_performance_comparison"
4038   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
4039   reference:
4040     title: "3-Node Skx"
4041     data: "dpdk-compare-topologies-ref"
4042   compare:
4043     title: "2-Node Skx"
4044     data: "dpdk-compare-topologies-cmp"
4045   data: "dpdk-compare-topologies"
4046   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4047   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4048   parameters:
4049   - "name"
4050   - "parent"
4051   - "throughput"
4052
4053 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
4054 -
4055   type: "table"
4056   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
4057   algorithm: "table_performance_comparison"
4058   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
4059   reference:
4060     title: "3-Node Skx"
4061     data: "dpdk-compare-topologies-ref"
4062   compare:
4063     title: "2-Node Skx"
4064     data: "dpdk-compare-topologies-cmp"
4065   data: "dpdk-compare-topologies"
4066   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4067   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4068   parameters:
4069   - "name"
4070   - "parent"
4071   - "throughput"
4072
4073 # DPDK Performance Changes 2n-skx 2t1c pdr
4074 -
4075   type: "table"
4076   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
4077   algorithm: "table_performance_comparison"
4078   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
4079   reference:
4080     title: "rls1810"
4081     data: "dpdk-performance-changes-2n-skx-ref"
4082   compare:
4083     title: "rls1901"
4084     data: "dpdk-performance-changes-2n-skx-cmp"
4085   data: "dpdk-performance-changes-2n-skx"
4086   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4087   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4088   parameters:
4089   - "name"
4090   - "parent"
4091   - "throughput"
4092
4093 # DPDK Performance Changes 2n-skx 4t2c pdr
4094 -
4095   type: "table"
4096   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
4097   algorithm: "table_performance_comparison"
4098   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
4099   reference:
4100     title: "rls1810"
4101     data: "dpdk-performance-changes-2n-skx-ref"
4102   compare:
4103     title: "rls1901"
4104     data: "dpdk-performance-changes-2n-skx-cmp"
4105   data: "dpdk-performance-changes-2n-skx"
4106   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4107   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4108   parameters:
4109   - "name"
4110   - "parent"
4111   - "throughput"
4112
4113 # DPDK Performance Changes 2n-skx 2t1c ndr
4114 -
4115   type: "table"
4116   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
4117   algorithm: "table_performance_comparison"
4118   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
4119   reference:
4120     title: "rls1810"
4121     data: "dpdk-performance-changes-2n-skx-ref"
4122   compare:
4123     title: "rls1901"
4124     data: "dpdk-performance-changes-2n-skx-cmp"
4125   data: "dpdk-performance-changes-2n-skx"
4126   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4127   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4128   parameters:
4129   - "name"
4130   - "parent"
4131   - "throughput"
4132
4133 # DPDK Performance Changes 2n-skx 4t2c ndr
4134 -
4135   type: "table"
4136   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
4137   algorithm: "table_performance_comparison"
4138   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
4139   reference:
4140     title: "rls1810"
4141     data: "dpdk-performance-changes-2n-skx-ref"
4142   compare:
4143     title: "rls1901"
4144     data: "dpdk-performance-changes-2n-skx-cmp"
4145   data: "dpdk-performance-changes-2n-skx"
4146   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4147   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4148   parameters:
4149   - "name"
4150   - "parent"
4151   - "throughput"
4152
4153 # Detailed Test Results - DPDK Performance Results 3n-hsw
4154 -
4155   type: "table"
4156   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
4157   algorithm: "table_details"
4158   output-file-ext: ".csv"
4159   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
4160   columns:
4161   -
4162     title: "Name"
4163     data: "data name"
4164   -
4165     title: "Status"
4166     data: "data msg"
4167   rows: "generated"
4168   data: "dpdk-perf-results-3n-hsw"
4169   filter: "all"
4170   parameters:
4171   - "name"
4172   - "parent"
4173   - "msg"
4174
4175 # Detailed Test Results - DPDK Performance Results 3n-skx
4176 -
4177   type: "table"
4178   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
4179   algorithm: "table_details"
4180   output-file-ext: ".csv"
4181   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
4182   columns:
4183   -
4184     title: "Name"
4185     data: "data name"
4186   -
4187     title: "Status"
4188     data: "data msg"
4189   rows: "generated"
4190   data: "dpdk-perf-results-3n-skx"
4191   filter: "all"
4192   parameters:
4193   - "name"
4194   - "parent"
4195   - "msg"
4196
4197 # Detailed Test Results - DPDK Performance Results 2n-skx
4198 -
4199   type: "table"
4200   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
4201   algorithm: "table_details"
4202   output-file-ext: ".csv"
4203   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
4204   columns:
4205   -
4206     title: "Name"
4207     data: "data name"
4208   -
4209     title: "Status"
4210     data: "data msg"
4211   rows: "generated"
4212   data: "dpdk-perf-results-2n-skx"
4213   filter: "all"
4214   parameters:
4215   - "name"
4216   - "parent"
4217   - "msg"
4218
4219 ################################################################################
4220 # HoneyComb
4221 -
4222   type: "table"
4223   title: "Detailed Test Results - Honeycomb Functional Results"
4224   algorithm: "table_details"
4225   output-file-ext: ".csv"
4226   output-file: "{DIR[DTR,FUNC,HC]}/hc_functional_results"
4227   columns:
4228   -
4229     title: "Name"
4230     data: "data name"
4231   -
4232     title: "Documentation"
4233     data: "data doc"
4234   -
4235     title: "Status"
4236     data: "data status"
4237   rows: "generated"
4238   data:
4239     "hc-func-results"
4240   filter: "all"
4241   parameters:
4242   - "name"
4243   - "parent"
4244   - "doc"
4245   - "status"
4246
4247 ################################################################################
4248 # NSH SFC
4249 -
4250   type: "table"
4251   title: "Detailed Test Results - NSH SFC Functional Results"
4252   algorithm: "table_details"
4253   output-file-ext: ".csv"
4254   output-file: "{DIR[DTR,FUNC,NSHSFC]}/nsh_sfc_functional_results"
4255   columns:
4256   -
4257     title: "Name"
4258     data: "data name"
4259   -
4260     title: "Documentation"
4261     data: "data doc"
4262   -
4263     title: "Status"
4264     data: "data status"
4265   rows: "generated"
4266   data:
4267     "nsh-func-results"
4268   filter: "all"
4269   parameters:
4270   - "name"
4271   - "parent"
4272   - "doc"
4273   - "status"
4274
4275 ################################################################################
4276 # DMM
4277 -
4278   type: "table"
4279   title: "Detailed Test Results - DMM Functional Results"
4280   algorithm: "table_details"
4281   output-file-ext: ".csv"
4282   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
4283   columns:
4284   -
4285     title: "Name"
4286     data: "data name"
4287   -
4288     title: "Documentation"
4289     data: "data doc"
4290   -
4291     title: "Status"
4292     data: "data status"
4293   rows: "generated"
4294   data:
4295     "dmm-func-results"
4296   filter: "all"
4297   parameters:
4298   - "name"
4299   - "parent"
4300   - "doc"
4301   - "status"
4302
4303 ################################################################################
4304 ###                                F I L E S                                 ###
4305 ################################################################################
4306
4307 # VPP Performance Results 3n-hsw
4308 -
4309   type: "file"
4310   title: "VPP Performance Results 3n-hsw"
4311   algorithm: "file_test_results"
4312   output-file-ext: ".rst"
4313   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
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[DTR,PERF,VPP,3N,HSW]}"
4316   data: "vpp-perf-results-3n-hsw"
4317   filter: "not 'NDRCHK' and not 'PDRCHK'"
4318   parameters:
4319   - "name"
4320   - "doc"
4321   - "level"
4322   - "parent"
4323   data-start-level: 3
4324
4325 # VPP Performance Results 3n-skx
4326 -
4327   type: "file"
4328   title: "VPP Performance Results 3n-skx"
4329   algorithm: "file_test_results"
4330   output-file-ext: ".rst"
4331   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
4332   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"
4333   dir-tables: "{DIR[DTR,PERF,VPP,3N,SKX]}"
4334   data: "vpp-perf-results-3n-skx"
4335   filter: "not 'NDRCHK' and not 'PDRCHK'"
4336   parameters:
4337   - "name"
4338   - "doc"
4339   - "level"
4340   - "parent"
4341   data-start-level: 3
4342
4343 # VPP Performance Results 2n-skx
4344 -
4345   type: "file"
4346   title: "VPP Performance Results 2n-skx"
4347   algorithm: "file_test_results"
4348   output-file-ext: ".rst"
4349   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
4350   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"
4351   dir-tables: "{DIR[DTR,PERF,VPP,2N,SKX]}"
4352   data: "vpp-perf-results-2n-skx"
4353   filter: "not 'NDRCHK' and not 'PDRCHK'"
4354   parameters:
4355   - "name"
4356   - "doc"
4357   - "level"
4358   - "parent"
4359   data-start-level: 3
4360
4361 # VPP Performance Results 2n-dnv
4362 -
4363   type: "file"
4364   title: "VPP Performance Results 2n-dnv"
4365   algorithm: "file_test_results"
4366   output-file-ext: ".rst"
4367   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
4368   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"
4369   dir-tables: "{DIR[DTR,PERF,VPP,2N,DNV]}"
4370   data: "intel-dnv-vpp"
4371   filter: "'NDRPDR'"
4372   parameters:
4373   - "name"
4374   - "doc"
4375   - "level"
4376   - "parent"
4377   data-start-level: 3
4378
4379 # VPP Performance Configuration 3n-hsw
4380 -
4381   type: "file"
4382   title: "VPP Performance Configuration 3n-hsw"
4383   algorithm: "file_test_results"
4384   output-file-ext: ".rst"
4385   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_performance_configuration_3n_hsw"
4386   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"
4387   dir-tables: "{DIR[DTC,PERF,VPP,3N,HSW]}"
4388   data: "vpp-perf-results-3n-hsw"
4389   filter: "not 'NDRCHK' and not 'PDRCHK'"
4390   parameters:
4391   - "name"
4392   - "doc"
4393   - "level"
4394   - "parent"
4395   data-start-level: 3
4396
4397 # VPP Performance Configuration 3n-skx
4398 -
4399   type: "file"
4400   title: "VPP Performance Configuration 3n-skx"
4401   algorithm: "file_test_results"
4402   output-file-ext: ".rst"
4403   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_performance_configuration_3n_skx"
4404   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"
4405   dir-tables: "{DIR[DTC,PERF,VPP,3N,SKX]}"
4406   data: "vpp-perf-results-3n-skx"
4407   filter: "not 'NDRCHK' and not 'PDRCHK'"
4408   parameters:
4409   - "name"
4410   - "doc"
4411   - "level"
4412   - "parent"
4413   data-start-level: 3
4414
4415 # VPP Performance Configuration 2n-skx
4416 -
4417   type: "file"
4418   title: "VPP Performance Configuration 2n-skx"
4419   algorithm: "file_test_results"
4420   output-file-ext: ".rst"
4421   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_performance_configuration_2n_skx"
4422   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4423   dir-tables: "{DIR[DTC,PERF,VPP,2N,SKX]}"
4424   data: "vpp-perf-results-2n-skx"
4425   filter: "not 'NDRCHK' and not 'PDRCHK'"
4426   parameters:
4427   - "name"
4428   - "doc"
4429   - "level"
4430   - "parent"
4431   data-start-level: 3
4432
4433 # VPP Performance Configuration 2n-dnv
4434 -
4435   type: "file"
4436   title: "VPP Performance Configuration 2n-dnv"
4437   algorithm: "file_test_results"
4438   output-file-ext: ".rst"
4439   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_performance_configuration_2n_dnv"
4440   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"
4441   dir-tables: "{DIR[DTC,PERF,VPP,2N,DNV]}"
4442   data: "intel-dnv-vpp"
4443   filter: "'NDRPDR'"
4444   parameters:
4445   - "name"
4446   - "doc"
4447   - "level"
4448   - "parent"
4449   data-start-level: 3
4450
4451 # VPP Performance Operational Data 3n-hsw
4452 -
4453   type: "file"
4454   title: "VPP Performance Operational Data 3n-hsw"
4455   algorithm: "file_test_results"
4456   output-file-ext: ".rst"
4457   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_performance_operational_data_3n_hsw"
4458   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"
4459   dir-tables: "{DIR[DTO,PERF,VPP,3N,HSW]}"
4460   data: "vpp-perf-results-3n-hsw"
4461   filter: "not 'NDRCHK' and not 'PDRCHK'"
4462   parameters:
4463   - "name"
4464   - "doc"
4465   - "level"
4466   - "parent"
4467   data-start-level: 3
4468
4469 # VPP Performance Operational Data 3n-skx
4470 -
4471   type: "file"
4472   title: "VPP Performance Operational Data 3n-skx"
4473   algorithm: "file_test_results"
4474   output-file-ext: ".rst"
4475   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_performance_operational_data_3n_skx"
4476   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"
4477   dir-tables: "{DIR[DTO,PERF,VPP,3N,SKX]}"
4478   data: "vpp-perf-results-3n-skx"
4479   filter: "not 'NDRCHK' and not 'PDRCHK'"
4480   parameters:
4481   - "name"
4482   - "doc"
4483   - "level"
4484   - "parent"
4485   data-start-level: 3
4486
4487 # VPP Performance Operational Data 2n-skx
4488 -
4489   type: "file"
4490   title: "VPP Performance Operational Data 2n-skx"
4491   algorithm: "file_test_results"
4492   output-file-ext: ".rst"
4493   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_performance_operational_data_2n_skx"
4494   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"
4495   dir-tables: "{DIR[DTO,PERF,VPP,2N,SKX]}"
4496   data: "vpp-perf-results-2n-skx"
4497   filter: "not 'NDRCHK' and not 'PDRCHK'"
4498   parameters:
4499   - "name"
4500   - "doc"
4501   - "level"
4502   - "parent"
4503   data-start-level: 3
4504
4505 # VPP Performance Operational Data 2n-dnv
4506 -
4507   type: "file"
4508   title: "VPP Performance Operational Data 2n-dnv"
4509   algorithm: "file_test_results"
4510   output-file-ext: ".rst"
4511   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_performance_operational_data_2n_dnv"
4512   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"
4513   dir-tables: "{DIR[DTO,PERF,VPP,2N,DNV]}"
4514   data: "intel-dnv-vpp"
4515   filter: "'NDRPDR'"
4516   parameters:
4517   - "name"
4518   - "doc"
4519   - "level"
4520   - "parent"
4521   data-start-level: 3
4522
4523 # VPP MRR Results 3n-hsw
4524 -
4525   type: "file"
4526   title: "VPP MRR Results 3n-hsw"
4527   algorithm: "file_test_results"
4528   output-file-ext: ".rst"
4529   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
4530   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"
4531   dir-tables: "{DIR[DTR,MRR,VPP,3N,HSW]}"
4532   data: "vpp-mrr-results-3n-hsw"
4533   filter: "'MRR'"
4534   parameters:
4535   - "name"
4536   - "doc"
4537   - "level"
4538   - "parent"
4539   data-start-level: 3
4540
4541 # VPP MRR Results 3n-skx
4542 -
4543   type: "file"
4544   title: "VPP MRR Results 3n-skx"
4545   algorithm: "file_test_results"
4546   output-file-ext: ".rst"
4547   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
4548   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"
4549   dir-tables: "{DIR[DTR,MRR,VPP,3N,SKX]}"
4550   data: "vpp-mrr-results-3n-skx"
4551   filter: "'MRR'"
4552   parameters:
4553   - "name"
4554   - "doc"
4555   - "level"
4556   - "parent"
4557   data-start-level: 3
4558
4559 # VPP MRR Results 2n-skx
4560 -
4561   type: "file"
4562   title: "VPP MRR Results 2n-skx"
4563   algorithm: "file_test_results"
4564   output-file-ext: ".rst"
4565   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
4566   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"
4567   dir-tables: "{DIR[DTR,MRR,VPP,2N,SKX]}"
4568   data: "vpp-mrr-results-2n-skx"
4569   filter: "all"
4570   parameters:
4571   - "name"
4572   - "doc"
4573   - "level"
4574   - "parent"
4575   data-start-level: 3
4576
4577 # VPP MRR Results 2n-dnv
4578 -
4579   type: "file"
4580   title: "VPP MRR Results 2n-dnv"
4581   algorithm: "file_test_results"
4582   output-file-ext: ".rst"
4583   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
4584   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"
4585   dir-tables: "{DIR[DTR,MRR,VPP,2N,DNV]}"
4586   data: "intel-dnv-vpp"
4587   filter: "'MRR'"
4588   parameters:
4589   - "name"
4590   - "doc"
4591   - "level"
4592   - "parent"
4593   data-start-level: 3
4594
4595 # VPP MRR Configuration 3n-hsw
4596 -
4597   type: "file"
4598   title: "VPP MRR Configuration 3n-hsw"
4599   algorithm: "file_test_results"
4600   output-file-ext: ".rst"
4601   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_configuration_3n_hsw"
4602   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"
4603   dir-tables: "{DIR[DTC,MRR,VPP,3N,HSW]}"
4604   data: "vpp-mrr-results-3n-hsw"
4605   filter: "'MRR'"
4606   parameters:
4607   - "name"
4608   - "doc"
4609   - "level"
4610   - "parent"
4611   data-start-level: 3
4612
4613 # VPP MRR Configuration 3n-skx
4614 -
4615   type: "file"
4616   title: "VPP MRR Configuration 3n-skx"
4617   algorithm: "file_test_results"
4618   output-file-ext: ".rst"
4619   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_configuration_3n_skx"
4620   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"
4621   dir-tables: "{DIR[DTC,MRR,VPP,3N,SKX]}"
4622   data: "vpp-mrr-results-3n-skx"
4623   filter: "'MRR'"
4624   parameters:
4625   - "name"
4626   - "doc"
4627   - "level"
4628   - "parent"
4629   data-start-level: 3
4630
4631 # VPP MRR Configuration 2n-skx
4632 -
4633   type: "file"
4634   title: "VPP MRR Configuration 2n-skx"
4635   algorithm: "file_test_results"
4636   output-file-ext: ".rst"
4637   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_configuration_2n_skx"
4638   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"
4639   dir-tables: "{DIR[DTC,MRR,VPP,2N,SKX]}"
4640   data: "vpp-mrr-results-2n-skx"
4641   filter: "'MRR'"
4642   parameters:
4643   - "name"
4644   - "doc"
4645   - "level"
4646   - "parent"
4647   data-start-level: 3
4648
4649 # VPP MRR Configuration 2n-dnv
4650 -
4651   type: "file"
4652   title: "VPP MRR Configuration 2n-dnv"
4653   algorithm: "file_test_results"
4654   output-file-ext: ".rst"
4655   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_configuration_2n_dnv"
4656   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"
4657   dir-tables: "{DIR[DTC,MRR,VPP,2N,DNV]}"
4658   data: "intel-dnv-vpp"
4659   filter: "'MRR'"
4660   parameters:
4661   - "name"
4662   - "doc"
4663   - "level"
4664   - "parent"
4665   data-start-level: 3
4666
4667 # VPP Functional Results - Ubuntu
4668 -
4669   type: "file"
4670   title: "VPP Functional Results - Ubuntu"
4671   algorithm: "file_test_results"
4672   output-file-ext: ".rst"
4673   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
4674   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"
4675   dir-tables: "{DIR[DTR,FUNC,VPP,UBUNTU]}"
4676   data: "vpp-func-results-ubuntu"
4677   filter: "all"
4678   parameters:
4679   - "name"
4680   - "doc"
4681   - "level"
4682   - "parent"
4683   data-start-level: 3
4684
4685 # VPP Functional Results - CentOS
4686 -
4687   type: "file"
4688   title: "VPP Functional Results - CentOS"
4689   algorithm: "file_test_results"
4690   output-file-ext: ".rst"
4691   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
4692   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"
4693   dir-tables: "{DIR[DTR,FUNC,VPP,CENTOS]}"
4694   data:
4695     "vpp-func-results-centos"
4696   filter: "all"
4697   parameters:
4698   - "name"
4699   - "doc"
4700   - "level"
4701   - "parent"
4702   data-start-level: 3
4703
4704 # VPP Functional Configuration - Ubuntu
4705 -
4706   type: "file"
4707   title: "VPP Functional Configuration - Ubuntu"
4708   algorithm: "file_test_results"
4709   output-file-ext: ".rst"
4710   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
4711   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"
4712   dir-tables: "{DIR[DTC,FUNC,VPP,UBUNTU]}"
4713   data: "vpp-func-results-ubuntu"
4714   filter: "all"
4715   parameters:
4716   - "name"
4717   - "doc"
4718   - "level"
4719   - "parent"
4720   data-start-level: 3
4721
4722 # VPP Functional Configuration - CentOS
4723 -
4724   type: "file"
4725   title: "VPP Functional Configuration - CentOS"
4726   algorithm: "file_test_results"
4727   output-file-ext: ".rst"
4728   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
4729   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"
4730   dir-tables: "{DIR[DTC,FUNC,VPP,CENTOS]}"
4731   data:
4732     "vpp-func-results-centos"
4733   filter: "all"
4734   parameters:
4735   - "name"
4736   - "doc"
4737   - "level"
4738   - "parent"
4739   data-start-level: 3
4740
4741 # VPP Device Results - Ubuntu
4742 -
4743   type: "file"
4744   title: "VPP Device Results - Ubuntu"
4745   algorithm: "file_test_results"
4746   output-file-ext: ".rst"
4747   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
4748   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"
4749   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
4750   data: "vpp-device-results-ubuntu"
4751   filter: "all"
4752   parameters:
4753   - "name"
4754   - "doc"
4755   - "level"
4756   - "parent"
4757   data-start-level: 2
4758
4759 # VPP Device Configuration - Ubuntu
4760 -
4761   type: "file"
4762   title: "VPP Device Configuration - Ubuntu"
4763   algorithm: "file_test_results"
4764   output-file-ext: ".rst"
4765   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
4766   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"
4767   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
4768   data: "vpp-device-results-ubuntu"
4769   filter: "all"
4770   parameters:
4771   - "name"
4772   - "doc"
4773   - "level"
4774   - "parent"
4775   data-start-level: 2
4776
4777 # Container Orchestrated Performance Results 3n-hsw
4778 -
4779   type: "file"
4780   title: "Container Orchestrated Performance Results 3n-hsw"
4781   algorithm: "file_test_results"
4782   output-file-ext: ".rst"
4783   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
4784   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"
4785   dir-tables: "{DIR[DTR,PERF,COT,3N,HSW]}"
4786   data: "ligato-perf-results-3n-hsw"
4787   filter: "all"
4788   parameters:
4789   - "name"
4790   - "doc"
4791   - "level"
4792   - "parent"
4793   data-start-level: 3
4794
4795 # DPDK Performance Results 3n-hsw
4796 -
4797   type: "file"
4798   title: "DPDK Performance Results 3n-hsw"
4799   algorithm: "file_test_results"
4800   output-file-ext: ".rst"
4801   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
4802   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"
4803   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
4804   data: "dpdk-perf-results-3n-hsw"
4805   filter: "all"
4806   parameters:
4807   - "name"
4808   - "doc"
4809   - "level"
4810   - "parent"
4811   data-start-level: 3
4812
4813 # DPDK Performance Results 3n-skx
4814 -
4815   type: "file"
4816   title: "DPDK Performance Results 3n-skx"
4817   algorithm: "file_test_results"
4818   output-file-ext: ".rst"
4819   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
4820   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"
4821   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
4822   data: "dpdk-perf-results-3n-skx"
4823   filter: "all"
4824   parameters:
4825   - "name"
4826   - "doc"
4827   - "level"
4828   - "parent"
4829   data-start-level: 3
4830
4831 # DPDK Performance Results 2n-skx
4832 -
4833   type: "file"
4834   title: "DPDK Performance Results 2n-skx"
4835   algorithm: "file_test_results"
4836   output-file-ext: ".rst"
4837   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
4838   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"
4839   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
4840   data: "dpdk-perf-results-2n-skx"
4841   filter: "all"
4842   parameters:
4843   - "name"
4844   - "doc"
4845   - "level"
4846   - "parent"
4847   data-start-level: 3
4848
4849 # Honeycomb Functional Results
4850 -
4851   type: "file"
4852   title: "Honeycomb Functional Results"
4853   algorithm: "file_test_results"
4854   output-file-ext: ".rst"
4855   output-file: "{DIR[DTR,FUNC,HC]}/honeycomb_functional_results"
4856   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"
4857   dir-tables: "{DIR[DTR,FUNC,HC]}"
4858   data:
4859     "hc-func-results"
4860   filter: "all"
4861   parameters:
4862   - "name"
4863   - "doc"
4864   - "level"
4865   - "parent"
4866   data-start-level: 3
4867
4868 # NSH SFC Functional Results
4869 -
4870   type: "file"
4871   title: "NSH SFC Functional Results"
4872   algorithm: "file_test_results"
4873   output-file-ext: ".rst"
4874   output-file: "{DIR[DTR,FUNC,NSHSFC]}/nshsfc_functional_results"
4875   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"
4876   dir-tables: "{DIR[DTR,FUNC,NSHSFC]}"
4877   data:
4878     "nsh-func-results"
4879   filter: "all"
4880   parameters:
4881   - "name"
4882   - "doc"
4883   - "level"
4884   - "parent"
4885   data-start-level: 3
4886
4887 # DMM Functional Results
4888 -
4889   type: "file"
4890   title: "DMM Functional Results"
4891   algorithm: "file_test_results"
4892   output-file-ext: ".rst"
4893   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
4894   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"
4895   dir-tables: "{DIR[DTR,FUNC,DMM]}"
4896   data:
4897     "dmm-func-results"
4898   filter: "all"
4899   parameters:
4900   - "name"
4901   - "doc"
4902   - "level"
4903   - "parent"
4904   data-start-level: 3
4905
4906 ################################################################################
4907 ###                                P L O T S                                 ###
4908 ################################################################################
4909
4910 # Soak test - 30min Soak Test (PLRsearch), boxes
4911 -
4912   type: "plot"
4913   title: "VPP Throughput: 30min Soak Test (PLRsearch) boxes"
4914   algorithm: "plot_soak_boxes"
4915   output-file-type: ".html"
4916   output-file: "{DIR[STATIC,VPP]}/example-soak-boxes"
4917   data: "plot-vpp-soak-2n-skx"
4918   filter: "'SOAK'"
4919   parameters:
4920   - "throughput"
4921   - "parent"
4922   - "tags"
4923   sort:
4924   - "L2PATCH"
4925 #  - "L2XCBASE"
4926 #  - "L2BDMACLRN"
4927 #  - "IP4FWD"
4928 #  - "IP6FWD"
4929   - "VHOST"
4930   layout:
4931     title: "30min Soak Test (PLRsearch)"
4932     layout: "plot-soak-throughput"
4933
4934 # Soak test - example, not used
4935 -
4936   type: "plot"
4937   title: "VPP Throughput: 30min Soak Test (PLRsearch) bars"
4938   algorithm: "plot_soak_bars"
4939   output-file-type: ".html"
4940   output-file: "{DIR[STATIC,VPP]}/example-soak-bars"
4941   data: "plot-vpp-soak-2n-skx"
4942   filter: "'SOAK'"
4943   parameters:
4944   - "throughput"
4945   - "parent"
4946   - "tags"
4947   sort:
4948   - "L2PATCH"
4949 #  - "L2XCBASE"
4950 #  - "L2BDMACLRN"
4951 #  - "IP4FWD"
4952 #  - "IP6FWD"
4953   - "VHOST"
4954   layout:
4955     title: "30min Soak Test (PLRsearch)"
4956     layout: "plot-soak-throughput"
4957
4958 ################################################################################
4959 # Plots - NF Density - VSC
4960
4961 -
4962   type: "plot"
4963   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-mrr"
4964   algorithm: "plot_service_density_heatmap"
4965   output-file-type: ".html"
4966   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-vsc-mrr"
4967   data: "plot-vpp-nfv-2n-skx-mrr"
4968   filter: "'NIC_Intel-X710' and
4969            'NF_DENSITY' and
4970            'VM' and
4971            'CHAIN' and
4972            '64B' and
4973            '2T1C' and
4974            'MRR'"
4975   parameters:
4976   - "result"
4977   - "name"
4978   - "tags"
4979   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4980   x-axis: "X = VNFs per Service Chain"
4981   y-axis: "Y = Number of Service Chains"
4982   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
4983   layout:
4984     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-mrr"
4985     layout: "plot-service-density"
4986
4987 -
4988   type: "plot"
4989   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-mrr"
4990   algorithm: "plot_service_density_heatmap"
4991   output-file-type: ".html"
4992   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-vsc-mrr"
4993   data: "plot-vpp-nfv-2n-skx-mrr"
4994   filter: "'NIC_Intel-X710' and
4995            'NF_DENSITY' and
4996            'VM' and
4997            'CHAIN' and
4998            '64B' and
4999            '4T2C' and
5000            'MRR'"
5001   parameters:
5002   - "result"
5003   - "name"
5004   - "tags"
5005   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5006   x-axis: "X = VNFs per Service Chain"
5007   y-axis: "Y = Number of Service Chains"
5008   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5009   layout:
5010     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-mrr"
5011     layout: "plot-service-density"
5012
5013 -
5014   type: "plot"
5015   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-mrr"
5016   algorithm: "plot_service_density_heatmap"
5017   output-file-type: ".html"
5018   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-vsc-mrr"
5019   data: "plot-vpp-nfv-2n-skx-mrr"
5020   filter: "'NIC_Intel-X710' and
5021            'NF_DENSITY' and
5022            'VM' and
5023            'CHAIN' and
5024            'IMIX' and
5025            '2T1C' and
5026            'MRR'"
5027   parameters:
5028   - "result"
5029   - "name"
5030   - "tags"
5031   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5032   x-axis: "X = VNFs per Service Chain"
5033   y-axis: "Y = Number of Service Chains"
5034   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5035   layout:
5036     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-mrr"
5037     layout: "plot-service-density"
5038
5039 -
5040   type: "plot"
5041   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-mrr"
5042   algorithm: "plot_service_density_heatmap"
5043   output-file-type: ".html"
5044   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-vsc-mrr"
5045   data: "plot-vpp-nfv-2n-skx-mrr"
5046   filter: "'NIC_Intel-X710' and
5047            'NF_DENSITY' and
5048            'VM' and
5049            'CHAIN' and
5050            'IMIX' and
5051            '4T2C' and
5052            'MRR'"
5053   parameters:
5054   - "result"
5055   - "name"
5056   - "tags"
5057   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5058   x-axis: "X = VNFs per Service Chain"
5059   y-axis: "Y = Number of Service Chains"
5060   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5061   layout:
5062     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-mrr"
5063     layout: "plot-service-density"
5064
5065 -
5066   type: "plot"
5067   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-ndr"
5068   algorithm: "plot_service_density_heatmap"
5069   output-file-type: ".html"
5070   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-vsc-ndr"
5071   data: "plot-vpp-nfv-2n-skx"
5072   filter: "'NIC_Intel-X710' and
5073            'NF_DENSITY' and
5074            'VM' and
5075            'CHAIN' and
5076            '64B' and
5077            '2T1C' and
5078            'NDRPDR'"
5079   parameters:
5080   - "throughput"
5081   - "name"
5082   - "tags"
5083   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5084   x-axis: "X = VNFs per Service Chain"
5085   y-axis: "Y = Number of Service Chains"
5086   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5087   layout:
5088     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-ndr"
5089     layout: "plot-service-density"
5090
5091 -
5092   type: "plot"
5093   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-ndr"
5094   algorithm: "plot_service_density_heatmap"
5095   output-file-type: ".html"
5096   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-vsc-ndr"
5097   data: "plot-vpp-nfv-2n-skx"
5098   filter: "'NIC_Intel-X710' and
5099            'NF_DENSITY' and
5100            'VM' and
5101            'CHAIN' and
5102            '64B' and
5103            '4T2C' and
5104            'NDRPDR'"
5105   parameters:
5106   - "throughput"
5107   - "name"
5108   - "tags"
5109   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5110   x-axis: "X = VNFs per Service Chain"
5111   y-axis: "Y = Number of Service Chains"
5112   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5113   layout:
5114     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-ndr"
5115     layout: "plot-service-density"
5116
5117 -
5118   type: "plot"
5119   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-ndr"
5120   algorithm: "plot_service_density_heatmap"
5121   output-file-type: ".html"
5122   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-vsc-ndr"
5123   data: "plot-vpp-nfv-2n-skx"
5124   filter: "'NIC_Intel-X710' and
5125            'NF_DENSITY' and
5126            'VM' and
5127            'CHAIN' and
5128            'IMIX' and
5129            '2T1C' and
5130            'NDRPDR'"
5131   parameters:
5132   - "throughput"
5133   - "name"
5134   - "tags"
5135   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5136   x-axis: "X = VNFs per Service Chain"
5137   y-axis: "Y = Number of Service Chains"
5138   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5139   layout:
5140     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-ndr"
5141     layout: "plot-service-density"
5142
5143 -
5144   type: "plot"
5145   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-ndr"
5146   algorithm: "plot_service_density_heatmap"
5147   output-file-type: ".html"
5148   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-vsc-ndr"
5149   data: "plot-vpp-nfv-2n-skx"
5150   filter: "'NIC_Intel-X710' and
5151            'NF_DENSITY' and
5152            'VM' and
5153            'CHAIN' and
5154            'IMIX' and
5155            '4T2C' and
5156            'NDRPDR'"
5157   parameters:
5158   - "throughput"
5159   - "name"
5160   - "tags"
5161   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5162   x-axis: "X = VNFs per Service Chain"
5163   y-axis: "Y = Number of Service Chains"
5164   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5165   layout:
5166     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-ndr"
5167     layout: "plot-service-density"
5168
5169 -
5170   type: "plot"
5171   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-pdr"
5172   algorithm: "plot_service_density_heatmap"
5173   output-file-type: ".html"
5174   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-vsc-pdr"
5175   data: "plot-vpp-nfv-2n-skx"
5176   filter: "'NIC_Intel-X710' and
5177            'NF_DENSITY' and
5178            'VM' and
5179            'CHAIN' and
5180            '64B' and
5181            '2T1C' and
5182            'NDRPDR'"
5183   parameters:
5184   - "throughput"
5185   - "name"
5186   - "tags"
5187   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5188   x-axis: "X = VNFs per Service Chain"
5189   y-axis: "Y = Number of Service Chains"
5190   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5191   layout:
5192     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-pdr"
5193     layout: "plot-service-density"
5194
5195 -
5196   type: "plot"
5197   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-pdr"
5198   algorithm: "plot_service_density_heatmap"
5199   output-file-type: ".html"
5200   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-vsc-pdr"
5201   data: "plot-vpp-nfv-2n-skx"
5202   filter: "'NIC_Intel-X710' and
5203            'NF_DENSITY' and
5204            'VM' and
5205            'CHAIN' and
5206            '64B' and
5207            '4T2C' and
5208            'NDRPDR'"
5209   parameters:
5210   - "throughput"
5211   - "name"
5212   - "tags"
5213   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5214   x-axis: "X = VNFs per Service Chain"
5215   y-axis: "Y = Number of Service Chains"
5216   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5217   layout:
5218     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-pdr"
5219     layout: "plot-service-density"
5220
5221 -
5222   type: "plot"
5223   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-pdr"
5224   algorithm: "plot_service_density_heatmap"
5225   output-file-type: ".html"
5226   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-vsc-pdr"
5227   data: "plot-vpp-nfv-2n-skx"
5228   filter: "'NIC_Intel-X710' and
5229            'NF_DENSITY' and
5230            'VM' and
5231            'CHAIN' and
5232            'IMIX' and
5233            '2T1C' and
5234            'NDRPDR'"
5235   parameters:
5236   - "throughput"
5237   - "name"
5238   - "tags"
5239   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5240   x-axis: "X = VNFs per Service Chain"
5241   y-axis: "Y = Number of Service Chains"
5242   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5243   layout:
5244     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-pdr"
5245     layout: "plot-service-density"
5246
5247 -
5248   type: "plot"
5249   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-pdr"
5250   algorithm: "plot_service_density_heatmap"
5251   output-file-type: ".html"
5252   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-vsc-pdr"
5253   data: "plot-vpp-nfv-2n-skx"
5254   filter: "'NIC_Intel-X710' and
5255            'NF_DENSITY' and
5256            'VM' and
5257            'CHAIN' and
5258            'IMIX' and
5259            '4T2C' and
5260            'NDRPDR'"
5261   parameters:
5262   - "throughput"
5263   - "name"
5264   - "tags"
5265   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5266   x-axis: "X = VNFs per Service Chain"
5267   y-axis: "Y = Number of Service Chains"
5268   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5269   layout:
5270     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-pdr"
5271     layout: "plot-service-density"
5272
5273 ################################################################################
5274 # Plots - NF Density - CSC
5275
5276 -
5277   type: "plot"
5278   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-mrr"
5279   algorithm: "plot_service_density_heatmap"
5280   output-file-type: ".html"
5281   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csc-mrr"
5282   data: "plot-vpp-nfv-2n-skx-mrr"
5283   filter: "'NIC_Intel-X710' and
5284            'NF_DENSITY' and
5285            'DOCKER' and
5286            'CHAIN' and
5287            '64B' and
5288            '2T1C' and
5289            'MRR'"
5290   parameters:
5291   - "result"
5292   - "name"
5293   - "tags"
5294   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5295   x-axis: "X = CNFs per Service Chain"
5296   y-axis: "Y = Number of Service Chains"
5297   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5298   layout:
5299     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-mrr"
5300     layout: "plot-service-density"
5301
5302 -
5303   type: "plot"
5304   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-mrr"
5305   algorithm: "plot_service_density_heatmap"
5306   output-file-type: ".html"
5307   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csc-mrr"
5308   data: "plot-vpp-nfv-2n-skx-mrr"
5309   filter: "'NIC_Intel-X710' and
5310            'NF_DENSITY' and
5311            'DOCKER' and
5312            'CHAIN' and
5313            '64B' and
5314            '4T2C' and
5315            'MRR'"
5316   parameters:
5317   - "result"
5318   - "name"
5319   - "tags"
5320   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5321   x-axis: "X = CNFs per Service Chain"
5322   y-axis: "Y = Number of Service Chains"
5323   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5324   layout:
5325     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-mrr"
5326     layout: "plot-service-density"
5327
5328 -
5329   type: "plot"
5330   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-mrr"
5331   algorithm: "plot_service_density_heatmap"
5332   output-file-type: ".html"
5333   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csc-mrr"
5334   data: "plot-vpp-nfv-2n-skx-mrr"
5335   filter: "'NIC_Intel-X710' and
5336            'NF_DENSITY' and
5337            'DOCKER' and
5338            'CHAIN' and
5339            'IMIX' and
5340            '2T1C' and
5341            'MRR'"
5342   parameters:
5343   - "result"
5344   - "name"
5345   - "tags"
5346   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5347   x-axis: "X = CNFs per Service Chain"
5348   y-axis: "Y = Number of Service Chains"
5349   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5350   layout:
5351     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-mrr"
5352     layout: "plot-service-density"
5353
5354 -
5355   type: "plot"
5356   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-mrr"
5357   algorithm: "plot_service_density_heatmap"
5358   output-file-type: ".html"
5359   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csc-mrr"
5360   data: "plot-vpp-nfv-2n-skx-mrr"
5361   filter: "'NIC_Intel-X710' and
5362            'NF_DENSITY' and
5363            'DOCKER' and
5364            'CHAIN' and
5365            'IMIX' and
5366            '4T2C' and
5367            'MRR'"
5368   parameters:
5369   - "result"
5370   - "name"
5371   - "tags"
5372   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5373   x-axis: "X = CNFs per Service Chain"
5374   y-axis: "Y = Number of Service Chains"
5375   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5376   layout:
5377     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-mrr"
5378     layout: "plot-service-density"
5379
5380 -
5381   type: "plot"
5382   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-ndr"
5383   algorithm: "plot_service_density_heatmap"
5384   output-file-type: ".html"
5385   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csc-ndr"
5386   data: "plot-vpp-nfv-2n-skx"
5387   filter: "'NIC_Intel-X710' and
5388            'NF_DENSITY' and
5389            'DOCKER' and
5390            'CHAIN' and
5391            '64B' and
5392            '2T1C' and
5393            'NDRPDR'"
5394   parameters:
5395   - "throughput"
5396   - "name"
5397   - "tags"
5398   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5399   x-axis: "X = CNFs per Service Chain"
5400   y-axis: "Y = Number of Service Chains"
5401   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5402   layout:
5403     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-ndr"
5404     layout: "plot-service-density"
5405
5406 -
5407   type: "plot"
5408   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-ndr"
5409   algorithm: "plot_service_density_heatmap"
5410   output-file-type: ".html"
5411   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csc-ndr"
5412   data: "plot-vpp-nfv-2n-skx"
5413   filter: "'NIC_Intel-X710' and
5414            'NF_DENSITY' and
5415            'DOCKER' and
5416            'CHAIN' and
5417            '64B' and
5418            '4T2C' and
5419            'NDRPDR'"
5420   parameters:
5421   - "throughput"
5422   - "name"
5423   - "tags"
5424   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5425   x-axis: "X = CNFs per Service Chain"
5426   y-axis: "Y = Number of Service Chains"
5427   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5428   layout:
5429     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-ndr"
5430     layout: "plot-service-density"
5431
5432 -
5433   type: "plot"
5434   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-ndr"
5435   algorithm: "plot_service_density_heatmap"
5436   output-file-type: ".html"
5437   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csc-ndr"
5438   data: "plot-vpp-nfv-2n-skx"
5439   filter: "'NIC_Intel-X710' and
5440            'NF_DENSITY' and
5441            'DOCKER' and
5442            'CHAIN' and
5443            'IMIX' and
5444            '2T1C' and
5445            'NDRPDR'"
5446   parameters:
5447   - "throughput"
5448   - "name"
5449   - "tags"
5450   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5451   x-axis: "X = CNFs per Service Chain"
5452   y-axis: "Y = Number of Service Chains"
5453   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5454   layout:
5455     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-ndr"
5456     layout: "plot-service-density"
5457
5458 -
5459   type: "plot"
5460   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-ndr"
5461   algorithm: "plot_service_density_heatmap"
5462   output-file-type: ".html"
5463   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csc-ndr"
5464   data: "plot-vpp-nfv-2n-skx"
5465   filter: "'NIC_Intel-X710' and
5466            'NF_DENSITY' and
5467            'DOCKER' and
5468            'CHAIN' and
5469            'IMIX' and
5470            '4T2C' and
5471            'NDRPDR'"
5472   parameters:
5473   - "throughput"
5474   - "name"
5475   - "tags"
5476   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5477   x-axis: "X = CNFs per Service Chain"
5478   y-axis: "Y = Number of Service Chains"
5479   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5480   layout:
5481     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-ndr"
5482     layout: "plot-service-density"
5483
5484 -
5485   type: "plot"
5486   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-pdr"
5487   algorithm: "plot_service_density_heatmap"
5488   output-file-type: ".html"
5489   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csc-pdr"
5490   data: "plot-vpp-nfv-2n-skx"
5491   filter: "'NIC_Intel-X710' and
5492            'NF_DENSITY' and
5493            'DOCKER' and
5494            'CHAIN' and
5495            '64B' and
5496            '2T1C' and
5497            'NDRPDR'"
5498   parameters:
5499   - "throughput"
5500   - "name"
5501   - "tags"
5502   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5503   x-axis: "X = CNFs per Service Chain"
5504   y-axis: "Y = Number of Service Chains"
5505   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5506   layout:
5507     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-pdr"
5508     layout: "plot-service-density"
5509
5510 -
5511   type: "plot"
5512   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-pdr"
5513   algorithm: "plot_service_density_heatmap"
5514   output-file-type: ".html"
5515   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csc-pdr"
5516   data: "plot-vpp-nfv-2n-skx"
5517   filter: "'NIC_Intel-X710' and
5518            'NF_DENSITY' and
5519            'DOCKER' and
5520            'CHAIN' and
5521            '64B' and
5522            '4T2C' and
5523            'NDRPDR'"
5524   parameters:
5525   - "throughput"
5526   - "name"
5527   - "tags"
5528   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5529   x-axis: "X = CNFs per Service Chain"
5530   y-axis: "Y = Number of Service Chains"
5531   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5532   layout:
5533     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-pdr"
5534     layout: "plot-service-density"
5535
5536 -
5537   type: "plot"
5538   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-pdr"
5539   algorithm: "plot_service_density_heatmap"
5540   output-file-type: ".html"
5541   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csc-pdr"
5542   data: "plot-vpp-nfv-2n-skx"
5543   filter: "'NIC_Intel-X710' and
5544            'NF_DENSITY' and
5545            'DOCKER' and
5546            'CHAIN' and
5547            'IMIX' and
5548            '2T1C' and
5549            'NDRPDR'"
5550   parameters:
5551   - "throughput"
5552   - "name"
5553   - "tags"
5554   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5555   x-axis: "X = CNFs per Service Chain"
5556   y-axis: "Y = Number of Service Chains"
5557   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5558   layout:
5559     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-pdr"
5560     layout: "plot-service-density"
5561
5562 -
5563   type: "plot"
5564   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-pdr"
5565   algorithm: "plot_service_density_heatmap"
5566   output-file-type: ".html"
5567   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csc-pdr"
5568   data: "plot-vpp-nfv-2n-skx"
5569   filter: "'NIC_Intel-X710' and
5570            'NF_DENSITY' and
5571            'DOCKER' and
5572            'CHAIN' and
5573            'IMIX' and
5574            '4T2C' and
5575            'NDRPDR'"
5576   parameters:
5577   - "throughput"
5578   - "name"
5579   - "tags"
5580   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5581   x-axis: "X = CNFs per Service Chain"
5582   y-axis: "Y = Number of Service Chains"
5583   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5584   layout:
5585     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-pdr"
5586     layout: "plot-service-density"
5587
5588 ################################################################################
5589 # Plots - NF Density - CSP
5590
5591 -
5592   type: "plot"
5593   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-mrr"
5594   algorithm: "plot_service_density_heatmap"
5595   output-file-type: ".html"
5596   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csp-mrr"
5597   data: "plot-vpp-nfv-2n-skx-mrr"
5598   filter: "'NIC_Intel-X710' and
5599            'NF_DENSITY' and
5600            'DOCKER' and
5601            'PIPELINE' and
5602            '64B' and
5603            '2T1C' and
5604            'MRR'"
5605   parameters:
5606   - "result"
5607   - "name"
5608   - "tags"
5609   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5610   x-axis: "X = CNFs per Service Pipeline"
5611   y-axis: "Y = Number of Service Pipelines"
5612   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5613   layout:
5614     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-mrr"
5615     layout: "plot-service-density"
5616
5617 -
5618   type: "plot"
5619   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-mrr"
5620   algorithm: "plot_service_density_heatmap"
5621   output-file-type: ".html"
5622   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csp-mrr"
5623   data: "plot-vpp-nfv-2n-skx-mrr"
5624   filter: "'NIC_Intel-X710' and
5625            'NF_DENSITY' and
5626            'DOCKER' and
5627            'PIPELINE' and
5628            '64B' and
5629            '4T2C' and
5630            'MRR'"
5631   parameters:
5632   - "result"
5633   - "name"
5634   - "tags"
5635   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5636   x-axis: "X = CNFs per Service Pipeline"
5637   y-axis: "Y = Number of Service Pipelines"
5638   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5639   layout:
5640     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-mrr"
5641     layout: "plot-service-density"
5642
5643 -
5644   type: "plot"
5645   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-mrr"
5646   algorithm: "plot_service_density_heatmap"
5647   output-file-type: ".html"
5648   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csp-mrr"
5649   data: "plot-vpp-nfv-2n-skx-mrr"
5650   filter: "'NIC_Intel-X710' and
5651            'NF_DENSITY' and
5652            'DOCKER' and
5653            'PIPELINE' and
5654            'IMIX' and
5655            '2T1C' and
5656            'MRR'"
5657   parameters:
5658   - "result"
5659   - "name"
5660   - "tags"
5661   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5662   x-axis: "X = CNFs per Service Pipeline"
5663   y-axis: "Y = Number of Service Pipelines"
5664   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5665   layout:
5666     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-mrr"
5667     layout: "plot-service-density"
5668
5669 -
5670   type: "plot"
5671   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-mrr"
5672   algorithm: "plot_service_density_heatmap"
5673   output-file-type: ".html"
5674   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csp-mrr"
5675   data: "plot-vpp-nfv-2n-skx-mrr"
5676   filter: "'NIC_Intel-X710' and
5677            'NF_DENSITY' and
5678            'DOCKER' and
5679            'PIPELINE' and
5680            'IMIX' and
5681            '4T2C' and
5682            'MRR'"
5683   parameters:
5684   - "result"
5685   - "name"
5686   - "tags"
5687   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5688   x-axis: "X = CNFs per Service Pipeline"
5689   y-axis: "Y = Number of Service Pipelines"
5690   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5691   layout:
5692     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-mrr"
5693     layout: "plot-service-density"
5694
5695 -
5696   type: "plot"
5697   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-ndr"
5698   algorithm: "plot_service_density_heatmap"
5699   output-file-type: ".html"
5700   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csp-ndr"
5701   data: "plot-vpp-nfv-2n-skx"
5702   filter: "'NIC_Intel-X710' and
5703            'NF_DENSITY' and
5704            'DOCKER' and
5705            'PIPELINE' and
5706            '64B' and
5707            '2T1C' and
5708            'NDRPDR'"
5709   parameters:
5710   - "throughput"
5711   - "name"
5712   - "tags"
5713   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5714   x-axis: "X = CNFs per Service Pipeline"
5715   y-axis: "Y = Number of Service Pipelines"
5716   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5717   layout:
5718     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-ndr"
5719     layout: "plot-service-density"
5720
5721 -
5722   type: "plot"
5723   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-ndr"
5724   algorithm: "plot_service_density_heatmap"
5725   output-file-type: ".html"
5726   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csp-ndr"
5727   data: "plot-vpp-nfv-2n-skx"
5728   filter: "'NIC_Intel-X710' and
5729            'NF_DENSITY' and
5730            'DOCKER' and
5731            'PIPELINE' and
5732            '64B' and
5733            '4T2C' and
5734            'NDRPDR'"
5735   parameters:
5736   - "throughput"
5737   - "name"
5738   - "tags"
5739   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5740   x-axis: "X = CNFs per Service Pipeline"
5741   y-axis: "Y = Number of Service Pipelines"
5742   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5743   layout:
5744     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-ndr"
5745     layout: "plot-service-density"
5746
5747 -
5748   type: "plot"
5749   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-ndr"
5750   algorithm: "plot_service_density_heatmap"
5751   output-file-type: ".html"
5752   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csp-ndr"
5753   data: "plot-vpp-nfv-2n-skx"
5754   filter: "'NIC_Intel-X710' and
5755            'NF_DENSITY' and
5756            'DOCKER' and
5757            'PIPELINE' and
5758            'IMIX' and
5759            '2T1C' and
5760            'NDRPDR'"
5761   parameters:
5762   - "throughput"
5763   - "name"
5764   - "tags"
5765   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5766   x-axis: "X = CNFs per Service Pipeline"
5767   y-axis: "Y = Number of Service Pipelines"
5768   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5769   layout:
5770     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-ndr"
5771     layout: "plot-service-density"
5772
5773 -
5774   type: "plot"
5775   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-ndr"
5776   algorithm: "plot_service_density_heatmap"
5777   output-file-type: ".html"
5778   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csp-ndr"
5779   data: "plot-vpp-nfv-2n-skx"
5780   filter: "'NIC_Intel-X710' and
5781            'NF_DENSITY' and
5782            'DOCKER' and
5783            'PIPELINE' and
5784            'IMIX' and
5785            '4T2C' and
5786            'NDRPDR'"
5787   parameters:
5788   - "throughput"
5789   - "name"
5790   - "tags"
5791   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5792   x-axis: "X = CNFs per Service Pipeline"
5793   y-axis: "Y = Number of Service Pipelines"
5794   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5795   layout:
5796     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-ndr"
5797     layout: "plot-service-density"
5798
5799 -
5800   type: "plot"
5801   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-pdr"
5802   algorithm: "plot_service_density_heatmap"
5803   output-file-type: ".html"
5804   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csp-pdr"
5805   data: "plot-vpp-nfv-2n-skx"
5806   filter: "'NIC_Intel-X710' and
5807            'NF_DENSITY' and
5808            'DOCKER' and
5809            'PIPELINE' and
5810            '64B' and
5811            '2T1C' and
5812            'NDRPDR'"
5813   parameters:
5814   - "throughput"
5815   - "name"
5816   - "tags"
5817   include-tests: "PDR" # "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 PDR) [Mpps]"
5821   layout:
5822     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-pdr"
5823     layout: "plot-service-density"
5824
5825 -
5826   type: "plot"
5827   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-pdr"
5828   algorithm: "plot_service_density_heatmap"
5829   output-file-type: ".html"
5830   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csp-pdr"
5831   data: "plot-vpp-nfv-2n-skx"
5832   filter: "'NIC_Intel-X710' and
5833            'NF_DENSITY' and
5834            'DOCKER' and
5835            'PIPELINE' and
5836            '64B' and
5837            '4T2C' and
5838            'NDRPDR'"
5839   parameters:
5840   - "throughput"
5841   - "name"
5842   - "tags"
5843   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5844   x-axis: "X = CNFs per Service Pipeline"
5845   y-axis: "Y = Number of Service Pipelines"
5846   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5847   layout:
5848     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-pdr"
5849     layout: "plot-service-density"
5850
5851 -
5852   type: "plot"
5853   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-pdr"
5854   algorithm: "plot_service_density_heatmap"
5855   output-file-type: ".html"
5856   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csp-pdr"
5857   data: "plot-vpp-nfv-2n-skx"
5858   filter: "'NIC_Intel-X710' and
5859            'NF_DENSITY' and
5860            'DOCKER' and
5861            'PIPELINE' and
5862            'IMIX' and
5863            '2T1C' and
5864            'NDRPDR'"
5865   parameters:
5866   - "throughput"
5867   - "name"
5868   - "tags"
5869   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5870   x-axis: "X = CNFs per Service Pipeline"
5871   y-axis: "Y = Number of Service Pipelines"
5872   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5873   layout:
5874     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-pdr"
5875     layout: "plot-service-density"
5876
5877 -
5878   type: "plot"
5879   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-pdr"
5880   algorithm: "plot_service_density_heatmap"
5881   output-file-type: ".html"
5882   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csp-pdr"
5883   data: "plot-vpp-nfv-2n-skx"
5884   filter: "'NIC_Intel-X710' and
5885            'NF_DENSITY' and
5886            'DOCKER' and
5887            'PIPELINE' and
5888            'IMIX' and
5889            '4T2C' and
5890            'NDRPDR'"
5891   parameters:
5892   - "throughput"
5893   - "name"
5894   - "tags"
5895   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5896   x-axis: "X = CNFs per Service Pipeline"
5897   y-axis: "Y = Number of Service Pipelines"
5898   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5899   layout:
5900     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-pdr"
5901     layout: "plot-service-density"
5902
5903 ################################################################################
5904 # Plots VPP HTTP Server Performance
5905 -
5906   type: "plot"
5907   title: "VPP HTTP Server Performance"
5908   algorithm: "plot_http_server_performance_box"
5909   output-file-type: ".html"
5910   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
5911   data:
5912     "plot-vpp-http-server-performance"
5913   # Keep this formatting, the filter is enclosed with " (quotation mark) and
5914   # each tag is enclosed with ' (apostrophe).
5915   filter: "'HTTP' and 'TCP_CPS'"
5916   parameters:
5917   - "result"
5918   - "name"
5919   traces:
5920     hoverinfo: "x+y"
5921     boxpoints: "outliers"
5922     whiskerwidth: 0
5923   layout:
5924     title: "VPP HTTP Server Performance"
5925     layout:
5926       "plot-cps"
5927
5928 -
5929   type: "plot"
5930   title: "VPP HTTP Server Performance"
5931   algorithm: "plot_http_server_performance_box"
5932   output-file-type: ".html"
5933   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
5934   data:
5935     "plot-vpp-http-server-performance"
5936   filter: "'HTTP' and 'TCP_RPS'"
5937   parameters:
5938   - "result"
5939   - "name"
5940   traces:
5941     hoverinfo: "x+y"
5942     boxpoints: "outliers"
5943     whiskerwidth: 0
5944   layout:
5945     title: "VPP HTTP Server Performance"
5946     layout:
5947       "plot-rps"
5948
5949 ################################################################################
5950
5951 # Packet Throughput - VPP L2 3n-hsw-x520 base and scale
5952 -
5953   type: "plot"
5954   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5955   algorithm: "plot_performance_box"
5956   output-file-type: ".html"
5957   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5958   data: "plot-vpp-throughput-latency-3n-hsw"
5959   filter: "'NIC_Intel-X520-DA2' and
5960            '64B' and
5961            ('BASE' or 'SCALE') and
5962            'NDRPDR' and
5963            'ETH' and
5964            '1T1C' and
5965            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5966            not 'VHOST' and
5967            not 'MEMIF'"
5968   parameters:
5969   - "throughput"
5970   - "parent"
5971   - "tags"
5972   sort:
5973   - "L2PATCH"
5974   - "L2XCBASE"
5975   - "BASE"
5976   - "FIB_10K"
5977   - "FIB_100K"
5978   - "FIB_1M"
5979   traces:
5980     hoverinfo: "x+y"
5981     boxpoints: "outliers"
5982     whiskerwidth: 0
5983   layout:
5984     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5985     layout: "plot-throughput"
5986
5987 -
5988   type: "plot"
5989   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5990   algorithm: "plot_performance_box"
5991   output-file-type: ".html"
5992   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5993   data: "plot-vpp-throughput-latency-3n-hsw"
5994   filter: "'NIC_Intel-X520-DA2' and
5995            '64B' and
5996            ('BASE' or 'SCALE') and
5997            'NDRPDR' and
5998            'ETH' and
5999            '1T1C' and
6000            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6001            not 'VHOST' and
6002            not 'MEMIF'"
6003   parameters:
6004   - "throughput"
6005   - "parent"
6006   - "tags"
6007   sort:
6008   - "L2PATCH"
6009   - "L2XCBASE"
6010   - "BASE"
6011   - "FIB_10K"
6012   - "FIB_100K"
6013   - "FIB_1M"
6014   traces:
6015     hoverinfo: "x+y"
6016     boxpoints: "outliers"
6017     whiskerwidth: 0
6018   layout:
6019     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6020     layout: "plot-throughput"
6021
6022 -
6023   type: "plot"
6024   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6025   algorithm: "plot_performance_box"
6026   output-file-type: ".html"
6027   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6028   data: "plot-vpp-throughput-latency-3n-hsw"
6029   filter: "'NIC_Intel-X520-DA2' and
6030            '64B' and
6031            ('BASE' or 'SCALE') and
6032            'NDRPDR' and
6033            'ETH' and
6034            '2T2C' and
6035            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6036            not 'VHOST' and
6037            not 'MEMIF'"
6038   parameters:
6039   - "throughput"
6040   - "parent"
6041   - "tags"
6042   sort:
6043   - "L2PATCH"
6044   - "L2XCBASE"
6045   - "BASE"
6046   - "FIB_10K"
6047   - "FIB_100K"
6048   - "FIB_1M"
6049   traces:
6050     hoverinfo: "x+y"
6051     boxpoints: "outliers"
6052     whiskerwidth: 0
6053   layout:
6054     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6055     layout: "plot-throughput"
6056
6057 -
6058   type: "plot"
6059   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6060   algorithm: "plot_performance_box"
6061   output-file-type: ".html"
6062   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6063   data: "plot-vpp-throughput-latency-3n-hsw"
6064   filter: "'NIC_Intel-X520-DA2' and
6065            '64B' and
6066            ('BASE' or 'SCALE') and
6067            'NDRPDR' and
6068            'ETH' and
6069            '2T2C' and
6070            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6071            not 'VHOST' and
6072            not 'MEMIF'"
6073   parameters:
6074   - "throughput"
6075   - "parent"
6076   - "tags"
6077   sort:
6078   - "L2PATCH"
6079   - "L2XCBASE"
6080   - "BASE"
6081   - "FIB_10K"
6082   - "FIB_100K"
6083   - "FIB_1M"
6084   traces:
6085     hoverinfo: "x+y"
6086     boxpoints: "outliers"
6087     whiskerwidth: 0
6088   layout:
6089     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6090     layout: "plot-throughput"
6091
6092 # Packet Throughput - VPP L2 3n-hsw-x520 features
6093 -
6094   type: "plot"
6095   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
6096   algorithm: "plot_performance_box"
6097   output-file-type: ".html"
6098   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
6099   data: "plot-vpp-throughput-latency-3n-hsw"
6100   filter: "'NIC_Intel-X520-DA2' and
6101            '64B' and
6102            'NDRPDR' and
6103            '1T1C' and
6104            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6105            not 'ACL' and
6106            not 'VHOST' and
6107            not 'MEMIF'"
6108   parameters:
6109   - "throughput"
6110   - "parent"
6111   - "tags"
6112   sort:
6113   - "L2XCBASE"    # l2xcbase
6114   - "L2BDBASE"    # l2bdbase
6115   - "L2XCFWD"     # dot1q-l2xcbase
6116   - "L2BDMACLRN"  # dot1q-l2bdbase
6117   traces:
6118     hoverinfo: "x+y"
6119     boxpoints: "outliers"
6120     whiskerwidth: 0
6121   layout:
6122     title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
6123     layout: "plot-throughput"
6124
6125 -
6126   type: "plot"
6127   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
6128   algorithm: "plot_performance_box"
6129   output-file-type: ".html"
6130   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
6131   data: "plot-vpp-throughput-latency-3n-hsw"
6132   filter: "'NIC_Intel-X520-DA2' and
6133            '64B' and
6134            'NDRPDR' and
6135            '1T1C' and
6136            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6137            not 'ACL' and
6138            not 'VHOST' and
6139            not 'MEMIF'"
6140   parameters:
6141   - "throughput"
6142   - "parent"
6143   - "tags"
6144   sort:
6145   - "L2XCBASE"    # l2xcbase
6146   - "L2BDBASE"    # l2bdbase
6147   - "L2XCFWD"     # dot1q-l2xcbase
6148   - "L2BDMACLRN"  # dot1q-l2bdbase
6149   traces:
6150     hoverinfo: "x+y"
6151     boxpoints: "outliers"
6152     whiskerwidth: 0
6153   layout:
6154     title: "l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
6155     layout: "plot-throughput"
6156
6157 -
6158   type: "plot"
6159   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
6160   algorithm: "plot_performance_box"
6161   output-file-type: ".html"
6162   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
6163   data: "plot-vpp-throughput-latency-3n-hsw"
6164   filter: "'NIC_Intel-X520-DA2' and
6165            '64B' and
6166            'NDRPDR' and
6167            '2T2C' and
6168            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6169            not 'ACL' and
6170            not 'VHOST' and
6171            not 'MEMIF'"
6172   parameters:
6173   - "throughput"
6174   - "parent"
6175   - "tags"
6176   sort:
6177   - "L2XCBASE"    # l2xcbase
6178   - "L2BDBASE"    # l2bdbase
6179   - "L2XCFWD"     # dot1q-l2xcbase
6180   - "L2BDMACLRN"  # dot1q-l2bdbase
6181   traces:
6182     hoverinfo: "x+y"
6183     boxpoints: "outliers"
6184     whiskerwidth: 0
6185   layout:
6186     title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
6187     layout: "plot-throughput"
6188
6189 -
6190   type: "plot"
6191   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
6192   algorithm: "plot_performance_box"
6193   output-file-type: ".html"
6194   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
6195   data: "plot-vpp-throughput-latency-3n-hsw"
6196   filter: "'NIC_Intel-X520-DA2' and
6197            '64B' and
6198            'NDRPDR' and
6199            '2T2C' and
6200            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6201            not 'ACL' and
6202            not 'VHOST' and
6203            not 'MEMIF'"
6204   parameters:
6205   - "throughput"
6206   - "parent"
6207   - "tags"
6208   sort:
6209   - "L2XCBASE"    # l2xcbase
6210   - "L2BDBASE"    # l2bdbase
6211   - "L2XCFWD"     # dot1q-l2xcbase
6212   - "L2BDMACLRN"  # dot1q-l2bdbase
6213   traces:
6214     hoverinfo: "x+y"
6215     boxpoints: "outliers"
6216     whiskerwidth: 0
6217   layout:
6218     title: "l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
6219     layout: "plot-throughput"
6220
6221 # Packet Throughput - VPP L2 3n-hsw-x710 base and scale
6222 -
6223   type: "plot"
6224   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6225   algorithm: "plot_performance_box"
6226   output-file-type: ".html"
6227   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6228   data: "plot-vpp-throughput-latency-3n-hsw"
6229   filter: "'NIC_Intel-X710' and
6230            '64B' and
6231            ('BASE' or 'SCALE') and
6232            'NDRPDR' and
6233            'ETH' and
6234            '1T1C' and
6235            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6236            not 'VHOST' and
6237            not 'MEMIF'"
6238   parameters:
6239   - "throughput"
6240   - "parent"
6241   - "tags"
6242   sort:
6243   - "L2PATCH"
6244   - "L2XCFWD"
6245   - "L2BDMACLRN"
6246   - "FIB_10K"
6247   - "FIB_100K"
6248   - "FIB_1M"
6249   traces:
6250     hoverinfo: "x+y"
6251     boxpoints: "outliers"
6252     whiskerwidth: 0
6253   layout:
6254     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6255     layout: "plot-throughput"
6256
6257 -
6258   type: "plot"
6259   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
6260   algorithm: "plot_performance_box"
6261   output-file-type: ".html"
6262   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
6263   data: "plot-vpp-throughput-latency-3n-hsw"
6264   filter: "'NIC_Intel-X710' and
6265            '64B' and
6266            ('BASE' or 'SCALE') and
6267            'NDRPDR' and
6268            'ETH' and
6269            '1T1C' and
6270            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6271            not 'VHOST' and
6272            not 'MEMIF'"
6273   parameters:
6274   - "throughput"
6275   - "parent"
6276   - "tags"
6277   sort:
6278   - "L2PATCH"
6279   - "L2XCFWD"
6280   - "L2BDMACLRN"
6281   - "FIB_10K"
6282   - "FIB_100K"
6283   - "FIB_1M"
6284   traces:
6285     hoverinfo: "x+y"
6286     boxpoints: "outliers"
6287     whiskerwidth: 0
6288   layout:
6289     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
6290     layout: "plot-throughput"
6291
6292 -
6293   type: "plot"
6294   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
6295   algorithm: "plot_performance_box"
6296   output-file-type: ".html"
6297   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
6298   data: "plot-vpp-throughput-latency-3n-hsw"
6299   filter: "'NIC_Intel-X710' and
6300            '64B' and
6301            ('BASE' or 'SCALE') and
6302            'NDRPDR' and
6303            'ETH' and
6304            '2T2C' and
6305            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6306            not 'VHOST' and
6307            not 'MEMIF'"
6308   parameters:
6309   - "throughput"
6310   - "parent"
6311   - "tags"
6312   sort:
6313   - "L2PATCH"
6314   - "L2XCFWD"
6315   - "L2BDMACLRN"
6316   - "FIB_10K"
6317   - "FIB_100K"
6318   - "FIB_1M"
6319   traces:
6320     hoverinfo: "x+y"
6321     boxpoints: "outliers"
6322     whiskerwidth: 0
6323   layout:
6324     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
6325     layout: "plot-throughput"
6326
6327 -
6328   type: "plot"
6329   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
6330   algorithm: "plot_performance_box"
6331   output-file-type: ".html"
6332   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
6333   data: "plot-vpp-throughput-latency-3n-hsw"
6334   filter: "'NIC_Intel-X710' and
6335            '64B' and
6336            ('BASE' or 'SCALE') and
6337            'NDRPDR' and
6338            'ETH' and
6339            '2T2C' and
6340            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6341            not 'VHOST' and
6342            not 'MEMIF'"
6343   parameters:
6344   - "throughput"
6345   - "parent"
6346   - "tags"
6347   sort:
6348   - "L2PATCH"
6349   - "L2XCFWD"
6350   - "L2BDMACLRN"
6351   - "FIB_10K"
6352   - "FIB_100K"
6353   - "FIB_1M"
6354   traces:
6355     hoverinfo: "x+y"
6356     boxpoints: "outliers"
6357     whiskerwidth: 0
6358   layout:
6359     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
6360     layout: "plot-throughput"
6361
6362 # Packet Throughput - VPP L2 3n-hsw-x710 features
6363 -
6364   type: "plot"
6365   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
6366   algorithm: "plot_performance_box"
6367   output-file-type: ".html"
6368   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
6369   data: "plot-vpp-throughput-latency-3n-hsw"
6370   filter: "'NIC_Intel-X710' and
6371            '64B' and
6372            'NDRPDR' and
6373            '1T1C' and
6374            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6375            not 'ACL' and
6376            not 'VHOST' and
6377            not 'L2OVRLAY' and
6378            not 'MEMIF'"
6379   parameters:
6380   - "throughput"
6381   - "parent"
6382   - "tags"
6383   sort:
6384   - "L2XCBASE"    # l2xcbase
6385   - "L2BDBASE"    # l2bdbase
6386   - "L2XCFWD"     # dot1q-l2xcbase
6387   - "L2BDMACLRN"  # dot1q-l2bdbase
6388   traces:
6389     hoverinfo: "x+y"
6390     boxpoints: "outliers"
6391     whiskerwidth: 0
6392   layout:
6393     title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
6394     layout: "plot-throughput"
6395
6396 -
6397   type: "plot"
6398   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
6399   algorithm: "plot_performance_box"
6400   output-file-type: ".html"
6401   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
6402   data: "plot-vpp-throughput-latency-3n-hsw"
6403   filter: "'NIC_Intel-X710' and
6404            '64B' and
6405            'NDRPDR' and
6406            '1T1C' and
6407            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6408            not 'ACL' and
6409            not 'VHOST' and
6410            not 'L2OVRLAY' and
6411            not 'MEMIF'"
6412   parameters:
6413   - "throughput"
6414   - "parent"
6415   - "tags"
6416   sort:
6417   - "L2XCBASE"    # l2xcbase
6418   - "L2BDBASE"    # l2bdbase
6419   - "L2XCFWD"     # dot1q-l2xcbase
6420   - "L2BDMACLRN"  # dot1q-l2bdbase
6421   traces:
6422     hoverinfo: "x+y"
6423     boxpoints: "outliers"
6424     whiskerwidth: 0
6425   layout:
6426     title: "l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
6427     layout: "plot-throughput"
6428
6429 -
6430   type: "plot"
6431   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
6432   algorithm: "plot_performance_box"
6433   output-file-type: ".html"
6434   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
6435   data: "plot-vpp-throughput-latency-3n-hsw"
6436   filter: "'NIC_Intel-X710' and
6437            '64B' and
6438            'NDRPDR' and
6439            '2T2C' and
6440            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6441            not 'ACL' and
6442            not 'VHOST' and
6443            not 'L2OVRLAY' and
6444            not 'MEMIF'"
6445   parameters:
6446   - "throughput"
6447   - "parent"
6448   - "tags"
6449   sort:
6450   - "L2XCBASE"    # l2xcbase
6451   - "L2BDBASE"    # l2bdbase
6452   - "L2XCFWD"     # dot1q-l2xcbase
6453   - "L2BDMACLRN"  # dot1q-l2bdbase
6454   traces:
6455     hoverinfo: "x+y"
6456     boxpoints: "outliers"
6457     whiskerwidth: 0
6458   layout:
6459     title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
6460     layout: "plot-throughput"
6461
6462 -
6463   type: "plot"
6464   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
6465   algorithm: "plot_performance_box"
6466   output-file-type: ".html"
6467   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
6468   data: "plot-vpp-throughput-latency-3n-hsw"
6469   filter: "'NIC_Intel-X710' and
6470            '64B' and
6471            'NDRPDR' and
6472            '2T2C' and
6473            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6474            not 'ACL' and
6475            not 'VHOST' and
6476            not 'L2OVRLAY' and
6477            not 'MEMIF'"
6478   parameters:
6479   - "throughput"
6480   - "parent"
6481   - "tags"
6482   sort:
6483   - "L2XCBASE"    # l2xcbase
6484   - "L2BDBASE"    # l2bdbase
6485   - "L2XCFWD"     # dot1q-l2xcbase
6486   - "L2BDMACLRN"  # dot1q-l2bdbase
6487   traces:
6488     hoverinfo: "x+y"
6489     boxpoints: "outliers"
6490     whiskerwidth: 0
6491   layout:
6492     title: "l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
6493     layout: "plot-throughput"
6494
6495 # Packet Throughput - VPP L2 3n-hsw-xl710 base and scale
6496 -
6497   type: "plot"
6498   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
6499   algorithm: "plot_performance_box"
6500   output-file-type: ".html"
6501   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
6502   data: "plot-vpp-throughput-latency-3n-hsw"
6503   filter: "'NIC_Intel-XL710' and
6504            '64B' and
6505            'BASE' and
6506            'NDRPDR' and
6507            'ETH' and
6508            '1T1C' and
6509            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6510            not 'VHOST' and
6511            not 'MEMIF'"
6512   parameters:
6513   - "throughput"
6514   - "parent"
6515   - "tags"
6516   sort:
6517   - "L2PATCH"
6518   - "L2XCFWD"
6519   - "L2BDMACLRN"
6520   traces:
6521     hoverinfo: "x+y"
6522     boxpoints: "outliers"
6523     whiskerwidth: 0
6524   layout:
6525     title: "l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
6526     layout: "plot-throughput"
6527
6528 -
6529   type: "plot"
6530   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
6531   algorithm: "plot_performance_box"
6532   output-file-type: ".html"
6533   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
6534   data: "plot-vpp-throughput-latency-3n-hsw"
6535   filter: "'NIC_Intel-XL710' and
6536            '64B' and
6537            'BASE' and
6538            'NDRPDR' and
6539            'ETH' and
6540            '1T1C' and
6541            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6542            not 'VHOST' and
6543            not 'MEMIF'"
6544   parameters:
6545   - "throughput"
6546   - "parent"
6547   - "tags"
6548   sort:
6549   - "L2PATCH"
6550   - "L2XCFWD"
6551   - "L2BDMACLRN"
6552   traces:
6553     hoverinfo: "x+y"
6554     boxpoints: "outliers"
6555     whiskerwidth: 0
6556   layout:
6557     title: "l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
6558     layout: "plot-throughput"
6559
6560 -
6561   type: "plot"
6562   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
6563   algorithm: "plot_performance_box"
6564   output-file-type: ".html"
6565   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
6566   data: "plot-vpp-throughput-latency-3n-hsw"
6567   filter: "'NIC_Intel-XL710' and
6568            '64B' and
6569            'BASE' and
6570            'NDRPDR' and
6571            'ETH' and
6572            '2T2C' and
6573            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6574            not 'VHOST' and
6575            not 'MEMIF'"
6576   parameters:
6577   - "throughput"
6578   - "parent"
6579   - "tags"
6580   sort:
6581   - "L2PATCH"
6582   - "L2XCFWD"
6583   - "L2BDMACLRN"
6584   traces:
6585     hoverinfo: "x+y"
6586     boxpoints: "outliers"
6587     whiskerwidth: 0
6588   layout:
6589     title: "l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
6590     layout: "plot-throughput"
6591
6592 -
6593   type: "plot"
6594   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
6595   algorithm: "plot_performance_box"
6596   output-file-type: ".html"
6597   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
6598   data: "plot-vpp-throughput-latency-3n-hsw"
6599   filter: "'NIC_Intel-XL710' and
6600            '64B' and
6601            'BASE' and
6602            'NDRPDR' and
6603            'ETH' and
6604            '2T2C' and
6605            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6606            not 'VHOST' and
6607            not 'MEMIF'"
6608   parameters:
6609   - "throughput"
6610   - "parent"
6611   - "tags"
6612   sort:
6613   - "L2PATCH"
6614   - "L2XCFWD"
6615   - "L2BDMACLRN"
6616   traces:
6617     hoverinfo: "x+y"
6618     boxpoints: "outliers"
6619     whiskerwidth: 0
6620   layout:
6621     title: "l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
6622     layout: "plot-throughput"
6623
6624 # Packet Throughput - VPP L2 3n-skx-x710 base and scale
6625 -
6626   type: "plot"
6627   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
6628   algorithm: "plot_performance_box"
6629   output-file-type: ".html"
6630   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
6631   data: "plot-vpp-throughput-latency-3n-skx"
6632   filter: "'NIC_Intel-X710' and
6633            '64B' and
6634            ('BASE' or 'SCALE') and
6635            'NDRPDR' and
6636            'ETH' and
6637            '2T1C' and
6638            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6639            not 'VHOST' and
6640            not 'MEMIF' and
6641            not 'DRV_AVF'"
6642   parameters:
6643   - "throughput"
6644   - "parent"
6645   - "tags"
6646   sort:
6647   - "L2PATCH"
6648   - "L2XCBASE"
6649   - "BASE"
6650   - "FIB_10K"
6651   - "FIB_100K"
6652   - "FIB_1M"
6653   traces:
6654     hoverinfo: "x+y"
6655     boxpoints: "outliers"
6656     whiskerwidth: 0
6657   layout:
6658     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
6659     layout: "plot-throughput"
6660
6661 -
6662   type: "plot"
6663   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
6664   algorithm: "plot_performance_box"
6665   output-file-type: ".html"
6666   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
6667   data: "plot-vpp-throughput-latency-3n-skx"
6668   filter: "'NIC_Intel-X710' and
6669            '64B' and
6670            ('BASE' or 'SCALE') and
6671            'NDRPDR' and
6672            'ETH' and
6673            '2T1C' and
6674            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6675            not 'VHOST' and
6676            not 'MEMIF' and
6677            not 'DRV_AVF'"
6678   parameters:
6679   - "throughput"
6680   - "parent"
6681   - "tags"
6682   sort:
6683   - "L2PATCH"
6684   - "L2XCBASE"
6685   - "BASE"
6686   - "FIB_10K"
6687   - "FIB_100K"
6688   - "FIB_1M"
6689   traces:
6690     hoverinfo: "x+y"
6691     boxpoints: "outliers"
6692     whiskerwidth: 0
6693   layout:
6694     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
6695     layout: "plot-throughput"
6696
6697 -
6698   type: "plot"
6699   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
6700   algorithm: "plot_performance_box"
6701   output-file-type: ".html"
6702   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
6703   data: "plot-vpp-throughput-latency-3n-skx"
6704   filter: "'NIC_Intel-X710' and
6705            '64B' and
6706            ('BASE' or 'SCALE') and
6707            'NDRPDR' and
6708            'ETH' and
6709            '4T2C' and
6710            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6711            not 'VHOST' and
6712            not 'MEMIF' and
6713            not 'DRV_AVF'"
6714   parameters:
6715   - "throughput"
6716   - "parent"
6717   - "tags"
6718   sort:
6719   - "L2PATCH"
6720   - "L2XCBASE"
6721   - "BASE"
6722   - "FIB_10K"
6723   - "FIB_100K"
6724   - "FIB_1M"
6725   traces:
6726     hoverinfo: "x+y"
6727     boxpoints: "outliers"
6728     whiskerwidth: 0
6729   layout:
6730     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
6731     layout: "plot-throughput"
6732
6733 -
6734   type: "plot"
6735   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
6736   algorithm: "plot_performance_box"
6737   output-file-type: ".html"
6738   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
6739   data: "plot-vpp-throughput-latency-3n-skx"
6740   filter: "'NIC_Intel-X710' and
6741            '64B' and
6742            ('BASE' or 'SCALE') and
6743            'NDRPDR' and
6744            'ETH' and
6745            '4T2C' and
6746            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6747            not 'VHOST' and
6748            not 'MEMIF' and
6749            not 'DRV_AVF'"
6750   parameters:
6751   - "throughput"
6752   - "parent"
6753   - "tags"
6754   sort:
6755   - "L2PATCH"
6756   - "L2XCBASE"
6757   - "BASE"
6758   - "FIB_10K"
6759   - "FIB_100K"
6760   - "FIB_1M"
6761   traces:
6762     hoverinfo: "x+y"
6763     boxpoints: "outliers"
6764     whiskerwidth: 0
6765   layout:
6766     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
6767     layout: "plot-throughput"
6768
6769 # Packet Throughput - VPP L2 3n-skx-x710 features
6770 -
6771   type: "plot"
6772   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-ndr"
6773   algorithm: "plot_performance_box"
6774   output-file-type: ".html"
6775   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr"
6776   data: "plot-vpp-throughput-latency-3n-skx"
6777   filter: "'NIC_Intel-X710' and
6778            '64B' and
6779            'NDRPDR' and
6780            '2T1C' and
6781            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6782            not 'ACL' and
6783            not 'VHOST' and
6784            not 'DRV_AVF' and
6785            not 'L2OVRLAY' and
6786            not 'MEMIF'"
6787   parameters:
6788   - "throughput"
6789   - "parent"
6790   - "tags"
6791   sort:
6792   - "L2XCBASE"    # l2xcbase
6793   - "L2BDBASE"    # l2bdbase
6794   - "L2XCFWD"     # dot1q-l2xcbase
6795   - "L2BDMACLRN"  # dot1q-l2bdbase
6796   traces:
6797     hoverinfo: "x+y"
6798     boxpoints: "outliers"
6799     whiskerwidth: 0
6800   layout:
6801     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
6802     layout: "plot-throughput"
6803
6804 -
6805   type: "plot"
6806   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-pdr"
6807   algorithm: "plot_performance_box"
6808   output-file-type: ".html"
6809   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-pdr"
6810   data: "plot-vpp-throughput-latency-3n-skx"
6811   filter: "'NIC_Intel-X710' and
6812            '64B' and
6813            'NDRPDR' and
6814            '2T1C' and
6815            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6816            not 'ACL' and
6817            not 'VHOST' and
6818            not 'DRV_AVF' and
6819            not 'L2OVRLAY' and
6820            not 'MEMIF'"
6821   parameters:
6822   - "throughput"
6823   - "parent"
6824   - "tags"
6825   sort:
6826   - "L2XCBASE"    # l2xcbase
6827   - "L2BDBASE"    # l2bdbase
6828   - "L2XCFWD"     # dot1q-l2xcbase
6829   - "L2BDMACLRN"  # dot1q-l2bdbase
6830   traces:
6831     hoverinfo: "x+y"
6832     boxpoints: "outliers"
6833     whiskerwidth: 0
6834   layout:
6835     title: "l2sw-3n-skx-x710-64b-2t1c-features-pdr"
6836     layout: "plot-throughput"
6837
6838 -
6839   type: "plot"
6840   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-ndr"
6841   algorithm: "plot_performance_box"
6842   output-file-type: ".html"
6843   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr"
6844   data: "plot-vpp-throughput-latency-3n-skx"
6845   filter: "'NIC_Intel-X710' and
6846            '64B' and
6847            'NDRPDR' and
6848            '4T2C' and
6849            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6850            not 'ACL' and
6851            not 'VHOST' and
6852            not 'DRV_AVF' and
6853            not 'L2OVRLAY' and
6854            not 'MEMIF'"
6855   parameters:
6856   - "throughput"
6857   - "parent"
6858   - "tags"
6859   sort:
6860   - "L2XCBASE"    # l2xcbase
6861   - "L2BDBASE"    # l2bdbase
6862   - "L2XCFWD"     # dot1q-l2xcbase
6863   - "L2BDMACLRN"  # dot1q-l2bdbase
6864   traces:
6865     hoverinfo: "x+y"
6866     boxpoints: "outliers"
6867     whiskerwidth: 0
6868   layout:
6869     title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
6870     layout: "plot-throughput"
6871
6872 -
6873   type: "plot"
6874   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-pdr"
6875   algorithm: "plot_performance_box"
6876   output-file-type: ".html"
6877   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-pdr"
6878   data: "plot-vpp-throughput-latency-3n-skx"
6879   filter: "'NIC_Intel-X710' and
6880            '64B' and
6881            'NDRPDR' and
6882            '4T2C' and
6883            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6884            not 'ACL' and
6885            not 'VHOST' and
6886            not 'DRV_AVF' and
6887            not 'L2OVRLAY' and
6888            not 'MEMIF'"
6889   parameters:
6890   - "throughput"
6891   - "parent"
6892   - "tags"
6893   sort:
6894   - "L2XCBASE"    # l2xcbase
6895   - "L2BDBASE"    # l2bdbase
6896   - "L2XCFWD"     # dot1q-l2xcbase
6897   - "L2BDMACLRN"  # dot1q-l2bdbase
6898   traces:
6899     hoverinfo: "x+y"
6900     boxpoints: "outliers"
6901     whiskerwidth: 0
6902   layout:
6903     title: "l2sw-3n-skx-x710-64b-4t2c-features-pdr"
6904     layout: "plot-throughput"
6905
6906 # Packet Throughput - VPP L2 3n-skx-xxv710 base and scale
6907 -
6908   type: "plot"
6909   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base-ndr"
6910   algorithm: "plot_performance_box"
6911   output-file-type: ".html"
6912   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base-ndr"
6913   data: "plot-vpp-throughput-latency-3n-skx"
6914   filter: "'NIC_Intel-XXV710' and
6915            '64B' and
6916            ('BASE' or 'SCALE') and
6917            'NDRPDR' and
6918            'ETH' and
6919            '2T1C' and
6920            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6921            not 'VHOST' and
6922            not 'MEMIF'"
6923   parameters:
6924   - "throughput"
6925   - "parent"
6926   - "tags"
6927   sort:
6928   - "L2PATCH"
6929   - "L2PATCH"
6930   - "L2XCBASE"
6931   - "L2BDMACLRN"
6932   traces:
6933     hoverinfo: "x+y"
6934     boxpoints: "outliers"
6935     whiskerwidth: 0
6936   layout:
6937     title: "l2sw-3n-skx-xxv710-64b-2t1c-base-ndr"
6938     layout: "plot-throughput"
6939
6940 -
6941   type: "plot"
6942   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base-pdr"
6943   algorithm: "plot_performance_box"
6944   output-file-type: ".html"
6945   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base-pdr"
6946   data: "plot-vpp-throughput-latency-3n-skx"
6947   filter: "'NIC_Intel-XXV710' and
6948            '64B' and
6949            ('BASE' or 'SCALE') and
6950            'NDRPDR' and
6951            'ETH' and
6952            '2T1C' and
6953            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6954            not 'VHOST' and
6955            not 'MEMIF'"
6956   parameters:
6957   - "throughput"
6958   - "parent"
6959   - "tags"
6960   sort:
6961   - "L2PATCH"
6962   - "L2PATCH"
6963   - "L2XCBASE"
6964   - "L2BDMACLRN"
6965   traces:
6966     hoverinfo: "x+y"
6967     boxpoints: "outliers"
6968     whiskerwidth: 0
6969   layout:
6970     title: "l2sw-3n-skx-xxv710-64b-2t1c-base-pdr"
6971     layout: "plot-throughput"
6972
6973 -
6974   type: "plot"
6975   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base-ndr"
6976   algorithm: "plot_performance_box"
6977   output-file-type: ".html"
6978   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base-ndr"
6979   data: "plot-vpp-throughput-latency-3n-skx"
6980   filter: "'NIC_Intel-XXV710' and
6981            '64B' and
6982            ('BASE' or 'SCALE') and
6983            'NDRPDR' and
6984            'ETH' and
6985            '4T2C' and
6986            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6987            not 'VHOST' and
6988            not 'MEMIF'"
6989   parameters:
6990   - "throughput"
6991   - "parent"
6992   - "tags"
6993   sort:
6994   - "L2PATCH"
6995   - "L2PATCH"
6996   - "L2XCBASE"
6997   - "L2BDMACLRN"
6998   traces:
6999     hoverinfo: "x+y"
7000     boxpoints: "outliers"
7001     whiskerwidth: 0
7002   layout:
7003     title: "l2sw-3n-skx-xxv710-64b-4t2c-base-ndr"
7004     layout: "plot-throughput"
7005
7006 -
7007   type: "plot"
7008   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base-pdr"
7009   algorithm: "plot_performance_box"
7010   output-file-type: ".html"
7011   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base-pdr"
7012   data: "plot-vpp-throughput-latency-3n-skx"
7013   filter: "'NIC_Intel-XXV710' and
7014            '64B' and
7015            ('BASE' or 'SCALE') and
7016            'NDRPDR' and
7017            'ETH' and
7018            '4T2C' and
7019            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7020            not 'VHOST' and
7021            not 'MEMIF'"
7022   parameters:
7023   - "throughput"
7024   - "parent"
7025   - "tags"
7026   sort:
7027   - "L2PATCH"
7028   - "L2PATCH"
7029   - "L2XCBASE"
7030   - "L2BDMACLRN"
7031   traces:
7032     hoverinfo: "x+y"
7033     boxpoints: "outliers"
7034     whiskerwidth: 0
7035   layout:
7036     title: "l2sw-3n-skx-xxv710-64b-4t2c-base-pdr"
7037     layout: "plot-throughput"
7038
7039 # Packet Throughput - VPP L2 2n-skx-x710 base and scale
7040 -
7041   type: "plot"
7042   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
7043   algorithm: "plot_performance_box"
7044   output-file-type: ".html"
7045   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
7046   data: "plot-vpp-throughput-latency-2n-skx"
7047   filter: "'NIC_Intel-X710' and
7048            '64B' and
7049            ('BASE' or 'SCALE') and
7050            'NDRPDR' and
7051            'ETH' and
7052            '2T1C' and
7053            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7054            not 'VHOST' and
7055            not 'MEMIF'"
7056   parameters:
7057   - "throughput"
7058   - "parent"
7059   - "tags"
7060   sort:
7061   - "L2PATCH"
7062   - "L2XCBASE"
7063   - "BASE"
7064   - "FIB_10K"
7065   - "FIB_100K"
7066   - "FIB_1M"
7067   traces:
7068     hoverinfo: "x+y"
7069     boxpoints: "outliers"
7070     whiskerwidth: 0
7071   layout:
7072     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
7073     layout: "plot-throughput"
7074
7075 -
7076   type: "plot"
7077   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
7078   algorithm: "plot_performance_box"
7079   output-file-type: ".html"
7080   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
7081   data: "plot-vpp-throughput-latency-2n-skx"
7082   filter: "'NIC_Intel-X710' and
7083            '64B' and
7084            ('BASE' or 'SCALE') and
7085            'NDRPDR' and
7086            'ETH' and
7087            '2T1C' 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   - "L2XCBASE"
7098   - "BASE"
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-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
7108     layout: "plot-throughput"
7109
7110 -
7111   type: "plot"
7112   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
7113   algorithm: "plot_performance_box"
7114   output-file-type: ".html"
7115   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
7116   data: "plot-vpp-throughput-latency-2n-skx"
7117   filter: "'NIC_Intel-X710' and
7118            '64B' and
7119            ('BASE' or 'SCALE') and
7120            'NDRPDR' and
7121            'ETH' and
7122            '4T2C' and
7123            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7124            not 'VHOST' and
7125            not 'MEMIF'"
7126   parameters:
7127   - "throughput"
7128   - "parent"
7129   - "tags"
7130   sort:
7131   - "L2PATCH"
7132   - "L2XCBASE"
7133   - "BASE"
7134   - "FIB_10K"
7135   - "FIB_100K"
7136   - "FIB_1M"
7137   traces:
7138     hoverinfo: "x+y"
7139     boxpoints: "outliers"
7140     whiskerwidth: 0
7141   layout:
7142     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
7143     layout: "plot-throughput"
7144
7145 -
7146   type: "plot"
7147   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
7148   algorithm: "plot_performance_box"
7149   output-file-type: ".html"
7150   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
7151   data: "plot-vpp-throughput-latency-2n-skx"
7152   filter: "'NIC_Intel-X710' and
7153            '64B' and
7154            ('BASE' or 'SCALE') and
7155            'NDRPDR' and
7156            'ETH' and
7157            '4T2C' and
7158            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7159            not 'VHOST' and
7160            not 'MEMIF'"
7161   parameters:
7162   - "throughput"
7163   - "parent"
7164   - "tags"
7165   sort:
7166   - "L2PATCH"
7167   - "L2XCBASE"
7168   - "BASE"
7169   - "FIB_10K"
7170   - "FIB_100K"
7171   - "FIB_1M"
7172   traces:
7173     hoverinfo: "x+y"
7174     boxpoints: "outliers"
7175     whiskerwidth: 0
7176   layout:
7177     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
7178     layout: "plot-throughput"
7179
7180 # Packet Throughput - VPP L2 2n-skx-xxv710 base and scale
7181 -
7182   type: "plot"
7183   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
7184   algorithm: "plot_performance_box"
7185   output-file-type: ".html"
7186   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
7187   data: "plot-vpp-throughput-latency-2n-skx"
7188   filter: "'NIC_Intel-XXV710' and
7189            '64B' and
7190            ('BASE' or 'SCALE') and
7191            'NDRPDR' and
7192            'ETH' and
7193            '2T1C' and
7194            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7195            not 'VHOST' and
7196            not 'MEMIF'"
7197   parameters:
7198   - "throughput"
7199   - "parent"
7200   - "tags"
7201   sort:
7202   - "L2PATCH"
7203   - "L2XCBASE"
7204   - "BASE"
7205   - "FIB_10K"
7206   - "FIB_100K"
7207   - "FIB_1M"
7208   traces:
7209     hoverinfo: "x+y"
7210     boxpoints: "outliers"
7211     whiskerwidth: 0
7212   layout:
7213     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
7214     layout: "plot-throughput"
7215
7216 -
7217   type: "plot"
7218   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
7219   algorithm: "plot_performance_box"
7220   output-file-type: ".html"
7221   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
7222   data: "plot-vpp-throughput-latency-2n-skx"
7223   filter: "'NIC_Intel-XXV710' and
7224            '64B' and
7225            ('BASE' or 'SCALE') and
7226            'NDRPDR' and
7227            'ETH' and
7228            '2T1C' and
7229            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7230            not 'VHOST' and
7231            not 'MEMIF'"
7232   parameters:
7233   - "throughput"
7234   - "parent"
7235   - "tags"
7236   sort:
7237   - "L2PATCH"
7238   - "L2XCBASE"
7239   - "BASE"
7240   - "FIB_10K"
7241   - "FIB_100K"
7242   - "FIB_1M"
7243   traces:
7244     hoverinfo: "x+y"
7245     boxpoints: "outliers"
7246     whiskerwidth: 0
7247   layout:
7248     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
7249     layout: "plot-throughput"
7250
7251 -
7252   type: "plot"
7253   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
7254   algorithm: "plot_performance_box"
7255   output-file-type: ".html"
7256   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
7257   data: "plot-vpp-throughput-latency-2n-skx"
7258   filter: "'NIC_Intel-XXV710' and
7259            '64B' and
7260            ('BASE' or 'SCALE') and
7261            'NDRPDR' and
7262            'ETH' and
7263            '4T2C' and
7264            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7265            not 'VHOST' and
7266            not 'MEMIF'"
7267   parameters:
7268   - "throughput"
7269   - "parent"
7270   - "tags"
7271   sort:
7272   - "L2PATCH"
7273   - "L2XCBASE"
7274   - "BASE"
7275   - "FIB_10K"
7276   - "FIB_100K"
7277   - "FIB_1M"
7278   traces:
7279     hoverinfo: "x+y"
7280     boxpoints: "outliers"
7281     whiskerwidth: 0
7282   layout:
7283     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
7284     layout: "plot-throughput"
7285
7286 -
7287   type: "plot"
7288   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
7289   algorithm: "plot_performance_box"
7290   output-file-type: ".html"
7291   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
7292   data: "plot-vpp-throughput-latency-2n-skx"
7293   filter: "'NIC_Intel-XXV710' and
7294            '64B' and
7295            ('BASE' or 'SCALE') and
7296            'NDRPDR' and
7297            'ETH' and
7298            '4T2C' and
7299            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7300            not 'VHOST' and
7301            not 'MEMIF'"
7302   parameters:
7303   - "throughput"
7304   - "parent"
7305   - "tags"
7306   sort:
7307   - "L2PATCH"
7308   - "L2XCBASE"
7309   - "BASE"
7310   - "FIB_10K"
7311   - "FIB_100K"
7312   - "FIB_1M"
7313   traces:
7314     hoverinfo: "x+y"
7315     boxpoints: "outliers"
7316     whiskerwidth: 0
7317   layout:
7318     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
7319     layout: "plot-throughput"
7320
7321 # Packet Throughput - VPP L2 2n-dnv-x553 base
7322 -
7323   type: "plot"
7324   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
7325   algorithm: "plot_performance_box"
7326   output-file-type: ".html"
7327   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
7328   data: "intel-dnv-vpp"
7329   filter: "'NIC_Intel-X553' and
7330            '64B' and
7331            'BASE' and
7332            'NDRPDR' and
7333            'ETH' and
7334            '1T1C' and
7335            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7336            not 'VHOST' and
7337            not 'MEMIF'"
7338   parameters:
7339   - "throughput"
7340   - "parent"
7341   - "tags"
7342   sort:
7343   - "L2XCBASE"
7344   - "L2BDMACLRN"
7345   - "L2PATCH"
7346   traces:
7347     hoverinfo: "x+y"
7348     boxpoints: "outliers"
7349     whiskerwidth: 0
7350   layout:
7351     title: "l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
7352     layout: "plot-throughput"
7353
7354 -
7355   type: "plot"
7356   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
7357   algorithm: "plot_performance_box"
7358   output-file-type: ".html"
7359   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
7360   data: "intel-dnv-vpp"
7361   filter: "'NIC_Intel-X553' and
7362            '64B' and
7363            ('BASE' or 'SCALE') and
7364            'NDRPDR' and
7365            'ETH' and
7366            '1T1C' and
7367            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7368            not 'VHOST' and
7369            not 'MEMIF'"
7370   parameters:
7371   - "throughput"
7372   - "parent"
7373   - "tags"
7374   sort:
7375   - "L2XCBASE"
7376   - "L2BDMACLRN"
7377   - "L2PATCH"
7378   traces:
7379     hoverinfo: "x+y"
7380     boxpoints: "outliers"
7381     whiskerwidth: 0
7382   layout:
7383     title: "l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
7384     layout: "plot-throughput"
7385
7386 -
7387   type: "plot"
7388   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
7389   algorithm: "plot_performance_box"
7390   output-file-type: ".html"
7391   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
7392   data: "intel-dnv-vpp"
7393   filter: "'NIC_Intel-X553' and
7394            '64B' and
7395            ('BASE' or 'SCALE') and
7396            'NDRPDR' and
7397            'ETH' and
7398            '2T2C' and
7399            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7400            not 'VHOST' and
7401            not 'MEMIF'"
7402   parameters:
7403   - "throughput"
7404   - "parent"
7405   - "tags"
7406   sort:
7407   - "L2XCBASE"
7408   - "L2BDMACLRN"
7409   - "L2PATCH"
7410   traces:
7411     hoverinfo: "x+y"
7412     boxpoints: "outliers"
7413     whiskerwidth: 0
7414   layout:
7415     title: "l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
7416     layout: "plot-throughput"
7417
7418 -
7419   type: "plot"
7420   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
7421   algorithm: "plot_performance_box"
7422   output-file-type: ".html"
7423   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
7424   data: "intel-dnv-vpp"
7425   filter: "'NIC_Intel-X553' and
7426            '64B' and
7427            ('BASE' or 'SCALE') and
7428            'NDRPDR' and
7429            'ETH' and
7430            '2T2C' and
7431            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7432            not 'VHOST' and
7433            not 'MEMIF'"
7434   parameters:
7435   - "throughput"
7436   - "parent"
7437   - "tags"
7438   sort:
7439   - "L2XCBASE"
7440   - "L2BDMACLRN"
7441   - "L2PATCH"
7442   traces:
7443     hoverinfo: "x+y"
7444     boxpoints: "outliers"
7445     whiskerwidth: 0
7446   layout:
7447     title: "l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
7448     layout: "plot-throughput"
7449
7450 ################################################################################
7451
7452 # Packet Throughput - VPP Container Memif 3n-hsw-x520
7453 -
7454   type: "plot"
7455   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
7456   algorithm: "plot_performance_box"
7457   output-file-type: ".html"
7458   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
7459   data: "plot-vpp-throughput-latency-3n-hsw"
7460   filter: "'NIC_Intel-X520-DA2' and
7461            '64B' and
7462            ('BASE' or 'SCALE') and
7463            'NDRPDR' and
7464            '1T1C' and
7465            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7466            not 'VHOST' and
7467            'MEMIF'"
7468   parameters:
7469   - "throughput"
7470   - "parent"
7471   - "tags"
7472   sort:
7473   - "L2XCFWD"
7474   - "L2XCFWD"
7475   - "L2XCFWD"
7476   - "L2BDMACLRN"
7477   - "L2BDMACLRN"
7478   - "L2BDMACLRN"
7479   - "IP4FWD"
7480   traces:
7481     hoverinfo: "x+y"
7482     boxpoints: "outliers"
7483     whiskerwidth: 0
7484   layout:
7485     title: "memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
7486     layout: "plot-throughput"
7487
7488 -
7489   type: "plot"
7490   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
7491   algorithm: "plot_performance_box"
7492   output-file-type: ".html"
7493   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
7494   data: "plot-vpp-throughput-latency-3n-hsw"
7495   filter: "'NIC_Intel-X520-DA2' and
7496            '64B' and
7497            ('BASE' or 'SCALE') and
7498            'NDRPDR' and
7499            '1T1C' and
7500            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7501            not 'VHOST' and
7502            'MEMIF'"
7503   parameters:
7504   - "throughput"
7505   - "parent"
7506   - "tags"
7507   sort:
7508   - "L2XCFWD"
7509   - "L2XCFWD"
7510   - "L2XCFWD"
7511   - "L2BDMACLRN"
7512   - "L2BDMACLRN"
7513   - "L2BDMACLRN"
7514   - "IP4FWD"
7515   traces:
7516     hoverinfo: "x+y"
7517     boxpoints: "outliers"
7518     whiskerwidth: 0
7519   layout:
7520     title: "memif-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
7521     layout: "plot-throughput"
7522
7523 -
7524   type: "plot"
7525   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
7526   algorithm: "plot_performance_box"
7527   output-file-type: ".html"
7528   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
7529   data: "plot-vpp-throughput-latency-3n-hsw"
7530   filter: "'NIC_Intel-X520-DA2' and
7531            '64B' and
7532            ('BASE' or 'SCALE') and
7533            'NDRPDR' and
7534            '2T2C' and
7535            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7536            not 'VHOST' and
7537            'MEMIF'"
7538   parameters:
7539   - "throughput"
7540   - "parent"
7541   - "tags"
7542   sort:
7543   - "L2XCFWD"
7544   - "L2XCFWD"
7545   - "L2XCFWD"
7546   - "L2BDMACLRN"
7547   - "L2BDMACLRN"
7548   - "L2BDMACLRN"
7549   - "IP4FWD"
7550   traces:
7551     hoverinfo: "x+y"
7552     boxpoints: "outliers"
7553     whiskerwidth: 0
7554   layout:
7555     title: "memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
7556     layout: "plot-throughput"
7557
7558 -
7559   type: "plot"
7560   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
7561   algorithm: "plot_performance_box"
7562   output-file-type: ".html"
7563   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
7564   data: "plot-vpp-throughput-latency-3n-hsw"
7565   filter: "'NIC_Intel-X520-DA2' and
7566            '64B' and
7567            ('BASE' or 'SCALE') and
7568            'NDRPDR' and
7569            '2T2C' and
7570            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7571            not 'VHOST' and
7572            'MEMIF'"
7573   parameters:
7574   - "throughput"
7575   - "parent"
7576   - "tags"
7577   sort:
7578   - "L2XCFWD"
7579   - "L2XCFWD"
7580   - "L2XCFWD"
7581   - "L2BDMACLRN"
7582   - "L2BDMACLRN"
7583   - "L2BDMACLRN"
7584   - "IP4FWD"
7585   traces:
7586     hoverinfo: "x+y"
7587     boxpoints: "outliers"
7588     whiskerwidth: 0
7589   layout:
7590     title: "memif-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
7591     layout: "plot-throughput"
7592
7593 # Packet Throughput - VPP Container Memif 3n-hsw-x710
7594 -
7595   type: "plot"
7596   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
7597   algorithm: "plot_performance_box"
7598   output-file-type: ".html"
7599   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
7600   data: "plot-vpp-throughput-latency-3n-hsw"
7601   filter: "'NIC_Intel-X710' and
7602            '64B' and
7603            ('BASE' or 'SCALE') and
7604            'NDRPDR' and
7605            '1T1C' and
7606            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7607            not 'VHOST' and
7608            'MEMIF'"
7609   parameters:
7610   - "throughput"
7611   - "parent"
7612   - "tags"
7613   sort:
7614   - "L2XCFWD"
7615   - "L2XCFWD"
7616   - "L2XCFWD"
7617   - "L2BDMACLRN"
7618   - "L2BDMACLRN"
7619   - "L2BDMACLRN"
7620   - "IP4FWD"
7621   traces:
7622     hoverinfo: "x+y"
7623     boxpoints: "outliers"
7624     whiskerwidth: 0
7625   layout:
7626     title: "memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
7627     layout: "plot-throughput"
7628
7629 -
7630   type: "plot"
7631   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
7632   algorithm: "plot_performance_box"
7633   output-file-type: ".html"
7634   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
7635   data: "plot-vpp-throughput-latency-3n-hsw"
7636   filter: "'NIC_Intel-X710' and
7637            '64B' and
7638            ('BASE' or 'SCALE') and
7639            'NDRPDR' and
7640            '1T1C' and
7641            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7642            not 'VHOST' and
7643            'MEMIF'"
7644   parameters:
7645   - "throughput"
7646   - "parent"
7647   - "tags"
7648   sort:
7649   - "L2XCFWD"
7650   - "L2XCFWD"
7651   - "L2XCFWD"
7652   - "L2BDMACLRN"
7653   - "L2BDMACLRN"
7654   - "L2BDMACLRN"
7655   - "IP4FWD"
7656   traces:
7657     hoverinfo: "x+y"
7658     boxpoints: "outliers"
7659     whiskerwidth: 0
7660   layout:
7661     title: "memif-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
7662     layout: "plot-throughput"
7663
7664 -
7665   type: "plot"
7666   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
7667   algorithm: "plot_performance_box"
7668   output-file-type: ".html"
7669   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
7670   data: "plot-vpp-throughput-latency-3n-hsw"
7671   filter: "'NIC_Intel-X710' and
7672            '64B' and
7673            ('BASE' or 'SCALE') and
7674            'NDRPDR' and
7675            '2T2C' and
7676            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7677            not 'VHOST' and
7678            'MEMIF'"
7679   parameters:
7680   - "throughput"
7681   - "parent"
7682   - "tags"
7683   sort:
7684   - "L2XCFWD"
7685   - "L2XCFWD"
7686   - "L2XCFWD"
7687   - "L2BDMACLRN"
7688   - "L2BDMACLRN"
7689   - "L2BDMACLRN"
7690   - "IP4FWD"
7691   traces:
7692     hoverinfo: "x+y"
7693     boxpoints: "outliers"
7694     whiskerwidth: 0
7695   layout:
7696     title: "memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
7697     layout: "plot-throughput"
7698
7699 -
7700   type: "plot"
7701   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
7702   algorithm: "plot_performance_box"
7703   output-file-type: ".html"
7704   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
7705   data: "plot-vpp-throughput-latency-3n-hsw"
7706   filter: "'NIC_Intel-X710' and
7707            '64B' and
7708            ('BASE' or 'SCALE') and
7709            'NDRPDR' and
7710            '2T2C' and
7711            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7712            not 'VHOST' and
7713            'MEMIF'"
7714   parameters:
7715   - "throughput"
7716   - "parent"
7717   - "tags"
7718   sort:
7719   - "L2XCFWD"
7720   - "L2XCFWD"
7721   - "L2XCFWD"
7722   - "L2BDMACLRN"
7723   - "L2BDMACLRN"
7724   - "L2BDMACLRN"
7725   - "IP4FWD"
7726   traces:
7727     hoverinfo: "x+y"
7728     boxpoints: "outliers"
7729     whiskerwidth: 0
7730   layout:
7731     title: "memif-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
7732     layout: "plot-throughput"
7733
7734 # Packet Throughput - VPP Container Memif 3n-hsw-xl710
7735 -
7736   type: "plot"
7737   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr"
7738   algorithm: "plot_performance_box"
7739   output-file-type: ".html"
7740   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr"
7741   data: "plot-vpp-throughput-latency-3n-hsw"
7742   filter: "'NIC_Intel-XL710' and
7743            '64B' and
7744            ('BASE' or 'SCALE') and
7745            'NDRPDR' and
7746            '1T1C' and
7747            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7748            not 'VHOST' and
7749            'MEMIF'"
7750   parameters:
7751   - "throughput"
7752   - "parent"
7753   - "tags"
7754   sort:
7755   - "L2XCFWD"
7756   - "L2XCFWD"
7757   - "L2XCFWD"
7758   - "L2BDMACLRN"
7759   - "L2BDMACLRN"
7760   - "L2BDMACLRN"
7761   - "IP4FWD"
7762   traces:
7763     hoverinfo: "x+y"
7764     boxpoints: "outliers"
7765     whiskerwidth: 0
7766   layout:
7767     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr"
7768     layout: "plot-throughput"
7769
7770 -
7771   type: "plot"
7772   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_features-pdr"
7773   algorithm: "plot_performance_box"
7774   output-file-type: ".html"
7775   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_features-pdr"
7776   data: "plot-vpp-throughput-latency-3n-hsw"
7777   filter: "'NIC_Intel-XL710' and
7778            '64B' and
7779            ('BASE' or 'SCALE') and
7780            'NDRPDR' and
7781            '1T1C' and
7782            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7783            not 'VHOST' and
7784            'MEMIF'"
7785   parameters:
7786   - "throughput"
7787   - "parent"
7788   - "tags"
7789   sort:
7790   - "L2XCFWD"
7791   - "L2XCFWD"
7792   - "L2XCFWD"
7793   - "L2BDMACLRN"
7794   - "L2BDMACLRN"
7795   - "L2BDMACLRN"
7796   - "IP4FWD"
7797   traces:
7798     hoverinfo: "x+y"
7799     boxpoints: "outliers"
7800     whiskerwidth: 0
7801   layout:
7802     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_features-pdr"
7803     layout: "plot-throughput"
7804
7805 -
7806   type: "plot"
7807   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr"
7808   algorithm: "plot_performance_box"
7809   output-file-type: ".html"
7810   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr"
7811   data: "plot-vpp-throughput-latency-3n-hsw"
7812   filter: "'NIC_Intel-XL710' and
7813            '64B' and
7814            ('BASE' or 'SCALE') and
7815            'NDRPDR' and
7816            '2T2C' and
7817            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7818            not 'VHOST' and
7819            'MEMIF'"
7820   parameters:
7821   - "throughput"
7822   - "parent"
7823   - "tags"
7824   sort:
7825   - "L2XCFWD"
7826   - "L2XCFWD"
7827   - "L2XCFWD"
7828   - "L2BDMACLRN"
7829   - "L2BDMACLRN"
7830   - "L2BDMACLRN"
7831   - "IP4FWD"
7832   traces:
7833     hoverinfo: "x+y"
7834     boxpoints: "outliers"
7835     whiskerwidth: 0
7836   layout:
7837     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr"
7838     layout: "plot-throughput"
7839
7840 -
7841   type: "plot"
7842   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_features-pdr"
7843   algorithm: "plot_performance_box"
7844   output-file-type: ".html"
7845   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_features-pdr"
7846   data: "plot-vpp-throughput-latency-3n-hsw"
7847   filter: "'NIC_Intel-XL710' and
7848            '64B' and
7849            ('BASE' or 'SCALE') and
7850            'NDRPDR' and
7851            '2T2C' and
7852            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7853            not 'VHOST' and
7854            'MEMIF'"
7855   parameters:
7856   - "throughput"
7857   - "parent"
7858   - "tags"
7859   sort:
7860   - "L2XCFWD"
7861   - "L2XCFWD"
7862   - "L2XCFWD"
7863   - "L2BDMACLRN"
7864   - "L2BDMACLRN"
7865   - "L2BDMACLRN"
7866   - "IP4FWD"
7867   traces:
7868     hoverinfo: "x+y"
7869     boxpoints: "outliers"
7870     whiskerwidth: 0
7871   layout:
7872     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_features-pdr"
7873     layout: "plot-throughput"
7874
7875 # Packet Throughput - VPP Container Memif 3n-skx-x710
7876 -
7877   type: "plot"
7878   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_features-ndr"
7879   algorithm: "plot_performance_box"
7880   output-file-type: ".html"
7881   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_features-ndr"
7882   data: "plot-vpp-throughput-latency-3n-skx"
7883   filter: "'NIC_Intel-X710' and
7884            '64B' and
7885            ('BASE' or 'SCALE') and
7886            'NDRPDR' and
7887            '2T1C' and
7888            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7889            not 'VHOST' and
7890            'MEMIF'"
7891   parameters:
7892   - "throughput"
7893   - "parent"
7894   - "tags"
7895   sort:
7896   - "L2XCFWD"
7897   - "L2XCFWD"
7898   - "L2XCFWD"
7899   - "L2BDMACLRN"
7900   - "L2BDMACLRN"
7901   - "L2BDMACLRN"
7902   - "IP4FWD"
7903   traces:
7904     hoverinfo: "x+y"
7905     boxpoints: "outliers"
7906     whiskerwidth: 0
7907   layout:
7908     title: "memif-3n-skx-x710-64b-2t1c-base_and_features-ndr"
7909     layout: "plot-throughput"
7910
7911 -
7912   type: "plot"
7913   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_features-pdr"
7914   algorithm: "plot_performance_box"
7915   output-file-type: ".html"
7916   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_features-pdr"
7917   data: "plot-vpp-throughput-latency-3n-skx"
7918   filter: "'NIC_Intel-X710' and
7919            '64B' and
7920            ('BASE' or 'SCALE') and
7921            'NDRPDR' and
7922            '2T1C' and
7923            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7924            not 'VHOST' and
7925            'MEMIF'"
7926   parameters:
7927   - "throughput"
7928   - "parent"
7929   - "tags"
7930   sort:
7931   - "L2XCFWD"
7932   - "L2XCFWD"
7933   - "L2XCFWD"
7934   - "L2BDMACLRN"
7935   - "L2BDMACLRN"
7936   - "L2BDMACLRN"
7937   - "IP4FWD"
7938   traces:
7939     hoverinfo: "x+y"
7940     boxpoints: "outliers"
7941     whiskerwidth: 0
7942   layout:
7943     title: "memif-3n-skx-x710-64b-2t1c-base_and_features-pdr"
7944     layout: "plot-throughput"
7945
7946 -
7947   type: "plot"
7948   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_features-ndr"
7949   algorithm: "plot_performance_box"
7950   output-file-type: ".html"
7951   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_features-ndr"
7952   data: "plot-vpp-throughput-latency-3n-skx"
7953   filter: "'NIC_Intel-X710' and
7954            '64B' and
7955            ('BASE' or 'SCALE') and
7956            'NDRPDR' and
7957            '4T2C' and
7958            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7959            not 'VHOST' and
7960            'MEMIF'"
7961   parameters:
7962   - "throughput"
7963   - "parent"
7964   - "tags"
7965   sort:
7966   - "L2XCFWD"
7967   - "L2XCFWD"
7968   - "L2XCFWD"
7969   - "L2BDMACLRN"
7970   - "L2BDMACLRN"
7971   - "L2BDMACLRN"
7972   - "IP4FWD"
7973   traces:
7974     hoverinfo: "x+y"
7975     boxpoints: "outliers"
7976     whiskerwidth: 0
7977   layout:
7978     title: "memif-3n-skx-x710-64b-4t2c-base_and_features-ndr"
7979     layout: "plot-throughput"
7980
7981 -
7982   type: "plot"
7983   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_features-pdr"
7984   algorithm: "plot_performance_box"
7985   output-file-type: ".html"
7986   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_features-pdr"
7987   data: "plot-vpp-throughput-latency-3n-skx"
7988   filter: "'NIC_Intel-X710' and
7989            '64B' and
7990            ('BASE' or 'SCALE') and
7991            'NDRPDR' and
7992            '4T2C' and
7993            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7994            not 'VHOST' and
7995            'MEMIF'"
7996   parameters:
7997   - "throughput"
7998   - "parent"
7999   - "tags"
8000   sort:
8001   - "L2XCFWD"
8002   - "L2XCFWD"
8003   - "L2XCFWD"
8004   - "L2BDMACLRN"
8005   - "L2BDMACLRN"
8006   - "L2BDMACLRN"
8007   - "IP4FWD"
8008   traces:
8009     hoverinfo: "x+y"
8010     boxpoints: "outliers"
8011     whiskerwidth: 0
8012   layout:
8013     title: "memif-3n-skx-x710-64b-4t2c-base_and_features-pdr"
8014     layout: "plot-throughput"
8015
8016 # Packet Throughput - VPP Container Memif 2n-skx-x710
8017 -
8018   type: "plot"
8019   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_features-ndr"
8020   algorithm: "plot_performance_box"
8021   output-file-type: ".html"
8022   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_features-ndr"
8023   data: "plot-vpp-throughput-latency-2n-skx"
8024   filter: "'NIC_Intel-X710' and
8025            '64B' and
8026            ('BASE' or 'SCALE') and
8027            'NDRPDR' and
8028            '2T1C' and
8029            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8030            not 'VHOST' and
8031            not 'NF_DENSITY' and
8032            'MEMIF'"
8033   parameters:
8034   - "throughput"
8035   - "parent"
8036   - "tags"
8037   sort:
8038   - "L2XCFWD"
8039   - "L2XCFWD"
8040   - "L2XCFWD"
8041   - "L2BDMACLRN"
8042   - "L2BDMACLRN"
8043   - "L2BDMACLRN"
8044   - "IP4FWD"
8045   traces:
8046     hoverinfo: "x+y"
8047     boxpoints: "outliers"
8048     whiskerwidth: 0
8049   layout:
8050     title: "memif-2n-skx-x710-64b-2t1c-base_and_features-ndr"
8051     layout: "plot-throughput"
8052
8053 -
8054   type: "plot"
8055   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_features-pdr"
8056   algorithm: "plot_performance_box"
8057   output-file-type: ".html"
8058   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_features-pdr"
8059   data: "plot-vpp-throughput-latency-2n-skx"
8060   filter: "'NIC_Intel-X710' and
8061            '64B' and
8062            ('BASE' or 'SCALE') and
8063            'NDRPDR' and
8064            '2T1C' and
8065            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8066            not 'VHOST' and
8067            not 'NF_DENSITY' and
8068            'MEMIF'"
8069   parameters:
8070   - "throughput"
8071   - "parent"
8072   - "tags"
8073   sort:
8074   - "L2XCFWD"
8075   - "L2XCFWD"
8076   - "L2XCFWD"
8077   - "L2BDMACLRN"
8078   - "L2BDMACLRN"
8079   - "L2BDMACLRN"
8080   - "IP4FWD"
8081   traces:
8082     hoverinfo: "x+y"
8083     boxpoints: "outliers"
8084     whiskerwidth: 0
8085   layout:
8086     title: "memif-2n-skx-x710-64b-2t1c-base_and_features-pdr"
8087     layout: "plot-throughput"
8088
8089 -
8090   type: "plot"
8091   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_features-ndr"
8092   algorithm: "plot_performance_box"
8093   output-file-type: ".html"
8094   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_features-ndr"
8095   data: "plot-vpp-throughput-latency-2n-skx"
8096   filter: "'NIC_Intel-X710' and
8097            '64B' and
8098            ('BASE' or 'SCALE') and
8099            'NDRPDR' and
8100            '4T2C' and
8101            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8102            not 'VHOST' and
8103            not 'NF_DENSITY' and
8104            'MEMIF'"
8105   parameters:
8106   - "throughput"
8107   - "parent"
8108   - "tags"
8109   sort:
8110   - "L2XCFWD"
8111   - "L2XCFWD"
8112   - "L2XCFWD"
8113   - "L2BDMACLRN"
8114   - "L2BDMACLRN"
8115   - "L2BDMACLRN"
8116   - "IP4FWD"
8117   traces:
8118     hoverinfo: "x+y"
8119     boxpoints: "outliers"
8120     whiskerwidth: 0
8121   layout:
8122     title: "memif-2n-skx-x710-64b-4t2c-base_and_features-ndr"
8123     layout: "plot-throughput"
8124
8125 -
8126   type: "plot"
8127   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_features-pdr"
8128   algorithm: "plot_performance_box"
8129   output-file-type: ".html"
8130   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_features-pdr"
8131   data: "plot-vpp-throughput-latency-2n-skx"
8132   filter: "'NIC_Intel-X710' and
8133            '64B' and
8134            ('BASE' or 'SCALE') and
8135            'NDRPDR' and
8136            '4T2C' and
8137            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8138            not 'VHOST' and
8139            not 'NF_DENSITY' and
8140            'MEMIF'"
8141   parameters:
8142   - "throughput"
8143   - "parent"
8144   - "tags"
8145   sort:
8146   - "L2XCFWD"
8147   - "L2XCFWD"
8148   - "L2XCFWD"
8149   - "L2BDMACLRN"
8150   - "L2BDMACLRN"
8151   - "L2BDMACLRN"
8152   - "IP4FWD"
8153   traces:
8154     hoverinfo: "x+y"
8155     boxpoints: "outliers"
8156     whiskerwidth: 0
8157   layout:
8158     title: "memif-2n-skx-x710-64b-4t2c-base_and_features-pdr"
8159     layout: "plot-throughput"
8160
8161 # Packet Throughput - VPP Container Memif 2n-skx-xxv710
8162 -
8163   type: "plot"
8164   title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
8165   algorithm: "plot_performance_box"
8166   output-file-type: ".html"
8167   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
8168   data: "plot-vpp-throughput-latency-2n-skx"
8169   filter: "'NIC_Intel-XXV710' and
8170            '64B' and
8171            ('BASE' or 'SCALE') and
8172            'NDRPDR' and
8173            '2T1C' and
8174            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8175            not 'VHOST' and
8176            'MEMIF'"
8177   parameters:
8178   - "throughput"
8179   - "parent"
8180   - "tags"
8181   sort:
8182   - "L2XCFWD"
8183   - "L2XCFWD"
8184   - "L2XCFWD"
8185   - "L2BDMACLRN"
8186   - "L2BDMACLRN"
8187   - "L2BDMACLRN"
8188   - "IP4FWD"
8189   traces:
8190     hoverinfo: "x+y"
8191     boxpoints: "outliers"
8192     whiskerwidth: 0
8193   layout:
8194     title: "memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
8195     layout: "plot-throughput"
8196
8197 -
8198   type: "plot"
8199   title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
8200   algorithm: "plot_performance_box"
8201   output-file-type: ".html"
8202   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
8203   data: "plot-vpp-throughput-latency-2n-skx"
8204   filter: "'NIC_Intel-XXV710' and
8205            '64B' and
8206            ('BASE' or 'SCALE') and
8207            'NDRPDR' and
8208            '2T1C' and
8209            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8210            not 'VHOST' and
8211            'MEMIF'"
8212   parameters:
8213   - "throughput"
8214   - "parent"
8215   - "tags"
8216   sort:
8217   - "L2XCFWD"
8218   - "L2XCFWD"
8219   - "L2XCFWD"
8220   - "L2BDMACLRN"
8221   - "L2BDMACLRN"
8222   - "L2BDMACLRN"
8223   - "IP4FWD"
8224   traces:
8225     hoverinfo: "x+y"
8226     boxpoints: "outliers"
8227     whiskerwidth: 0
8228   layout:
8229     title: "memif-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
8230     layout: "plot-throughput"
8231
8232 -
8233   type: "plot"
8234   title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
8235   algorithm: "plot_performance_box"
8236   output-file-type: ".html"
8237   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
8238   data: "plot-vpp-throughput-latency-2n-skx"
8239   filter: "'NIC_Intel-XXV710' and
8240            '64B' and
8241            ('BASE' or 'SCALE') and
8242            'NDRPDR' and
8243            '4T2C' and
8244            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8245            not 'VHOST' and
8246            'MEMIF'"
8247   parameters:
8248   - "throughput"
8249   - "parent"
8250   - "tags"
8251   sort:
8252   - "L2XCFWD"
8253   - "L2XCFWD"
8254   - "L2XCFWD"
8255   - "L2BDMACLRN"
8256   - "L2BDMACLRN"
8257   - "L2BDMACLRN"
8258   - "IP4FWD"
8259   traces:
8260     hoverinfo: "x+y"
8261     boxpoints: "outliers"
8262     whiskerwidth: 0
8263   layout:
8264     title: "memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
8265     layout: "plot-throughput"
8266
8267 -
8268   type: "plot"
8269   title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
8270   algorithm: "plot_performance_box"
8271   output-file-type: ".html"
8272   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
8273   data: "plot-vpp-throughput-latency-2n-skx"
8274   filter: "'NIC_Intel-XXV710' and
8275            '64B' and
8276            ('BASE' or 'SCALE') and
8277            'NDRPDR' and
8278            '4T2C' and
8279            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8280            not 'VHOST' and
8281            'MEMIF'"
8282   parameters:
8283   - "throughput"
8284   - "parent"
8285   - "tags"
8286   sort:
8287   - "L2XCFWD"
8288   - "L2XCFWD"
8289   - "L2XCFWD"
8290   - "L2BDMACLRN"
8291   - "L2BDMACLRN"
8292   - "L2BDMACLRN"
8293   - "IP4FWD"
8294   traces:
8295     hoverinfo: "x+y"
8296     boxpoints: "outliers"
8297     whiskerwidth: 0
8298   layout:
8299     title: "memif-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
8300     layout: "plot-throughput"
8301
8302 ################################################################################
8303
8304 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2xc
8305 -
8306   type: "plot"
8307   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
8308   algorithm: "plot_performance_box"
8309   output-file-type: ".html"
8310   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
8311   data: "plot-ligato-throughput-latency-3n-hsw"
8312   filter: "'NIC_Intel-X520-DA2' and
8313            '64B' and
8314            ('BASE' or 'SCALE') and
8315            'NDRPDR' and
8316            '1T1C' and
8317            'L2XCFWD' and
8318            not 'VHOST' and
8319            not 'NF_DENSITY' and
8320            'MEMIF'"
8321   parameters:
8322   - "throughput"
8323   - "parent"
8324   - "tags"
8325   sort:
8326   - "1VNF"
8327   - "2VNF"
8328   - "4VNF"
8329   - "2VNF"
8330   - "4VNF"
8331   traces:
8332     hoverinfo: "x+y"
8333     boxpoints: "outliers"
8334     whiskerwidth: 0
8335   layout:
8336     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
8337     layout: "plot-throughput"
8338
8339 -
8340   type: "plot"
8341   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
8342   algorithm: "plot_performance_box"
8343   output-file-type: ".html"
8344   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
8345   data: "plot-ligato-throughput-latency-3n-hsw"
8346   filter: "'NIC_Intel-X520-DA2' and
8347            '64B' and
8348            ('BASE' or 'SCALE') and
8349            'NDRPDR' and
8350            '1T1C' and
8351            'L2XCFWD' and
8352            not 'VHOST' and
8353            not 'NF_DENSITY' and
8354            'MEMIF'"
8355   parameters:
8356   - "throughput"
8357   - "parent"
8358   - "tags"
8359   sort:
8360   - "1VNF"
8361   - "2VNF"
8362   - "4VNF"
8363   - "2VNF"
8364   - "4VNF"
8365   traces:
8366     hoverinfo: "x+y"
8367     boxpoints: "outliers"
8368     whiskerwidth: 0
8369   layout:
8370     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
8371     layout: "plot-throughput"
8372
8373 -
8374   type: "plot"
8375   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
8376   algorithm: "plot_performance_box"
8377   output-file-type: ".html"
8378   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
8379   data: "plot-ligato-throughput-latency-3n-hsw"
8380   filter: "'NIC_Intel-X520-DA2' and
8381            '64B' and
8382            ('BASE' or 'SCALE') and
8383            'NDRPDR' and
8384            '2T2C' and
8385            'L2XCFWD' and
8386            not 'VHOST' and
8387            not 'NF_DENSITY' and
8388            'MEMIF'"
8389   parameters:
8390   - "throughput"
8391   - "parent"
8392   - "tags"
8393   sort:
8394   - "1VNF"
8395   - "2VNF"
8396   - "4VNF"
8397   - "2VNF"
8398   - "4VNF"
8399   traces:
8400     hoverinfo: "x+y"
8401     boxpoints: "outliers"
8402     whiskerwidth: 0
8403   layout:
8404     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
8405     layout: "plot-throughput"
8406
8407 -
8408   type: "plot"
8409   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
8410   algorithm: "plot_performance_box"
8411   output-file-type: ".html"
8412   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
8413   data: "plot-ligato-throughput-latency-3n-hsw"
8414   filter: "'NIC_Intel-X520-DA2' and
8415            '64B' and
8416            ('BASE' or 'SCALE') and
8417            'NDRPDR' and
8418            '2T2C' and
8419            'L2XCFWD' and
8420            not 'VHOST' and
8421            not 'NF_DENSITY' and
8422            'MEMIF'"
8423   parameters:
8424   - "throughput"
8425   - "parent"
8426   - "tags"
8427   sort:
8428   - "1VNF"
8429   - "2VNF"
8430   - "4VNF"
8431   - "2VNF"
8432   - "4VNF"
8433   traces:
8434     hoverinfo: "x+y"
8435     boxpoints: "outliers"
8436     whiskerwidth: 0
8437   layout:
8438     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
8439     layout: "plot-throughput"
8440
8441 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2bd
8442 -
8443   type: "plot"
8444   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
8445   algorithm: "plot_performance_box"
8446   output-file-type: ".html"
8447   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
8448   data: "plot-ligato-throughput-latency-3n-hsw"
8449   filter: "'NIC_Intel-X520-DA2' and
8450            '64B' and
8451            ('BASE' or 'SCALE') and
8452            'NDRPDR' and
8453            '1T1C' and
8454            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8455            not 'VHOST' and
8456            not 'NF_DENSITY' and
8457            'MEMIF'"
8458   parameters:
8459   - "throughput"
8460   - "parent"
8461   - "tags"
8462   sort:
8463   - "1VNF"
8464   - "2VNF"
8465   - "4VNF"
8466   - "2VNF"
8467   - "4VNF"
8468   traces:
8469     hoverinfo: "x+y"
8470     boxpoints: "outliers"
8471     whiskerwidth: 0
8472   layout:
8473     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
8474     layout: "plot-throughput"
8475
8476 -
8477   type: "plot"
8478   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
8479   algorithm: "plot_performance_box"
8480   output-file-type: ".html"
8481   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
8482   data: "plot-ligato-throughput-latency-3n-hsw"
8483   filter: "'NIC_Intel-X520-DA2' and
8484            '64B' and
8485            ('BASE' or 'SCALE') and
8486            'NDRPDR' and
8487            '1T1C' and
8488            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8489            not 'VHOST' and
8490            not 'NF_DENSITY' and
8491            'MEMIF'"
8492   parameters:
8493   - "throughput"
8494   - "parent"
8495   - "tags"
8496   sort:
8497   - "1VNF"
8498   - "2VNF"
8499   - "4VNF"
8500   - "2VNF"
8501   - "4VNF"
8502   traces:
8503     hoverinfo: "x+y"
8504     boxpoints: "outliers"
8505     whiskerwidth: 0
8506   layout:
8507     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
8508     layout: "plot-throughput"
8509
8510 -
8511   type: "plot"
8512   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
8513   algorithm: "plot_performance_box"
8514   output-file-type: ".html"
8515   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
8516   data: "plot-ligato-throughput-latency-3n-hsw"
8517   filter: "'NIC_Intel-X520-DA2' and
8518            '64B' and
8519            ('BASE' or 'SCALE') and
8520            'NDRPDR' and
8521            '2T2C' and
8522            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8523            not 'VHOST' and
8524            not 'NF_DENSITY' and
8525            'MEMIF'"
8526   parameters:
8527   - "throughput"
8528   - "parent"
8529   - "tags"
8530   sort:
8531   - "1VNF"
8532   - "2VNF"
8533   - "4VNF"
8534   - "2VNF"
8535   - "4VNF"
8536   traces:
8537     hoverinfo: "x+y"
8538     boxpoints: "outliers"
8539     whiskerwidth: 0
8540   layout:
8541     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
8542     layout: "plot-throughput"
8543
8544 -
8545   type: "plot"
8546   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
8547   algorithm: "plot_performance_box"
8548   output-file-type: ".html"
8549   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
8550   data: "plot-ligato-throughput-latency-3n-hsw"
8551   filter: "'NIC_Intel-X520-DA2' and
8552            '64B' and
8553            ('BASE' or 'SCALE') and
8554            'NDRPDR' and
8555            '2T2C' and
8556            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8557            not 'VHOST' and
8558            not 'NF_DENSITY' and
8559            'MEMIF'"
8560   parameters:
8561   - "throughput"
8562   - "parent"
8563   - "tags"
8564   sort:
8565   - "1VNF"
8566   - "2VNF"
8567   - "4VNF"
8568   - "2VNF"
8569   - "4VNF"
8570   traces:
8571     hoverinfo: "x+y"
8572     boxpoints: "outliers"
8573     whiskerwidth: 0
8574   layout:
8575     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
8576     layout: "plot-throughput"
8577
8578 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2xc
8579 -
8580   type: "plot"
8581   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
8582   algorithm: "plot_performance_box"
8583   output-file-type: ".html"
8584   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
8585   data: "plot-ligato-throughput-latency-3n-hsw"
8586   filter: "'NIC_Intel-X710' and
8587            '64B' and
8588            ('BASE' or 'SCALE') and
8589            'NDRPDR' and
8590            '1T1C' and
8591            'L2XCFWD' and
8592            not 'VHOST' and
8593            not 'NF_DENSITY' and
8594            'MEMIF'"
8595   parameters:
8596   - "throughput"
8597   - "parent"
8598   - "tags"
8599   sort:
8600   - "1VNF"
8601   - "2VNF"
8602   - "4VNF"
8603   - "2VNF"
8604   - "4VNF"
8605   traces:
8606     hoverinfo: "x+y"
8607     boxpoints: "outliers"
8608     whiskerwidth: 0
8609   layout:
8610     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
8611     layout: "plot-throughput"
8612
8613 -
8614   type: "plot"
8615   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
8616   algorithm: "plot_performance_box"
8617   output-file-type: ".html"
8618   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
8619   data: "plot-ligato-throughput-latency-3n-hsw"
8620   filter: "'NIC_Intel-X710' and
8621            '64B' and
8622            ('BASE' or 'SCALE') and
8623            'NDRPDR' and
8624            '1T1C' and
8625            'L2XCFWD' and
8626            not 'VHOST' and
8627            not 'NF_DENSITY' and
8628            'MEMIF'"
8629   parameters:
8630   - "throughput"
8631   - "parent"
8632   - "tags"
8633   sort:
8634   - "1VNF"
8635   - "2VNF"
8636   - "4VNF"
8637   - "2VNF"
8638   - "4VNF"
8639   traces:
8640     hoverinfo: "x+y"
8641     boxpoints: "outliers"
8642     whiskerwidth: 0
8643   layout:
8644     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
8645     layout: "plot-throughput"
8646
8647 -
8648   type: "plot"
8649   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
8650   algorithm: "plot_performance_box"
8651   output-file-type: ".html"
8652   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
8653   data: "plot-ligato-throughput-latency-3n-hsw"
8654   filter: "'NIC_Intel-X710' and
8655            '64B' and
8656            ('BASE' or 'SCALE') and
8657            'NDRPDR' and
8658            '2T2C' and
8659            'L2XCFWD' and
8660            not 'VHOST' and
8661            not 'NF_DENSITY' and
8662            'MEMIF'"
8663   parameters:
8664   - "throughput"
8665   - "parent"
8666   - "tags"
8667   sort:
8668   - "1VNF"
8669   - "2VNF"
8670   - "4VNF"
8671   - "2VNF"
8672   - "4VNF"
8673   traces:
8674     hoverinfo: "x+y"
8675     boxpoints: "outliers"
8676     whiskerwidth: 0
8677   layout:
8678     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
8679     layout: "plot-throughput"
8680
8681 -
8682   type: "plot"
8683   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
8684   algorithm: "plot_performance_box"
8685   output-file-type: ".html"
8686   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
8687   data: "plot-ligato-throughput-latency-3n-hsw"
8688   filter: "'NIC_Intel-X710' and
8689            '64B' and
8690            ('BASE' or 'SCALE') and
8691            'NDRPDR' and
8692            '2T2C' and
8693            'L2XCFWD' and
8694            not 'VHOST' and
8695            not 'NF_DENSITY' and
8696            'MEMIF'"
8697   parameters:
8698   - "throughput"
8699   - "parent"
8700   - "tags"
8701   sort:
8702   - "1VNF"
8703   - "2VNF"
8704   - "4VNF"
8705   - "2VNF"
8706   - "4VNF"
8707   traces:
8708     hoverinfo: "x+y"
8709     boxpoints: "outliers"
8710     whiskerwidth: 0
8711   layout:
8712     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
8713     layout: "plot-throughput"
8714
8715 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2bd
8716 -
8717   type: "plot"
8718   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
8719   algorithm: "plot_performance_box"
8720   output-file-type: ".html"
8721   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
8722   data: "plot-ligato-throughput-latency-3n-hsw"
8723   filter: "'NIC_Intel-X710' and
8724            '64B' and
8725            ('BASE' or 'SCALE') and
8726            'NDRPDR' and
8727            '1T1C' and
8728            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8729            not 'VHOST' and
8730            not 'NF_DENSITY' and
8731            'MEMIF'"
8732   parameters:
8733   - "throughput"
8734   - "parent"
8735   - "tags"
8736   sort:
8737   - "1VNF"
8738   - "2VNF"
8739   - "4VNF"
8740   - "2VNF"
8741   - "4VNF"
8742   traces:
8743     hoverinfo: "x+y"
8744     boxpoints: "outliers"
8745     whiskerwidth: 0
8746   layout:
8747     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
8748     layout: "plot-throughput"
8749
8750 -
8751   type: "plot"
8752   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
8753   algorithm: "plot_performance_box"
8754   output-file-type: ".html"
8755   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
8756   data: "plot-ligato-throughput-latency-3n-hsw"
8757   filter: "'NIC_Intel-X710' and
8758            '64B' and
8759            ('BASE' or 'SCALE') and
8760            'NDRPDR' and
8761            '1T1C' and
8762            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8763            not 'VHOST' and
8764            not 'NF_DENSITY' and
8765            'MEMIF'"
8766   parameters:
8767   - "throughput"
8768   - "parent"
8769   - "tags"
8770   sort:
8771   - "1VNF"
8772   - "2VNF"
8773   - "4VNF"
8774   - "2VNF"
8775   - "4VNF"
8776   traces:
8777     hoverinfo: "x+y"
8778     boxpoints: "outliers"
8779     whiskerwidth: 0
8780   layout:
8781     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
8782     layout: "plot-throughput"
8783
8784 -
8785   type: "plot"
8786   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
8787   algorithm: "plot_performance_box"
8788   output-file-type: ".html"
8789   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
8790   data: "plot-ligato-throughput-latency-3n-hsw"
8791   filter: "'NIC_Intel-X710' and
8792            '64B' and
8793            ('BASE' or 'SCALE') and
8794            'NDRPDR' and
8795            '2T2C' and
8796            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8797            not 'VHOST' and
8798            not 'NF_DENSITY' and
8799            'MEMIF'"
8800   parameters:
8801   - "throughput"
8802   - "parent"
8803   - "tags"
8804   sort:
8805   - "1VNF"
8806   - "2VNF"
8807   - "4VNF"
8808   - "2VNF"
8809   - "4VNF"
8810   traces:
8811     hoverinfo: "x+y"
8812     boxpoints: "outliers"
8813     whiskerwidth: 0
8814   layout:
8815     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
8816     layout: "plot-throughput"
8817
8818 -
8819   type: "plot"
8820   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
8821   algorithm: "plot_performance_box"
8822   output-file-type: ".html"
8823   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
8824   data: "plot-ligato-throughput-latency-3n-hsw"
8825   filter: "'NIC_Intel-X710' and
8826            '64B' and
8827            ('BASE' or 'SCALE') and
8828            'NDRPDR' and
8829            '2T2C' and
8830            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8831            not 'VHOST' and
8832            not 'NF_DENSITY' and
8833            'MEMIF'"
8834   parameters:
8835   - "throughput"
8836   - "parent"
8837   - "tags"
8838   sort:
8839   - "1VNF"
8840   - "2VNF"
8841   - "4VNF"
8842   - "2VNF"
8843   - "4VNF"
8844   traces:
8845     hoverinfo: "x+y"
8846     boxpoints: "outliers"
8847     whiskerwidth: 0
8848   layout:
8849     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
8850     layout: "plot-throughput"
8851
8852 ################################################################################
8853
8854 # Packet Throughput - VPP IPv4 3n-hsw-x520 base and scale
8855 -
8856   type: "plot"
8857   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
8858   algorithm: "plot_performance_box"
8859   output-file-type: ".html"
8860   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
8861   data: "plot-vpp-throughput-latency-3n-hsw"
8862   filter: "'NIC_Intel-X520-DA2' and
8863            '64B' and
8864            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
8865            'NDRPDR' and
8866            '1T1C' and
8867            'IP4FWD' and
8868            not 'IPSEC' and
8869            not 'DOT1Q' and
8870            not 'VHOST'"
8871   parameters:
8872   - "throughput"
8873   - "parent"
8874   - "tags"
8875   sort:
8876   - "IP4BASE"
8877   - "FIB_20k"
8878   - "FIB_200k"
8879   - "FIB_2M"
8880   traces:
8881     hoverinfo: "x+y"
8882     boxpoints: "outliers"
8883     whiskerwidth: 0
8884   layout:
8885     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
8886     layout: "plot-throughput"
8887
8888 -
8889   type: "plot"
8890   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
8891   algorithm: "plot_performance_box"
8892   output-file-type: ".html"
8893   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
8894   data: "plot-vpp-throughput-latency-3n-hsw"
8895   filter: "'NIC_Intel-X520-DA2' and
8896            '64B' and
8897            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
8898            'NDRPDR' and
8899            '1T1C' and
8900            'IP4FWD' and
8901            not 'IPSEC' and
8902            not 'DOT1Q' and
8903            not 'VHOST'"
8904   parameters:
8905   - "throughput"
8906   - "parent"
8907   - "tags"
8908   sort:
8909   - "IP4BASE"
8910   - "FIB_20k"
8911   - "FIB_200k"
8912   - "FIB_2M"
8913   traces:
8914     hoverinfo: "x+y"
8915     boxpoints: "outliers"
8916     whiskerwidth: 0
8917   layout:
8918     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
8919     layout: "plot-throughput"
8920
8921 -
8922   type: "plot"
8923   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
8924   algorithm: "plot_performance_box"
8925   output-file-type: ".html"
8926   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
8927   data: "plot-vpp-throughput-latency-3n-hsw"
8928   filter: "'NIC_Intel-X520-DA2' and
8929            '64B' and
8930            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
8931            'NDRPDR' and
8932            '2T2C' and
8933            'IP4FWD' and
8934            not 'IPSEC' and
8935            not 'DOT1Q' and
8936            not 'VHOST'"
8937   parameters:
8938   - "throughput"
8939   - "parent"
8940   - "tags"
8941   sort:
8942   - "IP4BASE"
8943   - "FIB_20k"
8944   - "FIB_200k"
8945   - "FIB_2M"
8946   traces:
8947     hoverinfo: "x+y"
8948     boxpoints: "outliers"
8949     whiskerwidth: 0
8950   layout:
8951     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
8952     layout: "plot-throughput"
8953
8954 -
8955   type: "plot"
8956   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
8957   algorithm: "plot_performance_box"
8958   output-file-type: ".html"
8959   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
8960   data: "plot-vpp-throughput-latency-3n-hsw"
8961   filter: "'NIC_Intel-X520-DA2' and
8962            '64B' and
8963            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
8964            'NDRPDR' and
8965            '2T2C' and
8966            'IP4FWD' and
8967            not 'IPSEC' and
8968            not 'DOT1Q' and
8969            not 'VHOST'"
8970   parameters:
8971   - "throughput"
8972   - "parent"
8973   - "tags"
8974   sort:
8975   - "IP4BASE"
8976   - "FIB_20k"
8977   - "FIB_200k"
8978   - "FIB_2M"
8979   traces:
8980     hoverinfo: "x+y"
8981     boxpoints: "outliers"
8982     whiskerwidth: 0
8983   layout:
8984     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
8985     layout: "plot-throughput"
8986
8987 # Packet Throughput - VPP IPv4 3n-hsw-x520 features
8988 -
8989   type: "plot"
8990   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-ndr"
8991   algorithm: "plot_performance_box"
8992   output-file-type: ".html"
8993   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr"
8994   data: "plot-vpp-throughput-latency-3n-hsw"
8995   filter: "'NIC_Intel-X520-DA2' and
8996            '64B' and
8997            ('IP4BASE' or
8998             'POLICE_MARK' or
8999             'COPWHLIST' or
9000             ('NAT44' and 'BASE') or
9001             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9002            'NDRPDR' and
9003            '1T1C' and
9004            'IP4FWD' and
9005            not 'IPSEC' and
9006            not 'VHOST'"
9007   parameters:
9008   - "throughput"
9009   - "parent"
9010   - "tags"
9011   sort:
9012   - "DOT1Q"
9013   - "IP4BASE"
9014   - "NAT44"
9015   - "POLICE_MARK"
9016   - "COPWHLIST"
9017   - "IACL"
9018   - "OACL"
9019   traces:
9020     hoverinfo: "x+y"
9021     boxpoints: "outliers"
9022     whiskerwidth: 0
9023   layout:
9024     title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
9025     layout: "plot-throughput"
9026
9027 -
9028   type: "plot"
9029   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-pdr"
9030   algorithm: "plot_performance_box"
9031   output-file-type: ".html"
9032   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-pdr"
9033   data: "plot-vpp-throughput-latency-3n-hsw"
9034   filter: "'NIC_Intel-X520-DA2' and
9035            '64B' and
9036            ('IP4BASE' or
9037             'POLICE_MARK' or
9038             'COPWHLIST' or
9039             ('NAT44' and 'BASE') or
9040             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9041            'NDRPDR' and
9042            '1T1C' and
9043            'IP4FWD' and
9044            not 'IPSEC' and
9045            not 'VHOST'"
9046   parameters:
9047   - "throughput"
9048   - "parent"
9049   - "tags"
9050   sort:
9051   - "DOT1Q"
9052   - "IP4BASE"
9053   - "NAT44"
9054   - "POLICE_MARK"
9055   - "COPWHLIST"
9056   - "IACL"
9057   - "OACL"
9058   traces:
9059     hoverinfo: "x+y"
9060     boxpoints: "outliers"
9061     whiskerwidth: 0
9062   layout:
9063     title: "ip4-3n-hsw-x520-64b-1t1c-features-pdr"
9064     layout: "plot-throughput"
9065
9066 -
9067   type: "plot"
9068   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-ndr"
9069   algorithm: "plot_performance_box"
9070   output-file-type: ".html"
9071   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr"
9072   data: "plot-vpp-throughput-latency-3n-hsw"
9073   filter: "'NIC_Intel-X520-DA2' and
9074            '64B' and
9075            ('IP4BASE' or
9076             'POLICE_MARK' or
9077             'COPWHLIST' or
9078             ('NAT44' and 'BASE') or
9079             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9080            'NDRPDR' and
9081            '2T2C' and
9082            'IP4FWD' and
9083            not 'IPSEC' and
9084            not 'VHOST'"
9085   parameters:
9086   - "throughput"
9087   - "parent"
9088   - "tags"
9089   sort:
9090   - "DOT1Q"
9091   - "IP4BASE"
9092   - "NAT44"
9093   - "POLICE_MARK"
9094   - "COPWHLIST"
9095   - "IACL"
9096   - "OACL"
9097   traces:
9098     hoverinfo: "x+y"
9099     boxpoints: "outliers"
9100     whiskerwidth: 0
9101   layout:
9102     title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
9103     layout: "plot-throughput"
9104
9105 -
9106   type: "plot"
9107   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-pdr"
9108   algorithm: "plot_performance_box"
9109   output-file-type: ".html"
9110   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-pdr"
9111   data: "plot-vpp-throughput-latency-3n-hsw"
9112   filter: "'NIC_Intel-X520-DA2' and
9113            '64B' and
9114            ('IP4BASE' or
9115             'POLICE_MARK' or
9116             'COPWHLIST' or
9117             ('NAT44' and 'BASE') or
9118             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9119            'NDRPDR' and
9120            '2T2C' and
9121            'IP4FWD' and
9122            not 'IPSEC' and
9123            not 'VHOST'"
9124   parameters:
9125   - "throughput"
9126   - "parent"
9127   - "tags"
9128   sort:
9129   - "DOT1Q"
9130   - "IP4BASE"
9131   - "NAT44"
9132   - "POLICE_MARK"
9133   - "COPWHLIST"
9134   - "IACL"
9135   - "OACL"
9136   traces:
9137     hoverinfo: "x+y"
9138     boxpoints: "outliers"
9139     whiskerwidth: 0
9140   layout:
9141     title: "ip4-3n-hsw-x520-64b-2t2c-features-pdr"
9142     layout: "plot-throughput"
9143
9144 # Packet Throughput - VPP IPv4 3n-hsw-x520 features nat44
9145 -
9146   type: "plot"
9147   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
9148   algorithm: "plot_performance_box"
9149   output-file-type: ".html"
9150   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
9151   data: "plot-vpp-throughput-latency-3n-hsw"
9152   filter: "'NIC_Intel-X520-DA2' and
9153            '64B' and
9154            'NDRPDR' and
9155            '1T1C' and
9156            'IP4FWD' and
9157            ('NAT44' or 'IP4BASE') and
9158            not 'DOT1Q' and
9159            not 'IPSEC' and
9160            not 'VHOST'"
9161   parameters:
9162   - "throughput"
9163   - "parent"
9164   - "tags"
9165   sort:
9166   - "IP4BASE"
9167   - "BASE"
9168   - "SRC_USER_10"
9169   - "SRC_USER_100"
9170   - "SRC_USER_1000"
9171   - "SRC_USER_2000"
9172   traces:
9173     hoverinfo: "x+y"
9174     boxpoints: "outliers"
9175     whiskerwidth: 0
9176   layout:
9177     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
9178     layout: "plot-throughput"
9179
9180 -
9181   type: "plot"
9182   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
9183   algorithm: "plot_performance_box"
9184   output-file-type: ".html"
9185   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
9186   data: "plot-vpp-throughput-latency-3n-hsw"
9187   filter: "'NIC_Intel-X520-DA2' and
9188            '64B' and
9189            'NDRPDR' and
9190            '1T1C' and
9191            'IP4FWD' and
9192            ('NAT44' or 'IP4BASE') and
9193            not 'DOT1Q' and
9194            not 'IPSEC' and
9195            not 'VHOST'"
9196   parameters:
9197   - "throughput"
9198   - "parent"
9199   - "tags"
9200   sort:
9201   - "IP4BASE"
9202   - "BASE"
9203   - "SRC_USER_10"
9204   - "SRC_USER_100"
9205   - "SRC_USER_1000"
9206   - "SRC_USER_2000"
9207   traces:
9208     hoverinfo: "x+y"
9209     boxpoints: "outliers"
9210     whiskerwidth: 0
9211   layout:
9212     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
9213     layout: "plot-throughput"
9214
9215 -
9216   type: "plot"
9217   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
9218   algorithm: "plot_performance_box"
9219   output-file-type: ".html"
9220   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
9221   data: "plot-vpp-throughput-latency-3n-hsw"
9222   filter: "'NIC_Intel-X520-DA2' and
9223            '64B' and
9224            'NDRPDR' and
9225            '2T2C' and
9226            'IP4FWD' and
9227            ('NAT44' or 'IP4BASE') and
9228            not 'DOT1Q' and
9229            not 'IPSEC' and
9230            not 'VHOST'"
9231   parameters:
9232   - "throughput"
9233   - "parent"
9234   - "tags"
9235   sort:
9236   - "IP4BASE"
9237   - "BASE"
9238   - "SRC_USER_10"
9239   - "SRC_USER_100"
9240   - "SRC_USER_1000"
9241   - "SRC_USER_2000"
9242   traces:
9243     hoverinfo: "x+y"
9244     boxpoints: "outliers"
9245     whiskerwidth: 0
9246   layout:
9247     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
9248     layout: "plot-throughput"
9249
9250 -
9251   type: "plot"
9252   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
9253   algorithm: "plot_performance_box"
9254   output-file-type: ".html"
9255   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
9256   data: "plot-vpp-throughput-latency-3n-hsw"
9257   filter: "'NIC_Intel-X520-DA2' and
9258            '64B' and
9259            'NDRPDR' and
9260            '2T2C' and
9261            'IP4FWD' and
9262            ('NAT44' or 'IP4BASE') and
9263            not 'DOT1Q' and
9264            not 'IPSEC' and
9265            not 'VHOST'"
9266   parameters:
9267   - "throughput"
9268   - "parent"
9269   - "tags"
9270   sort:
9271   - "IP4BASE"
9272   - "BASE"
9273   - "SRC_USER_10"
9274   - "SRC_USER_100"
9275   - "SRC_USER_1000"
9276   - "SRC_USER_2000"
9277   traces:
9278     hoverinfo: "x+y"
9279     boxpoints: "outliers"
9280     whiskerwidth: 0
9281   layout:
9282     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
9283     layout: "plot-throughput"
9284
9285 # Packet Throughput - VPP IPv4 3n-hsw-x520 features iacl
9286 -
9287   type: "plot"
9288   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
9289   algorithm: "plot_performance_box"
9290   output-file-type: ".html"
9291   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
9292   data: "plot-vpp-throughput-latency-3n-hsw"
9293   filter: "'NIC_Intel-X520-DA2' and
9294            '64B' and
9295            'NDRPDR' and
9296            '1T1C' and
9297            'IP4FWD' and
9298            ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
9299            not 'IPSEC' and
9300            not 'DOT1Q' and
9301            not 'VHOST'"
9302   parameters:
9303   - "throughput"
9304   - "parent"
9305   - "tags"
9306   sort:
9307   - "IP4BASE"
9308   - "ACL_STATELESS"
9309   - "ACL_STATEFUL"
9310   - "ACL_STATELESS"
9311   - "ACL_STATEFUL"
9312   traces:
9313     hoverinfo: "x+y"
9314     boxpoints: "outliers"
9315     whiskerwidth: 0
9316   layout:
9317     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
9318     layout: "plot-throughput"
9319
9320 -
9321   type: "plot"
9322   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
9323   algorithm: "plot_performance_box"
9324   output-file-type: ".html"
9325   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
9326   data: "plot-vpp-throughput-latency-3n-hsw"
9327   filter: "'NIC_Intel-X520-DA2' and
9328            '64B' and
9329            'NDRPDR' and
9330            '1T1C' and
9331            'IP4FWD' and
9332            ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
9333            not 'IPSEC' and
9334            not 'DOT1Q' and
9335            not 'VHOST'"
9336   parameters:
9337   - "throughput"
9338   - "parent"
9339   - "tags"
9340   sort:
9341   - "IP4BASE"
9342   - "ACL_STATELESS"
9343   - "ACL_STATEFUL"
9344   - "ACL_STATELESS"
9345   - "ACL_STATEFUL"
9346   traces:
9347     hoverinfo: "x+y"
9348     boxpoints: "outliers"
9349     whiskerwidth: 0
9350   layout:
9351     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
9352     layout: "plot-throughput"
9353
9354 -
9355   type: "plot"
9356   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
9357   algorithm: "plot_performance_box"
9358   output-file-type: ".html"
9359   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
9360   data: "plot-vpp-throughput-latency-3n-hsw"
9361   filter: "'NIC_Intel-X520-DA2' and
9362            '64B' and
9363            'NDRPDR' and
9364            '2T2C' and
9365            'IP4FWD' and
9366            ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
9367            not 'IPSEC' and
9368            not 'DOT1Q' and
9369            not 'VHOST'"
9370   parameters:
9371   - "throughput"
9372   - "parent"
9373   - "tags"
9374   sort:
9375   - "IP4BASE"
9376   - "ACL_STATELESS"
9377   - "ACL_STATEFUL"
9378   - "ACL_STATELESS"
9379   - "ACL_STATEFUL"
9380   traces:
9381     hoverinfo: "x+y"
9382     boxpoints: "outliers"
9383     whiskerwidth: 0
9384   layout:
9385     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
9386     layout: "plot-throughput"
9387
9388 -
9389   type: "plot"
9390   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
9391   algorithm: "plot_performance_box"
9392   output-file-type: ".html"
9393   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
9394   data: "plot-vpp-throughput-latency-3n-hsw"
9395   filter: "'NIC_Intel-X520-DA2' and
9396            '64B' and
9397            'NDRPDR' and
9398            '2T2C' and
9399            'IP4FWD' and
9400            ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
9401            not 'IPSEC' and
9402            not 'DOT1Q' and
9403            not 'VHOST'"
9404   parameters:
9405   - "throughput"
9406   - "parent"
9407   - "tags"
9408   sort:
9409   - "IP4BASE"
9410   - "ACL_STATELESS"
9411   - "ACL_STATEFUL"
9412   - "ACL_STATELESS"
9413   - "ACL_STATEFUL"
9414   traces:
9415     hoverinfo: "x+y"
9416     boxpoints: "outliers"
9417     whiskerwidth: 0
9418   layout:
9419     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
9420     layout: "plot-throughput"
9421
9422 # Packet Throughput - VPP IPv4 3n-hsw-x520 features oacl
9423 -
9424   type: "plot"
9425   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
9426   algorithm: "plot_performance_box"
9427   output-file-type: ".html"
9428   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
9429   data: "plot-vpp-throughput-latency-3n-hsw"
9430   filter: "'NIC_Intel-X520-DA2' and
9431            '64B' and
9432            'NDRPDR' and
9433            '1T1C' and
9434            'IP4FWD' and
9435            ('OACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
9436            not 'IPSEC' and
9437            not 'DOT1Q' and
9438            not 'VHOST'"
9439   parameters:
9440   - "throughput"
9441   - "parent"
9442   - "tags"
9443   sort:
9444   - "IP4BASE"
9445   - "ACL_STATELESS"
9446   - "ACL_STATEFUL"
9447   - "ACL_STATELESS"
9448   - "ACL_STATEFUL"
9449   traces:
9450     hoverinfo: "x+y"
9451     boxpoints: "outliers"
9452     whiskerwidth: 0
9453   layout:
9454     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
9455     layout: "plot-throughput"
9456
9457 -
9458   type: "plot"
9459   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
9460   algorithm: "plot_performance_box"
9461   output-file-type: ".html"
9462   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
9463   data: "plot-vpp-throughput-latency-3n-hsw"
9464   filter: "'NIC_Intel-X520-DA2' and
9465            '64B' and
9466            'NDRPDR' and
9467            '1T1C' and
9468            'IP4FWD' and
9469            ('OACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
9470            not 'IPSEC' and
9471            not 'DOT1Q' and
9472            not 'VHOST'"
9473   parameters:
9474   - "throughput"
9475   - "parent"
9476   - "tags"
9477   sort:
9478   - "IP4BASE"
9479   - "ACL_STATELESS"
9480   - "ACL_STATEFUL"
9481   - "ACL_STATELESS"
9482   - "ACL_STATEFUL"
9483   traces:
9484     hoverinfo: "x+y"
9485     boxpoints: "outliers"
9486     whiskerwidth: 0
9487   layout:
9488     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
9489     layout: "plot-throughput"
9490
9491 -
9492   type: "plot"
9493   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
9494   algorithm: "plot_performance_box"
9495   output-file-type: ".html"
9496   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
9497   data: "plot-vpp-throughput-latency-3n-hsw"
9498   filter: "'NIC_Intel-X520-DA2' and
9499            '64B' and
9500            'NDRPDR' and
9501            '2T2C' and
9502            'IP4FWD' and
9503            ('OACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
9504            not 'IPSEC' and
9505            not 'DOT1Q' and
9506            not 'VHOST'"
9507   parameters:
9508   - "throughput"
9509   - "parent"
9510   - "tags"
9511   sort:
9512   - "IP4BASE"
9513   - "ACL_STATELESS"
9514   - "ACL_STATEFUL"
9515   - "ACL_STATELESS"
9516   - "ACL_STATEFUL"
9517   traces:
9518     hoverinfo: "x+y"
9519     boxpoints: "outliers"
9520     whiskerwidth: 0
9521   layout:
9522     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
9523     layout: "plot-throughput"
9524
9525 -
9526   type: "plot"
9527   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
9528   algorithm: "plot_performance_box"
9529   output-file-type: ".html"
9530   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
9531   data: "plot-vpp-throughput-latency-3n-hsw"
9532   filter: "'NIC_Intel-X520-DA2' and
9533            '64B' and
9534            'NDRPDR' and
9535            '2T2C' and
9536            'IP4FWD' and
9537            ('OACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
9538            not 'IPSEC' and
9539            not 'DOT1Q' and
9540            not 'VHOST'"
9541   parameters:
9542   - "throughput"
9543   - "parent"
9544   - "tags"
9545   sort:
9546   - "IP4BASE"
9547   - "ACL_STATELESS"
9548   - "ACL_STATEFUL"
9549   - "ACL_STATELESS"
9550   - "ACL_STATEFUL"
9551   traces:
9552     hoverinfo: "x+y"
9553     boxpoints: "outliers"
9554     whiskerwidth: 0
9555   layout:
9556     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
9557     layout: "plot-throughput"
9558
9559 # Packet Throughput - VPP IPv4 3n-hsw-x710 base and scale
9560 -
9561   type: "plot"
9562   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
9563   algorithm: "plot_performance_box"
9564   output-file-type: ".html"
9565   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
9566   data: "plot-vpp-throughput-latency-3n-hsw"
9567   filter: "'NIC_Intel-X710' and
9568            '64B' and
9569            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9570            'NDRPDR' and
9571            '1T1C' and
9572            'IP4FWD' and
9573            not 'IPSEC' and
9574            not 'DOT1Q' and
9575            not 'VHOST'"
9576   parameters:
9577   - "throughput"
9578   - "parent"
9579   - "tags"
9580   sort:
9581   - "IP4BASE"
9582   - "FIB_20K"
9583   - "FIB_200K"
9584   - "FIB_2M"
9585   traces:
9586     hoverinfo: "x+y"
9587     boxpoints: "outliers"
9588     whiskerwidth: 0
9589   layout:
9590     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
9591     layout: "plot-throughput"
9592
9593 -
9594   type: "plot"
9595   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
9596   algorithm: "plot_performance_box"
9597   output-file-type: ".html"
9598   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
9599   data: "plot-vpp-throughput-latency-3n-hsw"
9600   filter: "'NIC_Intel-X710' and
9601            '64B' and
9602            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9603            'NDRPDR' and
9604            '1T1C' and
9605            'IP4FWD' and
9606            not 'IPSEC' and
9607            not 'DOT1Q' and
9608            not 'VHOST'"
9609   parameters:
9610   - "throughput"
9611   - "parent"
9612   - "tags"
9613   sort:
9614   - "IP4BASE"
9615   - "FIB_20K"
9616   - "FIB_200K"
9617   - "FIB_2M"
9618   traces:
9619     hoverinfo: "x+y"
9620     boxpoints: "outliers"
9621     whiskerwidth: 0
9622   layout:
9623     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
9624     layout: "plot-throughput"
9625
9626 -
9627   type: "plot"
9628   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
9629   algorithm: "plot_performance_box"
9630   output-file-type: ".html"
9631   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
9632   data: "plot-vpp-throughput-latency-3n-hsw"
9633   filter: "'NIC_Intel-X710' and
9634            '64B' and
9635            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9636            'NDRPDR' and
9637            '2T2C' and
9638            'IP4FWD' and
9639            not 'IPSEC' and
9640            not 'DOT1Q' and
9641            not 'VHOST'"
9642   parameters:
9643   - "throughput"
9644   - "parent"
9645   - "tags"
9646   sort:
9647   - "IP4BASE"
9648   - "FIB_20K"
9649   - "FIB_200K"
9650   - "FIB_2M"
9651   traces:
9652     hoverinfo: "x+y"
9653     boxpoints: "outliers"
9654     whiskerwidth: 0
9655   layout:
9656     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
9657     layout: "plot-throughput"
9658
9659 -
9660   type: "plot"
9661   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
9662   algorithm: "plot_performance_box"
9663   output-file-type: ".html"
9664   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
9665   data: "plot-vpp-throughput-latency-3n-hsw"
9666   filter: "'NIC_Intel-X710' and
9667            '64B' and
9668            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9669            'NDRPDR' and
9670            '2T2C' and
9671            'IP4FWD' and
9672            not 'IPSEC' and
9673            not 'DOT1Q' and
9674            not 'VHOST'"
9675   parameters:
9676   - "throughput"
9677   - "parent"
9678   - "tags"
9679   sort:
9680   - "IP4BASE"
9681   - "FIB_20K"
9682   - "FIB_200K"
9683   - "FIB_2M"
9684   traces:
9685     hoverinfo: "x+y"
9686     boxpoints: "outliers"
9687     whiskerwidth: 0
9688   layout:
9689     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
9690     layout: "plot-throughput"
9691
9692 # Packet Throughput - VPP IPv4 3n-hsw-x710 features
9693 -
9694   type: "plot"
9695   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-ndr"
9696   algorithm: "plot_performance_box"
9697   output-file-type: ".html"
9698   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr"
9699   data: "plot-vpp-throughput-latency-3n-hsw"
9700   filter: "'NIC_Intel-X710' and
9701            '64B' and
9702            ('IP4BASE' or
9703             'POLICE_MARK' or
9704             'COPWHLIST' or
9705             ('NAT44' and 'BASE') or
9706             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9707            'NDRPDR' and
9708            '1T1C' and
9709            'IP4FWD' and
9710            not 'IPSEC' and
9711            not 'VHOST'"
9712   parameters:
9713   - "throughput"
9714   - "parent"
9715   - "tags"
9716   sort:
9717   - "DOT1Q"
9718   - "IP4BASE"
9719   - "NAT44"
9720   - "POLICE_MARK"
9721   - "COPWHLIST"
9722   - "IACL"
9723   - "OACL"
9724   traces:
9725     hoverinfo: "x+y"
9726     boxpoints: "outliers"
9727     whiskerwidth: 0
9728   layout:
9729     title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
9730     layout: "plot-throughput"
9731
9732 -
9733   type: "plot"
9734   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-pdr"
9735   algorithm: "plot_performance_box"
9736   output-file-type: ".html"
9737   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-pdr"
9738   data: "plot-vpp-throughput-latency-3n-hsw"
9739   filter: "'NIC_Intel-X710' and
9740            '64B' and
9741            ('IP4BASE' or
9742             'POLICE_MARK' or
9743             'COPWHLIST' or
9744             ('NAT44' and 'BASE') or
9745             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9746            'NDRPDR' and
9747            '1T1C' and
9748            'IP4FWD' and
9749            not 'IPSEC' and
9750            not 'VHOST'"
9751   parameters:
9752   - "throughput"
9753   - "parent"
9754   - "tags"
9755   sort:
9756   - "DOT1Q"
9757   - "IP4BASE"
9758   - "NAT44"
9759   - "POLICE_MARK"
9760   - "COPWHLIST"
9761   - "IACL"
9762   - "OACL"
9763   traces:
9764     hoverinfo: "x+y"
9765     boxpoints: "outliers"
9766     whiskerwidth: 0
9767   layout:
9768     title: "ip4-3n-hsw-x710-64b-1t1c-features-pdr"
9769     layout: "plot-throughput"
9770
9771 -
9772   type: "plot"
9773   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-ndr"
9774   algorithm: "plot_performance_box"
9775   output-file-type: ".html"
9776   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr"
9777   data: "plot-vpp-throughput-latency-3n-hsw"
9778   filter: "'NIC_Intel-X710' and
9779            '64B' and
9780            ('IP4BASE' or
9781             'POLICE_MARK' or
9782             'COPWHLIST' or
9783             ('NAT44' and 'BASE') or
9784             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9785            'NDRPDR' and
9786            '2T2C' and
9787            'IP4FWD' and
9788            not 'IPSEC' and
9789            not 'VHOST'"
9790   parameters:
9791   - "throughput"
9792   - "parent"
9793   - "tags"
9794   sort:
9795   - "DOT1Q"
9796   - "IP4BASE"
9797   - "NAT44"
9798   - "POLICE_MARK"
9799   - "COPWHLIST"
9800   - "IACL"
9801   - "OACL"
9802   traces:
9803     hoverinfo: "x+y"
9804     boxpoints: "outliers"
9805     whiskerwidth: 0
9806   layout:
9807     title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
9808     layout: "plot-throughput"
9809
9810 -
9811   type: "plot"
9812   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-pdr"
9813   algorithm: "plot_performance_box"
9814   output-file-type: ".html"
9815   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-pdr"
9816   data: "plot-vpp-throughput-latency-3n-hsw"
9817   filter: "'NIC_Intel-X710' and
9818            '64B' and
9819            ('IP4BASE' or
9820             'POLICE_MARK' or
9821             'COPWHLIST' or
9822             ('NAT44' and 'BASE') or
9823             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9824            'NDRPDR' and
9825            '2T2C' and
9826            'IP4FWD' and
9827            not 'IPSEC' and
9828            not 'VHOST'"
9829   parameters:
9830   - "throughput"
9831   - "parent"
9832   - "tags"
9833   sort:
9834   - "DOT1Q"
9835   - "IP4BASE"
9836   - "NAT44"
9837   - "POLICE_MARK"
9838   - "COPWHLIST"
9839   - "IACL"
9840   - "OACL"
9841   traces:
9842     hoverinfo: "x+y"
9843     boxpoints: "outliers"
9844     whiskerwidth: 0
9845   layout:
9846     title: "ip4-3n-hsw-x710-64b-2t2c-features-pdr"
9847     layout: "plot-throughput"
9848
9849 # Packet Throughput - VPP IPv4 3n-hsw-x710 features nat44
9850 -
9851   type: "plot"
9852   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
9853   algorithm: "plot_performance_box"
9854   output-file-type: ".html"
9855   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
9856   data: "plot-vpp-throughput-latency-3n-skx"
9857   filter: "'NIC_Intel-X710' and
9858            '64B' and
9859            'NDRPDR' and
9860            '2T1C' and
9861            'IP4FWD' and
9862            ('NAT44' or 'IP4BASE') and
9863            not 'IPSEC' and
9864            not 'VHOST'"
9865   parameters:
9866   - "throughput"
9867   - "parent"
9868   - "tags"
9869   sort:
9870   - "IP4BASE"
9871   - "BASE"
9872   - "SRC_USER_10"
9873   - "SRC_USER_100"
9874   - "SRC_USER_1000"
9875   - "SRC_USER_2000"
9876   traces:
9877     hoverinfo: "x+y"
9878     boxpoints: "outliers"
9879     whiskerwidth: 0
9880   layout:
9881     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
9882     layout: "plot-throughput"
9883
9884 -
9885   type: "plot"
9886   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
9887   algorithm: "plot_performance_box"
9888   output-file-type: ".html"
9889   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
9890   data: "plot-vpp-throughput-latency-3n-skx"
9891   filter: "'NIC_Intel-X710' and
9892            '64B' and
9893            'NDRPDR' and
9894            '2T1C' and
9895            'IP4FWD' and
9896            ('NAT44' or 'IP4BASE') and
9897            not 'IPSEC' and
9898            not 'VHOST'"
9899   parameters:
9900   - "throughput"
9901   - "parent"
9902   - "tags"
9903   sort:
9904   - "IP4BASE"
9905   - "BASE"
9906   - "SRC_USER_10"
9907   - "SRC_USER_100"
9908   - "SRC_USER_1000"
9909   - "SRC_USER_2000"
9910   traces:
9911     hoverinfo: "x+y"
9912     boxpoints: "outliers"
9913     whiskerwidth: 0
9914   layout:
9915     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
9916     layout: "plot-throughput"
9917
9918 -
9919   type: "plot"
9920   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
9921   algorithm: "plot_performance_box"
9922   output-file-type: ".html"
9923   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
9924   data: "plot-vpp-throughput-latency-3n-skx"
9925   filter: "'NIC_Intel-X710' and
9926            '64B' and
9927            'NDRPDR' and
9928            '4T2C' and
9929            'IP4FWD' and
9930            ('NAT44' or 'IP4BASE') and
9931            not 'IPSEC' and
9932            not 'VHOST'"
9933   parameters:
9934   - "throughput"
9935   - "parent"
9936   - "tags"
9937   sort:
9938   - "IP4BASE"
9939   - "BASE"
9940   - "SRC_USER_10"
9941   - "SRC_USER_100"
9942   - "SRC_USER_1000"
9943   - "SRC_USER_2000"
9944   traces:
9945     hoverinfo: "x+y"
9946     boxpoints: "outliers"
9947     whiskerwidth: 0
9948   layout:
9949     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
9950     layout: "plot-throughput"
9951
9952 -
9953   type: "plot"
9954   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
9955   algorithm: "plot_performance_box"
9956   output-file-type: ".html"
9957   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
9958   data: "plot-vpp-throughput-latency-3n-skx"
9959   filter: "'NIC_Intel-X710' and
9960            '64B' and
9961            'NDRPDR' and
9962            '4T2C' and
9963            'IP4FWD' and
9964            ('NAT44' or 'IP4BASE') and
9965            not 'IPSEC' and
9966            not 'VHOST'"
9967   parameters:
9968   - "throughput"
9969   - "parent"
9970   - "tags"
9971   sort:
9972   - "IP4BASE"
9973   - "BASE"
9974   - "SRC_USER_10"
9975   - "SRC_USER_100"
9976   - "SRC_USER_1000"
9977   - "SRC_USER_2000"
9978   traces:
9979     hoverinfo: "x+y"
9980     boxpoints: "outliers"
9981     whiskerwidth: 0
9982   layout:
9983     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
9984     layout: "plot-throughput"
9985
9986 # Packet Throughput - VPP IPv4 3n-hsw-x710 features iacl
9987 -
9988   type: "plot"
9989   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
9990   algorithm: "plot_performance_box"
9991   output-file-type: ".html"
9992   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
9993   data: "plot-vpp-throughput-latency-3n-skx"
9994   filter: "'NIC_Intel-X710' and
9995            '64B' and
9996            'NDRPDR' and
9997            '2T1C' and
9998            'IP4FWD' and
9999            ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
10000            not 'IPSEC' and
10001            not 'VHOST'"
10002   parameters:
10003   - "throughput"
10004   - "parent"
10005   - "tags"
10006   sort:
10007   - "IP4BASE"
10008   - "ACL_STATELESS"
10009   - "ACL_STATEFUL"
10010   - "ACL_STATELESS"
10011   - "ACL_STATEFUL"
10012   traces:
10013     hoverinfo: "x+y"
10014     boxpoints: "outliers"
10015     whiskerwidth: 0
10016   layout:
10017     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
10018     layout: "plot-throughput"
10019
10020 -
10021   type: "plot"
10022   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
10023   algorithm: "plot_performance_box"
10024   output-file-type: ".html"
10025   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
10026   data: "plot-vpp-throughput-latency-3n-skx"
10027   filter: "'NIC_Intel-X710' and
10028            '64B' and
10029            'NDRPDR' and
10030            '2T1C' and
10031            'IP4FWD' and
10032            ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
10033            not 'IPSEC' and
10034            not 'VHOST'"
10035   parameters:
10036   - "throughput"
10037   - "parent"
10038   - "tags"
10039   sort:
10040   - "IP4BASE"
10041   - "ACL_STATELESS"
10042   - "ACL_STATEFUL"
10043   - "ACL_STATELESS"
10044   - "ACL_STATEFUL"
10045   traces:
10046     hoverinfo: "x+y"
10047     boxpoints: "outliers"
10048     whiskerwidth: 0
10049   layout:
10050     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
10051     layout: "plot-throughput"
10052
10053 -
10054   type: "plot"
10055   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
10056   algorithm: "plot_performance_box"
10057   output-file-type: ".html"
10058   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
10059   data: "plot-vpp-throughput-latency-3n-skx"
10060   filter: "'NIC_Intel-X710' and
10061            '64B' and
10062            'NDRPDR' and
10063            '4T2C' and
10064            'IP4FWD' and
10065            ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
10066            not 'IPSEC' and
10067            not 'VHOST'"
10068   parameters:
10069   - "throughput"
10070   - "parent"
10071   - "tags"
10072   sort:
10073   - "IP4BASE"
10074   - "ACL_STATELESS"
10075   - "ACL_STATEFUL"
10076   - "ACL_STATELESS"
10077   - "ACL_STATEFUL"
10078   traces:
10079     hoverinfo: "x+y"
10080     boxpoints: "outliers"
10081     whiskerwidth: 0
10082   layout:
10083     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
10084     layout: "plot-throughput"
10085
10086 -
10087   type: "plot"
10088   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
10089   algorithm: "plot_performance_box"
10090   output-file-type: ".html"
10091   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
10092   data: "plot-vpp-throughput-latency-3n-skx"
10093   filter: "'NIC_Intel-X710' and
10094            '64B' and
10095            'NDRPDR' and
10096            '4T2C' and
10097            'IP4FWD' and
10098            ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
10099            not 'IPSEC' and
10100            not 'VHOST'"
10101   parameters:
10102   - "throughput"
10103   - "parent"
10104   - "tags"
10105   sort:
10106   - "IP4BASE"
10107   - "ACL_STATELESS"
10108   - "ACL_STATEFUL"
10109   - "ACL_STATELESS"
10110   - "ACL_STATEFUL"
10111   traces:
10112     hoverinfo: "x+y"
10113     boxpoints: "outliers"
10114     whiskerwidth: 0
10115   layout:
10116     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
10117     layout: "plot-throughput"
10118
10119 # Packet Throughput - VPP IPv4 3n-hsw-xl710 base and scale
10120 -
10121   type: "plot"
10122   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base-ndr"
10123   algorithm: "plot_performance_box"
10124   output-file-type: ".html"
10125   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base-ndr"
10126   data: "plot-vpp-throughput-latency-3n-hsw"
10127   filter: "'NIC_Intel-XL710' and
10128            '64B' and
10129            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10130            'NDRPDR' and
10131            '1T1C' and
10132            'IP4FWD' and
10133            not 'IPSEC' and
10134            not 'VHOST'"
10135   parameters:
10136   - "throughput"
10137   - "parent"
10138   - "tags"
10139   sort:
10140   - "IP4BASE"
10141   - "FIB_20K"
10142   - "FIB_200K"
10143   - "FIB_2M"
10144   traces:
10145     hoverinfo: "x+y"
10146     boxpoints: "outliers"
10147     whiskerwidth: 0
10148   layout:
10149     title: "ip4-3n-hsw-xl710-64b-1t1c-base-ndr"
10150     layout: "plot-throughput"
10151
10152 -
10153   type: "plot"
10154   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base-pdr"
10155   algorithm: "plot_performance_box"
10156   output-file-type: ".html"
10157   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base-pdr"
10158   data: "plot-vpp-throughput-latency-3n-hsw"
10159   filter: "'NIC_Intel-XL710' and
10160            '64B' and
10161            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10162            'NDRPDR' and
10163            '1T1C' and
10164            'IP4FWD' and
10165            not 'IPSEC' and
10166            not 'VHOST'"
10167   parameters:
10168   - "throughput"
10169   - "parent"
10170   - "tags"
10171   sort:
10172   - "IP4BASE"
10173   - "FIB_20K"
10174   - "FIB_200K"
10175   - "FIB_2M"
10176   traces:
10177     hoverinfo: "x+y"
10178     boxpoints: "outliers"
10179     whiskerwidth: 0
10180   layout:
10181     title: "ip4-3n-hsw-xl710-64b-1t1c-base-pdr"
10182     layout: "plot-throughput"
10183
10184 -
10185   type: "plot"
10186   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base-ndr"
10187   algorithm: "plot_performance_box"
10188   output-file-type: ".html"
10189   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base-ndr"
10190   data: "plot-vpp-throughput-latency-3n-hsw"
10191   filter: "'NIC_Intel-XL710' and
10192            '64B' and
10193            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10194            'NDRPDR' and
10195            '2T2C' and
10196            'IP4FWD' and
10197            not 'IPSEC' and
10198            not 'VHOST'"
10199   parameters:
10200   - "throughput"
10201   - "parent"
10202   - "tags"
10203   sort:
10204   - "IP4BASE"
10205   - "FIB_20K"
10206   - "FIB_200K"
10207   - "FIB_2M"
10208   traces:
10209     hoverinfo: "x+y"
10210     boxpoints: "outliers"
10211     whiskerwidth: 0
10212   layout:
10213     title: "ip4-3n-hsw-xl710-64b-2t2c-base-ndr"
10214     layout: "plot-throughput"
10215
10216 -
10217   type: "plot"
10218   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base-pdr"
10219   algorithm: "plot_performance_box"
10220   output-file-type: ".html"
10221   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base-pdr"
10222   data: "plot-vpp-throughput-latency-3n-hsw"
10223   filter: "'NIC_Intel-XL710' and
10224            '64B' and
10225            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10226            'NDRPDR' and
10227            '2T2C' and
10228            'IP4FWD' and
10229            not 'IPSEC' and
10230            not 'VHOST'"
10231   parameters:
10232   - "throughput"
10233   - "parent"
10234   - "tags"
10235   sort:
10236   - "IP4BASE"
10237   - "FIB_20K"
10238   - "FIB_200K"
10239   - "FIB_2M"
10240   traces:
10241     hoverinfo: "x+y"
10242     boxpoints: "outliers"
10243     whiskerwidth: 0
10244   layout:
10245     title: "ip4-3n-hsw-xl710-64b-2t2c-base-pdr"
10246     layout: "plot-throughput"
10247
10248 # Packet Throughput - VPP IPv4 3n-skx-x710 base and scale
10249 -
10250   type: "plot"
10251   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
10252   algorithm: "plot_performance_box"
10253   output-file-type: ".html"
10254   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
10255   data: "plot-vpp-throughput-latency-3n-skx"
10256   filter: "'NIC_Intel-X710' and
10257            '64B' and
10258            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10259            'NDRPDR' and
10260            '2T1C' and
10261            'IP4FWD' and
10262            not 'IPSEC' and
10263            not 'DOT1Q' and
10264            not 'VHOST'"
10265   parameters:
10266   - "throughput"
10267   - "parent"
10268   - "tags"
10269   sort:
10270   - "IP4BASE"
10271   - "FIB_20K"
10272   - "FIB_200K"
10273   - "FIB_2M"
10274   traces:
10275     hoverinfo: "x+y"
10276     boxpoints: "outliers"
10277     whiskerwidth: 0
10278   layout:
10279     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
10280     layout: "plot-throughput"
10281
10282 -
10283   type: "plot"
10284   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
10285   algorithm: "plot_performance_box"
10286   output-file-type: ".html"
10287   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
10288   data: "plot-vpp-throughput-latency-3n-skx"
10289   filter: "'NIC_Intel-X710' and
10290            '64B' and
10291            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10292            'NDRPDR' and
10293            '2T1C' and
10294            'IP4FWD' and
10295            not 'IPSEC' and
10296            not 'DOT1Q' and
10297            not 'VHOST'"
10298   parameters:
10299   - "throughput"
10300   - "parent"
10301   - "tags"
10302   sort:
10303   - "IP4BASE"
10304   - "FIB_20K"
10305   - "FIB_200K"
10306   - "FIB_2M"
10307   traces:
10308     hoverinfo: "x+y"
10309     boxpoints: "outliers"
10310     whiskerwidth: 0
10311   layout:
10312     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
10313     layout: "plot-throughput"
10314
10315 -
10316   type: "plot"
10317   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
10318   algorithm: "plot_performance_box"
10319   output-file-type: ".html"
10320   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
10321   data: "plot-vpp-throughput-latency-3n-skx"
10322   filter: "'NIC_Intel-X710' and
10323            '64B' and
10324            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10325            'NDRPDR' and
10326            '4T2C' and
10327            'IP4FWD' and
10328            not 'IPSEC' and
10329            not 'DOT1Q' and
10330            not 'VHOST'"
10331   parameters:
10332   - "throughput"
10333   - "parent"
10334   - "tags"
10335   sort:
10336   - "IP4BASE"
10337   - "FIB_20K"
10338   - "FIB_200K"
10339   - "FIB_2M"
10340   traces:
10341     hoverinfo: "x+y"
10342     boxpoints: "outliers"
10343     whiskerwidth: 0
10344   layout:
10345     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
10346     layout: "plot-throughput"
10347
10348 -
10349   type: "plot"
10350   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
10351   algorithm: "plot_performance_box"
10352   output-file-type: ".html"
10353   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
10354   data: "plot-vpp-throughput-latency-3n-skx"
10355   filter: "'NIC_Intel-X710' and
10356            '64B' and
10357            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10358            'NDRPDR' and
10359            '4T2C' and
10360            'IP4FWD' and
10361            not 'IPSEC' and
10362            not 'DOT1Q' and
10363            not 'VHOST'"
10364   parameters:
10365   - "throughput"
10366   - "parent"
10367   - "tags"
10368   sort:
10369   - "IP4BASE"
10370   - "FIB_20K"
10371   - "FIB_200K"
10372   - "FIB_2M"
10373   traces:
10374     hoverinfo: "x+y"
10375     boxpoints: "outliers"
10376     whiskerwidth: 0
10377   layout:
10378     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
10379     layout: "plot-throughput"
10380
10381 # Packet Throughput - VPP IPv4 3n-skx-x710 features
10382 -
10383   type: "plot"
10384   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-ndr"
10385   algorithm: "plot_performance_box"
10386   output-file-type: ".html"
10387   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr"
10388   data: "plot-vpp-throughput-latency-3n-skx"
10389   filter: "'NIC_Intel-X710' and
10390            '64B' and
10391            ('IP4BASE' or
10392             'POLICE_MARK' or
10393             'COPWHLIST' or
10394             ('NAT44' and 'BASE') or
10395             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
10396            'NDRPDR' and
10397            '2T1C' and
10398            'IP4FWD' and
10399            not 'IPSEC' and
10400            not 'VHOST'"
10401   parameters:
10402   - "throughput"
10403   - "parent"
10404   - "tags"
10405   sort:
10406   - "DOT1Q"
10407   - "IP4BASE"
10408   - "NAT44"
10409   - "POLICE_MARK"
10410   - "COPWHLIST"
10411   - "IACL"
10412   - "OACL"
10413   traces:
10414     hoverinfo: "x+y"
10415     boxpoints: "outliers"
10416     whiskerwidth: 0
10417   layout:
10418     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
10419     layout: "plot-throughput"
10420
10421 -
10422   type: "plot"
10423   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-pdr"
10424   algorithm: "plot_performance_box"
10425   output-file-type: ".html"
10426   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-pdr"
10427   data: "plot-vpp-throughput-latency-3n-skx"
10428   filter: "'NIC_Intel-X710' and
10429            '64B' and
10430            ('IP4BASE' or
10431             'POLICE_MARK' or
10432             'COPWHLIST' or
10433             ('NAT44' and 'BASE') or
10434             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
10435            'NDRPDR' and
10436            '2T1C' and
10437            'IP4FWD' and
10438            not 'IPSEC' and
10439            not 'VHOST'"
10440   parameters:
10441   - "throughput"
10442   - "parent"
10443   - "tags"
10444   sort:
10445   - "DOT1Q"
10446   - "IP4BASE"
10447   - "NAT44"
10448   - "POLICE_MARK"
10449   - "COPWHLIST"
10450   - "IACL"
10451   - "OACL"
10452   traces:
10453     hoverinfo: "x+y"
10454     boxpoints: "outliers"
10455     whiskerwidth: 0
10456   layout:
10457     title: "ip4-3n-skx-x710-64b-2t1c-features-pdr"
10458     layout: "plot-throughput"
10459
10460 -
10461   type: "plot"
10462   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-ndr"
10463   algorithm: "plot_performance_box"
10464   output-file-type: ".html"
10465   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr"
10466   data: "plot-vpp-throughput-latency-3n-skx"
10467   filter: "'NIC_Intel-X710' and
10468            '64B' and
10469            ('IP4BASE' or
10470             'POLICE_MARK' or
10471             'COPWHLIST' or
10472             ('NAT44' and 'BASE') or
10473             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
10474            'NDRPDR' and
10475            '4T2C' and
10476            'IP4FWD' and
10477            not 'IPSEC' and
10478            not 'VHOST'"
10479   parameters:
10480   - "throughput"
10481   - "parent"
10482   - "tags"
10483   sort:
10484   - "DOT1Q"
10485   - "IP4BASE"
10486   - "NAT44"
10487   - "POLICE_MARK"
10488   - "COPWHLIST"
10489   - "IACL"
10490   - "OACL"
10491   traces:
10492     hoverinfo: "x+y"
10493     boxpoints: "outliers"
10494     whiskerwidth: 0
10495   layout:
10496     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
10497     layout: "plot-throughput"
10498
10499 -
10500   type: "plot"
10501   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-pdr"
10502   algorithm: "plot_performance_box"
10503   output-file-type: ".html"
10504   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-pdr"
10505   data: "plot-vpp-throughput-latency-3n-skx"
10506   filter: "'NIC_Intel-X710' and
10507            '64B' and
10508            ('IP4BASE' or
10509             'POLICE_MARK' or
10510             'COPWHLIST' or
10511             ('NAT44' and 'BASE') or
10512             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
10513            'NDRPDR' and
10514            '4T2C' and
10515            'IP4FWD' and
10516            not 'IPSEC' and
10517            not 'VHOST'"
10518   parameters:
10519   - "throughput"
10520   - "parent"
10521   - "tags"
10522   sort:
10523   - "DOT1Q"
10524   - "IP4BASE"
10525   - "NAT44"
10526   - "POLICE_MARK"
10527   - "COPWHLIST"
10528   - "IACL"
10529   - "OACL"
10530   traces:
10531     hoverinfo: "x+y"
10532     boxpoints: "outliers"
10533     whiskerwidth: 0
10534   layout:
10535     title: "ip4-3n-skx-x710-64b-4t2c-features-pdr"
10536     layout: "plot-throughput"
10537
10538 # Packet Throughput - VPP IPv4 3n-skx-x710 features nat44
10539 -
10540   type: "plot"
10541   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
10542   algorithm: "plot_performance_box"
10543   output-file-type: ".html"
10544   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
10545   data: "plot-vpp-throughput-latency-3n-hsw"
10546   filter: "'NIC_Intel-X710' and
10547            '64B' and
10548            'NDRPDR' and
10549            '1T1C' and
10550            'IP4FWD' and
10551            ('NAT44' or 'IP4BASE') and
10552            not 'IPSEC' and
10553            not 'VHOST'"
10554   parameters:
10555   - "throughput"
10556   - "parent"
10557   - "tags"
10558   sort:
10559   - "IP4BASE"
10560   - "BASE"
10561   - "SRC_USER_10"
10562   - "SRC_USER_100"
10563   - "SRC_USER_1000"
10564   - "SRC_USER_2000"
10565   traces:
10566     hoverinfo: "x+y"
10567     boxpoints: "outliers"
10568     whiskerwidth: 0
10569   layout:
10570     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
10571     layout: "plot-throughput"
10572
10573 -
10574   type: "plot"
10575   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
10576   algorithm: "plot_performance_box"
10577   output-file-type: ".html"
10578   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
10579   data: "plot-vpp-throughput-latency-3n-hsw"
10580   filter: "'NIC_Intel-X710' and
10581            '64B' and
10582            'NDRPDR' and
10583            '1T1C' and
10584            'IP4FWD' and
10585            ('NAT44' or 'IP4BASE') and
10586            not 'IPSEC' and
10587            not 'VHOST'"
10588   parameters:
10589   - "throughput"
10590   - "parent"
10591   - "tags"
10592   sort:
10593   - "IP4BASE"
10594   - "BASE"
10595   - "SRC_USER_10"
10596   - "SRC_USER_100"
10597   - "SRC_USER_1000"
10598   - "SRC_USER_2000"
10599   traces:
10600     hoverinfo: "x+y"
10601     boxpoints: "outliers"
10602     whiskerwidth: 0
10603   layout:
10604     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
10605     layout: "plot-throughput"
10606
10607 -
10608   type: "plot"
10609   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
10610   algorithm: "plot_performance_box"
10611   output-file-type: ".html"
10612   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
10613   data: "plot-vpp-throughput-latency-3n-hsw"
10614   filter: "'NIC_Intel-X710' and
10615            '64B' and
10616            'NDRPDR' and
10617            '2T2C' and
10618            'IP4FWD' and
10619            ('NAT44' or 'IP4BASE') and
10620            not 'IPSEC' and
10621            not 'VHOST'"
10622   parameters:
10623   - "throughput"
10624   - "parent"
10625   - "tags"
10626   sort:
10627   - "IP4BASE"
10628   - "BASE"
10629   - "SRC_USER_10"
10630   - "SRC_USER_100"
10631   - "SRC_USER_1000"
10632   - "SRC_USER_2000"
10633   traces:
10634     hoverinfo: "x+y"
10635     boxpoints: "outliers"
10636     whiskerwidth: 0
10637   layout:
10638     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
10639     layout: "plot-throughput"
10640
10641 -
10642   type: "plot"
10643   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
10644   algorithm: "plot_performance_box"
10645   output-file-type: ".html"
10646   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
10647   data: "plot-vpp-throughput-latency-3n-hsw"
10648   filter: "'NIC_Intel-X710' and
10649            '64B' and
10650            'NDRPDR' and
10651            '2T2C' and
10652            'IP4FWD' and
10653            ('NAT44' or 'IP4BASE') and
10654            not 'IPSEC' and
10655            not 'VHOST'"
10656   parameters:
10657   - "throughput"
10658   - "parent"
10659   - "tags"
10660   sort:
10661   - "IP4BASE"
10662   - "BASE"
10663   - "SRC_USER_10"
10664   - "SRC_USER_100"
10665   - "SRC_USER_1000"
10666   - "SRC_USER_2000"
10667   traces:
10668     hoverinfo: "x+y"
10669     boxpoints: "outliers"
10670     whiskerwidth: 0
10671   layout:
10672     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
10673     layout: "plot-throughput"
10674
10675 # Packet Throughput - VPP IPv4 3n-skx-x710 features iacl
10676 -
10677   type: "plot"
10678   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
10679   algorithm: "plot_performance_box"
10680   output-file-type: ".html"
10681   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
10682   data: "plot-vpp-throughput-latency-3n-hsw"
10683   filter: "'NIC_Intel-X710' and
10684            '64B' and
10685            'NDRPDR' and
10686            '1T1C' and
10687            'IP4FWD' and
10688            ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
10689            not 'IPSEC' and
10690            not 'VHOST'"
10691   parameters:
10692   - "throughput"
10693   - "parent"
10694   - "tags"
10695   sort:
10696   - "IP4BASE"
10697   - "ACL_STATELESS"
10698   - "ACL_STATEFUL"
10699   - "ACL_STATELESS"
10700   - "ACL_STATEFUL"
10701   traces:
10702     hoverinfo: "x+y"
10703     boxpoints: "outliers"
10704     whiskerwidth: 0
10705   layout:
10706     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
10707     layout: "plot-throughput"
10708
10709 -
10710   type: "plot"
10711   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
10712   algorithm: "plot_performance_box"
10713   output-file-type: ".html"
10714   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
10715   data: "plot-vpp-throughput-latency-3n-hsw"
10716   filter: "'NIC_Intel-X710' and
10717            '64B' and
10718            'NDRPDR' and
10719            '1T1C' and
10720            'IP4FWD' and
10721            ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
10722            not 'IPSEC' and
10723            not 'VHOST'"
10724   parameters:
10725   - "throughput"
10726   - "parent"
10727   - "tags"
10728   sort:
10729   - "IP4BASE"
10730   - "ACL_STATELESS"
10731   - "ACL_STATEFUL"
10732   - "ACL_STATELESS"
10733   - "ACL_STATEFUL"
10734   traces:
10735     hoverinfo: "x+y"
10736     boxpoints: "outliers"
10737     whiskerwidth: 0
10738   layout:
10739     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
10740     layout: "plot-throughput"
10741
10742 -
10743   type: "plot"
10744   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
10745   algorithm: "plot_performance_box"
10746   output-file-type: ".html"
10747   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
10748   data: "plot-vpp-throughput-latency-3n-hsw"
10749   filter: "'NIC_Intel-X710' and
10750            '64B' and
10751            'NDRPDR' and
10752            '2T2C' and
10753            'IP4FWD' and
10754            ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
10755            not 'IPSEC' and
10756            not 'VHOST'"
10757   parameters:
10758   - "throughput"
10759   - "parent"
10760   - "tags"
10761   sort:
10762   - "IP4BASE"
10763   - "ACL_STATELESS"
10764   - "ACL_STATEFUL"
10765   - "ACL_STATELESS"
10766   - "ACL_STATEFUL"
10767   traces:
10768     hoverinfo: "x+y"
10769     boxpoints: "outliers"
10770     whiskerwidth: 0
10771   layout:
10772     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
10773     layout: "plot-throughput"
10774
10775 -
10776   type: "plot"
10777   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
10778   algorithm: "plot_performance_box"
10779   output-file-type: ".html"
10780   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
10781   data: "plot-vpp-throughput-latency-3n-hsw"
10782   filter: "'NIC_Intel-X710' and
10783            '64B' and
10784            'NDRPDR' and
10785            '2T2C' and
10786            'IP4FWD' and
10787            ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
10788            not 'IPSEC' and
10789            not 'VHOST'"
10790   parameters:
10791   - "throughput"
10792   - "parent"
10793   - "tags"
10794   sort:
10795   - "IP4BASE"
10796   - "ACL_STATELESS"
10797   - "ACL_STATEFUL"
10798   - "ACL_STATELESS"
10799   - "ACL_STATEFUL"
10800   traces:
10801     hoverinfo: "x+y"
10802     boxpoints: "outliers"
10803     whiskerwidth: 0
10804   layout:
10805     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
10806     layout: "plot-throughput"
10807
10808 # Packet Throughput - VPP IPv4 2n-skx-x710 base and scale
10809 -
10810   type: "plot"
10811   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
10812   algorithm: "plot_performance_box"
10813   output-file-type: ".html"
10814   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
10815   data: "plot-vpp-throughput-latency-2n-skx"
10816   filter: "'NIC_Intel-X710' and
10817            '64B' and
10818            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10819            'NDRPDR' and
10820            '2T1C' and
10821            'IP4FWD' and
10822            not 'IPSEC' and
10823            not 'DOT1Q' and
10824            not 'VHOST'"
10825   parameters:
10826   - "throughput"
10827   - "parent"
10828   - "tags"
10829   sort:
10830   - "IP4BASE"
10831   - "FIB_20k"
10832   - "FIB_200k"
10833   - "FIB_2M"
10834   traces:
10835     hoverinfo: "x+y"
10836     boxpoints: "outliers"
10837     whiskerwidth: 0
10838   layout:
10839     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
10840     layout: "plot-throughput"
10841
10842 -
10843   type: "plot"
10844   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
10845   algorithm: "plot_performance_box"
10846   output-file-type: ".html"
10847   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
10848   data: "plot-vpp-throughput-latency-2n-skx"
10849   filter: "'NIC_Intel-X710' and
10850            '64B' and
10851            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10852            'NDRPDR' and
10853            '2T1C' and
10854            'IP4FWD' and
10855            not 'IPSEC' and
10856            not 'DOT1Q' and
10857            not 'VHOST'"
10858   parameters:
10859   - "throughput"
10860   - "parent"
10861   - "tags"
10862   sort:
10863   - "IP4BASE"
10864   - "FIB_20k"
10865   - "FIB_200k"
10866   - "FIB_2M"
10867   traces:
10868     hoverinfo: "x+y"
10869     boxpoints: "outliers"
10870     whiskerwidth: 0
10871   layout:
10872     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
10873     layout: "plot-throughput"
10874
10875 -
10876   type: "plot"
10877   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
10878   algorithm: "plot_performance_box"
10879   output-file-type: ".html"
10880   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
10881   data: "plot-vpp-throughput-latency-2n-skx"
10882   filter: "'NIC_Intel-X710' and
10883            '64B' and
10884            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10885            'NDRPDR' and
10886            '4T2C' and
10887            'IP4FWD' and
10888            not 'IPSEC' and
10889            not 'DOT1Q' and
10890            not 'VHOST'"
10891   parameters:
10892   - "throughput"
10893   - "parent"
10894   - "tags"
10895   sort:
10896   - "IP4BASE"
10897   - "FIB_20k"
10898   - "FIB_200k"
10899   - "FIB_2M"
10900   traces:
10901     hoverinfo: "x+y"
10902     boxpoints: "outliers"
10903     whiskerwidth: 0
10904   layout:
10905     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
10906     layout: "plot-throughput"
10907
10908 -
10909   type: "plot"
10910   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
10911   algorithm: "plot_performance_box"
10912   output-file-type: ".html"
10913   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
10914   data: "plot-vpp-throughput-latency-2n-skx"
10915   filter: "'NIC_Intel-X710' and
10916            '64B' and
10917            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10918            'NDRPDR' and
10919            '4T2C' and
10920            'IP4FWD' and
10921            not 'IPSEC' and
10922            not 'DOT1Q' and
10923            not 'VHOST'"
10924   parameters:
10925   - "throughput"
10926   - "parent"
10927   - "tags"
10928   sort:
10929   - "IP4BASE"
10930   - "FIB_20k"
10931   - "FIB_200k"
10932   - "FIB_2M"
10933   traces:
10934     hoverinfo: "x+y"
10935     boxpoints: "outliers"
10936     whiskerwidth: 0
10937   layout:
10938     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
10939     layout: "plot-throughput"
10940
10941 # Packet Throughput - VPP IPv4 2n-skx-xxv710 base and scale
10942 -
10943   type: "plot"
10944   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
10945   algorithm: "plot_performance_box"
10946   output-file-type: ".html"
10947   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
10948   data: "plot-vpp-throughput-latency-2n-skx"
10949   filter: "'NIC_Intel-XXV710' and
10950            '64B' and
10951            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10952            'NDRPDR' and
10953            '2T1C' and
10954            'IP4FWD' and
10955            not 'IPSEC' and
10956            not 'DOT1Q' and
10957            not 'VHOST'"
10958   parameters:
10959   - "throughput"
10960   - "parent"
10961   - "tags"
10962   sort:
10963   - "IP4BASE"
10964   - "FIB_20k"
10965   - "FIB_200k"
10966   - "FIB_2M"
10967   traces:
10968     hoverinfo: "x+y"
10969     boxpoints: "outliers"
10970     whiskerwidth: 0
10971   layout:
10972     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
10973     layout: "plot-throughput"
10974
10975 -
10976   type: "plot"
10977   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
10978   algorithm: "plot_performance_box"
10979   output-file-type: ".html"
10980   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
10981   data: "plot-vpp-throughput-latency-2n-skx"
10982   filter: "'NIC_Intel-XXV710' and
10983            '64B' and
10984            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10985            'NDRPDR' and
10986            '2T1C' and
10987            'IP4FWD' and
10988            not 'IPSEC' and
10989            not 'DOT1Q' and
10990            not 'VHOST'"
10991   parameters:
10992   - "throughput"
10993   - "parent"
10994   - "tags"
10995   sort:
10996   - "IP4BASE"
10997   - "FIB_20k"
10998   - "FIB_200k"
10999   - "FIB_2M"
11000   traces:
11001     hoverinfo: "x+y"
11002     boxpoints: "outliers"
11003     whiskerwidth: 0
11004   layout:
11005     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
11006     layout: "plot-throughput"
11007
11008 -
11009   type: "plot"
11010   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
11011   algorithm: "plot_performance_box"
11012   output-file-type: ".html"
11013   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
11014   data: "plot-vpp-throughput-latency-2n-skx"
11015   filter: "'NIC_Intel-XXV710' and
11016            '64B' and
11017            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
11018            'NDRPDR' and
11019            '4T2C' and
11020            'IP4FWD' and
11021            not 'IPSEC' and
11022            not 'DOT1Q' and
11023            not 'VHOST'"
11024   parameters:
11025   - "throughput"
11026   - "parent"
11027   - "tags"
11028   sort:
11029   - "IP4BASE"
11030   - "FIB_20k"
11031   - "FIB_200k"
11032   - "FIB_2M"
11033   traces:
11034     hoverinfo: "x+y"
11035     boxpoints: "outliers"
11036     whiskerwidth: 0
11037   layout:
11038     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
11039     layout: "plot-throughput"
11040
11041 -
11042   type: "plot"
11043   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
11044   algorithm: "plot_performance_box"
11045   output-file-type: ".html"
11046   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
11047   data: "plot-vpp-throughput-latency-2n-skx"
11048   filter: "'NIC_Intel-XXV710' and
11049            '64B' and
11050            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
11051            'NDRPDR' and
11052            '4T2C' and
11053            'IP4FWD' and
11054            not 'IPSEC' and
11055            not 'DOT1Q' and
11056            not 'VHOST'"
11057   parameters:
11058   - "throughput"
11059   - "parent"
11060   - "tags"
11061   sort:
11062   - "IP4BASE"
11063   - "FIB_20k"
11064   - "FIB_200k"
11065   - "FIB_2M"
11066   traces:
11067     hoverinfo: "x+y"
11068     boxpoints: "outliers"
11069     whiskerwidth: 0
11070   layout:
11071     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
11072     layout: "plot-throughput"
11073
11074 # Packet Throughput - VPP IPv4 2n-dnv-x553 base and scale
11075 -
11076   type: "plot"
11077   title: "VPP Throughput: ip4-2n-dnv-x553-64b-1t1c-base-ndr"
11078   algorithm: "plot_performance_box"
11079   output-file-type: ".html"
11080   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-1t1c-base-ndr"
11081   data: "intel-dnv-vpp"
11082   filter: "'NIC_Intel-X553' and
11083            '64B' and
11084            'IP4BASE' and
11085            'NDRPDR' and
11086            '1T1C' and
11087            'IP4FWD' and
11088            not 'IPSEC' and
11089            not 'VHOST'"
11090   parameters:
11091   - "throughput"
11092   - "parent"
11093   - "tags"
11094   sort:
11095   - "IP4BASE"
11096   traces:
11097     hoverinfo: "x+y"
11098     boxpoints: "outliers"
11099     whiskerwidth: 0
11100   layout:
11101     title: "ip4-2n-dnv-x553-64b-1t1c-base-ndr"
11102     layout: "plot-throughput"
11103
11104 -
11105   type: "plot"
11106   title: "VPP Throughput: ip4-2n-dnv-x553-64b-1t1c-base-pdr"
11107   algorithm: "plot_performance_box"
11108   output-file-type: ".html"
11109   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-1t1c-base-pdr"
11110   data: "intel-dnv-vpp"
11111   filter: "'NIC_Intel-X553' and
11112            '64B' and
11113            'IP4BASE' and
11114            'NDRPDR' and
11115            '1T1C' and
11116            'IP4FWD' and
11117            not 'IPSEC' and
11118            not 'VHOST'"
11119   parameters:
11120   - "throughput"
11121   - "parent"
11122   - "tags"
11123   sort:
11124   - "IP4BASE"
11125   traces:
11126     hoverinfo: "x+y"
11127     boxpoints: "outliers"
11128     whiskerwidth: 0
11129   layout:
11130     title: "ip4-2n-dnv-x553-64b-1t1c-base-pdr"
11131     layout: "plot-throughput"
11132
11133 -
11134   type: "plot"
11135   title: "VPP Throughput: ip4-2n-dnv-x553-64b-2t2c-base-ndr"
11136   algorithm: "plot_performance_box"
11137   output-file-type: ".html"
11138   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-2t2c-base-ndr"
11139   data: "intel-dnv-vpp"
11140   filter: "'NIC_Intel-X553' and
11141            '64B' and
11142            'IP4BASE' and
11143            'NDRPDR' and
11144            '2T2C' and
11145            'IP4FWD' and
11146            not 'IPSEC' and
11147            not 'VHOST'"
11148   parameters:
11149   - "throughput"
11150   - "parent"
11151   - "tags"
11152   sort:
11153   - "IP4BASE"
11154   traces:
11155     hoverinfo: "x+y"
11156     boxpoints: "outliers"
11157     whiskerwidth: 0
11158   layout:
11159     title: "ip4-2n-dnv-x553-64b-2t2c-base-ndr"
11160     layout: "plot-throughput"
11161
11162 -
11163   type: "plot"
11164   title: "VPP Throughput: ip4-2n-dnv-x553-64b-2t2c-base-pdr"
11165   algorithm: "plot_performance_box"
11166   output-file-type: ".html"
11167   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-2t2c-base-pdr"
11168   data: "intel-dnv-vpp"
11169   filter: "'NIC_Intel-X553' and
11170            '64B' and
11171            'IP4BASE' 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   traces:
11184     hoverinfo: "x+y"
11185     boxpoints: "outliers"
11186     whiskerwidth: 0
11187   layout:
11188     title: "ip4-2n-dnv-x553-64b-2t2c-base-pdr"
11189     layout: "plot-throughput"
11190
11191 ################################################################################
11192
11193 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520 - features
11194 -
11195   type: "plot"
11196   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
11197   algorithm: "plot_performance_box"
11198   output-file-type: ".html"
11199   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
11200   data: "plot-vpp-throughput-latency-3n-hsw"
11201   filter: "'NIC_Intel-X520-DA2' and
11202            '64B' and
11203            'ENCAP' and
11204            'NDRPDR' and
11205            '1T1C' and
11206            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
11207            not 'DOT1Q' and
11208            not 'VHOST' and
11209            not 'IPSECHW'"
11210   parameters:
11211   - "throughput"
11212   - "parent"
11213   - "tags"
11214   sort:
11215   - "IP4BASE"
11216   - "L2BDMACLRN"
11217   - "L2XCFWD"
11218   - "LISP"
11219   traces:
11220     hoverinfo: "x+y"
11221     boxpoints: "outliers"
11222     whiskerwidth: 0
11223   layout:
11224     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
11225     layout: "plot-throughput"
11226
11227 -
11228   type: "plot"
11229   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
11230   algorithm: "plot_performance_box"
11231   output-file-type: ".html"
11232   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
11233   data: "plot-vpp-throughput-latency-3n-hsw"
11234   filter: "'NIC_Intel-X520-DA2' and
11235            '64B' and
11236            'ENCAP' and
11237            'NDRPDR' and
11238            '2T2C' and
11239            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
11240            not 'DOT1Q' and
11241            not 'VHOST' and
11242            not 'IPSECHW'"
11243   parameters:
11244   - "throughput"
11245   - "parent"
11246   - "tags"
11247   sort:
11248   - "IP4BASE"
11249   - "L2BDMACLRN"
11250   - "L2XCFWD"
11251   - "LISP"
11252   traces:
11253     hoverinfo: "x+y"
11254     boxpoints: "outliers"
11255     whiskerwidth: 0
11256   layout:
11257     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
11258     layout: "plot-throughput"
11259
11260 -
11261   type: "plot"
11262   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
11263   algorithm: "plot_performance_box"
11264   output-file-type: ".html"
11265   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
11266   data: "plot-vpp-throughput-latency-3n-hsw"
11267   filter: "'NIC_Intel-X520-DA2' and
11268            '64B' and
11269            'ENCAP' and
11270            'NDRPDR' and
11271            '1T1C' and
11272            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
11273            not 'DOT1Q' and
11274            not 'VHOST' and
11275            not 'IPSECHW'"
11276   parameters:
11277   - "throughput"
11278   - "parent"
11279   - "tags"
11280   sort:
11281   - "IP4BASE"
11282   - "L2BDMACLRN"
11283   - "L2XCFWD"
11284   - "LISP"
11285   traces:
11286     hoverinfo: "x+y"
11287     boxpoints: "outliers"
11288     whiskerwidth: 0
11289   layout:
11290     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
11291     layout: "plot-throughput"
11292
11293 -
11294   type: "plot"
11295   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
11296   algorithm: "plot_performance_box"
11297   output-file-type: ".html"
11298   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
11299   data: "plot-vpp-throughput-latency-3n-hsw"
11300   filter: "'NIC_Intel-X520-DA2' and
11301            '64B' and
11302            'ENCAP' and
11303            'NDRPDR' and
11304            '2T2C' and
11305            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
11306            not 'DOT1Q' and
11307            not 'VHOST' and
11308            not 'IPSECHW'"
11309   parameters:
11310   - "throughput"
11311   - "parent"
11312   - "tags"
11313   sort:
11314   - "IP4BASE"
11315   - "L2BDMACLRN"
11316   - "L2XCFWD"
11317   - "LISP"
11318   traces:
11319     hoverinfo: "x+y"
11320     boxpoints: "outliers"
11321     whiskerwidth: 0
11322   layout:
11323     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
11324     layout: "plot-throughput"
11325
11326 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 base and scale
11327 -
11328   type: "plot"
11329   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
11330   algorithm: "plot_performance_box"
11331   output-file-type: ".html"
11332   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
11333   data: "plot-vpp-throughput-latency-3n-hsw"
11334   filter: "'NIC_Intel-X710' and
11335            '64B' and
11336            'ENCAP' and
11337            'NDRPDR' and
11338            '1T1C' and
11339            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
11340            not 'VHOST' and
11341            not 'IPSECHW'"
11342   parameters:
11343   - "throughput"
11344   - "parent"
11345   - "tags"
11346   sort:
11347   - "IP4BASE"
11348   - "LISP"
11349   - "VXLAN_1"
11350   - "VXLAN_10"
11351   - "VXLAN_100"
11352   - "VXLAN_1000"
11353   traces:
11354     hoverinfo: "x+y"
11355     boxpoints: "outliers"
11356     whiskerwidth: 0
11357   layout:
11358     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
11359     layout: "plot-throughput"
11360
11361 -
11362   type: "plot"
11363   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
11364   algorithm: "plot_performance_box"
11365   output-file-type: ".html"
11366   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
11367   data: "plot-vpp-throughput-latency-3n-hsw"
11368   filter: "'NIC_Intel-X710' and
11369            '64B' and
11370            'ENCAP' and
11371            'NDRPDR' and
11372            '1T1C' and
11373            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
11374            not 'VHOST' and
11375            not 'IPSECHW'"
11376   parameters:
11377   - "throughput"
11378   - "parent"
11379   - "tags"
11380   sort:
11381   - "IP4BASE"
11382   - "LISP"
11383   - "VXLAN_1"
11384   - "VXLAN_10"
11385   - "VXLAN_100"
11386   - "VXLAN_1000"
11387   traces:
11388     hoverinfo: "x+y"
11389     boxpoints: "outliers"
11390     whiskerwidth: 0
11391   layout:
11392     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
11393     layout: "plot-throughput"
11394
11395 -
11396   type: "plot"
11397   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
11398   algorithm: "plot_performance_box"
11399   output-file-type: ".html"
11400   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
11401   data: "plot-vpp-throughput-latency-3n-hsw"
11402   filter: "'NIC_Intel-X710' and
11403            '64B' and
11404            'ENCAP' and
11405            'NDRPDR' and
11406            '2T2C' and
11407            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
11408            not 'VHOST' and
11409            not 'IPSECHW'"
11410   parameters:
11411   - "throughput"
11412   - "parent"
11413   - "tags"
11414   sort:
11415   - "IP4BASE"
11416   - "LISP"
11417   - "VXLAN_1"
11418   - "VXLAN_10"
11419   - "VXLAN_100"
11420   - "VXLAN_1000"
11421   traces:
11422     hoverinfo: "x+y"
11423     boxpoints: "outliers"
11424     whiskerwidth: 0
11425   layout:
11426     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
11427     layout: "plot-throughput"
11428
11429 -
11430   type: "plot"
11431   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
11432   algorithm: "plot_performance_box"
11433   output-file-type: ".html"
11434   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
11435   data: "plot-vpp-throughput-latency-3n-hsw"
11436   filter: "'NIC_Intel-X710' and
11437            '64B' and
11438            'ENCAP' and
11439            'NDRPDR' and
11440            '2T2C' and
11441            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
11442            not 'VHOST' and
11443            not 'IPSECHW'"
11444   parameters:
11445   - "throughput"
11446   - "parent"
11447   - "tags"
11448   sort:
11449   - "IP4BASE"
11450   - "LISP"
11451   - "VXLAN_1"
11452   - "VXLAN_10"
11453   - "VXLAN_100"
11454   - "VXLAN_1000"
11455   traces:
11456     hoverinfo: "x+y"
11457     boxpoints: "outliers"
11458     whiskerwidth: 0
11459   layout:
11460     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
11461     layout: "plot-throughput"
11462
11463 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 - features
11464 -
11465   type: "plot"
11466   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
11467   algorithm: "plot_performance_box"
11468   output-file-type: ".html"
11469   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
11470   data: "plot-vpp-throughput-latency-3n-hsw"
11471   filter: "'NIC_Intel-X710' and
11472            '64B' and
11473            'ENCAP' and
11474            'NDRPDR' and
11475            '1T1C' and
11476            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
11477            not 'DOT1Q' and
11478            not 'VHOST' and
11479            not 'IPSECHW'"
11480   parameters:
11481   - "throughput"
11482   - "parent"
11483   - "tags"
11484   sort:
11485   - "IP4BASE"
11486   - "L2BDMACLRN"
11487   - "L2XCFWD"
11488   - "LISP"
11489   traces:
11490     hoverinfo: "x+y"
11491     boxpoints: "outliers"
11492     whiskerwidth: 0
11493   layout:
11494     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
11495     layout: "plot-throughput"
11496
11497 -
11498   type: "plot"
11499   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
11500   algorithm: "plot_performance_box"
11501   output-file-type: ".html"
11502   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
11503   data: "plot-vpp-throughput-latency-3n-hsw"
11504   filter: "'NIC_Intel-X710' and
11505            '64B' and
11506            'ENCAP' and
11507            'NDRPDR' and
11508            '2T2C' and
11509            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
11510            not 'DOT1Q' and
11511            not 'VHOST' and
11512            not 'IPSECHW'"
11513   parameters:
11514   - "throughput"
11515   - "parent"
11516   - "tags"
11517   sort:
11518   - "IP4BASE"
11519   - "L2BDMACLRN"
11520   - "L2XCFWD"
11521   - "LISP"
11522   traces:
11523     hoverinfo: "x+y"
11524     boxpoints: "outliers"
11525     whiskerwidth: 0
11526   layout:
11527     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
11528     layout: "plot-throughput"
11529
11530 -
11531   type: "plot"
11532   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
11533   algorithm: "plot_performance_box"
11534   output-file-type: ".html"
11535   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
11536   data: "plot-vpp-throughput-latency-3n-hsw"
11537   filter: "'NIC_Intel-X710' and
11538            '64B' and
11539            'ENCAP' and
11540            'NDRPDR' and
11541            '1T1C' and
11542            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
11543            not 'DOT1Q' and
11544            not 'VHOST' and
11545            not 'IPSECHW'"
11546   parameters:
11547   - "throughput"
11548   - "parent"
11549   - "tags"
11550   sort:
11551   - "IP4BASE"
11552   - "L2BDMACLRN"
11553   - "L2XCFWD"
11554   - "LISP"
11555   traces:
11556     hoverinfo: "x+y"
11557     boxpoints: "outliers"
11558     whiskerwidth: 0
11559   layout:
11560     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
11561     layout: "plot-throughput"
11562
11563 -
11564   type: "plot"
11565   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
11566   algorithm: "plot_performance_box"
11567   output-file-type: ".html"
11568   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
11569   data: "plot-vpp-throughput-latency-3n-hsw"
11570   filter: "'NIC_Intel-X710' and
11571            '64B' and
11572            'ENCAP' and
11573            'NDRPDR' and
11574            '2T2C' and
11575            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
11576            not 'DOT1Q' and
11577            not 'VHOST' and
11578            not 'IPSECHW'"
11579   parameters:
11580   - "throughput"
11581   - "parent"
11582   - "tags"
11583   sort:
11584   - "IP4BASE"
11585   - "L2BDMACLRN"
11586   - "L2XCFWD"
11587   - "LISP"
11588   traces:
11589     hoverinfo: "x+y"
11590     boxpoints: "outliers"
11591     whiskerwidth: 0
11592   layout:
11593     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
11594     layout: "plot-throughput"
11595
11596 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 base and scale
11597 -
11598   type: "plot"
11599   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
11600   algorithm: "plot_performance_box"
11601   output-file-type: ".html"
11602   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
11603   data: "plot-vpp-throughput-latency-3n-skx"
11604   filter: "'NIC_Intel-X710' and
11605            '64B' and
11606            'ENCAP' and
11607            'NDRPDR' and
11608            '2T1C' and
11609            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
11610            not 'VHOST' and
11611            not 'IPSECHW'"
11612   parameters:
11613   - "throughput"
11614   - "parent"
11615   - "tags"
11616   sort:
11617   - "IP4BASE"
11618   - "LISP"
11619   - "VXLAN_1"
11620   - "VXLAN_10"
11621   - "VXLAN_100"
11622   - "VXLAN_1000"
11623   traces:
11624     hoverinfo: "x+y"
11625     boxpoints: "outliers"
11626     whiskerwidth: 0
11627   layout:
11628     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
11629     layout: "plot-throughput"
11630
11631 -
11632   type: "plot"
11633   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
11634   algorithm: "plot_performance_box"
11635   output-file-type: ".html"
11636   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
11637   data: "plot-vpp-throughput-latency-3n-skx"
11638   filter: "'NIC_Intel-X710' and
11639            '64B' and
11640            'ENCAP' and
11641            'NDRPDR' and
11642            '2T1C' and
11643            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
11644            not 'VHOST' and
11645            not 'IPSECHW'"
11646   parameters:
11647   - "throughput"
11648   - "parent"
11649   - "tags"
11650   sort:
11651   - "IP4BASE"
11652   - "LISP"
11653   - "VXLAN_1"
11654   - "VXLAN_10"
11655   - "VXLAN_100"
11656   - "VXLAN_1000"
11657   traces:
11658     hoverinfo: "x+y"
11659     boxpoints: "outliers"
11660     whiskerwidth: 0
11661   layout:
11662     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
11663     layout: "plot-throughput"
11664
11665 -
11666   type: "plot"
11667   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
11668   algorithm: "plot_performance_box"
11669   output-file-type: ".html"
11670   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
11671   data: "plot-vpp-throughput-latency-3n-skx"
11672   filter: "'NIC_Intel-X710' and
11673            '64B' and
11674            'ENCAP' and
11675            'NDRPDR' and
11676            '4T2C' and
11677            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
11678            not 'VHOST' and
11679            not 'IPSECHW'"
11680   parameters:
11681   - "throughput"
11682   - "parent"
11683   - "tags"
11684   sort:
11685   - "IP4BASE"
11686   - "LISP"
11687   - "VXLAN_1"
11688   - "VXLAN_10"
11689   - "VXLAN_100"
11690   - "VXLAN_1000"
11691   traces:
11692     hoverinfo: "x+y"
11693     boxpoints: "outliers"
11694     whiskerwidth: 0
11695   layout:
11696     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
11697     layout: "plot-throughput"
11698
11699 -
11700   type: "plot"
11701   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
11702   algorithm: "plot_performance_box"
11703   output-file-type: ".html"
11704   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
11705   data: "plot-vpp-throughput-latency-3n-skx"
11706   filter: "'NIC_Intel-X710' and
11707            '64B' and
11708            'ENCAP' and
11709            'NDRPDR' and
11710            '4T2C' and
11711            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
11712            not 'VHOST' and
11713            not 'IPSECHW'"
11714   parameters:
11715   - "throughput"
11716   - "parent"
11717   - "tags"
11718   sort:
11719   - "IP4BASE"
11720   - "LISP"
11721   - "VXLAN_1"
11722   - "VXLAN_10"
11723   - "VXLAN_100"
11724   - "VXLAN_1000"
11725   traces:
11726     hoverinfo: "x+y"
11727     boxpoints: "outliers"
11728     whiskerwidth: 0
11729   layout:
11730     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
11731     layout: "plot-throughput"
11732
11733 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 - features
11734 -
11735   type: "plot"
11736   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
11737   algorithm: "plot_performance_box"
11738   output-file-type: ".html"
11739   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
11740   data: "plot-vpp-throughput-latency-3n-skx"
11741   filter: "'NIC_Intel-X710' and
11742            '64B' and
11743            'ENCAP' and
11744            'NDRPDR' and
11745            '2T1C' and
11746            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
11747            not 'DOT1Q' and
11748            not 'VHOST' and
11749            not 'IPSECHW'"
11750   parameters:
11751   - "throughput"
11752   - "parent"
11753   - "tags"
11754   sort:
11755   - "IP4BASE"
11756   - "L2BDMACLRN"
11757   - "L2XCFWD"
11758   - "LISP"
11759   traces:
11760     hoverinfo: "x+y"
11761     boxpoints: "outliers"
11762     whiskerwidth: 0
11763   layout:
11764     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
11765     layout: "plot-throughput"
11766
11767 -
11768   type: "plot"
11769   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
11770   algorithm: "plot_performance_box"
11771   output-file-type: ".html"
11772   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
11773   data: "plot-vpp-throughput-latency-3n-skx"
11774   filter: "'NIC_Intel-X710' and
11775            '64B' and
11776            'ENCAP' and
11777            'NDRPDR' and
11778            '4T2C' and
11779            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
11780            not 'DOT1Q' and
11781            not 'VHOST' and
11782            not 'IPSECHW'"
11783   parameters:
11784   - "throughput"
11785   - "parent"
11786   - "tags"
11787   sort:
11788   - "IP4BASE"
11789   - "L2BDMACLRN"
11790   - "L2XCFWD"
11791   - "LISP"
11792   traces:
11793     hoverinfo: "x+y"
11794     boxpoints: "outliers"
11795     whiskerwidth: 0
11796   layout:
11797     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
11798     layout: "plot-throughput"
11799
11800 -
11801   type: "plot"
11802   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
11803   algorithm: "plot_performance_box"
11804   output-file-type: ".html"
11805   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
11806   data: "plot-vpp-throughput-latency-3n-skx"
11807   filter: "'NIC_Intel-X710' and
11808            '64B' and
11809            'ENCAP' and
11810            'NDRPDR' and
11811            '2T1C' and
11812            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
11813            not 'DOT1Q' and
11814            not 'VHOST' and
11815            not 'IPSECHW'"
11816   parameters:
11817   - "throughput"
11818   - "parent"
11819   - "tags"
11820   sort:
11821   - "IP4BASE"
11822   - "L2BDMACLRN"
11823   - "L2XCFWD"
11824   - "LISP"
11825   traces:
11826     hoverinfo: "x+y"
11827     boxpoints: "outliers"
11828     whiskerwidth: 0
11829   layout:
11830     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
11831     layout: "plot-throughput"
11832
11833 -
11834   type: "plot"
11835   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
11836   algorithm: "plot_performance_box"
11837   output-file-type: ".html"
11838   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
11839   data: "plot-vpp-throughput-latency-3n-skx"
11840   filter: "'NIC_Intel-X710' and
11841            '64B' and
11842            'ENCAP' and
11843            'NDRPDR' and
11844            '4T2C' and
11845            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
11846            not 'DOT1Q' and
11847            not 'VHOST' and
11848            not 'IPSECHW'"
11849   parameters:
11850   - "throughput"
11851   - "parent"
11852   - "tags"
11853   sort:
11854   - "IP4BASE"
11855   - "L2BDMACLRN"
11856   - "L2XCFWD"
11857   - "LISP"
11858   traces:
11859     hoverinfo: "x+y"
11860     boxpoints: "outliers"
11861     whiskerwidth: 0
11862   layout:
11863     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
11864     layout: "plot-throughput"
11865
11866 ################################################################################
11867
11868 # Packet Throughput - VPP IPv6 3n-hsw-x520
11869 -
11870   type: "plot"
11871   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base-ndr"
11872   algorithm: "plot_performance_box"
11873   output-file-type: ".html"
11874   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base-ndr"
11875   data: "plot-vpp-throughput-latency-3n-hsw"
11876   filter: "'NIC_Intel-X520-DA2' and
11877            '78B' and
11878            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11879            'NDRPDR' and
11880            '1T1C' and
11881            'IP6FWD' and
11882            not 'SRv6' and
11883            not 'IPSEC' and
11884            not 'VHOST'"
11885   parameters:
11886   - "throughput"
11887   - "parent"
11888   - "tags"
11889   sort:
11890   - "IP6BASE"
11891   - "FIB_20K"
11892   - "FIB_200K"
11893   - "FIB_2M"
11894   traces:
11895     hoverinfo: "x+y"
11896     boxpoints: "outliers"
11897     whiskerwidth: 0
11898   layout:
11899     title: "ip6-3n-hsw-x520-78b-1t1c-base-ndr"
11900     layout: "plot-throughput"
11901
11902 -
11903   type: "plot"
11904   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base-pdr"
11905   algorithm: "plot_performance_box"
11906   output-file-type: ".html"
11907   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base-pdr"
11908   data: "plot-vpp-throughput-latency-3n-hsw"
11909   filter: "'NIC_Intel-X520-DA2' and
11910            '78B' and
11911            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11912            'NDRPDR' and
11913            '1T1C' and
11914            'IP6FWD' and
11915            not 'SRv6' and
11916            not 'IPSEC' and
11917            not 'VHOST'"
11918   parameters:
11919   - "throughput"
11920   - "parent"
11921   - "tags"
11922   sort:
11923   - "IP6BASE"
11924   - "FIB_20K"
11925   - "FIB_200K"
11926   - "FIB_2M"
11927   traces:
11928     hoverinfo: "x+y"
11929     boxpoints: "outliers"
11930     whiskerwidth: 0
11931   layout:
11932     title: "ip6-3n-hsw-x520-78b-1t1c-base-pdr"
11933     layout: "plot-throughput"
11934
11935 -
11936   type: "plot"
11937   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base-ndr"
11938   algorithm: "plot_performance_box"
11939   output-file-type: ".html"
11940   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base-ndr"
11941   data: "plot-vpp-throughput-latency-3n-hsw"
11942   filter: "'NIC_Intel-X520-DA2' and
11943            '78B' and
11944            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11945            'NDRPDR' and
11946            '2T2C' and
11947            'IP6FWD' and
11948            not 'SRv6' and
11949            not 'IPSEC' and
11950            not 'VHOST'"
11951   parameters:
11952   - "throughput"
11953   - "parent"
11954   - "tags"
11955   sort:
11956   - "IP6BASE"
11957   - "FIB_20K"
11958   - "FIB_200K"
11959   - "FIB_2M"
11960   traces:
11961     hoverinfo: "x+y"
11962     boxpoints: "outliers"
11963     whiskerwidth: 0
11964   layout:
11965     title: "ip6-3n-hsw-x520-78b-2t2c-base-ndr"
11966     layout: "plot-throughput"
11967
11968 -
11969   type: "plot"
11970   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base-pdr"
11971   algorithm: "plot_performance_box"
11972   output-file-type: ".html"
11973   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base-pdr"
11974   data: "plot-vpp-throughput-latency-3n-hsw"
11975   filter: "'NIC_Intel-X520-DA2' and
11976            '78B' and
11977            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11978            'NDRPDR' and
11979            '2T2C' and
11980            'IP6FWD' and
11981            not 'SRv6' and
11982            not 'IPSEC' and
11983            not 'VHOST'"
11984   parameters:
11985   - "throughput"
11986   - "parent"
11987   - "tags"
11988   sort:
11989   - "IP6BASE"
11990   - "FIB_20K"
11991   - "FIB_200K"
11992   - "FIB_2M"
11993   traces:
11994     hoverinfo: "x+y"
11995     boxpoints: "outliers"
11996     whiskerwidth: 0
11997   layout:
11998     title: "ip6-3n-hsw-x520-78b-2t2c-base-pdr"
11999     layout: "plot-throughput"
12000
12001 # Packet Throughput - VPP IPv6 3n-hsw-x710
12002 -
12003   type: "plot"
12004   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
12005   algorithm: "plot_performance_box"
12006   output-file-type: ".html"
12007   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
12008   data: "plot-vpp-throughput-latency-3n-hsw"
12009   filter: "'NIC_Intel-X710' and
12010            '78B' and
12011            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12012            'NDRPDR' and
12013            '1T1C' and
12014            'IP6FWD' and
12015            not 'SRv6' and
12016            not 'IPSEC' and
12017            not 'VHOST'"
12018   parameters:
12019   - "throughput"
12020   - "parent"
12021   - "tags"
12022   sort:
12023   - "IP6BASE"
12024   - "FIB_20K"
12025   - "FIB_200K"
12026   - "FIB_2M"
12027   traces:
12028     hoverinfo: "x+y"
12029     boxpoints: "outliers"
12030     whiskerwidth: 0
12031   layout:
12032     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
12033     layout: "plot-throughput"
12034
12035 -
12036   type: "plot"
12037   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
12038   algorithm: "plot_performance_box"
12039   output-file-type: ".html"
12040   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
12041   data: "plot-vpp-throughput-latency-3n-hsw"
12042   filter: "'NIC_Intel-X710' and
12043            '78B' and
12044            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12045            'NDRPDR' and
12046            '1T1C' and
12047            'IP6FWD' and
12048            not 'SRv6' and
12049            not 'IPSEC' and
12050            not 'VHOST'"
12051   parameters:
12052   - "throughput"
12053   - "parent"
12054   - "tags"
12055   sort:
12056   - "IP6BASE"
12057   - "FIB_20K"
12058   - "FIB_200K"
12059   - "FIB_2M"
12060   traces:
12061     hoverinfo: "x+y"
12062     boxpoints: "outliers"
12063     whiskerwidth: 0
12064   layout:
12065     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
12066     layout: "plot-throughput"
12067
12068 -
12069   type: "plot"
12070   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
12071   algorithm: "plot_performance_box"
12072   output-file-type: ".html"
12073   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
12074   data: "plot-vpp-throughput-latency-3n-hsw"
12075   filter: "'NIC_Intel-X710' and
12076            '78B' and
12077            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12078            'NDRPDR' and
12079            '2T2C' and
12080            'IP6FWD' and
12081            not 'SRv6' and
12082            not 'IPSEC' and
12083            not 'VHOST'"
12084   parameters:
12085   - "throughput"
12086   - "parent"
12087   - "tags"
12088   sort:
12089   - "IP6BASE"
12090   - "FIB_20K"
12091   - "FIB_200K"
12092   - "FIB_2M"
12093   traces:
12094     hoverinfo: "x+y"
12095     boxpoints: "outliers"
12096     whiskerwidth: 0
12097   layout:
12098     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
12099     layout: "plot-throughput"
12100
12101 -
12102   type: "plot"
12103   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
12104   algorithm: "plot_performance_box"
12105   output-file-type: ".html"
12106   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
12107   data: "plot-vpp-throughput-latency-3n-hsw"
12108   filter: "'NIC_Intel-X710' and
12109            '78B' and
12110            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12111            'NDRPDR' and
12112            '2T2C' and
12113            'IP6FWD' and
12114            not 'SRv6' and
12115            not 'IPSEC' and
12116            not 'VHOST'"
12117   parameters:
12118   - "throughput"
12119   - "parent"
12120   - "tags"
12121   sort:
12122   - "IP6BASE"
12123   - "FIB_20K"
12124   - "FIB_200K"
12125   - "FIB_2M"
12126   traces:
12127     hoverinfo: "x+y"
12128     boxpoints: "outliers"
12129     whiskerwidth: 0
12130   layout:
12131     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
12132     layout: "plot-throughput"
12133
12134 # Packet Throughput - VPP IPv6 3n-hsw-x710 - features
12135 -
12136   type: "plot"
12137   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
12138   algorithm: "plot_performance_box"
12139   output-file-type: ".html"
12140   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
12141   data: "plot-vpp-throughput-latency-3n-hsw"
12142   filter: "'NIC_Intel-X710' and
12143            '78B' and
12144            ('IP6BASE' or
12145             'POLICE_MARK' or
12146             'COPWHLIST' or
12147             'IACLDST') and
12148            'NDRPDR' and
12149            '1T1C' and
12150            'IP6FWD' and
12151            not 'SRv6' and
12152            not 'IPSEC' and
12153            not 'VHOST'"
12154   parameters:
12155   - "throughput"
12156   - "parent"
12157   - "tags"
12158   sort:
12159   - "IP6BASE"
12160   - "POLICE_MARK"
12161   - "COPWHLIST"
12162   - "IACLDST"
12163   traces:
12164     hoverinfo: "x+y"
12165     boxpoints: "outliers"
12166     whiskerwidth: 0
12167   layout:
12168     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
12169     layout: "plot-throughput"
12170
12171 -
12172   type: "plot"
12173   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
12174   algorithm: "plot_performance_box"
12175   output-file-type: ".html"
12176   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
12177   data: "plot-vpp-throughput-latency-3n-hsw"
12178   filter: "'NIC_Intel-X710' and
12179            '78B' and
12180            ('IP6BASE' or
12181             'POLICE_MARK' or
12182             'COPWHLIST' or
12183             'IACLDST') and
12184            'NDRPDR' and
12185            '2T2C' and
12186            'IP6FWD' and
12187            not 'SRv6' and
12188            not 'IPSEC' and
12189            not 'VHOST'"
12190   parameters:
12191   - "throughput"
12192   - "parent"
12193   - "tags"
12194   sort:
12195   - "IP6BASE"
12196   - "POLICE_MARK"
12197   - "COPWHLIST"
12198   - "IACLDST"
12199   traces:
12200     hoverinfo: "x+y"
12201     boxpoints: "outliers"
12202     whiskerwidth: 0
12203   layout:
12204     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
12205     layout: "plot-throughput"
12206
12207 -
12208   type: "plot"
12209   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
12210   algorithm: "plot_performance_box"
12211   output-file-type: ".html"
12212   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
12213   data: "plot-vpp-throughput-latency-3n-hsw"
12214   filter: "'NIC_Intel-X710' and
12215            '78B' and
12216            ('IP6BASE' or
12217             'POLICE_MARK' or
12218             'COPWHLIST' or
12219             'IACLDST') and
12220            'NDRPDR' and
12221            '1T1C' and
12222            'IP6FWD' and
12223            not 'SRv6' and
12224            not 'IPSEC' and
12225            not 'VHOST'"
12226   parameters:
12227   - "throughput"
12228   - "parent"
12229   - "tags"
12230   sort:
12231   - "IP6BASE"
12232   - "POLICE_MARK"
12233   - "COPWHLIST"
12234   - "IACLDST"
12235   traces:
12236     hoverinfo: "x+y"
12237     boxpoints: "outliers"
12238     whiskerwidth: 0
12239   layout:
12240     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
12241     layout: "plot-throughput"
12242
12243 -
12244   type: "plot"
12245   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
12246   algorithm: "plot_performance_box"
12247   output-file-type: ".html"
12248   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
12249   data: "plot-vpp-throughput-latency-3n-hsw"
12250   filter: "'NIC_Intel-X710' and
12251            '78B' and
12252            ('IP6BASE' or
12253             'POLICE_MARK' or
12254             'COPWHLIST' or
12255             'IACLDST') and
12256            'NDRPDR' and
12257            '2T2C' and
12258            'IP6FWD' and
12259            not 'SRv6' and
12260            not 'IPSEC' and
12261            not 'VHOST'"
12262   parameters:
12263   - "throughput"
12264   - "parent"
12265   - "tags"
12266   sort:
12267   - "IP6BASE"
12268   - "POLICE_MARK"
12269   - "COPWHLIST"
12270   - "IACLDST"
12271   traces:
12272     hoverinfo: "x+y"
12273     boxpoints: "outliers"
12274     whiskerwidth: 0
12275   layout:
12276     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
12277     layout: "plot-throughput"
12278
12279 # Packet Throughput - VPP IPv6 3n-hsw-xl710
12280 -
12281   type: "plot"
12282   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base-ndr"
12283   algorithm: "plot_performance_box"
12284   output-file-type: ".html"
12285   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base-ndr"
12286   data: "plot-vpp-throughput-latency-3n-hsw"
12287   filter: "'NIC_Intel-XL710' and
12288            '78B' and
12289            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12290            'NDRPDR' and
12291            '1T1C' and
12292            'IP6FWD' and
12293            not 'SRv6' and
12294            not 'IPSEC' and
12295            not 'VHOST'"
12296   parameters:
12297   - "throughput"
12298   - "parent"
12299   - "tags"
12300   sort:
12301   - "IP6BASE"
12302   - "FIB_20K"
12303   - "FIB_200K"
12304   - "FIB_2M"
12305   traces:
12306     hoverinfo: "x+y"
12307     boxpoints: "outliers"
12308     whiskerwidth: 0
12309   layout:
12310     title: "ip6-3n-hsw-xl710-78b-1t1c-base-ndr"
12311     layout: "plot-throughput"
12312
12313 -
12314   type: "plot"
12315   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base-pdr"
12316   algorithm: "plot_performance_box"
12317   output-file-type: ".html"
12318   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base-pdr"
12319   data: "plot-vpp-throughput-latency-3n-hsw"
12320   filter: "'NIC_Intel-XL710' and
12321            '78B' and
12322            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12323            'NDRPDR' and
12324            '1T1C' and
12325            'IP6FWD' and
12326            not 'SRv6' and
12327            not 'IPSEC' and
12328            not 'VHOST'"
12329   parameters:
12330   - "throughput"
12331   - "parent"
12332   - "tags"
12333   sort:
12334   - "IP6BASE"
12335   - "FIB_20K"
12336   - "FIB_200K"
12337   - "FIB_2M"
12338   traces:
12339     hoverinfo: "x+y"
12340     boxpoints: "outliers"
12341     whiskerwidth: 0
12342   layout:
12343     title: "ip6-3n-hsw-xl710-78b-1t1c-base-pdr"
12344     layout: "plot-throughput"
12345
12346 -
12347   type: "plot"
12348   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base-ndr"
12349   algorithm: "plot_performance_box"
12350   output-file-type: ".html"
12351   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base-ndr"
12352   data: "plot-vpp-throughput-latency-3n-hsw"
12353   filter: "'NIC_Intel-XL710' and
12354            '78B' and
12355            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12356            'NDRPDR' and
12357            '2T2C' and
12358            'IP6FWD' and
12359            not 'SRv6' and
12360            not 'IPSEC' and
12361            not 'VHOST'"
12362   parameters:
12363   - "throughput"
12364   - "parent"
12365   - "tags"
12366   sort:
12367   - "IP6BASE"
12368   - "FIB_20K"
12369   - "FIB_200K"
12370   - "FIB_2M"
12371   traces:
12372     hoverinfo: "x+y"
12373     boxpoints: "outliers"
12374     whiskerwidth: 0
12375   layout:
12376     title: "ip6-3n-hsw-xl710-78b-2t2c-base-ndr"
12377     layout: "plot-throughput"
12378
12379 -
12380   type: "plot"
12381   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base-pdr"
12382   algorithm: "plot_performance_box"
12383   output-file-type: ".html"
12384   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base-pdr"
12385   data: "plot-vpp-throughput-latency-3n-hsw"
12386   filter: "'NIC_Intel-XL710' and
12387            '78B' and
12388            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12389            'NDRPDR' and
12390            '2T2C' and
12391            'IP6FWD' and
12392            not 'SRv6' and
12393            not 'IPSEC' and
12394            not 'VHOST'"
12395   parameters:
12396   - "throughput"
12397   - "parent"
12398   - "tags"
12399   sort:
12400   - "IP6BASE"
12401   - "FIB_20K"
12402   - "FIB_200K"
12403   - "FIB_2M"
12404   traces:
12405     hoverinfo: "x+y"
12406     boxpoints: "outliers"
12407     whiskerwidth: 0
12408   layout:
12409     title: "ip6-3n-hsw-xl710-78b-2t2c-base-pdr"
12410     layout: "plot-throughput"
12411
12412 # Packet Throughput - VPP IPv6 3n-skx-x710
12413 -
12414   type: "plot"
12415   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
12416   algorithm: "plot_performance_box"
12417   output-file-type: ".html"
12418   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
12419   data: "plot-vpp-throughput-latency-3n-skx"
12420   filter: "'NIC_Intel-X710' and
12421            '78B' and
12422            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12423            'NDRPDR' and
12424            '2T1C' and
12425            'IP6FWD' and
12426            not 'SRv6' and
12427            not 'IPSEC' and
12428            not 'VHOST'"
12429   parameters:
12430   - "throughput"
12431   - "parent"
12432   - "tags"
12433   sort:
12434   - "IP6BASE"
12435   - "FIB_20k"
12436   - "FIB_200k"
12437   - "FIB_2M"
12438   traces:
12439     hoverinfo: "x+y"
12440     boxpoints: "outliers"
12441     whiskerwidth: 0
12442   layout:
12443     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
12444     layout: "plot-throughput"
12445
12446 -
12447   type: "plot"
12448   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
12449   algorithm: "plot_performance_box"
12450   output-file-type: ".html"
12451   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
12452   data: "plot-vpp-throughput-latency-3n-skx"
12453   filter: "'NIC_Intel-X710' and
12454            '78B' and
12455            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12456            'NDRPDR' and
12457            '2T1C' and
12458            'IP6FWD' and
12459            not 'SRv6' and
12460            not 'IPSEC' and
12461            not 'VHOST'"
12462   parameters:
12463   - "throughput"
12464   - "parent"
12465   - "tags"
12466   sort:
12467   - "IP6BASE"
12468   - "FIB_20k"
12469   - "FIB_200k"
12470   - "FIB_2M"
12471   traces:
12472     hoverinfo: "x+y"
12473     boxpoints: "outliers"
12474     whiskerwidth: 0
12475   layout:
12476     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
12477     layout: "plot-throughput"
12478
12479 -
12480   type: "plot"
12481   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
12482   algorithm: "plot_performance_box"
12483   output-file-type: ".html"
12484   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
12485   data: "plot-vpp-throughput-latency-3n-skx"
12486   filter: "'NIC_Intel-X710' and
12487            '78B' and
12488            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12489            'NDRPDR' and
12490            '4T2C' and
12491            'IP6FWD' and
12492            not 'SRv6' and
12493            not 'IPSEC' and
12494            not 'VHOST'"
12495   parameters:
12496   - "throughput"
12497   - "parent"
12498   - "tags"
12499   sort:
12500   - "IP6BASE"
12501   - "FIB_20k"
12502   - "FIB_200k"
12503   - "FIB_2M"
12504   traces:
12505     hoverinfo: "x+y"
12506     boxpoints: "outliers"
12507     whiskerwidth: 0
12508   layout:
12509     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
12510     layout: "plot-throughput"
12511
12512 -
12513   type: "plot"
12514   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
12515   algorithm: "plot_performance_box"
12516   output-file-type: ".html"
12517   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
12518   data: "plot-vpp-throughput-latency-3n-skx"
12519   filter: "'NIC_Intel-X710' and
12520            '78B' and
12521            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12522            'NDRPDR' and
12523            '4T2C' and
12524            'IP6FWD' and
12525            not 'SRv6' and
12526            not 'IPSEC' and
12527            not 'VHOST'"
12528   parameters:
12529   - "throughput"
12530   - "parent"
12531   - "tags"
12532   sort:
12533   - "IP6BASE"
12534   - "FIB_20k"
12535   - "FIB_200k"
12536   - "FIB_2M"
12537   traces:
12538     hoverinfo: "x+y"
12539     boxpoints: "outliers"
12540     whiskerwidth: 0
12541   layout:
12542     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
12543     layout: "plot-throughput"
12544
12545 # Packet Throughput - VPP IPv6 3n-skx-x710 - features
12546 -
12547   type: "plot"
12548   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
12549   algorithm: "plot_performance_box"
12550   output-file-type: ".html"
12551   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
12552   data: "plot-vpp-throughput-latency-3n-skx"
12553   filter: "'NIC_Intel-X710' and
12554            '78B' and
12555            ('IP6BASE' or
12556             'POLICE_MARK' or
12557             'COPWHLIST' or
12558             'IACLDST') and
12559            'NDRPDR' and
12560            '2T1C' and
12561            'IP6FWD' and
12562            not 'SRv6' and
12563            not 'IPSEC' and
12564            not 'VHOST'"
12565   parameters:
12566   - "throughput"
12567   - "parent"
12568   - "tags"
12569   sort:
12570   - "IP6BASE"
12571   - "POLICE_MARK"
12572   - "COPWHLIST"
12573   - "IACLDST"
12574   traces:
12575     hoverinfo: "x+y"
12576     boxpoints: "outliers"
12577     whiskerwidth: 0
12578   layout:
12579     title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
12580     layout: "plot-throughput"
12581
12582 -
12583   type: "plot"
12584   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
12585   algorithm: "plot_performance_box"
12586   output-file-type: ".html"
12587   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
12588   data: "plot-vpp-throughput-latency-3n-skx"
12589   filter: "'NIC_Intel-X710' and
12590            '78B' and
12591            ('IP6BASE' or
12592             'POLICE_MARK' or
12593             'COPWHLIST' or
12594             'IACLDST') and
12595            'NDRPDR' and
12596            '4T2C' and
12597            'IP6FWD' and
12598            not 'SRv6' and
12599            not 'IPSEC' and
12600            not 'VHOST'"
12601   parameters:
12602   - "throughput"
12603   - "parent"
12604   - "tags"
12605   sort:
12606   - "IP6BASE"
12607   - "POLICE_MARK"
12608   - "COPWHLIST"
12609   - "IACLDST"
12610   traces:
12611     hoverinfo: "x+y"
12612     boxpoints: "outliers"
12613     whiskerwidth: 0
12614   layout:
12615     title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
12616     layout: "plot-throughput"
12617
12618 -
12619   type: "plot"
12620   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
12621   algorithm: "plot_performance_box"
12622   output-file-type: ".html"
12623   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
12624   data: "plot-vpp-throughput-latency-3n-skx"
12625   filter: "'NIC_Intel-X710' and
12626            '78B' and
12627            ('IP6BASE' or
12628             'POLICE_MARK' or
12629             'COPWHLIST' or
12630             'IACLDST') and
12631            'NDRPDR' and
12632            '2T1C' and
12633            'IP6FWD' and
12634            not 'SRv6' and
12635            not 'IPSEC' and
12636            not 'VHOST'"
12637   parameters:
12638   - "throughput"
12639   - "parent"
12640   - "tags"
12641   sort:
12642   - "IP6BASE"
12643   - "POLICE_MARK"
12644   - "COPWHLIST"
12645   - "IACLDST"
12646   traces:
12647     hoverinfo: "x+y"
12648     boxpoints: "outliers"
12649     whiskerwidth: 0
12650   layout:
12651     title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
12652     layout: "plot-throughput"
12653
12654 -
12655   type: "plot"
12656   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
12657   algorithm: "plot_performance_box"
12658   output-file-type: ".html"
12659   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
12660   data: "plot-vpp-throughput-latency-3n-skx"
12661   filter: "'NIC_Intel-X710' and
12662            '78B' and
12663            ('IP6BASE' or
12664             'POLICE_MARK' or
12665             'COPWHLIST' or
12666             'IACLDST') and
12667            'NDRPDR' and
12668            '4T2C' and
12669            'IP6FWD' and
12670            not 'SRv6' and
12671            not 'IPSEC' and
12672            not 'VHOST'"
12673   parameters:
12674   - "throughput"
12675   - "parent"
12676   - "tags"
12677   sort:
12678   - "IP6BASE"
12679   - "POLICE_MARK"
12680   - "COPWHLIST"
12681   - "IACLDST"
12682   traces:
12683     hoverinfo: "x+y"
12684     boxpoints: "outliers"
12685     whiskerwidth: 0
12686   layout:
12687     title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
12688     layout: "plot-throughput"
12689
12690 # Packet Throughput - VPP IPv6 2n-skx-x710
12691 -
12692   type: "plot"
12693   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
12694   algorithm: "plot_performance_box"
12695   output-file-type: ".html"
12696   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
12697   data: "plot-vpp-throughput-latency-2n-skx"
12698   filter: "'NIC_Intel-X710' and
12699            '78B' and
12700            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
12701            'NDRPDR' and
12702            '2T1C' and
12703            'IP6FWD' and
12704            not 'SRv6' and
12705            not 'IPSEC' and
12706            not 'VHOST'"
12707   parameters:
12708   - "throughput"
12709   - "parent"
12710   - "tags"
12711   sort:
12712   - "IP6BASE"
12713   - "FIB_20k"
12714   - "FIB_200k"
12715   - "FIB_2M"
12716   traces:
12717     hoverinfo: "x+y"
12718     boxpoints: "outliers"
12719     whiskerwidth: 0
12720   layout:
12721     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
12722     layout: "plot-throughput"
12723
12724 -
12725   type: "plot"
12726   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
12727   algorithm: "plot_performance_box"
12728   output-file-type: ".html"
12729   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
12730   data: "plot-vpp-throughput-latency-2n-skx"
12731   filter: "'NIC_Intel-X710' and
12732            '78B' and
12733            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
12734            'NDRPDR' and
12735            '2T1C' and
12736            'IP6FWD' and
12737            not 'SRv6' and
12738            not 'IPSEC' and
12739            not 'VHOST'"
12740   parameters:
12741   - "throughput"
12742   - "parent"
12743   - "tags"
12744   sort:
12745   - "IP6BASE"
12746   - "FIB_20k"
12747   - "FIB_200k"
12748   - "FIB_2M"
12749   traces:
12750     hoverinfo: "x+y"
12751     boxpoints: "outliers"
12752     whiskerwidth: 0
12753   layout:
12754     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
12755     layout: "plot-throughput"
12756
12757 -
12758   type: "plot"
12759   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
12760   algorithm: "plot_performance_box"
12761   output-file-type: ".html"
12762   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
12763   data: "plot-vpp-throughput-latency-2n-skx"
12764   filter: "'NIC_Intel-X710' and
12765            '78B' and
12766            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
12767            'NDRPDR' and
12768            '4T2C' and
12769            'IP6FWD' and
12770            not 'SRv6' and
12771            not 'IPSEC' and
12772            not 'VHOST'"
12773   parameters:
12774   - "throughput"
12775   - "parent"
12776   - "tags"
12777   sort:
12778   - "IP6BASE"
12779   - "FIB_20k"
12780   - "FIB_200k"
12781   - "FIB_2M"
12782   traces:
12783     hoverinfo: "x+y"
12784     boxpoints: "outliers"
12785     whiskerwidth: 0
12786   layout:
12787     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
12788     layout: "plot-throughput"
12789
12790 -
12791   type: "plot"
12792   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
12793   algorithm: "plot_performance_box"
12794   output-file-type: ".html"
12795   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
12796   data: "plot-vpp-throughput-latency-2n-skx"
12797   filter: "'NIC_Intel-X710' and
12798            '78B' and
12799            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
12800            'NDRPDR' and
12801            '4T2C' and
12802            'IP6FWD' and
12803            not 'SRv6' and
12804            not 'IPSEC' and
12805            not 'VHOST'"
12806   parameters:
12807   - "throughput"
12808   - "parent"
12809   - "tags"
12810   sort:
12811   - "IP6BASE"
12812   - "FIB_20k"
12813   - "FIB_200k"
12814   - "FIB_2M"
12815   traces:
12816     hoverinfo: "x+y"
12817     boxpoints: "outliers"
12818     whiskerwidth: 0
12819   layout:
12820     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
12821     layout: "plot-throughput"
12822
12823 # Packet Throughput - VPP IPv6 2n-skx-xxv710
12824 -
12825   type: "plot"
12826   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
12827   algorithm: "plot_performance_box"
12828   output-file-type: ".html"
12829   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
12830   data: "plot-vpp-throughput-latency-2n-skx"
12831   filter: "'NIC_Intel-XXV710' and
12832            '78B' and
12833            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
12834            'NDRPDR' and
12835            '2T1C' and
12836            'IP6FWD' and
12837            not 'SRv6' and
12838            not 'IPSEC' and
12839            not 'VHOST'"
12840   parameters:
12841   - "throughput"
12842   - "parent"
12843   - "tags"
12844   sort:
12845   - "IP6BASE"
12846   - "FIB_20k"
12847   - "FIB_200k"
12848   - "FIB_2M"
12849   traces:
12850     hoverinfo: "x+y"
12851     boxpoints: "outliers"
12852     whiskerwidth: 0
12853   layout:
12854     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
12855     layout: "plot-throughput"
12856
12857 -
12858   type: "plot"
12859   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
12860   algorithm: "plot_performance_box"
12861   output-file-type: ".html"
12862   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
12863   data: "plot-vpp-throughput-latency-2n-skx"
12864   filter: "'NIC_Intel-XXV710' and
12865            '78B' and
12866            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
12867            'NDRPDR' and
12868            '2T1C' and
12869            'IP6FWD' and
12870            not 'SRv6' and
12871            not 'IPSEC' and
12872            not 'VHOST'"
12873   parameters:
12874   - "throughput"
12875   - "parent"
12876   - "tags"
12877   sort:
12878   - "IP6BASE"
12879   - "FIB_20k"
12880   - "FIB_200k"
12881   - "FIB_2M"
12882   traces:
12883     hoverinfo: "x+y"
12884     boxpoints: "outliers"
12885     whiskerwidth: 0
12886   layout:
12887     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
12888     layout: "plot-throughput"
12889
12890 -
12891   type: "plot"
12892   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
12893   algorithm: "plot_performance_box"
12894   output-file-type: ".html"
12895   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
12896   data: "plot-vpp-throughput-latency-2n-skx"
12897   filter: "'NIC_Intel-XXV710' and
12898            '78B' and
12899            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
12900            'NDRPDR' and
12901            '4T2C' and
12902            'IP6FWD' and
12903            not 'SRv6' and
12904            not 'IPSEC' and
12905            not 'VHOST'"
12906   parameters:
12907   - "throughput"
12908   - "parent"
12909   - "tags"
12910   sort:
12911   - "IP6BASE"
12912   - "FIB_20k"
12913   - "FIB_200k"
12914   - "FIB_2M"
12915   traces:
12916     hoverinfo: "x+y"
12917     boxpoints: "outliers"
12918     whiskerwidth: 0
12919   layout:
12920     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
12921     layout: "plot-throughput"
12922
12923 -
12924   type: "plot"
12925   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
12926   algorithm: "plot_performance_box"
12927   output-file-type: ".html"
12928   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
12929   data: "plot-vpp-throughput-latency-2n-skx"
12930   filter: "'NIC_Intel-XXV710' and
12931            '78B' and
12932            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
12933            'NDRPDR' and
12934            '4T2C' and
12935            'IP6FWD' and
12936            not 'SRv6' and
12937            not 'IPSEC' and
12938            not 'VHOST'"
12939   parameters:
12940   - "throughput"
12941   - "parent"
12942   - "tags"
12943   sort:
12944   - "IP6BASE"
12945   - "FIB_20k"
12946   - "FIB_200k"
12947   - "FIB_2M"
12948   traces:
12949     hoverinfo: "x+y"
12950     boxpoints: "outliers"
12951     whiskerwidth: 0
12952   layout:
12953     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
12954     layout: "plot-throughput"
12955
12956 # Packet Throughput - VPP IPv6 2n-dnv-x553 base
12957 -
12958   type: "plot"
12959   title: "VPP Throughput: ip6-2n-dnv-x553-78b-1t1c-base-ndr"
12960   algorithm: "plot_performance_box"
12961   output-file-type: ".html"
12962   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-1t1c-base-ndr"
12963   data: "intel-dnv-vpp"
12964   filter: "'NIC_Intel-X553' and
12965            '78B' and
12966            'IP6BASE' and
12967            'NDRPDR' and
12968            '1T1C' and
12969            'IP6FWD' and
12970            not 'SRv6' and
12971            not 'IPSEC' and
12972            not 'VHOST'"
12973   parameters:
12974   - "throughput"
12975   - "parent"
12976   - "tags"
12977   sort:
12978   - "IP6BASE"
12979   traces:
12980     hoverinfo: "x+y"
12981     boxpoints: "outliers"
12982     whiskerwidth: 0
12983   layout:
12984     title: "ip6-2n-dnv-x553-78b-1t1c-base-ndr"
12985     layout: "plot-throughput"
12986
12987 -
12988   type: "plot"
12989   title: "VPP Throughput: ip6-2n-dnv-x553-78b-1t1c-base-pdr"
12990   algorithm: "plot_performance_box"
12991   output-file-type: ".html"
12992   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-1t1c-base-pdr"
12993   data: "intel-dnv-vpp"
12994   filter: "'NIC_Intel-X553' and
12995            '78B' and
12996            'IP6BASE' and
12997            'NDRPDR' and
12998            '1T1C' and
12999            'IP6FWD' and
13000            not 'SRv6' and
13001            not 'IPSEC' and
13002            not 'VHOST'"
13003   parameters:
13004   - "throughput"
13005   - "parent"
13006   - "tags"
13007   sort:
13008   - "IP6BASE"
13009   traces:
13010     hoverinfo: "x+y"
13011     boxpoints: "outliers"
13012     whiskerwidth: 0
13013   layout:
13014     title: "ip6-2n-dnv-x553-78b-1t1c-base-pdr"
13015     layout: "plot-throughput"
13016
13017 -
13018   type: "plot"
13019   title: "VPP Throughput: ip6-2n-dnv-x553-78b-2t2c-base-ndr"
13020   algorithm: "plot_performance_box"
13021   output-file-type: ".html"
13022   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-2t2c-base-ndr"
13023   data: "intel-dnv-vpp"
13024   filter: "'NIC_Intel-X553' and
13025            '78B' and
13026            'IP6BASE' and
13027            'NDRPDR' and
13028            '2T2C' and
13029            'IP6FWD' and
13030            not 'SRv6' and
13031            not 'IPSEC' and
13032            not 'VHOST'"
13033   parameters:
13034   - "throughput"
13035   - "parent"
13036   - "tags"
13037   sort:
13038   - "IP6BASE"
13039   traces:
13040     hoverinfo: "x+y"
13041     boxpoints: "outliers"
13042     whiskerwidth: 0
13043   layout:
13044     title: "ip6-2n-dnv-x553-78b-2t2c-base-ndr"
13045     layout: "plot-throughput"
13046
13047 -
13048   type: "plot"
13049   title: "VPP Throughput: ip6-2n-dnv-x553-78b-2t2c-base-pdr"
13050   algorithm: "plot_performance_box"
13051   output-file-type: ".html"
13052   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-2t2c-base-pdr"
13053   data: "intel-dnv-vpp"
13054   filter: "'NIC_Intel-X553' and
13055            '78B' and
13056            'IP6BASE' and
13057            'NDRPDR' and
13058            '2T2C' and
13059            'IP6FWD' and
13060            not 'SRv6' and
13061            not 'IPSEC' and
13062            not 'VHOST'"
13063   parameters:
13064   - "throughput"
13065   - "parent"
13066   - "tags"
13067   sort:
13068   - "IP6BASE"
13069   traces:
13070     hoverinfo: "x+y"
13071     boxpoints: "outliers"
13072     whiskerwidth: 0
13073   layout:
13074     title: "ip6-2n-dnv-x553-78b-2t2c-base-pdr"
13075     layout: "plot-throughput"
13076
13077 ################################################################################
13078
13079 # Packet Throughput - VPP IPv6 tunnels 3n-hsw-x520
13080 -
13081   type: "plot"
13082   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base-ndr"
13083   algorithm: "plot_performance_box"
13084   output-file-type: ".html"
13085   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base-ndr"
13086   data: "plot-vpp-throughput-latency-3n-hsw"
13087   filter: "'NIC_Intel-X520-DA2' and
13088            '78B' and
13089            'ENCAP' and
13090            'NDRPDR' and
13091            '1T1C' and
13092            'LISP' and
13093            not 'VHOST'"
13094   parameters:
13095   - "throughput"
13096   - "parent"
13097   - "tags"
13098   sort:
13099   - "IP4UNRLAY"
13100   - "IP6UNRLAY"
13101   traces:
13102     hoverinfo: "x+y"
13103     boxpoints: "outliers"
13104     whiskerwidth: 0
13105   layout:
13106     title: "ip6tun-3n-hsw-x520-78b-1t1c-base-ndr"
13107     layout: "plot-throughput"
13108
13109 -
13110   type: "plot"
13111   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base-pdr"
13112   algorithm: "plot_performance_box"
13113   output-file-type: ".html"
13114   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base-pdr"
13115   data: "plot-vpp-throughput-latency-3n-hsw"
13116   filter: "'NIC_Intel-X520-DA2' and
13117            '78B' and
13118            'ENCAP' and
13119            'NDRPDR' and
13120            '1T1C' and
13121            'LISP' and
13122            not 'VHOST'"
13123   parameters:
13124   - "throughput"
13125   - "parent"
13126   - "tags"
13127   sort:
13128   - "IP4UNRLAY"
13129   - "IP6UNRLAY"
13130   traces:
13131     hoverinfo: "x+y"
13132     boxpoints: "outliers"
13133     whiskerwidth: 0
13134   layout:
13135     title: "ip6tun-3n-hsw-x520-78b-1t1c-base-pdr"
13136     layout: "plot-throughput"
13137
13138 -
13139   type: "plot"
13140   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base-ndr"
13141   algorithm: "plot_performance_box"
13142   output-file-type: ".html"
13143   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base-ndr"
13144   data: "plot-vpp-throughput-latency-3n-hsw"
13145   filter: "'NIC_Intel-X520-DA2' and
13146            '78B' and
13147            'ENCAP' and
13148            'NDRPDR' and
13149            '2T2C' and
13150            'LISP' and
13151            not 'VHOST'"
13152   parameters:
13153   - "throughput"
13154   - "parent"
13155   - "tags"
13156   sort:
13157   - "IP4UNRLAY"
13158   - "IP6UNRLAY"
13159   traces:
13160     hoverinfo: "x+y"
13161     boxpoints: "outliers"
13162     whiskerwidth: 0
13163   layout:
13164     title: "ip6tun-3n-hsw-x520-78b-2t2c-base-ndr"
13165     layout: "plot-throughput"
13166
13167 -
13168   type: "plot"
13169   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base-pdr"
13170   algorithm: "plot_performance_box"
13171   output-file-type: ".html"
13172   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base-pdr"
13173   data: "plot-vpp-throughput-latency-3n-hsw"
13174   filter: "'NIC_Intel-X520-DA2' and
13175            '78B' and
13176            'ENCAP' and
13177            'NDRPDR' and
13178            '2T2C' and
13179            'LISP' and
13180            not 'VHOST'"
13181   parameters:
13182   - "throughput"
13183   - "parent"
13184   - "tags"
13185   sort:
13186   - "IP4UNRLAY"
13187   - "IP6UNRLAY"
13188   traces:
13189     hoverinfo: "x+y"
13190     boxpoints: "outliers"
13191     whiskerwidth: 0
13192   layout:
13193     title: "ip6tun-3n-hsw-x520-78b-2t2c-base-pdr"
13194     layout: "plot-throughput"
13195
13196 ################################################################################
13197
13198 # Packet Throughput - VPP IPSec 3n-hsw-xl710 base
13199 -
13200   type: "plot"
13201   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
13202   algorithm: "plot_performance_box"
13203   output-file-type: ".html"
13204   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
13205   data: "plot-vpp-throughput-latency-3n-hsw"
13206   filter: "'NIC_Intel-XL710' and
13207            '64B' and
13208            'IP4FWD' and
13209            'NDRPDR' and
13210            'BASE' and
13211            '1T1C' and
13212            'IPSECHW' and
13213            ('IPSECTRAN' or 'IPSECTUN') and
13214            not 'VHOST'"
13215   parameters:
13216   - "throughput"
13217   - "parent"
13218   - "tags"
13219   traces:
13220     hoverinfo: "x+y"
13221     boxpoints: "outliers"
13222     whiskerwidth: 0
13223   layout:
13224     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
13225     layout: "plot-throughput"
13226
13227 -
13228   type: "plot"
13229   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
13230   algorithm: "plot_performance_box"
13231   output-file-type: ".html"
13232   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
13233   data: "plot-vpp-throughput-latency-3n-hsw"
13234   filter: "'NIC_Intel-XL710' and
13235            '64B' and
13236            'IP4FWD' and
13237            'NDRPDR' and
13238            'BASE' and
13239            '1T1C' and
13240            'IPSECHW' and
13241            ('IPSECTRAN' or 'IPSECTUN') and
13242            not 'VHOST'"
13243   parameters:
13244   - "throughput"
13245   - "parent"
13246   - "tags"
13247   traces:
13248     hoverinfo: "x+y"
13249     boxpoints: "outliers"
13250     whiskerwidth: 0
13251   layout:
13252     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
13253     layout: "plot-throughput"
13254
13255 -
13256   type: "plot"
13257   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
13258   algorithm: "plot_performance_box"
13259   output-file-type: ".html"
13260   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
13261   data: "plot-vpp-throughput-latency-3n-hsw"
13262   filter: "'NIC_Intel-XL710' and
13263            '64B' and
13264            'IP4FWD' and
13265            'NDRPDR' and
13266            'BASE' and
13267            '2T2C' and
13268            'IPSECHW' and
13269            ('IPSECTRAN' or 'IPSECTUN') and
13270            not 'VHOST'"
13271   parameters:
13272   - "throughput"
13273   - "parent"
13274   - "tags"
13275   traces:
13276     hoverinfo: "x+y"
13277     boxpoints: "outliers"
13278     whiskerwidth: 0
13279   layout:
13280     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
13281     layout: "plot-throughput"
13282
13283 -
13284   type: "plot"
13285   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
13286   algorithm: "plot_performance_box"
13287   output-file-type: ".html"
13288   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
13289   data: "plot-vpp-throughput-latency-3n-hsw"
13290   filter: "'NIC_Intel-XL710' and
13291            '64B' and
13292            'IP4FWD' and
13293            'NDRPDR' and
13294            'BASE' and
13295            '2T2C' and
13296            'IPSECHW' and
13297            ('IPSECTRAN' or 'IPSECTUN') and
13298            not 'VHOST'"
13299   parameters:
13300   - "throughput"
13301   - "parent"
13302   - "tags"
13303   traces:
13304     hoverinfo: "x+y"
13305     boxpoints: "outliers"
13306     whiskerwidth: 0
13307   layout:
13308     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
13309     layout: "plot-throughput"
13310
13311 # Packet Throughput - VPP IPSec 3n-hsw-xl710 scale
13312 -
13313   type: "plot"
13314   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
13315   algorithm: "plot_performance_box"
13316   output-file-type: ".html"
13317   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
13318   data: "plot-vpp-throughput-latency-3n-hsw"
13319   filter: "'NIC_Intel-XL710' and
13320            '64B' and
13321            'IP4FWD' and
13322            'NDRPDR' and
13323            'SCALE' and
13324            '1T1C' and
13325            'IPSECHW' and
13326            ('IPSECTRAN' or 'IPSECTUN') and
13327            not 'VHOST'"
13328   parameters:
13329   - "throughput"
13330   - "parent"
13331   - "tags"
13332   traces:
13333     hoverinfo: "x+y"
13334     boxpoints: "outliers"
13335     whiskerwidth: 0
13336   layout:
13337     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
13338     layout: "plot-throughput"
13339
13340 -
13341   type: "plot"
13342   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
13343   algorithm: "plot_performance_box"
13344   output-file-type: ".html"
13345   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
13346   data: "plot-vpp-throughput-latency-3n-hsw"
13347   filter: "'NIC_Intel-XL710' and
13348            '64B' and
13349            'IP4FWD' and
13350            'NDRPDR' and
13351            'SCALE' and
13352            '1T1C' and
13353            'IPSECHW' and
13354            ('IPSECTRAN' or 'IPSECTUN') and
13355            not 'VHOST'"
13356   parameters:
13357   - "throughput"
13358   - "parent"
13359   - "tags"
13360   traces:
13361     hoverinfo: "x+y"
13362     boxpoints: "outliers"
13363     whiskerwidth: 0
13364   layout:
13365     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
13366     layout: "plot-throughput"
13367
13368 -
13369   type: "plot"
13370   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
13371   algorithm: "plot_performance_box"
13372   output-file-type: ".html"
13373   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
13374   data: "plot-vpp-throughput-latency-3n-hsw"
13375   filter: "'NIC_Intel-XL710' and
13376            '64B' and
13377            'IP4FWD' and
13378            'NDRPDR' and
13379            'SCALE' and
13380            '2T2C' and
13381            'IPSECHW' and
13382            ('IPSECTRAN' or 'IPSECTUN') and
13383            not 'VHOST'"
13384   parameters:
13385   - "throughput"
13386   - "parent"
13387   - "tags"
13388   traces:
13389     hoverinfo: "x+y"
13390     boxpoints: "outliers"
13391     whiskerwidth: 0
13392   layout:
13393     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
13394     layout: "plot-throughput"
13395
13396 -
13397   type: "plot"
13398   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
13399   algorithm: "plot_performance_box"
13400   output-file-type: ".html"
13401   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
13402   data: "plot-vpp-throughput-latency-3n-hsw"
13403   filter: "'NIC_Intel-XL710' and
13404            '64B' and
13405            'IP4FWD' and
13406            'NDRPDR' and
13407            'SCALE' and
13408            '2T2C' and
13409            'IPSECHW' and
13410            ('IPSECTRAN' or 'IPSECTUN') and
13411            not 'VHOST'"
13412   parameters:
13413   - "throughput"
13414   - "parent"
13415   - "tags"
13416   traces:
13417     hoverinfo: "x+y"
13418     boxpoints: "outliers"
13419     whiskerwidth: 0
13420   layout:
13421     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
13422     layout: "plot-throughput"
13423
13424 # Packet Throughput - VPP IPSec 3n-hsw-xl710 SW
13425 -
13426   type: "plot"
13427   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
13428   algorithm: "plot_performance_box"
13429   output-file-type: ".html"
13430   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
13431   data: "plot-vpp-throughput-latency-3n-hsw"
13432   filter: "'NIC_Intel-XL710' and
13433            '64B' and
13434            'IP4FWD' and
13435            'NDRPDR' and
13436            '1T1C' and
13437            'IPSECSW' and
13438            ('IPSECTRAN' or 'IPSECTUN') and
13439            not 'VHOST'"
13440   parameters:
13441   - "throughput"
13442   - "parent"
13443   - "tags"
13444   traces:
13445     hoverinfo: "x+y"
13446     boxpoints: "outliers"
13447     whiskerwidth: 0
13448   layout:
13449     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
13450     layout: "plot-throughput"
13451
13452 -
13453   type: "plot"
13454   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
13455   algorithm: "plot_performance_box"
13456   output-file-type: ".html"
13457   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
13458   data: "plot-vpp-throughput-latency-3n-hsw"
13459   filter: "'NIC_Intel-XL710' and
13460            '64B' and
13461            'IP4FWD' and
13462            'NDRPDR' and
13463            '1T1C' and
13464            'IPSECSW' and
13465            ('IPSECTRAN' or 'IPSECTUN') and
13466            not 'VHOST'"
13467   parameters:
13468   - "throughput"
13469   - "parent"
13470   - "tags"
13471   traces:
13472     hoverinfo: "x+y"
13473     boxpoints: "outliers"
13474     whiskerwidth: 0
13475   layout:
13476     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
13477     layout: "plot-throughput"
13478
13479 -
13480   type: "plot"
13481   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
13482   algorithm: "plot_performance_box"
13483   output-file-type: ".html"
13484   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
13485   data: "plot-vpp-throughput-latency-3n-hsw"
13486   filter: "'NIC_Intel-XL710' and
13487            '64B' and
13488            'IP4FWD' and
13489            'NDRPDR' and
13490            '2T2C' and
13491            'IPSECSW' and
13492            ('IPSECTRAN' or 'IPSECTUN') and
13493            not 'VHOST'"
13494   parameters:
13495   - "throughput"
13496   - "parent"
13497   - "tags"
13498   traces:
13499     hoverinfo: "x+y"
13500     boxpoints: "outliers"
13501     whiskerwidth: 0
13502   layout:
13503     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
13504     layout: "plot-throughput"
13505
13506 -
13507   type: "plot"
13508   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
13509   algorithm: "plot_performance_box"
13510   output-file-type: ".html"
13511   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
13512   data: "plot-vpp-throughput-latency-3n-hsw"
13513   filter: "'NIC_Intel-XL710' and
13514            '64B' and
13515            'IP4FWD' and
13516            'NDRPDR' and
13517            '2T2C' and
13518            'IPSECSW' and
13519            ('IPSECTRAN' or 'IPSECTUN') and
13520            not 'VHOST'"
13521   parameters:
13522   - "throughput"
13523   - "parent"
13524   - "tags"
13525   traces:
13526     hoverinfo: "x+y"
13527     boxpoints: "outliers"
13528     whiskerwidth: 0
13529   layout:
13530     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
13531     layout: "plot-throughput"
13532
13533 ################################################################################
13534
13535 # Packet Throughput - VPP SRv6 3n-hsw-x520
13536 -
13537   type: "plot"
13538   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-ndr"
13539   algorithm: "plot_performance_box"
13540   output-file-type: ".html"
13541   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr"
13542   data: "plot-vpp-throughput-latency-3n-hsw"
13543   filter: "'NIC_Intel-X520-DA2' and
13544            '78B' and
13545            'FEATURE' and
13546            'NDRPDR' and
13547            '1T1C' and
13548            'IP6FWD' and
13549            'SRv6'"
13550   parameters:
13551   - "throughput"
13552   - "parent"
13553   - "tags"
13554   traces:
13555     hoverinfo: "x+y"
13556     boxpoints: "outliers"
13557     whiskerwidth: 0
13558   layout:
13559     title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
13560     layout: "plot-throughput"
13561
13562 -
13563   type: "plot"
13564   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-pdr"
13565   algorithm: "plot_performance_box"
13566   output-file-type: ".html"
13567   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-pdr"
13568   data: "plot-vpp-throughput-latency-3n-hsw"
13569   filter: "'NIC_Intel-X520-DA2' and
13570            '78B' and
13571            'FEATURE' and
13572            'NDRPDR' and
13573            '1T1C' and
13574            'IP6FWD' and
13575            'SRv6'"
13576   parameters:
13577   - "throughput"
13578   - "parent"
13579   - "tags"
13580   traces:
13581     hoverinfo: "x+y"
13582     boxpoints: "outliers"
13583     whiskerwidth: 0
13584   layout:
13585     title: "srv6-3n-hsw-x520-78b-1t1c-features-pdr"
13586     layout: "plot-throughput"
13587
13588 -
13589   type: "plot"
13590   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-ndr"
13591   algorithm: "plot_performance_box"
13592   output-file-type: ".html"
13593   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr"
13594   data: "plot-vpp-throughput-latency-3n-hsw"
13595   filter: "'NIC_Intel-X520-DA2' and
13596            '78B' and
13597            'FEATURE' and
13598            'NDRPDR' and
13599            '2T2C' and
13600            'IP6FWD' and
13601            'SRv6'"
13602   parameters:
13603   - "throughput"
13604   - "parent"
13605   - "tags"
13606   traces:
13607     hoverinfo: "x+y"
13608     boxpoints: "outliers"
13609     whiskerwidth: 0
13610   layout:
13611     title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
13612     layout: "plot-throughput"
13613
13614 -
13615   type: "plot"
13616   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-pdr"
13617   algorithm: "plot_performance_box"
13618   output-file-type: ".html"
13619   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-pdr"
13620   data: "plot-vpp-throughput-latency-3n-hsw"
13621   filter: "'NIC_Intel-X520-DA2' and
13622            '78B' and
13623            'FEATURE' and
13624            'NDRPDR' and
13625            '2T2C' and
13626            'IP6FWD' and
13627            'SRv6'"
13628   parameters:
13629   - "throughput"
13630   - "parent"
13631   - "tags"
13632   traces:
13633     hoverinfo: "x+y"
13634     boxpoints: "outliers"
13635     whiskerwidth: 0
13636   layout:
13637     title: "srv6-3n-hsw-x520-78b-2t2c-features-pdr"
13638     layout: "plot-throughput"
13639
13640 ################################################################################
13641
13642 # Packet Throughput - VPP vhost ip4 3n-hsw-x520
13643 -
13644   type: "plot"
13645   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
13646   algorithm: "plot_performance_box"
13647   output-file-type: ".html"
13648   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
13649   data: "plot-vpp-throughput-latency-3n-hsw"
13650   filter: "'NIC_Intel-X520-DA2' and
13651            '64B' and
13652            'NDRPDR' and
13653            'ETH' and
13654            'IP4FWD' and
13655            '1T1C' and
13656            'VHOST_1024' and
13657            not 'VXLAN' and
13658            not 'DOT1Q'"
13659   parameters:
13660   - "throughput"
13661   - "parent"
13662   - "tags"
13663   sort:
13664   - "not CFS_OPT"
13665   - "1VM"
13666   - "2VM"
13667   traces:
13668     hoverinfo: "x+y"
13669     boxpoints: "outliers"
13670     whiskerwidth: 0
13671   layout:
13672     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
13673     layout: "plot-throughput"
13674
13675 -
13676   type: "plot"
13677   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
13678   algorithm: "plot_performance_box"
13679   output-file-type: ".html"
13680   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
13681   data: "plot-vpp-throughput-latency-3n-hsw"
13682   filter: "'NIC_Intel-X520-DA2' and
13683            '64B' and
13684            'NDRPDR' and
13685            'ETH' and
13686            'IP4FWD' and
13687            '2T2C' and
13688            'VHOST_1024' and
13689            not 'VXLAN' and
13690            not 'DOT1Q'"
13691   parameters:
13692   - "throughput"
13693   - "parent"
13694   - "tags"
13695   sort:
13696   - "not CFS_OPT"
13697   - "1VM"
13698   - "2VM"
13699   traces:
13700     hoverinfo: "x+y"
13701     boxpoints: "outliers"
13702     whiskerwidth: 0
13703   layout:
13704     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
13705     layout: "plot-throughput"
13706
13707 -
13708   type: "plot"
13709   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
13710   algorithm: "plot_performance_box"
13711   output-file-type: ".html"
13712   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
13713   data: "plot-vpp-throughput-latency-3n-hsw"
13714   filter: "'NIC_Intel-X520-DA2' and
13715            '64B' and
13716            'NDRPDR' and
13717            'ETH' and
13718            'IP4FWD' and
13719            '1T1C' and
13720            'VHOST_1024' and
13721            not 'VXLAN' and
13722            not 'DOT1Q'"
13723   parameters:
13724   - "throughput"
13725   - "parent"
13726   - "tags"
13727   sort:
13728   - "not CFS_OPT"
13729   - "1VM"
13730   - "2VM"
13731   traces:
13732     hoverinfo: "x+y"
13733     boxpoints: "outliers"
13734     whiskerwidth: 0
13735   layout:
13736     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
13737     layout: "plot-throughput"
13738
13739 -
13740   type: "plot"
13741   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
13742   algorithm: "plot_performance_box"
13743   output-file-type: ".html"
13744   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
13745   data: "plot-vpp-throughput-latency-3n-hsw"
13746   filter: "'NIC_Intel-X520-DA2' and
13747            '64B' and
13748            'NDRPDR' and
13749            'ETH' and
13750            'IP4FWD' and
13751            '2T2C' and
13752            'VHOST_1024' and
13753            not 'VXLAN' and
13754            not 'DOT1Q'"
13755   parameters:
13756   - "throughput"
13757   - "parent"
13758   - "tags"
13759   sort:
13760   - "not CFS_OPT"
13761   - "1VM"
13762   - "2VM"
13763   traces:
13764     hoverinfo: "x+y"
13765     boxpoints: "outliers"
13766     whiskerwidth: 0
13767   layout:
13768     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
13769     layout: "plot-throughput"
13770
13771 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base
13772 -
13773   type: "plot"
13774   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
13775   algorithm: "plot_performance_box"
13776   output-file-type: ".html"
13777   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
13778   data: "plot-vpp-throughput-latency-3n-hsw"
13779   filter: "'NIC_Intel-X520-DA2' and
13780            '64B' and
13781            'NDRPDR' and
13782            ('ETH' or 'DOT1Q') and
13783            'BASE' and
13784            '1T1C' and
13785            ('L2BDMACLRN' or 'L2XCFWD') and
13786            'VHOST_1024' and
13787            not 'VXLAN' and
13788            not 'IP4FWD' and
13789            not '2VM'"
13790   parameters:
13791   - "throughput"
13792   - "parent"
13793   - "tags"
13794   sort:
13795   - "L2BDMACLRN"
13796   - "L2BDMACLRN"
13797   - "L2BDMACLRN"
13798   - "L2XCFWD"
13799   - "L2XCFWD"
13800   - "L2XCFWD"
13801   traces:
13802     hoverinfo: "x+y"
13803     boxpoints: "outliers"
13804     whiskerwidth: 0
13805   layout:
13806     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
13807     layout: "plot-throughput"
13808
13809 -
13810   type: "plot"
13811   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
13812   algorithm: "plot_performance_box"
13813   output-file-type: ".html"
13814   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
13815   data: "plot-vpp-throughput-latency-3n-hsw"
13816   filter: "'NIC_Intel-X520-DA2' and
13817            '64B' and
13818            'NDRPDR' and
13819            ('ETH' or 'DOT1Q') and
13820            'BASE' and
13821            '1T1C' and
13822            ('L2BDMACLRN' or 'L2XCFWD') and
13823            'VHOST_1024' and
13824            not 'VXLAN' and
13825            not 'IP4FWD' and
13826            not '2VM'"
13827   parameters:
13828   - "throughput"
13829   - "parent"
13830   - "tags"
13831   sort:
13832   - "L2BDMACLRN"
13833   - "L2BDMACLRN"
13834   - "L2BDMACLRN"
13835   - "L2XCFWD"
13836   - "L2XCFWD"
13837   - "L2XCFWD"
13838   traces:
13839     hoverinfo: "x+y"
13840     boxpoints: "outliers"
13841     whiskerwidth: 0
13842   layout:
13843     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
13844     layout: "plot-throughput"
13845
13846 -
13847   type: "plot"
13848   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
13849   algorithm: "plot_performance_box"
13850   output-file-type: ".html"
13851   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
13852   data: "plot-vpp-throughput-latency-3n-hsw"
13853   filter: "'NIC_Intel-X520-DA2' and
13854            '64B' and
13855            'NDRPDR' and
13856            ('ETH' or 'DOT1Q') and
13857            'BASE' and
13858            '2T2C' and
13859            ('L2BDMACLRN' or 'L2XCFWD') and
13860            'VHOST_1024' and
13861            not 'VXLAN' and
13862            not 'IP4FWD' and
13863            not '2VM'"
13864   parameters:
13865   - "throughput"
13866   - "parent"
13867   - "tags"
13868   sort:
13869   - "L2BDMACLRN"
13870   - "L2BDMACLRN"
13871   - "L2BDMACLRN"
13872   - "L2XCFWD"
13873   - "L2XCFWD"
13874   - "L2XCFWD"
13875   traces:
13876     hoverinfo: "x+y"
13877     boxpoints: "outliers"
13878     whiskerwidth: 0
13879   layout:
13880     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
13881     layout: "plot-throughput"
13882
13883 -
13884   type: "plot"
13885   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
13886   algorithm: "plot_performance_box"
13887   output-file-type: ".html"
13888   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
13889   data: "plot-vpp-throughput-latency-3n-hsw"
13890   filter: "'NIC_Intel-X520-DA2' and
13891            '64B' and
13892            'NDRPDR' and
13893            ('ETH' or 'DOT1Q') and
13894            'BASE' and
13895            '2T2C' and
13896            ('L2BDMACLRN' or 'L2XCFWD') and
13897            'VHOST_1024' and
13898            not 'VXLAN' and
13899            not 'IP4FWD' and
13900            not '2VM'"
13901   parameters:
13902   - "throughput"
13903   - "parent"
13904   - "tags"
13905   sort:
13906   - "L2BDMACLRN"
13907   - "L2BDMACLRN"
13908   - "L2BDMACLRN"
13909   - "L2XCFWD"
13910   - "L2XCFWD"
13911   - "L2XCFWD"
13912   traces:
13913     hoverinfo: "x+y"
13914     boxpoints: "outliers"
13915     whiskerwidth: 0
13916   layout:
13917     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
13918     layout: "plot-throughput"
13919
13920 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base vm
13921 -
13922   type: "plot"
13923   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
13924   algorithm: "plot_performance_box"
13925   output-file-type: ".html"
13926   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
13927   data: "plot-vpp-throughput-latency-3n-hsw"
13928   filter: "'NIC_Intel-X520-DA2' and
13929            '64B' and
13930            'NDRPDR' and
13931            ('ETH' or 'DOT1Q') and
13932            '1T1C' and
13933            ('L2BDMACLRN' or 'L2XCFWD') and
13934            'VHOST_1024' and
13935            not 'CFS_OPT' and
13936            not 'DOT1Q' and
13937            not 'VXLAN' and
13938            not 'IP4FWD' and
13939            not 'LBOND'"
13940   parameters:
13941   - "throughput"
13942   - "parent"
13943   - "tags"
13944 #  sort:
13945 #  - "1VM"
13946 #  - "L2XCFWD"
13947 #  - "1VM"
13948 #  - "L2BDMACLRN"
13949   traces:
13950     hoverinfo: "x+y"
13951     boxpoints: "outliers"
13952     whiskerwidth: 0
13953   layout:
13954     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
13955     layout: "plot-throughput"
13956
13957 -
13958   type: "plot"
13959   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
13960   algorithm: "plot_performance_box"
13961   output-file-type: ".html"
13962   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
13963   data: "plot-vpp-throughput-latency-3n-hsw"
13964   filter: "'NIC_Intel-X520-DA2' and
13965            '64B' and
13966            'NDRPDR' and
13967            ('ETH' or 'DOT1Q') and
13968            '1T1C' and
13969            ('L2BDMACLRN' or 'L2XCFWD') and
13970            'VHOST_1024' and
13971            not 'CFS_OPT' and
13972            not 'DOT1Q' and
13973            not 'VXLAN' and
13974            not 'IP4FWD' and
13975            not 'LBOND'"
13976   parameters:
13977   - "throughput"
13978   - "parent"
13979   - "tags"
13980 #  sort:
13981 #  - "1VM"
13982 #  - "L2XCFWD"
13983 #  - "1VM"
13984 #  - "L2BDMACLRN"
13985   traces:
13986     hoverinfo: "x+y"
13987     boxpoints: "outliers"
13988     whiskerwidth: 0
13989   layout:
13990     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
13991     layout: "plot-throughput"
13992
13993 -
13994   type: "plot"
13995   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
13996   algorithm: "plot_performance_box"
13997   output-file-type: ".html"
13998   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
13999   data: "plot-vpp-throughput-latency-3n-hsw"
14000   filter: "'NIC_Intel-X520-DA2' and
14001            '64B' and
14002            'NDRPDR' and
14003            ('ETH' or 'DOT1Q') and
14004            '2T2C' and
14005            ('L2BDMACLRN' or 'L2XCFWD') and
14006            'VHOST_1024' and
14007            not 'CFS_OPT' and
14008            not 'DOT1Q' and
14009            not 'VXLAN' and
14010            not 'IP4FWD' and
14011            not 'LBOND'"
14012   parameters:
14013   - "throughput"
14014   - "parent"
14015   - "tags"
14016 #  sort:
14017 #  - "1VM"
14018 #  - "L2XCFWD"
14019 #  - "1VM"
14020 #  - "L2BDMACLRN"
14021   traces:
14022     hoverinfo: "x+y"
14023     boxpoints: "outliers"
14024     whiskerwidth: 0
14025   layout:
14026     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
14027     layout: "plot-throughput"
14028
14029 -
14030   type: "plot"
14031   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
14032   algorithm: "plot_performance_box"
14033   output-file-type: ".html"
14034   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
14035   data: "plot-vpp-throughput-latency-3n-hsw"
14036   filter: "'NIC_Intel-X520-DA2' and
14037            '64B' and
14038            'NDRPDR' and
14039            ('ETH' or 'DOT1Q') and
14040            '2T2C' and
14041            ('L2BDMACLRN' or 'L2XCFWD') and
14042            'VHOST_1024' and
14043            not 'CFS_OPT' and
14044            not 'DOT1Q' and
14045            not 'VXLAN' and
14046            not 'IP4FWD' and
14047            not 'LBOND'"
14048   parameters:
14049   - "throughput"
14050   - "parent"
14051   - "tags"
14052 #  sort:
14053 #  - "1VM"
14054 #  - "L2XCFWD"
14055 #  - "1VM"
14056 #  - "L2BDMACLRN"
14057   traces:
14058     hoverinfo: "x+y"
14059     boxpoints: "outliers"
14060     whiskerwidth: 0
14061   layout:
14062     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
14063     layout: "plot-throughput"
14064
14065 # Packet Throughput - VPP vhost ip4 3n-hsw-x710
14066 -
14067   type: "plot"
14068   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
14069   algorithm: "plot_performance_box"
14070   output-file-type: ".html"
14071   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
14072   data: "plot-vpp-throughput-latency-3n-hsw"
14073   filter: "'NIC_Intel-X710' and
14074            '64B' and
14075            'NDRPDR' and
14076            'ETH' and
14077            'IP4FWD' and
14078            '1T1C' and
14079            'VHOST_1024' and
14080            not 'VXLAN' and
14081            not 'CFS_OPT' and
14082            not 'DOT1Q'"
14083   parameters:
14084   - "throughput"
14085   - "parent"
14086   - "tags"
14087   sort:
14088   - "1VM"
14089   - "2VM"
14090   traces:
14091     hoverinfo: "x+y"
14092     boxpoints: "outliers"
14093     whiskerwidth: 0
14094   layout:
14095     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
14096     layout: "plot-throughput"
14097
14098 -
14099   type: "plot"
14100   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
14101   algorithm: "plot_performance_box"
14102   output-file-type: ".html"
14103   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
14104   data: "plot-vpp-throughput-latency-3n-hsw"
14105   filter: "'NIC_Intel-X710' and
14106            '64B' and
14107            'NDRPDR' and
14108            'ETH' and
14109            'IP4FWD' and
14110            '2T2C' and
14111            'VHOST_1024' and
14112            not 'VXLAN' and
14113            not 'CFS_OPT' and
14114            not 'DOT1Q'"
14115   parameters:
14116   - "throughput"
14117   - "parent"
14118   - "tags"
14119   sort:
14120   - "1VM"
14121   - "2VM"
14122   traces:
14123     hoverinfo: "x+y"
14124     boxpoints: "outliers"
14125     whiskerwidth: 0
14126   layout:
14127     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
14128     layout: "plot-throughput"
14129
14130 -
14131   type: "plot"
14132   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
14133   algorithm: "plot_performance_box"
14134   output-file-type: ".html"
14135   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
14136   data: "plot-vpp-throughput-latency-3n-hsw"
14137   filter: "'NIC_Intel-X710' and
14138            '64B' and
14139            'NDRPDR' and
14140            'ETH' and
14141            'IP4FWD' and
14142            '1T1C' and
14143            'VHOST_1024' and
14144            not 'VXLAN' and
14145            not 'CFS_OPT' and
14146            not 'DOT1Q'"
14147   parameters:
14148   - "throughput"
14149   - "parent"
14150   - "tags"
14151   sort:
14152   - "1VM"
14153   - "2VM"
14154   traces:
14155     hoverinfo: "x+y"
14156     boxpoints: "outliers"
14157     whiskerwidth: 0
14158   layout:
14159     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
14160     layout: "plot-throughput"
14161
14162 -
14163   type: "plot"
14164   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
14165   algorithm: "plot_performance_box"
14166   output-file-type: ".html"
14167   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
14168   data: "plot-vpp-throughput-latency-3n-hsw"
14169   filter: "'NIC_Intel-X710' and
14170            '64B' and
14171            'NDRPDR' and
14172            'ETH' and
14173            'IP4FWD' and
14174            '2T2C' and
14175            'VHOST_1024' and
14176            not 'VXLAN' and
14177            not 'CFS_OPT' and
14178            not 'DOT1Q'"
14179   parameters:
14180   - "throughput"
14181   - "parent"
14182   - "tags"
14183   sort:
14184   - "1VM"
14185   - "2VM"
14186   traces:
14187     hoverinfo: "x+y"
14188     boxpoints: "outliers"
14189     whiskerwidth: 0
14190   layout:
14191     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
14192     layout: "plot-throughput"
14193
14194 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base
14195 -
14196   type: "plot"
14197   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
14198   algorithm: "plot_performance_box"
14199   output-file-type: ".html"
14200   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
14201   data: "plot-vpp-throughput-latency-3n-hsw"
14202   filter: "'NIC_Intel-X710' and
14203            '64B' and
14204            'NDRPDR' and
14205            ('ETH' or 'DOT1Q') and
14206            'BASE' and
14207            '1T1C' and
14208            ('L2BDMACLRN' or 'L2XCFWD') and
14209            'VHOST_1024' and
14210            not 'VXLAN' and
14211            not 'IP4FWD' and
14212            not '2VM'"
14213   parameters:
14214   - "throughput"
14215   - "parent"
14216   - "tags"
14217   sort:
14218   - "L2BDMACLRN"
14219   - "L2BDMACLRN"
14220   - "L2BDMACLRN"
14221   - "L2XCFWD"
14222   - "L2XCFWD"
14223   - "L2XCFWD"
14224   traces:
14225     hoverinfo: "x+y"
14226     boxpoints: "outliers"
14227     whiskerwidth: 0
14228   layout:
14229     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
14230     layout: "plot-throughput"
14231
14232 -
14233   type: "plot"
14234   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
14235   algorithm: "plot_performance_box"
14236   output-file-type: ".html"
14237   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
14238   data: "plot-vpp-throughput-latency-3n-hsw"
14239   filter: "'NIC_Intel-X710' and
14240            '64B' and
14241            'NDRPDR' and
14242            ('ETH' or 'DOT1Q') and
14243            'BASE' and
14244            '1T1C' and
14245            ('L2BDMACLRN' or 'L2XCFWD') and
14246            'VHOST_1024' and
14247            not 'VXLAN' and
14248            not 'IP4FWD' and
14249            not '2VM'"
14250   parameters:
14251   - "throughput"
14252   - "parent"
14253   - "tags"
14254   sort:
14255   - "L2BDMACLRN"
14256   - "L2BDMACLRN"
14257   - "L2BDMACLRN"
14258   - "L2XCFWD"
14259   - "L2XCFWD"
14260   - "L2XCFWD"
14261   traces:
14262     hoverinfo: "x+y"
14263     boxpoints: "outliers"
14264     whiskerwidth: 0
14265   layout:
14266     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
14267     layout: "plot-throughput"
14268
14269 -
14270   type: "plot"
14271   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
14272   algorithm: "plot_performance_box"
14273   output-file-type: ".html"
14274   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
14275   data: "plot-vpp-throughput-latency-3n-hsw"
14276   filter: "'NIC_Intel-X710' and
14277            '64B' and
14278            'NDRPDR' and
14279            ('ETH' or 'DOT1Q') and
14280            'BASE' and
14281            '2T2C' and
14282            ('L2BDMACLRN' or 'L2XCFWD') and
14283            'VHOST_1024' and
14284            not 'VXLAN' and
14285            not 'IP4FWD' and
14286            not '2VM'"
14287   parameters:
14288   - "throughput"
14289   - "parent"
14290   - "tags"
14291   sort:
14292   - "L2BDMACLRN"
14293   - "L2BDMACLRN"
14294   - "L2BDMACLRN"
14295   - "L2XCFWD"
14296   - "L2XCFWD"
14297   - "L2XCFWD"
14298   traces:
14299     hoverinfo: "x+y"
14300     boxpoints: "outliers"
14301     whiskerwidth: 0
14302   layout:
14303     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
14304     layout: "plot-throughput"
14305
14306 -
14307   type: "plot"
14308   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
14309   algorithm: "plot_performance_box"
14310   output-file-type: ".html"
14311   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
14312   data: "plot-vpp-throughput-latency-3n-hsw"
14313   filter: "'NIC_Intel-X710' and
14314            '64B' and
14315            'NDRPDR' and
14316            ('ETH' or 'DOT1Q') and
14317            'BASE' and
14318            '2T2C' and
14319            ('L2BDMACLRN' or 'L2XCFWD') and
14320            'VHOST_1024' and
14321            not 'VXLAN' and
14322            not 'IP4FWD' and
14323            not '2VM'"
14324   parameters:
14325   - "throughput"
14326   - "parent"
14327   - "tags"
14328   sort:
14329   - "L2BDMACLRN"
14330   - "L2BDMACLRN"
14331   - "L2BDMACLRN"
14332   - "L2XCFWD"
14333   - "L2XCFWD"
14334   - "L2XCFWD"
14335   traces:
14336     hoverinfo: "x+y"
14337     boxpoints: "outliers"
14338     whiskerwidth: 0
14339   layout:
14340     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
14341     layout: "plot-throughput"
14342
14343 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base vm
14344 -
14345   type: "plot"
14346   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr"
14347   algorithm: "plot_performance_box"
14348   output-file-type: ".html"
14349   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr"
14350   data: "plot-vpp-throughput-latency-3n-hsw"
14351   filter: "'NIC_Intel-X710' and
14352            '64B' and
14353            'NDRPDR' and
14354            ('ETH' or 'DOT1Q') and
14355            '1T1C' and
14356            ('L2BDMACLRN' or 'L2XCFWD') and
14357            'VHOST_1024' and
14358            not 'CFS_OPT' and
14359            not 'VXLAN' and
14360            not 'IP4FWD' and
14361            not 'LBOND'"
14362   parameters:
14363   - "throughput"
14364   - "parent"
14365   - "tags"
14366   sort:
14367   - "L2BDMACLRN"
14368   - "L2BDMACLRN"
14369   - "L2BDMACLRN"
14370   - "L2XCFWD"
14371   - "L2XCFWD"
14372   - "L2XCFWD"
14373   traces:
14374     hoverinfo: "x+y"
14375     boxpoints: "outliers"
14376     whiskerwidth: 0
14377   layout:
14378     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr"
14379     layout: "plot-throughput"
14380
14381 -
14382   type: "plot"
14383   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-pdr"
14384   algorithm: "plot_performance_box"
14385   output-file-type: ".html"
14386   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-pdr"
14387   data: "plot-vpp-throughput-latency-3n-hsw"
14388   filter: "'NIC_Intel-X710' and
14389            '64B' and
14390            'NDRPDR' and
14391            ('ETH' or 'DOT1Q') and
14392            '1T1C' and
14393            ('L2BDMACLRN' or 'L2XCFWD') and
14394            'VHOST_1024' and
14395            not 'CFS_OPT' and
14396            not 'VXLAN' and
14397            not 'IP4FWD' and
14398            not 'LBOND'"
14399   parameters:
14400   - "throughput"
14401   - "parent"
14402   - "tags"
14403   sort:
14404   - "L2BDMACLRN"
14405   - "L2BDMACLRN"
14406   - "L2BDMACLRN"
14407   - "L2XCFWD"
14408   - "L2XCFWD"
14409   - "L2XCFWD"
14410   traces:
14411     hoverinfo: "x+y"
14412     boxpoints: "outliers"
14413     whiskerwidth: 0
14414   layout:
14415     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-pdr"
14416     layout: "plot-throughput"
14417
14418 -
14419   type: "plot"
14420   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr"
14421   algorithm: "plot_performance_box"
14422   output-file-type: ".html"
14423   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr"
14424   data: "plot-vpp-throughput-latency-3n-hsw"
14425   filter: "'NIC_Intel-X710' and
14426            '64B' and
14427            'NDRPDR' and
14428            ('ETH' or 'DOT1Q') and
14429            '2T2C' and
14430            ('L2BDMACLRN' or 'L2XCFWD') and
14431            'VHOST_1024' and
14432            not 'CFS_OPT' and
14433            not 'VXLAN' and
14434            not 'IP4FWD' and
14435            not 'LBOND'"
14436   parameters:
14437   - "throughput"
14438   - "parent"
14439   - "tags"
14440   sort:
14441   - "L2BDMACLRN"
14442   - "L2BDMACLRN"
14443   - "L2BDMACLRN"
14444   - "L2XCFWD"
14445   - "L2XCFWD"
14446   - "L2XCFWD"
14447   traces:
14448     hoverinfo: "x+y"
14449     boxpoints: "outliers"
14450     whiskerwidth: 0
14451   layout:
14452     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr"
14453     layout: "plot-throughput"
14454
14455 -
14456   type: "plot"
14457   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-pdr"
14458   algorithm: "plot_performance_box"
14459   output-file-type: ".html"
14460   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-pdr"
14461   data: "plot-vpp-throughput-latency-3n-hsw"
14462   filter: "'NIC_Intel-X710' and
14463            '64B' and
14464            'NDRPDR' and
14465            ('ETH' or 'DOT1Q') and
14466            '2T2C' and
14467            ('L2BDMACLRN' or 'L2XCFWD') and
14468            'VHOST_1024' and
14469            not 'CFS_OPT' and
14470            not 'VXLAN' and
14471            not 'IP4FWD' and
14472            not 'LBOND'"
14473   parameters:
14474   - "throughput"
14475   - "parent"
14476   - "tags"
14477   sort:
14478   - "L2BDMACLRN"
14479   - "L2BDMACLRN"
14480   - "L2BDMACLRN"
14481   - "L2XCFWD"
14482   - "L2XCFWD"
14483   - "L2XCFWD"
14484   traces:
14485     hoverinfo: "x+y"
14486     boxpoints: "outliers"
14487     whiskerwidth: 0
14488   layout:
14489     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-pdr"
14490     layout: "plot-throughput"
14491
14492 # Packet Throughput - VPP vhost ip4 3n-skx-x710
14493 -
14494   type: "plot"
14495   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
14496   algorithm: "plot_performance_box"
14497   output-file-type: ".html"
14498   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
14499   data: "plot-vpp-throughput-latency-3n-skx"
14500   filter: "'NIC_Intel-X710' and
14501            '64B' and
14502            'NDRPDR' and
14503            'ETH' and
14504            'IP4FWD' and
14505            '2T1C' and
14506            'VHOST_1024' and
14507            not 'VXLAN' and
14508            not 'DOT1Q'"
14509   parameters:
14510   - "throughput"
14511   - "parent"
14512   - "tags"
14513   sort:
14514   - "1VM"
14515   - "2VM"
14516   traces:
14517     hoverinfo: "x+y"
14518     boxpoints: "outliers"
14519     whiskerwidth: 0
14520   layout:
14521     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
14522     layout: "plot-throughput"
14523
14524 -
14525   type: "plot"
14526   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
14527   algorithm: "plot_performance_box"
14528   output-file-type: ".html"
14529   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
14530   data: "plot-vpp-throughput-latency-3n-skx"
14531   filter: "'NIC_Intel-X710' and
14532            '64B' and
14533            'NDRPDR' and
14534            'ETH' and
14535            'IP4FWD' and
14536            '4T2C' and
14537            'VHOST_1024' and
14538            not 'VXLAN' and
14539            not 'DOT1Q'"
14540   parameters:
14541   - "throughput"
14542   - "parent"
14543   - "tags"
14544   sort:
14545   - "1VM"
14546   - "2VM"
14547   traces:
14548     hoverinfo: "x+y"
14549     boxpoints: "outliers"
14550     whiskerwidth: 0
14551   layout:
14552     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
14553     layout: "plot-throughput"
14554
14555 -
14556   type: "plot"
14557   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
14558   algorithm: "plot_performance_box"
14559   output-file-type: ".html"
14560   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
14561   data: "plot-vpp-throughput-latency-3n-skx"
14562   filter: "'NIC_Intel-X710' and
14563            '64B' and
14564            'NDRPDR' and
14565            'ETH' and
14566            'IP4FWD' and
14567            '2T1C' and
14568            'VHOST_1024' and
14569            not 'VXLAN' and
14570            not 'DOT1Q'"
14571   parameters:
14572   - "throughput"
14573   - "parent"
14574   - "tags"
14575   sort:
14576   - "1VM"
14577   - "2VM"
14578   traces:
14579     hoverinfo: "x+y"
14580     boxpoints: "outliers"
14581     whiskerwidth: 0
14582   layout:
14583     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
14584     layout: "plot-throughput"
14585
14586 -
14587   type: "plot"
14588   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
14589   algorithm: "plot_performance_box"
14590   output-file-type: ".html"
14591   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
14592   data: "plot-vpp-throughput-latency-3n-skx"
14593   filter: "'NIC_Intel-X710' and
14594            '64B' and
14595            'NDRPDR' and
14596            'ETH' and
14597            'IP4FWD' and
14598            '4T2C' and
14599            'VHOST_1024' and
14600            not 'VXLAN' and
14601            not 'DOT1Q'"
14602   parameters:
14603   - "throughput"
14604   - "parent"
14605   - "tags"
14606   sort:
14607   - "1VM"
14608   - "2VM"
14609   traces:
14610     hoverinfo: "x+y"
14611     boxpoints: "outliers"
14612     whiskerwidth: 0
14613   layout:
14614     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
14615     layout: "plot-throughput"
14616
14617 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base
14618 -
14619   type: "plot"
14620   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr"
14621   algorithm: "plot_performance_box"
14622   output-file-type: ".html"
14623   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr"
14624   data: "plot-vpp-throughput-latency-3n-skx"
14625   filter: "'NIC_Intel-X710' and
14626            '64B' and
14627            'NDRPDR' and
14628            ('ETH' or 'DOT1Q') and
14629            'BASE' and
14630            '2T1C' and
14631            ('L2BDMACLRN' or 'L2XCFWD') and
14632            'VHOST_1024' and
14633            not 'VXLAN' and
14634            not 'IP4FWD' and
14635            not '2VM'"
14636   parameters:
14637   - "throughput"
14638   - "parent"
14639   - "tags"
14640   sort:
14641   - "L2BDMACLRN"
14642   - "L2BDMACLRN"
14643   - "L2BDMACLRN"
14644   - "L2XCFWD"
14645   - "L2XCFWD"
14646   - "L2XCFWD"
14647   traces:
14648     hoverinfo: "x+y"
14649     boxpoints: "outliers"
14650     whiskerwidth: 0
14651   layout:
14652     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr"
14653     layout: "plot-throughput"
14654
14655 -
14656   type: "plot"
14657   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-pdr"
14658   algorithm: "plot_performance_box"
14659   output-file-type: ".html"
14660   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-pdr"
14661   data: "plot-vpp-throughput-latency-3n-skx"
14662   filter: "'NIC_Intel-X710' and
14663            '64B' and
14664            'NDRPDR' and
14665            ('ETH' or 'DOT1Q') and
14666            'BASE' and
14667            '2T1C' and
14668            ('L2BDMACLRN' or 'L2XCFWD') and
14669            'VHOST_1024' and
14670            not 'VXLAN' and
14671            not 'IP4FWD' and
14672            not '2VM'"
14673   parameters:
14674   - "throughput"
14675   - "parent"
14676   - "tags"
14677   sort:
14678   - "L2BDMACLRN"
14679   - "L2BDMACLRN"
14680   - "L2BDMACLRN"
14681   - "L2XCFWD"
14682   - "L2XCFWD"
14683   - "L2XCFWD"
14684   traces:
14685     hoverinfo: "x+y"
14686     boxpoints: "outliers"
14687     whiskerwidth: 0
14688   layout:
14689     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-pdr"
14690     layout: "plot-throughput"
14691
14692 -
14693   type: "plot"
14694   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr"
14695   algorithm: "plot_performance_box"
14696   output-file-type: ".html"
14697   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr"
14698   data: "plot-vpp-throughput-latency-3n-skx"
14699   filter: "'NIC_Intel-X710' and
14700            '64B' and
14701            'NDRPDR' and
14702            ('ETH' or 'DOT1Q') and
14703            'BASE' and
14704            '4T2C' and
14705            ('L2BDMACLRN' or 'L2XCFWD') and
14706            'VHOST_1024' and
14707            not 'VXLAN' and
14708            not 'IP4FWD' and
14709            not '2VM'"
14710   parameters:
14711   - "throughput"
14712   - "parent"
14713   - "tags"
14714   sort:
14715   - "L2BDMACLRN"
14716   - "L2BDMACLRN"
14717   - "L2BDMACLRN"
14718   - "L2XCFWD"
14719   - "L2XCFWD"
14720   - "L2XCFWD"
14721   traces:
14722     hoverinfo: "x+y"
14723     boxpoints: "outliers"
14724     whiskerwidth: 0
14725   layout:
14726     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr"
14727     layout: "plot-throughput"
14728
14729 -
14730   type: "plot"
14731   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-pdr"
14732   algorithm: "plot_performance_box"
14733   output-file-type: ".html"
14734   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-pdr"
14735   data: "plot-vpp-throughput-latency-3n-skx"
14736   filter: "'NIC_Intel-X710' and
14737            '64B' and
14738            'NDRPDR' and
14739            ('ETH' or 'DOT1Q') and
14740            'BASE' and
14741            '4T2C' and
14742            ('L2BDMACLRN' or 'L2XCFWD') and
14743            'VHOST_1024' and
14744            not 'VXLAN' and
14745            not 'IP4FWD' and
14746            not '2VM'"
14747   parameters:
14748   - "throughput"
14749   - "parent"
14750   - "tags"
14751   sort:
14752   - "L2BDMACLRN"
14753   - "L2BDMACLRN"
14754   - "L2BDMACLRN"
14755   - "L2XCFWD"
14756   - "L2XCFWD"
14757   - "L2XCFWD"
14758   traces:
14759     hoverinfo: "x+y"
14760     boxpoints: "outliers"
14761     whiskerwidth: 0
14762   layout:
14763     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-pdr"
14764     layout: "plot-throughput"
14765
14766 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base vm
14767 -
14768   type: "plot"
14769   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr"
14770   algorithm: "plot_performance_box"
14771   output-file-type: ".html"
14772   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr"
14773   data: "plot-vpp-throughput-latency-3n-skx"
14774   filter: "'NIC_Intel-X710' and
14775            '64B' and
14776            'NDRPDR' and
14777            ('ETH' or 'DOT1Q') and
14778            '2T1C' and
14779            ('L2BDMACLRN' or 'L2XCFWD') and
14780            'VHOST_1024' and
14781            not 'CFS_OPT' and
14782            not 'VXLAN' and
14783            not 'IP4FWD' and
14784            not 'LBOND'"
14785   parameters:
14786   - "throughput"
14787   - "parent"
14788   - "tags"
14789   sort:
14790   - "L2BDMACLRN"
14791   - "L2BDMACLRN"
14792   - "L2BDMACLRN"
14793   - "L2XCFWD"
14794   - "L2XCFWD"
14795   - "L2XCFWD"
14796   traces:
14797     hoverinfo: "x+y"
14798     boxpoints: "outliers"
14799     whiskerwidth: 0
14800   layout:
14801     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr"
14802     layout: "plot-throughput"
14803
14804 -
14805   type: "plot"
14806   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-pdr"
14807   algorithm: "plot_performance_box"
14808   output-file-type: ".html"
14809   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-pdr"
14810   data: "plot-vpp-throughput-latency-3n-skx"
14811   filter: "'NIC_Intel-X710' and
14812            '64B' and
14813            'NDRPDR' and
14814            ('ETH' or 'DOT1Q') and
14815            '2T1C' and
14816            ('L2BDMACLRN' or 'L2XCFWD') and
14817            'VHOST_1024' and
14818            not 'CFS_OPT' and
14819            not 'VXLAN' and
14820            not 'IP4FWD' and
14821            not 'LBOND'"
14822   parameters:
14823   - "throughput"
14824   - "parent"
14825   - "tags"
14826   sort:
14827   - "L2BDMACLRN"
14828   - "L2BDMACLRN"
14829   - "L2BDMACLRN"
14830   - "L2XCFWD"
14831   - "L2XCFWD"
14832   - "L2XCFWD"
14833   traces:
14834     hoverinfo: "x+y"
14835     boxpoints: "outliers"
14836     whiskerwidth: 0
14837   layout:
14838     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-pdr"
14839     layout: "plot-throughput"
14840
14841 -
14842   type: "plot"
14843   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr"
14844   algorithm: "plot_performance_box"
14845   output-file-type: ".html"
14846   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr"
14847   data: "plot-vpp-throughput-latency-3n-skx"
14848   filter: "'NIC_Intel-X710' and
14849            '64B' and
14850            'NDRPDR' and
14851            ('ETH' or 'DOT1Q') and
14852            '4T2C' and
14853            ('L2BDMACLRN' or 'L2XCFWD') and
14854            'VHOST_1024' and
14855            not 'CFS_OPT' and
14856            not 'VXLAN' and
14857            not 'IP4FWD' and
14858            not 'LBOND'"
14859   parameters:
14860   - "throughput"
14861   - "parent"
14862   - "tags"
14863   sort:
14864   - "L2BDMACLRN"
14865   - "L2BDMACLRN"
14866   - "L2BDMACLRN"
14867   - "L2XCFWD"
14868   - "L2XCFWD"
14869   - "L2XCFWD"
14870   traces:
14871     hoverinfo: "x+y"
14872     boxpoints: "outliers"
14873     whiskerwidth: 0
14874   layout:
14875     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr"
14876     layout: "plot-throughput"
14877
14878 -
14879   type: "plot"
14880   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-pdr"
14881   algorithm: "plot_performance_box"
14882   output-file-type: ".html"
14883   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-pdr"
14884   data: "plot-vpp-throughput-latency-3n-skx"
14885   filter: "'NIC_Intel-X710' and
14886            '64B' and
14887            'NDRPDR' and
14888            ('ETH' or 'DOT1Q') and
14889            '4T2C' and
14890            ('L2BDMACLRN' or 'L2XCFWD') and
14891            'VHOST_1024' and
14892            not 'CFS_OPT' and
14893            not 'VXLAN' and
14894            not 'IP4FWD' and
14895            not 'LBOND'"
14896   parameters:
14897   - "throughput"
14898   - "parent"
14899   - "tags"
14900   sort:
14901   - "L2BDMACLRN"
14902   - "L2BDMACLRN"
14903   - "L2BDMACLRN"
14904   - "L2XCFWD"
14905   - "L2XCFWD"
14906   - "L2XCFWD"
14907   traces:
14908     hoverinfo: "x+y"
14909     boxpoints: "outliers"
14910     whiskerwidth: 0
14911   layout:
14912     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-pdr"
14913     layout: "plot-throughput"
14914
14915 # Packet Throughput - VPP vhost ip4 2n-skx-x710
14916 -
14917   type: "plot"
14918   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
14919   algorithm: "plot_performance_box"
14920   output-file-type: ".html"
14921   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
14922   data: "plot-vpp-throughput-latency-2n-skx"
14923   filter: "'NIC_Intel-X710' and
14924            '64B' and
14925            'NDRPDR' and
14926            'ETH' and
14927            'IP4FWD' and
14928            '2T1C' and
14929            'VHOST_1024' and
14930            not 'VXLAN' and
14931            not 'NF_DENSITY' and
14932            not 'CFS_OPT' and
14933            not 'DOT1Q'"
14934   parameters:
14935   - "throughput"
14936   - "parent"
14937   - "tags"
14938   sort:
14939   - "1VM"
14940   - "2VM"
14941   traces:
14942     hoverinfo: "x+y"
14943     boxpoints: "outliers"
14944     whiskerwidth: 0
14945   layout:
14946     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
14947     layout: "plot-throughput"
14948
14949 -
14950   type: "plot"
14951   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
14952   algorithm: "plot_performance_box"
14953   output-file-type: ".html"
14954   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
14955   data: "plot-vpp-throughput-latency-2n-skx"
14956   filter: "'NIC_Intel-X710' and
14957            '64B' and
14958            'NDRPDR' and
14959            'ETH' and
14960            'IP4FWD' and
14961            '4T2C' and
14962            'VHOST_1024' and
14963            not 'VXLAN' and
14964            not 'NF_DENSITY' and
14965            not 'CFS_OPT' and
14966            not 'DOT1Q'"
14967   parameters:
14968   - "throughput"
14969   - "parent"
14970   - "tags"
14971   sort:
14972   - "1VM"
14973   - "2VM"
14974   traces:
14975     hoverinfo: "x+y"
14976     boxpoints: "outliers"
14977     whiskerwidth: 0
14978   layout:
14979     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
14980     layout: "plot-throughput"
14981
14982 -
14983   type: "plot"
14984   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
14985   algorithm: "plot_performance_box"
14986   output-file-type: ".html"
14987   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
14988   data: "plot-vpp-throughput-latency-2n-skx"
14989   filter: "'NIC_Intel-X710' and
14990            '64B' and
14991            'NDRPDR' and
14992            'ETH' and
14993            'IP4FWD' and
14994            '2T1C' and
14995            'VHOST_1024' and
14996            not 'VXLAN' and
14997            not 'NF_DENSITY' and
14998            not 'CFS_OPT' and
14999            not 'DOT1Q'"
15000   parameters:
15001   - "throughput"
15002   - "parent"
15003   - "tags"
15004   sort:
15005   - "1VM"
15006   - "2VM"
15007   traces:
15008     hoverinfo: "x+y"
15009     boxpoints: "outliers"
15010     whiskerwidth: 0
15011   layout:
15012     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
15013     layout: "plot-throughput"
15014
15015 -
15016   type: "plot"
15017   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
15018   algorithm: "plot_performance_box"
15019   output-file-type: ".html"
15020   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
15021   data: "plot-vpp-throughput-latency-2n-skx"
15022   filter: "'NIC_Intel-X710' and
15023            '64B' and
15024            'NDRPDR' and
15025            'ETH' and
15026            'IP4FWD' and
15027            '4T2C' and
15028            'VHOST_1024' and
15029            not 'VXLAN' and
15030            not 'NF_DENSITY' and
15031            not 'CFS_OPT' and
15032            not 'DOT1Q'"
15033   parameters:
15034   - "throughput"
15035   - "parent"
15036   - "tags"
15037   sort:
15038   - "1VM"
15039   - "2VM"
15040   traces:
15041     hoverinfo: "x+y"
15042     boxpoints: "outliers"
15043     whiskerwidth: 0
15044   layout:
15045     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
15046     layout: "plot-throughput"
15047
15048 # Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base
15049 -
15050   type: "plot"
15051   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr"
15052   algorithm: "plot_performance_box"
15053   output-file-type: ".html"
15054   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr"
15055   data: "plot-vpp-throughput-latency-2n-skx"
15056   filter: "'NIC_Intel-X710' and
15057            '64B' and
15058            'NDRPDR' and
15059            ('ETH' or 'DOT1Q') and
15060            'BASE' and
15061            '2T1C' and
15062            ('L2BDMACLRN' or 'L2XCFWD') and
15063            'VHOST_1024' and
15064            not 'VXLAN' and
15065            not 'NF_DENSITY' and
15066            not 'IP4FWD' and
15067            not '2VM'"
15068   parameters:
15069   - "throughput"
15070   - "parent"
15071   - "tags"
15072 #  sort:
15073 #  - "not CFS_OPT"
15074 #  - "L2XCFWD"
15075 #  - "not CFS_OPT"
15076 #  - "CFS_OPT"
15077   traces:
15078     hoverinfo: "x+y"
15079     boxpoints: "outliers"
15080     whiskerwidth: 0
15081   layout:
15082     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr"
15083     layout: "plot-throughput"
15084
15085 -
15086   type: "plot"
15087   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-pdr"
15088   algorithm: "plot_performance_box"
15089   output-file-type: ".html"
15090   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-pdr"
15091   data: "plot-vpp-throughput-latency-2n-skx"
15092   filter: "'NIC_Intel-X710' and
15093            '64B' and
15094            'NDRPDR' and
15095            ('ETH' or 'DOT1Q') and
15096            'BASE' and
15097            '2T1C' and
15098            ('L2BDMACLRN' or 'L2XCFWD') and
15099            'VHOST_1024' and
15100            not 'VXLAN' and
15101            not 'NF_DENSITY' and
15102            not 'IP4FWD' and
15103            not '2VM'"
15104   parameters:
15105   - "throughput"
15106   - "parent"
15107   - "tags"
15108 #  sort:
15109 #  - "not CFS_OPT"
15110 #  - "L2XCFWD"
15111 #  - "not CFS_OPT"
15112 #  - "CFS_OPT"
15113   traces:
15114     hoverinfo: "x+y"
15115     boxpoints: "outliers"
15116     whiskerwidth: 0
15117   layout:
15118     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-pdr"
15119     layout: "plot-throughput"
15120
15121 -
15122   type: "plot"
15123   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr"
15124   algorithm: "plot_performance_box"
15125   output-file-type: ".html"
15126   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr"
15127   data: "plot-vpp-throughput-latency-2n-skx"
15128   filter: "'NIC_Intel-X710' and
15129            '64B' and
15130            'NDRPDR' and
15131            ('ETH' or 'DOT1Q') and
15132            'BASE' and
15133            '4T2C' and
15134            ('L2BDMACLRN' or 'L2XCFWD') and
15135            'VHOST_1024' and
15136            not 'VXLAN' and
15137            not 'NF_DENSITY' and
15138            not 'IP4FWD' and
15139            not '2VM'"
15140   parameters:
15141   - "throughput"
15142   - "parent"
15143   - "tags"
15144 #  sort:
15145 #  - "not CFS_OPT"
15146 #  - "L2XCFWD"
15147 #  - "not CFS_OPT"
15148 #  - "CFS_OPT"
15149   traces:
15150     hoverinfo: "x+y"
15151     boxpoints: "outliers"
15152     whiskerwidth: 0
15153   layout:
15154     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr"
15155     layout: "plot-throughput"
15156
15157 -
15158   type: "plot"
15159   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-pdr"
15160   algorithm: "plot_performance_box"
15161   output-file-type: ".html"
15162   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-pdr"
15163   data: "plot-vpp-throughput-latency-2n-skx"
15164   filter: "'NIC_Intel-X710' and
15165            '64B' and
15166            'NDRPDR' and
15167            ('ETH' or 'DOT1Q') and
15168            'BASE' and
15169            '4T2C' and
15170            ('L2BDMACLRN' or 'L2XCFWD') and
15171            'VHOST_1024' and
15172            not 'VXLAN' and
15173            not 'NF_DENSITY' and
15174            not 'IP4FWD' and
15175            not '2VM'"
15176   parameters:
15177   - "throughput"
15178   - "parent"
15179   - "tags"
15180 #  sort:
15181 #  - "not CFS_OPT"
15182 #  - "L2XCFWD"
15183 #  - "not CFS_OPT"
15184 #  - "CFS_OPT"
15185   traces:
15186     hoverinfo: "x+y"
15187     boxpoints: "outliers"
15188     whiskerwidth: 0
15189   layout:
15190     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-pdr"
15191     layout: "plot-throughput"
15192
15193 # Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base vm
15194 -
15195   type: "plot"
15196   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
15197   algorithm: "plot_performance_box"
15198   output-file-type: ".html"
15199   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
15200   data: "plot-vpp-throughput-latency-2n-skx"
15201   filter: "'NIC_Intel-X710' and
15202            '64B' and
15203            'NDRPDR' and
15204            ('ETH' or 'DOT1Q') and
15205            '2T1C' and
15206            ('L2BDMACLRN' or 'L2XCFWD') and
15207            'VHOST_1024' and
15208            not 'CFS_OPT' and
15209            not 'VXLAN' and
15210            not 'NF_DENSITY' and
15211            not 'DOT1Q' and
15212            not 'IP4FWD'"
15213   parameters:
15214   - "throughput"
15215   - "parent"
15216   - "tags"
15217 #  sort:
15218 #  - "1VM"
15219 #  - "L2XCFWD"
15220 #  - "1VM"
15221 #  - "L2BDMACLRN"
15222   traces:
15223     hoverinfo: "x+y"
15224     boxpoints: "outliers"
15225     whiskerwidth: 0
15226   layout:
15227     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
15228     layout: "plot-throughput"
15229
15230 -
15231   type: "plot"
15232   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
15233   algorithm: "plot_performance_box"
15234   output-file-type: ".html"
15235   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
15236   data: "plot-vpp-throughput-latency-2n-skx"
15237   filter: "'NIC_Intel-X710' and
15238            '64B' and
15239            'NDRPDR' and
15240            ('ETH' or 'DOT1Q') and
15241            '2T1C' and
15242            ('L2BDMACLRN' or 'L2XCFWD') and
15243            'VHOST_1024' and
15244            not 'CFS_OPT' and
15245            not 'VXLAN' and
15246            not 'NF_DENSITY' and
15247            not 'DOT1Q' and
15248            not 'IP4FWD'"
15249   parameters:
15250   - "throughput"
15251   - "parent"
15252   - "tags"
15253 #  sort:
15254 #  - "1VM"
15255 #  - "L2XCFWD"
15256 #  - "1VM"
15257 #  - "L2BDMACLRN"
15258   traces:
15259     hoverinfo: "x+y"
15260     boxpoints: "outliers"
15261     whiskerwidth: 0
15262   layout:
15263     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
15264     layout: "plot-throughput"
15265
15266 -
15267   type: "plot"
15268   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
15269   algorithm: "plot_performance_box"
15270   output-file-type: ".html"
15271   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
15272   data: "plot-vpp-throughput-latency-2n-skx"
15273   filter: "'NIC_Intel-X710' and
15274            '64B' and
15275            'NDRPDR' and
15276            ('ETH' or 'DOT1Q') and
15277            '4T2C' and
15278            ('L2BDMACLRN' or 'L2XCFWD') and
15279            'VHOST_1024' and
15280            not 'CFS_OPT' and
15281            not 'VXLAN' and
15282            not 'NF_DENSITY' and
15283            not 'DOT1Q' and
15284            not 'IP4FWD'"
15285   parameters:
15286   - "throughput"
15287   - "parent"
15288   - "tags"
15289 #  sort:
15290 #  - "1VM"
15291 #  - "L2XCFWD"
15292 #  - "1VM"
15293 #  - "L2BDMACLRN"
15294   traces:
15295     hoverinfo: "x+y"
15296     boxpoints: "outliers"
15297     whiskerwidth: 0
15298   layout:
15299     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
15300     layout: "plot-throughput"
15301
15302 -
15303   type: "plot"
15304   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
15305   algorithm: "plot_performance_box"
15306   output-file-type: ".html"
15307   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
15308   data: "plot-vpp-throughput-latency-2n-skx"
15309   filter: "'NIC_Intel-X710' and
15310            '64B' and
15311            'NDRPDR' and
15312            ('ETH' or 'DOT1Q') and
15313            '4T2C' and
15314            ('L2BDMACLRN' or 'L2XCFWD') and
15315            'VHOST_1024' and
15316            not 'CFS_OPT' and
15317            not 'VXLAN' and
15318            not 'NF_DENSITY' and
15319            not 'DOT1Q' and
15320            not 'IP4FWD'"
15321   parameters:
15322   - "throughput"
15323   - "parent"
15324   - "tags"
15325 #  sort:
15326 #  - "1VM"
15327 #  - "L2XCFWD"
15328 #  - "1VM"
15329 #  - "L2BDMACLRN"
15330   traces:
15331     hoverinfo: "x+y"
15332     boxpoints: "outliers"
15333     whiskerwidth: 0
15334   layout:
15335     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
15336     layout: "plot-throughput"
15337
15338 # Packet Throughput - VPP vhost ip4 2n-skx-xxv710
15339 -
15340   type: "plot"
15341   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
15342   algorithm: "plot_performance_box"
15343   output-file-type: ".html"
15344   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
15345   data: "plot-vpp-throughput-latency-2n-skx"
15346   filter: "'NIC_Intel-XXV710' and
15347            '64B' and
15348            'NDRPDR' and
15349            'ETH' and
15350            'IP4FWD' and
15351            '2T1C' and
15352            'VHOST_1024' and
15353            not 'VXLAN' and
15354            not 'CFS_OPT' and
15355            not 'DOT1Q'"
15356   parameters:
15357   - "throughput"
15358   - "parent"
15359   - "tags"
15360   sort:
15361   - "1VM"
15362   - "2VM"
15363   traces:
15364     hoverinfo: "x+y"
15365     boxpoints: "outliers"
15366     whiskerwidth: 0
15367   layout:
15368     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
15369     layout: "plot-throughput"
15370
15371 -
15372   type: "plot"
15373   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
15374   algorithm: "plot_performance_box"
15375   output-file-type: ".html"
15376   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
15377   data: "plot-vpp-throughput-latency-2n-skx"
15378   filter: "'NIC_Intel-XXV710' and
15379            '64B' and
15380            'NDRPDR' and
15381            'ETH' and
15382            'IP4FWD' and
15383            '4T2C' and
15384            'VHOST_1024' and
15385            not 'VXLAN' and
15386            not 'CFS_OPT' and
15387            not 'DOT1Q'"
15388   parameters:
15389   - "throughput"
15390   - "parent"
15391   - "tags"
15392   sort:
15393   - "1VM"
15394   - "2VM"
15395   traces:
15396     hoverinfo: "x+y"
15397     boxpoints: "outliers"
15398     whiskerwidth: 0
15399   layout:
15400     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
15401     layout: "plot-throughput"
15402
15403 -
15404   type: "plot"
15405   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
15406   algorithm: "plot_performance_box"
15407   output-file-type: ".html"
15408   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
15409   data: "plot-vpp-throughput-latency-2n-skx"
15410   filter: "'NIC_Intel-XXV710' and
15411            '64B' and
15412            'NDRPDR' and
15413            'ETH' and
15414            'IP4FWD' and
15415            '2T1C' and
15416            'VHOST_1024' and
15417            not 'VXLAN' and
15418            not 'CFS_OPT' and
15419            not 'DOT1Q'"
15420   parameters:
15421   - "throughput"
15422   - "parent"
15423   - "tags"
15424   sort:
15425   - "1VM"
15426   - "2VM"
15427   traces:
15428     hoverinfo: "x+y"
15429     boxpoints: "outliers"
15430     whiskerwidth: 0
15431   layout:
15432     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
15433     layout: "plot-throughput"
15434
15435 -
15436   type: "plot"
15437   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
15438   algorithm: "plot_performance_box"
15439   output-file-type: ".html"
15440   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
15441   data: "plot-vpp-throughput-latency-2n-skx"
15442   filter: "'NIC_Intel-XXV710' and
15443            '64B' and
15444            'NDRPDR' and
15445            'ETH' and
15446            'IP4FWD' and
15447            '4T2C' and
15448            'VHOST_1024' and
15449            not 'VXLAN' and
15450            not 'CFS_OPT' and
15451            not 'DOT1Q'"
15452   parameters:
15453   - "throughput"
15454   - "parent"
15455   - "tags"
15456   sort:
15457   - "1VM"
15458   - "2VM"
15459   traces:
15460     hoverinfo: "x+y"
15461     boxpoints: "outliers"
15462     whiskerwidth: 0
15463   layout:
15464     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
15465     layout: "plot-throughput"
15466
15467 # Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base
15468 -
15469   type: "plot"
15470   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
15471   algorithm: "plot_performance_box"
15472   output-file-type: ".html"
15473   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
15474   data: "plot-vpp-throughput-latency-2n-skx"
15475   filter: "'NIC_Intel-XXV710' and
15476            '64B' and
15477            'NDRPDR' and
15478            ('ETH' or 'DOT1Q') and
15479            'BASE' and
15480            '2T1C' and
15481            ('L2BDMACLRN' or 'L2XCFWD') and
15482            'VHOST_1024' and
15483            not 'VXLAN' and
15484            not 'IP4FWD' and
15485            not '2VM'"
15486   parameters:
15487   - "throughput"
15488   - "parent"
15489   - "tags"
15490 #  sort:
15491 #  - "not CFS_OPT"
15492 #  - "L2XCFWD"
15493 #  - "not CFS_OPT"
15494 #  - "CFS_OPT"
15495   traces:
15496     hoverinfo: "x+y"
15497     boxpoints: "outliers"
15498     whiskerwidth: 0
15499   layout:
15500     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
15501     layout: "plot-throughput"
15502
15503 -
15504   type: "plot"
15505   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
15506   algorithm: "plot_performance_box"
15507   output-file-type: ".html"
15508   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
15509   data: "plot-vpp-throughput-latency-2n-skx"
15510   filter: "'NIC_Intel-XXV710' and
15511            '64B' and
15512            'NDRPDR' and
15513            ('ETH' or 'DOT1Q') and
15514            'BASE' and
15515            '2T1C' and
15516            ('L2BDMACLRN' or 'L2XCFWD') and
15517            'VHOST_1024' and
15518            not 'VXLAN' and
15519            not 'IP4FWD' and
15520            not '2VM'"
15521   parameters:
15522   - "throughput"
15523   - "parent"
15524   - "tags"
15525 #  sort:
15526 #  - "not CFS_OPT"
15527 #  - "L2XCFWD"
15528 #  - "not CFS_OPT"
15529 #  - "CFS_OPT"
15530   traces:
15531     hoverinfo: "x+y"
15532     boxpoints: "outliers"
15533     whiskerwidth: 0
15534   layout:
15535     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
15536     layout: "plot-throughput"
15537
15538 -
15539   type: "plot"
15540   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
15541   algorithm: "plot_performance_box"
15542   output-file-type: ".html"
15543   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
15544   data: "plot-vpp-throughput-latency-2n-skx"
15545   filter: "'NIC_Intel-XXV710' and
15546            '64B' and
15547            'NDRPDR' and
15548            ('ETH' or 'DOT1Q') and
15549            'BASE' and
15550            '4T2C' and
15551            ('L2BDMACLRN' or 'L2XCFWD') and
15552            'VHOST_1024' and
15553            not 'VXLAN' and
15554            not 'IP4FWD' and
15555            not '2VM'"
15556   parameters:
15557   - "throughput"
15558   - "parent"
15559   - "tags"
15560 #  sort:
15561 #  - "not CFS_OPT"
15562 #  - "L2XCFWD"
15563 #  - "not CFS_OPT"
15564 #  - "CFS_OPT"
15565   traces:
15566     hoverinfo: "x+y"
15567     boxpoints: "outliers"
15568     whiskerwidth: 0
15569   layout:
15570     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
15571     layout: "plot-throughput"
15572
15573 -
15574   type: "plot"
15575   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
15576   algorithm: "plot_performance_box"
15577   output-file-type: ".html"
15578   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
15579   data: "plot-vpp-throughput-latency-2n-skx"
15580   filter: "'NIC_Intel-XXV710' and
15581            '64B' and
15582            'NDRPDR' and
15583            ('ETH' or 'DOT1Q') and
15584            'BASE' and
15585            '4T2C' and
15586            ('L2BDMACLRN' or 'L2XCFWD') and
15587            'VHOST_1024' and
15588            not 'VXLAN' and
15589            not 'IP4FWD' and
15590            not '2VM'"
15591   parameters:
15592   - "throughput"
15593   - "parent"
15594   - "tags"
15595 #  sort:
15596 #  - "not CFS_OPT"
15597 #  - "L2XCFWD"
15598 #  - "not CFS_OPT"
15599 #  - "CFS_OPT"
15600   traces:
15601     hoverinfo: "x+y"
15602     boxpoints: "outliers"
15603     whiskerwidth: 0
15604   layout:
15605     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
15606     layout: "plot-throughput"
15607
15608 # Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base vm
15609 -
15610   type: "plot"
15611   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
15612   algorithm: "plot_performance_box"
15613   output-file-type: ".html"
15614   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
15615   data: "plot-vpp-throughput-latency-2n-skx"
15616   filter: "'NIC_Intel-XXV710' and
15617            '64B' and
15618            'NDRPDR' and
15619            ('ETH' or 'DOT1Q') and
15620            '2T1C' and
15621            ('L2BDMACLRN' or 'L2XCFWD') and
15622            'VHOST_1024' and
15623            not 'CFS_OPT' and
15624            not 'VXLAN' and
15625            not 'DOT1Q' and
15626            not 'IP4FWD'"
15627   parameters:
15628   - "throughput"
15629   - "parent"
15630   - "tags"
15631 #  sort:
15632 #  - "1VM"
15633 #  - "L2XCFWD"
15634 #  - "1VM"
15635 #  - "L2BDMACLRN"
15636   traces:
15637     hoverinfo: "x+y"
15638     boxpoints: "outliers"
15639     whiskerwidth: 0
15640   layout:
15641     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
15642     layout: "plot-throughput"
15643
15644 -
15645   type: "plot"
15646   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
15647   algorithm: "plot_performance_box"
15648   output-file-type: ".html"
15649   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
15650   data: "plot-vpp-throughput-latency-2n-skx"
15651   filter: "'NIC_Intel-XXV710' and
15652            '64B' and
15653            'NDRPDR' and
15654            ('ETH' or 'DOT1Q') and
15655            '2T1C' and
15656            ('L2BDMACLRN' or 'L2XCFWD') and
15657            'VHOST_1024' and
15658            not 'CFS_OPT' and
15659            not 'VXLAN' and
15660            not 'DOT1Q' and
15661            not 'IP4FWD'"
15662   parameters:
15663   - "throughput"
15664   - "parent"
15665   - "tags"
15666 #  sort:
15667 #  - "1VM"
15668 #  - "L2XCFWD"
15669 #  - "1VM"
15670 #  - "L2BDMACLRN"
15671   traces:
15672     hoverinfo: "x+y"
15673     boxpoints: "outliers"
15674     whiskerwidth: 0
15675   layout:
15676     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
15677     layout: "plot-throughput"
15678
15679 -
15680   type: "plot"
15681   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
15682   algorithm: "plot_performance_box"
15683   output-file-type: ".html"
15684   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
15685   data: "plot-vpp-throughput-latency-2n-skx"
15686   filter: "'NIC_Intel-XXV710' and
15687            '64B' and
15688            'NDRPDR' and
15689            ('ETH' or 'DOT1Q') and
15690            '4T2C' and
15691            ('L2BDMACLRN' or 'L2XCFWD') and
15692            'VHOST_1024' and
15693            not 'CFS_OPT' and
15694            not 'VXLAN' and
15695            not 'DOT1Q' and
15696            not 'IP4FWD'"
15697   parameters:
15698   - "throughput"
15699   - "parent"
15700   - "tags"
15701 #  sort:
15702 #  - "1VM"
15703 #  - "L2XCFWD"
15704 #  - "1VM"
15705 #  - "L2BDMACLRN"
15706   traces:
15707     hoverinfo: "x+y"
15708     boxpoints: "outliers"
15709     whiskerwidth: 0
15710   layout:
15711     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
15712     layout: "plot-throughput"
15713
15714 -
15715   type: "plot"
15716   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
15717   algorithm: "plot_performance_box"
15718   output-file-type: ".html"
15719   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
15720   data: "plot-vpp-throughput-latency-2n-skx"
15721   filter: "'NIC_Intel-XXV710' and
15722            '64B' and
15723            'NDRPDR' and
15724            ('ETH' or 'DOT1Q') and
15725            '4T2C' and
15726            ('L2BDMACLRN' or 'L2XCFWD') and
15727            'VHOST_1024' and
15728            not 'CFS_OPT' and
15729            not 'VXLAN' and
15730            not 'DOT1Q' and
15731            not 'IP4FWD'"
15732   parameters:
15733   - "throughput"
15734   - "parent"
15735   - "tags"
15736 #  sort:
15737 #  - "1VM"
15738 #  - "L2XCFWD"
15739 #  - "1VM"
15740 #  - "L2BDMACLRN"
15741   traces:
15742     hoverinfo: "x+y"
15743     boxpoints: "outliers"
15744     whiskerwidth: 0
15745   layout:
15746     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
15747     layout: "plot-throughput"
15748
15749 ################################################################################
15750
15751 # Packet Throughput - VPP VTS 3n-hsw-x520
15752 -
15753   type: "plot"
15754   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-ndr"
15755   algorithm: "plot_performance_box"
15756   output-file-type: ".html"
15757   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr"
15758   data: "plot-vpp-throughput-latency-3n-hsw"
15759   filter: "'NIC_Intel-X520-DA2' and
15760            '114B' and
15761            'NDRPDR' and
15762            '1T1C' and
15763            'VTS'"
15764   parameters:
15765   - "throughput"
15766   - "parent"
15767   - "tags"
15768   traces:
15769     hoverinfo: "x+y"
15770     boxpoints: "outliers"
15771     whiskerwidth: 0
15772   layout:
15773     title: "vts-3n-hsw-x520-114b-1t1c-ndr"
15774     layout: "plot-throughput"
15775
15776 -
15777   type: "plot"
15778   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-ndr"
15779   algorithm: "plot_performance_box"
15780   output-file-type: ".html"
15781   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr"
15782   data: "plot-vpp-throughput-latency-3n-hsw"
15783   filter: "'NIC_Intel-X520-DA2' and
15784            '114B' and
15785            'NDRPDR' and
15786            '2T2C' and
15787            'VTS'"
15788   parameters:
15789   - "throughput"
15790   - "parent"
15791   - "tags"
15792   traces:
15793     hoverinfo: "x+y"
15794     boxpoints: "outliers"
15795     whiskerwidth: 0
15796   layout:
15797     title: "vts-3n-hsw-x520-114b-2t2c-ndr"
15798     layout: "plot-throughput"
15799
15800 -
15801   type: "plot"
15802   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-pdr"
15803   algorithm: "plot_performance_box"
15804   output-file-type: ".html"
15805   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-pdr"
15806   data: "plot-vpp-throughput-latency-3n-hsw"
15807   filter: "'NIC_Intel-X520-DA2' and
15808            '114B' and
15809            'NDRPDR' and
15810            '1T1C' and
15811            'VTS'"
15812   parameters:
15813   - "throughput"
15814   - "parent"
15815   - "tags"
15816   traces:
15817     hoverinfo: "x+y"
15818     boxpoints: "outliers"
15819     whiskerwidth: 0
15820   layout:
15821     title: "vts-3n-hsw-x520-114b-1t1c-pdr"
15822     layout: "plot-throughput"
15823
15824 -
15825   type: "plot"
15826   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-pdr"
15827   algorithm: "plot_performance_box"
15828   output-file-type: ".html"
15829   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-pdr"
15830   data: "plot-vpp-throughput-latency-3n-hsw"
15831   filter: "'NIC_Intel-X520-DA2' and
15832            '114B' and
15833            'NDRPDR' and
15834            '2T2C' and
15835            'VTS'"
15836   parameters:
15837   - "throughput"
15838   - "parent"
15839   - "tags"
15840   traces:
15841     hoverinfo: "x+y"
15842     boxpoints: "outliers"
15843     whiskerwidth: 0
15844   layout:
15845     title: "vts-3n-hsw-x520-114b-2t2c-pdr"
15846     layout: "plot-throughput"
15847
15848 ################################################################################
15849
15850 # Packet Throughput - DPDK l3fwd 3n-hsw-x520
15851 -
15852   type: "plot"
15853   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
15854   algorithm: "plot_performance_box"
15855   output-file-type: ".html"
15856   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
15857   data: "plot-dpdk-throughput-latency-3n-hsw"
15858   filter: "'NIC_Intel-X520-DA2' and
15859            '64B' and
15860            'BASE' and
15861            'NDRPDR' and
15862            '1T1C' and
15863            'IP4FWD'"
15864   parameters:
15865   - "throughput"
15866   - "parent"
15867   - "tags"
15868   traces:
15869     hoverinfo: "x+y"
15870     boxpoints: "outliers"
15871     whiskerwidth: 0
15872   layout:
15873     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
15874     layout: "plot-throughput"
15875
15876 -
15877   type: "plot"
15878   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
15879   algorithm: "plot_performance_box"
15880   output-file-type: ".html"
15881   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
15882   data: "plot-dpdk-throughput-latency-3n-hsw"
15883   filter: "'NIC_Intel-X520-DA2' and
15884            '64B' and
15885            'BASE' and
15886            'NDRPDR' and
15887            '2T2C' and
15888            'IP4FWD'"
15889   parameters:
15890   - "throughput"
15891   - "parent"
15892   - "tags"
15893   traces:
15894     hoverinfo: "x+y"
15895     boxpoints: "outliers"
15896     whiskerwidth: 0
15897   layout:
15898     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
15899     layout: "plot-throughput"
15900
15901 -
15902   type: "plot"
15903   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
15904   algorithm: "plot_performance_box"
15905   output-file-type: ".html"
15906   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
15907   data: "plot-dpdk-throughput-latency-3n-hsw"
15908   filter: "'NIC_Intel-X520-DA2' and
15909            '64B' and
15910            'BASE' and
15911            'NDRPDR' and
15912            '1T1C' and
15913            'IP4FWD'"
15914   parameters:
15915   - "throughput"
15916   - "parent"
15917   - "tags"
15918   traces:
15919     hoverinfo: "x+y"
15920     boxpoints: "outliers"
15921     whiskerwidth: 0
15922   layout:
15923     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
15924     layout: "plot-throughput"
15925
15926 -
15927   type: "plot"
15928   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
15929   algorithm: "plot_performance_box"
15930   output-file-type: ".html"
15931   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
15932   data: "plot-dpdk-throughput-latency-3n-hsw"
15933   filter: "'NIC_Intel-X520-DA2' and
15934            '64B' and
15935            'BASE' and
15936            'NDRPDR' and
15937            '2T2C' and
15938            'IP4FWD'"
15939   parameters:
15940   - "throughput"
15941   - "parent"
15942   - "tags"
15943   traces:
15944     hoverinfo: "x+y"
15945     boxpoints: "outliers"
15946     whiskerwidth: 0
15947   layout:
15948     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
15949     layout: "plot-throughput"
15950
15951 # Packet Throughput - DPDK l3fwd 3n-hsw-x710
15952 -
15953   type: "plot"
15954   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
15955   algorithm: "plot_performance_box"
15956   output-file-type: ".html"
15957   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
15958   data: "plot-dpdk-throughput-latency-3n-hsw"
15959   filter: "'NIC_Intel-X710' and
15960            '64B' and
15961            'BASE' and
15962            'NDRPDR' and
15963            '1T1C' and
15964            'IP4FWD'"
15965   parameters:
15966   - "throughput"
15967   - "parent"
15968   - "tags"
15969   traces:
15970     hoverinfo: "x+y"
15971     boxpoints: "outliers"
15972     whiskerwidth: 0
15973   layout:
15974     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
15975     layout: "plot-throughput"
15976
15977 -
15978   type: "plot"
15979   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
15980   algorithm: "plot_performance_box"
15981   output-file-type: ".html"
15982   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
15983   data: "plot-dpdk-throughput-latency-3n-hsw"
15984   filter: "'NIC_Intel-X710' and
15985            '64B' and
15986            'BASE' and
15987            'NDRPDR' and
15988            '2T2C' and
15989            'IP4FWD'"
15990   parameters:
15991   - "throughput"
15992   - "parent"
15993   - "tags"
15994   traces:
15995     hoverinfo: "x+y"
15996     boxpoints: "outliers"
15997     whiskerwidth: 0
15998   layout:
15999     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
16000     layout: "plot-throughput"
16001
16002 -
16003   type: "plot"
16004   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
16005   algorithm: "plot_performance_box"
16006   output-file-type: ".html"
16007   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
16008   data: "plot-dpdk-throughput-latency-3n-hsw"
16009   filter: "'NIC_Intel-X710' and
16010            '64B' and
16011            'BASE' and
16012            'NDRPDR' and
16013            '1T1C' and
16014            'IP4FWD'"
16015   parameters:
16016   - "throughput"
16017   - "parent"
16018   - "tags"
16019   traces:
16020     hoverinfo: "x+y"
16021     boxpoints: "outliers"
16022     whiskerwidth: 0
16023   layout:
16024     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
16025     layout: "plot-throughput"
16026
16027 -
16028   type: "plot"
16029   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
16030   algorithm: "plot_performance_box"
16031   output-file-type: ".html"
16032   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
16033   data: "plot-dpdk-throughput-latency-3n-hsw"
16034   filter: "'NIC_Intel-X710' and
16035            '64B' and
16036            'BASE' and
16037            'NDRPDR' and
16038            '2T2C' and
16039            'IP4FWD'"
16040   parameters:
16041   - "throughput"
16042   - "parent"
16043   - "tags"
16044   traces:
16045     hoverinfo: "x+y"
16046     boxpoints: "outliers"
16047     whiskerwidth: 0
16048   layout:
16049     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
16050     layout: "plot-throughput"
16051
16052 # Packet Throughput - DPDK l3fwd 3n-hsw-xl710
16053 -
16054   type: "plot"
16055   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
16056   algorithm: "plot_performance_box"
16057   output-file-type: ".html"
16058   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
16059   data: "plot-dpdk-throughput-latency-3n-hsw"
16060   filter: "'NIC_Intel-XL710' and
16061            '64B' and
16062            'BASE' and
16063            'NDRPDR' and
16064            '1T1C' and
16065            'IP4FWD'"
16066   parameters:
16067   - "throughput"
16068   - "parent"
16069   - "tags"
16070   traces:
16071     hoverinfo: "x+y"
16072     boxpoints: "outliers"
16073     whiskerwidth: 0
16074   layout:
16075     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
16076     layout: "plot-throughput"
16077
16078 -
16079   type: "plot"
16080   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
16081   algorithm: "plot_performance_box"
16082   output-file-type: ".html"
16083   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
16084   data: "plot-dpdk-throughput-latency-3n-hsw"
16085   filter: "'NIC_Intel-XL710' and
16086            '64B' and
16087            'BASE' and
16088            'NDRPDR' and
16089            '2T2C' and
16090            'IP4FWD'"
16091   parameters:
16092   - "throughput"
16093   - "parent"
16094   - "tags"
16095   traces:
16096     hoverinfo: "x+y"
16097     boxpoints: "outliers"
16098     whiskerwidth: 0
16099   layout:
16100     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
16101     layout: "plot-throughput"
16102
16103 -
16104   type: "plot"
16105   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
16106   algorithm: "plot_performance_box"
16107   output-file-type: ".html"
16108   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
16109   data: "plot-dpdk-throughput-latency-3n-hsw"
16110   filter: "'NIC_Intel-XL710' and
16111            '64B' and
16112            'BASE' and
16113            'NDRPDR' and
16114            '1T1C' and
16115            'IP4FWD'"
16116   parameters:
16117   - "throughput"
16118   - "parent"
16119   - "tags"
16120   traces:
16121     hoverinfo: "x+y"
16122     boxpoints: "outliers"
16123     whiskerwidth: 0
16124   layout:
16125     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
16126     layout: "plot-throughput"
16127
16128 -
16129   type: "plot"
16130   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
16131   algorithm: "plot_performance_box"
16132   output-file-type: ".html"
16133   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
16134   data: "plot-dpdk-throughput-latency-3n-hsw"
16135   filter: "'NIC_Intel-XL710' and
16136            '64B' and
16137            'BASE' and
16138            'NDRPDR' and
16139            '2T2C' and
16140            'IP4FWD'"
16141   parameters:
16142   - "throughput"
16143   - "parent"
16144   - "tags"
16145   traces:
16146     hoverinfo: "x+y"
16147     boxpoints: "outliers"
16148     whiskerwidth: 0
16149   layout:
16150     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
16151     layout: "plot-throughput"
16152
16153 # Packet Throughput - DPDK l3fwd 3n-skx-x710
16154 -
16155   type: "plot"
16156   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
16157   algorithm: "plot_performance_box"
16158   output-file-type: ".html"
16159   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
16160   data: "plot-dpdk-throughput-latency-3n-skx"
16161   filter: "'NIC_Intel-X710' and
16162            '64B' and
16163            'BASE' and
16164            'NDRPDR' and
16165            '2T1C' and
16166            'IP4FWD'"
16167   parameters:
16168   - "throughput"
16169   - "parent"
16170   - "tags"
16171   traces:
16172     hoverinfo: "x+y"
16173     boxpoints: "outliers"
16174     whiskerwidth: 0
16175   layout:
16176     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
16177     layout: "plot-throughput"
16178
16179 -
16180   type: "plot"
16181   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
16182   algorithm: "plot_performance_box"
16183   output-file-type: ".html"
16184   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
16185   data: "plot-dpdk-throughput-latency-3n-skx"
16186   filter: "'NIC_Intel-X710' and
16187            '64B' and
16188            'BASE' and
16189            'NDRPDR' and
16190            '4T2C' and
16191            'IP4FWD'"
16192   parameters:
16193   - "throughput"
16194   - "parent"
16195   - "tags"
16196   traces:
16197     hoverinfo: "x+y"
16198     boxpoints: "outliers"
16199     whiskerwidth: 0
16200   layout:
16201     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
16202     layout: "plot-throughput"
16203
16204 -
16205   type: "plot"
16206   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
16207   algorithm: "plot_performance_box"
16208   output-file-type: ".html"
16209   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
16210   data: "plot-dpdk-throughput-latency-3n-skx"
16211   filter: "'NIC_Intel-X710' and
16212            '64B' and
16213            'BASE' and
16214            'NDRPDR' and
16215            '2T1C' and
16216            'IP4FWD'"
16217   parameters:
16218   - "throughput"
16219   - "parent"
16220   - "tags"
16221   traces:
16222     hoverinfo: "x+y"
16223     boxpoints: "outliers"
16224     whiskerwidth: 0
16225   layout:
16226     title: "l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
16227     layout: "plot-throughput"
16228
16229 -
16230   type: "plot"
16231   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
16232   algorithm: "plot_performance_box"
16233   output-file-type: ".html"
16234   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
16235   data: "plot-dpdk-throughput-latency-3n-skx"
16236   filter: "'NIC_Intel-X710' and
16237            '64B' and
16238            'BASE' and
16239            'NDRPDR' and
16240            '4T2C' and
16241            'IP4FWD'"
16242   parameters:
16243   - "throughput"
16244   - "parent"
16245   - "tags"
16246   traces:
16247     hoverinfo: "x+y"
16248     boxpoints: "outliers"
16249     whiskerwidth: 0
16250   layout:
16251     title: "l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
16252     layout: "plot-throughput"
16253
16254 # Packet Throughput - DPDK l3fwd 3n-skx-xxv710
16255 -
16256   type: "plot"
16257   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
16258   algorithm: "plot_performance_box"
16259   output-file-type: ".html"
16260   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
16261   data: "plot-dpdk-throughput-latency-3n-skx"
16262   filter: "'NIC_Intel-XXV710' and
16263            '64B' and
16264            'BASE' and
16265            'NDRPDR' and
16266            '2T1C' and
16267            'IP4FWD'"
16268   parameters:
16269   - "throughput"
16270   - "parent"
16271   - "tags"
16272   traces:
16273     hoverinfo: "x+y"
16274     boxpoints: "outliers"
16275     whiskerwidth: 0
16276   layout:
16277     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
16278     layout: "plot-throughput"
16279
16280 -
16281   type: "plot"
16282   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
16283   algorithm: "plot_performance_box"
16284   output-file-type: ".html"
16285   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
16286   data: "plot-dpdk-throughput-latency-3n-skx"
16287   filter: "'NIC_Intel-XXV710' and
16288            '64B' and
16289            'BASE' and
16290            'NDRPDR' and
16291            '4T2C' and
16292            'IP4FWD'"
16293   parameters:
16294   - "throughput"
16295   - "parent"
16296   - "tags"
16297   traces:
16298     hoverinfo: "x+y"
16299     boxpoints: "outliers"
16300     whiskerwidth: 0
16301   layout:
16302     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
16303     layout: "plot-throughput"
16304
16305 -
16306   type: "plot"
16307   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
16308   algorithm: "plot_performance_box"
16309   output-file-type: ".html"
16310   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
16311   data: "plot-dpdk-throughput-latency-3n-skx"
16312   filter: "'NIC_Intel-XXV710' and
16313            '64B' and
16314            'BASE' and
16315            'NDRPDR' and
16316            '2T1C' and
16317            'IP4FWD'"
16318   parameters:
16319   - "throughput"
16320   - "parent"
16321   - "tags"
16322   traces:
16323     hoverinfo: "x+y"
16324     boxpoints: "outliers"
16325     whiskerwidth: 0
16326   layout:
16327     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
16328     layout: "plot-throughput"
16329
16330 -
16331   type: "plot"
16332   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
16333   algorithm: "plot_performance_box"
16334   output-file-type: ".html"
16335   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
16336   data: "plot-dpdk-throughput-latency-3n-skx"
16337   filter: "'NIC_Intel-XXV710' and
16338            '64B' and
16339            'BASE' and
16340            'NDRPDR' and
16341            '4T2C' and
16342            'IP4FWD'"
16343   parameters:
16344   - "throughput"
16345   - "parent"
16346   - "tags"
16347   traces:
16348     hoverinfo: "x+y"
16349     boxpoints: "outliers"
16350     whiskerwidth: 0
16351   layout:
16352     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
16353     layout: "plot-throughput"
16354
16355 # Packet Throughput - DPDK l3fwd 2n-skx-x710
16356 -
16357   type: "plot"
16358   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
16359   algorithm: "plot_performance_box"
16360   output-file-type: ".html"
16361   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
16362   data: "plot-dpdk-throughput-latency-2n-skx"
16363   filter: "'NIC_Intel-X710' and
16364            '64B' and
16365            'BASE' and
16366            'NDRPDR' and
16367            '2T1C' and
16368            'IP4FWD'"
16369   parameters:
16370   - "throughput"
16371   - "parent"
16372   - "tags"
16373   traces:
16374     hoverinfo: "x+y"
16375     boxpoints: "outliers"
16376     whiskerwidth: 0
16377   layout:
16378     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
16379     layout: "plot-throughput"
16380
16381 -
16382   type: "plot"
16383   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
16384   algorithm: "plot_performance_box"
16385   output-file-type: ".html"
16386   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
16387   data: "plot-dpdk-throughput-latency-2n-skx"
16388   filter: "'NIC_Intel-X710' and
16389            '64B' and
16390            'BASE' and
16391            'NDRPDR' and
16392            '4T2C' and
16393            'IP4FWD'"
16394   parameters:
16395   - "throughput"
16396   - "parent"
16397   - "tags"
16398   traces:
16399     hoverinfo: "x+y"
16400     boxpoints: "outliers"
16401     whiskerwidth: 0
16402   layout:
16403     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
16404     layout: "plot-throughput"
16405
16406 -
16407   type: "plot"
16408   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
16409   algorithm: "plot_performance_box"
16410   output-file-type: ".html"
16411   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
16412   data: "plot-dpdk-throughput-latency-2n-skx"
16413   filter: "'NIC_Intel-X710' and
16414            '64B' and
16415            'BASE' and
16416            'NDRPDR' and
16417            '2T1C' and
16418            'IP4FWD'"
16419   parameters:
16420   - "throughput"
16421   - "parent"
16422   - "tags"
16423   traces:
16424     hoverinfo: "x+y"
16425     boxpoints: "outliers"
16426     whiskerwidth: 0
16427   layout:
16428     title: "l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
16429     layout: "plot-throughput"
16430
16431 -
16432   type: "plot"
16433   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
16434   algorithm: "plot_performance_box"
16435   output-file-type: ".html"
16436   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
16437   data: "plot-dpdk-throughput-latency-2n-skx"
16438   filter: "'NIC_Intel-X710' and
16439            '64B' and
16440            'BASE' and
16441            'NDRPDR' and
16442            '4T2C' and
16443            'IP4FWD'"
16444   parameters:
16445   - "throughput"
16446   - "parent"
16447   - "tags"
16448   traces:
16449     hoverinfo: "x+y"
16450     boxpoints: "outliers"
16451     whiskerwidth: 0
16452   layout:
16453     title: "l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
16454     layout: "plot-throughput"
16455
16456 # Packet Throughput - DPDK l3fwd 2n-skx-xxv710
16457 -
16458   type: "plot"
16459   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
16460   algorithm: "plot_performance_box"
16461   output-file-type: ".html"
16462   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
16463   data: "plot-dpdk-throughput-latency-2n-skx"
16464   filter: "'NIC_Intel-XXV710' and
16465            '64B' and
16466            'BASE' and
16467            'NDRPDR' and
16468            '2T1C' and
16469            'IP4FWD'"
16470   parameters:
16471   - "throughput"
16472   - "parent"
16473   - "tags"
16474   traces:
16475     hoverinfo: "x+y"
16476     boxpoints: "outliers"
16477     whiskerwidth: 0
16478   layout:
16479     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
16480     layout: "plot-throughput"
16481
16482 -
16483   type: "plot"
16484   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
16485   algorithm: "plot_performance_box"
16486   output-file-type: ".html"
16487   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
16488   data: "plot-dpdk-throughput-latency-2n-skx"
16489   filter: "'NIC_Intel-XXV710' and
16490            '64B' and
16491            'BASE' and
16492            'NDRPDR' and
16493            '4T2C' and
16494            'IP4FWD'"
16495   parameters:
16496   - "throughput"
16497   - "parent"
16498   - "tags"
16499   traces:
16500     hoverinfo: "x+y"
16501     boxpoints: "outliers"
16502     whiskerwidth: 0
16503   layout:
16504     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
16505     layout: "plot-throughput"
16506
16507 -
16508   type: "plot"
16509   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
16510   algorithm: "plot_performance_box"
16511   output-file-type: ".html"
16512   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
16513   data: "plot-dpdk-throughput-latency-2n-skx"
16514   filter: "'NIC_Intel-XXV710' and
16515            '64B' and
16516            'BASE' and
16517            'NDRPDR' and
16518            '2T1C' and
16519            'IP4FWD'"
16520   parameters:
16521   - "throughput"
16522   - "parent"
16523   - "tags"
16524   traces:
16525     hoverinfo: "x+y"
16526     boxpoints: "outliers"
16527     whiskerwidth: 0
16528   layout:
16529     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
16530     layout: "plot-throughput"
16531
16532 -
16533   type: "plot"
16534   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
16535   algorithm: "plot_performance_box"
16536   output-file-type: ".html"
16537   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
16538   data: "plot-dpdk-throughput-latency-2n-skx"
16539   filter: "'NIC_Intel-XXV710' and
16540            '64B' and
16541            'BASE' and
16542            'NDRPDR' and
16543            '4T2C' and
16544            'IP4FWD'"
16545   parameters:
16546   - "throughput"
16547   - "parent"
16548   - "tags"
16549   traces:
16550     hoverinfo: "x+y"
16551     boxpoints: "outliers"
16552     whiskerwidth: 0
16553   layout:
16554     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
16555     layout: "plot-throughput"
16556
16557 ################################################################################
16558
16559 # Packet Throughput - DPDK testpmd 3n-hsw-x520
16560 -
16561   type: "plot"
16562   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
16563   algorithm: "plot_performance_box"
16564   output-file-type: ".html"
16565   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
16566   data: "plot-dpdk-throughput-latency-3n-hsw"
16567   filter: "'NIC_Intel-X520-DA2' and
16568            '64B' and
16569            'BASE' and
16570            'NDRPDR' and
16571            '1T1C' and
16572            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16573   parameters:
16574   - "throughput"
16575   - "parent"
16576   - "tags"
16577   traces:
16578     hoverinfo: "x+y"
16579     boxpoints: "outliers"
16580     whiskerwidth: 0
16581   layout:
16582     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
16583     layout: "plot-throughput"
16584
16585 -
16586   type: "plot"
16587   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
16588   algorithm: "plot_performance_box"
16589   output-file-type: ".html"
16590   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
16591   data: "plot-dpdk-throughput-latency-3n-hsw"
16592   filter: "'NIC_Intel-X520-DA2' and
16593            '64B' and
16594            'BASE' and
16595            'NDRPDR' and
16596            '2T2C' and
16597            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16598   parameters:
16599   - "throughput"
16600   - "parent"
16601   - "tags"
16602   traces:
16603     hoverinfo: "x+y"
16604     boxpoints: "outliers"
16605     whiskerwidth: 0
16606   layout:
16607     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
16608     layout: "plot-throughput"
16609
16610 -
16611   type: "plot"
16612   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
16613   algorithm: "plot_performance_box"
16614   output-file-type: ".html"
16615   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
16616   data: "plot-dpdk-throughput-latency-3n-hsw"
16617   filter: "'NIC_Intel-X520-DA2' and
16618            '64B' and
16619            'BASE' and
16620            'NDRPDR' and
16621            '1T1C' and
16622            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16623   parameters:
16624   - "throughput"
16625   - "parent"
16626   - "tags"
16627   traces:
16628     hoverinfo: "x+y"
16629     boxpoints: "outliers"
16630     whiskerwidth: 0
16631   layout:
16632     title: "testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
16633     layout: "plot-throughput"
16634
16635 -
16636   type: "plot"
16637   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
16638   algorithm: "plot_performance_box"
16639   output-file-type: ".html"
16640   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
16641   data: "plot-dpdk-throughput-latency-3n-hsw"
16642   filter: "'NIC_Intel-X520-DA2' and
16643            '64B' and
16644            'BASE' and
16645            'NDRPDR' and
16646            '2T2C' and
16647            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16648   parameters:
16649   - "throughput"
16650   - "parent"
16651   - "tags"
16652   traces:
16653     hoverinfo: "x+y"
16654     boxpoints: "outliers"
16655     whiskerwidth: 0
16656   layout:
16657     title: "testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
16658     layout: "plot-throughput"
16659
16660 # Packet Throughput - DPDK testpmd 3n-hsw-x710
16661 -
16662   type: "plot"
16663   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
16664   algorithm: "plot_performance_box"
16665   output-file-type: ".html"
16666   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
16667   data: "plot-dpdk-throughput-latency-3n-hsw"
16668   filter: "'NIC_Intel-X710' and
16669            '64B' and
16670            'BASE' and
16671            'NDRPDR' and
16672            '1T1C' and
16673            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16674   parameters:
16675   - "throughput"
16676   - "parent"
16677   - "tags"
16678   traces:
16679     hoverinfo: "x+y"
16680     boxpoints: "outliers"
16681     whiskerwidth: 0
16682   layout:
16683     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
16684     layout: "plot-throughput"
16685
16686 -
16687   type: "plot"
16688   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
16689   algorithm: "plot_performance_box"
16690   output-file-type: ".html"
16691   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
16692   data: "plot-dpdk-throughput-latency-3n-hsw"
16693   filter: "'NIC_Intel-X710' and
16694            '64B' and
16695            'BASE' and
16696            'NDRPDR' and
16697            '2T2C' and
16698            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16699   parameters:
16700   - "throughput"
16701   - "parent"
16702   - "tags"
16703   traces:
16704     hoverinfo: "x+y"
16705     boxpoints: "outliers"
16706     whiskerwidth: 0
16707   layout:
16708     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
16709     layout: "plot-throughput"
16710
16711 -
16712   type: "plot"
16713   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
16714   algorithm: "plot_performance_box"
16715   output-file-type: ".html"
16716   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
16717   data: "plot-dpdk-throughput-latency-3n-hsw"
16718   filter: "'NIC_Intel-X710' and
16719            '64B' and
16720            'BASE' and
16721            'NDRPDR' and
16722            '1T1C' and
16723            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16724   parameters:
16725   - "throughput"
16726   - "parent"
16727   - "tags"
16728   traces:
16729     hoverinfo: "x+y"
16730     boxpoints: "outliers"
16731     whiskerwidth: 0
16732   layout:
16733     title: "testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
16734     layout: "plot-throughput"
16735
16736 -
16737   type: "plot"
16738   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
16739   algorithm: "plot_performance_box"
16740   output-file-type: ".html"
16741   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
16742   data: "plot-dpdk-throughput-latency-3n-hsw"
16743   filter: "'NIC_Intel-X710' and
16744            '64B' and
16745            'BASE' and
16746            'NDRPDR' and
16747            '2T2C' and
16748            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16749   parameters:
16750   - "throughput"
16751   - "parent"
16752   - "tags"
16753   traces:
16754     hoverinfo: "x+y"
16755     boxpoints: "outliers"
16756     whiskerwidth: 0
16757   layout:
16758     title: "testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
16759     layout: "plot-throughput"
16760
16761 # Packet Throughput - DPDK testpmd 3n-hsw-xl710
16762 -
16763   type: "plot"
16764   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
16765   algorithm: "plot_performance_box"
16766   output-file-type: ".html"
16767   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
16768   data: "plot-dpdk-throughput-latency-3n-hsw"
16769   filter: "'NIC_Intel-XL710' and
16770            '64B' and
16771            'BASE' and
16772            'NDRPDR' and
16773            '1T1C' and
16774            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16775   parameters:
16776   - "throughput"
16777   - "parent"
16778   - "tags"
16779   traces:
16780     hoverinfo: "x+y"
16781     boxpoints: "outliers"
16782     whiskerwidth: 0
16783   layout:
16784     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
16785     layout: "plot-throughput"
16786
16787 -
16788   type: "plot"
16789   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
16790   algorithm: "plot_performance_box"
16791   output-file-type: ".html"
16792   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
16793   data: "plot-dpdk-throughput-latency-3n-hsw"
16794   filter: "'NIC_Intel-XL710' and
16795            '64B' and
16796            'BASE' and
16797            'NDRPDR' and
16798            '2T2C' and
16799            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16800   parameters:
16801   - "throughput"
16802   - "parent"
16803   - "tags"
16804   traces:
16805     hoverinfo: "x+y"
16806     boxpoints: "outliers"
16807     whiskerwidth: 0
16808   layout:
16809     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
16810     layout: "plot-throughput"
16811
16812 -
16813   type: "plot"
16814   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
16815   algorithm: "plot_performance_box"
16816   output-file-type: ".html"
16817   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
16818   data: "plot-dpdk-throughput-latency-3n-hsw"
16819   filter: "'NIC_Intel-XL710' and
16820            '64B' and
16821            'BASE' and
16822            'NDRPDR' and
16823            '1T1C' and
16824            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16825   parameters:
16826   - "throughput"
16827   - "parent"
16828   - "tags"
16829   traces:
16830     hoverinfo: "x+y"
16831     boxpoints: "outliers"
16832     whiskerwidth: 0
16833   layout:
16834     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
16835     layout: "plot-throughput"
16836
16837 -
16838   type: "plot"
16839   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
16840   algorithm: "plot_performance_box"
16841   output-file-type: ".html"
16842   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
16843   data: "plot-dpdk-throughput-latency-3n-hsw"
16844   filter: "'NIC_Intel-XL710' and
16845            '64B' and
16846            'BASE' and
16847            'NDRPDR' and
16848            '2T2C' and
16849            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16850   parameters:
16851   - "throughput"
16852   - "parent"
16853   - "tags"
16854   traces:
16855     hoverinfo: "x+y"
16856     boxpoints: "outliers"
16857     whiskerwidth: 0
16858   layout:
16859     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
16860     layout: "plot-throughput"
16861
16862 # Packet Throughput - DPDK testpmd 3n-skx-x710
16863 -
16864   type: "plot"
16865   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-ndr"
16866   algorithm: "plot_performance_box"
16867   output-file-type: ".html"
16868   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr"
16869   data: "plot-dpdk-throughput-latency-3n-skx"
16870   filter: "'NIC_Intel-X710' and
16871            '64B' and
16872            'BASE' and
16873            'NDRPDR' and
16874            '2T1C' and
16875            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16876   parameters:
16877   - "throughput"
16878   - "parent"
16879   - "tags"
16880   traces:
16881     hoverinfo: "x+y"
16882     boxpoints: "outliers"
16883     whiskerwidth: 0
16884   layout:
16885     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
16886     layout: "plot-throughput"
16887
16888 -
16889   type: "plot"
16890   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-ndr"
16891   algorithm: "plot_performance_box"
16892   output-file-type: ".html"
16893   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr"
16894   data: "plot-dpdk-throughput-latency-3n-skx"
16895   filter: "'NIC_Intel-X710' and
16896            '64B' and
16897            'BASE' and
16898            'NDRPDR' and
16899            '4T2C' and
16900            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16901   parameters:
16902   - "throughput"
16903   - "parent"
16904   - "tags"
16905   traces:
16906     hoverinfo: "x+y"
16907     boxpoints: "outliers"
16908     whiskerwidth: 0
16909   layout:
16910     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
16911     layout: "plot-throughput"
16912
16913 -
16914   type: "plot"
16915   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-pdr"
16916   algorithm: "plot_performance_box"
16917   output-file-type: ".html"
16918   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-pdr"
16919   data: "plot-dpdk-throughput-latency-3n-skx"
16920   filter: "'NIC_Intel-X710' and
16921            '64B' and
16922            'BASE' and
16923            'NDRPDR' and
16924            '2T1C' and
16925            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16926   parameters:
16927   - "throughput"
16928   - "parent"
16929   - "tags"
16930   traces:
16931     hoverinfo: "x+y"
16932     boxpoints: "outliers"
16933     whiskerwidth: 0
16934   layout:
16935     title: "testpmd-3n-skx-x710-64b-2t1c-base-pdr"
16936     layout: "plot-throughput"
16937
16938 -
16939   type: "plot"
16940   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-pdr"
16941   algorithm: "plot_performance_box"
16942   output-file-type: ".html"
16943   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-pdr"
16944   data: "plot-dpdk-throughput-latency-3n-skx"
16945   filter: "'NIC_Intel-X710' and
16946            '64B' and
16947            'BASE' and
16948            'NDRPDR' and
16949            '4T2C' and
16950            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16951   parameters:
16952   - "throughput"
16953   - "parent"
16954   - "tags"
16955   traces:
16956     hoverinfo: "x+y"
16957     boxpoints: "outliers"
16958     whiskerwidth: 0
16959   layout:
16960     title: "testpmd-3n-skx-x710-64b-4t2c-base-pdr"
16961     layout: "plot-throughput"
16962
16963 # Packet Throughput - DPDK testpmd 3n-skx-xxv710
16964 -
16965   type: "plot"
16966   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
16967   algorithm: "plot_performance_box"
16968   output-file-type: ".html"
16969   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
16970   data: "plot-dpdk-throughput-latency-3n-skx"
16971   filter: "'NIC_Intel-XXV710' and
16972            '64B' and
16973            'BASE' and
16974            'NDRPDR' and
16975            '2T1C' and
16976            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16977   parameters:
16978   - "throughput"
16979   - "parent"
16980   - "tags"
16981   traces:
16982     hoverinfo: "x+y"
16983     boxpoints: "outliers"
16984     whiskerwidth: 0
16985   layout:
16986     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
16987     layout: "plot-throughput"
16988
16989 -
16990   type: "plot"
16991   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
16992   algorithm: "plot_performance_box"
16993   output-file-type: ".html"
16994   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
16995   data: "plot-dpdk-throughput-latency-3n-skx"
16996   filter: "'NIC_Intel-XXV710' and
16997            '64B' and
16998            'BASE' and
16999            'NDRPDR' and
17000            '4T2C' and
17001            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17002   parameters:
17003   - "throughput"
17004   - "parent"
17005   - "tags"
17006   traces:
17007     hoverinfo: "x+y"
17008     boxpoints: "outliers"
17009     whiskerwidth: 0
17010   layout:
17011     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
17012     layout: "plot-throughput"
17013
17014 -
17015   type: "plot"
17016   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
17017   algorithm: "plot_performance_box"
17018   output-file-type: ".html"
17019   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
17020   data: "plot-dpdk-throughput-latency-3n-skx"
17021   filter: "'NIC_Intel-XXV710' and
17022            '64B' and
17023            'BASE' and
17024            'NDRPDR' and
17025            '2T1C' and
17026            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17027   parameters:
17028   - "throughput"
17029   - "parent"
17030   - "tags"
17031   traces:
17032     hoverinfo: "x+y"
17033     boxpoints: "outliers"
17034     whiskerwidth: 0
17035   layout:
17036     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
17037     layout: "plot-throughput"
17038
17039 -
17040   type: "plot"
17041   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
17042   algorithm: "plot_performance_box"
17043   output-file-type: ".html"
17044   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
17045   data: "plot-dpdk-throughput-latency-3n-skx"
17046   filter: "'NIC_Intel-XXV710' and
17047            '64B' and
17048            'BASE' and
17049            'NDRPDR' and
17050            '4T2C' and
17051            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17052   parameters:
17053   - "throughput"
17054   - "parent"
17055   - "tags"
17056   traces:
17057     hoverinfo: "x+y"
17058     boxpoints: "outliers"
17059     whiskerwidth: 0
17060   layout:
17061     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
17062     layout: "plot-throughput"
17063
17064 # Packet Throughput - DPDK testpmd 2n-skx-x710
17065 -
17066   type: "plot"
17067   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-ndr"
17068   algorithm: "plot_performance_box"
17069   output-file-type: ".html"
17070   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr"
17071   data: "plot-dpdk-throughput-latency-2n-skx"
17072   filter: "'NIC_Intel-X710' and
17073            '64B' and
17074            'BASE' and
17075            'NDRPDR' and
17076            '2T1C' and
17077            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17078   parameters:
17079   - "throughput"
17080   - "parent"
17081   - "tags"
17082   traces:
17083     hoverinfo: "x+y"
17084     boxpoints: "outliers"
17085     whiskerwidth: 0
17086   layout:
17087     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
17088     layout: "plot-throughput"
17089
17090 -
17091   type: "plot"
17092   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-ndr"
17093   algorithm: "plot_performance_box"
17094   output-file-type: ".html"
17095   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr"
17096   data: "plot-dpdk-throughput-latency-2n-skx"
17097   filter: "'NIC_Intel-X710' and
17098            '64B' and
17099            'BASE' and
17100            'NDRPDR' and
17101            '4T2C' and
17102            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17103   parameters:
17104   - "throughput"
17105   - "parent"
17106   - "tags"
17107   traces:
17108     hoverinfo: "x+y"
17109     boxpoints: "outliers"
17110     whiskerwidth: 0
17111   layout:
17112     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
17113     layout: "plot-throughput"
17114
17115 -
17116   type: "plot"
17117   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-pdr"
17118   algorithm: "plot_performance_box"
17119   output-file-type: ".html"
17120   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-pdr"
17121   data: "plot-dpdk-throughput-latency-2n-skx"
17122   filter: "'NIC_Intel-X710' and
17123            '64B' and
17124            'BASE' and
17125            'NDRPDR' and
17126            '2T1C' and
17127            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17128   parameters:
17129   - "throughput"
17130   - "parent"
17131   - "tags"
17132   traces:
17133     hoverinfo: "x+y"
17134     boxpoints: "outliers"
17135     whiskerwidth: 0
17136   layout:
17137     title: "testpmd-2n-skx-x710-64b-2t1c-base-pdr"
17138     layout: "plot-throughput"
17139
17140 -
17141   type: "plot"
17142   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-pdr"
17143   algorithm: "plot_performance_box"
17144   output-file-type: ".html"
17145   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-pdr"
17146   data: "plot-dpdk-throughput-latency-2n-skx"
17147   filter: "'NIC_Intel-X710' and
17148            '64B' and
17149            'BASE' and
17150            'NDRPDR' and
17151            '4T2C' and
17152            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17153   parameters:
17154   - "throughput"
17155   - "parent"
17156   - "tags"
17157   traces:
17158     hoverinfo: "x+y"
17159     boxpoints: "outliers"
17160     whiskerwidth: 0
17161   layout:
17162     title: "testpmd-2n-skx-x710-64b-4t2c-base-pdr"
17163     layout: "plot-throughput"
17164
17165 # Packet Throughput - DPDK testpmd 2n-skx-xxv710
17166 -
17167   type: "plot"
17168   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
17169   algorithm: "plot_performance_box"
17170   output-file-type: ".html"
17171   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
17172   data: "plot-dpdk-throughput-latency-2n-skx"
17173   filter: "'NIC_Intel-XXV710' and
17174            '64B' and
17175            'BASE' and
17176            'NDRPDR' and
17177            '2T1C' and
17178            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17179   parameters:
17180   - "throughput"
17181   - "parent"
17182   - "tags"
17183   traces:
17184     hoverinfo: "x+y"
17185     boxpoints: "outliers"
17186     whiskerwidth: 0
17187   layout:
17188     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
17189     layout: "plot-throughput"
17190
17191 -
17192   type: "plot"
17193   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
17194   algorithm: "plot_performance_box"
17195   output-file-type: ".html"
17196   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
17197   data: "plot-dpdk-throughput-latency-2n-skx"
17198   filter: "'NIC_Intel-XXV710' and
17199            '64B' and
17200            'BASE' and
17201            'NDRPDR' and
17202            '4T2C' and
17203            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17204   parameters:
17205   - "throughput"
17206   - "parent"
17207   - "tags"
17208   traces:
17209     hoverinfo: "x+y"
17210     boxpoints: "outliers"
17211     whiskerwidth: 0
17212   layout:
17213     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
17214     layout: "plot-throughput"
17215
17216 -
17217   type: "plot"
17218   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
17219   algorithm: "plot_performance_box"
17220   output-file-type: ".html"
17221   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
17222   data: "plot-dpdk-throughput-latency-2n-skx"
17223   filter: "'NIC_Intel-XXV710' and
17224            '64B' and
17225            'BASE' and
17226            'NDRPDR' and
17227            '2T1C' and
17228            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17229   parameters:
17230   - "throughput"
17231   - "parent"
17232   - "tags"
17233   traces:
17234     hoverinfo: "x+y"
17235     boxpoints: "outliers"
17236     whiskerwidth: 0
17237   layout:
17238     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
17239     layout: "plot-throughput"
17240
17241 -
17242   type: "plot"
17243   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
17244   algorithm: "plot_performance_box"
17245   output-file-type: ".html"
17246   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
17247   data: "plot-dpdk-throughput-latency-2n-skx"
17248   filter: "'NIC_Intel-XXV710' and
17249            '64B' and
17250            'BASE' and
17251            'NDRPDR' and
17252            '4T2C' and
17253            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17254   parameters:
17255   - "throughput"
17256   - "parent"
17257   - "tags"
17258   traces:
17259     hoverinfo: "x+y"
17260     boxpoints: "outliers"
17261     whiskerwidth: 0
17262   layout:
17263     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
17264     layout: "plot-throughput"
17265
17266 ################################################################################
17267
17268 # Packet Latency - VPP L2 3n-hsw-x520 base and scale
17269 -
17270   type: "plot"
17271   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
17272   algorithm: "plot_latency_error_bars"
17273   output-file-type: ".html"
17274   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
17275   data: "plot-vpp-throughput-latency-3n-hsw"
17276   filter: "'NIC_Intel-X520-DA2' and
17277            '64B' and
17278            ('BASE' or 'SCALE') and
17279            'NDRPDR' and
17280            'ETH' and
17281            '1T1C' and
17282            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17283            not 'VHOST' and
17284            not 'MEMIF'"
17285   parameters:
17286   - "latency"
17287   - "parent"
17288   - "tags"
17289   sort:
17290   - "L2XCFWD"
17291   - "L2PATCH"
17292   - "L2BDMACLRN"
17293   - "FIB_10K"
17294   - "FIB_100K"
17295   - "FIB_1M"
17296   layout:
17297     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
17298     layout: "plot-latency"
17299
17300 -
17301   type: "plot"
17302   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
17303   algorithm: "plot_latency_error_bars"
17304   output-file-type: ".html"
17305   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
17306   data: "plot-vpp-throughput-latency-3n-hsw"
17307   filter: "'NIC_Intel-X520-DA2' and
17308            '64B' and
17309            ('BASE' or 'SCALE') and
17310            'NDRPDR' and
17311            'ETH' and
17312            '2T2C' and
17313            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17314            not 'VHOST' and
17315            not 'MEMIF'"
17316   parameters:
17317   - "latency"
17318   - "parent"
17319   - "tags"
17320   sort:
17321   - "L2XCFWD"
17322   - "L2PATCH"
17323   - "L2BDMACLRN"
17324   - "FIB_10K"
17325   - "FIB_100K"
17326   - "FIB_1M"
17327   layout:
17328     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
17329     layout: "plot-latency"
17330
17331 # Packet Latency - VPP L2 3n-hsw-x520 features
17332 -
17333   type: "plot"
17334   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
17335   algorithm: "plot_latency_error_bars"
17336   output-file-type: ".html"
17337   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
17338   data: "plot-vpp-throughput-latency-3n-hsw"
17339   filter: "'NIC_Intel-X520-DA2' and
17340            '64B' and
17341            'NDRPDR' and
17342            '1T1C' and
17343            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
17344            not 'ACL' and
17345            not 'VHOST' and
17346            not 'MEMIF'"
17347   parameters:
17348   - "latency"
17349   - "parent"
17350   - "tags"
17351   sort:
17352   - "L2XCBASE"    # l2xcbase
17353   - "L2BDBASE"    # l2bdbase
17354   - "L2XCFWD"     # dot1q-l2xcbase
17355   - "L2BDMACLRN"  # dot1q-l2bdbase
17356   layout:
17357     title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
17358     layout: "plot-latency"
17359
17360 -
17361   type: "plot"
17362   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
17363   algorithm: "plot_latency_error_bars"
17364   output-file-type: ".html"
17365   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
17366   data: "plot-vpp-throughput-latency-3n-hsw"
17367   filter: "'NIC_Intel-X520-DA2' and
17368            '64B' and
17369            'NDRPDR' and
17370            '2T2C' and
17371            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
17372            not 'ACL' and
17373            not 'VHOST' and
17374            not 'MEMIF'"
17375   parameters:
17376   - "latency"
17377   - "parent"
17378   - "tags"
17379   sort:
17380   - "L2XCBASE"    # l2xcbase
17381   - "L2BDBASE"    # l2bdbase
17382   - "L2XCFWD"     # dot1q-l2xcbase
17383   - "L2BDMACLRN"  # dot1q-l2bdbase
17384   layout:
17385     title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
17386     layout: "plot-latency"
17387
17388 # Packet Latency - VPP L2 3n-hsw-x710 base and scale
17389 -
17390   type: "plot"
17391   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
17392   algorithm: "plot_latency_error_bars"
17393   output-file-type: ".html"
17394   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
17395   data: "plot-vpp-throughput-latency-3n-hsw"
17396   filter: "'NIC_Intel-X710' and
17397            '64B' and
17398            ('BASE' or 'SCALE') and
17399            'NDRPDR' and
17400            'ETH' and
17401            '1T1C' and
17402            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17403            not 'VHOST' and
17404            not 'MEMIF'"
17405   parameters:
17406   - "latency"
17407   - "parent"
17408   - "tags"
17409   sort:
17410   - "L2PATCH"
17411   - "L2XCFWD"
17412   - "L2BDMACLRN"
17413   - "FIB_10K"
17414   - "FIB_100K"
17415   - "FIB_1M"
17416   layout:
17417     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
17418     layout: "plot-latency"
17419
17420 -
17421   type: "plot"
17422   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
17423   algorithm: "plot_latency_error_bars"
17424   output-file-type: ".html"
17425   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
17426   data: "plot-vpp-throughput-latency-3n-hsw"
17427   filter: "'NIC_Intel-X710' and
17428            '64B' and
17429            ('BASE' or 'SCALE') and
17430            'NDRPDR' and
17431            'ETH' and
17432            '2T2C' and
17433            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17434            not 'VHOST' and
17435            not 'MEMIF'"
17436   parameters:
17437   - "latency"
17438   - "parent"
17439   - "tags"
17440   sort:
17441   - "L2PATCH"
17442   - "L2XCFWD"
17443   - "L2BDMACLRN"
17444   - "FIB_10K"
17445   - "FIB_100K"
17446   - "FIB_1M"
17447   layout:
17448     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
17449     layout: "plot-latency"
17450
17451 # Packet Latency - VPP L2 3n-hsw-x710 features
17452 -
17453   type: "plot"
17454   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
17455   algorithm: "plot_latency_error_bars"
17456   output-file-type: ".html"
17457   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
17458   data: "plot-vpp-throughput-latency-3n-hsw"
17459   filter: "'NIC_Intel-X710' and
17460            '64B' and
17461            'NDRPDR' and
17462            '1T1C' and
17463            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
17464            not 'ACL' and
17465            not 'VHOST' and
17466            not 'L2OVRLAY' and
17467            not 'MEMIF'"
17468   parameters:
17469   - "latency"
17470   - "parent"
17471   - "tags"
17472   sort:
17473   - "L2XCBASE"    # l2xcbase
17474   - "L2BDBASE"    # l2bdbase
17475   - "L2XCFWD"     # dot1q-l2xcbase
17476   - "L2BDMACLRN"  # dot1q-l2bdbase
17477   layout:
17478     title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
17479     layout: "plot-latency"
17480
17481 -
17482   type: "plot"
17483   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
17484   algorithm: "plot_latency_error_bars"
17485   output-file-type: ".html"
17486   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
17487   data: "plot-vpp-throughput-latency-3n-hsw"
17488   filter: "'NIC_Intel-X710' and
17489            '64B' and
17490            'NDRPDR' and
17491            '2T2C' and
17492            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
17493            not 'ACL' and
17494            not 'VHOST' and
17495            not 'L2OVRLAY' and
17496            not 'MEMIF'"
17497   parameters:
17498   - "latency"
17499   - "parent"
17500   - "tags"
17501   sort:
17502   - "L2XCBASE"    # l2xcbase
17503   - "L2BDBASE"    # l2bdbase
17504   - "L2XCFWD"     # dot1q-l2xcbase
17505   - "L2BDMACLRN"  # dot1q-l2bdbase
17506   layout:
17507     title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
17508     layout: "plot-latency"
17509
17510 # Packet Latency - VPP L2 3n-hsw-xl710 base and scale
17511 -
17512   type: "plot"
17513   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
17514   algorithm: "plot_latency_error_bars"
17515   output-file-type: ".html"
17516   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
17517   data: "plot-vpp-throughput-latency-3n-hsw"
17518   filter: "'NIC_Intel-XL710' and
17519            '64B' and
17520            'BASE' and
17521            'NDRPDR' and
17522            'ETH' and
17523            '1T1C' and
17524            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17525            not 'VHOST' and
17526            not 'MEMIF'"
17527   parameters:
17528   - "latency"
17529   - "parent"
17530   - "tags"
17531   sort:
17532   - "L2PATCH"
17533   - "L2XCFWD"
17534   - "L2BDMACLRN"
17535   layout:
17536     title: "l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
17537     layout: "plot-latency"
17538
17539 -
17540   type: "plot"
17541   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
17542   algorithm: "plot_latency_error_bars"
17543   output-file-type: ".html"
17544   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
17545   data: "plot-vpp-throughput-latency-3n-hsw"
17546   filter: "'NIC_Intel-XL710' and
17547            '64B' and
17548            'BASE' and
17549            'NDRPDR' and
17550            'ETH' and
17551            '2T2C' and
17552            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17553            not 'VHOST' and
17554            not 'MEMIF'"
17555   parameters:
17556   - "latency"
17557   - "parent"
17558   - "tags"
17559   sort:
17560   - "L2PATCH"
17561   - "L2XCFWD"
17562   - "L2BDMACLRN"
17563   layout:
17564     title: "l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
17565     layout: "plot-latency"
17566
17567 # Packet Latency - VPP L2 3n-skx-x710 base and scale
17568 -
17569   type: "plot"
17570   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
17571   algorithm: "plot_latency_error_bars"
17572   output-file-type: ".html"
17573   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
17574   data: "plot-vpp-throughput-latency-3n-skx"
17575   filter: "'NIC_Intel-X710' and
17576            '64B' and
17577            ('BASE' or 'SCALE') and
17578            'NDRPDR' and
17579            'ETH' and
17580            '2T1C' and
17581            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17582            not 'VHOST' and
17583            not 'MEMIF' and
17584            not 'DRV_AVF'"
17585   parameters:
17586   - "latency"
17587   - "parent"
17588   - "tags"
17589   sort:
17590   - "L2PATCH"
17591   - "L2XCBASE"
17592   - "BASE"
17593   - "FIB_10K"
17594   - "FIB_100K"
17595   - "FIB_1M"
17596   layout:
17597     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
17598     layout: "plot-latency"
17599
17600 -
17601   type: "plot"
17602   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
17603   algorithm: "plot_latency_error_bars"
17604   output-file-type: ".html"
17605   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
17606   data: "plot-vpp-throughput-latency-3n-skx"
17607   filter: "'NIC_Intel-X710' and
17608            '64B' and
17609            ('BASE' or 'SCALE') and
17610            'NDRPDR' and
17611            'ETH' and
17612            '4T2C' and
17613            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17614            not 'VHOST' and
17615            not 'MEMIF' and
17616            not 'DRV_AVF'"
17617   parameters:
17618   - "latency"
17619   - "parent"
17620   - "tags"
17621   sort:
17622   - "L2PATCH"
17623   - "L2XCBASE"
17624   - "BASE"
17625   - "FIB_10K"
17626   - "FIB_100K"
17627   - "FIB_1M"
17628   layout:
17629     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
17630     layout: "plot-latency"
17631
17632 # Packet Latency - VPP L2 3n-skx-x710 features
17633 -
17634   type: "plot"
17635   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
17636   algorithm: "plot_latency_error_bars"
17637   output-file-type: ".html"
17638   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
17639   data: "plot-vpp-throughput-latency-3n-skx"
17640   filter: "'NIC_Intel-X710' and
17641            '64B' and
17642            'NDRPDR' and
17643            '2T1C' and
17644            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
17645            not 'ACL' and
17646            not 'VHOST' and
17647            not 'DRV_AVF' and
17648            not 'L2OVRLAY' and
17649            not 'MEMIF'"
17650   parameters:
17651   - "latency"
17652   - "parent"
17653   - "tags"
17654   sort:
17655   - "L2XCBASE"    # l2xcbase
17656   - "L2BDBASE"    # l2bdbase
17657   - "L2XCFWD"     # dot1q-l2xcbase
17658   - "L2BDMACLRN"  # dot1q-l2bdbase
17659   layout:
17660     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
17661     layout: "plot-latency"
17662
17663 -
17664   type: "plot"
17665   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
17666   algorithm: "plot_latency_error_bars"
17667   output-file-type: ".html"
17668   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
17669   data: "plot-vpp-throughput-latency-3n-skx"
17670   filter: "'NIC_Intel-X710' and
17671            '64B' and
17672            'NDRPDR' and
17673            '4T2C' and
17674            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
17675            not 'ACL' and
17676            not 'VHOST' and
17677            not 'DRV_AVF' and
17678            not 'L2OVRLAY' and
17679            not 'MEMIF'"
17680   parameters:
17681   - "latency"
17682   - "parent"
17683   - "tags"
17684   sort:
17685   - "L2XCBASE"    # l2xcbase
17686   - "L2BDBASE"    # l2bdbase
17687   - "L2XCFWD"     # dot1q-l2xcbase
17688   - "L2BDMACLRN"  # dot1q-l2bdbase
17689   layout:
17690     title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
17691     layout: "plot-latency"
17692
17693 # Packet Latency - VPP L2 3n-skx-xxv710 base and scale
17694 -
17695   type: "plot"
17696   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
17697   algorithm: "plot_latency_error_bars"
17698   output-file-type: ".html"
17699   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
17700   data: "plot-vpp-throughput-latency-3n-skx"
17701   filter: "'NIC_Intel-XXV710' and
17702            '64B' and
17703            ('BASE' or 'SCALE') and
17704            'NDRPDR' and
17705            'ETH' and
17706            '2T1C' and
17707            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17708            not 'VHOST' and
17709            not 'MEMIF'"
17710   parameters:
17711   - "latency"
17712   - "parent"
17713   - "tags"
17714   sort:
17715   - "L2PATCH"
17716   - "L2PATCH"
17717   - "L2XCBASE"
17718   - "L2BDMACLRN"
17719   layout:
17720     title: "l2sw-3n-skx-xxv710-64b-2t1c-base-ndr"
17721     layout: "plot-latency"
17722
17723 -
17724   type: "plot"
17725   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
17726   algorithm: "plot_latency_error_bars"
17727   output-file-type: ".html"
17728   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
17729   data: "plot-vpp-throughput-latency-3n-skx"
17730   filter: "'NIC_Intel-XXV710' and
17731            '64B' and
17732            ('BASE' or 'SCALE') and
17733            'NDRPDR' and
17734            'ETH' and
17735            '4T2C' and
17736            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17737            not 'VHOST' and
17738            not 'MEMIF'"
17739   parameters:
17740   - "latency"
17741   - "parent"
17742   - "tags"
17743   sort:
17744   - "L2PATCH"
17745   - "L2PATCH"
17746   - "L2XCBASE"
17747   - "L2BDMACLRN"
17748   layout:
17749     title: "l2sw-3n-skx-xxv710-64b-4t2c-base-ndr"
17750     layout: "plot-latency"
17751
17752 # Packet Latency - VPP L2 2n-skx-x710 base and scale
17753 -
17754   type: "plot"
17755   title: "VPP Latency: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
17756   algorithm: "plot_latency_error_bars"
17757   output-file-type: ".html"
17758   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
17759   data: "plot-vpp-throughput-latency-2n-skx"
17760   filter: "'NIC_Intel-X710' and
17761            '64B' and
17762            'ETH' and
17763            ('BASE' or 'SCALE') and
17764            'NDRPDR' and
17765            '2T1C' and
17766            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17767            not 'VHOST' and
17768            not 'MEMIF'"
17769   parameters:
17770   - "latency"
17771   - "parent"
17772   - "tags"
17773   sort:
17774   - "L2PATCH"
17775   - "L2XCBASE"
17776   - "BASE"
17777   - "FIB_10K"
17778   - "FIB_100K"
17779   - "FIB_1M"
17780   layout:
17781     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
17782     layout: "plot-latency"
17783
17784 -
17785   type: "plot"
17786   title: "VPP Latency: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
17787   algorithm: "plot_latency_error_bars"
17788   output-file-type: ".html"
17789   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
17790   data: "plot-vpp-throughput-latency-2n-skx"
17791   filter: "'NIC_Intel-X710' and
17792            '64B' and
17793            ('BASE' or 'SCALE') and
17794            'NDRPDR' and
17795            'ETH' and
17796            '4T2C' and
17797            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17798            not 'VHOST' and
17799            not 'MEMIF'"
17800   parameters:
17801   - "latency"
17802   - "parent"
17803   - "tags"
17804   sort:
17805   - "L2PATCH"
17806   - "L2XCBASE"
17807   - "BASE"
17808   - "FIB_10K"
17809   - "FIB_100K"
17810   - "FIB_1M"
17811   layout:
17812     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
17813     layout: "plot-latency"
17814
17815 # Packet Latency - VPP L2 2n-skx-xxv710 base and scale
17816 -
17817   type: "plot"
17818   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
17819   algorithm: "plot_latency_error_bars"
17820   output-file-type: ".html"
17821   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
17822   data: "plot-vpp-throughput-latency-2n-skx"
17823   filter: "'NIC_Intel-XXV710' and
17824            '64B' and
17825            ('BASE' or 'SCALE') and
17826            'NDRPDR' and
17827            'ETH' and
17828            '2T1C' and
17829            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17830            not 'VHOST' and
17831            not 'MEMIF'"
17832   parameters:
17833   - "latency"
17834   - "parent"
17835   - "tags"
17836   sort:
17837   - "L2PATCH"
17838   - "L2XCBASE"
17839   - "BASE"
17840   - "FIB_10K"
17841   - "FIB_100K"
17842   - "FIB_1M"
17843   layout:
17844     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
17845     layout: "plot-latency"
17846
17847 -
17848   type: "plot"
17849   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
17850   algorithm: "plot_latency_error_bars"
17851   output-file-type: ".html"
17852   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
17853   data: "plot-vpp-throughput-latency-2n-skx"
17854   filter: "'NIC_Intel-XXV710' and
17855            '64B' and
17856            ('BASE' or 'SCALE') and
17857            'NDRPDR' and
17858            'ETH' and
17859            '4T2C' and
17860            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17861            not 'VHOST' and
17862            not 'MEMIF'"
17863   parameters:
17864   - "latency"
17865   - "parent"
17866   - "tags"
17867   sort:
17868   - "L2PATCH"
17869   - "L2XCBASE"
17870   - "BASE"
17871   - "FIB_10K"
17872   - "FIB_100K"
17873   - "FIB_1M"
17874   layout:
17875     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
17876     layout: "plot-latency"
17877
17878 ################################################################################
17879
17880 # Packet Latency - VPP Container Memif 3n-hsw-x520
17881 -
17882   type: "plot"
17883   title: "VPP Latency: memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
17884   algorithm: "plot_latency_error_bars"
17885   output-file-type: ".html"
17886   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
17887   data: "plot-vpp-throughput-latency-3n-hsw"
17888   filter: "'NIC_Intel-X520-DA2' and
17889            '64B' and
17890            ('BASE' or 'SCALE') and
17891            'NDRPDR' and
17892            '1T1C' and
17893            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
17894            not 'VHOST' and
17895            'MEMIF'"
17896   parameters:
17897   - "latency"
17898   - "parent"
17899   - "tags"
17900   sort:
17901   - "L2XCFWD"
17902   - "L2XCFWD"
17903   - "L2XCFWD"
17904   - "L2BDMACLRN"
17905   - "L2BDMACLRN"
17906   - "L2BDMACLRN"
17907   - "IP4FWD"
17908   layout:
17909     title: "memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
17910     layout: "plot-latency"
17911
17912 -
17913   type: "plot"
17914   title: "VPP Latency: memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
17915   algorithm: "plot_latency_error_bars"
17916   output-file-type: ".html"
17917   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
17918   data: "plot-vpp-throughput-latency-3n-hsw"
17919   filter: "'NIC_Intel-X520-DA2' and
17920            '64B' and
17921            ('BASE' or 'SCALE') and
17922            'NDRPDR' and
17923            '2T2C' and
17924            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
17925            not 'VHOST' and
17926            'MEMIF'"
17927   parameters:
17928   - "latency"
17929   - "parent"
17930   - "tags"
17931   sort:
17932   - "L2XCFWD"
17933   - "L2XCFWD"
17934   - "L2XCFWD"
17935   - "L2BDMACLRN"
17936   - "L2BDMACLRN"
17937   - "L2BDMACLRN"
17938   - "IP4FWD"
17939   layout:
17940     title: "memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
17941     layout: "plot-latency"
17942
17943 # Packet Latency - VPP Container Memif 3n-hsw-x710
17944 -
17945   type: "plot"
17946   title: "VPP Latency: memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
17947   algorithm: "plot_latency_error_bars"
17948   output-file-type: ".html"
17949   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
17950   data: "plot-vpp-throughput-latency-3n-hsw"
17951   filter: "'NIC_Intel-X710' and
17952            '64B' and
17953            ('BASE' or 'SCALE') and
17954            'NDRPDR' and
17955            '1T1C' and
17956            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
17957            not 'VHOST' and
17958            'MEMIF'"
17959   parameters:
17960   - "latency"
17961   - "parent"
17962   - "tags"
17963   sort:
17964   - "L2XCFWD"
17965   - "L2XCFWD"
17966   - "L2XCFWD"
17967   - "L2BDMACLRN"
17968   - "L2BDMACLRN"
17969   - "L2BDMACLRN"
17970   - "IP4FWD"
17971   layout:
17972     title: "memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
17973     layout: "plot-latency"
17974
17975 -
17976   type: "plot"
17977   title: "VPP Latency: memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
17978   algorithm: "plot_latency_error_bars"
17979   output-file-type: ".html"
17980   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
17981   data: "plot-vpp-throughput-latency-3n-hsw"
17982   filter: "'NIC_Intel-X710' and
17983            '64B' and
17984            ('BASE' or 'SCALE') and
17985            'NDRPDR' and
17986            '2T2C' and
17987            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
17988            not 'VHOST' and
17989            'MEMIF'"
17990   parameters:
17991   - "latency"
17992   - "parent"
17993   - "tags"
17994   sort:
17995   - "L2XCFWD"
17996   - "L2XCFWD"
17997   - "L2XCFWD"
17998   - "L2BDMACLRN"
17999   - "L2BDMACLRN"
18000   - "L2BDMACLRN"
18001   - "IP4FWD"
18002   layout:
18003     title: "memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
18004     layout: "plot-latency"
18005
18006 # Packet Latency - VPP Container Memif 3n-hsw-xl710
18007 -
18008   type: "plot"
18009   title: "VPP Latency: memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr-lat"
18010   algorithm: "plot_latency_error_bars"
18011   output-file-type: ".html"
18012   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr-lat"
18013   data: "plot-vpp-throughput-latency-3n-hsw"
18014   filter: "'NIC_Intel-XL710' and
18015            '64B' and
18016            ('BASE' or 'SCALE') and
18017            'NDRPDR' and
18018            '1T1C' and
18019            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
18020            not 'VHOST' and
18021            'MEMIF'"
18022   parameters:
18023   - "latency"
18024   - "parent"
18025   - "tags"
18026   sort:
18027   - "L2XCFWD"
18028   - "L2XCFWD"
18029   - "L2XCFWD"
18030   - "L2BDMACLRN"
18031   - "L2BDMACLRN"
18032   - "L2BDMACLRN"
18033   - "IP4FWD"
18034   layout:
18035     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr"
18036     layout: "plot-latency"
18037
18038 -
18039   type: "plot"
18040   title: "VPP Latency: memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr-lat"
18041   algorithm: "plot_latency_error_bars"
18042   output-file-type: ".html"
18043   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr-lat"
18044   data: "plot-vpp-throughput-latency-3n-hsw"
18045   filter: "'NIC_Intel-XL710' and
18046            '64B' and
18047            ('BASE' or 'SCALE') and
18048            'NDRPDR' and
18049            '2T2C' and
18050            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
18051            not 'VHOST' and
18052            'MEMIF'"
18053   parameters:
18054   - "latency"
18055   - "parent"
18056   - "tags"
18057   sort:
18058   - "L2XCFWD"
18059   - "L2XCFWD"
18060   - "L2XCFWD"
18061   - "L2BDMACLRN"
18062   - "L2BDMACLRN"
18063   - "L2BDMACLRN"
18064   - "IP4FWD"
18065   layout:
18066     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr"
18067     layout: "plot-latency"
18068
18069 # Packet Latency - VPP Container Memif 3n-skx-x710
18070 -
18071   type: "plot"
18072   title: "VPP Latency: memif-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
18073   algorithm: "plot_latency_error_bars"
18074   output-file-type: ".html"
18075   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
18076   data: "plot-vpp-throughput-latency-3n-skx"
18077   filter: "'NIC_Intel-X710' and
18078            '64B' and
18079            ('BASE' or 'SCALE') and
18080            'NDRPDR' and
18081            '2T1C' and
18082            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
18083            not 'VHOST' and
18084            'MEMIF'"
18085   parameters:
18086   - "latency"
18087   - "parent"
18088   - "tags"
18089   sort:
18090   - "L2XCFWD"
18091   - "L2XCFWD"
18092   - "L2XCFWD"
18093   - "L2BDMACLRN"
18094   - "L2BDMACLRN"
18095   - "L2BDMACLRN"
18096   - "IP4FWD"
18097   layout:
18098     title: "memif-3n-skx-x710-64b-2t1c-base_and_features-ndr"
18099     layout: "plot-latency"
18100
18101 -
18102   type: "plot"
18103   title: "VPP Latency: memif-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
18104   algorithm: "plot_latency_error_bars"
18105   output-file-type: ".html"
18106   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
18107   data: "plot-vpp-throughput-latency-3n-skx"
18108   filter: "'NIC_Intel-X710' and
18109            '64B' and
18110            ('BASE' or 'SCALE') and
18111            'NDRPDR' and
18112            '4T2C' and
18113            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
18114            not 'VHOST' and
18115            'MEMIF'"
18116   parameters:
18117   - "latency"
18118   - "parent"
18119   - "tags"
18120   sort:
18121   - "L2XCFWD"
18122   - "L2XCFWD"
18123   - "L2XCFWD"
18124   - "L2BDMACLRN"
18125   - "L2BDMACLRN"
18126   - "L2BDMACLRN"
18127   - "IP4FWD"
18128   layout:
18129     title: "memif-3n-skx-x710-64b-4t2c-base_and_features-ndr"
18130     layout: "plot-latency"
18131
18132 # Packet Latency - VPP Container Memif 2n-skx-x710
18133 -
18134   type: "plot"
18135   title: "VPP Latency: memif-2n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
18136   algorithm: "plot_latency_error_bars"
18137   output-file-type: ".html"
18138   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
18139   data: "plot-vpp-throughput-latency-2n-skx"
18140   filter: "'NIC_Intel-X710' and
18141            '64B' and
18142            ('BASE' or 'SCALE') and
18143            'NDRPDR' and
18144            '2T1C' and
18145            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
18146            not 'VHOST' and
18147            not 'NF_DENSITY' and
18148            'MEMIF'"
18149   parameters:
18150   - "latency"
18151   - "parent"
18152   - "tags"
18153   sort:
18154   - "L2XCFWD"
18155   - "L2XCFWD"
18156   - "L2XCFWD"
18157   - "L2BDMACLRN"
18158   - "L2BDMACLRN"
18159   - "L2BDMACLRN"
18160   - "IP4FWD"
18161   layout:
18162     title: "memif-2n-skx-x710-64b-2t1c-base_and_features-ndr"
18163     layout: "plot-latency"
18164
18165 -
18166   type: "plot"
18167   title: "VPP Latency: memif-2n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
18168   algorithm: "plot_latency_error_bars"
18169   output-file-type: ".html"
18170   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
18171   data: "plot-vpp-throughput-latency-2n-skx"
18172   filter: "'NIC_Intel-X710' and
18173            '64B' and
18174            ('BASE' or 'SCALE') and
18175            'NDRPDR' and
18176            '4T2C' and
18177            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
18178            not 'VHOST' and
18179            not 'NF_DENSITY' and
18180            'MEMIF'"
18181   parameters:
18182   - "latency"
18183   - "parent"
18184   - "tags"
18185   sort:
18186   - "L2XCFWD"
18187   - "L2XCFWD"
18188   - "L2XCFWD"
18189   - "L2BDMACLRN"
18190   - "L2BDMACLRN"
18191   - "L2BDMACLRN"
18192   - "IP4FWD"
18193   layout:
18194     title: "memif-2n-skx-x710-64b-4t2c-base_and_features-ndr"
18195     layout: "plot-latency"
18196
18197 # Packet Latency - VPP Container Memif 2n-skx-xxv710
18198 -
18199   type: "plot"
18200   title: "VPP Latency: memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr-lat"
18201   algorithm: "plot_latency_error_bars"
18202   output-file-type: ".html"
18203   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr-lat"
18204   data: "plot-vpp-throughput-latency-2n-skx"
18205   filter: "'NIC_Intel-XXV710' and
18206            '64B' and
18207            ('BASE' or 'SCALE') and
18208            'NDRPDR' and
18209            '2T1C' and
18210            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
18211            not 'VHOST' and
18212            'MEMIF'"
18213   parameters:
18214   - "latency"
18215   - "parent"
18216   - "tags"
18217   sort:
18218   - "L2XCFWD"
18219   - "L2XCFWD"
18220   - "L2XCFWD"
18221   - "L2BDMACLRN"
18222   - "L2BDMACLRN"
18223   - "L2BDMACLRN"
18224   - "IP4FWD"
18225   layout:
18226     title: "memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
18227     layout: "plot-latency"
18228
18229 -
18230   type: "plot"
18231   title: "VPP Latency: memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr-lat"
18232   algorithm: "plot_latency_error_bars"
18233   output-file-type: ".html"
18234   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr-lat"
18235   data: "plot-vpp-throughput-latency-2n-skx"
18236   filter: "'NIC_Intel-XXV710' and
18237            '64B' and
18238            ('BASE' or 'SCALE') and
18239            'NDRPDR' and
18240            '4T2C' and
18241            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
18242            not 'VHOST' and
18243            'MEMIF'"
18244   parameters:
18245   - "latency"
18246   - "parent"
18247   - "tags"
18248   sort:
18249   - "L2XCFWD"
18250   - "L2XCFWD"
18251   - "L2XCFWD"
18252   - "L2BDMACLRN"
18253   - "L2BDMACLRN"
18254   - "L2BDMACLRN"
18255   - "IP4FWD"
18256   layout:
18257     title: "memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
18258     layout: "plot-latency"
18259
18260 ################################################################################
18261
18262 # Packet Latency - VPP Container Memif 3n-hsw-x520 - l2xc
18263 -
18264   type: "plot"
18265   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
18266   algorithm: "plot_latency_error_bars"
18267   output-file-type: ".html"
18268   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
18269   data: "plot-ligato-throughput-latency-3n-hsw"
18270   filter: "'NIC_Intel-X520-DA2' and
18271            '64B' and
18272            ('BASE' or 'SCALE') and
18273            'NDRPDR' and
18274            '1T1C' and
18275            'L2XCFWD' and
18276            not 'VHOST' and
18277            not 'NF_DENSITY' and
18278            'MEMIF'"
18279   parameters:
18280   - "latency"
18281   - "parent"
18282   - "tags"
18283   sort:
18284   - "1VNF"
18285   - "2VNF"
18286   - "4VNF"
18287   - "2VNF"
18288   - "4VNF"
18289   layout:
18290     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
18291     layout: "plot-latency"
18292
18293 -
18294   type: "plot"
18295   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
18296   algorithm: "plot_latency_error_bars"
18297   output-file-type: ".html"
18298   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
18299   data: "plot-ligato-throughput-latency-3n-hsw"
18300   filter: "'NIC_Intel-X520-DA2' and
18301            '64B' and
18302            ('BASE' or 'SCALE') and
18303            'NDRPDR' and
18304            '2T2C' and
18305            'L2XCFWD' and
18306            not 'VHOST' and
18307            not 'NF_DENSITY' and
18308            'MEMIF'"
18309   parameters:
18310   - "latency"
18311   - "parent"
18312   - "tags"
18313   sort:
18314   - "1VNF"
18315   - "2VNF"
18316   - "4VNF"
18317   - "2VNF"
18318   - "4VNF"
18319   layout:
18320     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
18321     layout: "plot-latency"
18322
18323 # Packet Latency - VPP Container Memif 3n-hsw-x520 - l2bd
18324 -
18325   type: "plot"
18326   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
18327   algorithm: "plot_latency_error_bars"
18328   output-file-type: ".html"
18329   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
18330   data: "plot-ligato-throughput-latency-3n-hsw"
18331   filter: "'NIC_Intel-X520-DA2' and
18332            '64B' and
18333            ('BASE' or 'SCALE') and
18334            'NDRPDR' and
18335            '1T1C' and
18336            ('L2BDMACSTAT' or 'L2BDMACLRN') and
18337            not 'VHOST' and
18338            not 'NF_DENSITY' and
18339            'MEMIF'"
18340   parameters:
18341   - "latency"
18342   - "parent"
18343   - "tags"
18344   sort:
18345   - "1VNF"
18346   - "2VNF"
18347   - "4VNF"
18348   - "2VNF"
18349   - "4VNF"
18350   layout:
18351     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
18352     layout: "plot-latency"
18353
18354 -
18355   type: "plot"
18356   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
18357   algorithm: "plot_latency_error_bars"
18358   output-file-type: ".html"
18359   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
18360   data: "plot-ligato-throughput-latency-3n-hsw"
18361   filter: "'NIC_Intel-X520-DA2' and
18362            '64B' and
18363            ('BASE' or 'SCALE') and
18364            'NDRPDR' and
18365            '2T2C' and
18366            ('L2BDMACSTAT' or 'L2BDMACLRN') and
18367            not 'VHOST' and
18368            not 'NF_DENSITY' and
18369            'MEMIF'"
18370   parameters:
18371   - "latency"
18372   - "parent"
18373   - "tags"
18374   sort:
18375   - "1VNF"
18376   - "2VNF"
18377   - "4VNF"
18378   - "2VNF"
18379   - "4VNF"
18380   layout:
18381     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
18382     layout: "plot-latency"
18383
18384 # Packet Latency - VPP Container Memif 3n-hsw-x710 - l2xc
18385 -
18386   type: "plot"
18387   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
18388   algorithm: "plot_latency_error_bars"
18389   output-file-type: ".html"
18390   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
18391   data: "plot-ligato-throughput-latency-3n-hsw"
18392   filter: "'NIC_Intel-X710' and
18393            '64B' and
18394            ('BASE' or 'SCALE') and
18395            'NDRPDR' and
18396            '1T1C' and
18397            'L2XCFWD' and
18398            not 'VHOST' and
18399            not 'NF_DENSITY' and
18400            'MEMIF'"
18401   parameters:
18402   - "latency"
18403   - "parent"
18404   - "tags"
18405   sort:
18406   - "1VNF"
18407   - "2VNF"
18408   - "4VNF"
18409   - "2VNF"
18410   - "4VNF"
18411   layout:
18412     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
18413     layout: "plot-latency"
18414
18415 -
18416   type: "plot"
18417   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
18418   algorithm: "plot_latency_error_bars"
18419   output-file-type: ".html"
18420   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
18421   data: "plot-ligato-throughput-latency-3n-hsw"
18422   filter: "'NIC_Intel-X710' and
18423            '64B' and
18424            ('BASE' or 'SCALE') and
18425            'NDRPDR' and
18426            '2T2C' and
18427            'L2XCFWD' and
18428            not 'VHOST' and
18429            not 'NF_DENSITY' and
18430            'MEMIF'"
18431   parameters:
18432   - "latency"
18433   - "parent"
18434   - "tags"
18435   sort:
18436   - "1VNF"
18437   - "2VNF"
18438   - "4VNF"
18439   - "2VNF"
18440   - "4VNF"
18441   layout:
18442     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
18443     layout: "plot-latency"
18444
18445 # Packet Latency - VPP Container Memif 3n-hsw-x710 - l2bd
18446 -
18447   type: "plot"
18448   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
18449   algorithm: "plot_latency_error_bars"
18450   output-file-type: ".html"
18451   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
18452   data: "plot-ligato-throughput-latency-3n-hsw"
18453   filter: "'NIC_Intel-X710' and
18454            '64B' and
18455            ('BASE' or 'SCALE') and
18456            'NDRPDR' and
18457            '1T1C' and
18458            ('L2BDMACSTAT' or 'L2BDMACLRN') and
18459            not 'VHOST' and
18460            not 'NF_DENSITY' and
18461            'MEMIF'"
18462   parameters:
18463   - "latency"
18464   - "parent"
18465   - "tags"
18466   sort:
18467   - "1VNF"
18468   - "2VNF"
18469   - "4VNF"
18470   - "2VNF"
18471   - "4VNF"
18472   layout:
18473     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
18474     layout: "plot-latency"
18475
18476 -
18477   type: "plot"
18478   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
18479   algorithm: "plot_latency_error_bars"
18480   output-file-type: ".html"
18481   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
18482   data: "plot-ligato-throughput-latency-3n-hsw"
18483   filter: "'NIC_Intel-X710' and
18484            '64B' and
18485            ('BASE' or 'SCALE') and
18486            'NDRPDR' and
18487            '2T2C' and
18488            ('L2BDMACSTAT' or 'L2BDMACLRN') and
18489            not 'VHOST' and
18490            not 'NF_DENSITY' and
18491            'MEMIF'"
18492   parameters:
18493   - "latency"
18494   - "parent"
18495   - "tags"
18496   sort:
18497   - "1VNF"
18498   - "2VNF"
18499   - "4VNF"
18500   - "2VNF"
18501   - "4VNF"
18502   layout:
18503     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
18504     layout: "plot-latency"
18505
18506 ################################################################################
18507
18508 # Packet Latency - VPP IPv4 3n-hsw-x520 base and scale
18509 -
18510   type: "plot"
18511   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18512   algorithm: "plot_latency_error_bars"
18513   output-file-type: ".html"
18514   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18515   data: "plot-vpp-throughput-latency-3n-hsw"
18516   filter: "'NIC_Intel-X520-DA2' and
18517            '64B' and
18518            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
18519            'NDRPDR' and
18520            '1T1C' and
18521            'IP4FWD' and
18522            not 'IPSEC' and
18523            not 'DOT1Q' and
18524            not 'VHOST'"
18525   parameters:
18526   - "latency"
18527   - "parent"
18528   - "tags"
18529   sort:
18530   - "DOT1Q"
18531   - "IP4BASE"
18532   - "FIB_20k"
18533   - "FIB_200k"
18534   - "FIB_2M"
18535   layout:
18536     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
18537     layout: "plot-latency"
18538
18539 -
18540   type: "plot"
18541   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
18542   algorithm: "plot_latency_error_bars"
18543   output-file-type: ".html"
18544   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
18545   data: "plot-vpp-throughput-latency-3n-hsw"
18546   filter: "'NIC_Intel-X520-DA2' and
18547            '64B' and
18548            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
18549            'NDRPDR' and
18550            '2T2C' and
18551            'IP4FWD' and
18552            not 'IPSEC' and
18553            not 'DOT1Q' and
18554            not 'VHOST'"
18555   parameters:
18556   - "latency"
18557   - "parent"
18558   - "tags"
18559   sort:
18560   - "DOT1Q"
18561   - "IP4BASE"
18562   - "FIB_20k"
18563   - "FIB_200k"
18564   - "FIB_2M"
18565   layout:
18566     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
18567     layout: "plot-latency"
18568
18569 # Packet Latency - VPP IPv4 3n-hsw-x520 features
18570 -
18571   type: "plot"
18572   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
18573   algorithm: "plot_latency_error_bars"
18574   output-file-type: ".html"
18575   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
18576   data: "plot-vpp-throughput-latency-3n-hsw"
18577   filter: "'NIC_Intel-X520-DA2' and
18578            '64B' and
18579            ('IP4BASE' or
18580             'POLICE_MARK' or
18581             'COPWHLIST' or
18582             ('NAT44' and 'BASE') or
18583             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
18584            'NDRPDR' and
18585            '1T1C' and
18586            'IP4FWD' and
18587            not 'IPSEC' and
18588            not 'VHOST'"
18589   parameters:
18590   - "latency"
18591   - "parent"
18592   - "tags"
18593   sort:
18594   - "DOT1Q"
18595   - "IP4BASE"
18596   - "NAT44"
18597   - "POLICE_MARK"
18598   - "COPWHLIST"
18599   - "IACL"
18600   - "OACL"
18601   layout:
18602     title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
18603     layout: "plot-latency"
18604
18605 -
18606   type: "plot"
18607   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
18608   algorithm: "plot_latency_error_bars"
18609   output-file-type: ".html"
18610   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
18611   data: "plot-vpp-throughput-latency-3n-hsw"
18612   filter: "'NIC_Intel-X520-DA2' and
18613            '64B' and
18614            ('IP4BASE' or
18615             'POLICE_MARK' or
18616             'COPWHLIST' or
18617             ('NAT44' and 'BASE') or
18618             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
18619            'NDRPDR' and
18620            '2T2C' and
18621            'IP4FWD' and
18622            not 'IPSEC' and
18623            not 'VHOST'"
18624   parameters:
18625   - "latency"
18626   - "parent"
18627   - "tags"
18628   sort:
18629   - "DOT1Q"
18630   - "IP4BASE"
18631   - "NAT44"
18632   - "POLICE_MARK"
18633   - "COPWHLIST"
18634   - "IACL"
18635   - "OACL"
18636   layout:
18637     title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
18638     layout: "plot-latency"
18639
18640 # Packet Latency - VPP IPv4 3n-hsw-x520 features nat44
18641 -
18642   type: "plot"
18643   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
18644   algorithm: "plot_latency_error_bars"
18645   output-file-type: ".html"
18646   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
18647   data: "plot-vpp-throughput-latency-3n-hsw"
18648   filter: "'NIC_Intel-X520-DA2' and
18649            '64B' and
18650            'NDRPDR' and
18651            '1T1C' and
18652            'IP4FWD' and
18653            ('NAT44' or 'IP4BASE') and
18654            not 'DOT1Q' and
18655            not 'IPSEC' and
18656            not 'VHOST'"
18657   parameters:
18658   - "latency"
18659   - "parent"
18660   - "tags"
18661   sort:
18662   - "IP4BASE"
18663   - "BASE"
18664   - "SRC_USER_10"
18665   - "SRC_USER_100"
18666   - "SRC_USER_1000"
18667   - "SRC_USER_2000"
18668   layout:
18669     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
18670     layout: "plot-latency"
18671
18672 -
18673   type: "plot"
18674   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat"
18675   algorithm: "plot_latency_error_bars"
18676   output-file-type: ".html"
18677   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat"
18678   data: "plot-vpp-throughput-latency-3n-hsw"
18679   filter: "'NIC_Intel-X520-DA2' and
18680            '64B' and
18681            'NDRPDR' and
18682            '2T2C' and
18683            'IP4FWD' and
18684            ('NAT44' or 'IP4BASE') and
18685            not 'DOT1Q' and
18686            not 'IPSEC' and
18687            not 'VHOST'"
18688   parameters:
18689   - "latency"
18690   - "parent"
18691   - "tags"
18692   sort:
18693   - "IP4BASE"
18694   - "BASE"
18695   - "SRC_USER_10"
18696   - "SRC_USER_100"
18697   - "SRC_USER_1000"
18698   - "SRC_USER_2000"
18699   layout:
18700     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
18701     layout: "plot-latency"
18702
18703 # Packet Latency - VPP IPv4 3n-hsw-x520 features iacl
18704 -
18705   type: "plot"
18706   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
18707   algorithm: "plot_latency_error_bars"
18708   output-file-type: ".html"
18709   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
18710   data: "plot-vpp-throughput-latency-3n-hsw"
18711   filter: "'NIC_Intel-X520-DA2' and
18712            '64B' and
18713            'NDRPDR' and
18714            '1T1C' and
18715            'IP4FWD' and
18716            ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
18717            not 'IPSEC' and
18718            not 'DOT1Q' and
18719            not 'VHOST'"
18720   parameters:
18721   - "latency"
18722   - "parent"
18723   - "tags"
18724   sort:
18725   - "IP4BASE"
18726   - "ACL_STATELESS"
18727   - "ACL_STATEFUL"
18728   - "ACL_STATELESS"
18729   - "ACL_STATEFUL"
18730   layout:
18731     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
18732     layout: "plot-latency"
18733
18734 -
18735   type: "plot"
18736   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
18737   algorithm: "plot_latency_error_bars"
18738   output-file-type: ".html"
18739   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
18740   data: "plot-vpp-throughput-latency-3n-hsw"
18741   filter: "'NIC_Intel-X520-DA2' and
18742            '64B' and
18743            'NDRPDR' and
18744            '2T2C' and
18745            'IP4FWD' and
18746            ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
18747            not 'IPSEC' and
18748            not 'DOT1Q' and
18749            not 'VHOST'"
18750   parameters:
18751   - "latency"
18752   - "parent"
18753   - "tags"
18754   sort:
18755   - "IP4BASE"
18756   - "ACL_STATELESS"
18757   - "ACL_STATEFUL"
18758   - "ACL_STATELESS"
18759   - "ACL_STATEFUL"
18760   layout:
18761     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
18762     layout: "plot-latency"
18763
18764 # Packet Latency - VPP IPv4 3n-hsw-x520 features oacl
18765 -
18766   type: "plot"
18767   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
18768   algorithm: "plot_latency_error_bars"
18769   output-file-type: ".html"
18770   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
18771   data: "plot-vpp-throughput-latency-3n-hsw"
18772   filter: "'NIC_Intel-X520-DA2' and
18773            '64B' and
18774            'NDRPDR' and
18775            '1T1C' and
18776            'IP4FWD' and
18777            ('OACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
18778            not 'IPSEC' and
18779            not 'DOT1Q' and
18780            not 'VHOST'"
18781   parameters:
18782   - "latency"
18783   - "parent"
18784   - "tags"
18785   sort:
18786   - "IP4BASE"
18787   - "ACL_STATELESS"
18788   - "ACL_STATEFUL"
18789   - "ACL_STATELESS"
18790   - "ACL_STATEFUL"
18791   layout:
18792     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
18793     layout: "plot-latency"
18794
18795 -
18796   type: "plot"
18797   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
18798   algorithm: "plot_latency_error_bars"
18799   output-file-type: ".html"
18800   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
18801   data: "plot-vpp-throughput-latency-3n-hsw"
18802   filter: "'NIC_Intel-X520-DA2' and
18803            '64B' and
18804            'NDRPDR' and
18805            '2T2C' and
18806            'IP4FWD' and
18807            ('OACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
18808            not 'IPSEC' and
18809            not 'DOT1Q' and
18810            not 'VHOST'"
18811   parameters:
18812   - "latency"
18813   - "parent"
18814   - "tags"
18815   sort:
18816   - "IP4BASE"
18817   - "ACL_STATELESS"
18818   - "ACL_STATEFUL"
18819   - "ACL_STATELESS"
18820   - "ACL_STATEFUL"
18821   layout:
18822     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
18823     layout: "plot-latency"
18824
18825 # Packet Latency - VPP IPv4 3n-hsw-x710 base and scale
18826 -
18827   type: "plot"
18828   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
18829   algorithm: "plot_latency_error_bars"
18830   output-file-type: ".html"
18831   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
18832   data: "plot-vpp-throughput-latency-3n-hsw"
18833   filter: "'NIC_Intel-X710' and
18834            '64B' and
18835            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18836            'NDRPDR' and
18837            '1T1C' and
18838            'IP4FWD' and
18839            not 'IPSEC' and
18840            not 'DOT1Q' and
18841            not 'VHOST'"
18842   parameters:
18843   - "latency"
18844   - "parent"
18845   - "tags"
18846   sort:
18847   - "IP4BASE"
18848   - "FIB_20K"
18849   - "FIB_200K"
18850   - "FIB_2M"
18851   layout:
18852     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
18853     layout: "plot-latency"
18854
18855 -
18856   type: "plot"
18857   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
18858   algorithm: "plot_latency_error_bars"
18859   output-file-type: ".html"
18860   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
18861   data: "plot-vpp-throughput-latency-3n-hsw"
18862   filter: "'NIC_Intel-X710' and
18863            '64B' and
18864            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18865            'NDRPDR' and
18866            '2T2C' and
18867            'IP4FWD' and
18868            not 'IPSEC' and
18869            not 'DOT1Q' and
18870            not 'VHOST'"
18871   parameters:
18872   - "latency"
18873   - "parent"
18874   - "tags"
18875   sort:
18876   - "IP4BASE"
18877   - "FIB_20K"
18878   - "FIB_200K"
18879   - "FIB_2M"
18880   layout:
18881     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
18882     layout: "plot-latency"
18883
18884 # Packet Latency - VPP IPv4 3n-hsw-x710 features
18885 -
18886   type: "plot"
18887   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
18888   algorithm: "plot_latency_error_bars"
18889   output-file-type: ".html"
18890   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
18891   data: "plot-vpp-throughput-latency-3n-hsw"
18892   filter: "'NIC_Intel-X710' and
18893            '64B' and
18894            ('IP4BASE' or
18895             'POLICE_MARK' or
18896             'COPWHLIST' or
18897             ('NAT44' and 'BASE') or
18898             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
18899            'NDRPDR' and
18900            '1T1C' and
18901            'IP4FWD' and
18902            not 'IPSEC' and
18903            not 'VHOST'"
18904   parameters:
18905   - "latency"
18906   - "parent"
18907   - "tags"
18908   sort:
18909   - "DOT1Q"
18910   - "IP4BASE"
18911   - "NAT44"
18912   - "POLICE_MARK"
18913   - "COPWHLIST"
18914   - "IACL"
18915   - "OACL"
18916   layout:
18917     title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
18918     layout: "plot-latency"
18919
18920 -
18921   type: "plot"
18922   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
18923   algorithm: "plot_latency_error_bars"
18924   output-file-type: ".html"
18925   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
18926   data: "plot-vpp-throughput-latency-3n-hsw"
18927   filter: "'NIC_Intel-X710' and
18928            '64B' and
18929            ('IP4BASE' or
18930             'POLICE_MARK' or
18931             'COPWHLIST' or
18932             ('NAT44' and 'BASE') or
18933             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
18934            'NDRPDR' and
18935            '2T2C' and
18936            'IP4FWD' and
18937            not 'IPSEC' and
18938            not 'VHOST'"
18939   parameters:
18940   - "latency"
18941   - "parent"
18942   - "tags"
18943   sort:
18944   - "DOT1Q"
18945   - "IP4BASE"
18946   - "NAT44"
18947   - "POLICE_MARK"
18948   - "COPWHLIST"
18949   - "IACL"
18950   - "OACL"
18951   layout:
18952     title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
18953     layout: "plot-latency"
18954
18955 # Packet Latency - VPP IPv4 3n-hsw-x710 features nat44
18956 -
18957   type: "plot"
18958   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
18959   algorithm: "plot_latency_error_bars"
18960   output-file-type: ".html"
18961   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
18962   data: "plot-vpp-throughput-latency-3n-hsw"
18963   filter: "'NIC_Intel-X710' and
18964            '64B' and
18965            'NDRPDR' and
18966            '1T1C' and
18967            'IP4FWD' and
18968            ('NAT44' or 'IP4BASE') and
18969            not 'IPSEC' and
18970            not 'VHOST'"
18971   parameters:
18972   - "latency"
18973   - "parent"
18974   - "tags"
18975   sort:
18976   - "IP4BASE"
18977   - "BASE"
18978   - "SRC_USER_10"
18979   - "SRC_USER_100"
18980   - "SRC_USER_1000"
18981   - "SRC_USER_2000"
18982   layout:
18983     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
18984     layout: "plot-latency"
18985
18986 -
18987   type: "plot"
18988   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat"
18989   algorithm: "plot_latency_error_bars"
18990   output-file-type: ".html"
18991   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat"
18992   data: "plot-vpp-throughput-latency-3n-hsw"
18993   filter: "'NIC_Intel-X710' and
18994            '64B' and
18995            'NDRPDR' and
18996            '2T2C' and
18997            'IP4FWD' and
18998            ('NAT44' or 'IP4BASE') and
18999            not 'IPSEC' and
19000            not 'VHOST'"
19001   parameters:
19002   - "latency"
19003   - "parent"
19004   - "tags"
19005   sort:
19006   - "IP4BASE"
19007   - "BASE"
19008   - "SRC_USER_10"
19009   - "SRC_USER_100"
19010   - "SRC_USER_1000"
19011   - "SRC_USER_2000"
19012   layout:
19013     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
19014     layout: "plot-latency"
19015
19016 # Packet Latency - VPP IPv4 3n-hsw-x710 features iacl
19017 -
19018   type: "plot"
19019   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
19020   algorithm: "plot_latency_error_bars"
19021   output-file-type: ".html"
19022   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
19023   data: "plot-vpp-throughput-latency-3n-hsw"
19024   filter: "'NIC_Intel-X710' and
19025            '64B' and
19026            'NDRPDR' and
19027            '1T1C' and
19028            'IP4FWD' and
19029            ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
19030            not 'IPSEC' and
19031            not 'VHOST'"
19032   parameters:
19033   - "latency"
19034   - "parent"
19035   - "tags"
19036   sort:
19037   - "IP4BASE"
19038   - "ACL_STATELESS"
19039   - "ACL_STATEFUL"
19040   - "ACL_STATELESS"
19041   - "ACL_STATEFUL"
19042   layout:
19043     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
19044     layout: "plot-latency"
19045
19046 -
19047   type: "plot"
19048   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
19049   algorithm: "plot_latency_error_bars"
19050   output-file-type: ".html"
19051   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
19052   data: "plot-vpp-throughput-latency-3n-hsw"
19053   filter: "'NIC_Intel-X710' and
19054            '64B' and
19055            'NDRPDR' and
19056            '2T2C' and
19057            'IP4FWD' and
19058            ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
19059            not 'IPSEC' and
19060            not 'VHOST'"
19061   parameters:
19062   - "latency"
19063   - "parent"
19064   - "tags"
19065   sort:
19066   - "IP4BASE"
19067   - "ACL_STATELESS"
19068   - "ACL_STATEFUL"
19069   - "ACL_STATELESS"
19070   - "ACL_STATEFUL"
19071   layout:
19072     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
19073     layout: "plot-latency"
19074
19075 # Packet Latency - VPP IPv4 3n-hsw-xl710 base and scale
19076 -
19077   type: "plot"
19078   title: "VPP Latency: ip4-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
19079   algorithm: "plot_latency_error_bars"
19080   output-file-type: ".html"
19081   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
19082   data: "plot-vpp-throughput-latency-3n-hsw"
19083   filter: "'NIC_Intel-XL710' and
19084            '64B' and
19085            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19086            'NDRPDR' and
19087            '1T1C' and
19088            'IP4FWD' and
19089            not 'IPSEC' and
19090            not 'VHOST'"
19091   parameters:
19092   - "latency"
19093   - "parent"
19094   - "tags"
19095   sort:
19096   - "IP4BASE"
19097   - "FIB_20K"
19098   - "FIB_200K"
19099   - "FIB_2M"
19100   layout:
19101     title: "ip4-3n-hsw-xl710-64b-1t1c-base-ndr"
19102     layout: "plot-latency"
19103
19104 -
19105   type: "plot"
19106   title: "VPP Latency: ip4-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
19107   algorithm: "plot_latency_error_bars"
19108   output-file-type: ".html"
19109   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
19110   data: "plot-vpp-throughput-latency-3n-hsw"
19111   filter: "'NIC_Intel-XL710' and
19112            '64B' and
19113            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19114            'NDRPDR' and
19115            '2T2C' and
19116            'IP4FWD' and
19117            not 'IPSEC' and
19118            not 'VHOST'"
19119   parameters:
19120   - "latency"
19121   - "parent"
19122   - "tags"
19123   sort:
19124   - "IP4BASE"
19125   - "FIB_20K"
19126   - "FIB_200K"
19127   - "FIB_2M"
19128   layout:
19129     title: "ip4-3n-hsw-xl710-64b-2t2c-base-ndr"
19130     layout: "plot-latency"
19131
19132 # Packet Latency - VPP IPv4 3n-skx-x710 base and scale
19133 -
19134   type: "plot"
19135   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19136   algorithm: "plot_latency_error_bars"
19137   output-file-type: ".html"
19138   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19139   data: "plot-vpp-throughput-latency-3n-skx"
19140   filter: "'NIC_Intel-X710' and
19141            '64B' and
19142            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19143            'NDRPDR' and
19144            '2T1C' and
19145            'IP4FWD' and
19146            not 'IPSEC' and
19147            not 'DOT1Q' and
19148            not 'VHOST'"
19149   parameters:
19150   - "latency"
19151   - "parent"
19152   - "tags"
19153   sort:
19154   - "IP4BASE"
19155   - "FIB_20K"
19156   - "FIB_200K"
19157   - "FIB_2M"
19158   layout:
19159     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
19160     layout: "plot-latency"
19161
19162 -
19163   type: "plot"
19164   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19165   algorithm: "plot_latency_error_bars"
19166   output-file-type: ".html"
19167   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19168   data: "plot-vpp-throughput-latency-3n-skx"
19169   filter: "'NIC_Intel-X710' and
19170            '64B' and
19171            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19172            'NDRPDR' and
19173            '4T2C' and
19174            'IP4FWD' and
19175            not 'IPSEC' and
19176            not 'DOT1Q' and
19177            not 'VHOST'"
19178   parameters:
19179   - "latency"
19180   - "parent"
19181   - "tags"
19182   sort:
19183   - "IP4BASE"
19184   - "FIB_20K"
19185   - "FIB_200K"
19186   - "FIB_2M"
19187   layout:
19188     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
19189     layout: "plot-latency"
19190
19191 # Packet Latency - VPP IPv4 3n-skx-x710 features oacl
19192 -
19193   type: "plot"
19194   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
19195   algorithm: "plot_latency_error_bars"
19196   output-file-type: ".html"
19197   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
19198   data: "plot-vpp-throughput-latency-3n-skx"
19199   filter: "'NIC_Intel-X710' and
19200            '64B' and
19201            ('IP4BASE' or
19202             'POLICE_MARK' or
19203             'COPWHLIST' or
19204             ('NAT44' and 'BASE') or
19205             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
19206            'NDRPDR' and
19207            '2T1C' and
19208            'IP4FWD' and
19209            not 'IPSEC' and
19210            not 'VHOST'"
19211   parameters:
19212   - "latency"
19213   - "parent"
19214   - "tags"
19215   sort:
19216   - "DOT1Q"
19217   - "IP4BASE"
19218   - "NAT44"
19219   - "POLICE_MARK"
19220   - "COPWHLIST"
19221   - "IACL"
19222   - "OACL"
19223   layout:
19224     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
19225     layout: "plot-latency"
19226
19227 -
19228   type: "plot"
19229   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
19230   algorithm: "plot_latency_error_bars"
19231   output-file-type: ".html"
19232   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
19233   data: "plot-vpp-throughput-latency-3n-skx"
19234   filter: "'NIC_Intel-X710' and
19235            '64B' and
19236            ('IP4BASE' or
19237             'POLICE_MARK' or
19238             'COPWHLIST' or
19239             ('NAT44' and 'BASE') or
19240             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
19241            'NDRPDR' and
19242            '4T2C' and
19243            'IP4FWD' and
19244            not 'IPSEC' and
19245            not 'VHOST'"
19246   parameters:
19247   - "latency"
19248   - "parent"
19249   - "tags"
19250   sort:
19251   - "DOT1Q"
19252   - "IP4BASE"
19253   - "NAT44"
19254   - "POLICE_MARK"
19255   - "COPWHLIST"
19256   - "IACL"
19257   - "OACL"
19258   layout:
19259     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
19260     layout: "plot-latency"
19261
19262 # Packet Latency - VPP IPv4 3n-skx-x710 features nat44
19263 -
19264   type: "plot"
19265   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
19266   algorithm: "plot_latency_error_bars"
19267   output-file-type: ".html"
19268   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
19269   data: "plot-vpp-throughput-latency-3n-skx"
19270   filter: "'NIC_Intel-X710' and
19271            '64B' and
19272            'NDRPDR' and
19273            '2T1C' and
19274            'IP4FWD' and
19275            ('NAT44' or 'IP4BASE') and
19276            not 'IPSEC' and
19277            not 'VHOST'"
19278   parameters:
19279   - "latency"
19280   - "parent"
19281   - "tags"
19282   sort:
19283   - "IP4BASE"
19284   - "BASE"
19285   - "SRC_USER_10"
19286   - "SRC_USER_100"
19287   - "SRC_USER_1000"
19288   - "SRC_USER_2000"
19289   layout:
19290     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
19291     layout: "plot-latency"
19292
19293 -
19294   type: "plot"
19295   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat"
19296   algorithm: "plot_latency_error_bars"
19297   output-file-type: ".html"
19298   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat"
19299   data: "plot-vpp-throughput-latency-3n-skx"
19300   filter: "'NIC_Intel-X710' and
19301            '64B' and
19302            'NDRPDR' and
19303            '4T2C' and
19304            'IP4FWD' and
19305            ('NAT44' or 'IP4BASE') and
19306            not 'IPSEC' and
19307            not 'VHOST'"
19308   parameters:
19309   - "latency"
19310   - "parent"
19311   - "tags"
19312   sort:
19313   - "IP4BASE"
19314   - "BASE"
19315   - "SRC_USER_10"
19316   - "SRC_USER_100"
19317   - "SRC_USER_1000"
19318   - "SRC_USER_2000"
19319   layout:
19320     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
19321     layout: "plot-latency"
19322
19323 # Packet Latency - VPP IPv4 3n-skx-x710 features iacl
19324 -
19325   type: "plot"
19326   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
19327   algorithm: "plot_latency_error_bars"
19328   output-file-type: ".html"
19329   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
19330   data: "plot-vpp-throughput-latency-3n-skx"
19331   filter: "'NIC_Intel-X710' and
19332            '64B' and
19333            'NDRPDR' and
19334            '2T1C' and
19335            'IP4FWD' and
19336            ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
19337            not 'IPSEC' and
19338            not 'VHOST'"
19339   parameters:
19340   - "latency"
19341   - "parent"
19342   - "tags"
19343   sort:
19344   - "IP4BASE"
19345   - "ACL_STATELESS"
19346   - "ACL_STATEFUL"
19347   - "ACL_STATELESS"
19348   - "ACL_STATEFUL"
19349   layout:
19350     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
19351     layout: "plot-latency"
19352
19353 -
19354   type: "plot"
19355   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
19356   algorithm: "plot_latency_error_bars"
19357   output-file-type: ".html"
19358   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
19359   data: "plot-vpp-throughput-latency-3n-skx"
19360   filter: "'NIC_Intel-X710' and
19361            '64B' and
19362            'NDRPDR' and
19363            '4T2C' and
19364            'IP4FWD' and
19365            'IACL' and
19366            ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
19367            not 'IPSEC' and
19368            not 'VHOST'"
19369   parameters:
19370   - "latency"
19371   - "parent"
19372   - "tags"
19373   sort:
19374   - "IP4BASE"
19375   - "ACL_STATELESS"
19376   - "ACL_STATEFUL"
19377   - "ACL_STATELESS"
19378   - "ACL_STATEFUL"
19379   layout:
19380     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
19381     layout: "plot-latency"
19382
19383 # Packet Latency - VPP IPv4 2n-skx-x710 base and scale
19384 -
19385   type: "plot"
19386   title: "VPP Latency: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19387   algorithm: "plot_latency_error_bars"
19388   output-file-type: ".html"
19389   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19390   data: "plot-vpp-throughput-latency-2n-skx"
19391   filter: "'NIC_Intel-X710' and
19392            '64B' and
19393            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
19394            'NDRPDR' and
19395            '2T1C' and
19396            'IP4FWD' and
19397            not 'IPSEC' and
19398            not 'DOT1Q' and
19399            not 'VHOST'"
19400   parameters:
19401   - "latency"
19402   - "parent"
19403   - "tags"
19404   sort:
19405   - "IP4BASE"
19406   - "FIB_20k"
19407   - "FIB_200k"
19408   - "FIB_2M"
19409   layout:
19410     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
19411     layout: "plot-latency"
19412
19413 -
19414   type: "plot"
19415   title: "VPP Latency: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19416   algorithm: "plot_latency_error_bars"
19417   output-file-type: ".html"
19418   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19419   data: "plot-vpp-throughput-latency-2n-skx"
19420   filter: "'NIC_Intel-X710' and
19421            '64B' and
19422            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
19423            'NDRPDR' and
19424            '4T2C' and
19425            'IP4FWD' and
19426            not 'IPSEC' and
19427            not 'DOT1Q' and
19428            not 'VHOST'"
19429   parameters:
19430   - "latency"
19431   - "parent"
19432   - "tags"
19433   sort:
19434   - "IP4BASE"
19435   - "FIB_20k"
19436   - "FIB_200k"
19437   - "FIB_2M"
19438   layout:
19439     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
19440     layout: "plot-latency"
19441
19442 # Packet Latency - VPP IPv4 2n-skx-xxv710 base and scale
19443 -
19444   type: "plot"
19445   title: "VPP Latency: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19446   algorithm: "plot_latency_error_bars"
19447   output-file-type: ".html"
19448   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19449   data: "plot-vpp-throughput-latency-2n-skx"
19450   filter: "'NIC_Intel-XXV710' and
19451            '64B' and
19452            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
19453            'NDRPDR' and
19454            '2T1C' and
19455            'IP4FWD' and
19456            not 'IPSEC' and
19457            not 'DOT1Q' and
19458            not 'VHOST'"
19459   parameters:
19460   - "latency"
19461   - "parent"
19462   - "tags"
19463   sort:
19464   - "IP4BASE"
19465   - "FIB_20k"
19466   - "FIB_200k"
19467   - "FIB_2M"
19468   layout:
19469     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
19470     layout: "plot-latency"
19471
19472 -
19473   type: "plot"
19474   title: "VPP Latency: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19475   algorithm: "plot_latency_error_bars"
19476   output-file-type: ".html"
19477   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19478   data: "plot-vpp-throughput-latency-2n-skx"
19479   filter: "'NIC_Intel-XXV710' and
19480            '64B' and
19481            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
19482            'NDRPDR' and
19483            '4T2C' and
19484            'IP4FWD' and
19485            not 'IPSEC' and
19486            not 'DOT1Q' and
19487            not 'VHOST'"
19488   parameters:
19489   - "latency"
19490   - "parent"
19491   - "tags"
19492   sort:
19493   - "IP4BASE"
19494   - "FIB_20k"
19495   - "FIB_200k"
19496   - "FIB_2M"
19497   layout:
19498     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
19499     layout: "plot-latency"
19500
19501 ################################################################################
19502
19503 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520 - features
19504 -
19505   type: "plot"
19506   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
19507   algorithm: "plot_latency_error_bars"
19508   output-file-type: ".html"
19509   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
19510   data: "plot-vpp-throughput-latency-3n-hsw"
19511   filter: "'NIC_Intel-X520-DA2' and
19512            '64B' and
19513            'ENCAP' and
19514            'NDRPDR' and
19515            '1T1C' and
19516            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
19517            not 'DOT1Q' and
19518            not 'VHOST' and
19519            not 'IPSECHW'"
19520   parameters:
19521   - "latency"
19522   - "parent"
19523   - "tags"
19524   sort:
19525   - "IP4BASE"
19526   - "L2BDMACLRN"
19527   - "L2XCFWD"
19528   - "LISP"
19529   layout:
19530     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
19531     layout: "plot-latency"
19532
19533 -
19534   type: "plot"
19535   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
19536   algorithm: "plot_latency_error_bars"
19537   output-file-type: ".html"
19538   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
19539   data: "plot-vpp-throughput-latency-3n-hsw"
19540   filter: "'NIC_Intel-X520-DA2' and
19541            '64B' and
19542            'ENCAP' and
19543            'NDRPDR' and
19544            '2T2C' and
19545            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
19546            not 'DOT1Q' and
19547            not 'VHOST' and
19548            not 'IPSECHW'"
19549   parameters:
19550   - "latency"
19551   - "parent"
19552   - "tags"
19553   sort:
19554   - "IP4BASE"
19555   - "L2BDMACLRN"
19556   - "L2XCFWD"
19557   - "LISP"
19558   layout:
19559     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
19560     layout: "plot-latency"
19561
19562 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710
19563 -
19564   type: "plot"
19565   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19566   algorithm: "plot_latency_error_bars"
19567   output-file-type: ".html"
19568   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19569   data: "plot-vpp-throughput-latency-3n-hsw"
19570   filter: "'NIC_Intel-X710' and
19571            '64B' and
19572            'ENCAP' and
19573            'NDRPDR' and
19574            '1T1C' and
19575            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
19576            not 'VHOST' and
19577            not 'IPSECHW'"
19578   parameters:
19579   - "latency"
19580   - "parent"
19581   - "tags"
19582   sort:
19583   - "IP4BASE"
19584   - "LISP"
19585   - "VXLAN_1"
19586   - "VXLAN_10"
19587   - "VXLAN_100"
19588   - "VXLAN_1000"
19589   layout:
19590     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
19591     layout: "plot-latency"
19592
19593 -
19594   type: "plot"
19595   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19596   algorithm: "plot_latency_error_bars"
19597   output-file-type: ".html"
19598   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19599   data: "plot-vpp-throughput-latency-3n-hsw"
19600   filter: "'NIC_Intel-X710' and
19601            '64B' and
19602            'ENCAP' and
19603            'NDRPDR' and
19604            '2T2C' and
19605            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
19606            not 'VHOST' and
19607            not 'IPSECHW'"
19608   parameters:
19609   - "latency"
19610   - "parent"
19611   - "tags"
19612   sort:
19613   - "IP4BASE"
19614   - "LISP"
19615   - "VXLAN_1"
19616   - "VXLAN_10"
19617   - "VXLAN_100"
19618   - "VXLAN_1000"
19619   layout:
19620     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
19621     layout: "plot-latency"
19622
19623 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710 - features
19624 -
19625   type: "plot"
19626   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
19627   algorithm: "plot_latency_error_bars"
19628   output-file-type: ".html"
19629   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
19630   data: "plot-vpp-throughput-latency-3n-hsw"
19631   filter: "'NIC_Intel-X710' and
19632            '64B' and
19633            'ENCAP' and
19634            'NDRPDR' and
19635            '1T1C' and
19636            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
19637            not 'DOT1Q' and
19638            not 'VHOST' and
19639            not 'IPSECHW'"
19640   parameters:
19641   - "latency"
19642   - "parent"
19643   - "tags"
19644   sort:
19645   - "IP4BASE"
19646   - "L2BDMACLRN"
19647   - "L2XCFWD"
19648   - "LISP"
19649   layout:
19650     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
19651     layout: "plot-latency"
19652
19653 -
19654   type: "plot"
19655   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
19656   algorithm: "plot_latency_error_bars"
19657   output-file-type: ".html"
19658   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
19659   data: "plot-vpp-throughput-latency-3n-hsw"
19660   filter: "'NIC_Intel-X710' and
19661            '64B' and
19662            'ENCAP' and
19663            'NDRPDR' and
19664            '2T2C' and
19665            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
19666            not 'DOT1Q' and
19667            not 'VHOST' and
19668            not 'IPSECHW'"
19669   parameters:
19670   - "latency"
19671   - "parent"
19672   - "tags"
19673   sort:
19674   - "IP4BASE"
19675   - "L2BDMACLRN"
19676   - "L2XCFWD"
19677   - "LISP"
19678   layout:
19679     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
19680     layout: "plot-latency"
19681
19682 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710
19683 -
19684   type: "plot"
19685   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19686   algorithm: "plot_latency_error_bars"
19687   output-file-type: ".html"
19688   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19689   data: "plot-vpp-throughput-latency-3n-skx"
19690   filter: "'NIC_Intel-X710' and
19691            '64B' and
19692            'ENCAP' and
19693            'NDRPDR' and
19694            '2T1C' and
19695            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
19696            not 'VHOST' and
19697            not 'IPSECHW'"
19698   parameters:
19699   - "latency"
19700   - "parent"
19701   - "tags"
19702   sort:
19703   - "IP4BASE"
19704   - "LISP"
19705   - "VXLAN_1"
19706   - "VXLAN_10"
19707   - "VXLAN_100"
19708   - "VXLAN_1000"
19709   layout:
19710     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
19711     layout: "plot-latency"
19712
19713 -
19714   type: "plot"
19715   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19716   algorithm: "plot_latency_error_bars"
19717   output-file-type: ".html"
19718   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19719   data: "plot-vpp-throughput-latency-3n-skx"
19720   filter: "'NIC_Intel-X710' and
19721            '64B' and
19722            'ENCAP' and
19723            'NDRPDR' and
19724            '4T2C' and
19725            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
19726            not 'VHOST' and
19727            not 'IPSECHW'"
19728   parameters:
19729   - "latency"
19730   - "parent"
19731   - "tags"
19732   sort:
19733   - "IP4BASE"
19734   - "LISP"
19735   - "VXLAN_1"
19736   - "VXLAN_10"
19737   - "VXLAN_100"
19738   - "VXLAN_1000"
19739   layout:
19740     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
19741     layout: "plot-latency"
19742
19743 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710 - features
19744 -
19745   type: "plot"
19746   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
19747   algorithm: "plot_latency_error_bars"
19748   output-file-type: ".html"
19749   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
19750   data: "plot-vpp-throughput-latency-3n-skx"
19751   filter: "'NIC_Intel-X710' and
19752            '64B' and
19753            'ENCAP' and
19754            'NDRPDR' and
19755            '2T1C' and
19756            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
19757            not 'DOT1Q' and
19758            not 'VHOST' and
19759            not 'IPSECHW'"
19760   parameters:
19761   - "latency"
19762   - "parent"
19763   - "tags"
19764   sort:
19765   - "IP4BASE"
19766   - "L2BDMACLRN"
19767   - "L2XCFWD"
19768   - "LISP"
19769   layout:
19770     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
19771     layout: "plot-latency"
19772
19773 -
19774   type: "plot"
19775   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
19776   algorithm: "plot_latency_error_bars"
19777   output-file-type: ".html"
19778   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
19779   data: "plot-vpp-throughput-latency-3n-skx"
19780   filter: "'NIC_Intel-X710' and
19781            '64B' and
19782            'ENCAP' and
19783            'NDRPDR' and
19784            '4T2C' and
19785            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
19786            not 'DOT1Q' and
19787            not 'VHOST' and
19788            not 'IPSECHW'"
19789   parameters:
19790   - "latency"
19791   - "parent"
19792   - "tags"
19793   sort:
19794   - "IP4BASE"
19795   - "L2BDMACLRN"
19796   - "L2XCFWD"
19797   - "LISP"
19798   layout:
19799     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
19800     layout: "plot-latency"
19801
19802 ################################################################################
19803
19804 # Packet Latency - VPP IPv6 3n-hsw-x520
19805 -
19806   type: "plot"
19807   title: "VPP Latency: ip6-3n-hsw-x520-78b-1t1c-base-ndr-lat"
19808   algorithm: "plot_latency_error_bars"
19809   output-file-type: ".html"
19810   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base-ndr-lat"
19811   data: "plot-vpp-throughput-latency-3n-hsw"
19812   filter: "'NIC_Intel-X520-DA2' and
19813            '78B' and
19814            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19815            'NDRPDR' and
19816            '1T1C' and
19817            'IP6FWD' and
19818            not 'SRv6' and
19819            not 'IPSEC' and
19820            not 'VHOST'"
19821   parameters:
19822   - "latency"
19823   - "parent"
19824   - "tags"
19825   sort:
19826   - "IP6BASE"
19827   - "FIB_20K"
19828   - "FIB_200K"
19829   - "FIB_2M"
19830   layout:
19831     title: "ip6-3n-hsw-x520-78b-1t1c-base-ndr"
19832     layout: "plot-latency"
19833
19834 -
19835   type: "plot"
19836   title: "VPP Latency: ip6-3n-hsw-x520-78b-2t2c-base-ndr-lat"
19837   algorithm: "plot_latency_error_bars"
19838   output-file-type: ".html"
19839   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base-ndr-lat"
19840   data: "plot-vpp-throughput-latency-3n-hsw"
19841   filter: "'NIC_Intel-X520-DA2' and
19842            '78B' and
19843            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19844            'NDRPDR' and
19845            '2T2C' and
19846            'IP6FWD' and
19847            not 'SRv6' and
19848            not 'IPSEC' and
19849            not 'VHOST'"
19850   parameters:
19851   - "latency"
19852   - "parent"
19853   - "tags"
19854   sort:
19855   - "IP6BASE"
19856   - "FIB_20K"
19857   - "FIB_200K"
19858   - "FIB_2M"
19859   layout:
19860     title: "ip6-3n-hsw-x520-78b-2t2c-base-ndr"
19861     layout: "plot-latency"
19862
19863 # Packet Latency - VPP IPv6 3n-hsw-x710
19864 -
19865   type: "plot"
19866   title: "VPP Latency: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
19867   algorithm: "plot_latency_error_bars"
19868   output-file-type: ".html"
19869   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
19870   data: "plot-vpp-throughput-latency-3n-hsw"
19871   filter: "'NIC_Intel-X710' and
19872            '78B' and
19873            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19874            'NDRPDR' and
19875            '1T1C' and
19876            'IP6FWD' and
19877            not 'SRv6' and
19878            not 'IPSEC' and
19879            not 'VHOST'"
19880   parameters:
19881   - "latency"
19882   - "parent"
19883   - "tags"
19884   sort:
19885   - "IP6BASE"
19886   - "FIB_20K"
19887   - "FIB_200K"
19888   - "FIB_2M"
19889   layout:
19890     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
19891     layout: "plot-latency"
19892
19893 -
19894   type: "plot"
19895   title: "VPP Latency: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
19896   algorithm: "plot_latency_error_bars"
19897   output-file-type: ".html"
19898   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
19899   data: "plot-vpp-throughput-latency-3n-hsw"
19900   filter: "'NIC_Intel-X710' and
19901            '78B' and
19902            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19903            'NDRPDR' and
19904            '2T2C' and
19905            'IP6FWD' and
19906            not 'SRv6' and
19907            not 'IPSEC' and
19908            not 'VHOST'"
19909   parameters:
19910   - "latency"
19911   - "parent"
19912   - "tags"
19913   sort:
19914   - "IP6BASE"
19915   - "FIB_20K"
19916   - "FIB_200K"
19917   - "FIB_2M"
19918   layout:
19919     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
19920     layout: "plot-latency"
19921
19922 # Packet Latency - VPP IPv6 3n-hsw-xl710
19923 -
19924   type: "plot"
19925   title: "VPP Latency: ip6-3n-hsw-xl710-78b-1t1c-base-ndr-lat"
19926   algorithm: "plot_latency_error_bars"
19927   output-file-type: ".html"
19928   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base-ndr-lat"
19929   data: "plot-vpp-throughput-latency-3n-hsw"
19930   filter: "'NIC_Intel-XL710' and
19931            '78B' and
19932            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19933            'NDRPDR' and
19934            '1T1C' and
19935            'IP6FWD' and
19936            not 'SRv6' and
19937            not 'IPSEC' and
19938            not 'VHOST'"
19939   parameters:
19940   - "latency"
19941   - "parent"
19942   - "tags"
19943   sort:
19944   - "IP6BASE"
19945   - "FIB_20K"
19946   - "FIB_200K"
19947   - "FIB_2M"
19948   layout:
19949     title: "ip6-3n-hsw-xl710-78b-1t1c-base-ndr"
19950     layout: "plot-latency"
19951
19952 -
19953   type: "plot"
19954   title: "VPP Latency: ip6-3n-hsw-xl710-78b-2t2c-base-ndr-lat"
19955   algorithm: "plot_latency_error_bars"
19956   output-file-type: ".html"
19957   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base-ndr-lat"
19958   data: "plot-vpp-throughput-latency-3n-hsw"
19959   filter: "'NIC_Intel-XL710' and
19960            '78B' and
19961            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19962            'NDRPDR' and
19963            '2T2C' and
19964            'IP6FWD' and
19965            not 'SRv6' and
19966            not 'IPSEC' and
19967            not 'VHOST'"
19968   parameters:
19969   - "latency"
19970   - "parent"
19971   - "tags"
19972   sort:
19973   - "IP6BASE"
19974   - "FIB_20K"
19975   - "FIB_200K"
19976   - "FIB_2M"
19977   layout:
19978     title: "ip6-3n-hsw-xl710-78b-2t2c-base-ndr"
19979     layout: "plot-latency"
19980
19981 # Packet Latency - VPP IPv6 3n-skx-x710
19982 -
19983   type: "plot"
19984   title: "VPP Latency: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
19985   algorithm: "plot_latency_error_bars"
19986   output-file-type: ".html"
19987   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
19988   data: "plot-vpp-throughput-latency-3n-skx"
19989   filter: "'NIC_Intel-X710' and
19990            '78B' and
19991            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19992            'NDRPDR' and
19993            '2T1C' and
19994            'IP6FWD' and
19995            not 'SRv6' and
19996            not 'IPSEC' and
19997            not 'VHOST'"
19998   parameters:
19999   - "latency"
20000   - "parent"
20001   - "tags"
20002   sort:
20003   - "IP6BASE"
20004   - "FIB_20K"
20005   - "FIB_200K"
20006   - "FIB_2M"
20007   layout:
20008     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
20009     layout: "plot-latency"
20010
20011 -
20012   type: "plot"
20013   title: "VPP Latency: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
20014   algorithm: "plot_latency_error_bars"
20015   output-file-type: ".html"
20016   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
20017   data: "plot-vpp-throughput-latency-3n-skx"
20018   filter: "'NIC_Intel-X710' and
20019            '78B' and
20020            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20021            'NDRPDR' and
20022            '4T2C' and
20023            'IP6FWD' and
20024            not 'SRv6' and
20025            not 'IPSEC' and
20026            not 'VHOST'"
20027   parameters:
20028   - "latency"
20029   - "parent"
20030   - "tags"
20031   sort:
20032   - "IP6BASE"
20033   - "FIB_20K"
20034   - "FIB_200K"
20035   - "FIB_2M"
20036   layout:
20037     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
20038     layout: "plot-latency"
20039
20040 # Packet Latency - VPP IPv6 2n-skx-x710
20041 -
20042   type: "plot"
20043   title: "VPP Latency: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
20044   algorithm: "plot_latency_error_bars"
20045   output-file-type: ".html"
20046   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
20047   data: "plot-vpp-throughput-latency-2n-skx"
20048   filter: "'NIC_Intel-X710' and
20049            '78B' and
20050            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
20051            'NDRPDR' and
20052            '2T1C' and
20053            'IP6FWD' and
20054            not 'SRv6' and
20055            not 'IPSEC' and
20056            not 'VHOST'"
20057   parameters:
20058   - "latency"
20059   - "parent"
20060   - "tags"
20061   sort:
20062   - "IP6BASE"
20063   - "FIB_20k"
20064   - "FIB_200k"
20065   - "FIB_2M"
20066   layout:
20067     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
20068     layout: "plot-latency"
20069
20070 -
20071   type: "plot"
20072   title: "VPP Latency: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
20073   algorithm: "plot_latency_error_bars"
20074   output-file-type: ".html"
20075   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
20076   data: "plot-vpp-throughput-latency-2n-skx"
20077   filter: "'NIC_Intel-X710' and
20078            '78B' and
20079            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
20080            'NDRPDR' and
20081            '4T2C' and
20082            'IP6FWD' and
20083            not 'SRv6' and
20084            not 'IPSEC' and
20085            not 'VHOST'"
20086   parameters:
20087   - "latency"
20088   - "parent"
20089   - "tags"
20090   sort:
20091   - "IP6BASE"
20092   - "FIB_20k"
20093   - "FIB_200k"
20094   - "FIB_2M"
20095   layout:
20096     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
20097     layout: "plot-latency"
20098
20099 # Packet Latency - VPP IPv6 2n-skx-xxv710
20100 -
20101   type: "plot"
20102   title: "VPP Latency: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
20103   algorithm: "plot_latency_error_bars"
20104   output-file-type: ".html"
20105   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
20106   data: "plot-vpp-throughput-latency-2n-skx"
20107   filter: "'NIC_Intel-XXV710' and
20108            '78B' and
20109            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
20110            'NDRPDR' and
20111            '2T1C' and
20112            'IP6FWD' and
20113            not 'SRv6' and
20114            not 'IPSEC' and
20115            not 'VHOST'"
20116   parameters:
20117   - "latency"
20118   - "parent"
20119   - "tags"
20120   sort:
20121   - "IP6BASE"
20122   - "FIB_20k"
20123   - "FIB_200k"
20124   - "FIB_2M"
20125   layout:
20126     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
20127     layout: "plot-latency"
20128
20129 -
20130   type: "plot"
20131   title: "VPP Latency: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
20132   algorithm: "plot_latency_error_bars"
20133   output-file-type: ".html"
20134   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
20135   data: "plot-vpp-throughput-latency-2n-skx"
20136   filter: "'NIC_Intel-XXV710' and
20137            '78B' and
20138            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20139            'NDRPDR' and
20140            '4T2C' and
20141            'IP6FWD' and
20142            not 'SRv6' and
20143            not 'IPSEC' and
20144            not 'VHOST'"
20145   parameters:
20146   - "latency"
20147   - "parent"
20148   - "tags"
20149   sort:
20150   - "IP6BASE"
20151   - "FIB_20k"
20152   - "FIB_200k"
20153   - "FIB_2M"
20154   layout:
20155     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
20156     layout: "plot-latency"
20157
20158 ################################################################################
20159
20160 # Packet Latency - VPP IPv6 tunnels 3n-hsw-x520
20161 -
20162   type: "plot"
20163   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-1t1c-base-ndr-lat"
20164   algorithm: "plot_latency_error_bars"
20165   output-file-type: ".html"
20166   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base-ndr-lat"
20167   data: "plot-vpp-throughput-latency-3n-hsw"
20168   filter: "'NIC_Intel-X520-DA2' and
20169            '78B' and
20170            'ENCAP' and
20171            'NDRPDR' and
20172            '1T1C' and
20173            'LISP' and
20174            not 'VHOST'"
20175   parameters:
20176   - "latency"
20177   - "parent"
20178   - "tags"
20179   sort:
20180   - "IP4UNRLAY"
20181   - "IP6UNRLAY"
20182   layout:
20183     title: "ip6tun-3n-hsw-x520-78b-1t1c-base-ndr"
20184     layout: "plot-latency"
20185
20186 -
20187   type: "plot"
20188   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-2t2c-base-ndr-lat"
20189   algorithm: "plot_latency_error_bars"
20190   output-file-type: ".html"
20191   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base-ndr-lat"
20192   data: "plot-vpp-throughput-latency-3n-hsw"
20193   filter: "'NIC_Intel-X520-DA2' and
20194            '78B' and
20195            'ENCAP' and
20196            'NDRPDR' and
20197            '2T2C' and
20198            'LISP' and
20199            not 'VHOST'"
20200   parameters:
20201   - "latency"
20202   - "parent"
20203   - "tags"
20204   sort:
20205   - "IP4UNRLAY"
20206   - "IP6UNRLAY"
20207   layout:
20208     title: "ip6tun-3n-hsw-x520-78b-2t2c-base-ndr"
20209     layout: "plot-latency"
20210
20211 ################################################################################
20212
20213 # Packet Latency - VPP IPSec 3n-hsw-xl710 base
20214 -
20215   type: "plot"
20216   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
20217   algorithm: "plot_latency_error_bars"
20218   output-file-type: ".html"
20219   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
20220   data: "plot-vpp-throughput-latency-3n-hsw"
20221   filter: "'NIC_Intel-XL710' and
20222            '64B' and
20223            'IP4FWD' and
20224            'NDRPDR' and
20225            'BASE' and
20226            '1T1C' and
20227            'IPSECHW' and
20228            ('IPSECTRAN' or 'IPSECTUN') and
20229            not 'VHOST'"
20230   parameters:
20231   - "latency"
20232   - "parent"
20233   - "tags"
20234   layout:
20235     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
20236     layout: "plot-latency"
20237
20238 -
20239   type: "plot"
20240   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
20241   algorithm: "plot_latency_error_bars"
20242   output-file-type: ".html"
20243   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
20244   data: "plot-vpp-throughput-latency-3n-hsw"
20245   filter: "'NIC_Intel-XL710' and
20246            '64B' and
20247            'IP4FWD' and
20248            'NDRPDR' and
20249            'BASE' and
20250            '2T2C' and
20251            'IPSECHW' and
20252            ('IPSECTRAN' or 'IPSECTUN') and
20253            not 'VHOST'"
20254   parameters:
20255   - "latency"
20256   - "parent"
20257   - "tags"
20258   layout:
20259     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
20260     layout: "plot-latency"
20261
20262 # Packet Latency - VPP IPSec 3n-hsw-xl710 scale
20263 -
20264   type: "plot"
20265   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
20266   algorithm: "plot_latency_error_bars"
20267   output-file-type: ".html"
20268   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
20269   data: "plot-vpp-throughput-latency-3n-hsw"
20270   filter: "'NIC_Intel-XL710' and
20271            '64B' and
20272            'IP4FWD' and
20273            'NDRPDR' and
20274            'SCALE' and
20275            '1T1C' and
20276            'IPSECHW' and
20277            ('IPSECTRAN' or 'IPSECTUN') and
20278            not 'VHOST'"
20279   parameters:
20280   - "latency"
20281   - "parent"
20282   - "tags"
20283   layout:
20284     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
20285     layout: "plot-latency"
20286
20287 -
20288   type: "plot"
20289   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
20290   algorithm: "plot_latency_error_bars"
20291   output-file-type: ".html"
20292   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
20293   data: "plot-vpp-throughput-latency-3n-hsw"
20294   filter: "'NIC_Intel-XL710' and
20295            '64B' and
20296            'IP4FWD' and
20297            'NDRPDR' and
20298            'SCALE' and
20299            '2T2C' and
20300            'IPSECHW' and
20301            ('IPSECTRAN' or 'IPSECTUN') and
20302            not 'VHOST'"
20303   parameters:
20304   - "latency"
20305   - "parent"
20306   - "tags"
20307   layout:
20308     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
20309     layout: "plot-latency"
20310
20311 # Packet Latency - VPP IPSec 3n-hsw-xl710 sw
20312 -
20313   type: "plot"
20314   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat"
20315   algorithm: "plot_latency_error_bars"
20316   output-file-type: ".html"
20317   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat"
20318   data: "plot-vpp-throughput-latency-3n-hsw"
20319   filter: "'NIC_Intel-XL710' and
20320            '64B' and
20321            'IP4FWD' and
20322            'NDRPDR' and
20323            '1T1C' and
20324            'IPSECSW' and
20325            ('IPSECTRAN' or 'IPSECTUN') and
20326            not 'VHOST'"
20327   parameters:
20328   - "latency"
20329   - "parent"
20330   - "tags"
20331   layout:
20332     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
20333     layout: "plot-latency"
20334
20335 -
20336   type: "plot"
20337   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
20338   algorithm: "plot_latency_error_bars"
20339   output-file-type: ".html"
20340   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
20341   data: "plot-vpp-throughput-latency-3n-hsw"
20342   filter: "'NIC_Intel-XL710' and
20343            '64B' and
20344            'IP4FWD' and
20345            'NDRPDR' and
20346            '2T2C' and
20347            'IPSECSW' and
20348            ('IPSECTRAN' or 'IPSECTUN') and
20349            not 'VHOST'"
20350   parameters:
20351   - "latency"
20352   - "parent"
20353   - "tags"
20354   layout:
20355     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
20356     layout: "plot-latency"
20357
20358 ################################################################################
20359
20360 # Packet Latency - VPP SRv6 3n-hsw-x520
20361 -
20362   type: "plot"
20363   title: "VPP Latency: srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
20364   algorithm: "plot_latency_error_bars"
20365   output-file-type: ".html"
20366   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
20367   data: "plot-vpp-throughput-latency-3n-hsw"
20368   filter: "'NIC_Intel-X520-DA2' and
20369            '78B' and
20370            'FEATURE' and
20371            'NDRPDR' and
20372            '1T1C' and
20373            'IP6FWD' and
20374            'SRv6'"
20375   parameters:
20376   - "latency"
20377   - "parent"
20378   - "tags"
20379   layout:
20380     title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
20381     layout: "plot-latency"
20382
20383 -
20384   type: "plot"
20385   title: "VPP Latency: srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
20386   algorithm: "plot_latency_error_bars"
20387   output-file-type: ".html"
20388   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
20389   data: "plot-vpp-throughput-latency-3n-hsw"
20390   filter: "'NIC_Intel-X520-DA2' and
20391            '78B' and
20392            'FEATURE' and
20393            'NDRPDR' and
20394            '2T2C' and
20395            'IP6FWD' and
20396            'SRv6'"
20397   parameters:
20398   - "latency"
20399   - "parent"
20400   - "tags"
20401   layout:
20402     title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
20403     layout: "plot-latency"
20404
20405 ################################################################################
20406
20407 # Packet Latency - VPP vhost ip4 3n-hsw-x520
20408 -
20409   type: "plot"
20410   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
20411   algorithm: "plot_latency_error_bars"
20412   output-file-type: ".html"
20413   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
20414   data: "plot-vpp-throughput-latency-3n-hsw"
20415   filter: "'NIC_Intel-X520-DA2' and
20416            '64B' and
20417            'NDRPDR' and
20418            'ETH' and
20419            'IP4FWD' and
20420            '1T1C' and
20421            'VHOST_1024' and
20422            not 'VXLAN' and
20423            not 'DOT1Q'"
20424   parameters:
20425   - "latency"
20426   - "parent"
20427   - "tags"
20428   sort:
20429   - "not CFS_OPT"
20430   - "1VM"
20431   - "2VM"
20432   layout:
20433     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
20434     layout: "plot-latency"
20435
20436 -
20437   type: "plot"
20438   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
20439   algorithm: "plot_latency_error_bars"
20440   output-file-type: ".html"
20441   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
20442   data: "plot-vpp-throughput-latency-3n-hsw"
20443   filter: "'NIC_Intel-X520-DA2' and
20444            '64B' and
20445            'NDRPDR' and
20446            'ETH' and
20447            'IP4FWD' and
20448            '2T2C' and
20449            'VHOST_1024' and
20450            not 'VXLAN' and
20451            not 'DOT1Q'"
20452   parameters:
20453   - "latency"
20454   - "parent"
20455   - "tags"
20456   sort:
20457   - "not CFS_OPT"
20458   - "1VM"
20459   - "2VM"
20460   layout:
20461     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
20462     layout: "plot-latency"
20463
20464 # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base
20465 -
20466   type: "plot"
20467   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
20468   algorithm: "plot_latency_error_bars"
20469   output-file-type: ".html"
20470   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
20471   data: "plot-vpp-throughput-latency-3n-hsw"
20472   filter: "'NIC_Intel-X520-DA2' and
20473            '64B' and
20474            'NDRPDR' and
20475            ('ETH' or 'DOT1Q') and
20476            'BASE' and
20477            '1T1C' and
20478            ('L2BDMACLRN' or 'L2XCFWD') and
20479            'VHOST_1024' and
20480            not 'VXLAN' and
20481            not 'IP4FWD' and
20482            not '2VM'"
20483   parameters:
20484   - "latency"
20485   - "parent"
20486   - "tags"
20487   sort:
20488   - "L2BDMACLRN"
20489   - "L2BDMACLRN"
20490   - "L2BDMACLRN"
20491   - "L2XCFWD"
20492   - "L2XCFWD"
20493   - "L2XCFWD"
20494   layout:
20495     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
20496     layout: "plot-latency"
20497
20498 -
20499   type: "plot"
20500   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
20501   algorithm: "plot_latency_error_bars"
20502   output-file-type: ".html"
20503   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
20504   data: "plot-vpp-throughput-latency-3n-hsw"
20505   filter: "'NIC_Intel-X520-DA2' and
20506            '64B' and
20507            'NDRPDR' and
20508            ('ETH' or 'DOT1Q') and
20509            'BASE' and
20510            '2T2C' and
20511            ('L2BDMACLRN' or 'L2XCFWD') and
20512            'VHOST_1024' and
20513            not 'VXLAN' and
20514            not 'IP4FWD' and
20515            not '2VM'"
20516   parameters:
20517   - "latency"
20518   - "parent"
20519   - "tags"
20520   sort:
20521   - "L2BDMACLRN"
20522   - "L2BDMACLRN"
20523   - "L2BDMACLRN"
20524   - "L2XCFWD"
20525   - "L2XCFWD"
20526   - "L2XCFWD"
20527   layout:
20528     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
20529     layout: "plot-latency"
20530
20531 # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base vm
20532 -
20533   type: "plot"
20534   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
20535   algorithm: "plot_latency_error_bars"
20536   output-file-type: ".html"
20537   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
20538   data: "plot-vpp-throughput-latency-3n-hsw"
20539   filter: "'NIC_Intel-X520-DA2' and
20540            '64B' and
20541            'NDRPDR' and
20542            ('ETH' or 'DOT1Q') and
20543            '1T1C' and
20544            ('L2BDMACLRN' or 'L2XCFWD') and
20545            'VHOST_1024' and
20546            not 'CFS_OPT' and
20547            not 'DOT1Q' and
20548            not 'VXLAN' and
20549            not 'IP4FWD' and
20550            not 'LBOND'"
20551   parameters:
20552   - "latency"
20553   - "parent"
20554   - "tags"
20555 #  sort:
20556 #  - "1VM"
20557 #  - "L2XCFWD"
20558 #  - "1VM"
20559 #  - "L2BDMACLRN"
20560   layout:
20561     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
20562     layout: "plot-latency"
20563
20564 -
20565   type: "plot"
20566   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
20567   algorithm: "plot_latency_error_bars"
20568   output-file-type: ".html"
20569   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
20570   data: "plot-vpp-throughput-latency-3n-hsw"
20571   filter: "'NIC_Intel-X520-DA2' and
20572            '64B' and
20573            'NDRPDR' and
20574            ('ETH' or 'DOT1Q') and
20575            '2T2C' and
20576            ('L2BDMACLRN' or 'L2XCFWD') and
20577            'VHOST_1024' and
20578            not 'CFS_OPT' and
20579            not 'DOT1Q' and
20580            not 'VXLAN' and
20581            not 'IP4FWD' and
20582            not 'LBOND'"
20583   parameters:
20584   - "latency"
20585   - "parent"
20586   - "tags"
20587 #  sort:
20588 #  - "1VM"
20589 #  - "L2XCFWD"
20590 #  - "1VM"
20591 #  - "L2BDMACLRN"
20592   layout:
20593     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
20594     layout: "plot-latency"
20595
20596 # Packet Latency - VPP vhost ip4 3n-hsw-x710
20597 -
20598   type: "plot"
20599   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20600   algorithm: "plot_latency_error_bars"
20601   output-file-type: ".html"
20602   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20603   data: "plot-vpp-throughput-latency-3n-hsw"
20604   filter: "'NIC_Intel-X710' and
20605            '64B' and
20606            'NDRPDR' and
20607            'ETH' and
20608            'IP4FWD' and
20609            '1T1C' and
20610            'VHOST_1024' and
20611            not 'VXLAN' and
20612            not 'CFS_OPT' and
20613            not 'DOT1Q'"
20614   parameters:
20615   - "latency"
20616   - "parent"
20617   - "tags"
20618   sort:
20619   - "1VM"
20620   - "2VM"
20621   layout:
20622     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
20623     layout: "plot-latency"
20624
20625 -
20626   type: "plot"
20627   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20628   algorithm: "plot_latency_error_bars"
20629   output-file-type: ".html"
20630   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20631   data: "plot-vpp-throughput-latency-3n-hsw"
20632   filter: "'NIC_Intel-X710' and
20633            '64B' and
20634            'NDRPDR' and
20635            'ETH' and
20636            'IP4FWD' and
20637            '2T2C' and
20638            'VHOST_1024' and
20639            not 'VXLAN' and
20640            not 'CFS_OPT' and
20641            not 'DOT1Q'"
20642   parameters:
20643   - "latency"
20644   - "parent"
20645   - "tags"
20646   sort:
20647   - "1VM"
20648   - "2VM"
20649   layout:
20650     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
20651     layout: "plot-latency"
20652
20653 # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base
20654 -
20655   type: "plot"
20656   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
20657   algorithm: "plot_latency_error_bars"
20658   output-file-type: ".html"
20659   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
20660   data: "plot-vpp-throughput-latency-3n-hsw"
20661   filter: "'NIC_Intel-X710' and
20662            '64B' and
20663            'NDRPDR' and
20664            ('ETH' or 'DOT1Q') and
20665            'BASE' and
20666            '1T1C' and
20667            ('L2BDMACLRN' or 'L2XCFWD') and
20668            'VHOST_1024' and
20669            not 'VXLAN' and
20670            not 'IP4FWD' and
20671            not '2VM'"
20672   parameters:
20673   - "latency"
20674   - "parent"
20675   - "tags"
20676   sort:
20677   - "L2BDMACLRN"
20678   - "L2BDMACLRN"
20679   - "L2BDMACLRN"
20680   - "L2XCFWD"
20681   - "L2XCFWD"
20682   - "L2XCFWD"
20683   layout:
20684     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
20685     layout: "plot-latency"
20686
20687 -
20688   type: "plot"
20689   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
20690   algorithm: "plot_latency_error_bars"
20691   output-file-type: ".html"
20692   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
20693   data: "plot-vpp-throughput-latency-3n-hsw"
20694   filter: "'NIC_Intel-X710' and
20695            '64B' and
20696            'NDRPDR' and
20697            ('ETH' or 'DOT1Q') and
20698            'BASE' and
20699            '2T2C' and
20700            ('L2BDMACLRN' or 'L2XCFWD') and
20701            'VHOST_1024' and
20702            not 'VXLAN' and
20703            not 'IP4FWD' and
20704            not '2VM'"
20705   parameters:
20706   - "latency"
20707   - "parent"
20708   - "tags"
20709   sort:
20710   - "L2BDMACLRN"
20711   - "L2BDMACLRN"
20712   - "L2BDMACLRN"
20713   - "L2XCFWD"
20714   - "L2XCFWD"
20715   - "L2XCFWD"
20716   layout:
20717     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
20718     layout: "plot-latency"
20719
20720 # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base vm
20721 -
20722   type: "plot"
20723   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr-lat"
20724   algorithm: "plot_latency_error_bars"
20725   output-file-type: ".html"
20726   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr-lat"
20727   data: "plot-vpp-throughput-latency-3n-hsw"
20728   filter: "'NIC_Intel-X710' and
20729            '64B' and
20730            'NDRPDR' and
20731            ('ETH' or 'DOT1Q') and
20732            '1T1C' and
20733            ('L2BDMACLRN' or 'L2XCFWD') and
20734            'VHOST_1024' and
20735            not 'CFS_OPT' and
20736            not 'VXLAN' and
20737            not 'IP4FWD' and
20738            not 'LBOND'"
20739   parameters:
20740   - "latency"
20741   - "parent"
20742   - "tags"
20743   sort:
20744   - "L2BDMACLRN"
20745   - "L2BDMACLRN"
20746   - "L2BDMACLRN"
20747   - "L2XCFWD"
20748   - "L2XCFWD"
20749   - "L2XCFWD"
20750   layout:
20751     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr"
20752     layout: "plot-latency"
20753
20754 -
20755   type: "plot"
20756   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr-lat"
20757   algorithm: "plot_latency_error_bars"
20758   output-file-type: ".html"
20759   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr-lat"
20760   data: "plot-vpp-throughput-latency-3n-hsw"
20761   filter: "'NIC_Intel-X710' and
20762            '64B' and
20763            'NDRPDR' and
20764            ('ETH' or 'DOT1Q') and
20765            '2T2C' and
20766            ('L2BDMACLRN' or 'L2XCFWD') and
20767            'VHOST_1024' and
20768            not 'CFS_OPT' and
20769            not 'VXLAN' and
20770            not 'IP4FWD' and
20771            not 'LBOND'"
20772   parameters:
20773   - "latency"
20774   - "parent"
20775   - "tags"
20776   sort:
20777   - "L2BDMACLRN"
20778   - "L2BDMACLRN"
20779   - "L2BDMACLRN"
20780   - "L2XCFWD"
20781   - "L2XCFWD"
20782   - "L2XCFWD"
20783   layout:
20784     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr"
20785     layout: "plot-latency"
20786
20787 # Packet Latency - VPP vhost ip4 3n-skx-x710
20788 -
20789   type: "plot"
20790   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20791   algorithm: "plot_latency_error_bars"
20792   output-file-type: ".html"
20793   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20794   data: "plot-vpp-throughput-latency-3n-skx"
20795   filter: "'NIC_Intel-X710' and
20796            '64B' and
20797            'NDRPDR' and
20798            'ETH' and
20799            'IP4FWD' and
20800            '2T1C' and
20801            'VHOST_1024' and
20802            not 'VXLAN' and
20803            not 'DOT1Q'"
20804   parameters:
20805   - "latency"
20806   - "parent"
20807   - "tags"
20808   sort:
20809   - "1VM"
20810   - "2VM"
20811   layout:
20812     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
20813     layout: "plot-latency"
20814
20815 -
20816   type: "plot"
20817   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20818   algorithm: "plot_latency_error_bars"
20819   output-file-type: ".html"
20820   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20821   data: "plot-vpp-throughput-latency-3n-skx"
20822   filter: "'NIC_Intel-X710' and
20823            '64B' and
20824            'NDRPDR' and
20825            'ETH' and
20826            'IP4FWD' and
20827            '4T2C' and
20828            'VHOST_1024' and
20829            not 'VXLAN' and
20830            not 'DOT1Q'"
20831   parameters:
20832   - "latency"
20833   - "parent"
20834   - "tags"
20835   sort:
20836   - "1VM"
20837   - "2VM"
20838   layout:
20839     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
20840     layout: "plot-latency"
20841
20842 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base
20843 -
20844   type: "plot"
20845   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
20846   algorithm: "plot_latency_error_bars"
20847   output-file-type: ".html"
20848   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
20849   data: "plot-vpp-throughput-latency-3n-skx"
20850   filter: "'NIC_Intel-X710' and
20851            '64B' and
20852            'NDRPDR' and
20853            ('ETH' or 'DOT1Q') and
20854            'BASE' and
20855            '2T1C' and
20856            ('L2BDMACLRN' or 'L2XCFWD') and
20857            'VHOST_1024' and
20858            not 'VXLAN' and
20859            not 'IP4FWD' and
20860            not '2VM'"
20861   parameters:
20862   - "latency"
20863   - "parent"
20864   - "tags"
20865   sort:
20866   - "L2BDMACLRN"
20867   - "L2BDMACLRN"
20868   - "L2BDMACLRN"
20869   - "L2XCFWD"
20870   - "L2XCFWD"
20871   - "L2XCFWD"
20872   layout:
20873     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr"
20874     layout: "plot-latency"
20875
20876 -
20877   type: "plot"
20878   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
20879   algorithm: "plot_latency_error_bars"
20880   output-file-type: ".html"
20881   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
20882   data: "plot-vpp-throughput-latency-3n-skx"
20883   filter: "'NIC_Intel-X710' and
20884            '64B' and
20885            'NDRPDR' and
20886            ('ETH' or 'DOT1Q') and
20887            'BASE' and
20888            '4T2C' and
20889            ('L2BDMACLRN' or 'L2XCFWD') and
20890            'VHOST_1024' and
20891            not 'VXLAN' and
20892            not 'IP4FWD' and
20893            not '2VM'"
20894   parameters:
20895   - "latency"
20896   - "parent"
20897   - "tags"
20898   sort:
20899   - "L2BDMACLRN"
20900   - "L2BDMACLRN"
20901   - "L2BDMACLRN"
20902   - "L2XCFWD"
20903   - "L2XCFWD"
20904   - "L2XCFWD"
20905   layout:
20906     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr"
20907     layout: "plot-latency"
20908
20909 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base vm
20910 -
20911   type: "plot"
20912   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr-lat"
20913   algorithm: "plot_latency_error_bars"
20914   output-file-type: ".html"
20915   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr-lat"
20916   data: "plot-vpp-throughput-latency-3n-skx"
20917   filter: "'NIC_Intel-X710' and
20918            '64B' and
20919            'NDRPDR' and
20920            ('ETH' or 'DOT1Q') and
20921            '2T1C' and
20922            ('L2BDMACLRN' or 'L2XCFWD') and
20923            'VHOST_1024' and
20924            not 'CFS_OPT' and
20925            not 'VXLAN' and
20926            not 'IP4FWD' and
20927            not 'LBOND'"
20928   parameters:
20929   - "latency"
20930   - "parent"
20931   - "tags"
20932   sort:
20933   - "L2BDMACLRN"
20934   - "L2BDMACLRN"
20935   - "L2BDMACLRN"
20936   - "L2XCFWD"
20937   - "L2XCFWD"
20938   - "L2XCFWD"
20939   layout:
20940     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr"
20941     layout: "plot-latency"
20942
20943 -
20944   type: "plot"
20945   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr-lat"
20946   algorithm: "plot_latency_error_bars"
20947   output-file-type: ".html"
20948   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr-lat"
20949   data: "plot-vpp-throughput-latency-3n-skx"
20950   filter: "'NIC_Intel-X710' and
20951            '64B' and
20952            'NDRPDR' and
20953            ('ETH' or 'DOT1Q') and
20954            '4T2C' and
20955            ('L2BDMACLRN' or 'L2XCFWD') and
20956            'VHOST_1024' and
20957            not 'CFS_OPT' and
20958            not 'VXLAN' and
20959            not 'IP4FWD' and
20960            not 'LBOND'"
20961   parameters:
20962   - "latency"
20963   - "parent"
20964   - "tags"
20965   sort:
20966   - "L2BDMACLRN"
20967   - "L2BDMACLRN"
20968   - "L2BDMACLRN"
20969   - "L2XCFWD"
20970   - "L2XCFWD"
20971   - "L2XCFWD"
20972   layout:
20973     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr"
20974     layout: "plot-latency"
20975
20976 # Packet Latency - VPP vhost ip4 2n-skx-x710
20977 -
20978   type: "plot"
20979   title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20980   algorithm: "plot_latency_error_bars"
20981   output-file-type: ".html"
20982   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20983   data: "plot-vpp-throughput-latency-2n-skx"
20984   filter: "'NIC_Intel-X710' and
20985            '64B' and
20986            'NDRPDR' and
20987            'ETH' and
20988            'IP4FWD' and
20989            '2T1C' and
20990            'VHOST_1024' and
20991            not 'VXLAN' and
20992            not 'NF_DENSITY' and
20993            not 'CFS_OPT' and
20994            not 'DOT1Q'"
20995   parameters:
20996   - "latency"
20997   - "parent"
20998   - "tags"
20999   sort:
21000   - "1VM"
21001   - "2VM"
21002   layout:
21003     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
21004     layout: "plot-latency"
21005
21006 -
21007   type: "plot"
21008   title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
21009   algorithm: "plot_latency_error_bars"
21010   output-file-type: ".html"
21011   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
21012   data: "plot-vpp-throughput-latency-2n-skx"
21013   filter: "'NIC_Intel-X710' and
21014            '64B' and
21015            'NDRPDR' and
21016            'ETH' and
21017            'IP4FWD' and
21018            '4T2C' and
21019            'VHOST_1024' and
21020            not 'VXLAN' and
21021            not 'NF_DENSITY' and
21022            not 'CFS_OPT' and
21023            not 'DOT1Q'"
21024   parameters:
21025   - "latency"
21026   - "parent"
21027   - "tags"
21028   sort:
21029   - "1VM"
21030   - "2VM"
21031   layout:
21032     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
21033     layout: "plot-latency"
21034
21035 # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base
21036 -
21037   type: "plot"
21038   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
21039   algorithm: "plot_latency_error_bars"
21040   output-file-type: ".html"
21041   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
21042   data: "plot-vpp-throughput-latency-2n-skx"
21043   filter: "'NIC_Intel-X710' and
21044            '64B' and
21045            'NDRPDR' and
21046            ('ETH' or 'DOT1Q') and
21047            'BASE' and
21048            '2T1C' and
21049            ('L2BDMACLRN' or 'L2XCFWD') and
21050            'VHOST_1024' and
21051            not 'VXLAN' and
21052            not 'NF_DENSITY' and
21053            not 'IP4FWD' and
21054            not '2VM'"
21055   parameters:
21056   - "latency"
21057   - "parent"
21058   - "tags"
21059 #  sort:
21060 #  - "not CFS_OPT"
21061 #  - "L2XCFWD"
21062 #  - "not CFS_OPT"
21063 #  - "CFS_OPT"
21064   layout:
21065     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr"
21066     layout: "plot-latency"
21067
21068 -
21069   type: "plot"
21070   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
21071   algorithm: "plot_latency_error_bars"
21072   output-file-type: ".html"
21073   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
21074   data: "plot-vpp-throughput-latency-2n-skx"
21075   filter: "'NIC_Intel-X710' and
21076            '64B' and
21077            'NDRPDR' and
21078            ('ETH' or 'DOT1Q') and
21079            'BASE' and
21080            '4T2C' and
21081            ('L2BDMACLRN' or 'L2XCFWD') and
21082            'VHOST_1024' and
21083            not 'VXLAN' and
21084            not 'NF_DENSITY' and
21085            not 'IP4FWD' and
21086            not '2VM'"
21087   parameters:
21088   - "latency"
21089   - "parent"
21090   - "tags"
21091 #  sort:
21092 #  - "not CFS_OPT"
21093 #  - "L2XCFWD"
21094 #  - "not CFS_OPT"
21095 #  - "CFS_OPT"
21096   layout:
21097     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr"
21098     layout: "plot-latency"
21099
21100 # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base vm
21101 -
21102   type: "plot"
21103   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
21104   algorithm: "plot_latency_error_bars"
21105   output-file-type: ".html"
21106   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
21107   data: "plot-vpp-throughput-latency-2n-skx"
21108   filter: "'NIC_Intel-X710' and
21109            '64B' and
21110            'NDRPDR' and
21111            ('ETH' or 'DOT1Q') and
21112            '2T1C' and
21113            ('L2BDMACLRN' or 'L2XCFWD') and
21114            'VHOST_1024' and
21115            not 'CFS_OPT' and
21116            not 'VXLAN' and
21117            not 'NF_DENSITY' and
21118            not 'DOT1Q' and
21119            not 'IP4FWD'"
21120   parameters:
21121   - "latency"
21122   - "parent"
21123   - "tags"
21124 #  sort:
21125 #  - "1VM"
21126 #  - "L2XCFWD"
21127 #  - "1VM"
21128 #  - "L2BDMACLRN"
21129   layout:
21130     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
21131     layout: "plot-latency"
21132
21133 -
21134   type: "plot"
21135   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
21136   algorithm: "plot_latency_error_bars"
21137   output-file-type: ".html"
21138   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
21139   data: "plot-vpp-throughput-latency-2n-skx"
21140   filter: "'NIC_Intel-X710' and
21141            '64B' and
21142            'NDRPDR' and
21143            ('ETH' or 'DOT1Q') and
21144            '4T2C' and
21145            ('L2BDMACLRN' or 'L2XCFWD') and
21146            'VHOST_1024' and
21147            not 'CFS_OPT' and
21148            not 'VXLAN' and
21149            not 'NF_DENSITY' and
21150            not 'DOT1Q' and
21151            not 'IP4FWD'"
21152   parameters:
21153   - "latency"
21154   - "parent"
21155   - "tags"
21156 #  sort:
21157 #  - "1VM"
21158 #  - "L2XCFWD"
21159 #  - "1VM"
21160 #  - "L2BDMACLRN"
21161   layout:
21162     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
21163     layout: "plot-latency"
21164
21165 # Packet Latency - VPP vhost ip4 2n-skx-xxv710
21166 -
21167   type: "plot"
21168   title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
21169   algorithm: "plot_latency_error_bars"
21170   output-file-type: ".html"
21171   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
21172   data: "plot-vpp-throughput-latency-2n-skx"
21173   filter: "'NIC_Intel-XXV710' and
21174            '64B' and
21175            'NDRPDR' and
21176            'ETH' and
21177            'IP4FWD' and
21178            '2T1C' and
21179            'VHOST_1024' and
21180            not 'VXLAN' and
21181            not 'CFS_OPT' and
21182            not 'DOT1Q'"
21183   parameters:
21184   - "latency"
21185   - "parent"
21186   - "tags"
21187   sort:
21188   - "not CFS_OPT"
21189   - "1VM"
21190   - "2VM"
21191   layout:
21192     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
21193     layout: "plot-latency"
21194
21195 -
21196   type: "plot"
21197   title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
21198   algorithm: "plot_latency_error_bars"
21199   output-file-type: ".html"
21200   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
21201   data: "plot-vpp-throughput-latency-2n-skx"
21202   filter: "'NIC_Intel-XXV710' and
21203            '64B' and
21204            'NDRPDR' and
21205            'ETH' and
21206            'IP4FWD' and
21207            '4T2C' and
21208            'VHOST_1024' and
21209            not 'VXLAN' and
21210            not 'CFS_OPT' and
21211            not 'DOT1Q'"
21212   parameters:
21213   - "latency"
21214   - "parent"
21215   - "tags"
21216   sort:
21217   - "not CFS_OPT"
21218   - "1VM"
21219   - "2VM"
21220   layout:
21221     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
21222     layout: "plot-latency"
21223
21224 # Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base
21225 -
21226   type: "plot"
21227   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr-lat"
21228   algorithm: "plot_latency_error_bars"
21229   output-file-type: ".html"
21230   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr-lat"
21231   data: "plot-vpp-throughput-latency-2n-skx"
21232   filter: "'NIC_Intel-XXV710' and
21233            '64B' and
21234            'NDRPDR' and
21235            ('ETH' or 'DOT1Q') and
21236            'BASE' and
21237            '2T1C' and
21238            ('L2BDMACLRN' or 'L2XCFWD') and
21239            'VHOST_1024' and
21240            not 'VXLAN' and
21241            not 'IP4FWD' and
21242            not '2VM'"
21243   parameters:
21244   - "latency"
21245   - "parent"
21246   - "tags"
21247 #  sort:
21248 #  - "not CFS_OPT"
21249 #  - "L2XCFWD"
21250 #  - "not CFS_OPT"
21251 #  - "CFS_OPT"
21252   layout:
21253     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
21254     layout: "plot-latency"
21255
21256 -
21257   type: "plot"
21258   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr-lat"
21259   algorithm: "plot_latency_error_bars"
21260   output-file-type: ".html"
21261   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr-lat"
21262   data: "plot-vpp-throughput-latency-2n-skx"
21263   filter: "'NIC_Intel-XXV710' and
21264            '64B' and
21265            'NDRPDR' and
21266            ('ETH' or 'DOT1Q') and
21267            'BASE' and
21268            '4T2C' and
21269            ('L2BDMACLRN' or 'L2XCFWD') and
21270            'VHOST_1024' and
21271            not 'VXLAN' and
21272            not 'IP4FWD' and
21273            not '2VM'"
21274   parameters:
21275   - "latency"
21276   - "parent"
21277   - "tags"
21278 #  sort:
21279 #  - "not CFS_OPT"
21280 #  - "L2XCFWD"
21281 #  - "not CFS_OPT"
21282 #  - "CFS_OPT"
21283   layout:
21284     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
21285     layout: "plot-latency"
21286
21287 # Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base vm
21288 -
21289   type: "plot"
21290   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
21291   algorithm: "plot_latency_error_bars"
21292   output-file-type: ".html"
21293   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
21294   data: "plot-vpp-throughput-latency-2n-skx"
21295   filter: "'NIC_Intel-XXV710' and
21296            '64B' and
21297            'NDRPDR' and
21298            ('ETH' or 'DOT1Q') and
21299            '2T1C' and
21300            ('L2BDMACLRN' or 'L2XCFWD') and
21301            'VHOST_1024' and
21302            not 'CFS_OPT' and
21303            not 'VXLAN' and
21304            not 'DOT1Q' and
21305            not 'IP4FWD'"
21306   parameters:
21307   - "latency"
21308   - "parent"
21309   - "tags"
21310 #  sort:
21311 #  - "1VM"
21312 #  - "L2XCFWD"
21313 #  - "1VM"
21314 #  - "L2BDMACLRN"
21315   layout:
21316     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
21317     layout: "plot-latency"
21318
21319 -
21320   type: "plot"
21321   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
21322   algorithm: "plot_latency_error_bars"
21323   output-file-type: ".html"
21324   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
21325   data: "plot-vpp-throughput-latency-2n-skx"
21326   filter: "'NIC_Intel-XXV710' and
21327            '64B' and
21328            'NDRPDR' and
21329            ('ETH' or 'DOT1Q') and
21330            '4T2C' and
21331            ('L2BDMACLRN' or 'L2XCFWD') and
21332            'VHOST_1024' and
21333            not 'CFS_OPT' and
21334            not 'VXLAN' and
21335            not 'DOT1Q' and
21336            not 'IP4FWD'"
21337   parameters:
21338   - "latency"
21339   - "parent"
21340   - "tags"
21341 #  sort:
21342 #  - "1VM"
21343 #  - "L2XCFWD"
21344 #  - "1VM"
21345 #  - "L2BDMACLRN"
21346   layout:
21347     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
21348     layout: "plot-latency"
21349
21350 ################################################################################
21351
21352 # Packet Latency - VPP VTS 3n-hsw-x520
21353 -
21354   type: "plot"
21355   title: "VPP Latency: vts-3n-hsw-x520-114b-1t1c-ndr-lat"
21356   algorithm: "plot_latency_error_bars"
21357   output-file-type: ".html"
21358   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr-lat"
21359   data: "plot-vpp-throughput-latency-3n-hsw"
21360   filter: "'NIC_Intel-X520-DA2' and
21361            '114B' and
21362            'NDRPDR' and
21363            '1T1C' and
21364            'VTS'"
21365   parameters:
21366   - "latency"
21367   - "parent"
21368   - "tags"
21369   layout:
21370     title: "vts-3n-hsw-x520-114b-1t1c-ndr"
21371     layout: "plot-latency"
21372
21373 -
21374   type: "plot"
21375   title: "VPP Latency: vts-3n-hsw-x520-114b-2t2c-ndr-lat"
21376   algorithm: "plot_latency_error_bars"
21377   output-file-type: ".html"
21378   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr-lat"
21379   data: "plot-vpp-throughput-latency-3n-hsw"
21380   filter: "'NIC_Intel-X520-DA2' and
21381            '114B' and
21382            'NDRPDR' and
21383            '2T2C' and
21384            'VTS'"
21385   parameters:
21386   - "latency"
21387   - "parent"
21388   - "tags"
21389   layout:
21390     title: "vts-3n-hsw-x520-114b-2t2c-ndr"
21391     layout: "plot-latency"
21392
21393 ################################################################################
21394
21395 # Packet Latency - DPDK l3fwd 3n-hsw-x520
21396 -
21397   type: "plot"
21398   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
21399   algorithm: "plot_latency_error_bars"
21400   output-file-type: ".html"
21401   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
21402   data: "plot-dpdk-throughput-latency-3n-hsw"
21403   filter: "'NIC_Intel-X520-DA2' and
21404            '64B' and
21405            'BASE' and
21406            'NDRPDR' and
21407            '1T1C' and
21408            'IP4FWD'"
21409   parameters:
21410   - "latency"
21411   - "parent"
21412   - "tags"
21413   layout:
21414     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
21415     layout: "plot-latency"
21416
21417 -
21418   type: "plot"
21419   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
21420   algorithm: "plot_latency_error_bars"
21421   output-file-type: ".html"
21422   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
21423   data: "plot-dpdk-throughput-latency-3n-hsw"
21424   filter: "'NIC_Intel-X520-DA2' and
21425            '64B' and
21426            'BASE' and
21427            'NDRPDR' and
21428            '2T2C' and
21429            'IP4FWD'"
21430   parameters:
21431   - "latency"
21432   - "parent"
21433   - "tags"
21434   layout:
21435     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
21436     layout: "plot-latency"
21437
21438 # Packet Latency - DPDK l3fwd 3n-hsw-x710
21439 -
21440   type: "plot"
21441   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
21442   algorithm: "plot_latency_error_bars"
21443   output-file-type: ".html"
21444   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
21445   data: "plot-dpdk-throughput-latency-3n-hsw"
21446   filter: "'NIC_Intel-X710' and
21447            '64B' and
21448            'BASE' and
21449            'NDRPDR' and
21450            '1T1C' and
21451            'IP4FWD'"
21452   parameters:
21453   - "latency"
21454   - "parent"
21455   - "tags"
21456   layout:
21457     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
21458     layout: "plot-latency"
21459
21460 -
21461   type: "plot"
21462   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
21463   algorithm: "plot_latency_error_bars"
21464   output-file-type: ".html"
21465   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
21466   data: "plot-dpdk-throughput-latency-3n-hsw"
21467   filter: "'NIC_Intel-X710' and
21468            '64B' and
21469            'BASE' and
21470            'NDRPDR' and
21471            '2T2C' and
21472            'IP4FWD'"
21473   parameters:
21474   - "latency"
21475   - "parent"
21476   - "tags"
21477   layout:
21478     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
21479     layout: "plot-latency"
21480
21481 # Packet Latency - DPDK l3fwd 3n-hsw-xl710
21482 -
21483   type: "plot"
21484   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
21485   algorithm: "plot_latency_error_bars"
21486   output-file-type: ".html"
21487   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
21488   data: "plot-dpdk-throughput-latency-3n-hsw"
21489   filter: "'NIC_Intel-XL710' and
21490            '64B' and
21491            'BASE' and
21492            'NDRPDR' and
21493            '1T1C' and
21494            'IP4FWD'"
21495   parameters:
21496   - "latency"
21497   - "parent"
21498   - "tags"
21499   layout:
21500     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
21501     layout: "plot-latency"
21502
21503 -
21504   type: "plot"
21505   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
21506   algorithm: "plot_latency_error_bars"
21507   output-file-type: ".html"
21508   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
21509   data: "plot-dpdk-throughput-latency-3n-hsw"
21510   filter: "'NIC_Intel-XL710' and
21511            '64B' and
21512            'BASE' and
21513            'NDRPDR' and
21514            '2T2C' and
21515            'IP4FWD'"
21516   parameters:
21517   - "latency"
21518   - "parent"
21519   - "tags"
21520   layout:
21521     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
21522     layout: "plot-latency"
21523
21524 # Packet Latency - DPDK l3fwd 3n-skx-x710
21525 -
21526   type: "plot"
21527   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
21528   algorithm: "plot_latency_error_bars"
21529   output-file-type: ".html"
21530   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
21531   data: "plot-dpdk-throughput-latency-3n-skx"
21532   filter: "'NIC_Intel-X710' and
21533            '64B' and
21534            'BASE' and
21535            'NDRPDR' and
21536            '2T1C' and
21537            'IP4FWD'"
21538   parameters:
21539   - "latency"
21540   - "parent"
21541   - "tags"
21542   layout:
21543     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
21544     layout: "plot-latency"
21545
21546 -
21547   type: "plot"
21548   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
21549   algorithm: "plot_latency_error_bars"
21550   output-file-type: ".html"
21551   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
21552   data: "plot-dpdk-throughput-latency-3n-skx"
21553   filter: "'NIC_Intel-X710' and
21554            '64B' and
21555            'BASE' and
21556            'NDRPDR' and
21557            '4T2C' and
21558            'IP4FWD'"
21559   parameters:
21560   - "latency"
21561   - "parent"
21562   - "tags"
21563   layout:
21564     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
21565     layout: "plot-latency"
21566
21567 # Packet Latency - DPDK l3fwd 3n-skx-xxv710
21568 -
21569   type: "plot"
21570   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
21571   algorithm: "plot_latency_error_bars"
21572   output-file-type: ".html"
21573   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
21574   data: "plot-dpdk-throughput-latency-3n-skx"
21575   filter: "'NIC_Intel-XXV710' and
21576            '64B' and
21577            'BASE' and
21578            'NDRPDR' and
21579            '2T1C' and
21580            'IP4FWD'"
21581   parameters:
21582   - "latency"
21583   - "parent"
21584   - "tags"
21585   layout:
21586     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
21587     layout: "plot-latency"
21588
21589 -
21590   type: "plot"
21591   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
21592   algorithm: "plot_latency_error_bars"
21593   output-file-type: ".html"
21594   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
21595   data: "plot-dpdk-throughput-latency-3n-skx"
21596   filter: "'NIC_Intel-XXV710' and
21597            '64B' and
21598            'BASE' and
21599            'NDRPDR' and
21600            '4T2C' and
21601            'IP4FWD'"
21602   parameters:
21603   - "latency"
21604   - "parent"
21605   - "tags"
21606   layout:
21607     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
21608     layout: "plot-latency"
21609
21610 # Packet Latency - DPDK l3fwd 2n-skx-x710
21611 -
21612   type: "plot"
21613   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
21614   algorithm: "plot_latency_error_bars"
21615   output-file-type: ".html"
21616   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
21617   data: "plot-dpdk-throughput-latency-2n-skx"
21618   filter: "'NIC_Intel-X710' and
21619            '64B' and
21620            'BASE' and
21621            'NDRPDR' and
21622            '2T1C' and
21623            'IP4FWD'"
21624   parameters:
21625   - "latency"
21626   - "parent"
21627   - "tags"
21628   layout:
21629     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
21630     layout: "plot-latency"
21631
21632 -
21633   type: "plot"
21634   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
21635   algorithm: "plot_latency_error_bars"
21636   output-file-type: ".html"
21637   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
21638   data: "plot-dpdk-throughput-latency-2n-skx"
21639   filter: "'NIC_Intel-X710' and
21640            '64B' and
21641            'BASE' and
21642            'NDRPDR' and
21643            '4T2C' and
21644            'IP4FWD'"
21645   parameters:
21646   - "latency"
21647   - "parent"
21648   - "tags"
21649   layout:
21650     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
21651     layout: "plot-latency"
21652
21653 # Packet Latency - DPDK l3fwd 2n-skx-xxv710
21654 -
21655   type: "plot"
21656   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
21657   algorithm: "plot_latency_error_bars"
21658   output-file-type: ".html"
21659   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
21660   data: "plot-dpdk-throughput-latency-2n-skx"
21661   filter: "'NIC_Intel-XXV710' and
21662            '64B' and
21663            'BASE' and
21664            'NDRPDR' and
21665            '2T1C' and
21666            'IP4FWD'"
21667   parameters:
21668   - "latency"
21669   - "parent"
21670   - "tags"
21671   layout:
21672     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
21673     layout: "plot-latency"
21674
21675 -
21676   type: "plot"
21677   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
21678   algorithm: "plot_latency_error_bars"
21679   output-file-type: ".html"
21680   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
21681   data: "plot-dpdk-throughput-latency-2n-skx"
21682   filter: "'NIC_Intel-XXV710' and
21683            '64B' and
21684            'BASE' and
21685            'NDRPDR' and
21686            '4T2C' and
21687            'IP4FWD'"
21688   parameters:
21689   - "latency"
21690   - "parent"
21691   - "tags"
21692   layout:
21693     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
21694     layout: "plot-latency"
21695
21696 ################################################################################
21697
21698 # Packet Latency - DPDK testpmd 3n-hsw-x520
21699 -
21700   type: "plot"
21701   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
21702   algorithm: "plot_latency_error_bars"
21703   output-file-type: ".html"
21704   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
21705   data: "plot-dpdk-throughput-latency-3n-hsw"
21706   filter: "'NIC_Intel-X520-DA2' and
21707            '64B' and
21708            'BASE' and
21709            'NDRPDR' and
21710            '1T1C' and
21711            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21712   parameters:
21713   - "latency"
21714   - "parent"
21715   - "tags"
21716   layout:
21717     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
21718     layout: "plot-latency"
21719
21720 -
21721   type: "plot"
21722   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
21723   algorithm: "plot_latency_error_bars"
21724   output-file-type: ".html"
21725   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
21726   data: "plot-dpdk-throughput-latency-3n-hsw"
21727   filter: "'NIC_Intel-X520-DA2' and
21728            '64B' and
21729            'BASE' and
21730            'NDRPDR' and
21731            '2T2C' and
21732            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21733   parameters:
21734   - "latency"
21735   - "parent"
21736   - "tags"
21737   layout:
21738     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
21739     layout: "plot-latency"
21740
21741 # Packet Latency - DPDK testpmd 3n-hsw-x710
21742 -
21743   type: "plot"
21744   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
21745   algorithm: "plot_latency_error_bars"
21746   output-file-type: ".html"
21747   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
21748   data: "plot-dpdk-throughput-latency-3n-hsw"
21749   filter: "'NIC_Intel-X710' and
21750            '64B' and
21751            'BASE' and
21752            'NDRPDR' and
21753            '1T1C' and
21754            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21755   parameters:
21756   - "latency"
21757   - "parent"
21758   - "tags"
21759   layout:
21760     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
21761     layout: "plot-latency"
21762
21763 -
21764   type: "plot"
21765   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
21766   algorithm: "plot_latency_error_bars"
21767   output-file-type: ".html"
21768   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
21769   data: "plot-dpdk-throughput-latency-3n-hsw"
21770   filter: "'NIC_Intel-X710' and
21771            '64B' and
21772            'BASE' and
21773            'NDRPDR' and
21774            '2T2C' and
21775            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21776   parameters:
21777   - "latency"
21778   - "parent"
21779   - "tags"
21780   layout:
21781     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
21782     layout: "plot-latency"
21783
21784 # Packet Latency - DPDK testpmd 3n-hsw-xl710
21785 -
21786   type: "plot"
21787   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
21788   algorithm: "plot_latency_error_bars"
21789   output-file-type: ".html"
21790   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
21791   data: "plot-dpdk-throughput-latency-3n-hsw"
21792   filter: "'NIC_Intel-XL710' and
21793            '64B' and
21794            'BASE' and
21795            'NDRPDR' and
21796            '1T1C' and
21797            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21798   parameters:
21799   - "latency"
21800   - "parent"
21801   - "tags"
21802   layout:
21803     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
21804     layout: "plot-latency"
21805
21806 -
21807   type: "plot"
21808   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
21809   algorithm: "plot_latency_error_bars"
21810   output-file-type: ".html"
21811   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
21812   data: "plot-dpdk-throughput-latency-3n-hsw"
21813   filter: "'NIC_Intel-XL710' and
21814            '64B' and
21815            'BASE' and
21816            'NDRPDR' and
21817            '2T2C' and
21818            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21819   parameters:
21820   - "latency"
21821   - "parent"
21822   - "tags"
21823   layout:
21824     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
21825     layout: "plot-latency"
21826
21827 # Packet Latency - DPDK testpmd 3n-skx-x710
21828 -
21829   type: "plot"
21830   title: "DPDK Latency: testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
21831   algorithm: "plot_latency_error_bars"
21832   output-file-type: ".html"
21833   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
21834   data: "plot-dpdk-throughput-latency-3n-skx"
21835   filter: "'NIC_Intel-X710' and
21836            '64B' and
21837            'BASE' and
21838            'NDRPDR' and
21839            '2T1C' and
21840            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21841   parameters:
21842   - "latency"
21843   - "parent"
21844   - "tags"
21845   layout:
21846     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
21847     layout: "plot-latency"
21848
21849 -
21850   type: "plot"
21851   title: "DPDK Latency: testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
21852   algorithm: "plot_latency_error_bars"
21853   output-file-type: ".html"
21854   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
21855   data: "plot-dpdk-throughput-latency-3n-skx"
21856   filter: "'NIC_Intel-X710' and
21857            '64B' and
21858            'BASE' and
21859            'NDRPDR' and
21860            '4T2C' and
21861            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21862   parameters:
21863   - "latency"
21864   - "parent"
21865   - "tags"
21866   layout:
21867     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
21868     layout: "plot-latency"
21869
21870 # Packet Latency - DPDK testpmd 3n-skx-xxv710
21871 -
21872   type: "plot"
21873   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
21874   algorithm: "plot_latency_error_bars"
21875   output-file-type: ".html"
21876   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
21877   data: "plot-dpdk-throughput-latency-3n-skx"
21878   filter: "'NIC_Intel-XXV710' and
21879            '64B' and
21880            'BASE' and
21881            'NDRPDR' and
21882            '2T1C' and
21883            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21884   parameters:
21885   - "latency"
21886   - "parent"
21887   - "tags"
21888   layout:
21889     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
21890     layout: "plot-latency"
21891
21892 -
21893   type: "plot"
21894   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
21895   algorithm: "plot_latency_error_bars"
21896   output-file-type: ".html"
21897   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
21898   data: "plot-dpdk-throughput-latency-3n-skx"
21899   filter: "'NIC_Intel-XXV710' and
21900            '64B' and
21901            'BASE' and
21902            'NDRPDR' and
21903            '4T2C' and
21904            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21905   parameters:
21906   - "latency"
21907   - "parent"
21908   - "tags"
21909   layout:
21910     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
21911     layout: "plot-latency"
21912
21913 # Packet Latency - DPDK testpmd 2n-skx-x710
21914 -
21915   type: "plot"
21916   title: "DPDK Latency: testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
21917   algorithm: "plot_latency_error_bars"
21918   output-file-type: ".html"
21919   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
21920   data: "plot-dpdk-throughput-latency-2n-skx"
21921   filter: "'NIC_Intel-X710' and
21922            '64B' and
21923            'BASE' and
21924            'NDRPDR' and
21925            '2T1C' and
21926            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21927   parameters:
21928   - "latency"
21929   - "parent"
21930   - "tags"
21931   layout:
21932     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
21933     layout: "plot-latency"
21934
21935 -
21936   type: "plot"
21937   title: "DPDK Latency: testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
21938   algorithm: "plot_latency_error_bars"
21939   output-file-type: ".html"
21940   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
21941   data: "plot-dpdk-throughput-latency-2n-skx"
21942   filter: "'NIC_Intel-X710' and
21943            '64B' and
21944            'BASE' and
21945            'NDRPDR' and
21946            '4T2C' and
21947            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21948   parameters:
21949   - "latency"
21950   - "parent"
21951   - "tags"
21952   layout:
21953     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
21954     layout: "plot-latency"
21955
21956 # Packet Latency - DPDK testpmd 2n-skx-xxv710
21957 -
21958   type: "plot"
21959   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
21960   algorithm: "plot_latency_error_bars"
21961   output-file-type: ".html"
21962   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
21963   data: "plot-dpdk-throughput-latency-2n-skx"
21964   filter: "'NIC_Intel-XXV710' and
21965            '64B' and
21966            'BASE' and
21967            'NDRPDR' and
21968            '2T1C' and
21969            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21970   parameters:
21971   - "latency"
21972   - "parent"
21973   - "tags"
21974   layout:
21975     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
21976     layout: "plot-latency"
21977
21978 -
21979   type: "plot"
21980   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
21981   algorithm: "plot_latency_error_bars"
21982   output-file-type: ".html"
21983   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
21984   data: "plot-dpdk-throughput-latency-2n-skx"
21985   filter: "'NIC_Intel-XXV710' and
21986            '64B' and
21987            'BASE' and
21988            'NDRPDR' and
21989            '4T2C' and
21990            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21991   parameters:
21992   - "latency"
21993   - "parent"
21994   - "tags"
21995   layout:
21996     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
21997     layout: "plot-latency"
21998
21999 ################################################################################
22000
22001 # Speedup - VPP Container Memif 3n-hsw-x520
22002 -
22003   type: "plot"
22004   title: "Speedup: memif-3n-hsw-x520-64b-base_and_features-ndr-tsa"
22005   algorithm: "plot_throughput_speedup_analysis"
22006   output-file-type: ".html"
22007   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_features-ndr-tsa"
22008   data: "plot-throughput-speedup-analysis-3n-hsw"
22009   filter: "'NIC_Intel-X520-DA2' and
22010            '64B' and
22011            ('BASE' or 'SCALE') and
22012            'NDRPDR' and
22013            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
22014            not 'VHOST' and
22015            'MEMIF'"
22016   parameters:
22017   - "throughput"
22018   - "parent"
22019   - "tags"
22020   sort:
22021   - "L2XCFWD"
22022   - "L2XCFWD"
22023   - "L2XCFWD"
22024   - "L2BDMACLRN"
22025   - "L2BDMACLRN"
22026   - "L2BDMACLRN"
22027   - "IP4FWD"
22028   layout:
22029     title: "memif-3n-hsw-x520-64b-base_and_features-ndr"
22030     layout: "plot-throughput-speedup-analysis"
22031
22032 -
22033   type: "plot"
22034   title: "Speedup: memif-3n-hsw-x520-64b-base_and_features-pdr-tsa"
22035   algorithm: "plot_throughput_speedup_analysis"
22036   output-file-type: ".html"
22037   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_features-pdr-tsa"
22038   data: "plot-throughput-speedup-analysis-3n-hsw"
22039   filter: "'NIC_Intel-X520-DA2' and
22040            '64B' and
22041            ('BASE' or 'SCALE') and
22042            'NDRPDR' and
22043            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
22044            not 'VHOST' and
22045            'MEMIF'"
22046   parameters:
22047   - "throughput"
22048   - "parent"
22049   - "tags"
22050   sort:
22051   - "L2XCFWD"
22052   - "L2XCFWD"
22053   - "L2XCFWD"
22054   - "L2BDMACLRN"
22055   - "L2BDMACLRN"
22056   - "L2BDMACLRN"
22057   - "IP4FWD"
22058   layout:
22059     title: "memif-3n-hsw-x520-64b-base_and_features-pdr"
22060     layout: "plot-throughput-speedup-analysis"
22061
22062 # Speedup - VPP Container Memif 3n-hsw-x710
22063 -
22064   type: "plot"
22065   title: "Speedup: memif-3n-hsw-x710-64b-base_and_features-ndr-tsa"
22066   algorithm: "plot_throughput_speedup_analysis"
22067   output-file-type: ".html"
22068   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_features-ndr-tsa"
22069   data: "plot-throughput-speedup-analysis-3n-hsw"
22070   filter: "'NIC_Intel-X710' and
22071            '64B' and
22072            ('BASE' or 'SCALE') and
22073            'NDRPDR' and
22074            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
22075            not 'VHOST' and
22076            'MEMIF'"
22077   parameters:
22078   - "throughput"
22079   - "parent"
22080   - "tags"
22081   sort:
22082   - "L2XCFWD"
22083   - "L2XCFWD"
22084   - "L2XCFWD"
22085   - "L2BDMACLRN"
22086   - "L2BDMACLRN"
22087   - "L2BDMACLRN"
22088   - "IP4FWD"
22089   layout:
22090     title: "memif-3n-hsw-x710-64b-base_and_features-ndr"
22091     layout: "plot-throughput-speedup-analysis"
22092
22093 -
22094   type: "plot"
22095   title: "Speedup: memif-3n-hsw-x710-64b-base_and_features-pdr-tsa"
22096   algorithm: "plot_throughput_speedup_analysis"
22097   output-file-type: ".html"
22098   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_features-pdr-tsa"
22099   data: "plot-throughput-speedup-analysis-3n-hsw"
22100   filter: "'NIC_Intel-X710' and
22101            '64B' and
22102            ('BASE' or 'SCALE') and
22103            'NDRPDR' and
22104            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
22105            not 'VHOST' and
22106            'MEMIF'"
22107   parameters:
22108   - "throughput"
22109   - "parent"
22110   - "tags"
22111   sort:
22112   - "L2XCFWD"
22113   - "L2XCFWD"
22114   - "L2XCFWD"
22115   - "L2BDMACLRN"
22116   - "L2BDMACLRN"
22117   - "L2BDMACLRN"
22118   - "IP4FWD"
22119   layout:
22120     title: "memif-3n-hsw-x710-64b-base_and_features-pdr"
22121     layout: "plot-throughput-speedup-analysis"
22122
22123 # Speedup - VPP Container Memif 3n-hsw-xl710
22124 -
22125   type: "plot"
22126   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_features-ndr-tsa"
22127   algorithm: "plot_throughput_speedup_analysis"
22128   output-file-type: ".html"
22129   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_features-ndr-tsa"
22130   data: "plot-throughput-speedup-analysis-3n-hsw"
22131   filter: "'NIC_Intel-XL710' and
22132            '64B' and
22133            ('BASE' or 'SCALE') and
22134            'NDRPDR' and
22135            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
22136            not 'VHOST' and
22137            'MEMIF'"
22138   parameters:
22139   - "throughput"
22140   - "parent"
22141   - "tags"
22142   sort:
22143   - "L2XCFWD"
22144   - "L2XCFWD"
22145   - "L2XCFWD"
22146   - "L2BDMACLRN"
22147   - "L2BDMACLRN"
22148   - "L2BDMACLRN"
22149   - "IP4FWD"
22150   layout:
22151     title: "memif-3n-hsw-xl710-64b-base_and_features-ndr"
22152     layout: "plot-throughput-speedup-analysis"
22153
22154 -
22155   type: "plot"
22156   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_features-pdr-tsa"
22157   algorithm: "plot_throughput_speedup_analysis"
22158   output-file-type: ".html"
22159   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_features-pdr-tsa"
22160   data: "plot-throughput-speedup-analysis-3n-hsw"
22161   filter: "'NIC_Intel-XL710' and
22162            '64B' and
22163            ('BASE' or 'SCALE') and
22164            'NDRPDR' and
22165            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
22166            not 'VHOST' and
22167            'MEMIF'"
22168   parameters:
22169   - "throughput"
22170   - "parent"
22171   - "tags"
22172   sort:
22173   - "L2XCFWD"
22174   - "L2XCFWD"
22175   - "L2XCFWD"
22176   - "L2BDMACLRN"
22177   - "L2BDMACLRN"
22178   - "L2BDMACLRN"
22179   - "IP4FWD"
22180   layout:
22181     title: "memif-3n-hsw-xl710-64b-base_and_features-pdr"
22182     layout: "plot-throughput-speedup-analysis"
22183
22184 # Speedup - VPP Container Memif 3n-skx-x710
22185 -
22186   type: "plot"
22187   title: "Speedup: memif-3n-skx-x710-64b-base_and_features-ndr-tsa"
22188   algorithm: "plot_throughput_speedup_analysis"
22189   output-file-type: ".html"
22190   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_features-ndr-tsa"
22191   data: "plot-throughput-speedup-analysis-3n-skx"
22192   filter: "'NIC_Intel-X710' and
22193            '64B' and
22194            ('BASE' or 'SCALE') and
22195            'NDRPDR' and
22196            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
22197            not 'VHOST' and
22198            'MEMIF'"
22199   parameters:
22200   - "throughput"
22201   - "parent"
22202   - "tags"
22203   sort:
22204   - "L2XCFWD"
22205   - "L2XCFWD"
22206   - "L2XCFWD"
22207   - "L2BDMACLRN"
22208   - "L2BDMACLRN"
22209   - "L2BDMACLRN"
22210   - "IP4FWD"
22211   layout:
22212     title: "memif-3n-skx-x710-64b-base_and_features-ndr"
22213     layout: "plot-throughput-speedup-analysis"
22214
22215 -
22216   type: "plot"
22217   title: "Speedup: memif-3n-skx-x710-64b-base_and_features-pdr-tsa"
22218   algorithm: "plot_throughput_speedup_analysis"
22219   output-file-type: ".html"
22220   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_features-pdr-tsa"
22221   data: "plot-throughput-speedup-analysis-3n-skx"
22222   filter: "'NIC_Intel-X710' and
22223            '64B' and
22224            ('BASE' or 'SCALE') and
22225            'NDRPDR' and
22226            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
22227            not 'VHOST' and
22228            'MEMIF'"
22229   parameters:
22230   - "throughput"
22231   - "parent"
22232   - "tags"
22233   sort:
22234   - "L2XCFWD"
22235   - "L2XCFWD"
22236   - "L2XCFWD"
22237   - "L2BDMACLRN"
22238   - "L2BDMACLRN"
22239   - "L2BDMACLRN"
22240   - "IP4FWD"
22241   layout:
22242     title: "memif-3n-skx-x710-64b-base_and_features-pdr"
22243     layout: "plot-throughput-speedup-analysis"
22244
22245 # Speedup - VPP Container Memif 2n-skx-x710
22246 -
22247   type: "plot"
22248   title: "Speedup: memif-2n-skx-x710-64b-base_and_features-ndr-tsa"
22249   algorithm: "plot_throughput_speedup_analysis"
22250   output-file-type: ".html"
22251   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_features-ndr-tsa"
22252   data: "plot-throughput-speedup-analysis-2n-skx"
22253   filter: "'NIC_Intel-X710' and
22254            '64B' and
22255            ('BASE' or 'SCALE') and
22256            'NDRPDR' and
22257            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
22258            not 'VHOST' and
22259            not 'NF_DENSITY' and
22260            'MEMIF'"
22261   parameters:
22262   - "throughput"
22263   - "parent"
22264   - "tags"
22265   sort:
22266   - "L2XCFWD"
22267   - "L2XCFWD"
22268   - "L2XCFWD"
22269   - "L2BDMACLRN"
22270   - "L2BDMACLRN"
22271   - "L2BDMACLRN"
22272   - "IP4FWD"
22273   layout:
22274     title: "memif-2n-skx-x710-64b-base_and_features-ndr"
22275     layout: "plot-throughput-speedup-analysis"
22276
22277 -
22278   type: "plot"
22279   title: "Speedup: memif-2n-skx-x710-64b-base_and_features-pdr-tsa"
22280   algorithm: "plot_throughput_speedup_analysis"
22281   output-file-type: ".html"
22282   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_features-pdr-tsa"
22283   data: "plot-throughput-speedup-analysis-2n-skx"
22284   filter: "'NIC_Intel-X710' and
22285            '64B' and
22286            ('BASE' or 'SCALE') and
22287            'NDRPDR' and
22288            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
22289            not 'VHOST' and
22290            not 'NF_DENSITY' and
22291            'MEMIF'"
22292   parameters:
22293   - "throughput"
22294   - "parent"
22295   - "tags"
22296   sort:
22297   - "L2XCFWD"
22298   - "L2XCFWD"
22299   - "L2XCFWD"
22300   - "L2BDMACLRN"
22301   - "L2BDMACLRN"
22302   - "L2BDMACLRN"
22303   - "IP4FWD"
22304   layout:
22305     title: "memif-2n-skx-x710-64b-base_and_features-pdr"
22306     layout: "plot-throughput-speedup-analysis"
22307
22308 # Speedup - VPP Container Memif 2n-skx-xxv710
22309 -
22310   type: "plot"
22311   title: "Speedup: memif-2n-skx-xxv710-64b-base_and_features-ndr-tsa"
22312   algorithm: "plot_throughput_speedup_analysis"
22313   output-file-type: ".html"
22314   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_features-ndr-tsa"
22315   data: "plot-throughput-speedup-analysis-2n-skx"
22316   filter: "'NIC_Intel-XXV710' and
22317            '64B' and
22318            ('BASE' or 'SCALE') and
22319            'NDRPDR' and
22320            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
22321            not 'VHOST' and
22322            'MEMIF'"
22323   parameters:
22324   - "throughput"
22325   - "parent"
22326   - "tags"
22327   sort:
22328   - "L2XCFWD"
22329   - "L2XCFWD"
22330   - "L2XCFWD"
22331   - "L2BDMACLRN"
22332   - "L2BDMACLRN"
22333   - "L2BDMACLRN"
22334   - "IP4FWD"
22335   layout:
22336     title: "memif-2n-skx-xxv710-64b-base_and_features-ndr"
22337     layout: "plot-throughput-speedup-analysis"
22338
22339 -
22340   type: "plot"
22341   title: "Speedup: memif-2n-skx-xxv710-64b-base_and_features-pdr-tsa"
22342   algorithm: "plot_throughput_speedup_analysis"
22343   output-file-type: ".html"
22344   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_features-pdr-tsa"
22345   data: "plot-throughput-speedup-analysis-2n-skx"
22346   filter: "'NIC_Intel-XXV710' and
22347            '64B' and
22348            ('BASE' or 'SCALE') and
22349            'NDRPDR' and
22350            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
22351            not 'VHOST' and
22352            'MEMIF'"
22353   parameters:
22354   - "throughput"
22355   - "parent"
22356   - "tags"
22357   sort:
22358   - "L2XCFWD"
22359   - "L2XCFWD"
22360   - "L2XCFWD"
22361   - "L2BDMACLRN"
22362   - "L2BDMACLRN"
22363   - "L2BDMACLRN"
22364   - "IP4FWD"
22365   layout:
22366     title: "memif-2n-skx-xxv710-64b-base_and_features-pdr"
22367     layout: "plot-throughput-speedup-analysis"
22368
22369 ################################################################################
22370
22371 # Speedup - VPP Container k8s memif 3n-hsw-x520 - l2xc
22372 -
22373   type: "plot"
22374   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
22375   algorithm: "plot_throughput_speedup_analysis"
22376   output-file-type: ".html"
22377   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
22378   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
22379   filter: "'NIC_Intel-X520-DA2' and
22380            '64B' and
22381            ('BASE' or 'SCALE') and
22382            'NDRPDR' and
22383            'L2XCFWD' and
22384            not 'VHOST' and
22385            not 'NF_DENSITY' and
22386            'MEMIF'"
22387   parameters:
22388   - "throughput"
22389   - "parent"
22390   - "tags"
22391   sort:
22392   - "1VNF"
22393   - "2VNF"
22394   - "4VNF"
22395   - "2VNF"
22396   - "4VNF"
22397   layout:
22398     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2xc"
22399     layout: "plot-throughput-speedup-analysis"
22400
22401 -
22402   type: "plot"
22403   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
22404   algorithm: "plot_throughput_speedup_analysis"
22405   output-file-type: ".html"
22406   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
22407   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
22408   filter: "'NIC_Intel-X520-DA2' and
22409            '64B' and
22410            ('BASE' or 'SCALE') and
22411            'NDRPDR' and
22412            'L2XCFWD' and
22413            not 'VHOST' and
22414            not 'NF_DENSITY' and
22415            'MEMIF'"
22416   parameters:
22417   - "throughput"
22418   - "parent"
22419   - "tags"
22420   sort:
22421   - "1VNF"
22422   - "2VNF"
22423   - "4VNF"
22424   - "2VNF"
22425   - "4VNF"
22426   layout:
22427     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr"
22428     layout: "plot-throughput-speedup-analysis"
22429
22430 # Speedup - VPP Container k8s memif 3n-hsw-x520 - l2bd
22431 -
22432   type: "plot"
22433   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
22434   algorithm: "plot_throughput_speedup_analysis"
22435   output-file-type: ".html"
22436   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
22437   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
22438   filter: "'NIC_Intel-X520-DA2' and
22439            '64B' and
22440            ('BASE' or 'SCALE') and
22441            'NDRPDR' and
22442            ('L2BDMACSTAT' or 'L2BDMACLRN') and
22443            not 'VHOST' and
22444            not 'NF_DENSITY' and
22445            'MEMIF'"
22446   parameters:
22447   - "throughput"
22448   - "parent"
22449   - "tags"
22450   sort:
22451   - "1VNF"
22452   - "2VNF"
22453   - "4VNF"
22454   - "2VNF"
22455   - "4VNF"
22456   layout:
22457     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2bd"
22458     layout: "plot-throughput-speedup-analysis"
22459
22460 -
22461   type: "plot"
22462   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
22463   algorithm: "plot_throughput_speedup_analysis"
22464   output-file-type: ".html"
22465   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
22466   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
22467   filter: "'NIC_Intel-X520-DA2' and
22468            '64B' and
22469            ('BASE' or 'SCALE') and
22470            'NDRPDR' and
22471            ('L2BDMACSTAT' or 'L2BDMACLRN') and
22472            not 'VHOST' and
22473            not 'NF_DENSITY' and
22474            'MEMIF'"
22475   parameters:
22476   - "throughput"
22477   - "parent"
22478   - "tags"
22479   sort:
22480   - "1VNF"
22481   - "2VNF"
22482   - "4VNF"
22483   - "2VNF"
22484   - "4VNF"
22485   layout:
22486     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr"
22487     layout: "plot-throughput-speedup-analysis"
22488
22489 # Speedup - VPP Container Memif 3n-hsw-x710 - l2xc
22490 -
22491   type: "plot"
22492   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
22493   algorithm: "plot_throughput_speedup_analysis"
22494   output-file-type: ".html"
22495   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
22496   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
22497   filter: "'NIC_Intel-X710' and
22498            '64B' and
22499            ('BASE' or 'SCALE') and
22500            'NDRPDR' and
22501            'L2XCFWD' and
22502            not 'VHOST' and
22503            not 'NF_DENSITY' and
22504            'MEMIF'"
22505   parameters:
22506   - "throughput"
22507   - "parent"
22508   - "tags"
22509   sort:
22510   - "1VNF"
22511   - "2VNF"
22512   - "4VNF"
22513   - "2VNF"
22514   - "4VNF"
22515   layout:
22516     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr"
22517     layout: "plot-throughput-speedup-analysis"
22518
22519 -
22520   type: "plot"
22521   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
22522   algorithm: "plot_throughput_speedup_analysis"
22523   output-file-type: ".html"
22524   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
22525   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
22526   filter: "'NIC_Intel-X710' and
22527            '64B' and
22528            ('BASE' or 'SCALE') and
22529            'NDRPDR' and
22530            'L2XCFWD' and
22531            not 'VHOST' and
22532            not 'NF_DENSITY' and
22533            'MEMIF'"
22534   parameters:
22535   - "throughput"
22536   - "parent"
22537   - "tags"
22538   sort:
22539   - "1VNF"
22540   - "2VNF"
22541   - "4VNF"
22542   - "2VNF"
22543   - "4VNF"
22544   layout:
22545     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr"
22546     layout: "plot-throughput-speedup-analysis"
22547
22548 # Speedup - VPP Container Memif 3n-hsw-x710 - l2bd
22549 -
22550   type: "plot"
22551   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
22552   algorithm: "plot_throughput_speedup_analysis"
22553   output-file-type: ".html"
22554   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
22555   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
22556   filter: "'NIC_Intel-X710' and
22557            '64B' and
22558            ('BASE' or 'SCALE') and
22559            'NDRPDR' and
22560            ('L2BDMACSTAT' or 'L2BDMACLRN') and
22561            not 'VHOST' and
22562            not 'NF_DENSITY' and
22563            'MEMIF'"
22564   parameters:
22565   - "throughput"
22566   - "parent"
22567   - "tags"
22568   sort:
22569   - "1VNF"
22570   - "2VNF"
22571   - "4VNF"
22572   - "2VNF"
22573   - "4VNF"
22574   layout:
22575     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr"
22576     layout: "plot-throughput-speedup-analysis"
22577
22578 -
22579   type: "plot"
22580   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
22581   algorithm: "plot_throughput_speedup_analysis"
22582   output-file-type: ".html"
22583   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
22584   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
22585   filter: "'NIC_Intel-X710' and
22586            '64B' and
22587            ('BASE' or 'SCALE') and
22588            'NDRPDR' and
22589            ('L2BDMACSTAT' or 'L2BDMACLRN') and
22590            not 'VHOST' and
22591            not 'NF_DENSITY' and
22592            'MEMIF'"
22593   parameters:
22594   - "throughput"
22595   - "parent"
22596   - "tags"
22597   sort:
22598   - "1VNF"
22599   - "2VNF"
22600   - "4VNF"
22601   - "2VNF"
22602   - "4VNF"
22603   layout:
22604     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr"
22605     layout: "plot-throughput-speedup-analysis"
22606
22607 ################################################################################
22608
22609 # Speedup - VPP IPv4 3n-hsw-x520 base and scale
22610 -
22611   type: "plot"
22612   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
22613   algorithm: "plot_throughput_speedup_analysis"
22614   output-file-type: ".html"
22615   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
22616   data: "plot-throughput-speedup-analysis-3n-hsw"
22617   filter: "'NIC_Intel-X520-DA2' and
22618            '64B' and
22619            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
22620            'NDRPDR' and
22621            'IP4FWD' and
22622            not 'IPSEC' and
22623            not 'DOT1Q' and
22624            not 'VHOST'"
22625   parameters:
22626   - "throughput"
22627   - "parent"
22628   - "tags"
22629   sort:
22630   - "DOT1Q"
22631   - "IP4BASE"
22632   - "FIB_20k"
22633   - "FIB_200k"
22634   - "FIB_2M"
22635   layout:
22636     title: "ip4-3n-hsw-x520-64b-base_and_scale-ndr"
22637     layout: "plot-throughput-speedup-analysis"
22638
22639 -
22640   type: "plot"
22641   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
22642   algorithm: "plot_throughput_speedup_analysis"
22643   output-file-type: ".html"
22644   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
22645   data: "plot-throughput-speedup-analysis-3n-hsw"
22646   filter: "'NIC_Intel-X520-DA2' and
22647            '64B' and
22648            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
22649            'NDRPDR' and
22650            'IP4FWD' and
22651            not 'IPSEC' and
22652            not 'DOT1Q' and
22653            not 'VHOST'"
22654   parameters:
22655   - "throughput"
22656   - "parent"
22657   - "tags"
22658   sort:
22659   - "DOT1Q"
22660   - "IP4BASE"
22661   - "FIB_20k"
22662   - "FIB_200k"
22663   - "FIB_2M"
22664   layout:
22665     title: "ip4-3n-hsw-x520-64b-base_and_scale-pdr"
22666     layout: "plot-throughput-speedup-analysis"
22667
22668 # Speedup - VPP IPv4 3n-hsw-x520 features
22669 -
22670   type: "plot"
22671   title: "Speedup: ip4-3n-hsw-x520-64b-features-ndr-tsa"
22672   algorithm: "plot_throughput_speedup_analysis"
22673   output-file-type: ".html"
22674   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-ndr-tsa"
22675   data: "plot-throughput-speedup-analysis-3n-hsw"
22676   filter: "'NIC_Intel-X520-DA2' and
22677            '64B' and
22678            ('IP4BASE' or
22679             'POLICE_MARK' or
22680             'COPWHLIST' or
22681             ('NAT44' and 'BASE') or
22682             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
22683            'NDRPDR' and
22684            'IP4FWD' and
22685            not 'IPSEC' and
22686            not 'VHOST'"
22687   parameters:
22688   - "throughput"
22689   - "parent"
22690   - "tags"
22691   sort:
22692   - "DOT1Q"
22693   - "IP4BASE"
22694   - "NAT44"
22695   - "POLICE_MARK"
22696   - "COPWHLIST"
22697   - "IACL"
22698   - "OACL"
22699   layout:
22700     title: "ip4-3n-hsw-x520-64b-features-ndr"
22701     layout: "plot-throughput-speedup-analysis"
22702
22703 -
22704   type: "plot"
22705   title: "Speedup: ip4-3n-hsw-x520-64b-features-pdr-tsa"
22706   algorithm: "plot_throughput_speedup_analysis"
22707   output-file-type: ".html"
22708   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-pdr-tsa"
22709   data: "plot-throughput-speedup-analysis-3n-hsw"
22710   filter: "'NIC_Intel-X520-DA2' and
22711            '64B' and
22712            ('IP4BASE' or
22713             'POLICE_MARK' or
22714             'COPWHLIST' or
22715             ('NAT44' and 'BASE') or
22716             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
22717            'NDRPDR' and
22718            'IP4FWD' and
22719            not 'IPSEC' and
22720            not 'VHOST'"
22721   parameters:
22722   - "throughput"
22723   - "parent"
22724   - "tags"
22725   sort:
22726   - "DOT1Q"
22727   - "IP4BASE"
22728   - "NAT44"
22729   - "POLICE_MARK"
22730   - "COPWHLIST"
22731   - "IACL"
22732   - "OACL"
22733   layout:
22734     title: "ip4-3n-hsw-x520-64b-features-pdr"
22735     layout: "plot-throughput-speedup-analysis"
22736
22737 # Speedup - VPP IPv4 3n-hsw-x520 features nat44
22738 -
22739   type: "plot"
22740   title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
22741   algorithm: "plot_throughput_speedup_analysis"
22742   output-file-type: ".html"
22743   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
22744   data: "plot-throughput-speedup-analysis-3n-hsw"
22745   filter: "'NIC_Intel-X520-DA2' and
22746            '64B' and
22747            'NDRPDR' and
22748            'IP4FWD' and
22749            ('NAT44' or 'IP4BASE') and
22750            not 'DOT1Q' and
22751            not 'IPSEC' and
22752            not 'VHOST'"
22753   parameters:
22754   - "throughput"
22755   - "parent"
22756   - "tags"
22757   sort:
22758   - "IP4BASE"
22759   - "BASE"
22760   - "SRC_USER_10"
22761   - "SRC_USER_100"
22762   - "SRC_USER_1000"
22763   - "SRC_USER_2000"
22764   layout:
22765     title: "ip4-3n-hsw-x520-64b-features-nat44-ndr"
22766     layout: "plot-throughput-speedup-analysis"
22767
22768 -
22769   type: "plot"
22770   title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
22771   algorithm: "plot_throughput_speedup_analysis"
22772   output-file-type: ".html"
22773   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
22774   data: "plot-throughput-speedup-analysis-3n-hsw"
22775   filter: "'NIC_Intel-X520-DA2' and
22776            '64B' and
22777            'NDRPDR' and
22778            'IP4FWD' and
22779            ('NAT44' or 'IP4BASE') and
22780            not 'DOT1Q' and
22781            not 'IPSEC' and
22782            not 'VHOST'"
22783   parameters:
22784   - "throughput"
22785   - "parent"
22786   - "tags"
22787   sort:
22788   - "IP4BASE"
22789   - "BASE"
22790   - "SRC_USER_10"
22791   - "SRC_USER_100"
22792   - "SRC_USER_1000"
22793   - "SRC_USER_2000"
22794   layout:
22795     title: "ip4-3n-hsw-x520-64b-features-nat44-pdr"
22796     layout: "plot-throughput-speedup-analysis"
22797
22798 # Speedup - VPP IPv4 3n-hsw-x520 features iacl
22799 -
22800   type: "plot"
22801   title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
22802   algorithm: "plot_throughput_speedup_analysis"
22803   output-file-type: ".html"
22804   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
22805   data: "plot-throughput-speedup-analysis-3n-hsw"
22806   filter: "'NIC_Intel-X520-DA2' and
22807            '64B' and
22808            'NDRPDR' and
22809            'IP4FWD' and
22810            ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
22811            not 'IPSEC' and
22812            not 'DOT1Q' and
22813            not 'VHOST'"
22814   parameters:
22815   - "throughput"
22816   - "parent"
22817   - "tags"
22818   sort:
22819   - "IP4BASE"
22820   - "ACL_STATELESS"
22821   - "ACL_STATEFUL"
22822   - "ACL_STATELESS"
22823   - "ACL_STATEFUL"
22824   layout:
22825     title: "ip4-3n-hsw-x520-64b-features-iacl-ndr"
22826     layout: "plot-throughput-speedup-analysis"
22827
22828 -
22829   type: "plot"
22830   title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
22831   algorithm: "plot_throughput_speedup_analysis"
22832   output-file-type: ".html"
22833   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
22834   data: "plot-throughput-speedup-analysis-3n-hsw"
22835   filter: "'NIC_Intel-X520-DA2' and
22836            '64B' and
22837            'NDRPDR' and
22838            'IP4FWD' and
22839            ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
22840            not 'IPSEC' and
22841            not 'DOT1Q' and
22842            not 'VHOST'"
22843   parameters:
22844   - "throughput"
22845   - "parent"
22846   - "tags"
22847   sort:
22848   - "IP4BASE"
22849   - "ACL_STATELESS"
22850   - "ACL_STATEFUL"
22851   - "ACL_STATELESS"
22852   - "ACL_STATEFUL"
22853   layout:
22854     title: "ip4-3n-hsw-x520-64b-features-iacl-pdr"
22855     layout: "plot-throughput-speedup-analysis"
22856
22857 # Speedup - VPP IPv4 3n-hsw-x520 features oacl
22858 -
22859   type: "plot"
22860   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
22861   algorithm: "plot_throughput_speedup_analysis"
22862   output-file-type: ".html"
22863   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
22864   data: "plot-throughput-speedup-analysis-3n-hsw"
22865   filter: "'NIC_Intel-X520-DA2' and
22866            '64B' and
22867            'NDRPDR' and
22868            'IP4FWD' and
22869            ('OACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
22870            not 'IPSEC' and
22871            not 'DOT1Q' and
22872            not 'VHOST'"
22873   parameters:
22874   - "throughput"
22875   - "parent"
22876   - "tags"
22877   sort:
22878   - "IP4BASE"
22879   - "ACL_STATELESS"
22880   - "ACL_STATEFUL"
22881   - "ACL_STATELESS"
22882   - "ACL_STATEFUL"
22883   layout:
22884     title: "ip4-3n-hsw-x520-64b-features-oacl-ndr"
22885     layout: "plot-throughput-speedup-analysis"
22886
22887 -
22888   type: "plot"
22889   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
22890   algorithm: "plot_throughput_speedup_analysis"
22891   output-file-type: ".html"
22892   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
22893   data: "plot-throughput-speedup-analysis-3n-hsw"
22894   filter: "'NIC_Intel-X520-DA2' and
22895            '64B' and
22896            'NDRPDR' and
22897            'IP4FWD' and
22898            ('OACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
22899            not 'IPSEC' and
22900            not 'DOT1Q' and
22901            not 'VHOST'"
22902   parameters:
22903   - "throughput"
22904   - "parent"
22905   - "tags"
22906   sort:
22907   - "IP4BASE"
22908   - "ACL_STATELESS"
22909   - "ACL_STATEFUL"
22910   - "ACL_STATELESS"
22911   - "ACL_STATEFUL"
22912   layout:
22913     title: "ip4-3n-hsw-x520-64b-features-oacl-pdr"
22914     layout: "plot-throughput-speedup-analysis"
22915
22916 # Speedup - VPP IPv4 3n-hsw-x710 base and scale
22917 -
22918   type: "plot"
22919   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
22920   algorithm: "plot_throughput_speedup_analysis"
22921   output-file-type: ".html"
22922   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
22923   data: "plot-throughput-speedup-analysis-3n-hsw"
22924   filter: "'NIC_Intel-X710' and
22925            '64B' and
22926            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22927            'NDRPDR' and
22928            'IP4FWD' and
22929            not 'IPSEC' and
22930            not 'DOT1Q' and
22931            not 'VHOST'"
22932   parameters:
22933   - "throughput"
22934   - "parent"
22935   - "tags"
22936   sort:
22937   - "IP4BASE"
22938   - "FIB_20K"
22939   - "FIB_200K"
22940   - "FIB_2M"
22941   layout:
22942     title: "ip4-3n-hsw-x710-64b-base_and_scale-ndr"
22943     layout: "plot-throughput-speedup-analysis"
22944
22945 -
22946   type: "plot"
22947   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
22948   algorithm: "plot_throughput_speedup_analysis"
22949   output-file-type: ".html"
22950   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
22951   data: "plot-throughput-speedup-analysis-3n-hsw"
22952   filter: "'NIC_Intel-X710' and
22953            '64B' and
22954            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22955            'NDRPDR' and
22956            'IP4FWD' and
22957            not 'IPSEC' and
22958            not 'DOT1Q' and
22959            not 'VHOST'"
22960   parameters:
22961   - "throughput"
22962   - "parent"
22963   - "tags"
22964   sort:
22965   - "IP4BASE"
22966   - "FIB_20K"
22967   - "FIB_200K"
22968   - "FIB_2M"
22969   layout:
22970     title: "ip4-3n-hsw-x710-64b-base_and_scale-pdr"
22971     layout: "plot-throughput-speedup-analysis"
22972
22973 # Speedup - VPP IPv4 3n-hsw-x710 features
22974 -
22975   type: "plot"
22976   title: "Speedup: ip4-3n-hsw-x710-64b-features-ndr-tsa"
22977   algorithm: "plot_throughput_speedup_analysis"
22978   output-file-type: ".html"
22979   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-ndr-tsa"
22980   data: "plot-throughput-speedup-analysis-3n-hsw"
22981   filter: "'NIC_Intel-X710' and
22982            '64B' and
22983            ('IP4BASE' or
22984             'POLICE_MARK' or
22985             'COPWHLIST' or
22986             ('NAT44' and 'BASE') or
22987             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
22988            'NDRPDR' and
22989            'IP4FWD' and
22990            not 'IPSEC' and
22991            not 'VHOST'"
22992   parameters:
22993   - "throughput"
22994   - "parent"
22995   - "tags"
22996   sort:
22997   - "DOT1Q"
22998   - "IP4BASE"
22999   - "NAT44"
23000   - "POLICE_MARK"
23001   - "COPWHLIST"
23002   - "IACL"
23003   - "OACL"
23004   layout:
23005     title: "ip4-3n-hsw-x710-64b-features-ndr"
23006     layout: "plot-throughput-speedup-analysis"
23007
23008 -
23009   type: "plot"
23010   title: "Speedup: ip4-3n-hsw-x710-64b-features-pdr-tsa"
23011   algorithm: "plot_throughput_speedup_analysis"
23012   output-file-type: ".html"
23013   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-pdr-tsa"
23014   data: "plot-throughput-speedup-analysis-3n-hsw"
23015   filter: "'NIC_Intel-X710' and
23016            '64B' and
23017            ('IP4BASE' or
23018             'POLICE_MARK' or
23019             'COPWHLIST' or
23020             ('NAT44' and 'BASE') or
23021             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
23022            'NDRPDR' and
23023            'IP4FWD' and
23024            not 'IPSEC' and
23025            not 'VHOST'"
23026   parameters:
23027   - "throughput"
23028   - "parent"
23029   - "tags"
23030   sort:
23031   - "DOT1Q"
23032   - "IP4BASE"
23033   - "NAT44"
23034   - "POLICE_MARK"
23035   - "COPWHLIST"
23036   - "IACL"
23037   - "OACL"
23038   layout:
23039     title: "ip4-3n-hsw-x710-64b-features-pdr"
23040     layout: "plot-throughput-speedup-analysis"
23041
23042 # Speedup - VPP IPv4 3n-hsw-x710 features nat44
23043 -
23044   type: "plot"
23045   title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
23046   algorithm: "plot_throughput_speedup_analysis"
23047   output-file-type: ".html"
23048   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
23049   data: "plot-throughput-speedup-analysis-3n-hsw"
23050   filter: "'NIC_Intel-X710' and
23051            '64B' and
23052            'NDRPDR' and
23053            'IP4FWD' and
23054            ('NAT44' or 'IP4BASE') and
23055            not 'IPSEC' and
23056            not 'VHOST'"
23057   parameters:
23058   - "throughput"
23059   - "parent"
23060   - "tags"
23061   sort:
23062   - "IP4BASE"
23063   - "BASE"
23064   - "SRC_USER_10"
23065   - "SRC_USER_100"
23066   - "SRC_USER_1000"
23067   - "SRC_USER_2000"
23068   layout:
23069     title: "ip4-3n-hsw-x710-64b-features-nat44-ndr"
23070     layout: "plot-throughput-speedup-analysis"
23071
23072 -
23073   type: "plot"
23074   title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
23075   algorithm: "plot_throughput_speedup_analysis"
23076   output-file-type: ".html"
23077   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
23078   data: "plot-throughput-speedup-analysis-3n-hsw"
23079   filter: "'NIC_Intel-X710' and
23080            '64B' and
23081            'NDRPDR' and
23082            'IP4FWD' and
23083            ('NAT44' or 'IP4BASE') and
23084            not 'IPSEC' and
23085            not 'VHOST'"
23086   parameters:
23087   - "throughput"
23088   - "parent"
23089   - "tags"
23090   sort:
23091   - "IP4BASE"
23092   - "BASE"
23093   - "SRC_USER_10"
23094   - "SRC_USER_100"
23095   - "SRC_USER_1000"
23096   - "SRC_USER_2000"
23097   layout:
23098     title: "ip4-3n-hsw-x710-64b-features-nat44-pdr"
23099     layout: "plot-throughput-speedup-analysis"
23100
23101 # Speedup - VPP IPv4 3n-hsw-x710 features iacl
23102 -
23103   type: "plot"
23104   title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
23105   algorithm: "plot_throughput_speedup_analysis"
23106   output-file-type: ".html"
23107   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
23108   data: "plot-throughput-speedup-analysis-3n-hsw"
23109   filter: "'NIC_Intel-X710' and
23110            '64B' and
23111            'NDRPDR' and
23112            'IP4FWD' and
23113            ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
23114            not 'IPSEC' and
23115            not 'VHOST'"
23116   parameters:
23117   - "throughput"
23118   - "parent"
23119   - "tags"
23120   sort:
23121   - "IP4BASE"
23122   - "ACL_STATELESS"
23123   - "ACL_STATEFUL"
23124   - "ACL_STATELESS"
23125   - "ACL_STATEFUL"
23126   layout:
23127     title: "ip4-3n-hsw-x710-64b-features-iacl-ndr"
23128     layout: "plot-throughput-speedup-analysis"
23129
23130 -
23131   type: "plot"
23132   title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
23133   algorithm: "plot_throughput_speedup_analysis"
23134   output-file-type: ".html"
23135   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
23136   data: "plot-throughput-speedup-analysis-3n-hsw"
23137   filter: "'NIC_Intel-X710' and
23138            '64B' and
23139            'NDRPDR' and
23140            'IP4FWD' and
23141            ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
23142            not 'IPSEC' and
23143            not 'VHOST'"
23144   parameters:
23145   - "throughput"
23146   - "parent"
23147   - "tags"
23148   sort:
23149   - "IP4BASE"
23150   - "ACL_STATELESS"
23151   - "ACL_STATEFUL"
23152   - "ACL_STATELESS"
23153   - "ACL_STATEFUL"
23154   layout:
23155     title: "ip4-3n-hsw-x710-64b-features-iacl-pdr"
23156     layout: "plot-throughput-speedup-analysis"
23157
23158 # Speedup - VPP IPv4 3n-hsw-xl710 base and scale
23159 -
23160   type: "plot"
23161   title: "Speedup: ip4-3n-hsw-xl710-64b-base-ndr-tsa"
23162   algorithm: "plot_throughput_speedup_analysis"
23163   output-file-type: ".html"
23164   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base-ndr-tsa"
23165   data: "plot-throughput-speedup-analysis-3n-hsw"
23166   filter: "'NIC_Intel-XL710' and
23167            '64B' and
23168            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23169            'NDRPDR' and
23170            'IP4FWD' and
23171            not 'IPSEC' and
23172            not 'VHOST'"
23173   parameters:
23174   - "throughput"
23175   - "parent"
23176   - "tags"
23177   sort:
23178   - "IP4BASE"
23179   - "FIB_20K"
23180   - "FIB_200K"
23181   - "FIB_2M"
23182   layout:
23183     title: "ip4-3n-hsw-xl710-64b-base-ndr"
23184     layout: "plot-throughput-speedup-analysis"
23185
23186 -
23187   type: "plot"
23188   title: "Speedup: ip4-3n-hsw-xl710-64b-base-pdr-tsa"
23189   algorithm: "plot_throughput_speedup_analysis"
23190   output-file-type: ".html"
23191   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base-pdr-tsa"
23192   data: "plot-throughput-speedup-analysis-3n-hsw"
23193   filter: "'NIC_Intel-XL710' and
23194            '64B' and
23195            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23196            'NDRPDR' and
23197            'IP4FWD' and
23198            not 'IPSEC' and
23199            not 'VHOST'"
23200   parameters:
23201   - "throughput"
23202   - "parent"
23203   - "tags"
23204   sort:
23205   - "IP4BASE"
23206   - "FIB_20K"
23207   - "FIB_200K"
23208   - "FIB_2M"
23209   layout:
23210     title: "ip4-3n-hsw-xl710-64b-base-pdr"
23211     layout: "plot-throughput-speedup-analysis"
23212
23213 # Speedup - VPP IPv4 3n-skx-x710 base and scale
23214 -
23215   type: "plot"
23216   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
23217   algorithm: "plot_throughput_speedup_analysis"
23218   output-file-type: ".html"
23219   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
23220   data: "plot-throughput-speedup-analysis-3n-skx"
23221   filter: "'NIC_Intel-X710' and
23222            '64B' and
23223            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23224            'NDRPDR' and
23225            'IP4FWD' and
23226            not 'IPSEC' and
23227            not 'DOT1Q' and
23228            not 'VHOST'"
23229   parameters:
23230   - "throughput"
23231   - "parent"
23232   - "tags"
23233   sort:
23234   - "IP4BASE"
23235   - "FIB_20K"
23236   - "FIB_200K"
23237   - "FIB_2M"
23238   layout:
23239     title: "ip4-3n-skx-x710-64b-base_and_scale-ndr"
23240     layout: "plot-throughput-speedup-analysis"
23241
23242 -
23243   type: "plot"
23244   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
23245   algorithm: "plot_throughput_speedup_analysis"
23246   output-file-type: ".html"
23247   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
23248   data: "plot-throughput-speedup-analysis-3n-skx"
23249   filter: "'NIC_Intel-X710' and
23250            '64B' and
23251            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23252            'NDRPDR' and
23253            'IP4FWD' and
23254            not 'IPSEC' and
23255            not 'DOT1Q' and
23256            not 'VHOST'"
23257   parameters:
23258   - "throughput"
23259   - "parent"
23260   - "tags"
23261   sort:
23262   - "IP4BASE"
23263   - "FIB_20K"
23264   - "FIB_200K"
23265   - "FIB_2M"
23266   layout:
23267     title: "ip4-3n-skx-x710-64b-base_and_scale-pdr"
23268     layout: "plot-throughput-speedup-analysis"
23269
23270 # Speedup - VPP IPv4 3n-skx-x710 features
23271 -
23272   type: "plot"
23273   title: "Speedup: ip4-3n-skx-x710-64b-features-ndr-tsa"
23274   algorithm: "plot_throughput_speedup_analysis"
23275   output-file-type: ".html"
23276   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-ndr-tsa"
23277   data: "plot-throughput-speedup-analysis-3n-skx"
23278   filter: "'NIC_Intel-X710' and
23279            '64B' and
23280            ('IP4BASE' or
23281             'POLICE_MARK' or
23282             'COPWHLIST' or
23283             ('NAT44' and 'BASE') or
23284             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
23285            'NDRPDR' and
23286            'IP4FWD' and
23287            not 'IPSEC' and
23288            not 'VHOST'"
23289   parameters:
23290   - "throughput"
23291   - "parent"
23292   - "tags"
23293   sort:
23294   - "DOT1Q"
23295   - "IP4BASE"
23296   - "NAT44"
23297   - "POLICE_MARK"
23298   - "COPWHLIST"
23299   - "IACL"
23300   - "OACL"
23301   layout:
23302     title: "ip4-3n-skx-x710-64b-features-ndr"
23303     layout: "plot-throughput-speedup-analysis"
23304
23305 -
23306   type: "plot"
23307   title: "Speedup: ip4-3n-skx-x710-64b-features-pdr-tsa"
23308   algorithm: "plot_throughput_speedup_analysis"
23309   output-file-type: ".html"
23310   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-pdr-tsa"
23311   data: "plot-throughput-speedup-analysis-3n-skx"
23312   filter: "'NIC_Intel-X710' and
23313            '64B' and
23314            ('IP4BASE' or
23315             'POLICE_MARK' or
23316             'COPWHLIST' or
23317             ('NAT44' and 'BASE') or
23318             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
23319            'NDRPDR' and
23320            'IP4FWD' and
23321            not 'IPSEC' and
23322            not 'VHOST'"
23323   parameters:
23324   - "throughput"
23325   - "parent"
23326   - "tags"
23327   sort:
23328   - "DOT1Q"
23329   - "IP4BASE"
23330   - "NAT44"
23331   - "POLICE_MARK"
23332   - "COPWHLIST"
23333   - "IACL"
23334   - "OACL"
23335   layout:
23336     title: "ip4-3n-skx-x710-64b-features-pdr"
23337     layout: "plot-throughput-speedup-analysis"
23338
23339 # Speedup - VPP IPv4 3n-skx-x710 features nat44
23340 -
23341   type: "plot"
23342   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
23343   algorithm: "plot_throughput_speedup_analysis"
23344   output-file-type: ".html"
23345   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
23346   data: "plot-throughput-speedup-analysis-3n-skx"
23347   filter: "'NIC_Intel-X710' and
23348            '64B' and
23349            'NDRPDR' and
23350            'IP4FWD' and
23351            ('NAT44' or 'IP4BASE') and
23352            not 'IPSEC' and
23353            not 'VHOST'"
23354   parameters:
23355   - "throughput"
23356   - "parent"
23357   - "tags"
23358   sort:
23359   - "IP4BASE"
23360   - "BASE"
23361   - "SRC_USER_10"
23362   - "SRC_USER_100"
23363   - "SRC_USER_1000"
23364   - "SRC_USER_2000"
23365   layout:
23366     title: "ip4-3n-skx-x710-64b-features-nat44-ndr"
23367     layout: "plot-throughput-speedup-analysis"
23368
23369 -
23370   type: "plot"
23371   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
23372   algorithm: "plot_throughput_speedup_analysis"
23373   output-file-type: ".html"
23374   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
23375   data: "plot-throughput-speedup-analysis-3n-skx"
23376   filter: "'NIC_Intel-X710' and
23377            '64B' and
23378            'NDRPDR' and
23379            'IP4FWD' and
23380            ('NAT44' or 'IP4BASE') and
23381            not 'IPSEC' and
23382            not 'VHOST'"
23383   parameters:
23384   - "throughput"
23385   - "parent"
23386   - "tags"
23387   sort:
23388   - "IP4BASE"
23389   - "BASE"
23390   - "SRC_USER_10"
23391   - "SRC_USER_100"
23392   - "SRC_USER_1000"
23393   - "SRC_USER_2000"
23394   layout:
23395     title: "ip4-3n-skx-x710-64b-features-nat44-pdr"
23396     layout: "plot-throughput-speedup-analysis"
23397
23398 # Speedup - VPP IPv4 3n-skx-x710 features iacl
23399 -
23400   type: "plot"
23401   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
23402   algorithm: "plot_throughput_speedup_analysis"
23403   output-file-type: ".html"
23404   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
23405   data: "plot-throughput-speedup-analysis-3n-skx"
23406   filter: "'NIC_Intel-X710' and
23407            '64B' and
23408            'NDRPDR' and
23409            'IP4FWD' and
23410            ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
23411            not 'IPSEC' and
23412            not 'VHOST'"
23413   parameters:
23414   - "throughput"
23415   - "parent"
23416   - "tags"
23417   sort:
23418   - "IP4BASE"
23419   - "ACL_STATELESS"
23420   - "ACL_STATEFUL"
23421   - "ACL_STATELESS"
23422   - "ACL_STATEFUL"
23423   layout:
23424     title: "ip4-3n-skx-x710-64b-features-iacl-ndr"
23425     layout: "plot-throughput-speedup-analysis"
23426
23427 -
23428   type: "plot"
23429   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
23430   algorithm: "plot_throughput_speedup_analysis"
23431   output-file-type: ".html"
23432   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
23433   data: "plot-throughput-speedup-analysis-3n-skx"
23434   filter: "'NIC_Intel-X710' and
23435            '64B' and
23436            'NDRPDR' and
23437            'IP4FWD' and
23438            ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
23439            not 'IPSEC' and
23440            not 'VHOST'"
23441   parameters:
23442   - "throughput"
23443   - "parent"
23444   - "tags"
23445   sort:
23446   - "IP4BASE"
23447   - "ACL_STATELESS"
23448   - "ACL_STATEFUL"
23449   - "ACL_STATELESS"
23450   - "ACL_STATEFUL"
23451   layout:
23452     title: "ip4-3n-skx-x710-64b-features-iacl-pdr"
23453     layout: "plot-throughput-speedup-analysis"
23454
23455 # Speedup - VPP IPv4 3n-skx-x710 features oacl
23456 -
23457   type: "plot"
23458   title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
23459   algorithm: "plot_throughput_speedup_analysis"
23460   output-file-type: ".html"
23461   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
23462   data: "plot-throughput-speedup-analysis-3n-skx"
23463   filter: "'NIC_Intel-X710' and
23464            '64B' and
23465            'NDRPDR' and
23466            'IP4FWD' and
23467            'OACL' and
23468            ('ACL10' or 'ACL50') and '10k_FLOWS' and
23469            not 'IPSEC' and
23470            not 'VHOST'"
23471   parameters:
23472   - "throughput"
23473   - "parent"
23474   - "tags"
23475   sort:
23476   - "ACL_STATELESS"
23477   - "ACL_STATEFUL"
23478   - "ACL_STATELESS"
23479   - "ACL_STATEFUL"
23480   layout:
23481     title: "ip4-3n-skx-x710-64b-features-oacl-ndr"
23482     layout: "plot-throughput-speedup-analysis"
23483
23484 -
23485   type: "plot"
23486   title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
23487   algorithm: "plot_throughput_speedup_analysis"
23488   output-file-type: ".html"
23489   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
23490   data: "plot-throughput-speedup-analysis-3n-skx"
23491   filter: "'NIC_Intel-X710' and
23492            '64B' and
23493            'NDRPDR' and
23494            'IP4FWD' and
23495            'OACL' and
23496            ('ACL10' or 'ACL50') and '10k_FLOWS' and
23497            not 'IPSEC' and
23498            not 'VHOST'"
23499   parameters:
23500   - "throughput"
23501   - "parent"
23502   - "tags"
23503   sort:
23504   - "ACL_STATELESS"
23505   - "ACL_STATEFUL"
23506   - "ACL_STATELESS"
23507   - "ACL_STATEFUL"
23508   layout:
23509     title: "ip4-3n-skx-x710-64b-features-oacl-pdr"
23510     layout: "plot-throughput-speedup-analysis"
23511
23512 # Speedup - VPP IPv4 2n-skx-x710 base and scale
23513 -
23514   type: "plot"
23515   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
23516   algorithm: "plot_throughput_speedup_analysis"
23517   output-file-type: ".html"
23518   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
23519   data: "plot-throughput-speedup-analysis-2n-skx"
23520   filter: "'NIC_Intel-X710' and
23521            '64B' and
23522            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
23523            'NDRPDR' and
23524            'IP4FWD' and
23525            not 'IPSEC' and
23526            not 'DOT1Q' and
23527            not 'VHOST'"
23528   parameters:
23529   - "throughput"
23530   - "parent"
23531   - "tags"
23532   sort:
23533   - "IP4BASE"
23534   - "FIB_20k"
23535   - "FIB_200k"
23536   - "FIB_2M"
23537   layout:
23538     title: "ip4-2n-skx-x710-64b-base_and_scale-ndr"
23539     layout: "plot-throughput-speedup-analysis"
23540
23541 -
23542   type: "plot"
23543   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
23544   algorithm: "plot_throughput_speedup_analysis"
23545   output-file-type: ".html"
23546   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
23547   data: "plot-throughput-speedup-analysis-2n-skx"
23548   filter: "'NIC_Intel-X710' and
23549            '64B' and
23550            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
23551            'NDRPDR' and
23552            'IP4FWD' and
23553            not 'IPSEC' and
23554            not 'DOT1Q' and
23555            not 'VHOST'"
23556   parameters:
23557   - "throughput"
23558   - "parent"
23559   - "tags"
23560   sort:
23561   - "IP4BASE"
23562   - "FIB_20k"
23563   - "FIB_200k"
23564   - "FIB_2M"
23565   layout:
23566     title: "ip4-2n-skx-x710-64b-base_and_scale-pdr"
23567     layout: "plot-throughput-speedup-analysis"
23568
23569 # Speedup - VPP IPv4 2n-skx-xxv710 base and scale
23570 -
23571   type: "plot"
23572   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
23573   algorithm: "plot_throughput_speedup_analysis"
23574   output-file-type: ".html"
23575   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
23576   data: "plot-throughput-speedup-analysis-2n-skx"
23577   filter: "'NIC_Intel-XXV710' and
23578            '64B' and
23579            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
23580            'NDRPDR' and
23581            'IP4FWD' and
23582            not 'IPSEC' and
23583            not 'DOT1Q' and
23584            not 'VHOST'"
23585   parameters:
23586   - "throughput"
23587   - "parent"
23588   - "tags"
23589   sort:
23590   - "IP4BASE"
23591   - "FIB_20k"
23592   - "FIB_200k"
23593   - "FIB_2M"
23594   layout:
23595     title: "ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
23596     layout: "plot-throughput-speedup-analysis"
23597
23598 -
23599   type: "plot"
23600   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
23601   algorithm: "plot_throughput_speedup_analysis"
23602   output-file-type: ".html"
23603   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
23604   data: "plot-throughput-speedup-analysis-2n-skx"
23605   filter: "'NIC_Intel-XXV710' and
23606            '64B' and
23607            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
23608            'NDRPDR' and
23609            'IP4FWD' and
23610            not 'IPSEC' and
23611            not 'DOT1Q' and
23612            not 'VHOST'"
23613   parameters:
23614   - "throughput"
23615   - "parent"
23616   - "tags"
23617   sort:
23618   - "IP4BASE"
23619   - "FIB_20k"
23620   - "FIB_200k"
23621   - "FIB_2M"
23622   layout:
23623     title: "ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
23624     layout: "plot-throughput-speedup-analysis"
23625
23626 # Speedup - VPP IPv4 2n-dnv-x553 base
23627 -
23628   type: "plot"
23629   title: "Speedup: ip4-2n-dnv-x553-64b-base-ndr-tsa"
23630   algorithm: "plot_throughput_speedup_analysis"
23631   output-file-type: ".html"
23632   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-base-ndr-tsa"
23633   data: "intel-dnv-vpp"
23634   filter: "'NIC_Intel-X553' and
23635            '64B' and
23636            'IP4BASE' and
23637            'NDRPDR' and
23638            'IP4FWD' and
23639            not 'IPSEC' and
23640            not 'VHOST'"
23641   parameters:
23642   - "throughput"
23643   - "parent"
23644   - "tags"
23645   sort:
23646   - "IP4BASE"
23647   layout:
23648     title: "ip4-2n-dnv-x553-64b-base-ndr"
23649     layout: "plot-throughput-speedup-analysis"
23650
23651 -
23652   type: "plot"
23653   title: "Speedup: ip4-2n-dnv-x553-64b-base-pdr-tsa"
23654   algorithm: "plot_throughput_speedup_analysis"
23655   output-file-type: ".html"
23656   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-base-pdr-tsa"
23657   data: "intel-dnv-vpp"
23658   filter: "'NIC_Intel-X553' and
23659            '64B' and
23660            'IP4BASE' and
23661            'NDRPDR' and
23662            'IP4FWD' and
23663            not 'IPSEC' and
23664            not 'VHOST'"
23665   parameters:
23666   - "throughput"
23667   - "parent"
23668   - "tags"
23669   sort:
23670   - "IP4BASE"
23671   layout:
23672     title: "ip4-2n-dnv-x553-64b-base-pdr"
23673     layout: "plot-throughput-speedup-analysis"
23674
23675 ################################################################################
23676
23677 # Speedup - VPP IPv4 Tunnels 3n-hsw-x520 - features
23678 -
23679   type: "plot"
23680   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
23681   algorithm: "plot_throughput_speedup_analysis"
23682   output-file-type: ".html"
23683   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
23684   data: "plot-throughput-speedup-analysis-3n-hsw"
23685   filter: "'NIC_Intel-X520-DA2' and
23686            '64B' and
23687            'ENCAP' and
23688            'NDRPDR' and
23689            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
23690            not 'DOT1Q' and
23691            not 'VHOST' and
23692            not 'IPSECHW'"
23693   parameters:
23694   - "throughput"
23695   - "parent"
23696   - "tags"
23697   sort:
23698   - "IP4BASE"
23699   - "L2BDMACLRN"
23700   - "L2XCFWD"
23701   - "LISP"
23702   layout:
23703     title: "ip4tun-3n-hsw-x520-64b-base_and_features-ndr"
23704     layout: "plot-throughput-speedup-analysis"
23705
23706 -
23707   type: "plot"
23708   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
23709   algorithm: "plot_throughput_speedup_analysis"
23710   output-file-type: ".html"
23711   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
23712   data: "plot-throughput-speedup-analysis-3n-hsw"
23713   filter: "'NIC_Intel-X520-DA2' and
23714            '64B' and
23715            'ENCAP' and
23716            'NDRPDR' and
23717            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
23718            not 'DOT1Q' and
23719            not 'VHOST' and
23720            not 'IPSECHW'"
23721   parameters:
23722   - "throughput"
23723   - "parent"
23724   - "tags"
23725   sort:
23726   - "IP4BASE"
23727   - "L2BDMACLRN"
23728   - "L2XCFWD"
23729   - "LISP"
23730   layout:
23731     title: "ip4tun-3n-hsw-x520-64b-base_and_features-pdr"
23732     layout: "plot-throughput-speedup-analysis"
23733
23734 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710
23735 -
23736   type: "plot"
23737   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
23738   algorithm: "plot_throughput_speedup_analysis"
23739   output-file-type: ".html"
23740   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
23741   data: "plot-throughput-speedup-analysis-3n-hsw"
23742   filter: "'NIC_Intel-X710' and
23743            '64B' and
23744            'ENCAP' and
23745            'NDRPDR' and
23746            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
23747            not 'VHOST' and
23748            not 'IPSECHW'"
23749   parameters:
23750   - "throughput"
23751   - "parent"
23752   - "tags"
23753   sort:
23754   - "IP4BASE"
23755   - "LISP"
23756   - "VXLAN_1"
23757   - "VXLAN_10"
23758   - "VXLAN_100"
23759   - "VXLAN_1000"
23760   layout:
23761     title: "ip4tun-3n-hsw-x710-64b-base_and_scale-ndr"
23762     layout: "plot-throughput-speedup-analysis"
23763
23764 -
23765   type: "plot"
23766   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
23767   algorithm: "plot_throughput_speedup_analysis"
23768   output-file-type: ".html"
23769   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
23770   data: "plot-throughput-speedup-analysis-3n-hsw"
23771   filter: "'NIC_Intel-X710' and
23772            '64B' and
23773            'ENCAP' and
23774            'NDRPDR' and
23775            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
23776            not 'VHOST' and
23777            not 'IPSECHW'"
23778   parameters:
23779   - "throughput"
23780   - "parent"
23781   - "tags"
23782   sort:
23783   - "IP4BASE"
23784   - "LISP"
23785   - "VXLAN_1"
23786   - "VXLAN_10"
23787   - "VXLAN_100"
23788   - "VXLAN_1000"
23789   layout:
23790     title: "ip4tun-3n-hsw-x710-64b-base_and_scale-pdr"
23791     layout: "plot-throughput-speedup-analysis"
23792
23793 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710 - features
23794 -
23795   type: "plot"
23796   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
23797   algorithm: "plot_throughput_speedup_analysis"
23798   output-file-type: ".html"
23799   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
23800   data: "plot-throughput-speedup-analysis-3n-hsw"
23801   filter: "'NIC_Intel-X710' and
23802            '64B' and
23803            'ENCAP' and
23804            'NDRPDR' and
23805            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
23806            not 'DOT1Q' and
23807            not 'VHOST' and
23808            not 'IPSECHW'"
23809   parameters:
23810   - "throughput"
23811   - "parent"
23812   - "tags"
23813   sort:
23814   - "IP4BASE"
23815   - "L2BDMACLRN"
23816   - "L2XCFWD"
23817   - "LISP"
23818   layout:
23819     title: "ip4tun-3n-hsw-x710-64b-base_and_features-ndr"
23820     layout: "plot-throughput-speedup-analysis"
23821
23822 -
23823   type: "plot"
23824   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
23825   algorithm: "plot_throughput_speedup_analysis"
23826   output-file-type: ".html"
23827   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
23828   data: "plot-throughput-speedup-analysis-3n-hsw"
23829   filter: "'NIC_Intel-X710' and
23830            '64B' and
23831            'ENCAP' and
23832            'NDRPDR' and
23833            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
23834            not 'DOT1Q' and
23835            not 'VHOST' and
23836            not 'IPSECHW'"
23837   parameters:
23838   - "throughput"
23839   - "parent"
23840   - "tags"
23841   sort:
23842   - "IP4BASE"
23843   - "L2BDMACLRN"
23844   - "L2XCFWD"
23845   - "LISP"
23846   layout:
23847     title: "ip4tun-3n-hsw-x710-64b-base_and_features-pdr"
23848     layout: "plot-throughput-speedup-analysis"
23849
23850 # Speedup - VPP IPv4 Tunnels 3n-skx-x710
23851 -
23852   type: "plot"
23853   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
23854   algorithm: "plot_throughput_speedup_analysis"
23855   output-file-type: ".html"
23856   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
23857   data: "plot-throughput-speedup-analysis-3n-skx"
23858   filter: "'NIC_Intel-X710' and
23859            '64B' and
23860            'ENCAP' and
23861            'NDRPDR' and
23862            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
23863            not 'VHOST' and
23864            not 'IPSECHW'"
23865   parameters:
23866   - "throughput"
23867   - "parent"
23868   - "tags"
23869   sort:
23870   - "IP4BASE"
23871   - "LISP"
23872   - "VXLAN_1"
23873   - "VXLAN_10"
23874   - "VXLAN_100"
23875   - "VXLAN_1000"
23876   layout:
23877     title: "ip4tun-3n-skx-x710-64b-base_and_scale-ndr"
23878     layout: "plot-throughput-speedup-analysis"
23879
23880 -
23881   type: "plot"
23882   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
23883   algorithm: "plot_throughput_speedup_analysis"
23884   output-file-type: ".html"
23885   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
23886   data: "plot-throughput-speedup-analysis-3n-skx"
23887   filter: "'NIC_Intel-X710' and
23888            '64B' and
23889            'ENCAP' and
23890            'NDRPDR' and
23891            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
23892            not 'VHOST' and
23893            not 'IPSECHW'"
23894   parameters:
23895   - "throughput"
23896   - "parent"
23897   - "tags"
23898   sort:
23899   - "IP4BASE"
23900   - "LISP"
23901   - "VXLAN_1"
23902   - "VXLAN_10"
23903   - "VXLAN_100"
23904   - "VXLAN_1000"
23905   layout:
23906     title: "ip4tun-3n-skx-x710-64b-base_and_scale-pdr"
23907     layout: "plot-throughput-speedup-analysis"
23908
23909 # Speedup - VPP IPv4 Tunnels 3n-skx-x710 - features
23910 -
23911   type: "plot"
23912   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
23913   algorithm: "plot_throughput_speedup_analysis"
23914   output-file-type: ".html"
23915   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
23916   data: "plot-throughput-speedup-analysis-3n-skx"
23917   filter: "'NIC_Intel-X710' and
23918            '64B' and
23919            'ENCAP' and
23920            'NDRPDR' and
23921            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
23922            not 'DOT1Q' and
23923            not 'VHOST' and
23924            not 'IPSECHW'"
23925   parameters:
23926   - "throughput"
23927   - "parent"
23928   - "tags"
23929   sort:
23930   - "IP4BASE"
23931   - "L2BDMACLRN"
23932   - "L2XCFWD"
23933   - "LISP"
23934   layout:
23935     title: "ip4tun-3n-skx-x710-64b-base_and_features-ndr"
23936     layout: "plot-throughput-speedup-analysis"
23937
23938 -
23939   type: "plot"
23940   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
23941   algorithm: "plot_throughput_speedup_analysis"
23942   output-file-type: ".html"
23943   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
23944   data: "plot-throughput-speedup-analysis-3n-skx"
23945   filter: "'NIC_Intel-X710' and
23946            '64B' and
23947            'ENCAP' and
23948            'NDRPDR' and
23949            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
23950            not 'DOT1Q' and
23951            not 'VHOST' and
23952            not 'IPSECHW'"
23953   parameters:
23954   - "throughput"
23955   - "parent"
23956   - "tags"
23957   sort:
23958   - "IP4BASE"
23959   - "L2BDMACLRN"
23960   - "L2XCFWD"
23961   - "LISP"
23962   layout:
23963     title: "ip4tun-3n-skx-x710-64b-base_and_features-pdr"
23964     layout: "plot-throughput-speedup-analysis"
23965
23966 ################################################################################
23967
23968 # Speedup - VPP IPv6 3n-hsw-x520
23969 -
23970   type: "plot"
23971   title: "Speedup: ip6-3n-hsw-x520-78b-base-ndr-tsa"
23972   algorithm: "plot_throughput_speedup_analysis"
23973   output-file-type: ".html"
23974   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base-ndr-tsa"
23975   data: "plot-throughput-speedup-analysis-3n-hsw"
23976   filter: "'NIC_Intel-X520-DA2' and
23977            '78B' and
23978            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23979            'NDRPDR' and
23980            'IP6FWD' and
23981            not 'SRv6' and
23982            not 'IPSEC' and
23983            not 'VHOST'"
23984   parameters:
23985   - "throughput"
23986   - "parent"
23987   - "tags"
23988   sort:
23989   - "IP6BASE"
23990   - "FIB_20K"
23991   - "FIB_200K"
23992   - "FIB_2M"
23993   layout:
23994     title: "ip6-3n-hsw-x520-78b-base-ndr"
23995     layout: "plot-throughput-speedup-analysis"
23996
23997 -
23998   type: "plot"
23999   title: "Speedup: ip6-3n-hsw-x520-78b-base-pdr-tsa"
24000   algorithm: "plot_throughput_speedup_analysis"
24001   output-file-type: ".html"
24002   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base-pdr-tsa"
24003   data: "plot-throughput-speedup-analysis-3n-hsw"
24004   filter: "'NIC_Intel-X520-DA2' and
24005            '78B' and
24006            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24007            'NDRPDR' and
24008            'IP6FWD' and
24009            not 'SRv6' and
24010            not 'IPSEC' and
24011            not 'VHOST'"
24012   parameters:
24013   - "throughput"
24014   - "parent"
24015   - "tags"
24016   sort:
24017   - "IP6BASE"
24018   - "FIB_20K"
24019   - "FIB_200K"
24020   - "FIB_2M"
24021   layout:
24022     title: "ip6-3n-hsw-x520-78b-base-pdr"
24023     layout: "plot-throughput-speedup-analysis"
24024
24025 # Speedup - VPP IPv6 3n-hsw-x710
24026 -
24027   type: "plot"
24028   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
24029   algorithm: "plot_throughput_speedup_analysis"
24030   output-file-type: ".html"
24031   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
24032   data: "plot-throughput-speedup-analysis-3n-hsw"
24033   filter: "'NIC_Intel-X710' and
24034            '78B' and
24035            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24036            'NDRPDR' and
24037            'IP6FWD' and
24038            not 'SRv6' and
24039            not 'IPSEC' and
24040            not 'VHOST'"
24041   parameters:
24042   - "throughput"
24043   - "parent"
24044   - "tags"
24045   sort:
24046   - "IP6BASE"
24047   - "FIB_20K"
24048   - "FIB_200K"
24049   - "FIB_2M"
24050   layout:
24051     title: "ip6-3n-hsw-x710-78b-base_and_scale-ndr"
24052     layout: "plot-throughput-speedup-analysis"
24053
24054 -
24055   type: "plot"
24056   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
24057   algorithm: "plot_throughput_speedup_analysis"
24058   output-file-type: ".html"
24059   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
24060   data: "plot-throughput-speedup-analysis-3n-hsw"
24061   filter: "'NIC_Intel-X710' and
24062            '78B' and
24063            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24064            'NDRPDR' and
24065            'IP6FWD' and
24066            not 'SRv6' and
24067            not 'IPSEC' and
24068            not 'VHOST'"
24069   parameters:
24070   - "throughput"
24071   - "parent"
24072   - "tags"
24073   sort:
24074   - "IP6BASE"
24075   - "FIB_20K"
24076   - "FIB_200K"
24077   - "FIB_2M"
24078   layout:
24079     title: "ip6-3n-hsw-x710-78b-base_and_scale-pdr"
24080     layout: "plot-throughput-speedup-analysis"
24081
24082 # Speedup - VPP IPv6 3n-hsw-x710 features
24083 -
24084   type: "plot"
24085   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
24086   algorithm: "plot_throughput_speedup_analysis"
24087   output-file-type: ".html"
24088   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
24089   data: "plot-throughput-speedup-analysis-3n-hsw"
24090   filter: "'NIC_Intel-X710' and
24091            '78B' and
24092            ('IP6BASE' or
24093             'POLICE_MARK' or
24094             'COPWHLIST' or
24095             'IACLDST') and
24096            'NDRPDR' and
24097            'IP6FWD' and
24098            not 'SRv6' and
24099            not 'IPSEC' and
24100            not 'VHOST'"
24101   parameters:
24102   - "throughput"
24103   - "parent"
24104   - "tags"
24105   sort:
24106   - "IP6BASE"
24107   - "POLICE_MARK"
24108   - "COPWHLIST"
24109   - "IACLDST"
24110   layout:
24111     title: "ip6-3n-hsw-x710-78b-base_and_features-ndr"
24112     layout: "plot-throughput-speedup-analysis"
24113
24114 -
24115   type: "plot"
24116   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
24117   algorithm: "plot_throughput_speedup_analysis"
24118   output-file-type: ".html"
24119   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
24120   data: "plot-throughput-speedup-analysis-3n-hsw"
24121   filter: "'NIC_Intel-X710' and
24122            '78B' and
24123            ('IP6BASE' or
24124             'POLICE_MARK' or
24125             'COPWHLIST' or
24126             'IACLDST') and
24127            'NDRPDR' and
24128            'IP6FWD' and
24129            not 'SRv6' and
24130            not 'IPSEC' and
24131            not 'VHOST'"
24132   parameters:
24133   - "throughput"
24134   - "parent"
24135   - "tags"
24136   sort:
24137   - "IP6BASE"
24138   - "POLICE_MARK"
24139   - "COPWHLIST"
24140   - "IACLDST"
24141   layout:
24142     title: "ip6-3n-hsw-x710-78b-base_and_features-pdr"
24143     layout: "plot-throughput-speedup-analysis"
24144
24145 # Speedup - VPP IPv6 3n-hsw-xl710
24146 -
24147   type: "plot"
24148   title: "Speedup: ip6-3n-hsw-xl710-78b-base-ndr-tsa"
24149   algorithm: "plot_throughput_speedup_analysis"
24150   output-file-type: ".html"
24151   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base-ndr-tsa"
24152   data: "plot-throughput-speedup-analysis-3n-hsw"
24153   filter: "'NIC_Intel-XL710' and
24154            '78B' and
24155            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24156            'NDRPDR' and
24157            'IP6FWD' and
24158            not 'SRv6' and
24159            not 'IPSEC' and
24160            not 'VHOST'"
24161   parameters:
24162   - "throughput"
24163   - "parent"
24164   - "tags"
24165   sort:
24166   - "IP6BASE"
24167   - "FIB_20K"
24168   - "FIB_200K"
24169   - "FIB_2M"
24170   layout:
24171     title: "ip6-3n-hsw-xl710-78b-base-ndr"
24172     layout: "plot-throughput-speedup-analysis"
24173
24174 -
24175   type: "plot"
24176   title: "Speedup: ip6-3n-hsw-xl710-78b-base-pdr-tsa"
24177   algorithm: "plot_throughput_speedup_analysis"
24178   output-file-type: ".html"
24179   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base-pdr-tsa"
24180   data: "plot-throughput-speedup-analysis-3n-hsw"
24181   filter: "'NIC_Intel-XL710' and
24182            '78B' and
24183            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24184            'NDRPDR' and
24185            'IP6FWD' and
24186            not 'SRv6' and
24187            not 'IPSEC' and
24188            not 'VHOST'"
24189   parameters:
24190   - "throughput"
24191   - "parent"
24192   - "tags"
24193   sort:
24194   - "IP6BASE"
24195   - "FIB_20K"
24196   - "FIB_200K"
24197   - "FIB_2M"
24198   layout:
24199     title: "ip6-3n-hsw-xl710-78b-base-pdr"
24200     layout: "plot-throughput-speedup-analysis"
24201
24202 # Speedup - VPP IPv6 3n-skx-x710
24203 -
24204   type: "plot"
24205   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
24206   algorithm: "plot_throughput_speedup_analysis"
24207   output-file-type: ".html"
24208   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
24209   data: "plot-throughput-speedup-analysis-3n-skx"
24210   filter: "'NIC_Intel-X710' and
24211            '78B' and
24212            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24213            'NDRPDR' and
24214            'IP6FWD' and
24215            not 'SRv6' and
24216            not 'IPSEC' and
24217            not 'VHOST'"
24218   parameters:
24219   - "throughput"
24220   - "parent"
24221   - "tags"
24222   sort:
24223   - "IP6BASE"
24224   - "FIB_20K"
24225   - "FIB_200K"
24226   - "FIB_2M"
24227   layout:
24228     title: "ip6-3n-skx-x710-78b-base_and_scale-ndr"
24229     layout: "plot-throughput-speedup-analysis"
24230
24231 -
24232   type: "plot"
24233   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
24234   algorithm: "plot_throughput_speedup_analysis"
24235   output-file-type: ".html"
24236   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
24237   data: "plot-throughput-speedup-analysis-3n-skx"
24238   filter: "'NIC_Intel-X710' and
24239            '78B' and
24240            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24241            'NDRPDR' and
24242            'IP6FWD' and
24243            not 'SRv6' and
24244            not 'IPSEC' and
24245            not 'VHOST'"
24246   parameters:
24247   - "throughput"
24248   - "parent"
24249   - "tags"
24250   sort:
24251   - "IP6BASE"
24252   - "FIB_20K"
24253   - "FIB_200K"
24254   - "FIB_2M"
24255   layout:
24256     title: "ip6-3n-skx-x710-78b-base_and_scale-pdr"
24257     layout: "plot-throughput-speedup-analysis"
24258
24259 # Speedup - VPP IPv6 3n-skx-x710 features
24260 -
24261   type: "plot"
24262   title: "Speedup: ip6-3n-skx-x710-78b-base_and_features-ndr-tsa"
24263   algorithm: "plot_throughput_speedup_analysis"
24264   output-file-type: ".html"
24265   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_features-ndr-tsa"
24266   data: "plot-throughput-speedup-analysis-3n-skx"
24267   filter: "'NIC_Intel-X710' and
24268            '78B' and
24269            ('IP6BASE' or
24270             'POLICE_MARK' or
24271             'COPWHLIST' or
24272             'IACLDST') and
24273            'NDRPDR' and
24274            'IP6FWD' and
24275            not 'SRv6' and
24276            not 'IPSEC' and
24277            not 'VHOST'"
24278   parameters:
24279   - "throughput"
24280   - "parent"
24281   - "tags"
24282   sort:
24283   - "IP6BASE"
24284   - "POLICE_MARK"
24285   - "COPWHLIST"
24286   - "IACLDST"
24287   layout:
24288     title: "ip6-3n-skx-x710-78b-base_and_features-ndr"
24289     layout: "plot-throughput-speedup-analysis"
24290
24291 -
24292   type: "plot"
24293   title: "Speedup: ip6-3n-skx-x710-78b-base_and_features-pdr-tsa"
24294   algorithm: "plot_throughput_speedup_analysis"
24295   output-file-type: ".html"
24296   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_features-pdr-tsa"
24297   data: "plot-throughput-speedup-analysis-3n-skx"
24298   filter: "'NIC_Intel-X710' and
24299            '78B' and
24300            ('IP6BASE' or
24301             'POLICE_MARK' or
24302             'COPWHLIST' or
24303             'IACLDST') and
24304            'NDRPDR' and
24305            'IP6FWD' and
24306            not 'SRv6' and
24307            not 'IPSEC' and
24308            not 'VHOST'"
24309   parameters:
24310   - "throughput"
24311   - "parent"
24312   - "tags"
24313   sort:
24314   - "IP6BASE"
24315   - "POLICE_MARK"
24316   - "COPWHLIST"
24317   - "IACLDST"
24318   layout:
24319     title: "ip6-3n-skx-x710-78b-base_and_features-pdr"
24320     layout: "plot-throughput-speedup-analysis"
24321
24322 # Speedup - VPP IPv6 2n-skx-x710
24323 -
24324   type: "plot"
24325   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
24326   algorithm: "plot_throughput_speedup_analysis"
24327   output-file-type: ".html"
24328   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
24329   data: "plot-throughput-speedup-analysis-2n-skx"
24330   filter: "'NIC_Intel-X710' and
24331            '78B' and
24332            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
24333            'NDRPDR' and
24334            'IP6FWD' and
24335            not 'SRv6' and
24336            not 'IPSEC' and
24337            not 'VHOST'"
24338   parameters:
24339   - "throughput"
24340   - "parent"
24341   - "tags"
24342   sort:
24343   - "IP6BASE"
24344   - "FIB_20k"
24345   - "FIB_200k"
24346   - "FIB_2M"
24347   layout:
24348     title: "ip6-2n-skx-x710-78b-base_and_scale-ndr"
24349     layout: "plot-throughput-speedup-analysis"
24350
24351 -
24352   type: "plot"
24353   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
24354   algorithm: "plot_throughput_speedup_analysis"
24355   output-file-type: ".html"
24356   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
24357   data: "plot-throughput-speedup-analysis-2n-skx"
24358   filter: "'NIC_Intel-X710' and
24359            '78B' and
24360            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
24361            'NDRPDR' and
24362            'IP6FWD' and
24363            not 'SRv6' and
24364            not 'IPSEC' and
24365            not 'VHOST'"
24366   parameters:
24367   - "throughput"
24368   - "parent"
24369   - "tags"
24370   sort:
24371   - "IP6BASE"
24372   - "FIB_20k"
24373   - "FIB_200k"
24374   - "FIB_2M"
24375   layout:
24376     title: "ip6-2n-skx-x710-78b-base_and_scale-pdr"
24377     layout: "plot-throughput-speedup-analysis"
24378
24379 # Speedup - VPP IPv6 2n-skx-xxv710
24380 -
24381   type: "plot"
24382   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
24383   algorithm: "plot_throughput_speedup_analysis"
24384   output-file-type: ".html"
24385   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
24386   data: "plot-throughput-speedup-analysis-2n-skx"
24387   filter: "'NIC_Intel-XXV710' and
24388            '78B' and
24389            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
24390            'NDRPDR' and
24391            'IP6FWD' and
24392            not 'SRv6' and
24393            not 'IPSEC' and
24394            not 'VHOST'"
24395   parameters:
24396   - "throughput"
24397   - "parent"
24398   - "tags"
24399   sort:
24400   - "IP6BASE"
24401   - "FIB_20k"
24402   - "FIB_200k"
24403   - "FIB_2M"
24404   layout:
24405     title: "ip6-2n-skx-xxv710-78b-base_and_scale-ndr"
24406     layout: "plot-throughput-speedup-analysis"
24407
24408 -
24409   type: "plot"
24410   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
24411   algorithm: "plot_throughput_speedup_analysis"
24412   output-file-type: ".html"
24413   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
24414   data: "plot-throughput-speedup-analysis-2n-skx"
24415   filter: "'NIC_Intel-XXV710' and
24416            '78B' and
24417            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
24418            'NDRPDR' and
24419            'IP6FWD' and
24420            not 'SRv6' and
24421            not 'IPSEC' and
24422            not 'VHOST'"
24423   parameters:
24424   - "throughput"
24425   - "parent"
24426   - "tags"
24427   sort:
24428   - "IP6BASE"
24429   - "FIB_20k"
24430   - "FIB_200k"
24431   - "FIB_2M"
24432   layout:
24433     title: "ip6-2n-skx-xxv710-78b-base_and_scale-pdr"
24434     layout: "plot-throughput-speedup-analysis"
24435
24436 # Speedup - VPP IPv6 2n-dnv-x553 base
24437 -
24438   type: "plot"
24439   title: "Speedup: ip6-2n-dnv-x553-78b-base-ndr-tsa"
24440   algorithm: "plot_throughput_speedup_analysis"
24441   output-file-type: ".html"
24442   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-base-ndr-tsa"
24443   data: "intel-dnv-vpp"
24444   filter: "'NIC_Intel-X553' and
24445            '78B' and
24446            'IP6BASE' and
24447            'NDRPDR' and
24448            'IP6FWD' and
24449            not 'SRv6' and
24450            not 'IPSEC' and
24451            not 'VHOST'"
24452   parameters:
24453   - "throughput"
24454   - "parent"
24455   - "tags"
24456   sort:
24457   - "IP6BASE"
24458   layout:
24459     title: "ip6-2n-dnv-x553-78b-base-ndr"
24460     layout: "plot-throughput-speedup-analysis"
24461
24462 -
24463   type: "plot"
24464   title: "Speedup: ip6-2n-dnv-x553-78b-base-pdr-tsa"
24465   algorithm: "plot_throughput_speedup_analysis"
24466   output-file-type: ".html"
24467   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-base-pdr-tsa"
24468   data: "intel-dnv-vpp"
24469   filter: "'NIC_Intel-X553' and
24470            '78B' and
24471            'IP6BASE' and
24472            'NDRPDR' and
24473            'IP6FWD' and
24474            not 'SRv6' and
24475            not 'IPSEC' and
24476            not 'VHOST'"
24477   parameters:
24478   - "throughput"
24479   - "parent"
24480   - "tags"
24481   sort:
24482   - "IP6BASE"
24483   layout:
24484     title: "ip6-2n-dnv-x553-78b-base-pdr"
24485     layout: "plot-throughput-speedup-analysis"
24486
24487 ################################################################################
24488
24489 # Speedup - VPP IPv6 tunnels 3n-hsw-x520
24490 -
24491   type: "plot"
24492   title: "Speedup: ip6tun-3n-hsw-x520-78b-base-ndr-tsa"
24493   algorithm: "plot_throughput_speedup_analysis"
24494   output-file-type: ".html"
24495   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base-ndr-tsa"
24496   data: "plot-throughput-speedup-analysis-3n-hsw"
24497   filter: "'NIC_Intel-X520-DA2' and
24498            '78B' and
24499            'ENCAP' and
24500            'NDRPDR' and
24501            'LISP' and
24502            not 'VHOST'"
24503   parameters:
24504   - "throughput"
24505   - "parent"
24506   - "tags"
24507   sort:
24508   - "IP4UNRLAY"
24509   - "IP6UNRLAY"
24510   layout:
24511     title: "ip6tun-3n-hsw-x520-78b-base-ndr"
24512     layout: "plot-throughput-speedup-analysis"
24513
24514 -
24515   type: "plot"
24516   title: "Speedup: ip6tun-3n-hsw-x520-78b-base-pdr-tsa"
24517   algorithm: "plot_throughput_speedup_analysis"
24518   output-file-type: ".html"
24519   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base-pdr-tsa"
24520   data: "plot-throughput-speedup-analysis-3n-hsw"
24521   filter: "'NIC_Intel-X520-DA2' and
24522            '78B' and
24523            'ENCAP' and
24524            'NDRPDR' and
24525            'LISP' and
24526            not 'VHOST'"
24527   parameters:
24528   - "throughput"
24529   - "parent"
24530   - "tags"
24531   sort:
24532   - "IP4UNRLAY"
24533   - "IP6UNRLAY"
24534   layout:
24535     title: "ip6tun-3n-hsw-x520-78b-base-pdr"
24536     layout: "plot-throughput-speedup-analysis"
24537
24538 ################################################################################
24539
24540 # Speedup - VPP IPSec 3n-hsw-xl710 base
24541 -
24542   type: "plot"
24543   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
24544   algorithm: "plot_throughput_speedup_analysis"
24545   output-file-type: ".html"
24546   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
24547   data: "plot-throughput-speedup-analysis-3n-hsw"
24548   filter: "'NIC_Intel-XL710' and
24549            '64B' and
24550            'IP4FWD' and
24551            'NDRPDR' and
24552            'BASE' and
24553            'IPSECHW' and
24554            ('IPSECTRAN' or 'IPSECTUN') and
24555            not 'VHOST'"
24556   parameters:
24557   - "throughput"
24558   - "parent"
24559   - "tags"
24560   layout:
24561     title: "ipsec-3n-hsw-xl710-64b-base-ndr"
24562     layout: "plot-throughput-speedup-analysis"
24563
24564 -
24565   type: "plot"
24566   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
24567   algorithm: "plot_throughput_speedup_analysis"
24568   output-file-type: ".html"
24569   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
24570   data: "plot-throughput-speedup-analysis-3n-hsw"
24571   filter: "'NIC_Intel-XL710' and
24572            '64B' and
24573            'IP4FWD' and
24574            'NDRPDR' and
24575            'BASE' and
24576            'IPSECHW' and
24577            ('IPSECTRAN' or 'IPSECTUN') and
24578            not 'VHOST'"
24579   parameters:
24580   - "throughput"
24581   - "parent"
24582   - "tags"
24583   layout:
24584     title: "ipsec-3n-hsw-xl710-64b-base-pdr"
24585     layout: "plot-throughput-speedup-analysis"
24586
24587 # Speedup - VPP IPSec 3n-hsw-xl710 scale
24588 -
24589   type: "plot"
24590   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
24591   algorithm: "plot_throughput_speedup_analysis"
24592   output-file-type: ".html"
24593   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
24594   data: "plot-throughput-speedup-analysis-3n-hsw"
24595   filter: "'NIC_Intel-XL710' and
24596            '64B' and
24597            'IP4FWD' and
24598            'NDRPDR' and
24599            'SCALE' and
24600            'IPSECHW' and
24601            ('IPSECTRAN' or 'IPSECTUN') and
24602            not 'VHOST'"
24603   parameters:
24604   - "throughput"
24605   - "parent"
24606   - "tags"
24607   layout:
24608     title: "ipsec-3n-hsw-xl710-64b-scale-ndr"
24609     layout: "plot-throughput-speedup-analysis"
24610
24611 -
24612   type: "plot"
24613   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
24614   algorithm: "plot_throughput_speedup_analysis"
24615   output-file-type: ".html"
24616   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
24617   data: "plot-throughput-speedup-analysis-3n-hsw"
24618   filter: "'NIC_Intel-XL710' and
24619            '64B' and
24620            'IP4FWD' and
24621            'NDRPDR' and
24622            'SCALE' and
24623            'IPSECHW' and
24624            ('IPSECTRAN' or 'IPSECTUN') and
24625            not 'VHOST'"
24626   parameters:
24627   - "throughput"
24628   - "parent"
24629   - "tags"
24630   layout:
24631     title: "ipsec-3n-hsw-xl710-64b-scale-pdr"
24632     layout: "plot-throughput-speedup-analysis"
24633
24634 # Speedup - VPP IPSec 3n-hsw-xl710 sw
24635 -
24636   type: "plot"
24637   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
24638   algorithm: "plot_throughput_speedup_analysis"
24639   output-file-type: ".html"
24640   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
24641   data: "plot-throughput-speedup-analysis-3n-hsw"
24642   filter: "'NIC_Intel-XL710' and
24643            '64B' and
24644            'IP4FWD' and
24645            'NDRPDR' and
24646            'IPSECSW' and
24647            ('IPSECTRAN' or 'IPSECTUN') and
24648            not 'VHOST'"
24649   parameters:
24650   - "throughput"
24651   - "parent"
24652   - "tags"
24653   layout:
24654     title: "ipsec-3n-hsw-xl710-64b-sw-ndr"
24655     layout: "plot-throughput-speedup-analysis"
24656
24657 -
24658   type: "plot"
24659   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
24660   algorithm: "plot_throughput_speedup_analysis"
24661   output-file-type: ".html"
24662   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
24663   data: "plot-throughput-speedup-analysis-3n-hsw"
24664   filter: "'NIC_Intel-XL710' and
24665            '64B' and
24666            'IP4FWD' and
24667            'NDRPDR' and
24668            'IPSECSW' and
24669            ('IPSECTRAN' or 'IPSECTUN') and
24670            not 'VHOST'"
24671   parameters:
24672   - "throughput"
24673   - "parent"
24674   - "tags"
24675   layout:
24676     title: "ipsec-3n-hsw-xl710-64b-sw-pdr"
24677     layout: "plot-throughput-speedup-analysis"
24678
24679 ################################################################################
24680
24681 # Speedup - VPP SRv6 3n-hsw-x520
24682 -
24683   type: "plot"
24684   title: "Speedup: srv6-3n-hsw-x520-78b-features-ndr-tsa"
24685   algorithm: "plot_throughput_speedup_analysis"
24686   output-file-type: ".html"
24687   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-ndr-tsa"
24688   data: "plot-throughput-speedup-analysis-3n-hsw"
24689   filter: "'NIC_Intel-X520-DA2' and
24690            '78B' and
24691            'FEATURE' and
24692            'NDRPDR' and
24693            'IP6FWD' and
24694            'SRv6'"
24695   parameters:
24696   - "throughput"
24697   - "parent"
24698   - "tags"
24699   layout:
24700     title: "srv6-3n-hsw-x520-78b-features-ndr"
24701     layout: "plot-throughput-speedup-analysis"
24702
24703 -
24704   type: "plot"
24705   title: "Speedup: srv6-3n-hsw-x520-78b-features-pdr-tsa"
24706   algorithm: "plot_throughput_speedup_analysis"
24707   output-file-type: ".html"
24708   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-pdr-tsa"
24709   data: "plot-throughput-speedup-analysis-3n-hsw"
24710   filter: "'NIC_Intel-X520-DA2' and
24711            '78B' and
24712            'FEATURE' and
24713            'NDRPDR' and
24714            'IP6FWD' and
24715            'SRv6'"
24716   parameters:
24717   - "throughput"
24718   - "parent"
24719   - "tags"
24720   layout:
24721     title: "srv6-3n-hsw-x520-78b-features-pdr"
24722     layout: "plot-throughput-speedup-analysis"
24723
24724 ################################################################################
24725
24726 # Speedup - VPP L2 3n-hsw-x520 base and scale
24727 -
24728   type: "plot"
24729   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
24730   algorithm: "plot_throughput_speedup_analysis"
24731   output-file-type: ".html"
24732   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
24733   data: "plot-throughput-speedup-analysis-3n-hsw"
24734   filter: "'NIC_Intel-X520-DA2' and
24735            '64B' and
24736            ('BASE' or 'SCALE') and
24737            'NDRPDR' and
24738            'ETH' and
24739            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24740            not 'VHOST' and
24741            not 'MEMIF'"
24742   parameters:
24743   - "throughput"
24744   - "parent"
24745   - "tags"
24746   sort:
24747   - "L2XCFWD"
24748   - "L2PATCH"
24749   - "L2BDMACLRN"
24750   - "FIB_10K"
24751   - "FIB_100K"
24752   - "FIB_1M"
24753   layout:
24754     title: "l2sw-3n-hsw-x520-64b-base_and_scale-ndr"
24755     layout: "plot-throughput-speedup-analysis"
24756
24757 -
24758   type: "plot"
24759   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
24760   algorithm: "plot_throughput_speedup_analysis"
24761   output-file-type: ".html"
24762   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
24763   data: "plot-throughput-speedup-analysis-3n-hsw"
24764   filter: "'NIC_Intel-X520-DA2' and
24765            '64B' and
24766            ('BASE' or 'SCALE') and
24767            'NDRPDR' and
24768            'ETH' and
24769            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24770            not 'VHOST' and
24771            not 'MEMIF'"
24772   parameters:
24773   - "throughput"
24774   - "parent"
24775   - "tags"
24776   sort:
24777   - "L2XCFWD"
24778   - "L2PATCH"
24779   - "L2BDMACLRN"
24780   - "FIB_10K"
24781   - "FIB_100K"
24782   - "FIB_1M"
24783   layout:
24784     title: "l2sw-3n-hsw-x520-64b-base_and_scale-pdr"
24785     layout: "plot-throughput-speedup-analysis"
24786
24787 # Speedup - VPP L2 3n-hsw-x520 features
24788 -
24789   type: "plot"
24790   title: "Speedup: l2sw-3n-hsw-x520-64b-features-ndr-tsa"
24791   algorithm: "plot_throughput_speedup_analysis"
24792   output-file-type: ".html"
24793   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-ndr-tsa"
24794   data: "plot-throughput-speedup-analysis-3n-hsw"
24795   filter: "'NIC_Intel-X520-DA2' and
24796            '64B' and
24797            'NDRPDR' and
24798            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
24799            not 'ACL' and
24800            not 'VHOST' and
24801            not 'MEMIF'"
24802   parameters:
24803   - "throughput"
24804   - "parent"
24805   - "tags"
24806   sort:
24807   - "L2XCBASE"    # l2xcbase
24808   - "L2BDBASE"    # l2bdbase
24809   - "L2XCFWD"     # dot1q-l2xcbase
24810   - "L2BDMACLRN"  # dot1q-l2bdbase
24811   layout:
24812     title: "l2sw-3n-hsw-x520-64b-features-ndr"
24813     layout: "plot-throughput-speedup-analysis"
24814
24815 -
24816   type: "plot"
24817   title: "Speedup: l2sw-3n-hsw-x520-64b-features-pdr-tsa"
24818   algorithm: "plot_throughput_speedup_analysis"
24819   output-file-type: ".html"
24820   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-pdr-tsa"
24821   data: "plot-throughput-speedup-analysis-3n-hsw"
24822   filter: "'NIC_Intel-X520-DA2' and
24823            '64B' and
24824            'NDRPDR' and
24825            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
24826            not 'ACL' and
24827            not 'VHOST' and
24828            not 'MEMIF'"
24829   parameters:
24830   - "throughput"
24831   - "parent"
24832   - "tags"
24833   sort:
24834   - "L2XCBASE"    # l2xcbase
24835   - "L2BDBASE"    # l2bdbase
24836   - "L2XCFWD"     # dot1q-l2xcbase
24837   - "L2BDMACLRN"  # dot1q-l2bdbase
24838   layout:
24839     title: "l2sw-3n-hsw-x520-64b-features-pdr"
24840     layout: "plot-throughput-speedup-analysis"
24841
24842 # Speedup - VPP L2 3n-hsw-x710 base and scale
24843 -
24844   type: "plot"
24845   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24846   algorithm: "plot_throughput_speedup_analysis"
24847   output-file-type: ".html"
24848   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24849   data: "plot-throughput-speedup-analysis-3n-hsw"
24850   filter: "'NIC_Intel-X710' and
24851            '64B' and
24852            ('BASE' or 'SCALE') and
24853            'NDRPDR' and
24854            'ETH' and
24855            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24856            not 'VHOST' and
24857            not 'MEMIF' and
24858            not 'DRV_AVF'"
24859   parameters:
24860   - "throughput"
24861   - "parent"
24862   - "tags"
24863   sort:
24864   - "L2PATCH"
24865   - "L2XCFWD"
24866   - "L2BDMACLRN"
24867   - "FIB_10K"
24868   - "FIB_100K"
24869   - "FIB_1M"
24870   layout:
24871     title: "l2sw-3n-hsw-x710-64b-base_and_scale-ndr"
24872     layout: "plot-throughput-speedup-analysis"
24873
24874 -
24875   type: "plot"
24876   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24877   algorithm: "plot_throughput_speedup_analysis"
24878   output-file-type: ".html"
24879   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24880   data: "plot-throughput-speedup-analysis-3n-hsw"
24881   filter: "'NIC_Intel-X710' and
24882            '64B' and
24883            ('BASE' or 'SCALE') and
24884            'NDRPDR' and
24885            'ETH' and
24886            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24887            not 'VHOST' and
24888            not 'MEMIF' and
24889            not 'DRV_AVF'"
24890   parameters:
24891   - "throughput"
24892   - "parent"
24893   - "tags"
24894   sort:
24895   - "L2PATCH"
24896   - "L2XCFWD"
24897   - "L2BDMACLRN"
24898   - "FIB_10K"
24899   - "FIB_100K"
24900   - "FIB_1M"
24901   layout:
24902     title: "l2sw-3n-hsw-x710-64b-base_and_scale-pdr"
24903     layout: "plot-throughput-speedup-analysis"
24904
24905 # Speedup - VPP L2 3n-hsw-x710 features
24906 -
24907   type: "plot"
24908   title: "Speedup: l2sw-3n-hsw-x710-64b-features-ndr-tsa"
24909   algorithm: "plot_throughput_speedup_analysis"
24910   output-file-type: ".html"
24911   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-ndr-tsa"
24912   data: "plot-throughput-speedup-analysis-3n-hsw"
24913   filter: "'NIC_Intel-X710' and
24914            '64B' and
24915            'NDRPDR' and
24916            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
24917            not 'ACL' and
24918            not 'VHOST' and
24919            not 'L2OVRLAY' and
24920            not 'MEMIF'"
24921   parameters:
24922   - "throughput"
24923   - "parent"
24924   - "tags"
24925   sort:
24926   - "L2XCBASE"    # l2xcbase
24927   - "L2BDBASE"    # l2bdbase
24928   - "L2XCFWD"     # dot1q-l2xcbase
24929   - "L2BDMACLRN"  # dot1q-l2bdbase
24930   layout:
24931     title: "l2sw-3n-hsw-x710-64b-features-ndr"
24932     layout: "plot-throughput-speedup-analysis"
24933
24934 -
24935   type: "plot"
24936   title: "Speedup: l2sw-3n-hsw-x710-64b-features-pdr-tsa"
24937   algorithm: "plot_throughput_speedup_analysis"
24938   output-file-type: ".html"
24939   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-pdr-tsa"
24940   data: "plot-throughput-speedup-analysis-3n-hsw"
24941   filter: "'NIC_Intel-X710' and
24942            '64B' and
24943            'NDRPDR' and
24944            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
24945            not 'ACL' and
24946            not 'VHOST' and
24947            not 'L2OVRLAY' and
24948            not 'MEMIF'"
24949   parameters:
24950   - "throughput"
24951   - "parent"
24952   - "tags"
24953   sort:
24954   - "L2XCBASE"    # l2xcbase
24955   - "L2BDBASE"    # l2bdbase
24956   - "L2XCFWD"     # dot1q-l2xcbase
24957   - "L2BDMACLRN"  # dot1q-l2bdbase
24958   layout:
24959     title: "l2sw-3n-hsw-x710-64b-features-pdr"
24960     layout: "plot-throughput-speedup-analysis"
24961
24962 # Speedup - VPP L2 3n-hsw-xl710 base and scale
24963 -
24964   type: "plot"
24965   title: "Speedup: l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
24966   algorithm: "plot_throughput_speedup_analysis"
24967   output-file-type: ".html"
24968   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
24969   data: "plot-throughput-speedup-analysis-3n-hsw"
24970   filter: "'NIC_Intel-XL710' and
24971            '64B' and
24972            'BASE' and
24973            'NDRPDR' and
24974            'ETH' and
24975            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24976            not 'VHOST' and
24977            not 'MEMIF'"
24978   parameters:
24979   - "throughput"
24980   - "parent"
24981   - "tags"
24982   sort:
24983   - "L2PATCH"
24984   - "L2XCFWD"
24985   - "L2BDMACLRN"
24986   layout:
24987     title: "l2sw-3n-hsw-xl710-64b-base-ndr"
24988     layout: "plot-throughput-speedup-analysis"
24989
24990 -
24991   type: "plot"
24992   title: "Speedup: l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
24993   algorithm: "plot_throughput_speedup_analysis"
24994   output-file-type: ".html"
24995   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
24996   data: "plot-throughput-speedup-analysis-3n-hsw"
24997   filter: "'NIC_Intel-XL710' and
24998            '64B' and
24999            'BASE' and
25000            'NDRPDR' and
25001            'ETH' and
25002            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25003            not 'VHOST' and
25004            not 'MEMIF'"
25005   parameters:
25006   - "throughput"
25007   - "parent"
25008   - "tags"
25009   sort:
25010   - "L2PATCH"
25011   - "L2XCFWD"
25012   - "L2BDMACLRN"
25013   layout:
25014     title: "l2sw-3n-hsw-xl710-64b-base-pdr"
25015     layout: "plot-throughput-speedup-analysis"
25016
25017 # Speedup - VPP L2 3n-skx-x710 base and scale
25018 -
25019   type: "plot"
25020   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25021   algorithm: "plot_throughput_speedup_analysis"
25022   output-file-type: ".html"
25023   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25024   data: "plot-throughput-speedup-analysis-3n-skx"
25025   filter: "'NIC_Intel-X710' and
25026            '64B' and
25027            ('BASE' or 'SCALE') and
25028            'NDRPDR' and
25029            'ETH' and
25030            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25031            not 'VHOST' and
25032            not 'DRV_AVF' and
25033            not 'MEMIF'"
25034   parameters:
25035   - "throughput"
25036   - "parent"
25037   - "tags"
25038   sort:
25039   - "L2PATCH"
25040   - "L2XCBASE"
25041   - "BASE"
25042   - "FIB_10K"
25043   - "FIB_100K"
25044   - "FIB_1M"
25045   layout:
25046     title: "l2sw-3n-skx-x710-64b-base_and_scale-ndr"
25047     layout: "plot-throughput-speedup-analysis"
25048
25049 -
25050   type: "plot"
25051   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25052   algorithm: "plot_throughput_speedup_analysis"
25053   output-file-type: ".html"
25054   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25055   data: "plot-throughput-speedup-analysis-3n-skx"
25056   filter: "'NIC_Intel-X710' and
25057            '64B' and
25058            ('BASE' or 'SCALE') and
25059            'NDRPDR' and
25060            'ETH' and
25061            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25062            not 'VHOST' and
25063            not 'DRV_AVF' and
25064            not 'MEMIF'"
25065   parameters:
25066   - "throughput"
25067   - "parent"
25068   - "tags"
25069   sort:
25070   - "L2PATCH"
25071   - "L2XCBASE"
25072   - "BASE"
25073   - "FIB_10K"
25074   - "FIB_100K"
25075   - "FIB_1M"
25076   layout:
25077     title: "l2sw-3n-skx-x710-64b-base_and_scale-pdr"
25078     layout: "plot-throughput-speedup-analysis"
25079
25080 # Speedup - VPP L2 3n-skx-x710 features
25081 -
25082   type: "plot"
25083   title: "Speedup: l2sw-3n-skx-x710-64b-features-ndr-tsa"
25084   algorithm: "plot_throughput_speedup_analysis"
25085   output-file-type: ".html"
25086   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-ndr-tsa"
25087   data: "plot-throughput-speedup-analysis-3n-skx"
25088   filter: "'NIC_Intel-X710' and
25089            '64B' and
25090            'NDRPDR' and
25091            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
25092            not 'ACL' and
25093            not 'VHOST' and
25094            not 'DRV_AVF' and
25095            not 'L2OVRLAY' and
25096            not 'MEMIF'"
25097   parameters:
25098   - "throughput"
25099   - "parent"
25100   - "tags"
25101   sort:
25102   - "L2XCBASE"    # l2xcbase
25103   - "L2BDBASE"    # l2bdbase
25104   - "L2XCFWD"     # dot1q-l2xcbase
25105   - "L2BDMACLRN"  # dot1q-l2bdbase
25106   layout:
25107     title: "l2sw-3n-skx-x710-64b-features-ndr"
25108     layout: "plot-throughput-speedup-analysis"
25109
25110 -
25111   type: "plot"
25112   title: "Speedup: l2sw-3n-skx-x710-64b-features-pdr-tsa"
25113   algorithm: "plot_throughput_speedup_analysis"
25114   output-file-type: ".html"
25115   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-pdr-tsa"
25116   data: "plot-throughput-speedup-analysis-3n-skx"
25117   filter: "'NIC_Intel-X710' and
25118            '64B' and
25119            'NDRPDR' and
25120            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
25121            not 'ACL' and
25122            not 'VHOST' and
25123            not 'DRV_AVF' and
25124            not 'L2OVRLAY' and
25125            not 'MEMIF'"
25126   parameters:
25127   - "throughput"
25128   - "parent"
25129   - "tags"
25130   sort:
25131   - "L2XCBASE"    # l2xcbase
25132   - "L2BDBASE"    # l2bdbase
25133   - "L2XCFWD"     # dot1q-l2xcbase
25134   - "L2BDMACLRN"  # dot1q-l2bdbase
25135   layout:
25136     title: "l2sw-3n-skx-x710-64b-features-pdr"
25137     layout: "plot-throughput-speedup-analysis"
25138
25139 # Speedup - VPP L2 3n-skx-xxv710 base and scale
25140 -
25141   type: "plot"
25142   title: "Speedup: l2sw-3n-skx-xxv710-64b-base-ndr-tsa"
25143   algorithm: "plot_throughput_speedup_analysis"
25144   output-file-type: ".html"
25145   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base-ndr-tsa"
25146   data: "plot-throughput-speedup-analysis-3n-skx"
25147   filter: "'NIC_Intel-XXV710' and
25148            '64B' and
25149            ('BASE' or 'SCALE') and
25150            'NDRPDR' and
25151            'ETH' and
25152            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25153            not 'VHOST' and
25154            not 'MEMIF'"
25155   parameters:
25156   - "throughput"
25157   - "parent"
25158   - "tags"
25159   sort:
25160   - "L2PATCH"
25161   - "L2PATCH"
25162   - "L2XCBASE"
25163   - "L2BDMACLRN"
25164   layout:
25165     title: "l2sw-3n-skx-xxv710-64b-base-ndr"
25166     layout: "plot-throughput-speedup-analysis"
25167
25168 -
25169   type: "plot"
25170   title: "Speedup: l2sw-3n-skx-xxv710-64b-base-pdr-tsa"
25171   algorithm: "plot_throughput_speedup_analysis"
25172   output-file-type: ".html"
25173   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base-pdr-tsa"
25174   data: "plot-throughput-speedup-analysis-3n-skx"
25175   filter: "'NIC_Intel-XXV710' and
25176            '64B' and
25177            ('BASE' or 'SCALE') and
25178            'NDRPDR' and
25179            'ETH' and
25180            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25181            not 'VHOST' and
25182            not 'MEMIF'"
25183   parameters:
25184   - "throughput"
25185   - "parent"
25186   - "tags"
25187   sort:
25188   - "L2PATCH"
25189   - "L2PATCH"
25190   - "L2XCBASE"
25191   - "L2BDMACLRN"
25192   layout:
25193     title: "l2sw-3n-skx-xxv710-64b-base-pdr"
25194     layout: "plot-throughput-speedup-analysis"
25195
25196 # Speedup - VPP L2 2n-skx-x710 base and scale
25197 -
25198   type: "plot"
25199   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
25200   algorithm: "plot_throughput_speedup_analysis"
25201   output-file-type: ".html"
25202   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
25203   data: "plot-throughput-speedup-analysis-2n-skx"
25204   filter: "'NIC_Intel-X710' and
25205            '64B' and
25206            ('BASE' or 'SCALE') and
25207            'NDRPDR' and
25208            'ETH' and
25209            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25210            not 'VHOST' and
25211            not 'MEMIF'"
25212   parameters:
25213   - "throughput"
25214   - "parent"
25215   - "tags"
25216   sort:
25217   - "L2PATCH"
25218   - "L2XCBASE"
25219   - "BASE"
25220   - "FIB_10K"
25221   - "FIB_100K"
25222   - "FIB_1M"
25223   layout:
25224     title: "l2sw-2n-skx-x710-64b-base_and_scale-ndr"
25225     layout: "plot-throughput-speedup-analysis"
25226
25227 -
25228   type: "plot"
25229   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
25230   algorithm: "plot_throughput_speedup_analysis"
25231   output-file-type: ".html"
25232   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
25233   data: "plot-throughput-speedup-analysis-2n-skx"
25234   filter: "'NIC_Intel-X710' and
25235            '64B' and
25236            ('BASE' or 'SCALE') and
25237            'NDRPDR' and
25238            'ETH' and
25239            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25240            not 'VHOST' and
25241            not 'MEMIF'"
25242   parameters:
25243   - "throughput"
25244   - "parent"
25245   - "tags"
25246   sort:
25247   - "L2PATCH"
25248   - "L2XCBASE"
25249   - "BASE"
25250   - "FIB_10K"
25251   - "FIB_100K"
25252   - "FIB_1M"
25253   layout:
25254     title: "l2sw-2n-skx-x710-64b-base_and_scale-pdr"
25255     layout: "plot-throughput-speedup-analysis"
25256
25257 # Speedup - VPP L2 2n-skx-xxv710 base and scale
25258 -
25259   type: "plot"
25260   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25261   algorithm: "plot_throughput_speedup_analysis"
25262   output-file-type: ".html"
25263   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25264   data: "plot-throughput-speedup-analysis-2n-skx"
25265   filter: "'NIC_Intel-XXV710' and
25266            '64B' and
25267            ('BASE' or 'SCALE') and
25268            'NDRPDR' and
25269            'ETH' and
25270            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25271            not 'VHOST' and
25272            not 'MEMIF'"
25273   parameters:
25274   - "throughput"
25275   - "parent"
25276   - "tags"
25277   sort:
25278   - "L2PATCH"
25279   - "L2XCBASE"
25280   - "BASE"
25281   - "FIB_10K"
25282   - "FIB_100K"
25283   - "FIB_1M"
25284   layout:
25285     title: "l2sw-2n-skx-xxv710-64b-base_and_scale-ndr"
25286     layout: "plot-throughput-speedup-analysis"
25287
25288 -
25289   type: "plot"
25290   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
25291   algorithm: "plot_throughput_speedup_analysis"
25292   output-file-type: ".html"
25293   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
25294   data: "plot-throughput-speedup-analysis-2n-skx"
25295   filter: "'NIC_Intel-XXV710' and
25296            '64B' and
25297            ('BASE' or 'SCALE') and
25298            'NDRPDR' and
25299            'ETH' and
25300            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25301            not 'VHOST' and
25302            not 'MEMIF'"
25303   parameters:
25304   - "throughput"
25305   - "parent"
25306   - "tags"
25307   sort:
25308   - "L2PATCH"
25309   - "L2XCBASE"
25310   - "BASE"
25311   - "FIB_10K"
25312   - "FIB_100K"
25313   - "FIB_1M"
25314   layout:
25315     title: "l2sw-2n-skx-xxv710-64b-base_and_scale-pdr"
25316     layout: "plot-throughput-speedup-analysis"
25317
25318 # Speedup - VPP L2 2n-dnv-x553 base
25319 -
25320   type: "plot"
25321   title: "Speedup: l2sw-2n-dnv-x553-64b-base-ndr-tsa"
25322   algorithm: "plot_throughput_speedup_analysis"
25323   output-file-type: ".html"
25324   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-base-ndr-tsa"
25325   data: "intel-dnv-vpp"
25326   filter: "'NIC_Intel-X553' and
25327            '64B' and
25328            ('BASE' or 'SCALE') and
25329            'NDRPDR' and
25330            'ETH' and
25331            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25332            not 'VHOST' and
25333            not 'MEMIF'"
25334   parameters:
25335   - "throughput"
25336   - "parent"
25337   - "tags"
25338   sort:
25339   - "L2XCBASE"
25340   - "L2BDMACLRN"
25341   - "L2PATCH"
25342   layout:
25343     title: "l2sw-2n-dnv-x553-64b-base-ndr"
25344     layout: "plot-throughput-speedup-analysis"
25345
25346 -
25347   type: "plot"
25348   title: "Speedup: l2sw-2n-dnv-x553-64b-base-pdr-tsa"
25349   algorithm: "plot_throughput_speedup_analysis"
25350   output-file-type: ".html"
25351   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-base-pdr-tsa"
25352   data: "intel-dnv-vpp"
25353   filter: "'NIC_Intel-X553' and
25354            '64B' and
25355            ('BASE' or 'SCALE') and
25356            'NDRPDR' and
25357            'ETH' and
25358            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25359            not 'VHOST' and
25360            not 'MEMIF'"
25361   parameters:
25362   - "throughput"
25363   - "parent"
25364   - "tags"
25365   sort:
25366   - "L2XCBASE"
25367   - "L2BDMACLRN"
25368   - "L2PATCH"
25369   layout:
25370     title: "l2sw-2n-dnv-x553-64b-base-pdr"
25371     layout: "plot-throughput-speedup-analysis"
25372
25373 ################################################################################
25374
25375 # Packet Speedup - VPP vhost ip4 3n-hsw-x520
25376 -
25377   type: "plot"
25378   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25379   algorithm: "plot_throughput_speedup_analysis"
25380   output-file-type: ".html"
25381   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25382   data: "plot-throughput-speedup-analysis-3n-hsw"
25383   filter: "'NIC_Intel-X520-DA2' and
25384            '64B' and
25385            'NDRPDR' and
25386            'ETH' and
25387            'IP4FWD' and
25388            'VHOST_1024' and
25389            not 'VXLAN' and
25390            not 'DOT1Q'"
25391   parameters:
25392   - "throughput"
25393   - "parent"
25394   - "tags"
25395   sort:
25396   - "not CFS_OPT"
25397   - "1VM"
25398   - "2VM"
25399   layout:
25400     title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr"
25401     layout: "plot-throughput-speedup-analysis"
25402
25403 -
25404   type: "plot"
25405   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25406   algorithm: "plot_throughput_speedup_analysis"
25407   output-file-type: ".html"
25408   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25409   data: "plot-throughput-speedup-analysis-3n-hsw"
25410   filter: "'NIC_Intel-X520-DA2' and
25411            '64B' and
25412            'NDRPDR' and
25413            'ETH' and
25414            'IP4FWD' and
25415            'VHOST_1024' and
25416            not 'VXLAN' and
25417            not 'DOT1Q'"
25418   parameters:
25419   - "throughput"
25420   - "parent"
25421   - "tags"
25422   sort:
25423   - "not CFS_OPT"
25424   - "1VM"
25425   - "2VM"
25426   layout:
25427     title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr"
25428     layout: "plot-throughput-speedup-analysis"
25429
25430 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base
25431 -
25432   type: "plot"
25433   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_features-ndr-tsa"
25434   algorithm: "plot_throughput_speedup_analysis"
25435   output-file-type: ".html"
25436   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_features-ndr-tsa"
25437   data: "plot-throughput-speedup-analysis-3n-hsw"
25438   filter: "'NIC_Intel-X520-DA2' and
25439            '64B' and
25440            'NDRPDR' and
25441            ('ETH' or 'DOT1Q') and
25442            'BASE' and
25443            ('L2BDMACLRN' or 'L2XCFWD') and
25444            'VHOST_1024' and
25445            not 'VXLAN' and
25446            not 'IP4FWD' and
25447            not '2VM'"
25448   parameters:
25449   - "throughput"
25450   - "parent"
25451   - "tags"
25452   sort:
25453   - "L2BDMACLRN"
25454   - "L2BDMACLRN"
25455   - "L2BDMACLRN"
25456   - "L2XCFWD"
25457   - "L2XCFWD"
25458   - "L2XCFWD"
25459   layout:
25460     title: "vhost-l2sw-3n-hsw-x520-64b-base_and_features-ndr"
25461     layout: "plot-throughput-speedup-analysis"
25462
25463 -
25464   type: "plot"
25465   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_features-pdr-tsa"
25466   algorithm: "plot_throughput_speedup_analysis"
25467   output-file-type: ".html"
25468   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_features-pdr-tsa"
25469   data: "plot-throughput-speedup-analysis-3n-hsw"
25470   filter: "'NIC_Intel-X520-DA2' and
25471            '64B' and
25472            'NDRPDR' and
25473            ('ETH' or 'DOT1Q') and
25474            'BASE' and
25475            ('L2BDMACLRN' or 'L2XCFWD') and
25476            'VHOST_1024' and
25477            not 'VXLAN' and
25478            not 'IP4FWD' and
25479            not '2VM'"
25480   parameters:
25481   - "throughput"
25482   - "parent"
25483   - "tags"
25484   sort:
25485   - "L2BDMACLRN"
25486   - "L2BDMACLRN"
25487   - "L2BDMACLRN"
25488   - "L2XCFWD"
25489   - "L2XCFWD"
25490   - "L2XCFWD"
25491   layout:
25492     title: "vhost-l2sw-3n-hsw-x520-64b-base_and_features-pdr"
25493     layout: "plot-throughput-speedup-analysis"
25494
25495 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base vm
25496 -
25497   type: "plot"
25498   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
25499   algorithm: "plot_throughput_speedup_analysis"
25500   output-file-type: ".html"
25501   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
25502   data: "plot-throughput-speedup-analysis-3n-hsw"
25503   filter: "'NIC_Intel-X520-DA2' and
25504            '64B' and
25505            'NDRPDR' and
25506            ('ETH' or 'DOT1Q') and
25507            ('L2BDMACLRN' or 'L2XCFWD') and
25508            'VHOST_1024' and
25509            not 'CFS_OPT' and
25510            not 'DOT1Q' and
25511            not 'VXLAN' and
25512            not 'IP4FWD' and
25513            not 'LBOND'"
25514   parameters:
25515   - "throughput"
25516   - "parent"
25517   - "tags"
25518 #  sort:
25519 #  - "1VM"
25520 #  - "L2XCFWD"
25521 #  - "1VM"
25522 #  - "L2BDMACLRN"
25523   layout:
25524     title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr"
25525     layout: "plot-throughput-speedup-analysis"
25526
25527 -
25528   type: "plot"
25529   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
25530   algorithm: "plot_throughput_speedup_analysis"
25531   output-file-type: ".html"
25532   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
25533   data: "plot-throughput-speedup-analysis-3n-hsw"
25534   filter: "'NIC_Intel-X520-DA2' and
25535            '64B' and
25536            'NDRPDR' and
25537            ('ETH' or 'DOT1Q') and
25538            ('L2BDMACLRN' or 'L2XCFWD') and
25539            'VHOST_1024' and
25540            not 'CFS_OPT' and
25541            not 'DOT1Q' and
25542            not 'VXLAN' and
25543            not 'IP4FWD' and
25544            not 'LBOND'"
25545   parameters:
25546   - "throughput"
25547   - "parent"
25548   - "tags"
25549 #  sort:
25550 #  - "1VM"
25551 #  - "L2XCFWD"
25552 #  - "1VM"
25553 #  - "L2BDMACLRN"
25554   layout:
25555     title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr"
25556     layout: "plot-throughput-speedup-analysis"
25557
25558 # Packet Speedup - VPP vhost ip4 3n-hsw-x710
25559 -
25560   type: "plot"
25561   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
25562   algorithm: "plot_throughput_speedup_analysis"
25563   output-file-type: ".html"
25564   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
25565   data: "plot-throughput-speedup-analysis-3n-hsw"
25566   filter: "'NIC_Intel-X710' and
25567            '64B' and
25568            'NDRPDR' and
25569            'ETH' and
25570            'IP4FWD' and
25571            'VHOST_1024' and
25572            not 'VXLAN' and
25573            not 'CFS_OPT' and
25574            not 'DOT1Q'"
25575   parameters:
25576   - "throughput"
25577   - "parent"
25578   - "tags"
25579   sort:
25580   - "1VM"
25581   - "2VM"
25582   layout:
25583     title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr"
25584     layout: "plot-throughput-speedup-analysis"
25585
25586 -
25587   type: "plot"
25588   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
25589   algorithm: "plot_throughput_speedup_analysis"
25590   output-file-type: ".html"
25591   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
25592   data: "plot-throughput-speedup-analysis-3n-hsw"
25593   filter: "'NIC_Intel-X710' and
25594            '64B' and
25595            'NDRPDR' and
25596            'ETH' and
25597            'IP4FWD' and
25598            'VHOST_1024' and
25599            not 'VXLAN' and
25600            not 'CFS_OPT' and
25601            not 'DOT1Q'"
25602   parameters:
25603   - "throughput"
25604   - "parent"
25605   - "tags"
25606   sort:
25607   - "1VM"
25608   - "2VM"
25609   layout:
25610     title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr"
25611     layout: "plot-throughput-speedup-analysis"
25612
25613 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base
25614 -
25615   type: "plot"
25616   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_features-ndr-tsa"
25617   algorithm: "plot_throughput_speedup_analysis"
25618   output-file-type: ".html"
25619   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_features-ndr-tsa"
25620   data: "plot-throughput-speedup-analysis-3n-hsw"
25621   filter: "'NIC_Intel-X710' and
25622            '64B' and
25623            'NDRPDR' and
25624            ('ETH' or 'DOT1Q') and
25625            'BASE' and
25626            ('L2BDMACLRN' or 'L2XCFWD') and
25627            'VHOST_1024' and
25628            not 'VXLAN' and
25629            not 'IP4FWD' and
25630            not '2VM'"
25631   parameters:
25632   - "throughput"
25633   - "parent"
25634   - "tags"
25635   sort:
25636   - "L2BDMACLRN"
25637   - "L2BDMACLRN"
25638   - "L2BDMACLRN"
25639   - "L2XCFWD"
25640   - "L2XCFWD"
25641   - "L2XCFWD"
25642   layout:
25643     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_features-ndr"
25644     layout: "plot-throughput-speedup-analysis"
25645
25646 -
25647   type: "plot"
25648   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_features-pdr-tsa"
25649   algorithm: "plot_throughput_speedup_analysis"
25650   output-file-type: ".html"
25651   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_features-pdr-tsa"
25652   data: "plot-throughput-speedup-analysis-3n-hsw"
25653   filter: "'NIC_Intel-X710' and
25654            '64B' and
25655            'NDRPDR' and
25656            ('ETH' or 'DOT1Q') and
25657            'BASE' and
25658            ('L2BDMACLRN' or 'L2XCFWD') and
25659            'VHOST_1024' and
25660            not 'VXLAN' and
25661            not 'IP4FWD' and
25662            not '2VM'"
25663   parameters:
25664   - "throughput"
25665   - "parent"
25666   - "tags"
25667   sort:
25668   - "L2BDMACLRN"
25669   - "L2BDMACLRN"
25670   - "L2BDMACLRN"
25671   - "L2XCFWD"
25672   - "L2XCFWD"
25673   - "L2XCFWD"
25674   layout:
25675     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_features-pdr"
25676     layout: "plot-throughput-speedup-analysis"
25677
25678 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base vm
25679 -
25680   type: "plot"
25681   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-ndr-tsa"
25682   algorithm: "plot_throughput_speedup_analysis"
25683   output-file-type: ".html"
25684   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-ndr-tsa"
25685   data: "plot-throughput-speedup-analysis-3n-hsw"
25686   filter: "'NIC_Intel-X710' and
25687            '64B' and
25688            'NDRPDR' and
25689            ('ETH' or 'DOT1Q') and
25690            ('L2BDMACLRN' or 'L2XCFWD') and
25691            'VHOST_1024' and
25692            not 'CFS_OPT' and
25693            not 'VXLAN' and
25694            not 'IP4FWD' and
25695            not 'LBOND'"
25696   parameters:
25697   - "throughput"
25698   - "parent"
25699   - "tags"
25700   sort:
25701   - "L2BDMACLRN"
25702   - "L2BDMACLRN"
25703   - "L2BDMACLRN"
25704   - "L2XCFWD"
25705   - "L2XCFWD"
25706   - "L2XCFWD"
25707   layout:
25708     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-ndr"
25709     layout: "plot-throughput-speedup-analysis"
25710
25711 -
25712   type: "plot"
25713   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-pdr-tsa"
25714   algorithm: "plot_throughput_speedup_analysis"
25715   output-file-type: ".html"
25716   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-pdr-tsa"
25717   data: "plot-throughput-speedup-analysis-3n-hsw"
25718   filter: "'NIC_Intel-X710' and
25719            '64B' and
25720            'NDRPDR' and
25721            ('ETH' or 'DOT1Q') and
25722            ('L2BDMACLRN' or 'L2XCFWD') and
25723            'VHOST_1024' and
25724            not 'CFS_OPT' and
25725            not 'VXLAN' and
25726            not 'IP4FWD' and
25727            not 'LBOND'"
25728   parameters:
25729   - "throughput"
25730   - "parent"
25731   - "tags"
25732   sort:
25733   - "L2BDMACLRN"
25734   - "L2BDMACLRN"
25735   - "L2BDMACLRN"
25736   - "L2XCFWD"
25737   - "L2XCFWD"
25738   - "L2XCFWD"
25739   layout:
25740     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-pdr"
25741     layout: "plot-throughput-speedup-analysis"
25742
25743 # Packet Speedup - VPP vhost ip4 3n-skx-x710
25744 -
25745   type: "plot"
25746   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25747   algorithm: "plot_throughput_speedup_analysis"
25748   output-file-type: ".html"
25749   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25750   data: "plot-throughput-speedup-analysis-3n-skx"
25751   filter: "'NIC_Intel-X710' and
25752            '64B' and
25753            'NDRPDR' and
25754            'ETH' and
25755            'IP4FWD' and
25756            'VHOST_1024' and
25757            not 'VXLAN' and
25758            not 'DOT1Q'"
25759   parameters:
25760   - "throughput"
25761   - "parent"
25762   - "tags"
25763   sort:
25764   - "1VM"
25765   - "2VM"
25766   layout:
25767     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr"
25768     layout: "plot-throughput-speedup-analysis"
25769
25770 -
25771   type: "plot"
25772   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25773   algorithm: "plot_throughput_speedup_analysis"
25774   output-file-type: ".html"
25775   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25776   data: "plot-throughput-speedup-analysis-3n-skx"
25777   filter: "'NIC_Intel-X710' and
25778            '64B' and
25779            'NDRPDR' and
25780            'ETH' and
25781            'IP4FWD' and
25782            'VHOST_1024' and
25783            not 'VXLAN' and
25784            not 'DOT1Q'"
25785   parameters:
25786   - "throughput"
25787   - "parent"
25788   - "tags"
25789   sort:
25790   - "1VM"
25791   - "2VM"
25792   layout:
25793     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr"
25794     layout: "plot-throughput-speedup-analysis"
25795
25796 # Packet Speedup - VPP vhost ip4 2n-skx-x710
25797 -
25798   type: "plot"
25799   title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
25800   algorithm: "plot_throughput_speedup_analysis"
25801   output-file-type: ".html"
25802   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
25803   data: "plot-throughput-speedup-analysis-2n-skx"
25804   filter: "'NIC_Intel-X710' and
25805            '64B' and
25806            'NDRPDR' and
25807            'ETH' and
25808            'IP4FWD' and
25809            'VHOST_1024' and
25810            not 'VXLAN' and
25811            not 'NF_DENSITY' and
25812            not 'CFS_OPT' and
25813            not 'DOT1Q'"
25814   parameters:
25815   - "throughput"
25816   - "parent"
25817   - "tags"
25818   sort:
25819   - "1VM"
25820   - "2VM"
25821   layout:
25822     title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr"
25823     layout: "plot-throughput-speedup-analysis"
25824
25825 -
25826   type: "plot"
25827   title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
25828   algorithm: "plot_throughput_speedup_analysis"
25829   output-file-type: ".html"
25830   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
25831   data: "plot-throughput-speedup-analysis-2n-skx"
25832   filter: "'NIC_Intel-X710' and
25833            '64B' and
25834            'NDRPDR' and
25835            'ETH' and
25836            'IP4FWD' and
25837            'VHOST_1024' and
25838            not 'VXLAN' and
25839            not 'NF_DENSITY' and
25840            not 'CFS_OPT' and
25841            not 'DOT1Q'"
25842   parameters:
25843   - "throughput"
25844   - "parent"
25845   - "tags"
25846   sort:
25847   - "1VM"
25848   - "2VM"
25849   layout:
25850     title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr"
25851     layout: "plot-throughput-speedup-analysis"
25852
25853 # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base
25854 -
25855   type: "plot"
25856   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_features-ndr-tsa"
25857   algorithm: "plot_throughput_speedup_analysis"
25858   output-file-type: ".html"
25859   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_features-ndr-tsa"
25860   data: "plot-throughput-speedup-analysis-2n-skx"
25861   filter: "'NIC_Intel-X710' and
25862            '64B' and
25863            'NDRPDR' and
25864            ('ETH' or 'DOT1Q') and
25865            'BASE' and
25866            ('L2BDMACLRN' or 'L2XCFWD') and
25867            'VHOST_1024' and
25868            not 'VXLAN' and
25869            not 'NF_DENSITY' and
25870            not 'IP4FWD' and
25871            not '2VM'"
25872   parameters:
25873   - "throughput"
25874   - "parent"
25875   - "tags"
25876 #  sort:
25877 #  - "not CFS_OPT"
25878 #  - "L2XCFWD"
25879 #  - "not CFS_OPT"
25880 #  - "CFS_OPT"
25881   layout:
25882     title: "vhost-l2sw-2n-skx-x710-64b-base_and_features-ndr"
25883     layout: "plot-throughput-speedup-analysis"
25884
25885 -
25886   type: "plot"
25887   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_features-pdr-tsa"
25888   algorithm: "plot_throughput_speedup_analysis"
25889   output-file-type: ".html"
25890   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_features-pdr-tsa"
25891   data: "plot-throughput-speedup-analysis-2n-skx"
25892   filter: "'NIC_Intel-X710' and
25893            '64B' and
25894            'NDRPDR' and
25895            ('ETH' or 'DOT1Q') and
25896            'BASE' and
25897            ('L2BDMACLRN' or 'L2XCFWD') and
25898            'VHOST_1024' and
25899            not 'VXLAN' and
25900            not 'NF_DENSITY' and
25901            not 'IP4FWD' and
25902            not '2VM'"
25903   parameters:
25904   - "throughput"
25905   - "parent"
25906   - "tags"
25907 #  sort:
25908 #  - "not CFS_OPT"
25909 #  - "L2XCFWD"
25910 #  - "not CFS_OPT"
25911 #  - "CFS_OPT"
25912   layout:
25913     title: "vhost-l2sw-2n-skx-x710-64b-base_and_features-pdr"
25914     layout: "plot-throughput-speedup-analysis"
25915
25916 # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base vm
25917 -
25918   type: "plot"
25919   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
25920   algorithm: "plot_throughput_speedup_analysis"
25921   output-file-type: ".html"
25922   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
25923   data: "plot-throughput-speedup-analysis-2n-skx"
25924   filter: "'NIC_Intel-X710' and
25925            '64B' and
25926            'NDRPDR' and
25927            ('ETH' or 'DOT1Q') and
25928            ('L2BDMACLRN' or 'L2XCFWD') and
25929            'VHOST_1024' and
25930            not 'CFS_OPT' and
25931            not 'VXLAN' and
25932            not 'NF_DENSITY' and
25933            not 'DOT1Q' and
25934            not 'IP4FWD'"
25935   parameters:
25936   - "throughput"
25937   - "parent"
25938   - "tags"
25939 #  sort:
25940 #  - "1VM"
25941 #  - "L2XCFWD"
25942 #  - "1VM"
25943 #  - "L2BDMACLRN"
25944   layout:
25945     title: "vhost-l2sw-2n-skx-x710-64b-base-vm-ndr"
25946     layout: "plot-throughput-speedup-analysis"
25947
25948 -
25949   type: "plot"
25950   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
25951   algorithm: "plot_throughput_speedup_analysis"
25952   output-file-type: ".html"
25953   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
25954   data: "plot-throughput-speedup-analysis-2n-skx"
25955   filter: "'NIC_Intel-X710' and
25956            '64B' and
25957            'NDRPDR' and
25958            ('ETH' or 'DOT1Q') and
25959            ('L2BDMACLRN' or 'L2XCFWD') and
25960            'VHOST_1024' and
25961            not 'CFS_OPT' and
25962            not 'VXLAN' and
25963            not 'NF_DENSITY' and
25964            not 'DOT1Q' and
25965            not 'IP4FWD'"
25966   parameters:
25967   - "throughput"
25968   - "parent"
25969   - "tags"
25970 #  sort:
25971 #  - "1VM"
25972 #  - "L2XCFWD"
25973 #  - "1VM"
25974 #  - "L2BDMACLRN"
25975   layout:
25976     title: "vhost-l2sw-2n-skx-x710-64b-base-vm-pdr"
25977     layout: "plot-throughput-speedup-analysis"
25978
25979 # Packet Speedup - VPP vhost ip4 2n-skx-xxv710
25980 -
25981   type: "plot"
25982   title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25983   algorithm: "plot_throughput_speedup_analysis"
25984   output-file-type: ".html"
25985   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25986   data: "plot-throughput-speedup-analysis-2n-skx"
25987   filter: "'NIC_Intel-XXV710' and
25988            '64B' and
25989            'NDRPDR' and
25990            'ETH' and
25991            'IP4FWD' and
25992            'VHOST_1024' and
25993            not 'VXLAN' and
25994            not 'CFS_OPT' and
25995            not 'DOT1Q'"
25996   parameters:
25997   - "throughput"
25998   - "parent"
25999   - "tags"
26000   sort:
26001   - "not CFS_OPT"
26002   - "1VM"
26003   - "2VM"
26004   layout:
26005     title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
26006     layout: "plot-throughput-speedup-analysis"
26007
26008 -
26009   type: "plot"
26010   title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26011   algorithm: "plot_throughput_speedup_analysis"
26012   output-file-type: ".html"
26013   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26014   data: "plot-throughput-speedup-analysis-2n-skx"
26015   filter: "'NIC_Intel-XXV710' and
26016            '64B' and
26017            'NDRPDR' and
26018            'ETH' and
26019            'IP4FWD' and
26020            'VHOST_1024' and
26021            not 'VXLAN' and
26022            not 'CFS_OPT' and
26023            not 'DOT1Q'"
26024   parameters:
26025   - "throughput"
26026   - "parent"
26027   - "tags"
26028   sort:
26029   - "not CFS_OPT"
26030   - "1VM"
26031   - "2VM"
26032   layout:
26033     title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
26034     layout: "plot-throughput-speedup-analysis"
26035
26036 # Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base
26037 -
26038   type: "plot"
26039   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_features-ndr-tsa"
26040   algorithm: "plot_throughput_speedup_analysis"
26041   output-file-type: ".html"
26042   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_features-ndr-tsa"
26043   data: "plot-throughput-speedup-analysis-2n-skx"
26044   filter: "'NIC_Intel-XXV710' and
26045            '64B' and
26046            'NDRPDR' and
26047            ('ETH' or 'DOT1Q') and
26048            'BASE' and
26049            ('L2BDMACLRN' or 'L2XCFWD') and
26050            'VHOST_1024' and
26051            not 'VXLAN' and
26052            not 'IP4FWD' and
26053            not '2VM'"
26054   parameters:
26055   - "throughput"
26056   - "parent"
26057   - "tags"
26058 #  sort:
26059 #  - "not CFS_OPT"
26060 #  - "L2XCFWD"
26061 #  - "not CFS_OPT"
26062 #  - "CFS_OPT"
26063   layout:
26064     title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_features-ndr"
26065     layout: "plot-throughput-speedup-analysis"
26066
26067 -
26068   type: "plot"
26069   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_features-pdr-tsa"
26070   algorithm: "plot_throughput_speedup_analysis"
26071   output-file-type: ".html"
26072   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_features-pdr-tsa"
26073   data: "plot-throughput-speedup-analysis-2n-skx"
26074   filter: "'NIC_Intel-XXV710' and
26075            '64B' and
26076            'NDRPDR' and
26077            ('ETH' or 'DOT1Q') and
26078            'BASE' and
26079            ('L2BDMACLRN' or 'L2XCFWD') and
26080            'VHOST_1024' and
26081            not 'VXLAN' and
26082            not 'IP4FWD' and
26083            not '2VM'"
26084   parameters:
26085   - "throughput"
26086   - "parent"
26087   - "tags"
26088 #  sort:
26089 #  - "not CFS_OPT"
26090 #  - "L2XCFWD"
26091 #  - "not CFS_OPT"
26092 #  - "CFS_OPT"
26093   layout:
26094     title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_features-pdr"
26095     layout: "plot-throughput-speedup-analysis"
26096
26097 # Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base vm
26098 -
26099   type: "plot"
26100   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
26101   algorithm: "plot_throughput_speedup_analysis"
26102   output-file-type: ".html"
26103   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
26104   data: "plot-throughput-speedup-analysis-2n-skx"
26105   filter: "'NIC_Intel-XXV710' and
26106            '64B' and
26107            'NDRPDR' and
26108            ('ETH' or 'DOT1Q') and
26109            ('L2BDMACLRN' or 'L2XCFWD') and
26110            'VHOST_1024' and
26111            not 'CFS_OPT' and
26112            not 'VXLAN' and
26113            not 'DOT1Q' and
26114            not 'IP4FWD'"
26115   parameters:
26116   - "throughput"
26117   - "parent"
26118   - "tags"
26119 #  sort:
26120 #  - "1VM"
26121 #  - "L2XCFWD"
26122 #  - "1VM"
26123 #  - "L2BDMACLRN"
26124   layout:
26125     title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr"
26126     layout: "plot-throughput-speedup-analysis"
26127
26128 -
26129   type: "plot"
26130   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
26131   algorithm: "plot_throughput_speedup_analysis"
26132   output-file-type: ".html"
26133   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
26134   data: "plot-throughput-speedup-analysis-2n-skx"
26135   filter: "'NIC_Intel-XXV710' and
26136            '64B' and
26137            'NDRPDR' and
26138            ('ETH' or 'DOT1Q') and
26139            ('L2BDMACLRN' or 'L2XCFWD') and
26140            'VHOST_1024' and
26141            not 'CFS_OPT' and
26142            not 'VXLAN' and
26143            not 'DOT1Q' and
26144            not 'IP4FWD'"
26145   parameters:
26146   - "throughput"
26147   - "parent"
26148   - "tags"
26149 #  sort:
26150 #  - "1VM"
26151 #  - "L2XCFWD"
26152 #  - "1VM"
26153 #  - "L2BDMACLRN"
26154   layout:
26155     title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr"
26156     layout: "plot-throughput-speedup-analysis"
26157
26158 ################################################################################
26159
26160 # Speedup - VPP vts 3n-hsw-x520
26161 -
26162   type: "plot"
26163   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
26164   algorithm: "plot_throughput_speedup_analysis"
26165   output-file-type: ".html"
26166   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
26167   data: "plot-throughput-speedup-analysis-3n-hsw"
26168   filter: "'NIC_Intel-X520-DA2' and
26169            '114B' and
26170            'NDRPDR' and
26171            'VTS'"
26172   parameters:
26173   - "throughput"
26174   - "parent"
26175   - "tags"
26176   layout:
26177     title: "vts-3n-hsw-x520-114b-base_and_scale-ndr"
26178     layout: "plot-throughput-speedup-analysis"
26179
26180 -
26181   type: "plot"
26182   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
26183   algorithm: "plot_throughput_speedup_analysis"
26184   output-file-type: ".html"
26185   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
26186   data: "plot-throughput-speedup-analysis-3n-hsw"
26187   filter: "'NIC_Intel-X520-DA2' and
26188            '114B' and
26189            'NDRPDR' and
26190            'VTS'"
26191   parameters:
26192   - "throughput"
26193   - "parent"
26194   - "tags"
26195   layout:
26196     title: "vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
26197     layout: "plot-throughput-speedup-analysis"