Report: Add Denverton static content
[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/1901/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       # Not used
369       intel-dnv-vpp-release-1901:
370         - 1
371
372     ###########################################################################
373     # Simple tables (only one data set):
374
375     # NIC Comparisons
376
377     vpp-nic-comparison-3n-hsw:
378       csit-vpp-perf-verify-1901-3n-hsw:
379 #        - 10  # NDRPDR sel
380 #        - 19  # NDRPDR sel
381 #        - 31  # NDRPDR sel
382 #        - 36  # NDRPDR sel
383 #        - 40  # NDRPDR sel
384 #        - 42  # NDRPDR sel
385 #        - 44  # NDRPDR sel
386 #        - 46  # NDRPDR sel
387 #        - 47  # NDRPDR sel
388 #        - 48  # NDRPDR sel
389 #        - 61  # NDRPDR LB
390 #        - 62  # NDRPDR LB
391 #        - 63  # NDRPDR LB
392 #        - 64  # NDRPDR LB
393 #        - 65  # NDRPDR LB
394 #        - 66  # NDRPDR LB
395 #        - 67  # NDRPDR LB
396 #        - 69  # NDRPDR LB
397 #        - 70  # NDRPDR LB
398 #        - 71  # NDRPDR LB
399         - 72  # 1901.1 NDRPDR sel
400         - 78  # 1901.1 NDRPDR sel
401
402     vpp-nic-comparison-3n-skx:
403       csit-vpp-perf-verify-1901-3n-skx:
404 #        - 18  # NDRPDR sel
405 #        - 19  # NDRPDR sel
406 #        - 20  # NDRPDR sel
407 #        - 28  # NDRPDR sel
408 #        - 31  # NDRPDR sel
409 #        - 33  # NDRPDR sel
410 #        - 36  # NDRPDR sel
411 #        - 38  # NDRPDR sel
412 #        - 47  # NDRPDR sel
413 #        - 48  # NDRPDR sel
414 #        - 54  # NDRPDR LB
415 #        - 57  # NDRPDR LB
416 #        - 58  # NDRPDR LB
417 #        - 59  # NDRPDR LB
418 #        - 60  # NDRPDR LB
419 #        - 63  # NDRPDR LB
420 #        - 64  # NDRPDR LB
421 #        - 65  # NDRPDR LB
422 #        - 66  # NDRPDR LB
423 #        - 67  # NDRPDR LB
424         - 68  # 1901.1 NDRPDR sel
425
426     vpp-nic-comparison-2n-skx:
427       csit-vpp-perf-verify-1901-2n-skx:
428 #        - 5   # NDRPDR sel
429 #        - 12  # NDRPDR sel
430 #        - 13  # NDRPDR sel
431 #        - 21  # NDRPDR sel
432 #        - 23  # NDRPDR sel
433 #        - 31  # NDRPDR sel
434 #        - 34  # NDRPDR sel
435 #        - 40  # NDRPDR sel
436 #        - 42  # NDRPDR sel
437 #        - 43  # NDRPDR sel
438         - 64  # 1901.1 NDRPDR sel
439
440     vpp-nic-comparison-3n-hsw-mrr:
441       csit-vpp-perf-verify-1901-3n-hsw:
442 #        - 35  # MRR sel
443         - 73  # 1901.1 MRR sel
444         - 77  # 1901.1 MRR sel
445
446     vpp-nic-comparison-3n-skx-mrr:
447       csit-vpp-perf-verify-1901-3n-skx:
448 #        - 32  # MRR sel
449         - 69  # 1901.1 MRR sel
450
451     vpp-nic-comparison-2n-skx-mrr:
452       csit-vpp-perf-verify-1901-2n-skx:
453 #        - 22  # MRR sel
454         - 65  # 1901.1 MRR sel
455
456     # Results
457
458     vpp-perf-results-3n-hsw:
459       csit-vpp-perf-verify-1901-3n-hsw:
460 #        - 38  # NDRPDR full
461 #        - 43  # NDRPDR full
462 #        - 45  # NDRPDR full
463 #        - 49  # NDRPDR full
464         - 72  # 1901.1 NDRPDR sel
465         - 78  # 1901.1 NDRPDR sel
466
467     vpp-perf-results-3n-skx:
468       csit-vpp-perf-verify-1901-3n-skx:
469 #        - 37  # NDRPDR full
470 #        - 39  # NDRPDR full
471 #        - 40  # NDRPDR full
472 #        - 49  # NDRPDR full
473         - 68  # 1901.1 NDRPDR sel
474
475     vpp-perf-results-2n-skx:
476       csit-vpp-perf-verify-1901-2n-skx:
477 #        - 25  # NDRPDR full
478 #        - 30  # NDRPDR full
479 #        - 33  # NDRPDR full
480 #        - 44  # NDRPDR full
481         - 64  # 1901.1 NDRPDR sel
482
483     vpp-mrr-results-3n-hsw:
484       csit-vpp-perf-verify-1901-3n-hsw:
485 #        - 35  # MRR sel
486         - 73  # 1901.1 MRR sel
487         - 77  # 1901.1 MRR sel
488
489     vpp-mrr-results-3n-skx:
490       csit-vpp-perf-verify-1901-3n-skx:
491 #        - 32  # MRR sel
492         - 69  # 1901.1 MRR sel
493
494     vpp-mrr-results-2n-skx:
495       csit-vpp-perf-verify-1901-2n-skx:
496 #        - 22  # MRR sel
497         - 65  # 1901.1 MRR sel
498
499     vpp-func-results-ubuntu:
500       csit-vpp-functional-1901-ubuntu1604-virl:
501         - 173
502
503     vpp-func-results-centos:
504       csit-vpp-functional-1901-centos7-virl:
505         - 175
506
507     vpp-device-results-ubuntu:
508       csit-vpp-device-1901-ubuntu1804-1n-skx:
509         - 175
510
511     # VPP Ligato
512     ligato-perf-results-3n-hsw:
513       csit-ligato-perf-verify-1901-3n-hsw:
514         - 10  # NDRPDR full
515
516     dpdk-perf-results-3n-hsw:
517       csit-dpdk-perf-verify-1901-3n-hsw:
518         - 20  # NDRPDR sel
519
520     dpdk-perf-results-3n-skx:
521       csit-dpdk-perf-verify-1901-3n-skx:
522         - 13  # NDRPDR sel
523
524     dpdk-perf-results-2n-skx:
525       csit-dpdk-perf-verify-1901-2n-skx:
526         - 21  # NDRPDR sel
527
528     # HoneyComb Functional
529     hc-func-results:
530       csit-hc2vpp-verify-func-1901-ubuntu1604:
531         - 3
532
533     # NSH SFC Functional
534     nsh-func-results:
535       # Not used
536       csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
537         - 1
538
539     # DMM Functional
540     dmm-func-results:
541       csit-dmm-functional-1901-ubuntu1604-virl:
542         - 2
543
544     ###########################################################################
545     # Tables (more than one data set)
546
547     # Performance changes
548
549     vpp-performance-changes-3n-hsw-h1:
550       csit-vpp-perf-verify-1807-3n-hsw:
551         - 11  # NDRPDR full 1
552         - 22  # NDRPDR full 2
553         - 45  # NDRPDR full 3
554         - 46  # NDRPDR full 4
555         - 15  # NDRPDR sel
556         - 16  # NDRPDR sel
557         - 19  # NDRPDR sel
558         - 18  # NDRPDR sel
559         - 20  # NDRPDR sel
560         - 38  # NDRPDR sel
561         - 40  # NDRPDR sel
562         - 44  # NDRPDR sel
563         - 47  # NDRPDR sel
564     vpp-performance-changes-3n-hsw-ref:
565       csit-vpp-perf-verify-1810-3n-hsw:
566         - 8   # NDRPDR sel
567         - 12  # NDRPDR sel
568         - 14  # NDRPDR sel
569         - 18  # NDRPDR sel
570         - 23  # NDRPDR sel
571         - 25  # NDRPDR sel
572         - 38  # NDRPDR sel
573         - 39  # NDRPDR sel
574         - 41  # NDRPDR sel
575         - 42  # NDRPDR sel
576     vpp-performance-changes-3n-hsw-cmp:
577       csit-vpp-perf-verify-1901-3n-hsw:
578 #        - 10  # NDRPDR sel
579 #        - 19  # NDRPDR sel
580 #        - 31  # NDRPDR sel
581 #        - 36  # NDRPDR sel
582 #        - 40  # NDRPDR sel
583 #        - 42  # NDRPDR sel
584 #        - 44  # NDRPDR sel
585 #        - 46  # NDRPDR sel
586 #        - 47  # NDRPDR sel
587 #        - 48  # NDRPDR sel
588 #        - 61  # NDRPDR LB
589 #        - 62  # NDRPDR LB
590 #        - 63  # NDRPDR LB
591 #        - 64  # NDRPDR LB
592 #        - 65  # NDRPDR LB
593 #        - 66  # NDRPDR LB
594 #        - 67  # NDRPDR LB
595 #        - 69  # NDRPDR LB
596 #        - 70  # NDRPDR LB
597 #        - 71  # NDRPDR LB
598         - 72  # 1901.1 NDRPDR sel
599         - 78  # 1901.1 NDRPDR sel
600     vpp-performance-changes-3n-hsw:
601       - "vpp-performance-changes-3n-hsw-h1"
602       - "vpp-performance-changes-3n-hsw-ref"
603       - "vpp-performance-changes-3n-hsw-cmp"
604
605     vpp-performance-changes-3n-skx-h1:
606       csit-vpp-perf-verify-1807-3n-skx:
607         - 33  # NDRPDR sel
608         - 35  # NDRPDR sel
609         - 37  # NDRPDR sel
610         - 38  # NDRPDR sel
611         - 39  # NDRPDR sel
612         - 43  # NDRPDR sel
613         - 44  # NDRPDR sel
614         - 49  # NDRPDR sel
615         - 50  # NDRPDR sel
616         - 56  # NDRPDR sel
617     vpp-performance-changes-3n-skx-ref:
618       csit-vpp-perf-verify-1810-3n-skx:
619         - 10  # NDRPDR sel
620         - 14  # NDRPDR sel
621         - 15  # NDRPDR sel
622         - 16  # NDRPDR sel
623         - 17  # NDRPDR sel
624         - 19  # NDRPDR sel
625         - 20  # NDRPDR sel
626         - 21  # NDRPDR sel
627         - 22  # NDRPDR sel
628         - 25  # NDRPDR sel
629     vpp-performance-changes-3n-skx-cmp:
630       csit-vpp-perf-verify-1901-3n-skx:
631 #        - 18  # NDRPDR sel
632 #        - 19  # NDRPDR sel
633 #        - 20  # NDRPDR sel
634 #        - 28  # NDRPDR sel
635 #        - 31  # NDRPDR sel
636 #        - 33  # NDRPDR sel
637 #        - 36  # NDRPDR sel
638 #        - 38  # NDRPDR sel
639 #        - 47  # NDRPDR sel
640 #        - 48  # NDRPDR sel
641 #        - 54  # NDRPDR LB
642 #        - 57  # NDRPDR LB
643 #        - 58  # NDRPDR LB
644 #        - 59  # NDRPDR LB
645 #        - 60  # NDRPDR LB
646 #        - 63  # NDRPDR LB
647 #        - 64  # NDRPDR LB
648 #        - 65  # NDRPDR LB
649 #        - 66  # NDRPDR LB
650 #        - 67  # NDRPDR LB
651         - 68  # 1901.1 NDRPDR sel
652     vpp-performance-changes-3n-skx:
653       - "vpp-performance-changes-3n-skx-h1"
654       - "vpp-performance-changes-3n-skx-ref"
655       - "vpp-performance-changes-3n-skx-cmp"
656
657     vpp-performance-changes-2n-skx-h1:
658       csit-vpp-perf-verify-1807-2n-skx:
659         - 26  # NDRPDR sel
660         - 28  # NDRPDR sel
661         - 29  # NDRPDR sel
662         - 30  # NDRPDR sel
663         - 34  # NDRPDR sel
664         - 35  # NDRPDR sel
665         - 36  # NDRPDR sel
666         - 39  # NDRPDR sel
667         - 40  # NDRPDR sel
668         - 42  # NDRPDR sel
669     vpp-performance-changes-2n-skx-ref:
670       csit-vpp-perf-verify-1810-2n-skx:
671         - 9   # NDRPDR sel
672         - 13  # NDRPDR sel
673         - 14  # NDRPDR sel
674         - 19  # NDRPDR sel
675         - 20  # NDRPDR sel
676         - 21  # NDRPDR sel
677         - 22  # NDRPDR sel
678         - 23  # NDRPDR sel
679         - 24  # NDRPDR sel
680         - 27  # NDRPDR sel
681     vpp-performance-changes-2n-skx-cmp:
682       csit-vpp-perf-verify-1901-2n-skx:
683 #        - 5   # NDRPDR sel
684 #        - 12  # NDRPDR sel
685 #        - 13  # NDRPDR sel
686 #        - 21  # NDRPDR sel
687 #        - 23  # NDRPDR sel
688 #        - 31  # NDRPDR sel
689 #        - 34  # NDRPDR sel
690 #        - 40  # NDRPDR sel
691 #        - 42  # NDRPDR sel
692 #        - 43  # NDRPDR sel
693         - 64  # 1901.1 NDRPDR sel
694     vpp-performance-changes-2n-skx:
695       - "vpp-performance-changes-2n-skx-h1"
696       - "vpp-performance-changes-2n-skx-ref"
697       - "vpp-performance-changes-2n-skx-cmp"
698
699     vpp-performance-changes-3n-hsw-mrr-h1:
700       csit-vpp-perf-verify-1807-3n-hsw:
701         - 8   # MRR full
702         - 9   # MRR sel
703         - 21  # MRR sel
704         - 31  # MRR sel
705         - 33  # MRR sel
706         - 36  # MRR sel
707         - 41  # MRR sel
708         - 42  # MRR sel
709         - 48  # MRR sel
710     vpp-performance-changes-3n-hsw-mrr-ref:
711       csit-vpp-perf-verify-1810-3n-hsw:
712         - 9   # MRR sel
713     vpp-performance-changes-3n-hsw-mrr-cmp:
714       csit-vpp-perf-verify-1901-3n-hsw:
715 #        - 35  # MRR sel
716         - 73  # 1901.1 MRR sel
717         - 77  # 1901.1 MRR sel
718     vpp-performance-changes-3n-hsw-mrr:
719       - "vpp-performance-changes-3n-hsw-mrr-h1"
720       - "vpp-performance-changes-3n-hsw-mrr-ref"
721       - "vpp-performance-changes-3n-hsw-mrr-cmp"
722
723     vpp-performance-changes-3n-skx-mrr-h1:
724       csit-vpp-perf-verify-1807-3n-skx:
725         - 28  # MRR sel
726         - 32  # MRR sel
727         - 36  # MRR sel
728         - 42  # MRR sel
729         - 47  # MRR sel
730         - 48  # MRR sel
731         - 51  # MRR sel
732         - 52  # MRR sel
733         - 53  # MRR sel
734         - 54  # MRR sel
735     vpp-performance-changes-3n-skx-mrr-ref:
736       csit-vpp-perf-verify-1810-3n-skx:
737         - 9   # MRR sel
738         - 11  # MRR sel
739         - 12  # MRR sel
740         - 13  # MRR sel
741     vpp-performance-changes-3n-skx-mrr-cmp:
742       csit-vpp-perf-verify-1901-3n-skx:
743 #        - 32  # MRR sel
744         - 69  # 1901.1 MRR sel
745     vpp-performance-changes-3n-skx-mrr:
746       - "vpp-performance-changes-3n-skx-mrr-h1"
747       - "vpp-performance-changes-3n-skx-mrr-ref"
748       - "vpp-performance-changes-3n-skx-mrr-cmp"
749
750     vpp-performance-changes-2n-skx-mrr-h1:
751       csit-vpp-perf-verify-1807-2n-skx:
752         - 31  # MRR sel
753         - 33  # MRR sel
754         - 37  # MRR sel
755         - 38  # MRR sel
756         - 41  # MRR sel
757         - 43  # MRR sel
758         - 44  # MRR sel
759         - 45  # MRR sel
760         - 46  # MRR sel
761         - 47  # MRR sel
762     vpp-performance-changes-2n-skx-mrr-ref:
763       csit-vpp-perf-verify-1810-2n-skx:
764         - 8   # MRR sel
765         - 10  # MRR sel
766         - 11  # MRR sel
767         - 12  # MRR sel
768     vpp-performance-changes-2n-skx-mrr-cmp:
769       csit-vpp-perf-verify-1901-2n-skx:
770 #        - 22  # MRR sel
771         - 65  # 1901.1 MRR sel
772     vpp-performance-changes-2n-skx-mrr:
773       - "vpp-performance-changes-2n-skx-mrr-h1"
774       - "vpp-performance-changes-2n-skx-mrr-ref"
775       - "vpp-performance-changes-2n-skx-mrr-cmp"
776
777     dpdk-performance-changes-3n-hsw-h1:
778       csit-dpdk-perf-verify-1807-3n-hsw:
779         - 11
780         - 12  # full
781         - 14
782         - 15
783         - 16
784         - 17
785         - 20
786         - 21
787         - 22
788         - 23
789     dpdk-performance-changes-3n-hsw-ref:
790       csit-dpdk-perf-verify-1810-3n-hsw:
791         - 1   # NDRPDR sel
792         - 2   # NDRPDR sel
793         - 3   # NDRPDR sel
794         - 4   # NDRPDR sel
795         - 5   # NDRPDR sel
796         - 6   # NDRPDR sel
797         - 7   # NDRPDR sel
798         - 8   # NDRPDR sel
799         - 9   # NDRPDR sel
800         - 10  # NDRPDR sel
801     dpdk-performance-changes-3n-hsw-cmp:
802       csit-dpdk-perf-verify-1901-3n-hsw:
803         - 13  # NDRPDR sel
804         - 14  # NDRPDR sel
805         - 16  # NDRPDR sel
806         - 17  # NDRPDR sel
807         - 18  # NDRPDR sel
808         - 19  # NDRPDR sel
809         - 20  # NDRPDR sel
810         - 21  # NDRPDR sel
811         - 22  # NDRPDR sel
812         - 23  # NDRPDR sel
813     dpdk-performance-changes-3n-hsw:
814       - "dpdk-performance-changes-3n-hsw-h1"
815       - "dpdk-performance-changes-3n-hsw-ref"
816       - "dpdk-performance-changes-3n-hsw-cmp"
817
818     dpdk-performance-changes-3n-skx-h1:
819       csit-dpdk-perf-verify-1807-3n-skx:
820         - 1   # NDRPDR sel
821         - 2   # NDRPDR sel
822         - 3   # NDRPDR sel
823         - 6   # NDRPDR sel
824         - 7   # NDRPDR sel
825         - 8   # NDRPDR sel
826         - 9   # NDRPDR sel
827         - 10  # NDRPDR sel
828         - 11  # NDRPDR sel
829         - 12  # NDRPDR sel
830     dpdk-performance-changes-3n-skx-ref:
831       csit-dpdk-perf-verify-1810-3n-skx:
832         - 3   # NDRPDR sel
833         - 4   # NDRPDR sel
834         - 6   # NDRPDR sel
835         - 7   # NDRPDR sel
836         - 8   # NDRPDR sel
837         - 9   # NDRPDR sel
838         - 10  # NDRPDR sel
839         - 11  # NDRPDR sel
840         - 12  # NDRPDR sel
841         - 13  # NDRPDR sel
842     dpdk-performance-changes-3n-skx-cmp:
843       csit-dpdk-perf-verify-1901-3n-skx:
844         - 3   # NDRPDR sel
845         - 5   # NDRPDR sel
846         - 6   # NDRPDR sel
847         - 7   # NDRPDR sel
848         - 8   # NDRPDR sel
849         - 9   # NDRPDR sel
850         - 10  # NDRPDR sel
851         - 11  # NDRPDR sel
852         - 12  # NDRPDR sel
853         - 13  # NDRPDR sel
854     dpdk-performance-changes-3n-skx:
855       - "dpdk-performance-changes-3n-skx-h1"
856       - "dpdk-performance-changes-3n-skx-ref"
857       - "dpdk-performance-changes-3n-skx-cmp"
858
859     dpdk-performance-changes-2n-skx-ref:
860       csit-dpdk-perf-verify-1810-2n-skx:
861         - 3   # NDRPDR sel
862         - 4   # NDRPDR sel
863         - 5   # NDRPDR sel
864         - 7   # NDRPDR sel
865         - 8   # NDRPDR sel
866         - 9   # NDRPDR sel
867         - 10  # NDRPDR sel
868         - 11  # NDRPDR sel
869         - 12  # NDRPDR sel
870         - 13  # NDRPDR sel
871     dpdk-performance-changes-2n-skx-cmp:
872       csit-dpdk-perf-verify-1901-2n-skx:
873         - 12  # NDRPDR sel
874         - 13  # NDRPDR sel
875         - 14  # NDRPDR sel
876         - 15  # NDRPDR sel
877         - 16  # NDRPDR sel
878         - 17  # NDRPDR sel
879         - 18  # NDRPDR sel
880         - 19  # NDRPDR sel
881         - 20  # NDRPDR sel
882         - 21  # NDRPDR sel
883     dpdk-performance-changes-2n-skx:
884       - "dpdk-performance-changes-2n-skx-ref"
885       - "dpdk-performance-changes-2n-skx-cmp"
886
887     # Compare testbeds
888
889     vpp-compare-testbeds-ref:
890       csit-vpp-perf-verify-1901-3n-hsw:
891 #        - 10  # NDRPDR sel
892 #        - 19  # NDRPDR sel
893 #        - 31  # NDRPDR sel
894 #        - 36  # NDRPDR sel
895 #        - 40  # NDRPDR sel
896 #        - 42  # NDRPDR sel
897 #        - 44  # NDRPDR sel
898 #        - 46  # NDRPDR sel
899 #        - 47  # NDRPDR sel
900 #        - 48  # NDRPDR sel
901 #        - 61  # NDRPDR LB
902 #        - 62  # NDRPDR LB
903 #        - 63  # NDRPDR LB
904 #        - 64  # NDRPDR LB
905 #        - 65  # NDRPDR LB
906 #        - 66  # NDRPDR LB
907 #        - 67  # NDRPDR LB
908 #        - 69  # NDRPDR LB
909 #        - 70  # NDRPDR LB
910 #        - 71  # NDRPDR LB
911         - 72  # 1901.1 NDRPDR sel
912         - 78  # 1901.1 NDRPDR sel
913     vpp-compare-testbeds-cmp:
914       csit-vpp-perf-verify-1901-3n-skx:
915 #        - 18  # NDRPDR sel
916 #        - 19  # NDRPDR sel
917 #        - 20  # NDRPDR sel
918 #        - 28  # NDRPDR sel
919 #        - 31  # NDRPDR sel
920 #        - 33  # NDRPDR sel
921 #        - 36  # NDRPDR sel
922 #        - 38  # NDRPDR sel
923 #        - 47  # NDRPDR sel
924 #        - 48  # NDRPDR sel
925 #        - 54  # NDRPDR LB
926 #        - 57  # NDRPDR LB
927 #        - 58  # NDRPDR LB
928 #        - 59  # NDRPDR LB
929 #        - 60  # NDRPDR LB
930 #        - 63  # NDRPDR LB
931 #        - 64  # NDRPDR LB
932 #        - 65  # NDRPDR LB
933 #        - 66  # NDRPDR LB
934 #        - 67  # NDRPDR LB
935         - 68  # 1901.1 NDRPDR sel
936     vpp-compare-testbeds:
937       - "vpp-compare-testbeds-ref"
938       - "vpp-compare-testbeds-cmp"
939
940     vpp-compare-testbeds-mrr-ref:
941       csit-vpp-perf-verify-1901-3n-hsw:
942 #        - 35  # MRR sel
943         - 73  # 1901.1 MRR sel
944         - 77  # 1901.1 MRR sel
945     vpp-compare-testbeds-mrr-cmp:
946       csit-vpp-perf-verify-1901-3n-skx:
947 #        - 32  # MRR sel
948         - 69  # 1901.1 MRR sel
949     vpp-compare-testbeds-mrr:
950       - "vpp-compare-testbeds-mrr-ref"
951       - "vpp-compare-testbeds-mrr-cmp"
952
953     dpdk-compare-testbeds-ref:
954       csit-dpdk-perf-verify-1901-3n-hsw:
955         - 13  # NDRPDR sel
956         - 14  # NDRPDR sel
957         - 16  # NDRPDR sel
958         - 17  # NDRPDR sel
959         - 18  # NDRPDR sel
960         - 19  # NDRPDR sel
961         - 20  # NDRPDR sel
962         - 21  # NDRPDR sel
963         - 22  # NDRPDR sel
964         - 23  # NDRPDR sel
965     dpdk-compare-testbeds-cmp:
966       csit-dpdk-perf-verify-1901-3n-skx:
967         - 3   # NDRPDR sel
968         - 5   # NDRPDR sel
969         - 6   # NDRPDR sel
970         - 7   # NDRPDR sel
971         - 8   # NDRPDR sel
972         - 9   # NDRPDR sel
973         - 10  # NDRPDR sel
974         - 11  # NDRPDR sel
975         - 12  # NDRPDR sel
976         - 13  # NDRPDR sel
977     dpdk-compare-testbeds:
978       - "dpdk-compare-testbeds-ref"
979       - "dpdk-compare-testbeds-cmp"
980
981     # Compare topologies
982
983     vpp-compare-topologies-ref:
984       csit-vpp-perf-verify-1901-3n-skx:
985 #        - 18  # NDRPDR sel
986 #        - 19  # NDRPDR sel
987 #        - 20  # NDRPDR sel
988 #        - 28  # NDRPDR sel
989 #        - 31  # NDRPDR sel
990 #        - 33  # NDRPDR sel
991 #        - 36  # NDRPDR sel
992 #        - 38  # NDRPDR sel
993 #        - 47  # NDRPDR sel
994 #        - 48  # NDRPDR sel
995 #        - 54  # NDRPDR LB
996 #        - 57  # NDRPDR LB
997 #        - 58  # NDRPDR LB
998 #        - 59  # NDRPDR LB
999 #        - 60  # NDRPDR LB
1000 #        - 63  # NDRPDR LB
1001 #        - 64  # NDRPDR LB
1002 #        - 65  # NDRPDR LB
1003 #        - 66  # NDRPDR LB
1004 #        - 67  # NDRPDR LB
1005         - 68  # 1901.1 NDRPDR sel
1006     vpp-compare-topologies-cmp:
1007       csit-vpp-perf-verify-1901-2n-skx:
1008 #        - 5   # NDRPDR sel
1009 #        - 12  # NDRPDR sel
1010 #        - 13  # NDRPDR sel
1011 #        - 21  # NDRPDR sel
1012 #        - 23  # NDRPDR sel
1013 #        - 31  # NDRPDR sel
1014 #        - 34  # NDRPDR sel
1015 #        - 40  # NDRPDR sel
1016 #        - 42  # NDRPDR sel
1017 #        - 43  # NDRPDR sel
1018         - 64  # 1901.1 NDRPDR sel
1019     vpp-compare-topologies:
1020       - "vpp-compare-topologies-ref"
1021       - "vpp-compare-topologies-cmp"
1022
1023     vpp-compare-topologies-mrr-ref:
1024       csit-vpp-perf-verify-1901-3n-skx:
1025 #        - 32  # MRR sel
1026         - 69  # 1901.1 MRR sel
1027     vpp-compare-topologies-mrr-cmp:
1028       csit-vpp-perf-verify-1901-2n-skx:
1029 #        - 22  # MRR sel
1030         - 65  # 1901.1 MRR sel
1031     vpp-compare-topologies-mrr:
1032       - "vpp-compare-topologies-mrr-ref"
1033       - "vpp-compare-topologies-mrr-cmp"
1034
1035     dpdk-compare-topologies-ref:
1036       csit-dpdk-perf-verify-1901-3n-skx:
1037         - 3   # NDRPDR sel
1038         - 5   # NDRPDR sel
1039         - 6   # NDRPDR sel
1040         - 7   # NDRPDR sel
1041         - 8   # NDRPDR sel
1042         - 9   # NDRPDR sel
1043         - 10  # NDRPDR sel
1044         - 11  # NDRPDR sel
1045         - 12  # NDRPDR sel
1046         - 13  # NDRPDR sel
1047     dpdk-compare-topologies-cmp:
1048       csit-dpdk-perf-verify-1901-2n-skx:
1049         - 12  # NDRPDR sel
1050         - 13  # NDRPDR sel
1051         - 14  # NDRPDR sel
1052         - 15  # NDRPDR sel
1053         - 16  # NDRPDR sel
1054         - 17  # NDRPDR sel
1055         - 18  # NDRPDR sel
1056         - 19  # NDRPDR sel
1057         - 20  # NDRPDR sel
1058         - 21  # NDRPDR sel
1059     dpdk-compare-topologies:
1060       - "dpdk-compare-topologies-ref"
1061       - "dpdk-compare-topologies-cmp"
1062
1063   plot-layouts:
1064
1065     plot-soak-throughput:
1066       titlefont:
1067         size: 18
1068       xaxis:
1069         title: "<b>Test Cases [Index]</b>"
1070         titlefont:
1071           size: 16
1072         autorange: True
1073         fixedrange: False
1074         gridcolor: "rgb(230, 230, 230)"
1075         linecolor: "rgb(220, 220, 220)"
1076         linewidth: 1
1077         showgrid: True
1078         showline: True
1079         showticklabels: True
1080         tickcolor: "rgb(220, 220, 220)"
1081         tickmode: "linear"
1082         tickfont:
1083           size: 16
1084         zeroline: False
1085       yaxis:
1086         title: "<b>Packet Throughput [Mpps]</b>"
1087         titlefont:
1088           size: 16
1089         gridcolor: "rgb(230, 230, 230)"
1090         hoverformat: ".4s"
1091         tickformat: ".3s"
1092         linecolor: "rgb(220, 220, 220)"
1093         linewidth: 1
1094         showgrid: True
1095         showline: True
1096         showticklabels: True
1097         tickcolor: "rgb(220, 220, 220)"
1098         tickfont:
1099           size: 16
1100         zeroline: False
1101         range: [0,50]
1102       autosize: False
1103       margin:
1104         t: 50
1105         b: 0
1106         l: 80
1107         r: 20
1108       showlegend: True
1109       legend:
1110         orientation: "h"
1111         font:
1112           size: 16
1113       width: 700
1114       height: 900
1115
1116     plot-service-density:
1117       titlefont:
1118         size: 18
1119       xaxis:
1120         side: "top"
1121         autorange: True
1122         fixedrange: False
1123         showgrid: False
1124         showline: False
1125         showticklabels: False
1126         ticks: ""
1127         ticklen: 0
1128         tickwidth: 0
1129         zeroline: False
1130       yaxis:
1131         autorange: "reversed"
1132         showgrid: False
1133         showline: False
1134         showticklabels: False
1135         ticks: ""
1136         ticklen: 0
1137         tickwidth: 0
1138         zeroline: False
1139       autosize: True
1140       showlegend: False
1141       width: 700
1142       height: 700
1143
1144     plot-cps:
1145       titlefont:
1146         size: 18
1147       xaxis:
1148         title: "<b>Test Cases [Index]</b>"
1149         titlefont:
1150           size: 16
1151         autorange: True
1152         fixedrange: False
1153         gridcolor: "rgb(230, 230, 230)"
1154         linecolor: "rgb(220, 220, 220)"
1155         linewidth: 1
1156         showgrid: True
1157         showline: True
1158         showticklabels: True
1159         tickcolor: "rgb(220, 220, 220)"
1160         tickmode: "linear"
1161         tickfont:
1162           size: 16
1163         zeroline: False
1164       yaxis:
1165         title: "<b>Connections Per Second [cps]</b>"
1166         titlefont:
1167           size: 16
1168         gridcolor: "rgb(230, 230, 230)"
1169         hoverformat: ".4s"
1170         linecolor: "rgb(220, 220, 220)"
1171         linewidth: 1
1172         rangemode: "tozero"
1173         showgrid: True
1174         showline: True
1175         showticklabels: True
1176         tickcolor: "rgb(220, 220, 220)"
1177         tickformat: ".3s"
1178         tickfont:
1179           size: 16
1180         zeroline: False
1181       boxmode: "group"
1182       boxgroupgap: 0.5
1183       autosize: False
1184       margin:
1185         t: 50
1186         b: 20
1187         l: 80
1188         r: 20
1189       showlegend: True
1190       legend:
1191         orientation: "h"
1192         font:
1193           size: 16
1194       width: 700
1195       height: 800
1196
1197     plot-rps:
1198       titlefont:
1199         size: 18
1200       xaxis:
1201         title: "<b>Test Cases [Index]</b>"
1202         titlefont:
1203           size: 16
1204         autorange: True
1205         fixedrange: False
1206         gridcolor: "rgb(230, 230, 230)"
1207         linecolor: "rgb(220, 220, 220)"
1208         linewidth: 1
1209         showgrid: True
1210         showline: True
1211         showticklabels: True
1212         tickcolor: "rgb(220, 220, 220)"
1213         tickmode: "linear"
1214         tickfont:
1215           size: 16
1216         zeroline: False
1217       yaxis:
1218         title: "<b>Requests Per Second [rps]</b>"
1219         titlefont:
1220           size: 16
1221         gridcolor: "rgb(230, 230, 230)"
1222         hoverformat: ".4s"
1223         linecolor: "rgb(220, 220, 220)"
1224         linewidth: 1
1225         rangemode: "tozero"
1226         showgrid: True
1227         showline: True
1228         showticklabels: True
1229         tickcolor: "rgb(230, 230, 230)"
1230         tickformat: ".3s"
1231         tickfont:
1232           size: 16
1233         zeroline: False
1234       boxmode: "group"
1235       boxgroupgap: 0.5
1236       autosize: False
1237       margin:
1238         t: 50
1239         b: 20
1240         l: 80
1241         r: 20
1242       showlegend: True
1243       legend:
1244         orientation: "h"
1245         font:
1246           size: 16
1247       width: 700
1248       height: 800
1249
1250     plot-throughput:
1251       titlefont:
1252         size: 18
1253       xaxis:
1254         title: "<b>Test Cases [Index]</b>"
1255         titlefont:
1256           size: 16
1257         autorange: True
1258         fixedrange: False
1259         gridcolor: "rgb(230, 230, 230)"
1260         linecolor: "rgb(220, 220, 220)"
1261         linewidth: 1
1262         showgrid: True
1263         showline: True
1264         showticklabels: True
1265         tickcolor: "rgb(220, 220, 220)"
1266         tickmode: "linear"
1267         tickfont:
1268           size: 16
1269         zeroline: False
1270       yaxis:
1271         title: "<b>Packet Throughput [Mpps]</b>"
1272         titlefont:
1273           size: 16
1274         gridcolor: "rgb(230, 230, 230)"
1275         hoverformat: ".4s"
1276         tickformat: ".3s"
1277         linecolor: "rgb(220, 220, 220)"
1278         linewidth: 1
1279         showgrid: True
1280         showline: True
1281         showticklabels: True
1282         tickcolor: "rgb(220, 220, 220)"
1283         tickfont:
1284           size: 16
1285         zeroline: False
1286         range: [0,50]
1287       boxmode: "group"
1288       boxgroupgap: 0.5
1289       autosize: False
1290       margin:
1291         t: 50
1292         b: 0
1293         l: 80
1294         r: 20
1295       showlegend: True
1296       legend:
1297         orientation: "h"
1298         font:
1299           size: 16
1300       width: 700
1301       height: 900
1302
1303     plot-throughput-speedup-analysis:
1304       titlefont:
1305         size: 18
1306       xaxis:
1307         title: "<b>Number of Cores [Qty]</b>"
1308         titlefont:
1309           size: 16
1310         autorange: True
1311         fixedrange: False
1312         gridcolor: "rgb(230, 230, 230)"
1313         linecolor: "rgb(220, 220, 220)"
1314         linewidth: 1
1315         showgrid: True
1316         showline: True
1317         showticklabels: True
1318         tickcolor: "rgb(238, 238, 238)"
1319         tickmode: "linear"
1320         tickfont:
1321           size: 16
1322         zeroline: False
1323       yaxis:
1324         title: "<b>Packet Throughput [Mpps]</b>"
1325         titlefont:
1326           size: 16
1327         type: "linear"
1328         gridcolor: "rgb(230, 230, 230)"
1329         hoverformat: ".4s"
1330         linecolor: "rgb(220, 220, 220)"
1331         linewidth: 1
1332         showgrid: True
1333         showline: True
1334         showticklabels: True
1335         tickcolor: "rgb(220, 220, 220)"
1336         tickformat: ".4s"
1337         tickfont:
1338           size: 16
1339         zeroline: True
1340         rangemode: "tozero"
1341         range: [0,100]
1342       legend:
1343         orientation: "h"
1344         font:
1345           size: 16
1346         xanchor: "left"
1347         yanchor: "top"
1348         x: 0
1349         y: -0.2
1350         bgcolor: "rgba(255, 255, 255, 0)"
1351         bordercolor: "rgba(255, 255, 255, 0)"
1352         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1353       autosize: False
1354       margin:
1355           't': 50
1356           'b': 150
1357           'l': 85
1358           'r': 10
1359       showlegend: True
1360       width: 700
1361       height: 700
1362       hoverlabel:
1363         namelength: -1
1364       annotations: [
1365         {
1366           text: "_ _          __          ...",
1367           align: "left",
1368           showarrow: False,
1369           xref: "paper",
1370           yref: "paper",
1371           xanchor: "left",
1372           yanchor: "top",
1373           x: 0,
1374           y: -0.13,
1375           font: {
1376             family: "Consolas, Courier New",
1377             size: 15
1378           },
1379         },
1380         {
1381           text: "    Perfect     Measured     Limit",
1382           align: "left",
1383           showarrow: False,
1384           xref: "paper",
1385           yref: "paper",
1386           xanchor: "left",
1387           yanchor: "top",
1388           x: 0,
1389           y: -0.15,
1390           font: {
1391             family: "Consolas, Courier New",
1392             size: 15
1393           },
1394         },
1395       ]
1396
1397     plot-latency:
1398       titlefont:
1399         size: 18
1400       xaxis:
1401         title: "<b>Direction</b>"
1402         titlefont:
1403           size: 16
1404         autorange: True
1405         fixedrange: False
1406         gridcolor: "rgb(230, 230, 230)"
1407         linecolor: "rgb(220, 220, 220)"
1408         linewidth: 1
1409         showgrid: True
1410         showline: True
1411         showticklabels: False
1412         tickcolor: "rgb(220, 220, 220)"
1413         tickmode: "linear"
1414         tickfont:
1415           size: 16
1416         zeroline: False
1417       yaxis:
1418         title: "<b>Packet Latency [uSec]</b>"
1419         titlefont:
1420           size: 16
1421         type: "linear"
1422         gridcolor: "rgb(230, 230, 230)"
1423         hoverformat: ".4s"
1424         linecolor: "rgb(220, 220, 220)"
1425         linewidth: 1
1426         showgrid: True
1427         showline: True
1428         showticklabels: True
1429         tickcolor: "rgb(220, 220, 220)"
1430         tickformat: ".4s"
1431         tickfont:
1432           size: 16
1433         zeroline: True
1434         rangemode: "tozero"
1435       legend:
1436         orientation: "h"
1437         font:
1438           size: 16
1439         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1440       autosize: False
1441       margin:
1442           't': 50
1443           'b': 150
1444           'l': 80
1445           'r': 10
1446       showlegend: True
1447       width: 700
1448       height: 700
1449       hoverlabel:
1450         namelength: -1
1451
1452 -
1453   type: "static"
1454   src-path: "{DIR[RST]}"
1455   dst-path: "{DIR[WORKING,SRC]}"
1456
1457 -
1458   type: "input"
1459   general:
1460     file-name: "robot-plugin.zip"
1461     file-format: ".zip"
1462     download-path: "{job}/{build}/robot/report/*zip*/{filename}"
1463     extract: "robot-plugin/output.xml"
1464
1465   builds:
1466
1467     # Not used
1468     intel-dnv-vpp-release-1901:
1469       - 1
1470
1471     csit-vpp-perf-verify-1807-3n-hsw:
1472       - 8   # MRR full
1473       - 9   # MRR sel
1474       - 21  # MRR sel
1475       - 31  # MRR sel
1476       - 33  # MRR sel
1477       - 36  # MRR sel
1478       - 41  # MRR sel
1479       - 42  # MRR sel
1480       - 48  # MRR sel
1481       - 11  # NDRPDR full 1
1482       - 22  # NDRPDR full 2
1483       - 45  # NDRPDR full 3
1484       - 46  # NDRPDR full 4
1485       - 15  # NDRPDR sel
1486       - 16  # NDRPDR sel
1487       - 19  # NDRPDR sel
1488       - 18  # NDRPDR sel
1489       - 20  # NDRPDR sel
1490       - 38  # NDRPDR sel
1491       - 40  # NDRPDR sel
1492       - 44  # NDRPDR sel
1493       - 47  # NDRPDR sel
1494     csit-vpp-perf-verify-1810-3n-hsw:
1495       - 9   # MRR sel
1496       - 20  # NDRPDR full
1497       - 21  # NDRPDR full
1498       - 22  # NDRPDR full
1499       - 27  # NDRPDR full
1500       - 8   # NDRPDR sel
1501       - 12  # NDRPDR sel
1502       - 14  # NDRPDR sel
1503       - 18  # NDRPDR sel
1504       - 23  # NDRPDR sel
1505       - 25  # NDRPDR sel
1506       - 38  # NDRPDR sel
1507       - 39  # NDRPDR sel
1508       - 41  # NDRPDR sel
1509       - 42  # NDRPDR sel
1510       - 28  # WRK
1511       - 29  # WRK
1512       - 30  # WRK
1513       - 31  # WRK
1514       - 32  # WRK
1515       - 33  # WRK
1516       - 34  # WRK
1517       - 35  # WRK
1518       - 36  # WRK
1519       - 37  # WRK
1520     csit-vpp-perf-verify-1901-3n-hsw:
1521 #      - 35  # MRR sel
1522 #      - 38  # NDRPDR full
1523 #      - 43  # NDRPDR full
1524 #      - 45  # NDRPDR full
1525 #      - 49  # NDRPDR full
1526 #      - 10  # NDRPDR sel
1527 #      - 19  # NDRPDR sel
1528 #      - 31  # NDRPDR sel
1529 #      - 36  # NDRPDR sel
1530 #      - 40  # NDRPDR sel
1531 #      - 42  # NDRPDR sel
1532 #      - 44  # NDRPDR sel
1533 #      - 46  # NDRPDR sel
1534 #      - 47  # NDRPDR sel
1535 #      - 48  # NDRPDR sel
1536 #      - 61  # NDRPDR LB
1537 #      - 62  # NDRPDR LB
1538 #      - 63  # NDRPDR LB
1539 #      - 64  # NDRPDR LB
1540 #      - 65  # NDRPDR LB
1541 #      - 66  # NDRPDR LB
1542 #      - 67  # NDRPDR LB
1543 #      - 69  # NDRPDR LB
1544 #      - 70  # NDRPDR LB
1545 #      - 71  # NDRPDR LB
1546       - 72  # 1901.1 NDRPDR sel
1547       - 78  # 1901.1 NDRPDR sel
1548       - 73  # 1901.1 MRR sel
1549       - 77  # 1901.1 MRR sel
1550     csit-vpp-perf-verify-1807-3n-skx:
1551       - 31  # MRR full
1552       - 28  # MRR sel
1553       - 32  # MRR sel
1554       - 36  # MRR sel
1555       - 42  # MRR sel
1556       - 47  # MRR sel
1557       - 48  # MRR sel
1558       - 51  # MRR sel
1559       - 52  # MRR sel
1560       - 53  # MRR sel
1561       - 54  # MRR sel
1562       - 40  # NDRPDR full 1
1563       - 41  # NDRPDR full 2
1564       - 33  # NDRPDR sel
1565       - 35  # NDRPDR sel
1566       - 37  # NDRPDR sel
1567       - 38  # NDRPDR sel
1568       - 39  # NDRPDR sel
1569       - 43  # NDRPDR sel
1570       - 44  # NDRPDR sel
1571       - 49  # NDRPDR sel
1572       - 50  # NDRPDR sel
1573       - 56  # NDRPDR sel
1574     csit-vpp-perf-verify-1810-3n-skx:
1575       - 9   # MRR sel
1576       - 11  # MRR sel
1577       - 12  # MRR sel
1578       - 13  # MRR sel
1579       - 23  # NDRPDR full
1580       - 24  # NDRPDR full
1581       - 10  # NDRPDR sel
1582       - 14  # NDRPDR sel
1583       - 15  # NDRPDR sel
1584       - 16  # NDRPDR sel
1585       - 17  # NDRPDR sel
1586       - 19  # NDRPDR sel
1587       - 20  # NDRPDR sel
1588       - 21  # NDRPDR sel
1589       - 22  # NDRPDR sel
1590       - 25  # NDRPDR sel
1591     csit-vpp-perf-verify-1901-3n-skx:
1592 #      - 32  # MRR sel
1593 #      - 37  # NDRPDR full
1594 #      - 39  # NDRPDR full
1595 #      - 40  # NDRPDR full
1596 #      - 49  # NDRPDR full
1597 #      - 18  # NDRPDR sel
1598 #      - 19  # NDRPDR sel
1599 #      - 20  # NDRPDR sel
1600 #      - 28  # NDRPDR sel
1601 #      - 31  # NDRPDR sel
1602 #      - 33  # NDRPDR sel
1603 #      - 36  # NDRPDR sel
1604 #      - 38  # NDRPDR sel
1605 #      - 47  # NDRPDR sel
1606 #      - 48  # NDRPDR sel
1607 #      - 54  # NDRPDR LB
1608 #      - 57  # NDRPDR LB
1609 #      - 58  # NDRPDR LB
1610 #      - 59  # NDRPDR LB
1611 #      - 60  # NDRPDR LB
1612 #      - 63  # NDRPDR LB
1613 #      - 64  # NDRPDR LB
1614 #      - 65  # NDRPDR LB
1615 #      - 66  # NDRPDR LB
1616 #      - 67  # NDRPDR LB
1617       - 68  # 1901.1 NDRPDR sel
1618       - 69  # 1901.1 MRR sel
1619     csit-vpp-perf-verify-1807-2n-skx:
1620       - 27  # MRR full
1621       - 31  # MRR sel
1622       - 33  # MRR sel
1623       - 37  # MRR sel
1624       - 38  # MRR sel
1625       - 41  # MRR sel
1626       - 43  # MRR sel
1627       - 44  # MRR sel
1628       - 45  # MRR sel
1629       - 46  # MRR sel
1630       - 47  # MRR sel
1631       - 32  # NDRPDR full
1632       - 26  # NDRPDR sel
1633       - 28  # NDRPDR sel
1634       - 29  # NDRPDR sel
1635       - 30  # NDRPDR sel
1636       - 34  # NDRPDR sel
1637       - 35  # NDRPDR sel
1638       - 36  # NDRPDR sel
1639       - 39  # NDRPDR sel
1640       - 40  # NDRPDR sel
1641       - 42  # NDRPDR sel
1642     csit-vpp-perf-verify-1810-2n-skx:
1643       - 8   # MRR sel
1644       - 10  # MRR sel
1645       - 11  # MRR sel
1646       - 12  # MRR sel
1647       - 25  # NDRPDR full
1648       - 26  # NDRPDR full
1649       - 9   # NDRPDR sel
1650       - 13  # NDRPDR sel
1651       - 14  # NDRPDR sel
1652       - 19  # NDRPDR sel
1653       - 20  # NDRPDR sel
1654       - 21  # NDRPDR sel
1655       - 22  # NDRPDR sel
1656       - 23  # NDRPDR sel
1657       - 24  # NDRPDR sel
1658       - 27  # NDRPDR sel
1659     csit-vpp-perf-verify-1901-2n-skx:
1660 #      - 22  # MRR sel
1661 #      - 25  # NDRPDR full
1662 #      - 30  # NDRPDR full
1663 #      - 33  # NDRPDR full
1664 #      - 44  # NDRPDR full
1665 #      - 5   # NDRPDR sel
1666 #      - 12  # NDRPDR sel
1667 #      - 13  # NDRPDR sel
1668 #      - 21  # NDRPDR sel
1669 #      - 23  # NDRPDR sel
1670 #      - 31  # NDRPDR sel
1671 #      - 34  # NDRPDR sel
1672 #      - 40  # NDRPDR sel
1673 #      - 42  # NDRPDR sel
1674 #      - 43  # NDRPDR sel
1675       - 24  # NFV MRR
1676       - 26  # NFV MRR
1677       - 27  # NFV MRR
1678       - 35  # NFV MRR
1679       - 37  # NFV MRR
1680       - 28  # NFV NDRPDR
1681       - 29  # NFV NDRPDR
1682       - 32  # NFV NDRPDR
1683       - 39  # NFV NDRPDR
1684       - 46  # NFV NDRPDR
1685       - 45  # SOAK
1686       - 64  # 1901.1 NDRPDR sel
1687       - 65  # 1901.1 MRR sel
1688     csit-ligato-perf-verify-1901-3n-hsw:
1689       - 10  # NDRPDR full
1690       - 8   # NDRPDR sel
1691       - 9   # NDRPDR sel
1692       - 11  # NDRPDR sel
1693       - 12  # NDRPDR sel
1694       - 13  # NDRPDR sel
1695       - 14  # NDRPDR sel
1696       - 15  # NDRPDR sel
1697       - 16  # NDRPDR sel
1698       - 17  # NDRPDR sel
1699       - 18  # NDRPDR sel
1700     csit-dpdk-perf-verify-1807-3n-hsw:
1701       - 11
1702       - 12  # full
1703       - 14
1704       - 15
1705       - 16
1706       - 17
1707       - 20
1708       - 21
1709       - 22
1710       - 23
1711     csit-dpdk-perf-verify-1810-3n-hsw:
1712       - 1   # NDRPDR sel
1713       - 2   # NDRPDR sel
1714       - 3   # NDRPDR sel
1715       - 4   # NDRPDR sel
1716       - 5   # NDRPDR sel
1717       - 6   # NDRPDR sel
1718       - 7   # NDRPDR sel
1719       - 8   # NDRPDR sel
1720       - 9   # NDRPDR sel
1721       - 10  # NDRPDR sel
1722     csit-dpdk-perf-verify-1901-3n-hsw:
1723       - 13  # NDRPDR sel
1724       - 14  # NDRPDR sel
1725       - 16  # NDRPDR sel
1726       - 17  # NDRPDR sel
1727       - 18  # NDRPDR sel
1728       - 19  # NDRPDR sel
1729       - 20  # NDRPDR sel
1730       - 21  # NDRPDR sel
1731       - 22  # NDRPDR sel
1732       - 23  # NDRPDR sel
1733     csit-dpdk-perf-verify-1807-3n-skx:
1734       - 1   # NDRPDR sel
1735       - 2   # NDRPDR sel
1736       - 3   # NDRPDR sel
1737       - 6   # NDRPDR sel
1738       - 7   # NDRPDR sel
1739       - 8   # NDRPDR sel
1740       - 9   # NDRPDR sel
1741       - 10  # NDRPDR sel
1742       - 11  # NDRPDR sel
1743       - 12  # NDRPDR sel
1744     csit-dpdk-perf-verify-1810-3n-skx:
1745       - 3   # NDRPDR sel
1746       - 4   # NDRPDR sel
1747       - 6   # NDRPDR sel
1748       - 7   # NDRPDR sel
1749       - 8   # NDRPDR sel
1750       - 9   # NDRPDR sel
1751       - 10  # NDRPDR sel
1752       - 11  # NDRPDR sel
1753       - 12  # NDRPDR sel
1754       - 13  # NDRPDR sel
1755     csit-dpdk-perf-verify-1901-3n-skx:
1756       - 3   # NDRPDR sel
1757       - 5   # 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-1810-2n-skx:
1767       - 3   # NDRPDR sel
1768       - 4   # NDRPDR sel
1769       - 5   # 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-1901-2n-skx:
1778       - 12  # NDRPDR sel
1779       - 13  # NDRPDR sel
1780       - 14  # NDRPDR sel
1781       - 15  # NDRPDR sel
1782       - 16  # NDRPDR sel
1783       - 17  # NDRPDR sel
1784       - 18  # NDRPDR sel
1785       - 19  # NDRPDR sel
1786       - 20  # NDRPDR sel
1787       - 21  # NDRPDR sel
1788     csit-vpp-functional-1901-ubuntu1604-virl:
1789       - 173
1790     csit-vpp-functional-1901-centos7-virl:
1791       - 175
1792     csit-vpp-device-1901-ubuntu1804-1n-skx:
1793       - 175
1794     # Not used
1795     csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
1796       - 1
1797     csit-dmm-functional-1901-ubuntu1604-virl:
1798       - 2
1799     csit-hc2vpp-verify-func-1901-ubuntu1604:
1800       - 3
1801
1802 -
1803   type: "output"
1804   output: "report"
1805   format:
1806     html:
1807     - full
1808     pdf:
1809     - minimal
1810
1811 ################################################################################
1812 ###                               T A B L E S                                ###
1813 ################################################################################
1814
1815 # VPP Compare NICs 3n-hsw 1t1c ndr
1816 -
1817   type: "table"
1818   title: "VPP Compare NICs 3n-hsw 1t1c ndr"
1819   algorithm: "table_nics_comparison"
1820   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-ndr"
1821   reference:
1822     title: "Intel-x520"
1823     nic: "NIC_Intel-X520-DA2"
1824   compare:
1825     title: "Intel-x710"
1826     nic: "NIC_Intel-X710"
1827   data: "vpp-nic-comparison-3n-hsw"
1828   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1829   filter: "'1T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1830   parameters:
1831   - "name"
1832   - "parent"
1833   - "throughput"
1834   - "tags"
1835
1836 # VPP Compare NICs 3n-hsw 2t2c ndr
1837 -
1838   type: "table"
1839   title: "VPP Compare NICs 3n-hsw 2t2c ndr"
1840   algorithm: "table_nics_comparison"
1841   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-ndr"
1842   reference:
1843     title: "Intel-x520"
1844     nic: "NIC_Intel-X520-DA2"
1845   compare:
1846     title: "Intel-x710"
1847     nic: "NIC_Intel-X710"
1848   data: "vpp-nic-comparison-3n-hsw"
1849   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1850   filter: "'2T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1851   parameters:
1852   - "name"
1853   - "parent"
1854   - "throughput"
1855   - "tags"
1856
1857 # VPP Compare NICs 3n-hsw 1t1c pdr
1858 -
1859   type: "table"
1860   title: "VPP Compare NICs 3n-hsw 1t1c pdr"
1861   algorithm: "table_nics_comparison"
1862   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-pdr"
1863   reference:
1864     title: "Intel-x520"
1865     nic: "NIC_Intel-X520-DA2"
1866   compare:
1867     title: "Intel-x710"
1868     nic: "NIC_Intel-X710"
1869   data: "vpp-nic-comparison-3n-hsw"
1870   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1871   filter: "'1T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1872   parameters:
1873   - "name"
1874   - "parent"
1875   - "throughput"
1876   - "tags"
1877
1878 # VPP Compare NICs 3n-hsw 2t2c pdr
1879 -
1880   type: "table"
1881   title: "VPP Compare NICs 3n-hsw 2t2c pdr"
1882   algorithm: "table_nics_comparison"
1883   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-pdr"
1884   reference:
1885     title: "Intel-x520"
1886     nic: "NIC_Intel-X520-DA2"
1887   compare:
1888     title: "Intel-x710"
1889     nic: "NIC_Intel-X710"
1890   data: "vpp-nic-comparison-3n-hsw"
1891   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1892   filter: "'2T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1893   parameters:
1894   - "name"
1895   - "parent"
1896   - "throughput"
1897   - "tags"
1898
1899 # VPP Compare NICs 3n-hsw 1t1c mrr
1900 -
1901   type: "table"
1902   title: "VPP Compare NICs 3n-hsw 1t1c mrr"
1903   algorithm: "table_nics_comparison"
1904   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-mrr"
1905   reference:
1906     title: "Intel-x520"
1907     nic: "NIC_Intel-X520-DA2"
1908   compare:
1909     title: "Intel-x710"
1910     nic: "NIC_Intel-X710"
1911   data: "vpp-nic-comparison-3n-hsw-mrr"
1912   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1913   filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1914   parameters:
1915   - "name"
1916   - "parent"
1917   - "result"
1918   - "tags"
1919
1920 # VPP Compare NICs 3n-hsw 2t2c mrr
1921 -
1922   type: "table"
1923   title: "VPP Compare NICs 3n-hsw 2t2c mrr"
1924   algorithm: "table_nics_comparison"
1925   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-mrr"
1926   reference:
1927     title: "Intel-x520"
1928     nic: "NIC_Intel-X520-DA2"
1929   compare:
1930     title: "Intel-x710"
1931     nic: "NIC_Intel-X710"
1932   data: "vpp-nic-comparison-3n-hsw-mrr"
1933   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1934   filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1935   parameters:
1936   - "name"
1937   - "parent"
1938   - "result"
1939   - "tags"
1940
1941 # VPP Compare NICs 3n-hsw 4t4c mrr
1942 -
1943   type: "table"
1944   title: "VPP Compare NICs 3n-hsw 4t4c mrr"
1945   algorithm: "table_nics_comparison"
1946   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-nics-mrr"
1947   reference:
1948     title: "Intel-x520"
1949     nic: "NIC_Intel-X520-DA2"
1950   compare:
1951     title: "Intel-x710"
1952     nic: "NIC_Intel-X710"
1953   data: "vpp-nic-comparison-3n-hsw-mrr"
1954   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1955   filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1956   parameters:
1957   - "name"
1958   - "parent"
1959   - "result"
1960   - "tags"
1961
1962 # VPP Compare NICs 3n-skx 2t1c ndr
1963 -
1964   type: "table"
1965   title: "VPP Compare NICs 3n-skx 2t1c ndr"
1966   algorithm: "table_nics_comparison"
1967   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
1968   reference:
1969     title: "Intel-x710"
1970     nic: "NIC_Intel-X710"
1971   compare:
1972     title: "Intel-xxv710"
1973     nic: "NIC_Intel-XXV710"
1974   data: "vpp-nic-comparison-3n-skx"
1975   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1976   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1977   parameters:
1978   - "name"
1979   - "parent"
1980   - "throughput"
1981   - "tags"
1982
1983 # VPP Compare NICs 3n-skx 4t2c ndr
1984 -
1985   type: "table"
1986   title: "VPP Compare NICs 3n-skx 4t2c ndr"
1987   algorithm: "table_nics_comparison"
1988   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
1989   reference:
1990     title: "Intel-x710"
1991     nic: "NIC_Intel-X710"
1992   compare:
1993     title: "Intel-xxv710"
1994     nic: "NIC_Intel-XXV710"
1995   data: "vpp-nic-comparison-3n-skx"
1996   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1997   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1998   parameters:
1999   - "name"
2000   - "parent"
2001   - "throughput"
2002   - "tags"
2003
2004 # VPP Compare NICs 3n-skx 2t1c pdr
2005 -
2006   type: "table"
2007   title: "VPP Compare NICs 3n-skx 2t1c pdr"
2008   algorithm: "table_nics_comparison"
2009   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
2010   reference:
2011     title: "Intel-x710"
2012     nic: "NIC_Intel-X710"
2013   compare:
2014     title: "Intel-xxv710"
2015     nic: "NIC_Intel-XXV710"
2016   data: "vpp-nic-comparison-3n-skx"
2017   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2018   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2019   parameters:
2020   - "name"
2021   - "parent"
2022   - "throughput"
2023   - "tags"
2024
2025  # VPP Compare NICs 3n-skx 4t2c pdr
2026 -
2027   type: "table"
2028   title: "VPP Compare NICs 3n-skx 4t2c pdr"
2029   algorithm: "table_nics_comparison"
2030   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
2031   reference:
2032     title: "Intel-x710"
2033     nic: "NIC_Intel-X710"
2034   compare:
2035     title: "Intel-xxv710"
2036     nic: "NIC_Intel-XXV710"
2037   data: "vpp-nic-comparison-3n-skx"
2038   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2039   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2040   parameters:
2041   - "name"
2042   - "parent"
2043   - "throughput"
2044   - "tags"
2045
2046 # VPP Compare NICs 3n-skx 2t1c mrr
2047 -
2048   type: "table"
2049   title: "VPP Compare NICs 3n-skx 2t1c mrr"
2050   algorithm: "table_nics_comparison"
2051   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
2052   reference:
2053     title: "Intel-x710"
2054     nic: "NIC_Intel-X710"
2055   compare:
2056     title: "Intel-xxv710"
2057     nic: "NIC_Intel-XXV710"
2058   data: "vpp-nic-comparison-3n-skx-mrr"
2059   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2060   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2061   parameters:
2062   - "name"
2063   - "parent"
2064   - "result"
2065   - "tags"
2066
2067 # VPP Compare NICs 3n-skx 4t2c mrr
2068 -
2069   type: "table"
2070   title: "VPP Compare NICs 3n-skx 4t2c mrr"
2071   algorithm: "table_nics_comparison"
2072   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
2073   reference:
2074     title: "Intel-x710"
2075     nic: "NIC_Intel-X710"
2076   compare:
2077     title: "Intel-xxv710"
2078     nic: "NIC_Intel-XXV710"
2079   data: "vpp-nic-comparison-3n-skx-mrr"
2080   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2081   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2082   parameters:
2083   - "name"
2084   - "parent"
2085   - "result"
2086   - "tags"
2087
2088  # VPP Compare NICs 3n-skx 8t4c mrr
2089 -
2090   type: "table"
2091   title: "VPP Compare NICs 3n-skx 8t4c mrr"
2092   algorithm: "table_nics_comparison"
2093   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
2094   reference:
2095     title: "Intel-x710"
2096     nic: "NIC_Intel-X710"
2097   compare:
2098     title: "Intel-xxv710"
2099     nic: "NIC_Intel-XXV710"
2100   data: "vpp-nic-comparison-3n-skx-mrr"
2101   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2102   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2103   parameters:
2104   - "name"
2105   - "parent"
2106   - "result"
2107   - "tags"
2108
2109 # VPP Compare NICs 2n-skx 2t1c ndr
2110 -
2111   type: "table"
2112   title: "VPP Compare NICs 2n-skx 2t1c ndr"
2113   algorithm: "table_nics_comparison"
2114   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
2115   reference:
2116     title: "Intel-x710"
2117     nic: "NIC_Intel-X710"
2118   compare:
2119     title: "Intel-xxv710"
2120     nic: "NIC_Intel-XXV710"
2121   data: "vpp-nic-comparison-2n-skx"
2122   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2123   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2124   parameters:
2125   - "name"
2126   - "parent"
2127   - "throughput"
2128   - "tags"
2129
2130 # VPP Compare NICs 2n-skx 4t2c ndr
2131 -
2132   type: "table"
2133   title: "VPP Compare NICs 2n-skx 4t2c ndr"
2134   algorithm: "table_nics_comparison"
2135   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
2136   reference:
2137     title: "Intel-x710"
2138     nic: "NIC_Intel-X710"
2139   compare:
2140     title: "Intel-xxv710"
2141     nic: "NIC_Intel-XXV710"
2142   data: "vpp-nic-comparison-2n-skx"
2143   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2144   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2145   parameters:
2146   - "name"
2147   - "parent"
2148   - "throughput"
2149   - "tags"
2150
2151  # VPP Compare NICs 2n-skx 2t1c pdr
2152 -
2153   type: "table"
2154   title: "VPP Compare NICs 2n-skx 2t1c pdr"
2155   algorithm: "table_nics_comparison"
2156   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
2157   reference:
2158     title: "Intel-x710"
2159     nic: "NIC_Intel-X710"
2160   compare:
2161     title: "Intel-xxv710"
2162     nic: "NIC_Intel-XXV710"
2163   data: "vpp-nic-comparison-2n-skx"
2164   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2165   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2166   parameters:
2167   - "name"
2168   - "parent"
2169   - "throughput"
2170   - "tags"
2171
2172 # VPP Compare NICs 2n-skx 4t2c pdr
2173 -
2174   type: "table"
2175   title: "VPP Compare NICs 2n-skx 4t2c pdr"
2176   algorithm: "table_nics_comparison"
2177   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
2178   reference:
2179     title: "Intel-x710"
2180     nic: "NIC_Intel-X710"
2181   compare:
2182     title: "Intel-xxv710"
2183     nic: "NIC_Intel-XXV710"
2184   data: "vpp-nic-comparison-2n-skx"
2185   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2186   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2187   parameters:
2188   - "name"
2189   - "parent"
2190   - "throughput"
2191   - "tags"
2192
2193 # VPP Compare NICs 2n-skx 2t1c mrr
2194 -
2195   type: "table"
2196   title: "VPP Compare NICs 2n-skx 2t1c mrr"
2197   algorithm: "table_nics_comparison"
2198   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
2199   reference:
2200     title: "Intel-x710"
2201     nic: "NIC_Intel-X710"
2202   compare:
2203     title: "Intel-xxv710"
2204     nic: "NIC_Intel-XXV710"
2205   data: "vpp-nic-comparison-2n-skx-mrr"
2206   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2207   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2208   parameters:
2209   - "name"
2210   - "parent"
2211   - "result"
2212   - "tags"
2213
2214 # VPP Compare NICs 2n-skx 4t2c mrr
2215 -
2216   type: "table"
2217   title: "VPP Compare NICs 2n-skx 4t2c mrr"
2218   algorithm: "table_nics_comparison"
2219   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
2220   reference:
2221     title: "Intel-x710"
2222     nic: "NIC_Intel-X710"
2223   compare:
2224     title: "Intel-xxv710"
2225     nic: "NIC_Intel-XXV710"
2226   data: "vpp-nic-comparison-2n-skx-mrr"
2227   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2228   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2229   parameters:
2230   - "name"
2231   - "parent"
2232   - "result"
2233   - "tags"
2234
2235 # VPP Compare NICs 2n-skx 8t4c mrr
2236 -
2237   type: "table"
2238   title: "VPP Compare NICs 2n-skx 8t4c mrr"
2239   algorithm: "table_nics_comparison"
2240   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
2241   reference:
2242     title: "Intel-x710"
2243     nic: "NIC_Intel-X710"
2244   compare:
2245     title: "Intel-xxv710"
2246     nic: "NIC_Intel-XXV710"
2247   data: "vpp-nic-comparison-2n-skx-mrr"
2248   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2249   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2250   parameters:
2251   - "name"
2252   - "parent"
2253   - "result"
2254   - "tags"
2255
2256 ################################################################################
2257 # VPP
2258
2259 # VPP Performance Changes 3n-hsw 1t1c pdr
2260 -
2261   type: "table"
2262   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
2263   algorithm: "table_performance_comparison"
2264   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
2265   history:
2266     -
2267       title: "rls1807"
2268       data: "vpp-performance-changes-3n-hsw-h1"
2269   reference:
2270     title: "rls1810"
2271     data: "vpp-performance-changes-3n-hsw-ref"
2272   compare:
2273     title: "rls1901.1"
2274     data: "vpp-performance-changes-3n-hsw-cmp"
2275   data: "vpp-performance-changes-3n-hsw"
2276   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2277   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2278   parameters:
2279   - "name"
2280   - "parent"
2281   - "throughput"
2282
2283 # VPP Performance Changes 3n-hsw 2t2c pdr
2284 -
2285   type: "table"
2286   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
2287   algorithm: "table_performance_comparison"
2288   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
2289   history:
2290     -
2291       title: "rls1807"
2292       data: "vpp-performance-changes-3n-hsw-h1"
2293   reference:
2294     title: "rls1810"
2295     data: "vpp-performance-changes-3n-hsw-ref"
2296   compare:
2297     title: "rls1901.1"
2298     data: "vpp-performance-changes-3n-hsw-cmp"
2299   data: "vpp-performance-changes-3n-hsw"
2300   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2301   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2302   parameters:
2303   - "name"
2304   - "parent"
2305   - "throughput"
2306
2307 # VPP Performance Changes 3n-hsw 1t1c ndr
2308 -
2309   type: "table"
2310   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
2311   algorithm: "table_performance_comparison"
2312   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
2313   history:
2314     -
2315       title: "rls1807"
2316       data: "vpp-performance-changes-3n-hsw-h1"
2317   reference:
2318     title: "rls1810"
2319     data: "vpp-performance-changes-3n-hsw-ref"
2320   compare:
2321     title: "rls1901.1"
2322     data: "vpp-performance-changes-3n-hsw-cmp"
2323   data: "vpp-performance-changes-3n-hsw"
2324   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2325   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2326   parameters:
2327   - "name"
2328   - "parent"
2329   - "throughput"
2330
2331 # VPP Performance Changes 3n-hsw 2t2c ndr
2332 -
2333   type: "table"
2334   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
2335   algorithm: "table_performance_comparison"
2336   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
2337   history:
2338     -
2339       title: "rls1807"
2340       data: "vpp-performance-changes-3n-hsw-h1"
2341   reference:
2342     title: "rls1810"
2343     data: "vpp-performance-changes-3n-hsw-ref"
2344   compare:
2345     title: "rls1901.1"
2346     data: "vpp-performance-changes-3n-hsw-cmp"
2347   data: "vpp-performance-changes-3n-hsw"
2348   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2349   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2350   parameters:
2351   - "name"
2352   - "parent"
2353   - "throughput"
2354
2355 # VPP Performance Changes 3n-skx 2t1c pdr
2356 -
2357   type: "table"
2358   title: "VPP Performance Changes 3n-skx 2t1c pdr"
2359   algorithm: "table_performance_comparison"
2360   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
2361   history:
2362     -
2363       title: "rls1807"
2364       data: "vpp-performance-changes-3n-skx-h1"
2365   reference:
2366     title: "rls1810"
2367     data: "vpp-performance-changes-3n-skx-ref"
2368   compare:
2369     title: "rls1901.1"
2370     data: "vpp-performance-changes-3n-skx-cmp"
2371   data: "vpp-performance-changes-3n-skx"
2372   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2373   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2374   parameters:
2375   - "name"
2376   - "parent"
2377   - "throughput"
2378
2379 # VPP Performance Changes 3n-skx 4t2c pdr
2380 -
2381   type: "table"
2382   title: "VPP Performance Changes 3n-skx 4t2c pdr"
2383   algorithm: "table_performance_comparison"
2384   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
2385   history:
2386     -
2387       title: "rls1807"
2388       data: "vpp-performance-changes-3n-skx-h1"
2389   reference:
2390     title: "rls1810"
2391     data: "vpp-performance-changes-3n-skx-ref"
2392   compare:
2393     title: "rls1901.1"
2394     data: "vpp-performance-changes-3n-skx-cmp"
2395   data: "vpp-performance-changes-3n-skx"
2396   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2397   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2398   parameters:
2399   - "name"
2400   - "parent"
2401   - "throughput"
2402
2403 # VPP Performance Changes 3n-skx 2t1c ndr
2404 -
2405   type: "table"
2406   title: "VPP Performance Changes 3n-skx 2t1c ndr"
2407   algorithm: "table_performance_comparison"
2408   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
2409   history:
2410     -
2411       title: "rls1807"
2412       data: "vpp-performance-changes-3n-skx-h1"
2413   reference:
2414     title: "rls1810"
2415     data: "vpp-performance-changes-3n-skx-ref"
2416   compare:
2417     title: "rls1901.1"
2418     data: "vpp-performance-changes-3n-skx-cmp"
2419   data: "vpp-performance-changes-3n-skx"
2420   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2421   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2422   parameters:
2423   - "name"
2424   - "parent"
2425   - "throughput"
2426
2427 # VPP Performance Changes 3n-skx 4t2c ndr
2428 -
2429   type: "table"
2430   title: "VPP Performance Changes 3n-skx 4t2c ndr"
2431   algorithm: "table_performance_comparison"
2432   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
2433   history:
2434     -
2435       title: "rls1807"
2436       data: "vpp-performance-changes-3n-skx-h1"
2437   reference:
2438     title: "rls1810"
2439     data: "vpp-performance-changes-3n-skx-ref"
2440   compare:
2441     title: "rls1901.1"
2442     data: "vpp-performance-changes-3n-skx-cmp"
2443   data: "vpp-performance-changes-3n-skx"
2444   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2445   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2446   parameters:
2447   - "name"
2448   - "parent"
2449   - "throughput"
2450
2451 # VPP Performance Changes 2n-skx 2t1c pdr
2452 -
2453   type: "table"
2454   title: "VPP Performance Changes 2n-skx 2t1c pdr"
2455   algorithm: "table_performance_comparison"
2456   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
2457   history:
2458     -
2459       title: "rls1807"
2460       data: "vpp-performance-changes-2n-skx-h1"
2461   reference:
2462     title: "rls1810"
2463     data: "vpp-performance-changes-2n-skx-ref"
2464   compare:
2465     title: "rls1901.1"
2466     data: "vpp-performance-changes-2n-skx-cmp"
2467   data: "vpp-performance-changes-2n-skx"
2468   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2469   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2470   parameters:
2471   - "name"
2472   - "parent"
2473   - "throughput"
2474
2475 # VPP Performance Changes 2n-skx 4t2c pdr
2476 -
2477   type: "table"
2478   title: "VPP Performance Changes 2n-skx 4t2c pdr"
2479   algorithm: "table_performance_comparison"
2480   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
2481   history:
2482     - title: "rls1807"
2483       data: "vpp-performance-changes-2n-skx-h1"
2484   reference:
2485     title: "rls1810"
2486     data: "vpp-performance-changes-2n-skx-ref"
2487   compare:
2488     title: "rls1901.1"
2489     data: "vpp-performance-changes-2n-skx-cmp"
2490   data: "vpp-performance-changes-2n-skx"
2491   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2492   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2493   parameters:
2494   - "name"
2495   - "parent"
2496   - "throughput"
2497
2498 # VPP Performance Changes 2n-skx 2t1c ndr
2499 -
2500   type: "table"
2501   title: "VPP Performance Changes 2n-skx 2t1c ndr"
2502   algorithm: "table_performance_comparison"
2503   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
2504   history:
2505     - title: "rls1807"
2506       data: "vpp-performance-changes-2n-skx-h1"
2507   reference:
2508     title: "rls1810"
2509     data: "vpp-performance-changes-2n-skx-ref"
2510   compare:
2511     title: "rls1901.1"
2512     data: "vpp-performance-changes-2n-skx-cmp"
2513   data: "vpp-performance-changes-2n-skx"
2514   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2515   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2516   parameters:
2517   - "name"
2518   - "parent"
2519   - "throughput"
2520
2521 # VPP Performance Changes 2n-skx 4t2c ndr
2522 -
2523   type: "table"
2524   title: "VPP Performance Changes 2n-skx 4t2c ndr"
2525   algorithm: "table_performance_comparison"
2526   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
2527   history:
2528     - title: "rls1807"
2529       data: "vpp-performance-changes-2n-skx-h1"
2530   reference:
2531     title: "rls1810"
2532     data: "vpp-performance-changes-2n-skx-ref"
2533   compare:
2534     title: "rls1901.1"
2535     data: "vpp-performance-changes-2n-skx-cmp"
2536   data: "vpp-performance-changes-2n-skx"
2537   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2538   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2539   parameters:
2540   - "name"
2541   - "parent"
2542   - "throughput"
2543
2544 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
2545 -
2546   type: "table"
2547   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
2548   algorithm: "table_performance_comparison"
2549   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
2550   reference:
2551     title: "3-Node Hsw"
2552     data: "vpp-compare-testbeds-ref"
2553   compare:
2554     title: "3-Node Skx"
2555     data: "vpp-compare-testbeds-cmp"
2556   data: "vpp-compare-testbeds"
2557   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2558   filter: "'NIC_Intel-X710' and 'NDRPDR' and '1C'"
2559   parameters:
2560   - "name"
2561   - "parent"
2562   - "throughput"
2563
2564 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
2565 -
2566   type: "table"
2567   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
2568   algorithm: "table_performance_comparison"
2569   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
2570   reference:
2571     title: "3-Node Hsw"
2572     data: "vpp-compare-testbeds-ref"
2573   compare:
2574     title: "3-Node Skx"
2575     data: "vpp-compare-testbeds-cmp"
2576   data: "vpp-compare-testbeds"
2577   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2578   filter: "'NIC_Intel-X710' and 'NDRPDR' and '2C'"
2579   parameters:
2580   - "name"
2581   - "parent"
2582   - "throughput"
2583
2584 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
2585 -
2586   type: "table"
2587   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
2588   algorithm: "table_performance_comparison"
2589   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
2590   reference:
2591     title: "3-Node Hsw"
2592     data: "vpp-compare-testbeds-ref"
2593   compare:
2594     title: "3-Node Skx"
2595     data: "vpp-compare-testbeds-cmp"
2596   data: "vpp-compare-testbeds"
2597   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2598   filter: "'NIC_Intel-X710' and 'NDRPDR' and '1C'"
2599   parameters:
2600   - "name"
2601   - "parent"
2602   - "throughput"
2603
2604 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
2605 -
2606   type: "table"
2607   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
2608   algorithm: "table_performance_comparison"
2609   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
2610   reference:
2611     title: "3-Node Hsw"
2612     data: "vpp-compare-testbeds-ref"
2613   compare:
2614     title: "3-Node Skx"
2615     data: "vpp-compare-testbeds-cmp"
2616   data: "vpp-compare-testbeds"
2617   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2618   filter: "'NIC_Intel-X710' and 'NDRPDR' and '2C'"
2619   parameters:
2620   - "name"
2621   - "parent"
2622   - "throughput"
2623
2624 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
2625 -
2626   type: "table"
2627   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
2628   algorithm: "table_performance_comparison"
2629   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
2630   reference:
2631     title: "3-Node Skx"
2632     data: "vpp-compare-topologies-ref"
2633   compare:
2634     title: "2-Node Skx"
2635     data: "vpp-compare-topologies-cmp"
2636   data: "vpp-compare-topologies"
2637   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2638   filter: "'NDRPDR' and '1C'"
2639   parameters:
2640   - "name"
2641   - "parent"
2642   - "throughput"
2643
2644 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
2645 -
2646   type: "table"
2647   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
2648   algorithm: "table_performance_comparison"
2649   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
2650   reference:
2651     title: "3-Node Skx"
2652     data: "vpp-compare-topologies-ref"
2653   compare:
2654     title: "2-Node Skx"
2655     data: "vpp-compare-topologies-cmp"
2656   data: "vpp-compare-topologies"
2657   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2658   filter: "'NDRPDR' and '2C'"
2659   parameters:
2660   - "name"
2661   - "parent"
2662   - "throughput"
2663
2664 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
2665 -
2666   type: "table"
2667   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
2668   algorithm: "table_performance_comparison"
2669   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
2670   reference:
2671     title: "3-Node Skx"
2672     data: "vpp-compare-topologies-ref"
2673   compare:
2674     title: "2-Node Skx"
2675     data: "vpp-compare-topologies-cmp"
2676   data: "vpp-compare-topologies"
2677   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2678   filter: "'NDRPDR' and '1C'"
2679   parameters:
2680   - "name"
2681   - "parent"
2682   - "throughput"
2683
2684 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
2685 -
2686   type: "table"
2687   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
2688   algorithm: "table_performance_comparison"
2689   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
2690   reference:
2691     title: "3-Node Skx"
2692     data: "vpp-compare-topologies-ref"
2693   compare:
2694     title: "2-Node Skx"
2695     data: "vpp-compare-topologies-cmp"
2696   data: "vpp-compare-topologies"
2697   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2698   filter: "'NDRPDR' and '2C'"
2699   parameters:
2700   - "name"
2701   - "parent"
2702   - "throughput"
2703
2704 # VPP Performance Changes 3n-hsw 1t1c MRR
2705 -
2706   type: "table"
2707   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
2708   algorithm: "table_performance_comparison"
2709   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
2710   history:
2711     -
2712       title: "rls1807"
2713       data: "vpp-performance-changes-3n-hsw-mrr-h1"
2714   reference:
2715     title: "rls1810"
2716     data: "vpp-performance-changes-3n-hsw-mrr-ref"
2717   compare:
2718     title: "rls1901.1"
2719     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2720   data: "vpp-performance-changes-3n-hsw-mrr"
2721   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2722   filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2723   parameters:
2724   - "name"
2725   - "parent"
2726   - "result"
2727
2728 # VPP Performance Changes 3n-hsw 2t2c MRR
2729 -
2730   type: "table"
2731   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
2732   algorithm: "table_performance_comparison"
2733   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
2734   history:
2735     -
2736       title: "rls1807"
2737       data: "vpp-performance-changes-3n-hsw-mrr-h1"
2738   reference:
2739     title: "rls1810"
2740     data: "vpp-performance-changes-3n-hsw-mrr-ref"
2741   compare:
2742     title: "rls1901.1"
2743     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2744   data: "vpp-performance-changes-3n-hsw-mrr"
2745   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2746   filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2747   parameters:
2748   - "name"
2749   - "parent"
2750   - "result"
2751
2752 # VPP Performance Changes 3n-hsw 4t4c MRR
2753 -
2754   type: "table"
2755   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
2756   algorithm: "table_performance_comparison"
2757   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
2758   history:
2759     -
2760       title: "rls1807"
2761       data: "vpp-performance-changes-3n-hsw-mrr-h1"
2762   reference:
2763     title: "rls1810"
2764     data: "vpp-performance-changes-3n-hsw-mrr-ref"
2765   compare:
2766     title: "rls1901.1"
2767     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2768   data: "vpp-performance-changes-3n-hsw-mrr"
2769   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2770   filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2771   parameters:
2772   - "name"
2773   - "parent"
2774   - "result"
2775
2776 # VPP Performance Changes 3n-skx 2t1c MRR
2777 -
2778   type: "table"
2779   title: "VPP Performance Changes 3n-skx 2t1c MRR"
2780   algorithm: "table_performance_comparison"
2781   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
2782   history:
2783     -
2784       title: "rls1807"
2785       data: "vpp-performance-changes-3n-skx-mrr-h1"
2786   reference:
2787     title: "rls1810"
2788     data: "vpp-performance-changes-3n-skx-mrr-ref"
2789   compare:
2790     title: "rls1901.1"
2791     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2792   data: "vpp-performance-changes-3n-skx-mrr"
2793   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2794   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2795   parameters:
2796   - "name"
2797   - "parent"
2798   - "result"
2799
2800 # VPP Performance Changes 3n-skx 4t2c MRR
2801 -
2802   type: "table"
2803   title: "VPP Performance Changes 3n-skx 4t2c MRR"
2804   algorithm: "table_performance_comparison"
2805   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
2806   history:
2807     -
2808       title: "rls1807"
2809       data: "vpp-performance-changes-3n-skx-mrr-h1"
2810   reference:
2811     title: "rls1810"
2812     data: "vpp-performance-changes-3n-skx-mrr-ref"
2813   compare:
2814     title: "rls1901.1"
2815     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2816   data: "vpp-performance-changes-3n-skx-mrr"
2817   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2818   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2819   parameters:
2820   - "name"
2821   - "parent"
2822   - "result"
2823
2824 # VPP Performance Changes 3n-skx 8t4c MRR
2825 -
2826   type: "table"
2827   title: "VPP Performance Changes 3n-skx 8t4c MRR"
2828   algorithm: "table_performance_comparison"
2829   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
2830   history:
2831     -
2832       title: "rls1807"
2833       data: "vpp-performance-changes-3n-skx-mrr-h1"
2834   reference:
2835     title: "rls1810"
2836     data: "vpp-performance-changes-3n-skx-mrr-ref"
2837   compare:
2838     title: "rls1901.1"
2839     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2840   data: "vpp-performance-changes-3n-skx-mrr"
2841   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2842   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2843   parameters:
2844   - "name"
2845   - "parent"
2846   - "result"
2847
2848 # VPP Performance Changes 2n-skx 2t1c MRR
2849 -
2850   type: "table"
2851   title: "VPP Performance Changes 2n-skx 2t1c MRR"
2852   algorithm: "table_performance_comparison"
2853   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
2854   history:
2855     -
2856       title: "rls1807"
2857       data: "vpp-performance-changes-2n-skx-mrr-h1"
2858   reference:
2859     title: "rls1810"
2860     data: "vpp-performance-changes-2n-skx-mrr-ref"
2861   compare:
2862     title: "rls1901.1"
2863     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2864   data: "vpp-performance-changes-2n-skx-mrr"
2865   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2866   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2867   parameters:
2868   - "name"
2869   - "parent"
2870   - "result"
2871
2872 # VPP Performance Changes 2n-skx 4t2c MRR
2873 -
2874   type: "table"
2875   title: "VPP Performance Changes 2n-skx 4t2c MRR"
2876   algorithm: "table_performance_comparison"
2877   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
2878   history:
2879     -
2880       title: "rls1807"
2881       data: "vpp-performance-changes-2n-skx-mrr-h1"
2882   reference:
2883     title: "rls1810"
2884     data: "vpp-performance-changes-2n-skx-mrr-ref"
2885   compare:
2886     title: "rls1901.1"
2887     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2888   data: "vpp-performance-changes-2n-skx-mrr"
2889   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2890   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2891   parameters:
2892   - "name"
2893   - "parent"
2894   - "result"
2895
2896 # VPP Performance Changes 2n-skx 8t4c MRR
2897 -
2898   type: "table"
2899   title: "VPP Performance Changes 2n-skx 8t4c MRR"
2900   algorithm: "table_performance_comparison"
2901   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
2902   history:
2903     -
2904       title: "rls1807"
2905       data: "vpp-performance-changes-2n-skx-mrr-h1"
2906   reference:
2907     title: "rls1810"
2908     data: "vpp-performance-changes-2n-skx-mrr-ref"
2909   compare:
2910     title: "rls1901.1"
2911     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2912   data: "vpp-performance-changes-2n-skx-mrr"
2913   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2914   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2915   parameters:
2916   - "name"
2917   - "parent"
2918   - "result"
2919
2920 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
2921 -
2922   type: "table"
2923   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
2924   algorithm: "table_performance_comparison"
2925   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
2926   reference:
2927     title: "3-Node Hsw"
2928     data: "vpp-compare-testbeds-mrr-ref"
2929   compare:
2930     title: "3-Node Skx"
2931     data: "vpp-compare-testbeds-mrr-cmp"
2932   data: "vpp-compare-testbeds-mrr"
2933   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2934   filter: "'NIC_Intel-X710' and 'MRR' and '1C'"
2935   parameters:
2936   - "name"
2937   - "parent"
2938   - "result"
2939
2940 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
2941 -
2942   type: "table"
2943   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
2944   algorithm: "table_performance_comparison"
2945   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
2946   reference:
2947     title: "3-Node Hsw"
2948     data: "vpp-compare-testbeds-mrr-ref"
2949   compare:
2950     title: "3-Node Skx"
2951     data: "vpp-compare-testbeds-mrr-cmp"
2952   data: "vpp-compare-testbeds-mrr"
2953   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2954   filter: "'NIC_Intel-X710' and 'MRR' and '2C'"
2955   parameters:
2956   - "name"
2957   - "parent"
2958   - "result"
2959
2960 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
2961 -
2962   type: "table"
2963   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
2964   algorithm: "table_performance_comparison"
2965   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
2966   reference:
2967     title: "3-Node Hsw"
2968     data: "vpp-compare-testbeds-mrr-ref"
2969   compare:
2970     title: "3-Node Skx"
2971     data: "vpp-compare-testbeds-mrr-cmp"
2972   data: "vpp-compare-testbeds-mrr"
2973   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2974   filter: "'NIC_Intel-X710' and 'MRR' and '4C'"
2975   parameters:
2976   - "name"
2977   - "parent"
2978   - "result"
2979
2980 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
2981 -
2982   type: "table"
2983   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
2984   algorithm: "table_performance_comparison"
2985   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
2986   reference:
2987     title: "3-Node Skx"
2988     data: "vpp-compare-topologies-mrr-ref"
2989   compare:
2990     title: "2-Node Skx"
2991     data: "vpp-compare-topologies-mrr-cmp"
2992   data: "vpp-compare-topologies-mrr"
2993   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2994   filter: "'MRR' and '1C'"
2995   parameters:
2996   - "name"
2997   - "parent"
2998   - "result"
2999
3000 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
3001 -
3002   type: "table"
3003   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
3004   algorithm: "table_performance_comparison"
3005   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
3006   reference:
3007     title: "3-Node Skx"
3008     data: "vpp-compare-topologies-mrr-ref"
3009   compare:
3010     title: "2-Node Skx"
3011     data: "vpp-compare-topologies-mrr-cmp"
3012   data: "vpp-compare-topologies-mrr"
3013   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3014   filter: "'MRR' and '2C'"
3015   parameters:
3016   - "name"
3017   - "parent"
3018   - "result"
3019
3020 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
3021 -
3022   type: "table"
3023   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
3024   algorithm: "table_performance_comparison"
3025   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
3026   reference:
3027     title: "3-Node Skx"
3028     data: "vpp-compare-topologies-mrr-ref"
3029   compare:
3030     title: "2-Node Skx"
3031     data: "vpp-compare-topologies-mrr-cmp"
3032   data: "vpp-compare-topologies-mrr"
3033   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3034   filter: "'MRR' and '4C'"
3035   parameters:
3036   - "name"
3037   - "parent"
3038   - "result"
3039
3040 # Detailed Test Results - VPP Performance Results 3n-hsw
3041 -
3042   type: "table"
3043   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
3044   algorithm: "table_merged_details"
3045   output-file-ext: ".csv"
3046   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
3047   columns:
3048   -
3049     title: "Name"
3050     data: "data name"
3051   -
3052     title: "Status"
3053     data: "data msg"
3054   rows: "generated"
3055   data: "vpp-perf-results-3n-hsw"
3056   filter: "not 'NDRCHK' and not 'PDRCHK'"
3057   parameters:
3058   - "name"
3059   - "parent"
3060   - "msg"
3061
3062 # Detailed Test Results - VPP Performance Results 3n-skx
3063 -
3064   type: "table"
3065   title: "Detailed Test Results - VPP Performance Results 3n-skx"
3066   algorithm: "table_merged_details"
3067   output-file-ext: ".csv"
3068   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
3069   columns:
3070   -
3071     title: "Name"
3072     data: "data name"
3073   -
3074     title: "Status"
3075     data: "data msg"
3076   rows: "generated"
3077   data: "vpp-perf-results-3n-skx"
3078   filter: "not 'NDRCHK' and not 'PDRCHK'"
3079   parameters:
3080   - "name"
3081   - "parent"
3082   - "msg"
3083
3084 # Detailed Test Results - VPP Performance Results 2n-skx
3085 -
3086   type: "table"
3087   title: "Detailed Test Results - VPP Performance Results 2n-skx"
3088   algorithm: "table_merged_details"
3089   output-file-ext: ".csv"
3090   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
3091   columns:
3092   -
3093     title: "Name"
3094     data: "data name"
3095   -
3096     title: "Status"
3097     data: "data msg"
3098   rows: "generated"
3099   data: "vpp-perf-results-2n-skx"
3100   filter: "not 'NDRCHK' and not 'PDRCHK'"
3101   parameters:
3102   - "name"
3103   - "parent"
3104   - "msg"
3105
3106 # Detailed Test Results - VPP Performance Results 2n-dnv
3107 -
3108   type: "table"
3109   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
3110   algorithm: "table_details"
3111   output-file-ext: ".csv"
3112   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
3113   columns:
3114   -
3115     title: "Name"
3116     data: "data name"
3117   -
3118     title: "Status"
3119     data: "data msg"
3120   rows: "generated"
3121   data: "intel-dnv-vpp"
3122   filter: "'NDRPDR'"
3123   parameters:
3124   - "name"
3125   - "parent"
3126   - "msg"
3127
3128 # Test configuration - VPP Performance Test Configs 3n-hsw
3129 -
3130   type: "table"
3131   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
3132   algorithm: "table_merged_details"
3133   output-file-ext: ".csv"
3134   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
3135   columns:
3136   -
3137     title: "Name"
3138     data: "data name"
3139   -
3140     title: "VPP API Test Commands History - Commands Used Per Test Case"
3141     data: "data conf-history"
3142   rows: "generated"
3143   data: "vpp-perf-results-3n-hsw"
3144   filter: "not 'NDRCHK' and not 'PDRCHK'"
3145   parameters:
3146   - "parent"
3147   - "name"
3148   - "conf-history"
3149
3150 # Test configuration - VPP Performance Test Configs 3n-skx
3151 -
3152   type: "table"
3153   title: "Test configuration - VPP Performance Test Configs 3n-skx"
3154   algorithm: "table_merged_details"
3155   output-file-ext: ".csv"
3156   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
3157   columns:
3158   -
3159     title: "Name"
3160     data: "data name"
3161   -
3162     title: "VPP API Test Commands History - Commands Used Per Test Case"
3163     data: "data conf-history"
3164   rows: "generated"
3165   data: "vpp-perf-results-3n-skx"
3166   filter: "not 'NDRCHK' and not 'PDRCHK'"
3167   parameters:
3168   - "parent"
3169   - "name"
3170   - "conf-history"
3171
3172 # Test configuration - VPP Performance Test Configs 2n-skx
3173 -
3174   type: "table"
3175   title: "Test configuration - VPP Performance Test Configs 2n-skx"
3176   algorithm: "table_merged_details"
3177   output-file-ext: ".csv"
3178   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
3179   columns:
3180   -
3181     title: "Name"
3182     data: "data name"
3183   -
3184     title: "VPP API Test Commands History - Commands Used Per Test Case"
3185     data: "data conf-history"
3186   rows: "generated"
3187   data: "vpp-perf-results-2n-skx"
3188   filter: "not 'NDRCHK' and not 'PDRCHK'"
3189   parameters:
3190   - "parent"
3191   - "name"
3192   - "conf-history"
3193
3194 # Test configuration - VPP Performance Test Configs 2n-dnv
3195 -
3196   type: "table"
3197   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
3198   algorithm: "table_details"
3199   output-file-ext: ".csv"
3200   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_test_configuration_2n_dnv"
3201   columns:
3202   -
3203     title: "Name"
3204     data: "data name"
3205   -
3206     title: "VPP API Test Commands History - Commands Used Per Test Case"
3207     data: "data conf-history"
3208   rows: "generated"
3209   data: "intel-dnv-vpp"
3210   filter: "'NDRPDR'"
3211   parameters:
3212   - "parent"
3213   - "name"
3214   - "conf-history"
3215
3216 # Test Operational Data - VPP Performance Operational Data 3n-hsw
3217 -
3218   type: "table"
3219   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
3220   algorithm: "table_merged_details"
3221   output-file-ext: ".csv"
3222   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
3223   columns:
3224   -
3225     title: "Name"
3226     data: "data name"
3227   -
3228     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3229     data: "data show-run"
3230   rows: "generated"
3231   data: "vpp-perf-results-3n-hsw"
3232   filter: "not 'NDRCHK' and not 'PDRCHK'"
3233   parameters:
3234   - "parent"
3235   - "name"
3236   - "show-run"
3237
3238 # Test Operational Data - VPP Performance Operational Data 3n-skx
3239 -
3240   type: "table"
3241   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
3242   algorithm: "table_merged_details"
3243   output-file-ext: ".csv"
3244   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
3245   columns:
3246   -
3247     title: "Name"
3248     data: "data name"
3249   -
3250     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3251     data: "data show-run"
3252   rows: "generated"
3253   data: "vpp-perf-results-3n-skx"
3254   filter: "not 'NDRCHK' and not 'PDRCHK'"
3255   parameters:
3256   - "parent"
3257   - "name"
3258   - "show-run"
3259
3260 # Test Operational Data - VPP Performance Operational Data 2n-skx
3261 -
3262   type: "table"
3263   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
3264   algorithm: "table_merged_details"
3265   output-file-ext: ".csv"
3266   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
3267   columns:
3268   -
3269     title: "Name"
3270     data: "data name"
3271   -
3272     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3273     data: "data show-run"
3274   rows: "generated"
3275   data: "vpp-perf-results-2n-skx"
3276   filter: "not 'NDRCHK' and not 'PDRCHK'"
3277   parameters:
3278   - "parent"
3279   - "name"
3280   - "show-run"
3281
3282 # Test Operational Data - VPP Performance Operational Data 2n-dnv
3283 -
3284   type: "table"
3285   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
3286   algorithm: "table_details"
3287   output-file-ext: ".csv"
3288   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_test_operational_2n_dnv"
3289   columns:
3290   -
3291     title: "Name"
3292     data: "data name"
3293   -
3294     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3295     data: "data show-run"
3296   rows: "generated"
3297   data: "intel-dnv-vpp"
3298   filter: "'NDRPDR'"
3299   parameters:
3300   - "parent"
3301   - "name"
3302   - "show-run"
3303
3304 # Detailed Test Results - VPP MRR Results 3n-hsw
3305 -
3306   type: "table"
3307   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
3308   algorithm: "table_details"
3309   output-file-ext: ".csv"
3310   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
3311   columns:
3312   -
3313     title: "Name"
3314     data: "data name"
3315   -
3316     title: "Status"
3317     data: "data msg"
3318   rows: "generated"
3319   data: "vpp-mrr-results-3n-hsw"
3320   filter: "'MRR'"
3321   parameters:
3322   - "name"
3323   - "parent"
3324   - "msg"
3325
3326 # Detailed Test Results - VPP MRR Results 3n-skx
3327 -
3328   type: "table"
3329   title: "Detailed Test Results - VPP MRR Results 3n-skx"
3330   algorithm: "table_details"
3331   output-file-ext: ".csv"
3332   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
3333   columns:
3334   -
3335     title: "Name"
3336     data: "data name"
3337   -
3338     title: "Status"
3339     data: "data msg"
3340   rows: "generated"
3341   data: "vpp-mrr-results-3n-skx"
3342   filter: "'MRR'"
3343   parameters:
3344   - "name"
3345   - "parent"
3346   - "msg"
3347
3348 # Detailed Test Results - VPP MRR Results 2n-skx
3349 -
3350   type: "table"
3351   title: "Detailed Test Results - VPP MRR Results 2n-skx"
3352   algorithm: "table_details"
3353   output-file-ext: ".csv"
3354   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
3355   columns:
3356   -
3357     title: "Name"
3358     data: "data name"
3359   -
3360     title: "Status"
3361     data: "data msg"
3362   rows: "generated"
3363   data: "vpp-mrr-results-2n-skx"
3364   filter: "'MRR'"
3365   parameters:
3366   - "name"
3367   - "parent"
3368   - "msg"
3369
3370 # Detailed Test Results - VPP MRR Results 2n-dnv
3371 -
3372   type: "table"
3373   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
3374   algorithm: "table_details"
3375   output-file-ext: ".csv"
3376   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
3377   columns:
3378   -
3379     title: "Name"
3380     data: "data name"
3381   -
3382     title: "Status"
3383     data: "data msg"
3384   rows: "generated"
3385   data: "intel-dnv-vpp"
3386   filter: "'MRR'"
3387   parameters:
3388   - "name"
3389   - "parent"
3390   - "msg"
3391
3392 # Test configuration - VPP MRR Test Configs 3n-hsw
3393 -
3394   type: "table"
3395   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
3396   algorithm: "table_details"
3397   output-file-ext: ".csv"
3398   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
3399   columns:
3400   -
3401     title: "Name"
3402     data: "data name"
3403   -
3404     title: "VPP API Test Commands History - Commands Used Per Test Case"
3405     data: "data conf-history"
3406   rows: "generated"
3407   data: "vpp-mrr-results-3n-hsw"
3408   filter: "'MRR'"
3409   parameters:
3410   - "parent"
3411   - "name"
3412   - "conf-history"
3413
3414 # Test configuration - VPP MRR Test Configs 3n-skx
3415 -
3416   type: "table"
3417   title: "Test configuration - VPP MRR Test Configs 3n-skx"
3418   algorithm: "table_details"
3419   output-file-ext: ".csv"
3420   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
3421   columns:
3422   -
3423     title: "Name"
3424     data: "data name"
3425   -
3426     title: "VPP API Test Commands History - Commands Used Per Test Case"
3427     data: "data conf-history"
3428   rows: "generated"
3429   data: "vpp-mrr-results-3n-skx"
3430   filter: "'MRR'"
3431   parameters:
3432   - "parent"
3433   - "name"
3434   - "conf-history"
3435
3436 # Test configuration - VPP MRR Test Configs 2n-skx
3437 -
3438   type: "table"
3439   title: "Test configuration - VPP MRR Test Configs 2n-skx"
3440   algorithm: "table_details"
3441   output-file-ext: ".csv"
3442   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
3443   columns:
3444   -
3445     title: "Name"
3446     data: "data name"
3447   -
3448     title: "VPP API Test Commands History - Commands Used Per Test Case"
3449     data: "data conf-history"
3450   rows: "generated"
3451   data: "vpp-mrr-results-2n-skx"
3452   filter: "'MRR'"
3453   parameters:
3454   - "parent"
3455   - "name"
3456   - "conf-history"
3457
3458 # Test configuration - VPP MRR Test Configs 2n-dnv
3459 -
3460   type: "table"
3461   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
3462   algorithm: "table_details"
3463   output-file-ext: ".csv"
3464   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_test_configuration_2n_dnv"
3465   columns:
3466   -
3467     title: "Name"
3468     data: "data name"
3469   -
3470     title: "VPP API Test Commands History - Commands Used Per Test Case"
3471     data: "data conf-history"
3472   rows: "generated"
3473   data: "intel-dnv-vpp"
3474   filter: "'MRR'"
3475   parameters:
3476   - "parent"
3477   - "name"
3478   - "conf-history"
3479
3480 # Detailed Test Results - VPP Functional Results - Ubuntu
3481 -
3482   type: "table"
3483   title: "Detailed Test Results - VPP Functional Results - Ubuntu"
3484   algorithm: "table_details"
3485   output-file-ext: ".csv"
3486   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
3487   columns:
3488   -
3489     title: "Name"
3490     data: "data name"
3491   -
3492     title: "Documentation"
3493     data: "data doc"
3494   -
3495     title: "Status"
3496     data: "data status"
3497   rows: "generated"
3498   data: "vpp-func-results-ubuntu"
3499   filter: "all"
3500   parameters:
3501   - "name"
3502   - "parent"
3503   - "doc"
3504   - "status"
3505
3506 # Detailed Test Results - VPP Functional Results - CentOS
3507 -
3508   type: "table"
3509   title: "Detailed Test Results - VPP Functional Results - CentOS"
3510   algorithm: "table_details"
3511   output-file-ext: ".csv"
3512   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
3513   columns:
3514   -
3515     title: "Name"
3516     data: "data name"
3517   -
3518     title: "Documentation"
3519     data: "data doc"
3520   -
3521     title: "Status"
3522     data: "data status"
3523   rows: "generated"
3524   data:
3525     "vpp-func-results-centos"
3526   filter: "all"
3527   parameters:
3528   - "name"
3529   - "parent"
3530   - "doc"
3531   - "status"
3532
3533 # Test configuration - VPP Functional Test Configs - Ubuntu
3534 -
3535   type: "table"
3536   title: "Test configuration - VPP Functional Test Configs - Ubuntu"
3537   algorithm: "table_details"
3538   output-file-ext: ".csv"
3539   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
3540   columns:
3541   -
3542     title: "Name"
3543     data: "data name"
3544   -
3545     title: "VPP API Test Commands History - Commands Used Per Test Case"
3546     data: "data conf-history"
3547   rows: "generated"
3548   data: "vpp-func-results-ubuntu"
3549   filter: "all"
3550   parameters:
3551   - "parent"
3552   - "name"
3553   - "conf-history"
3554
3555 # Test configuration - VPP Functional Test Configs - CentOS
3556 -
3557   type: "table"
3558   title: "Test configuration - VPP Functional Test Configs - CentOS"
3559   algorithm: "table_details"
3560   output-file-ext: ".csv"
3561   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
3562   columns:
3563   -
3564     title: "Name"
3565     data: "data name"
3566   -
3567     title: "VPP API Test Commands History - Commands Used Per Test Case"
3568     data: "data conf-history"
3569   rows: "generated"
3570   data: "vpp-func-results-centos"
3571   filter: "all"
3572   parameters:
3573   - "parent"
3574   - "name"
3575   - "conf-history"
3576
3577 # Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw
3578 -
3579   type: "table"
3580   title: "Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw"
3581   algorithm: "table_details"
3582   output-file-ext: ".csv"
3583   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
3584   columns:
3585   -
3586     title: "Name"
3587     data: "data name"
3588   -
3589     title: "Status"
3590     data: "data msg"
3591   rows: "generated"
3592   data: "ligato-perf-results-3n-hsw"
3593   filter: "all"
3594   parameters:
3595   - "name"
3596   - "parent"
3597   - "msg"
3598
3599 # Detailed Test Results - VPP Device Results - Ubuntu
3600 -
3601   type: "table"
3602   title: "Detailed Test Results - VPP Device Results - Ubuntu"
3603   algorithm: "table_details"
3604   output-file-ext: ".csv"
3605   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
3606   columns:
3607   -
3608     title: "Name"
3609     data: "data name"
3610   -
3611     title: "Documentation"
3612     data: "data doc"
3613   -
3614     title: "Status"
3615     data: "data status"
3616   rows: "generated"
3617   data: "vpp-device-results-ubuntu"
3618   filter: "all"
3619   parameters:
3620   - "name"
3621   - "parent"
3622   - "doc"
3623   - "status"
3624
3625 # Test configuration - VPP Device Test Configs - Ubuntu
3626 -
3627   type: "table"
3628   title: "Test configuration - VPP Device Test Configs - Ubuntu"
3629   algorithm: "table_details"
3630   output-file-ext: ".csv"
3631   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
3632   columns:
3633   -
3634     title: "Name"
3635     data: "data name"
3636   -
3637     title: "VPP API Test Commands History - Commands Used Per Test Case"
3638     data: "data conf-history"
3639   rows: "generated"
3640   data: "vpp-device-results-ubuntu"
3641   filter: "all"
3642   parameters:
3643   - "parent"
3644   - "name"
3645   - "conf-history"
3646
3647 ################################################################################
3648
3649 # DPDK Performance Changes 3n-hsw 1t1c pdr
3650 -
3651   type: "table"
3652   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
3653   algorithm: "table_performance_comparison"
3654   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
3655   history:
3656     -
3657       title: "rls1807"
3658       data: "dpdk-performance-changes-3n-hsw-h1"
3659   reference:
3660     title: "rls1810"
3661     data: "dpdk-performance-changes-3n-hsw-ref"
3662   compare:
3663     title: "rls1901"
3664     data: "dpdk-performance-changes-3n-hsw-cmp"
3665   data: "dpdk-performance-changes-3n-hsw"
3666   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3667   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3668   parameters:
3669   - "name"
3670   - "parent"
3671   - "throughput"
3672
3673 # DPDK Performance Changes 3n-hsw 2t2c pdr
3674 -
3675   type: "table"
3676   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
3677   algorithm: "table_performance_comparison"
3678   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
3679   history:
3680     -
3681       title: "rls1807"
3682       data: "dpdk-performance-changes-3n-hsw-h1"
3683   reference:
3684     title: "rls1810"
3685     data: "dpdk-performance-changes-3n-hsw-ref"
3686   compare:
3687     title: "rls1901"
3688     data: "dpdk-performance-changes-3n-hsw-cmp"
3689   data: "dpdk-performance-changes-3n-hsw"
3690   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3691   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3692   parameters:
3693   - "name"
3694   - "parent"
3695   - "throughput"
3696
3697 # DPDK Performance Changes 3n-hsw 1t1c ndr
3698 -
3699   type: "table"
3700   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
3701   algorithm: "table_performance_comparison"
3702   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
3703   history:
3704     -
3705       title: "rls1807"
3706       data: "dpdk-performance-changes-3n-hsw-h1"
3707   reference:
3708     title: "rls1810"
3709     data: "dpdk-performance-changes-3n-hsw-ref"
3710   compare:
3711     title: "rls1901"
3712     data: "dpdk-performance-changes-3n-hsw-cmp"
3713   data: "dpdk-performance-changes-3n-hsw"
3714   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3715   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3716   parameters:
3717   - "name"
3718   - "parent"
3719   - "throughput"
3720
3721 # DPDK Performance Changes 3n-hsw 2t2c ndr
3722 -
3723   type: "table"
3724   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
3725   algorithm: "table_performance_comparison"
3726   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
3727   history:
3728     -
3729       title: "rls1807"
3730       data: "dpdk-performance-changes-3n-hsw-h1"
3731   reference:
3732     title: "rls1810"
3733     data: "dpdk-performance-changes-3n-hsw-ref"
3734   compare:
3735     title: "rls1901"
3736     data: "dpdk-performance-changes-3n-hsw-cmp"
3737   data: "dpdk-performance-changes-3n-hsw"
3738   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3739   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3740   parameters:
3741   - "name"
3742   - "parent"
3743   - "throughput"
3744
3745 # DPDK Performance Changes 3n-skx 2t1c pdr
3746 -
3747   type: "table"
3748   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
3749   algorithm: "table_performance_comparison"
3750   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
3751   history:
3752     -
3753       title: "rls1807"
3754       data: "dpdk-performance-changes-3n-skx-h1"
3755   reference:
3756     title: "rls1810"
3757     data: "dpdk-performance-changes-3n-skx-ref"
3758   compare:
3759     title: "rls1901"
3760     data: "dpdk-performance-changes-3n-skx-cmp"
3761   data: "dpdk-performance-changes-3n-skx"
3762   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3763   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3764   parameters:
3765   - "name"
3766   - "parent"
3767   - "throughput"
3768
3769 # DPDK Performance Changes 3n-skx 4t2c pdr
3770 -
3771   type: "table"
3772   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
3773   algorithm: "table_performance_comparison"
3774   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
3775   history:
3776     -
3777       title: "rls1807"
3778       data: "dpdk-performance-changes-3n-skx-h1"
3779   reference:
3780     title: "rls1810"
3781     data: "dpdk-performance-changes-3n-skx-ref"
3782   compare:
3783     title: "rls1901"
3784     data: "dpdk-performance-changes-3n-skx-cmp"
3785   data: "dpdk-performance-changes-3n-skx"
3786   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3787   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3788   parameters:
3789   - "name"
3790   - "parent"
3791   - "throughput"
3792
3793 # DPDK Performance Changes 3n-skx 2t1c ndr
3794 -
3795   type: "table"
3796   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
3797   algorithm: "table_performance_comparison"
3798   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
3799   history:
3800     -
3801       title: "rls1807"
3802       data: "dpdk-performance-changes-3n-skx-h1"
3803   reference:
3804     title: "rls1810"
3805     data: "dpdk-performance-changes-3n-skx-ref"
3806   compare:
3807     title: "rls1901"
3808     data: "dpdk-performance-changes-3n-skx-cmp"
3809   data: "dpdk-performance-changes-3n-skx"
3810   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3811   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3812   parameters:
3813   - "name"
3814   - "parent"
3815   - "throughput"
3816
3817 # DPDK Performance Changes 3n-skx 4t2c ndr
3818 -
3819   type: "table"
3820   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
3821   algorithm: "table_performance_comparison"
3822   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
3823   history:
3824     -
3825       title: "rls1807"
3826       data: "dpdk-performance-changes-3n-skx-h1"
3827   reference:
3828     title: "rls1810"
3829     data: "dpdk-performance-changes-3n-skx-ref"
3830   compare:
3831     title: "rls1901"
3832     data: "dpdk-performance-changes-3n-skx-cmp"
3833   data: "dpdk-performance-changes-3n-skx"
3834   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3835   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3836   parameters:
3837   - "name"
3838   - "parent"
3839   - "throughput"
3840
3841 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
3842 -
3843   type: "table"
3844   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
3845   algorithm: "table_performance_comparison"
3846   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
3847   reference:
3848     title: "3-Node Hsw"
3849     data: "dpdk-compare-testbeds-ref"
3850   compare:
3851     title: "3-Node Skx"
3852     data: "dpdk-compare-testbeds-cmp"
3853   data: "dpdk-compare-testbeds"
3854   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3855   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3856   parameters:
3857   - "name"
3858   - "parent"
3859   - "throughput"
3860
3861 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
3862 -
3863   type: "table"
3864   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
3865   algorithm: "table_performance_comparison"
3866   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
3867   reference:
3868     title: "3-Node Hsw"
3869     data: "dpdk-compare-testbeds-ref"
3870   compare:
3871     title: "3-Node Skx"
3872     data: "dpdk-compare-testbeds-cmp"
3873   data: "dpdk-compare-testbeds"
3874   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3875   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3876   parameters:
3877   - "name"
3878   - "parent"
3879   - "throughput"
3880
3881 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
3882 -
3883   type: "table"
3884   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
3885   algorithm: "table_performance_comparison"
3886   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
3887   reference:
3888     title: "3-Node Skx"
3889     data: "dpdk-compare-topologies-ref"
3890   compare:
3891     title: "2-Node Skx"
3892     data: "dpdk-compare-topologies-cmp"
3893   data: "dpdk-compare-topologies"
3894   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3895   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3896   parameters:
3897   - "name"
3898   - "parent"
3899   - "throughput"
3900
3901 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
3902 -
3903   type: "table"
3904   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
3905   algorithm: "table_performance_comparison"
3906   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
3907   reference:
3908     title: "3-Node Skx"
3909     data: "dpdk-compare-topologies-ref"
3910   compare:
3911     title: "2-Node Skx"
3912     data: "dpdk-compare-topologies-cmp"
3913   data: "dpdk-compare-topologies"
3914   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3915   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3916   parameters:
3917   - "name"
3918   - "parent"
3919   - "throughput"
3920
3921 # DPDK Performance Changes 2n-skx 2t1c pdr
3922 -
3923   type: "table"
3924   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
3925   algorithm: "table_performance_comparison"
3926   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
3927   reference:
3928     title: "rls1810"
3929     data: "dpdk-performance-changes-2n-skx-ref"
3930   compare:
3931     title: "rls1901"
3932     data: "dpdk-performance-changes-2n-skx-cmp"
3933   data: "dpdk-performance-changes-2n-skx"
3934   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3935   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3936   parameters:
3937   - "name"
3938   - "parent"
3939   - "throughput"
3940
3941 # DPDK Performance Changes 2n-skx 4t2c pdr
3942 -
3943   type: "table"
3944   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
3945   algorithm: "table_performance_comparison"
3946   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
3947   reference:
3948     title: "rls1810"
3949     data: "dpdk-performance-changes-2n-skx-ref"
3950   compare:
3951     title: "rls1901"
3952     data: "dpdk-performance-changes-2n-skx-cmp"
3953   data: "dpdk-performance-changes-2n-skx"
3954   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3955   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3956   parameters:
3957   - "name"
3958   - "parent"
3959   - "throughput"
3960
3961 # DPDK Performance Changes 2n-skx 2t1c ndr
3962 -
3963   type: "table"
3964   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
3965   algorithm: "table_performance_comparison"
3966   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
3967   reference:
3968     title: "rls1810"
3969     data: "dpdk-performance-changes-2n-skx-ref"
3970   compare:
3971     title: "rls1901"
3972     data: "dpdk-performance-changes-2n-skx-cmp"
3973   data: "dpdk-performance-changes-2n-skx"
3974   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3975   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3976   parameters:
3977   - "name"
3978   - "parent"
3979   - "throughput"
3980
3981 # DPDK Performance Changes 2n-skx 4t2c ndr
3982 -
3983   type: "table"
3984   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
3985   algorithm: "table_performance_comparison"
3986   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
3987   reference:
3988     title: "rls1810"
3989     data: "dpdk-performance-changes-2n-skx-ref"
3990   compare:
3991     title: "rls1901"
3992     data: "dpdk-performance-changes-2n-skx-cmp"
3993   data: "dpdk-performance-changes-2n-skx"
3994   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3995   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3996   parameters:
3997   - "name"
3998   - "parent"
3999   - "throughput"
4000
4001 # Detailed Test Results - DPDK Performance Results 3n-hsw
4002 -
4003   type: "table"
4004   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
4005   algorithm: "table_details"
4006   output-file-ext: ".csv"
4007   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
4008   columns:
4009   -
4010     title: "Name"
4011     data: "data name"
4012   -
4013     title: "Status"
4014     data: "data msg"
4015   rows: "generated"
4016   data: "dpdk-perf-results-3n-hsw"
4017   filter: "all"
4018   parameters:
4019   - "name"
4020   - "parent"
4021   - "msg"
4022
4023 # Detailed Test Results - DPDK Performance Results 3n-skx
4024 -
4025   type: "table"
4026   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
4027   algorithm: "table_details"
4028   output-file-ext: ".csv"
4029   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
4030   columns:
4031   -
4032     title: "Name"
4033     data: "data name"
4034   -
4035     title: "Status"
4036     data: "data msg"
4037   rows: "generated"
4038   data: "dpdk-perf-results-3n-skx"
4039   filter: "all"
4040   parameters:
4041   - "name"
4042   - "parent"
4043   - "msg"
4044
4045 # Detailed Test Results - DPDK Performance Results 2n-skx
4046 -
4047   type: "table"
4048   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
4049   algorithm: "table_details"
4050   output-file-ext: ".csv"
4051   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
4052   columns:
4053   -
4054     title: "Name"
4055     data: "data name"
4056   -
4057     title: "Status"
4058     data: "data msg"
4059   rows: "generated"
4060   data: "dpdk-perf-results-2n-skx"
4061   filter: "all"
4062   parameters:
4063   - "name"
4064   - "parent"
4065   - "msg"
4066
4067 ################################################################################
4068 # HoneyComb
4069 -
4070   type: "table"
4071   title: "Detailed Test Results - Honeycomb Functional Results"
4072   algorithm: "table_details"
4073   output-file-ext: ".csv"
4074   output-file: "{DIR[DTR,FUNC,HC]}/hc_functional_results"
4075   columns:
4076   -
4077     title: "Name"
4078     data: "data name"
4079   -
4080     title: "Documentation"
4081     data: "data doc"
4082   -
4083     title: "Status"
4084     data: "data status"
4085   rows: "generated"
4086   data:
4087     "hc-func-results"
4088   filter: "all"
4089   parameters:
4090   - "name"
4091   - "parent"
4092   - "doc"
4093   - "status"
4094
4095 ################################################################################
4096 # NSH SFC
4097 -
4098   type: "table"
4099   title: "Detailed Test Results - NSH SFC Functional Results"
4100   algorithm: "table_details"
4101   output-file-ext: ".csv"
4102   output-file: "{DIR[DTR,FUNC,NSHSFC]}/nsh_sfc_functional_results"
4103   columns:
4104   -
4105     title: "Name"
4106     data: "data name"
4107   -
4108     title: "Documentation"
4109     data: "data doc"
4110   -
4111     title: "Status"
4112     data: "data status"
4113   rows: "generated"
4114   data:
4115     "nsh-func-results"
4116   filter: "all"
4117   parameters:
4118   - "name"
4119   - "parent"
4120   - "doc"
4121   - "status"
4122
4123 ################################################################################
4124 # DMM
4125 -
4126   type: "table"
4127   title: "Detailed Test Results - DMM Functional Results"
4128   algorithm: "table_details"
4129   output-file-ext: ".csv"
4130   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
4131   columns:
4132   -
4133     title: "Name"
4134     data: "data name"
4135   -
4136     title: "Documentation"
4137     data: "data doc"
4138   -
4139     title: "Status"
4140     data: "data status"
4141   rows: "generated"
4142   data:
4143     "dmm-func-results"
4144   filter: "all"
4145   parameters:
4146   - "name"
4147   - "parent"
4148   - "doc"
4149   - "status"
4150
4151 ################################################################################
4152 ###                                F I L E S                                 ###
4153 ################################################################################
4154
4155 # VPP Performance Results 3n-hsw
4156 -
4157   type: "file"
4158   title: "VPP Performance Results 3n-hsw"
4159   algorithm: "file_test_results"
4160   output-file-ext: ".rst"
4161   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
4162   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"
4163   dir-tables: "{DIR[DTR,PERF,VPP,3N,HSW]}"
4164   data: "vpp-perf-results-3n-hsw"
4165   filter: "not 'NDRCHK' and not 'PDRCHK'"
4166   parameters:
4167   - "name"
4168   - "doc"
4169   - "level"
4170   - "parent"
4171   data-start-level: 3
4172
4173 # VPP Performance Results 3n-skx
4174 -
4175   type: "file"
4176   title: "VPP Performance Results 3n-skx"
4177   algorithm: "file_test_results"
4178   output-file-ext: ".rst"
4179   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
4180   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"
4181   dir-tables: "{DIR[DTR,PERF,VPP,3N,SKX]}"
4182   data: "vpp-perf-results-3n-skx"
4183   filter: "not 'NDRCHK' and not 'PDRCHK'"
4184   parameters:
4185   - "name"
4186   - "doc"
4187   - "level"
4188   - "parent"
4189   data-start-level: 3
4190
4191 # VPP Performance Results 2n-skx
4192 -
4193   type: "file"
4194   title: "VPP Performance Results 2n-skx"
4195   algorithm: "file_test_results"
4196   output-file-ext: ".rst"
4197   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
4198   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"
4199   dir-tables: "{DIR[DTR,PERF,VPP,2N,SKX]}"
4200   data: "vpp-perf-results-2n-skx"
4201   filter: "not 'NDRCHK' and not 'PDRCHK'"
4202   parameters:
4203   - "name"
4204   - "doc"
4205   - "level"
4206   - "parent"
4207   data-start-level: 3
4208
4209 # VPP Performance Results 2n-dnv
4210 -
4211   type: "file"
4212   title: "VPP Performance Results 2n-dnv"
4213   algorithm: "file_test_results"
4214   output-file-ext: ".rst"
4215   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
4216   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4217   dir-tables: "{DIR[DTR,PERF,VPP,2N,DNV]}"
4218   data: "intel-dnv-vpp"
4219   filter: "'NDRPDR'"
4220   parameters:
4221   - "name"
4222   - "doc"
4223   - "level"
4224   - "parent"
4225   data-start-level: 3
4226
4227 # VPP Performance Configuration 3n-hsw
4228 -
4229   type: "file"
4230   title: "VPP Performance Configuration 3n-hsw"
4231   algorithm: "file_test_results"
4232   output-file-ext: ".rst"
4233   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_performance_configuration_3n_hsw"
4234   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"
4235   dir-tables: "{DIR[DTC,PERF,VPP,3N,HSW]}"
4236   data: "vpp-perf-results-3n-hsw"
4237   filter: "not 'NDRCHK' and not 'PDRCHK'"
4238   parameters:
4239   - "name"
4240   - "doc"
4241   - "level"
4242   - "parent"
4243   data-start-level: 3
4244
4245 # VPP Performance Configuration 3n-skx
4246 -
4247   type: "file"
4248   title: "VPP Performance Configuration 3n-skx"
4249   algorithm: "file_test_results"
4250   output-file-ext: ".rst"
4251   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_performance_configuration_3n_skx"
4252   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"
4253   dir-tables: "{DIR[DTC,PERF,VPP,3N,SKX]}"
4254   data: "vpp-perf-results-3n-skx"
4255   filter: "not 'NDRCHK' and not 'PDRCHK'"
4256   parameters:
4257   - "name"
4258   - "doc"
4259   - "level"
4260   - "parent"
4261   data-start-level: 3
4262
4263 # VPP Performance Configuration 2n-skx
4264 -
4265   type: "file"
4266   title: "VPP Performance Configuration 2n-skx"
4267   algorithm: "file_test_results"
4268   output-file-ext: ".rst"
4269   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_performance_configuration_2n_skx"
4270   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"
4271   dir-tables: "{DIR[DTC,PERF,VPP,2N,SKX]}"
4272   data: "vpp-perf-results-2n-skx"
4273   filter: "not 'NDRCHK' and not 'PDRCHK'"
4274   parameters:
4275   - "name"
4276   - "doc"
4277   - "level"
4278   - "parent"
4279   data-start-level: 3
4280
4281 # VPP Performance Configuration 2n-dnv
4282 -
4283   type: "file"
4284   title: "VPP Performance Configuration 2n-dnv"
4285   algorithm: "file_test_results"
4286   output-file-ext: ".rst"
4287   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_performance_configuration_2n_dnv"
4288   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"
4289   dir-tables: "{DIR[DTC,PERF,VPP,2N,DNV]}"
4290   data: "intel-dnv-vpp"
4291   filter: "'NDRPDR'"
4292   parameters:
4293   - "name"
4294   - "doc"
4295   - "level"
4296   - "parent"
4297   data-start-level: 3
4298
4299 # VPP Performance Operational Data 3n-hsw
4300 -
4301   type: "file"
4302   title: "VPP Performance Operational Data 3n-hsw"
4303   algorithm: "file_test_results"
4304   output-file-ext: ".rst"
4305   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_performance_operational_data_3n_hsw"
4306   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"
4307   dir-tables: "{DIR[DTO,PERF,VPP,3N,HSW]}"
4308   data: "vpp-perf-results-3n-hsw"
4309   filter: "not 'NDRCHK' and not 'PDRCHK'"
4310   parameters:
4311   - "name"
4312   - "doc"
4313   - "level"
4314   - "parent"
4315   data-start-level: 3
4316
4317 # VPP Performance Operational Data 3n-skx
4318 -
4319   type: "file"
4320   title: "VPP Performance Operational Data 3n-skx"
4321   algorithm: "file_test_results"
4322   output-file-ext: ".rst"
4323   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_performance_operational_data_3n_skx"
4324   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"
4325   dir-tables: "{DIR[DTO,PERF,VPP,3N,SKX]}"
4326   data: "vpp-perf-results-3n-skx"
4327   filter: "not 'NDRCHK' and not 'PDRCHK'"
4328   parameters:
4329   - "name"
4330   - "doc"
4331   - "level"
4332   - "parent"
4333   data-start-level: 3
4334
4335 # VPP Performance Operational Data 2n-skx
4336 -
4337   type: "file"
4338   title: "VPP Performance Operational Data 2n-skx"
4339   algorithm: "file_test_results"
4340   output-file-ext: ".rst"
4341   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_performance_operational_data_2n_skx"
4342   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"
4343   dir-tables: "{DIR[DTO,PERF,VPP,2N,SKX]}"
4344   data: "vpp-perf-results-2n-skx"
4345   filter: "not 'NDRCHK' and not 'PDRCHK'"
4346   parameters:
4347   - "name"
4348   - "doc"
4349   - "level"
4350   - "parent"
4351   data-start-level: 3
4352
4353 # VPP Performance Operational Data 2n-dnv
4354 -
4355   type: "file"
4356   title: "VPP Performance Operational Data 2n-dnv"
4357   algorithm: "file_test_results"
4358   output-file-ext: ".rst"
4359   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_performance_operational_data_2n_dnv"
4360   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"
4361   dir-tables: "{DIR[DTO,PERF,VPP,2N,DNV]}"
4362   data: "intel-dnv-vpp"
4363   filter: "'NDRPDR'"
4364   parameters:
4365   - "name"
4366   - "doc"
4367   - "level"
4368   - "parent"
4369   data-start-level: 3
4370
4371 # VPP MRR Results 3n-hsw
4372 -
4373   type: "file"
4374   title: "VPP MRR Results 3n-hsw"
4375   algorithm: "file_test_results"
4376   output-file-ext: ".rst"
4377   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
4378   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"
4379   dir-tables: "{DIR[DTR,MRR,VPP,3N,HSW]}"
4380   data: "vpp-mrr-results-3n-hsw"
4381   filter: "'MRR'"
4382   parameters:
4383   - "name"
4384   - "doc"
4385   - "level"
4386   - "parent"
4387   data-start-level: 3
4388
4389 # VPP MRR Results 3n-skx
4390 -
4391   type: "file"
4392   title: "VPP MRR Results 3n-skx"
4393   algorithm: "file_test_results"
4394   output-file-ext: ".rst"
4395   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
4396   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"
4397   dir-tables: "{DIR[DTR,MRR,VPP,3N,SKX]}"
4398   data: "vpp-mrr-results-3n-skx"
4399   filter: "'MRR'"
4400   parameters:
4401   - "name"
4402   - "doc"
4403   - "level"
4404   - "parent"
4405   data-start-level: 3
4406
4407 # VPP MRR Results 2n-skx
4408 -
4409   type: "file"
4410   title: "VPP MRR Results 2n-skx"
4411   algorithm: "file_test_results"
4412   output-file-ext: ".rst"
4413   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
4414   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"
4415   dir-tables: "{DIR[DTR,MRR,VPP,2N,SKX]}"
4416   data: "vpp-mrr-results-2n-skx"
4417   filter: "all"
4418   parameters:
4419   - "name"
4420   - "doc"
4421   - "level"
4422   - "parent"
4423   data-start-level: 3
4424
4425 # VPP MRR Results 2n-dnv
4426 -
4427   type: "file"
4428   title: "VPP MRR Results 2n-dnv"
4429   algorithm: "file_test_results"
4430   output-file-ext: ".rst"
4431   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
4432   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"
4433   dir-tables: "{DIR[DTR,MRR,VPP,2N,DNV]}"
4434   data: "intel-dnv-vpp"
4435   filter: "'MRR'"
4436   parameters:
4437   - "name"
4438   - "doc"
4439   - "level"
4440   - "parent"
4441   data-start-level: 3
4442
4443 # VPP MRR Configuration 3n-hsw
4444 -
4445   type: "file"
4446   title: "VPP MRR Configuration 3n-hsw"
4447   algorithm: "file_test_results"
4448   output-file-ext: ".rst"
4449   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_configuration_3n_hsw"
4450   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"
4451   dir-tables: "{DIR[DTC,MRR,VPP,3N,HSW]}"
4452   data: "vpp-mrr-results-3n-hsw"
4453   filter: "'MRR'"
4454   parameters:
4455   - "name"
4456   - "doc"
4457   - "level"
4458   - "parent"
4459   data-start-level: 3
4460
4461 # VPP MRR Configuration 3n-skx
4462 -
4463   type: "file"
4464   title: "VPP MRR Configuration 3n-skx"
4465   algorithm: "file_test_results"
4466   output-file-ext: ".rst"
4467   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_configuration_3n_skx"
4468   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4469   dir-tables: "{DIR[DTC,MRR,VPP,3N,SKX]}"
4470   data: "vpp-mrr-results-3n-skx"
4471   filter: "'MRR'"
4472   parameters:
4473   - "name"
4474   - "doc"
4475   - "level"
4476   - "parent"
4477   data-start-level: 3
4478
4479 # VPP MRR Configuration 2n-skx
4480 -
4481   type: "file"
4482   title: "VPP MRR Configuration 2n-skx"
4483   algorithm: "file_test_results"
4484   output-file-ext: ".rst"
4485   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_configuration_2n_skx"
4486   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4487   dir-tables: "{DIR[DTC,MRR,VPP,2N,SKX]}"
4488   data: "vpp-mrr-results-2n-skx"
4489   filter: "'MRR'"
4490   parameters:
4491   - "name"
4492   - "doc"
4493   - "level"
4494   - "parent"
4495   data-start-level: 3
4496
4497 # VPP MRR Configuration 2n-dnv
4498 -
4499   type: "file"
4500   title: "VPP MRR Configuration 2n-dnv"
4501   algorithm: "file_test_results"
4502   output-file-ext: ".rst"
4503   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_configuration_2n_dnv"
4504   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"
4505   dir-tables: "{DIR[DTC,MRR,VPP,2N,DNV]}"
4506   data: "intel-dnv-vpp"
4507   filter: "'MRR'"
4508   parameters:
4509   - "name"
4510   - "doc"
4511   - "level"
4512   - "parent"
4513   data-start-level: 3
4514
4515 # VPP Functional Results - Ubuntu
4516 -
4517   type: "file"
4518   title: "VPP Functional Results - Ubuntu"
4519   algorithm: "file_test_results"
4520   output-file-ext: ".rst"
4521   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
4522   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"
4523   dir-tables: "{DIR[DTR,FUNC,VPP,UBUNTU]}"
4524   data: "vpp-func-results-ubuntu"
4525   filter: "all"
4526   parameters:
4527   - "name"
4528   - "doc"
4529   - "level"
4530   - "parent"
4531   data-start-level: 3
4532
4533 # VPP Functional Results - CentOS
4534 -
4535   type: "file"
4536   title: "VPP Functional Results - CentOS"
4537   algorithm: "file_test_results"
4538   output-file-ext: ".rst"
4539   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
4540   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"
4541   dir-tables: "{DIR[DTR,FUNC,VPP,CENTOS]}"
4542   data:
4543     "vpp-func-results-centos"
4544   filter: "all"
4545   parameters:
4546   - "name"
4547   - "doc"
4548   - "level"
4549   - "parent"
4550   data-start-level: 3
4551
4552 # VPP Functional Configuration - Ubuntu
4553 -
4554   type: "file"
4555   title: "VPP Functional Configuration - Ubuntu"
4556   algorithm: "file_test_results"
4557   output-file-ext: ".rst"
4558   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
4559   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"
4560   dir-tables: "{DIR[DTC,FUNC,VPP,UBUNTU]}"
4561   data: "vpp-func-results-ubuntu"
4562   filter: "all"
4563   parameters:
4564   - "name"
4565   - "doc"
4566   - "level"
4567   - "parent"
4568   data-start-level: 3
4569
4570 # VPP Functional Configuration - CentOS
4571 -
4572   type: "file"
4573   title: "VPP Functional Configuration - CentOS"
4574   algorithm: "file_test_results"
4575   output-file-ext: ".rst"
4576   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
4577   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"
4578   dir-tables: "{DIR[DTC,FUNC,VPP,CENTOS]}"
4579   data:
4580     "vpp-func-results-centos"
4581   filter: "all"
4582   parameters:
4583   - "name"
4584   - "doc"
4585   - "level"
4586   - "parent"
4587   data-start-level: 3
4588
4589 # VPP Device Results - Ubuntu
4590 -
4591   type: "file"
4592   title: "VPP Device Results - Ubuntu"
4593   algorithm: "file_test_results"
4594   output-file-ext: ".rst"
4595   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
4596   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"
4597   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
4598   data: "vpp-device-results-ubuntu"
4599   filter: "all"
4600   parameters:
4601   - "name"
4602   - "doc"
4603   - "level"
4604   - "parent"
4605   data-start-level: 2
4606
4607 # VPP Device Configuration - Ubuntu
4608 -
4609   type: "file"
4610   title: "VPP Device Configuration - Ubuntu"
4611   algorithm: "file_test_results"
4612   output-file-ext: ".rst"
4613   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
4614   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"
4615   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
4616   data: "vpp-device-results-ubuntu"
4617   filter: "all"
4618   parameters:
4619   - "name"
4620   - "doc"
4621   - "level"
4622   - "parent"
4623   data-start-level: 2
4624
4625 # Container Orchestrated Performance Results 3n-hsw
4626 -
4627   type: "file"
4628   title: "Container Orchestrated Performance Results 3n-hsw"
4629   algorithm: "file_test_results"
4630   output-file-ext: ".rst"
4631   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
4632   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"
4633   dir-tables: "{DIR[DTR,PERF,COT,3N,HSW]}"
4634   data: "ligato-perf-results-3n-hsw"
4635   filter: "all"
4636   parameters:
4637   - "name"
4638   - "doc"
4639   - "level"
4640   - "parent"
4641   data-start-level: 3
4642
4643 # DPDK Performance Results 3n-hsw
4644 -
4645   type: "file"
4646   title: "DPDK Performance Results 3n-hsw"
4647   algorithm: "file_test_results"
4648   output-file-ext: ".rst"
4649   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
4650   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"
4651   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
4652   data: "dpdk-perf-results-3n-hsw"
4653   filter: "all"
4654   parameters:
4655   - "name"
4656   - "doc"
4657   - "level"
4658   - "parent"
4659   data-start-level: 3
4660
4661 # DPDK Performance Results 3n-skx
4662 -
4663   type: "file"
4664   title: "DPDK Performance Results 3n-skx"
4665   algorithm: "file_test_results"
4666   output-file-ext: ".rst"
4667   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
4668   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"
4669   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
4670   data: "dpdk-perf-results-3n-skx"
4671   filter: "all"
4672   parameters:
4673   - "name"
4674   - "doc"
4675   - "level"
4676   - "parent"
4677   data-start-level: 3
4678
4679 # DPDK Performance Results 2n-skx
4680 -
4681   type: "file"
4682   title: "DPDK Performance Results 2n-skx"
4683   algorithm: "file_test_results"
4684   output-file-ext: ".rst"
4685   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
4686   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"
4687   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
4688   data: "dpdk-perf-results-2n-skx"
4689   filter: "all"
4690   parameters:
4691   - "name"
4692   - "doc"
4693   - "level"
4694   - "parent"
4695   data-start-level: 3
4696
4697 # Honeycomb Functional Results
4698 -
4699   type: "file"
4700   title: "Honeycomb Functional Results"
4701   algorithm: "file_test_results"
4702   output-file-ext: ".rst"
4703   output-file: "{DIR[DTR,FUNC,HC]}/honeycomb_functional_results"
4704   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"
4705   dir-tables: "{DIR[DTR,FUNC,HC]}"
4706   data:
4707     "hc-func-results"
4708   filter: "all"
4709   parameters:
4710   - "name"
4711   - "doc"
4712   - "level"
4713   - "parent"
4714   data-start-level: 3
4715
4716 # NSH SFC Functional Results
4717 -
4718   type: "file"
4719   title: "NSH SFC Functional Results"
4720   algorithm: "file_test_results"
4721   output-file-ext: ".rst"
4722   output-file: "{DIR[DTR,FUNC,NSHSFC]}/nshsfc_functional_results"
4723   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"
4724   dir-tables: "{DIR[DTR,FUNC,NSHSFC]}"
4725   data:
4726     "nsh-func-results"
4727   filter: "all"
4728   parameters:
4729   - "name"
4730   - "doc"
4731   - "level"
4732   - "parent"
4733   data-start-level: 3
4734
4735 # DMM Functional Results
4736 -
4737   type: "file"
4738   title: "DMM Functional Results"
4739   algorithm: "file_test_results"
4740   output-file-ext: ".rst"
4741   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
4742   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"
4743   dir-tables: "{DIR[DTR,FUNC,DMM]}"
4744   data:
4745     "dmm-func-results"
4746   filter: "all"
4747   parameters:
4748   - "name"
4749   - "doc"
4750   - "level"
4751   - "parent"
4752   data-start-level: 3
4753
4754 ################################################################################
4755 ###                                P L O T S                                 ###
4756 ################################################################################
4757
4758 # Soak test - 30min Soak Test (PLRsearch), boxes
4759 -
4760   type: "plot"
4761   title: "VPP Throughput: 30min Soak Test (PLRsearch) boxes"
4762   algorithm: "plot_soak_boxes"
4763   output-file-type: ".html"
4764   output-file: "{DIR[STATIC,VPP]}/example-soak-boxes"
4765   data: "plot-vpp-soak-2n-skx"
4766   filter: "'SOAK'"
4767   parameters:
4768   - "throughput"
4769   - "parent"
4770   - "tags"
4771   sort:
4772   - "L2PATCH"
4773 #  - "L2XCBASE"
4774 #  - "L2BDMACLRN"
4775 #  - "IP4FWD"
4776 #  - "IP6FWD"
4777   - "VHOST"
4778   layout:
4779     title: "30min Soak Test (PLRsearch)"
4780     layout: "plot-soak-throughput"
4781
4782 # Soak test - example, not used
4783 -
4784   type: "plot"
4785   title: "VPP Throughput: 30min Soak Test (PLRsearch) bars"
4786   algorithm: "plot_soak_bars"
4787   output-file-type: ".html"
4788   output-file: "{DIR[STATIC,VPP]}/example-soak-bars"
4789   data: "plot-vpp-soak-2n-skx"
4790   filter: "'SOAK'"
4791   parameters:
4792   - "throughput"
4793   - "parent"
4794   - "tags"
4795   sort:
4796   - "L2PATCH"
4797 #  - "L2XCBASE"
4798 #  - "L2BDMACLRN"
4799 #  - "IP4FWD"
4800 #  - "IP6FWD"
4801   - "VHOST"
4802   layout:
4803     title: "30min Soak Test (PLRsearch)"
4804     layout: "plot-soak-throughput"
4805
4806 ################################################################################
4807 # Plots - NF Density - VSC
4808
4809 -
4810   type: "plot"
4811   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-mrr"
4812   algorithm: "plot_service_density_heatmap"
4813   output-file-type: ".html"
4814   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-vsc-mrr"
4815   data: "plot-vpp-nfv-2n-skx-mrr"
4816   filter: "'NIC_Intel-X710' and
4817            'NF_DENSITY' and
4818            'VM' and
4819            'CHAIN' and
4820            '64B' and
4821            '2T1C' and
4822            'MRR'"
4823   parameters:
4824   - "result"
4825   - "name"
4826   - "tags"
4827   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4828   x-axis: "X = VNFs per Service Chain"
4829   y-axis: "Y = Number of Service Chains"
4830   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
4831   layout:
4832     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-mrr"
4833     layout: "plot-service-density"
4834
4835 -
4836   type: "plot"
4837   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-mrr"
4838   algorithm: "plot_service_density_heatmap"
4839   output-file-type: ".html"
4840   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-vsc-mrr"
4841   data: "plot-vpp-nfv-2n-skx-mrr"
4842   filter: "'NIC_Intel-X710' and
4843            'NF_DENSITY' and
4844            'VM' and
4845            'CHAIN' and
4846            '64B' and
4847            '4T2C' and
4848            'MRR'"
4849   parameters:
4850   - "result"
4851   - "name"
4852   - "tags"
4853   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4854   x-axis: "X = VNFs per Service Chain"
4855   y-axis: "Y = Number of Service Chains"
4856   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
4857   layout:
4858     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-mrr"
4859     layout: "plot-service-density"
4860
4861 -
4862   type: "plot"
4863   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-mrr"
4864   algorithm: "plot_service_density_heatmap"
4865   output-file-type: ".html"
4866   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-vsc-mrr"
4867   data: "plot-vpp-nfv-2n-skx-mrr"
4868   filter: "'NIC_Intel-X710' and
4869            'NF_DENSITY' and
4870            'VM' and
4871            'CHAIN' and
4872            'IMIX' and
4873            '2T1C' and
4874            'MRR'"
4875   parameters:
4876   - "result"
4877   - "name"
4878   - "tags"
4879   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4880   x-axis: "X = VNFs per Service Chain"
4881   y-axis: "Y = Number of Service Chains"
4882   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
4883   layout:
4884     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-mrr"
4885     layout: "plot-service-density"
4886
4887 -
4888   type: "plot"
4889   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-mrr"
4890   algorithm: "plot_service_density_heatmap"
4891   output-file-type: ".html"
4892   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-vsc-mrr"
4893   data: "plot-vpp-nfv-2n-skx-mrr"
4894   filter: "'NIC_Intel-X710' and
4895            'NF_DENSITY' and
4896            'VM' and
4897            'CHAIN' and
4898            'IMIX' and
4899            '4T2C' and
4900            'MRR'"
4901   parameters:
4902   - "result"
4903   - "name"
4904   - "tags"
4905   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4906   x-axis: "X = VNFs per Service Chain"
4907   y-axis: "Y = Number of Service Chains"
4908   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
4909   layout:
4910     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-mrr"
4911     layout: "plot-service-density"
4912
4913 -
4914   type: "plot"
4915   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-ndr"
4916   algorithm: "plot_service_density_heatmap"
4917   output-file-type: ".html"
4918   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-vsc-ndr"
4919   data: "plot-vpp-nfv-2n-skx"
4920   filter: "'NIC_Intel-X710' and
4921            'NF_DENSITY' and
4922            'VM' and
4923            'CHAIN' and
4924            '64B' and
4925            '2T1C' and
4926            'NDRPDR'"
4927   parameters:
4928   - "throughput"
4929   - "name"
4930   - "tags"
4931   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4932   x-axis: "X = VNFs per Service Chain"
4933   y-axis: "Y = Number of Service Chains"
4934   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
4935   layout:
4936     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-ndr"
4937     layout: "plot-service-density"
4938
4939 -
4940   type: "plot"
4941   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-ndr"
4942   algorithm: "plot_service_density_heatmap"
4943   output-file-type: ".html"
4944   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-vsc-ndr"
4945   data: "plot-vpp-nfv-2n-skx"
4946   filter: "'NIC_Intel-X710' and
4947            'NF_DENSITY' and
4948            'VM' and
4949            'CHAIN' and
4950            '64B' and
4951            '4T2C' and
4952            'NDRPDR'"
4953   parameters:
4954   - "throughput"
4955   - "name"
4956   - "tags"
4957   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4958   x-axis: "X = VNFs per Service Chain"
4959   y-axis: "Y = Number of Service Chains"
4960   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
4961   layout:
4962     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-ndr"
4963     layout: "plot-service-density"
4964
4965 -
4966   type: "plot"
4967   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-ndr"
4968   algorithm: "plot_service_density_heatmap"
4969   output-file-type: ".html"
4970   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-vsc-ndr"
4971   data: "plot-vpp-nfv-2n-skx"
4972   filter: "'NIC_Intel-X710' and
4973            'NF_DENSITY' and
4974            'VM' and
4975            'CHAIN' and
4976            'IMIX' and
4977            '2T1C' and
4978            'NDRPDR'"
4979   parameters:
4980   - "throughput"
4981   - "name"
4982   - "tags"
4983   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4984   x-axis: "X = VNFs per Service Chain"
4985   y-axis: "Y = Number of Service Chains"
4986   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
4987   layout:
4988     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-ndr"
4989     layout: "plot-service-density"
4990
4991 -
4992   type: "plot"
4993   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-ndr"
4994   algorithm: "plot_service_density_heatmap"
4995   output-file-type: ".html"
4996   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-vsc-ndr"
4997   data: "plot-vpp-nfv-2n-skx"
4998   filter: "'NIC_Intel-X710' and
4999            'NF_DENSITY' and
5000            'VM' and
5001            'CHAIN' and
5002            'IMIX' and
5003            '4T2C' and
5004            'NDRPDR'"
5005   parameters:
5006   - "throughput"
5007   - "name"
5008   - "tags"
5009   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5010   x-axis: "X = VNFs per Service Chain"
5011   y-axis: "Y = Number of Service Chains"
5012   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5013   layout:
5014     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-ndr"
5015     layout: "plot-service-density"
5016
5017 -
5018   type: "plot"
5019   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-pdr"
5020   algorithm: "plot_service_density_heatmap"
5021   output-file-type: ".html"
5022   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-vsc-pdr"
5023   data: "plot-vpp-nfv-2n-skx"
5024   filter: "'NIC_Intel-X710' and
5025            'NF_DENSITY' and
5026            'VM' and
5027            'CHAIN' and
5028            '64B' and
5029            '2T1C' and
5030            'NDRPDR'"
5031   parameters:
5032   - "throughput"
5033   - "name"
5034   - "tags"
5035   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5036   x-axis: "X = VNFs per Service Chain"
5037   y-axis: "Y = Number of Service Chains"
5038   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5039   layout:
5040     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-pdr"
5041     layout: "plot-service-density"
5042
5043 -
5044   type: "plot"
5045   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-pdr"
5046   algorithm: "plot_service_density_heatmap"
5047   output-file-type: ".html"
5048   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-vsc-pdr"
5049   data: "plot-vpp-nfv-2n-skx"
5050   filter: "'NIC_Intel-X710' and
5051            'NF_DENSITY' and
5052            'VM' and
5053            'CHAIN' and
5054            '64B' and
5055            '4T2C' and
5056            'NDRPDR'"
5057   parameters:
5058   - "throughput"
5059   - "name"
5060   - "tags"
5061   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5062   x-axis: "X = VNFs per Service Chain"
5063   y-axis: "Y = Number of Service Chains"
5064   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5065   layout:
5066     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-pdr"
5067     layout: "plot-service-density"
5068
5069 -
5070   type: "plot"
5071   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-pdr"
5072   algorithm: "plot_service_density_heatmap"
5073   output-file-type: ".html"
5074   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-vsc-pdr"
5075   data: "plot-vpp-nfv-2n-skx"
5076   filter: "'NIC_Intel-X710' and
5077            'NF_DENSITY' and
5078            'VM' and
5079            'CHAIN' and
5080            'IMIX' and
5081            '2T1C' and
5082            'NDRPDR'"
5083   parameters:
5084   - "throughput"
5085   - "name"
5086   - "tags"
5087   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5088   x-axis: "X = VNFs per Service Chain"
5089   y-axis: "Y = Number of Service Chains"
5090   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5091   layout:
5092     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-pdr"
5093     layout: "plot-service-density"
5094
5095 -
5096   type: "plot"
5097   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-pdr"
5098   algorithm: "plot_service_density_heatmap"
5099   output-file-type: ".html"
5100   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-vsc-pdr"
5101   data: "plot-vpp-nfv-2n-skx"
5102   filter: "'NIC_Intel-X710' and
5103            'NF_DENSITY' and
5104            'VM' and
5105            'CHAIN' and
5106            'IMIX' and
5107            '4T2C' and
5108            'NDRPDR'"
5109   parameters:
5110   - "throughput"
5111   - "name"
5112   - "tags"
5113   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5114   x-axis: "X = VNFs per Service Chain"
5115   y-axis: "Y = Number of Service Chains"
5116   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5117   layout:
5118     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-pdr"
5119     layout: "plot-service-density"
5120
5121 ################################################################################
5122 # Plots - NF Density - CSC
5123
5124 -
5125   type: "plot"
5126   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-mrr"
5127   algorithm: "plot_service_density_heatmap"
5128   output-file-type: ".html"
5129   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csc-mrr"
5130   data: "plot-vpp-nfv-2n-skx-mrr"
5131   filter: "'NIC_Intel-X710' and
5132            'NF_DENSITY' and
5133            'DOCKER' and
5134            'CHAIN' and
5135            '64B' and
5136            '2T1C' and
5137            'MRR'"
5138   parameters:
5139   - "result"
5140   - "name"
5141   - "tags"
5142   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5143   x-axis: "X = CNFs per Service Chain"
5144   y-axis: "Y = Number of Service Chains"
5145   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5146   layout:
5147     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-mrr"
5148     layout: "plot-service-density"
5149
5150 -
5151   type: "plot"
5152   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-mrr"
5153   algorithm: "plot_service_density_heatmap"
5154   output-file-type: ".html"
5155   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csc-mrr"
5156   data: "plot-vpp-nfv-2n-skx-mrr"
5157   filter: "'NIC_Intel-X710' and
5158            'NF_DENSITY' and
5159            'DOCKER' and
5160            'CHAIN' and
5161            '64B' and
5162            '4T2C' and
5163            'MRR'"
5164   parameters:
5165   - "result"
5166   - "name"
5167   - "tags"
5168   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5169   x-axis: "X = CNFs per Service Chain"
5170   y-axis: "Y = Number of Service Chains"
5171   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5172   layout:
5173     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-mrr"
5174     layout: "plot-service-density"
5175
5176 -
5177   type: "plot"
5178   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-mrr"
5179   algorithm: "plot_service_density_heatmap"
5180   output-file-type: ".html"
5181   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csc-mrr"
5182   data: "plot-vpp-nfv-2n-skx-mrr"
5183   filter: "'NIC_Intel-X710' and
5184            'NF_DENSITY' and
5185            'DOCKER' and
5186            'CHAIN' and
5187            'IMIX' and
5188            '2T1C' and
5189            'MRR'"
5190   parameters:
5191   - "result"
5192   - "name"
5193   - "tags"
5194   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5195   x-axis: "X = CNFs per Service Chain"
5196   y-axis: "Y = Number of Service Chains"
5197   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5198   layout:
5199     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-mrr"
5200     layout: "plot-service-density"
5201
5202 -
5203   type: "plot"
5204   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-mrr"
5205   algorithm: "plot_service_density_heatmap"
5206   output-file-type: ".html"
5207   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csc-mrr"
5208   data: "plot-vpp-nfv-2n-skx-mrr"
5209   filter: "'NIC_Intel-X710' and
5210            'NF_DENSITY' and
5211            'DOCKER' and
5212            'CHAIN' and
5213            'IMIX' and
5214            '4T2C' and
5215            'MRR'"
5216   parameters:
5217   - "result"
5218   - "name"
5219   - "tags"
5220   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5221   x-axis: "X = CNFs per Service Chain"
5222   y-axis: "Y = Number of Service Chains"
5223   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5224   layout:
5225     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-mrr"
5226     layout: "plot-service-density"
5227
5228 -
5229   type: "plot"
5230   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-ndr"
5231   algorithm: "plot_service_density_heatmap"
5232   output-file-type: ".html"
5233   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csc-ndr"
5234   data: "plot-vpp-nfv-2n-skx"
5235   filter: "'NIC_Intel-X710' and
5236            'NF_DENSITY' and
5237            'DOCKER' and
5238            'CHAIN' and
5239            '64B' and
5240            '2T1C' and
5241            'NDRPDR'"
5242   parameters:
5243   - "throughput"
5244   - "name"
5245   - "tags"
5246   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5247   x-axis: "X = CNFs per Service Chain"
5248   y-axis: "Y = Number of Service Chains"
5249   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5250   layout:
5251     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-ndr"
5252     layout: "plot-service-density"
5253
5254 -
5255   type: "plot"
5256   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-ndr"
5257   algorithm: "plot_service_density_heatmap"
5258   output-file-type: ".html"
5259   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csc-ndr"
5260   data: "plot-vpp-nfv-2n-skx"
5261   filter: "'NIC_Intel-X710' and
5262            'NF_DENSITY' and
5263            'DOCKER' and
5264            'CHAIN' and
5265            '64B' and
5266            '4T2C' and
5267            'NDRPDR'"
5268   parameters:
5269   - "throughput"
5270   - "name"
5271   - "tags"
5272   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5273   x-axis: "X = CNFs per Service Chain"
5274   y-axis: "Y = Number of Service Chains"
5275   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5276   layout:
5277     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-ndr"
5278     layout: "plot-service-density"
5279
5280 -
5281   type: "plot"
5282   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-ndr"
5283   algorithm: "plot_service_density_heatmap"
5284   output-file-type: ".html"
5285   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csc-ndr"
5286   data: "plot-vpp-nfv-2n-skx"
5287   filter: "'NIC_Intel-X710' and
5288            'NF_DENSITY' and
5289            'DOCKER' and
5290            'CHAIN' and
5291            'IMIX' and
5292            '2T1C' and
5293            'NDRPDR'"
5294   parameters:
5295   - "throughput"
5296   - "name"
5297   - "tags"
5298   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5299   x-axis: "X = CNFs per Service Chain"
5300   y-axis: "Y = Number of Service Chains"
5301   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5302   layout:
5303     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-ndr"
5304     layout: "plot-service-density"
5305
5306 -
5307   type: "plot"
5308   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-ndr"
5309   algorithm: "plot_service_density_heatmap"
5310   output-file-type: ".html"
5311   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csc-ndr"
5312   data: "plot-vpp-nfv-2n-skx"
5313   filter: "'NIC_Intel-X710' and
5314            'NF_DENSITY' and
5315            'DOCKER' and
5316            'CHAIN' and
5317            'IMIX' and
5318            '4T2C' and
5319            'NDRPDR'"
5320   parameters:
5321   - "throughput"
5322   - "name"
5323   - "tags"
5324   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5325   x-axis: "X = CNFs per Service Chain"
5326   y-axis: "Y = Number of Service Chains"
5327   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5328   layout:
5329     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-ndr"
5330     layout: "plot-service-density"
5331
5332 -
5333   type: "plot"
5334   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-pdr"
5335   algorithm: "plot_service_density_heatmap"
5336   output-file-type: ".html"
5337   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csc-pdr"
5338   data: "plot-vpp-nfv-2n-skx"
5339   filter: "'NIC_Intel-X710' and
5340            'NF_DENSITY' and
5341            'DOCKER' and
5342            'CHAIN' and
5343            '64B' and
5344            '2T1C' and
5345            'NDRPDR'"
5346   parameters:
5347   - "throughput"
5348   - "name"
5349   - "tags"
5350   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5351   x-axis: "X = CNFs per Service Chain"
5352   y-axis: "Y = Number of Service Chains"
5353   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5354   layout:
5355     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-pdr"
5356     layout: "plot-service-density"
5357
5358 -
5359   type: "plot"
5360   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-pdr"
5361   algorithm: "plot_service_density_heatmap"
5362   output-file-type: ".html"
5363   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csc-pdr"
5364   data: "plot-vpp-nfv-2n-skx"
5365   filter: "'NIC_Intel-X710' and
5366            'NF_DENSITY' and
5367            'DOCKER' and
5368            'CHAIN' and
5369            '64B' and
5370            '4T2C' and
5371            'NDRPDR'"
5372   parameters:
5373   - "throughput"
5374   - "name"
5375   - "tags"
5376   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5377   x-axis: "X = CNFs per Service Chain"
5378   y-axis: "Y = Number of Service Chains"
5379   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5380   layout:
5381     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-pdr"
5382     layout: "plot-service-density"
5383
5384 -
5385   type: "plot"
5386   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-pdr"
5387   algorithm: "plot_service_density_heatmap"
5388   output-file-type: ".html"
5389   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csc-pdr"
5390   data: "plot-vpp-nfv-2n-skx"
5391   filter: "'NIC_Intel-X710' and
5392            'NF_DENSITY' and
5393            'DOCKER' and
5394            'CHAIN' and
5395            'IMIX' and
5396            '2T1C' and
5397            'NDRPDR'"
5398   parameters:
5399   - "throughput"
5400   - "name"
5401   - "tags"
5402   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5403   x-axis: "X = CNFs per Service Chain"
5404   y-axis: "Y = Number of Service Chains"
5405   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5406   layout:
5407     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-pdr"
5408     layout: "plot-service-density"
5409
5410 -
5411   type: "plot"
5412   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-pdr"
5413   algorithm: "plot_service_density_heatmap"
5414   output-file-type: ".html"
5415   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csc-pdr"
5416   data: "plot-vpp-nfv-2n-skx"
5417   filter: "'NIC_Intel-X710' and
5418            'NF_DENSITY' and
5419            'DOCKER' and
5420            'CHAIN' and
5421            'IMIX' and
5422            '4T2C' and
5423            'NDRPDR'"
5424   parameters:
5425   - "throughput"
5426   - "name"
5427   - "tags"
5428   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5429   x-axis: "X = CNFs per Service Chain"
5430   y-axis: "Y = Number of Service Chains"
5431   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5432   layout:
5433     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-pdr"
5434     layout: "plot-service-density"
5435
5436 ################################################################################
5437 # Plots - NF Density - CSP
5438
5439 -
5440   type: "plot"
5441   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-mrr"
5442   algorithm: "plot_service_density_heatmap"
5443   output-file-type: ".html"
5444   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csp-mrr"
5445   data: "plot-vpp-nfv-2n-skx-mrr"
5446   filter: "'NIC_Intel-X710' and
5447            'NF_DENSITY' and
5448            'DOCKER' and
5449            'PIPELINE' and
5450            '64B' and
5451            '2T1C' and
5452            'MRR'"
5453   parameters:
5454   - "result"
5455   - "name"
5456   - "tags"
5457   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5458   x-axis: "X = CNFs per Service Pipeline"
5459   y-axis: "Y = Number of Service Pipelines"
5460   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5461   layout:
5462     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-mrr"
5463     layout: "plot-service-density"
5464
5465 -
5466   type: "plot"
5467   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-mrr"
5468   algorithm: "plot_service_density_heatmap"
5469   output-file-type: ".html"
5470   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csp-mrr"
5471   data: "plot-vpp-nfv-2n-skx-mrr"
5472   filter: "'NIC_Intel-X710' and
5473            'NF_DENSITY' and
5474            'DOCKER' and
5475            'PIPELINE' and
5476            '64B' and
5477            '4T2C' and
5478            'MRR'"
5479   parameters:
5480   - "result"
5481   - "name"
5482   - "tags"
5483   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5484   x-axis: "X = CNFs per Service Pipeline"
5485   y-axis: "Y = Number of Service Pipelines"
5486   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5487   layout:
5488     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-mrr"
5489     layout: "plot-service-density"
5490
5491 -
5492   type: "plot"
5493   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-mrr"
5494   algorithm: "plot_service_density_heatmap"
5495   output-file-type: ".html"
5496   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csp-mrr"
5497   data: "plot-vpp-nfv-2n-skx-mrr"
5498   filter: "'NIC_Intel-X710' and
5499            'NF_DENSITY' and
5500            'DOCKER' and
5501            'PIPELINE' and
5502            'IMIX' and
5503            '2T1C' and
5504            'MRR'"
5505   parameters:
5506   - "result"
5507   - "name"
5508   - "tags"
5509   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5510   x-axis: "X = CNFs per Service Pipeline"
5511   y-axis: "Y = Number of Service Pipelines"
5512   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5513   layout:
5514     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-mrr"
5515     layout: "plot-service-density"
5516
5517 -
5518   type: "plot"
5519   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-mrr"
5520   algorithm: "plot_service_density_heatmap"
5521   output-file-type: ".html"
5522   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csp-mrr"
5523   data: "plot-vpp-nfv-2n-skx-mrr"
5524   filter: "'NIC_Intel-X710' and
5525            'NF_DENSITY' and
5526            'DOCKER' and
5527            'PIPELINE' and
5528            'IMIX' and
5529            '4T2C' and
5530            'MRR'"
5531   parameters:
5532   - "result"
5533   - "name"
5534   - "tags"
5535   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5536   x-axis: "X = CNFs per Service Pipeline"
5537   y-axis: "Y = Number of Service Pipelines"
5538   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5539   layout:
5540     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-mrr"
5541     layout: "plot-service-density"
5542
5543 -
5544   type: "plot"
5545   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-ndr"
5546   algorithm: "plot_service_density_heatmap"
5547   output-file-type: ".html"
5548   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csp-ndr"
5549   data: "plot-vpp-nfv-2n-skx"
5550   filter: "'NIC_Intel-X710' and
5551            'NF_DENSITY' and
5552            'DOCKER' and
5553            'PIPELINE' and
5554            '64B' and
5555            '2T1C' and
5556            'NDRPDR'"
5557   parameters:
5558   - "throughput"
5559   - "name"
5560   - "tags"
5561   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5562   x-axis: "X = CNFs per Service Pipeline"
5563   y-axis: "Y = Number of Service Pipelines"
5564   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5565   layout:
5566     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-ndr"
5567     layout: "plot-service-density"
5568
5569 -
5570   type: "plot"
5571   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-ndr"
5572   algorithm: "plot_service_density_heatmap"
5573   output-file-type: ".html"
5574   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csp-ndr"
5575   data: "plot-vpp-nfv-2n-skx"
5576   filter: "'NIC_Intel-X710' and
5577            'NF_DENSITY' and
5578            'DOCKER' and
5579            'PIPELINE' and
5580            '64B' and
5581            '4T2C' and
5582            'NDRPDR'"
5583   parameters:
5584   - "throughput"
5585   - "name"
5586   - "tags"
5587   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5588   x-axis: "X = CNFs per Service Pipeline"
5589   y-axis: "Y = Number of Service Pipelines"
5590   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5591   layout:
5592     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-ndr"
5593     layout: "plot-service-density"
5594
5595 -
5596   type: "plot"
5597   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-ndr"
5598   algorithm: "plot_service_density_heatmap"
5599   output-file-type: ".html"
5600   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csp-ndr"
5601   data: "plot-vpp-nfv-2n-skx"
5602   filter: "'NIC_Intel-X710' and
5603            'NF_DENSITY' and
5604            'DOCKER' and
5605            'PIPELINE' and
5606            'IMIX' and
5607            '2T1C' and
5608            'NDRPDR'"
5609   parameters:
5610   - "throughput"
5611   - "name"
5612   - "tags"
5613   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5614   x-axis: "X = CNFs per Service Pipeline"
5615   y-axis: "Y = Number of Service Pipelines"
5616   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5617   layout:
5618     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-ndr"
5619     layout: "plot-service-density"
5620
5621 -
5622   type: "plot"
5623   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-ndr"
5624   algorithm: "plot_service_density_heatmap"
5625   output-file-type: ".html"
5626   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csp-ndr"
5627   data: "plot-vpp-nfv-2n-skx"
5628   filter: "'NIC_Intel-X710' and
5629            'NF_DENSITY' and
5630            'DOCKER' and
5631            'PIPELINE' and
5632            'IMIX' and
5633            '4T2C' and
5634            'NDRPDR'"
5635   parameters:
5636   - "throughput"
5637   - "name"
5638   - "tags"
5639   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5640   x-axis: "X = CNFs per Service Pipeline"
5641   y-axis: "Y = Number of Service Pipelines"
5642   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5643   layout:
5644     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-ndr"
5645     layout: "plot-service-density"
5646
5647 -
5648   type: "plot"
5649   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-pdr"
5650   algorithm: "plot_service_density_heatmap"
5651   output-file-type: ".html"
5652   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csp-pdr"
5653   data: "plot-vpp-nfv-2n-skx"
5654   filter: "'NIC_Intel-X710' and
5655            'NF_DENSITY' and
5656            'DOCKER' and
5657            'PIPELINE' and
5658            '64B' and
5659            '2T1C' and
5660            'NDRPDR'"
5661   parameters:
5662   - "throughput"
5663   - "name"
5664   - "tags"
5665   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5666   x-axis: "X = CNFs per Service Pipeline"
5667   y-axis: "Y = Number of Service Pipelines"
5668   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5669   layout:
5670     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-pdr"
5671     layout: "plot-service-density"
5672
5673 -
5674   type: "plot"
5675   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-pdr"
5676   algorithm: "plot_service_density_heatmap"
5677   output-file-type: ".html"
5678   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csp-pdr"
5679   data: "plot-vpp-nfv-2n-skx"
5680   filter: "'NIC_Intel-X710' and
5681            'NF_DENSITY' and
5682            'DOCKER' and
5683            'PIPELINE' and
5684            '64B' and
5685            '4T2C' and
5686            'NDRPDR'"
5687   parameters:
5688   - "throughput"
5689   - "name"
5690   - "tags"
5691   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5692   x-axis: "X = CNFs per Service Pipeline"
5693   y-axis: "Y = Number of Service Pipelines"
5694   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5695   layout:
5696     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-pdr"
5697     layout: "plot-service-density"
5698
5699 -
5700   type: "plot"
5701   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-pdr"
5702   algorithm: "plot_service_density_heatmap"
5703   output-file-type: ".html"
5704   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csp-pdr"
5705   data: "plot-vpp-nfv-2n-skx"
5706   filter: "'NIC_Intel-X710' and
5707            'NF_DENSITY' and
5708            'DOCKER' and
5709            'PIPELINE' and
5710            'IMIX' and
5711            '2T1C' and
5712            'NDRPDR'"
5713   parameters:
5714   - "throughput"
5715   - "name"
5716   - "tags"
5717   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5718   x-axis: "X = CNFs per Service Pipeline"
5719   y-axis: "Y = Number of Service Pipelines"
5720   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5721   layout:
5722     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-pdr"
5723     layout: "plot-service-density"
5724
5725 -
5726   type: "plot"
5727   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-pdr"
5728   algorithm: "plot_service_density_heatmap"
5729   output-file-type: ".html"
5730   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csp-pdr"
5731   data: "plot-vpp-nfv-2n-skx"
5732   filter: "'NIC_Intel-X710' and
5733            'NF_DENSITY' and
5734            'DOCKER' and
5735            'PIPELINE' and
5736            'IMIX' and
5737            '4T2C' and
5738            'NDRPDR'"
5739   parameters:
5740   - "throughput"
5741   - "name"
5742   - "tags"
5743   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5744   x-axis: "X = CNFs per Service Pipeline"
5745   y-axis: "Y = Number of Service Pipelines"
5746   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5747   layout:
5748     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-pdr"
5749     layout: "plot-service-density"
5750
5751 ################################################################################
5752 # Plots VPP HTTP Server Performance
5753 -
5754   type: "plot"
5755   title: "VPP HTTP Server Performance"
5756   algorithm: "plot_http_server_performance_box"
5757   output-file-type: ".html"
5758   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
5759   data:
5760     "plot-vpp-http-server-performance"
5761   # Keep this formatting, the filter is enclosed with " (quotation mark) and
5762   # each tag is enclosed with ' (apostrophe).
5763   filter: "'HTTP' and 'TCP_CPS'"
5764   parameters:
5765   - "result"
5766   - "name"
5767   traces:
5768     hoverinfo: "x+y"
5769     boxpoints: "outliers"
5770     whiskerwidth: 0
5771   layout:
5772     title: "VPP HTTP Server Performance"
5773     layout:
5774       "plot-cps"
5775
5776 -
5777   type: "plot"
5778   title: "VPP HTTP Server Performance"
5779   algorithm: "plot_http_server_performance_box"
5780   output-file-type: ".html"
5781   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
5782   data:
5783     "plot-vpp-http-server-performance"
5784   filter: "'HTTP' and 'TCP_RPS'"
5785   parameters:
5786   - "result"
5787   - "name"
5788   traces:
5789     hoverinfo: "x+y"
5790     boxpoints: "outliers"
5791     whiskerwidth: 0
5792   layout:
5793     title: "VPP HTTP Server Performance"
5794     layout:
5795       "plot-rps"
5796
5797 ################################################################################
5798
5799 # Packet Throughput - VPP L2 3n-hsw-x520 base and scale
5800 -
5801   type: "plot"
5802   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5803   algorithm: "plot_performance_box"
5804   output-file-type: ".html"
5805   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5806   data: "plot-vpp-throughput-latency-3n-hsw"
5807   filter: "'NIC_Intel-X520-DA2' and
5808            '64B' and
5809            ('BASE' or 'SCALE') and
5810            'NDRPDR' and
5811            'ETH' and
5812            '1T1C' and
5813            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5814            not 'VHOST' and
5815            not 'MEMIF'"
5816   parameters:
5817   - "throughput"
5818   - "parent"
5819   - "tags"
5820   sort:
5821   - "L2PATCH"
5822   - "L2XCBASE"
5823   - "BASE"
5824   - "FIB_10K"
5825   - "FIB_100K"
5826   - "FIB_1M"
5827   traces:
5828     hoverinfo: "x+y"
5829     boxpoints: "outliers"
5830     whiskerwidth: 0
5831   layout:
5832     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5833     layout: "plot-throughput"
5834
5835 -
5836   type: "plot"
5837   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5838   algorithm: "plot_performance_box"
5839   output-file-type: ".html"
5840   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5841   data: "plot-vpp-throughput-latency-3n-hsw"
5842   filter: "'NIC_Intel-X520-DA2' and
5843            '64B' and
5844            ('BASE' or 'SCALE') and
5845            'NDRPDR' and
5846            'ETH' and
5847            '1T1C' and
5848            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5849            not 'VHOST' and
5850            not 'MEMIF'"
5851   parameters:
5852   - "throughput"
5853   - "parent"
5854   - "tags"
5855   sort:
5856   - "L2PATCH"
5857   - "L2XCBASE"
5858   - "BASE"
5859   - "FIB_10K"
5860   - "FIB_100K"
5861   - "FIB_1M"
5862   traces:
5863     hoverinfo: "x+y"
5864     boxpoints: "outliers"
5865     whiskerwidth: 0
5866   layout:
5867     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5868     layout: "plot-throughput"
5869
5870 -
5871   type: "plot"
5872   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5873   algorithm: "plot_performance_box"
5874   output-file-type: ".html"
5875   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5876   data: "plot-vpp-throughput-latency-3n-hsw"
5877   filter: "'NIC_Intel-X520-DA2' and
5878            '64B' and
5879            ('BASE' or 'SCALE') and
5880            'NDRPDR' and
5881            'ETH' and
5882            '2T2C' and
5883            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5884            not 'VHOST' and
5885            not 'MEMIF'"
5886   parameters:
5887   - "throughput"
5888   - "parent"
5889   - "tags"
5890   sort:
5891   - "L2PATCH"
5892   - "L2XCBASE"
5893   - "BASE"
5894   - "FIB_10K"
5895   - "FIB_100K"
5896   - "FIB_1M"
5897   traces:
5898     hoverinfo: "x+y"
5899     boxpoints: "outliers"
5900     whiskerwidth: 0
5901   layout:
5902     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5903     layout: "plot-throughput"
5904
5905 -
5906   type: "plot"
5907   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
5908   algorithm: "plot_performance_box"
5909   output-file-type: ".html"
5910   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
5911   data: "plot-vpp-throughput-latency-3n-hsw"
5912   filter: "'NIC_Intel-X520-DA2' and
5913            '64B' and
5914            ('BASE' or 'SCALE') and
5915            'NDRPDR' and
5916            'ETH' and
5917            '2T2C' and
5918            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5919            not 'VHOST' and
5920            not 'MEMIF'"
5921   parameters:
5922   - "throughput"
5923   - "parent"
5924   - "tags"
5925   sort:
5926   - "L2PATCH"
5927   - "L2XCBASE"
5928   - "BASE"
5929   - "FIB_10K"
5930   - "FIB_100K"
5931   - "FIB_1M"
5932   traces:
5933     hoverinfo: "x+y"
5934     boxpoints: "outliers"
5935     whiskerwidth: 0
5936   layout:
5937     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
5938     layout: "plot-throughput"
5939
5940 # Packet Throughput - VPP L2 3n-hsw-x520 features
5941 -
5942   type: "plot"
5943   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
5944   algorithm: "plot_performance_box"
5945   output-file-type: ".html"
5946   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
5947   data: "plot-vpp-throughput-latency-3n-hsw"
5948   filter: "'NIC_Intel-X520-DA2' and
5949            '64B' and
5950            'NDRPDR' and
5951            '1T1C' and
5952            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
5953            not 'ACL' and
5954            not 'VHOST' and
5955            not 'MEMIF'"
5956   parameters:
5957   - "throughput"
5958   - "parent"
5959   - "tags"
5960   sort:
5961   - "L2XCBASE"    # l2xcbase
5962   - "L2BDBASE"    # l2bdbase
5963   - "L2XCFWD"     # dot1q-l2xcbase
5964   - "L2BDMACLRN"  # dot1q-l2bdbase
5965   traces:
5966     hoverinfo: "x+y"
5967     boxpoints: "outliers"
5968     whiskerwidth: 0
5969   layout:
5970     title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
5971     layout: "plot-throughput"
5972
5973 -
5974   type: "plot"
5975   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
5976   algorithm: "plot_performance_box"
5977   output-file-type: ".html"
5978   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
5979   data: "plot-vpp-throughput-latency-3n-hsw"
5980   filter: "'NIC_Intel-X520-DA2' and
5981            '64B' and
5982            'NDRPDR' and
5983            '1T1C' and
5984            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
5985            not 'ACL' and
5986            not 'VHOST' and
5987            not 'MEMIF'"
5988   parameters:
5989   - "throughput"
5990   - "parent"
5991   - "tags"
5992   sort:
5993   - "L2XCBASE"    # l2xcbase
5994   - "L2BDBASE"    # l2bdbase
5995   - "L2XCFWD"     # dot1q-l2xcbase
5996   - "L2BDMACLRN"  # dot1q-l2bdbase
5997   traces:
5998     hoverinfo: "x+y"
5999     boxpoints: "outliers"
6000     whiskerwidth: 0
6001   layout:
6002     title: "l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
6003     layout: "plot-throughput"
6004
6005 -
6006   type: "plot"
6007   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
6008   algorithm: "plot_performance_box"
6009   output-file-type: ".html"
6010   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
6011   data: "plot-vpp-throughput-latency-3n-hsw"
6012   filter: "'NIC_Intel-X520-DA2' and
6013            '64B' and
6014            'NDRPDR' and
6015            '2T2C' and
6016            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6017            not 'ACL' and
6018            not 'VHOST' and
6019            not 'MEMIF'"
6020   parameters:
6021   - "throughput"
6022   - "parent"
6023   - "tags"
6024   sort:
6025   - "L2XCBASE"    # l2xcbase
6026   - "L2BDBASE"    # l2bdbase
6027   - "L2XCFWD"     # dot1q-l2xcbase
6028   - "L2BDMACLRN"  # dot1q-l2bdbase
6029   traces:
6030     hoverinfo: "x+y"
6031     boxpoints: "outliers"
6032     whiskerwidth: 0
6033   layout:
6034     title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
6035     layout: "plot-throughput"
6036
6037 -
6038   type: "plot"
6039   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
6040   algorithm: "plot_performance_box"
6041   output-file-type: ".html"
6042   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
6043   data: "plot-vpp-throughput-latency-3n-hsw"
6044   filter: "'NIC_Intel-X520-DA2' and
6045            '64B' and
6046            'NDRPDR' and
6047            '2T2C' and
6048            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6049            not 'ACL' and
6050            not 'VHOST' and
6051            not 'MEMIF'"
6052   parameters:
6053   - "throughput"
6054   - "parent"
6055   - "tags"
6056   sort:
6057   - "L2XCBASE"    # l2xcbase
6058   - "L2BDBASE"    # l2bdbase
6059   - "L2XCFWD"     # dot1q-l2xcbase
6060   - "L2BDMACLRN"  # dot1q-l2bdbase
6061   traces:
6062     hoverinfo: "x+y"
6063     boxpoints: "outliers"
6064     whiskerwidth: 0
6065   layout:
6066     title: "l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
6067     layout: "plot-throughput"
6068
6069 # Packet Throughput - VPP L2 3n-hsw-x710 base and scale
6070 -
6071   type: "plot"
6072   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6073   algorithm: "plot_performance_box"
6074   output-file-type: ".html"
6075   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6076   data: "plot-vpp-throughput-latency-3n-hsw"
6077   filter: "'NIC_Intel-X710' and
6078            '64B' and
6079            ('BASE' or 'SCALE') and
6080            'NDRPDR' and
6081            'ETH' and
6082            '1T1C' and
6083            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6084            not 'VHOST' and
6085            not 'MEMIF'"
6086   parameters:
6087   - "throughput"
6088   - "parent"
6089   - "tags"
6090   sort:
6091   - "L2PATCH"
6092   - "L2XCFWD"
6093   - "L2BDMACLRN"
6094   - "FIB_10K"
6095   - "FIB_100K"
6096   - "FIB_1M"
6097   traces:
6098     hoverinfo: "x+y"
6099     boxpoints: "outliers"
6100     whiskerwidth: 0
6101   layout:
6102     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6103     layout: "plot-throughput"
6104
6105 -
6106   type: "plot"
6107   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
6108   algorithm: "plot_performance_box"
6109   output-file-type: ".html"
6110   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
6111   data: "plot-vpp-throughput-latency-3n-hsw"
6112   filter: "'NIC_Intel-X710' and
6113            '64B' and
6114            ('BASE' or 'SCALE') and
6115            'NDRPDR' and
6116            'ETH' and
6117            '1T1C' and
6118            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6119            not 'VHOST' and
6120            not 'MEMIF'"
6121   parameters:
6122   - "throughput"
6123   - "parent"
6124   - "tags"
6125   sort:
6126   - "L2PATCH"
6127   - "L2XCFWD"
6128   - "L2BDMACLRN"
6129   - "FIB_10K"
6130   - "FIB_100K"
6131   - "FIB_1M"
6132   traces:
6133     hoverinfo: "x+y"
6134     boxpoints: "outliers"
6135     whiskerwidth: 0
6136   layout:
6137     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
6138     layout: "plot-throughput"
6139
6140 -
6141   type: "plot"
6142   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
6143   algorithm: "plot_performance_box"
6144   output-file-type: ".html"
6145   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
6146   data: "plot-vpp-throughput-latency-3n-hsw"
6147   filter: "'NIC_Intel-X710' and
6148            '64B' and
6149            ('BASE' or 'SCALE') and
6150            'NDRPDR' and
6151            'ETH' and
6152            '2T2C' and
6153            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6154            not 'VHOST' and
6155            not 'MEMIF'"
6156   parameters:
6157   - "throughput"
6158   - "parent"
6159   - "tags"
6160   sort:
6161   - "L2PATCH"
6162   - "L2XCFWD"
6163   - "L2BDMACLRN"
6164   - "FIB_10K"
6165   - "FIB_100K"
6166   - "FIB_1M"
6167   traces:
6168     hoverinfo: "x+y"
6169     boxpoints: "outliers"
6170     whiskerwidth: 0
6171   layout:
6172     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
6173     layout: "plot-throughput"
6174
6175 -
6176   type: "plot"
6177   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
6178   algorithm: "plot_performance_box"
6179   output-file-type: ".html"
6180   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
6181   data: "plot-vpp-throughput-latency-3n-hsw"
6182   filter: "'NIC_Intel-X710' and
6183            '64B' and
6184            ('BASE' or 'SCALE') and
6185            'NDRPDR' and
6186            'ETH' and
6187            '2T2C' and
6188            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6189            not 'VHOST' and
6190            not 'MEMIF'"
6191   parameters:
6192   - "throughput"
6193   - "parent"
6194   - "tags"
6195   sort:
6196   - "L2PATCH"
6197   - "L2XCFWD"
6198   - "L2BDMACLRN"
6199   - "FIB_10K"
6200   - "FIB_100K"
6201   - "FIB_1M"
6202   traces:
6203     hoverinfo: "x+y"
6204     boxpoints: "outliers"
6205     whiskerwidth: 0
6206   layout:
6207     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
6208     layout: "plot-throughput"
6209
6210 # Packet Throughput - VPP L2 3n-hsw-x710 features
6211 -
6212   type: "plot"
6213   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
6214   algorithm: "plot_performance_box"
6215   output-file-type: ".html"
6216   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
6217   data: "plot-vpp-throughput-latency-3n-hsw"
6218   filter: "'NIC_Intel-X710' and
6219            '64B' and
6220            'NDRPDR' and
6221            '1T1C' and
6222            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6223            not 'ACL' and
6224            not 'VHOST' and
6225            not 'L2OVRLAY' and
6226            not 'MEMIF'"
6227   parameters:
6228   - "throughput"
6229   - "parent"
6230   - "tags"
6231   sort:
6232   - "L2XCBASE"    # l2xcbase
6233   - "L2BDBASE"    # l2bdbase
6234   - "L2XCFWD"     # dot1q-l2xcbase
6235   - "L2BDMACLRN"  # dot1q-l2bdbase
6236   traces:
6237     hoverinfo: "x+y"
6238     boxpoints: "outliers"
6239     whiskerwidth: 0
6240   layout:
6241     title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
6242     layout: "plot-throughput"
6243
6244 -
6245   type: "plot"
6246   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
6247   algorithm: "plot_performance_box"
6248   output-file-type: ".html"
6249   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
6250   data: "plot-vpp-throughput-latency-3n-hsw"
6251   filter: "'NIC_Intel-X710' and
6252            '64B' and
6253            'NDRPDR' and
6254            '1T1C' and
6255            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6256            not 'ACL' and
6257            not 'VHOST' and
6258            not 'L2OVRLAY' and
6259            not 'MEMIF'"
6260   parameters:
6261   - "throughput"
6262   - "parent"
6263   - "tags"
6264   sort:
6265   - "L2XCBASE"    # l2xcbase
6266   - "L2BDBASE"    # l2bdbase
6267   - "L2XCFWD"     # dot1q-l2xcbase
6268   - "L2BDMACLRN"  # dot1q-l2bdbase
6269   traces:
6270     hoverinfo: "x+y"
6271     boxpoints: "outliers"
6272     whiskerwidth: 0
6273   layout:
6274     title: "l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
6275     layout: "plot-throughput"
6276
6277 -
6278   type: "plot"
6279   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
6280   algorithm: "plot_performance_box"
6281   output-file-type: ".html"
6282   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
6283   data: "plot-vpp-throughput-latency-3n-hsw"
6284   filter: "'NIC_Intel-X710' and
6285            '64B' and
6286            'NDRPDR' and
6287            '2T2C' and
6288            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6289            not 'ACL' and
6290            not 'VHOST' and
6291            not 'L2OVRLAY' and
6292            not 'MEMIF'"
6293   parameters:
6294   - "throughput"
6295   - "parent"
6296   - "tags"
6297   sort:
6298   - "L2XCBASE"    # l2xcbase
6299   - "L2BDBASE"    # l2bdbase
6300   - "L2XCFWD"     # dot1q-l2xcbase
6301   - "L2BDMACLRN"  # dot1q-l2bdbase
6302   traces:
6303     hoverinfo: "x+y"
6304     boxpoints: "outliers"
6305     whiskerwidth: 0
6306   layout:
6307     title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
6308     layout: "plot-throughput"
6309
6310 -
6311   type: "plot"
6312   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
6313   algorithm: "plot_performance_box"
6314   output-file-type: ".html"
6315   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
6316   data: "plot-vpp-throughput-latency-3n-hsw"
6317   filter: "'NIC_Intel-X710' and
6318            '64B' and
6319            'NDRPDR' and
6320            '2T2C' and
6321            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6322            not 'ACL' and
6323            not 'VHOST' and
6324            not 'L2OVRLAY' and
6325            not 'MEMIF'"
6326   parameters:
6327   - "throughput"
6328   - "parent"
6329   - "tags"
6330   sort:
6331   - "L2XCBASE"    # l2xcbase
6332   - "L2BDBASE"    # l2bdbase
6333   - "L2XCFWD"     # dot1q-l2xcbase
6334   - "L2BDMACLRN"  # dot1q-l2bdbase
6335   traces:
6336     hoverinfo: "x+y"
6337     boxpoints: "outliers"
6338     whiskerwidth: 0
6339   layout:
6340     title: "l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
6341     layout: "plot-throughput"
6342
6343 # Packet Throughput - VPP L2 3n-hsw-xl710 base and scale
6344 -
6345   type: "plot"
6346   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
6347   algorithm: "plot_performance_box"
6348   output-file-type: ".html"
6349   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
6350   data: "plot-vpp-throughput-latency-3n-hsw"
6351   filter: "'NIC_Intel-XL710' and
6352            '64B' and
6353            'BASE' and
6354            'NDRPDR' and
6355            'ETH' and
6356            '1T1C' and
6357            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6358            not 'VHOST' and
6359            not 'MEMIF'"
6360   parameters:
6361   - "throughput"
6362   - "parent"
6363   - "tags"
6364   sort:
6365   - "L2PATCH"
6366   - "L2XCFWD"
6367   - "L2BDMACLRN"
6368   traces:
6369     hoverinfo: "x+y"
6370     boxpoints: "outliers"
6371     whiskerwidth: 0
6372   layout:
6373     title: "l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
6374     layout: "plot-throughput"
6375
6376 -
6377   type: "plot"
6378   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
6379   algorithm: "plot_performance_box"
6380   output-file-type: ".html"
6381   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
6382   data: "plot-vpp-throughput-latency-3n-hsw"
6383   filter: "'NIC_Intel-XL710' and
6384            '64B' and
6385            'BASE' and
6386            'NDRPDR' and
6387            'ETH' and
6388            '1T1C' and
6389            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6390            not 'VHOST' and
6391            not 'MEMIF'"
6392   parameters:
6393   - "throughput"
6394   - "parent"
6395   - "tags"
6396   sort:
6397   - "L2PATCH"
6398   - "L2XCFWD"
6399   - "L2BDMACLRN"
6400   traces:
6401     hoverinfo: "x+y"
6402     boxpoints: "outliers"
6403     whiskerwidth: 0
6404   layout:
6405     title: "l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
6406     layout: "plot-throughput"
6407
6408 -
6409   type: "plot"
6410   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
6411   algorithm: "plot_performance_box"
6412   output-file-type: ".html"
6413   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
6414   data: "plot-vpp-throughput-latency-3n-hsw"
6415   filter: "'NIC_Intel-XL710' and
6416            '64B' and
6417            'BASE' and
6418            'NDRPDR' and
6419            'ETH' and
6420            '2T2C' and
6421            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6422            not 'VHOST' and
6423            not 'MEMIF'"
6424   parameters:
6425   - "throughput"
6426   - "parent"
6427   - "tags"
6428   sort:
6429   - "L2PATCH"
6430   - "L2XCFWD"
6431   - "L2BDMACLRN"
6432   traces:
6433     hoverinfo: "x+y"
6434     boxpoints: "outliers"
6435     whiskerwidth: 0
6436   layout:
6437     title: "l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
6438     layout: "plot-throughput"
6439
6440 -
6441   type: "plot"
6442   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
6443   algorithm: "plot_performance_box"
6444   output-file-type: ".html"
6445   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
6446   data: "plot-vpp-throughput-latency-3n-hsw"
6447   filter: "'NIC_Intel-XL710' and
6448            '64B' and
6449            'BASE' and
6450            'NDRPDR' and
6451            'ETH' and
6452            '2T2C' and
6453            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6454            not 'VHOST' and
6455            not 'MEMIF'"
6456   parameters:
6457   - "throughput"
6458   - "parent"
6459   - "tags"
6460   sort:
6461   - "L2PATCH"
6462   - "L2XCFWD"
6463   - "L2BDMACLRN"
6464   traces:
6465     hoverinfo: "x+y"
6466     boxpoints: "outliers"
6467     whiskerwidth: 0
6468   layout:
6469     title: "l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
6470     layout: "plot-throughput"
6471
6472 # Packet Throughput - VPP L2 3n-skx-x710 base and scale
6473 -
6474   type: "plot"
6475   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
6476   algorithm: "plot_performance_box"
6477   output-file-type: ".html"
6478   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
6479   data: "plot-vpp-throughput-latency-3n-skx"
6480   filter: "'NIC_Intel-X710' and
6481            '64B' and
6482            ('BASE' or 'SCALE') and
6483            'NDRPDR' and
6484            'ETH' and
6485            '2T1C' and
6486            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6487            not 'VHOST' and
6488            not 'MEMIF' and
6489            not 'DRV_AVF'"
6490   parameters:
6491   - "throughput"
6492   - "parent"
6493   - "tags"
6494   sort:
6495   - "L2PATCH"
6496   - "L2XCBASE"
6497   - "BASE"
6498   - "FIB_10K"
6499   - "FIB_100K"
6500   - "FIB_1M"
6501   traces:
6502     hoverinfo: "x+y"
6503     boxpoints: "outliers"
6504     whiskerwidth: 0
6505   layout:
6506     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
6507     layout: "plot-throughput"
6508
6509 -
6510   type: "plot"
6511   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
6512   algorithm: "plot_performance_box"
6513   output-file-type: ".html"
6514   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
6515   data: "plot-vpp-throughput-latency-3n-skx"
6516   filter: "'NIC_Intel-X710' and
6517            '64B' and
6518            ('BASE' or 'SCALE') and
6519            'NDRPDR' and
6520            'ETH' and
6521            '2T1C' and
6522            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6523            not 'VHOST' and
6524            not 'MEMIF' and
6525            not 'DRV_AVF'"
6526   parameters:
6527   - "throughput"
6528   - "parent"
6529   - "tags"
6530   sort:
6531   - "L2PATCH"
6532   - "L2XCBASE"
6533   - "BASE"
6534   - "FIB_10K"
6535   - "FIB_100K"
6536   - "FIB_1M"
6537   traces:
6538     hoverinfo: "x+y"
6539     boxpoints: "outliers"
6540     whiskerwidth: 0
6541   layout:
6542     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
6543     layout: "plot-throughput"
6544
6545 -
6546   type: "plot"
6547   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
6548   algorithm: "plot_performance_box"
6549   output-file-type: ".html"
6550   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
6551   data: "plot-vpp-throughput-latency-3n-skx"
6552   filter: "'NIC_Intel-X710' and
6553            '64B' and
6554            ('BASE' or 'SCALE') and
6555            'NDRPDR' and
6556            'ETH' and
6557            '4T2C' and
6558            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6559            not 'VHOST' and
6560            not 'MEMIF' and
6561            not 'DRV_AVF'"
6562   parameters:
6563   - "throughput"
6564   - "parent"
6565   - "tags"
6566   sort:
6567   - "L2PATCH"
6568   - "L2XCBASE"
6569   - "BASE"
6570   - "FIB_10K"
6571   - "FIB_100K"
6572   - "FIB_1M"
6573   traces:
6574     hoverinfo: "x+y"
6575     boxpoints: "outliers"
6576     whiskerwidth: 0
6577   layout:
6578     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
6579     layout: "plot-throughput"
6580
6581 -
6582   type: "plot"
6583   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
6584   algorithm: "plot_performance_box"
6585   output-file-type: ".html"
6586   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
6587   data: "plot-vpp-throughput-latency-3n-skx"
6588   filter: "'NIC_Intel-X710' and
6589            '64B' and
6590            ('BASE' or 'SCALE') and
6591            'NDRPDR' and
6592            'ETH' and
6593            '4T2C' and
6594            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6595            not 'VHOST' and
6596            not 'MEMIF' and
6597            not 'DRV_AVF'"
6598   parameters:
6599   - "throughput"
6600   - "parent"
6601   - "tags"
6602   sort:
6603   - "L2PATCH"
6604   - "L2XCBASE"
6605   - "BASE"
6606   - "FIB_10K"
6607   - "FIB_100K"
6608   - "FIB_1M"
6609   traces:
6610     hoverinfo: "x+y"
6611     boxpoints: "outliers"
6612     whiskerwidth: 0
6613   layout:
6614     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
6615     layout: "plot-throughput"
6616
6617 # Packet Throughput - VPP L2 3n-skx-x710 features
6618 -
6619   type: "plot"
6620   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-ndr"
6621   algorithm: "plot_performance_box"
6622   output-file-type: ".html"
6623   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr"
6624   data: "plot-vpp-throughput-latency-3n-skx"
6625   filter: "'NIC_Intel-X710' and
6626            '64B' and
6627            'NDRPDR' and
6628            '2T1C' and
6629            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6630            not 'ACL' and
6631            not 'VHOST' and
6632            not 'DRV_AVF' and
6633            not 'L2OVRLAY' and
6634            not 'MEMIF'"
6635   parameters:
6636   - "throughput"
6637   - "parent"
6638   - "tags"
6639   sort:
6640   - "L2XCBASE"    # l2xcbase
6641   - "L2BDBASE"    # l2bdbase
6642   - "L2XCFWD"     # dot1q-l2xcbase
6643   - "L2BDMACLRN"  # dot1q-l2bdbase
6644   traces:
6645     hoverinfo: "x+y"
6646     boxpoints: "outliers"
6647     whiskerwidth: 0
6648   layout:
6649     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
6650     layout: "plot-throughput"
6651
6652 -
6653   type: "plot"
6654   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-pdr"
6655   algorithm: "plot_performance_box"
6656   output-file-type: ".html"
6657   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-pdr"
6658   data: "plot-vpp-throughput-latency-3n-skx"
6659   filter: "'NIC_Intel-X710' and
6660            '64B' and
6661            'NDRPDR' and
6662            '2T1C' and
6663            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6664            not 'ACL' and
6665            not 'VHOST' and
6666            not 'DRV_AVF' and
6667            not 'L2OVRLAY' and
6668            not 'MEMIF'"
6669   parameters:
6670   - "throughput"
6671   - "parent"
6672   - "tags"
6673   sort:
6674   - "L2XCBASE"    # l2xcbase
6675   - "L2BDBASE"    # l2bdbase
6676   - "L2XCFWD"     # dot1q-l2xcbase
6677   - "L2BDMACLRN"  # dot1q-l2bdbase
6678   traces:
6679     hoverinfo: "x+y"
6680     boxpoints: "outliers"
6681     whiskerwidth: 0
6682   layout:
6683     title: "l2sw-3n-skx-x710-64b-2t1c-features-pdr"
6684     layout: "plot-throughput"
6685
6686 -
6687   type: "plot"
6688   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-ndr"
6689   algorithm: "plot_performance_box"
6690   output-file-type: ".html"
6691   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr"
6692   data: "plot-vpp-throughput-latency-3n-skx"
6693   filter: "'NIC_Intel-X710' and
6694            '64B' and
6695            'NDRPDR' and
6696            '4T2C' and
6697            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6698            not 'ACL' and
6699            not 'VHOST' and
6700            not 'DRV_AVF' and
6701            not 'L2OVRLAY' and
6702            not 'MEMIF'"
6703   parameters:
6704   - "throughput"
6705   - "parent"
6706   - "tags"
6707   sort:
6708   - "L2XCBASE"    # l2xcbase
6709   - "L2BDBASE"    # l2bdbase
6710   - "L2XCFWD"     # dot1q-l2xcbase
6711   - "L2BDMACLRN"  # dot1q-l2bdbase
6712   traces:
6713     hoverinfo: "x+y"
6714     boxpoints: "outliers"
6715     whiskerwidth: 0
6716   layout:
6717     title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
6718     layout: "plot-throughput"
6719
6720 -
6721   type: "plot"
6722   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-pdr"
6723   algorithm: "plot_performance_box"
6724   output-file-type: ".html"
6725   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-pdr"
6726   data: "plot-vpp-throughput-latency-3n-skx"
6727   filter: "'NIC_Intel-X710' and
6728            '64B' and
6729            'NDRPDR' and
6730            '4T2C' and
6731            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6732            not 'ACL' and
6733            not 'VHOST' and
6734            not 'DRV_AVF' and
6735            not 'L2OVRLAY' and
6736            not 'MEMIF'"
6737   parameters:
6738   - "throughput"
6739   - "parent"
6740   - "tags"
6741   sort:
6742   - "L2XCBASE"    # l2xcbase
6743   - "L2BDBASE"    # l2bdbase
6744   - "L2XCFWD"     # dot1q-l2xcbase
6745   - "L2BDMACLRN"  # dot1q-l2bdbase
6746   traces:
6747     hoverinfo: "x+y"
6748     boxpoints: "outliers"
6749     whiskerwidth: 0
6750   layout:
6751     title: "l2sw-3n-skx-x710-64b-4t2c-features-pdr"
6752     layout: "plot-throughput"
6753
6754 # Packet Throughput - VPP L2 3n-skx-xxv710 base and scale
6755 -
6756   type: "plot"
6757   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base-ndr"
6758   algorithm: "plot_performance_box"
6759   output-file-type: ".html"
6760   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base-ndr"
6761   data: "plot-vpp-throughput-latency-3n-skx"
6762   filter: "'NIC_Intel-XXV710' and
6763            '64B' and
6764            ('BASE' or 'SCALE') and
6765            'NDRPDR' and
6766            'ETH' and
6767            '2T1C' and
6768            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6769            not 'VHOST' and
6770            not 'MEMIF'"
6771   parameters:
6772   - "throughput"
6773   - "parent"
6774   - "tags"
6775   sort:
6776   - "L2PATCH"
6777   - "L2PATCH"
6778   - "L2XCBASE"
6779   - "L2BDMACLRN"
6780   traces:
6781     hoverinfo: "x+y"
6782     boxpoints: "outliers"
6783     whiskerwidth: 0
6784   layout:
6785     title: "l2sw-3n-skx-xxv710-64b-2t1c-base-ndr"
6786     layout: "plot-throughput"
6787
6788 -
6789   type: "plot"
6790   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base-pdr"
6791   algorithm: "plot_performance_box"
6792   output-file-type: ".html"
6793   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base-pdr"
6794   data: "plot-vpp-throughput-latency-3n-skx"
6795   filter: "'NIC_Intel-XXV710' and
6796            '64B' and
6797            ('BASE' or 'SCALE') and
6798            'NDRPDR' and
6799            'ETH' and
6800            '2T1C' and
6801            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6802            not 'VHOST' and
6803            not 'MEMIF'"
6804   parameters:
6805   - "throughput"
6806   - "parent"
6807   - "tags"
6808   sort:
6809   - "L2PATCH"
6810   - "L2PATCH"
6811   - "L2XCBASE"
6812   - "L2BDMACLRN"
6813   traces:
6814     hoverinfo: "x+y"
6815     boxpoints: "outliers"
6816     whiskerwidth: 0
6817   layout:
6818     title: "l2sw-3n-skx-xxv710-64b-2t1c-base-pdr"
6819     layout: "plot-throughput"
6820
6821 -
6822   type: "plot"
6823   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base-ndr"
6824   algorithm: "plot_performance_box"
6825   output-file-type: ".html"
6826   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base-ndr"
6827   data: "plot-vpp-throughput-latency-3n-skx"
6828   filter: "'NIC_Intel-XXV710' and
6829            '64B' and
6830            ('BASE' or 'SCALE') and
6831            'NDRPDR' and
6832            'ETH' and
6833            '4T2C' and
6834            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6835            not 'VHOST' and
6836            not 'MEMIF'"
6837   parameters:
6838   - "throughput"
6839   - "parent"
6840   - "tags"
6841   sort:
6842   - "L2PATCH"
6843   - "L2PATCH"
6844   - "L2XCBASE"
6845   - "L2BDMACLRN"
6846   traces:
6847     hoverinfo: "x+y"
6848     boxpoints: "outliers"
6849     whiskerwidth: 0
6850   layout:
6851     title: "l2sw-3n-skx-xxv710-64b-4t2c-base-ndr"
6852     layout: "plot-throughput"
6853
6854 -
6855   type: "plot"
6856   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base-pdr"
6857   algorithm: "plot_performance_box"
6858   output-file-type: ".html"
6859   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base-pdr"
6860   data: "plot-vpp-throughput-latency-3n-skx"
6861   filter: "'NIC_Intel-XXV710' and
6862            '64B' and
6863            ('BASE' or 'SCALE') and
6864            'NDRPDR' and
6865            'ETH' and
6866            '4T2C' and
6867            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6868            not 'VHOST' and
6869            not 'MEMIF'"
6870   parameters:
6871   - "throughput"
6872   - "parent"
6873   - "tags"
6874   sort:
6875   - "L2PATCH"
6876   - "L2PATCH"
6877   - "L2XCBASE"
6878   - "L2BDMACLRN"
6879   traces:
6880     hoverinfo: "x+y"
6881     boxpoints: "outliers"
6882     whiskerwidth: 0
6883   layout:
6884     title: "l2sw-3n-skx-xxv710-64b-4t2c-base-pdr"
6885     layout: "plot-throughput"
6886
6887 # Packet Throughput - VPP L2 2n-skx-x710 base and scale
6888 -
6889   type: "plot"
6890   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
6891   algorithm: "plot_performance_box"
6892   output-file-type: ".html"
6893   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
6894   data: "plot-vpp-throughput-latency-2n-skx"
6895   filter: "'NIC_Intel-X710' and
6896            '64B' and
6897            ('BASE' or 'SCALE') and
6898            'NDRPDR' and
6899            'ETH' and
6900            '2T1C' and
6901            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6902            not 'VHOST' and
6903            not 'MEMIF'"
6904   parameters:
6905   - "throughput"
6906   - "parent"
6907   - "tags"
6908   sort:
6909   - "L2PATCH"
6910   - "L2XCBASE"
6911   - "BASE"
6912   - "FIB_10K"
6913   - "FIB_100K"
6914   - "FIB_1M"
6915   traces:
6916     hoverinfo: "x+y"
6917     boxpoints: "outliers"
6918     whiskerwidth: 0
6919   layout:
6920     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
6921     layout: "plot-throughput"
6922
6923 -
6924   type: "plot"
6925   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
6926   algorithm: "plot_performance_box"
6927   output-file-type: ".html"
6928   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
6929   data: "plot-vpp-throughput-latency-2n-skx"
6930   filter: "'NIC_Intel-X710' and
6931            '64B' and
6932            ('BASE' or 'SCALE') and
6933            'NDRPDR' and
6934            'ETH' and
6935            '2T1C' and
6936            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6937            not 'VHOST' and
6938            not 'MEMIF'"
6939   parameters:
6940   - "throughput"
6941   - "parent"
6942   - "tags"
6943   sort:
6944   - "L2PATCH"
6945   - "L2XCBASE"
6946   - "BASE"
6947   - "FIB_10K"
6948   - "FIB_100K"
6949   - "FIB_1M"
6950   traces:
6951     hoverinfo: "x+y"
6952     boxpoints: "outliers"
6953     whiskerwidth: 0
6954   layout:
6955     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
6956     layout: "plot-throughput"
6957
6958 -
6959   type: "plot"
6960   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
6961   algorithm: "plot_performance_box"
6962   output-file-type: ".html"
6963   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
6964   data: "plot-vpp-throughput-latency-2n-skx"
6965   filter: "'NIC_Intel-X710' and
6966            '64B' and
6967            ('BASE' or 'SCALE') and
6968            'NDRPDR' and
6969            'ETH' and
6970            '4T2C' and
6971            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6972            not 'VHOST' and
6973            not 'MEMIF'"
6974   parameters:
6975   - "throughput"
6976   - "parent"
6977   - "tags"
6978   sort:
6979   - "L2PATCH"
6980   - "L2XCBASE"
6981   - "BASE"
6982   - "FIB_10K"
6983   - "FIB_100K"
6984   - "FIB_1M"
6985   traces:
6986     hoverinfo: "x+y"
6987     boxpoints: "outliers"
6988     whiskerwidth: 0
6989   layout:
6990     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
6991     layout: "plot-throughput"
6992
6993 -
6994   type: "plot"
6995   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
6996   algorithm: "plot_performance_box"
6997   output-file-type: ".html"
6998   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
6999   data: "plot-vpp-throughput-latency-2n-skx"
7000   filter: "'NIC_Intel-X710' and
7001            '64B' and
7002            ('BASE' or 'SCALE') and
7003            'NDRPDR' and
7004            'ETH' and
7005            '4T2C' and
7006            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7007            not 'VHOST' and
7008            not 'MEMIF'"
7009   parameters:
7010   - "throughput"
7011   - "parent"
7012   - "tags"
7013   sort:
7014   - "L2PATCH"
7015   - "L2XCBASE"
7016   - "BASE"
7017   - "FIB_10K"
7018   - "FIB_100K"
7019   - "FIB_1M"
7020   traces:
7021     hoverinfo: "x+y"
7022     boxpoints: "outliers"
7023     whiskerwidth: 0
7024   layout:
7025     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
7026     layout: "plot-throughput"
7027
7028 # Packet Throughput - VPP L2 2n-skx-xxv710 base and scale
7029 -
7030   type: "plot"
7031   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
7032   algorithm: "plot_performance_box"
7033   output-file-type: ".html"
7034   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
7035   data: "plot-vpp-throughput-latency-2n-skx"
7036   filter: "'NIC_Intel-XXV710' and
7037            '64B' and
7038            ('BASE' or 'SCALE') and
7039            'NDRPDR' and
7040            'ETH' and
7041            '2T1C' and
7042            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7043            not 'VHOST' and
7044            not 'MEMIF'"
7045   parameters:
7046   - "throughput"
7047   - "parent"
7048   - "tags"
7049   sort:
7050   - "L2PATCH"
7051   - "L2XCBASE"
7052   - "BASE"
7053   - "FIB_10K"
7054   - "FIB_100K"
7055   - "FIB_1M"
7056   traces:
7057     hoverinfo: "x+y"
7058     boxpoints: "outliers"
7059     whiskerwidth: 0
7060   layout:
7061     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
7062     layout: "plot-throughput"
7063
7064 -
7065   type: "plot"
7066   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
7067   algorithm: "plot_performance_box"
7068   output-file-type: ".html"
7069   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
7070   data: "plot-vpp-throughput-latency-2n-skx"
7071   filter: "'NIC_Intel-XXV710' and
7072            '64B' and
7073            ('BASE' or 'SCALE') and
7074            'NDRPDR' and
7075            'ETH' and
7076            '2T1C' and
7077            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7078            not 'VHOST' and
7079            not 'MEMIF'"
7080   parameters:
7081   - "throughput"
7082   - "parent"
7083   - "tags"
7084   sort:
7085   - "L2PATCH"
7086   - "L2XCBASE"
7087   - "BASE"
7088   - "FIB_10K"
7089   - "FIB_100K"
7090   - "FIB_1M"
7091   traces:
7092     hoverinfo: "x+y"
7093     boxpoints: "outliers"
7094     whiskerwidth: 0
7095   layout:
7096     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
7097     layout: "plot-throughput"
7098
7099 -
7100   type: "plot"
7101   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
7102   algorithm: "plot_performance_box"
7103   output-file-type: ".html"
7104   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
7105   data: "plot-vpp-throughput-latency-2n-skx"
7106   filter: "'NIC_Intel-XXV710' and
7107            '64B' and
7108            ('BASE' or 'SCALE') and
7109            'NDRPDR' and
7110            'ETH' and
7111            '4T2C' and
7112            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7113            not 'VHOST' and
7114            not 'MEMIF'"
7115   parameters:
7116   - "throughput"
7117   - "parent"
7118   - "tags"
7119   sort:
7120   - "L2PATCH"
7121   - "L2XCBASE"
7122   - "BASE"
7123   - "FIB_10K"
7124   - "FIB_100K"
7125   - "FIB_1M"
7126   traces:
7127     hoverinfo: "x+y"
7128     boxpoints: "outliers"
7129     whiskerwidth: 0
7130   layout:
7131     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
7132     layout: "plot-throughput"
7133
7134 -
7135   type: "plot"
7136   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
7137   algorithm: "plot_performance_box"
7138   output-file-type: ".html"
7139   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
7140   data: "plot-vpp-throughput-latency-2n-skx"
7141   filter: "'NIC_Intel-XXV710' and
7142            '64B' and
7143            ('BASE' or 'SCALE') and
7144            'NDRPDR' and
7145            'ETH' and
7146            '4T2C' and
7147            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7148            not 'VHOST' and
7149            not 'MEMIF'"
7150   parameters:
7151   - "throughput"
7152   - "parent"
7153   - "tags"
7154   sort:
7155   - "L2PATCH"
7156   - "L2XCBASE"
7157   - "BASE"
7158   - "FIB_10K"
7159   - "FIB_100K"
7160   - "FIB_1M"
7161   traces:
7162     hoverinfo: "x+y"
7163     boxpoints: "outliers"
7164     whiskerwidth: 0
7165   layout:
7166     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
7167     layout: "plot-throughput"
7168
7169 # Packet Throughput - VPP L2 2n-dnv-x553 base
7170 -
7171   type: "plot"
7172   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
7173   algorithm: "plot_performance_box"
7174   output-file-type: ".html"
7175   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
7176   data: "intel-dnv-vpp"
7177   filter: "'NIC_Intel-X553' and
7178            '64B' and
7179            'BASE' and
7180            'NDRPDR' and
7181            'ETH' and
7182            '1T1C' and
7183            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7184            not 'VHOST' and
7185            not 'MEMIF'"
7186   parameters:
7187   - "throughput"
7188   - "parent"
7189   - "tags"
7190   sort:
7191   - "L2XCBASE"
7192   - "L2BDMACLRN"
7193   - "L2PATCH"
7194   traces:
7195     hoverinfo: "x+y"
7196     boxpoints: "outliers"
7197     whiskerwidth: 0
7198   layout:
7199     title: "l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
7200     layout: "plot-throughput"
7201
7202 -
7203   type: "plot"
7204   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
7205   algorithm: "plot_performance_box"
7206   output-file-type: ".html"
7207   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
7208   data: "intel-dnv-vpp"
7209   filter: "'NIC_Intel-X553' and
7210            '64B' and
7211            ('BASE' or 'SCALE') and
7212            'NDRPDR' and
7213            'ETH' and
7214            '1T1C' and
7215            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7216            not 'VHOST' and
7217            not 'MEMIF'"
7218   parameters:
7219   - "throughput"
7220   - "parent"
7221   - "tags"
7222   sort:
7223   - "L2XCBASE"
7224   - "L2BDMACLRN"
7225   - "L2PATCH"
7226   traces:
7227     hoverinfo: "x+y"
7228     boxpoints: "outliers"
7229     whiskerwidth: 0
7230   layout:
7231     title: "l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
7232     layout: "plot-throughput"
7233
7234 -
7235   type: "plot"
7236   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
7237   algorithm: "plot_performance_box"
7238   output-file-type: ".html"
7239   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
7240   data: "intel-dnv-vpp"
7241   filter: "'NIC_Intel-X553' and
7242            '64B' and
7243            ('BASE' or 'SCALE') and
7244            'NDRPDR' and
7245            'ETH' and
7246            '2T2C' and
7247            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7248            not 'VHOST' and
7249            not 'MEMIF'"
7250   parameters:
7251   - "throughput"
7252   - "parent"
7253   - "tags"
7254   sort:
7255   - "L2XCBASE"
7256   - "L2BDMACLRN"
7257   - "L2PATCH"
7258   traces:
7259     hoverinfo: "x+y"
7260     boxpoints: "outliers"
7261     whiskerwidth: 0
7262   layout:
7263     title: "l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
7264     layout: "plot-throughput"
7265
7266 -
7267   type: "plot"
7268   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
7269   algorithm: "plot_performance_box"
7270   output-file-type: ".html"
7271   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
7272   data: "intel-dnv-vpp"
7273   filter: "'NIC_Intel-X553' and
7274            '64B' and
7275            ('BASE' or 'SCALE') and
7276            'NDRPDR' and
7277            'ETH' and
7278            '2T2C' and
7279            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7280            not 'VHOST' and
7281            not 'MEMIF'"
7282   parameters:
7283   - "throughput"
7284   - "parent"
7285   - "tags"
7286   sort:
7287   - "L2XCBASE"
7288   - "L2BDMACLRN"
7289   - "L2PATCH"
7290   traces:
7291     hoverinfo: "x+y"
7292     boxpoints: "outliers"
7293     whiskerwidth: 0
7294   layout:
7295     title: "l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
7296     layout: "plot-throughput"
7297
7298 ################################################################################
7299
7300 # Packet Throughput - VPP Container Memif 3n-hsw-x520
7301 -
7302   type: "plot"
7303   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
7304   algorithm: "plot_performance_box"
7305   output-file-type: ".html"
7306   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
7307   data: "plot-vpp-throughput-latency-3n-hsw"
7308   filter: "'NIC_Intel-X520-DA2' and
7309            '64B' and
7310            ('BASE' or 'SCALE') and
7311            'NDRPDR' and
7312            '1T1C' and
7313            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7314            not 'VHOST' and
7315            'MEMIF'"
7316   parameters:
7317   - "throughput"
7318   - "parent"
7319   - "tags"
7320   sort:
7321   - "L2XCFWD"
7322   - "L2XCFWD"
7323   - "L2XCFWD"
7324   - "L2BDMACLRN"
7325   - "L2BDMACLRN"
7326   - "L2BDMACLRN"
7327   - "IP4FWD"
7328   traces:
7329     hoverinfo: "x+y"
7330     boxpoints: "outliers"
7331     whiskerwidth: 0
7332   layout:
7333     title: "memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
7334     layout: "plot-throughput"
7335
7336 -
7337   type: "plot"
7338   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
7339   algorithm: "plot_performance_box"
7340   output-file-type: ".html"
7341   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
7342   data: "plot-vpp-throughput-latency-3n-hsw"
7343   filter: "'NIC_Intel-X520-DA2' and
7344            '64B' and
7345            ('BASE' or 'SCALE') and
7346            'NDRPDR' and
7347            '1T1C' and
7348            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7349            not 'VHOST' and
7350            'MEMIF'"
7351   parameters:
7352   - "throughput"
7353   - "parent"
7354   - "tags"
7355   sort:
7356   - "L2XCFWD"
7357   - "L2XCFWD"
7358   - "L2XCFWD"
7359   - "L2BDMACLRN"
7360   - "L2BDMACLRN"
7361   - "L2BDMACLRN"
7362   - "IP4FWD"
7363   traces:
7364     hoverinfo: "x+y"
7365     boxpoints: "outliers"
7366     whiskerwidth: 0
7367   layout:
7368     title: "memif-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
7369     layout: "plot-throughput"
7370
7371 -
7372   type: "plot"
7373   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
7374   algorithm: "plot_performance_box"
7375   output-file-type: ".html"
7376   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
7377   data: "plot-vpp-throughput-latency-3n-hsw"
7378   filter: "'NIC_Intel-X520-DA2' and
7379            '64B' and
7380            ('BASE' or 'SCALE') and
7381            'NDRPDR' and
7382            '2T2C' and
7383            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7384            not 'VHOST' and
7385            'MEMIF'"
7386   parameters:
7387   - "throughput"
7388   - "parent"
7389   - "tags"
7390   sort:
7391   - "L2XCFWD"
7392   - "L2XCFWD"
7393   - "L2XCFWD"
7394   - "L2BDMACLRN"
7395   - "L2BDMACLRN"
7396   - "L2BDMACLRN"
7397   - "IP4FWD"
7398   traces:
7399     hoverinfo: "x+y"
7400     boxpoints: "outliers"
7401     whiskerwidth: 0
7402   layout:
7403     title: "memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
7404     layout: "plot-throughput"
7405
7406 -
7407   type: "plot"
7408   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
7409   algorithm: "plot_performance_box"
7410   output-file-type: ".html"
7411   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
7412   data: "plot-vpp-throughput-latency-3n-hsw"
7413   filter: "'NIC_Intel-X520-DA2' and
7414            '64B' and
7415            ('BASE' or 'SCALE') and
7416            'NDRPDR' and
7417            '2T2C' and
7418            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7419            not 'VHOST' and
7420            'MEMIF'"
7421   parameters:
7422   - "throughput"
7423   - "parent"
7424   - "tags"
7425   sort:
7426   - "L2XCFWD"
7427   - "L2XCFWD"
7428   - "L2XCFWD"
7429   - "L2BDMACLRN"
7430   - "L2BDMACLRN"
7431   - "L2BDMACLRN"
7432   - "IP4FWD"
7433   traces:
7434     hoverinfo: "x+y"
7435     boxpoints: "outliers"
7436     whiskerwidth: 0
7437   layout:
7438     title: "memif-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
7439     layout: "plot-throughput"
7440
7441 # Packet Throughput - VPP Container Memif 3n-hsw-x710
7442 -
7443   type: "plot"
7444   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
7445   algorithm: "plot_performance_box"
7446   output-file-type: ".html"
7447   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
7448   data: "plot-vpp-throughput-latency-3n-hsw"
7449   filter: "'NIC_Intel-X710' and
7450            '64B' and
7451            ('BASE' or 'SCALE') and
7452            'NDRPDR' and
7453            '1T1C' and
7454            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7455            not 'VHOST' and
7456            'MEMIF'"
7457   parameters:
7458   - "throughput"
7459   - "parent"
7460   - "tags"
7461   sort:
7462   - "L2XCFWD"
7463   - "L2XCFWD"
7464   - "L2XCFWD"
7465   - "L2BDMACLRN"
7466   - "L2BDMACLRN"
7467   - "L2BDMACLRN"
7468   - "IP4FWD"
7469   traces:
7470     hoverinfo: "x+y"
7471     boxpoints: "outliers"
7472     whiskerwidth: 0
7473   layout:
7474     title: "memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
7475     layout: "plot-throughput"
7476
7477 -
7478   type: "plot"
7479   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
7480   algorithm: "plot_performance_box"
7481   output-file-type: ".html"
7482   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
7483   data: "plot-vpp-throughput-latency-3n-hsw"
7484   filter: "'NIC_Intel-X710' and
7485            '64B' and
7486            ('BASE' or 'SCALE') and
7487            'NDRPDR' and
7488            '1T1C' and
7489            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7490            not 'VHOST' and
7491            'MEMIF'"
7492   parameters:
7493   - "throughput"
7494   - "parent"
7495   - "tags"
7496   sort:
7497   - "L2XCFWD"
7498   - "L2XCFWD"
7499   - "L2XCFWD"
7500   - "L2BDMACLRN"
7501   - "L2BDMACLRN"
7502   - "L2BDMACLRN"
7503   - "IP4FWD"
7504   traces:
7505     hoverinfo: "x+y"
7506     boxpoints: "outliers"
7507     whiskerwidth: 0
7508   layout:
7509     title: "memif-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
7510     layout: "plot-throughput"
7511
7512 -
7513   type: "plot"
7514   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
7515   algorithm: "plot_performance_box"
7516   output-file-type: ".html"
7517   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
7518   data: "plot-vpp-throughput-latency-3n-hsw"
7519   filter: "'NIC_Intel-X710' and
7520            '64B' and
7521            ('BASE' or 'SCALE') and
7522            'NDRPDR' and
7523            '2T2C' and
7524            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7525            not 'VHOST' and
7526            'MEMIF'"
7527   parameters:
7528   - "throughput"
7529   - "parent"
7530   - "tags"
7531   sort:
7532   - "L2XCFWD"
7533   - "L2XCFWD"
7534   - "L2XCFWD"
7535   - "L2BDMACLRN"
7536   - "L2BDMACLRN"
7537   - "L2BDMACLRN"
7538   - "IP4FWD"
7539   traces:
7540     hoverinfo: "x+y"
7541     boxpoints: "outliers"
7542     whiskerwidth: 0
7543   layout:
7544     title: "memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
7545     layout: "plot-throughput"
7546
7547 -
7548   type: "plot"
7549   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
7550   algorithm: "plot_performance_box"
7551   output-file-type: ".html"
7552   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
7553   data: "plot-vpp-throughput-latency-3n-hsw"
7554   filter: "'NIC_Intel-X710' and
7555            '64B' and
7556            ('BASE' or 'SCALE') and
7557            'NDRPDR' and
7558            '2T2C' and
7559            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7560            not 'VHOST' and
7561            'MEMIF'"
7562   parameters:
7563   - "throughput"
7564   - "parent"
7565   - "tags"
7566   sort:
7567   - "L2XCFWD"
7568   - "L2XCFWD"
7569   - "L2XCFWD"
7570   - "L2BDMACLRN"
7571   - "L2BDMACLRN"
7572   - "L2BDMACLRN"
7573   - "IP4FWD"
7574   traces:
7575     hoverinfo: "x+y"
7576     boxpoints: "outliers"
7577     whiskerwidth: 0
7578   layout:
7579     title: "memif-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
7580     layout: "plot-throughput"
7581
7582 # Packet Throughput - VPP Container Memif 3n-hsw-xl710
7583 -
7584   type: "plot"
7585   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr"
7586   algorithm: "plot_performance_box"
7587   output-file-type: ".html"
7588   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr"
7589   data: "plot-vpp-throughput-latency-3n-hsw"
7590   filter: "'NIC_Intel-XL710' and
7591            '64B' and
7592            ('BASE' or 'SCALE') and
7593            'NDRPDR' and
7594            '1T1C' and
7595            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7596            not 'VHOST' and
7597            'MEMIF'"
7598   parameters:
7599   - "throughput"
7600   - "parent"
7601   - "tags"
7602   sort:
7603   - "L2XCFWD"
7604   - "L2XCFWD"
7605   - "L2XCFWD"
7606   - "L2BDMACLRN"
7607   - "L2BDMACLRN"
7608   - "L2BDMACLRN"
7609   - "IP4FWD"
7610   traces:
7611     hoverinfo: "x+y"
7612     boxpoints: "outliers"
7613     whiskerwidth: 0
7614   layout:
7615     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr"
7616     layout: "plot-throughput"
7617
7618 -
7619   type: "plot"
7620   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_features-pdr"
7621   algorithm: "plot_performance_box"
7622   output-file-type: ".html"
7623   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_features-pdr"
7624   data: "plot-vpp-throughput-latency-3n-hsw"
7625   filter: "'NIC_Intel-XL710' and
7626            '64B' and
7627            ('BASE' or 'SCALE') and
7628            'NDRPDR' and
7629            '1T1C' and
7630            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7631            not 'VHOST' and
7632            'MEMIF'"
7633   parameters:
7634   - "throughput"
7635   - "parent"
7636   - "tags"
7637   sort:
7638   - "L2XCFWD"
7639   - "L2XCFWD"
7640   - "L2XCFWD"
7641   - "L2BDMACLRN"
7642   - "L2BDMACLRN"
7643   - "L2BDMACLRN"
7644   - "IP4FWD"
7645   traces:
7646     hoverinfo: "x+y"
7647     boxpoints: "outliers"
7648     whiskerwidth: 0
7649   layout:
7650     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_features-pdr"
7651     layout: "plot-throughput"
7652
7653 -
7654   type: "plot"
7655   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr"
7656   algorithm: "plot_performance_box"
7657   output-file-type: ".html"
7658   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr"
7659   data: "plot-vpp-throughput-latency-3n-hsw"
7660   filter: "'NIC_Intel-XL710' and
7661            '64B' and
7662            ('BASE' or 'SCALE') and
7663            'NDRPDR' and
7664            '2T2C' and
7665            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7666            not 'VHOST' and
7667            'MEMIF'"
7668   parameters:
7669   - "throughput"
7670   - "parent"
7671   - "tags"
7672   sort:
7673   - "L2XCFWD"
7674   - "L2XCFWD"
7675   - "L2XCFWD"
7676   - "L2BDMACLRN"
7677   - "L2BDMACLRN"
7678   - "L2BDMACLRN"
7679   - "IP4FWD"
7680   traces:
7681     hoverinfo: "x+y"
7682     boxpoints: "outliers"
7683     whiskerwidth: 0
7684   layout:
7685     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr"
7686     layout: "plot-throughput"
7687
7688 -
7689   type: "plot"
7690   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_features-pdr"
7691   algorithm: "plot_performance_box"
7692   output-file-type: ".html"
7693   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_features-pdr"
7694   data: "plot-vpp-throughput-latency-3n-hsw"
7695   filter: "'NIC_Intel-XL710' and
7696            '64B' and
7697            ('BASE' or 'SCALE') and
7698            'NDRPDR' and
7699            '2T2C' and
7700            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7701            not 'VHOST' and
7702            'MEMIF'"
7703   parameters:
7704   - "throughput"
7705   - "parent"
7706   - "tags"
7707   sort:
7708   - "L2XCFWD"
7709   - "L2XCFWD"
7710   - "L2XCFWD"
7711   - "L2BDMACLRN"
7712   - "L2BDMACLRN"
7713   - "L2BDMACLRN"
7714   - "IP4FWD"
7715   traces:
7716     hoverinfo: "x+y"
7717     boxpoints: "outliers"
7718     whiskerwidth: 0
7719   layout:
7720     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_features-pdr"
7721     layout: "plot-throughput"
7722
7723 # Packet Throughput - VPP Container Memif 3n-skx-x710
7724 -
7725   type: "plot"
7726   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_features-ndr"
7727   algorithm: "plot_performance_box"
7728   output-file-type: ".html"
7729   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_features-ndr"
7730   data: "plot-vpp-throughput-latency-3n-skx"
7731   filter: "'NIC_Intel-X710' and
7732            '64B' and
7733            ('BASE' or 'SCALE') and
7734            'NDRPDR' and
7735            '2T1C' and
7736            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7737            not 'VHOST' and
7738            'MEMIF'"
7739   parameters:
7740   - "throughput"
7741   - "parent"
7742   - "tags"
7743   sort:
7744   - "L2XCFWD"
7745   - "L2XCFWD"
7746   - "L2XCFWD"
7747   - "L2BDMACLRN"
7748   - "L2BDMACLRN"
7749   - "L2BDMACLRN"
7750   - "IP4FWD"
7751   traces:
7752     hoverinfo: "x+y"
7753     boxpoints: "outliers"
7754     whiskerwidth: 0
7755   layout:
7756     title: "memif-3n-skx-x710-64b-2t1c-base_and_features-ndr"
7757     layout: "plot-throughput"
7758
7759 -
7760   type: "plot"
7761   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_features-pdr"
7762   algorithm: "plot_performance_box"
7763   output-file-type: ".html"
7764   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_features-pdr"
7765   data: "plot-vpp-throughput-latency-3n-skx"
7766   filter: "'NIC_Intel-X710' and
7767            '64B' and
7768            ('BASE' or 'SCALE') and
7769            'NDRPDR' and
7770            '2T1C' and
7771            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7772            not 'VHOST' and
7773            'MEMIF'"
7774   parameters:
7775   - "throughput"
7776   - "parent"
7777   - "tags"
7778   sort:
7779   - "L2XCFWD"
7780   - "L2XCFWD"
7781   - "L2XCFWD"
7782   - "L2BDMACLRN"
7783   - "L2BDMACLRN"
7784   - "L2BDMACLRN"
7785   - "IP4FWD"
7786   traces:
7787     hoverinfo: "x+y"
7788     boxpoints: "outliers"
7789     whiskerwidth: 0
7790   layout:
7791     title: "memif-3n-skx-x710-64b-2t1c-base_and_features-pdr"
7792     layout: "plot-throughput"
7793
7794 -
7795   type: "plot"
7796   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_features-ndr"
7797   algorithm: "plot_performance_box"
7798   output-file-type: ".html"
7799   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_features-ndr"
7800   data: "plot-vpp-throughput-latency-3n-skx"
7801   filter: "'NIC_Intel-X710' and
7802            '64B' and
7803            ('BASE' or 'SCALE') and
7804            'NDRPDR' and
7805            '4T2C' and
7806            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7807            not 'VHOST' and
7808            'MEMIF'"
7809   parameters:
7810   - "throughput"
7811   - "parent"
7812   - "tags"
7813   sort:
7814   - "L2XCFWD"
7815   - "L2XCFWD"
7816   - "L2XCFWD"
7817   - "L2BDMACLRN"
7818   - "L2BDMACLRN"
7819   - "L2BDMACLRN"
7820   - "IP4FWD"
7821   traces:
7822     hoverinfo: "x+y"
7823     boxpoints: "outliers"
7824     whiskerwidth: 0
7825   layout:
7826     title: "memif-3n-skx-x710-64b-4t2c-base_and_features-ndr"
7827     layout: "plot-throughput"
7828
7829 -
7830   type: "plot"
7831   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_features-pdr"
7832   algorithm: "plot_performance_box"
7833   output-file-type: ".html"
7834   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_features-pdr"
7835   data: "plot-vpp-throughput-latency-3n-skx"
7836   filter: "'NIC_Intel-X710' and
7837            '64B' and
7838            ('BASE' or 'SCALE') and
7839            'NDRPDR' and
7840            '4T2C' and
7841            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7842            not 'VHOST' and
7843            'MEMIF'"
7844   parameters:
7845   - "throughput"
7846   - "parent"
7847   - "tags"
7848   sort:
7849   - "L2XCFWD"
7850   - "L2XCFWD"
7851   - "L2XCFWD"
7852   - "L2BDMACLRN"
7853   - "L2BDMACLRN"
7854   - "L2BDMACLRN"
7855   - "IP4FWD"
7856   traces:
7857     hoverinfo: "x+y"
7858     boxpoints: "outliers"
7859     whiskerwidth: 0
7860   layout:
7861     title: "memif-3n-skx-x710-64b-4t2c-base_and_features-pdr"
7862     layout: "plot-throughput"
7863
7864 # Packet Throughput - VPP Container Memif 2n-skx-x710
7865 -
7866   type: "plot"
7867   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_features-ndr"
7868   algorithm: "plot_performance_box"
7869   output-file-type: ".html"
7870   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_features-ndr"
7871   data: "plot-vpp-throughput-latency-2n-skx"
7872   filter: "'NIC_Intel-X710' and
7873            '64B' and
7874            ('BASE' or 'SCALE') and
7875            'NDRPDR' and
7876            '2T1C' and
7877            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7878            not 'VHOST' and
7879            not 'NF_DENSITY' and
7880            'MEMIF'"
7881   parameters:
7882   - "throughput"
7883   - "parent"
7884   - "tags"
7885   sort:
7886   - "L2XCFWD"
7887   - "L2XCFWD"
7888   - "L2XCFWD"
7889   - "L2BDMACLRN"
7890   - "L2BDMACLRN"
7891   - "L2BDMACLRN"
7892   - "IP4FWD"
7893   traces:
7894     hoverinfo: "x+y"
7895     boxpoints: "outliers"
7896     whiskerwidth: 0
7897   layout:
7898     title: "memif-2n-skx-x710-64b-2t1c-base_and_features-ndr"
7899     layout: "plot-throughput"
7900
7901 -
7902   type: "plot"
7903   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_features-pdr"
7904   algorithm: "plot_performance_box"
7905   output-file-type: ".html"
7906   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_features-pdr"
7907   data: "plot-vpp-throughput-latency-2n-skx"
7908   filter: "'NIC_Intel-X710' and
7909            '64B' and
7910            ('BASE' or 'SCALE') and
7911            'NDRPDR' and
7912            '2T1C' and
7913            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7914            not 'VHOST' and
7915            not 'NF_DENSITY' and
7916            'MEMIF'"
7917   parameters:
7918   - "throughput"
7919   - "parent"
7920   - "tags"
7921   sort:
7922   - "L2XCFWD"
7923   - "L2XCFWD"
7924   - "L2XCFWD"
7925   - "L2BDMACLRN"
7926   - "L2BDMACLRN"
7927   - "L2BDMACLRN"
7928   - "IP4FWD"
7929   traces:
7930     hoverinfo: "x+y"
7931     boxpoints: "outliers"
7932     whiskerwidth: 0
7933   layout:
7934     title: "memif-2n-skx-x710-64b-2t1c-base_and_features-pdr"
7935     layout: "plot-throughput"
7936
7937 -
7938   type: "plot"
7939   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_features-ndr"
7940   algorithm: "plot_performance_box"
7941   output-file-type: ".html"
7942   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_features-ndr"
7943   data: "plot-vpp-throughput-latency-2n-skx"
7944   filter: "'NIC_Intel-X710' and
7945            '64B' and
7946            ('BASE' or 'SCALE') and
7947            'NDRPDR' and
7948            '4T2C' and
7949            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7950            not 'VHOST' and
7951            not 'NF_DENSITY' and
7952            'MEMIF'"
7953   parameters:
7954   - "throughput"
7955   - "parent"
7956   - "tags"
7957   sort:
7958   - "L2XCFWD"
7959   - "L2XCFWD"
7960   - "L2XCFWD"
7961   - "L2BDMACLRN"
7962   - "L2BDMACLRN"
7963   - "L2BDMACLRN"
7964   - "IP4FWD"
7965   traces:
7966     hoverinfo: "x+y"
7967     boxpoints: "outliers"
7968     whiskerwidth: 0
7969   layout:
7970     title: "memif-2n-skx-x710-64b-4t2c-base_and_features-ndr"
7971     layout: "plot-throughput"
7972
7973 -
7974   type: "plot"
7975   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_features-pdr"
7976   algorithm: "plot_performance_box"
7977   output-file-type: ".html"
7978   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_features-pdr"
7979   data: "plot-vpp-throughput-latency-2n-skx"
7980   filter: "'NIC_Intel-X710' and
7981            '64B' and
7982            ('BASE' or 'SCALE') and
7983            'NDRPDR' and
7984            '4T2C' and
7985            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7986            not 'VHOST' and
7987            not 'NF_DENSITY' and
7988            'MEMIF'"
7989   parameters:
7990   - "throughput"
7991   - "parent"
7992   - "tags"
7993   sort:
7994   - "L2XCFWD"
7995   - "L2XCFWD"
7996   - "L2XCFWD"
7997   - "L2BDMACLRN"
7998   - "L2BDMACLRN"
7999   - "L2BDMACLRN"
8000   - "IP4FWD"
8001   traces:
8002     hoverinfo: "x+y"
8003     boxpoints: "outliers"
8004     whiskerwidth: 0
8005   layout:
8006     title: "memif-2n-skx-x710-64b-4t2c-base_and_features-pdr"
8007     layout: "plot-throughput"
8008
8009 # Packet Throughput - VPP Container Memif 2n-skx-xxv710
8010 -
8011   type: "plot"
8012   title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
8013   algorithm: "plot_performance_box"
8014   output-file-type: ".html"
8015   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
8016   data: "plot-vpp-throughput-latency-2n-skx"
8017   filter: "'NIC_Intel-XXV710' and
8018            '64B' and
8019            ('BASE' or 'SCALE') and
8020            'NDRPDR' and
8021            '2T1C' and
8022            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8023            not 'VHOST' and
8024            'MEMIF'"
8025   parameters:
8026   - "throughput"
8027   - "parent"
8028   - "tags"
8029   sort:
8030   - "L2XCFWD"
8031   - "L2XCFWD"
8032   - "L2XCFWD"
8033   - "L2BDMACLRN"
8034   - "L2BDMACLRN"
8035   - "L2BDMACLRN"
8036   - "IP4FWD"
8037   traces:
8038     hoverinfo: "x+y"
8039     boxpoints: "outliers"
8040     whiskerwidth: 0
8041   layout:
8042     title: "memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
8043     layout: "plot-throughput"
8044
8045 -
8046   type: "plot"
8047   title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
8048   algorithm: "plot_performance_box"
8049   output-file-type: ".html"
8050   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
8051   data: "plot-vpp-throughput-latency-2n-skx"
8052   filter: "'NIC_Intel-XXV710' and
8053            '64B' and
8054            ('BASE' or 'SCALE') and
8055            'NDRPDR' and
8056            '2T1C' and
8057            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8058            not 'VHOST' and
8059            'MEMIF'"
8060   parameters:
8061   - "throughput"
8062   - "parent"
8063   - "tags"
8064   sort:
8065   - "L2XCFWD"
8066   - "L2XCFWD"
8067   - "L2XCFWD"
8068   - "L2BDMACLRN"
8069   - "L2BDMACLRN"
8070   - "L2BDMACLRN"
8071   - "IP4FWD"
8072   traces:
8073     hoverinfo: "x+y"
8074     boxpoints: "outliers"
8075     whiskerwidth: 0
8076   layout:
8077     title: "memif-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
8078     layout: "plot-throughput"
8079
8080 -
8081   type: "plot"
8082   title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
8083   algorithm: "plot_performance_box"
8084   output-file-type: ".html"
8085   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
8086   data: "plot-vpp-throughput-latency-2n-skx"
8087   filter: "'NIC_Intel-XXV710' and
8088            '64B' and
8089            ('BASE' or 'SCALE') and
8090            'NDRPDR' and
8091            '4T2C' and
8092            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8093            not 'VHOST' and
8094            'MEMIF'"
8095   parameters:
8096   - "throughput"
8097   - "parent"
8098   - "tags"
8099   sort:
8100   - "L2XCFWD"
8101   - "L2XCFWD"
8102   - "L2XCFWD"
8103   - "L2BDMACLRN"
8104   - "L2BDMACLRN"
8105   - "L2BDMACLRN"
8106   - "IP4FWD"
8107   traces:
8108     hoverinfo: "x+y"
8109     boxpoints: "outliers"
8110     whiskerwidth: 0
8111   layout:
8112     title: "memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
8113     layout: "plot-throughput"
8114
8115 -
8116   type: "plot"
8117   title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
8118   algorithm: "plot_performance_box"
8119   output-file-type: ".html"
8120   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
8121   data: "plot-vpp-throughput-latency-2n-skx"
8122   filter: "'NIC_Intel-XXV710' and
8123            '64B' and
8124            ('BASE' or 'SCALE') and
8125            'NDRPDR' and
8126            '4T2C' and
8127            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8128            not 'VHOST' and
8129            'MEMIF'"
8130   parameters:
8131   - "throughput"
8132   - "parent"
8133   - "tags"
8134   sort:
8135   - "L2XCFWD"
8136   - "L2XCFWD"
8137   - "L2XCFWD"
8138   - "L2BDMACLRN"
8139   - "L2BDMACLRN"
8140   - "L2BDMACLRN"
8141   - "IP4FWD"
8142   traces:
8143     hoverinfo: "x+y"
8144     boxpoints: "outliers"
8145     whiskerwidth: 0
8146   layout:
8147     title: "memif-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
8148     layout: "plot-throughput"
8149
8150 ################################################################################
8151
8152 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2xc
8153 -
8154   type: "plot"
8155   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
8156   algorithm: "plot_performance_box"
8157   output-file-type: ".html"
8158   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
8159   data: "plot-ligato-throughput-latency-3n-hsw"
8160   filter: "'NIC_Intel-X520-DA2' and
8161            '64B' and
8162            ('BASE' or 'SCALE') and
8163            'NDRPDR' and
8164            '1T1C' and
8165            'L2XCFWD' and
8166            not 'VHOST' and
8167            not 'NF_DENSITY' and
8168            'MEMIF'"
8169   parameters:
8170   - "throughput"
8171   - "parent"
8172   - "tags"
8173   sort:
8174   - "1VNF"
8175   - "2VNF"
8176   - "4VNF"
8177   - "2VNF"
8178   - "4VNF"
8179   traces:
8180     hoverinfo: "x+y"
8181     boxpoints: "outliers"
8182     whiskerwidth: 0
8183   layout:
8184     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
8185     layout: "plot-throughput"
8186
8187 -
8188   type: "plot"
8189   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
8190   algorithm: "plot_performance_box"
8191   output-file-type: ".html"
8192   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
8193   data: "plot-ligato-throughput-latency-3n-hsw"
8194   filter: "'NIC_Intel-X520-DA2' and
8195            '64B' and
8196            ('BASE' or 'SCALE') and
8197            'NDRPDR' and
8198            '1T1C' and
8199            'L2XCFWD' and
8200            not 'VHOST' and
8201            not 'NF_DENSITY' and
8202            'MEMIF'"
8203   parameters:
8204   - "throughput"
8205   - "parent"
8206   - "tags"
8207   sort:
8208   - "1VNF"
8209   - "2VNF"
8210   - "4VNF"
8211   - "2VNF"
8212   - "4VNF"
8213   traces:
8214     hoverinfo: "x+y"
8215     boxpoints: "outliers"
8216     whiskerwidth: 0
8217   layout:
8218     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
8219     layout: "plot-throughput"
8220
8221 -
8222   type: "plot"
8223   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
8224   algorithm: "plot_performance_box"
8225   output-file-type: ".html"
8226   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
8227   data: "plot-ligato-throughput-latency-3n-hsw"
8228   filter: "'NIC_Intel-X520-DA2' and
8229            '64B' and
8230            ('BASE' or 'SCALE') and
8231            'NDRPDR' and
8232            '2T2C' and
8233            'L2XCFWD' and
8234            not 'VHOST' and
8235            not 'NF_DENSITY' and
8236            'MEMIF'"
8237   parameters:
8238   - "throughput"
8239   - "parent"
8240   - "tags"
8241   sort:
8242   - "1VNF"
8243   - "2VNF"
8244   - "4VNF"
8245   - "2VNF"
8246   - "4VNF"
8247   traces:
8248     hoverinfo: "x+y"
8249     boxpoints: "outliers"
8250     whiskerwidth: 0
8251   layout:
8252     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
8253     layout: "plot-throughput"
8254
8255 -
8256   type: "plot"
8257   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
8258   algorithm: "plot_performance_box"
8259   output-file-type: ".html"
8260   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
8261   data: "plot-ligato-throughput-latency-3n-hsw"
8262   filter: "'NIC_Intel-X520-DA2' and
8263            '64B' and
8264            ('BASE' or 'SCALE') and
8265            'NDRPDR' and
8266            '2T2C' and
8267            'L2XCFWD' and
8268            not 'VHOST' and
8269            not 'NF_DENSITY' and
8270            'MEMIF'"
8271   parameters:
8272   - "throughput"
8273   - "parent"
8274   - "tags"
8275   sort:
8276   - "1VNF"
8277   - "2VNF"
8278   - "4VNF"
8279   - "2VNF"
8280   - "4VNF"
8281   traces:
8282     hoverinfo: "x+y"
8283     boxpoints: "outliers"
8284     whiskerwidth: 0
8285   layout:
8286     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
8287     layout: "plot-throughput"
8288
8289 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2bd
8290 -
8291   type: "plot"
8292   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
8293   algorithm: "plot_performance_box"
8294   output-file-type: ".html"
8295   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
8296   data: "plot-ligato-throughput-latency-3n-hsw"
8297   filter: "'NIC_Intel-X520-DA2' and
8298            '64B' and
8299            ('BASE' or 'SCALE') and
8300            'NDRPDR' and
8301            '1T1C' and
8302            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8303            not 'VHOST' and
8304            not 'NF_DENSITY' and
8305            'MEMIF'"
8306   parameters:
8307   - "throughput"
8308   - "parent"
8309   - "tags"
8310   sort:
8311   - "1VNF"
8312   - "2VNF"
8313   - "4VNF"
8314   - "2VNF"
8315   - "4VNF"
8316   traces:
8317     hoverinfo: "x+y"
8318     boxpoints: "outliers"
8319     whiskerwidth: 0
8320   layout:
8321     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
8322     layout: "plot-throughput"
8323
8324 -
8325   type: "plot"
8326   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
8327   algorithm: "plot_performance_box"
8328   output-file-type: ".html"
8329   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
8330   data: "plot-ligato-throughput-latency-3n-hsw"
8331   filter: "'NIC_Intel-X520-DA2' and
8332            '64B' and
8333            ('BASE' or 'SCALE') and
8334            'NDRPDR' and
8335            '1T1C' and
8336            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8337            not 'VHOST' and
8338            not 'NF_DENSITY' and
8339            'MEMIF'"
8340   parameters:
8341   - "throughput"
8342   - "parent"
8343   - "tags"
8344   sort:
8345   - "1VNF"
8346   - "2VNF"
8347   - "4VNF"
8348   - "2VNF"
8349   - "4VNF"
8350   traces:
8351     hoverinfo: "x+y"
8352     boxpoints: "outliers"
8353     whiskerwidth: 0
8354   layout:
8355     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
8356     layout: "plot-throughput"
8357
8358 -
8359   type: "plot"
8360   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
8361   algorithm: "plot_performance_box"
8362   output-file-type: ".html"
8363   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
8364   data: "plot-ligato-throughput-latency-3n-hsw"
8365   filter: "'NIC_Intel-X520-DA2' and
8366            '64B' and
8367            ('BASE' or 'SCALE') and
8368            'NDRPDR' and
8369            '2T2C' and
8370            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8371            not 'VHOST' and
8372            not 'NF_DENSITY' and
8373            'MEMIF'"
8374   parameters:
8375   - "throughput"
8376   - "parent"
8377   - "tags"
8378   sort:
8379   - "1VNF"
8380   - "2VNF"
8381   - "4VNF"
8382   - "2VNF"
8383   - "4VNF"
8384   traces:
8385     hoverinfo: "x+y"
8386     boxpoints: "outliers"
8387     whiskerwidth: 0
8388   layout:
8389     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
8390     layout: "plot-throughput"
8391
8392 -
8393   type: "plot"
8394   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
8395   algorithm: "plot_performance_box"
8396   output-file-type: ".html"
8397   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
8398   data: "plot-ligato-throughput-latency-3n-hsw"
8399   filter: "'NIC_Intel-X520-DA2' and
8400            '64B' and
8401            ('BASE' or 'SCALE') and
8402            'NDRPDR' and
8403            '2T2C' and
8404            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8405            not 'VHOST' and
8406            not 'NF_DENSITY' and
8407            'MEMIF'"
8408   parameters:
8409   - "throughput"
8410   - "parent"
8411   - "tags"
8412   sort:
8413   - "1VNF"
8414   - "2VNF"
8415   - "4VNF"
8416   - "2VNF"
8417   - "4VNF"
8418   traces:
8419     hoverinfo: "x+y"
8420     boxpoints: "outliers"
8421     whiskerwidth: 0
8422   layout:
8423     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
8424     layout: "plot-throughput"
8425
8426 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2xc
8427 -
8428   type: "plot"
8429   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
8430   algorithm: "plot_performance_box"
8431   output-file-type: ".html"
8432   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
8433   data: "plot-ligato-throughput-latency-3n-hsw"
8434   filter: "'NIC_Intel-X710' and
8435            '64B' and
8436            ('BASE' or 'SCALE') and
8437            'NDRPDR' and
8438            '1T1C' and
8439            'L2XCFWD' and
8440            not 'VHOST' and
8441            not 'NF_DENSITY' and
8442            'MEMIF'"
8443   parameters:
8444   - "throughput"
8445   - "parent"
8446   - "tags"
8447   sort:
8448   - "1VNF"
8449   - "2VNF"
8450   - "4VNF"
8451   - "2VNF"
8452   - "4VNF"
8453   traces:
8454     hoverinfo: "x+y"
8455     boxpoints: "outliers"
8456     whiskerwidth: 0
8457   layout:
8458     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
8459     layout: "plot-throughput"
8460
8461 -
8462   type: "plot"
8463   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
8464   algorithm: "plot_performance_box"
8465   output-file-type: ".html"
8466   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
8467   data: "plot-ligato-throughput-latency-3n-hsw"
8468   filter: "'NIC_Intel-X710' and
8469            '64B' and
8470            ('BASE' or 'SCALE') and
8471            'NDRPDR' and
8472            '1T1C' and
8473            'L2XCFWD' and
8474            not 'VHOST' and
8475            not 'NF_DENSITY' and
8476            'MEMIF'"
8477   parameters:
8478   - "throughput"
8479   - "parent"
8480   - "tags"
8481   sort:
8482   - "1VNF"
8483   - "2VNF"
8484   - "4VNF"
8485   - "2VNF"
8486   - "4VNF"
8487   traces:
8488     hoverinfo: "x+y"
8489     boxpoints: "outliers"
8490     whiskerwidth: 0
8491   layout:
8492     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
8493     layout: "plot-throughput"
8494
8495 -
8496   type: "plot"
8497   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
8498   algorithm: "plot_performance_box"
8499   output-file-type: ".html"
8500   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
8501   data: "plot-ligato-throughput-latency-3n-hsw"
8502   filter: "'NIC_Intel-X710' and
8503            '64B' and
8504            ('BASE' or 'SCALE') and
8505            'NDRPDR' and
8506            '2T2C' and
8507            'L2XCFWD' and
8508            not 'VHOST' and
8509            not 'NF_DENSITY' and
8510            'MEMIF'"
8511   parameters:
8512   - "throughput"
8513   - "parent"
8514   - "tags"
8515   sort:
8516   - "1VNF"
8517   - "2VNF"
8518   - "4VNF"
8519   - "2VNF"
8520   - "4VNF"
8521   traces:
8522     hoverinfo: "x+y"
8523     boxpoints: "outliers"
8524     whiskerwidth: 0
8525   layout:
8526     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
8527     layout: "plot-throughput"
8528
8529 -
8530   type: "plot"
8531   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
8532   algorithm: "plot_performance_box"
8533   output-file-type: ".html"
8534   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
8535   data: "plot-ligato-throughput-latency-3n-hsw"
8536   filter: "'NIC_Intel-X710' and
8537            '64B' and
8538            ('BASE' or 'SCALE') and
8539            'NDRPDR' and
8540            '2T2C' and
8541            'L2XCFWD' and
8542            not 'VHOST' and
8543            not 'NF_DENSITY' and
8544            'MEMIF'"
8545   parameters:
8546   - "throughput"
8547   - "parent"
8548   - "tags"
8549   sort:
8550   - "1VNF"
8551   - "2VNF"
8552   - "4VNF"
8553   - "2VNF"
8554   - "4VNF"
8555   traces:
8556     hoverinfo: "x+y"
8557     boxpoints: "outliers"
8558     whiskerwidth: 0
8559   layout:
8560     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
8561     layout: "plot-throughput"
8562
8563 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2bd
8564 -
8565   type: "plot"
8566   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
8567   algorithm: "plot_performance_box"
8568   output-file-type: ".html"
8569   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
8570   data: "plot-ligato-throughput-latency-3n-hsw"
8571   filter: "'NIC_Intel-X710' and
8572            '64B' and
8573            ('BASE' or 'SCALE') and
8574            'NDRPDR' and
8575            '1T1C' and
8576            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8577            not 'VHOST' and
8578            not 'NF_DENSITY' and
8579            'MEMIF'"
8580   parameters:
8581   - "throughput"
8582   - "parent"
8583   - "tags"
8584   sort:
8585   - "1VNF"
8586   - "2VNF"
8587   - "4VNF"
8588   - "2VNF"
8589   - "4VNF"
8590   traces:
8591     hoverinfo: "x+y"
8592     boxpoints: "outliers"
8593     whiskerwidth: 0
8594   layout:
8595     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
8596     layout: "plot-throughput"
8597
8598 -
8599   type: "plot"
8600   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
8601   algorithm: "plot_performance_box"
8602   output-file-type: ".html"
8603   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
8604   data: "plot-ligato-throughput-latency-3n-hsw"
8605   filter: "'NIC_Intel-X710' and
8606            '64B' and
8607            ('BASE' or 'SCALE') and
8608            'NDRPDR' and
8609            '1T1C' and
8610            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8611            not 'VHOST' and
8612            not 'NF_DENSITY' and
8613            'MEMIF'"
8614   parameters:
8615   - "throughput"
8616   - "parent"
8617   - "tags"
8618   sort:
8619   - "1VNF"
8620   - "2VNF"
8621   - "4VNF"
8622   - "2VNF"
8623   - "4VNF"
8624   traces:
8625     hoverinfo: "x+y"
8626     boxpoints: "outliers"
8627     whiskerwidth: 0
8628   layout:
8629     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
8630     layout: "plot-throughput"
8631
8632 -
8633   type: "plot"
8634   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
8635   algorithm: "plot_performance_box"
8636   output-file-type: ".html"
8637   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
8638   data: "plot-ligato-throughput-latency-3n-hsw"
8639   filter: "'NIC_Intel-X710' and
8640            '64B' and
8641            ('BASE' or 'SCALE') and
8642            'NDRPDR' and
8643            '2T2C' and
8644            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8645            not 'VHOST' and
8646            not 'NF_DENSITY' and
8647            'MEMIF'"
8648   parameters:
8649   - "throughput"
8650   - "parent"
8651   - "tags"
8652   sort:
8653   - "1VNF"
8654   - "2VNF"
8655   - "4VNF"
8656   - "2VNF"
8657   - "4VNF"
8658   traces:
8659     hoverinfo: "x+y"
8660     boxpoints: "outliers"
8661     whiskerwidth: 0
8662   layout:
8663     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
8664     layout: "plot-throughput"
8665
8666 -
8667   type: "plot"
8668   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
8669   algorithm: "plot_performance_box"
8670   output-file-type: ".html"
8671   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
8672   data: "plot-ligato-throughput-latency-3n-hsw"
8673   filter: "'NIC_Intel-X710' and
8674            '64B' and
8675            ('BASE' or 'SCALE') and
8676            'NDRPDR' and
8677            '2T2C' and
8678            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8679            not 'VHOST' and
8680            not 'NF_DENSITY' and
8681            'MEMIF'"
8682   parameters:
8683   - "throughput"
8684   - "parent"
8685   - "tags"
8686   sort:
8687   - "1VNF"
8688   - "2VNF"
8689   - "4VNF"
8690   - "2VNF"
8691   - "4VNF"
8692   traces:
8693     hoverinfo: "x+y"
8694     boxpoints: "outliers"
8695     whiskerwidth: 0
8696   layout:
8697     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
8698     layout: "plot-throughput"
8699
8700 ################################################################################
8701
8702 # Packet Throughput - VPP IPv4 3n-hsw-x520 base and scale
8703 -
8704   type: "plot"
8705   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
8706   algorithm: "plot_performance_box"
8707   output-file-type: ".html"
8708   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
8709   data: "plot-vpp-throughput-latency-3n-hsw"
8710   filter: "'NIC_Intel-X520-DA2' and
8711            '64B' and
8712            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
8713            'NDRPDR' and
8714            '1T1C' and
8715            'IP4FWD' and
8716            not 'IPSEC' and
8717            not 'DOT1Q' and
8718            not 'VHOST'"
8719   parameters:
8720   - "throughput"
8721   - "parent"
8722   - "tags"
8723   sort:
8724   - "IP4BASE"
8725   - "FIB_20k"
8726   - "FIB_200k"
8727   - "FIB_2M"
8728   traces:
8729     hoverinfo: "x+y"
8730     boxpoints: "outliers"
8731     whiskerwidth: 0
8732   layout:
8733     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
8734     layout: "plot-throughput"
8735
8736 -
8737   type: "plot"
8738   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
8739   algorithm: "plot_performance_box"
8740   output-file-type: ".html"
8741   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
8742   data: "plot-vpp-throughput-latency-3n-hsw"
8743   filter: "'NIC_Intel-X520-DA2' and
8744            '64B' and
8745            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
8746            'NDRPDR' and
8747            '1T1C' and
8748            'IP4FWD' and
8749            not 'IPSEC' and
8750            not 'DOT1Q' and
8751            not 'VHOST'"
8752   parameters:
8753   - "throughput"
8754   - "parent"
8755   - "tags"
8756   sort:
8757   - "IP4BASE"
8758   - "FIB_20k"
8759   - "FIB_200k"
8760   - "FIB_2M"
8761   traces:
8762     hoverinfo: "x+y"
8763     boxpoints: "outliers"
8764     whiskerwidth: 0
8765   layout:
8766     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
8767     layout: "plot-throughput"
8768
8769 -
8770   type: "plot"
8771   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
8772   algorithm: "plot_performance_box"
8773   output-file-type: ".html"
8774   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
8775   data: "plot-vpp-throughput-latency-3n-hsw"
8776   filter: "'NIC_Intel-X520-DA2' and
8777            '64B' and
8778            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
8779            'NDRPDR' and
8780            '2T2C' and
8781            'IP4FWD' and
8782            not 'IPSEC' and
8783            not 'DOT1Q' and
8784            not 'VHOST'"
8785   parameters:
8786   - "throughput"
8787   - "parent"
8788   - "tags"
8789   sort:
8790   - "IP4BASE"
8791   - "FIB_20k"
8792   - "FIB_200k"
8793   - "FIB_2M"
8794   traces:
8795     hoverinfo: "x+y"
8796     boxpoints: "outliers"
8797     whiskerwidth: 0
8798   layout:
8799     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
8800     layout: "plot-throughput"
8801
8802 -
8803   type: "plot"
8804   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
8805   algorithm: "plot_performance_box"
8806   output-file-type: ".html"
8807   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
8808   data: "plot-vpp-throughput-latency-3n-hsw"
8809   filter: "'NIC_Intel-X520-DA2' and
8810            '64B' and
8811            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
8812            'NDRPDR' and
8813            '2T2C' and
8814            'IP4FWD' and
8815            not 'IPSEC' and
8816            not 'DOT1Q' and
8817            not 'VHOST'"
8818   parameters:
8819   - "throughput"
8820   - "parent"
8821   - "tags"
8822   sort:
8823   - "IP4BASE"
8824   - "FIB_20k"
8825   - "FIB_200k"
8826   - "FIB_2M"
8827   traces:
8828     hoverinfo: "x+y"
8829     boxpoints: "outliers"
8830     whiskerwidth: 0
8831   layout:
8832     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
8833     layout: "plot-throughput"
8834
8835 # Packet Throughput - VPP IPv4 3n-hsw-x520 features
8836 -
8837   type: "plot"
8838   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-ndr"
8839   algorithm: "plot_performance_box"
8840   output-file-type: ".html"
8841   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr"
8842   data: "plot-vpp-throughput-latency-3n-hsw"
8843   filter: "'NIC_Intel-X520-DA2' and
8844            '64B' and
8845            ('IP4BASE' or
8846             'POLICE_MARK' or
8847             'COPWHLIST' or
8848             ('NAT44' and 'BASE') or
8849             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
8850            'NDRPDR' and
8851            '1T1C' and
8852            'IP4FWD' and
8853            not 'IPSEC' and
8854            not 'VHOST'"
8855   parameters:
8856   - "throughput"
8857   - "parent"
8858   - "tags"
8859   sort:
8860   - "DOT1Q"
8861   - "IP4BASE"
8862   - "NAT44"
8863   - "POLICE_MARK"
8864   - "COPWHLIST"
8865   - "IACL"
8866   - "OACL"
8867   traces:
8868     hoverinfo: "x+y"
8869     boxpoints: "outliers"
8870     whiskerwidth: 0
8871   layout:
8872     title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
8873     layout: "plot-throughput"
8874
8875 -
8876   type: "plot"
8877   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-pdr"
8878   algorithm: "plot_performance_box"
8879   output-file-type: ".html"
8880   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-pdr"
8881   data: "plot-vpp-throughput-latency-3n-hsw"
8882   filter: "'NIC_Intel-X520-DA2' and
8883            '64B' and
8884            ('IP4BASE' or
8885             'POLICE_MARK' or
8886             'COPWHLIST' or
8887             ('NAT44' and 'BASE') or
8888             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
8889            'NDRPDR' and
8890            '1T1C' and
8891            'IP4FWD' and
8892            not 'IPSEC' and
8893            not 'VHOST'"
8894   parameters:
8895   - "throughput"
8896   - "parent"
8897   - "tags"
8898   sort:
8899   - "DOT1Q"
8900   - "IP4BASE"
8901   - "NAT44"
8902   - "POLICE_MARK"
8903   - "COPWHLIST"
8904   - "IACL"
8905   - "OACL"
8906   traces:
8907     hoverinfo: "x+y"
8908     boxpoints: "outliers"
8909     whiskerwidth: 0
8910   layout:
8911     title: "ip4-3n-hsw-x520-64b-1t1c-features-pdr"
8912     layout: "plot-throughput"
8913
8914 -
8915   type: "plot"
8916   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-ndr"
8917   algorithm: "plot_performance_box"
8918   output-file-type: ".html"
8919   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr"
8920   data: "plot-vpp-throughput-latency-3n-hsw"
8921   filter: "'NIC_Intel-X520-DA2' and
8922            '64B' and
8923            ('IP4BASE' or
8924             'POLICE_MARK' or
8925             'COPWHLIST' or
8926             ('NAT44' and 'BASE') or
8927             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
8928            'NDRPDR' and
8929            '2T2C' and
8930            'IP4FWD' and
8931            not 'IPSEC' and
8932            not 'VHOST'"
8933   parameters:
8934   - "throughput"
8935   - "parent"
8936   - "tags"
8937   sort:
8938   - "DOT1Q"
8939   - "IP4BASE"
8940   - "NAT44"
8941   - "POLICE_MARK"
8942   - "COPWHLIST"
8943   - "IACL"
8944   - "OACL"
8945   traces:
8946     hoverinfo: "x+y"
8947     boxpoints: "outliers"
8948     whiskerwidth: 0
8949   layout:
8950     title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
8951     layout: "plot-throughput"
8952
8953 -
8954   type: "plot"
8955   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-pdr"
8956   algorithm: "plot_performance_box"
8957   output-file-type: ".html"
8958   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-pdr"
8959   data: "plot-vpp-throughput-latency-3n-hsw"
8960   filter: "'NIC_Intel-X520-DA2' and
8961            '64B' and
8962            ('IP4BASE' or
8963             'POLICE_MARK' or
8964             'COPWHLIST' or
8965             ('NAT44' and 'BASE') or
8966             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
8967            'NDRPDR' and
8968            '2T2C' and
8969            'IP4FWD' and
8970            not 'IPSEC' and
8971            not 'VHOST'"
8972   parameters:
8973   - "throughput"
8974   - "parent"
8975   - "tags"
8976   sort:
8977   - "DOT1Q"
8978   - "IP4BASE"
8979   - "NAT44"
8980   - "POLICE_MARK"
8981   - "COPWHLIST"
8982   - "IACL"
8983   - "OACL"
8984   traces:
8985     hoverinfo: "x+y"
8986     boxpoints: "outliers"
8987     whiskerwidth: 0
8988   layout:
8989     title: "ip4-3n-hsw-x520-64b-2t2c-features-pdr"
8990     layout: "plot-throughput"
8991
8992 # Packet Throughput - VPP IPv4 3n-hsw-x520 features nat44
8993 -
8994   type: "plot"
8995   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
8996   algorithm: "plot_performance_box"
8997   output-file-type: ".html"
8998   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
8999   data: "plot-vpp-throughput-latency-3n-hsw"
9000   filter: "'NIC_Intel-X520-DA2' and
9001            '64B' and
9002            'NDRPDR' and
9003            '1T1C' and
9004            'IP4FWD' and
9005            ('NAT44' or 'IP4BASE') and
9006            not 'DOT1Q' and
9007            not 'IPSEC' and
9008            not 'VHOST'"
9009   parameters:
9010   - "throughput"
9011   - "parent"
9012   - "tags"
9013   sort:
9014   - "IP4BASE"
9015   - "BASE"
9016   - "SRC_USER_10"
9017   - "SRC_USER_100"
9018   - "SRC_USER_1000"
9019   - "SRC_USER_2000"
9020   traces:
9021     hoverinfo: "x+y"
9022     boxpoints: "outliers"
9023     whiskerwidth: 0
9024   layout:
9025     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
9026     layout: "plot-throughput"
9027
9028 -
9029   type: "plot"
9030   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
9031   algorithm: "plot_performance_box"
9032   output-file-type: ".html"
9033   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
9034   data: "plot-vpp-throughput-latency-3n-hsw"
9035   filter: "'NIC_Intel-X520-DA2' and
9036            '64B' and
9037            'NDRPDR' and
9038            '1T1C' and
9039            'IP4FWD' and
9040            ('NAT44' or 'IP4BASE') and
9041            not 'DOT1Q' and
9042            not 'IPSEC' and
9043            not 'VHOST'"
9044   parameters:
9045   - "throughput"
9046   - "parent"
9047   - "tags"
9048   sort:
9049   - "IP4BASE"
9050   - "BASE"
9051   - "SRC_USER_10"
9052   - "SRC_USER_100"
9053   - "SRC_USER_1000"
9054   - "SRC_USER_2000"
9055   traces:
9056     hoverinfo: "x+y"
9057     boxpoints: "outliers"
9058     whiskerwidth: 0
9059   layout:
9060     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
9061     layout: "plot-throughput"
9062
9063 -
9064   type: "plot"
9065   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
9066   algorithm: "plot_performance_box"
9067   output-file-type: ".html"
9068   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
9069   data: "plot-vpp-throughput-latency-3n-hsw"
9070   filter: "'NIC_Intel-X520-DA2' and
9071            '64B' and
9072            'NDRPDR' and
9073            '2T2C' and
9074            'IP4FWD' and
9075            ('NAT44' or 'IP4BASE') and
9076            not 'DOT1Q' and
9077            not 'IPSEC' and
9078            not 'VHOST'"
9079   parameters:
9080   - "throughput"
9081   - "parent"
9082   - "tags"
9083   sort:
9084   - "IP4BASE"
9085   - "BASE"
9086   - "SRC_USER_10"
9087   - "SRC_USER_100"
9088   - "SRC_USER_1000"
9089   - "SRC_USER_2000"
9090   traces:
9091     hoverinfo: "x+y"
9092     boxpoints: "outliers"
9093     whiskerwidth: 0
9094   layout:
9095     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
9096     layout: "plot-throughput"
9097
9098 -
9099   type: "plot"
9100   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
9101   algorithm: "plot_performance_box"
9102   output-file-type: ".html"
9103   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
9104   data: "plot-vpp-throughput-latency-3n-hsw"
9105   filter: "'NIC_Intel-X520-DA2' and
9106            '64B' and
9107            'NDRPDR' and
9108            '2T2C' and
9109            'IP4FWD' and
9110            ('NAT44' or 'IP4BASE') and
9111            not 'DOT1Q' and
9112            not 'IPSEC' and
9113            not 'VHOST'"
9114   parameters:
9115   - "throughput"
9116   - "parent"
9117   - "tags"
9118   sort:
9119   - "IP4BASE"
9120   - "BASE"
9121   - "SRC_USER_10"
9122   - "SRC_USER_100"
9123   - "SRC_USER_1000"
9124   - "SRC_USER_2000"
9125   traces:
9126     hoverinfo: "x+y"
9127     boxpoints: "outliers"
9128     whiskerwidth: 0
9129   layout:
9130     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
9131     layout: "plot-throughput"
9132
9133 # Packet Throughput - VPP IPv4 3n-hsw-x520 features iacl
9134 -
9135   type: "plot"
9136   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
9137   algorithm: "plot_performance_box"
9138   output-file-type: ".html"
9139   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
9140   data: "plot-vpp-throughput-latency-3n-hsw"
9141   filter: "'NIC_Intel-X520-DA2' and
9142            '64B' and
9143            'NDRPDR' and
9144            '1T1C' and
9145            'IP4FWD' and
9146            ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
9147            not 'IPSEC' and
9148            not 'DOT1Q' and
9149            not 'VHOST'"
9150   parameters:
9151   - "throughput"
9152   - "parent"
9153   - "tags"
9154   sort:
9155   - "IP4BASE"
9156   - "ACL_STATELESS"
9157   - "ACL_STATEFUL"
9158   - "ACL_STATELESS"
9159   - "ACL_STATEFUL"
9160   traces:
9161     hoverinfo: "x+y"
9162     boxpoints: "outliers"
9163     whiskerwidth: 0
9164   layout:
9165     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
9166     layout: "plot-throughput"
9167
9168 -
9169   type: "plot"
9170   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
9171   algorithm: "plot_performance_box"
9172   output-file-type: ".html"
9173   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
9174   data: "plot-vpp-throughput-latency-3n-hsw"
9175   filter: "'NIC_Intel-X520-DA2' and
9176            '64B' and
9177            'NDRPDR' and
9178            '1T1C' and
9179            'IP4FWD' and
9180            ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
9181            not 'IPSEC' and
9182            not 'DOT1Q' and
9183            not 'VHOST'"
9184   parameters:
9185   - "throughput"
9186   - "parent"
9187   - "tags"
9188   sort:
9189   - "IP4BASE"
9190   - "ACL_STATELESS"
9191   - "ACL_STATEFUL"
9192   - "ACL_STATELESS"
9193   - "ACL_STATEFUL"
9194   traces:
9195     hoverinfo: "x+y"
9196     boxpoints: "outliers"
9197     whiskerwidth: 0
9198   layout:
9199     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
9200     layout: "plot-throughput"
9201
9202 -
9203   type: "plot"
9204   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
9205   algorithm: "plot_performance_box"
9206   output-file-type: ".html"
9207   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
9208   data: "plot-vpp-throughput-latency-3n-hsw"
9209   filter: "'NIC_Intel-X520-DA2' and
9210            '64B' and
9211            'NDRPDR' and
9212            '2T2C' and
9213            'IP4FWD' and
9214            ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
9215            not 'IPSEC' and
9216            not 'DOT1Q' and
9217            not 'VHOST'"
9218   parameters:
9219   - "throughput"
9220   - "parent"
9221   - "tags"
9222   sort:
9223   - "IP4BASE"
9224   - "ACL_STATELESS"
9225   - "ACL_STATEFUL"
9226   - "ACL_STATELESS"
9227   - "ACL_STATEFUL"
9228   traces:
9229     hoverinfo: "x+y"
9230     boxpoints: "outliers"
9231     whiskerwidth: 0
9232   layout:
9233     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
9234     layout: "plot-throughput"
9235
9236 -
9237   type: "plot"
9238   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
9239   algorithm: "plot_performance_box"
9240   output-file-type: ".html"
9241   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
9242   data: "plot-vpp-throughput-latency-3n-hsw"
9243   filter: "'NIC_Intel-X520-DA2' and
9244            '64B' and
9245            'NDRPDR' and
9246            '2T2C' and
9247            'IP4FWD' and
9248            ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
9249            not 'IPSEC' and
9250            not 'DOT1Q' and
9251            not 'VHOST'"
9252   parameters:
9253   - "throughput"
9254   - "parent"
9255   - "tags"
9256   sort:
9257   - "IP4BASE"
9258   - "ACL_STATELESS"
9259   - "ACL_STATEFUL"
9260   - "ACL_STATELESS"
9261   - "ACL_STATEFUL"
9262   traces:
9263     hoverinfo: "x+y"
9264     boxpoints: "outliers"
9265     whiskerwidth: 0
9266   layout:
9267     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
9268     layout: "plot-throughput"
9269
9270 # Packet Throughput - VPP IPv4 3n-hsw-x520 features oacl
9271 -
9272   type: "plot"
9273   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
9274   algorithm: "plot_performance_box"
9275   output-file-type: ".html"
9276   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
9277   data: "plot-vpp-throughput-latency-3n-hsw"
9278   filter: "'NIC_Intel-X520-DA2' and
9279            '64B' and
9280            'NDRPDR' and
9281            '1T1C' and
9282            'IP4FWD' and
9283            ('OACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
9284            not 'IPSEC' and
9285            not 'DOT1Q' and
9286            not 'VHOST'"
9287   parameters:
9288   - "throughput"
9289   - "parent"
9290   - "tags"
9291   sort:
9292   - "IP4BASE"
9293   - "ACL_STATELESS"
9294   - "ACL_STATEFUL"
9295   - "ACL_STATELESS"
9296   - "ACL_STATEFUL"
9297   traces:
9298     hoverinfo: "x+y"
9299     boxpoints: "outliers"
9300     whiskerwidth: 0
9301   layout:
9302     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
9303     layout: "plot-throughput"
9304
9305 -
9306   type: "plot"
9307   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
9308   algorithm: "plot_performance_box"
9309   output-file-type: ".html"
9310   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
9311   data: "plot-vpp-throughput-latency-3n-hsw"
9312   filter: "'NIC_Intel-X520-DA2' and
9313            '64B' and
9314            'NDRPDR' and
9315            '1T1C' and
9316            'IP4FWD' and
9317            ('OACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
9318            not 'IPSEC' and
9319            not 'DOT1Q' and
9320            not 'VHOST'"
9321   parameters:
9322   - "throughput"
9323   - "parent"
9324   - "tags"
9325   sort:
9326   - "IP4BASE"
9327   - "ACL_STATELESS"
9328   - "ACL_STATEFUL"
9329   - "ACL_STATELESS"
9330   - "ACL_STATEFUL"
9331   traces:
9332     hoverinfo: "x+y"
9333     boxpoints: "outliers"
9334     whiskerwidth: 0
9335   layout:
9336     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
9337     layout: "plot-throughput"
9338
9339 -
9340   type: "plot"
9341   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
9342   algorithm: "plot_performance_box"
9343   output-file-type: ".html"
9344   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
9345   data: "plot-vpp-throughput-latency-3n-hsw"
9346   filter: "'NIC_Intel-X520-DA2' and
9347            '64B' and
9348            'NDRPDR' and
9349            '2T2C' and
9350            'IP4FWD' and
9351            ('OACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
9352            not 'IPSEC' and
9353            not 'DOT1Q' and
9354            not 'VHOST'"
9355   parameters:
9356   - "throughput"
9357   - "parent"
9358   - "tags"
9359   sort:
9360   - "IP4BASE"
9361   - "ACL_STATELESS"
9362   - "ACL_STATEFUL"
9363   - "ACL_STATELESS"
9364   - "ACL_STATEFUL"
9365   traces:
9366     hoverinfo: "x+y"
9367     boxpoints: "outliers"
9368     whiskerwidth: 0
9369   layout:
9370     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
9371     layout: "plot-throughput"
9372
9373 -
9374   type: "plot"
9375   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
9376   algorithm: "plot_performance_box"
9377   output-file-type: ".html"
9378   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
9379   data: "plot-vpp-throughput-latency-3n-hsw"
9380   filter: "'NIC_Intel-X520-DA2' and
9381            '64B' and
9382            'NDRPDR' and
9383            '2T2C' and
9384            'IP4FWD' and
9385            ('OACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
9386            not 'IPSEC' and
9387            not 'DOT1Q' and
9388            not 'VHOST'"
9389   parameters:
9390   - "throughput"
9391   - "parent"
9392   - "tags"
9393   sort:
9394   - "IP4BASE"
9395   - "ACL_STATELESS"
9396   - "ACL_STATEFUL"
9397   - "ACL_STATELESS"
9398   - "ACL_STATEFUL"
9399   traces:
9400     hoverinfo: "x+y"
9401     boxpoints: "outliers"
9402     whiskerwidth: 0
9403   layout:
9404     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
9405     layout: "plot-throughput"
9406
9407 # Packet Throughput - VPP IPv4 3n-hsw-x710 base and scale
9408 -
9409   type: "plot"
9410   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
9411   algorithm: "plot_performance_box"
9412   output-file-type: ".html"
9413   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
9414   data: "plot-vpp-throughput-latency-3n-hsw"
9415   filter: "'NIC_Intel-X710' and
9416            '64B' and
9417            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9418            'NDRPDR' and
9419            '1T1C' and
9420            'IP4FWD' and
9421            not 'IPSEC' and
9422            not 'DOT1Q' and
9423            not 'VHOST'"
9424   parameters:
9425   - "throughput"
9426   - "parent"
9427   - "tags"
9428   sort:
9429   - "IP4BASE"
9430   - "FIB_20K"
9431   - "FIB_200K"
9432   - "FIB_2M"
9433   traces:
9434     hoverinfo: "x+y"
9435     boxpoints: "outliers"
9436     whiskerwidth: 0
9437   layout:
9438     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
9439     layout: "plot-throughput"
9440
9441 -
9442   type: "plot"
9443   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
9444   algorithm: "plot_performance_box"
9445   output-file-type: ".html"
9446   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
9447   data: "plot-vpp-throughput-latency-3n-hsw"
9448   filter: "'NIC_Intel-X710' and
9449            '64B' and
9450            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9451            'NDRPDR' and
9452            '1T1C' and
9453            'IP4FWD' and
9454            not 'IPSEC' and
9455            not 'DOT1Q' and
9456            not 'VHOST'"
9457   parameters:
9458   - "throughput"
9459   - "parent"
9460   - "tags"
9461   sort:
9462   - "IP4BASE"
9463   - "FIB_20K"
9464   - "FIB_200K"
9465   - "FIB_2M"
9466   traces:
9467     hoverinfo: "x+y"
9468     boxpoints: "outliers"
9469     whiskerwidth: 0
9470   layout:
9471     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
9472     layout: "plot-throughput"
9473
9474 -
9475   type: "plot"
9476   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
9477   algorithm: "plot_performance_box"
9478   output-file-type: ".html"
9479   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
9480   data: "plot-vpp-throughput-latency-3n-hsw"
9481   filter: "'NIC_Intel-X710' and
9482            '64B' and
9483            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9484            'NDRPDR' and
9485            '2T2C' and
9486            'IP4FWD' and
9487            not 'IPSEC' and
9488            not 'DOT1Q' and
9489            not 'VHOST'"
9490   parameters:
9491   - "throughput"
9492   - "parent"
9493   - "tags"
9494   sort:
9495   - "IP4BASE"
9496   - "FIB_20K"
9497   - "FIB_200K"
9498   - "FIB_2M"
9499   traces:
9500     hoverinfo: "x+y"
9501     boxpoints: "outliers"
9502     whiskerwidth: 0
9503   layout:
9504     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
9505     layout: "plot-throughput"
9506
9507 -
9508   type: "plot"
9509   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
9510   algorithm: "plot_performance_box"
9511   output-file-type: ".html"
9512   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
9513   data: "plot-vpp-throughput-latency-3n-hsw"
9514   filter: "'NIC_Intel-X710' and
9515            '64B' and
9516            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9517            'NDRPDR' and
9518            '2T2C' and
9519            'IP4FWD' and
9520            not 'IPSEC' and
9521            not 'DOT1Q' and
9522            not 'VHOST'"
9523   parameters:
9524   - "throughput"
9525   - "parent"
9526   - "tags"
9527   sort:
9528   - "IP4BASE"
9529   - "FIB_20K"
9530   - "FIB_200K"
9531   - "FIB_2M"
9532   traces:
9533     hoverinfo: "x+y"
9534     boxpoints: "outliers"
9535     whiskerwidth: 0
9536   layout:
9537     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
9538     layout: "plot-throughput"
9539
9540 # Packet Throughput - VPP IPv4 3n-hsw-x710 features
9541 -
9542   type: "plot"
9543   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-ndr"
9544   algorithm: "plot_performance_box"
9545   output-file-type: ".html"
9546   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr"
9547   data: "plot-vpp-throughput-latency-3n-hsw"
9548   filter: "'NIC_Intel-X710' and
9549            '64B' and
9550            ('IP4BASE' or
9551             'POLICE_MARK' or
9552             'COPWHLIST' or
9553             ('NAT44' and 'BASE') or
9554             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9555            'NDRPDR' and
9556            '1T1C' and
9557            'IP4FWD' and
9558            not 'IPSEC' and
9559            not 'VHOST'"
9560   parameters:
9561   - "throughput"
9562   - "parent"
9563   - "tags"
9564   sort:
9565   - "DOT1Q"
9566   - "IP4BASE"
9567   - "NAT44"
9568   - "POLICE_MARK"
9569   - "COPWHLIST"
9570   - "IACL"
9571   - "OACL"
9572   traces:
9573     hoverinfo: "x+y"
9574     boxpoints: "outliers"
9575     whiskerwidth: 0
9576   layout:
9577     title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
9578     layout: "plot-throughput"
9579
9580 -
9581   type: "plot"
9582   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-pdr"
9583   algorithm: "plot_performance_box"
9584   output-file-type: ".html"
9585   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-pdr"
9586   data: "plot-vpp-throughput-latency-3n-hsw"
9587   filter: "'NIC_Intel-X710' and
9588            '64B' and
9589            ('IP4BASE' or
9590             'POLICE_MARK' or
9591             'COPWHLIST' or
9592             ('NAT44' and 'BASE') or
9593             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9594            'NDRPDR' and
9595            '1T1C' and
9596            'IP4FWD' and
9597            not 'IPSEC' and
9598            not 'VHOST'"
9599   parameters:
9600   - "throughput"
9601   - "parent"
9602   - "tags"
9603   sort:
9604   - "DOT1Q"
9605   - "IP4BASE"
9606   - "NAT44"
9607   - "POLICE_MARK"
9608   - "COPWHLIST"
9609   - "IACL"
9610   - "OACL"
9611   traces:
9612     hoverinfo: "x+y"
9613     boxpoints: "outliers"
9614     whiskerwidth: 0
9615   layout:
9616     title: "ip4-3n-hsw-x710-64b-1t1c-features-pdr"
9617     layout: "plot-throughput"
9618
9619 -
9620   type: "plot"
9621   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-ndr"
9622   algorithm: "plot_performance_box"
9623   output-file-type: ".html"
9624   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr"
9625   data: "plot-vpp-throughput-latency-3n-hsw"
9626   filter: "'NIC_Intel-X710' and
9627            '64B' and
9628            ('IP4BASE' or
9629             'POLICE_MARK' or
9630             'COPWHLIST' or
9631             ('NAT44' and 'BASE') or
9632             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9633            'NDRPDR' and
9634            '2T2C' and
9635            'IP4FWD' and
9636            not 'IPSEC' and
9637            not 'VHOST'"
9638   parameters:
9639   - "throughput"
9640   - "parent"
9641   - "tags"
9642   sort:
9643   - "DOT1Q"
9644   - "IP4BASE"
9645   - "NAT44"
9646   - "POLICE_MARK"
9647   - "COPWHLIST"
9648   - "IACL"
9649   - "OACL"
9650   traces:
9651     hoverinfo: "x+y"
9652     boxpoints: "outliers"
9653     whiskerwidth: 0
9654   layout:
9655     title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
9656     layout: "plot-throughput"
9657
9658 -
9659   type: "plot"
9660   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-pdr"
9661   algorithm: "plot_performance_box"
9662   output-file-type: ".html"
9663   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-pdr"
9664   data: "plot-vpp-throughput-latency-3n-hsw"
9665   filter: "'NIC_Intel-X710' and
9666            '64B' and
9667            ('IP4BASE' or
9668             'POLICE_MARK' or
9669             'COPWHLIST' or
9670             ('NAT44' and 'BASE') or
9671             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9672            'NDRPDR' and
9673            '2T2C' and
9674            'IP4FWD' and
9675            not 'IPSEC' and
9676            not 'VHOST'"
9677   parameters:
9678   - "throughput"
9679   - "parent"
9680   - "tags"
9681   sort:
9682   - "DOT1Q"
9683   - "IP4BASE"
9684   - "NAT44"
9685   - "POLICE_MARK"
9686   - "COPWHLIST"
9687   - "IACL"
9688   - "OACL"
9689   traces:
9690     hoverinfo: "x+y"
9691     boxpoints: "outliers"
9692     whiskerwidth: 0
9693   layout:
9694     title: "ip4-3n-hsw-x710-64b-2t2c-features-pdr"
9695     layout: "plot-throughput"
9696
9697 # Packet Throughput - VPP IPv4 3n-hsw-x710 features nat44
9698 -
9699   type: "plot"
9700   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
9701   algorithm: "plot_performance_box"
9702   output-file-type: ".html"
9703   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
9704   data: "plot-vpp-throughput-latency-3n-skx"
9705   filter: "'NIC_Intel-X710' and
9706            '64B' and
9707            'NDRPDR' and
9708            '2T1C' and
9709            'IP4FWD' and
9710            ('NAT44' or 'IP4BASE') and
9711            not 'IPSEC' and
9712            not 'VHOST'"
9713   parameters:
9714   - "throughput"
9715   - "parent"
9716   - "tags"
9717   sort:
9718   - "IP4BASE"
9719   - "BASE"
9720   - "SRC_USER_10"
9721   - "SRC_USER_100"
9722   - "SRC_USER_1000"
9723   - "SRC_USER_2000"
9724   traces:
9725     hoverinfo: "x+y"
9726     boxpoints: "outliers"
9727     whiskerwidth: 0
9728   layout:
9729     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
9730     layout: "plot-throughput"
9731
9732 -
9733   type: "plot"
9734   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
9735   algorithm: "plot_performance_box"
9736   output-file-type: ".html"
9737   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
9738   data: "plot-vpp-throughput-latency-3n-skx"
9739   filter: "'NIC_Intel-X710' and
9740            '64B' and
9741            'NDRPDR' and
9742            '2T1C' and
9743            'IP4FWD' and
9744            ('NAT44' or 'IP4BASE') and
9745            not 'IPSEC' and
9746            not 'VHOST'"
9747   parameters:
9748   - "throughput"
9749   - "parent"
9750   - "tags"
9751   sort:
9752   - "IP4BASE"
9753   - "BASE"
9754   - "SRC_USER_10"
9755   - "SRC_USER_100"
9756   - "SRC_USER_1000"
9757   - "SRC_USER_2000"
9758   traces:
9759     hoverinfo: "x+y"
9760     boxpoints: "outliers"
9761     whiskerwidth: 0
9762   layout:
9763     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
9764     layout: "plot-throughput"
9765
9766 -
9767   type: "plot"
9768   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
9769   algorithm: "plot_performance_box"
9770   output-file-type: ".html"
9771   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
9772   data: "plot-vpp-throughput-latency-3n-skx"
9773   filter: "'NIC_Intel-X710' and
9774            '64B' and
9775            'NDRPDR' and
9776            '4T2C' and
9777            'IP4FWD' and
9778            ('NAT44' or 'IP4BASE') and
9779            not 'IPSEC' and
9780            not 'VHOST'"
9781   parameters:
9782   - "throughput"
9783   - "parent"
9784   - "tags"
9785   sort:
9786   - "IP4BASE"
9787   - "BASE"
9788   - "SRC_USER_10"
9789   - "SRC_USER_100"
9790   - "SRC_USER_1000"
9791   - "SRC_USER_2000"
9792   traces:
9793     hoverinfo: "x+y"
9794     boxpoints: "outliers"
9795     whiskerwidth: 0
9796   layout:
9797     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
9798     layout: "plot-throughput"
9799
9800 -
9801   type: "plot"
9802   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
9803   algorithm: "plot_performance_box"
9804   output-file-type: ".html"
9805   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
9806   data: "plot-vpp-throughput-latency-3n-skx"
9807   filter: "'NIC_Intel-X710' and
9808            '64B' and
9809            'NDRPDR' and
9810            '4T2C' and
9811            'IP4FWD' and
9812            ('NAT44' or 'IP4BASE') and
9813            not 'IPSEC' and
9814            not 'VHOST'"
9815   parameters:
9816   - "throughput"
9817   - "parent"
9818   - "tags"
9819   sort:
9820   - "IP4BASE"
9821   - "BASE"
9822   - "SRC_USER_10"
9823   - "SRC_USER_100"
9824   - "SRC_USER_1000"
9825   - "SRC_USER_2000"
9826   traces:
9827     hoverinfo: "x+y"
9828     boxpoints: "outliers"
9829     whiskerwidth: 0
9830   layout:
9831     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
9832     layout: "plot-throughput"
9833
9834 # Packet Throughput - VPP IPv4 3n-hsw-x710 features iacl
9835 -
9836   type: "plot"
9837   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
9838   algorithm: "plot_performance_box"
9839   output-file-type: ".html"
9840   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
9841   data: "plot-vpp-throughput-latency-3n-skx"
9842   filter: "'NIC_Intel-X710' and
9843            '64B' and
9844            'NDRPDR' and
9845            '2T1C' and
9846            'IP4FWD' and
9847            ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
9848            not 'IPSEC' and
9849            not 'VHOST'"
9850   parameters:
9851   - "throughput"
9852   - "parent"
9853   - "tags"
9854   sort:
9855   - "IP4BASE"
9856   - "ACL_STATELESS"
9857   - "ACL_STATEFUL"
9858   - "ACL_STATELESS"
9859   - "ACL_STATEFUL"
9860   traces:
9861     hoverinfo: "x+y"
9862     boxpoints: "outliers"
9863     whiskerwidth: 0
9864   layout:
9865     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
9866     layout: "plot-throughput"
9867
9868 -
9869   type: "plot"
9870   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
9871   algorithm: "plot_performance_box"
9872   output-file-type: ".html"
9873   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
9874   data: "plot-vpp-throughput-latency-3n-skx"
9875   filter: "'NIC_Intel-X710' and
9876            '64B' and
9877            'NDRPDR' and
9878            '2T1C' and
9879            'IP4FWD' and
9880            ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
9881            not 'IPSEC' and
9882            not 'VHOST'"
9883   parameters:
9884   - "throughput"
9885   - "parent"
9886   - "tags"
9887   sort:
9888   - "IP4BASE"
9889   - "ACL_STATELESS"
9890   - "ACL_STATEFUL"
9891   - "ACL_STATELESS"
9892   - "ACL_STATEFUL"
9893   traces:
9894     hoverinfo: "x+y"
9895     boxpoints: "outliers"
9896     whiskerwidth: 0
9897   layout:
9898     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
9899     layout: "plot-throughput"
9900
9901 -
9902   type: "plot"
9903   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
9904   algorithm: "plot_performance_box"
9905   output-file-type: ".html"
9906   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
9907   data: "plot-vpp-throughput-latency-3n-skx"
9908   filter: "'NIC_Intel-X710' and
9909            '64B' and
9910            'NDRPDR' and
9911            '4T2C' and
9912            'IP4FWD' and
9913            ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
9914            not 'IPSEC' and
9915            not 'VHOST'"
9916   parameters:
9917   - "throughput"
9918   - "parent"
9919   - "tags"
9920   sort:
9921   - "IP4BASE"
9922   - "ACL_STATELESS"
9923   - "ACL_STATEFUL"
9924   - "ACL_STATELESS"
9925   - "ACL_STATEFUL"
9926   traces:
9927     hoverinfo: "x+y"
9928     boxpoints: "outliers"
9929     whiskerwidth: 0
9930   layout:
9931     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
9932     layout: "plot-throughput"
9933
9934 -
9935   type: "plot"
9936   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
9937   algorithm: "plot_performance_box"
9938   output-file-type: ".html"
9939   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
9940   data: "plot-vpp-throughput-latency-3n-skx"
9941   filter: "'NIC_Intel-X710' and
9942            '64B' and
9943            'NDRPDR' and
9944            '4T2C' and
9945            'IP4FWD' and
9946            ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
9947            not 'IPSEC' and
9948            not 'VHOST'"
9949   parameters:
9950   - "throughput"
9951   - "parent"
9952   - "tags"
9953   sort:
9954   - "IP4BASE"
9955   - "ACL_STATELESS"
9956   - "ACL_STATEFUL"
9957   - "ACL_STATELESS"
9958   - "ACL_STATEFUL"
9959   traces:
9960     hoverinfo: "x+y"
9961     boxpoints: "outliers"
9962     whiskerwidth: 0
9963   layout:
9964     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
9965     layout: "plot-throughput"
9966
9967 # Packet Throughput - VPP IPv4 3n-hsw-xl710 base and scale
9968 -
9969   type: "plot"
9970   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base-ndr"
9971   algorithm: "plot_performance_box"
9972   output-file-type: ".html"
9973   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base-ndr"
9974   data: "plot-vpp-throughput-latency-3n-hsw"
9975   filter: "'NIC_Intel-XL710' and
9976            '64B' and
9977            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9978            'NDRPDR' and
9979            '1T1C' and
9980            'IP4FWD' and
9981            not 'IPSEC' and
9982            not 'VHOST'"
9983   parameters:
9984   - "throughput"
9985   - "parent"
9986   - "tags"
9987   sort:
9988   - "IP4BASE"
9989   - "FIB_20K"
9990   - "FIB_200K"
9991   - "FIB_2M"
9992   traces:
9993     hoverinfo: "x+y"
9994     boxpoints: "outliers"
9995     whiskerwidth: 0
9996   layout:
9997     title: "ip4-3n-hsw-xl710-64b-1t1c-base-ndr"
9998     layout: "plot-throughput"
9999
10000 -
10001   type: "plot"
10002   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base-pdr"
10003   algorithm: "plot_performance_box"
10004   output-file-type: ".html"
10005   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base-pdr"
10006   data: "plot-vpp-throughput-latency-3n-hsw"
10007   filter: "'NIC_Intel-XL710' and
10008            '64B' and
10009            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10010            'NDRPDR' and
10011            '1T1C' and
10012            'IP4FWD' and
10013            not 'IPSEC' and
10014            not 'VHOST'"
10015   parameters:
10016   - "throughput"
10017   - "parent"
10018   - "tags"
10019   sort:
10020   - "IP4BASE"
10021   - "FIB_20K"
10022   - "FIB_200K"
10023   - "FIB_2M"
10024   traces:
10025     hoverinfo: "x+y"
10026     boxpoints: "outliers"
10027     whiskerwidth: 0
10028   layout:
10029     title: "ip4-3n-hsw-xl710-64b-1t1c-base-pdr"
10030     layout: "plot-throughput"
10031
10032 -
10033   type: "plot"
10034   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base-ndr"
10035   algorithm: "plot_performance_box"
10036   output-file-type: ".html"
10037   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base-ndr"
10038   data: "plot-vpp-throughput-latency-3n-hsw"
10039   filter: "'NIC_Intel-XL710' and
10040            '64B' and
10041            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10042            'NDRPDR' and
10043            '2T2C' and
10044            'IP4FWD' and
10045            not 'IPSEC' and
10046            not 'VHOST'"
10047   parameters:
10048   - "throughput"
10049   - "parent"
10050   - "tags"
10051   sort:
10052   - "IP4BASE"
10053   - "FIB_20K"
10054   - "FIB_200K"
10055   - "FIB_2M"
10056   traces:
10057     hoverinfo: "x+y"
10058     boxpoints: "outliers"
10059     whiskerwidth: 0
10060   layout:
10061     title: "ip4-3n-hsw-xl710-64b-2t2c-base-ndr"
10062     layout: "plot-throughput"
10063
10064 -
10065   type: "plot"
10066   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base-pdr"
10067   algorithm: "plot_performance_box"
10068   output-file-type: ".html"
10069   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base-pdr"
10070   data: "plot-vpp-throughput-latency-3n-hsw"
10071   filter: "'NIC_Intel-XL710' and
10072            '64B' and
10073            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10074            'NDRPDR' and
10075            '2T2C' and
10076            'IP4FWD' and
10077            not 'IPSEC' and
10078            not 'VHOST'"
10079   parameters:
10080   - "throughput"
10081   - "parent"
10082   - "tags"
10083   sort:
10084   - "IP4BASE"
10085   - "FIB_20K"
10086   - "FIB_200K"
10087   - "FIB_2M"
10088   traces:
10089     hoverinfo: "x+y"
10090     boxpoints: "outliers"
10091     whiskerwidth: 0
10092   layout:
10093     title: "ip4-3n-hsw-xl710-64b-2t2c-base-pdr"
10094     layout: "plot-throughput"
10095
10096 # Packet Throughput - VPP IPv4 3n-skx-x710 base and scale
10097 -
10098   type: "plot"
10099   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
10100   algorithm: "plot_performance_box"
10101   output-file-type: ".html"
10102   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
10103   data: "plot-vpp-throughput-latency-3n-skx"
10104   filter: "'NIC_Intel-X710' and
10105            '64B' and
10106            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10107            'NDRPDR' and
10108            '2T1C' and
10109            'IP4FWD' and
10110            not 'IPSEC' and
10111            not 'DOT1Q' and
10112            not 'VHOST'"
10113   parameters:
10114   - "throughput"
10115   - "parent"
10116   - "tags"
10117   sort:
10118   - "IP4BASE"
10119   - "FIB_20K"
10120   - "FIB_200K"
10121   - "FIB_2M"
10122   traces:
10123     hoverinfo: "x+y"
10124     boxpoints: "outliers"
10125     whiskerwidth: 0
10126   layout:
10127     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
10128     layout: "plot-throughput"
10129
10130 -
10131   type: "plot"
10132   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
10133   algorithm: "plot_performance_box"
10134   output-file-type: ".html"
10135   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
10136   data: "plot-vpp-throughput-latency-3n-skx"
10137   filter: "'NIC_Intel-X710' and
10138            '64B' and
10139            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10140            'NDRPDR' and
10141            '2T1C' and
10142            'IP4FWD' and
10143            not 'IPSEC' and
10144            not 'DOT1Q' and
10145            not 'VHOST'"
10146   parameters:
10147   - "throughput"
10148   - "parent"
10149   - "tags"
10150   sort:
10151   - "IP4BASE"
10152   - "FIB_20K"
10153   - "FIB_200K"
10154   - "FIB_2M"
10155   traces:
10156     hoverinfo: "x+y"
10157     boxpoints: "outliers"
10158     whiskerwidth: 0
10159   layout:
10160     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
10161     layout: "plot-throughput"
10162
10163 -
10164   type: "plot"
10165   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
10166   algorithm: "plot_performance_box"
10167   output-file-type: ".html"
10168   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
10169   data: "plot-vpp-throughput-latency-3n-skx"
10170   filter: "'NIC_Intel-X710' and
10171            '64B' and
10172            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10173            'NDRPDR' and
10174            '4T2C' and
10175            'IP4FWD' and
10176            not 'IPSEC' and
10177            not 'DOT1Q' and
10178            not 'VHOST'"
10179   parameters:
10180   - "throughput"
10181   - "parent"
10182   - "tags"
10183   sort:
10184   - "IP4BASE"
10185   - "FIB_20K"
10186   - "FIB_200K"
10187   - "FIB_2M"
10188   traces:
10189     hoverinfo: "x+y"
10190     boxpoints: "outliers"
10191     whiskerwidth: 0
10192   layout:
10193     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
10194     layout: "plot-throughput"
10195
10196 -
10197   type: "plot"
10198   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
10199   algorithm: "plot_performance_box"
10200   output-file-type: ".html"
10201   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
10202   data: "plot-vpp-throughput-latency-3n-skx"
10203   filter: "'NIC_Intel-X710' and
10204            '64B' and
10205            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10206            'NDRPDR' and
10207            '4T2C' and
10208            'IP4FWD' and
10209            not 'IPSEC' and
10210            not 'DOT1Q' and
10211            not 'VHOST'"
10212   parameters:
10213   - "throughput"
10214   - "parent"
10215   - "tags"
10216   sort:
10217   - "IP4BASE"
10218   - "FIB_20K"
10219   - "FIB_200K"
10220   - "FIB_2M"
10221   traces:
10222     hoverinfo: "x+y"
10223     boxpoints: "outliers"
10224     whiskerwidth: 0
10225   layout:
10226     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
10227     layout: "plot-throughput"
10228
10229 # Packet Throughput - VPP IPv4 3n-skx-x710 features
10230 -
10231   type: "plot"
10232   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-ndr"
10233   algorithm: "plot_performance_box"
10234   output-file-type: ".html"
10235   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr"
10236   data: "plot-vpp-throughput-latency-3n-skx"
10237   filter: "'NIC_Intel-X710' and
10238            '64B' and
10239            ('IP4BASE' or
10240             'POLICE_MARK' or
10241             'COPWHLIST' or
10242             ('NAT44' and 'BASE') or
10243             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
10244            'NDRPDR' and
10245            '2T1C' and
10246            'IP4FWD' and
10247            not 'IPSEC' and
10248            not 'VHOST'"
10249   parameters:
10250   - "throughput"
10251   - "parent"
10252   - "tags"
10253   sort:
10254   - "DOT1Q"
10255   - "IP4BASE"
10256   - "NAT44"
10257   - "POLICE_MARK"
10258   - "COPWHLIST"
10259   - "IACL"
10260   - "OACL"
10261   traces:
10262     hoverinfo: "x+y"
10263     boxpoints: "outliers"
10264     whiskerwidth: 0
10265   layout:
10266     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
10267     layout: "plot-throughput"
10268
10269 -
10270   type: "plot"
10271   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-pdr"
10272   algorithm: "plot_performance_box"
10273   output-file-type: ".html"
10274   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-pdr"
10275   data: "plot-vpp-throughput-latency-3n-skx"
10276   filter: "'NIC_Intel-X710' and
10277            '64B' and
10278            ('IP4BASE' or
10279             'POLICE_MARK' or
10280             'COPWHLIST' or
10281             ('NAT44' and 'BASE') or
10282             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
10283            'NDRPDR' and
10284            '2T1C' and
10285            'IP4FWD' and
10286            not 'IPSEC' and
10287            not 'VHOST'"
10288   parameters:
10289   - "throughput"
10290   - "parent"
10291   - "tags"
10292   sort:
10293   - "DOT1Q"
10294   - "IP4BASE"
10295   - "NAT44"
10296   - "POLICE_MARK"
10297   - "COPWHLIST"
10298   - "IACL"
10299   - "OACL"
10300   traces:
10301     hoverinfo: "x+y"
10302     boxpoints: "outliers"
10303     whiskerwidth: 0
10304   layout:
10305     title: "ip4-3n-skx-x710-64b-2t1c-features-pdr"
10306     layout: "plot-throughput"
10307
10308 -
10309   type: "plot"
10310   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-ndr"
10311   algorithm: "plot_performance_box"
10312   output-file-type: ".html"
10313   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr"
10314   data: "plot-vpp-throughput-latency-3n-skx"
10315   filter: "'NIC_Intel-X710' and
10316            '64B' and
10317            ('IP4BASE' or
10318             'POLICE_MARK' or
10319             'COPWHLIST' or
10320             ('NAT44' and 'BASE') or
10321             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
10322            'NDRPDR' and
10323            '4T2C' and
10324            'IP4FWD' and
10325            not 'IPSEC' and
10326            not 'VHOST'"
10327   parameters:
10328   - "throughput"
10329   - "parent"
10330   - "tags"
10331   sort:
10332   - "DOT1Q"
10333   - "IP4BASE"
10334   - "NAT44"
10335   - "POLICE_MARK"
10336   - "COPWHLIST"
10337   - "IACL"
10338   - "OACL"
10339   traces:
10340     hoverinfo: "x+y"
10341     boxpoints: "outliers"
10342     whiskerwidth: 0
10343   layout:
10344     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
10345     layout: "plot-throughput"
10346
10347 -
10348   type: "plot"
10349   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-pdr"
10350   algorithm: "plot_performance_box"
10351   output-file-type: ".html"
10352   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-pdr"
10353   data: "plot-vpp-throughput-latency-3n-skx"
10354   filter: "'NIC_Intel-X710' and
10355            '64B' and
10356            ('IP4BASE' or
10357             'POLICE_MARK' or
10358             'COPWHLIST' or
10359             ('NAT44' and 'BASE') or
10360             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
10361            'NDRPDR' and
10362            '4T2C' and
10363            'IP4FWD' and
10364            not 'IPSEC' and
10365            not 'VHOST'"
10366   parameters:
10367   - "throughput"
10368   - "parent"
10369   - "tags"
10370   sort:
10371   - "DOT1Q"
10372   - "IP4BASE"
10373   - "NAT44"
10374   - "POLICE_MARK"
10375   - "COPWHLIST"
10376   - "IACL"
10377   - "OACL"
10378   traces:
10379     hoverinfo: "x+y"
10380     boxpoints: "outliers"
10381     whiskerwidth: 0
10382   layout:
10383     title: "ip4-3n-skx-x710-64b-4t2c-features-pdr"
10384     layout: "plot-throughput"
10385
10386 # Packet Throughput - VPP IPv4 3n-skx-x710 features nat44
10387 -
10388   type: "plot"
10389   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
10390   algorithm: "plot_performance_box"
10391   output-file-type: ".html"
10392   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
10393   data: "plot-vpp-throughput-latency-3n-hsw"
10394   filter: "'NIC_Intel-X710' and
10395            '64B' and
10396            'NDRPDR' and
10397            '1T1C' and
10398            'IP4FWD' and
10399            ('NAT44' or 'IP4BASE') and
10400            not 'IPSEC' and
10401            not 'VHOST'"
10402   parameters:
10403   - "throughput"
10404   - "parent"
10405   - "tags"
10406   sort:
10407   - "IP4BASE"
10408   - "BASE"
10409   - "SRC_USER_10"
10410   - "SRC_USER_100"
10411   - "SRC_USER_1000"
10412   - "SRC_USER_2000"
10413   traces:
10414     hoverinfo: "x+y"
10415     boxpoints: "outliers"
10416     whiskerwidth: 0
10417   layout:
10418     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
10419     layout: "plot-throughput"
10420
10421 -
10422   type: "plot"
10423   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
10424   algorithm: "plot_performance_box"
10425   output-file-type: ".html"
10426   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
10427   data: "plot-vpp-throughput-latency-3n-hsw"
10428   filter: "'NIC_Intel-X710' and
10429            '64B' and
10430            'NDRPDR' and
10431            '1T1C' and
10432            'IP4FWD' and
10433            ('NAT44' or 'IP4BASE') and
10434            not 'IPSEC' and
10435            not 'VHOST'"
10436   parameters:
10437   - "throughput"
10438   - "parent"
10439   - "tags"
10440   sort:
10441   - "IP4BASE"
10442   - "BASE"
10443   - "SRC_USER_10"
10444   - "SRC_USER_100"
10445   - "SRC_USER_1000"
10446   - "SRC_USER_2000"
10447   traces:
10448     hoverinfo: "x+y"
10449     boxpoints: "outliers"
10450     whiskerwidth: 0
10451   layout:
10452     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
10453     layout: "plot-throughput"
10454
10455 -
10456   type: "plot"
10457   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
10458   algorithm: "plot_performance_box"
10459   output-file-type: ".html"
10460   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
10461   data: "plot-vpp-throughput-latency-3n-hsw"
10462   filter: "'NIC_Intel-X710' and
10463            '64B' and
10464            'NDRPDR' and
10465            '2T2C' and
10466            'IP4FWD' and
10467            ('NAT44' or 'IP4BASE') and
10468            not 'IPSEC' and
10469            not 'VHOST'"
10470   parameters:
10471   - "throughput"
10472   - "parent"
10473   - "tags"
10474   sort:
10475   - "IP4BASE"
10476   - "BASE"
10477   - "SRC_USER_10"
10478   - "SRC_USER_100"
10479   - "SRC_USER_1000"
10480   - "SRC_USER_2000"
10481   traces:
10482     hoverinfo: "x+y"
10483     boxpoints: "outliers"
10484     whiskerwidth: 0
10485   layout:
10486     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
10487     layout: "plot-throughput"
10488
10489 -
10490   type: "plot"
10491   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
10492   algorithm: "plot_performance_box"
10493   output-file-type: ".html"
10494   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
10495   data: "plot-vpp-throughput-latency-3n-hsw"
10496   filter: "'NIC_Intel-X710' and
10497            '64B' and
10498            'NDRPDR' and
10499            '2T2C' and
10500            'IP4FWD' and
10501            ('NAT44' or 'IP4BASE') and
10502            not 'IPSEC' and
10503            not 'VHOST'"
10504   parameters:
10505   - "throughput"
10506   - "parent"
10507   - "tags"
10508   sort:
10509   - "IP4BASE"
10510   - "BASE"
10511   - "SRC_USER_10"
10512   - "SRC_USER_100"
10513   - "SRC_USER_1000"
10514   - "SRC_USER_2000"
10515   traces:
10516     hoverinfo: "x+y"
10517     boxpoints: "outliers"
10518     whiskerwidth: 0
10519   layout:
10520     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
10521     layout: "plot-throughput"
10522
10523 # Packet Throughput - VPP IPv4 3n-skx-x710 features iacl
10524 -
10525   type: "plot"
10526   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
10527   algorithm: "plot_performance_box"
10528   output-file-type: ".html"
10529   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
10530   data: "plot-vpp-throughput-latency-3n-hsw"
10531   filter: "'NIC_Intel-X710' and
10532            '64B' and
10533            'NDRPDR' and
10534            '1T1C' and
10535            'IP4FWD' and
10536            ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
10537            not 'IPSEC' and
10538            not 'VHOST'"
10539   parameters:
10540   - "throughput"
10541   - "parent"
10542   - "tags"
10543   sort:
10544   - "IP4BASE"
10545   - "ACL_STATELESS"
10546   - "ACL_STATEFUL"
10547   - "ACL_STATELESS"
10548   - "ACL_STATEFUL"
10549   traces:
10550     hoverinfo: "x+y"
10551     boxpoints: "outliers"
10552     whiskerwidth: 0
10553   layout:
10554     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
10555     layout: "plot-throughput"
10556
10557 -
10558   type: "plot"
10559   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
10560   algorithm: "plot_performance_box"
10561   output-file-type: ".html"
10562   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
10563   data: "plot-vpp-throughput-latency-3n-hsw"
10564   filter: "'NIC_Intel-X710' and
10565            '64B' and
10566            'NDRPDR' and
10567            '1T1C' and
10568            'IP4FWD' and
10569            ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
10570            not 'IPSEC' and
10571            not 'VHOST'"
10572   parameters:
10573   - "throughput"
10574   - "parent"
10575   - "tags"
10576   sort:
10577   - "IP4BASE"
10578   - "ACL_STATELESS"
10579   - "ACL_STATEFUL"
10580   - "ACL_STATELESS"
10581   - "ACL_STATEFUL"
10582   traces:
10583     hoverinfo: "x+y"
10584     boxpoints: "outliers"
10585     whiskerwidth: 0
10586   layout:
10587     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
10588     layout: "plot-throughput"
10589
10590 -
10591   type: "plot"
10592   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
10593   algorithm: "plot_performance_box"
10594   output-file-type: ".html"
10595   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
10596   data: "plot-vpp-throughput-latency-3n-hsw"
10597   filter: "'NIC_Intel-X710' and
10598            '64B' and
10599            'NDRPDR' and
10600            '2T2C' and
10601            'IP4FWD' and
10602            ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
10603            not 'IPSEC' and
10604            not 'VHOST'"
10605   parameters:
10606   - "throughput"
10607   - "parent"
10608   - "tags"
10609   sort:
10610   - "IP4BASE"
10611   - "ACL_STATELESS"
10612   - "ACL_STATEFUL"
10613   - "ACL_STATELESS"
10614   - "ACL_STATEFUL"
10615   traces:
10616     hoverinfo: "x+y"
10617     boxpoints: "outliers"
10618     whiskerwidth: 0
10619   layout:
10620     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
10621     layout: "plot-throughput"
10622
10623 -
10624   type: "plot"
10625   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
10626   algorithm: "plot_performance_box"
10627   output-file-type: ".html"
10628   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
10629   data: "plot-vpp-throughput-latency-3n-hsw"
10630   filter: "'NIC_Intel-X710' and
10631            '64B' and
10632            'NDRPDR' and
10633            '2T2C' and
10634            'IP4FWD' and
10635            ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
10636            not 'IPSEC' and
10637            not 'VHOST'"
10638   parameters:
10639   - "throughput"
10640   - "parent"
10641   - "tags"
10642   sort:
10643   - "IP4BASE"
10644   - "ACL_STATELESS"
10645   - "ACL_STATEFUL"
10646   - "ACL_STATELESS"
10647   - "ACL_STATEFUL"
10648   traces:
10649     hoverinfo: "x+y"
10650     boxpoints: "outliers"
10651     whiskerwidth: 0
10652   layout:
10653     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
10654     layout: "plot-throughput"
10655
10656 # Packet Throughput - VPP IPv4 2n-skx-x710 base and scale
10657 -
10658   type: "plot"
10659   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
10660   algorithm: "plot_performance_box"
10661   output-file-type: ".html"
10662   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
10663   data: "plot-vpp-throughput-latency-2n-skx"
10664   filter: "'NIC_Intel-X710' and
10665            '64B' and
10666            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10667            'NDRPDR' and
10668            '2T1C' and
10669            'IP4FWD' and
10670            not 'IPSEC' and
10671            not 'DOT1Q' and
10672            not 'VHOST'"
10673   parameters:
10674   - "throughput"
10675   - "parent"
10676   - "tags"
10677   sort:
10678   - "IP4BASE"
10679   - "FIB_20k"
10680   - "FIB_200k"
10681   - "FIB_2M"
10682   traces:
10683     hoverinfo: "x+y"
10684     boxpoints: "outliers"
10685     whiskerwidth: 0
10686   layout:
10687     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
10688     layout: "plot-throughput"
10689
10690 -
10691   type: "plot"
10692   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
10693   algorithm: "plot_performance_box"
10694   output-file-type: ".html"
10695   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
10696   data: "plot-vpp-throughput-latency-2n-skx"
10697   filter: "'NIC_Intel-X710' and
10698            '64B' and
10699            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10700            'NDRPDR' and
10701            '2T1C' and
10702            'IP4FWD' and
10703            not 'IPSEC' and
10704            not 'DOT1Q' and
10705            not 'VHOST'"
10706   parameters:
10707   - "throughput"
10708   - "parent"
10709   - "tags"
10710   sort:
10711   - "IP4BASE"
10712   - "FIB_20k"
10713   - "FIB_200k"
10714   - "FIB_2M"
10715   traces:
10716     hoverinfo: "x+y"
10717     boxpoints: "outliers"
10718     whiskerwidth: 0
10719   layout:
10720     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
10721     layout: "plot-throughput"
10722
10723 -
10724   type: "plot"
10725   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
10726   algorithm: "plot_performance_box"
10727   output-file-type: ".html"
10728   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
10729   data: "plot-vpp-throughput-latency-2n-skx"
10730   filter: "'NIC_Intel-X710' and
10731            '64B' and
10732            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10733            'NDRPDR' and
10734            '4T2C' and
10735            'IP4FWD' and
10736            not 'IPSEC' and
10737            not 'DOT1Q' and
10738            not 'VHOST'"
10739   parameters:
10740   - "throughput"
10741   - "parent"
10742   - "tags"
10743   sort:
10744   - "IP4BASE"
10745   - "FIB_20k"
10746   - "FIB_200k"
10747   - "FIB_2M"
10748   traces:
10749     hoverinfo: "x+y"
10750     boxpoints: "outliers"
10751     whiskerwidth: 0
10752   layout:
10753     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
10754     layout: "plot-throughput"
10755
10756 -
10757   type: "plot"
10758   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
10759   algorithm: "plot_performance_box"
10760   output-file-type: ".html"
10761   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
10762   data: "plot-vpp-throughput-latency-2n-skx"
10763   filter: "'NIC_Intel-X710' and
10764            '64B' and
10765            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10766            'NDRPDR' and
10767            '4T2C' and
10768            'IP4FWD' and
10769            not 'IPSEC' and
10770            not 'DOT1Q' and
10771            not 'VHOST'"
10772   parameters:
10773   - "throughput"
10774   - "parent"
10775   - "tags"
10776   sort:
10777   - "IP4BASE"
10778   - "FIB_20k"
10779   - "FIB_200k"
10780   - "FIB_2M"
10781   traces:
10782     hoverinfo: "x+y"
10783     boxpoints: "outliers"
10784     whiskerwidth: 0
10785   layout:
10786     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
10787     layout: "plot-throughput"
10788
10789 # Packet Throughput - VPP IPv4 2n-skx-xxv710 base and scale
10790 -
10791   type: "plot"
10792   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
10793   algorithm: "plot_performance_box"
10794   output-file-type: ".html"
10795   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
10796   data: "plot-vpp-throughput-latency-2n-skx"
10797   filter: "'NIC_Intel-XXV710' and
10798            '64B' and
10799            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10800            'NDRPDR' and
10801            '2T1C' and
10802            'IP4FWD' and
10803            not 'IPSEC' and
10804            not 'DOT1Q' and
10805            not 'VHOST'"
10806   parameters:
10807   - "throughput"
10808   - "parent"
10809   - "tags"
10810   sort:
10811   - "IP4BASE"
10812   - "FIB_20k"
10813   - "FIB_200k"
10814   - "FIB_2M"
10815   traces:
10816     hoverinfo: "x+y"
10817     boxpoints: "outliers"
10818     whiskerwidth: 0
10819   layout:
10820     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
10821     layout: "plot-throughput"
10822
10823 -
10824   type: "plot"
10825   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
10826   algorithm: "plot_performance_box"
10827   output-file-type: ".html"
10828   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
10829   data: "plot-vpp-throughput-latency-2n-skx"
10830   filter: "'NIC_Intel-XXV710' and
10831            '64B' and
10832            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10833            'NDRPDR' and
10834            '2T1C' and
10835            'IP4FWD' and
10836            not 'IPSEC' and
10837            not 'DOT1Q' and
10838            not 'VHOST'"
10839   parameters:
10840   - "throughput"
10841   - "parent"
10842   - "tags"
10843   sort:
10844   - "IP4BASE"
10845   - "FIB_20k"
10846   - "FIB_200k"
10847   - "FIB_2M"
10848   traces:
10849     hoverinfo: "x+y"
10850     boxpoints: "outliers"
10851     whiskerwidth: 0
10852   layout:
10853     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
10854     layout: "plot-throughput"
10855
10856 -
10857   type: "plot"
10858   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
10859   algorithm: "plot_performance_box"
10860   output-file-type: ".html"
10861   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
10862   data: "plot-vpp-throughput-latency-2n-skx"
10863   filter: "'NIC_Intel-XXV710' and
10864            '64B' and
10865            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10866            'NDRPDR' and
10867            '4T2C' and
10868            'IP4FWD' and
10869            not 'IPSEC' and
10870            not 'DOT1Q' and
10871            not 'VHOST'"
10872   parameters:
10873   - "throughput"
10874   - "parent"
10875   - "tags"
10876   sort:
10877   - "IP4BASE"
10878   - "FIB_20k"
10879   - "FIB_200k"
10880   - "FIB_2M"
10881   traces:
10882     hoverinfo: "x+y"
10883     boxpoints: "outliers"
10884     whiskerwidth: 0
10885   layout:
10886     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
10887     layout: "plot-throughput"
10888
10889 -
10890   type: "plot"
10891   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
10892   algorithm: "plot_performance_box"
10893   output-file-type: ".html"
10894   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
10895   data: "plot-vpp-throughput-latency-2n-skx"
10896   filter: "'NIC_Intel-XXV710' and
10897            '64B' and
10898            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10899            'NDRPDR' and
10900            '4T2C' and
10901            'IP4FWD' and
10902            not 'IPSEC' and
10903            not 'DOT1Q' and
10904            not 'VHOST'"
10905   parameters:
10906   - "throughput"
10907   - "parent"
10908   - "tags"
10909   sort:
10910   - "IP4BASE"
10911   - "FIB_20k"
10912   - "FIB_200k"
10913   - "FIB_2M"
10914   traces:
10915     hoverinfo: "x+y"
10916     boxpoints: "outliers"
10917     whiskerwidth: 0
10918   layout:
10919     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
10920     layout: "plot-throughput"
10921
10922 # Packet Throughput - VPP IPv4 2n-dnv-x553 base and scale
10923 -
10924   type: "plot"
10925   title: "VPP Throughput: ip4-2n-dnv-x553-64b-1t1c-base-ndr"
10926   algorithm: "plot_performance_box"
10927   output-file-type: ".html"
10928   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-1t1c-base-ndr"
10929   data: "intel-dnv-vpp"
10930   filter: "'NIC_Intel-X553' and
10931            '64B' and
10932            'IP4BASE' and
10933            'NDRPDR' and
10934            '1T1C' and
10935            'IP4FWD' and
10936            not 'IPSEC' and
10937            not 'VHOST'"
10938   parameters:
10939   - "throughput"
10940   - "parent"
10941   - "tags"
10942   sort:
10943   - "IP4BASE"
10944   traces:
10945     hoverinfo: "x+y"
10946     boxpoints: "outliers"
10947     whiskerwidth: 0
10948   layout:
10949     title: "ip4-2n-dnv-x553-64b-1t1c-base-ndr"
10950     layout: "plot-throughput"
10951
10952 -
10953   type: "plot"
10954   title: "VPP Throughput: ip4-2n-dnv-x553-64b-1t1c-base-pdr"
10955   algorithm: "plot_performance_box"
10956   output-file-type: ".html"
10957   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-1t1c-base-pdr"
10958   data: "intel-dnv-vpp"
10959   filter: "'NIC_Intel-X553' and
10960            '64B' and
10961            'IP4BASE' and
10962            'NDRPDR' and
10963            '1T1C' and
10964            'IP4FWD' and
10965            not 'IPSEC' and
10966            not 'VHOST'"
10967   parameters:
10968   - "throughput"
10969   - "parent"
10970   - "tags"
10971   sort:
10972   - "IP4BASE"
10973   traces:
10974     hoverinfo: "x+y"
10975     boxpoints: "outliers"
10976     whiskerwidth: 0
10977   layout:
10978     title: "ip4-2n-dnv-x553-64b-1t1c-base-pdr"
10979     layout: "plot-throughput"
10980
10981 -
10982   type: "plot"
10983   title: "VPP Throughput: ip4-2n-dnv-x553-64b-2t2c-base-ndr"
10984   algorithm: "plot_performance_box"
10985   output-file-type: ".html"
10986   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-2t2c-base-ndr"
10987   data: "intel-dnv-vpp"
10988   filter: "'NIC_Intel-X553' and
10989            '64B' and
10990            'IP4BASE' and
10991            'NDRPDR' and
10992            '2T2C' and
10993            'IP4FWD' and
10994            not 'IPSEC' and
10995            not 'VHOST'"
10996   parameters:
10997   - "throughput"
10998   - "parent"
10999   - "tags"
11000   sort:
11001   - "IP4BASE"
11002   traces:
11003     hoverinfo: "x+y"
11004     boxpoints: "outliers"
11005     whiskerwidth: 0
11006   layout:
11007     title: "ip4-2n-dnv-x553-64b-2t2c-base-ndr"
11008     layout: "plot-throughput"
11009
11010 -
11011   type: "plot"
11012   title: "VPP Throughput: ip4-2n-dnv-x553-64b-2t2c-base-pdr"
11013   algorithm: "plot_performance_box"
11014   output-file-type: ".html"
11015   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-2t2c-base-pdr"
11016   data: "intel-dnv-vpp"
11017   filter: "'NIC_Intel-X553' and
11018            '64B' and
11019            'IP4BASE' and
11020            'NDRPDR' and
11021            '2T2C' and
11022            'IP4FWD' and
11023            not 'IPSEC' and
11024            not 'VHOST'"
11025   parameters:
11026   - "throughput"
11027   - "parent"
11028   - "tags"
11029   sort:
11030   - "IP4BASE"
11031   traces:
11032     hoverinfo: "x+y"
11033     boxpoints: "outliers"
11034     whiskerwidth: 0
11035   layout:
11036     title: "ip4-2n-dnv-x553-64b-2t2c-base-pdr"
11037     layout: "plot-throughput"
11038
11039 ################################################################################
11040
11041 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520 - features
11042 -
11043   type: "plot"
11044   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
11045   algorithm: "plot_performance_box"
11046   output-file-type: ".html"
11047   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
11048   data: "plot-vpp-throughput-latency-3n-hsw"
11049   filter: "'NIC_Intel-X520-DA2' and
11050            '64B' and
11051            'ENCAP' and
11052            'NDRPDR' and
11053            '1T1C' and
11054            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
11055            not 'DOT1Q' and
11056            not 'VHOST' and
11057            not 'IPSECHW'"
11058   parameters:
11059   - "throughput"
11060   - "parent"
11061   - "tags"
11062   sort:
11063   - "IP4BASE"
11064   - "L2BDMACLRN"
11065   - "L2XCFWD"
11066   - "LISP"
11067   traces:
11068     hoverinfo: "x+y"
11069     boxpoints: "outliers"
11070     whiskerwidth: 0
11071   layout:
11072     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
11073     layout: "plot-throughput"
11074
11075 -
11076   type: "plot"
11077   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
11078   algorithm: "plot_performance_box"
11079   output-file-type: ".html"
11080   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
11081   data: "plot-vpp-throughput-latency-3n-hsw"
11082   filter: "'NIC_Intel-X520-DA2' and
11083            '64B' and
11084            'ENCAP' and
11085            'NDRPDR' and
11086            '2T2C' and
11087            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
11088            not 'DOT1Q' and
11089            not 'VHOST' and
11090            not 'IPSECHW'"
11091   parameters:
11092   - "throughput"
11093   - "parent"
11094   - "tags"
11095   sort:
11096   - "IP4BASE"
11097   - "L2BDMACLRN"
11098   - "L2XCFWD"
11099   - "LISP"
11100   traces:
11101     hoverinfo: "x+y"
11102     boxpoints: "outliers"
11103     whiskerwidth: 0
11104   layout:
11105     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
11106     layout: "plot-throughput"
11107
11108 -
11109   type: "plot"
11110   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
11111   algorithm: "plot_performance_box"
11112   output-file-type: ".html"
11113   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
11114   data: "plot-vpp-throughput-latency-3n-hsw"
11115   filter: "'NIC_Intel-X520-DA2' and
11116            '64B' and
11117            'ENCAP' and
11118            'NDRPDR' and
11119            '1T1C' and
11120            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
11121            not 'DOT1Q' and
11122            not 'VHOST' and
11123            not 'IPSECHW'"
11124   parameters:
11125   - "throughput"
11126   - "parent"
11127   - "tags"
11128   sort:
11129   - "IP4BASE"
11130   - "L2BDMACLRN"
11131   - "L2XCFWD"
11132   - "LISP"
11133   traces:
11134     hoverinfo: "x+y"
11135     boxpoints: "outliers"
11136     whiskerwidth: 0
11137   layout:
11138     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
11139     layout: "plot-throughput"
11140
11141 -
11142   type: "plot"
11143   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
11144   algorithm: "plot_performance_box"
11145   output-file-type: ".html"
11146   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
11147   data: "plot-vpp-throughput-latency-3n-hsw"
11148   filter: "'NIC_Intel-X520-DA2' and
11149            '64B' and
11150            'ENCAP' and
11151            'NDRPDR' and
11152            '2T2C' and
11153            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
11154            not 'DOT1Q' and
11155            not 'VHOST' and
11156            not 'IPSECHW'"
11157   parameters:
11158   - "throughput"
11159   - "parent"
11160   - "tags"
11161   sort:
11162   - "IP4BASE"
11163   - "L2BDMACLRN"
11164   - "L2XCFWD"
11165   - "LISP"
11166   traces:
11167     hoverinfo: "x+y"
11168     boxpoints: "outliers"
11169     whiskerwidth: 0
11170   layout:
11171     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
11172     layout: "plot-throughput"
11173
11174 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 base and scale
11175 -
11176   type: "plot"
11177   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
11178   algorithm: "plot_performance_box"
11179   output-file-type: ".html"
11180   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
11181   data: "plot-vpp-throughput-latency-3n-hsw"
11182   filter: "'NIC_Intel-X710' and
11183            '64B' and
11184            'ENCAP' and
11185            'NDRPDR' and
11186            '1T1C' and
11187            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
11188            not 'VHOST' and
11189            not 'IPSECHW'"
11190   parameters:
11191   - "throughput"
11192   - "parent"
11193   - "tags"
11194   sort:
11195   - "IP4BASE"
11196   - "LISP"
11197   - "VXLAN_1"
11198   - "VXLAN_10"
11199   - "VXLAN_100"
11200   - "VXLAN_1000"
11201   traces:
11202     hoverinfo: "x+y"
11203     boxpoints: "outliers"
11204     whiskerwidth: 0
11205   layout:
11206     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
11207     layout: "plot-throughput"
11208
11209 -
11210   type: "plot"
11211   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
11212   algorithm: "plot_performance_box"
11213   output-file-type: ".html"
11214   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
11215   data: "plot-vpp-throughput-latency-3n-hsw"
11216   filter: "'NIC_Intel-X710' and
11217            '64B' and
11218            'ENCAP' and
11219            'NDRPDR' and
11220            '1T1C' and
11221            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
11222            not 'VHOST' and
11223            not 'IPSECHW'"
11224   parameters:
11225   - "throughput"
11226   - "parent"
11227   - "tags"
11228   sort:
11229   - "IP4BASE"
11230   - "LISP"
11231   - "VXLAN_1"
11232   - "VXLAN_10"
11233   - "VXLAN_100"
11234   - "VXLAN_1000"
11235   traces:
11236     hoverinfo: "x+y"
11237     boxpoints: "outliers"
11238     whiskerwidth: 0
11239   layout:
11240     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
11241     layout: "plot-throughput"
11242
11243 -
11244   type: "plot"
11245   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
11246   algorithm: "plot_performance_box"
11247   output-file-type: ".html"
11248   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
11249   data: "plot-vpp-throughput-latency-3n-hsw"
11250   filter: "'NIC_Intel-X710' and
11251            '64B' and
11252            'ENCAP' and
11253            'NDRPDR' and
11254            '2T2C' and
11255            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
11256            not 'VHOST' and
11257            not 'IPSECHW'"
11258   parameters:
11259   - "throughput"
11260   - "parent"
11261   - "tags"
11262   sort:
11263   - "IP4BASE"
11264   - "LISP"
11265   - "VXLAN_1"
11266   - "VXLAN_10"
11267   - "VXLAN_100"
11268   - "VXLAN_1000"
11269   traces:
11270     hoverinfo: "x+y"
11271     boxpoints: "outliers"
11272     whiskerwidth: 0
11273   layout:
11274     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
11275     layout: "plot-throughput"
11276
11277 -
11278   type: "plot"
11279   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
11280   algorithm: "plot_performance_box"
11281   output-file-type: ".html"
11282   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
11283   data: "plot-vpp-throughput-latency-3n-hsw"
11284   filter: "'NIC_Intel-X710' and
11285            '64B' and
11286            'ENCAP' and
11287            'NDRPDR' and
11288            '2T2C' and
11289            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
11290            not 'VHOST' and
11291            not 'IPSECHW'"
11292   parameters:
11293   - "throughput"
11294   - "parent"
11295   - "tags"
11296   sort:
11297   - "IP4BASE"
11298   - "LISP"
11299   - "VXLAN_1"
11300   - "VXLAN_10"
11301   - "VXLAN_100"
11302   - "VXLAN_1000"
11303   traces:
11304     hoverinfo: "x+y"
11305     boxpoints: "outliers"
11306     whiskerwidth: 0
11307   layout:
11308     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
11309     layout: "plot-throughput"
11310
11311 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 - features
11312 -
11313   type: "plot"
11314   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
11315   algorithm: "plot_performance_box"
11316   output-file-type: ".html"
11317   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
11318   data: "plot-vpp-throughput-latency-3n-hsw"
11319   filter: "'NIC_Intel-X710' and
11320            '64B' and
11321            'ENCAP' and
11322            'NDRPDR' and
11323            '1T1C' and
11324            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
11325            not 'DOT1Q' and
11326            not 'VHOST' and
11327            not 'IPSECHW'"
11328   parameters:
11329   - "throughput"
11330   - "parent"
11331   - "tags"
11332   sort:
11333   - "IP4BASE"
11334   - "L2BDMACLRN"
11335   - "L2XCFWD"
11336   - "LISP"
11337   traces:
11338     hoverinfo: "x+y"
11339     boxpoints: "outliers"
11340     whiskerwidth: 0
11341   layout:
11342     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
11343     layout: "plot-throughput"
11344
11345 -
11346   type: "plot"
11347   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
11348   algorithm: "plot_performance_box"
11349   output-file-type: ".html"
11350   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
11351   data: "plot-vpp-throughput-latency-3n-hsw"
11352   filter: "'NIC_Intel-X710' and
11353            '64B' and
11354            'ENCAP' and
11355            'NDRPDR' and
11356            '2T2C' and
11357            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
11358            not 'DOT1Q' and
11359            not 'VHOST' and
11360            not 'IPSECHW'"
11361   parameters:
11362   - "throughput"
11363   - "parent"
11364   - "tags"
11365   sort:
11366   - "IP4BASE"
11367   - "L2BDMACLRN"
11368   - "L2XCFWD"
11369   - "LISP"
11370   traces:
11371     hoverinfo: "x+y"
11372     boxpoints: "outliers"
11373     whiskerwidth: 0
11374   layout:
11375     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
11376     layout: "plot-throughput"
11377
11378 -
11379   type: "plot"
11380   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
11381   algorithm: "plot_performance_box"
11382   output-file-type: ".html"
11383   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
11384   data: "plot-vpp-throughput-latency-3n-hsw"
11385   filter: "'NIC_Intel-X710' and
11386            '64B' and
11387            'ENCAP' and
11388            'NDRPDR' and
11389            '1T1C' and
11390            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
11391            not 'DOT1Q' and
11392            not 'VHOST' and
11393            not 'IPSECHW'"
11394   parameters:
11395   - "throughput"
11396   - "parent"
11397   - "tags"
11398   sort:
11399   - "IP4BASE"
11400   - "L2BDMACLRN"
11401   - "L2XCFWD"
11402   - "LISP"
11403   traces:
11404     hoverinfo: "x+y"
11405     boxpoints: "outliers"
11406     whiskerwidth: 0
11407   layout:
11408     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
11409     layout: "plot-throughput"
11410
11411 -
11412   type: "plot"
11413   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
11414   algorithm: "plot_performance_box"
11415   output-file-type: ".html"
11416   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
11417   data: "plot-vpp-throughput-latency-3n-hsw"
11418   filter: "'NIC_Intel-X710' and
11419            '64B' and
11420            'ENCAP' and
11421            'NDRPDR' and
11422            '2T2C' and
11423            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
11424            not 'DOT1Q' and
11425            not 'VHOST' and
11426            not 'IPSECHW'"
11427   parameters:
11428   - "throughput"
11429   - "parent"
11430   - "tags"
11431   sort:
11432   - "IP4BASE"
11433   - "L2BDMACLRN"
11434   - "L2XCFWD"
11435   - "LISP"
11436   traces:
11437     hoverinfo: "x+y"
11438     boxpoints: "outliers"
11439     whiskerwidth: 0
11440   layout:
11441     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
11442     layout: "plot-throughput"
11443
11444 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 base and scale
11445 -
11446   type: "plot"
11447   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
11448   algorithm: "plot_performance_box"
11449   output-file-type: ".html"
11450   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
11451   data: "plot-vpp-throughput-latency-3n-skx"
11452   filter: "'NIC_Intel-X710' and
11453            '64B' and
11454            'ENCAP' and
11455            'NDRPDR' and
11456            '2T1C' and
11457            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
11458            not 'VHOST' and
11459            not 'IPSECHW'"
11460   parameters:
11461   - "throughput"
11462   - "parent"
11463   - "tags"
11464   sort:
11465   - "IP4BASE"
11466   - "LISP"
11467   - "VXLAN_1"
11468   - "VXLAN_10"
11469   - "VXLAN_100"
11470   - "VXLAN_1000"
11471   traces:
11472     hoverinfo: "x+y"
11473     boxpoints: "outliers"
11474     whiskerwidth: 0
11475   layout:
11476     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
11477     layout: "plot-throughput"
11478
11479 -
11480   type: "plot"
11481   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
11482   algorithm: "plot_performance_box"
11483   output-file-type: ".html"
11484   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
11485   data: "plot-vpp-throughput-latency-3n-skx"
11486   filter: "'NIC_Intel-X710' and
11487            '64B' and
11488            'ENCAP' and
11489            'NDRPDR' and
11490            '2T1C' and
11491            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
11492            not 'VHOST' and
11493            not 'IPSECHW'"
11494   parameters:
11495   - "throughput"
11496   - "parent"
11497   - "tags"
11498   sort:
11499   - "IP4BASE"
11500   - "LISP"
11501   - "VXLAN_1"
11502   - "VXLAN_10"
11503   - "VXLAN_100"
11504   - "VXLAN_1000"
11505   traces:
11506     hoverinfo: "x+y"
11507     boxpoints: "outliers"
11508     whiskerwidth: 0
11509   layout:
11510     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
11511     layout: "plot-throughput"
11512
11513 -
11514   type: "plot"
11515   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
11516   algorithm: "plot_performance_box"
11517   output-file-type: ".html"
11518   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
11519   data: "plot-vpp-throughput-latency-3n-skx"
11520   filter: "'NIC_Intel-X710' and
11521            '64B' and
11522            'ENCAP' and
11523            'NDRPDR' and
11524            '4T2C' and
11525            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
11526            not 'VHOST' and
11527            not 'IPSECHW'"
11528   parameters:
11529   - "throughput"
11530   - "parent"
11531   - "tags"
11532   sort:
11533   - "IP4BASE"
11534   - "LISP"
11535   - "VXLAN_1"
11536   - "VXLAN_10"
11537   - "VXLAN_100"
11538   - "VXLAN_1000"
11539   traces:
11540     hoverinfo: "x+y"
11541     boxpoints: "outliers"
11542     whiskerwidth: 0
11543   layout:
11544     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
11545     layout: "plot-throughput"
11546
11547 -
11548   type: "plot"
11549   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
11550   algorithm: "plot_performance_box"
11551   output-file-type: ".html"
11552   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
11553   data: "plot-vpp-throughput-latency-3n-skx"
11554   filter: "'NIC_Intel-X710' and
11555            '64B' and
11556            'ENCAP' and
11557            'NDRPDR' and
11558            '4T2C' and
11559            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
11560            not 'VHOST' and
11561            not 'IPSECHW'"
11562   parameters:
11563   - "throughput"
11564   - "parent"
11565   - "tags"
11566   sort:
11567   - "IP4BASE"
11568   - "LISP"
11569   - "VXLAN_1"
11570   - "VXLAN_10"
11571   - "VXLAN_100"
11572   - "VXLAN_1000"
11573   traces:
11574     hoverinfo: "x+y"
11575     boxpoints: "outliers"
11576     whiskerwidth: 0
11577   layout:
11578     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
11579     layout: "plot-throughput"
11580
11581 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 - features
11582 -
11583   type: "plot"
11584   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
11585   algorithm: "plot_performance_box"
11586   output-file-type: ".html"
11587   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
11588   data: "plot-vpp-throughput-latency-3n-skx"
11589   filter: "'NIC_Intel-X710' and
11590            '64B' and
11591            'ENCAP' and
11592            'NDRPDR' and
11593            '2T1C' and
11594            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
11595            not 'DOT1Q' and
11596            not 'VHOST' and
11597            not 'IPSECHW'"
11598   parameters:
11599   - "throughput"
11600   - "parent"
11601   - "tags"
11602   sort:
11603   - "IP4BASE"
11604   - "L2BDMACLRN"
11605   - "L2XCFWD"
11606   - "LISP"
11607   traces:
11608     hoverinfo: "x+y"
11609     boxpoints: "outliers"
11610     whiskerwidth: 0
11611   layout:
11612     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
11613     layout: "plot-throughput"
11614
11615 -
11616   type: "plot"
11617   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
11618   algorithm: "plot_performance_box"
11619   output-file-type: ".html"
11620   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
11621   data: "plot-vpp-throughput-latency-3n-skx"
11622   filter: "'NIC_Intel-X710' and
11623            '64B' and
11624            'ENCAP' and
11625            'NDRPDR' and
11626            '4T2C' and
11627            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
11628            not 'DOT1Q' and
11629            not 'VHOST' and
11630            not 'IPSECHW'"
11631   parameters:
11632   - "throughput"
11633   - "parent"
11634   - "tags"
11635   sort:
11636   - "IP4BASE"
11637   - "L2BDMACLRN"
11638   - "L2XCFWD"
11639   - "LISP"
11640   traces:
11641     hoverinfo: "x+y"
11642     boxpoints: "outliers"
11643     whiskerwidth: 0
11644   layout:
11645     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
11646     layout: "plot-throughput"
11647
11648 -
11649   type: "plot"
11650   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
11651   algorithm: "plot_performance_box"
11652   output-file-type: ".html"
11653   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
11654   data: "plot-vpp-throughput-latency-3n-skx"
11655   filter: "'NIC_Intel-X710' and
11656            '64B' and
11657            'ENCAP' and
11658            'NDRPDR' and
11659            '2T1C' and
11660            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
11661            not 'DOT1Q' and
11662            not 'VHOST' and
11663            not 'IPSECHW'"
11664   parameters:
11665   - "throughput"
11666   - "parent"
11667   - "tags"
11668   sort:
11669   - "IP4BASE"
11670   - "L2BDMACLRN"
11671   - "L2XCFWD"
11672   - "LISP"
11673   traces:
11674     hoverinfo: "x+y"
11675     boxpoints: "outliers"
11676     whiskerwidth: 0
11677   layout:
11678     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
11679     layout: "plot-throughput"
11680
11681 -
11682   type: "plot"
11683   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
11684   algorithm: "plot_performance_box"
11685   output-file-type: ".html"
11686   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
11687   data: "plot-vpp-throughput-latency-3n-skx"
11688   filter: "'NIC_Intel-X710' and
11689            '64B' and
11690            'ENCAP' and
11691            'NDRPDR' and
11692            '4T2C' and
11693            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
11694            not 'DOT1Q' and
11695            not 'VHOST' and
11696            not 'IPSECHW'"
11697   parameters:
11698   - "throughput"
11699   - "parent"
11700   - "tags"
11701   sort:
11702   - "IP4BASE"
11703   - "L2BDMACLRN"
11704   - "L2XCFWD"
11705   - "LISP"
11706   traces:
11707     hoverinfo: "x+y"
11708     boxpoints: "outliers"
11709     whiskerwidth: 0
11710   layout:
11711     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
11712     layout: "plot-throughput"
11713
11714 ################################################################################
11715
11716 # Packet Throughput - VPP IPv6 3n-hsw-x520
11717 -
11718   type: "plot"
11719   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base-ndr"
11720   algorithm: "plot_performance_box"
11721   output-file-type: ".html"
11722   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base-ndr"
11723   data: "plot-vpp-throughput-latency-3n-hsw"
11724   filter: "'NIC_Intel-X520-DA2' and
11725            '78B' and
11726            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11727            'NDRPDR' and
11728            '1T1C' and
11729            'IP6FWD' and
11730            not 'SRv6' and
11731            not 'IPSEC' and
11732            not 'VHOST'"
11733   parameters:
11734   - "throughput"
11735   - "parent"
11736   - "tags"
11737   sort:
11738   - "IP6BASE"
11739   - "FIB_20K"
11740   - "FIB_200K"
11741   - "FIB_2M"
11742   traces:
11743     hoverinfo: "x+y"
11744     boxpoints: "outliers"
11745     whiskerwidth: 0
11746   layout:
11747     title: "ip6-3n-hsw-x520-78b-1t1c-base-ndr"
11748     layout: "plot-throughput"
11749
11750 -
11751   type: "plot"
11752   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base-pdr"
11753   algorithm: "plot_performance_box"
11754   output-file-type: ".html"
11755   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base-pdr"
11756   data: "plot-vpp-throughput-latency-3n-hsw"
11757   filter: "'NIC_Intel-X520-DA2' and
11758            '78B' and
11759            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11760            'NDRPDR' and
11761            '1T1C' and
11762            'IP6FWD' and
11763            not 'SRv6' and
11764            not 'IPSEC' and
11765            not 'VHOST'"
11766   parameters:
11767   - "throughput"
11768   - "parent"
11769   - "tags"
11770   sort:
11771   - "IP6BASE"
11772   - "FIB_20K"
11773   - "FIB_200K"
11774   - "FIB_2M"
11775   traces:
11776     hoverinfo: "x+y"
11777     boxpoints: "outliers"
11778     whiskerwidth: 0
11779   layout:
11780     title: "ip6-3n-hsw-x520-78b-1t1c-base-pdr"
11781     layout: "plot-throughput"
11782
11783 -
11784   type: "plot"
11785   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base-ndr"
11786   algorithm: "plot_performance_box"
11787   output-file-type: ".html"
11788   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base-ndr"
11789   data: "plot-vpp-throughput-latency-3n-hsw"
11790   filter: "'NIC_Intel-X520-DA2' and
11791            '78B' and
11792            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11793            'NDRPDR' and
11794            '2T2C' and
11795            'IP6FWD' and
11796            not 'SRv6' and
11797            not 'IPSEC' and
11798            not 'VHOST'"
11799   parameters:
11800   - "throughput"
11801   - "parent"
11802   - "tags"
11803   sort:
11804   - "IP6BASE"
11805   - "FIB_20K"
11806   - "FIB_200K"
11807   - "FIB_2M"
11808   traces:
11809     hoverinfo: "x+y"
11810     boxpoints: "outliers"
11811     whiskerwidth: 0
11812   layout:
11813     title: "ip6-3n-hsw-x520-78b-2t2c-base-ndr"
11814     layout: "plot-throughput"
11815
11816 -
11817   type: "plot"
11818   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base-pdr"
11819   algorithm: "plot_performance_box"
11820   output-file-type: ".html"
11821   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base-pdr"
11822   data: "plot-vpp-throughput-latency-3n-hsw"
11823   filter: "'NIC_Intel-X520-DA2' and
11824            '78B' and
11825            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11826            'NDRPDR' and
11827            '2T2C' and
11828            'IP6FWD' and
11829            not 'SRv6' and
11830            not 'IPSEC' and
11831            not 'VHOST'"
11832   parameters:
11833   - "throughput"
11834   - "parent"
11835   - "tags"
11836   sort:
11837   - "IP6BASE"
11838   - "FIB_20K"
11839   - "FIB_200K"
11840   - "FIB_2M"
11841   traces:
11842     hoverinfo: "x+y"
11843     boxpoints: "outliers"
11844     whiskerwidth: 0
11845   layout:
11846     title: "ip6-3n-hsw-x520-78b-2t2c-base-pdr"
11847     layout: "plot-throughput"
11848
11849 # Packet Throughput - VPP IPv6 3n-hsw-x710
11850 -
11851   type: "plot"
11852   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
11853   algorithm: "plot_performance_box"
11854   output-file-type: ".html"
11855   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
11856   data: "plot-vpp-throughput-latency-3n-hsw"
11857   filter: "'NIC_Intel-X710' and
11858            '78B' and
11859            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11860            'NDRPDR' and
11861            '1T1C' and
11862            'IP6FWD' and
11863            not 'SRv6' and
11864            not 'IPSEC' and
11865            not 'VHOST'"
11866   parameters:
11867   - "throughput"
11868   - "parent"
11869   - "tags"
11870   sort:
11871   - "IP6BASE"
11872   - "FIB_20K"
11873   - "FIB_200K"
11874   - "FIB_2M"
11875   traces:
11876     hoverinfo: "x+y"
11877     boxpoints: "outliers"
11878     whiskerwidth: 0
11879   layout:
11880     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
11881     layout: "plot-throughput"
11882
11883 -
11884   type: "plot"
11885   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
11886   algorithm: "plot_performance_box"
11887   output-file-type: ".html"
11888   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
11889   data: "plot-vpp-throughput-latency-3n-hsw"
11890   filter: "'NIC_Intel-X710' and
11891            '78B' and
11892            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11893            'NDRPDR' and
11894            '1T1C' and
11895            'IP6FWD' and
11896            not 'SRv6' and
11897            not 'IPSEC' and
11898            not 'VHOST'"
11899   parameters:
11900   - "throughput"
11901   - "parent"
11902   - "tags"
11903   sort:
11904   - "IP6BASE"
11905   - "FIB_20K"
11906   - "FIB_200K"
11907   - "FIB_2M"
11908   traces:
11909     hoverinfo: "x+y"
11910     boxpoints: "outliers"
11911     whiskerwidth: 0
11912   layout:
11913     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
11914     layout: "plot-throughput"
11915
11916 -
11917   type: "plot"
11918   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
11919   algorithm: "plot_performance_box"
11920   output-file-type: ".html"
11921   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
11922   data: "plot-vpp-throughput-latency-3n-hsw"
11923   filter: "'NIC_Intel-X710' and
11924            '78B' and
11925            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11926            'NDRPDR' and
11927            '2T2C' and
11928            'IP6FWD' and
11929            not 'SRv6' and
11930            not 'IPSEC' and
11931            not 'VHOST'"
11932   parameters:
11933   - "throughput"
11934   - "parent"
11935   - "tags"
11936   sort:
11937   - "IP6BASE"
11938   - "FIB_20K"
11939   - "FIB_200K"
11940   - "FIB_2M"
11941   traces:
11942     hoverinfo: "x+y"
11943     boxpoints: "outliers"
11944     whiskerwidth: 0
11945   layout:
11946     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
11947     layout: "plot-throughput"
11948
11949 -
11950   type: "plot"
11951   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
11952   algorithm: "plot_performance_box"
11953   output-file-type: ".html"
11954   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
11955   data: "plot-vpp-throughput-latency-3n-hsw"
11956   filter: "'NIC_Intel-X710' and
11957            '78B' and
11958            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11959            'NDRPDR' and
11960            '2T2C' and
11961            'IP6FWD' and
11962            not 'SRv6' and
11963            not 'IPSEC' and
11964            not 'VHOST'"
11965   parameters:
11966   - "throughput"
11967   - "parent"
11968   - "tags"
11969   sort:
11970   - "IP6BASE"
11971   - "FIB_20K"
11972   - "FIB_200K"
11973   - "FIB_2M"
11974   traces:
11975     hoverinfo: "x+y"
11976     boxpoints: "outliers"
11977     whiskerwidth: 0
11978   layout:
11979     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
11980     layout: "plot-throughput"
11981
11982 # Packet Throughput - VPP IPv6 3n-hsw-x710 - features
11983 -
11984   type: "plot"
11985   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
11986   algorithm: "plot_performance_box"
11987   output-file-type: ".html"
11988   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
11989   data: "plot-vpp-throughput-latency-3n-hsw"
11990   filter: "'NIC_Intel-X710' and
11991            '78B' and
11992            ('IP6BASE' or
11993             'POLICE_MARK' or
11994             'COPWHLIST' or
11995             'IACLDST') and
11996            'NDRPDR' and
11997            '1T1C' and
11998            'IP6FWD' and
11999            not 'SRv6' and
12000            not 'IPSEC' and
12001            not 'VHOST'"
12002   parameters:
12003   - "throughput"
12004   - "parent"
12005   - "tags"
12006   sort:
12007   - "IP6BASE"
12008   - "POLICE_MARK"
12009   - "COPWHLIST"
12010   - "IACLDST"
12011   traces:
12012     hoverinfo: "x+y"
12013     boxpoints: "outliers"
12014     whiskerwidth: 0
12015   layout:
12016     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
12017     layout: "plot-throughput"
12018
12019 -
12020   type: "plot"
12021   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
12022   algorithm: "plot_performance_box"
12023   output-file-type: ".html"
12024   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
12025   data: "plot-vpp-throughput-latency-3n-hsw"
12026   filter: "'NIC_Intel-X710' and
12027            '78B' and
12028            ('IP6BASE' or
12029             'POLICE_MARK' or
12030             'COPWHLIST' or
12031             'IACLDST') and
12032            'NDRPDR' and
12033            '2T2C' and
12034            'IP6FWD' and
12035            not 'SRv6' and
12036            not 'IPSEC' and
12037            not 'VHOST'"
12038   parameters:
12039   - "throughput"
12040   - "parent"
12041   - "tags"
12042   sort:
12043   - "IP6BASE"
12044   - "POLICE_MARK"
12045   - "COPWHLIST"
12046   - "IACLDST"
12047   traces:
12048     hoverinfo: "x+y"
12049     boxpoints: "outliers"
12050     whiskerwidth: 0
12051   layout:
12052     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
12053     layout: "plot-throughput"
12054
12055 -
12056   type: "plot"
12057   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
12058   algorithm: "plot_performance_box"
12059   output-file-type: ".html"
12060   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
12061   data: "plot-vpp-throughput-latency-3n-hsw"
12062   filter: "'NIC_Intel-X710' and
12063            '78B' and
12064            ('IP6BASE' or
12065             'POLICE_MARK' or
12066             'COPWHLIST' or
12067             'IACLDST') and
12068            'NDRPDR' and
12069            '1T1C' and
12070            'IP6FWD' and
12071            not 'SRv6' and
12072            not 'IPSEC' and
12073            not 'VHOST'"
12074   parameters:
12075   - "throughput"
12076   - "parent"
12077   - "tags"
12078   sort:
12079   - "IP6BASE"
12080   - "POLICE_MARK"
12081   - "COPWHLIST"
12082   - "IACLDST"
12083   traces:
12084     hoverinfo: "x+y"
12085     boxpoints: "outliers"
12086     whiskerwidth: 0
12087   layout:
12088     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
12089     layout: "plot-throughput"
12090
12091 -
12092   type: "plot"
12093   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
12094   algorithm: "plot_performance_box"
12095   output-file-type: ".html"
12096   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
12097   data: "plot-vpp-throughput-latency-3n-hsw"
12098   filter: "'NIC_Intel-X710' and
12099            '78B' and
12100            ('IP6BASE' or
12101             'POLICE_MARK' or
12102             'COPWHLIST' or
12103             'IACLDST') and
12104            'NDRPDR' and
12105            '2T2C' and
12106            'IP6FWD' and
12107            not 'SRv6' and
12108            not 'IPSEC' and
12109            not 'VHOST'"
12110   parameters:
12111   - "throughput"
12112   - "parent"
12113   - "tags"
12114   sort:
12115   - "IP6BASE"
12116   - "POLICE_MARK"
12117   - "COPWHLIST"
12118   - "IACLDST"
12119   traces:
12120     hoverinfo: "x+y"
12121     boxpoints: "outliers"
12122     whiskerwidth: 0
12123   layout:
12124     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
12125     layout: "plot-throughput"
12126
12127 # Packet Throughput - VPP IPv6 3n-hsw-xl710
12128 -
12129   type: "plot"
12130   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base-ndr"
12131   algorithm: "plot_performance_box"
12132   output-file-type: ".html"
12133   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base-ndr"
12134   data: "plot-vpp-throughput-latency-3n-hsw"
12135   filter: "'NIC_Intel-XL710' and
12136            '78B' and
12137            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12138            'NDRPDR' and
12139            '1T1C' and
12140            'IP6FWD' and
12141            not 'SRv6' and
12142            not 'IPSEC' and
12143            not 'VHOST'"
12144   parameters:
12145   - "throughput"
12146   - "parent"
12147   - "tags"
12148   sort:
12149   - "IP6BASE"
12150   - "FIB_20K"
12151   - "FIB_200K"
12152   - "FIB_2M"
12153   traces:
12154     hoverinfo: "x+y"
12155     boxpoints: "outliers"
12156     whiskerwidth: 0
12157   layout:
12158     title: "ip6-3n-hsw-xl710-78b-1t1c-base-ndr"
12159     layout: "plot-throughput"
12160
12161 -
12162   type: "plot"
12163   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base-pdr"
12164   algorithm: "plot_performance_box"
12165   output-file-type: ".html"
12166   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base-pdr"
12167   data: "plot-vpp-throughput-latency-3n-hsw"
12168   filter: "'NIC_Intel-XL710' and
12169            '78B' and
12170            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12171            'NDRPDR' and
12172            '1T1C' and
12173            'IP6FWD' and
12174            not 'SRv6' and
12175            not 'IPSEC' and
12176            not 'VHOST'"
12177   parameters:
12178   - "throughput"
12179   - "parent"
12180   - "tags"
12181   sort:
12182   - "IP6BASE"
12183   - "FIB_20K"
12184   - "FIB_200K"
12185   - "FIB_2M"
12186   traces:
12187     hoverinfo: "x+y"
12188     boxpoints: "outliers"
12189     whiskerwidth: 0
12190   layout:
12191     title: "ip6-3n-hsw-xl710-78b-1t1c-base-pdr"
12192     layout: "plot-throughput"
12193
12194 -
12195   type: "plot"
12196   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base-ndr"
12197   algorithm: "plot_performance_box"
12198   output-file-type: ".html"
12199   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base-ndr"
12200   data: "plot-vpp-throughput-latency-3n-hsw"
12201   filter: "'NIC_Intel-XL710' and
12202            '78B' and
12203            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12204            'NDRPDR' and
12205            '2T2C' and
12206            'IP6FWD' and
12207            not 'SRv6' and
12208            not 'IPSEC' and
12209            not 'VHOST'"
12210   parameters:
12211   - "throughput"
12212   - "parent"
12213   - "tags"
12214   sort:
12215   - "IP6BASE"
12216   - "FIB_20K"
12217   - "FIB_200K"
12218   - "FIB_2M"
12219   traces:
12220     hoverinfo: "x+y"
12221     boxpoints: "outliers"
12222     whiskerwidth: 0
12223   layout:
12224     title: "ip6-3n-hsw-xl710-78b-2t2c-base-ndr"
12225     layout: "plot-throughput"
12226
12227 -
12228   type: "plot"
12229   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base-pdr"
12230   algorithm: "plot_performance_box"
12231   output-file-type: ".html"
12232   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base-pdr"
12233   data: "plot-vpp-throughput-latency-3n-hsw"
12234   filter: "'NIC_Intel-XL710' and
12235            '78B' and
12236            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12237            'NDRPDR' and
12238            '2T2C' and
12239            'IP6FWD' and
12240            not 'SRv6' and
12241            not 'IPSEC' and
12242            not 'VHOST'"
12243   parameters:
12244   - "throughput"
12245   - "parent"
12246   - "tags"
12247   sort:
12248   - "IP6BASE"
12249   - "FIB_20K"
12250   - "FIB_200K"
12251   - "FIB_2M"
12252   traces:
12253     hoverinfo: "x+y"
12254     boxpoints: "outliers"
12255     whiskerwidth: 0
12256   layout:
12257     title: "ip6-3n-hsw-xl710-78b-2t2c-base-pdr"
12258     layout: "plot-throughput"
12259
12260 # Packet Throughput - VPP IPv6 3n-skx-x710
12261 -
12262   type: "plot"
12263   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
12264   algorithm: "plot_performance_box"
12265   output-file-type: ".html"
12266   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
12267   data: "plot-vpp-throughput-latency-3n-skx"
12268   filter: "'NIC_Intel-X710' and
12269            '78B' and
12270            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12271            'NDRPDR' and
12272            '2T1C' and
12273            'IP6FWD' and
12274            not 'SRv6' and
12275            not 'IPSEC' and
12276            not 'VHOST'"
12277   parameters:
12278   - "throughput"
12279   - "parent"
12280   - "tags"
12281   sort:
12282   - "IP6BASE"
12283   - "FIB_20k"
12284   - "FIB_200k"
12285   - "FIB_2M"
12286   traces:
12287     hoverinfo: "x+y"
12288     boxpoints: "outliers"
12289     whiskerwidth: 0
12290   layout:
12291     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
12292     layout: "plot-throughput"
12293
12294 -
12295   type: "plot"
12296   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
12297   algorithm: "plot_performance_box"
12298   output-file-type: ".html"
12299   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
12300   data: "plot-vpp-throughput-latency-3n-skx"
12301   filter: "'NIC_Intel-X710' and
12302            '78B' and
12303            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12304            'NDRPDR' and
12305            '2T1C' and
12306            'IP6FWD' and
12307            not 'SRv6' and
12308            not 'IPSEC' and
12309            not 'VHOST'"
12310   parameters:
12311   - "throughput"
12312   - "parent"
12313   - "tags"
12314   sort:
12315   - "IP6BASE"
12316   - "FIB_20k"
12317   - "FIB_200k"
12318   - "FIB_2M"
12319   traces:
12320     hoverinfo: "x+y"
12321     boxpoints: "outliers"
12322     whiskerwidth: 0
12323   layout:
12324     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
12325     layout: "plot-throughput"
12326
12327 -
12328   type: "plot"
12329   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
12330   algorithm: "plot_performance_box"
12331   output-file-type: ".html"
12332   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
12333   data: "plot-vpp-throughput-latency-3n-skx"
12334   filter: "'NIC_Intel-X710' and
12335            '78B' and
12336            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12337            'NDRPDR' and
12338            '4T2C' and
12339            'IP6FWD' and
12340            not 'SRv6' and
12341            not 'IPSEC' and
12342            not 'VHOST'"
12343   parameters:
12344   - "throughput"
12345   - "parent"
12346   - "tags"
12347   sort:
12348   - "IP6BASE"
12349   - "FIB_20k"
12350   - "FIB_200k"
12351   - "FIB_2M"
12352   traces:
12353     hoverinfo: "x+y"
12354     boxpoints: "outliers"
12355     whiskerwidth: 0
12356   layout:
12357     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
12358     layout: "plot-throughput"
12359
12360 -
12361   type: "plot"
12362   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
12363   algorithm: "plot_performance_box"
12364   output-file-type: ".html"
12365   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
12366   data: "plot-vpp-throughput-latency-3n-skx"
12367   filter: "'NIC_Intel-X710' and
12368            '78B' and
12369            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12370            'NDRPDR' and
12371            '4T2C' and
12372            'IP6FWD' and
12373            not 'SRv6' and
12374            not 'IPSEC' and
12375            not 'VHOST'"
12376   parameters:
12377   - "throughput"
12378   - "parent"
12379   - "tags"
12380   sort:
12381   - "IP6BASE"
12382   - "FIB_20k"
12383   - "FIB_200k"
12384   - "FIB_2M"
12385   traces:
12386     hoverinfo: "x+y"
12387     boxpoints: "outliers"
12388     whiskerwidth: 0
12389   layout:
12390     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
12391     layout: "plot-throughput"
12392
12393 # Packet Throughput - VPP IPv6 3n-skx-x710 - features
12394 -
12395   type: "plot"
12396   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
12397   algorithm: "plot_performance_box"
12398   output-file-type: ".html"
12399   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
12400   data: "plot-vpp-throughput-latency-3n-skx"
12401   filter: "'NIC_Intel-X710' and
12402            '78B' and
12403            ('IP6BASE' or
12404             'POLICE_MARK' or
12405             'COPWHLIST' or
12406             'IACLDST') and
12407            'NDRPDR' and
12408            '2T1C' and
12409            'IP6FWD' and
12410            not 'SRv6' and
12411            not 'IPSEC' and
12412            not 'VHOST'"
12413   parameters:
12414   - "throughput"
12415   - "parent"
12416   - "tags"
12417   sort:
12418   - "IP6BASE"
12419   - "POLICE_MARK"
12420   - "COPWHLIST"
12421   - "IACLDST"
12422   traces:
12423     hoverinfo: "x+y"
12424     boxpoints: "outliers"
12425     whiskerwidth: 0
12426   layout:
12427     title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
12428     layout: "plot-throughput"
12429
12430 -
12431   type: "plot"
12432   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
12433   algorithm: "plot_performance_box"
12434   output-file-type: ".html"
12435   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
12436   data: "plot-vpp-throughput-latency-3n-skx"
12437   filter: "'NIC_Intel-X710' and
12438            '78B' and
12439            ('IP6BASE' or
12440             'POLICE_MARK' or
12441             'COPWHLIST' or
12442             'IACLDST') and
12443            'NDRPDR' and
12444            '4T2C' and
12445            'IP6FWD' and
12446            not 'SRv6' and
12447            not 'IPSEC' and
12448            not 'VHOST'"
12449   parameters:
12450   - "throughput"
12451   - "parent"
12452   - "tags"
12453   sort:
12454   - "IP6BASE"
12455   - "POLICE_MARK"
12456   - "COPWHLIST"
12457   - "IACLDST"
12458   traces:
12459     hoverinfo: "x+y"
12460     boxpoints: "outliers"
12461     whiskerwidth: 0
12462   layout:
12463     title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
12464     layout: "plot-throughput"
12465
12466 -
12467   type: "plot"
12468   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
12469   algorithm: "plot_performance_box"
12470   output-file-type: ".html"
12471   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
12472   data: "plot-vpp-throughput-latency-3n-skx"
12473   filter: "'NIC_Intel-X710' and
12474            '78B' and
12475            ('IP6BASE' or
12476             'POLICE_MARK' or
12477             'COPWHLIST' or
12478             'IACLDST') and
12479            'NDRPDR' and
12480            '2T1C' and
12481            'IP6FWD' and
12482            not 'SRv6' and
12483            not 'IPSEC' and
12484            not 'VHOST'"
12485   parameters:
12486   - "throughput"
12487   - "parent"
12488   - "tags"
12489   sort:
12490   - "IP6BASE"
12491   - "POLICE_MARK"
12492   - "COPWHLIST"
12493   - "IACLDST"
12494   traces:
12495     hoverinfo: "x+y"
12496     boxpoints: "outliers"
12497     whiskerwidth: 0
12498   layout:
12499     title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
12500     layout: "plot-throughput"
12501
12502 -
12503   type: "plot"
12504   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
12505   algorithm: "plot_performance_box"
12506   output-file-type: ".html"
12507   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
12508   data: "plot-vpp-throughput-latency-3n-skx"
12509   filter: "'NIC_Intel-X710' and
12510            '78B' and
12511            ('IP6BASE' or
12512             'POLICE_MARK' or
12513             'COPWHLIST' or
12514             'IACLDST') and
12515            'NDRPDR' and
12516            '4T2C' and
12517            'IP6FWD' and
12518            not 'SRv6' and
12519            not 'IPSEC' and
12520            not 'VHOST'"
12521   parameters:
12522   - "throughput"
12523   - "parent"
12524   - "tags"
12525   sort:
12526   - "IP6BASE"
12527   - "POLICE_MARK"
12528   - "COPWHLIST"
12529   - "IACLDST"
12530   traces:
12531     hoverinfo: "x+y"
12532     boxpoints: "outliers"
12533     whiskerwidth: 0
12534   layout:
12535     title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
12536     layout: "plot-throughput"
12537
12538 # Packet Throughput - VPP IPv6 2n-skx-x710
12539 -
12540   type: "plot"
12541   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
12542   algorithm: "plot_performance_box"
12543   output-file-type: ".html"
12544   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
12545   data: "plot-vpp-throughput-latency-2n-skx"
12546   filter: "'NIC_Intel-X710' and
12547            '78B' and
12548            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
12549            'NDRPDR' and
12550            '2T1C' and
12551            'IP6FWD' and
12552            not 'SRv6' and
12553            not 'IPSEC' and
12554            not 'VHOST'"
12555   parameters:
12556   - "throughput"
12557   - "parent"
12558   - "tags"
12559   sort:
12560   - "IP6BASE"
12561   - "FIB_20k"
12562   - "FIB_200k"
12563   - "FIB_2M"
12564   traces:
12565     hoverinfo: "x+y"
12566     boxpoints: "outliers"
12567     whiskerwidth: 0
12568   layout:
12569     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
12570     layout: "plot-throughput"
12571
12572 -
12573   type: "plot"
12574   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
12575   algorithm: "plot_performance_box"
12576   output-file-type: ".html"
12577   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
12578   data: "plot-vpp-throughput-latency-2n-skx"
12579   filter: "'NIC_Intel-X710' and
12580            '78B' and
12581            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
12582            'NDRPDR' and
12583            '2T1C' and
12584            'IP6FWD' and
12585            not 'SRv6' and
12586            not 'IPSEC' and
12587            not 'VHOST'"
12588   parameters:
12589   - "throughput"
12590   - "parent"
12591   - "tags"
12592   sort:
12593   - "IP6BASE"
12594   - "FIB_20k"
12595   - "FIB_200k"
12596   - "FIB_2M"
12597   traces:
12598     hoverinfo: "x+y"
12599     boxpoints: "outliers"
12600     whiskerwidth: 0
12601   layout:
12602     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
12603     layout: "plot-throughput"
12604
12605 -
12606   type: "plot"
12607   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
12608   algorithm: "plot_performance_box"
12609   output-file-type: ".html"
12610   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
12611   data: "plot-vpp-throughput-latency-2n-skx"
12612   filter: "'NIC_Intel-X710' and
12613            '78B' and
12614            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
12615            'NDRPDR' and
12616            '4T2C' and
12617            'IP6FWD' and
12618            not 'SRv6' and
12619            not 'IPSEC' and
12620            not 'VHOST'"
12621   parameters:
12622   - "throughput"
12623   - "parent"
12624   - "tags"
12625   sort:
12626   - "IP6BASE"
12627   - "FIB_20k"
12628   - "FIB_200k"
12629   - "FIB_2M"
12630   traces:
12631     hoverinfo: "x+y"
12632     boxpoints: "outliers"
12633     whiskerwidth: 0
12634   layout:
12635     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
12636     layout: "plot-throughput"
12637
12638 -
12639   type: "plot"
12640   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
12641   algorithm: "plot_performance_box"
12642   output-file-type: ".html"
12643   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
12644   data: "plot-vpp-throughput-latency-2n-skx"
12645   filter: "'NIC_Intel-X710' and
12646            '78B' and
12647            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
12648            'NDRPDR' and
12649            '4T2C' and
12650            'IP6FWD' and
12651            not 'SRv6' and
12652            not 'IPSEC' and
12653            not 'VHOST'"
12654   parameters:
12655   - "throughput"
12656   - "parent"
12657   - "tags"
12658   sort:
12659   - "IP6BASE"
12660   - "FIB_20k"
12661   - "FIB_200k"
12662   - "FIB_2M"
12663   traces:
12664     hoverinfo: "x+y"
12665     boxpoints: "outliers"
12666     whiskerwidth: 0
12667   layout:
12668     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
12669     layout: "plot-throughput"
12670
12671 # Packet Throughput - VPP IPv6 2n-skx-xxv710
12672 -
12673   type: "plot"
12674   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
12675   algorithm: "plot_performance_box"
12676   output-file-type: ".html"
12677   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
12678   data: "plot-vpp-throughput-latency-2n-skx"
12679   filter: "'NIC_Intel-XXV710' and
12680            '78B' and
12681            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
12682            'NDRPDR' and
12683            '2T1C' and
12684            'IP6FWD' and
12685            not 'SRv6' and
12686            not 'IPSEC' and
12687            not 'VHOST'"
12688   parameters:
12689   - "throughput"
12690   - "parent"
12691   - "tags"
12692   sort:
12693   - "IP6BASE"
12694   - "FIB_20k"
12695   - "FIB_200k"
12696   - "FIB_2M"
12697   traces:
12698     hoverinfo: "x+y"
12699     boxpoints: "outliers"
12700     whiskerwidth: 0
12701   layout:
12702     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
12703     layout: "plot-throughput"
12704
12705 -
12706   type: "plot"
12707   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
12708   algorithm: "plot_performance_box"
12709   output-file-type: ".html"
12710   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
12711   data: "plot-vpp-throughput-latency-2n-skx"
12712   filter: "'NIC_Intel-XXV710' and
12713            '78B' and
12714            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
12715            'NDRPDR' and
12716            '2T1C' and
12717            'IP6FWD' and
12718            not 'SRv6' and
12719            not 'IPSEC' and
12720            not 'VHOST'"
12721   parameters:
12722   - "throughput"
12723   - "parent"
12724   - "tags"
12725   sort:
12726   - "IP6BASE"
12727   - "FIB_20k"
12728   - "FIB_200k"
12729   - "FIB_2M"
12730   traces:
12731     hoverinfo: "x+y"
12732     boxpoints: "outliers"
12733     whiskerwidth: 0
12734   layout:
12735     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
12736     layout: "plot-throughput"
12737
12738 -
12739   type: "plot"
12740   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
12741   algorithm: "plot_performance_box"
12742   output-file-type: ".html"
12743   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
12744   data: "plot-vpp-throughput-latency-2n-skx"
12745   filter: "'NIC_Intel-XXV710' and
12746            '78B' and
12747            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
12748            'NDRPDR' and
12749            '4T2C' and
12750            'IP6FWD' and
12751            not 'SRv6' and
12752            not 'IPSEC' and
12753            not 'VHOST'"
12754   parameters:
12755   - "throughput"
12756   - "parent"
12757   - "tags"
12758   sort:
12759   - "IP6BASE"
12760   - "FIB_20k"
12761   - "FIB_200k"
12762   - "FIB_2M"
12763   traces:
12764     hoverinfo: "x+y"
12765     boxpoints: "outliers"
12766     whiskerwidth: 0
12767   layout:
12768     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
12769     layout: "plot-throughput"
12770
12771 -
12772   type: "plot"
12773   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
12774   algorithm: "plot_performance_box"
12775   output-file-type: ".html"
12776   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
12777   data: "plot-vpp-throughput-latency-2n-skx"
12778   filter: "'NIC_Intel-XXV710' and
12779            '78B' and
12780            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
12781            'NDRPDR' and
12782            '4T2C' and
12783            'IP6FWD' and
12784            not 'SRv6' and
12785            not 'IPSEC' and
12786            not 'VHOST'"
12787   parameters:
12788   - "throughput"
12789   - "parent"
12790   - "tags"
12791   sort:
12792   - "IP6BASE"
12793   - "FIB_20k"
12794   - "FIB_200k"
12795   - "FIB_2M"
12796   traces:
12797     hoverinfo: "x+y"
12798     boxpoints: "outliers"
12799     whiskerwidth: 0
12800   layout:
12801     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
12802     layout: "plot-throughput"
12803
12804 # Packet Throughput - VPP IPv6 2n-dnv-x553 base
12805 -
12806   type: "plot"
12807   title: "VPP Throughput: ip6-2n-dnv-x553-78b-1t1c-base-ndr"
12808   algorithm: "plot_performance_box"
12809   output-file-type: ".html"
12810   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-1t1c-base-ndr"
12811   data: "intel-dnv-vpp"
12812   filter: "'NIC_Intel-X553' and
12813            '78B' and
12814            'IP6BASE' and
12815            'NDRPDR' and
12816            '1T1C' and
12817            'IP6FWD' and
12818            not 'SRv6' and
12819            not 'IPSEC' and
12820            not 'VHOST'"
12821   parameters:
12822   - "throughput"
12823   - "parent"
12824   - "tags"
12825   sort:
12826   - "IP6BASE"
12827   traces:
12828     hoverinfo: "x+y"
12829     boxpoints: "outliers"
12830     whiskerwidth: 0
12831   layout:
12832     title: "ip6-2n-dnv-x553-78b-1t1c-base-ndr"
12833     layout: "plot-throughput"
12834
12835 -
12836   type: "plot"
12837   title: "VPP Throughput: ip6-2n-dnv-x553-78b-1t1c-base-pdr"
12838   algorithm: "plot_performance_box"
12839   output-file-type: ".html"
12840   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-1t1c-base-pdr"
12841   data: "intel-dnv-vpp"
12842   filter: "'NIC_Intel-X553' and
12843            '78B' and
12844            'IP6BASE' and
12845            'NDRPDR' and
12846            '1T1C' and
12847            'IP6FWD' and
12848            not 'SRv6' and
12849            not 'IPSEC' and
12850            not 'VHOST'"
12851   parameters:
12852   - "throughput"
12853   - "parent"
12854   - "tags"
12855   sort:
12856   - "IP6BASE"
12857   traces:
12858     hoverinfo: "x+y"
12859     boxpoints: "outliers"
12860     whiskerwidth: 0
12861   layout:
12862     title: "ip6-2n-dnv-x553-78b-1t1c-base-pdr"
12863     layout: "plot-throughput"
12864
12865 -
12866   type: "plot"
12867   title: "VPP Throughput: ip6-2n-dnv-x553-78b-2t2c-base-ndr"
12868   algorithm: "plot_performance_box"
12869   output-file-type: ".html"
12870   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-2t2c-base-ndr"
12871   data: "intel-dnv-vpp"
12872   filter: "'NIC_Intel-X553' and
12873            '78B' and
12874            'IP6BASE' and
12875            'NDRPDR' and
12876            '2T2C' and
12877            'IP6FWD' and
12878            not 'SRv6' and
12879            not 'IPSEC' and
12880            not 'VHOST'"
12881   parameters:
12882   - "throughput"
12883   - "parent"
12884   - "tags"
12885   sort:
12886   - "IP6BASE"
12887   traces:
12888     hoverinfo: "x+y"
12889     boxpoints: "outliers"
12890     whiskerwidth: 0
12891   layout:
12892     title: "ip6-2n-dnv-x553-78b-2t2c-base-ndr"
12893     layout: "plot-throughput"
12894
12895 -
12896   type: "plot"
12897   title: "VPP Throughput: ip6-2n-dnv-x553-78b-2t2c-base-pdr"
12898   algorithm: "plot_performance_box"
12899   output-file-type: ".html"
12900   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-2t2c-base-pdr"
12901   data: "intel-dnv-vpp"
12902   filter: "'NIC_Intel-X553' and
12903            '78B' and
12904            'IP6BASE' and
12905            'NDRPDR' and
12906            '2T2C' and
12907            'IP6FWD' and
12908            not 'SRv6' and
12909            not 'IPSEC' and
12910            not 'VHOST'"
12911   parameters:
12912   - "throughput"
12913   - "parent"
12914   - "tags"
12915   sort:
12916   - "IP6BASE"
12917   traces:
12918     hoverinfo: "x+y"
12919     boxpoints: "outliers"
12920     whiskerwidth: 0
12921   layout:
12922     title: "ip6-2n-dnv-x553-78b-2t2c-base-pdr"
12923     layout: "plot-throughput"
12924
12925 ################################################################################
12926
12927 # Packet Throughput - VPP IPv6 tunnels 3n-hsw-x520
12928 -
12929   type: "plot"
12930   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base-ndr"
12931   algorithm: "plot_performance_box"
12932   output-file-type: ".html"
12933   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base-ndr"
12934   data: "plot-vpp-throughput-latency-3n-hsw"
12935   filter: "'NIC_Intel-X520-DA2' and
12936            '78B' and
12937            'ENCAP' and
12938            'NDRPDR' and
12939            '1T1C' and
12940            'LISP' and
12941            not 'VHOST'"
12942   parameters:
12943   - "throughput"
12944   - "parent"
12945   - "tags"
12946   sort:
12947   - "IP4UNRLAY"
12948   - "IP6UNRLAY"
12949   traces:
12950     hoverinfo: "x+y"
12951     boxpoints: "outliers"
12952     whiskerwidth: 0
12953   layout:
12954     title: "ip6tun-3n-hsw-x520-78b-1t1c-base-ndr"
12955     layout: "plot-throughput"
12956
12957 -
12958   type: "plot"
12959   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base-pdr"
12960   algorithm: "plot_performance_box"
12961   output-file-type: ".html"
12962   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base-pdr"
12963   data: "plot-vpp-throughput-latency-3n-hsw"
12964   filter: "'NIC_Intel-X520-DA2' and
12965            '78B' and
12966            'ENCAP' and
12967            'NDRPDR' and
12968            '1T1C' and
12969            'LISP' and
12970            not 'VHOST'"
12971   parameters:
12972   - "throughput"
12973   - "parent"
12974   - "tags"
12975   sort:
12976   - "IP4UNRLAY"
12977   - "IP6UNRLAY"
12978   traces:
12979     hoverinfo: "x+y"
12980     boxpoints: "outliers"
12981     whiskerwidth: 0
12982   layout:
12983     title: "ip6tun-3n-hsw-x520-78b-1t1c-base-pdr"
12984     layout: "plot-throughput"
12985
12986 -
12987   type: "plot"
12988   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base-ndr"
12989   algorithm: "plot_performance_box"
12990   output-file-type: ".html"
12991   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base-ndr"
12992   data: "plot-vpp-throughput-latency-3n-hsw"
12993   filter: "'NIC_Intel-X520-DA2' and
12994            '78B' and
12995            'ENCAP' and
12996            'NDRPDR' and
12997            '2T2C' and
12998            'LISP' and
12999            not 'VHOST'"
13000   parameters:
13001   - "throughput"
13002   - "parent"
13003   - "tags"
13004   sort:
13005   - "IP4UNRLAY"
13006   - "IP6UNRLAY"
13007   traces:
13008     hoverinfo: "x+y"
13009     boxpoints: "outliers"
13010     whiskerwidth: 0
13011   layout:
13012     title: "ip6tun-3n-hsw-x520-78b-2t2c-base-ndr"
13013     layout: "plot-throughput"
13014
13015 -
13016   type: "plot"
13017   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base-pdr"
13018   algorithm: "plot_performance_box"
13019   output-file-type: ".html"
13020   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base-pdr"
13021   data: "plot-vpp-throughput-latency-3n-hsw"
13022   filter: "'NIC_Intel-X520-DA2' and
13023            '78B' and
13024            'ENCAP' and
13025            'NDRPDR' and
13026            '2T2C' and
13027            'LISP' and
13028            not 'VHOST'"
13029   parameters:
13030   - "throughput"
13031   - "parent"
13032   - "tags"
13033   sort:
13034   - "IP4UNRLAY"
13035   - "IP6UNRLAY"
13036   traces:
13037     hoverinfo: "x+y"
13038     boxpoints: "outliers"
13039     whiskerwidth: 0
13040   layout:
13041     title: "ip6tun-3n-hsw-x520-78b-2t2c-base-pdr"
13042     layout: "plot-throughput"
13043
13044 ################################################################################
13045
13046 # Packet Throughput - VPP IPSec 3n-hsw-xl710 base
13047 -
13048   type: "plot"
13049   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
13050   algorithm: "plot_performance_box"
13051   output-file-type: ".html"
13052   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
13053   data: "plot-vpp-throughput-latency-3n-hsw"
13054   filter: "'NIC_Intel-XL710' and
13055            '64B' and
13056            'IP4FWD' and
13057            'NDRPDR' and
13058            'BASE' and
13059            '1T1C' and
13060            'IPSECHW' and
13061            ('IPSECTRAN' or 'IPSECTUN') and
13062            not 'VHOST'"
13063   parameters:
13064   - "throughput"
13065   - "parent"
13066   - "tags"
13067   traces:
13068     hoverinfo: "x+y"
13069     boxpoints: "outliers"
13070     whiskerwidth: 0
13071   layout:
13072     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
13073     layout: "plot-throughput"
13074
13075 -
13076   type: "plot"
13077   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
13078   algorithm: "plot_performance_box"
13079   output-file-type: ".html"
13080   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
13081   data: "plot-vpp-throughput-latency-3n-hsw"
13082   filter: "'NIC_Intel-XL710' and
13083            '64B' and
13084            'IP4FWD' and
13085            'NDRPDR' and
13086            'BASE' and
13087            '1T1C' and
13088            'IPSECHW' and
13089            ('IPSECTRAN' or 'IPSECTUN') and
13090            not 'VHOST'"
13091   parameters:
13092   - "throughput"
13093   - "parent"
13094   - "tags"
13095   traces:
13096     hoverinfo: "x+y"
13097     boxpoints: "outliers"
13098     whiskerwidth: 0
13099   layout:
13100     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
13101     layout: "plot-throughput"
13102
13103 -
13104   type: "plot"
13105   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
13106   algorithm: "plot_performance_box"
13107   output-file-type: ".html"
13108   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
13109   data: "plot-vpp-throughput-latency-3n-hsw"
13110   filter: "'NIC_Intel-XL710' and
13111            '64B' and
13112            'IP4FWD' and
13113            'NDRPDR' and
13114            'BASE' and
13115            '2T2C' and
13116            'IPSECHW' and
13117            ('IPSECTRAN' or 'IPSECTUN') and
13118            not 'VHOST'"
13119   parameters:
13120   - "throughput"
13121   - "parent"
13122   - "tags"
13123   traces:
13124     hoverinfo: "x+y"
13125     boxpoints: "outliers"
13126     whiskerwidth: 0
13127   layout:
13128     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
13129     layout: "plot-throughput"
13130
13131 -
13132   type: "plot"
13133   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
13134   algorithm: "plot_performance_box"
13135   output-file-type: ".html"
13136   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
13137   data: "plot-vpp-throughput-latency-3n-hsw"
13138   filter: "'NIC_Intel-XL710' and
13139            '64B' and
13140            'IP4FWD' and
13141            'NDRPDR' and
13142            'BASE' and
13143            '2T2C' and
13144            'IPSECHW' and
13145            ('IPSECTRAN' or 'IPSECTUN') and
13146            not 'VHOST'"
13147   parameters:
13148   - "throughput"
13149   - "parent"
13150   - "tags"
13151   traces:
13152     hoverinfo: "x+y"
13153     boxpoints: "outliers"
13154     whiskerwidth: 0
13155   layout:
13156     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
13157     layout: "plot-throughput"
13158
13159 # Packet Throughput - VPP IPSec 3n-hsw-xl710 scale
13160 -
13161   type: "plot"
13162   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
13163   algorithm: "plot_performance_box"
13164   output-file-type: ".html"
13165   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
13166   data: "plot-vpp-throughput-latency-3n-hsw"
13167   filter: "'NIC_Intel-XL710' and
13168            '64B' and
13169            'IP4FWD' and
13170            'NDRPDR' and
13171            'SCALE' and
13172            '1T1C' and
13173            'IPSECHW' and
13174            ('IPSECTRAN' or 'IPSECTUN') and
13175            not 'VHOST'"
13176   parameters:
13177   - "throughput"
13178   - "parent"
13179   - "tags"
13180   traces:
13181     hoverinfo: "x+y"
13182     boxpoints: "outliers"
13183     whiskerwidth: 0
13184   layout:
13185     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
13186     layout: "plot-throughput"
13187
13188 -
13189   type: "plot"
13190   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
13191   algorithm: "plot_performance_box"
13192   output-file-type: ".html"
13193   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
13194   data: "plot-vpp-throughput-latency-3n-hsw"
13195   filter: "'NIC_Intel-XL710' and
13196            '64B' and
13197            'IP4FWD' and
13198            'NDRPDR' and
13199            'SCALE' and
13200            '1T1C' and
13201            'IPSECHW' and
13202            ('IPSECTRAN' or 'IPSECTUN') and
13203            not 'VHOST'"
13204   parameters:
13205   - "throughput"
13206   - "parent"
13207   - "tags"
13208   traces:
13209     hoverinfo: "x+y"
13210     boxpoints: "outliers"
13211     whiskerwidth: 0
13212   layout:
13213     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
13214     layout: "plot-throughput"
13215
13216 -
13217   type: "plot"
13218   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
13219   algorithm: "plot_performance_box"
13220   output-file-type: ".html"
13221   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
13222   data: "plot-vpp-throughput-latency-3n-hsw"
13223   filter: "'NIC_Intel-XL710' and
13224            '64B' and
13225            'IP4FWD' and
13226            'NDRPDR' and
13227            'SCALE' and
13228            '2T2C' and
13229            'IPSECHW' and
13230            ('IPSECTRAN' or 'IPSECTUN') and
13231            not 'VHOST'"
13232   parameters:
13233   - "throughput"
13234   - "parent"
13235   - "tags"
13236   traces:
13237     hoverinfo: "x+y"
13238     boxpoints: "outliers"
13239     whiskerwidth: 0
13240   layout:
13241     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
13242     layout: "plot-throughput"
13243
13244 -
13245   type: "plot"
13246   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
13247   algorithm: "plot_performance_box"
13248   output-file-type: ".html"
13249   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
13250   data: "plot-vpp-throughput-latency-3n-hsw"
13251   filter: "'NIC_Intel-XL710' and
13252            '64B' and
13253            'IP4FWD' and
13254            'NDRPDR' and
13255            'SCALE' and
13256            '2T2C' and
13257            'IPSECHW' and
13258            ('IPSECTRAN' or 'IPSECTUN') and
13259            not 'VHOST'"
13260   parameters:
13261   - "throughput"
13262   - "parent"
13263   - "tags"
13264   traces:
13265     hoverinfo: "x+y"
13266     boxpoints: "outliers"
13267     whiskerwidth: 0
13268   layout:
13269     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
13270     layout: "plot-throughput"
13271
13272 # Packet Throughput - VPP IPSec 3n-hsw-xl710 SW
13273 -
13274   type: "plot"
13275   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
13276   algorithm: "plot_performance_box"
13277   output-file-type: ".html"
13278   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
13279   data: "plot-vpp-throughput-latency-3n-hsw"
13280   filter: "'NIC_Intel-XL710' and
13281            '64B' and
13282            'IP4FWD' and
13283            'NDRPDR' and
13284            '1T1C' and
13285            'IPSECSW' and
13286            ('IPSECTRAN' or 'IPSECTUN') and
13287            not 'VHOST'"
13288   parameters:
13289   - "throughput"
13290   - "parent"
13291   - "tags"
13292   traces:
13293     hoverinfo: "x+y"
13294     boxpoints: "outliers"
13295     whiskerwidth: 0
13296   layout:
13297     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
13298     layout: "plot-throughput"
13299
13300 -
13301   type: "plot"
13302   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
13303   algorithm: "plot_performance_box"
13304   output-file-type: ".html"
13305   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
13306   data: "plot-vpp-throughput-latency-3n-hsw"
13307   filter: "'NIC_Intel-XL710' and
13308            '64B' and
13309            'IP4FWD' and
13310            'NDRPDR' and
13311            '1T1C' and
13312            'IPSECSW' and
13313            ('IPSECTRAN' or 'IPSECTUN') and
13314            not 'VHOST'"
13315   parameters:
13316   - "throughput"
13317   - "parent"
13318   - "tags"
13319   traces:
13320     hoverinfo: "x+y"
13321     boxpoints: "outliers"
13322     whiskerwidth: 0
13323   layout:
13324     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
13325     layout: "plot-throughput"
13326
13327 -
13328   type: "plot"
13329   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
13330   algorithm: "plot_performance_box"
13331   output-file-type: ".html"
13332   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
13333   data: "plot-vpp-throughput-latency-3n-hsw"
13334   filter: "'NIC_Intel-XL710' and
13335            '64B' and
13336            'IP4FWD' and
13337            'NDRPDR' and
13338            '2T2C' and
13339            'IPSECSW' and
13340            ('IPSECTRAN' or 'IPSECTUN') and
13341            not 'VHOST'"
13342   parameters:
13343   - "throughput"
13344   - "parent"
13345   - "tags"
13346   traces:
13347     hoverinfo: "x+y"
13348     boxpoints: "outliers"
13349     whiskerwidth: 0
13350   layout:
13351     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
13352     layout: "plot-throughput"
13353
13354 -
13355   type: "plot"
13356   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
13357   algorithm: "plot_performance_box"
13358   output-file-type: ".html"
13359   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
13360   data: "plot-vpp-throughput-latency-3n-hsw"
13361   filter: "'NIC_Intel-XL710' and
13362            '64B' and
13363            'IP4FWD' and
13364            'NDRPDR' and
13365            '2T2C' and
13366            'IPSECSW' and
13367            ('IPSECTRAN' or 'IPSECTUN') and
13368            not 'VHOST'"
13369   parameters:
13370   - "throughput"
13371   - "parent"
13372   - "tags"
13373   traces:
13374     hoverinfo: "x+y"
13375     boxpoints: "outliers"
13376     whiskerwidth: 0
13377   layout:
13378     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
13379     layout: "plot-throughput"
13380
13381 ################################################################################
13382
13383 # Packet Throughput - VPP SRv6 3n-hsw-x520
13384 -
13385   type: "plot"
13386   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-ndr"
13387   algorithm: "plot_performance_box"
13388   output-file-type: ".html"
13389   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr"
13390   data: "plot-vpp-throughput-latency-3n-hsw"
13391   filter: "'NIC_Intel-X520-DA2' and
13392            '78B' and
13393            'FEATURE' and
13394            'NDRPDR' and
13395            '1T1C' and
13396            'IP6FWD' and
13397            'SRv6'"
13398   parameters:
13399   - "throughput"
13400   - "parent"
13401   - "tags"
13402   traces:
13403     hoverinfo: "x+y"
13404     boxpoints: "outliers"
13405     whiskerwidth: 0
13406   layout:
13407     title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
13408     layout: "plot-throughput"
13409
13410 -
13411   type: "plot"
13412   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-pdr"
13413   algorithm: "plot_performance_box"
13414   output-file-type: ".html"
13415   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-pdr"
13416   data: "plot-vpp-throughput-latency-3n-hsw"
13417   filter: "'NIC_Intel-X520-DA2' and
13418            '78B' and
13419            'FEATURE' and
13420            'NDRPDR' and
13421            '1T1C' and
13422            'IP6FWD' and
13423            'SRv6'"
13424   parameters:
13425   - "throughput"
13426   - "parent"
13427   - "tags"
13428   traces:
13429     hoverinfo: "x+y"
13430     boxpoints: "outliers"
13431     whiskerwidth: 0
13432   layout:
13433     title: "srv6-3n-hsw-x520-78b-1t1c-features-pdr"
13434     layout: "plot-throughput"
13435
13436 -
13437   type: "plot"
13438   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-ndr"
13439   algorithm: "plot_performance_box"
13440   output-file-type: ".html"
13441   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr"
13442   data: "plot-vpp-throughput-latency-3n-hsw"
13443   filter: "'NIC_Intel-X520-DA2' and
13444            '78B' and
13445            'FEATURE' and
13446            'NDRPDR' and
13447            '2T2C' and
13448            'IP6FWD' and
13449            'SRv6'"
13450   parameters:
13451   - "throughput"
13452   - "parent"
13453   - "tags"
13454   traces:
13455     hoverinfo: "x+y"
13456     boxpoints: "outliers"
13457     whiskerwidth: 0
13458   layout:
13459     title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
13460     layout: "plot-throughput"
13461
13462 -
13463   type: "plot"
13464   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-pdr"
13465   algorithm: "plot_performance_box"
13466   output-file-type: ".html"
13467   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-pdr"
13468   data: "plot-vpp-throughput-latency-3n-hsw"
13469   filter: "'NIC_Intel-X520-DA2' and
13470            '78B' and
13471            'FEATURE' and
13472            'NDRPDR' and
13473            '2T2C' and
13474            'IP6FWD' and
13475            'SRv6'"
13476   parameters:
13477   - "throughput"
13478   - "parent"
13479   - "tags"
13480   traces:
13481     hoverinfo: "x+y"
13482     boxpoints: "outliers"
13483     whiskerwidth: 0
13484   layout:
13485     title: "srv6-3n-hsw-x520-78b-2t2c-features-pdr"
13486     layout: "plot-throughput"
13487
13488 ################################################################################
13489
13490 # Packet Throughput - VPP vhost ip4 3n-hsw-x520
13491 -
13492   type: "plot"
13493   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
13494   algorithm: "plot_performance_box"
13495   output-file-type: ".html"
13496   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
13497   data: "plot-vpp-throughput-latency-3n-hsw"
13498   filter: "'NIC_Intel-X520-DA2' and
13499            '64B' and
13500            'NDRPDR' and
13501            'ETH' and
13502            'IP4FWD' and
13503            '1T1C' and
13504            'VHOST_1024' and
13505            not 'VXLAN' and
13506            not 'DOT1Q'"
13507   parameters:
13508   - "throughput"
13509   - "parent"
13510   - "tags"
13511   sort:
13512   - "not CFS_OPT"
13513   - "1VM"
13514   - "2VM"
13515   traces:
13516     hoverinfo: "x+y"
13517     boxpoints: "outliers"
13518     whiskerwidth: 0
13519   layout:
13520     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
13521     layout: "plot-throughput"
13522
13523 -
13524   type: "plot"
13525   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
13526   algorithm: "plot_performance_box"
13527   output-file-type: ".html"
13528   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
13529   data: "plot-vpp-throughput-latency-3n-hsw"
13530   filter: "'NIC_Intel-X520-DA2' and
13531            '64B' and
13532            'NDRPDR' and
13533            'ETH' and
13534            'IP4FWD' and
13535            '2T2C' and
13536            'VHOST_1024' and
13537            not 'VXLAN' and
13538            not 'DOT1Q'"
13539   parameters:
13540   - "throughput"
13541   - "parent"
13542   - "tags"
13543   sort:
13544   - "not CFS_OPT"
13545   - "1VM"
13546   - "2VM"
13547   traces:
13548     hoverinfo: "x+y"
13549     boxpoints: "outliers"
13550     whiskerwidth: 0
13551   layout:
13552     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
13553     layout: "plot-throughput"
13554
13555 -
13556   type: "plot"
13557   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
13558   algorithm: "plot_performance_box"
13559   output-file-type: ".html"
13560   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
13561   data: "plot-vpp-throughput-latency-3n-hsw"
13562   filter: "'NIC_Intel-X520-DA2' and
13563            '64B' and
13564            'NDRPDR' and
13565            'ETH' and
13566            'IP4FWD' and
13567            '1T1C' and
13568            'VHOST_1024' and
13569            not 'VXLAN' and
13570            not 'DOT1Q'"
13571   parameters:
13572   - "throughput"
13573   - "parent"
13574   - "tags"
13575   sort:
13576   - "not CFS_OPT"
13577   - "1VM"
13578   - "2VM"
13579   traces:
13580     hoverinfo: "x+y"
13581     boxpoints: "outliers"
13582     whiskerwidth: 0
13583   layout:
13584     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
13585     layout: "plot-throughput"
13586
13587 -
13588   type: "plot"
13589   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
13590   algorithm: "plot_performance_box"
13591   output-file-type: ".html"
13592   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
13593   data: "plot-vpp-throughput-latency-3n-hsw"
13594   filter: "'NIC_Intel-X520-DA2' and
13595            '64B' and
13596            'NDRPDR' and
13597            'ETH' and
13598            'IP4FWD' and
13599            '2T2C' and
13600            'VHOST_1024' and
13601            not 'VXLAN' and
13602            not 'DOT1Q'"
13603   parameters:
13604   - "throughput"
13605   - "parent"
13606   - "tags"
13607   sort:
13608   - "not CFS_OPT"
13609   - "1VM"
13610   - "2VM"
13611   traces:
13612     hoverinfo: "x+y"
13613     boxpoints: "outliers"
13614     whiskerwidth: 0
13615   layout:
13616     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
13617     layout: "plot-throughput"
13618
13619 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base
13620 -
13621   type: "plot"
13622   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
13623   algorithm: "plot_performance_box"
13624   output-file-type: ".html"
13625   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
13626   data: "plot-vpp-throughput-latency-3n-hsw"
13627   filter: "'NIC_Intel-X520-DA2' and
13628            '64B' and
13629            'NDRPDR' and
13630            ('ETH' or 'DOT1Q') and
13631            'BASE' and
13632            '1T1C' and
13633            ('L2BDMACLRN' or 'L2XCFWD') and
13634            'VHOST_1024' and
13635            not 'VXLAN' and
13636            not 'IP4FWD' and
13637            not '2VM'"
13638   parameters:
13639   - "throughput"
13640   - "parent"
13641   - "tags"
13642   sort:
13643   - "L2BDMACLRN"
13644   - "L2BDMACLRN"
13645   - "L2BDMACLRN"
13646   - "L2XCFWD"
13647   - "L2XCFWD"
13648   - "L2XCFWD"
13649   traces:
13650     hoverinfo: "x+y"
13651     boxpoints: "outliers"
13652     whiskerwidth: 0
13653   layout:
13654     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
13655     layout: "plot-throughput"
13656
13657 -
13658   type: "plot"
13659   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
13660   algorithm: "plot_performance_box"
13661   output-file-type: ".html"
13662   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
13663   data: "plot-vpp-throughput-latency-3n-hsw"
13664   filter: "'NIC_Intel-X520-DA2' and
13665            '64B' and
13666            'NDRPDR' and
13667            ('ETH' or 'DOT1Q') and
13668            'BASE' and
13669            '1T1C' and
13670            ('L2BDMACLRN' or 'L2XCFWD') and
13671            'VHOST_1024' and
13672            not 'VXLAN' and
13673            not 'IP4FWD' and
13674            not '2VM'"
13675   parameters:
13676   - "throughput"
13677   - "parent"
13678   - "tags"
13679   sort:
13680   - "L2BDMACLRN"
13681   - "L2BDMACLRN"
13682   - "L2BDMACLRN"
13683   - "L2XCFWD"
13684   - "L2XCFWD"
13685   - "L2XCFWD"
13686   traces:
13687     hoverinfo: "x+y"
13688     boxpoints: "outliers"
13689     whiskerwidth: 0
13690   layout:
13691     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
13692     layout: "plot-throughput"
13693
13694 -
13695   type: "plot"
13696   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
13697   algorithm: "plot_performance_box"
13698   output-file-type: ".html"
13699   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
13700   data: "plot-vpp-throughput-latency-3n-hsw"
13701   filter: "'NIC_Intel-X520-DA2' and
13702            '64B' and
13703            'NDRPDR' and
13704            ('ETH' or 'DOT1Q') and
13705            'BASE' and
13706            '2T2C' and
13707            ('L2BDMACLRN' or 'L2XCFWD') and
13708            'VHOST_1024' and
13709            not 'VXLAN' and
13710            not 'IP4FWD' and
13711            not '2VM'"
13712   parameters:
13713   - "throughput"
13714   - "parent"
13715   - "tags"
13716   sort:
13717   - "L2BDMACLRN"
13718   - "L2BDMACLRN"
13719   - "L2BDMACLRN"
13720   - "L2XCFWD"
13721   - "L2XCFWD"
13722   - "L2XCFWD"
13723   traces:
13724     hoverinfo: "x+y"
13725     boxpoints: "outliers"
13726     whiskerwidth: 0
13727   layout:
13728     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
13729     layout: "plot-throughput"
13730
13731 -
13732   type: "plot"
13733   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
13734   algorithm: "plot_performance_box"
13735   output-file-type: ".html"
13736   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
13737   data: "plot-vpp-throughput-latency-3n-hsw"
13738   filter: "'NIC_Intel-X520-DA2' and
13739            '64B' and
13740            'NDRPDR' and
13741            ('ETH' or 'DOT1Q') and
13742            'BASE' and
13743            '2T2C' and
13744            ('L2BDMACLRN' or 'L2XCFWD') and
13745            'VHOST_1024' and
13746            not 'VXLAN' and
13747            not 'IP4FWD' and
13748            not '2VM'"
13749   parameters:
13750   - "throughput"
13751   - "parent"
13752   - "tags"
13753   sort:
13754   - "L2BDMACLRN"
13755   - "L2BDMACLRN"
13756   - "L2BDMACLRN"
13757   - "L2XCFWD"
13758   - "L2XCFWD"
13759   - "L2XCFWD"
13760   traces:
13761     hoverinfo: "x+y"
13762     boxpoints: "outliers"
13763     whiskerwidth: 0
13764   layout:
13765     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
13766     layout: "plot-throughput"
13767
13768 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base vm
13769 -
13770   type: "plot"
13771   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
13772   algorithm: "plot_performance_box"
13773   output-file-type: ".html"
13774   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
13775   data: "plot-vpp-throughput-latency-3n-hsw"
13776   filter: "'NIC_Intel-X520-DA2' and
13777            '64B' and
13778            'NDRPDR' and
13779            ('ETH' or 'DOT1Q') and
13780            '1T1C' and
13781            ('L2BDMACLRN' or 'L2XCFWD') and
13782            'VHOST_1024' and
13783            not 'CFS_OPT' and
13784            not 'DOT1Q' and
13785            not 'VXLAN' and
13786            not 'IP4FWD' and
13787            not 'LBOND'"
13788   parameters:
13789   - "throughput"
13790   - "parent"
13791   - "tags"
13792 #  sort:
13793 #  - "1VM"
13794 #  - "L2XCFWD"
13795 #  - "1VM"
13796 #  - "L2BDMACLRN"
13797   traces:
13798     hoverinfo: "x+y"
13799     boxpoints: "outliers"
13800     whiskerwidth: 0
13801   layout:
13802     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
13803     layout: "plot-throughput"
13804
13805 -
13806   type: "plot"
13807   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
13808   algorithm: "plot_performance_box"
13809   output-file-type: ".html"
13810   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
13811   data: "plot-vpp-throughput-latency-3n-hsw"
13812   filter: "'NIC_Intel-X520-DA2' and
13813            '64B' and
13814            'NDRPDR' and
13815            ('ETH' or 'DOT1Q') and
13816            '1T1C' and
13817            ('L2BDMACLRN' or 'L2XCFWD') and
13818            'VHOST_1024' and
13819            not 'CFS_OPT' and
13820            not 'DOT1Q' and
13821            not 'VXLAN' and
13822            not 'IP4FWD' and
13823            not 'LBOND'"
13824   parameters:
13825   - "throughput"
13826   - "parent"
13827   - "tags"
13828 #  sort:
13829 #  - "1VM"
13830 #  - "L2XCFWD"
13831 #  - "1VM"
13832 #  - "L2BDMACLRN"
13833   traces:
13834     hoverinfo: "x+y"
13835     boxpoints: "outliers"
13836     whiskerwidth: 0
13837   layout:
13838     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
13839     layout: "plot-throughput"
13840
13841 -
13842   type: "plot"
13843   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
13844   algorithm: "plot_performance_box"
13845   output-file-type: ".html"
13846   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
13847   data: "plot-vpp-throughput-latency-3n-hsw"
13848   filter: "'NIC_Intel-X520-DA2' and
13849            '64B' and
13850            'NDRPDR' and
13851            ('ETH' or 'DOT1Q') and
13852            '2T2C' and
13853            ('L2BDMACLRN' or 'L2XCFWD') and
13854            'VHOST_1024' and
13855            not 'CFS_OPT' and
13856            not 'DOT1Q' and
13857            not 'VXLAN' and
13858            not 'IP4FWD' and
13859            not 'LBOND'"
13860   parameters:
13861   - "throughput"
13862   - "parent"
13863   - "tags"
13864 #  sort:
13865 #  - "1VM"
13866 #  - "L2XCFWD"
13867 #  - "1VM"
13868 #  - "L2BDMACLRN"
13869   traces:
13870     hoverinfo: "x+y"
13871     boxpoints: "outliers"
13872     whiskerwidth: 0
13873   layout:
13874     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
13875     layout: "plot-throughput"
13876
13877 -
13878   type: "plot"
13879   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
13880   algorithm: "plot_performance_box"
13881   output-file-type: ".html"
13882   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
13883   data: "plot-vpp-throughput-latency-3n-hsw"
13884   filter: "'NIC_Intel-X520-DA2' and
13885            '64B' and
13886            'NDRPDR' and
13887            ('ETH' or 'DOT1Q') and
13888            '2T2C' and
13889            ('L2BDMACLRN' or 'L2XCFWD') and
13890            'VHOST_1024' and
13891            not 'CFS_OPT' and
13892            not 'DOT1Q' and
13893            not 'VXLAN' and
13894            not 'IP4FWD' and
13895            not 'LBOND'"
13896   parameters:
13897   - "throughput"
13898   - "parent"
13899   - "tags"
13900 #  sort:
13901 #  - "1VM"
13902 #  - "L2XCFWD"
13903 #  - "1VM"
13904 #  - "L2BDMACLRN"
13905   traces:
13906     hoverinfo: "x+y"
13907     boxpoints: "outliers"
13908     whiskerwidth: 0
13909   layout:
13910     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
13911     layout: "plot-throughput"
13912
13913 # Packet Throughput - VPP vhost ip4 3n-hsw-x710
13914 -
13915   type: "plot"
13916   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
13917   algorithm: "plot_performance_box"
13918   output-file-type: ".html"
13919   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
13920   data: "plot-vpp-throughput-latency-3n-hsw"
13921   filter: "'NIC_Intel-X710' and
13922            '64B' and
13923            'NDRPDR' and
13924            'ETH' and
13925            'IP4FWD' and
13926            '1T1C' and
13927            'VHOST_1024' and
13928            not 'VXLAN' and
13929            not 'CFS_OPT' and
13930            not 'DOT1Q'"
13931   parameters:
13932   - "throughput"
13933   - "parent"
13934   - "tags"
13935   sort:
13936   - "1VM"
13937   - "2VM"
13938   traces:
13939     hoverinfo: "x+y"
13940     boxpoints: "outliers"
13941     whiskerwidth: 0
13942   layout:
13943     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
13944     layout: "plot-throughput"
13945
13946 -
13947   type: "plot"
13948   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
13949   algorithm: "plot_performance_box"
13950   output-file-type: ".html"
13951   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
13952   data: "plot-vpp-throughput-latency-3n-hsw"
13953   filter: "'NIC_Intel-X710' and
13954            '64B' and
13955            'NDRPDR' and
13956            'ETH' and
13957            'IP4FWD' and
13958            '2T2C' and
13959            'VHOST_1024' and
13960            not 'VXLAN' and
13961            not 'CFS_OPT' and
13962            not 'DOT1Q'"
13963   parameters:
13964   - "throughput"
13965   - "parent"
13966   - "tags"
13967   sort:
13968   - "1VM"
13969   - "2VM"
13970   traces:
13971     hoverinfo: "x+y"
13972     boxpoints: "outliers"
13973     whiskerwidth: 0
13974   layout:
13975     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
13976     layout: "plot-throughput"
13977
13978 -
13979   type: "plot"
13980   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
13981   algorithm: "plot_performance_box"
13982   output-file-type: ".html"
13983   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
13984   data: "plot-vpp-throughput-latency-3n-hsw"
13985   filter: "'NIC_Intel-X710' and
13986            '64B' and
13987            'NDRPDR' and
13988            'ETH' and
13989            'IP4FWD' and
13990            '1T1C' and
13991            'VHOST_1024' and
13992            not 'VXLAN' and
13993            not 'CFS_OPT' and
13994            not 'DOT1Q'"
13995   parameters:
13996   - "throughput"
13997   - "parent"
13998   - "tags"
13999   sort:
14000   - "1VM"
14001   - "2VM"
14002   traces:
14003     hoverinfo: "x+y"
14004     boxpoints: "outliers"
14005     whiskerwidth: 0
14006   layout:
14007     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
14008     layout: "plot-throughput"
14009
14010 -
14011   type: "plot"
14012   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
14013   algorithm: "plot_performance_box"
14014   output-file-type: ".html"
14015   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
14016   data: "plot-vpp-throughput-latency-3n-hsw"
14017   filter: "'NIC_Intel-X710' and
14018            '64B' and
14019            'NDRPDR' and
14020            'ETH' and
14021            'IP4FWD' and
14022            '2T2C' and
14023            'VHOST_1024' and
14024            not 'VXLAN' and
14025            not 'CFS_OPT' and
14026            not 'DOT1Q'"
14027   parameters:
14028   - "throughput"
14029   - "parent"
14030   - "tags"
14031   sort:
14032   - "1VM"
14033   - "2VM"
14034   traces:
14035     hoverinfo: "x+y"
14036     boxpoints: "outliers"
14037     whiskerwidth: 0
14038   layout:
14039     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
14040     layout: "plot-throughput"
14041
14042 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base
14043 -
14044   type: "plot"
14045   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
14046   algorithm: "plot_performance_box"
14047   output-file-type: ".html"
14048   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
14049   data: "plot-vpp-throughput-latency-3n-hsw"
14050   filter: "'NIC_Intel-X710' and
14051            '64B' and
14052            'NDRPDR' and
14053            ('ETH' or 'DOT1Q') and
14054            'BASE' and
14055            '1T1C' and
14056            ('L2BDMACLRN' or 'L2XCFWD') and
14057            'VHOST_1024' and
14058            not 'VXLAN' and
14059            not 'IP4FWD' and
14060            not '2VM'"
14061   parameters:
14062   - "throughput"
14063   - "parent"
14064   - "tags"
14065   sort:
14066   - "L2BDMACLRN"
14067   - "L2BDMACLRN"
14068   - "L2BDMACLRN"
14069   - "L2XCFWD"
14070   - "L2XCFWD"
14071   - "L2XCFWD"
14072   traces:
14073     hoverinfo: "x+y"
14074     boxpoints: "outliers"
14075     whiskerwidth: 0
14076   layout:
14077     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
14078     layout: "plot-throughput"
14079
14080 -
14081   type: "plot"
14082   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
14083   algorithm: "plot_performance_box"
14084   output-file-type: ".html"
14085   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
14086   data: "plot-vpp-throughput-latency-3n-hsw"
14087   filter: "'NIC_Intel-X710' and
14088            '64B' and
14089            'NDRPDR' and
14090            ('ETH' or 'DOT1Q') and
14091            'BASE' and
14092            '1T1C' and
14093            ('L2BDMACLRN' or 'L2XCFWD') and
14094            'VHOST_1024' and
14095            not 'VXLAN' and
14096            not 'IP4FWD' and
14097            not '2VM'"
14098   parameters:
14099   - "throughput"
14100   - "parent"
14101   - "tags"
14102   sort:
14103   - "L2BDMACLRN"
14104   - "L2BDMACLRN"
14105   - "L2BDMACLRN"
14106   - "L2XCFWD"
14107   - "L2XCFWD"
14108   - "L2XCFWD"
14109   traces:
14110     hoverinfo: "x+y"
14111     boxpoints: "outliers"
14112     whiskerwidth: 0
14113   layout:
14114     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
14115     layout: "plot-throughput"
14116
14117 -
14118   type: "plot"
14119   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
14120   algorithm: "plot_performance_box"
14121   output-file-type: ".html"
14122   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
14123   data: "plot-vpp-throughput-latency-3n-hsw"
14124   filter: "'NIC_Intel-X710' and
14125            '64B' and
14126            'NDRPDR' and
14127            ('ETH' or 'DOT1Q') and
14128            'BASE' and
14129            '2T2C' and
14130            ('L2BDMACLRN' or 'L2XCFWD') and
14131            'VHOST_1024' and
14132            not 'VXLAN' and
14133            not 'IP4FWD' and
14134            not '2VM'"
14135   parameters:
14136   - "throughput"
14137   - "parent"
14138   - "tags"
14139   sort:
14140   - "L2BDMACLRN"
14141   - "L2BDMACLRN"
14142   - "L2BDMACLRN"
14143   - "L2XCFWD"
14144   - "L2XCFWD"
14145   - "L2XCFWD"
14146   traces:
14147     hoverinfo: "x+y"
14148     boxpoints: "outliers"
14149     whiskerwidth: 0
14150   layout:
14151     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
14152     layout: "plot-throughput"
14153
14154 -
14155   type: "plot"
14156   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
14157   algorithm: "plot_performance_box"
14158   output-file-type: ".html"
14159   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
14160   data: "plot-vpp-throughput-latency-3n-hsw"
14161   filter: "'NIC_Intel-X710' and
14162            '64B' and
14163            'NDRPDR' and
14164            ('ETH' or 'DOT1Q') and
14165            'BASE' and
14166            '2T2C' and
14167            ('L2BDMACLRN' or 'L2XCFWD') and
14168            'VHOST_1024' and
14169            not 'VXLAN' and
14170            not 'IP4FWD' and
14171            not '2VM'"
14172   parameters:
14173   - "throughput"
14174   - "parent"
14175   - "tags"
14176   sort:
14177   - "L2BDMACLRN"
14178   - "L2BDMACLRN"
14179   - "L2BDMACLRN"
14180   - "L2XCFWD"
14181   - "L2XCFWD"
14182   - "L2XCFWD"
14183   traces:
14184     hoverinfo: "x+y"
14185     boxpoints: "outliers"
14186     whiskerwidth: 0
14187   layout:
14188     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
14189     layout: "plot-throughput"
14190
14191 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base vm
14192 -
14193   type: "plot"
14194   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr"
14195   algorithm: "plot_performance_box"
14196   output-file-type: ".html"
14197   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr"
14198   data: "plot-vpp-throughput-latency-3n-hsw"
14199   filter: "'NIC_Intel-X710' and
14200            '64B' and
14201            'NDRPDR' and
14202            ('ETH' or 'DOT1Q') and
14203            '1T1C' and
14204            ('L2BDMACLRN' or 'L2XCFWD') and
14205            'VHOST_1024' and
14206            not 'CFS_OPT' and
14207            not 'VXLAN' and
14208            not 'IP4FWD' and
14209            not 'LBOND'"
14210   parameters:
14211   - "throughput"
14212   - "parent"
14213   - "tags"
14214   sort:
14215   - "L2BDMACLRN"
14216   - "L2BDMACLRN"
14217   - "L2BDMACLRN"
14218   - "L2XCFWD"
14219   - "L2XCFWD"
14220   - "L2XCFWD"
14221   traces:
14222     hoverinfo: "x+y"
14223     boxpoints: "outliers"
14224     whiskerwidth: 0
14225   layout:
14226     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr"
14227     layout: "plot-throughput"
14228
14229 -
14230   type: "plot"
14231   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-pdr"
14232   algorithm: "plot_performance_box"
14233   output-file-type: ".html"
14234   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-pdr"
14235   data: "plot-vpp-throughput-latency-3n-hsw"
14236   filter: "'NIC_Intel-X710' and
14237            '64B' and
14238            'NDRPDR' and
14239            ('ETH' or 'DOT1Q') and
14240            '1T1C' and
14241            ('L2BDMACLRN' or 'L2XCFWD') and
14242            'VHOST_1024' and
14243            not 'CFS_OPT' and
14244            not 'VXLAN' and
14245            not 'IP4FWD' and
14246            not 'LBOND'"
14247   parameters:
14248   - "throughput"
14249   - "parent"
14250   - "tags"
14251   sort:
14252   - "L2BDMACLRN"
14253   - "L2BDMACLRN"
14254   - "L2BDMACLRN"
14255   - "L2XCFWD"
14256   - "L2XCFWD"
14257   - "L2XCFWD"
14258   traces:
14259     hoverinfo: "x+y"
14260     boxpoints: "outliers"
14261     whiskerwidth: 0
14262   layout:
14263     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-pdr"
14264     layout: "plot-throughput"
14265
14266 -
14267   type: "plot"
14268   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr"
14269   algorithm: "plot_performance_box"
14270   output-file-type: ".html"
14271   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr"
14272   data: "plot-vpp-throughput-latency-3n-hsw"
14273   filter: "'NIC_Intel-X710' and
14274            '64B' and
14275            'NDRPDR' and
14276            ('ETH' or 'DOT1Q') and
14277            '2T2C' and
14278            ('L2BDMACLRN' or 'L2XCFWD') and
14279            'VHOST_1024' and
14280            not 'CFS_OPT' and
14281            not 'VXLAN' and
14282            not 'IP4FWD' and
14283            not 'LBOND'"
14284   parameters:
14285   - "throughput"
14286   - "parent"
14287   - "tags"
14288   sort:
14289   - "L2BDMACLRN"
14290   - "L2BDMACLRN"
14291   - "L2BDMACLRN"
14292   - "L2XCFWD"
14293   - "L2XCFWD"
14294   - "L2XCFWD"
14295   traces:
14296     hoverinfo: "x+y"
14297     boxpoints: "outliers"
14298     whiskerwidth: 0
14299   layout:
14300     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr"
14301     layout: "plot-throughput"
14302
14303 -
14304   type: "plot"
14305   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-pdr"
14306   algorithm: "plot_performance_box"
14307   output-file-type: ".html"
14308   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-pdr"
14309   data: "plot-vpp-throughput-latency-3n-hsw"
14310   filter: "'NIC_Intel-X710' and
14311            '64B' and
14312            'NDRPDR' and
14313            ('ETH' or 'DOT1Q') and
14314            '2T2C' and
14315            ('L2BDMACLRN' or 'L2XCFWD') and
14316            'VHOST_1024' and
14317            not 'CFS_OPT' and
14318            not 'VXLAN' and
14319            not 'IP4FWD' and
14320            not 'LBOND'"
14321   parameters:
14322   - "throughput"
14323   - "parent"
14324   - "tags"
14325   sort:
14326   - "L2BDMACLRN"
14327   - "L2BDMACLRN"
14328   - "L2BDMACLRN"
14329   - "L2XCFWD"
14330   - "L2XCFWD"
14331   - "L2XCFWD"
14332   traces:
14333     hoverinfo: "x+y"
14334     boxpoints: "outliers"
14335     whiskerwidth: 0
14336   layout:
14337     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-pdr"
14338     layout: "plot-throughput"
14339
14340 # Packet Throughput - VPP vhost ip4 3n-skx-x710
14341 -
14342   type: "plot"
14343   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
14344   algorithm: "plot_performance_box"
14345   output-file-type: ".html"
14346   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
14347   data: "plot-vpp-throughput-latency-3n-skx"
14348   filter: "'NIC_Intel-X710' and
14349            '64B' and
14350            'NDRPDR' and
14351            'ETH' and
14352            'IP4FWD' and
14353            '2T1C' and
14354            'VHOST_1024' and
14355            not 'VXLAN' and
14356            not 'DOT1Q'"
14357   parameters:
14358   - "throughput"
14359   - "parent"
14360   - "tags"
14361   sort:
14362   - "1VM"
14363   - "2VM"
14364   traces:
14365     hoverinfo: "x+y"
14366     boxpoints: "outliers"
14367     whiskerwidth: 0
14368   layout:
14369     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
14370     layout: "plot-throughput"
14371
14372 -
14373   type: "plot"
14374   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
14375   algorithm: "plot_performance_box"
14376   output-file-type: ".html"
14377   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
14378   data: "plot-vpp-throughput-latency-3n-skx"
14379   filter: "'NIC_Intel-X710' and
14380            '64B' and
14381            'NDRPDR' and
14382            'ETH' and
14383            'IP4FWD' and
14384            '4T2C' and
14385            'VHOST_1024' and
14386            not 'VXLAN' and
14387            not 'DOT1Q'"
14388   parameters:
14389   - "throughput"
14390   - "parent"
14391   - "tags"
14392   sort:
14393   - "1VM"
14394   - "2VM"
14395   traces:
14396     hoverinfo: "x+y"
14397     boxpoints: "outliers"
14398     whiskerwidth: 0
14399   layout:
14400     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
14401     layout: "plot-throughput"
14402
14403 -
14404   type: "plot"
14405   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
14406   algorithm: "plot_performance_box"
14407   output-file-type: ".html"
14408   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
14409   data: "plot-vpp-throughput-latency-3n-skx"
14410   filter: "'NIC_Intel-X710' and
14411            '64B' and
14412            'NDRPDR' and
14413            'ETH' and
14414            'IP4FWD' and
14415            '2T1C' and
14416            'VHOST_1024' and
14417            not 'VXLAN' and
14418            not 'DOT1Q'"
14419   parameters:
14420   - "throughput"
14421   - "parent"
14422   - "tags"
14423   sort:
14424   - "1VM"
14425   - "2VM"
14426   traces:
14427     hoverinfo: "x+y"
14428     boxpoints: "outliers"
14429     whiskerwidth: 0
14430   layout:
14431     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
14432     layout: "plot-throughput"
14433
14434 -
14435   type: "plot"
14436   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
14437   algorithm: "plot_performance_box"
14438   output-file-type: ".html"
14439   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
14440   data: "plot-vpp-throughput-latency-3n-skx"
14441   filter: "'NIC_Intel-X710' and
14442            '64B' and
14443            'NDRPDR' and
14444            'ETH' and
14445            'IP4FWD' and
14446            '4T2C' and
14447            'VHOST_1024' and
14448            not 'VXLAN' and
14449            not 'DOT1Q'"
14450   parameters:
14451   - "throughput"
14452   - "parent"
14453   - "tags"
14454   sort:
14455   - "1VM"
14456   - "2VM"
14457   traces:
14458     hoverinfo: "x+y"
14459     boxpoints: "outliers"
14460     whiskerwidth: 0
14461   layout:
14462     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
14463     layout: "plot-throughput"
14464
14465 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base
14466 -
14467   type: "plot"
14468   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr"
14469   algorithm: "plot_performance_box"
14470   output-file-type: ".html"
14471   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr"
14472   data: "plot-vpp-throughput-latency-3n-skx"
14473   filter: "'NIC_Intel-X710' and
14474            '64B' and
14475            'NDRPDR' and
14476            ('ETH' or 'DOT1Q') and
14477            'BASE' and
14478            '2T1C' and
14479            ('L2BDMACLRN' or 'L2XCFWD') and
14480            'VHOST_1024' and
14481            not 'VXLAN' and
14482            not 'IP4FWD' and
14483            not '2VM'"
14484   parameters:
14485   - "throughput"
14486   - "parent"
14487   - "tags"
14488   sort:
14489   - "L2BDMACLRN"
14490   - "L2BDMACLRN"
14491   - "L2BDMACLRN"
14492   - "L2XCFWD"
14493   - "L2XCFWD"
14494   - "L2XCFWD"
14495   traces:
14496     hoverinfo: "x+y"
14497     boxpoints: "outliers"
14498     whiskerwidth: 0
14499   layout:
14500     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr"
14501     layout: "plot-throughput"
14502
14503 -
14504   type: "plot"
14505   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-pdr"
14506   algorithm: "plot_performance_box"
14507   output-file-type: ".html"
14508   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-pdr"
14509   data: "plot-vpp-throughput-latency-3n-skx"
14510   filter: "'NIC_Intel-X710' and
14511            '64B' and
14512            'NDRPDR' and
14513            ('ETH' or 'DOT1Q') and
14514            'BASE' and
14515            '2T1C' and
14516            ('L2BDMACLRN' or 'L2XCFWD') and
14517            'VHOST_1024' and
14518            not 'VXLAN' and
14519            not 'IP4FWD' and
14520            not '2VM'"
14521   parameters:
14522   - "throughput"
14523   - "parent"
14524   - "tags"
14525   sort:
14526   - "L2BDMACLRN"
14527   - "L2BDMACLRN"
14528   - "L2BDMACLRN"
14529   - "L2XCFWD"
14530   - "L2XCFWD"
14531   - "L2XCFWD"
14532   traces:
14533     hoverinfo: "x+y"
14534     boxpoints: "outliers"
14535     whiskerwidth: 0
14536   layout:
14537     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-pdr"
14538     layout: "plot-throughput"
14539
14540 -
14541   type: "plot"
14542   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr"
14543   algorithm: "plot_performance_box"
14544   output-file-type: ".html"
14545   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr"
14546   data: "plot-vpp-throughput-latency-3n-skx"
14547   filter: "'NIC_Intel-X710' and
14548            '64B' and
14549            'NDRPDR' and
14550            ('ETH' or 'DOT1Q') and
14551            'BASE' and
14552            '4T2C' and
14553            ('L2BDMACLRN' or 'L2XCFWD') and
14554            'VHOST_1024' and
14555            not 'VXLAN' and
14556            not 'IP4FWD' and
14557            not '2VM'"
14558   parameters:
14559   - "throughput"
14560   - "parent"
14561   - "tags"
14562   sort:
14563   - "L2BDMACLRN"
14564   - "L2BDMACLRN"
14565   - "L2BDMACLRN"
14566   - "L2XCFWD"
14567   - "L2XCFWD"
14568   - "L2XCFWD"
14569   traces:
14570     hoverinfo: "x+y"
14571     boxpoints: "outliers"
14572     whiskerwidth: 0
14573   layout:
14574     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr"
14575     layout: "plot-throughput"
14576
14577 -
14578   type: "plot"
14579   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-pdr"
14580   algorithm: "plot_performance_box"
14581   output-file-type: ".html"
14582   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-pdr"
14583   data: "plot-vpp-throughput-latency-3n-skx"
14584   filter: "'NIC_Intel-X710' and
14585            '64B' and
14586            'NDRPDR' and
14587            ('ETH' or 'DOT1Q') and
14588            'BASE' and
14589            '4T2C' and
14590            ('L2BDMACLRN' or 'L2XCFWD') and
14591            'VHOST_1024' and
14592            not 'VXLAN' and
14593            not 'IP4FWD' and
14594            not '2VM'"
14595   parameters:
14596   - "throughput"
14597   - "parent"
14598   - "tags"
14599   sort:
14600   - "L2BDMACLRN"
14601   - "L2BDMACLRN"
14602   - "L2BDMACLRN"
14603   - "L2XCFWD"
14604   - "L2XCFWD"
14605   - "L2XCFWD"
14606   traces:
14607     hoverinfo: "x+y"
14608     boxpoints: "outliers"
14609     whiskerwidth: 0
14610   layout:
14611     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-pdr"
14612     layout: "plot-throughput"
14613
14614 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base vm
14615 -
14616   type: "plot"
14617   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr"
14618   algorithm: "plot_performance_box"
14619   output-file-type: ".html"
14620   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr"
14621   data: "plot-vpp-throughput-latency-3n-skx"
14622   filter: "'NIC_Intel-X710' and
14623            '64B' and
14624            'NDRPDR' and
14625            ('ETH' or 'DOT1Q') and
14626            '2T1C' and
14627            ('L2BDMACLRN' or 'L2XCFWD') and
14628            'VHOST_1024' and
14629            not 'CFS_OPT' and
14630            not 'VXLAN' and
14631            not 'IP4FWD' and
14632            not 'LBOND'"
14633   parameters:
14634   - "throughput"
14635   - "parent"
14636   - "tags"
14637   sort:
14638   - "L2BDMACLRN"
14639   - "L2BDMACLRN"
14640   - "L2BDMACLRN"
14641   - "L2XCFWD"
14642   - "L2XCFWD"
14643   - "L2XCFWD"
14644   traces:
14645     hoverinfo: "x+y"
14646     boxpoints: "outliers"
14647     whiskerwidth: 0
14648   layout:
14649     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr"
14650     layout: "plot-throughput"
14651
14652 -
14653   type: "plot"
14654   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-pdr"
14655   algorithm: "plot_performance_box"
14656   output-file-type: ".html"
14657   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-pdr"
14658   data: "plot-vpp-throughput-latency-3n-skx"
14659   filter: "'NIC_Intel-X710' and
14660            '64B' and
14661            'NDRPDR' and
14662            ('ETH' or 'DOT1Q') and
14663            '2T1C' and
14664            ('L2BDMACLRN' or 'L2XCFWD') and
14665            'VHOST_1024' and
14666            not 'CFS_OPT' and
14667            not 'VXLAN' and
14668            not 'IP4FWD' and
14669            not 'LBOND'"
14670   parameters:
14671   - "throughput"
14672   - "parent"
14673   - "tags"
14674   sort:
14675   - "L2BDMACLRN"
14676   - "L2BDMACLRN"
14677   - "L2BDMACLRN"
14678   - "L2XCFWD"
14679   - "L2XCFWD"
14680   - "L2XCFWD"
14681   traces:
14682     hoverinfo: "x+y"
14683     boxpoints: "outliers"
14684     whiskerwidth: 0
14685   layout:
14686     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-pdr"
14687     layout: "plot-throughput"
14688
14689 -
14690   type: "plot"
14691   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr"
14692   algorithm: "plot_performance_box"
14693   output-file-type: ".html"
14694   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr"
14695   data: "plot-vpp-throughput-latency-3n-skx"
14696   filter: "'NIC_Intel-X710' and
14697            '64B' and
14698            'NDRPDR' and
14699            ('ETH' or 'DOT1Q') and
14700            '4T2C' and
14701            ('L2BDMACLRN' or 'L2XCFWD') and
14702            'VHOST_1024' and
14703            not 'CFS_OPT' and
14704            not 'VXLAN' and
14705            not 'IP4FWD' and
14706            not 'LBOND'"
14707   parameters:
14708   - "throughput"
14709   - "parent"
14710   - "tags"
14711   sort:
14712   - "L2BDMACLRN"
14713   - "L2BDMACLRN"
14714   - "L2BDMACLRN"
14715   - "L2XCFWD"
14716   - "L2XCFWD"
14717   - "L2XCFWD"
14718   traces:
14719     hoverinfo: "x+y"
14720     boxpoints: "outliers"
14721     whiskerwidth: 0
14722   layout:
14723     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr"
14724     layout: "plot-throughput"
14725
14726 -
14727   type: "plot"
14728   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-pdr"
14729   algorithm: "plot_performance_box"
14730   output-file-type: ".html"
14731   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-pdr"
14732   data: "plot-vpp-throughput-latency-3n-skx"
14733   filter: "'NIC_Intel-X710' and
14734            '64B' and
14735            'NDRPDR' and
14736            ('ETH' or 'DOT1Q') and
14737            '4T2C' and
14738            ('L2BDMACLRN' or 'L2XCFWD') and
14739            'VHOST_1024' and
14740            not 'CFS_OPT' and
14741            not 'VXLAN' and
14742            not 'IP4FWD' and
14743            not 'LBOND'"
14744   parameters:
14745   - "throughput"
14746   - "parent"
14747   - "tags"
14748   sort:
14749   - "L2BDMACLRN"
14750   - "L2BDMACLRN"
14751   - "L2BDMACLRN"
14752   - "L2XCFWD"
14753   - "L2XCFWD"
14754   - "L2XCFWD"
14755   traces:
14756     hoverinfo: "x+y"
14757     boxpoints: "outliers"
14758     whiskerwidth: 0
14759   layout:
14760     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-pdr"
14761     layout: "plot-throughput"
14762
14763 # Packet Throughput - VPP vhost ip4 2n-skx-x710
14764 -
14765   type: "plot"
14766   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
14767   algorithm: "plot_performance_box"
14768   output-file-type: ".html"
14769   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
14770   data: "plot-vpp-throughput-latency-2n-skx"
14771   filter: "'NIC_Intel-X710' and
14772            '64B' and
14773            'NDRPDR' and
14774            'ETH' and
14775            'IP4FWD' and
14776            '2T1C' and
14777            'VHOST_1024' and
14778            not 'VXLAN' and
14779            not 'NF_DENSITY' and
14780            not 'CFS_OPT' and
14781            not 'DOT1Q'"
14782   parameters:
14783   - "throughput"
14784   - "parent"
14785   - "tags"
14786   sort:
14787   - "1VM"
14788   - "2VM"
14789   traces:
14790     hoverinfo: "x+y"
14791     boxpoints: "outliers"
14792     whiskerwidth: 0
14793   layout:
14794     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
14795     layout: "plot-throughput"
14796
14797 -
14798   type: "plot"
14799   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
14800   algorithm: "plot_performance_box"
14801   output-file-type: ".html"
14802   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
14803   data: "plot-vpp-throughput-latency-2n-skx"
14804   filter: "'NIC_Intel-X710' and
14805            '64B' and
14806            'NDRPDR' and
14807            'ETH' and
14808            'IP4FWD' and
14809            '4T2C' and
14810            'VHOST_1024' and
14811            not 'VXLAN' and
14812            not 'NF_DENSITY' and
14813            not 'CFS_OPT' and
14814            not 'DOT1Q'"
14815   parameters:
14816   - "throughput"
14817   - "parent"
14818   - "tags"
14819   sort:
14820   - "1VM"
14821   - "2VM"
14822   traces:
14823     hoverinfo: "x+y"
14824     boxpoints: "outliers"
14825     whiskerwidth: 0
14826   layout:
14827     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
14828     layout: "plot-throughput"
14829
14830 -
14831   type: "plot"
14832   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
14833   algorithm: "plot_performance_box"
14834   output-file-type: ".html"
14835   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
14836   data: "plot-vpp-throughput-latency-2n-skx"
14837   filter: "'NIC_Intel-X710' and
14838            '64B' and
14839            'NDRPDR' and
14840            'ETH' and
14841            'IP4FWD' and
14842            '2T1C' and
14843            'VHOST_1024' and
14844            not 'VXLAN' and
14845            not 'NF_DENSITY' and
14846            not 'CFS_OPT' and
14847            not 'DOT1Q'"
14848   parameters:
14849   - "throughput"
14850   - "parent"
14851   - "tags"
14852   sort:
14853   - "1VM"
14854   - "2VM"
14855   traces:
14856     hoverinfo: "x+y"
14857     boxpoints: "outliers"
14858     whiskerwidth: 0
14859   layout:
14860     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
14861     layout: "plot-throughput"
14862
14863 -
14864   type: "plot"
14865   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
14866   algorithm: "plot_performance_box"
14867   output-file-type: ".html"
14868   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
14869   data: "plot-vpp-throughput-latency-2n-skx"
14870   filter: "'NIC_Intel-X710' and
14871            '64B' and
14872            'NDRPDR' and
14873            'ETH' and
14874            'IP4FWD' and
14875            '4T2C' and
14876            'VHOST_1024' and
14877            not 'VXLAN' and
14878            not 'NF_DENSITY' and
14879            not 'CFS_OPT' and
14880            not 'DOT1Q'"
14881   parameters:
14882   - "throughput"
14883   - "parent"
14884   - "tags"
14885   sort:
14886   - "1VM"
14887   - "2VM"
14888   traces:
14889     hoverinfo: "x+y"
14890     boxpoints: "outliers"
14891     whiskerwidth: 0
14892   layout:
14893     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
14894     layout: "plot-throughput"
14895
14896 # Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base
14897 -
14898   type: "plot"
14899   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr"
14900   algorithm: "plot_performance_box"
14901   output-file-type: ".html"
14902   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr"
14903   data: "plot-vpp-throughput-latency-2n-skx"
14904   filter: "'NIC_Intel-X710' and
14905            '64B' and
14906            'NDRPDR' and
14907            ('ETH' or 'DOT1Q') and
14908            'BASE' and
14909            '2T1C' and
14910            ('L2BDMACLRN' or 'L2XCFWD') and
14911            'VHOST_1024' and
14912            not 'VXLAN' and
14913            not 'NF_DENSITY' and
14914            not 'IP4FWD' and
14915            not '2VM'"
14916   parameters:
14917   - "throughput"
14918   - "parent"
14919   - "tags"
14920 #  sort:
14921 #  - "not CFS_OPT"
14922 #  - "L2XCFWD"
14923 #  - "not CFS_OPT"
14924 #  - "CFS_OPT"
14925   traces:
14926     hoverinfo: "x+y"
14927     boxpoints: "outliers"
14928     whiskerwidth: 0
14929   layout:
14930     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr"
14931     layout: "plot-throughput"
14932
14933 -
14934   type: "plot"
14935   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-pdr"
14936   algorithm: "plot_performance_box"
14937   output-file-type: ".html"
14938   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-pdr"
14939   data: "plot-vpp-throughput-latency-2n-skx"
14940   filter: "'NIC_Intel-X710' and
14941            '64B' and
14942            'NDRPDR' and
14943            ('ETH' or 'DOT1Q') and
14944            'BASE' and
14945            '2T1C' and
14946            ('L2BDMACLRN' or 'L2XCFWD') and
14947            'VHOST_1024' and
14948            not 'VXLAN' and
14949            not 'NF_DENSITY' and
14950            not 'IP4FWD' and
14951            not '2VM'"
14952   parameters:
14953   - "throughput"
14954   - "parent"
14955   - "tags"
14956 #  sort:
14957 #  - "not CFS_OPT"
14958 #  - "L2XCFWD"
14959 #  - "not CFS_OPT"
14960 #  - "CFS_OPT"
14961   traces:
14962     hoverinfo: "x+y"
14963     boxpoints: "outliers"
14964     whiskerwidth: 0
14965   layout:
14966     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-pdr"
14967     layout: "plot-throughput"
14968
14969 -
14970   type: "plot"
14971   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr"
14972   algorithm: "plot_performance_box"
14973   output-file-type: ".html"
14974   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr"
14975   data: "plot-vpp-throughput-latency-2n-skx"
14976   filter: "'NIC_Intel-X710' and
14977            '64B' and
14978            'NDRPDR' and
14979            ('ETH' or 'DOT1Q') and
14980            'BASE' and
14981            '4T2C' and
14982            ('L2BDMACLRN' or 'L2XCFWD') and
14983            'VHOST_1024' and
14984            not 'VXLAN' and
14985            not 'NF_DENSITY' and
14986            not 'IP4FWD' and
14987            not '2VM'"
14988   parameters:
14989   - "throughput"
14990   - "parent"
14991   - "tags"
14992 #  sort:
14993 #  - "not CFS_OPT"
14994 #  - "L2XCFWD"
14995 #  - "not CFS_OPT"
14996 #  - "CFS_OPT"
14997   traces:
14998     hoverinfo: "x+y"
14999     boxpoints: "outliers"
15000     whiskerwidth: 0
15001   layout:
15002     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr"
15003     layout: "plot-throughput"
15004
15005 -
15006   type: "plot"
15007   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-pdr"
15008   algorithm: "plot_performance_box"
15009   output-file-type: ".html"
15010   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-pdr"
15011   data: "plot-vpp-throughput-latency-2n-skx"
15012   filter: "'NIC_Intel-X710' and
15013            '64B' and
15014            'NDRPDR' and
15015            ('ETH' or 'DOT1Q') and
15016            'BASE' and
15017            '4T2C' and
15018            ('L2BDMACLRN' or 'L2XCFWD') and
15019            'VHOST_1024' and
15020            not 'VXLAN' and
15021            not 'NF_DENSITY' and
15022            not 'IP4FWD' and
15023            not '2VM'"
15024   parameters:
15025   - "throughput"
15026   - "parent"
15027   - "tags"
15028 #  sort:
15029 #  - "not CFS_OPT"
15030 #  - "L2XCFWD"
15031 #  - "not CFS_OPT"
15032 #  - "CFS_OPT"
15033   traces:
15034     hoverinfo: "x+y"
15035     boxpoints: "outliers"
15036     whiskerwidth: 0
15037   layout:
15038     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-pdr"
15039     layout: "plot-throughput"
15040
15041 # Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base vm
15042 -
15043   type: "plot"
15044   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
15045   algorithm: "plot_performance_box"
15046   output-file-type: ".html"
15047   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
15048   data: "plot-vpp-throughput-latency-2n-skx"
15049   filter: "'NIC_Intel-X710' and
15050            '64B' and
15051            'NDRPDR' and
15052            ('ETH' or 'DOT1Q') and
15053            '2T1C' and
15054            ('L2BDMACLRN' or 'L2XCFWD') and
15055            'VHOST_1024' and
15056            not 'CFS_OPT' and
15057            not 'VXLAN' and
15058            not 'NF_DENSITY' and
15059            not 'DOT1Q' and
15060            not 'IP4FWD'"
15061   parameters:
15062   - "throughput"
15063   - "parent"
15064   - "tags"
15065 #  sort:
15066 #  - "1VM"
15067 #  - "L2XCFWD"
15068 #  - "1VM"
15069 #  - "L2BDMACLRN"
15070   traces:
15071     hoverinfo: "x+y"
15072     boxpoints: "outliers"
15073     whiskerwidth: 0
15074   layout:
15075     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
15076     layout: "plot-throughput"
15077
15078 -
15079   type: "plot"
15080   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
15081   algorithm: "plot_performance_box"
15082   output-file-type: ".html"
15083   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
15084   data: "plot-vpp-throughput-latency-2n-skx"
15085   filter: "'NIC_Intel-X710' and
15086            '64B' and
15087            'NDRPDR' and
15088            ('ETH' or 'DOT1Q') and
15089            '2T1C' and
15090            ('L2BDMACLRN' or 'L2XCFWD') and
15091            'VHOST_1024' and
15092            not 'CFS_OPT' and
15093            not 'VXLAN' and
15094            not 'NF_DENSITY' and
15095            not 'DOT1Q' and
15096            not 'IP4FWD'"
15097   parameters:
15098   - "throughput"
15099   - "parent"
15100   - "tags"
15101 #  sort:
15102 #  - "1VM"
15103 #  - "L2XCFWD"
15104 #  - "1VM"
15105 #  - "L2BDMACLRN"
15106   traces:
15107     hoverinfo: "x+y"
15108     boxpoints: "outliers"
15109     whiskerwidth: 0
15110   layout:
15111     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
15112     layout: "plot-throughput"
15113
15114 -
15115   type: "plot"
15116   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
15117   algorithm: "plot_performance_box"
15118   output-file-type: ".html"
15119   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
15120   data: "plot-vpp-throughput-latency-2n-skx"
15121   filter: "'NIC_Intel-X710' and
15122            '64B' and
15123            'NDRPDR' and
15124            ('ETH' or 'DOT1Q') and
15125            '4T2C' and
15126            ('L2BDMACLRN' or 'L2XCFWD') and
15127            'VHOST_1024' and
15128            not 'CFS_OPT' and
15129            not 'VXLAN' and
15130            not 'NF_DENSITY' and
15131            not 'DOT1Q' and
15132            not 'IP4FWD'"
15133   parameters:
15134   - "throughput"
15135   - "parent"
15136   - "tags"
15137 #  sort:
15138 #  - "1VM"
15139 #  - "L2XCFWD"
15140 #  - "1VM"
15141 #  - "L2BDMACLRN"
15142   traces:
15143     hoverinfo: "x+y"
15144     boxpoints: "outliers"
15145     whiskerwidth: 0
15146   layout:
15147     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
15148     layout: "plot-throughput"
15149
15150 -
15151   type: "plot"
15152   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
15153   algorithm: "plot_performance_box"
15154   output-file-type: ".html"
15155   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
15156   data: "plot-vpp-throughput-latency-2n-skx"
15157   filter: "'NIC_Intel-X710' and
15158            '64B' and
15159            'NDRPDR' and
15160            ('ETH' or 'DOT1Q') and
15161            '4T2C' and
15162            ('L2BDMACLRN' or 'L2XCFWD') and
15163            'VHOST_1024' and
15164            not 'CFS_OPT' and
15165            not 'VXLAN' and
15166            not 'NF_DENSITY' and
15167            not 'DOT1Q' and
15168            not 'IP4FWD'"
15169   parameters:
15170   - "throughput"
15171   - "parent"
15172   - "tags"
15173 #  sort:
15174 #  - "1VM"
15175 #  - "L2XCFWD"
15176 #  - "1VM"
15177 #  - "L2BDMACLRN"
15178   traces:
15179     hoverinfo: "x+y"
15180     boxpoints: "outliers"
15181     whiskerwidth: 0
15182   layout:
15183     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
15184     layout: "plot-throughput"
15185
15186 # Packet Throughput - VPP vhost ip4 2n-skx-xxv710
15187 -
15188   type: "plot"
15189   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
15190   algorithm: "plot_performance_box"
15191   output-file-type: ".html"
15192   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
15193   data: "plot-vpp-throughput-latency-2n-skx"
15194   filter: "'NIC_Intel-XXV710' and
15195            '64B' and
15196            'NDRPDR' and
15197            'ETH' and
15198            'IP4FWD' and
15199            '2T1C' and
15200            'VHOST_1024' and
15201            not 'VXLAN' and
15202            not 'CFS_OPT' and
15203            not 'DOT1Q'"
15204   parameters:
15205   - "throughput"
15206   - "parent"
15207   - "tags"
15208   sort:
15209   - "1VM"
15210   - "2VM"
15211   traces:
15212     hoverinfo: "x+y"
15213     boxpoints: "outliers"
15214     whiskerwidth: 0
15215   layout:
15216     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
15217     layout: "plot-throughput"
15218
15219 -
15220   type: "plot"
15221   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
15222   algorithm: "plot_performance_box"
15223   output-file-type: ".html"
15224   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
15225   data: "plot-vpp-throughput-latency-2n-skx"
15226   filter: "'NIC_Intel-XXV710' and
15227            '64B' and
15228            'NDRPDR' and
15229            'ETH' and
15230            'IP4FWD' and
15231            '4T2C' and
15232            'VHOST_1024' and
15233            not 'VXLAN' and
15234            not 'CFS_OPT' and
15235            not 'DOT1Q'"
15236   parameters:
15237   - "throughput"
15238   - "parent"
15239   - "tags"
15240   sort:
15241   - "1VM"
15242   - "2VM"
15243   traces:
15244     hoverinfo: "x+y"
15245     boxpoints: "outliers"
15246     whiskerwidth: 0
15247   layout:
15248     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
15249     layout: "plot-throughput"
15250
15251 -
15252   type: "plot"
15253   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
15254   algorithm: "plot_performance_box"
15255   output-file-type: ".html"
15256   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
15257   data: "plot-vpp-throughput-latency-2n-skx"
15258   filter: "'NIC_Intel-XXV710' and
15259            '64B' and
15260            'NDRPDR' and
15261            'ETH' and
15262            'IP4FWD' and
15263            '2T1C' and
15264            'VHOST_1024' and
15265            not 'VXLAN' and
15266            not 'CFS_OPT' and
15267            not 'DOT1Q'"
15268   parameters:
15269   - "throughput"
15270   - "parent"
15271   - "tags"
15272   sort:
15273   - "1VM"
15274   - "2VM"
15275   traces:
15276     hoverinfo: "x+y"
15277     boxpoints: "outliers"
15278     whiskerwidth: 0
15279   layout:
15280     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
15281     layout: "plot-throughput"
15282
15283 -
15284   type: "plot"
15285   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
15286   algorithm: "plot_performance_box"
15287   output-file-type: ".html"
15288   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
15289   data: "plot-vpp-throughput-latency-2n-skx"
15290   filter: "'NIC_Intel-XXV710' and
15291            '64B' and
15292            'NDRPDR' and
15293            'ETH' and
15294            'IP4FWD' and
15295            '4T2C' and
15296            'VHOST_1024' and
15297            not 'VXLAN' and
15298            not 'CFS_OPT' and
15299            not 'DOT1Q'"
15300   parameters:
15301   - "throughput"
15302   - "parent"
15303   - "tags"
15304   sort:
15305   - "1VM"
15306   - "2VM"
15307   traces:
15308     hoverinfo: "x+y"
15309     boxpoints: "outliers"
15310     whiskerwidth: 0
15311   layout:
15312     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
15313     layout: "plot-throughput"
15314
15315 # Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base
15316 -
15317   type: "plot"
15318   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
15319   algorithm: "plot_performance_box"
15320   output-file-type: ".html"
15321   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
15322   data: "plot-vpp-throughput-latency-2n-skx"
15323   filter: "'NIC_Intel-XXV710' and
15324            '64B' and
15325            'NDRPDR' and
15326            ('ETH' or 'DOT1Q') and
15327            'BASE' and
15328            '2T1C' and
15329            ('L2BDMACLRN' or 'L2XCFWD') and
15330            'VHOST_1024' and
15331            not 'VXLAN' and
15332            not 'IP4FWD' and
15333            not '2VM'"
15334   parameters:
15335   - "throughput"
15336   - "parent"
15337   - "tags"
15338 #  sort:
15339 #  - "not CFS_OPT"
15340 #  - "L2XCFWD"
15341 #  - "not CFS_OPT"
15342 #  - "CFS_OPT"
15343   traces:
15344     hoverinfo: "x+y"
15345     boxpoints: "outliers"
15346     whiskerwidth: 0
15347   layout:
15348     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
15349     layout: "plot-throughput"
15350
15351 -
15352   type: "plot"
15353   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
15354   algorithm: "plot_performance_box"
15355   output-file-type: ".html"
15356   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
15357   data: "plot-vpp-throughput-latency-2n-skx"
15358   filter: "'NIC_Intel-XXV710' and
15359            '64B' and
15360            'NDRPDR' and
15361            ('ETH' or 'DOT1Q') and
15362            'BASE' and
15363            '2T1C' and
15364            ('L2BDMACLRN' or 'L2XCFWD') and
15365            'VHOST_1024' and
15366            not 'VXLAN' and
15367            not 'IP4FWD' and
15368            not '2VM'"
15369   parameters:
15370   - "throughput"
15371   - "parent"
15372   - "tags"
15373 #  sort:
15374 #  - "not CFS_OPT"
15375 #  - "L2XCFWD"
15376 #  - "not CFS_OPT"
15377 #  - "CFS_OPT"
15378   traces:
15379     hoverinfo: "x+y"
15380     boxpoints: "outliers"
15381     whiskerwidth: 0
15382   layout:
15383     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
15384     layout: "plot-throughput"
15385
15386 -
15387   type: "plot"
15388   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
15389   algorithm: "plot_performance_box"
15390   output-file-type: ".html"
15391   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
15392   data: "plot-vpp-throughput-latency-2n-skx"
15393   filter: "'NIC_Intel-XXV710' and
15394            '64B' and
15395            'NDRPDR' and
15396            ('ETH' or 'DOT1Q') and
15397            'BASE' and
15398            '4T2C' and
15399            ('L2BDMACLRN' or 'L2XCFWD') and
15400            'VHOST_1024' and
15401            not 'VXLAN' and
15402            not 'IP4FWD' and
15403            not '2VM'"
15404   parameters:
15405   - "throughput"
15406   - "parent"
15407   - "tags"
15408 #  sort:
15409 #  - "not CFS_OPT"
15410 #  - "L2XCFWD"
15411 #  - "not CFS_OPT"
15412 #  - "CFS_OPT"
15413   traces:
15414     hoverinfo: "x+y"
15415     boxpoints: "outliers"
15416     whiskerwidth: 0
15417   layout:
15418     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
15419     layout: "plot-throughput"
15420
15421 -
15422   type: "plot"
15423   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
15424   algorithm: "plot_performance_box"
15425   output-file-type: ".html"
15426   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
15427   data: "plot-vpp-throughput-latency-2n-skx"
15428   filter: "'NIC_Intel-XXV710' and
15429            '64B' and
15430            'NDRPDR' and
15431            ('ETH' or 'DOT1Q') and
15432            'BASE' and
15433            '4T2C' and
15434            ('L2BDMACLRN' or 'L2XCFWD') and
15435            'VHOST_1024' and
15436            not 'VXLAN' and
15437            not 'IP4FWD' and
15438            not '2VM'"
15439   parameters:
15440   - "throughput"
15441   - "parent"
15442   - "tags"
15443 #  sort:
15444 #  - "not CFS_OPT"
15445 #  - "L2XCFWD"
15446 #  - "not CFS_OPT"
15447 #  - "CFS_OPT"
15448   traces:
15449     hoverinfo: "x+y"
15450     boxpoints: "outliers"
15451     whiskerwidth: 0
15452   layout:
15453     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
15454     layout: "plot-throughput"
15455
15456 # Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base vm
15457 -
15458   type: "plot"
15459   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
15460   algorithm: "plot_performance_box"
15461   output-file-type: ".html"
15462   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
15463   data: "plot-vpp-throughput-latency-2n-skx"
15464   filter: "'NIC_Intel-XXV710' and
15465            '64B' and
15466            'NDRPDR' and
15467            ('ETH' or 'DOT1Q') and
15468            '2T1C' and
15469            ('L2BDMACLRN' or 'L2XCFWD') and
15470            'VHOST_1024' and
15471            not 'CFS_OPT' and
15472            not 'VXLAN' and
15473            not 'DOT1Q' and
15474            not 'IP4FWD'"
15475   parameters:
15476   - "throughput"
15477   - "parent"
15478   - "tags"
15479 #  sort:
15480 #  - "1VM"
15481 #  - "L2XCFWD"
15482 #  - "1VM"
15483 #  - "L2BDMACLRN"
15484   traces:
15485     hoverinfo: "x+y"
15486     boxpoints: "outliers"
15487     whiskerwidth: 0
15488   layout:
15489     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
15490     layout: "plot-throughput"
15491
15492 -
15493   type: "plot"
15494   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
15495   algorithm: "plot_performance_box"
15496   output-file-type: ".html"
15497   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
15498   data: "plot-vpp-throughput-latency-2n-skx"
15499   filter: "'NIC_Intel-XXV710' and
15500            '64B' and
15501            'NDRPDR' and
15502            ('ETH' or 'DOT1Q') and
15503            '2T1C' and
15504            ('L2BDMACLRN' or 'L2XCFWD') and
15505            'VHOST_1024' and
15506            not 'CFS_OPT' and
15507            not 'VXLAN' and
15508            not 'DOT1Q' and
15509            not 'IP4FWD'"
15510   parameters:
15511   - "throughput"
15512   - "parent"
15513   - "tags"
15514 #  sort:
15515 #  - "1VM"
15516 #  - "L2XCFWD"
15517 #  - "1VM"
15518 #  - "L2BDMACLRN"
15519   traces:
15520     hoverinfo: "x+y"
15521     boxpoints: "outliers"
15522     whiskerwidth: 0
15523   layout:
15524     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
15525     layout: "plot-throughput"
15526
15527 -
15528   type: "plot"
15529   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
15530   algorithm: "plot_performance_box"
15531   output-file-type: ".html"
15532   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
15533   data: "plot-vpp-throughput-latency-2n-skx"
15534   filter: "'NIC_Intel-XXV710' and
15535            '64B' and
15536            'NDRPDR' and
15537            ('ETH' or 'DOT1Q') and
15538            '4T2C' and
15539            ('L2BDMACLRN' or 'L2XCFWD') and
15540            'VHOST_1024' and
15541            not 'CFS_OPT' and
15542            not 'VXLAN' and
15543            not 'DOT1Q' and
15544            not 'IP4FWD'"
15545   parameters:
15546   - "throughput"
15547   - "parent"
15548   - "tags"
15549 #  sort:
15550 #  - "1VM"
15551 #  - "L2XCFWD"
15552 #  - "1VM"
15553 #  - "L2BDMACLRN"
15554   traces:
15555     hoverinfo: "x+y"
15556     boxpoints: "outliers"
15557     whiskerwidth: 0
15558   layout:
15559     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
15560     layout: "plot-throughput"
15561
15562 -
15563   type: "plot"
15564   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
15565   algorithm: "plot_performance_box"
15566   output-file-type: ".html"
15567   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
15568   data: "plot-vpp-throughput-latency-2n-skx"
15569   filter: "'NIC_Intel-XXV710' and
15570            '64B' and
15571            'NDRPDR' and
15572            ('ETH' or 'DOT1Q') and
15573            '4T2C' and
15574            ('L2BDMACLRN' or 'L2XCFWD') and
15575            'VHOST_1024' and
15576            not 'CFS_OPT' and
15577            not 'VXLAN' and
15578            not 'DOT1Q' and
15579            not 'IP4FWD'"
15580   parameters:
15581   - "throughput"
15582   - "parent"
15583   - "tags"
15584 #  sort:
15585 #  - "1VM"
15586 #  - "L2XCFWD"
15587 #  - "1VM"
15588 #  - "L2BDMACLRN"
15589   traces:
15590     hoverinfo: "x+y"
15591     boxpoints: "outliers"
15592     whiskerwidth: 0
15593   layout:
15594     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
15595     layout: "plot-throughput"
15596
15597 ################################################################################
15598
15599 # Packet Throughput - VPP VTS 3n-hsw-x520
15600 -
15601   type: "plot"
15602   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-ndr"
15603   algorithm: "plot_performance_box"
15604   output-file-type: ".html"
15605   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr"
15606   data: "plot-vpp-throughput-latency-3n-hsw"
15607   filter: "'NIC_Intel-X520-DA2' and
15608            '114B' and
15609            'NDRPDR' and
15610            '1T1C' and
15611            'VTS'"
15612   parameters:
15613   - "throughput"
15614   - "parent"
15615   - "tags"
15616   traces:
15617     hoverinfo: "x+y"
15618     boxpoints: "outliers"
15619     whiskerwidth: 0
15620   layout:
15621     title: "vts-3n-hsw-x520-114b-1t1c-ndr"
15622     layout: "plot-throughput"
15623
15624 -
15625   type: "plot"
15626   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-ndr"
15627   algorithm: "plot_performance_box"
15628   output-file-type: ".html"
15629   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr"
15630   data: "plot-vpp-throughput-latency-3n-hsw"
15631   filter: "'NIC_Intel-X520-DA2' and
15632            '114B' and
15633            'NDRPDR' and
15634            '2T2C' and
15635            'VTS'"
15636   parameters:
15637   - "throughput"
15638   - "parent"
15639   - "tags"
15640   traces:
15641     hoverinfo: "x+y"
15642     boxpoints: "outliers"
15643     whiskerwidth: 0
15644   layout:
15645     title: "vts-3n-hsw-x520-114b-2t2c-ndr"
15646     layout: "plot-throughput"
15647
15648 -
15649   type: "plot"
15650   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-pdr"
15651   algorithm: "plot_performance_box"
15652   output-file-type: ".html"
15653   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-pdr"
15654   data: "plot-vpp-throughput-latency-3n-hsw"
15655   filter: "'NIC_Intel-X520-DA2' and
15656            '114B' and
15657            'NDRPDR' and
15658            '1T1C' and
15659            'VTS'"
15660   parameters:
15661   - "throughput"
15662   - "parent"
15663   - "tags"
15664   traces:
15665     hoverinfo: "x+y"
15666     boxpoints: "outliers"
15667     whiskerwidth: 0
15668   layout:
15669     title: "vts-3n-hsw-x520-114b-1t1c-pdr"
15670     layout: "plot-throughput"
15671
15672 -
15673   type: "plot"
15674   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-pdr"
15675   algorithm: "plot_performance_box"
15676   output-file-type: ".html"
15677   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-pdr"
15678   data: "plot-vpp-throughput-latency-3n-hsw"
15679   filter: "'NIC_Intel-X520-DA2' and
15680            '114B' and
15681            'NDRPDR' and
15682            '2T2C' and
15683            'VTS'"
15684   parameters:
15685   - "throughput"
15686   - "parent"
15687   - "tags"
15688   traces:
15689     hoverinfo: "x+y"
15690     boxpoints: "outliers"
15691     whiskerwidth: 0
15692   layout:
15693     title: "vts-3n-hsw-x520-114b-2t2c-pdr"
15694     layout: "plot-throughput"
15695
15696 ################################################################################
15697
15698 # Packet Throughput - DPDK l3fwd 3n-hsw-x520
15699 -
15700   type: "plot"
15701   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
15702   algorithm: "plot_performance_box"
15703   output-file-type: ".html"
15704   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
15705   data: "plot-dpdk-throughput-latency-3n-hsw"
15706   filter: "'NIC_Intel-X520-DA2' and
15707            '64B' and
15708            'BASE' and
15709            'NDRPDR' and
15710            '1T1C' and
15711            'IP4FWD'"
15712   parameters:
15713   - "throughput"
15714   - "parent"
15715   - "tags"
15716   traces:
15717     hoverinfo: "x+y"
15718     boxpoints: "outliers"
15719     whiskerwidth: 0
15720   layout:
15721     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
15722     layout: "plot-throughput"
15723
15724 -
15725   type: "plot"
15726   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
15727   algorithm: "plot_performance_box"
15728   output-file-type: ".html"
15729   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
15730   data: "plot-dpdk-throughput-latency-3n-hsw"
15731   filter: "'NIC_Intel-X520-DA2' and
15732            '64B' and
15733            'BASE' and
15734            'NDRPDR' and
15735            '2T2C' and
15736            'IP4FWD'"
15737   parameters:
15738   - "throughput"
15739   - "parent"
15740   - "tags"
15741   traces:
15742     hoverinfo: "x+y"
15743     boxpoints: "outliers"
15744     whiskerwidth: 0
15745   layout:
15746     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
15747     layout: "plot-throughput"
15748
15749 -
15750   type: "plot"
15751   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
15752   algorithm: "plot_performance_box"
15753   output-file-type: ".html"
15754   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
15755   data: "plot-dpdk-throughput-latency-3n-hsw"
15756   filter: "'NIC_Intel-X520-DA2' and
15757            '64B' and
15758            'BASE' and
15759            'NDRPDR' and
15760            '1T1C' and
15761            'IP4FWD'"
15762   parameters:
15763   - "throughput"
15764   - "parent"
15765   - "tags"
15766   traces:
15767     hoverinfo: "x+y"
15768     boxpoints: "outliers"
15769     whiskerwidth: 0
15770   layout:
15771     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
15772     layout: "plot-throughput"
15773
15774 -
15775   type: "plot"
15776   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
15777   algorithm: "plot_performance_box"
15778   output-file-type: ".html"
15779   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
15780   data: "plot-dpdk-throughput-latency-3n-hsw"
15781   filter: "'NIC_Intel-X520-DA2' and
15782            '64B' and
15783            'BASE' and
15784            'NDRPDR' and
15785            '2T2C' and
15786            'IP4FWD'"
15787   parameters:
15788   - "throughput"
15789   - "parent"
15790   - "tags"
15791   traces:
15792     hoverinfo: "x+y"
15793     boxpoints: "outliers"
15794     whiskerwidth: 0
15795   layout:
15796     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
15797     layout: "plot-throughput"
15798
15799 # Packet Throughput - DPDK l3fwd 3n-hsw-x710
15800 -
15801   type: "plot"
15802   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
15803   algorithm: "plot_performance_box"
15804   output-file-type: ".html"
15805   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
15806   data: "plot-dpdk-throughput-latency-3n-hsw"
15807   filter: "'NIC_Intel-X710' and
15808            '64B' and
15809            'BASE' and
15810            'NDRPDR' and
15811            '1T1C' and
15812            'IP4FWD'"
15813   parameters:
15814   - "throughput"
15815   - "parent"
15816   - "tags"
15817   traces:
15818     hoverinfo: "x+y"
15819     boxpoints: "outliers"
15820     whiskerwidth: 0
15821   layout:
15822     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
15823     layout: "plot-throughput"
15824
15825 -
15826   type: "plot"
15827   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
15828   algorithm: "plot_performance_box"
15829   output-file-type: ".html"
15830   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
15831   data: "plot-dpdk-throughput-latency-3n-hsw"
15832   filter: "'NIC_Intel-X710' and
15833            '64B' and
15834            'BASE' and
15835            'NDRPDR' and
15836            '2T2C' and
15837            'IP4FWD'"
15838   parameters:
15839   - "throughput"
15840   - "parent"
15841   - "tags"
15842   traces:
15843     hoverinfo: "x+y"
15844     boxpoints: "outliers"
15845     whiskerwidth: 0
15846   layout:
15847     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
15848     layout: "plot-throughput"
15849
15850 -
15851   type: "plot"
15852   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
15853   algorithm: "plot_performance_box"
15854   output-file-type: ".html"
15855   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
15856   data: "plot-dpdk-throughput-latency-3n-hsw"
15857   filter: "'NIC_Intel-X710' and
15858            '64B' and
15859            'BASE' and
15860            'NDRPDR' and
15861            '1T1C' and
15862            'IP4FWD'"
15863   parameters:
15864   - "throughput"
15865   - "parent"
15866   - "tags"
15867   traces:
15868     hoverinfo: "x+y"
15869     boxpoints: "outliers"
15870     whiskerwidth: 0
15871   layout:
15872     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
15873     layout: "plot-throughput"
15874
15875 -
15876   type: "plot"
15877   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
15878   algorithm: "plot_performance_box"
15879   output-file-type: ".html"
15880   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
15881   data: "plot-dpdk-throughput-latency-3n-hsw"
15882   filter: "'NIC_Intel-X710' and
15883            '64B' and
15884            'BASE' and
15885            'NDRPDR' and
15886            '2T2C' and
15887            'IP4FWD'"
15888   parameters:
15889   - "throughput"
15890   - "parent"
15891   - "tags"
15892   traces:
15893     hoverinfo: "x+y"
15894     boxpoints: "outliers"
15895     whiskerwidth: 0
15896   layout:
15897     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
15898     layout: "plot-throughput"
15899
15900 # Packet Throughput - DPDK l3fwd 3n-hsw-xl710
15901 -
15902   type: "plot"
15903   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
15904   algorithm: "plot_performance_box"
15905   output-file-type: ".html"
15906   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
15907   data: "plot-dpdk-throughput-latency-3n-hsw"
15908   filter: "'NIC_Intel-XL710' 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-xl710-64b-1t1c-base-ndr"
15924     layout: "plot-throughput"
15925
15926 -
15927   type: "plot"
15928   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
15929   algorithm: "plot_performance_box"
15930   output-file-type: ".html"
15931   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
15932   data: "plot-dpdk-throughput-latency-3n-hsw"
15933   filter: "'NIC_Intel-XL710' 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-xl710-64b-2t2c-base-ndr"
15949     layout: "plot-throughput"
15950
15951 -
15952   type: "plot"
15953   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
15954   algorithm: "plot_performance_box"
15955   output-file-type: ".html"
15956   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
15957   data: "plot-dpdk-throughput-latency-3n-hsw"
15958   filter: "'NIC_Intel-XL710' and
15959            '64B' and
15960            'BASE' and
15961            'NDRPDR' and
15962            '1T1C' and
15963            'IP4FWD'"
15964   parameters:
15965   - "throughput"
15966   - "parent"
15967   - "tags"
15968   traces:
15969     hoverinfo: "x+y"
15970     boxpoints: "outliers"
15971     whiskerwidth: 0
15972   layout:
15973     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
15974     layout: "plot-throughput"
15975
15976 -
15977   type: "plot"
15978   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
15979   algorithm: "plot_performance_box"
15980   output-file-type: ".html"
15981   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
15982   data: "plot-dpdk-throughput-latency-3n-hsw"
15983   filter: "'NIC_Intel-XL710' and
15984            '64B' and
15985            'BASE' and
15986            'NDRPDR' and
15987            '2T2C' and
15988            'IP4FWD'"
15989   parameters:
15990   - "throughput"
15991   - "parent"
15992   - "tags"
15993   traces:
15994     hoverinfo: "x+y"
15995     boxpoints: "outliers"
15996     whiskerwidth: 0
15997   layout:
15998     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
15999     layout: "plot-throughput"
16000
16001 # Packet Throughput - DPDK l3fwd 3n-skx-x710
16002 -
16003   type: "plot"
16004   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
16005   algorithm: "plot_performance_box"
16006   output-file-type: ".html"
16007   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
16008   data: "plot-dpdk-throughput-latency-3n-skx"
16009   filter: "'NIC_Intel-X710' and
16010            '64B' and
16011            'BASE' and
16012            'NDRPDR' and
16013            '2T1C' 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-skx-x710-64b-2t1c-base-ndr"
16025     layout: "plot-throughput"
16026
16027 -
16028   type: "plot"
16029   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
16030   algorithm: "plot_performance_box"
16031   output-file-type: ".html"
16032   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
16033   data: "plot-dpdk-throughput-latency-3n-skx"
16034   filter: "'NIC_Intel-X710' and
16035            '64B' and
16036            'BASE' and
16037            'NDRPDR' and
16038            '4T2C' 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-skx-x710-64b-4t2c-base-ndr"
16050     layout: "plot-throughput"
16051
16052 -
16053   type: "plot"
16054   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
16055   algorithm: "plot_performance_box"
16056   output-file-type: ".html"
16057   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
16058   data: "plot-dpdk-throughput-latency-3n-skx"
16059   filter: "'NIC_Intel-X710' and
16060            '64B' and
16061            'BASE' and
16062            'NDRPDR' and
16063            '2T1C' and
16064            'IP4FWD'"
16065   parameters:
16066   - "throughput"
16067   - "parent"
16068   - "tags"
16069   traces:
16070     hoverinfo: "x+y"
16071     boxpoints: "outliers"
16072     whiskerwidth: 0
16073   layout:
16074     title: "l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
16075     layout: "plot-throughput"
16076
16077 -
16078   type: "plot"
16079   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
16080   algorithm: "plot_performance_box"
16081   output-file-type: ".html"
16082   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
16083   data: "plot-dpdk-throughput-latency-3n-skx"
16084   filter: "'NIC_Intel-X710' and
16085            '64B' and
16086            'BASE' and
16087            'NDRPDR' and
16088            '4T2C' and
16089            'IP4FWD'"
16090   parameters:
16091   - "throughput"
16092   - "parent"
16093   - "tags"
16094   traces:
16095     hoverinfo: "x+y"
16096     boxpoints: "outliers"
16097     whiskerwidth: 0
16098   layout:
16099     title: "l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
16100     layout: "plot-throughput"
16101
16102 # Packet Throughput - DPDK l3fwd 3n-skx-xxv710
16103 -
16104   type: "plot"
16105   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
16106   algorithm: "plot_performance_box"
16107   output-file-type: ".html"
16108   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
16109   data: "plot-dpdk-throughput-latency-3n-skx"
16110   filter: "'NIC_Intel-XXV710' and
16111            '64B' and
16112            'BASE' and
16113            'NDRPDR' and
16114            '2T1C' 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-skx-xxv710-64b-2t1c-base-ndr"
16126     layout: "plot-throughput"
16127
16128 -
16129   type: "plot"
16130   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
16131   algorithm: "plot_performance_box"
16132   output-file-type: ".html"
16133   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
16134   data: "plot-dpdk-throughput-latency-3n-skx"
16135   filter: "'NIC_Intel-XXV710' and
16136            '64B' and
16137            'BASE' and
16138            'NDRPDR' and
16139            '4T2C' 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-skx-xxv710-64b-4t2c-base-ndr"
16151     layout: "plot-throughput"
16152
16153 -
16154   type: "plot"
16155   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
16156   algorithm: "plot_performance_box"
16157   output-file-type: ".html"
16158   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
16159   data: "plot-dpdk-throughput-latency-3n-skx"
16160   filter: "'NIC_Intel-XXV710' and
16161            '64B' and
16162            'BASE' and
16163            'NDRPDR' and
16164            '2T1C' and
16165            'IP4FWD'"
16166   parameters:
16167   - "throughput"
16168   - "parent"
16169   - "tags"
16170   traces:
16171     hoverinfo: "x+y"
16172     boxpoints: "outliers"
16173     whiskerwidth: 0
16174   layout:
16175     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
16176     layout: "plot-throughput"
16177
16178 -
16179   type: "plot"
16180   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
16181   algorithm: "plot_performance_box"
16182   output-file-type: ".html"
16183   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
16184   data: "plot-dpdk-throughput-latency-3n-skx"
16185   filter: "'NIC_Intel-XXV710' and
16186            '64B' and
16187            'BASE' and
16188            'NDRPDR' and
16189            '4T2C' and
16190            'IP4FWD'"
16191   parameters:
16192   - "throughput"
16193   - "parent"
16194   - "tags"
16195   traces:
16196     hoverinfo: "x+y"
16197     boxpoints: "outliers"
16198     whiskerwidth: 0
16199   layout:
16200     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
16201     layout: "plot-throughput"
16202
16203 # Packet Throughput - DPDK l3fwd 2n-skx-x710
16204 -
16205   type: "plot"
16206   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
16207   algorithm: "plot_performance_box"
16208   output-file-type: ".html"
16209   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
16210   data: "plot-dpdk-throughput-latency-2n-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-2n-skx-x710-64b-2t1c-base-ndr"
16227     layout: "plot-throughput"
16228
16229 -
16230   type: "plot"
16231   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
16232   algorithm: "plot_performance_box"
16233   output-file-type: ".html"
16234   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
16235   data: "plot-dpdk-throughput-latency-2n-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-2n-skx-x710-64b-4t2c-base-ndr"
16252     layout: "plot-throughput"
16253
16254 -
16255   type: "plot"
16256   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
16257   algorithm: "plot_performance_box"
16258   output-file-type: ".html"
16259   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
16260   data: "plot-dpdk-throughput-latency-2n-skx"
16261   filter: "'NIC_Intel-X710' and
16262            '64B' and
16263            'BASE' and
16264            'NDRPDR' and
16265            '2T1C' and
16266            'IP4FWD'"
16267   parameters:
16268   - "throughput"
16269   - "parent"
16270   - "tags"
16271   traces:
16272     hoverinfo: "x+y"
16273     boxpoints: "outliers"
16274     whiskerwidth: 0
16275   layout:
16276     title: "l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
16277     layout: "plot-throughput"
16278
16279 -
16280   type: "plot"
16281   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
16282   algorithm: "plot_performance_box"
16283   output-file-type: ".html"
16284   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
16285   data: "plot-dpdk-throughput-latency-2n-skx"
16286   filter: "'NIC_Intel-X710' and
16287            '64B' and
16288            'BASE' and
16289            'NDRPDR' and
16290            '4T2C' and
16291            'IP4FWD'"
16292   parameters:
16293   - "throughput"
16294   - "parent"
16295   - "tags"
16296   traces:
16297     hoverinfo: "x+y"
16298     boxpoints: "outliers"
16299     whiskerwidth: 0
16300   layout:
16301     title: "l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
16302     layout: "plot-throughput"
16303
16304 # Packet Throughput - DPDK l3fwd 2n-skx-xxv710
16305 -
16306   type: "plot"
16307   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
16308   algorithm: "plot_performance_box"
16309   output-file-type: ".html"
16310   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
16311   data: "plot-dpdk-throughput-latency-2n-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-2n-skx-xxv710-64b-2t1c-base-ndr"
16328     layout: "plot-throughput"
16329
16330 -
16331   type: "plot"
16332   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
16333   algorithm: "plot_performance_box"
16334   output-file-type: ".html"
16335   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
16336   data: "plot-dpdk-throughput-latency-2n-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-2n-skx-xxv710-64b-4t2c-base-ndr"
16353     layout: "plot-throughput"
16354
16355 -
16356   type: "plot"
16357   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
16358   algorithm: "plot_performance_box"
16359   output-file-type: ".html"
16360   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
16361   data: "plot-dpdk-throughput-latency-2n-skx"
16362   filter: "'NIC_Intel-XXV710' and
16363            '64B' and
16364            'BASE' and
16365            'NDRPDR' and
16366            '2T1C' and
16367            'IP4FWD'"
16368   parameters:
16369   - "throughput"
16370   - "parent"
16371   - "tags"
16372   traces:
16373     hoverinfo: "x+y"
16374     boxpoints: "outliers"
16375     whiskerwidth: 0
16376   layout:
16377     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
16378     layout: "plot-throughput"
16379
16380 -
16381   type: "plot"
16382   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
16383   algorithm: "plot_performance_box"
16384   output-file-type: ".html"
16385   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
16386   data: "plot-dpdk-throughput-latency-2n-skx"
16387   filter: "'NIC_Intel-XXV710' and
16388            '64B' and
16389            'BASE' and
16390            'NDRPDR' and
16391            '4T2C' and
16392            'IP4FWD'"
16393   parameters:
16394   - "throughput"
16395   - "parent"
16396   - "tags"
16397   traces:
16398     hoverinfo: "x+y"
16399     boxpoints: "outliers"
16400     whiskerwidth: 0
16401   layout:
16402     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
16403     layout: "plot-throughput"
16404
16405 ################################################################################
16406
16407 # Packet Throughput - DPDK testpmd 3n-hsw-x520
16408 -
16409   type: "plot"
16410   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
16411   algorithm: "plot_performance_box"
16412   output-file-type: ".html"
16413   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
16414   data: "plot-dpdk-throughput-latency-3n-hsw"
16415   filter: "'NIC_Intel-X520-DA2' and
16416            '64B' and
16417            'BASE' and
16418            'NDRPDR' and
16419            '1T1C' and
16420            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16421   parameters:
16422   - "throughput"
16423   - "parent"
16424   - "tags"
16425   traces:
16426     hoverinfo: "x+y"
16427     boxpoints: "outliers"
16428     whiskerwidth: 0
16429   layout:
16430     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
16431     layout: "plot-throughput"
16432
16433 -
16434   type: "plot"
16435   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
16436   algorithm: "plot_performance_box"
16437   output-file-type: ".html"
16438   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
16439   data: "plot-dpdk-throughput-latency-3n-hsw"
16440   filter: "'NIC_Intel-X520-DA2' and
16441            '64B' and
16442            'BASE' and
16443            'NDRPDR' and
16444            '2T2C' and
16445            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16446   parameters:
16447   - "throughput"
16448   - "parent"
16449   - "tags"
16450   traces:
16451     hoverinfo: "x+y"
16452     boxpoints: "outliers"
16453     whiskerwidth: 0
16454   layout:
16455     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
16456     layout: "plot-throughput"
16457
16458 -
16459   type: "plot"
16460   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
16461   algorithm: "plot_performance_box"
16462   output-file-type: ".html"
16463   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
16464   data: "plot-dpdk-throughput-latency-3n-hsw"
16465   filter: "'NIC_Intel-X520-DA2' and
16466            '64B' and
16467            'BASE' and
16468            'NDRPDR' and
16469            '1T1C' and
16470            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16471   parameters:
16472   - "throughput"
16473   - "parent"
16474   - "tags"
16475   traces:
16476     hoverinfo: "x+y"
16477     boxpoints: "outliers"
16478     whiskerwidth: 0
16479   layout:
16480     title: "testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
16481     layout: "plot-throughput"
16482
16483 -
16484   type: "plot"
16485   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
16486   algorithm: "plot_performance_box"
16487   output-file-type: ".html"
16488   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
16489   data: "plot-dpdk-throughput-latency-3n-hsw"
16490   filter: "'NIC_Intel-X520-DA2' and
16491            '64B' and
16492            'BASE' and
16493            'NDRPDR' and
16494            '2T2C' and
16495            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16496   parameters:
16497   - "throughput"
16498   - "parent"
16499   - "tags"
16500   traces:
16501     hoverinfo: "x+y"
16502     boxpoints: "outliers"
16503     whiskerwidth: 0
16504   layout:
16505     title: "testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
16506     layout: "plot-throughput"
16507
16508 # Packet Throughput - DPDK testpmd 3n-hsw-x710
16509 -
16510   type: "plot"
16511   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
16512   algorithm: "plot_performance_box"
16513   output-file-type: ".html"
16514   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
16515   data: "plot-dpdk-throughput-latency-3n-hsw"
16516   filter: "'NIC_Intel-X710' and
16517            '64B' and
16518            'BASE' and
16519            'NDRPDR' and
16520            '1T1C' and
16521            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16522   parameters:
16523   - "throughput"
16524   - "parent"
16525   - "tags"
16526   traces:
16527     hoverinfo: "x+y"
16528     boxpoints: "outliers"
16529     whiskerwidth: 0
16530   layout:
16531     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
16532     layout: "plot-throughput"
16533
16534 -
16535   type: "plot"
16536   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
16537   algorithm: "plot_performance_box"
16538   output-file-type: ".html"
16539   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
16540   data: "plot-dpdk-throughput-latency-3n-hsw"
16541   filter: "'NIC_Intel-X710' and
16542            '64B' and
16543            'BASE' and
16544            'NDRPDR' and
16545            '2T2C' and
16546            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16547   parameters:
16548   - "throughput"
16549   - "parent"
16550   - "tags"
16551   traces:
16552     hoverinfo: "x+y"
16553     boxpoints: "outliers"
16554     whiskerwidth: 0
16555   layout:
16556     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
16557     layout: "plot-throughput"
16558
16559 -
16560   type: "plot"
16561   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
16562   algorithm: "plot_performance_box"
16563   output-file-type: ".html"
16564   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
16565   data: "plot-dpdk-throughput-latency-3n-hsw"
16566   filter: "'NIC_Intel-X710' and
16567            '64B' and
16568            'BASE' and
16569            'NDRPDR' and
16570            '1T1C' and
16571            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16572   parameters:
16573   - "throughput"
16574   - "parent"
16575   - "tags"
16576   traces:
16577     hoverinfo: "x+y"
16578     boxpoints: "outliers"
16579     whiskerwidth: 0
16580   layout:
16581     title: "testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
16582     layout: "plot-throughput"
16583
16584 -
16585   type: "plot"
16586   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
16587   algorithm: "plot_performance_box"
16588   output-file-type: ".html"
16589   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
16590   data: "plot-dpdk-throughput-latency-3n-hsw"
16591   filter: "'NIC_Intel-X710' and
16592            '64B' and
16593            'BASE' and
16594            'NDRPDR' and
16595            '2T2C' and
16596            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16597   parameters:
16598   - "throughput"
16599   - "parent"
16600   - "tags"
16601   traces:
16602     hoverinfo: "x+y"
16603     boxpoints: "outliers"
16604     whiskerwidth: 0
16605   layout:
16606     title: "testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
16607     layout: "plot-throughput"
16608
16609 # Packet Throughput - DPDK testpmd 3n-hsw-xl710
16610 -
16611   type: "plot"
16612   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
16613   algorithm: "plot_performance_box"
16614   output-file-type: ".html"
16615   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
16616   data: "plot-dpdk-throughput-latency-3n-hsw"
16617   filter: "'NIC_Intel-XL710' 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-xl710-64b-1t1c-base-ndr"
16633     layout: "plot-throughput"
16634
16635 -
16636   type: "plot"
16637   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
16638   algorithm: "plot_performance_box"
16639   output-file-type: ".html"
16640   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
16641   data: "plot-dpdk-throughput-latency-3n-hsw"
16642   filter: "'NIC_Intel-XL710' 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-xl710-64b-2t2c-base-ndr"
16658     layout: "plot-throughput"
16659
16660 -
16661   type: "plot"
16662   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
16663   algorithm: "plot_performance_box"
16664   output-file-type: ".html"
16665   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
16666   data: "plot-dpdk-throughput-latency-3n-hsw"
16667   filter: "'NIC_Intel-XL710' and
16668            '64B' and
16669            'BASE' and
16670            'NDRPDR' and
16671            '1T1C' and
16672            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16673   parameters:
16674   - "throughput"
16675   - "parent"
16676   - "tags"
16677   traces:
16678     hoverinfo: "x+y"
16679     boxpoints: "outliers"
16680     whiskerwidth: 0
16681   layout:
16682     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
16683     layout: "plot-throughput"
16684
16685 -
16686   type: "plot"
16687   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
16688   algorithm: "plot_performance_box"
16689   output-file-type: ".html"
16690   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
16691   data: "plot-dpdk-throughput-latency-3n-hsw"
16692   filter: "'NIC_Intel-XL710' and
16693            '64B' and
16694            'BASE' and
16695            'NDRPDR' and
16696            '2T2C' and
16697            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16698   parameters:
16699   - "throughput"
16700   - "parent"
16701   - "tags"
16702   traces:
16703     hoverinfo: "x+y"
16704     boxpoints: "outliers"
16705     whiskerwidth: 0
16706   layout:
16707     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
16708     layout: "plot-throughput"
16709
16710 # Packet Throughput - DPDK testpmd 3n-skx-x710
16711 -
16712   type: "plot"
16713   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-ndr"
16714   algorithm: "plot_performance_box"
16715   output-file-type: ".html"
16716   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr"
16717   data: "plot-dpdk-throughput-latency-3n-skx"
16718   filter: "'NIC_Intel-X710' and
16719            '64B' and
16720            'BASE' and
16721            'NDRPDR' and
16722            '2T1C' 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-skx-x710-64b-2t1c-base-ndr"
16734     layout: "plot-throughput"
16735
16736 -
16737   type: "plot"
16738   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-ndr"
16739   algorithm: "plot_performance_box"
16740   output-file-type: ".html"
16741   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr"
16742   data: "plot-dpdk-throughput-latency-3n-skx"
16743   filter: "'NIC_Intel-X710' and
16744            '64B' and
16745            'BASE' and
16746            'NDRPDR' and
16747            '4T2C' 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-skx-x710-64b-4t2c-base-ndr"
16759     layout: "plot-throughput"
16760
16761 -
16762   type: "plot"
16763   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-pdr"
16764   algorithm: "plot_performance_box"
16765   output-file-type: ".html"
16766   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-pdr"
16767   data: "plot-dpdk-throughput-latency-3n-skx"
16768   filter: "'NIC_Intel-X710' and
16769            '64B' and
16770            'BASE' and
16771            'NDRPDR' and
16772            '2T1C' and
16773            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16774   parameters:
16775   - "throughput"
16776   - "parent"
16777   - "tags"
16778   traces:
16779     hoverinfo: "x+y"
16780     boxpoints: "outliers"
16781     whiskerwidth: 0
16782   layout:
16783     title: "testpmd-3n-skx-x710-64b-2t1c-base-pdr"
16784     layout: "plot-throughput"
16785
16786 -
16787   type: "plot"
16788   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-pdr"
16789   algorithm: "plot_performance_box"
16790   output-file-type: ".html"
16791   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-pdr"
16792   data: "plot-dpdk-throughput-latency-3n-skx"
16793   filter: "'NIC_Intel-X710' and
16794            '64B' and
16795            'BASE' and
16796            'NDRPDR' and
16797            '4T2C' and
16798            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16799   parameters:
16800   - "throughput"
16801   - "parent"
16802   - "tags"
16803   traces:
16804     hoverinfo: "x+y"
16805     boxpoints: "outliers"
16806     whiskerwidth: 0
16807   layout:
16808     title: "testpmd-3n-skx-x710-64b-4t2c-base-pdr"
16809     layout: "plot-throughput"
16810
16811 # Packet Throughput - DPDK testpmd 3n-skx-xxv710
16812 -
16813   type: "plot"
16814   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
16815   algorithm: "plot_performance_box"
16816   output-file-type: ".html"
16817   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
16818   data: "plot-dpdk-throughput-latency-3n-skx"
16819   filter: "'NIC_Intel-XXV710' and
16820            '64B' and
16821            'BASE' and
16822            'NDRPDR' and
16823            '2T1C' 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-skx-xxv710-64b-2t1c-base-ndr"
16835     layout: "plot-throughput"
16836
16837 -
16838   type: "plot"
16839   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
16840   algorithm: "plot_performance_box"
16841   output-file-type: ".html"
16842   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
16843   data: "plot-dpdk-throughput-latency-3n-skx"
16844   filter: "'NIC_Intel-XXV710' and
16845            '64B' and
16846            'BASE' and
16847            'NDRPDR' and
16848            '4T2C' 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-skx-xxv710-64b-4t2c-base-ndr"
16860     layout: "plot-throughput"
16861
16862 -
16863   type: "plot"
16864   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
16865   algorithm: "plot_performance_box"
16866   output-file-type: ".html"
16867   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
16868   data: "plot-dpdk-throughput-latency-3n-skx"
16869   filter: "'NIC_Intel-XXV710' and
16870            '64B' and
16871            'BASE' and
16872            'NDRPDR' and
16873            '2T1C' and
16874            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16875   parameters:
16876   - "throughput"
16877   - "parent"
16878   - "tags"
16879   traces:
16880     hoverinfo: "x+y"
16881     boxpoints: "outliers"
16882     whiskerwidth: 0
16883   layout:
16884     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
16885     layout: "plot-throughput"
16886
16887 -
16888   type: "plot"
16889   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
16890   algorithm: "plot_performance_box"
16891   output-file-type: ".html"
16892   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
16893   data: "plot-dpdk-throughput-latency-3n-skx"
16894   filter: "'NIC_Intel-XXV710' and
16895            '64B' and
16896            'BASE' and
16897            'NDRPDR' and
16898            '4T2C' and
16899            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16900   parameters:
16901   - "throughput"
16902   - "parent"
16903   - "tags"
16904   traces:
16905     hoverinfo: "x+y"
16906     boxpoints: "outliers"
16907     whiskerwidth: 0
16908   layout:
16909     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
16910     layout: "plot-throughput"
16911
16912 # Packet Throughput - DPDK testpmd 2n-skx-x710
16913 -
16914   type: "plot"
16915   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-ndr"
16916   algorithm: "plot_performance_box"
16917   output-file-type: ".html"
16918   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr"
16919   data: "plot-dpdk-throughput-latency-2n-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-2n-skx-x710-64b-2t1c-base-ndr"
16936     layout: "plot-throughput"
16937
16938 -
16939   type: "plot"
16940   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-ndr"
16941   algorithm: "plot_performance_box"
16942   output-file-type: ".html"
16943   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr"
16944   data: "plot-dpdk-throughput-latency-2n-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-2n-skx-x710-64b-4t2c-base-ndr"
16961     layout: "plot-throughput"
16962
16963 -
16964   type: "plot"
16965   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-pdr"
16966   algorithm: "plot_performance_box"
16967   output-file-type: ".html"
16968   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-pdr"
16969   data: "plot-dpdk-throughput-latency-2n-skx"
16970   filter: "'NIC_Intel-X710' and
16971            '64B' and
16972            'BASE' and
16973            'NDRPDR' and
16974            '2T1C' and
16975            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16976   parameters:
16977   - "throughput"
16978   - "parent"
16979   - "tags"
16980   traces:
16981     hoverinfo: "x+y"
16982     boxpoints: "outliers"
16983     whiskerwidth: 0
16984   layout:
16985     title: "testpmd-2n-skx-x710-64b-2t1c-base-pdr"
16986     layout: "plot-throughput"
16987
16988 -
16989   type: "plot"
16990   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-pdr"
16991   algorithm: "plot_performance_box"
16992   output-file-type: ".html"
16993   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-pdr"
16994   data: "plot-dpdk-throughput-latency-2n-skx"
16995   filter: "'NIC_Intel-X710' and
16996            '64B' and
16997            'BASE' and
16998            'NDRPDR' and
16999            '4T2C' and
17000            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17001   parameters:
17002   - "throughput"
17003   - "parent"
17004   - "tags"
17005   traces:
17006     hoverinfo: "x+y"
17007     boxpoints: "outliers"
17008     whiskerwidth: 0
17009   layout:
17010     title: "testpmd-2n-skx-x710-64b-4t2c-base-pdr"
17011     layout: "plot-throughput"
17012
17013 # Packet Throughput - DPDK testpmd 2n-skx-xxv710
17014 -
17015   type: "plot"
17016   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
17017   algorithm: "plot_performance_box"
17018   output-file-type: ".html"
17019   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
17020   data: "plot-dpdk-throughput-latency-2n-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-2n-skx-xxv710-64b-2t1c-base-ndr"
17037     layout: "plot-throughput"
17038
17039 -
17040   type: "plot"
17041   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
17042   algorithm: "plot_performance_box"
17043   output-file-type: ".html"
17044   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
17045   data: "plot-dpdk-throughput-latency-2n-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-2n-skx-xxv710-64b-4t2c-base-ndr"
17062     layout: "plot-throughput"
17063
17064 -
17065   type: "plot"
17066   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
17067   algorithm: "plot_performance_box"
17068   output-file-type: ".html"
17069   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
17070   data: "plot-dpdk-throughput-latency-2n-skx"
17071   filter: "'NIC_Intel-XXV710' and
17072            '64B' and
17073            'BASE' and
17074            'NDRPDR' and
17075            '2T1C' and
17076            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17077   parameters:
17078   - "throughput"
17079   - "parent"
17080   - "tags"
17081   traces:
17082     hoverinfo: "x+y"
17083     boxpoints: "outliers"
17084     whiskerwidth: 0
17085   layout:
17086     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
17087     layout: "plot-throughput"
17088
17089 -
17090   type: "plot"
17091   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
17092   algorithm: "plot_performance_box"
17093   output-file-type: ".html"
17094   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
17095   data: "plot-dpdk-throughput-latency-2n-skx"
17096   filter: "'NIC_Intel-XXV710' and
17097            '64B' and
17098            'BASE' and
17099            'NDRPDR' and
17100            '4T2C' and
17101            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17102   parameters:
17103   - "throughput"
17104   - "parent"
17105   - "tags"
17106   traces:
17107     hoverinfo: "x+y"
17108     boxpoints: "outliers"
17109     whiskerwidth: 0
17110   layout:
17111     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
17112     layout: "plot-throughput"
17113
17114 ################################################################################
17115
17116 # Packet Latency - VPP L2 3n-hsw-x520 base and scale
17117 -
17118   type: "plot"
17119   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
17120   algorithm: "plot_latency_error_bars"
17121   output-file-type: ".html"
17122   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
17123   data: "plot-vpp-throughput-latency-3n-hsw"
17124   filter: "'NIC_Intel-X520-DA2' and
17125            '64B' and
17126            ('BASE' or 'SCALE') and
17127            'NDRPDR' and
17128            'ETH' and
17129            '1T1C' and
17130            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17131            not 'VHOST' and
17132            not 'MEMIF'"
17133   parameters:
17134   - "latency"
17135   - "parent"
17136   - "tags"
17137   sort:
17138   - "L2XCFWD"
17139   - "L2PATCH"
17140   - "L2BDMACLRN"
17141   - "FIB_10K"
17142   - "FIB_100K"
17143   - "FIB_1M"
17144   layout:
17145     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
17146     layout: "plot-latency"
17147
17148 -
17149   type: "plot"
17150   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
17151   algorithm: "plot_latency_error_bars"
17152   output-file-type: ".html"
17153   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
17154   data: "plot-vpp-throughput-latency-3n-hsw"
17155   filter: "'NIC_Intel-X520-DA2' and
17156            '64B' and
17157            ('BASE' or 'SCALE') and
17158            'NDRPDR' and
17159            'ETH' and
17160            '2T2C' and
17161            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17162            not 'VHOST' and
17163            not 'MEMIF'"
17164   parameters:
17165   - "latency"
17166   - "parent"
17167   - "tags"
17168   sort:
17169   - "L2XCFWD"
17170   - "L2PATCH"
17171   - "L2BDMACLRN"
17172   - "FIB_10K"
17173   - "FIB_100K"
17174   - "FIB_1M"
17175   layout:
17176     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
17177     layout: "plot-latency"
17178
17179 # Packet Latency - VPP L2 3n-hsw-x520 features
17180 -
17181   type: "plot"
17182   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
17183   algorithm: "plot_latency_error_bars"
17184   output-file-type: ".html"
17185   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
17186   data: "plot-vpp-throughput-latency-3n-hsw"
17187   filter: "'NIC_Intel-X520-DA2' and
17188            '64B' and
17189            'NDRPDR' and
17190            '1T1C' and
17191            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
17192            not 'ACL' and
17193            not 'VHOST' and
17194            not 'MEMIF'"
17195   parameters:
17196   - "latency"
17197   - "parent"
17198   - "tags"
17199   sort:
17200   - "L2XCBASE"    # l2xcbase
17201   - "L2BDBASE"    # l2bdbase
17202   - "L2XCFWD"     # dot1q-l2xcbase
17203   - "L2BDMACLRN"  # dot1q-l2bdbase
17204   layout:
17205     title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
17206     layout: "plot-latency"
17207
17208 -
17209   type: "plot"
17210   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
17211   algorithm: "plot_latency_error_bars"
17212   output-file-type: ".html"
17213   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
17214   data: "plot-vpp-throughput-latency-3n-hsw"
17215   filter: "'NIC_Intel-X520-DA2' and
17216            '64B' and
17217            'NDRPDR' and
17218            '2T2C' and
17219            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
17220            not 'ACL' and
17221            not 'VHOST' and
17222            not 'MEMIF'"
17223   parameters:
17224   - "latency"
17225   - "parent"
17226   - "tags"
17227   sort:
17228   - "L2XCBASE"    # l2xcbase
17229   - "L2BDBASE"    # l2bdbase
17230   - "L2XCFWD"     # dot1q-l2xcbase
17231   - "L2BDMACLRN"  # dot1q-l2bdbase
17232   layout:
17233     title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
17234     layout: "plot-latency"
17235
17236 # Packet Latency - VPP L2 3n-hsw-x710 base and scale
17237 -
17238   type: "plot"
17239   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
17240   algorithm: "plot_latency_error_bars"
17241   output-file-type: ".html"
17242   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
17243   data: "plot-vpp-throughput-latency-3n-hsw"
17244   filter: "'NIC_Intel-X710' and
17245            '64B' and
17246            ('BASE' or 'SCALE') and
17247            'NDRPDR' and
17248            'ETH' and
17249            '1T1C' and
17250            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17251            not 'VHOST' and
17252            not 'MEMIF'"
17253   parameters:
17254   - "latency"
17255   - "parent"
17256   - "tags"
17257   sort:
17258   - "L2PATCH"
17259   - "L2XCFWD"
17260   - "L2BDMACLRN"
17261   - "FIB_10K"
17262   - "FIB_100K"
17263   - "FIB_1M"
17264   layout:
17265     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
17266     layout: "plot-latency"
17267
17268 -
17269   type: "plot"
17270   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
17271   algorithm: "plot_latency_error_bars"
17272   output-file-type: ".html"
17273   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
17274   data: "plot-vpp-throughput-latency-3n-hsw"
17275   filter: "'NIC_Intel-X710' and
17276            '64B' and
17277            ('BASE' or 'SCALE') and
17278            'NDRPDR' and
17279            'ETH' and
17280            '2T2C' and
17281            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17282            not 'VHOST' and
17283            not 'MEMIF'"
17284   parameters:
17285   - "latency"
17286   - "parent"
17287   - "tags"
17288   sort:
17289   - "L2PATCH"
17290   - "L2XCFWD"
17291   - "L2BDMACLRN"
17292   - "FIB_10K"
17293   - "FIB_100K"
17294   - "FIB_1M"
17295   layout:
17296     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
17297     layout: "plot-latency"
17298
17299 # Packet Latency - VPP L2 3n-hsw-x710 features
17300 -
17301   type: "plot"
17302   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
17303   algorithm: "plot_latency_error_bars"
17304   output-file-type: ".html"
17305   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
17306   data: "plot-vpp-throughput-latency-3n-hsw"
17307   filter: "'NIC_Intel-X710' and
17308            '64B' and
17309            'NDRPDR' and
17310            '1T1C' and
17311            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
17312            not 'ACL' and
17313            not 'VHOST' and
17314            not 'L2OVRLAY' and
17315            not 'MEMIF'"
17316   parameters:
17317   - "latency"
17318   - "parent"
17319   - "tags"
17320   sort:
17321   - "L2XCBASE"    # l2xcbase
17322   - "L2BDBASE"    # l2bdbase
17323   - "L2XCFWD"     # dot1q-l2xcbase
17324   - "L2BDMACLRN"  # dot1q-l2bdbase
17325   layout:
17326     title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
17327     layout: "plot-latency"
17328
17329 -
17330   type: "plot"
17331   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
17332   algorithm: "plot_latency_error_bars"
17333   output-file-type: ".html"
17334   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
17335   data: "plot-vpp-throughput-latency-3n-hsw"
17336   filter: "'NIC_Intel-X710' and
17337            '64B' and
17338            'NDRPDR' and
17339            '2T2C' and
17340            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
17341            not 'ACL' and
17342            not 'VHOST' and
17343            not 'L2OVRLAY' and
17344            not 'MEMIF'"
17345   parameters:
17346   - "latency"
17347   - "parent"
17348   - "tags"
17349   sort:
17350   - "L2XCBASE"    # l2xcbase
17351   - "L2BDBASE"    # l2bdbase
17352   - "L2XCFWD"     # dot1q-l2xcbase
17353   - "L2BDMACLRN"  # dot1q-l2bdbase
17354   layout:
17355     title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
17356     layout: "plot-latency"
17357
17358 # Packet Latency - VPP L2 3n-hsw-xl710 base and scale
17359 -
17360   type: "plot"
17361   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
17362   algorithm: "plot_latency_error_bars"
17363   output-file-type: ".html"
17364   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
17365   data: "plot-vpp-throughput-latency-3n-hsw"
17366   filter: "'NIC_Intel-XL710' and
17367            '64B' and
17368            'BASE' and
17369            'NDRPDR' and
17370            'ETH' and
17371            '1T1C' and
17372            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17373            not 'VHOST' and
17374            not 'MEMIF'"
17375   parameters:
17376   - "latency"
17377   - "parent"
17378   - "tags"
17379   sort:
17380   - "L2PATCH"
17381   - "L2XCFWD"
17382   - "L2BDMACLRN"
17383   layout:
17384     title: "l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
17385     layout: "plot-latency"
17386
17387 -
17388   type: "plot"
17389   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
17390   algorithm: "plot_latency_error_bars"
17391   output-file-type: ".html"
17392   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
17393   data: "plot-vpp-throughput-latency-3n-hsw"
17394   filter: "'NIC_Intel-XL710' and
17395            '64B' and
17396            'BASE' and
17397            'NDRPDR' and
17398            'ETH' and
17399            '2T2C' and
17400            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17401            not 'VHOST' and
17402            not 'MEMIF'"
17403   parameters:
17404   - "latency"
17405   - "parent"
17406   - "tags"
17407   sort:
17408   - "L2PATCH"
17409   - "L2XCFWD"
17410   - "L2BDMACLRN"
17411   layout:
17412     title: "l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
17413     layout: "plot-latency"
17414
17415 # Packet Latency - VPP L2 3n-skx-x710 base and scale
17416 -
17417   type: "plot"
17418   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
17419   algorithm: "plot_latency_error_bars"
17420   output-file-type: ".html"
17421   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
17422   data: "plot-vpp-throughput-latency-3n-skx"
17423   filter: "'NIC_Intel-X710' and
17424            '64B' and
17425            ('BASE' or 'SCALE') and
17426            'NDRPDR' and
17427            'ETH' and
17428            '2T1C' and
17429            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17430            not 'VHOST' and
17431            not 'MEMIF' and
17432            not 'DRV_AVF'"
17433   parameters:
17434   - "latency"
17435   - "parent"
17436   - "tags"
17437   sort:
17438   - "L2PATCH"
17439   - "L2XCBASE"
17440   - "BASE"
17441   - "FIB_10K"
17442   - "FIB_100K"
17443   - "FIB_1M"
17444   layout:
17445     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
17446     layout: "plot-latency"
17447
17448 -
17449   type: "plot"
17450   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
17451   algorithm: "plot_latency_error_bars"
17452   output-file-type: ".html"
17453   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
17454   data: "plot-vpp-throughput-latency-3n-skx"
17455   filter: "'NIC_Intel-X710' and
17456            '64B' and
17457            ('BASE' or 'SCALE') and
17458            'NDRPDR' and
17459            'ETH' and
17460            '4T2C' and
17461            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17462            not 'VHOST' and
17463            not 'MEMIF' and
17464            not 'DRV_AVF'"
17465   parameters:
17466   - "latency"
17467   - "parent"
17468   - "tags"
17469   sort:
17470   - "L2PATCH"
17471   - "L2XCBASE"
17472   - "BASE"
17473   - "FIB_10K"
17474   - "FIB_100K"
17475   - "FIB_1M"
17476   layout:
17477     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
17478     layout: "plot-latency"
17479
17480 # Packet Latency - VPP L2 3n-skx-x710 features
17481 -
17482   type: "plot"
17483   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
17484   algorithm: "plot_latency_error_bars"
17485   output-file-type: ".html"
17486   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
17487   data: "plot-vpp-throughput-latency-3n-skx"
17488   filter: "'NIC_Intel-X710' and
17489            '64B' and
17490            'NDRPDR' and
17491            '2T1C' and
17492            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
17493            not 'ACL' and
17494            not 'VHOST' and
17495            not 'DRV_AVF' and
17496            not 'L2OVRLAY' and
17497            not 'MEMIF'"
17498   parameters:
17499   - "latency"
17500   - "parent"
17501   - "tags"
17502   sort:
17503   - "L2XCBASE"    # l2xcbase
17504   - "L2BDBASE"    # l2bdbase
17505   - "L2XCFWD"     # dot1q-l2xcbase
17506   - "L2BDMACLRN"  # dot1q-l2bdbase
17507   layout:
17508     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
17509     layout: "plot-latency"
17510
17511 -
17512   type: "plot"
17513   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
17514   algorithm: "plot_latency_error_bars"
17515   output-file-type: ".html"
17516   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
17517   data: "plot-vpp-throughput-latency-3n-skx"
17518   filter: "'NIC_Intel-X710' and
17519            '64B' and
17520            'NDRPDR' and
17521            '4T2C' and
17522            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
17523            not 'ACL' and
17524            not 'VHOST' and
17525            not 'DRV_AVF' and
17526            not 'L2OVRLAY' and
17527            not 'MEMIF'"
17528   parameters:
17529   - "latency"
17530   - "parent"
17531   - "tags"
17532   sort:
17533   - "L2XCBASE"    # l2xcbase
17534   - "L2BDBASE"    # l2bdbase
17535   - "L2XCFWD"     # dot1q-l2xcbase
17536   - "L2BDMACLRN"  # dot1q-l2bdbase
17537   layout:
17538     title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
17539     layout: "plot-latency"
17540
17541 # Packet Latency - VPP L2 3n-skx-xxv710 base and scale
17542 -
17543   type: "plot"
17544   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
17545   algorithm: "plot_latency_error_bars"
17546   output-file-type: ".html"
17547   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
17548   data: "plot-vpp-throughput-latency-3n-skx"
17549   filter: "'NIC_Intel-XXV710' and
17550            '64B' and
17551            ('BASE' or 'SCALE') and
17552            'NDRPDR' and
17553            'ETH' and
17554            '2T1C' and
17555            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17556            not 'VHOST' and
17557            not 'MEMIF'"
17558   parameters:
17559   - "latency"
17560   - "parent"
17561   - "tags"
17562   sort:
17563   - "L2PATCH"
17564   - "L2PATCH"
17565   - "L2XCBASE"
17566   - "L2BDMACLRN"
17567   layout:
17568     title: "l2sw-3n-skx-xxv710-64b-2t1c-base-ndr"
17569     layout: "plot-latency"
17570
17571 -
17572   type: "plot"
17573   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
17574   algorithm: "plot_latency_error_bars"
17575   output-file-type: ".html"
17576   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
17577   data: "plot-vpp-throughput-latency-3n-skx"
17578   filter: "'NIC_Intel-XXV710' and
17579            '64B' and
17580            ('BASE' or 'SCALE') and
17581            'NDRPDR' and
17582            'ETH' and
17583            '4T2C' and
17584            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17585            not 'VHOST' and
17586            not 'MEMIF'"
17587   parameters:
17588   - "latency"
17589   - "parent"
17590   - "tags"
17591   sort:
17592   - "L2PATCH"
17593   - "L2PATCH"
17594   - "L2XCBASE"
17595   - "L2BDMACLRN"
17596   layout:
17597     title: "l2sw-3n-skx-xxv710-64b-4t2c-base-ndr"
17598     layout: "plot-latency"
17599
17600 # Packet Latency - VPP L2 2n-skx-x710 base and scale
17601 -
17602   type: "plot"
17603   title: "VPP Latency: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
17604   algorithm: "plot_latency_error_bars"
17605   output-file-type: ".html"
17606   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
17607   data: "plot-vpp-throughput-latency-2n-skx"
17608   filter: "'NIC_Intel-X710' and
17609            '64B' and
17610            'ETH' and
17611            ('BASE' or 'SCALE') and
17612            'NDRPDR' and
17613            '2T1C' and
17614            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17615            not 'VHOST' and
17616            not 'MEMIF'"
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-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
17630     layout: "plot-latency"
17631
17632 -
17633   type: "plot"
17634   title: "VPP Latency: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
17635   algorithm: "plot_latency_error_bars"
17636   output-file-type: ".html"
17637   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
17638   data: "plot-vpp-throughput-latency-2n-skx"
17639   filter: "'NIC_Intel-X710' and
17640            '64B' and
17641            ('BASE' or 'SCALE') and
17642            'NDRPDR' and
17643            'ETH' and
17644            '4T2C' and
17645            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17646            not 'VHOST' and
17647            not 'MEMIF'"
17648   parameters:
17649   - "latency"
17650   - "parent"
17651   - "tags"
17652   sort:
17653   - "L2PATCH"
17654   - "L2XCBASE"
17655   - "BASE"
17656   - "FIB_10K"
17657   - "FIB_100K"
17658   - "FIB_1M"
17659   layout:
17660     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
17661     layout: "plot-latency"
17662
17663 # Packet Latency - VPP L2 2n-skx-xxv710 base and scale
17664 -
17665   type: "plot"
17666   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
17667   algorithm: "plot_latency_error_bars"
17668   output-file-type: ".html"
17669   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
17670   data: "plot-vpp-throughput-latency-2n-skx"
17671   filter: "'NIC_Intel-XXV710' and
17672            '64B' and
17673            ('BASE' or 'SCALE') and
17674            'NDRPDR' and
17675            'ETH' and
17676            '2T1C' and
17677            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17678            not 'VHOST' and
17679            not 'MEMIF'"
17680   parameters:
17681   - "latency"
17682   - "parent"
17683   - "tags"
17684   sort:
17685   - "L2PATCH"
17686   - "L2XCBASE"
17687   - "BASE"
17688   - "FIB_10K"
17689   - "FIB_100K"
17690   - "FIB_1M"
17691   layout:
17692     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
17693     layout: "plot-latency"
17694
17695 -
17696   type: "plot"
17697   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
17698   algorithm: "plot_latency_error_bars"
17699   output-file-type: ".html"
17700   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
17701   data: "plot-vpp-throughput-latency-2n-skx"
17702   filter: "'NIC_Intel-XXV710' and
17703            '64B' and
17704            ('BASE' or 'SCALE') and
17705            'NDRPDR' and
17706            'ETH' and
17707            '4T2C' and
17708            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17709            not 'VHOST' and
17710            not 'MEMIF'"
17711   parameters:
17712   - "latency"
17713   - "parent"
17714   - "tags"
17715   sort:
17716   - "L2PATCH"
17717   - "L2XCBASE"
17718   - "BASE"
17719   - "FIB_10K"
17720   - "FIB_100K"
17721   - "FIB_1M"
17722   layout:
17723     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
17724     layout: "plot-latency"
17725
17726 ################################################################################
17727
17728 # Packet Latency - VPP Container Memif 3n-hsw-x520
17729 -
17730   type: "plot"
17731   title: "VPP Latency: memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
17732   algorithm: "plot_latency_error_bars"
17733   output-file-type: ".html"
17734   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
17735   data: "plot-vpp-throughput-latency-3n-hsw"
17736   filter: "'NIC_Intel-X520-DA2' and
17737            '64B' and
17738            ('BASE' or 'SCALE') and
17739            'NDRPDR' and
17740            '1T1C' and
17741            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
17742            not 'VHOST' and
17743            'MEMIF'"
17744   parameters:
17745   - "latency"
17746   - "parent"
17747   - "tags"
17748   sort:
17749   - "L2XCFWD"
17750   - "L2XCFWD"
17751   - "L2XCFWD"
17752   - "L2BDMACLRN"
17753   - "L2BDMACLRN"
17754   - "L2BDMACLRN"
17755   - "IP4FWD"
17756   layout:
17757     title: "memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
17758     layout: "plot-latency"
17759
17760 -
17761   type: "plot"
17762   title: "VPP Latency: memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
17763   algorithm: "plot_latency_error_bars"
17764   output-file-type: ".html"
17765   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
17766   data: "plot-vpp-throughput-latency-3n-hsw"
17767   filter: "'NIC_Intel-X520-DA2' and
17768            '64B' and
17769            ('BASE' or 'SCALE') and
17770            'NDRPDR' and
17771            '2T2C' and
17772            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
17773            not 'VHOST' and
17774            'MEMIF'"
17775   parameters:
17776   - "latency"
17777   - "parent"
17778   - "tags"
17779   sort:
17780   - "L2XCFWD"
17781   - "L2XCFWD"
17782   - "L2XCFWD"
17783   - "L2BDMACLRN"
17784   - "L2BDMACLRN"
17785   - "L2BDMACLRN"
17786   - "IP4FWD"
17787   layout:
17788     title: "memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
17789     layout: "plot-latency"
17790
17791 # Packet Latency - VPP Container Memif 3n-hsw-x710
17792 -
17793   type: "plot"
17794   title: "VPP Latency: memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
17795   algorithm: "plot_latency_error_bars"
17796   output-file-type: ".html"
17797   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
17798   data: "plot-vpp-throughput-latency-3n-hsw"
17799   filter: "'NIC_Intel-X710' and
17800            '64B' and
17801            ('BASE' or 'SCALE') and
17802            'NDRPDR' and
17803            '1T1C' and
17804            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
17805            not 'VHOST' and
17806            'MEMIF'"
17807   parameters:
17808   - "latency"
17809   - "parent"
17810   - "tags"
17811   sort:
17812   - "L2XCFWD"
17813   - "L2XCFWD"
17814   - "L2XCFWD"
17815   - "L2BDMACLRN"
17816   - "L2BDMACLRN"
17817   - "L2BDMACLRN"
17818   - "IP4FWD"
17819   layout:
17820     title: "memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
17821     layout: "plot-latency"
17822
17823 -
17824   type: "plot"
17825   title: "VPP Latency: memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
17826   algorithm: "plot_latency_error_bars"
17827   output-file-type: ".html"
17828   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
17829   data: "plot-vpp-throughput-latency-3n-hsw"
17830   filter: "'NIC_Intel-X710' and
17831            '64B' and
17832            ('BASE' or 'SCALE') and
17833            'NDRPDR' and
17834            '2T2C' and
17835            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
17836            not 'VHOST' and
17837            'MEMIF'"
17838   parameters:
17839   - "latency"
17840   - "parent"
17841   - "tags"
17842   sort:
17843   - "L2XCFWD"
17844   - "L2XCFWD"
17845   - "L2XCFWD"
17846   - "L2BDMACLRN"
17847   - "L2BDMACLRN"
17848   - "L2BDMACLRN"
17849   - "IP4FWD"
17850   layout:
17851     title: "memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
17852     layout: "plot-latency"
17853
17854 # Packet Latency - VPP Container Memif 3n-hsw-xl710
17855 -
17856   type: "plot"
17857   title: "VPP Latency: memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr-lat"
17858   algorithm: "plot_latency_error_bars"
17859   output-file-type: ".html"
17860   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr-lat"
17861   data: "plot-vpp-throughput-latency-3n-hsw"
17862   filter: "'NIC_Intel-XL710' and
17863            '64B' and
17864            ('BASE' or 'SCALE') and
17865            'NDRPDR' and
17866            '1T1C' and
17867            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
17868            not 'VHOST' and
17869            'MEMIF'"
17870   parameters:
17871   - "latency"
17872   - "parent"
17873   - "tags"
17874   sort:
17875   - "L2XCFWD"
17876   - "L2XCFWD"
17877   - "L2XCFWD"
17878   - "L2BDMACLRN"
17879   - "L2BDMACLRN"
17880   - "L2BDMACLRN"
17881   - "IP4FWD"
17882   layout:
17883     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr"
17884     layout: "plot-latency"
17885
17886 -
17887   type: "plot"
17888   title: "VPP Latency: memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr-lat"
17889   algorithm: "plot_latency_error_bars"
17890   output-file-type: ".html"
17891   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr-lat"
17892   data: "plot-vpp-throughput-latency-3n-hsw"
17893   filter: "'NIC_Intel-XL710' and
17894            '64B' and
17895            ('BASE' or 'SCALE') and
17896            'NDRPDR' and
17897            '2T2C' and
17898            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
17899            not 'VHOST' and
17900            'MEMIF'"
17901   parameters:
17902   - "latency"
17903   - "parent"
17904   - "tags"
17905   sort:
17906   - "L2XCFWD"
17907   - "L2XCFWD"
17908   - "L2XCFWD"
17909   - "L2BDMACLRN"
17910   - "L2BDMACLRN"
17911   - "L2BDMACLRN"
17912   - "IP4FWD"
17913   layout:
17914     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr"
17915     layout: "plot-latency"
17916
17917 # Packet Latency - VPP Container Memif 3n-skx-x710
17918 -
17919   type: "plot"
17920   title: "VPP Latency: memif-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
17921   algorithm: "plot_latency_error_bars"
17922   output-file-type: ".html"
17923   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
17924   data: "plot-vpp-throughput-latency-3n-skx"
17925   filter: "'NIC_Intel-X710' and
17926            '64B' and
17927            ('BASE' or 'SCALE') and
17928            'NDRPDR' and
17929            '2T1C' and
17930            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
17931            not 'VHOST' and
17932            'MEMIF'"
17933   parameters:
17934   - "latency"
17935   - "parent"
17936   - "tags"
17937   sort:
17938   - "L2XCFWD"
17939   - "L2XCFWD"
17940   - "L2XCFWD"
17941   - "L2BDMACLRN"
17942   - "L2BDMACLRN"
17943   - "L2BDMACLRN"
17944   - "IP4FWD"
17945   layout:
17946     title: "memif-3n-skx-x710-64b-2t1c-base_and_features-ndr"
17947     layout: "plot-latency"
17948
17949 -
17950   type: "plot"
17951   title: "VPP Latency: memif-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
17952   algorithm: "plot_latency_error_bars"
17953   output-file-type: ".html"
17954   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
17955   data: "plot-vpp-throughput-latency-3n-skx"
17956   filter: "'NIC_Intel-X710' and
17957            '64B' and
17958            ('BASE' or 'SCALE') and
17959            'NDRPDR' and
17960            '4T2C' and
17961            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
17962            not 'VHOST' and
17963            'MEMIF'"
17964   parameters:
17965   - "latency"
17966   - "parent"
17967   - "tags"
17968   sort:
17969   - "L2XCFWD"
17970   - "L2XCFWD"
17971   - "L2XCFWD"
17972   - "L2BDMACLRN"
17973   - "L2BDMACLRN"
17974   - "L2BDMACLRN"
17975   - "IP4FWD"
17976   layout:
17977     title: "memif-3n-skx-x710-64b-4t2c-base_and_features-ndr"
17978     layout: "plot-latency"
17979
17980 # Packet Latency - VPP Container Memif 2n-skx-x710
17981 -
17982   type: "plot"
17983   title: "VPP Latency: memif-2n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
17984   algorithm: "plot_latency_error_bars"
17985   output-file-type: ".html"
17986   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
17987   data: "plot-vpp-throughput-latency-2n-skx"
17988   filter: "'NIC_Intel-X710' and
17989            '64B' and
17990            ('BASE' or 'SCALE') and
17991            'NDRPDR' and
17992            '2T1C' and
17993            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
17994            not 'VHOST' and
17995            not 'NF_DENSITY' and
17996            'MEMIF'"
17997   parameters:
17998   - "latency"
17999   - "parent"
18000   - "tags"
18001   sort:
18002   - "L2XCFWD"
18003   - "L2XCFWD"
18004   - "L2XCFWD"
18005   - "L2BDMACLRN"
18006   - "L2BDMACLRN"
18007   - "L2BDMACLRN"
18008   - "IP4FWD"
18009   layout:
18010     title: "memif-2n-skx-x710-64b-2t1c-base_and_features-ndr"
18011     layout: "plot-latency"
18012
18013 -
18014   type: "plot"
18015   title: "VPP Latency: memif-2n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
18016   algorithm: "plot_latency_error_bars"
18017   output-file-type: ".html"
18018   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
18019   data: "plot-vpp-throughput-latency-2n-skx"
18020   filter: "'NIC_Intel-X710' and
18021            '64B' and
18022            ('BASE' or 'SCALE') and
18023            'NDRPDR' and
18024            '4T2C' and
18025            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
18026            not 'VHOST' and
18027            not 'NF_DENSITY' and
18028            'MEMIF'"
18029   parameters:
18030   - "latency"
18031   - "parent"
18032   - "tags"
18033   sort:
18034   - "L2XCFWD"
18035   - "L2XCFWD"
18036   - "L2XCFWD"
18037   - "L2BDMACLRN"
18038   - "L2BDMACLRN"
18039   - "L2BDMACLRN"
18040   - "IP4FWD"
18041   layout:
18042     title: "memif-2n-skx-x710-64b-4t2c-base_and_features-ndr"
18043     layout: "plot-latency"
18044
18045 # Packet Latency - VPP Container Memif 2n-skx-xxv710
18046 -
18047   type: "plot"
18048   title: "VPP Latency: memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr-lat"
18049   algorithm: "plot_latency_error_bars"
18050   output-file-type: ".html"
18051   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr-lat"
18052   data: "plot-vpp-throughput-latency-2n-skx"
18053   filter: "'NIC_Intel-XXV710' and
18054            '64B' and
18055            ('BASE' or 'SCALE') and
18056            'NDRPDR' and
18057            '2T1C' and
18058            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
18059            not 'VHOST' and
18060            'MEMIF'"
18061   parameters:
18062   - "latency"
18063   - "parent"
18064   - "tags"
18065   sort:
18066   - "L2XCFWD"
18067   - "L2XCFWD"
18068   - "L2XCFWD"
18069   - "L2BDMACLRN"
18070   - "L2BDMACLRN"
18071   - "L2BDMACLRN"
18072   - "IP4FWD"
18073   layout:
18074     title: "memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
18075     layout: "plot-latency"
18076
18077 -
18078   type: "plot"
18079   title: "VPP Latency: memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr-lat"
18080   algorithm: "plot_latency_error_bars"
18081   output-file-type: ".html"
18082   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr-lat"
18083   data: "plot-vpp-throughput-latency-2n-skx"
18084   filter: "'NIC_Intel-XXV710' and
18085            '64B' and
18086            ('BASE' or 'SCALE') and
18087            'NDRPDR' and
18088            '4T2C' and
18089            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
18090            not 'VHOST' and
18091            'MEMIF'"
18092   parameters:
18093   - "latency"
18094   - "parent"
18095   - "tags"
18096   sort:
18097   - "L2XCFWD"
18098   - "L2XCFWD"
18099   - "L2XCFWD"
18100   - "L2BDMACLRN"
18101   - "L2BDMACLRN"
18102   - "L2BDMACLRN"
18103   - "IP4FWD"
18104   layout:
18105     title: "memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
18106     layout: "plot-latency"
18107
18108 ################################################################################
18109
18110 # Packet Latency - VPP Container Memif 3n-hsw-x520 - l2xc
18111 -
18112   type: "plot"
18113   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
18114   algorithm: "plot_latency_error_bars"
18115   output-file-type: ".html"
18116   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
18117   data: "plot-ligato-throughput-latency-3n-hsw"
18118   filter: "'NIC_Intel-X520-DA2' and
18119            '64B' and
18120            ('BASE' or 'SCALE') and
18121            'NDRPDR' and
18122            '1T1C' and
18123            'L2XCFWD' and
18124            not 'VHOST' and
18125            not 'NF_DENSITY' and
18126            'MEMIF'"
18127   parameters:
18128   - "latency"
18129   - "parent"
18130   - "tags"
18131   sort:
18132   - "1VNF"
18133   - "2VNF"
18134   - "4VNF"
18135   - "2VNF"
18136   - "4VNF"
18137   layout:
18138     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
18139     layout: "plot-latency"
18140
18141 -
18142   type: "plot"
18143   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
18144   algorithm: "plot_latency_error_bars"
18145   output-file-type: ".html"
18146   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
18147   data: "plot-ligato-throughput-latency-3n-hsw"
18148   filter: "'NIC_Intel-X520-DA2' and
18149            '64B' and
18150            ('BASE' or 'SCALE') and
18151            'NDRPDR' and
18152            '2T2C' and
18153            'L2XCFWD' and
18154            not 'VHOST' and
18155            not 'NF_DENSITY' and
18156            'MEMIF'"
18157   parameters:
18158   - "latency"
18159   - "parent"
18160   - "tags"
18161   sort:
18162   - "1VNF"
18163   - "2VNF"
18164   - "4VNF"
18165   - "2VNF"
18166   - "4VNF"
18167   layout:
18168     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
18169     layout: "plot-latency"
18170
18171 # Packet Latency - VPP Container Memif 3n-hsw-x520 - l2bd
18172 -
18173   type: "plot"
18174   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
18175   algorithm: "plot_latency_error_bars"
18176   output-file-type: ".html"
18177   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
18178   data: "plot-ligato-throughput-latency-3n-hsw"
18179   filter: "'NIC_Intel-X520-DA2' and
18180            '64B' and
18181            ('BASE' or 'SCALE') and
18182            'NDRPDR' and
18183            '1T1C' and
18184            ('L2BDMACSTAT' or 'L2BDMACLRN') and
18185            not 'VHOST' and
18186            not 'NF_DENSITY' and
18187            'MEMIF'"
18188   parameters:
18189   - "latency"
18190   - "parent"
18191   - "tags"
18192   sort:
18193   - "1VNF"
18194   - "2VNF"
18195   - "4VNF"
18196   - "2VNF"
18197   - "4VNF"
18198   layout:
18199     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
18200     layout: "plot-latency"
18201
18202 -
18203   type: "plot"
18204   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
18205   algorithm: "plot_latency_error_bars"
18206   output-file-type: ".html"
18207   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
18208   data: "plot-ligato-throughput-latency-3n-hsw"
18209   filter: "'NIC_Intel-X520-DA2' and
18210            '64B' and
18211            ('BASE' or 'SCALE') and
18212            'NDRPDR' and
18213            '2T2C' and
18214            ('L2BDMACSTAT' or 'L2BDMACLRN') and
18215            not 'VHOST' and
18216            not 'NF_DENSITY' and
18217            'MEMIF'"
18218   parameters:
18219   - "latency"
18220   - "parent"
18221   - "tags"
18222   sort:
18223   - "1VNF"
18224   - "2VNF"
18225   - "4VNF"
18226   - "2VNF"
18227   - "4VNF"
18228   layout:
18229     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
18230     layout: "plot-latency"
18231
18232 # Packet Latency - VPP Container Memif 3n-hsw-x710 - l2xc
18233 -
18234   type: "plot"
18235   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
18236   algorithm: "plot_latency_error_bars"
18237   output-file-type: ".html"
18238   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
18239   data: "plot-ligato-throughput-latency-3n-hsw"
18240   filter: "'NIC_Intel-X710' and
18241            '64B' and
18242            ('BASE' or 'SCALE') and
18243            'NDRPDR' and
18244            '1T1C' and
18245            'L2XCFWD' and
18246            not 'VHOST' and
18247            not 'NF_DENSITY' and
18248            'MEMIF'"
18249   parameters:
18250   - "latency"
18251   - "parent"
18252   - "tags"
18253   sort:
18254   - "1VNF"
18255   - "2VNF"
18256   - "4VNF"
18257   - "2VNF"
18258   - "4VNF"
18259   layout:
18260     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
18261     layout: "plot-latency"
18262
18263 -
18264   type: "plot"
18265   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-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-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
18269   data: "plot-ligato-throughput-latency-3n-hsw"
18270   filter: "'NIC_Intel-X710' and
18271            '64B' and
18272            ('BASE' or 'SCALE') and
18273            'NDRPDR' and
18274            '2T2C' 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-x710-64b-2t2c-base_and_scale-l2xc-ndr"
18291     layout: "plot-latency"
18292
18293 # Packet Latency - VPP Container Memif 3n-hsw-x710 - l2bd
18294 -
18295   type: "plot"
18296   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
18297   algorithm: "plot_latency_error_bars"
18298   output-file-type: ".html"
18299   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
18300   data: "plot-ligato-throughput-latency-3n-hsw"
18301   filter: "'NIC_Intel-X710' and
18302            '64B' and
18303            ('BASE' or 'SCALE') and
18304            'NDRPDR' and
18305            '1T1C' and
18306            ('L2BDMACSTAT' or 'L2BDMACLRN') and
18307            not 'VHOST' and
18308            not 'NF_DENSITY' and
18309            'MEMIF'"
18310   parameters:
18311   - "latency"
18312   - "parent"
18313   - "tags"
18314   sort:
18315   - "1VNF"
18316   - "2VNF"
18317   - "4VNF"
18318   - "2VNF"
18319   - "4VNF"
18320   layout:
18321     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
18322     layout: "plot-latency"
18323
18324 -
18325   type: "plot"
18326   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-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-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
18330   data: "plot-ligato-throughput-latency-3n-hsw"
18331   filter: "'NIC_Intel-X710' and
18332            '64B' and
18333            ('BASE' or 'SCALE') and
18334            'NDRPDR' and
18335            '2T2C' 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-x710-64b-2t2c-base_and_scale-l2bd-ndr"
18352     layout: "plot-latency"
18353
18354 ################################################################################
18355
18356 # Packet Latency - VPP IPv4 3n-hsw-x520 base and scale
18357 -
18358   type: "plot"
18359   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18360   algorithm: "plot_latency_error_bars"
18361   output-file-type: ".html"
18362   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18363   data: "plot-vpp-throughput-latency-3n-hsw"
18364   filter: "'NIC_Intel-X520-DA2' and
18365            '64B' and
18366            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
18367            'NDRPDR' and
18368            '1T1C' and
18369            'IP4FWD' and
18370            not 'IPSEC' and
18371            not 'DOT1Q' and
18372            not 'VHOST'"
18373   parameters:
18374   - "latency"
18375   - "parent"
18376   - "tags"
18377   sort:
18378   - "DOT1Q"
18379   - "IP4BASE"
18380   - "FIB_20k"
18381   - "FIB_200k"
18382   - "FIB_2M"
18383   layout:
18384     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
18385     layout: "plot-latency"
18386
18387 -
18388   type: "plot"
18389   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
18390   algorithm: "plot_latency_error_bars"
18391   output-file-type: ".html"
18392   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
18393   data: "plot-vpp-throughput-latency-3n-hsw"
18394   filter: "'NIC_Intel-X520-DA2' and
18395            '64B' and
18396            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
18397            'NDRPDR' and
18398            '2T2C' and
18399            'IP4FWD' and
18400            not 'IPSEC' and
18401            not 'DOT1Q' and
18402            not 'VHOST'"
18403   parameters:
18404   - "latency"
18405   - "parent"
18406   - "tags"
18407   sort:
18408   - "DOT1Q"
18409   - "IP4BASE"
18410   - "FIB_20k"
18411   - "FIB_200k"
18412   - "FIB_2M"
18413   layout:
18414     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
18415     layout: "plot-latency"
18416
18417 # Packet Latency - VPP IPv4 3n-hsw-x520 features
18418 -
18419   type: "plot"
18420   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
18421   algorithm: "plot_latency_error_bars"
18422   output-file-type: ".html"
18423   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
18424   data: "plot-vpp-throughput-latency-3n-hsw"
18425   filter: "'NIC_Intel-X520-DA2' and
18426            '64B' and
18427            ('IP4BASE' or
18428             'POLICE_MARK' or
18429             'COPWHLIST' or
18430             ('NAT44' and 'BASE') or
18431             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
18432            'NDRPDR' and
18433            '1T1C' and
18434            'IP4FWD' and
18435            not 'IPSEC' and
18436            not 'VHOST'"
18437   parameters:
18438   - "latency"
18439   - "parent"
18440   - "tags"
18441   sort:
18442   - "DOT1Q"
18443   - "IP4BASE"
18444   - "NAT44"
18445   - "POLICE_MARK"
18446   - "COPWHLIST"
18447   - "IACL"
18448   - "OACL"
18449   layout:
18450     title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
18451     layout: "plot-latency"
18452
18453 -
18454   type: "plot"
18455   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
18456   algorithm: "plot_latency_error_bars"
18457   output-file-type: ".html"
18458   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
18459   data: "plot-vpp-throughput-latency-3n-hsw"
18460   filter: "'NIC_Intel-X520-DA2' and
18461            '64B' and
18462            ('IP4BASE' or
18463             'POLICE_MARK' or
18464             'COPWHLIST' or
18465             ('NAT44' and 'BASE') or
18466             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
18467            'NDRPDR' and
18468            '2T2C' and
18469            'IP4FWD' and
18470            not 'IPSEC' and
18471            not 'VHOST'"
18472   parameters:
18473   - "latency"
18474   - "parent"
18475   - "tags"
18476   sort:
18477   - "DOT1Q"
18478   - "IP4BASE"
18479   - "NAT44"
18480   - "POLICE_MARK"
18481   - "COPWHLIST"
18482   - "IACL"
18483   - "OACL"
18484   layout:
18485     title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
18486     layout: "plot-latency"
18487
18488 # Packet Latency - VPP IPv4 3n-hsw-x520 features nat44
18489 -
18490   type: "plot"
18491   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
18492   algorithm: "plot_latency_error_bars"
18493   output-file-type: ".html"
18494   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
18495   data: "plot-vpp-throughput-latency-3n-hsw"
18496   filter: "'NIC_Intel-X520-DA2' and
18497            '64B' and
18498            'NDRPDR' and
18499            '1T1C' and
18500            'IP4FWD' and
18501            ('NAT44' or 'IP4BASE') and
18502            not 'DOT1Q' and
18503            not 'IPSEC' and
18504            not 'VHOST'"
18505   parameters:
18506   - "latency"
18507   - "parent"
18508   - "tags"
18509   sort:
18510   - "IP4BASE"
18511   - "BASE"
18512   - "SRC_USER_10"
18513   - "SRC_USER_100"
18514   - "SRC_USER_1000"
18515   - "SRC_USER_2000"
18516   layout:
18517     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
18518     layout: "plot-latency"
18519
18520 -
18521   type: "plot"
18522   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat"
18523   algorithm: "plot_latency_error_bars"
18524   output-file-type: ".html"
18525   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat"
18526   data: "plot-vpp-throughput-latency-3n-hsw"
18527   filter: "'NIC_Intel-X520-DA2' and
18528            '64B' and
18529            'NDRPDR' and
18530            '2T2C' and
18531            'IP4FWD' and
18532            ('NAT44' or 'IP4BASE') and
18533            not 'DOT1Q' and
18534            not 'IPSEC' and
18535            not 'VHOST'"
18536   parameters:
18537   - "latency"
18538   - "parent"
18539   - "tags"
18540   sort:
18541   - "IP4BASE"
18542   - "BASE"
18543   - "SRC_USER_10"
18544   - "SRC_USER_100"
18545   - "SRC_USER_1000"
18546   - "SRC_USER_2000"
18547   layout:
18548     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
18549     layout: "plot-latency"
18550
18551 # Packet Latency - VPP IPv4 3n-hsw-x520 features iacl
18552 -
18553   type: "plot"
18554   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
18555   algorithm: "plot_latency_error_bars"
18556   output-file-type: ".html"
18557   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
18558   data: "plot-vpp-throughput-latency-3n-hsw"
18559   filter: "'NIC_Intel-X520-DA2' and
18560            '64B' and
18561            'NDRPDR' and
18562            '1T1C' and
18563            'IP4FWD' and
18564            ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
18565            not 'IPSEC' and
18566            not 'DOT1Q' and
18567            not 'VHOST'"
18568   parameters:
18569   - "latency"
18570   - "parent"
18571   - "tags"
18572   sort:
18573   - "IP4BASE"
18574   - "ACL_STATELESS"
18575   - "ACL_STATEFUL"
18576   - "ACL_STATELESS"
18577   - "ACL_STATEFUL"
18578   layout:
18579     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
18580     layout: "plot-latency"
18581
18582 -
18583   type: "plot"
18584   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
18585   algorithm: "plot_latency_error_bars"
18586   output-file-type: ".html"
18587   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
18588   data: "plot-vpp-throughput-latency-3n-hsw"
18589   filter: "'NIC_Intel-X520-DA2' and
18590            '64B' and
18591            'NDRPDR' and
18592            '2T2C' and
18593            'IP4FWD' and
18594            ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
18595            not 'IPSEC' and
18596            not 'DOT1Q' and
18597            not 'VHOST'"
18598   parameters:
18599   - "latency"
18600   - "parent"
18601   - "tags"
18602   sort:
18603   - "IP4BASE"
18604   - "ACL_STATELESS"
18605   - "ACL_STATEFUL"
18606   - "ACL_STATELESS"
18607   - "ACL_STATEFUL"
18608   layout:
18609     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
18610     layout: "plot-latency"
18611
18612 # Packet Latency - VPP IPv4 3n-hsw-x520 features oacl
18613 -
18614   type: "plot"
18615   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
18616   algorithm: "plot_latency_error_bars"
18617   output-file-type: ".html"
18618   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
18619   data: "plot-vpp-throughput-latency-3n-hsw"
18620   filter: "'NIC_Intel-X520-DA2' and
18621            '64B' and
18622            'NDRPDR' and
18623            '1T1C' and
18624            'IP4FWD' and
18625            ('OACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
18626            not 'IPSEC' and
18627            not 'DOT1Q' and
18628            not 'VHOST'"
18629   parameters:
18630   - "latency"
18631   - "parent"
18632   - "tags"
18633   sort:
18634   - "IP4BASE"
18635   - "ACL_STATELESS"
18636   - "ACL_STATEFUL"
18637   - "ACL_STATELESS"
18638   - "ACL_STATEFUL"
18639   layout:
18640     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
18641     layout: "plot-latency"
18642
18643 -
18644   type: "plot"
18645   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
18646   algorithm: "plot_latency_error_bars"
18647   output-file-type: ".html"
18648   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
18649   data: "plot-vpp-throughput-latency-3n-hsw"
18650   filter: "'NIC_Intel-X520-DA2' and
18651            '64B' and
18652            'NDRPDR' and
18653            '2T2C' and
18654            'IP4FWD' and
18655            ('OACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
18656            not 'IPSEC' and
18657            not 'DOT1Q' and
18658            not 'VHOST'"
18659   parameters:
18660   - "latency"
18661   - "parent"
18662   - "tags"
18663   sort:
18664   - "IP4BASE"
18665   - "ACL_STATELESS"
18666   - "ACL_STATEFUL"
18667   - "ACL_STATELESS"
18668   - "ACL_STATEFUL"
18669   layout:
18670     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
18671     layout: "plot-latency"
18672
18673 # Packet Latency - VPP IPv4 3n-hsw-x710 base and scale
18674 -
18675   type: "plot"
18676   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
18677   algorithm: "plot_latency_error_bars"
18678   output-file-type: ".html"
18679   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
18680   data: "plot-vpp-throughput-latency-3n-hsw"
18681   filter: "'NIC_Intel-X710' and
18682            '64B' and
18683            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18684            'NDRPDR' and
18685            '1T1C' and
18686            'IP4FWD' and
18687            not 'IPSEC' and
18688            not 'DOT1Q' and
18689            not 'VHOST'"
18690   parameters:
18691   - "latency"
18692   - "parent"
18693   - "tags"
18694   sort:
18695   - "IP4BASE"
18696   - "FIB_20K"
18697   - "FIB_200K"
18698   - "FIB_2M"
18699   layout:
18700     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
18701     layout: "plot-latency"
18702
18703 -
18704   type: "plot"
18705   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
18706   algorithm: "plot_latency_error_bars"
18707   output-file-type: ".html"
18708   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
18709   data: "plot-vpp-throughput-latency-3n-hsw"
18710   filter: "'NIC_Intel-X710' and
18711            '64B' and
18712            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18713            'NDRPDR' and
18714            '2T2C' and
18715            'IP4FWD' and
18716            not 'IPSEC' and
18717            not 'DOT1Q' and
18718            not 'VHOST'"
18719   parameters:
18720   - "latency"
18721   - "parent"
18722   - "tags"
18723   sort:
18724   - "IP4BASE"
18725   - "FIB_20K"
18726   - "FIB_200K"
18727   - "FIB_2M"
18728   layout:
18729     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
18730     layout: "plot-latency"
18731
18732 # Packet Latency - VPP IPv4 3n-hsw-x710 features
18733 -
18734   type: "plot"
18735   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
18736   algorithm: "plot_latency_error_bars"
18737   output-file-type: ".html"
18738   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
18739   data: "plot-vpp-throughput-latency-3n-hsw"
18740   filter: "'NIC_Intel-X710' and
18741            '64B' and
18742            ('IP4BASE' or
18743             'POLICE_MARK' or
18744             'COPWHLIST' or
18745             ('NAT44' and 'BASE') or
18746             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
18747            'NDRPDR' and
18748            '1T1C' and
18749            'IP4FWD' and
18750            not 'IPSEC' and
18751            not 'VHOST'"
18752   parameters:
18753   - "latency"
18754   - "parent"
18755   - "tags"
18756   sort:
18757   - "DOT1Q"
18758   - "IP4BASE"
18759   - "NAT44"
18760   - "POLICE_MARK"
18761   - "COPWHLIST"
18762   - "IACL"
18763   - "OACL"
18764   layout:
18765     title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
18766     layout: "plot-latency"
18767
18768 -
18769   type: "plot"
18770   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
18771   algorithm: "plot_latency_error_bars"
18772   output-file-type: ".html"
18773   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
18774   data: "plot-vpp-throughput-latency-3n-hsw"
18775   filter: "'NIC_Intel-X710' and
18776            '64B' and
18777            ('IP4BASE' or
18778             'POLICE_MARK' or
18779             'COPWHLIST' or
18780             ('NAT44' and 'BASE') or
18781             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
18782            'NDRPDR' and
18783            '2T2C' and
18784            'IP4FWD' and
18785            not 'IPSEC' and
18786            not 'VHOST'"
18787   parameters:
18788   - "latency"
18789   - "parent"
18790   - "tags"
18791   sort:
18792   - "DOT1Q"
18793   - "IP4BASE"
18794   - "NAT44"
18795   - "POLICE_MARK"
18796   - "COPWHLIST"
18797   - "IACL"
18798   - "OACL"
18799   layout:
18800     title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
18801     layout: "plot-latency"
18802
18803 # Packet Latency - VPP IPv4 3n-hsw-x710 features nat44
18804 -
18805   type: "plot"
18806   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
18807   algorithm: "plot_latency_error_bars"
18808   output-file-type: ".html"
18809   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
18810   data: "plot-vpp-throughput-latency-3n-hsw"
18811   filter: "'NIC_Intel-X710' and
18812            '64B' and
18813            'NDRPDR' and
18814            '1T1C' and
18815            'IP4FWD' and
18816            ('NAT44' or 'IP4BASE') and
18817            not 'IPSEC' and
18818            not 'VHOST'"
18819   parameters:
18820   - "latency"
18821   - "parent"
18822   - "tags"
18823   sort:
18824   - "IP4BASE"
18825   - "BASE"
18826   - "SRC_USER_10"
18827   - "SRC_USER_100"
18828   - "SRC_USER_1000"
18829   - "SRC_USER_2000"
18830   layout:
18831     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
18832     layout: "plot-latency"
18833
18834 -
18835   type: "plot"
18836   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat"
18837   algorithm: "plot_latency_error_bars"
18838   output-file-type: ".html"
18839   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat"
18840   data: "plot-vpp-throughput-latency-3n-hsw"
18841   filter: "'NIC_Intel-X710' and
18842            '64B' and
18843            'NDRPDR' and
18844            '2T2C' and
18845            'IP4FWD' and
18846            ('NAT44' or 'IP4BASE') and
18847            not 'IPSEC' and
18848            not 'VHOST'"
18849   parameters:
18850   - "latency"
18851   - "parent"
18852   - "tags"
18853   sort:
18854   - "IP4BASE"
18855   - "BASE"
18856   - "SRC_USER_10"
18857   - "SRC_USER_100"
18858   - "SRC_USER_1000"
18859   - "SRC_USER_2000"
18860   layout:
18861     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
18862     layout: "plot-latency"
18863
18864 # Packet Latency - VPP IPv4 3n-hsw-x710 features iacl
18865 -
18866   type: "plot"
18867   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
18868   algorithm: "plot_latency_error_bars"
18869   output-file-type: ".html"
18870   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
18871   data: "plot-vpp-throughput-latency-3n-hsw"
18872   filter: "'NIC_Intel-X710' and
18873            '64B' and
18874            'NDRPDR' and
18875            '1T1C' and
18876            'IP4FWD' and
18877            ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
18878            not 'IPSEC' and
18879            not 'VHOST'"
18880   parameters:
18881   - "latency"
18882   - "parent"
18883   - "tags"
18884   sort:
18885   - "IP4BASE"
18886   - "ACL_STATELESS"
18887   - "ACL_STATEFUL"
18888   - "ACL_STATELESS"
18889   - "ACL_STATEFUL"
18890   layout:
18891     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
18892     layout: "plot-latency"
18893
18894 -
18895   type: "plot"
18896   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
18897   algorithm: "plot_latency_error_bars"
18898   output-file-type: ".html"
18899   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
18900   data: "plot-vpp-throughput-latency-3n-hsw"
18901   filter: "'NIC_Intel-X710' and
18902            '64B' and
18903            'NDRPDR' and
18904            '2T2C' and
18905            'IP4FWD' and
18906            ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
18907            not 'IPSEC' and
18908            not 'VHOST'"
18909   parameters:
18910   - "latency"
18911   - "parent"
18912   - "tags"
18913   sort:
18914   - "IP4BASE"
18915   - "ACL_STATELESS"
18916   - "ACL_STATEFUL"
18917   - "ACL_STATELESS"
18918   - "ACL_STATEFUL"
18919   layout:
18920     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
18921     layout: "plot-latency"
18922
18923 # Packet Latency - VPP IPv4 3n-hsw-xl710 base and scale
18924 -
18925   type: "plot"
18926   title: "VPP Latency: ip4-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
18927   algorithm: "plot_latency_error_bars"
18928   output-file-type: ".html"
18929   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
18930   data: "plot-vpp-throughput-latency-3n-hsw"
18931   filter: "'NIC_Intel-XL710' and
18932            '64B' and
18933            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18934            'NDRPDR' and
18935            '1T1C' and
18936            'IP4FWD' and
18937            not 'IPSEC' and
18938            not 'VHOST'"
18939   parameters:
18940   - "latency"
18941   - "parent"
18942   - "tags"
18943   sort:
18944   - "IP4BASE"
18945   - "FIB_20K"
18946   - "FIB_200K"
18947   - "FIB_2M"
18948   layout:
18949     title: "ip4-3n-hsw-xl710-64b-1t1c-base-ndr"
18950     layout: "plot-latency"
18951
18952 -
18953   type: "plot"
18954   title: "VPP Latency: ip4-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
18955   algorithm: "plot_latency_error_bars"
18956   output-file-type: ".html"
18957   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
18958   data: "plot-vpp-throughput-latency-3n-hsw"
18959   filter: "'NIC_Intel-XL710' and
18960            '64B' and
18961            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18962            'NDRPDR' and
18963            '2T2C' and
18964            'IP4FWD' and
18965            not 'IPSEC' and
18966            not 'VHOST'"
18967   parameters:
18968   - "latency"
18969   - "parent"
18970   - "tags"
18971   sort:
18972   - "IP4BASE"
18973   - "FIB_20K"
18974   - "FIB_200K"
18975   - "FIB_2M"
18976   layout:
18977     title: "ip4-3n-hsw-xl710-64b-2t2c-base-ndr"
18978     layout: "plot-latency"
18979
18980 # Packet Latency - VPP IPv4 3n-skx-x710 base and scale
18981 -
18982   type: "plot"
18983   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18984   algorithm: "plot_latency_error_bars"
18985   output-file-type: ".html"
18986   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18987   data: "plot-vpp-throughput-latency-3n-skx"
18988   filter: "'NIC_Intel-X710' and
18989            '64B' and
18990            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18991            'NDRPDR' and
18992            '2T1C' and
18993            'IP4FWD' and
18994            not 'IPSEC' and
18995            not 'DOT1Q' and
18996            not 'VHOST'"
18997   parameters:
18998   - "latency"
18999   - "parent"
19000   - "tags"
19001   sort:
19002   - "IP4BASE"
19003   - "FIB_20K"
19004   - "FIB_200K"
19005   - "FIB_2M"
19006   layout:
19007     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
19008     layout: "plot-latency"
19009
19010 -
19011   type: "plot"
19012   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19013   algorithm: "plot_latency_error_bars"
19014   output-file-type: ".html"
19015   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19016   data: "plot-vpp-throughput-latency-3n-skx"
19017   filter: "'NIC_Intel-X710' and
19018            '64B' and
19019            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19020            'NDRPDR' and
19021            '4T2C' and
19022            'IP4FWD' and
19023            not 'IPSEC' and
19024            not 'DOT1Q' and
19025            not 'VHOST'"
19026   parameters:
19027   - "latency"
19028   - "parent"
19029   - "tags"
19030   sort:
19031   - "IP4BASE"
19032   - "FIB_20K"
19033   - "FIB_200K"
19034   - "FIB_2M"
19035   layout:
19036     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
19037     layout: "plot-latency"
19038
19039 # Packet Latency - VPP IPv4 3n-skx-x710 features oacl
19040 -
19041   type: "plot"
19042   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
19043   algorithm: "plot_latency_error_bars"
19044   output-file-type: ".html"
19045   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
19046   data: "plot-vpp-throughput-latency-3n-skx"
19047   filter: "'NIC_Intel-X710' and
19048            '64B' and
19049            ('IP4BASE' or
19050             'POLICE_MARK' or
19051             'COPWHLIST' or
19052             ('NAT44' and 'BASE') or
19053             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
19054            'NDRPDR' and
19055            '2T1C' and
19056            'IP4FWD' and
19057            not 'IPSEC' and
19058            not 'VHOST'"
19059   parameters:
19060   - "latency"
19061   - "parent"
19062   - "tags"
19063   sort:
19064   - "DOT1Q"
19065   - "IP4BASE"
19066   - "NAT44"
19067   - "POLICE_MARK"
19068   - "COPWHLIST"
19069   - "IACL"
19070   - "OACL"
19071   layout:
19072     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
19073     layout: "plot-latency"
19074
19075 -
19076   type: "plot"
19077   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
19078   algorithm: "plot_latency_error_bars"
19079   output-file-type: ".html"
19080   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
19081   data: "plot-vpp-throughput-latency-3n-skx"
19082   filter: "'NIC_Intel-X710' and
19083            '64B' and
19084            ('IP4BASE' or
19085             'POLICE_MARK' or
19086             'COPWHLIST' or
19087             ('NAT44' and 'BASE') or
19088             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
19089            'NDRPDR' and
19090            '4T2C' and
19091            'IP4FWD' and
19092            not 'IPSEC' and
19093            not 'VHOST'"
19094   parameters:
19095   - "latency"
19096   - "parent"
19097   - "tags"
19098   sort:
19099   - "DOT1Q"
19100   - "IP4BASE"
19101   - "NAT44"
19102   - "POLICE_MARK"
19103   - "COPWHLIST"
19104   - "IACL"
19105   - "OACL"
19106   layout:
19107     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
19108     layout: "plot-latency"
19109
19110 # Packet Latency - VPP IPv4 3n-skx-x710 features nat44
19111 -
19112   type: "plot"
19113   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
19114   algorithm: "plot_latency_error_bars"
19115   output-file-type: ".html"
19116   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
19117   data: "plot-vpp-throughput-latency-3n-skx"
19118   filter: "'NIC_Intel-X710' and
19119            '64B' and
19120            'NDRPDR' and
19121            '2T1C' and
19122            'IP4FWD' and
19123            ('NAT44' or 'IP4BASE') and
19124            not 'IPSEC' and
19125            not 'VHOST'"
19126   parameters:
19127   - "latency"
19128   - "parent"
19129   - "tags"
19130   sort:
19131   - "IP4BASE"
19132   - "BASE"
19133   - "SRC_USER_10"
19134   - "SRC_USER_100"
19135   - "SRC_USER_1000"
19136   - "SRC_USER_2000"
19137   layout:
19138     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
19139     layout: "plot-latency"
19140
19141 -
19142   type: "plot"
19143   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat"
19144   algorithm: "plot_latency_error_bars"
19145   output-file-type: ".html"
19146   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat"
19147   data: "plot-vpp-throughput-latency-3n-skx"
19148   filter: "'NIC_Intel-X710' and
19149            '64B' and
19150            'NDRPDR' and
19151            '4T2C' and
19152            'IP4FWD' and
19153            ('NAT44' or 'IP4BASE') and
19154            not 'IPSEC' and
19155            not 'VHOST'"
19156   parameters:
19157   - "latency"
19158   - "parent"
19159   - "tags"
19160   sort:
19161   - "IP4BASE"
19162   - "BASE"
19163   - "SRC_USER_10"
19164   - "SRC_USER_100"
19165   - "SRC_USER_1000"
19166   - "SRC_USER_2000"
19167   layout:
19168     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
19169     layout: "plot-latency"
19170
19171 # Packet Latency - VPP IPv4 3n-skx-x710 features iacl
19172 -
19173   type: "plot"
19174   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
19175   algorithm: "plot_latency_error_bars"
19176   output-file-type: ".html"
19177   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
19178   data: "plot-vpp-throughput-latency-3n-skx"
19179   filter: "'NIC_Intel-X710' and
19180            '64B' and
19181            'NDRPDR' and
19182            '2T1C' and
19183            'IP4FWD' and
19184            ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
19185            not 'IPSEC' and
19186            not 'VHOST'"
19187   parameters:
19188   - "latency"
19189   - "parent"
19190   - "tags"
19191   sort:
19192   - "IP4BASE"
19193   - "ACL_STATELESS"
19194   - "ACL_STATEFUL"
19195   - "ACL_STATELESS"
19196   - "ACL_STATEFUL"
19197   layout:
19198     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
19199     layout: "plot-latency"
19200
19201 -
19202   type: "plot"
19203   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
19204   algorithm: "plot_latency_error_bars"
19205   output-file-type: ".html"
19206   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
19207   data: "plot-vpp-throughput-latency-3n-skx"
19208   filter: "'NIC_Intel-X710' and
19209            '64B' and
19210            'NDRPDR' and
19211            '4T2C' and
19212            'IP4FWD' and
19213            'IACL' and
19214            ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
19215            not 'IPSEC' and
19216            not 'VHOST'"
19217   parameters:
19218   - "latency"
19219   - "parent"
19220   - "tags"
19221   sort:
19222   - "IP4BASE"
19223   - "ACL_STATELESS"
19224   - "ACL_STATEFUL"
19225   - "ACL_STATELESS"
19226   - "ACL_STATEFUL"
19227   layout:
19228     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
19229     layout: "plot-latency"
19230
19231 # Packet Latency - VPP IPv4 2n-skx-x710 base and scale
19232 -
19233   type: "plot"
19234   title: "VPP Latency: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19235   algorithm: "plot_latency_error_bars"
19236   output-file-type: ".html"
19237   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19238   data: "plot-vpp-throughput-latency-2n-skx"
19239   filter: "'NIC_Intel-X710' and
19240            '64B' and
19241            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
19242            'NDRPDR' and
19243            '2T1C' and
19244            'IP4FWD' and
19245            not 'IPSEC' and
19246            not 'DOT1Q' and
19247            not 'VHOST'"
19248   parameters:
19249   - "latency"
19250   - "parent"
19251   - "tags"
19252   sort:
19253   - "IP4BASE"
19254   - "FIB_20k"
19255   - "FIB_200k"
19256   - "FIB_2M"
19257   layout:
19258     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
19259     layout: "plot-latency"
19260
19261 -
19262   type: "plot"
19263   title: "VPP Latency: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19264   algorithm: "plot_latency_error_bars"
19265   output-file-type: ".html"
19266   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19267   data: "plot-vpp-throughput-latency-2n-skx"
19268   filter: "'NIC_Intel-X710' and
19269            '64B' and
19270            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
19271            'NDRPDR' and
19272            '4T2C' and
19273            'IP4FWD' and
19274            not 'IPSEC' and
19275            not 'DOT1Q' and
19276            not 'VHOST'"
19277   parameters:
19278   - "latency"
19279   - "parent"
19280   - "tags"
19281   sort:
19282   - "IP4BASE"
19283   - "FIB_20k"
19284   - "FIB_200k"
19285   - "FIB_2M"
19286   layout:
19287     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
19288     layout: "plot-latency"
19289
19290 # Packet Latency - VPP IPv4 2n-skx-xxv710 base and scale
19291 -
19292   type: "plot"
19293   title: "VPP Latency: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19294   algorithm: "plot_latency_error_bars"
19295   output-file-type: ".html"
19296   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19297   data: "plot-vpp-throughput-latency-2n-skx"
19298   filter: "'NIC_Intel-XXV710' and
19299            '64B' and
19300            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
19301            'NDRPDR' and
19302            '2T1C' and
19303            'IP4FWD' and
19304            not 'IPSEC' and
19305            not 'DOT1Q' and
19306            not 'VHOST'"
19307   parameters:
19308   - "latency"
19309   - "parent"
19310   - "tags"
19311   sort:
19312   - "IP4BASE"
19313   - "FIB_20k"
19314   - "FIB_200k"
19315   - "FIB_2M"
19316   layout:
19317     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
19318     layout: "plot-latency"
19319
19320 -
19321   type: "plot"
19322   title: "VPP Latency: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19323   algorithm: "plot_latency_error_bars"
19324   output-file-type: ".html"
19325   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19326   data: "plot-vpp-throughput-latency-2n-skx"
19327   filter: "'NIC_Intel-XXV710' and
19328            '64B' and
19329            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
19330            'NDRPDR' and
19331            '4T2C' and
19332            'IP4FWD' and
19333            not 'IPSEC' and
19334            not 'DOT1Q' and
19335            not 'VHOST'"
19336   parameters:
19337   - "latency"
19338   - "parent"
19339   - "tags"
19340   sort:
19341   - "IP4BASE"
19342   - "FIB_20k"
19343   - "FIB_200k"
19344   - "FIB_2M"
19345   layout:
19346     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
19347     layout: "plot-latency"
19348
19349 ################################################################################
19350
19351 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520 - features
19352 -
19353   type: "plot"
19354   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
19355   algorithm: "plot_latency_error_bars"
19356   output-file-type: ".html"
19357   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
19358   data: "plot-vpp-throughput-latency-3n-hsw"
19359   filter: "'NIC_Intel-X520-DA2' and
19360            '64B' and
19361            'ENCAP' and
19362            'NDRPDR' and
19363            '1T1C' and
19364            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
19365            not 'DOT1Q' and
19366            not 'VHOST' and
19367            not 'IPSECHW'"
19368   parameters:
19369   - "latency"
19370   - "parent"
19371   - "tags"
19372   sort:
19373   - "IP4BASE"
19374   - "L2BDMACLRN"
19375   - "L2XCFWD"
19376   - "LISP"
19377   layout:
19378     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
19379     layout: "plot-latency"
19380
19381 -
19382   type: "plot"
19383   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
19384   algorithm: "plot_latency_error_bars"
19385   output-file-type: ".html"
19386   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
19387   data: "plot-vpp-throughput-latency-3n-hsw"
19388   filter: "'NIC_Intel-X520-DA2' and
19389            '64B' and
19390            'ENCAP' and
19391            'NDRPDR' and
19392            '2T2C' and
19393            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
19394            not 'DOT1Q' and
19395            not 'VHOST' and
19396            not 'IPSECHW'"
19397   parameters:
19398   - "latency"
19399   - "parent"
19400   - "tags"
19401   sort:
19402   - "IP4BASE"
19403   - "L2BDMACLRN"
19404   - "L2XCFWD"
19405   - "LISP"
19406   layout:
19407     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
19408     layout: "plot-latency"
19409
19410 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710
19411 -
19412   type: "plot"
19413   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19414   algorithm: "plot_latency_error_bars"
19415   output-file-type: ".html"
19416   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19417   data: "plot-vpp-throughput-latency-3n-hsw"
19418   filter: "'NIC_Intel-X710' and
19419            '64B' and
19420            'ENCAP' and
19421            'NDRPDR' and
19422            '1T1C' and
19423            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
19424            not 'VHOST' and
19425            not 'IPSECHW'"
19426   parameters:
19427   - "latency"
19428   - "parent"
19429   - "tags"
19430   sort:
19431   - "IP4BASE"
19432   - "LISP"
19433   - "VXLAN_1"
19434   - "VXLAN_10"
19435   - "VXLAN_100"
19436   - "VXLAN_1000"
19437   layout:
19438     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
19439     layout: "plot-latency"
19440
19441 -
19442   type: "plot"
19443   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19444   algorithm: "plot_latency_error_bars"
19445   output-file-type: ".html"
19446   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19447   data: "plot-vpp-throughput-latency-3n-hsw"
19448   filter: "'NIC_Intel-X710' and
19449            '64B' and
19450            'ENCAP' and
19451            'NDRPDR' and
19452            '2T2C' and
19453            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
19454            not 'VHOST' and
19455            not 'IPSECHW'"
19456   parameters:
19457   - "latency"
19458   - "parent"
19459   - "tags"
19460   sort:
19461   - "IP4BASE"
19462   - "LISP"
19463   - "VXLAN_1"
19464   - "VXLAN_10"
19465   - "VXLAN_100"
19466   - "VXLAN_1000"
19467   layout:
19468     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
19469     layout: "plot-latency"
19470
19471 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710 - features
19472 -
19473   type: "plot"
19474   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
19475   algorithm: "plot_latency_error_bars"
19476   output-file-type: ".html"
19477   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
19478   data: "plot-vpp-throughput-latency-3n-hsw"
19479   filter: "'NIC_Intel-X710' and
19480            '64B' and
19481            'ENCAP' and
19482            'NDRPDR' and
19483            '1T1C' and
19484            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
19485            not 'DOT1Q' and
19486            not 'VHOST' and
19487            not 'IPSECHW'"
19488   parameters:
19489   - "latency"
19490   - "parent"
19491   - "tags"
19492   sort:
19493   - "IP4BASE"
19494   - "L2BDMACLRN"
19495   - "L2XCFWD"
19496   - "LISP"
19497   layout:
19498     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
19499     layout: "plot-latency"
19500
19501 -
19502   type: "plot"
19503   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
19504   algorithm: "plot_latency_error_bars"
19505   output-file-type: ".html"
19506   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
19507   data: "plot-vpp-throughput-latency-3n-hsw"
19508   filter: "'NIC_Intel-X710' and
19509            '64B' and
19510            'ENCAP' and
19511            'NDRPDR' and
19512            '2T2C' and
19513            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
19514            not 'DOT1Q' and
19515            not 'VHOST' and
19516            not 'IPSECHW'"
19517   parameters:
19518   - "latency"
19519   - "parent"
19520   - "tags"
19521   sort:
19522   - "IP4BASE"
19523   - "L2BDMACLRN"
19524   - "L2XCFWD"
19525   - "LISP"
19526   layout:
19527     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
19528     layout: "plot-latency"
19529
19530 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710
19531 -
19532   type: "plot"
19533   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19534   algorithm: "plot_latency_error_bars"
19535   output-file-type: ".html"
19536   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19537   data: "plot-vpp-throughput-latency-3n-skx"
19538   filter: "'NIC_Intel-X710' and
19539            '64B' and
19540            'ENCAP' and
19541            'NDRPDR' and
19542            '2T1C' and
19543            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
19544            not 'VHOST' and
19545            not 'IPSECHW'"
19546   parameters:
19547   - "latency"
19548   - "parent"
19549   - "tags"
19550   sort:
19551   - "IP4BASE"
19552   - "LISP"
19553   - "VXLAN_1"
19554   - "VXLAN_10"
19555   - "VXLAN_100"
19556   - "VXLAN_1000"
19557   layout:
19558     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
19559     layout: "plot-latency"
19560
19561 -
19562   type: "plot"
19563   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19564   algorithm: "plot_latency_error_bars"
19565   output-file-type: ".html"
19566   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19567   data: "plot-vpp-throughput-latency-3n-skx"
19568   filter: "'NIC_Intel-X710' and
19569            '64B' and
19570            'ENCAP' and
19571            'NDRPDR' and
19572            '4T2C' and
19573            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
19574            not 'VHOST' and
19575            not 'IPSECHW'"
19576   parameters:
19577   - "latency"
19578   - "parent"
19579   - "tags"
19580   sort:
19581   - "IP4BASE"
19582   - "LISP"
19583   - "VXLAN_1"
19584   - "VXLAN_10"
19585   - "VXLAN_100"
19586   - "VXLAN_1000"
19587   layout:
19588     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
19589     layout: "plot-latency"
19590
19591 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710 - features
19592 -
19593   type: "plot"
19594   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
19595   algorithm: "plot_latency_error_bars"
19596   output-file-type: ".html"
19597   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
19598   data: "plot-vpp-throughput-latency-3n-skx"
19599   filter: "'NIC_Intel-X710' and
19600            '64B' and
19601            'ENCAP' and
19602            'NDRPDR' and
19603            '2T1C' and
19604            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
19605            not 'DOT1Q' and
19606            not 'VHOST' and
19607            not 'IPSECHW'"
19608   parameters:
19609   - "latency"
19610   - "parent"
19611   - "tags"
19612   sort:
19613   - "IP4BASE"
19614   - "L2BDMACLRN"
19615   - "L2XCFWD"
19616   - "LISP"
19617   layout:
19618     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
19619     layout: "plot-latency"
19620
19621 -
19622   type: "plot"
19623   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
19624   algorithm: "plot_latency_error_bars"
19625   output-file-type: ".html"
19626   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
19627   data: "plot-vpp-throughput-latency-3n-skx"
19628   filter: "'NIC_Intel-X710' and
19629            '64B' and
19630            'ENCAP' and
19631            'NDRPDR' and
19632            '4T2C' and
19633            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
19634            not 'DOT1Q' and
19635            not 'VHOST' and
19636            not 'IPSECHW'"
19637   parameters:
19638   - "latency"
19639   - "parent"
19640   - "tags"
19641   sort:
19642   - "IP4BASE"
19643   - "L2BDMACLRN"
19644   - "L2XCFWD"
19645   - "LISP"
19646   layout:
19647     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
19648     layout: "plot-latency"
19649
19650 ################################################################################
19651
19652 # Packet Latency - VPP IPv6 3n-hsw-x520
19653 -
19654   type: "plot"
19655   title: "VPP Latency: ip6-3n-hsw-x520-78b-1t1c-base-ndr-lat"
19656   algorithm: "plot_latency_error_bars"
19657   output-file-type: ".html"
19658   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base-ndr-lat"
19659   data: "plot-vpp-throughput-latency-3n-hsw"
19660   filter: "'NIC_Intel-X520-DA2' and
19661            '78B' and
19662            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19663            'NDRPDR' and
19664            '1T1C' and
19665            'IP6FWD' and
19666            not 'SRv6' and
19667            not 'IPSEC' and
19668            not 'VHOST'"
19669   parameters:
19670   - "latency"
19671   - "parent"
19672   - "tags"
19673   sort:
19674   - "IP6BASE"
19675   - "FIB_20K"
19676   - "FIB_200K"
19677   - "FIB_2M"
19678   layout:
19679     title: "ip6-3n-hsw-x520-78b-1t1c-base-ndr"
19680     layout: "plot-latency"
19681
19682 -
19683   type: "plot"
19684   title: "VPP Latency: ip6-3n-hsw-x520-78b-2t2c-base-ndr-lat"
19685   algorithm: "plot_latency_error_bars"
19686   output-file-type: ".html"
19687   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base-ndr-lat"
19688   data: "plot-vpp-throughput-latency-3n-hsw"
19689   filter: "'NIC_Intel-X520-DA2' and
19690            '78B' and
19691            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19692            'NDRPDR' and
19693            '2T2C' and
19694            'IP6FWD' and
19695            not 'SRv6' and
19696            not 'IPSEC' and
19697            not 'VHOST'"
19698   parameters:
19699   - "latency"
19700   - "parent"
19701   - "tags"
19702   sort:
19703   - "IP6BASE"
19704   - "FIB_20K"
19705   - "FIB_200K"
19706   - "FIB_2M"
19707   layout:
19708     title: "ip6-3n-hsw-x520-78b-2t2c-base-ndr"
19709     layout: "plot-latency"
19710
19711 # Packet Latency - VPP IPv6 3n-hsw-x710
19712 -
19713   type: "plot"
19714   title: "VPP Latency: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
19715   algorithm: "plot_latency_error_bars"
19716   output-file-type: ".html"
19717   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
19718   data: "plot-vpp-throughput-latency-3n-hsw"
19719   filter: "'NIC_Intel-X710' and
19720            '78B' and
19721            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19722            'NDRPDR' and
19723            '1T1C' and
19724            'IP6FWD' and
19725            not 'SRv6' and
19726            not 'IPSEC' and
19727            not 'VHOST'"
19728   parameters:
19729   - "latency"
19730   - "parent"
19731   - "tags"
19732   sort:
19733   - "IP6BASE"
19734   - "FIB_20K"
19735   - "FIB_200K"
19736   - "FIB_2M"
19737   layout:
19738     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
19739     layout: "plot-latency"
19740
19741 -
19742   type: "plot"
19743   title: "VPP Latency: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
19744   algorithm: "plot_latency_error_bars"
19745   output-file-type: ".html"
19746   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
19747   data: "plot-vpp-throughput-latency-3n-hsw"
19748   filter: "'NIC_Intel-X710' and
19749            '78B' and
19750            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19751            'NDRPDR' and
19752            '2T2C' and
19753            'IP6FWD' and
19754            not 'SRv6' and
19755            not 'IPSEC' and
19756            not 'VHOST'"
19757   parameters:
19758   - "latency"
19759   - "parent"
19760   - "tags"
19761   sort:
19762   - "IP6BASE"
19763   - "FIB_20K"
19764   - "FIB_200K"
19765   - "FIB_2M"
19766   layout:
19767     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
19768     layout: "plot-latency"
19769
19770 # Packet Latency - VPP IPv6 3n-hsw-xl710
19771 -
19772   type: "plot"
19773   title: "VPP Latency: ip6-3n-hsw-xl710-78b-1t1c-base-ndr-lat"
19774   algorithm: "plot_latency_error_bars"
19775   output-file-type: ".html"
19776   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base-ndr-lat"
19777   data: "plot-vpp-throughput-latency-3n-hsw"
19778   filter: "'NIC_Intel-XL710' and
19779            '78B' and
19780            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19781            'NDRPDR' and
19782            '1T1C' and
19783            'IP6FWD' and
19784            not 'SRv6' and
19785            not 'IPSEC' and
19786            not 'VHOST'"
19787   parameters:
19788   - "latency"
19789   - "parent"
19790   - "tags"
19791   sort:
19792   - "IP6BASE"
19793   - "FIB_20K"
19794   - "FIB_200K"
19795   - "FIB_2M"
19796   layout:
19797     title: "ip6-3n-hsw-xl710-78b-1t1c-base-ndr"
19798     layout: "plot-latency"
19799
19800 -
19801   type: "plot"
19802   title: "VPP Latency: ip6-3n-hsw-xl710-78b-2t2c-base-ndr-lat"
19803   algorithm: "plot_latency_error_bars"
19804   output-file-type: ".html"
19805   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base-ndr-lat"
19806   data: "plot-vpp-throughput-latency-3n-hsw"
19807   filter: "'NIC_Intel-XL710' and
19808            '78B' and
19809            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19810            'NDRPDR' and
19811            '2T2C' and
19812            'IP6FWD' and
19813            not 'SRv6' and
19814            not 'IPSEC' and
19815            not 'VHOST'"
19816   parameters:
19817   - "latency"
19818   - "parent"
19819   - "tags"
19820   sort:
19821   - "IP6BASE"
19822   - "FIB_20K"
19823   - "FIB_200K"
19824   - "FIB_2M"
19825   layout:
19826     title: "ip6-3n-hsw-xl710-78b-2t2c-base-ndr"
19827     layout: "plot-latency"
19828
19829 # Packet Latency - VPP IPv6 3n-skx-x710
19830 -
19831   type: "plot"
19832   title: "VPP Latency: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
19833   algorithm: "plot_latency_error_bars"
19834   output-file-type: ".html"
19835   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
19836   data: "plot-vpp-throughput-latency-3n-skx"
19837   filter: "'NIC_Intel-X710' and
19838            '78B' and
19839            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19840            'NDRPDR' and
19841            '2T1C' and
19842            'IP6FWD' and
19843            not 'SRv6' and
19844            not 'IPSEC' and
19845            not 'VHOST'"
19846   parameters:
19847   - "latency"
19848   - "parent"
19849   - "tags"
19850   sort:
19851   - "IP6BASE"
19852   - "FIB_20K"
19853   - "FIB_200K"
19854   - "FIB_2M"
19855   layout:
19856     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
19857     layout: "plot-latency"
19858
19859 -
19860   type: "plot"
19861   title: "VPP Latency: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
19862   algorithm: "plot_latency_error_bars"
19863   output-file-type: ".html"
19864   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
19865   data: "plot-vpp-throughput-latency-3n-skx"
19866   filter: "'NIC_Intel-X710' and
19867            '78B' and
19868            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19869            'NDRPDR' and
19870            '4T2C' and
19871            'IP6FWD' and
19872            not 'SRv6' and
19873            not 'IPSEC' and
19874            not 'VHOST'"
19875   parameters:
19876   - "latency"
19877   - "parent"
19878   - "tags"
19879   sort:
19880   - "IP6BASE"
19881   - "FIB_20K"
19882   - "FIB_200K"
19883   - "FIB_2M"
19884   layout:
19885     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
19886     layout: "plot-latency"
19887
19888 # Packet Latency - VPP IPv6 2n-skx-x710
19889 -
19890   type: "plot"
19891   title: "VPP Latency: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
19892   algorithm: "plot_latency_error_bars"
19893   output-file-type: ".html"
19894   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
19895   data: "plot-vpp-throughput-latency-2n-skx"
19896   filter: "'NIC_Intel-X710' and
19897            '78B' and
19898            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
19899            'NDRPDR' and
19900            '2T1C' and
19901            'IP6FWD' and
19902            not 'SRv6' and
19903            not 'IPSEC' and
19904            not 'VHOST'"
19905   parameters:
19906   - "latency"
19907   - "parent"
19908   - "tags"
19909   sort:
19910   - "IP6BASE"
19911   - "FIB_20k"
19912   - "FIB_200k"
19913   - "FIB_2M"
19914   layout:
19915     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
19916     layout: "plot-latency"
19917
19918 -
19919   type: "plot"
19920   title: "VPP Latency: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
19921   algorithm: "plot_latency_error_bars"
19922   output-file-type: ".html"
19923   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
19924   data: "plot-vpp-throughput-latency-2n-skx"
19925   filter: "'NIC_Intel-X710' and
19926            '78B' and
19927            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
19928            'NDRPDR' and
19929            '4T2C' and
19930            'IP6FWD' and
19931            not 'SRv6' and
19932            not 'IPSEC' and
19933            not 'VHOST'"
19934   parameters:
19935   - "latency"
19936   - "parent"
19937   - "tags"
19938   sort:
19939   - "IP6BASE"
19940   - "FIB_20k"
19941   - "FIB_200k"
19942   - "FIB_2M"
19943   layout:
19944     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
19945     layout: "plot-latency"
19946
19947 # Packet Latency - VPP IPv6 2n-skx-xxv710
19948 -
19949   type: "plot"
19950   title: "VPP Latency: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
19951   algorithm: "plot_latency_error_bars"
19952   output-file-type: ".html"
19953   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
19954   data: "plot-vpp-throughput-latency-2n-skx"
19955   filter: "'NIC_Intel-XXV710' and
19956            '78B' and
19957            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
19958            'NDRPDR' and
19959            '2T1C' and
19960            'IP6FWD' and
19961            not 'SRv6' and
19962            not 'IPSEC' and
19963            not 'VHOST'"
19964   parameters:
19965   - "latency"
19966   - "parent"
19967   - "tags"
19968   sort:
19969   - "IP6BASE"
19970   - "FIB_20k"
19971   - "FIB_200k"
19972   - "FIB_2M"
19973   layout:
19974     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
19975     layout: "plot-latency"
19976
19977 -
19978   type: "plot"
19979   title: "VPP Latency: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
19980   algorithm: "plot_latency_error_bars"
19981   output-file-type: ".html"
19982   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
19983   data: "plot-vpp-throughput-latency-2n-skx"
19984   filter: "'NIC_Intel-XXV710' and
19985            '78B' and
19986            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19987            'NDRPDR' and
19988            '4T2C' and
19989            'IP6FWD' and
19990            not 'SRv6' and
19991            not 'IPSEC' and
19992            not 'VHOST'"
19993   parameters:
19994   - "latency"
19995   - "parent"
19996   - "tags"
19997   sort:
19998   - "IP6BASE"
19999   - "FIB_20k"
20000   - "FIB_200k"
20001   - "FIB_2M"
20002   layout:
20003     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
20004     layout: "plot-latency"
20005
20006 ################################################################################
20007
20008 # Packet Latency - VPP IPv6 tunnels 3n-hsw-x520
20009 -
20010   type: "plot"
20011   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-1t1c-base-ndr-lat"
20012   algorithm: "plot_latency_error_bars"
20013   output-file-type: ".html"
20014   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base-ndr-lat"
20015   data: "plot-vpp-throughput-latency-3n-hsw"
20016   filter: "'NIC_Intel-X520-DA2' and
20017            '78B' and
20018            'ENCAP' and
20019            'NDRPDR' and
20020            '1T1C' and
20021            'LISP' and
20022            not 'VHOST'"
20023   parameters:
20024   - "latency"
20025   - "parent"
20026   - "tags"
20027   sort:
20028   - "IP4UNRLAY"
20029   - "IP6UNRLAY"
20030   layout:
20031     title: "ip6tun-3n-hsw-x520-78b-1t1c-base-ndr"
20032     layout: "plot-latency"
20033
20034 -
20035   type: "plot"
20036   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-2t2c-base-ndr-lat"
20037   algorithm: "plot_latency_error_bars"
20038   output-file-type: ".html"
20039   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base-ndr-lat"
20040   data: "plot-vpp-throughput-latency-3n-hsw"
20041   filter: "'NIC_Intel-X520-DA2' and
20042            '78B' and
20043            'ENCAP' and
20044            'NDRPDR' and
20045            '2T2C' and
20046            'LISP' and
20047            not 'VHOST'"
20048   parameters:
20049   - "latency"
20050   - "parent"
20051   - "tags"
20052   sort:
20053   - "IP4UNRLAY"
20054   - "IP6UNRLAY"
20055   layout:
20056     title: "ip6tun-3n-hsw-x520-78b-2t2c-base-ndr"
20057     layout: "plot-latency"
20058
20059 ################################################################################
20060
20061 # Packet Latency - VPP IPSec 3n-hsw-xl710 base
20062 -
20063   type: "plot"
20064   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
20065   algorithm: "plot_latency_error_bars"
20066   output-file-type: ".html"
20067   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
20068   data: "plot-vpp-throughput-latency-3n-hsw"
20069   filter: "'NIC_Intel-XL710' and
20070            '64B' and
20071            'IP4FWD' and
20072            'NDRPDR' and
20073            'BASE' and
20074            '1T1C' and
20075            'IPSECHW' and
20076            ('IPSECTRAN' or 'IPSECTUN') and
20077            not 'VHOST'"
20078   parameters:
20079   - "latency"
20080   - "parent"
20081   - "tags"
20082   layout:
20083     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
20084     layout: "plot-latency"
20085
20086 -
20087   type: "plot"
20088   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
20089   algorithm: "plot_latency_error_bars"
20090   output-file-type: ".html"
20091   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
20092   data: "plot-vpp-throughput-latency-3n-hsw"
20093   filter: "'NIC_Intel-XL710' and
20094            '64B' and
20095            'IP4FWD' and
20096            'NDRPDR' and
20097            'BASE' and
20098            '2T2C' and
20099            'IPSECHW' and
20100            ('IPSECTRAN' or 'IPSECTUN') and
20101            not 'VHOST'"
20102   parameters:
20103   - "latency"
20104   - "parent"
20105   - "tags"
20106   layout:
20107     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
20108     layout: "plot-latency"
20109
20110 # Packet Latency - VPP IPSec 3n-hsw-xl710 scale
20111 -
20112   type: "plot"
20113   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
20114   algorithm: "plot_latency_error_bars"
20115   output-file-type: ".html"
20116   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
20117   data: "plot-vpp-throughput-latency-3n-hsw"
20118   filter: "'NIC_Intel-XL710' and
20119            '64B' and
20120            'IP4FWD' and
20121            'NDRPDR' and
20122            'SCALE' and
20123            '1T1C' and
20124            'IPSECHW' and
20125            ('IPSECTRAN' or 'IPSECTUN') and
20126            not 'VHOST'"
20127   parameters:
20128   - "latency"
20129   - "parent"
20130   - "tags"
20131   layout:
20132     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
20133     layout: "plot-latency"
20134
20135 -
20136   type: "plot"
20137   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
20138   algorithm: "plot_latency_error_bars"
20139   output-file-type: ".html"
20140   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
20141   data: "plot-vpp-throughput-latency-3n-hsw"
20142   filter: "'NIC_Intel-XL710' and
20143            '64B' and
20144            'IP4FWD' and
20145            'NDRPDR' and
20146            'SCALE' and
20147            '2T2C' and
20148            'IPSECHW' and
20149            ('IPSECTRAN' or 'IPSECTUN') and
20150            not 'VHOST'"
20151   parameters:
20152   - "latency"
20153   - "parent"
20154   - "tags"
20155   layout:
20156     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
20157     layout: "plot-latency"
20158
20159 # Packet Latency - VPP IPSec 3n-hsw-xl710 sw
20160 -
20161   type: "plot"
20162   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat"
20163   algorithm: "plot_latency_error_bars"
20164   output-file-type: ".html"
20165   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat"
20166   data: "plot-vpp-throughput-latency-3n-hsw"
20167   filter: "'NIC_Intel-XL710' and
20168            '64B' and
20169            'IP4FWD' and
20170            'NDRPDR' and
20171            '1T1C' and
20172            'IPSECSW' and
20173            ('IPSECTRAN' or 'IPSECTUN') and
20174            not 'VHOST'"
20175   parameters:
20176   - "latency"
20177   - "parent"
20178   - "tags"
20179   layout:
20180     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
20181     layout: "plot-latency"
20182
20183 -
20184   type: "plot"
20185   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
20186   algorithm: "plot_latency_error_bars"
20187   output-file-type: ".html"
20188   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
20189   data: "plot-vpp-throughput-latency-3n-hsw"
20190   filter: "'NIC_Intel-XL710' and
20191            '64B' and
20192            'IP4FWD' and
20193            'NDRPDR' and
20194            '2T2C' and
20195            'IPSECSW' and
20196            ('IPSECTRAN' or 'IPSECTUN') and
20197            not 'VHOST'"
20198   parameters:
20199   - "latency"
20200   - "parent"
20201   - "tags"
20202   layout:
20203     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
20204     layout: "plot-latency"
20205
20206 ################################################################################
20207
20208 # Packet Latency - VPP SRv6 3n-hsw-x520
20209 -
20210   type: "plot"
20211   title: "VPP Latency: srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
20212   algorithm: "plot_latency_error_bars"
20213   output-file-type: ".html"
20214   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
20215   data: "plot-vpp-throughput-latency-3n-hsw"
20216   filter: "'NIC_Intel-X520-DA2' and
20217            '78B' and
20218            'FEATURE' and
20219            'NDRPDR' and
20220            '1T1C' and
20221            'IP6FWD' and
20222            'SRv6'"
20223   parameters:
20224   - "latency"
20225   - "parent"
20226   - "tags"
20227   layout:
20228     title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
20229     layout: "plot-latency"
20230
20231 -
20232   type: "plot"
20233   title: "VPP Latency: srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
20234   algorithm: "plot_latency_error_bars"
20235   output-file-type: ".html"
20236   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
20237   data: "plot-vpp-throughput-latency-3n-hsw"
20238   filter: "'NIC_Intel-X520-DA2' and
20239            '78B' and
20240            'FEATURE' and
20241            'NDRPDR' and
20242            '2T2C' and
20243            'IP6FWD' and
20244            'SRv6'"
20245   parameters:
20246   - "latency"
20247   - "parent"
20248   - "tags"
20249   layout:
20250     title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
20251     layout: "plot-latency"
20252
20253 ################################################################################
20254
20255 # Packet Latency - VPP vhost ip4 3n-hsw-x520
20256 -
20257   type: "plot"
20258   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
20259   algorithm: "plot_latency_error_bars"
20260   output-file-type: ".html"
20261   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
20262   data: "plot-vpp-throughput-latency-3n-hsw"
20263   filter: "'NIC_Intel-X520-DA2' and
20264            '64B' and
20265            'NDRPDR' and
20266            'ETH' and
20267            'IP4FWD' and
20268            '1T1C' and
20269            'VHOST_1024' and
20270            not 'VXLAN' and
20271            not 'DOT1Q'"
20272   parameters:
20273   - "latency"
20274   - "parent"
20275   - "tags"
20276   sort:
20277   - "not CFS_OPT"
20278   - "1VM"
20279   - "2VM"
20280   layout:
20281     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
20282     layout: "plot-latency"
20283
20284 -
20285   type: "plot"
20286   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
20287   algorithm: "plot_latency_error_bars"
20288   output-file-type: ".html"
20289   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
20290   data: "plot-vpp-throughput-latency-3n-hsw"
20291   filter: "'NIC_Intel-X520-DA2' and
20292            '64B' and
20293            'NDRPDR' and
20294            'ETH' and
20295            'IP4FWD' and
20296            '2T2C' and
20297            'VHOST_1024' and
20298            not 'VXLAN' and
20299            not 'DOT1Q'"
20300   parameters:
20301   - "latency"
20302   - "parent"
20303   - "tags"
20304   sort:
20305   - "not CFS_OPT"
20306   - "1VM"
20307   - "2VM"
20308   layout:
20309     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
20310     layout: "plot-latency"
20311
20312 # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base
20313 -
20314   type: "plot"
20315   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
20316   algorithm: "plot_latency_error_bars"
20317   output-file-type: ".html"
20318   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
20319   data: "plot-vpp-throughput-latency-3n-hsw"
20320   filter: "'NIC_Intel-X520-DA2' and
20321            '64B' and
20322            'NDRPDR' and
20323            ('ETH' or 'DOT1Q') and
20324            'BASE' and
20325            '1T1C' and
20326            ('L2BDMACLRN' or 'L2XCFWD') and
20327            'VHOST_1024' and
20328            not 'VXLAN' and
20329            not 'IP4FWD' and
20330            not '2VM'"
20331   parameters:
20332   - "latency"
20333   - "parent"
20334   - "tags"
20335   sort:
20336   - "L2BDMACLRN"
20337   - "L2BDMACLRN"
20338   - "L2BDMACLRN"
20339   - "L2XCFWD"
20340   - "L2XCFWD"
20341   - "L2XCFWD"
20342   layout:
20343     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
20344     layout: "plot-latency"
20345
20346 -
20347   type: "plot"
20348   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
20349   algorithm: "plot_latency_error_bars"
20350   output-file-type: ".html"
20351   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
20352   data: "plot-vpp-throughput-latency-3n-hsw"
20353   filter: "'NIC_Intel-X520-DA2' and
20354            '64B' and
20355            'NDRPDR' and
20356            ('ETH' or 'DOT1Q') and
20357            'BASE' and
20358            '2T2C' and
20359            ('L2BDMACLRN' or 'L2XCFWD') and
20360            'VHOST_1024' and
20361            not 'VXLAN' and
20362            not 'IP4FWD' and
20363            not '2VM'"
20364   parameters:
20365   - "latency"
20366   - "parent"
20367   - "tags"
20368   sort:
20369   - "L2BDMACLRN"
20370   - "L2BDMACLRN"
20371   - "L2BDMACLRN"
20372   - "L2XCFWD"
20373   - "L2XCFWD"
20374   - "L2XCFWD"
20375   layout:
20376     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
20377     layout: "plot-latency"
20378
20379 # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base vm
20380 -
20381   type: "plot"
20382   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
20383   algorithm: "plot_latency_error_bars"
20384   output-file-type: ".html"
20385   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
20386   data: "plot-vpp-throughput-latency-3n-hsw"
20387   filter: "'NIC_Intel-X520-DA2' and
20388            '64B' and
20389            'NDRPDR' and
20390            ('ETH' or 'DOT1Q') and
20391            '1T1C' and
20392            ('L2BDMACLRN' or 'L2XCFWD') and
20393            'VHOST_1024' and
20394            not 'CFS_OPT' and
20395            not 'DOT1Q' and
20396            not 'VXLAN' and
20397            not 'IP4FWD' and
20398            not 'LBOND'"
20399   parameters:
20400   - "latency"
20401   - "parent"
20402   - "tags"
20403 #  sort:
20404 #  - "1VM"
20405 #  - "L2XCFWD"
20406 #  - "1VM"
20407 #  - "L2BDMACLRN"
20408   layout:
20409     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
20410     layout: "plot-latency"
20411
20412 -
20413   type: "plot"
20414   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
20415   algorithm: "plot_latency_error_bars"
20416   output-file-type: ".html"
20417   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
20418   data: "plot-vpp-throughput-latency-3n-hsw"
20419   filter: "'NIC_Intel-X520-DA2' and
20420            '64B' and
20421            'NDRPDR' and
20422            ('ETH' or 'DOT1Q') and
20423            '2T2C' and
20424            ('L2BDMACLRN' or 'L2XCFWD') and
20425            'VHOST_1024' and
20426            not 'CFS_OPT' and
20427            not 'DOT1Q' and
20428            not 'VXLAN' and
20429            not 'IP4FWD' and
20430            not 'LBOND'"
20431   parameters:
20432   - "latency"
20433   - "parent"
20434   - "tags"
20435 #  sort:
20436 #  - "1VM"
20437 #  - "L2XCFWD"
20438 #  - "1VM"
20439 #  - "L2BDMACLRN"
20440   layout:
20441     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
20442     layout: "plot-latency"
20443
20444 # Packet Latency - VPP vhost ip4 3n-hsw-x710
20445 -
20446   type: "plot"
20447   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20448   algorithm: "plot_latency_error_bars"
20449   output-file-type: ".html"
20450   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20451   data: "plot-vpp-throughput-latency-3n-hsw"
20452   filter: "'NIC_Intel-X710' and
20453            '64B' and
20454            'NDRPDR' and
20455            'ETH' and
20456            'IP4FWD' and
20457            '1T1C' and
20458            'VHOST_1024' and
20459            not 'VXLAN' and
20460            not 'CFS_OPT' and
20461            not 'DOT1Q'"
20462   parameters:
20463   - "latency"
20464   - "parent"
20465   - "tags"
20466   sort:
20467   - "1VM"
20468   - "2VM"
20469   layout:
20470     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
20471     layout: "plot-latency"
20472
20473 -
20474   type: "plot"
20475   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20476   algorithm: "plot_latency_error_bars"
20477   output-file-type: ".html"
20478   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20479   data: "plot-vpp-throughput-latency-3n-hsw"
20480   filter: "'NIC_Intel-X710' and
20481            '64B' and
20482            'NDRPDR' and
20483            'ETH' and
20484            'IP4FWD' and
20485            '2T2C' and
20486            'VHOST_1024' and
20487            not 'VXLAN' and
20488            not 'CFS_OPT' and
20489            not 'DOT1Q'"
20490   parameters:
20491   - "latency"
20492   - "parent"
20493   - "tags"
20494   sort:
20495   - "1VM"
20496   - "2VM"
20497   layout:
20498     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
20499     layout: "plot-latency"
20500
20501 # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base
20502 -
20503   type: "plot"
20504   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
20505   algorithm: "plot_latency_error_bars"
20506   output-file-type: ".html"
20507   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
20508   data: "plot-vpp-throughput-latency-3n-hsw"
20509   filter: "'NIC_Intel-X710' and
20510            '64B' and
20511            'NDRPDR' and
20512            ('ETH' or 'DOT1Q') and
20513            'BASE' and
20514            '1T1C' and
20515            ('L2BDMACLRN' or 'L2XCFWD') and
20516            'VHOST_1024' and
20517            not 'VXLAN' and
20518            not 'IP4FWD' and
20519            not '2VM'"
20520   parameters:
20521   - "latency"
20522   - "parent"
20523   - "tags"
20524   sort:
20525   - "L2BDMACLRN"
20526   - "L2BDMACLRN"
20527   - "L2BDMACLRN"
20528   - "L2XCFWD"
20529   - "L2XCFWD"
20530   - "L2XCFWD"
20531   layout:
20532     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
20533     layout: "plot-latency"
20534
20535 -
20536   type: "plot"
20537   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
20538   algorithm: "plot_latency_error_bars"
20539   output-file-type: ".html"
20540   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
20541   data: "plot-vpp-throughput-latency-3n-hsw"
20542   filter: "'NIC_Intel-X710' and
20543            '64B' and
20544            'NDRPDR' and
20545            ('ETH' or 'DOT1Q') and
20546            'BASE' and
20547            '2T2C' and
20548            ('L2BDMACLRN' or 'L2XCFWD') and
20549            'VHOST_1024' and
20550            not 'VXLAN' and
20551            not 'IP4FWD' and
20552            not '2VM'"
20553   parameters:
20554   - "latency"
20555   - "parent"
20556   - "tags"
20557   sort:
20558   - "L2BDMACLRN"
20559   - "L2BDMACLRN"
20560   - "L2BDMACLRN"
20561   - "L2XCFWD"
20562   - "L2XCFWD"
20563   - "L2XCFWD"
20564   layout:
20565     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
20566     layout: "plot-latency"
20567
20568 # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base vm
20569 -
20570   type: "plot"
20571   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr-lat"
20572   algorithm: "plot_latency_error_bars"
20573   output-file-type: ".html"
20574   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr-lat"
20575   data: "plot-vpp-throughput-latency-3n-hsw"
20576   filter: "'NIC_Intel-X710' and
20577            '64B' and
20578            'NDRPDR' and
20579            ('ETH' or 'DOT1Q') and
20580            '1T1C' and
20581            ('L2BDMACLRN' or 'L2XCFWD') and
20582            'VHOST_1024' and
20583            not 'CFS_OPT' and
20584            not 'VXLAN' and
20585            not 'IP4FWD' and
20586            not 'LBOND'"
20587   parameters:
20588   - "latency"
20589   - "parent"
20590   - "tags"
20591   sort:
20592   - "L2BDMACLRN"
20593   - "L2BDMACLRN"
20594   - "L2BDMACLRN"
20595   - "L2XCFWD"
20596   - "L2XCFWD"
20597   - "L2XCFWD"
20598   layout:
20599     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr"
20600     layout: "plot-latency"
20601
20602 -
20603   type: "plot"
20604   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr-lat"
20605   algorithm: "plot_latency_error_bars"
20606   output-file-type: ".html"
20607   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr-lat"
20608   data: "plot-vpp-throughput-latency-3n-hsw"
20609   filter: "'NIC_Intel-X710' and
20610            '64B' and
20611            'NDRPDR' and
20612            ('ETH' or 'DOT1Q') and
20613            '2T2C' and
20614            ('L2BDMACLRN' or 'L2XCFWD') and
20615            'VHOST_1024' and
20616            not 'CFS_OPT' and
20617            not 'VXLAN' and
20618            not 'IP4FWD' and
20619            not 'LBOND'"
20620   parameters:
20621   - "latency"
20622   - "parent"
20623   - "tags"
20624   sort:
20625   - "L2BDMACLRN"
20626   - "L2BDMACLRN"
20627   - "L2BDMACLRN"
20628   - "L2XCFWD"
20629   - "L2XCFWD"
20630   - "L2XCFWD"
20631   layout:
20632     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr"
20633     layout: "plot-latency"
20634
20635 # Packet Latency - VPP vhost ip4 3n-skx-x710
20636 -
20637   type: "plot"
20638   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20639   algorithm: "plot_latency_error_bars"
20640   output-file-type: ".html"
20641   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20642   data: "plot-vpp-throughput-latency-3n-skx"
20643   filter: "'NIC_Intel-X710' and
20644            '64B' and
20645            'NDRPDR' and
20646            'ETH' and
20647            'IP4FWD' and
20648            '2T1C' and
20649            'VHOST_1024' and
20650            not 'VXLAN' and
20651            not 'DOT1Q'"
20652   parameters:
20653   - "latency"
20654   - "parent"
20655   - "tags"
20656   sort:
20657   - "1VM"
20658   - "2VM"
20659   layout:
20660     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
20661     layout: "plot-latency"
20662
20663 -
20664   type: "plot"
20665   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20666   algorithm: "plot_latency_error_bars"
20667   output-file-type: ".html"
20668   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20669   data: "plot-vpp-throughput-latency-3n-skx"
20670   filter: "'NIC_Intel-X710' and
20671            '64B' and
20672            'NDRPDR' and
20673            'ETH' and
20674            'IP4FWD' and
20675            '4T2C' and
20676            'VHOST_1024' and
20677            not 'VXLAN' and
20678            not 'DOT1Q'"
20679   parameters:
20680   - "latency"
20681   - "parent"
20682   - "tags"
20683   sort:
20684   - "1VM"
20685   - "2VM"
20686   layout:
20687     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
20688     layout: "plot-latency"
20689
20690 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base
20691 -
20692   type: "plot"
20693   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
20694   algorithm: "plot_latency_error_bars"
20695   output-file-type: ".html"
20696   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
20697   data: "plot-vpp-throughput-latency-3n-skx"
20698   filter: "'NIC_Intel-X710' and
20699            '64B' and
20700            'NDRPDR' and
20701            ('ETH' or 'DOT1Q') and
20702            'BASE' and
20703            '2T1C' and
20704            ('L2BDMACLRN' or 'L2XCFWD') and
20705            'VHOST_1024' and
20706            not 'VXLAN' and
20707            not 'IP4FWD' and
20708            not '2VM'"
20709   parameters:
20710   - "latency"
20711   - "parent"
20712   - "tags"
20713   sort:
20714   - "L2BDMACLRN"
20715   - "L2BDMACLRN"
20716   - "L2BDMACLRN"
20717   - "L2XCFWD"
20718   - "L2XCFWD"
20719   - "L2XCFWD"
20720   layout:
20721     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr"
20722     layout: "plot-latency"
20723
20724 -
20725   type: "plot"
20726   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
20727   algorithm: "plot_latency_error_bars"
20728   output-file-type: ".html"
20729   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
20730   data: "plot-vpp-throughput-latency-3n-skx"
20731   filter: "'NIC_Intel-X710' and
20732            '64B' and
20733            'NDRPDR' and
20734            ('ETH' or 'DOT1Q') and
20735            'BASE' and
20736            '4T2C' and
20737            ('L2BDMACLRN' or 'L2XCFWD') and
20738            'VHOST_1024' and
20739            not 'VXLAN' and
20740            not 'IP4FWD' and
20741            not '2VM'"
20742   parameters:
20743   - "latency"
20744   - "parent"
20745   - "tags"
20746   sort:
20747   - "L2BDMACLRN"
20748   - "L2BDMACLRN"
20749   - "L2BDMACLRN"
20750   - "L2XCFWD"
20751   - "L2XCFWD"
20752   - "L2XCFWD"
20753   layout:
20754     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr"
20755     layout: "plot-latency"
20756
20757 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base vm
20758 -
20759   type: "plot"
20760   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr-lat"
20761   algorithm: "plot_latency_error_bars"
20762   output-file-type: ".html"
20763   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr-lat"
20764   data: "plot-vpp-throughput-latency-3n-skx"
20765   filter: "'NIC_Intel-X710' and
20766            '64B' and
20767            'NDRPDR' and
20768            ('ETH' or 'DOT1Q') and
20769            '2T1C' and
20770            ('L2BDMACLRN' or 'L2XCFWD') and
20771            'VHOST_1024' and
20772            not 'CFS_OPT' and
20773            not 'VXLAN' and
20774            not 'IP4FWD' and
20775            not 'LBOND'"
20776   parameters:
20777   - "latency"
20778   - "parent"
20779   - "tags"
20780   sort:
20781   - "L2BDMACLRN"
20782   - "L2BDMACLRN"
20783   - "L2BDMACLRN"
20784   - "L2XCFWD"
20785   - "L2XCFWD"
20786   - "L2XCFWD"
20787   layout:
20788     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr"
20789     layout: "plot-latency"
20790
20791 -
20792   type: "plot"
20793   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr-lat"
20794   algorithm: "plot_latency_error_bars"
20795   output-file-type: ".html"
20796   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr-lat"
20797   data: "plot-vpp-throughput-latency-3n-skx"
20798   filter: "'NIC_Intel-X710' and
20799            '64B' and
20800            'NDRPDR' and
20801            ('ETH' or 'DOT1Q') and
20802            '4T2C' and
20803            ('L2BDMACLRN' or 'L2XCFWD') and
20804            'VHOST_1024' and
20805            not 'CFS_OPT' and
20806            not 'VXLAN' and
20807            not 'IP4FWD' and
20808            not 'LBOND'"
20809   parameters:
20810   - "latency"
20811   - "parent"
20812   - "tags"
20813   sort:
20814   - "L2BDMACLRN"
20815   - "L2BDMACLRN"
20816   - "L2BDMACLRN"
20817   - "L2XCFWD"
20818   - "L2XCFWD"
20819   - "L2XCFWD"
20820   layout:
20821     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr"
20822     layout: "plot-latency"
20823
20824 # Packet Latency - VPP vhost ip4 2n-skx-x710
20825 -
20826   type: "plot"
20827   title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20828   algorithm: "plot_latency_error_bars"
20829   output-file-type: ".html"
20830   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20831   data: "plot-vpp-throughput-latency-2n-skx"
20832   filter: "'NIC_Intel-X710' and
20833            '64B' and
20834            'NDRPDR' and
20835            'ETH' and
20836            'IP4FWD' and
20837            '2T1C' and
20838            'VHOST_1024' and
20839            not 'VXLAN' and
20840            not 'NF_DENSITY' and
20841            not 'CFS_OPT' and
20842            not 'DOT1Q'"
20843   parameters:
20844   - "latency"
20845   - "parent"
20846   - "tags"
20847   sort:
20848   - "1VM"
20849   - "2VM"
20850   layout:
20851     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
20852     layout: "plot-latency"
20853
20854 -
20855   type: "plot"
20856   title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20857   algorithm: "plot_latency_error_bars"
20858   output-file-type: ".html"
20859   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20860   data: "plot-vpp-throughput-latency-2n-skx"
20861   filter: "'NIC_Intel-X710' and
20862            '64B' and
20863            'NDRPDR' and
20864            'ETH' and
20865            'IP4FWD' and
20866            '4T2C' and
20867            'VHOST_1024' and
20868            not 'VXLAN' and
20869            not 'NF_DENSITY' and
20870            not 'CFS_OPT' and
20871            not 'DOT1Q'"
20872   parameters:
20873   - "latency"
20874   - "parent"
20875   - "tags"
20876   sort:
20877   - "1VM"
20878   - "2VM"
20879   layout:
20880     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
20881     layout: "plot-latency"
20882
20883 # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base
20884 -
20885   type: "plot"
20886   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
20887   algorithm: "plot_latency_error_bars"
20888   output-file-type: ".html"
20889   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
20890   data: "plot-vpp-throughput-latency-2n-skx"
20891   filter: "'NIC_Intel-X710' and
20892            '64B' and
20893            'NDRPDR' and
20894            ('ETH' or 'DOT1Q') and
20895            'BASE' and
20896            '2T1C' and
20897            ('L2BDMACLRN' or 'L2XCFWD') and
20898            'VHOST_1024' and
20899            not 'VXLAN' and
20900            not 'NF_DENSITY' and
20901            not 'IP4FWD' and
20902            not '2VM'"
20903   parameters:
20904   - "latency"
20905   - "parent"
20906   - "tags"
20907 #  sort:
20908 #  - "not CFS_OPT"
20909 #  - "L2XCFWD"
20910 #  - "not CFS_OPT"
20911 #  - "CFS_OPT"
20912   layout:
20913     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr"
20914     layout: "plot-latency"
20915
20916 -
20917   type: "plot"
20918   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
20919   algorithm: "plot_latency_error_bars"
20920   output-file-type: ".html"
20921   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
20922   data: "plot-vpp-throughput-latency-2n-skx"
20923   filter: "'NIC_Intel-X710' and
20924            '64B' and
20925            'NDRPDR' and
20926            ('ETH' or 'DOT1Q') and
20927            'BASE' and
20928            '4T2C' and
20929            ('L2BDMACLRN' or 'L2XCFWD') and
20930            'VHOST_1024' and
20931            not 'VXLAN' and
20932            not 'NF_DENSITY' and
20933            not 'IP4FWD' and
20934            not '2VM'"
20935   parameters:
20936   - "latency"
20937   - "parent"
20938   - "tags"
20939 #  sort:
20940 #  - "not CFS_OPT"
20941 #  - "L2XCFWD"
20942 #  - "not CFS_OPT"
20943 #  - "CFS_OPT"
20944   layout:
20945     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr"
20946     layout: "plot-latency"
20947
20948 # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base vm
20949 -
20950   type: "plot"
20951   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
20952   algorithm: "plot_latency_error_bars"
20953   output-file-type: ".html"
20954   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
20955   data: "plot-vpp-throughput-latency-2n-skx"
20956   filter: "'NIC_Intel-X710' and
20957            '64B' and
20958            'NDRPDR' and
20959            ('ETH' or 'DOT1Q') and
20960            '2T1C' and
20961            ('L2BDMACLRN' or 'L2XCFWD') and
20962            'VHOST_1024' and
20963            not 'CFS_OPT' and
20964            not 'VXLAN' and
20965            not 'NF_DENSITY' and
20966            not 'DOT1Q' and
20967            not 'IP4FWD'"
20968   parameters:
20969   - "latency"
20970   - "parent"
20971   - "tags"
20972 #  sort:
20973 #  - "1VM"
20974 #  - "L2XCFWD"
20975 #  - "1VM"
20976 #  - "L2BDMACLRN"
20977   layout:
20978     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
20979     layout: "plot-latency"
20980
20981 -
20982   type: "plot"
20983   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
20984   algorithm: "plot_latency_error_bars"
20985   output-file-type: ".html"
20986   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
20987   data: "plot-vpp-throughput-latency-2n-skx"
20988   filter: "'NIC_Intel-X710' and
20989            '64B' and
20990            'NDRPDR' and
20991            ('ETH' or 'DOT1Q') and
20992            '4T2C' and
20993            ('L2BDMACLRN' or 'L2XCFWD') and
20994            'VHOST_1024' and
20995            not 'CFS_OPT' and
20996            not 'VXLAN' and
20997            not 'NF_DENSITY' and
20998            not 'DOT1Q' and
20999            not 'IP4FWD'"
21000   parameters:
21001   - "latency"
21002   - "parent"
21003   - "tags"
21004 #  sort:
21005 #  - "1VM"
21006 #  - "L2XCFWD"
21007 #  - "1VM"
21008 #  - "L2BDMACLRN"
21009   layout:
21010     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
21011     layout: "plot-latency"
21012
21013 # Packet Latency - VPP vhost ip4 2n-skx-xxv710
21014 -
21015   type: "plot"
21016   title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
21017   algorithm: "plot_latency_error_bars"
21018   output-file-type: ".html"
21019   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
21020   data: "plot-vpp-throughput-latency-2n-skx"
21021   filter: "'NIC_Intel-XXV710' and
21022            '64B' and
21023            'NDRPDR' and
21024            'ETH' and
21025            'IP4FWD' and
21026            '2T1C' and
21027            'VHOST_1024' and
21028            not 'VXLAN' and
21029            not 'CFS_OPT' and
21030            not 'DOT1Q'"
21031   parameters:
21032   - "latency"
21033   - "parent"
21034   - "tags"
21035   sort:
21036   - "not CFS_OPT"
21037   - "1VM"
21038   - "2VM"
21039   layout:
21040     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
21041     layout: "plot-latency"
21042
21043 -
21044   type: "plot"
21045   title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
21046   algorithm: "plot_latency_error_bars"
21047   output-file-type: ".html"
21048   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
21049   data: "plot-vpp-throughput-latency-2n-skx"
21050   filter: "'NIC_Intel-XXV710' and
21051            '64B' and
21052            'NDRPDR' and
21053            'ETH' and
21054            'IP4FWD' and
21055            '4T2C' and
21056            'VHOST_1024' and
21057            not 'VXLAN' and
21058            not 'CFS_OPT' and
21059            not 'DOT1Q'"
21060   parameters:
21061   - "latency"
21062   - "parent"
21063   - "tags"
21064   sort:
21065   - "not CFS_OPT"
21066   - "1VM"
21067   - "2VM"
21068   layout:
21069     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
21070     layout: "plot-latency"
21071
21072 # Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base
21073 -
21074   type: "plot"
21075   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr-lat"
21076   algorithm: "plot_latency_error_bars"
21077   output-file-type: ".html"
21078   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr-lat"
21079   data: "plot-vpp-throughput-latency-2n-skx"
21080   filter: "'NIC_Intel-XXV710' and
21081            '64B' and
21082            'NDRPDR' and
21083            ('ETH' or 'DOT1Q') and
21084            'BASE' and
21085            '2T1C' and
21086            ('L2BDMACLRN' or 'L2XCFWD') and
21087            'VHOST_1024' and
21088            not 'VXLAN' and
21089            not 'IP4FWD' and
21090            not '2VM'"
21091   parameters:
21092   - "latency"
21093   - "parent"
21094   - "tags"
21095 #  sort:
21096 #  - "not CFS_OPT"
21097 #  - "L2XCFWD"
21098 #  - "not CFS_OPT"
21099 #  - "CFS_OPT"
21100   layout:
21101     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
21102     layout: "plot-latency"
21103
21104 -
21105   type: "plot"
21106   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr-lat"
21107   algorithm: "plot_latency_error_bars"
21108   output-file-type: ".html"
21109   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr-lat"
21110   data: "plot-vpp-throughput-latency-2n-skx"
21111   filter: "'NIC_Intel-XXV710' and
21112            '64B' and
21113            'NDRPDR' and
21114            ('ETH' or 'DOT1Q') and
21115            'BASE' and
21116            '4T2C' and
21117            ('L2BDMACLRN' or 'L2XCFWD') and
21118            'VHOST_1024' and
21119            not 'VXLAN' and
21120            not 'IP4FWD' and
21121            not '2VM'"
21122   parameters:
21123   - "latency"
21124   - "parent"
21125   - "tags"
21126 #  sort:
21127 #  - "not CFS_OPT"
21128 #  - "L2XCFWD"
21129 #  - "not CFS_OPT"
21130 #  - "CFS_OPT"
21131   layout:
21132     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
21133     layout: "plot-latency"
21134
21135 # Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base vm
21136 -
21137   type: "plot"
21138   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
21139   algorithm: "plot_latency_error_bars"
21140   output-file-type: ".html"
21141   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
21142   data: "plot-vpp-throughput-latency-2n-skx"
21143   filter: "'NIC_Intel-XXV710' and
21144            '64B' and
21145            'NDRPDR' and
21146            ('ETH' or 'DOT1Q') and
21147            '2T1C' and
21148            ('L2BDMACLRN' or 'L2XCFWD') and
21149            'VHOST_1024' and
21150            not 'CFS_OPT' and
21151            not 'VXLAN' and
21152            not 'DOT1Q' and
21153            not 'IP4FWD'"
21154   parameters:
21155   - "latency"
21156   - "parent"
21157   - "tags"
21158 #  sort:
21159 #  - "1VM"
21160 #  - "L2XCFWD"
21161 #  - "1VM"
21162 #  - "L2BDMACLRN"
21163   layout:
21164     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
21165     layout: "plot-latency"
21166
21167 -
21168   type: "plot"
21169   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
21170   algorithm: "plot_latency_error_bars"
21171   output-file-type: ".html"
21172   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
21173   data: "plot-vpp-throughput-latency-2n-skx"
21174   filter: "'NIC_Intel-XXV710' and
21175            '64B' and
21176            'NDRPDR' and
21177            ('ETH' or 'DOT1Q') and
21178            '4T2C' and
21179            ('L2BDMACLRN' or 'L2XCFWD') and
21180            'VHOST_1024' and
21181            not 'CFS_OPT' and
21182            not 'VXLAN' and
21183            not 'DOT1Q' and
21184            not 'IP4FWD'"
21185   parameters:
21186   - "latency"
21187   - "parent"
21188   - "tags"
21189 #  sort:
21190 #  - "1VM"
21191 #  - "L2XCFWD"
21192 #  - "1VM"
21193 #  - "L2BDMACLRN"
21194   layout:
21195     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
21196     layout: "plot-latency"
21197
21198 ################################################################################
21199
21200 # Packet Latency - VPP VTS 3n-hsw-x520
21201 -
21202   type: "plot"
21203   title: "VPP Latency: vts-3n-hsw-x520-114b-1t1c-ndr-lat"
21204   algorithm: "plot_latency_error_bars"
21205   output-file-type: ".html"
21206   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr-lat"
21207   data: "plot-vpp-throughput-latency-3n-hsw"
21208   filter: "'NIC_Intel-X520-DA2' and
21209            '114B' and
21210            'NDRPDR' and
21211            '1T1C' and
21212            'VTS'"
21213   parameters:
21214   - "latency"
21215   - "parent"
21216   - "tags"
21217   layout:
21218     title: "vts-3n-hsw-x520-114b-1t1c-ndr"
21219     layout: "plot-latency"
21220
21221 -
21222   type: "plot"
21223   title: "VPP Latency: vts-3n-hsw-x520-114b-2t2c-ndr-lat"
21224   algorithm: "plot_latency_error_bars"
21225   output-file-type: ".html"
21226   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr-lat"
21227   data: "plot-vpp-throughput-latency-3n-hsw"
21228   filter: "'NIC_Intel-X520-DA2' and
21229            '114B' and
21230            'NDRPDR' and
21231            '2T2C' and
21232            'VTS'"
21233   parameters:
21234   - "latency"
21235   - "parent"
21236   - "tags"
21237   layout:
21238     title: "vts-3n-hsw-x520-114b-2t2c-ndr"
21239     layout: "plot-latency"
21240
21241 ################################################################################
21242
21243 # Packet Latency - DPDK l3fwd 3n-hsw-x520
21244 -
21245   type: "plot"
21246   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
21247   algorithm: "plot_latency_error_bars"
21248   output-file-type: ".html"
21249   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
21250   data: "plot-dpdk-throughput-latency-3n-hsw"
21251   filter: "'NIC_Intel-X520-DA2' and
21252            '64B' and
21253            'BASE' and
21254            'NDRPDR' and
21255            '1T1C' and
21256            'IP4FWD'"
21257   parameters:
21258   - "latency"
21259   - "parent"
21260   - "tags"
21261   layout:
21262     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
21263     layout: "plot-latency"
21264
21265 -
21266   type: "plot"
21267   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
21268   algorithm: "plot_latency_error_bars"
21269   output-file-type: ".html"
21270   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
21271   data: "plot-dpdk-throughput-latency-3n-hsw"
21272   filter: "'NIC_Intel-X520-DA2' and
21273            '64B' and
21274            'BASE' and
21275            'NDRPDR' and
21276            '2T2C' and
21277            'IP4FWD'"
21278   parameters:
21279   - "latency"
21280   - "parent"
21281   - "tags"
21282   layout:
21283     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
21284     layout: "plot-latency"
21285
21286 # Packet Latency - DPDK l3fwd 3n-hsw-x710
21287 -
21288   type: "plot"
21289   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
21290   algorithm: "plot_latency_error_bars"
21291   output-file-type: ".html"
21292   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
21293   data: "plot-dpdk-throughput-latency-3n-hsw"
21294   filter: "'NIC_Intel-X710' and
21295            '64B' and
21296            'BASE' and
21297            'NDRPDR' and
21298            '1T1C' and
21299            'IP4FWD'"
21300   parameters:
21301   - "latency"
21302   - "parent"
21303   - "tags"
21304   layout:
21305     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
21306     layout: "plot-latency"
21307
21308 -
21309   type: "plot"
21310   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
21311   algorithm: "plot_latency_error_bars"
21312   output-file-type: ".html"
21313   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
21314   data: "plot-dpdk-throughput-latency-3n-hsw"
21315   filter: "'NIC_Intel-X710' and
21316            '64B' and
21317            'BASE' and
21318            'NDRPDR' and
21319            '2T2C' and
21320            'IP4FWD'"
21321   parameters:
21322   - "latency"
21323   - "parent"
21324   - "tags"
21325   layout:
21326     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
21327     layout: "plot-latency"
21328
21329 # Packet Latency - DPDK l3fwd 3n-hsw-xl710
21330 -
21331   type: "plot"
21332   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
21333   algorithm: "plot_latency_error_bars"
21334   output-file-type: ".html"
21335   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
21336   data: "plot-dpdk-throughput-latency-3n-hsw"
21337   filter: "'NIC_Intel-XL710' and
21338            '64B' and
21339            'BASE' and
21340            'NDRPDR' and
21341            '1T1C' and
21342            'IP4FWD'"
21343   parameters:
21344   - "latency"
21345   - "parent"
21346   - "tags"
21347   layout:
21348     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
21349     layout: "plot-latency"
21350
21351 -
21352   type: "plot"
21353   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
21354   algorithm: "plot_latency_error_bars"
21355   output-file-type: ".html"
21356   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
21357   data: "plot-dpdk-throughput-latency-3n-hsw"
21358   filter: "'NIC_Intel-XL710' and
21359            '64B' and
21360            'BASE' and
21361            'NDRPDR' and
21362            '2T2C' and
21363            'IP4FWD'"
21364   parameters:
21365   - "latency"
21366   - "parent"
21367   - "tags"
21368   layout:
21369     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
21370     layout: "plot-latency"
21371
21372 # Packet Latency - DPDK l3fwd 3n-skx-x710
21373 -
21374   type: "plot"
21375   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
21376   algorithm: "plot_latency_error_bars"
21377   output-file-type: ".html"
21378   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
21379   data: "plot-dpdk-throughput-latency-3n-skx"
21380   filter: "'NIC_Intel-X710' and
21381            '64B' and
21382            'BASE' and
21383            'NDRPDR' and
21384            '2T1C' and
21385            'IP4FWD'"
21386   parameters:
21387   - "latency"
21388   - "parent"
21389   - "tags"
21390   layout:
21391     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
21392     layout: "plot-latency"
21393
21394 -
21395   type: "plot"
21396   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
21397   algorithm: "plot_latency_error_bars"
21398   output-file-type: ".html"
21399   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
21400   data: "plot-dpdk-throughput-latency-3n-skx"
21401   filter: "'NIC_Intel-X710' and
21402            '64B' and
21403            'BASE' and
21404            'NDRPDR' and
21405            '4T2C' and
21406            'IP4FWD'"
21407   parameters:
21408   - "latency"
21409   - "parent"
21410   - "tags"
21411   layout:
21412     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
21413     layout: "plot-latency"
21414
21415 # Packet Latency - DPDK l3fwd 3n-skx-xxv710
21416 -
21417   type: "plot"
21418   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
21419   algorithm: "plot_latency_error_bars"
21420   output-file-type: ".html"
21421   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
21422   data: "plot-dpdk-throughput-latency-3n-skx"
21423   filter: "'NIC_Intel-XXV710' and
21424            '64B' and
21425            'BASE' and
21426            'NDRPDR' and
21427            '2T1C' and
21428            'IP4FWD'"
21429   parameters:
21430   - "latency"
21431   - "parent"
21432   - "tags"
21433   layout:
21434     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
21435     layout: "plot-latency"
21436
21437 -
21438   type: "plot"
21439   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
21440   algorithm: "plot_latency_error_bars"
21441   output-file-type: ".html"
21442   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
21443   data: "plot-dpdk-throughput-latency-3n-skx"
21444   filter: "'NIC_Intel-XXV710' and
21445            '64B' and
21446            'BASE' and
21447            'NDRPDR' and
21448            '4T2C' and
21449            'IP4FWD'"
21450   parameters:
21451   - "latency"
21452   - "parent"
21453   - "tags"
21454   layout:
21455     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
21456     layout: "plot-latency"
21457
21458 # Packet Latency - DPDK l3fwd 2n-skx-x710
21459 -
21460   type: "plot"
21461   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
21462   algorithm: "plot_latency_error_bars"
21463   output-file-type: ".html"
21464   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
21465   data: "plot-dpdk-throughput-latency-2n-skx"
21466   filter: "'NIC_Intel-X710' and
21467            '64B' and
21468            'BASE' and
21469            'NDRPDR' and
21470            '2T1C' and
21471            'IP4FWD'"
21472   parameters:
21473   - "latency"
21474   - "parent"
21475   - "tags"
21476   layout:
21477     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
21478     layout: "plot-latency"
21479
21480 -
21481   type: "plot"
21482   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
21483   algorithm: "plot_latency_error_bars"
21484   output-file-type: ".html"
21485   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
21486   data: "plot-dpdk-throughput-latency-2n-skx"
21487   filter: "'NIC_Intel-X710' and
21488            '64B' and
21489            'BASE' and
21490            'NDRPDR' and
21491            '4T2C' and
21492            'IP4FWD'"
21493   parameters:
21494   - "latency"
21495   - "parent"
21496   - "tags"
21497   layout:
21498     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
21499     layout: "plot-latency"
21500
21501 # Packet Latency - DPDK l3fwd 2n-skx-xxv710
21502 -
21503   type: "plot"
21504   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
21505   algorithm: "plot_latency_error_bars"
21506   output-file-type: ".html"
21507   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
21508   data: "plot-dpdk-throughput-latency-2n-skx"
21509   filter: "'NIC_Intel-XXV710' and
21510            '64B' and
21511            'BASE' and
21512            'NDRPDR' and
21513            '2T1C' and
21514            'IP4FWD'"
21515   parameters:
21516   - "latency"
21517   - "parent"
21518   - "tags"
21519   layout:
21520     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
21521     layout: "plot-latency"
21522
21523 -
21524   type: "plot"
21525   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
21526   algorithm: "plot_latency_error_bars"
21527   output-file-type: ".html"
21528   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
21529   data: "plot-dpdk-throughput-latency-2n-skx"
21530   filter: "'NIC_Intel-XXV710' and
21531            '64B' and
21532            'BASE' and
21533            'NDRPDR' and
21534            '4T2C' and
21535            'IP4FWD'"
21536   parameters:
21537   - "latency"
21538   - "parent"
21539   - "tags"
21540   layout:
21541     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
21542     layout: "plot-latency"
21543
21544 ################################################################################
21545
21546 # Packet Latency - DPDK testpmd 3n-hsw-x520
21547 -
21548   type: "plot"
21549   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
21550   algorithm: "plot_latency_error_bars"
21551   output-file-type: ".html"
21552   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
21553   data: "plot-dpdk-throughput-latency-3n-hsw"
21554   filter: "'NIC_Intel-X520-DA2' and
21555            '64B' and
21556            'BASE' and
21557            'NDRPDR' and
21558            '1T1C' and
21559            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21560   parameters:
21561   - "latency"
21562   - "parent"
21563   - "tags"
21564   layout:
21565     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
21566     layout: "plot-latency"
21567
21568 -
21569   type: "plot"
21570   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
21571   algorithm: "plot_latency_error_bars"
21572   output-file-type: ".html"
21573   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
21574   data: "plot-dpdk-throughput-latency-3n-hsw"
21575   filter: "'NIC_Intel-X520-DA2' and
21576            '64B' and
21577            'BASE' and
21578            'NDRPDR' and
21579            '2T2C' and
21580            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21581   parameters:
21582   - "latency"
21583   - "parent"
21584   - "tags"
21585   layout:
21586     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
21587     layout: "plot-latency"
21588
21589 # Packet Latency - DPDK testpmd 3n-hsw-x710
21590 -
21591   type: "plot"
21592   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
21593   algorithm: "plot_latency_error_bars"
21594   output-file-type: ".html"
21595   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
21596   data: "plot-dpdk-throughput-latency-3n-hsw"
21597   filter: "'NIC_Intel-X710' and
21598            '64B' and
21599            'BASE' and
21600            'NDRPDR' and
21601            '1T1C' and
21602            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21603   parameters:
21604   - "latency"
21605   - "parent"
21606   - "tags"
21607   layout:
21608     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
21609     layout: "plot-latency"
21610
21611 -
21612   type: "plot"
21613   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
21614   algorithm: "plot_latency_error_bars"
21615   output-file-type: ".html"
21616   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
21617   data: "plot-dpdk-throughput-latency-3n-hsw"
21618   filter: "'NIC_Intel-X710' and
21619            '64B' and
21620            'BASE' and
21621            'NDRPDR' and
21622            '2T2C' and
21623            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21624   parameters:
21625   - "latency"
21626   - "parent"
21627   - "tags"
21628   layout:
21629     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
21630     layout: "plot-latency"
21631
21632 # Packet Latency - DPDK testpmd 3n-hsw-xl710
21633 -
21634   type: "plot"
21635   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
21636   algorithm: "plot_latency_error_bars"
21637   output-file-type: ".html"
21638   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
21639   data: "plot-dpdk-throughput-latency-3n-hsw"
21640   filter: "'NIC_Intel-XL710' and
21641            '64B' and
21642            'BASE' and
21643            'NDRPDR' and
21644            '1T1C' and
21645            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21646   parameters:
21647   - "latency"
21648   - "parent"
21649   - "tags"
21650   layout:
21651     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
21652     layout: "plot-latency"
21653
21654 -
21655   type: "plot"
21656   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
21657   algorithm: "plot_latency_error_bars"
21658   output-file-type: ".html"
21659   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
21660   data: "plot-dpdk-throughput-latency-3n-hsw"
21661   filter: "'NIC_Intel-XL710' and
21662            '64B' and
21663            'BASE' and
21664            'NDRPDR' and
21665            '2T2C' and
21666            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21667   parameters:
21668   - "latency"
21669   - "parent"
21670   - "tags"
21671   layout:
21672     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
21673     layout: "plot-latency"
21674
21675 # Packet Latency - DPDK testpmd 3n-skx-x710
21676 -
21677   type: "plot"
21678   title: "DPDK Latency: testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
21679   algorithm: "plot_latency_error_bars"
21680   output-file-type: ".html"
21681   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
21682   data: "plot-dpdk-throughput-latency-3n-skx"
21683   filter: "'NIC_Intel-X710' and
21684            '64B' and
21685            'BASE' and
21686            'NDRPDR' and
21687            '2T1C' and
21688            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21689   parameters:
21690   - "latency"
21691   - "parent"
21692   - "tags"
21693   layout:
21694     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
21695     layout: "plot-latency"
21696
21697 -
21698   type: "plot"
21699   title: "DPDK Latency: testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
21700   algorithm: "plot_latency_error_bars"
21701   output-file-type: ".html"
21702   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
21703   data: "plot-dpdk-throughput-latency-3n-skx"
21704   filter: "'NIC_Intel-X710' and
21705            '64B' and
21706            'BASE' and
21707            'NDRPDR' and
21708            '4T2C' and
21709            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21710   parameters:
21711   - "latency"
21712   - "parent"
21713   - "tags"
21714   layout:
21715     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
21716     layout: "plot-latency"
21717
21718 # Packet Latency - DPDK testpmd 3n-skx-xxv710
21719 -
21720   type: "plot"
21721   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
21722   algorithm: "plot_latency_error_bars"
21723   output-file-type: ".html"
21724   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
21725   data: "plot-dpdk-throughput-latency-3n-skx"
21726   filter: "'NIC_Intel-XXV710' and
21727            '64B' and
21728            'BASE' and
21729            'NDRPDR' and
21730            '2T1C' and
21731            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21732   parameters:
21733   - "latency"
21734   - "parent"
21735   - "tags"
21736   layout:
21737     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
21738     layout: "plot-latency"
21739
21740 -
21741   type: "plot"
21742   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
21743   algorithm: "plot_latency_error_bars"
21744   output-file-type: ".html"
21745   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
21746   data: "plot-dpdk-throughput-latency-3n-skx"
21747   filter: "'NIC_Intel-XXV710' and
21748            '64B' and
21749            'BASE' and
21750            'NDRPDR' and
21751            '4T2C' and
21752            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21753   parameters:
21754   - "latency"
21755   - "parent"
21756   - "tags"
21757   layout:
21758     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
21759     layout: "plot-latency"
21760
21761 # Packet Latency - DPDK testpmd 2n-skx-x710
21762 -
21763   type: "plot"
21764   title: "DPDK Latency: testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
21765   algorithm: "plot_latency_error_bars"
21766   output-file-type: ".html"
21767   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
21768   data: "plot-dpdk-throughput-latency-2n-skx"
21769   filter: "'NIC_Intel-X710' and
21770            '64B' and
21771            'BASE' and
21772            'NDRPDR' and
21773            '2T1C' and
21774            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21775   parameters:
21776   - "latency"
21777   - "parent"
21778   - "tags"
21779   layout:
21780     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
21781     layout: "plot-latency"
21782
21783 -
21784   type: "plot"
21785   title: "DPDK Latency: testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
21786   algorithm: "plot_latency_error_bars"
21787   output-file-type: ".html"
21788   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
21789   data: "plot-dpdk-throughput-latency-2n-skx"
21790   filter: "'NIC_Intel-X710' and
21791            '64B' and
21792            'BASE' and
21793            'NDRPDR' and
21794            '4T2C' and
21795            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21796   parameters:
21797   - "latency"
21798   - "parent"
21799   - "tags"
21800   layout:
21801     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
21802     layout: "plot-latency"
21803
21804 # Packet Latency - DPDK testpmd 2n-skx-xxv710
21805 -
21806   type: "plot"
21807   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
21808   algorithm: "plot_latency_error_bars"
21809   output-file-type: ".html"
21810   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
21811   data: "plot-dpdk-throughput-latency-2n-skx"
21812   filter: "'NIC_Intel-XXV710' and
21813            '64B' and
21814            'BASE' and
21815            'NDRPDR' and
21816            '2T1C' and
21817            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21818   parameters:
21819   - "latency"
21820   - "parent"
21821   - "tags"
21822   layout:
21823     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
21824     layout: "plot-latency"
21825
21826 -
21827   type: "plot"
21828   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
21829   algorithm: "plot_latency_error_bars"
21830   output-file-type: ".html"
21831   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
21832   data: "plot-dpdk-throughput-latency-2n-skx"
21833   filter: "'NIC_Intel-XXV710' and
21834            '64B' and
21835            'BASE' and
21836            'NDRPDR' and
21837            '4T2C' and
21838            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21839   parameters:
21840   - "latency"
21841   - "parent"
21842   - "tags"
21843   layout:
21844     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
21845     layout: "plot-latency"
21846
21847 ################################################################################
21848
21849 # Speedup - VPP Container Memif 3n-hsw-x520
21850 -
21851   type: "plot"
21852   title: "Speedup: memif-3n-hsw-x520-64b-base_and_features-ndr-tsa"
21853   algorithm: "plot_throughput_speedup_analysis"
21854   output-file-type: ".html"
21855   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_features-ndr-tsa"
21856   data: "plot-throughput-speedup-analysis-3n-hsw"
21857   filter: "'NIC_Intel-X520-DA2' and
21858            '64B' and
21859            ('BASE' or 'SCALE') and
21860            'NDRPDR' and
21861            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
21862            not 'VHOST' and
21863            'MEMIF'"
21864   parameters:
21865   - "throughput"
21866   - "parent"
21867   - "tags"
21868   sort:
21869   - "L2XCFWD"
21870   - "L2XCFWD"
21871   - "L2XCFWD"
21872   - "L2BDMACLRN"
21873   - "L2BDMACLRN"
21874   - "L2BDMACLRN"
21875   - "IP4FWD"
21876   layout:
21877     title: "memif-3n-hsw-x520-64b-base_and_features-ndr"
21878     layout: "plot-throughput-speedup-analysis"
21879
21880 -
21881   type: "plot"
21882   title: "Speedup: memif-3n-hsw-x520-64b-base_and_features-pdr-tsa"
21883   algorithm: "plot_throughput_speedup_analysis"
21884   output-file-type: ".html"
21885   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_features-pdr-tsa"
21886   data: "plot-throughput-speedup-analysis-3n-hsw"
21887   filter: "'NIC_Intel-X520-DA2' and
21888            '64B' and
21889            ('BASE' or 'SCALE') and
21890            'NDRPDR' and
21891            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
21892            not 'VHOST' and
21893            'MEMIF'"
21894   parameters:
21895   - "throughput"
21896   - "parent"
21897   - "tags"
21898   sort:
21899   - "L2XCFWD"
21900   - "L2XCFWD"
21901   - "L2XCFWD"
21902   - "L2BDMACLRN"
21903   - "L2BDMACLRN"
21904   - "L2BDMACLRN"
21905   - "IP4FWD"
21906   layout:
21907     title: "memif-3n-hsw-x520-64b-base_and_features-pdr"
21908     layout: "plot-throughput-speedup-analysis"
21909
21910 # Speedup - VPP Container Memif 3n-hsw-x710
21911 -
21912   type: "plot"
21913   title: "Speedup: memif-3n-hsw-x710-64b-base_and_features-ndr-tsa"
21914   algorithm: "plot_throughput_speedup_analysis"
21915   output-file-type: ".html"
21916   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_features-ndr-tsa"
21917   data: "plot-throughput-speedup-analysis-3n-hsw"
21918   filter: "'NIC_Intel-X710' and
21919            '64B' and
21920            ('BASE' or 'SCALE') and
21921            'NDRPDR' and
21922            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
21923            not 'VHOST' and
21924            'MEMIF'"
21925   parameters:
21926   - "throughput"
21927   - "parent"
21928   - "tags"
21929   sort:
21930   - "L2XCFWD"
21931   - "L2XCFWD"
21932   - "L2XCFWD"
21933   - "L2BDMACLRN"
21934   - "L2BDMACLRN"
21935   - "L2BDMACLRN"
21936   - "IP4FWD"
21937   layout:
21938     title: "memif-3n-hsw-x710-64b-base_and_features-ndr"
21939     layout: "plot-throughput-speedup-analysis"
21940
21941 -
21942   type: "plot"
21943   title: "Speedup: memif-3n-hsw-x710-64b-base_and_features-pdr-tsa"
21944   algorithm: "plot_throughput_speedup_analysis"
21945   output-file-type: ".html"
21946   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_features-pdr-tsa"
21947   data: "plot-throughput-speedup-analysis-3n-hsw"
21948   filter: "'NIC_Intel-X710' and
21949            '64B' and
21950            ('BASE' or 'SCALE') and
21951            'NDRPDR' and
21952            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
21953            not 'VHOST' and
21954            'MEMIF'"
21955   parameters:
21956   - "throughput"
21957   - "parent"
21958   - "tags"
21959   sort:
21960   - "L2XCFWD"
21961   - "L2XCFWD"
21962   - "L2XCFWD"
21963   - "L2BDMACLRN"
21964   - "L2BDMACLRN"
21965   - "L2BDMACLRN"
21966   - "IP4FWD"
21967   layout:
21968     title: "memif-3n-hsw-x710-64b-base_and_features-pdr"
21969     layout: "plot-throughput-speedup-analysis"
21970
21971 # Speedup - VPP Container Memif 3n-hsw-xl710
21972 -
21973   type: "plot"
21974   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_features-ndr-tsa"
21975   algorithm: "plot_throughput_speedup_analysis"
21976   output-file-type: ".html"
21977   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_features-ndr-tsa"
21978   data: "plot-throughput-speedup-analysis-3n-hsw"
21979   filter: "'NIC_Intel-XL710' and
21980            '64B' and
21981            ('BASE' or 'SCALE') and
21982            'NDRPDR' and
21983            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
21984            not 'VHOST' and
21985            'MEMIF'"
21986   parameters:
21987   - "throughput"
21988   - "parent"
21989   - "tags"
21990   sort:
21991   - "L2XCFWD"
21992   - "L2XCFWD"
21993   - "L2XCFWD"
21994   - "L2BDMACLRN"
21995   - "L2BDMACLRN"
21996   - "L2BDMACLRN"
21997   - "IP4FWD"
21998   layout:
21999     title: "memif-3n-hsw-xl710-64b-base_and_features-ndr"
22000     layout: "plot-throughput-speedup-analysis"
22001
22002 -
22003   type: "plot"
22004   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_features-pdr-tsa"
22005   algorithm: "plot_throughput_speedup_analysis"
22006   output-file-type: ".html"
22007   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_features-pdr-tsa"
22008   data: "plot-throughput-speedup-analysis-3n-hsw"
22009   filter: "'NIC_Intel-XL710' 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-xl710-64b-base_and_features-pdr"
22030     layout: "plot-throughput-speedup-analysis"
22031
22032 # Speedup - VPP Container Memif 3n-skx-x710
22033 -
22034   type: "plot"
22035   title: "Speedup: memif-3n-skx-x710-64b-base_and_features-ndr-tsa"
22036   algorithm: "plot_throughput_speedup_analysis"
22037   output-file-type: ".html"
22038   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_features-ndr-tsa"
22039   data: "plot-throughput-speedup-analysis-3n-skx"
22040   filter: "'NIC_Intel-X710' and
22041            '64B' and
22042            ('BASE' or 'SCALE') and
22043            'NDRPDR' and
22044            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
22045            not 'VHOST' and
22046            'MEMIF'"
22047   parameters:
22048   - "throughput"
22049   - "parent"
22050   - "tags"
22051   sort:
22052   - "L2XCFWD"
22053   - "L2XCFWD"
22054   - "L2XCFWD"
22055   - "L2BDMACLRN"
22056   - "L2BDMACLRN"
22057   - "L2BDMACLRN"
22058   - "IP4FWD"
22059   layout:
22060     title: "memif-3n-skx-x710-64b-base_and_features-ndr"
22061     layout: "plot-throughput-speedup-analysis"
22062
22063 -
22064   type: "plot"
22065   title: "Speedup: memif-3n-skx-x710-64b-base_and_features-pdr-tsa"
22066   algorithm: "plot_throughput_speedup_analysis"
22067   output-file-type: ".html"
22068   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_features-pdr-tsa"
22069   data: "plot-throughput-speedup-analysis-3n-skx"
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-skx-x710-64b-base_and_features-pdr"
22091     layout: "plot-throughput-speedup-analysis"
22092
22093 # Speedup - VPP Container Memif 2n-skx-x710
22094 -
22095   type: "plot"
22096   title: "Speedup: memif-2n-skx-x710-64b-base_and_features-ndr-tsa"
22097   algorithm: "plot_throughput_speedup_analysis"
22098   output-file-type: ".html"
22099   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_features-ndr-tsa"
22100   data: "plot-throughput-speedup-analysis-2n-skx"
22101   filter: "'NIC_Intel-X710' and
22102            '64B' and
22103            ('BASE' or 'SCALE') and
22104            'NDRPDR' and
22105            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
22106            not 'VHOST' and
22107            not 'NF_DENSITY' and
22108            'MEMIF'"
22109   parameters:
22110   - "throughput"
22111   - "parent"
22112   - "tags"
22113   sort:
22114   - "L2XCFWD"
22115   - "L2XCFWD"
22116   - "L2XCFWD"
22117   - "L2BDMACLRN"
22118   - "L2BDMACLRN"
22119   - "L2BDMACLRN"
22120   - "IP4FWD"
22121   layout:
22122     title: "memif-2n-skx-x710-64b-base_and_features-ndr"
22123     layout: "plot-throughput-speedup-analysis"
22124
22125 -
22126   type: "plot"
22127   title: "Speedup: memif-2n-skx-x710-64b-base_and_features-pdr-tsa"
22128   algorithm: "plot_throughput_speedup_analysis"
22129   output-file-type: ".html"
22130   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_features-pdr-tsa"
22131   data: "plot-throughput-speedup-analysis-2n-skx"
22132   filter: "'NIC_Intel-X710' and
22133            '64B' and
22134            ('BASE' or 'SCALE') and
22135            'NDRPDR' and
22136            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
22137            not 'VHOST' and
22138            not 'NF_DENSITY' and
22139            'MEMIF'"
22140   parameters:
22141   - "throughput"
22142   - "parent"
22143   - "tags"
22144   sort:
22145   - "L2XCFWD"
22146   - "L2XCFWD"
22147   - "L2XCFWD"
22148   - "L2BDMACLRN"
22149   - "L2BDMACLRN"
22150   - "L2BDMACLRN"
22151   - "IP4FWD"
22152   layout:
22153     title: "memif-2n-skx-x710-64b-base_and_features-pdr"
22154     layout: "plot-throughput-speedup-analysis"
22155
22156 # Speedup - VPP Container Memif 2n-skx-xxv710
22157 -
22158   type: "plot"
22159   title: "Speedup: memif-2n-skx-xxv710-64b-base_and_features-ndr-tsa"
22160   algorithm: "plot_throughput_speedup_analysis"
22161   output-file-type: ".html"
22162   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_features-ndr-tsa"
22163   data: "plot-throughput-speedup-analysis-2n-skx"
22164   filter: "'NIC_Intel-XXV710' and
22165            '64B' and
22166            ('BASE' or 'SCALE') and
22167            'NDRPDR' and
22168            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
22169            not 'VHOST' and
22170            'MEMIF'"
22171   parameters:
22172   - "throughput"
22173   - "parent"
22174   - "tags"
22175   sort:
22176   - "L2XCFWD"
22177   - "L2XCFWD"
22178   - "L2XCFWD"
22179   - "L2BDMACLRN"
22180   - "L2BDMACLRN"
22181   - "L2BDMACLRN"
22182   - "IP4FWD"
22183   layout:
22184     title: "memif-2n-skx-xxv710-64b-base_and_features-ndr"
22185     layout: "plot-throughput-speedup-analysis"
22186
22187 -
22188   type: "plot"
22189   title: "Speedup: memif-2n-skx-xxv710-64b-base_and_features-pdr-tsa"
22190   algorithm: "plot_throughput_speedup_analysis"
22191   output-file-type: ".html"
22192   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_features-pdr-tsa"
22193   data: "plot-throughput-speedup-analysis-2n-skx"
22194   filter: "'NIC_Intel-XXV710' and
22195            '64B' and
22196            ('BASE' or 'SCALE') and
22197            'NDRPDR' and
22198            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
22199            not 'VHOST' and
22200            'MEMIF'"
22201   parameters:
22202   - "throughput"
22203   - "parent"
22204   - "tags"
22205   sort:
22206   - "L2XCFWD"
22207   - "L2XCFWD"
22208   - "L2XCFWD"
22209   - "L2BDMACLRN"
22210   - "L2BDMACLRN"
22211   - "L2BDMACLRN"
22212   - "IP4FWD"
22213   layout:
22214     title: "memif-2n-skx-xxv710-64b-base_and_features-pdr"
22215     layout: "plot-throughput-speedup-analysis"
22216
22217 ################################################################################
22218
22219 # Speedup - VPP Container k8s memif 3n-hsw-x520 - l2xc
22220 -
22221   type: "plot"
22222   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
22223   algorithm: "plot_throughput_speedup_analysis"
22224   output-file-type: ".html"
22225   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
22226   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
22227   filter: "'NIC_Intel-X520-DA2' and
22228            '64B' and
22229            ('BASE' or 'SCALE') and
22230            'NDRPDR' and
22231            'L2XCFWD' and
22232            not 'VHOST' and
22233            not 'NF_DENSITY' and
22234            'MEMIF'"
22235   parameters:
22236   - "throughput"
22237   - "parent"
22238   - "tags"
22239   sort:
22240   - "1VNF"
22241   - "2VNF"
22242   - "4VNF"
22243   - "2VNF"
22244   - "4VNF"
22245   layout:
22246     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2xc"
22247     layout: "plot-throughput-speedup-analysis"
22248
22249 -
22250   type: "plot"
22251   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
22252   algorithm: "plot_throughput_speedup_analysis"
22253   output-file-type: ".html"
22254   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
22255   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
22256   filter: "'NIC_Intel-X520-DA2' and
22257            '64B' and
22258            ('BASE' or 'SCALE') and
22259            'NDRPDR' and
22260            'L2XCFWD' and
22261            not 'VHOST' and
22262            not 'NF_DENSITY' and
22263            'MEMIF'"
22264   parameters:
22265   - "throughput"
22266   - "parent"
22267   - "tags"
22268   sort:
22269   - "1VNF"
22270   - "2VNF"
22271   - "4VNF"
22272   - "2VNF"
22273   - "4VNF"
22274   layout:
22275     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr"
22276     layout: "plot-throughput-speedup-analysis"
22277
22278 # Speedup - VPP Container k8s memif 3n-hsw-x520 - l2bd
22279 -
22280   type: "plot"
22281   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
22282   algorithm: "plot_throughput_speedup_analysis"
22283   output-file-type: ".html"
22284   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
22285   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
22286   filter: "'NIC_Intel-X520-DA2' and
22287            '64B' and
22288            ('BASE' or 'SCALE') and
22289            'NDRPDR' and
22290            ('L2BDMACSTAT' or 'L2BDMACLRN') and
22291            not 'VHOST' and
22292            not 'NF_DENSITY' and
22293            'MEMIF'"
22294   parameters:
22295   - "throughput"
22296   - "parent"
22297   - "tags"
22298   sort:
22299   - "1VNF"
22300   - "2VNF"
22301   - "4VNF"
22302   - "2VNF"
22303   - "4VNF"
22304   layout:
22305     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2bd"
22306     layout: "plot-throughput-speedup-analysis"
22307
22308 -
22309   type: "plot"
22310   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
22311   algorithm: "plot_throughput_speedup_analysis"
22312   output-file-type: ".html"
22313   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
22314   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
22315   filter: "'NIC_Intel-X520-DA2' and
22316            '64B' and
22317            ('BASE' or 'SCALE') and
22318            'NDRPDR' and
22319            ('L2BDMACSTAT' or 'L2BDMACLRN') and
22320            not 'VHOST' and
22321            not 'NF_DENSITY' and
22322            'MEMIF'"
22323   parameters:
22324   - "throughput"
22325   - "parent"
22326   - "tags"
22327   sort:
22328   - "1VNF"
22329   - "2VNF"
22330   - "4VNF"
22331   - "2VNF"
22332   - "4VNF"
22333   layout:
22334     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr"
22335     layout: "plot-throughput-speedup-analysis"
22336
22337 # Speedup - VPP Container Memif 3n-hsw-x710 - l2xc
22338 -
22339   type: "plot"
22340   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
22341   algorithm: "plot_throughput_speedup_analysis"
22342   output-file-type: ".html"
22343   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
22344   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
22345   filter: "'NIC_Intel-X710' and
22346            '64B' and
22347            ('BASE' or 'SCALE') and
22348            'NDRPDR' and
22349            'L2XCFWD' and
22350            not 'VHOST' and
22351            not 'NF_DENSITY' and
22352            'MEMIF'"
22353   parameters:
22354   - "throughput"
22355   - "parent"
22356   - "tags"
22357   sort:
22358   - "1VNF"
22359   - "2VNF"
22360   - "4VNF"
22361   - "2VNF"
22362   - "4VNF"
22363   layout:
22364     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr"
22365     layout: "plot-throughput-speedup-analysis"
22366
22367 -
22368   type: "plot"
22369   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
22370   algorithm: "plot_throughput_speedup_analysis"
22371   output-file-type: ".html"
22372   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
22373   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
22374   filter: "'NIC_Intel-X710' and
22375            '64B' and
22376            ('BASE' or 'SCALE') and
22377            'NDRPDR' and
22378            'L2XCFWD' and
22379            not 'VHOST' and
22380            not 'NF_DENSITY' and
22381            'MEMIF'"
22382   parameters:
22383   - "throughput"
22384   - "parent"
22385   - "tags"
22386   sort:
22387   - "1VNF"
22388   - "2VNF"
22389   - "4VNF"
22390   - "2VNF"
22391   - "4VNF"
22392   layout:
22393     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr"
22394     layout: "plot-throughput-speedup-analysis"
22395
22396 # Speedup - VPP Container Memif 3n-hsw-x710 - l2bd
22397 -
22398   type: "plot"
22399   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
22400   algorithm: "plot_throughput_speedup_analysis"
22401   output-file-type: ".html"
22402   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
22403   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
22404   filter: "'NIC_Intel-X710' and
22405            '64B' and
22406            ('BASE' or 'SCALE') and
22407            'NDRPDR' and
22408            ('L2BDMACSTAT' or 'L2BDMACLRN') and
22409            not 'VHOST' and
22410            not 'NF_DENSITY' and
22411            'MEMIF'"
22412   parameters:
22413   - "throughput"
22414   - "parent"
22415   - "tags"
22416   sort:
22417   - "1VNF"
22418   - "2VNF"
22419   - "4VNF"
22420   - "2VNF"
22421   - "4VNF"
22422   layout:
22423     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr"
22424     layout: "plot-throughput-speedup-analysis"
22425
22426 -
22427   type: "plot"
22428   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
22429   algorithm: "plot_throughput_speedup_analysis"
22430   output-file-type: ".html"
22431   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
22432   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
22433   filter: "'NIC_Intel-X710' and
22434            '64B' and
22435            ('BASE' or 'SCALE') and
22436            'NDRPDR' and
22437            ('L2BDMACSTAT' or 'L2BDMACLRN') and
22438            not 'VHOST' and
22439            not 'NF_DENSITY' and
22440            'MEMIF'"
22441   parameters:
22442   - "throughput"
22443   - "parent"
22444   - "tags"
22445   sort:
22446   - "1VNF"
22447   - "2VNF"
22448   - "4VNF"
22449   - "2VNF"
22450   - "4VNF"
22451   layout:
22452     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr"
22453     layout: "plot-throughput-speedup-analysis"
22454
22455 ################################################################################
22456
22457 # Speedup - VPP IPv4 3n-hsw-x520 base and scale
22458 -
22459   type: "plot"
22460   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
22461   algorithm: "plot_throughput_speedup_analysis"
22462   output-file-type: ".html"
22463   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
22464   data: "plot-throughput-speedup-analysis-3n-hsw"
22465   filter: "'NIC_Intel-X520-DA2' and
22466            '64B' and
22467            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
22468            'NDRPDR' and
22469            'IP4FWD' and
22470            not 'IPSEC' and
22471            not 'DOT1Q' and
22472            not 'VHOST'"
22473   parameters:
22474   - "throughput"
22475   - "parent"
22476   - "tags"
22477   sort:
22478   - "DOT1Q"
22479   - "IP4BASE"
22480   - "FIB_20k"
22481   - "FIB_200k"
22482   - "FIB_2M"
22483   layout:
22484     title: "ip4-3n-hsw-x520-64b-base_and_scale-ndr"
22485     layout: "plot-throughput-speedup-analysis"
22486
22487 -
22488   type: "plot"
22489   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
22490   algorithm: "plot_throughput_speedup_analysis"
22491   output-file-type: ".html"
22492   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
22493   data: "plot-throughput-speedup-analysis-3n-hsw"
22494   filter: "'NIC_Intel-X520-DA2' and
22495            '64B' and
22496            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
22497            'NDRPDR' and
22498            'IP4FWD' and
22499            not 'IPSEC' and
22500            not 'DOT1Q' and
22501            not 'VHOST'"
22502   parameters:
22503   - "throughput"
22504   - "parent"
22505   - "tags"
22506   sort:
22507   - "DOT1Q"
22508   - "IP4BASE"
22509   - "FIB_20k"
22510   - "FIB_200k"
22511   - "FIB_2M"
22512   layout:
22513     title: "ip4-3n-hsw-x520-64b-base_and_scale-pdr"
22514     layout: "plot-throughput-speedup-analysis"
22515
22516 # Speedup - VPP IPv4 3n-hsw-x520 features
22517 -
22518   type: "plot"
22519   title: "Speedup: ip4-3n-hsw-x520-64b-features-ndr-tsa"
22520   algorithm: "plot_throughput_speedup_analysis"
22521   output-file-type: ".html"
22522   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-ndr-tsa"
22523   data: "plot-throughput-speedup-analysis-3n-hsw"
22524   filter: "'NIC_Intel-X520-DA2' and
22525            '64B' and
22526            ('IP4BASE' or
22527             'POLICE_MARK' or
22528             'COPWHLIST' or
22529             ('NAT44' and 'BASE') or
22530             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
22531            'NDRPDR' and
22532            'IP4FWD' and
22533            not 'IPSEC' and
22534            not 'VHOST'"
22535   parameters:
22536   - "throughput"
22537   - "parent"
22538   - "tags"
22539   sort:
22540   - "DOT1Q"
22541   - "IP4BASE"
22542   - "NAT44"
22543   - "POLICE_MARK"
22544   - "COPWHLIST"
22545   - "IACL"
22546   - "OACL"
22547   layout:
22548     title: "ip4-3n-hsw-x520-64b-features-ndr"
22549     layout: "plot-throughput-speedup-analysis"
22550
22551 -
22552   type: "plot"
22553   title: "Speedup: ip4-3n-hsw-x520-64b-features-pdr-tsa"
22554   algorithm: "plot_throughput_speedup_analysis"
22555   output-file-type: ".html"
22556   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-pdr-tsa"
22557   data: "plot-throughput-speedup-analysis-3n-hsw"
22558   filter: "'NIC_Intel-X520-DA2' and
22559            '64B' and
22560            ('IP4BASE' or
22561             'POLICE_MARK' or
22562             'COPWHLIST' or
22563             ('NAT44' and 'BASE') or
22564             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
22565            'NDRPDR' and
22566            'IP4FWD' and
22567            not 'IPSEC' and
22568            not 'VHOST'"
22569   parameters:
22570   - "throughput"
22571   - "parent"
22572   - "tags"
22573   sort:
22574   - "DOT1Q"
22575   - "IP4BASE"
22576   - "NAT44"
22577   - "POLICE_MARK"
22578   - "COPWHLIST"
22579   - "IACL"
22580   - "OACL"
22581   layout:
22582     title: "ip4-3n-hsw-x520-64b-features-pdr"
22583     layout: "plot-throughput-speedup-analysis"
22584
22585 # Speedup - VPP IPv4 3n-hsw-x520 features nat44
22586 -
22587   type: "plot"
22588   title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
22589   algorithm: "plot_throughput_speedup_analysis"
22590   output-file-type: ".html"
22591   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
22592   data: "plot-throughput-speedup-analysis-3n-hsw"
22593   filter: "'NIC_Intel-X520-DA2' and
22594            '64B' and
22595            'NDRPDR' and
22596            'IP4FWD' and
22597            ('NAT44' or 'IP4BASE') and
22598            not 'DOT1Q' and
22599            not 'IPSEC' and
22600            not 'VHOST'"
22601   parameters:
22602   - "throughput"
22603   - "parent"
22604   - "tags"
22605   sort:
22606   - "IP4BASE"
22607   - "BASE"
22608   - "SRC_USER_10"
22609   - "SRC_USER_100"
22610   - "SRC_USER_1000"
22611   - "SRC_USER_2000"
22612   layout:
22613     title: "ip4-3n-hsw-x520-64b-features-nat44-ndr"
22614     layout: "plot-throughput-speedup-analysis"
22615
22616 -
22617   type: "plot"
22618   title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
22619   algorithm: "plot_throughput_speedup_analysis"
22620   output-file-type: ".html"
22621   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
22622   data: "plot-throughput-speedup-analysis-3n-hsw"
22623   filter: "'NIC_Intel-X520-DA2' and
22624            '64B' and
22625            'NDRPDR' and
22626            'IP4FWD' and
22627            ('NAT44' or 'IP4BASE') and
22628            not 'DOT1Q' and
22629            not 'IPSEC' and
22630            not 'VHOST'"
22631   parameters:
22632   - "throughput"
22633   - "parent"
22634   - "tags"
22635   sort:
22636   - "IP4BASE"
22637   - "BASE"
22638   - "SRC_USER_10"
22639   - "SRC_USER_100"
22640   - "SRC_USER_1000"
22641   - "SRC_USER_2000"
22642   layout:
22643     title: "ip4-3n-hsw-x520-64b-features-nat44-pdr"
22644     layout: "plot-throughput-speedup-analysis"
22645
22646 # Speedup - VPP IPv4 3n-hsw-x520 features iacl
22647 -
22648   type: "plot"
22649   title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
22650   algorithm: "plot_throughput_speedup_analysis"
22651   output-file-type: ".html"
22652   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
22653   data: "plot-throughput-speedup-analysis-3n-hsw"
22654   filter: "'NIC_Intel-X520-DA2' and
22655            '64B' and
22656            'NDRPDR' and
22657            'IP4FWD' and
22658            ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
22659            not 'IPSEC' and
22660            not 'DOT1Q' and
22661            not 'VHOST'"
22662   parameters:
22663   - "throughput"
22664   - "parent"
22665   - "tags"
22666   sort:
22667   - "IP4BASE"
22668   - "ACL_STATELESS"
22669   - "ACL_STATEFUL"
22670   - "ACL_STATELESS"
22671   - "ACL_STATEFUL"
22672   layout:
22673     title: "ip4-3n-hsw-x520-64b-features-iacl-ndr"
22674     layout: "plot-throughput-speedup-analysis"
22675
22676 -
22677   type: "plot"
22678   title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
22679   algorithm: "plot_throughput_speedup_analysis"
22680   output-file-type: ".html"
22681   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
22682   data: "plot-throughput-speedup-analysis-3n-hsw"
22683   filter: "'NIC_Intel-X520-DA2' and
22684            '64B' and
22685            'NDRPDR' and
22686            'IP4FWD' and
22687            ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
22688            not 'IPSEC' and
22689            not 'DOT1Q' and
22690            not 'VHOST'"
22691   parameters:
22692   - "throughput"
22693   - "parent"
22694   - "tags"
22695   sort:
22696   - "IP4BASE"
22697   - "ACL_STATELESS"
22698   - "ACL_STATEFUL"
22699   - "ACL_STATELESS"
22700   - "ACL_STATEFUL"
22701   layout:
22702     title: "ip4-3n-hsw-x520-64b-features-iacl-pdr"
22703     layout: "plot-throughput-speedup-analysis"
22704
22705 # Speedup - VPP IPv4 3n-hsw-x520 features oacl
22706 -
22707   type: "plot"
22708   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
22709   algorithm: "plot_throughput_speedup_analysis"
22710   output-file-type: ".html"
22711   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
22712   data: "plot-throughput-speedup-analysis-3n-hsw"
22713   filter: "'NIC_Intel-X520-DA2' and
22714            '64B' and
22715            'NDRPDR' and
22716            'IP4FWD' and
22717            ('OACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
22718            not 'IPSEC' and
22719            not 'DOT1Q' and
22720            not 'VHOST'"
22721   parameters:
22722   - "throughput"
22723   - "parent"
22724   - "tags"
22725   sort:
22726   - "IP4BASE"
22727   - "ACL_STATELESS"
22728   - "ACL_STATEFUL"
22729   - "ACL_STATELESS"
22730   - "ACL_STATEFUL"
22731   layout:
22732     title: "ip4-3n-hsw-x520-64b-features-oacl-ndr"
22733     layout: "plot-throughput-speedup-analysis"
22734
22735 -
22736   type: "plot"
22737   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
22738   algorithm: "plot_throughput_speedup_analysis"
22739   output-file-type: ".html"
22740   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
22741   data: "plot-throughput-speedup-analysis-3n-hsw"
22742   filter: "'NIC_Intel-X520-DA2' and
22743            '64B' and
22744            'NDRPDR' and
22745            'IP4FWD' and
22746            ('OACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
22747            not 'IPSEC' and
22748            not 'DOT1Q' and
22749            not 'VHOST'"
22750   parameters:
22751   - "throughput"
22752   - "parent"
22753   - "tags"
22754   sort:
22755   - "IP4BASE"
22756   - "ACL_STATELESS"
22757   - "ACL_STATEFUL"
22758   - "ACL_STATELESS"
22759   - "ACL_STATEFUL"
22760   layout:
22761     title: "ip4-3n-hsw-x520-64b-features-oacl-pdr"
22762     layout: "plot-throughput-speedup-analysis"
22763
22764 # Speedup - VPP IPv4 3n-hsw-x710 base and scale
22765 -
22766   type: "plot"
22767   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
22768   algorithm: "plot_throughput_speedup_analysis"
22769   output-file-type: ".html"
22770   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
22771   data: "plot-throughput-speedup-analysis-3n-hsw"
22772   filter: "'NIC_Intel-X710' and
22773            '64B' and
22774            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22775            'NDRPDR' and
22776            'IP4FWD' and
22777            not 'IPSEC' and
22778            not 'DOT1Q' and
22779            not 'VHOST'"
22780   parameters:
22781   - "throughput"
22782   - "parent"
22783   - "tags"
22784   sort:
22785   - "IP4BASE"
22786   - "FIB_20K"
22787   - "FIB_200K"
22788   - "FIB_2M"
22789   layout:
22790     title: "ip4-3n-hsw-x710-64b-base_and_scale-ndr"
22791     layout: "plot-throughput-speedup-analysis"
22792
22793 -
22794   type: "plot"
22795   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
22796   algorithm: "plot_throughput_speedup_analysis"
22797   output-file-type: ".html"
22798   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
22799   data: "plot-throughput-speedup-analysis-3n-hsw"
22800   filter: "'NIC_Intel-X710' and
22801            '64B' and
22802            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22803            'NDRPDR' and
22804            'IP4FWD' and
22805            not 'IPSEC' and
22806            not 'DOT1Q' and
22807            not 'VHOST'"
22808   parameters:
22809   - "throughput"
22810   - "parent"
22811   - "tags"
22812   sort:
22813   - "IP4BASE"
22814   - "FIB_20K"
22815   - "FIB_200K"
22816   - "FIB_2M"
22817   layout:
22818     title: "ip4-3n-hsw-x710-64b-base_and_scale-pdr"
22819     layout: "plot-throughput-speedup-analysis"
22820
22821 # Speedup - VPP IPv4 3n-hsw-x710 features
22822 -
22823   type: "plot"
22824   title: "Speedup: ip4-3n-hsw-x710-64b-features-ndr-tsa"
22825   algorithm: "plot_throughput_speedup_analysis"
22826   output-file-type: ".html"
22827   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-ndr-tsa"
22828   data: "plot-throughput-speedup-analysis-3n-hsw"
22829   filter: "'NIC_Intel-X710' and
22830            '64B' and
22831            ('IP4BASE' or
22832             'POLICE_MARK' or
22833             'COPWHLIST' or
22834             ('NAT44' and 'BASE') or
22835             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
22836            'NDRPDR' and
22837            'IP4FWD' and
22838            not 'IPSEC' and
22839            not 'VHOST'"
22840   parameters:
22841   - "throughput"
22842   - "parent"
22843   - "tags"
22844   sort:
22845   - "DOT1Q"
22846   - "IP4BASE"
22847   - "NAT44"
22848   - "POLICE_MARK"
22849   - "COPWHLIST"
22850   - "IACL"
22851   - "OACL"
22852   layout:
22853     title: "ip4-3n-hsw-x710-64b-features-ndr"
22854     layout: "plot-throughput-speedup-analysis"
22855
22856 -
22857   type: "plot"
22858   title: "Speedup: ip4-3n-hsw-x710-64b-features-pdr-tsa"
22859   algorithm: "plot_throughput_speedup_analysis"
22860   output-file-type: ".html"
22861   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-pdr-tsa"
22862   data: "plot-throughput-speedup-analysis-3n-hsw"
22863   filter: "'NIC_Intel-X710' and
22864            '64B' and
22865            ('IP4BASE' or
22866             'POLICE_MARK' or
22867             'COPWHLIST' or
22868             ('NAT44' and 'BASE') or
22869             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
22870            'NDRPDR' and
22871            'IP4FWD' and
22872            not 'IPSEC' and
22873            not 'VHOST'"
22874   parameters:
22875   - "throughput"
22876   - "parent"
22877   - "tags"
22878   sort:
22879   - "DOT1Q"
22880   - "IP4BASE"
22881   - "NAT44"
22882   - "POLICE_MARK"
22883   - "COPWHLIST"
22884   - "IACL"
22885   - "OACL"
22886   layout:
22887     title: "ip4-3n-hsw-x710-64b-features-pdr"
22888     layout: "plot-throughput-speedup-analysis"
22889
22890 # Speedup - VPP IPv4 3n-hsw-x710 features nat44
22891 -
22892   type: "plot"
22893   title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
22894   algorithm: "plot_throughput_speedup_analysis"
22895   output-file-type: ".html"
22896   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
22897   data: "plot-throughput-speedup-analysis-3n-hsw"
22898   filter: "'NIC_Intel-X710' and
22899            '64B' and
22900            'NDRPDR' and
22901            'IP4FWD' and
22902            ('NAT44' or 'IP4BASE') and
22903            not 'IPSEC' and
22904            not 'VHOST'"
22905   parameters:
22906   - "throughput"
22907   - "parent"
22908   - "tags"
22909   sort:
22910   - "IP4BASE"
22911   - "BASE"
22912   - "SRC_USER_10"
22913   - "SRC_USER_100"
22914   - "SRC_USER_1000"
22915   - "SRC_USER_2000"
22916   layout:
22917     title: "ip4-3n-hsw-x710-64b-features-nat44-ndr"
22918     layout: "plot-throughput-speedup-analysis"
22919
22920 -
22921   type: "plot"
22922   title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
22923   algorithm: "plot_throughput_speedup_analysis"
22924   output-file-type: ".html"
22925   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
22926   data: "plot-throughput-speedup-analysis-3n-hsw"
22927   filter: "'NIC_Intel-X710' and
22928            '64B' and
22929            'NDRPDR' and
22930            'IP4FWD' and
22931            ('NAT44' or 'IP4BASE') and
22932            not 'IPSEC' and
22933            not 'VHOST'"
22934   parameters:
22935   - "throughput"
22936   - "parent"
22937   - "tags"
22938   sort:
22939   - "IP4BASE"
22940   - "BASE"
22941   - "SRC_USER_10"
22942   - "SRC_USER_100"
22943   - "SRC_USER_1000"
22944   - "SRC_USER_2000"
22945   layout:
22946     title: "ip4-3n-hsw-x710-64b-features-nat44-pdr"
22947     layout: "plot-throughput-speedup-analysis"
22948
22949 # Speedup - VPP IPv4 3n-hsw-x710 features iacl
22950 -
22951   type: "plot"
22952   title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
22953   algorithm: "plot_throughput_speedup_analysis"
22954   output-file-type: ".html"
22955   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
22956   data: "plot-throughput-speedup-analysis-3n-hsw"
22957   filter: "'NIC_Intel-X710' and
22958            '64B' and
22959            'NDRPDR' and
22960            'IP4FWD' and
22961            ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
22962            not 'IPSEC' and
22963            not 'VHOST'"
22964   parameters:
22965   - "throughput"
22966   - "parent"
22967   - "tags"
22968   sort:
22969   - "IP4BASE"
22970   - "ACL_STATELESS"
22971   - "ACL_STATEFUL"
22972   - "ACL_STATELESS"
22973   - "ACL_STATEFUL"
22974   layout:
22975     title: "ip4-3n-hsw-x710-64b-features-iacl-ndr"
22976     layout: "plot-throughput-speedup-analysis"
22977
22978 -
22979   type: "plot"
22980   title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
22981   algorithm: "plot_throughput_speedup_analysis"
22982   output-file-type: ".html"
22983   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
22984   data: "plot-throughput-speedup-analysis-3n-hsw"
22985   filter: "'NIC_Intel-X710' and
22986            '64B' and
22987            'NDRPDR' and
22988            'IP4FWD' and
22989            ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
22990            not 'IPSEC' and
22991            not 'VHOST'"
22992   parameters:
22993   - "throughput"
22994   - "parent"
22995   - "tags"
22996   sort:
22997   - "IP4BASE"
22998   - "ACL_STATELESS"
22999   - "ACL_STATEFUL"
23000   - "ACL_STATELESS"
23001   - "ACL_STATEFUL"
23002   layout:
23003     title: "ip4-3n-hsw-x710-64b-features-iacl-pdr"
23004     layout: "plot-throughput-speedup-analysis"
23005
23006 # Speedup - VPP IPv4 3n-hsw-xl710 base and scale
23007 -
23008   type: "plot"
23009   title: "Speedup: ip4-3n-hsw-xl710-64b-base-ndr-tsa"
23010   algorithm: "plot_throughput_speedup_analysis"
23011   output-file-type: ".html"
23012   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base-ndr-tsa"
23013   data: "plot-throughput-speedup-analysis-3n-hsw"
23014   filter: "'NIC_Intel-XL710' and
23015            '64B' and
23016            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23017            'NDRPDR' and
23018            'IP4FWD' and
23019            not 'IPSEC' and
23020            not 'VHOST'"
23021   parameters:
23022   - "throughput"
23023   - "parent"
23024   - "tags"
23025   sort:
23026   - "IP4BASE"
23027   - "FIB_20K"
23028   - "FIB_200K"
23029   - "FIB_2M"
23030   layout:
23031     title: "ip4-3n-hsw-xl710-64b-base-ndr"
23032     layout: "plot-throughput-speedup-analysis"
23033
23034 -
23035   type: "plot"
23036   title: "Speedup: ip4-3n-hsw-xl710-64b-base-pdr-tsa"
23037   algorithm: "plot_throughput_speedup_analysis"
23038   output-file-type: ".html"
23039   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base-pdr-tsa"
23040   data: "plot-throughput-speedup-analysis-3n-hsw"
23041   filter: "'NIC_Intel-XL710' and
23042            '64B' and
23043            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23044            'NDRPDR' and
23045            'IP4FWD' and
23046            not 'IPSEC' and
23047            not 'VHOST'"
23048   parameters:
23049   - "throughput"
23050   - "parent"
23051   - "tags"
23052   sort:
23053   - "IP4BASE"
23054   - "FIB_20K"
23055   - "FIB_200K"
23056   - "FIB_2M"
23057   layout:
23058     title: "ip4-3n-hsw-xl710-64b-base-pdr"
23059     layout: "plot-throughput-speedup-analysis"
23060
23061 # Speedup - VPP IPv4 3n-skx-x710 base and scale
23062 -
23063   type: "plot"
23064   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
23065   algorithm: "plot_throughput_speedup_analysis"
23066   output-file-type: ".html"
23067   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
23068   data: "plot-throughput-speedup-analysis-3n-skx"
23069   filter: "'NIC_Intel-X710' and
23070            '64B' and
23071            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23072            'NDRPDR' and
23073            'IP4FWD' and
23074            not 'IPSEC' and
23075            not 'DOT1Q' and
23076            not 'VHOST'"
23077   parameters:
23078   - "throughput"
23079   - "parent"
23080   - "tags"
23081   sort:
23082   - "IP4BASE"
23083   - "FIB_20K"
23084   - "FIB_200K"
23085   - "FIB_2M"
23086   layout:
23087     title: "ip4-3n-skx-x710-64b-base_and_scale-ndr"
23088     layout: "plot-throughput-speedup-analysis"
23089
23090 -
23091   type: "plot"
23092   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
23093   algorithm: "plot_throughput_speedup_analysis"
23094   output-file-type: ".html"
23095   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
23096   data: "plot-throughput-speedup-analysis-3n-skx"
23097   filter: "'NIC_Intel-X710' and
23098            '64B' and
23099            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23100            'NDRPDR' and
23101            'IP4FWD' and
23102            not 'IPSEC' and
23103            not 'DOT1Q' and
23104            not 'VHOST'"
23105   parameters:
23106   - "throughput"
23107   - "parent"
23108   - "tags"
23109   sort:
23110   - "IP4BASE"
23111   - "FIB_20K"
23112   - "FIB_200K"
23113   - "FIB_2M"
23114   layout:
23115     title: "ip4-3n-skx-x710-64b-base_and_scale-pdr"
23116     layout: "plot-throughput-speedup-analysis"
23117
23118 # Speedup - VPP IPv4 3n-skx-x710 features
23119 -
23120   type: "plot"
23121   title: "Speedup: ip4-3n-skx-x710-64b-features-ndr-tsa"
23122   algorithm: "plot_throughput_speedup_analysis"
23123   output-file-type: ".html"
23124   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-ndr-tsa"
23125   data: "plot-throughput-speedup-analysis-3n-skx"
23126   filter: "'NIC_Intel-X710' and
23127            '64B' and
23128            ('IP4BASE' or
23129             'POLICE_MARK' or
23130             'COPWHLIST' or
23131             ('NAT44' and 'BASE') or
23132             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
23133            'NDRPDR' and
23134            'IP4FWD' and
23135            not 'IPSEC' and
23136            not 'VHOST'"
23137   parameters:
23138   - "throughput"
23139   - "parent"
23140   - "tags"
23141   sort:
23142   - "DOT1Q"
23143   - "IP4BASE"
23144   - "NAT44"
23145   - "POLICE_MARK"
23146   - "COPWHLIST"
23147   - "IACL"
23148   - "OACL"
23149   layout:
23150     title: "ip4-3n-skx-x710-64b-features-ndr"
23151     layout: "plot-throughput-speedup-analysis"
23152
23153 -
23154   type: "plot"
23155   title: "Speedup: ip4-3n-skx-x710-64b-features-pdr-tsa"
23156   algorithm: "plot_throughput_speedup_analysis"
23157   output-file-type: ".html"
23158   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-pdr-tsa"
23159   data: "plot-throughput-speedup-analysis-3n-skx"
23160   filter: "'NIC_Intel-X710' and
23161            '64B' and
23162            ('IP4BASE' or
23163             'POLICE_MARK' or
23164             'COPWHLIST' or
23165             ('NAT44' and 'BASE') or
23166             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
23167            'NDRPDR' and
23168            'IP4FWD' and
23169            not 'IPSEC' and
23170            not 'VHOST'"
23171   parameters:
23172   - "throughput"
23173   - "parent"
23174   - "tags"
23175   sort:
23176   - "DOT1Q"
23177   - "IP4BASE"
23178   - "NAT44"
23179   - "POLICE_MARK"
23180   - "COPWHLIST"
23181   - "IACL"
23182   - "OACL"
23183   layout:
23184     title: "ip4-3n-skx-x710-64b-features-pdr"
23185     layout: "plot-throughput-speedup-analysis"
23186
23187 # Speedup - VPP IPv4 3n-skx-x710 features nat44
23188 -
23189   type: "plot"
23190   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
23191   algorithm: "plot_throughput_speedup_analysis"
23192   output-file-type: ".html"
23193   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
23194   data: "plot-throughput-speedup-analysis-3n-skx"
23195   filter: "'NIC_Intel-X710' and
23196            '64B' and
23197            'NDRPDR' and
23198            'IP4FWD' and
23199            ('NAT44' or 'IP4BASE') and
23200            not 'IPSEC' and
23201            not 'VHOST'"
23202   parameters:
23203   - "throughput"
23204   - "parent"
23205   - "tags"
23206   sort:
23207   - "IP4BASE"
23208   - "BASE"
23209   - "SRC_USER_10"
23210   - "SRC_USER_100"
23211   - "SRC_USER_1000"
23212   - "SRC_USER_2000"
23213   layout:
23214     title: "ip4-3n-skx-x710-64b-features-nat44-ndr"
23215     layout: "plot-throughput-speedup-analysis"
23216
23217 -
23218   type: "plot"
23219   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
23220   algorithm: "plot_throughput_speedup_analysis"
23221   output-file-type: ".html"
23222   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
23223   data: "plot-throughput-speedup-analysis-3n-skx"
23224   filter: "'NIC_Intel-X710' and
23225            '64B' and
23226            'NDRPDR' and
23227            'IP4FWD' and
23228            ('NAT44' or 'IP4BASE') and
23229            not 'IPSEC' and
23230            not 'VHOST'"
23231   parameters:
23232   - "throughput"
23233   - "parent"
23234   - "tags"
23235   sort:
23236   - "IP4BASE"
23237   - "BASE"
23238   - "SRC_USER_10"
23239   - "SRC_USER_100"
23240   - "SRC_USER_1000"
23241   - "SRC_USER_2000"
23242   layout:
23243     title: "ip4-3n-skx-x710-64b-features-nat44-pdr"
23244     layout: "plot-throughput-speedup-analysis"
23245
23246 # Speedup - VPP IPv4 3n-skx-x710 features iacl
23247 -
23248   type: "plot"
23249   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
23250   algorithm: "plot_throughput_speedup_analysis"
23251   output-file-type: ".html"
23252   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
23253   data: "plot-throughput-speedup-analysis-3n-skx"
23254   filter: "'NIC_Intel-X710' and
23255            '64B' and
23256            'NDRPDR' and
23257            'IP4FWD' and
23258            ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
23259            not 'IPSEC' and
23260            not 'VHOST'"
23261   parameters:
23262   - "throughput"
23263   - "parent"
23264   - "tags"
23265   sort:
23266   - "IP4BASE"
23267   - "ACL_STATELESS"
23268   - "ACL_STATEFUL"
23269   - "ACL_STATELESS"
23270   - "ACL_STATEFUL"
23271   layout:
23272     title: "ip4-3n-skx-x710-64b-features-iacl-ndr"
23273     layout: "plot-throughput-speedup-analysis"
23274
23275 -
23276   type: "plot"
23277   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
23278   algorithm: "plot_throughput_speedup_analysis"
23279   output-file-type: ".html"
23280   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
23281   data: "plot-throughput-speedup-analysis-3n-skx"
23282   filter: "'NIC_Intel-X710' and
23283            '64B' and
23284            'NDRPDR' and
23285            'IP4FWD' and
23286            ('IACL' and ('ACL10' or 'ACL50') and '10k_FLOWS' or 'IP4BASE') and
23287            not 'IPSEC' and
23288            not 'VHOST'"
23289   parameters:
23290   - "throughput"
23291   - "parent"
23292   - "tags"
23293   sort:
23294   - "IP4BASE"
23295   - "ACL_STATELESS"
23296   - "ACL_STATEFUL"
23297   - "ACL_STATELESS"
23298   - "ACL_STATEFUL"
23299   layout:
23300     title: "ip4-3n-skx-x710-64b-features-iacl-pdr"
23301     layout: "plot-throughput-speedup-analysis"
23302
23303 # Speedup - VPP IPv4 3n-skx-x710 features oacl
23304 -
23305   type: "plot"
23306   title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
23307   algorithm: "plot_throughput_speedup_analysis"
23308   output-file-type: ".html"
23309   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
23310   data: "plot-throughput-speedup-analysis-3n-skx"
23311   filter: "'NIC_Intel-X710' and
23312            '64B' and
23313            'NDRPDR' and
23314            'IP4FWD' and
23315            'OACL' and
23316            ('ACL10' or 'ACL50') and '10k_FLOWS' and
23317            not 'IPSEC' and
23318            not 'VHOST'"
23319   parameters:
23320   - "throughput"
23321   - "parent"
23322   - "tags"
23323   sort:
23324   - "ACL_STATELESS"
23325   - "ACL_STATEFUL"
23326   - "ACL_STATELESS"
23327   - "ACL_STATEFUL"
23328   layout:
23329     title: "ip4-3n-skx-x710-64b-features-oacl-ndr"
23330     layout: "plot-throughput-speedup-analysis"
23331
23332 -
23333   type: "plot"
23334   title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
23335   algorithm: "plot_throughput_speedup_analysis"
23336   output-file-type: ".html"
23337   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
23338   data: "plot-throughput-speedup-analysis-3n-skx"
23339   filter: "'NIC_Intel-X710' and
23340            '64B' and
23341            'NDRPDR' and
23342            'IP4FWD' and
23343            'OACL' and
23344            ('ACL10' or 'ACL50') and '10k_FLOWS' and
23345            not 'IPSEC' and
23346            not 'VHOST'"
23347   parameters:
23348   - "throughput"
23349   - "parent"
23350   - "tags"
23351   sort:
23352   - "ACL_STATELESS"
23353   - "ACL_STATEFUL"
23354   - "ACL_STATELESS"
23355   - "ACL_STATEFUL"
23356   layout:
23357     title: "ip4-3n-skx-x710-64b-features-oacl-pdr"
23358     layout: "plot-throughput-speedup-analysis"
23359
23360 # Speedup - VPP IPv4 2n-skx-x710 base and scale
23361 -
23362   type: "plot"
23363   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
23364   algorithm: "plot_throughput_speedup_analysis"
23365   output-file-type: ".html"
23366   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
23367   data: "plot-throughput-speedup-analysis-2n-skx"
23368   filter: "'NIC_Intel-X710' and
23369            '64B' and
23370            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
23371            'NDRPDR' and
23372            'IP4FWD' and
23373            not 'IPSEC' and
23374            not 'DOT1Q' and
23375            not 'VHOST'"
23376   parameters:
23377   - "throughput"
23378   - "parent"
23379   - "tags"
23380   sort:
23381   - "IP4BASE"
23382   - "FIB_20k"
23383   - "FIB_200k"
23384   - "FIB_2M"
23385   layout:
23386     title: "ip4-2n-skx-x710-64b-base_and_scale-ndr"
23387     layout: "plot-throughput-speedup-analysis"
23388
23389 -
23390   type: "plot"
23391   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
23392   algorithm: "plot_throughput_speedup_analysis"
23393   output-file-type: ".html"
23394   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
23395   data: "plot-throughput-speedup-analysis-2n-skx"
23396   filter: "'NIC_Intel-X710' and
23397            '64B' and
23398            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
23399            'NDRPDR' and
23400            'IP4FWD' and
23401            not 'IPSEC' and
23402            not 'DOT1Q' and
23403            not 'VHOST'"
23404   parameters:
23405   - "throughput"
23406   - "parent"
23407   - "tags"
23408   sort:
23409   - "IP4BASE"
23410   - "FIB_20k"
23411   - "FIB_200k"
23412   - "FIB_2M"
23413   layout:
23414     title: "ip4-2n-skx-x710-64b-base_and_scale-pdr"
23415     layout: "plot-throughput-speedup-analysis"
23416
23417 # Speedup - VPP IPv4 2n-skx-xxv710 base and scale
23418 -
23419   type: "plot"
23420   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
23421   algorithm: "plot_throughput_speedup_analysis"
23422   output-file-type: ".html"
23423   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
23424   data: "plot-throughput-speedup-analysis-2n-skx"
23425   filter: "'NIC_Intel-XXV710' and
23426            '64B' and
23427            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
23428            'NDRPDR' and
23429            'IP4FWD' and
23430            not 'IPSEC' and
23431            not 'DOT1Q' and
23432            not 'VHOST'"
23433   parameters:
23434   - "throughput"
23435   - "parent"
23436   - "tags"
23437   sort:
23438   - "IP4BASE"
23439   - "FIB_20k"
23440   - "FIB_200k"
23441   - "FIB_2M"
23442   layout:
23443     title: "ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
23444     layout: "plot-throughput-speedup-analysis"
23445
23446 -
23447   type: "plot"
23448   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
23449   algorithm: "plot_throughput_speedup_analysis"
23450   output-file-type: ".html"
23451   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
23452   data: "plot-throughput-speedup-analysis-2n-skx"
23453   filter: "'NIC_Intel-XXV710' and
23454            '64B' and
23455            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
23456            'NDRPDR' and
23457            'IP4FWD' and
23458            not 'IPSEC' and
23459            not 'DOT1Q' and
23460            not 'VHOST'"
23461   parameters:
23462   - "throughput"
23463   - "parent"
23464   - "tags"
23465   sort:
23466   - "IP4BASE"
23467   - "FIB_20k"
23468   - "FIB_200k"
23469   - "FIB_2M"
23470   layout:
23471     title: "ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
23472     layout: "plot-throughput-speedup-analysis"
23473
23474 # Speedup - VPP IPv4 2n-dnv-x553 base
23475 -
23476   type: "plot"
23477   title: "Speedup: ip4-2n-dnv-x553-64b-base-ndr-tsa"
23478   algorithm: "plot_throughput_speedup_analysis"
23479   output-file-type: ".html"
23480   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-base-ndr-tsa"
23481   data: "intel-dnv-vpp"
23482   filter: "'NIC_Intel-X553' and
23483            '64B' and
23484            'IP4BASE' and
23485            'NDRPDR' and
23486            'IP4FWD' and
23487            not 'IPSEC' and
23488            not 'VHOST'"
23489   parameters:
23490   - "throughput"
23491   - "parent"
23492   - "tags"
23493   sort:
23494   - "IP4BASE"
23495   layout:
23496     title: "ip4-2n-dnv-x553-64b-base-ndr"
23497     layout: "plot-throughput-speedup-analysis"
23498
23499 -
23500   type: "plot"
23501   title: "Speedup: ip4-2n-dnv-x553-64b-base-pdr-tsa"
23502   algorithm: "plot_throughput_speedup_analysis"
23503   output-file-type: ".html"
23504   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-base-pdr-tsa"
23505   data: "intel-dnv-vpp"
23506   filter: "'NIC_Intel-X553' and
23507            '64B' and
23508            'IP4BASE' and
23509            'NDRPDR' and
23510            'IP4FWD' and
23511            not 'IPSEC' and
23512            not 'VHOST'"
23513   parameters:
23514   - "throughput"
23515   - "parent"
23516   - "tags"
23517   sort:
23518   - "IP4BASE"
23519   layout:
23520     title: "ip4-2n-dnv-x553-64b-base-pdr"
23521     layout: "plot-throughput-speedup-analysis"
23522
23523 ################################################################################
23524
23525 # Speedup - VPP IPv4 Tunnels 3n-hsw-x520 - features
23526 -
23527   type: "plot"
23528   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
23529   algorithm: "plot_throughput_speedup_analysis"
23530   output-file-type: ".html"
23531   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
23532   data: "plot-throughput-speedup-analysis-3n-hsw"
23533   filter: "'NIC_Intel-X520-DA2' and
23534            '64B' and
23535            'ENCAP' and
23536            'NDRPDR' and
23537            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
23538            not 'DOT1Q' and
23539            not 'VHOST' and
23540            not 'IPSECHW'"
23541   parameters:
23542   - "throughput"
23543   - "parent"
23544   - "tags"
23545   sort:
23546   - "IP4BASE"
23547   - "L2BDMACLRN"
23548   - "L2XCFWD"
23549   - "LISP"
23550   layout:
23551     title: "ip4tun-3n-hsw-x520-64b-base_and_features-ndr"
23552     layout: "plot-throughput-speedup-analysis"
23553
23554 -
23555   type: "plot"
23556   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
23557   algorithm: "plot_throughput_speedup_analysis"
23558   output-file-type: ".html"
23559   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
23560   data: "plot-throughput-speedup-analysis-3n-hsw"
23561   filter: "'NIC_Intel-X520-DA2' and
23562            '64B' and
23563            'ENCAP' and
23564            'NDRPDR' and
23565            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
23566            not 'DOT1Q' and
23567            not 'VHOST' and
23568            not 'IPSECHW'"
23569   parameters:
23570   - "throughput"
23571   - "parent"
23572   - "tags"
23573   sort:
23574   - "IP4BASE"
23575   - "L2BDMACLRN"
23576   - "L2XCFWD"
23577   - "LISP"
23578   layout:
23579     title: "ip4tun-3n-hsw-x520-64b-base_and_features-pdr"
23580     layout: "plot-throughput-speedup-analysis"
23581
23582 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710
23583 -
23584   type: "plot"
23585   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
23586   algorithm: "plot_throughput_speedup_analysis"
23587   output-file-type: ".html"
23588   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
23589   data: "plot-throughput-speedup-analysis-3n-hsw"
23590   filter: "'NIC_Intel-X710' and
23591            '64B' and
23592            'ENCAP' and
23593            'NDRPDR' and
23594            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
23595            not 'VHOST' and
23596            not 'IPSECHW'"
23597   parameters:
23598   - "throughput"
23599   - "parent"
23600   - "tags"
23601   sort:
23602   - "IP4BASE"
23603   - "LISP"
23604   - "VXLAN_1"
23605   - "VXLAN_10"
23606   - "VXLAN_100"
23607   - "VXLAN_1000"
23608   layout:
23609     title: "ip4tun-3n-hsw-x710-64b-base_and_scale-ndr"
23610     layout: "plot-throughput-speedup-analysis"
23611
23612 -
23613   type: "plot"
23614   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
23615   algorithm: "plot_throughput_speedup_analysis"
23616   output-file-type: ".html"
23617   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
23618   data: "plot-throughput-speedup-analysis-3n-hsw"
23619   filter: "'NIC_Intel-X710' and
23620            '64B' and
23621            'ENCAP' and
23622            'NDRPDR' and
23623            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
23624            not 'VHOST' and
23625            not 'IPSECHW'"
23626   parameters:
23627   - "throughput"
23628   - "parent"
23629   - "tags"
23630   sort:
23631   - "IP4BASE"
23632   - "LISP"
23633   - "VXLAN_1"
23634   - "VXLAN_10"
23635   - "VXLAN_100"
23636   - "VXLAN_1000"
23637   layout:
23638     title: "ip4tun-3n-hsw-x710-64b-base_and_scale-pdr"
23639     layout: "plot-throughput-speedup-analysis"
23640
23641 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710 - features
23642 -
23643   type: "plot"
23644   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
23645   algorithm: "plot_throughput_speedup_analysis"
23646   output-file-type: ".html"
23647   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
23648   data: "plot-throughput-speedup-analysis-3n-hsw"
23649   filter: "'NIC_Intel-X710' and
23650            '64B' and
23651            'ENCAP' and
23652            'NDRPDR' and
23653            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
23654            not 'DOT1Q' and
23655            not 'VHOST' and
23656            not 'IPSECHW'"
23657   parameters:
23658   - "throughput"
23659   - "parent"
23660   - "tags"
23661   sort:
23662   - "IP4BASE"
23663   - "L2BDMACLRN"
23664   - "L2XCFWD"
23665   - "LISP"
23666   layout:
23667     title: "ip4tun-3n-hsw-x710-64b-base_and_features-ndr"
23668     layout: "plot-throughput-speedup-analysis"
23669
23670 -
23671   type: "plot"
23672   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
23673   algorithm: "plot_throughput_speedup_analysis"
23674   output-file-type: ".html"
23675   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
23676   data: "plot-throughput-speedup-analysis-3n-hsw"
23677   filter: "'NIC_Intel-X710' and
23678            '64B' and
23679            'ENCAP' and
23680            'NDRPDR' and
23681            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
23682            not 'DOT1Q' and
23683            not 'VHOST' and
23684            not 'IPSECHW'"
23685   parameters:
23686   - "throughput"
23687   - "parent"
23688   - "tags"
23689   sort:
23690   - "IP4BASE"
23691   - "L2BDMACLRN"
23692   - "L2XCFWD"
23693   - "LISP"
23694   layout:
23695     title: "ip4tun-3n-hsw-x710-64b-base_and_features-pdr"
23696     layout: "plot-throughput-speedup-analysis"
23697
23698 # Speedup - VPP IPv4 Tunnels 3n-skx-x710
23699 -
23700   type: "plot"
23701   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
23702   algorithm: "plot_throughput_speedup_analysis"
23703   output-file-type: ".html"
23704   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
23705   data: "plot-throughput-speedup-analysis-3n-skx"
23706   filter: "'NIC_Intel-X710' and
23707            '64B' and
23708            'ENCAP' and
23709            'NDRPDR' and
23710            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
23711            not 'VHOST' and
23712            not 'IPSECHW'"
23713   parameters:
23714   - "throughput"
23715   - "parent"
23716   - "tags"
23717   sort:
23718   - "IP4BASE"
23719   - "LISP"
23720   - "VXLAN_1"
23721   - "VXLAN_10"
23722   - "VXLAN_100"
23723   - "VXLAN_1000"
23724   layout:
23725     title: "ip4tun-3n-skx-x710-64b-base_and_scale-ndr"
23726     layout: "plot-throughput-speedup-analysis"
23727
23728 -
23729   type: "plot"
23730   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
23731   algorithm: "plot_throughput_speedup_analysis"
23732   output-file-type: ".html"
23733   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
23734   data: "plot-throughput-speedup-analysis-3n-skx"
23735   filter: "'NIC_Intel-X710' and
23736            '64B' and
23737            'ENCAP' and
23738            'NDRPDR' and
23739            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
23740            not 'VHOST' and
23741            not 'IPSECHW'"
23742   parameters:
23743   - "throughput"
23744   - "parent"
23745   - "tags"
23746   sort:
23747   - "IP4BASE"
23748   - "LISP"
23749   - "VXLAN_1"
23750   - "VXLAN_10"
23751   - "VXLAN_100"
23752   - "VXLAN_1000"
23753   layout:
23754     title: "ip4tun-3n-skx-x710-64b-base_and_scale-pdr"
23755     layout: "plot-throughput-speedup-analysis"
23756
23757 # Speedup - VPP IPv4 Tunnels 3n-skx-x710 - features
23758 -
23759   type: "plot"
23760   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
23761   algorithm: "plot_throughput_speedup_analysis"
23762   output-file-type: ".html"
23763   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
23764   data: "plot-throughput-speedup-analysis-3n-skx"
23765   filter: "'NIC_Intel-X710' and
23766            '64B' and
23767            'ENCAP' and
23768            'NDRPDR' and
23769            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
23770            not 'DOT1Q' and
23771            not 'VHOST' and
23772            not 'IPSECHW'"
23773   parameters:
23774   - "throughput"
23775   - "parent"
23776   - "tags"
23777   sort:
23778   - "IP4BASE"
23779   - "L2BDMACLRN"
23780   - "L2XCFWD"
23781   - "LISP"
23782   layout:
23783     title: "ip4tun-3n-skx-x710-64b-base_and_features-ndr"
23784     layout: "plot-throughput-speedup-analysis"
23785
23786 -
23787   type: "plot"
23788   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
23789   algorithm: "plot_throughput_speedup_analysis"
23790   output-file-type: ".html"
23791   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
23792   data: "plot-throughput-speedup-analysis-3n-skx"
23793   filter: "'NIC_Intel-X710' and
23794            '64B' and
23795            'ENCAP' and
23796            'NDRPDR' and
23797            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
23798            not 'DOT1Q' and
23799            not 'VHOST' and
23800            not 'IPSECHW'"
23801   parameters:
23802   - "throughput"
23803   - "parent"
23804   - "tags"
23805   sort:
23806   - "IP4BASE"
23807   - "L2BDMACLRN"
23808   - "L2XCFWD"
23809   - "LISP"
23810   layout:
23811     title: "ip4tun-3n-skx-x710-64b-base_and_features-pdr"
23812     layout: "plot-throughput-speedup-analysis"
23813
23814 ################################################################################
23815
23816 # Speedup - VPP IPv6 3n-hsw-x520
23817 -
23818   type: "plot"
23819   title: "Speedup: ip6-3n-hsw-x520-78b-base-ndr-tsa"
23820   algorithm: "plot_throughput_speedup_analysis"
23821   output-file-type: ".html"
23822   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base-ndr-tsa"
23823   data: "plot-throughput-speedup-analysis-3n-hsw"
23824   filter: "'NIC_Intel-X520-DA2' and
23825            '78B' and
23826            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23827            'NDRPDR' and
23828            'IP6FWD' and
23829            not 'SRv6' and
23830            not 'IPSEC' and
23831            not 'VHOST'"
23832   parameters:
23833   - "throughput"
23834   - "parent"
23835   - "tags"
23836   sort:
23837   - "IP6BASE"
23838   - "FIB_20K"
23839   - "FIB_200K"
23840   - "FIB_2M"
23841   layout:
23842     title: "ip6-3n-hsw-x520-78b-base-ndr"
23843     layout: "plot-throughput-speedup-analysis"
23844
23845 -
23846   type: "plot"
23847   title: "Speedup: ip6-3n-hsw-x520-78b-base-pdr-tsa"
23848   algorithm: "plot_throughput_speedup_analysis"
23849   output-file-type: ".html"
23850   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base-pdr-tsa"
23851   data: "plot-throughput-speedup-analysis-3n-hsw"
23852   filter: "'NIC_Intel-X520-DA2' and
23853            '78B' and
23854            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23855            'NDRPDR' and
23856            'IP6FWD' and
23857            not 'SRv6' and
23858            not 'IPSEC' and
23859            not 'VHOST'"
23860   parameters:
23861   - "throughput"
23862   - "parent"
23863   - "tags"
23864   sort:
23865   - "IP6BASE"
23866   - "FIB_20K"
23867   - "FIB_200K"
23868   - "FIB_2M"
23869   layout:
23870     title: "ip6-3n-hsw-x520-78b-base-pdr"
23871     layout: "plot-throughput-speedup-analysis"
23872
23873 # Speedup - VPP IPv6 3n-hsw-x710
23874 -
23875   type: "plot"
23876   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
23877   algorithm: "plot_throughput_speedup_analysis"
23878   output-file-type: ".html"
23879   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
23880   data: "plot-throughput-speedup-analysis-3n-hsw"
23881   filter: "'NIC_Intel-X710' and
23882            '78B' and
23883            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23884            'NDRPDR' and
23885            'IP6FWD' and
23886            not 'SRv6' and
23887            not 'IPSEC' and
23888            not 'VHOST'"
23889   parameters:
23890   - "throughput"
23891   - "parent"
23892   - "tags"
23893   sort:
23894   - "IP6BASE"
23895   - "FIB_20K"
23896   - "FIB_200K"
23897   - "FIB_2M"
23898   layout:
23899     title: "ip6-3n-hsw-x710-78b-base_and_scale-ndr"
23900     layout: "plot-throughput-speedup-analysis"
23901
23902 -
23903   type: "plot"
23904   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
23905   algorithm: "plot_throughput_speedup_analysis"
23906   output-file-type: ".html"
23907   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
23908   data: "plot-throughput-speedup-analysis-3n-hsw"
23909   filter: "'NIC_Intel-X710' and
23910            '78B' and
23911            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23912            'NDRPDR' and
23913            'IP6FWD' and
23914            not 'SRv6' and
23915            not 'IPSEC' and
23916            not 'VHOST'"
23917   parameters:
23918   - "throughput"
23919   - "parent"
23920   - "tags"
23921   sort:
23922   - "IP6BASE"
23923   - "FIB_20K"
23924   - "FIB_200K"
23925   - "FIB_2M"
23926   layout:
23927     title: "ip6-3n-hsw-x710-78b-base_and_scale-pdr"
23928     layout: "plot-throughput-speedup-analysis"
23929
23930 # Speedup - VPP IPv6 3n-hsw-x710 features
23931 -
23932   type: "plot"
23933   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
23934   algorithm: "plot_throughput_speedup_analysis"
23935   output-file-type: ".html"
23936   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
23937   data: "plot-throughput-speedup-analysis-3n-hsw"
23938   filter: "'NIC_Intel-X710' and
23939            '78B' and
23940            ('IP6BASE' or
23941             'POLICE_MARK' or
23942             'COPWHLIST' or
23943             'IACLDST') and
23944            'NDRPDR' and
23945            'IP6FWD' and
23946            not 'SRv6' and
23947            not 'IPSEC' and
23948            not 'VHOST'"
23949   parameters:
23950   - "throughput"
23951   - "parent"
23952   - "tags"
23953   sort:
23954   - "IP6BASE"
23955   - "POLICE_MARK"
23956   - "COPWHLIST"
23957   - "IACLDST"
23958   layout:
23959     title: "ip6-3n-hsw-x710-78b-base_and_features-ndr"
23960     layout: "plot-throughput-speedup-analysis"
23961
23962 -
23963   type: "plot"
23964   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
23965   algorithm: "plot_throughput_speedup_analysis"
23966   output-file-type: ".html"
23967   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
23968   data: "plot-throughput-speedup-analysis-3n-hsw"
23969   filter: "'NIC_Intel-X710' and
23970            '78B' and
23971            ('IP6BASE' or
23972             'POLICE_MARK' or
23973             'COPWHLIST' or
23974             'IACLDST') and
23975            'NDRPDR' and
23976            'IP6FWD' and
23977            not 'SRv6' and
23978            not 'IPSEC' and
23979            not 'VHOST'"
23980   parameters:
23981   - "throughput"
23982   - "parent"
23983   - "tags"
23984   sort:
23985   - "IP6BASE"
23986   - "POLICE_MARK"
23987   - "COPWHLIST"
23988   - "IACLDST"
23989   layout:
23990     title: "ip6-3n-hsw-x710-78b-base_and_features-pdr"
23991     layout: "plot-throughput-speedup-analysis"
23992
23993 # Speedup - VPP IPv6 3n-hsw-xl710
23994 -
23995   type: "plot"
23996   title: "Speedup: ip6-3n-hsw-xl710-78b-base-ndr-tsa"
23997   algorithm: "plot_throughput_speedup_analysis"
23998   output-file-type: ".html"
23999   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base-ndr-tsa"
24000   data: "plot-throughput-speedup-analysis-3n-hsw"
24001   filter: "'NIC_Intel-XL710' and
24002            '78B' and
24003            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24004            'NDRPDR' and
24005            'IP6FWD' and
24006            not 'SRv6' and
24007            not 'IPSEC' and
24008            not 'VHOST'"
24009   parameters:
24010   - "throughput"
24011   - "parent"
24012   - "tags"
24013   sort:
24014   - "IP6BASE"
24015   - "FIB_20K"
24016   - "FIB_200K"
24017   - "FIB_2M"
24018   layout:
24019     title: "ip6-3n-hsw-xl710-78b-base-ndr"
24020     layout: "plot-throughput-speedup-analysis"
24021
24022 -
24023   type: "plot"
24024   title: "Speedup: ip6-3n-hsw-xl710-78b-base-pdr-tsa"
24025   algorithm: "plot_throughput_speedup_analysis"
24026   output-file-type: ".html"
24027   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base-pdr-tsa"
24028   data: "plot-throughput-speedup-analysis-3n-hsw"
24029   filter: "'NIC_Intel-XL710' and
24030            '78B' and
24031            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24032            'NDRPDR' and
24033            'IP6FWD' and
24034            not 'SRv6' and
24035            not 'IPSEC' and
24036            not 'VHOST'"
24037   parameters:
24038   - "throughput"
24039   - "parent"
24040   - "tags"
24041   sort:
24042   - "IP6BASE"
24043   - "FIB_20K"
24044   - "FIB_200K"
24045   - "FIB_2M"
24046   layout:
24047     title: "ip6-3n-hsw-xl710-78b-base-pdr"
24048     layout: "plot-throughput-speedup-analysis"
24049
24050 # Speedup - VPP IPv6 3n-skx-x710
24051 -
24052   type: "plot"
24053   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
24054   algorithm: "plot_throughput_speedup_analysis"
24055   output-file-type: ".html"
24056   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
24057   data: "plot-throughput-speedup-analysis-3n-skx"
24058   filter: "'NIC_Intel-X710' and
24059            '78B' and
24060            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24061            'NDRPDR' and
24062            'IP6FWD' and
24063            not 'SRv6' and
24064            not 'IPSEC' and
24065            not 'VHOST'"
24066   parameters:
24067   - "throughput"
24068   - "parent"
24069   - "tags"
24070   sort:
24071   - "IP6BASE"
24072   - "FIB_20K"
24073   - "FIB_200K"
24074   - "FIB_2M"
24075   layout:
24076     title: "ip6-3n-skx-x710-78b-base_and_scale-ndr"
24077     layout: "plot-throughput-speedup-analysis"
24078
24079 -
24080   type: "plot"
24081   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
24082   algorithm: "plot_throughput_speedup_analysis"
24083   output-file-type: ".html"
24084   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
24085   data: "plot-throughput-speedup-analysis-3n-skx"
24086   filter: "'NIC_Intel-X710' and
24087            '78B' and
24088            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24089            'NDRPDR' and
24090            'IP6FWD' and
24091            not 'SRv6' and
24092            not 'IPSEC' and
24093            not 'VHOST'"
24094   parameters:
24095   - "throughput"
24096   - "parent"
24097   - "tags"
24098   sort:
24099   - "IP6BASE"
24100   - "FIB_20K"
24101   - "FIB_200K"
24102   - "FIB_2M"
24103   layout:
24104     title: "ip6-3n-skx-x710-78b-base_and_scale-pdr"
24105     layout: "plot-throughput-speedup-analysis"
24106
24107 # Speedup - VPP IPv6 3n-skx-x710 features
24108 -
24109   type: "plot"
24110   title: "Speedup: ip6-3n-skx-x710-78b-base_and_features-ndr-tsa"
24111   algorithm: "plot_throughput_speedup_analysis"
24112   output-file-type: ".html"
24113   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_features-ndr-tsa"
24114   data: "plot-throughput-speedup-analysis-3n-skx"
24115   filter: "'NIC_Intel-X710' and
24116            '78B' and
24117            ('IP6BASE' or
24118             'POLICE_MARK' or
24119             'COPWHLIST' or
24120             'IACLDST') and
24121            'NDRPDR' and
24122            'IP6FWD' and
24123            not 'SRv6' and
24124            not 'IPSEC' and
24125            not 'VHOST'"
24126   parameters:
24127   - "throughput"
24128   - "parent"
24129   - "tags"
24130   sort:
24131   - "IP6BASE"
24132   - "POLICE_MARK"
24133   - "COPWHLIST"
24134   - "IACLDST"
24135   layout:
24136     title: "ip6-3n-skx-x710-78b-base_and_features-ndr"
24137     layout: "plot-throughput-speedup-analysis"
24138
24139 -
24140   type: "plot"
24141   title: "Speedup: ip6-3n-skx-x710-78b-base_and_features-pdr-tsa"
24142   algorithm: "plot_throughput_speedup_analysis"
24143   output-file-type: ".html"
24144   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_features-pdr-tsa"
24145   data: "plot-throughput-speedup-analysis-3n-skx"
24146   filter: "'NIC_Intel-X710' and
24147            '78B' and
24148            ('IP6BASE' or
24149             'POLICE_MARK' or
24150             'COPWHLIST' or
24151             'IACLDST') and
24152            'NDRPDR' and
24153            'IP6FWD' and
24154            not 'SRv6' and
24155            not 'IPSEC' and
24156            not 'VHOST'"
24157   parameters:
24158   - "throughput"
24159   - "parent"
24160   - "tags"
24161   sort:
24162   - "IP6BASE"
24163   - "POLICE_MARK"
24164   - "COPWHLIST"
24165   - "IACLDST"
24166   layout:
24167     title: "ip6-3n-skx-x710-78b-base_and_features-pdr"
24168     layout: "plot-throughput-speedup-analysis"
24169
24170 # Speedup - VPP IPv6 2n-skx-x710
24171 -
24172   type: "plot"
24173   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
24174   algorithm: "plot_throughput_speedup_analysis"
24175   output-file-type: ".html"
24176   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
24177   data: "plot-throughput-speedup-analysis-2n-skx"
24178   filter: "'NIC_Intel-X710' and
24179            '78B' and
24180            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
24181            'NDRPDR' and
24182            'IP6FWD' and
24183            not 'SRv6' and
24184            not 'IPSEC' and
24185            not 'VHOST'"
24186   parameters:
24187   - "throughput"
24188   - "parent"
24189   - "tags"
24190   sort:
24191   - "IP6BASE"
24192   - "FIB_20k"
24193   - "FIB_200k"
24194   - "FIB_2M"
24195   layout:
24196     title: "ip6-2n-skx-x710-78b-base_and_scale-ndr"
24197     layout: "plot-throughput-speedup-analysis"
24198
24199 -
24200   type: "plot"
24201   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
24202   algorithm: "plot_throughput_speedup_analysis"
24203   output-file-type: ".html"
24204   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
24205   data: "plot-throughput-speedup-analysis-2n-skx"
24206   filter: "'NIC_Intel-X710' and
24207            '78B' and
24208            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
24209            'NDRPDR' and
24210            'IP6FWD' and
24211            not 'SRv6' and
24212            not 'IPSEC' and
24213            not 'VHOST'"
24214   parameters:
24215   - "throughput"
24216   - "parent"
24217   - "tags"
24218   sort:
24219   - "IP6BASE"
24220   - "FIB_20k"
24221   - "FIB_200k"
24222   - "FIB_2M"
24223   layout:
24224     title: "ip6-2n-skx-x710-78b-base_and_scale-pdr"
24225     layout: "plot-throughput-speedup-analysis"
24226
24227 # Speedup - VPP IPv6 2n-skx-xxv710
24228 -
24229   type: "plot"
24230   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
24231   algorithm: "plot_throughput_speedup_analysis"
24232   output-file-type: ".html"
24233   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
24234   data: "plot-throughput-speedup-analysis-2n-skx"
24235   filter: "'NIC_Intel-XXV710' and
24236            '78B' and
24237            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
24238            'NDRPDR' and
24239            'IP6FWD' and
24240            not 'SRv6' and
24241            not 'IPSEC' and
24242            not 'VHOST'"
24243   parameters:
24244   - "throughput"
24245   - "parent"
24246   - "tags"
24247   sort:
24248   - "IP6BASE"
24249   - "FIB_20k"
24250   - "FIB_200k"
24251   - "FIB_2M"
24252   layout:
24253     title: "ip6-2n-skx-xxv710-78b-base_and_scale-ndr"
24254     layout: "plot-throughput-speedup-analysis"
24255
24256 -
24257   type: "plot"
24258   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
24259   algorithm: "plot_throughput_speedup_analysis"
24260   output-file-type: ".html"
24261   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
24262   data: "plot-throughput-speedup-analysis-2n-skx"
24263   filter: "'NIC_Intel-XXV710' and
24264            '78B' and
24265            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
24266            'NDRPDR' and
24267            'IP6FWD' and
24268            not 'SRv6' and
24269            not 'IPSEC' and
24270            not 'VHOST'"
24271   parameters:
24272   - "throughput"
24273   - "parent"
24274   - "tags"
24275   sort:
24276   - "IP6BASE"
24277   - "FIB_20k"
24278   - "FIB_200k"
24279   - "FIB_2M"
24280   layout:
24281     title: "ip6-2n-skx-xxv710-78b-base_and_scale-pdr"
24282     layout: "plot-throughput-speedup-analysis"
24283
24284 # Speedup - VPP IPv6 2n-dnv-x553 base
24285 -
24286   type: "plot"
24287   title: "Speedup: ip6-2n-dnv-x553-78b-base-ndr-tsa"
24288   algorithm: "plot_throughput_speedup_analysis"
24289   output-file-type: ".html"
24290   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-base-ndr-tsa"
24291   data: "intel-dnv-vpp"
24292   filter: "'NIC_Intel-X553' and
24293            '78B' and
24294            'IP6BASE' and
24295            'NDRPDR' and
24296            'IP6FWD' and
24297            not 'SRv6' and
24298            not 'IPSEC' and
24299            not 'VHOST'"
24300   parameters:
24301   - "throughput"
24302   - "parent"
24303   - "tags"
24304   sort:
24305   - "IP6BASE"
24306   layout:
24307     title: "ip6-2n-dnv-x553-78b-base-ndr"
24308     layout: "plot-throughput-speedup-analysis"
24309
24310 -
24311   type: "plot"
24312   title: "Speedup: ip6-2n-dnv-x553-78b-base-pdr-tsa"
24313   algorithm: "plot_throughput_speedup_analysis"
24314   output-file-type: ".html"
24315   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-base-pdr-tsa"
24316   data: "intel-dnv-vpp"
24317   filter: "'NIC_Intel-X553' and
24318            '78B' and
24319            'IP6BASE' and
24320            'NDRPDR' and
24321            'IP6FWD' and
24322            not 'SRv6' and
24323            not 'IPSEC' and
24324            not 'VHOST'"
24325   parameters:
24326   - "throughput"
24327   - "parent"
24328   - "tags"
24329   sort:
24330   - "IP6BASE"
24331   layout:
24332     title: "ip6-2n-dnv-x553-78b-base-pdr"
24333     layout: "plot-throughput-speedup-analysis"
24334
24335 ################################################################################
24336
24337 # Speedup - VPP IPv6 tunnels 3n-hsw-x520
24338 -
24339   type: "plot"
24340   title: "Speedup: ip6tun-3n-hsw-x520-78b-base-ndr-tsa"
24341   algorithm: "plot_throughput_speedup_analysis"
24342   output-file-type: ".html"
24343   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base-ndr-tsa"
24344   data: "plot-throughput-speedup-analysis-3n-hsw"
24345   filter: "'NIC_Intel-X520-DA2' and
24346            '78B' and
24347            'ENCAP' and
24348            'NDRPDR' and
24349            'LISP' and
24350            not 'VHOST'"
24351   parameters:
24352   - "throughput"
24353   - "parent"
24354   - "tags"
24355   sort:
24356   - "IP4UNRLAY"
24357   - "IP6UNRLAY"
24358   layout:
24359     title: "ip6tun-3n-hsw-x520-78b-base-ndr"
24360     layout: "plot-throughput-speedup-analysis"
24361
24362 -
24363   type: "plot"
24364   title: "Speedup: ip6tun-3n-hsw-x520-78b-base-pdr-tsa"
24365   algorithm: "plot_throughput_speedup_analysis"
24366   output-file-type: ".html"
24367   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base-pdr-tsa"
24368   data: "plot-throughput-speedup-analysis-3n-hsw"
24369   filter: "'NIC_Intel-X520-DA2' and
24370            '78B' and
24371            'ENCAP' and
24372            'NDRPDR' and
24373            'LISP' and
24374            not 'VHOST'"
24375   parameters:
24376   - "throughput"
24377   - "parent"
24378   - "tags"
24379   sort:
24380   - "IP4UNRLAY"
24381   - "IP6UNRLAY"
24382   layout:
24383     title: "ip6tun-3n-hsw-x520-78b-base-pdr"
24384     layout: "plot-throughput-speedup-analysis"
24385
24386 ################################################################################
24387
24388 # Speedup - VPP IPSec 3n-hsw-xl710 base
24389 -
24390   type: "plot"
24391   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
24392   algorithm: "plot_throughput_speedup_analysis"
24393   output-file-type: ".html"
24394   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
24395   data: "plot-throughput-speedup-analysis-3n-hsw"
24396   filter: "'NIC_Intel-XL710' and
24397            '64B' and
24398            'IP4FWD' and
24399            'NDRPDR' and
24400            'BASE' and
24401            'IPSECHW' and
24402            ('IPSECTRAN' or 'IPSECTUN') and
24403            not 'VHOST'"
24404   parameters:
24405   - "throughput"
24406   - "parent"
24407   - "tags"
24408   layout:
24409     title: "ipsec-3n-hsw-xl710-64b-base-ndr"
24410     layout: "plot-throughput-speedup-analysis"
24411
24412 -
24413   type: "plot"
24414   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
24415   algorithm: "plot_throughput_speedup_analysis"
24416   output-file-type: ".html"
24417   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
24418   data: "plot-throughput-speedup-analysis-3n-hsw"
24419   filter: "'NIC_Intel-XL710' and
24420            '64B' and
24421            'IP4FWD' and
24422            'NDRPDR' and
24423            'BASE' and
24424            'IPSECHW' and
24425            ('IPSECTRAN' or 'IPSECTUN') and
24426            not 'VHOST'"
24427   parameters:
24428   - "throughput"
24429   - "parent"
24430   - "tags"
24431   layout:
24432     title: "ipsec-3n-hsw-xl710-64b-base-pdr"
24433     layout: "plot-throughput-speedup-analysis"
24434
24435 # Speedup - VPP IPSec 3n-hsw-xl710 scale
24436 -
24437   type: "plot"
24438   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
24439   algorithm: "plot_throughput_speedup_analysis"
24440   output-file-type: ".html"
24441   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
24442   data: "plot-throughput-speedup-analysis-3n-hsw"
24443   filter: "'NIC_Intel-XL710' and
24444            '64B' and
24445            'IP4FWD' and
24446            'NDRPDR' and
24447            'SCALE' and
24448            'IPSECHW' and
24449            ('IPSECTRAN' or 'IPSECTUN') and
24450            not 'VHOST'"
24451   parameters:
24452   - "throughput"
24453   - "parent"
24454   - "tags"
24455   layout:
24456     title: "ipsec-3n-hsw-xl710-64b-scale-ndr"
24457     layout: "plot-throughput-speedup-analysis"
24458
24459 -
24460   type: "plot"
24461   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
24462   algorithm: "plot_throughput_speedup_analysis"
24463   output-file-type: ".html"
24464   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
24465   data: "plot-throughput-speedup-analysis-3n-hsw"
24466   filter: "'NIC_Intel-XL710' and
24467            '64B' and
24468            'IP4FWD' and
24469            'NDRPDR' and
24470            'SCALE' and
24471            'IPSECHW' and
24472            ('IPSECTRAN' or 'IPSECTUN') and
24473            not 'VHOST'"
24474   parameters:
24475   - "throughput"
24476   - "parent"
24477   - "tags"
24478   layout:
24479     title: "ipsec-3n-hsw-xl710-64b-scale-pdr"
24480     layout: "plot-throughput-speedup-analysis"
24481
24482 # Speedup - VPP IPSec 3n-hsw-xl710 sw
24483 -
24484   type: "plot"
24485   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
24486   algorithm: "plot_throughput_speedup_analysis"
24487   output-file-type: ".html"
24488   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
24489   data: "plot-throughput-speedup-analysis-3n-hsw"
24490   filter: "'NIC_Intel-XL710' and
24491            '64B' and
24492            'IP4FWD' and
24493            'NDRPDR' and
24494            'IPSECSW' and
24495            ('IPSECTRAN' or 'IPSECTUN') and
24496            not 'VHOST'"
24497   parameters:
24498   - "throughput"
24499   - "parent"
24500   - "tags"
24501   layout:
24502     title: "ipsec-3n-hsw-xl710-64b-sw-ndr"
24503     layout: "plot-throughput-speedup-analysis"
24504
24505 -
24506   type: "plot"
24507   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
24508   algorithm: "plot_throughput_speedup_analysis"
24509   output-file-type: ".html"
24510   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
24511   data: "plot-throughput-speedup-analysis-3n-hsw"
24512   filter: "'NIC_Intel-XL710' and
24513            '64B' and
24514            'IP4FWD' and
24515            'NDRPDR' and
24516            'IPSECSW' and
24517            ('IPSECTRAN' or 'IPSECTUN') and
24518            not 'VHOST'"
24519   parameters:
24520   - "throughput"
24521   - "parent"
24522   - "tags"
24523   layout:
24524     title: "ipsec-3n-hsw-xl710-64b-sw-pdr"
24525     layout: "plot-throughput-speedup-analysis"
24526
24527 ################################################################################
24528
24529 # Speedup - VPP SRv6 3n-hsw-x520
24530 -
24531   type: "plot"
24532   title: "Speedup: srv6-3n-hsw-x520-78b-features-ndr-tsa"
24533   algorithm: "plot_throughput_speedup_analysis"
24534   output-file-type: ".html"
24535   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-ndr-tsa"
24536   data: "plot-throughput-speedup-analysis-3n-hsw"
24537   filter: "'NIC_Intel-X520-DA2' and
24538            '78B' and
24539            'FEATURE' and
24540            'NDRPDR' and
24541            'IP6FWD' and
24542            'SRv6'"
24543   parameters:
24544   - "throughput"
24545   - "parent"
24546   - "tags"
24547   layout:
24548     title: "srv6-3n-hsw-x520-78b-features-ndr"
24549     layout: "plot-throughput-speedup-analysis"
24550
24551 -
24552   type: "plot"
24553   title: "Speedup: srv6-3n-hsw-x520-78b-features-pdr-tsa"
24554   algorithm: "plot_throughput_speedup_analysis"
24555   output-file-type: ".html"
24556   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-pdr-tsa"
24557   data: "plot-throughput-speedup-analysis-3n-hsw"
24558   filter: "'NIC_Intel-X520-DA2' and
24559            '78B' and
24560            'FEATURE' and
24561            'NDRPDR' and
24562            'IP6FWD' and
24563            'SRv6'"
24564   parameters:
24565   - "throughput"
24566   - "parent"
24567   - "tags"
24568   layout:
24569     title: "srv6-3n-hsw-x520-78b-features-pdr"
24570     layout: "plot-throughput-speedup-analysis"
24571
24572 ################################################################################
24573
24574 # Speedup - VPP L2 3n-hsw-x520 base and scale
24575 -
24576   type: "plot"
24577   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
24578   algorithm: "plot_throughput_speedup_analysis"
24579   output-file-type: ".html"
24580   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
24581   data: "plot-throughput-speedup-analysis-3n-hsw"
24582   filter: "'NIC_Intel-X520-DA2' and
24583            '64B' and
24584            ('BASE' or 'SCALE') and
24585            'NDRPDR' and
24586            'ETH' and
24587            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24588            not 'VHOST' and
24589            not 'MEMIF'"
24590   parameters:
24591   - "throughput"
24592   - "parent"
24593   - "tags"
24594   sort:
24595   - "L2XCFWD"
24596   - "L2PATCH"
24597   - "L2BDMACLRN"
24598   - "FIB_10K"
24599   - "FIB_100K"
24600   - "FIB_1M"
24601   layout:
24602     title: "l2sw-3n-hsw-x520-64b-base_and_scale-ndr"
24603     layout: "plot-throughput-speedup-analysis"
24604
24605 -
24606   type: "plot"
24607   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
24608   algorithm: "plot_throughput_speedup_analysis"
24609   output-file-type: ".html"
24610   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
24611   data: "plot-throughput-speedup-analysis-3n-hsw"
24612   filter: "'NIC_Intel-X520-DA2' and
24613            '64B' and
24614            ('BASE' or 'SCALE') and
24615            'NDRPDR' and
24616            'ETH' and
24617            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24618            not 'VHOST' and
24619            not 'MEMIF'"
24620   parameters:
24621   - "throughput"
24622   - "parent"
24623   - "tags"
24624   sort:
24625   - "L2XCFWD"
24626   - "L2PATCH"
24627   - "L2BDMACLRN"
24628   - "FIB_10K"
24629   - "FIB_100K"
24630   - "FIB_1M"
24631   layout:
24632     title: "l2sw-3n-hsw-x520-64b-base_and_scale-pdr"
24633     layout: "plot-throughput-speedup-analysis"
24634
24635 # Speedup - VPP L2 3n-hsw-x520 features
24636 -
24637   type: "plot"
24638   title: "Speedup: l2sw-3n-hsw-x520-64b-features-ndr-tsa"
24639   algorithm: "plot_throughput_speedup_analysis"
24640   output-file-type: ".html"
24641   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-ndr-tsa"
24642   data: "plot-throughput-speedup-analysis-3n-hsw"
24643   filter: "'NIC_Intel-X520-DA2' and
24644            '64B' and
24645            'NDRPDR' and
24646            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
24647            not 'ACL' and
24648            not 'VHOST' and
24649            not 'MEMIF'"
24650   parameters:
24651   - "throughput"
24652   - "parent"
24653   - "tags"
24654   sort:
24655   - "L2XCBASE"    # l2xcbase
24656   - "L2BDBASE"    # l2bdbase
24657   - "L2XCFWD"     # dot1q-l2xcbase
24658   - "L2BDMACLRN"  # dot1q-l2bdbase
24659   layout:
24660     title: "l2sw-3n-hsw-x520-64b-features-ndr"
24661     layout: "plot-throughput-speedup-analysis"
24662
24663 -
24664   type: "plot"
24665   title: "Speedup: l2sw-3n-hsw-x520-64b-features-pdr-tsa"
24666   algorithm: "plot_throughput_speedup_analysis"
24667   output-file-type: ".html"
24668   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-pdr-tsa"
24669   data: "plot-throughput-speedup-analysis-3n-hsw"
24670   filter: "'NIC_Intel-X520-DA2' and
24671            '64B' and
24672            'NDRPDR' and
24673            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
24674            not 'ACL' and
24675            not 'VHOST' and
24676            not 'MEMIF'"
24677   parameters:
24678   - "throughput"
24679   - "parent"
24680   - "tags"
24681   sort:
24682   - "L2XCBASE"    # l2xcbase
24683   - "L2BDBASE"    # l2bdbase
24684   - "L2XCFWD"     # dot1q-l2xcbase
24685   - "L2BDMACLRN"  # dot1q-l2bdbase
24686   layout:
24687     title: "l2sw-3n-hsw-x520-64b-features-pdr"
24688     layout: "plot-throughput-speedup-analysis"
24689
24690 # Speedup - VPP L2 3n-hsw-x710 base and scale
24691 -
24692   type: "plot"
24693   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24694   algorithm: "plot_throughput_speedup_analysis"
24695   output-file-type: ".html"
24696   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24697   data: "plot-throughput-speedup-analysis-3n-hsw"
24698   filter: "'NIC_Intel-X710' and
24699            '64B' and
24700            ('BASE' or 'SCALE') and
24701            'NDRPDR' and
24702            'ETH' and
24703            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24704            not 'VHOST' and
24705            not 'MEMIF' and
24706            not 'DRV_AVF'"
24707   parameters:
24708   - "throughput"
24709   - "parent"
24710   - "tags"
24711   sort:
24712   - "L2PATCH"
24713   - "L2XCFWD"
24714   - "L2BDMACLRN"
24715   - "FIB_10K"
24716   - "FIB_100K"
24717   - "FIB_1M"
24718   layout:
24719     title: "l2sw-3n-hsw-x710-64b-base_and_scale-ndr"
24720     layout: "plot-throughput-speedup-analysis"
24721
24722 -
24723   type: "plot"
24724   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24725   algorithm: "plot_throughput_speedup_analysis"
24726   output-file-type: ".html"
24727   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24728   data: "plot-throughput-speedup-analysis-3n-hsw"
24729   filter: "'NIC_Intel-X710' and
24730            '64B' and
24731            ('BASE' or 'SCALE') and
24732            'NDRPDR' and
24733            'ETH' and
24734            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24735            not 'VHOST' and
24736            not 'MEMIF' and
24737            not 'DRV_AVF'"
24738   parameters:
24739   - "throughput"
24740   - "parent"
24741   - "tags"
24742   sort:
24743   - "L2PATCH"
24744   - "L2XCFWD"
24745   - "L2BDMACLRN"
24746   - "FIB_10K"
24747   - "FIB_100K"
24748   - "FIB_1M"
24749   layout:
24750     title: "l2sw-3n-hsw-x710-64b-base_and_scale-pdr"
24751     layout: "plot-throughput-speedup-analysis"
24752
24753 # Speedup - VPP L2 3n-hsw-x710 features
24754 -
24755   type: "plot"
24756   title: "Speedup: l2sw-3n-hsw-x710-64b-features-ndr-tsa"
24757   algorithm: "plot_throughput_speedup_analysis"
24758   output-file-type: ".html"
24759   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-ndr-tsa"
24760   data: "plot-throughput-speedup-analysis-3n-hsw"
24761   filter: "'NIC_Intel-X710' and
24762            '64B' and
24763            'NDRPDR' and
24764            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
24765            not 'ACL' and
24766            not 'VHOST' and
24767            not 'L2OVRLAY' and
24768            not 'MEMIF'"
24769   parameters:
24770   - "throughput"
24771   - "parent"
24772   - "tags"
24773   sort:
24774   - "L2XCBASE"    # l2xcbase
24775   - "L2BDBASE"    # l2bdbase
24776   - "L2XCFWD"     # dot1q-l2xcbase
24777   - "L2BDMACLRN"  # dot1q-l2bdbase
24778   layout:
24779     title: "l2sw-3n-hsw-x710-64b-features-ndr"
24780     layout: "plot-throughput-speedup-analysis"
24781
24782 -
24783   type: "plot"
24784   title: "Speedup: l2sw-3n-hsw-x710-64b-features-pdr-tsa"
24785   algorithm: "plot_throughput_speedup_analysis"
24786   output-file-type: ".html"
24787   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-pdr-tsa"
24788   data: "plot-throughput-speedup-analysis-3n-hsw"
24789   filter: "'NIC_Intel-X710' and
24790            '64B' and
24791            'NDRPDR' and
24792            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
24793            not 'ACL' and
24794            not 'VHOST' and
24795            not 'L2OVRLAY' and
24796            not 'MEMIF'"
24797   parameters:
24798   - "throughput"
24799   - "parent"
24800   - "tags"
24801   sort:
24802   - "L2XCBASE"    # l2xcbase
24803   - "L2BDBASE"    # l2bdbase
24804   - "L2XCFWD"     # dot1q-l2xcbase
24805   - "L2BDMACLRN"  # dot1q-l2bdbase
24806   layout:
24807     title: "l2sw-3n-hsw-x710-64b-features-pdr"
24808     layout: "plot-throughput-speedup-analysis"
24809
24810 # Speedup - VPP L2 3n-hsw-xl710 base and scale
24811 -
24812   type: "plot"
24813   title: "Speedup: l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
24814   algorithm: "plot_throughput_speedup_analysis"
24815   output-file-type: ".html"
24816   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
24817   data: "plot-throughput-speedup-analysis-3n-hsw"
24818   filter: "'NIC_Intel-XL710' and
24819            '64B' and
24820            'BASE' and
24821            'NDRPDR' and
24822            'ETH' and
24823            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24824            not 'VHOST' and
24825            not 'MEMIF'"
24826   parameters:
24827   - "throughput"
24828   - "parent"
24829   - "tags"
24830   sort:
24831   - "L2PATCH"
24832   - "L2XCFWD"
24833   - "L2BDMACLRN"
24834   layout:
24835     title: "l2sw-3n-hsw-xl710-64b-base-ndr"
24836     layout: "plot-throughput-speedup-analysis"
24837
24838 -
24839   type: "plot"
24840   title: "Speedup: l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
24841   algorithm: "plot_throughput_speedup_analysis"
24842   output-file-type: ".html"
24843   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
24844   data: "plot-throughput-speedup-analysis-3n-hsw"
24845   filter: "'NIC_Intel-XL710' and
24846            '64B' and
24847            'BASE' and
24848            'NDRPDR' and
24849            'ETH' and
24850            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24851            not 'VHOST' and
24852            not 'MEMIF'"
24853   parameters:
24854   - "throughput"
24855   - "parent"
24856   - "tags"
24857   sort:
24858   - "L2PATCH"
24859   - "L2XCFWD"
24860   - "L2BDMACLRN"
24861   layout:
24862     title: "l2sw-3n-hsw-xl710-64b-base-pdr"
24863     layout: "plot-throughput-speedup-analysis"
24864
24865 # Speedup - VPP L2 3n-skx-x710 base and scale
24866 -
24867   type: "plot"
24868   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
24869   algorithm: "plot_throughput_speedup_analysis"
24870   output-file-type: ".html"
24871   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
24872   data: "plot-throughput-speedup-analysis-3n-skx"
24873   filter: "'NIC_Intel-X710' and
24874            '64B' and
24875            ('BASE' or 'SCALE') and
24876            'NDRPDR' and
24877            'ETH' and
24878            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24879            not 'VHOST' and
24880            not 'DRV_AVF' and
24881            not 'MEMIF'"
24882   parameters:
24883   - "throughput"
24884   - "parent"
24885   - "tags"
24886   sort:
24887   - "L2PATCH"
24888   - "L2XCBASE"
24889   - "BASE"
24890   - "FIB_10K"
24891   - "FIB_100K"
24892   - "FIB_1M"
24893   layout:
24894     title: "l2sw-3n-skx-x710-64b-base_and_scale-ndr"
24895     layout: "plot-throughput-speedup-analysis"
24896
24897 -
24898   type: "plot"
24899   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
24900   algorithm: "plot_throughput_speedup_analysis"
24901   output-file-type: ".html"
24902   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
24903   data: "plot-throughput-speedup-analysis-3n-skx"
24904   filter: "'NIC_Intel-X710' and
24905            '64B' and
24906            ('BASE' or 'SCALE') and
24907            'NDRPDR' and
24908            'ETH' and
24909            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24910            not 'VHOST' and
24911            not 'DRV_AVF' and
24912            not 'MEMIF'"
24913   parameters:
24914   - "throughput"
24915   - "parent"
24916   - "tags"
24917   sort:
24918   - "L2PATCH"
24919   - "L2XCBASE"
24920   - "BASE"
24921   - "FIB_10K"
24922   - "FIB_100K"
24923   - "FIB_1M"
24924   layout:
24925     title: "l2sw-3n-skx-x710-64b-base_and_scale-pdr"
24926     layout: "plot-throughput-speedup-analysis"
24927
24928 # Speedup - VPP L2 3n-skx-x710 features
24929 -
24930   type: "plot"
24931   title: "Speedup: l2sw-3n-skx-x710-64b-features-ndr-tsa"
24932   algorithm: "plot_throughput_speedup_analysis"
24933   output-file-type: ".html"
24934   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-ndr-tsa"
24935   data: "plot-throughput-speedup-analysis-3n-skx"
24936   filter: "'NIC_Intel-X710' and
24937            '64B' and
24938            'NDRPDR' and
24939            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
24940            not 'ACL' and
24941            not 'VHOST' and
24942            not 'DRV_AVF' and
24943            not 'L2OVRLAY' and
24944            not 'MEMIF'"
24945   parameters:
24946   - "throughput"
24947   - "parent"
24948   - "tags"
24949   sort:
24950   - "L2XCBASE"    # l2xcbase
24951   - "L2BDBASE"    # l2bdbase
24952   - "L2XCFWD"     # dot1q-l2xcbase
24953   - "L2BDMACLRN"  # dot1q-l2bdbase
24954   layout:
24955     title: "l2sw-3n-skx-x710-64b-features-ndr"
24956     layout: "plot-throughput-speedup-analysis"
24957
24958 -
24959   type: "plot"
24960   title: "Speedup: l2sw-3n-skx-x710-64b-features-pdr-tsa"
24961   algorithm: "plot_throughput_speedup_analysis"
24962   output-file-type: ".html"
24963   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-pdr-tsa"
24964   data: "plot-throughput-speedup-analysis-3n-skx"
24965   filter: "'NIC_Intel-X710' and
24966            '64B' and
24967            'NDRPDR' and
24968            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
24969            not 'ACL' and
24970            not 'VHOST' and
24971            not 'DRV_AVF' and
24972            not 'L2OVRLAY' and
24973            not 'MEMIF'"
24974   parameters:
24975   - "throughput"
24976   - "parent"
24977   - "tags"
24978   sort:
24979   - "L2XCBASE"    # l2xcbase
24980   - "L2BDBASE"    # l2bdbase
24981   - "L2XCFWD"     # dot1q-l2xcbase
24982   - "L2BDMACLRN"  # dot1q-l2bdbase
24983   layout:
24984     title: "l2sw-3n-skx-x710-64b-features-pdr"
24985     layout: "plot-throughput-speedup-analysis"
24986
24987 # Speedup - VPP L2 3n-skx-xxv710 base and scale
24988 -
24989   type: "plot"
24990   title: "Speedup: l2sw-3n-skx-xxv710-64b-base-ndr-tsa"
24991   algorithm: "plot_throughput_speedup_analysis"
24992   output-file-type: ".html"
24993   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base-ndr-tsa"
24994   data: "plot-throughput-speedup-analysis-3n-skx"
24995   filter: "'NIC_Intel-XXV710' and
24996            '64B' and
24997            ('BASE' or 'SCALE') and
24998            'NDRPDR' and
24999            'ETH' and
25000            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25001            not 'VHOST' and
25002            not 'MEMIF'"
25003   parameters:
25004   - "throughput"
25005   - "parent"
25006   - "tags"
25007   sort:
25008   - "L2PATCH"
25009   - "L2PATCH"
25010   - "L2XCBASE"
25011   - "L2BDMACLRN"
25012   layout:
25013     title: "l2sw-3n-skx-xxv710-64b-base-ndr"
25014     layout: "plot-throughput-speedup-analysis"
25015
25016 -
25017   type: "plot"
25018   title: "Speedup: l2sw-3n-skx-xxv710-64b-base-pdr-tsa"
25019   algorithm: "plot_throughput_speedup_analysis"
25020   output-file-type: ".html"
25021   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base-pdr-tsa"
25022   data: "plot-throughput-speedup-analysis-3n-skx"
25023   filter: "'NIC_Intel-XXV710' and
25024            '64B' and
25025            ('BASE' or 'SCALE') and
25026            'NDRPDR' and
25027            'ETH' and
25028            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25029            not 'VHOST' and
25030            not 'MEMIF'"
25031   parameters:
25032   - "throughput"
25033   - "parent"
25034   - "tags"
25035   sort:
25036   - "L2PATCH"
25037   - "L2PATCH"
25038   - "L2XCBASE"
25039   - "L2BDMACLRN"
25040   layout:
25041     title: "l2sw-3n-skx-xxv710-64b-base-pdr"
25042     layout: "plot-throughput-speedup-analysis"
25043
25044 # Speedup - VPP L2 2n-skx-x710 base and scale
25045 -
25046   type: "plot"
25047   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
25048   algorithm: "plot_throughput_speedup_analysis"
25049   output-file-type: ".html"
25050   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
25051   data: "plot-throughput-speedup-analysis-2n-skx"
25052   filter: "'NIC_Intel-X710' and
25053            '64B' and
25054            ('BASE' or 'SCALE') and
25055            'NDRPDR' and
25056            'ETH' and
25057            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25058            not 'VHOST' and
25059            not 'MEMIF'"
25060   parameters:
25061   - "throughput"
25062   - "parent"
25063   - "tags"
25064   sort:
25065   - "L2PATCH"
25066   - "L2XCBASE"
25067   - "BASE"
25068   - "FIB_10K"
25069   - "FIB_100K"
25070   - "FIB_1M"
25071   layout:
25072     title: "l2sw-2n-skx-x710-64b-base_and_scale-ndr"
25073     layout: "plot-throughput-speedup-analysis"
25074
25075 -
25076   type: "plot"
25077   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
25078   algorithm: "plot_throughput_speedup_analysis"
25079   output-file-type: ".html"
25080   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
25081   data: "plot-throughput-speedup-analysis-2n-skx"
25082   filter: "'NIC_Intel-X710' and
25083            '64B' and
25084            ('BASE' or 'SCALE') and
25085            'NDRPDR' and
25086            'ETH' and
25087            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25088            not 'VHOST' and
25089            not 'MEMIF'"
25090   parameters:
25091   - "throughput"
25092   - "parent"
25093   - "tags"
25094   sort:
25095   - "L2PATCH"
25096   - "L2XCBASE"
25097   - "BASE"
25098   - "FIB_10K"
25099   - "FIB_100K"
25100   - "FIB_1M"
25101   layout:
25102     title: "l2sw-2n-skx-x710-64b-base_and_scale-pdr"
25103     layout: "plot-throughput-speedup-analysis"
25104
25105 # Speedup - VPP L2 2n-skx-xxv710 base and scale
25106 -
25107   type: "plot"
25108   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25109   algorithm: "plot_throughput_speedup_analysis"
25110   output-file-type: ".html"
25111   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25112   data: "plot-throughput-speedup-analysis-2n-skx"
25113   filter: "'NIC_Intel-XXV710' and
25114            '64B' and
25115            ('BASE' or 'SCALE') and
25116            'NDRPDR' and
25117            'ETH' and
25118            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25119            not 'VHOST' and
25120            not 'MEMIF'"
25121   parameters:
25122   - "throughput"
25123   - "parent"
25124   - "tags"
25125   sort:
25126   - "L2PATCH"
25127   - "L2XCBASE"
25128   - "BASE"
25129   - "FIB_10K"
25130   - "FIB_100K"
25131   - "FIB_1M"
25132   layout:
25133     title: "l2sw-2n-skx-xxv710-64b-base_and_scale-ndr"
25134     layout: "plot-throughput-speedup-analysis"
25135
25136 -
25137   type: "plot"
25138   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
25139   algorithm: "plot_throughput_speedup_analysis"
25140   output-file-type: ".html"
25141   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
25142   data: "plot-throughput-speedup-analysis-2n-skx"
25143   filter: "'NIC_Intel-XXV710' and
25144            '64B' and
25145            ('BASE' or 'SCALE') and
25146            'NDRPDR' and
25147            'ETH' and
25148            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25149            not 'VHOST' and
25150            not 'MEMIF'"
25151   parameters:
25152   - "throughput"
25153   - "parent"
25154   - "tags"
25155   sort:
25156   - "L2PATCH"
25157   - "L2XCBASE"
25158   - "BASE"
25159   - "FIB_10K"
25160   - "FIB_100K"
25161   - "FIB_1M"
25162   layout:
25163     title: "l2sw-2n-skx-xxv710-64b-base_and_scale-pdr"
25164     layout: "plot-throughput-speedup-analysis"
25165
25166 # Speedup - VPP L2 2n-dnv-x553 base
25167 -
25168   type: "plot"
25169   title: "Speedup: l2sw-2n-dnv-x553-64b-base-ndr-tsa"
25170   algorithm: "plot_throughput_speedup_analysis"
25171   output-file-type: ".html"
25172   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-base-ndr-tsa"
25173   data: "intel-dnv-vpp"
25174   filter: "'NIC_Intel-X553' and
25175            '64B' and
25176            ('BASE' or 'SCALE') and
25177            'NDRPDR' and
25178            'ETH' and
25179            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25180            not 'VHOST' and
25181            not 'MEMIF'"
25182   parameters:
25183   - "throughput"
25184   - "parent"
25185   - "tags"
25186   sort:
25187   - "L2XCBASE"
25188   - "L2BDMACLRN"
25189   - "L2PATCH"
25190   layout:
25191     title: "l2sw-2n-dnv-x553-64b-base-ndr"
25192     layout: "plot-throughput-speedup-analysis"
25193
25194 -
25195   type: "plot"
25196   title: "Speedup: l2sw-2n-dnv-x553-64b-base-pdr-tsa"
25197   algorithm: "plot_throughput_speedup_analysis"
25198   output-file-type: ".html"
25199   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-base-pdr-tsa"
25200   data: "intel-dnv-vpp"
25201   filter: "'NIC_Intel-X553' and
25202            '64B' and
25203            ('BASE' or 'SCALE') and
25204            'NDRPDR' and
25205            'ETH' and
25206            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25207            not 'VHOST' and
25208            not 'MEMIF'"
25209   parameters:
25210   - "throughput"
25211   - "parent"
25212   - "tags"
25213   sort:
25214   - "L2XCBASE"
25215   - "L2BDMACLRN"
25216   - "L2PATCH"
25217   layout:
25218     title: "l2sw-2n-dnv-x553-64b-base-pdr"
25219     layout: "plot-throughput-speedup-analysis"
25220
25221 ################################################################################
25222
25223 # Packet Speedup - VPP vhost ip4 3n-hsw-x520
25224 -
25225   type: "plot"
25226   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25227   algorithm: "plot_throughput_speedup_analysis"
25228   output-file-type: ".html"
25229   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25230   data: "plot-throughput-speedup-analysis-3n-hsw"
25231   filter: "'NIC_Intel-X520-DA2' and
25232            '64B' and
25233            'NDRPDR' and
25234            'ETH' and
25235            'IP4FWD' and
25236            'VHOST_1024' and
25237            not 'VXLAN' and
25238            not 'DOT1Q'"
25239   parameters:
25240   - "throughput"
25241   - "parent"
25242   - "tags"
25243   sort:
25244   - "not CFS_OPT"
25245   - "1VM"
25246   - "2VM"
25247   layout:
25248     title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr"
25249     layout: "plot-throughput-speedup-analysis"
25250
25251 -
25252   type: "plot"
25253   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25254   algorithm: "plot_throughput_speedup_analysis"
25255   output-file-type: ".html"
25256   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25257   data: "plot-throughput-speedup-analysis-3n-hsw"
25258   filter: "'NIC_Intel-X520-DA2' and
25259            '64B' and
25260            'NDRPDR' and
25261            'ETH' and
25262            'IP4FWD' and
25263            'VHOST_1024' and
25264            not 'VXLAN' and
25265            not 'DOT1Q'"
25266   parameters:
25267   - "throughput"
25268   - "parent"
25269   - "tags"
25270   sort:
25271   - "not CFS_OPT"
25272   - "1VM"
25273   - "2VM"
25274   layout:
25275     title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr"
25276     layout: "plot-throughput-speedup-analysis"
25277
25278 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base
25279 -
25280   type: "plot"
25281   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_features-ndr-tsa"
25282   algorithm: "plot_throughput_speedup_analysis"
25283   output-file-type: ".html"
25284   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_features-ndr-tsa"
25285   data: "plot-throughput-speedup-analysis-3n-hsw"
25286   filter: "'NIC_Intel-X520-DA2' and
25287            '64B' and
25288            'NDRPDR' and
25289            ('ETH' or 'DOT1Q') and
25290            'BASE' and
25291            ('L2BDMACLRN' or 'L2XCFWD') and
25292            'VHOST_1024' and
25293            not 'VXLAN' and
25294            not 'IP4FWD' and
25295            not '2VM'"
25296   parameters:
25297   - "throughput"
25298   - "parent"
25299   - "tags"
25300   sort:
25301   - "L2BDMACLRN"
25302   - "L2BDMACLRN"
25303   - "L2BDMACLRN"
25304   - "L2XCFWD"
25305   - "L2XCFWD"
25306   - "L2XCFWD"
25307   layout:
25308     title: "vhost-l2sw-3n-hsw-x520-64b-base_and_features-ndr"
25309     layout: "plot-throughput-speedup-analysis"
25310
25311 -
25312   type: "plot"
25313   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_features-pdr-tsa"
25314   algorithm: "plot_throughput_speedup_analysis"
25315   output-file-type: ".html"
25316   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_features-pdr-tsa"
25317   data: "plot-throughput-speedup-analysis-3n-hsw"
25318   filter: "'NIC_Intel-X520-DA2' and
25319            '64B' and
25320            'NDRPDR' and
25321            ('ETH' or 'DOT1Q') and
25322            'BASE' and
25323            ('L2BDMACLRN' or 'L2XCFWD') and
25324            'VHOST_1024' and
25325            not 'VXLAN' and
25326            not 'IP4FWD' and
25327            not '2VM'"
25328   parameters:
25329   - "throughput"
25330   - "parent"
25331   - "tags"
25332   sort:
25333   - "L2BDMACLRN"
25334   - "L2BDMACLRN"
25335   - "L2BDMACLRN"
25336   - "L2XCFWD"
25337   - "L2XCFWD"
25338   - "L2XCFWD"
25339   layout:
25340     title: "vhost-l2sw-3n-hsw-x520-64b-base_and_features-pdr"
25341     layout: "plot-throughput-speedup-analysis"
25342
25343 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base vm
25344 -
25345   type: "plot"
25346   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
25347   algorithm: "plot_throughput_speedup_analysis"
25348   output-file-type: ".html"
25349   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
25350   data: "plot-throughput-speedup-analysis-3n-hsw"
25351   filter: "'NIC_Intel-X520-DA2' and
25352            '64B' and
25353            'NDRPDR' and
25354            ('ETH' or 'DOT1Q') and
25355            ('L2BDMACLRN' or 'L2XCFWD') and
25356            'VHOST_1024' and
25357            not 'CFS_OPT' and
25358            not 'DOT1Q' and
25359            not 'VXLAN' and
25360            not 'IP4FWD' and
25361            not 'LBOND'"
25362   parameters:
25363   - "throughput"
25364   - "parent"
25365   - "tags"
25366 #  sort:
25367 #  - "1VM"
25368 #  - "L2XCFWD"
25369 #  - "1VM"
25370 #  - "L2BDMACLRN"
25371   layout:
25372     title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr"
25373     layout: "plot-throughput-speedup-analysis"
25374
25375 -
25376   type: "plot"
25377   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
25378   algorithm: "plot_throughput_speedup_analysis"
25379   output-file-type: ".html"
25380   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
25381   data: "plot-throughput-speedup-analysis-3n-hsw"
25382   filter: "'NIC_Intel-X520-DA2' and
25383            '64B' and
25384            'NDRPDR' and
25385            ('ETH' or 'DOT1Q') and
25386            ('L2BDMACLRN' or 'L2XCFWD') and
25387            'VHOST_1024' and
25388            not 'CFS_OPT' and
25389            not 'DOT1Q' and
25390            not 'VXLAN' and
25391            not 'IP4FWD' and
25392            not 'LBOND'"
25393   parameters:
25394   - "throughput"
25395   - "parent"
25396   - "tags"
25397 #  sort:
25398 #  - "1VM"
25399 #  - "L2XCFWD"
25400 #  - "1VM"
25401 #  - "L2BDMACLRN"
25402   layout:
25403     title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr"
25404     layout: "plot-throughput-speedup-analysis"
25405
25406 # Packet Speedup - VPP vhost ip4 3n-hsw-x710
25407 -
25408   type: "plot"
25409   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
25410   algorithm: "plot_throughput_speedup_analysis"
25411   output-file-type: ".html"
25412   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
25413   data: "plot-throughput-speedup-analysis-3n-hsw"
25414   filter: "'NIC_Intel-X710' and
25415            '64B' and
25416            'NDRPDR' and
25417            'ETH' and
25418            'IP4FWD' and
25419            'VHOST_1024' and
25420            not 'VXLAN' and
25421            not 'CFS_OPT' and
25422            not 'DOT1Q'"
25423   parameters:
25424   - "throughput"
25425   - "parent"
25426   - "tags"
25427   sort:
25428   - "1VM"
25429   - "2VM"
25430   layout:
25431     title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr"
25432     layout: "plot-throughput-speedup-analysis"
25433
25434 -
25435   type: "plot"
25436   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
25437   algorithm: "plot_throughput_speedup_analysis"
25438   output-file-type: ".html"
25439   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
25440   data: "plot-throughput-speedup-analysis-3n-hsw"
25441   filter: "'NIC_Intel-X710' and
25442            '64B' and
25443            'NDRPDR' and
25444            'ETH' and
25445            'IP4FWD' and
25446            'VHOST_1024' and
25447            not 'VXLAN' and
25448            not 'CFS_OPT' and
25449            not 'DOT1Q'"
25450   parameters:
25451   - "throughput"
25452   - "parent"
25453   - "tags"
25454   sort:
25455   - "1VM"
25456   - "2VM"
25457   layout:
25458     title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr"
25459     layout: "plot-throughput-speedup-analysis"
25460
25461 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base
25462 -
25463   type: "plot"
25464   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_features-ndr-tsa"
25465   algorithm: "plot_throughput_speedup_analysis"
25466   output-file-type: ".html"
25467   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_features-ndr-tsa"
25468   data: "plot-throughput-speedup-analysis-3n-hsw"
25469   filter: "'NIC_Intel-X710' and
25470            '64B' and
25471            'NDRPDR' and
25472            ('ETH' or 'DOT1Q') and
25473            'BASE' and
25474            ('L2BDMACLRN' or 'L2XCFWD') and
25475            'VHOST_1024' and
25476            not 'VXLAN' and
25477            not 'IP4FWD' and
25478            not '2VM'"
25479   parameters:
25480   - "throughput"
25481   - "parent"
25482   - "tags"
25483   sort:
25484   - "L2BDMACLRN"
25485   - "L2BDMACLRN"
25486   - "L2BDMACLRN"
25487   - "L2XCFWD"
25488   - "L2XCFWD"
25489   - "L2XCFWD"
25490   layout:
25491     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_features-ndr"
25492     layout: "plot-throughput-speedup-analysis"
25493
25494 -
25495   type: "plot"
25496   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_features-pdr-tsa"
25497   algorithm: "plot_throughput_speedup_analysis"
25498   output-file-type: ".html"
25499   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_features-pdr-tsa"
25500   data: "plot-throughput-speedup-analysis-3n-hsw"
25501   filter: "'NIC_Intel-X710' and
25502            '64B' and
25503            'NDRPDR' and
25504            ('ETH' or 'DOT1Q') and
25505            'BASE' and
25506            ('L2BDMACLRN' or 'L2XCFWD') and
25507            'VHOST_1024' and
25508            not 'VXLAN' and
25509            not 'IP4FWD' and
25510            not '2VM'"
25511   parameters:
25512   - "throughput"
25513   - "parent"
25514   - "tags"
25515   sort:
25516   - "L2BDMACLRN"
25517   - "L2BDMACLRN"
25518   - "L2BDMACLRN"
25519   - "L2XCFWD"
25520   - "L2XCFWD"
25521   - "L2XCFWD"
25522   layout:
25523     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_features-pdr"
25524     layout: "plot-throughput-speedup-analysis"
25525
25526 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base vm
25527 -
25528   type: "plot"
25529   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-ndr-tsa"
25530   algorithm: "plot_throughput_speedup_analysis"
25531   output-file-type: ".html"
25532   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-ndr-tsa"
25533   data: "plot-throughput-speedup-analysis-3n-hsw"
25534   filter: "'NIC_Intel-X710' 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 'VXLAN' and
25542            not 'IP4FWD' and
25543            not 'LBOND'"
25544   parameters:
25545   - "throughput"
25546   - "parent"
25547   - "tags"
25548   sort:
25549   - "L2BDMACLRN"
25550   - "L2BDMACLRN"
25551   - "L2BDMACLRN"
25552   - "L2XCFWD"
25553   - "L2XCFWD"
25554   - "L2XCFWD"
25555   layout:
25556     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-ndr"
25557     layout: "plot-throughput-speedup-analysis"
25558
25559 -
25560   type: "plot"
25561   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-pdr-tsa"
25562   algorithm: "plot_throughput_speedup_analysis"
25563   output-file-type: ".html"
25564   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-pdr-tsa"
25565   data: "plot-throughput-speedup-analysis-3n-hsw"
25566   filter: "'NIC_Intel-X710' and
25567            '64B' and
25568            'NDRPDR' and
25569            ('ETH' or 'DOT1Q') and
25570            ('L2BDMACLRN' or 'L2XCFWD') and
25571            'VHOST_1024' and
25572            not 'CFS_OPT' and
25573            not 'VXLAN' and
25574            not 'IP4FWD' and
25575            not 'LBOND'"
25576   parameters:
25577   - "throughput"
25578   - "parent"
25579   - "tags"
25580   sort:
25581   - "L2BDMACLRN"
25582   - "L2BDMACLRN"
25583   - "L2BDMACLRN"
25584   - "L2XCFWD"
25585   - "L2XCFWD"
25586   - "L2XCFWD"
25587   layout:
25588     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-pdr"
25589     layout: "plot-throughput-speedup-analysis"
25590
25591 # Packet Speedup - VPP vhost ip4 3n-skx-x710
25592 -
25593   type: "plot"
25594   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25595   algorithm: "plot_throughput_speedup_analysis"
25596   output-file-type: ".html"
25597   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25598   data: "plot-throughput-speedup-analysis-3n-skx"
25599   filter: "'NIC_Intel-X710' and
25600            '64B' and
25601            'NDRPDR' and
25602            'ETH' and
25603            'IP4FWD' and
25604            'VHOST_1024' and
25605            not 'VXLAN' and
25606            not 'DOT1Q'"
25607   parameters:
25608   - "throughput"
25609   - "parent"
25610   - "tags"
25611   sort:
25612   - "1VM"
25613   - "2VM"
25614   layout:
25615     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr"
25616     layout: "plot-throughput-speedup-analysis"
25617
25618 -
25619   type: "plot"
25620   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25621   algorithm: "plot_throughput_speedup_analysis"
25622   output-file-type: ".html"
25623   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25624   data: "plot-throughput-speedup-analysis-3n-skx"
25625   filter: "'NIC_Intel-X710' and
25626            '64B' and
25627            'NDRPDR' and
25628            'ETH' and
25629            'IP4FWD' and
25630            'VHOST_1024' and
25631            not 'VXLAN' and
25632            not 'DOT1Q'"
25633   parameters:
25634   - "throughput"
25635   - "parent"
25636   - "tags"
25637   sort:
25638   - "1VM"
25639   - "2VM"
25640   layout:
25641     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr"
25642     layout: "plot-throughput-speedup-analysis"
25643
25644 # Packet Speedup - VPP vhost ip4 2n-skx-x710
25645 -
25646   type: "plot"
25647   title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
25648   algorithm: "plot_throughput_speedup_analysis"
25649   output-file-type: ".html"
25650   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
25651   data: "plot-throughput-speedup-analysis-2n-skx"
25652   filter: "'NIC_Intel-X710' and
25653            '64B' and
25654            'NDRPDR' and
25655            'ETH' and
25656            'IP4FWD' and
25657            'VHOST_1024' and
25658            not 'VXLAN' and
25659            not 'NF_DENSITY' and
25660            not 'CFS_OPT' and
25661            not 'DOT1Q'"
25662   parameters:
25663   - "throughput"
25664   - "parent"
25665   - "tags"
25666   sort:
25667   - "1VM"
25668   - "2VM"
25669   layout:
25670     title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr"
25671     layout: "plot-throughput-speedup-analysis"
25672
25673 -
25674   type: "plot"
25675   title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
25676   algorithm: "plot_throughput_speedup_analysis"
25677   output-file-type: ".html"
25678   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
25679   data: "plot-throughput-speedup-analysis-2n-skx"
25680   filter: "'NIC_Intel-X710' and
25681            '64B' and
25682            'NDRPDR' and
25683            'ETH' and
25684            'IP4FWD' and
25685            'VHOST_1024' and
25686            not 'VXLAN' and
25687            not 'NF_DENSITY' and
25688            not 'CFS_OPT' and
25689            not 'DOT1Q'"
25690   parameters:
25691   - "throughput"
25692   - "parent"
25693   - "tags"
25694   sort:
25695   - "1VM"
25696   - "2VM"
25697   layout:
25698     title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr"
25699     layout: "plot-throughput-speedup-analysis"
25700
25701 # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base
25702 -
25703   type: "plot"
25704   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_features-ndr-tsa"
25705   algorithm: "plot_throughput_speedup_analysis"
25706   output-file-type: ".html"
25707   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_features-ndr-tsa"
25708   data: "plot-throughput-speedup-analysis-2n-skx"
25709   filter: "'NIC_Intel-X710' and
25710            '64B' and
25711            'NDRPDR' and
25712            ('ETH' or 'DOT1Q') and
25713            'BASE' and
25714            ('L2BDMACLRN' or 'L2XCFWD') and
25715            'VHOST_1024' and
25716            not 'VXLAN' and
25717            not 'NF_DENSITY' and
25718            not 'IP4FWD' and
25719            not '2VM'"
25720   parameters:
25721   - "throughput"
25722   - "parent"
25723   - "tags"
25724 #  sort:
25725 #  - "not CFS_OPT"
25726 #  - "L2XCFWD"
25727 #  - "not CFS_OPT"
25728 #  - "CFS_OPT"
25729   layout:
25730     title: "vhost-l2sw-2n-skx-x710-64b-base_and_features-ndr"
25731     layout: "plot-throughput-speedup-analysis"
25732
25733 -
25734   type: "plot"
25735   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_features-pdr-tsa"
25736   algorithm: "plot_throughput_speedup_analysis"
25737   output-file-type: ".html"
25738   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_features-pdr-tsa"
25739   data: "plot-throughput-speedup-analysis-2n-skx"
25740   filter: "'NIC_Intel-X710' and
25741            '64B' and
25742            'NDRPDR' and
25743            ('ETH' or 'DOT1Q') and
25744            'BASE' and
25745            ('L2BDMACLRN' or 'L2XCFWD') and
25746            'VHOST_1024' and
25747            not 'VXLAN' and
25748            not 'NF_DENSITY' and
25749            not 'IP4FWD' and
25750            not '2VM'"
25751   parameters:
25752   - "throughput"
25753   - "parent"
25754   - "tags"
25755 #  sort:
25756 #  - "not CFS_OPT"
25757 #  - "L2XCFWD"
25758 #  - "not CFS_OPT"
25759 #  - "CFS_OPT"
25760   layout:
25761     title: "vhost-l2sw-2n-skx-x710-64b-base_and_features-pdr"
25762     layout: "plot-throughput-speedup-analysis"
25763
25764 # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base vm
25765 -
25766   type: "plot"
25767   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
25768   algorithm: "plot_throughput_speedup_analysis"
25769   output-file-type: ".html"
25770   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
25771   data: "plot-throughput-speedup-analysis-2n-skx"
25772   filter: "'NIC_Intel-X710' and
25773            '64B' and
25774            'NDRPDR' and
25775            ('ETH' or 'DOT1Q') and
25776            ('L2BDMACLRN' or 'L2XCFWD') and
25777            'VHOST_1024' and
25778            not 'CFS_OPT' and
25779            not 'VXLAN' and
25780            not 'NF_DENSITY' and
25781            not 'DOT1Q' and
25782            not 'IP4FWD'"
25783   parameters:
25784   - "throughput"
25785   - "parent"
25786   - "tags"
25787 #  sort:
25788 #  - "1VM"
25789 #  - "L2XCFWD"
25790 #  - "1VM"
25791 #  - "L2BDMACLRN"
25792   layout:
25793     title: "vhost-l2sw-2n-skx-x710-64b-base-vm-ndr"
25794     layout: "plot-throughput-speedup-analysis"
25795
25796 -
25797   type: "plot"
25798   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
25799   algorithm: "plot_throughput_speedup_analysis"
25800   output-file-type: ".html"
25801   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
25802   data: "plot-throughput-speedup-analysis-2n-skx"
25803   filter: "'NIC_Intel-X710' and
25804            '64B' and
25805            'NDRPDR' and
25806            ('ETH' or 'DOT1Q') and
25807            ('L2BDMACLRN' or 'L2XCFWD') and
25808            'VHOST_1024' and
25809            not 'CFS_OPT' and
25810            not 'VXLAN' and
25811            not 'NF_DENSITY' and
25812            not 'DOT1Q' and
25813            not 'IP4FWD'"
25814   parameters:
25815   - "throughput"
25816   - "parent"
25817   - "tags"
25818 #  sort:
25819 #  - "1VM"
25820 #  - "L2XCFWD"
25821 #  - "1VM"
25822 #  - "L2BDMACLRN"
25823   layout:
25824     title: "vhost-l2sw-2n-skx-x710-64b-base-vm-pdr"
25825     layout: "plot-throughput-speedup-analysis"
25826
25827 # Packet Speedup - VPP vhost ip4 2n-skx-xxv710
25828 -
25829   type: "plot"
25830   title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25831   algorithm: "plot_throughput_speedup_analysis"
25832   output-file-type: ".html"
25833   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25834   data: "plot-throughput-speedup-analysis-2n-skx"
25835   filter: "'NIC_Intel-XXV710' and
25836            '64B' and
25837            'NDRPDR' and
25838            'ETH' and
25839            'IP4FWD' and
25840            'VHOST_1024' and
25841            not 'VXLAN' and
25842            not 'CFS_OPT' and
25843            not 'DOT1Q'"
25844   parameters:
25845   - "throughput"
25846   - "parent"
25847   - "tags"
25848   sort:
25849   - "not CFS_OPT"
25850   - "1VM"
25851   - "2VM"
25852   layout:
25853     title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
25854     layout: "plot-throughput-speedup-analysis"
25855
25856 -
25857   type: "plot"
25858   title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
25859   algorithm: "plot_throughput_speedup_analysis"
25860   output-file-type: ".html"
25861   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
25862   data: "plot-throughput-speedup-analysis-2n-skx"
25863   filter: "'NIC_Intel-XXV710' and
25864            '64B' and
25865            'NDRPDR' and
25866            'ETH' and
25867            'IP4FWD' and
25868            'VHOST_1024' and
25869            not 'VXLAN' and
25870            not 'CFS_OPT' and
25871            not 'DOT1Q'"
25872   parameters:
25873   - "throughput"
25874   - "parent"
25875   - "tags"
25876   sort:
25877   - "not CFS_OPT"
25878   - "1VM"
25879   - "2VM"
25880   layout:
25881     title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
25882     layout: "plot-throughput-speedup-analysis"
25883
25884 # Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base
25885 -
25886   type: "plot"
25887   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_features-ndr-tsa"
25888   algorithm: "plot_throughput_speedup_analysis"
25889   output-file-type: ".html"
25890   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_features-ndr-tsa"
25891   data: "plot-throughput-speedup-analysis-2n-skx"
25892   filter: "'NIC_Intel-XXV710' 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 'IP4FWD' and
25901            not '2VM'"
25902   parameters:
25903   - "throughput"
25904   - "parent"
25905   - "tags"
25906 #  sort:
25907 #  - "not CFS_OPT"
25908 #  - "L2XCFWD"
25909 #  - "not CFS_OPT"
25910 #  - "CFS_OPT"
25911   layout:
25912     title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_features-ndr"
25913     layout: "plot-throughput-speedup-analysis"
25914
25915 -
25916   type: "plot"
25917   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_features-pdr-tsa"
25918   algorithm: "plot_throughput_speedup_analysis"
25919   output-file-type: ".html"
25920   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_features-pdr-tsa"
25921   data: "plot-throughput-speedup-analysis-2n-skx"
25922   filter: "'NIC_Intel-XXV710' and
25923            '64B' and
25924            'NDRPDR' and
25925            ('ETH' or 'DOT1Q') and
25926            'BASE' and
25927            ('L2BDMACLRN' or 'L2XCFWD') and
25928            'VHOST_1024' and
25929            not 'VXLAN' and
25930            not 'IP4FWD' and
25931            not '2VM'"
25932   parameters:
25933   - "throughput"
25934   - "parent"
25935   - "tags"
25936 #  sort:
25937 #  - "not CFS_OPT"
25938 #  - "L2XCFWD"
25939 #  - "not CFS_OPT"
25940 #  - "CFS_OPT"
25941   layout:
25942     title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_features-pdr"
25943     layout: "plot-throughput-speedup-analysis"
25944
25945 # Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base vm
25946 -
25947   type: "plot"
25948   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
25949   algorithm: "plot_throughput_speedup_analysis"
25950   output-file-type: ".html"
25951   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
25952   data: "plot-throughput-speedup-analysis-2n-skx"
25953   filter: "'NIC_Intel-XXV710' and
25954            '64B' and
25955            'NDRPDR' and
25956            ('ETH' or 'DOT1Q') and
25957            ('L2BDMACLRN' or 'L2XCFWD') and
25958            'VHOST_1024' and
25959            not 'CFS_OPT' and
25960            not 'VXLAN' and
25961            not 'DOT1Q' and
25962            not 'IP4FWD'"
25963   parameters:
25964   - "throughput"
25965   - "parent"
25966   - "tags"
25967 #  sort:
25968 #  - "1VM"
25969 #  - "L2XCFWD"
25970 #  - "1VM"
25971 #  - "L2BDMACLRN"
25972   layout:
25973     title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr"
25974     layout: "plot-throughput-speedup-analysis"
25975
25976 -
25977   type: "plot"
25978   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
25979   algorithm: "plot_throughput_speedup_analysis"
25980   output-file-type: ".html"
25981   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
25982   data: "plot-throughput-speedup-analysis-2n-skx"
25983   filter: "'NIC_Intel-XXV710' and
25984            '64B' and
25985            'NDRPDR' and
25986            ('ETH' or 'DOT1Q') and
25987            ('L2BDMACLRN' or 'L2XCFWD') and
25988            'VHOST_1024' and
25989            not 'CFS_OPT' and
25990            not 'VXLAN' and
25991            not 'DOT1Q' and
25992            not 'IP4FWD'"
25993   parameters:
25994   - "throughput"
25995   - "parent"
25996   - "tags"
25997 #  sort:
25998 #  - "1VM"
25999 #  - "L2XCFWD"
26000 #  - "1VM"
26001 #  - "L2BDMACLRN"
26002   layout:
26003     title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr"
26004     layout: "plot-throughput-speedup-analysis"
26005
26006 ################################################################################
26007
26008 # Speedup - VPP vts 3n-hsw-x520
26009 -
26010   type: "plot"
26011   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
26012   algorithm: "plot_throughput_speedup_analysis"
26013   output-file-type: ".html"
26014   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
26015   data: "plot-throughput-speedup-analysis-3n-hsw"
26016   filter: "'NIC_Intel-X520-DA2' and
26017            '114B' and
26018            'NDRPDR' and
26019            'VTS'"
26020   parameters:
26021   - "throughput"
26022   - "parent"
26023   - "tags"
26024   layout:
26025     title: "vts-3n-hsw-x520-114b-base_and_scale-ndr"
26026     layout: "plot-throughput-speedup-analysis"
26027
26028 -
26029   type: "plot"
26030   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
26031   algorithm: "plot_throughput_speedup_analysis"
26032   output-file-type: ".html"
26033   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
26034   data: "plot-throughput-speedup-analysis-3n-hsw"
26035   filter: "'NIC_Intel-X520-DA2' and
26036            '114B' and
26037            'NDRPDR' and
26038            'VTS'"
26039   parameters:
26040   - "throughput"
26041   - "parent"
26042   - "tags"
26043   layout:
26044     title: "vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
26045     layout: "plot-throughput-speedup-analysis"