a579f21d9e7f94153577833d2b5fc8be69bce236
[csit.git] / resources / tools / presentation / specification.yaml
1 - type: "environment"
2
3   paths:
4     # Top level directories:
5     ## Working directory
6     DIR[WORKING]: "_tmp"
7     ## Build directories
8     DIR[BUILD,HTML]: "_build"
9     DIR[BUILD,LATEX]: "_build_latex"
10
11     # Static .rst files
12     DIR[RST]: "../../../docs/report"
13
14     # Working directories
15     ## Input data files (.zip, .xml)
16     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
17     ## Static source files from git
18     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
19     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
20
21     # Static html content
22     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
23     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
24     DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
25     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
26
27     # Detailed test results
28     DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results"
29     DIR[DTR,PERF,DPDK,3N,HSW]: "{DIR[DTR]}/dpdk_performance_results_3n_hsw"
30     DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx"
31     DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx"
32     DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
33     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
34     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
35     DIR[DTR,PERF,VPP,2N,DNV]: "{DIR[DTR]}/vpp_performance_results_2n_dnv"
36     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
37     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
38     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
39     DIR[DTR,MRR,VPP,2N,DNV]: "{DIR[DTR]}/vpp_mrr_results_2n_dnv"
40     DIR[DTR,PERF,COT,3N,HSW]: "{DIR[DTR]}/cot_performance_results_3n_hsw"
41     DIR[DTR,FUNC,VPP,UBUNTU]: "{DIR[DTR]}/vpp_functional_results_ubuntu"
42     DIR[DTR,FUNC,VPP,CENTOS]: "{DIR[DTR]}/vpp_functional_results_centos"
43     DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
44     DIR[DTR,FUNC,HC]: "{DIR[DTR]}/honeycomb_functional_results"
45     DIR[DTR,FUNC,NSHSFC]: "{DIR[DTR]}/nshsfc_functional_results"
46     DIR[DTR,FUNC,DMM]: "{DIR[DTR]}/dmm_functional_results"
47     DIR[DTR,PERF,VPP,IMPRV]: "{DIR[WORKING,SRC]}/vpp_performance_tests/performance_improvements"
48
49     # Detailed test configurations
50     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
51     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
52     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
53     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
54     DIR[DTC,PERF,VPP,2N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_2n_dnv"
55     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
56     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
57     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
58     DIR[DTC,MRR,VPP,2N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_2n_dnv"
59     DIR[DTC,FUNC,VPP,UBUNTU]: "{DIR[DTC]}/vpp_functional_configuration_ubuntu"
60     DIR[DTC,FUNC,VPP,CENTOS]: "{DIR[DTC]}/vpp_functional_configuration_centos"
61     DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
62
63     # Detailed tests operational data
64     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
65     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
66     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
67     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
68     DIR[DTO,PERF,VPP,2N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_2n_dnv"
69
70     # .css patch file to fix tables generated by Sphinx
71     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
72     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
73
74   urls:
75     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
76     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
77     URL[VIRL,DNV]: "http://10.30.51.28/download/denverton/{release}/robot-plugin.zip"
78     # URL[VIRL,DNV]: "http://download.it/from/nexus"
79     URL[NEXUS]: "https://docs.fd.io/csit"
80     DIR[NEXUS]: "report/_static/archive"
81
82   make-dirs:
83   # List the directories which are created while preparing the environment.
84   # All directories MUST be defined in "paths" section.
85   - "DIR[WORKING,DATA]"
86   - "DIR[STATIC,VPP]"
87   - "DIR[STATIC,DPDK]"
88   - "DIR[STATIC,ARCH]"
89   - "DIR[BUILD,LATEX]"
90   - "DIR[WORKING,SRC]"
91   - "DIR[WORKING,SRC,STATIC]"
92
93   remove-dirs:
94   # List the directories which are deleted while cleaning the environment.
95   # All directories MUST be defined in "paths" section.
96   #- "DIR[BUILD,HTML]"
97   - "DIR[WORKING,DATA]"
98
99   build-dirs:
100   # List the directories where the results (build) is stored.
101   # All directories MUST be defined in "paths" section.
102   - "DIR[BUILD,HTML]"
103   - "DIR[BUILD,LATEX]"
104
105 - type: "configuration"
106
107   limits:
108     nic:
109       x520: 24460000
110       x553: 29761905
111       x710: 35800000
112       xxv710: 35800000
113       xl710: 35800000
114
115     link:
116       10ge: 14880952.38
117       25ge: 37202380.95
118       40ge: 59523809.52
119       100ge: 148809523.81
120
121     pci:
122       pci-g3-x8: 74404761.90
123       pci-g3-x16: 148809523.81
124
125   data-sets:
126
127     ###########################################################################
128     # Plots:
129
130     # 3n-hsw
131
132     plot-vpp-throughput-lat-tsa-3n-hsw:
133       # TODO: Add 1904 data
134       csit-vpp-perf-verify-1904-3n-hsw:
135         - 12   # NDRPDR sel
136
137     plot-vpp-http-server-performance:
138       # TODO: Replace with 1904 data
139       # csit-vpp-perf-verify-1904-3n-hsw:
140       csit-vpp-perf-verify-1810-3n-hsw:
141         - 28  # WRK
142         - 29  # WRK
143         - 30  # WRK
144         - 31  # WRK
145         - 32  # WRK
146         - 33  # WRK
147         - 34  # WRK
148         - 35  # WRK
149         - 36  # WRK
150         - 37  # WRK
151
152     plot-ligato-throughput-lat-tsa-3n-hsw:
153       # TODO: Replace with 1904 data
154       # csit-ligato-perf-verify-1904-3n-hsw:
155       csit-ligato-perf-verify-1901-3n-hsw:
156         - 8   # NDRPDR sel
157         - 9   # NDRPDR sel
158         - 11  # NDRPDR sel
159         - 12  # NDRPDR sel
160         - 13  # NDRPDR sel
161         - 14  # NDRPDR sel
162         - 15  # NDRPDR sel
163         - 16  # NDRPDR sel
164         - 17  # NDRPDR sel
165         - 18  # NDRPDR sel
166
167     plot-dpdk-throughput-latency-3n-hsw:
168       # TODO: Add 1904 data
169       csit-dpdk-perf-verify-1904-3n-hsw:
170         - 2   # NDRPDR sel
171         - 3   # NDRPDR sel
172         - 5   # NDRPDR sel
173
174     # 3n-skx
175
176     plot-vpp-throughput-lat-tsa-3n-skx:
177       # TODO: Add 1904 data
178       csit-vpp-perf-verify-1904-3n-skx:
179         - 8   # NDRPDR sel
180         - 9   # NDRPDR sel
181         - 10  # NDRPDR sel
182         - 11  # NDRPDR sel
183         - 12  # NDRPDR sel
184
185     plot-dpdk-throughput-latency-3n-skx:
186       # TODO: Add 1904 data
187       csit-dpdk-perf-verify-1904-3n-skx:
188         - 2   # NDRPDR sel
189         - 3   # NDRPDR sel
190         - 4   # NDRPDR sel
191         - 5   # NDRPDR sel
192         - 6   # NDRPDR sel
193
194     # 2n-skx
195
196     plot-vpp-throughput-lat-tsa-2n-skx:
197       # TODO: Add 1904 data
198       csit-vpp-perf-verify-1904-2n-skx:
199         - 12  # NDRPDR sel
200         - 14  # NDRPDR sel
201         - 16  # NDRPDR sel
202         - 17  # NDRPDR sel
203         - 18  # NDRPDR sel
204         - 21  # NDRPDR sel
205         - 27  # NDRPDR sel
206
207     plot-vpp-soak-2n-skx:
208       # TODO: Replace with 1904 data
209       # csit-vpp-perf-verify-1904-2n-skx:
210       csit-vpp-perf-verify-1901-2n-skx:
211         - 45  # SOAK sel
212
213     plot-vpp-nfv-2n-skx:
214       # TODO: Add 1904 data
215       csit-vpp-perf-verify-1904-2n-skx:
216         - 9   # NFV NDRPDR
217
218     plot-vpp-nfv-2n-skx-mrr:
219       # TODO: Add 1904 data
220       csit-vpp-perf-verify-1904-2n-skx:
221         - 10  # NFV MRR
222
223     plot-dpdk-throughput-latency-2n-skx:
224       # TODO: Add 1904 data
225       csit-dpdk-perf-verify-1904-2n-skx:
226         - 2   # NDRPDR sel
227         - 3   # NDRPDR sel
228         - 4   # NDRPDR sel
229         - 5   # NDRPDR sel
230         - 7   # NDRPDR sel
231         - 8   # NDRPDR sel
232         - 9   # NDRPDR sel
233         - 10  # NDRPDR sel
234         - 11  # NDRPDR sel
235
236     # 3rd party
237
238     # Denverton:
239     intel-dnv-vpp:
240       # TODO: Replace with 1904 data
241       # intel-dnv-vpp-release-1904:
242       intel-dnv-vpp-release-1901:
243         - 1
244
245     ###########################################################################
246     # Simple tables (only one data set):
247
248     # NIC Comparisons
249
250     vpp-nic-comparison-3n-hsw:
251       # TODO: Add 1904 data
252       csit-vpp-perf-verify-1904-3n-hsw:
253         - 12   # NDRPDR sel
254
255     vpp-nic-comparison-3n-skx:
256       # TODO: Add 1904 data
257       csit-vpp-perf-verify-1904-3n-skx:
258         - 8   # NDRPDR sel
259         - 9   # NDRPDR sel
260         - 10  # NDRPDR sel
261         - 11  # NDRPDR sel
262         - 12  # NDRPDR sel
263
264     vpp-nic-comparison-2n-skx:
265       # TODO: Add 1904 data
266       csit-vpp-perf-verify-1904-2n-skx:
267         - 12  # NDRPDR sel
268         - 14  # NDRPDR sel
269         - 16  # NDRPDR sel
270         - 17  # NDRPDR sel
271         - 18  # NDRPDR sel
272         - 21  # NDRPDR sel
273         - 27  # NDRPDR sel
274
275     vpp-nic-comparison-3n-hsw-mrr:
276       csit-vpp-perf-verify-1904-3n-hsw:
277         - 1   # MRR sel
278
279     vpp-nic-comparison-3n-skx-mrr:
280       csit-vpp-perf-verify-1904-3n-skx:
281         - 7   # MRR sel
282
283     vpp-nic-comparison-2n-skx-mrr:
284       csit-vpp-perf-verify-1904-2n-skx:
285         - 11  # MRR sel
286
287     # Results
288
289     vpp-perf-results-3n-hsw:
290       # TODO: Replace with 1904 data
291       # csit-vpp-perf-verify-1904-3n-hsw:
292       csit-vpp-perf-verify-1901-3n-hsw:
293         - 38  # NDRPDR full
294         - 43  # NDRPDR full
295         - 45  # NDRPDR full
296         - 49  # NDRPDR full
297
298     vpp-perf-results-3n-skx:
299       # TODO: Replace with 1904 data
300       # csit-vpp-perf-verify-1904-3n-skx:
301       csit-vpp-perf-verify-1901-3n-skx:
302         - 37  # NDRPDR full
303         - 39  # NDRPDR full
304         - 40  # NDRPDR full
305         - 49  # NDRPDR full
306
307     vpp-perf-results-2n-skx:
308       # TODO: Replace with 1904 data
309       # csit-vpp-perf-verify-1904-2n-skx:
310       csit-vpp-perf-verify-1901-2n-skx:
311         - 25  # NDRPDR full
312         - 30  # NDRPDR full
313         - 33  # NDRPDR full
314         - 44  # NDRPDR full
315
316     vpp-mrr-results-3n-hsw:
317       csit-vpp-perf-verify-1904-3n-hsw:
318         - 1   # MRR sel
319
320     vpp-mrr-results-3n-skx:
321       csit-vpp-perf-verify-1904-3n-skx:
322         - 7   # MRR sel
323
324     vpp-mrr-results-2n-skx:
325       csit-vpp-perf-verify-1904-2n-skx:
326         - 11  # MRR sel
327
328     vpp-func-results-ubuntu:
329       csit-vpp-functional-1904-ubuntu1604-virl:
330         - 29
331
332     vpp-func-results-centos:
333       csit-vpp-functional-1904-centos7-virl:
334         - 32
335
336     vpp-device-results-ubuntu:
337       csit-vpp-device-1904-ubuntu1804-1n-skx:
338         - 33
339
340     # VPP Ligato
341     ligato-perf-results-3n-hsw:
342       # TODO: Replace with 1904 data
343       # csit-ligato-perf-verify-1904-3n-hsw:
344       csit-ligato-perf-verify-1901-3n-hsw:
345         - 10  # NDRPDR full
346
347     dpdk-perf-results-3n-hsw:
348       csit-dpdk-perf-verify-1904-3n-hsw:
349         - 5   # NDRPDR sel
350
351     dpdk-perf-results-3n-skx:
352       csit-dpdk-perf-verify-1904-3n-skx:
353         - 10  # NDRPDR sel
354
355     dpdk-perf-results-2n-skx:
356       csit-dpdk-perf-verify-1904-2n-skx:
357         - 9   # NDRPDR sel
358
359     # HoneyComb Functional
360     hc-func-results:
361       csit-hc2vpp-verify-func-1904-ubuntu1604:
362         - 1
363
364 #    # NSH SFC Functional
365 #    nsh-func-results:
366 #      # Not used
367 #      csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
368 #        - 1
369
370     # DMM Functional
371     dmm-func-results:
372       csit-dmm-functional-1904-ubuntu1604-virl:
373         - 1
374
375     ###########################################################################
376     # Tables (more than one data set)
377
378     # Performance changes
379
380     intel-dnv-vpp-changes-2n-dnv-h1:
381       intel-dnv-vpp-release-1810:
382         - 1
383     intel-dnv-vpp-changes-2n-dnv-ref:
384       intel-dnv-vpp-release-1901:
385         - 1
386     intel-dnv-vpp-changes-2n-dnv-cmp:
387       # TODO: Replace with 1904 data
388       # intel-dnv-vpp-release-1904:
389       intel-dnv-vpp-release-1901:
390         - 1
391     intel-dnv-vpp-changes-2n-dnv:
392       - "intel-dnv-vpp-changes-2n-dnv-h1"
393       - "intel-dnv-vpp-changes-2n-dnv-ref"
394       - "intel-dnv-vpp-changes-2n-dnv-cmp"
395
396     vpp-performance-changes-3n-hsw-h1:
397       csit-vpp-perf-verify-1810-3n-hsw:
398         - 8   # NDRPDR sel
399         - 12  # NDRPDR sel
400         - 14  # NDRPDR sel
401         - 18  # NDRPDR sel
402         - 23  # NDRPDR sel
403         - 25  # NDRPDR sel
404         - 38  # NDRPDR sel
405         - 39  # NDRPDR sel
406         - 41  # NDRPDR sel
407         - 42  # NDRPDR sel
408     vpp-performance-changes-3n-hsw-ref:
409       csit-vpp-perf-verify-1901-3n-hsw:
410         - 10  # NDRPDR sel
411         - 19  # NDRPDR sel
412         - 31  # NDRPDR sel
413         - 36  # NDRPDR sel
414         - 40  # NDRPDR sel
415         - 42  # NDRPDR sel
416         - 44  # NDRPDR sel
417         - 46  # NDRPDR sel
418         - 47  # NDRPDR sel
419         - 48  # NDRPDR sel
420         - 61  # NDRPDR LB
421         - 62  # NDRPDR LB
422         - 63  # NDRPDR LB
423         - 64  # NDRPDR LB
424         - 65  # NDRPDR LB
425         - 66  # NDRPDR LB
426         - 67  # NDRPDR LB
427         - 69  # NDRPDR LB
428         - 70  # NDRPDR LB
429         - 71  # NDRPDR LB
430     vpp-performance-changes-3n-hsw-cmp:
431       # TODO: Add 1904 data
432       csit-vpp-perf-verify-1904-3n-hsw:
433         - 12   # NDRPDR sel
434     vpp-performance-changes-3n-hsw:
435       - "vpp-performance-changes-3n-hsw-h1"
436       - "vpp-performance-changes-3n-hsw-ref"
437       - "vpp-performance-changes-3n-hsw-cmp"
438
439     vpp-performance-changes-3n-skx-h1:
440       csit-vpp-perf-verify-1810-3n-skx:
441         - 10  # NDRPDR sel
442         - 14  # NDRPDR sel
443         - 15  # NDRPDR sel
444         - 16  # NDRPDR sel
445         - 17  # NDRPDR sel
446         - 19  # NDRPDR sel
447         - 20  # NDRPDR sel
448         - 21  # NDRPDR sel
449         - 22  # NDRPDR sel
450         - 25  # NDRPDR sel
451     vpp-performance-changes-3n-skx-ref:
452       csit-vpp-perf-verify-1901-3n-skx:
453         - 18  # NDRPDR sel
454         - 19  # NDRPDR sel
455         - 20  # NDRPDR sel
456         - 28  # NDRPDR sel
457         - 31  # NDRPDR sel
458         - 33  # NDRPDR sel
459         - 36  # NDRPDR sel
460         - 38  # NDRPDR sel
461         - 47  # NDRPDR sel
462         - 48  # NDRPDR sel
463         - 54  # NDRPDR LB
464         - 57  # NDRPDR LB
465         - 58  # NDRPDR LB
466         - 59  # NDRPDR LB
467         - 60  # NDRPDR LB
468         - 63  # NDRPDR LB
469         - 64  # NDRPDR LB
470         - 65  # NDRPDR LB
471         - 66  # NDRPDR LB
472         - 67  # NDRPDR LB
473     vpp-performance-changes-3n-skx-cmp:
474       # TODO: Add 1904 data
475       csit-vpp-perf-verify-1904-3n-skx:
476         - 8   # NDRPDR sel
477         - 9   # NDRPDR sel
478         - 10  # NDRPDR sel
479         - 11  # NDRPDR sel
480         - 12  # NDRPDR sel
481     vpp-performance-changes-3n-skx:
482       - "vpp-performance-changes-3n-skx-h1"
483       - "vpp-performance-changes-3n-skx-ref"
484       - "vpp-performance-changes-3n-skx-cmp"
485
486     vpp-performance-changes-2n-skx-h1:
487       csit-vpp-perf-verify-1810-2n-skx:
488         - 9   # NDRPDR sel
489         - 13  # NDRPDR sel
490         - 14  # NDRPDR sel
491         - 19  # NDRPDR sel
492         - 20  # NDRPDR sel
493         - 21  # NDRPDR sel
494         - 22  # NDRPDR sel
495         - 23  # NDRPDR sel
496         - 24  # NDRPDR sel
497         - 27  # NDRPDR sel
498     vpp-performance-changes-2n-skx-ref:
499       csit-vpp-perf-verify-1901-2n-skx:
500         - 5   # NDRPDR sel
501         - 12  # NDRPDR sel
502         - 13  # NDRPDR sel
503         - 21  # NDRPDR sel
504         - 23  # NDRPDR sel
505         - 31  # NDRPDR sel
506         - 34  # NDRPDR sel
507         - 40  # NDRPDR sel
508         - 42  # NDRPDR sel
509         - 43  # NDRPDR sel
510     vpp-performance-changes-2n-skx-cmp:
511       # TODO: Add 1904 data
512       csit-vpp-perf-verify-1904-2n-skx:
513         - 12  # NDRPDR sel
514         - 14  # NDRPDR sel
515         - 16  # NDRPDR sel
516         - 17  # NDRPDR sel
517         - 18  # NDRPDR sel
518         - 21  # NDRPDR sel
519         - 27  # NDRPDR sel
520     vpp-performance-changes-2n-skx:
521       - "vpp-performance-changes-2n-skx-h1"
522       - "vpp-performance-changes-2n-skx-ref"
523       - "vpp-performance-changes-2n-skx-cmp"
524
525     vpp-performance-changes-3n-hsw-mrr-h1:
526       csit-vpp-perf-verify-1810-3n-hsw:
527         - 9   # MRR sel
528     vpp-performance-changes-3n-hsw-mrr-ref:
529       csit-vpp-perf-verify-1901-3n-hsw:
530         - 35  # MRR sel
531     vpp-performance-changes-3n-hsw-mrr-cmp:
532       csit-vpp-perf-verify-1904-3n-hsw:
533         - 1   # MRR sel
534     vpp-performance-changes-3n-hsw-mrr:
535       - "vpp-performance-changes-3n-hsw-mrr-h1"
536       - "vpp-performance-changes-3n-hsw-mrr-ref"
537       - "vpp-performance-changes-3n-hsw-mrr-cmp"
538
539     vpp-performance-changes-3n-skx-mrr-h1:
540       csit-vpp-perf-verify-1810-3n-skx:
541         - 9   # MRR sel
542         - 11  # MRR sel
543         - 12  # MRR sel
544         - 13  # MRR sel
545     vpp-performance-changes-3n-skx-mrr-ref:
546       csit-vpp-perf-verify-1901-3n-skx:
547         - 32  # MRR sel
548     vpp-performance-changes-3n-skx-mrr-cmp:
549       csit-vpp-perf-verify-1904-3n-skx:
550         - 7   # MRR sel
551     vpp-performance-changes-3n-skx-mrr:
552       - "vpp-performance-changes-3n-skx-mrr-h1"
553       - "vpp-performance-changes-3n-skx-mrr-ref"
554       - "vpp-performance-changes-3n-skx-mrr-cmp"
555
556     vpp-performance-changes-2n-skx-mrr-h1:
557       csit-vpp-perf-verify-1810-2n-skx:
558         - 8   # MRR sel
559         - 10  # MRR sel
560         - 11  # MRR sel
561         - 12  # MRR sel
562     vpp-performance-changes-2n-skx-mrr-ref:
563       csit-vpp-perf-verify-1901-2n-skx:
564         - 22  # MRR sel
565     vpp-performance-changes-2n-skx-mrr-cmp:
566       csit-vpp-perf-verify-1904-2n-skx:
567         - 11  # MRR sel
568     vpp-performance-changes-2n-skx-mrr:
569       - "vpp-performance-changes-2n-skx-mrr-h1"
570       - "vpp-performance-changes-2n-skx-mrr-ref"
571       - "vpp-performance-changes-2n-skx-mrr-cmp"
572
573     dpdk-performance-changes-3n-hsw-h1:
574       csit-dpdk-perf-verify-1810-3n-hsw:
575         - 1   # NDRPDR sel
576         - 2   # NDRPDR sel
577         - 3   # NDRPDR sel
578         - 4   # NDRPDR sel
579         - 5   # NDRPDR sel
580         - 6   # NDRPDR sel
581         - 7   # NDRPDR sel
582         - 8   # NDRPDR sel
583         - 9   # NDRPDR sel
584         - 10  # NDRPDR sel
585     dpdk-performance-changes-3n-hsw-ref:
586       csit-dpdk-perf-verify-1901-3n-hsw:
587         - 13  # NDRPDR sel
588         - 14  # NDRPDR sel
589         - 16  # NDRPDR sel
590         - 17  # NDRPDR sel
591         - 18  # NDRPDR sel
592         - 19  # NDRPDR sel
593         - 20  # NDRPDR sel
594         - 21  # NDRPDR sel
595         - 22  # NDRPDR sel
596         - 23  # NDRPDR sel
597     dpdk-performance-changes-3n-hsw-cmp:
598       # TODO: Add 1904 data
599       csit-dpdk-perf-verify-1904-3n-hsw:
600         - 2   # NDRPDR sel
601         - 3   # NDRPDR sel
602         - 5   # NDRPDR sel
603     dpdk-performance-changes-3n-hsw:
604       - "dpdk-performance-changes-3n-hsw-h1"
605       - "dpdk-performance-changes-3n-hsw-ref"
606       - "dpdk-performance-changes-3n-hsw-cmp"
607
608     dpdk-performance-changes-3n-skx-h1:
609       csit-dpdk-perf-verify-1810-3n-skx:
610         - 3   # NDRPDR sel
611         - 4   # NDRPDR sel
612         - 6   # NDRPDR sel
613         - 7   # NDRPDR sel
614         - 8   # NDRPDR sel
615         - 9   # NDRPDR sel
616         - 10  # NDRPDR sel
617         - 11  # NDRPDR sel
618         - 12  # NDRPDR sel
619         - 13  # NDRPDR sel
620     dpdk-performance-changes-3n-skx-ref:
621       csit-dpdk-perf-verify-1901-3n-skx:
622         - 3   # NDRPDR sel
623         - 5   # NDRPDR sel
624         - 6   # NDRPDR sel
625         - 7   # NDRPDR sel
626         - 8   # NDRPDR sel
627         - 9   # NDRPDR sel
628         - 10  # NDRPDR sel
629         - 11  # NDRPDR sel
630         - 12  # NDRPDR sel
631         - 13  # NDRPDR sel
632     dpdk-performance-changes-3n-skx-cmp:
633       # TODO: Add 1904 data
634       csit-dpdk-perf-verify-1904-3n-skx:
635         - 2   # NDRPDR sel
636         - 3   # NDRPDR sel
637         - 4   # NDRPDR sel
638         - 5   # NDRPDR sel
639         - 6   # NDRPDR sel
640     dpdk-performance-changes-3n-skx:
641       - "dpdk-performance-changes-3n-skx-h1"
642       - "dpdk-performance-changes-3n-skx-ref"
643       - "dpdk-performance-changes-3n-skx-cmp"
644
645     dpdk-performance-changes-2n-skx-h1:
646       csit-dpdk-perf-verify-1810-2n-skx:
647         - 3   # NDRPDR sel
648         - 4   # NDRPDR sel
649         - 5   # NDRPDR sel
650         - 7   # NDRPDR sel
651         - 8   # NDRPDR sel
652         - 9   # NDRPDR sel
653         - 10  # NDRPDR sel
654         - 11  # NDRPDR sel
655         - 12  # NDRPDR sel
656         - 13  # NDRPDR sel
657     dpdk-performance-changes-2n-skx-ref:
658       csit-dpdk-perf-verify-1901-2n-skx:
659         - 12  # NDRPDR sel
660         - 13  # NDRPDR sel
661         - 14  # NDRPDR sel
662         - 15  # NDRPDR sel
663         - 16  # NDRPDR sel
664         - 17  # NDRPDR sel
665         - 18  # NDRPDR sel
666         - 19  # NDRPDR sel
667         - 20  # NDRPDR sel
668         - 21  # NDRPDR sel
669     dpdk-performance-changes-2n-skx-cmp:
670       # TODO: Add 1904 data
671       csit-dpdk-perf-verify-1904-2n-skx:
672         - 2   # NDRPDR sel
673         - 3   # NDRPDR sel
674         - 4   # NDRPDR sel
675         - 5   # NDRPDR sel
676         - 7   # NDRPDR sel
677         - 8   # NDRPDR sel
678         - 9   # NDRPDR sel
679         - 10  # NDRPDR sel
680         - 11  # NDRPDR sel
681     dpdk-performance-changes-2n-skx:
682       - "dpdk-performance-changes-2n-skx-h1"
683       - "dpdk-performance-changes-2n-skx-ref"
684       - "dpdk-performance-changes-2n-skx-cmp"
685
686     # Compare testbeds
687
688     vpp-compare-testbeds-ref:
689       # TODO: Add 1904 data
690       csit-vpp-perf-verify-1904-3n-hsw:
691         - 12   # NDRPDR sel
692     vpp-compare-testbeds-cmp:
693       # TODO: Add 1904 data
694       csit-vpp-perf-verify-1904-3n-skx:
695         - 8   # NDRPDR sel
696         - 9   # NDRPDR sel
697         - 10  # NDRPDR sel
698         - 11  # NDRPDR sel
699         - 12  # NDRPDR sel
700     vpp-compare-testbeds:
701       - "vpp-compare-testbeds-ref"
702       - "vpp-compare-testbeds-cmp"
703
704     vpp-compare-testbeds-mrr-ref:
705       csit-vpp-perf-verify-1904-3n-hsw:
706         - 1   # MRR sel
707     vpp-compare-testbeds-mrr-cmp:
708       csit-vpp-perf-verify-1904-3n-skx:
709         - 7   # MRR sel
710     vpp-compare-testbeds-mrr:
711       - "vpp-compare-testbeds-mrr-ref"
712       - "vpp-compare-testbeds-mrr-cmp"
713
714     dpdk-compare-testbeds-ref:
715       # TODO: Add 1904 data
716       csit-dpdk-perf-verify-1904-3n-hsw:
717         - 2   # NDRPDR sel
718         - 3   # NDRPDR sel
719         - 5   # NDRPDR sel
720     dpdk-compare-testbeds-cmp:
721       # TODO: Add 1904 data
722       csit-dpdk-perf-verify-1904-3n-skx:
723         - 2   # NDRPDR sel
724         - 3   # NDRPDR sel
725         - 4   # NDRPDR sel
726         - 5   # NDRPDR sel
727         - 6   # NDRPDR sel
728     dpdk-compare-testbeds:
729       - "dpdk-compare-testbeds-ref"
730       - "dpdk-compare-testbeds-cmp"
731
732     # Compare topologies
733
734     vpp-compare-topologies-ref:
735       # TODO: Add 1904 data
736       csit-vpp-perf-verify-1904-3n-skx:
737         - 8   # NDRPDR sel
738         - 9   # NDRPDR sel
739         - 10  # NDRPDR sel
740         - 11  # NDRPDR sel
741         - 12  # NDRPDR sel
742     vpp-compare-topologies-cmp:
743       # TODO: Add 1904 data
744       csit-vpp-perf-verify-1904-2n-skx:
745         - 12  # NDRPDR sel
746         - 14  # NDRPDR sel
747         - 16  # NDRPDR sel
748         - 17  # NDRPDR sel
749         - 18  # NDRPDR sel
750         - 21  # NDRPDR sel
751         - 27  # NDRPDR sel
752     vpp-compare-topologies:
753       - "vpp-compare-topologies-ref"
754       - "vpp-compare-topologies-cmp"
755
756     vpp-compare-topologies-mrr-ref:
757       csit-vpp-perf-verify-1904-3n-skx:
758         - 7   # MRR sel
759     vpp-compare-topologies-mrr-cmp:
760       csit-vpp-perf-verify-1904-2n-skx:
761         - 11  # MRR sel
762     vpp-compare-topologies-mrr:
763       - "vpp-compare-topologies-mrr-ref"
764       - "vpp-compare-topologies-mrr-cmp"
765
766     dpdk-compare-topologies-ref:
767       # TODO: Add 1904 data
768       csit-dpdk-perf-verify-1904-3n-skx:
769         - 2   # NDRPDR sel
770         - 3   # NDRPDR sel
771         - 4   # NDRPDR sel
772         - 5   # NDRPDR sel
773         - 6   # NDRPDR sel
774     dpdk-compare-topologies-cmp:
775       # TODO: Add 1904 data
776       csit-dpdk-perf-verify-1904-2n-skx:
777         - 2   # NDRPDR sel
778         - 3   # NDRPDR sel
779         - 4   # NDRPDR sel
780         - 5   # NDRPDR sel
781         - 7   # NDRPDR sel
782         - 8   # NDRPDR sel
783         - 9   # NDRPDR sel
784         - 10  # NDRPDR sel
785         - 11  # NDRPDR sel
786     dpdk-compare-topologies:
787       - "dpdk-compare-topologies-ref"
788       - "dpdk-compare-topologies-cmp"
789
790   plot-layouts:
791
792     plot-soak-throughput:
793       titlefont:
794         size: 18
795       xaxis:
796         title: "<b>Test Cases [Index]</b>"
797         titlefont:
798           size: 16
799         autorange: True
800         fixedrange: False
801         gridcolor: "rgb(230, 230, 230)"
802         linecolor: "rgb(220, 220, 220)"
803         linewidth: 1
804         showgrid: True
805         showline: True
806         showticklabels: True
807         tickcolor: "rgb(220, 220, 220)"
808         tickmode: "linear"
809         tickfont:
810           size: 16
811         zeroline: False
812       yaxis:
813         title: "<b>Packet Throughput [Mpps]</b>"
814         titlefont:
815           size: 16
816         gridcolor: "rgb(230, 230, 230)"
817         hoverformat: ".4s"
818         tickformat: ".3s"
819         linecolor: "rgb(220, 220, 220)"
820         linewidth: 1
821         showgrid: True
822         showline: True
823         showticklabels: True
824         tickcolor: "rgb(220, 220, 220)"
825         tickfont:
826           size: 16
827         zeroline: False
828         range: [0,50]
829       autosize: False
830       margin:
831         t: 50
832         b: 0
833         l: 80
834         r: 20
835       showlegend: True
836       legend:
837         orientation: "h"
838         font:
839           size: 16
840       width: 700
841       height: 900
842
843     plot-service-density:
844       titlefont:
845         size: 18
846       xaxis:
847         side: "top"
848         autorange: True
849         fixedrange: False
850         showgrid: False
851         showline: False
852         showticklabels: False
853         ticks: ""
854         ticklen: 0
855         tickwidth: 0
856         zeroline: False
857       yaxis:
858         autorange: "reversed"
859         showgrid: False
860         showline: False
861         showticklabels: False
862         ticks: ""
863         ticklen: 0
864         tickwidth: 0
865         zeroline: False
866       autosize: True
867       showlegend: False
868       width: 700
869       height: 700
870
871     plot-cps:
872       titlefont:
873         size: 18
874       xaxis:
875         title: "<b>Test Cases [Index]</b>"
876         titlefont:
877           size: 16
878         autorange: True
879         fixedrange: False
880         gridcolor: "rgb(230, 230, 230)"
881         linecolor: "rgb(220, 220, 220)"
882         linewidth: 1
883         showgrid: True
884         showline: True
885         showticklabels: True
886         tickcolor: "rgb(220, 220, 220)"
887         tickmode: "linear"
888         tickfont:
889           size: 16
890         zeroline: False
891       yaxis:
892         title: "<b>Connections Per Second [cps]</b>"
893         titlefont:
894           size: 16
895         gridcolor: "rgb(230, 230, 230)"
896         hoverformat: ".4s"
897         linecolor: "rgb(220, 220, 220)"
898         linewidth: 1
899         rangemode: "tozero"
900         showgrid: True
901         showline: True
902         showticklabels: True
903         tickcolor: "rgb(220, 220, 220)"
904         tickformat: ".3s"
905         tickfont:
906           size: 16
907         zeroline: False
908       boxmode: "group"
909       boxgroupgap: 0.5
910       autosize: False
911       margin:
912         t: 50
913         b: 20
914         l: 80
915         r: 20
916       showlegend: True
917       legend:
918         orientation: "h"
919         font:
920           size: 16
921       width: 700
922       height: 800
923
924     plot-rps:
925       titlefont:
926         size: 18
927       xaxis:
928         title: "<b>Test Cases [Index]</b>"
929         titlefont:
930           size: 16
931         autorange: True
932         fixedrange: False
933         gridcolor: "rgb(230, 230, 230)"
934         linecolor: "rgb(220, 220, 220)"
935         linewidth: 1
936         showgrid: True
937         showline: True
938         showticklabels: True
939         tickcolor: "rgb(220, 220, 220)"
940         tickmode: "linear"
941         tickfont:
942           size: 16
943         zeroline: False
944       yaxis:
945         title: "<b>Requests Per Second [rps]</b>"
946         titlefont:
947           size: 16
948         gridcolor: "rgb(230, 230, 230)"
949         hoverformat: ".4s"
950         linecolor: "rgb(220, 220, 220)"
951         linewidth: 1
952         rangemode: "tozero"
953         showgrid: True
954         showline: True
955         showticklabels: True
956         tickcolor: "rgb(230, 230, 230)"
957         tickformat: ".3s"
958         tickfont:
959           size: 16
960         zeroline: False
961       boxmode: "group"
962       boxgroupgap: 0.5
963       autosize: False
964       margin:
965         t: 50
966         b: 20
967         l: 80
968         r: 20
969       showlegend: True
970       legend:
971         orientation: "h"
972         font:
973           size: 16
974       width: 700
975       height: 800
976
977     plot-throughput:
978       titlefont:
979         size: 18
980       xaxis:
981         title: "<b>Test Cases [Index]</b>"
982         titlefont:
983           size: 16
984         autorange: True
985         fixedrange: False
986         gridcolor: "rgb(230, 230, 230)"
987         linecolor: "rgb(220, 220, 220)"
988         linewidth: 1
989         showgrid: True
990         showline: True
991         showticklabels: True
992         tickcolor: "rgb(220, 220, 220)"
993         tickmode: "linear"
994         tickfont:
995           size: 16
996         zeroline: False
997       yaxis:
998         title: "<b>Packet Throughput [Mpps]</b>"
999         titlefont:
1000           size: 16
1001         gridcolor: "rgb(230, 230, 230)"
1002         hoverformat: ".4s"
1003         tickformat: ".3s"
1004         linecolor: "rgb(220, 220, 220)"
1005         linewidth: 1
1006         showgrid: True
1007         showline: True
1008         showticklabels: True
1009         tickcolor: "rgb(220, 220, 220)"
1010         tickfont:
1011           size: 16
1012         zeroline: False
1013         range: [0,50]
1014       boxmode: "group"
1015       boxgroupgap: 0.5
1016       autosize: False
1017       margin:
1018         t: 50
1019         b: 0
1020         l: 80
1021         r: 20
1022       showlegend: True
1023       legend:
1024         orientation: "h"
1025         font:
1026           size: 16
1027       width: 700
1028       height: 900
1029
1030     plot-throughput-speedup-analysis:
1031       titlefont:
1032         size: 18
1033       xaxis:
1034         title: "<b>Number of Cores [Qty]</b>"
1035         titlefont:
1036           size: 16
1037         autorange: True
1038         fixedrange: False
1039         gridcolor: "rgb(230, 230, 230)"
1040         linecolor: "rgb(220, 220, 220)"
1041         linewidth: 1
1042         showgrid: True
1043         showline: True
1044         showticklabels: True
1045         tickcolor: "rgb(238, 238, 238)"
1046         tickmode: "linear"
1047         tickfont:
1048           size: 16
1049         zeroline: False
1050       yaxis:
1051         title: "<b>Packet Throughput [Mpps]</b>"
1052         titlefont:
1053           size: 16
1054         type: "linear"
1055         gridcolor: "rgb(230, 230, 230)"
1056         hoverformat: ".4s"
1057         linecolor: "rgb(220, 220, 220)"
1058         linewidth: 1
1059         showgrid: True
1060         showline: True
1061         showticklabels: True
1062         tickcolor: "rgb(220, 220, 220)"
1063         tickformat: ".4s"
1064         tickfont:
1065           size: 16
1066         zeroline: True
1067         rangemode: "tozero"
1068         range: [0,100]
1069       legend:
1070         orientation: "h"
1071         font:
1072           size: 16
1073         xanchor: "left"
1074         yanchor: "top"
1075         x: 0
1076         y: -0.2
1077         bgcolor: "rgba(255, 255, 255, 0)"
1078         bordercolor: "rgba(255, 255, 255, 0)"
1079         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1080       autosize: False
1081       margin:
1082           't': 50
1083           'b': 150
1084           'l': 85
1085           'r': 10
1086       showlegend: True
1087       width: 700
1088       height: 700
1089       hoverlabel:
1090         namelength: -1
1091       annotations: [
1092         {
1093           text: "_ _          __          ...",
1094           align: "left",
1095           showarrow: False,
1096           xref: "paper",
1097           yref: "paper",
1098           xanchor: "left",
1099           yanchor: "top",
1100           x: 0,
1101           y: -0.13,
1102           font: {
1103             family: "Consolas, Courier New",
1104             size: 15
1105           },
1106         },
1107         {
1108           text: "    Perfect     Measured     Limit",
1109           align: "left",
1110           showarrow: False,
1111           xref: "paper",
1112           yref: "paper",
1113           xanchor: "left",
1114           yanchor: "top",
1115           x: 0,
1116           y: -0.15,
1117           font: {
1118             family: "Consolas, Courier New",
1119             size: 15
1120           },
1121         },
1122       ]
1123
1124     plot-latency:
1125       titlefont:
1126         size: 18
1127       xaxis:
1128         title: "<b>Direction</b>"
1129         titlefont:
1130           size: 16
1131         autorange: True
1132         fixedrange: False
1133         gridcolor: "rgb(230, 230, 230)"
1134         linecolor: "rgb(220, 220, 220)"
1135         linewidth: 1
1136         showgrid: True
1137         showline: True
1138         showticklabels: False
1139         tickcolor: "rgb(220, 220, 220)"
1140         tickmode: "linear"
1141         tickfont:
1142           size: 16
1143         zeroline: False
1144       yaxis:
1145         title: "<b>Packet Latency [uSec]</b>"
1146         titlefont:
1147           size: 16
1148         type: "linear"
1149         gridcolor: "rgb(230, 230, 230)"
1150         hoverformat: ".4s"
1151         linecolor: "rgb(220, 220, 220)"
1152         linewidth: 1
1153         showgrid: True
1154         showline: True
1155         showticklabels: True
1156         tickcolor: "rgb(220, 220, 220)"
1157         tickformat: ".4s"
1158         tickfont:
1159           size: 16
1160         zeroline: True
1161         rangemode: "tozero"
1162       legend:
1163         orientation: "h"
1164         font:
1165           size: 16
1166         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1167       autosize: False
1168       margin:
1169           't': 50
1170           'b': 150
1171           'l': 80
1172           'r': 10
1173       showlegend: True
1174       width: 700
1175       height: 700
1176       hoverlabel:
1177         namelength: -1
1178
1179 - type: "static"
1180   src-path: "{DIR[RST]}"
1181   dst-path: "{DIR[WORKING,SRC]}"
1182
1183 - type: "input"
1184   general:
1185     file-name: "robot-plugin.zip"
1186     file-format: ".zip"
1187     download-path: "{job}/{build}/robot/report/*zip*/{filename}"
1188     extract: "robot-plugin/output.xml"
1189
1190   builds:
1191     # TODO: Add 1904 data
1192 #    intel-dnv-vpp-release-1904:
1193 #      - 1
1194
1195     intel-dnv-vpp-release-1901:
1196       - 1
1197
1198     intel-dnv-vpp-release-1810:
1199       - 1
1200
1201     csit-vpp-perf-verify-1810-3n-hsw:
1202       - 9   # MRR sel
1203       - 20  # NDRPDR full
1204       - 21  # NDRPDR full
1205       - 22  # NDRPDR full
1206       - 27  # NDRPDR full
1207       - 8   # NDRPDR sel
1208       - 12  # NDRPDR sel
1209       - 14  # NDRPDR sel
1210       - 18  # NDRPDR sel
1211       - 23  # NDRPDR sel
1212       - 25  # NDRPDR sel
1213       - 38  # NDRPDR sel
1214       - 39  # NDRPDR sel
1215       - 41  # NDRPDR sel
1216       - 42  # NDRPDR sel
1217       - 28  # WRK
1218       - 29  # WRK
1219       - 30  # WRK
1220       - 31  # WRK
1221       - 32  # WRK
1222       - 33  # WRK
1223       - 34  # WRK
1224       - 35  # WRK
1225       - 36  # WRK
1226       - 37  # WRK
1227     csit-vpp-perf-verify-1901-3n-hsw:
1228       - 35  # MRR sel
1229       - 38  # NDRPDR full
1230       - 43  # NDRPDR full
1231       - 45  # NDRPDR full
1232       - 49  # NDRPDR full
1233       - 10  # NDRPDR sel
1234       - 19  # NDRPDR sel
1235       - 31  # NDRPDR sel
1236       - 36  # NDRPDR sel
1237       - 40  # NDRPDR sel
1238       - 42  # NDRPDR sel
1239       - 44  # NDRPDR sel
1240       - 46  # NDRPDR sel
1241       - 47  # NDRPDR sel
1242       - 48  # NDRPDR sel
1243       - 61  # NDRPDR LB
1244       - 62  # NDRPDR LB
1245       - 63  # NDRPDR LB
1246       - 64  # NDRPDR LB
1247       - 65  # NDRPDR LB
1248       - 66  # NDRPDR LB
1249       - 67  # NDRPDR LB
1250       - 69  # NDRPDR LB
1251       - 70  # NDRPDR LB
1252       - 71  # NDRPDR LB
1253     # TODO: Add 1904 Data
1254     csit-vpp-perf-verify-1904-3n-hsw:
1255       - 1   # MRR sel - replace
1256       - 12   # NDRPDR sel
1257
1258     csit-vpp-perf-verify-1810-3n-skx:
1259       - 9   # MRR sel
1260       - 11  # MRR sel
1261       - 12  # MRR sel
1262       - 13  # MRR sel
1263       - 23  # NDRPDR full
1264       - 24  # NDRPDR full
1265       - 10  # NDRPDR sel
1266       - 14  # NDRPDR sel
1267       - 15  # NDRPDR sel
1268       - 16  # NDRPDR sel
1269       - 17  # NDRPDR sel
1270       - 19  # NDRPDR sel
1271       - 20  # NDRPDR sel
1272       - 21  # NDRPDR sel
1273       - 22  # NDRPDR sel
1274       - 25  # NDRPDR sel
1275     csit-vpp-perf-verify-1901-3n-skx:
1276       - 32  # MRR sel
1277       - 37  # NDRPDR full
1278       - 39  # NDRPDR full
1279       - 40  # NDRPDR full
1280       - 49  # NDRPDR full
1281       - 18  # NDRPDR sel
1282       - 19  # NDRPDR sel
1283       - 20  # NDRPDR sel
1284       - 28  # NDRPDR sel
1285       - 31  # NDRPDR sel
1286       - 33  # NDRPDR sel
1287       - 36  # NDRPDR sel
1288       - 38  # NDRPDR sel
1289       - 47  # NDRPDR sel
1290       - 48  # NDRPDR sel
1291       - 54  # NDRPDR LB
1292       - 57  # NDRPDR LB
1293       - 58  # NDRPDR LB
1294       - 59  # NDRPDR LB
1295       - 60  # NDRPDR LB
1296       - 63  # NDRPDR LB
1297       - 64  # NDRPDR LB
1298       - 65  # NDRPDR LB
1299       - 66  # NDRPDR LB
1300       - 67  # NDRPDR LB
1301     # TODO: Add 1904 data
1302     csit-vpp-perf-verify-1904-3n-skx:
1303       - 7   # MRR sel
1304       - 8   # NDRPDR sel
1305       - 9   # NDRPDR sel
1306       - 10  # NDRPDR sel
1307       - 11  # NDRPDR sel
1308       - 12  # NDRPDR sel
1309
1310     csit-vpp-perf-verify-1810-2n-skx:
1311       - 8   # MRR sel
1312       - 10  # MRR sel
1313       - 11  # MRR sel
1314       - 12  # MRR sel
1315       - 25  # NDRPDR full
1316       - 26  # NDRPDR full
1317       - 9   # NDRPDR sel
1318       - 13  # NDRPDR sel
1319       - 14  # NDRPDR sel
1320       - 19  # NDRPDR sel
1321       - 20  # NDRPDR sel
1322       - 21  # NDRPDR sel
1323       - 22  # NDRPDR sel
1324       - 23  # NDRPDR sel
1325       - 24  # NDRPDR sel
1326       - 27  # NDRPDR sel
1327     csit-vpp-perf-verify-1901-2n-skx:
1328       - 22  # MRR sel
1329       - 25  # NDRPDR full
1330       - 30  # NDRPDR full
1331       - 33  # NDRPDR full
1332       - 44  # NDRPDR full
1333       - 5   # NDRPDR sel
1334       - 12  # NDRPDR sel
1335       - 13  # NDRPDR sel
1336       - 21  # NDRPDR sel
1337       - 23  # NDRPDR sel
1338       - 31  # NDRPDR sel
1339       - 34  # NDRPDR sel
1340       - 40  # NDRPDR sel
1341       - 42  # NDRPDR sel
1342       - 43  # NDRPDR sel
1343       - 24  # NFV MRR
1344       - 26  # NFV MRR
1345       - 27  # NFV MRR
1346       - 35  # NFV MRR
1347       - 37  # NFV MRR
1348       - 28  # NFV NDRPDR
1349       - 29  # NFV NDRPDR
1350       - 32  # NFV NDRPDR
1351       - 39  # NFV NDRPDR
1352       - 46  # NFV NDRPDR
1353       - 45  # SOAK
1354     # TODO: Add 1904 data
1355     csit-vpp-perf-verify-1904-2n-skx:
1356       - 11  # MRR sel
1357       - 12  # NDRPDR sel
1358       - 14  # NDRPDR sel
1359       - 16  # NDRPDR sel
1360       - 17  # NDRPDR sel
1361       - 18  # NDRPDR sel
1362       - 21  # NDRPDR sel
1363       - 27  # NDRPDR sel
1364       - 10  # NFV MRR
1365       - 9   # NFV NDRPDR
1366
1367     # TODO: Remove
1368     csit-ligato-perf-verify-1901-3n-hsw:
1369       - 10  # NDRPDR full
1370       - 8   # NDRPDR sel
1371       - 9   # NDRPDR sel
1372       - 11  # NDRPDR sel
1373       - 12  # NDRPDR sel
1374       - 13  # NDRPDR sel
1375       - 14  # NDRPDR sel
1376       - 15  # NDRPDR sel
1377       - 16  # NDRPDR sel
1378       - 17  # NDRPDR sel
1379       - 18  # NDRPDR sel
1380     # TODO: Add 1904 data
1381 #    csit-ligato-perf-verify-1904-3n-hsw:
1382 #      -
1383
1384     csit-dpdk-perf-verify-1810-3n-hsw:
1385       - 1   # NDRPDR sel
1386       - 2   # NDRPDR sel
1387       - 3   # NDRPDR sel
1388       - 4   # NDRPDR sel
1389       - 5   # NDRPDR sel
1390       - 6   # NDRPDR sel
1391       - 7   # NDRPDR sel
1392       - 8   # NDRPDR sel
1393       - 9   # NDRPDR sel
1394       - 10  # NDRPDR sel
1395     csit-dpdk-perf-verify-1901-3n-hsw:
1396       - 13  # NDRPDR sel
1397       - 14  # NDRPDR sel
1398       - 16  # NDRPDR sel
1399       - 17  # NDRPDR sel
1400       - 18  # NDRPDR sel
1401       - 19  # NDRPDR sel
1402       - 20  # NDRPDR sel
1403       - 21  # NDRPDR sel
1404       - 22  # NDRPDR sel
1405       - 23  # NDRPDR sel
1406     # TODO: Add 1904 data
1407     csit-dpdk-perf-verify-1904-3n-hsw:
1408       - 2   # NDRPDR sel
1409       - 3   # NDRPDR sel
1410       - 5   # NDRPDR sel
1411
1412     csit-dpdk-perf-verify-1810-3n-skx:
1413       - 3   # NDRPDR sel
1414       - 4   # NDRPDR sel
1415       - 6   # NDRPDR sel
1416       - 7   # NDRPDR sel
1417       - 8   # NDRPDR sel
1418       - 9   # NDRPDR sel
1419       - 10  # NDRPDR sel
1420       - 11  # NDRPDR sel
1421       - 12  # NDRPDR sel
1422       - 13  # NDRPDR sel
1423     csit-dpdk-perf-verify-1901-3n-skx:
1424       - 3   # NDRPDR sel
1425       - 5   # NDRPDR sel
1426       - 6   # NDRPDR sel
1427       - 7   # NDRPDR sel
1428       - 8   # NDRPDR sel
1429       - 9   # NDRPDR sel
1430       - 10  # NDRPDR sel
1431       - 11  # NDRPDR sel
1432       - 12  # NDRPDR sel
1433       - 13  # NDRPDR sel
1434     # TODO: Add 1904 data
1435     csit-dpdk-perf-verify-1904-3n-skx:
1436       - 2   # NDRPDR sel
1437       - 3   # NDRPDR sel
1438       - 4   # NDRPDR sel
1439       - 5   # NDRPDR sel
1440       - 6   # NDRPDR sel
1441
1442     csit-dpdk-perf-verify-1810-2n-skx:
1443       - 3   # NDRPDR sel
1444       - 4   # NDRPDR sel
1445       - 5   # NDRPDR sel
1446       - 7   # NDRPDR sel
1447       - 8   # NDRPDR sel
1448       - 9   # NDRPDR sel
1449       - 10  # NDRPDR sel
1450       - 11  # NDRPDR sel
1451       - 12  # NDRPDR sel
1452       - 13  # NDRPDR sel
1453     csit-dpdk-perf-verify-1901-2n-skx:
1454       - 12  # NDRPDR sel
1455       - 13  # NDRPDR sel
1456       - 14  # NDRPDR sel
1457       - 15  # NDRPDR sel
1458       - 16  # NDRPDR sel
1459       - 17  # NDRPDR sel
1460       - 18  # NDRPDR sel
1461       - 19  # NDRPDR sel
1462       - 20  # NDRPDR sel
1463       - 21  # NDRPDR sel
1464     # TODO: Add 1904 data
1465     csit-dpdk-perf-verify-1904-2n-skx:
1466       - 2   # NDRPDR sel
1467       - 3   # NDRPDR sel
1468       - 4   # NDRPDR sel
1469       - 5   # NDRPDR sel
1470       - 7   # NDRPDR sel
1471       - 8   # NDRPDR sel
1472       - 9   # NDRPDR sel
1473       - 10  # NDRPDR sel
1474       - 11  # NDRPDR sel
1475
1476     csit-vpp-functional-1904-ubuntu1604-virl:
1477       - 33
1478     csit-vpp-functional-1904-centos7-virl:
1479       - 32
1480     csit-vpp-device-1904-ubuntu1804-1n-skx:
1481       - 32
1482 #    # Not used
1483 #    csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
1484 #      - 1
1485     csit-dmm-functional-1904-ubuntu1604-virl:
1486       - 1
1487     csit-hc2vpp-verify-func-1904-ubuntu1604:
1488       - 1
1489
1490 - type: "output"
1491   output: "report"
1492   format:
1493     html:
1494     - full
1495 #    pdf:
1496 #    - minimal
1497
1498 ################################################################################
1499 ###                               T A B L E S                                ###
1500 ################################################################################
1501
1502 # VPP Compare NICs 3n-hsw 1t1c ndr
1503 - type: "table"
1504   title: "VPP Compare NICs 3n-hsw 1t1c ndr"
1505   algorithm: "table_nics_comparison"
1506   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-ndr"
1507   reference:
1508     title: "Intel-x520"
1509     nic: "NIC_Intel-X520-DA2"
1510   compare:
1511     title: "Intel-x710"
1512     nic: "NIC_Intel-X710"
1513   data: "vpp-nic-comparison-3n-hsw"
1514   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1515   filter: "'1T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1516   parameters:
1517   - "name"
1518   - "parent"
1519   - "throughput"
1520   - "tags"
1521
1522 # VPP Compare NICs 3n-hsw 2t2c ndr
1523 - type: "table"
1524   title: "VPP Compare NICs 3n-hsw 2t2c ndr"
1525   algorithm: "table_nics_comparison"
1526   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-ndr"
1527   reference:
1528     title: "Intel-x520"
1529     nic: "NIC_Intel-X520-DA2"
1530   compare:
1531     title: "Intel-x710"
1532     nic: "NIC_Intel-X710"
1533   data: "vpp-nic-comparison-3n-hsw"
1534   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1535   filter: "'2T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1536   parameters:
1537   - "name"
1538   - "parent"
1539   - "throughput"
1540   - "tags"
1541
1542 # VPP Compare NICs 3n-hsw 1t1c pdr
1543 - type: "table"
1544   title: "VPP Compare NICs 3n-hsw 1t1c pdr"
1545   algorithm: "table_nics_comparison"
1546   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-pdr"
1547   reference:
1548     title: "Intel-x520"
1549     nic: "NIC_Intel-X520-DA2"
1550   compare:
1551     title: "Intel-x710"
1552     nic: "NIC_Intel-X710"
1553   data: "vpp-nic-comparison-3n-hsw"
1554   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1555   filter: "'1T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1556   parameters:
1557   - "name"
1558   - "parent"
1559   - "throughput"
1560   - "tags"
1561
1562 # VPP Compare NICs 3n-hsw 2t2c pdr
1563 - type: "table"
1564   title: "VPP Compare NICs 3n-hsw 2t2c pdr"
1565   algorithm: "table_nics_comparison"
1566   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-pdr"
1567   reference:
1568     title: "Intel-x520"
1569     nic: "NIC_Intel-X520-DA2"
1570   compare:
1571     title: "Intel-x710"
1572     nic: "NIC_Intel-X710"
1573   data: "vpp-nic-comparison-3n-hsw"
1574   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1575   filter: "'2T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1576   parameters:
1577   - "name"
1578   - "parent"
1579   - "throughput"
1580   - "tags"
1581
1582 # VPP Compare NICs 3n-hsw 1t1c mrr
1583 - type: "table"
1584   title: "VPP Compare NICs 3n-hsw 1t1c mrr"
1585   algorithm: "table_nics_comparison"
1586   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-mrr"
1587   reference:
1588     title: "Intel-x520"
1589     nic: "NIC_Intel-X520-DA2"
1590   compare:
1591     title: "Intel-x710"
1592     nic: "NIC_Intel-X710"
1593   data: "vpp-nic-comparison-3n-hsw-mrr"
1594   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1595   filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1596   parameters:
1597   - "name"
1598   - "parent"
1599   - "result"
1600   - "tags"
1601
1602 # VPP Compare NICs 3n-hsw 2t2c mrr
1603 - type: "table"
1604   title: "VPP Compare NICs 3n-hsw 2t2c mrr"
1605   algorithm: "table_nics_comparison"
1606   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-mrr"
1607   reference:
1608     title: "Intel-x520"
1609     nic: "NIC_Intel-X520-DA2"
1610   compare:
1611     title: "Intel-x710"
1612     nic: "NIC_Intel-X710"
1613   data: "vpp-nic-comparison-3n-hsw-mrr"
1614   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1615   filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1616   parameters:
1617   - "name"
1618   - "parent"
1619   - "result"
1620   - "tags"
1621
1622 # VPP Compare NICs 3n-hsw 4t4c mrr
1623 - type: "table"
1624   title: "VPP Compare NICs 3n-hsw 4t4c mrr"
1625   algorithm: "table_nics_comparison"
1626   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-nics-mrr"
1627   reference:
1628     title: "Intel-x520"
1629     nic: "NIC_Intel-X520-DA2"
1630   compare:
1631     title: "Intel-x710"
1632     nic: "NIC_Intel-X710"
1633   data: "vpp-nic-comparison-3n-hsw-mrr"
1634   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1635   filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1636   parameters:
1637   - "name"
1638   - "parent"
1639   - "result"
1640   - "tags"
1641
1642 # VPP Compare NICs 3n-skx 2t1c ndr
1643 - type: "table"
1644   title: "VPP Compare NICs 3n-skx 2t1c ndr"
1645   algorithm: "table_nics_comparison"
1646   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
1647   reference:
1648     title: "Intel-x710"
1649     nic: "NIC_Intel-X710"
1650   compare:
1651     title: "Intel-xxv710"
1652     nic: "NIC_Intel-XXV710"
1653   data: "vpp-nic-comparison-3n-skx"
1654   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1655   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1656   parameters:
1657   - "name"
1658   - "parent"
1659   - "throughput"
1660   - "tags"
1661
1662 # VPP Compare NICs 3n-skx 4t2c ndr
1663 - type: "table"
1664   title: "VPP Compare NICs 3n-skx 4t2c ndr"
1665   algorithm: "table_nics_comparison"
1666   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
1667   reference:
1668     title: "Intel-x710"
1669     nic: "NIC_Intel-X710"
1670   compare:
1671     title: "Intel-xxv710"
1672     nic: "NIC_Intel-XXV710"
1673   data: "vpp-nic-comparison-3n-skx"
1674   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1675   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1676   parameters:
1677   - "name"
1678   - "parent"
1679   - "throughput"
1680   - "tags"
1681
1682 # VPP Compare NICs 3n-skx 2t1c pdr
1683 - type: "table"
1684   title: "VPP Compare NICs 3n-skx 2t1c pdr"
1685   algorithm: "table_nics_comparison"
1686   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
1687   reference:
1688     title: "Intel-x710"
1689     nic: "NIC_Intel-X710"
1690   compare:
1691     title: "Intel-xxv710"
1692     nic: "NIC_Intel-XXV710"
1693   data: "vpp-nic-comparison-3n-skx"
1694   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1695   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1696   parameters:
1697   - "name"
1698   - "parent"
1699   - "throughput"
1700   - "tags"
1701
1702  # VPP Compare NICs 3n-skx 4t2c pdr
1703 - type: "table"
1704   title: "VPP Compare NICs 3n-skx 4t2c pdr"
1705   algorithm: "table_nics_comparison"
1706   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
1707   reference:
1708     title: "Intel-x710"
1709     nic: "NIC_Intel-X710"
1710   compare:
1711     title: "Intel-xxv710"
1712     nic: "NIC_Intel-XXV710"
1713   data: "vpp-nic-comparison-3n-skx"
1714   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1715   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1716   parameters:
1717   - "name"
1718   - "parent"
1719   - "throughput"
1720   - "tags"
1721
1722 # VPP Compare NICs 3n-skx 2t1c mrr
1723 - type: "table"
1724   title: "VPP Compare NICs 3n-skx 2t1c mrr"
1725   algorithm: "table_nics_comparison"
1726   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
1727   reference:
1728     title: "Intel-x710"
1729     nic: "NIC_Intel-X710"
1730   compare:
1731     title: "Intel-xxv710"
1732     nic: "NIC_Intel-XXV710"
1733   data: "vpp-nic-comparison-3n-skx-mrr"
1734   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1735   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1736   parameters:
1737   - "name"
1738   - "parent"
1739   - "result"
1740   - "tags"
1741
1742 # VPP Compare NICs 3n-skx 4t2c mrr
1743 - type: "table"
1744   title: "VPP Compare NICs 3n-skx 4t2c mrr"
1745   algorithm: "table_nics_comparison"
1746   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
1747   reference:
1748     title: "Intel-x710"
1749     nic: "NIC_Intel-X710"
1750   compare:
1751     title: "Intel-xxv710"
1752     nic: "NIC_Intel-XXV710"
1753   data: "vpp-nic-comparison-3n-skx-mrr"
1754   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1755   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1756   parameters:
1757   - "name"
1758   - "parent"
1759   - "result"
1760   - "tags"
1761
1762  # VPP Compare NICs 3n-skx 8t4c mrr
1763 - type: "table"
1764   title: "VPP Compare NICs 3n-skx 8t4c mrr"
1765   algorithm: "table_nics_comparison"
1766   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
1767   reference:
1768     title: "Intel-x710"
1769     nic: "NIC_Intel-X710"
1770   compare:
1771     title: "Intel-xxv710"
1772     nic: "NIC_Intel-XXV710"
1773   data: "vpp-nic-comparison-3n-skx-mrr"
1774   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1775   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1776   parameters:
1777   - "name"
1778   - "parent"
1779   - "result"
1780   - "tags"
1781
1782 # VPP Compare NICs 2n-skx 2t1c ndr
1783 - type: "table"
1784   title: "VPP Compare NICs 2n-skx 2t1c ndr"
1785   algorithm: "table_nics_comparison"
1786   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
1787   reference:
1788     title: "Intel-x710"
1789     nic: "NIC_Intel-X710"
1790   compare:
1791     title: "Intel-xxv710"
1792     nic: "NIC_Intel-XXV710"
1793   data: "vpp-nic-comparison-2n-skx"
1794   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1795   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1796   parameters:
1797   - "name"
1798   - "parent"
1799   - "throughput"
1800   - "tags"
1801
1802 # VPP Compare NICs 2n-skx 4t2c ndr
1803 - type: "table"
1804   title: "VPP Compare NICs 2n-skx 4t2c ndr"
1805   algorithm: "table_nics_comparison"
1806   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
1807   reference:
1808     title: "Intel-x710"
1809     nic: "NIC_Intel-X710"
1810   compare:
1811     title: "Intel-xxv710"
1812     nic: "NIC_Intel-XXV710"
1813   data: "vpp-nic-comparison-2n-skx"
1814   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1815   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1816   parameters:
1817   - "name"
1818   - "parent"
1819   - "throughput"
1820   - "tags"
1821
1822  # VPP Compare NICs 2n-skx 2t1c pdr
1823 - type: "table"
1824   title: "VPP Compare NICs 2n-skx 2t1c pdr"
1825   algorithm: "table_nics_comparison"
1826   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
1827   reference:
1828     title: "Intel-x710"
1829     nic: "NIC_Intel-X710"
1830   compare:
1831     title: "Intel-xxv710"
1832     nic: "NIC_Intel-XXV710"
1833   data: "vpp-nic-comparison-2n-skx"
1834   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1835   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1836   parameters:
1837   - "name"
1838   - "parent"
1839   - "throughput"
1840   - "tags"
1841
1842 # VPP Compare NICs 2n-skx 4t2c pdr
1843 - type: "table"
1844   title: "VPP Compare NICs 2n-skx 4t2c pdr"
1845   algorithm: "table_nics_comparison"
1846   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
1847   reference:
1848     title: "Intel-x710"
1849     nic: "NIC_Intel-X710"
1850   compare:
1851     title: "Intel-xxv710"
1852     nic: "NIC_Intel-XXV710"
1853   data: "vpp-nic-comparison-2n-skx"
1854   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1855   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1856   parameters:
1857   - "name"
1858   - "parent"
1859   - "throughput"
1860   - "tags"
1861
1862 # VPP Compare NICs 2n-skx 2t1c mrr
1863 - type: "table"
1864   title: "VPP Compare NICs 2n-skx 2t1c mrr"
1865   algorithm: "table_nics_comparison"
1866   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
1867   reference:
1868     title: "Intel-x710"
1869     nic: "NIC_Intel-X710"
1870   compare:
1871     title: "Intel-xxv710"
1872     nic: "NIC_Intel-XXV710"
1873   data: "vpp-nic-comparison-2n-skx-mrr"
1874   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1875   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1876   parameters:
1877   - "name"
1878   - "parent"
1879   - "result"
1880   - "tags"
1881
1882 # VPP Compare NICs 2n-skx 4t2c mrr
1883 - type: "table"
1884   title: "VPP Compare NICs 2n-skx 4t2c mrr"
1885   algorithm: "table_nics_comparison"
1886   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
1887   reference:
1888     title: "Intel-x710"
1889     nic: "NIC_Intel-X710"
1890   compare:
1891     title: "Intel-xxv710"
1892     nic: "NIC_Intel-XXV710"
1893   data: "vpp-nic-comparison-2n-skx-mrr"
1894   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1895   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1896   parameters:
1897   - "name"
1898   - "parent"
1899   - "result"
1900   - "tags"
1901
1902 # VPP Compare NICs 2n-skx 8t4c mrr
1903 - type: "table"
1904   title: "VPP Compare NICs 2n-skx 8t4c mrr"
1905   algorithm: "table_nics_comparison"
1906   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
1907   reference:
1908     title: "Intel-x710"
1909     nic: "NIC_Intel-X710"
1910   compare:
1911     title: "Intel-xxv710"
1912     nic: "NIC_Intel-XXV710"
1913   data: "vpp-nic-comparison-2n-skx-mrr"
1914   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1915   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1916   parameters:
1917   - "name"
1918   - "parent"
1919   - "result"
1920   - "tags"
1921
1922 ################################################################################
1923 # VPP
1924
1925 # VPP Performance Changes 2n-dnv 1t1c pdr
1926 - type: "table"
1927   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
1928   algorithm: "table_performance_comparison"
1929   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
1930   history:
1931     - title: "rls1810"
1932       data: "intel-dnv-vpp-changes-2n-dnv-h1"
1933   reference:
1934     title: "rls1901"
1935     data: "intel-dnv-vpp-changes-2n-dnv-ref"
1936   compare:
1937     title: "rls1904"
1938     data: "intel-dnv-vpp-changes-2n-dnv-cmp"
1939   data: "intel-dnv-vpp-changes-2n-dnv"
1940   include-tests: "PDR"
1941   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')"
1942   parameters:
1943   - "name"
1944   - "parent"
1945   - "throughput"
1946
1947 # VPP Performance Changes 2n-dnv 2t2c pdr
1948 - type: "table"
1949   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
1950   algorithm: "table_performance_comparison"
1951   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
1952   history:
1953     - title: "rls1810"
1954       data: "intel-dnv-vpp-changes-2n-dnv-h1"
1955   reference:
1956     title: "rls1901"
1957     data: "intel-dnv-vpp-changes-2n-dnv-ref"
1958   compare:
1959     title: "rls1904"
1960     data: "intel-dnv-vpp-changes-2n-dnv-cmp"
1961   data: "intel-dnv-vpp-changes-2n-dnv"
1962   include-tests: "PDR"
1963   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')"
1964   parameters:
1965   - "name"
1966   - "parent"
1967   - "throughput"
1968
1969 # VPP Performance Changes 2n-dnv 1t1c ndr
1970 - type: "table"
1971   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
1972   algorithm: "table_performance_comparison"
1973   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
1974   history:
1975     - title: "rls1810"
1976       data: "intel-dnv-vpp-changes-2n-dnv-h1"
1977   reference:
1978     title: "rls1901"
1979     data: "intel-dnv-vpp-changes-2n-dnv-ref"
1980   compare:
1981     title: "rls1904"
1982     data: "intel-dnv-vpp-changes-2n-dnv-cmp"
1983   data: "intel-dnv-vpp-changes-2n-dnv"
1984   include-tests: "NDR"
1985   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')"
1986   parameters:
1987   - "name"
1988   - "parent"
1989   - "throughput"
1990
1991 # VPP Performance Changes 2n-dnv 2t2c ndr
1992 - type: "table"
1993   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
1994   algorithm: "table_performance_comparison"
1995   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
1996   history:
1997     - title: "rls1810"
1998       data: "intel-dnv-vpp-changes-2n-dnv-h1"
1999   reference:
2000     title: "rls1901"
2001     data: "intel-dnv-vpp-changes-2n-dnv-ref"
2002   compare:
2003     title: "rls1904"
2004     data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2005   data: "intel-dnv-vpp-changes-2n-dnv"
2006   include-tests: "NDR"
2007   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')"
2008   parameters:
2009   - "name"
2010   - "parent"
2011   - "throughput"
2012
2013 # VPP Performance Changes 2n-dnv 1t1c MRR
2014 - type: "table"
2015   title: "VPP Performance Changes 2n-dnv 1t1c MRR"
2016   algorithm: "table_performance_comparison"
2017   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
2018   history:
2019     - title: "rls1810"
2020       data: "intel-dnv-vpp-changes-2n-dnv-h1"
2021   reference:
2022     title: "rls1901"
2023     data: "intel-dnv-vpp-changes-2n-dnv-ref"
2024   compare:
2025     title: "rls1904"
2026     data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2027   data: "intel-dnv-vpp-changes-2n-dnv"
2028   include-tests: "MRR"
2029   filter: "'1T1C' and 'MRR'"
2030   parameters:
2031   - "name"
2032   - "parent"
2033   - "result"
2034
2035 # VPP Performance Changes 2n-dnv 2t2c MRR
2036 - type: "table"
2037   title: "VPP Performance Changes 2n-dnv 2t2c MRR"
2038   algorithm: "table_performance_comparison"
2039   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
2040   history:
2041     - title: "rls1810"
2042       data: "intel-dnv-vpp-changes-2n-dnv-h1"
2043   reference:
2044     title: "rls1901"
2045     data: "intel-dnv-vpp-changes-2n-dnv-ref"
2046   compare:
2047     title: "rls1904"
2048     data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2049   data: "intel-dnv-vpp-changes-2n-dnv"
2050   include-tests: "MRR"
2051   filter: "'2T2C' and 'MRR'"
2052   parameters:
2053   - "name"
2054   - "parent"
2055   - "result"
2056
2057 # VPP Performance Changes 2n-dnv 4t4c MRR
2058 - type: "table"
2059   title: "VPP Performance Changes 2n-dnv 4t4c MRR"
2060   algorithm: "table_performance_comparison"
2061   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
2062   history:
2063     - title: "rls1810"
2064       data: "intel-dnv-vpp-changes-2n-dnv-h1"
2065   reference:
2066     title: "rls1901"
2067     data: "intel-dnv-vpp-changes-2n-dnv-ref"
2068   compare:
2069     title: "rls1904"
2070     data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2071   data: "intel-dnv-vpp-changes-2n-dnv"
2072   include-tests: "MRR"
2073   filter: "'4T4C' and 'MRR'"
2074   parameters:
2075   - "name"
2076   - "parent"
2077   - "result"
2078
2079 # VPP Performance Changes 3n-hsw 1t1c pdr
2080 - type: "table"
2081   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
2082   algorithm: "table_performance_comparison"
2083   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
2084   history:
2085     - title: "rls1810"
2086       data: "vpp-performance-changes-3n-hsw-h1"
2087   reference:
2088     title: "rls1901"
2089     data: "vpp-performance-changes-3n-hsw-ref"
2090   compare:
2091     title: "rls1904"
2092     data: "vpp-performance-changes-3n-hsw-cmp"
2093   data: "vpp-performance-changes-3n-hsw"
2094   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2095   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2096   parameters:
2097   - "name"
2098   - "parent"
2099   - "throughput"
2100
2101 # VPP Performance Changes 3n-hsw 2t2c pdr
2102 - type: "table"
2103   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
2104   algorithm: "table_performance_comparison"
2105   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
2106   history:
2107     - title: "rls1810"
2108       data: "vpp-performance-changes-3n-hsw-h1"
2109   reference:
2110     title: "rls1901"
2111     data: "vpp-performance-changes-3n-hsw-ref"
2112   compare:
2113     title: "rls1904"
2114     data: "vpp-performance-changes-3n-hsw-cmp"
2115   data: "vpp-performance-changes-3n-hsw"
2116   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2117   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2118   parameters:
2119   - "name"
2120   - "parent"
2121   - "throughput"
2122
2123 # VPP Performance Changes 3n-hsw 1t1c ndr
2124 - type: "table"
2125   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
2126   algorithm: "table_performance_comparison"
2127   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
2128   history:
2129     - title: "rls1810"
2130       data: "vpp-performance-changes-3n-hsw-h1"
2131   reference:
2132     title: "rls1901"
2133     data: "vpp-performance-changes-3n-hsw-ref"
2134   compare:
2135     title: "rls1904"
2136     data: "vpp-performance-changes-3n-hsw-cmp"
2137   data: "vpp-performance-changes-3n-hsw"
2138   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2139   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2140   parameters:
2141   - "name"
2142   - "parent"
2143   - "throughput"
2144
2145 # VPP Performance Changes 3n-hsw 2t2c ndr
2146 - type: "table"
2147   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
2148   algorithm: "table_performance_comparison"
2149   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
2150   history:
2151     - title: "rls1810"
2152       data: "vpp-performance-changes-3n-hsw-h1"
2153   reference:
2154     title: "rls1901"
2155     data: "vpp-performance-changes-3n-hsw-ref"
2156   compare:
2157     title: "rls1904"
2158     data: "vpp-performance-changes-3n-hsw-cmp"
2159   data: "vpp-performance-changes-3n-hsw"
2160   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2161   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2162   parameters:
2163   - "name"
2164   - "parent"
2165   - "throughput"
2166
2167 # VPP Performance Changes 3n-skx 2t1c pdr
2168 - type: "table"
2169   title: "VPP Performance Changes 3n-skx 2t1c pdr"
2170   algorithm: "table_performance_comparison"
2171   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
2172   history:
2173     - title: "rls1810"
2174       data: "vpp-performance-changes-3n-skx-h1"
2175   reference:
2176     title: "rls1901"
2177     data: "vpp-performance-changes-3n-skx-ref"
2178   compare:
2179     title: "rls1904"
2180     data: "vpp-performance-changes-3n-skx-cmp"
2181   data: "vpp-performance-changes-3n-skx"
2182   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2183   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2184   parameters:
2185   - "name"
2186   - "parent"
2187   - "throughput"
2188
2189 # VPP Performance Changes 3n-skx 4t2c pdr
2190 - type: "table"
2191   title: "VPP Performance Changes 3n-skx 4t2c pdr"
2192   algorithm: "table_performance_comparison"
2193   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
2194   history:
2195     - title: "rls1810"
2196       data: "vpp-performance-changes-3n-skx-h1"
2197   reference:
2198     title: "rls1901"
2199     data: "vpp-performance-changes-3n-skx-ref"
2200   compare:
2201     title: "rls1904"
2202     data: "vpp-performance-changes-3n-skx-cmp"
2203   data: "vpp-performance-changes-3n-skx"
2204   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2205   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2206   parameters:
2207   - "name"
2208   - "parent"
2209   - "throughput"
2210
2211 # VPP Performance Changes 3n-skx 2t1c ndr
2212 - type: "table"
2213   title: "VPP Performance Changes 3n-skx 2t1c ndr"
2214   algorithm: "table_performance_comparison"
2215   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
2216   history:
2217     - title: "rls1810"
2218       data: "vpp-performance-changes-3n-skx-h1"
2219   reference:
2220     title: "rls1901"
2221     data: "vpp-performance-changes-3n-skx-ref"
2222   compare:
2223     title: "rls1904"
2224     data: "vpp-performance-changes-3n-skx-cmp"
2225   data: "vpp-performance-changes-3n-skx"
2226   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2227   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2228   parameters:
2229   - "name"
2230   - "parent"
2231   - "throughput"
2232
2233 # VPP Performance Changes 3n-skx 4t2c ndr
2234 - type: "table"
2235   title: "VPP Performance Changes 3n-skx 4t2c ndr"
2236   algorithm: "table_performance_comparison"
2237   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
2238   history:
2239     - title: "rls1810"
2240       data: "vpp-performance-changes-3n-skx-h1"
2241   reference:
2242     title: "rls1901"
2243     data: "vpp-performance-changes-3n-skx-ref"
2244   compare:
2245     title: "rls1904"
2246     data: "vpp-performance-changes-3n-skx-cmp"
2247   data: "vpp-performance-changes-3n-skx"
2248   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2249   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2250   parameters:
2251   - "name"
2252   - "parent"
2253   - "throughput"
2254
2255 # VPP Performance Changes 2n-skx 2t1c pdr
2256 - type: "table"
2257   title: "VPP Performance Changes 2n-skx 2t1c pdr"
2258   algorithm: "table_performance_comparison"
2259   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
2260   history:
2261     - title: "rls1810"
2262       data: "vpp-performance-changes-2n-skx-h1"
2263   reference:
2264     title: "rls1901"
2265     data: "vpp-performance-changes-2n-skx-ref"
2266   compare:
2267     title: "rls1904"
2268     data: "vpp-performance-changes-2n-skx-cmp"
2269   data: "vpp-performance-changes-2n-skx"
2270   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2271   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2272   parameters:
2273   - "name"
2274   - "parent"
2275   - "throughput"
2276
2277 # VPP Performance Changes 2n-skx 4t2c pdr
2278 - type: "table"
2279   title: "VPP Performance Changes 2n-skx 4t2c pdr"
2280   algorithm: "table_performance_comparison"
2281   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
2282   history:
2283     - title: "rls1810"
2284       data: "vpp-performance-changes-2n-skx-h1"
2285   reference:
2286     title: "rls1901"
2287     data: "vpp-performance-changes-2n-skx-ref"
2288   compare:
2289     title: "rls1904"
2290     data: "vpp-performance-changes-2n-skx-cmp"
2291   data: "vpp-performance-changes-2n-skx"
2292   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2293   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2294   parameters:
2295   - "name"
2296   - "parent"
2297   - "throughput"
2298
2299 # VPP Performance Changes 2n-skx 2t1c ndr
2300 - type: "table"
2301   title: "VPP Performance Changes 2n-skx 2t1c ndr"
2302   algorithm: "table_performance_comparison"
2303   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
2304   history:
2305     - title: "rls1810"
2306       data: "vpp-performance-changes-2n-skx-h1"
2307   reference:
2308     title: "rls1901"
2309     data: "vpp-performance-changes-2n-skx-ref"
2310   compare:
2311     title: "rls1904"
2312     data: "vpp-performance-changes-2n-skx-cmp"
2313   data: "vpp-performance-changes-2n-skx"
2314   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2315   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2316   parameters:
2317   - "name"
2318   - "parent"
2319   - "throughput"
2320
2321 # VPP Performance Changes 2n-skx 4t2c ndr
2322 - type: "table"
2323   title: "VPP Performance Changes 2n-skx 4t2c ndr"
2324   algorithm: "table_performance_comparison"
2325   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
2326   history:
2327     - title: "rls1810"
2328       data: "vpp-performance-changes-2n-skx-h1"
2329   reference:
2330     title: "rls1901"
2331     data: "vpp-performance-changes-2n-skx-ref"
2332   compare:
2333     title: "rls1904"
2334     data: "vpp-performance-changes-2n-skx-cmp"
2335   data: "vpp-performance-changes-2n-skx"
2336   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2337   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2338   parameters:
2339   - "name"
2340   - "parent"
2341   - "throughput"
2342
2343 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
2344 - type: "table"
2345   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
2346   algorithm: "table_performance_comparison"
2347   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
2348   reference:
2349     title: "3-Node Hsw"
2350     data: "vpp-compare-testbeds-ref"
2351   compare:
2352     title: "3-Node Skx"
2353     data: "vpp-compare-testbeds-cmp"
2354   data: "vpp-compare-testbeds"
2355   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2356   filter: "'NIC_Intel-X710' and 'NDRPDR' and '1C'"
2357   parameters:
2358   - "name"
2359   - "parent"
2360   - "throughput"
2361
2362 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
2363 - type: "table"
2364   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
2365   algorithm: "table_performance_comparison"
2366   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
2367   reference:
2368     title: "3-Node Hsw"
2369     data: "vpp-compare-testbeds-ref"
2370   compare:
2371     title: "3-Node Skx"
2372     data: "vpp-compare-testbeds-cmp"
2373   data: "vpp-compare-testbeds"
2374   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2375   filter: "'NIC_Intel-X710' and 'NDRPDR' and '2C'"
2376   parameters:
2377   - "name"
2378   - "parent"
2379   - "throughput"
2380
2381 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
2382 - type: "table"
2383   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
2384   algorithm: "table_performance_comparison"
2385   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
2386   reference:
2387     title: "3-Node Hsw"
2388     data: "vpp-compare-testbeds-ref"
2389   compare:
2390     title: "3-Node Skx"
2391     data: "vpp-compare-testbeds-cmp"
2392   data: "vpp-compare-testbeds"
2393   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2394   filter: "'NIC_Intel-X710' and 'NDRPDR' and '1C'"
2395   parameters:
2396   - "name"
2397   - "parent"
2398   - "throughput"
2399
2400 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
2401 - type: "table"
2402   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
2403   algorithm: "table_performance_comparison"
2404   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
2405   reference:
2406     title: "3-Node Hsw"
2407     data: "vpp-compare-testbeds-ref"
2408   compare:
2409     title: "3-Node Skx"
2410     data: "vpp-compare-testbeds-cmp"
2411   data: "vpp-compare-testbeds"
2412   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2413   filter: "'NIC_Intel-X710' and 'NDRPDR' and '2C'"
2414   parameters:
2415   - "name"
2416   - "parent"
2417   - "throughput"
2418
2419 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
2420 - type: "table"
2421   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
2422   algorithm: "table_performance_comparison"
2423   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
2424   reference:
2425     title: "3-Node Skx"
2426     data: "vpp-compare-topologies-ref"
2427   compare:
2428     title: "2-Node Skx"
2429     data: "vpp-compare-topologies-cmp"
2430   data: "vpp-compare-topologies"
2431   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2432   filter: "'NDRPDR' and '1C'"
2433   parameters:
2434   - "name"
2435   - "parent"
2436   - "throughput"
2437
2438 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
2439 - type: "table"
2440   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
2441   algorithm: "table_performance_comparison"
2442   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
2443   reference:
2444     title: "3-Node Skx"
2445     data: "vpp-compare-topologies-ref"
2446   compare:
2447     title: "2-Node Skx"
2448     data: "vpp-compare-topologies-cmp"
2449   data: "vpp-compare-topologies"
2450   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2451   filter: "'NDRPDR' and '2C'"
2452   parameters:
2453   - "name"
2454   - "parent"
2455   - "throughput"
2456
2457 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
2458 - type: "table"
2459   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
2460   algorithm: "table_performance_comparison"
2461   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
2462   reference:
2463     title: "3-Node Skx"
2464     data: "vpp-compare-topologies-ref"
2465   compare:
2466     title: "2-Node Skx"
2467     data: "vpp-compare-topologies-cmp"
2468   data: "vpp-compare-topologies"
2469   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2470   filter: "'NDRPDR' and '1C'"
2471   parameters:
2472   - "name"
2473   - "parent"
2474   - "throughput"
2475
2476 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
2477 - type: "table"
2478   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
2479   algorithm: "table_performance_comparison"
2480   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
2481   reference:
2482     title: "3-Node Skx"
2483     data: "vpp-compare-topologies-ref"
2484   compare:
2485     title: "2-Node Skx"
2486     data: "vpp-compare-topologies-cmp"
2487   data: "vpp-compare-topologies"
2488   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2489   filter: "'NDRPDR' and '2C'"
2490   parameters:
2491   - "name"
2492   - "parent"
2493   - "throughput"
2494
2495 # VPP Performance Changes 3n-hsw 1t1c MRR
2496 - type: "table"
2497   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
2498   algorithm: "table_performance_comparison"
2499   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
2500   history:
2501     - title: "rls1810"
2502       data: "vpp-performance-changes-3n-hsw-mrr-h1"
2503   reference:
2504     title: "rls1901"
2505     data: "vpp-performance-changes-3n-hsw-mrr-ref"
2506   compare:
2507     title: "rls1904"
2508     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2509   data: "vpp-performance-changes-3n-hsw-mrr"
2510   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2511   filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2512   parameters:
2513   - "name"
2514   - "parent"
2515   - "result"
2516
2517 # VPP Performance Changes 3n-hsw 2t2c MRR
2518 - type: "table"
2519   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
2520   algorithm: "table_performance_comparison"
2521   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
2522   history:
2523     - title: "rls1810"
2524       data: "vpp-performance-changes-3n-hsw-mrr-h1"
2525   reference:
2526     title: "rls1901"
2527     data: "vpp-performance-changes-3n-hsw-mrr-ref"
2528   compare:
2529     title: "rls1904"
2530     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2531   data: "vpp-performance-changes-3n-hsw-mrr"
2532   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2533   filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2534   parameters:
2535   - "name"
2536   - "parent"
2537   - "result"
2538
2539 # VPP Performance Changes 3n-hsw 4t4c MRR
2540 - type: "table"
2541   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
2542   algorithm: "table_performance_comparison"
2543   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
2544   history:
2545     - title: "rls1810"
2546       data: "vpp-performance-changes-3n-hsw-mrr-h1"
2547   reference:
2548     title: "rls1901"
2549     data: "vpp-performance-changes-3n-hsw-mrr-ref"
2550   compare:
2551     title: "rls1904"
2552     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2553   data: "vpp-performance-changes-3n-hsw-mrr"
2554   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2555   filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2556   parameters:
2557   - "name"
2558   - "parent"
2559   - "result"
2560
2561 # VPP Performance Changes 3n-skx 2t1c MRR
2562 - type: "table"
2563   title: "VPP Performance Changes 3n-skx 2t1c MRR"
2564   algorithm: "table_performance_comparison"
2565   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
2566   history:
2567     - title: "rls1810"
2568       data: "vpp-performance-changes-3n-skx-mrr-h1"
2569   reference:
2570     title: "rls1901"
2571     data: "vpp-performance-changes-3n-skx-mrr-ref"
2572   compare:
2573     title: "rls1904"
2574     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2575   data: "vpp-performance-changes-3n-skx-mrr"
2576   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2577   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2578   parameters:
2579   - "name"
2580   - "parent"
2581   - "result"
2582
2583 # VPP Performance Changes 3n-skx 4t2c MRR
2584 - type: "table"
2585   title: "VPP Performance Changes 3n-skx 4t2c MRR"
2586   algorithm: "table_performance_comparison"
2587   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
2588   history:
2589     - title: "rls1810"
2590       data: "vpp-performance-changes-3n-skx-mrr-h1"
2591   reference:
2592     title: "rls1901"
2593     data: "vpp-performance-changes-3n-skx-mrr-ref"
2594   compare:
2595     title: "rls1904"
2596     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2597   data: "vpp-performance-changes-3n-skx-mrr"
2598   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2599   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2600   parameters:
2601   - "name"
2602   - "parent"
2603   - "result"
2604
2605 # VPP Performance Changes 3n-skx 8t4c MRR
2606 - type: "table"
2607   title: "VPP Performance Changes 3n-skx 8t4c MRR"
2608   algorithm: "table_performance_comparison"
2609   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
2610   history:
2611     - title: "rls1810"
2612       data: "vpp-performance-changes-3n-skx-mrr-h1"
2613   reference:
2614     title: "rls1901"
2615     data: "vpp-performance-changes-3n-skx-mrr-ref"
2616   compare:
2617     title: "rls1904"
2618     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2619   data: "vpp-performance-changes-3n-skx-mrr"
2620   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2621   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2622   parameters:
2623   - "name"
2624   - "parent"
2625   - "result"
2626
2627 # VPP Performance Changes 2n-skx 2t1c MRR
2628 - type: "table"
2629   title: "VPP Performance Changes 2n-skx 2t1c MRR"
2630   algorithm: "table_performance_comparison"
2631   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
2632   history:
2633     - title: "rls1810"
2634       data: "vpp-performance-changes-2n-skx-mrr-h1"
2635   reference:
2636     title: "rls1901"
2637     data: "vpp-performance-changes-2n-skx-mrr-ref"
2638   compare:
2639     title: "rls1904"
2640     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2641   data: "vpp-performance-changes-2n-skx-mrr"
2642   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2643   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2644   parameters:
2645   - "name"
2646   - "parent"
2647   - "result"
2648
2649 # VPP Performance Changes 2n-skx 4t2c MRR
2650 - type: "table"
2651   title: "VPP Performance Changes 2n-skx 4t2c MRR"
2652   algorithm: "table_performance_comparison"
2653   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
2654   history:
2655     - title: "rls1810"
2656       data: "vpp-performance-changes-2n-skx-mrr-h1"
2657   reference:
2658     title: "rls1901"
2659     data: "vpp-performance-changes-2n-skx-mrr-ref"
2660   compare:
2661     title: "rls1904"
2662     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2663   data: "vpp-performance-changes-2n-skx-mrr"
2664   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2665   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2666   parameters:
2667   - "name"
2668   - "parent"
2669   - "result"
2670
2671 # VPP Performance Changes 2n-skx 8t4c MRR
2672 - type: "table"
2673   title: "VPP Performance Changes 2n-skx 8t4c MRR"
2674   algorithm: "table_performance_comparison"
2675   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
2676   history:
2677     - title: "rls1810"
2678       data: "vpp-performance-changes-2n-skx-mrr-h1"
2679   reference:
2680     title: "rls1901"
2681     data: "vpp-performance-changes-2n-skx-mrr-ref"
2682   compare:
2683     title: "rls1904"
2684     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2685   data: "vpp-performance-changes-2n-skx-mrr"
2686   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2687   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2688   parameters:
2689   - "name"
2690   - "parent"
2691   - "result"
2692
2693 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
2694 - type: "table"
2695   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
2696   algorithm: "table_performance_comparison"
2697   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
2698   reference:
2699     title: "3-Node Hsw"
2700     data: "vpp-compare-testbeds-mrr-ref"
2701   compare:
2702     title: "3-Node Skx"
2703     data: "vpp-compare-testbeds-mrr-cmp"
2704   data: "vpp-compare-testbeds-mrr"
2705   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2706   filter: "'NIC_Intel-X710' and 'MRR' and '1C'"
2707   parameters:
2708   - "name"
2709   - "parent"
2710   - "result"
2711
2712 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
2713 - type: "table"
2714   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
2715   algorithm: "table_performance_comparison"
2716   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
2717   reference:
2718     title: "3-Node Hsw"
2719     data: "vpp-compare-testbeds-mrr-ref"
2720   compare:
2721     title: "3-Node Skx"
2722     data: "vpp-compare-testbeds-mrr-cmp"
2723   data: "vpp-compare-testbeds-mrr"
2724   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2725   filter: "'NIC_Intel-X710' and 'MRR' and '2C'"
2726   parameters:
2727   - "name"
2728   - "parent"
2729   - "result"
2730
2731 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
2732 - type: "table"
2733   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
2734   algorithm: "table_performance_comparison"
2735   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
2736   reference:
2737     title: "3-Node Hsw"
2738     data: "vpp-compare-testbeds-mrr-ref"
2739   compare:
2740     title: "3-Node Skx"
2741     data: "vpp-compare-testbeds-mrr-cmp"
2742   data: "vpp-compare-testbeds-mrr"
2743   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2744   filter: "'NIC_Intel-X710' and 'MRR' and '4C'"
2745   parameters:
2746   - "name"
2747   - "parent"
2748   - "result"
2749
2750 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
2751 - type: "table"
2752   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
2753   algorithm: "table_performance_comparison"
2754   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
2755   reference:
2756     title: "3-Node Skx"
2757     data: "vpp-compare-topologies-mrr-ref"
2758   compare:
2759     title: "2-Node Skx"
2760     data: "vpp-compare-topologies-mrr-cmp"
2761   data: "vpp-compare-topologies-mrr"
2762   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2763   filter: "'MRR' and '1C'"
2764   parameters:
2765   - "name"
2766   - "parent"
2767   - "result"
2768
2769 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
2770 - type: "table"
2771   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
2772   algorithm: "table_performance_comparison"
2773   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
2774   reference:
2775     title: "3-Node Skx"
2776     data: "vpp-compare-topologies-mrr-ref"
2777   compare:
2778     title: "2-Node Skx"
2779     data: "vpp-compare-topologies-mrr-cmp"
2780   data: "vpp-compare-topologies-mrr"
2781   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2782   filter: "'MRR' and '2C'"
2783   parameters:
2784   - "name"
2785   - "parent"
2786   - "result"
2787
2788 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
2789 - type: "table"
2790   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
2791   algorithm: "table_performance_comparison"
2792   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
2793   reference:
2794     title: "3-Node Skx"
2795     data: "vpp-compare-topologies-mrr-ref"
2796   compare:
2797     title: "2-Node Skx"
2798     data: "vpp-compare-topologies-mrr-cmp"
2799   data: "vpp-compare-topologies-mrr"
2800   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2801   filter: "'MRR' and '4C'"
2802   parameters:
2803   - "name"
2804   - "parent"
2805   - "result"
2806
2807 # Detailed Test Results - VPP Performance Results 3n-hsw
2808 - type: "table"
2809   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
2810   algorithm: "table_merged_details"
2811   output-file-ext: ".csv"
2812   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
2813   columns:
2814   - title: "Name"
2815     data: "data name"
2816   - title: "Status"
2817     data: "data msg"
2818   rows: "generated"
2819   data: "vpp-perf-results-3n-hsw"
2820   filter: "not 'NDRCHK' and not 'PDRCHK'"
2821   parameters:
2822   - "name"
2823   - "parent"
2824   - "msg"
2825
2826 # Detailed Test Results - VPP Performance Results 3n-skx
2827 - type: "table"
2828   title: "Detailed Test Results - VPP Performance Results 3n-skx"
2829   algorithm: "table_merged_details"
2830   output-file-ext: ".csv"
2831   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
2832   columns:
2833   - title: "Name"
2834     data: "data name"
2835   - title: "Status"
2836     data: "data msg"
2837   rows: "generated"
2838   data: "vpp-perf-results-3n-skx"
2839   filter: "not 'NDRCHK' and not 'PDRCHK'"
2840   parameters:
2841   - "name"
2842   - "parent"
2843   - "msg"
2844
2845 # Detailed Test Results - VPP Performance Results 2n-skx
2846 - type: "table"
2847   title: "Detailed Test Results - VPP Performance Results 2n-skx"
2848   algorithm: "table_merged_details"
2849   output-file-ext: ".csv"
2850   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
2851   columns:
2852   - title: "Name"
2853     data: "data name"
2854   - title: "Status"
2855     data: "data msg"
2856   rows: "generated"
2857   data: "vpp-perf-results-2n-skx"
2858   filter: "not 'NDRCHK' and not 'PDRCHK'"
2859   parameters:
2860   - "name"
2861   - "parent"
2862   - "msg"
2863
2864 # Detailed Test Results - VPP Performance Results 2n-dnv
2865 - type: "table"
2866   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
2867   algorithm: "table_details"
2868   output-file-ext: ".csv"
2869   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
2870   columns:
2871   - title: "Name"
2872     data: "data name"
2873   - title: "Status"
2874     data: "data msg"
2875   rows: "generated"
2876   data: "intel-dnv-vpp"
2877   filter: "'NDRPDR'"
2878   parameters:
2879   - "name"
2880   - "parent"
2881   - "msg"
2882
2883 # Test configuration - VPP Performance Test Configs 3n-hsw
2884 - type: "table"
2885   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
2886   algorithm: "table_merged_details"
2887   output-file-ext: ".csv"
2888   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
2889   columns:
2890   - title: "Name"
2891     data: "data name"
2892   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2893     data: "data conf-history"
2894   rows: "generated"
2895   data: "vpp-perf-results-3n-hsw"
2896   filter: "not 'NDRCHK' and not 'PDRCHK'"
2897   parameters:
2898   - "parent"
2899   - "name"
2900   - "conf-history"
2901
2902 # Test configuration - VPP Performance Test Configs 3n-skx
2903 - type: "table"
2904   title: "Test configuration - VPP Performance Test Configs 3n-skx"
2905   algorithm: "table_merged_details"
2906   output-file-ext: ".csv"
2907   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
2908   columns:
2909   - title: "Name"
2910     data: "data name"
2911   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2912     data: "data conf-history"
2913   rows: "generated"
2914   data: "vpp-perf-results-3n-skx"
2915   filter: "not 'NDRCHK' and not 'PDRCHK'"
2916   parameters:
2917   - "parent"
2918   - "name"
2919   - "conf-history"
2920
2921 # Test configuration - VPP Performance Test Configs 2n-skx
2922 - type: "table"
2923   title: "Test configuration - VPP Performance Test Configs 2n-skx"
2924   algorithm: "table_merged_details"
2925   output-file-ext: ".csv"
2926   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
2927   columns:
2928   - title: "Name"
2929     data: "data name"
2930   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2931     data: "data conf-history"
2932   rows: "generated"
2933   data: "vpp-perf-results-2n-skx"
2934   filter: "not 'NDRCHK' and not 'PDRCHK'"
2935   parameters:
2936   - "parent"
2937   - "name"
2938   - "conf-history"
2939
2940 # Test configuration - VPP Performance Test Configs 2n-dnv
2941 - type: "table"
2942   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
2943   algorithm: "table_details"
2944   output-file-ext: ".csv"
2945   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_test_configuration_2n_dnv"
2946   columns:
2947   - title: "Name"
2948     data: "data name"
2949   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2950     data: "data conf-history"
2951   rows: "generated"
2952   data: "intel-dnv-vpp"
2953   filter: "'NDRPDR'"
2954   parameters:
2955   - "parent"
2956   - "name"
2957   - "conf-history"
2958
2959 # Test Operational Data - VPP Performance Operational Data 3n-hsw
2960 - type: "table"
2961   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
2962   algorithm: "table_merged_details"
2963   output-file-ext: ".csv"
2964   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
2965   columns:
2966   - title: "Name"
2967     data: "data name"
2968   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
2969     data: "data show-run"
2970   rows: "generated"
2971   data: "vpp-perf-results-3n-hsw"
2972   filter: "not 'NDRCHK' and not 'PDRCHK'"
2973   parameters:
2974   - "parent"
2975   - "name"
2976   - "show-run"
2977
2978 # Test Operational Data - VPP Performance Operational Data 3n-skx
2979 - type: "table"
2980   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
2981   algorithm: "table_merged_details"
2982   output-file-ext: ".csv"
2983   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
2984   columns:
2985   - title: "Name"
2986     data: "data name"
2987   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
2988     data: "data show-run"
2989   rows: "generated"
2990   data: "vpp-perf-results-3n-skx"
2991   filter: "not 'NDRCHK' and not 'PDRCHK'"
2992   parameters:
2993   - "parent"
2994   - "name"
2995   - "show-run"
2996
2997 # Test Operational Data - VPP Performance Operational Data 2n-skx
2998 - type: "table"
2999   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
3000   algorithm: "table_merged_details"
3001   output-file-ext: ".csv"
3002   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
3003   columns:
3004   - title: "Name"
3005     data: "data name"
3006   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3007     data: "data show-run"
3008   rows: "generated"
3009   data: "vpp-perf-results-2n-skx"
3010   filter: "not 'NDRCHK' and not 'PDRCHK'"
3011   parameters:
3012   - "parent"
3013   - "name"
3014   - "show-run"
3015
3016 # Test Operational Data - VPP Performance Operational Data 2n-dnv
3017 - type: "table"
3018   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
3019   algorithm: "table_details"
3020   output-file-ext: ".csv"
3021   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_test_operational_2n_dnv"
3022   columns:
3023   - title: "Name"
3024     data: "data name"
3025   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3026     data: "data show-run"
3027   rows: "generated"
3028   data: "intel-dnv-vpp"
3029   filter: "'NDRPDR'"
3030   parameters:
3031   - "parent"
3032   - "name"
3033   - "show-run"
3034
3035 # Detailed Test Results - VPP MRR Results 3n-hsw
3036 - type: "table"
3037   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
3038   algorithm: "table_details"
3039   output-file-ext: ".csv"
3040   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
3041   columns:
3042   - title: "Name"
3043     data: "data name"
3044   - title: "Status"
3045     data: "data msg"
3046   rows: "generated"
3047   data: "vpp-mrr-results-3n-hsw"
3048   filter: "'MRR'"
3049   parameters:
3050   - "name"
3051   - "parent"
3052   - "msg"
3053
3054 # Detailed Test Results - VPP MRR Results 3n-skx
3055 - type: "table"
3056   title: "Detailed Test Results - VPP MRR Results 3n-skx"
3057   algorithm: "table_details"
3058   output-file-ext: ".csv"
3059   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
3060   columns:
3061   - title: "Name"
3062     data: "data name"
3063   - title: "Status"
3064     data: "data msg"
3065   rows: "generated"
3066   data: "vpp-mrr-results-3n-skx"
3067   filter: "'MRR'"
3068   parameters:
3069   - "name"
3070   - "parent"
3071   - "msg"
3072
3073 # Detailed Test Results - VPP MRR Results 2n-skx
3074 - type: "table"
3075   title: "Detailed Test Results - VPP MRR Results 2n-skx"
3076   algorithm: "table_details"
3077   output-file-ext: ".csv"
3078   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
3079   columns:
3080   - title: "Name"
3081     data: "data name"
3082   - title: "Status"
3083     data: "data msg"
3084   rows: "generated"
3085   data: "vpp-mrr-results-2n-skx"
3086   filter: "'MRR'"
3087   parameters:
3088   - "name"
3089   - "parent"
3090   - "msg"
3091
3092 # Detailed Test Results - VPP MRR Results 2n-dnv
3093 - type: "table"
3094   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
3095   algorithm: "table_details"
3096   output-file-ext: ".csv"
3097   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
3098   columns:
3099   - title: "Name"
3100     data: "data name"
3101   - title: "Status"
3102     data: "data msg"
3103   rows: "generated"
3104   data: "intel-dnv-vpp"
3105   filter: "'MRR'"
3106   parameters:
3107   - "name"
3108   - "parent"
3109   - "msg"
3110
3111 # Test configuration - VPP MRR Test Configs 3n-hsw
3112 - type: "table"
3113   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
3114   algorithm: "table_details"
3115   output-file-ext: ".csv"
3116   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
3117   columns:
3118   - title: "Name"
3119     data: "data name"
3120   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3121     data: "data conf-history"
3122   rows: "generated"
3123   data: "vpp-mrr-results-3n-hsw"
3124   filter: "'MRR'"
3125   parameters:
3126   - "parent"
3127   - "name"
3128   - "conf-history"
3129
3130 # Test configuration - VPP MRR Test Configs 3n-skx
3131 - type: "table"
3132   title: "Test configuration - VPP MRR Test Configs 3n-skx"
3133   algorithm: "table_details"
3134   output-file-ext: ".csv"
3135   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
3136   columns:
3137   - title: "Name"
3138     data: "data name"
3139   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3140     data: "data conf-history"
3141   rows: "generated"
3142   data: "vpp-mrr-results-3n-skx"
3143   filter: "'MRR'"
3144   parameters:
3145   - "parent"
3146   - "name"
3147   - "conf-history"
3148
3149 # Test configuration - VPP MRR Test Configs 2n-skx
3150 - type: "table"
3151   title: "Test configuration - VPP MRR Test Configs 2n-skx"
3152   algorithm: "table_details"
3153   output-file-ext: ".csv"
3154   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
3155   columns:
3156   - title: "Name"
3157     data: "data name"
3158   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3159     data: "data conf-history"
3160   rows: "generated"
3161   data: "vpp-mrr-results-2n-skx"
3162   filter: "'MRR'"
3163   parameters:
3164   - "parent"
3165   - "name"
3166   - "conf-history"
3167
3168 # Test configuration - VPP MRR Test Configs 2n-dnv
3169 - type: "table"
3170   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
3171   algorithm: "table_details"
3172   output-file-ext: ".csv"
3173   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_test_configuration_2n_dnv"
3174   columns:
3175   - title: "Name"
3176     data: "data name"
3177   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3178     data: "data conf-history"
3179   rows: "generated"
3180   data: "intel-dnv-vpp"
3181   filter: "'MRR'"
3182   parameters:
3183   - "parent"
3184   - "name"
3185   - "conf-history"
3186
3187 # Detailed Test Results - VPP Functional Results - Ubuntu
3188 - type: "table"
3189   title: "Detailed Test Results - VPP Functional Results - Ubuntu"
3190   algorithm: "table_details"
3191   output-file-ext: ".csv"
3192   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
3193   columns:
3194   - title: "Name"
3195     data: "data name"
3196   - title: "Documentation"
3197     data: "data doc"
3198   - title: "Status"
3199     data: "data status"
3200   rows: "generated"
3201   data: "vpp-func-results-ubuntu"
3202   filter: "all"
3203   parameters:
3204   - "name"
3205   - "parent"
3206   - "doc"
3207   - "status"
3208
3209 # Detailed Test Results - VPP Functional Results - CentOS
3210 - type: "table"
3211   title: "Detailed Test Results - VPP Functional Results - CentOS"
3212   algorithm: "table_details"
3213   output-file-ext: ".csv"
3214   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
3215   columns:
3216   - title: "Name"
3217     data: "data name"
3218   - title: "Documentation"
3219     data: "data doc"
3220   -
3221     title: "Status"
3222     data: "data status"
3223   rows: "generated"
3224   data:
3225     "vpp-func-results-centos"
3226   filter: "all"
3227   parameters:
3228   - "name"
3229   - "parent"
3230   - "doc"
3231   - "status"
3232
3233 # Test configuration - VPP Functional Test Configs - Ubuntu
3234 - type: "table"
3235   title: "Test configuration - VPP Functional Test Configs - Ubuntu"
3236   algorithm: "table_details"
3237   output-file-ext: ".csv"
3238   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
3239   columns:
3240   - title: "Name"
3241     data: "data name"
3242   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3243     data: "data conf-history"
3244   rows: "generated"
3245   data: "vpp-func-results-ubuntu"
3246   filter: "all"
3247   parameters:
3248   - "parent"
3249   - "name"
3250   - "conf-history"
3251
3252 # Test configuration - VPP Functional Test Configs - CentOS
3253 - type: "table"
3254   title: "Test configuration - VPP Functional Test Configs - CentOS"
3255   algorithm: "table_details"
3256   output-file-ext: ".csv"
3257   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
3258   columns:
3259   - title: "Name"
3260     data: "data name"
3261   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3262     data: "data conf-history"
3263   rows: "generated"
3264   data: "vpp-func-results-centos"
3265   filter: "all"
3266   parameters:
3267   - "parent"
3268   - "name"
3269   - "conf-history"
3270
3271 # Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw
3272 - type: "table"
3273   title: "Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw"
3274   algorithm: "table_details"
3275   output-file-ext: ".csv"
3276   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
3277   columns:
3278   - title: "Name"
3279     data: "data name"
3280   - title: "Status"
3281     data: "data msg"
3282   rows: "generated"
3283   data: "ligato-perf-results-3n-hsw"
3284   filter: "all"
3285   parameters:
3286   - "name"
3287   - "parent"
3288   - "msg"
3289
3290 # Detailed Test Results - VPP Device Results - Ubuntu
3291 - type: "table"
3292   title: "Detailed Test Results - VPP Device Results - Ubuntu"
3293   algorithm: "table_details"
3294   output-file-ext: ".csv"
3295   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
3296   columns:
3297   - title: "Name"
3298     data: "data name"
3299   - title: "Documentation"
3300     data: "data doc"
3301   - title: "Status"
3302     data: "data status"
3303   rows: "generated"
3304   data: "vpp-device-results-ubuntu"
3305   filter: "all"
3306   parameters:
3307   - "name"
3308   - "parent"
3309   - "doc"
3310   - "status"
3311
3312 # Test configuration - VPP Device Test Configs - Ubuntu
3313 - type: "table"
3314   title: "Test configuration - VPP Device Test Configs - Ubuntu"
3315   algorithm: "table_details"
3316   output-file-ext: ".csv"
3317   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
3318   columns:
3319   - title: "Name"
3320     data: "data name"
3321   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3322     data: "data conf-history"
3323   rows: "generated"
3324   data: "vpp-device-results-ubuntu"
3325   filter: "all"
3326   parameters:
3327   - "parent"
3328   - "name"
3329   - "conf-history"
3330
3331 ################################################################################
3332
3333 # DPDK Performance Changes 3n-hsw 1t1c pdr
3334 - type: "table"
3335   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
3336   algorithm: "table_performance_comparison"
3337   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
3338   history:
3339     - title: "rls1810"
3340       data: "dpdk-performance-changes-3n-hsw-h1"
3341   reference:
3342     title: "rls1901"
3343     data: "dpdk-performance-changes-3n-hsw-ref"
3344   compare:
3345     title: "rls1904"
3346     data: "dpdk-performance-changes-3n-hsw-cmp"
3347   data: "dpdk-performance-changes-3n-hsw"
3348   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3349   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3350   parameters:
3351   - "name"
3352   - "parent"
3353   - "throughput"
3354
3355 # DPDK Performance Changes 3n-hsw 2t2c pdr
3356 - type: "table"
3357   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
3358   algorithm: "table_performance_comparison"
3359   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
3360   history:
3361     - title: "rls1810"
3362       data: "dpdk-performance-changes-3n-hsw-h1"
3363   reference:
3364     title: "rls1901"
3365     data: "dpdk-performance-changes-3n-hsw-ref"
3366   compare:
3367     title: "rls1904"
3368     data: "dpdk-performance-changes-3n-hsw-cmp"
3369   data: "dpdk-performance-changes-3n-hsw"
3370   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3371   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3372   parameters:
3373   - "name"
3374   - "parent"
3375   - "throughput"
3376
3377 # DPDK Performance Changes 3n-hsw 1t1c ndr
3378 - type: "table"
3379   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
3380   algorithm: "table_performance_comparison"
3381   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
3382   history:
3383     - title: "rls1810"
3384       data: "dpdk-performance-changes-3n-hsw-h1"
3385   reference:
3386     title: "rls1901"
3387     data: "dpdk-performance-changes-3n-hsw-ref"
3388   compare:
3389     title: "rls1904"
3390     data: "dpdk-performance-changes-3n-hsw-cmp"
3391   data: "dpdk-performance-changes-3n-hsw"
3392   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3393   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3394   parameters:
3395   - "name"
3396   - "parent"
3397   - "throughput"
3398
3399 # DPDK Performance Changes 3n-hsw 2t2c ndr
3400 - type: "table"
3401   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
3402   algorithm: "table_performance_comparison"
3403   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
3404   history:
3405     - title: "rls1810"
3406       data: "dpdk-performance-changes-3n-hsw-h1"
3407   reference:
3408     title: "rls1901"
3409     data: "dpdk-performance-changes-3n-hsw-ref"
3410   compare:
3411     title: "rls1904"
3412     data: "dpdk-performance-changes-3n-hsw-cmp"
3413   data: "dpdk-performance-changes-3n-hsw"
3414   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3415   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3416   parameters:
3417   - "name"
3418   - "parent"
3419   - "throughput"
3420
3421 # DPDK Performance Changes 3n-skx 2t1c pdr
3422 - type: "table"
3423   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
3424   algorithm: "table_performance_comparison"
3425   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
3426   history:
3427     - title: "rls1810"
3428       data: "dpdk-performance-changes-3n-skx-h1"
3429   reference:
3430     title: "rls1901"
3431     data: "dpdk-performance-changes-3n-skx-ref"
3432   compare:
3433     title: "rls1904"
3434     data: "dpdk-performance-changes-3n-skx-cmp"
3435   data: "dpdk-performance-changes-3n-skx"
3436   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3437   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3438   parameters:
3439   - "name"
3440   - "parent"
3441   - "throughput"
3442
3443 # DPDK Performance Changes 3n-skx 4t2c pdr
3444 - type: "table"
3445   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
3446   algorithm: "table_performance_comparison"
3447   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
3448   history:
3449     - title: "rls1810"
3450       data: "dpdk-performance-changes-3n-skx-h1"
3451   reference:
3452     title: "rls1901"
3453     data: "dpdk-performance-changes-3n-skx-ref"
3454   compare:
3455     title: "rls1904"
3456     data: "dpdk-performance-changes-3n-skx-cmp"
3457   data: "dpdk-performance-changes-3n-skx"
3458   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3459   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3460   parameters:
3461   - "name"
3462   - "parent"
3463   - "throughput"
3464
3465 # DPDK Performance Changes 3n-skx 2t1c ndr
3466 - type: "table"
3467   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
3468   algorithm: "table_performance_comparison"
3469   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
3470   history:
3471     - title: "rls1810"
3472       data: "dpdk-performance-changes-3n-skx-h1"
3473   reference:
3474     title: "rls1901"
3475     data: "dpdk-performance-changes-3n-skx-ref"
3476   compare:
3477     title: "rls1904"
3478     data: "dpdk-performance-changes-3n-skx-cmp"
3479   data: "dpdk-performance-changes-3n-skx"
3480   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3481   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3482   parameters:
3483   - "name"
3484   - "parent"
3485   - "throughput"
3486
3487 # DPDK Performance Changes 3n-skx 4t2c ndr
3488 - type: "table"
3489   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
3490   algorithm: "table_performance_comparison"
3491   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
3492   history:
3493     - title: "rls1810"
3494       data: "dpdk-performance-changes-3n-skx-h1"
3495   reference:
3496     title: "rls1901"
3497     data: "dpdk-performance-changes-3n-skx-ref"
3498   compare:
3499     title: "rls1904"
3500     data: "dpdk-performance-changes-3n-skx-cmp"
3501   data: "dpdk-performance-changes-3n-skx"
3502   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3503   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3504   parameters:
3505   - "name"
3506   - "parent"
3507   - "throughput"
3508
3509 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
3510 - type: "table"
3511   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
3512   algorithm: "table_performance_comparison"
3513   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
3514   reference:
3515     title: "3-Node Hsw"
3516     data: "dpdk-compare-testbeds-ref"
3517   compare:
3518     title: "3-Node Skx"
3519     data: "dpdk-compare-testbeds-cmp"
3520   data: "dpdk-compare-testbeds"
3521   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3522   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3523   parameters:
3524   - "name"
3525   - "parent"
3526   - "throughput"
3527
3528 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
3529 - type: "table"
3530   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
3531   algorithm: "table_performance_comparison"
3532   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
3533   reference:
3534     title: "3-Node Hsw"
3535     data: "dpdk-compare-testbeds-ref"
3536   compare:
3537     title: "3-Node Skx"
3538     data: "dpdk-compare-testbeds-cmp"
3539   data: "dpdk-compare-testbeds"
3540   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3541   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3542   parameters:
3543   - "name"
3544   - "parent"
3545   - "throughput"
3546
3547 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
3548 - type: "table"
3549   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
3550   algorithm: "table_performance_comparison"
3551   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
3552   reference:
3553     title: "3-Node Skx"
3554     data: "dpdk-compare-topologies-ref"
3555   compare:
3556     title: "2-Node Skx"
3557     data: "dpdk-compare-topologies-cmp"
3558   data: "dpdk-compare-topologies"
3559   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3560   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3561   parameters:
3562   - "name"
3563   - "parent"
3564   - "throughput"
3565
3566 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
3567 - type: "table"
3568   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
3569   algorithm: "table_performance_comparison"
3570   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
3571   reference:
3572     title: "3-Node Skx"
3573     data: "dpdk-compare-topologies-ref"
3574   compare:
3575     title: "2-Node Skx"
3576     data: "dpdk-compare-topologies-cmp"
3577   data: "dpdk-compare-topologies"
3578   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3579   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3580   parameters:
3581   - "name"
3582   - "parent"
3583   - "throughput"
3584
3585 # DPDK Performance Changes 2n-skx 2t1c pdr
3586 - type: "table"
3587   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
3588   algorithm: "table_performance_comparison"
3589   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
3590   history:
3591     - title: "rls1810"
3592       data: "dpdk-performance-changes-2n-skx-h1"
3593   reference:
3594     title: "rls1901"
3595     data: "dpdk-performance-changes-2n-skx-ref"
3596   compare:
3597     title: "rls1904"
3598     data: "dpdk-performance-changes-2n-skx-cmp"
3599   data: "dpdk-performance-changes-2n-skx"
3600   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3601   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3602   parameters:
3603   - "name"
3604   - "parent"
3605   - "throughput"
3606
3607 # DPDK Performance Changes 2n-skx 4t2c pdr
3608 - type: "table"
3609   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
3610   algorithm: "table_performance_comparison"
3611   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
3612   history:
3613     - title: "rls1810"
3614       data: "dpdk-performance-changes-2n-skx-h1"
3615   reference:
3616     title: "rls1901"
3617     data: "dpdk-performance-changes-2n-skx-ref"
3618   compare:
3619     title: "rls1904"
3620     data: "dpdk-performance-changes-2n-skx-cmp"
3621   data: "dpdk-performance-changes-2n-skx"
3622   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3623   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3624   parameters:
3625   - "name"
3626   - "parent"
3627   - "throughput"
3628
3629 # DPDK Performance Changes 2n-skx 2t1c ndr
3630 - type: "table"
3631   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
3632   algorithm: "table_performance_comparison"
3633   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
3634   history:
3635     - title: "rls1810"
3636       data: "dpdk-performance-changes-2n-skx-h1"
3637   reference:
3638     title: "rls1901"
3639     data: "dpdk-performance-changes-2n-skx-ref"
3640   compare:
3641     title: "rls1904"
3642     data: "dpdk-performance-changes-2n-skx-cmp"
3643   data: "dpdk-performance-changes-2n-skx"
3644   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3645   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3646   parameters:
3647   - "name"
3648   - "parent"
3649   - "throughput"
3650
3651 # DPDK Performance Changes 2n-skx 4t2c ndr
3652 - type: "table"
3653   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
3654   algorithm: "table_performance_comparison"
3655   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
3656   history:
3657     - title: "rls1810"
3658       data: "dpdk-performance-changes-2n-skx-h1"
3659   reference:
3660     title: "rls1901"
3661     data: "dpdk-performance-changes-2n-skx-ref"
3662   compare:
3663     title: "rls1904"
3664     data: "dpdk-performance-changes-2n-skx-cmp"
3665   data: "dpdk-performance-changes-2n-skx"
3666   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3667   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3668   parameters:
3669   - "name"
3670   - "parent"
3671   - "throughput"
3672
3673 # Detailed Test Results - DPDK Performance Results 3n-hsw
3674 - type: "table"
3675   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
3676   algorithm: "table_details"
3677   output-file-ext: ".csv"
3678   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
3679   columns:
3680   - title: "Name"
3681     data: "data name"
3682   - title: "Status"
3683     data: "data msg"
3684   rows: "generated"
3685   data: "dpdk-perf-results-3n-hsw"
3686   filter: "all"
3687   parameters:
3688   - "name"
3689   - "parent"
3690   - "msg"
3691
3692 # Detailed Test Results - DPDK Performance Results 3n-skx
3693 - type: "table"
3694   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
3695   algorithm: "table_details"
3696   output-file-ext: ".csv"
3697   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
3698   columns:
3699   - title: "Name"
3700     data: "data name"
3701   - title: "Status"
3702     data: "data msg"
3703   rows: "generated"
3704   data: "dpdk-perf-results-3n-skx"
3705   filter: "all"
3706   parameters:
3707   - "name"
3708   - "parent"
3709   - "msg"
3710
3711 # Detailed Test Results - DPDK Performance Results 2n-skx
3712 - type: "table"
3713   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
3714   algorithm: "table_details"
3715   output-file-ext: ".csv"
3716   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
3717   columns:
3718   - title: "Name"
3719     data: "data name"
3720   - title: "Status"
3721     data: "data msg"
3722   rows: "generated"
3723   data: "dpdk-perf-results-2n-skx"
3724   filter: "all"
3725   parameters:
3726   - "name"
3727   - "parent"
3728   - "msg"
3729
3730 ################################################################################
3731 # HoneyComb
3732 - type: "table"
3733   title: "Detailed Test Results - Honeycomb Functional Results"
3734   algorithm: "table_details"
3735   output-file-ext: ".csv"
3736   output-file: "{DIR[DTR,FUNC,HC]}/hc_functional_results"
3737   columns:
3738   - title: "Name"
3739     data: "data name"
3740   - title: "Documentation"
3741     data: "data doc"
3742   - title: "Status"
3743     data: "data status"
3744   rows: "generated"
3745   data:
3746     "hc-func-results"
3747   filter: "all"
3748   parameters:
3749   - "name"
3750   - "parent"
3751   - "doc"
3752   - "status"
3753
3754 ################################################################################
3755 # NSH SFC
3756 #-
3757 #  type: "table"
3758 #  title: "Detailed Test Results - NSH SFC Functional Results"
3759 #  algorithm: "table_details"
3760 #  output-file-ext: ".csv"
3761 #  output-file: "{DIR[DTR,FUNC,NSHSFC]}/nsh_sfc_functional_results"
3762 #  columns:
3763 #  -
3764 #    title: "Name"
3765 #    data: "data name"
3766 #  -
3767 #    title: "Documentation"
3768 #    data: "data doc"
3769 #  -
3770 #    title: "Status"
3771 #    data: "data status"
3772 #  rows: "generated"
3773 #  data:
3774 #    "nsh-func-results"
3775 #  filter: "all"
3776 #  parameters:
3777 #  - "name"
3778 #  - "parent"
3779 #  - "doc"
3780 #  - "status"
3781
3782 ################################################################################
3783 # DMM
3784 - type: "table"
3785   title: "Detailed Test Results - DMM Functional Results"
3786   algorithm: "table_details"
3787   output-file-ext: ".csv"
3788   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
3789   columns:
3790   - title: "Name"
3791     data: "data name"
3792   - title: "Documentation"
3793     data: "data doc"
3794   - title: "Status"
3795     data: "data status"
3796   rows: "generated"
3797   data:
3798     "dmm-func-results"
3799   filter: "all"
3800   parameters:
3801   - "name"
3802   - "parent"
3803   - "doc"
3804   - "status"
3805
3806 ################################################################################
3807 ###                                F I L E S                                 ###
3808 ################################################################################
3809
3810 # VPP Performance Results 3n-hsw
3811 - type: "file"
3812   title: "VPP Performance Results 3n-hsw"
3813   algorithm: "file_test_results"
3814   output-file-ext: ".rst"
3815   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
3816   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"
3817   dir-tables: "{DIR[DTR,PERF,VPP,3N,HSW]}"
3818   data: "vpp-perf-results-3n-hsw"
3819   filter: "not 'NDRCHK' and not 'PDRCHK'"
3820   parameters:
3821   - "name"
3822   - "doc"
3823   - "level"
3824   - "parent"
3825   data-start-level: 3
3826
3827 # VPP Performance Results 3n-skx
3828 - type: "file"
3829   title: "VPP Performance Results 3n-skx"
3830   algorithm: "file_test_results"
3831   output-file-ext: ".rst"
3832   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
3833   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"
3834   dir-tables: "{DIR[DTR,PERF,VPP,3N,SKX]}"
3835   data: "vpp-perf-results-3n-skx"
3836   filter: "not 'NDRCHK' and not 'PDRCHK'"
3837   parameters:
3838   - "name"
3839   - "doc"
3840   - "level"
3841   - "parent"
3842   data-start-level: 3
3843
3844 # VPP Performance Results 2n-skx
3845 - type: "file"
3846   title: "VPP Performance Results 2n-skx"
3847   algorithm: "file_test_results"
3848   output-file-ext: ".rst"
3849   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
3850   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"
3851   dir-tables: "{DIR[DTR,PERF,VPP,2N,SKX]}"
3852   data: "vpp-perf-results-2n-skx"
3853   filter: "not 'NDRCHK' and not 'PDRCHK'"
3854   parameters:
3855   - "name"
3856   - "doc"
3857   - "level"
3858   - "parent"
3859   data-start-level: 3
3860
3861 # VPP Performance Results 2n-dnv
3862 - type: "file"
3863   title: "VPP Performance Results 2n-dnv"
3864   algorithm: "file_test_results"
3865   output-file-ext: ".rst"
3866   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
3867   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"
3868   dir-tables: "{DIR[DTR,PERF,VPP,2N,DNV]}"
3869   data: "intel-dnv-vpp"
3870   filter: "'NDRPDR'"
3871   parameters:
3872   - "name"
3873   - "doc"
3874   - "level"
3875   - "parent"
3876   data-start-level: 3
3877
3878 # VPP Performance Configuration 3n-hsw
3879 - type: "file"
3880   title: "VPP Performance Configuration 3n-hsw"
3881   algorithm: "file_test_results"
3882   output-file-ext: ".rst"
3883   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_performance_configuration_3n_hsw"
3884   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"
3885   dir-tables: "{DIR[DTC,PERF,VPP,3N,HSW]}"
3886   data: "vpp-perf-results-3n-hsw"
3887   filter: "not 'NDRCHK' and not 'PDRCHK'"
3888   parameters:
3889   - "name"
3890   - "doc"
3891   - "level"
3892   - "parent"
3893   data-start-level: 3
3894
3895 # VPP Performance Configuration 3n-skx
3896 - type: "file"
3897   title: "VPP Performance Configuration 3n-skx"
3898   algorithm: "file_test_results"
3899   output-file-ext: ".rst"
3900   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_performance_configuration_3n_skx"
3901   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"
3902   dir-tables: "{DIR[DTC,PERF,VPP,3N,SKX]}"
3903   data: "vpp-perf-results-3n-skx"
3904   filter: "not 'NDRCHK' and not 'PDRCHK'"
3905   parameters:
3906   - "name"
3907   - "doc"
3908   - "level"
3909   - "parent"
3910   data-start-level: 3
3911
3912 # VPP Performance Configuration 2n-skx
3913 - type: "file"
3914   title: "VPP Performance Configuration 2n-skx"
3915   algorithm: "file_test_results"
3916   output-file-ext: ".rst"
3917   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_performance_configuration_2n_skx"
3918   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"
3919   dir-tables: "{DIR[DTC,PERF,VPP,2N,SKX]}"
3920   data: "vpp-perf-results-2n-skx"
3921   filter: "not 'NDRCHK' and not 'PDRCHK'"
3922   parameters:
3923   - "name"
3924   - "doc"
3925   - "level"
3926   - "parent"
3927   data-start-level: 3
3928
3929 # VPP Performance Configuration 2n-dnv
3930 - type: "file"
3931   title: "VPP Performance Configuration 2n-dnv"
3932   algorithm: "file_test_results"
3933   output-file-ext: ".rst"
3934   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_performance_configuration_2n_dnv"
3935   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"
3936   dir-tables: "{DIR[DTC,PERF,VPP,2N,DNV]}"
3937   data: "intel-dnv-vpp"
3938   filter: "'NDRPDR'"
3939   parameters:
3940   - "name"
3941   - "doc"
3942   - "level"
3943   - "parent"
3944   data-start-level: 3
3945
3946 # VPP Performance Operational Data 3n-hsw
3947 - type: "file"
3948   title: "VPP Performance Operational Data 3n-hsw"
3949   algorithm: "file_test_results"
3950   output-file-ext: ".rst"
3951   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_performance_operational_data_3n_hsw"
3952   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"
3953   dir-tables: "{DIR[DTO,PERF,VPP,3N,HSW]}"
3954   data: "vpp-perf-results-3n-hsw"
3955   filter: "not 'NDRCHK' and not 'PDRCHK'"
3956   parameters:
3957   - "name"
3958   - "doc"
3959   - "level"
3960   - "parent"
3961   data-start-level: 3
3962
3963 # VPP Performance Operational Data 3n-skx
3964 - type: "file"
3965   title: "VPP Performance Operational Data 3n-skx"
3966   algorithm: "file_test_results"
3967   output-file-ext: ".rst"
3968   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_performance_operational_data_3n_skx"
3969   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"
3970   dir-tables: "{DIR[DTO,PERF,VPP,3N,SKX]}"
3971   data: "vpp-perf-results-3n-skx"
3972   filter: "not 'NDRCHK' and not 'PDRCHK'"
3973   parameters:
3974   - "name"
3975   - "doc"
3976   - "level"
3977   - "parent"
3978   data-start-level: 3
3979
3980 # VPP Performance Operational Data 2n-skx
3981 - type: "file"
3982   title: "VPP Performance Operational Data 2n-skx"
3983   algorithm: "file_test_results"
3984   output-file-ext: ".rst"
3985   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_performance_operational_data_2n_skx"
3986   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"
3987   dir-tables: "{DIR[DTO,PERF,VPP,2N,SKX]}"
3988   data: "vpp-perf-results-2n-skx"
3989   filter: "not 'NDRCHK' and not 'PDRCHK'"
3990   parameters:
3991   - "name"
3992   - "doc"
3993   - "level"
3994   - "parent"
3995   data-start-level: 3
3996
3997 # VPP Performance Operational Data 2n-dnv
3998 - type: "file"
3999   title: "VPP Performance Operational Data 2n-dnv"
4000   algorithm: "file_test_results"
4001   output-file-ext: ".rst"
4002   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_performance_operational_data_2n_dnv"
4003   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"
4004   dir-tables: "{DIR[DTO,PERF,VPP,2N,DNV]}"
4005   data: "intel-dnv-vpp"
4006   filter: "'NDRPDR'"
4007   parameters:
4008   - "name"
4009   - "doc"
4010   - "level"
4011   - "parent"
4012   data-start-level: 3
4013
4014 # VPP MRR Results 3n-hsw
4015 - type: "file"
4016   title: "VPP MRR Results 3n-hsw"
4017   algorithm: "file_test_results"
4018   output-file-ext: ".rst"
4019   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
4020   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"
4021   dir-tables: "{DIR[DTR,MRR,VPP,3N,HSW]}"
4022   data: "vpp-mrr-results-3n-hsw"
4023   filter: "'MRR'"
4024   parameters:
4025   - "name"
4026   - "doc"
4027   - "level"
4028   - "parent"
4029   data-start-level: 3
4030
4031 # VPP MRR Results 3n-skx
4032 - type: "file"
4033   title: "VPP MRR Results 3n-skx"
4034   algorithm: "file_test_results"
4035   output-file-ext: ".rst"
4036   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
4037   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"
4038   dir-tables: "{DIR[DTR,MRR,VPP,3N,SKX]}"
4039   data: "vpp-mrr-results-3n-skx"
4040   filter: "'MRR'"
4041   parameters:
4042   - "name"
4043   - "doc"
4044   - "level"
4045   - "parent"
4046   data-start-level: 3
4047
4048 # VPP MRR Results 2n-skx
4049 - type: "file"
4050   title: "VPP MRR Results 2n-skx"
4051   algorithm: "file_test_results"
4052   output-file-ext: ".rst"
4053   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
4054   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"
4055   dir-tables: "{DIR[DTR,MRR,VPP,2N,SKX]}"
4056   data: "vpp-mrr-results-2n-skx"
4057   filter: "all"
4058   parameters:
4059   - "name"
4060   - "doc"
4061   - "level"
4062   - "parent"
4063   data-start-level: 3
4064
4065 # VPP MRR Results 2n-dnv
4066 - type: "file"
4067   title: "VPP MRR Results 2n-dnv"
4068   algorithm: "file_test_results"
4069   output-file-ext: ".rst"
4070   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
4071   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"
4072   dir-tables: "{DIR[DTR,MRR,VPP,2N,DNV]}"
4073   data: "intel-dnv-vpp"
4074   filter: "'MRR'"
4075   parameters:
4076   - "name"
4077   - "doc"
4078   - "level"
4079   - "parent"
4080   data-start-level: 3
4081
4082 # VPP MRR Configuration 3n-hsw
4083 - type: "file"
4084   title: "VPP MRR Configuration 3n-hsw"
4085   algorithm: "file_test_results"
4086   output-file-ext: ".rst"
4087   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_configuration_3n_hsw"
4088   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"
4089   dir-tables: "{DIR[DTC,MRR,VPP,3N,HSW]}"
4090   data: "vpp-mrr-results-3n-hsw"
4091   filter: "'MRR'"
4092   parameters:
4093   - "name"
4094   - "doc"
4095   - "level"
4096   - "parent"
4097   data-start-level: 3
4098
4099 # VPP MRR Configuration 3n-skx
4100 - type: "file"
4101   title: "VPP MRR Configuration 3n-skx"
4102   algorithm: "file_test_results"
4103   output-file-ext: ".rst"
4104   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_configuration_3n_skx"
4105   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"
4106   dir-tables: "{DIR[DTC,MRR,VPP,3N,SKX]}"
4107   data: "vpp-mrr-results-3n-skx"
4108   filter: "'MRR'"
4109   parameters:
4110   - "name"
4111   - "doc"
4112   - "level"
4113   - "parent"
4114   data-start-level: 3
4115
4116 # VPP MRR Configuration 2n-skx
4117 - type: "file"
4118   title: "VPP MRR Configuration 2n-skx"
4119   algorithm: "file_test_results"
4120   output-file-ext: ".rst"
4121   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_configuration_2n_skx"
4122   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"
4123   dir-tables: "{DIR[DTC,MRR,VPP,2N,SKX]}"
4124   data: "vpp-mrr-results-2n-skx"
4125   filter: "'MRR'"
4126   parameters:
4127   - "name"
4128   - "doc"
4129   - "level"
4130   - "parent"
4131   data-start-level: 3
4132
4133 # VPP MRR Configuration 2n-dnv
4134 - type: "file"
4135   title: "VPP MRR Configuration 2n-dnv"
4136   algorithm: "file_test_results"
4137   output-file-ext: ".rst"
4138   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_configuration_2n_dnv"
4139   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"
4140   dir-tables: "{DIR[DTC,MRR,VPP,2N,DNV]}"
4141   data: "intel-dnv-vpp"
4142   filter: "'MRR'"
4143   parameters:
4144   - "name"
4145   - "doc"
4146   - "level"
4147   - "parent"
4148   data-start-level: 3
4149
4150 # VPP Functional Results - Ubuntu
4151 - type: "file"
4152   title: "VPP Functional Results - Ubuntu"
4153   algorithm: "file_test_results"
4154   output-file-ext: ".rst"
4155   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
4156   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"
4157   dir-tables: "{DIR[DTR,FUNC,VPP,UBUNTU]}"
4158   data: "vpp-func-results-ubuntu"
4159   filter: "all"
4160   parameters:
4161   - "name"
4162   - "doc"
4163   - "level"
4164   - "parent"
4165   data-start-level: 3
4166
4167 # VPP Functional Results - CentOS
4168 - type: "file"
4169   title: "VPP Functional Results - CentOS"
4170   algorithm: "file_test_results"
4171   output-file-ext: ".rst"
4172   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
4173   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"
4174   dir-tables: "{DIR[DTR,FUNC,VPP,CENTOS]}"
4175   data:
4176     "vpp-func-results-centos"
4177   filter: "all"
4178   parameters:
4179   - "name"
4180   - "doc"
4181   - "level"
4182   - "parent"
4183   data-start-level: 3
4184
4185 # VPP Functional Configuration - Ubuntu
4186 - type: "file"
4187   title: "VPP Functional Configuration - Ubuntu"
4188   algorithm: "file_test_results"
4189   output-file-ext: ".rst"
4190   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
4191   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"
4192   dir-tables: "{DIR[DTC,FUNC,VPP,UBUNTU]}"
4193   data: "vpp-func-results-ubuntu"
4194   filter: "all"
4195   parameters:
4196   - "name"
4197   - "doc"
4198   - "level"
4199   - "parent"
4200   data-start-level: 3
4201
4202 # VPP Functional Configuration - CentOS
4203 - type: "file"
4204   title: "VPP Functional Configuration - CentOS"
4205   algorithm: "file_test_results"
4206   output-file-ext: ".rst"
4207   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
4208   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"
4209   dir-tables: "{DIR[DTC,FUNC,VPP,CENTOS]}"
4210   data:
4211     "vpp-func-results-centos"
4212   filter: "all"
4213   parameters:
4214   - "name"
4215   - "doc"
4216   - "level"
4217   - "parent"
4218   data-start-level: 3
4219
4220 # VPP Device Results - Ubuntu
4221 - type: "file"
4222   title: "VPP Device Results - Ubuntu"
4223   algorithm: "file_test_results"
4224   output-file-ext: ".rst"
4225   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
4226   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"
4227   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
4228   data: "vpp-device-results-ubuntu"
4229   filter: "all"
4230   parameters:
4231   - "name"
4232   - "doc"
4233   - "level"
4234   - "parent"
4235   data-start-level: 2
4236
4237 # VPP Device Configuration - Ubuntu
4238 - type: "file"
4239   title: "VPP Device Configuration - Ubuntu"
4240   algorithm: "file_test_results"
4241   output-file-ext: ".rst"
4242   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
4243   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"
4244   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
4245   data: "vpp-device-results-ubuntu"
4246   filter: "all"
4247   parameters:
4248   - "name"
4249   - "doc"
4250   - "level"
4251   - "parent"
4252   data-start-level: 2
4253
4254 # Container Orchestrated Performance Results 3n-hsw
4255 - type: "file"
4256   title: "Container Orchestrated Performance Results 3n-hsw"
4257   algorithm: "file_test_results"
4258   output-file-ext: ".rst"
4259   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
4260   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"
4261   dir-tables: "{DIR[DTR,PERF,COT,3N,HSW]}"
4262   data: "ligato-perf-results-3n-hsw"
4263   filter: "all"
4264   parameters:
4265   - "name"
4266   - "doc"
4267   - "level"
4268   - "parent"
4269   data-start-level: 3
4270
4271 # DPDK Performance Results 3n-hsw
4272 - type: "file"
4273   title: "DPDK Performance Results 3n-hsw"
4274   algorithm: "file_test_results"
4275   output-file-ext: ".rst"
4276   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
4277   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"
4278   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
4279   data: "dpdk-perf-results-3n-hsw"
4280   filter: "all"
4281   parameters:
4282   - "name"
4283   - "doc"
4284   - "level"
4285   - "parent"
4286   data-start-level: 3
4287
4288 # DPDK Performance Results 3n-skx
4289 - type: "file"
4290   title: "DPDK Performance Results 3n-skx"
4291   algorithm: "file_test_results"
4292   output-file-ext: ".rst"
4293   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
4294   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"
4295   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
4296   data: "dpdk-perf-results-3n-skx"
4297   filter: "all"
4298   parameters:
4299   - "name"
4300   - "doc"
4301   - "level"
4302   - "parent"
4303   data-start-level: 3
4304
4305 # DPDK Performance Results 2n-skx
4306 - type: "file"
4307   title: "DPDK Performance Results 2n-skx"
4308   algorithm: "file_test_results"
4309   output-file-ext: ".rst"
4310   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
4311   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"
4312   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
4313   data: "dpdk-perf-results-2n-skx"
4314   filter: "all"
4315   parameters:
4316   - "name"
4317   - "doc"
4318   - "level"
4319   - "parent"
4320   data-start-level: 3
4321
4322 # Honeycomb Functional Results
4323 - type: "file"
4324   title: "Honeycomb Functional Results"
4325   algorithm: "file_test_results"
4326   output-file-ext: ".rst"
4327   output-file: "{DIR[DTR,FUNC,HC]}/honeycomb_functional_results"
4328   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"
4329   dir-tables: "{DIR[DTR,FUNC,HC]}"
4330   data:
4331     "hc-func-results"
4332   filter: "all"
4333   parameters:
4334   - "name"
4335   - "doc"
4336   - "level"
4337   - "parent"
4338   data-start-level: 3
4339
4340 # NSH SFC Functional Results
4341 #-
4342 #  type: "file"
4343 #  title: "NSH SFC Functional Results"
4344 #  algorithm: "file_test_results"
4345 #  output-file-ext: ".rst"
4346 #  output-file: "{DIR[DTR,FUNC,NSHSFC]}/nshsfc_functional_results"
4347 #  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"
4348 #  dir-tables: "{DIR[DTR,FUNC,NSHSFC]}"
4349 #  data:
4350 #    "nsh-func-results"
4351 #  filter: "all"
4352 #  parameters:
4353 #  - "name"
4354 #  - "doc"
4355 #  - "level"
4356 #  - "parent"
4357 #  data-start-level: 3
4358
4359 # DMM Functional Results
4360 - type: "file"
4361   title: "DMM Functional Results"
4362   algorithm: "file_test_results"
4363   output-file-ext: ".rst"
4364   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
4365   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4366   dir-tables: "{DIR[DTR,FUNC,DMM]}"
4367   data:
4368     "dmm-func-results"
4369   filter: "all"
4370   parameters:
4371   - "name"
4372   - "doc"
4373   - "level"
4374   - "parent"
4375   data-start-level: 3
4376
4377 ################################################################################
4378 ###                                P L O T S                                 ###
4379 ################################################################################
4380
4381 # Soak test - 30min Soak Test (PLRsearch), boxes
4382 - type: "plot"
4383   title: "VPP Throughput: 30min Soak Test (PLRsearch) boxes"
4384   algorithm: "plot_soak_boxes"
4385   output-file-type: ".html"
4386   output-file: "{DIR[STATIC,VPP]}/example-soak-boxes"
4387   data: "plot-vpp-soak-2n-skx"
4388   filter: "'SOAK'"
4389   parameters:
4390   - "throughput"
4391   - "parent"
4392   - "tags"
4393   sort:
4394   - "L2PATCH"
4395 #  - "L2XCBASE"
4396 #  - "L2BDMACLRN"
4397 #  - "IP4FWD"
4398 #  - "IP6FWD"
4399   - "VHOST"
4400   layout:
4401     title: "30min Soak Test (PLRsearch)"
4402     layout: "plot-soak-throughput"
4403
4404 # Soak test - example, not used
4405 - type: "plot"
4406   title: "VPP Throughput: 30min Soak Test (PLRsearch) bars"
4407   algorithm: "plot_soak_bars"
4408   output-file-type: ".html"
4409   output-file: "{DIR[STATIC,VPP]}/example-soak-bars"
4410   data: "plot-vpp-soak-2n-skx"
4411   filter: "'SOAK'"
4412   parameters:
4413   - "throughput"
4414   - "parent"
4415   - "tags"
4416   sort:
4417   - "L2PATCH"
4418 #  - "L2XCBASE"
4419 #  - "L2BDMACLRN"
4420 #  - "IP4FWD"
4421 #  - "IP6FWD"
4422   - "VHOST"
4423   layout:
4424     title: "30min Soak Test (PLRsearch)"
4425     layout: "plot-soak-throughput"
4426
4427 ################################################################################
4428 # Plots - NF Density - VSC
4429
4430 - type: "plot"
4431   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-mrr"
4432   algorithm: "plot_service_density_heatmap"
4433   output-file-type: ".html"
4434   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-vsc-mrr"
4435   data: "plot-vpp-nfv-2n-skx-mrr"
4436   filter: "'NIC_Intel-X710' and
4437            'NF_DENSITY' and
4438            'VM' and
4439            'CHAIN' and
4440            '64B' and
4441            '2T1C' and
4442            'MRR'"
4443   parameters:
4444   - "result"
4445   - "name"
4446   - "tags"
4447   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4448   x-axis: "X = VNFs per Service Chain"
4449   y-axis: "Y = Number of Service Chains"
4450   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
4451   layout:
4452     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-mrr"
4453     layout: "plot-service-density"
4454
4455 - type: "plot"
4456   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-mrr"
4457   algorithm: "plot_service_density_heatmap"
4458   output-file-type: ".html"
4459   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-vsc-mrr"
4460   data: "plot-vpp-nfv-2n-skx-mrr"
4461   filter: "'NIC_Intel-X710' and
4462            'NF_DENSITY' and
4463            'VM' and
4464            'CHAIN' and
4465            '64B' and
4466            '4T2C' and
4467            'MRR'"
4468   parameters:
4469   - "result"
4470   - "name"
4471   - "tags"
4472   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4473   x-axis: "X = VNFs per Service Chain"
4474   y-axis: "Y = Number of Service Chains"
4475   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
4476   layout:
4477     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-mrr"
4478     layout: "plot-service-density"
4479
4480 - type: "plot"
4481   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-mrr"
4482   algorithm: "plot_service_density_heatmap"
4483   output-file-type: ".html"
4484   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-vsc-mrr"
4485   data: "plot-vpp-nfv-2n-skx-mrr"
4486   filter: "'NIC_Intel-X710' and
4487            'NF_DENSITY' and
4488            'VM' and
4489            'CHAIN' and
4490            'IMIX' and
4491            '2T1C' and
4492            'MRR'"
4493   parameters:
4494   - "result"
4495   - "name"
4496   - "tags"
4497   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4498   x-axis: "X = VNFs per Service Chain"
4499   y-axis: "Y = Number of Service Chains"
4500   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
4501   layout:
4502     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-mrr"
4503     layout: "plot-service-density"
4504
4505 - type: "plot"
4506   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-mrr"
4507   algorithm: "plot_service_density_heatmap"
4508   output-file-type: ".html"
4509   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-vsc-mrr"
4510   data: "plot-vpp-nfv-2n-skx-mrr"
4511   filter: "'NIC_Intel-X710' and
4512            'NF_DENSITY' and
4513            'VM' and
4514            'CHAIN' and
4515            'IMIX' and
4516            '4T2C' and
4517            'MRR'"
4518   parameters:
4519   - "result"
4520   - "name"
4521   - "tags"
4522   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4523   x-axis: "X = VNFs per Service Chain"
4524   y-axis: "Y = Number of Service Chains"
4525   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
4526   layout:
4527     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-mrr"
4528     layout: "plot-service-density"
4529
4530 - type: "plot"
4531   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-ndr"
4532   algorithm: "plot_service_density_heatmap"
4533   output-file-type: ".html"
4534   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-vsc-ndr"
4535   data: "plot-vpp-nfv-2n-skx"
4536   filter: "'NIC_Intel-X710' and
4537            'NF_DENSITY' and
4538            'VM' and
4539            'CHAIN' and
4540            '64B' and
4541            '2T1C' and
4542            'NDRPDR'"
4543   parameters:
4544   - "throughput"
4545   - "name"
4546   - "tags"
4547   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4548   x-axis: "X = VNFs per Service Chain"
4549   y-axis: "Y = Number of Service Chains"
4550   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
4551   layout:
4552     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-ndr"
4553     layout: "plot-service-density"
4554
4555 - type: "plot"
4556   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-ndr"
4557   algorithm: "plot_service_density_heatmap"
4558   output-file-type: ".html"
4559   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-vsc-ndr"
4560   data: "plot-vpp-nfv-2n-skx"
4561   filter: "'NIC_Intel-X710' and
4562            'NF_DENSITY' and
4563            'VM' and
4564            'CHAIN' and
4565            '64B' and
4566            '4T2C' and
4567            'NDRPDR'"
4568   parameters:
4569   - "throughput"
4570   - "name"
4571   - "tags"
4572   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4573   x-axis: "X = VNFs per Service Chain"
4574   y-axis: "Y = Number of Service Chains"
4575   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
4576   layout:
4577     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-ndr"
4578     layout: "plot-service-density"
4579
4580 - type: "plot"
4581   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-ndr"
4582   algorithm: "plot_service_density_heatmap"
4583   output-file-type: ".html"
4584   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-vsc-ndr"
4585   data: "plot-vpp-nfv-2n-skx"
4586   filter: "'NIC_Intel-X710' and
4587            'NF_DENSITY' and
4588            'VM' and
4589            'CHAIN' and
4590            'IMIX' and
4591            '2T1C' and
4592            'NDRPDR'"
4593   parameters:
4594   - "throughput"
4595   - "name"
4596   - "tags"
4597   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4598   x-axis: "X = VNFs per Service Chain"
4599   y-axis: "Y = Number of Service Chains"
4600   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
4601   layout:
4602     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-ndr"
4603     layout: "plot-service-density"
4604
4605 - type: "plot"
4606   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-ndr"
4607   algorithm: "plot_service_density_heatmap"
4608   output-file-type: ".html"
4609   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-vsc-ndr"
4610   data: "plot-vpp-nfv-2n-skx"
4611   filter: "'NIC_Intel-X710' and
4612            'NF_DENSITY' and
4613            'VM' and
4614            'CHAIN' and
4615            'IMIX' and
4616            '4T2C' and
4617            'NDRPDR'"
4618   parameters:
4619   - "throughput"
4620   - "name"
4621   - "tags"
4622   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4623   x-axis: "X = VNFs per Service Chain"
4624   y-axis: "Y = Number of Service Chains"
4625   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
4626   layout:
4627     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-ndr"
4628     layout: "plot-service-density"
4629
4630 - type: "plot"
4631   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-pdr"
4632   algorithm: "plot_service_density_heatmap"
4633   output-file-type: ".html"
4634   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-vsc-pdr"
4635   data: "plot-vpp-nfv-2n-skx"
4636   filter: "'NIC_Intel-X710' and
4637            'NF_DENSITY' and
4638            'VM' and
4639            'CHAIN' and
4640            '64B' and
4641            '2T1C' and
4642            'NDRPDR'"
4643   parameters:
4644   - "throughput"
4645   - "name"
4646   - "tags"
4647   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4648   x-axis: "X = VNFs per Service Chain"
4649   y-axis: "Y = Number of Service Chains"
4650   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
4651   layout:
4652     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-pdr"
4653     layout: "plot-service-density"
4654
4655 - type: "plot"
4656   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-pdr"
4657   algorithm: "plot_service_density_heatmap"
4658   output-file-type: ".html"
4659   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-vsc-pdr"
4660   data: "plot-vpp-nfv-2n-skx"
4661   filter: "'NIC_Intel-X710' and
4662            'NF_DENSITY' and
4663            'VM' and
4664            'CHAIN' and
4665            '64B' and
4666            '4T2C' and
4667            'NDRPDR'"
4668   parameters:
4669   - "throughput"
4670   - "name"
4671   - "tags"
4672   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4673   x-axis: "X = VNFs per Service Chain"
4674   y-axis: "Y = Number of Service Chains"
4675   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
4676   layout:
4677     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-pdr"
4678     layout: "plot-service-density"
4679
4680 - type: "plot"
4681   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-pdr"
4682   algorithm: "plot_service_density_heatmap"
4683   output-file-type: ".html"
4684   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-vsc-pdr"
4685   data: "plot-vpp-nfv-2n-skx"
4686   filter: "'NIC_Intel-X710' and
4687            'NF_DENSITY' and
4688            'VM' and
4689            'CHAIN' and
4690            'IMIX' and
4691            '2T1C' and
4692            'NDRPDR'"
4693   parameters:
4694   - "throughput"
4695   - "name"
4696   - "tags"
4697   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4698   x-axis: "X = VNFs per Service Chain"
4699   y-axis: "Y = Number of Service Chains"
4700   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
4701   layout:
4702     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-pdr"
4703     layout: "plot-service-density"
4704
4705 - type: "plot"
4706   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-pdr"
4707   algorithm: "plot_service_density_heatmap"
4708   output-file-type: ".html"
4709   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-vsc-pdr"
4710   data: "plot-vpp-nfv-2n-skx"
4711   filter: "'NIC_Intel-X710' and
4712            'NF_DENSITY' and
4713            'VM' and
4714            'CHAIN' and
4715            'IMIX' and
4716            '4T2C' and
4717            'NDRPDR'"
4718   parameters:
4719   - "throughput"
4720   - "name"
4721   - "tags"
4722   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4723   x-axis: "X = VNFs per Service Chain"
4724   y-axis: "Y = Number of Service Chains"
4725   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
4726   layout:
4727     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-pdr"
4728     layout: "plot-service-density"
4729
4730 ################################################################################
4731 # Plots - NF Density - CSC
4732
4733 - type: "plot"
4734   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-mrr"
4735   algorithm: "plot_service_density_heatmap"
4736   output-file-type: ".html"
4737   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csc-mrr"
4738   data: "plot-vpp-nfv-2n-skx-mrr"
4739   filter: "'NIC_Intel-X710' and
4740            'NF_DENSITY' and
4741            'DOCKER' and
4742            'CHAIN' and
4743            '64B' and
4744            '2T1C' and
4745            'MRR'"
4746   parameters:
4747   - "result"
4748   - "name"
4749   - "tags"
4750   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4751   x-axis: "X = CNFs per Service Chain"
4752   y-axis: "Y = Number of Service Chains"
4753   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
4754   layout:
4755     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-mrr"
4756     layout: "plot-service-density"
4757
4758 - type: "plot"
4759   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-mrr"
4760   algorithm: "plot_service_density_heatmap"
4761   output-file-type: ".html"
4762   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csc-mrr"
4763   data: "plot-vpp-nfv-2n-skx-mrr"
4764   filter: "'NIC_Intel-X710' and
4765            'NF_DENSITY' and
4766            'DOCKER' and
4767            'CHAIN' and
4768            '64B' and
4769            '4T2C' and
4770            'MRR'"
4771   parameters:
4772   - "result"
4773   - "name"
4774   - "tags"
4775   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4776   x-axis: "X = CNFs per Service Chain"
4777   y-axis: "Y = Number of Service Chains"
4778   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
4779   layout:
4780     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-mrr"
4781     layout: "plot-service-density"
4782
4783 - type: "plot"
4784   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-mrr"
4785   algorithm: "plot_service_density_heatmap"
4786   output-file-type: ".html"
4787   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csc-mrr"
4788   data: "plot-vpp-nfv-2n-skx-mrr"
4789   filter: "'NIC_Intel-X710' and
4790            'NF_DENSITY' and
4791            'DOCKER' and
4792            'CHAIN' and
4793            'IMIX' and
4794            '2T1C' and
4795            'MRR'"
4796   parameters:
4797   - "result"
4798   - "name"
4799   - "tags"
4800   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4801   x-axis: "X = CNFs per Service Chain"
4802   y-axis: "Y = Number of Service Chains"
4803   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
4804   layout:
4805     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-mrr"
4806     layout: "plot-service-density"
4807
4808 - type: "plot"
4809   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-mrr"
4810   algorithm: "plot_service_density_heatmap"
4811   output-file-type: ".html"
4812   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csc-mrr"
4813   data: "plot-vpp-nfv-2n-skx-mrr"
4814   filter: "'NIC_Intel-X710' and
4815            'NF_DENSITY' and
4816            'DOCKER' and
4817            'CHAIN' and
4818            'IMIX' and
4819            '4T2C' and
4820            'MRR'"
4821   parameters:
4822   - "result"
4823   - "name"
4824   - "tags"
4825   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4826   x-axis: "X = CNFs per Service Chain"
4827   y-axis: "Y = Number of Service Chains"
4828   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
4829   layout:
4830     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-mrr"
4831     layout: "plot-service-density"
4832
4833 - type: "plot"
4834   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-ndr"
4835   algorithm: "plot_service_density_heatmap"
4836   output-file-type: ".html"
4837   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csc-ndr"
4838   data: "plot-vpp-nfv-2n-skx"
4839   filter: "'NIC_Intel-X710' and
4840            'NF_DENSITY' and
4841            'DOCKER' and
4842            'CHAIN' and
4843            '64B' and
4844            '2T1C' and
4845            'NDRPDR'"
4846   parameters:
4847   - "throughput"
4848   - "name"
4849   - "tags"
4850   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4851   x-axis: "X = CNFs per Service Chain"
4852   y-axis: "Y = Number of Service Chains"
4853   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
4854   layout:
4855     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-ndr"
4856     layout: "plot-service-density"
4857
4858 - type: "plot"
4859   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-ndr"
4860   algorithm: "plot_service_density_heatmap"
4861   output-file-type: ".html"
4862   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csc-ndr"
4863   data: "plot-vpp-nfv-2n-skx"
4864   filter: "'NIC_Intel-X710' and
4865            'NF_DENSITY' and
4866            'DOCKER' and
4867            'CHAIN' and
4868            '64B' and
4869            '4T2C' and
4870            'NDRPDR'"
4871   parameters:
4872   - "throughput"
4873   - "name"
4874   - "tags"
4875   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4876   x-axis: "X = CNFs per Service Chain"
4877   y-axis: "Y = Number of Service Chains"
4878   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
4879   layout:
4880     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-ndr"
4881     layout: "plot-service-density"
4882
4883 - type: "plot"
4884   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-ndr"
4885   algorithm: "plot_service_density_heatmap"
4886   output-file-type: ".html"
4887   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csc-ndr"
4888   data: "plot-vpp-nfv-2n-skx"
4889   filter: "'NIC_Intel-X710' and
4890            'NF_DENSITY' and
4891            'DOCKER' and
4892            'CHAIN' and
4893            'IMIX' and
4894            '2T1C' and
4895            'NDRPDR'"
4896   parameters:
4897   - "throughput"
4898   - "name"
4899   - "tags"
4900   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4901   x-axis: "X = CNFs per Service Chain"
4902   y-axis: "Y = Number of Service Chains"
4903   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
4904   layout:
4905     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-ndr"
4906     layout: "plot-service-density"
4907
4908 - type: "plot"
4909   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-ndr"
4910   algorithm: "plot_service_density_heatmap"
4911   output-file-type: ".html"
4912   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csc-ndr"
4913   data: "plot-vpp-nfv-2n-skx"
4914   filter: "'NIC_Intel-X710' and
4915            'NF_DENSITY' and
4916            'DOCKER' and
4917            'CHAIN' and
4918            'IMIX' and
4919            '4T2C' and
4920            'NDRPDR'"
4921   parameters:
4922   - "throughput"
4923   - "name"
4924   - "tags"
4925   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4926   x-axis: "X = CNFs per Service Chain"
4927   y-axis: "Y = Number of Service Chains"
4928   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
4929   layout:
4930     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-ndr"
4931     layout: "plot-service-density"
4932
4933 - type: "plot"
4934   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-pdr"
4935   algorithm: "plot_service_density_heatmap"
4936   output-file-type: ".html"
4937   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csc-pdr"
4938   data: "plot-vpp-nfv-2n-skx"
4939   filter: "'NIC_Intel-X710' and
4940            'NF_DENSITY' and
4941            'DOCKER' and
4942            'CHAIN' and
4943            '64B' and
4944            '2T1C' and
4945            'NDRPDR'"
4946   parameters:
4947   - "throughput"
4948   - "name"
4949   - "tags"
4950   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4951   x-axis: "X = CNFs per Service Chain"
4952   y-axis: "Y = Number of Service Chains"
4953   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
4954   layout:
4955     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-pdr"
4956     layout: "plot-service-density"
4957
4958 - type: "plot"
4959   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-pdr"
4960   algorithm: "plot_service_density_heatmap"
4961   output-file-type: ".html"
4962   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csc-pdr"
4963   data: "plot-vpp-nfv-2n-skx"
4964   filter: "'NIC_Intel-X710' and
4965            'NF_DENSITY' and
4966            'DOCKER' and
4967            'CHAIN' and
4968            '64B' and
4969            '4T2C' and
4970            'NDRPDR'"
4971   parameters:
4972   - "throughput"
4973   - "name"
4974   - "tags"
4975   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4976   x-axis: "X = CNFs per Service Chain"
4977   y-axis: "Y = Number of Service Chains"
4978   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
4979   layout:
4980     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-pdr"
4981     layout: "plot-service-density"
4982
4983 - type: "plot"
4984   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-pdr"
4985   algorithm: "plot_service_density_heatmap"
4986   output-file-type: ".html"
4987   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csc-pdr"
4988   data: "plot-vpp-nfv-2n-skx"
4989   filter: "'NIC_Intel-X710' and
4990            'NF_DENSITY' and
4991            'DOCKER' and
4992            'CHAIN' and
4993            'IMIX' and
4994            '2T1C' and
4995            'NDRPDR'"
4996   parameters:
4997   - "throughput"
4998   - "name"
4999   - "tags"
5000   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5001   x-axis: "X = CNFs per Service Chain"
5002   y-axis: "Y = Number of Service Chains"
5003   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5004   layout:
5005     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-pdr"
5006     layout: "plot-service-density"
5007
5008 - type: "plot"
5009   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-pdr"
5010   algorithm: "plot_service_density_heatmap"
5011   output-file-type: ".html"
5012   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csc-pdr"
5013   data: "plot-vpp-nfv-2n-skx"
5014   filter: "'NIC_Intel-X710' and
5015            'NF_DENSITY' and
5016            'DOCKER' and
5017            'CHAIN' and
5018            'IMIX' and
5019            '4T2C' and
5020            'NDRPDR'"
5021   parameters:
5022   - "throughput"
5023   - "name"
5024   - "tags"
5025   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5026   x-axis: "X = CNFs per Service Chain"
5027   y-axis: "Y = Number of Service Chains"
5028   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5029   layout:
5030     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-pdr"
5031     layout: "plot-service-density"
5032
5033 ################################################################################
5034 # Plots - NF Density - CSP
5035
5036 - type: "plot"
5037   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-mrr"
5038   algorithm: "plot_service_density_heatmap"
5039   output-file-type: ".html"
5040   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csp-mrr"
5041   data: "plot-vpp-nfv-2n-skx-mrr"
5042   filter: "'NIC_Intel-X710' and
5043            'NF_DENSITY' and
5044            'DOCKER' and
5045            'PIPELINE' and
5046            '64B' and
5047            '2T1C' and
5048            'MRR'"
5049   parameters:
5050   - "result"
5051   - "name"
5052   - "tags"
5053   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5054   x-axis: "X = CNFs per Service Pipeline"
5055   y-axis: "Y = Number of Service Pipelines"
5056   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5057   layout:
5058     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-mrr"
5059     layout: "plot-service-density"
5060
5061 - type: "plot"
5062   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-mrr"
5063   algorithm: "plot_service_density_heatmap"
5064   output-file-type: ".html"
5065   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csp-mrr"
5066   data: "plot-vpp-nfv-2n-skx-mrr"
5067   filter: "'NIC_Intel-X710' and
5068            'NF_DENSITY' and
5069            'DOCKER' and
5070            'PIPELINE' and
5071            '64B' and
5072            '4T2C' and
5073            'MRR'"
5074   parameters:
5075   - "result"
5076   - "name"
5077   - "tags"
5078   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5079   x-axis: "X = CNFs per Service Pipeline"
5080   y-axis: "Y = Number of Service Pipelines"
5081   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5082   layout:
5083     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-mrr"
5084     layout: "plot-service-density"
5085
5086 - type: "plot"
5087   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-mrr"
5088   algorithm: "plot_service_density_heatmap"
5089   output-file-type: ".html"
5090   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csp-mrr"
5091   data: "plot-vpp-nfv-2n-skx-mrr"
5092   filter: "'NIC_Intel-X710' and
5093            'NF_DENSITY' and
5094            'DOCKER' and
5095            'PIPELINE' and
5096            'IMIX' and
5097            '2T1C' and
5098            'MRR'"
5099   parameters:
5100   - "result"
5101   - "name"
5102   - "tags"
5103   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5104   x-axis: "X = CNFs per Service Pipeline"
5105   y-axis: "Y = Number of Service Pipelines"
5106   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5107   layout:
5108     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-mrr"
5109     layout: "plot-service-density"
5110
5111 - type: "plot"
5112   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-mrr"
5113   algorithm: "plot_service_density_heatmap"
5114   output-file-type: ".html"
5115   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csp-mrr"
5116   data: "plot-vpp-nfv-2n-skx-mrr"
5117   filter: "'NIC_Intel-X710' and
5118            'NF_DENSITY' and
5119            'DOCKER' and
5120            'PIPELINE' and
5121            'IMIX' and
5122            '4T2C' and
5123            'MRR'"
5124   parameters:
5125   - "result"
5126   - "name"
5127   - "tags"
5128   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5129   x-axis: "X = CNFs per Service Pipeline"
5130   y-axis: "Y = Number of Service Pipelines"
5131   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5132   layout:
5133     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-mrr"
5134     layout: "plot-service-density"
5135
5136 - type: "plot"
5137   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-ndr"
5138   algorithm: "plot_service_density_heatmap"
5139   output-file-type: ".html"
5140   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csp-ndr"
5141   data: "plot-vpp-nfv-2n-skx"
5142   filter: "'NIC_Intel-X710' and
5143            'NF_DENSITY' and
5144            'DOCKER' and
5145            'PIPELINE' and
5146            '64B' and
5147            '2T1C' and
5148            'NDRPDR'"
5149   parameters:
5150   - "throughput"
5151   - "name"
5152   - "tags"
5153   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5154   x-axis: "X = CNFs per Service Pipeline"
5155   y-axis: "Y = Number of Service Pipelines"
5156   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5157   layout:
5158     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-ndr"
5159     layout: "plot-service-density"
5160
5161 - type: "plot"
5162   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-ndr"
5163   algorithm: "plot_service_density_heatmap"
5164   output-file-type: ".html"
5165   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csp-ndr"
5166   data: "plot-vpp-nfv-2n-skx"
5167   filter: "'NIC_Intel-X710' and
5168            'NF_DENSITY' and
5169            'DOCKER' and
5170            'PIPELINE' and
5171            '64B' and
5172            '4T2C' and
5173            'NDRPDR'"
5174   parameters:
5175   - "throughput"
5176   - "name"
5177   - "tags"
5178   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5179   x-axis: "X = CNFs per Service Pipeline"
5180   y-axis: "Y = Number of Service Pipelines"
5181   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5182   layout:
5183     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-ndr"
5184     layout: "plot-service-density"
5185
5186 - type: "plot"
5187   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-ndr"
5188   algorithm: "plot_service_density_heatmap"
5189   output-file-type: ".html"
5190   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csp-ndr"
5191   data: "plot-vpp-nfv-2n-skx"
5192   filter: "'NIC_Intel-X710' and
5193            'NF_DENSITY' and
5194            'DOCKER' and
5195            'PIPELINE' and
5196            'IMIX' and
5197            '2T1C' and
5198            'NDRPDR'"
5199   parameters:
5200   - "throughput"
5201   - "name"
5202   - "tags"
5203   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5204   x-axis: "X = CNFs per Service Pipeline"
5205   y-axis: "Y = Number of Service Pipelines"
5206   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5207   layout:
5208     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-ndr"
5209     layout: "plot-service-density"
5210
5211 - type: "plot"
5212   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-ndr"
5213   algorithm: "plot_service_density_heatmap"
5214   output-file-type: ".html"
5215   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csp-ndr"
5216   data: "plot-vpp-nfv-2n-skx"
5217   filter: "'NIC_Intel-X710' and
5218            'NF_DENSITY' and
5219            'DOCKER' and
5220            'PIPELINE' and
5221            'IMIX' and
5222            '4T2C' and
5223            'NDRPDR'"
5224   parameters:
5225   - "throughput"
5226   - "name"
5227   - "tags"
5228   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5229   x-axis: "X = CNFs per Service Pipeline"
5230   y-axis: "Y = Number of Service Pipelines"
5231   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5232   layout:
5233     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-ndr"
5234     layout: "plot-service-density"
5235
5236 - type: "plot"
5237   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-pdr"
5238   algorithm: "plot_service_density_heatmap"
5239   output-file-type: ".html"
5240   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csp-pdr"
5241   data: "plot-vpp-nfv-2n-skx"
5242   filter: "'NIC_Intel-X710' and
5243            'NF_DENSITY' and
5244            'DOCKER' and
5245            'PIPELINE' and
5246            '64B' and
5247            '2T1C' and
5248            'NDRPDR'"
5249   parameters:
5250   - "throughput"
5251   - "name"
5252   - "tags"
5253   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5254   x-axis: "X = CNFs per Service Pipeline"
5255   y-axis: "Y = Number of Service Pipelines"
5256   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5257   layout:
5258     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-pdr"
5259     layout: "plot-service-density"
5260
5261 - type: "plot"
5262   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-pdr"
5263   algorithm: "plot_service_density_heatmap"
5264   output-file-type: ".html"
5265   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csp-pdr"
5266   data: "plot-vpp-nfv-2n-skx"
5267   filter: "'NIC_Intel-X710' and
5268            'NF_DENSITY' and
5269            'DOCKER' and
5270            'PIPELINE' and
5271            '64B' and
5272            '4T2C' and
5273            'NDRPDR'"
5274   parameters:
5275   - "throughput"
5276   - "name"
5277   - "tags"
5278   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5279   x-axis: "X = CNFs per Service Pipeline"
5280   y-axis: "Y = Number of Service Pipelines"
5281   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5282   layout:
5283     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-pdr"
5284     layout: "plot-service-density"
5285
5286 - type: "plot"
5287   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-pdr"
5288   algorithm: "plot_service_density_heatmap"
5289   output-file-type: ".html"
5290   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csp-pdr"
5291   data: "plot-vpp-nfv-2n-skx"
5292   filter: "'NIC_Intel-X710' and
5293            'NF_DENSITY' and
5294            'DOCKER' and
5295            'PIPELINE' and
5296            'IMIX' and
5297            '2T1C' and
5298            'NDRPDR'"
5299   parameters:
5300   - "throughput"
5301   - "name"
5302   - "tags"
5303   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5304   x-axis: "X = CNFs per Service Pipeline"
5305   y-axis: "Y = Number of Service Pipelines"
5306   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5307   layout:
5308     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-pdr"
5309     layout: "plot-service-density"
5310
5311 - type: "plot"
5312   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-pdr"
5313   algorithm: "plot_service_density_heatmap"
5314   output-file-type: ".html"
5315   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csp-pdr"
5316   data: "plot-vpp-nfv-2n-skx"
5317   filter: "'NIC_Intel-X710' and
5318            'NF_DENSITY' and
5319            'DOCKER' and
5320            'PIPELINE' and
5321            'IMIX' and
5322            '4T2C' and
5323            'NDRPDR'"
5324   parameters:
5325   - "throughput"
5326   - "name"
5327   - "tags"
5328   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5329   x-axis: "X = CNFs per Service Pipeline"
5330   y-axis: "Y = Number of Service Pipelines"
5331   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5332   layout:
5333     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-pdr"
5334     layout: "plot-service-density"
5335
5336 ################################################################################
5337 # Plots VPP HTTP Server Performance
5338 - type: "plot"
5339   title: "VPP HTTP Server Performance"
5340   algorithm: "plot_http_server_performance_box"
5341   output-file-type: ".html"
5342   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
5343   data:
5344     "plot-vpp-http-server-performance"
5345   # Keep this formatting, the filter is enclosed with " (quotation mark) and
5346   # each tag is enclosed with ' (apostrophe).
5347   filter: "'HTTP' and 'TCP_CPS'"
5348   parameters:
5349   - "result"
5350   - "name"
5351   traces:
5352     hoverinfo: "x+y"
5353     boxpoints: "outliers"
5354     whiskerwidth: 0
5355   layout:
5356     title: "VPP HTTP Server Performance"
5357     layout:
5358       "plot-cps"
5359
5360 - type: "plot"
5361   title: "VPP HTTP Server Performance"
5362   algorithm: "plot_http_server_performance_box"
5363   output-file-type: ".html"
5364   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
5365   data:
5366     "plot-vpp-http-server-performance"
5367   filter: "'HTTP' and 'TCP_RPS'"
5368   parameters:
5369   - "result"
5370   - "name"
5371   traces:
5372     hoverinfo: "x+y"
5373     boxpoints: "outliers"
5374     whiskerwidth: 0
5375   layout:
5376     title: "VPP HTTP Server Performance"
5377     layout:
5378       "plot-rps"
5379
5380 ################################################################################
5381
5382 # Packet Throughput - VPP L2 3n-hsw-x520 base and scale
5383 - type: "plot"
5384   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5385   algorithm: "plot_performance_box"
5386   output-file-type: ".html"
5387   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5388   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5389   filter: "'NIC_Intel-X520-DA2' and
5390            '64B' and
5391            ('BASE' or 'SCALE') and
5392            'NDRPDR' and
5393            'ETH' and
5394            '1T1C' and
5395            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5396            not 'VHOST' and
5397            not 'MEMIF'"
5398   parameters:
5399   - "throughput"
5400   - "parent"
5401   - "tags"
5402   sort:
5403   - "L2PATCH"
5404   - "L2XCBASE"
5405   - "BASE"
5406   - "FIB_10K"
5407   - "FIB_100K"
5408   - "FIB_1M"
5409   traces:
5410     hoverinfo: "x+y"
5411     boxpoints: "outliers"
5412     whiskerwidth: 0
5413   layout:
5414     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5415     layout: "plot-throughput"
5416
5417 - type: "plot"
5418   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5419   algorithm: "plot_performance_box"
5420   output-file-type: ".html"
5421   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5422   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5423   filter: "'NIC_Intel-X520-DA2' and
5424            '64B' and
5425            ('BASE' or 'SCALE') and
5426            'NDRPDR' and
5427            'ETH' and
5428            '1T1C' and
5429            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5430            not 'VHOST' and
5431            not 'MEMIF'"
5432   parameters:
5433   - "throughput"
5434   - "parent"
5435   - "tags"
5436   sort:
5437   - "L2PATCH"
5438   - "L2XCBASE"
5439   - "BASE"
5440   - "FIB_10K"
5441   - "FIB_100K"
5442   - "FIB_1M"
5443   traces:
5444     hoverinfo: "x+y"
5445     boxpoints: "outliers"
5446     whiskerwidth: 0
5447   layout:
5448     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5449     layout: "plot-throughput"
5450
5451 - type: "plot"
5452   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5453   algorithm: "plot_performance_box"
5454   output-file-type: ".html"
5455   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5456   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5457   filter: "'NIC_Intel-X520-DA2' and
5458            '64B' and
5459            ('BASE' or 'SCALE') and
5460            'NDRPDR' and
5461            'ETH' and
5462            '2T2C' and
5463            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5464            not 'VHOST' and
5465            not 'MEMIF'"
5466   parameters:
5467   - "throughput"
5468   - "parent"
5469   - "tags"
5470   sort:
5471   - "L2PATCH"
5472   - "L2XCBASE"
5473   - "BASE"
5474   - "FIB_10K"
5475   - "FIB_100K"
5476   - "FIB_1M"
5477   traces:
5478     hoverinfo: "x+y"
5479     boxpoints: "outliers"
5480     whiskerwidth: 0
5481   layout:
5482     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5483     layout: "plot-throughput"
5484
5485 - type: "plot"
5486   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
5487   algorithm: "plot_performance_box"
5488   output-file-type: ".html"
5489   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
5490   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5491   filter: "'NIC_Intel-X520-DA2' and
5492            '64B' and
5493            ('BASE' or 'SCALE') and
5494            'NDRPDR' and
5495            'ETH' and
5496            '2T2C' and
5497            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5498            not 'VHOST' and
5499            not 'MEMIF'"
5500   parameters:
5501   - "throughput"
5502   - "parent"
5503   - "tags"
5504   sort:
5505   - "L2PATCH"
5506   - "L2XCBASE"
5507   - "BASE"
5508   - "FIB_10K"
5509   - "FIB_100K"
5510   - "FIB_1M"
5511   traces:
5512     hoverinfo: "x+y"
5513     boxpoints: "outliers"
5514     whiskerwidth: 0
5515   layout:
5516     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
5517     layout: "plot-throughput"
5518
5519 # Packet Throughput - VPP L2 3n-hsw-x520 features
5520 - type: "plot"
5521   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
5522   algorithm: "plot_performance_box"
5523   output-file-type: ".html"
5524   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
5525   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5526   filter: "'NIC_Intel-X520-DA2' and
5527            '64B' and
5528            'NDRPDR' and
5529            '1T1C' and
5530            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
5531            not 'ACL' and
5532            not 'VHOST' and
5533            not 'MEMIF'"
5534   parameters:
5535   - "throughput"
5536   - "parent"
5537   - "tags"
5538   sort:
5539   - "L2XCBASE"    # l2xcbase
5540   - "L2BDBASE"    # l2bdbase
5541   - "L2XCFWD"     # dot1q-l2xcbase
5542   - "L2BDMACLRN"  # dot1q-l2bdbase
5543   traces:
5544     hoverinfo: "x+y"
5545     boxpoints: "outliers"
5546     whiskerwidth: 0
5547   layout:
5548     title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
5549     layout: "plot-throughput"
5550
5551 - type: "plot"
5552   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
5553   algorithm: "plot_performance_box"
5554   output-file-type: ".html"
5555   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
5556   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5557   filter: "'NIC_Intel-X520-DA2' and
5558            '64B' and
5559            'NDRPDR' and
5560            '1T1C' and
5561            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
5562            not 'ACL' and
5563            not 'VHOST' and
5564            not 'MEMIF'"
5565   parameters:
5566   - "throughput"
5567   - "parent"
5568   - "tags"
5569   sort:
5570   - "L2XCBASE"    # l2xcbase
5571   - "L2BDBASE"    # l2bdbase
5572   - "L2XCFWD"     # dot1q-l2xcbase
5573   - "L2BDMACLRN"  # dot1q-l2bdbase
5574   traces:
5575     hoverinfo: "x+y"
5576     boxpoints: "outliers"
5577     whiskerwidth: 0
5578   layout:
5579     title: "l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
5580     layout: "plot-throughput"
5581
5582 - type: "plot"
5583   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
5584   algorithm: "plot_performance_box"
5585   output-file-type: ".html"
5586   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
5587   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5588   filter: "'NIC_Intel-X520-DA2' and
5589            '64B' and
5590            'NDRPDR' and
5591            '2T2C' and
5592            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
5593            not 'ACL' and
5594            not 'VHOST' and
5595            not 'MEMIF'"
5596   parameters:
5597   - "throughput"
5598   - "parent"
5599   - "tags"
5600   sort:
5601   - "L2XCBASE"    # l2xcbase
5602   - "L2BDBASE"    # l2bdbase
5603   - "L2XCFWD"     # dot1q-l2xcbase
5604   - "L2BDMACLRN"  # dot1q-l2bdbase
5605   traces:
5606     hoverinfo: "x+y"
5607     boxpoints: "outliers"
5608     whiskerwidth: 0
5609   layout:
5610     title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
5611     layout: "plot-throughput"
5612
5613 - type: "plot"
5614   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
5615   algorithm: "plot_performance_box"
5616   output-file-type: ".html"
5617   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
5618   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5619   filter: "'NIC_Intel-X520-DA2' and
5620            '64B' and
5621            'NDRPDR' and
5622            '2T2C' and
5623            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
5624            not 'ACL' and
5625            not 'VHOST' and
5626            not 'MEMIF'"
5627   parameters:
5628   - "throughput"
5629   - "parent"
5630   - "tags"
5631   sort:
5632   - "L2XCBASE"    # l2xcbase
5633   - "L2BDBASE"    # l2bdbase
5634   - "L2XCFWD"     # dot1q-l2xcbase
5635   - "L2BDMACLRN"  # dot1q-l2bdbase
5636   traces:
5637     hoverinfo: "x+y"
5638     boxpoints: "outliers"
5639     whiskerwidth: 0
5640   layout:
5641     title: "l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
5642     layout: "plot-throughput"
5643
5644 # Packet Throughput - VPP L2 3n-hsw-x520 features-iacl
5645 - type: "plot"
5646   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
5647   algorithm: "plot_performance_box"
5648   output-file-type: ".html"
5649   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
5650   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5651   filter: "'NIC_Intel-X520-DA2' and
5652            '64B' and
5653            'NDRPDR' and
5654            '1T1C' and
5655            'FEATURE' and
5656            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
5657            'IACL' and
5658            ('ACL1' or 'ACL50') and
5659            ('10K_FLOWS' or '10k_FLOWS') and
5660            not 'MACIP' and
5661            not 'VHOST' and
5662            not 'MEMIF'"
5663   parameters:
5664   - "throughput"
5665   - "parent"
5666   - "tags"
5667   traces:
5668     hoverinfo: "x+y"
5669     boxpoints: "outliers"
5670     whiskerwidth: 0
5671   layout:
5672     title: "l2sw-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
5673     layout: "plot-throughput"
5674
5675 - type: "plot"
5676   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
5677   algorithm: "plot_performance_box"
5678   output-file-type: ".html"
5679   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
5680   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5681   filter: "'NIC_Intel-X520-DA2' and
5682            '64B' and
5683            'NDRPDR' and
5684            '1T1C' and
5685            'FEATURE' and
5686            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
5687            'IACL' and
5688            ('ACL1' or 'ACL50') and
5689            ('10K_FLOWS' or '10k_FLOWS') and
5690            not 'MACIP' and
5691            not 'VHOST' and
5692            not 'MEMIF'"
5693   parameters:
5694   - "throughput"
5695   - "parent"
5696   - "tags"
5697   traces:
5698     hoverinfo: "x+y"
5699     boxpoints: "outliers"
5700     whiskerwidth: 0
5701   layout:
5702     title: "l2sw-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
5703     layout: "plot-throughput"
5704
5705 - type: "plot"
5706   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
5707   algorithm: "plot_performance_box"
5708   output-file-type: ".html"
5709   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
5710   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5711   filter: "'NIC_Intel-X520-DA2' and
5712            '64B' and
5713            'NDRPDR' and
5714            '2T2C' and
5715            'FEATURE' and
5716            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
5717            'IACL' and
5718            ('ACL1' or 'ACL50') and
5719            ('10K_FLOWS' or '10k_FLOWS') and
5720            not 'MACIP' and
5721            not 'VHOST' and
5722            not 'MEMIF'"
5723   parameters:
5724   - "throughput"
5725   - "parent"
5726   - "tags"
5727   traces:
5728     hoverinfo: "x+y"
5729     boxpoints: "outliers"
5730     whiskerwidth: 0
5731   layout:
5732     title: "l2sw-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
5733     layout: "plot-throughput"
5734
5735 - type: "plot"
5736   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
5737   algorithm: "plot_performance_box"
5738   output-file-type: ".html"
5739   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
5740   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5741   filter: "'NIC_Intel-X520-DA2' and
5742            '64B' and
5743            'NDRPDR' and
5744            '2T2C' and
5745            'FEATURE' and
5746            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
5747            'IACL' and
5748            ('ACL1' or 'ACL50') and
5749            ('10K_FLOWS' or '10k_FLOWS') and
5750            not 'MACIP' and
5751            not 'VHOST' and
5752            not 'MEMIF'"
5753   parameters:
5754   - "throughput"
5755   - "parent"
5756   - "tags"
5757   traces:
5758     hoverinfo: "x+y"
5759     boxpoints: "outliers"
5760     whiskerwidth: 0
5761   layout:
5762     title: "l2sw-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
5763     layout: "plot-throughput"
5764
5765 # Packet Throughput - VPP L2 3n-hsw-x520 features-oacl
5766 - type: "plot"
5767   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
5768   algorithm: "plot_performance_box"
5769   output-file-type: ".html"
5770   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
5771   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5772   filter: "'NIC_Intel-X520-DA2' and
5773            '64B' and
5774            'NDRPDR' and
5775            '1T1C' and
5776            'FEATURE' and
5777            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
5778            'OACL' and
5779            ('ACL1' or 'ACL50') and
5780            ('10K_FLOWS' or '10k_FLOWS') and
5781            not 'MACIP' and
5782            not 'VHOST' and
5783            not 'MEMIF'"
5784   parameters:
5785   - "throughput"
5786   - "parent"
5787   - "tags"
5788   traces:
5789     hoverinfo: "x+y"
5790     boxpoints: "outliers"
5791     whiskerwidth: 0
5792   layout:
5793     title: "l2sw-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
5794     layout: "plot-throughput"
5795
5796 - type: "plot"
5797   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
5798   algorithm: "plot_performance_box"
5799   output-file-type: ".html"
5800   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
5801   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5802   filter: "'NIC_Intel-X520-DA2' and
5803            '64B' and
5804            'NDRPDR' and
5805            '1T1C' and
5806            'FEATURE' and
5807            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
5808            'OACL' and
5809            ('ACL1' or 'ACL50') and
5810            ('10K_FLOWS' or '10k_FLOWS') and
5811            not 'MACIP' and
5812            not 'VHOST' and
5813            not 'MEMIF'"
5814   parameters:
5815   - "throughput"
5816   - "parent"
5817   - "tags"
5818   traces:
5819     hoverinfo: "x+y"
5820     boxpoints: "outliers"
5821     whiskerwidth: 0
5822   layout:
5823     title: "l2sw-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
5824     layout: "plot-throughput"
5825
5826 - type: "plot"
5827   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
5828   algorithm: "plot_performance_box"
5829   output-file-type: ".html"
5830   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
5831   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5832   filter: "'NIC_Intel-X520-DA2' and
5833            '64B' and
5834            'NDRPDR' and
5835            '2T2C' and
5836            'FEATURE' and
5837            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
5838            'OACL' and
5839            ('ACL1' or 'ACL50') and
5840            ('10K_FLOWS' or '10k_FLOWS') and
5841            not 'MACIP' and
5842            not 'VHOST' and
5843            not 'MEMIF'"
5844   parameters:
5845   - "throughput"
5846   - "parent"
5847   - "tags"
5848   traces:
5849     hoverinfo: "x+y"
5850     boxpoints: "outliers"
5851     whiskerwidth: 0
5852   layout:
5853     title: "l2sw-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
5854     layout: "plot-throughput"
5855
5856 - type: "plot"
5857   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
5858   algorithm: "plot_performance_box"
5859   output-file-type: ".html"
5860   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
5861   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5862   filter: "'NIC_Intel-X520-DA2' and
5863            '64B' and
5864            'NDRPDR' and
5865            '2T2C' and
5866            'FEATURE' and
5867            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
5868            'OACL' and
5869            ('ACL1' or 'ACL50') and
5870            ('10K_FLOWS' or '10k_FLOWS') and
5871            not 'MACIP' and
5872            not 'VHOST' and
5873            not 'MEMIF'"
5874   parameters:
5875   - "throughput"
5876   - "parent"
5877   - "tags"
5878   traces:
5879     hoverinfo: "x+y"
5880     boxpoints: "outliers"
5881     whiskerwidth: 0
5882   layout:
5883     title: "l2sw-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
5884     layout: "plot-throughput"
5885
5886 # Packet Throughput - VPP L2 3n-hsw-x520 features-macip
5887 - type: "plot"
5888   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-macip-ndr"
5889   algorithm: "plot_performance_box"
5890   output-file-type: ".html"
5891   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-macip-ndr"
5892   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5893   filter: "'NIC_Intel-X520-DA2' and
5894            '64B' and
5895            'NDRPDR' and
5896            '1T1C' and
5897            'FEATURE' and
5898            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
5899            'MACIP' and
5900            ('ACL1' or 'ACL50') and
5901            ('10K_FLOWS' or '10k_FLOWS') and
5902            not 'VHOST' and
5903            not 'MEMIF'"
5904   parameters:
5905   - "throughput"
5906   - "parent"
5907   - "tags"
5908   traces:
5909     hoverinfo: "x+y"
5910     boxpoints: "outliers"
5911     whiskerwidth: 0
5912   layout:
5913     title: "l2sw-3n-hsw-x520-64b-1t1c-features-macip-ndr"
5914     layout: "plot-throughput"
5915
5916 - type: "plot"
5917   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-macip-pdr"
5918   algorithm: "plot_performance_box"
5919   output-file-type: ".html"
5920   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-macip-pdr"
5921   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5922   filter: "'NIC_Intel-X520-DA2' and
5923            '64B' and
5924            'NDRPDR' and
5925            '1T1C' and
5926            'FEATURE' and
5927            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
5928            'MACIP' and
5929            ('ACL1' or 'ACL50') and
5930            ('10K_FLOWS' or '10k_FLOWS') and
5931            not 'VHOST' and
5932            not 'MEMIF'"
5933   parameters:
5934   - "throughput"
5935   - "parent"
5936   - "tags"
5937   traces:
5938     hoverinfo: "x+y"
5939     boxpoints: "outliers"
5940     whiskerwidth: 0
5941   layout:
5942     title: "l2sw-3n-hsw-x520-64b-1t1c-features-macip-pdr"
5943     layout: "plot-throughput"
5944
5945 - type: "plot"
5946   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-macip-ndr"
5947   algorithm: "plot_performance_box"
5948   output-file-type: ".html"
5949   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-macip-ndr"
5950   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5951   filter: "'NIC_Intel-X520-DA2' and
5952            '64B' and
5953            'NDRPDR' and
5954            '2T2C' and
5955            'FEATURE' and
5956            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
5957            'MACIP' and
5958            ('ACL1' or 'ACL50') and
5959            ('10K_FLOWS' or '10k_FLOWS') and
5960            not 'VHOST' and
5961            not 'MEMIF'"
5962   parameters:
5963   - "throughput"
5964   - "parent"
5965   - "tags"
5966   traces:
5967     hoverinfo: "x+y"
5968     boxpoints: "outliers"
5969     whiskerwidth: 0
5970   layout:
5971     title: "l2sw-3n-hsw-x520-64b-2t2c-features-macip-ndr"
5972     layout: "plot-throughput"
5973
5974 - type: "plot"
5975   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-macip-pdr"
5976   algorithm: "plot_performance_box"
5977   output-file-type: ".html"
5978   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-macip-pdr"
5979   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5980   filter: "'NIC_Intel-X520-DA2' and
5981            '64B' and
5982            'NDRPDR' and
5983            '2T2C' and
5984            'FEATURE' and
5985            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
5986            'MACIP' and
5987            ('ACL1' or 'ACL50') and
5988            ('10K_FLOWS' or '10k_FLOWS') and
5989            not 'VHOST' and
5990            not 'MEMIF'"
5991   parameters:
5992   - "throughput"
5993   - "parent"
5994   - "tags"
5995   traces:
5996     hoverinfo: "x+y"
5997     boxpoints: "outliers"
5998     whiskerwidth: 0
5999   layout:
6000     title: "l2sw-3n-hsw-x520-64b-2t2c-features-macip-pdr"
6001     layout: "plot-throughput"
6002
6003 # Packet Throughput - VPP L2 3n-hsw-x710 base and scale
6004 - type: "plot"
6005   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6006   algorithm: "plot_performance_box"
6007   output-file-type: ".html"
6008   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6009   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6010   filter: "'NIC_Intel-X710' and
6011            '64B' and
6012            ('BASE' or 'SCALE') and
6013            'NDRPDR' and
6014            'ETH' and
6015            '1T1C' and
6016            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6017            not 'VHOST' and
6018            not 'MEMIF'"
6019   parameters:
6020   - "throughput"
6021   - "parent"
6022   - "tags"
6023   sort:
6024   - "L2PATCH"
6025   - "L2XCFWD"
6026   - "L2BDMACLRN"
6027   - "FIB_10K"
6028   - "FIB_100K"
6029   - "FIB_1M"
6030   traces:
6031     hoverinfo: "x+y"
6032     boxpoints: "outliers"
6033     whiskerwidth: 0
6034   layout:
6035     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6036     layout: "plot-throughput"
6037
6038 - type: "plot"
6039   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
6040   algorithm: "plot_performance_box"
6041   output-file-type: ".html"
6042   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
6043   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6044   filter: "'NIC_Intel-X710' and
6045            '64B' and
6046            ('BASE' or 'SCALE') and
6047            'NDRPDR' and
6048            'ETH' and
6049            '1T1C' and
6050            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6051            not 'VHOST' and
6052            not 'MEMIF'"
6053   parameters:
6054   - "throughput"
6055   - "parent"
6056   - "tags"
6057   sort:
6058   - "L2PATCH"
6059   - "L2XCFWD"
6060   - "L2BDMACLRN"
6061   - "FIB_10K"
6062   - "FIB_100K"
6063   - "FIB_1M"
6064   traces:
6065     hoverinfo: "x+y"
6066     boxpoints: "outliers"
6067     whiskerwidth: 0
6068   layout:
6069     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
6070     layout: "plot-throughput"
6071
6072 - type: "plot"
6073   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
6074   algorithm: "plot_performance_box"
6075   output-file-type: ".html"
6076   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
6077   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6078   filter: "'NIC_Intel-X710' and
6079            '64B' and
6080            ('BASE' or 'SCALE') and
6081            'NDRPDR' and
6082            'ETH' and
6083            '2T2C' and
6084            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6085            not 'VHOST' and
6086            not 'MEMIF'"
6087   parameters:
6088   - "throughput"
6089   - "parent"
6090   - "tags"
6091   sort:
6092   - "L2PATCH"
6093   - "L2XCFWD"
6094   - "L2BDMACLRN"
6095   - "FIB_10K"
6096   - "FIB_100K"
6097   - "FIB_1M"
6098   traces:
6099     hoverinfo: "x+y"
6100     boxpoints: "outliers"
6101     whiskerwidth: 0
6102   layout:
6103     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
6104     layout: "plot-throughput"
6105
6106 - type: "plot"
6107   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-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-2t2c-base_and_scale-pdr"
6111   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6112   filter: "'NIC_Intel-X710' and
6113            '64B' and
6114            ('BASE' or 'SCALE') and
6115            'NDRPDR' and
6116            'ETH' and
6117            '2T2C' 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-2t2c-base_and_scale-pdr"
6138     layout: "plot-throughput"
6139
6140 # Packet Throughput - VPP L2 3n-hsw-x710 features
6141 - type: "plot"
6142   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
6143   algorithm: "plot_performance_box"
6144   output-file-type: ".html"
6145   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
6146   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6147   filter: "'NIC_Intel-X710' and
6148            '64B' and
6149            'NDRPDR' and
6150            '1T1C' and
6151            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6152            not 'ACL' and
6153            not 'VHOST' and
6154            not 'L2OVRLAY' and
6155            not 'MEMIF'"
6156   parameters:
6157   - "throughput"
6158   - "parent"
6159   - "tags"
6160   sort:
6161   - "L2XCBASE"    # l2xcbase
6162   - "L2BDBASE"    # l2bdbase
6163   - "L2XCFWD"     # dot1q-l2xcbase
6164   - "L2BDMACLRN"  # dot1q-l2bdbase
6165   traces:
6166     hoverinfo: "x+y"
6167     boxpoints: "outliers"
6168     whiskerwidth: 0
6169   layout:
6170     title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
6171     layout: "plot-throughput"
6172
6173 - type: "plot"
6174   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
6175   algorithm: "plot_performance_box"
6176   output-file-type: ".html"
6177   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
6178   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6179   filter: "'NIC_Intel-X710' and
6180            '64B' and
6181            'NDRPDR' and
6182            '1T1C' and
6183            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6184            not 'ACL' and
6185            not 'VHOST' and
6186            not 'L2OVRLAY' and
6187            not 'MEMIF'"
6188   parameters:
6189   - "throughput"
6190   - "parent"
6191   - "tags"
6192   sort:
6193   - "L2XCBASE"    # l2xcbase
6194   - "L2BDBASE"    # l2bdbase
6195   - "L2XCFWD"     # dot1q-l2xcbase
6196   - "L2BDMACLRN"  # dot1q-l2bdbase
6197   traces:
6198     hoverinfo: "x+y"
6199     boxpoints: "outliers"
6200     whiskerwidth: 0
6201   layout:
6202     title: "l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
6203     layout: "plot-throughput"
6204
6205 - type: "plot"
6206   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
6207   algorithm: "plot_performance_box"
6208   output-file-type: ".html"
6209   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
6210   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6211   filter: "'NIC_Intel-X710' and
6212            '64B' and
6213            'NDRPDR' and
6214            '2T2C' and
6215            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6216            not 'ACL' and
6217            not 'VHOST' and
6218            not 'L2OVRLAY' and
6219            not 'MEMIF'"
6220   parameters:
6221   - "throughput"
6222   - "parent"
6223   - "tags"
6224   sort:
6225   - "L2XCBASE"    # l2xcbase
6226   - "L2BDBASE"    # l2bdbase
6227   - "L2XCFWD"     # dot1q-l2xcbase
6228   - "L2BDMACLRN"  # dot1q-l2bdbase
6229   traces:
6230     hoverinfo: "x+y"
6231     boxpoints: "outliers"
6232     whiskerwidth: 0
6233   layout:
6234     title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
6235     layout: "plot-throughput"
6236
6237 - type: "plot"
6238   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
6239   algorithm: "plot_performance_box"
6240   output-file-type: ".html"
6241   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
6242   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6243   filter: "'NIC_Intel-X710' and
6244            '64B' and
6245            'NDRPDR' and
6246            '2T2C' and
6247            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6248            not 'ACL' and
6249            not 'VHOST' and
6250            not 'L2OVRLAY' and
6251            not 'MEMIF'"
6252   parameters:
6253   - "throughput"
6254   - "parent"
6255   - "tags"
6256   sort:
6257   - "L2XCBASE"    # l2xcbase
6258   - "L2BDBASE"    # l2bdbase
6259   - "L2XCFWD"     # dot1q-l2xcbase
6260   - "L2BDMACLRN"  # dot1q-l2bdbase
6261   traces:
6262     hoverinfo: "x+y"
6263     boxpoints: "outliers"
6264     whiskerwidth: 0
6265   layout:
6266     title: "l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
6267     layout: "plot-throughput"
6268
6269 # Packet Throughput - VPP L2 3n-hsw-x710 features-iacl
6270 - type: "plot"
6271   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
6272   algorithm: "plot_performance_box"
6273   output-file-type: ".html"
6274   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
6275   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6276   filter: "'NIC_Intel-X710' and
6277            '64B' and
6278            'NDRPDR' and
6279            '1T1C' and
6280            'FEATURE' and
6281            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6282            'IACL' and
6283            ('ACL1' or 'ACL50') and
6284            ('10K_FLOWS' or '10k_FLOWS') and
6285            not 'MACIP' and
6286            not 'VHOST' and
6287            not 'MEMIF'"
6288   parameters:
6289   - "throughput"
6290   - "parent"
6291   - "tags"
6292   traces:
6293     hoverinfo: "x+y"
6294     boxpoints: "outliers"
6295     whiskerwidth: 0
6296   layout:
6297     title: "l2sw-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
6298     layout: "plot-throughput"
6299
6300 - type: "plot"
6301   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
6302   algorithm: "plot_performance_box"
6303   output-file-type: ".html"
6304   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
6305   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6306   filter: "'NIC_Intel-X710' and
6307            '64B' and
6308            'NDRPDR' and
6309            '1T1C' and
6310            'FEATURE' and
6311            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6312            'IACL' and
6313            ('ACL1' or 'ACL50') and
6314            ('10K_FLOWS' or '10k_FLOWS') and
6315            not 'MACIP' and
6316            not 'VHOST' and
6317            not 'MEMIF'"
6318   parameters:
6319   - "throughput"
6320   - "parent"
6321   - "tags"
6322   traces:
6323     hoverinfo: "x+y"
6324     boxpoints: "outliers"
6325     whiskerwidth: 0
6326   layout:
6327     title: "l2sw-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
6328     layout: "plot-throughput"
6329
6330 - type: "plot"
6331   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
6332   algorithm: "plot_performance_box"
6333   output-file-type: ".html"
6334   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
6335   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6336   filter: "'NIC_Intel-X710' and
6337            '64B' and
6338            'NDRPDR' and
6339            '2T2C' and
6340            'FEATURE' and
6341            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6342            'IACL' and
6343            ('ACL1' or 'ACL50') and
6344            ('10K_FLOWS' or '10k_FLOWS') and
6345            not 'MACIP' and
6346            not 'VHOST' and
6347            not 'MEMIF'"
6348   parameters:
6349   - "throughput"
6350   - "parent"
6351   - "tags"
6352   traces:
6353     hoverinfo: "x+y"
6354     boxpoints: "outliers"
6355     whiskerwidth: 0
6356   layout:
6357     title: "l2sw-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
6358     layout: "plot-throughput"
6359
6360 - type: "plot"
6361   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
6362   algorithm: "plot_performance_box"
6363   output-file-type: ".html"
6364   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
6365   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6366   filter: "'NIC_Intel-X710' and
6367            '64B' and
6368            'NDRPDR' and
6369            '2T2C' and
6370            'FEATURE' and
6371            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6372            'IACL' and
6373            ('ACL1' or 'ACL50') and
6374            ('10K_FLOWS' or '10k_FLOWS') and
6375            not 'MACIP' and
6376            not 'VHOST' and
6377            not 'MEMIF'"
6378   parameters:
6379   - "throughput"
6380   - "parent"
6381   - "tags"
6382   traces:
6383     hoverinfo: "x+y"
6384     boxpoints: "outliers"
6385     whiskerwidth: 0
6386   layout:
6387     title: "l2sw-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
6388     layout: "plot-throughput"
6389
6390 # Packet Throughput - VPP L2 3n-hsw-xl710 base and scale
6391 - type: "plot"
6392   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
6393   algorithm: "plot_performance_box"
6394   output-file-type: ".html"
6395   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
6396   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6397   filter: "'NIC_Intel-XL710' and
6398            '64B' and
6399            'BASE' and
6400            'NDRPDR' and
6401            'ETH' and
6402            '1T1C' and
6403            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6404            not 'VHOST' and
6405            not 'MEMIF'"
6406   parameters:
6407   - "throughput"
6408   - "parent"
6409   - "tags"
6410   sort:
6411   - "L2PATCH"
6412   - "L2XCFWD"
6413   - "L2BDMACLRN"
6414   traces:
6415     hoverinfo: "x+y"
6416     boxpoints: "outliers"
6417     whiskerwidth: 0
6418   layout:
6419     title: "l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
6420     layout: "plot-throughput"
6421
6422 - type: "plot"
6423   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
6424   algorithm: "plot_performance_box"
6425   output-file-type: ".html"
6426   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
6427   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6428   filter: "'NIC_Intel-XL710' and
6429            '64B' and
6430            'BASE' and
6431            'NDRPDR' and
6432            'ETH' and
6433            '1T1C' and
6434            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6435            not 'VHOST' and
6436            not 'MEMIF'"
6437   parameters:
6438   - "throughput"
6439   - "parent"
6440   - "tags"
6441   sort:
6442   - "L2PATCH"
6443   - "L2XCFWD"
6444   - "L2BDMACLRN"
6445   traces:
6446     hoverinfo: "x+y"
6447     boxpoints: "outliers"
6448     whiskerwidth: 0
6449   layout:
6450     title: "l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
6451     layout: "plot-throughput"
6452
6453 - type: "plot"
6454   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
6455   algorithm: "plot_performance_box"
6456   output-file-type: ".html"
6457   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
6458   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6459   filter: "'NIC_Intel-XL710' and
6460            '64B' and
6461            'BASE' and
6462            'NDRPDR' and
6463            'ETH' and
6464            '2T2C' and
6465            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6466            not 'VHOST' and
6467            not 'MEMIF'"
6468   parameters:
6469   - "throughput"
6470   - "parent"
6471   - "tags"
6472   sort:
6473   - "L2PATCH"
6474   - "L2XCFWD"
6475   - "L2BDMACLRN"
6476   traces:
6477     hoverinfo: "x+y"
6478     boxpoints: "outliers"
6479     whiskerwidth: 0
6480   layout:
6481     title: "l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
6482     layout: "plot-throughput"
6483
6484 - type: "plot"
6485   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
6486   algorithm: "plot_performance_box"
6487   output-file-type: ".html"
6488   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
6489   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6490   filter: "'NIC_Intel-XL710' and
6491            '64B' and
6492            'BASE' and
6493            'NDRPDR' and
6494            'ETH' and
6495            '2T2C' and
6496            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6497            not 'VHOST' and
6498            not 'MEMIF'"
6499   parameters:
6500   - "throughput"
6501   - "parent"
6502   - "tags"
6503   sort:
6504   - "L2PATCH"
6505   - "L2XCFWD"
6506   - "L2BDMACLRN"
6507   traces:
6508     hoverinfo: "x+y"
6509     boxpoints: "outliers"
6510     whiskerwidth: 0
6511   layout:
6512     title: "l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
6513     layout: "plot-throughput"
6514
6515 # Packet Throughput - VPP L2 3n-skx-x710 base and scale
6516 - type: "plot"
6517   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
6518   algorithm: "plot_performance_box"
6519   output-file-type: ".html"
6520   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
6521   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6522   filter: "'NIC_Intel-X710' and
6523            '64B' and
6524            ('BASE' or 'SCALE') and
6525            'NDRPDR' and
6526            'ETH' and
6527            '2T1C' and
6528            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6529            not 'VHOST' and
6530            not 'MEMIF' and
6531            not 'DRV_AVF'"
6532   parameters:
6533   - "throughput"
6534   - "parent"
6535   - "tags"
6536   sort:
6537   - "L2PATCH"
6538   - "L2XCBASE"
6539   - "BASE"
6540   - "FIB_10K"
6541   - "FIB_100K"
6542   - "FIB_1M"
6543   traces:
6544     hoverinfo: "x+y"
6545     boxpoints: "outliers"
6546     whiskerwidth: 0
6547   layout:
6548     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
6549     layout: "plot-throughput"
6550
6551 - type: "plot"
6552   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
6553   algorithm: "plot_performance_box"
6554   output-file-type: ".html"
6555   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
6556   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6557   filter: "'NIC_Intel-X710' and
6558            '64B' and
6559            ('BASE' or 'SCALE') and
6560            'NDRPDR' and
6561            'ETH' and
6562            '2T1C' and
6563            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6564            not 'VHOST' and
6565            not 'MEMIF' and
6566            not 'DRV_AVF'"
6567   parameters:
6568   - "throughput"
6569   - "parent"
6570   - "tags"
6571   sort:
6572   - "L2PATCH"
6573   - "L2XCBASE"
6574   - "BASE"
6575   - "FIB_10K"
6576   - "FIB_100K"
6577   - "FIB_1M"
6578   traces:
6579     hoverinfo: "x+y"
6580     boxpoints: "outliers"
6581     whiskerwidth: 0
6582   layout:
6583     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
6584     layout: "plot-throughput"
6585
6586 - type: "plot"
6587   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
6588   algorithm: "plot_performance_box"
6589   output-file-type: ".html"
6590   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
6591   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6592   filter: "'NIC_Intel-X710' and
6593            '64B' and
6594            ('BASE' or 'SCALE') and
6595            'NDRPDR' and
6596            'ETH' and
6597            '4T2C' and
6598            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6599            not 'VHOST' and
6600            not 'MEMIF' and
6601            not 'DRV_AVF'"
6602   parameters:
6603   - "throughput"
6604   - "parent"
6605   - "tags"
6606   sort:
6607   - "L2PATCH"
6608   - "L2XCBASE"
6609   - "BASE"
6610   - "FIB_10K"
6611   - "FIB_100K"
6612   - "FIB_1M"
6613   traces:
6614     hoverinfo: "x+y"
6615     boxpoints: "outliers"
6616     whiskerwidth: 0
6617   layout:
6618     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
6619     layout: "plot-throughput"
6620
6621 - type: "plot"
6622   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
6623   algorithm: "plot_performance_box"
6624   output-file-type: ".html"
6625   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
6626   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6627   filter: "'NIC_Intel-X710' and
6628            '64B' and
6629            ('BASE' or 'SCALE') and
6630            'NDRPDR' and
6631            'ETH' and
6632            '4T2C' and
6633            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6634            not 'VHOST' and
6635            not 'MEMIF' and
6636            not 'DRV_AVF'"
6637   parameters:
6638   - "throughput"
6639   - "parent"
6640   - "tags"
6641   sort:
6642   - "L2PATCH"
6643   - "L2XCBASE"
6644   - "BASE"
6645   - "FIB_10K"
6646   - "FIB_100K"
6647   - "FIB_1M"
6648   traces:
6649     hoverinfo: "x+y"
6650     boxpoints: "outliers"
6651     whiskerwidth: 0
6652   layout:
6653     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
6654     layout: "plot-throughput"
6655
6656 # Packet Throughput - VPP L2 3n-skx-x710 features
6657 - type: "plot"
6658   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-ndr"
6659   algorithm: "plot_performance_box"
6660   output-file-type: ".html"
6661   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr"
6662   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6663   filter: "'NIC_Intel-X710' and
6664            '64B' and
6665            'NDRPDR' and
6666            '2T1C' and
6667            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6668            not 'ACL' and
6669            not 'VHOST' and
6670            not 'DRV_AVF' and
6671            not 'L2OVRLAY' and
6672            not 'MEMIF'"
6673   parameters:
6674   - "throughput"
6675   - "parent"
6676   - "tags"
6677   sort:
6678   - "L2XCBASE"    # l2xcbase
6679   - "L2BDBASE"    # l2bdbase
6680   - "L2XCFWD"     # dot1q-l2xcbase
6681   - "L2BDMACLRN"  # dot1q-l2bdbase
6682   traces:
6683     hoverinfo: "x+y"
6684     boxpoints: "outliers"
6685     whiskerwidth: 0
6686   layout:
6687     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
6688     layout: "plot-throughput"
6689
6690 - type: "plot"
6691   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-pdr"
6692   algorithm: "plot_performance_box"
6693   output-file-type: ".html"
6694   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-pdr"
6695   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6696   filter: "'NIC_Intel-X710' and
6697            '64B' and
6698            'NDRPDR' and
6699            '2T1C' and
6700            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6701            not 'ACL' and
6702            not 'VHOST' and
6703            not 'DRV_AVF' and
6704            not 'L2OVRLAY' and
6705            not 'MEMIF'"
6706   parameters:
6707   - "throughput"
6708   - "parent"
6709   - "tags"
6710   sort:
6711   - "L2XCBASE"    # l2xcbase
6712   - "L2BDBASE"    # l2bdbase
6713   - "L2XCFWD"     # dot1q-l2xcbase
6714   - "L2BDMACLRN"  # dot1q-l2bdbase
6715   traces:
6716     hoverinfo: "x+y"
6717     boxpoints: "outliers"
6718     whiskerwidth: 0
6719   layout:
6720     title: "l2sw-3n-skx-x710-64b-2t1c-features-pdr"
6721     layout: "plot-throughput"
6722
6723 - type: "plot"
6724   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-ndr"
6725   algorithm: "plot_performance_box"
6726   output-file-type: ".html"
6727   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr"
6728   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6729   filter: "'NIC_Intel-X710' and
6730            '64B' and
6731            'NDRPDR' and
6732            '4T2C' and
6733            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6734            not 'ACL' and
6735            not 'VHOST' and
6736            not 'DRV_AVF' and
6737            not 'L2OVRLAY' and
6738            not 'MEMIF'"
6739   parameters:
6740   - "throughput"
6741   - "parent"
6742   - "tags"
6743   sort:
6744   - "L2XCBASE"    # l2xcbase
6745   - "L2BDBASE"    # l2bdbase
6746   - "L2XCFWD"     # dot1q-l2xcbase
6747   - "L2BDMACLRN"  # dot1q-l2bdbase
6748   traces:
6749     hoverinfo: "x+y"
6750     boxpoints: "outliers"
6751     whiskerwidth: 0
6752   layout:
6753     title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
6754     layout: "plot-throughput"
6755
6756 - type: "plot"
6757   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-pdr"
6758   algorithm: "plot_performance_box"
6759   output-file-type: ".html"
6760   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-pdr"
6761   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6762   filter: "'NIC_Intel-X710' and
6763            '64B' and
6764            'NDRPDR' and
6765            '4T2C' and
6766            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6767            not 'ACL' and
6768            not 'VHOST' and
6769            not 'DRV_AVF' and
6770            not 'L2OVRLAY' and
6771            not 'MEMIF'"
6772   parameters:
6773   - "throughput"
6774   - "parent"
6775   - "tags"
6776   sort:
6777   - "L2XCBASE"    # l2xcbase
6778   - "L2BDBASE"    # l2bdbase
6779   - "L2XCFWD"     # dot1q-l2xcbase
6780   - "L2BDMACLRN"  # dot1q-l2bdbase
6781   traces:
6782     hoverinfo: "x+y"
6783     boxpoints: "outliers"
6784     whiskerwidth: 0
6785   layout:
6786     title: "l2sw-3n-skx-x710-64b-4t2c-features-pdr"
6787     layout: "plot-throughput"
6788
6789 # Packet Throughput - VPP L2 3n-skx-x710 features-iacl
6790 - type: "plot"
6791   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-iacl-ndr"
6792   algorithm: "plot_performance_box"
6793   output-file-type: ".html"
6794   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-iacl-ndr"
6795   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6796   filter: "'NIC_Intel-X710' and
6797            '64B' and
6798            'NDRPDR' and
6799            '2T1C' and
6800            'FEATURE' and
6801            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6802            'IACL' and
6803            ('ACL1' or 'ACL50') and
6804            ('10K_FLOWS' or '10k_FLOWS') and
6805            not 'MACIP' and
6806            not 'VHOST' and
6807            not 'MEMIF'"
6808   parameters:
6809   - "throughput"
6810   - "parent"
6811   - "tags"
6812   traces:
6813     hoverinfo: "x+y"
6814     boxpoints: "outliers"
6815     whiskerwidth: 0
6816   layout:
6817     title: "l2sw-3n-skx-x710-64b-2t1c-features-iacl-ndr"
6818     layout: "plot-throughput"
6819
6820 - type: "plot"
6821   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-iacl-pdr"
6822   algorithm: "plot_performance_box"
6823   output-file-type: ".html"
6824   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-iacl-pdr"
6825   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6826   filter: "'NIC_Intel-X710' and
6827            '64B' and
6828            'NDRPDR' and
6829            '2T1C' and
6830            'FEATURE' and
6831            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6832            'IACL' and
6833            ('ACL1' or 'ACL50') and
6834            ('10K_FLOWS' or '10k_FLOWS') and
6835            not 'MACIP' and
6836            not 'VHOST' and
6837            not 'MEMIF'"
6838   parameters:
6839   - "throughput"
6840   - "parent"
6841   - "tags"
6842   traces:
6843     hoverinfo: "x+y"
6844     boxpoints: "outliers"
6845     whiskerwidth: 0
6846   layout:
6847     title: "l2sw-3n-skx-x710-64b-2t1c-features-iacl-pdr"
6848     layout: "plot-throughput"
6849
6850 - type: "plot"
6851   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-iacl-ndr"
6852   algorithm: "plot_performance_box"
6853   output-file-type: ".html"
6854   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-iacl-ndr"
6855   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6856   filter: "'NIC_Intel-X710' and
6857            '64B' and
6858            'NDRPDR' and
6859            '4T2C' and
6860            'FEATURE' and
6861            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6862            'IACL' and
6863            ('ACL1' or 'ACL50') and
6864            ('10K_FLOWS' or '10k_FLOWS') and
6865            not 'MACIP' and
6866            not 'VHOST' and
6867            not 'MEMIF'"
6868   parameters:
6869   - "throughput"
6870   - "parent"
6871   - "tags"
6872   traces:
6873     hoverinfo: "x+y"
6874     boxpoints: "outliers"
6875     whiskerwidth: 0
6876   layout:
6877     title: "l2sw-3n-skx-x710-64b-4t2c-features-iacl-ndr"
6878     layout: "plot-throughput"
6879
6880 - type: "plot"
6881   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-iacl-pdr"
6882   algorithm: "plot_performance_box"
6883   output-file-type: ".html"
6884   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-iacl-pdr"
6885   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6886   filter: "'NIC_Intel-X710' and
6887            '64B' and
6888            'NDRPDR' and
6889            '4T2C' and
6890            'FEATURE' and
6891            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6892            'IACL' and
6893            ('ACL1' or 'ACL50') and
6894            ('10K_FLOWS' or '10k_FLOWS') and
6895            not 'MACIP' and
6896            not 'VHOST' and
6897            not 'MEMIF'"
6898   parameters:
6899   - "throughput"
6900   - "parent"
6901   - "tags"
6902   traces:
6903     hoverinfo: "x+y"
6904     boxpoints: "outliers"
6905     whiskerwidth: 0
6906   layout:
6907     title: "l2sw-3n-skx-x710-64b-4t2c-features-iacl-pdr"
6908     layout: "plot-throughput"
6909
6910 # Packet Throughput - VPP L2 3n-skx-xxv710 base
6911 - type: "plot"
6912   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base-ndr"
6913   algorithm: "plot_performance_box"
6914   output-file-type: ".html"
6915   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base-ndr"
6916   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6917   filter: "'NIC_Intel-XXV710' and
6918            '64B' and
6919            ('BASE' or 'SCALE') and
6920            'NDRPDR' and
6921            'ETH' and
6922            '2T1C' and
6923            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6924            not 'VHOST' and
6925            not 'MEMIF'"
6926   parameters:
6927   - "throughput"
6928   - "parent"
6929   - "tags"
6930   sort:
6931   - "L2PATCH"
6932   - "L2PATCH"
6933   - "L2XCBASE"
6934   - "L2BDMACLRN"
6935   traces:
6936     hoverinfo: "x+y"
6937     boxpoints: "outliers"
6938     whiskerwidth: 0
6939   layout:
6940     title: "l2sw-3n-skx-xxv710-64b-2t1c-base-ndr"
6941     layout: "plot-throughput"
6942
6943 - type: "plot"
6944   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base-pdr"
6945   algorithm: "plot_performance_box"
6946   output-file-type: ".html"
6947   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base-pdr"
6948   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6949   filter: "'NIC_Intel-XXV710' and
6950            '64B' and
6951            ('BASE' or 'SCALE') and
6952            'NDRPDR' and
6953            'ETH' and
6954            '2T1C' and
6955            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6956            not 'VHOST' and
6957            not 'MEMIF'"
6958   parameters:
6959   - "throughput"
6960   - "parent"
6961   - "tags"
6962   sort:
6963   - "L2PATCH"
6964   - "L2PATCH"
6965   - "L2XCBASE"
6966   - "L2BDMACLRN"
6967   traces:
6968     hoverinfo: "x+y"
6969     boxpoints: "outliers"
6970     whiskerwidth: 0
6971   layout:
6972     title: "l2sw-3n-skx-xxv710-64b-2t1c-base-pdr"
6973     layout: "plot-throughput"
6974
6975 - type: "plot"
6976   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base-ndr"
6977   algorithm: "plot_performance_box"
6978   output-file-type: ".html"
6979   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base-ndr"
6980   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6981   filter: "'NIC_Intel-XXV710' and
6982            '64B' and
6983            ('BASE' or 'SCALE') and
6984            'NDRPDR' and
6985            'ETH' and
6986            '4T2C' and
6987            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6988            not 'VHOST' and
6989            not 'MEMIF'"
6990   parameters:
6991   - "throughput"
6992   - "parent"
6993   - "tags"
6994   sort:
6995   - "L2PATCH"
6996   - "L2PATCH"
6997   - "L2XCBASE"
6998   - "L2BDMACLRN"
6999   traces:
7000     hoverinfo: "x+y"
7001     boxpoints: "outliers"
7002     whiskerwidth: 0
7003   layout:
7004     title: "l2sw-3n-skx-xxv710-64b-4t2c-base-ndr"
7005     layout: "plot-throughput"
7006
7007 - type: "plot"
7008   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base-pdr"
7009   algorithm: "plot_performance_box"
7010   output-file-type: ".html"
7011   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base-pdr"
7012   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7013   filter: "'NIC_Intel-XXV710' and
7014            '64B' and
7015            ('BASE' or 'SCALE') and
7016            'NDRPDR' and
7017            'ETH' and
7018            '4T2C' and
7019            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7020            not 'VHOST' and
7021            not 'MEMIF'"
7022   parameters:
7023   - "throughput"
7024   - "parent"
7025   - "tags"
7026   sort:
7027   - "L2PATCH"
7028   - "L2PATCH"
7029   - "L2XCBASE"
7030   - "L2BDMACLRN"
7031   traces:
7032     hoverinfo: "x+y"
7033     boxpoints: "outliers"
7034     whiskerwidth: 0
7035   layout:
7036     title: "l2sw-3n-skx-xxv710-64b-4t2c-base-pdr"
7037     layout: "plot-throughput"
7038
7039 # Packet Throughput - VPP L2 2n-skx-x710 base and scale
7040 - type: "plot"
7041   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
7042   algorithm: "plot_performance_box"
7043   output-file-type: ".html"
7044   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
7045   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7046   filter: "'NIC_Intel-X710' and
7047            '64B' and
7048            ('BASE' or 'SCALE') and
7049            'NDRPDR' and
7050            'ETH' and
7051            '2T1C' and
7052            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7053            not 'VHOST' and
7054            not 'MEMIF'"
7055   parameters:
7056   - "throughput"
7057   - "parent"
7058   - "tags"
7059   sort:
7060   - "L2PATCH"
7061   - "L2XCBASE"
7062   - "BASE"
7063   - "FIB_10K"
7064   - "FIB_100K"
7065   - "FIB_1M"
7066   traces:
7067     hoverinfo: "x+y"
7068     boxpoints: "outliers"
7069     whiskerwidth: 0
7070   layout:
7071     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
7072     layout: "plot-throughput"
7073
7074 - type: "plot"
7075   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
7076   algorithm: "plot_performance_box"
7077   output-file-type: ".html"
7078   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
7079   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7080   filter: "'NIC_Intel-X710' and
7081            '64B' and
7082            ('BASE' or 'SCALE') and
7083            'NDRPDR' and
7084            'ETH' and
7085            '2T1C' and
7086            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7087            not 'VHOST' and
7088            not 'MEMIF'"
7089   parameters:
7090   - "throughput"
7091   - "parent"
7092   - "tags"
7093   sort:
7094   - "L2PATCH"
7095   - "L2XCBASE"
7096   - "BASE"
7097   - "FIB_10K"
7098   - "FIB_100K"
7099   - "FIB_1M"
7100   traces:
7101     hoverinfo: "x+y"
7102     boxpoints: "outliers"
7103     whiskerwidth: 0
7104   layout:
7105     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
7106     layout: "plot-throughput"
7107
7108 - type: "plot"
7109   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
7110   algorithm: "plot_performance_box"
7111   output-file-type: ".html"
7112   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
7113   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7114   filter: "'NIC_Intel-X710' and
7115            '64B' and
7116            ('BASE' or 'SCALE') and
7117            'NDRPDR' and
7118            'ETH' and
7119            '4T2C' and
7120            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7121            not 'VHOST' and
7122            not 'MEMIF'"
7123   parameters:
7124   - "throughput"
7125   - "parent"
7126   - "tags"
7127   sort:
7128   - "L2PATCH"
7129   - "L2XCBASE"
7130   - "BASE"
7131   - "FIB_10K"
7132   - "FIB_100K"
7133   - "FIB_1M"
7134   traces:
7135     hoverinfo: "x+y"
7136     boxpoints: "outliers"
7137     whiskerwidth: 0
7138   layout:
7139     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
7140     layout: "plot-throughput"
7141
7142 - type: "plot"
7143   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
7144   algorithm: "plot_performance_box"
7145   output-file-type: ".html"
7146   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
7147   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7148   filter: "'NIC_Intel-X710' and
7149            '64B' and
7150            ('BASE' or 'SCALE') and
7151            'NDRPDR' and
7152            'ETH' and
7153            '4T2C' and
7154            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7155            not 'VHOST' and
7156            not 'MEMIF'"
7157   parameters:
7158   - "throughput"
7159   - "parent"
7160   - "tags"
7161   sort:
7162   - "L2PATCH"
7163   - "L2XCBASE"
7164   - "BASE"
7165   - "FIB_10K"
7166   - "FIB_100K"
7167   - "FIB_1M"
7168   traces:
7169     hoverinfo: "x+y"
7170     boxpoints: "outliers"
7171     whiskerwidth: 0
7172   layout:
7173     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
7174     layout: "plot-throughput"
7175
7176 # Packet Throughput - VPP L2 2n-skx-xxv710 base and scale
7177 - type: "plot"
7178   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
7179   algorithm: "plot_performance_box"
7180   output-file-type: ".html"
7181   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
7182   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7183   filter: "'NIC_Intel-XXV710' and
7184            '64B' and
7185            ('BASE' or 'SCALE') and
7186            'NDRPDR' and
7187            'ETH' and
7188            '2T1C' and
7189            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7190            not 'VHOST' and
7191            not 'MEMIF'"
7192   parameters:
7193   - "throughput"
7194   - "parent"
7195   - "tags"
7196   sort:
7197   - "L2PATCH"
7198   - "L2XCBASE"
7199   - "BASE"
7200   - "FIB_10K"
7201   - "FIB_100K"
7202   - "FIB_1M"
7203   traces:
7204     hoverinfo: "x+y"
7205     boxpoints: "outliers"
7206     whiskerwidth: 0
7207   layout:
7208     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
7209     layout: "plot-throughput"
7210
7211 - type: "plot"
7212   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
7213   algorithm: "plot_performance_box"
7214   output-file-type: ".html"
7215   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
7216   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7217   filter: "'NIC_Intel-XXV710' and
7218            '64B' and
7219            ('BASE' or 'SCALE') and
7220            'NDRPDR' and
7221            'ETH' and
7222            '2T1C' and
7223            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7224            not 'VHOST' and
7225            not 'MEMIF'"
7226   parameters:
7227   - "throughput"
7228   - "parent"
7229   - "tags"
7230   sort:
7231   - "L2PATCH"
7232   - "L2XCBASE"
7233   - "BASE"
7234   - "FIB_10K"
7235   - "FIB_100K"
7236   - "FIB_1M"
7237   traces:
7238     hoverinfo: "x+y"
7239     boxpoints: "outliers"
7240     whiskerwidth: 0
7241   layout:
7242     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
7243     layout: "plot-throughput"
7244
7245 - type: "plot"
7246   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
7247   algorithm: "plot_performance_box"
7248   output-file-type: ".html"
7249   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
7250   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7251   filter: "'NIC_Intel-XXV710' and
7252            '64B' and
7253            ('BASE' or 'SCALE') and
7254            'NDRPDR' and
7255            'ETH' and
7256            '4T2C' and
7257            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7258            not 'VHOST' and
7259            not 'MEMIF'"
7260   parameters:
7261   - "throughput"
7262   - "parent"
7263   - "tags"
7264   sort:
7265   - "L2PATCH"
7266   - "L2XCBASE"
7267   - "BASE"
7268   - "FIB_10K"
7269   - "FIB_100K"
7270   - "FIB_1M"
7271   traces:
7272     hoverinfo: "x+y"
7273     boxpoints: "outliers"
7274     whiskerwidth: 0
7275   layout:
7276     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
7277     layout: "plot-throughput"
7278
7279 - type: "plot"
7280   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
7281   algorithm: "plot_performance_box"
7282   output-file-type: ".html"
7283   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
7284   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7285   filter: "'NIC_Intel-XXV710' and
7286            '64B' and
7287            ('BASE' or 'SCALE') and
7288            'NDRPDR' and
7289            'ETH' and
7290            '4T2C' and
7291            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7292            not 'VHOST' and
7293            not 'MEMIF'"
7294   parameters:
7295   - "throughput"
7296   - "parent"
7297   - "tags"
7298   sort:
7299   - "L2PATCH"
7300   - "L2XCBASE"
7301   - "BASE"
7302   - "FIB_10K"
7303   - "FIB_100K"
7304   - "FIB_1M"
7305   traces:
7306     hoverinfo: "x+y"
7307     boxpoints: "outliers"
7308     whiskerwidth: 0
7309   layout:
7310     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
7311     layout: "plot-throughput"
7312
7313 # Packet Throughput - VPP L2 2n-dnv-x553 base
7314 - type: "plot"
7315   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
7316   algorithm: "plot_performance_box"
7317   output-file-type: ".html"
7318   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
7319   data: "intel-dnv-vpp"
7320   filter: "'NIC_Intel-X553' and
7321            '64B' and
7322            'BASE' and
7323            'NDRPDR' and
7324            'ETH' and
7325            '1T1C' and
7326            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7327            not 'VHOST' and
7328            not 'MEMIF'"
7329   parameters:
7330   - "throughput"
7331   - "parent"
7332   - "tags"
7333   sort:
7334   - "L2XCBASE"
7335   - "L2BDMACLRN"
7336   - "L2PATCH"
7337   traces:
7338     hoverinfo: "x+y"
7339     boxpoints: "outliers"
7340     whiskerwidth: 0
7341   layout:
7342     title: "l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
7343     layout: "plot-throughput"
7344
7345 - type: "plot"
7346   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
7347   algorithm: "plot_performance_box"
7348   output-file-type: ".html"
7349   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
7350   data: "intel-dnv-vpp"
7351   filter: "'NIC_Intel-X553' and
7352            '64B' and
7353            ('BASE' or 'SCALE') and
7354            'NDRPDR' and
7355            'ETH' and
7356            '1T1C' and
7357            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7358            not 'VHOST' and
7359            not 'MEMIF'"
7360   parameters:
7361   - "throughput"
7362   - "parent"
7363   - "tags"
7364   sort:
7365   - "L2XCBASE"
7366   - "L2BDMACLRN"
7367   - "L2PATCH"
7368   traces:
7369     hoverinfo: "x+y"
7370     boxpoints: "outliers"
7371     whiskerwidth: 0
7372   layout:
7373     title: "l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
7374     layout: "plot-throughput"
7375
7376 - type: "plot"
7377   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
7378   algorithm: "plot_performance_box"
7379   output-file-type: ".html"
7380   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
7381   data: "intel-dnv-vpp"
7382   filter: "'NIC_Intel-X553' and
7383            '64B' and
7384            ('BASE' or 'SCALE') and
7385            'NDRPDR' and
7386            'ETH' and
7387            '2T2C' and
7388            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7389            not 'VHOST' and
7390            not 'MEMIF'"
7391   parameters:
7392   - "throughput"
7393   - "parent"
7394   - "tags"
7395   sort:
7396   - "L2XCBASE"
7397   - "L2BDMACLRN"
7398   - "L2PATCH"
7399   traces:
7400     hoverinfo: "x+y"
7401     boxpoints: "outliers"
7402     whiskerwidth: 0
7403   layout:
7404     title: "l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
7405     layout: "plot-throughput"
7406
7407 - type: "plot"
7408   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
7409   algorithm: "plot_performance_box"
7410   output-file-type: ".html"
7411   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
7412   data: "intel-dnv-vpp"
7413   filter: "'NIC_Intel-X553' and
7414            '64B' and
7415            ('BASE' or 'SCALE') and
7416            'NDRPDR' and
7417            'ETH' and
7418            '2T2C' and
7419            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7420            not 'VHOST' and
7421            not 'MEMIF'"
7422   parameters:
7423   - "throughput"
7424   - "parent"
7425   - "tags"
7426   sort:
7427   - "L2XCBASE"
7428   - "L2BDMACLRN"
7429   - "L2PATCH"
7430   traces:
7431     hoverinfo: "x+y"
7432     boxpoints: "outliers"
7433     whiskerwidth: 0
7434   layout:
7435     title: "l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
7436     layout: "plot-throughput"
7437
7438 ################################################################################
7439
7440 # Packet Throughput - VPP Container Memif 3n-hsw-x520
7441 - type: "plot"
7442   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
7443   algorithm: "plot_performance_box"
7444   output-file-type: ".html"
7445   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
7446   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7447   filter: "'NIC_Intel-X520-DA2' and
7448            '64B' and
7449            ('BASE' or 'SCALE') and
7450            'NDRPDR' and
7451            '1T1C' and
7452            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7453            not 'VHOST' and
7454            'MEMIF'"
7455   parameters:
7456   - "throughput"
7457   - "parent"
7458   - "tags"
7459   sort:
7460   - "L2XCFWD"
7461   - "L2XCFWD"
7462   - "L2XCFWD"
7463   - "L2BDMACLRN"
7464   - "L2BDMACLRN"
7465   - "L2BDMACLRN"
7466   - "IP4FWD"
7467   traces:
7468     hoverinfo: "x+y"
7469     boxpoints: "outliers"
7470     whiskerwidth: 0
7471   layout:
7472     title: "memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
7473     layout: "plot-throughput"
7474
7475 - type: "plot"
7476   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
7477   algorithm: "plot_performance_box"
7478   output-file-type: ".html"
7479   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
7480   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7481   filter: "'NIC_Intel-X520-DA2' and
7482            '64B' and
7483            ('BASE' or 'SCALE') and
7484            'NDRPDR' and
7485            '1T1C' and
7486            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7487            not 'VHOST' and
7488            'MEMIF'"
7489   parameters:
7490   - "throughput"
7491   - "parent"
7492   - "tags"
7493   sort:
7494   - "L2XCFWD"
7495   - "L2XCFWD"
7496   - "L2XCFWD"
7497   - "L2BDMACLRN"
7498   - "L2BDMACLRN"
7499   - "L2BDMACLRN"
7500   - "IP4FWD"
7501   traces:
7502     hoverinfo: "x+y"
7503     boxpoints: "outliers"
7504     whiskerwidth: 0
7505   layout:
7506     title: "memif-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
7507     layout: "plot-throughput"
7508
7509 - type: "plot"
7510   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
7511   algorithm: "plot_performance_box"
7512   output-file-type: ".html"
7513   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
7514   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7515   filter: "'NIC_Intel-X520-DA2' and
7516            '64B' and
7517            ('BASE' or 'SCALE') and
7518            'NDRPDR' and
7519            '2T2C' and
7520            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7521            not 'VHOST' and
7522            'MEMIF'"
7523   parameters:
7524   - "throughput"
7525   - "parent"
7526   - "tags"
7527   sort:
7528   - "L2XCFWD"
7529   - "L2XCFWD"
7530   - "L2XCFWD"
7531   - "L2BDMACLRN"
7532   - "L2BDMACLRN"
7533   - "L2BDMACLRN"
7534   - "IP4FWD"
7535   traces:
7536     hoverinfo: "x+y"
7537     boxpoints: "outliers"
7538     whiskerwidth: 0
7539   layout:
7540     title: "memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
7541     layout: "plot-throughput"
7542
7543 - type: "plot"
7544   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
7545   algorithm: "plot_performance_box"
7546   output-file-type: ".html"
7547   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
7548   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7549   filter: "'NIC_Intel-X520-DA2' and
7550            '64B' and
7551            ('BASE' or 'SCALE') and
7552            'NDRPDR' and
7553            '2T2C' and
7554            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7555            not 'VHOST' and
7556            'MEMIF'"
7557   parameters:
7558   - "throughput"
7559   - "parent"
7560   - "tags"
7561   sort:
7562   - "L2XCFWD"
7563   - "L2XCFWD"
7564   - "L2XCFWD"
7565   - "L2BDMACLRN"
7566   - "L2BDMACLRN"
7567   - "L2BDMACLRN"
7568   - "IP4FWD"
7569   traces:
7570     hoverinfo: "x+y"
7571     boxpoints: "outliers"
7572     whiskerwidth: 0
7573   layout:
7574     title: "memif-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
7575     layout: "plot-throughput"
7576
7577 # Packet Throughput - VPP Container Memif 3n-hsw-x710
7578 - type: "plot"
7579   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
7580   algorithm: "plot_performance_box"
7581   output-file-type: ".html"
7582   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
7583   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7584   filter: "'NIC_Intel-X710' and
7585            '64B' and
7586            ('BASE' or 'SCALE') and
7587            'NDRPDR' and
7588            '1T1C' and
7589            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7590            not 'VHOST' and
7591            'MEMIF'"
7592   parameters:
7593   - "throughput"
7594   - "parent"
7595   - "tags"
7596   sort:
7597   - "L2XCFWD"
7598   - "L2XCFWD"
7599   - "L2XCFWD"
7600   - "L2BDMACLRN"
7601   - "L2BDMACLRN"
7602   - "L2BDMACLRN"
7603   - "IP4FWD"
7604   traces:
7605     hoverinfo: "x+y"
7606     boxpoints: "outliers"
7607     whiskerwidth: 0
7608   layout:
7609     title: "memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
7610     layout: "plot-throughput"
7611
7612 - type: "plot"
7613   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
7614   algorithm: "plot_performance_box"
7615   output-file-type: ".html"
7616   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
7617   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7618   filter: "'NIC_Intel-X710' and
7619            '64B' and
7620            ('BASE' or 'SCALE') and
7621            'NDRPDR' and
7622            '1T1C' and
7623            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7624            not 'VHOST' and
7625            'MEMIF'"
7626   parameters:
7627   - "throughput"
7628   - "parent"
7629   - "tags"
7630   sort:
7631   - "L2XCFWD"
7632   - "L2XCFWD"
7633   - "L2XCFWD"
7634   - "L2BDMACLRN"
7635   - "L2BDMACLRN"
7636   - "L2BDMACLRN"
7637   - "IP4FWD"
7638   traces:
7639     hoverinfo: "x+y"
7640     boxpoints: "outliers"
7641     whiskerwidth: 0
7642   layout:
7643     title: "memif-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
7644     layout: "plot-throughput"
7645
7646 - type: "plot"
7647   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
7648   algorithm: "plot_performance_box"
7649   output-file-type: ".html"
7650   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
7651   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7652   filter: "'NIC_Intel-X710' and
7653            '64B' and
7654            ('BASE' or 'SCALE') and
7655            'NDRPDR' and
7656            '2T2C' and
7657            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7658            not 'VHOST' and
7659            'MEMIF'"
7660   parameters:
7661   - "throughput"
7662   - "parent"
7663   - "tags"
7664   sort:
7665   - "L2XCFWD"
7666   - "L2XCFWD"
7667   - "L2XCFWD"
7668   - "L2BDMACLRN"
7669   - "L2BDMACLRN"
7670   - "L2BDMACLRN"
7671   - "IP4FWD"
7672   traces:
7673     hoverinfo: "x+y"
7674     boxpoints: "outliers"
7675     whiskerwidth: 0
7676   layout:
7677     title: "memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
7678     layout: "plot-throughput"
7679
7680 - type: "plot"
7681   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
7682   algorithm: "plot_performance_box"
7683   output-file-type: ".html"
7684   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
7685   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7686   filter: "'NIC_Intel-X710' and
7687            '64B' and
7688            ('BASE' or 'SCALE') and
7689            'NDRPDR' and
7690            '2T2C' and
7691            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7692            not 'VHOST' and
7693            'MEMIF'"
7694   parameters:
7695   - "throughput"
7696   - "parent"
7697   - "tags"
7698   sort:
7699   - "L2XCFWD"
7700   - "L2XCFWD"
7701   - "L2XCFWD"
7702   - "L2BDMACLRN"
7703   - "L2BDMACLRN"
7704   - "L2BDMACLRN"
7705   - "IP4FWD"
7706   traces:
7707     hoverinfo: "x+y"
7708     boxpoints: "outliers"
7709     whiskerwidth: 0
7710   layout:
7711     title: "memif-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
7712     layout: "plot-throughput"
7713
7714 # Packet Throughput - VPP Container Memif 3n-hsw-xl710
7715 - type: "plot"
7716   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr"
7717   algorithm: "plot_performance_box"
7718   output-file-type: ".html"
7719   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr"
7720   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7721   filter: "'NIC_Intel-XL710' and
7722            '64B' and
7723            ('BASE' or 'SCALE') and
7724            'NDRPDR' and
7725            '1T1C' and
7726            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7727            not 'VHOST' and
7728            'MEMIF'"
7729   parameters:
7730   - "throughput"
7731   - "parent"
7732   - "tags"
7733   sort:
7734   - "L2XCFWD"
7735   - "L2XCFWD"
7736   - "L2XCFWD"
7737   - "L2BDMACLRN"
7738   - "L2BDMACLRN"
7739   - "L2BDMACLRN"
7740   - "IP4FWD"
7741   traces:
7742     hoverinfo: "x+y"
7743     boxpoints: "outliers"
7744     whiskerwidth: 0
7745   layout:
7746     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr"
7747     layout: "plot-throughput"
7748
7749 - type: "plot"
7750   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_features-pdr"
7751   algorithm: "plot_performance_box"
7752   output-file-type: ".html"
7753   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_features-pdr"
7754   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7755   filter: "'NIC_Intel-XL710' and
7756            '64B' and
7757            ('BASE' or 'SCALE') and
7758            'NDRPDR' and
7759            '1T1C' and
7760            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7761            not 'VHOST' and
7762            'MEMIF'"
7763   parameters:
7764   - "throughput"
7765   - "parent"
7766   - "tags"
7767   sort:
7768   - "L2XCFWD"
7769   - "L2XCFWD"
7770   - "L2XCFWD"
7771   - "L2BDMACLRN"
7772   - "L2BDMACLRN"
7773   - "L2BDMACLRN"
7774   - "IP4FWD"
7775   traces:
7776     hoverinfo: "x+y"
7777     boxpoints: "outliers"
7778     whiskerwidth: 0
7779   layout:
7780     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_features-pdr"
7781     layout: "plot-throughput"
7782
7783 - type: "plot"
7784   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr"
7785   algorithm: "plot_performance_box"
7786   output-file-type: ".html"
7787   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr"
7788   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7789   filter: "'NIC_Intel-XL710' and
7790            '64B' and
7791            ('BASE' or 'SCALE') and
7792            'NDRPDR' and
7793            '2T2C' and
7794            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7795            not 'VHOST' and
7796            'MEMIF'"
7797   parameters:
7798   - "throughput"
7799   - "parent"
7800   - "tags"
7801   sort:
7802   - "L2XCFWD"
7803   - "L2XCFWD"
7804   - "L2XCFWD"
7805   - "L2BDMACLRN"
7806   - "L2BDMACLRN"
7807   - "L2BDMACLRN"
7808   - "IP4FWD"
7809   traces:
7810     hoverinfo: "x+y"
7811     boxpoints: "outliers"
7812     whiskerwidth: 0
7813   layout:
7814     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr"
7815     layout: "plot-throughput"
7816
7817 - type: "plot"
7818   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_features-pdr"
7819   algorithm: "plot_performance_box"
7820   output-file-type: ".html"
7821   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_features-pdr"
7822   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7823   filter: "'NIC_Intel-XL710' and
7824            '64B' and
7825            ('BASE' or 'SCALE') and
7826            'NDRPDR' and
7827            '2T2C' and
7828            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7829            not 'VHOST' and
7830            'MEMIF'"
7831   parameters:
7832   - "throughput"
7833   - "parent"
7834   - "tags"
7835   sort:
7836   - "L2XCFWD"
7837   - "L2XCFWD"
7838   - "L2XCFWD"
7839   - "L2BDMACLRN"
7840   - "L2BDMACLRN"
7841   - "L2BDMACLRN"
7842   - "IP4FWD"
7843   traces:
7844     hoverinfo: "x+y"
7845     boxpoints: "outliers"
7846     whiskerwidth: 0
7847   layout:
7848     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_features-pdr"
7849     layout: "plot-throughput"
7850
7851 # Packet Throughput - VPP Container Memif 3n-skx-x710
7852 - type: "plot"
7853   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_features-ndr"
7854   algorithm: "plot_performance_box"
7855   output-file-type: ".html"
7856   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_features-ndr"
7857   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7858   filter: "'NIC_Intel-X710' and
7859            '64B' and
7860            ('BASE' or 'SCALE') and
7861            'NDRPDR' and
7862            '2T1C' and
7863            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7864            not 'VHOST' and
7865            'MEMIF'"
7866   parameters:
7867   - "throughput"
7868   - "parent"
7869   - "tags"
7870   sort:
7871   - "L2XCFWD"
7872   - "L2XCFWD"
7873   - "L2XCFWD"
7874   - "L2BDMACLRN"
7875   - "L2BDMACLRN"
7876   - "L2BDMACLRN"
7877   - "IP4FWD"
7878   traces:
7879     hoverinfo: "x+y"
7880     boxpoints: "outliers"
7881     whiskerwidth: 0
7882   layout:
7883     title: "memif-3n-skx-x710-64b-2t1c-base_and_features-ndr"
7884     layout: "plot-throughput"
7885
7886 - type: "plot"
7887   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_features-pdr"
7888   algorithm: "plot_performance_box"
7889   output-file-type: ".html"
7890   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_features-pdr"
7891   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7892   filter: "'NIC_Intel-X710' and
7893            '64B' and
7894            ('BASE' or 'SCALE') and
7895            'NDRPDR' and
7896            '2T1C' and
7897            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7898            not 'VHOST' and
7899            'MEMIF'"
7900   parameters:
7901   - "throughput"
7902   - "parent"
7903   - "tags"
7904   sort:
7905   - "L2XCFWD"
7906   - "L2XCFWD"
7907   - "L2XCFWD"
7908   - "L2BDMACLRN"
7909   - "L2BDMACLRN"
7910   - "L2BDMACLRN"
7911   - "IP4FWD"
7912   traces:
7913     hoverinfo: "x+y"
7914     boxpoints: "outliers"
7915     whiskerwidth: 0
7916   layout:
7917     title: "memif-3n-skx-x710-64b-2t1c-base_and_features-pdr"
7918     layout: "plot-throughput"
7919
7920 - type: "plot"
7921   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_features-ndr"
7922   algorithm: "plot_performance_box"
7923   output-file-type: ".html"
7924   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_features-ndr"
7925   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7926   filter: "'NIC_Intel-X710' and
7927            '64B' and
7928            ('BASE' or 'SCALE') and
7929            'NDRPDR' and
7930            '4T2C' and
7931            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7932            not 'VHOST' and
7933            'MEMIF'"
7934   parameters:
7935   - "throughput"
7936   - "parent"
7937   - "tags"
7938   sort:
7939   - "L2XCFWD"
7940   - "L2XCFWD"
7941   - "L2XCFWD"
7942   - "L2BDMACLRN"
7943   - "L2BDMACLRN"
7944   - "L2BDMACLRN"
7945   - "IP4FWD"
7946   traces:
7947     hoverinfo: "x+y"
7948     boxpoints: "outliers"
7949     whiskerwidth: 0
7950   layout:
7951     title: "memif-3n-skx-x710-64b-4t2c-base_and_features-ndr"
7952     layout: "plot-throughput"
7953
7954 - type: "plot"
7955   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_features-pdr"
7956   algorithm: "plot_performance_box"
7957   output-file-type: ".html"
7958   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_features-pdr"
7959   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7960   filter: "'NIC_Intel-X710' and
7961            '64B' and
7962            ('BASE' or 'SCALE') and
7963            'NDRPDR' and
7964            '4T2C' and
7965            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7966            not 'VHOST' and
7967            'MEMIF'"
7968   parameters:
7969   - "throughput"
7970   - "parent"
7971   - "tags"
7972   sort:
7973   - "L2XCFWD"
7974   - "L2XCFWD"
7975   - "L2XCFWD"
7976   - "L2BDMACLRN"
7977   - "L2BDMACLRN"
7978   - "L2BDMACLRN"
7979   - "IP4FWD"
7980   traces:
7981     hoverinfo: "x+y"
7982     boxpoints: "outliers"
7983     whiskerwidth: 0
7984   layout:
7985     title: "memif-3n-skx-x710-64b-4t2c-base_and_features-pdr"
7986     layout: "plot-throughput"
7987
7988 # Packet Throughput - VPP Container Memif 2n-skx-x710
7989 - type: "plot"
7990   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_features-ndr"
7991   algorithm: "plot_performance_box"
7992   output-file-type: ".html"
7993   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_features-ndr"
7994   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7995   filter: "'NIC_Intel-X710' and
7996            '64B' and
7997            ('BASE' or 'SCALE') and
7998            'NDRPDR' and
7999            '2T1C' and
8000            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8001            not 'VHOST' and
8002            not 'NF_DENSITY' and
8003            'MEMIF'"
8004   parameters:
8005   - "throughput"
8006   - "parent"
8007   - "tags"
8008   sort:
8009   - "L2XCFWD"
8010   - "L2XCFWD"
8011   - "L2XCFWD"
8012   - "L2BDMACLRN"
8013   - "L2BDMACLRN"
8014   - "L2BDMACLRN"
8015   - "IP4FWD"
8016   traces:
8017     hoverinfo: "x+y"
8018     boxpoints: "outliers"
8019     whiskerwidth: 0
8020   layout:
8021     title: "memif-2n-skx-x710-64b-2t1c-base_and_features-ndr"
8022     layout: "plot-throughput"
8023
8024 - type: "plot"
8025   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_features-pdr"
8026   algorithm: "plot_performance_box"
8027   output-file-type: ".html"
8028   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_features-pdr"
8029   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8030   filter: "'NIC_Intel-X710' and
8031            '64B' and
8032            ('BASE' or 'SCALE') and
8033            'NDRPDR' and
8034            '2T1C' and
8035            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8036            not 'VHOST' and
8037            not 'NF_DENSITY' and
8038            'MEMIF'"
8039   parameters:
8040   - "throughput"
8041   - "parent"
8042   - "tags"
8043   sort:
8044   - "L2XCFWD"
8045   - "L2XCFWD"
8046   - "L2XCFWD"
8047   - "L2BDMACLRN"
8048   - "L2BDMACLRN"
8049   - "L2BDMACLRN"
8050   - "IP4FWD"
8051   traces:
8052     hoverinfo: "x+y"
8053     boxpoints: "outliers"
8054     whiskerwidth: 0
8055   layout:
8056     title: "memif-2n-skx-x710-64b-2t1c-base_and_features-pdr"
8057     layout: "plot-throughput"
8058
8059 - type: "plot"
8060   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_features-ndr"
8061   algorithm: "plot_performance_box"
8062   output-file-type: ".html"
8063   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_features-ndr"
8064   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8065   filter: "'NIC_Intel-X710' and
8066            '64B' and
8067            ('BASE' or 'SCALE') and
8068            'NDRPDR' and
8069            '4T2C' and
8070            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8071            not 'VHOST' and
8072            not 'NF_DENSITY' and
8073            'MEMIF'"
8074   parameters:
8075   - "throughput"
8076   - "parent"
8077   - "tags"
8078   sort:
8079   - "L2XCFWD"
8080   - "L2XCFWD"
8081   - "L2XCFWD"
8082   - "L2BDMACLRN"
8083   - "L2BDMACLRN"
8084   - "L2BDMACLRN"
8085   - "IP4FWD"
8086   traces:
8087     hoverinfo: "x+y"
8088     boxpoints: "outliers"
8089     whiskerwidth: 0
8090   layout:
8091     title: "memif-2n-skx-x710-64b-4t2c-base_and_features-ndr"
8092     layout: "plot-throughput"
8093
8094 - type: "plot"
8095   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_features-pdr"
8096   algorithm: "plot_performance_box"
8097   output-file-type: ".html"
8098   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_features-pdr"
8099   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8100   filter: "'NIC_Intel-X710' and
8101            '64B' and
8102            ('BASE' or 'SCALE') and
8103            'NDRPDR' and
8104            '4T2C' and
8105            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8106            not 'VHOST' and
8107            not 'NF_DENSITY' and
8108            'MEMIF'"
8109   parameters:
8110   - "throughput"
8111   - "parent"
8112   - "tags"
8113   sort:
8114   - "L2XCFWD"
8115   - "L2XCFWD"
8116   - "L2XCFWD"
8117   - "L2BDMACLRN"
8118   - "L2BDMACLRN"
8119   - "L2BDMACLRN"
8120   - "IP4FWD"
8121   traces:
8122     hoverinfo: "x+y"
8123     boxpoints: "outliers"
8124     whiskerwidth: 0
8125   layout:
8126     title: "memif-2n-skx-x710-64b-4t2c-base_and_features-pdr"
8127     layout: "plot-throughput"
8128
8129 ## Packet Throughput - VPP Container Memif 2n-skx-xxv710
8130 #- type: "plot"
8131 #  title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
8132 #  algorithm: "plot_performance_box"
8133 #  output-file-type: ".html"
8134 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
8135 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
8136 #  filter: "'NIC_Intel-XXV710' and
8137 #           '64B' and
8138 #           ('BASE' or 'SCALE') and
8139 #           'NDRPDR' and
8140 #           '2T1C' and
8141 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8142 #           not 'VHOST' and
8143 #           'MEMIF'"
8144 #  parameters:
8145 #  - "throughput"
8146 #  - "parent"
8147 #  - "tags"
8148 #  sort:
8149 #  - "L2XCFWD"
8150 #  - "L2XCFWD"
8151 #  - "L2XCFWD"
8152 #  - "L2BDMACLRN"
8153 #  - "L2BDMACLRN"
8154 #  - "L2BDMACLRN"
8155 #  - "IP4FWD"
8156 #  traces:
8157 #    hoverinfo: "x+y"
8158 #    boxpoints: "outliers"
8159 #    whiskerwidth: 0
8160 #  layout:
8161 #    title: "memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
8162 #    layout: "plot-throughput"
8163 #
8164 #- type: "plot"
8165 #  title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
8166 #  algorithm: "plot_performance_box"
8167 #  output-file-type: ".html"
8168 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
8169 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
8170 #  filter: "'NIC_Intel-XXV710' and
8171 #           '64B' and
8172 #           ('BASE' or 'SCALE') and
8173 #           'NDRPDR' and
8174 #           '2T1C' and
8175 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8176 #           not 'VHOST' and
8177 #           'MEMIF'"
8178 #  parameters:
8179 #  - "throughput"
8180 #  - "parent"
8181 #  - "tags"
8182 #  sort:
8183 #  - "L2XCFWD"
8184 #  - "L2XCFWD"
8185 #  - "L2XCFWD"
8186 #  - "L2BDMACLRN"
8187 #  - "L2BDMACLRN"
8188 #  - "L2BDMACLRN"
8189 #  - "IP4FWD"
8190 #  traces:
8191 #    hoverinfo: "x+y"
8192 #    boxpoints: "outliers"
8193 #    whiskerwidth: 0
8194 #  layout:
8195 #    title: "memif-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
8196 #    layout: "plot-throughput"
8197 #
8198 #- type: "plot"
8199 #  title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
8200 #  algorithm: "plot_performance_box"
8201 #  output-file-type: ".html"
8202 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
8203 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
8204 #  filter: "'NIC_Intel-XXV710' and
8205 #           '64B' and
8206 #           ('BASE' or 'SCALE') and
8207 #           'NDRPDR' and
8208 #           '4T2C' and
8209 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8210 #           not 'VHOST' and
8211 #           'MEMIF'"
8212 #  parameters:
8213 #  - "throughput"
8214 #  - "parent"
8215 #  - "tags"
8216 #  sort:
8217 #  - "L2XCFWD"
8218 #  - "L2XCFWD"
8219 #  - "L2XCFWD"
8220 #  - "L2BDMACLRN"
8221 #  - "L2BDMACLRN"
8222 #  - "L2BDMACLRN"
8223 #  - "IP4FWD"
8224 #  traces:
8225 #    hoverinfo: "x+y"
8226 #    boxpoints: "outliers"
8227 #    whiskerwidth: 0
8228 #  layout:
8229 #    title: "memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
8230 #    layout: "plot-throughput"
8231 #
8232 #- type: "plot"
8233 #  title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
8234 #  algorithm: "plot_performance_box"
8235 #  output-file-type: ".html"
8236 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
8237 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
8238 #  filter: "'NIC_Intel-XXV710' and
8239 #           '64B' and
8240 #           ('BASE' or 'SCALE') and
8241 #           'NDRPDR' and
8242 #           '4T2C' and
8243 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8244 #           not 'VHOST' and
8245 #           'MEMIF'"
8246 #  parameters:
8247 #  - "throughput"
8248 #  - "parent"
8249 #  - "tags"
8250 #  sort:
8251 #  - "L2XCFWD"
8252 #  - "L2XCFWD"
8253 #  - "L2XCFWD"
8254 #  - "L2BDMACLRN"
8255 #  - "L2BDMACLRN"
8256 #  - "L2BDMACLRN"
8257 #  - "IP4FWD"
8258 #  traces:
8259 #    hoverinfo: "x+y"
8260 #    boxpoints: "outliers"
8261 #    whiskerwidth: 0
8262 #  layout:
8263 #    title: "memif-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
8264 #    layout: "plot-throughput"
8265
8266 ################################################################################
8267
8268 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2xc
8269 - type: "plot"
8270   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
8271   algorithm: "plot_performance_box"
8272   output-file-type: ".html"
8273   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
8274   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
8275   filter: "'NIC_Intel-X520-DA2' and
8276            '64B' and
8277            ('BASE' or 'SCALE') and
8278            'NDRPDR' and
8279            '1T1C' and
8280            'L2XCFWD' and
8281            not 'VHOST' and
8282            not 'NF_DENSITY' and
8283            'MEMIF'"
8284   parameters:
8285   - "throughput"
8286   - "parent"
8287   - "tags"
8288   sort:
8289   - "1VNF"
8290   - "2VNF"
8291   - "4VNF"
8292   - "2VNF"
8293   - "4VNF"
8294   traces:
8295     hoverinfo: "x+y"
8296     boxpoints: "outliers"
8297     whiskerwidth: 0
8298   layout:
8299     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
8300     layout: "plot-throughput"
8301
8302 - type: "plot"
8303   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
8304   algorithm: "plot_performance_box"
8305   output-file-type: ".html"
8306   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
8307   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
8308   filter: "'NIC_Intel-X520-DA2' and
8309            '64B' and
8310            ('BASE' or 'SCALE') and
8311            'NDRPDR' and
8312            '1T1C' and
8313            'L2XCFWD' and
8314            not 'VHOST' and
8315            not 'NF_DENSITY' and
8316            'MEMIF'"
8317   parameters:
8318   - "throughput"
8319   - "parent"
8320   - "tags"
8321   sort:
8322   - "1VNF"
8323   - "2VNF"
8324   - "4VNF"
8325   - "2VNF"
8326   - "4VNF"
8327   traces:
8328     hoverinfo: "x+y"
8329     boxpoints: "outliers"
8330     whiskerwidth: 0
8331   layout:
8332     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
8333     layout: "plot-throughput"
8334
8335 - type: "plot"
8336   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
8337   algorithm: "plot_performance_box"
8338   output-file-type: ".html"
8339   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
8340   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
8341   filter: "'NIC_Intel-X520-DA2' and
8342            '64B' and
8343            ('BASE' or 'SCALE') and
8344            'NDRPDR' and
8345            '2T2C' and
8346            'L2XCFWD' and
8347            not 'VHOST' and
8348            not 'NF_DENSITY' and
8349            'MEMIF'"
8350   parameters:
8351   - "throughput"
8352   - "parent"
8353   - "tags"
8354   sort:
8355   - "1VNF"
8356   - "2VNF"
8357   - "4VNF"
8358   - "2VNF"
8359   - "4VNF"
8360   traces:
8361     hoverinfo: "x+y"
8362     boxpoints: "outliers"
8363     whiskerwidth: 0
8364   layout:
8365     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
8366     layout: "plot-throughput"
8367
8368 - type: "plot"
8369   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
8370   algorithm: "plot_performance_box"
8371   output-file-type: ".html"
8372   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
8373   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
8374   filter: "'NIC_Intel-X520-DA2' and
8375            '64B' and
8376            ('BASE' or 'SCALE') and
8377            'NDRPDR' and
8378            '2T2C' and
8379            'L2XCFWD' and
8380            not 'VHOST' and
8381            not 'NF_DENSITY' and
8382            'MEMIF'"
8383   parameters:
8384   - "throughput"
8385   - "parent"
8386   - "tags"
8387   sort:
8388   - "1VNF"
8389   - "2VNF"
8390   - "4VNF"
8391   - "2VNF"
8392   - "4VNF"
8393   traces:
8394     hoverinfo: "x+y"
8395     boxpoints: "outliers"
8396     whiskerwidth: 0
8397   layout:
8398     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
8399     layout: "plot-throughput"
8400
8401 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2bd
8402 - type: "plot"
8403   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
8404   algorithm: "plot_performance_box"
8405   output-file-type: ".html"
8406   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
8407   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
8408   filter: "'NIC_Intel-X520-DA2' and
8409            '64B' and
8410            ('BASE' or 'SCALE') and
8411            'NDRPDR' and
8412            '1T1C' and
8413            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8414            not 'VHOST' and
8415            not 'NF_DENSITY' and
8416            'MEMIF'"
8417   parameters:
8418   - "throughput"
8419   - "parent"
8420   - "tags"
8421   sort:
8422   - "1VNF"
8423   - "2VNF"
8424   - "4VNF"
8425   - "2VNF"
8426   - "4VNF"
8427   traces:
8428     hoverinfo: "x+y"
8429     boxpoints: "outliers"
8430     whiskerwidth: 0
8431   layout:
8432     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
8433     layout: "plot-throughput"
8434
8435 - type: "plot"
8436   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
8437   algorithm: "plot_performance_box"
8438   output-file-type: ".html"
8439   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
8440   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
8441   filter: "'NIC_Intel-X520-DA2' and
8442            '64B' and
8443            ('BASE' or 'SCALE') and
8444            'NDRPDR' and
8445            '1T1C' and
8446            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8447            not 'VHOST' and
8448            not 'NF_DENSITY' and
8449            'MEMIF'"
8450   parameters:
8451   - "throughput"
8452   - "parent"
8453   - "tags"
8454   sort:
8455   - "1VNF"
8456   - "2VNF"
8457   - "4VNF"
8458   - "2VNF"
8459   - "4VNF"
8460   traces:
8461     hoverinfo: "x+y"
8462     boxpoints: "outliers"
8463     whiskerwidth: 0
8464   layout:
8465     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
8466     layout: "plot-throughput"
8467
8468 - type: "plot"
8469   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
8470   algorithm: "plot_performance_box"
8471   output-file-type: ".html"
8472   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
8473   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
8474   filter: "'NIC_Intel-X520-DA2' and
8475            '64B' and
8476            ('BASE' or 'SCALE') and
8477            'NDRPDR' and
8478            '2T2C' and
8479            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8480            not 'VHOST' and
8481            not 'NF_DENSITY' and
8482            'MEMIF'"
8483   parameters:
8484   - "throughput"
8485   - "parent"
8486   - "tags"
8487   sort:
8488   - "1VNF"
8489   - "2VNF"
8490   - "4VNF"
8491   - "2VNF"
8492   - "4VNF"
8493   traces:
8494     hoverinfo: "x+y"
8495     boxpoints: "outliers"
8496     whiskerwidth: 0
8497   layout:
8498     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
8499     layout: "plot-throughput"
8500
8501 - type: "plot"
8502   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
8503   algorithm: "plot_performance_box"
8504   output-file-type: ".html"
8505   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
8506   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
8507   filter: "'NIC_Intel-X520-DA2' and
8508            '64B' and
8509            ('BASE' or 'SCALE') and
8510            'NDRPDR' and
8511            '2T2C' and
8512            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8513            not 'VHOST' and
8514            not 'NF_DENSITY' and
8515            'MEMIF'"
8516   parameters:
8517   - "throughput"
8518   - "parent"
8519   - "tags"
8520   sort:
8521   - "1VNF"
8522   - "2VNF"
8523   - "4VNF"
8524   - "2VNF"
8525   - "4VNF"
8526   traces:
8527     hoverinfo: "x+y"
8528     boxpoints: "outliers"
8529     whiskerwidth: 0
8530   layout:
8531     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
8532     layout: "plot-throughput"
8533
8534 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2xc
8535 - type: "plot"
8536   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
8537   algorithm: "plot_performance_box"
8538   output-file-type: ".html"
8539   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
8540   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
8541   filter: "'NIC_Intel-X710' and
8542            '64B' and
8543            ('BASE' or 'SCALE') and
8544            'NDRPDR' and
8545            '1T1C' and
8546            'L2XCFWD' and
8547            not 'VHOST' and
8548            not 'NF_DENSITY' and
8549            'MEMIF'"
8550   parameters:
8551   - "throughput"
8552   - "parent"
8553   - "tags"
8554   sort:
8555   - "1VNF"
8556   - "2VNF"
8557   - "4VNF"
8558   - "2VNF"
8559   - "4VNF"
8560   traces:
8561     hoverinfo: "x+y"
8562     boxpoints: "outliers"
8563     whiskerwidth: 0
8564   layout:
8565     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
8566     layout: "plot-throughput"
8567
8568 - type: "plot"
8569   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
8570   algorithm: "plot_performance_box"
8571   output-file-type: ".html"
8572   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
8573   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
8574   filter: "'NIC_Intel-X710' and
8575            '64B' and
8576            ('BASE' or 'SCALE') and
8577            'NDRPDR' and
8578            '1T1C' and
8579            'L2XCFWD' and
8580            not 'VHOST' and
8581            not 'NF_DENSITY' and
8582            'MEMIF'"
8583   parameters:
8584   - "throughput"
8585   - "parent"
8586   - "tags"
8587   sort:
8588   - "1VNF"
8589   - "2VNF"
8590   - "4VNF"
8591   - "2VNF"
8592   - "4VNF"
8593   traces:
8594     hoverinfo: "x+y"
8595     boxpoints: "outliers"
8596     whiskerwidth: 0
8597   layout:
8598     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
8599     layout: "plot-throughput"
8600
8601 - type: "plot"
8602   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
8603   algorithm: "plot_performance_box"
8604   output-file-type: ".html"
8605   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
8606   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
8607   filter: "'NIC_Intel-X710' and
8608            '64B' and
8609            ('BASE' or 'SCALE') and
8610            'NDRPDR' and
8611            '2T2C' and
8612            'L2XCFWD' and
8613            not 'VHOST' and
8614            not 'NF_DENSITY' and
8615            'MEMIF'"
8616   parameters:
8617   - "throughput"
8618   - "parent"
8619   - "tags"
8620   sort:
8621   - "1VNF"
8622   - "2VNF"
8623   - "4VNF"
8624   - "2VNF"
8625   - "4VNF"
8626   traces:
8627     hoverinfo: "x+y"
8628     boxpoints: "outliers"
8629     whiskerwidth: 0
8630   layout:
8631     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
8632     layout: "plot-throughput"
8633
8634 - type: "plot"
8635   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
8636   algorithm: "plot_performance_box"
8637   output-file-type: ".html"
8638   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
8639   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
8640   filter: "'NIC_Intel-X710' and
8641            '64B' and
8642            ('BASE' or 'SCALE') and
8643            'NDRPDR' and
8644            '2T2C' and
8645            'L2XCFWD' and
8646            not 'VHOST' and
8647            not 'NF_DENSITY' and
8648            'MEMIF'"
8649   parameters:
8650   - "throughput"
8651   - "parent"
8652   - "tags"
8653   sort:
8654   - "1VNF"
8655   - "2VNF"
8656   - "4VNF"
8657   - "2VNF"
8658   - "4VNF"
8659   traces:
8660     hoverinfo: "x+y"
8661     boxpoints: "outliers"
8662     whiskerwidth: 0
8663   layout:
8664     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
8665     layout: "plot-throughput"
8666
8667 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2bd
8668 - type: "plot"
8669   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
8670   algorithm: "plot_performance_box"
8671   output-file-type: ".html"
8672   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
8673   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
8674   filter: "'NIC_Intel-X710' and
8675            '64B' and
8676            ('BASE' or 'SCALE') and
8677            'NDRPDR' and
8678            '1T1C' and
8679            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8680            not 'VHOST' and
8681            not 'NF_DENSITY' and
8682            'MEMIF'"
8683   parameters:
8684   - "throughput"
8685   - "parent"
8686   - "tags"
8687   sort:
8688   - "1VNF"
8689   - "2VNF"
8690   - "4VNF"
8691   - "2VNF"
8692   - "4VNF"
8693   traces:
8694     hoverinfo: "x+y"
8695     boxpoints: "outliers"
8696     whiskerwidth: 0
8697   layout:
8698     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
8699     layout: "plot-throughput"
8700
8701 - type: "plot"
8702   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
8703   algorithm: "plot_performance_box"
8704   output-file-type: ".html"
8705   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
8706   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
8707   filter: "'NIC_Intel-X710' and
8708            '64B' and
8709            ('BASE' or 'SCALE') and
8710            'NDRPDR' and
8711            '1T1C' and
8712            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8713            not 'VHOST' and
8714            not 'NF_DENSITY' and
8715            'MEMIF'"
8716   parameters:
8717   - "throughput"
8718   - "parent"
8719   - "tags"
8720   sort:
8721   - "1VNF"
8722   - "2VNF"
8723   - "4VNF"
8724   - "2VNF"
8725   - "4VNF"
8726   traces:
8727     hoverinfo: "x+y"
8728     boxpoints: "outliers"
8729     whiskerwidth: 0
8730   layout:
8731     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
8732     layout: "plot-throughput"
8733
8734 - type: "plot"
8735   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
8736   algorithm: "plot_performance_box"
8737   output-file-type: ".html"
8738   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
8739   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
8740   filter: "'NIC_Intel-X710' and
8741            '64B' and
8742            ('BASE' or 'SCALE') and
8743            'NDRPDR' and
8744            '2T2C' and
8745            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8746            not 'VHOST' and
8747            not 'NF_DENSITY' and
8748            'MEMIF'"
8749   parameters:
8750   - "throughput"
8751   - "parent"
8752   - "tags"
8753   sort:
8754   - "1VNF"
8755   - "2VNF"
8756   - "4VNF"
8757   - "2VNF"
8758   - "4VNF"
8759   traces:
8760     hoverinfo: "x+y"
8761     boxpoints: "outliers"
8762     whiskerwidth: 0
8763   layout:
8764     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
8765     layout: "plot-throughput"
8766
8767 - type: "plot"
8768   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
8769   algorithm: "plot_performance_box"
8770   output-file-type: ".html"
8771   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
8772   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
8773   filter: "'NIC_Intel-X710' and
8774            '64B' and
8775            ('BASE' or 'SCALE') and
8776            'NDRPDR' and
8777            '2T2C' and
8778            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8779            not 'VHOST' and
8780            not 'NF_DENSITY' and
8781            'MEMIF'"
8782   parameters:
8783   - "throughput"
8784   - "parent"
8785   - "tags"
8786   sort:
8787   - "1VNF"
8788   - "2VNF"
8789   - "4VNF"
8790   - "2VNF"
8791   - "4VNF"
8792   traces:
8793     hoverinfo: "x+y"
8794     boxpoints: "outliers"
8795     whiskerwidth: 0
8796   layout:
8797     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
8798     layout: "plot-throughput"
8799
8800 ################################################################################
8801
8802 # Packet Throughput - VPP IPv4 3n-hsw-x520 base and scale
8803 - type: "plot"
8804   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
8805   algorithm: "plot_performance_box"
8806   output-file-type: ".html"
8807   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
8808   data: "plot-vpp-throughput-lat-tsa-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            '1T1C' 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-1t1c-base_and_scale-ndr"
8833     layout: "plot-throughput"
8834
8835 - type: "plot"
8836   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
8837   algorithm: "plot_performance_box"
8838   output-file-type: ".html"
8839   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
8840   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8841   filter: "'NIC_Intel-X520-DA2' and
8842            '64B' and
8843            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8844            'NDRPDR' and
8845            '1T1C' and
8846            'IP4FWD' and
8847            not 'IPSEC' and
8848            not 'DOT1Q' and
8849            not 'VHOST'"
8850   parameters:
8851   - "throughput"
8852   - "parent"
8853   - "tags"
8854   sort:
8855   - "IP4BASE"
8856   - "FIB_20K"
8857   - "FIB_200K"
8858   - "FIB_2M"
8859   traces:
8860     hoverinfo: "x+y"
8861     boxpoints: "outliers"
8862     whiskerwidth: 0
8863   layout:
8864     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
8865     layout: "plot-throughput"
8866
8867 - type: "plot"
8868   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
8869   algorithm: "plot_performance_box"
8870   output-file-type: ".html"
8871   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
8872   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8873   filter: "'NIC_Intel-X520-DA2' and
8874            '64B' and
8875            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8876            'NDRPDR' and
8877            '2T2C' and
8878            'IP4FWD' and
8879            not 'IPSEC' and
8880            not 'DOT1Q' and
8881            not 'VHOST'"
8882   parameters:
8883   - "throughput"
8884   - "parent"
8885   - "tags"
8886   sort:
8887   - "IP4BASE"
8888   - "FIB_20K"
8889   - "FIB_200K"
8890   - "FIB_2M"
8891   traces:
8892     hoverinfo: "x+y"
8893     boxpoints: "outliers"
8894     whiskerwidth: 0
8895   layout:
8896     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
8897     layout: "plot-throughput"
8898
8899 - type: "plot"
8900   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
8901   algorithm: "plot_performance_box"
8902   output-file-type: ".html"
8903   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
8904   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8905   filter: "'NIC_Intel-X520-DA2' and
8906            '64B' and
8907            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8908            'NDRPDR' and
8909            '2T2C' and
8910            'IP4FWD' and
8911            not 'IPSEC' and
8912            not 'DOT1Q' and
8913            not 'VHOST'"
8914   parameters:
8915   - "throughput"
8916   - "parent"
8917   - "tags"
8918   sort:
8919   - "IP4BASE"
8920   - "FIB_20K"
8921   - "FIB_200K"
8922   - "FIB_2M"
8923   traces:
8924     hoverinfo: "x+y"
8925     boxpoints: "outliers"
8926     whiskerwidth: 0
8927   layout:
8928     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
8929     layout: "plot-throughput"
8930
8931 # Packet Throughput - VPP IPv4 3n-hsw-x520 features
8932 - type: "plot"
8933   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-ndr"
8934   algorithm: "plot_performance_box"
8935   output-file-type: ".html"
8936   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr"
8937   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8938   filter: "'NIC_Intel-X520-DA2' and
8939            '64B' and
8940            ('IP4BASE' or
8941             'POLICE_MARK' or
8942             'COPWHLIST' or
8943             ('NAT44' and 'BASE') or
8944             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
8945            'NDRPDR' and
8946            '1T1C' and
8947            'IP4FWD' and
8948            not 'IPSEC' and
8949            not 'VHOST'"
8950   parameters:
8951   - "throughput"
8952   - "parent"
8953   - "tags"
8954   sort:
8955   - "DOT1Q"
8956   - "IP4BASE"
8957   - "NAT44"
8958   - "POLICE_MARK"
8959   - "COPWHLIST"
8960   - "IACL"
8961   - "OACL"
8962   traces:
8963     hoverinfo: "x+y"
8964     boxpoints: "outliers"
8965     whiskerwidth: 0
8966   layout:
8967     title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
8968     layout: "plot-throughput"
8969
8970 - type: "plot"
8971   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-pdr"
8972   algorithm: "plot_performance_box"
8973   output-file-type: ".html"
8974   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-pdr"
8975   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8976   filter: "'NIC_Intel-X520-DA2' and
8977            '64B' and
8978            ('IP4BASE' or
8979             'POLICE_MARK' or
8980             'COPWHLIST' or
8981             ('NAT44' and 'BASE') or
8982             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
8983            'NDRPDR' and
8984            '1T1C' and
8985            'IP4FWD' and
8986            not 'IPSEC' and
8987            not 'VHOST'"
8988   parameters:
8989   - "throughput"
8990   - "parent"
8991   - "tags"
8992   sort:
8993   - "DOT1Q"
8994   - "IP4BASE"
8995   - "NAT44"
8996   - "POLICE_MARK"
8997   - "COPWHLIST"
8998   - "IACL"
8999   - "OACL"
9000   traces:
9001     hoverinfo: "x+y"
9002     boxpoints: "outliers"
9003     whiskerwidth: 0
9004   layout:
9005     title: "ip4-3n-hsw-x520-64b-1t1c-features-pdr"
9006     layout: "plot-throughput"
9007
9008 - type: "plot"
9009   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-ndr"
9010   algorithm: "plot_performance_box"
9011   output-file-type: ".html"
9012   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr"
9013   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9014   filter: "'NIC_Intel-X520-DA2' and
9015            '64B' and
9016            ('IP4BASE' or
9017             'POLICE_MARK' or
9018             'COPWHLIST' or
9019             ('NAT44' and 'BASE') or
9020             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
9021            'NDRPDR' and
9022            '2T2C' and
9023            'IP4FWD' and
9024            not 'IPSEC' and
9025            not 'VHOST'"
9026   parameters:
9027   - "throughput"
9028   - "parent"
9029   - "tags"
9030   sort:
9031   - "DOT1Q"
9032   - "IP4BASE"
9033   - "NAT44"
9034   - "POLICE_MARK"
9035   - "COPWHLIST"
9036   - "IACL"
9037   - "OACL"
9038   traces:
9039     hoverinfo: "x+y"
9040     boxpoints: "outliers"
9041     whiskerwidth: 0
9042   layout:
9043     title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
9044     layout: "plot-throughput"
9045
9046 - type: "plot"
9047   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-pdr"
9048   algorithm: "plot_performance_box"
9049   output-file-type: ".html"
9050   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-pdr"
9051   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9052   filter: "'NIC_Intel-X520-DA2' and
9053            '64B' and
9054            ('IP4BASE' or
9055             'POLICE_MARK' or
9056             'COPWHLIST' or
9057             ('NAT44' and 'BASE') or
9058             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
9059            'NDRPDR' and
9060            '2T2C' and
9061            'IP4FWD' and
9062            not 'IPSEC' and
9063            not 'VHOST'"
9064   parameters:
9065   - "throughput"
9066   - "parent"
9067   - "tags"
9068   sort:
9069   - "DOT1Q"
9070   - "IP4BASE"
9071   - "NAT44"
9072   - "POLICE_MARK"
9073   - "COPWHLIST"
9074   - "IACL"
9075   - "OACL"
9076   traces:
9077     hoverinfo: "x+y"
9078     boxpoints: "outliers"
9079     whiskerwidth: 0
9080   layout:
9081     title: "ip4-3n-hsw-x520-64b-2t2c-features-pdr"
9082     layout: "plot-throughput"
9083
9084 # Packet Throughput - VPP IPv4 3n-hsw-x520 features nat44
9085 - type: "plot"
9086   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
9087   algorithm: "plot_performance_box"
9088   output-file-type: ".html"
9089   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
9090   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9091   filter: "'NIC_Intel-X520-DA2' and
9092            '64B' and
9093            'NDRPDR' and
9094            '1T1C' and
9095            'IP4FWD' and
9096            ('NAT44' or 'IP4BASE') and
9097            not 'DOT1Q' and
9098            not 'IPSEC' and
9099            not 'VHOST'"
9100   parameters:
9101   - "throughput"
9102   - "parent"
9103   - "tags"
9104   sort:
9105   - "IP4BASE"
9106   - "BASE"
9107   - "SRC_USER_10"
9108   - "SRC_USER_100"
9109   - "SRC_USER_1000"
9110   - "SRC_USER_2000"
9111   traces:
9112     hoverinfo: "x+y"
9113     boxpoints: "outliers"
9114     whiskerwidth: 0
9115   layout:
9116     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
9117     layout: "plot-throughput"
9118
9119 - type: "plot"
9120   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
9121   algorithm: "plot_performance_box"
9122   output-file-type: ".html"
9123   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
9124   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9125   filter: "'NIC_Intel-X520-DA2' and
9126            '64B' and
9127            'NDRPDR' and
9128            '1T1C' and
9129            'IP4FWD' and
9130            ('NAT44' or 'IP4BASE') and
9131            not 'DOT1Q' and
9132            not 'IPSEC' and
9133            not 'VHOST'"
9134   parameters:
9135   - "throughput"
9136   - "parent"
9137   - "tags"
9138   sort:
9139   - "IP4BASE"
9140   - "BASE"
9141   - "SRC_USER_10"
9142   - "SRC_USER_100"
9143   - "SRC_USER_1000"
9144   - "SRC_USER_2000"
9145   traces:
9146     hoverinfo: "x+y"
9147     boxpoints: "outliers"
9148     whiskerwidth: 0
9149   layout:
9150     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
9151     layout: "plot-throughput"
9152
9153 - type: "plot"
9154   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
9155   algorithm: "plot_performance_box"
9156   output-file-type: ".html"
9157   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
9158   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9159   filter: "'NIC_Intel-X520-DA2' and
9160            '64B' and
9161            'NDRPDR' and
9162            '2T2C' and
9163            'IP4FWD' and
9164            ('NAT44' or 'IP4BASE') and
9165            not 'DOT1Q' and
9166            not 'IPSEC' and
9167            not 'VHOST'"
9168   parameters:
9169   - "throughput"
9170   - "parent"
9171   - "tags"
9172   sort:
9173   - "IP4BASE"
9174   - "BASE"
9175   - "SRC_USER_10"
9176   - "SRC_USER_100"
9177   - "SRC_USER_1000"
9178   - "SRC_USER_2000"
9179   traces:
9180     hoverinfo: "x+y"
9181     boxpoints: "outliers"
9182     whiskerwidth: 0
9183   layout:
9184     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
9185     layout: "plot-throughput"
9186
9187 - type: "plot"
9188   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
9189   algorithm: "plot_performance_box"
9190   output-file-type: ".html"
9191   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
9192   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9193   filter: "'NIC_Intel-X520-DA2' and
9194            '64B' and
9195            'NDRPDR' and
9196            '2T2C' and
9197            'IP4FWD' and
9198            ('NAT44' or 'IP4BASE') and
9199            not 'DOT1Q' and
9200            not 'IPSEC' and
9201            not 'VHOST'"
9202   parameters:
9203   - "throughput"
9204   - "parent"
9205   - "tags"
9206   sort:
9207   - "IP4BASE"
9208   - "BASE"
9209   - "SRC_USER_10"
9210   - "SRC_USER_100"
9211   - "SRC_USER_1000"
9212   - "SRC_USER_2000"
9213   traces:
9214     hoverinfo: "x+y"
9215     boxpoints: "outliers"
9216     whiskerwidth: 0
9217   layout:
9218     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
9219     layout: "plot-throughput"
9220
9221 # Packet Throughput - VPP IPv4 3n-hsw-x520 features iacl
9222 - type: "plot"
9223   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
9224   algorithm: "plot_performance_box"
9225   output-file-type: ".html"
9226   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
9227   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9228   filter: "'NIC_Intel-X520-DA2' and
9229            '64B' and
9230            'NDRPDR' and
9231            '1T1C' and
9232            'IP4FWD' and
9233            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
9234            not 'IPSEC' and
9235            not 'DOT1Q' and
9236            not 'VHOST'"
9237   parameters:
9238   - "throughput"
9239   - "parent"
9240   - "tags"
9241   sort:
9242   - "IP4BASE"
9243   - "ACL_STATELESS"
9244   - "ACL_STATEFUL"
9245   - "ACL_STATELESS"
9246   - "ACL_STATEFUL"
9247   traces:
9248     hoverinfo: "x+y"
9249     boxpoints: "outliers"
9250     whiskerwidth: 0
9251   layout:
9252     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
9253     layout: "plot-throughput"
9254
9255 - type: "plot"
9256   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
9257   algorithm: "plot_performance_box"
9258   output-file-type: ".html"
9259   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
9260   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9261   filter: "'NIC_Intel-X520-DA2' and
9262            '64B' and
9263            'NDRPDR' and
9264            '1T1C' and
9265            'IP4FWD' and
9266            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
9267            not 'IPSEC' and
9268            not 'DOT1Q' and
9269            not 'VHOST'"
9270   parameters:
9271   - "throughput"
9272   - "parent"
9273   - "tags"
9274   sort:
9275   - "IP4BASE"
9276   - "ACL_STATELESS"
9277   - "ACL_STATEFUL"
9278   - "ACL_STATELESS"
9279   - "ACL_STATEFUL"
9280   traces:
9281     hoverinfo: "x+y"
9282     boxpoints: "outliers"
9283     whiskerwidth: 0
9284   layout:
9285     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
9286     layout: "plot-throughput"
9287
9288 - type: "plot"
9289   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
9290   algorithm: "plot_performance_box"
9291   output-file-type: ".html"
9292   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
9293   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9294   filter: "'NIC_Intel-X520-DA2' and
9295            '64B' and
9296            'NDRPDR' and
9297            '2T2C' and
9298            'IP4FWD' and
9299            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
9300            not 'IPSEC' and
9301            not 'DOT1Q' and
9302            not 'VHOST'"
9303   parameters:
9304   - "throughput"
9305   - "parent"
9306   - "tags"
9307   sort:
9308   - "IP4BASE"
9309   - "ACL_STATELESS"
9310   - "ACL_STATEFUL"
9311   - "ACL_STATELESS"
9312   - "ACL_STATEFUL"
9313   traces:
9314     hoverinfo: "x+y"
9315     boxpoints: "outliers"
9316     whiskerwidth: 0
9317   layout:
9318     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
9319     layout: "plot-throughput"
9320
9321 - type: "plot"
9322   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
9323   algorithm: "plot_performance_box"
9324   output-file-type: ".html"
9325   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
9326   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9327   filter: "'NIC_Intel-X520-DA2' and
9328            '64B' and
9329            'NDRPDR' and
9330            '2T2C' and
9331            'IP4FWD' and
9332            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
9333            not 'IPSEC' and
9334            not 'DOT1Q' and
9335            not 'VHOST'"
9336   parameters:
9337   - "throughput"
9338   - "parent"
9339   - "tags"
9340   sort:
9341   - "IP4BASE"
9342   - "ACL_STATELESS"
9343   - "ACL_STATEFUL"
9344   - "ACL_STATELESS"
9345   - "ACL_STATEFUL"
9346   traces:
9347     hoverinfo: "x+y"
9348     boxpoints: "outliers"
9349     whiskerwidth: 0
9350   layout:
9351     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
9352     layout: "plot-throughput"
9353
9354 # Packet Throughput - VPP IPv4 3n-hsw-x520 features oacl
9355 - type: "plot"
9356   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
9357   algorithm: "plot_performance_box"
9358   output-file-type: ".html"
9359   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
9360   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9361   filter: "'NIC_Intel-X520-DA2' and
9362            '64B' and
9363            'NDRPDR' and
9364            '1T1C' and
9365            'IP4FWD' and
9366            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
9367            not 'IPSEC' and
9368            not 'DOT1Q' and
9369            not 'VHOST'"
9370   parameters:
9371   - "throughput"
9372   - "parent"
9373   - "tags"
9374   sort:
9375   - "IP4BASE"
9376   - "ACL_STATELESS"
9377   - "ACL_STATEFUL"
9378   - "ACL_STATELESS"
9379   - "ACL_STATEFUL"
9380   traces:
9381     hoverinfo: "x+y"
9382     boxpoints: "outliers"
9383     whiskerwidth: 0
9384   layout:
9385     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
9386     layout: "plot-throughput"
9387
9388 - type: "plot"
9389   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
9390   algorithm: "plot_performance_box"
9391   output-file-type: ".html"
9392   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
9393   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9394   filter: "'NIC_Intel-X520-DA2' and
9395            '64B' and
9396            'NDRPDR' and
9397            '1T1C' and
9398            'IP4FWD' and
9399            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
9400            not 'IPSEC' and
9401            not 'DOT1Q' and
9402            not 'VHOST'"
9403   parameters:
9404   - "throughput"
9405   - "parent"
9406   - "tags"
9407   sort:
9408   - "IP4BASE"
9409   - "ACL_STATELESS"
9410   - "ACL_STATEFUL"
9411   - "ACL_STATELESS"
9412   - "ACL_STATEFUL"
9413   traces:
9414     hoverinfo: "x+y"
9415     boxpoints: "outliers"
9416     whiskerwidth: 0
9417   layout:
9418     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
9419     layout: "plot-throughput"
9420
9421 - type: "plot"
9422   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
9423   algorithm: "plot_performance_box"
9424   output-file-type: ".html"
9425   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
9426   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9427   filter: "'NIC_Intel-X520-DA2' and
9428            '64B' and
9429            'NDRPDR' and
9430            '2T2C' and
9431            'IP4FWD' and
9432            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
9433            not 'IPSEC' and
9434            not 'DOT1Q' and
9435            not 'VHOST'"
9436   parameters:
9437   - "throughput"
9438   - "parent"
9439   - "tags"
9440   sort:
9441   - "IP4BASE"
9442   - "ACL_STATELESS"
9443   - "ACL_STATEFUL"
9444   - "ACL_STATELESS"
9445   - "ACL_STATEFUL"
9446   traces:
9447     hoverinfo: "x+y"
9448     boxpoints: "outliers"
9449     whiskerwidth: 0
9450   layout:
9451     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
9452     layout: "plot-throughput"
9453
9454 - type: "plot"
9455   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
9456   algorithm: "plot_performance_box"
9457   output-file-type: ".html"
9458   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
9459   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9460   filter: "'NIC_Intel-X520-DA2' and
9461            '64B' and
9462            'NDRPDR' and
9463            '2T2C' and
9464            'IP4FWD' and
9465            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
9466            not 'IPSEC' and
9467            not 'DOT1Q' and
9468            not 'VHOST'"
9469   parameters:
9470   - "throughput"
9471   - "parent"
9472   - "tags"
9473   sort:
9474   - "IP4BASE"
9475   - "ACL_STATELESS"
9476   - "ACL_STATEFUL"
9477   - "ACL_STATELESS"
9478   - "ACL_STATEFUL"
9479   traces:
9480     hoverinfo: "x+y"
9481     boxpoints: "outliers"
9482     whiskerwidth: 0
9483   layout:
9484     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
9485     layout: "plot-throughput"
9486
9487 # Packet Throughput - VPP IPv4 3n-hsw-x710 base and scale
9488 - type: "plot"
9489   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
9490   algorithm: "plot_performance_box"
9491   output-file-type: ".html"
9492   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
9493   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9494   filter: "'NIC_Intel-X710' and
9495            '64B' and
9496            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9497            'NDRPDR' and
9498            '1T1C' and
9499            'IP4FWD' and
9500            not 'IPSEC' and
9501            not 'DOT1Q' and
9502            not 'VHOST'"
9503   parameters:
9504   - "throughput"
9505   - "parent"
9506   - "tags"
9507   sort:
9508   - "IP4BASE"
9509   - "FIB_20K"
9510   - "FIB_200K"
9511   - "FIB_2M"
9512   traces:
9513     hoverinfo: "x+y"
9514     boxpoints: "outliers"
9515     whiskerwidth: 0
9516   layout:
9517     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
9518     layout: "plot-throughput"
9519
9520 - type: "plot"
9521   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
9522   algorithm: "plot_performance_box"
9523   output-file-type: ".html"
9524   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
9525   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9526   filter: "'NIC_Intel-X710' and
9527            '64B' and
9528            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9529            'NDRPDR' and
9530            '1T1C' and
9531            'IP4FWD' and
9532            not 'IPSEC' and
9533            not 'DOT1Q' and
9534            not 'VHOST'"
9535   parameters:
9536   - "throughput"
9537   - "parent"
9538   - "tags"
9539   sort:
9540   - "IP4BASE"
9541   - "FIB_20K"
9542   - "FIB_200K"
9543   - "FIB_2M"
9544   traces:
9545     hoverinfo: "x+y"
9546     boxpoints: "outliers"
9547     whiskerwidth: 0
9548   layout:
9549     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
9550     layout: "plot-throughput"
9551
9552 - type: "plot"
9553   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
9554   algorithm: "plot_performance_box"
9555   output-file-type: ".html"
9556   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
9557   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9558   filter: "'NIC_Intel-X710' and
9559            '64B' and
9560            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9561            'NDRPDR' and
9562            '2T2C' and
9563            'IP4FWD' and
9564            not 'IPSEC' and
9565            not 'DOT1Q' and
9566            not 'VHOST'"
9567   parameters:
9568   - "throughput"
9569   - "parent"
9570   - "tags"
9571   sort:
9572   - "IP4BASE"
9573   - "FIB_20K"
9574   - "FIB_200K"
9575   - "FIB_2M"
9576   traces:
9577     hoverinfo: "x+y"
9578     boxpoints: "outliers"
9579     whiskerwidth: 0
9580   layout:
9581     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
9582     layout: "plot-throughput"
9583
9584 - type: "plot"
9585   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
9586   algorithm: "plot_performance_box"
9587   output-file-type: ".html"
9588   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
9589   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9590   filter: "'NIC_Intel-X710' and
9591            '64B' and
9592            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9593            'NDRPDR' and
9594            '2T2C' and
9595            'IP4FWD' and
9596            not 'IPSEC' and
9597            not 'DOT1Q' and
9598            not 'VHOST'"
9599   parameters:
9600   - "throughput"
9601   - "parent"
9602   - "tags"
9603   sort:
9604   - "IP4BASE"
9605   - "FIB_20K"
9606   - "FIB_200K"
9607   - "FIB_2M"
9608   traces:
9609     hoverinfo: "x+y"
9610     boxpoints: "outliers"
9611     whiskerwidth: 0
9612   layout:
9613     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
9614     layout: "plot-throughput"
9615
9616 # Packet Throughput - VPP IPv4 3n-hsw-x710 features
9617 - type: "plot"
9618   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-ndr"
9619   algorithm: "plot_performance_box"
9620   output-file-type: ".html"
9621   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr"
9622   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9623   filter: "'NIC_Intel-X710' and
9624            '64B' and
9625            ('IP4BASE' or
9626             'POLICE_MARK' or
9627             'COPWHLIST' or
9628             ('NAT44' and 'BASE') or
9629             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
9630            'NDRPDR' and
9631            '1T1C' and
9632            'IP4FWD' and
9633            not 'IPSEC' and
9634            not 'VHOST'"
9635   parameters:
9636   - "throughput"
9637   - "parent"
9638   - "tags"
9639   sort:
9640   - "DOT1Q"
9641   - "IP4BASE"
9642   - "NAT44"
9643   - "POLICE_MARK"
9644   - "COPWHLIST"
9645   - "IACL"
9646   - "OACL"
9647   traces:
9648     hoverinfo: "x+y"
9649     boxpoints: "outliers"
9650     whiskerwidth: 0
9651   layout:
9652     title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
9653     layout: "plot-throughput"
9654
9655 - type: "plot"
9656   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-pdr"
9657   algorithm: "plot_performance_box"
9658   output-file-type: ".html"
9659   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-pdr"
9660   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9661   filter: "'NIC_Intel-X710' and
9662            '64B' and
9663            ('IP4BASE' or
9664             'POLICE_MARK' or
9665             'COPWHLIST' or
9666             ('NAT44' and 'BASE') or
9667             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
9668            'NDRPDR' and
9669            '1T1C' and
9670            'IP4FWD' and
9671            not 'IPSEC' and
9672            not 'VHOST'"
9673   parameters:
9674   - "throughput"
9675   - "parent"
9676   - "tags"
9677   sort:
9678   - "DOT1Q"
9679   - "IP4BASE"
9680   - "NAT44"
9681   - "POLICE_MARK"
9682   - "COPWHLIST"
9683   - "IACL"
9684   - "OACL"
9685   traces:
9686     hoverinfo: "x+y"
9687     boxpoints: "outliers"
9688     whiskerwidth: 0
9689   layout:
9690     title: "ip4-3n-hsw-x710-64b-1t1c-features-pdr"
9691     layout: "plot-throughput"
9692
9693 - type: "plot"
9694   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-ndr"
9695   algorithm: "plot_performance_box"
9696   output-file-type: ".html"
9697   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr"
9698   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9699   filter: "'NIC_Intel-X710' and
9700            '64B' and
9701            ('IP4BASE' or
9702             'POLICE_MARK' or
9703             'COPWHLIST' or
9704             ('NAT44' and 'BASE') or
9705             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
9706            'NDRPDR' and
9707            '2T2C' and
9708            'IP4FWD' and
9709            not 'IPSEC' and
9710            not 'VHOST'"
9711   parameters:
9712   - "throughput"
9713   - "parent"
9714   - "tags"
9715   sort:
9716   - "DOT1Q"
9717   - "IP4BASE"
9718   - "NAT44"
9719   - "POLICE_MARK"
9720   - "COPWHLIST"
9721   - "IACL"
9722   - "OACL"
9723   traces:
9724     hoverinfo: "x+y"
9725     boxpoints: "outliers"
9726     whiskerwidth: 0
9727   layout:
9728     title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
9729     layout: "plot-throughput"
9730
9731 - type: "plot"
9732   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-pdr"
9733   algorithm: "plot_performance_box"
9734   output-file-type: ".html"
9735   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-pdr"
9736   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9737   filter: "'NIC_Intel-X710' and
9738            '64B' and
9739            ('IP4BASE' or
9740             'POLICE_MARK' or
9741             'COPWHLIST' or
9742             ('NAT44' and 'BASE') or
9743             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
9744            'NDRPDR' and
9745            '2T2C' and
9746            'IP4FWD' and
9747            not 'IPSEC' and
9748            not 'VHOST'"
9749   parameters:
9750   - "throughput"
9751   - "parent"
9752   - "tags"
9753   sort:
9754   - "DOT1Q"
9755   - "IP4BASE"
9756   - "NAT44"
9757   - "POLICE_MARK"
9758   - "COPWHLIST"
9759   - "IACL"
9760   - "OACL"
9761   traces:
9762     hoverinfo: "x+y"
9763     boxpoints: "outliers"
9764     whiskerwidth: 0
9765   layout:
9766     title: "ip4-3n-hsw-x710-64b-2t2c-features-pdr"
9767     layout: "plot-throughput"
9768
9769 # Packet Throughput - VPP IPv4 3n-hsw-x710 features nat44
9770 - type: "plot"
9771   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
9772   algorithm: "plot_performance_box"
9773   output-file-type: ".html"
9774   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
9775   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9776   filter: "'NIC_Intel-X710' and
9777            '64B' and
9778            'NDRPDR' and
9779            '2T1C' and
9780            'IP4FWD' and
9781            ('NAT44' or 'IP4BASE') and
9782            not 'IPSEC' and
9783            not 'VHOST'"
9784   parameters:
9785   - "throughput"
9786   - "parent"
9787   - "tags"
9788   sort:
9789   - "IP4BASE"
9790   - "BASE"
9791   - "SRC_USER_10"
9792   - "SRC_USER_100"
9793   - "SRC_USER_1000"
9794   - "SRC_USER_2000"
9795   traces:
9796     hoverinfo: "x+y"
9797     boxpoints: "outliers"
9798     whiskerwidth: 0
9799   layout:
9800     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
9801     layout: "plot-throughput"
9802
9803 - type: "plot"
9804   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
9805   algorithm: "plot_performance_box"
9806   output-file-type: ".html"
9807   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
9808   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9809   filter: "'NIC_Intel-X710' and
9810            '64B' and
9811            'NDRPDR' and
9812            '2T1C' and
9813            'IP4FWD' and
9814            ('NAT44' or 'IP4BASE') and
9815            not 'IPSEC' and
9816            not 'VHOST'"
9817   parameters:
9818   - "throughput"
9819   - "parent"
9820   - "tags"
9821   sort:
9822   - "IP4BASE"
9823   - "BASE"
9824   - "SRC_USER_10"
9825   - "SRC_USER_100"
9826   - "SRC_USER_1000"
9827   - "SRC_USER_2000"
9828   traces:
9829     hoverinfo: "x+y"
9830     boxpoints: "outliers"
9831     whiskerwidth: 0
9832   layout:
9833     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
9834     layout: "plot-throughput"
9835
9836 - type: "plot"
9837   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
9838   algorithm: "plot_performance_box"
9839   output-file-type: ".html"
9840   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
9841   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9842   filter: "'NIC_Intel-X710' and
9843            '64B' and
9844            'NDRPDR' and
9845            '4T2C' and
9846            'IP4FWD' and
9847            ('NAT44' or 'IP4BASE') and
9848            not 'IPSEC' and
9849            not 'VHOST'"
9850   parameters:
9851   - "throughput"
9852   - "parent"
9853   - "tags"
9854   sort:
9855   - "IP4BASE"
9856   - "BASE"
9857   - "SRC_USER_10"
9858   - "SRC_USER_100"
9859   - "SRC_USER_1000"
9860   - "SRC_USER_2000"
9861   traces:
9862     hoverinfo: "x+y"
9863     boxpoints: "outliers"
9864     whiskerwidth: 0
9865   layout:
9866     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
9867     layout: "plot-throughput"
9868
9869 - type: "plot"
9870   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
9871   algorithm: "plot_performance_box"
9872   output-file-type: ".html"
9873   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
9874   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9875   filter: "'NIC_Intel-X710' and
9876            '64B' and
9877            'NDRPDR' and
9878            '4T2C' and
9879            'IP4FWD' and
9880            ('NAT44' or 'IP4BASE') and
9881            not 'IPSEC' and
9882            not 'VHOST'"
9883   parameters:
9884   - "throughput"
9885   - "parent"
9886   - "tags"
9887   sort:
9888   - "IP4BASE"
9889   - "BASE"
9890   - "SRC_USER_10"
9891   - "SRC_USER_100"
9892   - "SRC_USER_1000"
9893   - "SRC_USER_2000"
9894   traces:
9895     hoverinfo: "x+y"
9896     boxpoints: "outliers"
9897     whiskerwidth: 0
9898   layout:
9899     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
9900     layout: "plot-throughput"
9901
9902 # Packet Throughput - VPP IPv4 3n-hsw-x710 features iacl
9903 - type: "plot"
9904   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
9905   algorithm: "plot_performance_box"
9906   output-file-type: ".html"
9907   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
9908   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9909   filter: "'NIC_Intel-X710' and
9910            '64B' and
9911            'NDRPDR' and
9912            '2T1C' and
9913            'IP4FWD' and
9914            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
9915            not 'IPSEC' and
9916            not 'VHOST'"
9917   parameters:
9918   - "throughput"
9919   - "parent"
9920   - "tags"
9921   sort:
9922   - "IP4BASE"
9923   - "ACL_STATELESS"
9924   - "ACL_STATEFUL"
9925   - "ACL_STATELESS"
9926   - "ACL_STATEFUL"
9927   traces:
9928     hoverinfo: "x+y"
9929     boxpoints: "outliers"
9930     whiskerwidth: 0
9931   layout:
9932     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
9933     layout: "plot-throughput"
9934
9935 - type: "plot"
9936   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
9937   algorithm: "plot_performance_box"
9938   output-file-type: ".html"
9939   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
9940   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9941   filter: "'NIC_Intel-X710' and
9942            '64B' and
9943            'NDRPDR' and
9944            '2T1C' 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-2t1c-features-iacl-pdr"
9965     layout: "plot-throughput"
9966
9967 - type: "plot"
9968   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
9969   algorithm: "plot_performance_box"
9970   output-file-type: ".html"
9971   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
9972   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9973   filter: "'NIC_Intel-X710' and
9974            '64B' and
9975            'NDRPDR' and
9976            '4T2C' and
9977            'IP4FWD' and
9978            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
9979            not 'IPSEC' and
9980            not 'VHOST'"
9981   parameters:
9982   - "throughput"
9983   - "parent"
9984   - "tags"
9985   sort:
9986   - "IP4BASE"
9987   - "ACL_STATELESS"
9988   - "ACL_STATEFUL"
9989   - "ACL_STATELESS"
9990   - "ACL_STATEFUL"
9991   traces:
9992     hoverinfo: "x+y"
9993     boxpoints: "outliers"
9994     whiskerwidth: 0
9995   layout:
9996     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
9997     layout: "plot-throughput"
9998
9999 - type: "plot"
10000   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
10001   algorithm: "plot_performance_box"
10002   output-file-type: ".html"
10003   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
10004   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10005   filter: "'NIC_Intel-X710' and
10006            '64B' and
10007            'NDRPDR' and
10008            '4T2C' and
10009            'IP4FWD' and
10010            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
10011            not 'IPSEC' and
10012            not 'VHOST'"
10013   parameters:
10014   - "throughput"
10015   - "parent"
10016   - "tags"
10017   sort:
10018   - "IP4BASE"
10019   - "ACL_STATELESS"
10020   - "ACL_STATEFUL"
10021   - "ACL_STATELESS"
10022   - "ACL_STATEFUL"
10023   traces:
10024     hoverinfo: "x+y"
10025     boxpoints: "outliers"
10026     whiskerwidth: 0
10027   layout:
10028     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
10029     layout: "plot-throughput"
10030
10031 # Packet Throughput - VPP IPv4 3n-hsw-xl710 base and scale
10032 - type: "plot"
10033   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base-ndr"
10034   algorithm: "plot_performance_box"
10035   output-file-type: ".html"
10036   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base-ndr"
10037   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10038   filter: "'NIC_Intel-XL710' and
10039            '64B' and
10040            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10041            'NDRPDR' and
10042            '1T1C' and
10043            'IP4FWD' and
10044            not 'IPSEC' and
10045            not 'VHOST'"
10046   parameters:
10047   - "throughput"
10048   - "parent"
10049   - "tags"
10050   sort:
10051   - "IP4BASE"
10052   - "FIB_20K"
10053   - "FIB_200K"
10054   - "FIB_2M"
10055   traces:
10056     hoverinfo: "x+y"
10057     boxpoints: "outliers"
10058     whiskerwidth: 0
10059   layout:
10060     title: "ip4-3n-hsw-xl710-64b-1t1c-base-ndr"
10061     layout: "plot-throughput"
10062
10063 - type: "plot"
10064   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base-pdr"
10065   algorithm: "plot_performance_box"
10066   output-file-type: ".html"
10067   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base-pdr"
10068   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10069   filter: "'NIC_Intel-XL710' and
10070            '64B' and
10071            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10072            'NDRPDR' and
10073            '1T1C' and
10074            'IP4FWD' and
10075            not 'IPSEC' and
10076            not 'VHOST'"
10077   parameters:
10078   - "throughput"
10079   - "parent"
10080   - "tags"
10081   sort:
10082   - "IP4BASE"
10083   - "FIB_20K"
10084   - "FIB_200K"
10085   - "FIB_2M"
10086   traces:
10087     hoverinfo: "x+y"
10088     boxpoints: "outliers"
10089     whiskerwidth: 0
10090   layout:
10091     title: "ip4-3n-hsw-xl710-64b-1t1c-base-pdr"
10092     layout: "plot-throughput"
10093
10094 - type: "plot"
10095   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base-ndr"
10096   algorithm: "plot_performance_box"
10097   output-file-type: ".html"
10098   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base-ndr"
10099   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10100   filter: "'NIC_Intel-XL710' and
10101            '64B' and
10102            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10103            'NDRPDR' and
10104            '2T2C' and
10105            'IP4FWD' and
10106            not 'IPSEC' and
10107            not 'VHOST'"
10108   parameters:
10109   - "throughput"
10110   - "parent"
10111   - "tags"
10112   sort:
10113   - "IP4BASE"
10114   - "FIB_20K"
10115   - "FIB_200K"
10116   - "FIB_2M"
10117   traces:
10118     hoverinfo: "x+y"
10119     boxpoints: "outliers"
10120     whiskerwidth: 0
10121   layout:
10122     title: "ip4-3n-hsw-xl710-64b-2t2c-base-ndr"
10123     layout: "plot-throughput"
10124
10125 - type: "plot"
10126   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base-pdr"
10127   algorithm: "plot_performance_box"
10128   output-file-type: ".html"
10129   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base-pdr"
10130   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10131   filter: "'NIC_Intel-XL710' and
10132            '64B' and
10133            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10134            'NDRPDR' and
10135            '2T2C' and
10136            'IP4FWD' and
10137            not 'IPSEC' and
10138            not 'VHOST'"
10139   parameters:
10140   - "throughput"
10141   - "parent"
10142   - "tags"
10143   sort:
10144   - "IP4BASE"
10145   - "FIB_20K"
10146   - "FIB_200K"
10147   - "FIB_2M"
10148   traces:
10149     hoverinfo: "x+y"
10150     boxpoints: "outliers"
10151     whiskerwidth: 0
10152   layout:
10153     title: "ip4-3n-hsw-xl710-64b-2t2c-base-pdr"
10154     layout: "plot-throughput"
10155
10156 # Packet Throughput - VPP IPv4 3n-skx-x710 base and scale
10157 - type: "plot"
10158   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
10159   algorithm: "plot_performance_box"
10160   output-file-type: ".html"
10161   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
10162   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10163   filter: "'NIC_Intel-X710' and
10164            '64B' and
10165            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10166            'NDRPDR' and
10167            '2T1C' and
10168            'IP4FWD' and
10169            not 'IPSEC' and
10170            not 'DOT1Q' and
10171            not 'VHOST'"
10172   parameters:
10173   - "throughput"
10174   - "parent"
10175   - "tags"
10176   sort:
10177   - "IP4BASE"
10178   - "FIB_20K"
10179   - "FIB_200K"
10180   - "FIB_2M"
10181   traces:
10182     hoverinfo: "x+y"
10183     boxpoints: "outliers"
10184     whiskerwidth: 0
10185   layout:
10186     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
10187     layout: "plot-throughput"
10188
10189 - type: "plot"
10190   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
10191   algorithm: "plot_performance_box"
10192   output-file-type: ".html"
10193   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
10194   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10195   filter: "'NIC_Intel-X710' and
10196            '64B' and
10197            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10198            'NDRPDR' and
10199            '2T1C' and
10200            'IP4FWD' and
10201            not 'IPSEC' and
10202            not 'DOT1Q' and
10203            not 'VHOST'"
10204   parameters:
10205   - "throughput"
10206   - "parent"
10207   - "tags"
10208   sort:
10209   - "IP4BASE"
10210   - "FIB_20K"
10211   - "FIB_200K"
10212   - "FIB_2M"
10213   traces:
10214     hoverinfo: "x+y"
10215     boxpoints: "outliers"
10216     whiskerwidth: 0
10217   layout:
10218     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
10219     layout: "plot-throughput"
10220
10221 - type: "plot"
10222   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
10223   algorithm: "plot_performance_box"
10224   output-file-type: ".html"
10225   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
10226   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10227   filter: "'NIC_Intel-X710' and
10228            '64B' and
10229            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10230            'NDRPDR' and
10231            '4T2C' and
10232            'IP4FWD' and
10233            not 'IPSEC' and
10234            not 'DOT1Q' and
10235            not 'VHOST'"
10236   parameters:
10237   - "throughput"
10238   - "parent"
10239   - "tags"
10240   sort:
10241   - "IP4BASE"
10242   - "FIB_20K"
10243   - "FIB_200K"
10244   - "FIB_2M"
10245   traces:
10246     hoverinfo: "x+y"
10247     boxpoints: "outliers"
10248     whiskerwidth: 0
10249   layout:
10250     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
10251     layout: "plot-throughput"
10252
10253 - type: "plot"
10254   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
10255   algorithm: "plot_performance_box"
10256   output-file-type: ".html"
10257   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
10258   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10259   filter: "'NIC_Intel-X710' and
10260            '64B' and
10261            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10262            'NDRPDR' and
10263            '4T2C' and
10264            'IP4FWD' and
10265            not 'IPSEC' and
10266            not 'DOT1Q' and
10267            not 'VHOST'"
10268   parameters:
10269   - "throughput"
10270   - "parent"
10271   - "tags"
10272   sort:
10273   - "IP4BASE"
10274   - "FIB_20K"
10275   - "FIB_200K"
10276   - "FIB_2M"
10277   traces:
10278     hoverinfo: "x+y"
10279     boxpoints: "outliers"
10280     whiskerwidth: 0
10281   layout:
10282     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
10283     layout: "plot-throughput"
10284
10285 # Packet Throughput - VPP IPv4 3n-skx-x710 features
10286 - type: "plot"
10287   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-ndr"
10288   algorithm: "plot_performance_box"
10289   output-file-type: ".html"
10290   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr"
10291   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10292   filter: "'NIC_Intel-X710' and
10293            '64B' and
10294            ('IP4BASE' or
10295             'POLICE_MARK' or
10296             'COPWHLIST' or
10297             ('NAT44' and 'BASE') or
10298             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10299            'NDRPDR' and
10300            '2T1C' and
10301            'IP4FWD' and
10302            not 'IPSEC' and
10303            not 'VHOST'"
10304   parameters:
10305   - "throughput"
10306   - "parent"
10307   - "tags"
10308   sort:
10309   - "DOT1Q"
10310   - "IP4BASE"
10311   - "NAT44"
10312   - "POLICE_MARK"
10313   - "COPWHLIST"
10314   - "IACL"
10315   - "OACL"
10316   traces:
10317     hoverinfo: "x+y"
10318     boxpoints: "outliers"
10319     whiskerwidth: 0
10320   layout:
10321     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
10322     layout: "plot-throughput"
10323
10324 - type: "plot"
10325   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-pdr"
10326   algorithm: "plot_performance_box"
10327   output-file-type: ".html"
10328   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-pdr"
10329   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10330   filter: "'NIC_Intel-X710' and
10331            '64B' and
10332            ('IP4BASE' or
10333             'POLICE_MARK' or
10334             'COPWHLIST' or
10335             ('NAT44' and 'BASE') or
10336             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10337            'NDRPDR' and
10338            '2T1C' and
10339            'IP4FWD' and
10340            not 'IPSEC' and
10341            not 'VHOST'"
10342   parameters:
10343   - "throughput"
10344   - "parent"
10345   - "tags"
10346   sort:
10347   - "DOT1Q"
10348   - "IP4BASE"
10349   - "NAT44"
10350   - "POLICE_MARK"
10351   - "COPWHLIST"
10352   - "IACL"
10353   - "OACL"
10354   traces:
10355     hoverinfo: "x+y"
10356     boxpoints: "outliers"
10357     whiskerwidth: 0
10358   layout:
10359     title: "ip4-3n-skx-x710-64b-2t1c-features-pdr"
10360     layout: "plot-throughput"
10361
10362 - type: "plot"
10363   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-ndr"
10364   algorithm: "plot_performance_box"
10365   output-file-type: ".html"
10366   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr"
10367   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10368   filter: "'NIC_Intel-X710' and
10369            '64B' and
10370            ('IP4BASE' or
10371             'POLICE_MARK' or
10372             'COPWHLIST' or
10373             ('NAT44' and 'BASE') or
10374             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10375            'NDRPDR' and
10376            '4T2C' and
10377            'IP4FWD' and
10378            not 'IPSEC' and
10379            not 'VHOST'"
10380   parameters:
10381   - "throughput"
10382   - "parent"
10383   - "tags"
10384   sort:
10385   - "DOT1Q"
10386   - "IP4BASE"
10387   - "NAT44"
10388   - "POLICE_MARK"
10389   - "COPWHLIST"
10390   - "IACL"
10391   - "OACL"
10392   traces:
10393     hoverinfo: "x+y"
10394     boxpoints: "outliers"
10395     whiskerwidth: 0
10396   layout:
10397     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
10398     layout: "plot-throughput"
10399
10400 - type: "plot"
10401   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-pdr"
10402   algorithm: "plot_performance_box"
10403   output-file-type: ".html"
10404   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-pdr"
10405   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10406   filter: "'NIC_Intel-X710' and
10407            '64B' and
10408            ('IP4BASE' or
10409             'POLICE_MARK' or
10410             'COPWHLIST' or
10411             ('NAT44' and 'BASE') or
10412             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10413            'NDRPDR' and
10414            '4T2C' and
10415            'IP4FWD' and
10416            not 'IPSEC' and
10417            not 'VHOST'"
10418   parameters:
10419   - "throughput"
10420   - "parent"
10421   - "tags"
10422   sort:
10423   - "DOT1Q"
10424   - "IP4BASE"
10425   - "NAT44"
10426   - "POLICE_MARK"
10427   - "COPWHLIST"
10428   - "IACL"
10429   - "OACL"
10430   traces:
10431     hoverinfo: "x+y"
10432     boxpoints: "outliers"
10433     whiskerwidth: 0
10434   layout:
10435     title: "ip4-3n-skx-x710-64b-4t2c-features-pdr"
10436     layout: "plot-throughput"
10437
10438 # Packet Throughput - VPP IPv4 3n-skx-x710 features nat44
10439 - type: "plot"
10440   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
10441   algorithm: "plot_performance_box"
10442   output-file-type: ".html"
10443   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
10444   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10445   filter: "'NIC_Intel-X710' and
10446            '64B' and
10447            'NDRPDR' and
10448            '1T1C' and
10449            'IP4FWD' and
10450            ('NAT44' or 'IP4BASE') and
10451            not 'IPSEC' and
10452            not 'VHOST'"
10453   parameters:
10454   - "throughput"
10455   - "parent"
10456   - "tags"
10457   sort:
10458   - "IP4BASE"
10459   - "BASE"
10460   - "SRC_USER_10"
10461   - "SRC_USER_100"
10462   - "SRC_USER_1000"
10463   - "SRC_USER_2000"
10464   traces:
10465     hoverinfo: "x+y"
10466     boxpoints: "outliers"
10467     whiskerwidth: 0
10468   layout:
10469     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
10470     layout: "plot-throughput"
10471
10472 - type: "plot"
10473   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
10474   algorithm: "plot_performance_box"
10475   output-file-type: ".html"
10476   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
10477   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10478   filter: "'NIC_Intel-X710' and
10479            '64B' and
10480            'NDRPDR' and
10481            '1T1C' and
10482            'IP4FWD' and
10483            ('NAT44' or 'IP4BASE') and
10484            not 'IPSEC' and
10485            not 'VHOST'"
10486   parameters:
10487   - "throughput"
10488   - "parent"
10489   - "tags"
10490   sort:
10491   - "IP4BASE"
10492   - "BASE"
10493   - "SRC_USER_10"
10494   - "SRC_USER_100"
10495   - "SRC_USER_1000"
10496   - "SRC_USER_2000"
10497   traces:
10498     hoverinfo: "x+y"
10499     boxpoints: "outliers"
10500     whiskerwidth: 0
10501   layout:
10502     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
10503     layout: "plot-throughput"
10504
10505 - type: "plot"
10506   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
10507   algorithm: "plot_performance_box"
10508   output-file-type: ".html"
10509   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
10510   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10511   filter: "'NIC_Intel-X710' and
10512            '64B' and
10513            'NDRPDR' and
10514            '2T2C' and
10515            'IP4FWD' and
10516            ('NAT44' or 'IP4BASE') and
10517            not 'IPSEC' and
10518            not 'VHOST'"
10519   parameters:
10520   - "throughput"
10521   - "parent"
10522   - "tags"
10523   sort:
10524   - "IP4BASE"
10525   - "BASE"
10526   - "SRC_USER_10"
10527   - "SRC_USER_100"
10528   - "SRC_USER_1000"
10529   - "SRC_USER_2000"
10530   traces:
10531     hoverinfo: "x+y"
10532     boxpoints: "outliers"
10533     whiskerwidth: 0
10534   layout:
10535     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
10536     layout: "plot-throughput"
10537
10538 - type: "plot"
10539   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
10540   algorithm: "plot_performance_box"
10541   output-file-type: ".html"
10542   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
10543   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10544   filter: "'NIC_Intel-X710' and
10545            '64B' and
10546            'NDRPDR' and
10547            '2T2C' and
10548            'IP4FWD' and
10549            ('NAT44' or 'IP4BASE') and
10550            not 'IPSEC' and
10551            not 'VHOST'"
10552   parameters:
10553   - "throughput"
10554   - "parent"
10555   - "tags"
10556   sort:
10557   - "IP4BASE"
10558   - "BASE"
10559   - "SRC_USER_10"
10560   - "SRC_USER_100"
10561   - "SRC_USER_1000"
10562   - "SRC_USER_2000"
10563   traces:
10564     hoverinfo: "x+y"
10565     boxpoints: "outliers"
10566     whiskerwidth: 0
10567   layout:
10568     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
10569     layout: "plot-throughput"
10570
10571 # Packet Throughput - VPP IPv4 3n-skx-x710 features iacl
10572 - type: "plot"
10573   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
10574   algorithm: "plot_performance_box"
10575   output-file-type: ".html"
10576   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
10577   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10578   filter: "'NIC_Intel-X710' and
10579            '64B' and
10580            'NDRPDR' and
10581            '1T1C' and
10582            'IP4FWD' and
10583            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
10584            not 'IPSEC' and
10585            not 'VHOST'"
10586   parameters:
10587   - "throughput"
10588   - "parent"
10589   - "tags"
10590   sort:
10591   - "IP4BASE"
10592   - "ACL_STATELESS"
10593   - "ACL_STATEFUL"
10594   - "ACL_STATELESS"
10595   - "ACL_STATEFUL"
10596   traces:
10597     hoverinfo: "x+y"
10598     boxpoints: "outliers"
10599     whiskerwidth: 0
10600   layout:
10601     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
10602     layout: "plot-throughput"
10603
10604 - type: "plot"
10605   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
10606   algorithm: "plot_performance_box"
10607   output-file-type: ".html"
10608   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
10609   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10610   filter: "'NIC_Intel-X710' and
10611            '64B' and
10612            'NDRPDR' and
10613            '1T1C' and
10614            'IP4FWD' and
10615            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
10616            not 'IPSEC' and
10617            not 'VHOST'"
10618   parameters:
10619   - "throughput"
10620   - "parent"
10621   - "tags"
10622   sort:
10623   - "IP4BASE"
10624   - "ACL_STATELESS"
10625   - "ACL_STATEFUL"
10626   - "ACL_STATELESS"
10627   - "ACL_STATEFUL"
10628   traces:
10629     hoverinfo: "x+y"
10630     boxpoints: "outliers"
10631     whiskerwidth: 0
10632   layout:
10633     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
10634     layout: "plot-throughput"
10635
10636 - type: "plot"
10637   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
10638   algorithm: "plot_performance_box"
10639   output-file-type: ".html"
10640   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
10641   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10642   filter: "'NIC_Intel-X710' and
10643            '64B' and
10644            'NDRPDR' and
10645            '2T2C' and
10646            'IP4FWD' and
10647            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
10648            not 'IPSEC' and
10649            not 'VHOST'"
10650   parameters:
10651   - "throughput"
10652   - "parent"
10653   - "tags"
10654   sort:
10655   - "IP4BASE"
10656   - "ACL_STATELESS"
10657   - "ACL_STATEFUL"
10658   - "ACL_STATELESS"
10659   - "ACL_STATEFUL"
10660   traces:
10661     hoverinfo: "x+y"
10662     boxpoints: "outliers"
10663     whiskerwidth: 0
10664   layout:
10665     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
10666     layout: "plot-throughput"
10667
10668 - type: "plot"
10669   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
10670   algorithm: "plot_performance_box"
10671   output-file-type: ".html"
10672   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
10673   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10674   filter: "'NIC_Intel-X710' and
10675            '64B' and
10676            'NDRPDR' and
10677            '2T2C' and
10678            'IP4FWD' and
10679            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
10680            not 'IPSEC' and
10681            not 'VHOST'"
10682   parameters:
10683   - "throughput"
10684   - "parent"
10685   - "tags"
10686   sort:
10687   - "IP4BASE"
10688   - "ACL_STATELESS"
10689   - "ACL_STATEFUL"
10690   - "ACL_STATELESS"
10691   - "ACL_STATEFUL"
10692   traces:
10693     hoverinfo: "x+y"
10694     boxpoints: "outliers"
10695     whiskerwidth: 0
10696   layout:
10697     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
10698     layout: "plot-throughput"
10699
10700 # Packet Throughput - VPP IPv4 2n-skx-x710 base and scale
10701 - type: "plot"
10702   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
10703   algorithm: "plot_performance_box"
10704   output-file-type: ".html"
10705   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
10706   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10707   filter: "'NIC_Intel-X710' and
10708            '64B' and
10709            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10710            'NDRPDR' and
10711            '2T1C' and
10712            'IP4FWD' and
10713            not 'IPSEC' and
10714            not 'DOT1Q' and
10715            not 'VHOST'"
10716   parameters:
10717   - "throughput"
10718   - "parent"
10719   - "tags"
10720   sort:
10721   - "IP4BASE"
10722   - "FIB_20K"
10723   - "FIB_200K"
10724   - "FIB_2M"
10725   traces:
10726     hoverinfo: "x+y"
10727     boxpoints: "outliers"
10728     whiskerwidth: 0
10729   layout:
10730     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
10731     layout: "plot-throughput"
10732
10733 - type: "plot"
10734   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
10735   algorithm: "plot_performance_box"
10736   output-file-type: ".html"
10737   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
10738   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10739   filter: "'NIC_Intel-X710' and
10740            '64B' and
10741            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10742            'NDRPDR' and
10743            '2T1C' and
10744            'IP4FWD' and
10745            not 'IPSEC' and
10746            not 'DOT1Q' and
10747            not 'VHOST'"
10748   parameters:
10749   - "throughput"
10750   - "parent"
10751   - "tags"
10752   sort:
10753   - "IP4BASE"
10754   - "FIB_20K"
10755   - "FIB_200K"
10756   - "FIB_2M"
10757   traces:
10758     hoverinfo: "x+y"
10759     boxpoints: "outliers"
10760     whiskerwidth: 0
10761   layout:
10762     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
10763     layout: "plot-throughput"
10764
10765 - type: "plot"
10766   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
10767   algorithm: "plot_performance_box"
10768   output-file-type: ".html"
10769   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
10770   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10771   filter: "'NIC_Intel-X710' and
10772            '64B' and
10773            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10774            'NDRPDR' and
10775            '4T2C' and
10776            'IP4FWD' and
10777            not 'IPSEC' and
10778            not 'DOT1Q' and
10779            not 'VHOST'"
10780   parameters:
10781   - "throughput"
10782   - "parent"
10783   - "tags"
10784   sort:
10785   - "IP4BASE"
10786   - "FIB_20K"
10787   - "FIB_200K"
10788   - "FIB_2M"
10789   traces:
10790     hoverinfo: "x+y"
10791     boxpoints: "outliers"
10792     whiskerwidth: 0
10793   layout:
10794     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
10795     layout: "plot-throughput"
10796
10797 - type: "plot"
10798   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
10799   algorithm: "plot_performance_box"
10800   output-file-type: ".html"
10801   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
10802   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10803   filter: "'NIC_Intel-X710' and
10804            '64B' and
10805            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10806            'NDRPDR' and
10807            '4T2C' and
10808            'IP4FWD' and
10809            not 'IPSEC' and
10810            not 'DOT1Q' and
10811            not 'VHOST'"
10812   parameters:
10813   - "throughput"
10814   - "parent"
10815   - "tags"
10816   sort:
10817   - "IP4BASE"
10818   - "FIB_20K"
10819   - "FIB_200K"
10820   - "FIB_2M"
10821   traces:
10822     hoverinfo: "x+y"
10823     boxpoints: "outliers"
10824     whiskerwidth: 0
10825   layout:
10826     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
10827     layout: "plot-throughput"
10828
10829 # Packet Throughput - VPP IPv4 2n-skx-x710 features iacl
10830 - type: "plot"
10831   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-features-iacl-ndr"
10832   algorithm: "plot_performance_box"
10833   output-file-type: ".html"
10834   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-features-iacl-ndr"
10835   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10836   filter: "'NIC_Intel-X710' and
10837            '64B' and
10838            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10839            'NDRPDR' and
10840            '2T1C' and
10841            'IP4FWD' and
10842            not 'IPSEC' and
10843            not 'DOT1Q' and
10844            not 'VHOST'"
10845   parameters:
10846   - "throughput"
10847   - "parent"
10848   - "tags"
10849   sort:
10850   - "IP4BASE"
10851   - "ACL_STATELESS"
10852   - "ACL_STATEFUL"
10853   - "ACL_STATELESS"
10854   - "ACL_STATEFUL"
10855   traces:
10856     hoverinfo: "x+y"
10857     boxpoints: "outliers"
10858     whiskerwidth: 0
10859   layout:
10860     title: "ip4-2n-skx-x710-64b-2t1c-features-iacl-ndr"
10861     layout: "plot-throughput"
10862
10863 - type: "plot"
10864   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-features-iacl-pdr"
10865   algorithm: "plot_performance_box"
10866   output-file-type: ".html"
10867   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-features-iacl-pdr"
10868   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10869   filter: "'NIC_Intel-X710' and
10870            '64B' and
10871            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10872            'NDRPDR' and
10873            '2T1C' and
10874            'IP4FWD' and
10875            not 'IPSEC' and
10876            not 'DOT1Q' and
10877            not 'VHOST'"
10878   parameters:
10879   - "throughput"
10880   - "parent"
10881   - "tags"
10882   sort:
10883   - "IP4BASE"
10884   - "ACL_STATELESS"
10885   - "ACL_STATEFUL"
10886   - "ACL_STATELESS"
10887   - "ACL_STATEFUL"
10888   traces:
10889     hoverinfo: "x+y"
10890     boxpoints: "outliers"
10891     whiskerwidth: 0
10892   layout:
10893     title: "ip4-2n-skx-x710-64b-2t1c-features-iacl-pdr"
10894     layout: "plot-throughput"
10895
10896 - type: "plot"
10897   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-features-iacl-ndr"
10898   algorithm: "plot_performance_box"
10899   output-file-type: ".html"
10900   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-features-iacl-ndr"
10901   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10902   filter: "'NIC_Intel-X710' and
10903            '64B' and
10904            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10905            'NDRPDR' and
10906            '4T2C' and
10907            'IP4FWD' and
10908            not 'IPSEC' and
10909            not 'DOT1Q' and
10910            not 'VHOST'"
10911   parameters:
10912   - "throughput"
10913   - "parent"
10914   - "tags"
10915   sort:
10916   - "IP4BASE"
10917   - "ACL_STATELESS"
10918   - "ACL_STATEFUL"
10919   - "ACL_STATELESS"
10920   - "ACL_STATEFUL"
10921   traces:
10922     hoverinfo: "x+y"
10923     boxpoints: "outliers"
10924     whiskerwidth: 0
10925   layout:
10926     title: "ip4-2n-skx-x710-64b-4t2c-features-iacl-ndr"
10927     layout: "plot-throughput"
10928
10929 - type: "plot"
10930   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-features-iacl-pdr"
10931   algorithm: "plot_performance_box"
10932   output-file-type: ".html"
10933   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-features-iacl-pdr"
10934   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10935   filter: "'NIC_Intel-X710' and
10936            '64B' and
10937            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10938            'NDRPDR' and
10939            '4T2C' and
10940            'IP4FWD' and
10941            not 'IPSEC' and
10942            not 'DOT1Q' and
10943            not 'VHOST'"
10944   parameters:
10945   - "throughput"
10946   - "parent"
10947   - "tags"
10948   sort:
10949   - "IP4BASE"
10950   - "ACL_STATELESS"
10951   - "ACL_STATEFUL"
10952   - "ACL_STATELESS"
10953   - "ACL_STATEFUL"
10954   traces:
10955     hoverinfo: "x+y"
10956     boxpoints: "outliers"
10957     whiskerwidth: 0
10958   layout:
10959     title: "ip4-2n-skx-x710-64b-4t2c-features-iacl-pdr"
10960     layout: "plot-throughput"
10961
10962 # Packet Throughput - VPP IPv4 2n-skx-xxv710 base and scale
10963 - type: "plot"
10964   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
10965   algorithm: "plot_performance_box"
10966   output-file-type: ".html"
10967   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
10968   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10969   filter: "'NIC_Intel-XXV710' and
10970            '64B' and
10971            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10972            'NDRPDR' and
10973            '2T1C' and
10974            'IP4FWD' and
10975            not 'IPSEC' and
10976            not 'DOT1Q' and
10977            not 'VHOST'"
10978   parameters:
10979   - "throughput"
10980   - "parent"
10981   - "tags"
10982   sort:
10983   - "IP4BASE"
10984   - "FIB_20K"
10985   - "FIB_200K"
10986   - "FIB_2M"
10987   traces:
10988     hoverinfo: "x+y"
10989     boxpoints: "outliers"
10990     whiskerwidth: 0
10991   layout:
10992     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
10993     layout: "plot-throughput"
10994
10995 - type: "plot"
10996   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
10997   algorithm: "plot_performance_box"
10998   output-file-type: ".html"
10999   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
11000   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11001   filter: "'NIC_Intel-XXV710' and
11002            '64B' and
11003            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11004            'NDRPDR' and
11005            '2T1C' and
11006            'IP4FWD' and
11007            not 'IPSEC' and
11008            not 'DOT1Q' and
11009            not 'VHOST'"
11010   parameters:
11011   - "throughput"
11012   - "parent"
11013   - "tags"
11014   sort:
11015   - "IP4BASE"
11016   - "FIB_20K"
11017   - "FIB_200K"
11018   - "FIB_2M"
11019   traces:
11020     hoverinfo: "x+y"
11021     boxpoints: "outliers"
11022     whiskerwidth: 0
11023   layout:
11024     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
11025     layout: "plot-throughput"
11026
11027 - type: "plot"
11028   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
11029   algorithm: "plot_performance_box"
11030   output-file-type: ".html"
11031   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
11032   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11033   filter: "'NIC_Intel-XXV710' and
11034            '64B' and
11035            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11036            'NDRPDR' and
11037            '4T2C' and
11038            'IP4FWD' and
11039            not 'IPSEC' and
11040            not 'DOT1Q' and
11041            not 'VHOST'"
11042   parameters:
11043   - "throughput"
11044   - "parent"
11045   - "tags"
11046   sort:
11047   - "IP4BASE"
11048   - "FIB_20K"
11049   - "FIB_200K"
11050   - "FIB_2M"
11051   traces:
11052     hoverinfo: "x+y"
11053     boxpoints: "outliers"
11054     whiskerwidth: 0
11055   layout:
11056     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
11057     layout: "plot-throughput"
11058
11059 - type: "plot"
11060   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
11061   algorithm: "plot_performance_box"
11062   output-file-type: ".html"
11063   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
11064   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11065   filter: "'NIC_Intel-XXV710' and
11066            '64B' and
11067            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11068            'NDRPDR' and
11069            '4T2C' and
11070            'IP4FWD' and
11071            not 'IPSEC' and
11072            not 'DOT1Q' and
11073            not 'VHOST'"
11074   parameters:
11075   - "throughput"
11076   - "parent"
11077   - "tags"
11078   sort:
11079   - "IP4BASE"
11080   - "FIB_20K"
11081   - "FIB_200K"
11082   - "FIB_2M"
11083   traces:
11084     hoverinfo: "x+y"
11085     boxpoints: "outliers"
11086     whiskerwidth: 0
11087   layout:
11088     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
11089     layout: "plot-throughput"
11090
11091 # Packet Throughput - VPP IPv4 2n-dnv-x553 base and scale
11092 - type: "plot"
11093   title: "VPP Throughput: ip4-2n-dnv-x553-64b-1t1c-base-ndr"
11094   algorithm: "plot_performance_box"
11095   output-file-type: ".html"
11096   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-1t1c-base-ndr"
11097   data: "intel-dnv-vpp"
11098   filter: "'NIC_Intel-X553' and
11099            '64B' and
11100            'IP4BASE' and
11101            'NDRPDR' and
11102            '1T1C' and
11103            'IP4FWD' and
11104            not 'IPSEC' and
11105            not 'VHOST'"
11106   parameters:
11107   - "throughput"
11108   - "parent"
11109   - "tags"
11110   sort:
11111   - "IP4BASE"
11112   traces:
11113     hoverinfo: "x+y"
11114     boxpoints: "outliers"
11115     whiskerwidth: 0
11116   layout:
11117     title: "ip4-2n-dnv-x553-64b-1t1c-base-ndr"
11118     layout: "plot-throughput"
11119
11120 - type: "plot"
11121   title: "VPP Throughput: ip4-2n-dnv-x553-64b-1t1c-base-pdr"
11122   algorithm: "plot_performance_box"
11123   output-file-type: ".html"
11124   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-1t1c-base-pdr"
11125   data: "intel-dnv-vpp"
11126   filter: "'NIC_Intel-X553' and
11127            '64B' and
11128            'IP4BASE' and
11129            'NDRPDR' and
11130            '1T1C' and
11131            'IP4FWD' and
11132            not 'IPSEC' and
11133            not 'VHOST'"
11134   parameters:
11135   - "throughput"
11136   - "parent"
11137   - "tags"
11138   sort:
11139   - "IP4BASE"
11140   traces:
11141     hoverinfo: "x+y"
11142     boxpoints: "outliers"
11143     whiskerwidth: 0
11144   layout:
11145     title: "ip4-2n-dnv-x553-64b-1t1c-base-pdr"
11146     layout: "plot-throughput"
11147
11148 - type: "plot"
11149   title: "VPP Throughput: ip4-2n-dnv-x553-64b-2t2c-base-ndr"
11150   algorithm: "plot_performance_box"
11151   output-file-type: ".html"
11152   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-2t2c-base-ndr"
11153   data: "intel-dnv-vpp"
11154   filter: "'NIC_Intel-X553' and
11155            '64B' and
11156            'IP4BASE' and
11157            'NDRPDR' and
11158            '2T2C' and
11159            'IP4FWD' and
11160            not 'IPSEC' and
11161            not 'VHOST'"
11162   parameters:
11163   - "throughput"
11164   - "parent"
11165   - "tags"
11166   sort:
11167   - "IP4BASE"
11168   traces:
11169     hoverinfo: "x+y"
11170     boxpoints: "outliers"
11171     whiskerwidth: 0
11172   layout:
11173     title: "ip4-2n-dnv-x553-64b-2t2c-base-ndr"
11174     layout: "plot-throughput"
11175
11176 - type: "plot"
11177   title: "VPP Throughput: ip4-2n-dnv-x553-64b-2t2c-base-pdr"
11178   algorithm: "plot_performance_box"
11179   output-file-type: ".html"
11180   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-2t2c-base-pdr"
11181   data: "intel-dnv-vpp"
11182   filter: "'NIC_Intel-X553' and
11183            '64B' and
11184            'IP4BASE' and
11185            'NDRPDR' and
11186            '2T2C' and
11187            'IP4FWD' and
11188            not 'IPSEC' and
11189            not 'VHOST'"
11190   parameters:
11191   - "throughput"
11192   - "parent"
11193   - "tags"
11194   sort:
11195   - "IP4BASE"
11196   traces:
11197     hoverinfo: "x+y"
11198     boxpoints: "outliers"
11199     whiskerwidth: 0
11200   layout:
11201     title: "ip4-2n-dnv-x553-64b-2t2c-base-pdr"
11202     layout: "plot-throughput"
11203
11204 ################################################################################
11205
11206 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520 - features
11207 - type: "plot"
11208   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
11209   algorithm: "plot_performance_box"
11210   output-file-type: ".html"
11211   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
11212   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11213   filter: "'NIC_Intel-X520-DA2' and
11214            '64B' and
11215            'ENCAP' and
11216            'NDRPDR' and
11217            '1T1C' and
11218            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
11219            not 'DOT1Q' and
11220            not 'VHOST' and
11221            not 'IPSECHW'"
11222   parameters:
11223   - "throughput"
11224   - "parent"
11225   - "tags"
11226   sort:
11227   - "IP4BASE"
11228   - "L2BDMACLRN"
11229   - "L2XCFWD"
11230   - "LISP"
11231   traces:
11232     hoverinfo: "x+y"
11233     boxpoints: "outliers"
11234     whiskerwidth: 0
11235   layout:
11236     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
11237     layout: "plot-throughput"
11238
11239 - type: "plot"
11240   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
11241   algorithm: "plot_performance_box"
11242   output-file-type: ".html"
11243   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
11244   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11245   filter: "'NIC_Intel-X520-DA2' and
11246            '64B' and
11247            'ENCAP' and
11248            'NDRPDR' and
11249            '2T2C' and
11250            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
11251            not 'DOT1Q' and
11252            not 'VHOST' and
11253            not 'IPSECHW'"
11254   parameters:
11255   - "throughput"
11256   - "parent"
11257   - "tags"
11258   sort:
11259   - "IP4BASE"
11260   - "L2BDMACLRN"
11261   - "L2XCFWD"
11262   - "LISP"
11263   traces:
11264     hoverinfo: "x+y"
11265     boxpoints: "outliers"
11266     whiskerwidth: 0
11267   layout:
11268     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
11269     layout: "plot-throughput"
11270
11271 - type: "plot"
11272   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
11273   algorithm: "plot_performance_box"
11274   output-file-type: ".html"
11275   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
11276   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11277   filter: "'NIC_Intel-X520-DA2' and
11278            '64B' and
11279            'ENCAP' and
11280            'NDRPDR' and
11281            '1T1C' and
11282            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
11283            not 'DOT1Q' and
11284            not 'VHOST' and
11285            not 'IPSECHW'"
11286   parameters:
11287   - "throughput"
11288   - "parent"
11289   - "tags"
11290   sort:
11291   - "IP4BASE"
11292   - "L2BDMACLRN"
11293   - "L2XCFWD"
11294   - "LISP"
11295   traces:
11296     hoverinfo: "x+y"
11297     boxpoints: "outliers"
11298     whiskerwidth: 0
11299   layout:
11300     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
11301     layout: "plot-throughput"
11302
11303 - type: "plot"
11304   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
11305   algorithm: "plot_performance_box"
11306   output-file-type: ".html"
11307   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
11308   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11309   filter: "'NIC_Intel-X520-DA2' and
11310            '64B' and
11311            'ENCAP' and
11312            'NDRPDR' and
11313            '2T2C' and
11314            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
11315            not 'DOT1Q' and
11316            not 'VHOST' and
11317            not 'IPSECHW'"
11318   parameters:
11319   - "throughput"
11320   - "parent"
11321   - "tags"
11322   sort:
11323   - "IP4BASE"
11324   - "L2BDMACLRN"
11325   - "L2XCFWD"
11326   - "LISP"
11327   traces:
11328     hoverinfo: "x+y"
11329     boxpoints: "outliers"
11330     whiskerwidth: 0
11331   layout:
11332     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
11333     layout: "plot-throughput"
11334
11335 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 base and scale
11336 - type: "plot"
11337   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
11338   algorithm: "plot_performance_box"
11339   output-file-type: ".html"
11340   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
11341   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11342   filter: "'NIC_Intel-X710' and
11343            '64B' and
11344            'ENCAP' and
11345            'NDRPDR' and
11346            '1T1C' and
11347            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
11348            not 'VHOST' and
11349            not 'IPSECHW'"
11350   parameters:
11351   - "throughput"
11352   - "parent"
11353   - "tags"
11354   sort:
11355   - "IP4BASE"
11356   - "LISP"
11357   - "VXLAN_1"
11358   - "VXLAN_10"
11359   - "VXLAN_100"
11360   - "VXLAN_1000"
11361   traces:
11362     hoverinfo: "x+y"
11363     boxpoints: "outliers"
11364     whiskerwidth: 0
11365   layout:
11366     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
11367     layout: "plot-throughput"
11368
11369 - type: "plot"
11370   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
11371   algorithm: "plot_performance_box"
11372   output-file-type: ".html"
11373   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
11374   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11375   filter: "'NIC_Intel-X710' and
11376            '64B' and
11377            'ENCAP' and
11378            'NDRPDR' and
11379            '1T1C' and
11380            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
11381            not 'VHOST' and
11382            not 'IPSECHW'"
11383   parameters:
11384   - "throughput"
11385   - "parent"
11386   - "tags"
11387   sort:
11388   - "IP4BASE"
11389   - "LISP"
11390   - "VXLAN_1"
11391   - "VXLAN_10"
11392   - "VXLAN_100"
11393   - "VXLAN_1000"
11394   traces:
11395     hoverinfo: "x+y"
11396     boxpoints: "outliers"
11397     whiskerwidth: 0
11398   layout:
11399     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
11400     layout: "plot-throughput"
11401
11402 - type: "plot"
11403   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
11404   algorithm: "plot_performance_box"
11405   output-file-type: ".html"
11406   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
11407   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11408   filter: "'NIC_Intel-X710' and
11409            '64B' and
11410            'ENCAP' and
11411            'NDRPDR' and
11412            '2T2C' and
11413            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
11414            not 'VHOST' and
11415            not 'IPSECHW'"
11416   parameters:
11417   - "throughput"
11418   - "parent"
11419   - "tags"
11420   sort:
11421   - "IP4BASE"
11422   - "LISP"
11423   - "VXLAN_1"
11424   - "VXLAN_10"
11425   - "VXLAN_100"
11426   - "VXLAN_1000"
11427   traces:
11428     hoverinfo: "x+y"
11429     boxpoints: "outliers"
11430     whiskerwidth: 0
11431   layout:
11432     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
11433     layout: "plot-throughput"
11434
11435 - type: "plot"
11436   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
11437   algorithm: "plot_performance_box"
11438   output-file-type: ".html"
11439   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
11440   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11441   filter: "'NIC_Intel-X710' and
11442            '64B' and
11443            'ENCAP' and
11444            'NDRPDR' and
11445            '2T2C' and
11446            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
11447            not 'VHOST' and
11448            not 'IPSECHW'"
11449   parameters:
11450   - "throughput"
11451   - "parent"
11452   - "tags"
11453   sort:
11454   - "IP4BASE"
11455   - "LISP"
11456   - "VXLAN_1"
11457   - "VXLAN_10"
11458   - "VXLAN_100"
11459   - "VXLAN_1000"
11460   traces:
11461     hoverinfo: "x+y"
11462     boxpoints: "outliers"
11463     whiskerwidth: 0
11464   layout:
11465     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
11466     layout: "plot-throughput"
11467
11468 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 - features
11469 - type: "plot"
11470   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
11471   algorithm: "plot_performance_box"
11472   output-file-type: ".html"
11473   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
11474   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11475   filter: "'NIC_Intel-X710' and
11476            '64B' and
11477            'ENCAP' and
11478            'NDRPDR' and
11479            '1T1C' and
11480            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
11481            not 'DOT1Q' and
11482            not 'VHOST' and
11483            not 'IPSECHW'"
11484   parameters:
11485   - "throughput"
11486   - "parent"
11487   - "tags"
11488   sort:
11489   - "IP4BASE"
11490   - "L2BDMACLRN"
11491   - "L2XCFWD"
11492   - "LISP"
11493   traces:
11494     hoverinfo: "x+y"
11495     boxpoints: "outliers"
11496     whiskerwidth: 0
11497   layout:
11498     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
11499     layout: "plot-throughput"
11500
11501 - type: "plot"
11502   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
11503   algorithm: "plot_performance_box"
11504   output-file-type: ".html"
11505   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
11506   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11507   filter: "'NIC_Intel-X710' and
11508            '64B' and
11509            'ENCAP' and
11510            'NDRPDR' and
11511            '2T2C' and
11512            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
11513            not 'DOT1Q' and
11514            not 'VHOST' and
11515            not 'IPSECHW'"
11516   parameters:
11517   - "throughput"
11518   - "parent"
11519   - "tags"
11520   sort:
11521   - "IP4BASE"
11522   - "L2BDMACLRN"
11523   - "L2XCFWD"
11524   - "LISP"
11525   traces:
11526     hoverinfo: "x+y"
11527     boxpoints: "outliers"
11528     whiskerwidth: 0
11529   layout:
11530     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
11531     layout: "plot-throughput"
11532
11533 - type: "plot"
11534   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
11535   algorithm: "plot_performance_box"
11536   output-file-type: ".html"
11537   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
11538   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11539   filter: "'NIC_Intel-X710' and
11540            '64B' and
11541            'ENCAP' and
11542            'NDRPDR' and
11543            '1T1C' and
11544            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
11545            not 'DOT1Q' and
11546            not 'VHOST' and
11547            not 'IPSECHW'"
11548   parameters:
11549   - "throughput"
11550   - "parent"
11551   - "tags"
11552   sort:
11553   - "IP4BASE"
11554   - "L2BDMACLRN"
11555   - "L2XCFWD"
11556   - "LISP"
11557   traces:
11558     hoverinfo: "x+y"
11559     boxpoints: "outliers"
11560     whiskerwidth: 0
11561   layout:
11562     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
11563     layout: "plot-throughput"
11564
11565 - type: "plot"
11566   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
11567   algorithm: "plot_performance_box"
11568   output-file-type: ".html"
11569   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
11570   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11571   filter: "'NIC_Intel-X710' and
11572            '64B' and
11573            'ENCAP' and
11574            'NDRPDR' and
11575            '2T2C' and
11576            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
11577            not 'DOT1Q' and
11578            not 'VHOST' and
11579            not 'IPSECHW'"
11580   parameters:
11581   - "throughput"
11582   - "parent"
11583   - "tags"
11584   sort:
11585   - "IP4BASE"
11586   - "L2BDMACLRN"
11587   - "L2XCFWD"
11588   - "LISP"
11589   traces:
11590     hoverinfo: "x+y"
11591     boxpoints: "outliers"
11592     whiskerwidth: 0
11593   layout:
11594     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
11595     layout: "plot-throughput"
11596
11597 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 base and scale
11598 - type: "plot"
11599   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
11600   algorithm: "plot_performance_box"
11601   output-file-type: ".html"
11602   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
11603   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11604   filter: "'NIC_Intel-X710' and
11605            '64B' and
11606            'ENCAP' and
11607            'NDRPDR' and
11608            '2T1C' and
11609            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
11610            not 'VHOST' and
11611            not 'IPSECHW'"
11612   parameters:
11613   - "throughput"
11614   - "parent"
11615   - "tags"
11616   sort:
11617   - "IP4BASE"
11618   - "LISP"
11619   - "VXLAN_1"
11620   - "VXLAN_10"
11621   - "VXLAN_100"
11622   - "VXLAN_1000"
11623   traces:
11624     hoverinfo: "x+y"
11625     boxpoints: "outliers"
11626     whiskerwidth: 0
11627   layout:
11628     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
11629     layout: "plot-throughput"
11630
11631 - type: "plot"
11632   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
11633   algorithm: "plot_performance_box"
11634   output-file-type: ".html"
11635   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
11636   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11637   filter: "'NIC_Intel-X710' and
11638            '64B' and
11639            'ENCAP' and
11640            'NDRPDR' and
11641            '2T1C' and
11642            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
11643            not 'VHOST' and
11644            not 'IPSECHW'"
11645   parameters:
11646   - "throughput"
11647   - "parent"
11648   - "tags"
11649   sort:
11650   - "IP4BASE"
11651   - "LISP"
11652   - "VXLAN_1"
11653   - "VXLAN_10"
11654   - "VXLAN_100"
11655   - "VXLAN_1000"
11656   traces:
11657     hoverinfo: "x+y"
11658     boxpoints: "outliers"
11659     whiskerwidth: 0
11660   layout:
11661     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
11662     layout: "plot-throughput"
11663
11664 - type: "plot"
11665   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
11666   algorithm: "plot_performance_box"
11667   output-file-type: ".html"
11668   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
11669   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11670   filter: "'NIC_Intel-X710' and
11671            '64B' and
11672            'ENCAP' and
11673            'NDRPDR' and
11674            '4T2C' and
11675            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
11676            not 'VHOST' and
11677            not 'IPSECHW'"
11678   parameters:
11679   - "throughput"
11680   - "parent"
11681   - "tags"
11682   sort:
11683   - "IP4BASE"
11684   - "LISP"
11685   - "VXLAN_1"
11686   - "VXLAN_10"
11687   - "VXLAN_100"
11688   - "VXLAN_1000"
11689   traces:
11690     hoverinfo: "x+y"
11691     boxpoints: "outliers"
11692     whiskerwidth: 0
11693   layout:
11694     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
11695     layout: "plot-throughput"
11696
11697 - type: "plot"
11698   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
11699   algorithm: "plot_performance_box"
11700   output-file-type: ".html"
11701   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
11702   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11703   filter: "'NIC_Intel-X710' and
11704            '64B' and
11705            'ENCAP' and
11706            'NDRPDR' and
11707            '4T2C' and
11708            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
11709            not 'VHOST' and
11710            not 'IPSECHW'"
11711   parameters:
11712   - "throughput"
11713   - "parent"
11714   - "tags"
11715   sort:
11716   - "IP4BASE"
11717   - "LISP"
11718   - "VXLAN_1"
11719   - "VXLAN_10"
11720   - "VXLAN_100"
11721   - "VXLAN_1000"
11722   traces:
11723     hoverinfo: "x+y"
11724     boxpoints: "outliers"
11725     whiskerwidth: 0
11726   layout:
11727     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
11728     layout: "plot-throughput"
11729
11730 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 - features
11731 - type: "plot"
11732   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
11733   algorithm: "plot_performance_box"
11734   output-file-type: ".html"
11735   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
11736   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11737   filter: "'NIC_Intel-X710' and
11738            '64B' and
11739            'ENCAP' and
11740            'NDRPDR' and
11741            '2T1C' and
11742            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
11743            not 'DOT1Q' and
11744            not 'VHOST' and
11745            not 'IPSECHW'"
11746   parameters:
11747   - "throughput"
11748   - "parent"
11749   - "tags"
11750   sort:
11751   - "IP4BASE"
11752   - "L2BDMACLRN"
11753   - "L2XCFWD"
11754   - "LISP"
11755   traces:
11756     hoverinfo: "x+y"
11757     boxpoints: "outliers"
11758     whiskerwidth: 0
11759   layout:
11760     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
11761     layout: "plot-throughput"
11762
11763 - type: "plot"
11764   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
11765   algorithm: "plot_performance_box"
11766   output-file-type: ".html"
11767   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
11768   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11769   filter: "'NIC_Intel-X710' and
11770            '64B' and
11771            'ENCAP' and
11772            'NDRPDR' and
11773            '4T2C' and
11774            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
11775            not 'DOT1Q' and
11776            not 'VHOST' and
11777            not 'IPSECHW'"
11778   parameters:
11779   - "throughput"
11780   - "parent"
11781   - "tags"
11782   sort:
11783   - "IP4BASE"
11784   - "L2BDMACLRN"
11785   - "L2XCFWD"
11786   - "LISP"
11787   traces:
11788     hoverinfo: "x+y"
11789     boxpoints: "outliers"
11790     whiskerwidth: 0
11791   layout:
11792     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
11793     layout: "plot-throughput"
11794
11795 - type: "plot"
11796   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
11797   algorithm: "plot_performance_box"
11798   output-file-type: ".html"
11799   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
11800   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11801   filter: "'NIC_Intel-X710' and
11802            '64B' and
11803            'ENCAP' and
11804            'NDRPDR' and
11805            '2T1C' and
11806            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
11807            not 'DOT1Q' and
11808            not 'VHOST' and
11809            not 'IPSECHW'"
11810   parameters:
11811   - "throughput"
11812   - "parent"
11813   - "tags"
11814   sort:
11815   - "IP4BASE"
11816   - "L2BDMACLRN"
11817   - "L2XCFWD"
11818   - "LISP"
11819   traces:
11820     hoverinfo: "x+y"
11821     boxpoints: "outliers"
11822     whiskerwidth: 0
11823   layout:
11824     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
11825     layout: "plot-throughput"
11826
11827 - type: "plot"
11828   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
11829   algorithm: "plot_performance_box"
11830   output-file-type: ".html"
11831   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
11832   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11833   filter: "'NIC_Intel-X710' and
11834            '64B' and
11835            'ENCAP' and
11836            'NDRPDR' and
11837            '4T2C' and
11838            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
11839            not 'DOT1Q' and
11840            not 'VHOST' and
11841            not 'IPSECHW'"
11842   parameters:
11843   - "throughput"
11844   - "parent"
11845   - "tags"
11846   sort:
11847   - "IP4BASE"
11848   - "L2BDMACLRN"
11849   - "L2XCFWD"
11850   - "LISP"
11851   traces:
11852     hoverinfo: "x+y"
11853     boxpoints: "outliers"
11854     whiskerwidth: 0
11855   layout:
11856     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
11857     layout: "plot-throughput"
11858
11859 ################################################################################
11860
11861 # Packet Throughput - VPP IPv6 3n-hsw-x520
11862 - type: "plot"
11863   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base-ndr"
11864   algorithm: "plot_performance_box"
11865   output-file-type: ".html"
11866   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base-ndr"
11867   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11868   filter: "'NIC_Intel-X520-DA2' and
11869            '78B' and
11870            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11871            'NDRPDR' and
11872            '1T1C' and
11873            'IP6FWD' and
11874            not 'SRv6' and
11875            not 'IPSEC' and
11876            not 'VHOST'"
11877   parameters:
11878   - "throughput"
11879   - "parent"
11880   - "tags"
11881   sort:
11882   - "IP6BASE"
11883   - "FIB_20K"
11884   - "FIB_200K"
11885   - "FIB_2M"
11886   traces:
11887     hoverinfo: "x+y"
11888     boxpoints: "outliers"
11889     whiskerwidth: 0
11890   layout:
11891     title: "ip6-3n-hsw-x520-78b-1t1c-base-ndr"
11892     layout: "plot-throughput"
11893
11894 - type: "plot"
11895   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base-pdr"
11896   algorithm: "plot_performance_box"
11897   output-file-type: ".html"
11898   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base-pdr"
11899   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11900   filter: "'NIC_Intel-X520-DA2' and
11901            '78B' and
11902            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11903            'NDRPDR' and
11904            '1T1C' and
11905            'IP6FWD' and
11906            not 'SRv6' and
11907            not 'IPSEC' and
11908            not 'VHOST'"
11909   parameters:
11910   - "throughput"
11911   - "parent"
11912   - "tags"
11913   sort:
11914   - "IP6BASE"
11915   - "FIB_20K"
11916   - "FIB_200K"
11917   - "FIB_2M"
11918   traces:
11919     hoverinfo: "x+y"
11920     boxpoints: "outliers"
11921     whiskerwidth: 0
11922   layout:
11923     title: "ip6-3n-hsw-x520-78b-1t1c-base-pdr"
11924     layout: "plot-throughput"
11925
11926 - type: "plot"
11927   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base-ndr"
11928   algorithm: "plot_performance_box"
11929   output-file-type: ".html"
11930   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base-ndr"
11931   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11932   filter: "'NIC_Intel-X520-DA2' and
11933            '78B' and
11934            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11935            'NDRPDR' and
11936            '2T2C' and
11937            'IP6FWD' and
11938            not 'SRv6' and
11939            not 'IPSEC' and
11940            not 'VHOST'"
11941   parameters:
11942   - "throughput"
11943   - "parent"
11944   - "tags"
11945   sort:
11946   - "IP6BASE"
11947   - "FIB_20K"
11948   - "FIB_200K"
11949   - "FIB_2M"
11950   traces:
11951     hoverinfo: "x+y"
11952     boxpoints: "outliers"
11953     whiskerwidth: 0
11954   layout:
11955     title: "ip6-3n-hsw-x520-78b-2t2c-base-ndr"
11956     layout: "plot-throughput"
11957
11958 - type: "plot"
11959   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base-pdr"
11960   algorithm: "plot_performance_box"
11961   output-file-type: ".html"
11962   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base-pdr"
11963   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11964   filter: "'NIC_Intel-X520-DA2' and
11965            '78B' and
11966            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11967            'NDRPDR' and
11968            '2T2C' and
11969            'IP6FWD' and
11970            not 'SRv6' and
11971            not 'IPSEC' and
11972            not 'VHOST'"
11973   parameters:
11974   - "throughput"
11975   - "parent"
11976   - "tags"
11977   sort:
11978   - "IP6BASE"
11979   - "FIB_20K"
11980   - "FIB_200K"
11981   - "FIB_2M"
11982   traces:
11983     hoverinfo: "x+y"
11984     boxpoints: "outliers"
11985     whiskerwidth: 0
11986   layout:
11987     title: "ip6-3n-hsw-x520-78b-2t2c-base-pdr"
11988     layout: "plot-throughput"
11989
11990 # Packet Throughput - VPP IPv6 3n-hsw-x710
11991 - type: "plot"
11992   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
11993   algorithm: "plot_performance_box"
11994   output-file-type: ".html"
11995   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
11996   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11997   filter: "'NIC_Intel-X710' and
11998            '78B' and
11999            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12000            'NDRPDR' and
12001            '1T1C' and
12002            'IP6FWD' and
12003            not 'SRv6' and
12004            not 'IPSEC' and
12005            not 'VHOST'"
12006   parameters:
12007   - "throughput"
12008   - "parent"
12009   - "tags"
12010   sort:
12011   - "IP6BASE"
12012   - "FIB_20K"
12013   - "FIB_200K"
12014   - "FIB_2M"
12015   traces:
12016     hoverinfo: "x+y"
12017     boxpoints: "outliers"
12018     whiskerwidth: 0
12019   layout:
12020     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
12021     layout: "plot-throughput"
12022
12023 - type: "plot"
12024   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
12025   algorithm: "plot_performance_box"
12026   output-file-type: ".html"
12027   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
12028   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12029   filter: "'NIC_Intel-X710' and
12030            '78B' and
12031            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12032            'NDRPDR' and
12033            '1T1C' 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   - "FIB_20K"
12045   - "FIB_200K"
12046   - "FIB_2M"
12047   traces:
12048     hoverinfo: "x+y"
12049     boxpoints: "outliers"
12050     whiskerwidth: 0
12051   layout:
12052     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
12053     layout: "plot-throughput"
12054
12055 - type: "plot"
12056   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
12057   algorithm: "plot_performance_box"
12058   output-file-type: ".html"
12059   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
12060   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12061   filter: "'NIC_Intel-X710' and
12062            '78B' and
12063            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12064            'NDRPDR' and
12065            '2T2C' and
12066            'IP6FWD' and
12067            not 'SRv6' and
12068            not 'IPSEC' and
12069            not 'VHOST'"
12070   parameters:
12071   - "throughput"
12072   - "parent"
12073   - "tags"
12074   sort:
12075   - "IP6BASE"
12076   - "FIB_20K"
12077   - "FIB_200K"
12078   - "FIB_2M"
12079   traces:
12080     hoverinfo: "x+y"
12081     boxpoints: "outliers"
12082     whiskerwidth: 0
12083   layout:
12084     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
12085     layout: "plot-throughput"
12086
12087 - type: "plot"
12088   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
12089   algorithm: "plot_performance_box"
12090   output-file-type: ".html"
12091   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
12092   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12093   filter: "'NIC_Intel-X710' and
12094            '78B' and
12095            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12096            'NDRPDR' and
12097            '2T2C' and
12098            'IP6FWD' and
12099            not 'SRv6' and
12100            not 'IPSEC' and
12101            not 'VHOST'"
12102   parameters:
12103   - "throughput"
12104   - "parent"
12105   - "tags"
12106   sort:
12107   - "IP6BASE"
12108   - "FIB_20K"
12109   - "FIB_200K"
12110   - "FIB_2M"
12111   traces:
12112     hoverinfo: "x+y"
12113     boxpoints: "outliers"
12114     whiskerwidth: 0
12115   layout:
12116     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
12117     layout: "plot-throughput"
12118
12119 # Packet Throughput - VPP IPv6 3n-hsw-x710 - features
12120 - type: "plot"
12121   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
12122   algorithm: "plot_performance_box"
12123   output-file-type: ".html"
12124   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
12125   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12126   filter: "'NIC_Intel-X710' and
12127            '78B' and
12128            ('IP6BASE' or
12129             'POLICE_MARK' or
12130             'COPWHLIST' or
12131             'IACLDST') and
12132            'NDRPDR' and
12133            '1T1C' and
12134            'IP6FWD' and
12135            not 'SRv6' and
12136            not 'IPSEC' and
12137            not 'VHOST'"
12138   parameters:
12139   - "throughput"
12140   - "parent"
12141   - "tags"
12142   sort:
12143   - "IP6BASE"
12144   - "POLICE_MARK"
12145   - "COPWHLIST"
12146   - "IACLDST"
12147   traces:
12148     hoverinfo: "x+y"
12149     boxpoints: "outliers"
12150     whiskerwidth: 0
12151   layout:
12152     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
12153     layout: "plot-throughput"
12154
12155 - type: "plot"
12156   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
12157   algorithm: "plot_performance_box"
12158   output-file-type: ".html"
12159   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
12160   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12161   filter: "'NIC_Intel-X710' and
12162            '78B' and
12163            ('IP6BASE' or
12164             'POLICE_MARK' or
12165             'COPWHLIST' or
12166             'IACLDST') and
12167            'NDRPDR' and
12168            '2T2C' and
12169            'IP6FWD' and
12170            not 'SRv6' and
12171            not 'IPSEC' and
12172            not 'VHOST'"
12173   parameters:
12174   - "throughput"
12175   - "parent"
12176   - "tags"
12177   sort:
12178   - "IP6BASE"
12179   - "POLICE_MARK"
12180   - "COPWHLIST"
12181   - "IACLDST"
12182   traces:
12183     hoverinfo: "x+y"
12184     boxpoints: "outliers"
12185     whiskerwidth: 0
12186   layout:
12187     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
12188     layout: "plot-throughput"
12189
12190 - type: "plot"
12191   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
12192   algorithm: "plot_performance_box"
12193   output-file-type: ".html"
12194   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
12195   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12196   filter: "'NIC_Intel-X710' and
12197            '78B' and
12198            ('IP6BASE' or
12199             'POLICE_MARK' or
12200             'COPWHLIST' or
12201             'IACLDST') and
12202            'NDRPDR' and
12203            '1T1C' and
12204            'IP6FWD' and
12205            not 'SRv6' and
12206            not 'IPSEC' and
12207            not 'VHOST'"
12208   parameters:
12209   - "throughput"
12210   - "parent"
12211   - "tags"
12212   sort:
12213   - "IP6BASE"
12214   - "POLICE_MARK"
12215   - "COPWHLIST"
12216   - "IACLDST"
12217   traces:
12218     hoverinfo: "x+y"
12219     boxpoints: "outliers"
12220     whiskerwidth: 0
12221   layout:
12222     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
12223     layout: "plot-throughput"
12224
12225 - type: "plot"
12226   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
12227   algorithm: "plot_performance_box"
12228   output-file-type: ".html"
12229   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
12230   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12231   filter: "'NIC_Intel-X710' and
12232            '78B' and
12233            ('IP6BASE' or
12234             'POLICE_MARK' or
12235             'COPWHLIST' or
12236             'IACLDST') 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   - "POLICE_MARK"
12250   - "COPWHLIST"
12251   - "IACLDST"
12252   traces:
12253     hoverinfo: "x+y"
12254     boxpoints: "outliers"
12255     whiskerwidth: 0
12256   layout:
12257     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
12258     layout: "plot-throughput"
12259
12260 # Packet Throughput - VPP IPv6 3n-hsw-xl710
12261 - type: "plot"
12262   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base-ndr"
12263   algorithm: "plot_performance_box"
12264   output-file-type: ".html"
12265   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base-ndr"
12266   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12267   filter: "'NIC_Intel-XL710' and
12268            '78B' and
12269            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12270            'NDRPDR' and
12271            '1T1C' and
12272            'IP6FWD' and
12273            not 'SRv6' and
12274            not 'IPSEC' and
12275            not 'VHOST'"
12276   parameters:
12277   - "throughput"
12278   - "parent"
12279   - "tags"
12280   sort:
12281   - "IP6BASE"
12282   - "FIB_20K"
12283   - "FIB_200K"
12284   - "FIB_2M"
12285   traces:
12286     hoverinfo: "x+y"
12287     boxpoints: "outliers"
12288     whiskerwidth: 0
12289   layout:
12290     title: "ip6-3n-hsw-xl710-78b-1t1c-base-ndr"
12291     layout: "plot-throughput"
12292
12293 - type: "plot"
12294   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base-pdr"
12295   algorithm: "plot_performance_box"
12296   output-file-type: ".html"
12297   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base-pdr"
12298   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12299   filter: "'NIC_Intel-XL710' and
12300            '78B' and
12301            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12302            'NDRPDR' and
12303            '1T1C' and
12304            'IP6FWD' and
12305            not 'SRv6' and
12306            not 'IPSEC' and
12307            not 'VHOST'"
12308   parameters:
12309   - "throughput"
12310   - "parent"
12311   - "tags"
12312   sort:
12313   - "IP6BASE"
12314   - "FIB_20K"
12315   - "FIB_200K"
12316   - "FIB_2M"
12317   traces:
12318     hoverinfo: "x+y"
12319     boxpoints: "outliers"
12320     whiskerwidth: 0
12321   layout:
12322     title: "ip6-3n-hsw-xl710-78b-1t1c-base-pdr"
12323     layout: "plot-throughput"
12324
12325 - type: "plot"
12326   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base-ndr"
12327   algorithm: "plot_performance_box"
12328   output-file-type: ".html"
12329   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base-ndr"
12330   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12331   filter: "'NIC_Intel-XL710' and
12332            '78B' and
12333            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12334            'NDRPDR' and
12335            '2T2C' and
12336            'IP6FWD' and
12337            not 'SRv6' and
12338            not 'IPSEC' and
12339            not 'VHOST'"
12340   parameters:
12341   - "throughput"
12342   - "parent"
12343   - "tags"
12344   sort:
12345   - "IP6BASE"
12346   - "FIB_20K"
12347   - "FIB_200K"
12348   - "FIB_2M"
12349   traces:
12350     hoverinfo: "x+y"
12351     boxpoints: "outliers"
12352     whiskerwidth: 0
12353   layout:
12354     title: "ip6-3n-hsw-xl710-78b-2t2c-base-ndr"
12355     layout: "plot-throughput"
12356
12357 - type: "plot"
12358   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base-pdr"
12359   algorithm: "plot_performance_box"
12360   output-file-type: ".html"
12361   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base-pdr"
12362   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12363   filter: "'NIC_Intel-XL710' and
12364            '78B' and
12365            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12366            'NDRPDR' and
12367            '2T2C' and
12368            'IP6FWD' and
12369            not 'SRv6' and
12370            not 'IPSEC' and
12371            not 'VHOST'"
12372   parameters:
12373   - "throughput"
12374   - "parent"
12375   - "tags"
12376   sort:
12377   - "IP6BASE"
12378   - "FIB_20K"
12379   - "FIB_200K"
12380   - "FIB_2M"
12381   traces:
12382     hoverinfo: "x+y"
12383     boxpoints: "outliers"
12384     whiskerwidth: 0
12385   layout:
12386     title: "ip6-3n-hsw-xl710-78b-2t2c-base-pdr"
12387     layout: "plot-throughput"
12388
12389 # Packet Throughput - VPP IPv6 3n-skx-x710
12390 - type: "plot"
12391   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
12392   algorithm: "plot_performance_box"
12393   output-file-type: ".html"
12394   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
12395   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12396   filter: "'NIC_Intel-X710' and
12397            '78B' and
12398            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12399            'NDRPDR' and
12400            '2T1C' and
12401            'IP6FWD' and
12402            not 'SRv6' and
12403            not 'IPSEC' and
12404            not 'VHOST'"
12405   parameters:
12406   - "throughput"
12407   - "parent"
12408   - "tags"
12409   sort:
12410   - "IP6BASE"
12411   - "FIB_20K"
12412   - "FIB_200K"
12413   - "FIB_2M"
12414   traces:
12415     hoverinfo: "x+y"
12416     boxpoints: "outliers"
12417     whiskerwidth: 0
12418   layout:
12419     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
12420     layout: "plot-throughput"
12421
12422 - type: "plot"
12423   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
12424   algorithm: "plot_performance_box"
12425   output-file-type: ".html"
12426   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
12427   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12428   filter: "'NIC_Intel-X710' and
12429            '78B' and
12430            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12431            'NDRPDR' and
12432            '2T1C' and
12433            'IP6FWD' and
12434            not 'SRv6' and
12435            not 'IPSEC' and
12436            not 'VHOST'"
12437   parameters:
12438   - "throughput"
12439   - "parent"
12440   - "tags"
12441   sort:
12442   - "IP6BASE"
12443   - "FIB_20K"
12444   - "FIB_200K"
12445   - "FIB_2M"
12446   traces:
12447     hoverinfo: "x+y"
12448     boxpoints: "outliers"
12449     whiskerwidth: 0
12450   layout:
12451     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
12452     layout: "plot-throughput"
12453
12454 - type: "plot"
12455   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
12456   algorithm: "plot_performance_box"
12457   output-file-type: ".html"
12458   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
12459   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12460   filter: "'NIC_Intel-X710' and
12461            '78B' and
12462            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12463            'NDRPDR' and
12464            '4T2C' and
12465            'IP6FWD' and
12466            not 'SRv6' and
12467            not 'IPSEC' and
12468            not 'VHOST'"
12469   parameters:
12470   - "throughput"
12471   - "parent"
12472   - "tags"
12473   sort:
12474   - "IP6BASE"
12475   - "FIB_20K"
12476   - "FIB_200K"
12477   - "FIB_2M"
12478   traces:
12479     hoverinfo: "x+y"
12480     boxpoints: "outliers"
12481     whiskerwidth: 0
12482   layout:
12483     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
12484     layout: "plot-throughput"
12485
12486 - type: "plot"
12487   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
12488   algorithm: "plot_performance_box"
12489   output-file-type: ".html"
12490   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
12491   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12492   filter: "'NIC_Intel-X710' and
12493            '78B' and
12494            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12495            'NDRPDR' and
12496            '4T2C' and
12497            'IP6FWD' and
12498            not 'SRv6' and
12499            not 'IPSEC' and
12500            not 'VHOST'"
12501   parameters:
12502   - "throughput"
12503   - "parent"
12504   - "tags"
12505   sort:
12506   - "IP6BASE"
12507   - "FIB_20K"
12508   - "FIB_200K"
12509   - "FIB_2M"
12510   traces:
12511     hoverinfo: "x+y"
12512     boxpoints: "outliers"
12513     whiskerwidth: 0
12514   layout:
12515     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
12516     layout: "plot-throughput"
12517
12518 # Packet Throughput - VPP IPv6 3n-skx-x710 - features
12519 - type: "plot"
12520   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
12521   algorithm: "plot_performance_box"
12522   output-file-type: ".html"
12523   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
12524   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12525   filter: "'NIC_Intel-X710' and
12526            '78B' and
12527            ('IP6BASE' or
12528             'POLICE_MARK' or
12529             'COPWHLIST' or
12530             'IACLDST') and
12531            'NDRPDR' and
12532            '2T1C' and
12533            'IP6FWD' and
12534            not 'SRv6' and
12535            not 'IPSEC' and
12536            not 'VHOST'"
12537   parameters:
12538   - "throughput"
12539   - "parent"
12540   - "tags"
12541   sort:
12542   - "IP6BASE"
12543   - "POLICE_MARK"
12544   - "COPWHLIST"
12545   - "IACLDST"
12546   traces:
12547     hoverinfo: "x+y"
12548     boxpoints: "outliers"
12549     whiskerwidth: 0
12550   layout:
12551     title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
12552     layout: "plot-throughput"
12553
12554 - type: "plot"
12555   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
12556   algorithm: "plot_performance_box"
12557   output-file-type: ".html"
12558   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
12559   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12560   filter: "'NIC_Intel-X710' and
12561            '78B' and
12562            ('IP6BASE' or
12563             'POLICE_MARK' or
12564             'COPWHLIST' or
12565             'IACLDST') and
12566            'NDRPDR' and
12567            '4T2C' and
12568            'IP6FWD' and
12569            not 'SRv6' and
12570            not 'IPSEC' and
12571            not 'VHOST'"
12572   parameters:
12573   - "throughput"
12574   - "parent"
12575   - "tags"
12576   sort:
12577   - "IP6BASE"
12578   - "POLICE_MARK"
12579   - "COPWHLIST"
12580   - "IACLDST"
12581   traces:
12582     hoverinfo: "x+y"
12583     boxpoints: "outliers"
12584     whiskerwidth: 0
12585   layout:
12586     title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
12587     layout: "plot-throughput"
12588
12589 - type: "plot"
12590   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
12591   algorithm: "plot_performance_box"
12592   output-file-type: ".html"
12593   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
12594   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12595   filter: "'NIC_Intel-X710' and
12596            '78B' and
12597            ('IP6BASE' or
12598             'POLICE_MARK' or
12599             'COPWHLIST' or
12600             'IACLDST') and
12601            'NDRPDR' and
12602            '2T1C' and
12603            'IP6FWD' and
12604            not 'SRv6' and
12605            not 'IPSEC' and
12606            not 'VHOST'"
12607   parameters:
12608   - "throughput"
12609   - "parent"
12610   - "tags"
12611   sort:
12612   - "IP6BASE"
12613   - "POLICE_MARK"
12614   - "COPWHLIST"
12615   - "IACLDST"
12616   traces:
12617     hoverinfo: "x+y"
12618     boxpoints: "outliers"
12619     whiskerwidth: 0
12620   layout:
12621     title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
12622     layout: "plot-throughput"
12623
12624 - type: "plot"
12625   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
12626   algorithm: "plot_performance_box"
12627   output-file-type: ".html"
12628   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
12629   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12630   filter: "'NIC_Intel-X710' and
12631            '78B' and
12632            ('IP6BASE' or
12633             'POLICE_MARK' or
12634             'COPWHLIST' or
12635             'IACLDST') and
12636            'NDRPDR' and
12637            '4T2C' and
12638            'IP6FWD' and
12639            not 'SRv6' and
12640            not 'IPSEC' and
12641            not 'VHOST'"
12642   parameters:
12643   - "throughput"
12644   - "parent"
12645   - "tags"
12646   sort:
12647   - "IP6BASE"
12648   - "POLICE_MARK"
12649   - "COPWHLIST"
12650   - "IACLDST"
12651   traces:
12652     hoverinfo: "x+y"
12653     boxpoints: "outliers"
12654     whiskerwidth: 0
12655   layout:
12656     title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
12657     layout: "plot-throughput"
12658
12659 # Packet Throughput - VPP IPv6 3n-skx-xxv710
12660 - type: "plot"
12661   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
12662   algorithm: "plot_performance_box"
12663   output-file-type: ".html"
12664   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
12665   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12666   filter: "'NIC_Intel-XXV710' and
12667            '78B' and
12668            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12669            'NDRPDR' and
12670            '2T1C' and
12671            'IP6FWD' and
12672            not 'SRv6' and
12673            not 'IPSEC' and
12674            not 'VHOST'"
12675   parameters:
12676   - "throughput"
12677   - "parent"
12678   - "tags"
12679   sort:
12680   - "IP6BASE"
12681   - "FIB_20K"
12682   - "FIB_200K"
12683   - "FIB_2M"
12684   traces:
12685     hoverinfo: "x+y"
12686     boxpoints: "outliers"
12687     whiskerwidth: 0
12688   layout:
12689     title: "ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
12690     layout: "plot-throughput"
12691
12692 - type: "plot"
12693   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
12694   algorithm: "plot_performance_box"
12695   output-file-type: ".html"
12696   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
12697   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12698   filter: "'NIC_Intel-XXV710' and
12699            '78B' and
12700            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12701            'NDRPDR' and
12702            '2T1C' and
12703            'IP6FWD' and
12704            not 'SRv6' and
12705            not 'IPSEC' and
12706            not 'VHOST'"
12707   parameters:
12708   - "throughput"
12709   - "parent"
12710   - "tags"
12711   sort:
12712   - "IP6BASE"
12713   - "FIB_20K"
12714   - "FIB_200K"
12715   - "FIB_2M"
12716   traces:
12717     hoverinfo: "x+y"
12718     boxpoints: "outliers"
12719     whiskerwidth: 0
12720   layout:
12721     title: "ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
12722     layout: "plot-throughput"
12723
12724 - type: "plot"
12725   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
12726   algorithm: "plot_performance_box"
12727   output-file-type: ".html"
12728   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
12729   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12730   filter: "'NIC_Intel-XXV710' and
12731            '78B' and
12732            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12733            'NDRPDR' and
12734            '4T2C' and
12735            'IP6FWD' and
12736            not 'SRv6' and
12737            not 'IPSEC' and
12738            not 'VHOST'"
12739   parameters:
12740   - "throughput"
12741   - "parent"
12742   - "tags"
12743   sort:
12744   - "IP6BASE"
12745   - "FIB_20K"
12746   - "FIB_200K"
12747   - "FIB_2M"
12748   traces:
12749     hoverinfo: "x+y"
12750     boxpoints: "outliers"
12751     whiskerwidth: 0
12752   layout:
12753     title: "ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
12754     layout: "plot-throughput"
12755
12756 - type: "plot"
12757   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
12758   algorithm: "plot_performance_box"
12759   output-file-type: ".html"
12760   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
12761   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12762   filter: "'NIC_Intel-XXV710' and
12763            '78B' and
12764            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12765            'NDRPDR' and
12766            '4T2C' and
12767            'IP6FWD' and
12768            not 'SRv6' and
12769            not 'IPSEC' and
12770            not 'VHOST'"
12771   parameters:
12772   - "throughput"
12773   - "parent"
12774   - "tags"
12775   sort:
12776   - "IP6BASE"
12777   - "FIB_20K"
12778   - "FIB_200K"
12779   - "FIB_2M"
12780   traces:
12781     hoverinfo: "x+y"
12782     boxpoints: "outliers"
12783     whiskerwidth: 0
12784   layout:
12785     title: "ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
12786     layout: "plot-throughput"
12787
12788 # Packet Throughput - VPP IPv6 2n-skx-x710
12789 - type: "plot"
12790   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
12791   algorithm: "plot_performance_box"
12792   output-file-type: ".html"
12793   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
12794   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12795   filter: "'NIC_Intel-X710' and
12796            '78B' and
12797            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12798            'NDRPDR' and
12799            '2T1C' and
12800            'IP6FWD' and
12801            not 'SRv6' and
12802            not 'IPSEC' and
12803            not 'VHOST'"
12804   parameters:
12805   - "throughput"
12806   - "parent"
12807   - "tags"
12808   sort:
12809   - "IP6BASE"
12810   - "FIB_20K"
12811   - "FIB_200K"
12812   - "FIB_2M"
12813   traces:
12814     hoverinfo: "x+y"
12815     boxpoints: "outliers"
12816     whiskerwidth: 0
12817   layout:
12818     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
12819     layout: "plot-throughput"
12820
12821 - type: "plot"
12822   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
12823   algorithm: "plot_performance_box"
12824   output-file-type: ".html"
12825   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
12826   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12827   filter: "'NIC_Intel-X710' and
12828            '78B' and
12829            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12830            'NDRPDR' and
12831            '2T1C' and
12832            'IP6FWD' and
12833            not 'SRv6' and
12834            not 'IPSEC' and
12835            not 'VHOST'"
12836   parameters:
12837   - "throughput"
12838   - "parent"
12839   - "tags"
12840   sort:
12841   - "IP6BASE"
12842   - "FIB_20K"
12843   - "FIB_200K"
12844   - "FIB_2M"
12845   traces:
12846     hoverinfo: "x+y"
12847     boxpoints: "outliers"
12848     whiskerwidth: 0
12849   layout:
12850     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
12851     layout: "plot-throughput"
12852
12853 - type: "plot"
12854   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
12855   algorithm: "plot_performance_box"
12856   output-file-type: ".html"
12857   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
12858   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12859   filter: "'NIC_Intel-X710' and
12860            '78B' and
12861            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12862            'NDRPDR' and
12863            '4T2C' and
12864            'IP6FWD' and
12865            not 'SRv6' and
12866            not 'IPSEC' and
12867            not 'VHOST'"
12868   parameters:
12869   - "throughput"
12870   - "parent"
12871   - "tags"
12872   sort:
12873   - "IP6BASE"
12874   - "FIB_20K"
12875   - "FIB_200K"
12876   - "FIB_2M"
12877   traces:
12878     hoverinfo: "x+y"
12879     boxpoints: "outliers"
12880     whiskerwidth: 0
12881   layout:
12882     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
12883     layout: "plot-throughput"
12884
12885 - type: "plot"
12886   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
12887   algorithm: "plot_performance_box"
12888   output-file-type: ".html"
12889   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
12890   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12891   filter: "'NIC_Intel-X710' and
12892            '78B' and
12893            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12894            'NDRPDR' and
12895            '4T2C' and
12896            'IP6FWD' and
12897            not 'SRv6' and
12898            not 'IPSEC' and
12899            not 'VHOST'"
12900   parameters:
12901   - "throughput"
12902   - "parent"
12903   - "tags"
12904   sort:
12905   - "IP6BASE"
12906   - "FIB_20K"
12907   - "FIB_200K"
12908   - "FIB_2M"
12909   traces:
12910     hoverinfo: "x+y"
12911     boxpoints: "outliers"
12912     whiskerwidth: 0
12913   layout:
12914     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
12915     layout: "plot-throughput"
12916
12917 # Packet Throughput - VPP IPv6 2n-skx-xxv710
12918 - type: "plot"
12919   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
12920   algorithm: "plot_performance_box"
12921   output-file-type: ".html"
12922   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
12923   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12924   filter: "'NIC_Intel-XXV710' and
12925            '78B' and
12926            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12927            'NDRPDR' and
12928            '2T1C' and
12929            'IP6FWD' and
12930            not 'SRv6' and
12931            not 'IPSEC' and
12932            not 'VHOST'"
12933   parameters:
12934   - "throughput"
12935   - "parent"
12936   - "tags"
12937   sort:
12938   - "IP6BASE"
12939   - "FIB_20K"
12940   - "FIB_200K"
12941   - "FIB_2M"
12942   traces:
12943     hoverinfo: "x+y"
12944     boxpoints: "outliers"
12945     whiskerwidth: 0
12946   layout:
12947     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
12948     layout: "plot-throughput"
12949
12950 - type: "plot"
12951   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
12952   algorithm: "plot_performance_box"
12953   output-file-type: ".html"
12954   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
12955   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12956   filter: "'NIC_Intel-XXV710' and
12957            '78B' and
12958            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12959            'NDRPDR' and
12960            '2T1C' and
12961            'IP6FWD' and
12962            not 'SRv6' and
12963            not 'IPSEC' and
12964            not 'VHOST'"
12965   parameters:
12966   - "throughput"
12967   - "parent"
12968   - "tags"
12969   sort:
12970   - "IP6BASE"
12971   - "FIB_20K"
12972   - "FIB_200K"
12973   - "FIB_2M"
12974   traces:
12975     hoverinfo: "x+y"
12976     boxpoints: "outliers"
12977     whiskerwidth: 0
12978   layout:
12979     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
12980     layout: "plot-throughput"
12981
12982 - type: "plot"
12983   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
12984   algorithm: "plot_performance_box"
12985   output-file-type: ".html"
12986   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
12987   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12988   filter: "'NIC_Intel-XXV710' and
12989            '78B' and
12990            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12991            'NDRPDR' and
12992            '4T2C' and
12993            'IP6FWD' and
12994            not 'SRv6' and
12995            not 'IPSEC' and
12996            not 'VHOST'"
12997   parameters:
12998   - "throughput"
12999   - "parent"
13000   - "tags"
13001   sort:
13002   - "IP6BASE"
13003   - "FIB_20K"
13004   - "FIB_200K"
13005   - "FIB_2M"
13006   traces:
13007     hoverinfo: "x+y"
13008     boxpoints: "outliers"
13009     whiskerwidth: 0
13010   layout:
13011     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
13012     layout: "plot-throughput"
13013
13014 - type: "plot"
13015   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
13016   algorithm: "plot_performance_box"
13017   output-file-type: ".html"
13018   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
13019   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13020   filter: "'NIC_Intel-XXV710' and
13021            '78B' and
13022            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13023            'NDRPDR' and
13024            '4T2C' and
13025            'IP6FWD' and
13026            not 'SRv6' and
13027            not 'IPSEC' and
13028            not 'VHOST'"
13029   parameters:
13030   - "throughput"
13031   - "parent"
13032   - "tags"
13033   sort:
13034   - "IP6BASE"
13035   - "FIB_20K"
13036   - "FIB_200K"
13037   - "FIB_2M"
13038   traces:
13039     hoverinfo: "x+y"
13040     boxpoints: "outliers"
13041     whiskerwidth: 0
13042   layout:
13043     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
13044     layout: "plot-throughput"
13045
13046 # Packet Throughput - VPP IPv6 2n-dnv-x553 base
13047 - type: "plot"
13048   title: "VPP Throughput: ip6-2n-dnv-x553-78b-1t1c-base-ndr"
13049   algorithm: "plot_performance_box"
13050   output-file-type: ".html"
13051   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-1t1c-base-ndr"
13052   data: "intel-dnv-vpp"
13053   filter: "'NIC_Intel-X553' and
13054            '78B' and
13055            'IP6BASE' and
13056            'NDRPDR' and
13057            '1T1C' and
13058            'IP6FWD' and
13059            not 'SRv6' and
13060            not 'IPSEC' and
13061            not 'VHOST'"
13062   parameters:
13063   - "throughput"
13064   - "parent"
13065   - "tags"
13066   sort:
13067   - "IP6BASE"
13068   traces:
13069     hoverinfo: "x+y"
13070     boxpoints: "outliers"
13071     whiskerwidth: 0
13072   layout:
13073     title: "ip6-2n-dnv-x553-78b-1t1c-base-ndr"
13074     layout: "plot-throughput"
13075
13076 - type: "plot"
13077   title: "VPP Throughput: ip6-2n-dnv-x553-78b-1t1c-base-pdr"
13078   algorithm: "plot_performance_box"
13079   output-file-type: ".html"
13080   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-1t1c-base-pdr"
13081   data: "intel-dnv-vpp"
13082   filter: "'NIC_Intel-X553' and
13083            '78B' and
13084            'IP6BASE' and
13085            'NDRPDR' and
13086            '1T1C' and
13087            'IP6FWD' and
13088            not 'SRv6' and
13089            not 'IPSEC' and
13090            not 'VHOST'"
13091   parameters:
13092   - "throughput"
13093   - "parent"
13094   - "tags"
13095   sort:
13096   - "IP6BASE"
13097   traces:
13098     hoverinfo: "x+y"
13099     boxpoints: "outliers"
13100     whiskerwidth: 0
13101   layout:
13102     title: "ip6-2n-dnv-x553-78b-1t1c-base-pdr"
13103     layout: "plot-throughput"
13104
13105 - type: "plot"
13106   title: "VPP Throughput: ip6-2n-dnv-x553-78b-2t2c-base-ndr"
13107   algorithm: "plot_performance_box"
13108   output-file-type: ".html"
13109   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-2t2c-base-ndr"
13110   data: "intel-dnv-vpp"
13111   filter: "'NIC_Intel-X553' and
13112            '78B' and
13113            'IP6BASE' and
13114            'NDRPDR' and
13115            '2T2C' and
13116            'IP6FWD' and
13117            not 'SRv6' and
13118            not 'IPSEC' and
13119            not 'VHOST'"
13120   parameters:
13121   - "throughput"
13122   - "parent"
13123   - "tags"
13124   sort:
13125   - "IP6BASE"
13126   traces:
13127     hoverinfo: "x+y"
13128     boxpoints: "outliers"
13129     whiskerwidth: 0
13130   layout:
13131     title: "ip6-2n-dnv-x553-78b-2t2c-base-ndr"
13132     layout: "plot-throughput"
13133
13134 - type: "plot"
13135   title: "VPP Throughput: ip6-2n-dnv-x553-78b-2t2c-base-pdr"
13136   algorithm: "plot_performance_box"
13137   output-file-type: ".html"
13138   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-2t2c-base-pdr"
13139   data: "intel-dnv-vpp"
13140   filter: "'NIC_Intel-X553' and
13141            '78B' and
13142            'IP6BASE' and
13143            'NDRPDR' and
13144            '2T2C' and
13145            'IP6FWD' and
13146            not 'SRv6' and
13147            not 'IPSEC' and
13148            not 'VHOST'"
13149   parameters:
13150   - "throughput"
13151   - "parent"
13152   - "tags"
13153   sort:
13154   - "IP6BASE"
13155   traces:
13156     hoverinfo: "x+y"
13157     boxpoints: "outliers"
13158     whiskerwidth: 0
13159   layout:
13160     title: "ip6-2n-dnv-x553-78b-2t2c-base-pdr"
13161     layout: "plot-throughput"
13162
13163 ################################################################################
13164
13165 # Packet Throughput - VPP IPv6 tunnels 3n-hsw-x520
13166 - type: "plot"
13167   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base-ndr"
13168   algorithm: "plot_performance_box"
13169   output-file-type: ".html"
13170   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base-ndr"
13171   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13172   filter: "'NIC_Intel-X520-DA2' and
13173            '78B' and
13174            'ENCAP' and
13175            'NDRPDR' and
13176            '1T1C' and
13177            'LISP' and
13178            not 'VHOST'"
13179   parameters:
13180   - "throughput"
13181   - "parent"
13182   - "tags"
13183   sort:
13184   - "IP4UNRLAY"
13185   - "IP6UNRLAY"
13186   traces:
13187     hoverinfo: "x+y"
13188     boxpoints: "outliers"
13189     whiskerwidth: 0
13190   layout:
13191     title: "ip6tun-3n-hsw-x520-78b-1t1c-base-ndr"
13192     layout: "plot-throughput"
13193
13194 - type: "plot"
13195   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base-pdr"
13196   algorithm: "plot_performance_box"
13197   output-file-type: ".html"
13198   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base-pdr"
13199   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13200   filter: "'NIC_Intel-X520-DA2' and
13201            '78B' and
13202            'ENCAP' and
13203            'NDRPDR' and
13204            '1T1C' and
13205            'LISP' and
13206            not 'VHOST'"
13207   parameters:
13208   - "throughput"
13209   - "parent"
13210   - "tags"
13211   sort:
13212   - "IP4UNRLAY"
13213   - "IP6UNRLAY"
13214   traces:
13215     hoverinfo: "x+y"
13216     boxpoints: "outliers"
13217     whiskerwidth: 0
13218   layout:
13219     title: "ip6tun-3n-hsw-x520-78b-1t1c-base-pdr"
13220     layout: "plot-throughput"
13221
13222 - type: "plot"
13223   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base-ndr"
13224   algorithm: "plot_performance_box"
13225   output-file-type: ".html"
13226   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base-ndr"
13227   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13228   filter: "'NIC_Intel-X520-DA2' and
13229            '78B' and
13230            'ENCAP' and
13231            'NDRPDR' and
13232            '2T2C' and
13233            'LISP' and
13234            not 'VHOST'"
13235   parameters:
13236   - "throughput"
13237   - "parent"
13238   - "tags"
13239   sort:
13240   - "IP4UNRLAY"
13241   - "IP6UNRLAY"
13242   traces:
13243     hoverinfo: "x+y"
13244     boxpoints: "outliers"
13245     whiskerwidth: 0
13246   layout:
13247     title: "ip6tun-3n-hsw-x520-78b-2t2c-base-ndr"
13248     layout: "plot-throughput"
13249
13250 - type: "plot"
13251   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base-pdr"
13252   algorithm: "plot_performance_box"
13253   output-file-type: ".html"
13254   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base-pdr"
13255   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13256   filter: "'NIC_Intel-X520-DA2' and
13257            '78B' and
13258            'ENCAP' and
13259            'NDRPDR' and
13260            '2T2C' and
13261            'LISP' and
13262            not 'VHOST'"
13263   parameters:
13264   - "throughput"
13265   - "parent"
13266   - "tags"
13267   sort:
13268   - "IP4UNRLAY"
13269   - "IP6UNRLAY"
13270   traces:
13271     hoverinfo: "x+y"
13272     boxpoints: "outliers"
13273     whiskerwidth: 0
13274   layout:
13275     title: "ip6tun-3n-hsw-x520-78b-2t2c-base-pdr"
13276     layout: "plot-throughput"
13277
13278 ################################################################################
13279
13280 # Packet Throughput - VPP IPSec 3n-hsw-xl710 base
13281 - type: "plot"
13282   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
13283   algorithm: "plot_performance_box"
13284   output-file-type: ".html"
13285   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
13286   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13287   filter: "'NIC_Intel-XL710' and
13288            '64B' and
13289            'IP4FWD' and
13290            'NDRPDR' and
13291            'BASE' and
13292            '1T1C' and
13293            'IPSECHW' and
13294            ('IPSECTRAN' or 'IPSECTUN') and
13295            not 'VHOST'"
13296   parameters:
13297   - "throughput"
13298   - "parent"
13299   - "tags"
13300   traces:
13301     hoverinfo: "x+y"
13302     boxpoints: "outliers"
13303     whiskerwidth: 0
13304   layout:
13305     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
13306     layout: "plot-throughput"
13307
13308 - type: "plot"
13309   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
13310   algorithm: "plot_performance_box"
13311   output-file-type: ".html"
13312   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
13313   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13314   filter: "'NIC_Intel-XL710' and
13315            '64B' and
13316            'IP4FWD' and
13317            'NDRPDR' and
13318            'BASE' and
13319            '1T1C' and
13320            'IPSECHW' and
13321            ('IPSECTRAN' or 'IPSECTUN') and
13322            not 'VHOST'"
13323   parameters:
13324   - "throughput"
13325   - "parent"
13326   - "tags"
13327   traces:
13328     hoverinfo: "x+y"
13329     boxpoints: "outliers"
13330     whiskerwidth: 0
13331   layout:
13332     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
13333     layout: "plot-throughput"
13334
13335 - type: "plot"
13336   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
13337   algorithm: "plot_performance_box"
13338   output-file-type: ".html"
13339   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
13340   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13341   filter: "'NIC_Intel-XL710' and
13342            '64B' and
13343            'IP4FWD' and
13344            'NDRPDR' and
13345            'BASE' and
13346            '2T2C' and
13347            'IPSECHW' and
13348            ('IPSECTRAN' or 'IPSECTUN') and
13349            not 'VHOST'"
13350   parameters:
13351   - "throughput"
13352   - "parent"
13353   - "tags"
13354   traces:
13355     hoverinfo: "x+y"
13356     boxpoints: "outliers"
13357     whiskerwidth: 0
13358   layout:
13359     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
13360     layout: "plot-throughput"
13361
13362 - type: "plot"
13363   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
13364   algorithm: "plot_performance_box"
13365   output-file-type: ".html"
13366   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
13367   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13368   filter: "'NIC_Intel-XL710' and
13369            '64B' and
13370            'IP4FWD' and
13371            'NDRPDR' and
13372            'BASE' and
13373            '2T2C' and
13374            'IPSECHW' and
13375            ('IPSECTRAN' or 'IPSECTUN') and
13376            not 'VHOST'"
13377   parameters:
13378   - "throughput"
13379   - "parent"
13380   - "tags"
13381   traces:
13382     hoverinfo: "x+y"
13383     boxpoints: "outliers"
13384     whiskerwidth: 0
13385   layout:
13386     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
13387     layout: "plot-throughput"
13388
13389 # Packet Throughput - VPP IPSec 3n-hsw-xl710 scale
13390 - type: "plot"
13391   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
13392   algorithm: "plot_performance_box"
13393   output-file-type: ".html"
13394   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
13395   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13396   filter: "'NIC_Intel-XL710' and
13397            '64B' and
13398            'IP4FWD' and
13399            'NDRPDR' and
13400            'SCALE' and
13401            '1T1C' and
13402            'IPSECHW' and
13403            ('IPSECTRAN' or 'IPSECTUN') and
13404            not 'VHOST'"
13405   parameters:
13406   - "throughput"
13407   - "parent"
13408   - "tags"
13409   traces:
13410     hoverinfo: "x+y"
13411     boxpoints: "outliers"
13412     whiskerwidth: 0
13413   layout:
13414     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
13415     layout: "plot-throughput"
13416
13417 - type: "plot"
13418   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
13419   algorithm: "plot_performance_box"
13420   output-file-type: ".html"
13421   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
13422   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13423   filter: "'NIC_Intel-XL710' and
13424            '64B' and
13425            'IP4FWD' and
13426            'NDRPDR' and
13427            'SCALE' and
13428            '1T1C' and
13429            'IPSECHW' and
13430            ('IPSECTRAN' or 'IPSECTUN') and
13431            not 'VHOST'"
13432   parameters:
13433   - "throughput"
13434   - "parent"
13435   - "tags"
13436   traces:
13437     hoverinfo: "x+y"
13438     boxpoints: "outliers"
13439     whiskerwidth: 0
13440   layout:
13441     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
13442     layout: "plot-throughput"
13443
13444 - type: "plot"
13445   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
13446   algorithm: "plot_performance_box"
13447   output-file-type: ".html"
13448   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
13449   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13450   filter: "'NIC_Intel-XL710' and
13451            '64B' and
13452            'IP4FWD' and
13453            'NDRPDR' and
13454            'SCALE' and
13455            '2T2C' and
13456            'IPSECHW' and
13457            ('IPSECTRAN' or 'IPSECTUN') and
13458            not 'VHOST'"
13459   parameters:
13460   - "throughput"
13461   - "parent"
13462   - "tags"
13463   traces:
13464     hoverinfo: "x+y"
13465     boxpoints: "outliers"
13466     whiskerwidth: 0
13467   layout:
13468     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
13469     layout: "plot-throughput"
13470
13471 - type: "plot"
13472   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
13473   algorithm: "plot_performance_box"
13474   output-file-type: ".html"
13475   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
13476   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13477   filter: "'NIC_Intel-XL710' and
13478            '64B' and
13479            'IP4FWD' and
13480            'NDRPDR' and
13481            'SCALE' and
13482            '2T2C' and
13483            'IPSECHW' and
13484            ('IPSECTRAN' or 'IPSECTUN') and
13485            not 'VHOST'"
13486   parameters:
13487   - "throughput"
13488   - "parent"
13489   - "tags"
13490   traces:
13491     hoverinfo: "x+y"
13492     boxpoints: "outliers"
13493     whiskerwidth: 0
13494   layout:
13495     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
13496     layout: "plot-throughput"
13497
13498 # Packet Throughput - VPP IPSec 3n-hsw-xl710 SW
13499 - type: "plot"
13500   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
13501   algorithm: "plot_performance_box"
13502   output-file-type: ".html"
13503   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
13504   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13505   filter: "'NIC_Intel-XL710' and
13506            '64B' and
13507            'IP4FWD' and
13508            'NDRPDR' and
13509            '1T1C' and
13510            'IPSECSW' and
13511            ('IPSECTRAN' or 'IPSECTUN') and
13512            not 'VHOST'"
13513   parameters:
13514   - "throughput"
13515   - "parent"
13516   - "tags"
13517   traces:
13518     hoverinfo: "x+y"
13519     boxpoints: "outliers"
13520     whiskerwidth: 0
13521   layout:
13522     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
13523     layout: "plot-throughput"
13524
13525 - type: "plot"
13526   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
13527   algorithm: "plot_performance_box"
13528   output-file-type: ".html"
13529   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
13530   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13531   filter: "'NIC_Intel-XL710' and
13532            '64B' and
13533            'IP4FWD' and
13534            'NDRPDR' and
13535            '1T1C' and
13536            'IPSECSW' and
13537            ('IPSECTRAN' or 'IPSECTUN') and
13538            not 'VHOST'"
13539   parameters:
13540   - "throughput"
13541   - "parent"
13542   - "tags"
13543   traces:
13544     hoverinfo: "x+y"
13545     boxpoints: "outliers"
13546     whiskerwidth: 0
13547   layout:
13548     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
13549     layout: "plot-throughput"
13550
13551 - type: "plot"
13552   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
13553   algorithm: "plot_performance_box"
13554   output-file-type: ".html"
13555   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
13556   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13557   filter: "'NIC_Intel-XL710' and
13558            '64B' and
13559            'IP4FWD' and
13560            'NDRPDR' and
13561            '2T2C' and
13562            'IPSECSW' and
13563            ('IPSECTRAN' or 'IPSECTUN') and
13564            not 'VHOST'"
13565   parameters:
13566   - "throughput"
13567   - "parent"
13568   - "tags"
13569   traces:
13570     hoverinfo: "x+y"
13571     boxpoints: "outliers"
13572     whiskerwidth: 0
13573   layout:
13574     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
13575     layout: "plot-throughput"
13576
13577 - type: "plot"
13578   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
13579   algorithm: "plot_performance_box"
13580   output-file-type: ".html"
13581   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
13582   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13583   filter: "'NIC_Intel-XL710' and
13584            '64B' and
13585            'IP4FWD' and
13586            'NDRPDR' and
13587            '2T2C' and
13588            'IPSECSW' and
13589            ('IPSECTRAN' or 'IPSECTUN') and
13590            not 'VHOST'"
13591   parameters:
13592   - "throughput"
13593   - "parent"
13594   - "tags"
13595   traces:
13596     hoverinfo: "x+y"
13597     boxpoints: "outliers"
13598     whiskerwidth: 0
13599   layout:
13600     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
13601     layout: "plot-throughput"
13602
13603 ################################################################################
13604
13605 # Packet Throughput - VPP SRv6 3n-hsw-x520
13606 - type: "plot"
13607   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-ndr"
13608   algorithm: "plot_performance_box"
13609   output-file-type: ".html"
13610   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr"
13611   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13612   filter: "'NIC_Intel-X520-DA2' and
13613            '78B' and
13614            'FEATURE' and
13615            'NDRPDR' and
13616            '1T1C' and
13617            'IP6FWD' and
13618            'SRv6'"
13619   parameters:
13620   - "throughput"
13621   - "parent"
13622   - "tags"
13623   traces:
13624     hoverinfo: "x+y"
13625     boxpoints: "outliers"
13626     whiskerwidth: 0
13627   layout:
13628     title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
13629     layout: "plot-throughput"
13630
13631 - type: "plot"
13632   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-pdr"
13633   algorithm: "plot_performance_box"
13634   output-file-type: ".html"
13635   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-pdr"
13636   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13637   filter: "'NIC_Intel-X520-DA2' and
13638            '78B' and
13639            'FEATURE' and
13640            'NDRPDR' and
13641            '1T1C' and
13642            'IP6FWD' and
13643            'SRv6'"
13644   parameters:
13645   - "throughput"
13646   - "parent"
13647   - "tags"
13648   traces:
13649     hoverinfo: "x+y"
13650     boxpoints: "outliers"
13651     whiskerwidth: 0
13652   layout:
13653     title: "srv6-3n-hsw-x520-78b-1t1c-features-pdr"
13654     layout: "plot-throughput"
13655
13656 - type: "plot"
13657   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-ndr"
13658   algorithm: "plot_performance_box"
13659   output-file-type: ".html"
13660   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr"
13661   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13662   filter: "'NIC_Intel-X520-DA2' and
13663            '78B' and
13664            'FEATURE' and
13665            'NDRPDR' and
13666            '2T2C' and
13667            'IP6FWD' and
13668            'SRv6'"
13669   parameters:
13670   - "throughput"
13671   - "parent"
13672   - "tags"
13673   traces:
13674     hoverinfo: "x+y"
13675     boxpoints: "outliers"
13676     whiskerwidth: 0
13677   layout:
13678     title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
13679     layout: "plot-throughput"
13680
13681 - type: "plot"
13682   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-pdr"
13683   algorithm: "plot_performance_box"
13684   output-file-type: ".html"
13685   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-pdr"
13686   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13687   filter: "'NIC_Intel-X520-DA2' and
13688            '78B' and
13689            'FEATURE' and
13690            'NDRPDR' and
13691            '2T2C' and
13692            'IP6FWD' and
13693            'SRv6'"
13694   parameters:
13695   - "throughput"
13696   - "parent"
13697   - "tags"
13698   traces:
13699     hoverinfo: "x+y"
13700     boxpoints: "outliers"
13701     whiskerwidth: 0
13702   layout:
13703     title: "srv6-3n-hsw-x520-78b-2t2c-features-pdr"
13704     layout: "plot-throughput"
13705
13706 ################################################################################
13707
13708 # Packet Throughput - VPP vhost ip4 3n-hsw-x520
13709 - type: "plot"
13710   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
13711   algorithm: "plot_performance_box"
13712   output-file-type: ".html"
13713   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
13714   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13715   filter: "'NIC_Intel-X520-DA2' and
13716            '64B' and
13717            'NDRPDR' and
13718            'ETH' and
13719            'IP4FWD' and
13720            '1T1C' and
13721            'VHOST_1024' and
13722            not 'VXLAN' and
13723            not 'DOT1Q'"
13724   parameters:
13725   - "throughput"
13726   - "parent"
13727   - "tags"
13728   sort:
13729   - "not CFS_OPT"
13730   - "1VM"
13731   - "2VM"
13732   traces:
13733     hoverinfo: "x+y"
13734     boxpoints: "outliers"
13735     whiskerwidth: 0
13736   layout:
13737     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
13738     layout: "plot-throughput"
13739
13740 - type: "plot"
13741   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
13742   algorithm: "plot_performance_box"
13743   output-file-type: ".html"
13744   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
13745   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13746   filter: "'NIC_Intel-X520-DA2' and
13747            '64B' and
13748            'NDRPDR' and
13749            'ETH' and
13750            'IP4FWD' and
13751            '2T2C' and
13752            'VHOST_1024' and
13753            not 'VXLAN' and
13754            not 'DOT1Q'"
13755   parameters:
13756   - "throughput"
13757   - "parent"
13758   - "tags"
13759   sort:
13760   - "not CFS_OPT"
13761   - "1VM"
13762   - "2VM"
13763   traces:
13764     hoverinfo: "x+y"
13765     boxpoints: "outliers"
13766     whiskerwidth: 0
13767   layout:
13768     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
13769     layout: "plot-throughput"
13770
13771 - type: "plot"
13772   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
13773   algorithm: "plot_performance_box"
13774   output-file-type: ".html"
13775   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
13776   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13777   filter: "'NIC_Intel-X520-DA2' and
13778            '64B' and
13779            'NDRPDR' and
13780            'ETH' and
13781            'IP4FWD' and
13782            '1T1C' and
13783            'VHOST_1024' and
13784            not 'VXLAN' and
13785            not 'DOT1Q'"
13786   parameters:
13787   - "throughput"
13788   - "parent"
13789   - "tags"
13790   sort:
13791   - "not CFS_OPT"
13792   - "1VM"
13793   - "2VM"
13794   traces:
13795     hoverinfo: "x+y"
13796     boxpoints: "outliers"
13797     whiskerwidth: 0
13798   layout:
13799     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
13800     layout: "plot-throughput"
13801
13802 - type: "plot"
13803   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
13804   algorithm: "plot_performance_box"
13805   output-file-type: ".html"
13806   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
13807   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13808   filter: "'NIC_Intel-X520-DA2' and
13809            '64B' and
13810            'NDRPDR' and
13811            'ETH' and
13812            'IP4FWD' and
13813            '2T2C' and
13814            'VHOST_1024' and
13815            not 'VXLAN' and
13816            not 'DOT1Q'"
13817   parameters:
13818   - "throughput"
13819   - "parent"
13820   - "tags"
13821   sort:
13822   - "not CFS_OPT"
13823   - "1VM"
13824   - "2VM"
13825   traces:
13826     hoverinfo: "x+y"
13827     boxpoints: "outliers"
13828     whiskerwidth: 0
13829   layout:
13830     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
13831     layout: "plot-throughput"
13832
13833 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base
13834 - type: "plot"
13835   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
13836   algorithm: "plot_performance_box"
13837   output-file-type: ".html"
13838   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
13839   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13840   filter: "'NIC_Intel-X520-DA2' and
13841            '64B' and
13842            'NDRPDR' and
13843            ('ETH' or 'DOT1Q') and
13844            'BASE' and
13845            '1T1C' and
13846            ('L2BDMACLRN' or 'L2XCFWD') and
13847            'VHOST_1024' and
13848            not 'VXLAN' and
13849            not 'IP4FWD' and
13850            not '2VM'"
13851   parameters:
13852   - "throughput"
13853   - "parent"
13854   - "tags"
13855   sort:
13856   - "L2BDMACLRN"
13857   - "L2BDMACLRN"
13858   - "L2BDMACLRN"
13859   - "L2XCFWD"
13860   - "L2XCFWD"
13861   - "L2XCFWD"
13862   traces:
13863     hoverinfo: "x+y"
13864     boxpoints: "outliers"
13865     whiskerwidth: 0
13866   layout:
13867     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
13868     layout: "plot-throughput"
13869
13870 - type: "plot"
13871   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
13872   algorithm: "plot_performance_box"
13873   output-file-type: ".html"
13874   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
13875   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13876   filter: "'NIC_Intel-X520-DA2' and
13877            '64B' and
13878            'NDRPDR' and
13879            ('ETH' or 'DOT1Q') and
13880            'BASE' and
13881            '1T1C' and
13882            ('L2BDMACLRN' or 'L2XCFWD') and
13883            'VHOST_1024' and
13884            not 'VXLAN' and
13885            not 'IP4FWD' and
13886            not '2VM'"
13887   parameters:
13888   - "throughput"
13889   - "parent"
13890   - "tags"
13891   sort:
13892   - "L2BDMACLRN"
13893   - "L2BDMACLRN"
13894   - "L2BDMACLRN"
13895   - "L2XCFWD"
13896   - "L2XCFWD"
13897   - "L2XCFWD"
13898   traces:
13899     hoverinfo: "x+y"
13900     boxpoints: "outliers"
13901     whiskerwidth: 0
13902   layout:
13903     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
13904     layout: "plot-throughput"
13905
13906 - type: "plot"
13907   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
13908   algorithm: "plot_performance_box"
13909   output-file-type: ".html"
13910   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
13911   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13912   filter: "'NIC_Intel-X520-DA2' and
13913            '64B' and
13914            'NDRPDR' and
13915            ('ETH' or 'DOT1Q') and
13916            'BASE' and
13917            '2T2C' and
13918            ('L2BDMACLRN' or 'L2XCFWD') and
13919            'VHOST_1024' and
13920            not 'VXLAN' and
13921            not 'IP4FWD' and
13922            not '2VM'"
13923   parameters:
13924   - "throughput"
13925   - "parent"
13926   - "tags"
13927   sort:
13928   - "L2BDMACLRN"
13929   - "L2BDMACLRN"
13930   - "L2BDMACLRN"
13931   - "L2XCFWD"
13932   - "L2XCFWD"
13933   - "L2XCFWD"
13934   traces:
13935     hoverinfo: "x+y"
13936     boxpoints: "outliers"
13937     whiskerwidth: 0
13938   layout:
13939     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
13940     layout: "plot-throughput"
13941
13942 - type: "plot"
13943   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
13944   algorithm: "plot_performance_box"
13945   output-file-type: ".html"
13946   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
13947   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13948   filter: "'NIC_Intel-X520-DA2' and
13949            '64B' and
13950            'NDRPDR' and
13951            ('ETH' or 'DOT1Q') and
13952            'BASE' and
13953            '2T2C' and
13954            ('L2BDMACLRN' or 'L2XCFWD') and
13955            'VHOST_1024' and
13956            not 'VXLAN' and
13957            not 'IP4FWD' and
13958            not '2VM'"
13959   parameters:
13960   - "throughput"
13961   - "parent"
13962   - "tags"
13963   sort:
13964   - "L2BDMACLRN"
13965   - "L2BDMACLRN"
13966   - "L2BDMACLRN"
13967   - "L2XCFWD"
13968   - "L2XCFWD"
13969   - "L2XCFWD"
13970   traces:
13971     hoverinfo: "x+y"
13972     boxpoints: "outliers"
13973     whiskerwidth: 0
13974   layout:
13975     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
13976     layout: "plot-throughput"
13977
13978 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base vm
13979 - type: "plot"
13980   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
13981   algorithm: "plot_performance_box"
13982   output-file-type: ".html"
13983   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
13984   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13985   filter: "'NIC_Intel-X520-DA2' and
13986            '64B' and
13987            'NDRPDR' and
13988            ('ETH' or 'DOT1Q') and
13989            '1T1C' and
13990            ('L2BDMACLRN' or 'L2XCFWD') and
13991            'VHOST_1024' and
13992            not 'CFS_OPT' and
13993            not 'DOT1Q' and
13994            not 'VXLAN' and
13995            not 'IP4FWD' and
13996            not 'LBOND'"
13997   parameters:
13998   - "throughput"
13999   - "parent"
14000   - "tags"
14001 #  sort:
14002 #  - "1VM"
14003 #  - "L2XCFWD"
14004 #  - "1VM"
14005 #  - "L2BDMACLRN"
14006   traces:
14007     hoverinfo: "x+y"
14008     boxpoints: "outliers"
14009     whiskerwidth: 0
14010   layout:
14011     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
14012     layout: "plot-throughput"
14013
14014 - type: "plot"
14015   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
14016   algorithm: "plot_performance_box"
14017   output-file-type: ".html"
14018   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
14019   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14020   filter: "'NIC_Intel-X520-DA2' and
14021            '64B' and
14022            'NDRPDR' and
14023            ('ETH' or 'DOT1Q') and
14024            '1T1C' and
14025            ('L2BDMACLRN' or 'L2XCFWD') and
14026            'VHOST_1024' and
14027            not 'CFS_OPT' and
14028            not 'DOT1Q' and
14029            not 'VXLAN' and
14030            not 'IP4FWD' and
14031            not 'LBOND'"
14032   parameters:
14033   - "throughput"
14034   - "parent"
14035   - "tags"
14036 #  sort:
14037 #  - "1VM"
14038 #  - "L2XCFWD"
14039 #  - "1VM"
14040 #  - "L2BDMACLRN"
14041   traces:
14042     hoverinfo: "x+y"
14043     boxpoints: "outliers"
14044     whiskerwidth: 0
14045   layout:
14046     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
14047     layout: "plot-throughput"
14048
14049 - type: "plot"
14050   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
14051   algorithm: "plot_performance_box"
14052   output-file-type: ".html"
14053   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
14054   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14055   filter: "'NIC_Intel-X520-DA2' and
14056            '64B' and
14057            'NDRPDR' and
14058            ('ETH' or 'DOT1Q') and
14059            '2T2C' and
14060            ('L2BDMACLRN' or 'L2XCFWD') and
14061            'VHOST_1024' and
14062            not 'CFS_OPT' and
14063            not 'DOT1Q' and
14064            not 'VXLAN' and
14065            not 'IP4FWD' and
14066            not 'LBOND'"
14067   parameters:
14068   - "throughput"
14069   - "parent"
14070   - "tags"
14071 #  sort:
14072 #  - "1VM"
14073 #  - "L2XCFWD"
14074 #  - "1VM"
14075 #  - "L2BDMACLRN"
14076   traces:
14077     hoverinfo: "x+y"
14078     boxpoints: "outliers"
14079     whiskerwidth: 0
14080   layout:
14081     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
14082     layout: "plot-throughput"
14083
14084 - type: "plot"
14085   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
14086   algorithm: "plot_performance_box"
14087   output-file-type: ".html"
14088   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
14089   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14090   filter: "'NIC_Intel-X520-DA2' and
14091            '64B' and
14092            'NDRPDR' and
14093            ('ETH' or 'DOT1Q') and
14094            '2T2C' and
14095            ('L2BDMACLRN' or 'L2XCFWD') and
14096            'VHOST_1024' and
14097            not 'CFS_OPT' and
14098            not 'DOT1Q' and
14099            not 'VXLAN' and
14100            not 'IP4FWD' and
14101            not 'LBOND'"
14102   parameters:
14103   - "throughput"
14104   - "parent"
14105   - "tags"
14106 #  sort:
14107 #  - "1VM"
14108 #  - "L2XCFWD"
14109 #  - "1VM"
14110 #  - "L2BDMACLRN"
14111   traces:
14112     hoverinfo: "x+y"
14113     boxpoints: "outliers"
14114     whiskerwidth: 0
14115   layout:
14116     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
14117     layout: "plot-throughput"
14118
14119 # Packet Throughput - VPP vhost ip4 3n-hsw-x710
14120 - type: "plot"
14121   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
14122   algorithm: "plot_performance_box"
14123   output-file-type: ".html"
14124   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
14125   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14126   filter: "'NIC_Intel-X710' and
14127            '64B' and
14128            'NDRPDR' and
14129            'ETH' and
14130            'IP4FWD' and
14131            '1T1C' and
14132            'VHOST_1024' and
14133            not 'VXLAN' and
14134            not 'CFS_OPT' and
14135            not 'DOT1Q'"
14136   parameters:
14137   - "throughput"
14138   - "parent"
14139   - "tags"
14140   sort:
14141   - "1VM"
14142   - "2VM"
14143   traces:
14144     hoverinfo: "x+y"
14145     boxpoints: "outliers"
14146     whiskerwidth: 0
14147   layout:
14148     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
14149     layout: "plot-throughput"
14150
14151 - type: "plot"
14152   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
14153   algorithm: "plot_performance_box"
14154   output-file-type: ".html"
14155   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
14156   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14157   filter: "'NIC_Intel-X710' and
14158            '64B' and
14159            'NDRPDR' and
14160            'ETH' and
14161            'IP4FWD' and
14162            '2T2C' and
14163            'VHOST_1024' and
14164            not 'VXLAN' and
14165            not 'CFS_OPT' and
14166            not 'DOT1Q'"
14167   parameters:
14168   - "throughput"
14169   - "parent"
14170   - "tags"
14171   sort:
14172   - "1VM"
14173   - "2VM"
14174   traces:
14175     hoverinfo: "x+y"
14176     boxpoints: "outliers"
14177     whiskerwidth: 0
14178   layout:
14179     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
14180     layout: "plot-throughput"
14181
14182 - type: "plot"
14183   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
14184   algorithm: "plot_performance_box"
14185   output-file-type: ".html"
14186   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
14187   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14188   filter: "'NIC_Intel-X710' and
14189            '64B' and
14190            'NDRPDR' and
14191            'ETH' and
14192            'IP4FWD' and
14193            '1T1C' and
14194            'VHOST_1024' and
14195            not 'VXLAN' and
14196            not 'CFS_OPT' and
14197            not 'DOT1Q'"
14198   parameters:
14199   - "throughput"
14200   - "parent"
14201   - "tags"
14202   sort:
14203   - "1VM"
14204   - "2VM"
14205   traces:
14206     hoverinfo: "x+y"
14207     boxpoints: "outliers"
14208     whiskerwidth: 0
14209   layout:
14210     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
14211     layout: "plot-throughput"
14212
14213 - type: "plot"
14214   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
14215   algorithm: "plot_performance_box"
14216   output-file-type: ".html"
14217   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
14218   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14219   filter: "'NIC_Intel-X710' and
14220            '64B' and
14221            'NDRPDR' and
14222            'ETH' and
14223            'IP4FWD' and
14224            '2T2C' and
14225            'VHOST_1024' and
14226            not 'VXLAN' and
14227            not 'CFS_OPT' and
14228            not 'DOT1Q'"
14229   parameters:
14230   - "throughput"
14231   - "parent"
14232   - "tags"
14233   sort:
14234   - "1VM"
14235   - "2VM"
14236   traces:
14237     hoverinfo: "x+y"
14238     boxpoints: "outliers"
14239     whiskerwidth: 0
14240   layout:
14241     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
14242     layout: "plot-throughput"
14243
14244 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base
14245 - type: "plot"
14246   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
14247   algorithm: "plot_performance_box"
14248   output-file-type: ".html"
14249   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
14250   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14251   filter: "'NIC_Intel-X710' and
14252            '64B' and
14253            'NDRPDR' and
14254            ('ETH' or 'DOT1Q') and
14255            'BASE' and
14256            '1T1C' and
14257            ('L2BDMACLRN' or 'L2XCFWD') and
14258            'VHOST_1024' and
14259            not 'VXLAN' and
14260            not 'IP4FWD' and
14261            not '2VM'"
14262   parameters:
14263   - "throughput"
14264   - "parent"
14265   - "tags"
14266   sort:
14267   - "L2BDMACLRN"
14268   - "L2BDMACLRN"
14269   - "L2BDMACLRN"
14270   - "L2XCFWD"
14271   - "L2XCFWD"
14272   - "L2XCFWD"
14273   traces:
14274     hoverinfo: "x+y"
14275     boxpoints: "outliers"
14276     whiskerwidth: 0
14277   layout:
14278     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
14279     layout: "plot-throughput"
14280
14281 - type: "plot"
14282   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
14283   algorithm: "plot_performance_box"
14284   output-file-type: ".html"
14285   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
14286   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14287   filter: "'NIC_Intel-X710' and
14288            '64B' and
14289            'NDRPDR' and
14290            ('ETH' or 'DOT1Q') and
14291            'BASE' and
14292            '1T1C' and
14293            ('L2BDMACLRN' or 'L2XCFWD') and
14294            'VHOST_1024' and
14295            not 'VXLAN' and
14296            not 'IP4FWD' and
14297            not '2VM'"
14298   parameters:
14299   - "throughput"
14300   - "parent"
14301   - "tags"
14302   sort:
14303   - "L2BDMACLRN"
14304   - "L2BDMACLRN"
14305   - "L2BDMACLRN"
14306   - "L2XCFWD"
14307   - "L2XCFWD"
14308   - "L2XCFWD"
14309   traces:
14310     hoverinfo: "x+y"
14311     boxpoints: "outliers"
14312     whiskerwidth: 0
14313   layout:
14314     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
14315     layout: "plot-throughput"
14316
14317 - type: "plot"
14318   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
14319   algorithm: "plot_performance_box"
14320   output-file-type: ".html"
14321   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
14322   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14323   filter: "'NIC_Intel-X710' and
14324            '64B' and
14325            'NDRPDR' and
14326            ('ETH' or 'DOT1Q') and
14327            'BASE' and
14328            '2T2C' and
14329            ('L2BDMACLRN' or 'L2XCFWD') and
14330            'VHOST_1024' and
14331            not 'VXLAN' and
14332            not 'IP4FWD' and
14333            not '2VM'"
14334   parameters:
14335   - "throughput"
14336   - "parent"
14337   - "tags"
14338   sort:
14339   - "L2BDMACLRN"
14340   - "L2BDMACLRN"
14341   - "L2BDMACLRN"
14342   - "L2XCFWD"
14343   - "L2XCFWD"
14344   - "L2XCFWD"
14345   traces:
14346     hoverinfo: "x+y"
14347     boxpoints: "outliers"
14348     whiskerwidth: 0
14349   layout:
14350     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
14351     layout: "plot-throughput"
14352
14353 - type: "plot"
14354   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
14355   algorithm: "plot_performance_box"
14356   output-file-type: ".html"
14357   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
14358   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14359   filter: "'NIC_Intel-X710' and
14360            '64B' and
14361            'NDRPDR' and
14362            ('ETH' or 'DOT1Q') and
14363            'BASE' and
14364            '2T2C' and
14365            ('L2BDMACLRN' or 'L2XCFWD') and
14366            'VHOST_1024' and
14367            not 'VXLAN' and
14368            not 'IP4FWD' and
14369            not '2VM'"
14370   parameters:
14371   - "throughput"
14372   - "parent"
14373   - "tags"
14374   sort:
14375   - "L2BDMACLRN"
14376   - "L2BDMACLRN"
14377   - "L2BDMACLRN"
14378   - "L2XCFWD"
14379   - "L2XCFWD"
14380   - "L2XCFWD"
14381   traces:
14382     hoverinfo: "x+y"
14383     boxpoints: "outliers"
14384     whiskerwidth: 0
14385   layout:
14386     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
14387     layout: "plot-throughput"
14388
14389 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base vm
14390 - type: "plot"
14391   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr"
14392   algorithm: "plot_performance_box"
14393   output-file-type: ".html"
14394   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr"
14395   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14396   filter: "'NIC_Intel-X710' and
14397            '64B' and
14398            'NDRPDR' and
14399            ('ETH' or 'DOT1Q') and
14400            '1T1C' and
14401            ('L2BDMACLRN' or 'L2XCFWD') and
14402            'VHOST_1024' and
14403            not 'CFS_OPT' and
14404            not 'VXLAN' and
14405            not 'IP4FWD' and
14406            not 'LBOND'"
14407   parameters:
14408   - "throughput"
14409   - "parent"
14410   - "tags"
14411   sort:
14412   - "L2BDMACLRN"
14413   - "L2BDMACLRN"
14414   - "L2BDMACLRN"
14415   - "L2XCFWD"
14416   - "L2XCFWD"
14417   - "L2XCFWD"
14418   traces:
14419     hoverinfo: "x+y"
14420     boxpoints: "outliers"
14421     whiskerwidth: 0
14422   layout:
14423     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr"
14424     layout: "plot-throughput"
14425
14426 - type: "plot"
14427   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-pdr"
14428   algorithm: "plot_performance_box"
14429   output-file-type: ".html"
14430   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-pdr"
14431   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14432   filter: "'NIC_Intel-X710' and
14433            '64B' and
14434            'NDRPDR' and
14435            ('ETH' or 'DOT1Q') and
14436            '1T1C' and
14437            ('L2BDMACLRN' or 'L2XCFWD') and
14438            'VHOST_1024' and
14439            not 'CFS_OPT' and
14440            not 'VXLAN' and
14441            not 'IP4FWD' and
14442            not 'LBOND'"
14443   parameters:
14444   - "throughput"
14445   - "parent"
14446   - "tags"
14447   sort:
14448   - "L2BDMACLRN"
14449   - "L2BDMACLRN"
14450   - "L2BDMACLRN"
14451   - "L2XCFWD"
14452   - "L2XCFWD"
14453   - "L2XCFWD"
14454   traces:
14455     hoverinfo: "x+y"
14456     boxpoints: "outliers"
14457     whiskerwidth: 0
14458   layout:
14459     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-pdr"
14460     layout: "plot-throughput"
14461
14462 - type: "plot"
14463   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr"
14464   algorithm: "plot_performance_box"
14465   output-file-type: ".html"
14466   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr"
14467   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14468   filter: "'NIC_Intel-X710' and
14469            '64B' and
14470            'NDRPDR' and
14471            ('ETH' or 'DOT1Q') and
14472            '2T2C' and
14473            ('L2BDMACLRN' or 'L2XCFWD') and
14474            'VHOST_1024' and
14475            not 'CFS_OPT' and
14476            not 'VXLAN' and
14477            not 'IP4FWD' and
14478            not 'LBOND'"
14479   parameters:
14480   - "throughput"
14481   - "parent"
14482   - "tags"
14483   sort:
14484   - "L2BDMACLRN"
14485   - "L2BDMACLRN"
14486   - "L2BDMACLRN"
14487   - "L2XCFWD"
14488   - "L2XCFWD"
14489   - "L2XCFWD"
14490   traces:
14491     hoverinfo: "x+y"
14492     boxpoints: "outliers"
14493     whiskerwidth: 0
14494   layout:
14495     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr"
14496     layout: "plot-throughput"
14497
14498 - type: "plot"
14499   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-pdr"
14500   algorithm: "plot_performance_box"
14501   output-file-type: ".html"
14502   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-pdr"
14503   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14504   filter: "'NIC_Intel-X710' and
14505            '64B' and
14506            'NDRPDR' and
14507            ('ETH' or 'DOT1Q') and
14508            '2T2C' and
14509            ('L2BDMACLRN' or 'L2XCFWD') and
14510            'VHOST_1024' and
14511            not 'CFS_OPT' and
14512            not 'VXLAN' and
14513            not 'IP4FWD' and
14514            not 'LBOND'"
14515   parameters:
14516   - "throughput"
14517   - "parent"
14518   - "tags"
14519   sort:
14520   - "L2BDMACLRN"
14521   - "L2BDMACLRN"
14522   - "L2BDMACLRN"
14523   - "L2XCFWD"
14524   - "L2XCFWD"
14525   - "L2XCFWD"
14526   traces:
14527     hoverinfo: "x+y"
14528     boxpoints: "outliers"
14529     whiskerwidth: 0
14530   layout:
14531     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-pdr"
14532     layout: "plot-throughput"
14533
14534 # Packet Throughput - VPP vhost ip4 3n-skx-x710
14535 - type: "plot"
14536   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
14537   algorithm: "plot_performance_box"
14538   output-file-type: ".html"
14539   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
14540   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14541   filter: "'NIC_Intel-X710' and
14542            '64B' and
14543            'NDRPDR' and
14544            'ETH' and
14545            'IP4FWD' and
14546            '2T1C' and
14547            'VHOST_1024' and
14548            not 'VXLAN' and
14549            not 'DOT1Q'"
14550   parameters:
14551   - "throughput"
14552   - "parent"
14553   - "tags"
14554   sort:
14555   - "1VM"
14556   - "2VM"
14557   traces:
14558     hoverinfo: "x+y"
14559     boxpoints: "outliers"
14560     whiskerwidth: 0
14561   layout:
14562     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
14563     layout: "plot-throughput"
14564
14565 - type: "plot"
14566   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
14567   algorithm: "plot_performance_box"
14568   output-file-type: ".html"
14569   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
14570   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14571   filter: "'NIC_Intel-X710' and
14572            '64B' and
14573            'NDRPDR' and
14574            'ETH' and
14575            'IP4FWD' and
14576            '4T2C' and
14577            'VHOST_1024' and
14578            not 'VXLAN' and
14579            not 'DOT1Q'"
14580   parameters:
14581   - "throughput"
14582   - "parent"
14583   - "tags"
14584   sort:
14585   - "1VM"
14586   - "2VM"
14587   traces:
14588     hoverinfo: "x+y"
14589     boxpoints: "outliers"
14590     whiskerwidth: 0
14591   layout:
14592     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
14593     layout: "plot-throughput"
14594
14595 - type: "plot"
14596   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
14597   algorithm: "plot_performance_box"
14598   output-file-type: ".html"
14599   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
14600   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14601   filter: "'NIC_Intel-X710' and
14602            '64B' and
14603            'NDRPDR' and
14604            'ETH' and
14605            'IP4FWD' and
14606            '2T1C' and
14607            'VHOST_1024' and
14608            not 'VXLAN' and
14609            not 'DOT1Q'"
14610   parameters:
14611   - "throughput"
14612   - "parent"
14613   - "tags"
14614   sort:
14615   - "1VM"
14616   - "2VM"
14617   traces:
14618     hoverinfo: "x+y"
14619     boxpoints: "outliers"
14620     whiskerwidth: 0
14621   layout:
14622     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
14623     layout: "plot-throughput"
14624
14625 - type: "plot"
14626   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
14627   algorithm: "plot_performance_box"
14628   output-file-type: ".html"
14629   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
14630   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14631   filter: "'NIC_Intel-X710' and
14632            '64B' and
14633            'NDRPDR' and
14634            'ETH' and
14635            'IP4FWD' and
14636            '4T2C' and
14637            'VHOST_1024' and
14638            not 'VXLAN' and
14639            not 'DOT1Q'"
14640   parameters:
14641   - "throughput"
14642   - "parent"
14643   - "tags"
14644   sort:
14645   - "1VM"
14646   - "2VM"
14647   traces:
14648     hoverinfo: "x+y"
14649     boxpoints: "outliers"
14650     whiskerwidth: 0
14651   layout:
14652     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
14653     layout: "plot-throughput"
14654
14655 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base
14656 - type: "plot"
14657   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr"
14658   algorithm: "plot_performance_box"
14659   output-file-type: ".html"
14660   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr"
14661   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14662   filter: "'NIC_Intel-X710' and
14663            '64B' and
14664            'NDRPDR' and
14665            ('ETH' or 'DOT1Q') and
14666            'BASE' and
14667            '2T1C' and
14668            ('L2BDMACLRN' or 'L2XCFWD') and
14669            'VHOST_1024' and
14670            not 'VXLAN' and
14671            not 'IP4FWD' and
14672            not '2VM'"
14673   parameters:
14674   - "throughput"
14675   - "parent"
14676   - "tags"
14677   sort:
14678   - "L2BDMACLRN"
14679   - "L2BDMACLRN"
14680   - "L2BDMACLRN"
14681   - "L2XCFWD"
14682   - "L2XCFWD"
14683   - "L2XCFWD"
14684   traces:
14685     hoverinfo: "x+y"
14686     boxpoints: "outliers"
14687     whiskerwidth: 0
14688   layout:
14689     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr"
14690     layout: "plot-throughput"
14691
14692 - type: "plot"
14693   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-pdr"
14694   algorithm: "plot_performance_box"
14695   output-file-type: ".html"
14696   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-pdr"
14697   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14698   filter: "'NIC_Intel-X710' and
14699            '64B' and
14700            'NDRPDR' and
14701            ('ETH' or 'DOT1Q') and
14702            'BASE' and
14703            '2T1C' and
14704            ('L2BDMACLRN' or 'L2XCFWD') and
14705            'VHOST_1024' and
14706            not 'VXLAN' and
14707            not 'IP4FWD' and
14708            not '2VM'"
14709   parameters:
14710   - "throughput"
14711   - "parent"
14712   - "tags"
14713   sort:
14714   - "L2BDMACLRN"
14715   - "L2BDMACLRN"
14716   - "L2BDMACLRN"
14717   - "L2XCFWD"
14718   - "L2XCFWD"
14719   - "L2XCFWD"
14720   traces:
14721     hoverinfo: "x+y"
14722     boxpoints: "outliers"
14723     whiskerwidth: 0
14724   layout:
14725     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-pdr"
14726     layout: "plot-throughput"
14727
14728 - type: "plot"
14729   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr"
14730   algorithm: "plot_performance_box"
14731   output-file-type: ".html"
14732   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr"
14733   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14734   filter: "'NIC_Intel-X710' and
14735            '64B' and
14736            'NDRPDR' and
14737            ('ETH' or 'DOT1Q') and
14738            'BASE' and
14739            '4T2C' and
14740            ('L2BDMACLRN' or 'L2XCFWD') and
14741            'VHOST_1024' and
14742            not 'VXLAN' and
14743            not 'IP4FWD' and
14744            not '2VM'"
14745   parameters:
14746   - "throughput"
14747   - "parent"
14748   - "tags"
14749   sort:
14750   - "L2BDMACLRN"
14751   - "L2BDMACLRN"
14752   - "L2BDMACLRN"
14753   - "L2XCFWD"
14754   - "L2XCFWD"
14755   - "L2XCFWD"
14756   traces:
14757     hoverinfo: "x+y"
14758     boxpoints: "outliers"
14759     whiskerwidth: 0
14760   layout:
14761     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr"
14762     layout: "plot-throughput"
14763
14764 - type: "plot"
14765   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-pdr"
14766   algorithm: "plot_performance_box"
14767   output-file-type: ".html"
14768   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-pdr"
14769   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14770   filter: "'NIC_Intel-X710' and
14771            '64B' and
14772            'NDRPDR' and
14773            ('ETH' or 'DOT1Q') and
14774            'BASE' and
14775            '4T2C' and
14776            ('L2BDMACLRN' or 'L2XCFWD') and
14777            'VHOST_1024' and
14778            not 'VXLAN' and
14779            not 'IP4FWD' and
14780            not '2VM'"
14781   parameters:
14782   - "throughput"
14783   - "parent"
14784   - "tags"
14785   sort:
14786   - "L2BDMACLRN"
14787   - "L2BDMACLRN"
14788   - "L2BDMACLRN"
14789   - "L2XCFWD"
14790   - "L2XCFWD"
14791   - "L2XCFWD"
14792   traces:
14793     hoverinfo: "x+y"
14794     boxpoints: "outliers"
14795     whiskerwidth: 0
14796   layout:
14797     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-pdr"
14798     layout: "plot-throughput"
14799
14800 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base vm
14801 - type: "plot"
14802   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr"
14803   algorithm: "plot_performance_box"
14804   output-file-type: ".html"
14805   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr"
14806   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14807   filter: "'NIC_Intel-X710' and
14808            '64B' and
14809            'NDRPDR' and
14810            ('ETH' or 'DOT1Q') and
14811            '2T1C' and
14812            ('L2BDMACLRN' or 'L2XCFWD') and
14813            'VHOST_1024' and
14814            not 'CFS_OPT' and
14815            not 'VXLAN' and
14816            not 'IP4FWD' and
14817            not 'LBOND'"
14818   parameters:
14819   - "throughput"
14820   - "parent"
14821   - "tags"
14822   sort:
14823   - "L2BDMACLRN"
14824   - "L2BDMACLRN"
14825   - "L2BDMACLRN"
14826   - "L2XCFWD"
14827   - "L2XCFWD"
14828   - "L2XCFWD"
14829   traces:
14830     hoverinfo: "x+y"
14831     boxpoints: "outliers"
14832     whiskerwidth: 0
14833   layout:
14834     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr"
14835     layout: "plot-throughput"
14836
14837 - type: "plot"
14838   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-pdr"
14839   algorithm: "plot_performance_box"
14840   output-file-type: ".html"
14841   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-pdr"
14842   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14843   filter: "'NIC_Intel-X710' and
14844            '64B' and
14845            'NDRPDR' and
14846            ('ETH' or 'DOT1Q') and
14847            '2T1C' and
14848            ('L2BDMACLRN' or 'L2XCFWD') and
14849            'VHOST_1024' and
14850            not 'CFS_OPT' and
14851            not 'VXLAN' and
14852            not 'IP4FWD' and
14853            not 'LBOND'"
14854   parameters:
14855   - "throughput"
14856   - "parent"
14857   - "tags"
14858   sort:
14859   - "L2BDMACLRN"
14860   - "L2BDMACLRN"
14861   - "L2BDMACLRN"
14862   - "L2XCFWD"
14863   - "L2XCFWD"
14864   - "L2XCFWD"
14865   traces:
14866     hoverinfo: "x+y"
14867     boxpoints: "outliers"
14868     whiskerwidth: 0
14869   layout:
14870     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-pdr"
14871     layout: "plot-throughput"
14872
14873 - type: "plot"
14874   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr"
14875   algorithm: "plot_performance_box"
14876   output-file-type: ".html"
14877   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr"
14878   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14879   filter: "'NIC_Intel-X710' and
14880            '64B' and
14881            'NDRPDR' and
14882            ('ETH' or 'DOT1Q') and
14883            '4T2C' and
14884            ('L2BDMACLRN' or 'L2XCFWD') and
14885            'VHOST_1024' and
14886            not 'CFS_OPT' and
14887            not 'VXLAN' and
14888            not 'IP4FWD' and
14889            not 'LBOND'"
14890   parameters:
14891   - "throughput"
14892   - "parent"
14893   - "tags"
14894   sort:
14895   - "L2BDMACLRN"
14896   - "L2BDMACLRN"
14897   - "L2BDMACLRN"
14898   - "L2XCFWD"
14899   - "L2XCFWD"
14900   - "L2XCFWD"
14901   traces:
14902     hoverinfo: "x+y"
14903     boxpoints: "outliers"
14904     whiskerwidth: 0
14905   layout:
14906     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr"
14907     layout: "plot-throughput"
14908
14909 - type: "plot"
14910   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-pdr"
14911   algorithm: "plot_performance_box"
14912   output-file-type: ".html"
14913   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-pdr"
14914   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14915   filter: "'NIC_Intel-X710' and
14916            '64B' and
14917            'NDRPDR' and
14918            ('ETH' or 'DOT1Q') and
14919            '4T2C' and
14920            ('L2BDMACLRN' or 'L2XCFWD') and
14921            'VHOST_1024' and
14922            not 'CFS_OPT' and
14923            not 'VXLAN' and
14924            not 'IP4FWD' and
14925            not 'LBOND'"
14926   parameters:
14927   - "throughput"
14928   - "parent"
14929   - "tags"
14930   sort:
14931   - "L2BDMACLRN"
14932   - "L2BDMACLRN"
14933   - "L2BDMACLRN"
14934   - "L2XCFWD"
14935   - "L2XCFWD"
14936   - "L2XCFWD"
14937   traces:
14938     hoverinfo: "x+y"
14939     boxpoints: "outliers"
14940     whiskerwidth: 0
14941   layout:
14942     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-pdr"
14943     layout: "plot-throughput"
14944
14945 # Packet Throughput - VPP vhost ip4 2n-skx-x710
14946 - type: "plot"
14947   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
14948   algorithm: "plot_performance_box"
14949   output-file-type: ".html"
14950   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
14951   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14952   filter: "'NIC_Intel-X710' and
14953            '64B' and
14954            'NDRPDR' and
14955            'ETH' and
14956            'IP4FWD' and
14957            '2T1C' and
14958            'VHOST_1024' and
14959            not 'VXLAN' and
14960            not 'NF_DENSITY' and
14961            not 'CFS_OPT' and
14962            not 'DOT1Q'"
14963   parameters:
14964   - "throughput"
14965   - "parent"
14966   - "tags"
14967   sort:
14968   - "1VM"
14969   - "2VM"
14970   traces:
14971     hoverinfo: "x+y"
14972     boxpoints: "outliers"
14973     whiskerwidth: 0
14974   layout:
14975     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
14976     layout: "plot-throughput"
14977
14978 - type: "plot"
14979   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
14980   algorithm: "plot_performance_box"
14981   output-file-type: ".html"
14982   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
14983   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14984   filter: "'NIC_Intel-X710' and
14985            '64B' and
14986            'NDRPDR' and
14987            'ETH' and
14988            'IP4FWD' and
14989            '4T2C' and
14990            'VHOST_1024' and
14991            not 'VXLAN' and
14992            not 'NF_DENSITY' and
14993            not 'CFS_OPT' and
14994            not 'DOT1Q'"
14995   parameters:
14996   - "throughput"
14997   - "parent"
14998   - "tags"
14999   sort:
15000   - "1VM"
15001   - "2VM"
15002   traces:
15003     hoverinfo: "x+y"
15004     boxpoints: "outliers"
15005     whiskerwidth: 0
15006   layout:
15007     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
15008     layout: "plot-throughput"
15009
15010 - type: "plot"
15011   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
15012   algorithm: "plot_performance_box"
15013   output-file-type: ".html"
15014   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
15015   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15016   filter: "'NIC_Intel-X710' and
15017            '64B' and
15018            'NDRPDR' and
15019            'ETH' and
15020            'IP4FWD' and
15021            '2T1C' and
15022            'VHOST_1024' and
15023            not 'VXLAN' and
15024            not 'NF_DENSITY' and
15025            not 'CFS_OPT' and
15026            not 'DOT1Q'"
15027   parameters:
15028   - "throughput"
15029   - "parent"
15030   - "tags"
15031   sort:
15032   - "1VM"
15033   - "2VM"
15034   traces:
15035     hoverinfo: "x+y"
15036     boxpoints: "outliers"
15037     whiskerwidth: 0
15038   layout:
15039     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
15040     layout: "plot-throughput"
15041
15042 - type: "plot"
15043   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
15044   algorithm: "plot_performance_box"
15045   output-file-type: ".html"
15046   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
15047   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15048   filter: "'NIC_Intel-X710' and
15049            '64B' and
15050            'NDRPDR' and
15051            'ETH' and
15052            'IP4FWD' and
15053            '4T2C' and
15054            'VHOST_1024' and
15055            not 'VXLAN' and
15056            not 'NF_DENSITY' and
15057            not 'CFS_OPT' and
15058            not 'DOT1Q'"
15059   parameters:
15060   - "throughput"
15061   - "parent"
15062   - "tags"
15063   sort:
15064   - "1VM"
15065   - "2VM"
15066   traces:
15067     hoverinfo: "x+y"
15068     boxpoints: "outliers"
15069     whiskerwidth: 0
15070   layout:
15071     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
15072     layout: "plot-throughput"
15073
15074 # Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base
15075 - type: "plot"
15076   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr"
15077   algorithm: "plot_performance_box"
15078   output-file-type: ".html"
15079   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr"
15080   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15081   filter: "'NIC_Intel-X710' and
15082            '64B' and
15083            'NDRPDR' and
15084            ('ETH' or 'DOT1Q') and
15085            'BASE' and
15086            '2T1C' and
15087            ('L2BDMACLRN' or 'L2XCFWD') and
15088            'VHOST_1024' and
15089            not 'VXLAN' and
15090            not 'NF_DENSITY' and
15091            not 'IP4FWD' and
15092            not '2VM'"
15093   parameters:
15094   - "throughput"
15095   - "parent"
15096   - "tags"
15097 #  sort:
15098 #  - "not CFS_OPT"
15099 #  - "L2XCFWD"
15100 #  - "not CFS_OPT"
15101 #  - "CFS_OPT"
15102   traces:
15103     hoverinfo: "x+y"
15104     boxpoints: "outliers"
15105     whiskerwidth: 0
15106   layout:
15107     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr"
15108     layout: "plot-throughput"
15109
15110 - type: "plot"
15111   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-pdr"
15112   algorithm: "plot_performance_box"
15113   output-file-type: ".html"
15114   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-pdr"
15115   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15116   filter: "'NIC_Intel-X710' and
15117            '64B' and
15118            'NDRPDR' and
15119            ('ETH' or 'DOT1Q') and
15120            'BASE' and
15121            '2T1C' and
15122            ('L2BDMACLRN' or 'L2XCFWD') and
15123            'VHOST_1024' and
15124            not 'VXLAN' and
15125            not 'NF_DENSITY' and
15126            not 'IP4FWD' and
15127            not '2VM'"
15128   parameters:
15129   - "throughput"
15130   - "parent"
15131   - "tags"
15132 #  sort:
15133 #  - "not CFS_OPT"
15134 #  - "L2XCFWD"
15135 #  - "not CFS_OPT"
15136 #  - "CFS_OPT"
15137   traces:
15138     hoverinfo: "x+y"
15139     boxpoints: "outliers"
15140     whiskerwidth: 0
15141   layout:
15142     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-pdr"
15143     layout: "plot-throughput"
15144
15145 - type: "plot"
15146   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr"
15147   algorithm: "plot_performance_box"
15148   output-file-type: ".html"
15149   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr"
15150   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15151   filter: "'NIC_Intel-X710' and
15152            '64B' and
15153            'NDRPDR' and
15154            ('ETH' or 'DOT1Q') and
15155            'BASE' and
15156            '4T2C' and
15157            ('L2BDMACLRN' or 'L2XCFWD') and
15158            'VHOST_1024' and
15159            not 'VXLAN' and
15160            not 'NF_DENSITY' and
15161            not 'IP4FWD' and
15162            not '2VM'"
15163   parameters:
15164   - "throughput"
15165   - "parent"
15166   - "tags"
15167 #  sort:
15168 #  - "not CFS_OPT"
15169 #  - "L2XCFWD"
15170 #  - "not CFS_OPT"
15171 #  - "CFS_OPT"
15172   traces:
15173     hoverinfo: "x+y"
15174     boxpoints: "outliers"
15175     whiskerwidth: 0
15176   layout:
15177     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr"
15178     layout: "plot-throughput"
15179
15180 - type: "plot"
15181   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-pdr"
15182   algorithm: "plot_performance_box"
15183   output-file-type: ".html"
15184   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-pdr"
15185   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15186   filter: "'NIC_Intel-X710' and
15187            '64B' and
15188            'NDRPDR' and
15189            ('ETH' or 'DOT1Q') and
15190            'BASE' and
15191            '4T2C' and
15192            ('L2BDMACLRN' or 'L2XCFWD') and
15193            'VHOST_1024' and
15194            not 'VXLAN' and
15195            not 'NF_DENSITY' and
15196            not 'IP4FWD' and
15197            not '2VM'"
15198   parameters:
15199   - "throughput"
15200   - "parent"
15201   - "tags"
15202 #  sort:
15203 #  - "not CFS_OPT"
15204 #  - "L2XCFWD"
15205 #  - "not CFS_OPT"
15206 #  - "CFS_OPT"
15207   traces:
15208     hoverinfo: "x+y"
15209     boxpoints: "outliers"
15210     whiskerwidth: 0
15211   layout:
15212     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-pdr"
15213     layout: "plot-throughput"
15214
15215 # Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base vm
15216 - type: "plot"
15217   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
15218   algorithm: "plot_performance_box"
15219   output-file-type: ".html"
15220   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
15221   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15222   filter: "'NIC_Intel-X710' and
15223            '64B' and
15224            'NDRPDR' and
15225            ('ETH' or 'DOT1Q') and
15226            '2T1C' and
15227            ('L2BDMACLRN' or 'L2XCFWD') and
15228            'VHOST_1024' and
15229            not 'CFS_OPT' and
15230            not 'VXLAN' and
15231            not 'NF_DENSITY' and
15232            not 'DOT1Q' and
15233            not 'IP4FWD'"
15234   parameters:
15235   - "throughput"
15236   - "parent"
15237   - "tags"
15238 #  sort:
15239 #  - "1VM"
15240 #  - "L2XCFWD"
15241 #  - "1VM"
15242 #  - "L2BDMACLRN"
15243   traces:
15244     hoverinfo: "x+y"
15245     boxpoints: "outliers"
15246     whiskerwidth: 0
15247   layout:
15248     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
15249     layout: "plot-throughput"
15250
15251 - type: "plot"
15252   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
15253   algorithm: "plot_performance_box"
15254   output-file-type: ".html"
15255   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
15256   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15257   filter: "'NIC_Intel-X710' and
15258            '64B' and
15259            'NDRPDR' and
15260            ('ETH' or 'DOT1Q') and
15261            '2T1C' and
15262            ('L2BDMACLRN' or 'L2XCFWD') and
15263            'VHOST_1024' and
15264            not 'CFS_OPT' and
15265            not 'VXLAN' and
15266            not 'NF_DENSITY' and
15267            not 'DOT1Q' and
15268            not 'IP4FWD'"
15269   parameters:
15270   - "throughput"
15271   - "parent"
15272   - "tags"
15273 #  sort:
15274 #  - "1VM"
15275 #  - "L2XCFWD"
15276 #  - "1VM"
15277 #  - "L2BDMACLRN"
15278   traces:
15279     hoverinfo: "x+y"
15280     boxpoints: "outliers"
15281     whiskerwidth: 0
15282   layout:
15283     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
15284     layout: "plot-throughput"
15285
15286 - type: "plot"
15287   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
15288   algorithm: "plot_performance_box"
15289   output-file-type: ".html"
15290   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
15291   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15292   filter: "'NIC_Intel-X710' and
15293            '64B' and
15294            'NDRPDR' and
15295            ('ETH' or 'DOT1Q') and
15296            '4T2C' and
15297            ('L2BDMACLRN' or 'L2XCFWD') and
15298            'VHOST_1024' and
15299            not 'CFS_OPT' and
15300            not 'VXLAN' and
15301            not 'NF_DENSITY' and
15302            not 'DOT1Q' and
15303            not 'IP4FWD'"
15304   parameters:
15305   - "throughput"
15306   - "parent"
15307   - "tags"
15308 #  sort:
15309 #  - "1VM"
15310 #  - "L2XCFWD"
15311 #  - "1VM"
15312 #  - "L2BDMACLRN"
15313   traces:
15314     hoverinfo: "x+y"
15315     boxpoints: "outliers"
15316     whiskerwidth: 0
15317   layout:
15318     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
15319     layout: "plot-throughput"
15320
15321 - type: "plot"
15322   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
15323   algorithm: "plot_performance_box"
15324   output-file-type: ".html"
15325   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
15326   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15327   filter: "'NIC_Intel-X710' and
15328            '64B' and
15329            'NDRPDR' and
15330            ('ETH' or 'DOT1Q') and
15331            '4T2C' and
15332            ('L2BDMACLRN' or 'L2XCFWD') and
15333            'VHOST_1024' and
15334            not 'CFS_OPT' and
15335            not 'VXLAN' and
15336            not 'NF_DENSITY' and
15337            not 'DOT1Q' and
15338            not 'IP4FWD'"
15339   parameters:
15340   - "throughput"
15341   - "parent"
15342   - "tags"
15343 #  sort:
15344 #  - "1VM"
15345 #  - "L2XCFWD"
15346 #  - "1VM"
15347 #  - "L2BDMACLRN"
15348   traces:
15349     hoverinfo: "x+y"
15350     boxpoints: "outliers"
15351     whiskerwidth: 0
15352   layout:
15353     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
15354     layout: "plot-throughput"
15355
15356 # Packet Throughput - VPP vhost ip4 2n-skx-xxv710
15357 - type: "plot"
15358   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
15359   algorithm: "plot_performance_box"
15360   output-file-type: ".html"
15361   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
15362   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15363   filter: "'NIC_Intel-XXV710' and
15364            '64B' and
15365            'NDRPDR' and
15366            'ETH' and
15367            'IP4FWD' and
15368            '2T1C' and
15369            'VHOST_1024' and
15370            not 'VXLAN' and
15371            not 'CFS_OPT' and
15372            not 'DOT1Q'"
15373   parameters:
15374   - "throughput"
15375   - "parent"
15376   - "tags"
15377   sort:
15378   - "1VM"
15379   - "2VM"
15380   traces:
15381     hoverinfo: "x+y"
15382     boxpoints: "outliers"
15383     whiskerwidth: 0
15384   layout:
15385     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
15386     layout: "plot-throughput"
15387
15388 - type: "plot"
15389   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
15390   algorithm: "plot_performance_box"
15391   output-file-type: ".html"
15392   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
15393   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15394   filter: "'NIC_Intel-XXV710' and
15395            '64B' and
15396            'NDRPDR' and
15397            'ETH' and
15398            'IP4FWD' and
15399            '4T2C' and
15400            'VHOST_1024' and
15401            not 'VXLAN' and
15402            not 'CFS_OPT' and
15403            not 'DOT1Q'"
15404   parameters:
15405   - "throughput"
15406   - "parent"
15407   - "tags"
15408   sort:
15409   - "1VM"
15410   - "2VM"
15411   traces:
15412     hoverinfo: "x+y"
15413     boxpoints: "outliers"
15414     whiskerwidth: 0
15415   layout:
15416     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
15417     layout: "plot-throughput"
15418
15419 - type: "plot"
15420   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
15421   algorithm: "plot_performance_box"
15422   output-file-type: ".html"
15423   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
15424   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15425   filter: "'NIC_Intel-XXV710' and
15426            '64B' and
15427            'NDRPDR' and
15428            'ETH' and
15429            'IP4FWD' and
15430            '2T1C' and
15431            'VHOST_1024' and
15432            not 'VXLAN' and
15433            not 'CFS_OPT' and
15434            not 'DOT1Q'"
15435   parameters:
15436   - "throughput"
15437   - "parent"
15438   - "tags"
15439   sort:
15440   - "1VM"
15441   - "2VM"
15442   traces:
15443     hoverinfo: "x+y"
15444     boxpoints: "outliers"
15445     whiskerwidth: 0
15446   layout:
15447     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
15448     layout: "plot-throughput"
15449
15450 - type: "plot"
15451   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
15452   algorithm: "plot_performance_box"
15453   output-file-type: ".html"
15454   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
15455   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15456   filter: "'NIC_Intel-XXV710' and
15457            '64B' and
15458            'NDRPDR' and
15459            'ETH' and
15460            'IP4FWD' and
15461            '4T2C' and
15462            'VHOST_1024' and
15463            not 'VXLAN' and
15464            not 'CFS_OPT' and
15465            not 'DOT1Q'"
15466   parameters:
15467   - "throughput"
15468   - "parent"
15469   - "tags"
15470   sort:
15471   - "1VM"
15472   - "2VM"
15473   traces:
15474     hoverinfo: "x+y"
15475     boxpoints: "outliers"
15476     whiskerwidth: 0
15477   layout:
15478     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
15479     layout: "plot-throughput"
15480
15481 ## Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base
15482 #- type: "plot"
15483 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
15484 #  algorithm: "plot_performance_box"
15485 #  output-file-type: ".html"
15486 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
15487 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
15488 #  filter: "'NIC_Intel-XXV710' and
15489 #           '64B' and
15490 #           'NDRPDR' and
15491 #           ('ETH' or 'DOT1Q') and
15492 #           'BASE' and
15493 #           '2T1C' and
15494 #           ('L2BDMACLRN' or 'L2XCFWD') and
15495 #           'VHOST_1024' and
15496 #           not 'VXLAN' and
15497 #           not 'IP4FWD' and
15498 #           not '2VM'"
15499 #  parameters:
15500 #  - "throughput"
15501 #  - "parent"
15502 #  - "tags"
15503 ##  sort:
15504 ##  - "not CFS_OPT"
15505 ##  - "L2XCFWD"
15506 ##  - "not CFS_OPT"
15507 ##  - "CFS_OPT"
15508 #  traces:
15509 #    hoverinfo: "x+y"
15510 #    boxpoints: "outliers"
15511 #    whiskerwidth: 0
15512 #  layout:
15513 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
15514 #    layout: "plot-throughput"
15515 #
15516 #- type: "plot"
15517 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
15518 #  algorithm: "plot_performance_box"
15519 #  output-file-type: ".html"
15520 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
15521 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
15522 #  filter: "'NIC_Intel-XXV710' and
15523 #           '64B' and
15524 #           'NDRPDR' and
15525 #           ('ETH' or 'DOT1Q') and
15526 #           'BASE' and
15527 #           '2T1C' and
15528 #           ('L2BDMACLRN' or 'L2XCFWD') and
15529 #           'VHOST_1024' and
15530 #           not 'VXLAN' and
15531 #           not 'IP4FWD' and
15532 #           not '2VM'"
15533 #  parameters:
15534 #  - "throughput"
15535 #  - "parent"
15536 #  - "tags"
15537 ##  sort:
15538 ##  - "not CFS_OPT"
15539 ##  - "L2XCFWD"
15540 ##  - "not CFS_OPT"
15541 ##  - "CFS_OPT"
15542 #  traces:
15543 #    hoverinfo: "x+y"
15544 #    boxpoints: "outliers"
15545 #    whiskerwidth: 0
15546 #  layout:
15547 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
15548 #    layout: "plot-throughput"
15549 #
15550 #- type: "plot"
15551 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
15552 #  algorithm: "plot_performance_box"
15553 #  output-file-type: ".html"
15554 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
15555 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
15556 #  filter: "'NIC_Intel-XXV710' and
15557 #           '64B' and
15558 #           'NDRPDR' and
15559 #           ('ETH' or 'DOT1Q') and
15560 #           'BASE' and
15561 #           '4T2C' and
15562 #           ('L2BDMACLRN' or 'L2XCFWD') and
15563 #           'VHOST_1024' and
15564 #           not 'VXLAN' and
15565 #           not 'IP4FWD' and
15566 #           not '2VM'"
15567 #  parameters:
15568 #  - "throughput"
15569 #  - "parent"
15570 #  - "tags"
15571 ##  sort:
15572 ##  - "not CFS_OPT"
15573 ##  - "L2XCFWD"
15574 ##  - "not CFS_OPT"
15575 ##  - "CFS_OPT"
15576 #  traces:
15577 #    hoverinfo: "x+y"
15578 #    boxpoints: "outliers"
15579 #    whiskerwidth: 0
15580 #  layout:
15581 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
15582 #    layout: "plot-throughput"
15583 #
15584 #- type: "plot"
15585 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
15586 #  algorithm: "plot_performance_box"
15587 #  output-file-type: ".html"
15588 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
15589 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
15590 #  filter: "'NIC_Intel-XXV710' and
15591 #           '64B' and
15592 #           'NDRPDR' and
15593 #           ('ETH' or 'DOT1Q') and
15594 #           'BASE' and
15595 #           '4T2C' and
15596 #           ('L2BDMACLRN' or 'L2XCFWD') and
15597 #           'VHOST_1024' and
15598 #           not 'VXLAN' and
15599 #           not 'IP4FWD' and
15600 #           not '2VM'"
15601 #  parameters:
15602 #  - "throughput"
15603 #  - "parent"
15604 #  - "tags"
15605 ##  sort:
15606 ##  - "not CFS_OPT"
15607 ##  - "L2XCFWD"
15608 ##  - "not CFS_OPT"
15609 ##  - "CFS_OPT"
15610 #  traces:
15611 #    hoverinfo: "x+y"
15612 #    boxpoints: "outliers"
15613 #    whiskerwidth: 0
15614 #  layout:
15615 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
15616 #    layout: "plot-throughput"
15617 #
15618 ## Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base vm
15619 #- type: "plot"
15620 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
15621 #  algorithm: "plot_performance_box"
15622 #  output-file-type: ".html"
15623 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
15624 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
15625 #  filter: "'NIC_Intel-XXV710' and
15626 #           '64B' and
15627 #           'NDRPDR' and
15628 #           ('ETH' or 'DOT1Q') and
15629 #           '2T1C' and
15630 #           ('L2BDMACLRN' or 'L2XCFWD') and
15631 #           'VHOST_1024' and
15632 #           not 'CFS_OPT' and
15633 #           not 'VXLAN' and
15634 #           not 'DOT1Q' and
15635 #           not 'IP4FWD'"
15636 #  parameters:
15637 #  - "throughput"
15638 #  - "parent"
15639 #  - "tags"
15640 ##  sort:
15641 ##  - "1VM"
15642 ##  - "L2XCFWD"
15643 ##  - "1VM"
15644 ##  - "L2BDMACLRN"
15645 #  traces:
15646 #    hoverinfo: "x+y"
15647 #    boxpoints: "outliers"
15648 #    whiskerwidth: 0
15649 #  layout:
15650 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
15651 #    layout: "plot-throughput"
15652 #
15653 #- type: "plot"
15654 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
15655 #  algorithm: "plot_performance_box"
15656 #  output-file-type: ".html"
15657 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
15658 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
15659 #  filter: "'NIC_Intel-XXV710' and
15660 #           '64B' and
15661 #           'NDRPDR' and
15662 #           ('ETH' or 'DOT1Q') and
15663 #           '2T1C' and
15664 #           ('L2BDMACLRN' or 'L2XCFWD') and
15665 #           'VHOST_1024' and
15666 #           not 'CFS_OPT' and
15667 #           not 'VXLAN' and
15668 #           not 'DOT1Q' and
15669 #           not 'IP4FWD'"
15670 #  parameters:
15671 #  - "throughput"
15672 #  - "parent"
15673 #  - "tags"
15674 ##  sort:
15675 ##  - "1VM"
15676 ##  - "L2XCFWD"
15677 ##  - "1VM"
15678 ##  - "L2BDMACLRN"
15679 #  traces:
15680 #    hoverinfo: "x+y"
15681 #    boxpoints: "outliers"
15682 #    whiskerwidth: 0
15683 #  layout:
15684 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
15685 #    layout: "plot-throughput"
15686 #
15687 #- type: "plot"
15688 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
15689 #  algorithm: "plot_performance_box"
15690 #  output-file-type: ".html"
15691 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
15692 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
15693 #  filter: "'NIC_Intel-XXV710' and
15694 #           '64B' and
15695 #           'NDRPDR' and
15696 #           ('ETH' or 'DOT1Q') and
15697 #           '4T2C' and
15698 #           ('L2BDMACLRN' or 'L2XCFWD') and
15699 #           'VHOST_1024' and
15700 #           not 'CFS_OPT' and
15701 #           not 'VXLAN' and
15702 #           not 'DOT1Q' and
15703 #           not 'IP4FWD'"
15704 #  parameters:
15705 #  - "throughput"
15706 #  - "parent"
15707 #  - "tags"
15708 ##  sort:
15709 ##  - "1VM"
15710 ##  - "L2XCFWD"
15711 ##  - "1VM"
15712 ##  - "L2BDMACLRN"
15713 #  traces:
15714 #    hoverinfo: "x+y"
15715 #    boxpoints: "outliers"
15716 #    whiskerwidth: 0
15717 #  layout:
15718 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
15719 #    layout: "plot-throughput"
15720 #
15721 #- type: "plot"
15722 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
15723 #  algorithm: "plot_performance_box"
15724 #  output-file-type: ".html"
15725 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
15726 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
15727 #  filter: "'NIC_Intel-XXV710' and
15728 #           '64B' and
15729 #           'NDRPDR' and
15730 #           ('ETH' or 'DOT1Q') and
15731 #           '4T2C' and
15732 #           ('L2BDMACLRN' or 'L2XCFWD') and
15733 #           'VHOST_1024' and
15734 #           not 'CFS_OPT' and
15735 #           not 'VXLAN' and
15736 #           not 'DOT1Q' and
15737 #           not 'IP4FWD'"
15738 #  parameters:
15739 #  - "throughput"
15740 #  - "parent"
15741 #  - "tags"
15742 ##  sort:
15743 ##  - "1VM"
15744 ##  - "L2XCFWD"
15745 ##  - "1VM"
15746 ##  - "L2BDMACLRN"
15747 #  traces:
15748 #    hoverinfo: "x+y"
15749 #    boxpoints: "outliers"
15750 #    whiskerwidth: 0
15751 #  layout:
15752 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
15753 #    layout: "plot-throughput"
15754
15755 ################################################################################
15756
15757 # Packet Throughput - VPP VTS 3n-hsw-x520
15758 - type: "plot"
15759   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-ndr"
15760   algorithm: "plot_performance_box"
15761   output-file-type: ".html"
15762   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr"
15763   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15764   filter: "'NIC_Intel-X520-DA2' and
15765            '114B' and
15766            'NDRPDR' and
15767            '1T1C' and
15768            'VTS'"
15769   parameters:
15770   - "throughput"
15771   - "parent"
15772   - "tags"
15773   traces:
15774     hoverinfo: "x+y"
15775     boxpoints: "outliers"
15776     whiskerwidth: 0
15777   layout:
15778     title: "vts-3n-hsw-x520-114b-1t1c-ndr"
15779     layout: "plot-throughput"
15780
15781 - type: "plot"
15782   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-ndr"
15783   algorithm: "plot_performance_box"
15784   output-file-type: ".html"
15785   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr"
15786   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15787   filter: "'NIC_Intel-X520-DA2' and
15788            '114B' and
15789            'NDRPDR' and
15790            '2T2C' and
15791            'VTS'"
15792   parameters:
15793   - "throughput"
15794   - "parent"
15795   - "tags"
15796   traces:
15797     hoverinfo: "x+y"
15798     boxpoints: "outliers"
15799     whiskerwidth: 0
15800   layout:
15801     title: "vts-3n-hsw-x520-114b-2t2c-ndr"
15802     layout: "plot-throughput"
15803
15804 - type: "plot"
15805   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-pdr"
15806   algorithm: "plot_performance_box"
15807   output-file-type: ".html"
15808   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-pdr"
15809   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15810   filter: "'NIC_Intel-X520-DA2' and
15811            '114B' and
15812            'NDRPDR' and
15813            '1T1C' and
15814            'VTS'"
15815   parameters:
15816   - "throughput"
15817   - "parent"
15818   - "tags"
15819   traces:
15820     hoverinfo: "x+y"
15821     boxpoints: "outliers"
15822     whiskerwidth: 0
15823   layout:
15824     title: "vts-3n-hsw-x520-114b-1t1c-pdr"
15825     layout: "plot-throughput"
15826
15827 - type: "plot"
15828   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-pdr"
15829   algorithm: "plot_performance_box"
15830   output-file-type: ".html"
15831   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-pdr"
15832   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15833   filter: "'NIC_Intel-X520-DA2' and
15834            '114B' and
15835            'NDRPDR' and
15836            '2T2C' and
15837            'VTS'"
15838   parameters:
15839   - "throughput"
15840   - "parent"
15841   - "tags"
15842   traces:
15843     hoverinfo: "x+y"
15844     boxpoints: "outliers"
15845     whiskerwidth: 0
15846   layout:
15847     title: "vts-3n-hsw-x520-114b-2t2c-pdr"
15848     layout: "plot-throughput"
15849
15850 ################################################################################
15851
15852 # Packet Throughput - DPDK l3fwd 3n-hsw-x520
15853 - type: "plot"
15854   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
15855   algorithm: "plot_performance_box"
15856   output-file-type: ".html"
15857   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
15858   data: "plot-dpdk-throughput-latency-3n-hsw"
15859   filter: "'NIC_Intel-X520-DA2' and
15860            '64B' and
15861            'BASE' and
15862            'NDRPDR' and
15863            '1T1C' and
15864            'IP4FWD'"
15865   parameters:
15866   - "throughput"
15867   - "parent"
15868   - "tags"
15869   traces:
15870     hoverinfo: "x+y"
15871     boxpoints: "outliers"
15872     whiskerwidth: 0
15873   layout:
15874     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
15875     layout: "plot-throughput"
15876
15877 - type: "plot"
15878   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
15879   algorithm: "plot_performance_box"
15880   output-file-type: ".html"
15881   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
15882   data: "plot-dpdk-throughput-latency-3n-hsw"
15883   filter: "'NIC_Intel-X520-DA2' and
15884            '64B' and
15885            'BASE' and
15886            'NDRPDR' and
15887            '2T2C' and
15888            'IP4FWD'"
15889   parameters:
15890   - "throughput"
15891   - "parent"
15892   - "tags"
15893   traces:
15894     hoverinfo: "x+y"
15895     boxpoints: "outliers"
15896     whiskerwidth: 0
15897   layout:
15898     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
15899     layout: "plot-throughput"
15900
15901 - type: "plot"
15902   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
15903   algorithm: "plot_performance_box"
15904   output-file-type: ".html"
15905   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
15906   data: "plot-dpdk-throughput-latency-3n-hsw"
15907   filter: "'NIC_Intel-X520-DA2' and
15908            '64B' and
15909            'BASE' and
15910            'NDRPDR' and
15911            '1T1C' and
15912            'IP4FWD'"
15913   parameters:
15914   - "throughput"
15915   - "parent"
15916   - "tags"
15917   traces:
15918     hoverinfo: "x+y"
15919     boxpoints: "outliers"
15920     whiskerwidth: 0
15921   layout:
15922     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
15923     layout: "plot-throughput"
15924
15925 - type: "plot"
15926   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
15927   algorithm: "plot_performance_box"
15928   output-file-type: ".html"
15929   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
15930   data: "plot-dpdk-throughput-latency-3n-hsw"
15931   filter: "'NIC_Intel-X520-DA2' and
15932            '64B' and
15933            'BASE' and
15934            'NDRPDR' and
15935            '2T2C' and
15936            'IP4FWD'"
15937   parameters:
15938   - "throughput"
15939   - "parent"
15940   - "tags"
15941   traces:
15942     hoverinfo: "x+y"
15943     boxpoints: "outliers"
15944     whiskerwidth: 0
15945   layout:
15946     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
15947     layout: "plot-throughput"
15948
15949 # Packet Throughput - DPDK l3fwd 3n-hsw-x710
15950 - type: "plot"
15951   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
15952   algorithm: "plot_performance_box"
15953   output-file-type: ".html"
15954   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
15955   data: "plot-dpdk-throughput-latency-3n-hsw"
15956   filter: "'NIC_Intel-X710' and
15957            '64B' and
15958            'BASE' and
15959            'NDRPDR' and
15960            '1T1C' and
15961            'IP4FWD'"
15962   parameters:
15963   - "throughput"
15964   - "parent"
15965   - "tags"
15966   traces:
15967     hoverinfo: "x+y"
15968     boxpoints: "outliers"
15969     whiskerwidth: 0
15970   layout:
15971     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
15972     layout: "plot-throughput"
15973
15974 - type: "plot"
15975   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
15976   algorithm: "plot_performance_box"
15977   output-file-type: ".html"
15978   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
15979   data: "plot-dpdk-throughput-latency-3n-hsw"
15980   filter: "'NIC_Intel-X710' and
15981            '64B' and
15982            'BASE' and
15983            'NDRPDR' and
15984            '2T2C' and
15985            'IP4FWD'"
15986   parameters:
15987   - "throughput"
15988   - "parent"
15989   - "tags"
15990   traces:
15991     hoverinfo: "x+y"
15992     boxpoints: "outliers"
15993     whiskerwidth: 0
15994   layout:
15995     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
15996     layout: "plot-throughput"
15997
15998 - type: "plot"
15999   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
16000   algorithm: "plot_performance_box"
16001   output-file-type: ".html"
16002   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
16003   data: "plot-dpdk-throughput-latency-3n-hsw"
16004   filter: "'NIC_Intel-X710' and
16005            '64B' and
16006            'BASE' and
16007            'NDRPDR' and
16008            '1T1C' and
16009            'IP4FWD'"
16010   parameters:
16011   - "throughput"
16012   - "parent"
16013   - "tags"
16014   traces:
16015     hoverinfo: "x+y"
16016     boxpoints: "outliers"
16017     whiskerwidth: 0
16018   layout:
16019     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
16020     layout: "plot-throughput"
16021
16022 - type: "plot"
16023   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
16024   algorithm: "plot_performance_box"
16025   output-file-type: ".html"
16026   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
16027   data: "plot-dpdk-throughput-latency-3n-hsw"
16028   filter: "'NIC_Intel-X710' and
16029            '64B' and
16030            'BASE' and
16031            'NDRPDR' and
16032            '2T2C' and
16033            'IP4FWD'"
16034   parameters:
16035   - "throughput"
16036   - "parent"
16037   - "tags"
16038   traces:
16039     hoverinfo: "x+y"
16040     boxpoints: "outliers"
16041     whiskerwidth: 0
16042   layout:
16043     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
16044     layout: "plot-throughput"
16045
16046 # Packet Throughput - DPDK l3fwd 3n-hsw-xl710
16047 - type: "plot"
16048   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
16049   algorithm: "plot_performance_box"
16050   output-file-type: ".html"
16051   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
16052   data: "plot-dpdk-throughput-latency-3n-hsw"
16053   filter: "'NIC_Intel-XL710' and
16054            '64B' and
16055            'BASE' and
16056            'NDRPDR' and
16057            '1T1C' and
16058            'IP4FWD'"
16059   parameters:
16060   - "throughput"
16061   - "parent"
16062   - "tags"
16063   traces:
16064     hoverinfo: "x+y"
16065     boxpoints: "outliers"
16066     whiskerwidth: 0
16067   layout:
16068     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
16069     layout: "plot-throughput"
16070
16071 - type: "plot"
16072   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
16073   algorithm: "plot_performance_box"
16074   output-file-type: ".html"
16075   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
16076   data: "plot-dpdk-throughput-latency-3n-hsw"
16077   filter: "'NIC_Intel-XL710' and
16078            '64B' and
16079            'BASE' and
16080            'NDRPDR' and
16081            '2T2C' and
16082            'IP4FWD'"
16083   parameters:
16084   - "throughput"
16085   - "parent"
16086   - "tags"
16087   traces:
16088     hoverinfo: "x+y"
16089     boxpoints: "outliers"
16090     whiskerwidth: 0
16091   layout:
16092     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
16093     layout: "plot-throughput"
16094
16095 - type: "plot"
16096   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
16097   algorithm: "plot_performance_box"
16098   output-file-type: ".html"
16099   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
16100   data: "plot-dpdk-throughput-latency-3n-hsw"
16101   filter: "'NIC_Intel-XL710' and
16102            '64B' and
16103            'BASE' and
16104            'NDRPDR' and
16105            '1T1C' and
16106            'IP4FWD'"
16107   parameters:
16108   - "throughput"
16109   - "parent"
16110   - "tags"
16111   traces:
16112     hoverinfo: "x+y"
16113     boxpoints: "outliers"
16114     whiskerwidth: 0
16115   layout:
16116     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
16117     layout: "plot-throughput"
16118
16119 - type: "plot"
16120   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
16121   algorithm: "plot_performance_box"
16122   output-file-type: ".html"
16123   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
16124   data: "plot-dpdk-throughput-latency-3n-hsw"
16125   filter: "'NIC_Intel-XL710' and
16126            '64B' and
16127            'BASE' and
16128            'NDRPDR' and
16129            '2T2C' and
16130            'IP4FWD'"
16131   parameters:
16132   - "throughput"
16133   - "parent"
16134   - "tags"
16135   traces:
16136     hoverinfo: "x+y"
16137     boxpoints: "outliers"
16138     whiskerwidth: 0
16139   layout:
16140     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
16141     layout: "plot-throughput"
16142
16143 # Packet Throughput - DPDK l3fwd 3n-skx-x710
16144 - type: "plot"
16145   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
16146   algorithm: "plot_performance_box"
16147   output-file-type: ".html"
16148   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
16149   data: "plot-dpdk-throughput-latency-3n-skx"
16150   filter: "'NIC_Intel-X710' and
16151            '64B' and
16152            'BASE' and
16153            'NDRPDR' and
16154            '2T1C' and
16155            'IP4FWD'"
16156   parameters:
16157   - "throughput"
16158   - "parent"
16159   - "tags"
16160   traces:
16161     hoverinfo: "x+y"
16162     boxpoints: "outliers"
16163     whiskerwidth: 0
16164   layout:
16165     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
16166     layout: "plot-throughput"
16167
16168 - type: "plot"
16169   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
16170   algorithm: "plot_performance_box"
16171   output-file-type: ".html"
16172   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
16173   data: "plot-dpdk-throughput-latency-3n-skx"
16174   filter: "'NIC_Intel-X710' and
16175            '64B' and
16176            'BASE' and
16177            'NDRPDR' and
16178            '4T2C' and
16179            'IP4FWD'"
16180   parameters:
16181   - "throughput"
16182   - "parent"
16183   - "tags"
16184   traces:
16185     hoverinfo: "x+y"
16186     boxpoints: "outliers"
16187     whiskerwidth: 0
16188   layout:
16189     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
16190     layout: "plot-throughput"
16191
16192 - type: "plot"
16193   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
16194   algorithm: "plot_performance_box"
16195   output-file-type: ".html"
16196   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
16197   data: "plot-dpdk-throughput-latency-3n-skx"
16198   filter: "'NIC_Intel-X710' and
16199            '64B' and
16200            'BASE' and
16201            'NDRPDR' and
16202            '2T1C' and
16203            'IP4FWD'"
16204   parameters:
16205   - "throughput"
16206   - "parent"
16207   - "tags"
16208   traces:
16209     hoverinfo: "x+y"
16210     boxpoints: "outliers"
16211     whiskerwidth: 0
16212   layout:
16213     title: "l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
16214     layout: "plot-throughput"
16215
16216 - type: "plot"
16217   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
16218   algorithm: "plot_performance_box"
16219   output-file-type: ".html"
16220   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
16221   data: "plot-dpdk-throughput-latency-3n-skx"
16222   filter: "'NIC_Intel-X710' and
16223            '64B' and
16224            'BASE' and
16225            'NDRPDR' and
16226            '4T2C' and
16227            'IP4FWD'"
16228   parameters:
16229   - "throughput"
16230   - "parent"
16231   - "tags"
16232   traces:
16233     hoverinfo: "x+y"
16234     boxpoints: "outliers"
16235     whiskerwidth: 0
16236   layout:
16237     title: "l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
16238     layout: "plot-throughput"
16239
16240 # Packet Throughput - DPDK l3fwd 3n-skx-xxv710
16241 - type: "plot"
16242   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
16243   algorithm: "plot_performance_box"
16244   output-file-type: ".html"
16245   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
16246   data: "plot-dpdk-throughput-latency-3n-skx"
16247   filter: "'NIC_Intel-XXV710' and
16248            '64B' and
16249            'BASE' and
16250            'NDRPDR' and
16251            '2T1C' and
16252            'IP4FWD'"
16253   parameters:
16254   - "throughput"
16255   - "parent"
16256   - "tags"
16257   traces:
16258     hoverinfo: "x+y"
16259     boxpoints: "outliers"
16260     whiskerwidth: 0
16261   layout:
16262     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
16263     layout: "plot-throughput"
16264
16265 - type: "plot"
16266   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
16267   algorithm: "plot_performance_box"
16268   output-file-type: ".html"
16269   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
16270   data: "plot-dpdk-throughput-latency-3n-skx"
16271   filter: "'NIC_Intel-XXV710' and
16272            '64B' and
16273            'BASE' and
16274            'NDRPDR' and
16275            '4T2C' and
16276            'IP4FWD'"
16277   parameters:
16278   - "throughput"
16279   - "parent"
16280   - "tags"
16281   traces:
16282     hoverinfo: "x+y"
16283     boxpoints: "outliers"
16284     whiskerwidth: 0
16285   layout:
16286     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
16287     layout: "plot-throughput"
16288
16289 - type: "plot"
16290   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
16291   algorithm: "plot_performance_box"
16292   output-file-type: ".html"
16293   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
16294   data: "plot-dpdk-throughput-latency-3n-skx"
16295   filter: "'NIC_Intel-XXV710' and
16296            '64B' and
16297            'BASE' and
16298            'NDRPDR' and
16299            '2T1C' and
16300            'IP4FWD'"
16301   parameters:
16302   - "throughput"
16303   - "parent"
16304   - "tags"
16305   traces:
16306     hoverinfo: "x+y"
16307     boxpoints: "outliers"
16308     whiskerwidth: 0
16309   layout:
16310     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
16311     layout: "plot-throughput"
16312
16313 - type: "plot"
16314   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
16315   algorithm: "plot_performance_box"
16316   output-file-type: ".html"
16317   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
16318   data: "plot-dpdk-throughput-latency-3n-skx"
16319   filter: "'NIC_Intel-XXV710' and
16320            '64B' and
16321            'BASE' and
16322            'NDRPDR' and
16323            '4T2C' and
16324            'IP4FWD'"
16325   parameters:
16326   - "throughput"
16327   - "parent"
16328   - "tags"
16329   traces:
16330     hoverinfo: "x+y"
16331     boxpoints: "outliers"
16332     whiskerwidth: 0
16333   layout:
16334     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
16335     layout: "plot-throughput"
16336
16337 # Packet Throughput - DPDK l3fwd 2n-skx-x710
16338 - type: "plot"
16339   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
16340   algorithm: "plot_performance_box"
16341   output-file-type: ".html"
16342   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
16343   data: "plot-dpdk-throughput-latency-2n-skx"
16344   filter: "'NIC_Intel-X710' and
16345            '64B' and
16346            'BASE' and
16347            'NDRPDR' and
16348            '2T1C' and
16349            'IP4FWD'"
16350   parameters:
16351   - "throughput"
16352   - "parent"
16353   - "tags"
16354   traces:
16355     hoverinfo: "x+y"
16356     boxpoints: "outliers"
16357     whiskerwidth: 0
16358   layout:
16359     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
16360     layout: "plot-throughput"
16361
16362 - type: "plot"
16363   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
16364   algorithm: "plot_performance_box"
16365   output-file-type: ".html"
16366   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
16367   data: "plot-dpdk-throughput-latency-2n-skx"
16368   filter: "'NIC_Intel-X710' and
16369            '64B' and
16370            'BASE' and
16371            'NDRPDR' and
16372            '4T2C' and
16373            'IP4FWD'"
16374   parameters:
16375   - "throughput"
16376   - "parent"
16377   - "tags"
16378   traces:
16379     hoverinfo: "x+y"
16380     boxpoints: "outliers"
16381     whiskerwidth: 0
16382   layout:
16383     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
16384     layout: "plot-throughput"
16385
16386 - type: "plot"
16387   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
16388   algorithm: "plot_performance_box"
16389   output-file-type: ".html"
16390   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
16391   data: "plot-dpdk-throughput-latency-2n-skx"
16392   filter: "'NIC_Intel-X710' and
16393            '64B' and
16394            'BASE' and
16395            'NDRPDR' and
16396            '2T1C' and
16397            'IP4FWD'"
16398   parameters:
16399   - "throughput"
16400   - "parent"
16401   - "tags"
16402   traces:
16403     hoverinfo: "x+y"
16404     boxpoints: "outliers"
16405     whiskerwidth: 0
16406   layout:
16407     title: "l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
16408     layout: "plot-throughput"
16409
16410 - type: "plot"
16411   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
16412   algorithm: "plot_performance_box"
16413   output-file-type: ".html"
16414   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
16415   data: "plot-dpdk-throughput-latency-2n-skx"
16416   filter: "'NIC_Intel-X710' and
16417            '64B' and
16418            'BASE' and
16419            'NDRPDR' and
16420            '4T2C' and
16421            'IP4FWD'"
16422   parameters:
16423   - "throughput"
16424   - "parent"
16425   - "tags"
16426   traces:
16427     hoverinfo: "x+y"
16428     boxpoints: "outliers"
16429     whiskerwidth: 0
16430   layout:
16431     title: "l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
16432     layout: "plot-throughput"
16433
16434 # Packet Throughput - DPDK l3fwd 2n-skx-xxv710
16435 - type: "plot"
16436   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
16437   algorithm: "plot_performance_box"
16438   output-file-type: ".html"
16439   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
16440   data: "plot-dpdk-throughput-latency-2n-skx"
16441   filter: "'NIC_Intel-XXV710' and
16442            '64B' and
16443            'BASE' and
16444            'NDRPDR' and
16445            '2T1C' and
16446            'IP4FWD'"
16447   parameters:
16448   - "throughput"
16449   - "parent"
16450   - "tags"
16451   traces:
16452     hoverinfo: "x+y"
16453     boxpoints: "outliers"
16454     whiskerwidth: 0
16455   layout:
16456     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
16457     layout: "plot-throughput"
16458
16459 - type: "plot"
16460   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
16461   algorithm: "plot_performance_box"
16462   output-file-type: ".html"
16463   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
16464   data: "plot-dpdk-throughput-latency-2n-skx"
16465   filter: "'NIC_Intel-XXV710' and
16466            '64B' and
16467            'BASE' and
16468            'NDRPDR' and
16469            '4T2C' and
16470            'IP4FWD'"
16471   parameters:
16472   - "throughput"
16473   - "parent"
16474   - "tags"
16475   traces:
16476     hoverinfo: "x+y"
16477     boxpoints: "outliers"
16478     whiskerwidth: 0
16479   layout:
16480     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
16481     layout: "plot-throughput"
16482
16483 - type: "plot"
16484   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
16485   algorithm: "plot_performance_box"
16486   output-file-type: ".html"
16487   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
16488   data: "plot-dpdk-throughput-latency-2n-skx"
16489   filter: "'NIC_Intel-XXV710' and
16490            '64B' and
16491            'BASE' and
16492            'NDRPDR' and
16493            '2T1C' and
16494            'IP4FWD'"
16495   parameters:
16496   - "throughput"
16497   - "parent"
16498   - "tags"
16499   traces:
16500     hoverinfo: "x+y"
16501     boxpoints: "outliers"
16502     whiskerwidth: 0
16503   layout:
16504     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
16505     layout: "plot-throughput"
16506
16507 - type: "plot"
16508   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
16509   algorithm: "plot_performance_box"
16510   output-file-type: ".html"
16511   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
16512   data: "plot-dpdk-throughput-latency-2n-skx"
16513   filter: "'NIC_Intel-XXV710' and
16514            '64B' and
16515            'BASE' and
16516            'NDRPDR' and
16517            '4T2C' and
16518            'IP4FWD'"
16519   parameters:
16520   - "throughput"
16521   - "parent"
16522   - "tags"
16523   traces:
16524     hoverinfo: "x+y"
16525     boxpoints: "outliers"
16526     whiskerwidth: 0
16527   layout:
16528     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
16529     layout: "plot-throughput"
16530
16531 ################################################################################
16532
16533 # Packet Throughput - DPDK testpmd 3n-hsw-x520
16534 - type: "plot"
16535   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
16536   algorithm: "plot_performance_box"
16537   output-file-type: ".html"
16538   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
16539   data: "plot-dpdk-throughput-latency-3n-hsw"
16540   filter: "'NIC_Intel-X520-DA2' and
16541            '64B' and
16542            'BASE' and
16543            'NDRPDR' and
16544            '1T1C' and
16545            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16546   parameters:
16547   - "throughput"
16548   - "parent"
16549   - "tags"
16550   traces:
16551     hoverinfo: "x+y"
16552     boxpoints: "outliers"
16553     whiskerwidth: 0
16554   layout:
16555     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
16556     layout: "plot-throughput"
16557
16558 - type: "plot"
16559   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
16560   algorithm: "plot_performance_box"
16561   output-file-type: ".html"
16562   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
16563   data: "plot-dpdk-throughput-latency-3n-hsw"
16564   filter: "'NIC_Intel-X520-DA2' and
16565            '64B' and
16566            'BASE' and
16567            'NDRPDR' and
16568            '2T2C' and
16569            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16570   parameters:
16571   - "throughput"
16572   - "parent"
16573   - "tags"
16574   traces:
16575     hoverinfo: "x+y"
16576     boxpoints: "outliers"
16577     whiskerwidth: 0
16578   layout:
16579     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
16580     layout: "plot-throughput"
16581
16582 - type: "plot"
16583   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
16584   algorithm: "plot_performance_box"
16585   output-file-type: ".html"
16586   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
16587   data: "plot-dpdk-throughput-latency-3n-hsw"
16588   filter: "'NIC_Intel-X520-DA2' and
16589            '64B' and
16590            'BASE' and
16591            'NDRPDR' and
16592            '1T1C' and
16593            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16594   parameters:
16595   - "throughput"
16596   - "parent"
16597   - "tags"
16598   traces:
16599     hoverinfo: "x+y"
16600     boxpoints: "outliers"
16601     whiskerwidth: 0
16602   layout:
16603     title: "testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
16604     layout: "plot-throughput"
16605
16606 - type: "plot"
16607   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
16608   algorithm: "plot_performance_box"
16609   output-file-type: ".html"
16610   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
16611   data: "plot-dpdk-throughput-latency-3n-hsw"
16612   filter: "'NIC_Intel-X520-DA2' and
16613            '64B' and
16614            'BASE' and
16615            'NDRPDR' and
16616            '2T2C' and
16617            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16618   parameters:
16619   - "throughput"
16620   - "parent"
16621   - "tags"
16622   traces:
16623     hoverinfo: "x+y"
16624     boxpoints: "outliers"
16625     whiskerwidth: 0
16626   layout:
16627     title: "testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
16628     layout: "plot-throughput"
16629
16630 # Packet Throughput - DPDK testpmd 3n-hsw-x710
16631 - type: "plot"
16632   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
16633   algorithm: "plot_performance_box"
16634   output-file-type: ".html"
16635   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
16636   data: "plot-dpdk-throughput-latency-3n-hsw"
16637   filter: "'NIC_Intel-X710' and
16638            '64B' and
16639            'BASE' and
16640            'NDRPDR' and
16641            '1T1C' and
16642            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16643   parameters:
16644   - "throughput"
16645   - "parent"
16646   - "tags"
16647   traces:
16648     hoverinfo: "x+y"
16649     boxpoints: "outliers"
16650     whiskerwidth: 0
16651   layout:
16652     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
16653     layout: "plot-throughput"
16654
16655 - type: "plot"
16656   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
16657   algorithm: "plot_performance_box"
16658   output-file-type: ".html"
16659   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
16660   data: "plot-dpdk-throughput-latency-3n-hsw"
16661   filter: "'NIC_Intel-X710' and
16662            '64B' and
16663            'BASE' and
16664            'NDRPDR' and
16665            '2T2C' and
16666            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16667   parameters:
16668   - "throughput"
16669   - "parent"
16670   - "tags"
16671   traces:
16672     hoverinfo: "x+y"
16673     boxpoints: "outliers"
16674     whiskerwidth: 0
16675   layout:
16676     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
16677     layout: "plot-throughput"
16678
16679 - type: "plot"
16680   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
16681   algorithm: "plot_performance_box"
16682   output-file-type: ".html"
16683   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
16684   data: "plot-dpdk-throughput-latency-3n-hsw"
16685   filter: "'NIC_Intel-X710' and
16686            '64B' and
16687            'BASE' and
16688            'NDRPDR' and
16689            '1T1C' and
16690            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16691   parameters:
16692   - "throughput"
16693   - "parent"
16694   - "tags"
16695   traces:
16696     hoverinfo: "x+y"
16697     boxpoints: "outliers"
16698     whiskerwidth: 0
16699   layout:
16700     title: "testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
16701     layout: "plot-throughput"
16702
16703 - type: "plot"
16704   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
16705   algorithm: "plot_performance_box"
16706   output-file-type: ".html"
16707   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
16708   data: "plot-dpdk-throughput-latency-3n-hsw"
16709   filter: "'NIC_Intel-X710' and
16710            '64B' and
16711            'BASE' and
16712            'NDRPDR' and
16713            '2T2C' and
16714            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16715   parameters:
16716   - "throughput"
16717   - "parent"
16718   - "tags"
16719   traces:
16720     hoverinfo: "x+y"
16721     boxpoints: "outliers"
16722     whiskerwidth: 0
16723   layout:
16724     title: "testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
16725     layout: "plot-throughput"
16726
16727 # Packet Throughput - DPDK testpmd 3n-hsw-xl710
16728 - type: "plot"
16729   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
16730   algorithm: "plot_performance_box"
16731   output-file-type: ".html"
16732   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
16733   data: "plot-dpdk-throughput-latency-3n-hsw"
16734   filter: "'NIC_Intel-XL710' and
16735            '64B' and
16736            'BASE' and
16737            'NDRPDR' and
16738            '1T1C' and
16739            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16740   parameters:
16741   - "throughput"
16742   - "parent"
16743   - "tags"
16744   traces:
16745     hoverinfo: "x+y"
16746     boxpoints: "outliers"
16747     whiskerwidth: 0
16748   layout:
16749     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
16750     layout: "plot-throughput"
16751
16752 - type: "plot"
16753   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
16754   algorithm: "plot_performance_box"
16755   output-file-type: ".html"
16756   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
16757   data: "plot-dpdk-throughput-latency-3n-hsw"
16758   filter: "'NIC_Intel-XL710' and
16759            '64B' and
16760            'BASE' and
16761            'NDRPDR' and
16762            '2T2C' and
16763            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16764   parameters:
16765   - "throughput"
16766   - "parent"
16767   - "tags"
16768   traces:
16769     hoverinfo: "x+y"
16770     boxpoints: "outliers"
16771     whiskerwidth: 0
16772   layout:
16773     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
16774     layout: "plot-throughput"
16775
16776 - type: "plot"
16777   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
16778   algorithm: "plot_performance_box"
16779   output-file-type: ".html"
16780   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
16781   data: "plot-dpdk-throughput-latency-3n-hsw"
16782   filter: "'NIC_Intel-XL710' and
16783            '64B' and
16784            'BASE' and
16785            'NDRPDR' and
16786            '1T1C' and
16787            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16788   parameters:
16789   - "throughput"
16790   - "parent"
16791   - "tags"
16792   traces:
16793     hoverinfo: "x+y"
16794     boxpoints: "outliers"
16795     whiskerwidth: 0
16796   layout:
16797     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
16798     layout: "plot-throughput"
16799
16800 - type: "plot"
16801   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
16802   algorithm: "plot_performance_box"
16803   output-file-type: ".html"
16804   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
16805   data: "plot-dpdk-throughput-latency-3n-hsw"
16806   filter: "'NIC_Intel-XL710' and
16807            '64B' and
16808            'BASE' and
16809            'NDRPDR' and
16810            '2T2C' and
16811            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16812   parameters:
16813   - "throughput"
16814   - "parent"
16815   - "tags"
16816   traces:
16817     hoverinfo: "x+y"
16818     boxpoints: "outliers"
16819     whiskerwidth: 0
16820   layout:
16821     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
16822     layout: "plot-throughput"
16823
16824 # Packet Throughput - DPDK testpmd 3n-skx-x710
16825 - type: "plot"
16826   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-ndr"
16827   algorithm: "plot_performance_box"
16828   output-file-type: ".html"
16829   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr"
16830   data: "plot-dpdk-throughput-latency-3n-skx"
16831   filter: "'NIC_Intel-X710' and
16832            '64B' and
16833            'BASE' and
16834            'NDRPDR' and
16835            '2T1C' and
16836            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16837   parameters:
16838   - "throughput"
16839   - "parent"
16840   - "tags"
16841   traces:
16842     hoverinfo: "x+y"
16843     boxpoints: "outliers"
16844     whiskerwidth: 0
16845   layout:
16846     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
16847     layout: "plot-throughput"
16848
16849 - type: "plot"
16850   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-ndr"
16851   algorithm: "plot_performance_box"
16852   output-file-type: ".html"
16853   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr"
16854   data: "plot-dpdk-throughput-latency-3n-skx"
16855   filter: "'NIC_Intel-X710' and
16856            '64B' and
16857            'BASE' and
16858            'NDRPDR' and
16859            '4T2C' and
16860            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16861   parameters:
16862   - "throughput"
16863   - "parent"
16864   - "tags"
16865   traces:
16866     hoverinfo: "x+y"
16867     boxpoints: "outliers"
16868     whiskerwidth: 0
16869   layout:
16870     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
16871     layout: "plot-throughput"
16872
16873 - type: "plot"
16874   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-pdr"
16875   algorithm: "plot_performance_box"
16876   output-file-type: ".html"
16877   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-pdr"
16878   data: "plot-dpdk-throughput-latency-3n-skx"
16879   filter: "'NIC_Intel-X710' and
16880            '64B' and
16881            'BASE' and
16882            'NDRPDR' and
16883            '2T1C' and
16884            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16885   parameters:
16886   - "throughput"
16887   - "parent"
16888   - "tags"
16889   traces:
16890     hoverinfo: "x+y"
16891     boxpoints: "outliers"
16892     whiskerwidth: 0
16893   layout:
16894     title: "testpmd-3n-skx-x710-64b-2t1c-base-pdr"
16895     layout: "plot-throughput"
16896
16897 - type: "plot"
16898   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-pdr"
16899   algorithm: "plot_performance_box"
16900   output-file-type: ".html"
16901   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-pdr"
16902   data: "plot-dpdk-throughput-latency-3n-skx"
16903   filter: "'NIC_Intel-X710' and
16904            '64B' and
16905            'BASE' and
16906            'NDRPDR' and
16907            '4T2C' and
16908            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16909   parameters:
16910   - "throughput"
16911   - "parent"
16912   - "tags"
16913   traces:
16914     hoverinfo: "x+y"
16915     boxpoints: "outliers"
16916     whiskerwidth: 0
16917   layout:
16918     title: "testpmd-3n-skx-x710-64b-4t2c-base-pdr"
16919     layout: "plot-throughput"
16920
16921 # Packet Throughput - DPDK testpmd 3n-skx-xxv710
16922 - type: "plot"
16923   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
16924   algorithm: "plot_performance_box"
16925   output-file-type: ".html"
16926   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
16927   data: "plot-dpdk-throughput-latency-3n-skx"
16928   filter: "'NIC_Intel-XXV710' and
16929            '64B' and
16930            'BASE' and
16931            'NDRPDR' and
16932            '2T1C' and
16933            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16934   parameters:
16935   - "throughput"
16936   - "parent"
16937   - "tags"
16938   traces:
16939     hoverinfo: "x+y"
16940     boxpoints: "outliers"
16941     whiskerwidth: 0
16942   layout:
16943     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
16944     layout: "plot-throughput"
16945
16946 - type: "plot"
16947   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
16948   algorithm: "plot_performance_box"
16949   output-file-type: ".html"
16950   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
16951   data: "plot-dpdk-throughput-latency-3n-skx"
16952   filter: "'NIC_Intel-XXV710' and
16953            '64B' and
16954            'BASE' and
16955            'NDRPDR' and
16956            '4T2C' and
16957            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16958   parameters:
16959   - "throughput"
16960   - "parent"
16961   - "tags"
16962   traces:
16963     hoverinfo: "x+y"
16964     boxpoints: "outliers"
16965     whiskerwidth: 0
16966   layout:
16967     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
16968     layout: "plot-throughput"
16969
16970 - type: "plot"
16971   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
16972   algorithm: "plot_performance_box"
16973   output-file-type: ".html"
16974   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
16975   data: "plot-dpdk-throughput-latency-3n-skx"
16976   filter: "'NIC_Intel-XXV710' and
16977            '64B' and
16978            'BASE' and
16979            'NDRPDR' and
16980            '2T1C' and
16981            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16982   parameters:
16983   - "throughput"
16984   - "parent"
16985   - "tags"
16986   traces:
16987     hoverinfo: "x+y"
16988     boxpoints: "outliers"
16989     whiskerwidth: 0
16990   layout:
16991     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
16992     layout: "plot-throughput"
16993
16994 - type: "plot"
16995   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
16996   algorithm: "plot_performance_box"
16997   output-file-type: ".html"
16998   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
16999   data: "plot-dpdk-throughput-latency-3n-skx"
17000   filter: "'NIC_Intel-XXV710' and
17001            '64B' and
17002            'BASE' and
17003            'NDRPDR' and
17004            '4T2C' and
17005            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17006   parameters:
17007   - "throughput"
17008   - "parent"
17009   - "tags"
17010   traces:
17011     hoverinfo: "x+y"
17012     boxpoints: "outliers"
17013     whiskerwidth: 0
17014   layout:
17015     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
17016     layout: "plot-throughput"
17017
17018 # Packet Throughput - DPDK testpmd 2n-skx-x710
17019 - type: "plot"
17020   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-ndr"
17021   algorithm: "plot_performance_box"
17022   output-file-type: ".html"
17023   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr"
17024   data: "plot-dpdk-throughput-latency-2n-skx"
17025   filter: "'NIC_Intel-X710' and
17026            '64B' and
17027            'BASE' and
17028            'NDRPDR' and
17029            '2T1C' and
17030            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17031   parameters:
17032   - "throughput"
17033   - "parent"
17034   - "tags"
17035   traces:
17036     hoverinfo: "x+y"
17037     boxpoints: "outliers"
17038     whiskerwidth: 0
17039   layout:
17040     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
17041     layout: "plot-throughput"
17042
17043 - type: "plot"
17044   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-ndr"
17045   algorithm: "plot_performance_box"
17046   output-file-type: ".html"
17047   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr"
17048   data: "plot-dpdk-throughput-latency-2n-skx"
17049   filter: "'NIC_Intel-X710' and
17050            '64B' and
17051            'BASE' and
17052            'NDRPDR' and
17053            '4T2C' and
17054            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17055   parameters:
17056   - "throughput"
17057   - "parent"
17058   - "tags"
17059   traces:
17060     hoverinfo: "x+y"
17061     boxpoints: "outliers"
17062     whiskerwidth: 0
17063   layout:
17064     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
17065     layout: "plot-throughput"
17066
17067 - type: "plot"
17068   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-pdr"
17069   algorithm: "plot_performance_box"
17070   output-file-type: ".html"
17071   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-pdr"
17072   data: "plot-dpdk-throughput-latency-2n-skx"
17073   filter: "'NIC_Intel-X710' and
17074            '64B' and
17075            'BASE' and
17076            'NDRPDR' and
17077            '2T1C' and
17078            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17079   parameters:
17080   - "throughput"
17081   - "parent"
17082   - "tags"
17083   traces:
17084     hoverinfo: "x+y"
17085     boxpoints: "outliers"
17086     whiskerwidth: 0
17087   layout:
17088     title: "testpmd-2n-skx-x710-64b-2t1c-base-pdr"
17089     layout: "plot-throughput"
17090
17091 - type: "plot"
17092   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-pdr"
17093   algorithm: "plot_performance_box"
17094   output-file-type: ".html"
17095   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-pdr"
17096   data: "plot-dpdk-throughput-latency-2n-skx"
17097   filter: "'NIC_Intel-X710' and
17098            '64B' and
17099            'BASE' and
17100            'NDRPDR' and
17101            '4T2C' and
17102            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17103   parameters:
17104   - "throughput"
17105   - "parent"
17106   - "tags"
17107   traces:
17108     hoverinfo: "x+y"
17109     boxpoints: "outliers"
17110     whiskerwidth: 0
17111   layout:
17112     title: "testpmd-2n-skx-x710-64b-4t2c-base-pdr"
17113     layout: "plot-throughput"
17114
17115 # Packet Throughput - DPDK testpmd 2n-skx-xxv710
17116 - type: "plot"
17117   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
17118   algorithm: "plot_performance_box"
17119   output-file-type: ".html"
17120   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
17121   data: "plot-dpdk-throughput-latency-2n-skx"
17122   filter: "'NIC_Intel-XXV710' and
17123            '64B' and
17124            'BASE' and
17125            'NDRPDR' and
17126            '2T1C' and
17127            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17128   parameters:
17129   - "throughput"
17130   - "parent"
17131   - "tags"
17132   traces:
17133     hoverinfo: "x+y"
17134     boxpoints: "outliers"
17135     whiskerwidth: 0
17136   layout:
17137     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
17138     layout: "plot-throughput"
17139
17140 - type: "plot"
17141   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
17142   algorithm: "plot_performance_box"
17143   output-file-type: ".html"
17144   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
17145   data: "plot-dpdk-throughput-latency-2n-skx"
17146   filter: "'NIC_Intel-XXV710' and
17147            '64B' and
17148            'BASE' and
17149            'NDRPDR' and
17150            '4T2C' and
17151            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17152   parameters:
17153   - "throughput"
17154   - "parent"
17155   - "tags"
17156   traces:
17157     hoverinfo: "x+y"
17158     boxpoints: "outliers"
17159     whiskerwidth: 0
17160   layout:
17161     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
17162     layout: "plot-throughput"
17163
17164 - type: "plot"
17165   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
17166   algorithm: "plot_performance_box"
17167   output-file-type: ".html"
17168   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
17169   data: "plot-dpdk-throughput-latency-2n-skx"
17170   filter: "'NIC_Intel-XXV710' and
17171            '64B' and
17172            'BASE' and
17173            'NDRPDR' and
17174            '2T1C' and
17175            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17176   parameters:
17177   - "throughput"
17178   - "parent"
17179   - "tags"
17180   traces:
17181     hoverinfo: "x+y"
17182     boxpoints: "outliers"
17183     whiskerwidth: 0
17184   layout:
17185     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
17186     layout: "plot-throughput"
17187
17188 - type: "plot"
17189   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
17190   algorithm: "plot_performance_box"
17191   output-file-type: ".html"
17192   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
17193   data: "plot-dpdk-throughput-latency-2n-skx"
17194   filter: "'NIC_Intel-XXV710' and
17195            '64B' and
17196            'BASE' and
17197            'NDRPDR' and
17198            '4T2C' and
17199            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17200   parameters:
17201   - "throughput"
17202   - "parent"
17203   - "tags"
17204   traces:
17205     hoverinfo: "x+y"
17206     boxpoints: "outliers"
17207     whiskerwidth: 0
17208   layout:
17209     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
17210     layout: "plot-throughput"
17211
17212 ################################################################################
17213
17214 # Packet Latency - VPP L2 3n-hsw-x520 base and scale
17215 - type: "plot"
17216   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
17217   algorithm: "plot_latency_error_bars"
17218   output-file-type: ".html"
17219   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
17220   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17221   filter: "'NIC_Intel-X520-DA2' and
17222            '64B' and
17223            ('BASE' or 'SCALE') and
17224            'NDRPDR' and
17225            'ETH' and
17226            '1T1C' and
17227            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17228            not 'VHOST' and
17229            not 'MEMIF'"
17230   parameters:
17231   - "latency"
17232   - "parent"
17233   - "tags"
17234   sort:
17235   - "L2XCFWD"
17236   - "L2PATCH"
17237   - "L2BDMACLRN"
17238   - "FIB_10K"
17239   - "FIB_100K"
17240   - "FIB_1M"
17241   layout:
17242     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
17243     layout: "plot-latency"
17244
17245 - type: "plot"
17246   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
17247   algorithm: "plot_latency_error_bars"
17248   output-file-type: ".html"
17249   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
17250   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17251   filter: "'NIC_Intel-X520-DA2' and
17252            '64B' and
17253            ('BASE' or 'SCALE') and
17254            'NDRPDR' and
17255            'ETH' and
17256            '2T2C' and
17257            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17258            not 'VHOST' and
17259            not 'MEMIF'"
17260   parameters:
17261   - "latency"
17262   - "parent"
17263   - "tags"
17264   sort:
17265   - "L2XCFWD"
17266   - "L2PATCH"
17267   - "L2BDMACLRN"
17268   - "FIB_10K"
17269   - "FIB_100K"
17270   - "FIB_1M"
17271   layout:
17272     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
17273     layout: "plot-latency"
17274
17275 # Packet Latency - VPP L2 3n-hsw-x520 features
17276 - type: "plot"
17277   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
17278   algorithm: "plot_latency_error_bars"
17279   output-file-type: ".html"
17280   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
17281   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17282   filter: "'NIC_Intel-X520-DA2' and
17283            '64B' and
17284            'NDRPDR' and
17285            '1T1C' and
17286            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
17287            not 'ACL' and
17288            not 'VHOST' and
17289            not 'MEMIF'"
17290   parameters:
17291   - "latency"
17292   - "parent"
17293   - "tags"
17294   sort:
17295   - "L2XCBASE"    # l2xcbase
17296   - "L2BDBASE"    # l2bdbase
17297   - "L2XCFWD"     # dot1q-l2xcbase
17298   - "L2BDMACLRN"  # dot1q-l2bdbase
17299   layout:
17300     title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
17301     layout: "plot-latency"
17302
17303 - type: "plot"
17304   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
17305   algorithm: "plot_latency_error_bars"
17306   output-file-type: ".html"
17307   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
17308   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17309   filter: "'NIC_Intel-X520-DA2' and
17310            '64B' and
17311            'NDRPDR' and
17312            '2T2C' and
17313            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
17314            not 'ACL' and
17315            not 'VHOST' and
17316            not 'MEMIF'"
17317   parameters:
17318   - "latency"
17319   - "parent"
17320   - "tags"
17321   sort:
17322   - "L2XCBASE"    # l2xcbase
17323   - "L2BDBASE"    # l2bdbase
17324   - "L2XCFWD"     # dot1q-l2xcbase
17325   - "L2BDMACLRN"  # dot1q-l2bdbase
17326   layout:
17327     title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
17328     layout: "plot-latency"
17329
17330 # Packet Latency - VPP L2 3n-hsw-x520 features-iacl
17331 - type: "plot"
17332   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
17333   algorithm: "plot_latency_error_bars"
17334   output-file-type: ".html"
17335   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
17336   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17337   filter: "'NIC_Intel-X520-DA2' and
17338            '64B' and
17339            'NDRPDR' and
17340            '1T1C' and
17341            'FEATURE' and
17342            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17343            'IACL' and
17344            ('ACL1' or 'ACL50') and
17345            ('10K_FLOWS' or '10k_FLOWS') and
17346            not 'MACIP' and
17347            not 'VHOST' and
17348            not 'MEMIF'"
17349   parameters:
17350   - "latency"
17351   - "parent"
17352   - "tags"
17353   layout:
17354     title: "l2sw-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
17355     layout: "plot-latency"
17356
17357 - type: "plot"
17358   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
17359   algorithm: "plot_latency_error_bars"
17360   output-file-type: ".html"
17361   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
17362   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17363   filter: "'NIC_Intel-X520-DA2' and
17364            '64B' and
17365            'NDRPDR' and
17366            '2T2C' and
17367            'FEATURE' and
17368            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17369            'IACL' and
17370            ('ACL1' or 'ACL50') and
17371            ('10K_FLOWS' or '10k_FLOWS') and
17372            not 'MACIP' and
17373            not 'VHOST' and
17374            not 'MEMIF'"
17375   parameters:
17376   - "latency"
17377   - "parent"
17378   - "tags"
17379   layout:
17380     title: "l2sw-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
17381     layout: "plot-latency"
17382
17383 # Packet Latency - VPP L2 3n-hsw-x520 features-oacl
17384 - type: "plot"
17385   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
17386   algorithm: "plot_latency_error_bars"
17387   output-file-type: ".html"
17388   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
17389   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17390   filter: "'NIC_Intel-X520-DA2' and
17391            '64B' and
17392            'NDRPDR' and
17393            '1T1C' and
17394            'FEATURE' and
17395            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17396            'OACL' and
17397            ('ACL1' or 'ACL50') and
17398            ('10K_FLOWS' or '10k_FLOWS') and
17399            not 'MACIP' and
17400            not 'VHOST' and
17401            not 'MEMIF'"
17402   parameters:
17403   - "latency"
17404   - "parent"
17405   - "tags"
17406   layout:
17407     title: "l2sw-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
17408     layout: "plot-latency"
17409
17410 - type: "plot"
17411   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
17412   algorithm: "plot_latency_error_bars"
17413   output-file-type: ".html"
17414   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
17415   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17416   filter: "'NIC_Intel-X520-DA2' and
17417            '64B' and
17418            'NDRPDR' and
17419            '2T2C' and
17420            'FEATURE' and
17421            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17422            'OACL' and
17423            ('ACL1' or 'ACL50') and
17424            ('10K_FLOWS' or '10k_FLOWS') and
17425            not 'MACIP' and
17426            not 'VHOST' and
17427            not 'MEMIF'"
17428   parameters:
17429   - "latency"
17430   - "parent"
17431   - "tags"
17432   layout:
17433     title: "l2sw-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
17434     layout: "plot-latency"
17435
17436 # Packet Latency - VPP L2 3n-hsw-x520 features-macip
17437 - type: "plot"
17438   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-macip-ndr-lat"
17439   algorithm: "plot_latency_error_bars"
17440   output-file-type: ".html"
17441   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-macip-ndr-lat"
17442   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17443   filter: "'NIC_Intel-X520-DA2' and
17444            '64B' and
17445            'NDRPDR' and
17446            '1T1C' and
17447            'FEATURE' and
17448            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17449            'MACIP' and
17450            ('ACL1' or 'ACL50') and
17451            ('10K_FLOWS' or '10k_FLOWS') and
17452            not 'VHOST' and
17453            not 'MEMIF'"
17454   parameters:
17455   - "latency"
17456   - "parent"
17457   - "tags"
17458   layout:
17459     title: "l2sw-3n-hsw-x520-64b-1t1c-features-macip-ndr"
17460     layout: "plot-latency"
17461
17462 - type: "plot"
17463   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-macip-ndr-lat"
17464   algorithm: "plot_latency_error_bars"
17465   output-file-type: ".html"
17466   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-macip-ndr-lat"
17467   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17468   filter: "'NIC_Intel-X520-DA2' and
17469            '64B' and
17470            'NDRPDR' and
17471            '2T2C' and
17472            'FEATURE' and
17473            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17474            'MACIP' and
17475            ('ACL1' or 'ACL50') and
17476            ('10K_FLOWS' or '10k_FLOWS') and
17477            not 'VHOST' and
17478            not 'MEMIF'"
17479   parameters:
17480   - "latency"
17481   - "parent"
17482   - "tags"
17483   layout:
17484     title: "l2sw-3n-hsw-x520-64b-2t2c-features-macip-ndr"
17485     layout: "plot-latency"
17486
17487 # Packet Latency - VPP L2 3n-hsw-x710 base and scale
17488 - type: "plot"
17489   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
17490   algorithm: "plot_latency_error_bars"
17491   output-file-type: ".html"
17492   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
17493   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17494   filter: "'NIC_Intel-X710' and
17495            '64B' and
17496            ('BASE' or 'SCALE') and
17497            'NDRPDR' and
17498            'ETH' and
17499            '1T1C' and
17500            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17501            not 'VHOST' and
17502            not 'MEMIF'"
17503   parameters:
17504   - "latency"
17505   - "parent"
17506   - "tags"
17507   sort:
17508   - "L2PATCH"
17509   - "L2XCFWD"
17510   - "L2BDMACLRN"
17511   - "FIB_10K"
17512   - "FIB_100K"
17513   - "FIB_1M"
17514   layout:
17515     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
17516     layout: "plot-latency"
17517
17518 - type: "plot"
17519   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
17520   algorithm: "plot_latency_error_bars"
17521   output-file-type: ".html"
17522   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
17523   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17524   filter: "'NIC_Intel-X710' and
17525            '64B' and
17526            ('BASE' or 'SCALE') and
17527            'NDRPDR' and
17528            'ETH' and
17529            '2T2C' and
17530            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17531            not 'VHOST' and
17532            not 'MEMIF'"
17533   parameters:
17534   - "latency"
17535   - "parent"
17536   - "tags"
17537   sort:
17538   - "L2PATCH"
17539   - "L2XCFWD"
17540   - "L2BDMACLRN"
17541   - "FIB_10K"
17542   - "FIB_100K"
17543   - "FIB_1M"
17544   layout:
17545     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
17546     layout: "plot-latency"
17547
17548 # Packet Latency - VPP L2 3n-hsw-x710 features
17549 - type: "plot"
17550   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
17551   algorithm: "plot_latency_error_bars"
17552   output-file-type: ".html"
17553   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
17554   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17555   filter: "'NIC_Intel-X710' and
17556            '64B' and
17557            'NDRPDR' and
17558            '1T1C' and
17559            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
17560            not 'ACL' and
17561            not 'VHOST' and
17562            not 'L2OVRLAY' and
17563            not 'MEMIF'"
17564   parameters:
17565   - "latency"
17566   - "parent"
17567   - "tags"
17568   sort:
17569   - "L2XCBASE"    # l2xcbase
17570   - "L2BDBASE"    # l2bdbase
17571   - "L2XCFWD"     # dot1q-l2xcbase
17572   - "L2BDMACLRN"  # dot1q-l2bdbase
17573   layout:
17574     title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
17575     layout: "plot-latency"
17576
17577 - type: "plot"
17578   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
17579   algorithm: "plot_latency_error_bars"
17580   output-file-type: ".html"
17581   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
17582   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17583   filter: "'NIC_Intel-X710' and
17584            '64B' and
17585            'NDRPDR' and
17586            '2T2C' and
17587            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
17588            not 'ACL' and
17589            not 'VHOST' and
17590            not 'L2OVRLAY' and
17591            not 'MEMIF'"
17592   parameters:
17593   - "latency"
17594   - "parent"
17595   - "tags"
17596   sort:
17597   - "L2XCBASE"    # l2xcbase
17598   - "L2BDBASE"    # l2bdbase
17599   - "L2XCFWD"     # dot1q-l2xcbase
17600   - "L2BDMACLRN"  # dot1q-l2bdbase
17601   layout:
17602     title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
17603     layout: "plot-latency"
17604
17605 # Packet Latency - VPP L2 3n-hsw-x710 features-iacl
17606 - type: "plot"
17607   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
17608   algorithm: "plot_latency_error_bars"
17609   output-file-type: ".html"
17610   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
17611   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17612   filter: "'NIC_Intel-X710' and
17613            '64B' and
17614            'NDRPDR' and
17615            '1T1C' and
17616            'FEATURE' and
17617            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17618            'IACL' and
17619            ('ACL1' or 'ACL50') and
17620            ('10K_FLOWS' or '10k_FLOWS') and
17621            not 'MACIP' and
17622            not 'VHOST' and
17623            not 'MEMIF'"
17624   parameters:
17625   - "latency"
17626   - "parent"
17627   - "tags"
17628   layout:
17629     title: "l2sw-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
17630     layout: "plot-latency"
17631
17632 - type: "plot"
17633   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
17634   algorithm: "plot_latency_error_bars"
17635   output-file-type: ".html"
17636   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
17637   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17638   filter: "'NIC_Intel-X710' and
17639            '64B' and
17640            'NDRPDR' and
17641            '2T2C' and
17642            'FEATURE' and
17643            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17644            'IACL' and
17645            ('ACL1' or 'ACL50') and
17646            ('10K_FLOWS' or '10k_FLOWS') and
17647            not 'MACIP' and
17648            not 'VHOST' and
17649            not 'MEMIF'"
17650   parameters:
17651   - "latency"
17652   - "parent"
17653   - "tags"
17654   layout:
17655     title: "l2sw-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
17656     layout: "plot-latency"
17657
17658 # Packet Latency - VPP L2 3n-hsw-xl710 base and scale
17659 - type: "plot"
17660   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
17661   algorithm: "plot_latency_error_bars"
17662   output-file-type: ".html"
17663   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
17664   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17665   filter: "'NIC_Intel-XL710' and
17666            '64B' and
17667            'BASE' and
17668            'NDRPDR' and
17669            'ETH' and
17670            '1T1C' and
17671            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17672            not 'VHOST' and
17673            not 'MEMIF'"
17674   parameters:
17675   - "latency"
17676   - "parent"
17677   - "tags"
17678   sort:
17679   - "L2PATCH"
17680   - "L2XCFWD"
17681   - "L2BDMACLRN"
17682   layout:
17683     title: "l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
17684     layout: "plot-latency"
17685
17686 - type: "plot"
17687   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
17688   algorithm: "plot_latency_error_bars"
17689   output-file-type: ".html"
17690   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
17691   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17692   filter: "'NIC_Intel-XL710' and
17693            '64B' and
17694            'BASE' and
17695            'NDRPDR' and
17696            'ETH' and
17697            '2T2C' and
17698            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17699            not 'VHOST' and
17700            not 'MEMIF'"
17701   parameters:
17702   - "latency"
17703   - "parent"
17704   - "tags"
17705   sort:
17706   - "L2PATCH"
17707   - "L2XCFWD"
17708   - "L2BDMACLRN"
17709   layout:
17710     title: "l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
17711     layout: "plot-latency"
17712
17713 # Packet Latency - VPP L2 3n-skx-x710 base and scale
17714 - type: "plot"
17715   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
17716   algorithm: "plot_latency_error_bars"
17717   output-file-type: ".html"
17718   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
17719   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17720   filter: "'NIC_Intel-X710' and
17721            '64B' and
17722            ('BASE' or 'SCALE') and
17723            'NDRPDR' and
17724            'ETH' and
17725            '2T1C' and
17726            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17727            not 'VHOST' and
17728            not 'MEMIF' and
17729            not 'DRV_AVF'"
17730   parameters:
17731   - "latency"
17732   - "parent"
17733   - "tags"
17734   sort:
17735   - "L2PATCH"
17736   - "L2XCBASE"
17737   - "BASE"
17738   - "FIB_10K"
17739   - "FIB_100K"
17740   - "FIB_1M"
17741   layout:
17742     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
17743     layout: "plot-latency"
17744
17745 - type: "plot"
17746   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
17747   algorithm: "plot_latency_error_bars"
17748   output-file-type: ".html"
17749   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
17750   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17751   filter: "'NIC_Intel-X710' and
17752            '64B' and
17753            ('BASE' or 'SCALE') and
17754            'NDRPDR' and
17755            'ETH' and
17756            '4T2C' and
17757            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17758            not 'VHOST' and
17759            not 'MEMIF' and
17760            not 'DRV_AVF'"
17761   parameters:
17762   - "latency"
17763   - "parent"
17764   - "tags"
17765   sort:
17766   - "L2PATCH"
17767   - "L2XCBASE"
17768   - "BASE"
17769   - "FIB_10K"
17770   - "FIB_100K"
17771   - "FIB_1M"
17772   layout:
17773     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
17774     layout: "plot-latency"
17775
17776 # Packet Latency - VPP L2 3n-skx-x710 features
17777 - type: "plot"
17778   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
17779   algorithm: "plot_latency_error_bars"
17780   output-file-type: ".html"
17781   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
17782   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17783   filter: "'NIC_Intel-X710' and
17784            '64B' and
17785            'NDRPDR' and
17786            '2T1C' and
17787            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
17788            not 'ACL' and
17789            not 'VHOST' and
17790            not 'DRV_AVF' and
17791            not 'L2OVRLAY' and
17792            not 'MEMIF'"
17793   parameters:
17794   - "latency"
17795   - "parent"
17796   - "tags"
17797   sort:
17798   - "L2XCBASE"    # l2xcbase
17799   - "L2BDBASE"    # l2bdbase
17800   - "L2XCFWD"     # dot1q-l2xcbase
17801   - "L2BDMACLRN"  # dot1q-l2bdbase
17802   layout:
17803     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
17804     layout: "plot-latency"
17805
17806 - type: "plot"
17807   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
17808   algorithm: "plot_latency_error_bars"
17809   output-file-type: ".html"
17810   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
17811   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17812   filter: "'NIC_Intel-X710' and
17813            '64B' and
17814            'NDRPDR' and
17815            '4T2C' and
17816            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
17817            not 'ACL' and
17818            not 'VHOST' and
17819            not 'DRV_AVF' and
17820            not 'L2OVRLAY' and
17821            not 'MEMIF'"
17822   parameters:
17823   - "latency"
17824   - "parent"
17825   - "tags"
17826   sort:
17827   - "L2XCBASE"    # l2xcbase
17828   - "L2BDBASE"    # l2bdbase
17829   - "L2XCFWD"     # dot1q-l2xcbase
17830   - "L2BDMACLRN"  # dot1q-l2bdbase
17831   layout:
17832     title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
17833     layout: "plot-latency"
17834
17835 # Packet Latency - VPP L2 3n-skx-x710 features-iacl
17836 - type: "plot"
17837   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
17838   algorithm: "plot_latency_error_bars"
17839   output-file-type: ".html"
17840   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
17841   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17842   filter: "'NIC_Intel-X710' and
17843            '64B' and
17844            'NDRPDR' and
17845            '2T1C' and
17846            'FEATURE' and
17847            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17848            'IACL' and
17849            ('ACL1' or 'ACL50') and
17850            ('10K_FLOWS' or '10k_FLOWS') and
17851            not 'MACIP' and
17852            not 'VHOST' and
17853            not 'MEMIF'"
17854   parameters:
17855   - "latency"
17856   - "parent"
17857   - "tags"
17858   layout:
17859     title: "l2sw-3n-skx-x710-64b-2t1c-features-iacl-ndr"
17860     layout: "plot-latency"
17861
17862 - type: "plot"
17863   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
17864   algorithm: "plot_latency_error_bars"
17865   output-file-type: ".html"
17866   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
17867   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17868   filter: "'NIC_Intel-X710' and
17869            '64B' and
17870            'NDRPDR' and
17871            '4T2C' and
17872            'FEATURE' and
17873            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17874            'IACL' and
17875            ('ACL1' or 'ACL50') and
17876            ('10K_FLOWS' or '10k_FLOWS') and
17877            not 'MACIP' and
17878            not 'VHOST' and
17879            not 'MEMIF'"
17880   parameters:
17881   - "latency"
17882   - "parent"
17883   - "tags"
17884   layout:
17885     title: "l2sw-3n-skx-x710-64b-4t2c-features-iacl-ndr"
17886     layout: "plot-latency"
17887
17888 # Packet Latency - VPP L2 3n-skx-xxv710 base
17889 - type: "plot"
17890   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
17891   algorithm: "plot_latency_error_bars"
17892   output-file-type: ".html"
17893   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
17894   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17895   filter: "'NIC_Intel-XXV710' and
17896            '64B' and
17897            ('BASE' or 'SCALE') and
17898            'NDRPDR' and
17899            'ETH' and
17900            '2T1C' and
17901            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17902            not 'VHOST' and
17903            not 'MEMIF'"
17904   parameters:
17905   - "latency"
17906   - "parent"
17907   - "tags"
17908   sort:
17909   - "L2PATCH"
17910   - "L2PATCH"
17911   - "L2XCBASE"
17912   - "L2BDMACLRN"
17913   layout:
17914     title: "l2sw-3n-skx-xxv710-64b-2t1c-base-ndr"
17915     layout: "plot-latency"
17916
17917 - type: "plot"
17918   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
17919   algorithm: "plot_latency_error_bars"
17920   output-file-type: ".html"
17921   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
17922   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17923   filter: "'NIC_Intel-XXV710' and
17924            '64B' and
17925            ('BASE' or 'SCALE') and
17926            'NDRPDR' and
17927            'ETH' and
17928            '4T2C' and
17929            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17930            not 'VHOST' and
17931            not 'MEMIF'"
17932   parameters:
17933   - "latency"
17934   - "parent"
17935   - "tags"
17936   sort:
17937   - "L2PATCH"
17938   - "L2PATCH"
17939   - "L2XCBASE"
17940   - "L2BDMACLRN"
17941   layout:
17942     title: "l2sw-3n-skx-xxv710-64b-4t2c-base-ndr"
17943     layout: "plot-latency"
17944
17945 # Packet Latency - VPP L2 2n-skx-x710 base and scale
17946 - type: "plot"
17947   title: "VPP Latency: l2sw-2n-skx-x710-64b-2t1c-base-ndr-lat"
17948   algorithm: "plot_latency_error_bars"
17949   output-file-type: ".html"
17950   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base-ndr-lat"
17951   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17952   filter: "'NIC_Intel-X710' and
17953            '64B' and
17954            'ETH' and
17955            ('BASE' or 'SCALE') and
17956            'NDRPDR' and
17957            '2T1C' and
17958            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17959            not 'VHOST' and
17960            not 'MEMIF'"
17961   parameters:
17962   - "latency"
17963   - "parent"
17964   - "tags"
17965   sort:
17966   - "L2PATCH"
17967   - "L2XCBASE"
17968   - "BASE"
17969   - "FIB_10K"
17970   - "FIB_100K"
17971   - "FIB_1M"
17972   layout:
17973     title: "l2sw-2n-skx-x710-64b-2t1c-base-ndr"
17974     layout: "plot-latency"
17975
17976 - type: "plot"
17977   title: "VPP Latency: l2sw-2n-skx-x710-64b-4t2c-base-ndr-lat"
17978   algorithm: "plot_latency_error_bars"
17979   output-file-type: ".html"
17980   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base-ndr-lat"
17981   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17982   filter: "'NIC_Intel-X710' and
17983            '64B' and
17984            ('BASE' or 'SCALE') and
17985            'NDRPDR' and
17986            'ETH' and
17987            '4T2C' and
17988            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17989            not 'VHOST' and
17990            not 'MEMIF'"
17991   parameters:
17992   - "latency"
17993   - "parent"
17994   - "tags"
17995   sort:
17996   - "L2PATCH"
17997   - "L2XCBASE"
17998   - "BASE"
17999   - "FIB_10K"
18000   - "FIB_100K"
18001   - "FIB_1M"
18002   layout:
18003     title: "l2sw-2n-skx-x710-64b-4t2c-base-ndr"
18004     layout: "plot-latency"
18005
18006 # Packet Latency - VPP L2 2n-skx-xxv710 base and scale
18007 - type: "plot"
18008   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
18009   algorithm: "plot_latency_error_bars"
18010   output-file-type: ".html"
18011   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
18012   data: "plot-vpp-throughput-lat-tsa-2n-skx"
18013   filter: "'NIC_Intel-XXV710' and
18014            '64B' and
18015            ('BASE' or 'SCALE') and
18016            'NDRPDR' and
18017            'ETH' and
18018            '2T1C' and
18019            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18020            not 'VHOST' and
18021            not 'MEMIF'"
18022   parameters:
18023   - "latency"
18024   - "parent"
18025   - "tags"
18026   sort:
18027   - "L2PATCH"
18028   - "L2XCBASE"
18029   - "BASE"
18030   - "FIB_10K"
18031   - "FIB_100K"
18032   - "FIB_1M"
18033   layout:
18034     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
18035     layout: "plot-latency"
18036
18037 - type: "plot"
18038   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
18039   algorithm: "plot_latency_error_bars"
18040   output-file-type: ".html"
18041   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
18042   data: "plot-vpp-throughput-lat-tsa-2n-skx"
18043   filter: "'NIC_Intel-XXV710' and
18044            '64B' and
18045            ('BASE' or 'SCALE') and
18046            'NDRPDR' and
18047            'ETH' and
18048            '4T2C' and
18049            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18050            not 'VHOST' and
18051            not 'MEMIF'"
18052   parameters:
18053   - "latency"
18054   - "parent"
18055   - "tags"
18056   sort:
18057   - "L2PATCH"
18058   - "L2XCBASE"
18059   - "BASE"
18060   - "FIB_10K"
18061   - "FIB_100K"
18062   - "FIB_1M"
18063   layout:
18064     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
18065     layout: "plot-latency"
18066
18067 ################################################################################
18068
18069 # Packet Latency - VPP Container Memif 3n-hsw-x520
18070 - type: "plot"
18071   title: "VPP Latency: memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
18072   algorithm: "plot_latency_error_bars"
18073   output-file-type: ".html"
18074   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
18075   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18076   filter: "'NIC_Intel-X520-DA2' and
18077            '64B' and
18078            ('BASE' or 'SCALE') and
18079            'NDRPDR' and
18080            '1T1C' and
18081            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
18082            not 'VHOST' and
18083            'MEMIF'"
18084   parameters:
18085   - "latency"
18086   - "parent"
18087   - "tags"
18088   sort:
18089   - "L2XCFWD"
18090   - "L2XCFWD"
18091   - "L2XCFWD"
18092   - "L2BDMACLRN"
18093   - "L2BDMACLRN"
18094   - "L2BDMACLRN"
18095   - "IP4FWD"
18096   layout:
18097     title: "memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
18098     layout: "plot-latency"
18099
18100 - type: "plot"
18101   title: "VPP Latency: memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
18102   algorithm: "plot_latency_error_bars"
18103   output-file-type: ".html"
18104   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
18105   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18106   filter: "'NIC_Intel-X520-DA2' and
18107            '64B' and
18108            ('BASE' or 'SCALE') and
18109            'NDRPDR' and
18110            '2T2C' and
18111            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
18112            not 'VHOST' and
18113            'MEMIF'"
18114   parameters:
18115   - "latency"
18116   - "parent"
18117   - "tags"
18118   sort:
18119   - "L2XCFWD"
18120   - "L2XCFWD"
18121   - "L2XCFWD"
18122   - "L2BDMACLRN"
18123   - "L2BDMACLRN"
18124   - "L2BDMACLRN"
18125   - "IP4FWD"
18126   layout:
18127     title: "memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
18128     layout: "plot-latency"
18129
18130 # Packet Latency - VPP Container Memif 3n-hsw-x710
18131 - type: "plot"
18132   title: "VPP Latency: memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
18133   algorithm: "plot_latency_error_bars"
18134   output-file-type: ".html"
18135   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
18136   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18137   filter: "'NIC_Intel-X710' and
18138            '64B' and
18139            ('BASE' or 'SCALE') and
18140            'NDRPDR' and
18141            '1T1C' and
18142            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
18143            not 'VHOST' and
18144            'MEMIF'"
18145   parameters:
18146   - "latency"
18147   - "parent"
18148   - "tags"
18149   sort:
18150   - "L2XCFWD"
18151   - "L2XCFWD"
18152   - "L2XCFWD"
18153   - "L2BDMACLRN"
18154   - "L2BDMACLRN"
18155   - "L2BDMACLRN"
18156   - "IP4FWD"
18157   layout:
18158     title: "memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
18159     layout: "plot-latency"
18160
18161 - type: "plot"
18162   title: "VPP Latency: memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
18163   algorithm: "plot_latency_error_bars"
18164   output-file-type: ".html"
18165   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
18166   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18167   filter: "'NIC_Intel-X710' and
18168            '64B' and
18169            ('BASE' or 'SCALE') and
18170            'NDRPDR' and
18171            '2T2C' and
18172            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
18173            not 'VHOST' and
18174            'MEMIF'"
18175   parameters:
18176   - "latency"
18177   - "parent"
18178   - "tags"
18179   sort:
18180   - "L2XCFWD"
18181   - "L2XCFWD"
18182   - "L2XCFWD"
18183   - "L2BDMACLRN"
18184   - "L2BDMACLRN"
18185   - "L2BDMACLRN"
18186   - "IP4FWD"
18187   layout:
18188     title: "memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
18189     layout: "plot-latency"
18190
18191 # Packet Latency - VPP Container Memif 3n-hsw-xl710
18192 - type: "plot"
18193   title: "VPP Latency: memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr-lat"
18194   algorithm: "plot_latency_error_bars"
18195   output-file-type: ".html"
18196   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr-lat"
18197   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18198   filter: "'NIC_Intel-XL710' and
18199            '64B' and
18200            ('BASE' or 'SCALE') and
18201            'NDRPDR' and
18202            '1T1C' and
18203            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
18204            not 'VHOST' and
18205            'MEMIF'"
18206   parameters:
18207   - "latency"
18208   - "parent"
18209   - "tags"
18210   sort:
18211   - "L2XCFWD"
18212   - "L2XCFWD"
18213   - "L2XCFWD"
18214   - "L2BDMACLRN"
18215   - "L2BDMACLRN"
18216   - "L2BDMACLRN"
18217   - "IP4FWD"
18218   layout:
18219     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr"
18220     layout: "plot-latency"
18221
18222 - type: "plot"
18223   title: "VPP Latency: memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr-lat"
18224   algorithm: "plot_latency_error_bars"
18225   output-file-type: ".html"
18226   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr-lat"
18227   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18228   filter: "'NIC_Intel-XL710' and
18229            '64B' and
18230            ('BASE' or 'SCALE') and
18231            'NDRPDR' and
18232            '2T2C' and
18233            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
18234            not 'VHOST' and
18235            'MEMIF'"
18236   parameters:
18237   - "latency"
18238   - "parent"
18239   - "tags"
18240   sort:
18241   - "L2XCFWD"
18242   - "L2XCFWD"
18243   - "L2XCFWD"
18244   - "L2BDMACLRN"
18245   - "L2BDMACLRN"
18246   - "L2BDMACLRN"
18247   - "IP4FWD"
18248   layout:
18249     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr"
18250     layout: "plot-latency"
18251
18252 # Packet Latency - VPP Container Memif 3n-skx-x710
18253 - type: "plot"
18254   title: "VPP Latency: memif-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
18255   algorithm: "plot_latency_error_bars"
18256   output-file-type: ".html"
18257   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
18258   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18259   filter: "'NIC_Intel-X710' and
18260            '64B' and
18261            ('BASE' or 'SCALE') and
18262            'NDRPDR' and
18263            '2T1C' and
18264            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
18265            not 'VHOST' and
18266            'MEMIF'"
18267   parameters:
18268   - "latency"
18269   - "parent"
18270   - "tags"
18271   sort:
18272   - "L2XCFWD"
18273   - "L2XCFWD"
18274   - "L2XCFWD"
18275   - "L2BDMACLRN"
18276   - "L2BDMACLRN"
18277   - "L2BDMACLRN"
18278   - "IP4FWD"
18279   layout:
18280     title: "memif-3n-skx-x710-64b-2t1c-base_and_features-ndr"
18281     layout: "plot-latency"
18282
18283 - type: "plot"
18284   title: "VPP Latency: memif-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
18285   algorithm: "plot_latency_error_bars"
18286   output-file-type: ".html"
18287   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
18288   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18289   filter: "'NIC_Intel-X710' and
18290            '64B' and
18291            ('BASE' or 'SCALE') and
18292            'NDRPDR' and
18293            '4T2C' and
18294            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
18295            not 'VHOST' and
18296            'MEMIF'"
18297   parameters:
18298   - "latency"
18299   - "parent"
18300   - "tags"
18301   sort:
18302   - "L2XCFWD"
18303   - "L2XCFWD"
18304   - "L2XCFWD"
18305   - "L2BDMACLRN"
18306   - "L2BDMACLRN"
18307   - "L2BDMACLRN"
18308   - "IP4FWD"
18309   layout:
18310     title: "memif-3n-skx-x710-64b-4t2c-base_and_features-ndr"
18311     layout: "plot-latency"
18312
18313 # Packet Latency - VPP Container Memif 2n-skx-x710
18314 - type: "plot"
18315   title: "VPP Latency: memif-2n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
18316   algorithm: "plot_latency_error_bars"
18317   output-file-type: ".html"
18318   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
18319   data: "plot-vpp-throughput-lat-tsa-2n-skx"
18320   filter: "'NIC_Intel-X710' and
18321            '64B' and
18322            ('BASE' or 'SCALE') and
18323            'NDRPDR' and
18324            '2T1C' and
18325            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
18326            not 'VHOST' and
18327            not 'NF_DENSITY' and
18328            'MEMIF'"
18329   parameters:
18330   - "latency"
18331   - "parent"
18332   - "tags"
18333   sort:
18334   - "L2XCFWD"
18335   - "L2XCFWD"
18336   - "L2XCFWD"
18337   - "L2BDMACLRN"
18338   - "L2BDMACLRN"
18339   - "L2BDMACLRN"
18340   - "IP4FWD"
18341   layout:
18342     title: "memif-2n-skx-x710-64b-2t1c-base_and_features-ndr"
18343     layout: "plot-latency"
18344
18345 - type: "plot"
18346   title: "VPP Latency: memif-2n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
18347   algorithm: "plot_latency_error_bars"
18348   output-file-type: ".html"
18349   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
18350   data: "plot-vpp-throughput-lat-tsa-2n-skx"
18351   filter: "'NIC_Intel-X710' and
18352            '64B' and
18353            ('BASE' or 'SCALE') and
18354            'NDRPDR' and
18355            '4T2C' and
18356            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
18357            not 'VHOST' and
18358            not 'NF_DENSITY' and
18359            'MEMIF'"
18360   parameters:
18361   - "latency"
18362   - "parent"
18363   - "tags"
18364   sort:
18365   - "L2XCFWD"
18366   - "L2XCFWD"
18367   - "L2XCFWD"
18368   - "L2BDMACLRN"
18369   - "L2BDMACLRN"
18370   - "L2BDMACLRN"
18371   - "IP4FWD"
18372   layout:
18373     title: "memif-2n-skx-x710-64b-4t2c-base_and_features-ndr"
18374     layout: "plot-latency"
18375
18376 ## Packet Latency - VPP Container Memif 2n-skx-xxv710
18377 #- type: "plot"
18378 #  title: "VPP Latency: memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr-lat"
18379 #  algorithm: "plot_latency_error_bars"
18380 #  output-file-type: ".html"
18381 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr-lat"
18382 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
18383 #  filter: "'NIC_Intel-XXV710' and
18384 #           '64B' and
18385 #           ('BASE' or 'SCALE') and
18386 #           'NDRPDR' and
18387 #           '2T1C' and
18388 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
18389 #           not 'VHOST' and
18390 #           'MEMIF'"
18391 #  parameters:
18392 #  - "latency"
18393 #  - "parent"
18394 #  - "tags"
18395 #  sort:
18396 #  - "L2XCFWD"
18397 #  - "L2XCFWD"
18398 #  - "L2XCFWD"
18399 #  - "L2BDMACLRN"
18400 #  - "L2BDMACLRN"
18401 #  - "L2BDMACLRN"
18402 #  - "IP4FWD"
18403 #  layout:
18404 #    title: "memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
18405 #    layout: "plot-latency"
18406 #
18407 #- type: "plot"
18408 #  title: "VPP Latency: memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr-lat"
18409 #  algorithm: "plot_latency_error_bars"
18410 #  output-file-type: ".html"
18411 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr-lat"
18412 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
18413 #  filter: "'NIC_Intel-XXV710' and
18414 #           '64B' and
18415 #           ('BASE' or 'SCALE') and
18416 #           'NDRPDR' and
18417 #           '4T2C' and
18418 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
18419 #           not 'VHOST' and
18420 #           'MEMIF'"
18421 #  parameters:
18422 #  - "latency"
18423 #  - "parent"
18424 #  - "tags"
18425 #  sort:
18426 #  - "L2XCFWD"
18427 #  - "L2XCFWD"
18428 #  - "L2XCFWD"
18429 #  - "L2BDMACLRN"
18430 #  - "L2BDMACLRN"
18431 #  - "L2BDMACLRN"
18432 #  - "IP4FWD"
18433 #  layout:
18434 #    title: "memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
18435 #    layout: "plot-latency"
18436
18437 ################################################################################
18438
18439 # Packet Latency - VPP Container Memif 3n-hsw-x520 - l2xc
18440 - type: "plot"
18441   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
18442   algorithm: "plot_latency_error_bars"
18443   output-file-type: ".html"
18444   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
18445   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
18446   filter: "'NIC_Intel-X520-DA2' and
18447            '64B' and
18448            ('BASE' or 'SCALE') and
18449            'NDRPDR' and
18450            '1T1C' and
18451            'L2XCFWD' and
18452            not 'VHOST' and
18453            not 'NF_DENSITY' and
18454            'MEMIF'"
18455   parameters:
18456   - "latency"
18457   - "parent"
18458   - "tags"
18459   sort:
18460   - "1VNF"
18461   - "2VNF"
18462   - "4VNF"
18463   - "2VNF"
18464   - "4VNF"
18465   layout:
18466     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
18467     layout: "plot-latency"
18468
18469 - type: "plot"
18470   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
18471   algorithm: "plot_latency_error_bars"
18472   output-file-type: ".html"
18473   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
18474   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
18475   filter: "'NIC_Intel-X520-DA2' and
18476            '64B' and
18477            ('BASE' or 'SCALE') and
18478            'NDRPDR' and
18479            '2T2C' and
18480            'L2XCFWD' and
18481            not 'VHOST' and
18482            not 'NF_DENSITY' and
18483            'MEMIF'"
18484   parameters:
18485   - "latency"
18486   - "parent"
18487   - "tags"
18488   sort:
18489   - "1VNF"
18490   - "2VNF"
18491   - "4VNF"
18492   - "2VNF"
18493   - "4VNF"
18494   layout:
18495     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
18496     layout: "plot-latency"
18497
18498 # Packet Latency - VPP Container Memif 3n-hsw-x520 - l2bd
18499 - type: "plot"
18500   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
18501   algorithm: "plot_latency_error_bars"
18502   output-file-type: ".html"
18503   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
18504   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
18505   filter: "'NIC_Intel-X520-DA2' and
18506            '64B' and
18507            ('BASE' or 'SCALE') and
18508            'NDRPDR' and
18509            '1T1C' and
18510            ('L2BDMACSTAT' or 'L2BDMACLRN') and
18511            not 'VHOST' and
18512            not 'NF_DENSITY' and
18513            'MEMIF'"
18514   parameters:
18515   - "latency"
18516   - "parent"
18517   - "tags"
18518   sort:
18519   - "1VNF"
18520   - "2VNF"
18521   - "4VNF"
18522   - "2VNF"
18523   - "4VNF"
18524   layout:
18525     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
18526     layout: "plot-latency"
18527
18528 - type: "plot"
18529   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
18530   algorithm: "plot_latency_error_bars"
18531   output-file-type: ".html"
18532   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
18533   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
18534   filter: "'NIC_Intel-X520-DA2' and
18535            '64B' and
18536            ('BASE' or 'SCALE') and
18537            'NDRPDR' and
18538            '2T2C' and
18539            ('L2BDMACSTAT' or 'L2BDMACLRN') and
18540            not 'VHOST' and
18541            not 'NF_DENSITY' and
18542            'MEMIF'"
18543   parameters:
18544   - "latency"
18545   - "parent"
18546   - "tags"
18547   sort:
18548   - "1VNF"
18549   - "2VNF"
18550   - "4VNF"
18551   - "2VNF"
18552   - "4VNF"
18553   layout:
18554     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
18555     layout: "plot-latency"
18556
18557 # Packet Latency - VPP Container Memif 3n-hsw-x710 - l2xc
18558 - type: "plot"
18559   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
18560   algorithm: "plot_latency_error_bars"
18561   output-file-type: ".html"
18562   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
18563   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
18564   filter: "'NIC_Intel-X710' and
18565            '64B' and
18566            ('BASE' or 'SCALE') and
18567            'NDRPDR' and
18568            '1T1C' and
18569            'L2XCFWD' and
18570            not 'VHOST' and
18571            not 'NF_DENSITY' and
18572            'MEMIF'"
18573   parameters:
18574   - "latency"
18575   - "parent"
18576   - "tags"
18577   sort:
18578   - "1VNF"
18579   - "2VNF"
18580   - "4VNF"
18581   - "2VNF"
18582   - "4VNF"
18583   layout:
18584     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
18585     layout: "plot-latency"
18586
18587 - type: "plot"
18588   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
18589   algorithm: "plot_latency_error_bars"
18590   output-file-type: ".html"
18591   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
18592   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
18593   filter: "'NIC_Intel-X710' and
18594            '64B' and
18595            ('BASE' or 'SCALE') and
18596            'NDRPDR' and
18597            '2T2C' and
18598            'L2XCFWD' and
18599            not 'VHOST' and
18600            not 'NF_DENSITY' and
18601            'MEMIF'"
18602   parameters:
18603   - "latency"
18604   - "parent"
18605   - "tags"
18606   sort:
18607   - "1VNF"
18608   - "2VNF"
18609   - "4VNF"
18610   - "2VNF"
18611   - "4VNF"
18612   layout:
18613     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
18614     layout: "plot-latency"
18615
18616 # Packet Latency - VPP Container Memif 3n-hsw-x710 - l2bd
18617 - type: "plot"
18618   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
18619   algorithm: "plot_latency_error_bars"
18620   output-file-type: ".html"
18621   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
18622   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
18623   filter: "'NIC_Intel-X710' and
18624            '64B' and
18625            ('BASE' or 'SCALE') and
18626            'NDRPDR' and
18627            '1T1C' and
18628            ('L2BDMACSTAT' or 'L2BDMACLRN') and
18629            not 'VHOST' and
18630            not 'NF_DENSITY' and
18631            'MEMIF'"
18632   parameters:
18633   - "latency"
18634   - "parent"
18635   - "tags"
18636   sort:
18637   - "1VNF"
18638   - "2VNF"
18639   - "4VNF"
18640   - "2VNF"
18641   - "4VNF"
18642   layout:
18643     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
18644     layout: "plot-latency"
18645
18646 - type: "plot"
18647   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
18648   algorithm: "plot_latency_error_bars"
18649   output-file-type: ".html"
18650   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
18651   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
18652   filter: "'NIC_Intel-X710' and
18653            '64B' and
18654            ('BASE' or 'SCALE') and
18655            'NDRPDR' and
18656            '2T2C' and
18657            ('L2BDMACSTAT' or 'L2BDMACLRN') and
18658            not 'VHOST' and
18659            not 'NF_DENSITY' and
18660            'MEMIF'"
18661   parameters:
18662   - "latency"
18663   - "parent"
18664   - "tags"
18665   sort:
18666   - "1VNF"
18667   - "2VNF"
18668   - "4VNF"
18669   - "2VNF"
18670   - "4VNF"
18671   layout:
18672     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
18673     layout: "plot-latency"
18674
18675 ################################################################################
18676
18677 # Packet Latency - VPP IPv4 3n-hsw-x520 base and scale
18678 - type: "plot"
18679   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18680   algorithm: "plot_latency_error_bars"
18681   output-file-type: ".html"
18682   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18683   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18684   filter: "'NIC_Intel-X520-DA2' and
18685            '64B' and
18686            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18687            'NDRPDR' and
18688            '1T1C' and
18689            'IP4FWD' and
18690            not 'IPSEC' and
18691            not 'DOT1Q' and
18692            not 'VHOST'"
18693   parameters:
18694   - "latency"
18695   - "parent"
18696   - "tags"
18697   sort:
18698   - "DOT1Q"
18699   - "IP4BASE"
18700   - "FIB_20K"
18701   - "FIB_200K"
18702   - "FIB_2M"
18703   layout:
18704     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
18705     layout: "plot-latency"
18706
18707 - type: "plot"
18708   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
18709   algorithm: "plot_latency_error_bars"
18710   output-file-type: ".html"
18711   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
18712   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18713   filter: "'NIC_Intel-X520-DA2' and
18714            '64B' and
18715            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18716            'NDRPDR' and
18717            '2T2C' and
18718            'IP4FWD' and
18719            not 'IPSEC' and
18720            not 'DOT1Q' and
18721            not 'VHOST'"
18722   parameters:
18723   - "latency"
18724   - "parent"
18725   - "tags"
18726   sort:
18727   - "DOT1Q"
18728   - "IP4BASE"
18729   - "FIB_20K"
18730   - "FIB_200K"
18731   - "FIB_2M"
18732   layout:
18733     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
18734     layout: "plot-latency"
18735
18736 # Packet Latency - VPP IPv4 3n-hsw-x520 features
18737 - type: "plot"
18738   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
18739   algorithm: "plot_latency_error_bars"
18740   output-file-type: ".html"
18741   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
18742   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18743   filter: "'NIC_Intel-X520-DA2' and
18744            '64B' and
18745            ('IP4BASE' or
18746             'POLICE_MARK' or
18747             'COPWHLIST' or
18748             ('NAT44' and 'BASE') or
18749             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
18750            'NDRPDR' and
18751            '1T1C' and
18752            'IP4FWD' and
18753            not 'IPSEC' and
18754            not 'VHOST'"
18755   parameters:
18756   - "latency"
18757   - "parent"
18758   - "tags"
18759   sort:
18760   - "DOT1Q"
18761   - "IP4BASE"
18762   - "NAT44"
18763   - "POLICE_MARK"
18764   - "COPWHLIST"
18765   - "IACL"
18766   - "OACL"
18767   layout:
18768     title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
18769     layout: "plot-latency"
18770
18771 - type: "plot"
18772   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
18773   algorithm: "plot_latency_error_bars"
18774   output-file-type: ".html"
18775   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
18776   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18777   filter: "'NIC_Intel-X520-DA2' and
18778            '64B' and
18779            ('IP4BASE' or
18780             'POLICE_MARK' or
18781             'COPWHLIST' or
18782             ('NAT44' and 'BASE') or
18783             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
18784            'NDRPDR' and
18785            '2T2C' and
18786            'IP4FWD' and
18787            not 'IPSEC' and
18788            not 'VHOST'"
18789   parameters:
18790   - "latency"
18791   - "parent"
18792   - "tags"
18793   sort:
18794   - "DOT1Q"
18795   - "IP4BASE"
18796   - "NAT44"
18797   - "POLICE_MARK"
18798   - "COPWHLIST"
18799   - "IACL"
18800   - "OACL"
18801   layout:
18802     title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
18803     layout: "plot-latency"
18804
18805 # Packet Latency - VPP IPv4 3n-hsw-x520 features nat44
18806 - type: "plot"
18807   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
18808   algorithm: "plot_latency_error_bars"
18809   output-file-type: ".html"
18810   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
18811   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18812   filter: "'NIC_Intel-X520-DA2' and
18813            '64B' and
18814            'NDRPDR' and
18815            '1T1C' and
18816            'IP4FWD' and
18817            ('NAT44' or 'IP4BASE') and
18818            not 'DOT1Q' and
18819            not 'IPSEC' and
18820            not 'VHOST'"
18821   parameters:
18822   - "latency"
18823   - "parent"
18824   - "tags"
18825   sort:
18826   - "IP4BASE"
18827   - "BASE"
18828   - "SRC_USER_10"
18829   - "SRC_USER_100"
18830   - "SRC_USER_1000"
18831   - "SRC_USER_2000"
18832   layout:
18833     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
18834     layout: "plot-latency"
18835
18836 - type: "plot"
18837   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat"
18838   algorithm: "plot_latency_error_bars"
18839   output-file-type: ".html"
18840   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat"
18841   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18842   filter: "'NIC_Intel-X520-DA2' and
18843            '64B' and
18844            'NDRPDR' and
18845            '2T2C' and
18846            'IP4FWD' and
18847            ('NAT44' or 'IP4BASE') and
18848            not 'DOT1Q' and
18849            not 'IPSEC' and
18850            not 'VHOST'"
18851   parameters:
18852   - "latency"
18853   - "parent"
18854   - "tags"
18855   sort:
18856   - "IP4BASE"
18857   - "BASE"
18858   - "SRC_USER_10"
18859   - "SRC_USER_100"
18860   - "SRC_USER_1000"
18861   - "SRC_USER_2000"
18862   layout:
18863     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
18864     layout: "plot-latency"
18865
18866 # Packet Latency - VPP IPv4 3n-hsw-x520 features iacl
18867 - type: "plot"
18868   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
18869   algorithm: "plot_latency_error_bars"
18870   output-file-type: ".html"
18871   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
18872   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18873   filter: "'NIC_Intel-X520-DA2' and
18874            '64B' and
18875            'NDRPDR' and
18876            '1T1C' and
18877            'IP4FWD' and
18878            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
18879            not 'IPSEC' and
18880            not 'DOT1Q' and
18881            not 'VHOST'"
18882   parameters:
18883   - "latency"
18884   - "parent"
18885   - "tags"
18886   sort:
18887   - "IP4BASE"
18888   - "ACL_STATELESS"
18889   - "ACL_STATEFUL"
18890   - "ACL_STATELESS"
18891   - "ACL_STATEFUL"
18892   layout:
18893     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
18894     layout: "plot-latency"
18895
18896 - type: "plot"
18897   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
18898   algorithm: "plot_latency_error_bars"
18899   output-file-type: ".html"
18900   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
18901   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18902   filter: "'NIC_Intel-X520-DA2' and
18903            '64B' and
18904            'NDRPDR' and
18905            '2T2C' and
18906            'IP4FWD' and
18907            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
18908            not 'IPSEC' and
18909            not 'DOT1Q' and
18910            not 'VHOST'"
18911   parameters:
18912   - "latency"
18913   - "parent"
18914   - "tags"
18915   sort:
18916   - "IP4BASE"
18917   - "ACL_STATELESS"
18918   - "ACL_STATEFUL"
18919   - "ACL_STATELESS"
18920   - "ACL_STATEFUL"
18921   layout:
18922     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
18923     layout: "plot-latency"
18924
18925 # Packet Latency - VPP IPv4 3n-hsw-x520 features oacl
18926 - type: "plot"
18927   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
18928   algorithm: "plot_latency_error_bars"
18929   output-file-type: ".html"
18930   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
18931   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18932   filter: "'NIC_Intel-X520-DA2' and
18933            '64B' and
18934            'NDRPDR' and
18935            '1T1C' and
18936            'IP4FWD' and
18937            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
18938            not 'IPSEC' and
18939            not 'DOT1Q' and
18940            not 'VHOST'"
18941   parameters:
18942   - "latency"
18943   - "parent"
18944   - "tags"
18945   sort:
18946   - "IP4BASE"
18947   - "ACL_STATELESS"
18948   - "ACL_STATEFUL"
18949   - "ACL_STATELESS"
18950   - "ACL_STATEFUL"
18951   layout:
18952     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
18953     layout: "plot-latency"
18954
18955 - type: "plot"
18956   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
18957   algorithm: "plot_latency_error_bars"
18958   output-file-type: ".html"
18959   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
18960   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18961   filter: "'NIC_Intel-X520-DA2' and
18962            '64B' and
18963            'NDRPDR' and
18964            '2T2C' and
18965            'IP4FWD' and
18966            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
18967            not 'IPSEC' and
18968            not 'DOT1Q' and
18969            not 'VHOST'"
18970   parameters:
18971   - "latency"
18972   - "parent"
18973   - "tags"
18974   sort:
18975   - "IP4BASE"
18976   - "ACL_STATELESS"
18977   - "ACL_STATEFUL"
18978   - "ACL_STATELESS"
18979   - "ACL_STATEFUL"
18980   layout:
18981     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
18982     layout: "plot-latency"
18983
18984 # Packet Latency - VPP IPv4 3n-hsw-x710 base and scale
18985 - type: "plot"
18986   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
18987   algorithm: "plot_latency_error_bars"
18988   output-file-type: ".html"
18989   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
18990   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18991   filter: "'NIC_Intel-X710' and
18992            '64B' and
18993            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18994            'NDRPDR' and
18995            '1T1C' and
18996            'IP4FWD' and
18997            not 'IPSEC' and
18998            not 'DOT1Q' and
18999            not 'VHOST'"
19000   parameters:
19001   - "latency"
19002   - "parent"
19003   - "tags"
19004   sort:
19005   - "IP4BASE"
19006   - "FIB_20K"
19007   - "FIB_200K"
19008   - "FIB_2M"
19009   layout:
19010     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
19011     layout: "plot-latency"
19012
19013 - type: "plot"
19014   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19015   algorithm: "plot_latency_error_bars"
19016   output-file-type: ".html"
19017   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19018   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19019   filter: "'NIC_Intel-X710' and
19020            '64B' and
19021            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19022            'NDRPDR' and
19023            '2T2C' and
19024            'IP4FWD' and
19025            not 'IPSEC' and
19026            not 'DOT1Q' and
19027            not 'VHOST'"
19028   parameters:
19029   - "latency"
19030   - "parent"
19031   - "tags"
19032   sort:
19033   - "IP4BASE"
19034   - "FIB_20K"
19035   - "FIB_200K"
19036   - "FIB_2M"
19037   layout:
19038     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
19039     layout: "plot-latency"
19040
19041 # Packet Latency - VPP IPv4 3n-hsw-x710 features
19042 - type: "plot"
19043   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
19044   algorithm: "plot_latency_error_bars"
19045   output-file-type: ".html"
19046   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
19047   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19048   filter: "'NIC_Intel-X710' and
19049            '64B' and
19050            ('IP4BASE' or
19051             'POLICE_MARK' or
19052             'COPWHLIST' or
19053             ('NAT44' and 'BASE') or
19054             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
19055            'NDRPDR' and
19056            '1T1C' and
19057            'IP4FWD' and
19058            not 'IPSEC' and
19059            not 'VHOST'"
19060   parameters:
19061   - "latency"
19062   - "parent"
19063   - "tags"
19064   sort:
19065   - "DOT1Q"
19066   - "IP4BASE"
19067   - "NAT44"
19068   - "POLICE_MARK"
19069   - "COPWHLIST"
19070   - "IACL"
19071   - "OACL"
19072   layout:
19073     title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
19074     layout: "plot-latency"
19075
19076 - type: "plot"
19077   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
19078   algorithm: "plot_latency_error_bars"
19079   output-file-type: ".html"
19080   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
19081   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
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            '2T2C' 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-hsw-x710-64b-2t2c-features-ndr"
19108     layout: "plot-latency"
19109
19110 # Packet Latency - VPP IPv4 3n-hsw-x710 features nat44
19111 - type: "plot"
19112   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
19113   algorithm: "plot_latency_error_bars"
19114   output-file-type: ".html"
19115   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
19116   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19117   filter: "'NIC_Intel-X710' and
19118            '64B' and
19119            'NDRPDR' and
19120            '1T1C' and
19121            'IP4FWD' and
19122            ('NAT44' or 'IP4BASE') and
19123            not 'IPSEC' and
19124            not 'VHOST'"
19125   parameters:
19126   - "latency"
19127   - "parent"
19128   - "tags"
19129   sort:
19130   - "IP4BASE"
19131   - "BASE"
19132   - "SRC_USER_10"
19133   - "SRC_USER_100"
19134   - "SRC_USER_1000"
19135   - "SRC_USER_2000"
19136   layout:
19137     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
19138     layout: "plot-latency"
19139
19140 - type: "plot"
19141   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat"
19142   algorithm: "plot_latency_error_bars"
19143   output-file-type: ".html"
19144   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat"
19145   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19146   filter: "'NIC_Intel-X710' and
19147            '64B' and
19148            'NDRPDR' and
19149            '2T2C' and
19150            'IP4FWD' and
19151            ('NAT44' or 'IP4BASE') and
19152            not 'IPSEC' and
19153            not 'VHOST'"
19154   parameters:
19155   - "latency"
19156   - "parent"
19157   - "tags"
19158   sort:
19159   - "IP4BASE"
19160   - "BASE"
19161   - "SRC_USER_10"
19162   - "SRC_USER_100"
19163   - "SRC_USER_1000"
19164   - "SRC_USER_2000"
19165   layout:
19166     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
19167     layout: "plot-latency"
19168
19169 # Packet Latency - VPP IPv4 3n-hsw-x710 features iacl
19170 - type: "plot"
19171   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
19172   algorithm: "plot_latency_error_bars"
19173   output-file-type: ".html"
19174   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
19175   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19176   filter: "'NIC_Intel-X710' and
19177            '64B' and
19178            'NDRPDR' and
19179            '1T1C' and
19180            'IP4FWD' and
19181            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
19182            not 'IPSEC' and
19183            not 'VHOST'"
19184   parameters:
19185   - "latency"
19186   - "parent"
19187   - "tags"
19188   sort:
19189   - "IP4BASE"
19190   - "ACL_STATELESS"
19191   - "ACL_STATEFUL"
19192   - "ACL_STATELESS"
19193   - "ACL_STATEFUL"
19194   layout:
19195     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
19196     layout: "plot-latency"
19197
19198 - type: "plot"
19199   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
19200   algorithm: "plot_latency_error_bars"
19201   output-file-type: ".html"
19202   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
19203   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19204   filter: "'NIC_Intel-X710' and
19205            '64B' and
19206            'NDRPDR' and
19207            '2T2C' and
19208            'IP4FWD' and
19209            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
19210            not 'IPSEC' and
19211            not 'VHOST'"
19212   parameters:
19213   - "latency"
19214   - "parent"
19215   - "tags"
19216   sort:
19217   - "IP4BASE"
19218   - "ACL_STATELESS"
19219   - "ACL_STATEFUL"
19220   - "ACL_STATELESS"
19221   - "ACL_STATEFUL"
19222   layout:
19223     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
19224     layout: "plot-latency"
19225
19226 # Packet Latency - VPP IPv4 3n-hsw-xl710 base and scale
19227 - type: "plot"
19228   title: "VPP Latency: ip4-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
19229   algorithm: "plot_latency_error_bars"
19230   output-file-type: ".html"
19231   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
19232   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19233   filter: "'NIC_Intel-XL710' and
19234            '64B' and
19235            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19236            'NDRPDR' and
19237            '1T1C' and
19238            'IP4FWD' and
19239            not 'IPSEC' and
19240            not 'VHOST'"
19241   parameters:
19242   - "latency"
19243   - "parent"
19244   - "tags"
19245   sort:
19246   - "IP4BASE"
19247   - "FIB_20K"
19248   - "FIB_200K"
19249   - "FIB_2M"
19250   layout:
19251     title: "ip4-3n-hsw-xl710-64b-1t1c-base-ndr"
19252     layout: "plot-latency"
19253
19254 - type: "plot"
19255   title: "VPP Latency: ip4-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
19256   algorithm: "plot_latency_error_bars"
19257   output-file-type: ".html"
19258   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
19259   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19260   filter: "'NIC_Intel-XL710' and
19261            '64B' and
19262            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19263            'NDRPDR' and
19264            '2T2C' and
19265            'IP4FWD' and
19266            not 'IPSEC' and
19267            not 'VHOST'"
19268   parameters:
19269   - "latency"
19270   - "parent"
19271   - "tags"
19272   sort:
19273   - "IP4BASE"
19274   - "FIB_20K"
19275   - "FIB_200K"
19276   - "FIB_2M"
19277   layout:
19278     title: "ip4-3n-hsw-xl710-64b-2t2c-base-ndr"
19279     layout: "plot-latency"
19280
19281 # Packet Latency - VPP IPv4 3n-skx-x710 base and scale
19282 - type: "plot"
19283   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19284   algorithm: "plot_latency_error_bars"
19285   output-file-type: ".html"
19286   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19287   data: "plot-vpp-throughput-lat-tsa-3n-skx"
19288   filter: "'NIC_Intel-X710' and
19289            '64B' and
19290            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19291            'NDRPDR' and
19292            '2T1C' and
19293            'IP4FWD' and
19294            not 'IPSEC' and
19295            not 'DOT1Q' and
19296            not 'VHOST'"
19297   parameters:
19298   - "latency"
19299   - "parent"
19300   - "tags"
19301   sort:
19302   - "IP4BASE"
19303   - "FIB_20K"
19304   - "FIB_200K"
19305   - "FIB_2M"
19306   layout:
19307     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
19308     layout: "plot-latency"
19309
19310 - type: "plot"
19311   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19312   algorithm: "plot_latency_error_bars"
19313   output-file-type: ".html"
19314   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19315   data: "plot-vpp-throughput-lat-tsa-3n-skx"
19316   filter: "'NIC_Intel-X710' and
19317            '64B' and
19318            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19319            'NDRPDR' and
19320            '4T2C' and
19321            'IP4FWD' and
19322            not 'IPSEC' and
19323            not 'DOT1Q' and
19324            not 'VHOST'"
19325   parameters:
19326   - "latency"
19327   - "parent"
19328   - "tags"
19329   sort:
19330   - "IP4BASE"
19331   - "FIB_20K"
19332   - "FIB_200K"
19333   - "FIB_2M"
19334   layout:
19335     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
19336     layout: "plot-latency"
19337
19338 # Packet Latency - VPP IPv4 3n-skx-x710 features oacl
19339 - type: "plot"
19340   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
19341   algorithm: "plot_latency_error_bars"
19342   output-file-type: ".html"
19343   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
19344   data: "plot-vpp-throughput-lat-tsa-3n-skx"
19345   filter: "'NIC_Intel-X710' and
19346            '64B' and
19347            ('IP4BASE' or
19348             'POLICE_MARK' or
19349             'COPWHLIST' or
19350             ('NAT44' and 'BASE') or
19351             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
19352            'NDRPDR' and
19353            '2T1C' and
19354            'IP4FWD' and
19355            not 'IPSEC' and
19356            not 'VHOST'"
19357   parameters:
19358   - "latency"
19359   - "parent"
19360   - "tags"
19361   sort:
19362   - "DOT1Q"
19363   - "IP4BASE"
19364   - "NAT44"
19365   - "POLICE_MARK"
19366   - "COPWHLIST"
19367   - "IACL"
19368   - "OACL"
19369   layout:
19370     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
19371     layout: "plot-latency"
19372
19373 - type: "plot"
19374   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
19375   algorithm: "plot_latency_error_bars"
19376   output-file-type: ".html"
19377   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
19378   data: "plot-vpp-throughput-lat-tsa-3n-skx"
19379   filter: "'NIC_Intel-X710' and
19380            '64B' and
19381            ('IP4BASE' or
19382             'POLICE_MARK' or
19383             'COPWHLIST' or
19384             ('NAT44' and 'BASE') or
19385             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
19386            'NDRPDR' and
19387            '4T2C' and
19388            'IP4FWD' and
19389            not 'IPSEC' and
19390            not 'VHOST'"
19391   parameters:
19392   - "latency"
19393   - "parent"
19394   - "tags"
19395   sort:
19396   - "DOT1Q"
19397   - "IP4BASE"
19398   - "NAT44"
19399   - "POLICE_MARK"
19400   - "COPWHLIST"
19401   - "IACL"
19402   - "OACL"
19403   layout:
19404     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
19405     layout: "plot-latency"
19406
19407 # Packet Latency - VPP IPv4 3n-skx-x710 features nat44
19408 - type: "plot"
19409   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
19410   algorithm: "plot_latency_error_bars"
19411   output-file-type: ".html"
19412   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
19413   data: "plot-vpp-throughput-lat-tsa-3n-skx"
19414   filter: "'NIC_Intel-X710' and
19415            '64B' and
19416            'NDRPDR' and
19417            '2T1C' and
19418            'IP4FWD' and
19419            ('NAT44' or 'IP4BASE') and
19420            not 'IPSEC' and
19421            not 'VHOST'"
19422   parameters:
19423   - "latency"
19424   - "parent"
19425   - "tags"
19426   sort:
19427   - "IP4BASE"
19428   - "BASE"
19429   - "SRC_USER_10"
19430   - "SRC_USER_100"
19431   - "SRC_USER_1000"
19432   - "SRC_USER_2000"
19433   layout:
19434     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
19435     layout: "plot-latency"
19436
19437 - type: "plot"
19438   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat"
19439   algorithm: "plot_latency_error_bars"
19440   output-file-type: ".html"
19441   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat"
19442   data: "plot-vpp-throughput-lat-tsa-3n-skx"
19443   filter: "'NIC_Intel-X710' and
19444            '64B' and
19445            'NDRPDR' and
19446            '4T2C' and
19447            'IP4FWD' and
19448            ('NAT44' or 'IP4BASE') and
19449            not 'IPSEC' and
19450            not 'VHOST'"
19451   parameters:
19452   - "latency"
19453   - "parent"
19454   - "tags"
19455   sort:
19456   - "IP4BASE"
19457   - "BASE"
19458   - "SRC_USER_10"
19459   - "SRC_USER_100"
19460   - "SRC_USER_1000"
19461   - "SRC_USER_2000"
19462   layout:
19463     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
19464     layout: "plot-latency"
19465
19466 # Packet Latency - VPP IPv4 3n-skx-x710 features iacl
19467 - type: "plot"
19468   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
19469   algorithm: "plot_latency_error_bars"
19470   output-file-type: ".html"
19471   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
19472   data: "plot-vpp-throughput-lat-tsa-3n-skx"
19473   filter: "'NIC_Intel-X710' and
19474            '64B' and
19475            'NDRPDR' and
19476            '2T1C' and
19477            'IP4FWD' and
19478            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
19479            not 'IPSEC' and
19480            not 'VHOST'"
19481   parameters:
19482   - "latency"
19483   - "parent"
19484   - "tags"
19485   sort:
19486   - "IP4BASE"
19487   - "ACL_STATELESS"
19488   - "ACL_STATEFUL"
19489   - "ACL_STATELESS"
19490   - "ACL_STATEFUL"
19491   layout:
19492     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
19493     layout: "plot-latency"
19494
19495 - type: "plot"
19496   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
19497   algorithm: "plot_latency_error_bars"
19498   output-file-type: ".html"
19499   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
19500   data: "plot-vpp-throughput-lat-tsa-3n-skx"
19501   filter: "'NIC_Intel-X710' and
19502            '64B' and
19503            'NDRPDR' and
19504            '4T2C' and
19505            'IP4FWD' and
19506            'IACL' and
19507            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
19508            not 'IPSEC' and
19509            not 'VHOST'"
19510   parameters:
19511   - "latency"
19512   - "parent"
19513   - "tags"
19514   sort:
19515   - "IP4BASE"
19516   - "ACL_STATELESS"
19517   - "ACL_STATEFUL"
19518   - "ACL_STATELESS"
19519   - "ACL_STATEFUL"
19520   layout:
19521     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
19522     layout: "plot-latency"
19523
19524 # Packet Latency - VPP IPv4 2n-skx-x710 base and scale
19525 - type: "plot"
19526   title: "VPP Latency: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19527   algorithm: "plot_latency_error_bars"
19528   output-file-type: ".html"
19529   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19530   data: "plot-vpp-throughput-lat-tsa-2n-skx"
19531   filter: "'NIC_Intel-X710' and
19532            '64B' and
19533            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19534            'NDRPDR' and
19535            '2T1C' and
19536            'IP4FWD' and
19537            not 'IPSEC' and
19538            not 'DOT1Q' and
19539            not 'VHOST'"
19540   parameters:
19541   - "latency"
19542   - "parent"
19543   - "tags"
19544   sort:
19545   - "IP4BASE"
19546   - "FIB_20K"
19547   - "FIB_200K"
19548   - "FIB_2M"
19549   layout:
19550     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
19551     layout: "plot-latency"
19552
19553 - type: "plot"
19554   title: "VPP Latency: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19555   algorithm: "plot_latency_error_bars"
19556   output-file-type: ".html"
19557   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19558   data: "plot-vpp-throughput-lat-tsa-2n-skx"
19559   filter: "'NIC_Intel-X710' and
19560            '64B' and
19561            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19562            'NDRPDR' and
19563            '4T2C' and
19564            'IP4FWD' and
19565            not 'IPSEC' and
19566            not 'DOT1Q' and
19567            not 'VHOST'"
19568   parameters:
19569   - "latency"
19570   - "parent"
19571   - "tags"
19572   sort:
19573   - "IP4BASE"
19574   - "FIB_20K"
19575   - "FIB_200K"
19576   - "FIB_2M"
19577   layout:
19578     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
19579     layout: "plot-latency"
19580
19581 # Packet Latency - VPP IPv4 2n-skx-x710 base and scale
19582 - type: "plot"
19583   title: "VPP Latency: ip4-2n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
19584   algorithm: "plot_latency_error_bars"
19585   output-file-type: ".html"
19586   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
19587   data: "plot-vpp-throughput-lat-tsa-2n-skx"
19588   filter: "'NIC_Intel-X710' and
19589            '64B' and
19590            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
19591            'NDRPDR' and
19592            '2T1C' and
19593            'IP4FWD' and
19594            not 'IPSEC' and
19595            not 'DOT1Q' and
19596            not 'VHOST'"
19597   parameters:
19598   - "latency"
19599   - "parent"
19600   - "tags"
19601   sort:
19602   - "IP4BASE"
19603   - "ACL_STATELESS"
19604   - "ACL_STATEFUL"
19605   - "ACL_STATELESS"
19606   - "ACL_STATEFUL"
19607   layout:
19608     title: "ip4-2n-skx-x710-64b-2t1c-features-iacl-ndr"
19609     layout: "plot-latency"
19610
19611 - type: "plot"
19612   title: "VPP Latency: ip4-2n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
19613   algorithm: "plot_latency_error_bars"
19614   output-file-type: ".html"
19615   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
19616   data: "plot-vpp-throughput-lat-tsa-2n-skx"
19617   filter: "'NIC_Intel-X710' and
19618            '64B' and
19619            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
19620            'NDRPDR' and
19621            '4T2C' and
19622            'IP4FWD' and
19623            not 'IPSEC' and
19624            not 'DOT1Q' and
19625            not 'VHOST'"
19626   parameters:
19627   - "latency"
19628   - "parent"
19629   - "tags"
19630   sort:
19631   - "IP4BASE"
19632   - "ACL_STATELESS"
19633   - "ACL_STATEFUL"
19634   - "ACL_STATELESS"
19635   - "ACL_STATEFUL"
19636   layout:
19637     title: "ip4-2n-skx-x710-64b-4t2c-features-iacl-ndr"
19638     layout: "plot-latency"
19639
19640 # Packet Latency - VPP IPv4 2n-skx-xxv710 base and scale
19641 - type: "plot"
19642   title: "VPP Latency: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19643   algorithm: "plot_latency_error_bars"
19644   output-file-type: ".html"
19645   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19646   data: "plot-vpp-throughput-lat-tsa-2n-skx"
19647   filter: "'NIC_Intel-XXV710' and
19648            '64B' and
19649            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19650            'NDRPDR' and
19651            '2T1C' and
19652            'IP4FWD' and
19653            not 'IPSEC' and
19654            not 'DOT1Q' and
19655            not 'VHOST'"
19656   parameters:
19657   - "latency"
19658   - "parent"
19659   - "tags"
19660   sort:
19661   - "IP4BASE"
19662   - "FIB_20K"
19663   - "FIB_200K"
19664   - "FIB_2M"
19665   layout:
19666     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
19667     layout: "plot-latency"
19668
19669 - type: "plot"
19670   title: "VPP Latency: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19671   algorithm: "plot_latency_error_bars"
19672   output-file-type: ".html"
19673   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19674   data: "plot-vpp-throughput-lat-tsa-2n-skx"
19675   filter: "'NIC_Intel-XXV710' and
19676            '64B' and
19677            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19678            'NDRPDR' and
19679            '4T2C' and
19680            'IP4FWD' and
19681            not 'IPSEC' and
19682            not 'DOT1Q' and
19683            not 'VHOST'"
19684   parameters:
19685   - "latency"
19686   - "parent"
19687   - "tags"
19688   sort:
19689   - "IP4BASE"
19690   - "FIB_20K"
19691   - "FIB_200K"
19692   - "FIB_2M"
19693   layout:
19694     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
19695     layout: "plot-latency"
19696
19697 ################################################################################
19698
19699 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520 - features
19700 - type: "plot"
19701   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
19702   algorithm: "plot_latency_error_bars"
19703   output-file-type: ".html"
19704   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
19705   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19706   filter: "'NIC_Intel-X520-DA2' and
19707            '64B' and
19708            'ENCAP' and
19709            'NDRPDR' and
19710            '1T1C' and
19711            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
19712            not 'DOT1Q' and
19713            not 'VHOST' and
19714            not 'IPSECHW'"
19715   parameters:
19716   - "latency"
19717   - "parent"
19718   - "tags"
19719   sort:
19720   - "IP4BASE"
19721   - "L2BDMACLRN"
19722   - "L2XCFWD"
19723   - "LISP"
19724   layout:
19725     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
19726     layout: "plot-latency"
19727
19728 - type: "plot"
19729   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
19730   algorithm: "plot_latency_error_bars"
19731   output-file-type: ".html"
19732   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
19733   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19734   filter: "'NIC_Intel-X520-DA2' and
19735            '64B' and
19736            'ENCAP' and
19737            'NDRPDR' and
19738            '2T2C' and
19739            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
19740            not 'DOT1Q' and
19741            not 'VHOST' and
19742            not 'IPSECHW'"
19743   parameters:
19744   - "latency"
19745   - "parent"
19746   - "tags"
19747   sort:
19748   - "IP4BASE"
19749   - "L2BDMACLRN"
19750   - "L2XCFWD"
19751   - "LISP"
19752   layout:
19753     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
19754     layout: "plot-latency"
19755
19756 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710
19757 - type: "plot"
19758   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19759   algorithm: "plot_latency_error_bars"
19760   output-file-type: ".html"
19761   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19762   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19763   filter: "'NIC_Intel-X710' and
19764            '64B' and
19765            'ENCAP' and
19766            'NDRPDR' and
19767            '1T1C' and
19768            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
19769            not 'VHOST' and
19770            not 'IPSECHW'"
19771   parameters:
19772   - "latency"
19773   - "parent"
19774   - "tags"
19775   sort:
19776   - "IP4BASE"
19777   - "LISP"
19778   - "VXLAN_1"
19779   - "VXLAN_10"
19780   - "VXLAN_100"
19781   - "VXLAN_1000"
19782   layout:
19783     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
19784     layout: "plot-latency"
19785
19786 - type: "plot"
19787   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19788   algorithm: "plot_latency_error_bars"
19789   output-file-type: ".html"
19790   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19791   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19792   filter: "'NIC_Intel-X710' and
19793            '64B' and
19794            'ENCAP' and
19795            'NDRPDR' and
19796            '2T2C' and
19797            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
19798            not 'VHOST' and
19799            not 'IPSECHW'"
19800   parameters:
19801   - "latency"
19802   - "parent"
19803   - "tags"
19804   sort:
19805   - "IP4BASE"
19806   - "LISP"
19807   - "VXLAN_1"
19808   - "VXLAN_10"
19809   - "VXLAN_100"
19810   - "VXLAN_1000"
19811   layout:
19812     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
19813     layout: "plot-latency"
19814
19815 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710 - features
19816 - type: "plot"
19817   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
19818   algorithm: "plot_latency_error_bars"
19819   output-file-type: ".html"
19820   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
19821   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19822   filter: "'NIC_Intel-X710' and
19823            '64B' and
19824            'ENCAP' and
19825            'NDRPDR' and
19826            '1T1C' and
19827            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
19828            not 'DOT1Q' and
19829            not 'VHOST' and
19830            not 'IPSECHW'"
19831   parameters:
19832   - "latency"
19833   - "parent"
19834   - "tags"
19835   sort:
19836   - "IP4BASE"
19837   - "L2BDMACLRN"
19838   - "L2XCFWD"
19839   - "LISP"
19840   layout:
19841     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
19842     layout: "plot-latency"
19843
19844 - type: "plot"
19845   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
19846   algorithm: "plot_latency_error_bars"
19847   output-file-type: ".html"
19848   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
19849   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19850   filter: "'NIC_Intel-X710' and
19851            '64B' and
19852            'ENCAP' and
19853            'NDRPDR' and
19854            '2T2C' and
19855            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
19856            not 'DOT1Q' and
19857            not 'VHOST' and
19858            not 'IPSECHW'"
19859   parameters:
19860   - "latency"
19861   - "parent"
19862   - "tags"
19863   sort:
19864   - "IP4BASE"
19865   - "L2BDMACLRN"
19866   - "L2XCFWD"
19867   - "LISP"
19868   layout:
19869     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
19870     layout: "plot-latency"
19871
19872 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710
19873 - type: "plot"
19874   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19875   algorithm: "plot_latency_error_bars"
19876   output-file-type: ".html"
19877   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19878   data: "plot-vpp-throughput-lat-tsa-3n-skx"
19879   filter: "'NIC_Intel-X710' and
19880            '64B' and
19881            'ENCAP' and
19882            'NDRPDR' and
19883            '2T1C' and
19884            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
19885            not 'VHOST' and
19886            not 'IPSECHW'"
19887   parameters:
19888   - "latency"
19889   - "parent"
19890   - "tags"
19891   sort:
19892   - "IP4BASE"
19893   - "LISP"
19894   - "VXLAN_1"
19895   - "VXLAN_10"
19896   - "VXLAN_100"
19897   - "VXLAN_1000"
19898   layout:
19899     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
19900     layout: "plot-latency"
19901
19902 - type: "plot"
19903   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19904   algorithm: "plot_latency_error_bars"
19905   output-file-type: ".html"
19906   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19907   data: "plot-vpp-throughput-lat-tsa-3n-skx"
19908   filter: "'NIC_Intel-X710' and
19909            '64B' and
19910            'ENCAP' and
19911            'NDRPDR' and
19912            '4T2C' and
19913            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
19914            not 'VHOST' and
19915            not 'IPSECHW'"
19916   parameters:
19917   - "latency"
19918   - "parent"
19919   - "tags"
19920   sort:
19921   - "IP4BASE"
19922   - "LISP"
19923   - "VXLAN_1"
19924   - "VXLAN_10"
19925   - "VXLAN_100"
19926   - "VXLAN_1000"
19927   layout:
19928     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
19929     layout: "plot-latency"
19930
19931 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710 - features
19932 - type: "plot"
19933   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
19934   algorithm: "plot_latency_error_bars"
19935   output-file-type: ".html"
19936   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
19937   data: "plot-vpp-throughput-lat-tsa-3n-skx"
19938   filter: "'NIC_Intel-X710' and
19939            '64B' and
19940            'ENCAP' and
19941            'NDRPDR' and
19942            '2T1C' and
19943            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
19944            not 'DOT1Q' and
19945            not 'VHOST' and
19946            not 'IPSECHW'"
19947   parameters:
19948   - "latency"
19949   - "parent"
19950   - "tags"
19951   sort:
19952   - "IP4BASE"
19953   - "L2BDMACLRN"
19954   - "L2XCFWD"
19955   - "LISP"
19956   layout:
19957     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
19958     layout: "plot-latency"
19959
19960 - type: "plot"
19961   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
19962   algorithm: "plot_latency_error_bars"
19963   output-file-type: ".html"
19964   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
19965   data: "plot-vpp-throughput-lat-tsa-3n-skx"
19966   filter: "'NIC_Intel-X710' and
19967            '64B' and
19968            'ENCAP' and
19969            'NDRPDR' and
19970            '4T2C' and
19971            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
19972            not 'DOT1Q' and
19973            not 'VHOST' and
19974            not 'IPSECHW'"
19975   parameters:
19976   - "latency"
19977   - "parent"
19978   - "tags"
19979   sort:
19980   - "IP4BASE"
19981   - "L2BDMACLRN"
19982   - "L2XCFWD"
19983   - "LISP"
19984   layout:
19985     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
19986     layout: "plot-latency"
19987
19988 ################################################################################
19989
19990 # Packet Latency - VPP IPv6 3n-hsw-x520
19991 - type: "plot"
19992   title: "VPP Latency: ip6-3n-hsw-x520-78b-1t1c-base-ndr-lat"
19993   algorithm: "plot_latency_error_bars"
19994   output-file-type: ".html"
19995   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base-ndr-lat"
19996   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19997   filter: "'NIC_Intel-X520-DA2' and
19998            '78B' and
19999            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20000            'NDRPDR' and
20001            '1T1C' and
20002            'IP6FWD' and
20003            not 'SRv6' and
20004            not 'IPSEC' and
20005            not 'VHOST'"
20006   parameters:
20007   - "latency"
20008   - "parent"
20009   - "tags"
20010   sort:
20011   - "IP6BASE"
20012   - "FIB_20K"
20013   - "FIB_200K"
20014   - "FIB_2M"
20015   layout:
20016     title: "ip6-3n-hsw-x520-78b-1t1c-base-ndr"
20017     layout: "plot-latency"
20018
20019 - type: "plot"
20020   title: "VPP Latency: ip6-3n-hsw-x520-78b-2t2c-base-ndr-lat"
20021   algorithm: "plot_latency_error_bars"
20022   output-file-type: ".html"
20023   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base-ndr-lat"
20024   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20025   filter: "'NIC_Intel-X520-DA2' and
20026            '78B' and
20027            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20028            'NDRPDR' and
20029            '2T2C' and
20030            'IP6FWD' and
20031            not 'SRv6' and
20032            not 'IPSEC' and
20033            not 'VHOST'"
20034   parameters:
20035   - "latency"
20036   - "parent"
20037   - "tags"
20038   sort:
20039   - "IP6BASE"
20040   - "FIB_20K"
20041   - "FIB_200K"
20042   - "FIB_2M"
20043   layout:
20044     title: "ip6-3n-hsw-x520-78b-2t2c-base-ndr"
20045     layout: "plot-latency"
20046
20047 # Packet Latency - VPP IPv6 3n-hsw-x710
20048 - type: "plot"
20049   title: "VPP Latency: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
20050   algorithm: "plot_latency_error_bars"
20051   output-file-type: ".html"
20052   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
20053   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20054   filter: "'NIC_Intel-X710' and
20055            '78B' and
20056            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20057            'NDRPDR' and
20058            '1T1C' and
20059            'IP6FWD' and
20060            not 'SRv6' and
20061            not 'IPSEC' and
20062            not 'VHOST'"
20063   parameters:
20064   - "latency"
20065   - "parent"
20066   - "tags"
20067   sort:
20068   - "IP6BASE"
20069   - "FIB_20K"
20070   - "FIB_200K"
20071   - "FIB_2M"
20072   layout:
20073     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
20074     layout: "plot-latency"
20075
20076 - type: "plot"
20077   title: "VPP Latency: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
20078   algorithm: "plot_latency_error_bars"
20079   output-file-type: ".html"
20080   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
20081   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20082   filter: "'NIC_Intel-X710' and
20083            '78B' and
20084            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20085            'NDRPDR' and
20086            '2T2C' and
20087            'IP6FWD' and
20088            not 'SRv6' and
20089            not 'IPSEC' and
20090            not 'VHOST'"
20091   parameters:
20092   - "latency"
20093   - "parent"
20094   - "tags"
20095   sort:
20096   - "IP6BASE"
20097   - "FIB_20K"
20098   - "FIB_200K"
20099   - "FIB_2M"
20100   layout:
20101     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
20102     layout: "plot-latency"
20103
20104 # Packet Latency - VPP IPv6 3n-hsw-xl710
20105 - type: "plot"
20106   title: "VPP Latency: ip6-3n-hsw-xl710-78b-1t1c-base-ndr-lat"
20107   algorithm: "plot_latency_error_bars"
20108   output-file-type: ".html"
20109   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base-ndr-lat"
20110   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20111   filter: "'NIC_Intel-XL710' and
20112            '78B' and
20113            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20114            'NDRPDR' and
20115            '1T1C' and
20116            'IP6FWD' and
20117            not 'SRv6' and
20118            not 'IPSEC' and
20119            not 'VHOST'"
20120   parameters:
20121   - "latency"
20122   - "parent"
20123   - "tags"
20124   sort:
20125   - "IP6BASE"
20126   - "FIB_20K"
20127   - "FIB_200K"
20128   - "FIB_2M"
20129   layout:
20130     title: "ip6-3n-hsw-xl710-78b-1t1c-base-ndr"
20131     layout: "plot-latency"
20132
20133 - type: "plot"
20134   title: "VPP Latency: ip6-3n-hsw-xl710-78b-2t2c-base-ndr-lat"
20135   algorithm: "plot_latency_error_bars"
20136   output-file-type: ".html"
20137   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base-ndr-lat"
20138   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20139   filter: "'NIC_Intel-XL710' and
20140            '78B' and
20141            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20142            'NDRPDR' and
20143            '2T2C' and
20144            'IP6FWD' and
20145            not 'SRv6' and
20146            not 'IPSEC' and
20147            not 'VHOST'"
20148   parameters:
20149   - "latency"
20150   - "parent"
20151   - "tags"
20152   sort:
20153   - "IP6BASE"
20154   - "FIB_20K"
20155   - "FIB_200K"
20156   - "FIB_2M"
20157   layout:
20158     title: "ip6-3n-hsw-xl710-78b-2t2c-base-ndr"
20159     layout: "plot-latency"
20160
20161 # Packet Latency - VPP IPv6 3n-skx-x710
20162 - type: "plot"
20163   title: "VPP Latency: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
20164   algorithm: "plot_latency_error_bars"
20165   output-file-type: ".html"
20166   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
20167   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20168   filter: "'NIC_Intel-X710' and
20169            '78B' and
20170            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20171            'NDRPDR' and
20172            '2T1C' and
20173            'IP6FWD' and
20174            not 'SRv6' and
20175            not 'IPSEC' and
20176            not 'VHOST'"
20177   parameters:
20178   - "latency"
20179   - "parent"
20180   - "tags"
20181   sort:
20182   - "IP6BASE"
20183   - "FIB_20K"
20184   - "FIB_200K"
20185   - "FIB_2M"
20186   layout:
20187     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
20188     layout: "plot-latency"
20189
20190 - type: "plot"
20191   title: "VPP Latency: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
20192   algorithm: "plot_latency_error_bars"
20193   output-file-type: ".html"
20194   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
20195   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20196   filter: "'NIC_Intel-X710' and
20197            '78B' and
20198            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20199            'NDRPDR' and
20200            '4T2C' and
20201            'IP6FWD' and
20202            not 'SRv6' and
20203            not 'IPSEC' and
20204            not 'VHOST'"
20205   parameters:
20206   - "latency"
20207   - "parent"
20208   - "tags"
20209   sort:
20210   - "IP6BASE"
20211   - "FIB_20K"
20212   - "FIB_200K"
20213   - "FIB_2M"
20214   layout:
20215     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
20216     layout: "plot-latency"
20217
20218 # Packet Latency - VPP IPv6 3n-skx-xxv710
20219 - type: "plot"
20220   title: "VPP Latency: ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
20221   algorithm: "plot_latency_error_bars"
20222   output-file-type: ".html"
20223   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
20224   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20225   filter: "'NIC_Intel-XXV710' and
20226            '78B' and
20227            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20228            'NDRPDR' and
20229            '2T1C' and
20230            'IP6FWD' and
20231            not 'SRv6' and
20232            not 'IPSEC' and
20233            not 'VHOST'"
20234   parameters:
20235   - "latency"
20236   - "parent"
20237   - "tags"
20238   sort:
20239   - "IP6BASE"
20240   - "FIB_20K"
20241   - "FIB_200K"
20242   - "FIB_2M"
20243   layout:
20244     title: "ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
20245     layout: "plot-latency"
20246
20247 - type: "plot"
20248   title: "VPP Latency: ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
20249   algorithm: "plot_latency_error_bars"
20250   output-file-type: ".html"
20251   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
20252   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20253   filter: "'NIC_Intel-XXV710' and
20254            '78B' and
20255            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20256            'NDRPDR' and
20257            '4T2C' and
20258            'IP6FWD' and
20259            not 'SRv6' and
20260            not 'IPSEC' and
20261            not 'VHOST'"
20262   parameters:
20263   - "latency"
20264   - "parent"
20265   - "tags"
20266   sort:
20267   - "IP6BASE"
20268   - "FIB_20K"
20269   - "FIB_200K"
20270   - "FIB_2M"
20271   layout:
20272     title: "ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
20273     layout: "plot-latency"
20274
20275 # Packet Latency - VPP IPv6 2n-skx-x710
20276 - type: "plot"
20277   title: "VPP Latency: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
20278   algorithm: "plot_latency_error_bars"
20279   output-file-type: ".html"
20280   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
20281   data: "plot-vpp-throughput-lat-tsa-2n-skx"
20282   filter: "'NIC_Intel-X710' and
20283            '78B' and
20284            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20285            'NDRPDR' and
20286            '2T1C' and
20287            'IP6FWD' and
20288            not 'SRv6' and
20289            not 'IPSEC' and
20290            not 'VHOST'"
20291   parameters:
20292   - "latency"
20293   - "parent"
20294   - "tags"
20295   sort:
20296   - "IP6BASE"
20297   - "FIB_20K"
20298   - "FIB_200K"
20299   - "FIB_2M"
20300   layout:
20301     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
20302     layout: "plot-latency"
20303
20304 - type: "plot"
20305   title: "VPP Latency: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
20306   algorithm: "plot_latency_error_bars"
20307   output-file-type: ".html"
20308   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
20309   data: "plot-vpp-throughput-lat-tsa-2n-skx"
20310   filter: "'NIC_Intel-X710' and
20311            '78B' and
20312            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20313            'NDRPDR' and
20314            '4T2C' and
20315            'IP6FWD' and
20316            not 'SRv6' and
20317            not 'IPSEC' and
20318            not 'VHOST'"
20319   parameters:
20320   - "latency"
20321   - "parent"
20322   - "tags"
20323   sort:
20324   - "IP6BASE"
20325   - "FIB_20K"
20326   - "FIB_200K"
20327   - "FIB_2M"
20328   layout:
20329     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
20330     layout: "plot-latency"
20331
20332 # Packet Latency - VPP IPv6 2n-skx-xxv710
20333 - type: "plot"
20334   title: "VPP Latency: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
20335   algorithm: "plot_latency_error_bars"
20336   output-file-type: ".html"
20337   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
20338   data: "plot-vpp-throughput-lat-tsa-2n-skx"
20339   filter: "'NIC_Intel-XXV710' and
20340            '78B' and
20341            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20342            'NDRPDR' and
20343            '2T1C' and
20344            'IP6FWD' and
20345            not 'SRv6' and
20346            not 'IPSEC' and
20347            not 'VHOST'"
20348   parameters:
20349   - "latency"
20350   - "parent"
20351   - "tags"
20352   sort:
20353   - "IP6BASE"
20354   - "FIB_20K"
20355   - "FIB_200K"
20356   - "FIB_2M"
20357   layout:
20358     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
20359     layout: "plot-latency"
20360
20361 - type: "plot"
20362   title: "VPP Latency: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
20363   algorithm: "plot_latency_error_bars"
20364   output-file-type: ".html"
20365   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
20366   data: "plot-vpp-throughput-lat-tsa-2n-skx"
20367   filter: "'NIC_Intel-XXV710' and
20368            '78B' and
20369            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20370            'NDRPDR' and
20371            '4T2C' and
20372            'IP6FWD' and
20373            not 'SRv6' and
20374            not 'IPSEC' and
20375            not 'VHOST'"
20376   parameters:
20377   - "latency"
20378   - "parent"
20379   - "tags"
20380   sort:
20381   - "IP6BASE"
20382   - "FIB_20K"
20383   - "FIB_200K"
20384   - "FIB_2M"
20385   layout:
20386     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
20387     layout: "plot-latency"
20388
20389 ################################################################################
20390
20391 # Packet Latency - VPP IPv6 tunnels 3n-hsw-x520
20392 - type: "plot"
20393   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-1t1c-base-ndr-lat"
20394   algorithm: "plot_latency_error_bars"
20395   output-file-type: ".html"
20396   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base-ndr-lat"
20397   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20398   filter: "'NIC_Intel-X520-DA2' and
20399            '78B' and
20400            'ENCAP' and
20401            'NDRPDR' and
20402            '1T1C' and
20403            'LISP' and
20404            not 'VHOST'"
20405   parameters:
20406   - "latency"
20407   - "parent"
20408   - "tags"
20409   sort:
20410   - "IP4UNRLAY"
20411   - "IP6UNRLAY"
20412   layout:
20413     title: "ip6tun-3n-hsw-x520-78b-1t1c-base-ndr"
20414     layout: "plot-latency"
20415
20416 - type: "plot"
20417   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-2t2c-base-ndr-lat"
20418   algorithm: "plot_latency_error_bars"
20419   output-file-type: ".html"
20420   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base-ndr-lat"
20421   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20422   filter: "'NIC_Intel-X520-DA2' and
20423            '78B' and
20424            'ENCAP' and
20425            'NDRPDR' and
20426            '2T2C' and
20427            'LISP' and
20428            not 'VHOST'"
20429   parameters:
20430   - "latency"
20431   - "parent"
20432   - "tags"
20433   sort:
20434   - "IP4UNRLAY"
20435   - "IP6UNRLAY"
20436   layout:
20437     title: "ip6tun-3n-hsw-x520-78b-2t2c-base-ndr"
20438     layout: "plot-latency"
20439
20440 ################################################################################
20441
20442 # Packet Latency - VPP IPSec 3n-hsw-xl710 base
20443 - type: "plot"
20444   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
20445   algorithm: "plot_latency_error_bars"
20446   output-file-type: ".html"
20447   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
20448   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20449   filter: "'NIC_Intel-XL710' and
20450            '64B' and
20451            'IP4FWD' and
20452            'NDRPDR' and
20453            'BASE' and
20454            '1T1C' and
20455            'IPSECHW' and
20456            ('IPSECTRAN' or 'IPSECTUN') and
20457            not 'VHOST'"
20458   parameters:
20459   - "latency"
20460   - "parent"
20461   - "tags"
20462   layout:
20463     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
20464     layout: "plot-latency"
20465
20466 - type: "plot"
20467   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
20468   algorithm: "plot_latency_error_bars"
20469   output-file-type: ".html"
20470   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
20471   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20472   filter: "'NIC_Intel-XL710' and
20473            '64B' and
20474            'IP4FWD' and
20475            'NDRPDR' and
20476            'BASE' and
20477            '2T2C' and
20478            'IPSECHW' and
20479            ('IPSECTRAN' or 'IPSECTUN') and
20480            not 'VHOST'"
20481   parameters:
20482   - "latency"
20483   - "parent"
20484   - "tags"
20485   layout:
20486     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
20487     layout: "plot-latency"
20488
20489 # Packet Latency - VPP IPSec 3n-hsw-xl710 scale
20490 - type: "plot"
20491   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
20492   algorithm: "plot_latency_error_bars"
20493   output-file-type: ".html"
20494   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
20495   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20496   filter: "'NIC_Intel-XL710' and
20497            '64B' and
20498            'IP4FWD' and
20499            'NDRPDR' and
20500            'SCALE' and
20501            '1T1C' and
20502            'IPSECHW' and
20503            ('IPSECTRAN' or 'IPSECTUN') and
20504            not 'VHOST'"
20505   parameters:
20506   - "latency"
20507   - "parent"
20508   - "tags"
20509   layout:
20510     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
20511     layout: "plot-latency"
20512
20513 - type: "plot"
20514   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
20515   algorithm: "plot_latency_error_bars"
20516   output-file-type: ".html"
20517   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
20518   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20519   filter: "'NIC_Intel-XL710' and
20520            '64B' and
20521            'IP4FWD' and
20522            'NDRPDR' and
20523            'SCALE' and
20524            '2T2C' and
20525            'IPSECHW' and
20526            ('IPSECTRAN' or 'IPSECTUN') and
20527            not 'VHOST'"
20528   parameters:
20529   - "latency"
20530   - "parent"
20531   - "tags"
20532   layout:
20533     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
20534     layout: "plot-latency"
20535
20536 # Packet Latency - VPP IPSec 3n-hsw-xl710 sw
20537 - type: "plot"
20538   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat"
20539   algorithm: "plot_latency_error_bars"
20540   output-file-type: ".html"
20541   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat"
20542   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20543   filter: "'NIC_Intel-XL710' and
20544            '64B' and
20545            'IP4FWD' and
20546            'NDRPDR' and
20547            '1T1C' and
20548            'IPSECSW' and
20549            ('IPSECTRAN' or 'IPSECTUN') and
20550            not 'VHOST'"
20551   parameters:
20552   - "latency"
20553   - "parent"
20554   - "tags"
20555   layout:
20556     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
20557     layout: "plot-latency"
20558
20559 - type: "plot"
20560   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
20561   algorithm: "plot_latency_error_bars"
20562   output-file-type: ".html"
20563   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
20564   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20565   filter: "'NIC_Intel-XL710' and
20566            '64B' and
20567            'IP4FWD' and
20568            'NDRPDR' and
20569            '2T2C' and
20570            'IPSECSW' and
20571            ('IPSECTRAN' or 'IPSECTUN') and
20572            not 'VHOST'"
20573   parameters:
20574   - "latency"
20575   - "parent"
20576   - "tags"
20577   layout:
20578     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
20579     layout: "plot-latency"
20580
20581 ################################################################################
20582
20583 # Packet Latency - VPP SRv6 3n-hsw-x520
20584 - type: "plot"
20585   title: "VPP Latency: srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
20586   algorithm: "plot_latency_error_bars"
20587   output-file-type: ".html"
20588   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
20589   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20590   filter: "'NIC_Intel-X520-DA2' and
20591            '78B' and
20592            'FEATURE' and
20593            'NDRPDR' and
20594            '1T1C' and
20595            'IP6FWD' and
20596            'SRv6'"
20597   parameters:
20598   - "latency"
20599   - "parent"
20600   - "tags"
20601   layout:
20602     title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
20603     layout: "plot-latency"
20604
20605 - type: "plot"
20606   title: "VPP Latency: srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
20607   algorithm: "plot_latency_error_bars"
20608   output-file-type: ".html"
20609   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
20610   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20611   filter: "'NIC_Intel-X520-DA2' and
20612            '78B' and
20613            'FEATURE' and
20614            'NDRPDR' and
20615            '2T2C' and
20616            'IP6FWD' and
20617            'SRv6'"
20618   parameters:
20619   - "latency"
20620   - "parent"
20621   - "tags"
20622   layout:
20623     title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
20624     layout: "plot-latency"
20625
20626 ################################################################################
20627
20628 # Packet Latency - VPP vhost ip4 3n-hsw-x520
20629 - type: "plot"
20630   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
20631   algorithm: "plot_latency_error_bars"
20632   output-file-type: ".html"
20633   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
20634   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20635   filter: "'NIC_Intel-X520-DA2' and
20636            '64B' and
20637            'NDRPDR' and
20638            'ETH' and
20639            'IP4FWD' and
20640            '1T1C' and
20641            'VHOST_1024' and
20642            not 'VXLAN' and
20643            not 'DOT1Q'"
20644   parameters:
20645   - "latency"
20646   - "parent"
20647   - "tags"
20648   sort:
20649   - "not CFS_OPT"
20650   - "1VM"
20651   - "2VM"
20652   layout:
20653     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
20654     layout: "plot-latency"
20655
20656 - type: "plot"
20657   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
20658   algorithm: "plot_latency_error_bars"
20659   output-file-type: ".html"
20660   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
20661   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20662   filter: "'NIC_Intel-X520-DA2' and
20663            '64B' and
20664            'NDRPDR' and
20665            'ETH' and
20666            'IP4FWD' and
20667            '2T2C' and
20668            'VHOST_1024' and
20669            not 'VXLAN' and
20670            not 'DOT1Q'"
20671   parameters:
20672   - "latency"
20673   - "parent"
20674   - "tags"
20675   sort:
20676   - "not CFS_OPT"
20677   - "1VM"
20678   - "2VM"
20679   layout:
20680     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
20681     layout: "plot-latency"
20682
20683 # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base
20684 - type: "plot"
20685   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
20686   algorithm: "plot_latency_error_bars"
20687   output-file-type: ".html"
20688   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
20689   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20690   filter: "'NIC_Intel-X520-DA2' and
20691            '64B' and
20692            'NDRPDR' and
20693            ('ETH' or 'DOT1Q') and
20694            'BASE' and
20695            '1T1C' and
20696            ('L2BDMACLRN' or 'L2XCFWD') and
20697            'VHOST_1024' and
20698            not 'VXLAN' and
20699            not 'IP4FWD' and
20700            not '2VM'"
20701   parameters:
20702   - "latency"
20703   - "parent"
20704   - "tags"
20705   sort:
20706   - "L2BDMACLRN"
20707   - "L2BDMACLRN"
20708   - "L2BDMACLRN"
20709   - "L2XCFWD"
20710   - "L2XCFWD"
20711   - "L2XCFWD"
20712   layout:
20713     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
20714     layout: "plot-latency"
20715
20716 - type: "plot"
20717   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
20718   algorithm: "plot_latency_error_bars"
20719   output-file-type: ".html"
20720   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
20721   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20722   filter: "'NIC_Intel-X520-DA2' and
20723            '64B' and
20724            'NDRPDR' and
20725            ('ETH' or 'DOT1Q') and
20726            'BASE' and
20727            '2T2C' and
20728            ('L2BDMACLRN' or 'L2XCFWD') and
20729            'VHOST_1024' and
20730            not 'VXLAN' and
20731            not 'IP4FWD' and
20732            not '2VM'"
20733   parameters:
20734   - "latency"
20735   - "parent"
20736   - "tags"
20737   sort:
20738   - "L2BDMACLRN"
20739   - "L2BDMACLRN"
20740   - "L2BDMACLRN"
20741   - "L2XCFWD"
20742   - "L2XCFWD"
20743   - "L2XCFWD"
20744   layout:
20745     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
20746     layout: "plot-latency"
20747
20748 # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base vm
20749 - type: "plot"
20750   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
20751   algorithm: "plot_latency_error_bars"
20752   output-file-type: ".html"
20753   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
20754   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20755   filter: "'NIC_Intel-X520-DA2' and
20756            '64B' and
20757            'NDRPDR' and
20758            ('ETH' or 'DOT1Q') and
20759            '1T1C' and
20760            ('L2BDMACLRN' or 'L2XCFWD') and
20761            'VHOST_1024' and
20762            not 'CFS_OPT' and
20763            not 'DOT1Q' and
20764            not 'VXLAN' and
20765            not 'IP4FWD' and
20766            not 'LBOND'"
20767   parameters:
20768   - "latency"
20769   - "parent"
20770   - "tags"
20771 #  sort:
20772 #  - "1VM"
20773 #  - "L2XCFWD"
20774 #  - "1VM"
20775 #  - "L2BDMACLRN"
20776   layout:
20777     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
20778     layout: "plot-latency"
20779
20780 - type: "plot"
20781   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
20782   algorithm: "plot_latency_error_bars"
20783   output-file-type: ".html"
20784   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
20785   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20786   filter: "'NIC_Intel-X520-DA2' and
20787            '64B' and
20788            'NDRPDR' and
20789            ('ETH' or 'DOT1Q') and
20790            '2T2C' and
20791            ('L2BDMACLRN' or 'L2XCFWD') and
20792            'VHOST_1024' and
20793            not 'CFS_OPT' and
20794            not 'DOT1Q' and
20795            not 'VXLAN' and
20796            not 'IP4FWD' and
20797            not 'LBOND'"
20798   parameters:
20799   - "latency"
20800   - "parent"
20801   - "tags"
20802 #  sort:
20803 #  - "1VM"
20804 #  - "L2XCFWD"
20805 #  - "1VM"
20806 #  - "L2BDMACLRN"
20807   layout:
20808     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
20809     layout: "plot-latency"
20810
20811 # Packet Latency - VPP vhost ip4 3n-hsw-x710
20812 - type: "plot"
20813   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20814   algorithm: "plot_latency_error_bars"
20815   output-file-type: ".html"
20816   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20817   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20818   filter: "'NIC_Intel-X710' and
20819            '64B' and
20820            'NDRPDR' and
20821            'ETH' and
20822            'IP4FWD' and
20823            '1T1C' and
20824            'VHOST_1024' and
20825            not 'VXLAN' and
20826            not 'CFS_OPT' and
20827            not 'DOT1Q'"
20828   parameters:
20829   - "latency"
20830   - "parent"
20831   - "tags"
20832   sort:
20833   - "1VM"
20834   - "2VM"
20835   layout:
20836     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
20837     layout: "plot-latency"
20838
20839 - type: "plot"
20840   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20841   algorithm: "plot_latency_error_bars"
20842   output-file-type: ".html"
20843   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20844   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20845   filter: "'NIC_Intel-X710' and
20846            '64B' and
20847            'NDRPDR' and
20848            'ETH' and
20849            'IP4FWD' and
20850            '2T2C' and
20851            'VHOST_1024' and
20852            not 'VXLAN' and
20853            not 'CFS_OPT' and
20854            not 'DOT1Q'"
20855   parameters:
20856   - "latency"
20857   - "parent"
20858   - "tags"
20859   sort:
20860   - "1VM"
20861   - "2VM"
20862   layout:
20863     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
20864     layout: "plot-latency"
20865
20866 # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base
20867 - type: "plot"
20868   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
20869   algorithm: "plot_latency_error_bars"
20870   output-file-type: ".html"
20871   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
20872   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20873   filter: "'NIC_Intel-X710' and
20874            '64B' and
20875            'NDRPDR' and
20876            ('ETH' or 'DOT1Q') and
20877            'BASE' and
20878            '1T1C' and
20879            ('L2BDMACLRN' or 'L2XCFWD') and
20880            'VHOST_1024' and
20881            not 'VXLAN' and
20882            not 'IP4FWD' and
20883            not '2VM'"
20884   parameters:
20885   - "latency"
20886   - "parent"
20887   - "tags"
20888   sort:
20889   - "L2BDMACLRN"
20890   - "L2BDMACLRN"
20891   - "L2BDMACLRN"
20892   - "L2XCFWD"
20893   - "L2XCFWD"
20894   - "L2XCFWD"
20895   layout:
20896     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
20897     layout: "plot-latency"
20898
20899 - type: "plot"
20900   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
20901   algorithm: "plot_latency_error_bars"
20902   output-file-type: ".html"
20903   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
20904   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20905   filter: "'NIC_Intel-X710' and
20906            '64B' and
20907            'NDRPDR' and
20908            ('ETH' or 'DOT1Q') and
20909            'BASE' and
20910            '2T2C' and
20911            ('L2BDMACLRN' or 'L2XCFWD') and
20912            'VHOST_1024' and
20913            not 'VXLAN' and
20914            not 'IP4FWD' and
20915            not '2VM'"
20916   parameters:
20917   - "latency"
20918   - "parent"
20919   - "tags"
20920   sort:
20921   - "L2BDMACLRN"
20922   - "L2BDMACLRN"
20923   - "L2BDMACLRN"
20924   - "L2XCFWD"
20925   - "L2XCFWD"
20926   - "L2XCFWD"
20927   layout:
20928     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
20929     layout: "plot-latency"
20930
20931 # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base vm
20932 - type: "plot"
20933   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr-lat"
20934   algorithm: "plot_latency_error_bars"
20935   output-file-type: ".html"
20936   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr-lat"
20937   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20938   filter: "'NIC_Intel-X710' and
20939            '64B' and
20940            'NDRPDR' and
20941            ('ETH' or 'DOT1Q') and
20942            '1T1C' and
20943            ('L2BDMACLRN' or 'L2XCFWD') and
20944            'VHOST_1024' and
20945            not 'CFS_OPT' and
20946            not 'VXLAN' and
20947            not 'IP4FWD' and
20948            not 'LBOND'"
20949   parameters:
20950   - "latency"
20951   - "parent"
20952   - "tags"
20953   sort:
20954   - "L2BDMACLRN"
20955   - "L2BDMACLRN"
20956   - "L2BDMACLRN"
20957   - "L2XCFWD"
20958   - "L2XCFWD"
20959   - "L2XCFWD"
20960   layout:
20961     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr"
20962     layout: "plot-latency"
20963
20964 - type: "plot"
20965   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr-lat"
20966   algorithm: "plot_latency_error_bars"
20967   output-file-type: ".html"
20968   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr-lat"
20969   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20970   filter: "'NIC_Intel-X710' and
20971            '64B' and
20972            'NDRPDR' and
20973            ('ETH' or 'DOT1Q') and
20974            '2T2C' and
20975            ('L2BDMACLRN' or 'L2XCFWD') and
20976            'VHOST_1024' and
20977            not 'CFS_OPT' and
20978            not 'VXLAN' and
20979            not 'IP4FWD' and
20980            not 'LBOND'"
20981   parameters:
20982   - "latency"
20983   - "parent"
20984   - "tags"
20985   sort:
20986   - "L2BDMACLRN"
20987   - "L2BDMACLRN"
20988   - "L2BDMACLRN"
20989   - "L2XCFWD"
20990   - "L2XCFWD"
20991   - "L2XCFWD"
20992   layout:
20993     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr"
20994     layout: "plot-latency"
20995
20996 # Packet Latency - VPP vhost ip4 3n-skx-x710
20997 - type: "plot"
20998   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20999   algorithm: "plot_latency_error_bars"
21000   output-file-type: ".html"
21001   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
21002   data: "plot-vpp-throughput-lat-tsa-3n-skx"
21003   filter: "'NIC_Intel-X710' and
21004            '64B' and
21005            'NDRPDR' and
21006            'ETH' and
21007            'IP4FWD' and
21008            '2T1C' and
21009            'VHOST_1024' and
21010            not 'VXLAN' and
21011            not 'DOT1Q'"
21012   parameters:
21013   - "latency"
21014   - "parent"
21015   - "tags"
21016   sort:
21017   - "1VM"
21018   - "2VM"
21019   layout:
21020     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
21021     layout: "plot-latency"
21022
21023 - type: "plot"
21024   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
21025   algorithm: "plot_latency_error_bars"
21026   output-file-type: ".html"
21027   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
21028   data: "plot-vpp-throughput-lat-tsa-3n-skx"
21029   filter: "'NIC_Intel-X710' and
21030            '64B' and
21031            'NDRPDR' and
21032            'ETH' and
21033            'IP4FWD' and
21034            '4T2C' and
21035            'VHOST_1024' and
21036            not 'VXLAN' and
21037            not 'DOT1Q'"
21038   parameters:
21039   - "latency"
21040   - "parent"
21041   - "tags"
21042   sort:
21043   - "1VM"
21044   - "2VM"
21045   layout:
21046     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
21047     layout: "plot-latency"
21048
21049 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base
21050 - type: "plot"
21051   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
21052   algorithm: "plot_latency_error_bars"
21053   output-file-type: ".html"
21054   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
21055   data: "plot-vpp-throughput-lat-tsa-3n-skx"
21056   filter: "'NIC_Intel-X710' and
21057            '64B' and
21058            'NDRPDR' and
21059            ('ETH' or 'DOT1Q') and
21060            'BASE' and
21061            '2T1C' and
21062            ('L2BDMACLRN' or 'L2XCFWD') and
21063            'VHOST_1024' and
21064            not 'VXLAN' and
21065            not 'IP4FWD' and
21066            not '2VM'"
21067   parameters:
21068   - "latency"
21069   - "parent"
21070   - "tags"
21071   sort:
21072   - "L2BDMACLRN"
21073   - "L2BDMACLRN"
21074   - "L2BDMACLRN"
21075   - "L2XCFWD"
21076   - "L2XCFWD"
21077   - "L2XCFWD"
21078   layout:
21079     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr"
21080     layout: "plot-latency"
21081
21082 - type: "plot"
21083   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
21084   algorithm: "plot_latency_error_bars"
21085   output-file-type: ".html"
21086   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
21087   data: "plot-vpp-throughput-lat-tsa-3n-skx"
21088   filter: "'NIC_Intel-X710' and
21089            '64B' and
21090            'NDRPDR' and
21091            ('ETH' or 'DOT1Q') and
21092            'BASE' and
21093            '4T2C' and
21094            ('L2BDMACLRN' or 'L2XCFWD') and
21095            'VHOST_1024' and
21096            not 'VXLAN' and
21097            not 'IP4FWD' and
21098            not '2VM'"
21099   parameters:
21100   - "latency"
21101   - "parent"
21102   - "tags"
21103   sort:
21104   - "L2BDMACLRN"
21105   - "L2BDMACLRN"
21106   - "L2BDMACLRN"
21107   - "L2XCFWD"
21108   - "L2XCFWD"
21109   - "L2XCFWD"
21110   layout:
21111     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr"
21112     layout: "plot-latency"
21113
21114 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base vm
21115 - type: "plot"
21116   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr-lat"
21117   algorithm: "plot_latency_error_bars"
21118   output-file-type: ".html"
21119   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr-lat"
21120   data: "plot-vpp-throughput-lat-tsa-3n-skx"
21121   filter: "'NIC_Intel-X710' and
21122            '64B' and
21123            'NDRPDR' and
21124            ('ETH' or 'DOT1Q') and
21125            '2T1C' and
21126            ('L2BDMACLRN' or 'L2XCFWD') and
21127            'VHOST_1024' and
21128            not 'CFS_OPT' and
21129            not 'VXLAN' and
21130            not 'IP4FWD' and
21131            not 'LBOND'"
21132   parameters:
21133   - "latency"
21134   - "parent"
21135   - "tags"
21136   sort:
21137   - "L2BDMACLRN"
21138   - "L2BDMACLRN"
21139   - "L2BDMACLRN"
21140   - "L2XCFWD"
21141   - "L2XCFWD"
21142   - "L2XCFWD"
21143   layout:
21144     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr"
21145     layout: "plot-latency"
21146
21147 - type: "plot"
21148   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr-lat"
21149   algorithm: "plot_latency_error_bars"
21150   output-file-type: ".html"
21151   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr-lat"
21152   data: "plot-vpp-throughput-lat-tsa-3n-skx"
21153   filter: "'NIC_Intel-X710' and
21154            '64B' and
21155            'NDRPDR' and
21156            ('ETH' or 'DOT1Q') and
21157            '4T2C' and
21158            ('L2BDMACLRN' or 'L2XCFWD') and
21159            'VHOST_1024' and
21160            not 'CFS_OPT' and
21161            not 'VXLAN' and
21162            not 'IP4FWD' and
21163            not 'LBOND'"
21164   parameters:
21165   - "latency"
21166   - "parent"
21167   - "tags"
21168   sort:
21169   - "L2BDMACLRN"
21170   - "L2BDMACLRN"
21171   - "L2BDMACLRN"
21172   - "L2XCFWD"
21173   - "L2XCFWD"
21174   - "L2XCFWD"
21175   layout:
21176     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr"
21177     layout: "plot-latency"
21178
21179 # Packet Latency - VPP vhost ip4 2n-skx-x710
21180 - type: "plot"
21181   title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
21182   algorithm: "plot_latency_error_bars"
21183   output-file-type: ".html"
21184   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
21185   data: "plot-vpp-throughput-lat-tsa-2n-skx"
21186   filter: "'NIC_Intel-X710' and
21187            '64B' and
21188            'NDRPDR' and
21189            'ETH' and
21190            'IP4FWD' and
21191            '2T1C' and
21192            'VHOST_1024' and
21193            not 'VXLAN' and
21194            not 'NF_DENSITY' and
21195            not 'CFS_OPT' and
21196            not 'DOT1Q'"
21197   parameters:
21198   - "latency"
21199   - "parent"
21200   - "tags"
21201   sort:
21202   - "1VM"
21203   - "2VM"
21204   layout:
21205     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
21206     layout: "plot-latency"
21207
21208 - type: "plot"
21209   title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
21210   algorithm: "plot_latency_error_bars"
21211   output-file-type: ".html"
21212   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
21213   data: "plot-vpp-throughput-lat-tsa-2n-skx"
21214   filter: "'NIC_Intel-X710' and
21215            '64B' and
21216            'NDRPDR' and
21217            'ETH' and
21218            'IP4FWD' and
21219            '4T2C' and
21220            'VHOST_1024' and
21221            not 'VXLAN' and
21222            not 'NF_DENSITY' and
21223            not 'CFS_OPT' and
21224            not 'DOT1Q'"
21225   parameters:
21226   - "latency"
21227   - "parent"
21228   - "tags"
21229   sort:
21230   - "1VM"
21231   - "2VM"
21232   layout:
21233     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
21234     layout: "plot-latency"
21235
21236 # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base
21237 - type: "plot"
21238   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
21239   algorithm: "plot_latency_error_bars"
21240   output-file-type: ".html"
21241   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
21242   data: "plot-vpp-throughput-lat-tsa-2n-skx"
21243   filter: "'NIC_Intel-X710' and
21244            '64B' and
21245            'NDRPDR' and
21246            ('ETH' or 'DOT1Q') and
21247            'BASE' and
21248            '2T1C' and
21249            ('L2BDMACLRN' or 'L2XCFWD') and
21250            'VHOST_1024' and
21251            not 'VXLAN' and
21252            not 'NF_DENSITY' and
21253            not 'IP4FWD' and
21254            not '2VM'"
21255   parameters:
21256   - "latency"
21257   - "parent"
21258   - "tags"
21259 #  sort:
21260 #  - "not CFS_OPT"
21261 #  - "L2XCFWD"
21262 #  - "not CFS_OPT"
21263 #  - "CFS_OPT"
21264   layout:
21265     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr"
21266     layout: "plot-latency"
21267
21268 - type: "plot"
21269   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
21270   algorithm: "plot_latency_error_bars"
21271   output-file-type: ".html"
21272   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
21273   data: "plot-vpp-throughput-lat-tsa-2n-skx"
21274   filter: "'NIC_Intel-X710' and
21275            '64B' and
21276            'NDRPDR' and
21277            ('ETH' or 'DOT1Q') and
21278            'BASE' and
21279            '4T2C' and
21280            ('L2BDMACLRN' or 'L2XCFWD') and
21281            'VHOST_1024' and
21282            not 'VXLAN' and
21283            not 'NF_DENSITY' and
21284            not 'IP4FWD' and
21285            not '2VM'"
21286   parameters:
21287   - "latency"
21288   - "parent"
21289   - "tags"
21290 #  sort:
21291 #  - "not CFS_OPT"
21292 #  - "L2XCFWD"
21293 #  - "not CFS_OPT"
21294 #  - "CFS_OPT"
21295   layout:
21296     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr"
21297     layout: "plot-latency"
21298
21299 # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base vm
21300 - type: "plot"
21301   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
21302   algorithm: "plot_latency_error_bars"
21303   output-file-type: ".html"
21304   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
21305   data: "plot-vpp-throughput-lat-tsa-2n-skx"
21306   filter: "'NIC_Intel-X710' and
21307            '64B' and
21308            'NDRPDR' and
21309            ('ETH' or 'DOT1Q') and
21310            '2T1C' and
21311            ('L2BDMACLRN' or 'L2XCFWD') and
21312            'VHOST_1024' and
21313            not 'CFS_OPT' and
21314            not 'VXLAN' and
21315            not 'NF_DENSITY' and
21316            not 'DOT1Q' and
21317            not 'IP4FWD'"
21318   parameters:
21319   - "latency"
21320   - "parent"
21321   - "tags"
21322 #  sort:
21323 #  - "1VM"
21324 #  - "L2XCFWD"
21325 #  - "1VM"
21326 #  - "L2BDMACLRN"
21327   layout:
21328     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
21329     layout: "plot-latency"
21330
21331 - type: "plot"
21332   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
21333   algorithm: "plot_latency_error_bars"
21334   output-file-type: ".html"
21335   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
21336   data: "plot-vpp-throughput-lat-tsa-2n-skx"
21337   filter: "'NIC_Intel-X710' and
21338            '64B' and
21339            'NDRPDR' and
21340            ('ETH' or 'DOT1Q') and
21341            '4T2C' and
21342            ('L2BDMACLRN' or 'L2XCFWD') and
21343            'VHOST_1024' and
21344            not 'CFS_OPT' and
21345            not 'VXLAN' and
21346            not 'NF_DENSITY' and
21347            not 'DOT1Q' and
21348            not 'IP4FWD'"
21349   parameters:
21350   - "latency"
21351   - "parent"
21352   - "tags"
21353 #  sort:
21354 #  - "1VM"
21355 #  - "L2XCFWD"
21356 #  - "1VM"
21357 #  - "L2BDMACLRN"
21358   layout:
21359     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
21360     layout: "plot-latency"
21361
21362 # Packet Latency - VPP vhost ip4 2n-skx-xxv710
21363 - type: "plot"
21364   title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
21365   algorithm: "plot_latency_error_bars"
21366   output-file-type: ".html"
21367   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
21368   data: "plot-vpp-throughput-lat-tsa-2n-skx"
21369   filter: "'NIC_Intel-XXV710' and
21370            '64B' and
21371            'NDRPDR' and
21372            'ETH' and
21373            'IP4FWD' and
21374            '2T1C' and
21375            'VHOST_1024' and
21376            not 'VXLAN' and
21377            not 'CFS_OPT' and
21378            not 'DOT1Q'"
21379   parameters:
21380   - "latency"
21381   - "parent"
21382   - "tags"
21383   sort:
21384   - "not CFS_OPT"
21385   - "1VM"
21386   - "2VM"
21387   layout:
21388     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
21389     layout: "plot-latency"
21390
21391 - type: "plot"
21392   title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
21393   algorithm: "plot_latency_error_bars"
21394   output-file-type: ".html"
21395   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
21396   data: "plot-vpp-throughput-lat-tsa-2n-skx"
21397   filter: "'NIC_Intel-XXV710' and
21398            '64B' and
21399            'NDRPDR' and
21400            'ETH' and
21401            'IP4FWD' and
21402            '4T2C' and
21403            'VHOST_1024' and
21404            not 'VXLAN' and
21405            not 'CFS_OPT' and
21406            not 'DOT1Q'"
21407   parameters:
21408   - "latency"
21409   - "parent"
21410   - "tags"
21411   sort:
21412   - "not CFS_OPT"
21413   - "1VM"
21414   - "2VM"
21415   layout:
21416     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
21417     layout: "plot-latency"
21418
21419 ## Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base
21420 #- type: "plot"
21421 #  title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr-lat"
21422 #  algorithm: "plot_latency_error_bars"
21423 #  output-file-type: ".html"
21424 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr-lat"
21425 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
21426 #  filter: "'NIC_Intel-XXV710' and
21427 #           '64B' and
21428 #           'NDRPDR' and
21429 #           ('ETH' or 'DOT1Q') and
21430 #           'BASE' and
21431 #           '2T1C' and
21432 #           ('L2BDMACLRN' or 'L2XCFWD') and
21433 #           'VHOST_1024' and
21434 #           not 'VXLAN' and
21435 #           not 'IP4FWD' and
21436 #           not '2VM'"
21437 #  parameters:
21438 #  - "latency"
21439 #  - "parent"
21440 #  - "tags"
21441 ##  sort:
21442 ##  - "not CFS_OPT"
21443 ##  - "L2XCFWD"
21444 ##  - "not CFS_OPT"
21445 ##  - "CFS_OPT"
21446 #  layout:
21447 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
21448 #    layout: "plot-latency"
21449 #
21450 #- type: "plot"
21451 #  title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr-lat"
21452 #  algorithm: "plot_latency_error_bars"
21453 #  output-file-type: ".html"
21454 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr-lat"
21455 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
21456 #  filter: "'NIC_Intel-XXV710' and
21457 #           '64B' and
21458 #           'NDRPDR' and
21459 #           ('ETH' or 'DOT1Q') and
21460 #           'BASE' and
21461 #           '4T2C' and
21462 #           ('L2BDMACLRN' or 'L2XCFWD') and
21463 #           'VHOST_1024' and
21464 #           not 'VXLAN' and
21465 #           not 'IP4FWD' and
21466 #           not '2VM'"
21467 #  parameters:
21468 #  - "latency"
21469 #  - "parent"
21470 #  - "tags"
21471 ##  sort:
21472 ##  - "not CFS_OPT"
21473 ##  - "L2XCFWD"
21474 ##  - "not CFS_OPT"
21475 ##  - "CFS_OPT"
21476 #  layout:
21477 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
21478 #    layout: "plot-latency"
21479 #
21480 ## Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base vm
21481 #- type: "plot"
21482 #  title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
21483 #  algorithm: "plot_latency_error_bars"
21484 #  output-file-type: ".html"
21485 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
21486 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
21487 #  filter: "'NIC_Intel-XXV710' and
21488 #           '64B' and
21489 #           'NDRPDR' and
21490 #           ('ETH' or 'DOT1Q') and
21491 #           '2T1C' and
21492 #           ('L2BDMACLRN' or 'L2XCFWD') and
21493 #           'VHOST_1024' and
21494 #           not 'CFS_OPT' and
21495 #           not 'VXLAN' and
21496 #           not 'DOT1Q' and
21497 #           not 'IP4FWD'"
21498 #  parameters:
21499 #  - "latency"
21500 #  - "parent"
21501 #  - "tags"
21502 ##  sort:
21503 ##  - "1VM"
21504 ##  - "L2XCFWD"
21505 ##  - "1VM"
21506 ##  - "L2BDMACLRN"
21507 #  layout:
21508 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
21509 #    layout: "plot-latency"
21510 #
21511 #- type: "plot"
21512 #  title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
21513 #  algorithm: "plot_latency_error_bars"
21514 #  output-file-type: ".html"
21515 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
21516 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
21517 #  filter: "'NIC_Intel-XXV710' and
21518 #           '64B' and
21519 #           'NDRPDR' and
21520 #           ('ETH' or 'DOT1Q') and
21521 #           '4T2C' and
21522 #           ('L2BDMACLRN' or 'L2XCFWD') and
21523 #           'VHOST_1024' and
21524 #           not 'CFS_OPT' and
21525 #           not 'VXLAN' and
21526 #           not 'DOT1Q' and
21527 #           not 'IP4FWD'"
21528 #  parameters:
21529 #  - "latency"
21530 #  - "parent"
21531 #  - "tags"
21532 ##  sort:
21533 ##  - "1VM"
21534 ##  - "L2XCFWD"
21535 ##  - "1VM"
21536 ##  - "L2BDMACLRN"
21537 #  layout:
21538 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
21539 #    layout: "plot-latency"
21540
21541 ################################################################################
21542
21543 # Packet Latency - VPP VTS 3n-hsw-x520
21544 - type: "plot"
21545   title: "VPP Latency: vts-3n-hsw-x520-114b-1t1c-ndr-lat"
21546   algorithm: "plot_latency_error_bars"
21547   output-file-type: ".html"
21548   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr-lat"
21549   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21550   filter: "'NIC_Intel-X520-DA2' and
21551            '114B' and
21552            'NDRPDR' and
21553            '1T1C' and
21554            'VTS'"
21555   parameters:
21556   - "latency"
21557   - "parent"
21558   - "tags"
21559   layout:
21560     title: "vts-3n-hsw-x520-114b-1t1c-ndr"
21561     layout: "plot-latency"
21562
21563 - type: "plot"
21564   title: "VPP Latency: vts-3n-hsw-x520-114b-2t2c-ndr-lat"
21565   algorithm: "plot_latency_error_bars"
21566   output-file-type: ".html"
21567   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr-lat"
21568   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21569   filter: "'NIC_Intel-X520-DA2' and
21570            '114B' and
21571            'NDRPDR' and
21572            '2T2C' and
21573            'VTS'"
21574   parameters:
21575   - "latency"
21576   - "parent"
21577   - "tags"
21578   layout:
21579     title: "vts-3n-hsw-x520-114b-2t2c-ndr"
21580     layout: "plot-latency"
21581
21582 ################################################################################
21583
21584 # Packet Latency - DPDK l3fwd 3n-hsw-x520
21585 - type: "plot"
21586   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
21587   algorithm: "plot_latency_error_bars"
21588   output-file-type: ".html"
21589   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
21590   data: "plot-dpdk-throughput-latency-3n-hsw"
21591   filter: "'NIC_Intel-X520-DA2' and
21592            '64B' and
21593            'BASE' and
21594            'NDRPDR' and
21595            '1T1C' and
21596            'IP4FWD'"
21597   parameters:
21598   - "latency"
21599   - "parent"
21600   - "tags"
21601   layout:
21602     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
21603     layout: "plot-latency"
21604
21605 - type: "plot"
21606   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
21607   algorithm: "plot_latency_error_bars"
21608   output-file-type: ".html"
21609   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
21610   data: "plot-dpdk-throughput-latency-3n-hsw"
21611   filter: "'NIC_Intel-X520-DA2' and
21612            '64B' and
21613            'BASE' and
21614            'NDRPDR' and
21615            '2T2C' and
21616            'IP4FWD'"
21617   parameters:
21618   - "latency"
21619   - "parent"
21620   - "tags"
21621   layout:
21622     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
21623     layout: "plot-latency"
21624
21625 # Packet Latency - DPDK l3fwd 3n-hsw-x710
21626 - type: "plot"
21627   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
21628   algorithm: "plot_latency_error_bars"
21629   output-file-type: ".html"
21630   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
21631   data: "plot-dpdk-throughput-latency-3n-hsw"
21632   filter: "'NIC_Intel-X710' and
21633            '64B' and
21634            'BASE' and
21635            'NDRPDR' and
21636            '1T1C' and
21637            'IP4FWD'"
21638   parameters:
21639   - "latency"
21640   - "parent"
21641   - "tags"
21642   layout:
21643     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
21644     layout: "plot-latency"
21645
21646 - type: "plot"
21647   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
21648   algorithm: "plot_latency_error_bars"
21649   output-file-type: ".html"
21650   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
21651   data: "plot-dpdk-throughput-latency-3n-hsw"
21652   filter: "'NIC_Intel-X710' and
21653            '64B' and
21654            'BASE' and
21655            'NDRPDR' and
21656            '2T2C' and
21657            'IP4FWD'"
21658   parameters:
21659   - "latency"
21660   - "parent"
21661   - "tags"
21662   layout:
21663     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
21664     layout: "plot-latency"
21665
21666 # Packet Latency - DPDK l3fwd 3n-hsw-xl710
21667 - type: "plot"
21668   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
21669   algorithm: "plot_latency_error_bars"
21670   output-file-type: ".html"
21671   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
21672   data: "plot-dpdk-throughput-latency-3n-hsw"
21673   filter: "'NIC_Intel-XL710' and
21674            '64B' and
21675            'BASE' and
21676            'NDRPDR' and
21677            '1T1C' and
21678            'IP4FWD'"
21679   parameters:
21680   - "latency"
21681   - "parent"
21682   - "tags"
21683   layout:
21684     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
21685     layout: "plot-latency"
21686
21687 - type: "plot"
21688   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
21689   algorithm: "plot_latency_error_bars"
21690   output-file-type: ".html"
21691   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
21692   data: "plot-dpdk-throughput-latency-3n-hsw"
21693   filter: "'NIC_Intel-XL710' and
21694            '64B' and
21695            'BASE' and
21696            'NDRPDR' and
21697            '2T2C' and
21698            'IP4FWD'"
21699   parameters:
21700   - "latency"
21701   - "parent"
21702   - "tags"
21703   layout:
21704     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
21705     layout: "plot-latency"
21706
21707 # Packet Latency - DPDK l3fwd 3n-skx-x710
21708 - type: "plot"
21709   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
21710   algorithm: "plot_latency_error_bars"
21711   output-file-type: ".html"
21712   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
21713   data: "plot-dpdk-throughput-latency-3n-skx"
21714   filter: "'NIC_Intel-X710' and
21715            '64B' and
21716            'BASE' and
21717            'NDRPDR' and
21718            '2T1C' and
21719            'IP4FWD'"
21720   parameters:
21721   - "latency"
21722   - "parent"
21723   - "tags"
21724   layout:
21725     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
21726     layout: "plot-latency"
21727
21728 - type: "plot"
21729   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
21730   algorithm: "plot_latency_error_bars"
21731   output-file-type: ".html"
21732   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
21733   data: "plot-dpdk-throughput-latency-3n-skx"
21734   filter: "'NIC_Intel-X710' and
21735            '64B' and
21736            'BASE' and
21737            'NDRPDR' and
21738            '4T2C' and
21739            'IP4FWD'"
21740   parameters:
21741   - "latency"
21742   - "parent"
21743   - "tags"
21744   layout:
21745     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
21746     layout: "plot-latency"
21747
21748 # Packet Latency - DPDK l3fwd 3n-skx-xxv710
21749 - type: "plot"
21750   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
21751   algorithm: "plot_latency_error_bars"
21752   output-file-type: ".html"
21753   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
21754   data: "plot-dpdk-throughput-latency-3n-skx"
21755   filter: "'NIC_Intel-XXV710' and
21756            '64B' and
21757            'BASE' and
21758            'NDRPDR' and
21759            '2T1C' and
21760            'IP4FWD'"
21761   parameters:
21762   - "latency"
21763   - "parent"
21764   - "tags"
21765   layout:
21766     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
21767     layout: "plot-latency"
21768
21769 - type: "plot"
21770   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
21771   algorithm: "plot_latency_error_bars"
21772   output-file-type: ".html"
21773   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
21774   data: "plot-dpdk-throughput-latency-3n-skx"
21775   filter: "'NIC_Intel-XXV710' and
21776            '64B' and
21777            'BASE' and
21778            'NDRPDR' and
21779            '4T2C' and
21780            'IP4FWD'"
21781   parameters:
21782   - "latency"
21783   - "parent"
21784   - "tags"
21785   layout:
21786     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
21787     layout: "plot-latency"
21788
21789 # Packet Latency - DPDK l3fwd 2n-skx-x710
21790 - type: "plot"
21791   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
21792   algorithm: "plot_latency_error_bars"
21793   output-file-type: ".html"
21794   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
21795   data: "plot-dpdk-throughput-latency-2n-skx"
21796   filter: "'NIC_Intel-X710' and
21797            '64B' and
21798            'BASE' and
21799            'NDRPDR' and
21800            '2T1C' and
21801            'IP4FWD'"
21802   parameters:
21803   - "latency"
21804   - "parent"
21805   - "tags"
21806   layout:
21807     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
21808     layout: "plot-latency"
21809
21810 - type: "plot"
21811   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
21812   algorithm: "plot_latency_error_bars"
21813   output-file-type: ".html"
21814   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
21815   data: "plot-dpdk-throughput-latency-2n-skx"
21816   filter: "'NIC_Intel-X710' and
21817            '64B' and
21818            'BASE' and
21819            'NDRPDR' and
21820            '4T2C' and
21821            'IP4FWD'"
21822   parameters:
21823   - "latency"
21824   - "parent"
21825   - "tags"
21826   layout:
21827     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
21828     layout: "plot-latency"
21829
21830 # Packet Latency - DPDK l3fwd 2n-skx-xxv710
21831 - type: "plot"
21832   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
21833   algorithm: "plot_latency_error_bars"
21834   output-file-type: ".html"
21835   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
21836   data: "plot-dpdk-throughput-latency-2n-skx"
21837   filter: "'NIC_Intel-XXV710' and
21838            '64B' and
21839            'BASE' and
21840            'NDRPDR' and
21841            '2T1C' and
21842            'IP4FWD'"
21843   parameters:
21844   - "latency"
21845   - "parent"
21846   - "tags"
21847   layout:
21848     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
21849     layout: "plot-latency"
21850
21851 - type: "plot"
21852   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
21853   algorithm: "plot_latency_error_bars"
21854   output-file-type: ".html"
21855   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
21856   data: "plot-dpdk-throughput-latency-2n-skx"
21857   filter: "'NIC_Intel-XXV710' and
21858            '64B' and
21859            'BASE' and
21860            'NDRPDR' and
21861            '4T2C' and
21862            'IP4FWD'"
21863   parameters:
21864   - "latency"
21865   - "parent"
21866   - "tags"
21867   layout:
21868     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
21869     layout: "plot-latency"
21870
21871 ################################################################################
21872
21873 # Packet Latency - DPDK testpmd 3n-hsw-x520
21874 - type: "plot"
21875   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
21876   algorithm: "plot_latency_error_bars"
21877   output-file-type: ".html"
21878   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
21879   data: "plot-dpdk-throughput-latency-3n-hsw"
21880   filter: "'NIC_Intel-X520-DA2' and
21881            '64B' and
21882            'BASE' and
21883            'NDRPDR' and
21884            '1T1C' and
21885            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21886   parameters:
21887   - "latency"
21888   - "parent"
21889   - "tags"
21890   layout:
21891     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
21892     layout: "plot-latency"
21893
21894 - type: "plot"
21895   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
21896   algorithm: "plot_latency_error_bars"
21897   output-file-type: ".html"
21898   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
21899   data: "plot-dpdk-throughput-latency-3n-hsw"
21900   filter: "'NIC_Intel-X520-DA2' and
21901            '64B' and
21902            'BASE' and
21903            'NDRPDR' and
21904            '2T2C' and
21905            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21906   parameters:
21907   - "latency"
21908   - "parent"
21909   - "tags"
21910   layout:
21911     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
21912     layout: "plot-latency"
21913
21914 # Packet Latency - DPDK testpmd 3n-hsw-x710
21915 - type: "plot"
21916   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
21917   algorithm: "plot_latency_error_bars"
21918   output-file-type: ".html"
21919   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
21920   data: "plot-dpdk-throughput-latency-3n-hsw"
21921   filter: "'NIC_Intel-X710' and
21922            '64B' and
21923            'BASE' and
21924            'NDRPDR' and
21925            '1T1C' and
21926            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21927   parameters:
21928   - "latency"
21929   - "parent"
21930   - "tags"
21931   layout:
21932     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
21933     layout: "plot-latency"
21934
21935 - type: "plot"
21936   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
21937   algorithm: "plot_latency_error_bars"
21938   output-file-type: ".html"
21939   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
21940   data: "plot-dpdk-throughput-latency-3n-hsw"
21941   filter: "'NIC_Intel-X710' and
21942            '64B' and
21943            'BASE' and
21944            'NDRPDR' and
21945            '2T2C' and
21946            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21947   parameters:
21948   - "latency"
21949   - "parent"
21950   - "tags"
21951   layout:
21952     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
21953     layout: "plot-latency"
21954
21955 # Packet Latency - DPDK testpmd 3n-hsw-xl710
21956 - type: "plot"
21957   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
21958   algorithm: "plot_latency_error_bars"
21959   output-file-type: ".html"
21960   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
21961   data: "plot-dpdk-throughput-latency-3n-hsw"
21962   filter: "'NIC_Intel-XL710' and
21963            '64B' and
21964            'BASE' and
21965            'NDRPDR' and
21966            '1T1C' and
21967            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21968   parameters:
21969   - "latency"
21970   - "parent"
21971   - "tags"
21972   layout:
21973     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
21974     layout: "plot-latency"
21975
21976 - type: "plot"
21977   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
21978   algorithm: "plot_latency_error_bars"
21979   output-file-type: ".html"
21980   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
21981   data: "plot-dpdk-throughput-latency-3n-hsw"
21982   filter: "'NIC_Intel-XL710' and
21983            '64B' and
21984            'BASE' and
21985            'NDRPDR' and
21986            '2T2C' and
21987            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21988   parameters:
21989   - "latency"
21990   - "parent"
21991   - "tags"
21992   layout:
21993     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
21994     layout: "plot-latency"
21995
21996 # Packet Latency - DPDK testpmd 3n-skx-x710
21997 - type: "plot"
21998   title: "DPDK Latency: testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
21999   algorithm: "plot_latency_error_bars"
22000   output-file-type: ".html"
22001   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
22002   data: "plot-dpdk-throughput-latency-3n-skx"
22003   filter: "'NIC_Intel-X710' and
22004            '64B' and
22005            'BASE' and
22006            'NDRPDR' and
22007            '2T1C' and
22008            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22009   parameters:
22010   - "latency"
22011   - "parent"
22012   - "tags"
22013   layout:
22014     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
22015     layout: "plot-latency"
22016
22017 - type: "plot"
22018   title: "DPDK Latency: testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
22019   algorithm: "plot_latency_error_bars"
22020   output-file-type: ".html"
22021   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
22022   data: "plot-dpdk-throughput-latency-3n-skx"
22023   filter: "'NIC_Intel-X710' and
22024            '64B' and
22025            'BASE' and
22026            'NDRPDR' and
22027            '4T2C' and
22028            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22029   parameters:
22030   - "latency"
22031   - "parent"
22032   - "tags"
22033   layout:
22034     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
22035     layout: "plot-latency"
22036
22037 # Packet Latency - DPDK testpmd 3n-skx-xxv710
22038 - type: "plot"
22039   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
22040   algorithm: "plot_latency_error_bars"
22041   output-file-type: ".html"
22042   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
22043   data: "plot-dpdk-throughput-latency-3n-skx"
22044   filter: "'NIC_Intel-XXV710' and
22045            '64B' and
22046            'BASE' and
22047            'NDRPDR' and
22048            '2T1C' and
22049            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22050   parameters:
22051   - "latency"
22052   - "parent"
22053   - "tags"
22054   layout:
22055     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
22056     layout: "plot-latency"
22057
22058 - type: "plot"
22059   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
22060   algorithm: "plot_latency_error_bars"
22061   output-file-type: ".html"
22062   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
22063   data: "plot-dpdk-throughput-latency-3n-skx"
22064   filter: "'NIC_Intel-XXV710' and
22065            '64B' and
22066            'BASE' and
22067            'NDRPDR' and
22068            '4T2C' and
22069            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22070   parameters:
22071   - "latency"
22072   - "parent"
22073   - "tags"
22074   layout:
22075     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
22076     layout: "plot-latency"
22077
22078 # Packet Latency - DPDK testpmd 2n-skx-x710
22079 - type: "plot"
22080   title: "DPDK Latency: testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
22081   algorithm: "plot_latency_error_bars"
22082   output-file-type: ".html"
22083   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
22084   data: "plot-dpdk-throughput-latency-2n-skx"
22085   filter: "'NIC_Intel-X710' and
22086            '64B' and
22087            'BASE' and
22088            'NDRPDR' and
22089            '2T1C' and
22090            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22091   parameters:
22092   - "latency"
22093   - "parent"
22094   - "tags"
22095   layout:
22096     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
22097     layout: "plot-latency"
22098
22099 - type: "plot"
22100   title: "DPDK Latency: testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
22101   algorithm: "plot_latency_error_bars"
22102   output-file-type: ".html"
22103   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
22104   data: "plot-dpdk-throughput-latency-2n-skx"
22105   filter: "'NIC_Intel-X710' and
22106            '64B' and
22107            'BASE' and
22108            'NDRPDR' and
22109            '4T2C' and
22110            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22111   parameters:
22112   - "latency"
22113   - "parent"
22114   - "tags"
22115   layout:
22116     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
22117     layout: "plot-latency"
22118
22119 # Packet Latency - DPDK testpmd 2n-skx-xxv710
22120 - type: "plot"
22121   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
22122   algorithm: "plot_latency_error_bars"
22123   output-file-type: ".html"
22124   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
22125   data: "plot-dpdk-throughput-latency-2n-skx"
22126   filter: "'NIC_Intel-XXV710' and
22127            '64B' and
22128            'BASE' and
22129            'NDRPDR' and
22130            '2T1C' and
22131            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22132   parameters:
22133   - "latency"
22134   - "parent"
22135   - "tags"
22136   layout:
22137     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
22138     layout: "plot-latency"
22139
22140 - type: "plot"
22141   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
22142   algorithm: "plot_latency_error_bars"
22143   output-file-type: ".html"
22144   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
22145   data: "plot-dpdk-throughput-latency-2n-skx"
22146   filter: "'NIC_Intel-XXV710' and
22147            '64B' and
22148            'BASE' and
22149            'NDRPDR' and
22150            '4T2C' and
22151            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22152   parameters:
22153   - "latency"
22154   - "parent"
22155   - "tags"
22156   layout:
22157     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
22158     layout: "plot-latency"
22159
22160 ################################################################################
22161
22162 # Speedup - VPP Container Memif 3n-hsw-x520
22163 - type: "plot"
22164   title: "Speedup: memif-3n-hsw-x520-64b-base_and_features-ndr-tsa"
22165   algorithm: "plot_throughput_speedup_analysis"
22166   output-file-type: ".html"
22167   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_features-ndr-tsa"
22168   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
22169   filter: "'NIC_Intel-X520-DA2' and
22170            '64B' and
22171            ('BASE' or 'SCALE') and
22172            'NDRPDR' and
22173            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
22174            not 'VHOST' and
22175            'MEMIF'"
22176   parameters:
22177   - "throughput"
22178   - "parent"
22179   - "tags"
22180   sort:
22181   - "L2XCFWD"
22182   - "L2XCFWD"
22183   - "L2XCFWD"
22184   - "L2BDMACLRN"
22185   - "L2BDMACLRN"
22186   - "L2BDMACLRN"
22187   - "IP4FWD"
22188   layout:
22189     title: "memif-3n-hsw-x520-64b-base_and_features-ndr"
22190     layout: "plot-throughput-speedup-analysis"
22191
22192 - type: "plot"
22193   title: "Speedup: memif-3n-hsw-x520-64b-base_and_features-pdr-tsa"
22194   algorithm: "plot_throughput_speedup_analysis"
22195   output-file-type: ".html"
22196   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_features-pdr-tsa"
22197   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
22198   filter: "'NIC_Intel-X520-DA2' and
22199            '64B' and
22200            ('BASE' or 'SCALE') and
22201            'NDRPDR' and
22202            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
22203            not 'VHOST' and
22204            'MEMIF'"
22205   parameters:
22206   - "throughput"
22207   - "parent"
22208   - "tags"
22209   sort:
22210   - "L2XCFWD"
22211   - "L2XCFWD"
22212   - "L2XCFWD"
22213   - "L2BDMACLRN"
22214   - "L2BDMACLRN"
22215   - "L2BDMACLRN"
22216   - "IP4FWD"
22217   layout:
22218     title: "memif-3n-hsw-x520-64b-base_and_features-pdr"
22219     layout: "plot-throughput-speedup-analysis"
22220
22221 # Speedup - VPP Container Memif 3n-hsw-x710
22222 - type: "plot"
22223   title: "Speedup: memif-3n-hsw-x710-64b-base_and_features-ndr-tsa"
22224   algorithm: "plot_throughput_speedup_analysis"
22225   output-file-type: ".html"
22226   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_features-ndr-tsa"
22227   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
22228   filter: "'NIC_Intel-X710' and
22229            '64B' and
22230            ('BASE' or 'SCALE') and
22231            'NDRPDR' and
22232            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
22233            not 'VHOST' and
22234            'MEMIF'"
22235   parameters:
22236   - "throughput"
22237   - "parent"
22238   - "tags"
22239   sort:
22240   - "L2XCFWD"
22241   - "L2XCFWD"
22242   - "L2XCFWD"
22243   - "L2BDMACLRN"
22244   - "L2BDMACLRN"
22245   - "L2BDMACLRN"
22246   - "IP4FWD"
22247   layout:
22248     title: "memif-3n-hsw-x710-64b-base_and_features-ndr"
22249     layout: "plot-throughput-speedup-analysis"
22250
22251 - type: "plot"
22252   title: "Speedup: memif-3n-hsw-x710-64b-base_and_features-pdr-tsa"
22253   algorithm: "plot_throughput_speedup_analysis"
22254   output-file-type: ".html"
22255   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_features-pdr-tsa"
22256   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
22257   filter: "'NIC_Intel-X710' and
22258            '64B' and
22259            ('BASE' or 'SCALE') and
22260            'NDRPDR' and
22261            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
22262            not 'VHOST' and
22263            'MEMIF'"
22264   parameters:
22265   - "throughput"
22266   - "parent"
22267   - "tags"
22268   sort:
22269   - "L2XCFWD"
22270   - "L2XCFWD"
22271   - "L2XCFWD"
22272   - "L2BDMACLRN"
22273   - "L2BDMACLRN"
22274   - "L2BDMACLRN"
22275   - "IP4FWD"
22276   layout:
22277     title: "memif-3n-hsw-x710-64b-base_and_features-pdr"
22278     layout: "plot-throughput-speedup-analysis"
22279
22280 # Speedup - VPP Container Memif 3n-hsw-xl710
22281 - type: "plot"
22282   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_features-ndr-tsa"
22283   algorithm: "plot_throughput_speedup_analysis"
22284   output-file-type: ".html"
22285   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_features-ndr-tsa"
22286   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
22287   filter: "'NIC_Intel-XL710' and
22288            '64B' and
22289            ('BASE' or 'SCALE') and
22290            'NDRPDR' and
22291            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
22292            not 'VHOST' and
22293            'MEMIF'"
22294   parameters:
22295   - "throughput"
22296   - "parent"
22297   - "tags"
22298   sort:
22299   - "L2XCFWD"
22300   - "L2XCFWD"
22301   - "L2XCFWD"
22302   - "L2BDMACLRN"
22303   - "L2BDMACLRN"
22304   - "L2BDMACLRN"
22305   - "IP4FWD"
22306   layout:
22307     title: "memif-3n-hsw-xl710-64b-base_and_features-ndr"
22308     layout: "plot-throughput-speedup-analysis"
22309
22310 - type: "plot"
22311   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_features-pdr-tsa"
22312   algorithm: "plot_throughput_speedup_analysis"
22313   output-file-type: ".html"
22314   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_features-pdr-tsa"
22315   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
22316   filter: "'NIC_Intel-XL710' and
22317            '64B' and
22318            ('BASE' or 'SCALE') and
22319            'NDRPDR' and
22320            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
22321            not 'VHOST' and
22322            'MEMIF'"
22323   parameters:
22324   - "throughput"
22325   - "parent"
22326   - "tags"
22327   sort:
22328   - "L2XCFWD"
22329   - "L2XCFWD"
22330   - "L2XCFWD"
22331   - "L2BDMACLRN"
22332   - "L2BDMACLRN"
22333   - "L2BDMACLRN"
22334   - "IP4FWD"
22335   layout:
22336     title: "memif-3n-hsw-xl710-64b-base_and_features-pdr"
22337     layout: "plot-throughput-speedup-analysis"
22338
22339 # Speedup - VPP Container Memif 3n-skx-x710
22340 - type: "plot"
22341   title: "Speedup: memif-3n-skx-x710-64b-base_and_features-ndr-tsa"
22342   algorithm: "plot_throughput_speedup_analysis"
22343   output-file-type: ".html"
22344   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_features-ndr-tsa"
22345   data: "plot-vpp-throughput-lat-tsa-3n-skx"
22346   filter: "'NIC_Intel-X710' and
22347            '64B' and
22348            ('BASE' or 'SCALE') and
22349            'NDRPDR' and
22350            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
22351            not 'VHOST' and
22352            'MEMIF'"
22353   parameters:
22354   - "throughput"
22355   - "parent"
22356   - "tags"
22357   sort:
22358   - "L2XCFWD"
22359   - "L2XCFWD"
22360   - "L2XCFWD"
22361   - "L2BDMACLRN"
22362   - "L2BDMACLRN"
22363   - "L2BDMACLRN"
22364   - "IP4FWD"
22365   layout:
22366     title: "memif-3n-skx-x710-64b-base_and_features-ndr"
22367     layout: "plot-throughput-speedup-analysis"
22368
22369 - type: "plot"
22370   title: "Speedup: memif-3n-skx-x710-64b-base_and_features-pdr-tsa"
22371   algorithm: "plot_throughput_speedup_analysis"
22372   output-file-type: ".html"
22373   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_features-pdr-tsa"
22374   data: "plot-vpp-throughput-lat-tsa-3n-skx"
22375   filter: "'NIC_Intel-X710' and
22376            '64B' and
22377            ('BASE' or 'SCALE') and
22378            'NDRPDR' and
22379            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
22380            not 'VHOST' and
22381            'MEMIF'"
22382   parameters:
22383   - "throughput"
22384   - "parent"
22385   - "tags"
22386   sort:
22387   - "L2XCFWD"
22388   - "L2XCFWD"
22389   - "L2XCFWD"
22390   - "L2BDMACLRN"
22391   - "L2BDMACLRN"
22392   - "L2BDMACLRN"
22393   - "IP4FWD"
22394   layout:
22395     title: "memif-3n-skx-x710-64b-base_and_features-pdr"
22396     layout: "plot-throughput-speedup-analysis"
22397
22398 # Speedup - VPP Container Memif 2n-skx-x710
22399 - type: "plot"
22400   title: "Speedup: memif-2n-skx-x710-64b-base_and_features-ndr-tsa"
22401   algorithm: "plot_throughput_speedup_analysis"
22402   output-file-type: ".html"
22403   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_features-ndr-tsa"
22404   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22405   filter: "'NIC_Intel-X710' and
22406            '64B' and
22407            ('BASE' or 'SCALE') and
22408            'NDRPDR' and
22409            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
22410            not 'VHOST' and
22411            not 'NF_DENSITY' and
22412            'MEMIF'"
22413   parameters:
22414   - "throughput"
22415   - "parent"
22416   - "tags"
22417   sort:
22418   - "L2XCFWD"
22419   - "L2XCFWD"
22420   - "L2XCFWD"
22421   - "L2BDMACLRN"
22422   - "L2BDMACLRN"
22423   - "L2BDMACLRN"
22424   - "IP4FWD"
22425   layout:
22426     title: "memif-2n-skx-x710-64b-base_and_features-ndr"
22427     layout: "plot-throughput-speedup-analysis"
22428
22429 - type: "plot"
22430   title: "Speedup: memif-2n-skx-x710-64b-base_and_features-pdr-tsa"
22431   algorithm: "plot_throughput_speedup_analysis"
22432   output-file-type: ".html"
22433   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_features-pdr-tsa"
22434   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22435   filter: "'NIC_Intel-X710' and
22436            '64B' and
22437            ('BASE' or 'SCALE') and
22438            'NDRPDR' and
22439            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
22440            not 'VHOST' and
22441            not 'NF_DENSITY' and
22442            'MEMIF'"
22443   parameters:
22444   - "throughput"
22445   - "parent"
22446   - "tags"
22447   sort:
22448   - "L2XCFWD"
22449   - "L2XCFWD"
22450   - "L2XCFWD"
22451   - "L2BDMACLRN"
22452   - "L2BDMACLRN"
22453   - "L2BDMACLRN"
22454   - "IP4FWD"
22455   layout:
22456     title: "memif-2n-skx-x710-64b-base_and_features-pdr"
22457     layout: "plot-throughput-speedup-analysis"
22458
22459 ## Speedup - VPP Container Memif 2n-skx-xxv710
22460 #- type: "plot"
22461 #  title: "Speedup: memif-2n-skx-xxv710-64b-base_and_features-ndr-tsa"
22462 #  algorithm: "plot_throughput_speedup_analysis"
22463 #  output-file-type: ".html"
22464 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_features-ndr-tsa"
22465 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
22466 #  filter: "'NIC_Intel-XXV710' and
22467 #           '64B' and
22468 #           ('BASE' or 'SCALE') and
22469 #           'NDRPDR' and
22470 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
22471 #           not 'VHOST' and
22472 #           'MEMIF'"
22473 #  parameters:
22474 #  - "throughput"
22475 #  - "parent"
22476 #  - "tags"
22477 #  sort:
22478 #  - "L2XCFWD"
22479 #  - "L2XCFWD"
22480 #  - "L2XCFWD"
22481 #  - "L2BDMACLRN"
22482 #  - "L2BDMACLRN"
22483 #  - "L2BDMACLRN"
22484 #  - "IP4FWD"
22485 #  layout:
22486 #    title: "memif-2n-skx-xxv710-64b-base_and_features-ndr"
22487 #    layout: "plot-throughput-speedup-analysis"
22488 #
22489 #- type: "plot"
22490 #  title: "Speedup: memif-2n-skx-xxv710-64b-base_and_features-pdr-tsa"
22491 #  algorithm: "plot_throughput_speedup_analysis"
22492 #  output-file-type: ".html"
22493 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_features-pdr-tsa"
22494 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
22495 #  filter: "'NIC_Intel-XXV710' and
22496 #           '64B' and
22497 #           ('BASE' or 'SCALE') and
22498 #           'NDRPDR' and
22499 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
22500 #           not 'VHOST' and
22501 #           'MEMIF'"
22502 #  parameters:
22503 #  - "throughput"
22504 #  - "parent"
22505 #  - "tags"
22506 #  sort:
22507 #  - "L2XCFWD"
22508 #  - "L2XCFWD"
22509 #  - "L2XCFWD"
22510 #  - "L2BDMACLRN"
22511 #  - "L2BDMACLRN"
22512 #  - "L2BDMACLRN"
22513 #  - "IP4FWD"
22514 #  layout:
22515 #    title: "memif-2n-skx-xxv710-64b-base_and_features-pdr"
22516 #    layout: "plot-throughput-speedup-analysis"
22517
22518 ################################################################################
22519
22520 # Speedup - VPP Container k8s memif 3n-hsw-x520 - l2xc
22521 - type: "plot"
22522   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
22523   algorithm: "plot_throughput_speedup_analysis"
22524   output-file-type: ".html"
22525   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
22526   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
22527   filter: "'NIC_Intel-X520-DA2' and
22528            '64B' and
22529            ('BASE' or 'SCALE') and
22530            'NDRPDR' and
22531            'L2XCFWD' and
22532            not 'VHOST' and
22533            not 'NF_DENSITY' and
22534            'MEMIF'"
22535   parameters:
22536   - "throughput"
22537   - "parent"
22538   - "tags"
22539   sort:
22540   - "1VNF"
22541   - "2VNF"
22542   - "4VNF"
22543   - "2VNF"
22544   - "4VNF"
22545   layout:
22546     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2xc"
22547     layout: "plot-throughput-speedup-analysis"
22548
22549 - type: "plot"
22550   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
22551   algorithm: "plot_throughput_speedup_analysis"
22552   output-file-type: ".html"
22553   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
22554   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
22555   filter: "'NIC_Intel-X520-DA2' and
22556            '64B' and
22557            ('BASE' or 'SCALE') and
22558            'NDRPDR' and
22559            'L2XCFWD' and
22560            not 'VHOST' and
22561            not 'NF_DENSITY' and
22562            'MEMIF'"
22563   parameters:
22564   - "throughput"
22565   - "parent"
22566   - "tags"
22567   sort:
22568   - "1VNF"
22569   - "2VNF"
22570   - "4VNF"
22571   - "2VNF"
22572   - "4VNF"
22573   layout:
22574     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr"
22575     layout: "plot-throughput-speedup-analysis"
22576
22577 # Speedup - VPP Container k8s memif 3n-hsw-x520 - l2bd
22578 - type: "plot"
22579   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
22580   algorithm: "plot_throughput_speedup_analysis"
22581   output-file-type: ".html"
22582   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
22583   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
22584   filter: "'NIC_Intel-X520-DA2' and
22585            '64B' and
22586            ('BASE' or 'SCALE') and
22587            'NDRPDR' and
22588            ('L2BDMACSTAT' or 'L2BDMACLRN') and
22589            not 'VHOST' and
22590            not 'NF_DENSITY' and
22591            'MEMIF'"
22592   parameters:
22593   - "throughput"
22594   - "parent"
22595   - "tags"
22596   sort:
22597   - "1VNF"
22598   - "2VNF"
22599   - "4VNF"
22600   - "2VNF"
22601   - "4VNF"
22602   layout:
22603     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2bd"
22604     layout: "plot-throughput-speedup-analysis"
22605
22606 - type: "plot"
22607   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
22608   algorithm: "plot_throughput_speedup_analysis"
22609   output-file-type: ".html"
22610   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
22611   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
22612   filter: "'NIC_Intel-X520-DA2' and
22613            '64B' and
22614            ('BASE' or 'SCALE') and
22615            'NDRPDR' and
22616            ('L2BDMACSTAT' or 'L2BDMACLRN') and
22617            not 'VHOST' and
22618            not 'NF_DENSITY' and
22619            'MEMIF'"
22620   parameters:
22621   - "throughput"
22622   - "parent"
22623   - "tags"
22624   sort:
22625   - "1VNF"
22626   - "2VNF"
22627   - "4VNF"
22628   - "2VNF"
22629   - "4VNF"
22630   layout:
22631     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr"
22632     layout: "plot-throughput-speedup-analysis"
22633
22634 # Speedup - VPP Container Memif 3n-hsw-x710 - l2xc
22635 - type: "plot"
22636   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
22637   algorithm: "plot_throughput_speedup_analysis"
22638   output-file-type: ".html"
22639   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
22640   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
22641   filter: "'NIC_Intel-X710' and
22642            '64B' and
22643            ('BASE' or 'SCALE') and
22644            'NDRPDR' and
22645            'L2XCFWD' and
22646            not 'VHOST' and
22647            not 'NF_DENSITY' and
22648            'MEMIF'"
22649   parameters:
22650   - "throughput"
22651   - "parent"
22652   - "tags"
22653   sort:
22654   - "1VNF"
22655   - "2VNF"
22656   - "4VNF"
22657   - "2VNF"
22658   - "4VNF"
22659   layout:
22660     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr"
22661     layout: "plot-throughput-speedup-analysis"
22662
22663 - type: "plot"
22664   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
22665   algorithm: "plot_throughput_speedup_analysis"
22666   output-file-type: ".html"
22667   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
22668   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
22669   filter: "'NIC_Intel-X710' and
22670            '64B' and
22671            ('BASE' or 'SCALE') and
22672            'NDRPDR' and
22673            'L2XCFWD' and
22674            not 'VHOST' and
22675            not 'NF_DENSITY' and
22676            'MEMIF'"
22677   parameters:
22678   - "throughput"
22679   - "parent"
22680   - "tags"
22681   sort:
22682   - "1VNF"
22683   - "2VNF"
22684   - "4VNF"
22685   - "2VNF"
22686   - "4VNF"
22687   layout:
22688     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr"
22689     layout: "plot-throughput-speedup-analysis"
22690
22691 # Speedup - VPP Container Memif 3n-hsw-x710 - l2bd
22692 - type: "plot"
22693   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
22694   algorithm: "plot_throughput_speedup_analysis"
22695   output-file-type: ".html"
22696   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
22697   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
22698   filter: "'NIC_Intel-X710' and
22699            '64B' and
22700            ('BASE' or 'SCALE') and
22701            'NDRPDR' and
22702            ('L2BDMACSTAT' or 'L2BDMACLRN') and
22703            not 'VHOST' and
22704            not 'NF_DENSITY' and
22705            'MEMIF'"
22706   parameters:
22707   - "throughput"
22708   - "parent"
22709   - "tags"
22710   sort:
22711   - "1VNF"
22712   - "2VNF"
22713   - "4VNF"
22714   - "2VNF"
22715   - "4VNF"
22716   layout:
22717     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr"
22718     layout: "plot-throughput-speedup-analysis"
22719
22720 - type: "plot"
22721   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
22722   algorithm: "plot_throughput_speedup_analysis"
22723   output-file-type: ".html"
22724   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
22725   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
22726   filter: "'NIC_Intel-X710' and
22727            '64B' and
22728            ('BASE' or 'SCALE') and
22729            'NDRPDR' and
22730            ('L2BDMACSTAT' or 'L2BDMACLRN') and
22731            not 'VHOST' and
22732            not 'NF_DENSITY' and
22733            'MEMIF'"
22734   parameters:
22735   - "throughput"
22736   - "parent"
22737   - "tags"
22738   sort:
22739   - "1VNF"
22740   - "2VNF"
22741   - "4VNF"
22742   - "2VNF"
22743   - "4VNF"
22744   layout:
22745     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr"
22746     layout: "plot-throughput-speedup-analysis"
22747
22748 ################################################################################
22749
22750 # Speedup - VPP IPv4 3n-hsw-x520 base and scale
22751 - type: "plot"
22752   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
22753   algorithm: "plot_throughput_speedup_analysis"
22754   output-file-type: ".html"
22755   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
22756   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
22757   filter: "'NIC_Intel-X520-DA2' and
22758            '64B' and
22759            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22760            'NDRPDR' and
22761            'IP4FWD' and
22762            not 'IPSEC' and
22763            not 'DOT1Q' and
22764            not 'VHOST'"
22765   parameters:
22766   - "throughput"
22767   - "parent"
22768   - "tags"
22769   sort:
22770   - "DOT1Q"
22771   - "IP4BASE"
22772   - "FIB_20K"
22773   - "FIB_200K"
22774   - "FIB_2M"
22775   layout:
22776     title: "ip4-3n-hsw-x520-64b-base_and_scale-ndr"
22777     layout: "plot-throughput-speedup-analysis"
22778
22779 - type: "plot"
22780   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
22781   algorithm: "plot_throughput_speedup_analysis"
22782   output-file-type: ".html"
22783   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
22784   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
22785   filter: "'NIC_Intel-X520-DA2' and
22786            '64B' and
22787            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22788            'NDRPDR' and
22789            'IP4FWD' and
22790            not 'IPSEC' and
22791            not 'DOT1Q' and
22792            not 'VHOST'"
22793   parameters:
22794   - "throughput"
22795   - "parent"
22796   - "tags"
22797   sort:
22798   - "DOT1Q"
22799   - "IP4BASE"
22800   - "FIB_20K"
22801   - "FIB_200K"
22802   - "FIB_2M"
22803   layout:
22804     title: "ip4-3n-hsw-x520-64b-base_and_scale-pdr"
22805     layout: "plot-throughput-speedup-analysis"
22806
22807 # Speedup - VPP IPv4 3n-hsw-x520 features
22808 - type: "plot"
22809   title: "Speedup: ip4-3n-hsw-x520-64b-features-ndr-tsa"
22810   algorithm: "plot_throughput_speedup_analysis"
22811   output-file-type: ".html"
22812   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-ndr-tsa"
22813   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
22814   filter: "'NIC_Intel-X520-DA2' and
22815            '64B' and
22816            ('IP4BASE' or
22817             'POLICE_MARK' or
22818             'COPWHLIST' or
22819             ('NAT44' and 'BASE') or
22820             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
22821            'NDRPDR' and
22822            'IP4FWD' and
22823            not 'IPSEC' and
22824            not 'VHOST'"
22825   parameters:
22826   - "throughput"
22827   - "parent"
22828   - "tags"
22829   sort:
22830   - "DOT1Q"
22831   - "IP4BASE"
22832   - "NAT44"
22833   - "POLICE_MARK"
22834   - "COPWHLIST"
22835   - "IACL"
22836   - "OACL"
22837   layout:
22838     title: "ip4-3n-hsw-x520-64b-features-ndr"
22839     layout: "plot-throughput-speedup-analysis"
22840
22841 - type: "plot"
22842   title: "Speedup: ip4-3n-hsw-x520-64b-features-pdr-tsa"
22843   algorithm: "plot_throughput_speedup_analysis"
22844   output-file-type: ".html"
22845   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-pdr-tsa"
22846   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
22847   filter: "'NIC_Intel-X520-DA2' and
22848            '64B' and
22849            ('IP4BASE' or
22850             'POLICE_MARK' or
22851             'COPWHLIST' or
22852             ('NAT44' and 'BASE') or
22853             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
22854            'NDRPDR' and
22855            'IP4FWD' and
22856            not 'IPSEC' and
22857            not 'VHOST'"
22858   parameters:
22859   - "throughput"
22860   - "parent"
22861   - "tags"
22862   sort:
22863   - "DOT1Q"
22864   - "IP4BASE"
22865   - "NAT44"
22866   - "POLICE_MARK"
22867   - "COPWHLIST"
22868   - "IACL"
22869   - "OACL"
22870   layout:
22871     title: "ip4-3n-hsw-x520-64b-features-pdr"
22872     layout: "plot-throughput-speedup-analysis"
22873
22874 # Speedup - VPP IPv4 3n-hsw-x520 features nat44
22875 - type: "plot"
22876   title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
22877   algorithm: "plot_throughput_speedup_analysis"
22878   output-file-type: ".html"
22879   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
22880   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
22881   filter: "'NIC_Intel-X520-DA2' and
22882            '64B' and
22883            'NDRPDR' and
22884            'IP4FWD' and
22885            ('NAT44' or 'IP4BASE') and
22886            not 'DOT1Q' and
22887            not 'IPSEC' and
22888            not 'VHOST'"
22889   parameters:
22890   - "throughput"
22891   - "parent"
22892   - "tags"
22893   sort:
22894   - "IP4BASE"
22895   - "BASE"
22896   - "SRC_USER_10"
22897   - "SRC_USER_100"
22898   - "SRC_USER_1000"
22899   - "SRC_USER_2000"
22900   layout:
22901     title: "ip4-3n-hsw-x520-64b-features-nat44-ndr"
22902     layout: "plot-throughput-speedup-analysis"
22903
22904 - type: "plot"
22905   title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
22906   algorithm: "plot_throughput_speedup_analysis"
22907   output-file-type: ".html"
22908   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
22909   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
22910   filter: "'NIC_Intel-X520-DA2' and
22911            '64B' and
22912            'NDRPDR' and
22913            'IP4FWD' and
22914            ('NAT44' or 'IP4BASE') and
22915            not 'DOT1Q' and
22916            not 'IPSEC' and
22917            not 'VHOST'"
22918   parameters:
22919   - "throughput"
22920   - "parent"
22921   - "tags"
22922   sort:
22923   - "IP4BASE"
22924   - "BASE"
22925   - "SRC_USER_10"
22926   - "SRC_USER_100"
22927   - "SRC_USER_1000"
22928   - "SRC_USER_2000"
22929   layout:
22930     title: "ip4-3n-hsw-x520-64b-features-nat44-pdr"
22931     layout: "plot-throughput-speedup-analysis"
22932
22933 # Speedup - VPP IPv4 3n-hsw-x520 features iacl
22934 - type: "plot"
22935   title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
22936   algorithm: "plot_throughput_speedup_analysis"
22937   output-file-type: ".html"
22938   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
22939   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
22940   filter: "'NIC_Intel-X520-DA2' and
22941            '64B' and
22942            'NDRPDR' and
22943            'IP4FWD' and
22944            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
22945            not 'IPSEC' and
22946            not 'DOT1Q' and
22947            not 'VHOST'"
22948   parameters:
22949   - "throughput"
22950   - "parent"
22951   - "tags"
22952   sort:
22953   - "IP4BASE"
22954   - "ACL_STATELESS"
22955   - "ACL_STATEFUL"
22956   - "ACL_STATELESS"
22957   - "ACL_STATEFUL"
22958   layout:
22959     title: "ip4-3n-hsw-x520-64b-features-iacl-ndr"
22960     layout: "plot-throughput-speedup-analysis"
22961
22962 - type: "plot"
22963   title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
22964   algorithm: "plot_throughput_speedup_analysis"
22965   output-file-type: ".html"
22966   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
22967   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
22968   filter: "'NIC_Intel-X520-DA2' and
22969            '64B' and
22970            'NDRPDR' and
22971            'IP4FWD' and
22972            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
22973            not 'IPSEC' and
22974            not 'DOT1Q' and
22975            not 'VHOST'"
22976   parameters:
22977   - "throughput"
22978   - "parent"
22979   - "tags"
22980   sort:
22981   - "IP4BASE"
22982   - "ACL_STATELESS"
22983   - "ACL_STATEFUL"
22984   - "ACL_STATELESS"
22985   - "ACL_STATEFUL"
22986   layout:
22987     title: "ip4-3n-hsw-x520-64b-features-iacl-pdr"
22988     layout: "plot-throughput-speedup-analysis"
22989
22990 # Speedup - VPP IPv4 3n-hsw-x520 features oacl
22991 - type: "plot"
22992   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
22993   algorithm: "plot_throughput_speedup_analysis"
22994   output-file-type: ".html"
22995   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
22996   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
22997   filter: "'NIC_Intel-X520-DA2' and
22998            '64B' and
22999            'NDRPDR' and
23000            'IP4FWD' and
23001            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
23002            not 'IPSEC' and
23003            not 'DOT1Q' and
23004            not 'VHOST'"
23005   parameters:
23006   - "throughput"
23007   - "parent"
23008   - "tags"
23009   sort:
23010   - "IP4BASE"
23011   - "ACL_STATELESS"
23012   - "ACL_STATEFUL"
23013   - "ACL_STATELESS"
23014   - "ACL_STATEFUL"
23015   layout:
23016     title: "ip4-3n-hsw-x520-64b-features-oacl-ndr"
23017     layout: "plot-throughput-speedup-analysis"
23018
23019 - type: "plot"
23020   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
23021   algorithm: "plot_throughput_speedup_analysis"
23022   output-file-type: ".html"
23023   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
23024   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23025   filter: "'NIC_Intel-X520-DA2' and
23026            '64B' and
23027            'NDRPDR' and
23028            'IP4FWD' and
23029            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
23030            not 'IPSEC' and
23031            not 'DOT1Q' and
23032            not 'VHOST'"
23033   parameters:
23034   - "throughput"
23035   - "parent"
23036   - "tags"
23037   sort:
23038   - "IP4BASE"
23039   - "ACL_STATELESS"
23040   - "ACL_STATEFUL"
23041   - "ACL_STATELESS"
23042   - "ACL_STATEFUL"
23043   layout:
23044     title: "ip4-3n-hsw-x520-64b-features-oacl-pdr"
23045     layout: "plot-throughput-speedup-analysis"
23046
23047 # Speedup - VPP IPv4 3n-hsw-x710 base and scale
23048 - type: "plot"
23049   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
23050   algorithm: "plot_throughput_speedup_analysis"
23051   output-file-type: ".html"
23052   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
23053   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23054   filter: "'NIC_Intel-X710' and
23055            '64B' and
23056            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23057            'NDRPDR' and
23058            'IP4FWD' and
23059            not 'IPSEC' and
23060            not 'DOT1Q' and
23061            not 'VHOST'"
23062   parameters:
23063   - "throughput"
23064   - "parent"
23065   - "tags"
23066   sort:
23067   - "IP4BASE"
23068   - "FIB_20K"
23069   - "FIB_200K"
23070   - "FIB_2M"
23071   layout:
23072     title: "ip4-3n-hsw-x710-64b-base_and_scale-ndr"
23073     layout: "plot-throughput-speedup-analysis"
23074
23075 - type: "plot"
23076   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
23077   algorithm: "plot_throughput_speedup_analysis"
23078   output-file-type: ".html"
23079   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
23080   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23081   filter: "'NIC_Intel-X710' and
23082            '64B' and
23083            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23084            'NDRPDR' and
23085            'IP4FWD' and
23086            not 'IPSEC' and
23087            not 'DOT1Q' and
23088            not 'VHOST'"
23089   parameters:
23090   - "throughput"
23091   - "parent"
23092   - "tags"
23093   sort:
23094   - "IP4BASE"
23095   - "FIB_20K"
23096   - "FIB_200K"
23097   - "FIB_2M"
23098   layout:
23099     title: "ip4-3n-hsw-x710-64b-base_and_scale-pdr"
23100     layout: "plot-throughput-speedup-analysis"
23101
23102 # Speedup - VPP IPv4 3n-hsw-x710 features
23103 - type: "plot"
23104   title: "Speedup: ip4-3n-hsw-x710-64b-features-ndr-tsa"
23105   algorithm: "plot_throughput_speedup_analysis"
23106   output-file-type: ".html"
23107   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-ndr-tsa"
23108   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23109   filter: "'NIC_Intel-X710' and
23110            '64B' and
23111            ('IP4BASE' or
23112             'POLICE_MARK' or
23113             'COPWHLIST' or
23114             ('NAT44' and 'BASE') or
23115             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
23116            'NDRPDR' and
23117            'IP4FWD' and
23118            not 'IPSEC' and
23119            not 'VHOST'"
23120   parameters:
23121   - "throughput"
23122   - "parent"
23123   - "tags"
23124   sort:
23125   - "DOT1Q"
23126   - "IP4BASE"
23127   - "NAT44"
23128   - "POLICE_MARK"
23129   - "COPWHLIST"
23130   - "IACL"
23131   - "OACL"
23132   layout:
23133     title: "ip4-3n-hsw-x710-64b-features-ndr"
23134     layout: "plot-throughput-speedup-analysis"
23135
23136 - type: "plot"
23137   title: "Speedup: ip4-3n-hsw-x710-64b-features-pdr-tsa"
23138   algorithm: "plot_throughput_speedup_analysis"
23139   output-file-type: ".html"
23140   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-pdr-tsa"
23141   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23142   filter: "'NIC_Intel-X710' and
23143            '64B' and
23144            ('IP4BASE' or
23145             'POLICE_MARK' or
23146             'COPWHLIST' or
23147             ('NAT44' and 'BASE') or
23148             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
23149            'NDRPDR' and
23150            'IP4FWD' and
23151            not 'IPSEC' and
23152            not 'VHOST'"
23153   parameters:
23154   - "throughput"
23155   - "parent"
23156   - "tags"
23157   sort:
23158   - "DOT1Q"
23159   - "IP4BASE"
23160   - "NAT44"
23161   - "POLICE_MARK"
23162   - "COPWHLIST"
23163   - "IACL"
23164   - "OACL"
23165   layout:
23166     title: "ip4-3n-hsw-x710-64b-features-pdr"
23167     layout: "plot-throughput-speedup-analysis"
23168
23169 # Speedup - VPP IPv4 3n-hsw-x710 features nat44
23170 - type: "plot"
23171   title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
23172   algorithm: "plot_throughput_speedup_analysis"
23173   output-file-type: ".html"
23174   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
23175   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23176   filter: "'NIC_Intel-X710' and
23177            '64B' and
23178            'NDRPDR' and
23179            'IP4FWD' and
23180            ('NAT44' or 'IP4BASE') and
23181            not 'IPSEC' and
23182            not 'VHOST'"
23183   parameters:
23184   - "throughput"
23185   - "parent"
23186   - "tags"
23187   sort:
23188   - "IP4BASE"
23189   - "BASE"
23190   - "SRC_USER_10"
23191   - "SRC_USER_100"
23192   - "SRC_USER_1000"
23193   - "SRC_USER_2000"
23194   layout:
23195     title: "ip4-3n-hsw-x710-64b-features-nat44-ndr"
23196     layout: "plot-throughput-speedup-analysis"
23197
23198 - type: "plot"
23199   title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
23200   algorithm: "plot_throughput_speedup_analysis"
23201   output-file-type: ".html"
23202   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
23203   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23204   filter: "'NIC_Intel-X710' and
23205            '64B' and
23206            'NDRPDR' and
23207            'IP4FWD' and
23208            ('NAT44' or 'IP4BASE') and
23209            not 'IPSEC' and
23210            not 'VHOST'"
23211   parameters:
23212   - "throughput"
23213   - "parent"
23214   - "tags"
23215   sort:
23216   - "IP4BASE"
23217   - "BASE"
23218   - "SRC_USER_10"
23219   - "SRC_USER_100"
23220   - "SRC_USER_1000"
23221   - "SRC_USER_2000"
23222   layout:
23223     title: "ip4-3n-hsw-x710-64b-features-nat44-pdr"
23224     layout: "plot-throughput-speedup-analysis"
23225
23226 # Speedup - VPP IPv4 3n-hsw-x710 features iacl
23227 - type: "plot"
23228   title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
23229   algorithm: "plot_throughput_speedup_analysis"
23230   output-file-type: ".html"
23231   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
23232   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23233   filter: "'NIC_Intel-X710' and
23234            '64B' and
23235            'NDRPDR' and
23236            'IP4FWD' and
23237            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
23238            not 'IPSEC' and
23239            not 'VHOST'"
23240   parameters:
23241   - "throughput"
23242   - "parent"
23243   - "tags"
23244   sort:
23245   - "IP4BASE"
23246   - "ACL_STATELESS"
23247   - "ACL_STATEFUL"
23248   - "ACL_STATELESS"
23249   - "ACL_STATEFUL"
23250   layout:
23251     title: "ip4-3n-hsw-x710-64b-features-iacl-ndr"
23252     layout: "plot-throughput-speedup-analysis"
23253
23254 - type: "plot"
23255   title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
23256   algorithm: "plot_throughput_speedup_analysis"
23257   output-file-type: ".html"
23258   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
23259   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23260   filter: "'NIC_Intel-X710' and
23261            '64B' and
23262            'NDRPDR' and
23263            'IP4FWD' and
23264            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
23265            not 'IPSEC' and
23266            not 'VHOST'"
23267   parameters:
23268   - "throughput"
23269   - "parent"
23270   - "tags"
23271   sort:
23272   - "IP4BASE"
23273   - "ACL_STATELESS"
23274   - "ACL_STATEFUL"
23275   - "ACL_STATELESS"
23276   - "ACL_STATEFUL"
23277   layout:
23278     title: "ip4-3n-hsw-x710-64b-features-iacl-pdr"
23279     layout: "plot-throughput-speedup-analysis"
23280
23281 # Speedup - VPP IPv4 3n-hsw-xl710 base and scale
23282 - type: "plot"
23283   title: "Speedup: ip4-3n-hsw-xl710-64b-base-ndr-tsa"
23284   algorithm: "plot_throughput_speedup_analysis"
23285   output-file-type: ".html"
23286   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base-ndr-tsa"
23287   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23288   filter: "'NIC_Intel-XL710' and
23289            '64B' and
23290            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23291            'NDRPDR' and
23292            'IP4FWD' and
23293            not 'IPSEC' and
23294            not 'VHOST'"
23295   parameters:
23296   - "throughput"
23297   - "parent"
23298   - "tags"
23299   sort:
23300   - "IP4BASE"
23301   - "FIB_20K"
23302   - "FIB_200K"
23303   - "FIB_2M"
23304   layout:
23305     title: "ip4-3n-hsw-xl710-64b-base-ndr"
23306     layout: "plot-throughput-speedup-analysis"
23307
23308 - type: "plot"
23309   title: "Speedup: ip4-3n-hsw-xl710-64b-base-pdr-tsa"
23310   algorithm: "plot_throughput_speedup_analysis"
23311   output-file-type: ".html"
23312   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base-pdr-tsa"
23313   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23314   filter: "'NIC_Intel-XL710' and
23315            '64B' and
23316            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23317            'NDRPDR' and
23318            'IP4FWD' and
23319            not 'IPSEC' and
23320            not 'VHOST'"
23321   parameters:
23322   - "throughput"
23323   - "parent"
23324   - "tags"
23325   sort:
23326   - "IP4BASE"
23327   - "FIB_20K"
23328   - "FIB_200K"
23329   - "FIB_2M"
23330   layout:
23331     title: "ip4-3n-hsw-xl710-64b-base-pdr"
23332     layout: "plot-throughput-speedup-analysis"
23333
23334 # Speedup - VPP IPv4 3n-skx-x710 base and scale
23335 - type: "plot"
23336   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
23337   algorithm: "plot_throughput_speedup_analysis"
23338   output-file-type: ".html"
23339   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
23340   data: "plot-vpp-throughput-lat-tsa-3n-skx"
23341   filter: "'NIC_Intel-X710' and
23342            '64B' and
23343            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23344            'NDRPDR' and
23345            'IP4FWD' and
23346            not 'IPSEC' and
23347            not 'DOT1Q' and
23348            not 'VHOST'"
23349   parameters:
23350   - "throughput"
23351   - "parent"
23352   - "tags"
23353   sort:
23354   - "IP4BASE"
23355   - "FIB_20K"
23356   - "FIB_200K"
23357   - "FIB_2M"
23358   layout:
23359     title: "ip4-3n-skx-x710-64b-base_and_scale-ndr"
23360     layout: "plot-throughput-speedup-analysis"
23361
23362 - type: "plot"
23363   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
23364   algorithm: "plot_throughput_speedup_analysis"
23365   output-file-type: ".html"
23366   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
23367   data: "plot-vpp-throughput-lat-tsa-3n-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-3n-skx-x710-64b-base_and_scale-pdr"
23387     layout: "plot-throughput-speedup-analysis"
23388
23389 # Speedup - VPP IPv4 3n-skx-x710 features
23390 - type: "plot"
23391   title: "Speedup: ip4-3n-skx-x710-64b-features-ndr-tsa"
23392   algorithm: "plot_throughput_speedup_analysis"
23393   output-file-type: ".html"
23394   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-ndr-tsa"
23395   data: "plot-vpp-throughput-lat-tsa-3n-skx"
23396   filter: "'NIC_Intel-X710' and
23397            '64B' and
23398            ('IP4BASE' or
23399             'POLICE_MARK' or
23400             'COPWHLIST' or
23401             ('NAT44' and 'BASE') or
23402             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
23403            'NDRPDR' and
23404            'IP4FWD' and
23405            not 'IPSEC' and
23406            not 'VHOST'"
23407   parameters:
23408   - "throughput"
23409   - "parent"
23410   - "tags"
23411   sort:
23412   - "DOT1Q"
23413   - "IP4BASE"
23414   - "NAT44"
23415   - "POLICE_MARK"
23416   - "COPWHLIST"
23417   - "IACL"
23418   - "OACL"
23419   layout:
23420     title: "ip4-3n-skx-x710-64b-features-ndr"
23421     layout: "plot-throughput-speedup-analysis"
23422
23423 - type: "plot"
23424   title: "Speedup: ip4-3n-skx-x710-64b-features-pdr-tsa"
23425   algorithm: "plot_throughput_speedup_analysis"
23426   output-file-type: ".html"
23427   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-pdr-tsa"
23428   data: "plot-vpp-throughput-lat-tsa-3n-skx"
23429   filter: "'NIC_Intel-X710' and
23430            '64B' and
23431            ('IP4BASE' or
23432             'POLICE_MARK' or
23433             'COPWHLIST' or
23434             ('NAT44' and 'BASE') or
23435             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
23436            'NDRPDR' and
23437            'IP4FWD' and
23438            not 'IPSEC' and
23439            not 'VHOST'"
23440   parameters:
23441   - "throughput"
23442   - "parent"
23443   - "tags"
23444   sort:
23445   - "DOT1Q"
23446   - "IP4BASE"
23447   - "NAT44"
23448   - "POLICE_MARK"
23449   - "COPWHLIST"
23450   - "IACL"
23451   - "OACL"
23452   layout:
23453     title: "ip4-3n-skx-x710-64b-features-pdr"
23454     layout: "plot-throughput-speedup-analysis"
23455
23456 # Speedup - VPP IPv4 3n-skx-x710 features nat44
23457 - type: "plot"
23458   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
23459   algorithm: "plot_throughput_speedup_analysis"
23460   output-file-type: ".html"
23461   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
23462   data: "plot-vpp-throughput-lat-tsa-3n-skx"
23463   filter: "'NIC_Intel-X710' and
23464            '64B' and
23465            'NDRPDR' and
23466            'IP4FWD' and
23467            ('NAT44' or 'IP4BASE') and
23468            not 'IPSEC' and
23469            not 'VHOST'"
23470   parameters:
23471   - "throughput"
23472   - "parent"
23473   - "tags"
23474   sort:
23475   - "IP4BASE"
23476   - "BASE"
23477   - "SRC_USER_10"
23478   - "SRC_USER_100"
23479   - "SRC_USER_1000"
23480   - "SRC_USER_2000"
23481   layout:
23482     title: "ip4-3n-skx-x710-64b-features-nat44-ndr"
23483     layout: "plot-throughput-speedup-analysis"
23484
23485 - type: "plot"
23486   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
23487   algorithm: "plot_throughput_speedup_analysis"
23488   output-file-type: ".html"
23489   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
23490   data: "plot-vpp-throughput-lat-tsa-3n-skx"
23491   filter: "'NIC_Intel-X710' and
23492            '64B' and
23493            'NDRPDR' and
23494            'IP4FWD' and
23495            ('NAT44' or 'IP4BASE') and
23496            not 'IPSEC' and
23497            not 'VHOST'"
23498   parameters:
23499   - "throughput"
23500   - "parent"
23501   - "tags"
23502   sort:
23503   - "IP4BASE"
23504   - "BASE"
23505   - "SRC_USER_10"
23506   - "SRC_USER_100"
23507   - "SRC_USER_1000"
23508   - "SRC_USER_2000"
23509   layout:
23510     title: "ip4-3n-skx-x710-64b-features-nat44-pdr"
23511     layout: "plot-throughput-speedup-analysis"
23512
23513 # Speedup - VPP IPv4 3n-skx-x710 features iacl
23514 - type: "plot"
23515   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
23516   algorithm: "plot_throughput_speedup_analysis"
23517   output-file-type: ".html"
23518   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
23519   data: "plot-vpp-throughput-lat-tsa-3n-skx"
23520   filter: "'NIC_Intel-X710' and
23521            '64B' and
23522            'NDRPDR' and
23523            'IP4FWD' and
23524            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
23525            not 'IPSEC' and
23526            not 'VHOST'"
23527   parameters:
23528   - "throughput"
23529   - "parent"
23530   - "tags"
23531   sort:
23532   - "IP4BASE"
23533   - "ACL_STATELESS"
23534   - "ACL_STATEFUL"
23535   - "ACL_STATELESS"
23536   - "ACL_STATEFUL"
23537   layout:
23538     title: "ip4-3n-skx-x710-64b-features-iacl-ndr"
23539     layout: "plot-throughput-speedup-analysis"
23540
23541 - type: "plot"
23542   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
23543   algorithm: "plot_throughput_speedup_analysis"
23544   output-file-type: ".html"
23545   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
23546   data: "plot-vpp-throughput-lat-tsa-3n-skx"
23547   filter: "'NIC_Intel-X710' and
23548            '64B' and
23549            'NDRPDR' and
23550            'IP4FWD' and
23551            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
23552            not 'IPSEC' and
23553            not 'VHOST'"
23554   parameters:
23555   - "throughput"
23556   - "parent"
23557   - "tags"
23558   sort:
23559   - "IP4BASE"
23560   - "ACL_STATELESS"
23561   - "ACL_STATEFUL"
23562   - "ACL_STATELESS"
23563   - "ACL_STATEFUL"
23564   layout:
23565     title: "ip4-3n-skx-x710-64b-features-iacl-pdr"
23566     layout: "plot-throughput-speedup-analysis"
23567
23568 ## Speedup - VPP IPv4 3n-skx-x710 features oacl
23569 #- type: "plot"
23570 #  title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
23571 #  algorithm: "plot_throughput_speedup_analysis"
23572 #  output-file-type: ".html"
23573 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
23574 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
23575 #  filter: "'NIC_Intel-X710' and
23576 #           '64B' and
23577 #           'NDRPDR' and
23578 #           'IP4FWD' and
23579 #           'OACL' and
23580 #           ('ACL10' or 'ACL50') and '10K_FLOWS' and
23581 #           not 'IPSEC' and
23582 #           not 'VHOST'"
23583 #  parameters:
23584 #  - "throughput"
23585 #  - "parent"
23586 #  - "tags"
23587 #  sort:
23588 #  - "ACL_STATELESS"
23589 #  - "ACL_STATEFUL"
23590 #  - "ACL_STATELESS"
23591 #  - "ACL_STATEFUL"
23592 #  layout:
23593 #    title: "ip4-3n-skx-x710-64b-features-oacl-ndr"
23594 #    layout: "plot-throughput-speedup-analysis"
23595 #
23596 #- type: "plot"
23597 #  title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
23598 #  algorithm: "plot_throughput_speedup_analysis"
23599 #  output-file-type: ".html"
23600 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
23601 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
23602 #  filter: "'NIC_Intel-X710' and
23603 #           '64B' and
23604 #           'NDRPDR' and
23605 #           'IP4FWD' and
23606 #           'OACL' and
23607 #           ('ACL10' or 'ACL50') and '10K_FLOWS' and
23608 #           not 'IPSEC' and
23609 #           not 'VHOST'"
23610 #  parameters:
23611 #  - "throughput"
23612 #  - "parent"
23613 #  - "tags"
23614 #  sort:
23615 #  - "ACL_STATELESS"
23616 #  - "ACL_STATEFUL"
23617 #  - "ACL_STATELESS"
23618 #  - "ACL_STATEFUL"
23619 #  layout:
23620 #    title: "ip4-3n-skx-x710-64b-features-oacl-pdr"
23621 #    layout: "plot-throughput-speedup-analysis"
23622
23623 # Speedup - VPP IPv4 2n-skx-x710 base and scale
23624 - type: "plot"
23625   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
23626   algorithm: "plot_throughput_speedup_analysis"
23627   output-file-type: ".html"
23628   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
23629   data: "plot-vpp-throughput-lat-tsa-2n-skx"
23630   filter: "'NIC_Intel-X710' and
23631            '64B' and
23632            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23633            'NDRPDR' and
23634            'IP4FWD' and
23635            not 'IPSEC' and
23636            not 'DOT1Q' and
23637            not 'VHOST'"
23638   parameters:
23639   - "throughput"
23640   - "parent"
23641   - "tags"
23642   sort:
23643   - "IP4BASE"
23644   - "FIB_20K"
23645   - "FIB_200K"
23646   - "FIB_2M"
23647   layout:
23648     title: "ip4-2n-skx-x710-64b-base_and_scale-ndr"
23649     layout: "plot-throughput-speedup-analysis"
23650
23651 - type: "plot"
23652   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
23653   algorithm: "plot_throughput_speedup_analysis"
23654   output-file-type: ".html"
23655   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
23656   data: "plot-vpp-throughput-lat-tsa-2n-skx"
23657   filter: "'NIC_Intel-X710' and
23658            '64B' and
23659            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23660            'NDRPDR' and
23661            'IP4FWD' and
23662            not 'IPSEC' and
23663            not 'DOT1Q' and
23664            not 'VHOST'"
23665   parameters:
23666   - "throughput"
23667   - "parent"
23668   - "tags"
23669   sort:
23670   - "IP4BASE"
23671   - "FIB_20K"
23672   - "FIB_200K"
23673   - "FIB_2M"
23674   layout:
23675     title: "ip4-2n-skx-x710-64b-base_and_scale-pdr"
23676     layout: "plot-throughput-speedup-analysis"
23677
23678 # Speedup - VPP IPv4 2n-skx-x710 features iacl
23679 - type: "plot"
23680   title: "Speedup: ip4-2n-skx-x710-64b-features-iacl-ndr-tsa"
23681   algorithm: "plot_throughput_speedup_analysis"
23682   output-file-type: ".html"
23683   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-features-iacl-ndr-tsa"
23684   data: "plot-vpp-throughput-lat-tsa-2n-skx"
23685   filter: "'NIC_Intel-X710' and
23686            '64B' and
23687            'NDRPDR' and
23688            'IP4FWD' and
23689            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
23690            not 'IPSEC' and
23691            not 'VHOST'"
23692   parameters:
23693   - "throughput"
23694   - "parent"
23695   - "tags"
23696   sort:
23697   - "IP4BASE"
23698   - "ACL_STATELESS"
23699   - "ACL_STATEFUL"
23700   - "ACL_STATELESS"
23701   - "ACL_STATEFUL"
23702   layout:
23703     title: "ip4-2n-skx-x710-64b-features-iacl-ndr"
23704     layout: "plot-throughput-speedup-analysis"
23705
23706 - type: "plot"
23707   title: "Speedup: ip4-2n-skx-x710-64b-features-iacl-pdr-tsa"
23708   algorithm: "plot_throughput_speedup_analysis"
23709   output-file-type: ".html"
23710   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-features-iacl-pdr-tsa"
23711   data: "plot-vpp-throughput-lat-tsa-2n-skx"
23712   filter: "'NIC_Intel-X710' and
23713            '64B' and
23714            'NDRPDR' and
23715            'IP4FWD' and
23716            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
23717            not 'IPSEC' and
23718            not 'VHOST'"
23719   parameters:
23720   - "throughput"
23721   - "parent"
23722   - "tags"
23723   sort:
23724   - "IP4BASE"
23725   - "ACL_STATELESS"
23726   - "ACL_STATEFUL"
23727   - "ACL_STATELESS"
23728   - "ACL_STATEFUL"
23729   layout:
23730     title: "ip4-2n-skx-x710-64b-features-iacl-pdr"
23731     layout: "plot-throughput-speedup-analysis"
23732
23733 # Speedup - VPP IPv4 2n-skx-xxv710 base and scale
23734 - type: "plot"
23735   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
23736   algorithm: "plot_throughput_speedup_analysis"
23737   output-file-type: ".html"
23738   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
23739   data: "plot-vpp-throughput-lat-tsa-2n-skx"
23740   filter: "'NIC_Intel-XXV710' and
23741            '64B' and
23742            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23743            'NDRPDR' and
23744            'IP4FWD' and
23745            not 'IPSEC' and
23746            not 'DOT1Q' and
23747            not 'VHOST'"
23748   parameters:
23749   - "throughput"
23750   - "parent"
23751   - "tags"
23752   sort:
23753   - "IP4BASE"
23754   - "FIB_20K"
23755   - "FIB_200K"
23756   - "FIB_2M"
23757   layout:
23758     title: "ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
23759     layout: "plot-throughput-speedup-analysis"
23760
23761 - type: "plot"
23762   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
23763   algorithm: "plot_throughput_speedup_analysis"
23764   output-file-type: ".html"
23765   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
23766   data: "plot-vpp-throughput-lat-tsa-2n-skx"
23767   filter: "'NIC_Intel-XXV710' and
23768            '64B' and
23769            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23770            'NDRPDR' and
23771            'IP4FWD' and
23772            not 'IPSEC' and
23773            not 'DOT1Q' and
23774            not 'VHOST'"
23775   parameters:
23776   - "throughput"
23777   - "parent"
23778   - "tags"
23779   sort:
23780   - "IP4BASE"
23781   - "FIB_20K"
23782   - "FIB_200K"
23783   - "FIB_2M"
23784   layout:
23785     title: "ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
23786     layout: "plot-throughput-speedup-analysis"
23787
23788 # Speedup - VPP IPv4 2n-dnv-x553 base
23789 - type: "plot"
23790   title: "Speedup: ip4-2n-dnv-x553-64b-base-ndr-tsa"
23791   algorithm: "plot_throughput_speedup_analysis"
23792   output-file-type: ".html"
23793   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-base-ndr-tsa"
23794   data: "intel-dnv-vpp"
23795   filter: "'NIC_Intel-X553' and
23796            '64B' and
23797            'IP4BASE' and
23798            'NDRPDR' and
23799            'IP4FWD' and
23800            not 'IPSEC' and
23801            not 'VHOST'"
23802   parameters:
23803   - "throughput"
23804   - "parent"
23805   - "tags"
23806   sort:
23807   - "IP4BASE"
23808   layout:
23809     title: "ip4-2n-dnv-x553-64b-base-ndr"
23810     layout: "plot-throughput-speedup-analysis"
23811
23812 - type: "plot"
23813   title: "Speedup: ip4-2n-dnv-x553-64b-base-pdr-tsa"
23814   algorithm: "plot_throughput_speedup_analysis"
23815   output-file-type: ".html"
23816   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-base-pdr-tsa"
23817   data: "intel-dnv-vpp"
23818   filter: "'NIC_Intel-X553' and
23819            '64B' and
23820            'IP4BASE' and
23821            'NDRPDR' and
23822            'IP4FWD' and
23823            not 'IPSEC' and
23824            not 'VHOST'"
23825   parameters:
23826   - "throughput"
23827   - "parent"
23828   - "tags"
23829   sort:
23830   - "IP4BASE"
23831   layout:
23832     title: "ip4-2n-dnv-x553-64b-base-pdr"
23833     layout: "plot-throughput-speedup-analysis"
23834
23835 ################################################################################
23836
23837 # Speedup - VPP IPv4 Tunnels 3n-hsw-x520 - features
23838 - type: "plot"
23839   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
23840   algorithm: "plot_throughput_speedup_analysis"
23841   output-file-type: ".html"
23842   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
23843   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23844   filter: "'NIC_Intel-X520-DA2' and
23845            '64B' and
23846            'ENCAP' and
23847            'NDRPDR' and
23848            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
23849            not 'DOT1Q' and
23850            not 'VHOST' and
23851            not 'IPSECHW'"
23852   parameters:
23853   - "throughput"
23854   - "parent"
23855   - "tags"
23856   sort:
23857   - "IP4BASE"
23858   - "L2BDMACLRN"
23859   - "L2XCFWD"
23860   - "LISP"
23861   layout:
23862     title: "ip4tun-3n-hsw-x520-64b-base_and_features-ndr"
23863     layout: "plot-throughput-speedup-analysis"
23864
23865 - type: "plot"
23866   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
23867   algorithm: "plot_throughput_speedup_analysis"
23868   output-file-type: ".html"
23869   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
23870   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23871   filter: "'NIC_Intel-X520-DA2' and
23872            '64B' and
23873            'ENCAP' and
23874            'NDRPDR' and
23875            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
23876            not 'DOT1Q' and
23877            not 'VHOST' and
23878            not 'IPSECHW'"
23879   parameters:
23880   - "throughput"
23881   - "parent"
23882   - "tags"
23883   sort:
23884   - "IP4BASE"
23885   - "L2BDMACLRN"
23886   - "L2XCFWD"
23887   - "LISP"
23888   layout:
23889     title: "ip4tun-3n-hsw-x520-64b-base_and_features-pdr"
23890     layout: "plot-throughput-speedup-analysis"
23891
23892 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710
23893 - type: "plot"
23894   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
23895   algorithm: "plot_throughput_speedup_analysis"
23896   output-file-type: ".html"
23897   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
23898   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23899   filter: "'NIC_Intel-X710' and
23900            '64B' and
23901            'ENCAP' and
23902            'NDRPDR' and
23903            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
23904            not 'VHOST' and
23905            not 'IPSECHW'"
23906   parameters:
23907   - "throughput"
23908   - "parent"
23909   - "tags"
23910   sort:
23911   - "IP4BASE"
23912   - "LISP"
23913   - "VXLAN_1"
23914   - "VXLAN_10"
23915   - "VXLAN_100"
23916   - "VXLAN_1000"
23917   layout:
23918     title: "ip4tun-3n-hsw-x710-64b-base_and_scale-ndr"
23919     layout: "plot-throughput-speedup-analysis"
23920
23921 - type: "plot"
23922   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
23923   algorithm: "plot_throughput_speedup_analysis"
23924   output-file-type: ".html"
23925   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
23926   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23927   filter: "'NIC_Intel-X710' and
23928            '64B' and
23929            'ENCAP' and
23930            'NDRPDR' and
23931            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
23932            not 'VHOST' and
23933            not 'IPSECHW'"
23934   parameters:
23935   - "throughput"
23936   - "parent"
23937   - "tags"
23938   sort:
23939   - "IP4BASE"
23940   - "LISP"
23941   - "VXLAN_1"
23942   - "VXLAN_10"
23943   - "VXLAN_100"
23944   - "VXLAN_1000"
23945   layout:
23946     title: "ip4tun-3n-hsw-x710-64b-base_and_scale-pdr"
23947     layout: "plot-throughput-speedup-analysis"
23948
23949 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710 - features
23950 - type: "plot"
23951   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
23952   algorithm: "plot_throughput_speedup_analysis"
23953   output-file-type: ".html"
23954   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
23955   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23956   filter: "'NIC_Intel-X710' and
23957            '64B' and
23958            'ENCAP' and
23959            'NDRPDR' and
23960            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
23961            not 'DOT1Q' and
23962            not 'VHOST' and
23963            not 'IPSECHW'"
23964   parameters:
23965   - "throughput"
23966   - "parent"
23967   - "tags"
23968   sort:
23969   - "IP4BASE"
23970   - "L2BDMACLRN"
23971   - "L2XCFWD"
23972   - "LISP"
23973   layout:
23974     title: "ip4tun-3n-hsw-x710-64b-base_and_features-ndr"
23975     layout: "plot-throughput-speedup-analysis"
23976
23977 - type: "plot"
23978   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
23979   algorithm: "plot_throughput_speedup_analysis"
23980   output-file-type: ".html"
23981   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
23982   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23983   filter: "'NIC_Intel-X710' and
23984            '64B' and
23985            'ENCAP' and
23986            'NDRPDR' and
23987            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
23988            not 'DOT1Q' and
23989            not 'VHOST' and
23990            not 'IPSECHW'"
23991   parameters:
23992   - "throughput"
23993   - "parent"
23994   - "tags"
23995   sort:
23996   - "IP4BASE"
23997   - "L2BDMACLRN"
23998   - "L2XCFWD"
23999   - "LISP"
24000   layout:
24001     title: "ip4tun-3n-hsw-x710-64b-base_and_features-pdr"
24002     layout: "plot-throughput-speedup-analysis"
24003
24004 # Speedup - VPP IPv4 Tunnels 3n-skx-x710
24005 - type: "plot"
24006   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
24007   algorithm: "plot_throughput_speedup_analysis"
24008   output-file-type: ".html"
24009   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
24010   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24011   filter: "'NIC_Intel-X710' and
24012            '64B' and
24013            'ENCAP' and
24014            'NDRPDR' and
24015            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
24016            not 'VHOST' and
24017            not 'IPSECHW'"
24018   parameters:
24019   - "throughput"
24020   - "parent"
24021   - "tags"
24022   sort:
24023   - "IP4BASE"
24024   - "LISP"
24025   - "VXLAN_1"
24026   - "VXLAN_10"
24027   - "VXLAN_100"
24028   - "VXLAN_1000"
24029   layout:
24030     title: "ip4tun-3n-skx-x710-64b-base_and_scale-ndr"
24031     layout: "plot-throughput-speedup-analysis"
24032
24033 - type: "plot"
24034   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
24035   algorithm: "plot_throughput_speedup_analysis"
24036   output-file-type: ".html"
24037   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
24038   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24039   filter: "'NIC_Intel-X710' and
24040            '64B' and
24041            'ENCAP' and
24042            'NDRPDR' and
24043            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
24044            not 'VHOST' and
24045            not 'IPSECHW'"
24046   parameters:
24047   - "throughput"
24048   - "parent"
24049   - "tags"
24050   sort:
24051   - "IP4BASE"
24052   - "LISP"
24053   - "VXLAN_1"
24054   - "VXLAN_10"
24055   - "VXLAN_100"
24056   - "VXLAN_1000"
24057   layout:
24058     title: "ip4tun-3n-skx-x710-64b-base_and_scale-pdr"
24059     layout: "plot-throughput-speedup-analysis"
24060
24061 # Speedup - VPP IPv4 Tunnels 3n-skx-x710 - features
24062 - type: "plot"
24063   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
24064   algorithm: "plot_throughput_speedup_analysis"
24065   output-file-type: ".html"
24066   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
24067   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24068   filter: "'NIC_Intel-X710' and
24069            '64B' and
24070            'ENCAP' and
24071            'NDRPDR' and
24072            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
24073            not 'DOT1Q' and
24074            not 'VHOST' and
24075            not 'IPSECHW'"
24076   parameters:
24077   - "throughput"
24078   - "parent"
24079   - "tags"
24080   sort:
24081   - "IP4BASE"
24082   - "L2BDMACLRN"
24083   - "L2XCFWD"
24084   - "LISP"
24085   layout:
24086     title: "ip4tun-3n-skx-x710-64b-base_and_features-ndr"
24087     layout: "plot-throughput-speedup-analysis"
24088
24089 - type: "plot"
24090   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
24091   algorithm: "plot_throughput_speedup_analysis"
24092   output-file-type: ".html"
24093   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
24094   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24095   filter: "'NIC_Intel-X710' and
24096            '64B' and
24097            'ENCAP' and
24098            'NDRPDR' and
24099            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
24100            not 'DOT1Q' and
24101            not 'VHOST' and
24102            not 'IPSECHW'"
24103   parameters:
24104   - "throughput"
24105   - "parent"
24106   - "tags"
24107   sort:
24108   - "IP4BASE"
24109   - "L2BDMACLRN"
24110   - "L2XCFWD"
24111   - "LISP"
24112   layout:
24113     title: "ip4tun-3n-skx-x710-64b-base_and_features-pdr"
24114     layout: "plot-throughput-speedup-analysis"
24115
24116 ################################################################################
24117
24118 # Speedup - VPP IPv6 3n-hsw-x520
24119 - type: "plot"
24120   title: "Speedup: ip6-3n-hsw-x520-78b-base-ndr-tsa"
24121   algorithm: "plot_throughput_speedup_analysis"
24122   output-file-type: ".html"
24123   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base-ndr-tsa"
24124   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24125   filter: "'NIC_Intel-X520-DA2' and
24126            '78B' and
24127            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24128            'NDRPDR' and
24129            'IP6FWD' and
24130            not 'SRv6' and
24131            not 'IPSEC' and
24132            not 'VHOST'"
24133   parameters:
24134   - "throughput"
24135   - "parent"
24136   - "tags"
24137   sort:
24138   - "IP6BASE"
24139   - "FIB_20K"
24140   - "FIB_200K"
24141   - "FIB_2M"
24142   layout:
24143     title: "ip6-3n-hsw-x520-78b-base-ndr"
24144     layout: "plot-throughput-speedup-analysis"
24145
24146 - type: "plot"
24147   title: "Speedup: ip6-3n-hsw-x520-78b-base-pdr-tsa"
24148   algorithm: "plot_throughput_speedup_analysis"
24149   output-file-type: ".html"
24150   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base-pdr-tsa"
24151   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24152   filter: "'NIC_Intel-X520-DA2' and
24153            '78B' and
24154            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24155            'NDRPDR' and
24156            'IP6FWD' and
24157            not 'SRv6' and
24158            not 'IPSEC' and
24159            not 'VHOST'"
24160   parameters:
24161   - "throughput"
24162   - "parent"
24163   - "tags"
24164   sort:
24165   - "IP6BASE"
24166   - "FIB_20K"
24167   - "FIB_200K"
24168   - "FIB_2M"
24169   layout:
24170     title: "ip6-3n-hsw-x520-78b-base-pdr"
24171     layout: "plot-throughput-speedup-analysis"
24172
24173 # Speedup - VPP IPv6 3n-hsw-x710
24174 - type: "plot"
24175   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
24176   algorithm: "plot_throughput_speedup_analysis"
24177   output-file-type: ".html"
24178   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
24179   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24180   filter: "'NIC_Intel-X710' and
24181            '78B' and
24182            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24183            'NDRPDR' and
24184            'IP6FWD' and
24185            not 'SRv6' and
24186            not 'IPSEC' and
24187            not 'VHOST'"
24188   parameters:
24189   - "throughput"
24190   - "parent"
24191   - "tags"
24192   sort:
24193   - "IP6BASE"
24194   - "FIB_20K"
24195   - "FIB_200K"
24196   - "FIB_2M"
24197   layout:
24198     title: "ip6-3n-hsw-x710-78b-base_and_scale-ndr"
24199     layout: "plot-throughput-speedup-analysis"
24200
24201 - type: "plot"
24202   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
24203   algorithm: "plot_throughput_speedup_analysis"
24204   output-file-type: ".html"
24205   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
24206   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24207   filter: "'NIC_Intel-X710' and
24208            '78B' and
24209            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24210            'NDRPDR' and
24211            'IP6FWD' and
24212            not 'SRv6' and
24213            not 'IPSEC' and
24214            not 'VHOST'"
24215   parameters:
24216   - "throughput"
24217   - "parent"
24218   - "tags"
24219   sort:
24220   - "IP6BASE"
24221   - "FIB_20K"
24222   - "FIB_200K"
24223   - "FIB_2M"
24224   layout:
24225     title: "ip6-3n-hsw-x710-78b-base_and_scale-pdr"
24226     layout: "plot-throughput-speedup-analysis"
24227
24228 # Speedup - VPP IPv6 3n-hsw-x710 features
24229 - type: "plot"
24230   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
24231   algorithm: "plot_throughput_speedup_analysis"
24232   output-file-type: ".html"
24233   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
24234   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24235   filter: "'NIC_Intel-X710' and
24236            '78B' and
24237            ('IP6BASE' or
24238             'POLICE_MARK' or
24239             'COPWHLIST' or
24240             'IACLDST') and
24241            'NDRPDR' and
24242            'IP6FWD' and
24243            not 'SRv6' and
24244            not 'IPSEC' and
24245            not 'VHOST'"
24246   parameters:
24247   - "throughput"
24248   - "parent"
24249   - "tags"
24250   sort:
24251   - "IP6BASE"
24252   - "POLICE_MARK"
24253   - "COPWHLIST"
24254   - "IACLDST"
24255   layout:
24256     title: "ip6-3n-hsw-x710-78b-base_and_features-ndr"
24257     layout: "plot-throughput-speedup-analysis"
24258
24259 - type: "plot"
24260   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
24261   algorithm: "plot_throughput_speedup_analysis"
24262   output-file-type: ".html"
24263   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
24264   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24265   filter: "'NIC_Intel-X710' and
24266            '78B' and
24267            ('IP6BASE' or
24268             'POLICE_MARK' or
24269             'COPWHLIST' or
24270             'IACLDST') and
24271            'NDRPDR' and
24272            'IP6FWD' and
24273            not 'SRv6' and
24274            not 'IPSEC' and
24275            not 'VHOST'"
24276   parameters:
24277   - "throughput"
24278   - "parent"
24279   - "tags"
24280   sort:
24281   - "IP6BASE"
24282   - "POLICE_MARK"
24283   - "COPWHLIST"
24284   - "IACLDST"
24285   layout:
24286     title: "ip6-3n-hsw-x710-78b-base_and_features-pdr"
24287     layout: "plot-throughput-speedup-analysis"
24288
24289 # Speedup - VPP IPv6 3n-hsw-xl710
24290 - type: "plot"
24291   title: "Speedup: ip6-3n-hsw-xl710-78b-base-ndr-tsa"
24292   algorithm: "plot_throughput_speedup_analysis"
24293   output-file-type: ".html"
24294   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base-ndr-tsa"
24295   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24296   filter: "'NIC_Intel-XL710' and
24297            '78B' and
24298            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24299            'NDRPDR' and
24300            'IP6FWD' and
24301            not 'SRv6' and
24302            not 'IPSEC' and
24303            not 'VHOST'"
24304   parameters:
24305   - "throughput"
24306   - "parent"
24307   - "tags"
24308   sort:
24309   - "IP6BASE"
24310   - "FIB_20K"
24311   - "FIB_200K"
24312   - "FIB_2M"
24313   layout:
24314     title: "ip6-3n-hsw-xl710-78b-base-ndr"
24315     layout: "plot-throughput-speedup-analysis"
24316
24317 - type: "plot"
24318   title: "Speedup: ip6-3n-hsw-xl710-78b-base-pdr-tsa"
24319   algorithm: "plot_throughput_speedup_analysis"
24320   output-file-type: ".html"
24321   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base-pdr-tsa"
24322   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24323   filter: "'NIC_Intel-XL710' and
24324            '78B' and
24325            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24326            'NDRPDR' and
24327            'IP6FWD' and
24328            not 'SRv6' and
24329            not 'IPSEC' and
24330            not 'VHOST'"
24331   parameters:
24332   - "throughput"
24333   - "parent"
24334   - "tags"
24335   sort:
24336   - "IP6BASE"
24337   - "FIB_20K"
24338   - "FIB_200K"
24339   - "FIB_2M"
24340   layout:
24341     title: "ip6-3n-hsw-xl710-78b-base-pdr"
24342     layout: "plot-throughput-speedup-analysis"
24343
24344 # Speedup - VPP IPv6 3n-skx-x710
24345 - type: "plot"
24346   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
24347   algorithm: "plot_throughput_speedup_analysis"
24348   output-file-type: ".html"
24349   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
24350   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24351   filter: "'NIC_Intel-X710' and
24352            '78B' and
24353            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24354            'NDRPDR' and
24355            'IP6FWD' and
24356            not 'SRv6' and
24357            not 'IPSEC' and
24358            not 'VHOST'"
24359   parameters:
24360   - "throughput"
24361   - "parent"
24362   - "tags"
24363   sort:
24364   - "IP6BASE"
24365   - "FIB_20K"
24366   - "FIB_200K"
24367   - "FIB_2M"
24368   layout:
24369     title: "ip6-3n-skx-x710-78b-base_and_scale-ndr"
24370     layout: "plot-throughput-speedup-analysis"
24371
24372 - type: "plot"
24373   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
24374   algorithm: "plot_throughput_speedup_analysis"
24375   output-file-type: ".html"
24376   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
24377   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24378   filter: "'NIC_Intel-X710' and
24379            '78B' and
24380            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24381            'NDRPDR' and
24382            'IP6FWD' and
24383            not 'SRv6' and
24384            not 'IPSEC' and
24385            not 'VHOST'"
24386   parameters:
24387   - "throughput"
24388   - "parent"
24389   - "tags"
24390   sort:
24391   - "IP6BASE"
24392   - "FIB_20K"
24393   - "FIB_200K"
24394   - "FIB_2M"
24395   layout:
24396     title: "ip6-3n-skx-x710-78b-base_and_scale-pdr"
24397     layout: "plot-throughput-speedup-analysis"
24398
24399 # Speedup - VPP IPv6 3n-skx-x710 features
24400 - type: "plot"
24401   title: "Speedup: ip6-3n-skx-x710-78b-base_and_features-ndr-tsa"
24402   algorithm: "plot_throughput_speedup_analysis"
24403   output-file-type: ".html"
24404   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_features-ndr-tsa"
24405   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24406   filter: "'NIC_Intel-X710' and
24407            '78B' and
24408            ('IP6BASE' or
24409             'POLICE_MARK' or
24410             'COPWHLIST' or
24411             'IACLDST') and
24412            'NDRPDR' and
24413            'IP6FWD' and
24414            not 'SRv6' and
24415            not 'IPSEC' and
24416            not 'VHOST'"
24417   parameters:
24418   - "throughput"
24419   - "parent"
24420   - "tags"
24421   sort:
24422   - "IP6BASE"
24423   - "POLICE_MARK"
24424   - "COPWHLIST"
24425   - "IACLDST"
24426   layout:
24427     title: "ip6-3n-skx-x710-78b-base_and_features-ndr"
24428     layout: "plot-throughput-speedup-analysis"
24429
24430 - type: "plot"
24431   title: "Speedup: ip6-3n-skx-x710-78b-base_and_features-pdr-tsa"
24432   algorithm: "plot_throughput_speedup_analysis"
24433   output-file-type: ".html"
24434   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_features-pdr-tsa"
24435   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24436   filter: "'NIC_Intel-X710' and
24437            '78B' and
24438            ('IP6BASE' or
24439             'POLICE_MARK' or
24440             'COPWHLIST' or
24441             'IACLDST') and
24442            'NDRPDR' and
24443            'IP6FWD' and
24444            not 'SRv6' and
24445            not 'IPSEC' and
24446            not 'VHOST'"
24447   parameters:
24448   - "throughput"
24449   - "parent"
24450   - "tags"
24451   sort:
24452   - "IP6BASE"
24453   - "POLICE_MARK"
24454   - "COPWHLIST"
24455   - "IACLDST"
24456   layout:
24457     title: "ip6-3n-skx-x710-78b-base_and_features-pdr"
24458     layout: "plot-throughput-speedup-analysis"
24459
24460 # Speedup - VPP IPv6 3n-skx-xxv710
24461 - type: "plot"
24462   title: "Speedup: ip6-3n-skx-xxv710-78b-base_and_scale-ndr-tsa"
24463   algorithm: "plot_throughput_speedup_analysis"
24464   output-file-type: ".html"
24465   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-base_and_scale-ndr-tsa"
24466   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24467   filter: "'NIC_Intel-XXV710' and
24468            '78B' and
24469            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24470            'NDRPDR' and
24471            'IP6FWD' and
24472            not 'SRv6' and
24473            not 'IPSEC' and
24474            not 'VHOST'"
24475   parameters:
24476   - "throughput"
24477   - "parent"
24478   - "tags"
24479   sort:
24480   - "IP6BASE"
24481   - "FIB_20K"
24482   - "FIB_200K"
24483   - "FIB_2M"
24484   layout:
24485     title: "ip6-3n-skx-xxv710-78b-base_and_scale-ndr"
24486     layout: "plot-throughput-speedup-analysis"
24487
24488 - type: "plot"
24489   title: "Speedup: ip6-3n-skx-xxv710-78b-base_and_scale-pdr-tsa"
24490   algorithm: "plot_throughput_speedup_analysis"
24491   output-file-type: ".html"
24492   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-base_and_scale-pdr-tsa"
24493   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24494   filter: "'NIC_Intel-XXV710' and
24495            '78B' and
24496            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24497            'NDRPDR' and
24498            'IP6FWD' and
24499            not 'SRv6' and
24500            not 'IPSEC' and
24501            not 'VHOST'"
24502   parameters:
24503   - "throughput"
24504   - "parent"
24505   - "tags"
24506   sort:
24507   - "IP6BASE"
24508   - "FIB_20K"
24509   - "FIB_200K"
24510   - "FIB_2M"
24511   layout:
24512     title: "ip6-3n-skx-xxv710-78b-base_and_scale-pdr"
24513     layout: "plot-throughput-speedup-analysis"
24514
24515 # Speedup - VPP IPv6 2n-skx-x710
24516 - type: "plot"
24517   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
24518   algorithm: "plot_throughput_speedup_analysis"
24519   output-file-type: ".html"
24520   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
24521   data: "plot-vpp-throughput-lat-tsa-2n-skx"
24522   filter: "'NIC_Intel-X710' and
24523            '78B' and
24524            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24525            'NDRPDR' and
24526            'IP6FWD' and
24527            not 'SRv6' and
24528            not 'IPSEC' and
24529            not 'VHOST'"
24530   parameters:
24531   - "throughput"
24532   - "parent"
24533   - "tags"
24534   sort:
24535   - "IP6BASE"
24536   - "FIB_20K"
24537   - "FIB_200K"
24538   - "FIB_2M"
24539   layout:
24540     title: "ip6-2n-skx-x710-78b-base_and_scale-ndr"
24541     layout: "plot-throughput-speedup-analysis"
24542
24543 - type: "plot"
24544   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
24545   algorithm: "plot_throughput_speedup_analysis"
24546   output-file-type: ".html"
24547   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
24548   data: "plot-vpp-throughput-lat-tsa-2n-skx"
24549   filter: "'NIC_Intel-X710' and
24550            '78B' and
24551            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24552            'NDRPDR' and
24553            'IP6FWD' and
24554            not 'SRv6' and
24555            not 'IPSEC' and
24556            not 'VHOST'"
24557   parameters:
24558   - "throughput"
24559   - "parent"
24560   - "tags"
24561   sort:
24562   - "IP6BASE"
24563   - "FIB_20K"
24564   - "FIB_200K"
24565   - "FIB_2M"
24566   layout:
24567     title: "ip6-2n-skx-x710-78b-base_and_scale-pdr"
24568     layout: "plot-throughput-speedup-analysis"
24569
24570 # Speedup - VPP IPv6 2n-skx-xxv710
24571 - type: "plot"
24572   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
24573   algorithm: "plot_throughput_speedup_analysis"
24574   output-file-type: ".html"
24575   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
24576   data: "plot-vpp-throughput-lat-tsa-2n-skx"
24577   filter: "'NIC_Intel-XXV710' and
24578            '78B' and
24579            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24580            'NDRPDR' and
24581            'IP6FWD' and
24582            not 'SRv6' and
24583            not 'IPSEC' and
24584            not 'VHOST'"
24585   parameters:
24586   - "throughput"
24587   - "parent"
24588   - "tags"
24589   sort:
24590   - "IP6BASE"
24591   - "FIB_20K"
24592   - "FIB_200K"
24593   - "FIB_2M"
24594   layout:
24595     title: "ip6-2n-skx-xxv710-78b-base_and_scale-ndr"
24596     layout: "plot-throughput-speedup-analysis"
24597
24598 - type: "plot"
24599   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
24600   algorithm: "plot_throughput_speedup_analysis"
24601   output-file-type: ".html"
24602   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
24603   data: "plot-vpp-throughput-lat-tsa-2n-skx"
24604   filter: "'NIC_Intel-XXV710' and
24605            '78B' and
24606            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24607            'NDRPDR' and
24608            'IP6FWD' and
24609            not 'SRv6' and
24610            not 'IPSEC' and
24611            not 'VHOST'"
24612   parameters:
24613   - "throughput"
24614   - "parent"
24615   - "tags"
24616   sort:
24617   - "IP6BASE"
24618   - "FIB_20K"
24619   - "FIB_200K"
24620   - "FIB_2M"
24621   layout:
24622     title: "ip6-2n-skx-xxv710-78b-base_and_scale-pdr"
24623     layout: "plot-throughput-speedup-analysis"
24624
24625 # Speedup - VPP IPv6 2n-dnv-x553 base
24626 - type: "plot"
24627   title: "Speedup: ip6-2n-dnv-x553-78b-base-ndr-tsa"
24628   algorithm: "plot_throughput_speedup_analysis"
24629   output-file-type: ".html"
24630   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-base-ndr-tsa"
24631   data: "intel-dnv-vpp"
24632   filter: "'NIC_Intel-X553' and
24633            '78B' and
24634            'IP6BASE' and
24635            'NDRPDR' and
24636            'IP6FWD' and
24637            not 'SRv6' and
24638            not 'IPSEC' and
24639            not 'VHOST'"
24640   parameters:
24641   - "throughput"
24642   - "parent"
24643   - "tags"
24644   sort:
24645   - "IP6BASE"
24646   layout:
24647     title: "ip6-2n-dnv-x553-78b-base-ndr"
24648     layout: "plot-throughput-speedup-analysis"
24649
24650 - type: "plot"
24651   title: "Speedup: ip6-2n-dnv-x553-78b-base-pdr-tsa"
24652   algorithm: "plot_throughput_speedup_analysis"
24653   output-file-type: ".html"
24654   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-base-pdr-tsa"
24655   data: "intel-dnv-vpp"
24656   filter: "'NIC_Intel-X553' and
24657            '78B' and
24658            'IP6BASE' and
24659            'NDRPDR' and
24660            'IP6FWD' and
24661            not 'SRv6' and
24662            not 'IPSEC' and
24663            not 'VHOST'"
24664   parameters:
24665   - "throughput"
24666   - "parent"
24667   - "tags"
24668   sort:
24669   - "IP6BASE"
24670   layout:
24671     title: "ip6-2n-dnv-x553-78b-base-pdr"
24672     layout: "plot-throughput-speedup-analysis"
24673
24674 ################################################################################
24675
24676 # Speedup - VPP IPv6 tunnels 3n-hsw-x520
24677 - type: "plot"
24678   title: "Speedup: ip6tun-3n-hsw-x520-78b-base-ndr-tsa"
24679   algorithm: "plot_throughput_speedup_analysis"
24680   output-file-type: ".html"
24681   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base-ndr-tsa"
24682   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24683   filter: "'NIC_Intel-X520-DA2' and
24684            '78B' and
24685            'ENCAP' and
24686            'NDRPDR' and
24687            'LISP' and
24688            not 'VHOST'"
24689   parameters:
24690   - "throughput"
24691   - "parent"
24692   - "tags"
24693   sort:
24694   - "IP4UNRLAY"
24695   - "IP6UNRLAY"
24696   layout:
24697     title: "ip6tun-3n-hsw-x520-78b-base-ndr"
24698     layout: "plot-throughput-speedup-analysis"
24699
24700 - type: "plot"
24701   title: "Speedup: ip6tun-3n-hsw-x520-78b-base-pdr-tsa"
24702   algorithm: "plot_throughput_speedup_analysis"
24703   output-file-type: ".html"
24704   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base-pdr-tsa"
24705   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24706   filter: "'NIC_Intel-X520-DA2' and
24707            '78B' and
24708            'ENCAP' and
24709            'NDRPDR' and
24710            'LISP' and
24711            not 'VHOST'"
24712   parameters:
24713   - "throughput"
24714   - "parent"
24715   - "tags"
24716   sort:
24717   - "IP4UNRLAY"
24718   - "IP6UNRLAY"
24719   layout:
24720     title: "ip6tun-3n-hsw-x520-78b-base-pdr"
24721     layout: "plot-throughput-speedup-analysis"
24722
24723 ################################################################################
24724
24725 # Speedup - VPP IPSec 3n-hsw-xl710 base
24726 - type: "plot"
24727   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
24728   algorithm: "plot_throughput_speedup_analysis"
24729   output-file-type: ".html"
24730   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
24731   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24732   filter: "'NIC_Intel-XL710' and
24733            '64B' and
24734            'IP4FWD' and
24735            'NDRPDR' and
24736            'BASE' and
24737            'IPSECHW' and
24738            ('IPSECTRAN' or 'IPSECTUN') and
24739            not 'VHOST'"
24740   parameters:
24741   - "throughput"
24742   - "parent"
24743   - "tags"
24744   layout:
24745     title: "ipsec-3n-hsw-xl710-64b-base-ndr"
24746     layout: "plot-throughput-speedup-analysis"
24747
24748 - type: "plot"
24749   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
24750   algorithm: "plot_throughput_speedup_analysis"
24751   output-file-type: ".html"
24752   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
24753   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24754   filter: "'NIC_Intel-XL710' and
24755            '64B' and
24756            'IP4FWD' and
24757            'NDRPDR' and
24758            'BASE' and
24759            'IPSECHW' and
24760            ('IPSECTRAN' or 'IPSECTUN') and
24761            not 'VHOST'"
24762   parameters:
24763   - "throughput"
24764   - "parent"
24765   - "tags"
24766   layout:
24767     title: "ipsec-3n-hsw-xl710-64b-base-pdr"
24768     layout: "plot-throughput-speedup-analysis"
24769
24770 # Speedup - VPP IPSec 3n-hsw-xl710 scale
24771 - type: "plot"
24772   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
24773   algorithm: "plot_throughput_speedup_analysis"
24774   output-file-type: ".html"
24775   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
24776   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24777   filter: "'NIC_Intel-XL710' and
24778            '64B' and
24779            'IP4FWD' and
24780            'NDRPDR' and
24781            'SCALE' and
24782            'IPSECHW' and
24783            ('IPSECTRAN' or 'IPSECTUN') and
24784            not 'VHOST'"
24785   parameters:
24786   - "throughput"
24787   - "parent"
24788   - "tags"
24789   layout:
24790     title: "ipsec-3n-hsw-xl710-64b-scale-ndr"
24791     layout: "plot-throughput-speedup-analysis"
24792
24793 - type: "plot"
24794   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
24795   algorithm: "plot_throughput_speedup_analysis"
24796   output-file-type: ".html"
24797   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
24798   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24799   filter: "'NIC_Intel-XL710' and
24800            '64B' and
24801            'IP4FWD' and
24802            'NDRPDR' and
24803            'SCALE' and
24804            'IPSECHW' and
24805            ('IPSECTRAN' or 'IPSECTUN') and
24806            not 'VHOST'"
24807   parameters:
24808   - "throughput"
24809   - "parent"
24810   - "tags"
24811   layout:
24812     title: "ipsec-3n-hsw-xl710-64b-scale-pdr"
24813     layout: "plot-throughput-speedup-analysis"
24814
24815 # Speedup - VPP IPSec 3n-hsw-xl710 sw
24816 - type: "plot"
24817   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
24818   algorithm: "plot_throughput_speedup_analysis"
24819   output-file-type: ".html"
24820   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
24821   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24822   filter: "'NIC_Intel-XL710' and
24823            '64B' and
24824            'IP4FWD' and
24825            'NDRPDR' and
24826            'IPSECSW' and
24827            ('IPSECTRAN' or 'IPSECTUN') and
24828            not 'VHOST'"
24829   parameters:
24830   - "throughput"
24831   - "parent"
24832   - "tags"
24833   layout:
24834     title: "ipsec-3n-hsw-xl710-64b-sw-ndr"
24835     layout: "plot-throughput-speedup-analysis"
24836
24837 - type: "plot"
24838   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
24839   algorithm: "plot_throughput_speedup_analysis"
24840   output-file-type: ".html"
24841   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
24842   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24843   filter: "'NIC_Intel-XL710' and
24844            '64B' and
24845            'IP4FWD' and
24846            'NDRPDR' and
24847            'IPSECSW' and
24848            ('IPSECTRAN' or 'IPSECTUN') and
24849            not 'VHOST'"
24850   parameters:
24851   - "throughput"
24852   - "parent"
24853   - "tags"
24854   layout:
24855     title: "ipsec-3n-hsw-xl710-64b-sw-pdr"
24856     layout: "plot-throughput-speedup-analysis"
24857
24858 ################################################################################
24859
24860 # Speedup - VPP SRv6 3n-hsw-x520
24861 - type: "plot"
24862   title: "Speedup: srv6-3n-hsw-x520-78b-features-ndr-tsa"
24863   algorithm: "plot_throughput_speedup_analysis"
24864   output-file-type: ".html"
24865   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-ndr-tsa"
24866   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24867   filter: "'NIC_Intel-X520-DA2' and
24868            '78B' and
24869            'FEATURE' and
24870            'NDRPDR' and
24871            'IP6FWD' and
24872            'SRv6'"
24873   parameters:
24874   - "throughput"
24875   - "parent"
24876   - "tags"
24877   layout:
24878     title: "srv6-3n-hsw-x520-78b-features-ndr"
24879     layout: "plot-throughput-speedup-analysis"
24880
24881 - type: "plot"
24882   title: "Speedup: srv6-3n-hsw-x520-78b-features-pdr-tsa"
24883   algorithm: "plot_throughput_speedup_analysis"
24884   output-file-type: ".html"
24885   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-pdr-tsa"
24886   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24887   filter: "'NIC_Intel-X520-DA2' and
24888            '78B' and
24889            'FEATURE' and
24890            'NDRPDR' and
24891            'IP6FWD' and
24892            'SRv6'"
24893   parameters:
24894   - "throughput"
24895   - "parent"
24896   - "tags"
24897   layout:
24898     title: "srv6-3n-hsw-x520-78b-features-pdr"
24899     layout: "plot-throughput-speedup-analysis"
24900
24901 ################################################################################
24902
24903 # Speedup - VPP L2 3n-hsw-x520 base and scale
24904 - type: "plot"
24905   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
24906   algorithm: "plot_throughput_speedup_analysis"
24907   output-file-type: ".html"
24908   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
24909   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24910   filter: "'NIC_Intel-X520-DA2' and
24911            '64B' and
24912            ('BASE' or 'SCALE') and
24913            'NDRPDR' and
24914            'ETH' and
24915            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24916            not 'VHOST' and
24917            not 'MEMIF'"
24918   parameters:
24919   - "throughput"
24920   - "parent"
24921   - "tags"
24922   sort:
24923   - "L2XCFWD"
24924   - "L2PATCH"
24925   - "L2BDMACLRN"
24926   - "FIB_10K"
24927   - "FIB_100K"
24928   - "FIB_1M"
24929   layout:
24930     title: "l2sw-3n-hsw-x520-64b-base_and_scale-ndr"
24931     layout: "plot-throughput-speedup-analysis"
24932
24933 - type: "plot"
24934   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
24935   algorithm: "plot_throughput_speedup_analysis"
24936   output-file-type: ".html"
24937   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
24938   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24939   filter: "'NIC_Intel-X520-DA2' and
24940            '64B' and
24941            ('BASE' or 'SCALE') and
24942            'NDRPDR' and
24943            'ETH' and
24944            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24945            not 'VHOST' and
24946            not 'MEMIF'"
24947   parameters:
24948   - "throughput"
24949   - "parent"
24950   - "tags"
24951   sort:
24952   - "L2XCFWD"
24953   - "L2PATCH"
24954   - "L2BDMACLRN"
24955   - "FIB_10K"
24956   - "FIB_100K"
24957   - "FIB_1M"
24958   layout:
24959     title: "l2sw-3n-hsw-x520-64b-base_and_scale-pdr"
24960     layout: "plot-throughput-speedup-analysis"
24961
24962 # Speedup - VPP L2 3n-hsw-x520 features
24963 - type: "plot"
24964   title: "Speedup: l2sw-3n-hsw-x520-64b-features-ndr-tsa"
24965   algorithm: "plot_throughput_speedup_analysis"
24966   output-file-type: ".html"
24967   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-ndr-tsa"
24968   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24969   filter: "'NIC_Intel-X520-DA2' and
24970            '64B' and
24971            'NDRPDR' and
24972            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
24973            not 'ACL' and
24974            not 'VHOST' and
24975            not 'MEMIF'"
24976   parameters:
24977   - "throughput"
24978   - "parent"
24979   - "tags"
24980   sort:
24981   - "L2XCBASE"    # l2xcbase
24982   - "L2BDBASE"    # l2bdbase
24983   - "L2XCFWD"     # dot1q-l2xcbase
24984   - "L2BDMACLRN"  # dot1q-l2bdbase
24985   layout:
24986     title: "l2sw-3n-hsw-x520-64b-features-ndr"
24987     layout: "plot-throughput-speedup-analysis"
24988
24989 - type: "plot"
24990   title: "Speedup: l2sw-3n-hsw-x520-64b-features-pdr-tsa"
24991   algorithm: "plot_throughput_speedup_analysis"
24992   output-file-type: ".html"
24993   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-pdr-tsa"
24994   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24995   filter: "'NIC_Intel-X520-DA2' and
24996            '64B' and
24997            'NDRPDR' and
24998            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
24999            not 'ACL' and
25000            not 'VHOST' and
25001            not 'MEMIF'"
25002   parameters:
25003   - "throughput"
25004   - "parent"
25005   - "tags"
25006   sort:
25007   - "L2XCBASE"    # l2xcbase
25008   - "L2BDBASE"    # l2bdbase
25009   - "L2XCFWD"     # dot1q-l2xcbase
25010   - "L2BDMACLRN"  # dot1q-l2bdbase
25011   layout:
25012     title: "l2sw-3n-hsw-x520-64b-features-pdr"
25013     layout: "plot-throughput-speedup-analysis"
25014
25015 # Speedup - VPP L2 3n-hsw-x520 features-iacl
25016 - type: "plot"
25017   title: "Speedup: l2sw-3n-hsw-x520-64b-features-iacl-ndr-tsa"
25018   algorithm: "plot_throughput_speedup_analysis"
25019   output-file-type: ".html"
25020   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-iacl-ndr-tsa"
25021   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25022   filter: "'NIC_Intel-X520-DA2' and
25023            'NDRPDR' and
25024            '64B' and
25025            'FEATURE' and
25026            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
25027            'IACL' and
25028            ('ACL1' or 'ACL50') and
25029            ('10K_FLOWS' or '10k_FLOWS') and
25030            not 'MACIP' and
25031            not 'VHOST' and
25032            not 'MEMIF'"
25033   parameters:
25034   - "throughput"
25035   - "parent"
25036   - "tags"
25037   layout:
25038     title: "l2sw-3n-hsw-x520-64b-features-iacl-ndr"
25039     layout: "plot-throughput-speedup-analysis"
25040
25041 - type: "plot"
25042   title: "Speedup: l2sw-3n-hsw-x520-64b-features-iacl-pdr-tsa"
25043   algorithm: "plot_throughput_speedup_analysis"
25044   output-file-type: ".html"
25045   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-iacl-pdr-tsa"
25046   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25047   filter: "'NIC_Intel-X520-DA2' and
25048            'NDRPDR' and
25049            '64B' and
25050            'FEATURE' and
25051            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
25052            'IACL' and
25053            ('ACL1' or 'ACL50') and
25054            ('10K_FLOWS' or '10k_FLOWS') and
25055            not 'MACIP' and
25056            not 'VHOST' and
25057            not 'MEMIF'"
25058   parameters:
25059   - "throughput"
25060   - "parent"
25061   - "tags"
25062   layout:
25063     title: "l2sw-3n-hsw-x520-64b-features-iacl-pdr"
25064     layout: "plot-throughput-speedup-analysis"
25065
25066 # Speedup - VPP L2 3n-hsw-x520 features-oacl
25067 - type: "plot"
25068   title: "Speedup: l2sw-3n-hsw-x520-64b-features-oacl-ndr-tsa"
25069   algorithm: "plot_throughput_speedup_analysis"
25070   output-file-type: ".html"
25071   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-oacl-ndr-tsa"
25072   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25073   filter: "'NIC_Intel-X520-DA2' and
25074            'NDRPDR' and
25075            '64B' and
25076            'FEATURE' and
25077            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
25078            'OACL' and
25079            ('ACL1' or 'ACL50') and
25080            ('10K_FLOWS' or '10k_FLOWS') and
25081            not 'MACIP' and
25082            not 'VHOST' and
25083            not 'MEMIF'"
25084   parameters:
25085   - "throughput"
25086   - "parent"
25087   - "tags"
25088   layout:
25089     title: "l2sw-3n-hsw-x520-64b-features-oacl-ndr"
25090     layout: "plot-throughput-speedup-analysis"
25091
25092 - type: "plot"
25093   title: "Speedup: l2sw-3n-hsw-x520-64b-features-oacl-pdr-tsa"
25094   algorithm: "plot_throughput_speedup_analysis"
25095   output-file-type: ".html"
25096   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-oacl-pdr-tsa"
25097   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25098   filter: "'NIC_Intel-X520-DA2' and
25099            'NDRPDR' and
25100            '64B' and
25101            'FEATURE' and
25102            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
25103            'OACL' and
25104            ('ACL1' or 'ACL50') and
25105            ('10K_FLOWS' or '10k_FLOWS') and
25106            not 'MACIP' and
25107            not 'VHOST' and
25108            not 'MEMIF'"
25109   parameters:
25110   - "throughput"
25111   - "parent"
25112   - "tags"
25113   layout:
25114     title: "l2sw-3n-hsw-x520-64b-features-oacl-pdr"
25115     layout: "plot-throughput-speedup-analysis"
25116
25117 # Speedup - VPP L2 3n-hsw-x520 features-oacl
25118 - type: "plot"
25119   title: "Speedup: l2sw-3n-hsw-x520-64b-features-oacl-ndr-tsa"
25120   algorithm: "plot_throughput_speedup_analysis"
25121   output-file-type: ".html"
25122   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-oacl-ndr-tsa"
25123   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25124   filter: "'NIC_Intel-X520-DA2' and
25125            'NDRPDR' and
25126            '64B' and
25127            'FEATURE' and
25128            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
25129            'OACL' and
25130            ('ACL1' or 'ACL50') and
25131            ('10K_FLOWS' or '10k_FLOWS') and
25132            not 'MACIP' and
25133            not 'VHOST' and
25134            not 'MEMIF'"
25135   parameters:
25136   - "throughput"
25137   - "parent"
25138   - "tags"
25139   layout:
25140     title: "l2sw-3n-hsw-x520-64b-features-oacl-ndr"
25141     layout: "plot-throughput-speedup-analysis"
25142
25143 - type: "plot"
25144   title: "Speedup: l2sw-3n-hsw-x520-64b-features-oacl-pdr-tsa"
25145   algorithm: "plot_throughput_speedup_analysis"
25146   output-file-type: ".html"
25147   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-oacl-pdr-tsa"
25148   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25149   filter: "'NIC_Intel-X520-DA2' and
25150            'NDRPDR' and
25151            '64B' and
25152            'FEATURE' and
25153            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
25154            'OACL' and
25155            ('ACL1' or 'ACL50') and
25156            ('10K_FLOWS' or '10k_FLOWS') and
25157            not 'MACIP' and
25158            not 'VHOST' and
25159            not 'MEMIF'"
25160   parameters:
25161   - "throughput"
25162   - "parent"
25163   - "tags"
25164   layout:
25165     title: "l2sw-3n-hsw-x520-64b-features-oacl-pdr"
25166     layout: "plot-throughput-speedup-analysis"
25167
25168 # Speedup - VPP L2 3n-hsw-x520 features-macip
25169 - type: "plot"
25170   title: "Speedup: l2sw-3n-hsw-x520-64b-features-macip-ndr-tsa"
25171   algorithm: "plot_throughput_speedup_analysis"
25172   output-file-type: ".html"
25173   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-macip-ndr-tsa"
25174   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25175   filter: "'NIC_Intel-X520-DA2' and
25176            'NDRPDR' and
25177            '64B' and
25178            'FEATURE' and
25179            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
25180            'MACIP' and
25181            ('ACL1' or 'ACL50') and
25182            ('10K_FLOWS' or '10k_FLOWS') and
25183            not 'VHOST' and
25184            not 'MEMIF'"
25185   parameters:
25186   - "throughput"
25187   - "parent"
25188   - "tags"
25189   layout:
25190     title: "l2sw-3n-hsw-x520-64b-features-macip-ndr"
25191     layout: "plot-throughput-speedup-analysis"
25192
25193 - type: "plot"
25194   title: "Speedup: l2sw-3n-hsw-x520-64b-features-macip-pdr-tsa"
25195   algorithm: "plot_throughput_speedup_analysis"
25196   output-file-type: ".html"
25197   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-macip-pdr-tsa"
25198   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25199   filter: "'NIC_Intel-X520-DA2' and
25200            'NDRPDR' and
25201            '64B' and
25202            'FEATURE' and
25203            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
25204            'MACIP' and
25205            ('ACL1' or 'ACL50') and
25206            ('10K_FLOWS' or '10k_FLOWS') and
25207            not 'VHOST' and
25208            not 'MEMIF'"
25209   parameters:
25210   - "throughput"
25211   - "parent"
25212   - "tags"
25213   layout:
25214     title: "l2sw-3n-hsw-x520-64b-features-macip-pdr"
25215     layout: "plot-throughput-speedup-analysis"
25216
25217 # Speedup - VPP L2 3n-hsw-x710 base and scale
25218 - type: "plot"
25219   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
25220   algorithm: "plot_throughput_speedup_analysis"
25221   output-file-type: ".html"
25222   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
25223   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25224   filter: "'NIC_Intel-X710' and
25225            '64B' and
25226            ('BASE' or 'SCALE') and
25227            'NDRPDR' and
25228            'ETH' and
25229            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25230            not 'VHOST' and
25231            not 'MEMIF' and
25232            not 'DRV_AVF'"
25233   parameters:
25234   - "throughput"
25235   - "parent"
25236   - "tags"
25237   sort:
25238   - "L2PATCH"
25239   - "L2XCFWD"
25240   - "L2BDMACLRN"
25241   - "FIB_10K"
25242   - "FIB_100K"
25243   - "FIB_1M"
25244   layout:
25245     title: "l2sw-3n-hsw-x710-64b-base_and_scale-ndr"
25246     layout: "plot-throughput-speedup-analysis"
25247
25248 - type: "plot"
25249   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
25250   algorithm: "plot_throughput_speedup_analysis"
25251   output-file-type: ".html"
25252   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
25253   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25254   filter: "'NIC_Intel-X710' and
25255            '64B' and
25256            ('BASE' or 'SCALE') and
25257            'NDRPDR' and
25258            'ETH' and
25259            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25260            not 'VHOST' and
25261            not 'MEMIF' and
25262            not 'DRV_AVF'"
25263   parameters:
25264   - "throughput"
25265   - "parent"
25266   - "tags"
25267   sort:
25268   - "L2PATCH"
25269   - "L2XCFWD"
25270   - "L2BDMACLRN"
25271   - "FIB_10K"
25272   - "FIB_100K"
25273   - "FIB_1M"
25274   layout:
25275     title: "l2sw-3n-hsw-x710-64b-base_and_scale-pdr"
25276     layout: "plot-throughput-speedup-analysis"
25277
25278 # Speedup - VPP L2 3n-hsw-x710 features
25279 - type: "plot"
25280   title: "Speedup: l2sw-3n-hsw-x710-64b-features-ndr-tsa"
25281   algorithm: "plot_throughput_speedup_analysis"
25282   output-file-type: ".html"
25283   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-ndr-tsa"
25284   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25285   filter: "'NIC_Intel-X710' and
25286            '64B' and
25287            'NDRPDR' and
25288            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
25289            not 'ACL' and
25290            not 'VHOST' and
25291            not 'L2OVRLAY' and
25292            not 'MEMIF'"
25293   parameters:
25294   - "throughput"
25295   - "parent"
25296   - "tags"
25297   sort:
25298   - "L2XCBASE"    # l2xcbase
25299   - "L2BDBASE"    # l2bdbase
25300   - "L2XCFWD"     # dot1q-l2xcbase
25301   - "L2BDMACLRN"  # dot1q-l2bdbase
25302   layout:
25303     title: "l2sw-3n-hsw-x710-64b-features-ndr"
25304     layout: "plot-throughput-speedup-analysis"
25305
25306 - type: "plot"
25307   title: "Speedup: l2sw-3n-hsw-x710-64b-features-pdr-tsa"
25308   algorithm: "plot_throughput_speedup_analysis"
25309   output-file-type: ".html"
25310   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-pdr-tsa"
25311   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25312   filter: "'NIC_Intel-X710' and
25313            '64B' and
25314            'NDRPDR' and
25315            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
25316            not 'ACL' and
25317            not 'VHOST' and
25318            not 'L2OVRLAY' and
25319            not 'MEMIF'"
25320   parameters:
25321   - "throughput"
25322   - "parent"
25323   - "tags"
25324   sort:
25325   - "L2XCBASE"    # l2xcbase
25326   - "L2BDBASE"    # l2bdbase
25327   - "L2XCFWD"     # dot1q-l2xcbase
25328   - "L2BDMACLRN"  # dot1q-l2bdbase
25329   layout:
25330     title: "l2sw-3n-hsw-x710-64b-features-pdr"
25331     layout: "plot-throughput-speedup-analysis"
25332
25333 # Speedup - VPP L2 3n-hsw-x710 features-iacl
25334 - type: "plot"
25335   title: "Speedup: l2sw-3n-hsw-x710-64b-features-iacl-ndr-tsa"
25336   algorithm: "plot_throughput_speedup_analysis"
25337   output-file-type: ".html"
25338   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-iacl-ndr-tsa"
25339   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25340   filter: "'NIC_Intel-X710' and
25341            'NDRPDR' and
25342            '64B' and
25343            'FEATURE' and
25344            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
25345            'IACL' and
25346            ('ACL1' or 'ACL50') and
25347            ('10K_FLOWS' or '10k_FLOWS') and
25348            not 'MACIP' and
25349            not 'VHOST' and
25350            not 'MEMIF'"
25351   parameters:
25352   - "throughput"
25353   - "parent"
25354   - "tags"
25355   layout:
25356     title: "l2sw-3n-hsw-x710-64b-features-iacl-ndr"
25357     layout: "plot-throughput-speedup-analysis"
25358
25359 - type: "plot"
25360   title: "Speedup: l2sw-3n-hsw-x710-64b-features-iacl-pdr-tsa"
25361   algorithm: "plot_throughput_speedup_analysis"
25362   output-file-type: ".html"
25363   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-iacl-pdr-tsa"
25364   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25365   filter: "'NIC_Intel-X710' and
25366            'NDRPDR' and
25367            '64B' and
25368            'FEATURE' and
25369            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
25370            'IACL' and
25371            ('ACL1' or 'ACL50') and
25372            ('10K_FLOWS' or '10k_FLOWS') and
25373            not 'MACIP' and
25374            not 'VHOST' and
25375            not 'MEMIF'"
25376   parameters:
25377   - "throughput"
25378   - "parent"
25379   - "tags"
25380   layout:
25381     title: "l2sw-3n-hsw-x710-64b-features-iacl-pdr"
25382     layout: "plot-throughput-speedup-analysis"
25383
25384 # Speedup - VPP L2 3n-hsw-xl710 base and scale
25385 - type: "plot"
25386   title: "Speedup: l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
25387   algorithm: "plot_throughput_speedup_analysis"
25388   output-file-type: ".html"
25389   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
25390   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25391   filter: "'NIC_Intel-XL710' and
25392            '64B' and
25393            'BASE' and
25394            'NDRPDR' and
25395            'ETH' and
25396            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25397            not 'VHOST' and
25398            not 'MEMIF'"
25399   parameters:
25400   - "throughput"
25401   - "parent"
25402   - "tags"
25403   sort:
25404   - "L2PATCH"
25405   - "L2XCFWD"
25406   - "L2BDMACLRN"
25407   layout:
25408     title: "l2sw-3n-hsw-xl710-64b-base-ndr"
25409     layout: "plot-throughput-speedup-analysis"
25410
25411 - type: "plot"
25412   title: "Speedup: l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
25413   algorithm: "plot_throughput_speedup_analysis"
25414   output-file-type: ".html"
25415   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
25416   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25417   filter: "'NIC_Intel-XL710' and
25418            '64B' and
25419            'BASE' and
25420            'NDRPDR' and
25421            'ETH' and
25422            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25423            not 'VHOST' and
25424            not 'MEMIF'"
25425   parameters:
25426   - "throughput"
25427   - "parent"
25428   - "tags"
25429   sort:
25430   - "L2PATCH"
25431   - "L2XCFWD"
25432   - "L2BDMACLRN"
25433   layout:
25434     title: "l2sw-3n-hsw-xl710-64b-base-pdr"
25435     layout: "plot-throughput-speedup-analysis"
25436
25437 # Speedup - VPP L2 3n-skx-x710 base and scale
25438 - type: "plot"
25439   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25440   algorithm: "plot_throughput_speedup_analysis"
25441   output-file-type: ".html"
25442   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25443   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25444   filter: "'NIC_Intel-X710' and
25445            '64B' and
25446            ('BASE' or 'SCALE') and
25447            'NDRPDR' and
25448            'ETH' and
25449            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25450            not 'VHOST' and
25451            not 'DRV_AVF' and
25452            not 'MEMIF'"
25453   parameters:
25454   - "throughput"
25455   - "parent"
25456   - "tags"
25457   sort:
25458   - "L2PATCH"
25459   - "L2XCBASE"
25460   - "BASE"
25461   - "FIB_10K"
25462   - "FIB_100K"
25463   - "FIB_1M"
25464   layout:
25465     title: "l2sw-3n-skx-x710-64b-base_and_scale-ndr"
25466     layout: "plot-throughput-speedup-analysis"
25467
25468 - type: "plot"
25469   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25470   algorithm: "plot_throughput_speedup_analysis"
25471   output-file-type: ".html"
25472   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25473   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25474   filter: "'NIC_Intel-X710' and
25475            '64B' and
25476            ('BASE' or 'SCALE') and
25477            'NDRPDR' and
25478            'ETH' and
25479            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25480            not 'VHOST' and
25481            not 'DRV_AVF' and
25482            not 'MEMIF'"
25483   parameters:
25484   - "throughput"
25485   - "parent"
25486   - "tags"
25487   sort:
25488   - "L2PATCH"
25489   - "L2XCBASE"
25490   - "BASE"
25491   - "FIB_10K"
25492   - "FIB_100K"
25493   - "FIB_1M"
25494   layout:
25495     title: "l2sw-3n-skx-x710-64b-base_and_scale-pdr"
25496     layout: "plot-throughput-speedup-analysis"
25497
25498 # Speedup - VPP L2 3n-skx-x710 features
25499 - type: "plot"
25500   title: "Speedup: l2sw-3n-skx-x710-64b-features-ndr-tsa"
25501   algorithm: "plot_throughput_speedup_analysis"
25502   output-file-type: ".html"
25503   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-ndr-tsa"
25504   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25505   filter: "'NIC_Intel-X710' and
25506            '64B' and
25507            'NDRPDR' and
25508            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
25509            not 'ACL' and
25510            not 'VHOST' and
25511            not 'DRV_AVF' and
25512            not 'L2OVRLAY' and
25513            not 'MEMIF'"
25514   parameters:
25515   - "throughput"
25516   - "parent"
25517   - "tags"
25518   sort:
25519   - "L2XCBASE"    # l2xcbase
25520   - "L2BDBASE"    # l2bdbase
25521   - "L2XCFWD"     # dot1q-l2xcbase
25522   - "L2BDMACLRN"  # dot1q-l2bdbase
25523   layout:
25524     title: "l2sw-3n-skx-x710-64b-features-ndr"
25525     layout: "plot-throughput-speedup-analysis"
25526
25527 - type: "plot"
25528   title: "Speedup: l2sw-3n-skx-x710-64b-features-pdr-tsa"
25529   algorithm: "plot_throughput_speedup_analysis"
25530   output-file-type: ".html"
25531   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-pdr-tsa"
25532   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25533   filter: "'NIC_Intel-X710' and
25534            '64B' and
25535            'NDRPDR' and
25536            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
25537            not 'ACL' and
25538            not 'VHOST' and
25539            not 'DRV_AVF' and
25540            not 'L2OVRLAY' and
25541            not 'MEMIF'"
25542   parameters:
25543   - "throughput"
25544   - "parent"
25545   - "tags"
25546   sort:
25547   - "L2XCBASE"    # l2xcbase
25548   - "L2BDBASE"    # l2bdbase
25549   - "L2XCFWD"     # dot1q-l2xcbase
25550   - "L2BDMACLRN"  # dot1q-l2bdbase
25551   layout:
25552     title: "l2sw-3n-skx-x710-64b-features-pdr"
25553     layout: "plot-throughput-speedup-analysis"
25554
25555 # Speedup - VPP L2 3n-skx-x710 features-iacl
25556 - type: "plot"
25557   title: "Speedup: l2sw-3n-skx-x710-64b-features-iacl-ndr-tsa"
25558   algorithm: "plot_throughput_speedup_analysis"
25559   output-file-type: ".html"
25560   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-iacl-ndr-tsa"
25561   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25562   filter: "'NIC_Intel-X710' and
25563            'NDRPDR' and
25564            '64B' and
25565            'FEATURE' and
25566            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
25567            'IACL' and
25568            ('ACL1' or 'ACL50') and
25569            ('10K_FLOWS' or '10k_FLOWS') and
25570            not 'MACIP' and
25571            not 'VHOST' and
25572            not 'MEMIF'"
25573   parameters:
25574   - "throughput"
25575   - "parent"
25576   - "tags"
25577   layout:
25578     title: "l2sw-3n-skx-x710-64b-features-iacl-ndr"
25579     layout: "plot-throughput-speedup-analysis"
25580
25581 - type: "plot"
25582   title: "Speedup: l2sw-3n-skx-x710-64b-features-iacl-pdr-tsa"
25583   algorithm: "plot_throughput_speedup_analysis"
25584   output-file-type: ".html"
25585   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-iacl-pdr-tsa"
25586   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25587   filter: "'NIC_Intel-X710' and
25588            'NDRPDR' and
25589            '64B' and
25590            'FEATURE' and
25591            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
25592            'IACL' and
25593            ('ACL1' or 'ACL50') and
25594            ('10K_FLOWS' or '10k_FLOWS') and
25595            not 'MACIP' and
25596            not 'VHOST' and
25597            not 'MEMIF'"
25598   parameters:
25599   - "throughput"
25600   - "parent"
25601   - "tags"
25602   layout:
25603     title: "l2sw-3n-skx-x710-64b-features-iacl-pdr"
25604     layout: "plot-throughput-speedup-analysis"
25605
25606 # Speedup - VPP L2 3n-skx-xxv710 base and scale
25607 - type: "plot"
25608   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25609   algorithm: "plot_throughput_speedup_analysis"
25610   output-file-type: ".html"
25611   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25612   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25613   filter: "'NIC_Intel-XXV710' and
25614            '64B' and
25615            ('BASE' or 'SCALE') and
25616            'NDRPDR' and
25617            'ETH' and
25618            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25619            not 'DRV_AVF' and
25620            not 'VHOST' and
25621            not 'MEMIF'"
25622   parameters:
25623   - "throughput"
25624   - "parent"
25625   - "tags"
25626 #  sort:
25627 #  - "L2PATCH"
25628 #  - "L2PATCH"
25629 #  - "L2XCBASE"
25630 #  - "L2BDMACLRN"
25631   layout:
25632     title: "l2sw-3n-skx-xxv710-64b-base_and_scale-ndr"
25633     layout: "plot-throughput-speedup-analysis"
25634
25635 - type: "plot"
25636   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
25637   algorithm: "plot_throughput_speedup_analysis"
25638   output-file-type: ".html"
25639   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
25640   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25641   filter: "'NIC_Intel-XXV710' and
25642            '64B' and
25643            ('BASE' or 'SCALE') and
25644            'NDRPDR' and
25645            'ETH' and
25646            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25647            not 'DRV_AVF' and
25648            not 'VHOST' and
25649            not 'MEMIF'"
25650   parameters:
25651   - "throughput"
25652   - "parent"
25653   - "tags"
25654 #  sort:
25655 #  - "L2PATCH"
25656 #  - "L2PATCH"
25657 #  - "L2XCBASE"
25658 #  - "L2BDMACLRN"
25659   layout:
25660     title: "l2sw-3n-skx-xxv710-64b-base_and_scale-pdr"
25661     layout: "plot-throughput-speedup-analysis"
25662
25663 # Speedup - VPP L2 2n-skx-x710 base and scale
25664 - type: "plot"
25665   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
25666   algorithm: "plot_throughput_speedup_analysis"
25667   output-file-type: ".html"
25668   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
25669   data: "plot-vpp-throughput-lat-tsa-2n-skx"
25670   filter: "'NIC_Intel-X710' and
25671            '64B' and
25672            ('BASE' or 'SCALE') and
25673            'NDRPDR' and
25674            'ETH' and
25675            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25676            not 'VHOST' and
25677            not 'MEMIF'"
25678   parameters:
25679   - "throughput"
25680   - "parent"
25681   - "tags"
25682   sort:
25683   - "L2PATCH"
25684   - "L2XCBASE"
25685   - "BASE"
25686   - "FIB_10K"
25687   - "FIB_100K"
25688   - "FIB_1M"
25689   layout:
25690     title: "l2sw-2n-skx-x710-64b-base_and_scale-ndr"
25691     layout: "plot-throughput-speedup-analysis"
25692
25693 - type: "plot"
25694   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
25695   algorithm: "plot_throughput_speedup_analysis"
25696   output-file-type: ".html"
25697   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
25698   data: "plot-vpp-throughput-lat-tsa-2n-skx"
25699   filter: "'NIC_Intel-X710' and
25700            '64B' and
25701            ('BASE' or 'SCALE') and
25702            'NDRPDR' and
25703            'ETH' and
25704            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25705            not 'VHOST' and
25706            not 'MEMIF'"
25707   parameters:
25708   - "throughput"
25709   - "parent"
25710   - "tags"
25711   sort:
25712   - "L2PATCH"
25713   - "L2XCBASE"
25714   - "BASE"
25715   - "FIB_10K"
25716   - "FIB_100K"
25717   - "FIB_1M"
25718   layout:
25719     title: "l2sw-2n-skx-x710-64b-base_and_scale-pdr"
25720     layout: "plot-throughput-speedup-analysis"
25721
25722 # Speedup - VPP L2 2n-skx-xxv710 base and scale
25723 - type: "plot"
25724   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25725   algorithm: "plot_throughput_speedup_analysis"
25726   output-file-type: ".html"
25727   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25728   data: "plot-vpp-throughput-lat-tsa-2n-skx"
25729   filter: "'NIC_Intel-XXV710' and
25730            '64B' and
25731            ('BASE' or 'SCALE') and
25732            'NDRPDR' and
25733            'ETH' and
25734            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25735            not 'VHOST' and
25736            not 'MEMIF'"
25737   parameters:
25738   - "throughput"
25739   - "parent"
25740   - "tags"
25741   sort:
25742   - "L2PATCH"
25743   - "L2XCBASE"
25744   - "BASE"
25745   - "FIB_10K"
25746   - "FIB_100K"
25747   - "FIB_1M"
25748   layout:
25749     title: "l2sw-2n-skx-xxv710-64b-base_and_scale-ndr"
25750     layout: "plot-throughput-speedup-analysis"
25751
25752 - type: "plot"
25753   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
25754   algorithm: "plot_throughput_speedup_analysis"
25755   output-file-type: ".html"
25756   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
25757   data: "plot-vpp-throughput-lat-tsa-2n-skx"
25758   filter: "'NIC_Intel-XXV710' and
25759            '64B' and
25760            ('BASE' or 'SCALE') and
25761            'NDRPDR' and
25762            'ETH' and
25763            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25764            not 'VHOST' and
25765            not 'MEMIF'"
25766   parameters:
25767   - "throughput"
25768   - "parent"
25769   - "tags"
25770   sort:
25771   - "L2PATCH"
25772   - "L2XCBASE"
25773   - "BASE"
25774   - "FIB_10K"
25775   - "FIB_100K"
25776   - "FIB_1M"
25777   layout:
25778     title: "l2sw-2n-skx-xxv710-64b-base_and_scale-pdr"
25779     layout: "plot-throughput-speedup-analysis"
25780
25781 # Speedup - VPP L2 2n-dnv-x553 base
25782 - type: "plot"
25783   title: "Speedup: l2sw-2n-dnv-x553-64b-base-ndr-tsa"
25784   algorithm: "plot_throughput_speedup_analysis"
25785   output-file-type: ".html"
25786   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-base-ndr-tsa"
25787   data: "intel-dnv-vpp"
25788   filter: "'NIC_Intel-X553' and
25789            '64B' and
25790            ('BASE' or 'SCALE') and
25791            'NDRPDR' and
25792            'ETH' and
25793            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25794            not 'VHOST' and
25795            not 'MEMIF'"
25796   parameters:
25797   - "throughput"
25798   - "parent"
25799   - "tags"
25800   sort:
25801   - "L2XCBASE"
25802   - "L2BDMACLRN"
25803   - "L2PATCH"
25804   layout:
25805     title: "l2sw-2n-dnv-x553-64b-base-ndr"
25806     layout: "plot-throughput-speedup-analysis"
25807
25808 - type: "plot"
25809   title: "Speedup: l2sw-2n-dnv-x553-64b-base-pdr-tsa"
25810   algorithm: "plot_throughput_speedup_analysis"
25811   output-file-type: ".html"
25812   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-base-pdr-tsa"
25813   data: "intel-dnv-vpp"
25814   filter: "'NIC_Intel-X553' and
25815            '64B' and
25816            ('BASE' or 'SCALE') and
25817            'NDRPDR' and
25818            'ETH' and
25819            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25820            not 'VHOST' and
25821            not 'MEMIF'"
25822   parameters:
25823   - "throughput"
25824   - "parent"
25825   - "tags"
25826   sort:
25827   - "L2XCBASE"
25828   - "L2BDMACLRN"
25829   - "L2PATCH"
25830   layout:
25831     title: "l2sw-2n-dnv-x553-64b-base-pdr"
25832     layout: "plot-throughput-speedup-analysis"
25833
25834 ################################################################################
25835
25836 # Packet Speedup - VPP vhost ip4 3n-hsw-x520
25837 - type: "plot"
25838   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25839   algorithm: "plot_throughput_speedup_analysis"
25840   output-file-type: ".html"
25841   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25842   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25843   filter: "'NIC_Intel-X520-DA2' and
25844            '64B' and
25845            'NDRPDR' and
25846            'ETH' and
25847            'IP4FWD' and
25848            'VHOST_1024' and
25849            not 'VXLAN' and
25850            not 'DOT1Q'"
25851   parameters:
25852   - "throughput"
25853   - "parent"
25854   - "tags"
25855   sort:
25856   - "not CFS_OPT"
25857   - "1VM"
25858   - "2VM"
25859   layout:
25860     title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr"
25861     layout: "plot-throughput-speedup-analysis"
25862
25863 - type: "plot"
25864   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25865   algorithm: "plot_throughput_speedup_analysis"
25866   output-file-type: ".html"
25867   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25868   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25869   filter: "'NIC_Intel-X520-DA2' and
25870            '64B' and
25871            'NDRPDR' and
25872            'ETH' and
25873            'IP4FWD' and
25874            'VHOST_1024' and
25875            not 'VXLAN' and
25876            not 'DOT1Q'"
25877   parameters:
25878   - "throughput"
25879   - "parent"
25880   - "tags"
25881   sort:
25882   - "not CFS_OPT"
25883   - "1VM"
25884   - "2VM"
25885   layout:
25886     title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr"
25887     layout: "plot-throughput-speedup-analysis"
25888
25889 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base
25890 - type: "plot"
25891   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_features-ndr-tsa"
25892   algorithm: "plot_throughput_speedup_analysis"
25893   output-file-type: ".html"
25894   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_features-ndr-tsa"
25895   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25896   filter: "'NIC_Intel-X520-DA2' and
25897            '64B' and
25898            'NDRPDR' and
25899            ('ETH' or 'DOT1Q') and
25900            'BASE' and
25901            ('L2BDMACLRN' or 'L2XCFWD') and
25902            'VHOST_1024' and
25903            not 'VXLAN' and
25904            not 'IP4FWD' and
25905            not '2VM'"
25906   parameters:
25907   - "throughput"
25908   - "parent"
25909   - "tags"
25910   sort:
25911   - "L2BDMACLRN"
25912   - "L2BDMACLRN"
25913   - "L2BDMACLRN"
25914   - "L2XCFWD"
25915   - "L2XCFWD"
25916   - "L2XCFWD"
25917   layout:
25918     title: "vhost-l2sw-3n-hsw-x520-64b-base_and_features-ndr"
25919     layout: "plot-throughput-speedup-analysis"
25920
25921 - type: "plot"
25922   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_features-pdr-tsa"
25923   algorithm: "plot_throughput_speedup_analysis"
25924   output-file-type: ".html"
25925   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_features-pdr-tsa"
25926   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25927   filter: "'NIC_Intel-X520-DA2' and
25928            '64B' and
25929            'NDRPDR' and
25930            ('ETH' or 'DOT1Q') and
25931            'BASE' and
25932            ('L2BDMACLRN' or 'L2XCFWD') and
25933            'VHOST_1024' and
25934            not 'VXLAN' and
25935            not 'IP4FWD' and
25936            not '2VM'"
25937   parameters:
25938   - "throughput"
25939   - "parent"
25940   - "tags"
25941   sort:
25942   - "L2BDMACLRN"
25943   - "L2BDMACLRN"
25944   - "L2BDMACLRN"
25945   - "L2XCFWD"
25946   - "L2XCFWD"
25947   - "L2XCFWD"
25948   layout:
25949     title: "vhost-l2sw-3n-hsw-x520-64b-base_and_features-pdr"
25950     layout: "plot-throughput-speedup-analysis"
25951
25952 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base vm
25953 - type: "plot"
25954   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
25955   algorithm: "plot_throughput_speedup_analysis"
25956   output-file-type: ".html"
25957   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
25958   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25959   filter: "'NIC_Intel-X520-DA2' and
25960            '64B' and
25961            'NDRPDR' and
25962            ('ETH' or 'DOT1Q') and
25963            ('L2BDMACLRN' or 'L2XCFWD') and
25964            'VHOST_1024' and
25965            not 'CFS_OPT' and
25966            not 'DOT1Q' and
25967            not 'VXLAN' and
25968            not 'IP4FWD' and
25969            not 'LBOND'"
25970   parameters:
25971   - "throughput"
25972   - "parent"
25973   - "tags"
25974 #  sort:
25975 #  - "1VM"
25976 #  - "L2XCFWD"
25977 #  - "1VM"
25978 #  - "L2BDMACLRN"
25979   layout:
25980     title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr"
25981     layout: "plot-throughput-speedup-analysis"
25982
25983 - type: "plot"
25984   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
25985   algorithm: "plot_throughput_speedup_analysis"
25986   output-file-type: ".html"
25987   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
25988   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25989   filter: "'NIC_Intel-X520-DA2' and
25990            '64B' and
25991            'NDRPDR' and
25992            ('ETH' or 'DOT1Q') and
25993            ('L2BDMACLRN' or 'L2XCFWD') and
25994            'VHOST_1024' and
25995            not 'CFS_OPT' and
25996            not 'DOT1Q' and
25997            not 'VXLAN' and
25998            not 'IP4FWD' and
25999            not 'LBOND'"
26000   parameters:
26001   - "throughput"
26002   - "parent"
26003   - "tags"
26004 #  sort:
26005 #  - "1VM"
26006 #  - "L2XCFWD"
26007 #  - "1VM"
26008 #  - "L2BDMACLRN"
26009   layout:
26010     title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr"
26011     layout: "plot-throughput-speedup-analysis"
26012
26013 # Packet Speedup - VPP vhost ip4 3n-hsw-x710
26014 - type: "plot"
26015   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
26016   algorithm: "plot_throughput_speedup_analysis"
26017   output-file-type: ".html"
26018   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
26019   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26020   filter: "'NIC_Intel-X710' and
26021            '64B' and
26022            'NDRPDR' and
26023            'ETH' and
26024            'IP4FWD' and
26025            'VHOST_1024' and
26026            not 'VXLAN' and
26027            not 'CFS_OPT' and
26028            not 'DOT1Q'"
26029   parameters:
26030   - "throughput"
26031   - "parent"
26032   - "tags"
26033   sort:
26034   - "1VM"
26035   - "2VM"
26036   layout:
26037     title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr"
26038     layout: "plot-throughput-speedup-analysis"
26039
26040 - type: "plot"
26041   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
26042   algorithm: "plot_throughput_speedup_analysis"
26043   output-file-type: ".html"
26044   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
26045   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26046   filter: "'NIC_Intel-X710' and
26047            '64B' and
26048            'NDRPDR' and
26049            'ETH' and
26050            'IP4FWD' and
26051            'VHOST_1024' and
26052            not 'VXLAN' and
26053            not 'CFS_OPT' and
26054            not 'DOT1Q'"
26055   parameters:
26056   - "throughput"
26057   - "parent"
26058   - "tags"
26059   sort:
26060   - "1VM"
26061   - "2VM"
26062   layout:
26063     title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr"
26064     layout: "plot-throughput-speedup-analysis"
26065
26066 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base
26067 - type: "plot"
26068   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_features-ndr-tsa"
26069   algorithm: "plot_throughput_speedup_analysis"
26070   output-file-type: ".html"
26071   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_features-ndr-tsa"
26072   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26073   filter: "'NIC_Intel-X710' and
26074            '64B' and
26075            'NDRPDR' and
26076            ('ETH' or 'DOT1Q') and
26077            'BASE' and
26078            ('L2BDMACLRN' or 'L2XCFWD') and
26079            'VHOST_1024' and
26080            not 'VXLAN' and
26081            not 'IP4FWD' and
26082            not '2VM'"
26083   parameters:
26084   - "throughput"
26085   - "parent"
26086   - "tags"
26087   sort:
26088   - "L2BDMACLRN"
26089   - "L2BDMACLRN"
26090   - "L2BDMACLRN"
26091   - "L2XCFWD"
26092   - "L2XCFWD"
26093   - "L2XCFWD"
26094   layout:
26095     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_features-ndr"
26096     layout: "plot-throughput-speedup-analysis"
26097
26098 - type: "plot"
26099   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_features-pdr-tsa"
26100   algorithm: "plot_throughput_speedup_analysis"
26101   output-file-type: ".html"
26102   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_features-pdr-tsa"
26103   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26104   filter: "'NIC_Intel-X710' and
26105            '64B' and
26106            'NDRPDR' and
26107            ('ETH' or 'DOT1Q') and
26108            'BASE' and
26109            ('L2BDMACLRN' or 'L2XCFWD') and
26110            'VHOST_1024' and
26111            not 'VXLAN' and
26112            not 'IP4FWD' and
26113            not '2VM'"
26114   parameters:
26115   - "throughput"
26116   - "parent"
26117   - "tags"
26118   sort:
26119   - "L2BDMACLRN"
26120   - "L2BDMACLRN"
26121   - "L2BDMACLRN"
26122   - "L2XCFWD"
26123   - "L2XCFWD"
26124   - "L2XCFWD"
26125   layout:
26126     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_features-pdr"
26127     layout: "plot-throughput-speedup-analysis"
26128
26129 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base vm
26130 - type: "plot"
26131   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-ndr-tsa"
26132   algorithm: "plot_throughput_speedup_analysis"
26133   output-file-type: ".html"
26134   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-ndr-tsa"
26135   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26136   filter: "'NIC_Intel-X710' and
26137            '64B' and
26138            'NDRPDR' and
26139            ('ETH' or 'DOT1Q') and
26140            ('L2BDMACLRN' or 'L2XCFWD') and
26141            'VHOST_1024' and
26142            not 'CFS_OPT' and
26143            not 'VXLAN' and
26144            not 'IP4FWD' and
26145            not 'LBOND'"
26146   parameters:
26147   - "throughput"
26148   - "parent"
26149   - "tags"
26150   sort:
26151   - "L2BDMACLRN"
26152   - "L2BDMACLRN"
26153   - "L2BDMACLRN"
26154   - "L2XCFWD"
26155   - "L2XCFWD"
26156   - "L2XCFWD"
26157   layout:
26158     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-ndr"
26159     layout: "plot-throughput-speedup-analysis"
26160
26161 - type: "plot"
26162   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-pdr-tsa"
26163   algorithm: "plot_throughput_speedup_analysis"
26164   output-file-type: ".html"
26165   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-pdr-tsa"
26166   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26167   filter: "'NIC_Intel-X710' and
26168            '64B' and
26169            'NDRPDR' and
26170            ('ETH' or 'DOT1Q') and
26171            ('L2BDMACLRN' or 'L2XCFWD') and
26172            'VHOST_1024' and
26173            not 'CFS_OPT' and
26174            not 'VXLAN' and
26175            not 'IP4FWD' and
26176            not 'LBOND'"
26177   parameters:
26178   - "throughput"
26179   - "parent"
26180   - "tags"
26181   sort:
26182   - "L2BDMACLRN"
26183   - "L2BDMACLRN"
26184   - "L2BDMACLRN"
26185   - "L2XCFWD"
26186   - "L2XCFWD"
26187   - "L2XCFWD"
26188   layout:
26189     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-pdr"
26190     layout: "plot-throughput-speedup-analysis"
26191
26192 # Packet Speedup - VPP vhost ip4 3n-skx-x710
26193 - type: "plot"
26194   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
26195   algorithm: "plot_throughput_speedup_analysis"
26196   output-file-type: ".html"
26197   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
26198   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26199   filter: "'NIC_Intel-X710' and
26200            '64B' and
26201            'NDRPDR' and
26202            'ETH' and
26203            'IP4FWD' and
26204            'VHOST_1024' and
26205            not 'VXLAN' and
26206            not 'DOT1Q'"
26207   parameters:
26208   - "throughput"
26209   - "parent"
26210   - "tags"
26211   sort:
26212   - "1VM"
26213   - "2VM"
26214   layout:
26215     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr"
26216     layout: "plot-throughput-speedup-analysis"
26217
26218 - type: "plot"
26219   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
26220   algorithm: "plot_throughput_speedup_analysis"
26221   output-file-type: ".html"
26222   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
26223   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26224   filter: "'NIC_Intel-X710' and
26225            '64B' and
26226            'NDRPDR' and
26227            'ETH' and
26228            'IP4FWD' and
26229            'VHOST_1024' and
26230            not 'VXLAN' and
26231            not 'DOT1Q'"
26232   parameters:
26233   - "throughput"
26234   - "parent"
26235   - "tags"
26236   sort:
26237   - "1VM"
26238   - "2VM"
26239   layout:
26240     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr"
26241     layout: "plot-throughput-speedup-analysis"
26242
26243 # Packet Speedup - VPP vhost ip4 2n-skx-x710
26244 - type: "plot"
26245   title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
26246   algorithm: "plot_throughput_speedup_analysis"
26247   output-file-type: ".html"
26248   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
26249   data: "plot-vpp-throughput-lat-tsa-2n-skx"
26250   filter: "'NIC_Intel-X710' and
26251            '64B' and
26252            'NDRPDR' and
26253            'ETH' and
26254            'IP4FWD' and
26255            'VHOST_1024' and
26256            not 'VXLAN' and
26257            not 'NF_DENSITY' and
26258            not 'CFS_OPT' and
26259            not 'DOT1Q'"
26260   parameters:
26261   - "throughput"
26262   - "parent"
26263   - "tags"
26264   sort:
26265   - "1VM"
26266   - "2VM"
26267   layout:
26268     title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr"
26269     layout: "plot-throughput-speedup-analysis"
26270
26271 - type: "plot"
26272   title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
26273   algorithm: "plot_throughput_speedup_analysis"
26274   output-file-type: ".html"
26275   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
26276   data: "plot-vpp-throughput-lat-tsa-2n-skx"
26277   filter: "'NIC_Intel-X710' and
26278            '64B' and
26279            'NDRPDR' and
26280            'ETH' and
26281            'IP4FWD' and
26282            'VHOST_1024' and
26283            not 'VXLAN' and
26284            not 'NF_DENSITY' and
26285            not 'CFS_OPT' and
26286            not 'DOT1Q'"
26287   parameters:
26288   - "throughput"
26289   - "parent"
26290   - "tags"
26291   sort:
26292   - "1VM"
26293   - "2VM"
26294   layout:
26295     title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr"
26296     layout: "plot-throughput-speedup-analysis"
26297
26298 # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base
26299 - type: "plot"
26300   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_features-ndr-tsa"
26301   algorithm: "plot_throughput_speedup_analysis"
26302   output-file-type: ".html"
26303   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_features-ndr-tsa"
26304   data: "plot-vpp-throughput-lat-tsa-2n-skx"
26305   filter: "'NIC_Intel-X710' and
26306            '64B' and
26307            'NDRPDR' and
26308            ('ETH' or 'DOT1Q') and
26309            'BASE' and
26310            ('L2BDMACLRN' or 'L2XCFWD') and
26311            'VHOST_1024' and
26312            not 'VXLAN' and
26313            not 'NF_DENSITY' and
26314            not 'IP4FWD' and
26315            not '2VM'"
26316   parameters:
26317   - "throughput"
26318   - "parent"
26319   - "tags"
26320 #  sort:
26321 #  - "not CFS_OPT"
26322 #  - "L2XCFWD"
26323 #  - "not CFS_OPT"
26324 #  - "CFS_OPT"
26325   layout:
26326     title: "vhost-l2sw-2n-skx-x710-64b-base_and_features-ndr"
26327     layout: "plot-throughput-speedup-analysis"
26328
26329 - type: "plot"
26330   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_features-pdr-tsa"
26331   algorithm: "plot_throughput_speedup_analysis"
26332   output-file-type: ".html"
26333   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_features-pdr-tsa"
26334   data: "plot-vpp-throughput-lat-tsa-2n-skx"
26335   filter: "'NIC_Intel-X710' and
26336            '64B' and
26337            'NDRPDR' and
26338            ('ETH' or 'DOT1Q') and
26339            'BASE' and
26340            ('L2BDMACLRN' or 'L2XCFWD') and
26341            'VHOST_1024' and
26342            not 'VXLAN' and
26343            not 'NF_DENSITY' and
26344            not 'IP4FWD' and
26345            not '2VM'"
26346   parameters:
26347   - "throughput"
26348   - "parent"
26349   - "tags"
26350 #  sort:
26351 #  - "not CFS_OPT"
26352 #  - "L2XCFWD"
26353 #  - "not CFS_OPT"
26354 #  - "CFS_OPT"
26355   layout:
26356     title: "vhost-l2sw-2n-skx-x710-64b-base_and_features-pdr"
26357     layout: "plot-throughput-speedup-analysis"
26358
26359 # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base vm
26360 - type: "plot"
26361   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
26362   algorithm: "plot_throughput_speedup_analysis"
26363   output-file-type: ".html"
26364   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
26365   data: "plot-vpp-throughput-lat-tsa-2n-skx"
26366   filter: "'NIC_Intel-X710' and
26367            '64B' and
26368            'NDRPDR' and
26369            ('ETH' or 'DOT1Q') and
26370            ('L2BDMACLRN' or 'L2XCFWD') and
26371            'VHOST_1024' and
26372            not 'CFS_OPT' and
26373            not 'VXLAN' and
26374            not 'NF_DENSITY' and
26375            not 'DOT1Q' and
26376            not 'IP4FWD'"
26377   parameters:
26378   - "throughput"
26379   - "parent"
26380   - "tags"
26381 #  sort:
26382 #  - "1VM"
26383 #  - "L2XCFWD"
26384 #  - "1VM"
26385 #  - "L2BDMACLRN"
26386   layout:
26387     title: "vhost-l2sw-2n-skx-x710-64b-base-vm-ndr"
26388     layout: "plot-throughput-speedup-analysis"
26389
26390 - type: "plot"
26391   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
26392   algorithm: "plot_throughput_speedup_analysis"
26393   output-file-type: ".html"
26394   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
26395   data: "plot-vpp-throughput-lat-tsa-2n-skx"
26396   filter: "'NIC_Intel-X710' and
26397            '64B' and
26398            'NDRPDR' and
26399            ('ETH' or 'DOT1Q') and
26400            ('L2BDMACLRN' or 'L2XCFWD') and
26401            'VHOST_1024' and
26402            not 'CFS_OPT' and
26403            not 'VXLAN' and
26404            not 'NF_DENSITY' and
26405            not 'DOT1Q' and
26406            not 'IP4FWD'"
26407   parameters:
26408   - "throughput"
26409   - "parent"
26410   - "tags"
26411 #  sort:
26412 #  - "1VM"
26413 #  - "L2XCFWD"
26414 #  - "1VM"
26415 #  - "L2BDMACLRN"
26416   layout:
26417     title: "vhost-l2sw-2n-skx-x710-64b-base-vm-pdr"
26418     layout: "plot-throughput-speedup-analysis"
26419
26420 # Packet Speedup - VPP vhost ip4 2n-skx-xxv710
26421 - type: "plot"
26422   title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26423   algorithm: "plot_throughput_speedup_analysis"
26424   output-file-type: ".html"
26425   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26426   data: "plot-vpp-throughput-lat-tsa-2n-skx"
26427   filter: "'NIC_Intel-XXV710' and
26428            '64B' and
26429            'NDRPDR' and
26430            'ETH' and
26431            'IP4FWD' and
26432            'VHOST_1024' and
26433            not 'VXLAN' and
26434            not 'CFS_OPT' and
26435            not 'DOT1Q'"
26436   parameters:
26437   - "throughput"
26438   - "parent"
26439   - "tags"
26440   sort:
26441   - "not CFS_OPT"
26442   - "1VM"
26443   - "2VM"
26444   layout:
26445     title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
26446     layout: "plot-throughput-speedup-analysis"
26447
26448 - type: "plot"
26449   title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26450   algorithm: "plot_throughput_speedup_analysis"
26451   output-file-type: ".html"
26452   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26453   data: "plot-vpp-throughput-lat-tsa-2n-skx"
26454   filter: "'NIC_Intel-XXV710' and
26455            '64B' and
26456            'NDRPDR' and
26457            'ETH' and
26458            'IP4FWD' and
26459            'VHOST_1024' and
26460            not 'VXLAN' and
26461            not 'CFS_OPT' and
26462            not 'DOT1Q'"
26463   parameters:
26464   - "throughput"
26465   - "parent"
26466   - "tags"
26467   sort:
26468   - "not CFS_OPT"
26469   - "1VM"
26470   - "2VM"
26471   layout:
26472     title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
26473     layout: "plot-throughput-speedup-analysis"
26474
26475 ## Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base
26476 #- type: "plot"
26477 #  title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_features-ndr-tsa"
26478 #  algorithm: "plot_throughput_speedup_analysis"
26479 #  output-file-type: ".html"
26480 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_features-ndr-tsa"
26481 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
26482 #  filter: "'NIC_Intel-XXV710' and
26483 #           '64B' and
26484 #           'NDRPDR' and
26485 #           ('ETH' or 'DOT1Q') and
26486 #           'BASE' and
26487 #           ('L2BDMACLRN' or 'L2XCFWD') and
26488 #           'VHOST_1024' and
26489 #           not 'VXLAN' and
26490 #           not 'IP4FWD' and
26491 #           not '2VM'"
26492 #  parameters:
26493 #  - "throughput"
26494 #  - "parent"
26495 #  - "tags"
26496 ##  sort:
26497 ##  - "not CFS_OPT"
26498 ##  - "L2XCFWD"
26499 ##  - "not CFS_OPT"
26500 ##  - "CFS_OPT"
26501 #  layout:
26502 #    title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_features-ndr"
26503 #    layout: "plot-throughput-speedup-analysis"
26504 #
26505 #- type: "plot"
26506 #  title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_features-pdr-tsa"
26507 #  algorithm: "plot_throughput_speedup_analysis"
26508 #  output-file-type: ".html"
26509 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_features-pdr-tsa"
26510 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
26511 #  filter: "'NIC_Intel-XXV710' and
26512 #           '64B' and
26513 #           'NDRPDR' and
26514 #           ('ETH' or 'DOT1Q') and
26515 #           'BASE' and
26516 #           ('L2BDMACLRN' or 'L2XCFWD') and
26517 #           'VHOST_1024' and
26518 #           not 'VXLAN' and
26519 #           not 'IP4FWD' and
26520 #           not '2VM'"
26521 #  parameters:
26522 #  - "throughput"
26523 #  - "parent"
26524 #  - "tags"
26525 ##  sort:
26526 ##  - "not CFS_OPT"
26527 ##  - "L2XCFWD"
26528 ##  - "not CFS_OPT"
26529 ##  - "CFS_OPT"
26530 #  layout:
26531 #    title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_features-pdr"
26532 #    layout: "plot-throughput-speedup-analysis"
26533 #
26534 ## Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base vm
26535 #- type: "plot"
26536 #  title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
26537 #  algorithm: "plot_throughput_speedup_analysis"
26538 #  output-file-type: ".html"
26539 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
26540 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
26541 #  filter: "'NIC_Intel-XXV710' and
26542 #           '64B' and
26543 #           'NDRPDR' and
26544 #           ('ETH' or 'DOT1Q') and
26545 #           ('L2BDMACLRN' or 'L2XCFWD') and
26546 #           'VHOST_1024' and
26547 #           not 'CFS_OPT' and
26548 #           not 'VXLAN' and
26549 #           not 'DOT1Q' and
26550 #           not 'IP4FWD'"
26551 #  parameters:
26552 #  - "throughput"
26553 #  - "parent"
26554 #  - "tags"
26555 ##  sort:
26556 ##  - "1VM"
26557 ##  - "L2XCFWD"
26558 ##  - "1VM"
26559 ##  - "L2BDMACLRN"
26560 #  layout:
26561 #    title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr"
26562 #    layout: "plot-throughput-speedup-analysis"
26563 #
26564 #- type: "plot"
26565 #  title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
26566 #  algorithm: "plot_throughput_speedup_analysis"
26567 #  output-file-type: ".html"
26568 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
26569 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
26570 #  filter: "'NIC_Intel-XXV710' and
26571 #           '64B' and
26572 #           'NDRPDR' and
26573 #           ('ETH' or 'DOT1Q') and
26574 #           ('L2BDMACLRN' or 'L2XCFWD') and
26575 #           'VHOST_1024' and
26576 #           not 'CFS_OPT' and
26577 #           not 'VXLAN' and
26578 #           not 'DOT1Q' and
26579 #           not 'IP4FWD'"
26580 #  parameters:
26581 #  - "throughput"
26582 #  - "parent"
26583 #  - "tags"
26584 ##  sort:
26585 ##  - "1VM"
26586 ##  - "L2XCFWD"
26587 ##  - "1VM"
26588 ##  - "L2BDMACLRN"
26589 #  layout:
26590 #    title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr"
26591 #    layout: "plot-throughput-speedup-analysis"
26592
26593 ################################################################################
26594
26595 # Speedup - VPP vts 3n-hsw-x520
26596 - type: "plot"
26597   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
26598   algorithm: "plot_throughput_speedup_analysis"
26599   output-file-type: ".html"
26600   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
26601   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26602   filter: "'NIC_Intel-X520-DA2' and
26603            '114B' and
26604            'NDRPDR' and
26605            'VTS'"
26606   parameters:
26607   - "throughput"
26608   - "parent"
26609   - "tags"
26610   layout:
26611     title: "vts-3n-hsw-x520-114b-base_and_scale-ndr"
26612     layout: "plot-throughput-speedup-analysis"
26613
26614 - type: "plot"
26615   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
26616   algorithm: "plot_throughput_speedup_analysis"
26617   output-file-type: ".html"
26618   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
26619   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26620   filter: "'NIC_Intel-X520-DA2' and
26621            '114B' and
26622            'NDRPDR' and
26623            'VTS'"
26624   parameters:
26625   - "throughput"
26626   - "parent"
26627   - "tags"
26628   layout:
26629     title: "vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
26630     layout: "plot-throughput-speedup-analysis"