CSIT-1488: Add data to the Report 1904
[csit.git] / resources / tools / presentation / specification.yaml
1 - type: "environment"
2
3   paths:
4     # Top level directories:
5     ## Working directory
6     DIR[WORKING]: "_tmp"
7     ## Build directories
8     DIR[BUILD,HTML]: "_build"
9     DIR[BUILD,LATEX]: "_build_latex"
10
11     # Static .rst files
12     DIR[RST]: "../../../docs/report"
13
14     # Working directories
15     ## Input data files (.zip, .xml)
16     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
17     ## Static source files from git
18     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
19     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
20
21     # Static html content
22     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
23     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
24     DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
25     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
26
27     # Detailed test results
28     DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results"
29     DIR[DTR,PERF,DPDK,3N,HSW]: "{DIR[DTR]}/dpdk_performance_results_3n_hsw"
30     DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx"
31     DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx"
32     DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
33     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
34     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
35     DIR[DTR,PERF,VPP,2N,DNV]: "{DIR[DTR]}/vpp_performance_results_2n_dnv"
36     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
37     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
38     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
39     DIR[DTR,MRR,VPP,2N,DNV]: "{DIR[DTR]}/vpp_mrr_results_2n_dnv"
40     DIR[DTR,PERF,COT,3N,HSW]: "{DIR[DTR]}/cot_performance_results_3n_hsw"
41     DIR[DTR,FUNC,VPP,UBUNTU]: "{DIR[DTR]}/vpp_functional_results_ubuntu"
42     DIR[DTR,FUNC,VPP,CENTOS]: "{DIR[DTR]}/vpp_functional_results_centos"
43     DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
44     DIR[DTR,FUNC,HC]: "{DIR[DTR]}/honeycomb_functional_results"
45     DIR[DTR,FUNC,NSHSFC]: "{DIR[DTR]}/nshsfc_functional_results"
46     DIR[DTR,FUNC,DMM]: "{DIR[DTR]}/dmm_functional_results"
47     DIR[DTR,PERF,VPP,IMPRV]: "{DIR[WORKING,SRC]}/vpp_performance_tests/performance_improvements"
48
49     # Detailed test configurations
50     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
51     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
52     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
53     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
54     DIR[DTC,PERF,VPP,2N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_2n_dnv"
55     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
56     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
57     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
58     DIR[DTC,MRR,VPP,2N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_2n_dnv"
59     DIR[DTC,FUNC,VPP,UBUNTU]: "{DIR[DTC]}/vpp_functional_configuration_ubuntu"
60     DIR[DTC,FUNC,VPP,CENTOS]: "{DIR[DTC]}/vpp_functional_configuration_centos"
61     DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
62
63     # Detailed tests operational data
64     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
65     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
66     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
67     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
68     DIR[DTO,PERF,VPP,2N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_2n_dnv"
69
70     # .css patch file to fix tables generated by Sphinx
71     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
72     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
73
74   urls:
75     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
76     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
77     URL[VIRL,DNV]: "http://10.30.51.28/download/denverton/{release}/robot-plugin.zip"
78     # URL[VIRL,DNV]: "http://download.it/from/nexus"
79     URL[NEXUS]: "https://docs.fd.io/csit"
80     DIR[NEXUS]: "report/_static/archive"
81
82   make-dirs:
83   # List the directories which are created while preparing the environment.
84   # All directories MUST be defined in "paths" section.
85   - "DIR[WORKING,DATA]"
86   - "DIR[STATIC,VPP]"
87   - "DIR[STATIC,DPDK]"
88   - "DIR[STATIC,ARCH]"
89   - "DIR[BUILD,LATEX]"
90   - "DIR[WORKING,SRC]"
91   - "DIR[WORKING,SRC,STATIC]"
92
93   remove-dirs:
94   # List the directories which are deleted while cleaning the environment.
95   # All directories MUST be defined in "paths" section.
96   #- "DIR[BUILD,HTML]"
97   - "DIR[WORKING,DATA]"
98
99   build-dirs:
100   # List the directories where the results (build) is stored.
101   # All directories MUST be defined in "paths" section.
102   - "DIR[BUILD,HTML]"
103   - "DIR[BUILD,LATEX]"
104
105 - type: "configuration"
106
107   limits:
108     nic:
109       x520: 24460000
110       x553: 29761905
111       x710: 35800000
112       xxv710: 35800000
113       xl710: 35800000
114
115     link:
116       10ge: 14880952.38
117       25ge: 37202380.95
118       40ge: 59523809.52
119       100ge: 148809523.81
120
121     pci:
122       pci-g3-x8: 74404761.90
123       pci-g3-x16: 148809523.81
124
125   data-sets:
126
127     ###########################################################################
128     # Plots:
129
130     # 3n-hsw
131
132     plot-vpp-throughput-lat-tsa-3n-hsw:
133       # TODO: Add 1904 data
134       csit-vpp-perf-verify-1904-3n-hsw:
135         - 11  # NDRPDR sel
136         - 12   # NDRPDR sel
137
138     plot-vpp-http-server-performance:
139       # TODO: Replace with 1904 data
140       # csit-vpp-perf-verify-1904-3n-hsw:
141       csit-vpp-perf-verify-1810-3n-hsw:
142         - 28  # WRK
143         - 29  # WRK
144         - 30  # WRK
145         - 31  # WRK
146         - 32  # WRK
147         - 33  # WRK
148         - 34  # WRK
149         - 35  # WRK
150         - 36  # WRK
151         - 37  # WRK
152
153     plot-ligato-throughput-lat-tsa-3n-hsw:
154       # TODO: Replace with 1904 data
155       # csit-ligato-perf-verify-1904-3n-hsw:
156       csit-ligato-perf-verify-1901-3n-hsw:
157         - 8   # NDRPDR sel
158         - 9   # NDRPDR sel
159         - 11  # NDRPDR sel
160         - 12  # NDRPDR sel
161         - 13  # NDRPDR sel
162         - 14  # NDRPDR sel
163         - 15  # NDRPDR sel
164         - 16  # NDRPDR sel
165         - 17  # NDRPDR sel
166         - 18  # NDRPDR sel
167
168     plot-dpdk-throughput-latency-3n-hsw:
169       # TODO: Add 1904 data
170       csit-dpdk-perf-verify-1904-3n-hsw:
171         - 2   # NDRPDR sel
172         - 3   # NDRPDR sel
173         - 5   # NDRPDR sel
174         - 6   # NDRPDR sel
175
176     # 3n-skx
177
178     plot-vpp-throughput-lat-tsa-3n-skx:
179       # TODO: Add 1904 data
180       csit-vpp-perf-verify-1904-3n-skx:
181         - 8   # NDRPDR sel
182         - 9   # NDRPDR sel
183         - 10  # NDRPDR sel
184         - 11  # NDRPDR sel
185         - 12  # NDRPDR sel
186         - 14  # NDRPDR sel
187
188     plot-dpdk-throughput-latency-3n-skx:
189       # TODO: Add 1904 data
190       csit-dpdk-perf-verify-1904-3n-skx:
191         - 2   # NDRPDR sel
192         - 3   # NDRPDR sel
193         - 4   # NDRPDR sel
194         - 5   # NDRPDR sel
195         - 6   # NDRPDR sel
196         - 7   # NDRPDR sel
197
198     # 2n-skx
199
200     plot-vpp-throughput-lat-tsa-2n-skx:
201       # TODO: Add 1904 data
202       csit-vpp-perf-verify-1904-2n-skx:
203         - 12  # NDRPDR sel
204         - 14  # NDRPDR sel
205         - 16  # NDRPDR sel
206         - 17  # NDRPDR sel
207         - 18  # NDRPDR sel
208         - 21  # NDRPDR sel
209         - 27  # NDRPDR sel
210         - 30  # NDRPDR sel
211         - 31  # NDRPDR sel
212
213     plot-vpp-soak-2n-skx:
214       # TODO: Replace with 1904 data
215       # csit-vpp-perf-verify-1904-2n-skx:
216       csit-vpp-perf-verify-1901-2n-skx:
217         - 45  # SOAK sel
218
219     plot-vpp-nfv-2n-skx:
220       # TODO: Add 1904 data
221       csit-vpp-perf-verify-1904-2n-skx:
222         - 9   # NFV NDRPDR
223
224     plot-vpp-nfv-2n-skx-mrr:
225       # TODO: Add 1904 data
226       csit-vpp-perf-verify-1904-2n-skx:
227         - 10  # NFV MRR
228
229     plot-dpdk-throughput-latency-2n-skx:
230       csit-dpdk-perf-verify-1904-2n-skx:
231         - 2   # NDRPDR sel
232         - 3   # NDRPDR sel
233         - 4   # NDRPDR sel
234         - 5   # NDRPDR sel
235         - 7   # NDRPDR sel
236         - 8   # NDRPDR sel
237         - 9   # NDRPDR sel
238         - 10  # NDRPDR sel
239         - 11  # NDRPDR sel
240         - 12  # NDRPDR sel
241
242     # 3rd party
243
244     # Denverton:
245     intel-dnv-vpp:
246       # TODO: Replace with 1904 data
247       # intel-dnv-vpp-release-1904:
248       intel-dnv-vpp-release-1901:
249         - 1
250
251     ###########################################################################
252     # Simple tables (only one data set):
253
254     # NIC Comparisons
255
256     vpp-nic-comparison-3n-hsw:
257       # TODO: Add 1904 data
258       csit-vpp-perf-verify-1904-3n-hsw:
259         - 11  # NDRPDR sel
260         - 12   # NDRPDR sel
261
262     vpp-nic-comparison-3n-skx:
263       # TODO: Add 1904 data
264       csit-vpp-perf-verify-1904-3n-skx:
265         - 8   # NDRPDR sel
266         - 9   # NDRPDR sel
267         - 10  # NDRPDR sel
268         - 11  # NDRPDR sel
269         - 12  # NDRPDR sel
270         - 14  # NDRPDR sel
271
272     vpp-nic-comparison-2n-skx:
273       # TODO: Add 1904 data
274       csit-vpp-perf-verify-1904-2n-skx:
275         - 12  # NDRPDR sel
276         - 14  # NDRPDR sel
277         - 16  # NDRPDR sel
278         - 17  # NDRPDR sel
279         - 18  # NDRPDR sel
280         - 21  # NDRPDR sel
281         - 27  # NDRPDR sel
282         - 30  # NDRPDR sel
283         - 31  # NDRPDR sel
284
285     vpp-nic-comparison-3n-hsw-mrr:
286       csit-vpp-perf-verify-1904-3n-hsw:
287         - 1   # MRR sel
288
289     vpp-nic-comparison-3n-skx-mrr:
290       csit-vpp-perf-verify-1904-3n-skx:
291         - 7   # MRR sel
292
293     vpp-nic-comparison-2n-skx-mrr:
294       csit-vpp-perf-verify-1904-2n-skx:
295         - 11  # MRR sel
296
297     # Results
298
299     vpp-perf-results-3n-hsw:
300       # TODO: Replace with FULL 1904 data
301       csit-vpp-perf-verify-1904-3n-hsw:
302         - 12  # NDRPDR sel
303
304     vpp-perf-results-3n-skx:
305       # TODO: Replace with FULL 1904 data
306       csit-vpp-perf-verify-1904-3n-skx:
307         - 10  # NDRPDR sel
308
309     vpp-perf-results-2n-skx:
310       # TODO: Replace with FULL 1904 data
311       csit-vpp-perf-verify-1904-2n-skx:
312         - 21
313
314     vpp-mrr-results-3n-hsw:
315       csit-vpp-perf-verify-1904-3n-hsw:
316         - 1   # MRR sel
317
318     vpp-mrr-results-3n-skx:
319       csit-vpp-perf-verify-1904-3n-skx:
320         - 7   # MRR sel
321
322     vpp-mrr-results-2n-skx:
323       csit-vpp-perf-verify-1904-2n-skx:
324         - 11  # MRR sel
325
326     vpp-func-results-ubuntu:
327       csit-vpp-functional-1904-ubuntu1604-virl:
328         - 29
329
330     vpp-func-results-centos:
331       csit-vpp-functional-1904-centos7-virl:
332         - 32
333
334     vpp-device-results-ubuntu:
335       csit-vpp-device-1904-ubuntu1804-1n-skx:
336         - 33
337
338     # VPP Ligato
339     ligato-perf-results-3n-hsw:
340       # TODO: Replace with 1904 data
341       # csit-ligato-perf-verify-1904-3n-hsw:
342       csit-ligato-perf-verify-1901-3n-hsw:
343         - 10  # NDRPDR full
344
345     dpdk-perf-results-3n-hsw:
346       csit-dpdk-perf-verify-1904-3n-hsw:
347         - 5   # NDRPDR sel
348
349     dpdk-perf-results-3n-skx:
350       csit-dpdk-perf-verify-1904-3n-skx:
351         - 7   # NDRPDR sel
352
353     dpdk-perf-results-2n-skx:
354       csit-dpdk-perf-verify-1904-2n-skx:
355         - 9   # NDRPDR sel
356
357     # HoneyComb Functional
358     hc-func-results:
359       csit-hc2vpp-verify-func-1904-ubuntu1604:
360         - 1
361
362 #    # NSH SFC Functional
363 #    nsh-func-results:
364 #      # Not used
365 #      csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
366 #        - 1
367
368     # DMM Functional
369     dmm-func-results:
370       csit-dmm-functional-1904-ubuntu1604-virl:
371         - 1
372
373     ###########################################################################
374     # Tables (more than one data set)
375
376     # Performance changes
377
378     intel-dnv-vpp-changes-2n-dnv-h1:
379       intel-dnv-vpp-release-1810:
380         - 1
381     intel-dnv-vpp-changes-2n-dnv-ref:
382       intel-dnv-vpp-release-1901:
383         - 1
384     intel-dnv-vpp-changes-2n-dnv-cmp:
385       # TODO: Replace with 1904 data
386       # intel-dnv-vpp-release-1904:
387       intel-dnv-vpp-release-1901:
388         - 1
389     intel-dnv-vpp-changes-2n-dnv:
390       - "intel-dnv-vpp-changes-2n-dnv-h1"
391       - "intel-dnv-vpp-changes-2n-dnv-ref"
392       - "intel-dnv-vpp-changes-2n-dnv-cmp"
393
394     vpp-performance-changes-3n-hsw-h1:
395       csit-vpp-perf-verify-1810-3n-hsw:
396         - 8   # NDRPDR sel
397         - 12  # NDRPDR sel
398         - 14  # NDRPDR sel
399         - 18  # NDRPDR sel
400         - 23  # NDRPDR sel
401         - 25  # NDRPDR sel
402         - 38  # NDRPDR sel
403         - 39  # NDRPDR sel
404         - 41  # NDRPDR sel
405         - 42  # NDRPDR sel
406     vpp-performance-changes-3n-hsw-ref:
407       csit-vpp-perf-verify-1901-3n-hsw:
408         - 10  # NDRPDR sel
409         - 19  # NDRPDR sel
410         - 31  # NDRPDR sel
411         - 36  # NDRPDR sel
412         - 40  # NDRPDR sel
413         - 42  # NDRPDR sel
414         - 44  # NDRPDR sel
415         - 46  # NDRPDR sel
416         - 47  # NDRPDR sel
417         - 48  # NDRPDR sel
418         - 61  # NDRPDR LB
419         - 62  # NDRPDR LB
420         - 63  # NDRPDR LB
421         - 64  # NDRPDR LB
422         - 65  # NDRPDR LB
423         - 66  # NDRPDR LB
424         - 67  # NDRPDR LB
425         - 69  # NDRPDR LB
426         - 70  # NDRPDR LB
427         - 71  # NDRPDR LB
428     vpp-performance-changes-3n-hsw-cmp:
429       # TODO: Add 1904 data
430       csit-vpp-perf-verify-1904-3n-hsw:
431         - 11  # NDRPDR sel
432         - 12   # NDRPDR sel
433     vpp-performance-changes-3n-hsw:
434       - "vpp-performance-changes-3n-hsw-h1"
435       - "vpp-performance-changes-3n-hsw-ref"
436       - "vpp-performance-changes-3n-hsw-cmp"
437
438     vpp-performance-changes-3n-skx-h1:
439       csit-vpp-perf-verify-1810-3n-skx:
440         - 10  # NDRPDR sel
441         - 14  # NDRPDR sel
442         - 15  # NDRPDR sel
443         - 16  # NDRPDR sel
444         - 17  # NDRPDR sel
445         - 19  # NDRPDR sel
446         - 20  # NDRPDR sel
447         - 21  # NDRPDR sel
448         - 22  # NDRPDR sel
449         - 25  # NDRPDR sel
450     vpp-performance-changes-3n-skx-ref:
451       csit-vpp-perf-verify-1901-3n-skx:
452         - 18  # NDRPDR sel
453         - 19  # NDRPDR sel
454         - 20  # NDRPDR sel
455         - 28  # NDRPDR sel
456         - 31  # NDRPDR sel
457         - 33  # NDRPDR sel
458         - 36  # NDRPDR sel
459         - 38  # NDRPDR sel
460         - 47  # NDRPDR sel
461         - 48  # NDRPDR sel
462         - 54  # NDRPDR LB
463         - 57  # NDRPDR LB
464         - 58  # NDRPDR LB
465         - 59  # NDRPDR LB
466         - 60  # NDRPDR LB
467         - 63  # NDRPDR LB
468         - 64  # NDRPDR LB
469         - 65  # NDRPDR LB
470         - 66  # NDRPDR LB
471         - 67  # NDRPDR LB
472     vpp-performance-changes-3n-skx-cmp:
473       # TODO: Add 1904 data
474       csit-vpp-perf-verify-1904-3n-skx:
475         - 8   # NDRPDR sel
476         - 9   # NDRPDR sel
477         - 10  # NDRPDR sel
478         - 11  # NDRPDR sel
479         - 12  # NDRPDR sel
480         - 14  # 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         - 30  # NDRPDR sel
521         - 31  # NDRPDR sel
522     vpp-performance-changes-2n-skx:
523       - "vpp-performance-changes-2n-skx-h1"
524       - "vpp-performance-changes-2n-skx-ref"
525       - "vpp-performance-changes-2n-skx-cmp"
526
527     vpp-performance-changes-3n-hsw-mrr-h1:
528       csit-vpp-perf-verify-1810-3n-hsw:
529         - 9   # MRR sel
530     vpp-performance-changes-3n-hsw-mrr-ref:
531       csit-vpp-perf-verify-1901-3n-hsw:
532         - 35  # MRR sel
533     vpp-performance-changes-3n-hsw-mrr-cmp:
534       csit-vpp-perf-verify-1904-3n-hsw:
535         - 1   # MRR sel
536     vpp-performance-changes-3n-hsw-mrr:
537       - "vpp-performance-changes-3n-hsw-mrr-h1"
538       - "vpp-performance-changes-3n-hsw-mrr-ref"
539       - "vpp-performance-changes-3n-hsw-mrr-cmp"
540
541     vpp-performance-changes-3n-skx-mrr-h1:
542       csit-vpp-perf-verify-1810-3n-skx:
543         - 9   # MRR sel
544         - 11  # MRR sel
545         - 12  # MRR sel
546         - 13  # MRR sel
547     vpp-performance-changes-3n-skx-mrr-ref:
548       csit-vpp-perf-verify-1901-3n-skx:
549         - 32  # MRR sel
550     vpp-performance-changes-3n-skx-mrr-cmp:
551       csit-vpp-perf-verify-1904-3n-skx:
552         - 7   # MRR sel
553     vpp-performance-changes-3n-skx-mrr:
554       - "vpp-performance-changes-3n-skx-mrr-h1"
555       - "vpp-performance-changes-3n-skx-mrr-ref"
556       - "vpp-performance-changes-3n-skx-mrr-cmp"
557
558     vpp-performance-changes-2n-skx-mrr-h1:
559       csit-vpp-perf-verify-1810-2n-skx:
560         - 8   # MRR sel
561         - 10  # MRR sel
562         - 11  # MRR sel
563         - 12  # MRR sel
564     vpp-performance-changes-2n-skx-mrr-ref:
565       csit-vpp-perf-verify-1901-2n-skx:
566         - 22  # MRR sel
567     vpp-performance-changes-2n-skx-mrr-cmp:
568       csit-vpp-perf-verify-1904-2n-skx:
569         - 11  # MRR sel
570     vpp-performance-changes-2n-skx-mrr:
571       - "vpp-performance-changes-2n-skx-mrr-h1"
572       - "vpp-performance-changes-2n-skx-mrr-ref"
573       - "vpp-performance-changes-2n-skx-mrr-cmp"
574
575     dpdk-performance-changes-3n-hsw-h1:
576       csit-dpdk-perf-verify-1810-3n-hsw:
577         - 1   # NDRPDR sel
578         - 2   # NDRPDR sel
579         - 3   # NDRPDR sel
580         - 4   # NDRPDR sel
581         - 5   # NDRPDR sel
582         - 6   # NDRPDR sel
583         - 7   # NDRPDR sel
584         - 8   # NDRPDR sel
585         - 9   # NDRPDR sel
586         - 10  # NDRPDR sel
587     dpdk-performance-changes-3n-hsw-ref:
588       csit-dpdk-perf-verify-1901-3n-hsw:
589         - 13  # NDRPDR sel
590         - 14  # NDRPDR sel
591         - 16  # NDRPDR sel
592         - 17  # NDRPDR sel
593         - 18  # NDRPDR sel
594         - 19  # NDRPDR sel
595         - 20  # NDRPDR sel
596         - 21  # NDRPDR sel
597         - 22  # NDRPDR sel
598         - 23  # NDRPDR sel
599     dpdk-performance-changes-3n-hsw-cmp:
600       # TODO: Add 1904 data
601       csit-dpdk-perf-verify-1904-3n-hsw:
602         - 2   # NDRPDR sel
603         - 3   # NDRPDR sel
604         - 5   # NDRPDR sel
605         - 6   # NDRPDR sel
606     dpdk-performance-changes-3n-hsw:
607       - "dpdk-performance-changes-3n-hsw-h1"
608       - "dpdk-performance-changes-3n-hsw-ref"
609       - "dpdk-performance-changes-3n-hsw-cmp"
610
611     dpdk-performance-changes-3n-skx-h1:
612       csit-dpdk-perf-verify-1810-3n-skx:
613         - 3   # NDRPDR sel
614         - 4   # NDRPDR sel
615         - 6   # NDRPDR sel
616         - 7   # NDRPDR sel
617         - 8   # NDRPDR sel
618         - 9   # NDRPDR sel
619         - 10  # NDRPDR sel
620         - 11  # NDRPDR sel
621         - 12  # NDRPDR sel
622         - 13  # NDRPDR sel
623     dpdk-performance-changes-3n-skx-ref:
624       csit-dpdk-perf-verify-1901-3n-skx:
625         - 3   # NDRPDR sel
626         - 5   # NDRPDR sel
627         - 6   # NDRPDR sel
628         - 7   # NDRPDR sel
629         - 8   # NDRPDR sel
630         - 9   # NDRPDR sel
631         - 10  # NDRPDR sel
632         - 11  # NDRPDR sel
633         - 12  # NDRPDR sel
634         - 13  # NDRPDR sel
635     dpdk-performance-changes-3n-skx-cmp:
636       # TODO: Add 1904 data
637       csit-dpdk-perf-verify-1904-3n-skx:
638         - 2   # NDRPDR sel
639         - 3   # NDRPDR sel
640         - 4   # NDRPDR sel
641         - 5   # NDRPDR sel
642         - 6   # NDRPDR sel
643         - 7   # NDRPDR sel
644     dpdk-performance-changes-3n-skx:
645       - "dpdk-performance-changes-3n-skx-h1"
646       - "dpdk-performance-changes-3n-skx-ref"
647       - "dpdk-performance-changes-3n-skx-cmp"
648
649     dpdk-performance-changes-2n-skx-h1:
650       csit-dpdk-perf-verify-1810-2n-skx:
651         - 3   # NDRPDR sel
652         - 4   # NDRPDR sel
653         - 5   # NDRPDR sel
654         - 7   # NDRPDR sel
655         - 8   # NDRPDR sel
656         - 9   # NDRPDR sel
657         - 10  # NDRPDR sel
658         - 11  # NDRPDR sel
659         - 12  # NDRPDR sel
660         - 13  # NDRPDR sel
661     dpdk-performance-changes-2n-skx-ref:
662       csit-dpdk-perf-verify-1901-2n-skx:
663         - 12  # NDRPDR sel
664         - 13  # NDRPDR sel
665         - 14  # NDRPDR sel
666         - 15  # NDRPDR sel
667         - 16  # NDRPDR sel
668         - 17  # NDRPDR sel
669         - 18  # NDRPDR sel
670         - 19  # NDRPDR sel
671         - 20  # NDRPDR sel
672         - 21  # NDRPDR sel
673     dpdk-performance-changes-2n-skx-cmp:
674       csit-dpdk-perf-verify-1904-2n-skx:
675         - 2   # NDRPDR sel
676         - 3   # NDRPDR sel
677         - 4   # NDRPDR sel
678         - 5   # NDRPDR sel
679         - 7   # NDRPDR sel
680         - 8   # NDRPDR sel
681         - 9   # NDRPDR sel
682         - 10  # NDRPDR sel
683         - 11  # NDRPDR sel
684         - 12  # NDRPDR sel
685     dpdk-performance-changes-2n-skx:
686       - "dpdk-performance-changes-2n-skx-h1"
687       - "dpdk-performance-changes-2n-skx-ref"
688       - "dpdk-performance-changes-2n-skx-cmp"
689
690     # Compare testbeds
691
692     vpp-compare-testbeds-ref:
693       # TODO: Add 1904 data
694       csit-vpp-perf-verify-1904-3n-hsw:
695         - 11  # NDRPDR sel
696         - 12   # NDRPDR sel
697     vpp-compare-testbeds-cmp:
698       # TODO: Add 1904 data
699       csit-vpp-perf-verify-1904-3n-skx:
700         - 8   # NDRPDR sel
701         - 9   # NDRPDR sel
702         - 10  # NDRPDR sel
703         - 11  # NDRPDR sel
704         - 12  # NDRPDR sel
705         - 14  # NDRPDR sel
706     vpp-compare-testbeds:
707       - "vpp-compare-testbeds-ref"
708       - "vpp-compare-testbeds-cmp"
709
710     vpp-compare-testbeds-mrr-ref:
711       csit-vpp-perf-verify-1904-3n-hsw:
712         - 1   # MRR sel
713     vpp-compare-testbeds-mrr-cmp:
714       csit-vpp-perf-verify-1904-3n-skx:
715         - 7   # MRR sel
716     vpp-compare-testbeds-mrr:
717       - "vpp-compare-testbeds-mrr-ref"
718       - "vpp-compare-testbeds-mrr-cmp"
719
720     dpdk-compare-testbeds-ref:
721       # TODO: Add 1904 data
722       csit-dpdk-perf-verify-1904-3n-hsw:
723         - 2   # NDRPDR sel
724         - 3   # NDRPDR sel
725         - 5   # NDRPDR sel
726         - 6   # NDRPDR sel
727     dpdk-compare-testbeds-cmp:
728       # TODO: Add 1904 data
729       csit-dpdk-perf-verify-1904-3n-skx:
730         - 2   # NDRPDR sel
731         - 3   # NDRPDR sel
732         - 4   # NDRPDR sel
733         - 5   # NDRPDR sel
734         - 6   # NDRPDR sel
735         - 7   # NDRPDR sel
736     dpdk-compare-testbeds:
737       - "dpdk-compare-testbeds-ref"
738       - "dpdk-compare-testbeds-cmp"
739
740     # Compare topologies
741
742     vpp-compare-topologies-ref:
743       # TODO: Add 1904 data
744       csit-vpp-perf-verify-1904-3n-skx:
745         - 8   # NDRPDR sel
746         - 9   # NDRPDR sel
747         - 10  # NDRPDR sel
748         - 11  # NDRPDR sel
749         - 12  # NDRPDR sel
750         - 14  # NDRPDR sel
751     vpp-compare-topologies-cmp:
752       # TODO: Add 1904 data
753       csit-vpp-perf-verify-1904-2n-skx:
754         - 12  # NDRPDR sel
755         - 14  # NDRPDR sel
756         - 16  # NDRPDR sel
757         - 17  # NDRPDR sel
758         - 18  # NDRPDR sel
759         - 21  # NDRPDR sel
760         - 27  # NDRPDR sel
761         - 30  # NDRPDR sel
762         - 31  # NDRPDR sel
763     vpp-compare-topologies:
764       - "vpp-compare-topologies-ref"
765       - "vpp-compare-topologies-cmp"
766
767     vpp-compare-topologies-mrr-ref:
768       csit-vpp-perf-verify-1904-3n-skx:
769         - 7   # MRR sel
770     vpp-compare-topologies-mrr-cmp:
771       csit-vpp-perf-verify-1904-2n-skx:
772         - 11  # MRR sel
773     vpp-compare-topologies-mrr:
774       - "vpp-compare-topologies-mrr-ref"
775       - "vpp-compare-topologies-mrr-cmp"
776
777     dpdk-compare-topologies-ref:
778       # TODO: Add 1904 data
779       csit-dpdk-perf-verify-1904-3n-skx:
780         - 2   # NDRPDR sel
781         - 3   # NDRPDR sel
782         - 4   # NDRPDR sel
783         - 5   # NDRPDR sel
784         - 6   # NDRPDR sel
785         - 7   # NDRPDR sel
786     dpdk-compare-topologies-cmp:
787       csit-dpdk-perf-verify-1904-2n-skx:
788         - 2   # NDRPDR sel
789         - 3   # NDRPDR sel
790         - 4   # NDRPDR sel
791         - 5   # NDRPDR sel
792         - 7   # NDRPDR sel
793         - 8   # NDRPDR sel
794         - 9   # NDRPDR sel
795         - 10  # NDRPDR sel
796         - 11  # NDRPDR sel
797         - 12  # NDRPDR sel
798     dpdk-compare-topologies:
799       - "dpdk-compare-topologies-ref"
800       - "dpdk-compare-topologies-cmp"
801
802   plot-layouts:
803
804     plot-soak-throughput:
805       titlefont:
806         size: 18
807       xaxis:
808         title: "<b>Test Cases [Index]</b>"
809         titlefont:
810           size: 16
811         autorange: True
812         fixedrange: False
813         gridcolor: "rgb(230, 230, 230)"
814         linecolor: "rgb(220, 220, 220)"
815         linewidth: 1
816         showgrid: True
817         showline: True
818         showticklabels: True
819         tickcolor: "rgb(220, 220, 220)"
820         tickmode: "linear"
821         tickfont:
822           size: 16
823         zeroline: False
824       yaxis:
825         title: "<b>Packet Throughput [Mpps]</b>"
826         titlefont:
827           size: 16
828         gridcolor: "rgb(230, 230, 230)"
829         hoverformat: ".4s"
830         tickformat: ".3s"
831         linecolor: "rgb(220, 220, 220)"
832         linewidth: 1
833         showgrid: True
834         showline: True
835         showticklabels: True
836         tickcolor: "rgb(220, 220, 220)"
837         tickfont:
838           size: 16
839         zeroline: False
840         range: [0,50]
841       autosize: False
842       margin:
843         t: 50
844         b: 0
845         l: 80
846         r: 20
847       showlegend: True
848       legend:
849         orientation: "h"
850         font:
851           size: 16
852       width: 700
853       height: 900
854
855     plot-service-density:
856       titlefont:
857         size: 18
858       xaxis:
859         side: "top"
860         autorange: True
861         fixedrange: False
862         showgrid: False
863         showline: False
864         showticklabels: False
865         ticks: ""
866         ticklen: 0
867         tickwidth: 0
868         zeroline: False
869       yaxis:
870         autorange: "reversed"
871         showgrid: False
872         showline: False
873         showticklabels: False
874         ticks: ""
875         ticklen: 0
876         tickwidth: 0
877         zeroline: False
878       autosize: True
879       showlegend: False
880       width: 700
881       height: 700
882
883     plot-cps:
884       titlefont:
885         size: 18
886       xaxis:
887         title: "<b>Test Cases [Index]</b>"
888         titlefont:
889           size: 16
890         autorange: True
891         fixedrange: False
892         gridcolor: "rgb(230, 230, 230)"
893         linecolor: "rgb(220, 220, 220)"
894         linewidth: 1
895         showgrid: True
896         showline: True
897         showticklabels: True
898         tickcolor: "rgb(220, 220, 220)"
899         tickmode: "linear"
900         tickfont:
901           size: 16
902         zeroline: False
903       yaxis:
904         title: "<b>Connections Per Second [cps]</b>"
905         titlefont:
906           size: 16
907         gridcolor: "rgb(230, 230, 230)"
908         hoverformat: ".4s"
909         linecolor: "rgb(220, 220, 220)"
910         linewidth: 1
911         rangemode: "tozero"
912         showgrid: True
913         showline: True
914         showticklabels: True
915         tickcolor: "rgb(220, 220, 220)"
916         tickformat: ".3s"
917         tickfont:
918           size: 16
919         zeroline: False
920       boxmode: "group"
921       boxgroupgap: 0.5
922       autosize: False
923       margin:
924         t: 50
925         b: 20
926         l: 80
927         r: 20
928       showlegend: True
929       legend:
930         orientation: "h"
931         font:
932           size: 16
933       width: 700
934       height: 800
935
936     plot-rps:
937       titlefont:
938         size: 18
939       xaxis:
940         title: "<b>Test Cases [Index]</b>"
941         titlefont:
942           size: 16
943         autorange: True
944         fixedrange: False
945         gridcolor: "rgb(230, 230, 230)"
946         linecolor: "rgb(220, 220, 220)"
947         linewidth: 1
948         showgrid: True
949         showline: True
950         showticklabels: True
951         tickcolor: "rgb(220, 220, 220)"
952         tickmode: "linear"
953         tickfont:
954           size: 16
955         zeroline: False
956       yaxis:
957         title: "<b>Requests Per Second [rps]</b>"
958         titlefont:
959           size: 16
960         gridcolor: "rgb(230, 230, 230)"
961         hoverformat: ".4s"
962         linecolor: "rgb(220, 220, 220)"
963         linewidth: 1
964         rangemode: "tozero"
965         showgrid: True
966         showline: True
967         showticklabels: True
968         tickcolor: "rgb(230, 230, 230)"
969         tickformat: ".3s"
970         tickfont:
971           size: 16
972         zeroline: False
973       boxmode: "group"
974       boxgroupgap: 0.5
975       autosize: False
976       margin:
977         t: 50
978         b: 20
979         l: 80
980         r: 20
981       showlegend: True
982       legend:
983         orientation: "h"
984         font:
985           size: 16
986       width: 700
987       height: 800
988
989     plot-throughput:
990       titlefont:
991         size: 18
992       xaxis:
993         title: "<b>Test Cases [Index]</b>"
994         titlefont:
995           size: 16
996         autorange: True
997         fixedrange: False
998         gridcolor: "rgb(230, 230, 230)"
999         linecolor: "rgb(220, 220, 220)"
1000         linewidth: 1
1001         showgrid: True
1002         showline: True
1003         showticklabels: True
1004         tickcolor: "rgb(220, 220, 220)"
1005         tickmode: "linear"
1006         tickfont:
1007           size: 16
1008         zeroline: False
1009       yaxis:
1010         title: "<b>Packet Throughput [Mpps]</b>"
1011         titlefont:
1012           size: 16
1013         gridcolor: "rgb(230, 230, 230)"
1014         hoverformat: ".4s"
1015         tickformat: ".3s"
1016         linecolor: "rgb(220, 220, 220)"
1017         linewidth: 1
1018         showgrid: True
1019         showline: True
1020         showticklabels: True
1021         tickcolor: "rgb(220, 220, 220)"
1022         tickfont:
1023           size: 16
1024         zeroline: False
1025         range: [0,50]
1026       boxmode: "group"
1027       boxgroupgap: 0.5
1028       autosize: False
1029       margin:
1030         t: 50
1031         b: 0
1032         l: 80
1033         r: 20
1034       showlegend: True
1035       legend:
1036         orientation: "h"
1037         font:
1038           size: 16
1039       width: 700
1040       height: 900
1041
1042     plot-throughput-speedup-analysis:
1043       titlefont:
1044         size: 18
1045       xaxis:
1046         title: "<b>Number of Cores [Qty]</b>"
1047         titlefont:
1048           size: 16
1049         autorange: True
1050         fixedrange: False
1051         gridcolor: "rgb(230, 230, 230)"
1052         linecolor: "rgb(220, 220, 220)"
1053         linewidth: 1
1054         showgrid: True
1055         showline: True
1056         showticklabels: True
1057         tickcolor: "rgb(238, 238, 238)"
1058         tickmode: "linear"
1059         tickfont:
1060           size: 16
1061         zeroline: False
1062       yaxis:
1063         title: "<b>Packet Throughput [Mpps]</b>"
1064         titlefont:
1065           size: 16
1066         type: "linear"
1067         gridcolor: "rgb(230, 230, 230)"
1068         hoverformat: ".4s"
1069         linecolor: "rgb(220, 220, 220)"
1070         linewidth: 1
1071         showgrid: True
1072         showline: True
1073         showticklabels: True
1074         tickcolor: "rgb(220, 220, 220)"
1075         tickformat: ".4s"
1076         tickfont:
1077           size: 16
1078         zeroline: True
1079         rangemode: "tozero"
1080         range: [0,100]
1081       legend:
1082         orientation: "h"
1083         font:
1084           size: 16
1085         xanchor: "left"
1086         yanchor: "top"
1087         x: 0
1088         y: -0.2
1089         bgcolor: "rgba(255, 255, 255, 0)"
1090         bordercolor: "rgba(255, 255, 255, 0)"
1091         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1092       autosize: False
1093       margin:
1094           't': 50
1095           'b': 150
1096           'l': 85
1097           'r': 10
1098       showlegend: True
1099       width: 700
1100       height: 700
1101       hoverlabel:
1102         namelength: -1
1103       annotations: [
1104         {
1105           text: "_ _          __          ...",
1106           align: "left",
1107           showarrow: False,
1108           xref: "paper",
1109           yref: "paper",
1110           xanchor: "left",
1111           yanchor: "top",
1112           x: 0,
1113           y: -0.13,
1114           font: {
1115             family: "Consolas, Courier New",
1116             size: 15
1117           },
1118         },
1119         {
1120           text: "    Perfect     Measured     Limit",
1121           align: "left",
1122           showarrow: False,
1123           xref: "paper",
1124           yref: "paper",
1125           xanchor: "left",
1126           yanchor: "top",
1127           x: 0,
1128           y: -0.15,
1129           font: {
1130             family: "Consolas, Courier New",
1131             size: 15
1132           },
1133         },
1134       ]
1135
1136     plot-latency:
1137       titlefont:
1138         size: 18
1139       xaxis:
1140         title: "<b>Direction</b>"
1141         titlefont:
1142           size: 16
1143         autorange: True
1144         fixedrange: False
1145         gridcolor: "rgb(230, 230, 230)"
1146         linecolor: "rgb(220, 220, 220)"
1147         linewidth: 1
1148         showgrid: True
1149         showline: True
1150         showticklabels: False
1151         tickcolor: "rgb(220, 220, 220)"
1152         tickmode: "linear"
1153         tickfont:
1154           size: 16
1155         zeroline: False
1156       yaxis:
1157         title: "<b>Packet Latency [uSec]</b>"
1158         titlefont:
1159           size: 16
1160         type: "linear"
1161         gridcolor: "rgb(230, 230, 230)"
1162         hoverformat: ".4s"
1163         linecolor: "rgb(220, 220, 220)"
1164         linewidth: 1
1165         showgrid: True
1166         showline: True
1167         showticklabels: True
1168         tickcolor: "rgb(220, 220, 220)"
1169         tickformat: ".4s"
1170         tickfont:
1171           size: 16
1172         zeroline: True
1173         rangemode: "tozero"
1174       legend:
1175         orientation: "h"
1176         font:
1177           size: 16
1178         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1179       autosize: False
1180       margin:
1181           't': 50
1182           'b': 150
1183           'l': 80
1184           'r': 10
1185       showlegend: True
1186       width: 700
1187       height: 700
1188       hoverlabel:
1189         namelength: -1
1190
1191 - type: "static"
1192   src-path: "{DIR[RST]}"
1193   dst-path: "{DIR[WORKING,SRC]}"
1194
1195 - type: "input"
1196   general:
1197     file-name: "robot-plugin.zip"
1198     file-format: ".zip"
1199     download-path: "{job}/{build}/robot/report/*zip*/{filename}"
1200     extract: "robot-plugin/output.xml"
1201
1202   builds:
1203     # TODO: Add 1904 data
1204 #    intel-dnv-vpp-release-1904:
1205 #      - 1
1206
1207     intel-dnv-vpp-release-1901:
1208       - 1
1209
1210     intel-dnv-vpp-release-1810:
1211       - 1
1212
1213     csit-vpp-perf-verify-1810-3n-hsw:
1214       - 9   # MRR sel
1215       - 8   # NDRPDR sel
1216       - 12  # NDRPDR sel
1217       - 14  # NDRPDR sel
1218       - 18  # NDRPDR sel
1219       - 23  # NDRPDR sel
1220       - 25  # NDRPDR sel
1221       - 38  # NDRPDR sel
1222       - 39  # NDRPDR sel
1223       - 41  # NDRPDR sel
1224       - 42  # NDRPDR sel
1225       - 28  # WRK
1226       - 29  # WRK
1227       - 30  # WRK
1228       - 31  # WRK
1229       - 32  # WRK
1230       - 33  # WRK
1231       - 34  # WRK
1232       - 35  # WRK
1233       - 36  # WRK
1234       - 37  # WRK
1235     csit-vpp-perf-verify-1901-3n-hsw:
1236       - 35  # MRR sel
1237       - 10  # NDRPDR sel
1238       - 19  # NDRPDR sel
1239       - 31  # NDRPDR sel
1240       - 36  # NDRPDR sel
1241       - 40  # NDRPDR sel
1242       - 42  # NDRPDR sel
1243       - 44  # NDRPDR sel
1244       - 46  # NDRPDR sel
1245       - 47  # NDRPDR sel
1246       - 48  # NDRPDR sel
1247       - 61  # NDRPDR LB
1248       - 62  # NDRPDR LB
1249       - 63  # NDRPDR LB
1250       - 64  # NDRPDR LB
1251       - 65  # NDRPDR LB
1252       - 66  # NDRPDR LB
1253       - 67  # NDRPDR LB
1254       - 69  # NDRPDR LB
1255       - 70  # NDRPDR LB
1256       - 71  # NDRPDR LB
1257     # TODO: Add 1904 Data
1258     csit-vpp-perf-verify-1904-3n-hsw:
1259       - 1   # MRR sel - replace
1260       - 11  # NDRPDR sel
1261       - 12  # NDRPDR sel
1262
1263     csit-vpp-perf-verify-1810-3n-skx:
1264       - 9   # MRR sel
1265       - 11  # MRR sel
1266       - 12  # MRR sel
1267       - 13  # MRR sel
1268       - 10  # NDRPDR sel
1269       - 14  # NDRPDR sel
1270       - 15  # NDRPDR sel
1271       - 16  # NDRPDR sel
1272       - 17  # NDRPDR sel
1273       - 19  # NDRPDR sel
1274       - 20  # NDRPDR sel
1275       - 21  # NDRPDR sel
1276       - 22  # NDRPDR sel
1277       - 25  # NDRPDR sel
1278     csit-vpp-perf-verify-1901-3n-skx:
1279       - 32  # MRR sel
1280       - 18  # NDRPDR sel
1281       - 19  # NDRPDR sel
1282       - 20  # NDRPDR sel
1283       - 28  # NDRPDR sel
1284       - 31  # NDRPDR sel
1285       - 33  # NDRPDR sel
1286       - 36  # NDRPDR sel
1287       - 38  # NDRPDR sel
1288       - 47  # NDRPDR sel
1289       - 48  # NDRPDR sel
1290       - 54  # NDRPDR LB
1291       - 57  # NDRPDR LB
1292       - 58  # NDRPDR LB
1293       - 59  # NDRPDR LB
1294       - 60  # NDRPDR LB
1295       - 63  # NDRPDR LB
1296       - 64  # NDRPDR LB
1297       - 65  # NDRPDR LB
1298       - 66  # NDRPDR LB
1299       - 67  # NDRPDR LB
1300     # TODO: Add 1904 data
1301     csit-vpp-perf-verify-1904-3n-skx:
1302       - 7   # MRR sel
1303       - 8   # NDRPDR sel
1304       - 9   # NDRPDR sel
1305       - 10  # NDRPDR sel
1306       - 11  # NDRPDR sel
1307       - 12  # NDRPDR sel
1308       - 14  # 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       - 9   # NDRPDR sel
1316       - 13  # NDRPDR sel
1317       - 14  # NDRPDR sel
1318       - 19  # NDRPDR sel
1319       - 20  # NDRPDR sel
1320       - 21  # NDRPDR sel
1321       - 22  # NDRPDR sel
1322       - 23  # NDRPDR sel
1323       - 24  # NDRPDR sel
1324       - 27  # NDRPDR sel
1325     csit-vpp-perf-verify-1901-2n-skx:
1326       - 22  # MRR sel
1327       - 5   # NDRPDR sel
1328       - 12  # NDRPDR sel
1329       - 13  # NDRPDR sel
1330       - 21  # NDRPDR sel
1331       - 23  # NDRPDR sel
1332       - 31  # NDRPDR sel
1333       - 34  # NDRPDR sel
1334       - 40  # NDRPDR sel
1335       - 42  # NDRPDR sel
1336       - 43  # NDRPDR sel
1337       - 24  # NFV MRR
1338       - 26  # NFV MRR
1339       - 27  # NFV MRR
1340       - 35  # NFV MRR
1341       - 37  # NFV MRR
1342       - 28  # NFV NDRPDR
1343       - 29  # NFV NDRPDR
1344       - 32  # NFV NDRPDR
1345       - 39  # NFV NDRPDR
1346       - 46  # NFV NDRPDR
1347       - 45  # SOAK
1348     # TODO: Add 1904 data
1349     csit-vpp-perf-verify-1904-2n-skx:
1350       - 11  # MRR sel
1351       - 12  # NDRPDR sel
1352       - 14  # NDRPDR sel
1353       - 16  # NDRPDR sel
1354       - 17  # NDRPDR sel
1355       - 18  # NDRPDR sel
1356       - 21  # NDRPDR sel
1357       - 27  # NDRPDR sel
1358       - 30  # NDRPDR sel
1359       - 31  # NDRPDR sel
1360       - 10  # NFV MRR - replace
1361       - 9   # NFV NDRPDR - replace
1362
1363     # TODO: Remove
1364     csit-ligato-perf-verify-1901-3n-hsw:
1365       - 10  # NDRPDR full
1366       - 8   # NDRPDR sel
1367       - 9   # NDRPDR sel
1368       - 11  # NDRPDR sel
1369       - 12  # NDRPDR sel
1370       - 13  # NDRPDR sel
1371       - 14  # NDRPDR sel
1372       - 15  # NDRPDR sel
1373       - 16  # NDRPDR sel
1374       - 17  # NDRPDR sel
1375       - 18  # NDRPDR sel
1376     # TODO: Add 1904 data
1377 #    csit-ligato-perf-verify-1904-3n-hsw:
1378 #      -
1379
1380     csit-dpdk-perf-verify-1810-3n-hsw:
1381       - 1   # NDRPDR sel
1382       - 2   # NDRPDR sel
1383       - 3   # NDRPDR sel
1384       - 4   # NDRPDR sel
1385       - 5   # NDRPDR sel
1386       - 6   # NDRPDR sel
1387       - 7   # NDRPDR sel
1388       - 8   # NDRPDR sel
1389       - 9   # NDRPDR sel
1390       - 10  # NDRPDR sel
1391     csit-dpdk-perf-verify-1901-3n-hsw:
1392       - 13  # NDRPDR sel
1393       - 14  # NDRPDR sel
1394       - 16  # NDRPDR sel
1395       - 17  # NDRPDR sel
1396       - 18  # NDRPDR sel
1397       - 19  # NDRPDR sel
1398       - 20  # NDRPDR sel
1399       - 21  # NDRPDR sel
1400       - 22  # NDRPDR sel
1401       - 23  # NDRPDR sel
1402     # TODO: Add 1904 data
1403     csit-dpdk-perf-verify-1904-3n-hsw:
1404       - 2   # NDRPDR sel
1405       - 3   # NDRPDR sel
1406       - 5   # NDRPDR sel
1407       - 6   # NDRPDR sel
1408
1409     csit-dpdk-perf-verify-1810-3n-skx:
1410       - 3   # NDRPDR sel
1411       - 4   # NDRPDR sel
1412       - 6   # NDRPDR sel
1413       - 7   # NDRPDR sel
1414       - 8   # NDRPDR sel
1415       - 9   # NDRPDR sel
1416       - 10  # NDRPDR sel
1417       - 11  # NDRPDR sel
1418       - 12  # NDRPDR sel
1419       - 13  # NDRPDR sel
1420     csit-dpdk-perf-verify-1901-3n-skx:
1421       - 3   # NDRPDR sel
1422       - 5   # NDRPDR sel
1423       - 6   # NDRPDR sel
1424       - 7   # NDRPDR sel
1425       - 8   # NDRPDR sel
1426       - 9   # NDRPDR sel
1427       - 10  # NDRPDR sel
1428       - 11  # NDRPDR sel
1429       - 12  # NDRPDR sel
1430       - 13  # NDRPDR sel
1431     # TODO: Add 1904 data
1432     csit-dpdk-perf-verify-1904-3n-skx:
1433       - 2   # NDRPDR sel
1434       - 3   # NDRPDR sel
1435       - 4   # NDRPDR sel
1436       - 5   # NDRPDR sel
1437       - 6   # NDRPDR sel
1438       - 7   # NDRPDR sel
1439
1440     csit-dpdk-perf-verify-1810-2n-skx:
1441       - 3   # NDRPDR sel
1442       - 4   # NDRPDR sel
1443       - 5   # NDRPDR sel
1444       - 7   # NDRPDR sel
1445       - 8   # NDRPDR sel
1446       - 9   # NDRPDR sel
1447       - 10  # NDRPDR sel
1448       - 11  # NDRPDR sel
1449       - 12  # NDRPDR sel
1450       - 13  # NDRPDR sel
1451     csit-dpdk-perf-verify-1901-2n-skx:
1452       - 12  # NDRPDR sel
1453       - 13  # NDRPDR sel
1454       - 14  # NDRPDR sel
1455       - 15  # NDRPDR sel
1456       - 16  # NDRPDR sel
1457       - 17  # NDRPDR sel
1458       - 18  # NDRPDR sel
1459       - 19  # NDRPDR sel
1460       - 20  # NDRPDR sel
1461       - 21  # NDRPDR sel
1462     csit-dpdk-perf-verify-1904-2n-skx:
1463       - 2   # NDRPDR sel
1464       - 3   # NDRPDR sel
1465       - 4   # NDRPDR sel
1466       - 5   # NDRPDR sel
1467       - 7   # NDRPDR sel
1468       - 8   # NDRPDR sel
1469       - 9   # NDRPDR sel
1470       - 10  # NDRPDR sel
1471       - 11  # NDRPDR sel
1472       - 12  # NDRPDR sel
1473
1474     csit-vpp-functional-1904-ubuntu1604-virl:
1475       - 33
1476     csit-vpp-functional-1904-centos7-virl:
1477       - 32
1478     csit-vpp-device-1904-ubuntu1804-1n-skx:
1479       - 32
1480 #    # Not used
1481 #    csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
1482 #      - 1
1483     csit-dmm-functional-1904-ubuntu1604-virl:
1484       - 1
1485     csit-hc2vpp-verify-func-1904-ubuntu1604:
1486       - 1
1487
1488 - type: "output"
1489   output: "report"
1490   format:
1491     html:
1492     - full
1493 #    pdf:
1494 #    - minimal
1495
1496 ################################################################################
1497 ###                               T A B L E S                                ###
1498 ################################################################################
1499
1500 # VPP Compare NICs 3n-hsw 1t1c ndr
1501 - type: "table"
1502   title: "VPP Compare NICs 3n-hsw 1t1c ndr"
1503   algorithm: "table_nics_comparison"
1504   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-ndr"
1505   reference:
1506     title: "Intel-x520"
1507     nic: "NIC_Intel-X520-DA2"
1508   compare:
1509     title: "Intel-x710"
1510     nic: "NIC_Intel-X710"
1511   data: "vpp-nic-comparison-3n-hsw"
1512   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1513   filter: "'1T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1514   parameters:
1515   - "name"
1516   - "parent"
1517   - "throughput"
1518   - "tags"
1519
1520 # VPP Compare NICs 3n-hsw 2t2c ndr
1521 - type: "table"
1522   title: "VPP Compare NICs 3n-hsw 2t2c ndr"
1523   algorithm: "table_nics_comparison"
1524   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-ndr"
1525   reference:
1526     title: "Intel-x520"
1527     nic: "NIC_Intel-X520-DA2"
1528   compare:
1529     title: "Intel-x710"
1530     nic: "NIC_Intel-X710"
1531   data: "vpp-nic-comparison-3n-hsw"
1532   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1533   filter: "'2T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1534   parameters:
1535   - "name"
1536   - "parent"
1537   - "throughput"
1538   - "tags"
1539
1540 # VPP Compare NICs 3n-hsw 1t1c pdr
1541 - type: "table"
1542   title: "VPP Compare NICs 3n-hsw 1t1c pdr"
1543   algorithm: "table_nics_comparison"
1544   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-pdr"
1545   reference:
1546     title: "Intel-x520"
1547     nic: "NIC_Intel-X520-DA2"
1548   compare:
1549     title: "Intel-x710"
1550     nic: "NIC_Intel-X710"
1551   data: "vpp-nic-comparison-3n-hsw"
1552   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1553   filter: "'1T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1554   parameters:
1555   - "name"
1556   - "parent"
1557   - "throughput"
1558   - "tags"
1559
1560 # VPP Compare NICs 3n-hsw 2t2c pdr
1561 - type: "table"
1562   title: "VPP Compare NICs 3n-hsw 2t2c pdr"
1563   algorithm: "table_nics_comparison"
1564   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-pdr"
1565   reference:
1566     title: "Intel-x520"
1567     nic: "NIC_Intel-X520-DA2"
1568   compare:
1569     title: "Intel-x710"
1570     nic: "NIC_Intel-X710"
1571   data: "vpp-nic-comparison-3n-hsw"
1572   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1573   filter: "'2T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1574   parameters:
1575   - "name"
1576   - "parent"
1577   - "throughput"
1578   - "tags"
1579
1580 # VPP Compare NICs 3n-hsw 1t1c mrr
1581 - type: "table"
1582   title: "VPP Compare NICs 3n-hsw 1t1c mrr"
1583   algorithm: "table_nics_comparison"
1584   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-mrr"
1585   reference:
1586     title: "Intel-x520"
1587     nic: "NIC_Intel-X520-DA2"
1588   compare:
1589     title: "Intel-x710"
1590     nic: "NIC_Intel-X710"
1591   data: "vpp-nic-comparison-3n-hsw-mrr"
1592   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1593   filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1594   parameters:
1595   - "name"
1596   - "parent"
1597   - "result"
1598   - "tags"
1599
1600 # VPP Compare NICs 3n-hsw 2t2c mrr
1601 - type: "table"
1602   title: "VPP Compare NICs 3n-hsw 2t2c mrr"
1603   algorithm: "table_nics_comparison"
1604   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-mrr"
1605   reference:
1606     title: "Intel-x520"
1607     nic: "NIC_Intel-X520-DA2"
1608   compare:
1609     title: "Intel-x710"
1610     nic: "NIC_Intel-X710"
1611   data: "vpp-nic-comparison-3n-hsw-mrr"
1612   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1613   filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1614   parameters:
1615   - "name"
1616   - "parent"
1617   - "result"
1618   - "tags"
1619
1620 # VPP Compare NICs 3n-hsw 4t4c mrr
1621 - type: "table"
1622   title: "VPP Compare NICs 3n-hsw 4t4c mrr"
1623   algorithm: "table_nics_comparison"
1624   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-nics-mrr"
1625   reference:
1626     title: "Intel-x520"
1627     nic: "NIC_Intel-X520-DA2"
1628   compare:
1629     title: "Intel-x710"
1630     nic: "NIC_Intel-X710"
1631   data: "vpp-nic-comparison-3n-hsw-mrr"
1632   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1633   filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1634   parameters:
1635   - "name"
1636   - "parent"
1637   - "result"
1638   - "tags"
1639
1640 # VPP Compare NICs 3n-skx 2t1c ndr
1641 - type: "table"
1642   title: "VPP Compare NICs 3n-skx 2t1c ndr"
1643   algorithm: "table_nics_comparison"
1644   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
1645   reference:
1646     title: "Intel-x710"
1647     nic: "NIC_Intel-X710"
1648   compare:
1649     title: "Intel-xxv710"
1650     nic: "NIC_Intel-XXV710"
1651   data: "vpp-nic-comparison-3n-skx"
1652   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1653   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1654   parameters:
1655   - "name"
1656   - "parent"
1657   - "throughput"
1658   - "tags"
1659
1660 # VPP Compare NICs 3n-skx 4t2c ndr
1661 - type: "table"
1662   title: "VPP Compare NICs 3n-skx 4t2c ndr"
1663   algorithm: "table_nics_comparison"
1664   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
1665   reference:
1666     title: "Intel-x710"
1667     nic: "NIC_Intel-X710"
1668   compare:
1669     title: "Intel-xxv710"
1670     nic: "NIC_Intel-XXV710"
1671   data: "vpp-nic-comparison-3n-skx"
1672   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1673   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1674   parameters:
1675   - "name"
1676   - "parent"
1677   - "throughput"
1678   - "tags"
1679
1680 # VPP Compare NICs 3n-skx 2t1c pdr
1681 - type: "table"
1682   title: "VPP Compare NICs 3n-skx 2t1c pdr"
1683   algorithm: "table_nics_comparison"
1684   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
1685   reference:
1686     title: "Intel-x710"
1687     nic: "NIC_Intel-X710"
1688   compare:
1689     title: "Intel-xxv710"
1690     nic: "NIC_Intel-XXV710"
1691   data: "vpp-nic-comparison-3n-skx"
1692   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1693   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1694   parameters:
1695   - "name"
1696   - "parent"
1697   - "throughput"
1698   - "tags"
1699
1700  # VPP Compare NICs 3n-skx 4t2c pdr
1701 - type: "table"
1702   title: "VPP Compare NICs 3n-skx 4t2c pdr"
1703   algorithm: "table_nics_comparison"
1704   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
1705   reference:
1706     title: "Intel-x710"
1707     nic: "NIC_Intel-X710"
1708   compare:
1709     title: "Intel-xxv710"
1710     nic: "NIC_Intel-XXV710"
1711   data: "vpp-nic-comparison-3n-skx"
1712   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1713   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1714   parameters:
1715   - "name"
1716   - "parent"
1717   - "throughput"
1718   - "tags"
1719
1720 # VPP Compare NICs 3n-skx 2t1c mrr
1721 - type: "table"
1722   title: "VPP Compare NICs 3n-skx 2t1c mrr"
1723   algorithm: "table_nics_comparison"
1724   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
1725   reference:
1726     title: "Intel-x710"
1727     nic: "NIC_Intel-X710"
1728   compare:
1729     title: "Intel-xxv710"
1730     nic: "NIC_Intel-XXV710"
1731   data: "vpp-nic-comparison-3n-skx-mrr"
1732   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1733   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1734   parameters:
1735   - "name"
1736   - "parent"
1737   - "result"
1738   - "tags"
1739
1740 # VPP Compare NICs 3n-skx 4t2c mrr
1741 - type: "table"
1742   title: "VPP Compare NICs 3n-skx 4t2c mrr"
1743   algorithm: "table_nics_comparison"
1744   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
1745   reference:
1746     title: "Intel-x710"
1747     nic: "NIC_Intel-X710"
1748   compare:
1749     title: "Intel-xxv710"
1750     nic: "NIC_Intel-XXV710"
1751   data: "vpp-nic-comparison-3n-skx-mrr"
1752   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1753   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1754   parameters:
1755   - "name"
1756   - "parent"
1757   - "result"
1758   - "tags"
1759
1760  # VPP Compare NICs 3n-skx 8t4c mrr
1761 - type: "table"
1762   title: "VPP Compare NICs 3n-skx 8t4c mrr"
1763   algorithm: "table_nics_comparison"
1764   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
1765   reference:
1766     title: "Intel-x710"
1767     nic: "NIC_Intel-X710"
1768   compare:
1769     title: "Intel-xxv710"
1770     nic: "NIC_Intel-XXV710"
1771   data: "vpp-nic-comparison-3n-skx-mrr"
1772   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1773   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1774   parameters:
1775   - "name"
1776   - "parent"
1777   - "result"
1778   - "tags"
1779
1780 # VPP Compare NICs 2n-skx 2t1c ndr
1781 - type: "table"
1782   title: "VPP Compare NICs 2n-skx 2t1c ndr"
1783   algorithm: "table_nics_comparison"
1784   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
1785   reference:
1786     title: "Intel-x710"
1787     nic: "NIC_Intel-X710"
1788   compare:
1789     title: "Intel-xxv710"
1790     nic: "NIC_Intel-XXV710"
1791   data: "vpp-nic-comparison-2n-skx"
1792   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1793   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1794   parameters:
1795   - "name"
1796   - "parent"
1797   - "throughput"
1798   - "tags"
1799
1800 # VPP Compare NICs 2n-skx 4t2c ndr
1801 - type: "table"
1802   title: "VPP Compare NICs 2n-skx 4t2c ndr"
1803   algorithm: "table_nics_comparison"
1804   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
1805   reference:
1806     title: "Intel-x710"
1807     nic: "NIC_Intel-X710"
1808   compare:
1809     title: "Intel-xxv710"
1810     nic: "NIC_Intel-XXV710"
1811   data: "vpp-nic-comparison-2n-skx"
1812   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1813   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1814   parameters:
1815   - "name"
1816   - "parent"
1817   - "throughput"
1818   - "tags"
1819
1820  # VPP Compare NICs 2n-skx 2t1c pdr
1821 - type: "table"
1822   title: "VPP Compare NICs 2n-skx 2t1c pdr"
1823   algorithm: "table_nics_comparison"
1824   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
1825   reference:
1826     title: "Intel-x710"
1827     nic: "NIC_Intel-X710"
1828   compare:
1829     title: "Intel-xxv710"
1830     nic: "NIC_Intel-XXV710"
1831   data: "vpp-nic-comparison-2n-skx"
1832   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1833   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1834   parameters:
1835   - "name"
1836   - "parent"
1837   - "throughput"
1838   - "tags"
1839
1840 # VPP Compare NICs 2n-skx 4t2c pdr
1841 - type: "table"
1842   title: "VPP Compare NICs 2n-skx 4t2c pdr"
1843   algorithm: "table_nics_comparison"
1844   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
1845   reference:
1846     title: "Intel-x710"
1847     nic: "NIC_Intel-X710"
1848   compare:
1849     title: "Intel-xxv710"
1850     nic: "NIC_Intel-XXV710"
1851   data: "vpp-nic-comparison-2n-skx"
1852   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1853   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1854   parameters:
1855   - "name"
1856   - "parent"
1857   - "throughput"
1858   - "tags"
1859
1860 # VPP Compare NICs 2n-skx 2t1c mrr
1861 - type: "table"
1862   title: "VPP Compare NICs 2n-skx 2t1c mrr"
1863   algorithm: "table_nics_comparison"
1864   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
1865   reference:
1866     title: "Intel-x710"
1867     nic: "NIC_Intel-X710"
1868   compare:
1869     title: "Intel-xxv710"
1870     nic: "NIC_Intel-XXV710"
1871   data: "vpp-nic-comparison-2n-skx-mrr"
1872   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1873   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1874   parameters:
1875   - "name"
1876   - "parent"
1877   - "result"
1878   - "tags"
1879
1880 # VPP Compare NICs 2n-skx 4t2c mrr
1881 - type: "table"
1882   title: "VPP Compare NICs 2n-skx 4t2c mrr"
1883   algorithm: "table_nics_comparison"
1884   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
1885   reference:
1886     title: "Intel-x710"
1887     nic: "NIC_Intel-X710"
1888   compare:
1889     title: "Intel-xxv710"
1890     nic: "NIC_Intel-XXV710"
1891   data: "vpp-nic-comparison-2n-skx-mrr"
1892   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1893   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1894   parameters:
1895   - "name"
1896   - "parent"
1897   - "result"
1898   - "tags"
1899
1900 # VPP Compare NICs 2n-skx 8t4c mrr
1901 - type: "table"
1902   title: "VPP Compare NICs 2n-skx 8t4c mrr"
1903   algorithm: "table_nics_comparison"
1904   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
1905   reference:
1906     title: "Intel-x710"
1907     nic: "NIC_Intel-X710"
1908   compare:
1909     title: "Intel-xxv710"
1910     nic: "NIC_Intel-XXV710"
1911   data: "vpp-nic-comparison-2n-skx-mrr"
1912   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1913   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1914   parameters:
1915   - "name"
1916   - "parent"
1917   - "result"
1918   - "tags"
1919
1920 ################################################################################
1921 # VPP
1922
1923 # VPP Performance Changes 2n-dnv 1t1c pdr
1924 - type: "table"
1925   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
1926   algorithm: "table_performance_comparison"
1927   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
1928   history:
1929     - title: "rls1810"
1930       data: "intel-dnv-vpp-changes-2n-dnv-h1"
1931   reference:
1932     title: "rls1901"
1933     data: "intel-dnv-vpp-changes-2n-dnv-ref"
1934   compare:
1935     title: "rls1904"
1936     data: "intel-dnv-vpp-changes-2n-dnv-cmp"
1937   data: "intel-dnv-vpp-changes-2n-dnv"
1938   include-tests: "PDR"
1939   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')"
1940   parameters:
1941   - "name"
1942   - "parent"
1943   - "throughput"
1944
1945 # VPP Performance Changes 2n-dnv 2t2c pdr
1946 - type: "table"
1947   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
1948   algorithm: "table_performance_comparison"
1949   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
1950   history:
1951     - title: "rls1810"
1952       data: "intel-dnv-vpp-changes-2n-dnv-h1"
1953   reference:
1954     title: "rls1901"
1955     data: "intel-dnv-vpp-changes-2n-dnv-ref"
1956   compare:
1957     title: "rls1904"
1958     data: "intel-dnv-vpp-changes-2n-dnv-cmp"
1959   data: "intel-dnv-vpp-changes-2n-dnv"
1960   include-tests: "PDR"
1961   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')"
1962   parameters:
1963   - "name"
1964   - "parent"
1965   - "throughput"
1966
1967 # VPP Performance Changes 2n-dnv 1t1c ndr
1968 - type: "table"
1969   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
1970   algorithm: "table_performance_comparison"
1971   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
1972   history:
1973     - title: "rls1810"
1974       data: "intel-dnv-vpp-changes-2n-dnv-h1"
1975   reference:
1976     title: "rls1901"
1977     data: "intel-dnv-vpp-changes-2n-dnv-ref"
1978   compare:
1979     title: "rls1904"
1980     data: "intel-dnv-vpp-changes-2n-dnv-cmp"
1981   data: "intel-dnv-vpp-changes-2n-dnv"
1982   include-tests: "NDR"
1983   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')"
1984   parameters:
1985   - "name"
1986   - "parent"
1987   - "throughput"
1988
1989 # VPP Performance Changes 2n-dnv 2t2c ndr
1990 - type: "table"
1991   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
1992   algorithm: "table_performance_comparison"
1993   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
1994   history:
1995     - title: "rls1810"
1996       data: "intel-dnv-vpp-changes-2n-dnv-h1"
1997   reference:
1998     title: "rls1901"
1999     data: "intel-dnv-vpp-changes-2n-dnv-ref"
2000   compare:
2001     title: "rls1904"
2002     data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2003   data: "intel-dnv-vpp-changes-2n-dnv"
2004   include-tests: "NDR"
2005   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')"
2006   parameters:
2007   - "name"
2008   - "parent"
2009   - "throughput"
2010
2011 # VPP Performance Changes 2n-dnv 1t1c MRR
2012 - type: "table"
2013   title: "VPP Performance Changes 2n-dnv 1t1c MRR"
2014   algorithm: "table_performance_comparison"
2015   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
2016   history:
2017     - title: "rls1810"
2018       data: "intel-dnv-vpp-changes-2n-dnv-h1"
2019   reference:
2020     title: "rls1901"
2021     data: "intel-dnv-vpp-changes-2n-dnv-ref"
2022   compare:
2023     title: "rls1904"
2024     data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2025   data: "intel-dnv-vpp-changes-2n-dnv"
2026   include-tests: "MRR"
2027   filter: "'1T1C' and 'MRR'"
2028   parameters:
2029   - "name"
2030   - "parent"
2031   - "result"
2032
2033 # VPP Performance Changes 2n-dnv 2t2c MRR
2034 - type: "table"
2035   title: "VPP Performance Changes 2n-dnv 2t2c MRR"
2036   algorithm: "table_performance_comparison"
2037   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
2038   history:
2039     - title: "rls1810"
2040       data: "intel-dnv-vpp-changes-2n-dnv-h1"
2041   reference:
2042     title: "rls1901"
2043     data: "intel-dnv-vpp-changes-2n-dnv-ref"
2044   compare:
2045     title: "rls1904"
2046     data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2047   data: "intel-dnv-vpp-changes-2n-dnv"
2048   include-tests: "MRR"
2049   filter: "'2T2C' and 'MRR'"
2050   parameters:
2051   - "name"
2052   - "parent"
2053   - "result"
2054
2055 # VPP Performance Changes 2n-dnv 4t4c MRR
2056 - type: "table"
2057   title: "VPP Performance Changes 2n-dnv 4t4c MRR"
2058   algorithm: "table_performance_comparison"
2059   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
2060   history:
2061     - title: "rls1810"
2062       data: "intel-dnv-vpp-changes-2n-dnv-h1"
2063   reference:
2064     title: "rls1901"
2065     data: "intel-dnv-vpp-changes-2n-dnv-ref"
2066   compare:
2067     title: "rls1904"
2068     data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2069   data: "intel-dnv-vpp-changes-2n-dnv"
2070   include-tests: "MRR"
2071   filter: "'4T4C' and 'MRR'"
2072   parameters:
2073   - "name"
2074   - "parent"
2075   - "result"
2076
2077 # VPP Performance Changes 3n-hsw 1t1c pdr
2078 - type: "table"
2079   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
2080   algorithm: "table_performance_comparison"
2081   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
2082   history:
2083     - title: "rls1810"
2084       data: "vpp-performance-changes-3n-hsw-h1"
2085   reference:
2086     title: "rls1901"
2087     data: "vpp-performance-changes-3n-hsw-ref"
2088   compare:
2089     title: "rls1904"
2090     data: "vpp-performance-changes-3n-hsw-cmp"
2091   data: "vpp-performance-changes-3n-hsw"
2092   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2093   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2094   parameters:
2095   - "name"
2096   - "parent"
2097   - "throughput"
2098
2099 # VPP Performance Changes 3n-hsw 2t2c pdr
2100 - type: "table"
2101   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
2102   algorithm: "table_performance_comparison"
2103   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
2104   history:
2105     - title: "rls1810"
2106       data: "vpp-performance-changes-3n-hsw-h1"
2107   reference:
2108     title: "rls1901"
2109     data: "vpp-performance-changes-3n-hsw-ref"
2110   compare:
2111     title: "rls1904"
2112     data: "vpp-performance-changes-3n-hsw-cmp"
2113   data: "vpp-performance-changes-3n-hsw"
2114   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2115   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2116   parameters:
2117   - "name"
2118   - "parent"
2119   - "throughput"
2120
2121 # VPP Performance Changes 3n-hsw 1t1c ndr
2122 - type: "table"
2123   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
2124   algorithm: "table_performance_comparison"
2125   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
2126   history:
2127     - title: "rls1810"
2128       data: "vpp-performance-changes-3n-hsw-h1"
2129   reference:
2130     title: "rls1901"
2131     data: "vpp-performance-changes-3n-hsw-ref"
2132   compare:
2133     title: "rls1904"
2134     data: "vpp-performance-changes-3n-hsw-cmp"
2135   data: "vpp-performance-changes-3n-hsw"
2136   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2137   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2138   parameters:
2139   - "name"
2140   - "parent"
2141   - "throughput"
2142
2143 # VPP Performance Changes 3n-hsw 2t2c ndr
2144 - type: "table"
2145   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
2146   algorithm: "table_performance_comparison"
2147   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
2148   history:
2149     - title: "rls1810"
2150       data: "vpp-performance-changes-3n-hsw-h1"
2151   reference:
2152     title: "rls1901"
2153     data: "vpp-performance-changes-3n-hsw-ref"
2154   compare:
2155     title: "rls1904"
2156     data: "vpp-performance-changes-3n-hsw-cmp"
2157   data: "vpp-performance-changes-3n-hsw"
2158   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2159   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2160   parameters:
2161   - "name"
2162   - "parent"
2163   - "throughput"
2164
2165 # VPP Performance Changes 3n-skx 2t1c pdr
2166 - type: "table"
2167   title: "VPP Performance Changes 3n-skx 2t1c pdr"
2168   algorithm: "table_performance_comparison"
2169   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
2170   history:
2171     - title: "rls1810"
2172       data: "vpp-performance-changes-3n-skx-h1"
2173   reference:
2174     title: "rls1901"
2175     data: "vpp-performance-changes-3n-skx-ref"
2176   compare:
2177     title: "rls1904"
2178     data: "vpp-performance-changes-3n-skx-cmp"
2179   data: "vpp-performance-changes-3n-skx"
2180   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2181   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2182   parameters:
2183   - "name"
2184   - "parent"
2185   - "throughput"
2186
2187 # VPP Performance Changes 3n-skx 4t2c pdr
2188 - type: "table"
2189   title: "VPP Performance Changes 3n-skx 4t2c pdr"
2190   algorithm: "table_performance_comparison"
2191   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
2192   history:
2193     - title: "rls1810"
2194       data: "vpp-performance-changes-3n-skx-h1"
2195   reference:
2196     title: "rls1901"
2197     data: "vpp-performance-changes-3n-skx-ref"
2198   compare:
2199     title: "rls1904"
2200     data: "vpp-performance-changes-3n-skx-cmp"
2201   data: "vpp-performance-changes-3n-skx"
2202   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2203   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2204   parameters:
2205   - "name"
2206   - "parent"
2207   - "throughput"
2208
2209 # VPP Performance Changes 3n-skx 2t1c ndr
2210 - type: "table"
2211   title: "VPP Performance Changes 3n-skx 2t1c ndr"
2212   algorithm: "table_performance_comparison"
2213   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
2214   history:
2215     - title: "rls1810"
2216       data: "vpp-performance-changes-3n-skx-h1"
2217   reference:
2218     title: "rls1901"
2219     data: "vpp-performance-changes-3n-skx-ref"
2220   compare:
2221     title: "rls1904"
2222     data: "vpp-performance-changes-3n-skx-cmp"
2223   data: "vpp-performance-changes-3n-skx"
2224   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2225   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2226   parameters:
2227   - "name"
2228   - "parent"
2229   - "throughput"
2230
2231 # VPP Performance Changes 3n-skx 4t2c ndr
2232 - type: "table"
2233   title: "VPP Performance Changes 3n-skx 4t2c ndr"
2234   algorithm: "table_performance_comparison"
2235   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
2236   history:
2237     - title: "rls1810"
2238       data: "vpp-performance-changes-3n-skx-h1"
2239   reference:
2240     title: "rls1901"
2241     data: "vpp-performance-changes-3n-skx-ref"
2242   compare:
2243     title: "rls1904"
2244     data: "vpp-performance-changes-3n-skx-cmp"
2245   data: "vpp-performance-changes-3n-skx"
2246   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2247   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2248   parameters:
2249   - "name"
2250   - "parent"
2251   - "throughput"
2252
2253 # VPP Performance Changes 2n-skx 2t1c pdr
2254 - type: "table"
2255   title: "VPP Performance Changes 2n-skx 2t1c pdr"
2256   algorithm: "table_performance_comparison"
2257   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
2258   history:
2259     - title: "rls1810"
2260       data: "vpp-performance-changes-2n-skx-h1"
2261   reference:
2262     title: "rls1901"
2263     data: "vpp-performance-changes-2n-skx-ref"
2264   compare:
2265     title: "rls1904"
2266     data: "vpp-performance-changes-2n-skx-cmp"
2267   data: "vpp-performance-changes-2n-skx"
2268   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2269   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2270   parameters:
2271   - "name"
2272   - "parent"
2273   - "throughput"
2274
2275 # VPP Performance Changes 2n-skx 4t2c pdr
2276 - type: "table"
2277   title: "VPP Performance Changes 2n-skx 4t2c pdr"
2278   algorithm: "table_performance_comparison"
2279   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
2280   history:
2281     - title: "rls1810"
2282       data: "vpp-performance-changes-2n-skx-h1"
2283   reference:
2284     title: "rls1901"
2285     data: "vpp-performance-changes-2n-skx-ref"
2286   compare:
2287     title: "rls1904"
2288     data: "vpp-performance-changes-2n-skx-cmp"
2289   data: "vpp-performance-changes-2n-skx"
2290   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2291   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2292   parameters:
2293   - "name"
2294   - "parent"
2295   - "throughput"
2296
2297 # VPP Performance Changes 2n-skx 2t1c ndr
2298 - type: "table"
2299   title: "VPP Performance Changes 2n-skx 2t1c ndr"
2300   algorithm: "table_performance_comparison"
2301   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
2302   history:
2303     - title: "rls1810"
2304       data: "vpp-performance-changes-2n-skx-h1"
2305   reference:
2306     title: "rls1901"
2307     data: "vpp-performance-changes-2n-skx-ref"
2308   compare:
2309     title: "rls1904"
2310     data: "vpp-performance-changes-2n-skx-cmp"
2311   data: "vpp-performance-changes-2n-skx"
2312   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2313   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2314   parameters:
2315   - "name"
2316   - "parent"
2317   - "throughput"
2318
2319 # VPP Performance Changes 2n-skx 4t2c ndr
2320 - type: "table"
2321   title: "VPP Performance Changes 2n-skx 4t2c ndr"
2322   algorithm: "table_performance_comparison"
2323   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
2324   history:
2325     - title: "rls1810"
2326       data: "vpp-performance-changes-2n-skx-h1"
2327   reference:
2328     title: "rls1901"
2329     data: "vpp-performance-changes-2n-skx-ref"
2330   compare:
2331     title: "rls1904"
2332     data: "vpp-performance-changes-2n-skx-cmp"
2333   data: "vpp-performance-changes-2n-skx"
2334   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2335   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2336   parameters:
2337   - "name"
2338   - "parent"
2339   - "throughput"
2340
2341 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
2342 - type: "table"
2343   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
2344   algorithm: "table_performance_comparison"
2345   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
2346   reference:
2347     title: "3-Node Hsw"
2348     data: "vpp-compare-testbeds-ref"
2349   compare:
2350     title: "3-Node Skx"
2351     data: "vpp-compare-testbeds-cmp"
2352   data: "vpp-compare-testbeds"
2353   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2354   filter: "'NIC_Intel-X710' and 'NDRPDR' and '1C'"
2355   parameters:
2356   - "name"
2357   - "parent"
2358   - "throughput"
2359
2360 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
2361 - type: "table"
2362   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
2363   algorithm: "table_performance_comparison"
2364   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
2365   reference:
2366     title: "3-Node Hsw"
2367     data: "vpp-compare-testbeds-ref"
2368   compare:
2369     title: "3-Node Skx"
2370     data: "vpp-compare-testbeds-cmp"
2371   data: "vpp-compare-testbeds"
2372   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2373   filter: "'NIC_Intel-X710' and 'NDRPDR' and '2C'"
2374   parameters:
2375   - "name"
2376   - "parent"
2377   - "throughput"
2378
2379 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
2380 - type: "table"
2381   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
2382   algorithm: "table_performance_comparison"
2383   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
2384   reference:
2385     title: "3-Node Hsw"
2386     data: "vpp-compare-testbeds-ref"
2387   compare:
2388     title: "3-Node Skx"
2389     data: "vpp-compare-testbeds-cmp"
2390   data: "vpp-compare-testbeds"
2391   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2392   filter: "'NIC_Intel-X710' and 'NDRPDR' and '1C'"
2393   parameters:
2394   - "name"
2395   - "parent"
2396   - "throughput"
2397
2398 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
2399 - type: "table"
2400   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
2401   algorithm: "table_performance_comparison"
2402   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
2403   reference:
2404     title: "3-Node Hsw"
2405     data: "vpp-compare-testbeds-ref"
2406   compare:
2407     title: "3-Node Skx"
2408     data: "vpp-compare-testbeds-cmp"
2409   data: "vpp-compare-testbeds"
2410   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2411   filter: "'NIC_Intel-X710' and 'NDRPDR' and '2C'"
2412   parameters:
2413   - "name"
2414   - "parent"
2415   - "throughput"
2416
2417 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
2418 - type: "table"
2419   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
2420   algorithm: "table_performance_comparison"
2421   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
2422   reference:
2423     title: "3-Node Skx"
2424     data: "vpp-compare-topologies-ref"
2425   compare:
2426     title: "2-Node Skx"
2427     data: "vpp-compare-topologies-cmp"
2428   data: "vpp-compare-topologies"
2429   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2430   filter: "'NDRPDR' and '1C'"
2431   parameters:
2432   - "name"
2433   - "parent"
2434   - "throughput"
2435
2436 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
2437 - type: "table"
2438   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
2439   algorithm: "table_performance_comparison"
2440   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
2441   reference:
2442     title: "3-Node Skx"
2443     data: "vpp-compare-topologies-ref"
2444   compare:
2445     title: "2-Node Skx"
2446     data: "vpp-compare-topologies-cmp"
2447   data: "vpp-compare-topologies"
2448   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2449   filter: "'NDRPDR' and '2C'"
2450   parameters:
2451   - "name"
2452   - "parent"
2453   - "throughput"
2454
2455 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
2456 - type: "table"
2457   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
2458   algorithm: "table_performance_comparison"
2459   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
2460   reference:
2461     title: "3-Node Skx"
2462     data: "vpp-compare-topologies-ref"
2463   compare:
2464     title: "2-Node Skx"
2465     data: "vpp-compare-topologies-cmp"
2466   data: "vpp-compare-topologies"
2467   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2468   filter: "'NDRPDR' and '1C'"
2469   parameters:
2470   - "name"
2471   - "parent"
2472   - "throughput"
2473
2474 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
2475 - type: "table"
2476   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
2477   algorithm: "table_performance_comparison"
2478   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
2479   reference:
2480     title: "3-Node Skx"
2481     data: "vpp-compare-topologies-ref"
2482   compare:
2483     title: "2-Node Skx"
2484     data: "vpp-compare-topologies-cmp"
2485   data: "vpp-compare-topologies"
2486   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2487   filter: "'NDRPDR' and '2C'"
2488   parameters:
2489   - "name"
2490   - "parent"
2491   - "throughput"
2492
2493 # VPP Performance Changes 3n-hsw 1t1c MRR
2494 - type: "table"
2495   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
2496   algorithm: "table_performance_comparison"
2497   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
2498   history:
2499     - title: "rls1810"
2500       data: "vpp-performance-changes-3n-hsw-mrr-h1"
2501   reference:
2502     title: "rls1901"
2503     data: "vpp-performance-changes-3n-hsw-mrr-ref"
2504   compare:
2505     title: "rls1904"
2506     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2507   data: "vpp-performance-changes-3n-hsw-mrr"
2508   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2509   filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2510   parameters:
2511   - "name"
2512   - "parent"
2513   - "result"
2514
2515 # VPP Performance Changes 3n-hsw 2t2c MRR
2516 - type: "table"
2517   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
2518   algorithm: "table_performance_comparison"
2519   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
2520   history:
2521     - title: "rls1810"
2522       data: "vpp-performance-changes-3n-hsw-mrr-h1"
2523   reference:
2524     title: "rls1901"
2525     data: "vpp-performance-changes-3n-hsw-mrr-ref"
2526   compare:
2527     title: "rls1904"
2528     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2529   data: "vpp-performance-changes-3n-hsw-mrr"
2530   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2531   filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2532   parameters:
2533   - "name"
2534   - "parent"
2535   - "result"
2536
2537 # VPP Performance Changes 3n-hsw 4t4c MRR
2538 - type: "table"
2539   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
2540   algorithm: "table_performance_comparison"
2541   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
2542   history:
2543     - title: "rls1810"
2544       data: "vpp-performance-changes-3n-hsw-mrr-h1"
2545   reference:
2546     title: "rls1901"
2547     data: "vpp-performance-changes-3n-hsw-mrr-ref"
2548   compare:
2549     title: "rls1904"
2550     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2551   data: "vpp-performance-changes-3n-hsw-mrr"
2552   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2553   filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2554   parameters:
2555   - "name"
2556   - "parent"
2557   - "result"
2558
2559 # VPP Performance Changes 3n-skx 2t1c MRR
2560 - type: "table"
2561   title: "VPP Performance Changes 3n-skx 2t1c MRR"
2562   algorithm: "table_performance_comparison"
2563   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
2564   history:
2565     - title: "rls1810"
2566       data: "vpp-performance-changes-3n-skx-mrr-h1"
2567   reference:
2568     title: "rls1901"
2569     data: "vpp-performance-changes-3n-skx-mrr-ref"
2570   compare:
2571     title: "rls1904"
2572     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2573   data: "vpp-performance-changes-3n-skx-mrr"
2574   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2575   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2576   parameters:
2577   - "name"
2578   - "parent"
2579   - "result"
2580
2581 # VPP Performance Changes 3n-skx 4t2c MRR
2582 - type: "table"
2583   title: "VPP Performance Changes 3n-skx 4t2c MRR"
2584   algorithm: "table_performance_comparison"
2585   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
2586   history:
2587     - title: "rls1810"
2588       data: "vpp-performance-changes-3n-skx-mrr-h1"
2589   reference:
2590     title: "rls1901"
2591     data: "vpp-performance-changes-3n-skx-mrr-ref"
2592   compare:
2593     title: "rls1904"
2594     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2595   data: "vpp-performance-changes-3n-skx-mrr"
2596   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2597   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2598   parameters:
2599   - "name"
2600   - "parent"
2601   - "result"
2602
2603 # VPP Performance Changes 3n-skx 8t4c MRR
2604 - type: "table"
2605   title: "VPP Performance Changes 3n-skx 8t4c MRR"
2606   algorithm: "table_performance_comparison"
2607   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
2608   history:
2609     - title: "rls1810"
2610       data: "vpp-performance-changes-3n-skx-mrr-h1"
2611   reference:
2612     title: "rls1901"
2613     data: "vpp-performance-changes-3n-skx-mrr-ref"
2614   compare:
2615     title: "rls1904"
2616     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2617   data: "vpp-performance-changes-3n-skx-mrr"
2618   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2619   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2620   parameters:
2621   - "name"
2622   - "parent"
2623   - "result"
2624
2625 # VPP Performance Changes 2n-skx 2t1c MRR
2626 - type: "table"
2627   title: "VPP Performance Changes 2n-skx 2t1c MRR"
2628   algorithm: "table_performance_comparison"
2629   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
2630   history:
2631     - title: "rls1810"
2632       data: "vpp-performance-changes-2n-skx-mrr-h1"
2633   reference:
2634     title: "rls1901"
2635     data: "vpp-performance-changes-2n-skx-mrr-ref"
2636   compare:
2637     title: "rls1904"
2638     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2639   data: "vpp-performance-changes-2n-skx-mrr"
2640   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2641   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2642   parameters:
2643   - "name"
2644   - "parent"
2645   - "result"
2646
2647 # VPP Performance Changes 2n-skx 4t2c MRR
2648 - type: "table"
2649   title: "VPP Performance Changes 2n-skx 4t2c MRR"
2650   algorithm: "table_performance_comparison"
2651   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
2652   history:
2653     - title: "rls1810"
2654       data: "vpp-performance-changes-2n-skx-mrr-h1"
2655   reference:
2656     title: "rls1901"
2657     data: "vpp-performance-changes-2n-skx-mrr-ref"
2658   compare:
2659     title: "rls1904"
2660     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2661   data: "vpp-performance-changes-2n-skx-mrr"
2662   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2663   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2664   parameters:
2665   - "name"
2666   - "parent"
2667   - "result"
2668
2669 # VPP Performance Changes 2n-skx 8t4c MRR
2670 - type: "table"
2671   title: "VPP Performance Changes 2n-skx 8t4c MRR"
2672   algorithm: "table_performance_comparison"
2673   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
2674   history:
2675     - title: "rls1810"
2676       data: "vpp-performance-changes-2n-skx-mrr-h1"
2677   reference:
2678     title: "rls1901"
2679     data: "vpp-performance-changes-2n-skx-mrr-ref"
2680   compare:
2681     title: "rls1904"
2682     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2683   data: "vpp-performance-changes-2n-skx-mrr"
2684   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2685   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2686   parameters:
2687   - "name"
2688   - "parent"
2689   - "result"
2690
2691 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
2692 - type: "table"
2693   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
2694   algorithm: "table_performance_comparison"
2695   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
2696   reference:
2697     title: "3-Node Hsw"
2698     data: "vpp-compare-testbeds-mrr-ref"
2699   compare:
2700     title: "3-Node Skx"
2701     data: "vpp-compare-testbeds-mrr-cmp"
2702   data: "vpp-compare-testbeds-mrr"
2703   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2704   filter: "'NIC_Intel-X710' and 'MRR' and '1C'"
2705   parameters:
2706   - "name"
2707   - "parent"
2708   - "result"
2709
2710 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
2711 - type: "table"
2712   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
2713   algorithm: "table_performance_comparison"
2714   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
2715   reference:
2716     title: "3-Node Hsw"
2717     data: "vpp-compare-testbeds-mrr-ref"
2718   compare:
2719     title: "3-Node Skx"
2720     data: "vpp-compare-testbeds-mrr-cmp"
2721   data: "vpp-compare-testbeds-mrr"
2722   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2723   filter: "'NIC_Intel-X710' and 'MRR' and '2C'"
2724   parameters:
2725   - "name"
2726   - "parent"
2727   - "result"
2728
2729 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
2730 - type: "table"
2731   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
2732   algorithm: "table_performance_comparison"
2733   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
2734   reference:
2735     title: "3-Node Hsw"
2736     data: "vpp-compare-testbeds-mrr-ref"
2737   compare:
2738     title: "3-Node Skx"
2739     data: "vpp-compare-testbeds-mrr-cmp"
2740   data: "vpp-compare-testbeds-mrr"
2741   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2742   filter: "'NIC_Intel-X710' and 'MRR' and '4C'"
2743   parameters:
2744   - "name"
2745   - "parent"
2746   - "result"
2747
2748 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
2749 - type: "table"
2750   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
2751   algorithm: "table_performance_comparison"
2752   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
2753   reference:
2754     title: "3-Node Skx"
2755     data: "vpp-compare-topologies-mrr-ref"
2756   compare:
2757     title: "2-Node Skx"
2758     data: "vpp-compare-topologies-mrr-cmp"
2759   data: "vpp-compare-topologies-mrr"
2760   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2761   filter: "'MRR' and '1C'"
2762   parameters:
2763   - "name"
2764   - "parent"
2765   - "result"
2766
2767 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
2768 - type: "table"
2769   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
2770   algorithm: "table_performance_comparison"
2771   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
2772   reference:
2773     title: "3-Node Skx"
2774     data: "vpp-compare-topologies-mrr-ref"
2775   compare:
2776     title: "2-Node Skx"
2777     data: "vpp-compare-topologies-mrr-cmp"
2778   data: "vpp-compare-topologies-mrr"
2779   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2780   filter: "'MRR' and '2C'"
2781   parameters:
2782   - "name"
2783   - "parent"
2784   - "result"
2785
2786 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
2787 - type: "table"
2788   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
2789   algorithm: "table_performance_comparison"
2790   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
2791   reference:
2792     title: "3-Node Skx"
2793     data: "vpp-compare-topologies-mrr-ref"
2794   compare:
2795     title: "2-Node Skx"
2796     data: "vpp-compare-topologies-mrr-cmp"
2797   data: "vpp-compare-topologies-mrr"
2798   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2799   filter: "'MRR' and '4C'"
2800   parameters:
2801   - "name"
2802   - "parent"
2803   - "result"
2804
2805 # Detailed Test Results - VPP Performance Results 3n-hsw
2806 - type: "table"
2807   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
2808   algorithm: "table_merged_details"
2809   output-file-ext: ".csv"
2810   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
2811   columns:
2812   - title: "Name"
2813     data: "data name"
2814   - title: "Status"
2815     data: "data msg"
2816   rows: "generated"
2817   data: "vpp-perf-results-3n-hsw"
2818   filter: "not 'NDRCHK' and not 'PDRCHK'"
2819   parameters:
2820   - "name"
2821   - "parent"
2822   - "msg"
2823
2824 # Detailed Test Results - VPP Performance Results 3n-skx
2825 - type: "table"
2826   title: "Detailed Test Results - VPP Performance Results 3n-skx"
2827   algorithm: "table_merged_details"
2828   output-file-ext: ".csv"
2829   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
2830   columns:
2831   - title: "Name"
2832     data: "data name"
2833   - title: "Status"
2834     data: "data msg"
2835   rows: "generated"
2836   data: "vpp-perf-results-3n-skx"
2837   filter: "not 'NDRCHK' and not 'PDRCHK'"
2838   parameters:
2839   - "name"
2840   - "parent"
2841   - "msg"
2842
2843 # Detailed Test Results - VPP Performance Results 2n-skx
2844 - type: "table"
2845   title: "Detailed Test Results - VPP Performance Results 2n-skx"
2846   algorithm: "table_merged_details"
2847   output-file-ext: ".csv"
2848   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
2849   columns:
2850   - title: "Name"
2851     data: "data name"
2852   - title: "Status"
2853     data: "data msg"
2854   rows: "generated"
2855   data: "vpp-perf-results-2n-skx"
2856   filter: "not 'NDRCHK' and not 'PDRCHK'"
2857   parameters:
2858   - "name"
2859   - "parent"
2860   - "msg"
2861
2862 # Detailed Test Results - VPP Performance Results 2n-dnv
2863 - type: "table"
2864   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
2865   algorithm: "table_details"
2866   output-file-ext: ".csv"
2867   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
2868   columns:
2869   - title: "Name"
2870     data: "data name"
2871   - title: "Status"
2872     data: "data msg"
2873   rows: "generated"
2874   data: "intel-dnv-vpp"
2875   filter: "'NDRPDR'"
2876   parameters:
2877   - "name"
2878   - "parent"
2879   - "msg"
2880
2881 # Test configuration - VPP Performance Test Configs 3n-hsw
2882 - type: "table"
2883   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
2884   algorithm: "table_merged_details"
2885   output-file-ext: ".csv"
2886   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
2887   columns:
2888   - title: "Name"
2889     data: "data name"
2890   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2891     data: "data conf-history"
2892   rows: "generated"
2893   data: "vpp-perf-results-3n-hsw"
2894   filter: "not 'NDRCHK' and not 'PDRCHK'"
2895   parameters:
2896   - "parent"
2897   - "name"
2898   - "conf-history"
2899
2900 # Test configuration - VPP Performance Test Configs 3n-skx
2901 - type: "table"
2902   title: "Test configuration - VPP Performance Test Configs 3n-skx"
2903   algorithm: "table_merged_details"
2904   output-file-ext: ".csv"
2905   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
2906   columns:
2907   - title: "Name"
2908     data: "data name"
2909   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2910     data: "data conf-history"
2911   rows: "generated"
2912   data: "vpp-perf-results-3n-skx"
2913   filter: "not 'NDRCHK' and not 'PDRCHK'"
2914   parameters:
2915   - "parent"
2916   - "name"
2917   - "conf-history"
2918
2919 # Test configuration - VPP Performance Test Configs 2n-skx
2920 - type: "table"
2921   title: "Test configuration - VPP Performance Test Configs 2n-skx"
2922   algorithm: "table_merged_details"
2923   output-file-ext: ".csv"
2924   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
2925   columns:
2926   - title: "Name"
2927     data: "data name"
2928   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2929     data: "data conf-history"
2930   rows: "generated"
2931   data: "vpp-perf-results-2n-skx"
2932   filter: "not 'NDRCHK' and not 'PDRCHK'"
2933   parameters:
2934   - "parent"
2935   - "name"
2936   - "conf-history"
2937
2938 # Test configuration - VPP Performance Test Configs 2n-dnv
2939 - type: "table"
2940   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
2941   algorithm: "table_details"
2942   output-file-ext: ".csv"
2943   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_test_configuration_2n_dnv"
2944   columns:
2945   - title: "Name"
2946     data: "data name"
2947   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2948     data: "data conf-history"
2949   rows: "generated"
2950   data: "intel-dnv-vpp"
2951   filter: "'NDRPDR'"
2952   parameters:
2953   - "parent"
2954   - "name"
2955   - "conf-history"
2956
2957 # Test Operational Data - VPP Performance Operational Data 3n-hsw
2958 - type: "table"
2959   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
2960   algorithm: "table_merged_details"
2961   output-file-ext: ".csv"
2962   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
2963   columns:
2964   - title: "Name"
2965     data: "data name"
2966   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
2967     data: "data show-run"
2968   rows: "generated"
2969   data: "vpp-perf-results-3n-hsw"
2970   filter: "not 'NDRCHK' and not 'PDRCHK'"
2971   parameters:
2972   - "parent"
2973   - "name"
2974   - "show-run"
2975
2976 # Test Operational Data - VPP Performance Operational Data 3n-skx
2977 - type: "table"
2978   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
2979   algorithm: "table_merged_details"
2980   output-file-ext: ".csv"
2981   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
2982   columns:
2983   - title: "Name"
2984     data: "data name"
2985   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
2986     data: "data show-run"
2987   rows: "generated"
2988   data: "vpp-perf-results-3n-skx"
2989   filter: "not 'NDRCHK' and not 'PDRCHK'"
2990   parameters:
2991   - "parent"
2992   - "name"
2993   - "show-run"
2994
2995 # Test Operational Data - VPP Performance Operational Data 2n-skx
2996 - type: "table"
2997   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
2998   algorithm: "table_merged_details"
2999   output-file-ext: ".csv"
3000   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
3001   columns:
3002   - title: "Name"
3003     data: "data name"
3004   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3005     data: "data show-run"
3006   rows: "generated"
3007   data: "vpp-perf-results-2n-skx"
3008   filter: "not 'NDRCHK' and not 'PDRCHK'"
3009   parameters:
3010   - "parent"
3011   - "name"
3012   - "show-run"
3013
3014 # Test Operational Data - VPP Performance Operational Data 2n-dnv
3015 - type: "table"
3016   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
3017   algorithm: "table_details"
3018   output-file-ext: ".csv"
3019   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_test_operational_2n_dnv"
3020   columns:
3021   - title: "Name"
3022     data: "data name"
3023   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3024     data: "data show-run"
3025   rows: "generated"
3026   data: "intel-dnv-vpp"
3027   filter: "'NDRPDR'"
3028   parameters:
3029   - "parent"
3030   - "name"
3031   - "show-run"
3032
3033 # Detailed Test Results - VPP MRR Results 3n-hsw
3034 - type: "table"
3035   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
3036   algorithm: "table_details"
3037   output-file-ext: ".csv"
3038   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
3039   columns:
3040   - title: "Name"
3041     data: "data name"
3042   - title: "Status"
3043     data: "data msg"
3044   rows: "generated"
3045   data: "vpp-mrr-results-3n-hsw"
3046   filter: "'MRR'"
3047   parameters:
3048   - "name"
3049   - "parent"
3050   - "msg"
3051
3052 # Detailed Test Results - VPP MRR Results 3n-skx
3053 - type: "table"
3054   title: "Detailed Test Results - VPP MRR Results 3n-skx"
3055   algorithm: "table_details"
3056   output-file-ext: ".csv"
3057   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
3058   columns:
3059   - title: "Name"
3060     data: "data name"
3061   - title: "Status"
3062     data: "data msg"
3063   rows: "generated"
3064   data: "vpp-mrr-results-3n-skx"
3065   filter: "'MRR'"
3066   parameters:
3067   - "name"
3068   - "parent"
3069   - "msg"
3070
3071 # Detailed Test Results - VPP MRR Results 2n-skx
3072 - type: "table"
3073   title: "Detailed Test Results - VPP MRR Results 2n-skx"
3074   algorithm: "table_details"
3075   output-file-ext: ".csv"
3076   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
3077   columns:
3078   - title: "Name"
3079     data: "data name"
3080   - title: "Status"
3081     data: "data msg"
3082   rows: "generated"
3083   data: "vpp-mrr-results-2n-skx"
3084   filter: "'MRR'"
3085   parameters:
3086   - "name"
3087   - "parent"
3088   - "msg"
3089
3090 # Detailed Test Results - VPP MRR Results 2n-dnv
3091 - type: "table"
3092   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
3093   algorithm: "table_details"
3094   output-file-ext: ".csv"
3095   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
3096   columns:
3097   - title: "Name"
3098     data: "data name"
3099   - title: "Status"
3100     data: "data msg"
3101   rows: "generated"
3102   data: "intel-dnv-vpp"
3103   filter: "'MRR'"
3104   parameters:
3105   - "name"
3106   - "parent"
3107   - "msg"
3108
3109 # Test configuration - VPP MRR Test Configs 3n-hsw
3110 - type: "table"
3111   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
3112   algorithm: "table_details"
3113   output-file-ext: ".csv"
3114   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
3115   columns:
3116   - title: "Name"
3117     data: "data name"
3118   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3119     data: "data conf-history"
3120   rows: "generated"
3121   data: "vpp-mrr-results-3n-hsw"
3122   filter: "'MRR'"
3123   parameters:
3124   - "parent"
3125   - "name"
3126   - "conf-history"
3127
3128 # Test configuration - VPP MRR Test Configs 3n-skx
3129 - type: "table"
3130   title: "Test configuration - VPP MRR Test Configs 3n-skx"
3131   algorithm: "table_details"
3132   output-file-ext: ".csv"
3133   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
3134   columns:
3135   - title: "Name"
3136     data: "data name"
3137   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3138     data: "data conf-history"
3139   rows: "generated"
3140   data: "vpp-mrr-results-3n-skx"
3141   filter: "'MRR'"
3142   parameters:
3143   - "parent"
3144   - "name"
3145   - "conf-history"
3146
3147 # Test configuration - VPP MRR Test Configs 2n-skx
3148 - type: "table"
3149   title: "Test configuration - VPP MRR Test Configs 2n-skx"
3150   algorithm: "table_details"
3151   output-file-ext: ".csv"
3152   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
3153   columns:
3154   - title: "Name"
3155     data: "data name"
3156   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3157     data: "data conf-history"
3158   rows: "generated"
3159   data: "vpp-mrr-results-2n-skx"
3160   filter: "'MRR'"
3161   parameters:
3162   - "parent"
3163   - "name"
3164   - "conf-history"
3165
3166 # Test configuration - VPP MRR Test Configs 2n-dnv
3167 - type: "table"
3168   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
3169   algorithm: "table_details"
3170   output-file-ext: ".csv"
3171   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_test_configuration_2n_dnv"
3172   columns:
3173   - title: "Name"
3174     data: "data name"
3175   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3176     data: "data conf-history"
3177   rows: "generated"
3178   data: "intel-dnv-vpp"
3179   filter: "'MRR'"
3180   parameters:
3181   - "parent"
3182   - "name"
3183   - "conf-history"
3184
3185 # Detailed Test Results - VPP Functional Results - Ubuntu
3186 - type: "table"
3187   title: "Detailed Test Results - VPP Functional Results - Ubuntu"
3188   algorithm: "table_details"
3189   output-file-ext: ".csv"
3190   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
3191   columns:
3192   - title: "Name"
3193     data: "data name"
3194   - title: "Documentation"
3195     data: "data doc"
3196   - title: "Status"
3197     data: "data status"
3198   rows: "generated"
3199   data: "vpp-func-results-ubuntu"
3200   filter: "all"
3201   parameters:
3202   - "name"
3203   - "parent"
3204   - "doc"
3205   - "status"
3206
3207 # Detailed Test Results - VPP Functional Results - CentOS
3208 - type: "table"
3209   title: "Detailed Test Results - VPP Functional Results - CentOS"
3210   algorithm: "table_details"
3211   output-file-ext: ".csv"
3212   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
3213   columns:
3214   - title: "Name"
3215     data: "data name"
3216   - title: "Documentation"
3217     data: "data doc"
3218   -
3219     title: "Status"
3220     data: "data status"
3221   rows: "generated"
3222   data:
3223     "vpp-func-results-centos"
3224   filter: "all"
3225   parameters:
3226   - "name"
3227   - "parent"
3228   - "doc"
3229   - "status"
3230
3231 # Test configuration - VPP Functional Test Configs - Ubuntu
3232 - type: "table"
3233   title: "Test configuration - VPP Functional Test Configs - Ubuntu"
3234   algorithm: "table_details"
3235   output-file-ext: ".csv"
3236   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
3237   columns:
3238   - title: "Name"
3239     data: "data name"
3240   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3241     data: "data conf-history"
3242   rows: "generated"
3243   data: "vpp-func-results-ubuntu"
3244   filter: "all"
3245   parameters:
3246   - "parent"
3247   - "name"
3248   - "conf-history"
3249
3250 # Test configuration - VPP Functional Test Configs - CentOS
3251 - type: "table"
3252   title: "Test configuration - VPP Functional Test Configs - CentOS"
3253   algorithm: "table_details"
3254   output-file-ext: ".csv"
3255   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
3256   columns:
3257   - title: "Name"
3258     data: "data name"
3259   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3260     data: "data conf-history"
3261   rows: "generated"
3262   data: "vpp-func-results-centos"
3263   filter: "all"
3264   parameters:
3265   - "parent"
3266   - "name"
3267   - "conf-history"
3268
3269 # Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw
3270 - type: "table"
3271   title: "Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw"
3272   algorithm: "table_details"
3273   output-file-ext: ".csv"
3274   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
3275   columns:
3276   - title: "Name"
3277     data: "data name"
3278   - title: "Status"
3279     data: "data msg"
3280   rows: "generated"
3281   data: "ligato-perf-results-3n-hsw"
3282   filter: "all"
3283   parameters:
3284   - "name"
3285   - "parent"
3286   - "msg"
3287
3288 # Detailed Test Results - VPP Device Results - Ubuntu
3289 - type: "table"
3290   title: "Detailed Test Results - VPP Device Results - Ubuntu"
3291   algorithm: "table_details"
3292   output-file-ext: ".csv"
3293   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
3294   columns:
3295   - title: "Name"
3296     data: "data name"
3297   - title: "Documentation"
3298     data: "data doc"
3299   - title: "Status"
3300     data: "data status"
3301   rows: "generated"
3302   data: "vpp-device-results-ubuntu"
3303   filter: "all"
3304   parameters:
3305   - "name"
3306   - "parent"
3307   - "doc"
3308   - "status"
3309
3310 # Test configuration - VPP Device Test Configs - Ubuntu
3311 - type: "table"
3312   title: "Test configuration - VPP Device Test Configs - Ubuntu"
3313   algorithm: "table_details"
3314   output-file-ext: ".csv"
3315   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
3316   columns:
3317   - title: "Name"
3318     data: "data name"
3319   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3320     data: "data conf-history"
3321   rows: "generated"
3322   data: "vpp-device-results-ubuntu"
3323   filter: "all"
3324   parameters:
3325   - "parent"
3326   - "name"
3327   - "conf-history"
3328
3329 ################################################################################
3330
3331 # DPDK Performance Changes 3n-hsw 1t1c pdr
3332 - type: "table"
3333   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
3334   algorithm: "table_performance_comparison"
3335   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
3336   history:
3337     - title: "rls1810"
3338       data: "dpdk-performance-changes-3n-hsw-h1"
3339   reference:
3340     title: "rls1901"
3341     data: "dpdk-performance-changes-3n-hsw-ref"
3342   compare:
3343     title: "rls1904"
3344     data: "dpdk-performance-changes-3n-hsw-cmp"
3345   data: "dpdk-performance-changes-3n-hsw"
3346   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3347   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3348   parameters:
3349   - "name"
3350   - "parent"
3351   - "throughput"
3352
3353 # DPDK Performance Changes 3n-hsw 2t2c pdr
3354 - type: "table"
3355   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
3356   algorithm: "table_performance_comparison"
3357   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
3358   history:
3359     - title: "rls1810"
3360       data: "dpdk-performance-changes-3n-hsw-h1"
3361   reference:
3362     title: "rls1901"
3363     data: "dpdk-performance-changes-3n-hsw-ref"
3364   compare:
3365     title: "rls1904"
3366     data: "dpdk-performance-changes-3n-hsw-cmp"
3367   data: "dpdk-performance-changes-3n-hsw"
3368   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3369   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3370   parameters:
3371   - "name"
3372   - "parent"
3373   - "throughput"
3374
3375 # DPDK Performance Changes 3n-hsw 1t1c ndr
3376 - type: "table"
3377   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
3378   algorithm: "table_performance_comparison"
3379   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
3380   history:
3381     - title: "rls1810"
3382       data: "dpdk-performance-changes-3n-hsw-h1"
3383   reference:
3384     title: "rls1901"
3385     data: "dpdk-performance-changes-3n-hsw-ref"
3386   compare:
3387     title: "rls1904"
3388     data: "dpdk-performance-changes-3n-hsw-cmp"
3389   data: "dpdk-performance-changes-3n-hsw"
3390   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3391   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3392   parameters:
3393   - "name"
3394   - "parent"
3395   - "throughput"
3396
3397 # DPDK Performance Changes 3n-hsw 2t2c ndr
3398 - type: "table"
3399   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
3400   algorithm: "table_performance_comparison"
3401   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
3402   history:
3403     - title: "rls1810"
3404       data: "dpdk-performance-changes-3n-hsw-h1"
3405   reference:
3406     title: "rls1901"
3407     data: "dpdk-performance-changes-3n-hsw-ref"
3408   compare:
3409     title: "rls1904"
3410     data: "dpdk-performance-changes-3n-hsw-cmp"
3411   data: "dpdk-performance-changes-3n-hsw"
3412   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3413   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3414   parameters:
3415   - "name"
3416   - "parent"
3417   - "throughput"
3418
3419 # DPDK Performance Changes 3n-skx 2t1c pdr
3420 - type: "table"
3421   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
3422   algorithm: "table_performance_comparison"
3423   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
3424   history:
3425     - title: "rls1810"
3426       data: "dpdk-performance-changes-3n-skx-h1"
3427   reference:
3428     title: "rls1901"
3429     data: "dpdk-performance-changes-3n-skx-ref"
3430   compare:
3431     title: "rls1904"
3432     data: "dpdk-performance-changes-3n-skx-cmp"
3433   data: "dpdk-performance-changes-3n-skx"
3434   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3435   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3436   parameters:
3437   - "name"
3438   - "parent"
3439   - "throughput"
3440
3441 # DPDK Performance Changes 3n-skx 4t2c pdr
3442 - type: "table"
3443   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
3444   algorithm: "table_performance_comparison"
3445   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
3446   history:
3447     - title: "rls1810"
3448       data: "dpdk-performance-changes-3n-skx-h1"
3449   reference:
3450     title: "rls1901"
3451     data: "dpdk-performance-changes-3n-skx-ref"
3452   compare:
3453     title: "rls1904"
3454     data: "dpdk-performance-changes-3n-skx-cmp"
3455   data: "dpdk-performance-changes-3n-skx"
3456   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3457   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3458   parameters:
3459   - "name"
3460   - "parent"
3461   - "throughput"
3462
3463 # DPDK Performance Changes 3n-skx 2t1c ndr
3464 - type: "table"
3465   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
3466   algorithm: "table_performance_comparison"
3467   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
3468   history:
3469     - title: "rls1810"
3470       data: "dpdk-performance-changes-3n-skx-h1"
3471   reference:
3472     title: "rls1901"
3473     data: "dpdk-performance-changes-3n-skx-ref"
3474   compare:
3475     title: "rls1904"
3476     data: "dpdk-performance-changes-3n-skx-cmp"
3477   data: "dpdk-performance-changes-3n-skx"
3478   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3479   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3480   parameters:
3481   - "name"
3482   - "parent"
3483   - "throughput"
3484
3485 # DPDK Performance Changes 3n-skx 4t2c ndr
3486 - type: "table"
3487   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
3488   algorithm: "table_performance_comparison"
3489   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
3490   history:
3491     - title: "rls1810"
3492       data: "dpdk-performance-changes-3n-skx-h1"
3493   reference:
3494     title: "rls1901"
3495     data: "dpdk-performance-changes-3n-skx-ref"
3496   compare:
3497     title: "rls1904"
3498     data: "dpdk-performance-changes-3n-skx-cmp"
3499   data: "dpdk-performance-changes-3n-skx"
3500   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3501   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3502   parameters:
3503   - "name"
3504   - "parent"
3505   - "throughput"
3506
3507 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
3508 - type: "table"
3509   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
3510   algorithm: "table_performance_comparison"
3511   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
3512   reference:
3513     title: "3-Node Hsw"
3514     data: "dpdk-compare-testbeds-ref"
3515   compare:
3516     title: "3-Node Skx"
3517     data: "dpdk-compare-testbeds-cmp"
3518   data: "dpdk-compare-testbeds"
3519   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3520   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3521   parameters:
3522   - "name"
3523   - "parent"
3524   - "throughput"
3525
3526 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
3527 - type: "table"
3528   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
3529   algorithm: "table_performance_comparison"
3530   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
3531   reference:
3532     title: "3-Node Hsw"
3533     data: "dpdk-compare-testbeds-ref"
3534   compare:
3535     title: "3-Node Skx"
3536     data: "dpdk-compare-testbeds-cmp"
3537   data: "dpdk-compare-testbeds"
3538   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3539   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3540   parameters:
3541   - "name"
3542   - "parent"
3543   - "throughput"
3544
3545 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
3546 - type: "table"
3547   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
3548   algorithm: "table_performance_comparison"
3549   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
3550   reference:
3551     title: "3-Node Skx"
3552     data: "dpdk-compare-topologies-ref"
3553   compare:
3554     title: "2-Node Skx"
3555     data: "dpdk-compare-topologies-cmp"
3556   data: "dpdk-compare-topologies"
3557   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3558   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3559   parameters:
3560   - "name"
3561   - "parent"
3562   - "throughput"
3563
3564 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
3565 - type: "table"
3566   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
3567   algorithm: "table_performance_comparison"
3568   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
3569   reference:
3570     title: "3-Node Skx"
3571     data: "dpdk-compare-topologies-ref"
3572   compare:
3573     title: "2-Node Skx"
3574     data: "dpdk-compare-topologies-cmp"
3575   data: "dpdk-compare-topologies"
3576   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3577   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3578   parameters:
3579   - "name"
3580   - "parent"
3581   - "throughput"
3582
3583 # DPDK Performance Changes 2n-skx 2t1c pdr
3584 - type: "table"
3585   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
3586   algorithm: "table_performance_comparison"
3587   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
3588   history:
3589     - title: "rls1810"
3590       data: "dpdk-performance-changes-2n-skx-h1"
3591   reference:
3592     title: "rls1901"
3593     data: "dpdk-performance-changes-2n-skx-ref"
3594   compare:
3595     title: "rls1904"
3596     data: "dpdk-performance-changes-2n-skx-cmp"
3597   data: "dpdk-performance-changes-2n-skx"
3598   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3599   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3600   parameters:
3601   - "name"
3602   - "parent"
3603   - "throughput"
3604
3605 # DPDK Performance Changes 2n-skx 4t2c pdr
3606 - type: "table"
3607   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
3608   algorithm: "table_performance_comparison"
3609   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
3610   history:
3611     - title: "rls1810"
3612       data: "dpdk-performance-changes-2n-skx-h1"
3613   reference:
3614     title: "rls1901"
3615     data: "dpdk-performance-changes-2n-skx-ref"
3616   compare:
3617     title: "rls1904"
3618     data: "dpdk-performance-changes-2n-skx-cmp"
3619   data: "dpdk-performance-changes-2n-skx"
3620   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3621   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3622   parameters:
3623   - "name"
3624   - "parent"
3625   - "throughput"
3626
3627 # DPDK Performance Changes 2n-skx 2t1c ndr
3628 - type: "table"
3629   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
3630   algorithm: "table_performance_comparison"
3631   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
3632   history:
3633     - title: "rls1810"
3634       data: "dpdk-performance-changes-2n-skx-h1"
3635   reference:
3636     title: "rls1901"
3637     data: "dpdk-performance-changes-2n-skx-ref"
3638   compare:
3639     title: "rls1904"
3640     data: "dpdk-performance-changes-2n-skx-cmp"
3641   data: "dpdk-performance-changes-2n-skx"
3642   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3643   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3644   parameters:
3645   - "name"
3646   - "parent"
3647   - "throughput"
3648
3649 # DPDK Performance Changes 2n-skx 4t2c ndr
3650 - type: "table"
3651   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
3652   algorithm: "table_performance_comparison"
3653   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
3654   history:
3655     - title: "rls1810"
3656       data: "dpdk-performance-changes-2n-skx-h1"
3657   reference:
3658     title: "rls1901"
3659     data: "dpdk-performance-changes-2n-skx-ref"
3660   compare:
3661     title: "rls1904"
3662     data: "dpdk-performance-changes-2n-skx-cmp"
3663   data: "dpdk-performance-changes-2n-skx"
3664   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3665   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3666   parameters:
3667   - "name"
3668   - "parent"
3669   - "throughput"
3670
3671 # Detailed Test Results - DPDK Performance Results 3n-hsw
3672 - type: "table"
3673   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
3674   algorithm: "table_details"
3675   output-file-ext: ".csv"
3676   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
3677   columns:
3678   - title: "Name"
3679     data: "data name"
3680   - title: "Status"
3681     data: "data msg"
3682   rows: "generated"
3683   data: "dpdk-perf-results-3n-hsw"
3684   filter: "all"
3685   parameters:
3686   - "name"
3687   - "parent"
3688   - "msg"
3689
3690 # Detailed Test Results - DPDK Performance Results 3n-skx
3691 - type: "table"
3692   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
3693   algorithm: "table_details"
3694   output-file-ext: ".csv"
3695   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
3696   columns:
3697   - title: "Name"
3698     data: "data name"
3699   - title: "Status"
3700     data: "data msg"
3701   rows: "generated"
3702   data: "dpdk-perf-results-3n-skx"
3703   filter: "all"
3704   parameters:
3705   - "name"
3706   - "parent"
3707   - "msg"
3708
3709 # Detailed Test Results - DPDK Performance Results 2n-skx
3710 - type: "table"
3711   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
3712   algorithm: "table_details"
3713   output-file-ext: ".csv"
3714   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
3715   columns:
3716   - title: "Name"
3717     data: "data name"
3718   - title: "Status"
3719     data: "data msg"
3720   rows: "generated"
3721   data: "dpdk-perf-results-2n-skx"
3722   filter: "all"
3723   parameters:
3724   - "name"
3725   - "parent"
3726   - "msg"
3727
3728 ################################################################################
3729 # HoneyComb
3730 - type: "table"
3731   title: "Detailed Test Results - Honeycomb Functional Results"
3732   algorithm: "table_details"
3733   output-file-ext: ".csv"
3734   output-file: "{DIR[DTR,FUNC,HC]}/hc_functional_results"
3735   columns:
3736   - title: "Name"
3737     data: "data name"
3738   - title: "Documentation"
3739     data: "data doc"
3740   - title: "Status"
3741     data: "data status"
3742   rows: "generated"
3743   data:
3744     "hc-func-results"
3745   filter: "all"
3746   parameters:
3747   - "name"
3748   - "parent"
3749   - "doc"
3750   - "status"
3751
3752 ################################################################################
3753 # NSH SFC
3754 #-
3755 #  type: "table"
3756 #  title: "Detailed Test Results - NSH SFC Functional Results"
3757 #  algorithm: "table_details"
3758 #  output-file-ext: ".csv"
3759 #  output-file: "{DIR[DTR,FUNC,NSHSFC]}/nsh_sfc_functional_results"
3760 #  columns:
3761 #  -
3762 #    title: "Name"
3763 #    data: "data name"
3764 #  -
3765 #    title: "Documentation"
3766 #    data: "data doc"
3767 #  -
3768 #    title: "Status"
3769 #    data: "data status"
3770 #  rows: "generated"
3771 #  data:
3772 #    "nsh-func-results"
3773 #  filter: "all"
3774 #  parameters:
3775 #  - "name"
3776 #  - "parent"
3777 #  - "doc"
3778 #  - "status"
3779
3780 ################################################################################
3781 # DMM
3782 - type: "table"
3783   title: "Detailed Test Results - DMM Functional Results"
3784   algorithm: "table_details"
3785   output-file-ext: ".csv"
3786   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
3787   columns:
3788   - title: "Name"
3789     data: "data name"
3790   - title: "Documentation"
3791     data: "data doc"
3792   - title: "Status"
3793     data: "data status"
3794   rows: "generated"
3795   data:
3796     "dmm-func-results"
3797   filter: "all"
3798   parameters:
3799   - "name"
3800   - "parent"
3801   - "doc"
3802   - "status"
3803
3804 ################################################################################
3805 ###                                F I L E S                                 ###
3806 ################################################################################
3807
3808 # VPP Performance Results 3n-hsw
3809 - type: "file"
3810   title: "VPP Performance Results 3n-hsw"
3811   algorithm: "file_test_results"
3812   output-file-ext: ".rst"
3813   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
3814   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"
3815   dir-tables: "{DIR[DTR,PERF,VPP,3N,HSW]}"
3816   data: "vpp-perf-results-3n-hsw"
3817   filter: "not 'NDRCHK' and not 'PDRCHK'"
3818   parameters:
3819   - "name"
3820   - "doc"
3821   - "level"
3822   - "parent"
3823   data-start-level: 3
3824
3825 # VPP Performance Results 3n-skx
3826 - type: "file"
3827   title: "VPP Performance Results 3n-skx"
3828   algorithm: "file_test_results"
3829   output-file-ext: ".rst"
3830   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
3831   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"
3832   dir-tables: "{DIR[DTR,PERF,VPP,3N,SKX]}"
3833   data: "vpp-perf-results-3n-skx"
3834   filter: "not 'NDRCHK' and not 'PDRCHK'"
3835   parameters:
3836   - "name"
3837   - "doc"
3838   - "level"
3839   - "parent"
3840   data-start-level: 3
3841
3842 # VPP Performance Results 2n-skx
3843 - type: "file"
3844   title: "VPP Performance Results 2n-skx"
3845   algorithm: "file_test_results"
3846   output-file-ext: ".rst"
3847   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
3848   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"
3849   dir-tables: "{DIR[DTR,PERF,VPP,2N,SKX]}"
3850   data: "vpp-perf-results-2n-skx"
3851   filter: "not 'NDRCHK' and not 'PDRCHK'"
3852   parameters:
3853   - "name"
3854   - "doc"
3855   - "level"
3856   - "parent"
3857   data-start-level: 3
3858
3859 # VPP Performance Results 2n-dnv
3860 - type: "file"
3861   title: "VPP Performance Results 2n-dnv"
3862   algorithm: "file_test_results"
3863   output-file-ext: ".rst"
3864   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
3865   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"
3866   dir-tables: "{DIR[DTR,PERF,VPP,2N,DNV]}"
3867   data: "intel-dnv-vpp"
3868   filter: "'NDRPDR'"
3869   parameters:
3870   - "name"
3871   - "doc"
3872   - "level"
3873   - "parent"
3874   data-start-level: 3
3875
3876 # VPP Performance Configuration 3n-hsw
3877 - type: "file"
3878   title: "VPP Performance Configuration 3n-hsw"
3879   algorithm: "file_test_results"
3880   output-file-ext: ".rst"
3881   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_performance_configuration_3n_hsw"
3882   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"
3883   dir-tables: "{DIR[DTC,PERF,VPP,3N,HSW]}"
3884   data: "vpp-perf-results-3n-hsw"
3885   filter: "not 'NDRCHK' and not 'PDRCHK'"
3886   parameters:
3887   - "name"
3888   - "doc"
3889   - "level"
3890   - "parent"
3891   data-start-level: 3
3892
3893 # VPP Performance Configuration 3n-skx
3894 - type: "file"
3895   title: "VPP Performance Configuration 3n-skx"
3896   algorithm: "file_test_results"
3897   output-file-ext: ".rst"
3898   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_performance_configuration_3n_skx"
3899   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"
3900   dir-tables: "{DIR[DTC,PERF,VPP,3N,SKX]}"
3901   data: "vpp-perf-results-3n-skx"
3902   filter: "not 'NDRCHK' and not 'PDRCHK'"
3903   parameters:
3904   - "name"
3905   - "doc"
3906   - "level"
3907   - "parent"
3908   data-start-level: 3
3909
3910 # VPP Performance Configuration 2n-skx
3911 - type: "file"
3912   title: "VPP Performance Configuration 2n-skx"
3913   algorithm: "file_test_results"
3914   output-file-ext: ".rst"
3915   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_performance_configuration_2n_skx"
3916   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"
3917   dir-tables: "{DIR[DTC,PERF,VPP,2N,SKX]}"
3918   data: "vpp-perf-results-2n-skx"
3919   filter: "not 'NDRCHK' and not 'PDRCHK'"
3920   parameters:
3921   - "name"
3922   - "doc"
3923   - "level"
3924   - "parent"
3925   data-start-level: 3
3926
3927 # VPP Performance Configuration 2n-dnv
3928 - type: "file"
3929   title: "VPP Performance Configuration 2n-dnv"
3930   algorithm: "file_test_results"
3931   output-file-ext: ".rst"
3932   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_performance_configuration_2n_dnv"
3933   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"
3934   dir-tables: "{DIR[DTC,PERF,VPP,2N,DNV]}"
3935   data: "intel-dnv-vpp"
3936   filter: "'NDRPDR'"
3937   parameters:
3938   - "name"
3939   - "doc"
3940   - "level"
3941   - "parent"
3942   data-start-level: 3
3943
3944 # VPP Performance Operational Data 3n-hsw
3945 - type: "file"
3946   title: "VPP Performance Operational Data 3n-hsw"
3947   algorithm: "file_test_results"
3948   output-file-ext: ".rst"
3949   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_performance_operational_data_3n_hsw"
3950   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"
3951   dir-tables: "{DIR[DTO,PERF,VPP,3N,HSW]}"
3952   data: "vpp-perf-results-3n-hsw"
3953   filter: "not 'NDRCHK' and not 'PDRCHK'"
3954   parameters:
3955   - "name"
3956   - "doc"
3957   - "level"
3958   - "parent"
3959   data-start-level: 3
3960
3961 # VPP Performance Operational Data 3n-skx
3962 - type: "file"
3963   title: "VPP Performance Operational Data 3n-skx"
3964   algorithm: "file_test_results"
3965   output-file-ext: ".rst"
3966   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_performance_operational_data_3n_skx"
3967   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"
3968   dir-tables: "{DIR[DTO,PERF,VPP,3N,SKX]}"
3969   data: "vpp-perf-results-3n-skx"
3970   filter: "not 'NDRCHK' and not 'PDRCHK'"
3971   parameters:
3972   - "name"
3973   - "doc"
3974   - "level"
3975   - "parent"
3976   data-start-level: 3
3977
3978 # VPP Performance Operational Data 2n-skx
3979 - type: "file"
3980   title: "VPP Performance Operational Data 2n-skx"
3981   algorithm: "file_test_results"
3982   output-file-ext: ".rst"
3983   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_performance_operational_data_2n_skx"
3984   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"
3985   dir-tables: "{DIR[DTO,PERF,VPP,2N,SKX]}"
3986   data: "vpp-perf-results-2n-skx"
3987   filter: "not 'NDRCHK' and not 'PDRCHK'"
3988   parameters:
3989   - "name"
3990   - "doc"
3991   - "level"
3992   - "parent"
3993   data-start-level: 3
3994
3995 # VPP Performance Operational Data 2n-dnv
3996 - type: "file"
3997   title: "VPP Performance Operational Data 2n-dnv"
3998   algorithm: "file_test_results"
3999   output-file-ext: ".rst"
4000   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_performance_operational_data_2n_dnv"
4001   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"
4002   dir-tables: "{DIR[DTO,PERF,VPP,2N,DNV]}"
4003   data: "intel-dnv-vpp"
4004   filter: "'NDRPDR'"
4005   parameters:
4006   - "name"
4007   - "doc"
4008   - "level"
4009   - "parent"
4010   data-start-level: 3
4011
4012 # VPP MRR Results 3n-hsw
4013 - type: "file"
4014   title: "VPP MRR Results 3n-hsw"
4015   algorithm: "file_test_results"
4016   output-file-ext: ".rst"
4017   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
4018   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"
4019   dir-tables: "{DIR[DTR,MRR,VPP,3N,HSW]}"
4020   data: "vpp-mrr-results-3n-hsw"
4021   filter: "'MRR'"
4022   parameters:
4023   - "name"
4024   - "doc"
4025   - "level"
4026   - "parent"
4027   data-start-level: 3
4028
4029 # VPP MRR Results 3n-skx
4030 - type: "file"
4031   title: "VPP MRR Results 3n-skx"
4032   algorithm: "file_test_results"
4033   output-file-ext: ".rst"
4034   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
4035   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"
4036   dir-tables: "{DIR[DTR,MRR,VPP,3N,SKX]}"
4037   data: "vpp-mrr-results-3n-skx"
4038   filter: "'MRR'"
4039   parameters:
4040   - "name"
4041   - "doc"
4042   - "level"
4043   - "parent"
4044   data-start-level: 3
4045
4046 # VPP MRR Results 2n-skx
4047 - type: "file"
4048   title: "VPP MRR Results 2n-skx"
4049   algorithm: "file_test_results"
4050   output-file-ext: ".rst"
4051   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
4052   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"
4053   dir-tables: "{DIR[DTR,MRR,VPP,2N,SKX]}"
4054   data: "vpp-mrr-results-2n-skx"
4055   filter: "all"
4056   parameters:
4057   - "name"
4058   - "doc"
4059   - "level"
4060   - "parent"
4061   data-start-level: 3
4062
4063 # VPP MRR Results 2n-dnv
4064 - type: "file"
4065   title: "VPP MRR Results 2n-dnv"
4066   algorithm: "file_test_results"
4067   output-file-ext: ".rst"
4068   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
4069   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"
4070   dir-tables: "{DIR[DTR,MRR,VPP,2N,DNV]}"
4071   data: "intel-dnv-vpp"
4072   filter: "'MRR'"
4073   parameters:
4074   - "name"
4075   - "doc"
4076   - "level"
4077   - "parent"
4078   data-start-level: 3
4079
4080 # VPP MRR Configuration 3n-hsw
4081 - type: "file"
4082   title: "VPP MRR Configuration 3n-hsw"
4083   algorithm: "file_test_results"
4084   output-file-ext: ".rst"
4085   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_configuration_3n_hsw"
4086   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"
4087   dir-tables: "{DIR[DTC,MRR,VPP,3N,HSW]}"
4088   data: "vpp-mrr-results-3n-hsw"
4089   filter: "'MRR'"
4090   parameters:
4091   - "name"
4092   - "doc"
4093   - "level"
4094   - "parent"
4095   data-start-level: 3
4096
4097 # VPP MRR Configuration 3n-skx
4098 - type: "file"
4099   title: "VPP MRR Configuration 3n-skx"
4100   algorithm: "file_test_results"
4101   output-file-ext: ".rst"
4102   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_configuration_3n_skx"
4103   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"
4104   dir-tables: "{DIR[DTC,MRR,VPP,3N,SKX]}"
4105   data: "vpp-mrr-results-3n-skx"
4106   filter: "'MRR'"
4107   parameters:
4108   - "name"
4109   - "doc"
4110   - "level"
4111   - "parent"
4112   data-start-level: 3
4113
4114 # VPP MRR Configuration 2n-skx
4115 - type: "file"
4116   title: "VPP MRR Configuration 2n-skx"
4117   algorithm: "file_test_results"
4118   output-file-ext: ".rst"
4119   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_configuration_2n_skx"
4120   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"
4121   dir-tables: "{DIR[DTC,MRR,VPP,2N,SKX]}"
4122   data: "vpp-mrr-results-2n-skx"
4123   filter: "'MRR'"
4124   parameters:
4125   - "name"
4126   - "doc"
4127   - "level"
4128   - "parent"
4129   data-start-level: 3
4130
4131 # VPP MRR Configuration 2n-dnv
4132 - type: "file"
4133   title: "VPP MRR Configuration 2n-dnv"
4134   algorithm: "file_test_results"
4135   output-file-ext: ".rst"
4136   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_configuration_2n_dnv"
4137   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"
4138   dir-tables: "{DIR[DTC,MRR,VPP,2N,DNV]}"
4139   data: "intel-dnv-vpp"
4140   filter: "'MRR'"
4141   parameters:
4142   - "name"
4143   - "doc"
4144   - "level"
4145   - "parent"
4146   data-start-level: 3
4147
4148 # VPP Functional Results - Ubuntu
4149 - type: "file"
4150   title: "VPP Functional Results - Ubuntu"
4151   algorithm: "file_test_results"
4152   output-file-ext: ".rst"
4153   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
4154   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"
4155   dir-tables: "{DIR[DTR,FUNC,VPP,UBUNTU]}"
4156   data: "vpp-func-results-ubuntu"
4157   filter: "all"
4158   parameters:
4159   - "name"
4160   - "doc"
4161   - "level"
4162   - "parent"
4163   data-start-level: 3
4164
4165 # VPP Functional Results - CentOS
4166 - type: "file"
4167   title: "VPP Functional Results - CentOS"
4168   algorithm: "file_test_results"
4169   output-file-ext: ".rst"
4170   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
4171   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"
4172   dir-tables: "{DIR[DTR,FUNC,VPP,CENTOS]}"
4173   data:
4174     "vpp-func-results-centos"
4175   filter: "all"
4176   parameters:
4177   - "name"
4178   - "doc"
4179   - "level"
4180   - "parent"
4181   data-start-level: 3
4182
4183 # VPP Functional Configuration - Ubuntu
4184 - type: "file"
4185   title: "VPP Functional Configuration - Ubuntu"
4186   algorithm: "file_test_results"
4187   output-file-ext: ".rst"
4188   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
4189   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"
4190   dir-tables: "{DIR[DTC,FUNC,VPP,UBUNTU]}"
4191   data: "vpp-func-results-ubuntu"
4192   filter: "all"
4193   parameters:
4194   - "name"
4195   - "doc"
4196   - "level"
4197   - "parent"
4198   data-start-level: 3
4199
4200 # VPP Functional Configuration - CentOS
4201 - type: "file"
4202   title: "VPP Functional Configuration - CentOS"
4203   algorithm: "file_test_results"
4204   output-file-ext: ".rst"
4205   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
4206   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"
4207   dir-tables: "{DIR[DTC,FUNC,VPP,CENTOS]}"
4208   data:
4209     "vpp-func-results-centos"
4210   filter: "all"
4211   parameters:
4212   - "name"
4213   - "doc"
4214   - "level"
4215   - "parent"
4216   data-start-level: 3
4217
4218 # VPP Device Results - Ubuntu
4219 - type: "file"
4220   title: "VPP Device Results - Ubuntu"
4221   algorithm: "file_test_results"
4222   output-file-ext: ".rst"
4223   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
4224   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"
4225   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
4226   data: "vpp-device-results-ubuntu"
4227   filter: "all"
4228   parameters:
4229   - "name"
4230   - "doc"
4231   - "level"
4232   - "parent"
4233   data-start-level: 2
4234
4235 # VPP Device Configuration - Ubuntu
4236 - type: "file"
4237   title: "VPP Device Configuration - Ubuntu"
4238   algorithm: "file_test_results"
4239   output-file-ext: ".rst"
4240   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
4241   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"
4242   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
4243   data: "vpp-device-results-ubuntu"
4244   filter: "all"
4245   parameters:
4246   - "name"
4247   - "doc"
4248   - "level"
4249   - "parent"
4250   data-start-level: 2
4251
4252 # Container Orchestrated Performance Results 3n-hsw
4253 - type: "file"
4254   title: "Container Orchestrated Performance Results 3n-hsw"
4255   algorithm: "file_test_results"
4256   output-file-ext: ".rst"
4257   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
4258   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"
4259   dir-tables: "{DIR[DTR,PERF,COT,3N,HSW]}"
4260   data: "ligato-perf-results-3n-hsw"
4261   filter: "all"
4262   parameters:
4263   - "name"
4264   - "doc"
4265   - "level"
4266   - "parent"
4267   data-start-level: 3
4268
4269 # DPDK Performance Results 3n-hsw
4270 - type: "file"
4271   title: "DPDK Performance Results 3n-hsw"
4272   algorithm: "file_test_results"
4273   output-file-ext: ".rst"
4274   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
4275   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"
4276   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
4277   data: "dpdk-perf-results-3n-hsw"
4278   filter: "all"
4279   parameters:
4280   - "name"
4281   - "doc"
4282   - "level"
4283   - "parent"
4284   data-start-level: 3
4285
4286 # DPDK Performance Results 3n-skx
4287 - type: "file"
4288   title: "DPDK Performance Results 3n-skx"
4289   algorithm: "file_test_results"
4290   output-file-ext: ".rst"
4291   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
4292   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"
4293   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
4294   data: "dpdk-perf-results-3n-skx"
4295   filter: "all"
4296   parameters:
4297   - "name"
4298   - "doc"
4299   - "level"
4300   - "parent"
4301   data-start-level: 3
4302
4303 # DPDK Performance Results 2n-skx
4304 - type: "file"
4305   title: "DPDK Performance Results 2n-skx"
4306   algorithm: "file_test_results"
4307   output-file-ext: ".rst"
4308   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
4309   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"
4310   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
4311   data: "dpdk-perf-results-2n-skx"
4312   filter: "all"
4313   parameters:
4314   - "name"
4315   - "doc"
4316   - "level"
4317   - "parent"
4318   data-start-level: 3
4319
4320 # Honeycomb Functional Results
4321 - type: "file"
4322   title: "Honeycomb Functional Results"
4323   algorithm: "file_test_results"
4324   output-file-ext: ".rst"
4325   output-file: "{DIR[DTR,FUNC,HC]}/honeycomb_functional_results"
4326   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"
4327   dir-tables: "{DIR[DTR,FUNC,HC]}"
4328   data:
4329     "hc-func-results"
4330   filter: "all"
4331   parameters:
4332   - "name"
4333   - "doc"
4334   - "level"
4335   - "parent"
4336   data-start-level: 3
4337
4338 # NSH SFC Functional Results
4339 #-
4340 #  type: "file"
4341 #  title: "NSH SFC Functional Results"
4342 #  algorithm: "file_test_results"
4343 #  output-file-ext: ".rst"
4344 #  output-file: "{DIR[DTR,FUNC,NSHSFC]}/nshsfc_functional_results"
4345 #  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"
4346 #  dir-tables: "{DIR[DTR,FUNC,NSHSFC]}"
4347 #  data:
4348 #    "nsh-func-results"
4349 #  filter: "all"
4350 #  parameters:
4351 #  - "name"
4352 #  - "doc"
4353 #  - "level"
4354 #  - "parent"
4355 #  data-start-level: 3
4356
4357 # DMM Functional Results
4358 - type: "file"
4359   title: "DMM Functional Results"
4360   algorithm: "file_test_results"
4361   output-file-ext: ".rst"
4362   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
4363   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"
4364   dir-tables: "{DIR[DTR,FUNC,DMM]}"
4365   data:
4366     "dmm-func-results"
4367   filter: "all"
4368   parameters:
4369   - "name"
4370   - "doc"
4371   - "level"
4372   - "parent"
4373   data-start-level: 3
4374
4375 ################################################################################
4376 ###                                P L O T S                                 ###
4377 ################################################################################
4378
4379 # Soak test - 30min Soak Test (PLRsearch), boxes
4380 - type: "plot"
4381   title: "VPP Throughput: 30min Soak Test (PLRsearch) boxes"
4382   algorithm: "plot_soak_boxes"
4383   output-file-type: ".html"
4384   output-file: "{DIR[STATIC,VPP]}/example-soak-boxes"
4385   data: "plot-vpp-soak-2n-skx"
4386   filter: "'SOAK'"
4387   parameters:
4388   - "throughput"
4389   - "parent"
4390   - "tags"
4391   sort:
4392   - "L2PATCH"
4393 #  - "L2XCBASE"
4394 #  - "L2BDMACLRN"
4395 #  - "IP4FWD"
4396 #  - "IP6FWD"
4397   - "VHOST"
4398   layout:
4399     title: "30min Soak Test (PLRsearch)"
4400     layout: "plot-soak-throughput"
4401
4402 # Soak test - example, not used
4403 - type: "plot"
4404   title: "VPP Throughput: 30min Soak Test (PLRsearch) bars"
4405   algorithm: "plot_soak_bars"
4406   output-file-type: ".html"
4407   output-file: "{DIR[STATIC,VPP]}/example-soak-bars"
4408   data: "plot-vpp-soak-2n-skx"
4409   filter: "'SOAK'"
4410   parameters:
4411   - "throughput"
4412   - "parent"
4413   - "tags"
4414   sort:
4415   - "L2PATCH"
4416 #  - "L2XCBASE"
4417 #  - "L2BDMACLRN"
4418 #  - "IP4FWD"
4419 #  - "IP6FWD"
4420   - "VHOST"
4421   layout:
4422     title: "30min Soak Test (PLRsearch)"
4423     layout: "plot-soak-throughput"
4424
4425 ################################################################################
4426 # Plots - NF Density - VSC
4427
4428 - type: "plot"
4429   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-mrr"
4430   algorithm: "plot_service_density_heatmap"
4431   output-file-type: ".html"
4432   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-vsc-mrr"
4433   data: "plot-vpp-nfv-2n-skx-mrr"
4434   filter: "'NIC_Intel-X710' and
4435            'NF_DENSITY' and
4436            'VM' and
4437            'CHAIN' and
4438            '64B' and
4439            '2T1C' and
4440            'MRR'"
4441   parameters:
4442   - "result"
4443   - "name"
4444   - "tags"
4445   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4446   x-axis: "X = VNFs per Service Chain"
4447   y-axis: "Y = Number of Service Chains"
4448   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
4449   layout:
4450     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-mrr"
4451     layout: "plot-service-density"
4452
4453 - type: "plot"
4454   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-mrr"
4455   algorithm: "plot_service_density_heatmap"
4456   output-file-type: ".html"
4457   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-vsc-mrr"
4458   data: "plot-vpp-nfv-2n-skx-mrr"
4459   filter: "'NIC_Intel-X710' and
4460            'NF_DENSITY' and
4461            'VM' and
4462            'CHAIN' and
4463            '64B' and
4464            '4T2C' and
4465            'MRR'"
4466   parameters:
4467   - "result"
4468   - "name"
4469   - "tags"
4470   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4471   x-axis: "X = VNFs per Service Chain"
4472   y-axis: "Y = Number of Service Chains"
4473   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
4474   layout:
4475     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-mrr"
4476     layout: "plot-service-density"
4477
4478 - type: "plot"
4479   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-mrr"
4480   algorithm: "plot_service_density_heatmap"
4481   output-file-type: ".html"
4482   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-vsc-mrr"
4483   data: "plot-vpp-nfv-2n-skx-mrr"
4484   filter: "'NIC_Intel-X710' and
4485            'NF_DENSITY' and
4486            'VM' and
4487            'CHAIN' and
4488            'IMIX' and
4489            '2T1C' and
4490            'MRR'"
4491   parameters:
4492   - "result"
4493   - "name"
4494   - "tags"
4495   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4496   x-axis: "X = VNFs per Service Chain"
4497   y-axis: "Y = Number of Service Chains"
4498   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
4499   layout:
4500     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-mrr"
4501     layout: "plot-service-density"
4502
4503 - type: "plot"
4504   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-mrr"
4505   algorithm: "plot_service_density_heatmap"
4506   output-file-type: ".html"
4507   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-vsc-mrr"
4508   data: "plot-vpp-nfv-2n-skx-mrr"
4509   filter: "'NIC_Intel-X710' and
4510            'NF_DENSITY' and
4511            'VM' and
4512            'CHAIN' and
4513            'IMIX' and
4514            '4T2C' and
4515            'MRR'"
4516   parameters:
4517   - "result"
4518   - "name"
4519   - "tags"
4520   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4521   x-axis: "X = VNFs per Service Chain"
4522   y-axis: "Y = Number of Service Chains"
4523   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
4524   layout:
4525     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-mrr"
4526     layout: "plot-service-density"
4527
4528 - type: "plot"
4529   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-ndr"
4530   algorithm: "plot_service_density_heatmap"
4531   output-file-type: ".html"
4532   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-vsc-ndr"
4533   data: "plot-vpp-nfv-2n-skx"
4534   filter: "'NIC_Intel-X710' and
4535            'NF_DENSITY' and
4536            'VM' and
4537            'CHAIN' and
4538            '64B' and
4539            '2T1C' and
4540            'NDRPDR'"
4541   parameters:
4542   - "throughput"
4543   - "name"
4544   - "tags"
4545   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4546   x-axis: "X = VNFs per Service Chain"
4547   y-axis: "Y = Number of Service Chains"
4548   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
4549   layout:
4550     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-ndr"
4551     layout: "plot-service-density"
4552
4553 - type: "plot"
4554   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-ndr"
4555   algorithm: "plot_service_density_heatmap"
4556   output-file-type: ".html"
4557   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-vsc-ndr"
4558   data: "plot-vpp-nfv-2n-skx"
4559   filter: "'NIC_Intel-X710' and
4560            'NF_DENSITY' and
4561            'VM' and
4562            'CHAIN' and
4563            '64B' and
4564            '4T2C' and
4565            'NDRPDR'"
4566   parameters:
4567   - "throughput"
4568   - "name"
4569   - "tags"
4570   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4571   x-axis: "X = VNFs per Service Chain"
4572   y-axis: "Y = Number of Service Chains"
4573   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
4574   layout:
4575     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-ndr"
4576     layout: "plot-service-density"
4577
4578 - type: "plot"
4579   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-ndr"
4580   algorithm: "plot_service_density_heatmap"
4581   output-file-type: ".html"
4582   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-vsc-ndr"
4583   data: "plot-vpp-nfv-2n-skx"
4584   filter: "'NIC_Intel-X710' and
4585            'NF_DENSITY' and
4586            'VM' and
4587            'CHAIN' and
4588            'IMIX' and
4589            '2T1C' and
4590            'NDRPDR'"
4591   parameters:
4592   - "throughput"
4593   - "name"
4594   - "tags"
4595   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4596   x-axis: "X = VNFs per Service Chain"
4597   y-axis: "Y = Number of Service Chains"
4598   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
4599   layout:
4600     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-ndr"
4601     layout: "plot-service-density"
4602
4603 - type: "plot"
4604   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-ndr"
4605   algorithm: "plot_service_density_heatmap"
4606   output-file-type: ".html"
4607   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-vsc-ndr"
4608   data: "plot-vpp-nfv-2n-skx"
4609   filter: "'NIC_Intel-X710' and
4610            'NF_DENSITY' and
4611            'VM' and
4612            'CHAIN' and
4613            'IMIX' and
4614            '4T2C' and
4615            'NDRPDR'"
4616   parameters:
4617   - "throughput"
4618   - "name"
4619   - "tags"
4620   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4621   x-axis: "X = VNFs per Service Chain"
4622   y-axis: "Y = Number of Service Chains"
4623   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
4624   layout:
4625     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-ndr"
4626     layout: "plot-service-density"
4627
4628 - type: "plot"
4629   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-pdr"
4630   algorithm: "plot_service_density_heatmap"
4631   output-file-type: ".html"
4632   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-vsc-pdr"
4633   data: "plot-vpp-nfv-2n-skx"
4634   filter: "'NIC_Intel-X710' and
4635            'NF_DENSITY' and
4636            'VM' and
4637            'CHAIN' and
4638            '64B' and
4639            '2T1C' and
4640            'NDRPDR'"
4641   parameters:
4642   - "throughput"
4643   - "name"
4644   - "tags"
4645   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4646   x-axis: "X = VNFs per Service Chain"
4647   y-axis: "Y = Number of Service Chains"
4648   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
4649   layout:
4650     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-pdr"
4651     layout: "plot-service-density"
4652
4653 - type: "plot"
4654   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-pdr"
4655   algorithm: "plot_service_density_heatmap"
4656   output-file-type: ".html"
4657   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-vsc-pdr"
4658   data: "plot-vpp-nfv-2n-skx"
4659   filter: "'NIC_Intel-X710' and
4660            'NF_DENSITY' and
4661            'VM' and
4662            'CHAIN' and
4663            '64B' and
4664            '4T2C' and
4665            'NDRPDR'"
4666   parameters:
4667   - "throughput"
4668   - "name"
4669   - "tags"
4670   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4671   x-axis: "X = VNFs per Service Chain"
4672   y-axis: "Y = Number of Service Chains"
4673   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
4674   layout:
4675     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-pdr"
4676     layout: "plot-service-density"
4677
4678 - type: "plot"
4679   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-pdr"
4680   algorithm: "plot_service_density_heatmap"
4681   output-file-type: ".html"
4682   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-vsc-pdr"
4683   data: "plot-vpp-nfv-2n-skx"
4684   filter: "'NIC_Intel-X710' and
4685            'NF_DENSITY' and
4686            'VM' and
4687            'CHAIN' and
4688            'IMIX' and
4689            '2T1C' and
4690            'NDRPDR'"
4691   parameters:
4692   - "throughput"
4693   - "name"
4694   - "tags"
4695   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4696   x-axis: "X = VNFs per Service Chain"
4697   y-axis: "Y = Number of Service Chains"
4698   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
4699   layout:
4700     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-pdr"
4701     layout: "plot-service-density"
4702
4703 - type: "plot"
4704   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-pdr"
4705   algorithm: "plot_service_density_heatmap"
4706   output-file-type: ".html"
4707   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-vsc-pdr"
4708   data: "plot-vpp-nfv-2n-skx"
4709   filter: "'NIC_Intel-X710' and
4710            'NF_DENSITY' and
4711            'VM' and
4712            'CHAIN' and
4713            'IMIX' and
4714            '4T2C' and
4715            'NDRPDR'"
4716   parameters:
4717   - "throughput"
4718   - "name"
4719   - "tags"
4720   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4721   x-axis: "X = VNFs per Service Chain"
4722   y-axis: "Y = Number of Service Chains"
4723   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
4724   layout:
4725     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-pdr"
4726     layout: "plot-service-density"
4727
4728 ################################################################################
4729 # Plots - NF Density - CSC
4730
4731 - type: "plot"
4732   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-mrr"
4733   algorithm: "plot_service_density_heatmap"
4734   output-file-type: ".html"
4735   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csc-mrr"
4736   data: "plot-vpp-nfv-2n-skx-mrr"
4737   filter: "'NIC_Intel-X710' and
4738            'NF_DENSITY' and
4739            'DOCKER' and
4740            'CHAIN' and
4741            '64B' and
4742            '2T1C' and
4743            'MRR'"
4744   parameters:
4745   - "result"
4746   - "name"
4747   - "tags"
4748   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4749   x-axis: "X = CNFs per Service Chain"
4750   y-axis: "Y = Number of Service Chains"
4751   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
4752   layout:
4753     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-mrr"
4754     layout: "plot-service-density"
4755
4756 - type: "plot"
4757   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-mrr"
4758   algorithm: "plot_service_density_heatmap"
4759   output-file-type: ".html"
4760   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csc-mrr"
4761   data: "plot-vpp-nfv-2n-skx-mrr"
4762   filter: "'NIC_Intel-X710' and
4763            'NF_DENSITY' and
4764            'DOCKER' and
4765            'CHAIN' and
4766            '64B' and
4767            '4T2C' and
4768            'MRR'"
4769   parameters:
4770   - "result"
4771   - "name"
4772   - "tags"
4773   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4774   x-axis: "X = CNFs per Service Chain"
4775   y-axis: "Y = Number of Service Chains"
4776   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
4777   layout:
4778     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-mrr"
4779     layout: "plot-service-density"
4780
4781 - type: "plot"
4782   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-mrr"
4783   algorithm: "plot_service_density_heatmap"
4784   output-file-type: ".html"
4785   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csc-mrr"
4786   data: "plot-vpp-nfv-2n-skx-mrr"
4787   filter: "'NIC_Intel-X710' and
4788            'NF_DENSITY' and
4789            'DOCKER' and
4790            'CHAIN' and
4791            'IMIX' and
4792            '2T1C' and
4793            'MRR'"
4794   parameters:
4795   - "result"
4796   - "name"
4797   - "tags"
4798   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4799   x-axis: "X = CNFs per Service Chain"
4800   y-axis: "Y = Number of Service Chains"
4801   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
4802   layout:
4803     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-mrr"
4804     layout: "plot-service-density"
4805
4806 - type: "plot"
4807   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-mrr"
4808   algorithm: "plot_service_density_heatmap"
4809   output-file-type: ".html"
4810   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csc-mrr"
4811   data: "plot-vpp-nfv-2n-skx-mrr"
4812   filter: "'NIC_Intel-X710' and
4813            'NF_DENSITY' and
4814            'DOCKER' and
4815            'CHAIN' and
4816            'IMIX' and
4817            '4T2C' and
4818            'MRR'"
4819   parameters:
4820   - "result"
4821   - "name"
4822   - "tags"
4823   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4824   x-axis: "X = CNFs per Service Chain"
4825   y-axis: "Y = Number of Service Chains"
4826   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
4827   layout:
4828     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-mrr"
4829     layout: "plot-service-density"
4830
4831 - type: "plot"
4832   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-ndr"
4833   algorithm: "plot_service_density_heatmap"
4834   output-file-type: ".html"
4835   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csc-ndr"
4836   data: "plot-vpp-nfv-2n-skx"
4837   filter: "'NIC_Intel-X710' and
4838            'NF_DENSITY' and
4839            'DOCKER' and
4840            'CHAIN' and
4841            '64B' and
4842            '2T1C' and
4843            'NDRPDR'"
4844   parameters:
4845   - "throughput"
4846   - "name"
4847   - "tags"
4848   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4849   x-axis: "X = CNFs per Service Chain"
4850   y-axis: "Y = Number of Service Chains"
4851   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
4852   layout:
4853     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-ndr"
4854     layout: "plot-service-density"
4855
4856 - type: "plot"
4857   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-ndr"
4858   algorithm: "plot_service_density_heatmap"
4859   output-file-type: ".html"
4860   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csc-ndr"
4861   data: "plot-vpp-nfv-2n-skx"
4862   filter: "'NIC_Intel-X710' and
4863            'NF_DENSITY' and
4864            'DOCKER' and
4865            'CHAIN' and
4866            '64B' and
4867            '4T2C' and
4868            'NDRPDR'"
4869   parameters:
4870   - "throughput"
4871   - "name"
4872   - "tags"
4873   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4874   x-axis: "X = CNFs per Service Chain"
4875   y-axis: "Y = Number of Service Chains"
4876   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
4877   layout:
4878     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-ndr"
4879     layout: "plot-service-density"
4880
4881 - type: "plot"
4882   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-ndr"
4883   algorithm: "plot_service_density_heatmap"
4884   output-file-type: ".html"
4885   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csc-ndr"
4886   data: "plot-vpp-nfv-2n-skx"
4887   filter: "'NIC_Intel-X710' and
4888            'NF_DENSITY' and
4889            'DOCKER' and
4890            'CHAIN' and
4891            'IMIX' and
4892            '2T1C' and
4893            'NDRPDR'"
4894   parameters:
4895   - "throughput"
4896   - "name"
4897   - "tags"
4898   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4899   x-axis: "X = CNFs per Service Chain"
4900   y-axis: "Y = Number of Service Chains"
4901   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
4902   layout:
4903     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-ndr"
4904     layout: "plot-service-density"
4905
4906 - type: "plot"
4907   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-ndr"
4908   algorithm: "plot_service_density_heatmap"
4909   output-file-type: ".html"
4910   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csc-ndr"
4911   data: "plot-vpp-nfv-2n-skx"
4912   filter: "'NIC_Intel-X710' and
4913            'NF_DENSITY' and
4914            'DOCKER' and
4915            'CHAIN' and
4916            'IMIX' and
4917            '4T2C' and
4918            'NDRPDR'"
4919   parameters:
4920   - "throughput"
4921   - "name"
4922   - "tags"
4923   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4924   x-axis: "X = CNFs per Service Chain"
4925   y-axis: "Y = Number of Service Chains"
4926   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
4927   layout:
4928     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-ndr"
4929     layout: "plot-service-density"
4930
4931 - type: "plot"
4932   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-pdr"
4933   algorithm: "plot_service_density_heatmap"
4934   output-file-type: ".html"
4935   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csc-pdr"
4936   data: "plot-vpp-nfv-2n-skx"
4937   filter: "'NIC_Intel-X710' and
4938            'NF_DENSITY' and
4939            'DOCKER' and
4940            'CHAIN' and
4941            '64B' and
4942            '2T1C' and
4943            'NDRPDR'"
4944   parameters:
4945   - "throughput"
4946   - "name"
4947   - "tags"
4948   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4949   x-axis: "X = CNFs per Service Chain"
4950   y-axis: "Y = Number of Service Chains"
4951   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
4952   layout:
4953     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-pdr"
4954     layout: "plot-service-density"
4955
4956 - type: "plot"
4957   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-pdr"
4958   algorithm: "plot_service_density_heatmap"
4959   output-file-type: ".html"
4960   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csc-pdr"
4961   data: "plot-vpp-nfv-2n-skx"
4962   filter: "'NIC_Intel-X710' and
4963            'NF_DENSITY' and
4964            'DOCKER' and
4965            'CHAIN' and
4966            '64B' and
4967            '4T2C' and
4968            'NDRPDR'"
4969   parameters:
4970   - "throughput"
4971   - "name"
4972   - "tags"
4973   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4974   x-axis: "X = CNFs per Service Chain"
4975   y-axis: "Y = Number of Service Chains"
4976   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
4977   layout:
4978     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-pdr"
4979     layout: "plot-service-density"
4980
4981 - type: "plot"
4982   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-pdr"
4983   algorithm: "plot_service_density_heatmap"
4984   output-file-type: ".html"
4985   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csc-pdr"
4986   data: "plot-vpp-nfv-2n-skx"
4987   filter: "'NIC_Intel-X710' and
4988            'NF_DENSITY' and
4989            'DOCKER' and
4990            'CHAIN' and
4991            'IMIX' and
4992            '2T1C' and
4993            'NDRPDR'"
4994   parameters:
4995   - "throughput"
4996   - "name"
4997   - "tags"
4998   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4999   x-axis: "X = CNFs per Service Chain"
5000   y-axis: "Y = Number of Service Chains"
5001   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5002   layout:
5003     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-pdr"
5004     layout: "plot-service-density"
5005
5006 - type: "plot"
5007   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-pdr"
5008   algorithm: "plot_service_density_heatmap"
5009   output-file-type: ".html"
5010   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csc-pdr"
5011   data: "plot-vpp-nfv-2n-skx"
5012   filter: "'NIC_Intel-X710' and
5013            'NF_DENSITY' and
5014            'DOCKER' and
5015            'CHAIN' and
5016            'IMIX' and
5017            '4T2C' and
5018            'NDRPDR'"
5019   parameters:
5020   - "throughput"
5021   - "name"
5022   - "tags"
5023   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5024   x-axis: "X = CNFs per Service Chain"
5025   y-axis: "Y = Number of Service Chains"
5026   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5027   layout:
5028     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-pdr"
5029     layout: "plot-service-density"
5030
5031 ################################################################################
5032 # Plots - NF Density - CSP
5033
5034 - type: "plot"
5035   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-mrr"
5036   algorithm: "plot_service_density_heatmap"
5037   output-file-type: ".html"
5038   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csp-mrr"
5039   data: "plot-vpp-nfv-2n-skx-mrr"
5040   filter: "'NIC_Intel-X710' and
5041            'NF_DENSITY' and
5042            'DOCKER' and
5043            'PIPELINE' and
5044            '64B' and
5045            '2T1C' and
5046            'MRR'"
5047   parameters:
5048   - "result"
5049   - "name"
5050   - "tags"
5051   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5052   x-axis: "X = CNFs per Service Pipeline"
5053   y-axis: "Y = Number of Service Pipelines"
5054   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5055   layout:
5056     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-mrr"
5057     layout: "plot-service-density"
5058
5059 - type: "plot"
5060   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-mrr"
5061   algorithm: "plot_service_density_heatmap"
5062   output-file-type: ".html"
5063   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csp-mrr"
5064   data: "plot-vpp-nfv-2n-skx-mrr"
5065   filter: "'NIC_Intel-X710' and
5066            'NF_DENSITY' and
5067            'DOCKER' and
5068            'PIPELINE' and
5069            '64B' and
5070            '4T2C' and
5071            'MRR'"
5072   parameters:
5073   - "result"
5074   - "name"
5075   - "tags"
5076   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5077   x-axis: "X = CNFs per Service Pipeline"
5078   y-axis: "Y = Number of Service Pipelines"
5079   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5080   layout:
5081     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-mrr"
5082     layout: "plot-service-density"
5083
5084 - type: "plot"
5085   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-mrr"
5086   algorithm: "plot_service_density_heatmap"
5087   output-file-type: ".html"
5088   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csp-mrr"
5089   data: "plot-vpp-nfv-2n-skx-mrr"
5090   filter: "'NIC_Intel-X710' and
5091            'NF_DENSITY' and
5092            'DOCKER' and
5093            'PIPELINE' and
5094            'IMIX' and
5095            '2T1C' and
5096            'MRR'"
5097   parameters:
5098   - "result"
5099   - "name"
5100   - "tags"
5101   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5102   x-axis: "X = CNFs per Service Pipeline"
5103   y-axis: "Y = Number of Service Pipelines"
5104   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5105   layout:
5106     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-mrr"
5107     layout: "plot-service-density"
5108
5109 - type: "plot"
5110   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-mrr"
5111   algorithm: "plot_service_density_heatmap"
5112   output-file-type: ".html"
5113   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csp-mrr"
5114   data: "plot-vpp-nfv-2n-skx-mrr"
5115   filter: "'NIC_Intel-X710' and
5116            'NF_DENSITY' and
5117            'DOCKER' and
5118            'PIPELINE' and
5119            'IMIX' and
5120            '4T2C' and
5121            'MRR'"
5122   parameters:
5123   - "result"
5124   - "name"
5125   - "tags"
5126   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5127   x-axis: "X = CNFs per Service Pipeline"
5128   y-axis: "Y = Number of Service Pipelines"
5129   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5130   layout:
5131     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-mrr"
5132     layout: "plot-service-density"
5133
5134 - type: "plot"
5135   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-ndr"
5136   algorithm: "plot_service_density_heatmap"
5137   output-file-type: ".html"
5138   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csp-ndr"
5139   data: "plot-vpp-nfv-2n-skx"
5140   filter: "'NIC_Intel-X710' and
5141            'NF_DENSITY' and
5142            'DOCKER' and
5143            'PIPELINE' and
5144            '64B' and
5145            '2T1C' and
5146            'NDRPDR'"
5147   parameters:
5148   - "throughput"
5149   - "name"
5150   - "tags"
5151   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5152   x-axis: "X = CNFs per Service Pipeline"
5153   y-axis: "Y = Number of Service Pipelines"
5154   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5155   layout:
5156     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-ndr"
5157     layout: "plot-service-density"
5158
5159 - type: "plot"
5160   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-ndr"
5161   algorithm: "plot_service_density_heatmap"
5162   output-file-type: ".html"
5163   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csp-ndr"
5164   data: "plot-vpp-nfv-2n-skx"
5165   filter: "'NIC_Intel-X710' and
5166            'NF_DENSITY' and
5167            'DOCKER' and
5168            'PIPELINE' and
5169            '64B' and
5170            '4T2C' and
5171            'NDRPDR'"
5172   parameters:
5173   - "throughput"
5174   - "name"
5175   - "tags"
5176   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5177   x-axis: "X = CNFs per Service Pipeline"
5178   y-axis: "Y = Number of Service Pipelines"
5179   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5180   layout:
5181     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-ndr"
5182     layout: "plot-service-density"
5183
5184 - type: "plot"
5185   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-ndr"
5186   algorithm: "plot_service_density_heatmap"
5187   output-file-type: ".html"
5188   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csp-ndr"
5189   data: "plot-vpp-nfv-2n-skx"
5190   filter: "'NIC_Intel-X710' and
5191            'NF_DENSITY' and
5192            'DOCKER' and
5193            'PIPELINE' and
5194            'IMIX' and
5195            '2T1C' and
5196            'NDRPDR'"
5197   parameters:
5198   - "throughput"
5199   - "name"
5200   - "tags"
5201   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5202   x-axis: "X = CNFs per Service Pipeline"
5203   y-axis: "Y = Number of Service Pipelines"
5204   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5205   layout:
5206     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-ndr"
5207     layout: "plot-service-density"
5208
5209 - type: "plot"
5210   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-ndr"
5211   algorithm: "plot_service_density_heatmap"
5212   output-file-type: ".html"
5213   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csp-ndr"
5214   data: "plot-vpp-nfv-2n-skx"
5215   filter: "'NIC_Intel-X710' and
5216            'NF_DENSITY' and
5217            'DOCKER' and
5218            'PIPELINE' and
5219            'IMIX' and
5220            '4T2C' and
5221            'NDRPDR'"
5222   parameters:
5223   - "throughput"
5224   - "name"
5225   - "tags"
5226   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5227   x-axis: "X = CNFs per Service Pipeline"
5228   y-axis: "Y = Number of Service Pipelines"
5229   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5230   layout:
5231     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-ndr"
5232     layout: "plot-service-density"
5233
5234 - type: "plot"
5235   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-pdr"
5236   algorithm: "plot_service_density_heatmap"
5237   output-file-type: ".html"
5238   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csp-pdr"
5239   data: "plot-vpp-nfv-2n-skx"
5240   filter: "'NIC_Intel-X710' and
5241            'NF_DENSITY' and
5242            'DOCKER' and
5243            'PIPELINE' and
5244            '64B' and
5245            '2T1C' and
5246            'NDRPDR'"
5247   parameters:
5248   - "throughput"
5249   - "name"
5250   - "tags"
5251   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5252   x-axis: "X = CNFs per Service Pipeline"
5253   y-axis: "Y = Number of Service Pipelines"
5254   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5255   layout:
5256     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-pdr"
5257     layout: "plot-service-density"
5258
5259 - type: "plot"
5260   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-pdr"
5261   algorithm: "plot_service_density_heatmap"
5262   output-file-type: ".html"
5263   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csp-pdr"
5264   data: "plot-vpp-nfv-2n-skx"
5265   filter: "'NIC_Intel-X710' and
5266            'NF_DENSITY' and
5267            'DOCKER' and
5268            'PIPELINE' and
5269            '64B' and
5270            '4T2C' and
5271            'NDRPDR'"
5272   parameters:
5273   - "throughput"
5274   - "name"
5275   - "tags"
5276   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5277   x-axis: "X = CNFs per Service Pipeline"
5278   y-axis: "Y = Number of Service Pipelines"
5279   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5280   layout:
5281     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-pdr"
5282     layout: "plot-service-density"
5283
5284 - type: "plot"
5285   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-pdr"
5286   algorithm: "plot_service_density_heatmap"
5287   output-file-type: ".html"
5288   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csp-pdr"
5289   data: "plot-vpp-nfv-2n-skx"
5290   filter: "'NIC_Intel-X710' and
5291            'NF_DENSITY' and
5292            'DOCKER' and
5293            'PIPELINE' and
5294            'IMIX' and
5295            '2T1C' and
5296            'NDRPDR'"
5297   parameters:
5298   - "throughput"
5299   - "name"
5300   - "tags"
5301   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5302   x-axis: "X = CNFs per Service Pipeline"
5303   y-axis: "Y = Number of Service Pipelines"
5304   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5305   layout:
5306     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-pdr"
5307     layout: "plot-service-density"
5308
5309 - type: "plot"
5310   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-pdr"
5311   algorithm: "plot_service_density_heatmap"
5312   output-file-type: ".html"
5313   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csp-pdr"
5314   data: "plot-vpp-nfv-2n-skx"
5315   filter: "'NIC_Intel-X710' and
5316            'NF_DENSITY' and
5317            'DOCKER' and
5318            'PIPELINE' and
5319            'IMIX' and
5320            '4T2C' and
5321            'NDRPDR'"
5322   parameters:
5323   - "throughput"
5324   - "name"
5325   - "tags"
5326   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5327   x-axis: "X = CNFs per Service Pipeline"
5328   y-axis: "Y = Number of Service Pipelines"
5329   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5330   layout:
5331     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-pdr"
5332     layout: "plot-service-density"
5333
5334 ################################################################################
5335 # Plots VPP HTTP Server Performance
5336 - type: "plot"
5337   title: "VPP HTTP Server Performance"
5338   algorithm: "plot_http_server_performance_box"
5339   output-file-type: ".html"
5340   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
5341   data:
5342     "plot-vpp-http-server-performance"
5343   # Keep this formatting, the filter is enclosed with " (quotation mark) and
5344   # each tag is enclosed with ' (apostrophe).
5345   filter: "'HTTP' and 'TCP_CPS'"
5346   parameters:
5347   - "result"
5348   - "name"
5349   traces:
5350     hoverinfo: "x+y"
5351     boxpoints: "outliers"
5352     whiskerwidth: 0
5353   layout:
5354     title: "VPP HTTP Server Performance"
5355     layout:
5356       "plot-cps"
5357
5358 - type: "plot"
5359   title: "VPP HTTP Server Performance"
5360   algorithm: "plot_http_server_performance_box"
5361   output-file-type: ".html"
5362   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
5363   data:
5364     "plot-vpp-http-server-performance"
5365   filter: "'HTTP' and 'TCP_RPS'"
5366   parameters:
5367   - "result"
5368   - "name"
5369   traces:
5370     hoverinfo: "x+y"
5371     boxpoints: "outliers"
5372     whiskerwidth: 0
5373   layout:
5374     title: "VPP HTTP Server Performance"
5375     layout:
5376       "plot-rps"
5377
5378 ################################################################################
5379
5380 # Packet Throughput - VPP L2 3n-hsw-x520 base and scale
5381 - type: "plot"
5382   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5383   algorithm: "plot_performance_box"
5384   output-file-type: ".html"
5385   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5386   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5387   filter: "'NIC_Intel-X520-DA2' and
5388            '64B' and
5389            ('BASE' or 'SCALE') and
5390            'NDRPDR' and
5391            'ETH' and
5392            '1T1C' and
5393            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5394            not 'VHOST' and
5395            not 'MEMIF'"
5396   parameters:
5397   - "throughput"
5398   - "parent"
5399   - "tags"
5400   sort:
5401   - "L2PATCH"
5402   - "L2XCBASE"
5403   - "BASE"
5404   - "FIB_10K"
5405   - "FIB_100K"
5406   - "FIB_1M"
5407   traces:
5408     hoverinfo: "x+y"
5409     boxpoints: "outliers"
5410     whiskerwidth: 0
5411   layout:
5412     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5413     layout: "plot-throughput"
5414
5415 - type: "plot"
5416   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5417   algorithm: "plot_performance_box"
5418   output-file-type: ".html"
5419   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5420   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5421   filter: "'NIC_Intel-X520-DA2' and
5422            '64B' and
5423            ('BASE' or 'SCALE') and
5424            'NDRPDR' and
5425            'ETH' and
5426            '1T1C' and
5427            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5428            not 'VHOST' and
5429            not 'MEMIF'"
5430   parameters:
5431   - "throughput"
5432   - "parent"
5433   - "tags"
5434   sort:
5435   - "L2PATCH"
5436   - "L2XCBASE"
5437   - "BASE"
5438   - "FIB_10K"
5439   - "FIB_100K"
5440   - "FIB_1M"
5441   traces:
5442     hoverinfo: "x+y"
5443     boxpoints: "outliers"
5444     whiskerwidth: 0
5445   layout:
5446     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5447     layout: "plot-throughput"
5448
5449 - type: "plot"
5450   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5451   algorithm: "plot_performance_box"
5452   output-file-type: ".html"
5453   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5454   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5455   filter: "'NIC_Intel-X520-DA2' and
5456            '64B' and
5457            ('BASE' or 'SCALE') and
5458            'NDRPDR' and
5459            'ETH' and
5460            '2T2C' and
5461            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5462            not 'VHOST' and
5463            not 'MEMIF'"
5464   parameters:
5465   - "throughput"
5466   - "parent"
5467   - "tags"
5468   sort:
5469   - "L2PATCH"
5470   - "L2XCBASE"
5471   - "BASE"
5472   - "FIB_10K"
5473   - "FIB_100K"
5474   - "FIB_1M"
5475   traces:
5476     hoverinfo: "x+y"
5477     boxpoints: "outliers"
5478     whiskerwidth: 0
5479   layout:
5480     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5481     layout: "plot-throughput"
5482
5483 - type: "plot"
5484   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
5485   algorithm: "plot_performance_box"
5486   output-file-type: ".html"
5487   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
5488   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5489   filter: "'NIC_Intel-X520-DA2' and
5490            '64B' and
5491            ('BASE' or 'SCALE') and
5492            'NDRPDR' and
5493            'ETH' and
5494            '2T2C' and
5495            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5496            not 'VHOST' and
5497            not 'MEMIF'"
5498   parameters:
5499   - "throughput"
5500   - "parent"
5501   - "tags"
5502   sort:
5503   - "L2PATCH"
5504   - "L2XCBASE"
5505   - "BASE"
5506   - "FIB_10K"
5507   - "FIB_100K"
5508   - "FIB_1M"
5509   traces:
5510     hoverinfo: "x+y"
5511     boxpoints: "outliers"
5512     whiskerwidth: 0
5513   layout:
5514     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
5515     layout: "plot-throughput"
5516
5517 # Packet Throughput - VPP L2 3n-hsw-x520 features
5518 - type: "plot"
5519   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
5520   algorithm: "plot_performance_box"
5521   output-file-type: ".html"
5522   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
5523   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5524   filter: "'NIC_Intel-X520-DA2' and
5525            '64B' and
5526            'NDRPDR' and
5527            '1T1C' and
5528            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
5529            not 'ACL' and
5530            not 'VHOST' and
5531            not 'MEMIF'"
5532   parameters:
5533   - "throughput"
5534   - "parent"
5535   - "tags"
5536   sort:
5537   - "L2XCBASE"    # l2xcbase
5538   - "L2BDBASE"    # l2bdbase
5539   - "L2XCFWD"     # dot1q-l2xcbase
5540   - "L2BDMACLRN"  # dot1q-l2bdbase
5541   traces:
5542     hoverinfo: "x+y"
5543     boxpoints: "outliers"
5544     whiskerwidth: 0
5545   layout:
5546     title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
5547     layout: "plot-throughput"
5548
5549 - type: "plot"
5550   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
5551   algorithm: "plot_performance_box"
5552   output-file-type: ".html"
5553   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
5554   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5555   filter: "'NIC_Intel-X520-DA2' and
5556            '64B' and
5557            'NDRPDR' and
5558            '1T1C' and
5559            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
5560            not 'ACL' and
5561            not 'VHOST' and
5562            not 'MEMIF'"
5563   parameters:
5564   - "throughput"
5565   - "parent"
5566   - "tags"
5567   sort:
5568   - "L2XCBASE"    # l2xcbase
5569   - "L2BDBASE"    # l2bdbase
5570   - "L2XCFWD"     # dot1q-l2xcbase
5571   - "L2BDMACLRN"  # dot1q-l2bdbase
5572   traces:
5573     hoverinfo: "x+y"
5574     boxpoints: "outliers"
5575     whiskerwidth: 0
5576   layout:
5577     title: "l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
5578     layout: "plot-throughput"
5579
5580 - type: "plot"
5581   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
5582   algorithm: "plot_performance_box"
5583   output-file-type: ".html"
5584   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
5585   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5586   filter: "'NIC_Intel-X520-DA2' and
5587            '64B' and
5588            'NDRPDR' and
5589            '2T2C' and
5590            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
5591            not 'ACL' and
5592            not 'VHOST' and
5593            not 'MEMIF'"
5594   parameters:
5595   - "throughput"
5596   - "parent"
5597   - "tags"
5598   sort:
5599   - "L2XCBASE"    # l2xcbase
5600   - "L2BDBASE"    # l2bdbase
5601   - "L2XCFWD"     # dot1q-l2xcbase
5602   - "L2BDMACLRN"  # dot1q-l2bdbase
5603   traces:
5604     hoverinfo: "x+y"
5605     boxpoints: "outliers"
5606     whiskerwidth: 0
5607   layout:
5608     title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
5609     layout: "plot-throughput"
5610
5611 - type: "plot"
5612   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
5613   algorithm: "plot_performance_box"
5614   output-file-type: ".html"
5615   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
5616   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5617   filter: "'NIC_Intel-X520-DA2' and
5618            '64B' and
5619            'NDRPDR' and
5620            '2T2C' and
5621            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
5622            not 'ACL' and
5623            not 'VHOST' and
5624            not 'MEMIF'"
5625   parameters:
5626   - "throughput"
5627   - "parent"
5628   - "tags"
5629   sort:
5630   - "L2XCBASE"    # l2xcbase
5631   - "L2BDBASE"    # l2bdbase
5632   - "L2XCFWD"     # dot1q-l2xcbase
5633   - "L2BDMACLRN"  # dot1q-l2bdbase
5634   traces:
5635     hoverinfo: "x+y"
5636     boxpoints: "outliers"
5637     whiskerwidth: 0
5638   layout:
5639     title: "l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
5640     layout: "plot-throughput"
5641
5642 # Packet Throughput - VPP L2 3n-hsw-x520 features-iacl
5643 - type: "plot"
5644   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
5645   algorithm: "plot_performance_box"
5646   output-file-type: ".html"
5647   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
5648   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5649   filter: "'NIC_Intel-X520-DA2' and
5650            '64B' and
5651            'NDRPDR' and
5652            '1T1C' and
5653            'FEATURE' and
5654            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
5655            'IACL' and
5656            ('ACL1' or 'ACL50') and
5657            ('10K_FLOWS' or '10k_FLOWS') and
5658            not 'MACIP' and
5659            not 'VHOST' and
5660            not 'MEMIF'"
5661   parameters:
5662   - "throughput"
5663   - "parent"
5664   - "tags"
5665   traces:
5666     hoverinfo: "x+y"
5667     boxpoints: "outliers"
5668     whiskerwidth: 0
5669   layout:
5670     title: "l2sw-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
5671     layout: "plot-throughput"
5672
5673 - type: "plot"
5674   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
5675   algorithm: "plot_performance_box"
5676   output-file-type: ".html"
5677   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
5678   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5679   filter: "'NIC_Intel-X520-DA2' and
5680            '64B' and
5681            'NDRPDR' and
5682            '1T1C' and
5683            'FEATURE' and
5684            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
5685            'IACL' and
5686            ('ACL1' or 'ACL50') and
5687            ('10K_FLOWS' or '10k_FLOWS') and
5688            not 'MACIP' and
5689            not 'VHOST' and
5690            not 'MEMIF'"
5691   parameters:
5692   - "throughput"
5693   - "parent"
5694   - "tags"
5695   traces:
5696     hoverinfo: "x+y"
5697     boxpoints: "outliers"
5698     whiskerwidth: 0
5699   layout:
5700     title: "l2sw-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
5701     layout: "plot-throughput"
5702
5703 - type: "plot"
5704   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
5705   algorithm: "plot_performance_box"
5706   output-file-type: ".html"
5707   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
5708   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5709   filter: "'NIC_Intel-X520-DA2' and
5710            '64B' and
5711            'NDRPDR' and
5712            '2T2C' and
5713            'FEATURE' and
5714            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
5715            'IACL' and
5716            ('ACL1' or 'ACL50') and
5717            ('10K_FLOWS' or '10k_FLOWS') and
5718            not 'MACIP' and
5719            not 'VHOST' and
5720            not 'MEMIF'"
5721   parameters:
5722   - "throughput"
5723   - "parent"
5724   - "tags"
5725   traces:
5726     hoverinfo: "x+y"
5727     boxpoints: "outliers"
5728     whiskerwidth: 0
5729   layout:
5730     title: "l2sw-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
5731     layout: "plot-throughput"
5732
5733 - type: "plot"
5734   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
5735   algorithm: "plot_performance_box"
5736   output-file-type: ".html"
5737   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
5738   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5739   filter: "'NIC_Intel-X520-DA2' and
5740            '64B' and
5741            'NDRPDR' and
5742            '2T2C' and
5743            'FEATURE' and
5744            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
5745            'IACL' and
5746            ('ACL1' or 'ACL50') and
5747            ('10K_FLOWS' or '10k_FLOWS') and
5748            not 'MACIP' and
5749            not 'VHOST' and
5750            not 'MEMIF'"
5751   parameters:
5752   - "throughput"
5753   - "parent"
5754   - "tags"
5755   traces:
5756     hoverinfo: "x+y"
5757     boxpoints: "outliers"
5758     whiskerwidth: 0
5759   layout:
5760     title: "l2sw-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
5761     layout: "plot-throughput"
5762
5763 # Packet Throughput - VPP L2 3n-hsw-x520 features-oacl
5764 - type: "plot"
5765   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
5766   algorithm: "plot_performance_box"
5767   output-file-type: ".html"
5768   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
5769   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5770   filter: "'NIC_Intel-X520-DA2' and
5771            '64B' and
5772            'NDRPDR' and
5773            '1T1C' and
5774            'FEATURE' and
5775            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
5776            'OACL' and
5777            ('ACL1' or 'ACL50') and
5778            ('10K_FLOWS' or '10k_FLOWS') and
5779            not 'MACIP' and
5780            not 'VHOST' and
5781            not 'MEMIF'"
5782   parameters:
5783   - "throughput"
5784   - "parent"
5785   - "tags"
5786   traces:
5787     hoverinfo: "x+y"
5788     boxpoints: "outliers"
5789     whiskerwidth: 0
5790   layout:
5791     title: "l2sw-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
5792     layout: "plot-throughput"
5793
5794 - type: "plot"
5795   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
5796   algorithm: "plot_performance_box"
5797   output-file-type: ".html"
5798   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
5799   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5800   filter: "'NIC_Intel-X520-DA2' and
5801            '64B' and
5802            'NDRPDR' and
5803            '1T1C' and
5804            'FEATURE' and
5805            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
5806            'OACL' and
5807            ('ACL1' or 'ACL50') and
5808            ('10K_FLOWS' or '10k_FLOWS') and
5809            not 'MACIP' and
5810            not 'VHOST' and
5811            not 'MEMIF'"
5812   parameters:
5813   - "throughput"
5814   - "parent"
5815   - "tags"
5816   traces:
5817     hoverinfo: "x+y"
5818     boxpoints: "outliers"
5819     whiskerwidth: 0
5820   layout:
5821     title: "l2sw-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
5822     layout: "plot-throughput"
5823
5824 - type: "plot"
5825   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
5826   algorithm: "plot_performance_box"
5827   output-file-type: ".html"
5828   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
5829   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5830   filter: "'NIC_Intel-X520-DA2' and
5831            '64B' and
5832            'NDRPDR' and
5833            '2T2C' and
5834            'FEATURE' and
5835            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
5836            'OACL' and
5837            ('ACL1' or 'ACL50') and
5838            ('10K_FLOWS' or '10k_FLOWS') and
5839            not 'MACIP' and
5840            not 'VHOST' and
5841            not 'MEMIF'"
5842   parameters:
5843   - "throughput"
5844   - "parent"
5845   - "tags"
5846   traces:
5847     hoverinfo: "x+y"
5848     boxpoints: "outliers"
5849     whiskerwidth: 0
5850   layout:
5851     title: "l2sw-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
5852     layout: "plot-throughput"
5853
5854 - type: "plot"
5855   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
5856   algorithm: "plot_performance_box"
5857   output-file-type: ".html"
5858   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
5859   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5860   filter: "'NIC_Intel-X520-DA2' and
5861            '64B' and
5862            'NDRPDR' and
5863            '2T2C' and
5864            'FEATURE' and
5865            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
5866            'OACL' and
5867            ('ACL1' or 'ACL50') and
5868            ('10K_FLOWS' or '10k_FLOWS') and
5869            not 'MACIP' and
5870            not 'VHOST' and
5871            not 'MEMIF'"
5872   parameters:
5873   - "throughput"
5874   - "parent"
5875   - "tags"
5876   traces:
5877     hoverinfo: "x+y"
5878     boxpoints: "outliers"
5879     whiskerwidth: 0
5880   layout:
5881     title: "l2sw-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
5882     layout: "plot-throughput"
5883
5884 # Packet Throughput - VPP L2 3n-hsw-x520 features-macip
5885 - type: "plot"
5886   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-macip-ndr"
5887   algorithm: "plot_performance_box"
5888   output-file-type: ".html"
5889   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-macip-ndr"
5890   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5891   filter: "'NIC_Intel-X520-DA2' and
5892            '64B' and
5893            'NDRPDR' and
5894            '1T1C' and
5895            'FEATURE' and
5896            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
5897            'MACIP' and
5898            ('ACL1' or 'ACL50') and
5899            ('10K_FLOWS' or '10k_FLOWS') and
5900            not 'VHOST' and
5901            not 'MEMIF'"
5902   parameters:
5903   - "throughput"
5904   - "parent"
5905   - "tags"
5906   traces:
5907     hoverinfo: "x+y"
5908     boxpoints: "outliers"
5909     whiskerwidth: 0
5910   layout:
5911     title: "l2sw-3n-hsw-x520-64b-1t1c-features-macip-ndr"
5912     layout: "plot-throughput"
5913
5914 - type: "plot"
5915   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-macip-pdr"
5916   algorithm: "plot_performance_box"
5917   output-file-type: ".html"
5918   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-macip-pdr"
5919   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5920   filter: "'NIC_Intel-X520-DA2' and
5921            '64B' and
5922            'NDRPDR' and
5923            '1T1C' and
5924            'FEATURE' and
5925            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
5926            'MACIP' and
5927            ('ACL1' or 'ACL50') and
5928            ('10K_FLOWS' or '10k_FLOWS') and
5929            not 'VHOST' and
5930            not 'MEMIF'"
5931   parameters:
5932   - "throughput"
5933   - "parent"
5934   - "tags"
5935   traces:
5936     hoverinfo: "x+y"
5937     boxpoints: "outliers"
5938     whiskerwidth: 0
5939   layout:
5940     title: "l2sw-3n-hsw-x520-64b-1t1c-features-macip-pdr"
5941     layout: "plot-throughput"
5942
5943 - type: "plot"
5944   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-macip-ndr"
5945   algorithm: "plot_performance_box"
5946   output-file-type: ".html"
5947   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-macip-ndr"
5948   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5949   filter: "'NIC_Intel-X520-DA2' and
5950            '64B' and
5951            'NDRPDR' and
5952            '2T2C' and
5953            'FEATURE' and
5954            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
5955            'MACIP' and
5956            ('ACL1' or 'ACL50') and
5957            ('10K_FLOWS' or '10k_FLOWS') and
5958            not 'VHOST' and
5959            not 'MEMIF'"
5960   parameters:
5961   - "throughput"
5962   - "parent"
5963   - "tags"
5964   traces:
5965     hoverinfo: "x+y"
5966     boxpoints: "outliers"
5967     whiskerwidth: 0
5968   layout:
5969     title: "l2sw-3n-hsw-x520-64b-2t2c-features-macip-ndr"
5970     layout: "plot-throughput"
5971
5972 - type: "plot"
5973   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-macip-pdr"
5974   algorithm: "plot_performance_box"
5975   output-file-type: ".html"
5976   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-macip-pdr"
5977   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5978   filter: "'NIC_Intel-X520-DA2' and
5979            '64B' and
5980            'NDRPDR' and
5981            '2T2C' and
5982            'FEATURE' and
5983            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
5984            'MACIP' and
5985            ('ACL1' or 'ACL50') and
5986            ('10K_FLOWS' or '10k_FLOWS') and
5987            not 'VHOST' and
5988            not 'MEMIF'"
5989   parameters:
5990   - "throughput"
5991   - "parent"
5992   - "tags"
5993   traces:
5994     hoverinfo: "x+y"
5995     boxpoints: "outliers"
5996     whiskerwidth: 0
5997   layout:
5998     title: "l2sw-3n-hsw-x520-64b-2t2c-features-macip-pdr"
5999     layout: "plot-throughput"
6000
6001 # Packet Throughput - VPP L2 3n-hsw-x710 base and scale
6002 - type: "plot"
6003   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6004   algorithm: "plot_performance_box"
6005   output-file-type: ".html"
6006   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6007   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6008   filter: "'NIC_Intel-X710' and
6009            '64B' and
6010            ('BASE' or 'SCALE') and
6011            'NDRPDR' and
6012            'ETH' and
6013            '1T1C' and
6014            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6015            not 'VHOST' and
6016            not 'MEMIF'"
6017   parameters:
6018   - "throughput"
6019   - "parent"
6020   - "tags"
6021   sort:
6022   - "L2PATCH"
6023   - "L2XCFWD"
6024   - "L2BDMACLRN"
6025   - "FIB_10K"
6026   - "FIB_100K"
6027   - "FIB_1M"
6028   traces:
6029     hoverinfo: "x+y"
6030     boxpoints: "outliers"
6031     whiskerwidth: 0
6032   layout:
6033     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6034     layout: "plot-throughput"
6035
6036 - type: "plot"
6037   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
6038   algorithm: "plot_performance_box"
6039   output-file-type: ".html"
6040   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
6041   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6042   filter: "'NIC_Intel-X710' and
6043            '64B' and
6044            ('BASE' or 'SCALE') and
6045            'NDRPDR' and
6046            'ETH' and
6047            '1T1C' and
6048            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6049            not 'VHOST' and
6050            not 'MEMIF'"
6051   parameters:
6052   - "throughput"
6053   - "parent"
6054   - "tags"
6055   sort:
6056   - "L2PATCH"
6057   - "L2XCFWD"
6058   - "L2BDMACLRN"
6059   - "FIB_10K"
6060   - "FIB_100K"
6061   - "FIB_1M"
6062   traces:
6063     hoverinfo: "x+y"
6064     boxpoints: "outliers"
6065     whiskerwidth: 0
6066   layout:
6067     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
6068     layout: "plot-throughput"
6069
6070 - type: "plot"
6071   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
6072   algorithm: "plot_performance_box"
6073   output-file-type: ".html"
6074   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
6075   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6076   filter: "'NIC_Intel-X710' and
6077            '64B' and
6078            ('BASE' or 'SCALE') and
6079            'NDRPDR' and
6080            'ETH' and
6081            '2T2C' and
6082            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6083            not 'VHOST' and
6084            not 'MEMIF'"
6085   parameters:
6086   - "throughput"
6087   - "parent"
6088   - "tags"
6089   sort:
6090   - "L2PATCH"
6091   - "L2XCFWD"
6092   - "L2BDMACLRN"
6093   - "FIB_10K"
6094   - "FIB_100K"
6095   - "FIB_1M"
6096   traces:
6097     hoverinfo: "x+y"
6098     boxpoints: "outliers"
6099     whiskerwidth: 0
6100   layout:
6101     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
6102     layout: "plot-throughput"
6103
6104 - type: "plot"
6105   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
6106   algorithm: "plot_performance_box"
6107   output-file-type: ".html"
6108   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
6109   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6110   filter: "'NIC_Intel-X710' and
6111            '64B' and
6112            ('BASE' or 'SCALE') and
6113            'NDRPDR' and
6114            'ETH' and
6115            '2T2C' and
6116            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6117            not 'VHOST' and
6118            not 'MEMIF'"
6119   parameters:
6120   - "throughput"
6121   - "parent"
6122   - "tags"
6123   sort:
6124   - "L2PATCH"
6125   - "L2XCFWD"
6126   - "L2BDMACLRN"
6127   - "FIB_10K"
6128   - "FIB_100K"
6129   - "FIB_1M"
6130   traces:
6131     hoverinfo: "x+y"
6132     boxpoints: "outliers"
6133     whiskerwidth: 0
6134   layout:
6135     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
6136     layout: "plot-throughput"
6137
6138 # Packet Throughput - VPP L2 3n-hsw-x710 features
6139 - type: "plot"
6140   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
6141   algorithm: "plot_performance_box"
6142   output-file-type: ".html"
6143   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
6144   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6145   filter: "'NIC_Intel-X710' and
6146            '64B' and
6147            'NDRPDR' and
6148            '1T1C' and
6149            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6150            not 'ACL' and
6151            not 'VHOST' and
6152            not 'L2OVRLAY' and
6153            not 'MEMIF'"
6154   parameters:
6155   - "throughput"
6156   - "parent"
6157   - "tags"
6158   sort:
6159   - "L2XCBASE"    # l2xcbase
6160   - "L2BDBASE"    # l2bdbase
6161   - "L2XCFWD"     # dot1q-l2xcbase
6162   - "L2BDMACLRN"  # dot1q-l2bdbase
6163   traces:
6164     hoverinfo: "x+y"
6165     boxpoints: "outliers"
6166     whiskerwidth: 0
6167   layout:
6168     title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
6169     layout: "plot-throughput"
6170
6171 - type: "plot"
6172   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
6173   algorithm: "plot_performance_box"
6174   output-file-type: ".html"
6175   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
6176   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6177   filter: "'NIC_Intel-X710' and
6178            '64B' and
6179            'NDRPDR' and
6180            '1T1C' and
6181            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6182            not 'ACL' and
6183            not 'VHOST' and
6184            not 'L2OVRLAY' and
6185            not 'MEMIF'"
6186   parameters:
6187   - "throughput"
6188   - "parent"
6189   - "tags"
6190   sort:
6191   - "L2XCBASE"    # l2xcbase
6192   - "L2BDBASE"    # l2bdbase
6193   - "L2XCFWD"     # dot1q-l2xcbase
6194   - "L2BDMACLRN"  # dot1q-l2bdbase
6195   traces:
6196     hoverinfo: "x+y"
6197     boxpoints: "outliers"
6198     whiskerwidth: 0
6199   layout:
6200     title: "l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
6201     layout: "plot-throughput"
6202
6203 - type: "plot"
6204   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
6205   algorithm: "plot_performance_box"
6206   output-file-type: ".html"
6207   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
6208   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6209   filter: "'NIC_Intel-X710' and
6210            '64B' and
6211            'NDRPDR' and
6212            '2T2C' and
6213            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6214            not 'ACL' and
6215            not 'VHOST' and
6216            not 'L2OVRLAY' and
6217            not 'MEMIF'"
6218   parameters:
6219   - "throughput"
6220   - "parent"
6221   - "tags"
6222   sort:
6223   - "L2XCBASE"    # l2xcbase
6224   - "L2BDBASE"    # l2bdbase
6225   - "L2XCFWD"     # dot1q-l2xcbase
6226   - "L2BDMACLRN"  # dot1q-l2bdbase
6227   traces:
6228     hoverinfo: "x+y"
6229     boxpoints: "outliers"
6230     whiskerwidth: 0
6231   layout:
6232     title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
6233     layout: "plot-throughput"
6234
6235 - type: "plot"
6236   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
6237   algorithm: "plot_performance_box"
6238   output-file-type: ".html"
6239   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
6240   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6241   filter: "'NIC_Intel-X710' and
6242            '64B' and
6243            'NDRPDR' and
6244            '2T2C' and
6245            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6246            not 'ACL' and
6247            not 'VHOST' and
6248            not 'L2OVRLAY' and
6249            not 'MEMIF'"
6250   parameters:
6251   - "throughput"
6252   - "parent"
6253   - "tags"
6254   sort:
6255   - "L2XCBASE"    # l2xcbase
6256   - "L2BDBASE"    # l2bdbase
6257   - "L2XCFWD"     # dot1q-l2xcbase
6258   - "L2BDMACLRN"  # dot1q-l2bdbase
6259   traces:
6260     hoverinfo: "x+y"
6261     boxpoints: "outliers"
6262     whiskerwidth: 0
6263   layout:
6264     title: "l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
6265     layout: "plot-throughput"
6266
6267 # Packet Throughput - VPP L2 3n-hsw-x710 features-iacl
6268 - type: "plot"
6269   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
6270   algorithm: "plot_performance_box"
6271   output-file-type: ".html"
6272   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
6273   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6274   filter: "'NIC_Intel-X710' and
6275            '64B' and
6276            'NDRPDR' and
6277            '1T1C' and
6278            'FEATURE' and
6279            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6280            'IACL' and
6281            ('ACL1' or 'ACL50') and
6282            ('10K_FLOWS' or '10k_FLOWS') and
6283            not 'MACIP' and
6284            not 'VHOST' and
6285            not 'MEMIF'"
6286   parameters:
6287   - "throughput"
6288   - "parent"
6289   - "tags"
6290   traces:
6291     hoverinfo: "x+y"
6292     boxpoints: "outliers"
6293     whiskerwidth: 0
6294   layout:
6295     title: "l2sw-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
6296     layout: "plot-throughput"
6297
6298 - type: "plot"
6299   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
6300   algorithm: "plot_performance_box"
6301   output-file-type: ".html"
6302   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
6303   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6304   filter: "'NIC_Intel-X710' and
6305            '64B' and
6306            'NDRPDR' and
6307            '1T1C' and
6308            'FEATURE' and
6309            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6310            'IACL' and
6311            ('ACL1' or 'ACL50') and
6312            ('10K_FLOWS' or '10k_FLOWS') and
6313            not 'MACIP' and
6314            not 'VHOST' and
6315            not 'MEMIF'"
6316   parameters:
6317   - "throughput"
6318   - "parent"
6319   - "tags"
6320   traces:
6321     hoverinfo: "x+y"
6322     boxpoints: "outliers"
6323     whiskerwidth: 0
6324   layout:
6325     title: "l2sw-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
6326     layout: "plot-throughput"
6327
6328 - type: "plot"
6329   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
6330   algorithm: "plot_performance_box"
6331   output-file-type: ".html"
6332   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
6333   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6334   filter: "'NIC_Intel-X710' and
6335            '64B' and
6336            'NDRPDR' and
6337            '2T2C' and
6338            'FEATURE' and
6339            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6340            'IACL' and
6341            ('ACL1' or 'ACL50') and
6342            ('10K_FLOWS' or '10k_FLOWS') and
6343            not 'MACIP' and
6344            not 'VHOST' and
6345            not 'MEMIF'"
6346   parameters:
6347   - "throughput"
6348   - "parent"
6349   - "tags"
6350   traces:
6351     hoverinfo: "x+y"
6352     boxpoints: "outliers"
6353     whiskerwidth: 0
6354   layout:
6355     title: "l2sw-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
6356     layout: "plot-throughput"
6357
6358 - type: "plot"
6359   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
6360   algorithm: "plot_performance_box"
6361   output-file-type: ".html"
6362   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
6363   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6364   filter: "'NIC_Intel-X710' and
6365            '64B' and
6366            'NDRPDR' and
6367            '2T2C' and
6368            'FEATURE' and
6369            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6370            'IACL' and
6371            ('ACL1' or 'ACL50') and
6372            ('10K_FLOWS' or '10k_FLOWS') and
6373            not 'MACIP' and
6374            not 'VHOST' and
6375            not 'MEMIF'"
6376   parameters:
6377   - "throughput"
6378   - "parent"
6379   - "tags"
6380   traces:
6381     hoverinfo: "x+y"
6382     boxpoints: "outliers"
6383     whiskerwidth: 0
6384   layout:
6385     title: "l2sw-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
6386     layout: "plot-throughput"
6387
6388 # Packet Throughput - VPP L2 3n-hsw-xl710 base and scale
6389 - type: "plot"
6390   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
6391   algorithm: "plot_performance_box"
6392   output-file-type: ".html"
6393   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
6394   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6395   filter: "'NIC_Intel-XL710' and
6396            '64B' and
6397            'BASE' and
6398            'NDRPDR' and
6399            'ETH' and
6400            '1T1C' and
6401            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6402            not 'VHOST' and
6403            not 'MEMIF'"
6404   parameters:
6405   - "throughput"
6406   - "parent"
6407   - "tags"
6408   sort:
6409   - "L2PATCH"
6410   - "L2XCFWD"
6411   - "L2BDMACLRN"
6412   traces:
6413     hoverinfo: "x+y"
6414     boxpoints: "outliers"
6415     whiskerwidth: 0
6416   layout:
6417     title: "l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
6418     layout: "plot-throughput"
6419
6420 - type: "plot"
6421   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
6422   algorithm: "plot_performance_box"
6423   output-file-type: ".html"
6424   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
6425   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6426   filter: "'NIC_Intel-XL710' and
6427            '64B' and
6428            'BASE' and
6429            'NDRPDR' and
6430            'ETH' and
6431            '1T1C' and
6432            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6433            not 'VHOST' and
6434            not 'MEMIF'"
6435   parameters:
6436   - "throughput"
6437   - "parent"
6438   - "tags"
6439   sort:
6440   - "L2PATCH"
6441   - "L2XCFWD"
6442   - "L2BDMACLRN"
6443   traces:
6444     hoverinfo: "x+y"
6445     boxpoints: "outliers"
6446     whiskerwidth: 0
6447   layout:
6448     title: "l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
6449     layout: "plot-throughput"
6450
6451 - type: "plot"
6452   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
6453   algorithm: "plot_performance_box"
6454   output-file-type: ".html"
6455   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
6456   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6457   filter: "'NIC_Intel-XL710' and
6458            '64B' and
6459            'BASE' and
6460            'NDRPDR' and
6461            'ETH' and
6462            '2T2C' and
6463            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6464            not 'VHOST' and
6465            not 'MEMIF'"
6466   parameters:
6467   - "throughput"
6468   - "parent"
6469   - "tags"
6470   sort:
6471   - "L2PATCH"
6472   - "L2XCFWD"
6473   - "L2BDMACLRN"
6474   traces:
6475     hoverinfo: "x+y"
6476     boxpoints: "outliers"
6477     whiskerwidth: 0
6478   layout:
6479     title: "l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
6480     layout: "plot-throughput"
6481
6482 - type: "plot"
6483   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
6484   algorithm: "plot_performance_box"
6485   output-file-type: ".html"
6486   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
6487   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6488   filter: "'NIC_Intel-XL710' and
6489            '64B' and
6490            'BASE' and
6491            'NDRPDR' and
6492            'ETH' and
6493            '2T2C' and
6494            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6495            not 'VHOST' and
6496            not 'MEMIF'"
6497   parameters:
6498   - "throughput"
6499   - "parent"
6500   - "tags"
6501   sort:
6502   - "L2PATCH"
6503   - "L2XCFWD"
6504   - "L2BDMACLRN"
6505   traces:
6506     hoverinfo: "x+y"
6507     boxpoints: "outliers"
6508     whiskerwidth: 0
6509   layout:
6510     title: "l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
6511     layout: "plot-throughput"
6512
6513 # Packet Throughput - VPP L2 3n-skx-x710 base and scale
6514 - type: "plot"
6515   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
6516   algorithm: "plot_performance_box"
6517   output-file-type: ".html"
6518   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
6519   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6520   filter: "'NIC_Intel-X710' and
6521            '64B' and
6522            ('BASE' or 'SCALE') and
6523            'NDRPDR' and
6524            'ETH' and
6525            '2T1C' and
6526            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6527            not 'VHOST' and
6528            not 'MEMIF' and
6529            not 'DRV_AVF'"
6530   parameters:
6531   - "throughput"
6532   - "parent"
6533   - "tags"
6534   sort:
6535   - "L2PATCH"
6536   - "L2XCBASE"
6537   - "BASE"
6538   - "FIB_10K"
6539   - "FIB_100K"
6540   - "FIB_1M"
6541   traces:
6542     hoverinfo: "x+y"
6543     boxpoints: "outliers"
6544     whiskerwidth: 0
6545   layout:
6546     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
6547     layout: "plot-throughput"
6548
6549 - type: "plot"
6550   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
6551   algorithm: "plot_performance_box"
6552   output-file-type: ".html"
6553   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
6554   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6555   filter: "'NIC_Intel-X710' and
6556            '64B' and
6557            ('BASE' or 'SCALE') and
6558            'NDRPDR' and
6559            'ETH' and
6560            '2T1C' and
6561            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6562            not 'VHOST' and
6563            not 'MEMIF' and
6564            not 'DRV_AVF'"
6565   parameters:
6566   - "throughput"
6567   - "parent"
6568   - "tags"
6569   sort:
6570   - "L2PATCH"
6571   - "L2XCBASE"
6572   - "BASE"
6573   - "FIB_10K"
6574   - "FIB_100K"
6575   - "FIB_1M"
6576   traces:
6577     hoverinfo: "x+y"
6578     boxpoints: "outliers"
6579     whiskerwidth: 0
6580   layout:
6581     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
6582     layout: "plot-throughput"
6583
6584 - type: "plot"
6585   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
6586   algorithm: "plot_performance_box"
6587   output-file-type: ".html"
6588   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
6589   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6590   filter: "'NIC_Intel-X710' and
6591            '64B' and
6592            ('BASE' or 'SCALE') and
6593            'NDRPDR' and
6594            'ETH' and
6595            '4T2C' and
6596            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6597            not 'VHOST' and
6598            not 'MEMIF' and
6599            not 'DRV_AVF'"
6600   parameters:
6601   - "throughput"
6602   - "parent"
6603   - "tags"
6604   sort:
6605   - "L2PATCH"
6606   - "L2XCBASE"
6607   - "BASE"
6608   - "FIB_10K"
6609   - "FIB_100K"
6610   - "FIB_1M"
6611   traces:
6612     hoverinfo: "x+y"
6613     boxpoints: "outliers"
6614     whiskerwidth: 0
6615   layout:
6616     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
6617     layout: "plot-throughput"
6618
6619 - type: "plot"
6620   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
6621   algorithm: "plot_performance_box"
6622   output-file-type: ".html"
6623   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
6624   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6625   filter: "'NIC_Intel-X710' and
6626            '64B' and
6627            ('BASE' or 'SCALE') and
6628            'NDRPDR' and
6629            'ETH' and
6630            '4T2C' and
6631            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6632            not 'VHOST' and
6633            not 'MEMIF' and
6634            not 'DRV_AVF'"
6635   parameters:
6636   - "throughput"
6637   - "parent"
6638   - "tags"
6639   sort:
6640   - "L2PATCH"
6641   - "L2XCBASE"
6642   - "BASE"
6643   - "FIB_10K"
6644   - "FIB_100K"
6645   - "FIB_1M"
6646   traces:
6647     hoverinfo: "x+y"
6648     boxpoints: "outliers"
6649     whiskerwidth: 0
6650   layout:
6651     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
6652     layout: "plot-throughput"
6653
6654 # Packet Throughput - VPP L2 3n-skx-x710 features
6655 - type: "plot"
6656   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-ndr"
6657   algorithm: "plot_performance_box"
6658   output-file-type: ".html"
6659   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr"
6660   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6661   filter: "'NIC_Intel-X710' and
6662            '64B' and
6663            'NDRPDR' and
6664            '2T1C' and
6665            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6666            not 'ACL' and
6667            not 'VHOST' and
6668            not 'DRV_AVF' and
6669            not 'L2OVRLAY' and
6670            not 'MEMIF'"
6671   parameters:
6672   - "throughput"
6673   - "parent"
6674   - "tags"
6675   sort:
6676   - "L2XCBASE"    # l2xcbase
6677   - "L2BDBASE"    # l2bdbase
6678   - "L2XCFWD"     # dot1q-l2xcbase
6679   - "L2BDMACLRN"  # dot1q-l2bdbase
6680   traces:
6681     hoverinfo: "x+y"
6682     boxpoints: "outliers"
6683     whiskerwidth: 0
6684   layout:
6685     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
6686     layout: "plot-throughput"
6687
6688 - type: "plot"
6689   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-pdr"
6690   algorithm: "plot_performance_box"
6691   output-file-type: ".html"
6692   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-pdr"
6693   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6694   filter: "'NIC_Intel-X710' and
6695            '64B' and
6696            'NDRPDR' and
6697            '2T1C' and
6698            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6699            not 'ACL' and
6700            not 'VHOST' and
6701            not 'DRV_AVF' and
6702            not 'L2OVRLAY' and
6703            not 'MEMIF'"
6704   parameters:
6705   - "throughput"
6706   - "parent"
6707   - "tags"
6708   sort:
6709   - "L2XCBASE"    # l2xcbase
6710   - "L2BDBASE"    # l2bdbase
6711   - "L2XCFWD"     # dot1q-l2xcbase
6712   - "L2BDMACLRN"  # dot1q-l2bdbase
6713   traces:
6714     hoverinfo: "x+y"
6715     boxpoints: "outliers"
6716     whiskerwidth: 0
6717   layout:
6718     title: "l2sw-3n-skx-x710-64b-2t1c-features-pdr"
6719     layout: "plot-throughput"
6720
6721 - type: "plot"
6722   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-ndr"
6723   algorithm: "plot_performance_box"
6724   output-file-type: ".html"
6725   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr"
6726   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6727   filter: "'NIC_Intel-X710' and
6728            '64B' and
6729            'NDRPDR' and
6730            '4T2C' and
6731            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6732            not 'ACL' and
6733            not 'VHOST' and
6734            not 'DRV_AVF' and
6735            not 'L2OVRLAY' and
6736            not 'MEMIF'"
6737   parameters:
6738   - "throughput"
6739   - "parent"
6740   - "tags"
6741   sort:
6742   - "L2XCBASE"    # l2xcbase
6743   - "L2BDBASE"    # l2bdbase
6744   - "L2XCFWD"     # dot1q-l2xcbase
6745   - "L2BDMACLRN"  # dot1q-l2bdbase
6746   traces:
6747     hoverinfo: "x+y"
6748     boxpoints: "outliers"
6749     whiskerwidth: 0
6750   layout:
6751     title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
6752     layout: "plot-throughput"
6753
6754 - type: "plot"
6755   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-pdr"
6756   algorithm: "plot_performance_box"
6757   output-file-type: ".html"
6758   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-pdr"
6759   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6760   filter: "'NIC_Intel-X710' and
6761            '64B' and
6762            'NDRPDR' and
6763            '4T2C' and
6764            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6765            not 'ACL' and
6766            not 'VHOST' and
6767            not 'DRV_AVF' and
6768            not 'L2OVRLAY' and
6769            not 'MEMIF'"
6770   parameters:
6771   - "throughput"
6772   - "parent"
6773   - "tags"
6774   sort:
6775   - "L2XCBASE"    # l2xcbase
6776   - "L2BDBASE"    # l2bdbase
6777   - "L2XCFWD"     # dot1q-l2xcbase
6778   - "L2BDMACLRN"  # dot1q-l2bdbase
6779   traces:
6780     hoverinfo: "x+y"
6781     boxpoints: "outliers"
6782     whiskerwidth: 0
6783   layout:
6784     title: "l2sw-3n-skx-x710-64b-4t2c-features-pdr"
6785     layout: "plot-throughput"
6786
6787 # Packet Throughput - VPP L2 3n-skx-x710 features-iacl
6788 - type: "plot"
6789   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-iacl-ndr"
6790   algorithm: "plot_performance_box"
6791   output-file-type: ".html"
6792   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-iacl-ndr"
6793   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6794   filter: "'NIC_Intel-X710' and
6795            '64B' and
6796            'NDRPDR' and
6797            '2T1C' and
6798            'FEATURE' and
6799            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6800            'IACL' and
6801            ('ACL1' or 'ACL50') and
6802            ('10K_FLOWS' or '10k_FLOWS') and
6803            not 'MACIP' and
6804            not 'VHOST' and
6805            not 'MEMIF'"
6806   parameters:
6807   - "throughput"
6808   - "parent"
6809   - "tags"
6810   traces:
6811     hoverinfo: "x+y"
6812     boxpoints: "outliers"
6813     whiskerwidth: 0
6814   layout:
6815     title: "l2sw-3n-skx-x710-64b-2t1c-features-iacl-ndr"
6816     layout: "plot-throughput"
6817
6818 - type: "plot"
6819   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-iacl-pdr"
6820   algorithm: "plot_performance_box"
6821   output-file-type: ".html"
6822   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-iacl-pdr"
6823   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6824   filter: "'NIC_Intel-X710' and
6825            '64B' and
6826            'NDRPDR' and
6827            '2T1C' and
6828            'FEATURE' and
6829            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6830            'IACL' and
6831            ('ACL1' or 'ACL50') and
6832            ('10K_FLOWS' or '10k_FLOWS') and
6833            not 'MACIP' and
6834            not 'VHOST' and
6835            not 'MEMIF'"
6836   parameters:
6837   - "throughput"
6838   - "parent"
6839   - "tags"
6840   traces:
6841     hoverinfo: "x+y"
6842     boxpoints: "outliers"
6843     whiskerwidth: 0
6844   layout:
6845     title: "l2sw-3n-skx-x710-64b-2t1c-features-iacl-pdr"
6846     layout: "plot-throughput"
6847
6848 - type: "plot"
6849   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-iacl-ndr"
6850   algorithm: "plot_performance_box"
6851   output-file-type: ".html"
6852   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-iacl-ndr"
6853   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6854   filter: "'NIC_Intel-X710' and
6855            '64B' and
6856            'NDRPDR' and
6857            '4T2C' and
6858            'FEATURE' and
6859            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6860            'IACL' and
6861            ('ACL1' or 'ACL50') and
6862            ('10K_FLOWS' or '10k_FLOWS') and
6863            not 'MACIP' and
6864            not 'VHOST' and
6865            not 'MEMIF'"
6866   parameters:
6867   - "throughput"
6868   - "parent"
6869   - "tags"
6870   traces:
6871     hoverinfo: "x+y"
6872     boxpoints: "outliers"
6873     whiskerwidth: 0
6874   layout:
6875     title: "l2sw-3n-skx-x710-64b-4t2c-features-iacl-ndr"
6876     layout: "plot-throughput"
6877
6878 - type: "plot"
6879   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-iacl-pdr"
6880   algorithm: "plot_performance_box"
6881   output-file-type: ".html"
6882   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-iacl-pdr"
6883   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6884   filter: "'NIC_Intel-X710' and
6885            '64B' and
6886            'NDRPDR' and
6887            '4T2C' and
6888            'FEATURE' and
6889            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6890            'IACL' and
6891            ('ACL1' or 'ACL50') and
6892            ('10K_FLOWS' or '10k_FLOWS') and
6893            not 'MACIP' and
6894            not 'VHOST' and
6895            not 'MEMIF'"
6896   parameters:
6897   - "throughput"
6898   - "parent"
6899   - "tags"
6900   traces:
6901     hoverinfo: "x+y"
6902     boxpoints: "outliers"
6903     whiskerwidth: 0
6904   layout:
6905     title: "l2sw-3n-skx-x710-64b-4t2c-features-iacl-pdr"
6906     layout: "plot-throughput"
6907
6908 # Packet Throughput - VPP L2 3n-skx-xxv710 base
6909 - type: "plot"
6910   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base-ndr"
6911   algorithm: "plot_performance_box"
6912   output-file-type: ".html"
6913   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base-ndr"
6914   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6915   filter: "'NIC_Intel-XXV710' and
6916            '64B' and
6917            ('BASE' or 'SCALE') and
6918            'NDRPDR' and
6919            'ETH' and
6920            '2T1C' and
6921            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6922            not 'VHOST' and
6923            not 'MEMIF'"
6924   parameters:
6925   - "throughput"
6926   - "parent"
6927   - "tags"
6928   sort:
6929   - "L2PATCH"
6930   - "L2PATCH"
6931   - "L2XCBASE"
6932   - "L2BDMACLRN"
6933   traces:
6934     hoverinfo: "x+y"
6935     boxpoints: "outliers"
6936     whiskerwidth: 0
6937   layout:
6938     title: "l2sw-3n-skx-xxv710-64b-2t1c-base-ndr"
6939     layout: "plot-throughput"
6940
6941 - type: "plot"
6942   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base-pdr"
6943   algorithm: "plot_performance_box"
6944   output-file-type: ".html"
6945   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base-pdr"
6946   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6947   filter: "'NIC_Intel-XXV710' and
6948            '64B' and
6949            ('BASE' or 'SCALE') and
6950            'NDRPDR' and
6951            'ETH' and
6952            '2T1C' and
6953            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6954            not 'VHOST' and
6955            not 'MEMIF'"
6956   parameters:
6957   - "throughput"
6958   - "parent"
6959   - "tags"
6960   sort:
6961   - "L2PATCH"
6962   - "L2PATCH"
6963   - "L2XCBASE"
6964   - "L2BDMACLRN"
6965   traces:
6966     hoverinfo: "x+y"
6967     boxpoints: "outliers"
6968     whiskerwidth: 0
6969   layout:
6970     title: "l2sw-3n-skx-xxv710-64b-2t1c-base-pdr"
6971     layout: "plot-throughput"
6972
6973 - type: "plot"
6974   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base-ndr"
6975   algorithm: "plot_performance_box"
6976   output-file-type: ".html"
6977   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base-ndr"
6978   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6979   filter: "'NIC_Intel-XXV710' and
6980            '64B' and
6981            ('BASE' or 'SCALE') and
6982            'NDRPDR' and
6983            'ETH' and
6984            '4T2C' and
6985            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6986            not 'VHOST' and
6987            not 'MEMIF'"
6988   parameters:
6989   - "throughput"
6990   - "parent"
6991   - "tags"
6992   sort:
6993   - "L2PATCH"
6994   - "L2PATCH"
6995   - "L2XCBASE"
6996   - "L2BDMACLRN"
6997   traces:
6998     hoverinfo: "x+y"
6999     boxpoints: "outliers"
7000     whiskerwidth: 0
7001   layout:
7002     title: "l2sw-3n-skx-xxv710-64b-4t2c-base-ndr"
7003     layout: "plot-throughput"
7004
7005 - type: "plot"
7006   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base-pdr"
7007   algorithm: "plot_performance_box"
7008   output-file-type: ".html"
7009   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base-pdr"
7010   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7011   filter: "'NIC_Intel-XXV710' and
7012            '64B' and
7013            ('BASE' or 'SCALE') and
7014            'NDRPDR' and
7015            'ETH' and
7016            '4T2C' and
7017            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7018            not 'VHOST' and
7019            not 'MEMIF'"
7020   parameters:
7021   - "throughput"
7022   - "parent"
7023   - "tags"
7024   sort:
7025   - "L2PATCH"
7026   - "L2PATCH"
7027   - "L2XCBASE"
7028   - "L2BDMACLRN"
7029   traces:
7030     hoverinfo: "x+y"
7031     boxpoints: "outliers"
7032     whiskerwidth: 0
7033   layout:
7034     title: "l2sw-3n-skx-xxv710-64b-4t2c-base-pdr"
7035     layout: "plot-throughput"
7036
7037 # Packet Throughput - VPP L2 2n-skx-x710 base and scale
7038 - type: "plot"
7039   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
7040   algorithm: "plot_performance_box"
7041   output-file-type: ".html"
7042   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
7043   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7044   filter: "'NIC_Intel-X710' and
7045            '64B' and
7046            ('BASE' or 'SCALE') and
7047            'NDRPDR' and
7048            'ETH' and
7049            '2T1C' and
7050            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7051            not 'VHOST' and
7052            not 'MEMIF'"
7053   parameters:
7054   - "throughput"
7055   - "parent"
7056   - "tags"
7057   sort:
7058   - "L2PATCH"
7059   - "L2XCBASE"
7060   - "BASE"
7061   - "FIB_10K"
7062   - "FIB_100K"
7063   - "FIB_1M"
7064   traces:
7065     hoverinfo: "x+y"
7066     boxpoints: "outliers"
7067     whiskerwidth: 0
7068   layout:
7069     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
7070     layout: "plot-throughput"
7071
7072 - type: "plot"
7073   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
7074   algorithm: "plot_performance_box"
7075   output-file-type: ".html"
7076   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
7077   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7078   filter: "'NIC_Intel-X710' and
7079            '64B' and
7080            ('BASE' or 'SCALE') and
7081            'NDRPDR' and
7082            'ETH' and
7083            '2T1C' and
7084            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7085            not 'VHOST' and
7086            not 'MEMIF'"
7087   parameters:
7088   - "throughput"
7089   - "parent"
7090   - "tags"
7091   sort:
7092   - "L2PATCH"
7093   - "L2XCBASE"
7094   - "BASE"
7095   - "FIB_10K"
7096   - "FIB_100K"
7097   - "FIB_1M"
7098   traces:
7099     hoverinfo: "x+y"
7100     boxpoints: "outliers"
7101     whiskerwidth: 0
7102   layout:
7103     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
7104     layout: "plot-throughput"
7105
7106 - type: "plot"
7107   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
7108   algorithm: "plot_performance_box"
7109   output-file-type: ".html"
7110   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
7111   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7112   filter: "'NIC_Intel-X710' and
7113            '64B' and
7114            ('BASE' or 'SCALE') and
7115            'NDRPDR' and
7116            'ETH' and
7117            '4T2C' and
7118            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7119            not 'VHOST' and
7120            not 'MEMIF'"
7121   parameters:
7122   - "throughput"
7123   - "parent"
7124   - "tags"
7125   sort:
7126   - "L2PATCH"
7127   - "L2XCBASE"
7128   - "BASE"
7129   - "FIB_10K"
7130   - "FIB_100K"
7131   - "FIB_1M"
7132   traces:
7133     hoverinfo: "x+y"
7134     boxpoints: "outliers"
7135     whiskerwidth: 0
7136   layout:
7137     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
7138     layout: "plot-throughput"
7139
7140 - type: "plot"
7141   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
7142   algorithm: "plot_performance_box"
7143   output-file-type: ".html"
7144   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
7145   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7146   filter: "'NIC_Intel-X710' and
7147            '64B' and
7148            ('BASE' or 'SCALE') and
7149            'NDRPDR' and
7150            'ETH' and
7151            '4T2C' and
7152            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7153            not 'VHOST' and
7154            not 'MEMIF'"
7155   parameters:
7156   - "throughput"
7157   - "parent"
7158   - "tags"
7159   sort:
7160   - "L2PATCH"
7161   - "L2XCBASE"
7162   - "BASE"
7163   - "FIB_10K"
7164   - "FIB_100K"
7165   - "FIB_1M"
7166   traces:
7167     hoverinfo: "x+y"
7168     boxpoints: "outliers"
7169     whiskerwidth: 0
7170   layout:
7171     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
7172     layout: "plot-throughput"
7173
7174 # Packet Throughput - VPP L2 2n-skx-xxv710 base and scale
7175 - type: "plot"
7176   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
7177   algorithm: "plot_performance_box"
7178   output-file-type: ".html"
7179   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
7180   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7181   filter: "'NIC_Intel-XXV710' and
7182            '64B' and
7183            ('BASE' or 'SCALE') and
7184            'NDRPDR' and
7185            'ETH' and
7186            '2T1C' and
7187            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7188            not 'VHOST' and
7189            not 'MEMIF'"
7190   parameters:
7191   - "throughput"
7192   - "parent"
7193   - "tags"
7194   sort:
7195   - "L2PATCH"
7196   - "L2XCBASE"
7197   - "BASE"
7198   - "FIB_10K"
7199   - "FIB_100K"
7200   - "FIB_1M"
7201   traces:
7202     hoverinfo: "x+y"
7203     boxpoints: "outliers"
7204     whiskerwidth: 0
7205   layout:
7206     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
7207     layout: "plot-throughput"
7208
7209 - type: "plot"
7210   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
7211   algorithm: "plot_performance_box"
7212   output-file-type: ".html"
7213   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
7214   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7215   filter: "'NIC_Intel-XXV710' and
7216            '64B' and
7217            ('BASE' or 'SCALE') and
7218            'NDRPDR' and
7219            'ETH' and
7220            '2T1C' and
7221            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7222            not 'VHOST' and
7223            not 'MEMIF'"
7224   parameters:
7225   - "throughput"
7226   - "parent"
7227   - "tags"
7228   sort:
7229   - "L2PATCH"
7230   - "L2XCBASE"
7231   - "BASE"
7232   - "FIB_10K"
7233   - "FIB_100K"
7234   - "FIB_1M"
7235   traces:
7236     hoverinfo: "x+y"
7237     boxpoints: "outliers"
7238     whiskerwidth: 0
7239   layout:
7240     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
7241     layout: "plot-throughput"
7242
7243 - type: "plot"
7244   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
7245   algorithm: "plot_performance_box"
7246   output-file-type: ".html"
7247   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
7248   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7249   filter: "'NIC_Intel-XXV710' and
7250            '64B' and
7251            ('BASE' or 'SCALE') and
7252            'NDRPDR' and
7253            'ETH' and
7254            '4T2C' and
7255            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7256            not 'VHOST' and
7257            not 'MEMIF'"
7258   parameters:
7259   - "throughput"
7260   - "parent"
7261   - "tags"
7262   sort:
7263   - "L2PATCH"
7264   - "L2XCBASE"
7265   - "BASE"
7266   - "FIB_10K"
7267   - "FIB_100K"
7268   - "FIB_1M"
7269   traces:
7270     hoverinfo: "x+y"
7271     boxpoints: "outliers"
7272     whiskerwidth: 0
7273   layout:
7274     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
7275     layout: "plot-throughput"
7276
7277 - type: "plot"
7278   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
7279   algorithm: "plot_performance_box"
7280   output-file-type: ".html"
7281   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
7282   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7283   filter: "'NIC_Intel-XXV710' and
7284            '64B' and
7285            ('BASE' or 'SCALE') and
7286            'NDRPDR' and
7287            'ETH' and
7288            '4T2C' and
7289            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7290            not 'VHOST' and
7291            not 'MEMIF'"
7292   parameters:
7293   - "throughput"
7294   - "parent"
7295   - "tags"
7296   sort:
7297   - "L2PATCH"
7298   - "L2XCBASE"
7299   - "BASE"
7300   - "FIB_10K"
7301   - "FIB_100K"
7302   - "FIB_1M"
7303   traces:
7304     hoverinfo: "x+y"
7305     boxpoints: "outliers"
7306     whiskerwidth: 0
7307   layout:
7308     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
7309     layout: "plot-throughput"
7310
7311 # Packet Throughput - VPP L2 2n-dnv-x553 base
7312 - type: "plot"
7313   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
7314   algorithm: "plot_performance_box"
7315   output-file-type: ".html"
7316   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
7317   data: "intel-dnv-vpp"
7318   filter: "'NIC_Intel-X553' and
7319            '64B' and
7320            'BASE' and
7321            'NDRPDR' and
7322            'ETH' and
7323            '1T1C' and
7324            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7325            not 'VHOST' and
7326            not 'MEMIF'"
7327   parameters:
7328   - "throughput"
7329   - "parent"
7330   - "tags"
7331   sort:
7332   - "L2XCBASE"
7333   - "L2BDMACLRN"
7334   - "L2PATCH"
7335   traces:
7336     hoverinfo: "x+y"
7337     boxpoints: "outliers"
7338     whiskerwidth: 0
7339   layout:
7340     title: "l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
7341     layout: "plot-throughput"
7342
7343 - type: "plot"
7344   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
7345   algorithm: "plot_performance_box"
7346   output-file-type: ".html"
7347   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
7348   data: "intel-dnv-vpp"
7349   filter: "'NIC_Intel-X553' and
7350            '64B' and
7351            ('BASE' or 'SCALE') and
7352            'NDRPDR' and
7353            'ETH' and
7354            '1T1C' and
7355            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7356            not 'VHOST' and
7357            not 'MEMIF'"
7358   parameters:
7359   - "throughput"
7360   - "parent"
7361   - "tags"
7362   sort:
7363   - "L2XCBASE"
7364   - "L2BDMACLRN"
7365   - "L2PATCH"
7366   traces:
7367     hoverinfo: "x+y"
7368     boxpoints: "outliers"
7369     whiskerwidth: 0
7370   layout:
7371     title: "l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
7372     layout: "plot-throughput"
7373
7374 - type: "plot"
7375   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
7376   algorithm: "plot_performance_box"
7377   output-file-type: ".html"
7378   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
7379   data: "intel-dnv-vpp"
7380   filter: "'NIC_Intel-X553' and
7381            '64B' and
7382            ('BASE' or 'SCALE') and
7383            'NDRPDR' and
7384            'ETH' and
7385            '2T2C' and
7386            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7387            not 'VHOST' and
7388            not 'MEMIF'"
7389   parameters:
7390   - "throughput"
7391   - "parent"
7392   - "tags"
7393   sort:
7394   - "L2XCBASE"
7395   - "L2BDMACLRN"
7396   - "L2PATCH"
7397   traces:
7398     hoverinfo: "x+y"
7399     boxpoints: "outliers"
7400     whiskerwidth: 0
7401   layout:
7402     title: "l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
7403     layout: "plot-throughput"
7404
7405 - type: "plot"
7406   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
7407   algorithm: "plot_performance_box"
7408   output-file-type: ".html"
7409   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
7410   data: "intel-dnv-vpp"
7411   filter: "'NIC_Intel-X553' and
7412            '64B' and
7413            ('BASE' or 'SCALE') and
7414            'NDRPDR' and
7415            'ETH' and
7416            '2T2C' and
7417            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7418            not 'VHOST' and
7419            not 'MEMIF'"
7420   parameters:
7421   - "throughput"
7422   - "parent"
7423   - "tags"
7424   sort:
7425   - "L2XCBASE"
7426   - "L2BDMACLRN"
7427   - "L2PATCH"
7428   traces:
7429     hoverinfo: "x+y"
7430     boxpoints: "outliers"
7431     whiskerwidth: 0
7432   layout:
7433     title: "l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
7434     layout: "plot-throughput"
7435
7436 ################################################################################
7437
7438 # Packet Throughput - VPP Container Memif 3n-hsw-x520
7439 - type: "plot"
7440   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
7441   algorithm: "plot_performance_box"
7442   output-file-type: ".html"
7443   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
7444   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7445   filter: "'NIC_Intel-X520-DA2' and
7446            '64B' and
7447            ('BASE' or 'SCALE') and
7448            'NDRPDR' and
7449            '1T1C' and
7450            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7451            not 'VHOST' and
7452            'MEMIF'"
7453   parameters:
7454   - "throughput"
7455   - "parent"
7456   - "tags"
7457   sort:
7458   - "L2XCFWD"
7459   - "L2XCFWD"
7460   - "L2XCFWD"
7461   - "L2BDMACLRN"
7462   - "L2BDMACLRN"
7463   - "L2BDMACLRN"
7464   - "IP4FWD"
7465   traces:
7466     hoverinfo: "x+y"
7467     boxpoints: "outliers"
7468     whiskerwidth: 0
7469   layout:
7470     title: "memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
7471     layout: "plot-throughput"
7472
7473 - type: "plot"
7474   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
7475   algorithm: "plot_performance_box"
7476   output-file-type: ".html"
7477   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
7478   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7479   filter: "'NIC_Intel-X520-DA2' and
7480            '64B' and
7481            ('BASE' or 'SCALE') and
7482            'NDRPDR' and
7483            '1T1C' and
7484            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7485            not 'VHOST' and
7486            'MEMIF'"
7487   parameters:
7488   - "throughput"
7489   - "parent"
7490   - "tags"
7491   sort:
7492   - "L2XCFWD"
7493   - "L2XCFWD"
7494   - "L2XCFWD"
7495   - "L2BDMACLRN"
7496   - "L2BDMACLRN"
7497   - "L2BDMACLRN"
7498   - "IP4FWD"
7499   traces:
7500     hoverinfo: "x+y"
7501     boxpoints: "outliers"
7502     whiskerwidth: 0
7503   layout:
7504     title: "memif-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
7505     layout: "plot-throughput"
7506
7507 - type: "plot"
7508   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
7509   algorithm: "plot_performance_box"
7510   output-file-type: ".html"
7511   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
7512   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7513   filter: "'NIC_Intel-X520-DA2' and
7514            '64B' and
7515            ('BASE' or 'SCALE') and
7516            'NDRPDR' and
7517            '2T2C' and
7518            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7519            not 'VHOST' and
7520            'MEMIF'"
7521   parameters:
7522   - "throughput"
7523   - "parent"
7524   - "tags"
7525   sort:
7526   - "L2XCFWD"
7527   - "L2XCFWD"
7528   - "L2XCFWD"
7529   - "L2BDMACLRN"
7530   - "L2BDMACLRN"
7531   - "L2BDMACLRN"
7532   - "IP4FWD"
7533   traces:
7534     hoverinfo: "x+y"
7535     boxpoints: "outliers"
7536     whiskerwidth: 0
7537   layout:
7538     title: "memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
7539     layout: "plot-throughput"
7540
7541 - type: "plot"
7542   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
7543   algorithm: "plot_performance_box"
7544   output-file-type: ".html"
7545   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
7546   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7547   filter: "'NIC_Intel-X520-DA2' and
7548            '64B' and
7549            ('BASE' or 'SCALE') and
7550            'NDRPDR' and
7551            '2T2C' and
7552            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7553            not 'VHOST' and
7554            'MEMIF'"
7555   parameters:
7556   - "throughput"
7557   - "parent"
7558   - "tags"
7559   sort:
7560   - "L2XCFWD"
7561   - "L2XCFWD"
7562   - "L2XCFWD"
7563   - "L2BDMACLRN"
7564   - "L2BDMACLRN"
7565   - "L2BDMACLRN"
7566   - "IP4FWD"
7567   traces:
7568     hoverinfo: "x+y"
7569     boxpoints: "outliers"
7570     whiskerwidth: 0
7571   layout:
7572     title: "memif-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
7573     layout: "plot-throughput"
7574
7575 # Packet Throughput - VPP Container Memif 3n-hsw-x710
7576 - type: "plot"
7577   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
7578   algorithm: "plot_performance_box"
7579   output-file-type: ".html"
7580   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
7581   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7582   filter: "'NIC_Intel-X710' and
7583            '64B' and
7584            ('BASE' or 'SCALE') and
7585            'NDRPDR' and
7586            '1T1C' and
7587            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7588            not 'VHOST' and
7589            'MEMIF'"
7590   parameters:
7591   - "throughput"
7592   - "parent"
7593   - "tags"
7594   sort:
7595   - "L2XCFWD"
7596   - "L2XCFWD"
7597   - "L2XCFWD"
7598   - "L2BDMACLRN"
7599   - "L2BDMACLRN"
7600   - "L2BDMACLRN"
7601   - "IP4FWD"
7602   traces:
7603     hoverinfo: "x+y"
7604     boxpoints: "outliers"
7605     whiskerwidth: 0
7606   layout:
7607     title: "memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
7608     layout: "plot-throughput"
7609
7610 - type: "plot"
7611   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
7612   algorithm: "plot_performance_box"
7613   output-file-type: ".html"
7614   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
7615   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7616   filter: "'NIC_Intel-X710' and
7617            '64B' and
7618            ('BASE' or 'SCALE') and
7619            'NDRPDR' and
7620            '1T1C' and
7621            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7622            not 'VHOST' and
7623            'MEMIF'"
7624   parameters:
7625   - "throughput"
7626   - "parent"
7627   - "tags"
7628   sort:
7629   - "L2XCFWD"
7630   - "L2XCFWD"
7631   - "L2XCFWD"
7632   - "L2BDMACLRN"
7633   - "L2BDMACLRN"
7634   - "L2BDMACLRN"
7635   - "IP4FWD"
7636   traces:
7637     hoverinfo: "x+y"
7638     boxpoints: "outliers"
7639     whiskerwidth: 0
7640   layout:
7641     title: "memif-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
7642     layout: "plot-throughput"
7643
7644 - type: "plot"
7645   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
7646   algorithm: "plot_performance_box"
7647   output-file-type: ".html"
7648   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
7649   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7650   filter: "'NIC_Intel-X710' and
7651            '64B' and
7652            ('BASE' or 'SCALE') and
7653            'NDRPDR' and
7654            '2T2C' and
7655            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7656            not 'VHOST' and
7657            'MEMIF'"
7658   parameters:
7659   - "throughput"
7660   - "parent"
7661   - "tags"
7662   sort:
7663   - "L2XCFWD"
7664   - "L2XCFWD"
7665   - "L2XCFWD"
7666   - "L2BDMACLRN"
7667   - "L2BDMACLRN"
7668   - "L2BDMACLRN"
7669   - "IP4FWD"
7670   traces:
7671     hoverinfo: "x+y"
7672     boxpoints: "outliers"
7673     whiskerwidth: 0
7674   layout:
7675     title: "memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
7676     layout: "plot-throughput"
7677
7678 - type: "plot"
7679   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
7680   algorithm: "plot_performance_box"
7681   output-file-type: ".html"
7682   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
7683   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7684   filter: "'NIC_Intel-X710' and
7685            '64B' and
7686            ('BASE' or 'SCALE') and
7687            'NDRPDR' and
7688            '2T2C' and
7689            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7690            not 'VHOST' and
7691            'MEMIF'"
7692   parameters:
7693   - "throughput"
7694   - "parent"
7695   - "tags"
7696   sort:
7697   - "L2XCFWD"
7698   - "L2XCFWD"
7699   - "L2XCFWD"
7700   - "L2BDMACLRN"
7701   - "L2BDMACLRN"
7702   - "L2BDMACLRN"
7703   - "IP4FWD"
7704   traces:
7705     hoverinfo: "x+y"
7706     boxpoints: "outliers"
7707     whiskerwidth: 0
7708   layout:
7709     title: "memif-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
7710     layout: "plot-throughput"
7711
7712 # Packet Throughput - VPP Container Memif 3n-hsw-xl710
7713 - type: "plot"
7714   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr"
7715   algorithm: "plot_performance_box"
7716   output-file-type: ".html"
7717   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr"
7718   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7719   filter: "'NIC_Intel-XL710' and
7720            '64B' and
7721            ('BASE' or 'SCALE') and
7722            'NDRPDR' and
7723            '1T1C' and
7724            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7725            not 'VHOST' and
7726            'MEMIF'"
7727   parameters:
7728   - "throughput"
7729   - "parent"
7730   - "tags"
7731   sort:
7732   - "L2XCFWD"
7733   - "L2XCFWD"
7734   - "L2XCFWD"
7735   - "L2BDMACLRN"
7736   - "L2BDMACLRN"
7737   - "L2BDMACLRN"
7738   - "IP4FWD"
7739   traces:
7740     hoverinfo: "x+y"
7741     boxpoints: "outliers"
7742     whiskerwidth: 0
7743   layout:
7744     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr"
7745     layout: "plot-throughput"
7746
7747 - type: "plot"
7748   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_features-pdr"
7749   algorithm: "plot_performance_box"
7750   output-file-type: ".html"
7751   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_features-pdr"
7752   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7753   filter: "'NIC_Intel-XL710' and
7754            '64B' and
7755            ('BASE' or 'SCALE') and
7756            'NDRPDR' and
7757            '1T1C' and
7758            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7759            not 'VHOST' and
7760            'MEMIF'"
7761   parameters:
7762   - "throughput"
7763   - "parent"
7764   - "tags"
7765   sort:
7766   - "L2XCFWD"
7767   - "L2XCFWD"
7768   - "L2XCFWD"
7769   - "L2BDMACLRN"
7770   - "L2BDMACLRN"
7771   - "L2BDMACLRN"
7772   - "IP4FWD"
7773   traces:
7774     hoverinfo: "x+y"
7775     boxpoints: "outliers"
7776     whiskerwidth: 0
7777   layout:
7778     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_features-pdr"
7779     layout: "plot-throughput"
7780
7781 - type: "plot"
7782   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr"
7783   algorithm: "plot_performance_box"
7784   output-file-type: ".html"
7785   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr"
7786   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7787   filter: "'NIC_Intel-XL710' and
7788            '64B' and
7789            ('BASE' or 'SCALE') and
7790            'NDRPDR' and
7791            '2T2C' and
7792            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7793            not 'VHOST' and
7794            'MEMIF'"
7795   parameters:
7796   - "throughput"
7797   - "parent"
7798   - "tags"
7799   sort:
7800   - "L2XCFWD"
7801   - "L2XCFWD"
7802   - "L2XCFWD"
7803   - "L2BDMACLRN"
7804   - "L2BDMACLRN"
7805   - "L2BDMACLRN"
7806   - "IP4FWD"
7807   traces:
7808     hoverinfo: "x+y"
7809     boxpoints: "outliers"
7810     whiskerwidth: 0
7811   layout:
7812     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr"
7813     layout: "plot-throughput"
7814
7815 - type: "plot"
7816   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_features-pdr"
7817   algorithm: "plot_performance_box"
7818   output-file-type: ".html"
7819   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_features-pdr"
7820   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7821   filter: "'NIC_Intel-XL710' and
7822            '64B' and
7823            ('BASE' or 'SCALE') and
7824            'NDRPDR' and
7825            '2T2C' and
7826            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7827            not 'VHOST' and
7828            'MEMIF'"
7829   parameters:
7830   - "throughput"
7831   - "parent"
7832   - "tags"
7833   sort:
7834   - "L2XCFWD"
7835   - "L2XCFWD"
7836   - "L2XCFWD"
7837   - "L2BDMACLRN"
7838   - "L2BDMACLRN"
7839   - "L2BDMACLRN"
7840   - "IP4FWD"
7841   traces:
7842     hoverinfo: "x+y"
7843     boxpoints: "outliers"
7844     whiskerwidth: 0
7845   layout:
7846     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_features-pdr"
7847     layout: "plot-throughput"
7848
7849 # Packet Throughput - VPP Container Memif 3n-skx-x710
7850 - type: "plot"
7851   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_features-ndr"
7852   algorithm: "plot_performance_box"
7853   output-file-type: ".html"
7854   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_features-ndr"
7855   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7856   filter: "'NIC_Intel-X710' and
7857            '64B' and
7858            ('BASE' or 'SCALE') and
7859            'NDRPDR' and
7860            '2T1C' and
7861            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7862            not 'VHOST' and
7863            'MEMIF'"
7864   parameters:
7865   - "throughput"
7866   - "parent"
7867   - "tags"
7868   sort:
7869   - "L2XCFWD"
7870   - "L2XCFWD"
7871   - "L2XCFWD"
7872   - "L2BDMACLRN"
7873   - "L2BDMACLRN"
7874   - "L2BDMACLRN"
7875   - "IP4FWD"
7876   traces:
7877     hoverinfo: "x+y"
7878     boxpoints: "outliers"
7879     whiskerwidth: 0
7880   layout:
7881     title: "memif-3n-skx-x710-64b-2t1c-base_and_features-ndr"
7882     layout: "plot-throughput"
7883
7884 - type: "plot"
7885   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_features-pdr"
7886   algorithm: "plot_performance_box"
7887   output-file-type: ".html"
7888   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_features-pdr"
7889   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7890   filter: "'NIC_Intel-X710' and
7891            '64B' and
7892            ('BASE' or 'SCALE') and
7893            'NDRPDR' and
7894            '2T1C' and
7895            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7896            not 'VHOST' and
7897            'MEMIF'"
7898   parameters:
7899   - "throughput"
7900   - "parent"
7901   - "tags"
7902   sort:
7903   - "L2XCFWD"
7904   - "L2XCFWD"
7905   - "L2XCFWD"
7906   - "L2BDMACLRN"
7907   - "L2BDMACLRN"
7908   - "L2BDMACLRN"
7909   - "IP4FWD"
7910   traces:
7911     hoverinfo: "x+y"
7912     boxpoints: "outliers"
7913     whiskerwidth: 0
7914   layout:
7915     title: "memif-3n-skx-x710-64b-2t1c-base_and_features-pdr"
7916     layout: "plot-throughput"
7917
7918 - type: "plot"
7919   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_features-ndr"
7920   algorithm: "plot_performance_box"
7921   output-file-type: ".html"
7922   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_features-ndr"
7923   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7924   filter: "'NIC_Intel-X710' and
7925            '64B' and
7926            ('BASE' or 'SCALE') and
7927            'NDRPDR' and
7928            '4T2C' and
7929            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7930            not 'VHOST' and
7931            'MEMIF'"
7932   parameters:
7933   - "throughput"
7934   - "parent"
7935   - "tags"
7936   sort:
7937   - "L2XCFWD"
7938   - "L2XCFWD"
7939   - "L2XCFWD"
7940   - "L2BDMACLRN"
7941   - "L2BDMACLRN"
7942   - "L2BDMACLRN"
7943   - "IP4FWD"
7944   traces:
7945     hoverinfo: "x+y"
7946     boxpoints: "outliers"
7947     whiskerwidth: 0
7948   layout:
7949     title: "memif-3n-skx-x710-64b-4t2c-base_and_features-ndr"
7950     layout: "plot-throughput"
7951
7952 - type: "plot"
7953   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_features-pdr"
7954   algorithm: "plot_performance_box"
7955   output-file-type: ".html"
7956   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_features-pdr"
7957   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7958   filter: "'NIC_Intel-X710' and
7959            '64B' and
7960            ('BASE' or 'SCALE') and
7961            'NDRPDR' and
7962            '4T2C' and
7963            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7964            not 'VHOST' and
7965            'MEMIF'"
7966   parameters:
7967   - "throughput"
7968   - "parent"
7969   - "tags"
7970   sort:
7971   - "L2XCFWD"
7972   - "L2XCFWD"
7973   - "L2XCFWD"
7974   - "L2BDMACLRN"
7975   - "L2BDMACLRN"
7976   - "L2BDMACLRN"
7977   - "IP4FWD"
7978   traces:
7979     hoverinfo: "x+y"
7980     boxpoints: "outliers"
7981     whiskerwidth: 0
7982   layout:
7983     title: "memif-3n-skx-x710-64b-4t2c-base_and_features-pdr"
7984     layout: "plot-throughput"
7985
7986 # Packet Throughput - VPP Container Memif 2n-skx-x710
7987 - type: "plot"
7988   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_features-ndr"
7989   algorithm: "plot_performance_box"
7990   output-file-type: ".html"
7991   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_features-ndr"
7992   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7993   filter: "'NIC_Intel-X710' and
7994            '64B' and
7995            ('BASE' or 'SCALE') and
7996            'NDRPDR' and
7997            '2T1C' and
7998            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7999            not 'VHOST' and
8000            not 'NF_DENSITY' and
8001            'MEMIF'"
8002   parameters:
8003   - "throughput"
8004   - "parent"
8005   - "tags"
8006   sort:
8007   - "L2XCFWD"
8008   - "L2XCFWD"
8009   - "L2XCFWD"
8010   - "L2BDMACLRN"
8011   - "L2BDMACLRN"
8012   - "L2BDMACLRN"
8013   - "IP4FWD"
8014   traces:
8015     hoverinfo: "x+y"
8016     boxpoints: "outliers"
8017     whiskerwidth: 0
8018   layout:
8019     title: "memif-2n-skx-x710-64b-2t1c-base_and_features-ndr"
8020     layout: "plot-throughput"
8021
8022 - type: "plot"
8023   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_features-pdr"
8024   algorithm: "plot_performance_box"
8025   output-file-type: ".html"
8026   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_features-pdr"
8027   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8028   filter: "'NIC_Intel-X710' and
8029            '64B' and
8030            ('BASE' or 'SCALE') and
8031            'NDRPDR' and
8032            '2T1C' and
8033            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8034            not 'VHOST' and
8035            not 'NF_DENSITY' and
8036            'MEMIF'"
8037   parameters:
8038   - "throughput"
8039   - "parent"
8040   - "tags"
8041   sort:
8042   - "L2XCFWD"
8043   - "L2XCFWD"
8044   - "L2XCFWD"
8045   - "L2BDMACLRN"
8046   - "L2BDMACLRN"
8047   - "L2BDMACLRN"
8048   - "IP4FWD"
8049   traces:
8050     hoverinfo: "x+y"
8051     boxpoints: "outliers"
8052     whiskerwidth: 0
8053   layout:
8054     title: "memif-2n-skx-x710-64b-2t1c-base_and_features-pdr"
8055     layout: "plot-throughput"
8056
8057 - type: "plot"
8058   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_features-ndr"
8059   algorithm: "plot_performance_box"
8060   output-file-type: ".html"
8061   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_features-ndr"
8062   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8063   filter: "'NIC_Intel-X710' and
8064            '64B' and
8065            ('BASE' or 'SCALE') and
8066            'NDRPDR' and
8067            '4T2C' and
8068            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8069            not 'VHOST' and
8070            not 'NF_DENSITY' and
8071            'MEMIF'"
8072   parameters:
8073   - "throughput"
8074   - "parent"
8075   - "tags"
8076   sort:
8077   - "L2XCFWD"
8078   - "L2XCFWD"
8079   - "L2XCFWD"
8080   - "L2BDMACLRN"
8081   - "L2BDMACLRN"
8082   - "L2BDMACLRN"
8083   - "IP4FWD"
8084   traces:
8085     hoverinfo: "x+y"
8086     boxpoints: "outliers"
8087     whiskerwidth: 0
8088   layout:
8089     title: "memif-2n-skx-x710-64b-4t2c-base_and_features-ndr"
8090     layout: "plot-throughput"
8091
8092 - type: "plot"
8093   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_features-pdr"
8094   algorithm: "plot_performance_box"
8095   output-file-type: ".html"
8096   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_features-pdr"
8097   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8098   filter: "'NIC_Intel-X710' and
8099            '64B' and
8100            ('BASE' or 'SCALE') and
8101            'NDRPDR' and
8102            '4T2C' and
8103            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8104            not 'VHOST' and
8105            not 'NF_DENSITY' and
8106            'MEMIF'"
8107   parameters:
8108   - "throughput"
8109   - "parent"
8110   - "tags"
8111   sort:
8112   - "L2XCFWD"
8113   - "L2XCFWD"
8114   - "L2XCFWD"
8115   - "L2BDMACLRN"
8116   - "L2BDMACLRN"
8117   - "L2BDMACLRN"
8118   - "IP4FWD"
8119   traces:
8120     hoverinfo: "x+y"
8121     boxpoints: "outliers"
8122     whiskerwidth: 0
8123   layout:
8124     title: "memif-2n-skx-x710-64b-4t2c-base_and_features-pdr"
8125     layout: "plot-throughput"
8126
8127 ## Packet Throughput - VPP Container Memif 2n-skx-xxv710
8128 #- type: "plot"
8129 #  title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
8130 #  algorithm: "plot_performance_box"
8131 #  output-file-type: ".html"
8132 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
8133 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
8134 #  filter: "'NIC_Intel-XXV710' and
8135 #           '64B' and
8136 #           ('BASE' or 'SCALE') and
8137 #           'NDRPDR' and
8138 #           '2T1C' and
8139 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8140 #           not 'VHOST' and
8141 #           'MEMIF'"
8142 #  parameters:
8143 #  - "throughput"
8144 #  - "parent"
8145 #  - "tags"
8146 #  sort:
8147 #  - "L2XCFWD"
8148 #  - "L2XCFWD"
8149 #  - "L2XCFWD"
8150 #  - "L2BDMACLRN"
8151 #  - "L2BDMACLRN"
8152 #  - "L2BDMACLRN"
8153 #  - "IP4FWD"
8154 #  traces:
8155 #    hoverinfo: "x+y"
8156 #    boxpoints: "outliers"
8157 #    whiskerwidth: 0
8158 #  layout:
8159 #    title: "memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
8160 #    layout: "plot-throughput"
8161 #
8162 #- type: "plot"
8163 #  title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
8164 #  algorithm: "plot_performance_box"
8165 #  output-file-type: ".html"
8166 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
8167 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
8168 #  filter: "'NIC_Intel-XXV710' and
8169 #           '64B' and
8170 #           ('BASE' or 'SCALE') and
8171 #           'NDRPDR' and
8172 #           '2T1C' and
8173 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8174 #           not 'VHOST' and
8175 #           'MEMIF'"
8176 #  parameters:
8177 #  - "throughput"
8178 #  - "parent"
8179 #  - "tags"
8180 #  sort:
8181 #  - "L2XCFWD"
8182 #  - "L2XCFWD"
8183 #  - "L2XCFWD"
8184 #  - "L2BDMACLRN"
8185 #  - "L2BDMACLRN"
8186 #  - "L2BDMACLRN"
8187 #  - "IP4FWD"
8188 #  traces:
8189 #    hoverinfo: "x+y"
8190 #    boxpoints: "outliers"
8191 #    whiskerwidth: 0
8192 #  layout:
8193 #    title: "memif-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
8194 #    layout: "plot-throughput"
8195 #
8196 #- type: "plot"
8197 #  title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
8198 #  algorithm: "plot_performance_box"
8199 #  output-file-type: ".html"
8200 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
8201 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
8202 #  filter: "'NIC_Intel-XXV710' and
8203 #           '64B' and
8204 #           ('BASE' or 'SCALE') and
8205 #           'NDRPDR' and
8206 #           '4T2C' and
8207 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8208 #           not 'VHOST' and
8209 #           'MEMIF'"
8210 #  parameters:
8211 #  - "throughput"
8212 #  - "parent"
8213 #  - "tags"
8214 #  sort:
8215 #  - "L2XCFWD"
8216 #  - "L2XCFWD"
8217 #  - "L2XCFWD"
8218 #  - "L2BDMACLRN"
8219 #  - "L2BDMACLRN"
8220 #  - "L2BDMACLRN"
8221 #  - "IP4FWD"
8222 #  traces:
8223 #    hoverinfo: "x+y"
8224 #    boxpoints: "outliers"
8225 #    whiskerwidth: 0
8226 #  layout:
8227 #    title: "memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
8228 #    layout: "plot-throughput"
8229 #
8230 #- type: "plot"
8231 #  title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
8232 #  algorithm: "plot_performance_box"
8233 #  output-file-type: ".html"
8234 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
8235 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
8236 #  filter: "'NIC_Intel-XXV710' and
8237 #           '64B' and
8238 #           ('BASE' or 'SCALE') and
8239 #           'NDRPDR' and
8240 #           '4T2C' and
8241 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8242 #           not 'VHOST' and
8243 #           'MEMIF'"
8244 #  parameters:
8245 #  - "throughput"
8246 #  - "parent"
8247 #  - "tags"
8248 #  sort:
8249 #  - "L2XCFWD"
8250 #  - "L2XCFWD"
8251 #  - "L2XCFWD"
8252 #  - "L2BDMACLRN"
8253 #  - "L2BDMACLRN"
8254 #  - "L2BDMACLRN"
8255 #  - "IP4FWD"
8256 #  traces:
8257 #    hoverinfo: "x+y"
8258 #    boxpoints: "outliers"
8259 #    whiskerwidth: 0
8260 #  layout:
8261 #    title: "memif-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
8262 #    layout: "plot-throughput"
8263
8264 ################################################################################
8265
8266 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2xc
8267 - type: "plot"
8268   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
8269   algorithm: "plot_performance_box"
8270   output-file-type: ".html"
8271   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
8272   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
8273   filter: "'NIC_Intel-X520-DA2' and
8274            '64B' and
8275            ('BASE' or 'SCALE') and
8276            'NDRPDR' and
8277            '1T1C' and
8278            'L2XCFWD' and
8279            not 'VHOST' and
8280            not 'NF_DENSITY' and
8281            'MEMIF'"
8282   parameters:
8283   - "throughput"
8284   - "parent"
8285   - "tags"
8286   sort:
8287   - "1VNF"
8288   - "2VNF"
8289   - "4VNF"
8290   - "2VNF"
8291   - "4VNF"
8292   traces:
8293     hoverinfo: "x+y"
8294     boxpoints: "outliers"
8295     whiskerwidth: 0
8296   layout:
8297     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
8298     layout: "plot-throughput"
8299
8300 - type: "plot"
8301   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
8302   algorithm: "plot_performance_box"
8303   output-file-type: ".html"
8304   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
8305   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
8306   filter: "'NIC_Intel-X520-DA2' and
8307            '64B' and
8308            ('BASE' or 'SCALE') and
8309            'NDRPDR' and
8310            '1T1C' and
8311            'L2XCFWD' and
8312            not 'VHOST' and
8313            not 'NF_DENSITY' and
8314            'MEMIF'"
8315   parameters:
8316   - "throughput"
8317   - "parent"
8318   - "tags"
8319   sort:
8320   - "1VNF"
8321   - "2VNF"
8322   - "4VNF"
8323   - "2VNF"
8324   - "4VNF"
8325   traces:
8326     hoverinfo: "x+y"
8327     boxpoints: "outliers"
8328     whiskerwidth: 0
8329   layout:
8330     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
8331     layout: "plot-throughput"
8332
8333 - type: "plot"
8334   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
8335   algorithm: "plot_performance_box"
8336   output-file-type: ".html"
8337   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
8338   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
8339   filter: "'NIC_Intel-X520-DA2' and
8340            '64B' and
8341            ('BASE' or 'SCALE') and
8342            'NDRPDR' and
8343            '2T2C' and
8344            'L2XCFWD' and
8345            not 'VHOST' and
8346            not 'NF_DENSITY' and
8347            'MEMIF'"
8348   parameters:
8349   - "throughput"
8350   - "parent"
8351   - "tags"
8352   sort:
8353   - "1VNF"
8354   - "2VNF"
8355   - "4VNF"
8356   - "2VNF"
8357   - "4VNF"
8358   traces:
8359     hoverinfo: "x+y"
8360     boxpoints: "outliers"
8361     whiskerwidth: 0
8362   layout:
8363     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
8364     layout: "plot-throughput"
8365
8366 - type: "plot"
8367   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
8368   algorithm: "plot_performance_box"
8369   output-file-type: ".html"
8370   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
8371   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
8372   filter: "'NIC_Intel-X520-DA2' and
8373            '64B' and
8374            ('BASE' or 'SCALE') and
8375            'NDRPDR' and
8376            '2T2C' and
8377            'L2XCFWD' and
8378            not 'VHOST' and
8379            not 'NF_DENSITY' and
8380            'MEMIF'"
8381   parameters:
8382   - "throughput"
8383   - "parent"
8384   - "tags"
8385   sort:
8386   - "1VNF"
8387   - "2VNF"
8388   - "4VNF"
8389   - "2VNF"
8390   - "4VNF"
8391   traces:
8392     hoverinfo: "x+y"
8393     boxpoints: "outliers"
8394     whiskerwidth: 0
8395   layout:
8396     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
8397     layout: "plot-throughput"
8398
8399 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2bd
8400 - type: "plot"
8401   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
8402   algorithm: "plot_performance_box"
8403   output-file-type: ".html"
8404   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
8405   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
8406   filter: "'NIC_Intel-X520-DA2' and
8407            '64B' and
8408            ('BASE' or 'SCALE') and
8409            'NDRPDR' and
8410            '1T1C' and
8411            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8412            not 'VHOST' and
8413            not 'NF_DENSITY' and
8414            'MEMIF'"
8415   parameters:
8416   - "throughput"
8417   - "parent"
8418   - "tags"
8419   sort:
8420   - "1VNF"
8421   - "2VNF"
8422   - "4VNF"
8423   - "2VNF"
8424   - "4VNF"
8425   traces:
8426     hoverinfo: "x+y"
8427     boxpoints: "outliers"
8428     whiskerwidth: 0
8429   layout:
8430     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
8431     layout: "plot-throughput"
8432
8433 - type: "plot"
8434   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
8435   algorithm: "plot_performance_box"
8436   output-file-type: ".html"
8437   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
8438   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
8439   filter: "'NIC_Intel-X520-DA2' and
8440            '64B' and
8441            ('BASE' or 'SCALE') and
8442            'NDRPDR' and
8443            '1T1C' and
8444            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8445            not 'VHOST' and
8446            not 'NF_DENSITY' and
8447            'MEMIF'"
8448   parameters:
8449   - "throughput"
8450   - "parent"
8451   - "tags"
8452   sort:
8453   - "1VNF"
8454   - "2VNF"
8455   - "4VNF"
8456   - "2VNF"
8457   - "4VNF"
8458   traces:
8459     hoverinfo: "x+y"
8460     boxpoints: "outliers"
8461     whiskerwidth: 0
8462   layout:
8463     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
8464     layout: "plot-throughput"
8465
8466 - type: "plot"
8467   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
8468   algorithm: "plot_performance_box"
8469   output-file-type: ".html"
8470   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
8471   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
8472   filter: "'NIC_Intel-X520-DA2' and
8473            '64B' and
8474            ('BASE' or 'SCALE') and
8475            'NDRPDR' and
8476            '2T2C' and
8477            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8478            not 'VHOST' and
8479            not 'NF_DENSITY' and
8480            'MEMIF'"
8481   parameters:
8482   - "throughput"
8483   - "parent"
8484   - "tags"
8485   sort:
8486   - "1VNF"
8487   - "2VNF"
8488   - "4VNF"
8489   - "2VNF"
8490   - "4VNF"
8491   traces:
8492     hoverinfo: "x+y"
8493     boxpoints: "outliers"
8494     whiskerwidth: 0
8495   layout:
8496     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
8497     layout: "plot-throughput"
8498
8499 - type: "plot"
8500   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
8501   algorithm: "plot_performance_box"
8502   output-file-type: ".html"
8503   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
8504   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
8505   filter: "'NIC_Intel-X520-DA2' and
8506            '64B' and
8507            ('BASE' or 'SCALE') and
8508            'NDRPDR' and
8509            '2T2C' and
8510            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8511            not 'VHOST' and
8512            not 'NF_DENSITY' and
8513            'MEMIF'"
8514   parameters:
8515   - "throughput"
8516   - "parent"
8517   - "tags"
8518   sort:
8519   - "1VNF"
8520   - "2VNF"
8521   - "4VNF"
8522   - "2VNF"
8523   - "4VNF"
8524   traces:
8525     hoverinfo: "x+y"
8526     boxpoints: "outliers"
8527     whiskerwidth: 0
8528   layout:
8529     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
8530     layout: "plot-throughput"
8531
8532 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2xc
8533 - type: "plot"
8534   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
8535   algorithm: "plot_performance_box"
8536   output-file-type: ".html"
8537   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
8538   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
8539   filter: "'NIC_Intel-X710' and
8540            '64B' and
8541            ('BASE' or 'SCALE') and
8542            'NDRPDR' and
8543            '1T1C' and
8544            'L2XCFWD' and
8545            not 'VHOST' and
8546            not 'NF_DENSITY' and
8547            'MEMIF'"
8548   parameters:
8549   - "throughput"
8550   - "parent"
8551   - "tags"
8552   sort:
8553   - "1VNF"
8554   - "2VNF"
8555   - "4VNF"
8556   - "2VNF"
8557   - "4VNF"
8558   traces:
8559     hoverinfo: "x+y"
8560     boxpoints: "outliers"
8561     whiskerwidth: 0
8562   layout:
8563     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
8564     layout: "plot-throughput"
8565
8566 - type: "plot"
8567   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
8568   algorithm: "plot_performance_box"
8569   output-file-type: ".html"
8570   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
8571   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
8572   filter: "'NIC_Intel-X710' and
8573            '64B' and
8574            ('BASE' or 'SCALE') and
8575            'NDRPDR' and
8576            '1T1C' and
8577            'L2XCFWD' and
8578            not 'VHOST' and
8579            not 'NF_DENSITY' and
8580            'MEMIF'"
8581   parameters:
8582   - "throughput"
8583   - "parent"
8584   - "tags"
8585   sort:
8586   - "1VNF"
8587   - "2VNF"
8588   - "4VNF"
8589   - "2VNF"
8590   - "4VNF"
8591   traces:
8592     hoverinfo: "x+y"
8593     boxpoints: "outliers"
8594     whiskerwidth: 0
8595   layout:
8596     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
8597     layout: "plot-throughput"
8598
8599 - type: "plot"
8600   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
8601   algorithm: "plot_performance_box"
8602   output-file-type: ".html"
8603   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
8604   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
8605   filter: "'NIC_Intel-X710' and
8606            '64B' and
8607            ('BASE' or 'SCALE') and
8608            'NDRPDR' and
8609            '2T2C' and
8610            'L2XCFWD' and
8611            not 'VHOST' and
8612            not 'NF_DENSITY' and
8613            'MEMIF'"
8614   parameters:
8615   - "throughput"
8616   - "parent"
8617   - "tags"
8618   sort:
8619   - "1VNF"
8620   - "2VNF"
8621   - "4VNF"
8622   - "2VNF"
8623   - "4VNF"
8624   traces:
8625     hoverinfo: "x+y"
8626     boxpoints: "outliers"
8627     whiskerwidth: 0
8628   layout:
8629     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
8630     layout: "plot-throughput"
8631
8632 - type: "plot"
8633   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
8634   algorithm: "plot_performance_box"
8635   output-file-type: ".html"
8636   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
8637   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
8638   filter: "'NIC_Intel-X710' and
8639            '64B' and
8640            ('BASE' or 'SCALE') and
8641            'NDRPDR' and
8642            '2T2C' and
8643            'L2XCFWD' and
8644            not 'VHOST' and
8645            not 'NF_DENSITY' and
8646            'MEMIF'"
8647   parameters:
8648   - "throughput"
8649   - "parent"
8650   - "tags"
8651   sort:
8652   - "1VNF"
8653   - "2VNF"
8654   - "4VNF"
8655   - "2VNF"
8656   - "4VNF"
8657   traces:
8658     hoverinfo: "x+y"
8659     boxpoints: "outliers"
8660     whiskerwidth: 0
8661   layout:
8662     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
8663     layout: "plot-throughput"
8664
8665 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2bd
8666 - type: "plot"
8667   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
8668   algorithm: "plot_performance_box"
8669   output-file-type: ".html"
8670   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
8671   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
8672   filter: "'NIC_Intel-X710' and
8673            '64B' and
8674            ('BASE' or 'SCALE') and
8675            'NDRPDR' and
8676            '1T1C' and
8677            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8678            not 'VHOST' and
8679            not 'NF_DENSITY' and
8680            'MEMIF'"
8681   parameters:
8682   - "throughput"
8683   - "parent"
8684   - "tags"
8685   sort:
8686   - "1VNF"
8687   - "2VNF"
8688   - "4VNF"
8689   - "2VNF"
8690   - "4VNF"
8691   traces:
8692     hoverinfo: "x+y"
8693     boxpoints: "outliers"
8694     whiskerwidth: 0
8695   layout:
8696     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
8697     layout: "plot-throughput"
8698
8699 - type: "plot"
8700   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
8701   algorithm: "plot_performance_box"
8702   output-file-type: ".html"
8703   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
8704   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
8705   filter: "'NIC_Intel-X710' and
8706            '64B' and
8707            ('BASE' or 'SCALE') and
8708            'NDRPDR' and
8709            '1T1C' and
8710            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8711            not 'VHOST' and
8712            not 'NF_DENSITY' and
8713            'MEMIF'"
8714   parameters:
8715   - "throughput"
8716   - "parent"
8717   - "tags"
8718   sort:
8719   - "1VNF"
8720   - "2VNF"
8721   - "4VNF"
8722   - "2VNF"
8723   - "4VNF"
8724   traces:
8725     hoverinfo: "x+y"
8726     boxpoints: "outliers"
8727     whiskerwidth: 0
8728   layout:
8729     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
8730     layout: "plot-throughput"
8731
8732 - type: "plot"
8733   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
8734   algorithm: "plot_performance_box"
8735   output-file-type: ".html"
8736   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
8737   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
8738   filter: "'NIC_Intel-X710' and
8739            '64B' and
8740            ('BASE' or 'SCALE') and
8741            'NDRPDR' and
8742            '2T2C' and
8743            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8744            not 'VHOST' and
8745            not 'NF_DENSITY' and
8746            'MEMIF'"
8747   parameters:
8748   - "throughput"
8749   - "parent"
8750   - "tags"
8751   sort:
8752   - "1VNF"
8753   - "2VNF"
8754   - "4VNF"
8755   - "2VNF"
8756   - "4VNF"
8757   traces:
8758     hoverinfo: "x+y"
8759     boxpoints: "outliers"
8760     whiskerwidth: 0
8761   layout:
8762     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
8763     layout: "plot-throughput"
8764
8765 - type: "plot"
8766   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
8767   algorithm: "plot_performance_box"
8768   output-file-type: ".html"
8769   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
8770   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
8771   filter: "'NIC_Intel-X710' and
8772            '64B' and
8773            ('BASE' or 'SCALE') and
8774            'NDRPDR' and
8775            '2T2C' and
8776            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8777            not 'VHOST' and
8778            not 'NF_DENSITY' and
8779            'MEMIF'"
8780   parameters:
8781   - "throughput"
8782   - "parent"
8783   - "tags"
8784   sort:
8785   - "1VNF"
8786   - "2VNF"
8787   - "4VNF"
8788   - "2VNF"
8789   - "4VNF"
8790   traces:
8791     hoverinfo: "x+y"
8792     boxpoints: "outliers"
8793     whiskerwidth: 0
8794   layout:
8795     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
8796     layout: "plot-throughput"
8797
8798 ################################################################################
8799
8800 # Packet Throughput - VPP IPv4 3n-hsw-x520 base and scale
8801 - type: "plot"
8802   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
8803   algorithm: "plot_performance_box"
8804   output-file-type: ".html"
8805   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
8806   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8807   filter: "'NIC_Intel-X520-DA2' and
8808            '64B' and
8809            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8810            'NDRPDR' and
8811            '1T1C' and
8812            'IP4FWD' and
8813            not 'IPSEC' and
8814            not 'DOT1Q' and
8815            not 'VHOST'"
8816   parameters:
8817   - "throughput"
8818   - "parent"
8819   - "tags"
8820   sort:
8821   - "IP4BASE"
8822   - "FIB_20K"
8823   - "FIB_200K"
8824   - "FIB_2M"
8825   traces:
8826     hoverinfo: "x+y"
8827     boxpoints: "outliers"
8828     whiskerwidth: 0
8829   layout:
8830     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
8831     layout: "plot-throughput"
8832
8833 - type: "plot"
8834   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
8835   algorithm: "plot_performance_box"
8836   output-file-type: ".html"
8837   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
8838   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8839   filter: "'NIC_Intel-X520-DA2' and
8840            '64B' and
8841            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8842            'NDRPDR' and
8843            '1T1C' and
8844            'IP4FWD' and
8845            not 'IPSEC' and
8846            not 'DOT1Q' and
8847            not 'VHOST'"
8848   parameters:
8849   - "throughput"
8850   - "parent"
8851   - "tags"
8852   sort:
8853   - "IP4BASE"
8854   - "FIB_20K"
8855   - "FIB_200K"
8856   - "FIB_2M"
8857   traces:
8858     hoverinfo: "x+y"
8859     boxpoints: "outliers"
8860     whiskerwidth: 0
8861   layout:
8862     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
8863     layout: "plot-throughput"
8864
8865 - type: "plot"
8866   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
8867   algorithm: "plot_performance_box"
8868   output-file-type: ".html"
8869   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
8870   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8871   filter: "'NIC_Intel-X520-DA2' and
8872            '64B' and
8873            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8874            'NDRPDR' and
8875            '2T2C' and
8876            'IP4FWD' and
8877            not 'IPSEC' and
8878            not 'DOT1Q' and
8879            not 'VHOST'"
8880   parameters:
8881   - "throughput"
8882   - "parent"
8883   - "tags"
8884   sort:
8885   - "IP4BASE"
8886   - "FIB_20K"
8887   - "FIB_200K"
8888   - "FIB_2M"
8889   traces:
8890     hoverinfo: "x+y"
8891     boxpoints: "outliers"
8892     whiskerwidth: 0
8893   layout:
8894     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
8895     layout: "plot-throughput"
8896
8897 - type: "plot"
8898   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
8899   algorithm: "plot_performance_box"
8900   output-file-type: ".html"
8901   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
8902   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8903   filter: "'NIC_Intel-X520-DA2' and
8904            '64B' and
8905            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8906            'NDRPDR' and
8907            '2T2C' and
8908            'IP4FWD' and
8909            not 'IPSEC' and
8910            not 'DOT1Q' and
8911            not 'VHOST'"
8912   parameters:
8913   - "throughput"
8914   - "parent"
8915   - "tags"
8916   sort:
8917   - "IP4BASE"
8918   - "FIB_20K"
8919   - "FIB_200K"
8920   - "FIB_2M"
8921   traces:
8922     hoverinfo: "x+y"
8923     boxpoints: "outliers"
8924     whiskerwidth: 0
8925   layout:
8926     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
8927     layout: "plot-throughput"
8928
8929 # Packet Throughput - VPP IPv4 3n-hsw-x520 features
8930 - type: "plot"
8931   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-ndr"
8932   algorithm: "plot_performance_box"
8933   output-file-type: ".html"
8934   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr"
8935   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8936   filter: "'NIC_Intel-X520-DA2' and
8937            '64B' and
8938            ('IP4BASE' or
8939             'POLICE_MARK' or
8940             'COPWHLIST' or
8941             ('NAT44' and 'BASE') or
8942             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
8943            'NDRPDR' and
8944            '1T1C' and
8945            'IP4FWD' and
8946            not 'IPSEC' and
8947            not 'VHOST'"
8948   parameters:
8949   - "throughput"
8950   - "parent"
8951   - "tags"
8952   sort:
8953   - "DOT1Q"
8954   - "IP4BASE"
8955   - "NAT44"
8956   - "POLICE_MARK"
8957   - "COPWHLIST"
8958   - "IACL"
8959   - "OACL"
8960   traces:
8961     hoverinfo: "x+y"
8962     boxpoints: "outliers"
8963     whiskerwidth: 0
8964   layout:
8965     title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
8966     layout: "plot-throughput"
8967
8968 - type: "plot"
8969   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-pdr"
8970   algorithm: "plot_performance_box"
8971   output-file-type: ".html"
8972   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-pdr"
8973   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8974   filter: "'NIC_Intel-X520-DA2' and
8975            '64B' and
8976            ('IP4BASE' or
8977             'POLICE_MARK' or
8978             'COPWHLIST' or
8979             ('NAT44' and 'BASE') or
8980             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
8981            'NDRPDR' and
8982            '1T1C' and
8983            'IP4FWD' and
8984            not 'IPSEC' and
8985            not 'VHOST'"
8986   parameters:
8987   - "throughput"
8988   - "parent"
8989   - "tags"
8990   sort:
8991   - "DOT1Q"
8992   - "IP4BASE"
8993   - "NAT44"
8994   - "POLICE_MARK"
8995   - "COPWHLIST"
8996   - "IACL"
8997   - "OACL"
8998   traces:
8999     hoverinfo: "x+y"
9000     boxpoints: "outliers"
9001     whiskerwidth: 0
9002   layout:
9003     title: "ip4-3n-hsw-x520-64b-1t1c-features-pdr"
9004     layout: "plot-throughput"
9005
9006 - type: "plot"
9007   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-ndr"
9008   algorithm: "plot_performance_box"
9009   output-file-type: ".html"
9010   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr"
9011   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9012   filter: "'NIC_Intel-X520-DA2' and
9013            '64B' and
9014            ('IP4BASE' or
9015             'POLICE_MARK' or
9016             'COPWHLIST' or
9017             ('NAT44' and 'BASE') or
9018             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
9019            'NDRPDR' and
9020            '2T2C' and
9021            'IP4FWD' and
9022            not 'IPSEC' and
9023            not 'VHOST'"
9024   parameters:
9025   - "throughput"
9026   - "parent"
9027   - "tags"
9028   sort:
9029   - "DOT1Q"
9030   - "IP4BASE"
9031   - "NAT44"
9032   - "POLICE_MARK"
9033   - "COPWHLIST"
9034   - "IACL"
9035   - "OACL"
9036   traces:
9037     hoverinfo: "x+y"
9038     boxpoints: "outliers"
9039     whiskerwidth: 0
9040   layout:
9041     title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
9042     layout: "plot-throughput"
9043
9044 - type: "plot"
9045   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-pdr"
9046   algorithm: "plot_performance_box"
9047   output-file-type: ".html"
9048   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-pdr"
9049   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9050   filter: "'NIC_Intel-X520-DA2' and
9051            '64B' and
9052            ('IP4BASE' or
9053             'POLICE_MARK' or
9054             'COPWHLIST' or
9055             ('NAT44' and 'BASE') or
9056             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
9057            'NDRPDR' and
9058            '2T2C' and
9059            'IP4FWD' and
9060            not 'IPSEC' and
9061            not 'VHOST'"
9062   parameters:
9063   - "throughput"
9064   - "parent"
9065   - "tags"
9066   sort:
9067   - "DOT1Q"
9068   - "IP4BASE"
9069   - "NAT44"
9070   - "POLICE_MARK"
9071   - "COPWHLIST"
9072   - "IACL"
9073   - "OACL"
9074   traces:
9075     hoverinfo: "x+y"
9076     boxpoints: "outliers"
9077     whiskerwidth: 0
9078   layout:
9079     title: "ip4-3n-hsw-x520-64b-2t2c-features-pdr"
9080     layout: "plot-throughput"
9081
9082 # Packet Throughput - VPP IPv4 3n-hsw-x520 features nat44
9083 - type: "plot"
9084   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
9085   algorithm: "plot_performance_box"
9086   output-file-type: ".html"
9087   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
9088   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9089   filter: "'NIC_Intel-X520-DA2' and
9090            '64B' and
9091            'NDRPDR' and
9092            '1T1C' and
9093            'IP4FWD' and
9094            ('NAT44' or 'IP4BASE') and
9095            not 'DOT1Q' and
9096            not 'IPSEC' and
9097            not 'VHOST'"
9098   parameters:
9099   - "throughput"
9100   - "parent"
9101   - "tags"
9102   sort:
9103   - "IP4BASE"
9104   - "BASE"
9105   - "SRC_USER_10"
9106   - "SRC_USER_100"
9107   - "SRC_USER_1000"
9108   - "SRC_USER_2000"
9109   traces:
9110     hoverinfo: "x+y"
9111     boxpoints: "outliers"
9112     whiskerwidth: 0
9113   layout:
9114     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
9115     layout: "plot-throughput"
9116
9117 - type: "plot"
9118   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
9119   algorithm: "plot_performance_box"
9120   output-file-type: ".html"
9121   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
9122   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9123   filter: "'NIC_Intel-X520-DA2' and
9124            '64B' and
9125            'NDRPDR' and
9126            '1T1C' and
9127            'IP4FWD' and
9128            ('NAT44' or 'IP4BASE') and
9129            not 'DOT1Q' and
9130            not 'IPSEC' and
9131            not 'VHOST'"
9132   parameters:
9133   - "throughput"
9134   - "parent"
9135   - "tags"
9136   sort:
9137   - "IP4BASE"
9138   - "BASE"
9139   - "SRC_USER_10"
9140   - "SRC_USER_100"
9141   - "SRC_USER_1000"
9142   - "SRC_USER_2000"
9143   traces:
9144     hoverinfo: "x+y"
9145     boxpoints: "outliers"
9146     whiskerwidth: 0
9147   layout:
9148     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
9149     layout: "plot-throughput"
9150
9151 - type: "plot"
9152   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
9153   algorithm: "plot_performance_box"
9154   output-file-type: ".html"
9155   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
9156   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9157   filter: "'NIC_Intel-X520-DA2' and
9158            '64B' and
9159            'NDRPDR' and
9160            '2T2C' and
9161            'IP4FWD' and
9162            ('NAT44' or 'IP4BASE') and
9163            not 'DOT1Q' and
9164            not 'IPSEC' and
9165            not 'VHOST'"
9166   parameters:
9167   - "throughput"
9168   - "parent"
9169   - "tags"
9170   sort:
9171   - "IP4BASE"
9172   - "BASE"
9173   - "SRC_USER_10"
9174   - "SRC_USER_100"
9175   - "SRC_USER_1000"
9176   - "SRC_USER_2000"
9177   traces:
9178     hoverinfo: "x+y"
9179     boxpoints: "outliers"
9180     whiskerwidth: 0
9181   layout:
9182     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
9183     layout: "plot-throughput"
9184
9185 - type: "plot"
9186   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
9187   algorithm: "plot_performance_box"
9188   output-file-type: ".html"
9189   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
9190   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9191   filter: "'NIC_Intel-X520-DA2' and
9192            '64B' and
9193            'NDRPDR' and
9194            '2T2C' and
9195            'IP4FWD' and
9196            ('NAT44' or 'IP4BASE') and
9197            not 'DOT1Q' and
9198            not 'IPSEC' and
9199            not 'VHOST'"
9200   parameters:
9201   - "throughput"
9202   - "parent"
9203   - "tags"
9204   sort:
9205   - "IP4BASE"
9206   - "BASE"
9207   - "SRC_USER_10"
9208   - "SRC_USER_100"
9209   - "SRC_USER_1000"
9210   - "SRC_USER_2000"
9211   traces:
9212     hoverinfo: "x+y"
9213     boxpoints: "outliers"
9214     whiskerwidth: 0
9215   layout:
9216     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
9217     layout: "plot-throughput"
9218
9219 # Packet Throughput - VPP IPv4 3n-hsw-x520 features iacl
9220 - type: "plot"
9221   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
9222   algorithm: "plot_performance_box"
9223   output-file-type: ".html"
9224   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
9225   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9226   filter: "'NIC_Intel-X520-DA2' and
9227            '64B' and
9228            'NDRPDR' and
9229            '1T1C' and
9230            'IP4FWD' and
9231            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
9232            not 'IPSEC' and
9233            not 'DOT1Q' and
9234            not 'VHOST'"
9235   parameters:
9236   - "throughput"
9237   - "parent"
9238   - "tags"
9239   sort:
9240   - "IP4BASE"
9241   - "ACL_STATELESS"
9242   - "ACL_STATEFUL"
9243   - "ACL_STATELESS"
9244   - "ACL_STATEFUL"
9245   traces:
9246     hoverinfo: "x+y"
9247     boxpoints: "outliers"
9248     whiskerwidth: 0
9249   layout:
9250     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
9251     layout: "plot-throughput"
9252
9253 - type: "plot"
9254   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
9255   algorithm: "plot_performance_box"
9256   output-file-type: ".html"
9257   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
9258   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9259   filter: "'NIC_Intel-X520-DA2' and
9260            '64B' and
9261            'NDRPDR' and
9262            '1T1C' and
9263            'IP4FWD' and
9264            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
9265            not 'IPSEC' and
9266            not 'DOT1Q' and
9267            not 'VHOST'"
9268   parameters:
9269   - "throughput"
9270   - "parent"
9271   - "tags"
9272   sort:
9273   - "IP4BASE"
9274   - "ACL_STATELESS"
9275   - "ACL_STATEFUL"
9276   - "ACL_STATELESS"
9277   - "ACL_STATEFUL"
9278   traces:
9279     hoverinfo: "x+y"
9280     boxpoints: "outliers"
9281     whiskerwidth: 0
9282   layout:
9283     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
9284     layout: "plot-throughput"
9285
9286 - type: "plot"
9287   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
9288   algorithm: "plot_performance_box"
9289   output-file-type: ".html"
9290   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
9291   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9292   filter: "'NIC_Intel-X520-DA2' and
9293            '64B' and
9294            'NDRPDR' and
9295            '2T2C' and
9296            'IP4FWD' and
9297            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
9298            not 'IPSEC' and
9299            not 'DOT1Q' and
9300            not 'VHOST'"
9301   parameters:
9302   - "throughput"
9303   - "parent"
9304   - "tags"
9305   sort:
9306   - "IP4BASE"
9307   - "ACL_STATELESS"
9308   - "ACL_STATEFUL"
9309   - "ACL_STATELESS"
9310   - "ACL_STATEFUL"
9311   traces:
9312     hoverinfo: "x+y"
9313     boxpoints: "outliers"
9314     whiskerwidth: 0
9315   layout:
9316     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
9317     layout: "plot-throughput"
9318
9319 - type: "plot"
9320   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
9321   algorithm: "plot_performance_box"
9322   output-file-type: ".html"
9323   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
9324   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9325   filter: "'NIC_Intel-X520-DA2' and
9326            '64B' and
9327            'NDRPDR' and
9328            '2T2C' and
9329            'IP4FWD' and
9330            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
9331            not 'IPSEC' and
9332            not 'DOT1Q' and
9333            not 'VHOST'"
9334   parameters:
9335   - "throughput"
9336   - "parent"
9337   - "tags"
9338   sort:
9339   - "IP4BASE"
9340   - "ACL_STATELESS"
9341   - "ACL_STATEFUL"
9342   - "ACL_STATELESS"
9343   - "ACL_STATEFUL"
9344   traces:
9345     hoverinfo: "x+y"
9346     boxpoints: "outliers"
9347     whiskerwidth: 0
9348   layout:
9349     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
9350     layout: "plot-throughput"
9351
9352 # Packet Throughput - VPP IPv4 3n-hsw-x520 features oacl
9353 - type: "plot"
9354   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
9355   algorithm: "plot_performance_box"
9356   output-file-type: ".html"
9357   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
9358   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9359   filter: "'NIC_Intel-X520-DA2' and
9360            '64B' and
9361            'NDRPDR' and
9362            '1T1C' and
9363            'IP4FWD' and
9364            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
9365            not 'IPSEC' and
9366            not 'DOT1Q' and
9367            not 'VHOST'"
9368   parameters:
9369   - "throughput"
9370   - "parent"
9371   - "tags"
9372   sort:
9373   - "IP4BASE"
9374   - "ACL_STATELESS"
9375   - "ACL_STATEFUL"
9376   - "ACL_STATELESS"
9377   - "ACL_STATEFUL"
9378   traces:
9379     hoverinfo: "x+y"
9380     boxpoints: "outliers"
9381     whiskerwidth: 0
9382   layout:
9383     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
9384     layout: "plot-throughput"
9385
9386 - type: "plot"
9387   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
9388   algorithm: "plot_performance_box"
9389   output-file-type: ".html"
9390   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
9391   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9392   filter: "'NIC_Intel-X520-DA2' and
9393            '64B' and
9394            'NDRPDR' and
9395            '1T1C' and
9396            'IP4FWD' and
9397            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
9398            not 'IPSEC' and
9399            not 'DOT1Q' and
9400            not 'VHOST'"
9401   parameters:
9402   - "throughput"
9403   - "parent"
9404   - "tags"
9405   sort:
9406   - "IP4BASE"
9407   - "ACL_STATELESS"
9408   - "ACL_STATEFUL"
9409   - "ACL_STATELESS"
9410   - "ACL_STATEFUL"
9411   traces:
9412     hoverinfo: "x+y"
9413     boxpoints: "outliers"
9414     whiskerwidth: 0
9415   layout:
9416     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
9417     layout: "plot-throughput"
9418
9419 - type: "plot"
9420   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
9421   algorithm: "plot_performance_box"
9422   output-file-type: ".html"
9423   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
9424   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9425   filter: "'NIC_Intel-X520-DA2' and
9426            '64B' and
9427            'NDRPDR' and
9428            '2T2C' and
9429            'IP4FWD' and
9430            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
9431            not 'IPSEC' and
9432            not 'DOT1Q' and
9433            not 'VHOST'"
9434   parameters:
9435   - "throughput"
9436   - "parent"
9437   - "tags"
9438   sort:
9439   - "IP4BASE"
9440   - "ACL_STATELESS"
9441   - "ACL_STATEFUL"
9442   - "ACL_STATELESS"
9443   - "ACL_STATEFUL"
9444   traces:
9445     hoverinfo: "x+y"
9446     boxpoints: "outliers"
9447     whiskerwidth: 0
9448   layout:
9449     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
9450     layout: "plot-throughput"
9451
9452 - type: "plot"
9453   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
9454   algorithm: "plot_performance_box"
9455   output-file-type: ".html"
9456   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
9457   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9458   filter: "'NIC_Intel-X520-DA2' and
9459            '64B' and
9460            'NDRPDR' and
9461            '2T2C' and
9462            'IP4FWD' and
9463            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
9464            not 'IPSEC' and
9465            not 'DOT1Q' and
9466            not 'VHOST'"
9467   parameters:
9468   - "throughput"
9469   - "parent"
9470   - "tags"
9471   sort:
9472   - "IP4BASE"
9473   - "ACL_STATELESS"
9474   - "ACL_STATEFUL"
9475   - "ACL_STATELESS"
9476   - "ACL_STATEFUL"
9477   traces:
9478     hoverinfo: "x+y"
9479     boxpoints: "outliers"
9480     whiskerwidth: 0
9481   layout:
9482     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
9483     layout: "plot-throughput"
9484
9485 # Packet Throughput - VPP IPv4 3n-hsw-x710 base and scale
9486 - type: "plot"
9487   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
9488   algorithm: "plot_performance_box"
9489   output-file-type: ".html"
9490   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
9491   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9492   filter: "'NIC_Intel-X710' and
9493            '64B' and
9494            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9495            'NDRPDR' and
9496            '1T1C' and
9497            'IP4FWD' and
9498            not 'IPSEC' and
9499            not 'DOT1Q' and
9500            not 'VHOST'"
9501   parameters:
9502   - "throughput"
9503   - "parent"
9504   - "tags"
9505   sort:
9506   - "IP4BASE"
9507   - "FIB_20K"
9508   - "FIB_200K"
9509   - "FIB_2M"
9510   traces:
9511     hoverinfo: "x+y"
9512     boxpoints: "outliers"
9513     whiskerwidth: 0
9514   layout:
9515     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
9516     layout: "plot-throughput"
9517
9518 - type: "plot"
9519   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
9520   algorithm: "plot_performance_box"
9521   output-file-type: ".html"
9522   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
9523   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9524   filter: "'NIC_Intel-X710' and
9525            '64B' and
9526            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9527            'NDRPDR' and
9528            '1T1C' and
9529            'IP4FWD' and
9530            not 'IPSEC' and
9531            not 'DOT1Q' and
9532            not 'VHOST'"
9533   parameters:
9534   - "throughput"
9535   - "parent"
9536   - "tags"
9537   sort:
9538   - "IP4BASE"
9539   - "FIB_20K"
9540   - "FIB_200K"
9541   - "FIB_2M"
9542   traces:
9543     hoverinfo: "x+y"
9544     boxpoints: "outliers"
9545     whiskerwidth: 0
9546   layout:
9547     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
9548     layout: "plot-throughput"
9549
9550 - type: "plot"
9551   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
9552   algorithm: "plot_performance_box"
9553   output-file-type: ".html"
9554   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
9555   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9556   filter: "'NIC_Intel-X710' and
9557            '64B' and
9558            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9559            'NDRPDR' and
9560            '2T2C' and
9561            'IP4FWD' and
9562            not 'IPSEC' and
9563            not 'DOT1Q' and
9564            not 'VHOST'"
9565   parameters:
9566   - "throughput"
9567   - "parent"
9568   - "tags"
9569   sort:
9570   - "IP4BASE"
9571   - "FIB_20K"
9572   - "FIB_200K"
9573   - "FIB_2M"
9574   traces:
9575     hoverinfo: "x+y"
9576     boxpoints: "outliers"
9577     whiskerwidth: 0
9578   layout:
9579     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
9580     layout: "plot-throughput"
9581
9582 - type: "plot"
9583   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
9584   algorithm: "plot_performance_box"
9585   output-file-type: ".html"
9586   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
9587   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9588   filter: "'NIC_Intel-X710' and
9589            '64B' and
9590            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9591            'NDRPDR' and
9592            '2T2C' and
9593            'IP4FWD' and
9594            not 'IPSEC' and
9595            not 'DOT1Q' and
9596            not 'VHOST'"
9597   parameters:
9598   - "throughput"
9599   - "parent"
9600   - "tags"
9601   sort:
9602   - "IP4BASE"
9603   - "FIB_20K"
9604   - "FIB_200K"
9605   - "FIB_2M"
9606   traces:
9607     hoverinfo: "x+y"
9608     boxpoints: "outliers"
9609     whiskerwidth: 0
9610   layout:
9611     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
9612     layout: "plot-throughput"
9613
9614 # Packet Throughput - VPP IPv4 3n-hsw-x710 features
9615 - type: "plot"
9616   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-ndr"
9617   algorithm: "plot_performance_box"
9618   output-file-type: ".html"
9619   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr"
9620   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9621   filter: "'NIC_Intel-X710' and
9622            '64B' and
9623            ('IP4BASE' or
9624             'POLICE_MARK' or
9625             'COPWHLIST' or
9626             ('NAT44' and 'BASE') or
9627             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
9628            'NDRPDR' and
9629            '1T1C' and
9630            'IP4FWD' and
9631            not 'IPSEC' and
9632            not 'VHOST'"
9633   parameters:
9634   - "throughput"
9635   - "parent"
9636   - "tags"
9637   sort:
9638   - "DOT1Q"
9639   - "IP4BASE"
9640   - "NAT44"
9641   - "POLICE_MARK"
9642   - "COPWHLIST"
9643   - "IACL"
9644   - "OACL"
9645   traces:
9646     hoverinfo: "x+y"
9647     boxpoints: "outliers"
9648     whiskerwidth: 0
9649   layout:
9650     title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
9651     layout: "plot-throughput"
9652
9653 - type: "plot"
9654   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-pdr"
9655   algorithm: "plot_performance_box"
9656   output-file-type: ".html"
9657   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-pdr"
9658   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9659   filter: "'NIC_Intel-X710' and
9660            '64B' and
9661            ('IP4BASE' or
9662             'POLICE_MARK' or
9663             'COPWHLIST' or
9664             ('NAT44' and 'BASE') or
9665             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
9666            'NDRPDR' and
9667            '1T1C' and
9668            'IP4FWD' and
9669            not 'IPSEC' and
9670            not 'VHOST'"
9671   parameters:
9672   - "throughput"
9673   - "parent"
9674   - "tags"
9675   sort:
9676   - "DOT1Q"
9677   - "IP4BASE"
9678   - "NAT44"
9679   - "POLICE_MARK"
9680   - "COPWHLIST"
9681   - "IACL"
9682   - "OACL"
9683   traces:
9684     hoverinfo: "x+y"
9685     boxpoints: "outliers"
9686     whiskerwidth: 0
9687   layout:
9688     title: "ip4-3n-hsw-x710-64b-1t1c-features-pdr"
9689     layout: "plot-throughput"
9690
9691 - type: "plot"
9692   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-ndr"
9693   algorithm: "plot_performance_box"
9694   output-file-type: ".html"
9695   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr"
9696   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9697   filter: "'NIC_Intel-X710' and
9698            '64B' and
9699            ('IP4BASE' or
9700             'POLICE_MARK' or
9701             'COPWHLIST' or
9702             ('NAT44' and 'BASE') or
9703             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
9704            'NDRPDR' and
9705            '2T2C' and
9706            'IP4FWD' and
9707            not 'IPSEC' and
9708            not 'VHOST'"
9709   parameters:
9710   - "throughput"
9711   - "parent"
9712   - "tags"
9713   sort:
9714   - "DOT1Q"
9715   - "IP4BASE"
9716   - "NAT44"
9717   - "POLICE_MARK"
9718   - "COPWHLIST"
9719   - "IACL"
9720   - "OACL"
9721   traces:
9722     hoverinfo: "x+y"
9723     boxpoints: "outliers"
9724     whiskerwidth: 0
9725   layout:
9726     title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
9727     layout: "plot-throughput"
9728
9729 - type: "plot"
9730   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-pdr"
9731   algorithm: "plot_performance_box"
9732   output-file-type: ".html"
9733   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-pdr"
9734   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9735   filter: "'NIC_Intel-X710' and
9736            '64B' and
9737            ('IP4BASE' or
9738             'POLICE_MARK' or
9739             'COPWHLIST' or
9740             ('NAT44' and 'BASE') or
9741             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
9742            'NDRPDR' and
9743            '2T2C' and
9744            'IP4FWD' and
9745            not 'IPSEC' and
9746            not 'VHOST'"
9747   parameters:
9748   - "throughput"
9749   - "parent"
9750   - "tags"
9751   sort:
9752   - "DOT1Q"
9753   - "IP4BASE"
9754   - "NAT44"
9755   - "POLICE_MARK"
9756   - "COPWHLIST"
9757   - "IACL"
9758   - "OACL"
9759   traces:
9760     hoverinfo: "x+y"
9761     boxpoints: "outliers"
9762     whiskerwidth: 0
9763   layout:
9764     title: "ip4-3n-hsw-x710-64b-2t2c-features-pdr"
9765     layout: "plot-throughput"
9766
9767 # Packet Throughput - VPP IPv4 3n-hsw-x710 features nat44
9768 - type: "plot"
9769   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
9770   algorithm: "plot_performance_box"
9771   output-file-type: ".html"
9772   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
9773   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9774   filter: "'NIC_Intel-X710' and
9775            '64B' and
9776            'NDRPDR' and
9777            '2T1C' and
9778            'IP4FWD' and
9779            ('NAT44' or 'IP4BASE') and
9780            not 'IPSEC' and
9781            not 'VHOST'"
9782   parameters:
9783   - "throughput"
9784   - "parent"
9785   - "tags"
9786   sort:
9787   - "IP4BASE"
9788   - "BASE"
9789   - "SRC_USER_10"
9790   - "SRC_USER_100"
9791   - "SRC_USER_1000"
9792   - "SRC_USER_2000"
9793   traces:
9794     hoverinfo: "x+y"
9795     boxpoints: "outliers"
9796     whiskerwidth: 0
9797   layout:
9798     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
9799     layout: "plot-throughput"
9800
9801 - type: "plot"
9802   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
9803   algorithm: "plot_performance_box"
9804   output-file-type: ".html"
9805   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
9806   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9807   filter: "'NIC_Intel-X710' and
9808            '64B' and
9809            'NDRPDR' and
9810            '2T1C' and
9811            'IP4FWD' and
9812            ('NAT44' or 'IP4BASE') and
9813            not 'IPSEC' and
9814            not 'VHOST'"
9815   parameters:
9816   - "throughput"
9817   - "parent"
9818   - "tags"
9819   sort:
9820   - "IP4BASE"
9821   - "BASE"
9822   - "SRC_USER_10"
9823   - "SRC_USER_100"
9824   - "SRC_USER_1000"
9825   - "SRC_USER_2000"
9826   traces:
9827     hoverinfo: "x+y"
9828     boxpoints: "outliers"
9829     whiskerwidth: 0
9830   layout:
9831     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
9832     layout: "plot-throughput"
9833
9834 - type: "plot"
9835   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
9836   algorithm: "plot_performance_box"
9837   output-file-type: ".html"
9838   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
9839   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9840   filter: "'NIC_Intel-X710' and
9841            '64B' and
9842            'NDRPDR' and
9843            '4T2C' and
9844            'IP4FWD' and
9845            ('NAT44' or 'IP4BASE') and
9846            not 'IPSEC' and
9847            not 'VHOST'"
9848   parameters:
9849   - "throughput"
9850   - "parent"
9851   - "tags"
9852   sort:
9853   - "IP4BASE"
9854   - "BASE"
9855   - "SRC_USER_10"
9856   - "SRC_USER_100"
9857   - "SRC_USER_1000"
9858   - "SRC_USER_2000"
9859   traces:
9860     hoverinfo: "x+y"
9861     boxpoints: "outliers"
9862     whiskerwidth: 0
9863   layout:
9864     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
9865     layout: "plot-throughput"
9866
9867 - type: "plot"
9868   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
9869   algorithm: "plot_performance_box"
9870   output-file-type: ".html"
9871   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
9872   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9873   filter: "'NIC_Intel-X710' and
9874            '64B' and
9875            'NDRPDR' and
9876            '4T2C' and
9877            'IP4FWD' and
9878            ('NAT44' or 'IP4BASE') and
9879            not 'IPSEC' and
9880            not 'VHOST'"
9881   parameters:
9882   - "throughput"
9883   - "parent"
9884   - "tags"
9885   sort:
9886   - "IP4BASE"
9887   - "BASE"
9888   - "SRC_USER_10"
9889   - "SRC_USER_100"
9890   - "SRC_USER_1000"
9891   - "SRC_USER_2000"
9892   traces:
9893     hoverinfo: "x+y"
9894     boxpoints: "outliers"
9895     whiskerwidth: 0
9896   layout:
9897     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
9898     layout: "plot-throughput"
9899
9900 # Packet Throughput - VPP IPv4 3n-hsw-x710 features iacl
9901 - type: "plot"
9902   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
9903   algorithm: "plot_performance_box"
9904   output-file-type: ".html"
9905   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
9906   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9907   filter: "'NIC_Intel-X710' and
9908            '64B' and
9909            'NDRPDR' and
9910            '2T1C' and
9911            'IP4FWD' and
9912            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
9913            not 'IPSEC' and
9914            not 'VHOST'"
9915   parameters:
9916   - "throughput"
9917   - "parent"
9918   - "tags"
9919   sort:
9920   - "IP4BASE"
9921   - "ACL_STATELESS"
9922   - "ACL_STATEFUL"
9923   - "ACL_STATELESS"
9924   - "ACL_STATEFUL"
9925   traces:
9926     hoverinfo: "x+y"
9927     boxpoints: "outliers"
9928     whiskerwidth: 0
9929   layout:
9930     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
9931     layout: "plot-throughput"
9932
9933 - type: "plot"
9934   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
9935   algorithm: "plot_performance_box"
9936   output-file-type: ".html"
9937   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
9938   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9939   filter: "'NIC_Intel-X710' and
9940            '64B' and
9941            'NDRPDR' and
9942            '2T1C' and
9943            'IP4FWD' and
9944            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
9945            not 'IPSEC' and
9946            not 'VHOST'"
9947   parameters:
9948   - "throughput"
9949   - "parent"
9950   - "tags"
9951   sort:
9952   - "IP4BASE"
9953   - "ACL_STATELESS"
9954   - "ACL_STATEFUL"
9955   - "ACL_STATELESS"
9956   - "ACL_STATEFUL"
9957   traces:
9958     hoverinfo: "x+y"
9959     boxpoints: "outliers"
9960     whiskerwidth: 0
9961   layout:
9962     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
9963     layout: "plot-throughput"
9964
9965 - type: "plot"
9966   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
9967   algorithm: "plot_performance_box"
9968   output-file-type: ".html"
9969   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
9970   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9971   filter: "'NIC_Intel-X710' and
9972            '64B' and
9973            'NDRPDR' and
9974            '4T2C' and
9975            'IP4FWD' and
9976            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
9977            not 'IPSEC' and
9978            not 'VHOST'"
9979   parameters:
9980   - "throughput"
9981   - "parent"
9982   - "tags"
9983   sort:
9984   - "IP4BASE"
9985   - "ACL_STATELESS"
9986   - "ACL_STATEFUL"
9987   - "ACL_STATELESS"
9988   - "ACL_STATEFUL"
9989   traces:
9990     hoverinfo: "x+y"
9991     boxpoints: "outliers"
9992     whiskerwidth: 0
9993   layout:
9994     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
9995     layout: "plot-throughput"
9996
9997 - type: "plot"
9998   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
9999   algorithm: "plot_performance_box"
10000   output-file-type: ".html"
10001   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
10002   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10003   filter: "'NIC_Intel-X710' and
10004            '64B' and
10005            'NDRPDR' and
10006            '4T2C' and
10007            'IP4FWD' and
10008            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
10009            not 'IPSEC' and
10010            not 'VHOST'"
10011   parameters:
10012   - "throughput"
10013   - "parent"
10014   - "tags"
10015   sort:
10016   - "IP4BASE"
10017   - "ACL_STATELESS"
10018   - "ACL_STATEFUL"
10019   - "ACL_STATELESS"
10020   - "ACL_STATEFUL"
10021   traces:
10022     hoverinfo: "x+y"
10023     boxpoints: "outliers"
10024     whiskerwidth: 0
10025   layout:
10026     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
10027     layout: "plot-throughput"
10028
10029 # Packet Throughput - VPP IPv4 3n-hsw-xl710 base and scale
10030 - type: "plot"
10031   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base-ndr"
10032   algorithm: "plot_performance_box"
10033   output-file-type: ".html"
10034   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base-ndr"
10035   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10036   filter: "'NIC_Intel-XL710' and
10037            '64B' and
10038            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10039            'NDRPDR' and
10040            '1T1C' and
10041            'IP4FWD' and
10042            not 'IPSEC' and
10043            not 'VHOST'"
10044   parameters:
10045   - "throughput"
10046   - "parent"
10047   - "tags"
10048   sort:
10049   - "IP4BASE"
10050   - "FIB_20K"
10051   - "FIB_200K"
10052   - "FIB_2M"
10053   traces:
10054     hoverinfo: "x+y"
10055     boxpoints: "outliers"
10056     whiskerwidth: 0
10057   layout:
10058     title: "ip4-3n-hsw-xl710-64b-1t1c-base-ndr"
10059     layout: "plot-throughput"
10060
10061 - type: "plot"
10062   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base-pdr"
10063   algorithm: "plot_performance_box"
10064   output-file-type: ".html"
10065   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base-pdr"
10066   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10067   filter: "'NIC_Intel-XL710' and
10068            '64B' and
10069            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10070            'NDRPDR' and
10071            '1T1C' and
10072            'IP4FWD' and
10073            not 'IPSEC' and
10074            not 'VHOST'"
10075   parameters:
10076   - "throughput"
10077   - "parent"
10078   - "tags"
10079   sort:
10080   - "IP4BASE"
10081   - "FIB_20K"
10082   - "FIB_200K"
10083   - "FIB_2M"
10084   traces:
10085     hoverinfo: "x+y"
10086     boxpoints: "outliers"
10087     whiskerwidth: 0
10088   layout:
10089     title: "ip4-3n-hsw-xl710-64b-1t1c-base-pdr"
10090     layout: "plot-throughput"
10091
10092 - type: "plot"
10093   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base-ndr"
10094   algorithm: "plot_performance_box"
10095   output-file-type: ".html"
10096   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base-ndr"
10097   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10098   filter: "'NIC_Intel-XL710' and
10099            '64B' and
10100            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10101            'NDRPDR' and
10102            '2T2C' and
10103            'IP4FWD' and
10104            not 'IPSEC' and
10105            not 'VHOST'"
10106   parameters:
10107   - "throughput"
10108   - "parent"
10109   - "tags"
10110   sort:
10111   - "IP4BASE"
10112   - "FIB_20K"
10113   - "FIB_200K"
10114   - "FIB_2M"
10115   traces:
10116     hoverinfo: "x+y"
10117     boxpoints: "outliers"
10118     whiskerwidth: 0
10119   layout:
10120     title: "ip4-3n-hsw-xl710-64b-2t2c-base-ndr"
10121     layout: "plot-throughput"
10122
10123 - type: "plot"
10124   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base-pdr"
10125   algorithm: "plot_performance_box"
10126   output-file-type: ".html"
10127   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base-pdr"
10128   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10129   filter: "'NIC_Intel-XL710' and
10130            '64B' and
10131            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10132            'NDRPDR' and
10133            '2T2C' and
10134            'IP4FWD' and
10135            not 'IPSEC' and
10136            not 'VHOST'"
10137   parameters:
10138   - "throughput"
10139   - "parent"
10140   - "tags"
10141   sort:
10142   - "IP4BASE"
10143   - "FIB_20K"
10144   - "FIB_200K"
10145   - "FIB_2M"
10146   traces:
10147     hoverinfo: "x+y"
10148     boxpoints: "outliers"
10149     whiskerwidth: 0
10150   layout:
10151     title: "ip4-3n-hsw-xl710-64b-2t2c-base-pdr"
10152     layout: "plot-throughput"
10153
10154 # Packet Throughput - VPP IPv4 3n-skx-x710 base and scale
10155 - type: "plot"
10156   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
10157   algorithm: "plot_performance_box"
10158   output-file-type: ".html"
10159   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
10160   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10161   filter: "'NIC_Intel-X710' and
10162            '64B' and
10163            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10164            'NDRPDR' and
10165            '2T1C' and
10166            'IP4FWD' and
10167            not 'IPSEC' and
10168            not 'DOT1Q' and
10169            not 'VHOST'"
10170   parameters:
10171   - "throughput"
10172   - "parent"
10173   - "tags"
10174   sort:
10175   - "IP4BASE"
10176   - "FIB_20K"
10177   - "FIB_200K"
10178   - "FIB_2M"
10179   traces:
10180     hoverinfo: "x+y"
10181     boxpoints: "outliers"
10182     whiskerwidth: 0
10183   layout:
10184     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
10185     layout: "plot-throughput"
10186
10187 - type: "plot"
10188   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
10189   algorithm: "plot_performance_box"
10190   output-file-type: ".html"
10191   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
10192   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10193   filter: "'NIC_Intel-X710' and
10194            '64B' and
10195            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10196            'NDRPDR' and
10197            '2T1C' and
10198            'IP4FWD' and
10199            not 'IPSEC' and
10200            not 'DOT1Q' and
10201            not 'VHOST'"
10202   parameters:
10203   - "throughput"
10204   - "parent"
10205   - "tags"
10206   sort:
10207   - "IP4BASE"
10208   - "FIB_20K"
10209   - "FIB_200K"
10210   - "FIB_2M"
10211   traces:
10212     hoverinfo: "x+y"
10213     boxpoints: "outliers"
10214     whiskerwidth: 0
10215   layout:
10216     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
10217     layout: "plot-throughput"
10218
10219 - type: "plot"
10220   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
10221   algorithm: "plot_performance_box"
10222   output-file-type: ".html"
10223   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
10224   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10225   filter: "'NIC_Intel-X710' and
10226            '64B' and
10227            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10228            'NDRPDR' and
10229            '4T2C' and
10230            'IP4FWD' and
10231            not 'IPSEC' and
10232            not 'DOT1Q' and
10233            not 'VHOST'"
10234   parameters:
10235   - "throughput"
10236   - "parent"
10237   - "tags"
10238   sort:
10239   - "IP4BASE"
10240   - "FIB_20K"
10241   - "FIB_200K"
10242   - "FIB_2M"
10243   traces:
10244     hoverinfo: "x+y"
10245     boxpoints: "outliers"
10246     whiskerwidth: 0
10247   layout:
10248     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
10249     layout: "plot-throughput"
10250
10251 - type: "plot"
10252   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
10253   algorithm: "plot_performance_box"
10254   output-file-type: ".html"
10255   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
10256   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10257   filter: "'NIC_Intel-X710' and
10258            '64B' and
10259            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10260            'NDRPDR' and
10261            '4T2C' and
10262            'IP4FWD' and
10263            not 'IPSEC' and
10264            not 'DOT1Q' and
10265            not 'VHOST'"
10266   parameters:
10267   - "throughput"
10268   - "parent"
10269   - "tags"
10270   sort:
10271   - "IP4BASE"
10272   - "FIB_20K"
10273   - "FIB_200K"
10274   - "FIB_2M"
10275   traces:
10276     hoverinfo: "x+y"
10277     boxpoints: "outliers"
10278     whiskerwidth: 0
10279   layout:
10280     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
10281     layout: "plot-throughput"
10282
10283 # Packet Throughput - VPP IPv4 3n-skx-x710 features
10284 - type: "plot"
10285   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-ndr"
10286   algorithm: "plot_performance_box"
10287   output-file-type: ".html"
10288   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr"
10289   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10290   filter: "'NIC_Intel-X710' and
10291            '64B' and
10292            ('IP4BASE' or
10293             'POLICE_MARK' or
10294             'COPWHLIST' or
10295             ('NAT44' and 'BASE') or
10296             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10297            'NDRPDR' and
10298            '2T1C' and
10299            'IP4FWD' and
10300            not 'IPSEC' and
10301            not 'VHOST'"
10302   parameters:
10303   - "throughput"
10304   - "parent"
10305   - "tags"
10306   sort:
10307   - "DOT1Q"
10308   - "IP4BASE"
10309   - "NAT44"
10310   - "POLICE_MARK"
10311   - "COPWHLIST"
10312   - "IACL"
10313   - "OACL"
10314   traces:
10315     hoverinfo: "x+y"
10316     boxpoints: "outliers"
10317     whiskerwidth: 0
10318   layout:
10319     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
10320     layout: "plot-throughput"
10321
10322 - type: "plot"
10323   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-pdr"
10324   algorithm: "plot_performance_box"
10325   output-file-type: ".html"
10326   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-pdr"
10327   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10328   filter: "'NIC_Intel-X710' and
10329            '64B' and
10330            ('IP4BASE' or
10331             'POLICE_MARK' or
10332             'COPWHLIST' or
10333             ('NAT44' and 'BASE') or
10334             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10335            'NDRPDR' and
10336            '2T1C' and
10337            'IP4FWD' and
10338            not 'IPSEC' and
10339            not 'VHOST'"
10340   parameters:
10341   - "throughput"
10342   - "parent"
10343   - "tags"
10344   sort:
10345   - "DOT1Q"
10346   - "IP4BASE"
10347   - "NAT44"
10348   - "POLICE_MARK"
10349   - "COPWHLIST"
10350   - "IACL"
10351   - "OACL"
10352   traces:
10353     hoverinfo: "x+y"
10354     boxpoints: "outliers"
10355     whiskerwidth: 0
10356   layout:
10357     title: "ip4-3n-skx-x710-64b-2t1c-features-pdr"
10358     layout: "plot-throughput"
10359
10360 - type: "plot"
10361   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-ndr"
10362   algorithm: "plot_performance_box"
10363   output-file-type: ".html"
10364   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr"
10365   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10366   filter: "'NIC_Intel-X710' and
10367            '64B' and
10368            ('IP4BASE' or
10369             'POLICE_MARK' or
10370             'COPWHLIST' or
10371             ('NAT44' and 'BASE') or
10372             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10373            'NDRPDR' and
10374            '4T2C' and
10375            'IP4FWD' and
10376            not 'IPSEC' and
10377            not 'VHOST'"
10378   parameters:
10379   - "throughput"
10380   - "parent"
10381   - "tags"
10382   sort:
10383   - "DOT1Q"
10384   - "IP4BASE"
10385   - "NAT44"
10386   - "POLICE_MARK"
10387   - "COPWHLIST"
10388   - "IACL"
10389   - "OACL"
10390   traces:
10391     hoverinfo: "x+y"
10392     boxpoints: "outliers"
10393     whiskerwidth: 0
10394   layout:
10395     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
10396     layout: "plot-throughput"
10397
10398 - type: "plot"
10399   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-pdr"
10400   algorithm: "plot_performance_box"
10401   output-file-type: ".html"
10402   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-pdr"
10403   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10404   filter: "'NIC_Intel-X710' and
10405            '64B' and
10406            ('IP4BASE' or
10407             'POLICE_MARK' or
10408             'COPWHLIST' or
10409             ('NAT44' and 'BASE') or
10410             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10411            'NDRPDR' and
10412            '4T2C' and
10413            'IP4FWD' and
10414            not 'IPSEC' and
10415            not 'VHOST'"
10416   parameters:
10417   - "throughput"
10418   - "parent"
10419   - "tags"
10420   sort:
10421   - "DOT1Q"
10422   - "IP4BASE"
10423   - "NAT44"
10424   - "POLICE_MARK"
10425   - "COPWHLIST"
10426   - "IACL"
10427   - "OACL"
10428   traces:
10429     hoverinfo: "x+y"
10430     boxpoints: "outliers"
10431     whiskerwidth: 0
10432   layout:
10433     title: "ip4-3n-skx-x710-64b-4t2c-features-pdr"
10434     layout: "plot-throughput"
10435
10436 # Packet Throughput - VPP IPv4 3n-skx-x710 features nat44
10437 - type: "plot"
10438   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
10439   algorithm: "plot_performance_box"
10440   output-file-type: ".html"
10441   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
10442   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10443   filter: "'NIC_Intel-X710' and
10444            '64B' and
10445            'NDRPDR' and
10446            '1T1C' and
10447            'IP4FWD' and
10448            ('NAT44' or 'IP4BASE') and
10449            not 'IPSEC' and
10450            not 'VHOST'"
10451   parameters:
10452   - "throughput"
10453   - "parent"
10454   - "tags"
10455   sort:
10456   - "IP4BASE"
10457   - "BASE"
10458   - "SRC_USER_10"
10459   - "SRC_USER_100"
10460   - "SRC_USER_1000"
10461   - "SRC_USER_2000"
10462   traces:
10463     hoverinfo: "x+y"
10464     boxpoints: "outliers"
10465     whiskerwidth: 0
10466   layout:
10467     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
10468     layout: "plot-throughput"
10469
10470 - type: "plot"
10471   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
10472   algorithm: "plot_performance_box"
10473   output-file-type: ".html"
10474   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
10475   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10476   filter: "'NIC_Intel-X710' and
10477            '64B' and
10478            'NDRPDR' and
10479            '1T1C' and
10480            'IP4FWD' and
10481            ('NAT44' or 'IP4BASE') and
10482            not 'IPSEC' and
10483            not 'VHOST'"
10484   parameters:
10485   - "throughput"
10486   - "parent"
10487   - "tags"
10488   sort:
10489   - "IP4BASE"
10490   - "BASE"
10491   - "SRC_USER_10"
10492   - "SRC_USER_100"
10493   - "SRC_USER_1000"
10494   - "SRC_USER_2000"
10495   traces:
10496     hoverinfo: "x+y"
10497     boxpoints: "outliers"
10498     whiskerwidth: 0
10499   layout:
10500     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
10501     layout: "plot-throughput"
10502
10503 - type: "plot"
10504   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
10505   algorithm: "plot_performance_box"
10506   output-file-type: ".html"
10507   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
10508   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10509   filter: "'NIC_Intel-X710' and
10510            '64B' and
10511            'NDRPDR' and
10512            '2T2C' and
10513            'IP4FWD' and
10514            ('NAT44' or 'IP4BASE') and
10515            not 'IPSEC' and
10516            not 'VHOST'"
10517   parameters:
10518   - "throughput"
10519   - "parent"
10520   - "tags"
10521   sort:
10522   - "IP4BASE"
10523   - "BASE"
10524   - "SRC_USER_10"
10525   - "SRC_USER_100"
10526   - "SRC_USER_1000"
10527   - "SRC_USER_2000"
10528   traces:
10529     hoverinfo: "x+y"
10530     boxpoints: "outliers"
10531     whiskerwidth: 0
10532   layout:
10533     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
10534     layout: "plot-throughput"
10535
10536 - type: "plot"
10537   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
10538   algorithm: "plot_performance_box"
10539   output-file-type: ".html"
10540   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
10541   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10542   filter: "'NIC_Intel-X710' and
10543            '64B' and
10544            'NDRPDR' and
10545            '2T2C' and
10546            'IP4FWD' and
10547            ('NAT44' or 'IP4BASE') and
10548            not 'IPSEC' and
10549            not 'VHOST'"
10550   parameters:
10551   - "throughput"
10552   - "parent"
10553   - "tags"
10554   sort:
10555   - "IP4BASE"
10556   - "BASE"
10557   - "SRC_USER_10"
10558   - "SRC_USER_100"
10559   - "SRC_USER_1000"
10560   - "SRC_USER_2000"
10561   traces:
10562     hoverinfo: "x+y"
10563     boxpoints: "outliers"
10564     whiskerwidth: 0
10565   layout:
10566     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
10567     layout: "plot-throughput"
10568
10569 # Packet Throughput - VPP IPv4 3n-skx-x710 features iacl
10570 - type: "plot"
10571   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
10572   algorithm: "plot_performance_box"
10573   output-file-type: ".html"
10574   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
10575   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10576   filter: "'NIC_Intel-X710' and
10577            '64B' and
10578            'NDRPDR' and
10579            '1T1C' and
10580            'IP4FWD' and
10581            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
10582            not 'IPSEC' and
10583            not 'VHOST'"
10584   parameters:
10585   - "throughput"
10586   - "parent"
10587   - "tags"
10588   sort:
10589   - "IP4BASE"
10590   - "ACL_STATELESS"
10591   - "ACL_STATEFUL"
10592   - "ACL_STATELESS"
10593   - "ACL_STATEFUL"
10594   traces:
10595     hoverinfo: "x+y"
10596     boxpoints: "outliers"
10597     whiskerwidth: 0
10598   layout:
10599     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
10600     layout: "plot-throughput"
10601
10602 - type: "plot"
10603   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
10604   algorithm: "plot_performance_box"
10605   output-file-type: ".html"
10606   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
10607   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10608   filter: "'NIC_Intel-X710' and
10609            '64B' and
10610            'NDRPDR' and
10611            '1T1C' and
10612            'IP4FWD' and
10613            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
10614            not 'IPSEC' and
10615            not 'VHOST'"
10616   parameters:
10617   - "throughput"
10618   - "parent"
10619   - "tags"
10620   sort:
10621   - "IP4BASE"
10622   - "ACL_STATELESS"
10623   - "ACL_STATEFUL"
10624   - "ACL_STATELESS"
10625   - "ACL_STATEFUL"
10626   traces:
10627     hoverinfo: "x+y"
10628     boxpoints: "outliers"
10629     whiskerwidth: 0
10630   layout:
10631     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
10632     layout: "plot-throughput"
10633
10634 - type: "plot"
10635   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
10636   algorithm: "plot_performance_box"
10637   output-file-type: ".html"
10638   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
10639   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10640   filter: "'NIC_Intel-X710' and
10641            '64B' and
10642            'NDRPDR' and
10643            '2T2C' and
10644            'IP4FWD' and
10645            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
10646            not 'IPSEC' and
10647            not 'VHOST'"
10648   parameters:
10649   - "throughput"
10650   - "parent"
10651   - "tags"
10652   sort:
10653   - "IP4BASE"
10654   - "ACL_STATELESS"
10655   - "ACL_STATEFUL"
10656   - "ACL_STATELESS"
10657   - "ACL_STATEFUL"
10658   traces:
10659     hoverinfo: "x+y"
10660     boxpoints: "outliers"
10661     whiskerwidth: 0
10662   layout:
10663     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
10664     layout: "plot-throughput"
10665
10666 - type: "plot"
10667   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
10668   algorithm: "plot_performance_box"
10669   output-file-type: ".html"
10670   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
10671   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10672   filter: "'NIC_Intel-X710' and
10673            '64B' and
10674            'NDRPDR' and
10675            '2T2C' and
10676            'IP4FWD' and
10677            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
10678            not 'IPSEC' and
10679            not 'VHOST'"
10680   parameters:
10681   - "throughput"
10682   - "parent"
10683   - "tags"
10684   sort:
10685   - "IP4BASE"
10686   - "ACL_STATELESS"
10687   - "ACL_STATEFUL"
10688   - "ACL_STATELESS"
10689   - "ACL_STATEFUL"
10690   traces:
10691     hoverinfo: "x+y"
10692     boxpoints: "outliers"
10693     whiskerwidth: 0
10694   layout:
10695     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
10696     layout: "plot-throughput"
10697
10698 # Packet Throughput - VPP IPv4 2n-skx-x710 base and scale
10699 - type: "plot"
10700   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
10701   algorithm: "plot_performance_box"
10702   output-file-type: ".html"
10703   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
10704   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10705   filter: "'NIC_Intel-X710' and
10706            '64B' and
10707            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10708            'NDRPDR' and
10709            '2T1C' and
10710            'IP4FWD' and
10711            not 'IPSEC' and
10712            not 'DOT1Q' and
10713            not 'VHOST'"
10714   parameters:
10715   - "throughput"
10716   - "parent"
10717   - "tags"
10718   sort:
10719   - "IP4BASE"
10720   - "FIB_20K"
10721   - "FIB_200K"
10722   - "FIB_2M"
10723   traces:
10724     hoverinfo: "x+y"
10725     boxpoints: "outliers"
10726     whiskerwidth: 0
10727   layout:
10728     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
10729     layout: "plot-throughput"
10730
10731 - type: "plot"
10732   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
10733   algorithm: "plot_performance_box"
10734   output-file-type: ".html"
10735   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
10736   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10737   filter: "'NIC_Intel-X710' and
10738            '64B' and
10739            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10740            'NDRPDR' and
10741            '2T1C' and
10742            'IP4FWD' and
10743            not 'IPSEC' and
10744            not 'DOT1Q' and
10745            not 'VHOST'"
10746   parameters:
10747   - "throughput"
10748   - "parent"
10749   - "tags"
10750   sort:
10751   - "IP4BASE"
10752   - "FIB_20K"
10753   - "FIB_200K"
10754   - "FIB_2M"
10755   traces:
10756     hoverinfo: "x+y"
10757     boxpoints: "outliers"
10758     whiskerwidth: 0
10759   layout:
10760     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
10761     layout: "plot-throughput"
10762
10763 - type: "plot"
10764   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
10765   algorithm: "plot_performance_box"
10766   output-file-type: ".html"
10767   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
10768   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10769   filter: "'NIC_Intel-X710' and
10770            '64B' and
10771            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10772            'NDRPDR' and
10773            '4T2C' and
10774            'IP4FWD' and
10775            not 'IPSEC' and
10776            not 'DOT1Q' and
10777            not 'VHOST'"
10778   parameters:
10779   - "throughput"
10780   - "parent"
10781   - "tags"
10782   sort:
10783   - "IP4BASE"
10784   - "FIB_20K"
10785   - "FIB_200K"
10786   - "FIB_2M"
10787   traces:
10788     hoverinfo: "x+y"
10789     boxpoints: "outliers"
10790     whiskerwidth: 0
10791   layout:
10792     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
10793     layout: "plot-throughput"
10794
10795 - type: "plot"
10796   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
10797   algorithm: "plot_performance_box"
10798   output-file-type: ".html"
10799   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
10800   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10801   filter: "'NIC_Intel-X710' and
10802            '64B' and
10803            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10804            'NDRPDR' and
10805            '4T2C' and
10806            'IP4FWD' and
10807            not 'IPSEC' and
10808            not 'DOT1Q' and
10809            not 'VHOST'"
10810   parameters:
10811   - "throughput"
10812   - "parent"
10813   - "tags"
10814   sort:
10815   - "IP4BASE"
10816   - "FIB_20K"
10817   - "FIB_200K"
10818   - "FIB_2M"
10819   traces:
10820     hoverinfo: "x+y"
10821     boxpoints: "outliers"
10822     whiskerwidth: 0
10823   layout:
10824     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
10825     layout: "plot-throughput"
10826
10827 # Packet Throughput - VPP IPv4 2n-skx-x710 features iacl
10828 - type: "plot"
10829   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-features-iacl-ndr"
10830   algorithm: "plot_performance_box"
10831   output-file-type: ".html"
10832   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-features-iacl-ndr"
10833   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10834   filter: "'NIC_Intel-X710' and
10835            '64B' and
10836            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10837            'NDRPDR' and
10838            '2T1C' and
10839            'IP4FWD' and
10840            not 'IPSEC' and
10841            not 'DOT1Q' and
10842            not 'VHOST'"
10843   parameters:
10844   - "throughput"
10845   - "parent"
10846   - "tags"
10847   sort:
10848   - "IP4BASE"
10849   - "ACL_STATELESS"
10850   - "ACL_STATEFUL"
10851   - "ACL_STATELESS"
10852   - "ACL_STATEFUL"
10853   traces:
10854     hoverinfo: "x+y"
10855     boxpoints: "outliers"
10856     whiskerwidth: 0
10857   layout:
10858     title: "ip4-2n-skx-x710-64b-2t1c-features-iacl-ndr"
10859     layout: "plot-throughput"
10860
10861 - type: "plot"
10862   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-features-iacl-pdr"
10863   algorithm: "plot_performance_box"
10864   output-file-type: ".html"
10865   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-features-iacl-pdr"
10866   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10867   filter: "'NIC_Intel-X710' and
10868            '64B' and
10869            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10870            'NDRPDR' and
10871            '2T1C' and
10872            'IP4FWD' and
10873            not 'IPSEC' and
10874            not 'DOT1Q' and
10875            not 'VHOST'"
10876   parameters:
10877   - "throughput"
10878   - "parent"
10879   - "tags"
10880   sort:
10881   - "IP4BASE"
10882   - "ACL_STATELESS"
10883   - "ACL_STATEFUL"
10884   - "ACL_STATELESS"
10885   - "ACL_STATEFUL"
10886   traces:
10887     hoverinfo: "x+y"
10888     boxpoints: "outliers"
10889     whiskerwidth: 0
10890   layout:
10891     title: "ip4-2n-skx-x710-64b-2t1c-features-iacl-pdr"
10892     layout: "plot-throughput"
10893
10894 - type: "plot"
10895   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-features-iacl-ndr"
10896   algorithm: "plot_performance_box"
10897   output-file-type: ".html"
10898   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-features-iacl-ndr"
10899   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10900   filter: "'NIC_Intel-X710' and
10901            '64B' and
10902            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10903            'NDRPDR' and
10904            '4T2C' and
10905            'IP4FWD' and
10906            not 'IPSEC' and
10907            not 'DOT1Q' and
10908            not 'VHOST'"
10909   parameters:
10910   - "throughput"
10911   - "parent"
10912   - "tags"
10913   sort:
10914   - "IP4BASE"
10915   - "ACL_STATELESS"
10916   - "ACL_STATEFUL"
10917   - "ACL_STATELESS"
10918   - "ACL_STATEFUL"
10919   traces:
10920     hoverinfo: "x+y"
10921     boxpoints: "outliers"
10922     whiskerwidth: 0
10923   layout:
10924     title: "ip4-2n-skx-x710-64b-4t2c-features-iacl-ndr"
10925     layout: "plot-throughput"
10926
10927 - type: "plot"
10928   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-features-iacl-pdr"
10929   algorithm: "plot_performance_box"
10930   output-file-type: ".html"
10931   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-features-iacl-pdr"
10932   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10933   filter: "'NIC_Intel-X710' and
10934            '64B' and
10935            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10936            'NDRPDR' and
10937            '4T2C' and
10938            'IP4FWD' and
10939            not 'IPSEC' and
10940            not 'DOT1Q' and
10941            not 'VHOST'"
10942   parameters:
10943   - "throughput"
10944   - "parent"
10945   - "tags"
10946   sort:
10947   - "IP4BASE"
10948   - "ACL_STATELESS"
10949   - "ACL_STATEFUL"
10950   - "ACL_STATELESS"
10951   - "ACL_STATEFUL"
10952   traces:
10953     hoverinfo: "x+y"
10954     boxpoints: "outliers"
10955     whiskerwidth: 0
10956   layout:
10957     title: "ip4-2n-skx-x710-64b-4t2c-features-iacl-pdr"
10958     layout: "plot-throughput"
10959
10960 # Packet Throughput - VPP IPv4 2n-skx-xxv710 base and scale
10961 - type: "plot"
10962   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
10963   algorithm: "plot_performance_box"
10964   output-file-type: ".html"
10965   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
10966   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10967   filter: "'NIC_Intel-XXV710' and
10968            '64B' and
10969            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10970            'NDRPDR' and
10971            '2T1C' and
10972            'IP4FWD' and
10973            not 'IPSEC' and
10974            not 'DOT1Q' and
10975            not 'VHOST'"
10976   parameters:
10977   - "throughput"
10978   - "parent"
10979   - "tags"
10980   sort:
10981   - "IP4BASE"
10982   - "FIB_20K"
10983   - "FIB_200K"
10984   - "FIB_2M"
10985   traces:
10986     hoverinfo: "x+y"
10987     boxpoints: "outliers"
10988     whiskerwidth: 0
10989   layout:
10990     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
10991     layout: "plot-throughput"
10992
10993 - type: "plot"
10994   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
10995   algorithm: "plot_performance_box"
10996   output-file-type: ".html"
10997   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
10998   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10999   filter: "'NIC_Intel-XXV710' and
11000            '64B' and
11001            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11002            'NDRPDR' and
11003            '2T1C' and
11004            'IP4FWD' and
11005            not 'IPSEC' and
11006            not 'DOT1Q' and
11007            not 'VHOST'"
11008   parameters:
11009   - "throughput"
11010   - "parent"
11011   - "tags"
11012   sort:
11013   - "IP4BASE"
11014   - "FIB_20K"
11015   - "FIB_200K"
11016   - "FIB_2M"
11017   traces:
11018     hoverinfo: "x+y"
11019     boxpoints: "outliers"
11020     whiskerwidth: 0
11021   layout:
11022     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
11023     layout: "plot-throughput"
11024
11025 - type: "plot"
11026   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
11027   algorithm: "plot_performance_box"
11028   output-file-type: ".html"
11029   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
11030   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11031   filter: "'NIC_Intel-XXV710' and
11032            '64B' and
11033            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11034            'NDRPDR' and
11035            '4T2C' and
11036            'IP4FWD' and
11037            not 'IPSEC' and
11038            not 'DOT1Q' and
11039            not 'VHOST'"
11040   parameters:
11041   - "throughput"
11042   - "parent"
11043   - "tags"
11044   sort:
11045   - "IP4BASE"
11046   - "FIB_20K"
11047   - "FIB_200K"
11048   - "FIB_2M"
11049   traces:
11050     hoverinfo: "x+y"
11051     boxpoints: "outliers"
11052     whiskerwidth: 0
11053   layout:
11054     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
11055     layout: "plot-throughput"
11056
11057 - type: "plot"
11058   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
11059   algorithm: "plot_performance_box"
11060   output-file-type: ".html"
11061   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
11062   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11063   filter: "'NIC_Intel-XXV710' and
11064            '64B' and
11065            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11066            'NDRPDR' and
11067            '4T2C' and
11068            'IP4FWD' and
11069            not 'IPSEC' and
11070            not 'DOT1Q' and
11071            not 'VHOST'"
11072   parameters:
11073   - "throughput"
11074   - "parent"
11075   - "tags"
11076   sort:
11077   - "IP4BASE"
11078   - "FIB_20K"
11079   - "FIB_200K"
11080   - "FIB_2M"
11081   traces:
11082     hoverinfo: "x+y"
11083     boxpoints: "outliers"
11084     whiskerwidth: 0
11085   layout:
11086     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
11087     layout: "plot-throughput"
11088
11089 # Packet Throughput - VPP IPv4 2n-dnv-x553 base and scale
11090 - type: "plot"
11091   title: "VPP Throughput: ip4-2n-dnv-x553-64b-1t1c-base-ndr"
11092   algorithm: "plot_performance_box"
11093   output-file-type: ".html"
11094   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-1t1c-base-ndr"
11095   data: "intel-dnv-vpp"
11096   filter: "'NIC_Intel-X553' and
11097            '64B' and
11098            'IP4BASE' and
11099            'NDRPDR' and
11100            '1T1C' and
11101            'IP4FWD' and
11102            not 'IPSEC' and
11103            not 'VHOST'"
11104   parameters:
11105   - "throughput"
11106   - "parent"
11107   - "tags"
11108   sort:
11109   - "IP4BASE"
11110   traces:
11111     hoverinfo: "x+y"
11112     boxpoints: "outliers"
11113     whiskerwidth: 0
11114   layout:
11115     title: "ip4-2n-dnv-x553-64b-1t1c-base-ndr"
11116     layout: "plot-throughput"
11117
11118 - type: "plot"
11119   title: "VPP Throughput: ip4-2n-dnv-x553-64b-1t1c-base-pdr"
11120   algorithm: "plot_performance_box"
11121   output-file-type: ".html"
11122   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-1t1c-base-pdr"
11123   data: "intel-dnv-vpp"
11124   filter: "'NIC_Intel-X553' and
11125            '64B' and
11126            'IP4BASE' and
11127            'NDRPDR' and
11128            '1T1C' and
11129            'IP4FWD' and
11130            not 'IPSEC' and
11131            not 'VHOST'"
11132   parameters:
11133   - "throughput"
11134   - "parent"
11135   - "tags"
11136   sort:
11137   - "IP4BASE"
11138   traces:
11139     hoverinfo: "x+y"
11140     boxpoints: "outliers"
11141     whiskerwidth: 0
11142   layout:
11143     title: "ip4-2n-dnv-x553-64b-1t1c-base-pdr"
11144     layout: "plot-throughput"
11145
11146 - type: "plot"
11147   title: "VPP Throughput: ip4-2n-dnv-x553-64b-2t2c-base-ndr"
11148   algorithm: "plot_performance_box"
11149   output-file-type: ".html"
11150   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-2t2c-base-ndr"
11151   data: "intel-dnv-vpp"
11152   filter: "'NIC_Intel-X553' and
11153            '64B' and
11154            'IP4BASE' and
11155            'NDRPDR' and
11156            '2T2C' and
11157            'IP4FWD' and
11158            not 'IPSEC' and
11159            not 'VHOST'"
11160   parameters:
11161   - "throughput"
11162   - "parent"
11163   - "tags"
11164   sort:
11165   - "IP4BASE"
11166   traces:
11167     hoverinfo: "x+y"
11168     boxpoints: "outliers"
11169     whiskerwidth: 0
11170   layout:
11171     title: "ip4-2n-dnv-x553-64b-2t2c-base-ndr"
11172     layout: "plot-throughput"
11173
11174 - type: "plot"
11175   title: "VPP Throughput: ip4-2n-dnv-x553-64b-2t2c-base-pdr"
11176   algorithm: "plot_performance_box"
11177   output-file-type: ".html"
11178   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-2t2c-base-pdr"
11179   data: "intel-dnv-vpp"
11180   filter: "'NIC_Intel-X553' and
11181            '64B' and
11182            'IP4BASE' and
11183            'NDRPDR' and
11184            '2T2C' and
11185            'IP4FWD' and
11186            not 'IPSEC' and
11187            not 'VHOST'"
11188   parameters:
11189   - "throughput"
11190   - "parent"
11191   - "tags"
11192   sort:
11193   - "IP4BASE"
11194   traces:
11195     hoverinfo: "x+y"
11196     boxpoints: "outliers"
11197     whiskerwidth: 0
11198   layout:
11199     title: "ip4-2n-dnv-x553-64b-2t2c-base-pdr"
11200     layout: "plot-throughput"
11201
11202 ################################################################################
11203
11204 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520 - features
11205 - type: "plot"
11206   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
11207   algorithm: "plot_performance_box"
11208   output-file-type: ".html"
11209   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
11210   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11211   filter: "'NIC_Intel-X520-DA2' and
11212            '64B' and
11213            'ENCAP' and
11214            'NDRPDR' and
11215            '1T1C' and
11216            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
11217            not 'DOT1Q' and
11218            not 'VHOST' and
11219            not 'IPSECHW'"
11220   parameters:
11221   - "throughput"
11222   - "parent"
11223   - "tags"
11224   sort:
11225   - "IP4BASE"
11226   - "L2BDMACLRN"
11227   - "L2XCFWD"
11228   - "LISP"
11229   traces:
11230     hoverinfo: "x+y"
11231     boxpoints: "outliers"
11232     whiskerwidth: 0
11233   layout:
11234     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
11235     layout: "plot-throughput"
11236
11237 - type: "plot"
11238   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
11239   algorithm: "plot_performance_box"
11240   output-file-type: ".html"
11241   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
11242   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11243   filter: "'NIC_Intel-X520-DA2' and
11244            '64B' and
11245            'ENCAP' and
11246            'NDRPDR' and
11247            '2T2C' and
11248            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
11249            not 'DOT1Q' and
11250            not 'VHOST' and
11251            not 'IPSECHW'"
11252   parameters:
11253   - "throughput"
11254   - "parent"
11255   - "tags"
11256   sort:
11257   - "IP4BASE"
11258   - "L2BDMACLRN"
11259   - "L2XCFWD"
11260   - "LISP"
11261   traces:
11262     hoverinfo: "x+y"
11263     boxpoints: "outliers"
11264     whiskerwidth: 0
11265   layout:
11266     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
11267     layout: "plot-throughput"
11268
11269 - type: "plot"
11270   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
11271   algorithm: "plot_performance_box"
11272   output-file-type: ".html"
11273   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
11274   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11275   filter: "'NIC_Intel-X520-DA2' and
11276            '64B' and
11277            'ENCAP' and
11278            'NDRPDR' and
11279            '1T1C' and
11280            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
11281            not 'DOT1Q' and
11282            not 'VHOST' and
11283            not 'IPSECHW'"
11284   parameters:
11285   - "throughput"
11286   - "parent"
11287   - "tags"
11288   sort:
11289   - "IP4BASE"
11290   - "L2BDMACLRN"
11291   - "L2XCFWD"
11292   - "LISP"
11293   traces:
11294     hoverinfo: "x+y"
11295     boxpoints: "outliers"
11296     whiskerwidth: 0
11297   layout:
11298     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
11299     layout: "plot-throughput"
11300
11301 - type: "plot"
11302   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
11303   algorithm: "plot_performance_box"
11304   output-file-type: ".html"
11305   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
11306   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11307   filter: "'NIC_Intel-X520-DA2' and
11308            '64B' and
11309            'ENCAP' and
11310            'NDRPDR' and
11311            '2T2C' and
11312            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
11313            not 'DOT1Q' and
11314            not 'VHOST' and
11315            not 'IPSECHW'"
11316   parameters:
11317   - "throughput"
11318   - "parent"
11319   - "tags"
11320   sort:
11321   - "IP4BASE"
11322   - "L2BDMACLRN"
11323   - "L2XCFWD"
11324   - "LISP"
11325   traces:
11326     hoverinfo: "x+y"
11327     boxpoints: "outliers"
11328     whiskerwidth: 0
11329   layout:
11330     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
11331     layout: "plot-throughput"
11332
11333 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 base and scale
11334 - type: "plot"
11335   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
11336   algorithm: "plot_performance_box"
11337   output-file-type: ".html"
11338   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
11339   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11340   filter: "'NIC_Intel-X710' and
11341            '64B' and
11342            'ENCAP' and
11343            'NDRPDR' and
11344            '1T1C' and
11345            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
11346            not 'VHOST' and
11347            not 'IPSECHW'"
11348   parameters:
11349   - "throughput"
11350   - "parent"
11351   - "tags"
11352   sort:
11353   - "IP4BASE"
11354   - "LISP"
11355   - "VXLAN_1"
11356   - "VXLAN_10"
11357   - "VXLAN_100"
11358   - "VXLAN_1000"
11359   traces:
11360     hoverinfo: "x+y"
11361     boxpoints: "outliers"
11362     whiskerwidth: 0
11363   layout:
11364     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
11365     layout: "plot-throughput"
11366
11367 - type: "plot"
11368   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
11369   algorithm: "plot_performance_box"
11370   output-file-type: ".html"
11371   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
11372   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11373   filter: "'NIC_Intel-X710' and
11374            '64B' and
11375            'ENCAP' and
11376            'NDRPDR' and
11377            '1T1C' and
11378            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
11379            not 'VHOST' and
11380            not 'IPSECHW'"
11381   parameters:
11382   - "throughput"
11383   - "parent"
11384   - "tags"
11385   sort:
11386   - "IP4BASE"
11387   - "LISP"
11388   - "VXLAN_1"
11389   - "VXLAN_10"
11390   - "VXLAN_100"
11391   - "VXLAN_1000"
11392   traces:
11393     hoverinfo: "x+y"
11394     boxpoints: "outliers"
11395     whiskerwidth: 0
11396   layout:
11397     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
11398     layout: "plot-throughput"
11399
11400 - type: "plot"
11401   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
11402   algorithm: "plot_performance_box"
11403   output-file-type: ".html"
11404   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
11405   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11406   filter: "'NIC_Intel-X710' and
11407            '64B' and
11408            'ENCAP' and
11409            'NDRPDR' and
11410            '2T2C' and
11411            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
11412            not 'VHOST' and
11413            not 'IPSECHW'"
11414   parameters:
11415   - "throughput"
11416   - "parent"
11417   - "tags"
11418   sort:
11419   - "IP4BASE"
11420   - "LISP"
11421   - "VXLAN_1"
11422   - "VXLAN_10"
11423   - "VXLAN_100"
11424   - "VXLAN_1000"
11425   traces:
11426     hoverinfo: "x+y"
11427     boxpoints: "outliers"
11428     whiskerwidth: 0
11429   layout:
11430     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
11431     layout: "plot-throughput"
11432
11433 - type: "plot"
11434   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
11435   algorithm: "plot_performance_box"
11436   output-file-type: ".html"
11437   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
11438   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11439   filter: "'NIC_Intel-X710' and
11440            '64B' and
11441            'ENCAP' and
11442            'NDRPDR' and
11443            '2T2C' and
11444            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
11445            not 'VHOST' and
11446            not 'IPSECHW'"
11447   parameters:
11448   - "throughput"
11449   - "parent"
11450   - "tags"
11451   sort:
11452   - "IP4BASE"
11453   - "LISP"
11454   - "VXLAN_1"
11455   - "VXLAN_10"
11456   - "VXLAN_100"
11457   - "VXLAN_1000"
11458   traces:
11459     hoverinfo: "x+y"
11460     boxpoints: "outliers"
11461     whiskerwidth: 0
11462   layout:
11463     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
11464     layout: "plot-throughput"
11465
11466 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 - features
11467 - type: "plot"
11468   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
11469   algorithm: "plot_performance_box"
11470   output-file-type: ".html"
11471   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
11472   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11473   filter: "'NIC_Intel-X710' and
11474            '64B' and
11475            'ENCAP' and
11476            'NDRPDR' and
11477            '1T1C' and
11478            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
11479            not 'DOT1Q' and
11480            not 'VHOST' and
11481            not 'IPSECHW'"
11482   parameters:
11483   - "throughput"
11484   - "parent"
11485   - "tags"
11486   sort:
11487   - "IP4BASE"
11488   - "L2BDMACLRN"
11489   - "L2XCFWD"
11490   - "LISP"
11491   traces:
11492     hoverinfo: "x+y"
11493     boxpoints: "outliers"
11494     whiskerwidth: 0
11495   layout:
11496     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
11497     layout: "plot-throughput"
11498
11499 - type: "plot"
11500   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
11501   algorithm: "plot_performance_box"
11502   output-file-type: ".html"
11503   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
11504   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11505   filter: "'NIC_Intel-X710' and
11506            '64B' and
11507            'ENCAP' and
11508            'NDRPDR' and
11509            '2T2C' and
11510            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
11511            not 'DOT1Q' and
11512            not 'VHOST' and
11513            not 'IPSECHW'"
11514   parameters:
11515   - "throughput"
11516   - "parent"
11517   - "tags"
11518   sort:
11519   - "IP4BASE"
11520   - "L2BDMACLRN"
11521   - "L2XCFWD"
11522   - "LISP"
11523   traces:
11524     hoverinfo: "x+y"
11525     boxpoints: "outliers"
11526     whiskerwidth: 0
11527   layout:
11528     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
11529     layout: "plot-throughput"
11530
11531 - type: "plot"
11532   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
11533   algorithm: "plot_performance_box"
11534   output-file-type: ".html"
11535   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
11536   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11537   filter: "'NIC_Intel-X710' and
11538            '64B' and
11539            'ENCAP' and
11540            'NDRPDR' and
11541            '1T1C' and
11542            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
11543            not 'DOT1Q' and
11544            not 'VHOST' and
11545            not 'IPSECHW'"
11546   parameters:
11547   - "throughput"
11548   - "parent"
11549   - "tags"
11550   sort:
11551   - "IP4BASE"
11552   - "L2BDMACLRN"
11553   - "L2XCFWD"
11554   - "LISP"
11555   traces:
11556     hoverinfo: "x+y"
11557     boxpoints: "outliers"
11558     whiskerwidth: 0
11559   layout:
11560     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
11561     layout: "plot-throughput"
11562
11563 - type: "plot"
11564   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
11565   algorithm: "plot_performance_box"
11566   output-file-type: ".html"
11567   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
11568   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11569   filter: "'NIC_Intel-X710' and
11570            '64B' and
11571            'ENCAP' and
11572            'NDRPDR' and
11573            '2T2C' and
11574            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
11575            not 'DOT1Q' and
11576            not 'VHOST' and
11577            not 'IPSECHW'"
11578   parameters:
11579   - "throughput"
11580   - "parent"
11581   - "tags"
11582   sort:
11583   - "IP4BASE"
11584   - "L2BDMACLRN"
11585   - "L2XCFWD"
11586   - "LISP"
11587   traces:
11588     hoverinfo: "x+y"
11589     boxpoints: "outliers"
11590     whiskerwidth: 0
11591   layout:
11592     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
11593     layout: "plot-throughput"
11594
11595 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 base and scale
11596 - type: "plot"
11597   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
11598   algorithm: "plot_performance_box"
11599   output-file-type: ".html"
11600   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
11601   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11602   filter: "'NIC_Intel-X710' and
11603            '64B' and
11604            'ENCAP' and
11605            'NDRPDR' and
11606            '2T1C' and
11607            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
11608            not 'VHOST' and
11609            not 'IPSECHW'"
11610   parameters:
11611   - "throughput"
11612   - "parent"
11613   - "tags"
11614   sort:
11615   - "IP4BASE"
11616   - "LISP"
11617   - "VXLAN_1"
11618   - "VXLAN_10"
11619   - "VXLAN_100"
11620   - "VXLAN_1000"
11621   traces:
11622     hoverinfo: "x+y"
11623     boxpoints: "outliers"
11624     whiskerwidth: 0
11625   layout:
11626     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
11627     layout: "plot-throughput"
11628
11629 - type: "plot"
11630   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
11631   algorithm: "plot_performance_box"
11632   output-file-type: ".html"
11633   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
11634   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11635   filter: "'NIC_Intel-X710' and
11636            '64B' and
11637            'ENCAP' and
11638            'NDRPDR' and
11639            '2T1C' and
11640            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
11641            not 'VHOST' and
11642            not 'IPSECHW'"
11643   parameters:
11644   - "throughput"
11645   - "parent"
11646   - "tags"
11647   sort:
11648   - "IP4BASE"
11649   - "LISP"
11650   - "VXLAN_1"
11651   - "VXLAN_10"
11652   - "VXLAN_100"
11653   - "VXLAN_1000"
11654   traces:
11655     hoverinfo: "x+y"
11656     boxpoints: "outliers"
11657     whiskerwidth: 0
11658   layout:
11659     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
11660     layout: "plot-throughput"
11661
11662 - type: "plot"
11663   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
11664   algorithm: "plot_performance_box"
11665   output-file-type: ".html"
11666   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
11667   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11668   filter: "'NIC_Intel-X710' and
11669            '64B' and
11670            'ENCAP' and
11671            'NDRPDR' and
11672            '4T2C' and
11673            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
11674            not 'VHOST' and
11675            not 'IPSECHW'"
11676   parameters:
11677   - "throughput"
11678   - "parent"
11679   - "tags"
11680   sort:
11681   - "IP4BASE"
11682   - "LISP"
11683   - "VXLAN_1"
11684   - "VXLAN_10"
11685   - "VXLAN_100"
11686   - "VXLAN_1000"
11687   traces:
11688     hoverinfo: "x+y"
11689     boxpoints: "outliers"
11690     whiskerwidth: 0
11691   layout:
11692     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
11693     layout: "plot-throughput"
11694
11695 - type: "plot"
11696   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
11697   algorithm: "plot_performance_box"
11698   output-file-type: ".html"
11699   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
11700   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11701   filter: "'NIC_Intel-X710' and
11702            '64B' and
11703            'ENCAP' and
11704            'NDRPDR' and
11705            '4T2C' and
11706            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
11707            not 'VHOST' and
11708            not 'IPSECHW'"
11709   parameters:
11710   - "throughput"
11711   - "parent"
11712   - "tags"
11713   sort:
11714   - "IP4BASE"
11715   - "LISP"
11716   - "VXLAN_1"
11717   - "VXLAN_10"
11718   - "VXLAN_100"
11719   - "VXLAN_1000"
11720   traces:
11721     hoverinfo: "x+y"
11722     boxpoints: "outliers"
11723     whiskerwidth: 0
11724   layout:
11725     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
11726     layout: "plot-throughput"
11727
11728 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 - features
11729 - type: "plot"
11730   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
11731   algorithm: "plot_performance_box"
11732   output-file-type: ".html"
11733   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
11734   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11735   filter: "'NIC_Intel-X710' and
11736            '64B' and
11737            'ENCAP' and
11738            'NDRPDR' and
11739            '2T1C' and
11740            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
11741            not 'DOT1Q' and
11742            not 'VHOST' and
11743            not 'IPSECHW'"
11744   parameters:
11745   - "throughput"
11746   - "parent"
11747   - "tags"
11748   sort:
11749   - "IP4BASE"
11750   - "L2BDMACLRN"
11751   - "L2XCFWD"
11752   - "LISP"
11753   traces:
11754     hoverinfo: "x+y"
11755     boxpoints: "outliers"
11756     whiskerwidth: 0
11757   layout:
11758     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
11759     layout: "plot-throughput"
11760
11761 - type: "plot"
11762   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
11763   algorithm: "plot_performance_box"
11764   output-file-type: ".html"
11765   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
11766   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11767   filter: "'NIC_Intel-X710' and
11768            '64B' and
11769            'ENCAP' and
11770            'NDRPDR' and
11771            '4T2C' and
11772            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
11773            not 'DOT1Q' and
11774            not 'VHOST' and
11775            not 'IPSECHW'"
11776   parameters:
11777   - "throughput"
11778   - "parent"
11779   - "tags"
11780   sort:
11781   - "IP4BASE"
11782   - "L2BDMACLRN"
11783   - "L2XCFWD"
11784   - "LISP"
11785   traces:
11786     hoverinfo: "x+y"
11787     boxpoints: "outliers"
11788     whiskerwidth: 0
11789   layout:
11790     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
11791     layout: "plot-throughput"
11792
11793 - type: "plot"
11794   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
11795   algorithm: "plot_performance_box"
11796   output-file-type: ".html"
11797   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
11798   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11799   filter: "'NIC_Intel-X710' and
11800            '64B' and
11801            'ENCAP' and
11802            'NDRPDR' and
11803            '2T1C' and
11804            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
11805            not 'DOT1Q' and
11806            not 'VHOST' and
11807            not 'IPSECHW'"
11808   parameters:
11809   - "throughput"
11810   - "parent"
11811   - "tags"
11812   sort:
11813   - "IP4BASE"
11814   - "L2BDMACLRN"
11815   - "L2XCFWD"
11816   - "LISP"
11817   traces:
11818     hoverinfo: "x+y"
11819     boxpoints: "outliers"
11820     whiskerwidth: 0
11821   layout:
11822     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
11823     layout: "plot-throughput"
11824
11825 - type: "plot"
11826   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
11827   algorithm: "plot_performance_box"
11828   output-file-type: ".html"
11829   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
11830   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11831   filter: "'NIC_Intel-X710' and
11832            '64B' and
11833            'ENCAP' and
11834            'NDRPDR' and
11835            '4T2C' and
11836            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
11837            not 'DOT1Q' and
11838            not 'VHOST' and
11839            not 'IPSECHW'"
11840   parameters:
11841   - "throughput"
11842   - "parent"
11843   - "tags"
11844   sort:
11845   - "IP4BASE"
11846   - "L2BDMACLRN"
11847   - "L2XCFWD"
11848   - "LISP"
11849   traces:
11850     hoverinfo: "x+y"
11851     boxpoints: "outliers"
11852     whiskerwidth: 0
11853   layout:
11854     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
11855     layout: "plot-throughput"
11856
11857 ################################################################################
11858
11859 # Packet Throughput - VPP IPv6 3n-hsw-x520
11860 - type: "plot"
11861   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base-ndr"
11862   algorithm: "plot_performance_box"
11863   output-file-type: ".html"
11864   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base-ndr"
11865   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11866   filter: "'NIC_Intel-X520-DA2' and
11867            '78B' and
11868            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11869            'NDRPDR' and
11870            '1T1C' and
11871            'IP6FWD' and
11872            not 'SRv6' and
11873            not 'IPSEC' and
11874            not 'VHOST'"
11875   parameters:
11876   - "throughput"
11877   - "parent"
11878   - "tags"
11879   sort:
11880   - "IP6BASE"
11881   - "FIB_20K"
11882   - "FIB_200K"
11883   - "FIB_2M"
11884   traces:
11885     hoverinfo: "x+y"
11886     boxpoints: "outliers"
11887     whiskerwidth: 0
11888   layout:
11889     title: "ip6-3n-hsw-x520-78b-1t1c-base-ndr"
11890     layout: "plot-throughput"
11891
11892 - type: "plot"
11893   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base-pdr"
11894   algorithm: "plot_performance_box"
11895   output-file-type: ".html"
11896   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base-pdr"
11897   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11898   filter: "'NIC_Intel-X520-DA2' and
11899            '78B' and
11900            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11901            'NDRPDR' and
11902            '1T1C' and
11903            'IP6FWD' and
11904            not 'SRv6' and
11905            not 'IPSEC' and
11906            not 'VHOST'"
11907   parameters:
11908   - "throughput"
11909   - "parent"
11910   - "tags"
11911   sort:
11912   - "IP6BASE"
11913   - "FIB_20K"
11914   - "FIB_200K"
11915   - "FIB_2M"
11916   traces:
11917     hoverinfo: "x+y"
11918     boxpoints: "outliers"
11919     whiskerwidth: 0
11920   layout:
11921     title: "ip6-3n-hsw-x520-78b-1t1c-base-pdr"
11922     layout: "plot-throughput"
11923
11924 - type: "plot"
11925   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base-ndr"
11926   algorithm: "plot_performance_box"
11927   output-file-type: ".html"
11928   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base-ndr"
11929   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11930   filter: "'NIC_Intel-X520-DA2' and
11931            '78B' and
11932            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11933            'NDRPDR' and
11934            '2T2C' and
11935            'IP6FWD' and
11936            not 'SRv6' and
11937            not 'IPSEC' and
11938            not 'VHOST'"
11939   parameters:
11940   - "throughput"
11941   - "parent"
11942   - "tags"
11943   sort:
11944   - "IP6BASE"
11945   - "FIB_20K"
11946   - "FIB_200K"
11947   - "FIB_2M"
11948   traces:
11949     hoverinfo: "x+y"
11950     boxpoints: "outliers"
11951     whiskerwidth: 0
11952   layout:
11953     title: "ip6-3n-hsw-x520-78b-2t2c-base-ndr"
11954     layout: "plot-throughput"
11955
11956 - type: "plot"
11957   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base-pdr"
11958   algorithm: "plot_performance_box"
11959   output-file-type: ".html"
11960   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base-pdr"
11961   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11962   filter: "'NIC_Intel-X520-DA2' and
11963            '78B' and
11964            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11965            'NDRPDR' and
11966            '2T2C' and
11967            'IP6FWD' and
11968            not 'SRv6' and
11969            not 'IPSEC' and
11970            not 'VHOST'"
11971   parameters:
11972   - "throughput"
11973   - "parent"
11974   - "tags"
11975   sort:
11976   - "IP6BASE"
11977   - "FIB_20K"
11978   - "FIB_200K"
11979   - "FIB_2M"
11980   traces:
11981     hoverinfo: "x+y"
11982     boxpoints: "outliers"
11983     whiskerwidth: 0
11984   layout:
11985     title: "ip6-3n-hsw-x520-78b-2t2c-base-pdr"
11986     layout: "plot-throughput"
11987
11988 # Packet Throughput - VPP IPv6 3n-hsw-x710
11989 - type: "plot"
11990   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
11991   algorithm: "plot_performance_box"
11992   output-file-type: ".html"
11993   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
11994   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11995   filter: "'NIC_Intel-X710' and
11996            '78B' and
11997            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11998            'NDRPDR' and
11999            '1T1C' and
12000            'IP6FWD' and
12001            not 'SRv6' and
12002            not 'IPSEC' and
12003            not 'VHOST'"
12004   parameters:
12005   - "throughput"
12006   - "parent"
12007   - "tags"
12008   sort:
12009   - "IP6BASE"
12010   - "FIB_20K"
12011   - "FIB_200K"
12012   - "FIB_2M"
12013   traces:
12014     hoverinfo: "x+y"
12015     boxpoints: "outliers"
12016     whiskerwidth: 0
12017   layout:
12018     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
12019     layout: "plot-throughput"
12020
12021 - type: "plot"
12022   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
12023   algorithm: "plot_performance_box"
12024   output-file-type: ".html"
12025   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
12026   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12027   filter: "'NIC_Intel-X710' and
12028            '78B' and
12029            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12030            'NDRPDR' and
12031            '1T1C' and
12032            'IP6FWD' and
12033            not 'SRv6' and
12034            not 'IPSEC' and
12035            not 'VHOST'"
12036   parameters:
12037   - "throughput"
12038   - "parent"
12039   - "tags"
12040   sort:
12041   - "IP6BASE"
12042   - "FIB_20K"
12043   - "FIB_200K"
12044   - "FIB_2M"
12045   traces:
12046     hoverinfo: "x+y"
12047     boxpoints: "outliers"
12048     whiskerwidth: 0
12049   layout:
12050     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
12051     layout: "plot-throughput"
12052
12053 - type: "plot"
12054   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
12055   algorithm: "plot_performance_box"
12056   output-file-type: ".html"
12057   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
12058   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12059   filter: "'NIC_Intel-X710' and
12060            '78B' and
12061            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12062            'NDRPDR' and
12063            '2T2C' and
12064            'IP6FWD' and
12065            not 'SRv6' and
12066            not 'IPSEC' and
12067            not 'VHOST'"
12068   parameters:
12069   - "throughput"
12070   - "parent"
12071   - "tags"
12072   sort:
12073   - "IP6BASE"
12074   - "FIB_20K"
12075   - "FIB_200K"
12076   - "FIB_2M"
12077   traces:
12078     hoverinfo: "x+y"
12079     boxpoints: "outliers"
12080     whiskerwidth: 0
12081   layout:
12082     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
12083     layout: "plot-throughput"
12084
12085 - type: "plot"
12086   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
12087   algorithm: "plot_performance_box"
12088   output-file-type: ".html"
12089   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
12090   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12091   filter: "'NIC_Intel-X710' and
12092            '78B' and
12093            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12094            'NDRPDR' and
12095            '2T2C' and
12096            'IP6FWD' and
12097            not 'SRv6' and
12098            not 'IPSEC' and
12099            not 'VHOST'"
12100   parameters:
12101   - "throughput"
12102   - "parent"
12103   - "tags"
12104   sort:
12105   - "IP6BASE"
12106   - "FIB_20K"
12107   - "FIB_200K"
12108   - "FIB_2M"
12109   traces:
12110     hoverinfo: "x+y"
12111     boxpoints: "outliers"
12112     whiskerwidth: 0
12113   layout:
12114     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
12115     layout: "plot-throughput"
12116
12117 # Packet Throughput - VPP IPv6 3n-hsw-x710 - features
12118 - type: "plot"
12119   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
12120   algorithm: "plot_performance_box"
12121   output-file-type: ".html"
12122   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
12123   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12124   filter: "'NIC_Intel-X710' and
12125            '78B' and
12126            ('IP6BASE' or
12127             'POLICE_MARK' or
12128             'COPWHLIST' or
12129             'IACLDST') and
12130            'NDRPDR' and
12131            '1T1C' and
12132            'IP6FWD' and
12133            not 'SRv6' and
12134            not 'IPSEC' and
12135            not 'VHOST'"
12136   parameters:
12137   - "throughput"
12138   - "parent"
12139   - "tags"
12140   sort:
12141   - "IP6BASE"
12142   - "POLICE_MARK"
12143   - "COPWHLIST"
12144   - "IACLDST"
12145   traces:
12146     hoverinfo: "x+y"
12147     boxpoints: "outliers"
12148     whiskerwidth: 0
12149   layout:
12150     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
12151     layout: "plot-throughput"
12152
12153 - type: "plot"
12154   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
12155   algorithm: "plot_performance_box"
12156   output-file-type: ".html"
12157   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
12158   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12159   filter: "'NIC_Intel-X710' and
12160            '78B' and
12161            ('IP6BASE' or
12162             'POLICE_MARK' or
12163             'COPWHLIST' or
12164             'IACLDST') and
12165            'NDRPDR' and
12166            '2T2C' and
12167            'IP6FWD' and
12168            not 'SRv6' and
12169            not 'IPSEC' and
12170            not 'VHOST'"
12171   parameters:
12172   - "throughput"
12173   - "parent"
12174   - "tags"
12175   sort:
12176   - "IP6BASE"
12177   - "POLICE_MARK"
12178   - "COPWHLIST"
12179   - "IACLDST"
12180   traces:
12181     hoverinfo: "x+y"
12182     boxpoints: "outliers"
12183     whiskerwidth: 0
12184   layout:
12185     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
12186     layout: "plot-throughput"
12187
12188 - type: "plot"
12189   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
12190   algorithm: "plot_performance_box"
12191   output-file-type: ".html"
12192   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
12193   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12194   filter: "'NIC_Intel-X710' and
12195            '78B' and
12196            ('IP6BASE' or
12197             'POLICE_MARK' or
12198             'COPWHLIST' or
12199             'IACLDST') and
12200            'NDRPDR' and
12201            '1T1C' and
12202            'IP6FWD' and
12203            not 'SRv6' and
12204            not 'IPSEC' and
12205            not 'VHOST'"
12206   parameters:
12207   - "throughput"
12208   - "parent"
12209   - "tags"
12210   sort:
12211   - "IP6BASE"
12212   - "POLICE_MARK"
12213   - "COPWHLIST"
12214   - "IACLDST"
12215   traces:
12216     hoverinfo: "x+y"
12217     boxpoints: "outliers"
12218     whiskerwidth: 0
12219   layout:
12220     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
12221     layout: "plot-throughput"
12222
12223 - type: "plot"
12224   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
12225   algorithm: "plot_performance_box"
12226   output-file-type: ".html"
12227   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
12228   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12229   filter: "'NIC_Intel-X710' and
12230            '78B' and
12231            ('IP6BASE' or
12232             'POLICE_MARK' or
12233             'COPWHLIST' or
12234             'IACLDST') and
12235            'NDRPDR' and
12236            '2T2C' and
12237            'IP6FWD' and
12238            not 'SRv6' and
12239            not 'IPSEC' and
12240            not 'VHOST'"
12241   parameters:
12242   - "throughput"
12243   - "parent"
12244   - "tags"
12245   sort:
12246   - "IP6BASE"
12247   - "POLICE_MARK"
12248   - "COPWHLIST"
12249   - "IACLDST"
12250   traces:
12251     hoverinfo: "x+y"
12252     boxpoints: "outliers"
12253     whiskerwidth: 0
12254   layout:
12255     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
12256     layout: "plot-throughput"
12257
12258 # Packet Throughput - VPP IPv6 3n-hsw-xl710
12259 - type: "plot"
12260   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base-ndr"
12261   algorithm: "plot_performance_box"
12262   output-file-type: ".html"
12263   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base-ndr"
12264   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12265   filter: "'NIC_Intel-XL710' and
12266            '78B' and
12267            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12268            'NDRPDR' and
12269            '1T1C' and
12270            'IP6FWD' and
12271            not 'SRv6' and
12272            not 'IPSEC' and
12273            not 'VHOST'"
12274   parameters:
12275   - "throughput"
12276   - "parent"
12277   - "tags"
12278   sort:
12279   - "IP6BASE"
12280   - "FIB_20K"
12281   - "FIB_200K"
12282   - "FIB_2M"
12283   traces:
12284     hoverinfo: "x+y"
12285     boxpoints: "outliers"
12286     whiskerwidth: 0
12287   layout:
12288     title: "ip6-3n-hsw-xl710-78b-1t1c-base-ndr"
12289     layout: "plot-throughput"
12290
12291 - type: "plot"
12292   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base-pdr"
12293   algorithm: "plot_performance_box"
12294   output-file-type: ".html"
12295   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base-pdr"
12296   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12297   filter: "'NIC_Intel-XL710' and
12298            '78B' and
12299            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12300            'NDRPDR' and
12301            '1T1C' and
12302            'IP6FWD' and
12303            not 'SRv6' and
12304            not 'IPSEC' and
12305            not 'VHOST'"
12306   parameters:
12307   - "throughput"
12308   - "parent"
12309   - "tags"
12310   sort:
12311   - "IP6BASE"
12312   - "FIB_20K"
12313   - "FIB_200K"
12314   - "FIB_2M"
12315   traces:
12316     hoverinfo: "x+y"
12317     boxpoints: "outliers"
12318     whiskerwidth: 0
12319   layout:
12320     title: "ip6-3n-hsw-xl710-78b-1t1c-base-pdr"
12321     layout: "plot-throughput"
12322
12323 - type: "plot"
12324   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base-ndr"
12325   algorithm: "plot_performance_box"
12326   output-file-type: ".html"
12327   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base-ndr"
12328   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12329   filter: "'NIC_Intel-XL710' and
12330            '78B' and
12331            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12332            'NDRPDR' and
12333            '2T2C' and
12334            'IP6FWD' and
12335            not 'SRv6' and
12336            not 'IPSEC' and
12337            not 'VHOST'"
12338   parameters:
12339   - "throughput"
12340   - "parent"
12341   - "tags"
12342   sort:
12343   - "IP6BASE"
12344   - "FIB_20K"
12345   - "FIB_200K"
12346   - "FIB_2M"
12347   traces:
12348     hoverinfo: "x+y"
12349     boxpoints: "outliers"
12350     whiskerwidth: 0
12351   layout:
12352     title: "ip6-3n-hsw-xl710-78b-2t2c-base-ndr"
12353     layout: "plot-throughput"
12354
12355 - type: "plot"
12356   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base-pdr"
12357   algorithm: "plot_performance_box"
12358   output-file-type: ".html"
12359   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base-pdr"
12360   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12361   filter: "'NIC_Intel-XL710' and
12362            '78B' and
12363            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12364            'NDRPDR' and
12365            '2T2C' and
12366            'IP6FWD' and
12367            not 'SRv6' and
12368            not 'IPSEC' and
12369            not 'VHOST'"
12370   parameters:
12371   - "throughput"
12372   - "parent"
12373   - "tags"
12374   sort:
12375   - "IP6BASE"
12376   - "FIB_20K"
12377   - "FIB_200K"
12378   - "FIB_2M"
12379   traces:
12380     hoverinfo: "x+y"
12381     boxpoints: "outliers"
12382     whiskerwidth: 0
12383   layout:
12384     title: "ip6-3n-hsw-xl710-78b-2t2c-base-pdr"
12385     layout: "plot-throughput"
12386
12387 # Packet Throughput - VPP IPv6 3n-skx-x710
12388 - type: "plot"
12389   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
12390   algorithm: "plot_performance_box"
12391   output-file-type: ".html"
12392   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
12393   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12394   filter: "'NIC_Intel-X710' and
12395            '78B' and
12396            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12397            'NDRPDR' and
12398            '2T1C' and
12399            'IP6FWD' and
12400            not 'SRv6' and
12401            not 'IPSEC' and
12402            not 'VHOST'"
12403   parameters:
12404   - "throughput"
12405   - "parent"
12406   - "tags"
12407   sort:
12408   - "IP6BASE"
12409   - "FIB_20K"
12410   - "FIB_200K"
12411   - "FIB_2M"
12412   traces:
12413     hoverinfo: "x+y"
12414     boxpoints: "outliers"
12415     whiskerwidth: 0
12416   layout:
12417     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
12418     layout: "plot-throughput"
12419
12420 - type: "plot"
12421   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
12422   algorithm: "plot_performance_box"
12423   output-file-type: ".html"
12424   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
12425   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12426   filter: "'NIC_Intel-X710' and
12427            '78B' and
12428            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12429            'NDRPDR' and
12430            '2T1C' and
12431            'IP6FWD' and
12432            not 'SRv6' and
12433            not 'IPSEC' and
12434            not 'VHOST'"
12435   parameters:
12436   - "throughput"
12437   - "parent"
12438   - "tags"
12439   sort:
12440   - "IP6BASE"
12441   - "FIB_20K"
12442   - "FIB_200K"
12443   - "FIB_2M"
12444   traces:
12445     hoverinfo: "x+y"
12446     boxpoints: "outliers"
12447     whiskerwidth: 0
12448   layout:
12449     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
12450     layout: "plot-throughput"
12451
12452 - type: "plot"
12453   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
12454   algorithm: "plot_performance_box"
12455   output-file-type: ".html"
12456   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
12457   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12458   filter: "'NIC_Intel-X710' and
12459            '78B' and
12460            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12461            'NDRPDR' and
12462            '4T2C' and
12463            'IP6FWD' and
12464            not 'SRv6' and
12465            not 'IPSEC' and
12466            not 'VHOST'"
12467   parameters:
12468   - "throughput"
12469   - "parent"
12470   - "tags"
12471   sort:
12472   - "IP6BASE"
12473   - "FIB_20K"
12474   - "FIB_200K"
12475   - "FIB_2M"
12476   traces:
12477     hoverinfo: "x+y"
12478     boxpoints: "outliers"
12479     whiskerwidth: 0
12480   layout:
12481     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
12482     layout: "plot-throughput"
12483
12484 - type: "plot"
12485   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
12486   algorithm: "plot_performance_box"
12487   output-file-type: ".html"
12488   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
12489   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12490   filter: "'NIC_Intel-X710' and
12491            '78B' and
12492            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12493            'NDRPDR' and
12494            '4T2C' and
12495            'IP6FWD' and
12496            not 'SRv6' and
12497            not 'IPSEC' and
12498            not 'VHOST'"
12499   parameters:
12500   - "throughput"
12501   - "parent"
12502   - "tags"
12503   sort:
12504   - "IP6BASE"
12505   - "FIB_20K"
12506   - "FIB_200K"
12507   - "FIB_2M"
12508   traces:
12509     hoverinfo: "x+y"
12510     boxpoints: "outliers"
12511     whiskerwidth: 0
12512   layout:
12513     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
12514     layout: "plot-throughput"
12515
12516 # Packet Throughput - VPP IPv6 3n-skx-x710 - features
12517 - type: "plot"
12518   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
12519   algorithm: "plot_performance_box"
12520   output-file-type: ".html"
12521   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
12522   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12523   filter: "'NIC_Intel-X710' and
12524            '78B' and
12525            ('IP6BASE' or
12526             'POLICE_MARK' or
12527             'COPWHLIST' or
12528             'IACLDST') and
12529            'NDRPDR' and
12530            '2T1C' and
12531            'IP6FWD' and
12532            not 'SRv6' and
12533            not 'IPSEC' and
12534            not 'VHOST'"
12535   parameters:
12536   - "throughput"
12537   - "parent"
12538   - "tags"
12539   sort:
12540   - "IP6BASE"
12541   - "POLICE_MARK"
12542   - "COPWHLIST"
12543   - "IACLDST"
12544   traces:
12545     hoverinfo: "x+y"
12546     boxpoints: "outliers"
12547     whiskerwidth: 0
12548   layout:
12549     title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
12550     layout: "plot-throughput"
12551
12552 - type: "plot"
12553   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
12554   algorithm: "plot_performance_box"
12555   output-file-type: ".html"
12556   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
12557   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12558   filter: "'NIC_Intel-X710' and
12559            '78B' and
12560            ('IP6BASE' or
12561             'POLICE_MARK' or
12562             'COPWHLIST' or
12563             'IACLDST') and
12564            'NDRPDR' and
12565            '4T2C' and
12566            'IP6FWD' and
12567            not 'SRv6' and
12568            not 'IPSEC' and
12569            not 'VHOST'"
12570   parameters:
12571   - "throughput"
12572   - "parent"
12573   - "tags"
12574   sort:
12575   - "IP6BASE"
12576   - "POLICE_MARK"
12577   - "COPWHLIST"
12578   - "IACLDST"
12579   traces:
12580     hoverinfo: "x+y"
12581     boxpoints: "outliers"
12582     whiskerwidth: 0
12583   layout:
12584     title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
12585     layout: "plot-throughput"
12586
12587 - type: "plot"
12588   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
12589   algorithm: "plot_performance_box"
12590   output-file-type: ".html"
12591   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
12592   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12593   filter: "'NIC_Intel-X710' and
12594            '78B' and
12595            ('IP6BASE' or
12596             'POLICE_MARK' or
12597             'COPWHLIST' or
12598             'IACLDST') and
12599            'NDRPDR' and
12600            '2T1C' and
12601            'IP6FWD' and
12602            not 'SRv6' and
12603            not 'IPSEC' and
12604            not 'VHOST'"
12605   parameters:
12606   - "throughput"
12607   - "parent"
12608   - "tags"
12609   sort:
12610   - "IP6BASE"
12611   - "POLICE_MARK"
12612   - "COPWHLIST"
12613   - "IACLDST"
12614   traces:
12615     hoverinfo: "x+y"
12616     boxpoints: "outliers"
12617     whiskerwidth: 0
12618   layout:
12619     title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
12620     layout: "plot-throughput"
12621
12622 - type: "plot"
12623   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
12624   algorithm: "plot_performance_box"
12625   output-file-type: ".html"
12626   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
12627   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12628   filter: "'NIC_Intel-X710' and
12629            '78B' and
12630            ('IP6BASE' or
12631             'POLICE_MARK' or
12632             'COPWHLIST' or
12633             'IACLDST') and
12634            'NDRPDR' and
12635            '4T2C' and
12636            'IP6FWD' and
12637            not 'SRv6' and
12638            not 'IPSEC' and
12639            not 'VHOST'"
12640   parameters:
12641   - "throughput"
12642   - "parent"
12643   - "tags"
12644   sort:
12645   - "IP6BASE"
12646   - "POLICE_MARK"
12647   - "COPWHLIST"
12648   - "IACLDST"
12649   traces:
12650     hoverinfo: "x+y"
12651     boxpoints: "outliers"
12652     whiskerwidth: 0
12653   layout:
12654     title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
12655     layout: "plot-throughput"
12656
12657 # Packet Throughput - VPP IPv6 3n-skx-xxv710
12658 - type: "plot"
12659   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
12660   algorithm: "plot_performance_box"
12661   output-file-type: ".html"
12662   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
12663   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12664   filter: "'NIC_Intel-XXV710' and
12665            '78B' and
12666            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12667            'NDRPDR' and
12668            '2T1C' and
12669            'IP6FWD' and
12670            not 'SRv6' and
12671            not 'IPSEC' and
12672            not 'VHOST'"
12673   parameters:
12674   - "throughput"
12675   - "parent"
12676   - "tags"
12677   sort:
12678   - "IP6BASE"
12679   - "FIB_20K"
12680   - "FIB_200K"
12681   - "FIB_2M"
12682   traces:
12683     hoverinfo: "x+y"
12684     boxpoints: "outliers"
12685     whiskerwidth: 0
12686   layout:
12687     title: "ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
12688     layout: "plot-throughput"
12689
12690 - type: "plot"
12691   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
12692   algorithm: "plot_performance_box"
12693   output-file-type: ".html"
12694   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
12695   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12696   filter: "'NIC_Intel-XXV710' and
12697            '78B' and
12698            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12699            'NDRPDR' and
12700            '2T1C' and
12701            'IP6FWD' and
12702            not 'SRv6' and
12703            not 'IPSEC' and
12704            not 'VHOST'"
12705   parameters:
12706   - "throughput"
12707   - "parent"
12708   - "tags"
12709   sort:
12710   - "IP6BASE"
12711   - "FIB_20K"
12712   - "FIB_200K"
12713   - "FIB_2M"
12714   traces:
12715     hoverinfo: "x+y"
12716     boxpoints: "outliers"
12717     whiskerwidth: 0
12718   layout:
12719     title: "ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
12720     layout: "plot-throughput"
12721
12722 - type: "plot"
12723   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
12724   algorithm: "plot_performance_box"
12725   output-file-type: ".html"
12726   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
12727   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12728   filter: "'NIC_Intel-XXV710' and
12729            '78B' and
12730            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12731            'NDRPDR' and
12732            '4T2C' and
12733            'IP6FWD' and
12734            not 'SRv6' and
12735            not 'IPSEC' and
12736            not 'VHOST'"
12737   parameters:
12738   - "throughput"
12739   - "parent"
12740   - "tags"
12741   sort:
12742   - "IP6BASE"
12743   - "FIB_20K"
12744   - "FIB_200K"
12745   - "FIB_2M"
12746   traces:
12747     hoverinfo: "x+y"
12748     boxpoints: "outliers"
12749     whiskerwidth: 0
12750   layout:
12751     title: "ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
12752     layout: "plot-throughput"
12753
12754 - type: "plot"
12755   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
12756   algorithm: "plot_performance_box"
12757   output-file-type: ".html"
12758   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
12759   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12760   filter: "'NIC_Intel-XXV710' and
12761            '78B' and
12762            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12763            'NDRPDR' and
12764            '4T2C' and
12765            'IP6FWD' and
12766            not 'SRv6' and
12767            not 'IPSEC' and
12768            not 'VHOST'"
12769   parameters:
12770   - "throughput"
12771   - "parent"
12772   - "tags"
12773   sort:
12774   - "IP6BASE"
12775   - "FIB_20K"
12776   - "FIB_200K"
12777   - "FIB_2M"
12778   traces:
12779     hoverinfo: "x+y"
12780     boxpoints: "outliers"
12781     whiskerwidth: 0
12782   layout:
12783     title: "ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
12784     layout: "plot-throughput"
12785
12786 # Packet Throughput - VPP IPv6 2n-skx-x710
12787 - type: "plot"
12788   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
12789   algorithm: "plot_performance_box"
12790   output-file-type: ".html"
12791   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
12792   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12793   filter: "'NIC_Intel-X710' and
12794            '78B' and
12795            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12796            'NDRPDR' and
12797            '2T1C' and
12798            'IP6FWD' and
12799            not 'SRv6' and
12800            not 'IPSEC' and
12801            not 'VHOST'"
12802   parameters:
12803   - "throughput"
12804   - "parent"
12805   - "tags"
12806   sort:
12807   - "IP6BASE"
12808   - "FIB_20K"
12809   - "FIB_200K"
12810   - "FIB_2M"
12811   traces:
12812     hoverinfo: "x+y"
12813     boxpoints: "outliers"
12814     whiskerwidth: 0
12815   layout:
12816     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
12817     layout: "plot-throughput"
12818
12819 - type: "plot"
12820   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
12821   algorithm: "plot_performance_box"
12822   output-file-type: ".html"
12823   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
12824   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12825   filter: "'NIC_Intel-X710' and
12826            '78B' and
12827            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12828            'NDRPDR' and
12829            '2T1C' and
12830            'IP6FWD' and
12831            not 'SRv6' and
12832            not 'IPSEC' and
12833            not 'VHOST'"
12834   parameters:
12835   - "throughput"
12836   - "parent"
12837   - "tags"
12838   sort:
12839   - "IP6BASE"
12840   - "FIB_20K"
12841   - "FIB_200K"
12842   - "FIB_2M"
12843   traces:
12844     hoverinfo: "x+y"
12845     boxpoints: "outliers"
12846     whiskerwidth: 0
12847   layout:
12848     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
12849     layout: "plot-throughput"
12850
12851 - type: "plot"
12852   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
12853   algorithm: "plot_performance_box"
12854   output-file-type: ".html"
12855   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
12856   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12857   filter: "'NIC_Intel-X710' and
12858            '78B' and
12859            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12860            'NDRPDR' and
12861            '4T2C' and
12862            'IP6FWD' and
12863            not 'SRv6' and
12864            not 'IPSEC' and
12865            not 'VHOST'"
12866   parameters:
12867   - "throughput"
12868   - "parent"
12869   - "tags"
12870   sort:
12871   - "IP6BASE"
12872   - "FIB_20K"
12873   - "FIB_200K"
12874   - "FIB_2M"
12875   traces:
12876     hoverinfo: "x+y"
12877     boxpoints: "outliers"
12878     whiskerwidth: 0
12879   layout:
12880     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
12881     layout: "plot-throughput"
12882
12883 - type: "plot"
12884   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
12885   algorithm: "plot_performance_box"
12886   output-file-type: ".html"
12887   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
12888   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12889   filter: "'NIC_Intel-X710' and
12890            '78B' and
12891            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12892            'NDRPDR' and
12893            '4T2C' and
12894            'IP6FWD' and
12895            not 'SRv6' and
12896            not 'IPSEC' and
12897            not 'VHOST'"
12898   parameters:
12899   - "throughput"
12900   - "parent"
12901   - "tags"
12902   sort:
12903   - "IP6BASE"
12904   - "FIB_20K"
12905   - "FIB_200K"
12906   - "FIB_2M"
12907   traces:
12908     hoverinfo: "x+y"
12909     boxpoints: "outliers"
12910     whiskerwidth: 0
12911   layout:
12912     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
12913     layout: "plot-throughput"
12914
12915 # Packet Throughput - VPP IPv6 2n-skx-xxv710
12916 - type: "plot"
12917   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
12918   algorithm: "plot_performance_box"
12919   output-file-type: ".html"
12920   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
12921   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12922   filter: "'NIC_Intel-XXV710' and
12923            '78B' and
12924            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12925            'NDRPDR' and
12926            '2T1C' and
12927            'IP6FWD' and
12928            not 'SRv6' and
12929            not 'IPSEC' and
12930            not 'VHOST'"
12931   parameters:
12932   - "throughput"
12933   - "parent"
12934   - "tags"
12935   sort:
12936   - "IP6BASE"
12937   - "FIB_20K"
12938   - "FIB_200K"
12939   - "FIB_2M"
12940   traces:
12941     hoverinfo: "x+y"
12942     boxpoints: "outliers"
12943     whiskerwidth: 0
12944   layout:
12945     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
12946     layout: "plot-throughput"
12947
12948 - type: "plot"
12949   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
12950   algorithm: "plot_performance_box"
12951   output-file-type: ".html"
12952   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
12953   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12954   filter: "'NIC_Intel-XXV710' and
12955            '78B' and
12956            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12957            'NDRPDR' and
12958            '2T1C' and
12959            'IP6FWD' and
12960            not 'SRv6' and
12961            not 'IPSEC' and
12962            not 'VHOST'"
12963   parameters:
12964   - "throughput"
12965   - "parent"
12966   - "tags"
12967   sort:
12968   - "IP6BASE"
12969   - "FIB_20K"
12970   - "FIB_200K"
12971   - "FIB_2M"
12972   traces:
12973     hoverinfo: "x+y"
12974     boxpoints: "outliers"
12975     whiskerwidth: 0
12976   layout:
12977     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
12978     layout: "plot-throughput"
12979
12980 - type: "plot"
12981   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
12982   algorithm: "plot_performance_box"
12983   output-file-type: ".html"
12984   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
12985   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12986   filter: "'NIC_Intel-XXV710' and
12987            '78B' and
12988            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12989            'NDRPDR' and
12990            '4T2C' and
12991            'IP6FWD' and
12992            not 'SRv6' and
12993            not 'IPSEC' and
12994            not 'VHOST'"
12995   parameters:
12996   - "throughput"
12997   - "parent"
12998   - "tags"
12999   sort:
13000   - "IP6BASE"
13001   - "FIB_20K"
13002   - "FIB_200K"
13003   - "FIB_2M"
13004   traces:
13005     hoverinfo: "x+y"
13006     boxpoints: "outliers"
13007     whiskerwidth: 0
13008   layout:
13009     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
13010     layout: "plot-throughput"
13011
13012 - type: "plot"
13013   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
13014   algorithm: "plot_performance_box"
13015   output-file-type: ".html"
13016   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
13017   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13018   filter: "'NIC_Intel-XXV710' and
13019            '78B' and
13020            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13021            'NDRPDR' and
13022            '4T2C' and
13023            'IP6FWD' and
13024            not 'SRv6' and
13025            not 'IPSEC' and
13026            not 'VHOST'"
13027   parameters:
13028   - "throughput"
13029   - "parent"
13030   - "tags"
13031   sort:
13032   - "IP6BASE"
13033   - "FIB_20K"
13034   - "FIB_200K"
13035   - "FIB_2M"
13036   traces:
13037     hoverinfo: "x+y"
13038     boxpoints: "outliers"
13039     whiskerwidth: 0
13040   layout:
13041     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
13042     layout: "plot-throughput"
13043
13044 # Packet Throughput - VPP IPv6 2n-dnv-x553 base
13045 - type: "plot"
13046   title: "VPP Throughput: ip6-2n-dnv-x553-78b-1t1c-base-ndr"
13047   algorithm: "plot_performance_box"
13048   output-file-type: ".html"
13049   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-1t1c-base-ndr"
13050   data: "intel-dnv-vpp"
13051   filter: "'NIC_Intel-X553' and
13052            '78B' and
13053            'IP6BASE' and
13054            'NDRPDR' and
13055            '1T1C' and
13056            'IP6FWD' and
13057            not 'SRv6' and
13058            not 'IPSEC' and
13059            not 'VHOST'"
13060   parameters:
13061   - "throughput"
13062   - "parent"
13063   - "tags"
13064   sort:
13065   - "IP6BASE"
13066   traces:
13067     hoverinfo: "x+y"
13068     boxpoints: "outliers"
13069     whiskerwidth: 0
13070   layout:
13071     title: "ip6-2n-dnv-x553-78b-1t1c-base-ndr"
13072     layout: "plot-throughput"
13073
13074 - type: "plot"
13075   title: "VPP Throughput: ip6-2n-dnv-x553-78b-1t1c-base-pdr"
13076   algorithm: "plot_performance_box"
13077   output-file-type: ".html"
13078   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-1t1c-base-pdr"
13079   data: "intel-dnv-vpp"
13080   filter: "'NIC_Intel-X553' and
13081            '78B' and
13082            'IP6BASE' and
13083            'NDRPDR' and
13084            '1T1C' and
13085            'IP6FWD' and
13086            not 'SRv6' and
13087            not 'IPSEC' and
13088            not 'VHOST'"
13089   parameters:
13090   - "throughput"
13091   - "parent"
13092   - "tags"
13093   sort:
13094   - "IP6BASE"
13095   traces:
13096     hoverinfo: "x+y"
13097     boxpoints: "outliers"
13098     whiskerwidth: 0
13099   layout:
13100     title: "ip6-2n-dnv-x553-78b-1t1c-base-pdr"
13101     layout: "plot-throughput"
13102
13103 - type: "plot"
13104   title: "VPP Throughput: ip6-2n-dnv-x553-78b-2t2c-base-ndr"
13105   algorithm: "plot_performance_box"
13106   output-file-type: ".html"
13107   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-2t2c-base-ndr"
13108   data: "intel-dnv-vpp"
13109   filter: "'NIC_Intel-X553' and
13110            '78B' and
13111            'IP6BASE' and
13112            'NDRPDR' and
13113            '2T2C' and
13114            'IP6FWD' and
13115            not 'SRv6' and
13116            not 'IPSEC' and
13117            not 'VHOST'"
13118   parameters:
13119   - "throughput"
13120   - "parent"
13121   - "tags"
13122   sort:
13123   - "IP6BASE"
13124   traces:
13125     hoverinfo: "x+y"
13126     boxpoints: "outliers"
13127     whiskerwidth: 0
13128   layout:
13129     title: "ip6-2n-dnv-x553-78b-2t2c-base-ndr"
13130     layout: "plot-throughput"
13131
13132 - type: "plot"
13133   title: "VPP Throughput: ip6-2n-dnv-x553-78b-2t2c-base-pdr"
13134   algorithm: "plot_performance_box"
13135   output-file-type: ".html"
13136   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-2t2c-base-pdr"
13137   data: "intel-dnv-vpp"
13138   filter: "'NIC_Intel-X553' and
13139            '78B' and
13140            'IP6BASE' and
13141            'NDRPDR' and
13142            '2T2C' and
13143            'IP6FWD' and
13144            not 'SRv6' and
13145            not 'IPSEC' and
13146            not 'VHOST'"
13147   parameters:
13148   - "throughput"
13149   - "parent"
13150   - "tags"
13151   sort:
13152   - "IP6BASE"
13153   traces:
13154     hoverinfo: "x+y"
13155     boxpoints: "outliers"
13156     whiskerwidth: 0
13157   layout:
13158     title: "ip6-2n-dnv-x553-78b-2t2c-base-pdr"
13159     layout: "plot-throughput"
13160
13161 ################################################################################
13162
13163 # Packet Throughput - VPP IPv6 tunnels 3n-hsw-x520
13164 - type: "plot"
13165   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base-ndr"
13166   algorithm: "plot_performance_box"
13167   output-file-type: ".html"
13168   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base-ndr"
13169   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13170   filter: "'NIC_Intel-X520-DA2' and
13171            '78B' and
13172            'ENCAP' and
13173            'NDRPDR' and
13174            '1T1C' and
13175            'LISP' and
13176            not 'VHOST'"
13177   parameters:
13178   - "throughput"
13179   - "parent"
13180   - "tags"
13181   sort:
13182   - "IP4UNRLAY"
13183   - "IP6UNRLAY"
13184   traces:
13185     hoverinfo: "x+y"
13186     boxpoints: "outliers"
13187     whiskerwidth: 0
13188   layout:
13189     title: "ip6tun-3n-hsw-x520-78b-1t1c-base-ndr"
13190     layout: "plot-throughput"
13191
13192 - type: "plot"
13193   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base-pdr"
13194   algorithm: "plot_performance_box"
13195   output-file-type: ".html"
13196   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base-pdr"
13197   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13198   filter: "'NIC_Intel-X520-DA2' and
13199            '78B' and
13200            'ENCAP' and
13201            'NDRPDR' and
13202            '1T1C' and
13203            'LISP' and
13204            not 'VHOST'"
13205   parameters:
13206   - "throughput"
13207   - "parent"
13208   - "tags"
13209   sort:
13210   - "IP4UNRLAY"
13211   - "IP6UNRLAY"
13212   traces:
13213     hoverinfo: "x+y"
13214     boxpoints: "outliers"
13215     whiskerwidth: 0
13216   layout:
13217     title: "ip6tun-3n-hsw-x520-78b-1t1c-base-pdr"
13218     layout: "plot-throughput"
13219
13220 - type: "plot"
13221   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base-ndr"
13222   algorithm: "plot_performance_box"
13223   output-file-type: ".html"
13224   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base-ndr"
13225   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13226   filter: "'NIC_Intel-X520-DA2' and
13227            '78B' and
13228            'ENCAP' and
13229            'NDRPDR' and
13230            '2T2C' and
13231            'LISP' and
13232            not 'VHOST'"
13233   parameters:
13234   - "throughput"
13235   - "parent"
13236   - "tags"
13237   sort:
13238   - "IP4UNRLAY"
13239   - "IP6UNRLAY"
13240   traces:
13241     hoverinfo: "x+y"
13242     boxpoints: "outliers"
13243     whiskerwidth: 0
13244   layout:
13245     title: "ip6tun-3n-hsw-x520-78b-2t2c-base-ndr"
13246     layout: "plot-throughput"
13247
13248 - type: "plot"
13249   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base-pdr"
13250   algorithm: "plot_performance_box"
13251   output-file-type: ".html"
13252   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base-pdr"
13253   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13254   filter: "'NIC_Intel-X520-DA2' and
13255            '78B' and
13256            'ENCAP' and
13257            'NDRPDR' and
13258            '2T2C' and
13259            'LISP' and
13260            not 'VHOST'"
13261   parameters:
13262   - "throughput"
13263   - "parent"
13264   - "tags"
13265   sort:
13266   - "IP4UNRLAY"
13267   - "IP6UNRLAY"
13268   traces:
13269     hoverinfo: "x+y"
13270     boxpoints: "outliers"
13271     whiskerwidth: 0
13272   layout:
13273     title: "ip6tun-3n-hsw-x520-78b-2t2c-base-pdr"
13274     layout: "plot-throughput"
13275
13276 ################################################################################
13277
13278 # Packet Throughput - VPP IPSec 3n-hsw-xl710 base
13279 - type: "plot"
13280   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
13281   algorithm: "plot_performance_box"
13282   output-file-type: ".html"
13283   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
13284   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13285   filter: "'NIC_Intel-XL710' and
13286            '64B' and
13287            'IP4FWD' and
13288            'NDRPDR' and
13289            'BASE' and
13290            '1T1C' and
13291            'IPSECHW' and
13292            ('IPSECTRAN' or 'IPSECTUN') and
13293            not 'VHOST'"
13294   parameters:
13295   - "throughput"
13296   - "parent"
13297   - "tags"
13298   traces:
13299     hoverinfo: "x+y"
13300     boxpoints: "outliers"
13301     whiskerwidth: 0
13302   layout:
13303     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
13304     layout: "plot-throughput"
13305
13306 - type: "plot"
13307   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
13308   algorithm: "plot_performance_box"
13309   output-file-type: ".html"
13310   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
13311   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13312   filter: "'NIC_Intel-XL710' and
13313            '64B' and
13314            'IP4FWD' and
13315            'NDRPDR' and
13316            'BASE' and
13317            '1T1C' and
13318            'IPSECHW' and
13319            ('IPSECTRAN' or 'IPSECTUN') and
13320            not 'VHOST'"
13321   parameters:
13322   - "throughput"
13323   - "parent"
13324   - "tags"
13325   traces:
13326     hoverinfo: "x+y"
13327     boxpoints: "outliers"
13328     whiskerwidth: 0
13329   layout:
13330     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
13331     layout: "plot-throughput"
13332
13333 - type: "plot"
13334   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
13335   algorithm: "plot_performance_box"
13336   output-file-type: ".html"
13337   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
13338   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13339   filter: "'NIC_Intel-XL710' and
13340            '64B' and
13341            'IP4FWD' and
13342            'NDRPDR' and
13343            'BASE' and
13344            '2T2C' and
13345            'IPSECHW' and
13346            ('IPSECTRAN' or 'IPSECTUN') and
13347            not 'VHOST'"
13348   parameters:
13349   - "throughput"
13350   - "parent"
13351   - "tags"
13352   traces:
13353     hoverinfo: "x+y"
13354     boxpoints: "outliers"
13355     whiskerwidth: 0
13356   layout:
13357     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
13358     layout: "plot-throughput"
13359
13360 - type: "plot"
13361   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
13362   algorithm: "plot_performance_box"
13363   output-file-type: ".html"
13364   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
13365   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13366   filter: "'NIC_Intel-XL710' and
13367            '64B' and
13368            'IP4FWD' and
13369            'NDRPDR' and
13370            'BASE' and
13371            '2T2C' and
13372            'IPSECHW' and
13373            ('IPSECTRAN' or 'IPSECTUN') and
13374            not 'VHOST'"
13375   parameters:
13376   - "throughput"
13377   - "parent"
13378   - "tags"
13379   traces:
13380     hoverinfo: "x+y"
13381     boxpoints: "outliers"
13382     whiskerwidth: 0
13383   layout:
13384     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
13385     layout: "plot-throughput"
13386
13387 # Packet Throughput - VPP IPSec 3n-hsw-xl710 scale
13388 - type: "plot"
13389   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
13390   algorithm: "plot_performance_box"
13391   output-file-type: ".html"
13392   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
13393   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13394   filter: "'NIC_Intel-XL710' and
13395            '64B' and
13396            'IP4FWD' and
13397            'NDRPDR' and
13398            'SCALE' and
13399            '1T1C' and
13400            'IPSECHW' and
13401            ('IPSECTRAN' or 'IPSECTUN') and
13402            not 'VHOST'"
13403   parameters:
13404   - "throughput"
13405   - "parent"
13406   - "tags"
13407   traces:
13408     hoverinfo: "x+y"
13409     boxpoints: "outliers"
13410     whiskerwidth: 0
13411   layout:
13412     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
13413     layout: "plot-throughput"
13414
13415 - type: "plot"
13416   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
13417   algorithm: "plot_performance_box"
13418   output-file-type: ".html"
13419   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
13420   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13421   filter: "'NIC_Intel-XL710' and
13422            '64B' and
13423            'IP4FWD' and
13424            'NDRPDR' and
13425            'SCALE' and
13426            '1T1C' and
13427            'IPSECHW' and
13428            ('IPSECTRAN' or 'IPSECTUN') and
13429            not 'VHOST'"
13430   parameters:
13431   - "throughput"
13432   - "parent"
13433   - "tags"
13434   traces:
13435     hoverinfo: "x+y"
13436     boxpoints: "outliers"
13437     whiskerwidth: 0
13438   layout:
13439     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
13440     layout: "plot-throughput"
13441
13442 - type: "plot"
13443   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
13444   algorithm: "plot_performance_box"
13445   output-file-type: ".html"
13446   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
13447   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13448   filter: "'NIC_Intel-XL710' and
13449            '64B' and
13450            'IP4FWD' and
13451            'NDRPDR' and
13452            'SCALE' and
13453            '2T2C' and
13454            'IPSECHW' and
13455            ('IPSECTRAN' or 'IPSECTUN') and
13456            not 'VHOST'"
13457   parameters:
13458   - "throughput"
13459   - "parent"
13460   - "tags"
13461   traces:
13462     hoverinfo: "x+y"
13463     boxpoints: "outliers"
13464     whiskerwidth: 0
13465   layout:
13466     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
13467     layout: "plot-throughput"
13468
13469 - type: "plot"
13470   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
13471   algorithm: "plot_performance_box"
13472   output-file-type: ".html"
13473   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
13474   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13475   filter: "'NIC_Intel-XL710' and
13476            '64B' and
13477            'IP4FWD' and
13478            'NDRPDR' and
13479            'SCALE' and
13480            '2T2C' and
13481            'IPSECHW' and
13482            ('IPSECTRAN' or 'IPSECTUN') and
13483            not 'VHOST'"
13484   parameters:
13485   - "throughput"
13486   - "parent"
13487   - "tags"
13488   traces:
13489     hoverinfo: "x+y"
13490     boxpoints: "outliers"
13491     whiskerwidth: 0
13492   layout:
13493     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
13494     layout: "plot-throughput"
13495
13496 # Packet Throughput - VPP IPSec 3n-hsw-xl710 SW
13497 - type: "plot"
13498   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
13499   algorithm: "plot_performance_box"
13500   output-file-type: ".html"
13501   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
13502   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13503   filter: "'NIC_Intel-XL710' and
13504            '64B' and
13505            'IP4FWD' and
13506            'NDRPDR' and
13507            '1T1C' and
13508            'IPSECSW' and
13509            ('IPSECTRAN' or 'IPSECTUN') and
13510            not 'VHOST'"
13511   parameters:
13512   - "throughput"
13513   - "parent"
13514   - "tags"
13515   traces:
13516     hoverinfo: "x+y"
13517     boxpoints: "outliers"
13518     whiskerwidth: 0
13519   layout:
13520     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
13521     layout: "plot-throughput"
13522
13523 - type: "plot"
13524   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
13525   algorithm: "plot_performance_box"
13526   output-file-type: ".html"
13527   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
13528   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13529   filter: "'NIC_Intel-XL710' and
13530            '64B' and
13531            'IP4FWD' and
13532            'NDRPDR' and
13533            '1T1C' and
13534            'IPSECSW' and
13535            ('IPSECTRAN' or 'IPSECTUN') and
13536            not 'VHOST'"
13537   parameters:
13538   - "throughput"
13539   - "parent"
13540   - "tags"
13541   traces:
13542     hoverinfo: "x+y"
13543     boxpoints: "outliers"
13544     whiskerwidth: 0
13545   layout:
13546     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
13547     layout: "plot-throughput"
13548
13549 - type: "plot"
13550   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
13551   algorithm: "plot_performance_box"
13552   output-file-type: ".html"
13553   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
13554   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13555   filter: "'NIC_Intel-XL710' and
13556            '64B' and
13557            'IP4FWD' and
13558            'NDRPDR' and
13559            '2T2C' and
13560            'IPSECSW' and
13561            ('IPSECTRAN' or 'IPSECTUN') and
13562            not 'VHOST'"
13563   parameters:
13564   - "throughput"
13565   - "parent"
13566   - "tags"
13567   traces:
13568     hoverinfo: "x+y"
13569     boxpoints: "outliers"
13570     whiskerwidth: 0
13571   layout:
13572     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
13573     layout: "plot-throughput"
13574
13575 - type: "plot"
13576   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
13577   algorithm: "plot_performance_box"
13578   output-file-type: ".html"
13579   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
13580   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13581   filter: "'NIC_Intel-XL710' and
13582            '64B' and
13583            'IP4FWD' and
13584            'NDRPDR' and
13585            '2T2C' and
13586            'IPSECSW' and
13587            ('IPSECTRAN' or 'IPSECTUN') and
13588            not 'VHOST'"
13589   parameters:
13590   - "throughput"
13591   - "parent"
13592   - "tags"
13593   traces:
13594     hoverinfo: "x+y"
13595     boxpoints: "outliers"
13596     whiskerwidth: 0
13597   layout:
13598     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
13599     layout: "plot-throughput"
13600
13601 ################################################################################
13602
13603 # Packet Throughput - VPP SRv6 3n-hsw-x520
13604 - type: "plot"
13605   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-ndr"
13606   algorithm: "plot_performance_box"
13607   output-file-type: ".html"
13608   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr"
13609   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13610   filter: "'NIC_Intel-X520-DA2' and
13611            '78B' and
13612            'FEATURE' and
13613            'NDRPDR' and
13614            '1T1C' and
13615            'IP6FWD' and
13616            'SRv6'"
13617   parameters:
13618   - "throughput"
13619   - "parent"
13620   - "tags"
13621   traces:
13622     hoverinfo: "x+y"
13623     boxpoints: "outliers"
13624     whiskerwidth: 0
13625   layout:
13626     title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
13627     layout: "plot-throughput"
13628
13629 - type: "plot"
13630   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-pdr"
13631   algorithm: "plot_performance_box"
13632   output-file-type: ".html"
13633   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-pdr"
13634   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13635   filter: "'NIC_Intel-X520-DA2' and
13636            '78B' and
13637            'FEATURE' and
13638            'NDRPDR' and
13639            '1T1C' and
13640            'IP6FWD' and
13641            'SRv6'"
13642   parameters:
13643   - "throughput"
13644   - "parent"
13645   - "tags"
13646   traces:
13647     hoverinfo: "x+y"
13648     boxpoints: "outliers"
13649     whiskerwidth: 0
13650   layout:
13651     title: "srv6-3n-hsw-x520-78b-1t1c-features-pdr"
13652     layout: "plot-throughput"
13653
13654 - type: "plot"
13655   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-ndr"
13656   algorithm: "plot_performance_box"
13657   output-file-type: ".html"
13658   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr"
13659   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13660   filter: "'NIC_Intel-X520-DA2' and
13661            '78B' and
13662            'FEATURE' and
13663            'NDRPDR' and
13664            '2T2C' and
13665            'IP6FWD' and
13666            'SRv6'"
13667   parameters:
13668   - "throughput"
13669   - "parent"
13670   - "tags"
13671   traces:
13672     hoverinfo: "x+y"
13673     boxpoints: "outliers"
13674     whiskerwidth: 0
13675   layout:
13676     title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
13677     layout: "plot-throughput"
13678
13679 - type: "plot"
13680   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-pdr"
13681   algorithm: "plot_performance_box"
13682   output-file-type: ".html"
13683   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-pdr"
13684   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13685   filter: "'NIC_Intel-X520-DA2' and
13686            '78B' and
13687            'FEATURE' and
13688            'NDRPDR' and
13689            '2T2C' and
13690            'IP6FWD' and
13691            'SRv6'"
13692   parameters:
13693   - "throughput"
13694   - "parent"
13695   - "tags"
13696   traces:
13697     hoverinfo: "x+y"
13698     boxpoints: "outliers"
13699     whiskerwidth: 0
13700   layout:
13701     title: "srv6-3n-hsw-x520-78b-2t2c-features-pdr"
13702     layout: "plot-throughput"
13703
13704 ################################################################################
13705
13706 # Packet Throughput - VPP vhost ip4 3n-hsw-x520
13707 - type: "plot"
13708   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
13709   algorithm: "plot_performance_box"
13710   output-file-type: ".html"
13711   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
13712   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13713   filter: "'NIC_Intel-X520-DA2' and
13714            '64B' and
13715            'NDRPDR' and
13716            'ETH' and
13717            'IP4FWD' and
13718            '1T1C' and
13719            'VHOST_1024' and
13720            not 'VXLAN' and
13721            not 'DOT1Q'"
13722   parameters:
13723   - "throughput"
13724   - "parent"
13725   - "tags"
13726   sort:
13727   - "not CFS_OPT"
13728   - "1VM"
13729   - "2VM"
13730   traces:
13731     hoverinfo: "x+y"
13732     boxpoints: "outliers"
13733     whiskerwidth: 0
13734   layout:
13735     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
13736     layout: "plot-throughput"
13737
13738 - type: "plot"
13739   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
13740   algorithm: "plot_performance_box"
13741   output-file-type: ".html"
13742   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
13743   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13744   filter: "'NIC_Intel-X520-DA2' and
13745            '64B' and
13746            'NDRPDR' and
13747            'ETH' and
13748            'IP4FWD' and
13749            '2T2C' and
13750            'VHOST_1024' and
13751            not 'VXLAN' and
13752            not 'DOT1Q'"
13753   parameters:
13754   - "throughput"
13755   - "parent"
13756   - "tags"
13757   sort:
13758   - "not CFS_OPT"
13759   - "1VM"
13760   - "2VM"
13761   traces:
13762     hoverinfo: "x+y"
13763     boxpoints: "outliers"
13764     whiskerwidth: 0
13765   layout:
13766     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
13767     layout: "plot-throughput"
13768
13769 - type: "plot"
13770   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
13771   algorithm: "plot_performance_box"
13772   output-file-type: ".html"
13773   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
13774   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13775   filter: "'NIC_Intel-X520-DA2' and
13776            '64B' and
13777            'NDRPDR' and
13778            'ETH' and
13779            'IP4FWD' and
13780            '1T1C' and
13781            'VHOST_1024' and
13782            not 'VXLAN' and
13783            not 'DOT1Q'"
13784   parameters:
13785   - "throughput"
13786   - "parent"
13787   - "tags"
13788   sort:
13789   - "not CFS_OPT"
13790   - "1VM"
13791   - "2VM"
13792   traces:
13793     hoverinfo: "x+y"
13794     boxpoints: "outliers"
13795     whiskerwidth: 0
13796   layout:
13797     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
13798     layout: "plot-throughput"
13799
13800 - type: "plot"
13801   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
13802   algorithm: "plot_performance_box"
13803   output-file-type: ".html"
13804   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
13805   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13806   filter: "'NIC_Intel-X520-DA2' and
13807            '64B' and
13808            'NDRPDR' and
13809            'ETH' and
13810            'IP4FWD' and
13811            '2T2C' and
13812            'VHOST_1024' and
13813            not 'VXLAN' and
13814            not 'DOT1Q'"
13815   parameters:
13816   - "throughput"
13817   - "parent"
13818   - "tags"
13819   sort:
13820   - "not CFS_OPT"
13821   - "1VM"
13822   - "2VM"
13823   traces:
13824     hoverinfo: "x+y"
13825     boxpoints: "outliers"
13826     whiskerwidth: 0
13827   layout:
13828     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
13829     layout: "plot-throughput"
13830
13831 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base
13832 - type: "plot"
13833   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
13834   algorithm: "plot_performance_box"
13835   output-file-type: ".html"
13836   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
13837   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13838   filter: "'NIC_Intel-X520-DA2' and
13839            '64B' and
13840            'NDRPDR' and
13841            ('ETH' or 'DOT1Q') and
13842            'BASE' and
13843            '1T1C' and
13844            ('L2BDMACLRN' or 'L2XCFWD') and
13845            'VHOST_1024' and
13846            not 'VXLAN' and
13847            not 'IP4FWD' and
13848            not '2VM'"
13849   parameters:
13850   - "throughput"
13851   - "parent"
13852   - "tags"
13853   sort:
13854   - "L2BDMACLRN"
13855   - "L2BDMACLRN"
13856   - "L2BDMACLRN"
13857   - "L2XCFWD"
13858   - "L2XCFWD"
13859   - "L2XCFWD"
13860   traces:
13861     hoverinfo: "x+y"
13862     boxpoints: "outliers"
13863     whiskerwidth: 0
13864   layout:
13865     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
13866     layout: "plot-throughput"
13867
13868 - type: "plot"
13869   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
13870   algorithm: "plot_performance_box"
13871   output-file-type: ".html"
13872   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
13873   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13874   filter: "'NIC_Intel-X520-DA2' and
13875            '64B' and
13876            'NDRPDR' and
13877            ('ETH' or 'DOT1Q') and
13878            'BASE' and
13879            '1T1C' and
13880            ('L2BDMACLRN' or 'L2XCFWD') and
13881            'VHOST_1024' and
13882            not 'VXLAN' and
13883            not 'IP4FWD' and
13884            not '2VM'"
13885   parameters:
13886   - "throughput"
13887   - "parent"
13888   - "tags"
13889   sort:
13890   - "L2BDMACLRN"
13891   - "L2BDMACLRN"
13892   - "L2BDMACLRN"
13893   - "L2XCFWD"
13894   - "L2XCFWD"
13895   - "L2XCFWD"
13896   traces:
13897     hoverinfo: "x+y"
13898     boxpoints: "outliers"
13899     whiskerwidth: 0
13900   layout:
13901     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
13902     layout: "plot-throughput"
13903
13904 - type: "plot"
13905   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
13906   algorithm: "plot_performance_box"
13907   output-file-type: ".html"
13908   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
13909   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13910   filter: "'NIC_Intel-X520-DA2' and
13911            '64B' and
13912            'NDRPDR' and
13913            ('ETH' or 'DOT1Q') and
13914            'BASE' and
13915            '2T2C' and
13916            ('L2BDMACLRN' or 'L2XCFWD') and
13917            'VHOST_1024' and
13918            not 'VXLAN' and
13919            not 'IP4FWD' and
13920            not '2VM'"
13921   parameters:
13922   - "throughput"
13923   - "parent"
13924   - "tags"
13925   sort:
13926   - "L2BDMACLRN"
13927   - "L2BDMACLRN"
13928   - "L2BDMACLRN"
13929   - "L2XCFWD"
13930   - "L2XCFWD"
13931   - "L2XCFWD"
13932   traces:
13933     hoverinfo: "x+y"
13934     boxpoints: "outliers"
13935     whiskerwidth: 0
13936   layout:
13937     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
13938     layout: "plot-throughput"
13939
13940 - type: "plot"
13941   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
13942   algorithm: "plot_performance_box"
13943   output-file-type: ".html"
13944   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
13945   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13946   filter: "'NIC_Intel-X520-DA2' and
13947            '64B' and
13948            'NDRPDR' and
13949            ('ETH' or 'DOT1Q') and
13950            'BASE' and
13951            '2T2C' and
13952            ('L2BDMACLRN' or 'L2XCFWD') and
13953            'VHOST_1024' and
13954            not 'VXLAN' and
13955            not 'IP4FWD' and
13956            not '2VM'"
13957   parameters:
13958   - "throughput"
13959   - "parent"
13960   - "tags"
13961   sort:
13962   - "L2BDMACLRN"
13963   - "L2BDMACLRN"
13964   - "L2BDMACLRN"
13965   - "L2XCFWD"
13966   - "L2XCFWD"
13967   - "L2XCFWD"
13968   traces:
13969     hoverinfo: "x+y"
13970     boxpoints: "outliers"
13971     whiskerwidth: 0
13972   layout:
13973     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
13974     layout: "plot-throughput"
13975
13976 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base vm
13977 - type: "plot"
13978   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
13979   algorithm: "plot_performance_box"
13980   output-file-type: ".html"
13981   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
13982   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13983   filter: "'NIC_Intel-X520-DA2' and
13984            '64B' and
13985            'NDRPDR' and
13986            ('ETH' or 'DOT1Q') and
13987            '1T1C' and
13988            ('L2BDMACLRN' or 'L2XCFWD') and
13989            'VHOST_1024' and
13990            not 'CFS_OPT' and
13991            not 'DOT1Q' and
13992            not 'VXLAN' and
13993            not 'IP4FWD' and
13994            not 'LBOND'"
13995   parameters:
13996   - "throughput"
13997   - "parent"
13998   - "tags"
13999 #  sort:
14000 #  - "1VM"
14001 #  - "L2XCFWD"
14002 #  - "1VM"
14003 #  - "L2BDMACLRN"
14004   traces:
14005     hoverinfo: "x+y"
14006     boxpoints: "outliers"
14007     whiskerwidth: 0
14008   layout:
14009     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
14010     layout: "plot-throughput"
14011
14012 - type: "plot"
14013   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
14014   algorithm: "plot_performance_box"
14015   output-file-type: ".html"
14016   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
14017   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14018   filter: "'NIC_Intel-X520-DA2' and
14019            '64B' and
14020            'NDRPDR' and
14021            ('ETH' or 'DOT1Q') and
14022            '1T1C' and
14023            ('L2BDMACLRN' or 'L2XCFWD') and
14024            'VHOST_1024' and
14025            not 'CFS_OPT' and
14026            not 'DOT1Q' and
14027            not 'VXLAN' and
14028            not 'IP4FWD' and
14029            not 'LBOND'"
14030   parameters:
14031   - "throughput"
14032   - "parent"
14033   - "tags"
14034 #  sort:
14035 #  - "1VM"
14036 #  - "L2XCFWD"
14037 #  - "1VM"
14038 #  - "L2BDMACLRN"
14039   traces:
14040     hoverinfo: "x+y"
14041     boxpoints: "outliers"
14042     whiskerwidth: 0
14043   layout:
14044     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
14045     layout: "plot-throughput"
14046
14047 - type: "plot"
14048   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
14049   algorithm: "plot_performance_box"
14050   output-file-type: ".html"
14051   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
14052   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14053   filter: "'NIC_Intel-X520-DA2' and
14054            '64B' and
14055            'NDRPDR' and
14056            ('ETH' or 'DOT1Q') and
14057            '2T2C' and
14058            ('L2BDMACLRN' or 'L2XCFWD') and
14059            'VHOST_1024' and
14060            not 'CFS_OPT' and
14061            not 'DOT1Q' and
14062            not 'VXLAN' and
14063            not 'IP4FWD' and
14064            not 'LBOND'"
14065   parameters:
14066   - "throughput"
14067   - "parent"
14068   - "tags"
14069 #  sort:
14070 #  - "1VM"
14071 #  - "L2XCFWD"
14072 #  - "1VM"
14073 #  - "L2BDMACLRN"
14074   traces:
14075     hoverinfo: "x+y"
14076     boxpoints: "outliers"
14077     whiskerwidth: 0
14078   layout:
14079     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
14080     layout: "plot-throughput"
14081
14082 - type: "plot"
14083   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
14084   algorithm: "plot_performance_box"
14085   output-file-type: ".html"
14086   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
14087   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14088   filter: "'NIC_Intel-X520-DA2' and
14089            '64B' and
14090            'NDRPDR' and
14091            ('ETH' or 'DOT1Q') and
14092            '2T2C' and
14093            ('L2BDMACLRN' or 'L2XCFWD') and
14094            'VHOST_1024' and
14095            not 'CFS_OPT' and
14096            not 'DOT1Q' and
14097            not 'VXLAN' and
14098            not 'IP4FWD' and
14099            not 'LBOND'"
14100   parameters:
14101   - "throughput"
14102   - "parent"
14103   - "tags"
14104 #  sort:
14105 #  - "1VM"
14106 #  - "L2XCFWD"
14107 #  - "1VM"
14108 #  - "L2BDMACLRN"
14109   traces:
14110     hoverinfo: "x+y"
14111     boxpoints: "outliers"
14112     whiskerwidth: 0
14113   layout:
14114     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
14115     layout: "plot-throughput"
14116
14117 # Packet Throughput - VPP vhost ip4 3n-hsw-x710
14118 - type: "plot"
14119   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
14120   algorithm: "plot_performance_box"
14121   output-file-type: ".html"
14122   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
14123   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14124   filter: "'NIC_Intel-X710' and
14125            '64B' and
14126            'NDRPDR' and
14127            'ETH' and
14128            'IP4FWD' and
14129            '1T1C' and
14130            'VHOST_1024' and
14131            not 'VXLAN' and
14132            not 'CFS_OPT' and
14133            not 'DOT1Q'"
14134   parameters:
14135   - "throughput"
14136   - "parent"
14137   - "tags"
14138   sort:
14139   - "1VM"
14140   - "2VM"
14141   traces:
14142     hoverinfo: "x+y"
14143     boxpoints: "outliers"
14144     whiskerwidth: 0
14145   layout:
14146     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
14147     layout: "plot-throughput"
14148
14149 - type: "plot"
14150   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
14151   algorithm: "plot_performance_box"
14152   output-file-type: ".html"
14153   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
14154   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14155   filter: "'NIC_Intel-X710' and
14156            '64B' and
14157            'NDRPDR' and
14158            'ETH' and
14159            'IP4FWD' and
14160            '2T2C' and
14161            'VHOST_1024' and
14162            not 'VXLAN' and
14163            not 'CFS_OPT' and
14164            not 'DOT1Q'"
14165   parameters:
14166   - "throughput"
14167   - "parent"
14168   - "tags"
14169   sort:
14170   - "1VM"
14171   - "2VM"
14172   traces:
14173     hoverinfo: "x+y"
14174     boxpoints: "outliers"
14175     whiskerwidth: 0
14176   layout:
14177     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
14178     layout: "plot-throughput"
14179
14180 - type: "plot"
14181   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
14182   algorithm: "plot_performance_box"
14183   output-file-type: ".html"
14184   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
14185   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14186   filter: "'NIC_Intel-X710' and
14187            '64B' and
14188            'NDRPDR' and
14189            'ETH' and
14190            'IP4FWD' and
14191            '1T1C' and
14192            'VHOST_1024' and
14193            not 'VXLAN' and
14194            not 'CFS_OPT' and
14195            not 'DOT1Q'"
14196   parameters:
14197   - "throughput"
14198   - "parent"
14199   - "tags"
14200   sort:
14201   - "1VM"
14202   - "2VM"
14203   traces:
14204     hoverinfo: "x+y"
14205     boxpoints: "outliers"
14206     whiskerwidth: 0
14207   layout:
14208     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
14209     layout: "plot-throughput"
14210
14211 - type: "plot"
14212   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
14213   algorithm: "plot_performance_box"
14214   output-file-type: ".html"
14215   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
14216   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14217   filter: "'NIC_Intel-X710' and
14218            '64B' and
14219            'NDRPDR' and
14220            'ETH' and
14221            'IP4FWD' and
14222            '2T2C' and
14223            'VHOST_1024' and
14224            not 'VXLAN' and
14225            not 'CFS_OPT' and
14226            not 'DOT1Q'"
14227   parameters:
14228   - "throughput"
14229   - "parent"
14230   - "tags"
14231   sort:
14232   - "1VM"
14233   - "2VM"
14234   traces:
14235     hoverinfo: "x+y"
14236     boxpoints: "outliers"
14237     whiskerwidth: 0
14238   layout:
14239     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
14240     layout: "plot-throughput"
14241
14242 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base
14243 - type: "plot"
14244   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
14245   algorithm: "plot_performance_box"
14246   output-file-type: ".html"
14247   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
14248   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14249   filter: "'NIC_Intel-X710' and
14250            '64B' and
14251            'NDRPDR' and
14252            ('ETH' or 'DOT1Q') and
14253            'BASE' and
14254            '1T1C' and
14255            ('L2BDMACLRN' or 'L2XCFWD') and
14256            'VHOST_1024' and
14257            not 'VXLAN' and
14258            not 'IP4FWD' and
14259            not '2VM'"
14260   parameters:
14261   - "throughput"
14262   - "parent"
14263   - "tags"
14264   sort:
14265   - "L2BDMACLRN"
14266   - "L2BDMACLRN"
14267   - "L2BDMACLRN"
14268   - "L2XCFWD"
14269   - "L2XCFWD"
14270   - "L2XCFWD"
14271   traces:
14272     hoverinfo: "x+y"
14273     boxpoints: "outliers"
14274     whiskerwidth: 0
14275   layout:
14276     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
14277     layout: "plot-throughput"
14278
14279 - type: "plot"
14280   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
14281   algorithm: "plot_performance_box"
14282   output-file-type: ".html"
14283   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
14284   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14285   filter: "'NIC_Intel-X710' and
14286            '64B' and
14287            'NDRPDR' and
14288            ('ETH' or 'DOT1Q') and
14289            'BASE' and
14290            '1T1C' and
14291            ('L2BDMACLRN' or 'L2XCFWD') and
14292            'VHOST_1024' and
14293            not 'VXLAN' and
14294            not 'IP4FWD' and
14295            not '2VM'"
14296   parameters:
14297   - "throughput"
14298   - "parent"
14299   - "tags"
14300   sort:
14301   - "L2BDMACLRN"
14302   - "L2BDMACLRN"
14303   - "L2BDMACLRN"
14304   - "L2XCFWD"
14305   - "L2XCFWD"
14306   - "L2XCFWD"
14307   traces:
14308     hoverinfo: "x+y"
14309     boxpoints: "outliers"
14310     whiskerwidth: 0
14311   layout:
14312     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
14313     layout: "plot-throughput"
14314
14315 - type: "plot"
14316   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
14317   algorithm: "plot_performance_box"
14318   output-file-type: ".html"
14319   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
14320   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14321   filter: "'NIC_Intel-X710' and
14322            '64B' and
14323            'NDRPDR' and
14324            ('ETH' or 'DOT1Q') and
14325            'BASE' and
14326            '2T2C' and
14327            ('L2BDMACLRN' or 'L2XCFWD') and
14328            'VHOST_1024' and
14329            not 'VXLAN' and
14330            not 'IP4FWD' and
14331            not '2VM'"
14332   parameters:
14333   - "throughput"
14334   - "parent"
14335   - "tags"
14336   sort:
14337   - "L2BDMACLRN"
14338   - "L2BDMACLRN"
14339   - "L2BDMACLRN"
14340   - "L2XCFWD"
14341   - "L2XCFWD"
14342   - "L2XCFWD"
14343   traces:
14344     hoverinfo: "x+y"
14345     boxpoints: "outliers"
14346     whiskerwidth: 0
14347   layout:
14348     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
14349     layout: "plot-throughput"
14350
14351 - type: "plot"
14352   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
14353   algorithm: "plot_performance_box"
14354   output-file-type: ".html"
14355   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
14356   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14357   filter: "'NIC_Intel-X710' and
14358            '64B' and
14359            'NDRPDR' and
14360            ('ETH' or 'DOT1Q') and
14361            'BASE' and
14362            '2T2C' and
14363            ('L2BDMACLRN' or 'L2XCFWD') and
14364            'VHOST_1024' and
14365            not 'VXLAN' and
14366            not 'IP4FWD' and
14367            not '2VM'"
14368   parameters:
14369   - "throughput"
14370   - "parent"
14371   - "tags"
14372   sort:
14373   - "L2BDMACLRN"
14374   - "L2BDMACLRN"
14375   - "L2BDMACLRN"
14376   - "L2XCFWD"
14377   - "L2XCFWD"
14378   - "L2XCFWD"
14379   traces:
14380     hoverinfo: "x+y"
14381     boxpoints: "outliers"
14382     whiskerwidth: 0
14383   layout:
14384     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
14385     layout: "plot-throughput"
14386
14387 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base vm
14388 - type: "plot"
14389   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr"
14390   algorithm: "plot_performance_box"
14391   output-file-type: ".html"
14392   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr"
14393   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14394   filter: "'NIC_Intel-X710' and
14395            '64B' and
14396            'NDRPDR' and
14397            ('ETH' or 'DOT1Q') and
14398            '1T1C' and
14399            ('L2BDMACLRN' or 'L2XCFWD') and
14400            'VHOST_1024' and
14401            not 'CFS_OPT' and
14402            not 'VXLAN' and
14403            not 'IP4FWD' and
14404            not 'LBOND'"
14405   parameters:
14406   - "throughput"
14407   - "parent"
14408   - "tags"
14409   sort:
14410   - "L2BDMACLRN"
14411   - "L2BDMACLRN"
14412   - "L2BDMACLRN"
14413   - "L2XCFWD"
14414   - "L2XCFWD"
14415   - "L2XCFWD"
14416   traces:
14417     hoverinfo: "x+y"
14418     boxpoints: "outliers"
14419     whiskerwidth: 0
14420   layout:
14421     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr"
14422     layout: "plot-throughput"
14423
14424 - type: "plot"
14425   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-pdr"
14426   algorithm: "plot_performance_box"
14427   output-file-type: ".html"
14428   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-pdr"
14429   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14430   filter: "'NIC_Intel-X710' and
14431            '64B' and
14432            'NDRPDR' and
14433            ('ETH' or 'DOT1Q') and
14434            '1T1C' and
14435            ('L2BDMACLRN' or 'L2XCFWD') and
14436            'VHOST_1024' and
14437            not 'CFS_OPT' and
14438            not 'VXLAN' and
14439            not 'IP4FWD' and
14440            not 'LBOND'"
14441   parameters:
14442   - "throughput"
14443   - "parent"
14444   - "tags"
14445   sort:
14446   - "L2BDMACLRN"
14447   - "L2BDMACLRN"
14448   - "L2BDMACLRN"
14449   - "L2XCFWD"
14450   - "L2XCFWD"
14451   - "L2XCFWD"
14452   traces:
14453     hoverinfo: "x+y"
14454     boxpoints: "outliers"
14455     whiskerwidth: 0
14456   layout:
14457     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-pdr"
14458     layout: "plot-throughput"
14459
14460 - type: "plot"
14461   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr"
14462   algorithm: "plot_performance_box"
14463   output-file-type: ".html"
14464   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr"
14465   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14466   filter: "'NIC_Intel-X710' and
14467            '64B' and
14468            'NDRPDR' and
14469            ('ETH' or 'DOT1Q') and
14470            '2T2C' and
14471            ('L2BDMACLRN' or 'L2XCFWD') and
14472            'VHOST_1024' and
14473            not 'CFS_OPT' and
14474            not 'VXLAN' and
14475            not 'IP4FWD' and
14476            not 'LBOND'"
14477   parameters:
14478   - "throughput"
14479   - "parent"
14480   - "tags"
14481   sort:
14482   - "L2BDMACLRN"
14483   - "L2BDMACLRN"
14484   - "L2BDMACLRN"
14485   - "L2XCFWD"
14486   - "L2XCFWD"
14487   - "L2XCFWD"
14488   traces:
14489     hoverinfo: "x+y"
14490     boxpoints: "outliers"
14491     whiskerwidth: 0
14492   layout:
14493     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr"
14494     layout: "plot-throughput"
14495
14496 - type: "plot"
14497   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-pdr"
14498   algorithm: "plot_performance_box"
14499   output-file-type: ".html"
14500   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-pdr"
14501   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14502   filter: "'NIC_Intel-X710' and
14503            '64B' and
14504            'NDRPDR' and
14505            ('ETH' or 'DOT1Q') and
14506            '2T2C' and
14507            ('L2BDMACLRN' or 'L2XCFWD') and
14508            'VHOST_1024' and
14509            not 'CFS_OPT' and
14510            not 'VXLAN' and
14511            not 'IP4FWD' and
14512            not 'LBOND'"
14513   parameters:
14514   - "throughput"
14515   - "parent"
14516   - "tags"
14517   sort:
14518   - "L2BDMACLRN"
14519   - "L2BDMACLRN"
14520   - "L2BDMACLRN"
14521   - "L2XCFWD"
14522   - "L2XCFWD"
14523   - "L2XCFWD"
14524   traces:
14525     hoverinfo: "x+y"
14526     boxpoints: "outliers"
14527     whiskerwidth: 0
14528   layout:
14529     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-pdr"
14530     layout: "plot-throughput"
14531
14532 # Packet Throughput - VPP vhost ip4 3n-skx-x710
14533 - type: "plot"
14534   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
14535   algorithm: "plot_performance_box"
14536   output-file-type: ".html"
14537   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
14538   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14539   filter: "'NIC_Intel-X710' and
14540            '64B' and
14541            'NDRPDR' and
14542            'ETH' and
14543            'IP4FWD' and
14544            '2T1C' and
14545            'VHOST_1024' and
14546            not 'VXLAN' and
14547            not 'DOT1Q'"
14548   parameters:
14549   - "throughput"
14550   - "parent"
14551   - "tags"
14552   sort:
14553   - "1VM"
14554   - "2VM"
14555   traces:
14556     hoverinfo: "x+y"
14557     boxpoints: "outliers"
14558     whiskerwidth: 0
14559   layout:
14560     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
14561     layout: "plot-throughput"
14562
14563 - type: "plot"
14564   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
14565   algorithm: "plot_performance_box"
14566   output-file-type: ".html"
14567   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
14568   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14569   filter: "'NIC_Intel-X710' and
14570            '64B' and
14571            'NDRPDR' and
14572            'ETH' and
14573            'IP4FWD' and
14574            '4T2C' and
14575            'VHOST_1024' and
14576            not 'VXLAN' and
14577            not 'DOT1Q'"
14578   parameters:
14579   - "throughput"
14580   - "parent"
14581   - "tags"
14582   sort:
14583   - "1VM"
14584   - "2VM"
14585   traces:
14586     hoverinfo: "x+y"
14587     boxpoints: "outliers"
14588     whiskerwidth: 0
14589   layout:
14590     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
14591     layout: "plot-throughput"
14592
14593 - type: "plot"
14594   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
14595   algorithm: "plot_performance_box"
14596   output-file-type: ".html"
14597   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
14598   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14599   filter: "'NIC_Intel-X710' and
14600            '64B' and
14601            'NDRPDR' and
14602            'ETH' and
14603            'IP4FWD' and
14604            '2T1C' and
14605            'VHOST_1024' and
14606            not 'VXLAN' and
14607            not 'DOT1Q'"
14608   parameters:
14609   - "throughput"
14610   - "parent"
14611   - "tags"
14612   sort:
14613   - "1VM"
14614   - "2VM"
14615   traces:
14616     hoverinfo: "x+y"
14617     boxpoints: "outliers"
14618     whiskerwidth: 0
14619   layout:
14620     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
14621     layout: "plot-throughput"
14622
14623 - type: "plot"
14624   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
14625   algorithm: "plot_performance_box"
14626   output-file-type: ".html"
14627   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
14628   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14629   filter: "'NIC_Intel-X710' and
14630            '64B' and
14631            'NDRPDR' and
14632            'ETH' and
14633            'IP4FWD' and
14634            '4T2C' and
14635            'VHOST_1024' and
14636            not 'VXLAN' and
14637            not 'DOT1Q'"
14638   parameters:
14639   - "throughput"
14640   - "parent"
14641   - "tags"
14642   sort:
14643   - "1VM"
14644   - "2VM"
14645   traces:
14646     hoverinfo: "x+y"
14647     boxpoints: "outliers"
14648     whiskerwidth: 0
14649   layout:
14650     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
14651     layout: "plot-throughput"
14652
14653 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base
14654 - type: "plot"
14655   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr"
14656   algorithm: "plot_performance_box"
14657   output-file-type: ".html"
14658   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr"
14659   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14660   filter: "'NIC_Intel-X710' and
14661            '64B' and
14662            'NDRPDR' and
14663            ('ETH' or 'DOT1Q') and
14664            'BASE' and
14665            '2T1C' and
14666            ('L2BDMACLRN' or 'L2XCFWD') and
14667            'VHOST_1024' and
14668            not 'VXLAN' and
14669            not 'IP4FWD' and
14670            not '2VM'"
14671   parameters:
14672   - "throughput"
14673   - "parent"
14674   - "tags"
14675   sort:
14676   - "L2BDMACLRN"
14677   - "L2BDMACLRN"
14678   - "L2BDMACLRN"
14679   - "L2XCFWD"
14680   - "L2XCFWD"
14681   - "L2XCFWD"
14682   traces:
14683     hoverinfo: "x+y"
14684     boxpoints: "outliers"
14685     whiskerwidth: 0
14686   layout:
14687     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr"
14688     layout: "plot-throughput"
14689
14690 - type: "plot"
14691   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-pdr"
14692   algorithm: "plot_performance_box"
14693   output-file-type: ".html"
14694   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-pdr"
14695   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14696   filter: "'NIC_Intel-X710' and
14697            '64B' and
14698            'NDRPDR' and
14699            ('ETH' or 'DOT1Q') and
14700            'BASE' and
14701            '2T1C' and
14702            ('L2BDMACLRN' or 'L2XCFWD') and
14703            'VHOST_1024' and
14704            not 'VXLAN' and
14705            not 'IP4FWD' and
14706            not '2VM'"
14707   parameters:
14708   - "throughput"
14709   - "parent"
14710   - "tags"
14711   sort:
14712   - "L2BDMACLRN"
14713   - "L2BDMACLRN"
14714   - "L2BDMACLRN"
14715   - "L2XCFWD"
14716   - "L2XCFWD"
14717   - "L2XCFWD"
14718   traces:
14719     hoverinfo: "x+y"
14720     boxpoints: "outliers"
14721     whiskerwidth: 0
14722   layout:
14723     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-pdr"
14724     layout: "plot-throughput"
14725
14726 - type: "plot"
14727   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr"
14728   algorithm: "plot_performance_box"
14729   output-file-type: ".html"
14730   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr"
14731   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14732   filter: "'NIC_Intel-X710' and
14733            '64B' and
14734            'NDRPDR' and
14735            ('ETH' or 'DOT1Q') and
14736            'BASE' and
14737            '4T2C' and
14738            ('L2BDMACLRN' or 'L2XCFWD') and
14739            'VHOST_1024' and
14740            not 'VXLAN' and
14741            not 'IP4FWD' and
14742            not '2VM'"
14743   parameters:
14744   - "throughput"
14745   - "parent"
14746   - "tags"
14747   sort:
14748   - "L2BDMACLRN"
14749   - "L2BDMACLRN"
14750   - "L2BDMACLRN"
14751   - "L2XCFWD"
14752   - "L2XCFWD"
14753   - "L2XCFWD"
14754   traces:
14755     hoverinfo: "x+y"
14756     boxpoints: "outliers"
14757     whiskerwidth: 0
14758   layout:
14759     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr"
14760     layout: "plot-throughput"
14761
14762 - type: "plot"
14763   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-pdr"
14764   algorithm: "plot_performance_box"
14765   output-file-type: ".html"
14766   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-pdr"
14767   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14768   filter: "'NIC_Intel-X710' and
14769            '64B' and
14770            'NDRPDR' and
14771            ('ETH' or 'DOT1Q') and
14772            'BASE' and
14773            '4T2C' and
14774            ('L2BDMACLRN' or 'L2XCFWD') and
14775            'VHOST_1024' and
14776            not 'VXLAN' and
14777            not 'IP4FWD' and
14778            not '2VM'"
14779   parameters:
14780   - "throughput"
14781   - "parent"
14782   - "tags"
14783   sort:
14784   - "L2BDMACLRN"
14785   - "L2BDMACLRN"
14786   - "L2BDMACLRN"
14787   - "L2XCFWD"
14788   - "L2XCFWD"
14789   - "L2XCFWD"
14790   traces:
14791     hoverinfo: "x+y"
14792     boxpoints: "outliers"
14793     whiskerwidth: 0
14794   layout:
14795     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-pdr"
14796     layout: "plot-throughput"
14797
14798 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base vm
14799 - type: "plot"
14800   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr"
14801   algorithm: "plot_performance_box"
14802   output-file-type: ".html"
14803   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr"
14804   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14805   filter: "'NIC_Intel-X710' and
14806            '64B' and
14807            'NDRPDR' and
14808            ('ETH' or 'DOT1Q') and
14809            '2T1C' and
14810            ('L2BDMACLRN' or 'L2XCFWD') and
14811            'VHOST_1024' and
14812            not 'CFS_OPT' and
14813            not 'VXLAN' and
14814            not 'IP4FWD' and
14815            not 'LBOND'"
14816   parameters:
14817   - "throughput"
14818   - "parent"
14819   - "tags"
14820   sort:
14821   - "L2BDMACLRN"
14822   - "L2BDMACLRN"
14823   - "L2BDMACLRN"
14824   - "L2XCFWD"
14825   - "L2XCFWD"
14826   - "L2XCFWD"
14827   traces:
14828     hoverinfo: "x+y"
14829     boxpoints: "outliers"
14830     whiskerwidth: 0
14831   layout:
14832     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr"
14833     layout: "plot-throughput"
14834
14835 - type: "plot"
14836   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-pdr"
14837   algorithm: "plot_performance_box"
14838   output-file-type: ".html"
14839   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-pdr"
14840   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14841   filter: "'NIC_Intel-X710' and
14842            '64B' and
14843            'NDRPDR' and
14844            ('ETH' or 'DOT1Q') and
14845            '2T1C' and
14846            ('L2BDMACLRN' or 'L2XCFWD') and
14847            'VHOST_1024' and
14848            not 'CFS_OPT' and
14849            not 'VXLAN' and
14850            not 'IP4FWD' and
14851            not 'LBOND'"
14852   parameters:
14853   - "throughput"
14854   - "parent"
14855   - "tags"
14856   sort:
14857   - "L2BDMACLRN"
14858   - "L2BDMACLRN"
14859   - "L2BDMACLRN"
14860   - "L2XCFWD"
14861   - "L2XCFWD"
14862   - "L2XCFWD"
14863   traces:
14864     hoverinfo: "x+y"
14865     boxpoints: "outliers"
14866     whiskerwidth: 0
14867   layout:
14868     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-pdr"
14869     layout: "plot-throughput"
14870
14871 - type: "plot"
14872   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr"
14873   algorithm: "plot_performance_box"
14874   output-file-type: ".html"
14875   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr"
14876   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14877   filter: "'NIC_Intel-X710' and
14878            '64B' and
14879            'NDRPDR' and
14880            ('ETH' or 'DOT1Q') and
14881            '4T2C' and
14882            ('L2BDMACLRN' or 'L2XCFWD') and
14883            'VHOST_1024' and
14884            not 'CFS_OPT' and
14885            not 'VXLAN' and
14886            not 'IP4FWD' and
14887            not 'LBOND'"
14888   parameters:
14889   - "throughput"
14890   - "parent"
14891   - "tags"
14892   sort:
14893   - "L2BDMACLRN"
14894   - "L2BDMACLRN"
14895   - "L2BDMACLRN"
14896   - "L2XCFWD"
14897   - "L2XCFWD"
14898   - "L2XCFWD"
14899   traces:
14900     hoverinfo: "x+y"
14901     boxpoints: "outliers"
14902     whiskerwidth: 0
14903   layout:
14904     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr"
14905     layout: "plot-throughput"
14906
14907 - type: "plot"
14908   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-pdr"
14909   algorithm: "plot_performance_box"
14910   output-file-type: ".html"
14911   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-pdr"
14912   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14913   filter: "'NIC_Intel-X710' and
14914            '64B' and
14915            'NDRPDR' and
14916            ('ETH' or 'DOT1Q') and
14917            '4T2C' and
14918            ('L2BDMACLRN' or 'L2XCFWD') and
14919            'VHOST_1024' and
14920            not 'CFS_OPT' and
14921            not 'VXLAN' and
14922            not 'IP4FWD' and
14923            not 'LBOND'"
14924   parameters:
14925   - "throughput"
14926   - "parent"
14927   - "tags"
14928   sort:
14929   - "L2BDMACLRN"
14930   - "L2BDMACLRN"
14931   - "L2BDMACLRN"
14932   - "L2XCFWD"
14933   - "L2XCFWD"
14934   - "L2XCFWD"
14935   traces:
14936     hoverinfo: "x+y"
14937     boxpoints: "outliers"
14938     whiskerwidth: 0
14939   layout:
14940     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-pdr"
14941     layout: "plot-throughput"
14942
14943 # Packet Throughput - VPP vhost ip4 2n-skx-x710
14944 - type: "plot"
14945   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
14946   algorithm: "plot_performance_box"
14947   output-file-type: ".html"
14948   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
14949   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14950   filter: "'NIC_Intel-X710' and
14951            '64B' and
14952            'NDRPDR' and
14953            'ETH' and
14954            'IP4FWD' and
14955            '2T1C' and
14956            'VHOST_1024' and
14957            not 'VXLAN' and
14958            not 'NF_DENSITY' and
14959            not 'CFS_OPT' and
14960            not 'DOT1Q'"
14961   parameters:
14962   - "throughput"
14963   - "parent"
14964   - "tags"
14965   sort:
14966   - "1VM"
14967   - "2VM"
14968   traces:
14969     hoverinfo: "x+y"
14970     boxpoints: "outliers"
14971     whiskerwidth: 0
14972   layout:
14973     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
14974     layout: "plot-throughput"
14975
14976 - type: "plot"
14977   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
14978   algorithm: "plot_performance_box"
14979   output-file-type: ".html"
14980   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
14981   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14982   filter: "'NIC_Intel-X710' and
14983            '64B' and
14984            'NDRPDR' and
14985            'ETH' and
14986            'IP4FWD' and
14987            '4T2C' and
14988            'VHOST_1024' and
14989            not 'VXLAN' and
14990            not 'NF_DENSITY' and
14991            not 'CFS_OPT' and
14992            not 'DOT1Q'"
14993   parameters:
14994   - "throughput"
14995   - "parent"
14996   - "tags"
14997   sort:
14998   - "1VM"
14999   - "2VM"
15000   traces:
15001     hoverinfo: "x+y"
15002     boxpoints: "outliers"
15003     whiskerwidth: 0
15004   layout:
15005     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
15006     layout: "plot-throughput"
15007
15008 - type: "plot"
15009   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
15010   algorithm: "plot_performance_box"
15011   output-file-type: ".html"
15012   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
15013   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15014   filter: "'NIC_Intel-X710' and
15015            '64B' and
15016            'NDRPDR' and
15017            'ETH' and
15018            'IP4FWD' and
15019            '2T1C' and
15020            'VHOST_1024' and
15021            not 'VXLAN' and
15022            not 'NF_DENSITY' and
15023            not 'CFS_OPT' and
15024            not 'DOT1Q'"
15025   parameters:
15026   - "throughput"
15027   - "parent"
15028   - "tags"
15029   sort:
15030   - "1VM"
15031   - "2VM"
15032   traces:
15033     hoverinfo: "x+y"
15034     boxpoints: "outliers"
15035     whiskerwidth: 0
15036   layout:
15037     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
15038     layout: "plot-throughput"
15039
15040 - type: "plot"
15041   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
15042   algorithm: "plot_performance_box"
15043   output-file-type: ".html"
15044   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
15045   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15046   filter: "'NIC_Intel-X710' and
15047            '64B' and
15048            'NDRPDR' and
15049            'ETH' and
15050            'IP4FWD' and
15051            '4T2C' and
15052            'VHOST_1024' and
15053            not 'VXLAN' and
15054            not 'NF_DENSITY' and
15055            not 'CFS_OPT' and
15056            not 'DOT1Q'"
15057   parameters:
15058   - "throughput"
15059   - "parent"
15060   - "tags"
15061   sort:
15062   - "1VM"
15063   - "2VM"
15064   traces:
15065     hoverinfo: "x+y"
15066     boxpoints: "outliers"
15067     whiskerwidth: 0
15068   layout:
15069     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
15070     layout: "plot-throughput"
15071
15072 # Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base
15073 - type: "plot"
15074   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr"
15075   algorithm: "plot_performance_box"
15076   output-file-type: ".html"
15077   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr"
15078   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15079   filter: "'NIC_Intel-X710' and
15080            '64B' and
15081            'NDRPDR' and
15082            ('ETH' or 'DOT1Q') and
15083            'BASE' and
15084            '2T1C' and
15085            ('L2BDMACLRN' or 'L2XCFWD') and
15086            'VHOST_1024' and
15087            not 'VXLAN' and
15088            not 'NF_DENSITY' and
15089            not 'IP4FWD' and
15090            not '2VM'"
15091   parameters:
15092   - "throughput"
15093   - "parent"
15094   - "tags"
15095 #  sort:
15096 #  - "not CFS_OPT"
15097 #  - "L2XCFWD"
15098 #  - "not CFS_OPT"
15099 #  - "CFS_OPT"
15100   traces:
15101     hoverinfo: "x+y"
15102     boxpoints: "outliers"
15103     whiskerwidth: 0
15104   layout:
15105     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr"
15106     layout: "plot-throughput"
15107
15108 - type: "plot"
15109   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-pdr"
15110   algorithm: "plot_performance_box"
15111   output-file-type: ".html"
15112   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-pdr"
15113   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15114   filter: "'NIC_Intel-X710' and
15115            '64B' and
15116            'NDRPDR' and
15117            ('ETH' or 'DOT1Q') and
15118            'BASE' and
15119            '2T1C' and
15120            ('L2BDMACLRN' or 'L2XCFWD') and
15121            'VHOST_1024' and
15122            not 'VXLAN' and
15123            not 'NF_DENSITY' and
15124            not 'IP4FWD' and
15125            not '2VM'"
15126   parameters:
15127   - "throughput"
15128   - "parent"
15129   - "tags"
15130 #  sort:
15131 #  - "not CFS_OPT"
15132 #  - "L2XCFWD"
15133 #  - "not CFS_OPT"
15134 #  - "CFS_OPT"
15135   traces:
15136     hoverinfo: "x+y"
15137     boxpoints: "outliers"
15138     whiskerwidth: 0
15139   layout:
15140     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-pdr"
15141     layout: "plot-throughput"
15142
15143 - type: "plot"
15144   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr"
15145   algorithm: "plot_performance_box"
15146   output-file-type: ".html"
15147   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr"
15148   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15149   filter: "'NIC_Intel-X710' and
15150            '64B' and
15151            'NDRPDR' and
15152            ('ETH' or 'DOT1Q') and
15153            'BASE' and
15154            '4T2C' and
15155            ('L2BDMACLRN' or 'L2XCFWD') and
15156            'VHOST_1024' and
15157            not 'VXLAN' and
15158            not 'NF_DENSITY' and
15159            not 'IP4FWD' and
15160            not '2VM'"
15161   parameters:
15162   - "throughput"
15163   - "parent"
15164   - "tags"
15165 #  sort:
15166 #  - "not CFS_OPT"
15167 #  - "L2XCFWD"
15168 #  - "not CFS_OPT"
15169 #  - "CFS_OPT"
15170   traces:
15171     hoverinfo: "x+y"
15172     boxpoints: "outliers"
15173     whiskerwidth: 0
15174   layout:
15175     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr"
15176     layout: "plot-throughput"
15177
15178 - type: "plot"
15179   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-pdr"
15180   algorithm: "plot_performance_box"
15181   output-file-type: ".html"
15182   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-pdr"
15183   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15184   filter: "'NIC_Intel-X710' and
15185            '64B' and
15186            'NDRPDR' and
15187            ('ETH' or 'DOT1Q') and
15188            'BASE' and
15189            '4T2C' and
15190            ('L2BDMACLRN' or 'L2XCFWD') and
15191            'VHOST_1024' and
15192            not 'VXLAN' and
15193            not 'NF_DENSITY' and
15194            not 'IP4FWD' and
15195            not '2VM'"
15196   parameters:
15197   - "throughput"
15198   - "parent"
15199   - "tags"
15200 #  sort:
15201 #  - "not CFS_OPT"
15202 #  - "L2XCFWD"
15203 #  - "not CFS_OPT"
15204 #  - "CFS_OPT"
15205   traces:
15206     hoverinfo: "x+y"
15207     boxpoints: "outliers"
15208     whiskerwidth: 0
15209   layout:
15210     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-pdr"
15211     layout: "plot-throughput"
15212
15213 # Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base vm
15214 - type: "plot"
15215   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
15216   algorithm: "plot_performance_box"
15217   output-file-type: ".html"
15218   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
15219   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15220   filter: "'NIC_Intel-X710' and
15221            '64B' and
15222            'NDRPDR' and
15223            ('ETH' or 'DOT1Q') and
15224            '2T1C' and
15225            ('L2BDMACLRN' or 'L2XCFWD') and
15226            'VHOST_1024' and
15227            not 'CFS_OPT' and
15228            not 'VXLAN' and
15229            not 'NF_DENSITY' and
15230            not 'DOT1Q' and
15231            not 'IP4FWD'"
15232   parameters:
15233   - "throughput"
15234   - "parent"
15235   - "tags"
15236 #  sort:
15237 #  - "1VM"
15238 #  - "L2XCFWD"
15239 #  - "1VM"
15240 #  - "L2BDMACLRN"
15241   traces:
15242     hoverinfo: "x+y"
15243     boxpoints: "outliers"
15244     whiskerwidth: 0
15245   layout:
15246     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
15247     layout: "plot-throughput"
15248
15249 - type: "plot"
15250   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
15251   algorithm: "plot_performance_box"
15252   output-file-type: ".html"
15253   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
15254   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15255   filter: "'NIC_Intel-X710' and
15256            '64B' and
15257            'NDRPDR' and
15258            ('ETH' or 'DOT1Q') and
15259            '2T1C' and
15260            ('L2BDMACLRN' or 'L2XCFWD') and
15261            'VHOST_1024' and
15262            not 'CFS_OPT' and
15263            not 'VXLAN' and
15264            not 'NF_DENSITY' and
15265            not 'DOT1Q' and
15266            not 'IP4FWD'"
15267   parameters:
15268   - "throughput"
15269   - "parent"
15270   - "tags"
15271 #  sort:
15272 #  - "1VM"
15273 #  - "L2XCFWD"
15274 #  - "1VM"
15275 #  - "L2BDMACLRN"
15276   traces:
15277     hoverinfo: "x+y"
15278     boxpoints: "outliers"
15279     whiskerwidth: 0
15280   layout:
15281     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
15282     layout: "plot-throughput"
15283
15284 - type: "plot"
15285   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
15286   algorithm: "plot_performance_box"
15287   output-file-type: ".html"
15288   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
15289   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15290   filter: "'NIC_Intel-X710' and
15291            '64B' and
15292            'NDRPDR' and
15293            ('ETH' or 'DOT1Q') and
15294            '4T2C' and
15295            ('L2BDMACLRN' or 'L2XCFWD') and
15296            'VHOST_1024' and
15297            not 'CFS_OPT' and
15298            not 'VXLAN' and
15299            not 'NF_DENSITY' and
15300            not 'DOT1Q' and
15301            not 'IP4FWD'"
15302   parameters:
15303   - "throughput"
15304   - "parent"
15305   - "tags"
15306 #  sort:
15307 #  - "1VM"
15308 #  - "L2XCFWD"
15309 #  - "1VM"
15310 #  - "L2BDMACLRN"
15311   traces:
15312     hoverinfo: "x+y"
15313     boxpoints: "outliers"
15314     whiskerwidth: 0
15315   layout:
15316     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
15317     layout: "plot-throughput"
15318
15319 - type: "plot"
15320   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
15321   algorithm: "plot_performance_box"
15322   output-file-type: ".html"
15323   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
15324   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15325   filter: "'NIC_Intel-X710' and
15326            '64B' and
15327            'NDRPDR' and
15328            ('ETH' or 'DOT1Q') and
15329            '4T2C' and
15330            ('L2BDMACLRN' or 'L2XCFWD') and
15331            'VHOST_1024' and
15332            not 'CFS_OPT' and
15333            not 'VXLAN' and
15334            not 'NF_DENSITY' and
15335            not 'DOT1Q' and
15336            not 'IP4FWD'"
15337   parameters:
15338   - "throughput"
15339   - "parent"
15340   - "tags"
15341 #  sort:
15342 #  - "1VM"
15343 #  - "L2XCFWD"
15344 #  - "1VM"
15345 #  - "L2BDMACLRN"
15346   traces:
15347     hoverinfo: "x+y"
15348     boxpoints: "outliers"
15349     whiskerwidth: 0
15350   layout:
15351     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
15352     layout: "plot-throughput"
15353
15354 # Packet Throughput - VPP vhost ip4 2n-skx-xxv710
15355 - type: "plot"
15356   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
15357   algorithm: "plot_performance_box"
15358   output-file-type: ".html"
15359   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
15360   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15361   filter: "'NIC_Intel-XXV710' and
15362            '64B' and
15363            'NDRPDR' and
15364            'ETH' and
15365            'IP4FWD' and
15366            '2T1C' and
15367            'VHOST_1024' and
15368            not 'VXLAN' and
15369            not 'CFS_OPT' and
15370            not 'DOT1Q'"
15371   parameters:
15372   - "throughput"
15373   - "parent"
15374   - "tags"
15375   sort:
15376   - "1VM"
15377   - "2VM"
15378   traces:
15379     hoverinfo: "x+y"
15380     boxpoints: "outliers"
15381     whiskerwidth: 0
15382   layout:
15383     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
15384     layout: "plot-throughput"
15385
15386 - type: "plot"
15387   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
15388   algorithm: "plot_performance_box"
15389   output-file-type: ".html"
15390   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
15391   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15392   filter: "'NIC_Intel-XXV710' and
15393            '64B' and
15394            'NDRPDR' and
15395            'ETH' and
15396            'IP4FWD' and
15397            '4T2C' and
15398            'VHOST_1024' and
15399            not 'VXLAN' and
15400            not 'CFS_OPT' and
15401            not 'DOT1Q'"
15402   parameters:
15403   - "throughput"
15404   - "parent"
15405   - "tags"
15406   sort:
15407   - "1VM"
15408   - "2VM"
15409   traces:
15410     hoverinfo: "x+y"
15411     boxpoints: "outliers"
15412     whiskerwidth: 0
15413   layout:
15414     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
15415     layout: "plot-throughput"
15416
15417 - type: "plot"
15418   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
15419   algorithm: "plot_performance_box"
15420   output-file-type: ".html"
15421   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
15422   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15423   filter: "'NIC_Intel-XXV710' and
15424            '64B' and
15425            'NDRPDR' and
15426            'ETH' and
15427            'IP4FWD' and
15428            '2T1C' and
15429            'VHOST_1024' and
15430            not 'VXLAN' and
15431            not 'CFS_OPT' and
15432            not 'DOT1Q'"
15433   parameters:
15434   - "throughput"
15435   - "parent"
15436   - "tags"
15437   sort:
15438   - "1VM"
15439   - "2VM"
15440   traces:
15441     hoverinfo: "x+y"
15442     boxpoints: "outliers"
15443     whiskerwidth: 0
15444   layout:
15445     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
15446     layout: "plot-throughput"
15447
15448 - type: "plot"
15449   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
15450   algorithm: "plot_performance_box"
15451   output-file-type: ".html"
15452   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
15453   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15454   filter: "'NIC_Intel-XXV710' and
15455            '64B' and
15456            'NDRPDR' and
15457            'ETH' and
15458            'IP4FWD' and
15459            '4T2C' and
15460            'VHOST_1024' and
15461            not 'VXLAN' and
15462            not 'CFS_OPT' and
15463            not 'DOT1Q'"
15464   parameters:
15465   - "throughput"
15466   - "parent"
15467   - "tags"
15468   sort:
15469   - "1VM"
15470   - "2VM"
15471   traces:
15472     hoverinfo: "x+y"
15473     boxpoints: "outliers"
15474     whiskerwidth: 0
15475   layout:
15476     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
15477     layout: "plot-throughput"
15478
15479 ## Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base
15480 #- type: "plot"
15481 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
15482 #  algorithm: "plot_performance_box"
15483 #  output-file-type: ".html"
15484 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
15485 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
15486 #  filter: "'NIC_Intel-XXV710' and
15487 #           '64B' and
15488 #           'NDRPDR' and
15489 #           ('ETH' or 'DOT1Q') and
15490 #           'BASE' and
15491 #           '2T1C' and
15492 #           ('L2BDMACLRN' or 'L2XCFWD') and
15493 #           'VHOST_1024' and
15494 #           not 'VXLAN' and
15495 #           not 'IP4FWD' and
15496 #           not '2VM'"
15497 #  parameters:
15498 #  - "throughput"
15499 #  - "parent"
15500 #  - "tags"
15501 ##  sort:
15502 ##  - "not CFS_OPT"
15503 ##  - "L2XCFWD"
15504 ##  - "not CFS_OPT"
15505 ##  - "CFS_OPT"
15506 #  traces:
15507 #    hoverinfo: "x+y"
15508 #    boxpoints: "outliers"
15509 #    whiskerwidth: 0
15510 #  layout:
15511 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
15512 #    layout: "plot-throughput"
15513 #
15514 #- type: "plot"
15515 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
15516 #  algorithm: "plot_performance_box"
15517 #  output-file-type: ".html"
15518 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
15519 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
15520 #  filter: "'NIC_Intel-XXV710' and
15521 #           '64B' and
15522 #           'NDRPDR' and
15523 #           ('ETH' or 'DOT1Q') and
15524 #           'BASE' and
15525 #           '2T1C' and
15526 #           ('L2BDMACLRN' or 'L2XCFWD') and
15527 #           'VHOST_1024' and
15528 #           not 'VXLAN' and
15529 #           not 'IP4FWD' and
15530 #           not '2VM'"
15531 #  parameters:
15532 #  - "throughput"
15533 #  - "parent"
15534 #  - "tags"
15535 ##  sort:
15536 ##  - "not CFS_OPT"
15537 ##  - "L2XCFWD"
15538 ##  - "not CFS_OPT"
15539 ##  - "CFS_OPT"
15540 #  traces:
15541 #    hoverinfo: "x+y"
15542 #    boxpoints: "outliers"
15543 #    whiskerwidth: 0
15544 #  layout:
15545 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
15546 #    layout: "plot-throughput"
15547 #
15548 #- type: "plot"
15549 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
15550 #  algorithm: "plot_performance_box"
15551 #  output-file-type: ".html"
15552 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
15553 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
15554 #  filter: "'NIC_Intel-XXV710' and
15555 #           '64B' and
15556 #           'NDRPDR' and
15557 #           ('ETH' or 'DOT1Q') and
15558 #           'BASE' and
15559 #           '4T2C' and
15560 #           ('L2BDMACLRN' or 'L2XCFWD') and
15561 #           'VHOST_1024' and
15562 #           not 'VXLAN' and
15563 #           not 'IP4FWD' and
15564 #           not '2VM'"
15565 #  parameters:
15566 #  - "throughput"
15567 #  - "parent"
15568 #  - "tags"
15569 ##  sort:
15570 ##  - "not CFS_OPT"
15571 ##  - "L2XCFWD"
15572 ##  - "not CFS_OPT"
15573 ##  - "CFS_OPT"
15574 #  traces:
15575 #    hoverinfo: "x+y"
15576 #    boxpoints: "outliers"
15577 #    whiskerwidth: 0
15578 #  layout:
15579 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
15580 #    layout: "plot-throughput"
15581 #
15582 #- type: "plot"
15583 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
15584 #  algorithm: "plot_performance_box"
15585 #  output-file-type: ".html"
15586 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
15587 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
15588 #  filter: "'NIC_Intel-XXV710' and
15589 #           '64B' and
15590 #           'NDRPDR' and
15591 #           ('ETH' or 'DOT1Q') and
15592 #           'BASE' and
15593 #           '4T2C' and
15594 #           ('L2BDMACLRN' or 'L2XCFWD') and
15595 #           'VHOST_1024' and
15596 #           not 'VXLAN' and
15597 #           not 'IP4FWD' and
15598 #           not '2VM'"
15599 #  parameters:
15600 #  - "throughput"
15601 #  - "parent"
15602 #  - "tags"
15603 ##  sort:
15604 ##  - "not CFS_OPT"
15605 ##  - "L2XCFWD"
15606 ##  - "not CFS_OPT"
15607 ##  - "CFS_OPT"
15608 #  traces:
15609 #    hoverinfo: "x+y"
15610 #    boxpoints: "outliers"
15611 #    whiskerwidth: 0
15612 #  layout:
15613 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
15614 #    layout: "plot-throughput"
15615 #
15616 ## Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base vm
15617 #- type: "plot"
15618 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
15619 #  algorithm: "plot_performance_box"
15620 #  output-file-type: ".html"
15621 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
15622 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
15623 #  filter: "'NIC_Intel-XXV710' and
15624 #           '64B' and
15625 #           'NDRPDR' and
15626 #           ('ETH' or 'DOT1Q') and
15627 #           '2T1C' and
15628 #           ('L2BDMACLRN' or 'L2XCFWD') and
15629 #           'VHOST_1024' and
15630 #           not 'CFS_OPT' and
15631 #           not 'VXLAN' and
15632 #           not 'DOT1Q' and
15633 #           not 'IP4FWD'"
15634 #  parameters:
15635 #  - "throughput"
15636 #  - "parent"
15637 #  - "tags"
15638 ##  sort:
15639 ##  - "1VM"
15640 ##  - "L2XCFWD"
15641 ##  - "1VM"
15642 ##  - "L2BDMACLRN"
15643 #  traces:
15644 #    hoverinfo: "x+y"
15645 #    boxpoints: "outliers"
15646 #    whiskerwidth: 0
15647 #  layout:
15648 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
15649 #    layout: "plot-throughput"
15650 #
15651 #- type: "plot"
15652 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
15653 #  algorithm: "plot_performance_box"
15654 #  output-file-type: ".html"
15655 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
15656 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
15657 #  filter: "'NIC_Intel-XXV710' and
15658 #           '64B' and
15659 #           'NDRPDR' and
15660 #           ('ETH' or 'DOT1Q') and
15661 #           '2T1C' and
15662 #           ('L2BDMACLRN' or 'L2XCFWD') and
15663 #           'VHOST_1024' and
15664 #           not 'CFS_OPT' and
15665 #           not 'VXLAN' and
15666 #           not 'DOT1Q' and
15667 #           not 'IP4FWD'"
15668 #  parameters:
15669 #  - "throughput"
15670 #  - "parent"
15671 #  - "tags"
15672 ##  sort:
15673 ##  - "1VM"
15674 ##  - "L2XCFWD"
15675 ##  - "1VM"
15676 ##  - "L2BDMACLRN"
15677 #  traces:
15678 #    hoverinfo: "x+y"
15679 #    boxpoints: "outliers"
15680 #    whiskerwidth: 0
15681 #  layout:
15682 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
15683 #    layout: "plot-throughput"
15684 #
15685 #- type: "plot"
15686 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
15687 #  algorithm: "plot_performance_box"
15688 #  output-file-type: ".html"
15689 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
15690 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
15691 #  filter: "'NIC_Intel-XXV710' and
15692 #           '64B' and
15693 #           'NDRPDR' and
15694 #           ('ETH' or 'DOT1Q') and
15695 #           '4T2C' and
15696 #           ('L2BDMACLRN' or 'L2XCFWD') and
15697 #           'VHOST_1024' and
15698 #           not 'CFS_OPT' and
15699 #           not 'VXLAN' and
15700 #           not 'DOT1Q' and
15701 #           not 'IP4FWD'"
15702 #  parameters:
15703 #  - "throughput"
15704 #  - "parent"
15705 #  - "tags"
15706 ##  sort:
15707 ##  - "1VM"
15708 ##  - "L2XCFWD"
15709 ##  - "1VM"
15710 ##  - "L2BDMACLRN"
15711 #  traces:
15712 #    hoverinfo: "x+y"
15713 #    boxpoints: "outliers"
15714 #    whiskerwidth: 0
15715 #  layout:
15716 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
15717 #    layout: "plot-throughput"
15718 #
15719 #- type: "plot"
15720 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
15721 #  algorithm: "plot_performance_box"
15722 #  output-file-type: ".html"
15723 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
15724 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
15725 #  filter: "'NIC_Intel-XXV710' and
15726 #           '64B' and
15727 #           'NDRPDR' and
15728 #           ('ETH' or 'DOT1Q') and
15729 #           '4T2C' and
15730 #           ('L2BDMACLRN' or 'L2XCFWD') and
15731 #           'VHOST_1024' and
15732 #           not 'CFS_OPT' and
15733 #           not 'VXLAN' and
15734 #           not 'DOT1Q' and
15735 #           not 'IP4FWD'"
15736 #  parameters:
15737 #  - "throughput"
15738 #  - "parent"
15739 #  - "tags"
15740 ##  sort:
15741 ##  - "1VM"
15742 ##  - "L2XCFWD"
15743 ##  - "1VM"
15744 ##  - "L2BDMACLRN"
15745 #  traces:
15746 #    hoverinfo: "x+y"
15747 #    boxpoints: "outliers"
15748 #    whiskerwidth: 0
15749 #  layout:
15750 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
15751 #    layout: "plot-throughput"
15752
15753 ################################################################################
15754
15755 # Packet Throughput - VPP VTS 3n-hsw-x520
15756 - type: "plot"
15757   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-ndr"
15758   algorithm: "plot_performance_box"
15759   output-file-type: ".html"
15760   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr"
15761   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15762   filter: "'NIC_Intel-X520-DA2' and
15763            '114B' and
15764            'NDRPDR' and
15765            '1T1C' and
15766            'VTS'"
15767   parameters:
15768   - "throughput"
15769   - "parent"
15770   - "tags"
15771   traces:
15772     hoverinfo: "x+y"
15773     boxpoints: "outliers"
15774     whiskerwidth: 0
15775   layout:
15776     title: "vts-3n-hsw-x520-114b-1t1c-ndr"
15777     layout: "plot-throughput"
15778
15779 - type: "plot"
15780   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-ndr"
15781   algorithm: "plot_performance_box"
15782   output-file-type: ".html"
15783   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr"
15784   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15785   filter: "'NIC_Intel-X520-DA2' and
15786            '114B' and
15787            'NDRPDR' and
15788            '2T2C' and
15789            'VTS'"
15790   parameters:
15791   - "throughput"
15792   - "parent"
15793   - "tags"
15794   traces:
15795     hoverinfo: "x+y"
15796     boxpoints: "outliers"
15797     whiskerwidth: 0
15798   layout:
15799     title: "vts-3n-hsw-x520-114b-2t2c-ndr"
15800     layout: "plot-throughput"
15801
15802 - type: "plot"
15803   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-pdr"
15804   algorithm: "plot_performance_box"
15805   output-file-type: ".html"
15806   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-pdr"
15807   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15808   filter: "'NIC_Intel-X520-DA2' and
15809            '114B' and
15810            'NDRPDR' and
15811            '1T1C' and
15812            'VTS'"
15813   parameters:
15814   - "throughput"
15815   - "parent"
15816   - "tags"
15817   traces:
15818     hoverinfo: "x+y"
15819     boxpoints: "outliers"
15820     whiskerwidth: 0
15821   layout:
15822     title: "vts-3n-hsw-x520-114b-1t1c-pdr"
15823     layout: "plot-throughput"
15824
15825 - type: "plot"
15826   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-pdr"
15827   algorithm: "plot_performance_box"
15828   output-file-type: ".html"
15829   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-pdr"
15830   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15831   filter: "'NIC_Intel-X520-DA2' and
15832            '114B' and
15833            'NDRPDR' and
15834            '2T2C' and
15835            'VTS'"
15836   parameters:
15837   - "throughput"
15838   - "parent"
15839   - "tags"
15840   traces:
15841     hoverinfo: "x+y"
15842     boxpoints: "outliers"
15843     whiskerwidth: 0
15844   layout:
15845     title: "vts-3n-hsw-x520-114b-2t2c-pdr"
15846     layout: "plot-throughput"
15847
15848 ################################################################################
15849
15850 # Packet Throughput - DPDK l3fwd 3n-hsw-x520
15851 - type: "plot"
15852   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
15853   algorithm: "plot_performance_box"
15854   output-file-type: ".html"
15855   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
15856   data: "plot-dpdk-throughput-latency-3n-hsw"
15857   filter: "'NIC_Intel-X520-DA2' and
15858            '64B' and
15859            'BASE' and
15860            'NDRPDR' and
15861            '1T1C' and
15862            'IP4FWD'"
15863   parameters:
15864   - "throughput"
15865   - "parent"
15866   - "tags"
15867   traces:
15868     hoverinfo: "x+y"
15869     boxpoints: "outliers"
15870     whiskerwidth: 0
15871   layout:
15872     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
15873     layout: "plot-throughput"
15874
15875 - type: "plot"
15876   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
15877   algorithm: "plot_performance_box"
15878   output-file-type: ".html"
15879   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
15880   data: "plot-dpdk-throughput-latency-3n-hsw"
15881   filter: "'NIC_Intel-X520-DA2' and
15882            '64B' and
15883            'BASE' and
15884            'NDRPDR' and
15885            '2T2C' and
15886            'IP4FWD'"
15887   parameters:
15888   - "throughput"
15889   - "parent"
15890   - "tags"
15891   traces:
15892     hoverinfo: "x+y"
15893     boxpoints: "outliers"
15894     whiskerwidth: 0
15895   layout:
15896     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
15897     layout: "plot-throughput"
15898
15899 - type: "plot"
15900   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
15901   algorithm: "plot_performance_box"
15902   output-file-type: ".html"
15903   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
15904   data: "plot-dpdk-throughput-latency-3n-hsw"
15905   filter: "'NIC_Intel-X520-DA2' and
15906            '64B' and
15907            'BASE' and
15908            'NDRPDR' and
15909            '1T1C' and
15910            'IP4FWD'"
15911   parameters:
15912   - "throughput"
15913   - "parent"
15914   - "tags"
15915   traces:
15916     hoverinfo: "x+y"
15917     boxpoints: "outliers"
15918     whiskerwidth: 0
15919   layout:
15920     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
15921     layout: "plot-throughput"
15922
15923 - type: "plot"
15924   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
15925   algorithm: "plot_performance_box"
15926   output-file-type: ".html"
15927   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
15928   data: "plot-dpdk-throughput-latency-3n-hsw"
15929   filter: "'NIC_Intel-X520-DA2' and
15930            '64B' and
15931            'BASE' and
15932            'NDRPDR' and
15933            '2T2C' and
15934            'IP4FWD'"
15935   parameters:
15936   - "throughput"
15937   - "parent"
15938   - "tags"
15939   traces:
15940     hoverinfo: "x+y"
15941     boxpoints: "outliers"
15942     whiskerwidth: 0
15943   layout:
15944     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
15945     layout: "plot-throughput"
15946
15947 # Packet Throughput - DPDK l3fwd 3n-hsw-x710
15948 - type: "plot"
15949   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
15950   algorithm: "plot_performance_box"
15951   output-file-type: ".html"
15952   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
15953   data: "plot-dpdk-throughput-latency-3n-hsw"
15954   filter: "'NIC_Intel-X710' and
15955            '64B' and
15956            'BASE' and
15957            'NDRPDR' and
15958            '1T1C' and
15959            'IP4FWD'"
15960   parameters:
15961   - "throughput"
15962   - "parent"
15963   - "tags"
15964   traces:
15965     hoverinfo: "x+y"
15966     boxpoints: "outliers"
15967     whiskerwidth: 0
15968   layout:
15969     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
15970     layout: "plot-throughput"
15971
15972 - type: "plot"
15973   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
15974   algorithm: "plot_performance_box"
15975   output-file-type: ".html"
15976   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
15977   data: "plot-dpdk-throughput-latency-3n-hsw"
15978   filter: "'NIC_Intel-X710' and
15979            '64B' and
15980            'BASE' and
15981            'NDRPDR' and
15982            '2T2C' and
15983            'IP4FWD'"
15984   parameters:
15985   - "throughput"
15986   - "parent"
15987   - "tags"
15988   traces:
15989     hoverinfo: "x+y"
15990     boxpoints: "outliers"
15991     whiskerwidth: 0
15992   layout:
15993     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
15994     layout: "plot-throughput"
15995
15996 - type: "plot"
15997   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
15998   algorithm: "plot_performance_box"
15999   output-file-type: ".html"
16000   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
16001   data: "plot-dpdk-throughput-latency-3n-hsw"
16002   filter: "'NIC_Intel-X710' and
16003            '64B' and
16004            'BASE' and
16005            'NDRPDR' and
16006            '1T1C' and
16007            'IP4FWD'"
16008   parameters:
16009   - "throughput"
16010   - "parent"
16011   - "tags"
16012   traces:
16013     hoverinfo: "x+y"
16014     boxpoints: "outliers"
16015     whiskerwidth: 0
16016   layout:
16017     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
16018     layout: "plot-throughput"
16019
16020 - type: "plot"
16021   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
16022   algorithm: "plot_performance_box"
16023   output-file-type: ".html"
16024   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
16025   data: "plot-dpdk-throughput-latency-3n-hsw"
16026   filter: "'NIC_Intel-X710' and
16027            '64B' and
16028            'BASE' and
16029            'NDRPDR' and
16030            '2T2C' and
16031            'IP4FWD'"
16032   parameters:
16033   - "throughput"
16034   - "parent"
16035   - "tags"
16036   traces:
16037     hoverinfo: "x+y"
16038     boxpoints: "outliers"
16039     whiskerwidth: 0
16040   layout:
16041     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
16042     layout: "plot-throughput"
16043
16044 # Packet Throughput - DPDK l3fwd 3n-hsw-xl710
16045 - type: "plot"
16046   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
16047   algorithm: "plot_performance_box"
16048   output-file-type: ".html"
16049   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
16050   data: "plot-dpdk-throughput-latency-3n-hsw"
16051   filter: "'NIC_Intel-XL710' and
16052            '64B' and
16053            'BASE' and
16054            'NDRPDR' and
16055            '1T1C' and
16056            'IP4FWD'"
16057   parameters:
16058   - "throughput"
16059   - "parent"
16060   - "tags"
16061   traces:
16062     hoverinfo: "x+y"
16063     boxpoints: "outliers"
16064     whiskerwidth: 0
16065   layout:
16066     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
16067     layout: "plot-throughput"
16068
16069 - type: "plot"
16070   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
16071   algorithm: "plot_performance_box"
16072   output-file-type: ".html"
16073   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
16074   data: "plot-dpdk-throughput-latency-3n-hsw"
16075   filter: "'NIC_Intel-XL710' and
16076            '64B' and
16077            'BASE' and
16078            'NDRPDR' and
16079            '2T2C' and
16080            'IP4FWD'"
16081   parameters:
16082   - "throughput"
16083   - "parent"
16084   - "tags"
16085   traces:
16086     hoverinfo: "x+y"
16087     boxpoints: "outliers"
16088     whiskerwidth: 0
16089   layout:
16090     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
16091     layout: "plot-throughput"
16092
16093 - type: "plot"
16094   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
16095   algorithm: "plot_performance_box"
16096   output-file-type: ".html"
16097   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
16098   data: "plot-dpdk-throughput-latency-3n-hsw"
16099   filter: "'NIC_Intel-XL710' and
16100            '64B' and
16101            'BASE' and
16102            'NDRPDR' and
16103            '1T1C' and
16104            'IP4FWD'"
16105   parameters:
16106   - "throughput"
16107   - "parent"
16108   - "tags"
16109   traces:
16110     hoverinfo: "x+y"
16111     boxpoints: "outliers"
16112     whiskerwidth: 0
16113   layout:
16114     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
16115     layout: "plot-throughput"
16116
16117 - type: "plot"
16118   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
16119   algorithm: "plot_performance_box"
16120   output-file-type: ".html"
16121   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
16122   data: "plot-dpdk-throughput-latency-3n-hsw"
16123   filter: "'NIC_Intel-XL710' and
16124            '64B' and
16125            'BASE' and
16126            'NDRPDR' and
16127            '2T2C' and
16128            'IP4FWD'"
16129   parameters:
16130   - "throughput"
16131   - "parent"
16132   - "tags"
16133   traces:
16134     hoverinfo: "x+y"
16135     boxpoints: "outliers"
16136     whiskerwidth: 0
16137   layout:
16138     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
16139     layout: "plot-throughput"
16140
16141 # Packet Throughput - DPDK l3fwd 3n-skx-x710
16142 - type: "plot"
16143   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
16144   algorithm: "plot_performance_box"
16145   output-file-type: ".html"
16146   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
16147   data: "plot-dpdk-throughput-latency-3n-skx"
16148   filter: "'NIC_Intel-X710' and
16149            '64B' and
16150            'BASE' and
16151            'NDRPDR' and
16152            '2T1C' and
16153            'IP4FWD'"
16154   parameters:
16155   - "throughput"
16156   - "parent"
16157   - "tags"
16158   traces:
16159     hoverinfo: "x+y"
16160     boxpoints: "outliers"
16161     whiskerwidth: 0
16162   layout:
16163     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
16164     layout: "plot-throughput"
16165
16166 - type: "plot"
16167   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
16168   algorithm: "plot_performance_box"
16169   output-file-type: ".html"
16170   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
16171   data: "plot-dpdk-throughput-latency-3n-skx"
16172   filter: "'NIC_Intel-X710' and
16173            '64B' and
16174            'BASE' and
16175            'NDRPDR' and
16176            '4T2C' and
16177            'IP4FWD'"
16178   parameters:
16179   - "throughput"
16180   - "parent"
16181   - "tags"
16182   traces:
16183     hoverinfo: "x+y"
16184     boxpoints: "outliers"
16185     whiskerwidth: 0
16186   layout:
16187     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
16188     layout: "plot-throughput"
16189
16190 - type: "plot"
16191   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
16192   algorithm: "plot_performance_box"
16193   output-file-type: ".html"
16194   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
16195   data: "plot-dpdk-throughput-latency-3n-skx"
16196   filter: "'NIC_Intel-X710' and
16197            '64B' and
16198            'BASE' and
16199            'NDRPDR' and
16200            '2T1C' and
16201            'IP4FWD'"
16202   parameters:
16203   - "throughput"
16204   - "parent"
16205   - "tags"
16206   traces:
16207     hoverinfo: "x+y"
16208     boxpoints: "outliers"
16209     whiskerwidth: 0
16210   layout:
16211     title: "l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
16212     layout: "plot-throughput"
16213
16214 - type: "plot"
16215   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
16216   algorithm: "plot_performance_box"
16217   output-file-type: ".html"
16218   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
16219   data: "plot-dpdk-throughput-latency-3n-skx"
16220   filter: "'NIC_Intel-X710' and
16221            '64B' and
16222            'BASE' and
16223            'NDRPDR' and
16224            '4T2C' and
16225            'IP4FWD'"
16226   parameters:
16227   - "throughput"
16228   - "parent"
16229   - "tags"
16230   traces:
16231     hoverinfo: "x+y"
16232     boxpoints: "outliers"
16233     whiskerwidth: 0
16234   layout:
16235     title: "l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
16236     layout: "plot-throughput"
16237
16238 # Packet Throughput - DPDK l3fwd 3n-skx-xxv710
16239 - type: "plot"
16240   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
16241   algorithm: "plot_performance_box"
16242   output-file-type: ".html"
16243   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
16244   data: "plot-dpdk-throughput-latency-3n-skx"
16245   filter: "'NIC_Intel-XXV710' and
16246            '64B' and
16247            'BASE' and
16248            'NDRPDR' and
16249            '2T1C' and
16250            'IP4FWD'"
16251   parameters:
16252   - "throughput"
16253   - "parent"
16254   - "tags"
16255   traces:
16256     hoverinfo: "x+y"
16257     boxpoints: "outliers"
16258     whiskerwidth: 0
16259   layout:
16260     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
16261     layout: "plot-throughput"
16262
16263 - type: "plot"
16264   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
16265   algorithm: "plot_performance_box"
16266   output-file-type: ".html"
16267   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
16268   data: "plot-dpdk-throughput-latency-3n-skx"
16269   filter: "'NIC_Intel-XXV710' and
16270            '64B' and
16271            'BASE' and
16272            'NDRPDR' and
16273            '4T2C' and
16274            'IP4FWD'"
16275   parameters:
16276   - "throughput"
16277   - "parent"
16278   - "tags"
16279   traces:
16280     hoverinfo: "x+y"
16281     boxpoints: "outliers"
16282     whiskerwidth: 0
16283   layout:
16284     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
16285     layout: "plot-throughput"
16286
16287 - type: "plot"
16288   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
16289   algorithm: "plot_performance_box"
16290   output-file-type: ".html"
16291   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
16292   data: "plot-dpdk-throughput-latency-3n-skx"
16293   filter: "'NIC_Intel-XXV710' and
16294            '64B' and
16295            'BASE' and
16296            'NDRPDR' and
16297            '2T1C' and
16298            'IP4FWD'"
16299   parameters:
16300   - "throughput"
16301   - "parent"
16302   - "tags"
16303   traces:
16304     hoverinfo: "x+y"
16305     boxpoints: "outliers"
16306     whiskerwidth: 0
16307   layout:
16308     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
16309     layout: "plot-throughput"
16310
16311 - type: "plot"
16312   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
16313   algorithm: "plot_performance_box"
16314   output-file-type: ".html"
16315   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
16316   data: "plot-dpdk-throughput-latency-3n-skx"
16317   filter: "'NIC_Intel-XXV710' and
16318            '64B' and
16319            'BASE' and
16320            'NDRPDR' and
16321            '4T2C' and
16322            'IP4FWD'"
16323   parameters:
16324   - "throughput"
16325   - "parent"
16326   - "tags"
16327   traces:
16328     hoverinfo: "x+y"
16329     boxpoints: "outliers"
16330     whiskerwidth: 0
16331   layout:
16332     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
16333     layout: "plot-throughput"
16334
16335 # Packet Throughput - DPDK l3fwd 2n-skx-x710
16336 - type: "plot"
16337   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
16338   algorithm: "plot_performance_box"
16339   output-file-type: ".html"
16340   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
16341   data: "plot-dpdk-throughput-latency-2n-skx"
16342   filter: "'NIC_Intel-X710' and
16343            '64B' and
16344            'BASE' and
16345            'NDRPDR' and
16346            '2T1C' and
16347            'IP4FWD'"
16348   parameters:
16349   - "throughput"
16350   - "parent"
16351   - "tags"
16352   traces:
16353     hoverinfo: "x+y"
16354     boxpoints: "outliers"
16355     whiskerwidth: 0
16356   layout:
16357     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
16358     layout: "plot-throughput"
16359
16360 - type: "plot"
16361   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
16362   algorithm: "plot_performance_box"
16363   output-file-type: ".html"
16364   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
16365   data: "plot-dpdk-throughput-latency-2n-skx"
16366   filter: "'NIC_Intel-X710' and
16367            '64B' and
16368            'BASE' and
16369            'NDRPDR' and
16370            '4T2C' and
16371            'IP4FWD'"
16372   parameters:
16373   - "throughput"
16374   - "parent"
16375   - "tags"
16376   traces:
16377     hoverinfo: "x+y"
16378     boxpoints: "outliers"
16379     whiskerwidth: 0
16380   layout:
16381     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
16382     layout: "plot-throughput"
16383
16384 - type: "plot"
16385   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
16386   algorithm: "plot_performance_box"
16387   output-file-type: ".html"
16388   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
16389   data: "plot-dpdk-throughput-latency-2n-skx"
16390   filter: "'NIC_Intel-X710' and
16391            '64B' and
16392            'BASE' and
16393            'NDRPDR' and
16394            '2T1C' and
16395            'IP4FWD'"
16396   parameters:
16397   - "throughput"
16398   - "parent"
16399   - "tags"
16400   traces:
16401     hoverinfo: "x+y"
16402     boxpoints: "outliers"
16403     whiskerwidth: 0
16404   layout:
16405     title: "l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
16406     layout: "plot-throughput"
16407
16408 - type: "plot"
16409   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
16410   algorithm: "plot_performance_box"
16411   output-file-type: ".html"
16412   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
16413   data: "plot-dpdk-throughput-latency-2n-skx"
16414   filter: "'NIC_Intel-X710' and
16415            '64B' and
16416            'BASE' and
16417            'NDRPDR' and
16418            '4T2C' and
16419            'IP4FWD'"
16420   parameters:
16421   - "throughput"
16422   - "parent"
16423   - "tags"
16424   traces:
16425     hoverinfo: "x+y"
16426     boxpoints: "outliers"
16427     whiskerwidth: 0
16428   layout:
16429     title: "l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
16430     layout: "plot-throughput"
16431
16432 # Packet Throughput - DPDK l3fwd 2n-skx-xxv710
16433 - type: "plot"
16434   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
16435   algorithm: "plot_performance_box"
16436   output-file-type: ".html"
16437   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
16438   data: "plot-dpdk-throughput-latency-2n-skx"
16439   filter: "'NIC_Intel-XXV710' and
16440            '64B' and
16441            'BASE' and
16442            'NDRPDR' and
16443            '2T1C' and
16444            'IP4FWD'"
16445   parameters:
16446   - "throughput"
16447   - "parent"
16448   - "tags"
16449   traces:
16450     hoverinfo: "x+y"
16451     boxpoints: "outliers"
16452     whiskerwidth: 0
16453   layout:
16454     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
16455     layout: "plot-throughput"
16456
16457 - type: "plot"
16458   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
16459   algorithm: "plot_performance_box"
16460   output-file-type: ".html"
16461   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
16462   data: "plot-dpdk-throughput-latency-2n-skx"
16463   filter: "'NIC_Intel-XXV710' and
16464            '64B' and
16465            'BASE' and
16466            'NDRPDR' and
16467            '4T2C' and
16468            'IP4FWD'"
16469   parameters:
16470   - "throughput"
16471   - "parent"
16472   - "tags"
16473   traces:
16474     hoverinfo: "x+y"
16475     boxpoints: "outliers"
16476     whiskerwidth: 0
16477   layout:
16478     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
16479     layout: "plot-throughput"
16480
16481 - type: "plot"
16482   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
16483   algorithm: "plot_performance_box"
16484   output-file-type: ".html"
16485   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
16486   data: "plot-dpdk-throughput-latency-2n-skx"
16487   filter: "'NIC_Intel-XXV710' and
16488            '64B' and
16489            'BASE' and
16490            'NDRPDR' and
16491            '2T1C' and
16492            'IP4FWD'"
16493   parameters:
16494   - "throughput"
16495   - "parent"
16496   - "tags"
16497   traces:
16498     hoverinfo: "x+y"
16499     boxpoints: "outliers"
16500     whiskerwidth: 0
16501   layout:
16502     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
16503     layout: "plot-throughput"
16504
16505 - type: "plot"
16506   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
16507   algorithm: "plot_performance_box"
16508   output-file-type: ".html"
16509   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
16510   data: "plot-dpdk-throughput-latency-2n-skx"
16511   filter: "'NIC_Intel-XXV710' and
16512            '64B' and
16513            'BASE' and
16514            'NDRPDR' and
16515            '4T2C' and
16516            'IP4FWD'"
16517   parameters:
16518   - "throughput"
16519   - "parent"
16520   - "tags"
16521   traces:
16522     hoverinfo: "x+y"
16523     boxpoints: "outliers"
16524     whiskerwidth: 0
16525   layout:
16526     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
16527     layout: "plot-throughput"
16528
16529 ################################################################################
16530
16531 # Packet Throughput - DPDK testpmd 3n-hsw-x520
16532 - type: "plot"
16533   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
16534   algorithm: "plot_performance_box"
16535   output-file-type: ".html"
16536   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
16537   data: "plot-dpdk-throughput-latency-3n-hsw"
16538   filter: "'NIC_Intel-X520-DA2' and
16539            '64B' and
16540            'BASE' and
16541            'NDRPDR' and
16542            '1T1C' and
16543            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16544   parameters:
16545   - "throughput"
16546   - "parent"
16547   - "tags"
16548   traces:
16549     hoverinfo: "x+y"
16550     boxpoints: "outliers"
16551     whiskerwidth: 0
16552   layout:
16553     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
16554     layout: "plot-throughput"
16555
16556 - type: "plot"
16557   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
16558   algorithm: "plot_performance_box"
16559   output-file-type: ".html"
16560   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
16561   data: "plot-dpdk-throughput-latency-3n-hsw"
16562   filter: "'NIC_Intel-X520-DA2' and
16563            '64B' and
16564            'BASE' and
16565            'NDRPDR' and
16566            '2T2C' and
16567            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16568   parameters:
16569   - "throughput"
16570   - "parent"
16571   - "tags"
16572   traces:
16573     hoverinfo: "x+y"
16574     boxpoints: "outliers"
16575     whiskerwidth: 0
16576   layout:
16577     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
16578     layout: "plot-throughput"
16579
16580 - type: "plot"
16581   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
16582   algorithm: "plot_performance_box"
16583   output-file-type: ".html"
16584   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
16585   data: "plot-dpdk-throughput-latency-3n-hsw"
16586   filter: "'NIC_Intel-X520-DA2' and
16587            '64B' and
16588            'BASE' and
16589            'NDRPDR' and
16590            '1T1C' and
16591            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16592   parameters:
16593   - "throughput"
16594   - "parent"
16595   - "tags"
16596   traces:
16597     hoverinfo: "x+y"
16598     boxpoints: "outliers"
16599     whiskerwidth: 0
16600   layout:
16601     title: "testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
16602     layout: "plot-throughput"
16603
16604 - type: "plot"
16605   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
16606   algorithm: "plot_performance_box"
16607   output-file-type: ".html"
16608   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
16609   data: "plot-dpdk-throughput-latency-3n-hsw"
16610   filter: "'NIC_Intel-X520-DA2' and
16611            '64B' and
16612            'BASE' and
16613            'NDRPDR' and
16614            '2T2C' and
16615            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16616   parameters:
16617   - "throughput"
16618   - "parent"
16619   - "tags"
16620   traces:
16621     hoverinfo: "x+y"
16622     boxpoints: "outliers"
16623     whiskerwidth: 0
16624   layout:
16625     title: "testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
16626     layout: "plot-throughput"
16627
16628 # Packet Throughput - DPDK testpmd 3n-hsw-x710
16629 - type: "plot"
16630   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
16631   algorithm: "plot_performance_box"
16632   output-file-type: ".html"
16633   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
16634   data: "plot-dpdk-throughput-latency-3n-hsw"
16635   filter: "'NIC_Intel-X710' and
16636            '64B' and
16637            'BASE' and
16638            'NDRPDR' and
16639            '1T1C' and
16640            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16641   parameters:
16642   - "throughput"
16643   - "parent"
16644   - "tags"
16645   traces:
16646     hoverinfo: "x+y"
16647     boxpoints: "outliers"
16648     whiskerwidth: 0
16649   layout:
16650     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
16651     layout: "plot-throughput"
16652
16653 - type: "plot"
16654   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
16655   algorithm: "plot_performance_box"
16656   output-file-type: ".html"
16657   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
16658   data: "plot-dpdk-throughput-latency-3n-hsw"
16659   filter: "'NIC_Intel-X710' and
16660            '64B' and
16661            'BASE' and
16662            'NDRPDR' and
16663            '2T2C' and
16664            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16665   parameters:
16666   - "throughput"
16667   - "parent"
16668   - "tags"
16669   traces:
16670     hoverinfo: "x+y"
16671     boxpoints: "outliers"
16672     whiskerwidth: 0
16673   layout:
16674     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
16675     layout: "plot-throughput"
16676
16677 - type: "plot"
16678   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
16679   algorithm: "plot_performance_box"
16680   output-file-type: ".html"
16681   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
16682   data: "plot-dpdk-throughput-latency-3n-hsw"
16683   filter: "'NIC_Intel-X710' and
16684            '64B' and
16685            'BASE' and
16686            'NDRPDR' and
16687            '1T1C' and
16688            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16689   parameters:
16690   - "throughput"
16691   - "parent"
16692   - "tags"
16693   traces:
16694     hoverinfo: "x+y"
16695     boxpoints: "outliers"
16696     whiskerwidth: 0
16697   layout:
16698     title: "testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
16699     layout: "plot-throughput"
16700
16701 - type: "plot"
16702   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
16703   algorithm: "plot_performance_box"
16704   output-file-type: ".html"
16705   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
16706   data: "plot-dpdk-throughput-latency-3n-hsw"
16707   filter: "'NIC_Intel-X710' and
16708            '64B' and
16709            'BASE' and
16710            'NDRPDR' and
16711            '2T2C' and
16712            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16713   parameters:
16714   - "throughput"
16715   - "parent"
16716   - "tags"
16717   traces:
16718     hoverinfo: "x+y"
16719     boxpoints: "outliers"
16720     whiskerwidth: 0
16721   layout:
16722     title: "testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
16723     layout: "plot-throughput"
16724
16725 # Packet Throughput - DPDK testpmd 3n-hsw-xl710
16726 - type: "plot"
16727   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
16728   algorithm: "plot_performance_box"
16729   output-file-type: ".html"
16730   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
16731   data: "plot-dpdk-throughput-latency-3n-hsw"
16732   filter: "'NIC_Intel-XL710' and
16733            '64B' and
16734            'BASE' and
16735            'NDRPDR' and
16736            '1T1C' and
16737            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16738   parameters:
16739   - "throughput"
16740   - "parent"
16741   - "tags"
16742   traces:
16743     hoverinfo: "x+y"
16744     boxpoints: "outliers"
16745     whiskerwidth: 0
16746   layout:
16747     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
16748     layout: "plot-throughput"
16749
16750 - type: "plot"
16751   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
16752   algorithm: "plot_performance_box"
16753   output-file-type: ".html"
16754   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
16755   data: "plot-dpdk-throughput-latency-3n-hsw"
16756   filter: "'NIC_Intel-XL710' and
16757            '64B' and
16758            'BASE' and
16759            'NDRPDR' and
16760            '2T2C' and
16761            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16762   parameters:
16763   - "throughput"
16764   - "parent"
16765   - "tags"
16766   traces:
16767     hoverinfo: "x+y"
16768     boxpoints: "outliers"
16769     whiskerwidth: 0
16770   layout:
16771     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
16772     layout: "plot-throughput"
16773
16774 - type: "plot"
16775   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
16776   algorithm: "plot_performance_box"
16777   output-file-type: ".html"
16778   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
16779   data: "plot-dpdk-throughput-latency-3n-hsw"
16780   filter: "'NIC_Intel-XL710' and
16781            '64B' and
16782            'BASE' and
16783            'NDRPDR' and
16784            '1T1C' and
16785            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16786   parameters:
16787   - "throughput"
16788   - "parent"
16789   - "tags"
16790   traces:
16791     hoverinfo: "x+y"
16792     boxpoints: "outliers"
16793     whiskerwidth: 0
16794   layout:
16795     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
16796     layout: "plot-throughput"
16797
16798 - type: "plot"
16799   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
16800   algorithm: "plot_performance_box"
16801   output-file-type: ".html"
16802   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
16803   data: "plot-dpdk-throughput-latency-3n-hsw"
16804   filter: "'NIC_Intel-XL710' and
16805            '64B' and
16806            'BASE' and
16807            'NDRPDR' and
16808            '2T2C' and
16809            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16810   parameters:
16811   - "throughput"
16812   - "parent"
16813   - "tags"
16814   traces:
16815     hoverinfo: "x+y"
16816     boxpoints: "outliers"
16817     whiskerwidth: 0
16818   layout:
16819     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
16820     layout: "plot-throughput"
16821
16822 # Packet Throughput - DPDK testpmd 3n-skx-x710
16823 - type: "plot"
16824   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-ndr"
16825   algorithm: "plot_performance_box"
16826   output-file-type: ".html"
16827   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr"
16828   data: "plot-dpdk-throughput-latency-3n-skx"
16829   filter: "'NIC_Intel-X710' and
16830            '64B' and
16831            'BASE' and
16832            'NDRPDR' and
16833            '2T1C' and
16834            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16835   parameters:
16836   - "throughput"
16837   - "parent"
16838   - "tags"
16839   traces:
16840     hoverinfo: "x+y"
16841     boxpoints: "outliers"
16842     whiskerwidth: 0
16843   layout:
16844     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
16845     layout: "plot-throughput"
16846
16847 - type: "plot"
16848   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-ndr"
16849   algorithm: "plot_performance_box"
16850   output-file-type: ".html"
16851   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr"
16852   data: "plot-dpdk-throughput-latency-3n-skx"
16853   filter: "'NIC_Intel-X710' and
16854            '64B' and
16855            'BASE' and
16856            'NDRPDR' and
16857            '4T2C' and
16858            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16859   parameters:
16860   - "throughput"
16861   - "parent"
16862   - "tags"
16863   traces:
16864     hoverinfo: "x+y"
16865     boxpoints: "outliers"
16866     whiskerwidth: 0
16867   layout:
16868     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
16869     layout: "plot-throughput"
16870
16871 - type: "plot"
16872   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-pdr"
16873   algorithm: "plot_performance_box"
16874   output-file-type: ".html"
16875   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-pdr"
16876   data: "plot-dpdk-throughput-latency-3n-skx"
16877   filter: "'NIC_Intel-X710' and
16878            '64B' and
16879            'BASE' and
16880            'NDRPDR' and
16881            '2T1C' and
16882            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16883   parameters:
16884   - "throughput"
16885   - "parent"
16886   - "tags"
16887   traces:
16888     hoverinfo: "x+y"
16889     boxpoints: "outliers"
16890     whiskerwidth: 0
16891   layout:
16892     title: "testpmd-3n-skx-x710-64b-2t1c-base-pdr"
16893     layout: "plot-throughput"
16894
16895 - type: "plot"
16896   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-pdr"
16897   algorithm: "plot_performance_box"
16898   output-file-type: ".html"
16899   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-pdr"
16900   data: "plot-dpdk-throughput-latency-3n-skx"
16901   filter: "'NIC_Intel-X710' and
16902            '64B' and
16903            'BASE' and
16904            'NDRPDR' and
16905            '4T2C' and
16906            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16907   parameters:
16908   - "throughput"
16909   - "parent"
16910   - "tags"
16911   traces:
16912     hoverinfo: "x+y"
16913     boxpoints: "outliers"
16914     whiskerwidth: 0
16915   layout:
16916     title: "testpmd-3n-skx-x710-64b-4t2c-base-pdr"
16917     layout: "plot-throughput"
16918
16919 # Packet Throughput - DPDK testpmd 3n-skx-xxv710
16920 - type: "plot"
16921   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
16922   algorithm: "plot_performance_box"
16923   output-file-type: ".html"
16924   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
16925   data: "plot-dpdk-throughput-latency-3n-skx"
16926   filter: "'NIC_Intel-XXV710' and
16927            '64B' and
16928            'BASE' and
16929            'NDRPDR' and
16930            '2T1C' and
16931            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16932   parameters:
16933   - "throughput"
16934   - "parent"
16935   - "tags"
16936   traces:
16937     hoverinfo: "x+y"
16938     boxpoints: "outliers"
16939     whiskerwidth: 0
16940   layout:
16941     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
16942     layout: "plot-throughput"
16943
16944 - type: "plot"
16945   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
16946   algorithm: "plot_performance_box"
16947   output-file-type: ".html"
16948   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
16949   data: "plot-dpdk-throughput-latency-3n-skx"
16950   filter: "'NIC_Intel-XXV710' and
16951            '64B' and
16952            'BASE' and
16953            'NDRPDR' and
16954            '4T2C' and
16955            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16956   parameters:
16957   - "throughput"
16958   - "parent"
16959   - "tags"
16960   traces:
16961     hoverinfo: "x+y"
16962     boxpoints: "outliers"
16963     whiskerwidth: 0
16964   layout:
16965     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
16966     layout: "plot-throughput"
16967
16968 - type: "plot"
16969   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
16970   algorithm: "plot_performance_box"
16971   output-file-type: ".html"
16972   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
16973   data: "plot-dpdk-throughput-latency-3n-skx"
16974   filter: "'NIC_Intel-XXV710' and
16975            '64B' and
16976            'BASE' and
16977            'NDRPDR' and
16978            '2T1C' and
16979            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16980   parameters:
16981   - "throughput"
16982   - "parent"
16983   - "tags"
16984   traces:
16985     hoverinfo: "x+y"
16986     boxpoints: "outliers"
16987     whiskerwidth: 0
16988   layout:
16989     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
16990     layout: "plot-throughput"
16991
16992 - type: "plot"
16993   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
16994   algorithm: "plot_performance_box"
16995   output-file-type: ".html"
16996   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
16997   data: "plot-dpdk-throughput-latency-3n-skx"
16998   filter: "'NIC_Intel-XXV710' and
16999            '64B' and
17000            'BASE' and
17001            'NDRPDR' and
17002            '4T2C' and
17003            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17004   parameters:
17005   - "throughput"
17006   - "parent"
17007   - "tags"
17008   traces:
17009     hoverinfo: "x+y"
17010     boxpoints: "outliers"
17011     whiskerwidth: 0
17012   layout:
17013     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
17014     layout: "plot-throughput"
17015
17016 # Packet Throughput - DPDK testpmd 2n-skx-x710
17017 - type: "plot"
17018   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-ndr"
17019   algorithm: "plot_performance_box"
17020   output-file-type: ".html"
17021   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr"
17022   data: "plot-dpdk-throughput-latency-2n-skx"
17023   filter: "'NIC_Intel-X710' and
17024            '64B' and
17025            'BASE' and
17026            'NDRPDR' and
17027            '2T1C' and
17028            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17029   parameters:
17030   - "throughput"
17031   - "parent"
17032   - "tags"
17033   traces:
17034     hoverinfo: "x+y"
17035     boxpoints: "outliers"
17036     whiskerwidth: 0
17037   layout:
17038     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
17039     layout: "plot-throughput"
17040
17041 - type: "plot"
17042   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-ndr"
17043   algorithm: "plot_performance_box"
17044   output-file-type: ".html"
17045   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr"
17046   data: "plot-dpdk-throughput-latency-2n-skx"
17047   filter: "'NIC_Intel-X710' and
17048            '64B' and
17049            'BASE' and
17050            'NDRPDR' and
17051            '4T2C' and
17052            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17053   parameters:
17054   - "throughput"
17055   - "parent"
17056   - "tags"
17057   traces:
17058     hoverinfo: "x+y"
17059     boxpoints: "outliers"
17060     whiskerwidth: 0
17061   layout:
17062     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
17063     layout: "plot-throughput"
17064
17065 - type: "plot"
17066   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-pdr"
17067   algorithm: "plot_performance_box"
17068   output-file-type: ".html"
17069   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-pdr"
17070   data: "plot-dpdk-throughput-latency-2n-skx"
17071   filter: "'NIC_Intel-X710' and
17072            '64B' and
17073            'BASE' and
17074            'NDRPDR' and
17075            '2T1C' and
17076            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17077   parameters:
17078   - "throughput"
17079   - "parent"
17080   - "tags"
17081   traces:
17082     hoverinfo: "x+y"
17083     boxpoints: "outliers"
17084     whiskerwidth: 0
17085   layout:
17086     title: "testpmd-2n-skx-x710-64b-2t1c-base-pdr"
17087     layout: "plot-throughput"
17088
17089 - type: "plot"
17090   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-pdr"
17091   algorithm: "plot_performance_box"
17092   output-file-type: ".html"
17093   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-pdr"
17094   data: "plot-dpdk-throughput-latency-2n-skx"
17095   filter: "'NIC_Intel-X710' and
17096            '64B' and
17097            'BASE' and
17098            'NDRPDR' and
17099            '4T2C' and
17100            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17101   parameters:
17102   - "throughput"
17103   - "parent"
17104   - "tags"
17105   traces:
17106     hoverinfo: "x+y"
17107     boxpoints: "outliers"
17108     whiskerwidth: 0
17109   layout:
17110     title: "testpmd-2n-skx-x710-64b-4t2c-base-pdr"
17111     layout: "plot-throughput"
17112
17113 # Packet Throughput - DPDK testpmd 2n-skx-xxv710
17114 - type: "plot"
17115   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
17116   algorithm: "plot_performance_box"
17117   output-file-type: ".html"
17118   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
17119   data: "plot-dpdk-throughput-latency-2n-skx"
17120   filter: "'NIC_Intel-XXV710' and
17121            '64B' and
17122            'BASE' and
17123            'NDRPDR' and
17124            '2T1C' and
17125            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17126   parameters:
17127   - "throughput"
17128   - "parent"
17129   - "tags"
17130   traces:
17131     hoverinfo: "x+y"
17132     boxpoints: "outliers"
17133     whiskerwidth: 0
17134   layout:
17135     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
17136     layout: "plot-throughput"
17137
17138 - type: "plot"
17139   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
17140   algorithm: "plot_performance_box"
17141   output-file-type: ".html"
17142   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
17143   data: "plot-dpdk-throughput-latency-2n-skx"
17144   filter: "'NIC_Intel-XXV710' and
17145            '64B' and
17146            'BASE' and
17147            'NDRPDR' and
17148            '4T2C' and
17149            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17150   parameters:
17151   - "throughput"
17152   - "parent"
17153   - "tags"
17154   traces:
17155     hoverinfo: "x+y"
17156     boxpoints: "outliers"
17157     whiskerwidth: 0
17158   layout:
17159     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
17160     layout: "plot-throughput"
17161
17162 - type: "plot"
17163   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
17164   algorithm: "plot_performance_box"
17165   output-file-type: ".html"
17166   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
17167   data: "plot-dpdk-throughput-latency-2n-skx"
17168   filter: "'NIC_Intel-XXV710' and
17169            '64B' and
17170            'BASE' and
17171            'NDRPDR' and
17172            '2T1C' and
17173            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17174   parameters:
17175   - "throughput"
17176   - "parent"
17177   - "tags"
17178   traces:
17179     hoverinfo: "x+y"
17180     boxpoints: "outliers"
17181     whiskerwidth: 0
17182   layout:
17183     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
17184     layout: "plot-throughput"
17185
17186 - type: "plot"
17187   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
17188   algorithm: "plot_performance_box"
17189   output-file-type: ".html"
17190   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
17191   data: "plot-dpdk-throughput-latency-2n-skx"
17192   filter: "'NIC_Intel-XXV710' and
17193            '64B' and
17194            'BASE' and
17195            'NDRPDR' and
17196            '4T2C' and
17197            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17198   parameters:
17199   - "throughput"
17200   - "parent"
17201   - "tags"
17202   traces:
17203     hoverinfo: "x+y"
17204     boxpoints: "outliers"
17205     whiskerwidth: 0
17206   layout:
17207     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
17208     layout: "plot-throughput"
17209
17210 ################################################################################
17211
17212 # Packet Latency - VPP L2 3n-hsw-x520 base and scale
17213 - type: "plot"
17214   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
17215   algorithm: "plot_latency_error_bars"
17216   output-file-type: ".html"
17217   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
17218   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17219   filter: "'NIC_Intel-X520-DA2' and
17220            '64B' and
17221            ('BASE' or 'SCALE') and
17222            'NDRPDR' and
17223            'ETH' and
17224            '1T1C' and
17225            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17226            not 'VHOST' and
17227            not 'MEMIF'"
17228   parameters:
17229   - "latency"
17230   - "parent"
17231   - "tags"
17232   sort:
17233   - "L2XCFWD"
17234   - "L2PATCH"
17235   - "L2BDMACLRN"
17236   - "FIB_10K"
17237   - "FIB_100K"
17238   - "FIB_1M"
17239   layout:
17240     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
17241     layout: "plot-latency"
17242
17243 - type: "plot"
17244   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
17245   algorithm: "plot_latency_error_bars"
17246   output-file-type: ".html"
17247   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
17248   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17249   filter: "'NIC_Intel-X520-DA2' and
17250            '64B' and
17251            ('BASE' or 'SCALE') and
17252            'NDRPDR' and
17253            'ETH' and
17254            '2T2C' and
17255            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17256            not 'VHOST' and
17257            not 'MEMIF'"
17258   parameters:
17259   - "latency"
17260   - "parent"
17261   - "tags"
17262   sort:
17263   - "L2XCFWD"
17264   - "L2PATCH"
17265   - "L2BDMACLRN"
17266   - "FIB_10K"
17267   - "FIB_100K"
17268   - "FIB_1M"
17269   layout:
17270     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
17271     layout: "plot-latency"
17272
17273 # Packet Latency - VPP L2 3n-hsw-x520 features
17274 - type: "plot"
17275   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
17276   algorithm: "plot_latency_error_bars"
17277   output-file-type: ".html"
17278   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
17279   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17280   filter: "'NIC_Intel-X520-DA2' and
17281            '64B' and
17282            'NDRPDR' and
17283            '1T1C' and
17284            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
17285            not 'ACL' and
17286            not 'VHOST' and
17287            not 'MEMIF'"
17288   parameters:
17289   - "latency"
17290   - "parent"
17291   - "tags"
17292   sort:
17293   - "L2XCBASE"    # l2xcbase
17294   - "L2BDBASE"    # l2bdbase
17295   - "L2XCFWD"     # dot1q-l2xcbase
17296   - "L2BDMACLRN"  # dot1q-l2bdbase
17297   layout:
17298     title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
17299     layout: "plot-latency"
17300
17301 - type: "plot"
17302   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
17303   algorithm: "plot_latency_error_bars"
17304   output-file-type: ".html"
17305   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
17306   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17307   filter: "'NIC_Intel-X520-DA2' and
17308            '64B' and
17309            'NDRPDR' and
17310            '2T2C' and
17311            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
17312            not 'ACL' and
17313            not 'VHOST' and
17314            not 'MEMIF'"
17315   parameters:
17316   - "latency"
17317   - "parent"
17318   - "tags"
17319   sort:
17320   - "L2XCBASE"    # l2xcbase
17321   - "L2BDBASE"    # l2bdbase
17322   - "L2XCFWD"     # dot1q-l2xcbase
17323   - "L2BDMACLRN"  # dot1q-l2bdbase
17324   layout:
17325     title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
17326     layout: "plot-latency"
17327
17328 # Packet Latency - VPP L2 3n-hsw-x520 features-iacl
17329 - type: "plot"
17330   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
17331   algorithm: "plot_latency_error_bars"
17332   output-file-type: ".html"
17333   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
17334   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17335   filter: "'NIC_Intel-X520-DA2' and
17336            '64B' and
17337            'NDRPDR' and
17338            '1T1C' and
17339            'FEATURE' and
17340            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17341            'IACL' and
17342            ('ACL1' or 'ACL50') and
17343            ('10K_FLOWS' or '10k_FLOWS') and
17344            not 'MACIP' and
17345            not 'VHOST' and
17346            not 'MEMIF'"
17347   parameters:
17348   - "latency"
17349   - "parent"
17350   - "tags"
17351   layout:
17352     title: "l2sw-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
17353     layout: "plot-latency"
17354
17355 - type: "plot"
17356   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
17357   algorithm: "plot_latency_error_bars"
17358   output-file-type: ".html"
17359   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
17360   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17361   filter: "'NIC_Intel-X520-DA2' and
17362            '64B' and
17363            'NDRPDR' and
17364            '2T2C' and
17365            'FEATURE' and
17366            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17367            'IACL' and
17368            ('ACL1' or 'ACL50') and
17369            ('10K_FLOWS' or '10k_FLOWS') and
17370            not 'MACIP' and
17371            not 'VHOST' and
17372            not 'MEMIF'"
17373   parameters:
17374   - "latency"
17375   - "parent"
17376   - "tags"
17377   layout:
17378     title: "l2sw-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
17379     layout: "plot-latency"
17380
17381 # Packet Latency - VPP L2 3n-hsw-x520 features-oacl
17382 - type: "plot"
17383   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
17384   algorithm: "plot_latency_error_bars"
17385   output-file-type: ".html"
17386   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
17387   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17388   filter: "'NIC_Intel-X520-DA2' and
17389            '64B' and
17390            'NDRPDR' and
17391            '1T1C' and
17392            'FEATURE' and
17393            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17394            'OACL' and
17395            ('ACL1' or 'ACL50') and
17396            ('10K_FLOWS' or '10k_FLOWS') and
17397            not 'MACIP' and
17398            not 'VHOST' and
17399            not 'MEMIF'"
17400   parameters:
17401   - "latency"
17402   - "parent"
17403   - "tags"
17404   layout:
17405     title: "l2sw-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
17406     layout: "plot-latency"
17407
17408 - type: "plot"
17409   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
17410   algorithm: "plot_latency_error_bars"
17411   output-file-type: ".html"
17412   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
17413   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17414   filter: "'NIC_Intel-X520-DA2' and
17415            '64B' and
17416            'NDRPDR' and
17417            '2T2C' and
17418            'FEATURE' and
17419            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17420            'OACL' and
17421            ('ACL1' or 'ACL50') and
17422            ('10K_FLOWS' or '10k_FLOWS') and
17423            not 'MACIP' and
17424            not 'VHOST' and
17425            not 'MEMIF'"
17426   parameters:
17427   - "latency"
17428   - "parent"
17429   - "tags"
17430   layout:
17431     title: "l2sw-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
17432     layout: "plot-latency"
17433
17434 # Packet Latency - VPP L2 3n-hsw-x520 features-macip
17435 - type: "plot"
17436   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-macip-ndr-lat"
17437   algorithm: "plot_latency_error_bars"
17438   output-file-type: ".html"
17439   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-macip-ndr-lat"
17440   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17441   filter: "'NIC_Intel-X520-DA2' and
17442            '64B' and
17443            'NDRPDR' and
17444            '1T1C' and
17445            'FEATURE' and
17446            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17447            'MACIP' and
17448            ('ACL1' or 'ACL50') and
17449            ('10K_FLOWS' or '10k_FLOWS') and
17450            not 'VHOST' and
17451            not 'MEMIF'"
17452   parameters:
17453   - "latency"
17454   - "parent"
17455   - "tags"
17456   layout:
17457     title: "l2sw-3n-hsw-x520-64b-1t1c-features-macip-ndr"
17458     layout: "plot-latency"
17459
17460 - type: "plot"
17461   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-macip-ndr-lat"
17462   algorithm: "plot_latency_error_bars"
17463   output-file-type: ".html"
17464   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-macip-ndr-lat"
17465   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17466   filter: "'NIC_Intel-X520-DA2' and
17467            '64B' and
17468            'NDRPDR' and
17469            '2T2C' and
17470            'FEATURE' and
17471            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17472            'MACIP' and
17473            ('ACL1' or 'ACL50') and
17474            ('10K_FLOWS' or '10k_FLOWS') and
17475            not 'VHOST' and
17476            not 'MEMIF'"
17477   parameters:
17478   - "latency"
17479   - "parent"
17480   - "tags"
17481   layout:
17482     title: "l2sw-3n-hsw-x520-64b-2t2c-features-macip-ndr"
17483     layout: "plot-latency"
17484
17485 # Packet Latency - VPP L2 3n-hsw-x710 base and scale
17486 - type: "plot"
17487   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
17488   algorithm: "plot_latency_error_bars"
17489   output-file-type: ".html"
17490   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
17491   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17492   filter: "'NIC_Intel-X710' and
17493            '64B' and
17494            ('BASE' or 'SCALE') and
17495            'NDRPDR' and
17496            'ETH' and
17497            '1T1C' and
17498            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17499            not 'VHOST' and
17500            not 'MEMIF'"
17501   parameters:
17502   - "latency"
17503   - "parent"
17504   - "tags"
17505   sort:
17506   - "L2PATCH"
17507   - "L2XCFWD"
17508   - "L2BDMACLRN"
17509   - "FIB_10K"
17510   - "FIB_100K"
17511   - "FIB_1M"
17512   layout:
17513     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
17514     layout: "plot-latency"
17515
17516 - type: "plot"
17517   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
17518   algorithm: "plot_latency_error_bars"
17519   output-file-type: ".html"
17520   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
17521   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17522   filter: "'NIC_Intel-X710' and
17523            '64B' and
17524            ('BASE' or 'SCALE') and
17525            'NDRPDR' and
17526            'ETH' and
17527            '2T2C' and
17528            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17529            not 'VHOST' and
17530            not 'MEMIF'"
17531   parameters:
17532   - "latency"
17533   - "parent"
17534   - "tags"
17535   sort:
17536   - "L2PATCH"
17537   - "L2XCFWD"
17538   - "L2BDMACLRN"
17539   - "FIB_10K"
17540   - "FIB_100K"
17541   - "FIB_1M"
17542   layout:
17543     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
17544     layout: "plot-latency"
17545
17546 # Packet Latency - VPP L2 3n-hsw-x710 features
17547 - type: "plot"
17548   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
17549   algorithm: "plot_latency_error_bars"
17550   output-file-type: ".html"
17551   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
17552   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17553   filter: "'NIC_Intel-X710' and
17554            '64B' and
17555            'NDRPDR' and
17556            '1T1C' and
17557            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
17558            not 'ACL' and
17559            not 'VHOST' and
17560            not 'L2OVRLAY' and
17561            not 'MEMIF'"
17562   parameters:
17563   - "latency"
17564   - "parent"
17565   - "tags"
17566   sort:
17567   - "L2XCBASE"    # l2xcbase
17568   - "L2BDBASE"    # l2bdbase
17569   - "L2XCFWD"     # dot1q-l2xcbase
17570   - "L2BDMACLRN"  # dot1q-l2bdbase
17571   layout:
17572     title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
17573     layout: "plot-latency"
17574
17575 - type: "plot"
17576   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
17577   algorithm: "plot_latency_error_bars"
17578   output-file-type: ".html"
17579   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
17580   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17581   filter: "'NIC_Intel-X710' and
17582            '64B' and
17583            'NDRPDR' and
17584            '2T2C' and
17585            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
17586            not 'ACL' and
17587            not 'VHOST' and
17588            not 'L2OVRLAY' and
17589            not 'MEMIF'"
17590   parameters:
17591   - "latency"
17592   - "parent"
17593   - "tags"
17594   sort:
17595   - "L2XCBASE"    # l2xcbase
17596   - "L2BDBASE"    # l2bdbase
17597   - "L2XCFWD"     # dot1q-l2xcbase
17598   - "L2BDMACLRN"  # dot1q-l2bdbase
17599   layout:
17600     title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
17601     layout: "plot-latency"
17602
17603 # Packet Latency - VPP L2 3n-hsw-x710 features-iacl
17604 - type: "plot"
17605   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
17606   algorithm: "plot_latency_error_bars"
17607   output-file-type: ".html"
17608   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
17609   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17610   filter: "'NIC_Intel-X710' and
17611            '64B' and
17612            'NDRPDR' and
17613            '1T1C' and
17614            'FEATURE' and
17615            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17616            'IACL' and
17617            ('ACL1' or 'ACL50') and
17618            ('10K_FLOWS' or '10k_FLOWS') and
17619            not 'MACIP' and
17620            not 'VHOST' and
17621            not 'MEMIF'"
17622   parameters:
17623   - "latency"
17624   - "parent"
17625   - "tags"
17626   layout:
17627     title: "l2sw-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
17628     layout: "plot-latency"
17629
17630 - type: "plot"
17631   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
17632   algorithm: "plot_latency_error_bars"
17633   output-file-type: ".html"
17634   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
17635   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17636   filter: "'NIC_Intel-X710' and
17637            '64B' and
17638            'NDRPDR' and
17639            '2T2C' and
17640            'FEATURE' and
17641            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17642            'IACL' and
17643            ('ACL1' or 'ACL50') and
17644            ('10K_FLOWS' or '10k_FLOWS') and
17645            not 'MACIP' and
17646            not 'VHOST' and
17647            not 'MEMIF'"
17648   parameters:
17649   - "latency"
17650   - "parent"
17651   - "tags"
17652   layout:
17653     title: "l2sw-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
17654     layout: "plot-latency"
17655
17656 # Packet Latency - VPP L2 3n-hsw-xl710 base and scale
17657 - type: "plot"
17658   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
17659   algorithm: "plot_latency_error_bars"
17660   output-file-type: ".html"
17661   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
17662   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17663   filter: "'NIC_Intel-XL710' and
17664            '64B' and
17665            'BASE' and
17666            'NDRPDR' and
17667            'ETH' and
17668            '1T1C' and
17669            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17670            not 'VHOST' and
17671            not 'MEMIF'"
17672   parameters:
17673   - "latency"
17674   - "parent"
17675   - "tags"
17676   sort:
17677   - "L2PATCH"
17678   - "L2XCFWD"
17679   - "L2BDMACLRN"
17680   layout:
17681     title: "l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
17682     layout: "plot-latency"
17683
17684 - type: "plot"
17685   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
17686   algorithm: "plot_latency_error_bars"
17687   output-file-type: ".html"
17688   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
17689   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17690   filter: "'NIC_Intel-XL710' and
17691            '64B' and
17692            'BASE' and
17693            'NDRPDR' and
17694            'ETH' and
17695            '2T2C' and
17696            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17697            not 'VHOST' and
17698            not 'MEMIF'"
17699   parameters:
17700   - "latency"
17701   - "parent"
17702   - "tags"
17703   sort:
17704   - "L2PATCH"
17705   - "L2XCFWD"
17706   - "L2BDMACLRN"
17707   layout:
17708     title: "l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
17709     layout: "plot-latency"
17710
17711 # Packet Latency - VPP L2 3n-skx-x710 base and scale
17712 - type: "plot"
17713   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
17714   algorithm: "plot_latency_error_bars"
17715   output-file-type: ".html"
17716   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
17717   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17718   filter: "'NIC_Intel-X710' and
17719            '64B' and
17720            ('BASE' or 'SCALE') and
17721            'NDRPDR' and
17722            'ETH' and
17723            '2T1C' and
17724            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17725            not 'VHOST' and
17726            not 'MEMIF' and
17727            not 'DRV_AVF'"
17728   parameters:
17729   - "latency"
17730   - "parent"
17731   - "tags"
17732   sort:
17733   - "L2PATCH"
17734   - "L2XCBASE"
17735   - "BASE"
17736   - "FIB_10K"
17737   - "FIB_100K"
17738   - "FIB_1M"
17739   layout:
17740     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
17741     layout: "plot-latency"
17742
17743 - type: "plot"
17744   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
17745   algorithm: "plot_latency_error_bars"
17746   output-file-type: ".html"
17747   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
17748   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17749   filter: "'NIC_Intel-X710' and
17750            '64B' and
17751            ('BASE' or 'SCALE') and
17752            'NDRPDR' and
17753            'ETH' and
17754            '4T2C' and
17755            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17756            not 'VHOST' and
17757            not 'MEMIF' and
17758            not 'DRV_AVF'"
17759   parameters:
17760   - "latency"
17761   - "parent"
17762   - "tags"
17763   sort:
17764   - "L2PATCH"
17765   - "L2XCBASE"
17766   - "BASE"
17767   - "FIB_10K"
17768   - "FIB_100K"
17769   - "FIB_1M"
17770   layout:
17771     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
17772     layout: "plot-latency"
17773
17774 # Packet Latency - VPP L2 3n-skx-x710 features
17775 - type: "plot"
17776   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
17777   algorithm: "plot_latency_error_bars"
17778   output-file-type: ".html"
17779   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
17780   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17781   filter: "'NIC_Intel-X710' and
17782            '64B' and
17783            'NDRPDR' and
17784            '2T1C' and
17785            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
17786            not 'ACL' and
17787            not 'VHOST' and
17788            not 'DRV_AVF' and
17789            not 'L2OVRLAY' and
17790            not 'MEMIF'"
17791   parameters:
17792   - "latency"
17793   - "parent"
17794   - "tags"
17795   sort:
17796   - "L2XCBASE"    # l2xcbase
17797   - "L2BDBASE"    # l2bdbase
17798   - "L2XCFWD"     # dot1q-l2xcbase
17799   - "L2BDMACLRN"  # dot1q-l2bdbase
17800   layout:
17801     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
17802     layout: "plot-latency"
17803
17804 - type: "plot"
17805   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
17806   algorithm: "plot_latency_error_bars"
17807   output-file-type: ".html"
17808   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
17809   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17810   filter: "'NIC_Intel-X710' and
17811            '64B' and
17812            'NDRPDR' and
17813            '4T2C' and
17814            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
17815            not 'ACL' and
17816            not 'VHOST' and
17817            not 'DRV_AVF' and
17818            not 'L2OVRLAY' and
17819            not 'MEMIF'"
17820   parameters:
17821   - "latency"
17822   - "parent"
17823   - "tags"
17824   sort:
17825   - "L2XCBASE"    # l2xcbase
17826   - "L2BDBASE"    # l2bdbase
17827   - "L2XCFWD"     # dot1q-l2xcbase
17828   - "L2BDMACLRN"  # dot1q-l2bdbase
17829   layout:
17830     title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
17831     layout: "plot-latency"
17832
17833 # Packet Latency - VPP L2 3n-skx-x710 features-iacl
17834 - type: "plot"
17835   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
17836   algorithm: "plot_latency_error_bars"
17837   output-file-type: ".html"
17838   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
17839   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17840   filter: "'NIC_Intel-X710' and
17841            '64B' and
17842            'NDRPDR' and
17843            '2T1C' and
17844            'FEATURE' and
17845            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17846            'IACL' and
17847            ('ACL1' or 'ACL50') and
17848            ('10K_FLOWS' or '10k_FLOWS') and
17849            not 'MACIP' and
17850            not 'VHOST' and
17851            not 'MEMIF'"
17852   parameters:
17853   - "latency"
17854   - "parent"
17855   - "tags"
17856   layout:
17857     title: "l2sw-3n-skx-x710-64b-2t1c-features-iacl-ndr"
17858     layout: "plot-latency"
17859
17860 - type: "plot"
17861   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
17862   algorithm: "plot_latency_error_bars"
17863   output-file-type: ".html"
17864   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
17865   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17866   filter: "'NIC_Intel-X710' and
17867            '64B' and
17868            'NDRPDR' and
17869            '4T2C' and
17870            'FEATURE' and
17871            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17872            'IACL' and
17873            ('ACL1' or 'ACL50') and
17874            ('10K_FLOWS' or '10k_FLOWS') and
17875            not 'MACIP' and
17876            not 'VHOST' and
17877            not 'MEMIF'"
17878   parameters:
17879   - "latency"
17880   - "parent"
17881   - "tags"
17882   layout:
17883     title: "l2sw-3n-skx-x710-64b-4t2c-features-iacl-ndr"
17884     layout: "plot-latency"
17885
17886 # Packet Latency - VPP L2 3n-skx-xxv710 base
17887 - type: "plot"
17888   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
17889   algorithm: "plot_latency_error_bars"
17890   output-file-type: ".html"
17891   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
17892   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17893   filter: "'NIC_Intel-XXV710' and
17894            '64B' and
17895            ('BASE' or 'SCALE') and
17896            'NDRPDR' and
17897            'ETH' and
17898            '2T1C' and
17899            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17900            not 'VHOST' and
17901            not 'MEMIF'"
17902   parameters:
17903   - "latency"
17904   - "parent"
17905   - "tags"
17906   sort:
17907   - "L2PATCH"
17908   - "L2PATCH"
17909   - "L2XCBASE"
17910   - "L2BDMACLRN"
17911   layout:
17912     title: "l2sw-3n-skx-xxv710-64b-2t1c-base-ndr"
17913     layout: "plot-latency"
17914
17915 - type: "plot"
17916   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
17917   algorithm: "plot_latency_error_bars"
17918   output-file-type: ".html"
17919   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
17920   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17921   filter: "'NIC_Intel-XXV710' and
17922            '64B' and
17923            ('BASE' or 'SCALE') and
17924            'NDRPDR' and
17925            'ETH' and
17926            '4T2C' and
17927            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17928            not 'VHOST' and
17929            not 'MEMIF'"
17930   parameters:
17931   - "latency"
17932   - "parent"
17933   - "tags"
17934   sort:
17935   - "L2PATCH"
17936   - "L2PATCH"
17937   - "L2XCBASE"
17938   - "L2BDMACLRN"
17939   layout:
17940     title: "l2sw-3n-skx-xxv710-64b-4t2c-base-ndr"
17941     layout: "plot-latency"
17942
17943 # Packet Latency - VPP L2 2n-skx-x710 base and scale
17944 - type: "plot"
17945   title: "VPP Latency: l2sw-2n-skx-x710-64b-2t1c-base-ndr-lat"
17946   algorithm: "plot_latency_error_bars"
17947   output-file-type: ".html"
17948   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base-ndr-lat"
17949   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17950   filter: "'NIC_Intel-X710' and
17951            '64B' and
17952            'ETH' and
17953            ('BASE' or 'SCALE') and
17954            'NDRPDR' and
17955            '2T1C' and
17956            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17957            not 'VHOST' and
17958            not 'MEMIF'"
17959   parameters:
17960   - "latency"
17961   - "parent"
17962   - "tags"
17963   sort:
17964   - "L2PATCH"
17965   - "L2XCBASE"
17966   - "BASE"
17967   - "FIB_10K"
17968   - "FIB_100K"
17969   - "FIB_1M"
17970   layout:
17971     title: "l2sw-2n-skx-x710-64b-2t1c-base-ndr"
17972     layout: "plot-latency"
17973
17974 - type: "plot"
17975   title: "VPP Latency: l2sw-2n-skx-x710-64b-4t2c-base-ndr-lat"
17976   algorithm: "plot_latency_error_bars"
17977   output-file-type: ".html"
17978   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base-ndr-lat"
17979   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17980   filter: "'NIC_Intel-X710' and
17981            '64B' and
17982            ('BASE' or 'SCALE') and
17983            'NDRPDR' and
17984            'ETH' and
17985            '4T2C' and
17986            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17987            not 'VHOST' and
17988            not 'MEMIF'"
17989   parameters:
17990   - "latency"
17991   - "parent"
17992   - "tags"
17993   sort:
17994   - "L2PATCH"
17995   - "L2XCBASE"
17996   - "BASE"
17997   - "FIB_10K"
17998   - "FIB_100K"
17999   - "FIB_1M"
18000   layout:
18001     title: "l2sw-2n-skx-x710-64b-4t2c-base-ndr"
18002     layout: "plot-latency"
18003
18004 # Packet Latency - VPP L2 2n-skx-xxv710 base and scale
18005 - type: "plot"
18006   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
18007   algorithm: "plot_latency_error_bars"
18008   output-file-type: ".html"
18009   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
18010   data: "plot-vpp-throughput-lat-tsa-2n-skx"
18011   filter: "'NIC_Intel-XXV710' and
18012            '64B' and
18013            ('BASE' or 'SCALE') and
18014            'NDRPDR' and
18015            'ETH' and
18016            '2T1C' and
18017            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18018            not 'VHOST' and
18019            not 'MEMIF'"
18020   parameters:
18021   - "latency"
18022   - "parent"
18023   - "tags"
18024   sort:
18025   - "L2PATCH"
18026   - "L2XCBASE"
18027   - "BASE"
18028   - "FIB_10K"
18029   - "FIB_100K"
18030   - "FIB_1M"
18031   layout:
18032     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
18033     layout: "plot-latency"
18034
18035 - type: "plot"
18036   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
18037   algorithm: "plot_latency_error_bars"
18038   output-file-type: ".html"
18039   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
18040   data: "plot-vpp-throughput-lat-tsa-2n-skx"
18041   filter: "'NIC_Intel-XXV710' and
18042            '64B' and
18043            ('BASE' or 'SCALE') and
18044            'NDRPDR' and
18045            'ETH' and
18046            '4T2C' and
18047            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18048            not 'VHOST' and
18049            not 'MEMIF'"
18050   parameters:
18051   - "latency"
18052   - "parent"
18053   - "tags"
18054   sort:
18055   - "L2PATCH"
18056   - "L2XCBASE"
18057   - "BASE"
18058   - "FIB_10K"
18059   - "FIB_100K"
18060   - "FIB_1M"
18061   layout:
18062     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
18063     layout: "plot-latency"
18064
18065 ################################################################################
18066
18067 # Packet Latency - VPP Container Memif 3n-hsw-x520
18068 - type: "plot"
18069   title: "VPP Latency: memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
18070   algorithm: "plot_latency_error_bars"
18071   output-file-type: ".html"
18072   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
18073   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18074   filter: "'NIC_Intel-X520-DA2' and
18075            '64B' and
18076            ('BASE' or 'SCALE') and
18077            'NDRPDR' and
18078            '1T1C' and
18079            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
18080            not 'VHOST' and
18081            'MEMIF'"
18082   parameters:
18083   - "latency"
18084   - "parent"
18085   - "tags"
18086   sort:
18087   - "L2XCFWD"
18088   - "L2XCFWD"
18089   - "L2XCFWD"
18090   - "L2BDMACLRN"
18091   - "L2BDMACLRN"
18092   - "L2BDMACLRN"
18093   - "IP4FWD"
18094   layout:
18095     title: "memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
18096     layout: "plot-latency"
18097
18098 - type: "plot"
18099   title: "VPP Latency: memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
18100   algorithm: "plot_latency_error_bars"
18101   output-file-type: ".html"
18102   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
18103   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18104   filter: "'NIC_Intel-X520-DA2' and
18105            '64B' and
18106            ('BASE' or 'SCALE') and
18107            'NDRPDR' and
18108            '2T2C' and
18109            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
18110            not 'VHOST' and
18111            'MEMIF'"
18112   parameters:
18113   - "latency"
18114   - "parent"
18115   - "tags"
18116   sort:
18117   - "L2XCFWD"
18118   - "L2XCFWD"
18119   - "L2XCFWD"
18120   - "L2BDMACLRN"
18121   - "L2BDMACLRN"
18122   - "L2BDMACLRN"
18123   - "IP4FWD"
18124   layout:
18125     title: "memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
18126     layout: "plot-latency"
18127
18128 # Packet Latency - VPP Container Memif 3n-hsw-x710
18129 - type: "plot"
18130   title: "VPP Latency: memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
18131   algorithm: "plot_latency_error_bars"
18132   output-file-type: ".html"
18133   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
18134   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18135   filter: "'NIC_Intel-X710' and
18136            '64B' and
18137            ('BASE' or 'SCALE') and
18138            'NDRPDR' and
18139            '1T1C' and
18140            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
18141            not 'VHOST' and
18142            'MEMIF'"
18143   parameters:
18144   - "latency"
18145   - "parent"
18146   - "tags"
18147   sort:
18148   - "L2XCFWD"
18149   - "L2XCFWD"
18150   - "L2XCFWD"
18151   - "L2BDMACLRN"
18152   - "L2BDMACLRN"
18153   - "L2BDMACLRN"
18154   - "IP4FWD"
18155   layout:
18156     title: "memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
18157     layout: "plot-latency"
18158
18159 - type: "plot"
18160   title: "VPP Latency: memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
18161   algorithm: "plot_latency_error_bars"
18162   output-file-type: ".html"
18163   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
18164   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18165   filter: "'NIC_Intel-X710' and
18166            '64B' and
18167            ('BASE' or 'SCALE') and
18168            'NDRPDR' and
18169            '2T2C' and
18170            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
18171            not 'VHOST' and
18172            'MEMIF'"
18173   parameters:
18174   - "latency"
18175   - "parent"
18176   - "tags"
18177   sort:
18178   - "L2XCFWD"
18179   - "L2XCFWD"
18180   - "L2XCFWD"
18181   - "L2BDMACLRN"
18182   - "L2BDMACLRN"
18183   - "L2BDMACLRN"
18184   - "IP4FWD"
18185   layout:
18186     title: "memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
18187     layout: "plot-latency"
18188
18189 # Packet Latency - VPP Container Memif 3n-hsw-xl710
18190 - type: "plot"
18191   title: "VPP Latency: memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr-lat"
18192   algorithm: "plot_latency_error_bars"
18193   output-file-type: ".html"
18194   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr-lat"
18195   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18196   filter: "'NIC_Intel-XL710' and
18197            '64B' and
18198            ('BASE' or 'SCALE') and
18199            'NDRPDR' and
18200            '1T1C' and
18201            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
18202            not 'VHOST' and
18203            'MEMIF'"
18204   parameters:
18205   - "latency"
18206   - "parent"
18207   - "tags"
18208   sort:
18209   - "L2XCFWD"
18210   - "L2XCFWD"
18211   - "L2XCFWD"
18212   - "L2BDMACLRN"
18213   - "L2BDMACLRN"
18214   - "L2BDMACLRN"
18215   - "IP4FWD"
18216   layout:
18217     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr"
18218     layout: "plot-latency"
18219
18220 - type: "plot"
18221   title: "VPP Latency: memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr-lat"
18222   algorithm: "plot_latency_error_bars"
18223   output-file-type: ".html"
18224   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr-lat"
18225   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18226   filter: "'NIC_Intel-XL710' and
18227            '64B' and
18228            ('BASE' or 'SCALE') and
18229            'NDRPDR' and
18230            '2T2C' and
18231            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
18232            not 'VHOST' and
18233            'MEMIF'"
18234   parameters:
18235   - "latency"
18236   - "parent"
18237   - "tags"
18238   sort:
18239   - "L2XCFWD"
18240   - "L2XCFWD"
18241   - "L2XCFWD"
18242   - "L2BDMACLRN"
18243   - "L2BDMACLRN"
18244   - "L2BDMACLRN"
18245   - "IP4FWD"
18246   layout:
18247     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr"
18248     layout: "plot-latency"
18249
18250 # Packet Latency - VPP Container Memif 3n-skx-x710
18251 - type: "plot"
18252   title: "VPP Latency: memif-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
18253   algorithm: "plot_latency_error_bars"
18254   output-file-type: ".html"
18255   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
18256   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18257   filter: "'NIC_Intel-X710' and
18258            '64B' and
18259            ('BASE' or 'SCALE') and
18260            'NDRPDR' and
18261            '2T1C' and
18262            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
18263            not 'VHOST' and
18264            'MEMIF'"
18265   parameters:
18266   - "latency"
18267   - "parent"
18268   - "tags"
18269   sort:
18270   - "L2XCFWD"
18271   - "L2XCFWD"
18272   - "L2XCFWD"
18273   - "L2BDMACLRN"
18274   - "L2BDMACLRN"
18275   - "L2BDMACLRN"
18276   - "IP4FWD"
18277   layout:
18278     title: "memif-3n-skx-x710-64b-2t1c-base_and_features-ndr"
18279     layout: "plot-latency"
18280
18281 - type: "plot"
18282   title: "VPP Latency: memif-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
18283   algorithm: "plot_latency_error_bars"
18284   output-file-type: ".html"
18285   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
18286   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18287   filter: "'NIC_Intel-X710' and
18288            '64B' and
18289            ('BASE' or 'SCALE') and
18290            'NDRPDR' and
18291            '4T2C' and
18292            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
18293            not 'VHOST' and
18294            'MEMIF'"
18295   parameters:
18296   - "latency"
18297   - "parent"
18298   - "tags"
18299   sort:
18300   - "L2XCFWD"
18301   - "L2XCFWD"
18302   - "L2XCFWD"
18303   - "L2BDMACLRN"
18304   - "L2BDMACLRN"
18305   - "L2BDMACLRN"
18306   - "IP4FWD"
18307   layout:
18308     title: "memif-3n-skx-x710-64b-4t2c-base_and_features-ndr"
18309     layout: "plot-latency"
18310
18311 # Packet Latency - VPP Container Memif 2n-skx-x710
18312 - type: "plot"
18313   title: "VPP Latency: memif-2n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
18314   algorithm: "plot_latency_error_bars"
18315   output-file-type: ".html"
18316   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
18317   data: "plot-vpp-throughput-lat-tsa-2n-skx"
18318   filter: "'NIC_Intel-X710' and
18319            '64B' and
18320            ('BASE' or 'SCALE') and
18321            'NDRPDR' and
18322            '2T1C' and
18323            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
18324            not 'VHOST' and
18325            not 'NF_DENSITY' and
18326            'MEMIF'"
18327   parameters:
18328   - "latency"
18329   - "parent"
18330   - "tags"
18331   sort:
18332   - "L2XCFWD"
18333   - "L2XCFWD"
18334   - "L2XCFWD"
18335   - "L2BDMACLRN"
18336   - "L2BDMACLRN"
18337   - "L2BDMACLRN"
18338   - "IP4FWD"
18339   layout:
18340     title: "memif-2n-skx-x710-64b-2t1c-base_and_features-ndr"
18341     layout: "plot-latency"
18342
18343 - type: "plot"
18344   title: "VPP Latency: memif-2n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
18345   algorithm: "plot_latency_error_bars"
18346   output-file-type: ".html"
18347   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
18348   data: "plot-vpp-throughput-lat-tsa-2n-skx"
18349   filter: "'NIC_Intel-X710' and
18350            '64B' and
18351            ('BASE' or 'SCALE') and
18352            'NDRPDR' and
18353            '4T2C' and
18354            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
18355            not 'VHOST' and
18356            not 'NF_DENSITY' and
18357            'MEMIF'"
18358   parameters:
18359   - "latency"
18360   - "parent"
18361   - "tags"
18362   sort:
18363   - "L2XCFWD"
18364   - "L2XCFWD"
18365   - "L2XCFWD"
18366   - "L2BDMACLRN"
18367   - "L2BDMACLRN"
18368   - "L2BDMACLRN"
18369   - "IP4FWD"
18370   layout:
18371     title: "memif-2n-skx-x710-64b-4t2c-base_and_features-ndr"
18372     layout: "plot-latency"
18373
18374 ## Packet Latency - VPP Container Memif 2n-skx-xxv710
18375 #- type: "plot"
18376 #  title: "VPP Latency: memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr-lat"
18377 #  algorithm: "plot_latency_error_bars"
18378 #  output-file-type: ".html"
18379 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr-lat"
18380 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
18381 #  filter: "'NIC_Intel-XXV710' and
18382 #           '64B' and
18383 #           ('BASE' or 'SCALE') and
18384 #           'NDRPDR' and
18385 #           '2T1C' and
18386 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
18387 #           not 'VHOST' and
18388 #           'MEMIF'"
18389 #  parameters:
18390 #  - "latency"
18391 #  - "parent"
18392 #  - "tags"
18393 #  sort:
18394 #  - "L2XCFWD"
18395 #  - "L2XCFWD"
18396 #  - "L2XCFWD"
18397 #  - "L2BDMACLRN"
18398 #  - "L2BDMACLRN"
18399 #  - "L2BDMACLRN"
18400 #  - "IP4FWD"
18401 #  layout:
18402 #    title: "memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
18403 #    layout: "plot-latency"
18404 #
18405 #- type: "plot"
18406 #  title: "VPP Latency: memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr-lat"
18407 #  algorithm: "plot_latency_error_bars"
18408 #  output-file-type: ".html"
18409 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr-lat"
18410 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
18411 #  filter: "'NIC_Intel-XXV710' and
18412 #           '64B' and
18413 #           ('BASE' or 'SCALE') and
18414 #           'NDRPDR' and
18415 #           '4T2C' and
18416 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
18417 #           not 'VHOST' and
18418 #           'MEMIF'"
18419 #  parameters:
18420 #  - "latency"
18421 #  - "parent"
18422 #  - "tags"
18423 #  sort:
18424 #  - "L2XCFWD"
18425 #  - "L2XCFWD"
18426 #  - "L2XCFWD"
18427 #  - "L2BDMACLRN"
18428 #  - "L2BDMACLRN"
18429 #  - "L2BDMACLRN"
18430 #  - "IP4FWD"
18431 #  layout:
18432 #    title: "memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
18433 #    layout: "plot-latency"
18434
18435 ################################################################################
18436
18437 # Packet Latency - VPP Container Memif 3n-hsw-x520 - l2xc
18438 - type: "plot"
18439   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
18440   algorithm: "plot_latency_error_bars"
18441   output-file-type: ".html"
18442   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
18443   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
18444   filter: "'NIC_Intel-X520-DA2' and
18445            '64B' and
18446            ('BASE' or 'SCALE') and
18447            'NDRPDR' and
18448            '1T1C' and
18449            'L2XCFWD' and
18450            not 'VHOST' and
18451            not 'NF_DENSITY' and
18452            'MEMIF'"
18453   parameters:
18454   - "latency"
18455   - "parent"
18456   - "tags"
18457   sort:
18458   - "1VNF"
18459   - "2VNF"
18460   - "4VNF"
18461   - "2VNF"
18462   - "4VNF"
18463   layout:
18464     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
18465     layout: "plot-latency"
18466
18467 - type: "plot"
18468   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
18469   algorithm: "plot_latency_error_bars"
18470   output-file-type: ".html"
18471   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
18472   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
18473   filter: "'NIC_Intel-X520-DA2' and
18474            '64B' and
18475            ('BASE' or 'SCALE') and
18476            'NDRPDR' and
18477            '2T2C' and
18478            'L2XCFWD' and
18479            not 'VHOST' and
18480            not 'NF_DENSITY' and
18481            'MEMIF'"
18482   parameters:
18483   - "latency"
18484   - "parent"
18485   - "tags"
18486   sort:
18487   - "1VNF"
18488   - "2VNF"
18489   - "4VNF"
18490   - "2VNF"
18491   - "4VNF"
18492   layout:
18493     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
18494     layout: "plot-latency"
18495
18496 # Packet Latency - VPP Container Memif 3n-hsw-x520 - l2bd
18497 - type: "plot"
18498   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
18499   algorithm: "plot_latency_error_bars"
18500   output-file-type: ".html"
18501   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
18502   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
18503   filter: "'NIC_Intel-X520-DA2' and
18504            '64B' and
18505            ('BASE' or 'SCALE') and
18506            'NDRPDR' and
18507            '1T1C' and
18508            ('L2BDMACSTAT' or 'L2BDMACLRN') and
18509            not 'VHOST' and
18510            not 'NF_DENSITY' and
18511            'MEMIF'"
18512   parameters:
18513   - "latency"
18514   - "parent"
18515   - "tags"
18516   sort:
18517   - "1VNF"
18518   - "2VNF"
18519   - "4VNF"
18520   - "2VNF"
18521   - "4VNF"
18522   layout:
18523     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
18524     layout: "plot-latency"
18525
18526 - type: "plot"
18527   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
18528   algorithm: "plot_latency_error_bars"
18529   output-file-type: ".html"
18530   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
18531   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
18532   filter: "'NIC_Intel-X520-DA2' and
18533            '64B' and
18534            ('BASE' or 'SCALE') and
18535            'NDRPDR' and
18536            '2T2C' and
18537            ('L2BDMACSTAT' or 'L2BDMACLRN') and
18538            not 'VHOST' and
18539            not 'NF_DENSITY' and
18540            'MEMIF'"
18541   parameters:
18542   - "latency"
18543   - "parent"
18544   - "tags"
18545   sort:
18546   - "1VNF"
18547   - "2VNF"
18548   - "4VNF"
18549   - "2VNF"
18550   - "4VNF"
18551   layout:
18552     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
18553     layout: "plot-latency"
18554
18555 # Packet Latency - VPP Container Memif 3n-hsw-x710 - l2xc
18556 - type: "plot"
18557   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
18558   algorithm: "plot_latency_error_bars"
18559   output-file-type: ".html"
18560   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
18561   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
18562   filter: "'NIC_Intel-X710' and
18563            '64B' and
18564            ('BASE' or 'SCALE') and
18565            'NDRPDR' and
18566            '1T1C' and
18567            'L2XCFWD' and
18568            not 'VHOST' and
18569            not 'NF_DENSITY' and
18570            'MEMIF'"
18571   parameters:
18572   - "latency"
18573   - "parent"
18574   - "tags"
18575   sort:
18576   - "1VNF"
18577   - "2VNF"
18578   - "4VNF"
18579   - "2VNF"
18580   - "4VNF"
18581   layout:
18582     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
18583     layout: "plot-latency"
18584
18585 - type: "plot"
18586   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
18587   algorithm: "plot_latency_error_bars"
18588   output-file-type: ".html"
18589   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
18590   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
18591   filter: "'NIC_Intel-X710' and
18592            '64B' and
18593            ('BASE' or 'SCALE') and
18594            'NDRPDR' and
18595            '2T2C' and
18596            'L2XCFWD' and
18597            not 'VHOST' and
18598            not 'NF_DENSITY' and
18599            'MEMIF'"
18600   parameters:
18601   - "latency"
18602   - "parent"
18603   - "tags"
18604   sort:
18605   - "1VNF"
18606   - "2VNF"
18607   - "4VNF"
18608   - "2VNF"
18609   - "4VNF"
18610   layout:
18611     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
18612     layout: "plot-latency"
18613
18614 # Packet Latency - VPP Container Memif 3n-hsw-x710 - l2bd
18615 - type: "plot"
18616   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
18617   algorithm: "plot_latency_error_bars"
18618   output-file-type: ".html"
18619   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
18620   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
18621   filter: "'NIC_Intel-X710' and
18622            '64B' and
18623            ('BASE' or 'SCALE') and
18624            'NDRPDR' and
18625            '1T1C' and
18626            ('L2BDMACSTAT' or 'L2BDMACLRN') and
18627            not 'VHOST' and
18628            not 'NF_DENSITY' and
18629            'MEMIF'"
18630   parameters:
18631   - "latency"
18632   - "parent"
18633   - "tags"
18634   sort:
18635   - "1VNF"
18636   - "2VNF"
18637   - "4VNF"
18638   - "2VNF"
18639   - "4VNF"
18640   layout:
18641     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
18642     layout: "plot-latency"
18643
18644 - type: "plot"
18645   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
18646   algorithm: "plot_latency_error_bars"
18647   output-file-type: ".html"
18648   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
18649   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
18650   filter: "'NIC_Intel-X710' and
18651            '64B' and
18652            ('BASE' or 'SCALE') and
18653            'NDRPDR' and
18654            '2T2C' and
18655            ('L2BDMACSTAT' or 'L2BDMACLRN') and
18656            not 'VHOST' and
18657            not 'NF_DENSITY' and
18658            'MEMIF'"
18659   parameters:
18660   - "latency"
18661   - "parent"
18662   - "tags"
18663   sort:
18664   - "1VNF"
18665   - "2VNF"
18666   - "4VNF"
18667   - "2VNF"
18668   - "4VNF"
18669   layout:
18670     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
18671     layout: "plot-latency"
18672
18673 ################################################################################
18674
18675 # Packet Latency - VPP IPv4 3n-hsw-x520 base and scale
18676 - type: "plot"
18677   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18678   algorithm: "plot_latency_error_bars"
18679   output-file-type: ".html"
18680   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18681   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18682   filter: "'NIC_Intel-X520-DA2' and
18683            '64B' and
18684            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18685            'NDRPDR' and
18686            '1T1C' and
18687            'IP4FWD' and
18688            not 'IPSEC' and
18689            not 'DOT1Q' and
18690            not 'VHOST'"
18691   parameters:
18692   - "latency"
18693   - "parent"
18694   - "tags"
18695   sort:
18696   - "DOT1Q"
18697   - "IP4BASE"
18698   - "FIB_20K"
18699   - "FIB_200K"
18700   - "FIB_2M"
18701   layout:
18702     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
18703     layout: "plot-latency"
18704
18705 - type: "plot"
18706   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
18707   algorithm: "plot_latency_error_bars"
18708   output-file-type: ".html"
18709   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
18710   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18711   filter: "'NIC_Intel-X520-DA2' and
18712            '64B' and
18713            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18714            'NDRPDR' and
18715            '2T2C' and
18716            'IP4FWD' and
18717            not 'IPSEC' and
18718            not 'DOT1Q' and
18719            not 'VHOST'"
18720   parameters:
18721   - "latency"
18722   - "parent"
18723   - "tags"
18724   sort:
18725   - "DOT1Q"
18726   - "IP4BASE"
18727   - "FIB_20K"
18728   - "FIB_200K"
18729   - "FIB_2M"
18730   layout:
18731     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
18732     layout: "plot-latency"
18733
18734 # Packet Latency - VPP IPv4 3n-hsw-x520 features
18735 - type: "plot"
18736   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
18737   algorithm: "plot_latency_error_bars"
18738   output-file-type: ".html"
18739   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
18740   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18741   filter: "'NIC_Intel-X520-DA2' and
18742            '64B' and
18743            ('IP4BASE' or
18744             'POLICE_MARK' or
18745             'COPWHLIST' or
18746             ('NAT44' and 'BASE') or
18747             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
18748            'NDRPDR' and
18749            '1T1C' and
18750            'IP4FWD' and
18751            not 'IPSEC' and
18752            not 'VHOST'"
18753   parameters:
18754   - "latency"
18755   - "parent"
18756   - "tags"
18757   sort:
18758   - "DOT1Q"
18759   - "IP4BASE"
18760   - "NAT44"
18761   - "POLICE_MARK"
18762   - "COPWHLIST"
18763   - "IACL"
18764   - "OACL"
18765   layout:
18766     title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
18767     layout: "plot-latency"
18768
18769 - type: "plot"
18770   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
18771   algorithm: "plot_latency_error_bars"
18772   output-file-type: ".html"
18773   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
18774   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18775   filter: "'NIC_Intel-X520-DA2' and
18776            '64B' and
18777            ('IP4BASE' or
18778             'POLICE_MARK' or
18779             'COPWHLIST' or
18780             ('NAT44' and 'BASE') or
18781             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
18782            'NDRPDR' and
18783            '2T2C' and
18784            'IP4FWD' and
18785            not 'IPSEC' and
18786            not 'VHOST'"
18787   parameters:
18788   - "latency"
18789   - "parent"
18790   - "tags"
18791   sort:
18792   - "DOT1Q"
18793   - "IP4BASE"
18794   - "NAT44"
18795   - "POLICE_MARK"
18796   - "COPWHLIST"
18797   - "IACL"
18798   - "OACL"
18799   layout:
18800     title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
18801     layout: "plot-latency"
18802
18803 # Packet Latency - VPP IPv4 3n-hsw-x520 features nat44
18804 - type: "plot"
18805   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
18806   algorithm: "plot_latency_error_bars"
18807   output-file-type: ".html"
18808   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
18809   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18810   filter: "'NIC_Intel-X520-DA2' and
18811            '64B' and
18812            'NDRPDR' and
18813            '1T1C' and
18814            'IP4FWD' and
18815            ('NAT44' or 'IP4BASE') and
18816            not 'DOT1Q' and
18817            not 'IPSEC' and
18818            not 'VHOST'"
18819   parameters:
18820   - "latency"
18821   - "parent"
18822   - "tags"
18823   sort:
18824   - "IP4BASE"
18825   - "BASE"
18826   - "SRC_USER_10"
18827   - "SRC_USER_100"
18828   - "SRC_USER_1000"
18829   - "SRC_USER_2000"
18830   layout:
18831     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
18832     layout: "plot-latency"
18833
18834 - type: "plot"
18835   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat"
18836   algorithm: "plot_latency_error_bars"
18837   output-file-type: ".html"
18838   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat"
18839   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18840   filter: "'NIC_Intel-X520-DA2' and
18841            '64B' and
18842            'NDRPDR' and
18843            '2T2C' and
18844            'IP4FWD' and
18845            ('NAT44' or 'IP4BASE') and
18846            not 'DOT1Q' and
18847            not 'IPSEC' and
18848            not 'VHOST'"
18849   parameters:
18850   - "latency"
18851   - "parent"
18852   - "tags"
18853   sort:
18854   - "IP4BASE"
18855   - "BASE"
18856   - "SRC_USER_10"
18857   - "SRC_USER_100"
18858   - "SRC_USER_1000"
18859   - "SRC_USER_2000"
18860   layout:
18861     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
18862     layout: "plot-latency"
18863
18864 # Packet Latency - VPP IPv4 3n-hsw-x520 features iacl
18865 - type: "plot"
18866   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
18867   algorithm: "plot_latency_error_bars"
18868   output-file-type: ".html"
18869   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
18870   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18871   filter: "'NIC_Intel-X520-DA2' and
18872            '64B' and
18873            'NDRPDR' and
18874            '1T1C' and
18875            'IP4FWD' and
18876            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
18877            not 'IPSEC' and
18878            not 'DOT1Q' and
18879            not 'VHOST'"
18880   parameters:
18881   - "latency"
18882   - "parent"
18883   - "tags"
18884   sort:
18885   - "IP4BASE"
18886   - "ACL_STATELESS"
18887   - "ACL_STATEFUL"
18888   - "ACL_STATELESS"
18889   - "ACL_STATEFUL"
18890   layout:
18891     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
18892     layout: "plot-latency"
18893
18894 - type: "plot"
18895   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
18896   algorithm: "plot_latency_error_bars"
18897   output-file-type: ".html"
18898   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
18899   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18900   filter: "'NIC_Intel-X520-DA2' and
18901            '64B' and
18902            'NDRPDR' and
18903            '2T2C' and
18904            'IP4FWD' and
18905            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
18906            not 'IPSEC' and
18907            not 'DOT1Q' and
18908            not 'VHOST'"
18909   parameters:
18910   - "latency"
18911   - "parent"
18912   - "tags"
18913   sort:
18914   - "IP4BASE"
18915   - "ACL_STATELESS"
18916   - "ACL_STATEFUL"
18917   - "ACL_STATELESS"
18918   - "ACL_STATEFUL"
18919   layout:
18920     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
18921     layout: "plot-latency"
18922
18923 # Packet Latency - VPP IPv4 3n-hsw-x520 features oacl
18924 - type: "plot"
18925   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
18926   algorithm: "plot_latency_error_bars"
18927   output-file-type: ".html"
18928   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
18929   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18930   filter: "'NIC_Intel-X520-DA2' and
18931            '64B' and
18932            'NDRPDR' and
18933            '1T1C' and
18934            'IP4FWD' and
18935            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
18936            not 'IPSEC' and
18937            not 'DOT1Q' and
18938            not 'VHOST'"
18939   parameters:
18940   - "latency"
18941   - "parent"
18942   - "tags"
18943   sort:
18944   - "IP4BASE"
18945   - "ACL_STATELESS"
18946   - "ACL_STATEFUL"
18947   - "ACL_STATELESS"
18948   - "ACL_STATEFUL"
18949   layout:
18950     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
18951     layout: "plot-latency"
18952
18953 - type: "plot"
18954   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
18955   algorithm: "plot_latency_error_bars"
18956   output-file-type: ".html"
18957   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
18958   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18959   filter: "'NIC_Intel-X520-DA2' and
18960            '64B' and
18961            'NDRPDR' and
18962            '2T2C' and
18963            'IP4FWD' and
18964            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
18965            not 'IPSEC' and
18966            not 'DOT1Q' and
18967            not 'VHOST'"
18968   parameters:
18969   - "latency"
18970   - "parent"
18971   - "tags"
18972   sort:
18973   - "IP4BASE"
18974   - "ACL_STATELESS"
18975   - "ACL_STATEFUL"
18976   - "ACL_STATELESS"
18977   - "ACL_STATEFUL"
18978   layout:
18979     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
18980     layout: "plot-latency"
18981
18982 # Packet Latency - VPP IPv4 3n-hsw-x710 base and scale
18983 - type: "plot"
18984   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
18985   algorithm: "plot_latency_error_bars"
18986   output-file-type: ".html"
18987   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
18988   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18989   filter: "'NIC_Intel-X710' and
18990            '64B' and
18991            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18992            'NDRPDR' and
18993            '1T1C' and
18994            'IP4FWD' and
18995            not 'IPSEC' and
18996            not 'DOT1Q' and
18997            not 'VHOST'"
18998   parameters:
18999   - "latency"
19000   - "parent"
19001   - "tags"
19002   sort:
19003   - "IP4BASE"
19004   - "FIB_20K"
19005   - "FIB_200K"
19006   - "FIB_2M"
19007   layout:
19008     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
19009     layout: "plot-latency"
19010
19011 - type: "plot"
19012   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19013   algorithm: "plot_latency_error_bars"
19014   output-file-type: ".html"
19015   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19016   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19017   filter: "'NIC_Intel-X710' and
19018            '64B' and
19019            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19020            'NDRPDR' and
19021            '2T2C' and
19022            'IP4FWD' and
19023            not 'IPSEC' and
19024            not 'DOT1Q' and
19025            not 'VHOST'"
19026   parameters:
19027   - "latency"
19028   - "parent"
19029   - "tags"
19030   sort:
19031   - "IP4BASE"
19032   - "FIB_20K"
19033   - "FIB_200K"
19034   - "FIB_2M"
19035   layout:
19036     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
19037     layout: "plot-latency"
19038
19039 # Packet Latency - VPP IPv4 3n-hsw-x710 features
19040 - type: "plot"
19041   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
19042   algorithm: "plot_latency_error_bars"
19043   output-file-type: ".html"
19044   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
19045   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19046   filter: "'NIC_Intel-X710' and
19047            '64B' and
19048            ('IP4BASE' or
19049             'POLICE_MARK' or
19050             'COPWHLIST' or
19051             ('NAT44' and 'BASE') or
19052             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
19053            'NDRPDR' and
19054            '1T1C' and
19055            'IP4FWD' and
19056            not 'IPSEC' and
19057            not 'VHOST'"
19058   parameters:
19059   - "latency"
19060   - "parent"
19061   - "tags"
19062   sort:
19063   - "DOT1Q"
19064   - "IP4BASE"
19065   - "NAT44"
19066   - "POLICE_MARK"
19067   - "COPWHLIST"
19068   - "IACL"
19069   - "OACL"
19070   layout:
19071     title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
19072     layout: "plot-latency"
19073
19074 - type: "plot"
19075   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
19076   algorithm: "plot_latency_error_bars"
19077   output-file-type: ".html"
19078   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
19079   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19080   filter: "'NIC_Intel-X710' and
19081            '64B' and
19082            ('IP4BASE' or
19083             'POLICE_MARK' or
19084             'COPWHLIST' or
19085             ('NAT44' and 'BASE') or
19086             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
19087            'NDRPDR' and
19088            '2T2C' and
19089            'IP4FWD' and
19090            not 'IPSEC' and
19091            not 'VHOST'"
19092   parameters:
19093   - "latency"
19094   - "parent"
19095   - "tags"
19096   sort:
19097   - "DOT1Q"
19098   - "IP4BASE"
19099   - "NAT44"
19100   - "POLICE_MARK"
19101   - "COPWHLIST"
19102   - "IACL"
19103   - "OACL"
19104   layout:
19105     title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
19106     layout: "plot-latency"
19107
19108 # Packet Latency - VPP IPv4 3n-hsw-x710 features nat44
19109 - type: "plot"
19110   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
19111   algorithm: "plot_latency_error_bars"
19112   output-file-type: ".html"
19113   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
19114   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19115   filter: "'NIC_Intel-X710' and
19116            '64B' and
19117            'NDRPDR' and
19118            '1T1C' and
19119            'IP4FWD' and
19120            ('NAT44' or 'IP4BASE') and
19121            not 'IPSEC' and
19122            not 'VHOST'"
19123   parameters:
19124   - "latency"
19125   - "parent"
19126   - "tags"
19127   sort:
19128   - "IP4BASE"
19129   - "BASE"
19130   - "SRC_USER_10"
19131   - "SRC_USER_100"
19132   - "SRC_USER_1000"
19133   - "SRC_USER_2000"
19134   layout:
19135     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
19136     layout: "plot-latency"
19137
19138 - type: "plot"
19139   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat"
19140   algorithm: "plot_latency_error_bars"
19141   output-file-type: ".html"
19142   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat"
19143   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19144   filter: "'NIC_Intel-X710' and
19145            '64B' and
19146            'NDRPDR' and
19147            '2T2C' and
19148            'IP4FWD' and
19149            ('NAT44' or 'IP4BASE') and
19150            not 'IPSEC' and
19151            not 'VHOST'"
19152   parameters:
19153   - "latency"
19154   - "parent"
19155   - "tags"
19156   sort:
19157   - "IP4BASE"
19158   - "BASE"
19159   - "SRC_USER_10"
19160   - "SRC_USER_100"
19161   - "SRC_USER_1000"
19162   - "SRC_USER_2000"
19163   layout:
19164     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
19165     layout: "plot-latency"
19166
19167 # Packet Latency - VPP IPv4 3n-hsw-x710 features iacl
19168 - type: "plot"
19169   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
19170   algorithm: "plot_latency_error_bars"
19171   output-file-type: ".html"
19172   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
19173   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19174   filter: "'NIC_Intel-X710' and
19175            '64B' and
19176            'NDRPDR' and
19177            '1T1C' and
19178            'IP4FWD' and
19179            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
19180            not 'IPSEC' and
19181            not 'VHOST'"
19182   parameters:
19183   - "latency"
19184   - "parent"
19185   - "tags"
19186   sort:
19187   - "IP4BASE"
19188   - "ACL_STATELESS"
19189   - "ACL_STATEFUL"
19190   - "ACL_STATELESS"
19191   - "ACL_STATEFUL"
19192   layout:
19193     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
19194     layout: "plot-latency"
19195
19196 - type: "plot"
19197   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
19198   algorithm: "plot_latency_error_bars"
19199   output-file-type: ".html"
19200   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
19201   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19202   filter: "'NIC_Intel-X710' and
19203            '64B' and
19204            'NDRPDR' and
19205            '2T2C' and
19206            'IP4FWD' and
19207            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
19208            not 'IPSEC' and
19209            not 'VHOST'"
19210   parameters:
19211   - "latency"
19212   - "parent"
19213   - "tags"
19214   sort:
19215   - "IP4BASE"
19216   - "ACL_STATELESS"
19217   - "ACL_STATEFUL"
19218   - "ACL_STATELESS"
19219   - "ACL_STATEFUL"
19220   layout:
19221     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
19222     layout: "plot-latency"
19223
19224 # Packet Latency - VPP IPv4 3n-hsw-xl710 base and scale
19225 - type: "plot"
19226   title: "VPP Latency: ip4-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
19227   algorithm: "plot_latency_error_bars"
19228   output-file-type: ".html"
19229   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
19230   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19231   filter: "'NIC_Intel-XL710' and
19232            '64B' and
19233            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19234            'NDRPDR' and
19235            '1T1C' and
19236            'IP4FWD' and
19237            not 'IPSEC' and
19238            not 'VHOST'"
19239   parameters:
19240   - "latency"
19241   - "parent"
19242   - "tags"
19243   sort:
19244   - "IP4BASE"
19245   - "FIB_20K"
19246   - "FIB_200K"
19247   - "FIB_2M"
19248   layout:
19249     title: "ip4-3n-hsw-xl710-64b-1t1c-base-ndr"
19250     layout: "plot-latency"
19251
19252 - type: "plot"
19253   title: "VPP Latency: ip4-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
19254   algorithm: "plot_latency_error_bars"
19255   output-file-type: ".html"
19256   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
19257   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19258   filter: "'NIC_Intel-XL710' and
19259            '64B' and
19260            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19261            'NDRPDR' and
19262            '2T2C' and
19263            'IP4FWD' and
19264            not 'IPSEC' and
19265            not 'VHOST'"
19266   parameters:
19267   - "latency"
19268   - "parent"
19269   - "tags"
19270   sort:
19271   - "IP4BASE"
19272   - "FIB_20K"
19273   - "FIB_200K"
19274   - "FIB_2M"
19275   layout:
19276     title: "ip4-3n-hsw-xl710-64b-2t2c-base-ndr"
19277     layout: "plot-latency"
19278
19279 # Packet Latency - VPP IPv4 3n-skx-x710 base and scale
19280 - type: "plot"
19281   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19282   algorithm: "plot_latency_error_bars"
19283   output-file-type: ".html"
19284   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19285   data: "plot-vpp-throughput-lat-tsa-3n-skx"
19286   filter: "'NIC_Intel-X710' and
19287            '64B' and
19288            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19289            'NDRPDR' and
19290            '2T1C' and
19291            'IP4FWD' and
19292            not 'IPSEC' and
19293            not 'DOT1Q' and
19294            not 'VHOST'"
19295   parameters:
19296   - "latency"
19297   - "parent"
19298   - "tags"
19299   sort:
19300   - "IP4BASE"
19301   - "FIB_20K"
19302   - "FIB_200K"
19303   - "FIB_2M"
19304   layout:
19305     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
19306     layout: "plot-latency"
19307
19308 - type: "plot"
19309   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19310   algorithm: "plot_latency_error_bars"
19311   output-file-type: ".html"
19312   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19313   data: "plot-vpp-throughput-lat-tsa-3n-skx"
19314   filter: "'NIC_Intel-X710' and
19315            '64B' and
19316            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19317            'NDRPDR' and
19318            '4T2C' and
19319            'IP4FWD' and
19320            not 'IPSEC' and
19321            not 'DOT1Q' and
19322            not 'VHOST'"
19323   parameters:
19324   - "latency"
19325   - "parent"
19326   - "tags"
19327   sort:
19328   - "IP4BASE"
19329   - "FIB_20K"
19330   - "FIB_200K"
19331   - "FIB_2M"
19332   layout:
19333     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
19334     layout: "plot-latency"
19335
19336 # Packet Latency - VPP IPv4 3n-skx-x710 features oacl
19337 - type: "plot"
19338   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
19339   algorithm: "plot_latency_error_bars"
19340   output-file-type: ".html"
19341   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
19342   data: "plot-vpp-throughput-lat-tsa-3n-skx"
19343   filter: "'NIC_Intel-X710' and
19344            '64B' and
19345            ('IP4BASE' or
19346             'POLICE_MARK' or
19347             'COPWHLIST' or
19348             ('NAT44' and 'BASE') or
19349             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
19350            'NDRPDR' and
19351            '2T1C' and
19352            'IP4FWD' and
19353            not 'IPSEC' and
19354            not 'VHOST'"
19355   parameters:
19356   - "latency"
19357   - "parent"
19358   - "tags"
19359   sort:
19360   - "DOT1Q"
19361   - "IP4BASE"
19362   - "NAT44"
19363   - "POLICE_MARK"
19364   - "COPWHLIST"
19365   - "IACL"
19366   - "OACL"
19367   layout:
19368     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
19369     layout: "plot-latency"
19370
19371 - type: "plot"
19372   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
19373   algorithm: "plot_latency_error_bars"
19374   output-file-type: ".html"
19375   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
19376   data: "plot-vpp-throughput-lat-tsa-3n-skx"
19377   filter: "'NIC_Intel-X710' and
19378            '64B' and
19379            ('IP4BASE' or
19380             'POLICE_MARK' or
19381             'COPWHLIST' or
19382             ('NAT44' and 'BASE') or
19383             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
19384            'NDRPDR' and
19385            '4T2C' and
19386            'IP4FWD' and
19387            not 'IPSEC' and
19388            not 'VHOST'"
19389   parameters:
19390   - "latency"
19391   - "parent"
19392   - "tags"
19393   sort:
19394   - "DOT1Q"
19395   - "IP4BASE"
19396   - "NAT44"
19397   - "POLICE_MARK"
19398   - "COPWHLIST"
19399   - "IACL"
19400   - "OACL"
19401   layout:
19402     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
19403     layout: "plot-latency"
19404
19405 # Packet Latency - VPP IPv4 3n-skx-x710 features nat44
19406 - type: "plot"
19407   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
19408   algorithm: "plot_latency_error_bars"
19409   output-file-type: ".html"
19410   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
19411   data: "plot-vpp-throughput-lat-tsa-3n-skx"
19412   filter: "'NIC_Intel-X710' and
19413            '64B' and
19414            'NDRPDR' and
19415            '2T1C' and
19416            'IP4FWD' and
19417            ('NAT44' or 'IP4BASE') and
19418            not 'IPSEC' and
19419            not 'VHOST'"
19420   parameters:
19421   - "latency"
19422   - "parent"
19423   - "tags"
19424   sort:
19425   - "IP4BASE"
19426   - "BASE"
19427   - "SRC_USER_10"
19428   - "SRC_USER_100"
19429   - "SRC_USER_1000"
19430   - "SRC_USER_2000"
19431   layout:
19432     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
19433     layout: "plot-latency"
19434
19435 - type: "plot"
19436   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat"
19437   algorithm: "plot_latency_error_bars"
19438   output-file-type: ".html"
19439   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat"
19440   data: "plot-vpp-throughput-lat-tsa-3n-skx"
19441   filter: "'NIC_Intel-X710' and
19442            '64B' and
19443            'NDRPDR' and
19444            '4T2C' and
19445            'IP4FWD' and
19446            ('NAT44' or 'IP4BASE') and
19447            not 'IPSEC' and
19448            not 'VHOST'"
19449   parameters:
19450   - "latency"
19451   - "parent"
19452   - "tags"
19453   sort:
19454   - "IP4BASE"
19455   - "BASE"
19456   - "SRC_USER_10"
19457   - "SRC_USER_100"
19458   - "SRC_USER_1000"
19459   - "SRC_USER_2000"
19460   layout:
19461     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
19462     layout: "plot-latency"
19463
19464 # Packet Latency - VPP IPv4 3n-skx-x710 features iacl
19465 - type: "plot"
19466   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
19467   algorithm: "plot_latency_error_bars"
19468   output-file-type: ".html"
19469   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
19470   data: "plot-vpp-throughput-lat-tsa-3n-skx"
19471   filter: "'NIC_Intel-X710' and
19472            '64B' and
19473            'NDRPDR' and
19474            '2T1C' and
19475            'IP4FWD' and
19476            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
19477            not 'IPSEC' and
19478            not 'VHOST'"
19479   parameters:
19480   - "latency"
19481   - "parent"
19482   - "tags"
19483   sort:
19484   - "IP4BASE"
19485   - "ACL_STATELESS"
19486   - "ACL_STATEFUL"
19487   - "ACL_STATELESS"
19488   - "ACL_STATEFUL"
19489   layout:
19490     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
19491     layout: "plot-latency"
19492
19493 - type: "plot"
19494   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
19495   algorithm: "plot_latency_error_bars"
19496   output-file-type: ".html"
19497   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
19498   data: "plot-vpp-throughput-lat-tsa-3n-skx"
19499   filter: "'NIC_Intel-X710' and
19500            '64B' and
19501            'NDRPDR' and
19502            '4T2C' and
19503            'IP4FWD' and
19504            'IACL' and
19505            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
19506            not 'IPSEC' and
19507            not 'VHOST'"
19508   parameters:
19509   - "latency"
19510   - "parent"
19511   - "tags"
19512   sort:
19513   - "IP4BASE"
19514   - "ACL_STATELESS"
19515   - "ACL_STATEFUL"
19516   - "ACL_STATELESS"
19517   - "ACL_STATEFUL"
19518   layout:
19519     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
19520     layout: "plot-latency"
19521
19522 # Packet Latency - VPP IPv4 2n-skx-x710 base and scale
19523 - type: "plot"
19524   title: "VPP Latency: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19525   algorithm: "plot_latency_error_bars"
19526   output-file-type: ".html"
19527   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19528   data: "plot-vpp-throughput-lat-tsa-2n-skx"
19529   filter: "'NIC_Intel-X710' and
19530            '64B' and
19531            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19532            'NDRPDR' and
19533            '2T1C' and
19534            'IP4FWD' and
19535            not 'IPSEC' and
19536            not 'DOT1Q' and
19537            not 'VHOST'"
19538   parameters:
19539   - "latency"
19540   - "parent"
19541   - "tags"
19542   sort:
19543   - "IP4BASE"
19544   - "FIB_20K"
19545   - "FIB_200K"
19546   - "FIB_2M"
19547   layout:
19548     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
19549     layout: "plot-latency"
19550
19551 - type: "plot"
19552   title: "VPP Latency: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19553   algorithm: "plot_latency_error_bars"
19554   output-file-type: ".html"
19555   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19556   data: "plot-vpp-throughput-lat-tsa-2n-skx"
19557   filter: "'NIC_Intel-X710' and
19558            '64B' and
19559            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19560            'NDRPDR' and
19561            '4T2C' and
19562            'IP4FWD' and
19563            not 'IPSEC' and
19564            not 'DOT1Q' and
19565            not 'VHOST'"
19566   parameters:
19567   - "latency"
19568   - "parent"
19569   - "tags"
19570   sort:
19571   - "IP4BASE"
19572   - "FIB_20K"
19573   - "FIB_200K"
19574   - "FIB_2M"
19575   layout:
19576     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
19577     layout: "plot-latency"
19578
19579 # Packet Latency - VPP IPv4 2n-skx-x710 base and scale
19580 - type: "plot"
19581   title: "VPP Latency: ip4-2n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
19582   algorithm: "plot_latency_error_bars"
19583   output-file-type: ".html"
19584   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
19585   data: "plot-vpp-throughput-lat-tsa-2n-skx"
19586   filter: "'NIC_Intel-X710' and
19587            '64B' and
19588            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
19589            'NDRPDR' and
19590            '2T1C' and
19591            'IP4FWD' and
19592            not 'IPSEC' and
19593            not 'DOT1Q' and
19594            not 'VHOST'"
19595   parameters:
19596   - "latency"
19597   - "parent"
19598   - "tags"
19599   sort:
19600   - "IP4BASE"
19601   - "ACL_STATELESS"
19602   - "ACL_STATEFUL"
19603   - "ACL_STATELESS"
19604   - "ACL_STATEFUL"
19605   layout:
19606     title: "ip4-2n-skx-x710-64b-2t1c-features-iacl-ndr"
19607     layout: "plot-latency"
19608
19609 - type: "plot"
19610   title: "VPP Latency: ip4-2n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
19611   algorithm: "plot_latency_error_bars"
19612   output-file-type: ".html"
19613   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
19614   data: "plot-vpp-throughput-lat-tsa-2n-skx"
19615   filter: "'NIC_Intel-X710' and
19616            '64B' and
19617            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
19618            'NDRPDR' and
19619            '4T2C' and
19620            'IP4FWD' and
19621            not 'IPSEC' and
19622            not 'DOT1Q' and
19623            not 'VHOST'"
19624   parameters:
19625   - "latency"
19626   - "parent"
19627   - "tags"
19628   sort:
19629   - "IP4BASE"
19630   - "ACL_STATELESS"
19631   - "ACL_STATEFUL"
19632   - "ACL_STATELESS"
19633   - "ACL_STATEFUL"
19634   layout:
19635     title: "ip4-2n-skx-x710-64b-4t2c-features-iacl-ndr"
19636     layout: "plot-latency"
19637
19638 # Packet Latency - VPP IPv4 2n-skx-xxv710 base and scale
19639 - type: "plot"
19640   title: "VPP Latency: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19641   algorithm: "plot_latency_error_bars"
19642   output-file-type: ".html"
19643   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19644   data: "plot-vpp-throughput-lat-tsa-2n-skx"
19645   filter: "'NIC_Intel-XXV710' and
19646            '64B' and
19647            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19648            'NDRPDR' and
19649            '2T1C' and
19650            'IP4FWD' and
19651            not 'IPSEC' and
19652            not 'DOT1Q' and
19653            not 'VHOST'"
19654   parameters:
19655   - "latency"
19656   - "parent"
19657   - "tags"
19658   sort:
19659   - "IP4BASE"
19660   - "FIB_20K"
19661   - "FIB_200K"
19662   - "FIB_2M"
19663   layout:
19664     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
19665     layout: "plot-latency"
19666
19667 - type: "plot"
19668   title: "VPP Latency: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19669   algorithm: "plot_latency_error_bars"
19670   output-file-type: ".html"
19671   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19672   data: "plot-vpp-throughput-lat-tsa-2n-skx"
19673   filter: "'NIC_Intel-XXV710' and
19674            '64B' and
19675            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19676            'NDRPDR' and
19677            '4T2C' and
19678            'IP4FWD' and
19679            not 'IPSEC' and
19680            not 'DOT1Q' and
19681            not 'VHOST'"
19682   parameters:
19683   - "latency"
19684   - "parent"
19685   - "tags"
19686   sort:
19687   - "IP4BASE"
19688   - "FIB_20K"
19689   - "FIB_200K"
19690   - "FIB_2M"
19691   layout:
19692     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
19693     layout: "plot-latency"
19694
19695 ################################################################################
19696
19697 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520 - features
19698 - type: "plot"
19699   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
19700   algorithm: "plot_latency_error_bars"
19701   output-file-type: ".html"
19702   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
19703   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19704   filter: "'NIC_Intel-X520-DA2' and
19705            '64B' and
19706            'ENCAP' and
19707            'NDRPDR' and
19708            '1T1C' and
19709            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
19710            not 'DOT1Q' and
19711            not 'VHOST' and
19712            not 'IPSECHW'"
19713   parameters:
19714   - "latency"
19715   - "parent"
19716   - "tags"
19717   sort:
19718   - "IP4BASE"
19719   - "L2BDMACLRN"
19720   - "L2XCFWD"
19721   - "LISP"
19722   layout:
19723     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
19724     layout: "plot-latency"
19725
19726 - type: "plot"
19727   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
19728   algorithm: "plot_latency_error_bars"
19729   output-file-type: ".html"
19730   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
19731   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19732   filter: "'NIC_Intel-X520-DA2' and
19733            '64B' and
19734            'ENCAP' and
19735            'NDRPDR' and
19736            '2T2C' and
19737            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
19738            not 'DOT1Q' and
19739            not 'VHOST' and
19740            not 'IPSECHW'"
19741   parameters:
19742   - "latency"
19743   - "parent"
19744   - "tags"
19745   sort:
19746   - "IP4BASE"
19747   - "L2BDMACLRN"
19748   - "L2XCFWD"
19749   - "LISP"
19750   layout:
19751     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
19752     layout: "plot-latency"
19753
19754 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710
19755 - type: "plot"
19756   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19757   algorithm: "plot_latency_error_bars"
19758   output-file-type: ".html"
19759   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19760   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19761   filter: "'NIC_Intel-X710' and
19762            '64B' and
19763            'ENCAP' and
19764            'NDRPDR' and
19765            '1T1C' and
19766            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
19767            not 'VHOST' and
19768            not 'IPSECHW'"
19769   parameters:
19770   - "latency"
19771   - "parent"
19772   - "tags"
19773   sort:
19774   - "IP4BASE"
19775   - "LISP"
19776   - "VXLAN_1"
19777   - "VXLAN_10"
19778   - "VXLAN_100"
19779   - "VXLAN_1000"
19780   layout:
19781     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
19782     layout: "plot-latency"
19783
19784 - type: "plot"
19785   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19786   algorithm: "plot_latency_error_bars"
19787   output-file-type: ".html"
19788   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19789   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19790   filter: "'NIC_Intel-X710' and
19791            '64B' and
19792            'ENCAP' and
19793            'NDRPDR' and
19794            '2T2C' and
19795            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
19796            not 'VHOST' and
19797            not 'IPSECHW'"
19798   parameters:
19799   - "latency"
19800   - "parent"
19801   - "tags"
19802   sort:
19803   - "IP4BASE"
19804   - "LISP"
19805   - "VXLAN_1"
19806   - "VXLAN_10"
19807   - "VXLAN_100"
19808   - "VXLAN_1000"
19809   layout:
19810     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
19811     layout: "plot-latency"
19812
19813 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710 - features
19814 - type: "plot"
19815   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
19816   algorithm: "plot_latency_error_bars"
19817   output-file-type: ".html"
19818   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
19819   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19820   filter: "'NIC_Intel-X710' and
19821            '64B' and
19822            'ENCAP' and
19823            'NDRPDR' and
19824            '1T1C' and
19825            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
19826            not 'DOT1Q' and
19827            not 'VHOST' and
19828            not 'IPSECHW'"
19829   parameters:
19830   - "latency"
19831   - "parent"
19832   - "tags"
19833   sort:
19834   - "IP4BASE"
19835   - "L2BDMACLRN"
19836   - "L2XCFWD"
19837   - "LISP"
19838   layout:
19839     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
19840     layout: "plot-latency"
19841
19842 - type: "plot"
19843   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
19844   algorithm: "plot_latency_error_bars"
19845   output-file-type: ".html"
19846   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
19847   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19848   filter: "'NIC_Intel-X710' and
19849            '64B' and
19850            'ENCAP' and
19851            'NDRPDR' and
19852            '2T2C' and
19853            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
19854            not 'DOT1Q' and
19855            not 'VHOST' and
19856            not 'IPSECHW'"
19857   parameters:
19858   - "latency"
19859   - "parent"
19860   - "tags"
19861   sort:
19862   - "IP4BASE"
19863   - "L2BDMACLRN"
19864   - "L2XCFWD"
19865   - "LISP"
19866   layout:
19867     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
19868     layout: "plot-latency"
19869
19870 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710
19871 - type: "plot"
19872   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19873   algorithm: "plot_latency_error_bars"
19874   output-file-type: ".html"
19875   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19876   data: "plot-vpp-throughput-lat-tsa-3n-skx"
19877   filter: "'NIC_Intel-X710' and
19878            '64B' and
19879            'ENCAP' and
19880            'NDRPDR' and
19881            '2T1C' and
19882            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
19883            not 'VHOST' and
19884            not 'IPSECHW'"
19885   parameters:
19886   - "latency"
19887   - "parent"
19888   - "tags"
19889   sort:
19890   - "IP4BASE"
19891   - "LISP"
19892   - "VXLAN_1"
19893   - "VXLAN_10"
19894   - "VXLAN_100"
19895   - "VXLAN_1000"
19896   layout:
19897     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
19898     layout: "plot-latency"
19899
19900 - type: "plot"
19901   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19902   algorithm: "plot_latency_error_bars"
19903   output-file-type: ".html"
19904   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19905   data: "plot-vpp-throughput-lat-tsa-3n-skx"
19906   filter: "'NIC_Intel-X710' and
19907            '64B' and
19908            'ENCAP' and
19909            'NDRPDR' and
19910            '4T2C' and
19911            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
19912            not 'VHOST' and
19913            not 'IPSECHW'"
19914   parameters:
19915   - "latency"
19916   - "parent"
19917   - "tags"
19918   sort:
19919   - "IP4BASE"
19920   - "LISP"
19921   - "VXLAN_1"
19922   - "VXLAN_10"
19923   - "VXLAN_100"
19924   - "VXLAN_1000"
19925   layout:
19926     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
19927     layout: "plot-latency"
19928
19929 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710 - features
19930 - type: "plot"
19931   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
19932   algorithm: "plot_latency_error_bars"
19933   output-file-type: ".html"
19934   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
19935   data: "plot-vpp-throughput-lat-tsa-3n-skx"
19936   filter: "'NIC_Intel-X710' and
19937            '64B' and
19938            'ENCAP' and
19939            'NDRPDR' and
19940            '2T1C' and
19941            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
19942            not 'DOT1Q' and
19943            not 'VHOST' and
19944            not 'IPSECHW'"
19945   parameters:
19946   - "latency"
19947   - "parent"
19948   - "tags"
19949   sort:
19950   - "IP4BASE"
19951   - "L2BDMACLRN"
19952   - "L2XCFWD"
19953   - "LISP"
19954   layout:
19955     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
19956     layout: "plot-latency"
19957
19958 - type: "plot"
19959   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
19960   algorithm: "plot_latency_error_bars"
19961   output-file-type: ".html"
19962   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
19963   data: "plot-vpp-throughput-lat-tsa-3n-skx"
19964   filter: "'NIC_Intel-X710' and
19965            '64B' and
19966            'ENCAP' and
19967            'NDRPDR' and
19968            '4T2C' and
19969            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
19970            not 'DOT1Q' and
19971            not 'VHOST' and
19972            not 'IPSECHW'"
19973   parameters:
19974   - "latency"
19975   - "parent"
19976   - "tags"
19977   sort:
19978   - "IP4BASE"
19979   - "L2BDMACLRN"
19980   - "L2XCFWD"
19981   - "LISP"
19982   layout:
19983     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
19984     layout: "plot-latency"
19985
19986 ################################################################################
19987
19988 # Packet Latency - VPP IPv6 3n-hsw-x520
19989 - type: "plot"
19990   title: "VPP Latency: ip6-3n-hsw-x520-78b-1t1c-base-ndr-lat"
19991   algorithm: "plot_latency_error_bars"
19992   output-file-type: ".html"
19993   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base-ndr-lat"
19994   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19995   filter: "'NIC_Intel-X520-DA2' and
19996            '78B' and
19997            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19998            'NDRPDR' and
19999            '1T1C' and
20000            'IP6FWD' and
20001            not 'SRv6' and
20002            not 'IPSEC' and
20003            not 'VHOST'"
20004   parameters:
20005   - "latency"
20006   - "parent"
20007   - "tags"
20008   sort:
20009   - "IP6BASE"
20010   - "FIB_20K"
20011   - "FIB_200K"
20012   - "FIB_2M"
20013   layout:
20014     title: "ip6-3n-hsw-x520-78b-1t1c-base-ndr"
20015     layout: "plot-latency"
20016
20017 - type: "plot"
20018   title: "VPP Latency: ip6-3n-hsw-x520-78b-2t2c-base-ndr-lat"
20019   algorithm: "plot_latency_error_bars"
20020   output-file-type: ".html"
20021   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base-ndr-lat"
20022   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20023   filter: "'NIC_Intel-X520-DA2' and
20024            '78B' and
20025            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20026            'NDRPDR' and
20027            '2T2C' and
20028            'IP6FWD' and
20029            not 'SRv6' and
20030            not 'IPSEC' and
20031            not 'VHOST'"
20032   parameters:
20033   - "latency"
20034   - "parent"
20035   - "tags"
20036   sort:
20037   - "IP6BASE"
20038   - "FIB_20K"
20039   - "FIB_200K"
20040   - "FIB_2M"
20041   layout:
20042     title: "ip6-3n-hsw-x520-78b-2t2c-base-ndr"
20043     layout: "plot-latency"
20044
20045 # Packet Latency - VPP IPv6 3n-hsw-x710
20046 - type: "plot"
20047   title: "VPP Latency: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
20048   algorithm: "plot_latency_error_bars"
20049   output-file-type: ".html"
20050   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
20051   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20052   filter: "'NIC_Intel-X710' and
20053            '78B' and
20054            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20055            'NDRPDR' and
20056            '1T1C' and
20057            'IP6FWD' and
20058            not 'SRv6' and
20059            not 'IPSEC' and
20060            not 'VHOST'"
20061   parameters:
20062   - "latency"
20063   - "parent"
20064   - "tags"
20065   sort:
20066   - "IP6BASE"
20067   - "FIB_20K"
20068   - "FIB_200K"
20069   - "FIB_2M"
20070   layout:
20071     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
20072     layout: "plot-latency"
20073
20074 - type: "plot"
20075   title: "VPP Latency: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
20076   algorithm: "plot_latency_error_bars"
20077   output-file-type: ".html"
20078   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
20079   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20080   filter: "'NIC_Intel-X710' and
20081            '78B' and
20082            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20083            'NDRPDR' and
20084            '2T2C' and
20085            'IP6FWD' and
20086            not 'SRv6' and
20087            not 'IPSEC' and
20088            not 'VHOST'"
20089   parameters:
20090   - "latency"
20091   - "parent"
20092   - "tags"
20093   sort:
20094   - "IP6BASE"
20095   - "FIB_20K"
20096   - "FIB_200K"
20097   - "FIB_2M"
20098   layout:
20099     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
20100     layout: "plot-latency"
20101
20102 # Packet Latency - VPP IPv6 3n-hsw-xl710
20103 - type: "plot"
20104   title: "VPP Latency: ip6-3n-hsw-xl710-78b-1t1c-base-ndr-lat"
20105   algorithm: "plot_latency_error_bars"
20106   output-file-type: ".html"
20107   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base-ndr-lat"
20108   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20109   filter: "'NIC_Intel-XL710' and
20110            '78B' and
20111            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20112            'NDRPDR' and
20113            '1T1C' and
20114            'IP6FWD' and
20115            not 'SRv6' and
20116            not 'IPSEC' and
20117            not 'VHOST'"
20118   parameters:
20119   - "latency"
20120   - "parent"
20121   - "tags"
20122   sort:
20123   - "IP6BASE"
20124   - "FIB_20K"
20125   - "FIB_200K"
20126   - "FIB_2M"
20127   layout:
20128     title: "ip6-3n-hsw-xl710-78b-1t1c-base-ndr"
20129     layout: "plot-latency"
20130
20131 - type: "plot"
20132   title: "VPP Latency: ip6-3n-hsw-xl710-78b-2t2c-base-ndr-lat"
20133   algorithm: "plot_latency_error_bars"
20134   output-file-type: ".html"
20135   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base-ndr-lat"
20136   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20137   filter: "'NIC_Intel-XL710' and
20138            '78B' and
20139            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20140            'NDRPDR' and
20141            '2T2C' and
20142            'IP6FWD' and
20143            not 'SRv6' and
20144            not 'IPSEC' and
20145            not 'VHOST'"
20146   parameters:
20147   - "latency"
20148   - "parent"
20149   - "tags"
20150   sort:
20151   - "IP6BASE"
20152   - "FIB_20K"
20153   - "FIB_200K"
20154   - "FIB_2M"
20155   layout:
20156     title: "ip6-3n-hsw-xl710-78b-2t2c-base-ndr"
20157     layout: "plot-latency"
20158
20159 # Packet Latency - VPP IPv6 3n-skx-x710
20160 - type: "plot"
20161   title: "VPP Latency: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
20162   algorithm: "plot_latency_error_bars"
20163   output-file-type: ".html"
20164   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
20165   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20166   filter: "'NIC_Intel-X710' and
20167            '78B' and
20168            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20169            'NDRPDR' and
20170            '2T1C' and
20171            'IP6FWD' and
20172            not 'SRv6' and
20173            not 'IPSEC' and
20174            not 'VHOST'"
20175   parameters:
20176   - "latency"
20177   - "parent"
20178   - "tags"
20179   sort:
20180   - "IP6BASE"
20181   - "FIB_20K"
20182   - "FIB_200K"
20183   - "FIB_2M"
20184   layout:
20185     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
20186     layout: "plot-latency"
20187
20188 - type: "plot"
20189   title: "VPP Latency: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
20190   algorithm: "plot_latency_error_bars"
20191   output-file-type: ".html"
20192   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
20193   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20194   filter: "'NIC_Intel-X710' and
20195            '78B' and
20196            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20197            'NDRPDR' and
20198            '4T2C' and
20199            'IP6FWD' and
20200            not 'SRv6' and
20201            not 'IPSEC' and
20202            not 'VHOST'"
20203   parameters:
20204   - "latency"
20205   - "parent"
20206   - "tags"
20207   sort:
20208   - "IP6BASE"
20209   - "FIB_20K"
20210   - "FIB_200K"
20211   - "FIB_2M"
20212   layout:
20213     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
20214     layout: "plot-latency"
20215
20216 # Packet Latency - VPP IPv6 3n-skx-xxv710
20217 - type: "plot"
20218   title: "VPP Latency: ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
20219   algorithm: "plot_latency_error_bars"
20220   output-file-type: ".html"
20221   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
20222   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20223   filter: "'NIC_Intel-XXV710' and
20224            '78B' and
20225            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20226            'NDRPDR' and
20227            '2T1C' and
20228            'IP6FWD' and
20229            not 'SRv6' and
20230            not 'IPSEC' and
20231            not 'VHOST'"
20232   parameters:
20233   - "latency"
20234   - "parent"
20235   - "tags"
20236   sort:
20237   - "IP6BASE"
20238   - "FIB_20K"
20239   - "FIB_200K"
20240   - "FIB_2M"
20241   layout:
20242     title: "ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
20243     layout: "plot-latency"
20244
20245 - type: "plot"
20246   title: "VPP Latency: ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
20247   algorithm: "plot_latency_error_bars"
20248   output-file-type: ".html"
20249   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
20250   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20251   filter: "'NIC_Intel-XXV710' and
20252            '78B' and
20253            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20254            'NDRPDR' and
20255            '4T2C' and
20256            'IP6FWD' and
20257            not 'SRv6' and
20258            not 'IPSEC' and
20259            not 'VHOST'"
20260   parameters:
20261   - "latency"
20262   - "parent"
20263   - "tags"
20264   sort:
20265   - "IP6BASE"
20266   - "FIB_20K"
20267   - "FIB_200K"
20268   - "FIB_2M"
20269   layout:
20270     title: "ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
20271     layout: "plot-latency"
20272
20273 # Packet Latency - VPP IPv6 2n-skx-x710
20274 - type: "plot"
20275   title: "VPP Latency: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
20276   algorithm: "plot_latency_error_bars"
20277   output-file-type: ".html"
20278   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
20279   data: "plot-vpp-throughput-lat-tsa-2n-skx"
20280   filter: "'NIC_Intel-X710' and
20281            '78B' and
20282            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20283            'NDRPDR' and
20284            '2T1C' and
20285            'IP6FWD' and
20286            not 'SRv6' and
20287            not 'IPSEC' and
20288            not 'VHOST'"
20289   parameters:
20290   - "latency"
20291   - "parent"
20292   - "tags"
20293   sort:
20294   - "IP6BASE"
20295   - "FIB_20K"
20296   - "FIB_200K"
20297   - "FIB_2M"
20298   layout:
20299     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
20300     layout: "plot-latency"
20301
20302 - type: "plot"
20303   title: "VPP Latency: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
20304   algorithm: "plot_latency_error_bars"
20305   output-file-type: ".html"
20306   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
20307   data: "plot-vpp-throughput-lat-tsa-2n-skx"
20308   filter: "'NIC_Intel-X710' and
20309            '78B' and
20310            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20311            'NDRPDR' and
20312            '4T2C' and
20313            'IP6FWD' and
20314            not 'SRv6' and
20315            not 'IPSEC' and
20316            not 'VHOST'"
20317   parameters:
20318   - "latency"
20319   - "parent"
20320   - "tags"
20321   sort:
20322   - "IP6BASE"
20323   - "FIB_20K"
20324   - "FIB_200K"
20325   - "FIB_2M"
20326   layout:
20327     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
20328     layout: "plot-latency"
20329
20330 # Packet Latency - VPP IPv6 2n-skx-xxv710
20331 - type: "plot"
20332   title: "VPP Latency: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
20333   algorithm: "plot_latency_error_bars"
20334   output-file-type: ".html"
20335   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
20336   data: "plot-vpp-throughput-lat-tsa-2n-skx"
20337   filter: "'NIC_Intel-XXV710' and
20338            '78B' and
20339            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20340            'NDRPDR' and
20341            '2T1C' and
20342            'IP6FWD' and
20343            not 'SRv6' and
20344            not 'IPSEC' and
20345            not 'VHOST'"
20346   parameters:
20347   - "latency"
20348   - "parent"
20349   - "tags"
20350   sort:
20351   - "IP6BASE"
20352   - "FIB_20K"
20353   - "FIB_200K"
20354   - "FIB_2M"
20355   layout:
20356     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
20357     layout: "plot-latency"
20358
20359 - type: "plot"
20360   title: "VPP Latency: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
20361   algorithm: "plot_latency_error_bars"
20362   output-file-type: ".html"
20363   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
20364   data: "plot-vpp-throughput-lat-tsa-2n-skx"
20365   filter: "'NIC_Intel-XXV710' and
20366            '78B' and
20367            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20368            'NDRPDR' and
20369            '4T2C' and
20370            'IP6FWD' and
20371            not 'SRv6' and
20372            not 'IPSEC' and
20373            not 'VHOST'"
20374   parameters:
20375   - "latency"
20376   - "parent"
20377   - "tags"
20378   sort:
20379   - "IP6BASE"
20380   - "FIB_20K"
20381   - "FIB_200K"
20382   - "FIB_2M"
20383   layout:
20384     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
20385     layout: "plot-latency"
20386
20387 ################################################################################
20388
20389 # Packet Latency - VPP IPv6 tunnels 3n-hsw-x520
20390 - type: "plot"
20391   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-1t1c-base-ndr-lat"
20392   algorithm: "plot_latency_error_bars"
20393   output-file-type: ".html"
20394   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base-ndr-lat"
20395   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20396   filter: "'NIC_Intel-X520-DA2' and
20397            '78B' and
20398            'ENCAP' and
20399            'NDRPDR' and
20400            '1T1C' and
20401            'LISP' and
20402            not 'VHOST'"
20403   parameters:
20404   - "latency"
20405   - "parent"
20406   - "tags"
20407   sort:
20408   - "IP4UNRLAY"
20409   - "IP6UNRLAY"
20410   layout:
20411     title: "ip6tun-3n-hsw-x520-78b-1t1c-base-ndr"
20412     layout: "plot-latency"
20413
20414 - type: "plot"
20415   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-2t2c-base-ndr-lat"
20416   algorithm: "plot_latency_error_bars"
20417   output-file-type: ".html"
20418   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base-ndr-lat"
20419   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20420   filter: "'NIC_Intel-X520-DA2' and
20421            '78B' and
20422            'ENCAP' and
20423            'NDRPDR' and
20424            '2T2C' and
20425            'LISP' and
20426            not 'VHOST'"
20427   parameters:
20428   - "latency"
20429   - "parent"
20430   - "tags"
20431   sort:
20432   - "IP4UNRLAY"
20433   - "IP6UNRLAY"
20434   layout:
20435     title: "ip6tun-3n-hsw-x520-78b-2t2c-base-ndr"
20436     layout: "plot-latency"
20437
20438 ################################################################################
20439
20440 # Packet Latency - VPP IPSec 3n-hsw-xl710 base
20441 - type: "plot"
20442   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
20443   algorithm: "plot_latency_error_bars"
20444   output-file-type: ".html"
20445   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
20446   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20447   filter: "'NIC_Intel-XL710' and
20448            '64B' and
20449            'IP4FWD' and
20450            'NDRPDR' and
20451            'BASE' and
20452            '1T1C' and
20453            'IPSECHW' and
20454            ('IPSECTRAN' or 'IPSECTUN') and
20455            not 'VHOST'"
20456   parameters:
20457   - "latency"
20458   - "parent"
20459   - "tags"
20460   layout:
20461     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
20462     layout: "plot-latency"
20463
20464 - type: "plot"
20465   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
20466   algorithm: "plot_latency_error_bars"
20467   output-file-type: ".html"
20468   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
20469   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20470   filter: "'NIC_Intel-XL710' and
20471            '64B' and
20472            'IP4FWD' and
20473            'NDRPDR' and
20474            'BASE' and
20475            '2T2C' and
20476            'IPSECHW' and
20477            ('IPSECTRAN' or 'IPSECTUN') and
20478            not 'VHOST'"
20479   parameters:
20480   - "latency"
20481   - "parent"
20482   - "tags"
20483   layout:
20484     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
20485     layout: "plot-latency"
20486
20487 # Packet Latency - VPP IPSec 3n-hsw-xl710 scale
20488 - type: "plot"
20489   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
20490   algorithm: "plot_latency_error_bars"
20491   output-file-type: ".html"
20492   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
20493   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20494   filter: "'NIC_Intel-XL710' and
20495            '64B' and
20496            'IP4FWD' and
20497            'NDRPDR' and
20498            'SCALE' and
20499            '1T1C' and
20500            'IPSECHW' and
20501            ('IPSECTRAN' or 'IPSECTUN') and
20502            not 'VHOST'"
20503   parameters:
20504   - "latency"
20505   - "parent"
20506   - "tags"
20507   layout:
20508     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
20509     layout: "plot-latency"
20510
20511 - type: "plot"
20512   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
20513   algorithm: "plot_latency_error_bars"
20514   output-file-type: ".html"
20515   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
20516   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20517   filter: "'NIC_Intel-XL710' and
20518            '64B' and
20519            'IP4FWD' and
20520            'NDRPDR' and
20521            'SCALE' and
20522            '2T2C' and
20523            'IPSECHW' and
20524            ('IPSECTRAN' or 'IPSECTUN') and
20525            not 'VHOST'"
20526   parameters:
20527   - "latency"
20528   - "parent"
20529   - "tags"
20530   layout:
20531     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
20532     layout: "plot-latency"
20533
20534 # Packet Latency - VPP IPSec 3n-hsw-xl710 sw
20535 - type: "plot"
20536   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat"
20537   algorithm: "plot_latency_error_bars"
20538   output-file-type: ".html"
20539   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat"
20540   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20541   filter: "'NIC_Intel-XL710' and
20542            '64B' and
20543            'IP4FWD' and
20544            'NDRPDR' and
20545            '1T1C' and
20546            'IPSECSW' and
20547            ('IPSECTRAN' or 'IPSECTUN') and
20548            not 'VHOST'"
20549   parameters:
20550   - "latency"
20551   - "parent"
20552   - "tags"
20553   layout:
20554     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
20555     layout: "plot-latency"
20556
20557 - type: "plot"
20558   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
20559   algorithm: "plot_latency_error_bars"
20560   output-file-type: ".html"
20561   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
20562   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20563   filter: "'NIC_Intel-XL710' and
20564            '64B' and
20565            'IP4FWD' and
20566            'NDRPDR' and
20567            '2T2C' and
20568            'IPSECSW' and
20569            ('IPSECTRAN' or 'IPSECTUN') and
20570            not 'VHOST'"
20571   parameters:
20572   - "latency"
20573   - "parent"
20574   - "tags"
20575   layout:
20576     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
20577     layout: "plot-latency"
20578
20579 ################################################################################
20580
20581 # Packet Latency - VPP SRv6 3n-hsw-x520
20582 - type: "plot"
20583   title: "VPP Latency: srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
20584   algorithm: "plot_latency_error_bars"
20585   output-file-type: ".html"
20586   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
20587   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20588   filter: "'NIC_Intel-X520-DA2' and
20589            '78B' and
20590            'FEATURE' and
20591            'NDRPDR' and
20592            '1T1C' and
20593            'IP6FWD' and
20594            'SRv6'"
20595   parameters:
20596   - "latency"
20597   - "parent"
20598   - "tags"
20599   layout:
20600     title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
20601     layout: "plot-latency"
20602
20603 - type: "plot"
20604   title: "VPP Latency: srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
20605   algorithm: "plot_latency_error_bars"
20606   output-file-type: ".html"
20607   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
20608   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20609   filter: "'NIC_Intel-X520-DA2' and
20610            '78B' and
20611            'FEATURE' and
20612            'NDRPDR' and
20613            '2T2C' and
20614            'IP6FWD' and
20615            'SRv6'"
20616   parameters:
20617   - "latency"
20618   - "parent"
20619   - "tags"
20620   layout:
20621     title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
20622     layout: "plot-latency"
20623
20624 ################################################################################
20625
20626 # Packet Latency - VPP vhost ip4 3n-hsw-x520
20627 - type: "plot"
20628   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
20629   algorithm: "plot_latency_error_bars"
20630   output-file-type: ".html"
20631   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
20632   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20633   filter: "'NIC_Intel-X520-DA2' and
20634            '64B' and
20635            'NDRPDR' and
20636            'ETH' and
20637            'IP4FWD' and
20638            '1T1C' and
20639            'VHOST_1024' and
20640            not 'VXLAN' and
20641            not 'DOT1Q'"
20642   parameters:
20643   - "latency"
20644   - "parent"
20645   - "tags"
20646   sort:
20647   - "not CFS_OPT"
20648   - "1VM"
20649   - "2VM"
20650   layout:
20651     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
20652     layout: "plot-latency"
20653
20654 - type: "plot"
20655   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
20656   algorithm: "plot_latency_error_bars"
20657   output-file-type: ".html"
20658   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
20659   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20660   filter: "'NIC_Intel-X520-DA2' and
20661            '64B' and
20662            'NDRPDR' and
20663            'ETH' and
20664            'IP4FWD' and
20665            '2T2C' and
20666            'VHOST_1024' and
20667            not 'VXLAN' and
20668            not 'DOT1Q'"
20669   parameters:
20670   - "latency"
20671   - "parent"
20672   - "tags"
20673   sort:
20674   - "not CFS_OPT"
20675   - "1VM"
20676   - "2VM"
20677   layout:
20678     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
20679     layout: "plot-latency"
20680
20681 # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base
20682 - type: "plot"
20683   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
20684   algorithm: "plot_latency_error_bars"
20685   output-file-type: ".html"
20686   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
20687   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20688   filter: "'NIC_Intel-X520-DA2' and
20689            '64B' and
20690            'NDRPDR' and
20691            ('ETH' or 'DOT1Q') and
20692            'BASE' and
20693            '1T1C' and
20694            ('L2BDMACLRN' or 'L2XCFWD') and
20695            'VHOST_1024' and
20696            not 'VXLAN' and
20697            not 'IP4FWD' and
20698            not '2VM'"
20699   parameters:
20700   - "latency"
20701   - "parent"
20702   - "tags"
20703   sort:
20704   - "L2BDMACLRN"
20705   - "L2BDMACLRN"
20706   - "L2BDMACLRN"
20707   - "L2XCFWD"
20708   - "L2XCFWD"
20709   - "L2XCFWD"
20710   layout:
20711     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
20712     layout: "plot-latency"
20713
20714 - type: "plot"
20715   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
20716   algorithm: "plot_latency_error_bars"
20717   output-file-type: ".html"
20718   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
20719   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20720   filter: "'NIC_Intel-X520-DA2' and
20721            '64B' and
20722            'NDRPDR' and
20723            ('ETH' or 'DOT1Q') and
20724            'BASE' and
20725            '2T2C' and
20726            ('L2BDMACLRN' or 'L2XCFWD') and
20727            'VHOST_1024' and
20728            not 'VXLAN' and
20729            not 'IP4FWD' and
20730            not '2VM'"
20731   parameters:
20732   - "latency"
20733   - "parent"
20734   - "tags"
20735   sort:
20736   - "L2BDMACLRN"
20737   - "L2BDMACLRN"
20738   - "L2BDMACLRN"
20739   - "L2XCFWD"
20740   - "L2XCFWD"
20741   - "L2XCFWD"
20742   layout:
20743     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
20744     layout: "plot-latency"
20745
20746 # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base vm
20747 - type: "plot"
20748   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
20749   algorithm: "plot_latency_error_bars"
20750   output-file-type: ".html"
20751   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
20752   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20753   filter: "'NIC_Intel-X520-DA2' and
20754            '64B' and
20755            'NDRPDR' and
20756            ('ETH' or 'DOT1Q') and
20757            '1T1C' and
20758            ('L2BDMACLRN' or 'L2XCFWD') and
20759            'VHOST_1024' and
20760            not 'CFS_OPT' and
20761            not 'DOT1Q' and
20762            not 'VXLAN' and
20763            not 'IP4FWD' and
20764            not 'LBOND'"
20765   parameters:
20766   - "latency"
20767   - "parent"
20768   - "tags"
20769 #  sort:
20770 #  - "1VM"
20771 #  - "L2XCFWD"
20772 #  - "1VM"
20773 #  - "L2BDMACLRN"
20774   layout:
20775     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
20776     layout: "plot-latency"
20777
20778 - type: "plot"
20779   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
20780   algorithm: "plot_latency_error_bars"
20781   output-file-type: ".html"
20782   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
20783   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20784   filter: "'NIC_Intel-X520-DA2' and
20785            '64B' and
20786            'NDRPDR' and
20787            ('ETH' or 'DOT1Q') and
20788            '2T2C' and
20789            ('L2BDMACLRN' or 'L2XCFWD') and
20790            'VHOST_1024' and
20791            not 'CFS_OPT' and
20792            not 'DOT1Q' and
20793            not 'VXLAN' and
20794            not 'IP4FWD' and
20795            not 'LBOND'"
20796   parameters:
20797   - "latency"
20798   - "parent"
20799   - "tags"
20800 #  sort:
20801 #  - "1VM"
20802 #  - "L2XCFWD"
20803 #  - "1VM"
20804 #  - "L2BDMACLRN"
20805   layout:
20806     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
20807     layout: "plot-latency"
20808
20809 # Packet Latency - VPP vhost ip4 3n-hsw-x710
20810 - type: "plot"
20811   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20812   algorithm: "plot_latency_error_bars"
20813   output-file-type: ".html"
20814   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20815   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20816   filter: "'NIC_Intel-X710' and
20817            '64B' and
20818            'NDRPDR' and
20819            'ETH' and
20820            'IP4FWD' and
20821            '1T1C' and
20822            'VHOST_1024' and
20823            not 'VXLAN' and
20824            not 'CFS_OPT' and
20825            not 'DOT1Q'"
20826   parameters:
20827   - "latency"
20828   - "parent"
20829   - "tags"
20830   sort:
20831   - "1VM"
20832   - "2VM"
20833   layout:
20834     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
20835     layout: "plot-latency"
20836
20837 - type: "plot"
20838   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20839   algorithm: "plot_latency_error_bars"
20840   output-file-type: ".html"
20841   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20842   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20843   filter: "'NIC_Intel-X710' and
20844            '64B' and
20845            'NDRPDR' and
20846            'ETH' and
20847            'IP4FWD' and
20848            '2T2C' and
20849            'VHOST_1024' and
20850            not 'VXLAN' and
20851            not 'CFS_OPT' and
20852            not 'DOT1Q'"
20853   parameters:
20854   - "latency"
20855   - "parent"
20856   - "tags"
20857   sort:
20858   - "1VM"
20859   - "2VM"
20860   layout:
20861     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
20862     layout: "plot-latency"
20863
20864 # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base
20865 - type: "plot"
20866   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
20867   algorithm: "plot_latency_error_bars"
20868   output-file-type: ".html"
20869   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
20870   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20871   filter: "'NIC_Intel-X710' and
20872            '64B' and
20873            'NDRPDR' and
20874            ('ETH' or 'DOT1Q') and
20875            'BASE' and
20876            '1T1C' and
20877            ('L2BDMACLRN' or 'L2XCFWD') and
20878            'VHOST_1024' and
20879            not 'VXLAN' and
20880            not 'IP4FWD' and
20881            not '2VM'"
20882   parameters:
20883   - "latency"
20884   - "parent"
20885   - "tags"
20886   sort:
20887   - "L2BDMACLRN"
20888   - "L2BDMACLRN"
20889   - "L2BDMACLRN"
20890   - "L2XCFWD"
20891   - "L2XCFWD"
20892   - "L2XCFWD"
20893   layout:
20894     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
20895     layout: "plot-latency"
20896
20897 - type: "plot"
20898   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
20899   algorithm: "plot_latency_error_bars"
20900   output-file-type: ".html"
20901   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
20902   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20903   filter: "'NIC_Intel-X710' and
20904            '64B' and
20905            'NDRPDR' and
20906            ('ETH' or 'DOT1Q') and
20907            'BASE' and
20908            '2T2C' and
20909            ('L2BDMACLRN' or 'L2XCFWD') and
20910            'VHOST_1024' and
20911            not 'VXLAN' and
20912            not 'IP4FWD' and
20913            not '2VM'"
20914   parameters:
20915   - "latency"
20916   - "parent"
20917   - "tags"
20918   sort:
20919   - "L2BDMACLRN"
20920   - "L2BDMACLRN"
20921   - "L2BDMACLRN"
20922   - "L2XCFWD"
20923   - "L2XCFWD"
20924   - "L2XCFWD"
20925   layout:
20926     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
20927     layout: "plot-latency"
20928
20929 # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base vm
20930 - type: "plot"
20931   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr-lat"
20932   algorithm: "plot_latency_error_bars"
20933   output-file-type: ".html"
20934   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr-lat"
20935   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20936   filter: "'NIC_Intel-X710' and
20937            '64B' and
20938            'NDRPDR' and
20939            ('ETH' or 'DOT1Q') and
20940            '1T1C' and
20941            ('L2BDMACLRN' or 'L2XCFWD') and
20942            'VHOST_1024' and
20943            not 'CFS_OPT' and
20944            not 'VXLAN' and
20945            not 'IP4FWD' and
20946            not 'LBOND'"
20947   parameters:
20948   - "latency"
20949   - "parent"
20950   - "tags"
20951   sort:
20952   - "L2BDMACLRN"
20953   - "L2BDMACLRN"
20954   - "L2BDMACLRN"
20955   - "L2XCFWD"
20956   - "L2XCFWD"
20957   - "L2XCFWD"
20958   layout:
20959     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr"
20960     layout: "plot-latency"
20961
20962 - type: "plot"
20963   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr-lat"
20964   algorithm: "plot_latency_error_bars"
20965   output-file-type: ".html"
20966   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr-lat"
20967   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20968   filter: "'NIC_Intel-X710' and
20969            '64B' and
20970            'NDRPDR' and
20971            ('ETH' or 'DOT1Q') and
20972            '2T2C' and
20973            ('L2BDMACLRN' or 'L2XCFWD') and
20974            'VHOST_1024' and
20975            not 'CFS_OPT' and
20976            not 'VXLAN' and
20977            not 'IP4FWD' and
20978            not 'LBOND'"
20979   parameters:
20980   - "latency"
20981   - "parent"
20982   - "tags"
20983   sort:
20984   - "L2BDMACLRN"
20985   - "L2BDMACLRN"
20986   - "L2BDMACLRN"
20987   - "L2XCFWD"
20988   - "L2XCFWD"
20989   - "L2XCFWD"
20990   layout:
20991     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr"
20992     layout: "plot-latency"
20993
20994 # Packet Latency - VPP vhost ip4 3n-skx-x710
20995 - type: "plot"
20996   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20997   algorithm: "plot_latency_error_bars"
20998   output-file-type: ".html"
20999   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
21000   data: "plot-vpp-throughput-lat-tsa-3n-skx"
21001   filter: "'NIC_Intel-X710' and
21002            '64B' and
21003            'NDRPDR' and
21004            'ETH' and
21005            'IP4FWD' and
21006            '2T1C' and
21007            'VHOST_1024' and
21008            not 'VXLAN' and
21009            not 'DOT1Q'"
21010   parameters:
21011   - "latency"
21012   - "parent"
21013   - "tags"
21014   sort:
21015   - "1VM"
21016   - "2VM"
21017   layout:
21018     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
21019     layout: "plot-latency"
21020
21021 - type: "plot"
21022   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
21023   algorithm: "plot_latency_error_bars"
21024   output-file-type: ".html"
21025   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
21026   data: "plot-vpp-throughput-lat-tsa-3n-skx"
21027   filter: "'NIC_Intel-X710' and
21028            '64B' and
21029            'NDRPDR' and
21030            'ETH' and
21031            'IP4FWD' and
21032            '4T2C' and
21033            'VHOST_1024' and
21034            not 'VXLAN' and
21035            not 'DOT1Q'"
21036   parameters:
21037   - "latency"
21038   - "parent"
21039   - "tags"
21040   sort:
21041   - "1VM"
21042   - "2VM"
21043   layout:
21044     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
21045     layout: "plot-latency"
21046
21047 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base
21048 - type: "plot"
21049   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
21050   algorithm: "plot_latency_error_bars"
21051   output-file-type: ".html"
21052   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
21053   data: "plot-vpp-throughput-lat-tsa-3n-skx"
21054   filter: "'NIC_Intel-X710' and
21055            '64B' and
21056            'NDRPDR' and
21057            ('ETH' or 'DOT1Q') and
21058            'BASE' and
21059            '2T1C' and
21060            ('L2BDMACLRN' or 'L2XCFWD') and
21061            'VHOST_1024' and
21062            not 'VXLAN' and
21063            not 'IP4FWD' and
21064            not '2VM'"
21065   parameters:
21066   - "latency"
21067   - "parent"
21068   - "tags"
21069   sort:
21070   - "L2BDMACLRN"
21071   - "L2BDMACLRN"
21072   - "L2BDMACLRN"
21073   - "L2XCFWD"
21074   - "L2XCFWD"
21075   - "L2XCFWD"
21076   layout:
21077     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr"
21078     layout: "plot-latency"
21079
21080 - type: "plot"
21081   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
21082   algorithm: "plot_latency_error_bars"
21083   output-file-type: ".html"
21084   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
21085   data: "plot-vpp-throughput-lat-tsa-3n-skx"
21086   filter: "'NIC_Intel-X710' and
21087            '64B' and
21088            'NDRPDR' and
21089            ('ETH' or 'DOT1Q') and
21090            'BASE' and
21091            '4T2C' and
21092            ('L2BDMACLRN' or 'L2XCFWD') and
21093            'VHOST_1024' and
21094            not 'VXLAN' and
21095            not 'IP4FWD' and
21096            not '2VM'"
21097   parameters:
21098   - "latency"
21099   - "parent"
21100   - "tags"
21101   sort:
21102   - "L2BDMACLRN"
21103   - "L2BDMACLRN"
21104   - "L2BDMACLRN"
21105   - "L2XCFWD"
21106   - "L2XCFWD"
21107   - "L2XCFWD"
21108   layout:
21109     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr"
21110     layout: "plot-latency"
21111
21112 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base vm
21113 - type: "plot"
21114   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr-lat"
21115   algorithm: "plot_latency_error_bars"
21116   output-file-type: ".html"
21117   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr-lat"
21118   data: "plot-vpp-throughput-lat-tsa-3n-skx"
21119   filter: "'NIC_Intel-X710' and
21120            '64B' and
21121            'NDRPDR' and
21122            ('ETH' or 'DOT1Q') and
21123            '2T1C' and
21124            ('L2BDMACLRN' or 'L2XCFWD') and
21125            'VHOST_1024' and
21126            not 'CFS_OPT' and
21127            not 'VXLAN' and
21128            not 'IP4FWD' and
21129            not 'LBOND'"
21130   parameters:
21131   - "latency"
21132   - "parent"
21133   - "tags"
21134   sort:
21135   - "L2BDMACLRN"
21136   - "L2BDMACLRN"
21137   - "L2BDMACLRN"
21138   - "L2XCFWD"
21139   - "L2XCFWD"
21140   - "L2XCFWD"
21141   layout:
21142     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr"
21143     layout: "plot-latency"
21144
21145 - type: "plot"
21146   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr-lat"
21147   algorithm: "plot_latency_error_bars"
21148   output-file-type: ".html"
21149   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr-lat"
21150   data: "plot-vpp-throughput-lat-tsa-3n-skx"
21151   filter: "'NIC_Intel-X710' and
21152            '64B' and
21153            'NDRPDR' and
21154            ('ETH' or 'DOT1Q') and
21155            '4T2C' and
21156            ('L2BDMACLRN' or 'L2XCFWD') and
21157            'VHOST_1024' and
21158            not 'CFS_OPT' and
21159            not 'VXLAN' and
21160            not 'IP4FWD' and
21161            not 'LBOND'"
21162   parameters:
21163   - "latency"
21164   - "parent"
21165   - "tags"
21166   sort:
21167   - "L2BDMACLRN"
21168   - "L2BDMACLRN"
21169   - "L2BDMACLRN"
21170   - "L2XCFWD"
21171   - "L2XCFWD"
21172   - "L2XCFWD"
21173   layout:
21174     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr"
21175     layout: "plot-latency"
21176
21177 # Packet Latency - VPP vhost ip4 2n-skx-x710
21178 - type: "plot"
21179   title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
21180   algorithm: "plot_latency_error_bars"
21181   output-file-type: ".html"
21182   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
21183   data: "plot-vpp-throughput-lat-tsa-2n-skx"
21184   filter: "'NIC_Intel-X710' and
21185            '64B' and
21186            'NDRPDR' and
21187            'ETH' and
21188            'IP4FWD' and
21189            '2T1C' and
21190            'VHOST_1024' and
21191            not 'VXLAN' and
21192            not 'NF_DENSITY' and
21193            not 'CFS_OPT' and
21194            not 'DOT1Q'"
21195   parameters:
21196   - "latency"
21197   - "parent"
21198   - "tags"
21199   sort:
21200   - "1VM"
21201   - "2VM"
21202   layout:
21203     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
21204     layout: "plot-latency"
21205
21206 - type: "plot"
21207   title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
21208   algorithm: "plot_latency_error_bars"
21209   output-file-type: ".html"
21210   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
21211   data: "plot-vpp-throughput-lat-tsa-2n-skx"
21212   filter: "'NIC_Intel-X710' and
21213            '64B' and
21214            'NDRPDR' and
21215            'ETH' and
21216            'IP4FWD' and
21217            '4T2C' and
21218            'VHOST_1024' and
21219            not 'VXLAN' and
21220            not 'NF_DENSITY' and
21221            not 'CFS_OPT' and
21222            not 'DOT1Q'"
21223   parameters:
21224   - "latency"
21225   - "parent"
21226   - "tags"
21227   sort:
21228   - "1VM"
21229   - "2VM"
21230   layout:
21231     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
21232     layout: "plot-latency"
21233
21234 # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base
21235 - type: "plot"
21236   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
21237   algorithm: "plot_latency_error_bars"
21238   output-file-type: ".html"
21239   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
21240   data: "plot-vpp-throughput-lat-tsa-2n-skx"
21241   filter: "'NIC_Intel-X710' and
21242            '64B' and
21243            'NDRPDR' and
21244            ('ETH' or 'DOT1Q') and
21245            'BASE' and
21246            '2T1C' and
21247            ('L2BDMACLRN' or 'L2XCFWD') and
21248            'VHOST_1024' and
21249            not 'VXLAN' and
21250            not 'NF_DENSITY' and
21251            not 'IP4FWD' and
21252            not '2VM'"
21253   parameters:
21254   - "latency"
21255   - "parent"
21256   - "tags"
21257 #  sort:
21258 #  - "not CFS_OPT"
21259 #  - "L2XCFWD"
21260 #  - "not CFS_OPT"
21261 #  - "CFS_OPT"
21262   layout:
21263     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr"
21264     layout: "plot-latency"
21265
21266 - type: "plot"
21267   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
21268   algorithm: "plot_latency_error_bars"
21269   output-file-type: ".html"
21270   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
21271   data: "plot-vpp-throughput-lat-tsa-2n-skx"
21272   filter: "'NIC_Intel-X710' and
21273            '64B' and
21274            'NDRPDR' and
21275            ('ETH' or 'DOT1Q') and
21276            'BASE' and
21277            '4T2C' and
21278            ('L2BDMACLRN' or 'L2XCFWD') and
21279            'VHOST_1024' and
21280            not 'VXLAN' and
21281            not 'NF_DENSITY' and
21282            not 'IP4FWD' and
21283            not '2VM'"
21284   parameters:
21285   - "latency"
21286   - "parent"
21287   - "tags"
21288 #  sort:
21289 #  - "not CFS_OPT"
21290 #  - "L2XCFWD"
21291 #  - "not CFS_OPT"
21292 #  - "CFS_OPT"
21293   layout:
21294     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr"
21295     layout: "plot-latency"
21296
21297 # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base vm
21298 - type: "plot"
21299   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
21300   algorithm: "plot_latency_error_bars"
21301   output-file-type: ".html"
21302   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
21303   data: "plot-vpp-throughput-lat-tsa-2n-skx"
21304   filter: "'NIC_Intel-X710' and
21305            '64B' and
21306            'NDRPDR' and
21307            ('ETH' or 'DOT1Q') and
21308            '2T1C' and
21309            ('L2BDMACLRN' or 'L2XCFWD') and
21310            'VHOST_1024' and
21311            not 'CFS_OPT' and
21312            not 'VXLAN' and
21313            not 'NF_DENSITY' and
21314            not 'DOT1Q' and
21315            not 'IP4FWD'"
21316   parameters:
21317   - "latency"
21318   - "parent"
21319   - "tags"
21320 #  sort:
21321 #  - "1VM"
21322 #  - "L2XCFWD"
21323 #  - "1VM"
21324 #  - "L2BDMACLRN"
21325   layout:
21326     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
21327     layout: "plot-latency"
21328
21329 - type: "plot"
21330   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
21331   algorithm: "plot_latency_error_bars"
21332   output-file-type: ".html"
21333   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
21334   data: "plot-vpp-throughput-lat-tsa-2n-skx"
21335   filter: "'NIC_Intel-X710' and
21336            '64B' and
21337            'NDRPDR' and
21338            ('ETH' or 'DOT1Q') and
21339            '4T2C' and
21340            ('L2BDMACLRN' or 'L2XCFWD') and
21341            'VHOST_1024' and
21342            not 'CFS_OPT' and
21343            not 'VXLAN' and
21344            not 'NF_DENSITY' and
21345            not 'DOT1Q' and
21346            not 'IP4FWD'"
21347   parameters:
21348   - "latency"
21349   - "parent"
21350   - "tags"
21351 #  sort:
21352 #  - "1VM"
21353 #  - "L2XCFWD"
21354 #  - "1VM"
21355 #  - "L2BDMACLRN"
21356   layout:
21357     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
21358     layout: "plot-latency"
21359
21360 # Packet Latency - VPP vhost ip4 2n-skx-xxv710
21361 - type: "plot"
21362   title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
21363   algorithm: "plot_latency_error_bars"
21364   output-file-type: ".html"
21365   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
21366   data: "plot-vpp-throughput-lat-tsa-2n-skx"
21367   filter: "'NIC_Intel-XXV710' and
21368            '64B' and
21369            'NDRPDR' and
21370            'ETH' and
21371            'IP4FWD' and
21372            '2T1C' and
21373            'VHOST_1024' and
21374            not 'VXLAN' and
21375            not 'CFS_OPT' and
21376            not 'DOT1Q'"
21377   parameters:
21378   - "latency"
21379   - "parent"
21380   - "tags"
21381   sort:
21382   - "not CFS_OPT"
21383   - "1VM"
21384   - "2VM"
21385   layout:
21386     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
21387     layout: "plot-latency"
21388
21389 - type: "plot"
21390   title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
21391   algorithm: "plot_latency_error_bars"
21392   output-file-type: ".html"
21393   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
21394   data: "plot-vpp-throughput-lat-tsa-2n-skx"
21395   filter: "'NIC_Intel-XXV710' and
21396            '64B' and
21397            'NDRPDR' and
21398            'ETH' and
21399            'IP4FWD' and
21400            '4T2C' and
21401            'VHOST_1024' and
21402            not 'VXLAN' and
21403            not 'CFS_OPT' and
21404            not 'DOT1Q'"
21405   parameters:
21406   - "latency"
21407   - "parent"
21408   - "tags"
21409   sort:
21410   - "not CFS_OPT"
21411   - "1VM"
21412   - "2VM"
21413   layout:
21414     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
21415     layout: "plot-latency"
21416
21417 ## Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base
21418 #- type: "plot"
21419 #  title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr-lat"
21420 #  algorithm: "plot_latency_error_bars"
21421 #  output-file-type: ".html"
21422 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr-lat"
21423 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
21424 #  filter: "'NIC_Intel-XXV710' and
21425 #           '64B' and
21426 #           'NDRPDR' and
21427 #           ('ETH' or 'DOT1Q') and
21428 #           'BASE' and
21429 #           '2T1C' and
21430 #           ('L2BDMACLRN' or 'L2XCFWD') and
21431 #           'VHOST_1024' and
21432 #           not 'VXLAN' and
21433 #           not 'IP4FWD' and
21434 #           not '2VM'"
21435 #  parameters:
21436 #  - "latency"
21437 #  - "parent"
21438 #  - "tags"
21439 ##  sort:
21440 ##  - "not CFS_OPT"
21441 ##  - "L2XCFWD"
21442 ##  - "not CFS_OPT"
21443 ##  - "CFS_OPT"
21444 #  layout:
21445 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
21446 #    layout: "plot-latency"
21447 #
21448 #- type: "plot"
21449 #  title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr-lat"
21450 #  algorithm: "plot_latency_error_bars"
21451 #  output-file-type: ".html"
21452 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr-lat"
21453 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
21454 #  filter: "'NIC_Intel-XXV710' and
21455 #           '64B' and
21456 #           'NDRPDR' and
21457 #           ('ETH' or 'DOT1Q') and
21458 #           'BASE' and
21459 #           '4T2C' and
21460 #           ('L2BDMACLRN' or 'L2XCFWD') and
21461 #           'VHOST_1024' and
21462 #           not 'VXLAN' and
21463 #           not 'IP4FWD' and
21464 #           not '2VM'"
21465 #  parameters:
21466 #  - "latency"
21467 #  - "parent"
21468 #  - "tags"
21469 ##  sort:
21470 ##  - "not CFS_OPT"
21471 ##  - "L2XCFWD"
21472 ##  - "not CFS_OPT"
21473 ##  - "CFS_OPT"
21474 #  layout:
21475 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
21476 #    layout: "plot-latency"
21477 #
21478 ## Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base vm
21479 #- type: "plot"
21480 #  title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
21481 #  algorithm: "plot_latency_error_bars"
21482 #  output-file-type: ".html"
21483 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
21484 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
21485 #  filter: "'NIC_Intel-XXV710' and
21486 #           '64B' and
21487 #           'NDRPDR' and
21488 #           ('ETH' or 'DOT1Q') and
21489 #           '2T1C' and
21490 #           ('L2BDMACLRN' or 'L2XCFWD') and
21491 #           'VHOST_1024' and
21492 #           not 'CFS_OPT' and
21493 #           not 'VXLAN' and
21494 #           not 'DOT1Q' and
21495 #           not 'IP4FWD'"
21496 #  parameters:
21497 #  - "latency"
21498 #  - "parent"
21499 #  - "tags"
21500 ##  sort:
21501 ##  - "1VM"
21502 ##  - "L2XCFWD"
21503 ##  - "1VM"
21504 ##  - "L2BDMACLRN"
21505 #  layout:
21506 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
21507 #    layout: "plot-latency"
21508 #
21509 #- type: "plot"
21510 #  title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
21511 #  algorithm: "plot_latency_error_bars"
21512 #  output-file-type: ".html"
21513 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
21514 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
21515 #  filter: "'NIC_Intel-XXV710' and
21516 #           '64B' and
21517 #           'NDRPDR' and
21518 #           ('ETH' or 'DOT1Q') and
21519 #           '4T2C' and
21520 #           ('L2BDMACLRN' or 'L2XCFWD') and
21521 #           'VHOST_1024' and
21522 #           not 'CFS_OPT' and
21523 #           not 'VXLAN' and
21524 #           not 'DOT1Q' and
21525 #           not 'IP4FWD'"
21526 #  parameters:
21527 #  - "latency"
21528 #  - "parent"
21529 #  - "tags"
21530 ##  sort:
21531 ##  - "1VM"
21532 ##  - "L2XCFWD"
21533 ##  - "1VM"
21534 ##  - "L2BDMACLRN"
21535 #  layout:
21536 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
21537 #    layout: "plot-latency"
21538
21539 ################################################################################
21540
21541 # Packet Latency - VPP VTS 3n-hsw-x520
21542 - type: "plot"
21543   title: "VPP Latency: vts-3n-hsw-x520-114b-1t1c-ndr-lat"
21544   algorithm: "plot_latency_error_bars"
21545   output-file-type: ".html"
21546   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr-lat"
21547   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21548   filter: "'NIC_Intel-X520-DA2' and
21549            '114B' and
21550            'NDRPDR' and
21551            '1T1C' and
21552            'VTS'"
21553   parameters:
21554   - "latency"
21555   - "parent"
21556   - "tags"
21557   layout:
21558     title: "vts-3n-hsw-x520-114b-1t1c-ndr"
21559     layout: "plot-latency"
21560
21561 - type: "plot"
21562   title: "VPP Latency: vts-3n-hsw-x520-114b-2t2c-ndr-lat"
21563   algorithm: "plot_latency_error_bars"
21564   output-file-type: ".html"
21565   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr-lat"
21566   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21567   filter: "'NIC_Intel-X520-DA2' and
21568            '114B' and
21569            'NDRPDR' and
21570            '2T2C' and
21571            'VTS'"
21572   parameters:
21573   - "latency"
21574   - "parent"
21575   - "tags"
21576   layout:
21577     title: "vts-3n-hsw-x520-114b-2t2c-ndr"
21578     layout: "plot-latency"
21579
21580 ################################################################################
21581
21582 # Packet Latency - DPDK l3fwd 3n-hsw-x520
21583 - type: "plot"
21584   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
21585   algorithm: "plot_latency_error_bars"
21586   output-file-type: ".html"
21587   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
21588   data: "plot-dpdk-throughput-latency-3n-hsw"
21589   filter: "'NIC_Intel-X520-DA2' and
21590            '64B' and
21591            'BASE' and
21592            'NDRPDR' and
21593            '1T1C' and
21594            'IP4FWD'"
21595   parameters:
21596   - "latency"
21597   - "parent"
21598   - "tags"
21599   layout:
21600     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
21601     layout: "plot-latency"
21602
21603 - type: "plot"
21604   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
21605   algorithm: "plot_latency_error_bars"
21606   output-file-type: ".html"
21607   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
21608   data: "plot-dpdk-throughput-latency-3n-hsw"
21609   filter: "'NIC_Intel-X520-DA2' and
21610            '64B' and
21611            'BASE' and
21612            'NDRPDR' and
21613            '2T2C' and
21614            'IP4FWD'"
21615   parameters:
21616   - "latency"
21617   - "parent"
21618   - "tags"
21619   layout:
21620     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
21621     layout: "plot-latency"
21622
21623 # Packet Latency - DPDK l3fwd 3n-hsw-x710
21624 - type: "plot"
21625   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
21626   algorithm: "plot_latency_error_bars"
21627   output-file-type: ".html"
21628   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
21629   data: "plot-dpdk-throughput-latency-3n-hsw"
21630   filter: "'NIC_Intel-X710' and
21631            '64B' and
21632            'BASE' and
21633            'NDRPDR' and
21634            '1T1C' and
21635            'IP4FWD'"
21636   parameters:
21637   - "latency"
21638   - "parent"
21639   - "tags"
21640   layout:
21641     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
21642     layout: "plot-latency"
21643
21644 - type: "plot"
21645   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
21646   algorithm: "plot_latency_error_bars"
21647   output-file-type: ".html"
21648   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
21649   data: "plot-dpdk-throughput-latency-3n-hsw"
21650   filter: "'NIC_Intel-X710' and
21651            '64B' and
21652            'BASE' and
21653            'NDRPDR' and
21654            '2T2C' and
21655            'IP4FWD'"
21656   parameters:
21657   - "latency"
21658   - "parent"
21659   - "tags"
21660   layout:
21661     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
21662     layout: "plot-latency"
21663
21664 # Packet Latency - DPDK l3fwd 3n-hsw-xl710
21665 - type: "plot"
21666   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
21667   algorithm: "plot_latency_error_bars"
21668   output-file-type: ".html"
21669   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
21670   data: "plot-dpdk-throughput-latency-3n-hsw"
21671   filter: "'NIC_Intel-XL710' and
21672            '64B' and
21673            'BASE' and
21674            'NDRPDR' and
21675            '1T1C' and
21676            'IP4FWD'"
21677   parameters:
21678   - "latency"
21679   - "parent"
21680   - "tags"
21681   layout:
21682     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
21683     layout: "plot-latency"
21684
21685 - type: "plot"
21686   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
21687   algorithm: "plot_latency_error_bars"
21688   output-file-type: ".html"
21689   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
21690   data: "plot-dpdk-throughput-latency-3n-hsw"
21691   filter: "'NIC_Intel-XL710' and
21692            '64B' and
21693            'BASE' and
21694            'NDRPDR' and
21695            '2T2C' and
21696            'IP4FWD'"
21697   parameters:
21698   - "latency"
21699   - "parent"
21700   - "tags"
21701   layout:
21702     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
21703     layout: "plot-latency"
21704
21705 # Packet Latency - DPDK l3fwd 3n-skx-x710
21706 - type: "plot"
21707   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
21708   algorithm: "plot_latency_error_bars"
21709   output-file-type: ".html"
21710   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
21711   data: "plot-dpdk-throughput-latency-3n-skx"
21712   filter: "'NIC_Intel-X710' and
21713            '64B' and
21714            'BASE' and
21715            'NDRPDR' and
21716            '2T1C' and
21717            'IP4FWD'"
21718   parameters:
21719   - "latency"
21720   - "parent"
21721   - "tags"
21722   layout:
21723     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
21724     layout: "plot-latency"
21725
21726 - type: "plot"
21727   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
21728   algorithm: "plot_latency_error_bars"
21729   output-file-type: ".html"
21730   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
21731   data: "plot-dpdk-throughput-latency-3n-skx"
21732   filter: "'NIC_Intel-X710' and
21733            '64B' and
21734            'BASE' and
21735            'NDRPDR' and
21736            '4T2C' and
21737            'IP4FWD'"
21738   parameters:
21739   - "latency"
21740   - "parent"
21741   - "tags"
21742   layout:
21743     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
21744     layout: "plot-latency"
21745
21746 # Packet Latency - DPDK l3fwd 3n-skx-xxv710
21747 - type: "plot"
21748   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
21749   algorithm: "plot_latency_error_bars"
21750   output-file-type: ".html"
21751   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
21752   data: "plot-dpdk-throughput-latency-3n-skx"
21753   filter: "'NIC_Intel-XXV710' and
21754            '64B' and
21755            'BASE' and
21756            'NDRPDR' and
21757            '2T1C' and
21758            'IP4FWD'"
21759   parameters:
21760   - "latency"
21761   - "parent"
21762   - "tags"
21763   layout:
21764     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
21765     layout: "plot-latency"
21766
21767 - type: "plot"
21768   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
21769   algorithm: "plot_latency_error_bars"
21770   output-file-type: ".html"
21771   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
21772   data: "plot-dpdk-throughput-latency-3n-skx"
21773   filter: "'NIC_Intel-XXV710' and
21774            '64B' and
21775            'BASE' and
21776            'NDRPDR' and
21777            '4T2C' and
21778            'IP4FWD'"
21779   parameters:
21780   - "latency"
21781   - "parent"
21782   - "tags"
21783   layout:
21784     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
21785     layout: "plot-latency"
21786
21787 # Packet Latency - DPDK l3fwd 2n-skx-x710
21788 - type: "plot"
21789   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
21790   algorithm: "plot_latency_error_bars"
21791   output-file-type: ".html"
21792   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
21793   data: "plot-dpdk-throughput-latency-2n-skx"
21794   filter: "'NIC_Intel-X710' and
21795            '64B' and
21796            'BASE' and
21797            'NDRPDR' and
21798            '2T1C' and
21799            'IP4FWD'"
21800   parameters:
21801   - "latency"
21802   - "parent"
21803   - "tags"
21804   layout:
21805     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
21806     layout: "plot-latency"
21807
21808 - type: "plot"
21809   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
21810   algorithm: "plot_latency_error_bars"
21811   output-file-type: ".html"
21812   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
21813   data: "plot-dpdk-throughput-latency-2n-skx"
21814   filter: "'NIC_Intel-X710' and
21815            '64B' and
21816            'BASE' and
21817            'NDRPDR' and
21818            '4T2C' and
21819            'IP4FWD'"
21820   parameters:
21821   - "latency"
21822   - "parent"
21823   - "tags"
21824   layout:
21825     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
21826     layout: "plot-latency"
21827
21828 # Packet Latency - DPDK l3fwd 2n-skx-xxv710
21829 - type: "plot"
21830   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
21831   algorithm: "plot_latency_error_bars"
21832   output-file-type: ".html"
21833   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
21834   data: "plot-dpdk-throughput-latency-2n-skx"
21835   filter: "'NIC_Intel-XXV710' and
21836            '64B' and
21837            'BASE' and
21838            'NDRPDR' and
21839            '2T1C' and
21840            'IP4FWD'"
21841   parameters:
21842   - "latency"
21843   - "parent"
21844   - "tags"
21845   layout:
21846     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
21847     layout: "plot-latency"
21848
21849 - type: "plot"
21850   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
21851   algorithm: "plot_latency_error_bars"
21852   output-file-type: ".html"
21853   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
21854   data: "plot-dpdk-throughput-latency-2n-skx"
21855   filter: "'NIC_Intel-XXV710' and
21856            '64B' and
21857            'BASE' and
21858            'NDRPDR' and
21859            '4T2C' and
21860            'IP4FWD'"
21861   parameters:
21862   - "latency"
21863   - "parent"
21864   - "tags"
21865   layout:
21866     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
21867     layout: "plot-latency"
21868
21869 ################################################################################
21870
21871 # Packet Latency - DPDK testpmd 3n-hsw-x520
21872 - type: "plot"
21873   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
21874   algorithm: "plot_latency_error_bars"
21875   output-file-type: ".html"
21876   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
21877   data: "plot-dpdk-throughput-latency-3n-hsw"
21878   filter: "'NIC_Intel-X520-DA2' and
21879            '64B' and
21880            'BASE' and
21881            'NDRPDR' and
21882            '1T1C' and
21883            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21884   parameters:
21885   - "latency"
21886   - "parent"
21887   - "tags"
21888   layout:
21889     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
21890     layout: "plot-latency"
21891
21892 - type: "plot"
21893   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
21894   algorithm: "plot_latency_error_bars"
21895   output-file-type: ".html"
21896   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
21897   data: "plot-dpdk-throughput-latency-3n-hsw"
21898   filter: "'NIC_Intel-X520-DA2' and
21899            '64B' and
21900            'BASE' and
21901            'NDRPDR' and
21902            '2T2C' and
21903            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21904   parameters:
21905   - "latency"
21906   - "parent"
21907   - "tags"
21908   layout:
21909     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
21910     layout: "plot-latency"
21911
21912 # Packet Latency - DPDK testpmd 3n-hsw-x710
21913 - type: "plot"
21914   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
21915   algorithm: "plot_latency_error_bars"
21916   output-file-type: ".html"
21917   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
21918   data: "plot-dpdk-throughput-latency-3n-hsw"
21919   filter: "'NIC_Intel-X710' and
21920            '64B' and
21921            'BASE' and
21922            'NDRPDR' and
21923            '1T1C' and
21924            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21925   parameters:
21926   - "latency"
21927   - "parent"
21928   - "tags"
21929   layout:
21930     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
21931     layout: "plot-latency"
21932
21933 - type: "plot"
21934   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
21935   algorithm: "plot_latency_error_bars"
21936   output-file-type: ".html"
21937   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
21938   data: "plot-dpdk-throughput-latency-3n-hsw"
21939   filter: "'NIC_Intel-X710' and
21940            '64B' and
21941            'BASE' and
21942            'NDRPDR' and
21943            '2T2C' and
21944            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21945   parameters:
21946   - "latency"
21947   - "parent"
21948   - "tags"
21949   layout:
21950     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
21951     layout: "plot-latency"
21952
21953 # Packet Latency - DPDK testpmd 3n-hsw-xl710
21954 - type: "plot"
21955   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
21956   algorithm: "plot_latency_error_bars"
21957   output-file-type: ".html"
21958   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
21959   data: "plot-dpdk-throughput-latency-3n-hsw"
21960   filter: "'NIC_Intel-XL710' and
21961            '64B' and
21962            'BASE' and
21963            'NDRPDR' and
21964            '1T1C' and
21965            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21966   parameters:
21967   - "latency"
21968   - "parent"
21969   - "tags"
21970   layout:
21971     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
21972     layout: "plot-latency"
21973
21974 - type: "plot"
21975   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
21976   algorithm: "plot_latency_error_bars"
21977   output-file-type: ".html"
21978   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
21979   data: "plot-dpdk-throughput-latency-3n-hsw"
21980   filter: "'NIC_Intel-XL710' and
21981            '64B' and
21982            'BASE' and
21983            'NDRPDR' and
21984            '2T2C' and
21985            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21986   parameters:
21987   - "latency"
21988   - "parent"
21989   - "tags"
21990   layout:
21991     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
21992     layout: "plot-latency"
21993
21994 # Packet Latency - DPDK testpmd 3n-skx-x710
21995 - type: "plot"
21996   title: "DPDK Latency: testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
21997   algorithm: "plot_latency_error_bars"
21998   output-file-type: ".html"
21999   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
22000   data: "plot-dpdk-throughput-latency-3n-skx"
22001   filter: "'NIC_Intel-X710' and
22002            '64B' and
22003            'BASE' and
22004            'NDRPDR' and
22005            '2T1C' and
22006            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22007   parameters:
22008   - "latency"
22009   - "parent"
22010   - "tags"
22011   layout:
22012     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
22013     layout: "plot-latency"
22014
22015 - type: "plot"
22016   title: "DPDK Latency: testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
22017   algorithm: "plot_latency_error_bars"
22018   output-file-type: ".html"
22019   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
22020   data: "plot-dpdk-throughput-latency-3n-skx"
22021   filter: "'NIC_Intel-X710' and
22022            '64B' and
22023            'BASE' and
22024            'NDRPDR' and
22025            '4T2C' and
22026            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22027   parameters:
22028   - "latency"
22029   - "parent"
22030   - "tags"
22031   layout:
22032     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
22033     layout: "plot-latency"
22034
22035 # Packet Latency - DPDK testpmd 3n-skx-xxv710
22036 - type: "plot"
22037   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
22038   algorithm: "plot_latency_error_bars"
22039   output-file-type: ".html"
22040   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
22041   data: "plot-dpdk-throughput-latency-3n-skx"
22042   filter: "'NIC_Intel-XXV710' and
22043            '64B' and
22044            'BASE' and
22045            'NDRPDR' and
22046            '2T1C' and
22047            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22048   parameters:
22049   - "latency"
22050   - "parent"
22051   - "tags"
22052   layout:
22053     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
22054     layout: "plot-latency"
22055
22056 - type: "plot"
22057   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
22058   algorithm: "plot_latency_error_bars"
22059   output-file-type: ".html"
22060   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
22061   data: "plot-dpdk-throughput-latency-3n-skx"
22062   filter: "'NIC_Intel-XXV710' and
22063            '64B' and
22064            'BASE' and
22065            'NDRPDR' and
22066            '4T2C' and
22067            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22068   parameters:
22069   - "latency"
22070   - "parent"
22071   - "tags"
22072   layout:
22073     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
22074     layout: "plot-latency"
22075
22076 # Packet Latency - DPDK testpmd 2n-skx-x710
22077 - type: "plot"
22078   title: "DPDK Latency: testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
22079   algorithm: "plot_latency_error_bars"
22080   output-file-type: ".html"
22081   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
22082   data: "plot-dpdk-throughput-latency-2n-skx"
22083   filter: "'NIC_Intel-X710' and
22084            '64B' and
22085            'BASE' and
22086            'NDRPDR' and
22087            '2T1C' and
22088            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22089   parameters:
22090   - "latency"
22091   - "parent"
22092   - "tags"
22093   layout:
22094     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
22095     layout: "plot-latency"
22096
22097 - type: "plot"
22098   title: "DPDK Latency: testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
22099   algorithm: "plot_latency_error_bars"
22100   output-file-type: ".html"
22101   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
22102   data: "plot-dpdk-throughput-latency-2n-skx"
22103   filter: "'NIC_Intel-X710' and
22104            '64B' and
22105            'BASE' and
22106            'NDRPDR' and
22107            '4T2C' and
22108            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22109   parameters:
22110   - "latency"
22111   - "parent"
22112   - "tags"
22113   layout:
22114     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
22115     layout: "plot-latency"
22116
22117 # Packet Latency - DPDK testpmd 2n-skx-xxv710
22118 - type: "plot"
22119   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
22120   algorithm: "plot_latency_error_bars"
22121   output-file-type: ".html"
22122   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
22123   data: "plot-dpdk-throughput-latency-2n-skx"
22124   filter: "'NIC_Intel-XXV710' and
22125            '64B' and
22126            'BASE' and
22127            'NDRPDR' and
22128            '2T1C' and
22129            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22130   parameters:
22131   - "latency"
22132   - "parent"
22133   - "tags"
22134   layout:
22135     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
22136     layout: "plot-latency"
22137
22138 - type: "plot"
22139   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
22140   algorithm: "plot_latency_error_bars"
22141   output-file-type: ".html"
22142   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
22143   data: "plot-dpdk-throughput-latency-2n-skx"
22144   filter: "'NIC_Intel-XXV710' and
22145            '64B' and
22146            'BASE' and
22147            'NDRPDR' and
22148            '4T2C' and
22149            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22150   parameters:
22151   - "latency"
22152   - "parent"
22153   - "tags"
22154   layout:
22155     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
22156     layout: "plot-latency"
22157
22158 ################################################################################
22159
22160 # Speedup - VPP Container Memif 3n-hsw-x520
22161 - type: "plot"
22162   title: "Speedup: memif-3n-hsw-x520-64b-base_and_features-ndr-tsa"
22163   algorithm: "plot_throughput_speedup_analysis"
22164   output-file-type: ".html"
22165   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_features-ndr-tsa"
22166   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
22167   filter: "'NIC_Intel-X520-DA2' and
22168            '64B' and
22169            ('BASE' or 'SCALE') and
22170            'NDRPDR' and
22171            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
22172            not 'VHOST' and
22173            'MEMIF'"
22174   parameters:
22175   - "throughput"
22176   - "parent"
22177   - "tags"
22178   sort:
22179   - "L2XCFWD"
22180   - "L2XCFWD"
22181   - "L2XCFWD"
22182   - "L2BDMACLRN"
22183   - "L2BDMACLRN"
22184   - "L2BDMACLRN"
22185   - "IP4FWD"
22186   layout:
22187     title: "memif-3n-hsw-x520-64b-base_and_features-ndr"
22188     layout: "plot-throughput-speedup-analysis"
22189
22190 - type: "plot"
22191   title: "Speedup: memif-3n-hsw-x520-64b-base_and_features-pdr-tsa"
22192   algorithm: "plot_throughput_speedup_analysis"
22193   output-file-type: ".html"
22194   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_features-pdr-tsa"
22195   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
22196   filter: "'NIC_Intel-X520-DA2' and
22197            '64B' and
22198            ('BASE' or 'SCALE') and
22199            'NDRPDR' and
22200            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
22201            not 'VHOST' and
22202            'MEMIF'"
22203   parameters:
22204   - "throughput"
22205   - "parent"
22206   - "tags"
22207   sort:
22208   - "L2XCFWD"
22209   - "L2XCFWD"
22210   - "L2XCFWD"
22211   - "L2BDMACLRN"
22212   - "L2BDMACLRN"
22213   - "L2BDMACLRN"
22214   - "IP4FWD"
22215   layout:
22216     title: "memif-3n-hsw-x520-64b-base_and_features-pdr"
22217     layout: "plot-throughput-speedup-analysis"
22218
22219 # Speedup - VPP Container Memif 3n-hsw-x710
22220 - type: "plot"
22221   title: "Speedup: memif-3n-hsw-x710-64b-base_and_features-ndr-tsa"
22222   algorithm: "plot_throughput_speedup_analysis"
22223   output-file-type: ".html"
22224   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_features-ndr-tsa"
22225   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
22226   filter: "'NIC_Intel-X710' and
22227            '64B' and
22228            ('BASE' or 'SCALE') and
22229            'NDRPDR' and
22230            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
22231            not 'VHOST' and
22232            'MEMIF'"
22233   parameters:
22234   - "throughput"
22235   - "parent"
22236   - "tags"
22237   sort:
22238   - "L2XCFWD"
22239   - "L2XCFWD"
22240   - "L2XCFWD"
22241   - "L2BDMACLRN"
22242   - "L2BDMACLRN"
22243   - "L2BDMACLRN"
22244   - "IP4FWD"
22245   layout:
22246     title: "memif-3n-hsw-x710-64b-base_and_features-ndr"
22247     layout: "plot-throughput-speedup-analysis"
22248
22249 - type: "plot"
22250   title: "Speedup: memif-3n-hsw-x710-64b-base_and_features-pdr-tsa"
22251   algorithm: "plot_throughput_speedup_analysis"
22252   output-file-type: ".html"
22253   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_features-pdr-tsa"
22254   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
22255   filter: "'NIC_Intel-X710' and
22256            '64B' and
22257            ('BASE' or 'SCALE') and
22258            'NDRPDR' and
22259            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
22260            not 'VHOST' and
22261            'MEMIF'"
22262   parameters:
22263   - "throughput"
22264   - "parent"
22265   - "tags"
22266   sort:
22267   - "L2XCFWD"
22268   - "L2XCFWD"
22269   - "L2XCFWD"
22270   - "L2BDMACLRN"
22271   - "L2BDMACLRN"
22272   - "L2BDMACLRN"
22273   - "IP4FWD"
22274   layout:
22275     title: "memif-3n-hsw-x710-64b-base_and_features-pdr"
22276     layout: "plot-throughput-speedup-analysis"
22277
22278 # Speedup - VPP Container Memif 3n-hsw-xl710
22279 - type: "plot"
22280   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_features-ndr-tsa"
22281   algorithm: "plot_throughput_speedup_analysis"
22282   output-file-type: ".html"
22283   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_features-ndr-tsa"
22284   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
22285   filter: "'NIC_Intel-XL710' and
22286            '64B' and
22287            ('BASE' or 'SCALE') and
22288            'NDRPDR' and
22289            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
22290            not 'VHOST' and
22291            'MEMIF'"
22292   parameters:
22293   - "throughput"
22294   - "parent"
22295   - "tags"
22296   sort:
22297   - "L2XCFWD"
22298   - "L2XCFWD"
22299   - "L2XCFWD"
22300   - "L2BDMACLRN"
22301   - "L2BDMACLRN"
22302   - "L2BDMACLRN"
22303   - "IP4FWD"
22304   layout:
22305     title: "memif-3n-hsw-xl710-64b-base_and_features-ndr"
22306     layout: "plot-throughput-speedup-analysis"
22307
22308 - type: "plot"
22309   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_features-pdr-tsa"
22310   algorithm: "plot_throughput_speedup_analysis"
22311   output-file-type: ".html"
22312   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_features-pdr-tsa"
22313   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
22314   filter: "'NIC_Intel-XL710' and
22315            '64B' and
22316            ('BASE' or 'SCALE') and
22317            'NDRPDR' and
22318            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
22319            not 'VHOST' and
22320            'MEMIF'"
22321   parameters:
22322   - "throughput"
22323   - "parent"
22324   - "tags"
22325   sort:
22326   - "L2XCFWD"
22327   - "L2XCFWD"
22328   - "L2XCFWD"
22329   - "L2BDMACLRN"
22330   - "L2BDMACLRN"
22331   - "L2BDMACLRN"
22332   - "IP4FWD"
22333   layout:
22334     title: "memif-3n-hsw-xl710-64b-base_and_features-pdr"
22335     layout: "plot-throughput-speedup-analysis"
22336
22337 # Speedup - VPP Container Memif 3n-skx-x710
22338 - type: "plot"
22339   title: "Speedup: memif-3n-skx-x710-64b-base_and_features-ndr-tsa"
22340   algorithm: "plot_throughput_speedup_analysis"
22341   output-file-type: ".html"
22342   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_features-ndr-tsa"
22343   data: "plot-vpp-throughput-lat-tsa-3n-skx"
22344   filter: "'NIC_Intel-X710' and
22345            '64B' and
22346            ('BASE' or 'SCALE') and
22347            'NDRPDR' and
22348            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
22349            not 'VHOST' and
22350            'MEMIF'"
22351   parameters:
22352   - "throughput"
22353   - "parent"
22354   - "tags"
22355   sort:
22356   - "L2XCFWD"
22357   - "L2XCFWD"
22358   - "L2XCFWD"
22359   - "L2BDMACLRN"
22360   - "L2BDMACLRN"
22361   - "L2BDMACLRN"
22362   - "IP4FWD"
22363   layout:
22364     title: "memif-3n-skx-x710-64b-base_and_features-ndr"
22365     layout: "plot-throughput-speedup-analysis"
22366
22367 - type: "plot"
22368   title: "Speedup: memif-3n-skx-x710-64b-base_and_features-pdr-tsa"
22369   algorithm: "plot_throughput_speedup_analysis"
22370   output-file-type: ".html"
22371   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_features-pdr-tsa"
22372   data: "plot-vpp-throughput-lat-tsa-3n-skx"
22373   filter: "'NIC_Intel-X710' and
22374            '64B' and
22375            ('BASE' or 'SCALE') and
22376            'NDRPDR' and
22377            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
22378            not 'VHOST' and
22379            'MEMIF'"
22380   parameters:
22381   - "throughput"
22382   - "parent"
22383   - "tags"
22384   sort:
22385   - "L2XCFWD"
22386   - "L2XCFWD"
22387   - "L2XCFWD"
22388   - "L2BDMACLRN"
22389   - "L2BDMACLRN"
22390   - "L2BDMACLRN"
22391   - "IP4FWD"
22392   layout:
22393     title: "memif-3n-skx-x710-64b-base_and_features-pdr"
22394     layout: "plot-throughput-speedup-analysis"
22395
22396 # Speedup - VPP Container Memif 2n-skx-x710
22397 - type: "plot"
22398   title: "Speedup: memif-2n-skx-x710-64b-base_and_features-ndr-tsa"
22399   algorithm: "plot_throughput_speedup_analysis"
22400   output-file-type: ".html"
22401   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_features-ndr-tsa"
22402   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22403   filter: "'NIC_Intel-X710' and
22404            '64B' and
22405            ('BASE' or 'SCALE') and
22406            'NDRPDR' and
22407            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
22408            not 'VHOST' and
22409            not 'NF_DENSITY' and
22410            'MEMIF'"
22411   parameters:
22412   - "throughput"
22413   - "parent"
22414   - "tags"
22415   sort:
22416   - "L2XCFWD"
22417   - "L2XCFWD"
22418   - "L2XCFWD"
22419   - "L2BDMACLRN"
22420   - "L2BDMACLRN"
22421   - "L2BDMACLRN"
22422   - "IP4FWD"
22423   layout:
22424     title: "memif-2n-skx-x710-64b-base_and_features-ndr"
22425     layout: "plot-throughput-speedup-analysis"
22426
22427 - type: "plot"
22428   title: "Speedup: memif-2n-skx-x710-64b-base_and_features-pdr-tsa"
22429   algorithm: "plot_throughput_speedup_analysis"
22430   output-file-type: ".html"
22431   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_features-pdr-tsa"
22432   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22433   filter: "'NIC_Intel-X710' and
22434            '64B' and
22435            ('BASE' or 'SCALE') and
22436            'NDRPDR' and
22437            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
22438            not 'VHOST' and
22439            not 'NF_DENSITY' and
22440            'MEMIF'"
22441   parameters:
22442   - "throughput"
22443   - "parent"
22444   - "tags"
22445   sort:
22446   - "L2XCFWD"
22447   - "L2XCFWD"
22448   - "L2XCFWD"
22449   - "L2BDMACLRN"
22450   - "L2BDMACLRN"
22451   - "L2BDMACLRN"
22452   - "IP4FWD"
22453   layout:
22454     title: "memif-2n-skx-x710-64b-base_and_features-pdr"
22455     layout: "plot-throughput-speedup-analysis"
22456
22457 ## Speedup - VPP Container Memif 2n-skx-xxv710
22458 #- type: "plot"
22459 #  title: "Speedup: memif-2n-skx-xxv710-64b-base_and_features-ndr-tsa"
22460 #  algorithm: "plot_throughput_speedup_analysis"
22461 #  output-file-type: ".html"
22462 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_features-ndr-tsa"
22463 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
22464 #  filter: "'NIC_Intel-XXV710' and
22465 #           '64B' and
22466 #           ('BASE' or 'SCALE') and
22467 #           'NDRPDR' and
22468 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
22469 #           not 'VHOST' and
22470 #           'MEMIF'"
22471 #  parameters:
22472 #  - "throughput"
22473 #  - "parent"
22474 #  - "tags"
22475 #  sort:
22476 #  - "L2XCFWD"
22477 #  - "L2XCFWD"
22478 #  - "L2XCFWD"
22479 #  - "L2BDMACLRN"
22480 #  - "L2BDMACLRN"
22481 #  - "L2BDMACLRN"
22482 #  - "IP4FWD"
22483 #  layout:
22484 #    title: "memif-2n-skx-xxv710-64b-base_and_features-ndr"
22485 #    layout: "plot-throughput-speedup-analysis"
22486 #
22487 #- type: "plot"
22488 #  title: "Speedup: memif-2n-skx-xxv710-64b-base_and_features-pdr-tsa"
22489 #  algorithm: "plot_throughput_speedup_analysis"
22490 #  output-file-type: ".html"
22491 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_features-pdr-tsa"
22492 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
22493 #  filter: "'NIC_Intel-XXV710' and
22494 #           '64B' and
22495 #           ('BASE' or 'SCALE') and
22496 #           'NDRPDR' and
22497 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
22498 #           not 'VHOST' and
22499 #           'MEMIF'"
22500 #  parameters:
22501 #  - "throughput"
22502 #  - "parent"
22503 #  - "tags"
22504 #  sort:
22505 #  - "L2XCFWD"
22506 #  - "L2XCFWD"
22507 #  - "L2XCFWD"
22508 #  - "L2BDMACLRN"
22509 #  - "L2BDMACLRN"
22510 #  - "L2BDMACLRN"
22511 #  - "IP4FWD"
22512 #  layout:
22513 #    title: "memif-2n-skx-xxv710-64b-base_and_features-pdr"
22514 #    layout: "plot-throughput-speedup-analysis"
22515
22516 ################################################################################
22517
22518 # Speedup - VPP Container k8s memif 3n-hsw-x520 - l2xc
22519 - type: "plot"
22520   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
22521   algorithm: "plot_throughput_speedup_analysis"
22522   output-file-type: ".html"
22523   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
22524   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
22525   filter: "'NIC_Intel-X520-DA2' and
22526            '64B' and
22527            ('BASE' or 'SCALE') and
22528            'NDRPDR' and
22529            'L2XCFWD' and
22530            not 'VHOST' and
22531            not 'NF_DENSITY' and
22532            'MEMIF'"
22533   parameters:
22534   - "throughput"
22535   - "parent"
22536   - "tags"
22537   sort:
22538   - "1VNF"
22539   - "2VNF"
22540   - "4VNF"
22541   - "2VNF"
22542   - "4VNF"
22543   layout:
22544     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2xc"
22545     layout: "plot-throughput-speedup-analysis"
22546
22547 - type: "plot"
22548   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
22549   algorithm: "plot_throughput_speedup_analysis"
22550   output-file-type: ".html"
22551   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
22552   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
22553   filter: "'NIC_Intel-X520-DA2' and
22554            '64B' and
22555            ('BASE' or 'SCALE') and
22556            'NDRPDR' and
22557            'L2XCFWD' and
22558            not 'VHOST' and
22559            not 'NF_DENSITY' and
22560            'MEMIF'"
22561   parameters:
22562   - "throughput"
22563   - "parent"
22564   - "tags"
22565   sort:
22566   - "1VNF"
22567   - "2VNF"
22568   - "4VNF"
22569   - "2VNF"
22570   - "4VNF"
22571   layout:
22572     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr"
22573     layout: "plot-throughput-speedup-analysis"
22574
22575 # Speedup - VPP Container k8s memif 3n-hsw-x520 - l2bd
22576 - type: "plot"
22577   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
22578   algorithm: "plot_throughput_speedup_analysis"
22579   output-file-type: ".html"
22580   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
22581   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
22582   filter: "'NIC_Intel-X520-DA2' and
22583            '64B' and
22584            ('BASE' or 'SCALE') and
22585            'NDRPDR' and
22586            ('L2BDMACSTAT' or 'L2BDMACLRN') and
22587            not 'VHOST' and
22588            not 'NF_DENSITY' and
22589            'MEMIF'"
22590   parameters:
22591   - "throughput"
22592   - "parent"
22593   - "tags"
22594   sort:
22595   - "1VNF"
22596   - "2VNF"
22597   - "4VNF"
22598   - "2VNF"
22599   - "4VNF"
22600   layout:
22601     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2bd"
22602     layout: "plot-throughput-speedup-analysis"
22603
22604 - type: "plot"
22605   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
22606   algorithm: "plot_throughput_speedup_analysis"
22607   output-file-type: ".html"
22608   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
22609   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
22610   filter: "'NIC_Intel-X520-DA2' and
22611            '64B' and
22612            ('BASE' or 'SCALE') and
22613            'NDRPDR' and
22614            ('L2BDMACSTAT' or 'L2BDMACLRN') and
22615            not 'VHOST' and
22616            not 'NF_DENSITY' and
22617            'MEMIF'"
22618   parameters:
22619   - "throughput"
22620   - "parent"
22621   - "tags"
22622   sort:
22623   - "1VNF"
22624   - "2VNF"
22625   - "4VNF"
22626   - "2VNF"
22627   - "4VNF"
22628   layout:
22629     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr"
22630     layout: "plot-throughput-speedup-analysis"
22631
22632 # Speedup - VPP Container Memif 3n-hsw-x710 - l2xc
22633 - type: "plot"
22634   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
22635   algorithm: "plot_throughput_speedup_analysis"
22636   output-file-type: ".html"
22637   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
22638   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
22639   filter: "'NIC_Intel-X710' and
22640            '64B' and
22641            ('BASE' or 'SCALE') and
22642            'NDRPDR' and
22643            'L2XCFWD' and
22644            not 'VHOST' and
22645            not 'NF_DENSITY' and
22646            'MEMIF'"
22647   parameters:
22648   - "throughput"
22649   - "parent"
22650   - "tags"
22651   sort:
22652   - "1VNF"
22653   - "2VNF"
22654   - "4VNF"
22655   - "2VNF"
22656   - "4VNF"
22657   layout:
22658     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr"
22659     layout: "plot-throughput-speedup-analysis"
22660
22661 - type: "plot"
22662   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
22663   algorithm: "plot_throughput_speedup_analysis"
22664   output-file-type: ".html"
22665   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
22666   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
22667   filter: "'NIC_Intel-X710' and
22668            '64B' and
22669            ('BASE' or 'SCALE') and
22670            'NDRPDR' and
22671            'L2XCFWD' and
22672            not 'VHOST' and
22673            not 'NF_DENSITY' and
22674            'MEMIF'"
22675   parameters:
22676   - "throughput"
22677   - "parent"
22678   - "tags"
22679   sort:
22680   - "1VNF"
22681   - "2VNF"
22682   - "4VNF"
22683   - "2VNF"
22684   - "4VNF"
22685   layout:
22686     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr"
22687     layout: "plot-throughput-speedup-analysis"
22688
22689 # Speedup - VPP Container Memif 3n-hsw-x710 - l2bd
22690 - type: "plot"
22691   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
22692   algorithm: "plot_throughput_speedup_analysis"
22693   output-file-type: ".html"
22694   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
22695   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
22696   filter: "'NIC_Intel-X710' and
22697            '64B' and
22698            ('BASE' or 'SCALE') and
22699            'NDRPDR' and
22700            ('L2BDMACSTAT' or 'L2BDMACLRN') and
22701            not 'VHOST' and
22702            not 'NF_DENSITY' and
22703            'MEMIF'"
22704   parameters:
22705   - "throughput"
22706   - "parent"
22707   - "tags"
22708   sort:
22709   - "1VNF"
22710   - "2VNF"
22711   - "4VNF"
22712   - "2VNF"
22713   - "4VNF"
22714   layout:
22715     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr"
22716     layout: "plot-throughput-speedup-analysis"
22717
22718 - type: "plot"
22719   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
22720   algorithm: "plot_throughput_speedup_analysis"
22721   output-file-type: ".html"
22722   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
22723   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
22724   filter: "'NIC_Intel-X710' and
22725            '64B' and
22726            ('BASE' or 'SCALE') and
22727            'NDRPDR' and
22728            ('L2BDMACSTAT' or 'L2BDMACLRN') and
22729            not 'VHOST' and
22730            not 'NF_DENSITY' and
22731            'MEMIF'"
22732   parameters:
22733   - "throughput"
22734   - "parent"
22735   - "tags"
22736   sort:
22737   - "1VNF"
22738   - "2VNF"
22739   - "4VNF"
22740   - "2VNF"
22741   - "4VNF"
22742   layout:
22743     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr"
22744     layout: "plot-throughput-speedup-analysis"
22745
22746 ################################################################################
22747
22748 # Speedup - VPP IPv4 3n-hsw-x520 base and scale
22749 - type: "plot"
22750   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
22751   algorithm: "plot_throughput_speedup_analysis"
22752   output-file-type: ".html"
22753   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
22754   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
22755   filter: "'NIC_Intel-X520-DA2' and
22756            '64B' and
22757            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22758            'NDRPDR' and
22759            'IP4FWD' and
22760            not 'IPSEC' and
22761            not 'DOT1Q' and
22762            not 'VHOST'"
22763   parameters:
22764   - "throughput"
22765   - "parent"
22766   - "tags"
22767   sort:
22768   - "DOT1Q"
22769   - "IP4BASE"
22770   - "FIB_20K"
22771   - "FIB_200K"
22772   - "FIB_2M"
22773   layout:
22774     title: "ip4-3n-hsw-x520-64b-base_and_scale-ndr"
22775     layout: "plot-throughput-speedup-analysis"
22776
22777 - type: "plot"
22778   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
22779   algorithm: "plot_throughput_speedup_analysis"
22780   output-file-type: ".html"
22781   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
22782   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
22783   filter: "'NIC_Intel-X520-DA2' and
22784            '64B' and
22785            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22786            'NDRPDR' and
22787            'IP4FWD' and
22788            not 'IPSEC' and
22789            not 'DOT1Q' and
22790            not 'VHOST'"
22791   parameters:
22792   - "throughput"
22793   - "parent"
22794   - "tags"
22795   sort:
22796   - "DOT1Q"
22797   - "IP4BASE"
22798   - "FIB_20K"
22799   - "FIB_200K"
22800   - "FIB_2M"
22801   layout:
22802     title: "ip4-3n-hsw-x520-64b-base_and_scale-pdr"
22803     layout: "plot-throughput-speedup-analysis"
22804
22805 # Speedup - VPP IPv4 3n-hsw-x520 features
22806 - type: "plot"
22807   title: "Speedup: ip4-3n-hsw-x520-64b-features-ndr-tsa"
22808   algorithm: "plot_throughput_speedup_analysis"
22809   output-file-type: ".html"
22810   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-ndr-tsa"
22811   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
22812   filter: "'NIC_Intel-X520-DA2' and
22813            '64B' and
22814            ('IP4BASE' or
22815             'POLICE_MARK' or
22816             'COPWHLIST' or
22817             ('NAT44' and 'BASE') or
22818             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
22819            'NDRPDR' and
22820            'IP4FWD' and
22821            not 'IPSEC' and
22822            not 'VHOST'"
22823   parameters:
22824   - "throughput"
22825   - "parent"
22826   - "tags"
22827   sort:
22828   - "DOT1Q"
22829   - "IP4BASE"
22830   - "NAT44"
22831   - "POLICE_MARK"
22832   - "COPWHLIST"
22833   - "IACL"
22834   - "OACL"
22835   layout:
22836     title: "ip4-3n-hsw-x520-64b-features-ndr"
22837     layout: "plot-throughput-speedup-analysis"
22838
22839 - type: "plot"
22840   title: "Speedup: ip4-3n-hsw-x520-64b-features-pdr-tsa"
22841   algorithm: "plot_throughput_speedup_analysis"
22842   output-file-type: ".html"
22843   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-pdr-tsa"
22844   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
22845   filter: "'NIC_Intel-X520-DA2' and
22846            '64B' and
22847            ('IP4BASE' or
22848             'POLICE_MARK' or
22849             'COPWHLIST' or
22850             ('NAT44' and 'BASE') or
22851             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
22852            'NDRPDR' and
22853            'IP4FWD' and
22854            not 'IPSEC' and
22855            not 'VHOST'"
22856   parameters:
22857   - "throughput"
22858   - "parent"
22859   - "tags"
22860   sort:
22861   - "DOT1Q"
22862   - "IP4BASE"
22863   - "NAT44"
22864   - "POLICE_MARK"
22865   - "COPWHLIST"
22866   - "IACL"
22867   - "OACL"
22868   layout:
22869     title: "ip4-3n-hsw-x520-64b-features-pdr"
22870     layout: "plot-throughput-speedup-analysis"
22871
22872 # Speedup - VPP IPv4 3n-hsw-x520 features nat44
22873 - type: "plot"
22874   title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
22875   algorithm: "plot_throughput_speedup_analysis"
22876   output-file-type: ".html"
22877   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
22878   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
22879   filter: "'NIC_Intel-X520-DA2' and
22880            '64B' and
22881            'NDRPDR' and
22882            'IP4FWD' and
22883            ('NAT44' or 'IP4BASE') and
22884            not 'DOT1Q' and
22885            not 'IPSEC' and
22886            not 'VHOST'"
22887   parameters:
22888   - "throughput"
22889   - "parent"
22890   - "tags"
22891   sort:
22892   - "IP4BASE"
22893   - "BASE"
22894   - "SRC_USER_10"
22895   - "SRC_USER_100"
22896   - "SRC_USER_1000"
22897   - "SRC_USER_2000"
22898   layout:
22899     title: "ip4-3n-hsw-x520-64b-features-nat44-ndr"
22900     layout: "plot-throughput-speedup-analysis"
22901
22902 - type: "plot"
22903   title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
22904   algorithm: "plot_throughput_speedup_analysis"
22905   output-file-type: ".html"
22906   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
22907   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
22908   filter: "'NIC_Intel-X520-DA2' and
22909            '64B' and
22910            'NDRPDR' and
22911            'IP4FWD' and
22912            ('NAT44' or 'IP4BASE') and
22913            not 'DOT1Q' and
22914            not 'IPSEC' and
22915            not 'VHOST'"
22916   parameters:
22917   - "throughput"
22918   - "parent"
22919   - "tags"
22920   sort:
22921   - "IP4BASE"
22922   - "BASE"
22923   - "SRC_USER_10"
22924   - "SRC_USER_100"
22925   - "SRC_USER_1000"
22926   - "SRC_USER_2000"
22927   layout:
22928     title: "ip4-3n-hsw-x520-64b-features-nat44-pdr"
22929     layout: "plot-throughput-speedup-analysis"
22930
22931 # Speedup - VPP IPv4 3n-hsw-x520 features iacl
22932 - type: "plot"
22933   title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
22934   algorithm: "plot_throughput_speedup_analysis"
22935   output-file-type: ".html"
22936   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
22937   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
22938   filter: "'NIC_Intel-X520-DA2' and
22939            '64B' and
22940            'NDRPDR' and
22941            'IP4FWD' and
22942            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
22943            not 'IPSEC' and
22944            not 'DOT1Q' and
22945            not 'VHOST'"
22946   parameters:
22947   - "throughput"
22948   - "parent"
22949   - "tags"
22950   sort:
22951   - "IP4BASE"
22952   - "ACL_STATELESS"
22953   - "ACL_STATEFUL"
22954   - "ACL_STATELESS"
22955   - "ACL_STATEFUL"
22956   layout:
22957     title: "ip4-3n-hsw-x520-64b-features-iacl-ndr"
22958     layout: "plot-throughput-speedup-analysis"
22959
22960 - type: "plot"
22961   title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
22962   algorithm: "plot_throughput_speedup_analysis"
22963   output-file-type: ".html"
22964   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
22965   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
22966   filter: "'NIC_Intel-X520-DA2' and
22967            '64B' and
22968            'NDRPDR' and
22969            'IP4FWD' and
22970            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
22971            not 'IPSEC' and
22972            not 'DOT1Q' and
22973            not 'VHOST'"
22974   parameters:
22975   - "throughput"
22976   - "parent"
22977   - "tags"
22978   sort:
22979   - "IP4BASE"
22980   - "ACL_STATELESS"
22981   - "ACL_STATEFUL"
22982   - "ACL_STATELESS"
22983   - "ACL_STATEFUL"
22984   layout:
22985     title: "ip4-3n-hsw-x520-64b-features-iacl-pdr"
22986     layout: "plot-throughput-speedup-analysis"
22987
22988 # Speedup - VPP IPv4 3n-hsw-x520 features oacl
22989 - type: "plot"
22990   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
22991   algorithm: "plot_throughput_speedup_analysis"
22992   output-file-type: ".html"
22993   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
22994   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
22995   filter: "'NIC_Intel-X520-DA2' and
22996            '64B' and
22997            'NDRPDR' and
22998            'IP4FWD' and
22999            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
23000            not 'IPSEC' and
23001            not 'DOT1Q' and
23002            not 'VHOST'"
23003   parameters:
23004   - "throughput"
23005   - "parent"
23006   - "tags"
23007   sort:
23008   - "IP4BASE"
23009   - "ACL_STATELESS"
23010   - "ACL_STATEFUL"
23011   - "ACL_STATELESS"
23012   - "ACL_STATEFUL"
23013   layout:
23014     title: "ip4-3n-hsw-x520-64b-features-oacl-ndr"
23015     layout: "plot-throughput-speedup-analysis"
23016
23017 - type: "plot"
23018   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
23019   algorithm: "plot_throughput_speedup_analysis"
23020   output-file-type: ".html"
23021   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
23022   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23023   filter: "'NIC_Intel-X520-DA2' and
23024            '64B' and
23025            'NDRPDR' and
23026            'IP4FWD' and
23027            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
23028            not 'IPSEC' and
23029            not 'DOT1Q' and
23030            not 'VHOST'"
23031   parameters:
23032   - "throughput"
23033   - "parent"
23034   - "tags"
23035   sort:
23036   - "IP4BASE"
23037   - "ACL_STATELESS"
23038   - "ACL_STATEFUL"
23039   - "ACL_STATELESS"
23040   - "ACL_STATEFUL"
23041   layout:
23042     title: "ip4-3n-hsw-x520-64b-features-oacl-pdr"
23043     layout: "plot-throughput-speedup-analysis"
23044
23045 # Speedup - VPP IPv4 3n-hsw-x710 base and scale
23046 - type: "plot"
23047   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
23048   algorithm: "plot_throughput_speedup_analysis"
23049   output-file-type: ".html"
23050   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
23051   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23052   filter: "'NIC_Intel-X710' and
23053            '64B' and
23054            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23055            'NDRPDR' and
23056            'IP4FWD' and
23057            not 'IPSEC' and
23058            not 'DOT1Q' and
23059            not 'VHOST'"
23060   parameters:
23061   - "throughput"
23062   - "parent"
23063   - "tags"
23064   sort:
23065   - "IP4BASE"
23066   - "FIB_20K"
23067   - "FIB_200K"
23068   - "FIB_2M"
23069   layout:
23070     title: "ip4-3n-hsw-x710-64b-base_and_scale-ndr"
23071     layout: "plot-throughput-speedup-analysis"
23072
23073 - type: "plot"
23074   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
23075   algorithm: "plot_throughput_speedup_analysis"
23076   output-file-type: ".html"
23077   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
23078   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23079   filter: "'NIC_Intel-X710' and
23080            '64B' and
23081            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23082            'NDRPDR' and
23083            'IP4FWD' and
23084            not 'IPSEC' and
23085            not 'DOT1Q' and
23086            not 'VHOST'"
23087   parameters:
23088   - "throughput"
23089   - "parent"
23090   - "tags"
23091   sort:
23092   - "IP4BASE"
23093   - "FIB_20K"
23094   - "FIB_200K"
23095   - "FIB_2M"
23096   layout:
23097     title: "ip4-3n-hsw-x710-64b-base_and_scale-pdr"
23098     layout: "plot-throughput-speedup-analysis"
23099
23100 # Speedup - VPP IPv4 3n-hsw-x710 features
23101 - type: "plot"
23102   title: "Speedup: ip4-3n-hsw-x710-64b-features-ndr-tsa"
23103   algorithm: "plot_throughput_speedup_analysis"
23104   output-file-type: ".html"
23105   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-ndr-tsa"
23106   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23107   filter: "'NIC_Intel-X710' and
23108            '64B' and
23109            ('IP4BASE' or
23110             'POLICE_MARK' or
23111             'COPWHLIST' or
23112             ('NAT44' and 'BASE') or
23113             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
23114            'NDRPDR' and
23115            'IP4FWD' and
23116            not 'IPSEC' and
23117            not 'VHOST'"
23118   parameters:
23119   - "throughput"
23120   - "parent"
23121   - "tags"
23122   sort:
23123   - "DOT1Q"
23124   - "IP4BASE"
23125   - "NAT44"
23126   - "POLICE_MARK"
23127   - "COPWHLIST"
23128   - "IACL"
23129   - "OACL"
23130   layout:
23131     title: "ip4-3n-hsw-x710-64b-features-ndr"
23132     layout: "plot-throughput-speedup-analysis"
23133
23134 - type: "plot"
23135   title: "Speedup: ip4-3n-hsw-x710-64b-features-pdr-tsa"
23136   algorithm: "plot_throughput_speedup_analysis"
23137   output-file-type: ".html"
23138   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-pdr-tsa"
23139   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23140   filter: "'NIC_Intel-X710' and
23141            '64B' and
23142            ('IP4BASE' or
23143             'POLICE_MARK' or
23144             'COPWHLIST' or
23145             ('NAT44' and 'BASE') or
23146             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
23147            'NDRPDR' and
23148            'IP4FWD' and
23149            not 'IPSEC' and
23150            not 'VHOST'"
23151   parameters:
23152   - "throughput"
23153   - "parent"
23154   - "tags"
23155   sort:
23156   - "DOT1Q"
23157   - "IP4BASE"
23158   - "NAT44"
23159   - "POLICE_MARK"
23160   - "COPWHLIST"
23161   - "IACL"
23162   - "OACL"
23163   layout:
23164     title: "ip4-3n-hsw-x710-64b-features-pdr"
23165     layout: "plot-throughput-speedup-analysis"
23166
23167 # Speedup - VPP IPv4 3n-hsw-x710 features nat44
23168 - type: "plot"
23169   title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
23170   algorithm: "plot_throughput_speedup_analysis"
23171   output-file-type: ".html"
23172   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
23173   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23174   filter: "'NIC_Intel-X710' and
23175            '64B' and
23176            'NDRPDR' and
23177            'IP4FWD' and
23178            ('NAT44' or 'IP4BASE') and
23179            not 'IPSEC' and
23180            not 'VHOST'"
23181   parameters:
23182   - "throughput"
23183   - "parent"
23184   - "tags"
23185   sort:
23186   - "IP4BASE"
23187   - "BASE"
23188   - "SRC_USER_10"
23189   - "SRC_USER_100"
23190   - "SRC_USER_1000"
23191   - "SRC_USER_2000"
23192   layout:
23193     title: "ip4-3n-hsw-x710-64b-features-nat44-ndr"
23194     layout: "plot-throughput-speedup-analysis"
23195
23196 - type: "plot"
23197   title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
23198   algorithm: "plot_throughput_speedup_analysis"
23199   output-file-type: ".html"
23200   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
23201   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23202   filter: "'NIC_Intel-X710' and
23203            '64B' and
23204            'NDRPDR' and
23205            'IP4FWD' and
23206            ('NAT44' or 'IP4BASE') and
23207            not 'IPSEC' and
23208            not 'VHOST'"
23209   parameters:
23210   - "throughput"
23211   - "parent"
23212   - "tags"
23213   sort:
23214   - "IP4BASE"
23215   - "BASE"
23216   - "SRC_USER_10"
23217   - "SRC_USER_100"
23218   - "SRC_USER_1000"
23219   - "SRC_USER_2000"
23220   layout:
23221     title: "ip4-3n-hsw-x710-64b-features-nat44-pdr"
23222     layout: "plot-throughput-speedup-analysis"
23223
23224 # Speedup - VPP IPv4 3n-hsw-x710 features iacl
23225 - type: "plot"
23226   title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
23227   algorithm: "plot_throughput_speedup_analysis"
23228   output-file-type: ".html"
23229   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
23230   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23231   filter: "'NIC_Intel-X710' and
23232            '64B' and
23233            'NDRPDR' and
23234            'IP4FWD' and
23235            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
23236            not 'IPSEC' and
23237            not 'VHOST'"
23238   parameters:
23239   - "throughput"
23240   - "parent"
23241   - "tags"
23242   sort:
23243   - "IP4BASE"
23244   - "ACL_STATELESS"
23245   - "ACL_STATEFUL"
23246   - "ACL_STATELESS"
23247   - "ACL_STATEFUL"
23248   layout:
23249     title: "ip4-3n-hsw-x710-64b-features-iacl-ndr"
23250     layout: "plot-throughput-speedup-analysis"
23251
23252 - type: "plot"
23253   title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
23254   algorithm: "plot_throughput_speedup_analysis"
23255   output-file-type: ".html"
23256   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
23257   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23258   filter: "'NIC_Intel-X710' and
23259            '64B' and
23260            'NDRPDR' and
23261            'IP4FWD' and
23262            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
23263            not 'IPSEC' and
23264            not 'VHOST'"
23265   parameters:
23266   - "throughput"
23267   - "parent"
23268   - "tags"
23269   sort:
23270   - "IP4BASE"
23271   - "ACL_STATELESS"
23272   - "ACL_STATEFUL"
23273   - "ACL_STATELESS"
23274   - "ACL_STATEFUL"
23275   layout:
23276     title: "ip4-3n-hsw-x710-64b-features-iacl-pdr"
23277     layout: "plot-throughput-speedup-analysis"
23278
23279 # Speedup - VPP IPv4 3n-hsw-xl710 base and scale
23280 - type: "plot"
23281   title: "Speedup: ip4-3n-hsw-xl710-64b-base-ndr-tsa"
23282   algorithm: "plot_throughput_speedup_analysis"
23283   output-file-type: ".html"
23284   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base-ndr-tsa"
23285   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23286   filter: "'NIC_Intel-XL710' and
23287            '64B' and
23288            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23289            'NDRPDR' and
23290            'IP4FWD' and
23291            not 'IPSEC' and
23292            not 'VHOST'"
23293   parameters:
23294   - "throughput"
23295   - "parent"
23296   - "tags"
23297   sort:
23298   - "IP4BASE"
23299   - "FIB_20K"
23300   - "FIB_200K"
23301   - "FIB_2M"
23302   layout:
23303     title: "ip4-3n-hsw-xl710-64b-base-ndr"
23304     layout: "plot-throughput-speedup-analysis"
23305
23306 - type: "plot"
23307   title: "Speedup: ip4-3n-hsw-xl710-64b-base-pdr-tsa"
23308   algorithm: "plot_throughput_speedup_analysis"
23309   output-file-type: ".html"
23310   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base-pdr-tsa"
23311   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23312   filter: "'NIC_Intel-XL710' and
23313            '64B' and
23314            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23315            'NDRPDR' and
23316            'IP4FWD' and
23317            not 'IPSEC' and
23318            not 'VHOST'"
23319   parameters:
23320   - "throughput"
23321   - "parent"
23322   - "tags"
23323   sort:
23324   - "IP4BASE"
23325   - "FIB_20K"
23326   - "FIB_200K"
23327   - "FIB_2M"
23328   layout:
23329     title: "ip4-3n-hsw-xl710-64b-base-pdr"
23330     layout: "plot-throughput-speedup-analysis"
23331
23332 # Speedup - VPP IPv4 3n-skx-x710 base and scale
23333 - type: "plot"
23334   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
23335   algorithm: "plot_throughput_speedup_analysis"
23336   output-file-type: ".html"
23337   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
23338   data: "plot-vpp-throughput-lat-tsa-3n-skx"
23339   filter: "'NIC_Intel-X710' and
23340            '64B' and
23341            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23342            'NDRPDR' and
23343            'IP4FWD' and
23344            not 'IPSEC' and
23345            not 'DOT1Q' and
23346            not 'VHOST'"
23347   parameters:
23348   - "throughput"
23349   - "parent"
23350   - "tags"
23351   sort:
23352   - "IP4BASE"
23353   - "FIB_20K"
23354   - "FIB_200K"
23355   - "FIB_2M"
23356   layout:
23357     title: "ip4-3n-skx-x710-64b-base_and_scale-ndr"
23358     layout: "plot-throughput-speedup-analysis"
23359
23360 - type: "plot"
23361   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
23362   algorithm: "plot_throughput_speedup_analysis"
23363   output-file-type: ".html"
23364   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
23365   data: "plot-vpp-throughput-lat-tsa-3n-skx"
23366   filter: "'NIC_Intel-X710' and
23367            '64B' and
23368            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23369            'NDRPDR' and
23370            'IP4FWD' and
23371            not 'IPSEC' and
23372            not 'DOT1Q' and
23373            not 'VHOST'"
23374   parameters:
23375   - "throughput"
23376   - "parent"
23377   - "tags"
23378   sort:
23379   - "IP4BASE"
23380   - "FIB_20K"
23381   - "FIB_200K"
23382   - "FIB_2M"
23383   layout:
23384     title: "ip4-3n-skx-x710-64b-base_and_scale-pdr"
23385     layout: "plot-throughput-speedup-analysis"
23386
23387 # Speedup - VPP IPv4 3n-skx-x710 features
23388 - type: "plot"
23389   title: "Speedup: ip4-3n-skx-x710-64b-features-ndr-tsa"
23390   algorithm: "plot_throughput_speedup_analysis"
23391   output-file-type: ".html"
23392   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-ndr-tsa"
23393   data: "plot-vpp-throughput-lat-tsa-3n-skx"
23394   filter: "'NIC_Intel-X710' and
23395            '64B' and
23396            ('IP4BASE' or
23397             'POLICE_MARK' or
23398             'COPWHLIST' or
23399             ('NAT44' and 'BASE') or
23400             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
23401            'NDRPDR' and
23402            'IP4FWD' and
23403            not 'IPSEC' and
23404            not 'VHOST'"
23405   parameters:
23406   - "throughput"
23407   - "parent"
23408   - "tags"
23409   sort:
23410   - "DOT1Q"
23411   - "IP4BASE"
23412   - "NAT44"
23413   - "POLICE_MARK"
23414   - "COPWHLIST"
23415   - "IACL"
23416   - "OACL"
23417   layout:
23418     title: "ip4-3n-skx-x710-64b-features-ndr"
23419     layout: "plot-throughput-speedup-analysis"
23420
23421 - type: "plot"
23422   title: "Speedup: ip4-3n-skx-x710-64b-features-pdr-tsa"
23423   algorithm: "plot_throughput_speedup_analysis"
23424   output-file-type: ".html"
23425   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-pdr-tsa"
23426   data: "plot-vpp-throughput-lat-tsa-3n-skx"
23427   filter: "'NIC_Intel-X710' and
23428            '64B' and
23429            ('IP4BASE' or
23430             'POLICE_MARK' or
23431             'COPWHLIST' or
23432             ('NAT44' and 'BASE') or
23433             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
23434            'NDRPDR' and
23435            'IP4FWD' and
23436            not 'IPSEC' and
23437            not 'VHOST'"
23438   parameters:
23439   - "throughput"
23440   - "parent"
23441   - "tags"
23442   sort:
23443   - "DOT1Q"
23444   - "IP4BASE"
23445   - "NAT44"
23446   - "POLICE_MARK"
23447   - "COPWHLIST"
23448   - "IACL"
23449   - "OACL"
23450   layout:
23451     title: "ip4-3n-skx-x710-64b-features-pdr"
23452     layout: "plot-throughput-speedup-analysis"
23453
23454 # Speedup - VPP IPv4 3n-skx-x710 features nat44
23455 - type: "plot"
23456   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
23457   algorithm: "plot_throughput_speedup_analysis"
23458   output-file-type: ".html"
23459   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
23460   data: "plot-vpp-throughput-lat-tsa-3n-skx"
23461   filter: "'NIC_Intel-X710' and
23462            '64B' and
23463            'NDRPDR' and
23464            'IP4FWD' and
23465            ('NAT44' or 'IP4BASE') and
23466            not 'IPSEC' and
23467            not 'VHOST'"
23468   parameters:
23469   - "throughput"
23470   - "parent"
23471   - "tags"
23472   sort:
23473   - "IP4BASE"
23474   - "BASE"
23475   - "SRC_USER_10"
23476   - "SRC_USER_100"
23477   - "SRC_USER_1000"
23478   - "SRC_USER_2000"
23479   layout:
23480     title: "ip4-3n-skx-x710-64b-features-nat44-ndr"
23481     layout: "plot-throughput-speedup-analysis"
23482
23483 - type: "plot"
23484   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
23485   algorithm: "plot_throughput_speedup_analysis"
23486   output-file-type: ".html"
23487   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
23488   data: "plot-vpp-throughput-lat-tsa-3n-skx"
23489   filter: "'NIC_Intel-X710' and
23490            '64B' and
23491            'NDRPDR' and
23492            'IP4FWD' and
23493            ('NAT44' or 'IP4BASE') and
23494            not 'IPSEC' and
23495            not 'VHOST'"
23496   parameters:
23497   - "throughput"
23498   - "parent"
23499   - "tags"
23500   sort:
23501   - "IP4BASE"
23502   - "BASE"
23503   - "SRC_USER_10"
23504   - "SRC_USER_100"
23505   - "SRC_USER_1000"
23506   - "SRC_USER_2000"
23507   layout:
23508     title: "ip4-3n-skx-x710-64b-features-nat44-pdr"
23509     layout: "plot-throughput-speedup-analysis"
23510
23511 # Speedup - VPP IPv4 3n-skx-x710 features iacl
23512 - type: "plot"
23513   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
23514   algorithm: "plot_throughput_speedup_analysis"
23515   output-file-type: ".html"
23516   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
23517   data: "plot-vpp-throughput-lat-tsa-3n-skx"
23518   filter: "'NIC_Intel-X710' and
23519            '64B' and
23520            'NDRPDR' and
23521            'IP4FWD' and
23522            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
23523            not 'IPSEC' and
23524            not 'VHOST'"
23525   parameters:
23526   - "throughput"
23527   - "parent"
23528   - "tags"
23529   sort:
23530   - "IP4BASE"
23531   - "ACL_STATELESS"
23532   - "ACL_STATEFUL"
23533   - "ACL_STATELESS"
23534   - "ACL_STATEFUL"
23535   layout:
23536     title: "ip4-3n-skx-x710-64b-features-iacl-ndr"
23537     layout: "plot-throughput-speedup-analysis"
23538
23539 - type: "plot"
23540   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
23541   algorithm: "plot_throughput_speedup_analysis"
23542   output-file-type: ".html"
23543   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
23544   data: "plot-vpp-throughput-lat-tsa-3n-skx"
23545   filter: "'NIC_Intel-X710' and
23546            '64B' and
23547            'NDRPDR' and
23548            'IP4FWD' and
23549            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
23550            not 'IPSEC' and
23551            not 'VHOST'"
23552   parameters:
23553   - "throughput"
23554   - "parent"
23555   - "tags"
23556   sort:
23557   - "IP4BASE"
23558   - "ACL_STATELESS"
23559   - "ACL_STATEFUL"
23560   - "ACL_STATELESS"
23561   - "ACL_STATEFUL"
23562   layout:
23563     title: "ip4-3n-skx-x710-64b-features-iacl-pdr"
23564     layout: "plot-throughput-speedup-analysis"
23565
23566 ## Speedup - VPP IPv4 3n-skx-x710 features oacl
23567 #- type: "plot"
23568 #  title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
23569 #  algorithm: "plot_throughput_speedup_analysis"
23570 #  output-file-type: ".html"
23571 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
23572 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
23573 #  filter: "'NIC_Intel-X710' and
23574 #           '64B' and
23575 #           'NDRPDR' and
23576 #           'IP4FWD' and
23577 #           'OACL' and
23578 #           ('ACL10' or 'ACL50') and '10K_FLOWS' and
23579 #           not 'IPSEC' and
23580 #           not 'VHOST'"
23581 #  parameters:
23582 #  - "throughput"
23583 #  - "parent"
23584 #  - "tags"
23585 #  sort:
23586 #  - "ACL_STATELESS"
23587 #  - "ACL_STATEFUL"
23588 #  - "ACL_STATELESS"
23589 #  - "ACL_STATEFUL"
23590 #  layout:
23591 #    title: "ip4-3n-skx-x710-64b-features-oacl-ndr"
23592 #    layout: "plot-throughput-speedup-analysis"
23593 #
23594 #- type: "plot"
23595 #  title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
23596 #  algorithm: "plot_throughput_speedup_analysis"
23597 #  output-file-type: ".html"
23598 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
23599 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
23600 #  filter: "'NIC_Intel-X710' and
23601 #           '64B' and
23602 #           'NDRPDR' and
23603 #           'IP4FWD' and
23604 #           'OACL' and
23605 #           ('ACL10' or 'ACL50') and '10K_FLOWS' and
23606 #           not 'IPSEC' and
23607 #           not 'VHOST'"
23608 #  parameters:
23609 #  - "throughput"
23610 #  - "parent"
23611 #  - "tags"
23612 #  sort:
23613 #  - "ACL_STATELESS"
23614 #  - "ACL_STATEFUL"
23615 #  - "ACL_STATELESS"
23616 #  - "ACL_STATEFUL"
23617 #  layout:
23618 #    title: "ip4-3n-skx-x710-64b-features-oacl-pdr"
23619 #    layout: "plot-throughput-speedup-analysis"
23620
23621 # Speedup - VPP IPv4 2n-skx-x710 base and scale
23622 - type: "plot"
23623   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
23624   algorithm: "plot_throughput_speedup_analysis"
23625   output-file-type: ".html"
23626   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
23627   data: "plot-vpp-throughput-lat-tsa-2n-skx"
23628   filter: "'NIC_Intel-X710' and
23629            '64B' and
23630            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23631            'NDRPDR' and
23632            'IP4FWD' and
23633            not 'IPSEC' and
23634            not 'DOT1Q' and
23635            not 'VHOST'"
23636   parameters:
23637   - "throughput"
23638   - "parent"
23639   - "tags"
23640   sort:
23641   - "IP4BASE"
23642   - "FIB_20K"
23643   - "FIB_200K"
23644   - "FIB_2M"
23645   layout:
23646     title: "ip4-2n-skx-x710-64b-base_and_scale-ndr"
23647     layout: "plot-throughput-speedup-analysis"
23648
23649 - type: "plot"
23650   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
23651   algorithm: "plot_throughput_speedup_analysis"
23652   output-file-type: ".html"
23653   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
23654   data: "plot-vpp-throughput-lat-tsa-2n-skx"
23655   filter: "'NIC_Intel-X710' and
23656            '64B' and
23657            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23658            'NDRPDR' and
23659            'IP4FWD' and
23660            not 'IPSEC' and
23661            not 'DOT1Q' and
23662            not 'VHOST'"
23663   parameters:
23664   - "throughput"
23665   - "parent"
23666   - "tags"
23667   sort:
23668   - "IP4BASE"
23669   - "FIB_20K"
23670   - "FIB_200K"
23671   - "FIB_2M"
23672   layout:
23673     title: "ip4-2n-skx-x710-64b-base_and_scale-pdr"
23674     layout: "plot-throughput-speedup-analysis"
23675
23676 # Speedup - VPP IPv4 2n-skx-x710 features iacl
23677 - type: "plot"
23678   title: "Speedup: ip4-2n-skx-x710-64b-features-iacl-ndr-tsa"
23679   algorithm: "plot_throughput_speedup_analysis"
23680   output-file-type: ".html"
23681   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-features-iacl-ndr-tsa"
23682   data: "plot-vpp-throughput-lat-tsa-2n-skx"
23683   filter: "'NIC_Intel-X710' and
23684            '64B' and
23685            'NDRPDR' and
23686            'IP4FWD' and
23687            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
23688            not 'IPSEC' and
23689            not 'VHOST'"
23690   parameters:
23691   - "throughput"
23692   - "parent"
23693   - "tags"
23694   sort:
23695   - "IP4BASE"
23696   - "ACL_STATELESS"
23697   - "ACL_STATEFUL"
23698   - "ACL_STATELESS"
23699   - "ACL_STATEFUL"
23700   layout:
23701     title: "ip4-2n-skx-x710-64b-features-iacl-ndr"
23702     layout: "plot-throughput-speedup-analysis"
23703
23704 - type: "plot"
23705   title: "Speedup: ip4-2n-skx-x710-64b-features-iacl-pdr-tsa"
23706   algorithm: "plot_throughput_speedup_analysis"
23707   output-file-type: ".html"
23708   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-features-iacl-pdr-tsa"
23709   data: "plot-vpp-throughput-lat-tsa-2n-skx"
23710   filter: "'NIC_Intel-X710' and
23711            '64B' and
23712            'NDRPDR' and
23713            'IP4FWD' and
23714            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
23715            not 'IPSEC' and
23716            not 'VHOST'"
23717   parameters:
23718   - "throughput"
23719   - "parent"
23720   - "tags"
23721   sort:
23722   - "IP4BASE"
23723   - "ACL_STATELESS"
23724   - "ACL_STATEFUL"
23725   - "ACL_STATELESS"
23726   - "ACL_STATEFUL"
23727   layout:
23728     title: "ip4-2n-skx-x710-64b-features-iacl-pdr"
23729     layout: "plot-throughput-speedup-analysis"
23730
23731 # Speedup - VPP IPv4 2n-skx-xxv710 base and scale
23732 - type: "plot"
23733   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
23734   algorithm: "plot_throughput_speedup_analysis"
23735   output-file-type: ".html"
23736   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
23737   data: "plot-vpp-throughput-lat-tsa-2n-skx"
23738   filter: "'NIC_Intel-XXV710' and
23739            '64B' and
23740            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23741            'NDRPDR' and
23742            'IP4FWD' and
23743            not 'IPSEC' and
23744            not 'DOT1Q' and
23745            not 'VHOST'"
23746   parameters:
23747   - "throughput"
23748   - "parent"
23749   - "tags"
23750   sort:
23751   - "IP4BASE"
23752   - "FIB_20K"
23753   - "FIB_200K"
23754   - "FIB_2M"
23755   layout:
23756     title: "ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
23757     layout: "plot-throughput-speedup-analysis"
23758
23759 - type: "plot"
23760   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
23761   algorithm: "plot_throughput_speedup_analysis"
23762   output-file-type: ".html"
23763   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
23764   data: "plot-vpp-throughput-lat-tsa-2n-skx"
23765   filter: "'NIC_Intel-XXV710' and
23766            '64B' and
23767            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23768            'NDRPDR' and
23769            'IP4FWD' and
23770            not 'IPSEC' and
23771            not 'DOT1Q' and
23772            not 'VHOST'"
23773   parameters:
23774   - "throughput"
23775   - "parent"
23776   - "tags"
23777   sort:
23778   - "IP4BASE"
23779   - "FIB_20K"
23780   - "FIB_200K"
23781   - "FIB_2M"
23782   layout:
23783     title: "ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
23784     layout: "plot-throughput-speedup-analysis"
23785
23786 # Speedup - VPP IPv4 2n-dnv-x553 base
23787 - type: "plot"
23788   title: "Speedup: ip4-2n-dnv-x553-64b-base-ndr-tsa"
23789   algorithm: "plot_throughput_speedup_analysis"
23790   output-file-type: ".html"
23791   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-base-ndr-tsa"
23792   data: "intel-dnv-vpp"
23793   filter: "'NIC_Intel-X553' and
23794            '64B' and
23795            'IP4BASE' and
23796            'NDRPDR' and
23797            'IP4FWD' and
23798            not 'IPSEC' and
23799            not 'VHOST'"
23800   parameters:
23801   - "throughput"
23802   - "parent"
23803   - "tags"
23804   sort:
23805   - "IP4BASE"
23806   layout:
23807     title: "ip4-2n-dnv-x553-64b-base-ndr"
23808     layout: "plot-throughput-speedup-analysis"
23809
23810 - type: "plot"
23811   title: "Speedup: ip4-2n-dnv-x553-64b-base-pdr-tsa"
23812   algorithm: "plot_throughput_speedup_analysis"
23813   output-file-type: ".html"
23814   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-base-pdr-tsa"
23815   data: "intel-dnv-vpp"
23816   filter: "'NIC_Intel-X553' and
23817            '64B' and
23818            'IP4BASE' and
23819            'NDRPDR' and
23820            'IP4FWD' and
23821            not 'IPSEC' and
23822            not 'VHOST'"
23823   parameters:
23824   - "throughput"
23825   - "parent"
23826   - "tags"
23827   sort:
23828   - "IP4BASE"
23829   layout:
23830     title: "ip4-2n-dnv-x553-64b-base-pdr"
23831     layout: "plot-throughput-speedup-analysis"
23832
23833 ################################################################################
23834
23835 # Speedup - VPP IPv4 Tunnels 3n-hsw-x520 - features
23836 - type: "plot"
23837   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
23838   algorithm: "plot_throughput_speedup_analysis"
23839   output-file-type: ".html"
23840   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
23841   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23842   filter: "'NIC_Intel-X520-DA2' and
23843            '64B' and
23844            'ENCAP' and
23845            'NDRPDR' and
23846            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
23847            not 'DOT1Q' and
23848            not 'VHOST' and
23849            not 'IPSECHW'"
23850   parameters:
23851   - "throughput"
23852   - "parent"
23853   - "tags"
23854   sort:
23855   - "IP4BASE"
23856   - "L2BDMACLRN"
23857   - "L2XCFWD"
23858   - "LISP"
23859   layout:
23860     title: "ip4tun-3n-hsw-x520-64b-base_and_features-ndr"
23861     layout: "plot-throughput-speedup-analysis"
23862
23863 - type: "plot"
23864   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
23865   algorithm: "plot_throughput_speedup_analysis"
23866   output-file-type: ".html"
23867   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
23868   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23869   filter: "'NIC_Intel-X520-DA2' and
23870            '64B' and
23871            'ENCAP' and
23872            'NDRPDR' and
23873            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
23874            not 'DOT1Q' and
23875            not 'VHOST' and
23876            not 'IPSECHW'"
23877   parameters:
23878   - "throughput"
23879   - "parent"
23880   - "tags"
23881   sort:
23882   - "IP4BASE"
23883   - "L2BDMACLRN"
23884   - "L2XCFWD"
23885   - "LISP"
23886   layout:
23887     title: "ip4tun-3n-hsw-x520-64b-base_and_features-pdr"
23888     layout: "plot-throughput-speedup-analysis"
23889
23890 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710
23891 - type: "plot"
23892   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
23893   algorithm: "plot_throughput_speedup_analysis"
23894   output-file-type: ".html"
23895   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
23896   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23897   filter: "'NIC_Intel-X710' and
23898            '64B' and
23899            'ENCAP' and
23900            'NDRPDR' and
23901            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
23902            not 'VHOST' and
23903            not 'IPSECHW'"
23904   parameters:
23905   - "throughput"
23906   - "parent"
23907   - "tags"
23908   sort:
23909   - "IP4BASE"
23910   - "LISP"
23911   - "VXLAN_1"
23912   - "VXLAN_10"
23913   - "VXLAN_100"
23914   - "VXLAN_1000"
23915   layout:
23916     title: "ip4tun-3n-hsw-x710-64b-base_and_scale-ndr"
23917     layout: "plot-throughput-speedup-analysis"
23918
23919 - type: "plot"
23920   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
23921   algorithm: "plot_throughput_speedup_analysis"
23922   output-file-type: ".html"
23923   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
23924   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23925   filter: "'NIC_Intel-X710' and
23926            '64B' and
23927            'ENCAP' and
23928            'NDRPDR' and
23929            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
23930            not 'VHOST' and
23931            not 'IPSECHW'"
23932   parameters:
23933   - "throughput"
23934   - "parent"
23935   - "tags"
23936   sort:
23937   - "IP4BASE"
23938   - "LISP"
23939   - "VXLAN_1"
23940   - "VXLAN_10"
23941   - "VXLAN_100"
23942   - "VXLAN_1000"
23943   layout:
23944     title: "ip4tun-3n-hsw-x710-64b-base_and_scale-pdr"
23945     layout: "plot-throughput-speedup-analysis"
23946
23947 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710 - features
23948 - type: "plot"
23949   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
23950   algorithm: "plot_throughput_speedup_analysis"
23951   output-file-type: ".html"
23952   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
23953   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23954   filter: "'NIC_Intel-X710' and
23955            '64B' and
23956            'ENCAP' and
23957            'NDRPDR' and
23958            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
23959            not 'DOT1Q' and
23960            not 'VHOST' and
23961            not 'IPSECHW'"
23962   parameters:
23963   - "throughput"
23964   - "parent"
23965   - "tags"
23966   sort:
23967   - "IP4BASE"
23968   - "L2BDMACLRN"
23969   - "L2XCFWD"
23970   - "LISP"
23971   layout:
23972     title: "ip4tun-3n-hsw-x710-64b-base_and_features-ndr"
23973     layout: "plot-throughput-speedup-analysis"
23974
23975 - type: "plot"
23976   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
23977   algorithm: "plot_throughput_speedup_analysis"
23978   output-file-type: ".html"
23979   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
23980   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23981   filter: "'NIC_Intel-X710' and
23982            '64B' and
23983            'ENCAP' and
23984            'NDRPDR' and
23985            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
23986            not 'DOT1Q' and
23987            not 'VHOST' and
23988            not 'IPSECHW'"
23989   parameters:
23990   - "throughput"
23991   - "parent"
23992   - "tags"
23993   sort:
23994   - "IP4BASE"
23995   - "L2BDMACLRN"
23996   - "L2XCFWD"
23997   - "LISP"
23998   layout:
23999     title: "ip4tun-3n-hsw-x710-64b-base_and_features-pdr"
24000     layout: "plot-throughput-speedup-analysis"
24001
24002 # Speedup - VPP IPv4 Tunnels 3n-skx-x710
24003 - type: "plot"
24004   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
24005   algorithm: "plot_throughput_speedup_analysis"
24006   output-file-type: ".html"
24007   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
24008   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24009   filter: "'NIC_Intel-X710' and
24010            '64B' and
24011            'ENCAP' and
24012            'NDRPDR' and
24013            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
24014            not 'VHOST' and
24015            not 'IPSECHW'"
24016   parameters:
24017   - "throughput"
24018   - "parent"
24019   - "tags"
24020   sort:
24021   - "IP4BASE"
24022   - "LISP"
24023   - "VXLAN_1"
24024   - "VXLAN_10"
24025   - "VXLAN_100"
24026   - "VXLAN_1000"
24027   layout:
24028     title: "ip4tun-3n-skx-x710-64b-base_and_scale-ndr"
24029     layout: "plot-throughput-speedup-analysis"
24030
24031 - type: "plot"
24032   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
24033   algorithm: "plot_throughput_speedup_analysis"
24034   output-file-type: ".html"
24035   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
24036   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24037   filter: "'NIC_Intel-X710' and
24038            '64B' and
24039            'ENCAP' and
24040            'NDRPDR' and
24041            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
24042            not 'VHOST' and
24043            not 'IPSECHW'"
24044   parameters:
24045   - "throughput"
24046   - "parent"
24047   - "tags"
24048   sort:
24049   - "IP4BASE"
24050   - "LISP"
24051   - "VXLAN_1"
24052   - "VXLAN_10"
24053   - "VXLAN_100"
24054   - "VXLAN_1000"
24055   layout:
24056     title: "ip4tun-3n-skx-x710-64b-base_and_scale-pdr"
24057     layout: "plot-throughput-speedup-analysis"
24058
24059 # Speedup - VPP IPv4 Tunnels 3n-skx-x710 - features
24060 - type: "plot"
24061   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
24062   algorithm: "plot_throughput_speedup_analysis"
24063   output-file-type: ".html"
24064   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
24065   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24066   filter: "'NIC_Intel-X710' and
24067            '64B' and
24068            'ENCAP' and
24069            'NDRPDR' and
24070            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
24071            not 'DOT1Q' and
24072            not 'VHOST' and
24073            not 'IPSECHW'"
24074   parameters:
24075   - "throughput"
24076   - "parent"
24077   - "tags"
24078   sort:
24079   - "IP4BASE"
24080   - "L2BDMACLRN"
24081   - "L2XCFWD"
24082   - "LISP"
24083   layout:
24084     title: "ip4tun-3n-skx-x710-64b-base_and_features-ndr"
24085     layout: "plot-throughput-speedup-analysis"
24086
24087 - type: "plot"
24088   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
24089   algorithm: "plot_throughput_speedup_analysis"
24090   output-file-type: ".html"
24091   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
24092   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24093   filter: "'NIC_Intel-X710' and
24094            '64B' and
24095            'ENCAP' and
24096            'NDRPDR' and
24097            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
24098            not 'DOT1Q' and
24099            not 'VHOST' and
24100            not 'IPSECHW'"
24101   parameters:
24102   - "throughput"
24103   - "parent"
24104   - "tags"
24105   sort:
24106   - "IP4BASE"
24107   - "L2BDMACLRN"
24108   - "L2XCFWD"
24109   - "LISP"
24110   layout:
24111     title: "ip4tun-3n-skx-x710-64b-base_and_features-pdr"
24112     layout: "plot-throughput-speedup-analysis"
24113
24114 ################################################################################
24115
24116 # Speedup - VPP IPv6 3n-hsw-x520
24117 - type: "plot"
24118   title: "Speedup: ip6-3n-hsw-x520-78b-base-ndr-tsa"
24119   algorithm: "plot_throughput_speedup_analysis"
24120   output-file-type: ".html"
24121   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base-ndr-tsa"
24122   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24123   filter: "'NIC_Intel-X520-DA2' and
24124            '78B' and
24125            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24126            'NDRPDR' and
24127            'IP6FWD' and
24128            not 'SRv6' and
24129            not 'IPSEC' and
24130            not 'VHOST'"
24131   parameters:
24132   - "throughput"
24133   - "parent"
24134   - "tags"
24135   sort:
24136   - "IP6BASE"
24137   - "FIB_20K"
24138   - "FIB_200K"
24139   - "FIB_2M"
24140   layout:
24141     title: "ip6-3n-hsw-x520-78b-base-ndr"
24142     layout: "plot-throughput-speedup-analysis"
24143
24144 - type: "plot"
24145   title: "Speedup: ip6-3n-hsw-x520-78b-base-pdr-tsa"
24146   algorithm: "plot_throughput_speedup_analysis"
24147   output-file-type: ".html"
24148   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base-pdr-tsa"
24149   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24150   filter: "'NIC_Intel-X520-DA2' and
24151            '78B' and
24152            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24153            'NDRPDR' and
24154            'IP6FWD' and
24155            not 'SRv6' and
24156            not 'IPSEC' and
24157            not 'VHOST'"
24158   parameters:
24159   - "throughput"
24160   - "parent"
24161   - "tags"
24162   sort:
24163   - "IP6BASE"
24164   - "FIB_20K"
24165   - "FIB_200K"
24166   - "FIB_2M"
24167   layout:
24168     title: "ip6-3n-hsw-x520-78b-base-pdr"
24169     layout: "plot-throughput-speedup-analysis"
24170
24171 # Speedup - VPP IPv6 3n-hsw-x710
24172 - type: "plot"
24173   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
24174   algorithm: "plot_throughput_speedup_analysis"
24175   output-file-type: ".html"
24176   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
24177   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24178   filter: "'NIC_Intel-X710' and
24179            '78B' and
24180            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24181            'NDRPDR' and
24182            'IP6FWD' and
24183            not 'SRv6' and
24184            not 'IPSEC' and
24185            not 'VHOST'"
24186   parameters:
24187   - "throughput"
24188   - "parent"
24189   - "tags"
24190   sort:
24191   - "IP6BASE"
24192   - "FIB_20K"
24193   - "FIB_200K"
24194   - "FIB_2M"
24195   layout:
24196     title: "ip6-3n-hsw-x710-78b-base_and_scale-ndr"
24197     layout: "plot-throughput-speedup-analysis"
24198
24199 - type: "plot"
24200   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
24201   algorithm: "plot_throughput_speedup_analysis"
24202   output-file-type: ".html"
24203   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
24204   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24205   filter: "'NIC_Intel-X710' and
24206            '78B' and
24207            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24208            'NDRPDR' and
24209            'IP6FWD' and
24210            not 'SRv6' and
24211            not 'IPSEC' and
24212            not 'VHOST'"
24213   parameters:
24214   - "throughput"
24215   - "parent"
24216   - "tags"
24217   sort:
24218   - "IP6BASE"
24219   - "FIB_20K"
24220   - "FIB_200K"
24221   - "FIB_2M"
24222   layout:
24223     title: "ip6-3n-hsw-x710-78b-base_and_scale-pdr"
24224     layout: "plot-throughput-speedup-analysis"
24225
24226 # Speedup - VPP IPv6 3n-hsw-x710 features
24227 - type: "plot"
24228   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
24229   algorithm: "plot_throughput_speedup_analysis"
24230   output-file-type: ".html"
24231   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
24232   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24233   filter: "'NIC_Intel-X710' and
24234            '78B' and
24235            ('IP6BASE' or
24236             'POLICE_MARK' or
24237             'COPWHLIST' or
24238             'IACLDST') and
24239            'NDRPDR' and
24240            'IP6FWD' and
24241            not 'SRv6' and
24242            not 'IPSEC' and
24243            not 'VHOST'"
24244   parameters:
24245   - "throughput"
24246   - "parent"
24247   - "tags"
24248   sort:
24249   - "IP6BASE"
24250   - "POLICE_MARK"
24251   - "COPWHLIST"
24252   - "IACLDST"
24253   layout:
24254     title: "ip6-3n-hsw-x710-78b-base_and_features-ndr"
24255     layout: "plot-throughput-speedup-analysis"
24256
24257 - type: "plot"
24258   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
24259   algorithm: "plot_throughput_speedup_analysis"
24260   output-file-type: ".html"
24261   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
24262   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24263   filter: "'NIC_Intel-X710' and
24264            '78B' and
24265            ('IP6BASE' or
24266             'POLICE_MARK' or
24267             'COPWHLIST' or
24268             'IACLDST') and
24269            'NDRPDR' and
24270            'IP6FWD' and
24271            not 'SRv6' and
24272            not 'IPSEC' and
24273            not 'VHOST'"
24274   parameters:
24275   - "throughput"
24276   - "parent"
24277   - "tags"
24278   sort:
24279   - "IP6BASE"
24280   - "POLICE_MARK"
24281   - "COPWHLIST"
24282   - "IACLDST"
24283   layout:
24284     title: "ip6-3n-hsw-x710-78b-base_and_features-pdr"
24285     layout: "plot-throughput-speedup-analysis"
24286
24287 # Speedup - VPP IPv6 3n-hsw-xl710
24288 - type: "plot"
24289   title: "Speedup: ip6-3n-hsw-xl710-78b-base-ndr-tsa"
24290   algorithm: "plot_throughput_speedup_analysis"
24291   output-file-type: ".html"
24292   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base-ndr-tsa"
24293   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24294   filter: "'NIC_Intel-XL710' and
24295            '78B' and
24296            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24297            'NDRPDR' and
24298            'IP6FWD' and
24299            not 'SRv6' and
24300            not 'IPSEC' and
24301            not 'VHOST'"
24302   parameters:
24303   - "throughput"
24304   - "parent"
24305   - "tags"
24306   sort:
24307   - "IP6BASE"
24308   - "FIB_20K"
24309   - "FIB_200K"
24310   - "FIB_2M"
24311   layout:
24312     title: "ip6-3n-hsw-xl710-78b-base-ndr"
24313     layout: "plot-throughput-speedup-analysis"
24314
24315 - type: "plot"
24316   title: "Speedup: ip6-3n-hsw-xl710-78b-base-pdr-tsa"
24317   algorithm: "plot_throughput_speedup_analysis"
24318   output-file-type: ".html"
24319   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base-pdr-tsa"
24320   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24321   filter: "'NIC_Intel-XL710' and
24322            '78B' and
24323            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24324            'NDRPDR' and
24325            'IP6FWD' and
24326            not 'SRv6' and
24327            not 'IPSEC' and
24328            not 'VHOST'"
24329   parameters:
24330   - "throughput"
24331   - "parent"
24332   - "tags"
24333   sort:
24334   - "IP6BASE"
24335   - "FIB_20K"
24336   - "FIB_200K"
24337   - "FIB_2M"
24338   layout:
24339     title: "ip6-3n-hsw-xl710-78b-base-pdr"
24340     layout: "plot-throughput-speedup-analysis"
24341
24342 # Speedup - VPP IPv6 3n-skx-x710
24343 - type: "plot"
24344   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
24345   algorithm: "plot_throughput_speedup_analysis"
24346   output-file-type: ".html"
24347   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
24348   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24349   filter: "'NIC_Intel-X710' and
24350            '78B' and
24351            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24352            'NDRPDR' and
24353            'IP6FWD' and
24354            not 'SRv6' and
24355            not 'IPSEC' and
24356            not 'VHOST'"
24357   parameters:
24358   - "throughput"
24359   - "parent"
24360   - "tags"
24361   sort:
24362   - "IP6BASE"
24363   - "FIB_20K"
24364   - "FIB_200K"
24365   - "FIB_2M"
24366   layout:
24367     title: "ip6-3n-skx-x710-78b-base_and_scale-ndr"
24368     layout: "plot-throughput-speedup-analysis"
24369
24370 - type: "plot"
24371   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
24372   algorithm: "plot_throughput_speedup_analysis"
24373   output-file-type: ".html"
24374   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
24375   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24376   filter: "'NIC_Intel-X710' and
24377            '78B' and
24378            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24379            'NDRPDR' and
24380            'IP6FWD' and
24381            not 'SRv6' and
24382            not 'IPSEC' and
24383            not 'VHOST'"
24384   parameters:
24385   - "throughput"
24386   - "parent"
24387   - "tags"
24388   sort:
24389   - "IP6BASE"
24390   - "FIB_20K"
24391   - "FIB_200K"
24392   - "FIB_2M"
24393   layout:
24394     title: "ip6-3n-skx-x710-78b-base_and_scale-pdr"
24395     layout: "plot-throughput-speedup-analysis"
24396
24397 # Speedup - VPP IPv6 3n-skx-x710 features
24398 - type: "plot"
24399   title: "Speedup: ip6-3n-skx-x710-78b-base_and_features-ndr-tsa"
24400   algorithm: "plot_throughput_speedup_analysis"
24401   output-file-type: ".html"
24402   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_features-ndr-tsa"
24403   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24404   filter: "'NIC_Intel-X710' and
24405            '78B' and
24406            ('IP6BASE' or
24407             'POLICE_MARK' or
24408             'COPWHLIST' or
24409             'IACLDST') and
24410            'NDRPDR' and
24411            'IP6FWD' and
24412            not 'SRv6' and
24413            not 'IPSEC' and
24414            not 'VHOST'"
24415   parameters:
24416   - "throughput"
24417   - "parent"
24418   - "tags"
24419   sort:
24420   - "IP6BASE"
24421   - "POLICE_MARK"
24422   - "COPWHLIST"
24423   - "IACLDST"
24424   layout:
24425     title: "ip6-3n-skx-x710-78b-base_and_features-ndr"
24426     layout: "plot-throughput-speedup-analysis"
24427
24428 - type: "plot"
24429   title: "Speedup: ip6-3n-skx-x710-78b-base_and_features-pdr-tsa"
24430   algorithm: "plot_throughput_speedup_analysis"
24431   output-file-type: ".html"
24432   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_features-pdr-tsa"
24433   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24434   filter: "'NIC_Intel-X710' and
24435            '78B' and
24436            ('IP6BASE' or
24437             'POLICE_MARK' or
24438             'COPWHLIST' or
24439             'IACLDST') and
24440            'NDRPDR' and
24441            'IP6FWD' and
24442            not 'SRv6' and
24443            not 'IPSEC' and
24444            not 'VHOST'"
24445   parameters:
24446   - "throughput"
24447   - "parent"
24448   - "tags"
24449   sort:
24450   - "IP6BASE"
24451   - "POLICE_MARK"
24452   - "COPWHLIST"
24453   - "IACLDST"
24454   layout:
24455     title: "ip6-3n-skx-x710-78b-base_and_features-pdr"
24456     layout: "plot-throughput-speedup-analysis"
24457
24458 # Speedup - VPP IPv6 3n-skx-xxv710
24459 - type: "plot"
24460   title: "Speedup: ip6-3n-skx-xxv710-78b-base_and_scale-ndr-tsa"
24461   algorithm: "plot_throughput_speedup_analysis"
24462   output-file-type: ".html"
24463   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-base_and_scale-ndr-tsa"
24464   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24465   filter: "'NIC_Intel-XXV710' and
24466            '78B' and
24467            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24468            'NDRPDR' and
24469            'IP6FWD' and
24470            not 'SRv6' and
24471            not 'IPSEC' and
24472            not 'VHOST'"
24473   parameters:
24474   - "throughput"
24475   - "parent"
24476   - "tags"
24477   sort:
24478   - "IP6BASE"
24479   - "FIB_20K"
24480   - "FIB_200K"
24481   - "FIB_2M"
24482   layout:
24483     title: "ip6-3n-skx-xxv710-78b-base_and_scale-ndr"
24484     layout: "plot-throughput-speedup-analysis"
24485
24486 - type: "plot"
24487   title: "Speedup: ip6-3n-skx-xxv710-78b-base_and_scale-pdr-tsa"
24488   algorithm: "plot_throughput_speedup_analysis"
24489   output-file-type: ".html"
24490   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-base_and_scale-pdr-tsa"
24491   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24492   filter: "'NIC_Intel-XXV710' and
24493            '78B' and
24494            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24495            'NDRPDR' and
24496            'IP6FWD' and
24497            not 'SRv6' and
24498            not 'IPSEC' and
24499            not 'VHOST'"
24500   parameters:
24501   - "throughput"
24502   - "parent"
24503   - "tags"
24504   sort:
24505   - "IP6BASE"
24506   - "FIB_20K"
24507   - "FIB_200K"
24508   - "FIB_2M"
24509   layout:
24510     title: "ip6-3n-skx-xxv710-78b-base_and_scale-pdr"
24511     layout: "plot-throughput-speedup-analysis"
24512
24513 # Speedup - VPP IPv6 2n-skx-x710
24514 - type: "plot"
24515   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
24516   algorithm: "plot_throughput_speedup_analysis"
24517   output-file-type: ".html"
24518   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
24519   data: "plot-vpp-throughput-lat-tsa-2n-skx"
24520   filter: "'NIC_Intel-X710' and
24521            '78B' and
24522            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24523            'NDRPDR' and
24524            'IP6FWD' and
24525            not 'SRv6' and
24526            not 'IPSEC' and
24527            not 'VHOST'"
24528   parameters:
24529   - "throughput"
24530   - "parent"
24531   - "tags"
24532   sort:
24533   - "IP6BASE"
24534   - "FIB_20K"
24535   - "FIB_200K"
24536   - "FIB_2M"
24537   layout:
24538     title: "ip6-2n-skx-x710-78b-base_and_scale-ndr"
24539     layout: "plot-throughput-speedup-analysis"
24540
24541 - type: "plot"
24542   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
24543   algorithm: "plot_throughput_speedup_analysis"
24544   output-file-type: ".html"
24545   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
24546   data: "plot-vpp-throughput-lat-tsa-2n-skx"
24547   filter: "'NIC_Intel-X710' and
24548            '78B' and
24549            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24550            'NDRPDR' and
24551            'IP6FWD' and
24552            not 'SRv6' and
24553            not 'IPSEC' and
24554            not 'VHOST'"
24555   parameters:
24556   - "throughput"
24557   - "parent"
24558   - "tags"
24559   sort:
24560   - "IP6BASE"
24561   - "FIB_20K"
24562   - "FIB_200K"
24563   - "FIB_2M"
24564   layout:
24565     title: "ip6-2n-skx-x710-78b-base_and_scale-pdr"
24566     layout: "plot-throughput-speedup-analysis"
24567
24568 # Speedup - VPP IPv6 2n-skx-xxv710
24569 - type: "plot"
24570   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
24571   algorithm: "plot_throughput_speedup_analysis"
24572   output-file-type: ".html"
24573   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
24574   data: "plot-vpp-throughput-lat-tsa-2n-skx"
24575   filter: "'NIC_Intel-XXV710' and
24576            '78B' and
24577            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24578            'NDRPDR' and
24579            'IP6FWD' and
24580            not 'SRv6' and
24581            not 'IPSEC' and
24582            not 'VHOST'"
24583   parameters:
24584   - "throughput"
24585   - "parent"
24586   - "tags"
24587   sort:
24588   - "IP6BASE"
24589   - "FIB_20K"
24590   - "FIB_200K"
24591   - "FIB_2M"
24592   layout:
24593     title: "ip6-2n-skx-xxv710-78b-base_and_scale-ndr"
24594     layout: "plot-throughput-speedup-analysis"
24595
24596 - type: "plot"
24597   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
24598   algorithm: "plot_throughput_speedup_analysis"
24599   output-file-type: ".html"
24600   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
24601   data: "plot-vpp-throughput-lat-tsa-2n-skx"
24602   filter: "'NIC_Intel-XXV710' and
24603            '78B' and
24604            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24605            'NDRPDR' and
24606            'IP6FWD' and
24607            not 'SRv6' and
24608            not 'IPSEC' and
24609            not 'VHOST'"
24610   parameters:
24611   - "throughput"
24612   - "parent"
24613   - "tags"
24614   sort:
24615   - "IP6BASE"
24616   - "FIB_20K"
24617   - "FIB_200K"
24618   - "FIB_2M"
24619   layout:
24620     title: "ip6-2n-skx-xxv710-78b-base_and_scale-pdr"
24621     layout: "plot-throughput-speedup-analysis"
24622
24623 # Speedup - VPP IPv6 2n-dnv-x553 base
24624 - type: "plot"
24625   title: "Speedup: ip6-2n-dnv-x553-78b-base-ndr-tsa"
24626   algorithm: "plot_throughput_speedup_analysis"
24627   output-file-type: ".html"
24628   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-base-ndr-tsa"
24629   data: "intel-dnv-vpp"
24630   filter: "'NIC_Intel-X553' and
24631            '78B' and
24632            'IP6BASE' and
24633            'NDRPDR' and
24634            'IP6FWD' and
24635            not 'SRv6' and
24636            not 'IPSEC' and
24637            not 'VHOST'"
24638   parameters:
24639   - "throughput"
24640   - "parent"
24641   - "tags"
24642   sort:
24643   - "IP6BASE"
24644   layout:
24645     title: "ip6-2n-dnv-x553-78b-base-ndr"
24646     layout: "plot-throughput-speedup-analysis"
24647
24648 - type: "plot"
24649   title: "Speedup: ip6-2n-dnv-x553-78b-base-pdr-tsa"
24650   algorithm: "plot_throughput_speedup_analysis"
24651   output-file-type: ".html"
24652   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-base-pdr-tsa"
24653   data: "intel-dnv-vpp"
24654   filter: "'NIC_Intel-X553' and
24655            '78B' and
24656            'IP6BASE' and
24657            'NDRPDR' and
24658            'IP6FWD' and
24659            not 'SRv6' and
24660            not 'IPSEC' and
24661            not 'VHOST'"
24662   parameters:
24663   - "throughput"
24664   - "parent"
24665   - "tags"
24666   sort:
24667   - "IP6BASE"
24668   layout:
24669     title: "ip6-2n-dnv-x553-78b-base-pdr"
24670     layout: "plot-throughput-speedup-analysis"
24671
24672 ################################################################################
24673
24674 # Speedup - VPP IPv6 tunnels 3n-hsw-x520
24675 - type: "plot"
24676   title: "Speedup: ip6tun-3n-hsw-x520-78b-base-ndr-tsa"
24677   algorithm: "plot_throughput_speedup_analysis"
24678   output-file-type: ".html"
24679   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base-ndr-tsa"
24680   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24681   filter: "'NIC_Intel-X520-DA2' and
24682            '78B' and
24683            'ENCAP' and
24684            'NDRPDR' and
24685            'LISP' and
24686            not 'VHOST'"
24687   parameters:
24688   - "throughput"
24689   - "parent"
24690   - "tags"
24691   sort:
24692   - "IP4UNRLAY"
24693   - "IP6UNRLAY"
24694   layout:
24695     title: "ip6tun-3n-hsw-x520-78b-base-ndr"
24696     layout: "plot-throughput-speedup-analysis"
24697
24698 - type: "plot"
24699   title: "Speedup: ip6tun-3n-hsw-x520-78b-base-pdr-tsa"
24700   algorithm: "plot_throughput_speedup_analysis"
24701   output-file-type: ".html"
24702   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base-pdr-tsa"
24703   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24704   filter: "'NIC_Intel-X520-DA2' and
24705            '78B' and
24706            'ENCAP' and
24707            'NDRPDR' and
24708            'LISP' and
24709            not 'VHOST'"
24710   parameters:
24711   - "throughput"
24712   - "parent"
24713   - "tags"
24714   sort:
24715   - "IP4UNRLAY"
24716   - "IP6UNRLAY"
24717   layout:
24718     title: "ip6tun-3n-hsw-x520-78b-base-pdr"
24719     layout: "plot-throughput-speedup-analysis"
24720
24721 ################################################################################
24722
24723 # Speedup - VPP IPSec 3n-hsw-xl710 base
24724 - type: "plot"
24725   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
24726   algorithm: "plot_throughput_speedup_analysis"
24727   output-file-type: ".html"
24728   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
24729   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24730   filter: "'NIC_Intel-XL710' and
24731            '64B' and
24732            'IP4FWD' and
24733            'NDRPDR' and
24734            'BASE' and
24735            'IPSECHW' and
24736            ('IPSECTRAN' or 'IPSECTUN') and
24737            not 'VHOST'"
24738   parameters:
24739   - "throughput"
24740   - "parent"
24741   - "tags"
24742   layout:
24743     title: "ipsec-3n-hsw-xl710-64b-base-ndr"
24744     layout: "plot-throughput-speedup-analysis"
24745
24746 - type: "plot"
24747   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
24748   algorithm: "plot_throughput_speedup_analysis"
24749   output-file-type: ".html"
24750   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
24751   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24752   filter: "'NIC_Intel-XL710' and
24753            '64B' and
24754            'IP4FWD' and
24755            'NDRPDR' and
24756            'BASE' and
24757            'IPSECHW' and
24758            ('IPSECTRAN' or 'IPSECTUN') and
24759            not 'VHOST'"
24760   parameters:
24761   - "throughput"
24762   - "parent"
24763   - "tags"
24764   layout:
24765     title: "ipsec-3n-hsw-xl710-64b-base-pdr"
24766     layout: "plot-throughput-speedup-analysis"
24767
24768 # Speedup - VPP IPSec 3n-hsw-xl710 scale
24769 - type: "plot"
24770   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
24771   algorithm: "plot_throughput_speedup_analysis"
24772   output-file-type: ".html"
24773   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
24774   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24775   filter: "'NIC_Intel-XL710' and
24776            '64B' and
24777            'IP4FWD' and
24778            'NDRPDR' and
24779            'SCALE' and
24780            'IPSECHW' and
24781            ('IPSECTRAN' or 'IPSECTUN') and
24782            not 'VHOST'"
24783   parameters:
24784   - "throughput"
24785   - "parent"
24786   - "tags"
24787   layout:
24788     title: "ipsec-3n-hsw-xl710-64b-scale-ndr"
24789     layout: "plot-throughput-speedup-analysis"
24790
24791 - type: "plot"
24792   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
24793   algorithm: "plot_throughput_speedup_analysis"
24794   output-file-type: ".html"
24795   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
24796   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24797   filter: "'NIC_Intel-XL710' and
24798            '64B' and
24799            'IP4FWD' and
24800            'NDRPDR' and
24801            'SCALE' and
24802            'IPSECHW' and
24803            ('IPSECTRAN' or 'IPSECTUN') and
24804            not 'VHOST'"
24805   parameters:
24806   - "throughput"
24807   - "parent"
24808   - "tags"
24809   layout:
24810     title: "ipsec-3n-hsw-xl710-64b-scale-pdr"
24811     layout: "plot-throughput-speedup-analysis"
24812
24813 # Speedup - VPP IPSec 3n-hsw-xl710 sw
24814 - type: "plot"
24815   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
24816   algorithm: "plot_throughput_speedup_analysis"
24817   output-file-type: ".html"
24818   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
24819   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24820   filter: "'NIC_Intel-XL710' and
24821            '64B' and
24822            'IP4FWD' and
24823            'NDRPDR' and
24824            'IPSECSW' and
24825            ('IPSECTRAN' or 'IPSECTUN') and
24826            not 'VHOST'"
24827   parameters:
24828   - "throughput"
24829   - "parent"
24830   - "tags"
24831   layout:
24832     title: "ipsec-3n-hsw-xl710-64b-sw-ndr"
24833     layout: "plot-throughput-speedup-analysis"
24834
24835 - type: "plot"
24836   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
24837   algorithm: "plot_throughput_speedup_analysis"
24838   output-file-type: ".html"
24839   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
24840   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24841   filter: "'NIC_Intel-XL710' and
24842            '64B' and
24843            'IP4FWD' and
24844            'NDRPDR' and
24845            'IPSECSW' and
24846            ('IPSECTRAN' or 'IPSECTUN') and
24847            not 'VHOST'"
24848   parameters:
24849   - "throughput"
24850   - "parent"
24851   - "tags"
24852   layout:
24853     title: "ipsec-3n-hsw-xl710-64b-sw-pdr"
24854     layout: "plot-throughput-speedup-analysis"
24855
24856 ################################################################################
24857
24858 # Speedup - VPP SRv6 3n-hsw-x520
24859 - type: "plot"
24860   title: "Speedup: srv6-3n-hsw-x520-78b-features-ndr-tsa"
24861   algorithm: "plot_throughput_speedup_analysis"
24862   output-file-type: ".html"
24863   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-ndr-tsa"
24864   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24865   filter: "'NIC_Intel-X520-DA2' and
24866            '78B' and
24867            'FEATURE' and
24868            'NDRPDR' and
24869            'IP6FWD' and
24870            'SRv6'"
24871   parameters:
24872   - "throughput"
24873   - "parent"
24874   - "tags"
24875   layout:
24876     title: "srv6-3n-hsw-x520-78b-features-ndr"
24877     layout: "plot-throughput-speedup-analysis"
24878
24879 - type: "plot"
24880   title: "Speedup: srv6-3n-hsw-x520-78b-features-pdr-tsa"
24881   algorithm: "plot_throughput_speedup_analysis"
24882   output-file-type: ".html"
24883   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-pdr-tsa"
24884   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24885   filter: "'NIC_Intel-X520-DA2' and
24886            '78B' and
24887            'FEATURE' and
24888            'NDRPDR' and
24889            'IP6FWD' and
24890            'SRv6'"
24891   parameters:
24892   - "throughput"
24893   - "parent"
24894   - "tags"
24895   layout:
24896     title: "srv6-3n-hsw-x520-78b-features-pdr"
24897     layout: "plot-throughput-speedup-analysis"
24898
24899 ################################################################################
24900
24901 # Speedup - VPP L2 3n-hsw-x520 base and scale
24902 - type: "plot"
24903   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
24904   algorithm: "plot_throughput_speedup_analysis"
24905   output-file-type: ".html"
24906   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
24907   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24908   filter: "'NIC_Intel-X520-DA2' and
24909            '64B' and
24910            ('BASE' or 'SCALE') and
24911            'NDRPDR' and
24912            'ETH' and
24913            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24914            not 'VHOST' and
24915            not 'MEMIF'"
24916   parameters:
24917   - "throughput"
24918   - "parent"
24919   - "tags"
24920   sort:
24921   - "L2XCFWD"
24922   - "L2PATCH"
24923   - "L2BDMACLRN"
24924   - "FIB_10K"
24925   - "FIB_100K"
24926   - "FIB_1M"
24927   layout:
24928     title: "l2sw-3n-hsw-x520-64b-base_and_scale-ndr"
24929     layout: "plot-throughput-speedup-analysis"
24930
24931 - type: "plot"
24932   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
24933   algorithm: "plot_throughput_speedup_analysis"
24934   output-file-type: ".html"
24935   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
24936   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24937   filter: "'NIC_Intel-X520-DA2' and
24938            '64B' and
24939            ('BASE' or 'SCALE') and
24940            'NDRPDR' and
24941            'ETH' and
24942            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24943            not 'VHOST' and
24944            not 'MEMIF'"
24945   parameters:
24946   - "throughput"
24947   - "parent"
24948   - "tags"
24949   sort:
24950   - "L2XCFWD"
24951   - "L2PATCH"
24952   - "L2BDMACLRN"
24953   - "FIB_10K"
24954   - "FIB_100K"
24955   - "FIB_1M"
24956   layout:
24957     title: "l2sw-3n-hsw-x520-64b-base_and_scale-pdr"
24958     layout: "plot-throughput-speedup-analysis"
24959
24960 # Speedup - VPP L2 3n-hsw-x520 features
24961 - type: "plot"
24962   title: "Speedup: l2sw-3n-hsw-x520-64b-features-ndr-tsa"
24963   algorithm: "plot_throughput_speedup_analysis"
24964   output-file-type: ".html"
24965   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-ndr-tsa"
24966   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24967   filter: "'NIC_Intel-X520-DA2' and
24968            '64B' and
24969            'NDRPDR' and
24970            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
24971            not 'ACL' and
24972            not 'VHOST' and
24973            not 'MEMIF'"
24974   parameters:
24975   - "throughput"
24976   - "parent"
24977   - "tags"
24978   sort:
24979   - "L2XCBASE"    # l2xcbase
24980   - "L2BDBASE"    # l2bdbase
24981   - "L2XCFWD"     # dot1q-l2xcbase
24982   - "L2BDMACLRN"  # dot1q-l2bdbase
24983   layout:
24984     title: "l2sw-3n-hsw-x520-64b-features-ndr"
24985     layout: "plot-throughput-speedup-analysis"
24986
24987 - type: "plot"
24988   title: "Speedup: l2sw-3n-hsw-x520-64b-features-pdr-tsa"
24989   algorithm: "plot_throughput_speedup_analysis"
24990   output-file-type: ".html"
24991   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-pdr-tsa"
24992   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24993   filter: "'NIC_Intel-X520-DA2' and
24994            '64B' and
24995            'NDRPDR' and
24996            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
24997            not 'ACL' and
24998            not 'VHOST' and
24999            not 'MEMIF'"
25000   parameters:
25001   - "throughput"
25002   - "parent"
25003   - "tags"
25004   sort:
25005   - "L2XCBASE"    # l2xcbase
25006   - "L2BDBASE"    # l2bdbase
25007   - "L2XCFWD"     # dot1q-l2xcbase
25008   - "L2BDMACLRN"  # dot1q-l2bdbase
25009   layout:
25010     title: "l2sw-3n-hsw-x520-64b-features-pdr"
25011     layout: "plot-throughput-speedup-analysis"
25012
25013 # Speedup - VPP L2 3n-hsw-x520 features-iacl
25014 - type: "plot"
25015   title: "Speedup: l2sw-3n-hsw-x520-64b-features-iacl-ndr-tsa"
25016   algorithm: "plot_throughput_speedup_analysis"
25017   output-file-type: ".html"
25018   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-iacl-ndr-tsa"
25019   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25020   filter: "'NIC_Intel-X520-DA2' and
25021            'NDRPDR' and
25022            '64B' and
25023            'FEATURE' and
25024            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
25025            'IACL' and
25026            ('ACL1' or 'ACL50') and
25027            ('10K_FLOWS' or '10k_FLOWS') and
25028            not 'MACIP' and
25029            not 'VHOST' and
25030            not 'MEMIF'"
25031   parameters:
25032   - "throughput"
25033   - "parent"
25034   - "tags"
25035   layout:
25036     title: "l2sw-3n-hsw-x520-64b-features-iacl-ndr"
25037     layout: "plot-throughput-speedup-analysis"
25038
25039 - type: "plot"
25040   title: "Speedup: l2sw-3n-hsw-x520-64b-features-iacl-pdr-tsa"
25041   algorithm: "plot_throughput_speedup_analysis"
25042   output-file-type: ".html"
25043   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-iacl-pdr-tsa"
25044   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25045   filter: "'NIC_Intel-X520-DA2' and
25046            'NDRPDR' and
25047            '64B' and
25048            'FEATURE' and
25049            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
25050            'IACL' and
25051            ('ACL1' or 'ACL50') and
25052            ('10K_FLOWS' or '10k_FLOWS') and
25053            not 'MACIP' and
25054            not 'VHOST' and
25055            not 'MEMIF'"
25056   parameters:
25057   - "throughput"
25058   - "parent"
25059   - "tags"
25060   layout:
25061     title: "l2sw-3n-hsw-x520-64b-features-iacl-pdr"
25062     layout: "plot-throughput-speedup-analysis"
25063
25064 # Speedup - VPP L2 3n-hsw-x520 features-oacl
25065 - type: "plot"
25066   title: "Speedup: l2sw-3n-hsw-x520-64b-features-oacl-ndr-tsa"
25067   algorithm: "plot_throughput_speedup_analysis"
25068   output-file-type: ".html"
25069   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-oacl-ndr-tsa"
25070   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25071   filter: "'NIC_Intel-X520-DA2' and
25072            'NDRPDR' and
25073            '64B' and
25074            'FEATURE' and
25075            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
25076            'OACL' and
25077            ('ACL1' or 'ACL50') and
25078            ('10K_FLOWS' or '10k_FLOWS') and
25079            not 'MACIP' and
25080            not 'VHOST' and
25081            not 'MEMIF'"
25082   parameters:
25083   - "throughput"
25084   - "parent"
25085   - "tags"
25086   layout:
25087     title: "l2sw-3n-hsw-x520-64b-features-oacl-ndr"
25088     layout: "plot-throughput-speedup-analysis"
25089
25090 - type: "plot"
25091   title: "Speedup: l2sw-3n-hsw-x520-64b-features-oacl-pdr-tsa"
25092   algorithm: "plot_throughput_speedup_analysis"
25093   output-file-type: ".html"
25094   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-oacl-pdr-tsa"
25095   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25096   filter: "'NIC_Intel-X520-DA2' and
25097            'NDRPDR' and
25098            '64B' and
25099            'FEATURE' and
25100            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
25101            'OACL' and
25102            ('ACL1' or 'ACL50') and
25103            ('10K_FLOWS' or '10k_FLOWS') and
25104            not 'MACIP' and
25105            not 'VHOST' and
25106            not 'MEMIF'"
25107   parameters:
25108   - "throughput"
25109   - "parent"
25110   - "tags"
25111   layout:
25112     title: "l2sw-3n-hsw-x520-64b-features-oacl-pdr"
25113     layout: "plot-throughput-speedup-analysis"
25114
25115 # Speedup - VPP L2 3n-hsw-x520 features-oacl
25116 - type: "plot"
25117   title: "Speedup: l2sw-3n-hsw-x520-64b-features-oacl-ndr-tsa"
25118   algorithm: "plot_throughput_speedup_analysis"
25119   output-file-type: ".html"
25120   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-oacl-ndr-tsa"
25121   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25122   filter: "'NIC_Intel-X520-DA2' and
25123            'NDRPDR' and
25124            '64B' and
25125            'FEATURE' and
25126            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
25127            'OACL' and
25128            ('ACL1' or 'ACL50') and
25129            ('10K_FLOWS' or '10k_FLOWS') and
25130            not 'MACIP' and
25131            not 'VHOST' and
25132            not 'MEMIF'"
25133   parameters:
25134   - "throughput"
25135   - "parent"
25136   - "tags"
25137   layout:
25138     title: "l2sw-3n-hsw-x520-64b-features-oacl-ndr"
25139     layout: "plot-throughput-speedup-analysis"
25140
25141 - type: "plot"
25142   title: "Speedup: l2sw-3n-hsw-x520-64b-features-oacl-pdr-tsa"
25143   algorithm: "plot_throughput_speedup_analysis"
25144   output-file-type: ".html"
25145   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-oacl-pdr-tsa"
25146   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25147   filter: "'NIC_Intel-X520-DA2' and
25148            'NDRPDR' and
25149            '64B' and
25150            'FEATURE' and
25151            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
25152            'OACL' and
25153            ('ACL1' or 'ACL50') and
25154            ('10K_FLOWS' or '10k_FLOWS') and
25155            not 'MACIP' and
25156            not 'VHOST' and
25157            not 'MEMIF'"
25158   parameters:
25159   - "throughput"
25160   - "parent"
25161   - "tags"
25162   layout:
25163     title: "l2sw-3n-hsw-x520-64b-features-oacl-pdr"
25164     layout: "plot-throughput-speedup-analysis"
25165
25166 # Speedup - VPP L2 3n-hsw-x520 features-macip
25167 - type: "plot"
25168   title: "Speedup: l2sw-3n-hsw-x520-64b-features-macip-ndr-tsa"
25169   algorithm: "plot_throughput_speedup_analysis"
25170   output-file-type: ".html"
25171   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-macip-ndr-tsa"
25172   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25173   filter: "'NIC_Intel-X520-DA2' and
25174            'NDRPDR' and
25175            '64B' and
25176            'FEATURE' and
25177            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
25178            'MACIP' and
25179            ('ACL1' or 'ACL50') and
25180            ('10K_FLOWS' or '10k_FLOWS') and
25181            not 'VHOST' and
25182            not 'MEMIF'"
25183   parameters:
25184   - "throughput"
25185   - "parent"
25186   - "tags"
25187   layout:
25188     title: "l2sw-3n-hsw-x520-64b-features-macip-ndr"
25189     layout: "plot-throughput-speedup-analysis"
25190
25191 - type: "plot"
25192   title: "Speedup: l2sw-3n-hsw-x520-64b-features-macip-pdr-tsa"
25193   algorithm: "plot_throughput_speedup_analysis"
25194   output-file-type: ".html"
25195   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-macip-pdr-tsa"
25196   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25197   filter: "'NIC_Intel-X520-DA2' and
25198            'NDRPDR' and
25199            '64B' and
25200            'FEATURE' and
25201            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
25202            'MACIP' and
25203            ('ACL1' or 'ACL50') and
25204            ('10K_FLOWS' or '10k_FLOWS') and
25205            not 'VHOST' and
25206            not 'MEMIF'"
25207   parameters:
25208   - "throughput"
25209   - "parent"
25210   - "tags"
25211   layout:
25212     title: "l2sw-3n-hsw-x520-64b-features-macip-pdr"
25213     layout: "plot-throughput-speedup-analysis"
25214
25215 # Speedup - VPP L2 3n-hsw-x710 base and scale
25216 - type: "plot"
25217   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
25218   algorithm: "plot_throughput_speedup_analysis"
25219   output-file-type: ".html"
25220   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
25221   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25222   filter: "'NIC_Intel-X710' and
25223            '64B' and
25224            ('BASE' or 'SCALE') and
25225            'NDRPDR' and
25226            'ETH' and
25227            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25228            not 'VHOST' and
25229            not 'MEMIF' and
25230            not 'DRV_AVF'"
25231   parameters:
25232   - "throughput"
25233   - "parent"
25234   - "tags"
25235   sort:
25236   - "L2PATCH"
25237   - "L2XCFWD"
25238   - "L2BDMACLRN"
25239   - "FIB_10K"
25240   - "FIB_100K"
25241   - "FIB_1M"
25242   layout:
25243     title: "l2sw-3n-hsw-x710-64b-base_and_scale-ndr"
25244     layout: "plot-throughput-speedup-analysis"
25245
25246 - type: "plot"
25247   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
25248   algorithm: "plot_throughput_speedup_analysis"
25249   output-file-type: ".html"
25250   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
25251   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25252   filter: "'NIC_Intel-X710' and
25253            '64B' and
25254            ('BASE' or 'SCALE') and
25255            'NDRPDR' and
25256            'ETH' and
25257            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25258            not 'VHOST' and
25259            not 'MEMIF' and
25260            not 'DRV_AVF'"
25261   parameters:
25262   - "throughput"
25263   - "parent"
25264   - "tags"
25265   sort:
25266   - "L2PATCH"
25267   - "L2XCFWD"
25268   - "L2BDMACLRN"
25269   - "FIB_10K"
25270   - "FIB_100K"
25271   - "FIB_1M"
25272   layout:
25273     title: "l2sw-3n-hsw-x710-64b-base_and_scale-pdr"
25274     layout: "plot-throughput-speedup-analysis"
25275
25276 # Speedup - VPP L2 3n-hsw-x710 features
25277 - type: "plot"
25278   title: "Speedup: l2sw-3n-hsw-x710-64b-features-ndr-tsa"
25279   algorithm: "plot_throughput_speedup_analysis"
25280   output-file-type: ".html"
25281   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-ndr-tsa"
25282   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25283   filter: "'NIC_Intel-X710' and
25284            '64B' and
25285            'NDRPDR' and
25286            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
25287            not 'ACL' and
25288            not 'VHOST' and
25289            not 'L2OVRLAY' and
25290            not 'MEMIF'"
25291   parameters:
25292   - "throughput"
25293   - "parent"
25294   - "tags"
25295   sort:
25296   - "L2XCBASE"    # l2xcbase
25297   - "L2BDBASE"    # l2bdbase
25298   - "L2XCFWD"     # dot1q-l2xcbase
25299   - "L2BDMACLRN"  # dot1q-l2bdbase
25300   layout:
25301     title: "l2sw-3n-hsw-x710-64b-features-ndr"
25302     layout: "plot-throughput-speedup-analysis"
25303
25304 - type: "plot"
25305   title: "Speedup: l2sw-3n-hsw-x710-64b-features-pdr-tsa"
25306   algorithm: "plot_throughput_speedup_analysis"
25307   output-file-type: ".html"
25308   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-pdr-tsa"
25309   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25310   filter: "'NIC_Intel-X710' and
25311            '64B' and
25312            'NDRPDR' and
25313            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
25314            not 'ACL' and
25315            not 'VHOST' and
25316            not 'L2OVRLAY' and
25317            not 'MEMIF'"
25318   parameters:
25319   - "throughput"
25320   - "parent"
25321   - "tags"
25322   sort:
25323   - "L2XCBASE"    # l2xcbase
25324   - "L2BDBASE"    # l2bdbase
25325   - "L2XCFWD"     # dot1q-l2xcbase
25326   - "L2BDMACLRN"  # dot1q-l2bdbase
25327   layout:
25328     title: "l2sw-3n-hsw-x710-64b-features-pdr"
25329     layout: "plot-throughput-speedup-analysis"
25330
25331 # Speedup - VPP L2 3n-hsw-x710 features-iacl
25332 - type: "plot"
25333   title: "Speedup: l2sw-3n-hsw-x710-64b-features-iacl-ndr-tsa"
25334   algorithm: "plot_throughput_speedup_analysis"
25335   output-file-type: ".html"
25336   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-iacl-ndr-tsa"
25337   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25338   filter: "'NIC_Intel-X710' and
25339            'NDRPDR' and
25340            '64B' and
25341            'FEATURE' and
25342            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
25343            'IACL' and
25344            ('ACL1' or 'ACL50') and
25345            ('10K_FLOWS' or '10k_FLOWS') and
25346            not 'MACIP' and
25347            not 'VHOST' and
25348            not 'MEMIF'"
25349   parameters:
25350   - "throughput"
25351   - "parent"
25352   - "tags"
25353   layout:
25354     title: "l2sw-3n-hsw-x710-64b-features-iacl-ndr"
25355     layout: "plot-throughput-speedup-analysis"
25356
25357 - type: "plot"
25358   title: "Speedup: l2sw-3n-hsw-x710-64b-features-iacl-pdr-tsa"
25359   algorithm: "plot_throughput_speedup_analysis"
25360   output-file-type: ".html"
25361   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-iacl-pdr-tsa"
25362   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25363   filter: "'NIC_Intel-X710' and
25364            'NDRPDR' and
25365            '64B' and
25366            'FEATURE' and
25367            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
25368            'IACL' and
25369            ('ACL1' or 'ACL50') and
25370            ('10K_FLOWS' or '10k_FLOWS') and
25371            not 'MACIP' and
25372            not 'VHOST' and
25373            not 'MEMIF'"
25374   parameters:
25375   - "throughput"
25376   - "parent"
25377   - "tags"
25378   layout:
25379     title: "l2sw-3n-hsw-x710-64b-features-iacl-pdr"
25380     layout: "plot-throughput-speedup-analysis"
25381
25382 # Speedup - VPP L2 3n-hsw-xl710 base and scale
25383 - type: "plot"
25384   title: "Speedup: l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
25385   algorithm: "plot_throughput_speedup_analysis"
25386   output-file-type: ".html"
25387   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
25388   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25389   filter: "'NIC_Intel-XL710' and
25390            '64B' and
25391            'BASE' and
25392            'NDRPDR' and
25393            'ETH' and
25394            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25395            not 'VHOST' and
25396            not 'MEMIF'"
25397   parameters:
25398   - "throughput"
25399   - "parent"
25400   - "tags"
25401   sort:
25402   - "L2PATCH"
25403   - "L2XCFWD"
25404   - "L2BDMACLRN"
25405   layout:
25406     title: "l2sw-3n-hsw-xl710-64b-base-ndr"
25407     layout: "plot-throughput-speedup-analysis"
25408
25409 - type: "plot"
25410   title: "Speedup: l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
25411   algorithm: "plot_throughput_speedup_analysis"
25412   output-file-type: ".html"
25413   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
25414   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25415   filter: "'NIC_Intel-XL710' and
25416            '64B' and
25417            'BASE' and
25418            'NDRPDR' and
25419            'ETH' and
25420            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25421            not 'VHOST' and
25422            not 'MEMIF'"
25423   parameters:
25424   - "throughput"
25425   - "parent"
25426   - "tags"
25427   sort:
25428   - "L2PATCH"
25429   - "L2XCFWD"
25430   - "L2BDMACLRN"
25431   layout:
25432     title: "l2sw-3n-hsw-xl710-64b-base-pdr"
25433     layout: "plot-throughput-speedup-analysis"
25434
25435 # Speedup - VPP L2 3n-skx-x710 base and scale
25436 - type: "plot"
25437   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25438   algorithm: "plot_throughput_speedup_analysis"
25439   output-file-type: ".html"
25440   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25441   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25442   filter: "'NIC_Intel-X710' and
25443            '64B' and
25444            ('BASE' or 'SCALE') and
25445            'NDRPDR' and
25446            'ETH' and
25447            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25448            not 'VHOST' and
25449            not 'DRV_AVF' and
25450            not 'MEMIF'"
25451   parameters:
25452   - "throughput"
25453   - "parent"
25454   - "tags"
25455   sort:
25456   - "L2PATCH"
25457   - "L2XCBASE"
25458   - "BASE"
25459   - "FIB_10K"
25460   - "FIB_100K"
25461   - "FIB_1M"
25462   layout:
25463     title: "l2sw-3n-skx-x710-64b-base_and_scale-ndr"
25464     layout: "plot-throughput-speedup-analysis"
25465
25466 - type: "plot"
25467   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25468   algorithm: "plot_throughput_speedup_analysis"
25469   output-file-type: ".html"
25470   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25471   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25472   filter: "'NIC_Intel-X710' and
25473            '64B' and
25474            ('BASE' or 'SCALE') and
25475            'NDRPDR' and
25476            'ETH' and
25477            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25478            not 'VHOST' and
25479            not 'DRV_AVF' and
25480            not 'MEMIF'"
25481   parameters:
25482   - "throughput"
25483   - "parent"
25484   - "tags"
25485   sort:
25486   - "L2PATCH"
25487   - "L2XCBASE"
25488   - "BASE"
25489   - "FIB_10K"
25490   - "FIB_100K"
25491   - "FIB_1M"
25492   layout:
25493     title: "l2sw-3n-skx-x710-64b-base_and_scale-pdr"
25494     layout: "plot-throughput-speedup-analysis"
25495
25496 # Speedup - VPP L2 3n-skx-x710 features
25497 - type: "plot"
25498   title: "Speedup: l2sw-3n-skx-x710-64b-features-ndr-tsa"
25499   algorithm: "plot_throughput_speedup_analysis"
25500   output-file-type: ".html"
25501   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-ndr-tsa"
25502   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25503   filter: "'NIC_Intel-X710' and
25504            '64B' and
25505            'NDRPDR' and
25506            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
25507            not 'ACL' and
25508            not 'VHOST' and
25509            not 'DRV_AVF' and
25510            not 'L2OVRLAY' and
25511            not 'MEMIF'"
25512   parameters:
25513   - "throughput"
25514   - "parent"
25515   - "tags"
25516   sort:
25517   - "L2XCBASE"    # l2xcbase
25518   - "L2BDBASE"    # l2bdbase
25519   - "L2XCFWD"     # dot1q-l2xcbase
25520   - "L2BDMACLRN"  # dot1q-l2bdbase
25521   layout:
25522     title: "l2sw-3n-skx-x710-64b-features-ndr"
25523     layout: "plot-throughput-speedup-analysis"
25524
25525 - type: "plot"
25526   title: "Speedup: l2sw-3n-skx-x710-64b-features-pdr-tsa"
25527   algorithm: "plot_throughput_speedup_analysis"
25528   output-file-type: ".html"
25529   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-pdr-tsa"
25530   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25531   filter: "'NIC_Intel-X710' and
25532            '64B' and
25533            'NDRPDR' and
25534            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
25535            not 'ACL' and
25536            not 'VHOST' and
25537            not 'DRV_AVF' and
25538            not 'L2OVRLAY' and
25539            not 'MEMIF'"
25540   parameters:
25541   - "throughput"
25542   - "parent"
25543   - "tags"
25544   sort:
25545   - "L2XCBASE"    # l2xcbase
25546   - "L2BDBASE"    # l2bdbase
25547   - "L2XCFWD"     # dot1q-l2xcbase
25548   - "L2BDMACLRN"  # dot1q-l2bdbase
25549   layout:
25550     title: "l2sw-3n-skx-x710-64b-features-pdr"
25551     layout: "plot-throughput-speedup-analysis"
25552
25553 # Speedup - VPP L2 3n-skx-x710 features-iacl
25554 - type: "plot"
25555   title: "Speedup: l2sw-3n-skx-x710-64b-features-iacl-ndr-tsa"
25556   algorithm: "plot_throughput_speedup_analysis"
25557   output-file-type: ".html"
25558   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-iacl-ndr-tsa"
25559   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25560   filter: "'NIC_Intel-X710' and
25561            'NDRPDR' and
25562            '64B' and
25563            'FEATURE' and
25564            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
25565            'IACL' and
25566            ('ACL1' or 'ACL50') and
25567            ('10K_FLOWS' or '10k_FLOWS') and
25568            not 'MACIP' and
25569            not 'VHOST' and
25570            not 'MEMIF'"
25571   parameters:
25572   - "throughput"
25573   - "parent"
25574   - "tags"
25575   layout:
25576     title: "l2sw-3n-skx-x710-64b-features-iacl-ndr"
25577     layout: "plot-throughput-speedup-analysis"
25578
25579 - type: "plot"
25580   title: "Speedup: l2sw-3n-skx-x710-64b-features-iacl-pdr-tsa"
25581   algorithm: "plot_throughput_speedup_analysis"
25582   output-file-type: ".html"
25583   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-iacl-pdr-tsa"
25584   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25585   filter: "'NIC_Intel-X710' and
25586            'NDRPDR' and
25587            '64B' and
25588            'FEATURE' and
25589            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
25590            'IACL' and
25591            ('ACL1' or 'ACL50') and
25592            ('10K_FLOWS' or '10k_FLOWS') and
25593            not 'MACIP' and
25594            not 'VHOST' and
25595            not 'MEMIF'"
25596   parameters:
25597   - "throughput"
25598   - "parent"
25599   - "tags"
25600   layout:
25601     title: "l2sw-3n-skx-x710-64b-features-iacl-pdr"
25602     layout: "plot-throughput-speedup-analysis"
25603
25604 # Speedup - VPP L2 3n-skx-xxv710 base and scale
25605 - type: "plot"
25606   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25607   algorithm: "plot_throughput_speedup_analysis"
25608   output-file-type: ".html"
25609   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25610   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25611   filter: "'NIC_Intel-XXV710' and
25612            '64B' and
25613            ('BASE' or 'SCALE') and
25614            'NDRPDR' and
25615            'ETH' and
25616            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25617            not 'DRV_AVF' and
25618            not 'VHOST' and
25619            not 'MEMIF'"
25620   parameters:
25621   - "throughput"
25622   - "parent"
25623   - "tags"
25624 #  sort:
25625 #  - "L2PATCH"
25626 #  - "L2PATCH"
25627 #  - "L2XCBASE"
25628 #  - "L2BDMACLRN"
25629   layout:
25630     title: "l2sw-3n-skx-xxv710-64b-base_and_scale-ndr"
25631     layout: "plot-throughput-speedup-analysis"
25632
25633 - type: "plot"
25634   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
25635   algorithm: "plot_throughput_speedup_analysis"
25636   output-file-type: ".html"
25637   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
25638   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25639   filter: "'NIC_Intel-XXV710' and
25640            '64B' and
25641            ('BASE' or 'SCALE') and
25642            'NDRPDR' and
25643            'ETH' and
25644            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25645            not 'DRV_AVF' and
25646            not 'VHOST' and
25647            not 'MEMIF'"
25648   parameters:
25649   - "throughput"
25650   - "parent"
25651   - "tags"
25652 #  sort:
25653 #  - "L2PATCH"
25654 #  - "L2PATCH"
25655 #  - "L2XCBASE"
25656 #  - "L2BDMACLRN"
25657   layout:
25658     title: "l2sw-3n-skx-xxv710-64b-base_and_scale-pdr"
25659     layout: "plot-throughput-speedup-analysis"
25660
25661 # Speedup - VPP L2 2n-skx-x710 base and scale
25662 - type: "plot"
25663   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
25664   algorithm: "plot_throughput_speedup_analysis"
25665   output-file-type: ".html"
25666   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
25667   data: "plot-vpp-throughput-lat-tsa-2n-skx"
25668   filter: "'NIC_Intel-X710' and
25669            '64B' and
25670            ('BASE' or 'SCALE') and
25671            'NDRPDR' and
25672            'ETH' and
25673            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25674            not 'VHOST' and
25675            not 'MEMIF'"
25676   parameters:
25677   - "throughput"
25678   - "parent"
25679   - "tags"
25680   sort:
25681   - "L2PATCH"
25682   - "L2XCBASE"
25683   - "BASE"
25684   - "FIB_10K"
25685   - "FIB_100K"
25686   - "FIB_1M"
25687   layout:
25688     title: "l2sw-2n-skx-x710-64b-base_and_scale-ndr"
25689     layout: "plot-throughput-speedup-analysis"
25690
25691 - type: "plot"
25692   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
25693   algorithm: "plot_throughput_speedup_analysis"
25694   output-file-type: ".html"
25695   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
25696   data: "plot-vpp-throughput-lat-tsa-2n-skx"
25697   filter: "'NIC_Intel-X710' and
25698            '64B' and
25699            ('BASE' or 'SCALE') and
25700            'NDRPDR' and
25701            'ETH' and
25702            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25703            not 'VHOST' and
25704            not 'MEMIF'"
25705   parameters:
25706   - "throughput"
25707   - "parent"
25708   - "tags"
25709   sort:
25710   - "L2PATCH"
25711   - "L2XCBASE"
25712   - "BASE"
25713   - "FIB_10K"
25714   - "FIB_100K"
25715   - "FIB_1M"
25716   layout:
25717     title: "l2sw-2n-skx-x710-64b-base_and_scale-pdr"
25718     layout: "plot-throughput-speedup-analysis"
25719
25720 # Speedup - VPP L2 2n-skx-xxv710 base and scale
25721 - type: "plot"
25722   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25723   algorithm: "plot_throughput_speedup_analysis"
25724   output-file-type: ".html"
25725   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25726   data: "plot-vpp-throughput-lat-tsa-2n-skx"
25727   filter: "'NIC_Intel-XXV710' and
25728            '64B' and
25729            ('BASE' or 'SCALE') and
25730            'NDRPDR' and
25731            'ETH' and
25732            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25733            not 'VHOST' and
25734            not 'MEMIF'"
25735   parameters:
25736   - "throughput"
25737   - "parent"
25738   - "tags"
25739   sort:
25740   - "L2PATCH"
25741   - "L2XCBASE"
25742   - "BASE"
25743   - "FIB_10K"
25744   - "FIB_100K"
25745   - "FIB_1M"
25746   layout:
25747     title: "l2sw-2n-skx-xxv710-64b-base_and_scale-ndr"
25748     layout: "plot-throughput-speedup-analysis"
25749
25750 - type: "plot"
25751   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
25752   algorithm: "plot_throughput_speedup_analysis"
25753   output-file-type: ".html"
25754   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
25755   data: "plot-vpp-throughput-lat-tsa-2n-skx"
25756   filter: "'NIC_Intel-XXV710' and
25757            '64B' and
25758            ('BASE' or 'SCALE') and
25759            'NDRPDR' and
25760            'ETH' and
25761            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25762            not 'VHOST' and
25763            not 'MEMIF'"
25764   parameters:
25765   - "throughput"
25766   - "parent"
25767   - "tags"
25768   sort:
25769   - "L2PATCH"
25770   - "L2XCBASE"
25771   - "BASE"
25772   - "FIB_10K"
25773   - "FIB_100K"
25774   - "FIB_1M"
25775   layout:
25776     title: "l2sw-2n-skx-xxv710-64b-base_and_scale-pdr"
25777     layout: "plot-throughput-speedup-analysis"
25778
25779 # Speedup - VPP L2 2n-dnv-x553 base
25780 - type: "plot"
25781   title: "Speedup: l2sw-2n-dnv-x553-64b-base-ndr-tsa"
25782   algorithm: "plot_throughput_speedup_analysis"
25783   output-file-type: ".html"
25784   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-base-ndr-tsa"
25785   data: "intel-dnv-vpp"
25786   filter: "'NIC_Intel-X553' and
25787            '64B' and
25788            ('BASE' or 'SCALE') and
25789            'NDRPDR' and
25790            'ETH' and
25791            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25792            not 'VHOST' and
25793            not 'MEMIF'"
25794   parameters:
25795   - "throughput"
25796   - "parent"
25797   - "tags"
25798   sort:
25799   - "L2XCBASE"
25800   - "L2BDMACLRN"
25801   - "L2PATCH"
25802   layout:
25803     title: "l2sw-2n-dnv-x553-64b-base-ndr"
25804     layout: "plot-throughput-speedup-analysis"
25805
25806 - type: "plot"
25807   title: "Speedup: l2sw-2n-dnv-x553-64b-base-pdr-tsa"
25808   algorithm: "plot_throughput_speedup_analysis"
25809   output-file-type: ".html"
25810   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-base-pdr-tsa"
25811   data: "intel-dnv-vpp"
25812   filter: "'NIC_Intel-X553' and
25813            '64B' and
25814            ('BASE' or 'SCALE') and
25815            'NDRPDR' and
25816            'ETH' and
25817            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25818            not 'VHOST' and
25819            not 'MEMIF'"
25820   parameters:
25821   - "throughput"
25822   - "parent"
25823   - "tags"
25824   sort:
25825   - "L2XCBASE"
25826   - "L2BDMACLRN"
25827   - "L2PATCH"
25828   layout:
25829     title: "l2sw-2n-dnv-x553-64b-base-pdr"
25830     layout: "plot-throughput-speedup-analysis"
25831
25832 ################################################################################
25833
25834 # Packet Speedup - VPP vhost ip4 3n-hsw-x520
25835 - type: "plot"
25836   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25837   algorithm: "plot_throughput_speedup_analysis"
25838   output-file-type: ".html"
25839   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25840   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25841   filter: "'NIC_Intel-X520-DA2' and
25842            '64B' and
25843            'NDRPDR' and
25844            'ETH' and
25845            'IP4FWD' and
25846            'VHOST_1024' and
25847            not 'VXLAN' and
25848            not 'DOT1Q'"
25849   parameters:
25850   - "throughput"
25851   - "parent"
25852   - "tags"
25853   sort:
25854   - "not CFS_OPT"
25855   - "1VM"
25856   - "2VM"
25857   layout:
25858     title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr"
25859     layout: "plot-throughput-speedup-analysis"
25860
25861 - type: "plot"
25862   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25863   algorithm: "plot_throughput_speedup_analysis"
25864   output-file-type: ".html"
25865   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25866   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25867   filter: "'NIC_Intel-X520-DA2' and
25868            '64B' and
25869            'NDRPDR' and
25870            'ETH' and
25871            'IP4FWD' and
25872            'VHOST_1024' and
25873            not 'VXLAN' and
25874            not 'DOT1Q'"
25875   parameters:
25876   - "throughput"
25877   - "parent"
25878   - "tags"
25879   sort:
25880   - "not CFS_OPT"
25881   - "1VM"
25882   - "2VM"
25883   layout:
25884     title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr"
25885     layout: "plot-throughput-speedup-analysis"
25886
25887 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base
25888 - type: "plot"
25889   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_features-ndr-tsa"
25890   algorithm: "plot_throughput_speedup_analysis"
25891   output-file-type: ".html"
25892   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_features-ndr-tsa"
25893   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25894   filter: "'NIC_Intel-X520-DA2' and
25895            '64B' and
25896            'NDRPDR' and
25897            ('ETH' or 'DOT1Q') and
25898            'BASE' and
25899            ('L2BDMACLRN' or 'L2XCFWD') and
25900            'VHOST_1024' and
25901            not 'VXLAN' and
25902            not 'IP4FWD' and
25903            not '2VM'"
25904   parameters:
25905   - "throughput"
25906   - "parent"
25907   - "tags"
25908   sort:
25909   - "L2BDMACLRN"
25910   - "L2BDMACLRN"
25911   - "L2BDMACLRN"
25912   - "L2XCFWD"
25913   - "L2XCFWD"
25914   - "L2XCFWD"
25915   layout:
25916     title: "vhost-l2sw-3n-hsw-x520-64b-base_and_features-ndr"
25917     layout: "plot-throughput-speedup-analysis"
25918
25919 - type: "plot"
25920   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_features-pdr-tsa"
25921   algorithm: "plot_throughput_speedup_analysis"
25922   output-file-type: ".html"
25923   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_features-pdr-tsa"
25924   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25925   filter: "'NIC_Intel-X520-DA2' and
25926            '64B' and
25927            'NDRPDR' and
25928            ('ETH' or 'DOT1Q') and
25929            'BASE' and
25930            ('L2BDMACLRN' or 'L2XCFWD') and
25931            'VHOST_1024' and
25932            not 'VXLAN' and
25933            not 'IP4FWD' and
25934            not '2VM'"
25935   parameters:
25936   - "throughput"
25937   - "parent"
25938   - "tags"
25939   sort:
25940   - "L2BDMACLRN"
25941   - "L2BDMACLRN"
25942   - "L2BDMACLRN"
25943   - "L2XCFWD"
25944   - "L2XCFWD"
25945   - "L2XCFWD"
25946   layout:
25947     title: "vhost-l2sw-3n-hsw-x520-64b-base_and_features-pdr"
25948     layout: "plot-throughput-speedup-analysis"
25949
25950 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base vm
25951 - type: "plot"
25952   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
25953   algorithm: "plot_throughput_speedup_analysis"
25954   output-file-type: ".html"
25955   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
25956   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25957   filter: "'NIC_Intel-X520-DA2' and
25958            '64B' and
25959            'NDRPDR' and
25960            ('ETH' or 'DOT1Q') and
25961            ('L2BDMACLRN' or 'L2XCFWD') and
25962            'VHOST_1024' and
25963            not 'CFS_OPT' and
25964            not 'DOT1Q' and
25965            not 'VXLAN' and
25966            not 'IP4FWD' and
25967            not 'LBOND'"
25968   parameters:
25969   - "throughput"
25970   - "parent"
25971   - "tags"
25972 #  sort:
25973 #  - "1VM"
25974 #  - "L2XCFWD"
25975 #  - "1VM"
25976 #  - "L2BDMACLRN"
25977   layout:
25978     title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr"
25979     layout: "plot-throughput-speedup-analysis"
25980
25981 - type: "plot"
25982   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
25983   algorithm: "plot_throughput_speedup_analysis"
25984   output-file-type: ".html"
25985   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
25986   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25987   filter: "'NIC_Intel-X520-DA2' and
25988            '64B' and
25989            'NDRPDR' and
25990            ('ETH' or 'DOT1Q') and
25991            ('L2BDMACLRN' or 'L2XCFWD') and
25992            'VHOST_1024' and
25993            not 'CFS_OPT' and
25994            not 'DOT1Q' and
25995            not 'VXLAN' and
25996            not 'IP4FWD' and
25997            not 'LBOND'"
25998   parameters:
25999   - "throughput"
26000   - "parent"
26001   - "tags"
26002 #  sort:
26003 #  - "1VM"
26004 #  - "L2XCFWD"
26005 #  - "1VM"
26006 #  - "L2BDMACLRN"
26007   layout:
26008     title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr"
26009     layout: "plot-throughput-speedup-analysis"
26010
26011 # Packet Speedup - VPP vhost ip4 3n-hsw-x710
26012 - type: "plot"
26013   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
26014   algorithm: "plot_throughput_speedup_analysis"
26015   output-file-type: ".html"
26016   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
26017   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26018   filter: "'NIC_Intel-X710' and
26019            '64B' and
26020            'NDRPDR' and
26021            'ETH' and
26022            'IP4FWD' and
26023            'VHOST_1024' and
26024            not 'VXLAN' and
26025            not 'CFS_OPT' and
26026            not 'DOT1Q'"
26027   parameters:
26028   - "throughput"
26029   - "parent"
26030   - "tags"
26031   sort:
26032   - "1VM"
26033   - "2VM"
26034   layout:
26035     title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr"
26036     layout: "plot-throughput-speedup-analysis"
26037
26038 - type: "plot"
26039   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
26040   algorithm: "plot_throughput_speedup_analysis"
26041   output-file-type: ".html"
26042   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
26043   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26044   filter: "'NIC_Intel-X710' and
26045            '64B' and
26046            'NDRPDR' and
26047            'ETH' and
26048            'IP4FWD' and
26049            'VHOST_1024' and
26050            not 'VXLAN' and
26051            not 'CFS_OPT' and
26052            not 'DOT1Q'"
26053   parameters:
26054   - "throughput"
26055   - "parent"
26056   - "tags"
26057   sort:
26058   - "1VM"
26059   - "2VM"
26060   layout:
26061     title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr"
26062     layout: "plot-throughput-speedup-analysis"
26063
26064 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base
26065 - type: "plot"
26066   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_features-ndr-tsa"
26067   algorithm: "plot_throughput_speedup_analysis"
26068   output-file-type: ".html"
26069   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_features-ndr-tsa"
26070   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26071   filter: "'NIC_Intel-X710' and
26072            '64B' and
26073            'NDRPDR' and
26074            ('ETH' or 'DOT1Q') and
26075            'BASE' and
26076            ('L2BDMACLRN' or 'L2XCFWD') and
26077            'VHOST_1024' and
26078            not 'VXLAN' and
26079            not 'IP4FWD' and
26080            not '2VM'"
26081   parameters:
26082   - "throughput"
26083   - "parent"
26084   - "tags"
26085   sort:
26086   - "L2BDMACLRN"
26087   - "L2BDMACLRN"
26088   - "L2BDMACLRN"
26089   - "L2XCFWD"
26090   - "L2XCFWD"
26091   - "L2XCFWD"
26092   layout:
26093     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_features-ndr"
26094     layout: "plot-throughput-speedup-analysis"
26095
26096 - type: "plot"
26097   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_features-pdr-tsa"
26098   algorithm: "plot_throughput_speedup_analysis"
26099   output-file-type: ".html"
26100   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_features-pdr-tsa"
26101   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26102   filter: "'NIC_Intel-X710' and
26103            '64B' and
26104            'NDRPDR' and
26105            ('ETH' or 'DOT1Q') and
26106            'BASE' and
26107            ('L2BDMACLRN' or 'L2XCFWD') and
26108            'VHOST_1024' and
26109            not 'VXLAN' and
26110            not 'IP4FWD' and
26111            not '2VM'"
26112   parameters:
26113   - "throughput"
26114   - "parent"
26115   - "tags"
26116   sort:
26117   - "L2BDMACLRN"
26118   - "L2BDMACLRN"
26119   - "L2BDMACLRN"
26120   - "L2XCFWD"
26121   - "L2XCFWD"
26122   - "L2XCFWD"
26123   layout:
26124     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_features-pdr"
26125     layout: "plot-throughput-speedup-analysis"
26126
26127 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base vm
26128 - type: "plot"
26129   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-ndr-tsa"
26130   algorithm: "plot_throughput_speedup_analysis"
26131   output-file-type: ".html"
26132   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-ndr-tsa"
26133   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26134   filter: "'NIC_Intel-X710' and
26135            '64B' and
26136            'NDRPDR' and
26137            ('ETH' or 'DOT1Q') and
26138            ('L2BDMACLRN' or 'L2XCFWD') and
26139            'VHOST_1024' and
26140            not 'CFS_OPT' and
26141            not 'VXLAN' and
26142            not 'IP4FWD' and
26143            not 'LBOND'"
26144   parameters:
26145   - "throughput"
26146   - "parent"
26147   - "tags"
26148   sort:
26149   - "L2BDMACLRN"
26150   - "L2BDMACLRN"
26151   - "L2BDMACLRN"
26152   - "L2XCFWD"
26153   - "L2XCFWD"
26154   - "L2XCFWD"
26155   layout:
26156     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-ndr"
26157     layout: "plot-throughput-speedup-analysis"
26158
26159 - type: "plot"
26160   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-pdr-tsa"
26161   algorithm: "plot_throughput_speedup_analysis"
26162   output-file-type: ".html"
26163   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-pdr-tsa"
26164   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26165   filter: "'NIC_Intel-X710' and
26166            '64B' and
26167            'NDRPDR' and
26168            ('ETH' or 'DOT1Q') and
26169            ('L2BDMACLRN' or 'L2XCFWD') and
26170            'VHOST_1024' and
26171            not 'CFS_OPT' and
26172            not 'VXLAN' and
26173            not 'IP4FWD' and
26174            not 'LBOND'"
26175   parameters:
26176   - "throughput"
26177   - "parent"
26178   - "tags"
26179   sort:
26180   - "L2BDMACLRN"
26181   - "L2BDMACLRN"
26182   - "L2BDMACLRN"
26183   - "L2XCFWD"
26184   - "L2XCFWD"
26185   - "L2XCFWD"
26186   layout:
26187     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-pdr"
26188     layout: "plot-throughput-speedup-analysis"
26189
26190 # Packet Speedup - VPP vhost ip4 3n-skx-x710
26191 - type: "plot"
26192   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
26193   algorithm: "plot_throughput_speedup_analysis"
26194   output-file-type: ".html"
26195   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
26196   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26197   filter: "'NIC_Intel-X710' and
26198            '64B' and
26199            'NDRPDR' and
26200            'ETH' and
26201            'IP4FWD' and
26202            'VHOST_1024' and
26203            not 'VXLAN' and
26204            not 'DOT1Q'"
26205   parameters:
26206   - "throughput"
26207   - "parent"
26208   - "tags"
26209   sort:
26210   - "1VM"
26211   - "2VM"
26212   layout:
26213     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr"
26214     layout: "plot-throughput-speedup-analysis"
26215
26216 - type: "plot"
26217   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
26218   algorithm: "plot_throughput_speedup_analysis"
26219   output-file-type: ".html"
26220   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
26221   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26222   filter: "'NIC_Intel-X710' and
26223            '64B' and
26224            'NDRPDR' and
26225            'ETH' and
26226            'IP4FWD' and
26227            'VHOST_1024' and
26228            not 'VXLAN' and
26229            not 'DOT1Q'"
26230   parameters:
26231   - "throughput"
26232   - "parent"
26233   - "tags"
26234   sort:
26235   - "1VM"
26236   - "2VM"
26237   layout:
26238     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr"
26239     layout: "plot-throughput-speedup-analysis"
26240
26241 # Packet Speedup - VPP vhost ip4 2n-skx-x710
26242 - type: "plot"
26243   title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
26244   algorithm: "plot_throughput_speedup_analysis"
26245   output-file-type: ".html"
26246   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
26247   data: "plot-vpp-throughput-lat-tsa-2n-skx"
26248   filter: "'NIC_Intel-X710' and
26249            '64B' and
26250            'NDRPDR' and
26251            'ETH' and
26252            'IP4FWD' and
26253            'VHOST_1024' and
26254            not 'VXLAN' and
26255            not 'NF_DENSITY' and
26256            not 'CFS_OPT' and
26257            not 'DOT1Q'"
26258   parameters:
26259   - "throughput"
26260   - "parent"
26261   - "tags"
26262   sort:
26263   - "1VM"
26264   - "2VM"
26265   layout:
26266     title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr"
26267     layout: "plot-throughput-speedup-analysis"
26268
26269 - type: "plot"
26270   title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
26271   algorithm: "plot_throughput_speedup_analysis"
26272   output-file-type: ".html"
26273   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
26274   data: "plot-vpp-throughput-lat-tsa-2n-skx"
26275   filter: "'NIC_Intel-X710' and
26276            '64B' and
26277            'NDRPDR' and
26278            'ETH' and
26279            'IP4FWD' and
26280            'VHOST_1024' and
26281            not 'VXLAN' and
26282            not 'NF_DENSITY' and
26283            not 'CFS_OPT' and
26284            not 'DOT1Q'"
26285   parameters:
26286   - "throughput"
26287   - "parent"
26288   - "tags"
26289   sort:
26290   - "1VM"
26291   - "2VM"
26292   layout:
26293     title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr"
26294     layout: "plot-throughput-speedup-analysis"
26295
26296 # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base
26297 - type: "plot"
26298   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_features-ndr-tsa"
26299   algorithm: "plot_throughput_speedup_analysis"
26300   output-file-type: ".html"
26301   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_features-ndr-tsa"
26302   data: "plot-vpp-throughput-lat-tsa-2n-skx"
26303   filter: "'NIC_Intel-X710' and
26304            '64B' and
26305            'NDRPDR' and
26306            ('ETH' or 'DOT1Q') and
26307            'BASE' and
26308            ('L2BDMACLRN' or 'L2XCFWD') and
26309            'VHOST_1024' and
26310            not 'VXLAN' and
26311            not 'NF_DENSITY' and
26312            not 'IP4FWD' and
26313            not '2VM'"
26314   parameters:
26315   - "throughput"
26316   - "parent"
26317   - "tags"
26318 #  sort:
26319 #  - "not CFS_OPT"
26320 #  - "L2XCFWD"
26321 #  - "not CFS_OPT"
26322 #  - "CFS_OPT"
26323   layout:
26324     title: "vhost-l2sw-2n-skx-x710-64b-base_and_features-ndr"
26325     layout: "plot-throughput-speedup-analysis"
26326
26327 - type: "plot"
26328   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_features-pdr-tsa"
26329   algorithm: "plot_throughput_speedup_analysis"
26330   output-file-type: ".html"
26331   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_features-pdr-tsa"
26332   data: "plot-vpp-throughput-lat-tsa-2n-skx"
26333   filter: "'NIC_Intel-X710' and
26334            '64B' and
26335            'NDRPDR' and
26336            ('ETH' or 'DOT1Q') and
26337            'BASE' and
26338            ('L2BDMACLRN' or 'L2XCFWD') and
26339            'VHOST_1024' and
26340            not 'VXLAN' and
26341            not 'NF_DENSITY' and
26342            not 'IP4FWD' and
26343            not '2VM'"
26344   parameters:
26345   - "throughput"
26346   - "parent"
26347   - "tags"
26348 #  sort:
26349 #  - "not CFS_OPT"
26350 #  - "L2XCFWD"
26351 #  - "not CFS_OPT"
26352 #  - "CFS_OPT"
26353   layout:
26354     title: "vhost-l2sw-2n-skx-x710-64b-base_and_features-pdr"
26355     layout: "plot-throughput-speedup-analysis"
26356
26357 # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base vm
26358 - type: "plot"
26359   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
26360   algorithm: "plot_throughput_speedup_analysis"
26361   output-file-type: ".html"
26362   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
26363   data: "plot-vpp-throughput-lat-tsa-2n-skx"
26364   filter: "'NIC_Intel-X710' and
26365            '64B' and
26366            'NDRPDR' and
26367            ('ETH' or 'DOT1Q') and
26368            ('L2BDMACLRN' or 'L2XCFWD') and
26369            'VHOST_1024' and
26370            not 'CFS_OPT' and
26371            not 'VXLAN' and
26372            not 'NF_DENSITY' and
26373            not 'DOT1Q' and
26374            not 'IP4FWD'"
26375   parameters:
26376   - "throughput"
26377   - "parent"
26378   - "tags"
26379 #  sort:
26380 #  - "1VM"
26381 #  - "L2XCFWD"
26382 #  - "1VM"
26383 #  - "L2BDMACLRN"
26384   layout:
26385     title: "vhost-l2sw-2n-skx-x710-64b-base-vm-ndr"
26386     layout: "plot-throughput-speedup-analysis"
26387
26388 - type: "plot"
26389   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
26390   algorithm: "plot_throughput_speedup_analysis"
26391   output-file-type: ".html"
26392   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
26393   data: "plot-vpp-throughput-lat-tsa-2n-skx"
26394   filter: "'NIC_Intel-X710' and
26395            '64B' and
26396            'NDRPDR' and
26397            ('ETH' or 'DOT1Q') and
26398            ('L2BDMACLRN' or 'L2XCFWD') and
26399            'VHOST_1024' and
26400            not 'CFS_OPT' and
26401            not 'VXLAN' and
26402            not 'NF_DENSITY' and
26403            not 'DOT1Q' and
26404            not 'IP4FWD'"
26405   parameters:
26406   - "throughput"
26407   - "parent"
26408   - "tags"
26409 #  sort:
26410 #  - "1VM"
26411 #  - "L2XCFWD"
26412 #  - "1VM"
26413 #  - "L2BDMACLRN"
26414   layout:
26415     title: "vhost-l2sw-2n-skx-x710-64b-base-vm-pdr"
26416     layout: "plot-throughput-speedup-analysis"
26417
26418 # Packet Speedup - VPP vhost ip4 2n-skx-xxv710
26419 - type: "plot"
26420   title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26421   algorithm: "plot_throughput_speedup_analysis"
26422   output-file-type: ".html"
26423   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26424   data: "plot-vpp-throughput-lat-tsa-2n-skx"
26425   filter: "'NIC_Intel-XXV710' and
26426            '64B' and
26427            'NDRPDR' and
26428            'ETH' and
26429            'IP4FWD' and
26430            'VHOST_1024' and
26431            not 'VXLAN' and
26432            not 'CFS_OPT' and
26433            not 'DOT1Q'"
26434   parameters:
26435   - "throughput"
26436   - "parent"
26437   - "tags"
26438   sort:
26439   - "not CFS_OPT"
26440   - "1VM"
26441   - "2VM"
26442   layout:
26443     title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
26444     layout: "plot-throughput-speedup-analysis"
26445
26446 - type: "plot"
26447   title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26448   algorithm: "plot_throughput_speedup_analysis"
26449   output-file-type: ".html"
26450   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26451   data: "plot-vpp-throughput-lat-tsa-2n-skx"
26452   filter: "'NIC_Intel-XXV710' and
26453            '64B' and
26454            'NDRPDR' and
26455            'ETH' and
26456            'IP4FWD' and
26457            'VHOST_1024' and
26458            not 'VXLAN' and
26459            not 'CFS_OPT' and
26460            not 'DOT1Q'"
26461   parameters:
26462   - "throughput"
26463   - "parent"
26464   - "tags"
26465   sort:
26466   - "not CFS_OPT"
26467   - "1VM"
26468   - "2VM"
26469   layout:
26470     title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
26471     layout: "plot-throughput-speedup-analysis"
26472
26473 ## Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base
26474 #- type: "plot"
26475 #  title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_features-ndr-tsa"
26476 #  algorithm: "plot_throughput_speedup_analysis"
26477 #  output-file-type: ".html"
26478 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_features-ndr-tsa"
26479 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
26480 #  filter: "'NIC_Intel-XXV710' and
26481 #           '64B' and
26482 #           'NDRPDR' and
26483 #           ('ETH' or 'DOT1Q') and
26484 #           'BASE' and
26485 #           ('L2BDMACLRN' or 'L2XCFWD') and
26486 #           'VHOST_1024' and
26487 #           not 'VXLAN' and
26488 #           not 'IP4FWD' and
26489 #           not '2VM'"
26490 #  parameters:
26491 #  - "throughput"
26492 #  - "parent"
26493 #  - "tags"
26494 ##  sort:
26495 ##  - "not CFS_OPT"
26496 ##  - "L2XCFWD"
26497 ##  - "not CFS_OPT"
26498 ##  - "CFS_OPT"
26499 #  layout:
26500 #    title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_features-ndr"
26501 #    layout: "plot-throughput-speedup-analysis"
26502 #
26503 #- type: "plot"
26504 #  title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_features-pdr-tsa"
26505 #  algorithm: "plot_throughput_speedup_analysis"
26506 #  output-file-type: ".html"
26507 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_features-pdr-tsa"
26508 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
26509 #  filter: "'NIC_Intel-XXV710' and
26510 #           '64B' and
26511 #           'NDRPDR' and
26512 #           ('ETH' or 'DOT1Q') and
26513 #           'BASE' and
26514 #           ('L2BDMACLRN' or 'L2XCFWD') and
26515 #           'VHOST_1024' and
26516 #           not 'VXLAN' and
26517 #           not 'IP4FWD' and
26518 #           not '2VM'"
26519 #  parameters:
26520 #  - "throughput"
26521 #  - "parent"
26522 #  - "tags"
26523 ##  sort:
26524 ##  - "not CFS_OPT"
26525 ##  - "L2XCFWD"
26526 ##  - "not CFS_OPT"
26527 ##  - "CFS_OPT"
26528 #  layout:
26529 #    title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_features-pdr"
26530 #    layout: "plot-throughput-speedup-analysis"
26531 #
26532 ## Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base vm
26533 #- type: "plot"
26534 #  title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
26535 #  algorithm: "plot_throughput_speedup_analysis"
26536 #  output-file-type: ".html"
26537 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
26538 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
26539 #  filter: "'NIC_Intel-XXV710' and
26540 #           '64B' and
26541 #           'NDRPDR' and
26542 #           ('ETH' or 'DOT1Q') and
26543 #           ('L2BDMACLRN' or 'L2XCFWD') and
26544 #           'VHOST_1024' and
26545 #           not 'CFS_OPT' and
26546 #           not 'VXLAN' and
26547 #           not 'DOT1Q' and
26548 #           not 'IP4FWD'"
26549 #  parameters:
26550 #  - "throughput"
26551 #  - "parent"
26552 #  - "tags"
26553 ##  sort:
26554 ##  - "1VM"
26555 ##  - "L2XCFWD"
26556 ##  - "1VM"
26557 ##  - "L2BDMACLRN"
26558 #  layout:
26559 #    title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr"
26560 #    layout: "plot-throughput-speedup-analysis"
26561 #
26562 #- type: "plot"
26563 #  title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
26564 #  algorithm: "plot_throughput_speedup_analysis"
26565 #  output-file-type: ".html"
26566 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
26567 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
26568 #  filter: "'NIC_Intel-XXV710' and
26569 #           '64B' and
26570 #           'NDRPDR' and
26571 #           ('ETH' or 'DOT1Q') and
26572 #           ('L2BDMACLRN' or 'L2XCFWD') and
26573 #           'VHOST_1024' and
26574 #           not 'CFS_OPT' and
26575 #           not 'VXLAN' and
26576 #           not 'DOT1Q' and
26577 #           not 'IP4FWD'"
26578 #  parameters:
26579 #  - "throughput"
26580 #  - "parent"
26581 #  - "tags"
26582 ##  sort:
26583 ##  - "1VM"
26584 ##  - "L2XCFWD"
26585 ##  - "1VM"
26586 ##  - "L2BDMACLRN"
26587 #  layout:
26588 #    title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr"
26589 #    layout: "plot-throughput-speedup-analysis"
26590
26591 ################################################################################
26592
26593 # Speedup - VPP vts 3n-hsw-x520
26594 - type: "plot"
26595   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
26596   algorithm: "plot_throughput_speedup_analysis"
26597   output-file-type: ".html"
26598   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
26599   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26600   filter: "'NIC_Intel-X520-DA2' and
26601            '114B' and
26602            'NDRPDR' and
26603            'VTS'"
26604   parameters:
26605   - "throughput"
26606   - "parent"
26607   - "tags"
26608   layout:
26609     title: "vts-3n-hsw-x520-114b-base_and_scale-ndr"
26610     layout: "plot-throughput-speedup-analysis"
26611
26612 - type: "plot"
26613   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
26614   algorithm: "plot_throughput_speedup_analysis"
26615   output-file-type: ".html"
26616   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
26617   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26618   filter: "'NIC_Intel-X520-DA2' and
26619            '114B' and
26620            'NDRPDR' and
26621            'VTS'"
26622   parameters:
26623   - "throughput"
26624   - "parent"
26625   - "tags"
26626   layout:
26627     title: "vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
26628     layout: "plot-throughput-speedup-analysis"