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         - 13  # NDRPDR sel
176         - 14  # NDRPDR sel
177
178     # 3n-skx
179
180     plot-vpp-throughput-lat-tsa-3n-skx:
181       # TODO: Add 1904 data
182       csit-vpp-perf-verify-1904-3n-skx:
183         - 8   # NDRPDR sel
184         - 9   # NDRPDR sel
185         - 10  # NDRPDR sel
186         - 11  # NDRPDR sel
187         - 12  # NDRPDR sel
188         - 14  # NDRPDR sel
189         - 21  # NDRPDR sel
190         - 16  # NDRPDR sel
191         - 23  # NDRPDR sel
192
193     plot-dpdk-throughput-latency-3n-skx:
194       # TODO: Add 1904 data
195       csit-dpdk-perf-verify-1904-3n-skx:
196         - 2   # NDRPDR sel
197         - 3   # NDRPDR sel
198         - 4   # NDRPDR sel
199         - 5   # NDRPDR sel
200         - 6   # NDRPDR sel
201         - 7   # NDRPDR sel
202         - 11  # NDRPDR sel
203         - 12  # NDRPDR sel
204         - 13  # NDRPDR sel
205         - 14  # NDRPDR sel
206
207     # 2n-skx
208
209     plot-vpp-throughput-lat-tsa-2n-skx:
210       # TODO: Add 1904 data
211       csit-vpp-perf-verify-1904-2n-skx:
212         - 12  # NDRPDR sel
213         - 14  # NDRPDR sel
214         - 16  # NDRPDR sel
215         - 17  # NDRPDR sel
216         - 18  # NDRPDR sel
217         - 21  # NDRPDR sel
218         - 27  # NDRPDR sel
219         - 30  # NDRPDR sel
220         - 31  # NDRPDR sel
221         - 32  # NDRPDR sel
222
223     plot-vpp-soak-2n-skx:
224       # TODO: Replace with 1904 data
225       # csit-vpp-perf-verify-1904-2n-skx:
226       csit-vpp-perf-verify-1901-2n-skx:
227         - 45  # SOAK sel
228
229     plot-vpp-nfv-2n-skx:
230       # TODO: Add 1904 data
231       csit-vpp-perf-verify-1904-2n-skx:
232         - 9   # NFV NDRPDR
233
234     plot-vpp-nfv-2n-skx-mrr:
235       # TODO: Add 1904 data
236       csit-vpp-perf-verify-1904-2n-skx:
237         - 40  # NFV MRR
238         - 41  # NFV MRR
239         - 42  # NFV MRR
240
241     plot-dpdk-throughput-latency-2n-skx:
242       # TODO: Add 1904 data
243       csit-dpdk-perf-verify-1904-2n-skx:
244         - 2   # NDRPDR sel
245         - 3   # NDRPDR sel
246         - 4   # NDRPDR sel
247         - 5   # NDRPDR sel
248         - 7   # NDRPDR sel
249         - 8   # NDRPDR sel
250         - 9   # NDRPDR sel
251         - 10  # NDRPDR sel
252         - 11  # NDRPDR sel
253         - 12  # NDRPDR sel
254
255     # 3rd party
256
257     # Denverton:
258     intel-dnv-vpp:
259       # TODO: Replace with 1904 data
260       # intel-dnv-vpp-release-1904:
261       intel-dnv-vpp-release-1901:
262         - 1
263
264     ###########################################################################
265     # Simple tables (only one data set):
266
267     # NIC Comparisons
268
269     vpp-nic-comparison-3n-hsw:
270       # TODO: Add 1904 data
271       csit-vpp-perf-verify-1904-3n-hsw:
272         - 11  # NDRPDR sel
273         - 12  # NDRPDR sel
274
275     vpp-nic-comparison-3n-skx:
276       # TODO: Add 1904 data
277       csit-vpp-perf-verify-1904-3n-skx:
278         - 8   # NDRPDR sel
279         - 9   # NDRPDR sel
280         - 10  # NDRPDR sel
281         - 11  # NDRPDR sel
282         - 12  # NDRPDR sel
283         - 14  # NDRPDR sel
284         - 21  # NDRPDR sel
285         - 16  # NDRPDR sel
286         - 23  # NDRPDR sel
287
288     vpp-nic-comparison-2n-skx:
289       # TODO: Add 1904 data
290       csit-vpp-perf-verify-1904-2n-skx:
291         - 12  # NDRPDR sel
292         - 14  # NDRPDR sel
293         - 16  # NDRPDR sel
294         - 17  # NDRPDR sel
295         - 18  # NDRPDR sel
296         - 21  # NDRPDR sel
297         - 27  # NDRPDR sel
298         - 30  # NDRPDR sel
299         - 31  # NDRPDR sel
300         - 32  # NDRPDR sel
301
302     vpp-nic-comparison-3n-hsw-mrr:
303       csit-vpp-perf-verify-1904-3n-hsw:
304         - 1   # MRR sel
305
306     vpp-nic-comparison-3n-skx-mrr:
307       csit-vpp-perf-verify-1904-3n-skx:
308         - 7   # MRR sel
309
310     vpp-nic-comparison-2n-skx-mrr:
311       csit-vpp-perf-verify-1904-2n-skx:
312         - 11  # MRR sel
313
314     # Results
315
316     vpp-perf-results-3n-hsw:
317       # TODO: Replace with FULL 1904 data
318       csit-vpp-perf-verify-1904-3n-hsw:
319         - 12  # NDRPDR sel
320
321     vpp-perf-results-3n-skx:
322       # TODO: Replace with FULL 1904 data
323       csit-vpp-perf-verify-1904-3n-skx:
324         - 10  # NDRPDR sel
325
326     vpp-perf-results-2n-skx:
327       # TODO: Replace with FULL 1904 data
328       csit-vpp-perf-verify-1904-2n-skx:
329         - 21
330
331     vpp-mrr-results-3n-hsw:
332       csit-vpp-perf-verify-1904-3n-hsw:
333         - 1   # MRR sel
334
335     vpp-mrr-results-3n-skx:
336       csit-vpp-perf-verify-1904-3n-skx:
337         - 7   # MRR sel
338
339     vpp-mrr-results-2n-skx:
340       csit-vpp-perf-verify-1904-2n-skx:
341         - 11  # MRR sel
342
343     vpp-func-results-ubuntu:
344       csit-vpp-functional-1904-ubuntu1604-virl:
345         - 29
346
347     vpp-func-results-centos:
348       csit-vpp-functional-1904-centos7-virl:
349         - 32
350
351     vpp-device-results-ubuntu:
352       csit-vpp-device-1904-ubuntu1804-1n-skx:
353         - 33
354
355     # VPP Ligato
356     ligato-perf-results-3n-hsw:
357       # TODO: Replace with 1904 data
358       # csit-ligato-perf-verify-1904-3n-hsw:
359       csit-ligato-perf-verify-1901-3n-hsw:
360         - 10  # NDRPDR full
361
362     dpdk-perf-results-3n-hsw:
363       csit-dpdk-perf-verify-1904-3n-hsw:
364         - 5   # NDRPDR sel
365
366     dpdk-perf-results-3n-skx:
367       csit-dpdk-perf-verify-1904-3n-skx:
368         - 7   # NDRPDR sel
369
370     dpdk-perf-results-2n-skx:
371       csit-dpdk-perf-verify-1904-2n-skx:
372         - 9   # NDRPDR sel
373
374     # HoneyComb Functional
375     hc-func-results:
376       csit-hc2vpp-verify-func-1904-ubuntu1604:
377         - 1
378
379 #    # NSH SFC Functional
380 #    nsh-func-results:
381 #      # Not used
382 #      csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
383 #        - 1
384
385     # DMM Functional
386     dmm-func-results:
387       csit-dmm-functional-1904-ubuntu1604-virl:
388         - 1
389
390     ###########################################################################
391     # Tables (more than one data set)
392
393     # Performance changes
394
395     intel-dnv-vpp-changes-2n-dnv-h1:
396       intel-dnv-vpp-release-1810:
397         - 1
398     intel-dnv-vpp-changes-2n-dnv-ref:
399       intel-dnv-vpp-release-1901:
400         - 1
401     intel-dnv-vpp-changes-2n-dnv-cmp:
402       # TODO: Replace with 1904 data
403       # intel-dnv-vpp-release-1904:
404       intel-dnv-vpp-release-1901:
405         - 1
406     intel-dnv-vpp-changes-2n-dnv:
407       - "intel-dnv-vpp-changes-2n-dnv-h1"
408       - "intel-dnv-vpp-changes-2n-dnv-ref"
409       - "intel-dnv-vpp-changes-2n-dnv-cmp"
410
411     vpp-performance-changes-3n-hsw-h1:
412       csit-vpp-perf-verify-1810-3n-hsw:
413         - 8   # NDRPDR sel
414         - 12  # NDRPDR sel
415         - 14  # NDRPDR sel
416         - 18  # NDRPDR sel
417         - 23  # NDRPDR sel
418         - 25  # NDRPDR sel
419         - 38  # NDRPDR sel
420         - 39  # NDRPDR sel
421         - 41  # NDRPDR sel
422         - 42  # NDRPDR sel
423     vpp-performance-changes-3n-hsw-ref:
424       csit-vpp-perf-verify-1901-3n-hsw:
425         - 10  # NDRPDR sel
426         - 19  # NDRPDR sel
427         - 31  # NDRPDR sel
428         - 36  # NDRPDR sel
429         - 40  # NDRPDR sel
430         - 42  # NDRPDR sel
431         - 44  # NDRPDR sel
432         - 46  # NDRPDR sel
433         - 47  # NDRPDR sel
434         - 48  # NDRPDR sel
435         - 61  # NDRPDR LB
436         - 62  # NDRPDR LB
437         - 63  # NDRPDR LB
438         - 64  # NDRPDR LB
439         - 65  # NDRPDR LB
440         - 66  # NDRPDR LB
441         - 67  # NDRPDR LB
442         - 69  # NDRPDR LB
443         - 70  # NDRPDR LB
444         - 71  # NDRPDR LB
445     vpp-performance-changes-3n-hsw-cmp:
446       # TODO: Add 1904 data
447       csit-vpp-perf-verify-1904-3n-hsw:
448         - 11  # NDRPDR sel
449         - 12  # NDRPDR sel
450     vpp-performance-changes-3n-hsw:
451       - "vpp-performance-changes-3n-hsw-h1"
452       - "vpp-performance-changes-3n-hsw-ref"
453       - "vpp-performance-changes-3n-hsw-cmp"
454
455     vpp-performance-changes-3n-skx-h1:
456       csit-vpp-perf-verify-1810-3n-skx:
457         - 10  # NDRPDR sel
458         - 14  # NDRPDR sel
459         - 15  # NDRPDR sel
460         - 16  # NDRPDR sel
461         - 17  # NDRPDR sel
462         - 19  # NDRPDR sel
463         - 20  # NDRPDR sel
464         - 21  # NDRPDR sel
465         - 22  # NDRPDR sel
466         - 25  # NDRPDR sel
467     vpp-performance-changes-3n-skx-ref:
468       csit-vpp-perf-verify-1901-3n-skx:
469         - 18  # NDRPDR sel
470         - 19  # NDRPDR sel
471         - 20  # NDRPDR sel
472         - 28  # NDRPDR sel
473         - 31  # NDRPDR sel
474         - 33  # NDRPDR sel
475         - 36  # NDRPDR sel
476         - 38  # NDRPDR sel
477         - 47  # NDRPDR sel
478         - 48  # NDRPDR sel
479         - 54  # NDRPDR LB
480         - 57  # NDRPDR LB
481         - 58  # NDRPDR LB
482         - 59  # NDRPDR LB
483         - 60  # NDRPDR LB
484         - 63  # NDRPDR LB
485         - 64  # NDRPDR LB
486         - 65  # NDRPDR LB
487         - 66  # NDRPDR LB
488         - 67  # NDRPDR LB
489     vpp-performance-changes-3n-skx-cmp:
490       # TODO: Add 1904 data
491       csit-vpp-perf-verify-1904-3n-skx:
492         - 8   # NDRPDR sel
493         - 9   # NDRPDR sel
494         - 10  # NDRPDR sel
495         - 11  # NDRPDR sel
496         - 12  # NDRPDR sel
497         - 14  # NDRPDR sel
498         - 21  # NDRPDR sel
499         - 16  # NDRPDR sel
500         - 23  # NDRPDR sel
501     vpp-performance-changes-3n-skx:
502       - "vpp-performance-changes-3n-skx-h1"
503       - "vpp-performance-changes-3n-skx-ref"
504       - "vpp-performance-changes-3n-skx-cmp"
505
506     vpp-performance-changes-2n-skx-h1:
507       csit-vpp-perf-verify-1810-2n-skx:
508         - 9   # NDRPDR sel
509         - 13  # NDRPDR sel
510         - 14  # NDRPDR sel
511         - 19  # NDRPDR sel
512         - 20  # NDRPDR sel
513         - 21  # NDRPDR sel
514         - 22  # NDRPDR sel
515         - 23  # NDRPDR sel
516         - 24  # NDRPDR sel
517         - 27  # NDRPDR sel
518     vpp-performance-changes-2n-skx-ref:
519       csit-vpp-perf-verify-1901-2n-skx:
520         - 5   # NDRPDR sel
521         - 12  # NDRPDR sel
522         - 13  # NDRPDR sel
523         - 21  # NDRPDR sel
524         - 23  # NDRPDR sel
525         - 31  # NDRPDR sel
526         - 34  # NDRPDR sel
527         - 40  # NDRPDR sel
528         - 42  # NDRPDR sel
529         - 43  # NDRPDR sel
530     vpp-performance-changes-2n-skx-cmp:
531       # TODO: Add 1904 data
532       csit-vpp-perf-verify-1904-2n-skx:
533         - 12  # NDRPDR sel
534         - 14  # NDRPDR sel
535         - 16  # NDRPDR sel
536         - 17  # NDRPDR sel
537         - 18  # NDRPDR sel
538         - 21  # NDRPDR sel
539         - 27  # NDRPDR sel
540         - 30  # NDRPDR sel
541         - 31  # NDRPDR sel
542         - 32  # NDRPDR sel
543     vpp-performance-changes-2n-skx:
544       - "vpp-performance-changes-2n-skx-h1"
545       - "vpp-performance-changes-2n-skx-ref"
546       - "vpp-performance-changes-2n-skx-cmp"
547
548     vpp-performance-changes-3n-hsw-mrr-h1:
549       csit-vpp-perf-verify-1810-3n-hsw:
550         - 9   # MRR sel
551     vpp-performance-changes-3n-hsw-mrr-ref:
552       csit-vpp-perf-verify-1901-3n-hsw:
553         - 35  # MRR sel
554     vpp-performance-changes-3n-hsw-mrr-cmp:
555       csit-vpp-perf-verify-1904-3n-hsw:
556         - 1   # MRR sel
557     vpp-performance-changes-3n-hsw-mrr:
558       - "vpp-performance-changes-3n-hsw-mrr-h1"
559       - "vpp-performance-changes-3n-hsw-mrr-ref"
560       - "vpp-performance-changes-3n-hsw-mrr-cmp"
561
562     vpp-performance-changes-3n-skx-mrr-h1:
563       csit-vpp-perf-verify-1810-3n-skx:
564         - 9   # MRR sel
565         - 11  # MRR sel
566         - 12  # MRR sel
567         - 13  # MRR sel
568     vpp-performance-changes-3n-skx-mrr-ref:
569       csit-vpp-perf-verify-1901-3n-skx:
570         - 32  # MRR sel
571     vpp-performance-changes-3n-skx-mrr-cmp:
572       csit-vpp-perf-verify-1904-3n-skx:
573         - 7   # MRR sel
574     vpp-performance-changes-3n-skx-mrr:
575       - "vpp-performance-changes-3n-skx-mrr-h1"
576       - "vpp-performance-changes-3n-skx-mrr-ref"
577       - "vpp-performance-changes-3n-skx-mrr-cmp"
578
579     vpp-performance-changes-2n-skx-mrr-h1:
580       csit-vpp-perf-verify-1810-2n-skx:
581         - 8   # MRR sel
582         - 10  # MRR sel
583         - 11  # MRR sel
584         - 12  # MRR sel
585     vpp-performance-changes-2n-skx-mrr-ref:
586       csit-vpp-perf-verify-1901-2n-skx:
587         - 22  # MRR sel
588     vpp-performance-changes-2n-skx-mrr-cmp:
589       csit-vpp-perf-verify-1904-2n-skx:
590         - 11  # MRR sel
591     vpp-performance-changes-2n-skx-mrr:
592       - "vpp-performance-changes-2n-skx-mrr-h1"
593       - "vpp-performance-changes-2n-skx-mrr-ref"
594       - "vpp-performance-changes-2n-skx-mrr-cmp"
595
596     dpdk-performance-changes-3n-hsw-h1:
597       csit-dpdk-perf-verify-1810-3n-hsw:
598         - 1   # NDRPDR sel
599         - 2   # NDRPDR sel
600         - 3   # NDRPDR sel
601         - 4   # NDRPDR sel
602         - 5   # NDRPDR sel
603         - 6   # NDRPDR sel
604         - 7   # NDRPDR sel
605         - 8   # NDRPDR sel
606         - 9   # NDRPDR sel
607         - 10  # NDRPDR sel
608     dpdk-performance-changes-3n-hsw-ref:
609       csit-dpdk-perf-verify-1901-3n-hsw:
610         - 13  # NDRPDR sel
611         - 14  # NDRPDR sel
612         - 16  # NDRPDR sel
613         - 17  # NDRPDR sel
614         - 18  # NDRPDR sel
615         - 19  # NDRPDR sel
616         - 20  # NDRPDR sel
617         - 21  # NDRPDR sel
618         - 22  # NDRPDR sel
619         - 23  # NDRPDR sel
620     dpdk-performance-changes-3n-hsw-cmp:
621       # TODO: Add 1904 data
622       csit-dpdk-perf-verify-1904-3n-hsw:
623         - 2   # NDRPDR sel
624         - 3   # NDRPDR sel
625         - 5   # NDRPDR sel
626         - 6   # NDRPDR sel
627         - 13  # NDRPDR sel
628         - 14  # NDRPDR sel
629     dpdk-performance-changes-3n-hsw:
630       - "dpdk-performance-changes-3n-hsw-h1"
631       - "dpdk-performance-changes-3n-hsw-ref"
632       - "dpdk-performance-changes-3n-hsw-cmp"
633
634     dpdk-performance-changes-3n-skx-h1:
635       csit-dpdk-perf-verify-1810-3n-skx:
636         - 3   # NDRPDR sel
637         - 4   # NDRPDR sel
638         - 6   # NDRPDR sel
639         - 7   # NDRPDR sel
640         - 8   # NDRPDR sel
641         - 9   # NDRPDR sel
642         - 10  # NDRPDR sel
643         - 11  # NDRPDR sel
644         - 12  # NDRPDR sel
645         - 13  # NDRPDR sel
646     dpdk-performance-changes-3n-skx-ref:
647       csit-dpdk-perf-verify-1901-3n-skx:
648         - 3   # NDRPDR sel
649         - 5   # NDRPDR sel
650         - 6   # NDRPDR sel
651         - 7   # NDRPDR sel
652         - 8   # NDRPDR sel
653         - 9   # NDRPDR sel
654         - 10  # NDRPDR sel
655         - 11  # NDRPDR sel
656         - 12  # NDRPDR sel
657         - 13  # NDRPDR sel
658     dpdk-performance-changes-3n-skx-cmp:
659       # TODO: Add 1904 data
660       csit-dpdk-perf-verify-1904-3n-skx:
661         - 2   # NDRPDR sel
662         - 3   # NDRPDR sel
663         - 4   # NDRPDR sel
664         - 5   # NDRPDR sel
665         - 6   # NDRPDR sel
666         - 7   # NDRPDR sel
667         - 11  # NDRPDR sel
668         - 12  # NDRPDR sel
669         - 13  # NDRPDR sel
670         - 14  # NDRPDR sel
671     dpdk-performance-changes-3n-skx:
672       - "dpdk-performance-changes-3n-skx-h1"
673       - "dpdk-performance-changes-3n-skx-ref"
674       - "dpdk-performance-changes-3n-skx-cmp"
675
676     dpdk-performance-changes-2n-skx-h1:
677       csit-dpdk-perf-verify-1810-2n-skx:
678         - 3   # NDRPDR sel
679         - 4   # NDRPDR sel
680         - 5   # NDRPDR sel
681         - 7   # NDRPDR sel
682         - 8   # NDRPDR sel
683         - 9   # NDRPDR sel
684         - 10  # NDRPDR sel
685         - 11  # NDRPDR sel
686         - 12  # NDRPDR sel
687         - 13  # NDRPDR sel
688     dpdk-performance-changes-2n-skx-ref:
689       csit-dpdk-perf-verify-1901-2n-skx:
690         - 12  # NDRPDR sel
691         - 13  # NDRPDR sel
692         - 14  # NDRPDR sel
693         - 15  # NDRPDR sel
694         - 16  # NDRPDR sel
695         - 17  # NDRPDR sel
696         - 18  # NDRPDR sel
697         - 19  # NDRPDR sel
698         - 20  # NDRPDR sel
699         - 21  # NDRPDR sel
700     dpdk-performance-changes-2n-skx-cmp:
701       csit-dpdk-perf-verify-1904-2n-skx:
702         - 2   # NDRPDR sel
703         - 3   # NDRPDR sel
704         - 4   # NDRPDR sel
705         - 5   # NDRPDR sel
706         - 7   # NDRPDR sel
707         - 8   # NDRPDR sel
708         - 9   # NDRPDR sel
709         - 10  # NDRPDR sel
710         - 11  # NDRPDR sel
711         - 12  # NDRPDR sel
712     dpdk-performance-changes-2n-skx:
713       - "dpdk-performance-changes-2n-skx-h1"
714       - "dpdk-performance-changes-2n-skx-ref"
715       - "dpdk-performance-changes-2n-skx-cmp"
716
717     # Compare testbeds
718
719     vpp-compare-testbeds-ref:
720       # TODO: Add 1904 data
721       csit-vpp-perf-verify-1904-3n-hsw:
722         - 11  # NDRPDR sel
723         - 12  # NDRPDR sel
724     vpp-compare-testbeds-cmp:
725       # TODO: Add 1904 data
726       csit-vpp-perf-verify-1904-3n-skx:
727         - 8   # NDRPDR sel
728         - 9   # NDRPDR sel
729         - 10  # NDRPDR sel
730         - 11  # NDRPDR sel
731         - 12  # NDRPDR sel
732         - 14  # NDRPDR sel
733         - 21  # NDRPDR sel
734         - 16  # NDRPDR sel
735         - 23  # NDRPDR sel
736     vpp-compare-testbeds:
737       - "vpp-compare-testbeds-ref"
738       - "vpp-compare-testbeds-cmp"
739
740     vpp-compare-testbeds-mrr-ref:
741       csit-vpp-perf-verify-1904-3n-hsw:
742         - 1   # MRR sel
743     vpp-compare-testbeds-mrr-cmp:
744       csit-vpp-perf-verify-1904-3n-skx:
745         - 7   # MRR sel
746     vpp-compare-testbeds-mrr:
747       - "vpp-compare-testbeds-mrr-ref"
748       - "vpp-compare-testbeds-mrr-cmp"
749
750     dpdk-compare-testbeds-ref:
751       # TODO: Add 1904 data
752       csit-dpdk-perf-verify-1904-3n-hsw:
753         - 2   # NDRPDR sel
754         - 3   # NDRPDR sel
755         - 5   # NDRPDR sel
756         - 6   # NDRPDR sel
757         - 13  # NDRPDR sel
758         - 14  # NDRPDR sel
759     dpdk-compare-testbeds-cmp:
760       # TODO: Add 1904 data
761       csit-dpdk-perf-verify-1904-3n-skx:
762         - 2   # NDRPDR sel
763         - 3   # NDRPDR sel
764         - 4   # NDRPDR sel
765         - 5   # NDRPDR sel
766         - 6   # NDRPDR sel
767         - 7   # NDRPDR sel
768         - 11  # NDRPDR sel
769         - 12  # NDRPDR sel
770         - 13  # NDRPDR sel
771         - 14  # NDRPDR sel
772     dpdk-compare-testbeds:
773       - "dpdk-compare-testbeds-ref"
774       - "dpdk-compare-testbeds-cmp"
775
776     # Compare topologies
777
778     vpp-compare-topologies-ref:
779       # TODO: Add 1904 data
780       csit-vpp-perf-verify-1904-3n-skx:
781         - 8   # NDRPDR sel
782         - 9   # NDRPDR sel
783         - 10  # NDRPDR sel
784         - 11  # NDRPDR sel
785         - 12  # NDRPDR sel
786         - 14  # NDRPDR sel
787         - 21  # NDRPDR sel
788         - 16  # NDRPDR sel
789         - 23  # NDRPDR sel
790     vpp-compare-topologies-cmp:
791       # TODO: Add 1904 data
792       csit-vpp-perf-verify-1904-2n-skx:
793         - 12  # NDRPDR sel
794         - 14  # NDRPDR sel
795         - 16  # NDRPDR sel
796         - 17  # NDRPDR sel
797         - 18  # NDRPDR sel
798         - 21  # NDRPDR sel
799         - 27  # NDRPDR sel
800         - 30  # NDRPDR sel
801         - 31  # NDRPDR sel
802         - 32  # NDRPDR sel
803     vpp-compare-topologies:
804       - "vpp-compare-topologies-ref"
805       - "vpp-compare-topologies-cmp"
806
807     vpp-compare-topologies-mrr-ref:
808       csit-vpp-perf-verify-1904-3n-skx:
809         - 7   # MRR sel
810     vpp-compare-topologies-mrr-cmp:
811       csit-vpp-perf-verify-1904-2n-skx:
812         - 11  # MRR sel
813     vpp-compare-topologies-mrr:
814       - "vpp-compare-topologies-mrr-ref"
815       - "vpp-compare-topologies-mrr-cmp"
816
817     dpdk-compare-topologies-ref:
818       # TODO: Add 1904 data
819       csit-dpdk-perf-verify-1904-3n-skx:
820         - 2   # NDRPDR sel
821         - 3   # NDRPDR sel
822         - 4   # NDRPDR sel
823         - 5   # NDRPDR sel
824         - 6   # NDRPDR sel
825         - 7   # NDRPDR sel
826         - 11  # NDRPDR sel
827         - 12  # NDRPDR sel
828         - 13  # NDRPDR sel
829         - 14  # NDRPDR sel
830     dpdk-compare-topologies-cmp:
831       csit-dpdk-perf-verify-1904-2n-skx:
832         - 2   # NDRPDR sel
833         - 3   # NDRPDR sel
834         - 4   # NDRPDR sel
835         - 5   # NDRPDR sel
836         - 7   # NDRPDR sel
837         - 8   # NDRPDR sel
838         - 9   # NDRPDR sel
839         - 10  # NDRPDR sel
840         - 11  # NDRPDR sel
841         - 12  # NDRPDR sel
842     dpdk-compare-topologies:
843       - "dpdk-compare-topologies-ref"
844       - "dpdk-compare-topologies-cmp"
845
846   plot-layouts:
847
848     plot-soak-throughput:
849       titlefont:
850         size: 18
851       xaxis:
852         title: "<b>Test Cases [Index]</b>"
853         titlefont:
854           size: 16
855         autorange: True
856         fixedrange: False
857         gridcolor: "rgb(230, 230, 230)"
858         linecolor: "rgb(220, 220, 220)"
859         linewidth: 1
860         showgrid: True
861         showline: True
862         showticklabels: True
863         tickcolor: "rgb(220, 220, 220)"
864         tickmode: "linear"
865         tickfont:
866           size: 16
867         zeroline: False
868       yaxis:
869         title: "<b>Packet Throughput [Mpps]</b>"
870         titlefont:
871           size: 16
872         gridcolor: "rgb(230, 230, 230)"
873         hoverformat: ".4s"
874         tickformat: ".3s"
875         linecolor: "rgb(220, 220, 220)"
876         linewidth: 1
877         showgrid: True
878         showline: True
879         showticklabels: True
880         tickcolor: "rgb(220, 220, 220)"
881         tickfont:
882           size: 16
883         zeroline: False
884         range: [0,50]
885       autosize: False
886       margin:
887         t: 50
888         b: 0
889         l: 80
890         r: 20
891       showlegend: True
892       legend:
893         orientation: "h"
894         font:
895           size: 16
896       width: 700
897       height: 900
898
899     plot-service-density:
900       titlefont:
901         size: 18
902       xaxis:
903         side: "top"
904         autorange: True
905         fixedrange: False
906         showgrid: False
907         showline: False
908         showticklabels: False
909         ticks: ""
910         ticklen: 0
911         tickwidth: 0
912         zeroline: False
913       yaxis:
914         autorange: "reversed"
915         showgrid: False
916         showline: False
917         showticklabels: False
918         ticks: ""
919         ticklen: 0
920         tickwidth: 0
921         zeroline: False
922       autosize: True
923       showlegend: False
924       width: 700
925       height: 700
926
927     plot-cps:
928       titlefont:
929         size: 18
930       xaxis:
931         title: "<b>Test Cases [Index]</b>"
932         titlefont:
933           size: 16
934         autorange: True
935         fixedrange: False
936         gridcolor: "rgb(230, 230, 230)"
937         linecolor: "rgb(220, 220, 220)"
938         linewidth: 1
939         showgrid: True
940         showline: True
941         showticklabels: True
942         tickcolor: "rgb(220, 220, 220)"
943         tickmode: "linear"
944         tickfont:
945           size: 16
946         zeroline: False
947       yaxis:
948         title: "<b>Connections Per Second [cps]</b>"
949         titlefont:
950           size: 16
951         gridcolor: "rgb(230, 230, 230)"
952         hoverformat: ".4s"
953         linecolor: "rgb(220, 220, 220)"
954         linewidth: 1
955         rangemode: "tozero"
956         showgrid: True
957         showline: True
958         showticklabels: True
959         tickcolor: "rgb(220, 220, 220)"
960         tickformat: ".3s"
961         tickfont:
962           size: 16
963         zeroline: False
964       boxmode: "group"
965       boxgroupgap: 0.5
966       autosize: False
967       margin:
968         t: 50
969         b: 20
970         l: 80
971         r: 20
972       showlegend: True
973       legend:
974         orientation: "h"
975         font:
976           size: 16
977       width: 700
978       height: 800
979
980     plot-rps:
981       titlefont:
982         size: 18
983       xaxis:
984         title: "<b>Test Cases [Index]</b>"
985         titlefont:
986           size: 16
987         autorange: True
988         fixedrange: False
989         gridcolor: "rgb(230, 230, 230)"
990         linecolor: "rgb(220, 220, 220)"
991         linewidth: 1
992         showgrid: True
993         showline: True
994         showticklabels: True
995         tickcolor: "rgb(220, 220, 220)"
996         tickmode: "linear"
997         tickfont:
998           size: 16
999         zeroline: False
1000       yaxis:
1001         title: "<b>Requests Per Second [rps]</b>"
1002         titlefont:
1003           size: 16
1004         gridcolor: "rgb(230, 230, 230)"
1005         hoverformat: ".4s"
1006         linecolor: "rgb(220, 220, 220)"
1007         linewidth: 1
1008         rangemode: "tozero"
1009         showgrid: True
1010         showline: True
1011         showticklabels: True
1012         tickcolor: "rgb(230, 230, 230)"
1013         tickformat: ".3s"
1014         tickfont:
1015           size: 16
1016         zeroline: False
1017       boxmode: "group"
1018       boxgroupgap: 0.5
1019       autosize: False
1020       margin:
1021         t: 50
1022         b: 20
1023         l: 80
1024         r: 20
1025       showlegend: True
1026       legend:
1027         orientation: "h"
1028         font:
1029           size: 16
1030       width: 700
1031       height: 800
1032
1033     plot-throughput:
1034       titlefont:
1035         size: 18
1036       xaxis:
1037         title: "<b>Test Cases [Index]</b>"
1038         titlefont:
1039           size: 16
1040         autorange: True
1041         fixedrange: False
1042         gridcolor: "rgb(230, 230, 230)"
1043         linecolor: "rgb(220, 220, 220)"
1044         linewidth: 1
1045         showgrid: True
1046         showline: True
1047         showticklabels: True
1048         tickcolor: "rgb(220, 220, 220)"
1049         tickmode: "linear"
1050         tickfont:
1051           size: 16
1052         zeroline: False
1053       yaxis:
1054         title: "<b>Packet Throughput [Mpps]</b>"
1055         titlefont:
1056           size: 16
1057         gridcolor: "rgb(230, 230, 230)"
1058         hoverformat: ".4s"
1059         tickformat: ".3s"
1060         linecolor: "rgb(220, 220, 220)"
1061         linewidth: 1
1062         showgrid: True
1063         showline: True
1064         showticklabels: True
1065         tickcolor: "rgb(220, 220, 220)"
1066         tickfont:
1067           size: 16
1068         zeroline: False
1069         range: [0,50]
1070       boxmode: "group"
1071       boxgroupgap: 0.5
1072       autosize: False
1073       margin:
1074         t: 50
1075         b: 0
1076         l: 80
1077         r: 20
1078       showlegend: True
1079       legend:
1080         orientation: "h"
1081         font:
1082           size: 16
1083       width: 700
1084       height: 900
1085
1086     plot-throughput-speedup-analysis:
1087       titlefont:
1088         size: 18
1089       xaxis:
1090         title: "<b>Number of Cores [Qty]</b>"
1091         titlefont:
1092           size: 16
1093         autorange: True
1094         fixedrange: False
1095         gridcolor: "rgb(230, 230, 230)"
1096         linecolor: "rgb(220, 220, 220)"
1097         linewidth: 1
1098         showgrid: True
1099         showline: True
1100         showticklabels: True
1101         tickcolor: "rgb(238, 238, 238)"
1102         tickmode: "linear"
1103         tickfont:
1104           size: 16
1105         zeroline: False
1106       yaxis:
1107         title: "<b>Packet Throughput [Mpps]</b>"
1108         titlefont:
1109           size: 16
1110         type: "linear"
1111         gridcolor: "rgb(230, 230, 230)"
1112         hoverformat: ".4s"
1113         linecolor: "rgb(220, 220, 220)"
1114         linewidth: 1
1115         showgrid: True
1116         showline: True
1117         showticklabels: True
1118         tickcolor: "rgb(220, 220, 220)"
1119         tickformat: ".4s"
1120         tickfont:
1121           size: 16
1122         zeroline: True
1123         rangemode: "tozero"
1124         range: [0,100]
1125       legend:
1126         orientation: "h"
1127         font:
1128           size: 16
1129         xanchor: "left"
1130         yanchor: "top"
1131         x: 0
1132         y: -0.2
1133         bgcolor: "rgba(255, 255, 255, 0)"
1134         bordercolor: "rgba(255, 255, 255, 0)"
1135         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1136       autosize: False
1137       margin:
1138           't': 50
1139           'b': 150
1140           'l': 85
1141           'r': 10
1142       showlegend: True
1143       width: 700
1144       height: 700
1145       hoverlabel:
1146         namelength: -1
1147       annotations: [
1148         {
1149           text: "_ _          __          ...",
1150           align: "left",
1151           showarrow: False,
1152           xref: "paper",
1153           yref: "paper",
1154           xanchor: "left",
1155           yanchor: "top",
1156           x: 0,
1157           y: -0.13,
1158           font: {
1159             family: "Consolas, Courier New",
1160             size: 15
1161           },
1162         },
1163         {
1164           text: "    Perfect     Measured     Limit",
1165           align: "left",
1166           showarrow: False,
1167           xref: "paper",
1168           yref: "paper",
1169           xanchor: "left",
1170           yanchor: "top",
1171           x: 0,
1172           y: -0.15,
1173           font: {
1174             family: "Consolas, Courier New",
1175             size: 15
1176           },
1177         },
1178       ]
1179
1180     plot-latency:
1181       titlefont:
1182         size: 18
1183       xaxis:
1184         title: "<b>Direction</b>"
1185         titlefont:
1186           size: 16
1187         autorange: True
1188         fixedrange: False
1189         gridcolor: "rgb(230, 230, 230)"
1190         linecolor: "rgb(220, 220, 220)"
1191         linewidth: 1
1192         showgrid: True
1193         showline: True
1194         showticklabels: False
1195         tickcolor: "rgb(220, 220, 220)"
1196         tickmode: "linear"
1197         tickfont:
1198           size: 16
1199         zeroline: False
1200       yaxis:
1201         title: "<b>Packet Latency [uSec]</b>"
1202         titlefont:
1203           size: 16
1204         type: "linear"
1205         gridcolor: "rgb(230, 230, 230)"
1206         hoverformat: ".4s"
1207         linecolor: "rgb(220, 220, 220)"
1208         linewidth: 1
1209         showgrid: True
1210         showline: True
1211         showticklabels: True
1212         tickcolor: "rgb(220, 220, 220)"
1213         tickformat: ".4s"
1214         tickfont:
1215           size: 16
1216         zeroline: True
1217         rangemode: "tozero"
1218       legend:
1219         orientation: "h"
1220         font:
1221           size: 16
1222         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1223       autosize: False
1224       margin:
1225           't': 50
1226           'b': 150
1227           'l': 80
1228           'r': 10
1229       showlegend: True
1230       width: 700
1231       height: 700
1232       hoverlabel:
1233         namelength: -1
1234
1235 - type: "static"
1236   src-path: "{DIR[RST]}"
1237   dst-path: "{DIR[WORKING,SRC]}"
1238
1239 - type: "input"
1240   general:
1241     file-name: "robot-plugin.zip"
1242     file-format: ".zip"
1243     download-path: "{job}/{build}/robot/report/*zip*/{filename}"
1244     extract: "robot-plugin/output.xml"
1245
1246   builds:
1247     # TODO: Add 1904 data
1248 #    intel-dnv-vpp-release-1904:
1249 #      - 1
1250
1251     intel-dnv-vpp-release-1901:
1252       - 1
1253
1254     intel-dnv-vpp-release-1810:
1255       - 1
1256
1257     csit-vpp-perf-verify-1810-3n-hsw:
1258       - 9   # MRR sel
1259       - 20  # NDRPDR full
1260       - 21  # NDRPDR full
1261       - 22  # NDRPDR full
1262       - 27  # NDRPDR full
1263       - 8   # NDRPDR sel
1264       - 12  # NDRPDR sel
1265       - 14  # NDRPDR sel
1266       - 18  # NDRPDR sel
1267       - 23  # NDRPDR sel
1268       - 25  # NDRPDR sel
1269       - 38  # NDRPDR sel
1270       - 39  # NDRPDR sel
1271       - 41  # NDRPDR sel
1272       - 42  # NDRPDR sel
1273       - 28  # WRK
1274       - 29  # WRK
1275       - 30  # WRK
1276       - 31  # WRK
1277       - 32  # WRK
1278       - 33  # WRK
1279       - 34  # WRK
1280       - 35  # WRK
1281       - 36  # WRK
1282       - 37  # WRK
1283     csit-vpp-perf-verify-1901-3n-hsw:
1284       - 35  # MRR sel
1285       - 38  # NDRPDR full
1286       - 43  # NDRPDR full
1287       - 45  # NDRPDR full
1288       - 49  # NDRPDR full
1289       - 10  # NDRPDR sel
1290       - 19  # NDRPDR sel
1291       - 31  # NDRPDR sel
1292       - 36  # NDRPDR sel
1293       - 40  # NDRPDR sel
1294       - 42  # NDRPDR sel
1295       - 44  # NDRPDR sel
1296       - 46  # NDRPDR sel
1297       - 47  # NDRPDR sel
1298       - 48  # NDRPDR sel
1299       - 61  # NDRPDR LB
1300       - 62  # NDRPDR LB
1301       - 63  # NDRPDR LB
1302       - 64  # NDRPDR LB
1303       - 65  # NDRPDR LB
1304       - 66  # NDRPDR LB
1305       - 67  # NDRPDR LB
1306       - 69  # NDRPDR LB
1307       - 70  # NDRPDR LB
1308       - 71  # NDRPDR LB
1309     # TODO: Add 1904 Data
1310     csit-vpp-perf-verify-1904-3n-hsw:
1311       - 11  # NDRPDR sel
1312       - 12  # NDRPDR sel
1313
1314     csit-vpp-perf-verify-1810-3n-skx:
1315       - 9   # MRR sel
1316       - 11  # MRR sel
1317       - 12  # MRR sel
1318       - 13  # MRR sel
1319       - 23  # NDRPDR full
1320       - 24  # NDRPDR full
1321       - 10  # NDRPDR sel
1322       - 14  # NDRPDR sel
1323       - 15  # NDRPDR sel
1324       - 16  # NDRPDR sel
1325       - 17  # NDRPDR sel
1326       - 19  # NDRPDR sel
1327       - 20  # NDRPDR sel
1328       - 21  # NDRPDR sel
1329       - 22  # NDRPDR sel
1330       - 25  # NDRPDR sel
1331     csit-vpp-perf-verify-1901-3n-skx:
1332       - 32  # MRR sel
1333       - 37  # NDRPDR full
1334       - 39  # NDRPDR full
1335       - 40  # NDRPDR full
1336       - 49  # NDRPDR full
1337       - 18  # NDRPDR sel
1338       - 19  # NDRPDR sel
1339       - 20  # NDRPDR sel
1340       - 28  # NDRPDR sel
1341       - 31  # NDRPDR sel
1342       - 33  # NDRPDR sel
1343       - 36  # NDRPDR sel
1344       - 38  # NDRPDR sel
1345       - 47  # NDRPDR sel
1346       - 48  # NDRPDR sel
1347       - 54  # NDRPDR LB
1348       - 57  # NDRPDR LB
1349       - 58  # NDRPDR LB
1350       - 59  # NDRPDR LB
1351       - 60  # NDRPDR LB
1352       - 63  # NDRPDR LB
1353       - 64  # NDRPDR LB
1354       - 65  # NDRPDR LB
1355       - 66  # NDRPDR LB
1356       - 67  # NDRPDR LB
1357     # TODO: Add 1904 data
1358     csit-vpp-perf-verify-1904-3n-skx:
1359       - 7   # MRR sel
1360       - 8   # NDRPDR sel
1361       - 9   # NDRPDR sel
1362       - 10  # NDRPDR sel
1363       - 11  # NDRPDR sel
1364       - 12  # NDRPDR sel
1365       - 14  # NDRPDR sel
1366       - 21  # NDRPDR sel
1367       - 16  # NDRPDR sel
1368       - 23  # NDRPDR sel
1369
1370     csit-vpp-perf-verify-1810-2n-skx:
1371       - 8   # MRR sel
1372       - 10  # MRR sel
1373       - 11  # MRR sel
1374       - 12  # MRR sel
1375       - 25  # NDRPDR full
1376       - 26  # NDRPDR full
1377       - 9   # NDRPDR sel
1378       - 13  # NDRPDR sel
1379       - 14  # NDRPDR sel
1380       - 19  # NDRPDR sel
1381       - 20  # NDRPDR sel
1382       - 21  # NDRPDR sel
1383       - 22  # NDRPDR sel
1384       - 23  # NDRPDR sel
1385       - 24  # NDRPDR sel
1386       - 27  # NDRPDR sel
1387     csit-vpp-perf-verify-1901-2n-skx:
1388       - 22  # MRR sel
1389       - 25  # NDRPDR full
1390       - 30  # NDRPDR full
1391       - 33  # NDRPDR full
1392       - 44  # NDRPDR full
1393       - 5   # NDRPDR sel
1394       - 12  # NDRPDR sel
1395       - 13  # NDRPDR sel
1396       - 21  # NDRPDR sel
1397       - 23  # NDRPDR sel
1398       - 31  # NDRPDR sel
1399       - 34  # NDRPDR sel
1400       - 40  # NDRPDR sel
1401       - 42  # NDRPDR sel
1402       - 43  # NDRPDR sel
1403       - 24  # NFV MRR
1404       - 26  # NFV MRR
1405       - 27  # NFV MRR
1406       - 35  # NFV MRR
1407       - 37  # NFV MRR
1408       - 28  # NFV NDRPDR
1409       - 29  # NFV NDRPDR
1410       - 32  # NFV NDRPDR
1411       - 39  # NFV NDRPDR
1412       - 46  # NFV NDRPDR
1413       - 45  # SOAK
1414     # TODO: Add 1904 data
1415     csit-vpp-perf-verify-1904-2n-skx:
1416       - 11  # MRR sel
1417       - 12  # NDRPDR sel
1418       - 14  # NDRPDR sel
1419       - 16  # NDRPDR sel
1420       - 17  # NDRPDR sel
1421       - 18  # NDRPDR sel
1422       - 21  # NDRPDR sel
1423       - 27  # NDRPDR sel
1424       - 30  # NDRPDR sel
1425       - 31  # NDRPDR sel
1426       - 32  # NDRPDR sel
1427       - 40  # NFV MRR
1428       - 41  # NFV MRR
1429       - 42  # NFV MRR
1430       - 9   # NFV NDRPDR
1431
1432     # TODO: Remove
1433     csit-ligato-perf-verify-1901-3n-hsw:
1434       - 10  # NDRPDR full
1435       - 8   # NDRPDR sel
1436       - 9   # NDRPDR sel
1437       - 11  # NDRPDR sel
1438       - 12  # NDRPDR sel
1439       - 13  # NDRPDR sel
1440       - 14  # NDRPDR sel
1441       - 15  # NDRPDR sel
1442       - 16  # NDRPDR sel
1443       - 17  # NDRPDR sel
1444       - 18  # NDRPDR sel
1445     # TODO: Add 1904 data
1446 #    csit-ligato-perf-verify-1904-3n-hsw:
1447 #      -
1448
1449     csit-dpdk-perf-verify-1810-3n-hsw:
1450       - 1   # NDRPDR sel
1451       - 2   # NDRPDR sel
1452       - 3   # NDRPDR sel
1453       - 4   # NDRPDR sel
1454       - 5   # NDRPDR sel
1455       - 6   # NDRPDR sel
1456       - 7   # NDRPDR sel
1457       - 8   # NDRPDR sel
1458       - 9   # NDRPDR sel
1459       - 10  # NDRPDR sel
1460     csit-dpdk-perf-verify-1901-3n-hsw:
1461       - 13  # NDRPDR sel
1462       - 14  # NDRPDR sel
1463       - 16  # NDRPDR sel
1464       - 17  # NDRPDR sel
1465       - 18  # NDRPDR sel
1466       - 19  # NDRPDR sel
1467       - 20  # NDRPDR sel
1468       - 21  # NDRPDR sel
1469       - 22  # NDRPDR sel
1470       - 23  # NDRPDR sel
1471     # TODO: Add 1904 data
1472     csit-dpdk-perf-verify-1904-3n-hsw:
1473       - 2   # NDRPDR sel
1474       - 3   # NDRPDR sel
1475       - 5   # NDRPDR sel
1476       - 6   # NDRPDR sel
1477       - 13  # NDRPDR sel
1478       - 14  # NDRPDR sel
1479
1480     csit-dpdk-perf-verify-1810-3n-skx:
1481       - 3   # NDRPDR sel
1482       - 4   # NDRPDR sel
1483       - 6   # NDRPDR sel
1484       - 7   # NDRPDR sel
1485       - 8   # NDRPDR sel
1486       - 9   # NDRPDR sel
1487       - 10  # NDRPDR sel
1488       - 11  # NDRPDR sel
1489       - 12  # NDRPDR sel
1490       - 13  # NDRPDR sel
1491     csit-dpdk-perf-verify-1901-3n-skx:
1492       - 3   # NDRPDR sel
1493       - 5   # NDRPDR sel
1494       - 6   # NDRPDR sel
1495       - 7   # NDRPDR sel
1496       - 8   # NDRPDR sel
1497       - 9   # NDRPDR sel
1498       - 10  # NDRPDR sel
1499       - 11  # NDRPDR sel
1500       - 12  # NDRPDR sel
1501       - 13  # NDRPDR sel
1502     # TODO: Add 1904 data
1503     csit-dpdk-perf-verify-1904-3n-skx:
1504       - 2   # NDRPDR sel
1505       - 3   # NDRPDR sel
1506       - 4   # NDRPDR sel
1507       - 5   # NDRPDR sel
1508       - 6   # NDRPDR sel
1509       - 7   # NDRPDR sel
1510       - 11  # NDRPDR sel
1511       - 12  # NDRPDR sel
1512       - 13  # NDRPDR sel
1513       - 14  # NDRPDR sel
1514
1515     csit-dpdk-perf-verify-1810-2n-skx:
1516       - 3   # NDRPDR sel
1517       - 4   # NDRPDR sel
1518       - 5   # NDRPDR sel
1519       - 7   # NDRPDR sel
1520       - 8   # NDRPDR sel
1521       - 9   # NDRPDR sel
1522       - 10  # NDRPDR sel
1523       - 11  # NDRPDR sel
1524       - 12  # NDRPDR sel
1525       - 13  # NDRPDR sel
1526     csit-dpdk-perf-verify-1901-2n-skx:
1527       - 12  # NDRPDR sel
1528       - 13  # NDRPDR sel
1529       - 14  # NDRPDR sel
1530       - 15  # NDRPDR sel
1531       - 16  # NDRPDR sel
1532       - 17  # NDRPDR sel
1533       - 18  # NDRPDR sel
1534       - 19  # NDRPDR sel
1535       - 20  # NDRPDR sel
1536       - 21  # NDRPDR sel
1537     csit-dpdk-perf-verify-1904-2n-skx:
1538       - 2   # NDRPDR sel
1539       - 3   # NDRPDR sel
1540       - 4   # NDRPDR sel
1541       - 5   # NDRPDR sel
1542       - 7   # NDRPDR sel
1543       - 8   # NDRPDR sel
1544       - 9   # NDRPDR sel
1545       - 10  # NDRPDR sel
1546       - 11  # NDRPDR sel
1547       - 12  # NDRPDR sel
1548
1549     csit-vpp-functional-1904-ubuntu1604-virl:
1550       - 33
1551     csit-vpp-functional-1904-centos7-virl:
1552       - 32
1553     csit-vpp-device-1904-ubuntu1804-1n-skx:
1554       - 32
1555 #    # Not used
1556 #    csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
1557 #      - 1
1558     csit-dmm-functional-1904-ubuntu1604-virl:
1559       - 1
1560     csit-hc2vpp-verify-func-1904-ubuntu1604:
1561       - 1
1562
1563 - type: "output"
1564   output: "report"
1565   format:
1566     html:
1567     - full
1568 #    pdf:
1569 #    - minimal
1570
1571 ################################################################################
1572 ###                               T A B L E S                                ###
1573 ################################################################################
1574
1575 # VPP Compare NICs 3n-hsw 1t1c ndr
1576 - type: "table"
1577   title: "VPP Compare NICs 3n-hsw 1t1c ndr"
1578   algorithm: "table_nics_comparison"
1579   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-ndr"
1580   reference:
1581     title: "Intel-x520"
1582     nic: "NIC_Intel-X520-DA2"
1583   compare:
1584     title: "Intel-x710"
1585     nic: "NIC_Intel-X710"
1586   data: "vpp-nic-comparison-3n-hsw"
1587   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1588   filter: "'1T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1589   parameters:
1590   - "name"
1591   - "parent"
1592   - "throughput"
1593   - "tags"
1594
1595 # VPP Compare NICs 3n-hsw 2t2c ndr
1596 - type: "table"
1597   title: "VPP Compare NICs 3n-hsw 2t2c ndr"
1598   algorithm: "table_nics_comparison"
1599   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-ndr"
1600   reference:
1601     title: "Intel-x520"
1602     nic: "NIC_Intel-X520-DA2"
1603   compare:
1604     title: "Intel-x710"
1605     nic: "NIC_Intel-X710"
1606   data: "vpp-nic-comparison-3n-hsw"
1607   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1608   filter: "'2T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1609   parameters:
1610   - "name"
1611   - "parent"
1612   - "throughput"
1613   - "tags"
1614
1615 # VPP Compare NICs 3n-hsw 1t1c pdr
1616 - type: "table"
1617   title: "VPP Compare NICs 3n-hsw 1t1c pdr"
1618   algorithm: "table_nics_comparison"
1619   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-pdr"
1620   reference:
1621     title: "Intel-x520"
1622     nic: "NIC_Intel-X520-DA2"
1623   compare:
1624     title: "Intel-x710"
1625     nic: "NIC_Intel-X710"
1626   data: "vpp-nic-comparison-3n-hsw"
1627   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1628   filter: "'1T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1629   parameters:
1630   - "name"
1631   - "parent"
1632   - "throughput"
1633   - "tags"
1634
1635 # VPP Compare NICs 3n-hsw 2t2c pdr
1636 - type: "table"
1637   title: "VPP Compare NICs 3n-hsw 2t2c pdr"
1638   algorithm: "table_nics_comparison"
1639   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-pdr"
1640   reference:
1641     title: "Intel-x520"
1642     nic: "NIC_Intel-X520-DA2"
1643   compare:
1644     title: "Intel-x710"
1645     nic: "NIC_Intel-X710"
1646   data: "vpp-nic-comparison-3n-hsw"
1647   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1648   filter: "'2T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1649   parameters:
1650   - "name"
1651   - "parent"
1652   - "throughput"
1653   - "tags"
1654
1655 # VPP Compare NICs 3n-hsw 1t1c mrr
1656 - type: "table"
1657   title: "VPP Compare NICs 3n-hsw 1t1c mrr"
1658   algorithm: "table_nics_comparison"
1659   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-mrr"
1660   reference:
1661     title: "Intel-x520"
1662     nic: "NIC_Intel-X520-DA2"
1663   compare:
1664     title: "Intel-x710"
1665     nic: "NIC_Intel-X710"
1666   data: "vpp-nic-comparison-3n-hsw-mrr"
1667   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1668   filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1669   parameters:
1670   - "name"
1671   - "parent"
1672   - "result"
1673   - "tags"
1674
1675 # VPP Compare NICs 3n-hsw 2t2c mrr
1676 - type: "table"
1677   title: "VPP Compare NICs 3n-hsw 2t2c mrr"
1678   algorithm: "table_nics_comparison"
1679   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-mrr"
1680   reference:
1681     title: "Intel-x520"
1682     nic: "NIC_Intel-X520-DA2"
1683   compare:
1684     title: "Intel-x710"
1685     nic: "NIC_Intel-X710"
1686   data: "vpp-nic-comparison-3n-hsw-mrr"
1687   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1688   filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1689   parameters:
1690   - "name"
1691   - "parent"
1692   - "result"
1693   - "tags"
1694
1695 # VPP Compare NICs 3n-hsw 4t4c mrr
1696 - type: "table"
1697   title: "VPP Compare NICs 3n-hsw 4t4c mrr"
1698   algorithm: "table_nics_comparison"
1699   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-nics-mrr"
1700   reference:
1701     title: "Intel-x520"
1702     nic: "NIC_Intel-X520-DA2"
1703   compare:
1704     title: "Intel-x710"
1705     nic: "NIC_Intel-X710"
1706   data: "vpp-nic-comparison-3n-hsw-mrr"
1707   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1708   filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1709   parameters:
1710   - "name"
1711   - "parent"
1712   - "result"
1713   - "tags"
1714
1715 # VPP Compare NICs 3n-skx 2t1c ndr
1716 - type: "table"
1717   title: "VPP Compare NICs 3n-skx 2t1c ndr"
1718   algorithm: "table_nics_comparison"
1719   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
1720   reference:
1721     title: "Intel-x710"
1722     nic: "NIC_Intel-X710"
1723   compare:
1724     title: "Intel-xxv710"
1725     nic: "NIC_Intel-XXV710"
1726   data: "vpp-nic-comparison-3n-skx"
1727   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1728   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1729   parameters:
1730   - "name"
1731   - "parent"
1732   - "throughput"
1733   - "tags"
1734
1735 # VPP Compare NICs 3n-skx 4t2c ndr
1736 - type: "table"
1737   title: "VPP Compare NICs 3n-skx 4t2c ndr"
1738   algorithm: "table_nics_comparison"
1739   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
1740   reference:
1741     title: "Intel-x710"
1742     nic: "NIC_Intel-X710"
1743   compare:
1744     title: "Intel-xxv710"
1745     nic: "NIC_Intel-XXV710"
1746   data: "vpp-nic-comparison-3n-skx"
1747   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1748   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1749   parameters:
1750   - "name"
1751   - "parent"
1752   - "throughput"
1753   - "tags"
1754
1755 # VPP Compare NICs 3n-skx 2t1c pdr
1756 - type: "table"
1757   title: "VPP Compare NICs 3n-skx 2t1c pdr"
1758   algorithm: "table_nics_comparison"
1759   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
1760   reference:
1761     title: "Intel-x710"
1762     nic: "NIC_Intel-X710"
1763   compare:
1764     title: "Intel-xxv710"
1765     nic: "NIC_Intel-XXV710"
1766   data: "vpp-nic-comparison-3n-skx"
1767   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1768   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1769   parameters:
1770   - "name"
1771   - "parent"
1772   - "throughput"
1773   - "tags"
1774
1775  # VPP Compare NICs 3n-skx 4t2c pdr
1776 - type: "table"
1777   title: "VPP Compare NICs 3n-skx 4t2c pdr"
1778   algorithm: "table_nics_comparison"
1779   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
1780   reference:
1781     title: "Intel-x710"
1782     nic: "NIC_Intel-X710"
1783   compare:
1784     title: "Intel-xxv710"
1785     nic: "NIC_Intel-XXV710"
1786   data: "vpp-nic-comparison-3n-skx"
1787   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1788   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1789   parameters:
1790   - "name"
1791   - "parent"
1792   - "throughput"
1793   - "tags"
1794
1795 # VPP Compare NICs 3n-skx 2t1c mrr
1796 - type: "table"
1797   title: "VPP Compare NICs 3n-skx 2t1c mrr"
1798   algorithm: "table_nics_comparison"
1799   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
1800   reference:
1801     title: "Intel-x710"
1802     nic: "NIC_Intel-X710"
1803   compare:
1804     title: "Intel-xxv710"
1805     nic: "NIC_Intel-XXV710"
1806   data: "vpp-nic-comparison-3n-skx-mrr"
1807   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1808   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1809   parameters:
1810   - "name"
1811   - "parent"
1812   - "result"
1813   - "tags"
1814
1815 # VPP Compare NICs 3n-skx 4t2c mrr
1816 - type: "table"
1817   title: "VPP Compare NICs 3n-skx 4t2c mrr"
1818   algorithm: "table_nics_comparison"
1819   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
1820   reference:
1821     title: "Intel-x710"
1822     nic: "NIC_Intel-X710"
1823   compare:
1824     title: "Intel-xxv710"
1825     nic: "NIC_Intel-XXV710"
1826   data: "vpp-nic-comparison-3n-skx-mrr"
1827   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1828   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1829   parameters:
1830   - "name"
1831   - "parent"
1832   - "result"
1833   - "tags"
1834
1835  # VPP Compare NICs 3n-skx 8t4c mrr
1836 - type: "table"
1837   title: "VPP Compare NICs 3n-skx 8t4c mrr"
1838   algorithm: "table_nics_comparison"
1839   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
1840   reference:
1841     title: "Intel-x710"
1842     nic: "NIC_Intel-X710"
1843   compare:
1844     title: "Intel-xxv710"
1845     nic: "NIC_Intel-XXV710"
1846   data: "vpp-nic-comparison-3n-skx-mrr"
1847   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1848   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1849   parameters:
1850   - "name"
1851   - "parent"
1852   - "result"
1853   - "tags"
1854
1855 # VPP Compare NICs 2n-skx 2t1c ndr
1856 - type: "table"
1857   title: "VPP Compare NICs 2n-skx 2t1c ndr"
1858   algorithm: "table_nics_comparison"
1859   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
1860   reference:
1861     title: "Intel-x710"
1862     nic: "NIC_Intel-X710"
1863   compare:
1864     title: "Intel-xxv710"
1865     nic: "NIC_Intel-XXV710"
1866   data: "vpp-nic-comparison-2n-skx"
1867   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1868   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1869   parameters:
1870   - "name"
1871   - "parent"
1872   - "throughput"
1873   - "tags"
1874
1875 # VPP Compare NICs 2n-skx 4t2c ndr
1876 - type: "table"
1877   title: "VPP Compare NICs 2n-skx 4t2c ndr"
1878   algorithm: "table_nics_comparison"
1879   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
1880   reference:
1881     title: "Intel-x710"
1882     nic: "NIC_Intel-X710"
1883   compare:
1884     title: "Intel-xxv710"
1885     nic: "NIC_Intel-XXV710"
1886   data: "vpp-nic-comparison-2n-skx"
1887   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1888   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1889   parameters:
1890   - "name"
1891   - "parent"
1892   - "throughput"
1893   - "tags"
1894
1895  # VPP Compare NICs 2n-skx 2t1c pdr
1896 - type: "table"
1897   title: "VPP Compare NICs 2n-skx 2t1c pdr"
1898   algorithm: "table_nics_comparison"
1899   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
1900   reference:
1901     title: "Intel-x710"
1902     nic: "NIC_Intel-X710"
1903   compare:
1904     title: "Intel-xxv710"
1905     nic: "NIC_Intel-XXV710"
1906   data: "vpp-nic-comparison-2n-skx"
1907   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1908   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1909   parameters:
1910   - "name"
1911   - "parent"
1912   - "throughput"
1913   - "tags"
1914
1915 # VPP Compare NICs 2n-skx 4t2c pdr
1916 - type: "table"
1917   title: "VPP Compare NICs 2n-skx 4t2c pdr"
1918   algorithm: "table_nics_comparison"
1919   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
1920   reference:
1921     title: "Intel-x710"
1922     nic: "NIC_Intel-X710"
1923   compare:
1924     title: "Intel-xxv710"
1925     nic: "NIC_Intel-XXV710"
1926   data: "vpp-nic-comparison-2n-skx"
1927   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1928   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1929   parameters:
1930   - "name"
1931   - "parent"
1932   - "throughput"
1933   - "tags"
1934
1935 # VPP Compare NICs 2n-skx 2t1c mrr
1936 - type: "table"
1937   title: "VPP Compare NICs 2n-skx 2t1c mrr"
1938   algorithm: "table_nics_comparison"
1939   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
1940   reference:
1941     title: "Intel-x710"
1942     nic: "NIC_Intel-X710"
1943   compare:
1944     title: "Intel-xxv710"
1945     nic: "NIC_Intel-XXV710"
1946   data: "vpp-nic-comparison-2n-skx-mrr"
1947   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1948   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1949   parameters:
1950   - "name"
1951   - "parent"
1952   - "result"
1953   - "tags"
1954
1955 # VPP Compare NICs 2n-skx 4t2c mrr
1956 - type: "table"
1957   title: "VPP Compare NICs 2n-skx 4t2c mrr"
1958   algorithm: "table_nics_comparison"
1959   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
1960   reference:
1961     title: "Intel-x710"
1962     nic: "NIC_Intel-X710"
1963   compare:
1964     title: "Intel-xxv710"
1965     nic: "NIC_Intel-XXV710"
1966   data: "vpp-nic-comparison-2n-skx-mrr"
1967   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1968   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1969   parameters:
1970   - "name"
1971   - "parent"
1972   - "result"
1973   - "tags"
1974
1975 # VPP Compare NICs 2n-skx 8t4c mrr
1976 - type: "table"
1977   title: "VPP Compare NICs 2n-skx 8t4c mrr"
1978   algorithm: "table_nics_comparison"
1979   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
1980   reference:
1981     title: "Intel-x710"
1982     nic: "NIC_Intel-X710"
1983   compare:
1984     title: "Intel-xxv710"
1985     nic: "NIC_Intel-XXV710"
1986   data: "vpp-nic-comparison-2n-skx-mrr"
1987   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1988   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1989   parameters:
1990   - "name"
1991   - "parent"
1992   - "result"
1993   - "tags"
1994
1995 ################################################################################
1996 # VPP
1997
1998 # VPP Performance Changes 2n-dnv 1t1c pdr
1999 - type: "table"
2000   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
2001   algorithm: "table_performance_comparison"
2002   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
2003   history:
2004     - title: "rls1810"
2005       data: "intel-dnv-vpp-changes-2n-dnv-h1"
2006   reference:
2007     title: "rls1901"
2008     data: "intel-dnv-vpp-changes-2n-dnv-ref"
2009   compare:
2010     title: "rls1904"
2011     data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2012   data: "intel-dnv-vpp-changes-2n-dnv"
2013   include-tests: "PDR"
2014   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')"
2015   parameters:
2016   - "name"
2017   - "parent"
2018   - "throughput"
2019
2020 # VPP Performance Changes 2n-dnv 2t2c pdr
2021 - type: "table"
2022   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
2023   algorithm: "table_performance_comparison"
2024   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
2025   history:
2026     - title: "rls1810"
2027       data: "intel-dnv-vpp-changes-2n-dnv-h1"
2028   reference:
2029     title: "rls1901"
2030     data: "intel-dnv-vpp-changes-2n-dnv-ref"
2031   compare:
2032     title: "rls1904"
2033     data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2034   data: "intel-dnv-vpp-changes-2n-dnv"
2035   include-tests: "PDR"
2036   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')"
2037   parameters:
2038   - "name"
2039   - "parent"
2040   - "throughput"
2041
2042 # VPP Performance Changes 2n-dnv 1t1c ndr
2043 - type: "table"
2044   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
2045   algorithm: "table_performance_comparison"
2046   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
2047   history:
2048     - title: "rls1810"
2049       data: "intel-dnv-vpp-changes-2n-dnv-h1"
2050   reference:
2051     title: "rls1901"
2052     data: "intel-dnv-vpp-changes-2n-dnv-ref"
2053   compare:
2054     title: "rls1904"
2055     data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2056   data: "intel-dnv-vpp-changes-2n-dnv"
2057   include-tests: "NDR"
2058   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')"
2059   parameters:
2060   - "name"
2061   - "parent"
2062   - "throughput"
2063
2064 # VPP Performance Changes 2n-dnv 2t2c ndr
2065 - type: "table"
2066   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
2067   algorithm: "table_performance_comparison"
2068   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
2069   history:
2070     - title: "rls1810"
2071       data: "intel-dnv-vpp-changes-2n-dnv-h1"
2072   reference:
2073     title: "rls1901"
2074     data: "intel-dnv-vpp-changes-2n-dnv-ref"
2075   compare:
2076     title: "rls1904"
2077     data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2078   data: "intel-dnv-vpp-changes-2n-dnv"
2079   include-tests: "NDR"
2080   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')"
2081   parameters:
2082   - "name"
2083   - "parent"
2084   - "throughput"
2085
2086 # VPP Performance Changes 2n-dnv 1t1c MRR
2087 - type: "table"
2088   title: "VPP Performance Changes 2n-dnv 1t1c MRR"
2089   algorithm: "table_performance_comparison"
2090   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
2091   history:
2092     - title: "rls1810"
2093       data: "intel-dnv-vpp-changes-2n-dnv-h1"
2094   reference:
2095     title: "rls1901"
2096     data: "intel-dnv-vpp-changes-2n-dnv-ref"
2097   compare:
2098     title: "rls1904"
2099     data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2100   data: "intel-dnv-vpp-changes-2n-dnv"
2101   include-tests: "MRR"
2102   filter: "'1T1C' and 'MRR'"
2103   parameters:
2104   - "name"
2105   - "parent"
2106   - "result"
2107
2108 # VPP Performance Changes 2n-dnv 2t2c MRR
2109 - type: "table"
2110   title: "VPP Performance Changes 2n-dnv 2t2c MRR"
2111   algorithm: "table_performance_comparison"
2112   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
2113   history:
2114     - title: "rls1810"
2115       data: "intel-dnv-vpp-changes-2n-dnv-h1"
2116   reference:
2117     title: "rls1901"
2118     data: "intel-dnv-vpp-changes-2n-dnv-ref"
2119   compare:
2120     title: "rls1904"
2121     data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2122   data: "intel-dnv-vpp-changes-2n-dnv"
2123   include-tests: "MRR"
2124   filter: "'2T2C' and 'MRR'"
2125   parameters:
2126   - "name"
2127   - "parent"
2128   - "result"
2129
2130 # VPP Performance Changes 2n-dnv 4t4c MRR
2131 - type: "table"
2132   title: "VPP Performance Changes 2n-dnv 4t4c MRR"
2133   algorithm: "table_performance_comparison"
2134   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
2135   history:
2136     - title: "rls1810"
2137       data: "intel-dnv-vpp-changes-2n-dnv-h1"
2138   reference:
2139     title: "rls1901"
2140     data: "intel-dnv-vpp-changes-2n-dnv-ref"
2141   compare:
2142     title: "rls1904"
2143     data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2144   data: "intel-dnv-vpp-changes-2n-dnv"
2145   include-tests: "MRR"
2146   filter: "'4T4C' and 'MRR'"
2147   parameters:
2148   - "name"
2149   - "parent"
2150   - "result"
2151
2152 # VPP Performance Changes 3n-hsw 1t1c pdr
2153 - type: "table"
2154   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
2155   algorithm: "table_performance_comparison"
2156   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
2157   history:
2158     - title: "rls1810"
2159       data: "vpp-performance-changes-3n-hsw-h1"
2160   reference:
2161     title: "rls1901"
2162     data: "vpp-performance-changes-3n-hsw-ref"
2163   compare:
2164     title: "rls1904"
2165     data: "vpp-performance-changes-3n-hsw-cmp"
2166   data: "vpp-performance-changes-3n-hsw"
2167   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2168   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2169   parameters:
2170   - "name"
2171   - "parent"
2172   - "throughput"
2173
2174 # VPP Performance Changes 3n-hsw 2t2c pdr
2175 - type: "table"
2176   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
2177   algorithm: "table_performance_comparison"
2178   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
2179   history:
2180     - title: "rls1810"
2181       data: "vpp-performance-changes-3n-hsw-h1"
2182   reference:
2183     title: "rls1901"
2184     data: "vpp-performance-changes-3n-hsw-ref"
2185   compare:
2186     title: "rls1904"
2187     data: "vpp-performance-changes-3n-hsw-cmp"
2188   data: "vpp-performance-changes-3n-hsw"
2189   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2190   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2191   parameters:
2192   - "name"
2193   - "parent"
2194   - "throughput"
2195
2196 # VPP Performance Changes 3n-hsw 1t1c ndr
2197 - type: "table"
2198   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
2199   algorithm: "table_performance_comparison"
2200   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
2201   history:
2202     - title: "rls1810"
2203       data: "vpp-performance-changes-3n-hsw-h1"
2204   reference:
2205     title: "rls1901"
2206     data: "vpp-performance-changes-3n-hsw-ref"
2207   compare:
2208     title: "rls1904"
2209     data: "vpp-performance-changes-3n-hsw-cmp"
2210   data: "vpp-performance-changes-3n-hsw"
2211   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2212   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2213   parameters:
2214   - "name"
2215   - "parent"
2216   - "throughput"
2217
2218 # VPP Performance Changes 3n-hsw 2t2c ndr
2219 - type: "table"
2220   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
2221   algorithm: "table_performance_comparison"
2222   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
2223   history:
2224     - title: "rls1810"
2225       data: "vpp-performance-changes-3n-hsw-h1"
2226   reference:
2227     title: "rls1901"
2228     data: "vpp-performance-changes-3n-hsw-ref"
2229   compare:
2230     title: "rls1904"
2231     data: "vpp-performance-changes-3n-hsw-cmp"
2232   data: "vpp-performance-changes-3n-hsw"
2233   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2234   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2235   parameters:
2236   - "name"
2237   - "parent"
2238   - "throughput"
2239
2240 # VPP Performance Changes 3n-skx 2t1c pdr
2241 - type: "table"
2242   title: "VPP Performance Changes 3n-skx 2t1c pdr"
2243   algorithm: "table_performance_comparison"
2244   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
2245   history:
2246     - title: "rls1810"
2247       data: "vpp-performance-changes-3n-skx-h1"
2248   reference:
2249     title: "rls1901"
2250     data: "vpp-performance-changes-3n-skx-ref"
2251   compare:
2252     title: "rls1904"
2253     data: "vpp-performance-changes-3n-skx-cmp"
2254   data: "vpp-performance-changes-3n-skx"
2255   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2256   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2257   parameters:
2258   - "name"
2259   - "parent"
2260   - "throughput"
2261
2262 # VPP Performance Changes 3n-skx 4t2c pdr
2263 - type: "table"
2264   title: "VPP Performance Changes 3n-skx 4t2c pdr"
2265   algorithm: "table_performance_comparison"
2266   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
2267   history:
2268     - title: "rls1810"
2269       data: "vpp-performance-changes-3n-skx-h1"
2270   reference:
2271     title: "rls1901"
2272     data: "vpp-performance-changes-3n-skx-ref"
2273   compare:
2274     title: "rls1904"
2275     data: "vpp-performance-changes-3n-skx-cmp"
2276   data: "vpp-performance-changes-3n-skx"
2277   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2278   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2279   parameters:
2280   - "name"
2281   - "parent"
2282   - "throughput"
2283
2284 # VPP Performance Changes 3n-skx 2t1c ndr
2285 - type: "table"
2286   title: "VPP Performance Changes 3n-skx 2t1c ndr"
2287   algorithm: "table_performance_comparison"
2288   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
2289   history:
2290     - title: "rls1810"
2291       data: "vpp-performance-changes-3n-skx-h1"
2292   reference:
2293     title: "rls1901"
2294     data: "vpp-performance-changes-3n-skx-ref"
2295   compare:
2296     title: "rls1904"
2297     data: "vpp-performance-changes-3n-skx-cmp"
2298   data: "vpp-performance-changes-3n-skx"
2299   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2300   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2301   parameters:
2302   - "name"
2303   - "parent"
2304   - "throughput"
2305
2306 # VPP Performance Changes 3n-skx 4t2c ndr
2307 - type: "table"
2308   title: "VPP Performance Changes 3n-skx 4t2c ndr"
2309   algorithm: "table_performance_comparison"
2310   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
2311   history:
2312     - title: "rls1810"
2313       data: "vpp-performance-changes-3n-skx-h1"
2314   reference:
2315     title: "rls1901"
2316     data: "vpp-performance-changes-3n-skx-ref"
2317   compare:
2318     title: "rls1904"
2319     data: "vpp-performance-changes-3n-skx-cmp"
2320   data: "vpp-performance-changes-3n-skx"
2321   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2322   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2323   parameters:
2324   - "name"
2325   - "parent"
2326   - "throughput"
2327
2328 # VPP Performance Changes 2n-skx 2t1c pdr
2329 - type: "table"
2330   title: "VPP Performance Changes 2n-skx 2t1c pdr"
2331   algorithm: "table_performance_comparison"
2332   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
2333   history:
2334     - title: "rls1810"
2335       data: "vpp-performance-changes-2n-skx-h1"
2336   reference:
2337     title: "rls1901"
2338     data: "vpp-performance-changes-2n-skx-ref"
2339   compare:
2340     title: "rls1904"
2341     data: "vpp-performance-changes-2n-skx-cmp"
2342   data: "vpp-performance-changes-2n-skx"
2343   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2344   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2345   parameters:
2346   - "name"
2347   - "parent"
2348   - "throughput"
2349
2350 # VPP Performance Changes 2n-skx 4t2c pdr
2351 - type: "table"
2352   title: "VPP Performance Changes 2n-skx 4t2c pdr"
2353   algorithm: "table_performance_comparison"
2354   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
2355   history:
2356     - title: "rls1810"
2357       data: "vpp-performance-changes-2n-skx-h1"
2358   reference:
2359     title: "rls1901"
2360     data: "vpp-performance-changes-2n-skx-ref"
2361   compare:
2362     title: "rls1904"
2363     data: "vpp-performance-changes-2n-skx-cmp"
2364   data: "vpp-performance-changes-2n-skx"
2365   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2366   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2367   parameters:
2368   - "name"
2369   - "parent"
2370   - "throughput"
2371
2372 # VPP Performance Changes 2n-skx 2t1c ndr
2373 - type: "table"
2374   title: "VPP Performance Changes 2n-skx 2t1c ndr"
2375   algorithm: "table_performance_comparison"
2376   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
2377   history:
2378     - title: "rls1810"
2379       data: "vpp-performance-changes-2n-skx-h1"
2380   reference:
2381     title: "rls1901"
2382     data: "vpp-performance-changes-2n-skx-ref"
2383   compare:
2384     title: "rls1904"
2385     data: "vpp-performance-changes-2n-skx-cmp"
2386   data: "vpp-performance-changes-2n-skx"
2387   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2388   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2389   parameters:
2390   - "name"
2391   - "parent"
2392   - "throughput"
2393
2394 # VPP Performance Changes 2n-skx 4t2c ndr
2395 - type: "table"
2396   title: "VPP Performance Changes 2n-skx 4t2c ndr"
2397   algorithm: "table_performance_comparison"
2398   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
2399   history:
2400     - title: "rls1810"
2401       data: "vpp-performance-changes-2n-skx-h1"
2402   reference:
2403     title: "rls1901"
2404     data: "vpp-performance-changes-2n-skx-ref"
2405   compare:
2406     title: "rls1904"
2407     data: "vpp-performance-changes-2n-skx-cmp"
2408   data: "vpp-performance-changes-2n-skx"
2409   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2410   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2411   parameters:
2412   - "name"
2413   - "parent"
2414   - "throughput"
2415
2416 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
2417 - type: "table"
2418   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
2419   algorithm: "table_performance_comparison"
2420   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
2421   reference:
2422     title: "3-Node Hsw"
2423     data: "vpp-compare-testbeds-ref"
2424   compare:
2425     title: "3-Node Skx"
2426     data: "vpp-compare-testbeds-cmp"
2427   data: "vpp-compare-testbeds"
2428   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2429   filter: "'NIC_Intel-X710' and 'NDRPDR' and '1C'"
2430   parameters:
2431   - "name"
2432   - "parent"
2433   - "throughput"
2434
2435 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
2436 - type: "table"
2437   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
2438   algorithm: "table_performance_comparison"
2439   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
2440   reference:
2441     title: "3-Node Hsw"
2442     data: "vpp-compare-testbeds-ref"
2443   compare:
2444     title: "3-Node Skx"
2445     data: "vpp-compare-testbeds-cmp"
2446   data: "vpp-compare-testbeds"
2447   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2448   filter: "'NIC_Intel-X710' and 'NDRPDR' and '2C'"
2449   parameters:
2450   - "name"
2451   - "parent"
2452   - "throughput"
2453
2454 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
2455 - type: "table"
2456   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
2457   algorithm: "table_performance_comparison"
2458   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
2459   reference:
2460     title: "3-Node Hsw"
2461     data: "vpp-compare-testbeds-ref"
2462   compare:
2463     title: "3-Node Skx"
2464     data: "vpp-compare-testbeds-cmp"
2465   data: "vpp-compare-testbeds"
2466   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2467   filter: "'NIC_Intel-X710' and 'NDRPDR' and '1C'"
2468   parameters:
2469   - "name"
2470   - "parent"
2471   - "throughput"
2472
2473 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
2474 - type: "table"
2475   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
2476   algorithm: "table_performance_comparison"
2477   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
2478   reference:
2479     title: "3-Node Hsw"
2480     data: "vpp-compare-testbeds-ref"
2481   compare:
2482     title: "3-Node Skx"
2483     data: "vpp-compare-testbeds-cmp"
2484   data: "vpp-compare-testbeds"
2485   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2486   filter: "'NIC_Intel-X710' and 'NDRPDR' and '2C'"
2487   parameters:
2488   - "name"
2489   - "parent"
2490   - "throughput"
2491
2492 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
2493 - type: "table"
2494   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
2495   algorithm: "table_performance_comparison"
2496   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
2497   reference:
2498     title: "3-Node Skx"
2499     data: "vpp-compare-topologies-ref"
2500   compare:
2501     title: "2-Node Skx"
2502     data: "vpp-compare-topologies-cmp"
2503   data: "vpp-compare-topologies"
2504   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2505   filter: "'NDRPDR' and '1C'"
2506   parameters:
2507   - "name"
2508   - "parent"
2509   - "throughput"
2510
2511 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
2512 - type: "table"
2513   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
2514   algorithm: "table_performance_comparison"
2515   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
2516   reference:
2517     title: "3-Node Skx"
2518     data: "vpp-compare-topologies-ref"
2519   compare:
2520     title: "2-Node Skx"
2521     data: "vpp-compare-topologies-cmp"
2522   data: "vpp-compare-topologies"
2523   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2524   filter: "'NDRPDR' and '2C'"
2525   parameters:
2526   - "name"
2527   - "parent"
2528   - "throughput"
2529
2530 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
2531 - type: "table"
2532   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
2533   algorithm: "table_performance_comparison"
2534   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
2535   reference:
2536     title: "3-Node Skx"
2537     data: "vpp-compare-topologies-ref"
2538   compare:
2539     title: "2-Node Skx"
2540     data: "vpp-compare-topologies-cmp"
2541   data: "vpp-compare-topologies"
2542   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2543   filter: "'NDRPDR' and '1C'"
2544   parameters:
2545   - "name"
2546   - "parent"
2547   - "throughput"
2548
2549 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
2550 - type: "table"
2551   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
2552   algorithm: "table_performance_comparison"
2553   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
2554   reference:
2555     title: "3-Node Skx"
2556     data: "vpp-compare-topologies-ref"
2557   compare:
2558     title: "2-Node Skx"
2559     data: "vpp-compare-topologies-cmp"
2560   data: "vpp-compare-topologies"
2561   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2562   filter: "'NDRPDR' and '2C'"
2563   parameters:
2564   - "name"
2565   - "parent"
2566   - "throughput"
2567
2568 # VPP Performance Changes 3n-hsw 1t1c MRR
2569 - type: "table"
2570   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
2571   algorithm: "table_performance_comparison"
2572   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
2573   history:
2574     - title: "rls1810"
2575       data: "vpp-performance-changes-3n-hsw-mrr-h1"
2576   reference:
2577     title: "rls1901"
2578     data: "vpp-performance-changes-3n-hsw-mrr-ref"
2579   compare:
2580     title: "rls1904"
2581     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2582   data: "vpp-performance-changes-3n-hsw-mrr"
2583   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2584   filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2585   parameters:
2586   - "name"
2587   - "parent"
2588   - "result"
2589
2590 # VPP Performance Changes 3n-hsw 2t2c MRR
2591 - type: "table"
2592   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
2593   algorithm: "table_performance_comparison"
2594   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
2595   history:
2596     - title: "rls1810"
2597       data: "vpp-performance-changes-3n-hsw-mrr-h1"
2598   reference:
2599     title: "rls1901"
2600     data: "vpp-performance-changes-3n-hsw-mrr-ref"
2601   compare:
2602     title: "rls1904"
2603     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2604   data: "vpp-performance-changes-3n-hsw-mrr"
2605   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2606   filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2607   parameters:
2608   - "name"
2609   - "parent"
2610   - "result"
2611
2612 # VPP Performance Changes 3n-hsw 4t4c MRR
2613 - type: "table"
2614   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
2615   algorithm: "table_performance_comparison"
2616   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
2617   history:
2618     - title: "rls1810"
2619       data: "vpp-performance-changes-3n-hsw-mrr-h1"
2620   reference:
2621     title: "rls1901"
2622     data: "vpp-performance-changes-3n-hsw-mrr-ref"
2623   compare:
2624     title: "rls1904"
2625     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2626   data: "vpp-performance-changes-3n-hsw-mrr"
2627   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2628   filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2629   parameters:
2630   - "name"
2631   - "parent"
2632   - "result"
2633
2634 # VPP Performance Changes 3n-skx 2t1c MRR
2635 - type: "table"
2636   title: "VPP Performance Changes 3n-skx 2t1c MRR"
2637   algorithm: "table_performance_comparison"
2638   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
2639   history:
2640     - title: "rls1810"
2641       data: "vpp-performance-changes-3n-skx-mrr-h1"
2642   reference:
2643     title: "rls1901"
2644     data: "vpp-performance-changes-3n-skx-mrr-ref"
2645   compare:
2646     title: "rls1904"
2647     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2648   data: "vpp-performance-changes-3n-skx-mrr"
2649   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2650   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2651   parameters:
2652   - "name"
2653   - "parent"
2654   - "result"
2655
2656 # VPP Performance Changes 3n-skx 4t2c MRR
2657 - type: "table"
2658   title: "VPP Performance Changes 3n-skx 4t2c MRR"
2659   algorithm: "table_performance_comparison"
2660   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
2661   history:
2662     - title: "rls1810"
2663       data: "vpp-performance-changes-3n-skx-mrr-h1"
2664   reference:
2665     title: "rls1901"
2666     data: "vpp-performance-changes-3n-skx-mrr-ref"
2667   compare:
2668     title: "rls1904"
2669     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2670   data: "vpp-performance-changes-3n-skx-mrr"
2671   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2672   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2673   parameters:
2674   - "name"
2675   - "parent"
2676   - "result"
2677
2678 # VPP Performance Changes 3n-skx 8t4c MRR
2679 - type: "table"
2680   title: "VPP Performance Changes 3n-skx 8t4c MRR"
2681   algorithm: "table_performance_comparison"
2682   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
2683   history:
2684     - title: "rls1810"
2685       data: "vpp-performance-changes-3n-skx-mrr-h1"
2686   reference:
2687     title: "rls1901"
2688     data: "vpp-performance-changes-3n-skx-mrr-ref"
2689   compare:
2690     title: "rls1904"
2691     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2692   data: "vpp-performance-changes-3n-skx-mrr"
2693   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2694   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2695   parameters:
2696   - "name"
2697   - "parent"
2698   - "result"
2699
2700 # VPP Performance Changes 2n-skx 2t1c MRR
2701 - type: "table"
2702   title: "VPP Performance Changes 2n-skx 2t1c MRR"
2703   algorithm: "table_performance_comparison"
2704   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
2705   history:
2706     - title: "rls1810"
2707       data: "vpp-performance-changes-2n-skx-mrr-h1"
2708   reference:
2709     title: "rls1901"
2710     data: "vpp-performance-changes-2n-skx-mrr-ref"
2711   compare:
2712     title: "rls1904"
2713     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2714   data: "vpp-performance-changes-2n-skx-mrr"
2715   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2716   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2717   parameters:
2718   - "name"
2719   - "parent"
2720   - "result"
2721
2722 # VPP Performance Changes 2n-skx 4t2c MRR
2723 - type: "table"
2724   title: "VPP Performance Changes 2n-skx 4t2c MRR"
2725   algorithm: "table_performance_comparison"
2726   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
2727   history:
2728     - title: "rls1810"
2729       data: "vpp-performance-changes-2n-skx-mrr-h1"
2730   reference:
2731     title: "rls1901"
2732     data: "vpp-performance-changes-2n-skx-mrr-ref"
2733   compare:
2734     title: "rls1904"
2735     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2736   data: "vpp-performance-changes-2n-skx-mrr"
2737   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2738   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2739   parameters:
2740   - "name"
2741   - "parent"
2742   - "result"
2743
2744 # VPP Performance Changes 2n-skx 8t4c MRR
2745 - type: "table"
2746   title: "VPP Performance Changes 2n-skx 8t4c MRR"
2747   algorithm: "table_performance_comparison"
2748   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
2749   history:
2750     - title: "rls1810"
2751       data: "vpp-performance-changes-2n-skx-mrr-h1"
2752   reference:
2753     title: "rls1901"
2754     data: "vpp-performance-changes-2n-skx-mrr-ref"
2755   compare:
2756     title: "rls1904"
2757     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2758   data: "vpp-performance-changes-2n-skx-mrr"
2759   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2760   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2761   parameters:
2762   - "name"
2763   - "parent"
2764   - "result"
2765
2766 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
2767 - type: "table"
2768   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
2769   algorithm: "table_performance_comparison"
2770   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
2771   reference:
2772     title: "3-Node Hsw"
2773     data: "vpp-compare-testbeds-mrr-ref"
2774   compare:
2775     title: "3-Node Skx"
2776     data: "vpp-compare-testbeds-mrr-cmp"
2777   data: "vpp-compare-testbeds-mrr"
2778   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2779   filter: "'NIC_Intel-X710' and 'MRR' and '1C'"
2780   parameters:
2781   - "name"
2782   - "parent"
2783   - "result"
2784
2785 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
2786 - type: "table"
2787   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
2788   algorithm: "table_performance_comparison"
2789   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
2790   reference:
2791     title: "3-Node Hsw"
2792     data: "vpp-compare-testbeds-mrr-ref"
2793   compare:
2794     title: "3-Node Skx"
2795     data: "vpp-compare-testbeds-mrr-cmp"
2796   data: "vpp-compare-testbeds-mrr"
2797   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2798   filter: "'NIC_Intel-X710' and 'MRR' and '2C'"
2799   parameters:
2800   - "name"
2801   - "parent"
2802   - "result"
2803
2804 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
2805 - type: "table"
2806   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
2807   algorithm: "table_performance_comparison"
2808   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
2809   reference:
2810     title: "3-Node Hsw"
2811     data: "vpp-compare-testbeds-mrr-ref"
2812   compare:
2813     title: "3-Node Skx"
2814     data: "vpp-compare-testbeds-mrr-cmp"
2815   data: "vpp-compare-testbeds-mrr"
2816   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2817   filter: "'NIC_Intel-X710' and 'MRR' and '4C'"
2818   parameters:
2819   - "name"
2820   - "parent"
2821   - "result"
2822
2823 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
2824 - type: "table"
2825   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
2826   algorithm: "table_performance_comparison"
2827   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
2828   reference:
2829     title: "3-Node Skx"
2830     data: "vpp-compare-topologies-mrr-ref"
2831   compare:
2832     title: "2-Node Skx"
2833     data: "vpp-compare-topologies-mrr-cmp"
2834   data: "vpp-compare-topologies-mrr"
2835   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2836   filter: "'MRR' and '1C'"
2837   parameters:
2838   - "name"
2839   - "parent"
2840   - "result"
2841
2842 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
2843 - type: "table"
2844   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
2845   algorithm: "table_performance_comparison"
2846   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
2847   reference:
2848     title: "3-Node Skx"
2849     data: "vpp-compare-topologies-mrr-ref"
2850   compare:
2851     title: "2-Node Skx"
2852     data: "vpp-compare-topologies-mrr-cmp"
2853   data: "vpp-compare-topologies-mrr"
2854   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2855   filter: "'MRR' and '2C'"
2856   parameters:
2857   - "name"
2858   - "parent"
2859   - "result"
2860
2861 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
2862 - type: "table"
2863   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
2864   algorithm: "table_performance_comparison"
2865   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
2866   reference:
2867     title: "3-Node Skx"
2868     data: "vpp-compare-topologies-mrr-ref"
2869   compare:
2870     title: "2-Node Skx"
2871     data: "vpp-compare-topologies-mrr-cmp"
2872   data: "vpp-compare-topologies-mrr"
2873   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2874   filter: "'MRR' and '4C'"
2875   parameters:
2876   - "name"
2877   - "parent"
2878   - "result"
2879
2880 # Detailed Test Results - VPP Performance Results 3n-hsw
2881 - type: "table"
2882   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
2883   algorithm: "table_merged_details"
2884   output-file-ext: ".csv"
2885   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
2886   columns:
2887   - title: "Name"
2888     data: "data name"
2889   - title: "Status"
2890     data: "data msg"
2891   rows: "generated"
2892   data: "vpp-perf-results-3n-hsw"
2893   filter: "not 'NDRCHK' and not 'PDRCHK'"
2894   parameters:
2895   - "name"
2896   - "parent"
2897   - "msg"
2898
2899 # Detailed Test Results - VPP Performance Results 3n-skx
2900 - type: "table"
2901   title: "Detailed Test Results - VPP Performance Results 3n-skx"
2902   algorithm: "table_merged_details"
2903   output-file-ext: ".csv"
2904   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
2905   columns:
2906   - title: "Name"
2907     data: "data name"
2908   - title: "Status"
2909     data: "data msg"
2910   rows: "generated"
2911   data: "vpp-perf-results-3n-skx"
2912   filter: "not 'NDRCHK' and not 'PDRCHK'"
2913   parameters:
2914   - "name"
2915   - "parent"
2916   - "msg"
2917
2918 # Detailed Test Results - VPP Performance Results 2n-skx
2919 - type: "table"
2920   title: "Detailed Test Results - VPP Performance Results 2n-skx"
2921   algorithm: "table_merged_details"
2922   output-file-ext: ".csv"
2923   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
2924   columns:
2925   - title: "Name"
2926     data: "data name"
2927   - title: "Status"
2928     data: "data msg"
2929   rows: "generated"
2930   data: "vpp-perf-results-2n-skx"
2931   filter: "not 'NDRCHK' and not 'PDRCHK'"
2932   parameters:
2933   - "name"
2934   - "parent"
2935   - "msg"
2936
2937 # Detailed Test Results - VPP Performance Results 2n-dnv
2938 - type: "table"
2939   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
2940   algorithm: "table_details"
2941   output-file-ext: ".csv"
2942   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
2943   columns:
2944   - title: "Name"
2945     data: "data name"
2946   - title: "Status"
2947     data: "data msg"
2948   rows: "generated"
2949   data: "intel-dnv-vpp"
2950   filter: "'NDRPDR'"
2951   parameters:
2952   - "name"
2953   - "parent"
2954   - "msg"
2955
2956 # Test configuration - VPP Performance Test Configs 3n-hsw
2957 - type: "table"
2958   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
2959   algorithm: "table_merged_details"
2960   output-file-ext: ".csv"
2961   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
2962   columns:
2963   - title: "Name"
2964     data: "data name"
2965   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2966     data: "data conf-history"
2967   rows: "generated"
2968   data: "vpp-perf-results-3n-hsw"
2969   filter: "not 'NDRCHK' and not 'PDRCHK'"
2970   parameters:
2971   - "parent"
2972   - "name"
2973   - "conf-history"
2974
2975 # Test configuration - VPP Performance Test Configs 3n-skx
2976 - type: "table"
2977   title: "Test configuration - VPP Performance Test Configs 3n-skx"
2978   algorithm: "table_merged_details"
2979   output-file-ext: ".csv"
2980   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
2981   columns:
2982   - title: "Name"
2983     data: "data name"
2984   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2985     data: "data conf-history"
2986   rows: "generated"
2987   data: "vpp-perf-results-3n-skx"
2988   filter: "not 'NDRCHK' and not 'PDRCHK'"
2989   parameters:
2990   - "parent"
2991   - "name"
2992   - "conf-history"
2993
2994 # Test configuration - VPP Performance Test Configs 2n-skx
2995 - type: "table"
2996   title: "Test configuration - VPP Performance Test Configs 2n-skx"
2997   algorithm: "table_merged_details"
2998   output-file-ext: ".csv"
2999   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
3000   columns:
3001   - title: "Name"
3002     data: "data name"
3003   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3004     data: "data conf-history"
3005   rows: "generated"
3006   data: "vpp-perf-results-2n-skx"
3007   filter: "not 'NDRCHK' and not 'PDRCHK'"
3008   parameters:
3009   - "parent"
3010   - "name"
3011   - "conf-history"
3012
3013 # Test configuration - VPP Performance Test Configs 2n-dnv
3014 - type: "table"
3015   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
3016   algorithm: "table_details"
3017   output-file-ext: ".csv"
3018   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_test_configuration_2n_dnv"
3019   columns:
3020   - title: "Name"
3021     data: "data name"
3022   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3023     data: "data conf-history"
3024   rows: "generated"
3025   data: "intel-dnv-vpp"
3026   filter: "'NDRPDR'"
3027   parameters:
3028   - "parent"
3029   - "name"
3030   - "conf-history"
3031
3032 # Test Operational Data - VPP Performance Operational Data 3n-hsw
3033 - type: "table"
3034   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
3035   algorithm: "table_merged_details"
3036   output-file-ext: ".csv"
3037   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
3038   columns:
3039   - title: "Name"
3040     data: "data name"
3041   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3042     data: "data show-run"
3043   rows: "generated"
3044   data: "vpp-perf-results-3n-hsw"
3045   filter: "not 'NDRCHK' and not 'PDRCHK'"
3046   parameters:
3047   - "parent"
3048   - "name"
3049   - "show-run"
3050
3051 # Test Operational Data - VPP Performance Operational Data 3n-skx
3052 - type: "table"
3053   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
3054   algorithm: "table_merged_details"
3055   output-file-ext: ".csv"
3056   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
3057   columns:
3058   - title: "Name"
3059     data: "data name"
3060   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3061     data: "data show-run"
3062   rows: "generated"
3063   data: "vpp-perf-results-3n-skx"
3064   filter: "not 'NDRCHK' and not 'PDRCHK'"
3065   parameters:
3066   - "parent"
3067   - "name"
3068   - "show-run"
3069
3070 # Test Operational Data - VPP Performance Operational Data 2n-skx
3071 - type: "table"
3072   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
3073   algorithm: "table_merged_details"
3074   output-file-ext: ".csv"
3075   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
3076   columns:
3077   - title: "Name"
3078     data: "data name"
3079   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3080     data: "data show-run"
3081   rows: "generated"
3082   data: "vpp-perf-results-2n-skx"
3083   filter: "not 'NDRCHK' and not 'PDRCHK'"
3084   parameters:
3085   - "parent"
3086   - "name"
3087   - "show-run"
3088
3089 # Test Operational Data - VPP Performance Operational Data 2n-dnv
3090 - type: "table"
3091   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
3092   algorithm: "table_details"
3093   output-file-ext: ".csv"
3094   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_test_operational_2n_dnv"
3095   columns:
3096   - title: "Name"
3097     data: "data name"
3098   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3099     data: "data show-run"
3100   rows: "generated"
3101   data: "intel-dnv-vpp"
3102   filter: "'NDRPDR'"
3103   parameters:
3104   - "parent"
3105   - "name"
3106   - "show-run"
3107
3108 # Detailed Test Results - VPP MRR Results 3n-hsw
3109 - type: "table"
3110   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
3111   algorithm: "table_details"
3112   output-file-ext: ".csv"
3113   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
3114   columns:
3115   - title: "Name"
3116     data: "data name"
3117   - title: "Status"
3118     data: "data msg"
3119   rows: "generated"
3120   data: "vpp-mrr-results-3n-hsw"
3121   filter: "'MRR'"
3122   parameters:
3123   - "name"
3124   - "parent"
3125   - "msg"
3126
3127 # Detailed Test Results - VPP MRR Results 3n-skx
3128 - type: "table"
3129   title: "Detailed Test Results - VPP MRR Results 3n-skx"
3130   algorithm: "table_details"
3131   output-file-ext: ".csv"
3132   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
3133   columns:
3134   - title: "Name"
3135     data: "data name"
3136   - title: "Status"
3137     data: "data msg"
3138   rows: "generated"
3139   data: "vpp-mrr-results-3n-skx"
3140   filter: "'MRR'"
3141   parameters:
3142   - "name"
3143   - "parent"
3144   - "msg"
3145
3146 # Detailed Test Results - VPP MRR Results 2n-skx
3147 - type: "table"
3148   title: "Detailed Test Results - VPP MRR Results 2n-skx"
3149   algorithm: "table_details"
3150   output-file-ext: ".csv"
3151   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
3152   columns:
3153   - title: "Name"
3154     data: "data name"
3155   - title: "Status"
3156     data: "data msg"
3157   rows: "generated"
3158   data: "vpp-mrr-results-2n-skx"
3159   filter: "'MRR'"
3160   parameters:
3161   - "name"
3162   - "parent"
3163   - "msg"
3164
3165 # Detailed Test Results - VPP MRR Results 2n-dnv
3166 - type: "table"
3167   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
3168   algorithm: "table_details"
3169   output-file-ext: ".csv"
3170   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
3171   columns:
3172   - title: "Name"
3173     data: "data name"
3174   - title: "Status"
3175     data: "data msg"
3176   rows: "generated"
3177   data: "intel-dnv-vpp"
3178   filter: "'MRR'"
3179   parameters:
3180   - "name"
3181   - "parent"
3182   - "msg"
3183
3184 # Test configuration - VPP MRR Test Configs 3n-hsw
3185 - type: "table"
3186   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
3187   algorithm: "table_details"
3188   output-file-ext: ".csv"
3189   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
3190   columns:
3191   - title: "Name"
3192     data: "data name"
3193   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3194     data: "data conf-history"
3195   rows: "generated"
3196   data: "vpp-mrr-results-3n-hsw"
3197   filter: "'MRR'"
3198   parameters:
3199   - "parent"
3200   - "name"
3201   - "conf-history"
3202
3203 # Test configuration - VPP MRR Test Configs 3n-skx
3204 - type: "table"
3205   title: "Test configuration - VPP MRR Test Configs 3n-skx"
3206   algorithm: "table_details"
3207   output-file-ext: ".csv"
3208   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
3209   columns:
3210   - title: "Name"
3211     data: "data name"
3212   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3213     data: "data conf-history"
3214   rows: "generated"
3215   data: "vpp-mrr-results-3n-skx"
3216   filter: "'MRR'"
3217   parameters:
3218   - "parent"
3219   - "name"
3220   - "conf-history"
3221
3222 # Test configuration - VPP MRR Test Configs 2n-skx
3223 - type: "table"
3224   title: "Test configuration - VPP MRR Test Configs 2n-skx"
3225   algorithm: "table_details"
3226   output-file-ext: ".csv"
3227   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
3228   columns:
3229   - title: "Name"
3230     data: "data name"
3231   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3232     data: "data conf-history"
3233   rows: "generated"
3234   data: "vpp-mrr-results-2n-skx"
3235   filter: "'MRR'"
3236   parameters:
3237   - "parent"
3238   - "name"
3239   - "conf-history"
3240
3241 # Test configuration - VPP MRR Test Configs 2n-dnv
3242 - type: "table"
3243   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
3244   algorithm: "table_details"
3245   output-file-ext: ".csv"
3246   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_test_configuration_2n_dnv"
3247   columns:
3248   - title: "Name"
3249     data: "data name"
3250   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3251     data: "data conf-history"
3252   rows: "generated"
3253   data: "intel-dnv-vpp"
3254   filter: "'MRR'"
3255   parameters:
3256   - "parent"
3257   - "name"
3258   - "conf-history"
3259
3260 # Detailed Test Results - VPP Functional Results - Ubuntu
3261 - type: "table"
3262   title: "Detailed Test Results - VPP Functional Results - Ubuntu"
3263   algorithm: "table_details"
3264   output-file-ext: ".csv"
3265   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
3266   columns:
3267   - title: "Name"
3268     data: "data name"
3269   - title: "Documentation"
3270     data: "data doc"
3271   - title: "Status"
3272     data: "data status"
3273   rows: "generated"
3274   data: "vpp-func-results-ubuntu"
3275   filter: "all"
3276   parameters:
3277   - "name"
3278   - "parent"
3279   - "doc"
3280   - "status"
3281
3282 # Detailed Test Results - VPP Functional Results - CentOS
3283 - type: "table"
3284   title: "Detailed Test Results - VPP Functional Results - CentOS"
3285   algorithm: "table_details"
3286   output-file-ext: ".csv"
3287   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
3288   columns:
3289   - title: "Name"
3290     data: "data name"
3291   - title: "Documentation"
3292     data: "data doc"
3293   -
3294     title: "Status"
3295     data: "data status"
3296   rows: "generated"
3297   data:
3298     "vpp-func-results-centos"
3299   filter: "all"
3300   parameters:
3301   - "name"
3302   - "parent"
3303   - "doc"
3304   - "status"
3305
3306 # Test configuration - VPP Functional Test Configs - Ubuntu
3307 - type: "table"
3308   title: "Test configuration - VPP Functional Test Configs - Ubuntu"
3309   algorithm: "table_details"
3310   output-file-ext: ".csv"
3311   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
3312   columns:
3313   - title: "Name"
3314     data: "data name"
3315   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3316     data: "data conf-history"
3317   rows: "generated"
3318   data: "vpp-func-results-ubuntu"
3319   filter: "all"
3320   parameters:
3321   - "parent"
3322   - "name"
3323   - "conf-history"
3324
3325 # Test configuration - VPP Functional Test Configs - CentOS
3326 - type: "table"
3327   title: "Test configuration - VPP Functional Test Configs - CentOS"
3328   algorithm: "table_details"
3329   output-file-ext: ".csv"
3330   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
3331   columns:
3332   - title: "Name"
3333     data: "data name"
3334   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3335     data: "data conf-history"
3336   rows: "generated"
3337   data: "vpp-func-results-centos"
3338   filter: "all"
3339   parameters:
3340   - "parent"
3341   - "name"
3342   - "conf-history"
3343
3344 # Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw
3345 - type: "table"
3346   title: "Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw"
3347   algorithm: "table_details"
3348   output-file-ext: ".csv"
3349   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
3350   columns:
3351   - title: "Name"
3352     data: "data name"
3353   - title: "Status"
3354     data: "data msg"
3355   rows: "generated"
3356   data: "ligato-perf-results-3n-hsw"
3357   filter: "all"
3358   parameters:
3359   - "name"
3360   - "parent"
3361   - "msg"
3362
3363 # Detailed Test Results - VPP Device Results - Ubuntu
3364 - type: "table"
3365   title: "Detailed Test Results - VPP Device Results - Ubuntu"
3366   algorithm: "table_details"
3367   output-file-ext: ".csv"
3368   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
3369   columns:
3370   - title: "Name"
3371     data: "data name"
3372   - title: "Documentation"
3373     data: "data doc"
3374   - title: "Status"
3375     data: "data status"
3376   rows: "generated"
3377   data: "vpp-device-results-ubuntu"
3378   filter: "all"
3379   parameters:
3380   - "name"
3381   - "parent"
3382   - "doc"
3383   - "status"
3384
3385 # Test configuration - VPP Device Test Configs - Ubuntu
3386 - type: "table"
3387   title: "Test configuration - VPP Device Test Configs - Ubuntu"
3388   algorithm: "table_details"
3389   output-file-ext: ".csv"
3390   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
3391   columns:
3392   - title: "Name"
3393     data: "data name"
3394   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3395     data: "data conf-history"
3396   rows: "generated"
3397   data: "vpp-device-results-ubuntu"
3398   filter: "all"
3399   parameters:
3400   - "parent"
3401   - "name"
3402   - "conf-history"
3403
3404 ################################################################################
3405
3406 # DPDK Performance Changes 3n-hsw 1t1c pdr
3407 - type: "table"
3408   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
3409   algorithm: "table_performance_comparison"
3410   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
3411   history:
3412     - title: "rls1810"
3413       data: "dpdk-performance-changes-3n-hsw-h1"
3414   reference:
3415     title: "rls1901"
3416     data: "dpdk-performance-changes-3n-hsw-ref"
3417   compare:
3418     title: "rls1904"
3419     data: "dpdk-performance-changes-3n-hsw-cmp"
3420   data: "dpdk-performance-changes-3n-hsw"
3421   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3422   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3423   parameters:
3424   - "name"
3425   - "parent"
3426   - "throughput"
3427
3428 # DPDK Performance Changes 3n-hsw 2t2c pdr
3429 - type: "table"
3430   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
3431   algorithm: "table_performance_comparison"
3432   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
3433   history:
3434     - title: "rls1810"
3435       data: "dpdk-performance-changes-3n-hsw-h1"
3436   reference:
3437     title: "rls1901"
3438     data: "dpdk-performance-changes-3n-hsw-ref"
3439   compare:
3440     title: "rls1904"
3441     data: "dpdk-performance-changes-3n-hsw-cmp"
3442   data: "dpdk-performance-changes-3n-hsw"
3443   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3444   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3445   parameters:
3446   - "name"
3447   - "parent"
3448   - "throughput"
3449
3450 # DPDK Performance Changes 3n-hsw 1t1c ndr
3451 - type: "table"
3452   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
3453   algorithm: "table_performance_comparison"
3454   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
3455   history:
3456     - title: "rls1810"
3457       data: "dpdk-performance-changes-3n-hsw-h1"
3458   reference:
3459     title: "rls1901"
3460     data: "dpdk-performance-changes-3n-hsw-ref"
3461   compare:
3462     title: "rls1904"
3463     data: "dpdk-performance-changes-3n-hsw-cmp"
3464   data: "dpdk-performance-changes-3n-hsw"
3465   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3466   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3467   parameters:
3468   - "name"
3469   - "parent"
3470   - "throughput"
3471
3472 # DPDK Performance Changes 3n-hsw 2t2c ndr
3473 - type: "table"
3474   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
3475   algorithm: "table_performance_comparison"
3476   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
3477   history:
3478     - title: "rls1810"
3479       data: "dpdk-performance-changes-3n-hsw-h1"
3480   reference:
3481     title: "rls1901"
3482     data: "dpdk-performance-changes-3n-hsw-ref"
3483   compare:
3484     title: "rls1904"
3485     data: "dpdk-performance-changes-3n-hsw-cmp"
3486   data: "dpdk-performance-changes-3n-hsw"
3487   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3488   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3489   parameters:
3490   - "name"
3491   - "parent"
3492   - "throughput"
3493
3494 # DPDK Performance Changes 3n-skx 2t1c pdr
3495 - type: "table"
3496   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
3497   algorithm: "table_performance_comparison"
3498   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
3499   history:
3500     - title: "rls1810"
3501       data: "dpdk-performance-changes-3n-skx-h1"
3502   reference:
3503     title: "rls1901"
3504     data: "dpdk-performance-changes-3n-skx-ref"
3505   compare:
3506     title: "rls1904"
3507     data: "dpdk-performance-changes-3n-skx-cmp"
3508   data: "dpdk-performance-changes-3n-skx"
3509   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3510   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3511   parameters:
3512   - "name"
3513   - "parent"
3514   - "throughput"
3515
3516 # DPDK Performance Changes 3n-skx 4t2c pdr
3517 - type: "table"
3518   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
3519   algorithm: "table_performance_comparison"
3520   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
3521   history:
3522     - title: "rls1810"
3523       data: "dpdk-performance-changes-3n-skx-h1"
3524   reference:
3525     title: "rls1901"
3526     data: "dpdk-performance-changes-3n-skx-ref"
3527   compare:
3528     title: "rls1904"
3529     data: "dpdk-performance-changes-3n-skx-cmp"
3530   data: "dpdk-performance-changes-3n-skx"
3531   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3532   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3533   parameters:
3534   - "name"
3535   - "parent"
3536   - "throughput"
3537
3538 # DPDK Performance Changes 3n-skx 2t1c ndr
3539 - type: "table"
3540   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
3541   algorithm: "table_performance_comparison"
3542   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
3543   history:
3544     - title: "rls1810"
3545       data: "dpdk-performance-changes-3n-skx-h1"
3546   reference:
3547     title: "rls1901"
3548     data: "dpdk-performance-changes-3n-skx-ref"
3549   compare:
3550     title: "rls1904"
3551     data: "dpdk-performance-changes-3n-skx-cmp"
3552   data: "dpdk-performance-changes-3n-skx"
3553   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3554   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3555   parameters:
3556   - "name"
3557   - "parent"
3558   - "throughput"
3559
3560 # DPDK Performance Changes 3n-skx 4t2c ndr
3561 - type: "table"
3562   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
3563   algorithm: "table_performance_comparison"
3564   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
3565   history:
3566     - title: "rls1810"
3567       data: "dpdk-performance-changes-3n-skx-h1"
3568   reference:
3569     title: "rls1901"
3570     data: "dpdk-performance-changes-3n-skx-ref"
3571   compare:
3572     title: "rls1904"
3573     data: "dpdk-performance-changes-3n-skx-cmp"
3574   data: "dpdk-performance-changes-3n-skx"
3575   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3576   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3577   parameters:
3578   - "name"
3579   - "parent"
3580   - "throughput"
3581
3582 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
3583 - type: "table"
3584   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
3585   algorithm: "table_performance_comparison"
3586   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
3587   reference:
3588     title: "3-Node Hsw"
3589     data: "dpdk-compare-testbeds-ref"
3590   compare:
3591     title: "3-Node Skx"
3592     data: "dpdk-compare-testbeds-cmp"
3593   data: "dpdk-compare-testbeds"
3594   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3595   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3596   parameters:
3597   - "name"
3598   - "parent"
3599   - "throughput"
3600
3601 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
3602 - type: "table"
3603   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
3604   algorithm: "table_performance_comparison"
3605   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
3606   reference:
3607     title: "3-Node Hsw"
3608     data: "dpdk-compare-testbeds-ref"
3609   compare:
3610     title: "3-Node Skx"
3611     data: "dpdk-compare-testbeds-cmp"
3612   data: "dpdk-compare-testbeds"
3613   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3614   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3615   parameters:
3616   - "name"
3617   - "parent"
3618   - "throughput"
3619
3620 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
3621 - type: "table"
3622   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
3623   algorithm: "table_performance_comparison"
3624   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
3625   reference:
3626     title: "3-Node Skx"
3627     data: "dpdk-compare-topologies-ref"
3628   compare:
3629     title: "2-Node Skx"
3630     data: "dpdk-compare-topologies-cmp"
3631   data: "dpdk-compare-topologies"
3632   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3633   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3634   parameters:
3635   - "name"
3636   - "parent"
3637   - "throughput"
3638
3639 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
3640 - type: "table"
3641   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
3642   algorithm: "table_performance_comparison"
3643   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
3644   reference:
3645     title: "3-Node Skx"
3646     data: "dpdk-compare-topologies-ref"
3647   compare:
3648     title: "2-Node Skx"
3649     data: "dpdk-compare-topologies-cmp"
3650   data: "dpdk-compare-topologies"
3651   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3652   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3653   parameters:
3654   - "name"
3655   - "parent"
3656   - "throughput"
3657
3658 # DPDK Performance Changes 2n-skx 2t1c pdr
3659 - type: "table"
3660   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
3661   algorithm: "table_performance_comparison"
3662   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
3663   history:
3664     - title: "rls1810"
3665       data: "dpdk-performance-changes-2n-skx-h1"
3666   reference:
3667     title: "rls1901"
3668     data: "dpdk-performance-changes-2n-skx-ref"
3669   compare:
3670     title: "rls1904"
3671     data: "dpdk-performance-changes-2n-skx-cmp"
3672   data: "dpdk-performance-changes-2n-skx"
3673   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3674   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3675   parameters:
3676   - "name"
3677   - "parent"
3678   - "throughput"
3679
3680 # DPDK Performance Changes 2n-skx 4t2c pdr
3681 - type: "table"
3682   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
3683   algorithm: "table_performance_comparison"
3684   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
3685   history:
3686     - title: "rls1810"
3687       data: "dpdk-performance-changes-2n-skx-h1"
3688   reference:
3689     title: "rls1901"
3690     data: "dpdk-performance-changes-2n-skx-ref"
3691   compare:
3692     title: "rls1904"
3693     data: "dpdk-performance-changes-2n-skx-cmp"
3694   data: "dpdk-performance-changes-2n-skx"
3695   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3696   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3697   parameters:
3698   - "name"
3699   - "parent"
3700   - "throughput"
3701
3702 # DPDK Performance Changes 2n-skx 2t1c ndr
3703 - type: "table"
3704   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
3705   algorithm: "table_performance_comparison"
3706   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
3707   history:
3708     - title: "rls1810"
3709       data: "dpdk-performance-changes-2n-skx-h1"
3710   reference:
3711     title: "rls1901"
3712     data: "dpdk-performance-changes-2n-skx-ref"
3713   compare:
3714     title: "rls1904"
3715     data: "dpdk-performance-changes-2n-skx-cmp"
3716   data: "dpdk-performance-changes-2n-skx"
3717   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3718   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3719   parameters:
3720   - "name"
3721   - "parent"
3722   - "throughput"
3723
3724 # DPDK Performance Changes 2n-skx 4t2c ndr
3725 - type: "table"
3726   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
3727   algorithm: "table_performance_comparison"
3728   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
3729   history:
3730     - title: "rls1810"
3731       data: "dpdk-performance-changes-2n-skx-h1"
3732   reference:
3733     title: "rls1901"
3734     data: "dpdk-performance-changes-2n-skx-ref"
3735   compare:
3736     title: "rls1904"
3737     data: "dpdk-performance-changes-2n-skx-cmp"
3738   data: "dpdk-performance-changes-2n-skx"
3739   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3740   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3741   parameters:
3742   - "name"
3743   - "parent"
3744   - "throughput"
3745
3746 # Detailed Test Results - DPDK Performance Results 3n-hsw
3747 - type: "table"
3748   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
3749   algorithm: "table_details"
3750   output-file-ext: ".csv"
3751   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
3752   columns:
3753   - title: "Name"
3754     data: "data name"
3755   - title: "Status"
3756     data: "data msg"
3757   rows: "generated"
3758   data: "dpdk-perf-results-3n-hsw"
3759   filter: "all"
3760   parameters:
3761   - "name"
3762   - "parent"
3763   - "msg"
3764
3765 # Detailed Test Results - DPDK Performance Results 3n-skx
3766 - type: "table"
3767   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
3768   algorithm: "table_details"
3769   output-file-ext: ".csv"
3770   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
3771   columns:
3772   - title: "Name"
3773     data: "data name"
3774   - title: "Status"
3775     data: "data msg"
3776   rows: "generated"
3777   data: "dpdk-perf-results-3n-skx"
3778   filter: "all"
3779   parameters:
3780   - "name"
3781   - "parent"
3782   - "msg"
3783
3784 # Detailed Test Results - DPDK Performance Results 2n-skx
3785 - type: "table"
3786   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
3787   algorithm: "table_details"
3788   output-file-ext: ".csv"
3789   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
3790   columns:
3791   - title: "Name"
3792     data: "data name"
3793   - title: "Status"
3794     data: "data msg"
3795   rows: "generated"
3796   data: "dpdk-perf-results-2n-skx"
3797   filter: "all"
3798   parameters:
3799   - "name"
3800   - "parent"
3801   - "msg"
3802
3803 ################################################################################
3804 # HoneyComb
3805 - type: "table"
3806   title: "Detailed Test Results - Honeycomb Functional Results"
3807   algorithm: "table_details"
3808   output-file-ext: ".csv"
3809   output-file: "{DIR[DTR,FUNC,HC]}/hc_functional_results"
3810   columns:
3811   - title: "Name"
3812     data: "data name"
3813   - title: "Documentation"
3814     data: "data doc"
3815   - title: "Status"
3816     data: "data status"
3817   rows: "generated"
3818   data:
3819     "hc-func-results"
3820   filter: "all"
3821   parameters:
3822   - "name"
3823   - "parent"
3824   - "doc"
3825   - "status"
3826
3827 ################################################################################
3828 # NSH SFC
3829 #-
3830 #  type: "table"
3831 #  title: "Detailed Test Results - NSH SFC Functional Results"
3832 #  algorithm: "table_details"
3833 #  output-file-ext: ".csv"
3834 #  output-file: "{DIR[DTR,FUNC,NSHSFC]}/nsh_sfc_functional_results"
3835 #  columns:
3836 #  -
3837 #    title: "Name"
3838 #    data: "data name"
3839 #  -
3840 #    title: "Documentation"
3841 #    data: "data doc"
3842 #  -
3843 #    title: "Status"
3844 #    data: "data status"
3845 #  rows: "generated"
3846 #  data:
3847 #    "nsh-func-results"
3848 #  filter: "all"
3849 #  parameters:
3850 #  - "name"
3851 #  - "parent"
3852 #  - "doc"
3853 #  - "status"
3854
3855 ################################################################################
3856 # DMM
3857 - type: "table"
3858   title: "Detailed Test Results - DMM Functional Results"
3859   algorithm: "table_details"
3860   output-file-ext: ".csv"
3861   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
3862   columns:
3863   - title: "Name"
3864     data: "data name"
3865   - title: "Documentation"
3866     data: "data doc"
3867   - title: "Status"
3868     data: "data status"
3869   rows: "generated"
3870   data:
3871     "dmm-func-results"
3872   filter: "all"
3873   parameters:
3874   - "name"
3875   - "parent"
3876   - "doc"
3877   - "status"
3878
3879 ################################################################################
3880 ###                                F I L E S                                 ###
3881 ################################################################################
3882
3883 # VPP Performance Results 3n-hsw
3884 - type: "file"
3885   title: "VPP Performance Results 3n-hsw"
3886   algorithm: "file_test_results"
3887   output-file-ext: ".rst"
3888   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
3889   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"
3890   dir-tables: "{DIR[DTR,PERF,VPP,3N,HSW]}"
3891   data: "vpp-perf-results-3n-hsw"
3892   filter: "not 'NDRCHK' and not 'PDRCHK'"
3893   parameters:
3894   - "name"
3895   - "doc"
3896   - "level"
3897   - "parent"
3898   data-start-level: 3
3899
3900 # VPP Performance Results 3n-skx
3901 - type: "file"
3902   title: "VPP Performance Results 3n-skx"
3903   algorithm: "file_test_results"
3904   output-file-ext: ".rst"
3905   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
3906   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"
3907   dir-tables: "{DIR[DTR,PERF,VPP,3N,SKX]}"
3908   data: "vpp-perf-results-3n-skx"
3909   filter: "not 'NDRCHK' and not 'PDRCHK'"
3910   parameters:
3911   - "name"
3912   - "doc"
3913   - "level"
3914   - "parent"
3915   data-start-level: 3
3916
3917 # VPP Performance Results 2n-skx
3918 - type: "file"
3919   title: "VPP Performance Results 2n-skx"
3920   algorithm: "file_test_results"
3921   output-file-ext: ".rst"
3922   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
3923   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"
3924   dir-tables: "{DIR[DTR,PERF,VPP,2N,SKX]}"
3925   data: "vpp-perf-results-2n-skx"
3926   filter: "not 'NDRCHK' and not 'PDRCHK'"
3927   parameters:
3928   - "name"
3929   - "doc"
3930   - "level"
3931   - "parent"
3932   data-start-level: 3
3933
3934 # VPP Performance Results 2n-dnv
3935 - type: "file"
3936   title: "VPP Performance Results 2n-dnv"
3937   algorithm: "file_test_results"
3938   output-file-ext: ".rst"
3939   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
3940   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"
3941   dir-tables: "{DIR[DTR,PERF,VPP,2N,DNV]}"
3942   data: "intel-dnv-vpp"
3943   filter: "'NDRPDR'"
3944   parameters:
3945   - "name"
3946   - "doc"
3947   - "level"
3948   - "parent"
3949   data-start-level: 3
3950
3951 # VPP Performance Configuration 3n-hsw
3952 - type: "file"
3953   title: "VPP Performance Configuration 3n-hsw"
3954   algorithm: "file_test_results"
3955   output-file-ext: ".rst"
3956   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_performance_configuration_3n_hsw"
3957   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"
3958   dir-tables: "{DIR[DTC,PERF,VPP,3N,HSW]}"
3959   data: "vpp-perf-results-3n-hsw"
3960   filter: "not 'NDRCHK' and not 'PDRCHK'"
3961   parameters:
3962   - "name"
3963   - "doc"
3964   - "level"
3965   - "parent"
3966   data-start-level: 3
3967
3968 # VPP Performance Configuration 3n-skx
3969 - type: "file"
3970   title: "VPP Performance Configuration 3n-skx"
3971   algorithm: "file_test_results"
3972   output-file-ext: ".rst"
3973   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_performance_configuration_3n_skx"
3974   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"
3975   dir-tables: "{DIR[DTC,PERF,VPP,3N,SKX]}"
3976   data: "vpp-perf-results-3n-skx"
3977   filter: "not 'NDRCHK' and not 'PDRCHK'"
3978   parameters:
3979   - "name"
3980   - "doc"
3981   - "level"
3982   - "parent"
3983   data-start-level: 3
3984
3985 # VPP Performance Configuration 2n-skx
3986 - type: "file"
3987   title: "VPP Performance Configuration 2n-skx"
3988   algorithm: "file_test_results"
3989   output-file-ext: ".rst"
3990   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_performance_configuration_2n_skx"
3991   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"
3992   dir-tables: "{DIR[DTC,PERF,VPP,2N,SKX]}"
3993   data: "vpp-perf-results-2n-skx"
3994   filter: "not 'NDRCHK' and not 'PDRCHK'"
3995   parameters:
3996   - "name"
3997   - "doc"
3998   - "level"
3999   - "parent"
4000   data-start-level: 3
4001
4002 # VPP Performance Configuration 2n-dnv
4003 - type: "file"
4004   title: "VPP Performance Configuration 2n-dnv"
4005   algorithm: "file_test_results"
4006   output-file-ext: ".rst"
4007   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_performance_configuration_2n_dnv"
4008   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4009   dir-tables: "{DIR[DTC,PERF,VPP,2N,DNV]}"
4010   data: "intel-dnv-vpp"
4011   filter: "'NDRPDR'"
4012   parameters:
4013   - "name"
4014   - "doc"
4015   - "level"
4016   - "parent"
4017   data-start-level: 3
4018
4019 # VPP Performance Operational Data 3n-hsw
4020 - type: "file"
4021   title: "VPP Performance Operational Data 3n-hsw"
4022   algorithm: "file_test_results"
4023   output-file-ext: ".rst"
4024   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_performance_operational_data_3n_hsw"
4025   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4026   dir-tables: "{DIR[DTO,PERF,VPP,3N,HSW]}"
4027   data: "vpp-perf-results-3n-hsw"
4028   filter: "not 'NDRCHK' and not 'PDRCHK'"
4029   parameters:
4030   - "name"
4031   - "doc"
4032   - "level"
4033   - "parent"
4034   data-start-level: 3
4035
4036 # VPP Performance Operational Data 3n-skx
4037 - type: "file"
4038   title: "VPP Performance Operational Data 3n-skx"
4039   algorithm: "file_test_results"
4040   output-file-ext: ".rst"
4041   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_performance_operational_data_3n_skx"
4042   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4043   dir-tables: "{DIR[DTO,PERF,VPP,3N,SKX]}"
4044   data: "vpp-perf-results-3n-skx"
4045   filter: "not 'NDRCHK' and not 'PDRCHK'"
4046   parameters:
4047   - "name"
4048   - "doc"
4049   - "level"
4050   - "parent"
4051   data-start-level: 3
4052
4053 # VPP Performance Operational Data 2n-skx
4054 - type: "file"
4055   title: "VPP Performance Operational Data 2n-skx"
4056   algorithm: "file_test_results"
4057   output-file-ext: ".rst"
4058   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_performance_operational_data_2n_skx"
4059   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4060   dir-tables: "{DIR[DTO,PERF,VPP,2N,SKX]}"
4061   data: "vpp-perf-results-2n-skx"
4062   filter: "not 'NDRCHK' and not 'PDRCHK'"
4063   parameters:
4064   - "name"
4065   - "doc"
4066   - "level"
4067   - "parent"
4068   data-start-level: 3
4069
4070 # VPP Performance Operational Data 2n-dnv
4071 - type: "file"
4072   title: "VPP Performance Operational Data 2n-dnv"
4073   algorithm: "file_test_results"
4074   output-file-ext: ".rst"
4075   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_performance_operational_data_2n_dnv"
4076   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4077   dir-tables: "{DIR[DTO,PERF,VPP,2N,DNV]}"
4078   data: "intel-dnv-vpp"
4079   filter: "'NDRPDR'"
4080   parameters:
4081   - "name"
4082   - "doc"
4083   - "level"
4084   - "parent"
4085   data-start-level: 3
4086
4087 # VPP MRR Results 3n-hsw
4088 - type: "file"
4089   title: "VPP MRR Results 3n-hsw"
4090   algorithm: "file_test_results"
4091   output-file-ext: ".rst"
4092   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
4093   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4094   dir-tables: "{DIR[DTR,MRR,VPP,3N,HSW]}"
4095   data: "vpp-mrr-results-3n-hsw"
4096   filter: "'MRR'"
4097   parameters:
4098   - "name"
4099   - "doc"
4100   - "level"
4101   - "parent"
4102   data-start-level: 3
4103
4104 # VPP MRR Results 3n-skx
4105 - type: "file"
4106   title: "VPP MRR Results 3n-skx"
4107   algorithm: "file_test_results"
4108   output-file-ext: ".rst"
4109   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
4110   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4111   dir-tables: "{DIR[DTR,MRR,VPP,3N,SKX]}"
4112   data: "vpp-mrr-results-3n-skx"
4113   filter: "'MRR'"
4114   parameters:
4115   - "name"
4116   - "doc"
4117   - "level"
4118   - "parent"
4119   data-start-level: 3
4120
4121 # VPP MRR Results 2n-skx
4122 - type: "file"
4123   title: "VPP MRR Results 2n-skx"
4124   algorithm: "file_test_results"
4125   output-file-ext: ".rst"
4126   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
4127   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4128   dir-tables: "{DIR[DTR,MRR,VPP,2N,SKX]}"
4129   data: "vpp-mrr-results-2n-skx"
4130   filter: "all"
4131   parameters:
4132   - "name"
4133   - "doc"
4134   - "level"
4135   - "parent"
4136   data-start-level: 3
4137
4138 # VPP MRR Results 2n-dnv
4139 - type: "file"
4140   title: "VPP MRR Results 2n-dnv"
4141   algorithm: "file_test_results"
4142   output-file-ext: ".rst"
4143   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
4144   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4145   dir-tables: "{DIR[DTR,MRR,VPP,2N,DNV]}"
4146   data: "intel-dnv-vpp"
4147   filter: "'MRR'"
4148   parameters:
4149   - "name"
4150   - "doc"
4151   - "level"
4152   - "parent"
4153   data-start-level: 3
4154
4155 # VPP MRR Configuration 3n-hsw
4156 - type: "file"
4157   title: "VPP MRR Configuration 3n-hsw"
4158   algorithm: "file_test_results"
4159   output-file-ext: ".rst"
4160   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_configuration_3n_hsw"
4161   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4162   dir-tables: "{DIR[DTC,MRR,VPP,3N,HSW]}"
4163   data: "vpp-mrr-results-3n-hsw"
4164   filter: "'MRR'"
4165   parameters:
4166   - "name"
4167   - "doc"
4168   - "level"
4169   - "parent"
4170   data-start-level: 3
4171
4172 # VPP MRR Configuration 3n-skx
4173 - type: "file"
4174   title: "VPP MRR Configuration 3n-skx"
4175   algorithm: "file_test_results"
4176   output-file-ext: ".rst"
4177   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_configuration_3n_skx"
4178   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4179   dir-tables: "{DIR[DTC,MRR,VPP,3N,SKX]}"
4180   data: "vpp-mrr-results-3n-skx"
4181   filter: "'MRR'"
4182   parameters:
4183   - "name"
4184   - "doc"
4185   - "level"
4186   - "parent"
4187   data-start-level: 3
4188
4189 # VPP MRR Configuration 2n-skx
4190 - type: "file"
4191   title: "VPP MRR Configuration 2n-skx"
4192   algorithm: "file_test_results"
4193   output-file-ext: ".rst"
4194   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_configuration_2n_skx"
4195   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4196   dir-tables: "{DIR[DTC,MRR,VPP,2N,SKX]}"
4197   data: "vpp-mrr-results-2n-skx"
4198   filter: "'MRR'"
4199   parameters:
4200   - "name"
4201   - "doc"
4202   - "level"
4203   - "parent"
4204   data-start-level: 3
4205
4206 # VPP MRR Configuration 2n-dnv
4207 - type: "file"
4208   title: "VPP MRR Configuration 2n-dnv"
4209   algorithm: "file_test_results"
4210   output-file-ext: ".rst"
4211   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_configuration_2n_dnv"
4212   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4213   dir-tables: "{DIR[DTC,MRR,VPP,2N,DNV]}"
4214   data: "intel-dnv-vpp"
4215   filter: "'MRR'"
4216   parameters:
4217   - "name"
4218   - "doc"
4219   - "level"
4220   - "parent"
4221   data-start-level: 3
4222
4223 # VPP Functional Results - Ubuntu
4224 - type: "file"
4225   title: "VPP Functional Results - Ubuntu"
4226   algorithm: "file_test_results"
4227   output-file-ext: ".rst"
4228   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
4229   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4230   dir-tables: "{DIR[DTR,FUNC,VPP,UBUNTU]}"
4231   data: "vpp-func-results-ubuntu"
4232   filter: "all"
4233   parameters:
4234   - "name"
4235   - "doc"
4236   - "level"
4237   - "parent"
4238   data-start-level: 3
4239
4240 # VPP Functional Results - CentOS
4241 - type: "file"
4242   title: "VPP Functional Results - CentOS"
4243   algorithm: "file_test_results"
4244   output-file-ext: ".rst"
4245   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
4246   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4247   dir-tables: "{DIR[DTR,FUNC,VPP,CENTOS]}"
4248   data:
4249     "vpp-func-results-centos"
4250   filter: "all"
4251   parameters:
4252   - "name"
4253   - "doc"
4254   - "level"
4255   - "parent"
4256   data-start-level: 3
4257
4258 # VPP Functional Configuration - Ubuntu
4259 - type: "file"
4260   title: "VPP Functional Configuration - Ubuntu"
4261   algorithm: "file_test_results"
4262   output-file-ext: ".rst"
4263   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
4264   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"
4265   dir-tables: "{DIR[DTC,FUNC,VPP,UBUNTU]}"
4266   data: "vpp-func-results-ubuntu"
4267   filter: "all"
4268   parameters:
4269   - "name"
4270   - "doc"
4271   - "level"
4272   - "parent"
4273   data-start-level: 3
4274
4275 # VPP Functional Configuration - CentOS
4276 - type: "file"
4277   title: "VPP Functional Configuration - CentOS"
4278   algorithm: "file_test_results"
4279   output-file-ext: ".rst"
4280   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
4281   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"
4282   dir-tables: "{DIR[DTC,FUNC,VPP,CENTOS]}"
4283   data:
4284     "vpp-func-results-centos"
4285   filter: "all"
4286   parameters:
4287   - "name"
4288   - "doc"
4289   - "level"
4290   - "parent"
4291   data-start-level: 3
4292
4293 # VPP Device Results - Ubuntu
4294 - type: "file"
4295   title: "VPP Device Results - Ubuntu"
4296   algorithm: "file_test_results"
4297   output-file-ext: ".rst"
4298   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
4299   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"
4300   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
4301   data: "vpp-device-results-ubuntu"
4302   filter: "all"
4303   parameters:
4304   - "name"
4305   - "doc"
4306   - "level"
4307   - "parent"
4308   data-start-level: 2
4309
4310 # VPP Device Configuration - Ubuntu
4311 - type: "file"
4312   title: "VPP Device Configuration - Ubuntu"
4313   algorithm: "file_test_results"
4314   output-file-ext: ".rst"
4315   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
4316   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"
4317   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
4318   data: "vpp-device-results-ubuntu"
4319   filter: "all"
4320   parameters:
4321   - "name"
4322   - "doc"
4323   - "level"
4324   - "parent"
4325   data-start-level: 2
4326
4327 # Container Orchestrated Performance Results 3n-hsw
4328 - type: "file"
4329   title: "Container Orchestrated Performance Results 3n-hsw"
4330   algorithm: "file_test_results"
4331   output-file-ext: ".rst"
4332   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
4333   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"
4334   dir-tables: "{DIR[DTR,PERF,COT,3N,HSW]}"
4335   data: "ligato-perf-results-3n-hsw"
4336   filter: "all"
4337   parameters:
4338   - "name"
4339   - "doc"
4340   - "level"
4341   - "parent"
4342   data-start-level: 3
4343
4344 # DPDK Performance Results 3n-hsw
4345 - type: "file"
4346   title: "DPDK Performance Results 3n-hsw"
4347   algorithm: "file_test_results"
4348   output-file-ext: ".rst"
4349   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
4350   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4351   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
4352   data: "dpdk-perf-results-3n-hsw"
4353   filter: "all"
4354   parameters:
4355   - "name"
4356   - "doc"
4357   - "level"
4358   - "parent"
4359   data-start-level: 3
4360
4361 # DPDK Performance Results 3n-skx
4362 - type: "file"
4363   title: "DPDK Performance Results 3n-skx"
4364   algorithm: "file_test_results"
4365   output-file-ext: ".rst"
4366   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
4367   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"
4368   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
4369   data: "dpdk-perf-results-3n-skx"
4370   filter: "all"
4371   parameters:
4372   - "name"
4373   - "doc"
4374   - "level"
4375   - "parent"
4376   data-start-level: 3
4377
4378 # DPDK Performance Results 2n-skx
4379 - type: "file"
4380   title: "DPDK Performance Results 2n-skx"
4381   algorithm: "file_test_results"
4382   output-file-ext: ".rst"
4383   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
4384   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"
4385   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
4386   data: "dpdk-perf-results-2n-skx"
4387   filter: "all"
4388   parameters:
4389   - "name"
4390   - "doc"
4391   - "level"
4392   - "parent"
4393   data-start-level: 3
4394
4395 # Honeycomb Functional Results
4396 - type: "file"
4397   title: "Honeycomb Functional Results"
4398   algorithm: "file_test_results"
4399   output-file-ext: ".rst"
4400   output-file: "{DIR[DTR,FUNC,HC]}/honeycomb_functional_results"
4401   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"
4402   dir-tables: "{DIR[DTR,FUNC,HC]}"
4403   data:
4404     "hc-func-results"
4405   filter: "all"
4406   parameters:
4407   - "name"
4408   - "doc"
4409   - "level"
4410   - "parent"
4411   data-start-level: 3
4412
4413 # NSH SFC Functional Results
4414 #-
4415 #  type: "file"
4416 #  title: "NSH SFC Functional Results"
4417 #  algorithm: "file_test_results"
4418 #  output-file-ext: ".rst"
4419 #  output-file: "{DIR[DTR,FUNC,NSHSFC]}/nshsfc_functional_results"
4420 #  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"
4421 #  dir-tables: "{DIR[DTR,FUNC,NSHSFC]}"
4422 #  data:
4423 #    "nsh-func-results"
4424 #  filter: "all"
4425 #  parameters:
4426 #  - "name"
4427 #  - "doc"
4428 #  - "level"
4429 #  - "parent"
4430 #  data-start-level: 3
4431
4432 # DMM Functional Results
4433 - type: "file"
4434   title: "DMM Functional Results"
4435   algorithm: "file_test_results"
4436   output-file-ext: ".rst"
4437   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
4438   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"
4439   dir-tables: "{DIR[DTR,FUNC,DMM]}"
4440   data:
4441     "dmm-func-results"
4442   filter: "all"
4443   parameters:
4444   - "name"
4445   - "doc"
4446   - "level"
4447   - "parent"
4448   data-start-level: 3
4449
4450 ################################################################################
4451 ###                                P L O T S                                 ###
4452 ################################################################################
4453
4454 # Soak test - 30min Soak Test (PLRsearch), boxes
4455 - type: "plot"
4456   title: "VPP Throughput: 30min Soak Test (PLRsearch) boxes"
4457   algorithm: "plot_soak_boxes"
4458   output-file-type: ".html"
4459   output-file: "{DIR[STATIC,VPP]}/example-soak-boxes"
4460   data: "plot-vpp-soak-2n-skx"
4461   filter: "'SOAK'"
4462   parameters:
4463   - "throughput"
4464   - "parent"
4465   - "tags"
4466   sort:
4467   - "L2PATCH"
4468 #  - "L2XCBASE"
4469 #  - "L2BDMACLRN"
4470 #  - "IP4FWD"
4471 #  - "IP6FWD"
4472   - "VHOST"
4473   layout:
4474     title: "30min Soak Test (PLRsearch)"
4475     layout: "plot-soak-throughput"
4476
4477 # Soak test - example, not used
4478 - type: "plot"
4479   title: "VPP Throughput: 30min Soak Test (PLRsearch) bars"
4480   algorithm: "plot_soak_bars"
4481   output-file-type: ".html"
4482   output-file: "{DIR[STATIC,VPP]}/example-soak-bars"
4483   data: "plot-vpp-soak-2n-skx"
4484   filter: "'SOAK'"
4485   parameters:
4486   - "throughput"
4487   - "parent"
4488   - "tags"
4489   sort:
4490   - "L2PATCH"
4491 #  - "L2XCBASE"
4492 #  - "L2BDMACLRN"
4493 #  - "IP4FWD"
4494 #  - "IP6FWD"
4495   - "VHOST"
4496   layout:
4497     title: "30min Soak Test (PLRsearch)"
4498     layout: "plot-soak-throughput"
4499
4500 ################################################################################
4501 # Plots - NF Density - VSC
4502
4503 - type: "plot"
4504   title: "Packet Throughput: 64B-1c-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-64b-2t1c-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            '64B' and
4514            '2T1C' 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: "64B 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-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-mrr"
4530   algorithm: "plot_service_density_heatmap"
4531   output-file-type: ".html"
4532   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-vsc-mrr"
4533   data: "plot-vpp-nfv-2n-skx-mrr"
4534   filter: "'NIC_Intel-X710' and
4535            'NF_DENSITY' and
4536            'VM' and
4537            'CHAIN' and
4538            '64B' and
4539            '4T2C' and
4540            'MRR'"
4541   parameters:
4542   - "result"
4543   - "name"
4544   - "tags"
4545   include-tests: "MRR" # "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 MRR) [Mpps]"
4549   layout:
4550     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-mrr"
4551     layout: "plot-service-density"
4552
4553 - type: "plot"
4554   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-mrr"
4555   algorithm: "plot_service_density_heatmap"
4556   output-file-type: ".html"
4557   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-vsc-mrr"
4558   data: "plot-vpp-nfv-2n-skx-mrr"
4559   filter: "'NIC_Intel-X710' and
4560            'NF_DENSITY' and
4561            'VM' and
4562            'CHAIN' and
4563            'IMIX' and
4564            '2T1C' and
4565            'MRR'"
4566   parameters:
4567   - "result"
4568   - "name"
4569   - "tags"
4570   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4571   x-axis: "X = VNFs per Service Chain"
4572   y-axis: "Y = Number of Service Chains"
4573   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
4574   layout:
4575     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-mrr"
4576     layout: "plot-service-density"
4577
4578 - type: "plot"
4579   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-mrr"
4580   algorithm: "plot_service_density_heatmap"
4581   output-file-type: ".html"
4582   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-vsc-mrr"
4583   data: "plot-vpp-nfv-2n-skx-mrr"
4584   filter: "'NIC_Intel-X710' and
4585            'NF_DENSITY' and
4586            'VM' and
4587            'CHAIN' and
4588            'IMIX' and
4589            '4T2C' and
4590            'MRR'"
4591   parameters:
4592   - "result"
4593   - "name"
4594   - "tags"
4595   include-tests: "MRR" # "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 MRR) [Mpps]"
4599   layout:
4600     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-mrr"
4601     layout: "plot-service-density"
4602
4603 - type: "plot"
4604   title: "Packet Throughput: 64B-1c-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-64b-2t1c-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            '64B' and
4614            '2T1C' 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: "64B 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-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-ndr"
4630   algorithm: "plot_service_density_heatmap"
4631   output-file-type: ".html"
4632   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-vsc-ndr"
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            '4T2C' and
4640            'NDRPDR'"
4641   parameters:
4642   - "throughput"
4643   - "name"
4644   - "tags"
4645   include-tests: "NDR" # "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 NDR) [Mpps]"
4649   layout:
4650     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-ndr"
4651     layout: "plot-service-density"
4652
4653 - type: "plot"
4654   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-ndr"
4655   algorithm: "plot_service_density_heatmap"
4656   output-file-type: ".html"
4657   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-vsc-ndr"
4658   data: "plot-vpp-nfv-2n-skx"
4659   filter: "'NIC_Intel-X710' and
4660            'NF_DENSITY' and
4661            'VM' and
4662            'CHAIN' and
4663            'IMIX' and
4664            '2T1C' and
4665            'NDRPDR'"
4666   parameters:
4667   - "throughput"
4668   - "name"
4669   - "tags"
4670   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4671   x-axis: "X = VNFs per Service Chain"
4672   y-axis: "Y = Number of Service Chains"
4673   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
4674   layout:
4675     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-ndr"
4676     layout: "plot-service-density"
4677
4678 - type: "plot"
4679   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-ndr"
4680   algorithm: "plot_service_density_heatmap"
4681   output-file-type: ".html"
4682   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-vsc-ndr"
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            '4T2C' and
4690            'NDRPDR'"
4691   parameters:
4692   - "throughput"
4693   - "name"
4694   - "tags"
4695   include-tests: "NDR" # "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 NDR) [Mpps]"
4699   layout:
4700     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-ndr"
4701     layout: "plot-service-density"
4702
4703 - type: "plot"
4704   title: "Packet Throughput: 64B-1c-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-64b-2t1c-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            '64B' and
4714            '2T1C' 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: "64B 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 - type: "plot"
4729   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-pdr"
4730   algorithm: "plot_service_density_heatmap"
4731   output-file-type: ".html"
4732   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-vsc-pdr"
4733   data: "plot-vpp-nfv-2n-skx"
4734   filter: "'NIC_Intel-X710' and
4735            'NF_DENSITY' and
4736            'VM' and
4737            'CHAIN' and
4738            '64B' and
4739            '4T2C' and
4740            'NDRPDR'"
4741   parameters:
4742   - "throughput"
4743   - "name"
4744   - "tags"
4745   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4746   x-axis: "X = VNFs per Service Chain"
4747   y-axis: "Y = Number of Service Chains"
4748   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
4749   layout:
4750     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-pdr"
4751     layout: "plot-service-density"
4752
4753 - type: "plot"
4754   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-pdr"
4755   algorithm: "plot_service_density_heatmap"
4756   output-file-type: ".html"
4757   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-vsc-pdr"
4758   data: "plot-vpp-nfv-2n-skx"
4759   filter: "'NIC_Intel-X710' and
4760            'NF_DENSITY' and
4761            'VM' and
4762            'CHAIN' and
4763            'IMIX' and
4764            '2T1C' and
4765            'NDRPDR'"
4766   parameters:
4767   - "throughput"
4768   - "name"
4769   - "tags"
4770   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4771   x-axis: "X = VNFs per Service Chain"
4772   y-axis: "Y = Number of Service Chains"
4773   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
4774   layout:
4775     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-pdr"
4776     layout: "plot-service-density"
4777
4778 - type: "plot"
4779   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-pdr"
4780   algorithm: "plot_service_density_heatmap"
4781   output-file-type: ".html"
4782   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-vsc-pdr"
4783   data: "plot-vpp-nfv-2n-skx"
4784   filter: "'NIC_Intel-X710' and
4785            'NF_DENSITY' and
4786            'VM' and
4787            'CHAIN' and
4788            'IMIX' and
4789            '4T2C' and
4790            'NDRPDR'"
4791   parameters:
4792   - "throughput"
4793   - "name"
4794   - "tags"
4795   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4796   x-axis: "X = VNFs per Service Chain"
4797   y-axis: "Y = Number of Service Chains"
4798   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
4799   layout:
4800     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-pdr"
4801     layout: "plot-service-density"
4802
4803 ################################################################################
4804 # Plots - NF Density - CSC
4805
4806 - type: "plot"
4807   title: "Packet Throughput: 64B-1c-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-64b-2t1c-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            '64B' and
4817            '2T1C' 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: "64B 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-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-mrr"
4833   algorithm: "plot_service_density_heatmap"
4834   output-file-type: ".html"
4835   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csc-mrr"
4836   data: "plot-vpp-nfv-2n-skx-mrr"
4837   filter: "'NIC_Intel-X710' and
4838            'NF_DENSITY' and
4839            'DOCKER' and
4840            'CHAIN' and
4841            '64B' and
4842            '4T2C' and
4843            'MRR'"
4844   parameters:
4845   - "result"
4846   - "name"
4847   - "tags"
4848   include-tests: "MRR" # "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 MRR) [Mpps]"
4852   layout:
4853     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-mrr"
4854     layout: "plot-service-density"
4855
4856 - type: "plot"
4857   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-mrr"
4858   algorithm: "plot_service_density_heatmap"
4859   output-file-type: ".html"
4860   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csc-mrr"
4861   data: "plot-vpp-nfv-2n-skx-mrr"
4862   filter: "'NIC_Intel-X710' and
4863            'NF_DENSITY' and
4864            'DOCKER' and
4865            'CHAIN' and
4866            'IMIX' and
4867            '2T1C' and
4868            'MRR'"
4869   parameters:
4870   - "result"
4871   - "name"
4872   - "tags"
4873   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4874   x-axis: "X = CNFs per Service Chain"
4875   y-axis: "Y = Number of Service Chains"
4876   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
4877   layout:
4878     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-mrr"
4879     layout: "plot-service-density"
4880
4881 - type: "plot"
4882   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-mrr"
4883   algorithm: "plot_service_density_heatmap"
4884   output-file-type: ".html"
4885   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csc-mrr"
4886   data: "plot-vpp-nfv-2n-skx-mrr"
4887   filter: "'NIC_Intel-X710' and
4888            'NF_DENSITY' and
4889            'DOCKER' and
4890            'CHAIN' and
4891            'IMIX' and
4892            '4T2C' and
4893            'MRR'"
4894   parameters:
4895   - "result"
4896   - "name"
4897   - "tags"
4898   include-tests: "MRR" # "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 MRR) [Mpps]"
4902   layout:
4903     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-mrr"
4904     layout: "plot-service-density"
4905
4906 - type: "plot"
4907   title: "Packet Throughput: 64B-1c-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-64b-2t1c-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            '64B' and
4917            '2T1C' 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: "64B 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-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-ndr"
4933   algorithm: "plot_service_density_heatmap"
4934   output-file-type: ".html"
4935   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csc-ndr"
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            '4T2C' and
4943            'NDRPDR'"
4944   parameters:
4945   - "throughput"
4946   - "name"
4947   - "tags"
4948   include-tests: "NDR" # "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 NDR) [Mpps]"
4952   layout:
4953     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-ndr"
4954     layout: "plot-service-density"
4955
4956 - type: "plot"
4957   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-ndr"
4958   algorithm: "plot_service_density_heatmap"
4959   output-file-type: ".html"
4960   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csc-ndr"
4961   data: "plot-vpp-nfv-2n-skx"
4962   filter: "'NIC_Intel-X710' and
4963            'NF_DENSITY' and
4964            'DOCKER' and
4965            'CHAIN' and
4966            'IMIX' and
4967            '2T1C' and
4968            'NDRPDR'"
4969   parameters:
4970   - "throughput"
4971   - "name"
4972   - "tags"
4973   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4974   x-axis: "X = CNFs per Service Chain"
4975   y-axis: "Y = Number of Service Chains"
4976   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
4977   layout:
4978     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-ndr"
4979     layout: "plot-service-density"
4980
4981 - type: "plot"
4982   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-ndr"
4983   algorithm: "plot_service_density_heatmap"
4984   output-file-type: ".html"
4985   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csc-ndr"
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            '4T2C' and
4993            'NDRPDR'"
4994   parameters:
4995   - "throughput"
4996   - "name"
4997   - "tags"
4998   include-tests: "NDR" # "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 NDR) [Mpps]"
5002   layout:
5003     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-ndr"
5004     layout: "plot-service-density"
5005
5006 - type: "plot"
5007   title: "Packet Throughput: 64B-1c-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-64b-2t1c-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            '64B' and
5017            '2T1C' 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: "64B 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 - type: "plot"
5032   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-pdr"
5033   algorithm: "plot_service_density_heatmap"
5034   output-file-type: ".html"
5035   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csc-pdr"
5036   data: "plot-vpp-nfv-2n-skx"
5037   filter: "'NIC_Intel-X710' and
5038            'NF_DENSITY' and
5039            'DOCKER' and
5040            'CHAIN' and
5041            '64B' and
5042            '4T2C' and
5043            'NDRPDR'"
5044   parameters:
5045   - "throughput"
5046   - "name"
5047   - "tags"
5048   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5049   x-axis: "X = CNFs per Service Chain"
5050   y-axis: "Y = Number of Service Chains"
5051   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5052   layout:
5053     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-pdr"
5054     layout: "plot-service-density"
5055
5056 - type: "plot"
5057   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-pdr"
5058   algorithm: "plot_service_density_heatmap"
5059   output-file-type: ".html"
5060   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csc-pdr"
5061   data: "plot-vpp-nfv-2n-skx"
5062   filter: "'NIC_Intel-X710' and
5063            'NF_DENSITY' and
5064            'DOCKER' and
5065            'CHAIN' and
5066            'IMIX' and
5067            '2T1C' and
5068            'NDRPDR'"
5069   parameters:
5070   - "throughput"
5071   - "name"
5072   - "tags"
5073   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5074   x-axis: "X = CNFs per Service Chain"
5075   y-axis: "Y = Number of Service Chains"
5076   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5077   layout:
5078     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-pdr"
5079     layout: "plot-service-density"
5080
5081 - type: "plot"
5082   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-pdr"
5083   algorithm: "plot_service_density_heatmap"
5084   output-file-type: ".html"
5085   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csc-pdr"
5086   data: "plot-vpp-nfv-2n-skx"
5087   filter: "'NIC_Intel-X710' and
5088            'NF_DENSITY' and
5089            'DOCKER' and
5090            'CHAIN' and
5091            'IMIX' and
5092            '4T2C' and
5093            'NDRPDR'"
5094   parameters:
5095   - "throughput"
5096   - "name"
5097   - "tags"
5098   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5099   x-axis: "X = CNFs per Service Chain"
5100   y-axis: "Y = Number of Service Chains"
5101   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5102   layout:
5103     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-pdr"
5104     layout: "plot-service-density"
5105
5106 ################################################################################
5107 # Plots - NF Density - CSP
5108
5109 - type: "plot"
5110   title: "Packet Throughput: 64B-1c-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-64b-2t1c-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            '64B' and
5120            '2T1C' 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: "64B 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-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-mrr"
5136   algorithm: "plot_service_density_heatmap"
5137   output-file-type: ".html"
5138   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csp-mrr"
5139   data: "plot-vpp-nfv-2n-skx-mrr"
5140   filter: "'NIC_Intel-X710' and
5141            'NF_DENSITY' and
5142            'DOCKER' and
5143            'PIPELINE' and
5144            '64B' and
5145            '4T2C' and
5146            'MRR'"
5147   parameters:
5148   - "result"
5149   - "name"
5150   - "tags"
5151   include-tests: "MRR" # "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 MRR) [Mpps]"
5155   layout:
5156     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-mrr"
5157     layout: "plot-service-density"
5158
5159 - type: "plot"
5160   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-mrr"
5161   algorithm: "plot_service_density_heatmap"
5162   output-file-type: ".html"
5163   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csp-mrr"
5164   data: "plot-vpp-nfv-2n-skx-mrr"
5165   filter: "'NIC_Intel-X710' and
5166            'NF_DENSITY' and
5167            'DOCKER' and
5168            'PIPELINE' and
5169            'IMIX' and
5170            '2T1C' and
5171            'MRR'"
5172   parameters:
5173   - "result"
5174   - "name"
5175   - "tags"
5176   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5177   x-axis: "X = CNFs per Service Pipeline"
5178   y-axis: "Y = Number of Service Pipelines"
5179   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5180   layout:
5181     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-mrr"
5182     layout: "plot-service-density"
5183
5184 - type: "plot"
5185   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-mrr"
5186   algorithm: "plot_service_density_heatmap"
5187   output-file-type: ".html"
5188   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csp-mrr"
5189   data: "plot-vpp-nfv-2n-skx-mrr"
5190   filter: "'NIC_Intel-X710' and
5191            'NF_DENSITY' and
5192            'DOCKER' and
5193            'PIPELINE' and
5194            'IMIX' and
5195            '4T2C' and
5196            'MRR'"
5197   parameters:
5198   - "result"
5199   - "name"
5200   - "tags"
5201   include-tests: "MRR" # "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 MRR) [Mpps]"
5205   layout:
5206     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-mrr"
5207     layout: "plot-service-density"
5208
5209 - type: "plot"
5210   title: "Packet Throughput: 64B-1c-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-64b-2t1c-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            '64B' and
5220            '2T1C' 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: "64B 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-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-ndr"
5236   algorithm: "plot_service_density_heatmap"
5237   output-file-type: ".html"
5238   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csp-ndr"
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            '4T2C' and
5246            'NDRPDR'"
5247   parameters:
5248   - "throughput"
5249   - "name"
5250   - "tags"
5251   include-tests: "NDR" # "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 NDR) [Mpps]"
5255   layout:
5256     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-ndr"
5257     layout: "plot-service-density"
5258
5259 - type: "plot"
5260   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-ndr"
5261   algorithm: "plot_service_density_heatmap"
5262   output-file-type: ".html"
5263   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csp-ndr"
5264   data: "plot-vpp-nfv-2n-skx"
5265   filter: "'NIC_Intel-X710' and
5266            'NF_DENSITY' and
5267            'DOCKER' and
5268            'PIPELINE' and
5269            'IMIX' and
5270            '2T1C' and
5271            'NDRPDR'"
5272   parameters:
5273   - "throughput"
5274   - "name"
5275   - "tags"
5276   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5277   x-axis: "X = CNFs per Service Pipeline"
5278   y-axis: "Y = Number of Service Pipelines"
5279   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5280   layout:
5281     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-ndr"
5282     layout: "plot-service-density"
5283
5284 - type: "plot"
5285   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-ndr"
5286   algorithm: "plot_service_density_heatmap"
5287   output-file-type: ".html"
5288   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csp-ndr"
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            '4T2C' and
5296            'NDRPDR'"
5297   parameters:
5298   - "throughput"
5299   - "name"
5300   - "tags"
5301   include-tests: "NDR" # "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 NDR) [Mpps]"
5305   layout:
5306     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-ndr"
5307     layout: "plot-service-density"
5308
5309 - type: "plot"
5310   title: "Packet Throughput: 64B-1c-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-64b-2t1c-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            '64B' and
5320            '2T1C' 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: "64B 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 - type: "plot"
5335   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-pdr"
5336   algorithm: "plot_service_density_heatmap"
5337   output-file-type: ".html"
5338   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csp-pdr"
5339   data: "plot-vpp-nfv-2n-skx"
5340   filter: "'NIC_Intel-X710' and
5341            'NF_DENSITY' and
5342            'DOCKER' and
5343            'PIPELINE' and
5344            '64B' and
5345            '4T2C' and
5346            'NDRPDR'"
5347   parameters:
5348   - "throughput"
5349   - "name"
5350   - "tags"
5351   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5352   x-axis: "X = CNFs per Service Pipeline"
5353   y-axis: "Y = Number of Service Pipelines"
5354   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5355   layout:
5356     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-pdr"
5357     layout: "plot-service-density"
5358
5359 - type: "plot"
5360   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-pdr"
5361   algorithm: "plot_service_density_heatmap"
5362   output-file-type: ".html"
5363   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csp-pdr"
5364   data: "plot-vpp-nfv-2n-skx"
5365   filter: "'NIC_Intel-X710' and
5366            'NF_DENSITY' and
5367            'DOCKER' and
5368            'PIPELINE' and
5369            'IMIX' and
5370            '2T1C' and
5371            'NDRPDR'"
5372   parameters:
5373   - "throughput"
5374   - "name"
5375   - "tags"
5376   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5377   x-axis: "X = CNFs per Service Pipeline"
5378   y-axis: "Y = Number of Service Pipelines"
5379   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5380   layout:
5381     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-pdr"
5382     layout: "plot-service-density"
5383
5384 - type: "plot"
5385   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-pdr"
5386   algorithm: "plot_service_density_heatmap"
5387   output-file-type: ".html"
5388   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csp-pdr"
5389   data: "plot-vpp-nfv-2n-skx"
5390   filter: "'NIC_Intel-X710' and
5391            'NF_DENSITY' and
5392            'DOCKER' and
5393            'PIPELINE' and
5394            'IMIX' and
5395            '4T2C' and
5396            'NDRPDR'"
5397   parameters:
5398   - "throughput"
5399   - "name"
5400   - "tags"
5401   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5402   x-axis: "X = CNFs per Service Pipeline"
5403   y-axis: "Y = Number of Service Pipelines"
5404   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5405   layout:
5406     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-pdr"
5407     layout: "plot-service-density"
5408
5409 ################################################################################
5410 # Plots VPP HTTP Server Performance
5411 - type: "plot"
5412   title: "VPP HTTP Server Performance"
5413   algorithm: "plot_http_server_performance_box"
5414   output-file-type: ".html"
5415   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
5416   data:
5417     "plot-vpp-http-server-performance"
5418   # Keep this formatting, the filter is enclosed with " (quotation mark) and
5419   # each tag is enclosed with ' (apostrophe).
5420   filter: "'HTTP' and 'TCP_CPS'"
5421   parameters:
5422   - "result"
5423   - "name"
5424   traces:
5425     hoverinfo: "x+y"
5426     boxpoints: "outliers"
5427     whiskerwidth: 0
5428   layout:
5429     title: "VPP HTTP Server Performance"
5430     layout:
5431       "plot-cps"
5432
5433 - type: "plot"
5434   title: "VPP HTTP Server Performance"
5435   algorithm: "plot_http_server_performance_box"
5436   output-file-type: ".html"
5437   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
5438   data:
5439     "plot-vpp-http-server-performance"
5440   filter: "'HTTP' and 'TCP_RPS'"
5441   parameters:
5442   - "result"
5443   - "name"
5444   traces:
5445     hoverinfo: "x+y"
5446     boxpoints: "outliers"
5447     whiskerwidth: 0
5448   layout:
5449     title: "VPP HTTP Server Performance"
5450     layout:
5451       "plot-rps"
5452
5453 ################################################################################
5454
5455 # Packet Throughput - VPP L2 3n-hsw-x520 base and scale
5456 - type: "plot"
5457   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5458   algorithm: "plot_performance_box"
5459   output-file-type: ".html"
5460   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5461   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5462   filter: "'NIC_Intel-X520-DA2' and
5463            '64B' and
5464            ('BASE' or 'SCALE') and
5465            'NDRPDR' and
5466            'ETH' and
5467            '1T1C' and
5468            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5469            not 'VHOST' and
5470            not 'MEMIF'"
5471   parameters:
5472   - "throughput"
5473   - "parent"
5474   - "tags"
5475   sort:
5476   - "L2PATCH"
5477   - "L2XCBASE"
5478   - "BASE"
5479   - "FIB_10K"
5480   - "FIB_100K"
5481   - "FIB_1M"
5482   traces:
5483     hoverinfo: "x+y"
5484     boxpoints: "outliers"
5485     whiskerwidth: 0
5486   layout:
5487     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5488     layout: "plot-throughput"
5489
5490 - type: "plot"
5491   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5492   algorithm: "plot_performance_box"
5493   output-file-type: ".html"
5494   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5495   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5496   filter: "'NIC_Intel-X520-DA2' and
5497            '64B' and
5498            ('BASE' or 'SCALE') and
5499            'NDRPDR' and
5500            'ETH' and
5501            '1T1C' and
5502            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5503            not 'VHOST' and
5504            not 'MEMIF'"
5505   parameters:
5506   - "throughput"
5507   - "parent"
5508   - "tags"
5509   sort:
5510   - "L2PATCH"
5511   - "L2XCBASE"
5512   - "BASE"
5513   - "FIB_10K"
5514   - "FIB_100K"
5515   - "FIB_1M"
5516   traces:
5517     hoverinfo: "x+y"
5518     boxpoints: "outliers"
5519     whiskerwidth: 0
5520   layout:
5521     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5522     layout: "plot-throughput"
5523
5524 - type: "plot"
5525   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5526   algorithm: "plot_performance_box"
5527   output-file-type: ".html"
5528   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5529   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5530   filter: "'NIC_Intel-X520-DA2' and
5531            '64B' and
5532            ('BASE' or 'SCALE') and
5533            'NDRPDR' and
5534            'ETH' and
5535            '2T2C' and
5536            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5537            not 'VHOST' and
5538            not 'MEMIF'"
5539   parameters:
5540   - "throughput"
5541   - "parent"
5542   - "tags"
5543   sort:
5544   - "L2PATCH"
5545   - "L2XCBASE"
5546   - "BASE"
5547   - "FIB_10K"
5548   - "FIB_100K"
5549   - "FIB_1M"
5550   traces:
5551     hoverinfo: "x+y"
5552     boxpoints: "outliers"
5553     whiskerwidth: 0
5554   layout:
5555     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5556     layout: "plot-throughput"
5557
5558 - type: "plot"
5559   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
5560   algorithm: "plot_performance_box"
5561   output-file-type: ".html"
5562   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
5563   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5564   filter: "'NIC_Intel-X520-DA2' and
5565            '64B' and
5566            ('BASE' or 'SCALE') and
5567            'NDRPDR' and
5568            'ETH' and
5569            '2T2C' and
5570            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5571            not 'VHOST' and
5572            not 'MEMIF'"
5573   parameters:
5574   - "throughput"
5575   - "parent"
5576   - "tags"
5577   sort:
5578   - "L2PATCH"
5579   - "L2XCBASE"
5580   - "BASE"
5581   - "FIB_10K"
5582   - "FIB_100K"
5583   - "FIB_1M"
5584   traces:
5585     hoverinfo: "x+y"
5586     boxpoints: "outliers"
5587     whiskerwidth: 0
5588   layout:
5589     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
5590     layout: "plot-throughput"
5591
5592 # Packet Throughput - VPP L2 3n-hsw-x520 features
5593 - type: "plot"
5594   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
5595   algorithm: "plot_performance_box"
5596   output-file-type: ".html"
5597   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
5598   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5599   filter: "'NIC_Intel-X520-DA2' and
5600            '64B' and
5601            'NDRPDR' and
5602            '1T1C' and
5603            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
5604            not 'ACL' and
5605            not 'VHOST' and
5606            not 'MEMIF'"
5607   parameters:
5608   - "throughput"
5609   - "parent"
5610   - "tags"
5611   sort:
5612   - "L2XCBASE"    # l2xcbase
5613   - "L2BDBASE"    # l2bdbase
5614   - "L2XCFWD"     # dot1q-l2xcbase
5615   - "L2BDMACLRN"  # dot1q-l2bdbase
5616   traces:
5617     hoverinfo: "x+y"
5618     boxpoints: "outliers"
5619     whiskerwidth: 0
5620   layout:
5621     title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
5622     layout: "plot-throughput"
5623
5624 - type: "plot"
5625   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
5626   algorithm: "plot_performance_box"
5627   output-file-type: ".html"
5628   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
5629   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5630   filter: "'NIC_Intel-X520-DA2' and
5631            '64B' and
5632            'NDRPDR' and
5633            '1T1C' and
5634            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
5635            not 'ACL' and
5636            not 'VHOST' and
5637            not 'MEMIF'"
5638   parameters:
5639   - "throughput"
5640   - "parent"
5641   - "tags"
5642   sort:
5643   - "L2XCBASE"    # l2xcbase
5644   - "L2BDBASE"    # l2bdbase
5645   - "L2XCFWD"     # dot1q-l2xcbase
5646   - "L2BDMACLRN"  # dot1q-l2bdbase
5647   traces:
5648     hoverinfo: "x+y"
5649     boxpoints: "outliers"
5650     whiskerwidth: 0
5651   layout:
5652     title: "l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
5653     layout: "plot-throughput"
5654
5655 - type: "plot"
5656   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
5657   algorithm: "plot_performance_box"
5658   output-file-type: ".html"
5659   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
5660   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5661   filter: "'NIC_Intel-X520-DA2' and
5662            '64B' and
5663            'NDRPDR' and
5664            '2T2C' and
5665            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
5666            not 'ACL' and
5667            not 'VHOST' and
5668            not 'MEMIF'"
5669   parameters:
5670   - "throughput"
5671   - "parent"
5672   - "tags"
5673   sort:
5674   - "L2XCBASE"    # l2xcbase
5675   - "L2BDBASE"    # l2bdbase
5676   - "L2XCFWD"     # dot1q-l2xcbase
5677   - "L2BDMACLRN"  # dot1q-l2bdbase
5678   traces:
5679     hoverinfo: "x+y"
5680     boxpoints: "outliers"
5681     whiskerwidth: 0
5682   layout:
5683     title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
5684     layout: "plot-throughput"
5685
5686 - type: "plot"
5687   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
5688   algorithm: "plot_performance_box"
5689   output-file-type: ".html"
5690   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
5691   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5692   filter: "'NIC_Intel-X520-DA2' and
5693            '64B' and
5694            'NDRPDR' and
5695            '2T2C' and
5696            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
5697            not 'ACL' and
5698            not 'VHOST' and
5699            not 'MEMIF'"
5700   parameters:
5701   - "throughput"
5702   - "parent"
5703   - "tags"
5704   sort:
5705   - "L2XCBASE"    # l2xcbase
5706   - "L2BDBASE"    # l2bdbase
5707   - "L2XCFWD"     # dot1q-l2xcbase
5708   - "L2BDMACLRN"  # dot1q-l2bdbase
5709   traces:
5710     hoverinfo: "x+y"
5711     boxpoints: "outliers"
5712     whiskerwidth: 0
5713   layout:
5714     title: "l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
5715     layout: "plot-throughput"
5716
5717 # Packet Throughput - VPP L2 3n-hsw-x520 features-iacl
5718 - type: "plot"
5719   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
5720   algorithm: "plot_performance_box"
5721   output-file-type: ".html"
5722   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
5723   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5724   filter: "'NIC_Intel-X520-DA2' and
5725            '64B' and
5726            'NDRPDR' and
5727            '1T1C' and
5728            'FEATURE' and
5729            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
5730            'IACL' and
5731            ('ACL1' or 'ACL50') and
5732            ('10K_FLOWS' or '10k_FLOWS') and
5733            not 'MACIP' and
5734            not 'VHOST' and
5735            not 'MEMIF'"
5736   parameters:
5737   - "throughput"
5738   - "parent"
5739   - "tags"
5740   traces:
5741     hoverinfo: "x+y"
5742     boxpoints: "outliers"
5743     whiskerwidth: 0
5744   layout:
5745     title: "l2sw-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
5746     layout: "plot-throughput"
5747
5748 - type: "plot"
5749   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
5750   algorithm: "plot_performance_box"
5751   output-file-type: ".html"
5752   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
5753   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5754   filter: "'NIC_Intel-X520-DA2' and
5755            '64B' and
5756            'NDRPDR' and
5757            '1T1C' and
5758            'FEATURE' and
5759            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
5760            'IACL' and
5761            ('ACL1' or 'ACL50') and
5762            ('10K_FLOWS' or '10k_FLOWS') and
5763            not 'MACIP' and
5764            not 'VHOST' and
5765            not 'MEMIF'"
5766   parameters:
5767   - "throughput"
5768   - "parent"
5769   - "tags"
5770   traces:
5771     hoverinfo: "x+y"
5772     boxpoints: "outliers"
5773     whiskerwidth: 0
5774   layout:
5775     title: "l2sw-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
5776     layout: "plot-throughput"
5777
5778 - type: "plot"
5779   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
5780   algorithm: "plot_performance_box"
5781   output-file-type: ".html"
5782   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
5783   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5784   filter: "'NIC_Intel-X520-DA2' and
5785            '64B' and
5786            'NDRPDR' and
5787            '2T2C' and
5788            'FEATURE' and
5789            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
5790            'IACL' and
5791            ('ACL1' or 'ACL50') and
5792            ('10K_FLOWS' or '10k_FLOWS') and
5793            not 'MACIP' and
5794            not 'VHOST' and
5795            not 'MEMIF'"
5796   parameters:
5797   - "throughput"
5798   - "parent"
5799   - "tags"
5800   traces:
5801     hoverinfo: "x+y"
5802     boxpoints: "outliers"
5803     whiskerwidth: 0
5804   layout:
5805     title: "l2sw-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
5806     layout: "plot-throughput"
5807
5808 - type: "plot"
5809   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
5810   algorithm: "plot_performance_box"
5811   output-file-type: ".html"
5812   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
5813   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5814   filter: "'NIC_Intel-X520-DA2' and
5815            '64B' and
5816            'NDRPDR' and
5817            '2T2C' and
5818            'FEATURE' and
5819            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
5820            'IACL' and
5821            ('ACL1' or 'ACL50') and
5822            ('10K_FLOWS' or '10k_FLOWS') and
5823            not 'MACIP' and
5824            not 'VHOST' and
5825            not 'MEMIF'"
5826   parameters:
5827   - "throughput"
5828   - "parent"
5829   - "tags"
5830   traces:
5831     hoverinfo: "x+y"
5832     boxpoints: "outliers"
5833     whiskerwidth: 0
5834   layout:
5835     title: "l2sw-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
5836     layout: "plot-throughput"
5837
5838 # Packet Throughput - VPP L2 3n-hsw-x520 features-oacl
5839 - type: "plot"
5840   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
5841   algorithm: "plot_performance_box"
5842   output-file-type: ".html"
5843   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
5844   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5845   filter: "'NIC_Intel-X520-DA2' and
5846            '64B' and
5847            'NDRPDR' and
5848            '1T1C' and
5849            'FEATURE' and
5850            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
5851            'OACL' and
5852            ('ACL1' or 'ACL50') and
5853            ('10K_FLOWS' or '10k_FLOWS') and
5854            not 'MACIP' and
5855            not 'VHOST' and
5856            not 'MEMIF'"
5857   parameters:
5858   - "throughput"
5859   - "parent"
5860   - "tags"
5861   traces:
5862     hoverinfo: "x+y"
5863     boxpoints: "outliers"
5864     whiskerwidth: 0
5865   layout:
5866     title: "l2sw-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
5867     layout: "plot-throughput"
5868
5869 - type: "plot"
5870   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
5871   algorithm: "plot_performance_box"
5872   output-file-type: ".html"
5873   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
5874   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5875   filter: "'NIC_Intel-X520-DA2' and
5876            '64B' and
5877            'NDRPDR' and
5878            '1T1C' and
5879            'FEATURE' and
5880            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
5881            'OACL' and
5882            ('ACL1' or 'ACL50') and
5883            ('10K_FLOWS' or '10k_FLOWS') and
5884            not 'MACIP' and
5885            not 'VHOST' and
5886            not 'MEMIF'"
5887   parameters:
5888   - "throughput"
5889   - "parent"
5890   - "tags"
5891   traces:
5892     hoverinfo: "x+y"
5893     boxpoints: "outliers"
5894     whiskerwidth: 0
5895   layout:
5896     title: "l2sw-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
5897     layout: "plot-throughput"
5898
5899 - type: "plot"
5900   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
5901   algorithm: "plot_performance_box"
5902   output-file-type: ".html"
5903   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
5904   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5905   filter: "'NIC_Intel-X520-DA2' and
5906            '64B' and
5907            'NDRPDR' and
5908            '2T2C' and
5909            'FEATURE' and
5910            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
5911            'OACL' and
5912            ('ACL1' or 'ACL50') and
5913            ('10K_FLOWS' or '10k_FLOWS') and
5914            not 'MACIP' and
5915            not 'VHOST' and
5916            not 'MEMIF'"
5917   parameters:
5918   - "throughput"
5919   - "parent"
5920   - "tags"
5921   traces:
5922     hoverinfo: "x+y"
5923     boxpoints: "outliers"
5924     whiskerwidth: 0
5925   layout:
5926     title: "l2sw-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
5927     layout: "plot-throughput"
5928
5929 - type: "plot"
5930   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
5931   algorithm: "plot_performance_box"
5932   output-file-type: ".html"
5933   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
5934   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5935   filter: "'NIC_Intel-X520-DA2' and
5936            '64B' and
5937            'NDRPDR' and
5938            '2T2C' and
5939            'FEATURE' and
5940            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
5941            'OACL' and
5942            ('ACL1' or 'ACL50') and
5943            ('10K_FLOWS' or '10k_FLOWS') and
5944            not 'MACIP' and
5945            not 'VHOST' and
5946            not 'MEMIF'"
5947   parameters:
5948   - "throughput"
5949   - "parent"
5950   - "tags"
5951   traces:
5952     hoverinfo: "x+y"
5953     boxpoints: "outliers"
5954     whiskerwidth: 0
5955   layout:
5956     title: "l2sw-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
5957     layout: "plot-throughput"
5958
5959 # Packet Throughput - VPP L2 3n-hsw-x520 features-macip
5960 - type: "plot"
5961   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-macip-ndr"
5962   algorithm: "plot_performance_box"
5963   output-file-type: ".html"
5964   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-macip-ndr"
5965   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5966   filter: "'NIC_Intel-X520-DA2' and
5967            '64B' and
5968            'NDRPDR' and
5969            '1T1C' and
5970            'FEATURE' and
5971            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
5972            'MACIP' and
5973            ('ACL1' or 'ACL50') and
5974            ('10K_FLOWS' or '10k_FLOWS') and
5975            not 'VHOST' and
5976            not 'MEMIF'"
5977   parameters:
5978   - "throughput"
5979   - "parent"
5980   - "tags"
5981   traces:
5982     hoverinfo: "x+y"
5983     boxpoints: "outliers"
5984     whiskerwidth: 0
5985   layout:
5986     title: "l2sw-3n-hsw-x520-64b-1t1c-features-macip-ndr"
5987     layout: "plot-throughput"
5988
5989 - type: "plot"
5990   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-macip-pdr"
5991   algorithm: "plot_performance_box"
5992   output-file-type: ".html"
5993   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-macip-pdr"
5994   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
5995   filter: "'NIC_Intel-X520-DA2' and
5996            '64B' and
5997            'NDRPDR' and
5998            '1T1C' and
5999            'FEATURE' and
6000            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6001            'MACIP' and
6002            ('ACL1' or 'ACL50') and
6003            ('10K_FLOWS' or '10k_FLOWS') and
6004            not 'VHOST' and
6005            not 'MEMIF'"
6006   parameters:
6007   - "throughput"
6008   - "parent"
6009   - "tags"
6010   traces:
6011     hoverinfo: "x+y"
6012     boxpoints: "outliers"
6013     whiskerwidth: 0
6014   layout:
6015     title: "l2sw-3n-hsw-x520-64b-1t1c-features-macip-pdr"
6016     layout: "plot-throughput"
6017
6018 - type: "plot"
6019   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-macip-ndr"
6020   algorithm: "plot_performance_box"
6021   output-file-type: ".html"
6022   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-macip-ndr"
6023   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6024   filter: "'NIC_Intel-X520-DA2' and
6025            '64B' and
6026            'NDRPDR' and
6027            '2T2C' and
6028            'FEATURE' and
6029            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6030            'MACIP' and
6031            ('ACL1' or 'ACL50') and
6032            ('10K_FLOWS' or '10k_FLOWS') and
6033            not 'VHOST' and
6034            not 'MEMIF'"
6035   parameters:
6036   - "throughput"
6037   - "parent"
6038   - "tags"
6039   traces:
6040     hoverinfo: "x+y"
6041     boxpoints: "outliers"
6042     whiskerwidth: 0
6043   layout:
6044     title: "l2sw-3n-hsw-x520-64b-2t2c-features-macip-ndr"
6045     layout: "plot-throughput"
6046
6047 - type: "plot"
6048   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-macip-pdr"
6049   algorithm: "plot_performance_box"
6050   output-file-type: ".html"
6051   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-macip-pdr"
6052   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6053   filter: "'NIC_Intel-X520-DA2' and
6054            '64B' and
6055            'NDRPDR' and
6056            '2T2C' and
6057            'FEATURE' and
6058            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6059            'MACIP' and
6060            ('ACL1' or 'ACL50') and
6061            ('10K_FLOWS' or '10k_FLOWS') and
6062            not 'VHOST' and
6063            not 'MEMIF'"
6064   parameters:
6065   - "throughput"
6066   - "parent"
6067   - "tags"
6068   traces:
6069     hoverinfo: "x+y"
6070     boxpoints: "outliers"
6071     whiskerwidth: 0
6072   layout:
6073     title: "l2sw-3n-hsw-x520-64b-2t2c-features-macip-pdr"
6074     layout: "plot-throughput"
6075
6076 # Packet Throughput - VPP L2 3n-hsw-x710 base and scale
6077 - type: "plot"
6078   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6079   algorithm: "plot_performance_box"
6080   output-file-type: ".html"
6081   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6082   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6083   filter: "'NIC_Intel-X710' and
6084            '64B' and
6085            ('BASE' or 'SCALE') and
6086            'NDRPDR' and
6087            'ETH' and
6088            '1T1C' and
6089            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6090            not 'VHOST' and
6091            not 'MEMIF'"
6092   parameters:
6093   - "throughput"
6094   - "parent"
6095   - "tags"
6096   sort:
6097   - "L2PATCH"
6098   - "L2XCFWD"
6099   - "L2BDMACLRN"
6100   - "FIB_10K"
6101   - "FIB_100K"
6102   - "FIB_1M"
6103   traces:
6104     hoverinfo: "x+y"
6105     boxpoints: "outliers"
6106     whiskerwidth: 0
6107   layout:
6108     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6109     layout: "plot-throughput"
6110
6111 - type: "plot"
6112   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
6113   algorithm: "plot_performance_box"
6114   output-file-type: ".html"
6115   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
6116   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6117   filter: "'NIC_Intel-X710' and
6118            '64B' and
6119            ('BASE' or 'SCALE') and
6120            'NDRPDR' and
6121            'ETH' and
6122            '1T1C' and
6123            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6124            not 'VHOST' and
6125            not 'MEMIF'"
6126   parameters:
6127   - "throughput"
6128   - "parent"
6129   - "tags"
6130   sort:
6131   - "L2PATCH"
6132   - "L2XCFWD"
6133   - "L2BDMACLRN"
6134   - "FIB_10K"
6135   - "FIB_100K"
6136   - "FIB_1M"
6137   traces:
6138     hoverinfo: "x+y"
6139     boxpoints: "outliers"
6140     whiskerwidth: 0
6141   layout:
6142     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
6143     layout: "plot-throughput"
6144
6145 - type: "plot"
6146   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
6147   algorithm: "plot_performance_box"
6148   output-file-type: ".html"
6149   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
6150   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6151   filter: "'NIC_Intel-X710' and
6152            '64B' and
6153            ('BASE' or 'SCALE') and
6154            'NDRPDR' and
6155            'ETH' and
6156            '2T2C' and
6157            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6158            not 'VHOST' and
6159            not 'MEMIF'"
6160   parameters:
6161   - "throughput"
6162   - "parent"
6163   - "tags"
6164   sort:
6165   - "L2PATCH"
6166   - "L2XCFWD"
6167   - "L2BDMACLRN"
6168   - "FIB_10K"
6169   - "FIB_100K"
6170   - "FIB_1M"
6171   traces:
6172     hoverinfo: "x+y"
6173     boxpoints: "outliers"
6174     whiskerwidth: 0
6175   layout:
6176     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
6177     layout: "plot-throughput"
6178
6179 - type: "plot"
6180   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
6181   algorithm: "plot_performance_box"
6182   output-file-type: ".html"
6183   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
6184   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6185   filter: "'NIC_Intel-X710' and
6186            '64B' and
6187            ('BASE' or 'SCALE') and
6188            'NDRPDR' and
6189            'ETH' and
6190            '2T2C' and
6191            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6192            not 'VHOST' and
6193            not 'MEMIF'"
6194   parameters:
6195   - "throughput"
6196   - "parent"
6197   - "tags"
6198   sort:
6199   - "L2PATCH"
6200   - "L2XCFWD"
6201   - "L2BDMACLRN"
6202   - "FIB_10K"
6203   - "FIB_100K"
6204   - "FIB_1M"
6205   traces:
6206     hoverinfo: "x+y"
6207     boxpoints: "outliers"
6208     whiskerwidth: 0
6209   layout:
6210     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
6211     layout: "plot-throughput"
6212
6213 # Packet Throughput - VPP L2 3n-hsw-x710 features
6214 - type: "plot"
6215   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
6216   algorithm: "plot_performance_box"
6217   output-file-type: ".html"
6218   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
6219   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6220   filter: "'NIC_Intel-X710' and
6221            '64B' and
6222            'NDRPDR' and
6223            '1T1C' and
6224            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6225            not 'ACL' and
6226            not 'VHOST' and
6227            not 'L2OVRLAY' and
6228            not 'MEMIF'"
6229   parameters:
6230   - "throughput"
6231   - "parent"
6232   - "tags"
6233   sort:
6234   - "L2XCBASE"    # l2xcbase
6235   - "L2BDBASE"    # l2bdbase
6236   - "L2XCFWD"     # dot1q-l2xcbase
6237   - "L2BDMACLRN"  # dot1q-l2bdbase
6238   traces:
6239     hoverinfo: "x+y"
6240     boxpoints: "outliers"
6241     whiskerwidth: 0
6242   layout:
6243     title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
6244     layout: "plot-throughput"
6245
6246 - type: "plot"
6247   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
6248   algorithm: "plot_performance_box"
6249   output-file-type: ".html"
6250   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
6251   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6252   filter: "'NIC_Intel-X710' and
6253            '64B' and
6254            'NDRPDR' and
6255            '1T1C' and
6256            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6257            not 'ACL' and
6258            not 'VHOST' and
6259            not 'L2OVRLAY' and
6260            not 'MEMIF'"
6261   parameters:
6262   - "throughput"
6263   - "parent"
6264   - "tags"
6265   sort:
6266   - "L2XCBASE"    # l2xcbase
6267   - "L2BDBASE"    # l2bdbase
6268   - "L2XCFWD"     # dot1q-l2xcbase
6269   - "L2BDMACLRN"  # dot1q-l2bdbase
6270   traces:
6271     hoverinfo: "x+y"
6272     boxpoints: "outliers"
6273     whiskerwidth: 0
6274   layout:
6275     title: "l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
6276     layout: "plot-throughput"
6277
6278 - type: "plot"
6279   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
6280   algorithm: "plot_performance_box"
6281   output-file-type: ".html"
6282   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
6283   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6284   filter: "'NIC_Intel-X710' and
6285            '64B' and
6286            'NDRPDR' and
6287            '2T2C' and
6288            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6289            not 'ACL' and
6290            not 'VHOST' and
6291            not 'L2OVRLAY' and
6292            not 'MEMIF'"
6293   parameters:
6294   - "throughput"
6295   - "parent"
6296   - "tags"
6297   sort:
6298   - "L2XCBASE"    # l2xcbase
6299   - "L2BDBASE"    # l2bdbase
6300   - "L2XCFWD"     # dot1q-l2xcbase
6301   - "L2BDMACLRN"  # dot1q-l2bdbase
6302   traces:
6303     hoverinfo: "x+y"
6304     boxpoints: "outliers"
6305     whiskerwidth: 0
6306   layout:
6307     title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
6308     layout: "plot-throughput"
6309
6310 - type: "plot"
6311   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
6312   algorithm: "plot_performance_box"
6313   output-file-type: ".html"
6314   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
6315   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6316   filter: "'NIC_Intel-X710' and
6317            '64B' and
6318            'NDRPDR' and
6319            '2T2C' and
6320            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6321            not 'ACL' and
6322            not 'VHOST' and
6323            not 'L2OVRLAY' and
6324            not 'MEMIF'"
6325   parameters:
6326   - "throughput"
6327   - "parent"
6328   - "tags"
6329   sort:
6330   - "L2XCBASE"    # l2xcbase
6331   - "L2BDBASE"    # l2bdbase
6332   - "L2XCFWD"     # dot1q-l2xcbase
6333   - "L2BDMACLRN"  # dot1q-l2bdbase
6334   traces:
6335     hoverinfo: "x+y"
6336     boxpoints: "outliers"
6337     whiskerwidth: 0
6338   layout:
6339     title: "l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
6340     layout: "plot-throughput"
6341
6342 # Packet Throughput - VPP L2 3n-hsw-x710 features-iacl
6343 - type: "plot"
6344   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
6345   algorithm: "plot_performance_box"
6346   output-file-type: ".html"
6347   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
6348   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6349   filter: "'NIC_Intel-X710' and
6350            '64B' and
6351            'NDRPDR' and
6352            '1T1C' and
6353            'FEATURE' and
6354            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6355            'IACL' and
6356            ('ACL1' or 'ACL50') and
6357            ('10K_FLOWS' or '10k_FLOWS') and
6358            not 'MACIP' and
6359            not 'VHOST' and
6360            not 'MEMIF'"
6361   parameters:
6362   - "throughput"
6363   - "parent"
6364   - "tags"
6365   traces:
6366     hoverinfo: "x+y"
6367     boxpoints: "outliers"
6368     whiskerwidth: 0
6369   layout:
6370     title: "l2sw-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
6371     layout: "plot-throughput"
6372
6373 - type: "plot"
6374   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
6375   algorithm: "plot_performance_box"
6376   output-file-type: ".html"
6377   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
6378   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6379   filter: "'NIC_Intel-X710' and
6380            '64B' and
6381            'NDRPDR' and
6382            '1T1C' and
6383            'FEATURE' and
6384            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6385            'IACL' and
6386            ('ACL1' or 'ACL50') and
6387            ('10K_FLOWS' or '10k_FLOWS') and
6388            not 'MACIP' and
6389            not 'VHOST' and
6390            not 'MEMIF'"
6391   parameters:
6392   - "throughput"
6393   - "parent"
6394   - "tags"
6395   traces:
6396     hoverinfo: "x+y"
6397     boxpoints: "outliers"
6398     whiskerwidth: 0
6399   layout:
6400     title: "l2sw-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
6401     layout: "plot-throughput"
6402
6403 - type: "plot"
6404   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
6405   algorithm: "plot_performance_box"
6406   output-file-type: ".html"
6407   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
6408   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6409   filter: "'NIC_Intel-X710' and
6410            '64B' and
6411            'NDRPDR' and
6412            '2T2C' and
6413            'FEATURE' and
6414            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6415            'IACL' and
6416            ('ACL1' or 'ACL50') and
6417            ('10K_FLOWS' or '10k_FLOWS') and
6418            not 'MACIP' and
6419            not 'VHOST' and
6420            not 'MEMIF'"
6421   parameters:
6422   - "throughput"
6423   - "parent"
6424   - "tags"
6425   traces:
6426     hoverinfo: "x+y"
6427     boxpoints: "outliers"
6428     whiskerwidth: 0
6429   layout:
6430     title: "l2sw-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
6431     layout: "plot-throughput"
6432
6433 - type: "plot"
6434   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
6435   algorithm: "plot_performance_box"
6436   output-file-type: ".html"
6437   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
6438   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6439   filter: "'NIC_Intel-X710' and
6440            '64B' and
6441            'NDRPDR' and
6442            '2T2C' and
6443            'FEATURE' and
6444            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6445            'IACL' and
6446            ('ACL1' or 'ACL50') and
6447            ('10K_FLOWS' or '10k_FLOWS') and
6448            not 'MACIP' and
6449            not 'VHOST' and
6450            not 'MEMIF'"
6451   parameters:
6452   - "throughput"
6453   - "parent"
6454   - "tags"
6455   traces:
6456     hoverinfo: "x+y"
6457     boxpoints: "outliers"
6458     whiskerwidth: 0
6459   layout:
6460     title: "l2sw-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
6461     layout: "plot-throughput"
6462
6463 # Packet Throughput - VPP L2 3n-hsw-xl710 base and scale
6464 - type: "plot"
6465   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
6466   algorithm: "plot_performance_box"
6467   output-file-type: ".html"
6468   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
6469   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6470   filter: "'NIC_Intel-XL710' and
6471            '64B' and
6472            'BASE' and
6473            'NDRPDR' and
6474            'ETH' and
6475            '1T1C' and
6476            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6477            not 'VHOST' and
6478            not 'MEMIF'"
6479   parameters:
6480   - "throughput"
6481   - "parent"
6482   - "tags"
6483   sort:
6484   - "L2PATCH"
6485   - "L2XCFWD"
6486   - "L2BDMACLRN"
6487   traces:
6488     hoverinfo: "x+y"
6489     boxpoints: "outliers"
6490     whiskerwidth: 0
6491   layout:
6492     title: "l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
6493     layout: "plot-throughput"
6494
6495 - type: "plot"
6496   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
6497   algorithm: "plot_performance_box"
6498   output-file-type: ".html"
6499   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
6500   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6501   filter: "'NIC_Intel-XL710' and
6502            '64B' and
6503            'BASE' and
6504            'NDRPDR' and
6505            'ETH' and
6506            '1T1C' and
6507            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6508            not 'VHOST' and
6509            not 'MEMIF'"
6510   parameters:
6511   - "throughput"
6512   - "parent"
6513   - "tags"
6514   sort:
6515   - "L2PATCH"
6516   - "L2XCFWD"
6517   - "L2BDMACLRN"
6518   traces:
6519     hoverinfo: "x+y"
6520     boxpoints: "outliers"
6521     whiskerwidth: 0
6522   layout:
6523     title: "l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
6524     layout: "plot-throughput"
6525
6526 - type: "plot"
6527   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
6528   algorithm: "plot_performance_box"
6529   output-file-type: ".html"
6530   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
6531   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6532   filter: "'NIC_Intel-XL710' and
6533            '64B' and
6534            'BASE' and
6535            'NDRPDR' and
6536            'ETH' and
6537            '2T2C' and
6538            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6539            not 'VHOST' and
6540            not 'MEMIF'"
6541   parameters:
6542   - "throughput"
6543   - "parent"
6544   - "tags"
6545   sort:
6546   - "L2PATCH"
6547   - "L2XCFWD"
6548   - "L2BDMACLRN"
6549   traces:
6550     hoverinfo: "x+y"
6551     boxpoints: "outliers"
6552     whiskerwidth: 0
6553   layout:
6554     title: "l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
6555     layout: "plot-throughput"
6556
6557 - type: "plot"
6558   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
6559   algorithm: "plot_performance_box"
6560   output-file-type: ".html"
6561   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
6562   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6563   filter: "'NIC_Intel-XL710' and
6564            '64B' and
6565            'BASE' and
6566            'NDRPDR' and
6567            'ETH' and
6568            '2T2C' and
6569            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6570            not 'VHOST' and
6571            not 'MEMIF'"
6572   parameters:
6573   - "throughput"
6574   - "parent"
6575   - "tags"
6576   sort:
6577   - "L2PATCH"
6578   - "L2XCFWD"
6579   - "L2BDMACLRN"
6580   traces:
6581     hoverinfo: "x+y"
6582     boxpoints: "outliers"
6583     whiskerwidth: 0
6584   layout:
6585     title: "l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
6586     layout: "plot-throughput"
6587
6588 # Packet Throughput - VPP L2 3n-skx-x710 base and scale
6589 - type: "plot"
6590   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
6591   algorithm: "plot_performance_box"
6592   output-file-type: ".html"
6593   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
6594   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6595   filter: "'NIC_Intel-X710' and
6596            '64B' and
6597            ('BASE' or 'SCALE') and
6598            'NDRPDR' and
6599            'ETH' and
6600            '2T1C' and
6601            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6602            not 'VHOST' and
6603            not 'MEMIF' and
6604            not 'DRV_AVF'"
6605   parameters:
6606   - "throughput"
6607   - "parent"
6608   - "tags"
6609   sort:
6610   - "L2PATCH"
6611   - "L2XCBASE"
6612   - "BASE"
6613   - "FIB_10K"
6614   - "FIB_100K"
6615   - "FIB_1M"
6616   traces:
6617     hoverinfo: "x+y"
6618     boxpoints: "outliers"
6619     whiskerwidth: 0
6620   layout:
6621     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
6622     layout: "plot-throughput"
6623
6624 - type: "plot"
6625   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
6626   algorithm: "plot_performance_box"
6627   output-file-type: ".html"
6628   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
6629   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6630   filter: "'NIC_Intel-X710' and
6631            '64B' and
6632            ('BASE' or 'SCALE') and
6633            'NDRPDR' and
6634            'ETH' and
6635            '2T1C' and
6636            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6637            not 'VHOST' and
6638            not 'MEMIF' and
6639            not 'DRV_AVF'"
6640   parameters:
6641   - "throughput"
6642   - "parent"
6643   - "tags"
6644   sort:
6645   - "L2PATCH"
6646   - "L2XCBASE"
6647   - "BASE"
6648   - "FIB_10K"
6649   - "FIB_100K"
6650   - "FIB_1M"
6651   traces:
6652     hoverinfo: "x+y"
6653     boxpoints: "outliers"
6654     whiskerwidth: 0
6655   layout:
6656     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
6657     layout: "plot-throughput"
6658
6659 - type: "plot"
6660   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
6661   algorithm: "plot_performance_box"
6662   output-file-type: ".html"
6663   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
6664   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6665   filter: "'NIC_Intel-X710' and
6666            '64B' and
6667            ('BASE' or 'SCALE') and
6668            'NDRPDR' and
6669            'ETH' and
6670            '4T2C' and
6671            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6672            not 'VHOST' and
6673            not 'MEMIF' and
6674            not 'DRV_AVF'"
6675   parameters:
6676   - "throughput"
6677   - "parent"
6678   - "tags"
6679   sort:
6680   - "L2PATCH"
6681   - "L2XCBASE"
6682   - "BASE"
6683   - "FIB_10K"
6684   - "FIB_100K"
6685   - "FIB_1M"
6686   traces:
6687     hoverinfo: "x+y"
6688     boxpoints: "outliers"
6689     whiskerwidth: 0
6690   layout:
6691     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
6692     layout: "plot-throughput"
6693
6694 - type: "plot"
6695   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
6696   algorithm: "plot_performance_box"
6697   output-file-type: ".html"
6698   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
6699   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6700   filter: "'NIC_Intel-X710' and
6701            '64B' and
6702            ('BASE' or 'SCALE') and
6703            'NDRPDR' and
6704            'ETH' and
6705            '4T2C' and
6706            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6707            not 'VHOST' and
6708            not 'MEMIF' and
6709            not 'DRV_AVF'"
6710   parameters:
6711   - "throughput"
6712   - "parent"
6713   - "tags"
6714   sort:
6715   - "L2PATCH"
6716   - "L2XCBASE"
6717   - "BASE"
6718   - "FIB_10K"
6719   - "FIB_100K"
6720   - "FIB_1M"
6721   traces:
6722     hoverinfo: "x+y"
6723     boxpoints: "outliers"
6724     whiskerwidth: 0
6725   layout:
6726     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
6727     layout: "plot-throughput"
6728
6729 # Packet Throughput - VPP L2 3n-skx-x710 features
6730 - type: "plot"
6731   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-ndr"
6732   algorithm: "plot_performance_box"
6733   output-file-type: ".html"
6734   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr"
6735   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6736   filter: "'NIC_Intel-X710' and
6737            '64B' and
6738            'NDRPDR' and
6739            '2T1C' and
6740            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6741            not 'ACL' and
6742            not 'VHOST' and
6743            not 'DRV_AVF' and
6744            not 'L2OVRLAY' and
6745            not 'MEMIF'"
6746   parameters:
6747   - "throughput"
6748   - "parent"
6749   - "tags"
6750   sort:
6751   - "L2XCBASE"    # l2xcbase
6752   - "L2BDBASE"    # l2bdbase
6753   - "L2XCFWD"     # dot1q-l2xcbase
6754   - "L2BDMACLRN"  # dot1q-l2bdbase
6755   traces:
6756     hoverinfo: "x+y"
6757     boxpoints: "outliers"
6758     whiskerwidth: 0
6759   layout:
6760     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
6761     layout: "plot-throughput"
6762
6763 - type: "plot"
6764   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-pdr"
6765   algorithm: "plot_performance_box"
6766   output-file-type: ".html"
6767   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-pdr"
6768   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6769   filter: "'NIC_Intel-X710' and
6770            '64B' and
6771            'NDRPDR' and
6772            '2T1C' and
6773            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6774            not 'ACL' and
6775            not 'VHOST' and
6776            not 'DRV_AVF' and
6777            not 'L2OVRLAY' and
6778            not 'MEMIF'"
6779   parameters:
6780   - "throughput"
6781   - "parent"
6782   - "tags"
6783   sort:
6784   - "L2XCBASE"    # l2xcbase
6785   - "L2BDBASE"    # l2bdbase
6786   - "L2XCFWD"     # dot1q-l2xcbase
6787   - "L2BDMACLRN"  # dot1q-l2bdbase
6788   traces:
6789     hoverinfo: "x+y"
6790     boxpoints: "outliers"
6791     whiskerwidth: 0
6792   layout:
6793     title: "l2sw-3n-skx-x710-64b-2t1c-features-pdr"
6794     layout: "plot-throughput"
6795
6796 - type: "plot"
6797   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-ndr"
6798   algorithm: "plot_performance_box"
6799   output-file-type: ".html"
6800   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr"
6801   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6802   filter: "'NIC_Intel-X710' and
6803            '64B' and
6804            'NDRPDR' and
6805            '4T2C' and
6806            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6807            not 'ACL' and
6808            not 'VHOST' and
6809            not 'DRV_AVF' and
6810            not 'L2OVRLAY' and
6811            not 'MEMIF'"
6812   parameters:
6813   - "throughput"
6814   - "parent"
6815   - "tags"
6816   sort:
6817   - "L2XCBASE"    # l2xcbase
6818   - "L2BDBASE"    # l2bdbase
6819   - "L2XCFWD"     # dot1q-l2xcbase
6820   - "L2BDMACLRN"  # dot1q-l2bdbase
6821   traces:
6822     hoverinfo: "x+y"
6823     boxpoints: "outliers"
6824     whiskerwidth: 0
6825   layout:
6826     title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
6827     layout: "plot-throughput"
6828
6829 - type: "plot"
6830   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-pdr"
6831   algorithm: "plot_performance_box"
6832   output-file-type: ".html"
6833   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-pdr"
6834   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6835   filter: "'NIC_Intel-X710' and
6836            '64B' and
6837            'NDRPDR' and
6838            '4T2C' and
6839            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6840            not 'ACL' and
6841            not 'VHOST' and
6842            not 'DRV_AVF' and
6843            not 'L2OVRLAY' and
6844            not 'MEMIF'"
6845   parameters:
6846   - "throughput"
6847   - "parent"
6848   - "tags"
6849   sort:
6850   - "L2XCBASE"    # l2xcbase
6851   - "L2BDBASE"    # l2bdbase
6852   - "L2XCFWD"     # dot1q-l2xcbase
6853   - "L2BDMACLRN"  # dot1q-l2bdbase
6854   traces:
6855     hoverinfo: "x+y"
6856     boxpoints: "outliers"
6857     whiskerwidth: 0
6858   layout:
6859     title: "l2sw-3n-skx-x710-64b-4t2c-features-pdr"
6860     layout: "plot-throughput"
6861
6862 # Packet Throughput - VPP L2 3n-skx-x710 features-iacl
6863 - type: "plot"
6864   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-iacl-ndr"
6865   algorithm: "plot_performance_box"
6866   output-file-type: ".html"
6867   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-iacl-ndr"
6868   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6869   filter: "'NIC_Intel-X710' and
6870            '64B' and
6871            'NDRPDR' and
6872            '2T1C' and
6873            'FEATURE' and
6874            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6875            'IACL' and
6876            ('ACL1' or 'ACL50') and
6877            ('10K_FLOWS' or '10k_FLOWS') and
6878            not 'MACIP' and
6879            not 'VHOST' and
6880            not 'MEMIF'"
6881   parameters:
6882   - "throughput"
6883   - "parent"
6884   - "tags"
6885   traces:
6886     hoverinfo: "x+y"
6887     boxpoints: "outliers"
6888     whiskerwidth: 0
6889   layout:
6890     title: "l2sw-3n-skx-x710-64b-2t1c-features-iacl-ndr"
6891     layout: "plot-throughput"
6892
6893 - type: "plot"
6894   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-iacl-pdr"
6895   algorithm: "plot_performance_box"
6896   output-file-type: ".html"
6897   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-iacl-pdr"
6898   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6899   filter: "'NIC_Intel-X710' and
6900            '64B' and
6901            'NDRPDR' and
6902            '2T1C' and
6903            'FEATURE' and
6904            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6905            'IACL' and
6906            ('ACL1' or 'ACL50') and
6907            ('10K_FLOWS' or '10k_FLOWS') and
6908            not 'MACIP' and
6909            not 'VHOST' and
6910            not 'MEMIF'"
6911   parameters:
6912   - "throughput"
6913   - "parent"
6914   - "tags"
6915   traces:
6916     hoverinfo: "x+y"
6917     boxpoints: "outliers"
6918     whiskerwidth: 0
6919   layout:
6920     title: "l2sw-3n-skx-x710-64b-2t1c-features-iacl-pdr"
6921     layout: "plot-throughput"
6922
6923 - type: "plot"
6924   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-iacl-ndr"
6925   algorithm: "plot_performance_box"
6926   output-file-type: ".html"
6927   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-iacl-ndr"
6928   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6929   filter: "'NIC_Intel-X710' and
6930            '64B' and
6931            'NDRPDR' and
6932            '4T2C' and
6933            'FEATURE' and
6934            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6935            'IACL' and
6936            ('ACL1' or 'ACL50') and
6937            ('10K_FLOWS' or '10k_FLOWS') and
6938            not 'MACIP' and
6939            not 'VHOST' and
6940            not 'MEMIF'"
6941   parameters:
6942   - "throughput"
6943   - "parent"
6944   - "tags"
6945   traces:
6946     hoverinfo: "x+y"
6947     boxpoints: "outliers"
6948     whiskerwidth: 0
6949   layout:
6950     title: "l2sw-3n-skx-x710-64b-4t2c-features-iacl-ndr"
6951     layout: "plot-throughput"
6952
6953 - type: "plot"
6954   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-iacl-pdr"
6955   algorithm: "plot_performance_box"
6956   output-file-type: ".html"
6957   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-iacl-pdr"
6958   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6959   filter: "'NIC_Intel-X710' and
6960            '64B' and
6961            'NDRPDR' and
6962            '4T2C' and
6963            'FEATURE' and
6964            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6965            'IACL' and
6966            ('ACL1' or 'ACL50') and
6967            ('10K_FLOWS' or '10k_FLOWS') and
6968            not 'MACIP' and
6969            not 'VHOST' and
6970            not 'MEMIF'"
6971   parameters:
6972   - "throughput"
6973   - "parent"
6974   - "tags"
6975   traces:
6976     hoverinfo: "x+y"
6977     boxpoints: "outliers"
6978     whiskerwidth: 0
6979   layout:
6980     title: "l2sw-3n-skx-x710-64b-4t2c-features-iacl-pdr"
6981     layout: "plot-throughput"
6982
6983 # Packet Throughput - VPP L2 3n-skx-xxv710 base
6984 - type: "plot"
6985   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base-ndr"
6986   algorithm: "plot_performance_box"
6987   output-file-type: ".html"
6988   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base-ndr"
6989   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6990   filter: "'NIC_Intel-XXV710' and
6991            '64B' and
6992            ('BASE' or 'SCALE') and
6993            'NDRPDR' and
6994            'ETH' and
6995            '2T1C' and
6996            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6997            not 'VHOST' and
6998            not 'MEMIF'"
6999   parameters:
7000   - "throughput"
7001   - "parent"
7002   - "tags"
7003   sort:
7004   - "L2PATCH"
7005   - "L2PATCH"
7006   - "L2XCBASE"
7007   - "L2BDMACLRN"
7008   traces:
7009     hoverinfo: "x+y"
7010     boxpoints: "outliers"
7011     whiskerwidth: 0
7012   layout:
7013     title: "l2sw-3n-skx-xxv710-64b-2t1c-base-ndr"
7014     layout: "plot-throughput"
7015
7016 - type: "plot"
7017   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base-pdr"
7018   algorithm: "plot_performance_box"
7019   output-file-type: ".html"
7020   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base-pdr"
7021   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7022   filter: "'NIC_Intel-XXV710' and
7023            '64B' and
7024            ('BASE' or 'SCALE') and
7025            'NDRPDR' and
7026            'ETH' and
7027            '2T1C' and
7028            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7029            not 'VHOST' and
7030            not 'MEMIF'"
7031   parameters:
7032   - "throughput"
7033   - "parent"
7034   - "tags"
7035   sort:
7036   - "L2PATCH"
7037   - "L2PATCH"
7038   - "L2XCBASE"
7039   - "L2BDMACLRN"
7040   traces:
7041     hoverinfo: "x+y"
7042     boxpoints: "outliers"
7043     whiskerwidth: 0
7044   layout:
7045     title: "l2sw-3n-skx-xxv710-64b-2t1c-base-pdr"
7046     layout: "plot-throughput"
7047
7048 - type: "plot"
7049   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base-ndr"
7050   algorithm: "plot_performance_box"
7051   output-file-type: ".html"
7052   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base-ndr"
7053   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7054   filter: "'NIC_Intel-XXV710' and
7055            '64B' and
7056            ('BASE' or 'SCALE') and
7057            'NDRPDR' and
7058            'ETH' and
7059            '4T2C' and
7060            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7061            not 'VHOST' and
7062            not 'MEMIF'"
7063   parameters:
7064   - "throughput"
7065   - "parent"
7066   - "tags"
7067   sort:
7068   - "L2PATCH"
7069   - "L2PATCH"
7070   - "L2XCBASE"
7071   - "L2BDMACLRN"
7072   traces:
7073     hoverinfo: "x+y"
7074     boxpoints: "outliers"
7075     whiskerwidth: 0
7076   layout:
7077     title: "l2sw-3n-skx-xxv710-64b-4t2c-base-ndr"
7078     layout: "plot-throughput"
7079
7080 - type: "plot"
7081   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base-pdr"
7082   algorithm: "plot_performance_box"
7083   output-file-type: ".html"
7084   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base-pdr"
7085   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7086   filter: "'NIC_Intel-XXV710' and
7087            '64B' and
7088            ('BASE' or 'SCALE') and
7089            'NDRPDR' and
7090            'ETH' and
7091            '4T2C' and
7092            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7093            not 'VHOST' and
7094            not 'MEMIF'"
7095   parameters:
7096   - "throughput"
7097   - "parent"
7098   - "tags"
7099   sort:
7100   - "L2PATCH"
7101   - "L2PATCH"
7102   - "L2XCBASE"
7103   - "L2BDMACLRN"
7104   traces:
7105     hoverinfo: "x+y"
7106     boxpoints: "outliers"
7107     whiskerwidth: 0
7108   layout:
7109     title: "l2sw-3n-skx-xxv710-64b-4t2c-base-pdr"
7110     layout: "plot-throughput"
7111
7112 # Packet Throughput - VPP L2 2n-skx-x710 base and scale
7113 - type: "plot"
7114   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
7115   algorithm: "plot_performance_box"
7116   output-file-type: ".html"
7117   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
7118   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7119   filter: "'NIC_Intel-X710' and
7120            '64B' and
7121            ('BASE' or 'SCALE') and
7122            'NDRPDR' and
7123            'ETH' and
7124            '2T1C' and
7125            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7126            not 'VHOST' and
7127            not 'MEMIF'"
7128   parameters:
7129   - "throughput"
7130   - "parent"
7131   - "tags"
7132   sort:
7133   - "L2PATCH"
7134   - "L2XCBASE"
7135   - "BASE"
7136   - "FIB_10K"
7137   - "FIB_100K"
7138   - "FIB_1M"
7139   traces:
7140     hoverinfo: "x+y"
7141     boxpoints: "outliers"
7142     whiskerwidth: 0
7143   layout:
7144     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
7145     layout: "plot-throughput"
7146
7147 - type: "plot"
7148   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
7149   algorithm: "plot_performance_box"
7150   output-file-type: ".html"
7151   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
7152   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7153   filter: "'NIC_Intel-X710' and
7154            '64B' and
7155            ('BASE' or 'SCALE') and
7156            'NDRPDR' and
7157            'ETH' and
7158            '2T1C' and
7159            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7160            not 'VHOST' and
7161            not 'MEMIF'"
7162   parameters:
7163   - "throughput"
7164   - "parent"
7165   - "tags"
7166   sort:
7167   - "L2PATCH"
7168   - "L2XCBASE"
7169   - "BASE"
7170   - "FIB_10K"
7171   - "FIB_100K"
7172   - "FIB_1M"
7173   traces:
7174     hoverinfo: "x+y"
7175     boxpoints: "outliers"
7176     whiskerwidth: 0
7177   layout:
7178     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
7179     layout: "plot-throughput"
7180
7181 - type: "plot"
7182   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
7183   algorithm: "plot_performance_box"
7184   output-file-type: ".html"
7185   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
7186   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7187   filter: "'NIC_Intel-X710' and
7188            '64B' and
7189            ('BASE' or 'SCALE') and
7190            'NDRPDR' and
7191            'ETH' and
7192            '4T2C' and
7193            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7194            not 'VHOST' and
7195            not 'MEMIF'"
7196   parameters:
7197   - "throughput"
7198   - "parent"
7199   - "tags"
7200   sort:
7201   - "L2PATCH"
7202   - "L2XCBASE"
7203   - "BASE"
7204   - "FIB_10K"
7205   - "FIB_100K"
7206   - "FIB_1M"
7207   traces:
7208     hoverinfo: "x+y"
7209     boxpoints: "outliers"
7210     whiskerwidth: 0
7211   layout:
7212     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
7213     layout: "plot-throughput"
7214
7215 - type: "plot"
7216   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
7217   algorithm: "plot_performance_box"
7218   output-file-type: ".html"
7219   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
7220   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7221   filter: "'NIC_Intel-X710' and
7222            '64B' and
7223            ('BASE' or 'SCALE') and
7224            'NDRPDR' and
7225            'ETH' and
7226            '4T2C' and
7227            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7228            not 'VHOST' and
7229            not 'MEMIF'"
7230   parameters:
7231   - "throughput"
7232   - "parent"
7233   - "tags"
7234   sort:
7235   - "L2PATCH"
7236   - "L2XCBASE"
7237   - "BASE"
7238   - "FIB_10K"
7239   - "FIB_100K"
7240   - "FIB_1M"
7241   traces:
7242     hoverinfo: "x+y"
7243     boxpoints: "outliers"
7244     whiskerwidth: 0
7245   layout:
7246     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
7247     layout: "plot-throughput"
7248
7249 # Packet Throughput - VPP L2 2n-skx-xxv710 base and scale
7250 - type: "plot"
7251   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
7252   algorithm: "plot_performance_box"
7253   output-file-type: ".html"
7254   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
7255   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7256   filter: "'NIC_Intel-XXV710' and
7257            '64B' and
7258            ('BASE' or 'SCALE') and
7259            'NDRPDR' and
7260            'ETH' and
7261            '2T1C' and
7262            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7263            not 'VHOST' and
7264            not 'MEMIF'"
7265   parameters:
7266   - "throughput"
7267   - "parent"
7268   - "tags"
7269   sort:
7270   - "L2PATCH"
7271   - "L2XCBASE"
7272   - "BASE"
7273   - "FIB_10K"
7274   - "FIB_100K"
7275   - "FIB_1M"
7276   traces:
7277     hoverinfo: "x+y"
7278     boxpoints: "outliers"
7279     whiskerwidth: 0
7280   layout:
7281     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
7282     layout: "plot-throughput"
7283
7284 - type: "plot"
7285   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
7286   algorithm: "plot_performance_box"
7287   output-file-type: ".html"
7288   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
7289   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7290   filter: "'NIC_Intel-XXV710' and
7291            '64B' and
7292            ('BASE' or 'SCALE') and
7293            'NDRPDR' and
7294            'ETH' and
7295            '2T1C' and
7296            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7297            not 'VHOST' and
7298            not 'MEMIF'"
7299   parameters:
7300   - "throughput"
7301   - "parent"
7302   - "tags"
7303   sort:
7304   - "L2PATCH"
7305   - "L2XCBASE"
7306   - "BASE"
7307   - "FIB_10K"
7308   - "FIB_100K"
7309   - "FIB_1M"
7310   traces:
7311     hoverinfo: "x+y"
7312     boxpoints: "outliers"
7313     whiskerwidth: 0
7314   layout:
7315     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
7316     layout: "plot-throughput"
7317
7318 - type: "plot"
7319   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
7320   algorithm: "plot_performance_box"
7321   output-file-type: ".html"
7322   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
7323   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7324   filter: "'NIC_Intel-XXV710' and
7325            '64B' and
7326            ('BASE' or 'SCALE') and
7327            'NDRPDR' and
7328            'ETH' and
7329            '4T2C' and
7330            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7331            not 'VHOST' and
7332            not 'MEMIF'"
7333   parameters:
7334   - "throughput"
7335   - "parent"
7336   - "tags"
7337   sort:
7338   - "L2PATCH"
7339   - "L2XCBASE"
7340   - "BASE"
7341   - "FIB_10K"
7342   - "FIB_100K"
7343   - "FIB_1M"
7344   traces:
7345     hoverinfo: "x+y"
7346     boxpoints: "outliers"
7347     whiskerwidth: 0
7348   layout:
7349     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
7350     layout: "plot-throughput"
7351
7352 - type: "plot"
7353   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
7354   algorithm: "plot_performance_box"
7355   output-file-type: ".html"
7356   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
7357   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7358   filter: "'NIC_Intel-XXV710' and
7359            '64B' and
7360            ('BASE' or 'SCALE') and
7361            'NDRPDR' and
7362            'ETH' and
7363            '4T2C' and
7364            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7365            not 'VHOST' and
7366            not 'MEMIF'"
7367   parameters:
7368   - "throughput"
7369   - "parent"
7370   - "tags"
7371   sort:
7372   - "L2PATCH"
7373   - "L2XCBASE"
7374   - "BASE"
7375   - "FIB_10K"
7376   - "FIB_100K"
7377   - "FIB_1M"
7378   traces:
7379     hoverinfo: "x+y"
7380     boxpoints: "outliers"
7381     whiskerwidth: 0
7382   layout:
7383     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
7384     layout: "plot-throughput"
7385
7386 # Packet Throughput - VPP L2 2n-dnv-x553 base
7387 - type: "plot"
7388   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
7389   algorithm: "plot_performance_box"
7390   output-file-type: ".html"
7391   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
7392   data: "intel-dnv-vpp"
7393   filter: "'NIC_Intel-X553' and
7394            '64B' and
7395            'BASE' and
7396            'NDRPDR' and
7397            'ETH' and
7398            '1T1C' and
7399            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7400            not 'VHOST' and
7401            not 'MEMIF'"
7402   parameters:
7403   - "throughput"
7404   - "parent"
7405   - "tags"
7406   sort:
7407   - "L2XCBASE"
7408   - "L2BDMACLRN"
7409   - "L2PATCH"
7410   traces:
7411     hoverinfo: "x+y"
7412     boxpoints: "outliers"
7413     whiskerwidth: 0
7414   layout:
7415     title: "l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
7416     layout: "plot-throughput"
7417
7418 - type: "plot"
7419   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
7420   algorithm: "plot_performance_box"
7421   output-file-type: ".html"
7422   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
7423   data: "intel-dnv-vpp"
7424   filter: "'NIC_Intel-X553' and
7425            '64B' and
7426            ('BASE' or 'SCALE') and
7427            'NDRPDR' and
7428            'ETH' and
7429            '1T1C' and
7430            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7431            not 'VHOST' and
7432            not 'MEMIF'"
7433   parameters:
7434   - "throughput"
7435   - "parent"
7436   - "tags"
7437   sort:
7438   - "L2XCBASE"
7439   - "L2BDMACLRN"
7440   - "L2PATCH"
7441   traces:
7442     hoverinfo: "x+y"
7443     boxpoints: "outliers"
7444     whiskerwidth: 0
7445   layout:
7446     title: "l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
7447     layout: "plot-throughput"
7448
7449 - type: "plot"
7450   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
7451   algorithm: "plot_performance_box"
7452   output-file-type: ".html"
7453   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
7454   data: "intel-dnv-vpp"
7455   filter: "'NIC_Intel-X553' and
7456            '64B' and
7457            ('BASE' or 'SCALE') and
7458            'NDRPDR' and
7459            'ETH' and
7460            '2T2C' and
7461            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7462            not 'VHOST' and
7463            not 'MEMIF'"
7464   parameters:
7465   - "throughput"
7466   - "parent"
7467   - "tags"
7468   sort:
7469   - "L2XCBASE"
7470   - "L2BDMACLRN"
7471   - "L2PATCH"
7472   traces:
7473     hoverinfo: "x+y"
7474     boxpoints: "outliers"
7475     whiskerwidth: 0
7476   layout:
7477     title: "l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
7478     layout: "plot-throughput"
7479
7480 - type: "plot"
7481   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
7482   algorithm: "plot_performance_box"
7483   output-file-type: ".html"
7484   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
7485   data: "intel-dnv-vpp"
7486   filter: "'NIC_Intel-X553' and
7487            '64B' and
7488            ('BASE' or 'SCALE') and
7489            'NDRPDR' and
7490            'ETH' and
7491            '2T2C' and
7492            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7493            not 'VHOST' and
7494            not 'MEMIF'"
7495   parameters:
7496   - "throughput"
7497   - "parent"
7498   - "tags"
7499   sort:
7500   - "L2XCBASE"
7501   - "L2BDMACLRN"
7502   - "L2PATCH"
7503   traces:
7504     hoverinfo: "x+y"
7505     boxpoints: "outliers"
7506     whiskerwidth: 0
7507   layout:
7508     title: "l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
7509     layout: "plot-throughput"
7510
7511 ################################################################################
7512
7513 # Packet Throughput - VPP Container Memif 3n-hsw-x520
7514 - type: "plot"
7515   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
7516   algorithm: "plot_performance_box"
7517   output-file-type: ".html"
7518   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
7519   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7520   filter: "'NIC_Intel-X520-DA2' and
7521            '64B' and
7522            ('BASE' or 'SCALE') and
7523            'NDRPDR' and
7524            '1T1C' and
7525            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7526            not 'VHOST' and
7527            'MEMIF'"
7528   parameters:
7529   - "throughput"
7530   - "parent"
7531   - "tags"
7532   sort:
7533   - "L2XCFWD"
7534   - "L2XCFWD"
7535   - "L2XCFWD"
7536   - "L2BDMACLRN"
7537   - "L2BDMACLRN"
7538   - "L2BDMACLRN"
7539   - "IP4FWD"
7540   traces:
7541     hoverinfo: "x+y"
7542     boxpoints: "outliers"
7543     whiskerwidth: 0
7544   layout:
7545     title: "memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
7546     layout: "plot-throughput"
7547
7548 - type: "plot"
7549   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
7550   algorithm: "plot_performance_box"
7551   output-file-type: ".html"
7552   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
7553   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7554   filter: "'NIC_Intel-X520-DA2' and
7555            '64B' and
7556            ('BASE' or 'SCALE') and
7557            'NDRPDR' and
7558            '1T1C' and
7559            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7560            not 'VHOST' and
7561            'MEMIF'"
7562   parameters:
7563   - "throughput"
7564   - "parent"
7565   - "tags"
7566   sort:
7567   - "L2XCFWD"
7568   - "L2XCFWD"
7569   - "L2XCFWD"
7570   - "L2BDMACLRN"
7571   - "L2BDMACLRN"
7572   - "L2BDMACLRN"
7573   - "IP4FWD"
7574   traces:
7575     hoverinfo: "x+y"
7576     boxpoints: "outliers"
7577     whiskerwidth: 0
7578   layout:
7579     title: "memif-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
7580     layout: "plot-throughput"
7581
7582 - type: "plot"
7583   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
7584   algorithm: "plot_performance_box"
7585   output-file-type: ".html"
7586   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
7587   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7588   filter: "'NIC_Intel-X520-DA2' and
7589            '64B' and
7590            ('BASE' or 'SCALE') and
7591            'NDRPDR' and
7592            '2T2C' and
7593            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7594            not 'VHOST' and
7595            'MEMIF'"
7596   parameters:
7597   - "throughput"
7598   - "parent"
7599   - "tags"
7600   sort:
7601   - "L2XCFWD"
7602   - "L2XCFWD"
7603   - "L2XCFWD"
7604   - "L2BDMACLRN"
7605   - "L2BDMACLRN"
7606   - "L2BDMACLRN"
7607   - "IP4FWD"
7608   traces:
7609     hoverinfo: "x+y"
7610     boxpoints: "outliers"
7611     whiskerwidth: 0
7612   layout:
7613     title: "memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
7614     layout: "plot-throughput"
7615
7616 - type: "plot"
7617   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
7618   algorithm: "plot_performance_box"
7619   output-file-type: ".html"
7620   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
7621   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7622   filter: "'NIC_Intel-X520-DA2' and
7623            '64B' and
7624            ('BASE' or 'SCALE') and
7625            'NDRPDR' and
7626            '2T2C' and
7627            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7628            not 'VHOST' and
7629            'MEMIF'"
7630   parameters:
7631   - "throughput"
7632   - "parent"
7633   - "tags"
7634   sort:
7635   - "L2XCFWD"
7636   - "L2XCFWD"
7637   - "L2XCFWD"
7638   - "L2BDMACLRN"
7639   - "L2BDMACLRN"
7640   - "L2BDMACLRN"
7641   - "IP4FWD"
7642   traces:
7643     hoverinfo: "x+y"
7644     boxpoints: "outliers"
7645     whiskerwidth: 0
7646   layout:
7647     title: "memif-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
7648     layout: "plot-throughput"
7649
7650 # Packet Throughput - VPP Container Memif 3n-hsw-x710
7651 - type: "plot"
7652   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
7653   algorithm: "plot_performance_box"
7654   output-file-type: ".html"
7655   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
7656   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7657   filter: "'NIC_Intel-X710' and
7658            '64B' and
7659            ('BASE' or 'SCALE') and
7660            'NDRPDR' and
7661            '1T1C' and
7662            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7663            not 'VHOST' and
7664            'MEMIF'"
7665   parameters:
7666   - "throughput"
7667   - "parent"
7668   - "tags"
7669   sort:
7670   - "L2XCFWD"
7671   - "L2XCFWD"
7672   - "L2XCFWD"
7673   - "L2BDMACLRN"
7674   - "L2BDMACLRN"
7675   - "L2BDMACLRN"
7676   - "IP4FWD"
7677   traces:
7678     hoverinfo: "x+y"
7679     boxpoints: "outliers"
7680     whiskerwidth: 0
7681   layout:
7682     title: "memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
7683     layout: "plot-throughput"
7684
7685 - type: "plot"
7686   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
7687   algorithm: "plot_performance_box"
7688   output-file-type: ".html"
7689   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
7690   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7691   filter: "'NIC_Intel-X710' and
7692            '64B' and
7693            ('BASE' or 'SCALE') and
7694            'NDRPDR' and
7695            '1T1C' and
7696            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7697            not 'VHOST' and
7698            'MEMIF'"
7699   parameters:
7700   - "throughput"
7701   - "parent"
7702   - "tags"
7703   sort:
7704   - "L2XCFWD"
7705   - "L2XCFWD"
7706   - "L2XCFWD"
7707   - "L2BDMACLRN"
7708   - "L2BDMACLRN"
7709   - "L2BDMACLRN"
7710   - "IP4FWD"
7711   traces:
7712     hoverinfo: "x+y"
7713     boxpoints: "outliers"
7714     whiskerwidth: 0
7715   layout:
7716     title: "memif-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
7717     layout: "plot-throughput"
7718
7719 - type: "plot"
7720   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
7721   algorithm: "plot_performance_box"
7722   output-file-type: ".html"
7723   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
7724   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7725   filter: "'NIC_Intel-X710' and
7726            '64B' and
7727            ('BASE' or 'SCALE') and
7728            'NDRPDR' and
7729            '2T2C' and
7730            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7731            not 'VHOST' and
7732            'MEMIF'"
7733   parameters:
7734   - "throughput"
7735   - "parent"
7736   - "tags"
7737   sort:
7738   - "L2XCFWD"
7739   - "L2XCFWD"
7740   - "L2XCFWD"
7741   - "L2BDMACLRN"
7742   - "L2BDMACLRN"
7743   - "L2BDMACLRN"
7744   - "IP4FWD"
7745   traces:
7746     hoverinfo: "x+y"
7747     boxpoints: "outliers"
7748     whiskerwidth: 0
7749   layout:
7750     title: "memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
7751     layout: "plot-throughput"
7752
7753 - type: "plot"
7754   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
7755   algorithm: "plot_performance_box"
7756   output-file-type: ".html"
7757   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
7758   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7759   filter: "'NIC_Intel-X710' and
7760            '64B' and
7761            ('BASE' or 'SCALE') and
7762            'NDRPDR' and
7763            '2T2C' and
7764            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7765            not 'VHOST' and
7766            'MEMIF'"
7767   parameters:
7768   - "throughput"
7769   - "parent"
7770   - "tags"
7771   sort:
7772   - "L2XCFWD"
7773   - "L2XCFWD"
7774   - "L2XCFWD"
7775   - "L2BDMACLRN"
7776   - "L2BDMACLRN"
7777   - "L2BDMACLRN"
7778   - "IP4FWD"
7779   traces:
7780     hoverinfo: "x+y"
7781     boxpoints: "outliers"
7782     whiskerwidth: 0
7783   layout:
7784     title: "memif-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
7785     layout: "plot-throughput"
7786
7787 # Packet Throughput - VPP Container Memif 3n-hsw-xl710
7788 - type: "plot"
7789   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr"
7790   algorithm: "plot_performance_box"
7791   output-file-type: ".html"
7792   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr"
7793   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7794   filter: "'NIC_Intel-XL710' and
7795            '64B' and
7796            ('BASE' or 'SCALE') and
7797            'NDRPDR' and
7798            '1T1C' and
7799            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7800            not 'VHOST' and
7801            'MEMIF'"
7802   parameters:
7803   - "throughput"
7804   - "parent"
7805   - "tags"
7806   sort:
7807   - "L2XCFWD"
7808   - "L2XCFWD"
7809   - "L2XCFWD"
7810   - "L2BDMACLRN"
7811   - "L2BDMACLRN"
7812   - "L2BDMACLRN"
7813   - "IP4FWD"
7814   traces:
7815     hoverinfo: "x+y"
7816     boxpoints: "outliers"
7817     whiskerwidth: 0
7818   layout:
7819     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr"
7820     layout: "plot-throughput"
7821
7822 - type: "plot"
7823   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_features-pdr"
7824   algorithm: "plot_performance_box"
7825   output-file-type: ".html"
7826   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_features-pdr"
7827   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7828   filter: "'NIC_Intel-XL710' and
7829            '64B' and
7830            ('BASE' or 'SCALE') and
7831            'NDRPDR' and
7832            '1T1C' and
7833            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7834            not 'VHOST' and
7835            'MEMIF'"
7836   parameters:
7837   - "throughput"
7838   - "parent"
7839   - "tags"
7840   sort:
7841   - "L2XCFWD"
7842   - "L2XCFWD"
7843   - "L2XCFWD"
7844   - "L2BDMACLRN"
7845   - "L2BDMACLRN"
7846   - "L2BDMACLRN"
7847   - "IP4FWD"
7848   traces:
7849     hoverinfo: "x+y"
7850     boxpoints: "outliers"
7851     whiskerwidth: 0
7852   layout:
7853     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_features-pdr"
7854     layout: "plot-throughput"
7855
7856 - type: "plot"
7857   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr"
7858   algorithm: "plot_performance_box"
7859   output-file-type: ".html"
7860   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr"
7861   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7862   filter: "'NIC_Intel-XL710' and
7863            '64B' and
7864            ('BASE' or 'SCALE') and
7865            'NDRPDR' and
7866            '2T2C' and
7867            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7868            not 'VHOST' and
7869            'MEMIF'"
7870   parameters:
7871   - "throughput"
7872   - "parent"
7873   - "tags"
7874   sort:
7875   - "L2XCFWD"
7876   - "L2XCFWD"
7877   - "L2XCFWD"
7878   - "L2BDMACLRN"
7879   - "L2BDMACLRN"
7880   - "L2BDMACLRN"
7881   - "IP4FWD"
7882   traces:
7883     hoverinfo: "x+y"
7884     boxpoints: "outliers"
7885     whiskerwidth: 0
7886   layout:
7887     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr"
7888     layout: "plot-throughput"
7889
7890 - type: "plot"
7891   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_features-pdr"
7892   algorithm: "plot_performance_box"
7893   output-file-type: ".html"
7894   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_features-pdr"
7895   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7896   filter: "'NIC_Intel-XL710' and
7897            '64B' and
7898            ('BASE' or 'SCALE') and
7899            'NDRPDR' and
7900            '2T2C' and
7901            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7902            not 'VHOST' and
7903            'MEMIF'"
7904   parameters:
7905   - "throughput"
7906   - "parent"
7907   - "tags"
7908   sort:
7909   - "L2XCFWD"
7910   - "L2XCFWD"
7911   - "L2XCFWD"
7912   - "L2BDMACLRN"
7913   - "L2BDMACLRN"
7914   - "L2BDMACLRN"
7915   - "IP4FWD"
7916   traces:
7917     hoverinfo: "x+y"
7918     boxpoints: "outliers"
7919     whiskerwidth: 0
7920   layout:
7921     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_features-pdr"
7922     layout: "plot-throughput"
7923
7924 # Packet Throughput - VPP Container Memif 3n-skx-x710
7925 - type: "plot"
7926   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_features-ndr"
7927   algorithm: "plot_performance_box"
7928   output-file-type: ".html"
7929   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_features-ndr"
7930   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7931   filter: "'NIC_Intel-X710' and
7932            '64B' and
7933            ('BASE' or 'SCALE') and
7934            'NDRPDR' and
7935            '2T1C' and
7936            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7937            not 'VHOST' and
7938            'MEMIF'"
7939   parameters:
7940   - "throughput"
7941   - "parent"
7942   - "tags"
7943   sort:
7944   - "L2XCFWD"
7945   - "L2XCFWD"
7946   - "L2XCFWD"
7947   - "L2BDMACLRN"
7948   - "L2BDMACLRN"
7949   - "L2BDMACLRN"
7950   - "IP4FWD"
7951   traces:
7952     hoverinfo: "x+y"
7953     boxpoints: "outliers"
7954     whiskerwidth: 0
7955   layout:
7956     title: "memif-3n-skx-x710-64b-2t1c-base_and_features-ndr"
7957     layout: "plot-throughput"
7958
7959 - type: "plot"
7960   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_features-pdr"
7961   algorithm: "plot_performance_box"
7962   output-file-type: ".html"
7963   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_features-pdr"
7964   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7965   filter: "'NIC_Intel-X710' and
7966            '64B' and
7967            ('BASE' or 'SCALE') and
7968            'NDRPDR' and
7969            '2T1C' and
7970            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
7971            not 'VHOST' and
7972            'MEMIF'"
7973   parameters:
7974   - "throughput"
7975   - "parent"
7976   - "tags"
7977   sort:
7978   - "L2XCFWD"
7979   - "L2XCFWD"
7980   - "L2XCFWD"
7981   - "L2BDMACLRN"
7982   - "L2BDMACLRN"
7983   - "L2BDMACLRN"
7984   - "IP4FWD"
7985   traces:
7986     hoverinfo: "x+y"
7987     boxpoints: "outliers"
7988     whiskerwidth: 0
7989   layout:
7990     title: "memif-3n-skx-x710-64b-2t1c-base_and_features-pdr"
7991     layout: "plot-throughput"
7992
7993 - type: "plot"
7994   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_features-ndr"
7995   algorithm: "plot_performance_box"
7996   output-file-type: ".html"
7997   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_features-ndr"
7998   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7999   filter: "'NIC_Intel-X710' and
8000            '64B' and
8001            ('BASE' or 'SCALE') and
8002            'NDRPDR' and
8003            '4T2C' and
8004            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8005            not 'VHOST' and
8006            'MEMIF'"
8007   parameters:
8008   - "throughput"
8009   - "parent"
8010   - "tags"
8011   sort:
8012   - "L2XCFWD"
8013   - "L2XCFWD"
8014   - "L2XCFWD"
8015   - "L2BDMACLRN"
8016   - "L2BDMACLRN"
8017   - "L2BDMACLRN"
8018   - "IP4FWD"
8019   traces:
8020     hoverinfo: "x+y"
8021     boxpoints: "outliers"
8022     whiskerwidth: 0
8023   layout:
8024     title: "memif-3n-skx-x710-64b-4t2c-base_and_features-ndr"
8025     layout: "plot-throughput"
8026
8027 - type: "plot"
8028   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_features-pdr"
8029   algorithm: "plot_performance_box"
8030   output-file-type: ".html"
8031   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_features-pdr"
8032   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8033   filter: "'NIC_Intel-X710' and
8034            '64B' and
8035            ('BASE' or 'SCALE') and
8036            'NDRPDR' and
8037            '4T2C' and
8038            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8039            not 'VHOST' and
8040            'MEMIF'"
8041   parameters:
8042   - "throughput"
8043   - "parent"
8044   - "tags"
8045   sort:
8046   - "L2XCFWD"
8047   - "L2XCFWD"
8048   - "L2XCFWD"
8049   - "L2BDMACLRN"
8050   - "L2BDMACLRN"
8051   - "L2BDMACLRN"
8052   - "IP4FWD"
8053   traces:
8054     hoverinfo: "x+y"
8055     boxpoints: "outliers"
8056     whiskerwidth: 0
8057   layout:
8058     title: "memif-3n-skx-x710-64b-4t2c-base_and_features-pdr"
8059     layout: "plot-throughput"
8060
8061 # Packet Throughput - VPP Container Memif 2n-skx-x710
8062 - type: "plot"
8063   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_features-ndr"
8064   algorithm: "plot_performance_box"
8065   output-file-type: ".html"
8066   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_features-ndr"
8067   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8068   filter: "'NIC_Intel-X710' and
8069            '64B' and
8070            ('BASE' or 'SCALE') and
8071            'NDRPDR' and
8072            '2T1C' and
8073            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8074            not 'VHOST' and
8075            not 'NF_DENSITY' and
8076            'MEMIF'"
8077   parameters:
8078   - "throughput"
8079   - "parent"
8080   - "tags"
8081   sort:
8082   - "L2XCFWD"
8083   - "L2XCFWD"
8084   - "L2XCFWD"
8085   - "L2BDMACLRN"
8086   - "L2BDMACLRN"
8087   - "L2BDMACLRN"
8088   - "IP4FWD"
8089   traces:
8090     hoverinfo: "x+y"
8091     boxpoints: "outliers"
8092     whiskerwidth: 0
8093   layout:
8094     title: "memif-2n-skx-x710-64b-2t1c-base_and_features-ndr"
8095     layout: "plot-throughput"
8096
8097 - type: "plot"
8098   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_features-pdr"
8099   algorithm: "plot_performance_box"
8100   output-file-type: ".html"
8101   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_features-pdr"
8102   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8103   filter: "'NIC_Intel-X710' and
8104            '64B' and
8105            ('BASE' or 'SCALE') and
8106            'NDRPDR' and
8107            '2T1C' and
8108            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8109            not 'VHOST' and
8110            not 'NF_DENSITY' and
8111            'MEMIF'"
8112   parameters:
8113   - "throughput"
8114   - "parent"
8115   - "tags"
8116   sort:
8117   - "L2XCFWD"
8118   - "L2XCFWD"
8119   - "L2XCFWD"
8120   - "L2BDMACLRN"
8121   - "L2BDMACLRN"
8122   - "L2BDMACLRN"
8123   - "IP4FWD"
8124   traces:
8125     hoverinfo: "x+y"
8126     boxpoints: "outliers"
8127     whiskerwidth: 0
8128   layout:
8129     title: "memif-2n-skx-x710-64b-2t1c-base_and_features-pdr"
8130     layout: "plot-throughput"
8131
8132 - type: "plot"
8133   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_features-ndr"
8134   algorithm: "plot_performance_box"
8135   output-file-type: ".html"
8136   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_features-ndr"
8137   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8138   filter: "'NIC_Intel-X710' and
8139            '64B' and
8140            ('BASE' or 'SCALE') and
8141            'NDRPDR' and
8142            '4T2C' and
8143            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8144            not 'VHOST' and
8145            not 'NF_DENSITY' and
8146            'MEMIF'"
8147   parameters:
8148   - "throughput"
8149   - "parent"
8150   - "tags"
8151   sort:
8152   - "L2XCFWD"
8153   - "L2XCFWD"
8154   - "L2XCFWD"
8155   - "L2BDMACLRN"
8156   - "L2BDMACLRN"
8157   - "L2BDMACLRN"
8158   - "IP4FWD"
8159   traces:
8160     hoverinfo: "x+y"
8161     boxpoints: "outliers"
8162     whiskerwidth: 0
8163   layout:
8164     title: "memif-2n-skx-x710-64b-4t2c-base_and_features-ndr"
8165     layout: "plot-throughput"
8166
8167 - type: "plot"
8168   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_features-pdr"
8169   algorithm: "plot_performance_box"
8170   output-file-type: ".html"
8171   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_features-pdr"
8172   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8173   filter: "'NIC_Intel-X710' and
8174            '64B' and
8175            ('BASE' or 'SCALE') and
8176            'NDRPDR' and
8177            '4T2C' and
8178            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8179            not 'VHOST' and
8180            not 'NF_DENSITY' and
8181            'MEMIF'"
8182   parameters:
8183   - "throughput"
8184   - "parent"
8185   - "tags"
8186   sort:
8187   - "L2XCFWD"
8188   - "L2XCFWD"
8189   - "L2XCFWD"
8190   - "L2BDMACLRN"
8191   - "L2BDMACLRN"
8192   - "L2BDMACLRN"
8193   - "IP4FWD"
8194   traces:
8195     hoverinfo: "x+y"
8196     boxpoints: "outliers"
8197     whiskerwidth: 0
8198   layout:
8199     title: "memif-2n-skx-x710-64b-4t2c-base_and_features-pdr"
8200     layout: "plot-throughput"
8201
8202 ## Packet Throughput - VPP Container Memif 2n-skx-xxv710
8203 #- type: "plot"
8204 #  title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
8205 #  algorithm: "plot_performance_box"
8206 #  output-file-type: ".html"
8207 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
8208 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
8209 #  filter: "'NIC_Intel-XXV710' and
8210 #           '64B' and
8211 #           ('BASE' or 'SCALE') and
8212 #           'NDRPDR' and
8213 #           '2T1C' and
8214 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8215 #           not 'VHOST' and
8216 #           'MEMIF'"
8217 #  parameters:
8218 #  - "throughput"
8219 #  - "parent"
8220 #  - "tags"
8221 #  sort:
8222 #  - "L2XCFWD"
8223 #  - "L2XCFWD"
8224 #  - "L2XCFWD"
8225 #  - "L2BDMACLRN"
8226 #  - "L2BDMACLRN"
8227 #  - "L2BDMACLRN"
8228 #  - "IP4FWD"
8229 #  traces:
8230 #    hoverinfo: "x+y"
8231 #    boxpoints: "outliers"
8232 #    whiskerwidth: 0
8233 #  layout:
8234 #    title: "memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
8235 #    layout: "plot-throughput"
8236 #
8237 #- type: "plot"
8238 #  title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
8239 #  algorithm: "plot_performance_box"
8240 #  output-file-type: ".html"
8241 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
8242 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
8243 #  filter: "'NIC_Intel-XXV710' and
8244 #           '64B' and
8245 #           ('BASE' or 'SCALE') and
8246 #           'NDRPDR' and
8247 #           '2T1C' and
8248 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8249 #           not 'VHOST' and
8250 #           'MEMIF'"
8251 #  parameters:
8252 #  - "throughput"
8253 #  - "parent"
8254 #  - "tags"
8255 #  sort:
8256 #  - "L2XCFWD"
8257 #  - "L2XCFWD"
8258 #  - "L2XCFWD"
8259 #  - "L2BDMACLRN"
8260 #  - "L2BDMACLRN"
8261 #  - "L2BDMACLRN"
8262 #  - "IP4FWD"
8263 #  traces:
8264 #    hoverinfo: "x+y"
8265 #    boxpoints: "outliers"
8266 #    whiskerwidth: 0
8267 #  layout:
8268 #    title: "memif-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
8269 #    layout: "plot-throughput"
8270 #
8271 #- type: "plot"
8272 #  title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
8273 #  algorithm: "plot_performance_box"
8274 #  output-file-type: ".html"
8275 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
8276 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
8277 #  filter: "'NIC_Intel-XXV710' and
8278 #           '64B' and
8279 #           ('BASE' or 'SCALE') and
8280 #           'NDRPDR' and
8281 #           '4T2C' and
8282 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8283 #           not 'VHOST' and
8284 #           'MEMIF'"
8285 #  parameters:
8286 #  - "throughput"
8287 #  - "parent"
8288 #  - "tags"
8289 #  sort:
8290 #  - "L2XCFWD"
8291 #  - "L2XCFWD"
8292 #  - "L2XCFWD"
8293 #  - "L2BDMACLRN"
8294 #  - "L2BDMACLRN"
8295 #  - "L2BDMACLRN"
8296 #  - "IP4FWD"
8297 #  traces:
8298 #    hoverinfo: "x+y"
8299 #    boxpoints: "outliers"
8300 #    whiskerwidth: 0
8301 #  layout:
8302 #    title: "memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
8303 #    layout: "plot-throughput"
8304 #
8305 #- type: "plot"
8306 #  title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
8307 #  algorithm: "plot_performance_box"
8308 #  output-file-type: ".html"
8309 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
8310 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
8311 #  filter: "'NIC_Intel-XXV710' and
8312 #           '64B' and
8313 #           ('BASE' or 'SCALE') and
8314 #           'NDRPDR' and
8315 #           '4T2C' and
8316 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8317 #           not 'VHOST' and
8318 #           'MEMIF'"
8319 #  parameters:
8320 #  - "throughput"
8321 #  - "parent"
8322 #  - "tags"
8323 #  sort:
8324 #  - "L2XCFWD"
8325 #  - "L2XCFWD"
8326 #  - "L2XCFWD"
8327 #  - "L2BDMACLRN"
8328 #  - "L2BDMACLRN"
8329 #  - "L2BDMACLRN"
8330 #  - "IP4FWD"
8331 #  traces:
8332 #    hoverinfo: "x+y"
8333 #    boxpoints: "outliers"
8334 #    whiskerwidth: 0
8335 #  layout:
8336 #    title: "memif-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
8337 #    layout: "plot-throughput"
8338
8339 ################################################################################
8340
8341 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2xc
8342 - type: "plot"
8343   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
8344   algorithm: "plot_performance_box"
8345   output-file-type: ".html"
8346   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
8347   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
8348   filter: "'NIC_Intel-X520-DA2' and
8349            '64B' and
8350            ('BASE' or 'SCALE') and
8351            'NDRPDR' and
8352            '1T1C' and
8353            'L2XCFWD' and
8354            not 'VHOST' and
8355            not 'NF_DENSITY' and
8356            'MEMIF'"
8357   parameters:
8358   - "throughput"
8359   - "parent"
8360   - "tags"
8361   sort:
8362   - "1VNF"
8363   - "2VNF"
8364   - "4VNF"
8365   - "2VNF"
8366   - "4VNF"
8367   traces:
8368     hoverinfo: "x+y"
8369     boxpoints: "outliers"
8370     whiskerwidth: 0
8371   layout:
8372     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
8373     layout: "plot-throughput"
8374
8375 - type: "plot"
8376   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
8377   algorithm: "plot_performance_box"
8378   output-file-type: ".html"
8379   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
8380   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
8381   filter: "'NIC_Intel-X520-DA2' and
8382            '64B' and
8383            ('BASE' or 'SCALE') and
8384            'NDRPDR' and
8385            '1T1C' and
8386            'L2XCFWD' and
8387            not 'VHOST' and
8388            not 'NF_DENSITY' and
8389            'MEMIF'"
8390   parameters:
8391   - "throughput"
8392   - "parent"
8393   - "tags"
8394   sort:
8395   - "1VNF"
8396   - "2VNF"
8397   - "4VNF"
8398   - "2VNF"
8399   - "4VNF"
8400   traces:
8401     hoverinfo: "x+y"
8402     boxpoints: "outliers"
8403     whiskerwidth: 0
8404   layout:
8405     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
8406     layout: "plot-throughput"
8407
8408 - type: "plot"
8409   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
8410   algorithm: "plot_performance_box"
8411   output-file-type: ".html"
8412   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
8413   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
8414   filter: "'NIC_Intel-X520-DA2' and
8415            '64B' and
8416            ('BASE' or 'SCALE') and
8417            'NDRPDR' and
8418            '2T2C' and
8419            'L2XCFWD' and
8420            not 'VHOST' and
8421            not 'NF_DENSITY' and
8422            'MEMIF'"
8423   parameters:
8424   - "throughput"
8425   - "parent"
8426   - "tags"
8427   sort:
8428   - "1VNF"
8429   - "2VNF"
8430   - "4VNF"
8431   - "2VNF"
8432   - "4VNF"
8433   traces:
8434     hoverinfo: "x+y"
8435     boxpoints: "outliers"
8436     whiskerwidth: 0
8437   layout:
8438     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
8439     layout: "plot-throughput"
8440
8441 - type: "plot"
8442   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
8443   algorithm: "plot_performance_box"
8444   output-file-type: ".html"
8445   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
8446   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
8447   filter: "'NIC_Intel-X520-DA2' and
8448            '64B' and
8449            ('BASE' or 'SCALE') and
8450            'NDRPDR' and
8451            '2T2C' and
8452            'L2XCFWD' and
8453            not 'VHOST' and
8454            not 'NF_DENSITY' and
8455            'MEMIF'"
8456   parameters:
8457   - "throughput"
8458   - "parent"
8459   - "tags"
8460   sort:
8461   - "1VNF"
8462   - "2VNF"
8463   - "4VNF"
8464   - "2VNF"
8465   - "4VNF"
8466   traces:
8467     hoverinfo: "x+y"
8468     boxpoints: "outliers"
8469     whiskerwidth: 0
8470   layout:
8471     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
8472     layout: "plot-throughput"
8473
8474 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2bd
8475 - type: "plot"
8476   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
8477   algorithm: "plot_performance_box"
8478   output-file-type: ".html"
8479   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
8480   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
8481   filter: "'NIC_Intel-X520-DA2' and
8482            '64B' and
8483            ('BASE' or 'SCALE') and
8484            'NDRPDR' and
8485            '1T1C' and
8486            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8487            not 'VHOST' and
8488            not 'NF_DENSITY' and
8489            'MEMIF'"
8490   parameters:
8491   - "throughput"
8492   - "parent"
8493   - "tags"
8494   sort:
8495   - "1VNF"
8496   - "2VNF"
8497   - "4VNF"
8498   - "2VNF"
8499   - "4VNF"
8500   traces:
8501     hoverinfo: "x+y"
8502     boxpoints: "outliers"
8503     whiskerwidth: 0
8504   layout:
8505     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
8506     layout: "plot-throughput"
8507
8508 - type: "plot"
8509   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
8510   algorithm: "plot_performance_box"
8511   output-file-type: ".html"
8512   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
8513   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
8514   filter: "'NIC_Intel-X520-DA2' and
8515            '64B' and
8516            ('BASE' or 'SCALE') and
8517            'NDRPDR' and
8518            '1T1C' and
8519            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8520            not 'VHOST' and
8521            not 'NF_DENSITY' and
8522            'MEMIF'"
8523   parameters:
8524   - "throughput"
8525   - "parent"
8526   - "tags"
8527   sort:
8528   - "1VNF"
8529   - "2VNF"
8530   - "4VNF"
8531   - "2VNF"
8532   - "4VNF"
8533   traces:
8534     hoverinfo: "x+y"
8535     boxpoints: "outliers"
8536     whiskerwidth: 0
8537   layout:
8538     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
8539     layout: "plot-throughput"
8540
8541 - type: "plot"
8542   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
8543   algorithm: "plot_performance_box"
8544   output-file-type: ".html"
8545   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
8546   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
8547   filter: "'NIC_Intel-X520-DA2' and
8548            '64B' and
8549            ('BASE' or 'SCALE') and
8550            'NDRPDR' and
8551            '2T2C' and
8552            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8553            not 'VHOST' and
8554            not 'NF_DENSITY' and
8555            'MEMIF'"
8556   parameters:
8557   - "throughput"
8558   - "parent"
8559   - "tags"
8560   sort:
8561   - "1VNF"
8562   - "2VNF"
8563   - "4VNF"
8564   - "2VNF"
8565   - "4VNF"
8566   traces:
8567     hoverinfo: "x+y"
8568     boxpoints: "outliers"
8569     whiskerwidth: 0
8570   layout:
8571     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
8572     layout: "plot-throughput"
8573
8574 - type: "plot"
8575   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
8576   algorithm: "plot_performance_box"
8577   output-file-type: ".html"
8578   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
8579   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
8580   filter: "'NIC_Intel-X520-DA2' and
8581            '64B' and
8582            ('BASE' or 'SCALE') and
8583            'NDRPDR' and
8584            '2T2C' and
8585            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8586            not 'VHOST' and
8587            not 'NF_DENSITY' and
8588            'MEMIF'"
8589   parameters:
8590   - "throughput"
8591   - "parent"
8592   - "tags"
8593   sort:
8594   - "1VNF"
8595   - "2VNF"
8596   - "4VNF"
8597   - "2VNF"
8598   - "4VNF"
8599   traces:
8600     hoverinfo: "x+y"
8601     boxpoints: "outliers"
8602     whiskerwidth: 0
8603   layout:
8604     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
8605     layout: "plot-throughput"
8606
8607 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2xc
8608 - type: "plot"
8609   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
8610   algorithm: "plot_performance_box"
8611   output-file-type: ".html"
8612   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
8613   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
8614   filter: "'NIC_Intel-X710' and
8615            '64B' and
8616            ('BASE' or 'SCALE') and
8617            'NDRPDR' and
8618            '1T1C' and
8619            'L2XCFWD' and
8620            not 'VHOST' and
8621            not 'NF_DENSITY' and
8622            'MEMIF'"
8623   parameters:
8624   - "throughput"
8625   - "parent"
8626   - "tags"
8627   sort:
8628   - "1VNF"
8629   - "2VNF"
8630   - "4VNF"
8631   - "2VNF"
8632   - "4VNF"
8633   traces:
8634     hoverinfo: "x+y"
8635     boxpoints: "outliers"
8636     whiskerwidth: 0
8637   layout:
8638     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
8639     layout: "plot-throughput"
8640
8641 - type: "plot"
8642   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
8643   algorithm: "plot_performance_box"
8644   output-file-type: ".html"
8645   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
8646   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
8647   filter: "'NIC_Intel-X710' and
8648            '64B' and
8649            ('BASE' or 'SCALE') and
8650            'NDRPDR' and
8651            '1T1C' and
8652            'L2XCFWD' and
8653            not 'VHOST' and
8654            not 'NF_DENSITY' and
8655            'MEMIF'"
8656   parameters:
8657   - "throughput"
8658   - "parent"
8659   - "tags"
8660   sort:
8661   - "1VNF"
8662   - "2VNF"
8663   - "4VNF"
8664   - "2VNF"
8665   - "4VNF"
8666   traces:
8667     hoverinfo: "x+y"
8668     boxpoints: "outliers"
8669     whiskerwidth: 0
8670   layout:
8671     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
8672     layout: "plot-throughput"
8673
8674 - type: "plot"
8675   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
8676   algorithm: "plot_performance_box"
8677   output-file-type: ".html"
8678   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
8679   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
8680   filter: "'NIC_Intel-X710' and
8681            '64B' and
8682            ('BASE' or 'SCALE') and
8683            'NDRPDR' and
8684            '2T2C' and
8685            'L2XCFWD' and
8686            not 'VHOST' and
8687            not 'NF_DENSITY' and
8688            'MEMIF'"
8689   parameters:
8690   - "throughput"
8691   - "parent"
8692   - "tags"
8693   sort:
8694   - "1VNF"
8695   - "2VNF"
8696   - "4VNF"
8697   - "2VNF"
8698   - "4VNF"
8699   traces:
8700     hoverinfo: "x+y"
8701     boxpoints: "outliers"
8702     whiskerwidth: 0
8703   layout:
8704     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
8705     layout: "plot-throughput"
8706
8707 - type: "plot"
8708   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
8709   algorithm: "plot_performance_box"
8710   output-file-type: ".html"
8711   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
8712   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
8713   filter: "'NIC_Intel-X710' and
8714            '64B' and
8715            ('BASE' or 'SCALE') and
8716            'NDRPDR' and
8717            '2T2C' and
8718            'L2XCFWD' and
8719            not 'VHOST' and
8720            not 'NF_DENSITY' and
8721            'MEMIF'"
8722   parameters:
8723   - "throughput"
8724   - "parent"
8725   - "tags"
8726   sort:
8727   - "1VNF"
8728   - "2VNF"
8729   - "4VNF"
8730   - "2VNF"
8731   - "4VNF"
8732   traces:
8733     hoverinfo: "x+y"
8734     boxpoints: "outliers"
8735     whiskerwidth: 0
8736   layout:
8737     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
8738     layout: "plot-throughput"
8739
8740 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2bd
8741 - type: "plot"
8742   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
8743   algorithm: "plot_performance_box"
8744   output-file-type: ".html"
8745   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
8746   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
8747   filter: "'NIC_Intel-X710' and
8748            '64B' and
8749            ('BASE' or 'SCALE') and
8750            'NDRPDR' and
8751            '1T1C' and
8752            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8753            not 'VHOST' and
8754            not 'NF_DENSITY' and
8755            'MEMIF'"
8756   parameters:
8757   - "throughput"
8758   - "parent"
8759   - "tags"
8760   sort:
8761   - "1VNF"
8762   - "2VNF"
8763   - "4VNF"
8764   - "2VNF"
8765   - "4VNF"
8766   traces:
8767     hoverinfo: "x+y"
8768     boxpoints: "outliers"
8769     whiskerwidth: 0
8770   layout:
8771     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
8772     layout: "plot-throughput"
8773
8774 - type: "plot"
8775   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
8776   algorithm: "plot_performance_box"
8777   output-file-type: ".html"
8778   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
8779   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
8780   filter: "'NIC_Intel-X710' and
8781            '64B' and
8782            ('BASE' or 'SCALE') and
8783            'NDRPDR' and
8784            '1T1C' and
8785            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8786            not 'VHOST' and
8787            not 'NF_DENSITY' and
8788            'MEMIF'"
8789   parameters:
8790   - "throughput"
8791   - "parent"
8792   - "tags"
8793   sort:
8794   - "1VNF"
8795   - "2VNF"
8796   - "4VNF"
8797   - "2VNF"
8798   - "4VNF"
8799   traces:
8800     hoverinfo: "x+y"
8801     boxpoints: "outliers"
8802     whiskerwidth: 0
8803   layout:
8804     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
8805     layout: "plot-throughput"
8806
8807 - type: "plot"
8808   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
8809   algorithm: "plot_performance_box"
8810   output-file-type: ".html"
8811   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
8812   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
8813   filter: "'NIC_Intel-X710' and
8814            '64B' and
8815            ('BASE' or 'SCALE') and
8816            'NDRPDR' and
8817            '2T2C' and
8818            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8819            not 'VHOST' and
8820            not 'NF_DENSITY' and
8821            'MEMIF'"
8822   parameters:
8823   - "throughput"
8824   - "parent"
8825   - "tags"
8826   sort:
8827   - "1VNF"
8828   - "2VNF"
8829   - "4VNF"
8830   - "2VNF"
8831   - "4VNF"
8832   traces:
8833     hoverinfo: "x+y"
8834     boxpoints: "outliers"
8835     whiskerwidth: 0
8836   layout:
8837     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
8838     layout: "plot-throughput"
8839
8840 - type: "plot"
8841   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
8842   algorithm: "plot_performance_box"
8843   output-file-type: ".html"
8844   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
8845   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
8846   filter: "'NIC_Intel-X710' and
8847            '64B' and
8848            ('BASE' or 'SCALE') and
8849            'NDRPDR' and
8850            '2T2C' and
8851            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8852            not 'VHOST' and
8853            not 'NF_DENSITY' and
8854            'MEMIF'"
8855   parameters:
8856   - "throughput"
8857   - "parent"
8858   - "tags"
8859   sort:
8860   - "1VNF"
8861   - "2VNF"
8862   - "4VNF"
8863   - "2VNF"
8864   - "4VNF"
8865   traces:
8866     hoverinfo: "x+y"
8867     boxpoints: "outliers"
8868     whiskerwidth: 0
8869   layout:
8870     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
8871     layout: "plot-throughput"
8872
8873 ################################################################################
8874
8875 # Packet Throughput - VPP IPv4 3n-hsw-x520 base and scale
8876 - type: "plot"
8877   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
8878   algorithm: "plot_performance_box"
8879   output-file-type: ".html"
8880   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
8881   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8882   filter: "'NIC_Intel-X520-DA2' and
8883            '64B' and
8884            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8885            'NDRPDR' and
8886            '1T1C' and
8887            'IP4FWD' and
8888            not 'IPSEC' and
8889            not 'DOT1Q' and
8890            not 'VHOST'"
8891   parameters:
8892   - "throughput"
8893   - "parent"
8894   - "tags"
8895   sort:
8896   - "IP4BASE"
8897   - "FIB_20K"
8898   - "FIB_200K"
8899   - "FIB_2M"
8900   traces:
8901     hoverinfo: "x+y"
8902     boxpoints: "outliers"
8903     whiskerwidth: 0
8904   layout:
8905     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
8906     layout: "plot-throughput"
8907
8908 - type: "plot"
8909   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
8910   algorithm: "plot_performance_box"
8911   output-file-type: ".html"
8912   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
8913   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8914   filter: "'NIC_Intel-X520-DA2' and
8915            '64B' and
8916            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8917            'NDRPDR' and
8918            '1T1C' and
8919            'IP4FWD' and
8920            not 'IPSEC' and
8921            not 'DOT1Q' and
8922            not 'VHOST'"
8923   parameters:
8924   - "throughput"
8925   - "parent"
8926   - "tags"
8927   sort:
8928   - "IP4BASE"
8929   - "FIB_20K"
8930   - "FIB_200K"
8931   - "FIB_2M"
8932   traces:
8933     hoverinfo: "x+y"
8934     boxpoints: "outliers"
8935     whiskerwidth: 0
8936   layout:
8937     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
8938     layout: "plot-throughput"
8939
8940 - type: "plot"
8941   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
8942   algorithm: "plot_performance_box"
8943   output-file-type: ".html"
8944   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
8945   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8946   filter: "'NIC_Intel-X520-DA2' and
8947            '64B' and
8948            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8949            'NDRPDR' and
8950            '2T2C' and
8951            'IP4FWD' and
8952            not 'IPSEC' and
8953            not 'DOT1Q' and
8954            not 'VHOST'"
8955   parameters:
8956   - "throughput"
8957   - "parent"
8958   - "tags"
8959   sort:
8960   - "IP4BASE"
8961   - "FIB_20K"
8962   - "FIB_200K"
8963   - "FIB_2M"
8964   traces:
8965     hoverinfo: "x+y"
8966     boxpoints: "outliers"
8967     whiskerwidth: 0
8968   layout:
8969     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
8970     layout: "plot-throughput"
8971
8972 - type: "plot"
8973   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
8974   algorithm: "plot_performance_box"
8975   output-file-type: ".html"
8976   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
8977   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8978   filter: "'NIC_Intel-X520-DA2' and
8979            '64B' and
8980            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8981            'NDRPDR' and
8982            '2T2C' and
8983            'IP4FWD' and
8984            not 'IPSEC' and
8985            not 'DOT1Q' and
8986            not 'VHOST'"
8987   parameters:
8988   - "throughput"
8989   - "parent"
8990   - "tags"
8991   sort:
8992   - "IP4BASE"
8993   - "FIB_20K"
8994   - "FIB_200K"
8995   - "FIB_2M"
8996   traces:
8997     hoverinfo: "x+y"
8998     boxpoints: "outliers"
8999     whiskerwidth: 0
9000   layout:
9001     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
9002     layout: "plot-throughput"
9003
9004 # Packet Throughput - VPP IPv4 3n-hsw-x520 features
9005 - type: "plot"
9006   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-ndr"
9007   algorithm: "plot_performance_box"
9008   output-file-type: ".html"
9009   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr"
9010   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9011   filter: "'NIC_Intel-X520-DA2' and
9012            '64B' and
9013            ('IP4BASE' or
9014             'POLICE_MARK' or
9015             'COPWHLIST' or
9016             ('NAT44' and 'BASE') or
9017             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
9018            'NDRPDR' and
9019            '1T1C' and
9020            'IP4FWD' and
9021            not 'IPSEC' and
9022            not 'VHOST'"
9023   parameters:
9024   - "throughput"
9025   - "parent"
9026   - "tags"
9027   sort:
9028   - "DOT1Q"
9029   - "IP4BASE"
9030   - "NAT44"
9031   - "POLICE_MARK"
9032   - "COPWHLIST"
9033   - "IACL"
9034   - "OACL"
9035   traces:
9036     hoverinfo: "x+y"
9037     boxpoints: "outliers"
9038     whiskerwidth: 0
9039   layout:
9040     title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
9041     layout: "plot-throughput"
9042
9043 - type: "plot"
9044   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-pdr"
9045   algorithm: "plot_performance_box"
9046   output-file-type: ".html"
9047   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-pdr"
9048   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9049   filter: "'NIC_Intel-X520-DA2' and
9050            '64B' and
9051            ('IP4BASE' or
9052             'POLICE_MARK' or
9053             'COPWHLIST' or
9054             ('NAT44' and 'BASE') or
9055             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
9056            'NDRPDR' and
9057            '1T1C' and
9058            'IP4FWD' and
9059            not 'IPSEC' and
9060            not 'VHOST'"
9061   parameters:
9062   - "throughput"
9063   - "parent"
9064   - "tags"
9065   sort:
9066   - "DOT1Q"
9067   - "IP4BASE"
9068   - "NAT44"
9069   - "POLICE_MARK"
9070   - "COPWHLIST"
9071   - "IACL"
9072   - "OACL"
9073   traces:
9074     hoverinfo: "x+y"
9075     boxpoints: "outliers"
9076     whiskerwidth: 0
9077   layout:
9078     title: "ip4-3n-hsw-x520-64b-1t1c-features-pdr"
9079     layout: "plot-throughput"
9080
9081 - type: "plot"
9082   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-ndr"
9083   algorithm: "plot_performance_box"
9084   output-file-type: ".html"
9085   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr"
9086   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9087   filter: "'NIC_Intel-X520-DA2' and
9088            '64B' and
9089            ('IP4BASE' or
9090             'POLICE_MARK' or
9091             'COPWHLIST' or
9092             ('NAT44' and 'BASE') or
9093             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
9094            'NDRPDR' and
9095            '2T2C' and
9096            'IP4FWD' and
9097            not 'IPSEC' and
9098            not 'VHOST'"
9099   parameters:
9100   - "throughput"
9101   - "parent"
9102   - "tags"
9103   sort:
9104   - "DOT1Q"
9105   - "IP4BASE"
9106   - "NAT44"
9107   - "POLICE_MARK"
9108   - "COPWHLIST"
9109   - "IACL"
9110   - "OACL"
9111   traces:
9112     hoverinfo: "x+y"
9113     boxpoints: "outliers"
9114     whiskerwidth: 0
9115   layout:
9116     title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
9117     layout: "plot-throughput"
9118
9119 - type: "plot"
9120   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-pdr"
9121   algorithm: "plot_performance_box"
9122   output-file-type: ".html"
9123   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-pdr"
9124   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9125   filter: "'NIC_Intel-X520-DA2' and
9126            '64B' and
9127            ('IP4BASE' or
9128             'POLICE_MARK' or
9129             'COPWHLIST' or
9130             ('NAT44' and 'BASE') or
9131             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
9132            'NDRPDR' and
9133            '2T2C' and
9134            'IP4FWD' and
9135            not 'IPSEC' and
9136            not 'VHOST'"
9137   parameters:
9138   - "throughput"
9139   - "parent"
9140   - "tags"
9141   sort:
9142   - "DOT1Q"
9143   - "IP4BASE"
9144   - "NAT44"
9145   - "POLICE_MARK"
9146   - "COPWHLIST"
9147   - "IACL"
9148   - "OACL"
9149   traces:
9150     hoverinfo: "x+y"
9151     boxpoints: "outliers"
9152     whiskerwidth: 0
9153   layout:
9154     title: "ip4-3n-hsw-x520-64b-2t2c-features-pdr"
9155     layout: "plot-throughput"
9156
9157 # Packet Throughput - VPP IPv4 3n-hsw-x520 features nat44
9158 - type: "plot"
9159   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
9160   algorithm: "plot_performance_box"
9161   output-file-type: ".html"
9162   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
9163   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9164   filter: "'NIC_Intel-X520-DA2' and
9165            '64B' and
9166            'NDRPDR' and
9167            '1T1C' and
9168            'IP4FWD' and
9169            ('NAT44' or 'IP4BASE') and
9170            not 'DOT1Q' and
9171            not 'IPSEC' and
9172            not 'VHOST'"
9173   parameters:
9174   - "throughput"
9175   - "parent"
9176   - "tags"
9177   sort:
9178   - "IP4BASE"
9179   - "BASE"
9180   - "SRC_USER_10"
9181   - "SRC_USER_100"
9182   - "SRC_USER_1000"
9183   - "SRC_USER_2000"
9184   traces:
9185     hoverinfo: "x+y"
9186     boxpoints: "outliers"
9187     whiskerwidth: 0
9188   layout:
9189     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
9190     layout: "plot-throughput"
9191
9192 - type: "plot"
9193   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
9194   algorithm: "plot_performance_box"
9195   output-file-type: ".html"
9196   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
9197   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9198   filter: "'NIC_Intel-X520-DA2' and
9199            '64B' and
9200            'NDRPDR' and
9201            '1T1C' and
9202            'IP4FWD' and
9203            ('NAT44' or 'IP4BASE') and
9204            not 'DOT1Q' and
9205            not 'IPSEC' and
9206            not 'VHOST'"
9207   parameters:
9208   - "throughput"
9209   - "parent"
9210   - "tags"
9211   sort:
9212   - "IP4BASE"
9213   - "BASE"
9214   - "SRC_USER_10"
9215   - "SRC_USER_100"
9216   - "SRC_USER_1000"
9217   - "SRC_USER_2000"
9218   traces:
9219     hoverinfo: "x+y"
9220     boxpoints: "outliers"
9221     whiskerwidth: 0
9222   layout:
9223     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
9224     layout: "plot-throughput"
9225
9226 - type: "plot"
9227   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
9228   algorithm: "plot_performance_box"
9229   output-file-type: ".html"
9230   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
9231   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9232   filter: "'NIC_Intel-X520-DA2' and
9233            '64B' and
9234            'NDRPDR' and
9235            '2T2C' and
9236            'IP4FWD' and
9237            ('NAT44' or 'IP4BASE') and
9238            not 'DOT1Q' and
9239            not 'IPSEC' and
9240            not 'VHOST'"
9241   parameters:
9242   - "throughput"
9243   - "parent"
9244   - "tags"
9245   sort:
9246   - "IP4BASE"
9247   - "BASE"
9248   - "SRC_USER_10"
9249   - "SRC_USER_100"
9250   - "SRC_USER_1000"
9251   - "SRC_USER_2000"
9252   traces:
9253     hoverinfo: "x+y"
9254     boxpoints: "outliers"
9255     whiskerwidth: 0
9256   layout:
9257     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
9258     layout: "plot-throughput"
9259
9260 - type: "plot"
9261   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
9262   algorithm: "plot_performance_box"
9263   output-file-type: ".html"
9264   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
9265   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9266   filter: "'NIC_Intel-X520-DA2' and
9267            '64B' and
9268            'NDRPDR' and
9269            '2T2C' and
9270            'IP4FWD' and
9271            ('NAT44' or 'IP4BASE') and
9272            not 'DOT1Q' and
9273            not 'IPSEC' and
9274            not 'VHOST'"
9275   parameters:
9276   - "throughput"
9277   - "parent"
9278   - "tags"
9279   sort:
9280   - "IP4BASE"
9281   - "BASE"
9282   - "SRC_USER_10"
9283   - "SRC_USER_100"
9284   - "SRC_USER_1000"
9285   - "SRC_USER_2000"
9286   traces:
9287     hoverinfo: "x+y"
9288     boxpoints: "outliers"
9289     whiskerwidth: 0
9290   layout:
9291     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
9292     layout: "plot-throughput"
9293
9294 # Packet Throughput - VPP IPv4 3n-hsw-x520 features iacl
9295 - type: "plot"
9296   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
9297   algorithm: "plot_performance_box"
9298   output-file-type: ".html"
9299   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
9300   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9301   filter: "'NIC_Intel-X520-DA2' and
9302            '64B' and
9303            'NDRPDR' and
9304            '1T1C' and
9305            'IP4FWD' and
9306            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
9307            not 'IPSEC' and
9308            not 'DOT1Q' and
9309            not 'VHOST'"
9310   parameters:
9311   - "throughput"
9312   - "parent"
9313   - "tags"
9314   sort:
9315   - "IP4BASE"
9316   - "ACL_STATELESS"
9317   - "ACL_STATEFUL"
9318   - "ACL_STATELESS"
9319   - "ACL_STATEFUL"
9320   traces:
9321     hoverinfo: "x+y"
9322     boxpoints: "outliers"
9323     whiskerwidth: 0
9324   layout:
9325     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
9326     layout: "plot-throughput"
9327
9328 - type: "plot"
9329   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
9330   algorithm: "plot_performance_box"
9331   output-file-type: ".html"
9332   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
9333   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9334   filter: "'NIC_Intel-X520-DA2' and
9335            '64B' and
9336            'NDRPDR' and
9337            '1T1C' and
9338            'IP4FWD' and
9339            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
9340            not 'IPSEC' and
9341            not 'DOT1Q' and
9342            not 'VHOST'"
9343   parameters:
9344   - "throughput"
9345   - "parent"
9346   - "tags"
9347   sort:
9348   - "IP4BASE"
9349   - "ACL_STATELESS"
9350   - "ACL_STATEFUL"
9351   - "ACL_STATELESS"
9352   - "ACL_STATEFUL"
9353   traces:
9354     hoverinfo: "x+y"
9355     boxpoints: "outliers"
9356     whiskerwidth: 0
9357   layout:
9358     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
9359     layout: "plot-throughput"
9360
9361 - type: "plot"
9362   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
9363   algorithm: "plot_performance_box"
9364   output-file-type: ".html"
9365   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
9366   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9367   filter: "'NIC_Intel-X520-DA2' and
9368            '64B' and
9369            'NDRPDR' and
9370            '2T2C' and
9371            'IP4FWD' and
9372            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
9373            not 'IPSEC' and
9374            not 'DOT1Q' and
9375            not 'VHOST'"
9376   parameters:
9377   - "throughput"
9378   - "parent"
9379   - "tags"
9380   sort:
9381   - "IP4BASE"
9382   - "ACL_STATELESS"
9383   - "ACL_STATEFUL"
9384   - "ACL_STATELESS"
9385   - "ACL_STATEFUL"
9386   traces:
9387     hoverinfo: "x+y"
9388     boxpoints: "outliers"
9389     whiskerwidth: 0
9390   layout:
9391     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
9392     layout: "plot-throughput"
9393
9394 - type: "plot"
9395   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
9396   algorithm: "plot_performance_box"
9397   output-file-type: ".html"
9398   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
9399   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9400   filter: "'NIC_Intel-X520-DA2' and
9401            '64B' and
9402            'NDRPDR' and
9403            '2T2C' and
9404            'IP4FWD' and
9405            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
9406            not 'IPSEC' and
9407            not 'DOT1Q' and
9408            not 'VHOST'"
9409   parameters:
9410   - "throughput"
9411   - "parent"
9412   - "tags"
9413   sort:
9414   - "IP4BASE"
9415   - "ACL_STATELESS"
9416   - "ACL_STATEFUL"
9417   - "ACL_STATELESS"
9418   - "ACL_STATEFUL"
9419   traces:
9420     hoverinfo: "x+y"
9421     boxpoints: "outliers"
9422     whiskerwidth: 0
9423   layout:
9424     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
9425     layout: "plot-throughput"
9426
9427 # Packet Throughput - VPP IPv4 3n-hsw-x520 features oacl
9428 - type: "plot"
9429   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
9430   algorithm: "plot_performance_box"
9431   output-file-type: ".html"
9432   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
9433   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9434   filter: "'NIC_Intel-X520-DA2' and
9435            '64B' and
9436            'NDRPDR' and
9437            '1T1C' and
9438            'IP4FWD' and
9439            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
9440            not 'IPSEC' and
9441            not 'DOT1Q' and
9442            not 'VHOST'"
9443   parameters:
9444   - "throughput"
9445   - "parent"
9446   - "tags"
9447   sort:
9448   - "IP4BASE"
9449   - "ACL_STATELESS"
9450   - "ACL_STATEFUL"
9451   - "ACL_STATELESS"
9452   - "ACL_STATEFUL"
9453   traces:
9454     hoverinfo: "x+y"
9455     boxpoints: "outliers"
9456     whiskerwidth: 0
9457   layout:
9458     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
9459     layout: "plot-throughput"
9460
9461 - type: "plot"
9462   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
9463   algorithm: "plot_performance_box"
9464   output-file-type: ".html"
9465   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
9466   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9467   filter: "'NIC_Intel-X520-DA2' and
9468            '64B' and
9469            'NDRPDR' and
9470            '1T1C' and
9471            'IP4FWD' and
9472            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
9473            not 'IPSEC' and
9474            not 'DOT1Q' and
9475            not 'VHOST'"
9476   parameters:
9477   - "throughput"
9478   - "parent"
9479   - "tags"
9480   sort:
9481   - "IP4BASE"
9482   - "ACL_STATELESS"
9483   - "ACL_STATEFUL"
9484   - "ACL_STATELESS"
9485   - "ACL_STATEFUL"
9486   traces:
9487     hoverinfo: "x+y"
9488     boxpoints: "outliers"
9489     whiskerwidth: 0
9490   layout:
9491     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
9492     layout: "plot-throughput"
9493
9494 - type: "plot"
9495   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
9496   algorithm: "plot_performance_box"
9497   output-file-type: ".html"
9498   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
9499   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9500   filter: "'NIC_Intel-X520-DA2' and
9501            '64B' and
9502            'NDRPDR' and
9503            '2T2C' and
9504            'IP4FWD' and
9505            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
9506            not 'IPSEC' and
9507            not 'DOT1Q' and
9508            not 'VHOST'"
9509   parameters:
9510   - "throughput"
9511   - "parent"
9512   - "tags"
9513   sort:
9514   - "IP4BASE"
9515   - "ACL_STATELESS"
9516   - "ACL_STATEFUL"
9517   - "ACL_STATELESS"
9518   - "ACL_STATEFUL"
9519   traces:
9520     hoverinfo: "x+y"
9521     boxpoints: "outliers"
9522     whiskerwidth: 0
9523   layout:
9524     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
9525     layout: "plot-throughput"
9526
9527 - type: "plot"
9528   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
9529   algorithm: "plot_performance_box"
9530   output-file-type: ".html"
9531   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
9532   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9533   filter: "'NIC_Intel-X520-DA2' and
9534            '64B' and
9535            'NDRPDR' and
9536            '2T2C' and
9537            'IP4FWD' and
9538            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
9539            not 'IPSEC' and
9540            not 'DOT1Q' and
9541            not 'VHOST'"
9542   parameters:
9543   - "throughput"
9544   - "parent"
9545   - "tags"
9546   sort:
9547   - "IP4BASE"
9548   - "ACL_STATELESS"
9549   - "ACL_STATEFUL"
9550   - "ACL_STATELESS"
9551   - "ACL_STATEFUL"
9552   traces:
9553     hoverinfo: "x+y"
9554     boxpoints: "outliers"
9555     whiskerwidth: 0
9556   layout:
9557     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
9558     layout: "plot-throughput"
9559
9560 # Packet Throughput - VPP IPv4 3n-hsw-x710 base and scale
9561 - type: "plot"
9562   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
9563   algorithm: "plot_performance_box"
9564   output-file-type: ".html"
9565   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
9566   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9567   filter: "'NIC_Intel-X710' and
9568            '64B' and
9569            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9570            'NDRPDR' and
9571            '1T1C' and
9572            'IP4FWD' and
9573            not 'IPSEC' and
9574            not 'DOT1Q' and
9575            not 'VHOST'"
9576   parameters:
9577   - "throughput"
9578   - "parent"
9579   - "tags"
9580   sort:
9581   - "IP4BASE"
9582   - "FIB_20K"
9583   - "FIB_200K"
9584   - "FIB_2M"
9585   traces:
9586     hoverinfo: "x+y"
9587     boxpoints: "outliers"
9588     whiskerwidth: 0
9589   layout:
9590     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
9591     layout: "plot-throughput"
9592
9593 - type: "plot"
9594   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
9595   algorithm: "plot_performance_box"
9596   output-file-type: ".html"
9597   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
9598   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9599   filter: "'NIC_Intel-X710' and
9600            '64B' and
9601            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9602            'NDRPDR' and
9603            '1T1C' and
9604            'IP4FWD' and
9605            not 'IPSEC' and
9606            not 'DOT1Q' and
9607            not 'VHOST'"
9608   parameters:
9609   - "throughput"
9610   - "parent"
9611   - "tags"
9612   sort:
9613   - "IP4BASE"
9614   - "FIB_20K"
9615   - "FIB_200K"
9616   - "FIB_2M"
9617   traces:
9618     hoverinfo: "x+y"
9619     boxpoints: "outliers"
9620     whiskerwidth: 0
9621   layout:
9622     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
9623     layout: "plot-throughput"
9624
9625 - type: "plot"
9626   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
9627   algorithm: "plot_performance_box"
9628   output-file-type: ".html"
9629   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
9630   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9631   filter: "'NIC_Intel-X710' and
9632            '64B' and
9633            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9634            'NDRPDR' and
9635            '2T2C' and
9636            'IP4FWD' and
9637            not 'IPSEC' and
9638            not 'DOT1Q' and
9639            not 'VHOST'"
9640   parameters:
9641   - "throughput"
9642   - "parent"
9643   - "tags"
9644   sort:
9645   - "IP4BASE"
9646   - "FIB_20K"
9647   - "FIB_200K"
9648   - "FIB_2M"
9649   traces:
9650     hoverinfo: "x+y"
9651     boxpoints: "outliers"
9652     whiskerwidth: 0
9653   layout:
9654     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
9655     layout: "plot-throughput"
9656
9657 - type: "plot"
9658   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
9659   algorithm: "plot_performance_box"
9660   output-file-type: ".html"
9661   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
9662   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9663   filter: "'NIC_Intel-X710' and
9664            '64B' and
9665            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9666            'NDRPDR' and
9667            '2T2C' and
9668            'IP4FWD' and
9669            not 'IPSEC' and
9670            not 'DOT1Q' and
9671            not 'VHOST'"
9672   parameters:
9673   - "throughput"
9674   - "parent"
9675   - "tags"
9676   sort:
9677   - "IP4BASE"
9678   - "FIB_20K"
9679   - "FIB_200K"
9680   - "FIB_2M"
9681   traces:
9682     hoverinfo: "x+y"
9683     boxpoints: "outliers"
9684     whiskerwidth: 0
9685   layout:
9686     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
9687     layout: "plot-throughput"
9688
9689 # Packet Throughput - VPP IPv4 3n-hsw-x710 features
9690 - type: "plot"
9691   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-ndr"
9692   algorithm: "plot_performance_box"
9693   output-file-type: ".html"
9694   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr"
9695   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9696   filter: "'NIC_Intel-X710' and
9697            '64B' and
9698            ('IP4BASE' or
9699             'POLICE_MARK' or
9700             'COPWHLIST' or
9701             ('NAT44' and 'BASE') or
9702             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
9703            'NDRPDR' and
9704            '1T1C' and
9705            'IP4FWD' and
9706            not 'IPSEC' and
9707            not 'VHOST'"
9708   parameters:
9709   - "throughput"
9710   - "parent"
9711   - "tags"
9712   sort:
9713   - "DOT1Q"
9714   - "IP4BASE"
9715   - "NAT44"
9716   - "POLICE_MARK"
9717   - "COPWHLIST"
9718   - "IACL"
9719   - "OACL"
9720   traces:
9721     hoverinfo: "x+y"
9722     boxpoints: "outliers"
9723     whiskerwidth: 0
9724   layout:
9725     title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
9726     layout: "plot-throughput"
9727
9728 - type: "plot"
9729   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-pdr"
9730   algorithm: "plot_performance_box"
9731   output-file-type: ".html"
9732   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-pdr"
9733   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9734   filter: "'NIC_Intel-X710' and
9735            '64B' and
9736            ('IP4BASE' or
9737             'POLICE_MARK' or
9738             'COPWHLIST' or
9739             ('NAT44' and 'BASE') or
9740             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
9741            'NDRPDR' and
9742            '1T1C' and
9743            'IP4FWD' and
9744            not 'IPSEC' and
9745            not 'VHOST'"
9746   parameters:
9747   - "throughput"
9748   - "parent"
9749   - "tags"
9750   sort:
9751   - "DOT1Q"
9752   - "IP4BASE"
9753   - "NAT44"
9754   - "POLICE_MARK"
9755   - "COPWHLIST"
9756   - "IACL"
9757   - "OACL"
9758   traces:
9759     hoverinfo: "x+y"
9760     boxpoints: "outliers"
9761     whiskerwidth: 0
9762   layout:
9763     title: "ip4-3n-hsw-x710-64b-1t1c-features-pdr"
9764     layout: "plot-throughput"
9765
9766 - type: "plot"
9767   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-ndr"
9768   algorithm: "plot_performance_box"
9769   output-file-type: ".html"
9770   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr"
9771   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9772   filter: "'NIC_Intel-X710' and
9773            '64B' and
9774            ('IP4BASE' or
9775             'POLICE_MARK' or
9776             'COPWHLIST' or
9777             ('NAT44' and 'BASE') or
9778             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
9779            'NDRPDR' and
9780            '2T2C' and
9781            'IP4FWD' and
9782            not 'IPSEC' and
9783            not 'VHOST'"
9784   parameters:
9785   - "throughput"
9786   - "parent"
9787   - "tags"
9788   sort:
9789   - "DOT1Q"
9790   - "IP4BASE"
9791   - "NAT44"
9792   - "POLICE_MARK"
9793   - "COPWHLIST"
9794   - "IACL"
9795   - "OACL"
9796   traces:
9797     hoverinfo: "x+y"
9798     boxpoints: "outliers"
9799     whiskerwidth: 0
9800   layout:
9801     title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
9802     layout: "plot-throughput"
9803
9804 - type: "plot"
9805   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-pdr"
9806   algorithm: "plot_performance_box"
9807   output-file-type: ".html"
9808   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-pdr"
9809   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9810   filter: "'NIC_Intel-X710' and
9811            '64B' and
9812            ('IP4BASE' or
9813             'POLICE_MARK' or
9814             'COPWHLIST' or
9815             ('NAT44' and 'BASE') or
9816             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
9817            'NDRPDR' and
9818            '2T2C' and
9819            'IP4FWD' and
9820            not 'IPSEC' and
9821            not 'VHOST'"
9822   parameters:
9823   - "throughput"
9824   - "parent"
9825   - "tags"
9826   sort:
9827   - "DOT1Q"
9828   - "IP4BASE"
9829   - "NAT44"
9830   - "POLICE_MARK"
9831   - "COPWHLIST"
9832   - "IACL"
9833   - "OACL"
9834   traces:
9835     hoverinfo: "x+y"
9836     boxpoints: "outliers"
9837     whiskerwidth: 0
9838   layout:
9839     title: "ip4-3n-hsw-x710-64b-2t2c-features-pdr"
9840     layout: "plot-throughput"
9841
9842 # Packet Throughput - VPP IPv4 3n-hsw-x710 features nat44
9843 - type: "plot"
9844   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
9845   algorithm: "plot_performance_box"
9846   output-file-type: ".html"
9847   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
9848   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9849   filter: "'NIC_Intel-X710' and
9850            '64B' and
9851            'NDRPDR' and
9852            '2T1C' and
9853            'IP4FWD' and
9854            ('NAT44' or 'IP4BASE') and
9855            not 'IPSEC' and
9856            not 'VHOST'"
9857   parameters:
9858   - "throughput"
9859   - "parent"
9860   - "tags"
9861   sort:
9862   - "IP4BASE"
9863   - "BASE"
9864   - "SRC_USER_10"
9865   - "SRC_USER_100"
9866   - "SRC_USER_1000"
9867   - "SRC_USER_2000"
9868   traces:
9869     hoverinfo: "x+y"
9870     boxpoints: "outliers"
9871     whiskerwidth: 0
9872   layout:
9873     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
9874     layout: "plot-throughput"
9875
9876 - type: "plot"
9877   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
9878   algorithm: "plot_performance_box"
9879   output-file-type: ".html"
9880   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
9881   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9882   filter: "'NIC_Intel-X710' and
9883            '64B' and
9884            'NDRPDR' and
9885            '2T1C' and
9886            'IP4FWD' and
9887            ('NAT44' or 'IP4BASE') and
9888            not 'IPSEC' and
9889            not 'VHOST'"
9890   parameters:
9891   - "throughput"
9892   - "parent"
9893   - "tags"
9894   sort:
9895   - "IP4BASE"
9896   - "BASE"
9897   - "SRC_USER_10"
9898   - "SRC_USER_100"
9899   - "SRC_USER_1000"
9900   - "SRC_USER_2000"
9901   traces:
9902     hoverinfo: "x+y"
9903     boxpoints: "outliers"
9904     whiskerwidth: 0
9905   layout:
9906     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
9907     layout: "plot-throughput"
9908
9909 - type: "plot"
9910   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
9911   algorithm: "plot_performance_box"
9912   output-file-type: ".html"
9913   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
9914   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9915   filter: "'NIC_Intel-X710' and
9916            '64B' and
9917            'NDRPDR' and
9918            '4T2C' and
9919            'IP4FWD' and
9920            ('NAT44' or 'IP4BASE') and
9921            not 'IPSEC' and
9922            not 'VHOST'"
9923   parameters:
9924   - "throughput"
9925   - "parent"
9926   - "tags"
9927   sort:
9928   - "IP4BASE"
9929   - "BASE"
9930   - "SRC_USER_10"
9931   - "SRC_USER_100"
9932   - "SRC_USER_1000"
9933   - "SRC_USER_2000"
9934   traces:
9935     hoverinfo: "x+y"
9936     boxpoints: "outliers"
9937     whiskerwidth: 0
9938   layout:
9939     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
9940     layout: "plot-throughput"
9941
9942 - type: "plot"
9943   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
9944   algorithm: "plot_performance_box"
9945   output-file-type: ".html"
9946   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
9947   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9948   filter: "'NIC_Intel-X710' and
9949            '64B' and
9950            'NDRPDR' and
9951            '4T2C' and
9952            'IP4FWD' and
9953            ('NAT44' or 'IP4BASE') and
9954            not 'IPSEC' and
9955            not 'VHOST'"
9956   parameters:
9957   - "throughput"
9958   - "parent"
9959   - "tags"
9960   sort:
9961   - "IP4BASE"
9962   - "BASE"
9963   - "SRC_USER_10"
9964   - "SRC_USER_100"
9965   - "SRC_USER_1000"
9966   - "SRC_USER_2000"
9967   traces:
9968     hoverinfo: "x+y"
9969     boxpoints: "outliers"
9970     whiskerwidth: 0
9971   layout:
9972     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
9973     layout: "plot-throughput"
9974
9975 # Packet Throughput - VPP IPv4 3n-hsw-x710 features iacl
9976 - type: "plot"
9977   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
9978   algorithm: "plot_performance_box"
9979   output-file-type: ".html"
9980   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
9981   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9982   filter: "'NIC_Intel-X710' and
9983            '64B' and
9984            'NDRPDR' and
9985            '2T1C' and
9986            'IP4FWD' and
9987            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
9988            not 'IPSEC' and
9989            not 'VHOST'"
9990   parameters:
9991   - "throughput"
9992   - "parent"
9993   - "tags"
9994   sort:
9995   - "IP4BASE"
9996   - "ACL_STATELESS"
9997   - "ACL_STATEFUL"
9998   - "ACL_STATELESS"
9999   - "ACL_STATEFUL"
10000   traces:
10001     hoverinfo: "x+y"
10002     boxpoints: "outliers"
10003     whiskerwidth: 0
10004   layout:
10005     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
10006     layout: "plot-throughput"
10007
10008 - type: "plot"
10009   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
10010   algorithm: "plot_performance_box"
10011   output-file-type: ".html"
10012   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
10013   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10014   filter: "'NIC_Intel-X710' and
10015            '64B' and
10016            'NDRPDR' and
10017            '2T1C' and
10018            'IP4FWD' and
10019            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
10020            not 'IPSEC' and
10021            not 'VHOST'"
10022   parameters:
10023   - "throughput"
10024   - "parent"
10025   - "tags"
10026   sort:
10027   - "IP4BASE"
10028   - "ACL_STATELESS"
10029   - "ACL_STATEFUL"
10030   - "ACL_STATELESS"
10031   - "ACL_STATEFUL"
10032   traces:
10033     hoverinfo: "x+y"
10034     boxpoints: "outliers"
10035     whiskerwidth: 0
10036   layout:
10037     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
10038     layout: "plot-throughput"
10039
10040 - type: "plot"
10041   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
10042   algorithm: "plot_performance_box"
10043   output-file-type: ".html"
10044   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
10045   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10046   filter: "'NIC_Intel-X710' and
10047            '64B' and
10048            'NDRPDR' and
10049            '4T2C' and
10050            'IP4FWD' and
10051            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
10052            not 'IPSEC' and
10053            not 'VHOST'"
10054   parameters:
10055   - "throughput"
10056   - "parent"
10057   - "tags"
10058   sort:
10059   - "IP4BASE"
10060   - "ACL_STATELESS"
10061   - "ACL_STATEFUL"
10062   - "ACL_STATELESS"
10063   - "ACL_STATEFUL"
10064   traces:
10065     hoverinfo: "x+y"
10066     boxpoints: "outliers"
10067     whiskerwidth: 0
10068   layout:
10069     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
10070     layout: "plot-throughput"
10071
10072 - type: "plot"
10073   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
10074   algorithm: "plot_performance_box"
10075   output-file-type: ".html"
10076   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
10077   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10078   filter: "'NIC_Intel-X710' and
10079            '64B' and
10080            'NDRPDR' and
10081            '4T2C' and
10082            'IP4FWD' and
10083            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
10084            not 'IPSEC' and
10085            not 'VHOST'"
10086   parameters:
10087   - "throughput"
10088   - "parent"
10089   - "tags"
10090   sort:
10091   - "IP4BASE"
10092   - "ACL_STATELESS"
10093   - "ACL_STATEFUL"
10094   - "ACL_STATELESS"
10095   - "ACL_STATEFUL"
10096   traces:
10097     hoverinfo: "x+y"
10098     boxpoints: "outliers"
10099     whiskerwidth: 0
10100   layout:
10101     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
10102     layout: "plot-throughput"
10103
10104 # Packet Throughput - VPP IPv4 3n-hsw-xl710 base and scale
10105 - type: "plot"
10106   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base-ndr"
10107   algorithm: "plot_performance_box"
10108   output-file-type: ".html"
10109   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base-ndr"
10110   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10111   filter: "'NIC_Intel-XL710' and
10112            '64B' and
10113            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10114            'NDRPDR' and
10115            '1T1C' and
10116            'IP4FWD' and
10117            not 'IPSEC' and
10118            not 'VHOST'"
10119   parameters:
10120   - "throughput"
10121   - "parent"
10122   - "tags"
10123   sort:
10124   - "IP4BASE"
10125   - "FIB_20K"
10126   - "FIB_200K"
10127   - "FIB_2M"
10128   traces:
10129     hoverinfo: "x+y"
10130     boxpoints: "outliers"
10131     whiskerwidth: 0
10132   layout:
10133     title: "ip4-3n-hsw-xl710-64b-1t1c-base-ndr"
10134     layout: "plot-throughput"
10135
10136 - type: "plot"
10137   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base-pdr"
10138   algorithm: "plot_performance_box"
10139   output-file-type: ".html"
10140   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base-pdr"
10141   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10142   filter: "'NIC_Intel-XL710' and
10143            '64B' and
10144            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10145            'NDRPDR' and
10146            '1T1C' and
10147            'IP4FWD' and
10148            not 'IPSEC' and
10149            not 'VHOST'"
10150   parameters:
10151   - "throughput"
10152   - "parent"
10153   - "tags"
10154   sort:
10155   - "IP4BASE"
10156   - "FIB_20K"
10157   - "FIB_200K"
10158   - "FIB_2M"
10159   traces:
10160     hoverinfo: "x+y"
10161     boxpoints: "outliers"
10162     whiskerwidth: 0
10163   layout:
10164     title: "ip4-3n-hsw-xl710-64b-1t1c-base-pdr"
10165     layout: "plot-throughput"
10166
10167 - type: "plot"
10168   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base-ndr"
10169   algorithm: "plot_performance_box"
10170   output-file-type: ".html"
10171   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base-ndr"
10172   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10173   filter: "'NIC_Intel-XL710' and
10174            '64B' and
10175            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10176            'NDRPDR' and
10177            '2T2C' and
10178            'IP4FWD' and
10179            not 'IPSEC' and
10180            not 'VHOST'"
10181   parameters:
10182   - "throughput"
10183   - "parent"
10184   - "tags"
10185   sort:
10186   - "IP4BASE"
10187   - "FIB_20K"
10188   - "FIB_200K"
10189   - "FIB_2M"
10190   traces:
10191     hoverinfo: "x+y"
10192     boxpoints: "outliers"
10193     whiskerwidth: 0
10194   layout:
10195     title: "ip4-3n-hsw-xl710-64b-2t2c-base-ndr"
10196     layout: "plot-throughput"
10197
10198 - type: "plot"
10199   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base-pdr"
10200   algorithm: "plot_performance_box"
10201   output-file-type: ".html"
10202   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base-pdr"
10203   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10204   filter: "'NIC_Intel-XL710' and
10205            '64B' and
10206            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10207            'NDRPDR' and
10208            '2T2C' and
10209            'IP4FWD' and
10210            not 'IPSEC' and
10211            not 'VHOST'"
10212   parameters:
10213   - "throughput"
10214   - "parent"
10215   - "tags"
10216   sort:
10217   - "IP4BASE"
10218   - "FIB_20K"
10219   - "FIB_200K"
10220   - "FIB_2M"
10221   traces:
10222     hoverinfo: "x+y"
10223     boxpoints: "outliers"
10224     whiskerwidth: 0
10225   layout:
10226     title: "ip4-3n-hsw-xl710-64b-2t2c-base-pdr"
10227     layout: "plot-throughput"
10228
10229 # Packet Throughput - VPP IPv4 3n-skx-x710 base and scale
10230 - type: "plot"
10231   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
10232   algorithm: "plot_performance_box"
10233   output-file-type: ".html"
10234   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
10235   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10236   filter: "'NIC_Intel-X710' and
10237            '64B' and
10238            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10239            'NDRPDR' and
10240            '2T1C' and
10241            'IP4FWD' and
10242            not 'IPSEC' and
10243            not 'DOT1Q' and
10244            not 'VHOST'"
10245   parameters:
10246   - "throughput"
10247   - "parent"
10248   - "tags"
10249   sort:
10250   - "IP4BASE"
10251   - "FIB_20K"
10252   - "FIB_200K"
10253   - "FIB_2M"
10254   traces:
10255     hoverinfo: "x+y"
10256     boxpoints: "outliers"
10257     whiskerwidth: 0
10258   layout:
10259     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
10260     layout: "plot-throughput"
10261
10262 - type: "plot"
10263   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
10264   algorithm: "plot_performance_box"
10265   output-file-type: ".html"
10266   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
10267   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10268   filter: "'NIC_Intel-X710' and
10269            '64B' and
10270            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10271            'NDRPDR' and
10272            '2T1C' and
10273            'IP4FWD' and
10274            not 'IPSEC' and
10275            not 'DOT1Q' and
10276            not 'VHOST'"
10277   parameters:
10278   - "throughput"
10279   - "parent"
10280   - "tags"
10281   sort:
10282   - "IP4BASE"
10283   - "FIB_20K"
10284   - "FIB_200K"
10285   - "FIB_2M"
10286   traces:
10287     hoverinfo: "x+y"
10288     boxpoints: "outliers"
10289     whiskerwidth: 0
10290   layout:
10291     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
10292     layout: "plot-throughput"
10293
10294 - type: "plot"
10295   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
10296   algorithm: "plot_performance_box"
10297   output-file-type: ".html"
10298   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
10299   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10300   filter: "'NIC_Intel-X710' and
10301            '64B' and
10302            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10303            'NDRPDR' and
10304            '4T2C' and
10305            'IP4FWD' and
10306            not 'IPSEC' and
10307            not 'DOT1Q' and
10308            not 'VHOST'"
10309   parameters:
10310   - "throughput"
10311   - "parent"
10312   - "tags"
10313   sort:
10314   - "IP4BASE"
10315   - "FIB_20K"
10316   - "FIB_200K"
10317   - "FIB_2M"
10318   traces:
10319     hoverinfo: "x+y"
10320     boxpoints: "outliers"
10321     whiskerwidth: 0
10322   layout:
10323     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
10324     layout: "plot-throughput"
10325
10326 - type: "plot"
10327   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
10328   algorithm: "plot_performance_box"
10329   output-file-type: ".html"
10330   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
10331   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10332   filter: "'NIC_Intel-X710' and
10333            '64B' and
10334            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10335            'NDRPDR' and
10336            '4T2C' and
10337            'IP4FWD' and
10338            not 'IPSEC' and
10339            not 'DOT1Q' and
10340            not 'VHOST'"
10341   parameters:
10342   - "throughput"
10343   - "parent"
10344   - "tags"
10345   sort:
10346   - "IP4BASE"
10347   - "FIB_20K"
10348   - "FIB_200K"
10349   - "FIB_2M"
10350   traces:
10351     hoverinfo: "x+y"
10352     boxpoints: "outliers"
10353     whiskerwidth: 0
10354   layout:
10355     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
10356     layout: "plot-throughput"
10357
10358 # Packet Throughput - VPP IPv4 3n-skx-x710 features
10359 - type: "plot"
10360   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-ndr"
10361   algorithm: "plot_performance_box"
10362   output-file-type: ".html"
10363   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr"
10364   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10365   filter: "'NIC_Intel-X710' and
10366            '64B' and
10367            ('IP4BASE' or
10368             'POLICE_MARK' or
10369             'COPWHLIST' or
10370             ('NAT44' and 'BASE') or
10371             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10372            'NDRPDR' and
10373            '2T1C' and
10374            'IP4FWD' and
10375            not 'IPSEC' and
10376            not 'VHOST'"
10377   parameters:
10378   - "throughput"
10379   - "parent"
10380   - "tags"
10381   sort:
10382   - "DOT1Q"
10383   - "IP4BASE"
10384   - "NAT44"
10385   - "POLICE_MARK"
10386   - "COPWHLIST"
10387   - "IACL"
10388   - "OACL"
10389   traces:
10390     hoverinfo: "x+y"
10391     boxpoints: "outliers"
10392     whiskerwidth: 0
10393   layout:
10394     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
10395     layout: "plot-throughput"
10396
10397 - type: "plot"
10398   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-pdr"
10399   algorithm: "plot_performance_box"
10400   output-file-type: ".html"
10401   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-pdr"
10402   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10403   filter: "'NIC_Intel-X710' and
10404            '64B' and
10405            ('IP4BASE' or
10406             'POLICE_MARK' or
10407             'COPWHLIST' or
10408             ('NAT44' and 'BASE') or
10409             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10410            'NDRPDR' and
10411            '2T1C' and
10412            'IP4FWD' and
10413            not 'IPSEC' and
10414            not 'VHOST'"
10415   parameters:
10416   - "throughput"
10417   - "parent"
10418   - "tags"
10419   sort:
10420   - "DOT1Q"
10421   - "IP4BASE"
10422   - "NAT44"
10423   - "POLICE_MARK"
10424   - "COPWHLIST"
10425   - "IACL"
10426   - "OACL"
10427   traces:
10428     hoverinfo: "x+y"
10429     boxpoints: "outliers"
10430     whiskerwidth: 0
10431   layout:
10432     title: "ip4-3n-skx-x710-64b-2t1c-features-pdr"
10433     layout: "plot-throughput"
10434
10435 - type: "plot"
10436   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-ndr"
10437   algorithm: "plot_performance_box"
10438   output-file-type: ".html"
10439   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr"
10440   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10441   filter: "'NIC_Intel-X710' and
10442            '64B' and
10443            ('IP4BASE' or
10444             'POLICE_MARK' or
10445             'COPWHLIST' or
10446             ('NAT44' and 'BASE') or
10447             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10448            'NDRPDR' and
10449            '4T2C' and
10450            'IP4FWD' and
10451            not 'IPSEC' and
10452            not 'VHOST'"
10453   parameters:
10454   - "throughput"
10455   - "parent"
10456   - "tags"
10457   sort:
10458   - "DOT1Q"
10459   - "IP4BASE"
10460   - "NAT44"
10461   - "POLICE_MARK"
10462   - "COPWHLIST"
10463   - "IACL"
10464   - "OACL"
10465   traces:
10466     hoverinfo: "x+y"
10467     boxpoints: "outliers"
10468     whiskerwidth: 0
10469   layout:
10470     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
10471     layout: "plot-throughput"
10472
10473 - type: "plot"
10474   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-pdr"
10475   algorithm: "plot_performance_box"
10476   output-file-type: ".html"
10477   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-pdr"
10478   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10479   filter: "'NIC_Intel-X710' and
10480            '64B' and
10481            ('IP4BASE' or
10482             'POLICE_MARK' or
10483             'COPWHLIST' or
10484             ('NAT44' and 'BASE') or
10485             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10486            'NDRPDR' and
10487            '4T2C' and
10488            'IP4FWD' and
10489            not 'IPSEC' and
10490            not 'VHOST'"
10491   parameters:
10492   - "throughput"
10493   - "parent"
10494   - "tags"
10495   sort:
10496   - "DOT1Q"
10497   - "IP4BASE"
10498   - "NAT44"
10499   - "POLICE_MARK"
10500   - "COPWHLIST"
10501   - "IACL"
10502   - "OACL"
10503   traces:
10504     hoverinfo: "x+y"
10505     boxpoints: "outliers"
10506     whiskerwidth: 0
10507   layout:
10508     title: "ip4-3n-skx-x710-64b-4t2c-features-pdr"
10509     layout: "plot-throughput"
10510
10511 # Packet Throughput - VPP IPv4 3n-skx-x710 features nat44
10512 - type: "plot"
10513   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
10514   algorithm: "plot_performance_box"
10515   output-file-type: ".html"
10516   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
10517   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10518   filter: "'NIC_Intel-X710' and
10519            '64B' and
10520            'NDRPDR' and
10521            '1T1C' and
10522            'IP4FWD' and
10523            ('NAT44' or 'IP4BASE') and
10524            not 'IPSEC' and
10525            not 'VHOST'"
10526   parameters:
10527   - "throughput"
10528   - "parent"
10529   - "tags"
10530   sort:
10531   - "IP4BASE"
10532   - "BASE"
10533   - "SRC_USER_10"
10534   - "SRC_USER_100"
10535   - "SRC_USER_1000"
10536   - "SRC_USER_2000"
10537   traces:
10538     hoverinfo: "x+y"
10539     boxpoints: "outliers"
10540     whiskerwidth: 0
10541   layout:
10542     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
10543     layout: "plot-throughput"
10544
10545 - type: "plot"
10546   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
10547   algorithm: "plot_performance_box"
10548   output-file-type: ".html"
10549   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
10550   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10551   filter: "'NIC_Intel-X710' and
10552            '64B' and
10553            'NDRPDR' and
10554            '1T1C' and
10555            'IP4FWD' and
10556            ('NAT44' or 'IP4BASE') and
10557            not 'IPSEC' and
10558            not 'VHOST'"
10559   parameters:
10560   - "throughput"
10561   - "parent"
10562   - "tags"
10563   sort:
10564   - "IP4BASE"
10565   - "BASE"
10566   - "SRC_USER_10"
10567   - "SRC_USER_100"
10568   - "SRC_USER_1000"
10569   - "SRC_USER_2000"
10570   traces:
10571     hoverinfo: "x+y"
10572     boxpoints: "outliers"
10573     whiskerwidth: 0
10574   layout:
10575     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
10576     layout: "plot-throughput"
10577
10578 - type: "plot"
10579   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
10580   algorithm: "plot_performance_box"
10581   output-file-type: ".html"
10582   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
10583   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10584   filter: "'NIC_Intel-X710' and
10585            '64B' and
10586            'NDRPDR' and
10587            '2T2C' and
10588            'IP4FWD' and
10589            ('NAT44' or 'IP4BASE') and
10590            not 'IPSEC' and
10591            not 'VHOST'"
10592   parameters:
10593   - "throughput"
10594   - "parent"
10595   - "tags"
10596   sort:
10597   - "IP4BASE"
10598   - "BASE"
10599   - "SRC_USER_10"
10600   - "SRC_USER_100"
10601   - "SRC_USER_1000"
10602   - "SRC_USER_2000"
10603   traces:
10604     hoverinfo: "x+y"
10605     boxpoints: "outliers"
10606     whiskerwidth: 0
10607   layout:
10608     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
10609     layout: "plot-throughput"
10610
10611 - type: "plot"
10612   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
10613   algorithm: "plot_performance_box"
10614   output-file-type: ".html"
10615   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
10616   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10617   filter: "'NIC_Intel-X710' and
10618            '64B' and
10619            'NDRPDR' and
10620            '2T2C' and
10621            'IP4FWD' and
10622            ('NAT44' or 'IP4BASE') and
10623            not 'IPSEC' and
10624            not 'VHOST'"
10625   parameters:
10626   - "throughput"
10627   - "parent"
10628   - "tags"
10629   sort:
10630   - "IP4BASE"
10631   - "BASE"
10632   - "SRC_USER_10"
10633   - "SRC_USER_100"
10634   - "SRC_USER_1000"
10635   - "SRC_USER_2000"
10636   traces:
10637     hoverinfo: "x+y"
10638     boxpoints: "outliers"
10639     whiskerwidth: 0
10640   layout:
10641     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
10642     layout: "plot-throughput"
10643
10644 # Packet Throughput - VPP IPv4 3n-skx-x710 features iacl
10645 - type: "plot"
10646   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
10647   algorithm: "plot_performance_box"
10648   output-file-type: ".html"
10649   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
10650   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10651   filter: "'NIC_Intel-X710' and
10652            '64B' and
10653            'NDRPDR' and
10654            '1T1C' and
10655            'IP4FWD' and
10656            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
10657            not 'IPSEC' and
10658            not 'VHOST'"
10659   parameters:
10660   - "throughput"
10661   - "parent"
10662   - "tags"
10663   sort:
10664   - "IP4BASE"
10665   - "ACL_STATELESS"
10666   - "ACL_STATEFUL"
10667   - "ACL_STATELESS"
10668   - "ACL_STATEFUL"
10669   traces:
10670     hoverinfo: "x+y"
10671     boxpoints: "outliers"
10672     whiskerwidth: 0
10673   layout:
10674     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
10675     layout: "plot-throughput"
10676
10677 - type: "plot"
10678   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
10679   algorithm: "plot_performance_box"
10680   output-file-type: ".html"
10681   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
10682   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10683   filter: "'NIC_Intel-X710' and
10684            '64B' and
10685            'NDRPDR' and
10686            '1T1C' and
10687            'IP4FWD' and
10688            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
10689            not 'IPSEC' and
10690            not 'VHOST'"
10691   parameters:
10692   - "throughput"
10693   - "parent"
10694   - "tags"
10695   sort:
10696   - "IP4BASE"
10697   - "ACL_STATELESS"
10698   - "ACL_STATEFUL"
10699   - "ACL_STATELESS"
10700   - "ACL_STATEFUL"
10701   traces:
10702     hoverinfo: "x+y"
10703     boxpoints: "outliers"
10704     whiskerwidth: 0
10705   layout:
10706     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
10707     layout: "plot-throughput"
10708
10709 - type: "plot"
10710   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
10711   algorithm: "plot_performance_box"
10712   output-file-type: ".html"
10713   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
10714   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10715   filter: "'NIC_Intel-X710' and
10716            '64B' and
10717            'NDRPDR' and
10718            '2T2C' and
10719            'IP4FWD' and
10720            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
10721            not 'IPSEC' and
10722            not 'VHOST'"
10723   parameters:
10724   - "throughput"
10725   - "parent"
10726   - "tags"
10727   sort:
10728   - "IP4BASE"
10729   - "ACL_STATELESS"
10730   - "ACL_STATEFUL"
10731   - "ACL_STATELESS"
10732   - "ACL_STATEFUL"
10733   traces:
10734     hoverinfo: "x+y"
10735     boxpoints: "outliers"
10736     whiskerwidth: 0
10737   layout:
10738     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
10739     layout: "plot-throughput"
10740
10741 - type: "plot"
10742   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
10743   algorithm: "plot_performance_box"
10744   output-file-type: ".html"
10745   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
10746   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10747   filter: "'NIC_Intel-X710' and
10748            '64B' and
10749            'NDRPDR' and
10750            '2T2C' and
10751            'IP4FWD' and
10752            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
10753            not 'IPSEC' and
10754            not 'VHOST'"
10755   parameters:
10756   - "throughput"
10757   - "parent"
10758   - "tags"
10759   sort:
10760   - "IP4BASE"
10761   - "ACL_STATELESS"
10762   - "ACL_STATEFUL"
10763   - "ACL_STATELESS"
10764   - "ACL_STATEFUL"
10765   traces:
10766     hoverinfo: "x+y"
10767     boxpoints: "outliers"
10768     whiskerwidth: 0
10769   layout:
10770     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
10771     layout: "plot-throughput"
10772
10773 # Packet Throughput - VPP IPv4 2n-skx-x710 base and scale
10774 - type: "plot"
10775   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
10776   algorithm: "plot_performance_box"
10777   output-file-type: ".html"
10778   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
10779   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10780   filter: "'NIC_Intel-X710' and
10781            '64B' and
10782            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10783            'NDRPDR' and
10784            '2T1C' and
10785            'IP4FWD' and
10786            not 'IPSEC' and
10787            not 'DOT1Q' and
10788            not 'VHOST'"
10789   parameters:
10790   - "throughput"
10791   - "parent"
10792   - "tags"
10793   sort:
10794   - "IP4BASE"
10795   - "FIB_20K"
10796   - "FIB_200K"
10797   - "FIB_2M"
10798   traces:
10799     hoverinfo: "x+y"
10800     boxpoints: "outliers"
10801     whiskerwidth: 0
10802   layout:
10803     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
10804     layout: "plot-throughput"
10805
10806 - type: "plot"
10807   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
10808   algorithm: "plot_performance_box"
10809   output-file-type: ".html"
10810   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
10811   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10812   filter: "'NIC_Intel-X710' and
10813            '64B' and
10814            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10815            'NDRPDR' and
10816            '2T1C' and
10817            'IP4FWD' and
10818            not 'IPSEC' and
10819            not 'DOT1Q' and
10820            not 'VHOST'"
10821   parameters:
10822   - "throughput"
10823   - "parent"
10824   - "tags"
10825   sort:
10826   - "IP4BASE"
10827   - "FIB_20K"
10828   - "FIB_200K"
10829   - "FIB_2M"
10830   traces:
10831     hoverinfo: "x+y"
10832     boxpoints: "outliers"
10833     whiskerwidth: 0
10834   layout:
10835     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
10836     layout: "plot-throughput"
10837
10838 - type: "plot"
10839   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
10840   algorithm: "plot_performance_box"
10841   output-file-type: ".html"
10842   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
10843   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10844   filter: "'NIC_Intel-X710' and
10845            '64B' and
10846            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10847            'NDRPDR' and
10848            '4T2C' and
10849            'IP4FWD' and
10850            not 'IPSEC' and
10851            not 'DOT1Q' and
10852            not 'VHOST'"
10853   parameters:
10854   - "throughput"
10855   - "parent"
10856   - "tags"
10857   sort:
10858   - "IP4BASE"
10859   - "FIB_20K"
10860   - "FIB_200K"
10861   - "FIB_2M"
10862   traces:
10863     hoverinfo: "x+y"
10864     boxpoints: "outliers"
10865     whiskerwidth: 0
10866   layout:
10867     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
10868     layout: "plot-throughput"
10869
10870 - type: "plot"
10871   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
10872   algorithm: "plot_performance_box"
10873   output-file-type: ".html"
10874   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
10875   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10876   filter: "'NIC_Intel-X710' and
10877            '64B' and
10878            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10879            'NDRPDR' and
10880            '4T2C' and
10881            'IP4FWD' and
10882            not 'IPSEC' and
10883            not 'DOT1Q' and
10884            not 'VHOST'"
10885   parameters:
10886   - "throughput"
10887   - "parent"
10888   - "tags"
10889   sort:
10890   - "IP4BASE"
10891   - "FIB_20K"
10892   - "FIB_200K"
10893   - "FIB_2M"
10894   traces:
10895     hoverinfo: "x+y"
10896     boxpoints: "outliers"
10897     whiskerwidth: 0
10898   layout:
10899     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
10900     layout: "plot-throughput"
10901
10902 # Packet Throughput - VPP IPv4 2n-skx-x710 features iacl
10903 - type: "plot"
10904   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-features-iacl-ndr"
10905   algorithm: "plot_performance_box"
10906   output-file-type: ".html"
10907   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-features-iacl-ndr"
10908   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10909   filter: "'NIC_Intel-X710' and
10910            '64B' and
10911            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10912            'NDRPDR' and
10913            '2T1C' and
10914            'IP4FWD' and
10915            not 'IPSEC' and
10916            not 'DOT1Q' and
10917            not 'VHOST'"
10918   parameters:
10919   - "throughput"
10920   - "parent"
10921   - "tags"
10922   sort:
10923   - "IP4BASE"
10924   - "ACL_STATELESS"
10925   - "ACL_STATEFUL"
10926   - "ACL_STATELESS"
10927   - "ACL_STATEFUL"
10928   traces:
10929     hoverinfo: "x+y"
10930     boxpoints: "outliers"
10931     whiskerwidth: 0
10932   layout:
10933     title: "ip4-2n-skx-x710-64b-2t1c-features-iacl-ndr"
10934     layout: "plot-throughput"
10935
10936 - type: "plot"
10937   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-features-iacl-pdr"
10938   algorithm: "plot_performance_box"
10939   output-file-type: ".html"
10940   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-features-iacl-pdr"
10941   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10942   filter: "'NIC_Intel-X710' and
10943            '64B' and
10944            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10945            'NDRPDR' and
10946            '2T1C' and
10947            'IP4FWD' and
10948            not 'IPSEC' and
10949            not 'DOT1Q' and
10950            not 'VHOST'"
10951   parameters:
10952   - "throughput"
10953   - "parent"
10954   - "tags"
10955   sort:
10956   - "IP4BASE"
10957   - "ACL_STATELESS"
10958   - "ACL_STATEFUL"
10959   - "ACL_STATELESS"
10960   - "ACL_STATEFUL"
10961   traces:
10962     hoverinfo: "x+y"
10963     boxpoints: "outliers"
10964     whiskerwidth: 0
10965   layout:
10966     title: "ip4-2n-skx-x710-64b-2t1c-features-iacl-pdr"
10967     layout: "plot-throughput"
10968
10969 - type: "plot"
10970   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-features-iacl-ndr"
10971   algorithm: "plot_performance_box"
10972   output-file-type: ".html"
10973   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-features-iacl-ndr"
10974   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10975   filter: "'NIC_Intel-X710' and
10976            '64B' and
10977            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10978            'NDRPDR' and
10979            '4T2C' and
10980            'IP4FWD' and
10981            not 'IPSEC' and
10982            not 'DOT1Q' and
10983            not 'VHOST'"
10984   parameters:
10985   - "throughput"
10986   - "parent"
10987   - "tags"
10988   sort:
10989   - "IP4BASE"
10990   - "ACL_STATELESS"
10991   - "ACL_STATEFUL"
10992   - "ACL_STATELESS"
10993   - "ACL_STATEFUL"
10994   traces:
10995     hoverinfo: "x+y"
10996     boxpoints: "outliers"
10997     whiskerwidth: 0
10998   layout:
10999     title: "ip4-2n-skx-x710-64b-4t2c-features-iacl-ndr"
11000     layout: "plot-throughput"
11001
11002 - type: "plot"
11003   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-features-iacl-pdr"
11004   algorithm: "plot_performance_box"
11005   output-file-type: ".html"
11006   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-features-iacl-pdr"
11007   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11008   filter: "'NIC_Intel-X710' and
11009            '64B' and
11010            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
11011            'NDRPDR' and
11012            '4T2C' and
11013            'IP4FWD' and
11014            not 'IPSEC' and
11015            not 'DOT1Q' and
11016            not 'VHOST'"
11017   parameters:
11018   - "throughput"
11019   - "parent"
11020   - "tags"
11021   sort:
11022   - "IP4BASE"
11023   - "ACL_STATELESS"
11024   - "ACL_STATEFUL"
11025   - "ACL_STATELESS"
11026   - "ACL_STATEFUL"
11027   traces:
11028     hoverinfo: "x+y"
11029     boxpoints: "outliers"
11030     whiskerwidth: 0
11031   layout:
11032     title: "ip4-2n-skx-x710-64b-4t2c-features-iacl-pdr"
11033     layout: "plot-throughput"
11034
11035 # Packet Throughput - VPP IPv4 2n-skx-xxv710 base and scale
11036 - type: "plot"
11037   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
11038   algorithm: "plot_performance_box"
11039   output-file-type: ".html"
11040   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
11041   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11042   filter: "'NIC_Intel-XXV710' and
11043            '64B' and
11044            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11045            'NDRPDR' and
11046            '2T1C' and
11047            'IP4FWD' and
11048            not 'IPSEC' and
11049            not 'DOT1Q' and
11050            not 'VHOST'"
11051   parameters:
11052   - "throughput"
11053   - "parent"
11054   - "tags"
11055   sort:
11056   - "IP4BASE"
11057   - "FIB_20K"
11058   - "FIB_200K"
11059   - "FIB_2M"
11060   traces:
11061     hoverinfo: "x+y"
11062     boxpoints: "outliers"
11063     whiskerwidth: 0
11064   layout:
11065     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
11066     layout: "plot-throughput"
11067
11068 - type: "plot"
11069   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
11070   algorithm: "plot_performance_box"
11071   output-file-type: ".html"
11072   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
11073   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11074   filter: "'NIC_Intel-XXV710' and
11075            '64B' and
11076            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11077            'NDRPDR' and
11078            '2T1C' and
11079            'IP4FWD' and
11080            not 'IPSEC' and
11081            not 'DOT1Q' and
11082            not 'VHOST'"
11083   parameters:
11084   - "throughput"
11085   - "parent"
11086   - "tags"
11087   sort:
11088   - "IP4BASE"
11089   - "FIB_20K"
11090   - "FIB_200K"
11091   - "FIB_2M"
11092   traces:
11093     hoverinfo: "x+y"
11094     boxpoints: "outliers"
11095     whiskerwidth: 0
11096   layout:
11097     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
11098     layout: "plot-throughput"
11099
11100 - type: "plot"
11101   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
11102   algorithm: "plot_performance_box"
11103   output-file-type: ".html"
11104   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
11105   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11106   filter: "'NIC_Intel-XXV710' and
11107            '64B' and
11108            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11109            'NDRPDR' and
11110            '4T2C' and
11111            'IP4FWD' and
11112            not 'IPSEC' and
11113            not 'DOT1Q' and
11114            not 'VHOST'"
11115   parameters:
11116   - "throughput"
11117   - "parent"
11118   - "tags"
11119   sort:
11120   - "IP4BASE"
11121   - "FIB_20K"
11122   - "FIB_200K"
11123   - "FIB_2M"
11124   traces:
11125     hoverinfo: "x+y"
11126     boxpoints: "outliers"
11127     whiskerwidth: 0
11128   layout:
11129     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
11130     layout: "plot-throughput"
11131
11132 - type: "plot"
11133   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
11134   algorithm: "plot_performance_box"
11135   output-file-type: ".html"
11136   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
11137   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11138   filter: "'NIC_Intel-XXV710' and
11139            '64B' and
11140            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11141            'NDRPDR' and
11142            '4T2C' and
11143            'IP4FWD' and
11144            not 'IPSEC' and
11145            not 'DOT1Q' and
11146            not 'VHOST'"
11147   parameters:
11148   - "throughput"
11149   - "parent"
11150   - "tags"
11151   sort:
11152   - "IP4BASE"
11153   - "FIB_20K"
11154   - "FIB_200K"
11155   - "FIB_2M"
11156   traces:
11157     hoverinfo: "x+y"
11158     boxpoints: "outliers"
11159     whiskerwidth: 0
11160   layout:
11161     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
11162     layout: "plot-throughput"
11163
11164 # Packet Throughput - VPP IPv4 2n-dnv-x553 base and scale
11165 - type: "plot"
11166   title: "VPP Throughput: ip4-2n-dnv-x553-64b-1t1c-base-ndr"
11167   algorithm: "plot_performance_box"
11168   output-file-type: ".html"
11169   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-1t1c-base-ndr"
11170   data: "intel-dnv-vpp"
11171   filter: "'NIC_Intel-X553' and
11172            '64B' and
11173            'IP4BASE' and
11174            'NDRPDR' and
11175            '1T1C' and
11176            'IP4FWD' and
11177            not 'IPSEC' and
11178            not 'VHOST'"
11179   parameters:
11180   - "throughput"
11181   - "parent"
11182   - "tags"
11183   sort:
11184   - "IP4BASE"
11185   traces:
11186     hoverinfo: "x+y"
11187     boxpoints: "outliers"
11188     whiskerwidth: 0
11189   layout:
11190     title: "ip4-2n-dnv-x553-64b-1t1c-base-ndr"
11191     layout: "plot-throughput"
11192
11193 - type: "plot"
11194   title: "VPP Throughput: ip4-2n-dnv-x553-64b-1t1c-base-pdr"
11195   algorithm: "plot_performance_box"
11196   output-file-type: ".html"
11197   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-1t1c-base-pdr"
11198   data: "intel-dnv-vpp"
11199   filter: "'NIC_Intel-X553' and
11200            '64B' and
11201            'IP4BASE' and
11202            'NDRPDR' and
11203            '1T1C' and
11204            'IP4FWD' and
11205            not 'IPSEC' and
11206            not 'VHOST'"
11207   parameters:
11208   - "throughput"
11209   - "parent"
11210   - "tags"
11211   sort:
11212   - "IP4BASE"
11213   traces:
11214     hoverinfo: "x+y"
11215     boxpoints: "outliers"
11216     whiskerwidth: 0
11217   layout:
11218     title: "ip4-2n-dnv-x553-64b-1t1c-base-pdr"
11219     layout: "plot-throughput"
11220
11221 - type: "plot"
11222   title: "VPP Throughput: ip4-2n-dnv-x553-64b-2t2c-base-ndr"
11223   algorithm: "plot_performance_box"
11224   output-file-type: ".html"
11225   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-2t2c-base-ndr"
11226   data: "intel-dnv-vpp"
11227   filter: "'NIC_Intel-X553' and
11228            '64B' and
11229            'IP4BASE' and
11230            'NDRPDR' and
11231            '2T2C' and
11232            'IP4FWD' and
11233            not 'IPSEC' and
11234            not 'VHOST'"
11235   parameters:
11236   - "throughput"
11237   - "parent"
11238   - "tags"
11239   sort:
11240   - "IP4BASE"
11241   traces:
11242     hoverinfo: "x+y"
11243     boxpoints: "outliers"
11244     whiskerwidth: 0
11245   layout:
11246     title: "ip4-2n-dnv-x553-64b-2t2c-base-ndr"
11247     layout: "plot-throughput"
11248
11249 - type: "plot"
11250   title: "VPP Throughput: ip4-2n-dnv-x553-64b-2t2c-base-pdr"
11251   algorithm: "plot_performance_box"
11252   output-file-type: ".html"
11253   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-2t2c-base-pdr"
11254   data: "intel-dnv-vpp"
11255   filter: "'NIC_Intel-X553' and
11256            '64B' and
11257            'IP4BASE' and
11258            'NDRPDR' and
11259            '2T2C' and
11260            'IP4FWD' and
11261            not 'IPSEC' and
11262            not 'VHOST'"
11263   parameters:
11264   - "throughput"
11265   - "parent"
11266   - "tags"
11267   sort:
11268   - "IP4BASE"
11269   traces:
11270     hoverinfo: "x+y"
11271     boxpoints: "outliers"
11272     whiskerwidth: 0
11273   layout:
11274     title: "ip4-2n-dnv-x553-64b-2t2c-base-pdr"
11275     layout: "plot-throughput"
11276
11277 ################################################################################
11278
11279 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520 - features
11280 - type: "plot"
11281   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
11282   algorithm: "plot_performance_box"
11283   output-file-type: ".html"
11284   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
11285   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11286   filter: "'NIC_Intel-X520-DA2' and
11287            '64B' and
11288            'ENCAP' and
11289            'NDRPDR' and
11290            '1T1C' and
11291            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
11292            not 'DOT1Q' and
11293            not 'VHOST' and
11294            not 'IPSECHW'"
11295   parameters:
11296   - "throughput"
11297   - "parent"
11298   - "tags"
11299   sort:
11300   - "IP4BASE"
11301   - "L2BDMACLRN"
11302   - "L2XCFWD"
11303   - "LISP"
11304   traces:
11305     hoverinfo: "x+y"
11306     boxpoints: "outliers"
11307     whiskerwidth: 0
11308   layout:
11309     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
11310     layout: "plot-throughput"
11311
11312 - type: "plot"
11313   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
11314   algorithm: "plot_performance_box"
11315   output-file-type: ".html"
11316   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
11317   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11318   filter: "'NIC_Intel-X520-DA2' and
11319            '64B' and
11320            'ENCAP' and
11321            'NDRPDR' and
11322            '2T2C' and
11323            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
11324            not 'DOT1Q' and
11325            not 'VHOST' and
11326            not 'IPSECHW'"
11327   parameters:
11328   - "throughput"
11329   - "parent"
11330   - "tags"
11331   sort:
11332   - "IP4BASE"
11333   - "L2BDMACLRN"
11334   - "L2XCFWD"
11335   - "LISP"
11336   traces:
11337     hoverinfo: "x+y"
11338     boxpoints: "outliers"
11339     whiskerwidth: 0
11340   layout:
11341     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
11342     layout: "plot-throughput"
11343
11344 - type: "plot"
11345   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
11346   algorithm: "plot_performance_box"
11347   output-file-type: ".html"
11348   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
11349   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11350   filter: "'NIC_Intel-X520-DA2' and
11351            '64B' and
11352            'ENCAP' and
11353            'NDRPDR' and
11354            '1T1C' and
11355            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
11356            not 'DOT1Q' and
11357            not 'VHOST' and
11358            not 'IPSECHW'"
11359   parameters:
11360   - "throughput"
11361   - "parent"
11362   - "tags"
11363   sort:
11364   - "IP4BASE"
11365   - "L2BDMACLRN"
11366   - "L2XCFWD"
11367   - "LISP"
11368   traces:
11369     hoverinfo: "x+y"
11370     boxpoints: "outliers"
11371     whiskerwidth: 0
11372   layout:
11373     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
11374     layout: "plot-throughput"
11375
11376 - type: "plot"
11377   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
11378   algorithm: "plot_performance_box"
11379   output-file-type: ".html"
11380   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
11381   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11382   filter: "'NIC_Intel-X520-DA2' and
11383            '64B' and
11384            'ENCAP' and
11385            'NDRPDR' and
11386            '2T2C' and
11387            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
11388            not 'DOT1Q' and
11389            not 'VHOST' and
11390            not 'IPSECHW'"
11391   parameters:
11392   - "throughput"
11393   - "parent"
11394   - "tags"
11395   sort:
11396   - "IP4BASE"
11397   - "L2BDMACLRN"
11398   - "L2XCFWD"
11399   - "LISP"
11400   traces:
11401     hoverinfo: "x+y"
11402     boxpoints: "outliers"
11403     whiskerwidth: 0
11404   layout:
11405     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
11406     layout: "plot-throughput"
11407
11408 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 base and scale
11409 - type: "plot"
11410   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
11411   algorithm: "plot_performance_box"
11412   output-file-type: ".html"
11413   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
11414   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11415   filter: "'NIC_Intel-X710' and
11416            '64B' and
11417            'ENCAP' and
11418            'NDRPDR' and
11419            '1T1C' and
11420            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
11421            not 'VHOST' and
11422            not 'IPSECHW'"
11423   parameters:
11424   - "throughput"
11425   - "parent"
11426   - "tags"
11427   sort:
11428   - "IP4BASE"
11429   - "LISP"
11430   - "VXLAN_1"
11431   - "VXLAN_10"
11432   - "VXLAN_100"
11433   - "VXLAN_1000"
11434   traces:
11435     hoverinfo: "x+y"
11436     boxpoints: "outliers"
11437     whiskerwidth: 0
11438   layout:
11439     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
11440     layout: "plot-throughput"
11441
11442 - type: "plot"
11443   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
11444   algorithm: "plot_performance_box"
11445   output-file-type: ".html"
11446   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
11447   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11448   filter: "'NIC_Intel-X710' and
11449            '64B' and
11450            'ENCAP' and
11451            'NDRPDR' and
11452            '1T1C' and
11453            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
11454            not 'VHOST' and
11455            not 'IPSECHW'"
11456   parameters:
11457   - "throughput"
11458   - "parent"
11459   - "tags"
11460   sort:
11461   - "IP4BASE"
11462   - "LISP"
11463   - "VXLAN_1"
11464   - "VXLAN_10"
11465   - "VXLAN_100"
11466   - "VXLAN_1000"
11467   traces:
11468     hoverinfo: "x+y"
11469     boxpoints: "outliers"
11470     whiskerwidth: 0
11471   layout:
11472     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
11473     layout: "plot-throughput"
11474
11475 - type: "plot"
11476   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
11477   algorithm: "plot_performance_box"
11478   output-file-type: ".html"
11479   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
11480   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11481   filter: "'NIC_Intel-X710' and
11482            '64B' and
11483            'ENCAP' and
11484            'NDRPDR' and
11485            '2T2C' and
11486            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
11487            not 'VHOST' and
11488            not 'IPSECHW'"
11489   parameters:
11490   - "throughput"
11491   - "parent"
11492   - "tags"
11493   sort:
11494   - "IP4BASE"
11495   - "LISP"
11496   - "VXLAN_1"
11497   - "VXLAN_10"
11498   - "VXLAN_100"
11499   - "VXLAN_1000"
11500   traces:
11501     hoverinfo: "x+y"
11502     boxpoints: "outliers"
11503     whiskerwidth: 0
11504   layout:
11505     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
11506     layout: "plot-throughput"
11507
11508 - type: "plot"
11509   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
11510   algorithm: "plot_performance_box"
11511   output-file-type: ".html"
11512   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
11513   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11514   filter: "'NIC_Intel-X710' and
11515            '64B' and
11516            'ENCAP' and
11517            'NDRPDR' and
11518            '2T2C' and
11519            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
11520            not 'VHOST' and
11521            not 'IPSECHW'"
11522   parameters:
11523   - "throughput"
11524   - "parent"
11525   - "tags"
11526   sort:
11527   - "IP4BASE"
11528   - "LISP"
11529   - "VXLAN_1"
11530   - "VXLAN_10"
11531   - "VXLAN_100"
11532   - "VXLAN_1000"
11533   traces:
11534     hoverinfo: "x+y"
11535     boxpoints: "outliers"
11536     whiskerwidth: 0
11537   layout:
11538     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
11539     layout: "plot-throughput"
11540
11541 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 - features
11542 - type: "plot"
11543   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
11544   algorithm: "plot_performance_box"
11545   output-file-type: ".html"
11546   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
11547   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11548   filter: "'NIC_Intel-X710' and
11549            '64B' and
11550            'ENCAP' and
11551            'NDRPDR' and
11552            '1T1C' and
11553            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
11554            not 'DOT1Q' and
11555            not 'VHOST' and
11556            not 'IPSECHW'"
11557   parameters:
11558   - "throughput"
11559   - "parent"
11560   - "tags"
11561   sort:
11562   - "IP4BASE"
11563   - "L2BDMACLRN"
11564   - "L2XCFWD"
11565   - "LISP"
11566   traces:
11567     hoverinfo: "x+y"
11568     boxpoints: "outliers"
11569     whiskerwidth: 0
11570   layout:
11571     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
11572     layout: "plot-throughput"
11573
11574 - type: "plot"
11575   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
11576   algorithm: "plot_performance_box"
11577   output-file-type: ".html"
11578   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
11579   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11580   filter: "'NIC_Intel-X710' and
11581            '64B' and
11582            'ENCAP' and
11583            'NDRPDR' and
11584            '2T2C' and
11585            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
11586            not 'DOT1Q' and
11587            not 'VHOST' and
11588            not 'IPSECHW'"
11589   parameters:
11590   - "throughput"
11591   - "parent"
11592   - "tags"
11593   sort:
11594   - "IP4BASE"
11595   - "L2BDMACLRN"
11596   - "L2XCFWD"
11597   - "LISP"
11598   traces:
11599     hoverinfo: "x+y"
11600     boxpoints: "outliers"
11601     whiskerwidth: 0
11602   layout:
11603     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
11604     layout: "plot-throughput"
11605
11606 - type: "plot"
11607   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
11608   algorithm: "plot_performance_box"
11609   output-file-type: ".html"
11610   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
11611   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11612   filter: "'NIC_Intel-X710' and
11613            '64B' and
11614            'ENCAP' and
11615            'NDRPDR' and
11616            '1T1C' and
11617            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
11618            not 'DOT1Q' and
11619            not 'VHOST' and
11620            not 'IPSECHW'"
11621   parameters:
11622   - "throughput"
11623   - "parent"
11624   - "tags"
11625   sort:
11626   - "IP4BASE"
11627   - "L2BDMACLRN"
11628   - "L2XCFWD"
11629   - "LISP"
11630   traces:
11631     hoverinfo: "x+y"
11632     boxpoints: "outliers"
11633     whiskerwidth: 0
11634   layout:
11635     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
11636     layout: "plot-throughput"
11637
11638 - type: "plot"
11639   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
11640   algorithm: "plot_performance_box"
11641   output-file-type: ".html"
11642   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
11643   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11644   filter: "'NIC_Intel-X710' and
11645            '64B' and
11646            'ENCAP' and
11647            'NDRPDR' and
11648            '2T2C' and
11649            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
11650            not 'DOT1Q' and
11651            not 'VHOST' and
11652            not 'IPSECHW'"
11653   parameters:
11654   - "throughput"
11655   - "parent"
11656   - "tags"
11657   sort:
11658   - "IP4BASE"
11659   - "L2BDMACLRN"
11660   - "L2XCFWD"
11661   - "LISP"
11662   traces:
11663     hoverinfo: "x+y"
11664     boxpoints: "outliers"
11665     whiskerwidth: 0
11666   layout:
11667     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
11668     layout: "plot-throughput"
11669
11670 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 base and scale
11671 - type: "plot"
11672   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
11673   algorithm: "plot_performance_box"
11674   output-file-type: ".html"
11675   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
11676   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11677   filter: "'NIC_Intel-X710' and
11678            '64B' and
11679            'ENCAP' and
11680            'NDRPDR' and
11681            '2T1C' and
11682            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
11683            not 'VHOST' and
11684            not 'IPSECHW'"
11685   parameters:
11686   - "throughput"
11687   - "parent"
11688   - "tags"
11689   sort:
11690   - "IP4BASE"
11691   - "LISP"
11692   - "VXLAN_1"
11693   - "VXLAN_10"
11694   - "VXLAN_100"
11695   - "VXLAN_1000"
11696   traces:
11697     hoverinfo: "x+y"
11698     boxpoints: "outliers"
11699     whiskerwidth: 0
11700   layout:
11701     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
11702     layout: "plot-throughput"
11703
11704 - type: "plot"
11705   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
11706   algorithm: "plot_performance_box"
11707   output-file-type: ".html"
11708   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
11709   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11710   filter: "'NIC_Intel-X710' and
11711            '64B' and
11712            'ENCAP' and
11713            'NDRPDR' and
11714            '2T1C' and
11715            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
11716            not 'VHOST' and
11717            not 'IPSECHW'"
11718   parameters:
11719   - "throughput"
11720   - "parent"
11721   - "tags"
11722   sort:
11723   - "IP4BASE"
11724   - "LISP"
11725   - "VXLAN_1"
11726   - "VXLAN_10"
11727   - "VXLAN_100"
11728   - "VXLAN_1000"
11729   traces:
11730     hoverinfo: "x+y"
11731     boxpoints: "outliers"
11732     whiskerwidth: 0
11733   layout:
11734     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
11735     layout: "plot-throughput"
11736
11737 - type: "plot"
11738   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
11739   algorithm: "plot_performance_box"
11740   output-file-type: ".html"
11741   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
11742   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11743   filter: "'NIC_Intel-X710' and
11744            '64B' and
11745            'ENCAP' and
11746            'NDRPDR' and
11747            '4T2C' and
11748            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
11749            not 'VHOST' and
11750            not 'IPSECHW'"
11751   parameters:
11752   - "throughput"
11753   - "parent"
11754   - "tags"
11755   sort:
11756   - "IP4BASE"
11757   - "LISP"
11758   - "VXLAN_1"
11759   - "VXLAN_10"
11760   - "VXLAN_100"
11761   - "VXLAN_1000"
11762   traces:
11763     hoverinfo: "x+y"
11764     boxpoints: "outliers"
11765     whiskerwidth: 0
11766   layout:
11767     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
11768     layout: "plot-throughput"
11769
11770 - type: "plot"
11771   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
11772   algorithm: "plot_performance_box"
11773   output-file-type: ".html"
11774   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
11775   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11776   filter: "'NIC_Intel-X710' and
11777            '64B' and
11778            'ENCAP' and
11779            'NDRPDR' and
11780            '4T2C' and
11781            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
11782            not 'VHOST' and
11783            not 'IPSECHW'"
11784   parameters:
11785   - "throughput"
11786   - "parent"
11787   - "tags"
11788   sort:
11789   - "IP4BASE"
11790   - "LISP"
11791   - "VXLAN_1"
11792   - "VXLAN_10"
11793   - "VXLAN_100"
11794   - "VXLAN_1000"
11795   traces:
11796     hoverinfo: "x+y"
11797     boxpoints: "outliers"
11798     whiskerwidth: 0
11799   layout:
11800     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
11801     layout: "plot-throughput"
11802
11803 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 - features
11804 - type: "plot"
11805   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
11806   algorithm: "plot_performance_box"
11807   output-file-type: ".html"
11808   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
11809   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11810   filter: "'NIC_Intel-X710' and
11811            '64B' and
11812            'ENCAP' and
11813            'NDRPDR' and
11814            '2T1C' and
11815            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
11816            not 'DOT1Q' and
11817            not 'VHOST' and
11818            not 'IPSECHW'"
11819   parameters:
11820   - "throughput"
11821   - "parent"
11822   - "tags"
11823   sort:
11824   - "IP4BASE"
11825   - "L2BDMACLRN"
11826   - "L2XCFWD"
11827   - "LISP"
11828   traces:
11829     hoverinfo: "x+y"
11830     boxpoints: "outliers"
11831     whiskerwidth: 0
11832   layout:
11833     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
11834     layout: "plot-throughput"
11835
11836 - type: "plot"
11837   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
11838   algorithm: "plot_performance_box"
11839   output-file-type: ".html"
11840   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
11841   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11842   filter: "'NIC_Intel-X710' and
11843            '64B' and
11844            'ENCAP' and
11845            'NDRPDR' and
11846            '4T2C' and
11847            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
11848            not 'DOT1Q' and
11849            not 'VHOST' and
11850            not 'IPSECHW'"
11851   parameters:
11852   - "throughput"
11853   - "parent"
11854   - "tags"
11855   sort:
11856   - "IP4BASE"
11857   - "L2BDMACLRN"
11858   - "L2XCFWD"
11859   - "LISP"
11860   traces:
11861     hoverinfo: "x+y"
11862     boxpoints: "outliers"
11863     whiskerwidth: 0
11864   layout:
11865     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
11866     layout: "plot-throughput"
11867
11868 - type: "plot"
11869   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
11870   algorithm: "plot_performance_box"
11871   output-file-type: ".html"
11872   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
11873   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11874   filter: "'NIC_Intel-X710' and
11875            '64B' and
11876            'ENCAP' and
11877            'NDRPDR' and
11878            '2T1C' and
11879            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
11880            not 'DOT1Q' and
11881            not 'VHOST' and
11882            not 'IPSECHW'"
11883   parameters:
11884   - "throughput"
11885   - "parent"
11886   - "tags"
11887   sort:
11888   - "IP4BASE"
11889   - "L2BDMACLRN"
11890   - "L2XCFWD"
11891   - "LISP"
11892   traces:
11893     hoverinfo: "x+y"
11894     boxpoints: "outliers"
11895     whiskerwidth: 0
11896   layout:
11897     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
11898     layout: "plot-throughput"
11899
11900 - type: "plot"
11901   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
11902   algorithm: "plot_performance_box"
11903   output-file-type: ".html"
11904   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
11905   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11906   filter: "'NIC_Intel-X710' and
11907            '64B' and
11908            'ENCAP' and
11909            'NDRPDR' and
11910            '4T2C' and
11911            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
11912            not 'DOT1Q' and
11913            not 'VHOST' and
11914            not 'IPSECHW'"
11915   parameters:
11916   - "throughput"
11917   - "parent"
11918   - "tags"
11919   sort:
11920   - "IP4BASE"
11921   - "L2BDMACLRN"
11922   - "L2XCFWD"
11923   - "LISP"
11924   traces:
11925     hoverinfo: "x+y"
11926     boxpoints: "outliers"
11927     whiskerwidth: 0
11928   layout:
11929     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
11930     layout: "plot-throughput"
11931
11932 ################################################################################
11933
11934 # Packet Throughput - VPP IPv6 3n-hsw-x520
11935 - type: "plot"
11936   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base-ndr"
11937   algorithm: "plot_performance_box"
11938   output-file-type: ".html"
11939   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base-ndr"
11940   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11941   filter: "'NIC_Intel-X520-DA2' and
11942            '78B' and
11943            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11944            'NDRPDR' and
11945            '1T1C' and
11946            'IP6FWD' and
11947            not 'SRv6' and
11948            not 'IPSEC' and
11949            not 'VHOST'"
11950   parameters:
11951   - "throughput"
11952   - "parent"
11953   - "tags"
11954   sort:
11955   - "IP6BASE"
11956   - "FIB_20K"
11957   - "FIB_200K"
11958   - "FIB_2M"
11959   traces:
11960     hoverinfo: "x+y"
11961     boxpoints: "outliers"
11962     whiskerwidth: 0
11963   layout:
11964     title: "ip6-3n-hsw-x520-78b-1t1c-base-ndr"
11965     layout: "plot-throughput"
11966
11967 - type: "plot"
11968   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base-pdr"
11969   algorithm: "plot_performance_box"
11970   output-file-type: ".html"
11971   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base-pdr"
11972   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11973   filter: "'NIC_Intel-X520-DA2' and
11974            '78B' and
11975            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11976            'NDRPDR' and
11977            '1T1C' and
11978            'IP6FWD' and
11979            not 'SRv6' and
11980            not 'IPSEC' and
11981            not 'VHOST'"
11982   parameters:
11983   - "throughput"
11984   - "parent"
11985   - "tags"
11986   sort:
11987   - "IP6BASE"
11988   - "FIB_20K"
11989   - "FIB_200K"
11990   - "FIB_2M"
11991   traces:
11992     hoverinfo: "x+y"
11993     boxpoints: "outliers"
11994     whiskerwidth: 0
11995   layout:
11996     title: "ip6-3n-hsw-x520-78b-1t1c-base-pdr"
11997     layout: "plot-throughput"
11998
11999 - type: "plot"
12000   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base-ndr"
12001   algorithm: "plot_performance_box"
12002   output-file-type: ".html"
12003   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base-ndr"
12004   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12005   filter: "'NIC_Intel-X520-DA2' and
12006            '78B' and
12007            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12008            'NDRPDR' and
12009            '2T2C' and
12010            'IP6FWD' and
12011            not 'SRv6' and
12012            not 'IPSEC' and
12013            not 'VHOST'"
12014   parameters:
12015   - "throughput"
12016   - "parent"
12017   - "tags"
12018   sort:
12019   - "IP6BASE"
12020   - "FIB_20K"
12021   - "FIB_200K"
12022   - "FIB_2M"
12023   traces:
12024     hoverinfo: "x+y"
12025     boxpoints: "outliers"
12026     whiskerwidth: 0
12027   layout:
12028     title: "ip6-3n-hsw-x520-78b-2t2c-base-ndr"
12029     layout: "plot-throughput"
12030
12031 - type: "plot"
12032   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base-pdr"
12033   algorithm: "plot_performance_box"
12034   output-file-type: ".html"
12035   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base-pdr"
12036   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12037   filter: "'NIC_Intel-X520-DA2' and
12038            '78B' and
12039            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12040            'NDRPDR' and
12041            '2T2C' and
12042            'IP6FWD' and
12043            not 'SRv6' and
12044            not 'IPSEC' and
12045            not 'VHOST'"
12046   parameters:
12047   - "throughput"
12048   - "parent"
12049   - "tags"
12050   sort:
12051   - "IP6BASE"
12052   - "FIB_20K"
12053   - "FIB_200K"
12054   - "FIB_2M"
12055   traces:
12056     hoverinfo: "x+y"
12057     boxpoints: "outliers"
12058     whiskerwidth: 0
12059   layout:
12060     title: "ip6-3n-hsw-x520-78b-2t2c-base-pdr"
12061     layout: "plot-throughput"
12062
12063 # Packet Throughput - VPP IPv6 3n-hsw-x710
12064 - type: "plot"
12065   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
12066   algorithm: "plot_performance_box"
12067   output-file-type: ".html"
12068   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
12069   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12070   filter: "'NIC_Intel-X710' and
12071            '78B' and
12072            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12073            'NDRPDR' and
12074            '1T1C' and
12075            'IP6FWD' and
12076            not 'SRv6' and
12077            not 'IPSEC' and
12078            not 'VHOST'"
12079   parameters:
12080   - "throughput"
12081   - "parent"
12082   - "tags"
12083   sort:
12084   - "IP6BASE"
12085   - "FIB_20K"
12086   - "FIB_200K"
12087   - "FIB_2M"
12088   traces:
12089     hoverinfo: "x+y"
12090     boxpoints: "outliers"
12091     whiskerwidth: 0
12092   layout:
12093     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
12094     layout: "plot-throughput"
12095
12096 - type: "plot"
12097   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
12098   algorithm: "plot_performance_box"
12099   output-file-type: ".html"
12100   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
12101   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12102   filter: "'NIC_Intel-X710' and
12103            '78B' and
12104            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12105            'NDRPDR' and
12106            '1T1C' and
12107            'IP6FWD' and
12108            not 'SRv6' and
12109            not 'IPSEC' and
12110            not 'VHOST'"
12111   parameters:
12112   - "throughput"
12113   - "parent"
12114   - "tags"
12115   sort:
12116   - "IP6BASE"
12117   - "FIB_20K"
12118   - "FIB_200K"
12119   - "FIB_2M"
12120   traces:
12121     hoverinfo: "x+y"
12122     boxpoints: "outliers"
12123     whiskerwidth: 0
12124   layout:
12125     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
12126     layout: "plot-throughput"
12127
12128 - type: "plot"
12129   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
12130   algorithm: "plot_performance_box"
12131   output-file-type: ".html"
12132   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
12133   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12134   filter: "'NIC_Intel-X710' and
12135            '78B' and
12136            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12137            'NDRPDR' and
12138            '2T2C' and
12139            'IP6FWD' and
12140            not 'SRv6' and
12141            not 'IPSEC' and
12142            not 'VHOST'"
12143   parameters:
12144   - "throughput"
12145   - "parent"
12146   - "tags"
12147   sort:
12148   - "IP6BASE"
12149   - "FIB_20K"
12150   - "FIB_200K"
12151   - "FIB_2M"
12152   traces:
12153     hoverinfo: "x+y"
12154     boxpoints: "outliers"
12155     whiskerwidth: 0
12156   layout:
12157     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
12158     layout: "plot-throughput"
12159
12160 - type: "plot"
12161   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
12162   algorithm: "plot_performance_box"
12163   output-file-type: ".html"
12164   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
12165   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12166   filter: "'NIC_Intel-X710' and
12167            '78B' and
12168            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12169            'NDRPDR' and
12170            '2T2C' and
12171            'IP6FWD' and
12172            not 'SRv6' and
12173            not 'IPSEC' and
12174            not 'VHOST'"
12175   parameters:
12176   - "throughput"
12177   - "parent"
12178   - "tags"
12179   sort:
12180   - "IP6BASE"
12181   - "FIB_20K"
12182   - "FIB_200K"
12183   - "FIB_2M"
12184   traces:
12185     hoverinfo: "x+y"
12186     boxpoints: "outliers"
12187     whiskerwidth: 0
12188   layout:
12189     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
12190     layout: "plot-throughput"
12191
12192 # Packet Throughput - VPP IPv6 3n-hsw-x710 - features
12193 - type: "plot"
12194   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
12195   algorithm: "plot_performance_box"
12196   output-file-type: ".html"
12197   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
12198   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12199   filter: "'NIC_Intel-X710' and
12200            '78B' and
12201            ('IP6BASE' or
12202             'POLICE_MARK' or
12203             'COPWHLIST' or
12204             'IACLDST') and
12205            'NDRPDR' and
12206            '1T1C' and
12207            'IP6FWD' and
12208            not 'SRv6' and
12209            not 'IPSEC' and
12210            not 'VHOST'"
12211   parameters:
12212   - "throughput"
12213   - "parent"
12214   - "tags"
12215   sort:
12216   - "IP6BASE"
12217   - "POLICE_MARK"
12218   - "COPWHLIST"
12219   - "IACLDST"
12220   traces:
12221     hoverinfo: "x+y"
12222     boxpoints: "outliers"
12223     whiskerwidth: 0
12224   layout:
12225     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
12226     layout: "plot-throughput"
12227
12228 - type: "plot"
12229   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
12230   algorithm: "plot_performance_box"
12231   output-file-type: ".html"
12232   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
12233   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12234   filter: "'NIC_Intel-X710' and
12235            '78B' and
12236            ('IP6BASE' or
12237             'POLICE_MARK' or
12238             'COPWHLIST' or
12239             'IACLDST') and
12240            'NDRPDR' and
12241            '2T2C' and
12242            'IP6FWD' and
12243            not 'SRv6' and
12244            not 'IPSEC' and
12245            not 'VHOST'"
12246   parameters:
12247   - "throughput"
12248   - "parent"
12249   - "tags"
12250   sort:
12251   - "IP6BASE"
12252   - "POLICE_MARK"
12253   - "COPWHLIST"
12254   - "IACLDST"
12255   traces:
12256     hoverinfo: "x+y"
12257     boxpoints: "outliers"
12258     whiskerwidth: 0
12259   layout:
12260     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
12261     layout: "plot-throughput"
12262
12263 - type: "plot"
12264   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
12265   algorithm: "plot_performance_box"
12266   output-file-type: ".html"
12267   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
12268   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12269   filter: "'NIC_Intel-X710' and
12270            '78B' and
12271            ('IP6BASE' or
12272             'POLICE_MARK' or
12273             'COPWHLIST' or
12274             'IACLDST') and
12275            'NDRPDR' and
12276            '1T1C' and
12277            'IP6FWD' and
12278            not 'SRv6' and
12279            not 'IPSEC' and
12280            not 'VHOST'"
12281   parameters:
12282   - "throughput"
12283   - "parent"
12284   - "tags"
12285   sort:
12286   - "IP6BASE"
12287   - "POLICE_MARK"
12288   - "COPWHLIST"
12289   - "IACLDST"
12290   traces:
12291     hoverinfo: "x+y"
12292     boxpoints: "outliers"
12293     whiskerwidth: 0
12294   layout:
12295     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
12296     layout: "plot-throughput"
12297
12298 - type: "plot"
12299   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
12300   algorithm: "plot_performance_box"
12301   output-file-type: ".html"
12302   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
12303   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12304   filter: "'NIC_Intel-X710' and
12305            '78B' and
12306            ('IP6BASE' or
12307             'POLICE_MARK' or
12308             'COPWHLIST' or
12309             'IACLDST') and
12310            'NDRPDR' and
12311            '2T2C' and
12312            'IP6FWD' and
12313            not 'SRv6' and
12314            not 'IPSEC' and
12315            not 'VHOST'"
12316   parameters:
12317   - "throughput"
12318   - "parent"
12319   - "tags"
12320   sort:
12321   - "IP6BASE"
12322   - "POLICE_MARK"
12323   - "COPWHLIST"
12324   - "IACLDST"
12325   traces:
12326     hoverinfo: "x+y"
12327     boxpoints: "outliers"
12328     whiskerwidth: 0
12329   layout:
12330     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
12331     layout: "plot-throughput"
12332
12333 # Packet Throughput - VPP IPv6 3n-hsw-xl710
12334 - type: "plot"
12335   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base-ndr"
12336   algorithm: "plot_performance_box"
12337   output-file-type: ".html"
12338   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base-ndr"
12339   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12340   filter: "'NIC_Intel-XL710' and
12341            '78B' and
12342            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12343            'NDRPDR' and
12344            '1T1C' and
12345            'IP6FWD' and
12346            not 'SRv6' and
12347            not 'IPSEC' and
12348            not 'VHOST'"
12349   parameters:
12350   - "throughput"
12351   - "parent"
12352   - "tags"
12353   sort:
12354   - "IP6BASE"
12355   - "FIB_20K"
12356   - "FIB_200K"
12357   - "FIB_2M"
12358   traces:
12359     hoverinfo: "x+y"
12360     boxpoints: "outliers"
12361     whiskerwidth: 0
12362   layout:
12363     title: "ip6-3n-hsw-xl710-78b-1t1c-base-ndr"
12364     layout: "plot-throughput"
12365
12366 - type: "plot"
12367   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base-pdr"
12368   algorithm: "plot_performance_box"
12369   output-file-type: ".html"
12370   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base-pdr"
12371   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12372   filter: "'NIC_Intel-XL710' and
12373            '78B' and
12374            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12375            'NDRPDR' and
12376            '1T1C' and
12377            'IP6FWD' and
12378            not 'SRv6' and
12379            not 'IPSEC' and
12380            not 'VHOST'"
12381   parameters:
12382   - "throughput"
12383   - "parent"
12384   - "tags"
12385   sort:
12386   - "IP6BASE"
12387   - "FIB_20K"
12388   - "FIB_200K"
12389   - "FIB_2M"
12390   traces:
12391     hoverinfo: "x+y"
12392     boxpoints: "outliers"
12393     whiskerwidth: 0
12394   layout:
12395     title: "ip6-3n-hsw-xl710-78b-1t1c-base-pdr"
12396     layout: "plot-throughput"
12397
12398 - type: "plot"
12399   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base-ndr"
12400   algorithm: "plot_performance_box"
12401   output-file-type: ".html"
12402   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base-ndr"
12403   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12404   filter: "'NIC_Intel-XL710' and
12405            '78B' and
12406            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12407            'NDRPDR' and
12408            '2T2C' and
12409            'IP6FWD' and
12410            not 'SRv6' and
12411            not 'IPSEC' and
12412            not 'VHOST'"
12413   parameters:
12414   - "throughput"
12415   - "parent"
12416   - "tags"
12417   sort:
12418   - "IP6BASE"
12419   - "FIB_20K"
12420   - "FIB_200K"
12421   - "FIB_2M"
12422   traces:
12423     hoverinfo: "x+y"
12424     boxpoints: "outliers"
12425     whiskerwidth: 0
12426   layout:
12427     title: "ip6-3n-hsw-xl710-78b-2t2c-base-ndr"
12428     layout: "plot-throughput"
12429
12430 - type: "plot"
12431   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base-pdr"
12432   algorithm: "plot_performance_box"
12433   output-file-type: ".html"
12434   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base-pdr"
12435   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12436   filter: "'NIC_Intel-XL710' and
12437            '78B' and
12438            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12439            'NDRPDR' and
12440            '2T2C' and
12441            'IP6FWD' and
12442            not 'SRv6' and
12443            not 'IPSEC' and
12444            not 'VHOST'"
12445   parameters:
12446   - "throughput"
12447   - "parent"
12448   - "tags"
12449   sort:
12450   - "IP6BASE"
12451   - "FIB_20K"
12452   - "FIB_200K"
12453   - "FIB_2M"
12454   traces:
12455     hoverinfo: "x+y"
12456     boxpoints: "outliers"
12457     whiskerwidth: 0
12458   layout:
12459     title: "ip6-3n-hsw-xl710-78b-2t2c-base-pdr"
12460     layout: "plot-throughput"
12461
12462 # Packet Throughput - VPP IPv6 3n-skx-x710
12463 - type: "plot"
12464   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
12465   algorithm: "plot_performance_box"
12466   output-file-type: ".html"
12467   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
12468   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12469   filter: "'NIC_Intel-X710' and
12470            '78B' and
12471            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12472            'NDRPDR' and
12473            '2T1C' and
12474            'IP6FWD' and
12475            not 'SRv6' and
12476            not 'IPSEC' and
12477            not 'VHOST'"
12478   parameters:
12479   - "throughput"
12480   - "parent"
12481   - "tags"
12482   sort:
12483   - "IP6BASE"
12484   - "FIB_20K"
12485   - "FIB_200K"
12486   - "FIB_2M"
12487   traces:
12488     hoverinfo: "x+y"
12489     boxpoints: "outliers"
12490     whiskerwidth: 0
12491   layout:
12492     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
12493     layout: "plot-throughput"
12494
12495 - type: "plot"
12496   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
12497   algorithm: "plot_performance_box"
12498   output-file-type: ".html"
12499   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
12500   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12501   filter: "'NIC_Intel-X710' and
12502            '78B' and
12503            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12504            'NDRPDR' and
12505            '2T1C' and
12506            'IP6FWD' and
12507            not 'SRv6' and
12508            not 'IPSEC' and
12509            not 'VHOST'"
12510   parameters:
12511   - "throughput"
12512   - "parent"
12513   - "tags"
12514   sort:
12515   - "IP6BASE"
12516   - "FIB_20K"
12517   - "FIB_200K"
12518   - "FIB_2M"
12519   traces:
12520     hoverinfo: "x+y"
12521     boxpoints: "outliers"
12522     whiskerwidth: 0
12523   layout:
12524     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
12525     layout: "plot-throughput"
12526
12527 - type: "plot"
12528   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
12529   algorithm: "plot_performance_box"
12530   output-file-type: ".html"
12531   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
12532   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12533   filter: "'NIC_Intel-X710' and
12534            '78B' and
12535            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12536            'NDRPDR' and
12537            '4T2C' and
12538            'IP6FWD' and
12539            not 'SRv6' and
12540            not 'IPSEC' and
12541            not 'VHOST'"
12542   parameters:
12543   - "throughput"
12544   - "parent"
12545   - "tags"
12546   sort:
12547   - "IP6BASE"
12548   - "FIB_20K"
12549   - "FIB_200K"
12550   - "FIB_2M"
12551   traces:
12552     hoverinfo: "x+y"
12553     boxpoints: "outliers"
12554     whiskerwidth: 0
12555   layout:
12556     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
12557     layout: "plot-throughput"
12558
12559 - type: "plot"
12560   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
12561   algorithm: "plot_performance_box"
12562   output-file-type: ".html"
12563   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
12564   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12565   filter: "'NIC_Intel-X710' and
12566            '78B' and
12567            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12568            'NDRPDR' and
12569            '4T2C' and
12570            'IP6FWD' and
12571            not 'SRv6' and
12572            not 'IPSEC' and
12573            not 'VHOST'"
12574   parameters:
12575   - "throughput"
12576   - "parent"
12577   - "tags"
12578   sort:
12579   - "IP6BASE"
12580   - "FIB_20K"
12581   - "FIB_200K"
12582   - "FIB_2M"
12583   traces:
12584     hoverinfo: "x+y"
12585     boxpoints: "outliers"
12586     whiskerwidth: 0
12587   layout:
12588     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
12589     layout: "plot-throughput"
12590
12591 # Packet Throughput - VPP IPv6 3n-skx-x710 - features
12592 - type: "plot"
12593   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
12594   algorithm: "plot_performance_box"
12595   output-file-type: ".html"
12596   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
12597   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12598   filter: "'NIC_Intel-X710' and
12599            '78B' and
12600            ('IP6BASE' or
12601             'POLICE_MARK' or
12602             'COPWHLIST' or
12603             'IACLDST') and
12604            'NDRPDR' and
12605            '2T1C' and
12606            'IP6FWD' and
12607            not 'SRv6' and
12608            not 'IPSEC' and
12609            not 'VHOST'"
12610   parameters:
12611   - "throughput"
12612   - "parent"
12613   - "tags"
12614   sort:
12615   - "IP6BASE"
12616   - "POLICE_MARK"
12617   - "COPWHLIST"
12618   - "IACLDST"
12619   traces:
12620     hoverinfo: "x+y"
12621     boxpoints: "outliers"
12622     whiskerwidth: 0
12623   layout:
12624     title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
12625     layout: "plot-throughput"
12626
12627 - type: "plot"
12628   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
12629   algorithm: "plot_performance_box"
12630   output-file-type: ".html"
12631   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
12632   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12633   filter: "'NIC_Intel-X710' and
12634            '78B' and
12635            ('IP6BASE' or
12636             'POLICE_MARK' or
12637             'COPWHLIST' or
12638             'IACLDST') and
12639            'NDRPDR' and
12640            '4T2C' and
12641            'IP6FWD' and
12642            not 'SRv6' and
12643            not 'IPSEC' and
12644            not 'VHOST'"
12645   parameters:
12646   - "throughput"
12647   - "parent"
12648   - "tags"
12649   sort:
12650   - "IP6BASE"
12651   - "POLICE_MARK"
12652   - "COPWHLIST"
12653   - "IACLDST"
12654   traces:
12655     hoverinfo: "x+y"
12656     boxpoints: "outliers"
12657     whiskerwidth: 0
12658   layout:
12659     title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
12660     layout: "plot-throughput"
12661
12662 - type: "plot"
12663   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
12664   algorithm: "plot_performance_box"
12665   output-file-type: ".html"
12666   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
12667   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12668   filter: "'NIC_Intel-X710' and
12669            '78B' and
12670            ('IP6BASE' or
12671             'POLICE_MARK' or
12672             'COPWHLIST' or
12673             'IACLDST') and
12674            'NDRPDR' and
12675            '2T1C' and
12676            'IP6FWD' and
12677            not 'SRv6' and
12678            not 'IPSEC' and
12679            not 'VHOST'"
12680   parameters:
12681   - "throughput"
12682   - "parent"
12683   - "tags"
12684   sort:
12685   - "IP6BASE"
12686   - "POLICE_MARK"
12687   - "COPWHLIST"
12688   - "IACLDST"
12689   traces:
12690     hoverinfo: "x+y"
12691     boxpoints: "outliers"
12692     whiskerwidth: 0
12693   layout:
12694     title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
12695     layout: "plot-throughput"
12696
12697 - type: "plot"
12698   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
12699   algorithm: "plot_performance_box"
12700   output-file-type: ".html"
12701   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
12702   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12703   filter: "'NIC_Intel-X710' and
12704            '78B' and
12705            ('IP6BASE' or
12706             'POLICE_MARK' or
12707             'COPWHLIST' or
12708             'IACLDST') and
12709            'NDRPDR' and
12710            '4T2C' and
12711            'IP6FWD' and
12712            not 'SRv6' and
12713            not 'IPSEC' and
12714            not 'VHOST'"
12715   parameters:
12716   - "throughput"
12717   - "parent"
12718   - "tags"
12719   sort:
12720   - "IP6BASE"
12721   - "POLICE_MARK"
12722   - "COPWHLIST"
12723   - "IACLDST"
12724   traces:
12725     hoverinfo: "x+y"
12726     boxpoints: "outliers"
12727     whiskerwidth: 0
12728   layout:
12729     title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
12730     layout: "plot-throughput"
12731
12732 # Packet Throughput - VPP IPv6 3n-skx-xxv710
12733 - type: "plot"
12734   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
12735   algorithm: "plot_performance_box"
12736   output-file-type: ".html"
12737   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
12738   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12739   filter: "'NIC_Intel-XXV710' and
12740            '78B' and
12741            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12742            'NDRPDR' and
12743            '2T1C' and
12744            'IP6FWD' and
12745            not 'SRv6' and
12746            not 'IPSEC' and
12747            not 'VHOST'"
12748   parameters:
12749   - "throughput"
12750   - "parent"
12751   - "tags"
12752   sort:
12753   - "IP6BASE"
12754   - "FIB_20K"
12755   - "FIB_200K"
12756   - "FIB_2M"
12757   traces:
12758     hoverinfo: "x+y"
12759     boxpoints: "outliers"
12760     whiskerwidth: 0
12761   layout:
12762     title: "ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
12763     layout: "plot-throughput"
12764
12765 - type: "plot"
12766   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
12767   algorithm: "plot_performance_box"
12768   output-file-type: ".html"
12769   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
12770   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12771   filter: "'NIC_Intel-XXV710' and
12772            '78B' and
12773            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12774            'NDRPDR' and
12775            '2T1C' and
12776            'IP6FWD' and
12777            not 'SRv6' and
12778            not 'IPSEC' and
12779            not 'VHOST'"
12780   parameters:
12781   - "throughput"
12782   - "parent"
12783   - "tags"
12784   sort:
12785   - "IP6BASE"
12786   - "FIB_20K"
12787   - "FIB_200K"
12788   - "FIB_2M"
12789   traces:
12790     hoverinfo: "x+y"
12791     boxpoints: "outliers"
12792     whiskerwidth: 0
12793   layout:
12794     title: "ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
12795     layout: "plot-throughput"
12796
12797 - type: "plot"
12798   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
12799   algorithm: "plot_performance_box"
12800   output-file-type: ".html"
12801   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
12802   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12803   filter: "'NIC_Intel-XXV710' and
12804            '78B' and
12805            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12806            'NDRPDR' and
12807            '4T2C' and
12808            'IP6FWD' and
12809            not 'SRv6' and
12810            not 'IPSEC' and
12811            not 'VHOST'"
12812   parameters:
12813   - "throughput"
12814   - "parent"
12815   - "tags"
12816   sort:
12817   - "IP6BASE"
12818   - "FIB_20K"
12819   - "FIB_200K"
12820   - "FIB_2M"
12821   traces:
12822     hoverinfo: "x+y"
12823     boxpoints: "outliers"
12824     whiskerwidth: 0
12825   layout:
12826     title: "ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
12827     layout: "plot-throughput"
12828
12829 - type: "plot"
12830   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
12831   algorithm: "plot_performance_box"
12832   output-file-type: ".html"
12833   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
12834   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12835   filter: "'NIC_Intel-XXV710' and
12836            '78B' and
12837            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12838            'NDRPDR' and
12839            '4T2C' and
12840            'IP6FWD' and
12841            not 'SRv6' and
12842            not 'IPSEC' and
12843            not 'VHOST'"
12844   parameters:
12845   - "throughput"
12846   - "parent"
12847   - "tags"
12848   sort:
12849   - "IP6BASE"
12850   - "FIB_20K"
12851   - "FIB_200K"
12852   - "FIB_2M"
12853   traces:
12854     hoverinfo: "x+y"
12855     boxpoints: "outliers"
12856     whiskerwidth: 0
12857   layout:
12858     title: "ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
12859     layout: "plot-throughput"
12860
12861 # Packet Throughput - VPP IPv6 2n-skx-x710
12862 - type: "plot"
12863   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
12864   algorithm: "plot_performance_box"
12865   output-file-type: ".html"
12866   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
12867   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12868   filter: "'NIC_Intel-X710' and
12869            '78B' and
12870            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12871            'NDRPDR' and
12872            '2T1C' and
12873            'IP6FWD' and
12874            not 'SRv6' and
12875            not 'IPSEC' and
12876            not 'VHOST'"
12877   parameters:
12878   - "throughput"
12879   - "parent"
12880   - "tags"
12881   sort:
12882   - "IP6BASE"
12883   - "FIB_20K"
12884   - "FIB_200K"
12885   - "FIB_2M"
12886   traces:
12887     hoverinfo: "x+y"
12888     boxpoints: "outliers"
12889     whiskerwidth: 0
12890   layout:
12891     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
12892     layout: "plot-throughput"
12893
12894 - type: "plot"
12895   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
12896   algorithm: "plot_performance_box"
12897   output-file-type: ".html"
12898   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
12899   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12900   filter: "'NIC_Intel-X710' and
12901            '78B' and
12902            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12903            'NDRPDR' and
12904            '2T1C' and
12905            'IP6FWD' and
12906            not 'SRv6' and
12907            not 'IPSEC' and
12908            not 'VHOST'"
12909   parameters:
12910   - "throughput"
12911   - "parent"
12912   - "tags"
12913   sort:
12914   - "IP6BASE"
12915   - "FIB_20K"
12916   - "FIB_200K"
12917   - "FIB_2M"
12918   traces:
12919     hoverinfo: "x+y"
12920     boxpoints: "outliers"
12921     whiskerwidth: 0
12922   layout:
12923     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
12924     layout: "plot-throughput"
12925
12926 - type: "plot"
12927   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
12928   algorithm: "plot_performance_box"
12929   output-file-type: ".html"
12930   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
12931   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12932   filter: "'NIC_Intel-X710' and
12933            '78B' and
12934            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12935            'NDRPDR' and
12936            '4T2C' and
12937            'IP6FWD' and
12938            not 'SRv6' and
12939            not 'IPSEC' and
12940            not 'VHOST'"
12941   parameters:
12942   - "throughput"
12943   - "parent"
12944   - "tags"
12945   sort:
12946   - "IP6BASE"
12947   - "FIB_20K"
12948   - "FIB_200K"
12949   - "FIB_2M"
12950   traces:
12951     hoverinfo: "x+y"
12952     boxpoints: "outliers"
12953     whiskerwidth: 0
12954   layout:
12955     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
12956     layout: "plot-throughput"
12957
12958 - type: "plot"
12959   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
12960   algorithm: "plot_performance_box"
12961   output-file-type: ".html"
12962   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
12963   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12964   filter: "'NIC_Intel-X710' and
12965            '78B' and
12966            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12967            'NDRPDR' and
12968            '4T2C' and
12969            'IP6FWD' and
12970            not 'SRv6' and
12971            not 'IPSEC' and
12972            not 'VHOST'"
12973   parameters:
12974   - "throughput"
12975   - "parent"
12976   - "tags"
12977   sort:
12978   - "IP6BASE"
12979   - "FIB_20K"
12980   - "FIB_200K"
12981   - "FIB_2M"
12982   traces:
12983     hoverinfo: "x+y"
12984     boxpoints: "outliers"
12985     whiskerwidth: 0
12986   layout:
12987     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
12988     layout: "plot-throughput"
12989
12990 # Packet Throughput - VPP IPv6 2n-skx-xxv710
12991 - type: "plot"
12992   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
12993   algorithm: "plot_performance_box"
12994   output-file-type: ".html"
12995   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
12996   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12997   filter: "'NIC_Intel-XXV710' and
12998            '78B' and
12999            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13000            'NDRPDR' and
13001            '2T1C' and
13002            'IP6FWD' and
13003            not 'SRv6' and
13004            not 'IPSEC' and
13005            not 'VHOST'"
13006   parameters:
13007   - "throughput"
13008   - "parent"
13009   - "tags"
13010   sort:
13011   - "IP6BASE"
13012   - "FIB_20K"
13013   - "FIB_200K"
13014   - "FIB_2M"
13015   traces:
13016     hoverinfo: "x+y"
13017     boxpoints: "outliers"
13018     whiskerwidth: 0
13019   layout:
13020     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
13021     layout: "plot-throughput"
13022
13023 - type: "plot"
13024   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
13025   algorithm: "plot_performance_box"
13026   output-file-type: ".html"
13027   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
13028   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13029   filter: "'NIC_Intel-XXV710' and
13030            '78B' and
13031            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13032            'NDRPDR' and
13033            '2T1C' and
13034            'IP6FWD' and
13035            not 'SRv6' and
13036            not 'IPSEC' and
13037            not 'VHOST'"
13038   parameters:
13039   - "throughput"
13040   - "parent"
13041   - "tags"
13042   sort:
13043   - "IP6BASE"
13044   - "FIB_20K"
13045   - "FIB_200K"
13046   - "FIB_2M"
13047   traces:
13048     hoverinfo: "x+y"
13049     boxpoints: "outliers"
13050     whiskerwidth: 0
13051   layout:
13052     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
13053     layout: "plot-throughput"
13054
13055 - type: "plot"
13056   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
13057   algorithm: "plot_performance_box"
13058   output-file-type: ".html"
13059   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
13060   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13061   filter: "'NIC_Intel-XXV710' and
13062            '78B' and
13063            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13064            'NDRPDR' and
13065            '4T2C' and
13066            'IP6FWD' and
13067            not 'SRv6' and
13068            not 'IPSEC' and
13069            not 'VHOST'"
13070   parameters:
13071   - "throughput"
13072   - "parent"
13073   - "tags"
13074   sort:
13075   - "IP6BASE"
13076   - "FIB_20K"
13077   - "FIB_200K"
13078   - "FIB_2M"
13079   traces:
13080     hoverinfo: "x+y"
13081     boxpoints: "outliers"
13082     whiskerwidth: 0
13083   layout:
13084     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
13085     layout: "plot-throughput"
13086
13087 - type: "plot"
13088   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
13089   algorithm: "plot_performance_box"
13090   output-file-type: ".html"
13091   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
13092   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13093   filter: "'NIC_Intel-XXV710' and
13094            '78B' and
13095            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13096            'NDRPDR' and
13097            '4T2C' and
13098            'IP6FWD' and
13099            not 'SRv6' and
13100            not 'IPSEC' and
13101            not 'VHOST'"
13102   parameters:
13103   - "throughput"
13104   - "parent"
13105   - "tags"
13106   sort:
13107   - "IP6BASE"
13108   - "FIB_20K"
13109   - "FIB_200K"
13110   - "FIB_2M"
13111   traces:
13112     hoverinfo: "x+y"
13113     boxpoints: "outliers"
13114     whiskerwidth: 0
13115   layout:
13116     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
13117     layout: "plot-throughput"
13118
13119 # Packet Throughput - VPP IPv6 2n-dnv-x553 base
13120 - type: "plot"
13121   title: "VPP Throughput: ip6-2n-dnv-x553-78b-1t1c-base-ndr"
13122   algorithm: "plot_performance_box"
13123   output-file-type: ".html"
13124   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-1t1c-base-ndr"
13125   data: "intel-dnv-vpp"
13126   filter: "'NIC_Intel-X553' and
13127            '78B' and
13128            'IP6BASE' and
13129            'NDRPDR' and
13130            '1T1C' and
13131            'IP6FWD' and
13132            not 'SRv6' and
13133            not 'IPSEC' and
13134            not 'VHOST'"
13135   parameters:
13136   - "throughput"
13137   - "parent"
13138   - "tags"
13139   sort:
13140   - "IP6BASE"
13141   traces:
13142     hoverinfo: "x+y"
13143     boxpoints: "outliers"
13144     whiskerwidth: 0
13145   layout:
13146     title: "ip6-2n-dnv-x553-78b-1t1c-base-ndr"
13147     layout: "plot-throughput"
13148
13149 - type: "plot"
13150   title: "VPP Throughput: ip6-2n-dnv-x553-78b-1t1c-base-pdr"
13151   algorithm: "plot_performance_box"
13152   output-file-type: ".html"
13153   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-1t1c-base-pdr"
13154   data: "intel-dnv-vpp"
13155   filter: "'NIC_Intel-X553' and
13156            '78B' and
13157            'IP6BASE' and
13158            'NDRPDR' and
13159            '1T1C' and
13160            'IP6FWD' and
13161            not 'SRv6' and
13162            not 'IPSEC' and
13163            not 'VHOST'"
13164   parameters:
13165   - "throughput"
13166   - "parent"
13167   - "tags"
13168   sort:
13169   - "IP6BASE"
13170   traces:
13171     hoverinfo: "x+y"
13172     boxpoints: "outliers"
13173     whiskerwidth: 0
13174   layout:
13175     title: "ip6-2n-dnv-x553-78b-1t1c-base-pdr"
13176     layout: "plot-throughput"
13177
13178 - type: "plot"
13179   title: "VPP Throughput: ip6-2n-dnv-x553-78b-2t2c-base-ndr"
13180   algorithm: "plot_performance_box"
13181   output-file-type: ".html"
13182   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-2t2c-base-ndr"
13183   data: "intel-dnv-vpp"
13184   filter: "'NIC_Intel-X553' and
13185            '78B' and
13186            'IP6BASE' and
13187            'NDRPDR' and
13188            '2T2C' and
13189            'IP6FWD' and
13190            not 'SRv6' and
13191            not 'IPSEC' and
13192            not 'VHOST'"
13193   parameters:
13194   - "throughput"
13195   - "parent"
13196   - "tags"
13197   sort:
13198   - "IP6BASE"
13199   traces:
13200     hoverinfo: "x+y"
13201     boxpoints: "outliers"
13202     whiskerwidth: 0
13203   layout:
13204     title: "ip6-2n-dnv-x553-78b-2t2c-base-ndr"
13205     layout: "plot-throughput"
13206
13207 - type: "plot"
13208   title: "VPP Throughput: ip6-2n-dnv-x553-78b-2t2c-base-pdr"
13209   algorithm: "plot_performance_box"
13210   output-file-type: ".html"
13211   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-2t2c-base-pdr"
13212   data: "intel-dnv-vpp"
13213   filter: "'NIC_Intel-X553' and
13214            '78B' and
13215            'IP6BASE' and
13216            'NDRPDR' and
13217            '2T2C' and
13218            'IP6FWD' and
13219            not 'SRv6' and
13220            not 'IPSEC' and
13221            not 'VHOST'"
13222   parameters:
13223   - "throughput"
13224   - "parent"
13225   - "tags"
13226   sort:
13227   - "IP6BASE"
13228   traces:
13229     hoverinfo: "x+y"
13230     boxpoints: "outliers"
13231     whiskerwidth: 0
13232   layout:
13233     title: "ip6-2n-dnv-x553-78b-2t2c-base-pdr"
13234     layout: "plot-throughput"
13235
13236 ################################################################################
13237
13238 # Packet Throughput - VPP IPv6 tunnels 3n-hsw-x520
13239 - type: "plot"
13240   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base-ndr"
13241   algorithm: "plot_performance_box"
13242   output-file-type: ".html"
13243   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base-ndr"
13244   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13245   filter: "'NIC_Intel-X520-DA2' and
13246            '78B' and
13247            'ENCAP' and
13248            'NDRPDR' and
13249            '1T1C' and
13250            'LISP' and
13251            not 'VHOST'"
13252   parameters:
13253   - "throughput"
13254   - "parent"
13255   - "tags"
13256   sort:
13257   - "IP4UNRLAY"
13258   - "IP6UNRLAY"
13259   traces:
13260     hoverinfo: "x+y"
13261     boxpoints: "outliers"
13262     whiskerwidth: 0
13263   layout:
13264     title: "ip6tun-3n-hsw-x520-78b-1t1c-base-ndr"
13265     layout: "plot-throughput"
13266
13267 - type: "plot"
13268   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base-pdr"
13269   algorithm: "plot_performance_box"
13270   output-file-type: ".html"
13271   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base-pdr"
13272   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13273   filter: "'NIC_Intel-X520-DA2' and
13274            '78B' and
13275            'ENCAP' and
13276            'NDRPDR' and
13277            '1T1C' and
13278            'LISP' and
13279            not 'VHOST'"
13280   parameters:
13281   - "throughput"
13282   - "parent"
13283   - "tags"
13284   sort:
13285   - "IP4UNRLAY"
13286   - "IP6UNRLAY"
13287   traces:
13288     hoverinfo: "x+y"
13289     boxpoints: "outliers"
13290     whiskerwidth: 0
13291   layout:
13292     title: "ip6tun-3n-hsw-x520-78b-1t1c-base-pdr"
13293     layout: "plot-throughput"
13294
13295 - type: "plot"
13296   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base-ndr"
13297   algorithm: "plot_performance_box"
13298   output-file-type: ".html"
13299   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base-ndr"
13300   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13301   filter: "'NIC_Intel-X520-DA2' and
13302            '78B' and
13303            'ENCAP' and
13304            'NDRPDR' and
13305            '2T2C' and
13306            'LISP' and
13307            not 'VHOST'"
13308   parameters:
13309   - "throughput"
13310   - "parent"
13311   - "tags"
13312   sort:
13313   - "IP4UNRLAY"
13314   - "IP6UNRLAY"
13315   traces:
13316     hoverinfo: "x+y"
13317     boxpoints: "outliers"
13318     whiskerwidth: 0
13319   layout:
13320     title: "ip6tun-3n-hsw-x520-78b-2t2c-base-ndr"
13321     layout: "plot-throughput"
13322
13323 - type: "plot"
13324   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base-pdr"
13325   algorithm: "plot_performance_box"
13326   output-file-type: ".html"
13327   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base-pdr"
13328   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13329   filter: "'NIC_Intel-X520-DA2' and
13330            '78B' and
13331            'ENCAP' and
13332            'NDRPDR' and
13333            '2T2C' and
13334            'LISP' and
13335            not 'VHOST'"
13336   parameters:
13337   - "throughput"
13338   - "parent"
13339   - "tags"
13340   sort:
13341   - "IP4UNRLAY"
13342   - "IP6UNRLAY"
13343   traces:
13344     hoverinfo: "x+y"
13345     boxpoints: "outliers"
13346     whiskerwidth: 0
13347   layout:
13348     title: "ip6tun-3n-hsw-x520-78b-2t2c-base-pdr"
13349     layout: "plot-throughput"
13350
13351 ################################################################################
13352
13353 # Packet Throughput - VPP IPSec 3n-hsw-xl710 base
13354 - type: "plot"
13355   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
13356   algorithm: "plot_performance_box"
13357   output-file-type: ".html"
13358   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
13359   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13360   filter: "'NIC_Intel-XL710' and
13361            '64B' and
13362            'IP4FWD' and
13363            'NDRPDR' and
13364            'BASE' and
13365            '1T1C' and
13366            'IPSECHW' and
13367            ('IPSECTRAN' or 'IPSECTUN') and
13368            not 'VHOST'"
13369   parameters:
13370   - "throughput"
13371   - "parent"
13372   - "tags"
13373   traces:
13374     hoverinfo: "x+y"
13375     boxpoints: "outliers"
13376     whiskerwidth: 0
13377   layout:
13378     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
13379     layout: "plot-throughput"
13380
13381 - type: "plot"
13382   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
13383   algorithm: "plot_performance_box"
13384   output-file-type: ".html"
13385   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
13386   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13387   filter: "'NIC_Intel-XL710' and
13388            '64B' and
13389            'IP4FWD' and
13390            'NDRPDR' and
13391            'BASE' and
13392            '1T1C' and
13393            'IPSECHW' and
13394            ('IPSECTRAN' or 'IPSECTUN') and
13395            not 'VHOST'"
13396   parameters:
13397   - "throughput"
13398   - "parent"
13399   - "tags"
13400   traces:
13401     hoverinfo: "x+y"
13402     boxpoints: "outliers"
13403     whiskerwidth: 0
13404   layout:
13405     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
13406     layout: "plot-throughput"
13407
13408 - type: "plot"
13409   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
13410   algorithm: "plot_performance_box"
13411   output-file-type: ".html"
13412   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
13413   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13414   filter: "'NIC_Intel-XL710' and
13415            '64B' and
13416            'IP4FWD' and
13417            'NDRPDR' and
13418            'BASE' and
13419            '2T2C' and
13420            'IPSECHW' and
13421            ('IPSECTRAN' or 'IPSECTUN') and
13422            not 'VHOST'"
13423   parameters:
13424   - "throughput"
13425   - "parent"
13426   - "tags"
13427   traces:
13428     hoverinfo: "x+y"
13429     boxpoints: "outliers"
13430     whiskerwidth: 0
13431   layout:
13432     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
13433     layout: "plot-throughput"
13434
13435 - type: "plot"
13436   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
13437   algorithm: "plot_performance_box"
13438   output-file-type: ".html"
13439   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
13440   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13441   filter: "'NIC_Intel-XL710' and
13442            '64B' and
13443            'IP4FWD' and
13444            'NDRPDR' and
13445            'BASE' and
13446            '2T2C' and
13447            'IPSECHW' and
13448            ('IPSECTRAN' or 'IPSECTUN') and
13449            not 'VHOST'"
13450   parameters:
13451   - "throughput"
13452   - "parent"
13453   - "tags"
13454   traces:
13455     hoverinfo: "x+y"
13456     boxpoints: "outliers"
13457     whiskerwidth: 0
13458   layout:
13459     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
13460     layout: "plot-throughput"
13461
13462 # Packet Throughput - VPP IPSec 3n-hsw-xl710 scale
13463 - type: "plot"
13464   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
13465   algorithm: "plot_performance_box"
13466   output-file-type: ".html"
13467   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
13468   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13469   filter: "'NIC_Intel-XL710' and
13470            '64B' and
13471            'IP4FWD' and
13472            'NDRPDR' and
13473            'SCALE' and
13474            '1T1C' and
13475            'IPSECHW' and
13476            ('IPSECTRAN' or 'IPSECTUN') and
13477            not 'VHOST'"
13478   parameters:
13479   - "throughput"
13480   - "parent"
13481   - "tags"
13482   traces:
13483     hoverinfo: "x+y"
13484     boxpoints: "outliers"
13485     whiskerwidth: 0
13486   layout:
13487     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
13488     layout: "plot-throughput"
13489
13490 - type: "plot"
13491   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
13492   algorithm: "plot_performance_box"
13493   output-file-type: ".html"
13494   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
13495   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13496   filter: "'NIC_Intel-XL710' and
13497            '64B' and
13498            'IP4FWD' and
13499            'NDRPDR' and
13500            'SCALE' and
13501            '1T1C' and
13502            'IPSECHW' and
13503            ('IPSECTRAN' or 'IPSECTUN') and
13504            not 'VHOST'"
13505   parameters:
13506   - "throughput"
13507   - "parent"
13508   - "tags"
13509   traces:
13510     hoverinfo: "x+y"
13511     boxpoints: "outliers"
13512     whiskerwidth: 0
13513   layout:
13514     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
13515     layout: "plot-throughput"
13516
13517 - type: "plot"
13518   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
13519   algorithm: "plot_performance_box"
13520   output-file-type: ".html"
13521   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
13522   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13523   filter: "'NIC_Intel-XL710' and
13524            '64B' and
13525            'IP4FWD' and
13526            'NDRPDR' and
13527            'SCALE' and
13528            '2T2C' and
13529            'IPSECHW' and
13530            ('IPSECTRAN' or 'IPSECTUN') and
13531            not 'VHOST'"
13532   parameters:
13533   - "throughput"
13534   - "parent"
13535   - "tags"
13536   traces:
13537     hoverinfo: "x+y"
13538     boxpoints: "outliers"
13539     whiskerwidth: 0
13540   layout:
13541     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
13542     layout: "plot-throughput"
13543
13544 - type: "plot"
13545   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
13546   algorithm: "plot_performance_box"
13547   output-file-type: ".html"
13548   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
13549   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13550   filter: "'NIC_Intel-XL710' and
13551            '64B' and
13552            'IP4FWD' and
13553            'NDRPDR' and
13554            'SCALE' and
13555            '2T2C' and
13556            'IPSECHW' and
13557            ('IPSECTRAN' or 'IPSECTUN') and
13558            not 'VHOST'"
13559   parameters:
13560   - "throughput"
13561   - "parent"
13562   - "tags"
13563   traces:
13564     hoverinfo: "x+y"
13565     boxpoints: "outliers"
13566     whiskerwidth: 0
13567   layout:
13568     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
13569     layout: "plot-throughput"
13570
13571 # Packet Throughput - VPP IPSec 3n-hsw-xl710 SW
13572 - type: "plot"
13573   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
13574   algorithm: "plot_performance_box"
13575   output-file-type: ".html"
13576   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
13577   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13578   filter: "'NIC_Intel-XL710' and
13579            '64B' and
13580            'IP4FWD' and
13581            'NDRPDR' and
13582            '1T1C' and
13583            'IPSECSW' and
13584            ('IPSECTRAN' or 'IPSECTUN') and
13585            not 'VHOST'"
13586   parameters:
13587   - "throughput"
13588   - "parent"
13589   - "tags"
13590   traces:
13591     hoverinfo: "x+y"
13592     boxpoints: "outliers"
13593     whiskerwidth: 0
13594   layout:
13595     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
13596     layout: "plot-throughput"
13597
13598 - type: "plot"
13599   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
13600   algorithm: "plot_performance_box"
13601   output-file-type: ".html"
13602   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
13603   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13604   filter: "'NIC_Intel-XL710' and
13605            '64B' and
13606            'IP4FWD' and
13607            'NDRPDR' and
13608            '1T1C' and
13609            'IPSECSW' and
13610            ('IPSECTRAN' or 'IPSECTUN') and
13611            not 'VHOST'"
13612   parameters:
13613   - "throughput"
13614   - "parent"
13615   - "tags"
13616   traces:
13617     hoverinfo: "x+y"
13618     boxpoints: "outliers"
13619     whiskerwidth: 0
13620   layout:
13621     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
13622     layout: "plot-throughput"
13623
13624 - type: "plot"
13625   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
13626   algorithm: "plot_performance_box"
13627   output-file-type: ".html"
13628   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
13629   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13630   filter: "'NIC_Intel-XL710' and
13631            '64B' and
13632            'IP4FWD' and
13633            'NDRPDR' and
13634            '2T2C' and
13635            'IPSECSW' and
13636            ('IPSECTRAN' or 'IPSECTUN') and
13637            not 'VHOST'"
13638   parameters:
13639   - "throughput"
13640   - "parent"
13641   - "tags"
13642   traces:
13643     hoverinfo: "x+y"
13644     boxpoints: "outliers"
13645     whiskerwidth: 0
13646   layout:
13647     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
13648     layout: "plot-throughput"
13649
13650 - type: "plot"
13651   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
13652   algorithm: "plot_performance_box"
13653   output-file-type: ".html"
13654   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
13655   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13656   filter: "'NIC_Intel-XL710' and
13657            '64B' and
13658            'IP4FWD' and
13659            'NDRPDR' and
13660            '2T2C' and
13661            'IPSECSW' and
13662            ('IPSECTRAN' or 'IPSECTUN') and
13663            not 'VHOST'"
13664   parameters:
13665   - "throughput"
13666   - "parent"
13667   - "tags"
13668   traces:
13669     hoverinfo: "x+y"
13670     boxpoints: "outliers"
13671     whiskerwidth: 0
13672   layout:
13673     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
13674     layout: "plot-throughput"
13675
13676 ################################################################################
13677
13678 # Packet Throughput - VPP SRv6 3n-hsw-x520
13679 - type: "plot"
13680   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-ndr"
13681   algorithm: "plot_performance_box"
13682   output-file-type: ".html"
13683   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr"
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            '1T1C' 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-1t1c-features-ndr"
13702     layout: "plot-throughput"
13703
13704 - type: "plot"
13705   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-pdr"
13706   algorithm: "plot_performance_box"
13707   output-file-type: ".html"
13708   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-pdr"
13709   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13710   filter: "'NIC_Intel-X520-DA2' and
13711            '78B' and
13712            'FEATURE' and
13713            'NDRPDR' and
13714            '1T1C' and
13715            'IP6FWD' and
13716            'SRv6'"
13717   parameters:
13718   - "throughput"
13719   - "parent"
13720   - "tags"
13721   traces:
13722     hoverinfo: "x+y"
13723     boxpoints: "outliers"
13724     whiskerwidth: 0
13725   layout:
13726     title: "srv6-3n-hsw-x520-78b-1t1c-features-pdr"
13727     layout: "plot-throughput"
13728
13729 - type: "plot"
13730   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-ndr"
13731   algorithm: "plot_performance_box"
13732   output-file-type: ".html"
13733   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr"
13734   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13735   filter: "'NIC_Intel-X520-DA2' and
13736            '78B' and
13737            'FEATURE' and
13738            'NDRPDR' and
13739            '2T2C' and
13740            'IP6FWD' and
13741            'SRv6'"
13742   parameters:
13743   - "throughput"
13744   - "parent"
13745   - "tags"
13746   traces:
13747     hoverinfo: "x+y"
13748     boxpoints: "outliers"
13749     whiskerwidth: 0
13750   layout:
13751     title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
13752     layout: "plot-throughput"
13753
13754 - type: "plot"
13755   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-pdr"
13756   algorithm: "plot_performance_box"
13757   output-file-type: ".html"
13758   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-pdr"
13759   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13760   filter: "'NIC_Intel-X520-DA2' and
13761            '78B' and
13762            'FEATURE' and
13763            'NDRPDR' and
13764            '2T2C' and
13765            'IP6FWD' and
13766            'SRv6'"
13767   parameters:
13768   - "throughput"
13769   - "parent"
13770   - "tags"
13771   traces:
13772     hoverinfo: "x+y"
13773     boxpoints: "outliers"
13774     whiskerwidth: 0
13775   layout:
13776     title: "srv6-3n-hsw-x520-78b-2t2c-features-pdr"
13777     layout: "plot-throughput"
13778
13779 ################################################################################
13780
13781 # Packet Throughput - VPP vhost ip4 3n-hsw-x520
13782 - type: "plot"
13783   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
13784   algorithm: "plot_performance_box"
13785   output-file-type: ".html"
13786   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
13787   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13788   filter: "'NIC_Intel-X520-DA2' and
13789            '64B' and
13790            'NDRPDR' and
13791            'ETH' and
13792            'IP4FWD' and
13793            '1T1C' and
13794            'VHOST_1024' and
13795            not 'VXLAN' and
13796            not 'DOT1Q'"
13797   parameters:
13798   - "throughput"
13799   - "parent"
13800   - "tags"
13801   sort:
13802   - "not CFS_OPT"
13803   - "1VM"
13804   - "2VM"
13805   traces:
13806     hoverinfo: "x+y"
13807     boxpoints: "outliers"
13808     whiskerwidth: 0
13809   layout:
13810     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
13811     layout: "plot-throughput"
13812
13813 - type: "plot"
13814   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
13815   algorithm: "plot_performance_box"
13816   output-file-type: ".html"
13817   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
13818   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13819   filter: "'NIC_Intel-X520-DA2' and
13820            '64B' and
13821            'NDRPDR' and
13822            'ETH' and
13823            'IP4FWD' and
13824            '2T2C' and
13825            'VHOST_1024' and
13826            not 'VXLAN' and
13827            not 'DOT1Q'"
13828   parameters:
13829   - "throughput"
13830   - "parent"
13831   - "tags"
13832   sort:
13833   - "not CFS_OPT"
13834   - "1VM"
13835   - "2VM"
13836   traces:
13837     hoverinfo: "x+y"
13838     boxpoints: "outliers"
13839     whiskerwidth: 0
13840   layout:
13841     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
13842     layout: "plot-throughput"
13843
13844 - type: "plot"
13845   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
13846   algorithm: "plot_performance_box"
13847   output-file-type: ".html"
13848   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
13849   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13850   filter: "'NIC_Intel-X520-DA2' and
13851            '64B' and
13852            'NDRPDR' and
13853            'ETH' and
13854            'IP4FWD' and
13855            '1T1C' and
13856            'VHOST_1024' and
13857            not 'VXLAN' and
13858            not 'DOT1Q'"
13859   parameters:
13860   - "throughput"
13861   - "parent"
13862   - "tags"
13863   sort:
13864   - "not CFS_OPT"
13865   - "1VM"
13866   - "2VM"
13867   traces:
13868     hoverinfo: "x+y"
13869     boxpoints: "outliers"
13870     whiskerwidth: 0
13871   layout:
13872     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
13873     layout: "plot-throughput"
13874
13875 - type: "plot"
13876   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
13877   algorithm: "plot_performance_box"
13878   output-file-type: ".html"
13879   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
13880   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13881   filter: "'NIC_Intel-X520-DA2' and
13882            '64B' and
13883            'NDRPDR' and
13884            'ETH' and
13885            'IP4FWD' and
13886            '2T2C' and
13887            'VHOST_1024' and
13888            not 'VXLAN' and
13889            not 'DOT1Q'"
13890   parameters:
13891   - "throughput"
13892   - "parent"
13893   - "tags"
13894   sort:
13895   - "not CFS_OPT"
13896   - "1VM"
13897   - "2VM"
13898   traces:
13899     hoverinfo: "x+y"
13900     boxpoints: "outliers"
13901     whiskerwidth: 0
13902   layout:
13903     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
13904     layout: "plot-throughput"
13905
13906 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base
13907 - type: "plot"
13908   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
13909   algorithm: "plot_performance_box"
13910   output-file-type: ".html"
13911   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
13912   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13913   filter: "'NIC_Intel-X520-DA2' and
13914            '64B' and
13915            'NDRPDR' and
13916            ('ETH' or 'DOT1Q') and
13917            'BASE' and
13918            '1T1C' and
13919            ('L2BDMACLRN' or 'L2XCFWD') and
13920            'VHOST_1024' and
13921            not 'VXLAN' and
13922            not 'IP4FWD' and
13923            not '2VM'"
13924   parameters:
13925   - "throughput"
13926   - "parent"
13927   - "tags"
13928   sort:
13929   - "L2BDMACLRN"
13930   - "L2BDMACLRN"
13931   - "L2BDMACLRN"
13932   - "L2XCFWD"
13933   - "L2XCFWD"
13934   - "L2XCFWD"
13935   traces:
13936     hoverinfo: "x+y"
13937     boxpoints: "outliers"
13938     whiskerwidth: 0
13939   layout:
13940     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
13941     layout: "plot-throughput"
13942
13943 - type: "plot"
13944   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
13945   algorithm: "plot_performance_box"
13946   output-file-type: ".html"
13947   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
13948   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13949   filter: "'NIC_Intel-X520-DA2' and
13950            '64B' and
13951            'NDRPDR' and
13952            ('ETH' or 'DOT1Q') and
13953            'BASE' and
13954            '1T1C' and
13955            ('L2BDMACLRN' or 'L2XCFWD') and
13956            'VHOST_1024' and
13957            not 'VXLAN' and
13958            not 'IP4FWD' and
13959            not '2VM'"
13960   parameters:
13961   - "throughput"
13962   - "parent"
13963   - "tags"
13964   sort:
13965   - "L2BDMACLRN"
13966   - "L2BDMACLRN"
13967   - "L2BDMACLRN"
13968   - "L2XCFWD"
13969   - "L2XCFWD"
13970   - "L2XCFWD"
13971   traces:
13972     hoverinfo: "x+y"
13973     boxpoints: "outliers"
13974     whiskerwidth: 0
13975   layout:
13976     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
13977     layout: "plot-throughput"
13978
13979 - type: "plot"
13980   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
13981   algorithm: "plot_performance_box"
13982   output-file-type: ".html"
13983   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
13984   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13985   filter: "'NIC_Intel-X520-DA2' and
13986            '64B' and
13987            'NDRPDR' and
13988            ('ETH' or 'DOT1Q') and
13989            'BASE' and
13990            '2T2C' and
13991            ('L2BDMACLRN' or 'L2XCFWD') and
13992            'VHOST_1024' and
13993            not 'VXLAN' and
13994            not 'IP4FWD' and
13995            not '2VM'"
13996   parameters:
13997   - "throughput"
13998   - "parent"
13999   - "tags"
14000   sort:
14001   - "L2BDMACLRN"
14002   - "L2BDMACLRN"
14003   - "L2BDMACLRN"
14004   - "L2XCFWD"
14005   - "L2XCFWD"
14006   - "L2XCFWD"
14007   traces:
14008     hoverinfo: "x+y"
14009     boxpoints: "outliers"
14010     whiskerwidth: 0
14011   layout:
14012     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
14013     layout: "plot-throughput"
14014
14015 - type: "plot"
14016   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
14017   algorithm: "plot_performance_box"
14018   output-file-type: ".html"
14019   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
14020   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14021   filter: "'NIC_Intel-X520-DA2' and
14022            '64B' and
14023            'NDRPDR' and
14024            ('ETH' or 'DOT1Q') and
14025            'BASE' and
14026            '2T2C' and
14027            ('L2BDMACLRN' or 'L2XCFWD') and
14028            'VHOST_1024' and
14029            not 'VXLAN' and
14030            not 'IP4FWD' and
14031            not '2VM'"
14032   parameters:
14033   - "throughput"
14034   - "parent"
14035   - "tags"
14036   sort:
14037   - "L2BDMACLRN"
14038   - "L2BDMACLRN"
14039   - "L2BDMACLRN"
14040   - "L2XCFWD"
14041   - "L2XCFWD"
14042   - "L2XCFWD"
14043   traces:
14044     hoverinfo: "x+y"
14045     boxpoints: "outliers"
14046     whiskerwidth: 0
14047   layout:
14048     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
14049     layout: "plot-throughput"
14050
14051 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base vm
14052 - type: "plot"
14053   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
14054   algorithm: "plot_performance_box"
14055   output-file-type: ".html"
14056   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
14057   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14058   filter: "'NIC_Intel-X520-DA2' and
14059            '64B' and
14060            'NDRPDR' and
14061            ('ETH' or 'DOT1Q') and
14062            '1T1C' and
14063            ('L2BDMACLRN' or 'L2XCFWD') and
14064            'VHOST_1024' and
14065            not 'CFS_OPT' and
14066            not 'DOT1Q' and
14067            not 'VXLAN' and
14068            not 'IP4FWD' and
14069            not 'LBOND'"
14070   parameters:
14071   - "throughput"
14072   - "parent"
14073   - "tags"
14074 #  sort:
14075 #  - "1VM"
14076 #  - "L2XCFWD"
14077 #  - "1VM"
14078 #  - "L2BDMACLRN"
14079   traces:
14080     hoverinfo: "x+y"
14081     boxpoints: "outliers"
14082     whiskerwidth: 0
14083   layout:
14084     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
14085     layout: "plot-throughput"
14086
14087 - type: "plot"
14088   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
14089   algorithm: "plot_performance_box"
14090   output-file-type: ".html"
14091   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
14092   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14093   filter: "'NIC_Intel-X520-DA2' and
14094            '64B' and
14095            'NDRPDR' and
14096            ('ETH' or 'DOT1Q') and
14097            '1T1C' and
14098            ('L2BDMACLRN' or 'L2XCFWD') and
14099            'VHOST_1024' and
14100            not 'CFS_OPT' and
14101            not 'DOT1Q' and
14102            not 'VXLAN' and
14103            not 'IP4FWD' and
14104            not 'LBOND'"
14105   parameters:
14106   - "throughput"
14107   - "parent"
14108   - "tags"
14109 #  sort:
14110 #  - "1VM"
14111 #  - "L2XCFWD"
14112 #  - "1VM"
14113 #  - "L2BDMACLRN"
14114   traces:
14115     hoverinfo: "x+y"
14116     boxpoints: "outliers"
14117     whiskerwidth: 0
14118   layout:
14119     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
14120     layout: "plot-throughput"
14121
14122 - type: "plot"
14123   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
14124   algorithm: "plot_performance_box"
14125   output-file-type: ".html"
14126   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
14127   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14128   filter: "'NIC_Intel-X520-DA2' and
14129            '64B' and
14130            'NDRPDR' and
14131            ('ETH' or 'DOT1Q') and
14132            '2T2C' and
14133            ('L2BDMACLRN' or 'L2XCFWD') and
14134            'VHOST_1024' and
14135            not 'CFS_OPT' and
14136            not 'DOT1Q' and
14137            not 'VXLAN' and
14138            not 'IP4FWD' and
14139            not 'LBOND'"
14140   parameters:
14141   - "throughput"
14142   - "parent"
14143   - "tags"
14144 #  sort:
14145 #  - "1VM"
14146 #  - "L2XCFWD"
14147 #  - "1VM"
14148 #  - "L2BDMACLRN"
14149   traces:
14150     hoverinfo: "x+y"
14151     boxpoints: "outliers"
14152     whiskerwidth: 0
14153   layout:
14154     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
14155     layout: "plot-throughput"
14156
14157 - type: "plot"
14158   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
14159   algorithm: "plot_performance_box"
14160   output-file-type: ".html"
14161   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
14162   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14163   filter: "'NIC_Intel-X520-DA2' and
14164            '64B' and
14165            'NDRPDR' and
14166            ('ETH' or 'DOT1Q') and
14167            '2T2C' and
14168            ('L2BDMACLRN' or 'L2XCFWD') and
14169            'VHOST_1024' and
14170            not 'CFS_OPT' and
14171            not 'DOT1Q' and
14172            not 'VXLAN' and
14173            not 'IP4FWD' and
14174            not 'LBOND'"
14175   parameters:
14176   - "throughput"
14177   - "parent"
14178   - "tags"
14179 #  sort:
14180 #  - "1VM"
14181 #  - "L2XCFWD"
14182 #  - "1VM"
14183 #  - "L2BDMACLRN"
14184   traces:
14185     hoverinfo: "x+y"
14186     boxpoints: "outliers"
14187     whiskerwidth: 0
14188   layout:
14189     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
14190     layout: "plot-throughput"
14191
14192 # Packet Throughput - VPP vhost ip4 3n-hsw-x710
14193 - type: "plot"
14194   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
14195   algorithm: "plot_performance_box"
14196   output-file-type: ".html"
14197   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
14198   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14199   filter: "'NIC_Intel-X710' and
14200            '64B' and
14201            'NDRPDR' and
14202            'ETH' and
14203            'IP4FWD' and
14204            '1T1C' and
14205            'VHOST_1024' and
14206            not 'VXLAN' and
14207            not 'CFS_OPT' and
14208            not 'DOT1Q'"
14209   parameters:
14210   - "throughput"
14211   - "parent"
14212   - "tags"
14213   sort:
14214   - "1VM"
14215   - "2VM"
14216   traces:
14217     hoverinfo: "x+y"
14218     boxpoints: "outliers"
14219     whiskerwidth: 0
14220   layout:
14221     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
14222     layout: "plot-throughput"
14223
14224 - type: "plot"
14225   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
14226   algorithm: "plot_performance_box"
14227   output-file-type: ".html"
14228   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
14229   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14230   filter: "'NIC_Intel-X710' and
14231            '64B' and
14232            'NDRPDR' and
14233            'ETH' and
14234            'IP4FWD' and
14235            '2T2C' and
14236            'VHOST_1024' and
14237            not 'VXLAN' and
14238            not 'CFS_OPT' and
14239            not 'DOT1Q'"
14240   parameters:
14241   - "throughput"
14242   - "parent"
14243   - "tags"
14244   sort:
14245   - "1VM"
14246   - "2VM"
14247   traces:
14248     hoverinfo: "x+y"
14249     boxpoints: "outliers"
14250     whiskerwidth: 0
14251   layout:
14252     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
14253     layout: "plot-throughput"
14254
14255 - type: "plot"
14256   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
14257   algorithm: "plot_performance_box"
14258   output-file-type: ".html"
14259   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
14260   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14261   filter: "'NIC_Intel-X710' and
14262            '64B' and
14263            'NDRPDR' and
14264            'ETH' and
14265            'IP4FWD' and
14266            '1T1C' and
14267            'VHOST_1024' and
14268            not 'VXLAN' and
14269            not 'CFS_OPT' and
14270            not 'DOT1Q'"
14271   parameters:
14272   - "throughput"
14273   - "parent"
14274   - "tags"
14275   sort:
14276   - "1VM"
14277   - "2VM"
14278   traces:
14279     hoverinfo: "x+y"
14280     boxpoints: "outliers"
14281     whiskerwidth: 0
14282   layout:
14283     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
14284     layout: "plot-throughput"
14285
14286 - type: "plot"
14287   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
14288   algorithm: "plot_performance_box"
14289   output-file-type: ".html"
14290   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
14291   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14292   filter: "'NIC_Intel-X710' and
14293            '64B' and
14294            'NDRPDR' and
14295            'ETH' and
14296            'IP4FWD' and
14297            '2T2C' and
14298            'VHOST_1024' and
14299            not 'VXLAN' and
14300            not 'CFS_OPT' and
14301            not 'DOT1Q'"
14302   parameters:
14303   - "throughput"
14304   - "parent"
14305   - "tags"
14306   sort:
14307   - "1VM"
14308   - "2VM"
14309   traces:
14310     hoverinfo: "x+y"
14311     boxpoints: "outliers"
14312     whiskerwidth: 0
14313   layout:
14314     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
14315     layout: "plot-throughput"
14316
14317 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base
14318 - type: "plot"
14319   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
14320   algorithm: "plot_performance_box"
14321   output-file-type: ".html"
14322   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
14323   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14324   filter: "'NIC_Intel-X710' and
14325            '64B' and
14326            'NDRPDR' and
14327            ('ETH' or 'DOT1Q') and
14328            'BASE' and
14329            '1T1C' and
14330            ('L2BDMACLRN' or 'L2XCFWD') and
14331            'VHOST_1024' and
14332            not 'VXLAN' and
14333            not 'IP4FWD' and
14334            not '2VM'"
14335   parameters:
14336   - "throughput"
14337   - "parent"
14338   - "tags"
14339   sort:
14340   - "L2BDMACLRN"
14341   - "L2BDMACLRN"
14342   - "L2BDMACLRN"
14343   - "L2XCFWD"
14344   - "L2XCFWD"
14345   - "L2XCFWD"
14346   traces:
14347     hoverinfo: "x+y"
14348     boxpoints: "outliers"
14349     whiskerwidth: 0
14350   layout:
14351     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
14352     layout: "plot-throughput"
14353
14354 - type: "plot"
14355   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
14356   algorithm: "plot_performance_box"
14357   output-file-type: ".html"
14358   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
14359   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14360   filter: "'NIC_Intel-X710' and
14361            '64B' and
14362            'NDRPDR' and
14363            ('ETH' or 'DOT1Q') and
14364            'BASE' and
14365            '1T1C' and
14366            ('L2BDMACLRN' or 'L2XCFWD') and
14367            'VHOST_1024' and
14368            not 'VXLAN' and
14369            not 'IP4FWD' and
14370            not '2VM'"
14371   parameters:
14372   - "throughput"
14373   - "parent"
14374   - "tags"
14375   sort:
14376   - "L2BDMACLRN"
14377   - "L2BDMACLRN"
14378   - "L2BDMACLRN"
14379   - "L2XCFWD"
14380   - "L2XCFWD"
14381   - "L2XCFWD"
14382   traces:
14383     hoverinfo: "x+y"
14384     boxpoints: "outliers"
14385     whiskerwidth: 0
14386   layout:
14387     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
14388     layout: "plot-throughput"
14389
14390 - type: "plot"
14391   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
14392   algorithm: "plot_performance_box"
14393   output-file-type: ".html"
14394   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
14395   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14396   filter: "'NIC_Intel-X710' and
14397            '64B' and
14398            'NDRPDR' and
14399            ('ETH' or 'DOT1Q') and
14400            'BASE' and
14401            '2T2C' and
14402            ('L2BDMACLRN' or 'L2XCFWD') and
14403            'VHOST_1024' and
14404            not 'VXLAN' and
14405            not 'IP4FWD' and
14406            not '2VM'"
14407   parameters:
14408   - "throughput"
14409   - "parent"
14410   - "tags"
14411   sort:
14412   - "L2BDMACLRN"
14413   - "L2BDMACLRN"
14414   - "L2BDMACLRN"
14415   - "L2XCFWD"
14416   - "L2XCFWD"
14417   - "L2XCFWD"
14418   traces:
14419     hoverinfo: "x+y"
14420     boxpoints: "outliers"
14421     whiskerwidth: 0
14422   layout:
14423     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
14424     layout: "plot-throughput"
14425
14426 - type: "plot"
14427   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
14428   algorithm: "plot_performance_box"
14429   output-file-type: ".html"
14430   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
14431   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14432   filter: "'NIC_Intel-X710' and
14433            '64B' and
14434            'NDRPDR' and
14435            ('ETH' or 'DOT1Q') and
14436            'BASE' and
14437            '2T2C' and
14438            ('L2BDMACLRN' or 'L2XCFWD') and
14439            'VHOST_1024' and
14440            not 'VXLAN' and
14441            not 'IP4FWD' and
14442            not '2VM'"
14443   parameters:
14444   - "throughput"
14445   - "parent"
14446   - "tags"
14447   sort:
14448   - "L2BDMACLRN"
14449   - "L2BDMACLRN"
14450   - "L2BDMACLRN"
14451   - "L2XCFWD"
14452   - "L2XCFWD"
14453   - "L2XCFWD"
14454   traces:
14455     hoverinfo: "x+y"
14456     boxpoints: "outliers"
14457     whiskerwidth: 0
14458   layout:
14459     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
14460     layout: "plot-throughput"
14461
14462 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base vm
14463 - type: "plot"
14464   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr"
14465   algorithm: "plot_performance_box"
14466   output-file-type: ".html"
14467   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr"
14468   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14469   filter: "'NIC_Intel-X710' and
14470            '64B' and
14471            'NDRPDR' and
14472            ('ETH' or 'DOT1Q') and
14473            '1T1C' and
14474            ('L2BDMACLRN' or 'L2XCFWD') and
14475            'VHOST_1024' and
14476            not 'CFS_OPT' and
14477            not 'VXLAN' and
14478            not 'IP4FWD' and
14479            not 'LBOND'"
14480   parameters:
14481   - "throughput"
14482   - "parent"
14483   - "tags"
14484   sort:
14485   - "L2BDMACLRN"
14486   - "L2BDMACLRN"
14487   - "L2BDMACLRN"
14488   - "L2XCFWD"
14489   - "L2XCFWD"
14490   - "L2XCFWD"
14491   traces:
14492     hoverinfo: "x+y"
14493     boxpoints: "outliers"
14494     whiskerwidth: 0
14495   layout:
14496     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr"
14497     layout: "plot-throughput"
14498
14499 - type: "plot"
14500   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-pdr"
14501   algorithm: "plot_performance_box"
14502   output-file-type: ".html"
14503   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-pdr"
14504   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14505   filter: "'NIC_Intel-X710' and
14506            '64B' and
14507            'NDRPDR' and
14508            ('ETH' or 'DOT1Q') and
14509            '1T1C' and
14510            ('L2BDMACLRN' or 'L2XCFWD') and
14511            'VHOST_1024' and
14512            not 'CFS_OPT' and
14513            not 'VXLAN' and
14514            not 'IP4FWD' and
14515            not 'LBOND'"
14516   parameters:
14517   - "throughput"
14518   - "parent"
14519   - "tags"
14520   sort:
14521   - "L2BDMACLRN"
14522   - "L2BDMACLRN"
14523   - "L2BDMACLRN"
14524   - "L2XCFWD"
14525   - "L2XCFWD"
14526   - "L2XCFWD"
14527   traces:
14528     hoverinfo: "x+y"
14529     boxpoints: "outliers"
14530     whiskerwidth: 0
14531   layout:
14532     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-pdr"
14533     layout: "plot-throughput"
14534
14535 - type: "plot"
14536   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr"
14537   algorithm: "plot_performance_box"
14538   output-file-type: ".html"
14539   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr"
14540   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14541   filter: "'NIC_Intel-X710' and
14542            '64B' and
14543            'NDRPDR' and
14544            ('ETH' or 'DOT1Q') and
14545            '2T2C' and
14546            ('L2BDMACLRN' or 'L2XCFWD') and
14547            'VHOST_1024' and
14548            not 'CFS_OPT' and
14549            not 'VXLAN' and
14550            not 'IP4FWD' and
14551            not 'LBOND'"
14552   parameters:
14553   - "throughput"
14554   - "parent"
14555   - "tags"
14556   sort:
14557   - "L2BDMACLRN"
14558   - "L2BDMACLRN"
14559   - "L2BDMACLRN"
14560   - "L2XCFWD"
14561   - "L2XCFWD"
14562   - "L2XCFWD"
14563   traces:
14564     hoverinfo: "x+y"
14565     boxpoints: "outliers"
14566     whiskerwidth: 0
14567   layout:
14568     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr"
14569     layout: "plot-throughput"
14570
14571 - type: "plot"
14572   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-pdr"
14573   algorithm: "plot_performance_box"
14574   output-file-type: ".html"
14575   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-pdr"
14576   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14577   filter: "'NIC_Intel-X710' and
14578            '64B' and
14579            'NDRPDR' and
14580            ('ETH' or 'DOT1Q') and
14581            '2T2C' and
14582            ('L2BDMACLRN' or 'L2XCFWD') and
14583            'VHOST_1024' and
14584            not 'CFS_OPT' and
14585            not 'VXLAN' and
14586            not 'IP4FWD' and
14587            not 'LBOND'"
14588   parameters:
14589   - "throughput"
14590   - "parent"
14591   - "tags"
14592   sort:
14593   - "L2BDMACLRN"
14594   - "L2BDMACLRN"
14595   - "L2BDMACLRN"
14596   - "L2XCFWD"
14597   - "L2XCFWD"
14598   - "L2XCFWD"
14599   traces:
14600     hoverinfo: "x+y"
14601     boxpoints: "outliers"
14602     whiskerwidth: 0
14603   layout:
14604     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-pdr"
14605     layout: "plot-throughput"
14606
14607 # Packet Throughput - VPP vhost ip4 3n-skx-x710
14608 - type: "plot"
14609   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
14610   algorithm: "plot_performance_box"
14611   output-file-type: ".html"
14612   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
14613   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14614   filter: "'NIC_Intel-X710' and
14615            '64B' and
14616            'NDRPDR' and
14617            'ETH' and
14618            'IP4FWD' and
14619            '2T1C' and
14620            'VHOST_1024' and
14621            not 'VXLAN' and
14622            not 'DOT1Q'"
14623   parameters:
14624   - "throughput"
14625   - "parent"
14626   - "tags"
14627   sort:
14628   - "1VM"
14629   - "2VM"
14630   traces:
14631     hoverinfo: "x+y"
14632     boxpoints: "outliers"
14633     whiskerwidth: 0
14634   layout:
14635     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
14636     layout: "plot-throughput"
14637
14638 - type: "plot"
14639   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
14640   algorithm: "plot_performance_box"
14641   output-file-type: ".html"
14642   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
14643   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14644   filter: "'NIC_Intel-X710' and
14645            '64B' and
14646            'NDRPDR' and
14647            'ETH' and
14648            'IP4FWD' and
14649            '4T2C' and
14650            'VHOST_1024' and
14651            not 'VXLAN' and
14652            not 'DOT1Q'"
14653   parameters:
14654   - "throughput"
14655   - "parent"
14656   - "tags"
14657   sort:
14658   - "1VM"
14659   - "2VM"
14660   traces:
14661     hoverinfo: "x+y"
14662     boxpoints: "outliers"
14663     whiskerwidth: 0
14664   layout:
14665     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
14666     layout: "plot-throughput"
14667
14668 - type: "plot"
14669   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
14670   algorithm: "plot_performance_box"
14671   output-file-type: ".html"
14672   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
14673   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14674   filter: "'NIC_Intel-X710' and
14675            '64B' and
14676            'NDRPDR' and
14677            'ETH' and
14678            'IP4FWD' and
14679            '2T1C' and
14680            'VHOST_1024' and
14681            not 'VXLAN' and
14682            not 'DOT1Q'"
14683   parameters:
14684   - "throughput"
14685   - "parent"
14686   - "tags"
14687   sort:
14688   - "1VM"
14689   - "2VM"
14690   traces:
14691     hoverinfo: "x+y"
14692     boxpoints: "outliers"
14693     whiskerwidth: 0
14694   layout:
14695     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
14696     layout: "plot-throughput"
14697
14698 - type: "plot"
14699   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
14700   algorithm: "plot_performance_box"
14701   output-file-type: ".html"
14702   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
14703   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14704   filter: "'NIC_Intel-X710' and
14705            '64B' and
14706            'NDRPDR' and
14707            'ETH' and
14708            'IP4FWD' and
14709            '4T2C' and
14710            'VHOST_1024' and
14711            not 'VXLAN' and
14712            not 'DOT1Q'"
14713   parameters:
14714   - "throughput"
14715   - "parent"
14716   - "tags"
14717   sort:
14718   - "1VM"
14719   - "2VM"
14720   traces:
14721     hoverinfo: "x+y"
14722     boxpoints: "outliers"
14723     whiskerwidth: 0
14724   layout:
14725     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
14726     layout: "plot-throughput"
14727
14728 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base
14729 - type: "plot"
14730   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr"
14731   algorithm: "plot_performance_box"
14732   output-file-type: ".html"
14733   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr"
14734   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14735   filter: "'NIC_Intel-X710' and
14736            '64B' and
14737            'NDRPDR' and
14738            ('ETH' or 'DOT1Q') and
14739            'BASE' and
14740            '2T1C' and
14741            ('L2BDMACLRN' or 'L2XCFWD') and
14742            'VHOST_1024' and
14743            not 'VXLAN' and
14744            not 'IP4FWD' and
14745            not '2VM'"
14746   parameters:
14747   - "throughput"
14748   - "parent"
14749   - "tags"
14750   sort:
14751   - "L2BDMACLRN"
14752   - "L2BDMACLRN"
14753   - "L2BDMACLRN"
14754   - "L2XCFWD"
14755   - "L2XCFWD"
14756   - "L2XCFWD"
14757   traces:
14758     hoverinfo: "x+y"
14759     boxpoints: "outliers"
14760     whiskerwidth: 0
14761   layout:
14762     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr"
14763     layout: "plot-throughput"
14764
14765 - type: "plot"
14766   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-pdr"
14767   algorithm: "plot_performance_box"
14768   output-file-type: ".html"
14769   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-pdr"
14770   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14771   filter: "'NIC_Intel-X710' and
14772            '64B' and
14773            'NDRPDR' and
14774            ('ETH' or 'DOT1Q') and
14775            'BASE' and
14776            '2T1C' and
14777            ('L2BDMACLRN' or 'L2XCFWD') and
14778            'VHOST_1024' and
14779            not 'VXLAN' and
14780            not 'IP4FWD' and
14781            not '2VM'"
14782   parameters:
14783   - "throughput"
14784   - "parent"
14785   - "tags"
14786   sort:
14787   - "L2BDMACLRN"
14788   - "L2BDMACLRN"
14789   - "L2BDMACLRN"
14790   - "L2XCFWD"
14791   - "L2XCFWD"
14792   - "L2XCFWD"
14793   traces:
14794     hoverinfo: "x+y"
14795     boxpoints: "outliers"
14796     whiskerwidth: 0
14797   layout:
14798     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-pdr"
14799     layout: "plot-throughput"
14800
14801 - type: "plot"
14802   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr"
14803   algorithm: "plot_performance_box"
14804   output-file-type: ".html"
14805   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr"
14806   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14807   filter: "'NIC_Intel-X710' and
14808            '64B' and
14809            'NDRPDR' and
14810            ('ETH' or 'DOT1Q') and
14811            'BASE' and
14812            '4T2C' and
14813            ('L2BDMACLRN' or 'L2XCFWD') and
14814            'VHOST_1024' and
14815            not 'VXLAN' and
14816            not 'IP4FWD' and
14817            not '2VM'"
14818   parameters:
14819   - "throughput"
14820   - "parent"
14821   - "tags"
14822   sort:
14823   - "L2BDMACLRN"
14824   - "L2BDMACLRN"
14825   - "L2BDMACLRN"
14826   - "L2XCFWD"
14827   - "L2XCFWD"
14828   - "L2XCFWD"
14829   traces:
14830     hoverinfo: "x+y"
14831     boxpoints: "outliers"
14832     whiskerwidth: 0
14833   layout:
14834     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr"
14835     layout: "plot-throughput"
14836
14837 - type: "plot"
14838   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-pdr"
14839   algorithm: "plot_performance_box"
14840   output-file-type: ".html"
14841   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-pdr"
14842   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14843   filter: "'NIC_Intel-X710' and
14844            '64B' and
14845            'NDRPDR' and
14846            ('ETH' or 'DOT1Q') and
14847            'BASE' and
14848            '4T2C' and
14849            ('L2BDMACLRN' or 'L2XCFWD') and
14850            'VHOST_1024' and
14851            not 'VXLAN' and
14852            not 'IP4FWD' and
14853            not '2VM'"
14854   parameters:
14855   - "throughput"
14856   - "parent"
14857   - "tags"
14858   sort:
14859   - "L2BDMACLRN"
14860   - "L2BDMACLRN"
14861   - "L2BDMACLRN"
14862   - "L2XCFWD"
14863   - "L2XCFWD"
14864   - "L2XCFWD"
14865   traces:
14866     hoverinfo: "x+y"
14867     boxpoints: "outliers"
14868     whiskerwidth: 0
14869   layout:
14870     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-pdr"
14871     layout: "plot-throughput"
14872
14873 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base vm
14874 - type: "plot"
14875   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr"
14876   algorithm: "plot_performance_box"
14877   output-file-type: ".html"
14878   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr"
14879   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14880   filter: "'NIC_Intel-X710' and
14881            '64B' and
14882            'NDRPDR' and
14883            ('ETH' or 'DOT1Q') and
14884            '2T1C' and
14885            ('L2BDMACLRN' or 'L2XCFWD') and
14886            'VHOST_1024' and
14887            not 'CFS_OPT' and
14888            not 'VXLAN' and
14889            not 'IP4FWD' and
14890            not 'LBOND'"
14891   parameters:
14892   - "throughput"
14893   - "parent"
14894   - "tags"
14895   sort:
14896   - "L2BDMACLRN"
14897   - "L2BDMACLRN"
14898   - "L2BDMACLRN"
14899   - "L2XCFWD"
14900   - "L2XCFWD"
14901   - "L2XCFWD"
14902   traces:
14903     hoverinfo: "x+y"
14904     boxpoints: "outliers"
14905     whiskerwidth: 0
14906   layout:
14907     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr"
14908     layout: "plot-throughput"
14909
14910 - type: "plot"
14911   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-pdr"
14912   algorithm: "plot_performance_box"
14913   output-file-type: ".html"
14914   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-pdr"
14915   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14916   filter: "'NIC_Intel-X710' and
14917            '64B' and
14918            'NDRPDR' and
14919            ('ETH' or 'DOT1Q') and
14920            '2T1C' and
14921            ('L2BDMACLRN' or 'L2XCFWD') and
14922            'VHOST_1024' and
14923            not 'CFS_OPT' and
14924            not 'VXLAN' and
14925            not 'IP4FWD' and
14926            not 'LBOND'"
14927   parameters:
14928   - "throughput"
14929   - "parent"
14930   - "tags"
14931   sort:
14932   - "L2BDMACLRN"
14933   - "L2BDMACLRN"
14934   - "L2BDMACLRN"
14935   - "L2XCFWD"
14936   - "L2XCFWD"
14937   - "L2XCFWD"
14938   traces:
14939     hoverinfo: "x+y"
14940     boxpoints: "outliers"
14941     whiskerwidth: 0
14942   layout:
14943     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-pdr"
14944     layout: "plot-throughput"
14945
14946 - type: "plot"
14947   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr"
14948   algorithm: "plot_performance_box"
14949   output-file-type: ".html"
14950   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr"
14951   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14952   filter: "'NIC_Intel-X710' and
14953            '64B' and
14954            'NDRPDR' and
14955            ('ETH' or 'DOT1Q') and
14956            '4T2C' and
14957            ('L2BDMACLRN' or 'L2XCFWD') and
14958            'VHOST_1024' and
14959            not 'CFS_OPT' and
14960            not 'VXLAN' and
14961            not 'IP4FWD' and
14962            not 'LBOND'"
14963   parameters:
14964   - "throughput"
14965   - "parent"
14966   - "tags"
14967   sort:
14968   - "L2BDMACLRN"
14969   - "L2BDMACLRN"
14970   - "L2BDMACLRN"
14971   - "L2XCFWD"
14972   - "L2XCFWD"
14973   - "L2XCFWD"
14974   traces:
14975     hoverinfo: "x+y"
14976     boxpoints: "outliers"
14977     whiskerwidth: 0
14978   layout:
14979     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr"
14980     layout: "plot-throughput"
14981
14982 - type: "plot"
14983   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-pdr"
14984   algorithm: "plot_performance_box"
14985   output-file-type: ".html"
14986   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-pdr"
14987   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14988   filter: "'NIC_Intel-X710' and
14989            '64B' and
14990            'NDRPDR' and
14991            ('ETH' or 'DOT1Q') and
14992            '4T2C' and
14993            ('L2BDMACLRN' or 'L2XCFWD') and
14994            'VHOST_1024' and
14995            not 'CFS_OPT' and
14996            not 'VXLAN' and
14997            not 'IP4FWD' and
14998            not 'LBOND'"
14999   parameters:
15000   - "throughput"
15001   - "parent"
15002   - "tags"
15003   sort:
15004   - "L2BDMACLRN"
15005   - "L2BDMACLRN"
15006   - "L2BDMACLRN"
15007   - "L2XCFWD"
15008   - "L2XCFWD"
15009   - "L2XCFWD"
15010   traces:
15011     hoverinfo: "x+y"
15012     boxpoints: "outliers"
15013     whiskerwidth: 0
15014   layout:
15015     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-pdr"
15016     layout: "plot-throughput"
15017
15018 # Packet Throughput - VPP vhost ip4 2n-skx-x710
15019 - type: "plot"
15020   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
15021   algorithm: "plot_performance_box"
15022   output-file-type: ".html"
15023   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
15024   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15025   filter: "'NIC_Intel-X710' and
15026            '64B' and
15027            'NDRPDR' and
15028            'ETH' and
15029            'IP4FWD' and
15030            '2T1C' and
15031            'VHOST_1024' and
15032            not 'VXLAN' and
15033            not 'NF_DENSITY' and
15034            not 'CFS_OPT' and
15035            not 'DOT1Q'"
15036   parameters:
15037   - "throughput"
15038   - "parent"
15039   - "tags"
15040   sort:
15041   - "1VM"
15042   - "2VM"
15043   traces:
15044     hoverinfo: "x+y"
15045     boxpoints: "outliers"
15046     whiskerwidth: 0
15047   layout:
15048     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
15049     layout: "plot-throughput"
15050
15051 - type: "plot"
15052   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
15053   algorithm: "plot_performance_box"
15054   output-file-type: ".html"
15055   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
15056   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15057   filter: "'NIC_Intel-X710' and
15058            '64B' and
15059            'NDRPDR' and
15060            'ETH' and
15061            'IP4FWD' and
15062            '4T2C' and
15063            'VHOST_1024' and
15064            not 'VXLAN' and
15065            not 'NF_DENSITY' and
15066            not 'CFS_OPT' and
15067            not 'DOT1Q'"
15068   parameters:
15069   - "throughput"
15070   - "parent"
15071   - "tags"
15072   sort:
15073   - "1VM"
15074   - "2VM"
15075   traces:
15076     hoverinfo: "x+y"
15077     boxpoints: "outliers"
15078     whiskerwidth: 0
15079   layout:
15080     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
15081     layout: "plot-throughput"
15082
15083 - type: "plot"
15084   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
15085   algorithm: "plot_performance_box"
15086   output-file-type: ".html"
15087   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
15088   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15089   filter: "'NIC_Intel-X710' and
15090            '64B' and
15091            'NDRPDR' and
15092            'ETH' and
15093            'IP4FWD' and
15094            '2T1C' and
15095            'VHOST_1024' and
15096            not 'VXLAN' and
15097            not 'NF_DENSITY' and
15098            not 'CFS_OPT' and
15099            not 'DOT1Q'"
15100   parameters:
15101   - "throughput"
15102   - "parent"
15103   - "tags"
15104   sort:
15105   - "1VM"
15106   - "2VM"
15107   traces:
15108     hoverinfo: "x+y"
15109     boxpoints: "outliers"
15110     whiskerwidth: 0
15111   layout:
15112     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
15113     layout: "plot-throughput"
15114
15115 - type: "plot"
15116   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
15117   algorithm: "plot_performance_box"
15118   output-file-type: ".html"
15119   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
15120   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15121   filter: "'NIC_Intel-X710' and
15122            '64B' and
15123            'NDRPDR' and
15124            'ETH' and
15125            'IP4FWD' and
15126            '4T2C' and
15127            'VHOST_1024' and
15128            not 'VXLAN' and
15129            not 'NF_DENSITY' and
15130            not 'CFS_OPT' and
15131            not 'DOT1Q'"
15132   parameters:
15133   - "throughput"
15134   - "parent"
15135   - "tags"
15136   sort:
15137   - "1VM"
15138   - "2VM"
15139   traces:
15140     hoverinfo: "x+y"
15141     boxpoints: "outliers"
15142     whiskerwidth: 0
15143   layout:
15144     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
15145     layout: "plot-throughput"
15146
15147 # Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base
15148 - type: "plot"
15149   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr"
15150   algorithm: "plot_performance_box"
15151   output-file-type: ".html"
15152   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr"
15153   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15154   filter: "'NIC_Intel-X710' and
15155            '64B' and
15156            'NDRPDR' and
15157            ('ETH' or 'DOT1Q') and
15158            'BASE' and
15159            '2T1C' and
15160            ('L2BDMACLRN' or 'L2XCFWD') and
15161            'VHOST_1024' and
15162            not 'VXLAN' and
15163            not 'NF_DENSITY' and
15164            not 'IP4FWD' and
15165            not '2VM'"
15166   parameters:
15167   - "throughput"
15168   - "parent"
15169   - "tags"
15170 #  sort:
15171 #  - "not CFS_OPT"
15172 #  - "L2XCFWD"
15173 #  - "not CFS_OPT"
15174 #  - "CFS_OPT"
15175   traces:
15176     hoverinfo: "x+y"
15177     boxpoints: "outliers"
15178     whiskerwidth: 0
15179   layout:
15180     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr"
15181     layout: "plot-throughput"
15182
15183 - type: "plot"
15184   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-pdr"
15185   algorithm: "plot_performance_box"
15186   output-file-type: ".html"
15187   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-pdr"
15188   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15189   filter: "'NIC_Intel-X710' and
15190            '64B' and
15191            'NDRPDR' and
15192            ('ETH' or 'DOT1Q') and
15193            'BASE' and
15194            '2T1C' and
15195            ('L2BDMACLRN' or 'L2XCFWD') and
15196            'VHOST_1024' and
15197            not 'VXLAN' and
15198            not 'NF_DENSITY' and
15199            not 'IP4FWD' and
15200            not '2VM'"
15201   parameters:
15202   - "throughput"
15203   - "parent"
15204   - "tags"
15205 #  sort:
15206 #  - "not CFS_OPT"
15207 #  - "L2XCFWD"
15208 #  - "not CFS_OPT"
15209 #  - "CFS_OPT"
15210   traces:
15211     hoverinfo: "x+y"
15212     boxpoints: "outliers"
15213     whiskerwidth: 0
15214   layout:
15215     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-pdr"
15216     layout: "plot-throughput"
15217
15218 - type: "plot"
15219   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr"
15220   algorithm: "plot_performance_box"
15221   output-file-type: ".html"
15222   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr"
15223   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15224   filter: "'NIC_Intel-X710' and
15225            '64B' and
15226            'NDRPDR' and
15227            ('ETH' or 'DOT1Q') and
15228            'BASE' and
15229            '4T2C' and
15230            ('L2BDMACLRN' or 'L2XCFWD') and
15231            'VHOST_1024' and
15232            not 'VXLAN' and
15233            not 'NF_DENSITY' and
15234            not 'IP4FWD' and
15235            not '2VM'"
15236   parameters:
15237   - "throughput"
15238   - "parent"
15239   - "tags"
15240 #  sort:
15241 #  - "not CFS_OPT"
15242 #  - "L2XCFWD"
15243 #  - "not CFS_OPT"
15244 #  - "CFS_OPT"
15245   traces:
15246     hoverinfo: "x+y"
15247     boxpoints: "outliers"
15248     whiskerwidth: 0
15249   layout:
15250     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr"
15251     layout: "plot-throughput"
15252
15253 - type: "plot"
15254   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-pdr"
15255   algorithm: "plot_performance_box"
15256   output-file-type: ".html"
15257   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-pdr"
15258   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15259   filter: "'NIC_Intel-X710' and
15260            '64B' and
15261            'NDRPDR' and
15262            ('ETH' or 'DOT1Q') and
15263            'BASE' and
15264            '4T2C' and
15265            ('L2BDMACLRN' or 'L2XCFWD') and
15266            'VHOST_1024' and
15267            not 'VXLAN' and
15268            not 'NF_DENSITY' and
15269            not 'IP4FWD' and
15270            not '2VM'"
15271   parameters:
15272   - "throughput"
15273   - "parent"
15274   - "tags"
15275 #  sort:
15276 #  - "not CFS_OPT"
15277 #  - "L2XCFWD"
15278 #  - "not CFS_OPT"
15279 #  - "CFS_OPT"
15280   traces:
15281     hoverinfo: "x+y"
15282     boxpoints: "outliers"
15283     whiskerwidth: 0
15284   layout:
15285     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-pdr"
15286     layout: "plot-throughput"
15287
15288 # Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base vm
15289 - type: "plot"
15290   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
15291   algorithm: "plot_performance_box"
15292   output-file-type: ".html"
15293   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
15294   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15295   filter: "'NIC_Intel-X710' and
15296            '64B' and
15297            'NDRPDR' and
15298            ('ETH' or 'DOT1Q') and
15299            '2T1C' and
15300            ('L2BDMACLRN' or 'L2XCFWD') and
15301            'VHOST_1024' and
15302            not 'CFS_OPT' and
15303            not 'VXLAN' and
15304            not 'NF_DENSITY' and
15305            not 'DOT1Q' and
15306            not 'IP4FWD'"
15307   parameters:
15308   - "throughput"
15309   - "parent"
15310   - "tags"
15311 #  sort:
15312 #  - "1VM"
15313 #  - "L2XCFWD"
15314 #  - "1VM"
15315 #  - "L2BDMACLRN"
15316   traces:
15317     hoverinfo: "x+y"
15318     boxpoints: "outliers"
15319     whiskerwidth: 0
15320   layout:
15321     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
15322     layout: "plot-throughput"
15323
15324 - type: "plot"
15325   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
15326   algorithm: "plot_performance_box"
15327   output-file-type: ".html"
15328   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
15329   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15330   filter: "'NIC_Intel-X710' and
15331            '64B' and
15332            'NDRPDR' and
15333            ('ETH' or 'DOT1Q') and
15334            '2T1C' and
15335            ('L2BDMACLRN' or 'L2XCFWD') and
15336            'VHOST_1024' and
15337            not 'CFS_OPT' and
15338            not 'VXLAN' and
15339            not 'NF_DENSITY' and
15340            not 'DOT1Q' and
15341            not 'IP4FWD'"
15342   parameters:
15343   - "throughput"
15344   - "parent"
15345   - "tags"
15346 #  sort:
15347 #  - "1VM"
15348 #  - "L2XCFWD"
15349 #  - "1VM"
15350 #  - "L2BDMACLRN"
15351   traces:
15352     hoverinfo: "x+y"
15353     boxpoints: "outliers"
15354     whiskerwidth: 0
15355   layout:
15356     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
15357     layout: "plot-throughput"
15358
15359 - type: "plot"
15360   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
15361   algorithm: "plot_performance_box"
15362   output-file-type: ".html"
15363   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
15364   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15365   filter: "'NIC_Intel-X710' and
15366            '64B' and
15367            'NDRPDR' and
15368            ('ETH' or 'DOT1Q') and
15369            '4T2C' and
15370            ('L2BDMACLRN' or 'L2XCFWD') and
15371            'VHOST_1024' and
15372            not 'CFS_OPT' and
15373            not 'VXLAN' and
15374            not 'NF_DENSITY' and
15375            not 'DOT1Q' and
15376            not 'IP4FWD'"
15377   parameters:
15378   - "throughput"
15379   - "parent"
15380   - "tags"
15381 #  sort:
15382 #  - "1VM"
15383 #  - "L2XCFWD"
15384 #  - "1VM"
15385 #  - "L2BDMACLRN"
15386   traces:
15387     hoverinfo: "x+y"
15388     boxpoints: "outliers"
15389     whiskerwidth: 0
15390   layout:
15391     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
15392     layout: "plot-throughput"
15393
15394 - type: "plot"
15395   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
15396   algorithm: "plot_performance_box"
15397   output-file-type: ".html"
15398   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
15399   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15400   filter: "'NIC_Intel-X710' and
15401            '64B' and
15402            'NDRPDR' and
15403            ('ETH' or 'DOT1Q') and
15404            '4T2C' and
15405            ('L2BDMACLRN' or 'L2XCFWD') and
15406            'VHOST_1024' and
15407            not 'CFS_OPT' and
15408            not 'VXLAN' and
15409            not 'NF_DENSITY' and
15410            not 'DOT1Q' and
15411            not 'IP4FWD'"
15412   parameters:
15413   - "throughput"
15414   - "parent"
15415   - "tags"
15416 #  sort:
15417 #  - "1VM"
15418 #  - "L2XCFWD"
15419 #  - "1VM"
15420 #  - "L2BDMACLRN"
15421   traces:
15422     hoverinfo: "x+y"
15423     boxpoints: "outliers"
15424     whiskerwidth: 0
15425   layout:
15426     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
15427     layout: "plot-throughput"
15428
15429 # Packet Throughput - VPP vhost ip4 2n-skx-xxv710
15430 - type: "plot"
15431   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
15432   algorithm: "plot_performance_box"
15433   output-file-type: ".html"
15434   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
15435   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15436   filter: "'NIC_Intel-XXV710' and
15437            '64B' and
15438            'NDRPDR' and
15439            'ETH' and
15440            'IP4FWD' and
15441            '2T1C' and
15442            'VHOST_1024' and
15443            not 'VXLAN' and
15444            not 'CFS_OPT' and
15445            not 'DOT1Q'"
15446   parameters:
15447   - "throughput"
15448   - "parent"
15449   - "tags"
15450   sort:
15451   - "1VM"
15452   - "2VM"
15453   traces:
15454     hoverinfo: "x+y"
15455     boxpoints: "outliers"
15456     whiskerwidth: 0
15457   layout:
15458     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
15459     layout: "plot-throughput"
15460
15461 - type: "plot"
15462   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
15463   algorithm: "plot_performance_box"
15464   output-file-type: ".html"
15465   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
15466   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15467   filter: "'NIC_Intel-XXV710' and
15468            '64B' and
15469            'NDRPDR' and
15470            'ETH' and
15471            'IP4FWD' and
15472            '4T2C' and
15473            'VHOST_1024' and
15474            not 'VXLAN' and
15475            not 'CFS_OPT' and
15476            not 'DOT1Q'"
15477   parameters:
15478   - "throughput"
15479   - "parent"
15480   - "tags"
15481   sort:
15482   - "1VM"
15483   - "2VM"
15484   traces:
15485     hoverinfo: "x+y"
15486     boxpoints: "outliers"
15487     whiskerwidth: 0
15488   layout:
15489     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
15490     layout: "plot-throughput"
15491
15492 - type: "plot"
15493   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
15494   algorithm: "plot_performance_box"
15495   output-file-type: ".html"
15496   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
15497   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15498   filter: "'NIC_Intel-XXV710' and
15499            '64B' and
15500            'NDRPDR' and
15501            'ETH' and
15502            'IP4FWD' and
15503            '2T1C' and
15504            'VHOST_1024' and
15505            not 'VXLAN' and
15506            not 'CFS_OPT' and
15507            not 'DOT1Q'"
15508   parameters:
15509   - "throughput"
15510   - "parent"
15511   - "tags"
15512   sort:
15513   - "1VM"
15514   - "2VM"
15515   traces:
15516     hoverinfo: "x+y"
15517     boxpoints: "outliers"
15518     whiskerwidth: 0
15519   layout:
15520     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
15521     layout: "plot-throughput"
15522
15523 - type: "plot"
15524   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
15525   algorithm: "plot_performance_box"
15526   output-file-type: ".html"
15527   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
15528   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15529   filter: "'NIC_Intel-XXV710' and
15530            '64B' and
15531            'NDRPDR' and
15532            'ETH' and
15533            'IP4FWD' and
15534            '4T2C' and
15535            'VHOST_1024' and
15536            not 'VXLAN' and
15537            not 'CFS_OPT' and
15538            not 'DOT1Q'"
15539   parameters:
15540   - "throughput"
15541   - "parent"
15542   - "tags"
15543   sort:
15544   - "1VM"
15545   - "2VM"
15546   traces:
15547     hoverinfo: "x+y"
15548     boxpoints: "outliers"
15549     whiskerwidth: 0
15550   layout:
15551     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
15552     layout: "plot-throughput"
15553
15554 ## Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base
15555 #- type: "plot"
15556 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
15557 #  algorithm: "plot_performance_box"
15558 #  output-file-type: ".html"
15559 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
15560 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
15561 #  filter: "'NIC_Intel-XXV710' and
15562 #           '64B' and
15563 #           'NDRPDR' and
15564 #           ('ETH' or 'DOT1Q') and
15565 #           'BASE' and
15566 #           '2T1C' and
15567 #           ('L2BDMACLRN' or 'L2XCFWD') and
15568 #           'VHOST_1024' and
15569 #           not 'VXLAN' and
15570 #           not 'IP4FWD' and
15571 #           not '2VM'"
15572 #  parameters:
15573 #  - "throughput"
15574 #  - "parent"
15575 #  - "tags"
15576 ##  sort:
15577 ##  - "not CFS_OPT"
15578 ##  - "L2XCFWD"
15579 ##  - "not CFS_OPT"
15580 ##  - "CFS_OPT"
15581 #  traces:
15582 #    hoverinfo: "x+y"
15583 #    boxpoints: "outliers"
15584 #    whiskerwidth: 0
15585 #  layout:
15586 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
15587 #    layout: "plot-throughput"
15588 #
15589 #- type: "plot"
15590 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
15591 #  algorithm: "plot_performance_box"
15592 #  output-file-type: ".html"
15593 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
15594 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
15595 #  filter: "'NIC_Intel-XXV710' and
15596 #           '64B' and
15597 #           'NDRPDR' and
15598 #           ('ETH' or 'DOT1Q') and
15599 #           'BASE' and
15600 #           '2T1C' and
15601 #           ('L2BDMACLRN' or 'L2XCFWD') and
15602 #           'VHOST_1024' and
15603 #           not 'VXLAN' and
15604 #           not 'IP4FWD' and
15605 #           not '2VM'"
15606 #  parameters:
15607 #  - "throughput"
15608 #  - "parent"
15609 #  - "tags"
15610 ##  sort:
15611 ##  - "not CFS_OPT"
15612 ##  - "L2XCFWD"
15613 ##  - "not CFS_OPT"
15614 ##  - "CFS_OPT"
15615 #  traces:
15616 #    hoverinfo: "x+y"
15617 #    boxpoints: "outliers"
15618 #    whiskerwidth: 0
15619 #  layout:
15620 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
15621 #    layout: "plot-throughput"
15622 #
15623 #- type: "plot"
15624 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
15625 #  algorithm: "plot_performance_box"
15626 #  output-file-type: ".html"
15627 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
15628 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
15629 #  filter: "'NIC_Intel-XXV710' and
15630 #           '64B' and
15631 #           'NDRPDR' and
15632 #           ('ETH' or 'DOT1Q') and
15633 #           'BASE' and
15634 #           '4T2C' and
15635 #           ('L2BDMACLRN' or 'L2XCFWD') and
15636 #           'VHOST_1024' and
15637 #           not 'VXLAN' and
15638 #           not 'IP4FWD' and
15639 #           not '2VM'"
15640 #  parameters:
15641 #  - "throughput"
15642 #  - "parent"
15643 #  - "tags"
15644 ##  sort:
15645 ##  - "not CFS_OPT"
15646 ##  - "L2XCFWD"
15647 ##  - "not CFS_OPT"
15648 ##  - "CFS_OPT"
15649 #  traces:
15650 #    hoverinfo: "x+y"
15651 #    boxpoints: "outliers"
15652 #    whiskerwidth: 0
15653 #  layout:
15654 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
15655 #    layout: "plot-throughput"
15656 #
15657 #- type: "plot"
15658 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
15659 #  algorithm: "plot_performance_box"
15660 #  output-file-type: ".html"
15661 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
15662 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
15663 #  filter: "'NIC_Intel-XXV710' and
15664 #           '64B' and
15665 #           'NDRPDR' and
15666 #           ('ETH' or 'DOT1Q') and
15667 #           'BASE' and
15668 #           '4T2C' and
15669 #           ('L2BDMACLRN' or 'L2XCFWD') and
15670 #           'VHOST_1024' and
15671 #           not 'VXLAN' and
15672 #           not 'IP4FWD' and
15673 #           not '2VM'"
15674 #  parameters:
15675 #  - "throughput"
15676 #  - "parent"
15677 #  - "tags"
15678 ##  sort:
15679 ##  - "not CFS_OPT"
15680 ##  - "L2XCFWD"
15681 ##  - "not CFS_OPT"
15682 ##  - "CFS_OPT"
15683 #  traces:
15684 #    hoverinfo: "x+y"
15685 #    boxpoints: "outliers"
15686 #    whiskerwidth: 0
15687 #  layout:
15688 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
15689 #    layout: "plot-throughput"
15690 #
15691 ## Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base vm
15692 #- type: "plot"
15693 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
15694 #  algorithm: "plot_performance_box"
15695 #  output-file-type: ".html"
15696 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
15697 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
15698 #  filter: "'NIC_Intel-XXV710' and
15699 #           '64B' and
15700 #           'NDRPDR' and
15701 #           ('ETH' or 'DOT1Q') and
15702 #           '2T1C' and
15703 #           ('L2BDMACLRN' or 'L2XCFWD') and
15704 #           'VHOST_1024' and
15705 #           not 'CFS_OPT' and
15706 #           not 'VXLAN' and
15707 #           not 'DOT1Q' and
15708 #           not 'IP4FWD'"
15709 #  parameters:
15710 #  - "throughput"
15711 #  - "parent"
15712 #  - "tags"
15713 ##  sort:
15714 ##  - "1VM"
15715 ##  - "L2XCFWD"
15716 ##  - "1VM"
15717 ##  - "L2BDMACLRN"
15718 #  traces:
15719 #    hoverinfo: "x+y"
15720 #    boxpoints: "outliers"
15721 #    whiskerwidth: 0
15722 #  layout:
15723 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
15724 #    layout: "plot-throughput"
15725 #
15726 #- type: "plot"
15727 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
15728 #  algorithm: "plot_performance_box"
15729 #  output-file-type: ".html"
15730 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
15731 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
15732 #  filter: "'NIC_Intel-XXV710' and
15733 #           '64B' and
15734 #           'NDRPDR' and
15735 #           ('ETH' or 'DOT1Q') and
15736 #           '2T1C' and
15737 #           ('L2BDMACLRN' or 'L2XCFWD') and
15738 #           'VHOST_1024' and
15739 #           not 'CFS_OPT' and
15740 #           not 'VXLAN' and
15741 #           not 'DOT1Q' and
15742 #           not 'IP4FWD'"
15743 #  parameters:
15744 #  - "throughput"
15745 #  - "parent"
15746 #  - "tags"
15747 ##  sort:
15748 ##  - "1VM"
15749 ##  - "L2XCFWD"
15750 ##  - "1VM"
15751 ##  - "L2BDMACLRN"
15752 #  traces:
15753 #    hoverinfo: "x+y"
15754 #    boxpoints: "outliers"
15755 #    whiskerwidth: 0
15756 #  layout:
15757 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
15758 #    layout: "plot-throughput"
15759 #
15760 #- type: "plot"
15761 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
15762 #  algorithm: "plot_performance_box"
15763 #  output-file-type: ".html"
15764 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
15765 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
15766 #  filter: "'NIC_Intel-XXV710' and
15767 #           '64B' and
15768 #           'NDRPDR' and
15769 #           ('ETH' or 'DOT1Q') and
15770 #           '4T2C' and
15771 #           ('L2BDMACLRN' or 'L2XCFWD') and
15772 #           'VHOST_1024' and
15773 #           not 'CFS_OPT' and
15774 #           not 'VXLAN' and
15775 #           not 'DOT1Q' and
15776 #           not 'IP4FWD'"
15777 #  parameters:
15778 #  - "throughput"
15779 #  - "parent"
15780 #  - "tags"
15781 ##  sort:
15782 ##  - "1VM"
15783 ##  - "L2XCFWD"
15784 ##  - "1VM"
15785 ##  - "L2BDMACLRN"
15786 #  traces:
15787 #    hoverinfo: "x+y"
15788 #    boxpoints: "outliers"
15789 #    whiskerwidth: 0
15790 #  layout:
15791 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
15792 #    layout: "plot-throughput"
15793 #
15794 #- type: "plot"
15795 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
15796 #  algorithm: "plot_performance_box"
15797 #  output-file-type: ".html"
15798 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
15799 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
15800 #  filter: "'NIC_Intel-XXV710' and
15801 #           '64B' and
15802 #           'NDRPDR' and
15803 #           ('ETH' or 'DOT1Q') and
15804 #           '4T2C' and
15805 #           ('L2BDMACLRN' or 'L2XCFWD') and
15806 #           'VHOST_1024' and
15807 #           not 'CFS_OPT' and
15808 #           not 'VXLAN' and
15809 #           not 'DOT1Q' and
15810 #           not 'IP4FWD'"
15811 #  parameters:
15812 #  - "throughput"
15813 #  - "parent"
15814 #  - "tags"
15815 ##  sort:
15816 ##  - "1VM"
15817 ##  - "L2XCFWD"
15818 ##  - "1VM"
15819 ##  - "L2BDMACLRN"
15820 #  traces:
15821 #    hoverinfo: "x+y"
15822 #    boxpoints: "outliers"
15823 #    whiskerwidth: 0
15824 #  layout:
15825 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
15826 #    layout: "plot-throughput"
15827
15828 ################################################################################
15829
15830 # Packet Throughput - VPP VTS 3n-hsw-x520
15831 - type: "plot"
15832   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-ndr"
15833   algorithm: "plot_performance_box"
15834   output-file-type: ".html"
15835   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr"
15836   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15837   filter: "'NIC_Intel-X520-DA2' and
15838            '114B' and
15839            'NDRPDR' and
15840            '1T1C' and
15841            'VTS'"
15842   parameters:
15843   - "throughput"
15844   - "parent"
15845   - "tags"
15846   traces:
15847     hoverinfo: "x+y"
15848     boxpoints: "outliers"
15849     whiskerwidth: 0
15850   layout:
15851     title: "vts-3n-hsw-x520-114b-1t1c-ndr"
15852     layout: "plot-throughput"
15853
15854 - type: "plot"
15855   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-ndr"
15856   algorithm: "plot_performance_box"
15857   output-file-type: ".html"
15858   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr"
15859   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15860   filter: "'NIC_Intel-X520-DA2' and
15861            '114B' and
15862            'NDRPDR' and
15863            '2T2C' and
15864            'VTS'"
15865   parameters:
15866   - "throughput"
15867   - "parent"
15868   - "tags"
15869   traces:
15870     hoverinfo: "x+y"
15871     boxpoints: "outliers"
15872     whiskerwidth: 0
15873   layout:
15874     title: "vts-3n-hsw-x520-114b-2t2c-ndr"
15875     layout: "plot-throughput"
15876
15877 - type: "plot"
15878   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-pdr"
15879   algorithm: "plot_performance_box"
15880   output-file-type: ".html"
15881   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-pdr"
15882   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15883   filter: "'NIC_Intel-X520-DA2' and
15884            '114B' and
15885            'NDRPDR' and
15886            '1T1C' and
15887            'VTS'"
15888   parameters:
15889   - "throughput"
15890   - "parent"
15891   - "tags"
15892   traces:
15893     hoverinfo: "x+y"
15894     boxpoints: "outliers"
15895     whiskerwidth: 0
15896   layout:
15897     title: "vts-3n-hsw-x520-114b-1t1c-pdr"
15898     layout: "plot-throughput"
15899
15900 - type: "plot"
15901   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-pdr"
15902   algorithm: "plot_performance_box"
15903   output-file-type: ".html"
15904   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-pdr"
15905   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15906   filter: "'NIC_Intel-X520-DA2' and
15907            '114B' and
15908            'NDRPDR' and
15909            '2T2C' and
15910            'VTS'"
15911   parameters:
15912   - "throughput"
15913   - "parent"
15914   - "tags"
15915   traces:
15916     hoverinfo: "x+y"
15917     boxpoints: "outliers"
15918     whiskerwidth: 0
15919   layout:
15920     title: "vts-3n-hsw-x520-114b-2t2c-pdr"
15921     layout: "plot-throughput"
15922
15923 ################################################################################
15924
15925 # Packet Throughput - DPDK l3fwd 3n-hsw-x520
15926 - type: "plot"
15927   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
15928   algorithm: "plot_performance_box"
15929   output-file-type: ".html"
15930   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
15931   data: "plot-dpdk-throughput-latency-3n-hsw"
15932   filter: "'NIC_Intel-X520-DA2' and
15933            '64B' and
15934            'BASE' and
15935            'NDRPDR' and
15936            '1T1C' and
15937            'IP4FWD'"
15938   parameters:
15939   - "throughput"
15940   - "parent"
15941   - "tags"
15942   traces:
15943     hoverinfo: "x+y"
15944     boxpoints: "outliers"
15945     whiskerwidth: 0
15946   layout:
15947     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
15948     layout: "plot-throughput"
15949
15950 - type: "plot"
15951   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
15952   algorithm: "plot_performance_box"
15953   output-file-type: ".html"
15954   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
15955   data: "plot-dpdk-throughput-latency-3n-hsw"
15956   filter: "'NIC_Intel-X520-DA2' and
15957            '64B' and
15958            'BASE' and
15959            'NDRPDR' and
15960            '2T2C' and
15961            'IP4FWD'"
15962   parameters:
15963   - "throughput"
15964   - "parent"
15965   - "tags"
15966   traces:
15967     hoverinfo: "x+y"
15968     boxpoints: "outliers"
15969     whiskerwidth: 0
15970   layout:
15971     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
15972     layout: "plot-throughput"
15973
15974 - type: "plot"
15975   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
15976   algorithm: "plot_performance_box"
15977   output-file-type: ".html"
15978   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
15979   data: "plot-dpdk-throughput-latency-3n-hsw"
15980   filter: "'NIC_Intel-X520-DA2' and
15981            '64B' and
15982            'BASE' and
15983            'NDRPDR' and
15984            '1T1C' and
15985            'IP4FWD'"
15986   parameters:
15987   - "throughput"
15988   - "parent"
15989   - "tags"
15990   traces:
15991     hoverinfo: "x+y"
15992     boxpoints: "outliers"
15993     whiskerwidth: 0
15994   layout:
15995     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
15996     layout: "plot-throughput"
15997
15998 - type: "plot"
15999   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
16000   algorithm: "plot_performance_box"
16001   output-file-type: ".html"
16002   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
16003   data: "plot-dpdk-throughput-latency-3n-hsw"
16004   filter: "'NIC_Intel-X520-DA2' and
16005            '64B' and
16006            'BASE' and
16007            'NDRPDR' and
16008            '2T2C' and
16009            'IP4FWD'"
16010   parameters:
16011   - "throughput"
16012   - "parent"
16013   - "tags"
16014   traces:
16015     hoverinfo: "x+y"
16016     boxpoints: "outliers"
16017     whiskerwidth: 0
16018   layout:
16019     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
16020     layout: "plot-throughput"
16021
16022 # Packet Throughput - DPDK l3fwd 3n-hsw-x710
16023 - type: "plot"
16024   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
16025   algorithm: "plot_performance_box"
16026   output-file-type: ".html"
16027   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
16028   data: "plot-dpdk-throughput-latency-3n-hsw"
16029   filter: "'NIC_Intel-X710' and
16030            '64B' and
16031            'BASE' and
16032            'NDRPDR' and
16033            '1T1C' and
16034            'IP4FWD'"
16035   parameters:
16036   - "throughput"
16037   - "parent"
16038   - "tags"
16039   traces:
16040     hoverinfo: "x+y"
16041     boxpoints: "outliers"
16042     whiskerwidth: 0
16043   layout:
16044     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
16045     layout: "plot-throughput"
16046
16047 - type: "plot"
16048   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
16049   algorithm: "plot_performance_box"
16050   output-file-type: ".html"
16051   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
16052   data: "plot-dpdk-throughput-latency-3n-hsw"
16053   filter: "'NIC_Intel-X710' and
16054            '64B' and
16055            'BASE' and
16056            'NDRPDR' and
16057            '2T2C' and
16058            'IP4FWD'"
16059   parameters:
16060   - "throughput"
16061   - "parent"
16062   - "tags"
16063   traces:
16064     hoverinfo: "x+y"
16065     boxpoints: "outliers"
16066     whiskerwidth: 0
16067   layout:
16068     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
16069     layout: "plot-throughput"
16070
16071 - type: "plot"
16072   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
16073   algorithm: "plot_performance_box"
16074   output-file-type: ".html"
16075   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
16076   data: "plot-dpdk-throughput-latency-3n-hsw"
16077   filter: "'NIC_Intel-X710' and
16078            '64B' and
16079            'BASE' and
16080            'NDRPDR' and
16081            '1T1C' and
16082            'IP4FWD'"
16083   parameters:
16084   - "throughput"
16085   - "parent"
16086   - "tags"
16087   traces:
16088     hoverinfo: "x+y"
16089     boxpoints: "outliers"
16090     whiskerwidth: 0
16091   layout:
16092     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
16093     layout: "plot-throughput"
16094
16095 - type: "plot"
16096   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
16097   algorithm: "plot_performance_box"
16098   output-file-type: ".html"
16099   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
16100   data: "plot-dpdk-throughput-latency-3n-hsw"
16101   filter: "'NIC_Intel-X710' and
16102            '64B' and
16103            'BASE' and
16104            'NDRPDR' and
16105            '2T2C' and
16106            'IP4FWD'"
16107   parameters:
16108   - "throughput"
16109   - "parent"
16110   - "tags"
16111   traces:
16112     hoverinfo: "x+y"
16113     boxpoints: "outliers"
16114     whiskerwidth: 0
16115   layout:
16116     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
16117     layout: "plot-throughput"
16118
16119 # Packet Throughput - DPDK l3fwd 3n-hsw-xl710
16120 - type: "plot"
16121   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
16122   algorithm: "plot_performance_box"
16123   output-file-type: ".html"
16124   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
16125   data: "plot-dpdk-throughput-latency-3n-hsw"
16126   filter: "'NIC_Intel-XL710' and
16127            '64B' and
16128            'BASE' and
16129            'NDRPDR' and
16130            '1T1C' and
16131            'IP4FWD'"
16132   parameters:
16133   - "throughput"
16134   - "parent"
16135   - "tags"
16136   traces:
16137     hoverinfo: "x+y"
16138     boxpoints: "outliers"
16139     whiskerwidth: 0
16140   layout:
16141     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
16142     layout: "plot-throughput"
16143
16144 - type: "plot"
16145   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
16146   algorithm: "plot_performance_box"
16147   output-file-type: ".html"
16148   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
16149   data: "plot-dpdk-throughput-latency-3n-hsw"
16150   filter: "'NIC_Intel-XL710' and
16151            '64B' and
16152            'BASE' and
16153            'NDRPDR' and
16154            '2T2C' and
16155            'IP4FWD'"
16156   parameters:
16157   - "throughput"
16158   - "parent"
16159   - "tags"
16160   traces:
16161     hoverinfo: "x+y"
16162     boxpoints: "outliers"
16163     whiskerwidth: 0
16164   layout:
16165     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
16166     layout: "plot-throughput"
16167
16168 - type: "plot"
16169   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
16170   algorithm: "plot_performance_box"
16171   output-file-type: ".html"
16172   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
16173   data: "plot-dpdk-throughput-latency-3n-hsw"
16174   filter: "'NIC_Intel-XL710' and
16175            '64B' and
16176            'BASE' and
16177            'NDRPDR' and
16178            '1T1C' and
16179            'IP4FWD'"
16180   parameters:
16181   - "throughput"
16182   - "parent"
16183   - "tags"
16184   traces:
16185     hoverinfo: "x+y"
16186     boxpoints: "outliers"
16187     whiskerwidth: 0
16188   layout:
16189     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
16190     layout: "plot-throughput"
16191
16192 - type: "plot"
16193   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
16194   algorithm: "plot_performance_box"
16195   output-file-type: ".html"
16196   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
16197   data: "plot-dpdk-throughput-latency-3n-hsw"
16198   filter: "'NIC_Intel-XL710' and
16199            '64B' and
16200            'BASE' and
16201            'NDRPDR' and
16202            '2T2C' and
16203            'IP4FWD'"
16204   parameters:
16205   - "throughput"
16206   - "parent"
16207   - "tags"
16208   traces:
16209     hoverinfo: "x+y"
16210     boxpoints: "outliers"
16211     whiskerwidth: 0
16212   layout:
16213     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
16214     layout: "plot-throughput"
16215
16216 # Packet Throughput - DPDK l3fwd 3n-skx-x710
16217 - type: "plot"
16218   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
16219   algorithm: "plot_performance_box"
16220   output-file-type: ".html"
16221   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
16222   data: "plot-dpdk-throughput-latency-3n-skx"
16223   filter: "'NIC_Intel-X710' and
16224            '64B' and
16225            'BASE' and
16226            'NDRPDR' and
16227            '2T1C' and
16228            'IP4FWD'"
16229   parameters:
16230   - "throughput"
16231   - "parent"
16232   - "tags"
16233   traces:
16234     hoverinfo: "x+y"
16235     boxpoints: "outliers"
16236     whiskerwidth: 0
16237   layout:
16238     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
16239     layout: "plot-throughput"
16240
16241 - type: "plot"
16242   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
16243   algorithm: "plot_performance_box"
16244   output-file-type: ".html"
16245   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
16246   data: "plot-dpdk-throughput-latency-3n-skx"
16247   filter: "'NIC_Intel-X710' and
16248            '64B' and
16249            'BASE' and
16250            'NDRPDR' and
16251            '4T2C' and
16252            'IP4FWD'"
16253   parameters:
16254   - "throughput"
16255   - "parent"
16256   - "tags"
16257   traces:
16258     hoverinfo: "x+y"
16259     boxpoints: "outliers"
16260     whiskerwidth: 0
16261   layout:
16262     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
16263     layout: "plot-throughput"
16264
16265 - type: "plot"
16266   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
16267   algorithm: "plot_performance_box"
16268   output-file-type: ".html"
16269   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
16270   data: "plot-dpdk-throughput-latency-3n-skx"
16271   filter: "'NIC_Intel-X710' and
16272            '64B' and
16273            'BASE' and
16274            'NDRPDR' and
16275            '2T1C' and
16276            'IP4FWD'"
16277   parameters:
16278   - "throughput"
16279   - "parent"
16280   - "tags"
16281   traces:
16282     hoverinfo: "x+y"
16283     boxpoints: "outliers"
16284     whiskerwidth: 0
16285   layout:
16286     title: "l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
16287     layout: "plot-throughput"
16288
16289 - type: "plot"
16290   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
16291   algorithm: "plot_performance_box"
16292   output-file-type: ".html"
16293   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
16294   data: "plot-dpdk-throughput-latency-3n-skx"
16295   filter: "'NIC_Intel-X710' and
16296            '64B' and
16297            'BASE' and
16298            'NDRPDR' and
16299            '4T2C' and
16300            'IP4FWD'"
16301   parameters:
16302   - "throughput"
16303   - "parent"
16304   - "tags"
16305   traces:
16306     hoverinfo: "x+y"
16307     boxpoints: "outliers"
16308     whiskerwidth: 0
16309   layout:
16310     title: "l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
16311     layout: "plot-throughput"
16312
16313 # Packet Throughput - DPDK l3fwd 3n-skx-xxv710
16314 - type: "plot"
16315   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
16316   algorithm: "plot_performance_box"
16317   output-file-type: ".html"
16318   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
16319   data: "plot-dpdk-throughput-latency-3n-skx"
16320   filter: "'NIC_Intel-XXV710' and
16321            '64B' and
16322            'BASE' and
16323            'NDRPDR' and
16324            '2T1C' and
16325            'IP4FWD'"
16326   parameters:
16327   - "throughput"
16328   - "parent"
16329   - "tags"
16330   traces:
16331     hoverinfo: "x+y"
16332     boxpoints: "outliers"
16333     whiskerwidth: 0
16334   layout:
16335     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
16336     layout: "plot-throughput"
16337
16338 - type: "plot"
16339   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
16340   algorithm: "plot_performance_box"
16341   output-file-type: ".html"
16342   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
16343   data: "plot-dpdk-throughput-latency-3n-skx"
16344   filter: "'NIC_Intel-XXV710' and
16345            '64B' and
16346            'BASE' and
16347            'NDRPDR' and
16348            '4T2C' and
16349            'IP4FWD'"
16350   parameters:
16351   - "throughput"
16352   - "parent"
16353   - "tags"
16354   traces:
16355     hoverinfo: "x+y"
16356     boxpoints: "outliers"
16357     whiskerwidth: 0
16358   layout:
16359     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
16360     layout: "plot-throughput"
16361
16362 - type: "plot"
16363   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
16364   algorithm: "plot_performance_box"
16365   output-file-type: ".html"
16366   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
16367   data: "plot-dpdk-throughput-latency-3n-skx"
16368   filter: "'NIC_Intel-XXV710' and
16369            '64B' and
16370            'BASE' and
16371            'NDRPDR' and
16372            '2T1C' and
16373            'IP4FWD'"
16374   parameters:
16375   - "throughput"
16376   - "parent"
16377   - "tags"
16378   traces:
16379     hoverinfo: "x+y"
16380     boxpoints: "outliers"
16381     whiskerwidth: 0
16382   layout:
16383     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
16384     layout: "plot-throughput"
16385
16386 - type: "plot"
16387   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
16388   algorithm: "plot_performance_box"
16389   output-file-type: ".html"
16390   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
16391   data: "plot-dpdk-throughput-latency-3n-skx"
16392   filter: "'NIC_Intel-XXV710' and
16393            '64B' and
16394            'BASE' and
16395            'NDRPDR' and
16396            '4T2C' and
16397            'IP4FWD'"
16398   parameters:
16399   - "throughput"
16400   - "parent"
16401   - "tags"
16402   traces:
16403     hoverinfo: "x+y"
16404     boxpoints: "outliers"
16405     whiskerwidth: 0
16406   layout:
16407     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
16408     layout: "plot-throughput"
16409
16410 # Packet Throughput - DPDK l3fwd 2n-skx-x710
16411 - type: "plot"
16412   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
16413   algorithm: "plot_performance_box"
16414   output-file-type: ".html"
16415   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
16416   data: "plot-dpdk-throughput-latency-2n-skx"
16417   filter: "'NIC_Intel-X710' and
16418            '64B' and
16419            'BASE' and
16420            'NDRPDR' and
16421            '2T1C' and
16422            'IP4FWD'"
16423   parameters:
16424   - "throughput"
16425   - "parent"
16426   - "tags"
16427   traces:
16428     hoverinfo: "x+y"
16429     boxpoints: "outliers"
16430     whiskerwidth: 0
16431   layout:
16432     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
16433     layout: "plot-throughput"
16434
16435 - type: "plot"
16436   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
16437   algorithm: "plot_performance_box"
16438   output-file-type: ".html"
16439   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
16440   data: "plot-dpdk-throughput-latency-2n-skx"
16441   filter: "'NIC_Intel-X710' and
16442            '64B' and
16443            'BASE' and
16444            'NDRPDR' and
16445            '4T2C' and
16446            'IP4FWD'"
16447   parameters:
16448   - "throughput"
16449   - "parent"
16450   - "tags"
16451   traces:
16452     hoverinfo: "x+y"
16453     boxpoints: "outliers"
16454     whiskerwidth: 0
16455   layout:
16456     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
16457     layout: "plot-throughput"
16458
16459 - type: "plot"
16460   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
16461   algorithm: "plot_performance_box"
16462   output-file-type: ".html"
16463   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
16464   data: "plot-dpdk-throughput-latency-2n-skx"
16465   filter: "'NIC_Intel-X710' and
16466            '64B' and
16467            'BASE' and
16468            'NDRPDR' and
16469            '2T1C' and
16470            'IP4FWD'"
16471   parameters:
16472   - "throughput"
16473   - "parent"
16474   - "tags"
16475   traces:
16476     hoverinfo: "x+y"
16477     boxpoints: "outliers"
16478     whiskerwidth: 0
16479   layout:
16480     title: "l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
16481     layout: "plot-throughput"
16482
16483 - type: "plot"
16484   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
16485   algorithm: "plot_performance_box"
16486   output-file-type: ".html"
16487   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
16488   data: "plot-dpdk-throughput-latency-2n-skx"
16489   filter: "'NIC_Intel-X710' and
16490            '64B' and
16491            'BASE' and
16492            'NDRPDR' and
16493            '4T2C' and
16494            'IP4FWD'"
16495   parameters:
16496   - "throughput"
16497   - "parent"
16498   - "tags"
16499   traces:
16500     hoverinfo: "x+y"
16501     boxpoints: "outliers"
16502     whiskerwidth: 0
16503   layout:
16504     title: "l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
16505     layout: "plot-throughput"
16506
16507 # Packet Throughput - DPDK l3fwd 2n-skx-xxv710
16508 - type: "plot"
16509   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
16510   algorithm: "plot_performance_box"
16511   output-file-type: ".html"
16512   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
16513   data: "plot-dpdk-throughput-latency-2n-skx"
16514   filter: "'NIC_Intel-XXV710' and
16515            '64B' and
16516            'BASE' and
16517            'NDRPDR' and
16518            '2T1C' and
16519            'IP4FWD'"
16520   parameters:
16521   - "throughput"
16522   - "parent"
16523   - "tags"
16524   traces:
16525     hoverinfo: "x+y"
16526     boxpoints: "outliers"
16527     whiskerwidth: 0
16528   layout:
16529     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
16530     layout: "plot-throughput"
16531
16532 - type: "plot"
16533   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
16534   algorithm: "plot_performance_box"
16535   output-file-type: ".html"
16536   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
16537   data: "plot-dpdk-throughput-latency-2n-skx"
16538   filter: "'NIC_Intel-XXV710' and
16539            '64B' and
16540            'BASE' and
16541            'NDRPDR' and
16542            '4T2C' and
16543            'IP4FWD'"
16544   parameters:
16545   - "throughput"
16546   - "parent"
16547   - "tags"
16548   traces:
16549     hoverinfo: "x+y"
16550     boxpoints: "outliers"
16551     whiskerwidth: 0
16552   layout:
16553     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
16554     layout: "plot-throughput"
16555
16556 - type: "plot"
16557   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
16558   algorithm: "plot_performance_box"
16559   output-file-type: ".html"
16560   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
16561   data: "plot-dpdk-throughput-latency-2n-skx"
16562   filter: "'NIC_Intel-XXV710' and
16563            '64B' and
16564            'BASE' and
16565            'NDRPDR' and
16566            '2T1C' and
16567            'IP4FWD'"
16568   parameters:
16569   - "throughput"
16570   - "parent"
16571   - "tags"
16572   traces:
16573     hoverinfo: "x+y"
16574     boxpoints: "outliers"
16575     whiskerwidth: 0
16576   layout:
16577     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
16578     layout: "plot-throughput"
16579
16580 - type: "plot"
16581   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
16582   algorithm: "plot_performance_box"
16583   output-file-type: ".html"
16584   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
16585   data: "plot-dpdk-throughput-latency-2n-skx"
16586   filter: "'NIC_Intel-XXV710' and
16587            '64B' and
16588            'BASE' and
16589            'NDRPDR' and
16590            '4T2C' and
16591            'IP4FWD'"
16592   parameters:
16593   - "throughput"
16594   - "parent"
16595   - "tags"
16596   traces:
16597     hoverinfo: "x+y"
16598     boxpoints: "outliers"
16599     whiskerwidth: 0
16600   layout:
16601     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
16602     layout: "plot-throughput"
16603
16604 ################################################################################
16605
16606 # Packet Throughput - DPDK testpmd 3n-hsw-x520
16607 - type: "plot"
16608   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
16609   algorithm: "plot_performance_box"
16610   output-file-type: ".html"
16611   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
16612   data: "plot-dpdk-throughput-latency-3n-hsw"
16613   filter: "'NIC_Intel-X520-DA2' and
16614            '64B' and
16615            'BASE' and
16616            'NDRPDR' and
16617            '1T1C' and
16618            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16619   parameters:
16620   - "throughput"
16621   - "parent"
16622   - "tags"
16623   traces:
16624     hoverinfo: "x+y"
16625     boxpoints: "outliers"
16626     whiskerwidth: 0
16627   layout:
16628     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
16629     layout: "plot-throughput"
16630
16631 - type: "plot"
16632   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
16633   algorithm: "plot_performance_box"
16634   output-file-type: ".html"
16635   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
16636   data: "plot-dpdk-throughput-latency-3n-hsw"
16637   filter: "'NIC_Intel-X520-DA2' and
16638            '64B' and
16639            'BASE' and
16640            'NDRPDR' and
16641            '2T2C' and
16642            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16643   parameters:
16644   - "throughput"
16645   - "parent"
16646   - "tags"
16647   traces:
16648     hoverinfo: "x+y"
16649     boxpoints: "outliers"
16650     whiskerwidth: 0
16651   layout:
16652     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
16653     layout: "plot-throughput"
16654
16655 - type: "plot"
16656   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
16657   algorithm: "plot_performance_box"
16658   output-file-type: ".html"
16659   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
16660   data: "plot-dpdk-throughput-latency-3n-hsw"
16661   filter: "'NIC_Intel-X520-DA2' and
16662            '64B' and
16663            'BASE' and
16664            'NDRPDR' and
16665            '1T1C' and
16666            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16667   parameters:
16668   - "throughput"
16669   - "parent"
16670   - "tags"
16671   traces:
16672     hoverinfo: "x+y"
16673     boxpoints: "outliers"
16674     whiskerwidth: 0
16675   layout:
16676     title: "testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
16677     layout: "plot-throughput"
16678
16679 - type: "plot"
16680   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
16681   algorithm: "plot_performance_box"
16682   output-file-type: ".html"
16683   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
16684   data: "plot-dpdk-throughput-latency-3n-hsw"
16685   filter: "'NIC_Intel-X520-DA2' and
16686            '64B' and
16687            'BASE' and
16688            'NDRPDR' and
16689            '2T2C' and
16690            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16691   parameters:
16692   - "throughput"
16693   - "parent"
16694   - "tags"
16695   traces:
16696     hoverinfo: "x+y"
16697     boxpoints: "outliers"
16698     whiskerwidth: 0
16699   layout:
16700     title: "testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
16701     layout: "plot-throughput"
16702
16703 # Packet Throughput - DPDK testpmd 3n-hsw-x710
16704 - type: "plot"
16705   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
16706   algorithm: "plot_performance_box"
16707   output-file-type: ".html"
16708   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
16709   data: "plot-dpdk-throughput-latency-3n-hsw"
16710   filter: "'NIC_Intel-X710' and
16711            '64B' and
16712            'BASE' and
16713            'NDRPDR' and
16714            '1T1C' and
16715            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16716   parameters:
16717   - "throughput"
16718   - "parent"
16719   - "tags"
16720   traces:
16721     hoverinfo: "x+y"
16722     boxpoints: "outliers"
16723     whiskerwidth: 0
16724   layout:
16725     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
16726     layout: "plot-throughput"
16727
16728 - type: "plot"
16729   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
16730   algorithm: "plot_performance_box"
16731   output-file-type: ".html"
16732   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
16733   data: "plot-dpdk-throughput-latency-3n-hsw"
16734   filter: "'NIC_Intel-X710' and
16735            '64B' and
16736            'BASE' and
16737            'NDRPDR' and
16738            '2T2C' and
16739            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16740   parameters:
16741   - "throughput"
16742   - "parent"
16743   - "tags"
16744   traces:
16745     hoverinfo: "x+y"
16746     boxpoints: "outliers"
16747     whiskerwidth: 0
16748   layout:
16749     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
16750     layout: "plot-throughput"
16751
16752 - type: "plot"
16753   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
16754   algorithm: "plot_performance_box"
16755   output-file-type: ".html"
16756   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
16757   data: "plot-dpdk-throughput-latency-3n-hsw"
16758   filter: "'NIC_Intel-X710' and
16759            '64B' and
16760            'BASE' and
16761            'NDRPDR' and
16762            '1T1C' and
16763            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16764   parameters:
16765   - "throughput"
16766   - "parent"
16767   - "tags"
16768   traces:
16769     hoverinfo: "x+y"
16770     boxpoints: "outliers"
16771     whiskerwidth: 0
16772   layout:
16773     title: "testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
16774     layout: "plot-throughput"
16775
16776 - type: "plot"
16777   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
16778   algorithm: "plot_performance_box"
16779   output-file-type: ".html"
16780   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
16781   data: "plot-dpdk-throughput-latency-3n-hsw"
16782   filter: "'NIC_Intel-X710' and
16783            '64B' and
16784            'BASE' and
16785            'NDRPDR' and
16786            '2T2C' and
16787            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16788   parameters:
16789   - "throughput"
16790   - "parent"
16791   - "tags"
16792   traces:
16793     hoverinfo: "x+y"
16794     boxpoints: "outliers"
16795     whiskerwidth: 0
16796   layout:
16797     title: "testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
16798     layout: "plot-throughput"
16799
16800 # Packet Throughput - DPDK testpmd 3n-hsw-xl710
16801 - type: "plot"
16802   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
16803   algorithm: "plot_performance_box"
16804   output-file-type: ".html"
16805   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
16806   data: "plot-dpdk-throughput-latency-3n-hsw"
16807   filter: "'NIC_Intel-XL710' and
16808            '64B' and
16809            'BASE' and
16810            'NDRPDR' and
16811            '1T1C' and
16812            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16813   parameters:
16814   - "throughput"
16815   - "parent"
16816   - "tags"
16817   traces:
16818     hoverinfo: "x+y"
16819     boxpoints: "outliers"
16820     whiskerwidth: 0
16821   layout:
16822     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
16823     layout: "plot-throughput"
16824
16825 - type: "plot"
16826   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
16827   algorithm: "plot_performance_box"
16828   output-file-type: ".html"
16829   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
16830   data: "plot-dpdk-throughput-latency-3n-hsw"
16831   filter: "'NIC_Intel-XL710' and
16832            '64B' and
16833            'BASE' and
16834            'NDRPDR' and
16835            '2T2C' and
16836            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16837   parameters:
16838   - "throughput"
16839   - "parent"
16840   - "tags"
16841   traces:
16842     hoverinfo: "x+y"
16843     boxpoints: "outliers"
16844     whiskerwidth: 0
16845   layout:
16846     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
16847     layout: "plot-throughput"
16848
16849 - type: "plot"
16850   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
16851   algorithm: "plot_performance_box"
16852   output-file-type: ".html"
16853   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
16854   data: "plot-dpdk-throughput-latency-3n-hsw"
16855   filter: "'NIC_Intel-XL710' and
16856            '64B' and
16857            'BASE' and
16858            'NDRPDR' and
16859            '1T1C' and
16860            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16861   parameters:
16862   - "throughput"
16863   - "parent"
16864   - "tags"
16865   traces:
16866     hoverinfo: "x+y"
16867     boxpoints: "outliers"
16868     whiskerwidth: 0
16869   layout:
16870     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
16871     layout: "plot-throughput"
16872
16873 - type: "plot"
16874   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
16875   algorithm: "plot_performance_box"
16876   output-file-type: ".html"
16877   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
16878   data: "plot-dpdk-throughput-latency-3n-hsw"
16879   filter: "'NIC_Intel-XL710' and
16880            '64B' and
16881            'BASE' and
16882            'NDRPDR' and
16883            '2T2C' and
16884            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16885   parameters:
16886   - "throughput"
16887   - "parent"
16888   - "tags"
16889   traces:
16890     hoverinfo: "x+y"
16891     boxpoints: "outliers"
16892     whiskerwidth: 0
16893   layout:
16894     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
16895     layout: "plot-throughput"
16896
16897 # Packet Throughput - DPDK testpmd 3n-skx-x710
16898 - type: "plot"
16899   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-ndr"
16900   algorithm: "plot_performance_box"
16901   output-file-type: ".html"
16902   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr"
16903   data: "plot-dpdk-throughput-latency-3n-skx"
16904   filter: "'NIC_Intel-X710' and
16905            '64B' and
16906            'BASE' and
16907            'NDRPDR' and
16908            '2T1C' and
16909            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16910   parameters:
16911   - "throughput"
16912   - "parent"
16913   - "tags"
16914   traces:
16915     hoverinfo: "x+y"
16916     boxpoints: "outliers"
16917     whiskerwidth: 0
16918   layout:
16919     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
16920     layout: "plot-throughput"
16921
16922 - type: "plot"
16923   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-ndr"
16924   algorithm: "plot_performance_box"
16925   output-file-type: ".html"
16926   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr"
16927   data: "plot-dpdk-throughput-latency-3n-skx"
16928   filter: "'NIC_Intel-X710' and
16929            '64B' and
16930            'BASE' and
16931            'NDRPDR' and
16932            '4T2C' and
16933            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16934   parameters:
16935   - "throughput"
16936   - "parent"
16937   - "tags"
16938   traces:
16939     hoverinfo: "x+y"
16940     boxpoints: "outliers"
16941     whiskerwidth: 0
16942   layout:
16943     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
16944     layout: "plot-throughput"
16945
16946 - type: "plot"
16947   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-pdr"
16948   algorithm: "plot_performance_box"
16949   output-file-type: ".html"
16950   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-pdr"
16951   data: "plot-dpdk-throughput-latency-3n-skx"
16952   filter: "'NIC_Intel-X710' and
16953            '64B' and
16954            'BASE' and
16955            'NDRPDR' and
16956            '2T1C' and
16957            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16958   parameters:
16959   - "throughput"
16960   - "parent"
16961   - "tags"
16962   traces:
16963     hoverinfo: "x+y"
16964     boxpoints: "outliers"
16965     whiskerwidth: 0
16966   layout:
16967     title: "testpmd-3n-skx-x710-64b-2t1c-base-pdr"
16968     layout: "plot-throughput"
16969
16970 - type: "plot"
16971   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-pdr"
16972   algorithm: "plot_performance_box"
16973   output-file-type: ".html"
16974   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-pdr"
16975   data: "plot-dpdk-throughput-latency-3n-skx"
16976   filter: "'NIC_Intel-X710' and
16977            '64B' and
16978            'BASE' and
16979            'NDRPDR' and
16980            '4T2C' and
16981            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16982   parameters:
16983   - "throughput"
16984   - "parent"
16985   - "tags"
16986   traces:
16987     hoverinfo: "x+y"
16988     boxpoints: "outliers"
16989     whiskerwidth: 0
16990   layout:
16991     title: "testpmd-3n-skx-x710-64b-4t2c-base-pdr"
16992     layout: "plot-throughput"
16993
16994 # Packet Throughput - DPDK testpmd 3n-skx-xxv710
16995 - type: "plot"
16996   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
16997   algorithm: "plot_performance_box"
16998   output-file-type: ".html"
16999   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
17000   data: "plot-dpdk-throughput-latency-3n-skx"
17001   filter: "'NIC_Intel-XXV710' and
17002            '64B' and
17003            'BASE' and
17004            'NDRPDR' and
17005            '2T1C' and
17006            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17007   parameters:
17008   - "throughput"
17009   - "parent"
17010   - "tags"
17011   traces:
17012     hoverinfo: "x+y"
17013     boxpoints: "outliers"
17014     whiskerwidth: 0
17015   layout:
17016     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
17017     layout: "plot-throughput"
17018
17019 - type: "plot"
17020   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
17021   algorithm: "plot_performance_box"
17022   output-file-type: ".html"
17023   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
17024   data: "plot-dpdk-throughput-latency-3n-skx"
17025   filter: "'NIC_Intel-XXV710' and
17026            '64B' and
17027            'BASE' and
17028            'NDRPDR' and
17029            '4T2C' and
17030            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17031   parameters:
17032   - "throughput"
17033   - "parent"
17034   - "tags"
17035   traces:
17036     hoverinfo: "x+y"
17037     boxpoints: "outliers"
17038     whiskerwidth: 0
17039   layout:
17040     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
17041     layout: "plot-throughput"
17042
17043 - type: "plot"
17044   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
17045   algorithm: "plot_performance_box"
17046   output-file-type: ".html"
17047   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
17048   data: "plot-dpdk-throughput-latency-3n-skx"
17049   filter: "'NIC_Intel-XXV710' and
17050            '64B' and
17051            'BASE' and
17052            'NDRPDR' and
17053            '2T1C' and
17054            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17055   parameters:
17056   - "throughput"
17057   - "parent"
17058   - "tags"
17059   traces:
17060     hoverinfo: "x+y"
17061     boxpoints: "outliers"
17062     whiskerwidth: 0
17063   layout:
17064     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
17065     layout: "plot-throughput"
17066
17067 - type: "plot"
17068   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
17069   algorithm: "plot_performance_box"
17070   output-file-type: ".html"
17071   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
17072   data: "plot-dpdk-throughput-latency-3n-skx"
17073   filter: "'NIC_Intel-XXV710' and
17074            '64B' and
17075            'BASE' and
17076            'NDRPDR' and
17077            '4T2C' and
17078            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17079   parameters:
17080   - "throughput"
17081   - "parent"
17082   - "tags"
17083   traces:
17084     hoverinfo: "x+y"
17085     boxpoints: "outliers"
17086     whiskerwidth: 0
17087   layout:
17088     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
17089     layout: "plot-throughput"
17090
17091 # Packet Throughput - DPDK testpmd 2n-skx-x710
17092 - type: "plot"
17093   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-ndr"
17094   algorithm: "plot_performance_box"
17095   output-file-type: ".html"
17096   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr"
17097   data: "plot-dpdk-throughput-latency-2n-skx"
17098   filter: "'NIC_Intel-X710' and
17099            '64B' and
17100            'BASE' and
17101            'NDRPDR' and
17102            '2T1C' and
17103            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17104   parameters:
17105   - "throughput"
17106   - "parent"
17107   - "tags"
17108   traces:
17109     hoverinfo: "x+y"
17110     boxpoints: "outliers"
17111     whiskerwidth: 0
17112   layout:
17113     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
17114     layout: "plot-throughput"
17115
17116 - type: "plot"
17117   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-ndr"
17118   algorithm: "plot_performance_box"
17119   output-file-type: ".html"
17120   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr"
17121   data: "plot-dpdk-throughput-latency-2n-skx"
17122   filter: "'NIC_Intel-X710' and
17123            '64B' and
17124            'BASE' and
17125            'NDRPDR' and
17126            '4T2C' and
17127            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17128   parameters:
17129   - "throughput"
17130   - "parent"
17131   - "tags"
17132   traces:
17133     hoverinfo: "x+y"
17134     boxpoints: "outliers"
17135     whiskerwidth: 0
17136   layout:
17137     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
17138     layout: "plot-throughput"
17139
17140 - type: "plot"
17141   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-pdr"
17142   algorithm: "plot_performance_box"
17143   output-file-type: ".html"
17144   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-pdr"
17145   data: "plot-dpdk-throughput-latency-2n-skx"
17146   filter: "'NIC_Intel-X710' and
17147            '64B' and
17148            'BASE' and
17149            'NDRPDR' and
17150            '2T1C' and
17151            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17152   parameters:
17153   - "throughput"
17154   - "parent"
17155   - "tags"
17156   traces:
17157     hoverinfo: "x+y"
17158     boxpoints: "outliers"
17159     whiskerwidth: 0
17160   layout:
17161     title: "testpmd-2n-skx-x710-64b-2t1c-base-pdr"
17162     layout: "plot-throughput"
17163
17164 - type: "plot"
17165   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-pdr"
17166   algorithm: "plot_performance_box"
17167   output-file-type: ".html"
17168   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-pdr"
17169   data: "plot-dpdk-throughput-latency-2n-skx"
17170   filter: "'NIC_Intel-X710' and
17171            '64B' and
17172            'BASE' and
17173            'NDRPDR' and
17174            '4T2C' and
17175            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17176   parameters:
17177   - "throughput"
17178   - "parent"
17179   - "tags"
17180   traces:
17181     hoverinfo: "x+y"
17182     boxpoints: "outliers"
17183     whiskerwidth: 0
17184   layout:
17185     title: "testpmd-2n-skx-x710-64b-4t2c-base-pdr"
17186     layout: "plot-throughput"
17187
17188 # Packet Throughput - DPDK testpmd 2n-skx-xxv710
17189 - type: "plot"
17190   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
17191   algorithm: "plot_performance_box"
17192   output-file-type: ".html"
17193   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
17194   data: "plot-dpdk-throughput-latency-2n-skx"
17195   filter: "'NIC_Intel-XXV710' and
17196            '64B' and
17197            'BASE' and
17198            'NDRPDR' and
17199            '2T1C' and
17200            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17201   parameters:
17202   - "throughput"
17203   - "parent"
17204   - "tags"
17205   traces:
17206     hoverinfo: "x+y"
17207     boxpoints: "outliers"
17208     whiskerwidth: 0
17209   layout:
17210     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
17211     layout: "plot-throughput"
17212
17213 - type: "plot"
17214   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
17215   algorithm: "plot_performance_box"
17216   output-file-type: ".html"
17217   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
17218   data: "plot-dpdk-throughput-latency-2n-skx"
17219   filter: "'NIC_Intel-XXV710' and
17220            '64B' and
17221            'BASE' and
17222            'NDRPDR' and
17223            '4T2C' and
17224            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17225   parameters:
17226   - "throughput"
17227   - "parent"
17228   - "tags"
17229   traces:
17230     hoverinfo: "x+y"
17231     boxpoints: "outliers"
17232     whiskerwidth: 0
17233   layout:
17234     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
17235     layout: "plot-throughput"
17236
17237 - type: "plot"
17238   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
17239   algorithm: "plot_performance_box"
17240   output-file-type: ".html"
17241   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
17242   data: "plot-dpdk-throughput-latency-2n-skx"
17243   filter: "'NIC_Intel-XXV710' and
17244            '64B' and
17245            'BASE' and
17246            'NDRPDR' and
17247            '2T1C' and
17248            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17249   parameters:
17250   - "throughput"
17251   - "parent"
17252   - "tags"
17253   traces:
17254     hoverinfo: "x+y"
17255     boxpoints: "outliers"
17256     whiskerwidth: 0
17257   layout:
17258     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
17259     layout: "plot-throughput"
17260
17261 - type: "plot"
17262   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
17263   algorithm: "plot_performance_box"
17264   output-file-type: ".html"
17265   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
17266   data: "plot-dpdk-throughput-latency-2n-skx"
17267   filter: "'NIC_Intel-XXV710' and
17268            '64B' and
17269            'BASE' and
17270            'NDRPDR' and
17271            '4T2C' and
17272            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17273   parameters:
17274   - "throughput"
17275   - "parent"
17276   - "tags"
17277   traces:
17278     hoverinfo: "x+y"
17279     boxpoints: "outliers"
17280     whiskerwidth: 0
17281   layout:
17282     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
17283     layout: "plot-throughput"
17284
17285 ################################################################################
17286
17287 # Packet Latency - VPP L2 3n-hsw-x520 base and scale
17288 - type: "plot"
17289   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
17290   algorithm: "plot_latency_error_bars"
17291   output-file-type: ".html"
17292   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
17293   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17294   filter: "'NIC_Intel-X520-DA2' and
17295            '64B' and
17296            ('BASE' or 'SCALE') and
17297            'NDRPDR' and
17298            'ETH' and
17299            '1T1C' and
17300            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17301            not 'VHOST' and
17302            not 'MEMIF'"
17303   parameters:
17304   - "latency"
17305   - "parent"
17306   - "tags"
17307   sort:
17308   - "L2XCFWD"
17309   - "L2PATCH"
17310   - "L2BDMACLRN"
17311   - "FIB_10K"
17312   - "FIB_100K"
17313   - "FIB_1M"
17314   layout:
17315     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
17316     layout: "plot-latency"
17317
17318 - type: "plot"
17319   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
17320   algorithm: "plot_latency_error_bars"
17321   output-file-type: ".html"
17322   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
17323   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17324   filter: "'NIC_Intel-X520-DA2' and
17325            '64B' and
17326            ('BASE' or 'SCALE') and
17327            'NDRPDR' and
17328            'ETH' and
17329            '2T2C' and
17330            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17331            not 'VHOST' and
17332            not 'MEMIF'"
17333   parameters:
17334   - "latency"
17335   - "parent"
17336   - "tags"
17337   sort:
17338   - "L2XCFWD"
17339   - "L2PATCH"
17340   - "L2BDMACLRN"
17341   - "FIB_10K"
17342   - "FIB_100K"
17343   - "FIB_1M"
17344   layout:
17345     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
17346     layout: "plot-latency"
17347
17348 # Packet Latency - VPP L2 3n-hsw-x520 features
17349 - type: "plot"
17350   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
17351   algorithm: "plot_latency_error_bars"
17352   output-file-type: ".html"
17353   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
17354   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17355   filter: "'NIC_Intel-X520-DA2' and
17356            '64B' and
17357            'NDRPDR' and
17358            '1T1C' and
17359            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
17360            not 'ACL' and
17361            not 'VHOST' and
17362            not 'MEMIF'"
17363   parameters:
17364   - "latency"
17365   - "parent"
17366   - "tags"
17367   sort:
17368   - "L2XCBASE"    # l2xcbase
17369   - "L2BDBASE"    # l2bdbase
17370   - "L2XCFWD"     # dot1q-l2xcbase
17371   - "L2BDMACLRN"  # dot1q-l2bdbase
17372   layout:
17373     title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
17374     layout: "plot-latency"
17375
17376 - type: "plot"
17377   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
17378   algorithm: "plot_latency_error_bars"
17379   output-file-type: ".html"
17380   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
17381   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17382   filter: "'NIC_Intel-X520-DA2' and
17383            '64B' and
17384            'NDRPDR' and
17385            '2T2C' and
17386            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
17387            not 'ACL' and
17388            not 'VHOST' and
17389            not 'MEMIF'"
17390   parameters:
17391   - "latency"
17392   - "parent"
17393   - "tags"
17394   sort:
17395   - "L2XCBASE"    # l2xcbase
17396   - "L2BDBASE"    # l2bdbase
17397   - "L2XCFWD"     # dot1q-l2xcbase
17398   - "L2BDMACLRN"  # dot1q-l2bdbase
17399   layout:
17400     title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
17401     layout: "plot-latency"
17402
17403 # Packet Latency - VPP L2 3n-hsw-x520 features-iacl
17404 - type: "plot"
17405   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
17406   algorithm: "plot_latency_error_bars"
17407   output-file-type: ".html"
17408   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
17409   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17410   filter: "'NIC_Intel-X520-DA2' and
17411            '64B' and
17412            'NDRPDR' and
17413            '1T1C' and
17414            'FEATURE' and
17415            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17416            'IACL' and
17417            ('ACL1' or 'ACL50') and
17418            ('10K_FLOWS' or '10k_FLOWS') and
17419            not 'MACIP' and
17420            not 'VHOST' and
17421            not 'MEMIF'"
17422   parameters:
17423   - "latency"
17424   - "parent"
17425   - "tags"
17426   layout:
17427     title: "l2sw-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
17428     layout: "plot-latency"
17429
17430 - type: "plot"
17431   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
17432   algorithm: "plot_latency_error_bars"
17433   output-file-type: ".html"
17434   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
17435   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17436   filter: "'NIC_Intel-X520-DA2' and
17437            '64B' and
17438            'NDRPDR' and
17439            '2T2C' and
17440            'FEATURE' and
17441            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17442            'IACL' and
17443            ('ACL1' or 'ACL50') and
17444            ('10K_FLOWS' or '10k_FLOWS') and
17445            not 'MACIP' and
17446            not 'VHOST' and
17447            not 'MEMIF'"
17448   parameters:
17449   - "latency"
17450   - "parent"
17451   - "tags"
17452   layout:
17453     title: "l2sw-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
17454     layout: "plot-latency"
17455
17456 # Packet Latency - VPP L2 3n-hsw-x520 features-oacl
17457 - type: "plot"
17458   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
17459   algorithm: "plot_latency_error_bars"
17460   output-file-type: ".html"
17461   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
17462   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17463   filter: "'NIC_Intel-X520-DA2' and
17464            '64B' and
17465            'NDRPDR' and
17466            '1T1C' and
17467            'FEATURE' and
17468            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17469            'OACL' and
17470            ('ACL1' or 'ACL50') and
17471            ('10K_FLOWS' or '10k_FLOWS') and
17472            not 'MACIP' and
17473            not 'VHOST' and
17474            not 'MEMIF'"
17475   parameters:
17476   - "latency"
17477   - "parent"
17478   - "tags"
17479   layout:
17480     title: "l2sw-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
17481     layout: "plot-latency"
17482
17483 - type: "plot"
17484   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
17485   algorithm: "plot_latency_error_bars"
17486   output-file-type: ".html"
17487   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
17488   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17489   filter: "'NIC_Intel-X520-DA2' and
17490            '64B' and
17491            'NDRPDR' and
17492            '2T2C' and
17493            'FEATURE' and
17494            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17495            'OACL' and
17496            ('ACL1' or 'ACL50') and
17497            ('10K_FLOWS' or '10k_FLOWS') and
17498            not 'MACIP' and
17499            not 'VHOST' and
17500            not 'MEMIF'"
17501   parameters:
17502   - "latency"
17503   - "parent"
17504   - "tags"
17505   layout:
17506     title: "l2sw-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
17507     layout: "plot-latency"
17508
17509 # Packet Latency - VPP L2 3n-hsw-x520 features-macip
17510 - type: "plot"
17511   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-macip-ndr-lat"
17512   algorithm: "plot_latency_error_bars"
17513   output-file-type: ".html"
17514   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-macip-ndr-lat"
17515   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17516   filter: "'NIC_Intel-X520-DA2' and
17517            '64B' and
17518            'NDRPDR' and
17519            '1T1C' and
17520            'FEATURE' and
17521            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17522            'MACIP' and
17523            ('ACL1' or 'ACL50') and
17524            ('10K_FLOWS' or '10k_FLOWS') and
17525            not 'VHOST' and
17526            not 'MEMIF'"
17527   parameters:
17528   - "latency"
17529   - "parent"
17530   - "tags"
17531   layout:
17532     title: "l2sw-3n-hsw-x520-64b-1t1c-features-macip-ndr"
17533     layout: "plot-latency"
17534
17535 - type: "plot"
17536   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-macip-ndr-lat"
17537   algorithm: "plot_latency_error_bars"
17538   output-file-type: ".html"
17539   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-macip-ndr-lat"
17540   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17541   filter: "'NIC_Intel-X520-DA2' and
17542            '64B' and
17543            'NDRPDR' and
17544            '2T2C' and
17545            'FEATURE' and
17546            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17547            'MACIP' and
17548            ('ACL1' or 'ACL50') and
17549            ('10K_FLOWS' or '10k_FLOWS') and
17550            not 'VHOST' and
17551            not 'MEMIF'"
17552   parameters:
17553   - "latency"
17554   - "parent"
17555   - "tags"
17556   layout:
17557     title: "l2sw-3n-hsw-x520-64b-2t2c-features-macip-ndr"
17558     layout: "plot-latency"
17559
17560 # Packet Latency - VPP L2 3n-hsw-x710 base and scale
17561 - type: "plot"
17562   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
17563   algorithm: "plot_latency_error_bars"
17564   output-file-type: ".html"
17565   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
17566   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17567   filter: "'NIC_Intel-X710' and
17568            '64B' and
17569            ('BASE' or 'SCALE') and
17570            'NDRPDR' and
17571            'ETH' and
17572            '1T1C' and
17573            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17574            not 'VHOST' and
17575            not 'MEMIF'"
17576   parameters:
17577   - "latency"
17578   - "parent"
17579   - "tags"
17580   sort:
17581   - "L2PATCH"
17582   - "L2XCFWD"
17583   - "L2BDMACLRN"
17584   - "FIB_10K"
17585   - "FIB_100K"
17586   - "FIB_1M"
17587   layout:
17588     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
17589     layout: "plot-latency"
17590
17591 - type: "plot"
17592   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
17593   algorithm: "plot_latency_error_bars"
17594   output-file-type: ".html"
17595   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
17596   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17597   filter: "'NIC_Intel-X710' and
17598            '64B' and
17599            ('BASE' or 'SCALE') and
17600            'NDRPDR' and
17601            'ETH' and
17602            '2T2C' and
17603            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17604            not 'VHOST' and
17605            not 'MEMIF'"
17606   parameters:
17607   - "latency"
17608   - "parent"
17609   - "tags"
17610   sort:
17611   - "L2PATCH"
17612   - "L2XCFWD"
17613   - "L2BDMACLRN"
17614   - "FIB_10K"
17615   - "FIB_100K"
17616   - "FIB_1M"
17617   layout:
17618     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
17619     layout: "plot-latency"
17620
17621 # Packet Latency - VPP L2 3n-hsw-x710 features
17622 - type: "plot"
17623   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
17624   algorithm: "plot_latency_error_bars"
17625   output-file-type: ".html"
17626   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
17627   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17628   filter: "'NIC_Intel-X710' and
17629            '64B' and
17630            'NDRPDR' and
17631            '1T1C' and
17632            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
17633            not 'ACL' and
17634            not 'VHOST' and
17635            not 'L2OVRLAY' and
17636            not 'MEMIF'"
17637   parameters:
17638   - "latency"
17639   - "parent"
17640   - "tags"
17641   sort:
17642   - "L2XCBASE"    # l2xcbase
17643   - "L2BDBASE"    # l2bdbase
17644   - "L2XCFWD"     # dot1q-l2xcbase
17645   - "L2BDMACLRN"  # dot1q-l2bdbase
17646   layout:
17647     title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
17648     layout: "plot-latency"
17649
17650 - type: "plot"
17651   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
17652   algorithm: "plot_latency_error_bars"
17653   output-file-type: ".html"
17654   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
17655   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17656   filter: "'NIC_Intel-X710' and
17657            '64B' and
17658            'NDRPDR' and
17659            '2T2C' and
17660            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
17661            not 'ACL' and
17662            not 'VHOST' and
17663            not 'L2OVRLAY' and
17664            not 'MEMIF'"
17665   parameters:
17666   - "latency"
17667   - "parent"
17668   - "tags"
17669   sort:
17670   - "L2XCBASE"    # l2xcbase
17671   - "L2BDBASE"    # l2bdbase
17672   - "L2XCFWD"     # dot1q-l2xcbase
17673   - "L2BDMACLRN"  # dot1q-l2bdbase
17674   layout:
17675     title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
17676     layout: "plot-latency"
17677
17678 # Packet Latency - VPP L2 3n-hsw-x710 features-iacl
17679 - type: "plot"
17680   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
17681   algorithm: "plot_latency_error_bars"
17682   output-file-type: ".html"
17683   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
17684   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17685   filter: "'NIC_Intel-X710' and
17686            '64B' and
17687            'NDRPDR' and
17688            '1T1C' and
17689            'FEATURE' and
17690            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17691            'IACL' and
17692            ('ACL1' or 'ACL50') and
17693            ('10K_FLOWS' or '10k_FLOWS') and
17694            not 'MACIP' and
17695            not 'VHOST' and
17696            not 'MEMIF'"
17697   parameters:
17698   - "latency"
17699   - "parent"
17700   - "tags"
17701   layout:
17702     title: "l2sw-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
17703     layout: "plot-latency"
17704
17705 - type: "plot"
17706   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
17707   algorithm: "plot_latency_error_bars"
17708   output-file-type: ".html"
17709   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
17710   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17711   filter: "'NIC_Intel-X710' and
17712            '64B' and
17713            'NDRPDR' and
17714            '2T2C' and
17715            'FEATURE' and
17716            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17717            'IACL' and
17718            ('ACL1' or 'ACL50') and
17719            ('10K_FLOWS' or '10k_FLOWS') and
17720            not 'MACIP' and
17721            not 'VHOST' and
17722            not 'MEMIF'"
17723   parameters:
17724   - "latency"
17725   - "parent"
17726   - "tags"
17727   layout:
17728     title: "l2sw-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
17729     layout: "plot-latency"
17730
17731 # Packet Latency - VPP L2 3n-hsw-xl710 base and scale
17732 - type: "plot"
17733   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
17734   algorithm: "plot_latency_error_bars"
17735   output-file-type: ".html"
17736   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
17737   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17738   filter: "'NIC_Intel-XL710' and
17739            '64B' and
17740            'BASE' and
17741            'NDRPDR' and
17742            'ETH' and
17743            '1T1C' and
17744            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17745            not 'VHOST' and
17746            not 'MEMIF'"
17747   parameters:
17748   - "latency"
17749   - "parent"
17750   - "tags"
17751   sort:
17752   - "L2PATCH"
17753   - "L2XCFWD"
17754   - "L2BDMACLRN"
17755   layout:
17756     title: "l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
17757     layout: "plot-latency"
17758
17759 - type: "plot"
17760   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
17761   algorithm: "plot_latency_error_bars"
17762   output-file-type: ".html"
17763   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
17764   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17765   filter: "'NIC_Intel-XL710' and
17766            '64B' and
17767            'BASE' and
17768            'NDRPDR' and
17769            'ETH' and
17770            '2T2C' and
17771            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17772            not 'VHOST' and
17773            not 'MEMIF'"
17774   parameters:
17775   - "latency"
17776   - "parent"
17777   - "tags"
17778   sort:
17779   - "L2PATCH"
17780   - "L2XCFWD"
17781   - "L2BDMACLRN"
17782   layout:
17783     title: "l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
17784     layout: "plot-latency"
17785
17786 # Packet Latency - VPP L2 3n-skx-x710 base and scale
17787 - type: "plot"
17788   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
17789   algorithm: "plot_latency_error_bars"
17790   output-file-type: ".html"
17791   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
17792   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17793   filter: "'NIC_Intel-X710' and
17794            '64B' and
17795            ('BASE' or 'SCALE') and
17796            'NDRPDR' and
17797            'ETH' and
17798            '2T1C' and
17799            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17800            not 'VHOST' and
17801            not 'MEMIF' and
17802            not 'DRV_AVF'"
17803   parameters:
17804   - "latency"
17805   - "parent"
17806   - "tags"
17807   sort:
17808   - "L2PATCH"
17809   - "L2XCBASE"
17810   - "BASE"
17811   - "FIB_10K"
17812   - "FIB_100K"
17813   - "FIB_1M"
17814   layout:
17815     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
17816     layout: "plot-latency"
17817
17818 - type: "plot"
17819   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
17820   algorithm: "plot_latency_error_bars"
17821   output-file-type: ".html"
17822   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
17823   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17824   filter: "'NIC_Intel-X710' and
17825            '64B' and
17826            ('BASE' or 'SCALE') and
17827            'NDRPDR' and
17828            'ETH' and
17829            '4T2C' and
17830            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17831            not 'VHOST' and
17832            not 'MEMIF' and
17833            not 'DRV_AVF'"
17834   parameters:
17835   - "latency"
17836   - "parent"
17837   - "tags"
17838   sort:
17839   - "L2PATCH"
17840   - "L2XCBASE"
17841   - "BASE"
17842   - "FIB_10K"
17843   - "FIB_100K"
17844   - "FIB_1M"
17845   layout:
17846     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
17847     layout: "plot-latency"
17848
17849 # Packet Latency - VPP L2 3n-skx-x710 features
17850 - type: "plot"
17851   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
17852   algorithm: "plot_latency_error_bars"
17853   output-file-type: ".html"
17854   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
17855   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17856   filter: "'NIC_Intel-X710' and
17857            '64B' and
17858            'NDRPDR' and
17859            '2T1C' and
17860            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
17861            not 'ACL' and
17862            not 'VHOST' and
17863            not 'DRV_AVF' and
17864            not 'L2OVRLAY' and
17865            not 'MEMIF'"
17866   parameters:
17867   - "latency"
17868   - "parent"
17869   - "tags"
17870   sort:
17871   - "L2XCBASE"    # l2xcbase
17872   - "L2BDBASE"    # l2bdbase
17873   - "L2XCFWD"     # dot1q-l2xcbase
17874   - "L2BDMACLRN"  # dot1q-l2bdbase
17875   layout:
17876     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
17877     layout: "plot-latency"
17878
17879 - type: "plot"
17880   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
17881   algorithm: "plot_latency_error_bars"
17882   output-file-type: ".html"
17883   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
17884   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17885   filter: "'NIC_Intel-X710' and
17886            '64B' and
17887            'NDRPDR' and
17888            '4T2C' and
17889            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
17890            not 'ACL' and
17891            not 'VHOST' and
17892            not 'DRV_AVF' and
17893            not 'L2OVRLAY' and
17894            not 'MEMIF'"
17895   parameters:
17896   - "latency"
17897   - "parent"
17898   - "tags"
17899   sort:
17900   - "L2XCBASE"    # l2xcbase
17901   - "L2BDBASE"    # l2bdbase
17902   - "L2XCFWD"     # dot1q-l2xcbase
17903   - "L2BDMACLRN"  # dot1q-l2bdbase
17904   layout:
17905     title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
17906     layout: "plot-latency"
17907
17908 # Packet Latency - VPP L2 3n-skx-x710 features-iacl
17909 - type: "plot"
17910   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
17911   algorithm: "plot_latency_error_bars"
17912   output-file-type: ".html"
17913   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
17914   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17915   filter: "'NIC_Intel-X710' and
17916            '64B' and
17917            'NDRPDR' and
17918            '2T1C' and
17919            'FEATURE' and
17920            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17921            'IACL' and
17922            ('ACL1' or 'ACL50') and
17923            ('10K_FLOWS' or '10k_FLOWS') and
17924            not 'MACIP' and
17925            not 'VHOST' and
17926            not 'MEMIF'"
17927   parameters:
17928   - "latency"
17929   - "parent"
17930   - "tags"
17931   layout:
17932     title: "l2sw-3n-skx-x710-64b-2t1c-features-iacl-ndr"
17933     layout: "plot-latency"
17934
17935 - type: "plot"
17936   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
17937   algorithm: "plot_latency_error_bars"
17938   output-file-type: ".html"
17939   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
17940   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17941   filter: "'NIC_Intel-X710' and
17942            '64B' and
17943            'NDRPDR' and
17944            '4T2C' and
17945            'FEATURE' and
17946            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
17947            'IACL' and
17948            ('ACL1' or 'ACL50') and
17949            ('10K_FLOWS' or '10k_FLOWS') and
17950            not 'MACIP' and
17951            not 'VHOST' and
17952            not 'MEMIF'"
17953   parameters:
17954   - "latency"
17955   - "parent"
17956   - "tags"
17957   layout:
17958     title: "l2sw-3n-skx-x710-64b-4t2c-features-iacl-ndr"
17959     layout: "plot-latency"
17960
17961 # Packet Latency - VPP L2 3n-skx-xxv710 base
17962 - type: "plot"
17963   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
17964   algorithm: "plot_latency_error_bars"
17965   output-file-type: ".html"
17966   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
17967   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17968   filter: "'NIC_Intel-XXV710' and
17969            '64B' and
17970            ('BASE' or 'SCALE') and
17971            'NDRPDR' and
17972            'ETH' and
17973            '2T1C' and
17974            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17975            not 'VHOST' and
17976            not 'MEMIF'"
17977   parameters:
17978   - "latency"
17979   - "parent"
17980   - "tags"
17981   sort:
17982   - "L2PATCH"
17983   - "L2PATCH"
17984   - "L2XCBASE"
17985   - "L2BDMACLRN"
17986   layout:
17987     title: "l2sw-3n-skx-xxv710-64b-2t1c-base-ndr"
17988     layout: "plot-latency"
17989
17990 - type: "plot"
17991   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
17992   algorithm: "plot_latency_error_bars"
17993   output-file-type: ".html"
17994   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
17995   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17996   filter: "'NIC_Intel-XXV710' and
17997            '64B' and
17998            ('BASE' or 'SCALE') and
17999            'NDRPDR' and
18000            'ETH' and
18001            '4T2C' and
18002            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18003            not 'VHOST' and
18004            not 'MEMIF'"
18005   parameters:
18006   - "latency"
18007   - "parent"
18008   - "tags"
18009   sort:
18010   - "L2PATCH"
18011   - "L2PATCH"
18012   - "L2XCBASE"
18013   - "L2BDMACLRN"
18014   layout:
18015     title: "l2sw-3n-skx-xxv710-64b-4t2c-base-ndr"
18016     layout: "plot-latency"
18017
18018 # Packet Latency - VPP L2 2n-skx-x710 base and scale
18019 - type: "plot"
18020   title: "VPP Latency: l2sw-2n-skx-x710-64b-2t1c-base-ndr-lat"
18021   algorithm: "plot_latency_error_bars"
18022   output-file-type: ".html"
18023   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base-ndr-lat"
18024   data: "plot-vpp-throughput-lat-tsa-2n-skx"
18025   filter: "'NIC_Intel-X710' and
18026            '64B' and
18027            'ETH' and
18028            ('BASE' or 'SCALE') and
18029            'NDRPDR' and
18030            '2T1C' and
18031            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18032            not 'VHOST' and
18033            not 'MEMIF'"
18034   parameters:
18035   - "latency"
18036   - "parent"
18037   - "tags"
18038   sort:
18039   - "L2PATCH"
18040   - "L2XCBASE"
18041   - "BASE"
18042   - "FIB_10K"
18043   - "FIB_100K"
18044   - "FIB_1M"
18045   layout:
18046     title: "l2sw-2n-skx-x710-64b-2t1c-base-ndr"
18047     layout: "plot-latency"
18048
18049 - type: "plot"
18050   title: "VPP Latency: l2sw-2n-skx-x710-64b-4t2c-base-ndr-lat"
18051   algorithm: "plot_latency_error_bars"
18052   output-file-type: ".html"
18053   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base-ndr-lat"
18054   data: "plot-vpp-throughput-lat-tsa-2n-skx"
18055   filter: "'NIC_Intel-X710' and
18056            '64B' and
18057            ('BASE' or 'SCALE') and
18058            'NDRPDR' and
18059            'ETH' and
18060            '4T2C' and
18061            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18062            not 'VHOST' and
18063            not 'MEMIF'"
18064   parameters:
18065   - "latency"
18066   - "parent"
18067   - "tags"
18068   sort:
18069   - "L2PATCH"
18070   - "L2XCBASE"
18071   - "BASE"
18072   - "FIB_10K"
18073   - "FIB_100K"
18074   - "FIB_1M"
18075   layout:
18076     title: "l2sw-2n-skx-x710-64b-4t2c-base-ndr"
18077     layout: "plot-latency"
18078
18079 # Packet Latency - VPP L2 2n-skx-xxv710 base and scale
18080 - type: "plot"
18081   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
18082   algorithm: "plot_latency_error_bars"
18083   output-file-type: ".html"
18084   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
18085   data: "plot-vpp-throughput-lat-tsa-2n-skx"
18086   filter: "'NIC_Intel-XXV710' and
18087            '64B' and
18088            ('BASE' or 'SCALE') and
18089            'NDRPDR' and
18090            'ETH' and
18091            '2T1C' and
18092            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18093            not 'VHOST' and
18094            not 'MEMIF'"
18095   parameters:
18096   - "latency"
18097   - "parent"
18098   - "tags"
18099   sort:
18100   - "L2PATCH"
18101   - "L2XCBASE"
18102   - "BASE"
18103   - "FIB_10K"
18104   - "FIB_100K"
18105   - "FIB_1M"
18106   layout:
18107     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
18108     layout: "plot-latency"
18109
18110 - type: "plot"
18111   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
18112   algorithm: "plot_latency_error_bars"
18113   output-file-type: ".html"
18114   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
18115   data: "plot-vpp-throughput-lat-tsa-2n-skx"
18116   filter: "'NIC_Intel-XXV710' and
18117            '64B' and
18118            ('BASE' or 'SCALE') and
18119            'NDRPDR' and
18120            'ETH' and
18121            '4T2C' and
18122            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18123            not 'VHOST' and
18124            not 'MEMIF'"
18125   parameters:
18126   - "latency"
18127   - "parent"
18128   - "tags"
18129   sort:
18130   - "L2PATCH"
18131   - "L2XCBASE"
18132   - "BASE"
18133   - "FIB_10K"
18134   - "FIB_100K"
18135   - "FIB_1M"
18136   layout:
18137     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
18138     layout: "plot-latency"
18139
18140 ################################################################################
18141
18142 # Packet Latency - VPP Container Memif 3n-hsw-x520
18143 - type: "plot"
18144   title: "VPP Latency: memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
18145   algorithm: "plot_latency_error_bars"
18146   output-file-type: ".html"
18147   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
18148   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18149   filter: "'NIC_Intel-X520-DA2' and
18150            '64B' and
18151            ('BASE' or 'SCALE') and
18152            'NDRPDR' and
18153            '1T1C' and
18154            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
18155            not 'VHOST' and
18156            'MEMIF'"
18157   parameters:
18158   - "latency"
18159   - "parent"
18160   - "tags"
18161   sort:
18162   - "L2XCFWD"
18163   - "L2XCFWD"
18164   - "L2XCFWD"
18165   - "L2BDMACLRN"
18166   - "L2BDMACLRN"
18167   - "L2BDMACLRN"
18168   - "IP4FWD"
18169   layout:
18170     title: "memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
18171     layout: "plot-latency"
18172
18173 - type: "plot"
18174   title: "VPP Latency: memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
18175   algorithm: "plot_latency_error_bars"
18176   output-file-type: ".html"
18177   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
18178   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18179   filter: "'NIC_Intel-X520-DA2' and
18180            '64B' and
18181            ('BASE' or 'SCALE') and
18182            'NDRPDR' and
18183            '2T2C' and
18184            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
18185            not 'VHOST' and
18186            'MEMIF'"
18187   parameters:
18188   - "latency"
18189   - "parent"
18190   - "tags"
18191   sort:
18192   - "L2XCFWD"
18193   - "L2XCFWD"
18194   - "L2XCFWD"
18195   - "L2BDMACLRN"
18196   - "L2BDMACLRN"
18197   - "L2BDMACLRN"
18198   - "IP4FWD"
18199   layout:
18200     title: "memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
18201     layout: "plot-latency"
18202
18203 # Packet Latency - VPP Container Memif 3n-hsw-x710
18204 - type: "plot"
18205   title: "VPP Latency: memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
18206   algorithm: "plot_latency_error_bars"
18207   output-file-type: ".html"
18208   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
18209   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18210   filter: "'NIC_Intel-X710' and
18211            '64B' and
18212            ('BASE' or 'SCALE') and
18213            'NDRPDR' and
18214            '1T1C' and
18215            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
18216            not 'VHOST' and
18217            'MEMIF'"
18218   parameters:
18219   - "latency"
18220   - "parent"
18221   - "tags"
18222   sort:
18223   - "L2XCFWD"
18224   - "L2XCFWD"
18225   - "L2XCFWD"
18226   - "L2BDMACLRN"
18227   - "L2BDMACLRN"
18228   - "L2BDMACLRN"
18229   - "IP4FWD"
18230   layout:
18231     title: "memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
18232     layout: "plot-latency"
18233
18234 - type: "plot"
18235   title: "VPP Latency: memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
18236   algorithm: "plot_latency_error_bars"
18237   output-file-type: ".html"
18238   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
18239   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18240   filter: "'NIC_Intel-X710' and
18241            '64B' and
18242            ('BASE' or 'SCALE') and
18243            'NDRPDR' and
18244            '2T2C' and
18245            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
18246            not 'VHOST' and
18247            'MEMIF'"
18248   parameters:
18249   - "latency"
18250   - "parent"
18251   - "tags"
18252   sort:
18253   - "L2XCFWD"
18254   - "L2XCFWD"
18255   - "L2XCFWD"
18256   - "L2BDMACLRN"
18257   - "L2BDMACLRN"
18258   - "L2BDMACLRN"
18259   - "IP4FWD"
18260   layout:
18261     title: "memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
18262     layout: "plot-latency"
18263
18264 # Packet Latency - VPP Container Memif 3n-hsw-xl710
18265 - type: "plot"
18266   title: "VPP Latency: memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr-lat"
18267   algorithm: "plot_latency_error_bars"
18268   output-file-type: ".html"
18269   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr-lat"
18270   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18271   filter: "'NIC_Intel-XL710' and
18272            '64B' and
18273            ('BASE' or 'SCALE') and
18274            'NDRPDR' and
18275            '1T1C' and
18276            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
18277            not 'VHOST' and
18278            'MEMIF'"
18279   parameters:
18280   - "latency"
18281   - "parent"
18282   - "tags"
18283   sort:
18284   - "L2XCFWD"
18285   - "L2XCFWD"
18286   - "L2XCFWD"
18287   - "L2BDMACLRN"
18288   - "L2BDMACLRN"
18289   - "L2BDMACLRN"
18290   - "IP4FWD"
18291   layout:
18292     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr"
18293     layout: "plot-latency"
18294
18295 - type: "plot"
18296   title: "VPP Latency: memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr-lat"
18297   algorithm: "plot_latency_error_bars"
18298   output-file-type: ".html"
18299   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr-lat"
18300   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18301   filter: "'NIC_Intel-XL710' and
18302            '64B' and
18303            ('BASE' or 'SCALE') and
18304            'NDRPDR' and
18305            '2T2C' and
18306            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
18307            not 'VHOST' and
18308            'MEMIF'"
18309   parameters:
18310   - "latency"
18311   - "parent"
18312   - "tags"
18313   sort:
18314   - "L2XCFWD"
18315   - "L2XCFWD"
18316   - "L2XCFWD"
18317   - "L2BDMACLRN"
18318   - "L2BDMACLRN"
18319   - "L2BDMACLRN"
18320   - "IP4FWD"
18321   layout:
18322     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr"
18323     layout: "plot-latency"
18324
18325 # Packet Latency - VPP Container Memif 3n-skx-x710
18326 - type: "plot"
18327   title: "VPP Latency: memif-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
18328   algorithm: "plot_latency_error_bars"
18329   output-file-type: ".html"
18330   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
18331   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18332   filter: "'NIC_Intel-X710' and
18333            '64B' and
18334            ('BASE' or 'SCALE') and
18335            'NDRPDR' and
18336            '2T1C' and
18337            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
18338            not 'VHOST' and
18339            'MEMIF'"
18340   parameters:
18341   - "latency"
18342   - "parent"
18343   - "tags"
18344   sort:
18345   - "L2XCFWD"
18346   - "L2XCFWD"
18347   - "L2XCFWD"
18348   - "L2BDMACLRN"
18349   - "L2BDMACLRN"
18350   - "L2BDMACLRN"
18351   - "IP4FWD"
18352   layout:
18353     title: "memif-3n-skx-x710-64b-2t1c-base_and_features-ndr"
18354     layout: "plot-latency"
18355
18356 - type: "plot"
18357   title: "VPP Latency: memif-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
18358   algorithm: "plot_latency_error_bars"
18359   output-file-type: ".html"
18360   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
18361   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18362   filter: "'NIC_Intel-X710' and
18363            '64B' and
18364            ('BASE' or 'SCALE') and
18365            'NDRPDR' and
18366            '4T2C' and
18367            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
18368            not 'VHOST' and
18369            'MEMIF'"
18370   parameters:
18371   - "latency"
18372   - "parent"
18373   - "tags"
18374   sort:
18375   - "L2XCFWD"
18376   - "L2XCFWD"
18377   - "L2XCFWD"
18378   - "L2BDMACLRN"
18379   - "L2BDMACLRN"
18380   - "L2BDMACLRN"
18381   - "IP4FWD"
18382   layout:
18383     title: "memif-3n-skx-x710-64b-4t2c-base_and_features-ndr"
18384     layout: "plot-latency"
18385
18386 # Packet Latency - VPP Container Memif 2n-skx-x710
18387 - type: "plot"
18388   title: "VPP Latency: memif-2n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
18389   algorithm: "plot_latency_error_bars"
18390   output-file-type: ".html"
18391   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
18392   data: "plot-vpp-throughput-lat-tsa-2n-skx"
18393   filter: "'NIC_Intel-X710' and
18394            '64B' and
18395            ('BASE' or 'SCALE') and
18396            'NDRPDR' and
18397            '2T1C' and
18398            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
18399            not 'VHOST' and
18400            not 'NF_DENSITY' and
18401            'MEMIF'"
18402   parameters:
18403   - "latency"
18404   - "parent"
18405   - "tags"
18406   sort:
18407   - "L2XCFWD"
18408   - "L2XCFWD"
18409   - "L2XCFWD"
18410   - "L2BDMACLRN"
18411   - "L2BDMACLRN"
18412   - "L2BDMACLRN"
18413   - "IP4FWD"
18414   layout:
18415     title: "memif-2n-skx-x710-64b-2t1c-base_and_features-ndr"
18416     layout: "plot-latency"
18417
18418 - type: "plot"
18419   title: "VPP Latency: memif-2n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
18420   algorithm: "plot_latency_error_bars"
18421   output-file-type: ".html"
18422   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
18423   data: "plot-vpp-throughput-lat-tsa-2n-skx"
18424   filter: "'NIC_Intel-X710' and
18425            '64B' and
18426            ('BASE' or 'SCALE') and
18427            'NDRPDR' and
18428            '4T2C' and
18429            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
18430            not 'VHOST' and
18431            not 'NF_DENSITY' and
18432            'MEMIF'"
18433   parameters:
18434   - "latency"
18435   - "parent"
18436   - "tags"
18437   sort:
18438   - "L2XCFWD"
18439   - "L2XCFWD"
18440   - "L2XCFWD"
18441   - "L2BDMACLRN"
18442   - "L2BDMACLRN"
18443   - "L2BDMACLRN"
18444   - "IP4FWD"
18445   layout:
18446     title: "memif-2n-skx-x710-64b-4t2c-base_and_features-ndr"
18447     layout: "plot-latency"
18448
18449 ## Packet Latency - VPP Container Memif 2n-skx-xxv710
18450 #- type: "plot"
18451 #  title: "VPP Latency: memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr-lat"
18452 #  algorithm: "plot_latency_error_bars"
18453 #  output-file-type: ".html"
18454 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr-lat"
18455 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
18456 #  filter: "'NIC_Intel-XXV710' and
18457 #           '64B' and
18458 #           ('BASE' or 'SCALE') and
18459 #           'NDRPDR' and
18460 #           '2T1C' and
18461 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
18462 #           not 'VHOST' and
18463 #           'MEMIF'"
18464 #  parameters:
18465 #  - "latency"
18466 #  - "parent"
18467 #  - "tags"
18468 #  sort:
18469 #  - "L2XCFWD"
18470 #  - "L2XCFWD"
18471 #  - "L2XCFWD"
18472 #  - "L2BDMACLRN"
18473 #  - "L2BDMACLRN"
18474 #  - "L2BDMACLRN"
18475 #  - "IP4FWD"
18476 #  layout:
18477 #    title: "memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
18478 #    layout: "plot-latency"
18479 #
18480 #- type: "plot"
18481 #  title: "VPP Latency: memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr-lat"
18482 #  algorithm: "plot_latency_error_bars"
18483 #  output-file-type: ".html"
18484 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr-lat"
18485 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
18486 #  filter: "'NIC_Intel-XXV710' and
18487 #           '64B' and
18488 #           ('BASE' or 'SCALE') and
18489 #           'NDRPDR' and
18490 #           '4T2C' and
18491 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
18492 #           not 'VHOST' and
18493 #           'MEMIF'"
18494 #  parameters:
18495 #  - "latency"
18496 #  - "parent"
18497 #  - "tags"
18498 #  sort:
18499 #  - "L2XCFWD"
18500 #  - "L2XCFWD"
18501 #  - "L2XCFWD"
18502 #  - "L2BDMACLRN"
18503 #  - "L2BDMACLRN"
18504 #  - "L2BDMACLRN"
18505 #  - "IP4FWD"
18506 #  layout:
18507 #    title: "memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
18508 #    layout: "plot-latency"
18509
18510 ################################################################################
18511
18512 # Packet Latency - VPP Container Memif 3n-hsw-x520 - l2xc
18513 - type: "plot"
18514   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
18515   algorithm: "plot_latency_error_bars"
18516   output-file-type: ".html"
18517   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
18518   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
18519   filter: "'NIC_Intel-X520-DA2' and
18520            '64B' and
18521            ('BASE' or 'SCALE') and
18522            'NDRPDR' and
18523            '1T1C' and
18524            'L2XCFWD' and
18525            not 'VHOST' and
18526            not 'NF_DENSITY' and
18527            'MEMIF'"
18528   parameters:
18529   - "latency"
18530   - "parent"
18531   - "tags"
18532   sort:
18533   - "1VNF"
18534   - "2VNF"
18535   - "4VNF"
18536   - "2VNF"
18537   - "4VNF"
18538   layout:
18539     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
18540     layout: "plot-latency"
18541
18542 - type: "plot"
18543   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
18544   algorithm: "plot_latency_error_bars"
18545   output-file-type: ".html"
18546   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
18547   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
18548   filter: "'NIC_Intel-X520-DA2' and
18549            '64B' and
18550            ('BASE' or 'SCALE') and
18551            'NDRPDR' and
18552            '2T2C' and
18553            'L2XCFWD' and
18554            not 'VHOST' and
18555            not 'NF_DENSITY' and
18556            'MEMIF'"
18557   parameters:
18558   - "latency"
18559   - "parent"
18560   - "tags"
18561   sort:
18562   - "1VNF"
18563   - "2VNF"
18564   - "4VNF"
18565   - "2VNF"
18566   - "4VNF"
18567   layout:
18568     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
18569     layout: "plot-latency"
18570
18571 # Packet Latency - VPP Container Memif 3n-hsw-x520 - l2bd
18572 - type: "plot"
18573   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
18574   algorithm: "plot_latency_error_bars"
18575   output-file-type: ".html"
18576   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
18577   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
18578   filter: "'NIC_Intel-X520-DA2' and
18579            '64B' and
18580            ('BASE' or 'SCALE') and
18581            'NDRPDR' and
18582            '1T1C' and
18583            ('L2BDMACSTAT' or 'L2BDMACLRN') and
18584            not 'VHOST' and
18585            not 'NF_DENSITY' and
18586            'MEMIF'"
18587   parameters:
18588   - "latency"
18589   - "parent"
18590   - "tags"
18591   sort:
18592   - "1VNF"
18593   - "2VNF"
18594   - "4VNF"
18595   - "2VNF"
18596   - "4VNF"
18597   layout:
18598     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
18599     layout: "plot-latency"
18600
18601 - type: "plot"
18602   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
18603   algorithm: "plot_latency_error_bars"
18604   output-file-type: ".html"
18605   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
18606   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
18607   filter: "'NIC_Intel-X520-DA2' and
18608            '64B' and
18609            ('BASE' or 'SCALE') and
18610            'NDRPDR' and
18611            '2T2C' and
18612            ('L2BDMACSTAT' or 'L2BDMACLRN') and
18613            not 'VHOST' and
18614            not 'NF_DENSITY' and
18615            'MEMIF'"
18616   parameters:
18617   - "latency"
18618   - "parent"
18619   - "tags"
18620   sort:
18621   - "1VNF"
18622   - "2VNF"
18623   - "4VNF"
18624   - "2VNF"
18625   - "4VNF"
18626   layout:
18627     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
18628     layout: "plot-latency"
18629
18630 # Packet Latency - VPP Container Memif 3n-hsw-x710 - l2xc
18631 - type: "plot"
18632   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
18633   algorithm: "plot_latency_error_bars"
18634   output-file-type: ".html"
18635   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
18636   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
18637   filter: "'NIC_Intel-X710' and
18638            '64B' and
18639            ('BASE' or 'SCALE') and
18640            'NDRPDR' and
18641            '1T1C' and
18642            'L2XCFWD' and
18643            not 'VHOST' and
18644            not 'NF_DENSITY' and
18645            'MEMIF'"
18646   parameters:
18647   - "latency"
18648   - "parent"
18649   - "tags"
18650   sort:
18651   - "1VNF"
18652   - "2VNF"
18653   - "4VNF"
18654   - "2VNF"
18655   - "4VNF"
18656   layout:
18657     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
18658     layout: "plot-latency"
18659
18660 - type: "plot"
18661   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
18662   algorithm: "plot_latency_error_bars"
18663   output-file-type: ".html"
18664   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
18665   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
18666   filter: "'NIC_Intel-X710' and
18667            '64B' and
18668            ('BASE' or 'SCALE') and
18669            'NDRPDR' and
18670            '2T2C' and
18671            'L2XCFWD' and
18672            not 'VHOST' and
18673            not 'NF_DENSITY' and
18674            'MEMIF'"
18675   parameters:
18676   - "latency"
18677   - "parent"
18678   - "tags"
18679   sort:
18680   - "1VNF"
18681   - "2VNF"
18682   - "4VNF"
18683   - "2VNF"
18684   - "4VNF"
18685   layout:
18686     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
18687     layout: "plot-latency"
18688
18689 # Packet Latency - VPP Container Memif 3n-hsw-x710 - l2bd
18690 - type: "plot"
18691   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
18692   algorithm: "plot_latency_error_bars"
18693   output-file-type: ".html"
18694   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
18695   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
18696   filter: "'NIC_Intel-X710' and
18697            '64B' and
18698            ('BASE' or 'SCALE') and
18699            'NDRPDR' and
18700            '1T1C' and
18701            ('L2BDMACSTAT' or 'L2BDMACLRN') and
18702            not 'VHOST' and
18703            not 'NF_DENSITY' and
18704            'MEMIF'"
18705   parameters:
18706   - "latency"
18707   - "parent"
18708   - "tags"
18709   sort:
18710   - "1VNF"
18711   - "2VNF"
18712   - "4VNF"
18713   - "2VNF"
18714   - "4VNF"
18715   layout:
18716     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
18717     layout: "plot-latency"
18718
18719 - type: "plot"
18720   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
18721   algorithm: "plot_latency_error_bars"
18722   output-file-type: ".html"
18723   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
18724   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
18725   filter: "'NIC_Intel-X710' and
18726            '64B' and
18727            ('BASE' or 'SCALE') and
18728            'NDRPDR' and
18729            '2T2C' and
18730            ('L2BDMACSTAT' or 'L2BDMACLRN') and
18731            not 'VHOST' and
18732            not 'NF_DENSITY' and
18733            'MEMIF'"
18734   parameters:
18735   - "latency"
18736   - "parent"
18737   - "tags"
18738   sort:
18739   - "1VNF"
18740   - "2VNF"
18741   - "4VNF"
18742   - "2VNF"
18743   - "4VNF"
18744   layout:
18745     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
18746     layout: "plot-latency"
18747
18748 ################################################################################
18749
18750 # Packet Latency - VPP IPv4 3n-hsw-x520 base and scale
18751 - type: "plot"
18752   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18753   algorithm: "plot_latency_error_bars"
18754   output-file-type: ".html"
18755   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18756   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18757   filter: "'NIC_Intel-X520-DA2' and
18758            '64B' and
18759            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18760            'NDRPDR' and
18761            '1T1C' and
18762            'IP4FWD' and
18763            not 'IPSEC' and
18764            not 'DOT1Q' and
18765            not 'VHOST'"
18766   parameters:
18767   - "latency"
18768   - "parent"
18769   - "tags"
18770   sort:
18771   - "DOT1Q"
18772   - "IP4BASE"
18773   - "FIB_20K"
18774   - "FIB_200K"
18775   - "FIB_2M"
18776   layout:
18777     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
18778     layout: "plot-latency"
18779
18780 - type: "plot"
18781   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
18782   algorithm: "plot_latency_error_bars"
18783   output-file-type: ".html"
18784   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
18785   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18786   filter: "'NIC_Intel-X520-DA2' and
18787            '64B' and
18788            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18789            'NDRPDR' and
18790            '2T2C' and
18791            'IP4FWD' and
18792            not 'IPSEC' and
18793            not 'DOT1Q' and
18794            not 'VHOST'"
18795   parameters:
18796   - "latency"
18797   - "parent"
18798   - "tags"
18799   sort:
18800   - "DOT1Q"
18801   - "IP4BASE"
18802   - "FIB_20K"
18803   - "FIB_200K"
18804   - "FIB_2M"
18805   layout:
18806     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
18807     layout: "plot-latency"
18808
18809 # Packet Latency - VPP IPv4 3n-hsw-x520 features
18810 - type: "plot"
18811   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
18812   algorithm: "plot_latency_error_bars"
18813   output-file-type: ".html"
18814   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
18815   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18816   filter: "'NIC_Intel-X520-DA2' and
18817            '64B' and
18818            ('IP4BASE' or
18819             'POLICE_MARK' or
18820             'COPWHLIST' or
18821             ('NAT44' and 'BASE') or
18822             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
18823            'NDRPDR' and
18824            '1T1C' and
18825            'IP4FWD' and
18826            not 'IPSEC' and
18827            not 'VHOST'"
18828   parameters:
18829   - "latency"
18830   - "parent"
18831   - "tags"
18832   sort:
18833   - "DOT1Q"
18834   - "IP4BASE"
18835   - "NAT44"
18836   - "POLICE_MARK"
18837   - "COPWHLIST"
18838   - "IACL"
18839   - "OACL"
18840   layout:
18841     title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
18842     layout: "plot-latency"
18843
18844 - type: "plot"
18845   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
18846   algorithm: "plot_latency_error_bars"
18847   output-file-type: ".html"
18848   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
18849   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18850   filter: "'NIC_Intel-X520-DA2' and
18851            '64B' and
18852            ('IP4BASE' or
18853             'POLICE_MARK' or
18854             'COPWHLIST' or
18855             ('NAT44' and 'BASE') or
18856             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
18857            'NDRPDR' and
18858            '2T2C' and
18859            'IP4FWD' and
18860            not 'IPSEC' and
18861            not 'VHOST'"
18862   parameters:
18863   - "latency"
18864   - "parent"
18865   - "tags"
18866   sort:
18867   - "DOT1Q"
18868   - "IP4BASE"
18869   - "NAT44"
18870   - "POLICE_MARK"
18871   - "COPWHLIST"
18872   - "IACL"
18873   - "OACL"
18874   layout:
18875     title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
18876     layout: "plot-latency"
18877
18878 # Packet Latency - VPP IPv4 3n-hsw-x520 features nat44
18879 - type: "plot"
18880   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
18881   algorithm: "plot_latency_error_bars"
18882   output-file-type: ".html"
18883   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
18884   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18885   filter: "'NIC_Intel-X520-DA2' and
18886            '64B' and
18887            'NDRPDR' and
18888            '1T1C' and
18889            'IP4FWD' and
18890            ('NAT44' or 'IP4BASE') and
18891            not 'DOT1Q' and
18892            not 'IPSEC' and
18893            not 'VHOST'"
18894   parameters:
18895   - "latency"
18896   - "parent"
18897   - "tags"
18898   sort:
18899   - "IP4BASE"
18900   - "BASE"
18901   - "SRC_USER_10"
18902   - "SRC_USER_100"
18903   - "SRC_USER_1000"
18904   - "SRC_USER_2000"
18905   layout:
18906     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
18907     layout: "plot-latency"
18908
18909 - type: "plot"
18910   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat"
18911   algorithm: "plot_latency_error_bars"
18912   output-file-type: ".html"
18913   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat"
18914   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18915   filter: "'NIC_Intel-X520-DA2' and
18916            '64B' and
18917            'NDRPDR' and
18918            '2T2C' and
18919            'IP4FWD' and
18920            ('NAT44' or 'IP4BASE') and
18921            not 'DOT1Q' and
18922            not 'IPSEC' and
18923            not 'VHOST'"
18924   parameters:
18925   - "latency"
18926   - "parent"
18927   - "tags"
18928   sort:
18929   - "IP4BASE"
18930   - "BASE"
18931   - "SRC_USER_10"
18932   - "SRC_USER_100"
18933   - "SRC_USER_1000"
18934   - "SRC_USER_2000"
18935   layout:
18936     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
18937     layout: "plot-latency"
18938
18939 # Packet Latency - VPP IPv4 3n-hsw-x520 features iacl
18940 - type: "plot"
18941   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
18942   algorithm: "plot_latency_error_bars"
18943   output-file-type: ".html"
18944   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
18945   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18946   filter: "'NIC_Intel-X520-DA2' and
18947            '64B' and
18948            'NDRPDR' and
18949            '1T1C' and
18950            'IP4FWD' and
18951            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
18952            not 'IPSEC' and
18953            not 'DOT1Q' and
18954            not 'VHOST'"
18955   parameters:
18956   - "latency"
18957   - "parent"
18958   - "tags"
18959   sort:
18960   - "IP4BASE"
18961   - "ACL_STATELESS"
18962   - "ACL_STATEFUL"
18963   - "ACL_STATELESS"
18964   - "ACL_STATEFUL"
18965   layout:
18966     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
18967     layout: "plot-latency"
18968
18969 - type: "plot"
18970   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
18971   algorithm: "plot_latency_error_bars"
18972   output-file-type: ".html"
18973   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
18974   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18975   filter: "'NIC_Intel-X520-DA2' and
18976            '64B' and
18977            'NDRPDR' and
18978            '2T2C' and
18979            'IP4FWD' and
18980            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
18981            not 'IPSEC' and
18982            not 'DOT1Q' and
18983            not 'VHOST'"
18984   parameters:
18985   - "latency"
18986   - "parent"
18987   - "tags"
18988   sort:
18989   - "IP4BASE"
18990   - "ACL_STATELESS"
18991   - "ACL_STATEFUL"
18992   - "ACL_STATELESS"
18993   - "ACL_STATEFUL"
18994   layout:
18995     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
18996     layout: "plot-latency"
18997
18998 # Packet Latency - VPP IPv4 3n-hsw-x520 features oacl
18999 - type: "plot"
19000   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
19001   algorithm: "plot_latency_error_bars"
19002   output-file-type: ".html"
19003   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
19004   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19005   filter: "'NIC_Intel-X520-DA2' and
19006            '64B' and
19007            'NDRPDR' and
19008            '1T1C' and
19009            'IP4FWD' and
19010            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
19011            not 'IPSEC' and
19012            not 'DOT1Q' and
19013            not 'VHOST'"
19014   parameters:
19015   - "latency"
19016   - "parent"
19017   - "tags"
19018   sort:
19019   - "IP4BASE"
19020   - "ACL_STATELESS"
19021   - "ACL_STATEFUL"
19022   - "ACL_STATELESS"
19023   - "ACL_STATEFUL"
19024   layout:
19025     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
19026     layout: "plot-latency"
19027
19028 - type: "plot"
19029   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
19030   algorithm: "plot_latency_error_bars"
19031   output-file-type: ".html"
19032   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
19033   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19034   filter: "'NIC_Intel-X520-DA2' and
19035            '64B' and
19036            'NDRPDR' and
19037            '2T2C' and
19038            'IP4FWD' and
19039            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
19040            not 'IPSEC' and
19041            not 'DOT1Q' and
19042            not 'VHOST'"
19043   parameters:
19044   - "latency"
19045   - "parent"
19046   - "tags"
19047   sort:
19048   - "IP4BASE"
19049   - "ACL_STATELESS"
19050   - "ACL_STATEFUL"
19051   - "ACL_STATELESS"
19052   - "ACL_STATEFUL"
19053   layout:
19054     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
19055     layout: "plot-latency"
19056
19057 # Packet Latency - VPP IPv4 3n-hsw-x710 base and scale
19058 - type: "plot"
19059   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19060   algorithm: "plot_latency_error_bars"
19061   output-file-type: ".html"
19062   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19063   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19064   filter: "'NIC_Intel-X710' and
19065            '64B' and
19066            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19067            'NDRPDR' and
19068            '1T1C' and
19069            'IP4FWD' and
19070            not 'IPSEC' and
19071            not 'DOT1Q' and
19072            not 'VHOST'"
19073   parameters:
19074   - "latency"
19075   - "parent"
19076   - "tags"
19077   sort:
19078   - "IP4BASE"
19079   - "FIB_20K"
19080   - "FIB_200K"
19081   - "FIB_2M"
19082   layout:
19083     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
19084     layout: "plot-latency"
19085
19086 - type: "plot"
19087   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19088   algorithm: "plot_latency_error_bars"
19089   output-file-type: ".html"
19090   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19091   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19092   filter: "'NIC_Intel-X710' and
19093            '64B' and
19094            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19095            'NDRPDR' and
19096            '2T2C' and
19097            'IP4FWD' and
19098            not 'IPSEC' and
19099            not 'DOT1Q' and
19100            not 'VHOST'"
19101   parameters:
19102   - "latency"
19103   - "parent"
19104   - "tags"
19105   sort:
19106   - "IP4BASE"
19107   - "FIB_20K"
19108   - "FIB_200K"
19109   - "FIB_2M"
19110   layout:
19111     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
19112     layout: "plot-latency"
19113
19114 # Packet Latency - VPP IPv4 3n-hsw-x710 features
19115 - type: "plot"
19116   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
19117   algorithm: "plot_latency_error_bars"
19118   output-file-type: ".html"
19119   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
19120   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19121   filter: "'NIC_Intel-X710' and
19122            '64B' and
19123            ('IP4BASE' or
19124             'POLICE_MARK' or
19125             'COPWHLIST' or
19126             ('NAT44' and 'BASE') or
19127             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
19128            'NDRPDR' and
19129            '1T1C' and
19130            'IP4FWD' and
19131            not 'IPSEC' and
19132            not 'VHOST'"
19133   parameters:
19134   - "latency"
19135   - "parent"
19136   - "tags"
19137   sort:
19138   - "DOT1Q"
19139   - "IP4BASE"
19140   - "NAT44"
19141   - "POLICE_MARK"
19142   - "COPWHLIST"
19143   - "IACL"
19144   - "OACL"
19145   layout:
19146     title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
19147     layout: "plot-latency"
19148
19149 - type: "plot"
19150   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
19151   algorithm: "plot_latency_error_bars"
19152   output-file-type: ".html"
19153   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
19154   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19155   filter: "'NIC_Intel-X710' and
19156            '64B' and
19157            ('IP4BASE' or
19158             'POLICE_MARK' or
19159             'COPWHLIST' or
19160             ('NAT44' and 'BASE') or
19161             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
19162            'NDRPDR' and
19163            '2T2C' and
19164            'IP4FWD' and
19165            not 'IPSEC' and
19166            not 'VHOST'"
19167   parameters:
19168   - "latency"
19169   - "parent"
19170   - "tags"
19171   sort:
19172   - "DOT1Q"
19173   - "IP4BASE"
19174   - "NAT44"
19175   - "POLICE_MARK"
19176   - "COPWHLIST"
19177   - "IACL"
19178   - "OACL"
19179   layout:
19180     title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
19181     layout: "plot-latency"
19182
19183 # Packet Latency - VPP IPv4 3n-hsw-x710 features nat44
19184 - type: "plot"
19185   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
19186   algorithm: "plot_latency_error_bars"
19187   output-file-type: ".html"
19188   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
19189   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19190   filter: "'NIC_Intel-X710' and
19191            '64B' and
19192            'NDRPDR' and
19193            '1T1C' and
19194            'IP4FWD' and
19195            ('NAT44' or 'IP4BASE') and
19196            not 'IPSEC' and
19197            not 'VHOST'"
19198   parameters:
19199   - "latency"
19200   - "parent"
19201   - "tags"
19202   sort:
19203   - "IP4BASE"
19204   - "BASE"
19205   - "SRC_USER_10"
19206   - "SRC_USER_100"
19207   - "SRC_USER_1000"
19208   - "SRC_USER_2000"
19209   layout:
19210     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
19211     layout: "plot-latency"
19212
19213 - type: "plot"
19214   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat"
19215   algorithm: "plot_latency_error_bars"
19216   output-file-type: ".html"
19217   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat"
19218   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19219   filter: "'NIC_Intel-X710' and
19220            '64B' and
19221            'NDRPDR' and
19222            '2T2C' and
19223            'IP4FWD' and
19224            ('NAT44' or 'IP4BASE') and
19225            not 'IPSEC' and
19226            not 'VHOST'"
19227   parameters:
19228   - "latency"
19229   - "parent"
19230   - "tags"
19231   sort:
19232   - "IP4BASE"
19233   - "BASE"
19234   - "SRC_USER_10"
19235   - "SRC_USER_100"
19236   - "SRC_USER_1000"
19237   - "SRC_USER_2000"
19238   layout:
19239     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
19240     layout: "plot-latency"
19241
19242 # Packet Latency - VPP IPv4 3n-hsw-x710 features iacl
19243 - type: "plot"
19244   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
19245   algorithm: "plot_latency_error_bars"
19246   output-file-type: ".html"
19247   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
19248   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19249   filter: "'NIC_Intel-X710' and
19250            '64B' and
19251            'NDRPDR' and
19252            '1T1C' and
19253            'IP4FWD' and
19254            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
19255            not 'IPSEC' and
19256            not 'VHOST'"
19257   parameters:
19258   - "latency"
19259   - "parent"
19260   - "tags"
19261   sort:
19262   - "IP4BASE"
19263   - "ACL_STATELESS"
19264   - "ACL_STATEFUL"
19265   - "ACL_STATELESS"
19266   - "ACL_STATEFUL"
19267   layout:
19268     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
19269     layout: "plot-latency"
19270
19271 - type: "plot"
19272   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
19273   algorithm: "plot_latency_error_bars"
19274   output-file-type: ".html"
19275   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
19276   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19277   filter: "'NIC_Intel-X710' and
19278            '64B' and
19279            'NDRPDR' and
19280            '2T2C' and
19281            'IP4FWD' and
19282            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
19283            not 'IPSEC' and
19284            not 'VHOST'"
19285   parameters:
19286   - "latency"
19287   - "parent"
19288   - "tags"
19289   sort:
19290   - "IP4BASE"
19291   - "ACL_STATELESS"
19292   - "ACL_STATEFUL"
19293   - "ACL_STATELESS"
19294   - "ACL_STATEFUL"
19295   layout:
19296     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
19297     layout: "plot-latency"
19298
19299 # Packet Latency - VPP IPv4 3n-hsw-xl710 base and scale
19300 - type: "plot"
19301   title: "VPP Latency: ip4-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
19302   algorithm: "plot_latency_error_bars"
19303   output-file-type: ".html"
19304   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
19305   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19306   filter: "'NIC_Intel-XL710' and
19307            '64B' and
19308            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19309            'NDRPDR' and
19310            '1T1C' and
19311            'IP4FWD' and
19312            not 'IPSEC' and
19313            not 'VHOST'"
19314   parameters:
19315   - "latency"
19316   - "parent"
19317   - "tags"
19318   sort:
19319   - "IP4BASE"
19320   - "FIB_20K"
19321   - "FIB_200K"
19322   - "FIB_2M"
19323   layout:
19324     title: "ip4-3n-hsw-xl710-64b-1t1c-base-ndr"
19325     layout: "plot-latency"
19326
19327 - type: "plot"
19328   title: "VPP Latency: ip4-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
19329   algorithm: "plot_latency_error_bars"
19330   output-file-type: ".html"
19331   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
19332   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19333   filter: "'NIC_Intel-XL710' and
19334            '64B' and
19335            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19336            'NDRPDR' and
19337            '2T2C' and
19338            'IP4FWD' and
19339            not 'IPSEC' and
19340            not 'VHOST'"
19341   parameters:
19342   - "latency"
19343   - "parent"
19344   - "tags"
19345   sort:
19346   - "IP4BASE"
19347   - "FIB_20K"
19348   - "FIB_200K"
19349   - "FIB_2M"
19350   layout:
19351     title: "ip4-3n-hsw-xl710-64b-2t2c-base-ndr"
19352     layout: "plot-latency"
19353
19354 # Packet Latency - VPP IPv4 3n-skx-x710 base and scale
19355 - type: "plot"
19356   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19357   algorithm: "plot_latency_error_bars"
19358   output-file-type: ".html"
19359   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19360   data: "plot-vpp-throughput-lat-tsa-3n-skx"
19361   filter: "'NIC_Intel-X710' and
19362            '64B' and
19363            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19364            'NDRPDR' and
19365            '2T1C' and
19366            'IP4FWD' and
19367            not 'IPSEC' and
19368            not 'DOT1Q' and
19369            not 'VHOST'"
19370   parameters:
19371   - "latency"
19372   - "parent"
19373   - "tags"
19374   sort:
19375   - "IP4BASE"
19376   - "FIB_20K"
19377   - "FIB_200K"
19378   - "FIB_2M"
19379   layout:
19380     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
19381     layout: "plot-latency"
19382
19383 - type: "plot"
19384   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19385   algorithm: "plot_latency_error_bars"
19386   output-file-type: ".html"
19387   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19388   data: "plot-vpp-throughput-lat-tsa-3n-skx"
19389   filter: "'NIC_Intel-X710' and
19390            '64B' and
19391            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19392            'NDRPDR' and
19393            '4T2C' and
19394            'IP4FWD' and
19395            not 'IPSEC' and
19396            not 'DOT1Q' and
19397            not 'VHOST'"
19398   parameters:
19399   - "latency"
19400   - "parent"
19401   - "tags"
19402   sort:
19403   - "IP4BASE"
19404   - "FIB_20K"
19405   - "FIB_200K"
19406   - "FIB_2M"
19407   layout:
19408     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
19409     layout: "plot-latency"
19410
19411 # Packet Latency - VPP IPv4 3n-skx-x710 features oacl
19412 - type: "plot"
19413   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
19414   algorithm: "plot_latency_error_bars"
19415   output-file-type: ".html"
19416   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
19417   data: "plot-vpp-throughput-lat-tsa-3n-skx"
19418   filter: "'NIC_Intel-X710' and
19419            '64B' and
19420            ('IP4BASE' or
19421             'POLICE_MARK' or
19422             'COPWHLIST' or
19423             ('NAT44' and 'BASE') or
19424             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
19425            'NDRPDR' and
19426            '2T1C' and
19427            'IP4FWD' and
19428            not 'IPSEC' and
19429            not 'VHOST'"
19430   parameters:
19431   - "latency"
19432   - "parent"
19433   - "tags"
19434   sort:
19435   - "DOT1Q"
19436   - "IP4BASE"
19437   - "NAT44"
19438   - "POLICE_MARK"
19439   - "COPWHLIST"
19440   - "IACL"
19441   - "OACL"
19442   layout:
19443     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
19444     layout: "plot-latency"
19445
19446 - type: "plot"
19447   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
19448   algorithm: "plot_latency_error_bars"
19449   output-file-type: ".html"
19450   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
19451   data: "plot-vpp-throughput-lat-tsa-3n-skx"
19452   filter: "'NIC_Intel-X710' and
19453            '64B' and
19454            ('IP4BASE' or
19455             'POLICE_MARK' or
19456             'COPWHLIST' or
19457             ('NAT44' and 'BASE') or
19458             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
19459            'NDRPDR' and
19460            '4T2C' and
19461            'IP4FWD' and
19462            not 'IPSEC' and
19463            not 'VHOST'"
19464   parameters:
19465   - "latency"
19466   - "parent"
19467   - "tags"
19468   sort:
19469   - "DOT1Q"
19470   - "IP4BASE"
19471   - "NAT44"
19472   - "POLICE_MARK"
19473   - "COPWHLIST"
19474   - "IACL"
19475   - "OACL"
19476   layout:
19477     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
19478     layout: "plot-latency"
19479
19480 # Packet Latency - VPP IPv4 3n-skx-x710 features nat44
19481 - type: "plot"
19482   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
19483   algorithm: "plot_latency_error_bars"
19484   output-file-type: ".html"
19485   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
19486   data: "plot-vpp-throughput-lat-tsa-3n-skx"
19487   filter: "'NIC_Intel-X710' and
19488            '64B' and
19489            'NDRPDR' and
19490            '2T1C' and
19491            'IP4FWD' and
19492            ('NAT44' or 'IP4BASE') and
19493            not 'IPSEC' and
19494            not 'VHOST'"
19495   parameters:
19496   - "latency"
19497   - "parent"
19498   - "tags"
19499   sort:
19500   - "IP4BASE"
19501   - "BASE"
19502   - "SRC_USER_10"
19503   - "SRC_USER_100"
19504   - "SRC_USER_1000"
19505   - "SRC_USER_2000"
19506   layout:
19507     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
19508     layout: "plot-latency"
19509
19510 - type: "plot"
19511   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat"
19512   algorithm: "plot_latency_error_bars"
19513   output-file-type: ".html"
19514   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat"
19515   data: "plot-vpp-throughput-lat-tsa-3n-skx"
19516   filter: "'NIC_Intel-X710' and
19517            '64B' and
19518            'NDRPDR' and
19519            '4T2C' and
19520            'IP4FWD' and
19521            ('NAT44' or 'IP4BASE') and
19522            not 'IPSEC' and
19523            not 'VHOST'"
19524   parameters:
19525   - "latency"
19526   - "parent"
19527   - "tags"
19528   sort:
19529   - "IP4BASE"
19530   - "BASE"
19531   - "SRC_USER_10"
19532   - "SRC_USER_100"
19533   - "SRC_USER_1000"
19534   - "SRC_USER_2000"
19535   layout:
19536     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
19537     layout: "plot-latency"
19538
19539 # Packet Latency - VPP IPv4 3n-skx-x710 features iacl
19540 - type: "plot"
19541   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
19542   algorithm: "plot_latency_error_bars"
19543   output-file-type: ".html"
19544   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
19545   data: "plot-vpp-throughput-lat-tsa-3n-skx"
19546   filter: "'NIC_Intel-X710' and
19547            '64B' and
19548            'NDRPDR' and
19549            '2T1C' and
19550            'IP4FWD' and
19551            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
19552            not 'IPSEC' and
19553            not 'VHOST'"
19554   parameters:
19555   - "latency"
19556   - "parent"
19557   - "tags"
19558   sort:
19559   - "IP4BASE"
19560   - "ACL_STATELESS"
19561   - "ACL_STATEFUL"
19562   - "ACL_STATELESS"
19563   - "ACL_STATEFUL"
19564   layout:
19565     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
19566     layout: "plot-latency"
19567
19568 - type: "plot"
19569   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
19570   algorithm: "plot_latency_error_bars"
19571   output-file-type: ".html"
19572   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
19573   data: "plot-vpp-throughput-lat-tsa-3n-skx"
19574   filter: "'NIC_Intel-X710' and
19575            '64B' and
19576            'NDRPDR' and
19577            '4T2C' and
19578            'IP4FWD' and
19579            'IACL' and
19580            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
19581            not 'IPSEC' and
19582            not 'VHOST'"
19583   parameters:
19584   - "latency"
19585   - "parent"
19586   - "tags"
19587   sort:
19588   - "IP4BASE"
19589   - "ACL_STATELESS"
19590   - "ACL_STATEFUL"
19591   - "ACL_STATELESS"
19592   - "ACL_STATEFUL"
19593   layout:
19594     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
19595     layout: "plot-latency"
19596
19597 # Packet Latency - VPP IPv4 2n-skx-x710 base and scale
19598 - type: "plot"
19599   title: "VPP Latency: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19600   algorithm: "plot_latency_error_bars"
19601   output-file-type: ".html"
19602   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19603   data: "plot-vpp-throughput-lat-tsa-2n-skx"
19604   filter: "'NIC_Intel-X710' and
19605            '64B' and
19606            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19607            'NDRPDR' and
19608            '2T1C' and
19609            'IP4FWD' and
19610            not 'IPSEC' and
19611            not 'DOT1Q' and
19612            not 'VHOST'"
19613   parameters:
19614   - "latency"
19615   - "parent"
19616   - "tags"
19617   sort:
19618   - "IP4BASE"
19619   - "FIB_20K"
19620   - "FIB_200K"
19621   - "FIB_2M"
19622   layout:
19623     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
19624     layout: "plot-latency"
19625
19626 - type: "plot"
19627   title: "VPP Latency: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19628   algorithm: "plot_latency_error_bars"
19629   output-file-type: ".html"
19630   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19631   data: "plot-vpp-throughput-lat-tsa-2n-skx"
19632   filter: "'NIC_Intel-X710' and
19633            '64B' and
19634            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19635            'NDRPDR' and
19636            '4T2C' and
19637            'IP4FWD' and
19638            not 'IPSEC' and
19639            not 'DOT1Q' and
19640            not 'VHOST'"
19641   parameters:
19642   - "latency"
19643   - "parent"
19644   - "tags"
19645   sort:
19646   - "IP4BASE"
19647   - "FIB_20K"
19648   - "FIB_200K"
19649   - "FIB_2M"
19650   layout:
19651     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
19652     layout: "plot-latency"
19653
19654 # Packet Latency - VPP IPv4 2n-skx-x710 base and scale
19655 - type: "plot"
19656   title: "VPP Latency: ip4-2n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
19657   algorithm: "plot_latency_error_bars"
19658   output-file-type: ".html"
19659   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
19660   data: "plot-vpp-throughput-lat-tsa-2n-skx"
19661   filter: "'NIC_Intel-X710' and
19662            '64B' and
19663            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
19664            'NDRPDR' and
19665            '2T1C' and
19666            'IP4FWD' and
19667            not 'IPSEC' and
19668            not 'DOT1Q' and
19669            not 'VHOST'"
19670   parameters:
19671   - "latency"
19672   - "parent"
19673   - "tags"
19674   sort:
19675   - "IP4BASE"
19676   - "ACL_STATELESS"
19677   - "ACL_STATEFUL"
19678   - "ACL_STATELESS"
19679   - "ACL_STATEFUL"
19680   layout:
19681     title: "ip4-2n-skx-x710-64b-2t1c-features-iacl-ndr"
19682     layout: "plot-latency"
19683
19684 - type: "plot"
19685   title: "VPP Latency: ip4-2n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
19686   algorithm: "plot_latency_error_bars"
19687   output-file-type: ".html"
19688   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
19689   data: "plot-vpp-throughput-lat-tsa-2n-skx"
19690   filter: "'NIC_Intel-X710' and
19691            '64B' and
19692            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
19693            'NDRPDR' and
19694            '4T2C' and
19695            'IP4FWD' and
19696            not 'IPSEC' and
19697            not 'DOT1Q' and
19698            not 'VHOST'"
19699   parameters:
19700   - "latency"
19701   - "parent"
19702   - "tags"
19703   sort:
19704   - "IP4BASE"
19705   - "ACL_STATELESS"
19706   - "ACL_STATEFUL"
19707   - "ACL_STATELESS"
19708   - "ACL_STATEFUL"
19709   layout:
19710     title: "ip4-2n-skx-x710-64b-4t2c-features-iacl-ndr"
19711     layout: "plot-latency"
19712
19713 # Packet Latency - VPP IPv4 2n-skx-xxv710 base and scale
19714 - type: "plot"
19715   title: "VPP Latency: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19716   algorithm: "plot_latency_error_bars"
19717   output-file-type: ".html"
19718   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19719   data: "plot-vpp-throughput-lat-tsa-2n-skx"
19720   filter: "'NIC_Intel-XXV710' and
19721            '64B' and
19722            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19723            'NDRPDR' and
19724            '2T1C' and
19725            'IP4FWD' and
19726            not 'IPSEC' and
19727            not 'DOT1Q' and
19728            not 'VHOST'"
19729   parameters:
19730   - "latency"
19731   - "parent"
19732   - "tags"
19733   sort:
19734   - "IP4BASE"
19735   - "FIB_20K"
19736   - "FIB_200K"
19737   - "FIB_2M"
19738   layout:
19739     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
19740     layout: "plot-latency"
19741
19742 - type: "plot"
19743   title: "VPP Latency: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19744   algorithm: "plot_latency_error_bars"
19745   output-file-type: ".html"
19746   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19747   data: "plot-vpp-throughput-lat-tsa-2n-skx"
19748   filter: "'NIC_Intel-XXV710' and
19749            '64B' and
19750            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19751            'NDRPDR' and
19752            '4T2C' and
19753            'IP4FWD' and
19754            not 'IPSEC' and
19755            not 'DOT1Q' and
19756            not 'VHOST'"
19757   parameters:
19758   - "latency"
19759   - "parent"
19760   - "tags"
19761   sort:
19762   - "IP4BASE"
19763   - "FIB_20K"
19764   - "FIB_200K"
19765   - "FIB_2M"
19766   layout:
19767     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
19768     layout: "plot-latency"
19769
19770 ################################################################################
19771
19772 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520 - features
19773 - type: "plot"
19774   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
19775   algorithm: "plot_latency_error_bars"
19776   output-file-type: ".html"
19777   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
19778   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19779   filter: "'NIC_Intel-X520-DA2' and
19780            '64B' and
19781            'ENCAP' and
19782            'NDRPDR' and
19783            '1T1C' and
19784            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
19785            not 'DOT1Q' and
19786            not 'VHOST' and
19787            not 'IPSECHW'"
19788   parameters:
19789   - "latency"
19790   - "parent"
19791   - "tags"
19792   sort:
19793   - "IP4BASE"
19794   - "L2BDMACLRN"
19795   - "L2XCFWD"
19796   - "LISP"
19797   layout:
19798     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
19799     layout: "plot-latency"
19800
19801 - type: "plot"
19802   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
19803   algorithm: "plot_latency_error_bars"
19804   output-file-type: ".html"
19805   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
19806   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19807   filter: "'NIC_Intel-X520-DA2' and
19808            '64B' and
19809            'ENCAP' and
19810            'NDRPDR' and
19811            '2T2C' and
19812            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
19813            not 'DOT1Q' and
19814            not 'VHOST' and
19815            not 'IPSECHW'"
19816   parameters:
19817   - "latency"
19818   - "parent"
19819   - "tags"
19820   sort:
19821   - "IP4BASE"
19822   - "L2BDMACLRN"
19823   - "L2XCFWD"
19824   - "LISP"
19825   layout:
19826     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
19827     layout: "plot-latency"
19828
19829 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710
19830 - type: "plot"
19831   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19832   algorithm: "plot_latency_error_bars"
19833   output-file-type: ".html"
19834   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19835   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19836   filter: "'NIC_Intel-X710' and
19837            '64B' and
19838            'ENCAP' and
19839            'NDRPDR' and
19840            '1T1C' and
19841            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
19842            not 'VHOST' and
19843            not 'IPSECHW'"
19844   parameters:
19845   - "latency"
19846   - "parent"
19847   - "tags"
19848   sort:
19849   - "IP4BASE"
19850   - "LISP"
19851   - "VXLAN_1"
19852   - "VXLAN_10"
19853   - "VXLAN_100"
19854   - "VXLAN_1000"
19855   layout:
19856     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
19857     layout: "plot-latency"
19858
19859 - type: "plot"
19860   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19861   algorithm: "plot_latency_error_bars"
19862   output-file-type: ".html"
19863   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19864   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19865   filter: "'NIC_Intel-X710' and
19866            '64B' and
19867            'ENCAP' and
19868            'NDRPDR' and
19869            '2T2C' and
19870            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
19871            not 'VHOST' and
19872            not 'IPSECHW'"
19873   parameters:
19874   - "latency"
19875   - "parent"
19876   - "tags"
19877   sort:
19878   - "IP4BASE"
19879   - "LISP"
19880   - "VXLAN_1"
19881   - "VXLAN_10"
19882   - "VXLAN_100"
19883   - "VXLAN_1000"
19884   layout:
19885     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
19886     layout: "plot-latency"
19887
19888 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710 - features
19889 - type: "plot"
19890   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
19891   algorithm: "plot_latency_error_bars"
19892   output-file-type: ".html"
19893   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
19894   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19895   filter: "'NIC_Intel-X710' and
19896            '64B' and
19897            'ENCAP' and
19898            'NDRPDR' and
19899            '1T1C' and
19900            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
19901            not 'DOT1Q' and
19902            not 'VHOST' and
19903            not 'IPSECHW'"
19904   parameters:
19905   - "latency"
19906   - "parent"
19907   - "tags"
19908   sort:
19909   - "IP4BASE"
19910   - "L2BDMACLRN"
19911   - "L2XCFWD"
19912   - "LISP"
19913   layout:
19914     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
19915     layout: "plot-latency"
19916
19917 - type: "plot"
19918   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
19919   algorithm: "plot_latency_error_bars"
19920   output-file-type: ".html"
19921   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
19922   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19923   filter: "'NIC_Intel-X710' and
19924            '64B' and
19925            'ENCAP' and
19926            'NDRPDR' and
19927            '2T2C' and
19928            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
19929            not 'DOT1Q' and
19930            not 'VHOST' and
19931            not 'IPSECHW'"
19932   parameters:
19933   - "latency"
19934   - "parent"
19935   - "tags"
19936   sort:
19937   - "IP4BASE"
19938   - "L2BDMACLRN"
19939   - "L2XCFWD"
19940   - "LISP"
19941   layout:
19942     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
19943     layout: "plot-latency"
19944
19945 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710
19946 - type: "plot"
19947   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19948   algorithm: "plot_latency_error_bars"
19949   output-file-type: ".html"
19950   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19951   data: "plot-vpp-throughput-lat-tsa-3n-skx"
19952   filter: "'NIC_Intel-X710' and
19953            '64B' and
19954            'ENCAP' and
19955            'NDRPDR' and
19956            '2T1C' and
19957            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
19958            not 'VHOST' and
19959            not 'IPSECHW'"
19960   parameters:
19961   - "latency"
19962   - "parent"
19963   - "tags"
19964   sort:
19965   - "IP4BASE"
19966   - "LISP"
19967   - "VXLAN_1"
19968   - "VXLAN_10"
19969   - "VXLAN_100"
19970   - "VXLAN_1000"
19971   layout:
19972     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
19973     layout: "plot-latency"
19974
19975 - type: "plot"
19976   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19977   algorithm: "plot_latency_error_bars"
19978   output-file-type: ".html"
19979   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19980   data: "plot-vpp-throughput-lat-tsa-3n-skx"
19981   filter: "'NIC_Intel-X710' and
19982            '64B' and
19983            'ENCAP' and
19984            'NDRPDR' and
19985            '4T2C' and
19986            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
19987            not 'VHOST' and
19988            not 'IPSECHW'"
19989   parameters:
19990   - "latency"
19991   - "parent"
19992   - "tags"
19993   sort:
19994   - "IP4BASE"
19995   - "LISP"
19996   - "VXLAN_1"
19997   - "VXLAN_10"
19998   - "VXLAN_100"
19999   - "VXLAN_1000"
20000   layout:
20001     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
20002     layout: "plot-latency"
20003
20004 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710 - features
20005 - type: "plot"
20006   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
20007   algorithm: "plot_latency_error_bars"
20008   output-file-type: ".html"
20009   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
20010   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20011   filter: "'NIC_Intel-X710' and
20012            '64B' and
20013            'ENCAP' and
20014            'NDRPDR' and
20015            '2T1C' and
20016            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
20017            not 'DOT1Q' and
20018            not 'VHOST' and
20019            not 'IPSECHW'"
20020   parameters:
20021   - "latency"
20022   - "parent"
20023   - "tags"
20024   sort:
20025   - "IP4BASE"
20026   - "L2BDMACLRN"
20027   - "L2XCFWD"
20028   - "LISP"
20029   layout:
20030     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
20031     layout: "plot-latency"
20032
20033 - type: "plot"
20034   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
20035   algorithm: "plot_latency_error_bars"
20036   output-file-type: ".html"
20037   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
20038   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20039   filter: "'NIC_Intel-X710' and
20040            '64B' and
20041            'ENCAP' and
20042            'NDRPDR' and
20043            '4T2C' and
20044            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
20045            not 'DOT1Q' and
20046            not 'VHOST' and
20047            not 'IPSECHW'"
20048   parameters:
20049   - "latency"
20050   - "parent"
20051   - "tags"
20052   sort:
20053   - "IP4BASE"
20054   - "L2BDMACLRN"
20055   - "L2XCFWD"
20056   - "LISP"
20057   layout:
20058     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
20059     layout: "plot-latency"
20060
20061 ################################################################################
20062
20063 # Packet Latency - VPP IPv6 3n-hsw-x520
20064 - type: "plot"
20065   title: "VPP Latency: ip6-3n-hsw-x520-78b-1t1c-base-ndr-lat"
20066   algorithm: "plot_latency_error_bars"
20067   output-file-type: ".html"
20068   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base-ndr-lat"
20069   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20070   filter: "'NIC_Intel-X520-DA2' and
20071            '78B' and
20072            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20073            'NDRPDR' and
20074            '1T1C' and
20075            'IP6FWD' and
20076            not 'SRv6' and
20077            not 'IPSEC' and
20078            not 'VHOST'"
20079   parameters:
20080   - "latency"
20081   - "parent"
20082   - "tags"
20083   sort:
20084   - "IP6BASE"
20085   - "FIB_20K"
20086   - "FIB_200K"
20087   - "FIB_2M"
20088   layout:
20089     title: "ip6-3n-hsw-x520-78b-1t1c-base-ndr"
20090     layout: "plot-latency"
20091
20092 - type: "plot"
20093   title: "VPP Latency: ip6-3n-hsw-x520-78b-2t2c-base-ndr-lat"
20094   algorithm: "plot_latency_error_bars"
20095   output-file-type: ".html"
20096   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base-ndr-lat"
20097   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20098   filter: "'NIC_Intel-X520-DA2' and
20099            '78B' and
20100            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20101            'NDRPDR' and
20102            '2T2C' and
20103            'IP6FWD' and
20104            not 'SRv6' and
20105            not 'IPSEC' and
20106            not 'VHOST'"
20107   parameters:
20108   - "latency"
20109   - "parent"
20110   - "tags"
20111   sort:
20112   - "IP6BASE"
20113   - "FIB_20K"
20114   - "FIB_200K"
20115   - "FIB_2M"
20116   layout:
20117     title: "ip6-3n-hsw-x520-78b-2t2c-base-ndr"
20118     layout: "plot-latency"
20119
20120 # Packet Latency - VPP IPv6 3n-hsw-x710
20121 - type: "plot"
20122   title: "VPP Latency: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
20123   algorithm: "plot_latency_error_bars"
20124   output-file-type: ".html"
20125   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
20126   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20127   filter: "'NIC_Intel-X710' and
20128            '78B' and
20129            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20130            'NDRPDR' and
20131            '1T1C' and
20132            'IP6FWD' and
20133            not 'SRv6' and
20134            not 'IPSEC' and
20135            not 'VHOST'"
20136   parameters:
20137   - "latency"
20138   - "parent"
20139   - "tags"
20140   sort:
20141   - "IP6BASE"
20142   - "FIB_20K"
20143   - "FIB_200K"
20144   - "FIB_2M"
20145   layout:
20146     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
20147     layout: "plot-latency"
20148
20149 - type: "plot"
20150   title: "VPP Latency: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
20151   algorithm: "plot_latency_error_bars"
20152   output-file-type: ".html"
20153   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
20154   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20155   filter: "'NIC_Intel-X710' and
20156            '78B' and
20157            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20158            'NDRPDR' and
20159            '2T2C' and
20160            'IP6FWD' and
20161            not 'SRv6' and
20162            not 'IPSEC' and
20163            not 'VHOST'"
20164   parameters:
20165   - "latency"
20166   - "parent"
20167   - "tags"
20168   sort:
20169   - "IP6BASE"
20170   - "FIB_20K"
20171   - "FIB_200K"
20172   - "FIB_2M"
20173   layout:
20174     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
20175     layout: "plot-latency"
20176
20177 # Packet Latency - VPP IPv6 3n-hsw-xl710
20178 - type: "plot"
20179   title: "VPP Latency: ip6-3n-hsw-xl710-78b-1t1c-base-ndr-lat"
20180   algorithm: "plot_latency_error_bars"
20181   output-file-type: ".html"
20182   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base-ndr-lat"
20183   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20184   filter: "'NIC_Intel-XL710' and
20185            '78B' and
20186            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20187            'NDRPDR' and
20188            '1T1C' and
20189            'IP6FWD' and
20190            not 'SRv6' and
20191            not 'IPSEC' and
20192            not 'VHOST'"
20193   parameters:
20194   - "latency"
20195   - "parent"
20196   - "tags"
20197   sort:
20198   - "IP6BASE"
20199   - "FIB_20K"
20200   - "FIB_200K"
20201   - "FIB_2M"
20202   layout:
20203     title: "ip6-3n-hsw-xl710-78b-1t1c-base-ndr"
20204     layout: "plot-latency"
20205
20206 - type: "plot"
20207   title: "VPP Latency: ip6-3n-hsw-xl710-78b-2t2c-base-ndr-lat"
20208   algorithm: "plot_latency_error_bars"
20209   output-file-type: ".html"
20210   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base-ndr-lat"
20211   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20212   filter: "'NIC_Intel-XL710' and
20213            '78B' and
20214            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20215            'NDRPDR' and
20216            '2T2C' and
20217            'IP6FWD' and
20218            not 'SRv6' and
20219            not 'IPSEC' and
20220            not 'VHOST'"
20221   parameters:
20222   - "latency"
20223   - "parent"
20224   - "tags"
20225   sort:
20226   - "IP6BASE"
20227   - "FIB_20K"
20228   - "FIB_200K"
20229   - "FIB_2M"
20230   layout:
20231     title: "ip6-3n-hsw-xl710-78b-2t2c-base-ndr"
20232     layout: "plot-latency"
20233
20234 # Packet Latency - VPP IPv6 3n-skx-x710
20235 - type: "plot"
20236   title: "VPP Latency: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
20237   algorithm: "plot_latency_error_bars"
20238   output-file-type: ".html"
20239   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
20240   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20241   filter: "'NIC_Intel-X710' and
20242            '78B' and
20243            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20244            'NDRPDR' and
20245            '2T1C' and
20246            'IP6FWD' and
20247            not 'SRv6' and
20248            not 'IPSEC' and
20249            not 'VHOST'"
20250   parameters:
20251   - "latency"
20252   - "parent"
20253   - "tags"
20254   sort:
20255   - "IP6BASE"
20256   - "FIB_20K"
20257   - "FIB_200K"
20258   - "FIB_2M"
20259   layout:
20260     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
20261     layout: "plot-latency"
20262
20263 - type: "plot"
20264   title: "VPP Latency: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
20265   algorithm: "plot_latency_error_bars"
20266   output-file-type: ".html"
20267   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
20268   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20269   filter: "'NIC_Intel-X710' and
20270            '78B' and
20271            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20272            'NDRPDR' and
20273            '4T2C' and
20274            'IP6FWD' and
20275            not 'SRv6' and
20276            not 'IPSEC' and
20277            not 'VHOST'"
20278   parameters:
20279   - "latency"
20280   - "parent"
20281   - "tags"
20282   sort:
20283   - "IP6BASE"
20284   - "FIB_20K"
20285   - "FIB_200K"
20286   - "FIB_2M"
20287   layout:
20288     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
20289     layout: "plot-latency"
20290
20291 # Packet Latency - VPP IPv6 3n-skx-xxv710
20292 - type: "plot"
20293   title: "VPP Latency: ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
20294   algorithm: "plot_latency_error_bars"
20295   output-file-type: ".html"
20296   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
20297   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20298   filter: "'NIC_Intel-XXV710' and
20299            '78B' and
20300            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20301            'NDRPDR' and
20302            '2T1C' and
20303            'IP6FWD' and
20304            not 'SRv6' and
20305            not 'IPSEC' and
20306            not 'VHOST'"
20307   parameters:
20308   - "latency"
20309   - "parent"
20310   - "tags"
20311   sort:
20312   - "IP6BASE"
20313   - "FIB_20K"
20314   - "FIB_200K"
20315   - "FIB_2M"
20316   layout:
20317     title: "ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
20318     layout: "plot-latency"
20319
20320 - type: "plot"
20321   title: "VPP Latency: ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
20322   algorithm: "plot_latency_error_bars"
20323   output-file-type: ".html"
20324   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
20325   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20326   filter: "'NIC_Intel-XXV710' and
20327            '78B' and
20328            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20329            'NDRPDR' and
20330            '4T2C' and
20331            'IP6FWD' and
20332            not 'SRv6' and
20333            not 'IPSEC' and
20334            not 'VHOST'"
20335   parameters:
20336   - "latency"
20337   - "parent"
20338   - "tags"
20339   sort:
20340   - "IP6BASE"
20341   - "FIB_20K"
20342   - "FIB_200K"
20343   - "FIB_2M"
20344   layout:
20345     title: "ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
20346     layout: "plot-latency"
20347
20348 # Packet Latency - VPP IPv6 2n-skx-x710
20349 - type: "plot"
20350   title: "VPP Latency: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
20351   algorithm: "plot_latency_error_bars"
20352   output-file-type: ".html"
20353   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
20354   data: "plot-vpp-throughput-lat-tsa-2n-skx"
20355   filter: "'NIC_Intel-X710' and
20356            '78B' and
20357            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20358            'NDRPDR' and
20359            '2T1C' and
20360            'IP6FWD' and
20361            not 'SRv6' and
20362            not 'IPSEC' and
20363            not 'VHOST'"
20364   parameters:
20365   - "latency"
20366   - "parent"
20367   - "tags"
20368   sort:
20369   - "IP6BASE"
20370   - "FIB_20K"
20371   - "FIB_200K"
20372   - "FIB_2M"
20373   layout:
20374     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
20375     layout: "plot-latency"
20376
20377 - type: "plot"
20378   title: "VPP Latency: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
20379   algorithm: "plot_latency_error_bars"
20380   output-file-type: ".html"
20381   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
20382   data: "plot-vpp-throughput-lat-tsa-2n-skx"
20383   filter: "'NIC_Intel-X710' and
20384            '78B' and
20385            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20386            'NDRPDR' and
20387            '4T2C' and
20388            'IP6FWD' and
20389            not 'SRv6' and
20390            not 'IPSEC' and
20391            not 'VHOST'"
20392   parameters:
20393   - "latency"
20394   - "parent"
20395   - "tags"
20396   sort:
20397   - "IP6BASE"
20398   - "FIB_20K"
20399   - "FIB_200K"
20400   - "FIB_2M"
20401   layout:
20402     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
20403     layout: "plot-latency"
20404
20405 # Packet Latency - VPP IPv6 2n-skx-xxv710
20406 - type: "plot"
20407   title: "VPP Latency: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
20408   algorithm: "plot_latency_error_bars"
20409   output-file-type: ".html"
20410   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
20411   data: "plot-vpp-throughput-lat-tsa-2n-skx"
20412   filter: "'NIC_Intel-XXV710' and
20413            '78B' and
20414            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20415            'NDRPDR' and
20416            '2T1C' and
20417            'IP6FWD' and
20418            not 'SRv6' and
20419            not 'IPSEC' and
20420            not 'VHOST'"
20421   parameters:
20422   - "latency"
20423   - "parent"
20424   - "tags"
20425   sort:
20426   - "IP6BASE"
20427   - "FIB_20K"
20428   - "FIB_200K"
20429   - "FIB_2M"
20430   layout:
20431     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
20432     layout: "plot-latency"
20433
20434 - type: "plot"
20435   title: "VPP Latency: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
20436   algorithm: "plot_latency_error_bars"
20437   output-file-type: ".html"
20438   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
20439   data: "plot-vpp-throughput-lat-tsa-2n-skx"
20440   filter: "'NIC_Intel-XXV710' and
20441            '78B' and
20442            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20443            'NDRPDR' and
20444            '4T2C' and
20445            'IP6FWD' and
20446            not 'SRv6' and
20447            not 'IPSEC' and
20448            not 'VHOST'"
20449   parameters:
20450   - "latency"
20451   - "parent"
20452   - "tags"
20453   sort:
20454   - "IP6BASE"
20455   - "FIB_20K"
20456   - "FIB_200K"
20457   - "FIB_2M"
20458   layout:
20459     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
20460     layout: "plot-latency"
20461
20462 ################################################################################
20463
20464 # Packet Latency - VPP IPv6 tunnels 3n-hsw-x520
20465 - type: "plot"
20466   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-1t1c-base-ndr-lat"
20467   algorithm: "plot_latency_error_bars"
20468   output-file-type: ".html"
20469   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base-ndr-lat"
20470   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20471   filter: "'NIC_Intel-X520-DA2' and
20472            '78B' and
20473            'ENCAP' and
20474            'NDRPDR' and
20475            '1T1C' and
20476            'LISP' and
20477            not 'VHOST'"
20478   parameters:
20479   - "latency"
20480   - "parent"
20481   - "tags"
20482   sort:
20483   - "IP4UNRLAY"
20484   - "IP6UNRLAY"
20485   layout:
20486     title: "ip6tun-3n-hsw-x520-78b-1t1c-base-ndr"
20487     layout: "plot-latency"
20488
20489 - type: "plot"
20490   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-2t2c-base-ndr-lat"
20491   algorithm: "plot_latency_error_bars"
20492   output-file-type: ".html"
20493   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base-ndr-lat"
20494   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20495   filter: "'NIC_Intel-X520-DA2' and
20496            '78B' and
20497            'ENCAP' and
20498            'NDRPDR' and
20499            '2T2C' and
20500            'LISP' and
20501            not 'VHOST'"
20502   parameters:
20503   - "latency"
20504   - "parent"
20505   - "tags"
20506   sort:
20507   - "IP4UNRLAY"
20508   - "IP6UNRLAY"
20509   layout:
20510     title: "ip6tun-3n-hsw-x520-78b-2t2c-base-ndr"
20511     layout: "plot-latency"
20512
20513 ################################################################################
20514
20515 # Packet Latency - VPP IPSec 3n-hsw-xl710 base
20516 - type: "plot"
20517   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
20518   algorithm: "plot_latency_error_bars"
20519   output-file-type: ".html"
20520   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
20521   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20522   filter: "'NIC_Intel-XL710' and
20523            '64B' and
20524            'IP4FWD' and
20525            'NDRPDR' and
20526            'BASE' and
20527            '1T1C' and
20528            'IPSECHW' and
20529            ('IPSECTRAN' or 'IPSECTUN') and
20530            not 'VHOST'"
20531   parameters:
20532   - "latency"
20533   - "parent"
20534   - "tags"
20535   layout:
20536     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
20537     layout: "plot-latency"
20538
20539 - type: "plot"
20540   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
20541   algorithm: "plot_latency_error_bars"
20542   output-file-type: ".html"
20543   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
20544   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20545   filter: "'NIC_Intel-XL710' and
20546            '64B' and
20547            'IP4FWD' and
20548            'NDRPDR' and
20549            'BASE' and
20550            '2T2C' and
20551            'IPSECHW' and
20552            ('IPSECTRAN' or 'IPSECTUN') and
20553            not 'VHOST'"
20554   parameters:
20555   - "latency"
20556   - "parent"
20557   - "tags"
20558   layout:
20559     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
20560     layout: "plot-latency"
20561
20562 # Packet Latency - VPP IPSec 3n-hsw-xl710 scale
20563 - type: "plot"
20564   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
20565   algorithm: "plot_latency_error_bars"
20566   output-file-type: ".html"
20567   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
20568   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20569   filter: "'NIC_Intel-XL710' and
20570            '64B' and
20571            'IP4FWD' and
20572            'NDRPDR' and
20573            'SCALE' and
20574            '1T1C' and
20575            'IPSECHW' and
20576            ('IPSECTRAN' or 'IPSECTUN') and
20577            not 'VHOST'"
20578   parameters:
20579   - "latency"
20580   - "parent"
20581   - "tags"
20582   layout:
20583     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
20584     layout: "plot-latency"
20585
20586 - type: "plot"
20587   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
20588   algorithm: "plot_latency_error_bars"
20589   output-file-type: ".html"
20590   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
20591   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20592   filter: "'NIC_Intel-XL710' and
20593            '64B' and
20594            'IP4FWD' and
20595            'NDRPDR' and
20596            'SCALE' and
20597            '2T2C' and
20598            'IPSECHW' and
20599            ('IPSECTRAN' or 'IPSECTUN') and
20600            not 'VHOST'"
20601   parameters:
20602   - "latency"
20603   - "parent"
20604   - "tags"
20605   layout:
20606     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
20607     layout: "plot-latency"
20608
20609 # Packet Latency - VPP IPSec 3n-hsw-xl710 sw
20610 - type: "plot"
20611   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat"
20612   algorithm: "plot_latency_error_bars"
20613   output-file-type: ".html"
20614   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat"
20615   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20616   filter: "'NIC_Intel-XL710' and
20617            '64B' and
20618            'IP4FWD' and
20619            'NDRPDR' and
20620            '1T1C' and
20621            'IPSECSW' and
20622            ('IPSECTRAN' or 'IPSECTUN') and
20623            not 'VHOST'"
20624   parameters:
20625   - "latency"
20626   - "parent"
20627   - "tags"
20628   layout:
20629     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
20630     layout: "plot-latency"
20631
20632 - type: "plot"
20633   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
20634   algorithm: "plot_latency_error_bars"
20635   output-file-type: ".html"
20636   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
20637   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20638   filter: "'NIC_Intel-XL710' and
20639            '64B' and
20640            'IP4FWD' and
20641            'NDRPDR' and
20642            '2T2C' and
20643            'IPSECSW' and
20644            ('IPSECTRAN' or 'IPSECTUN') and
20645            not 'VHOST'"
20646   parameters:
20647   - "latency"
20648   - "parent"
20649   - "tags"
20650   layout:
20651     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
20652     layout: "plot-latency"
20653
20654 ################################################################################
20655
20656 # Packet Latency - VPP SRv6 3n-hsw-x520
20657 - type: "plot"
20658   title: "VPP Latency: srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
20659   algorithm: "plot_latency_error_bars"
20660   output-file-type: ".html"
20661   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
20662   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20663   filter: "'NIC_Intel-X520-DA2' and
20664            '78B' and
20665            'FEATURE' and
20666            'NDRPDR' and
20667            '1T1C' and
20668            'IP6FWD' and
20669            'SRv6'"
20670   parameters:
20671   - "latency"
20672   - "parent"
20673   - "tags"
20674   layout:
20675     title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
20676     layout: "plot-latency"
20677
20678 - type: "plot"
20679   title: "VPP Latency: srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
20680   algorithm: "plot_latency_error_bars"
20681   output-file-type: ".html"
20682   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
20683   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20684   filter: "'NIC_Intel-X520-DA2' and
20685            '78B' and
20686            'FEATURE' and
20687            'NDRPDR' and
20688            '2T2C' and
20689            'IP6FWD' and
20690            'SRv6'"
20691   parameters:
20692   - "latency"
20693   - "parent"
20694   - "tags"
20695   layout:
20696     title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
20697     layout: "plot-latency"
20698
20699 ################################################################################
20700
20701 # Packet Latency - VPP vhost ip4 3n-hsw-x520
20702 - type: "plot"
20703   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
20704   algorithm: "plot_latency_error_bars"
20705   output-file-type: ".html"
20706   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
20707   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20708   filter: "'NIC_Intel-X520-DA2' and
20709            '64B' and
20710            'NDRPDR' and
20711            'ETH' and
20712            'IP4FWD' and
20713            '1T1C' and
20714            'VHOST_1024' and
20715            not 'VXLAN' and
20716            not 'DOT1Q'"
20717   parameters:
20718   - "latency"
20719   - "parent"
20720   - "tags"
20721   sort:
20722   - "not CFS_OPT"
20723   - "1VM"
20724   - "2VM"
20725   layout:
20726     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
20727     layout: "plot-latency"
20728
20729 - type: "plot"
20730   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
20731   algorithm: "plot_latency_error_bars"
20732   output-file-type: ".html"
20733   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
20734   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20735   filter: "'NIC_Intel-X520-DA2' and
20736            '64B' and
20737            'NDRPDR' and
20738            'ETH' and
20739            'IP4FWD' and
20740            '2T2C' and
20741            'VHOST_1024' and
20742            not 'VXLAN' and
20743            not 'DOT1Q'"
20744   parameters:
20745   - "latency"
20746   - "parent"
20747   - "tags"
20748   sort:
20749   - "not CFS_OPT"
20750   - "1VM"
20751   - "2VM"
20752   layout:
20753     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
20754     layout: "plot-latency"
20755
20756 # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base
20757 - type: "plot"
20758   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
20759   algorithm: "plot_latency_error_bars"
20760   output-file-type: ".html"
20761   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
20762   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20763   filter: "'NIC_Intel-X520-DA2' and
20764            '64B' and
20765            'NDRPDR' and
20766            ('ETH' or 'DOT1Q') and
20767            'BASE' and
20768            '1T1C' and
20769            ('L2BDMACLRN' or 'L2XCFWD') and
20770            'VHOST_1024' and
20771            not 'VXLAN' and
20772            not 'IP4FWD' and
20773            not '2VM'"
20774   parameters:
20775   - "latency"
20776   - "parent"
20777   - "tags"
20778   sort:
20779   - "L2BDMACLRN"
20780   - "L2BDMACLRN"
20781   - "L2BDMACLRN"
20782   - "L2XCFWD"
20783   - "L2XCFWD"
20784   - "L2XCFWD"
20785   layout:
20786     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
20787     layout: "plot-latency"
20788
20789 - type: "plot"
20790   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
20791   algorithm: "plot_latency_error_bars"
20792   output-file-type: ".html"
20793   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
20794   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20795   filter: "'NIC_Intel-X520-DA2' and
20796            '64B' and
20797            'NDRPDR' and
20798            ('ETH' or 'DOT1Q') and
20799            'BASE' and
20800            '2T2C' and
20801            ('L2BDMACLRN' or 'L2XCFWD') and
20802            'VHOST_1024' and
20803            not 'VXLAN' and
20804            not 'IP4FWD' and
20805            not '2VM'"
20806   parameters:
20807   - "latency"
20808   - "parent"
20809   - "tags"
20810   sort:
20811   - "L2BDMACLRN"
20812   - "L2BDMACLRN"
20813   - "L2BDMACLRN"
20814   - "L2XCFWD"
20815   - "L2XCFWD"
20816   - "L2XCFWD"
20817   layout:
20818     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
20819     layout: "plot-latency"
20820
20821 # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base vm
20822 - type: "plot"
20823   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
20824   algorithm: "plot_latency_error_bars"
20825   output-file-type: ".html"
20826   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
20827   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20828   filter: "'NIC_Intel-X520-DA2' and
20829            '64B' and
20830            'NDRPDR' and
20831            ('ETH' or 'DOT1Q') and
20832            '1T1C' and
20833            ('L2BDMACLRN' or 'L2XCFWD') and
20834            'VHOST_1024' and
20835            not 'CFS_OPT' and
20836            not 'DOT1Q' and
20837            not 'VXLAN' and
20838            not 'IP4FWD' and
20839            not 'LBOND'"
20840   parameters:
20841   - "latency"
20842   - "parent"
20843   - "tags"
20844 #  sort:
20845 #  - "1VM"
20846 #  - "L2XCFWD"
20847 #  - "1VM"
20848 #  - "L2BDMACLRN"
20849   layout:
20850     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
20851     layout: "plot-latency"
20852
20853 - type: "plot"
20854   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
20855   algorithm: "plot_latency_error_bars"
20856   output-file-type: ".html"
20857   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
20858   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20859   filter: "'NIC_Intel-X520-DA2' and
20860            '64B' and
20861            'NDRPDR' and
20862            ('ETH' or 'DOT1Q') and
20863            '2T2C' and
20864            ('L2BDMACLRN' or 'L2XCFWD') and
20865            'VHOST_1024' and
20866            not 'CFS_OPT' and
20867            not 'DOT1Q' and
20868            not 'VXLAN' and
20869            not 'IP4FWD' and
20870            not 'LBOND'"
20871   parameters:
20872   - "latency"
20873   - "parent"
20874   - "tags"
20875 #  sort:
20876 #  - "1VM"
20877 #  - "L2XCFWD"
20878 #  - "1VM"
20879 #  - "L2BDMACLRN"
20880   layout:
20881     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
20882     layout: "plot-latency"
20883
20884 # Packet Latency - VPP vhost ip4 3n-hsw-x710
20885 - type: "plot"
20886   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20887   algorithm: "plot_latency_error_bars"
20888   output-file-type: ".html"
20889   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20890   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20891   filter: "'NIC_Intel-X710' and
20892            '64B' and
20893            'NDRPDR' and
20894            'ETH' and
20895            'IP4FWD' and
20896            '1T1C' and
20897            'VHOST_1024' and
20898            not 'VXLAN' and
20899            not 'CFS_OPT' and
20900            not 'DOT1Q'"
20901   parameters:
20902   - "latency"
20903   - "parent"
20904   - "tags"
20905   sort:
20906   - "1VM"
20907   - "2VM"
20908   layout:
20909     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
20910     layout: "plot-latency"
20911
20912 - type: "plot"
20913   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20914   algorithm: "plot_latency_error_bars"
20915   output-file-type: ".html"
20916   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20917   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20918   filter: "'NIC_Intel-X710' and
20919            '64B' and
20920            'NDRPDR' and
20921            'ETH' and
20922            'IP4FWD' and
20923            '2T2C' and
20924            'VHOST_1024' and
20925            not 'VXLAN' and
20926            not 'CFS_OPT' and
20927            not 'DOT1Q'"
20928   parameters:
20929   - "latency"
20930   - "parent"
20931   - "tags"
20932   sort:
20933   - "1VM"
20934   - "2VM"
20935   layout:
20936     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
20937     layout: "plot-latency"
20938
20939 # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base
20940 - type: "plot"
20941   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
20942   algorithm: "plot_latency_error_bars"
20943   output-file-type: ".html"
20944   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
20945   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20946   filter: "'NIC_Intel-X710' and
20947            '64B' and
20948            'NDRPDR' and
20949            ('ETH' or 'DOT1Q') and
20950            'BASE' and
20951            '1T1C' and
20952            ('L2BDMACLRN' or 'L2XCFWD') and
20953            'VHOST_1024' and
20954            not 'VXLAN' and
20955            not 'IP4FWD' and
20956            not '2VM'"
20957   parameters:
20958   - "latency"
20959   - "parent"
20960   - "tags"
20961   sort:
20962   - "L2BDMACLRN"
20963   - "L2BDMACLRN"
20964   - "L2BDMACLRN"
20965   - "L2XCFWD"
20966   - "L2XCFWD"
20967   - "L2XCFWD"
20968   layout:
20969     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
20970     layout: "plot-latency"
20971
20972 - type: "plot"
20973   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
20974   algorithm: "plot_latency_error_bars"
20975   output-file-type: ".html"
20976   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
20977   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20978   filter: "'NIC_Intel-X710' and
20979            '64B' and
20980            'NDRPDR' and
20981            ('ETH' or 'DOT1Q') and
20982            'BASE' and
20983            '2T2C' and
20984            ('L2BDMACLRN' or 'L2XCFWD') and
20985            'VHOST_1024' and
20986            not 'VXLAN' and
20987            not 'IP4FWD' and
20988            not '2VM'"
20989   parameters:
20990   - "latency"
20991   - "parent"
20992   - "tags"
20993   sort:
20994   - "L2BDMACLRN"
20995   - "L2BDMACLRN"
20996   - "L2BDMACLRN"
20997   - "L2XCFWD"
20998   - "L2XCFWD"
20999   - "L2XCFWD"
21000   layout:
21001     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
21002     layout: "plot-latency"
21003
21004 # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base vm
21005 - type: "plot"
21006   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr-lat"
21007   algorithm: "plot_latency_error_bars"
21008   output-file-type: ".html"
21009   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr-lat"
21010   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21011   filter: "'NIC_Intel-X710' and
21012            '64B' and
21013            'NDRPDR' and
21014            ('ETH' or 'DOT1Q') and
21015            '1T1C' and
21016            ('L2BDMACLRN' or 'L2XCFWD') and
21017            'VHOST_1024' and
21018            not 'CFS_OPT' and
21019            not 'VXLAN' and
21020            not 'IP4FWD' and
21021            not 'LBOND'"
21022   parameters:
21023   - "latency"
21024   - "parent"
21025   - "tags"
21026   sort:
21027   - "L2BDMACLRN"
21028   - "L2BDMACLRN"
21029   - "L2BDMACLRN"
21030   - "L2XCFWD"
21031   - "L2XCFWD"
21032   - "L2XCFWD"
21033   layout:
21034     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr"
21035     layout: "plot-latency"
21036
21037 - type: "plot"
21038   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr-lat"
21039   algorithm: "plot_latency_error_bars"
21040   output-file-type: ".html"
21041   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr-lat"
21042   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21043   filter: "'NIC_Intel-X710' and
21044            '64B' and
21045            'NDRPDR' and
21046            ('ETH' or 'DOT1Q') and
21047            '2T2C' and
21048            ('L2BDMACLRN' or 'L2XCFWD') and
21049            'VHOST_1024' and
21050            not 'CFS_OPT' and
21051            not 'VXLAN' and
21052            not 'IP4FWD' and
21053            not 'LBOND'"
21054   parameters:
21055   - "latency"
21056   - "parent"
21057   - "tags"
21058   sort:
21059   - "L2BDMACLRN"
21060   - "L2BDMACLRN"
21061   - "L2BDMACLRN"
21062   - "L2XCFWD"
21063   - "L2XCFWD"
21064   - "L2XCFWD"
21065   layout:
21066     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr"
21067     layout: "plot-latency"
21068
21069 # Packet Latency - VPP vhost ip4 3n-skx-x710
21070 - type: "plot"
21071   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
21072   algorithm: "plot_latency_error_bars"
21073   output-file-type: ".html"
21074   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
21075   data: "plot-vpp-throughput-lat-tsa-3n-skx"
21076   filter: "'NIC_Intel-X710' and
21077            '64B' and
21078            'NDRPDR' and
21079            'ETH' and
21080            'IP4FWD' and
21081            '2T1C' and
21082            'VHOST_1024' and
21083            not 'VXLAN' and
21084            not 'DOT1Q'"
21085   parameters:
21086   - "latency"
21087   - "parent"
21088   - "tags"
21089   sort:
21090   - "1VM"
21091   - "2VM"
21092   layout:
21093     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
21094     layout: "plot-latency"
21095
21096 - type: "plot"
21097   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
21098   algorithm: "plot_latency_error_bars"
21099   output-file-type: ".html"
21100   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
21101   data: "plot-vpp-throughput-lat-tsa-3n-skx"
21102   filter: "'NIC_Intel-X710' and
21103            '64B' and
21104            'NDRPDR' and
21105            'ETH' and
21106            'IP4FWD' and
21107            '4T2C' and
21108            'VHOST_1024' and
21109            not 'VXLAN' and
21110            not 'DOT1Q'"
21111   parameters:
21112   - "latency"
21113   - "parent"
21114   - "tags"
21115   sort:
21116   - "1VM"
21117   - "2VM"
21118   layout:
21119     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
21120     layout: "plot-latency"
21121
21122 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base
21123 - type: "plot"
21124   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
21125   algorithm: "plot_latency_error_bars"
21126   output-file-type: ".html"
21127   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
21128   data: "plot-vpp-throughput-lat-tsa-3n-skx"
21129   filter: "'NIC_Intel-X710' and
21130            '64B' and
21131            'NDRPDR' and
21132            ('ETH' or 'DOT1Q') and
21133            'BASE' and
21134            '2T1C' and
21135            ('L2BDMACLRN' or 'L2XCFWD') and
21136            'VHOST_1024' and
21137            not 'VXLAN' and
21138            not 'IP4FWD' and
21139            not '2VM'"
21140   parameters:
21141   - "latency"
21142   - "parent"
21143   - "tags"
21144   sort:
21145   - "L2BDMACLRN"
21146   - "L2BDMACLRN"
21147   - "L2BDMACLRN"
21148   - "L2XCFWD"
21149   - "L2XCFWD"
21150   - "L2XCFWD"
21151   layout:
21152     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr"
21153     layout: "plot-latency"
21154
21155 - type: "plot"
21156   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
21157   algorithm: "plot_latency_error_bars"
21158   output-file-type: ".html"
21159   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
21160   data: "plot-vpp-throughput-lat-tsa-3n-skx"
21161   filter: "'NIC_Intel-X710' and
21162            '64B' and
21163            'NDRPDR' and
21164            ('ETH' or 'DOT1Q') and
21165            'BASE' and
21166            '4T2C' and
21167            ('L2BDMACLRN' or 'L2XCFWD') and
21168            'VHOST_1024' and
21169            not 'VXLAN' and
21170            not 'IP4FWD' and
21171            not '2VM'"
21172   parameters:
21173   - "latency"
21174   - "parent"
21175   - "tags"
21176   sort:
21177   - "L2BDMACLRN"
21178   - "L2BDMACLRN"
21179   - "L2BDMACLRN"
21180   - "L2XCFWD"
21181   - "L2XCFWD"
21182   - "L2XCFWD"
21183   layout:
21184     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr"
21185     layout: "plot-latency"
21186
21187 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base vm
21188 - type: "plot"
21189   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr-lat"
21190   algorithm: "plot_latency_error_bars"
21191   output-file-type: ".html"
21192   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr-lat"
21193   data: "plot-vpp-throughput-lat-tsa-3n-skx"
21194   filter: "'NIC_Intel-X710' and
21195            '64B' and
21196            'NDRPDR' and
21197            ('ETH' or 'DOT1Q') and
21198            '2T1C' and
21199            ('L2BDMACLRN' or 'L2XCFWD') and
21200            'VHOST_1024' and
21201            not 'CFS_OPT' and
21202            not 'VXLAN' and
21203            not 'IP4FWD' and
21204            not 'LBOND'"
21205   parameters:
21206   - "latency"
21207   - "parent"
21208   - "tags"
21209   sort:
21210   - "L2BDMACLRN"
21211   - "L2BDMACLRN"
21212   - "L2BDMACLRN"
21213   - "L2XCFWD"
21214   - "L2XCFWD"
21215   - "L2XCFWD"
21216   layout:
21217     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr"
21218     layout: "plot-latency"
21219
21220 - type: "plot"
21221   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr-lat"
21222   algorithm: "plot_latency_error_bars"
21223   output-file-type: ".html"
21224   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr-lat"
21225   data: "plot-vpp-throughput-lat-tsa-3n-skx"
21226   filter: "'NIC_Intel-X710' and
21227            '64B' and
21228            'NDRPDR' and
21229            ('ETH' or 'DOT1Q') and
21230            '4T2C' and
21231            ('L2BDMACLRN' or 'L2XCFWD') and
21232            'VHOST_1024' and
21233            not 'CFS_OPT' and
21234            not 'VXLAN' and
21235            not 'IP4FWD' and
21236            not 'LBOND'"
21237   parameters:
21238   - "latency"
21239   - "parent"
21240   - "tags"
21241   sort:
21242   - "L2BDMACLRN"
21243   - "L2BDMACLRN"
21244   - "L2BDMACLRN"
21245   - "L2XCFWD"
21246   - "L2XCFWD"
21247   - "L2XCFWD"
21248   layout:
21249     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr"
21250     layout: "plot-latency"
21251
21252 # Packet Latency - VPP vhost ip4 2n-skx-x710
21253 - type: "plot"
21254   title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
21255   algorithm: "plot_latency_error_bars"
21256   output-file-type: ".html"
21257   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
21258   data: "plot-vpp-throughput-lat-tsa-2n-skx"
21259   filter: "'NIC_Intel-X710' and
21260            '64B' and
21261            'NDRPDR' and
21262            'ETH' and
21263            'IP4FWD' and
21264            '2T1C' and
21265            'VHOST_1024' and
21266            not 'VXLAN' and
21267            not 'NF_DENSITY' and
21268            not 'CFS_OPT' and
21269            not 'DOT1Q'"
21270   parameters:
21271   - "latency"
21272   - "parent"
21273   - "tags"
21274   sort:
21275   - "1VM"
21276   - "2VM"
21277   layout:
21278     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
21279     layout: "plot-latency"
21280
21281 - type: "plot"
21282   title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
21283   algorithm: "plot_latency_error_bars"
21284   output-file-type: ".html"
21285   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
21286   data: "plot-vpp-throughput-lat-tsa-2n-skx"
21287   filter: "'NIC_Intel-X710' and
21288            '64B' and
21289            'NDRPDR' and
21290            'ETH' and
21291            'IP4FWD' and
21292            '4T2C' and
21293            'VHOST_1024' and
21294            not 'VXLAN' and
21295            not 'NF_DENSITY' and
21296            not 'CFS_OPT' and
21297            not 'DOT1Q'"
21298   parameters:
21299   - "latency"
21300   - "parent"
21301   - "tags"
21302   sort:
21303   - "1VM"
21304   - "2VM"
21305   layout:
21306     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
21307     layout: "plot-latency"
21308
21309 # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base
21310 - type: "plot"
21311   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
21312   algorithm: "plot_latency_error_bars"
21313   output-file-type: ".html"
21314   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
21315   data: "plot-vpp-throughput-lat-tsa-2n-skx"
21316   filter: "'NIC_Intel-X710' and
21317            '64B' and
21318            'NDRPDR' and
21319            ('ETH' or 'DOT1Q') and
21320            'BASE' and
21321            '2T1C' and
21322            ('L2BDMACLRN' or 'L2XCFWD') and
21323            'VHOST_1024' and
21324            not 'VXLAN' and
21325            not 'NF_DENSITY' and
21326            not 'IP4FWD' and
21327            not '2VM'"
21328   parameters:
21329   - "latency"
21330   - "parent"
21331   - "tags"
21332 #  sort:
21333 #  - "not CFS_OPT"
21334 #  - "L2XCFWD"
21335 #  - "not CFS_OPT"
21336 #  - "CFS_OPT"
21337   layout:
21338     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr"
21339     layout: "plot-latency"
21340
21341 - type: "plot"
21342   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
21343   algorithm: "plot_latency_error_bars"
21344   output-file-type: ".html"
21345   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
21346   data: "plot-vpp-throughput-lat-tsa-2n-skx"
21347   filter: "'NIC_Intel-X710' and
21348            '64B' and
21349            'NDRPDR' and
21350            ('ETH' or 'DOT1Q') and
21351            'BASE' and
21352            '4T2C' and
21353            ('L2BDMACLRN' or 'L2XCFWD') and
21354            'VHOST_1024' and
21355            not 'VXLAN' and
21356            not 'NF_DENSITY' and
21357            not 'IP4FWD' and
21358            not '2VM'"
21359   parameters:
21360   - "latency"
21361   - "parent"
21362   - "tags"
21363 #  sort:
21364 #  - "not CFS_OPT"
21365 #  - "L2XCFWD"
21366 #  - "not CFS_OPT"
21367 #  - "CFS_OPT"
21368   layout:
21369     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr"
21370     layout: "plot-latency"
21371
21372 # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base vm
21373 - type: "plot"
21374   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
21375   algorithm: "plot_latency_error_bars"
21376   output-file-type: ".html"
21377   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
21378   data: "plot-vpp-throughput-lat-tsa-2n-skx"
21379   filter: "'NIC_Intel-X710' and
21380            '64B' and
21381            'NDRPDR' and
21382            ('ETH' or 'DOT1Q') and
21383            '2T1C' and
21384            ('L2BDMACLRN' or 'L2XCFWD') and
21385            'VHOST_1024' and
21386            not 'CFS_OPT' and
21387            not 'VXLAN' and
21388            not 'NF_DENSITY' and
21389            not 'DOT1Q' and
21390            not 'IP4FWD'"
21391   parameters:
21392   - "latency"
21393   - "parent"
21394   - "tags"
21395 #  sort:
21396 #  - "1VM"
21397 #  - "L2XCFWD"
21398 #  - "1VM"
21399 #  - "L2BDMACLRN"
21400   layout:
21401     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
21402     layout: "plot-latency"
21403
21404 - type: "plot"
21405   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
21406   algorithm: "plot_latency_error_bars"
21407   output-file-type: ".html"
21408   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
21409   data: "plot-vpp-throughput-lat-tsa-2n-skx"
21410   filter: "'NIC_Intel-X710' and
21411            '64B' and
21412            'NDRPDR' and
21413            ('ETH' or 'DOT1Q') and
21414            '4T2C' and
21415            ('L2BDMACLRN' or 'L2XCFWD') and
21416            'VHOST_1024' and
21417            not 'CFS_OPT' and
21418            not 'VXLAN' and
21419            not 'NF_DENSITY' and
21420            not 'DOT1Q' and
21421            not 'IP4FWD'"
21422   parameters:
21423   - "latency"
21424   - "parent"
21425   - "tags"
21426 #  sort:
21427 #  - "1VM"
21428 #  - "L2XCFWD"
21429 #  - "1VM"
21430 #  - "L2BDMACLRN"
21431   layout:
21432     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
21433     layout: "plot-latency"
21434
21435 # Packet Latency - VPP vhost ip4 2n-skx-xxv710
21436 - type: "plot"
21437   title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
21438   algorithm: "plot_latency_error_bars"
21439   output-file-type: ".html"
21440   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
21441   data: "plot-vpp-throughput-lat-tsa-2n-skx"
21442   filter: "'NIC_Intel-XXV710' and
21443            '64B' and
21444            'NDRPDR' and
21445            'ETH' and
21446            'IP4FWD' and
21447            '2T1C' and
21448            'VHOST_1024' and
21449            not 'VXLAN' and
21450            not 'CFS_OPT' and
21451            not 'DOT1Q'"
21452   parameters:
21453   - "latency"
21454   - "parent"
21455   - "tags"
21456   sort:
21457   - "not CFS_OPT"
21458   - "1VM"
21459   - "2VM"
21460   layout:
21461     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
21462     layout: "plot-latency"
21463
21464 - type: "plot"
21465   title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
21466   algorithm: "plot_latency_error_bars"
21467   output-file-type: ".html"
21468   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
21469   data: "plot-vpp-throughput-lat-tsa-2n-skx"
21470   filter: "'NIC_Intel-XXV710' and
21471            '64B' and
21472            'NDRPDR' and
21473            'ETH' and
21474            'IP4FWD' and
21475            '4T2C' and
21476            'VHOST_1024' and
21477            not 'VXLAN' and
21478            not 'CFS_OPT' and
21479            not 'DOT1Q'"
21480   parameters:
21481   - "latency"
21482   - "parent"
21483   - "tags"
21484   sort:
21485   - "not CFS_OPT"
21486   - "1VM"
21487   - "2VM"
21488   layout:
21489     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
21490     layout: "plot-latency"
21491
21492 ## Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base
21493 #- type: "plot"
21494 #  title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr-lat"
21495 #  algorithm: "plot_latency_error_bars"
21496 #  output-file-type: ".html"
21497 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr-lat"
21498 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
21499 #  filter: "'NIC_Intel-XXV710' and
21500 #           '64B' and
21501 #           'NDRPDR' and
21502 #           ('ETH' or 'DOT1Q') and
21503 #           'BASE' and
21504 #           '2T1C' and
21505 #           ('L2BDMACLRN' or 'L2XCFWD') and
21506 #           'VHOST_1024' and
21507 #           not 'VXLAN' and
21508 #           not 'IP4FWD' and
21509 #           not '2VM'"
21510 #  parameters:
21511 #  - "latency"
21512 #  - "parent"
21513 #  - "tags"
21514 ##  sort:
21515 ##  - "not CFS_OPT"
21516 ##  - "L2XCFWD"
21517 ##  - "not CFS_OPT"
21518 ##  - "CFS_OPT"
21519 #  layout:
21520 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
21521 #    layout: "plot-latency"
21522 #
21523 #- type: "plot"
21524 #  title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr-lat"
21525 #  algorithm: "plot_latency_error_bars"
21526 #  output-file-type: ".html"
21527 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr-lat"
21528 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
21529 #  filter: "'NIC_Intel-XXV710' and
21530 #           '64B' and
21531 #           'NDRPDR' and
21532 #           ('ETH' or 'DOT1Q') and
21533 #           'BASE' and
21534 #           '4T2C' and
21535 #           ('L2BDMACLRN' or 'L2XCFWD') and
21536 #           'VHOST_1024' and
21537 #           not 'VXLAN' and
21538 #           not 'IP4FWD' and
21539 #           not '2VM'"
21540 #  parameters:
21541 #  - "latency"
21542 #  - "parent"
21543 #  - "tags"
21544 ##  sort:
21545 ##  - "not CFS_OPT"
21546 ##  - "L2XCFWD"
21547 ##  - "not CFS_OPT"
21548 ##  - "CFS_OPT"
21549 #  layout:
21550 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
21551 #    layout: "plot-latency"
21552 #
21553 ## Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base vm
21554 #- type: "plot"
21555 #  title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
21556 #  algorithm: "plot_latency_error_bars"
21557 #  output-file-type: ".html"
21558 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
21559 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
21560 #  filter: "'NIC_Intel-XXV710' and
21561 #           '64B' and
21562 #           'NDRPDR' and
21563 #           ('ETH' or 'DOT1Q') and
21564 #           '2T1C' and
21565 #           ('L2BDMACLRN' or 'L2XCFWD') and
21566 #           'VHOST_1024' and
21567 #           not 'CFS_OPT' and
21568 #           not 'VXLAN' and
21569 #           not 'DOT1Q' and
21570 #           not 'IP4FWD'"
21571 #  parameters:
21572 #  - "latency"
21573 #  - "parent"
21574 #  - "tags"
21575 ##  sort:
21576 ##  - "1VM"
21577 ##  - "L2XCFWD"
21578 ##  - "1VM"
21579 ##  - "L2BDMACLRN"
21580 #  layout:
21581 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
21582 #    layout: "plot-latency"
21583 #
21584 #- type: "plot"
21585 #  title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
21586 #  algorithm: "plot_latency_error_bars"
21587 #  output-file-type: ".html"
21588 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
21589 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
21590 #  filter: "'NIC_Intel-XXV710' and
21591 #           '64B' and
21592 #           'NDRPDR' and
21593 #           ('ETH' or 'DOT1Q') and
21594 #           '4T2C' and
21595 #           ('L2BDMACLRN' or 'L2XCFWD') and
21596 #           'VHOST_1024' and
21597 #           not 'CFS_OPT' and
21598 #           not 'VXLAN' and
21599 #           not 'DOT1Q' and
21600 #           not 'IP4FWD'"
21601 #  parameters:
21602 #  - "latency"
21603 #  - "parent"
21604 #  - "tags"
21605 ##  sort:
21606 ##  - "1VM"
21607 ##  - "L2XCFWD"
21608 ##  - "1VM"
21609 ##  - "L2BDMACLRN"
21610 #  layout:
21611 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
21612 #    layout: "plot-latency"
21613
21614 ################################################################################
21615
21616 # Packet Latency - VPP VTS 3n-hsw-x520
21617 - type: "plot"
21618   title: "VPP Latency: vts-3n-hsw-x520-114b-1t1c-ndr-lat"
21619   algorithm: "plot_latency_error_bars"
21620   output-file-type: ".html"
21621   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr-lat"
21622   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21623   filter: "'NIC_Intel-X520-DA2' and
21624            '114B' and
21625            'NDRPDR' and
21626            '1T1C' and
21627            'VTS'"
21628   parameters:
21629   - "latency"
21630   - "parent"
21631   - "tags"
21632   layout:
21633     title: "vts-3n-hsw-x520-114b-1t1c-ndr"
21634     layout: "plot-latency"
21635
21636 - type: "plot"
21637   title: "VPP Latency: vts-3n-hsw-x520-114b-2t2c-ndr-lat"
21638   algorithm: "plot_latency_error_bars"
21639   output-file-type: ".html"
21640   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr-lat"
21641   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21642   filter: "'NIC_Intel-X520-DA2' and
21643            '114B' and
21644            'NDRPDR' and
21645            '2T2C' and
21646            'VTS'"
21647   parameters:
21648   - "latency"
21649   - "parent"
21650   - "tags"
21651   layout:
21652     title: "vts-3n-hsw-x520-114b-2t2c-ndr"
21653     layout: "plot-latency"
21654
21655 ################################################################################
21656
21657 # Packet Latency - DPDK l3fwd 3n-hsw-x520
21658 - type: "plot"
21659   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
21660   algorithm: "plot_latency_error_bars"
21661   output-file-type: ".html"
21662   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
21663   data: "plot-dpdk-throughput-latency-3n-hsw"
21664   filter: "'NIC_Intel-X520-DA2' and
21665            '64B' and
21666            'BASE' and
21667            'NDRPDR' and
21668            '1T1C' and
21669            'IP4FWD'"
21670   parameters:
21671   - "latency"
21672   - "parent"
21673   - "tags"
21674   layout:
21675     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
21676     layout: "plot-latency"
21677
21678 - type: "plot"
21679   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
21680   algorithm: "plot_latency_error_bars"
21681   output-file-type: ".html"
21682   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
21683   data: "plot-dpdk-throughput-latency-3n-hsw"
21684   filter: "'NIC_Intel-X520-DA2' and
21685            '64B' and
21686            'BASE' and
21687            'NDRPDR' and
21688            '2T2C' and
21689            'IP4FWD'"
21690   parameters:
21691   - "latency"
21692   - "parent"
21693   - "tags"
21694   layout:
21695     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
21696     layout: "plot-latency"
21697
21698 # Packet Latency - DPDK l3fwd 3n-hsw-x710
21699 - type: "plot"
21700   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
21701   algorithm: "plot_latency_error_bars"
21702   output-file-type: ".html"
21703   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
21704   data: "plot-dpdk-throughput-latency-3n-hsw"
21705   filter: "'NIC_Intel-X710' and
21706            '64B' and
21707            'BASE' and
21708            'NDRPDR' and
21709            '1T1C' and
21710            'IP4FWD'"
21711   parameters:
21712   - "latency"
21713   - "parent"
21714   - "tags"
21715   layout:
21716     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
21717     layout: "plot-latency"
21718
21719 - type: "plot"
21720   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
21721   algorithm: "plot_latency_error_bars"
21722   output-file-type: ".html"
21723   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
21724   data: "plot-dpdk-throughput-latency-3n-hsw"
21725   filter: "'NIC_Intel-X710' and
21726            '64B' and
21727            'BASE' and
21728            'NDRPDR' and
21729            '2T2C' and
21730            'IP4FWD'"
21731   parameters:
21732   - "latency"
21733   - "parent"
21734   - "tags"
21735   layout:
21736     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
21737     layout: "plot-latency"
21738
21739 # Packet Latency - DPDK l3fwd 3n-hsw-xl710
21740 - type: "plot"
21741   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
21742   algorithm: "plot_latency_error_bars"
21743   output-file-type: ".html"
21744   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
21745   data: "plot-dpdk-throughput-latency-3n-hsw"
21746   filter: "'NIC_Intel-XL710' and
21747            '64B' and
21748            'BASE' and
21749            'NDRPDR' and
21750            '1T1C' and
21751            'IP4FWD'"
21752   parameters:
21753   - "latency"
21754   - "parent"
21755   - "tags"
21756   layout:
21757     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
21758     layout: "plot-latency"
21759
21760 - type: "plot"
21761   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
21762   algorithm: "plot_latency_error_bars"
21763   output-file-type: ".html"
21764   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
21765   data: "plot-dpdk-throughput-latency-3n-hsw"
21766   filter: "'NIC_Intel-XL710' and
21767            '64B' and
21768            'BASE' and
21769            'NDRPDR' and
21770            '2T2C' and
21771            'IP4FWD'"
21772   parameters:
21773   - "latency"
21774   - "parent"
21775   - "tags"
21776   layout:
21777     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
21778     layout: "plot-latency"
21779
21780 # Packet Latency - DPDK l3fwd 3n-skx-x710
21781 - type: "plot"
21782   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
21783   algorithm: "plot_latency_error_bars"
21784   output-file-type: ".html"
21785   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
21786   data: "plot-dpdk-throughput-latency-3n-skx"
21787   filter: "'NIC_Intel-X710' and
21788            '64B' and
21789            'BASE' and
21790            'NDRPDR' and
21791            '2T1C' and
21792            'IP4FWD'"
21793   parameters:
21794   - "latency"
21795   - "parent"
21796   - "tags"
21797   layout:
21798     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
21799     layout: "plot-latency"
21800
21801 - type: "plot"
21802   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
21803   algorithm: "plot_latency_error_bars"
21804   output-file-type: ".html"
21805   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
21806   data: "plot-dpdk-throughput-latency-3n-skx"
21807   filter: "'NIC_Intel-X710' and
21808            '64B' and
21809            'BASE' and
21810            'NDRPDR' and
21811            '4T2C' and
21812            'IP4FWD'"
21813   parameters:
21814   - "latency"
21815   - "parent"
21816   - "tags"
21817   layout:
21818     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
21819     layout: "plot-latency"
21820
21821 # Packet Latency - DPDK l3fwd 3n-skx-xxv710
21822 - type: "plot"
21823   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
21824   algorithm: "plot_latency_error_bars"
21825   output-file-type: ".html"
21826   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
21827   data: "plot-dpdk-throughput-latency-3n-skx"
21828   filter: "'NIC_Intel-XXV710' and
21829            '64B' and
21830            'BASE' and
21831            'NDRPDR' and
21832            '2T1C' and
21833            'IP4FWD'"
21834   parameters:
21835   - "latency"
21836   - "parent"
21837   - "tags"
21838   layout:
21839     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
21840     layout: "plot-latency"
21841
21842 - type: "plot"
21843   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
21844   algorithm: "plot_latency_error_bars"
21845   output-file-type: ".html"
21846   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
21847   data: "plot-dpdk-throughput-latency-3n-skx"
21848   filter: "'NIC_Intel-XXV710' and
21849            '64B' and
21850            'BASE' and
21851            'NDRPDR' and
21852            '4T2C' and
21853            'IP4FWD'"
21854   parameters:
21855   - "latency"
21856   - "parent"
21857   - "tags"
21858   layout:
21859     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
21860     layout: "plot-latency"
21861
21862 # Packet Latency - DPDK l3fwd 2n-skx-x710
21863 - type: "plot"
21864   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
21865   algorithm: "plot_latency_error_bars"
21866   output-file-type: ".html"
21867   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
21868   data: "plot-dpdk-throughput-latency-2n-skx"
21869   filter: "'NIC_Intel-X710' and
21870            '64B' and
21871            'BASE' and
21872            'NDRPDR' and
21873            '2T1C' and
21874            'IP4FWD'"
21875   parameters:
21876   - "latency"
21877   - "parent"
21878   - "tags"
21879   layout:
21880     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
21881     layout: "plot-latency"
21882
21883 - type: "plot"
21884   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
21885   algorithm: "plot_latency_error_bars"
21886   output-file-type: ".html"
21887   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
21888   data: "plot-dpdk-throughput-latency-2n-skx"
21889   filter: "'NIC_Intel-X710' and
21890            '64B' and
21891            'BASE' and
21892            'NDRPDR' and
21893            '4T2C' and
21894            'IP4FWD'"
21895   parameters:
21896   - "latency"
21897   - "parent"
21898   - "tags"
21899   layout:
21900     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
21901     layout: "plot-latency"
21902
21903 # Packet Latency - DPDK l3fwd 2n-skx-xxv710
21904 - type: "plot"
21905   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
21906   algorithm: "plot_latency_error_bars"
21907   output-file-type: ".html"
21908   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
21909   data: "plot-dpdk-throughput-latency-2n-skx"
21910   filter: "'NIC_Intel-XXV710' and
21911            '64B' and
21912            'BASE' and
21913            'NDRPDR' and
21914            '2T1C' and
21915            'IP4FWD'"
21916   parameters:
21917   - "latency"
21918   - "parent"
21919   - "tags"
21920   layout:
21921     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
21922     layout: "plot-latency"
21923
21924 - type: "plot"
21925   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
21926   algorithm: "plot_latency_error_bars"
21927   output-file-type: ".html"
21928   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
21929   data: "plot-dpdk-throughput-latency-2n-skx"
21930   filter: "'NIC_Intel-XXV710' and
21931            '64B' and
21932            'BASE' and
21933            'NDRPDR' and
21934            '4T2C' and
21935            'IP4FWD'"
21936   parameters:
21937   - "latency"
21938   - "parent"
21939   - "tags"
21940   layout:
21941     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
21942     layout: "plot-latency"
21943
21944 ################################################################################
21945
21946 # Packet Latency - DPDK testpmd 3n-hsw-x520
21947 - type: "plot"
21948   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
21949   algorithm: "plot_latency_error_bars"
21950   output-file-type: ".html"
21951   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
21952   data: "plot-dpdk-throughput-latency-3n-hsw"
21953   filter: "'NIC_Intel-X520-DA2' and
21954            '64B' and
21955            'BASE' and
21956            'NDRPDR' and
21957            '1T1C' and
21958            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21959   parameters:
21960   - "latency"
21961   - "parent"
21962   - "tags"
21963   layout:
21964     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
21965     layout: "plot-latency"
21966
21967 - type: "plot"
21968   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
21969   algorithm: "plot_latency_error_bars"
21970   output-file-type: ".html"
21971   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
21972   data: "plot-dpdk-throughput-latency-3n-hsw"
21973   filter: "'NIC_Intel-X520-DA2' and
21974            '64B' and
21975            'BASE' and
21976            'NDRPDR' and
21977            '2T2C' and
21978            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21979   parameters:
21980   - "latency"
21981   - "parent"
21982   - "tags"
21983   layout:
21984     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
21985     layout: "plot-latency"
21986
21987 # Packet Latency - DPDK testpmd 3n-hsw-x710
21988 - type: "plot"
21989   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
21990   algorithm: "plot_latency_error_bars"
21991   output-file-type: ".html"
21992   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
21993   data: "plot-dpdk-throughput-latency-3n-hsw"
21994   filter: "'NIC_Intel-X710' and
21995            '64B' and
21996            'BASE' and
21997            'NDRPDR' and
21998            '1T1C' and
21999            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22000   parameters:
22001   - "latency"
22002   - "parent"
22003   - "tags"
22004   layout:
22005     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
22006     layout: "plot-latency"
22007
22008 - type: "plot"
22009   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
22010   algorithm: "plot_latency_error_bars"
22011   output-file-type: ".html"
22012   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
22013   data: "plot-dpdk-throughput-latency-3n-hsw"
22014   filter: "'NIC_Intel-X710' and
22015            '64B' and
22016            'BASE' and
22017            'NDRPDR' and
22018            '2T2C' and
22019            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22020   parameters:
22021   - "latency"
22022   - "parent"
22023   - "tags"
22024   layout:
22025     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
22026     layout: "plot-latency"
22027
22028 # Packet Latency - DPDK testpmd 3n-hsw-xl710
22029 - type: "plot"
22030   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
22031   algorithm: "plot_latency_error_bars"
22032   output-file-type: ".html"
22033   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
22034   data: "plot-dpdk-throughput-latency-3n-hsw"
22035   filter: "'NIC_Intel-XL710' and
22036            '64B' and
22037            'BASE' and
22038            'NDRPDR' and
22039            '1T1C' and
22040            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22041   parameters:
22042   - "latency"
22043   - "parent"
22044   - "tags"
22045   layout:
22046     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
22047     layout: "plot-latency"
22048
22049 - type: "plot"
22050   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
22051   algorithm: "plot_latency_error_bars"
22052   output-file-type: ".html"
22053   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
22054   data: "plot-dpdk-throughput-latency-3n-hsw"
22055   filter: "'NIC_Intel-XL710' and
22056            '64B' and
22057            'BASE' and
22058            'NDRPDR' and
22059            '2T2C' and
22060            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22061   parameters:
22062   - "latency"
22063   - "parent"
22064   - "tags"
22065   layout:
22066     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
22067     layout: "plot-latency"
22068
22069 # Packet Latency - DPDK testpmd 3n-skx-x710
22070 - type: "plot"
22071   title: "DPDK Latency: testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
22072   algorithm: "plot_latency_error_bars"
22073   output-file-type: ".html"
22074   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
22075   data: "plot-dpdk-throughput-latency-3n-skx"
22076   filter: "'NIC_Intel-X710' and
22077            '64B' and
22078            'BASE' and
22079            'NDRPDR' and
22080            '2T1C' and
22081            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22082   parameters:
22083   - "latency"
22084   - "parent"
22085   - "tags"
22086   layout:
22087     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
22088     layout: "plot-latency"
22089
22090 - type: "plot"
22091   title: "DPDK Latency: testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
22092   algorithm: "plot_latency_error_bars"
22093   output-file-type: ".html"
22094   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
22095   data: "plot-dpdk-throughput-latency-3n-skx"
22096   filter: "'NIC_Intel-X710' and
22097            '64B' and
22098            'BASE' and
22099            'NDRPDR' and
22100            '4T2C' and
22101            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22102   parameters:
22103   - "latency"
22104   - "parent"
22105   - "tags"
22106   layout:
22107     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
22108     layout: "plot-latency"
22109
22110 # Packet Latency - DPDK testpmd 3n-skx-xxv710
22111 - type: "plot"
22112   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
22113   algorithm: "plot_latency_error_bars"
22114   output-file-type: ".html"
22115   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
22116   data: "plot-dpdk-throughput-latency-3n-skx"
22117   filter: "'NIC_Intel-XXV710' and
22118            '64B' and
22119            'BASE' and
22120            'NDRPDR' and
22121            '2T1C' and
22122            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22123   parameters:
22124   - "latency"
22125   - "parent"
22126   - "tags"
22127   layout:
22128     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
22129     layout: "plot-latency"
22130
22131 - type: "plot"
22132   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
22133   algorithm: "plot_latency_error_bars"
22134   output-file-type: ".html"
22135   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
22136   data: "plot-dpdk-throughput-latency-3n-skx"
22137   filter: "'NIC_Intel-XXV710' and
22138            '64B' and
22139            'BASE' and
22140            'NDRPDR' and
22141            '4T2C' and
22142            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22143   parameters:
22144   - "latency"
22145   - "parent"
22146   - "tags"
22147   layout:
22148     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
22149     layout: "plot-latency"
22150
22151 # Packet Latency - DPDK testpmd 2n-skx-x710
22152 - type: "plot"
22153   title: "DPDK Latency: testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
22154   algorithm: "plot_latency_error_bars"
22155   output-file-type: ".html"
22156   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
22157   data: "plot-dpdk-throughput-latency-2n-skx"
22158   filter: "'NIC_Intel-X710' and
22159            '64B' and
22160            'BASE' and
22161            'NDRPDR' and
22162            '2T1C' and
22163            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22164   parameters:
22165   - "latency"
22166   - "parent"
22167   - "tags"
22168   layout:
22169     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
22170     layout: "plot-latency"
22171
22172 - type: "plot"
22173   title: "DPDK Latency: testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
22174   algorithm: "plot_latency_error_bars"
22175   output-file-type: ".html"
22176   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
22177   data: "plot-dpdk-throughput-latency-2n-skx"
22178   filter: "'NIC_Intel-X710' and
22179            '64B' and
22180            'BASE' and
22181            'NDRPDR' and
22182            '4T2C' and
22183            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22184   parameters:
22185   - "latency"
22186   - "parent"
22187   - "tags"
22188   layout:
22189     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
22190     layout: "plot-latency"
22191
22192 # Packet Latency - DPDK testpmd 2n-skx-xxv710
22193 - type: "plot"
22194   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
22195   algorithm: "plot_latency_error_bars"
22196   output-file-type: ".html"
22197   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
22198   data: "plot-dpdk-throughput-latency-2n-skx"
22199   filter: "'NIC_Intel-XXV710' and
22200            '64B' and
22201            'BASE' and
22202            'NDRPDR' and
22203            '2T1C' and
22204            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22205   parameters:
22206   - "latency"
22207   - "parent"
22208   - "tags"
22209   layout:
22210     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
22211     layout: "plot-latency"
22212
22213 - type: "plot"
22214   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
22215   algorithm: "plot_latency_error_bars"
22216   output-file-type: ".html"
22217   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
22218   data: "plot-dpdk-throughput-latency-2n-skx"
22219   filter: "'NIC_Intel-XXV710' and
22220            '64B' and
22221            'BASE' and
22222            'NDRPDR' and
22223            '4T2C' and
22224            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22225   parameters:
22226   - "latency"
22227   - "parent"
22228   - "tags"
22229   layout:
22230     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
22231     layout: "plot-latency"
22232
22233 ################################################################################
22234
22235 # Speedup - VPP Container Memif 3n-hsw-x520
22236 - type: "plot"
22237   title: "Speedup: memif-3n-hsw-x520-64b-base_and_features-ndr-tsa"
22238   algorithm: "plot_throughput_speedup_analysis"
22239   output-file-type: ".html"
22240   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_features-ndr-tsa"
22241   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
22242   filter: "'NIC_Intel-X520-DA2' and
22243            '64B' and
22244            ('BASE' or 'SCALE') and
22245            'NDRPDR' and
22246            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
22247            not 'VHOST' and
22248            'MEMIF'"
22249   parameters:
22250   - "throughput"
22251   - "parent"
22252   - "tags"
22253   sort:
22254   - "L2XCFWD"
22255   - "L2XCFWD"
22256   - "L2XCFWD"
22257   - "L2BDMACLRN"
22258   - "L2BDMACLRN"
22259   - "L2BDMACLRN"
22260   - "IP4FWD"
22261   layout:
22262     title: "memif-3n-hsw-x520-64b-base_and_features-ndr"
22263     layout: "plot-throughput-speedup-analysis"
22264
22265 - type: "plot"
22266   title: "Speedup: memif-3n-hsw-x520-64b-base_and_features-pdr-tsa"
22267   algorithm: "plot_throughput_speedup_analysis"
22268   output-file-type: ".html"
22269   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_features-pdr-tsa"
22270   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
22271   filter: "'NIC_Intel-X520-DA2' and
22272            '64B' and
22273            ('BASE' or 'SCALE') and
22274            'NDRPDR' and
22275            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
22276            not 'VHOST' and
22277            'MEMIF'"
22278   parameters:
22279   - "throughput"
22280   - "parent"
22281   - "tags"
22282   sort:
22283   - "L2XCFWD"
22284   - "L2XCFWD"
22285   - "L2XCFWD"
22286   - "L2BDMACLRN"
22287   - "L2BDMACLRN"
22288   - "L2BDMACLRN"
22289   - "IP4FWD"
22290   layout:
22291     title: "memif-3n-hsw-x520-64b-base_and_features-pdr"
22292     layout: "plot-throughput-speedup-analysis"
22293
22294 # Speedup - VPP Container Memif 3n-hsw-x710
22295 - type: "plot"
22296   title: "Speedup: memif-3n-hsw-x710-64b-base_and_features-ndr-tsa"
22297   algorithm: "plot_throughput_speedup_analysis"
22298   output-file-type: ".html"
22299   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_features-ndr-tsa"
22300   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
22301   filter: "'NIC_Intel-X710' and
22302            '64B' and
22303            ('BASE' or 'SCALE') and
22304            'NDRPDR' and
22305            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
22306            not 'VHOST' and
22307            'MEMIF'"
22308   parameters:
22309   - "throughput"
22310   - "parent"
22311   - "tags"
22312   sort:
22313   - "L2XCFWD"
22314   - "L2XCFWD"
22315   - "L2XCFWD"
22316   - "L2BDMACLRN"
22317   - "L2BDMACLRN"
22318   - "L2BDMACLRN"
22319   - "IP4FWD"
22320   layout:
22321     title: "memif-3n-hsw-x710-64b-base_and_features-ndr"
22322     layout: "plot-throughput-speedup-analysis"
22323
22324 - type: "plot"
22325   title: "Speedup: memif-3n-hsw-x710-64b-base_and_features-pdr-tsa"
22326   algorithm: "plot_throughput_speedup_analysis"
22327   output-file-type: ".html"
22328   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_features-pdr-tsa"
22329   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
22330   filter: "'NIC_Intel-X710' and
22331            '64B' and
22332            ('BASE' or 'SCALE') and
22333            'NDRPDR' and
22334            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
22335            not 'VHOST' and
22336            'MEMIF'"
22337   parameters:
22338   - "throughput"
22339   - "parent"
22340   - "tags"
22341   sort:
22342   - "L2XCFWD"
22343   - "L2XCFWD"
22344   - "L2XCFWD"
22345   - "L2BDMACLRN"
22346   - "L2BDMACLRN"
22347   - "L2BDMACLRN"
22348   - "IP4FWD"
22349   layout:
22350     title: "memif-3n-hsw-x710-64b-base_and_features-pdr"
22351     layout: "plot-throughput-speedup-analysis"
22352
22353 # Speedup - VPP Container Memif 3n-hsw-xl710
22354 - type: "plot"
22355   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_features-ndr-tsa"
22356   algorithm: "plot_throughput_speedup_analysis"
22357   output-file-type: ".html"
22358   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_features-ndr-tsa"
22359   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
22360   filter: "'NIC_Intel-XL710' and
22361            '64B' and
22362            ('BASE' or 'SCALE') and
22363            'NDRPDR' and
22364            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
22365            not 'VHOST' and
22366            'MEMIF'"
22367   parameters:
22368   - "throughput"
22369   - "parent"
22370   - "tags"
22371   sort:
22372   - "L2XCFWD"
22373   - "L2XCFWD"
22374   - "L2XCFWD"
22375   - "L2BDMACLRN"
22376   - "L2BDMACLRN"
22377   - "L2BDMACLRN"
22378   - "IP4FWD"
22379   layout:
22380     title: "memif-3n-hsw-xl710-64b-base_and_features-ndr"
22381     layout: "plot-throughput-speedup-analysis"
22382
22383 - type: "plot"
22384   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_features-pdr-tsa"
22385   algorithm: "plot_throughput_speedup_analysis"
22386   output-file-type: ".html"
22387   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_features-pdr-tsa"
22388   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
22389   filter: "'NIC_Intel-XL710' and
22390            '64B' and
22391            ('BASE' or 'SCALE') and
22392            'NDRPDR' and
22393            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
22394            not 'VHOST' and
22395            'MEMIF'"
22396   parameters:
22397   - "throughput"
22398   - "parent"
22399   - "tags"
22400   sort:
22401   - "L2XCFWD"
22402   - "L2XCFWD"
22403   - "L2XCFWD"
22404   - "L2BDMACLRN"
22405   - "L2BDMACLRN"
22406   - "L2BDMACLRN"
22407   - "IP4FWD"
22408   layout:
22409     title: "memif-3n-hsw-xl710-64b-base_and_features-pdr"
22410     layout: "plot-throughput-speedup-analysis"
22411
22412 # Speedup - VPP Container Memif 3n-skx-x710
22413 - type: "plot"
22414   title: "Speedup: memif-3n-skx-x710-64b-base_and_features-ndr-tsa"
22415   algorithm: "plot_throughput_speedup_analysis"
22416   output-file-type: ".html"
22417   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_features-ndr-tsa"
22418   data: "plot-vpp-throughput-lat-tsa-3n-skx"
22419   filter: "'NIC_Intel-X710' and
22420            '64B' and
22421            ('BASE' or 'SCALE') and
22422            'NDRPDR' and
22423            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
22424            not 'VHOST' and
22425            'MEMIF'"
22426   parameters:
22427   - "throughput"
22428   - "parent"
22429   - "tags"
22430   sort:
22431   - "L2XCFWD"
22432   - "L2XCFWD"
22433   - "L2XCFWD"
22434   - "L2BDMACLRN"
22435   - "L2BDMACLRN"
22436   - "L2BDMACLRN"
22437   - "IP4FWD"
22438   layout:
22439     title: "memif-3n-skx-x710-64b-base_and_features-ndr"
22440     layout: "plot-throughput-speedup-analysis"
22441
22442 - type: "plot"
22443   title: "Speedup: memif-3n-skx-x710-64b-base_and_features-pdr-tsa"
22444   algorithm: "plot_throughput_speedup_analysis"
22445   output-file-type: ".html"
22446   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_features-pdr-tsa"
22447   data: "plot-vpp-throughput-lat-tsa-3n-skx"
22448   filter: "'NIC_Intel-X710' and
22449            '64B' and
22450            ('BASE' or 'SCALE') and
22451            'NDRPDR' and
22452            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
22453            not 'VHOST' and
22454            'MEMIF'"
22455   parameters:
22456   - "throughput"
22457   - "parent"
22458   - "tags"
22459   sort:
22460   - "L2XCFWD"
22461   - "L2XCFWD"
22462   - "L2XCFWD"
22463   - "L2BDMACLRN"
22464   - "L2BDMACLRN"
22465   - "L2BDMACLRN"
22466   - "IP4FWD"
22467   layout:
22468     title: "memif-3n-skx-x710-64b-base_and_features-pdr"
22469     layout: "plot-throughput-speedup-analysis"
22470
22471 # Speedup - VPP Container Memif 2n-skx-x710
22472 - type: "plot"
22473   title: "Speedup: memif-2n-skx-x710-64b-base_and_features-ndr-tsa"
22474   algorithm: "plot_throughput_speedup_analysis"
22475   output-file-type: ".html"
22476   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_features-ndr-tsa"
22477   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22478   filter: "'NIC_Intel-X710' and
22479            '64B' and
22480            ('BASE' or 'SCALE') and
22481            'NDRPDR' and
22482            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
22483            not 'VHOST' and
22484            not 'NF_DENSITY' and
22485            'MEMIF'"
22486   parameters:
22487   - "throughput"
22488   - "parent"
22489   - "tags"
22490   sort:
22491   - "L2XCFWD"
22492   - "L2XCFWD"
22493   - "L2XCFWD"
22494   - "L2BDMACLRN"
22495   - "L2BDMACLRN"
22496   - "L2BDMACLRN"
22497   - "IP4FWD"
22498   layout:
22499     title: "memif-2n-skx-x710-64b-base_and_features-ndr"
22500     layout: "plot-throughput-speedup-analysis"
22501
22502 - type: "plot"
22503   title: "Speedup: memif-2n-skx-x710-64b-base_and_features-pdr-tsa"
22504   algorithm: "plot_throughput_speedup_analysis"
22505   output-file-type: ".html"
22506   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_features-pdr-tsa"
22507   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22508   filter: "'NIC_Intel-X710' and
22509            '64B' and
22510            ('BASE' or 'SCALE') and
22511            'NDRPDR' and
22512            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
22513            not 'VHOST' and
22514            not 'NF_DENSITY' and
22515            'MEMIF'"
22516   parameters:
22517   - "throughput"
22518   - "parent"
22519   - "tags"
22520   sort:
22521   - "L2XCFWD"
22522   - "L2XCFWD"
22523   - "L2XCFWD"
22524   - "L2BDMACLRN"
22525   - "L2BDMACLRN"
22526   - "L2BDMACLRN"
22527   - "IP4FWD"
22528   layout:
22529     title: "memif-2n-skx-x710-64b-base_and_features-pdr"
22530     layout: "plot-throughput-speedup-analysis"
22531
22532 ## Speedup - VPP Container Memif 2n-skx-xxv710
22533 #- type: "plot"
22534 #  title: "Speedup: memif-2n-skx-xxv710-64b-base_and_features-ndr-tsa"
22535 #  algorithm: "plot_throughput_speedup_analysis"
22536 #  output-file-type: ".html"
22537 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_features-ndr-tsa"
22538 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
22539 #  filter: "'NIC_Intel-XXV710' and
22540 #           '64B' and
22541 #           ('BASE' or 'SCALE') and
22542 #           'NDRPDR' and
22543 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
22544 #           not 'VHOST' and
22545 #           'MEMIF'"
22546 #  parameters:
22547 #  - "throughput"
22548 #  - "parent"
22549 #  - "tags"
22550 #  sort:
22551 #  - "L2XCFWD"
22552 #  - "L2XCFWD"
22553 #  - "L2XCFWD"
22554 #  - "L2BDMACLRN"
22555 #  - "L2BDMACLRN"
22556 #  - "L2BDMACLRN"
22557 #  - "IP4FWD"
22558 #  layout:
22559 #    title: "memif-2n-skx-xxv710-64b-base_and_features-ndr"
22560 #    layout: "plot-throughput-speedup-analysis"
22561 #
22562 #- type: "plot"
22563 #  title: "Speedup: memif-2n-skx-xxv710-64b-base_and_features-pdr-tsa"
22564 #  algorithm: "plot_throughput_speedup_analysis"
22565 #  output-file-type: ".html"
22566 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_features-pdr-tsa"
22567 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
22568 #  filter: "'NIC_Intel-XXV710' and
22569 #           '64B' and
22570 #           ('BASE' or 'SCALE') and
22571 #           'NDRPDR' and
22572 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
22573 #           not 'VHOST' and
22574 #           'MEMIF'"
22575 #  parameters:
22576 #  - "throughput"
22577 #  - "parent"
22578 #  - "tags"
22579 #  sort:
22580 #  - "L2XCFWD"
22581 #  - "L2XCFWD"
22582 #  - "L2XCFWD"
22583 #  - "L2BDMACLRN"
22584 #  - "L2BDMACLRN"
22585 #  - "L2BDMACLRN"
22586 #  - "IP4FWD"
22587 #  layout:
22588 #    title: "memif-2n-skx-xxv710-64b-base_and_features-pdr"
22589 #    layout: "plot-throughput-speedup-analysis"
22590
22591 ################################################################################
22592
22593 # Speedup - VPP Container k8s memif 3n-hsw-x520 - l2xc
22594 - type: "plot"
22595   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
22596   algorithm: "plot_throughput_speedup_analysis"
22597   output-file-type: ".html"
22598   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
22599   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
22600   filter: "'NIC_Intel-X520-DA2' and
22601            '64B' and
22602            ('BASE' or 'SCALE') and
22603            'NDRPDR' and
22604            'L2XCFWD' and
22605            not 'VHOST' and
22606            not 'NF_DENSITY' and
22607            'MEMIF'"
22608   parameters:
22609   - "throughput"
22610   - "parent"
22611   - "tags"
22612   sort:
22613   - "1VNF"
22614   - "2VNF"
22615   - "4VNF"
22616   - "2VNF"
22617   - "4VNF"
22618   layout:
22619     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2xc"
22620     layout: "plot-throughput-speedup-analysis"
22621
22622 - type: "plot"
22623   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
22624   algorithm: "plot_throughput_speedup_analysis"
22625   output-file-type: ".html"
22626   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
22627   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
22628   filter: "'NIC_Intel-X520-DA2' and
22629            '64B' and
22630            ('BASE' or 'SCALE') and
22631            'NDRPDR' and
22632            'L2XCFWD' and
22633            not 'VHOST' and
22634            not 'NF_DENSITY' and
22635            'MEMIF'"
22636   parameters:
22637   - "throughput"
22638   - "parent"
22639   - "tags"
22640   sort:
22641   - "1VNF"
22642   - "2VNF"
22643   - "4VNF"
22644   - "2VNF"
22645   - "4VNF"
22646   layout:
22647     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr"
22648     layout: "plot-throughput-speedup-analysis"
22649
22650 # Speedup - VPP Container k8s memif 3n-hsw-x520 - l2bd
22651 - type: "plot"
22652   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
22653   algorithm: "plot_throughput_speedup_analysis"
22654   output-file-type: ".html"
22655   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
22656   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
22657   filter: "'NIC_Intel-X520-DA2' and
22658            '64B' and
22659            ('BASE' or 'SCALE') and
22660            'NDRPDR' and
22661            ('L2BDMACSTAT' or 'L2BDMACLRN') and
22662            not 'VHOST' and
22663            not 'NF_DENSITY' and
22664            'MEMIF'"
22665   parameters:
22666   - "throughput"
22667   - "parent"
22668   - "tags"
22669   sort:
22670   - "1VNF"
22671   - "2VNF"
22672   - "4VNF"
22673   - "2VNF"
22674   - "4VNF"
22675   layout:
22676     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2bd"
22677     layout: "plot-throughput-speedup-analysis"
22678
22679 - type: "plot"
22680   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
22681   algorithm: "plot_throughput_speedup_analysis"
22682   output-file-type: ".html"
22683   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
22684   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
22685   filter: "'NIC_Intel-X520-DA2' and
22686            '64B' and
22687            ('BASE' or 'SCALE') and
22688            'NDRPDR' and
22689            ('L2BDMACSTAT' or 'L2BDMACLRN') and
22690            not 'VHOST' and
22691            not 'NF_DENSITY' and
22692            'MEMIF'"
22693   parameters:
22694   - "throughput"
22695   - "parent"
22696   - "tags"
22697   sort:
22698   - "1VNF"
22699   - "2VNF"
22700   - "4VNF"
22701   - "2VNF"
22702   - "4VNF"
22703   layout:
22704     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr"
22705     layout: "plot-throughput-speedup-analysis"
22706
22707 # Speedup - VPP Container Memif 3n-hsw-x710 - l2xc
22708 - type: "plot"
22709   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
22710   algorithm: "plot_throughput_speedup_analysis"
22711   output-file-type: ".html"
22712   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
22713   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
22714   filter: "'NIC_Intel-X710' and
22715            '64B' and
22716            ('BASE' or 'SCALE') and
22717            'NDRPDR' and
22718            'L2XCFWD' and
22719            not 'VHOST' and
22720            not 'NF_DENSITY' and
22721            'MEMIF'"
22722   parameters:
22723   - "throughput"
22724   - "parent"
22725   - "tags"
22726   sort:
22727   - "1VNF"
22728   - "2VNF"
22729   - "4VNF"
22730   - "2VNF"
22731   - "4VNF"
22732   layout:
22733     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr"
22734     layout: "plot-throughput-speedup-analysis"
22735
22736 - type: "plot"
22737   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
22738   algorithm: "plot_throughput_speedup_analysis"
22739   output-file-type: ".html"
22740   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
22741   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
22742   filter: "'NIC_Intel-X710' and
22743            '64B' and
22744            ('BASE' or 'SCALE') and
22745            'NDRPDR' and
22746            'L2XCFWD' and
22747            not 'VHOST' and
22748            not 'NF_DENSITY' and
22749            'MEMIF'"
22750   parameters:
22751   - "throughput"
22752   - "parent"
22753   - "tags"
22754   sort:
22755   - "1VNF"
22756   - "2VNF"
22757   - "4VNF"
22758   - "2VNF"
22759   - "4VNF"
22760   layout:
22761     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr"
22762     layout: "plot-throughput-speedup-analysis"
22763
22764 # Speedup - VPP Container Memif 3n-hsw-x710 - l2bd
22765 - type: "plot"
22766   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
22767   algorithm: "plot_throughput_speedup_analysis"
22768   output-file-type: ".html"
22769   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
22770   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
22771   filter: "'NIC_Intel-X710' and
22772            '64B' and
22773            ('BASE' or 'SCALE') and
22774            'NDRPDR' and
22775            ('L2BDMACSTAT' or 'L2BDMACLRN') and
22776            not 'VHOST' and
22777            not 'NF_DENSITY' and
22778            'MEMIF'"
22779   parameters:
22780   - "throughput"
22781   - "parent"
22782   - "tags"
22783   sort:
22784   - "1VNF"
22785   - "2VNF"
22786   - "4VNF"
22787   - "2VNF"
22788   - "4VNF"
22789   layout:
22790     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr"
22791     layout: "plot-throughput-speedup-analysis"
22792
22793 - type: "plot"
22794   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
22795   algorithm: "plot_throughput_speedup_analysis"
22796   output-file-type: ".html"
22797   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
22798   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
22799   filter: "'NIC_Intel-X710' and
22800            '64B' and
22801            ('BASE' or 'SCALE') and
22802            'NDRPDR' and
22803            ('L2BDMACSTAT' or 'L2BDMACLRN') and
22804            not 'VHOST' and
22805            not 'NF_DENSITY' and
22806            'MEMIF'"
22807   parameters:
22808   - "throughput"
22809   - "parent"
22810   - "tags"
22811   sort:
22812   - "1VNF"
22813   - "2VNF"
22814   - "4VNF"
22815   - "2VNF"
22816   - "4VNF"
22817   layout:
22818     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr"
22819     layout: "plot-throughput-speedup-analysis"
22820
22821 ################################################################################
22822
22823 # Speedup - VPP IPv4 3n-hsw-x520 base and scale
22824 - type: "plot"
22825   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
22826   algorithm: "plot_throughput_speedup_analysis"
22827   output-file-type: ".html"
22828   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
22829   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
22830   filter: "'NIC_Intel-X520-DA2' and
22831            '64B' and
22832            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22833            'NDRPDR' and
22834            'IP4FWD' and
22835            not 'IPSEC' and
22836            not 'DOT1Q' and
22837            not 'VHOST'"
22838   parameters:
22839   - "throughput"
22840   - "parent"
22841   - "tags"
22842   sort:
22843   - "DOT1Q"
22844   - "IP4BASE"
22845   - "FIB_20K"
22846   - "FIB_200K"
22847   - "FIB_2M"
22848   layout:
22849     title: "ip4-3n-hsw-x520-64b-base_and_scale-ndr"
22850     layout: "plot-throughput-speedup-analysis"
22851
22852 - type: "plot"
22853   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
22854   algorithm: "plot_throughput_speedup_analysis"
22855   output-file-type: ".html"
22856   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
22857   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
22858   filter: "'NIC_Intel-X520-DA2' and
22859            '64B' and
22860            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22861            'NDRPDR' and
22862            'IP4FWD' and
22863            not 'IPSEC' and
22864            not 'DOT1Q' and
22865            not 'VHOST'"
22866   parameters:
22867   - "throughput"
22868   - "parent"
22869   - "tags"
22870   sort:
22871   - "DOT1Q"
22872   - "IP4BASE"
22873   - "FIB_20K"
22874   - "FIB_200K"
22875   - "FIB_2M"
22876   layout:
22877     title: "ip4-3n-hsw-x520-64b-base_and_scale-pdr"
22878     layout: "plot-throughput-speedup-analysis"
22879
22880 # Speedup - VPP IPv4 3n-hsw-x520 features
22881 - type: "plot"
22882   title: "Speedup: ip4-3n-hsw-x520-64b-features-ndr-tsa"
22883   algorithm: "plot_throughput_speedup_analysis"
22884   output-file-type: ".html"
22885   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-ndr-tsa"
22886   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
22887   filter: "'NIC_Intel-X520-DA2' and
22888            '64B' and
22889            ('IP4BASE' or
22890             'POLICE_MARK' or
22891             'COPWHLIST' or
22892             ('NAT44' and 'BASE') or
22893             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
22894            'NDRPDR' and
22895            'IP4FWD' and
22896            not 'IPSEC' and
22897            not 'VHOST'"
22898   parameters:
22899   - "throughput"
22900   - "parent"
22901   - "tags"
22902   sort:
22903   - "DOT1Q"
22904   - "IP4BASE"
22905   - "NAT44"
22906   - "POLICE_MARK"
22907   - "COPWHLIST"
22908   - "IACL"
22909   - "OACL"
22910   layout:
22911     title: "ip4-3n-hsw-x520-64b-features-ndr"
22912     layout: "plot-throughput-speedup-analysis"
22913
22914 - type: "plot"
22915   title: "Speedup: ip4-3n-hsw-x520-64b-features-pdr-tsa"
22916   algorithm: "plot_throughput_speedup_analysis"
22917   output-file-type: ".html"
22918   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-pdr-tsa"
22919   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
22920   filter: "'NIC_Intel-X520-DA2' and
22921            '64B' and
22922            ('IP4BASE' or
22923             'POLICE_MARK' or
22924             'COPWHLIST' or
22925             ('NAT44' and 'BASE') or
22926             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
22927            'NDRPDR' and
22928            'IP4FWD' and
22929            not 'IPSEC' and
22930            not 'VHOST'"
22931   parameters:
22932   - "throughput"
22933   - "parent"
22934   - "tags"
22935   sort:
22936   - "DOT1Q"
22937   - "IP4BASE"
22938   - "NAT44"
22939   - "POLICE_MARK"
22940   - "COPWHLIST"
22941   - "IACL"
22942   - "OACL"
22943   layout:
22944     title: "ip4-3n-hsw-x520-64b-features-pdr"
22945     layout: "plot-throughput-speedup-analysis"
22946
22947 # Speedup - VPP IPv4 3n-hsw-x520 features nat44
22948 - type: "plot"
22949   title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
22950   algorithm: "plot_throughput_speedup_analysis"
22951   output-file-type: ".html"
22952   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
22953   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
22954   filter: "'NIC_Intel-X520-DA2' and
22955            '64B' and
22956            'NDRPDR' and
22957            'IP4FWD' and
22958            ('NAT44' or 'IP4BASE') and
22959            not 'DOT1Q' and
22960            not 'IPSEC' and
22961            not 'VHOST'"
22962   parameters:
22963   - "throughput"
22964   - "parent"
22965   - "tags"
22966   sort:
22967   - "IP4BASE"
22968   - "BASE"
22969   - "SRC_USER_10"
22970   - "SRC_USER_100"
22971   - "SRC_USER_1000"
22972   - "SRC_USER_2000"
22973   layout:
22974     title: "ip4-3n-hsw-x520-64b-features-nat44-ndr"
22975     layout: "plot-throughput-speedup-analysis"
22976
22977 - type: "plot"
22978   title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
22979   algorithm: "plot_throughput_speedup_analysis"
22980   output-file-type: ".html"
22981   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
22982   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
22983   filter: "'NIC_Intel-X520-DA2' and
22984            '64B' and
22985            'NDRPDR' and
22986            'IP4FWD' and
22987            ('NAT44' or 'IP4BASE') and
22988            not 'DOT1Q' and
22989            not 'IPSEC' and
22990            not 'VHOST'"
22991   parameters:
22992   - "throughput"
22993   - "parent"
22994   - "tags"
22995   sort:
22996   - "IP4BASE"
22997   - "BASE"
22998   - "SRC_USER_10"
22999   - "SRC_USER_100"
23000   - "SRC_USER_1000"
23001   - "SRC_USER_2000"
23002   layout:
23003     title: "ip4-3n-hsw-x520-64b-features-nat44-pdr"
23004     layout: "plot-throughput-speedup-analysis"
23005
23006 # Speedup - VPP IPv4 3n-hsw-x520 features iacl
23007 - type: "plot"
23008   title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
23009   algorithm: "plot_throughput_speedup_analysis"
23010   output-file-type: ".html"
23011   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
23012   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23013   filter: "'NIC_Intel-X520-DA2' and
23014            '64B' and
23015            'NDRPDR' and
23016            'IP4FWD' and
23017            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
23018            not 'IPSEC' and
23019            not 'DOT1Q' and
23020            not 'VHOST'"
23021   parameters:
23022   - "throughput"
23023   - "parent"
23024   - "tags"
23025   sort:
23026   - "IP4BASE"
23027   - "ACL_STATELESS"
23028   - "ACL_STATEFUL"
23029   - "ACL_STATELESS"
23030   - "ACL_STATEFUL"
23031   layout:
23032     title: "ip4-3n-hsw-x520-64b-features-iacl-ndr"
23033     layout: "plot-throughput-speedup-analysis"
23034
23035 - type: "plot"
23036   title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
23037   algorithm: "plot_throughput_speedup_analysis"
23038   output-file-type: ".html"
23039   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
23040   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23041   filter: "'NIC_Intel-X520-DA2' and
23042            '64B' and
23043            'NDRPDR' and
23044            'IP4FWD' and
23045            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
23046            not 'IPSEC' and
23047            not 'DOT1Q' and
23048            not 'VHOST'"
23049   parameters:
23050   - "throughput"
23051   - "parent"
23052   - "tags"
23053   sort:
23054   - "IP4BASE"
23055   - "ACL_STATELESS"
23056   - "ACL_STATEFUL"
23057   - "ACL_STATELESS"
23058   - "ACL_STATEFUL"
23059   layout:
23060     title: "ip4-3n-hsw-x520-64b-features-iacl-pdr"
23061     layout: "plot-throughput-speedup-analysis"
23062
23063 # Speedup - VPP IPv4 3n-hsw-x520 features oacl
23064 - type: "plot"
23065   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
23066   algorithm: "plot_throughput_speedup_analysis"
23067   output-file-type: ".html"
23068   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
23069   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23070   filter: "'NIC_Intel-X520-DA2' and
23071            '64B' and
23072            'NDRPDR' and
23073            'IP4FWD' and
23074            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
23075            not 'IPSEC' and
23076            not 'DOT1Q' and
23077            not 'VHOST'"
23078   parameters:
23079   - "throughput"
23080   - "parent"
23081   - "tags"
23082   sort:
23083   - "IP4BASE"
23084   - "ACL_STATELESS"
23085   - "ACL_STATEFUL"
23086   - "ACL_STATELESS"
23087   - "ACL_STATEFUL"
23088   layout:
23089     title: "ip4-3n-hsw-x520-64b-features-oacl-ndr"
23090     layout: "plot-throughput-speedup-analysis"
23091
23092 - type: "plot"
23093   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
23094   algorithm: "plot_throughput_speedup_analysis"
23095   output-file-type: ".html"
23096   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
23097   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23098   filter: "'NIC_Intel-X520-DA2' and
23099            '64B' and
23100            'NDRPDR' and
23101            'IP4FWD' and
23102            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
23103            not 'IPSEC' and
23104            not 'DOT1Q' and
23105            not 'VHOST'"
23106   parameters:
23107   - "throughput"
23108   - "parent"
23109   - "tags"
23110   sort:
23111   - "IP4BASE"
23112   - "ACL_STATELESS"
23113   - "ACL_STATEFUL"
23114   - "ACL_STATELESS"
23115   - "ACL_STATEFUL"
23116   layout:
23117     title: "ip4-3n-hsw-x520-64b-features-oacl-pdr"
23118     layout: "plot-throughput-speedup-analysis"
23119
23120 # Speedup - VPP IPv4 3n-hsw-x710 base and scale
23121 - type: "plot"
23122   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
23123   algorithm: "plot_throughput_speedup_analysis"
23124   output-file-type: ".html"
23125   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
23126   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23127   filter: "'NIC_Intel-X710' and
23128            '64B' and
23129            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23130            'NDRPDR' and
23131            'IP4FWD' and
23132            not 'IPSEC' and
23133            not 'DOT1Q' and
23134            not 'VHOST'"
23135   parameters:
23136   - "throughput"
23137   - "parent"
23138   - "tags"
23139   sort:
23140   - "IP4BASE"
23141   - "FIB_20K"
23142   - "FIB_200K"
23143   - "FIB_2M"
23144   layout:
23145     title: "ip4-3n-hsw-x710-64b-base_and_scale-ndr"
23146     layout: "plot-throughput-speedup-analysis"
23147
23148 - type: "plot"
23149   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
23150   algorithm: "plot_throughput_speedup_analysis"
23151   output-file-type: ".html"
23152   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
23153   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23154   filter: "'NIC_Intel-X710' and
23155            '64B' and
23156            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23157            'NDRPDR' and
23158            'IP4FWD' and
23159            not 'IPSEC' and
23160            not 'DOT1Q' and
23161            not 'VHOST'"
23162   parameters:
23163   - "throughput"
23164   - "parent"
23165   - "tags"
23166   sort:
23167   - "IP4BASE"
23168   - "FIB_20K"
23169   - "FIB_200K"
23170   - "FIB_2M"
23171   layout:
23172     title: "ip4-3n-hsw-x710-64b-base_and_scale-pdr"
23173     layout: "plot-throughput-speedup-analysis"
23174
23175 # Speedup - VPP IPv4 3n-hsw-x710 features
23176 - type: "plot"
23177   title: "Speedup: ip4-3n-hsw-x710-64b-features-ndr-tsa"
23178   algorithm: "plot_throughput_speedup_analysis"
23179   output-file-type: ".html"
23180   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-ndr-tsa"
23181   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23182   filter: "'NIC_Intel-X710' and
23183            '64B' and
23184            ('IP4BASE' or
23185             'POLICE_MARK' or
23186             'COPWHLIST' or
23187             ('NAT44' and 'BASE') or
23188             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
23189            'NDRPDR' and
23190            'IP4FWD' and
23191            not 'IPSEC' and
23192            not 'VHOST'"
23193   parameters:
23194   - "throughput"
23195   - "parent"
23196   - "tags"
23197   sort:
23198   - "DOT1Q"
23199   - "IP4BASE"
23200   - "NAT44"
23201   - "POLICE_MARK"
23202   - "COPWHLIST"
23203   - "IACL"
23204   - "OACL"
23205   layout:
23206     title: "ip4-3n-hsw-x710-64b-features-ndr"
23207     layout: "plot-throughput-speedup-analysis"
23208
23209 - type: "plot"
23210   title: "Speedup: ip4-3n-hsw-x710-64b-features-pdr-tsa"
23211   algorithm: "plot_throughput_speedup_analysis"
23212   output-file-type: ".html"
23213   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-pdr-tsa"
23214   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23215   filter: "'NIC_Intel-X710' and
23216            '64B' and
23217            ('IP4BASE' or
23218             'POLICE_MARK' or
23219             'COPWHLIST' or
23220             ('NAT44' and 'BASE') or
23221             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
23222            'NDRPDR' and
23223            'IP4FWD' and
23224            not 'IPSEC' and
23225            not 'VHOST'"
23226   parameters:
23227   - "throughput"
23228   - "parent"
23229   - "tags"
23230   sort:
23231   - "DOT1Q"
23232   - "IP4BASE"
23233   - "NAT44"
23234   - "POLICE_MARK"
23235   - "COPWHLIST"
23236   - "IACL"
23237   - "OACL"
23238   layout:
23239     title: "ip4-3n-hsw-x710-64b-features-pdr"
23240     layout: "plot-throughput-speedup-analysis"
23241
23242 # Speedup - VPP IPv4 3n-hsw-x710 features nat44
23243 - type: "plot"
23244   title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
23245   algorithm: "plot_throughput_speedup_analysis"
23246   output-file-type: ".html"
23247   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
23248   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23249   filter: "'NIC_Intel-X710' and
23250            '64B' and
23251            'NDRPDR' and
23252            'IP4FWD' and
23253            ('NAT44' or 'IP4BASE') and
23254            not 'IPSEC' and
23255            not 'VHOST'"
23256   parameters:
23257   - "throughput"
23258   - "parent"
23259   - "tags"
23260   sort:
23261   - "IP4BASE"
23262   - "BASE"
23263   - "SRC_USER_10"
23264   - "SRC_USER_100"
23265   - "SRC_USER_1000"
23266   - "SRC_USER_2000"
23267   layout:
23268     title: "ip4-3n-hsw-x710-64b-features-nat44-ndr"
23269     layout: "plot-throughput-speedup-analysis"
23270
23271 - type: "plot"
23272   title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
23273   algorithm: "plot_throughput_speedup_analysis"
23274   output-file-type: ".html"
23275   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
23276   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23277   filter: "'NIC_Intel-X710' and
23278            '64B' and
23279            'NDRPDR' and
23280            'IP4FWD' and
23281            ('NAT44' or 'IP4BASE') and
23282            not 'IPSEC' and
23283            not 'VHOST'"
23284   parameters:
23285   - "throughput"
23286   - "parent"
23287   - "tags"
23288   sort:
23289   - "IP4BASE"
23290   - "BASE"
23291   - "SRC_USER_10"
23292   - "SRC_USER_100"
23293   - "SRC_USER_1000"
23294   - "SRC_USER_2000"
23295   layout:
23296     title: "ip4-3n-hsw-x710-64b-features-nat44-pdr"
23297     layout: "plot-throughput-speedup-analysis"
23298
23299 # Speedup - VPP IPv4 3n-hsw-x710 features iacl
23300 - type: "plot"
23301   title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
23302   algorithm: "plot_throughput_speedup_analysis"
23303   output-file-type: ".html"
23304   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
23305   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23306   filter: "'NIC_Intel-X710' and
23307            '64B' and
23308            'NDRPDR' and
23309            'IP4FWD' and
23310            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
23311            not 'IPSEC' and
23312            not 'VHOST'"
23313   parameters:
23314   - "throughput"
23315   - "parent"
23316   - "tags"
23317   sort:
23318   - "IP4BASE"
23319   - "ACL_STATELESS"
23320   - "ACL_STATEFUL"
23321   - "ACL_STATELESS"
23322   - "ACL_STATEFUL"
23323   layout:
23324     title: "ip4-3n-hsw-x710-64b-features-iacl-ndr"
23325     layout: "plot-throughput-speedup-analysis"
23326
23327 - type: "plot"
23328   title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
23329   algorithm: "plot_throughput_speedup_analysis"
23330   output-file-type: ".html"
23331   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
23332   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23333   filter: "'NIC_Intel-X710' and
23334            '64B' and
23335            'NDRPDR' and
23336            'IP4FWD' and
23337            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
23338            not 'IPSEC' and
23339            not 'VHOST'"
23340   parameters:
23341   - "throughput"
23342   - "parent"
23343   - "tags"
23344   sort:
23345   - "IP4BASE"
23346   - "ACL_STATELESS"
23347   - "ACL_STATEFUL"
23348   - "ACL_STATELESS"
23349   - "ACL_STATEFUL"
23350   layout:
23351     title: "ip4-3n-hsw-x710-64b-features-iacl-pdr"
23352     layout: "plot-throughput-speedup-analysis"
23353
23354 # Speedup - VPP IPv4 3n-hsw-xl710 base and scale
23355 - type: "plot"
23356   title: "Speedup: ip4-3n-hsw-xl710-64b-base-ndr-tsa"
23357   algorithm: "plot_throughput_speedup_analysis"
23358   output-file-type: ".html"
23359   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base-ndr-tsa"
23360   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23361   filter: "'NIC_Intel-XL710' and
23362            '64B' and
23363            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23364            'NDRPDR' and
23365            'IP4FWD' and
23366            not 'IPSEC' and
23367            not 'VHOST'"
23368   parameters:
23369   - "throughput"
23370   - "parent"
23371   - "tags"
23372   sort:
23373   - "IP4BASE"
23374   - "FIB_20K"
23375   - "FIB_200K"
23376   - "FIB_2M"
23377   layout:
23378     title: "ip4-3n-hsw-xl710-64b-base-ndr"
23379     layout: "plot-throughput-speedup-analysis"
23380
23381 - type: "plot"
23382   title: "Speedup: ip4-3n-hsw-xl710-64b-base-pdr-tsa"
23383   algorithm: "plot_throughput_speedup_analysis"
23384   output-file-type: ".html"
23385   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base-pdr-tsa"
23386   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23387   filter: "'NIC_Intel-XL710' and
23388            '64B' and
23389            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23390            'NDRPDR' and
23391            'IP4FWD' and
23392            not 'IPSEC' and
23393            not 'VHOST'"
23394   parameters:
23395   - "throughput"
23396   - "parent"
23397   - "tags"
23398   sort:
23399   - "IP4BASE"
23400   - "FIB_20K"
23401   - "FIB_200K"
23402   - "FIB_2M"
23403   layout:
23404     title: "ip4-3n-hsw-xl710-64b-base-pdr"
23405     layout: "plot-throughput-speedup-analysis"
23406
23407 # Speedup - VPP IPv4 3n-skx-x710 base and scale
23408 - type: "plot"
23409   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
23410   algorithm: "plot_throughput_speedup_analysis"
23411   output-file-type: ".html"
23412   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
23413   data: "plot-vpp-throughput-lat-tsa-3n-skx"
23414   filter: "'NIC_Intel-X710' and
23415            '64B' and
23416            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23417            'NDRPDR' and
23418            'IP4FWD' and
23419            not 'IPSEC' and
23420            not 'DOT1Q' and
23421            not 'VHOST'"
23422   parameters:
23423   - "throughput"
23424   - "parent"
23425   - "tags"
23426   sort:
23427   - "IP4BASE"
23428   - "FIB_20K"
23429   - "FIB_200K"
23430   - "FIB_2M"
23431   layout:
23432     title: "ip4-3n-skx-x710-64b-base_and_scale-ndr"
23433     layout: "plot-throughput-speedup-analysis"
23434
23435 - type: "plot"
23436   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
23437   algorithm: "plot_throughput_speedup_analysis"
23438   output-file-type: ".html"
23439   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
23440   data: "plot-vpp-throughput-lat-tsa-3n-skx"
23441   filter: "'NIC_Intel-X710' and
23442            '64B' and
23443            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23444            'NDRPDR' and
23445            'IP4FWD' and
23446            not 'IPSEC' and
23447            not 'DOT1Q' and
23448            not 'VHOST'"
23449   parameters:
23450   - "throughput"
23451   - "parent"
23452   - "tags"
23453   sort:
23454   - "IP4BASE"
23455   - "FIB_20K"
23456   - "FIB_200K"
23457   - "FIB_2M"
23458   layout:
23459     title: "ip4-3n-skx-x710-64b-base_and_scale-pdr"
23460     layout: "plot-throughput-speedup-analysis"
23461
23462 # Speedup - VPP IPv4 3n-skx-x710 features
23463 - type: "plot"
23464   title: "Speedup: ip4-3n-skx-x710-64b-features-ndr-tsa"
23465   algorithm: "plot_throughput_speedup_analysis"
23466   output-file-type: ".html"
23467   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-ndr-tsa"
23468   data: "plot-vpp-throughput-lat-tsa-3n-skx"
23469   filter: "'NIC_Intel-X710' and
23470            '64B' and
23471            ('IP4BASE' or
23472             'POLICE_MARK' or
23473             'COPWHLIST' or
23474             ('NAT44' and 'BASE') or
23475             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
23476            'NDRPDR' and
23477            'IP4FWD' and
23478            not 'IPSEC' and
23479            not 'VHOST'"
23480   parameters:
23481   - "throughput"
23482   - "parent"
23483   - "tags"
23484   sort:
23485   - "DOT1Q"
23486   - "IP4BASE"
23487   - "NAT44"
23488   - "POLICE_MARK"
23489   - "COPWHLIST"
23490   - "IACL"
23491   - "OACL"
23492   layout:
23493     title: "ip4-3n-skx-x710-64b-features-ndr"
23494     layout: "plot-throughput-speedup-analysis"
23495
23496 - type: "plot"
23497   title: "Speedup: ip4-3n-skx-x710-64b-features-pdr-tsa"
23498   algorithm: "plot_throughput_speedup_analysis"
23499   output-file-type: ".html"
23500   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-pdr-tsa"
23501   data: "plot-vpp-throughput-lat-tsa-3n-skx"
23502   filter: "'NIC_Intel-X710' and
23503            '64B' and
23504            ('IP4BASE' or
23505             'POLICE_MARK' or
23506             'COPWHLIST' or
23507             ('NAT44' and 'BASE') or
23508             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
23509            'NDRPDR' and
23510            'IP4FWD' and
23511            not 'IPSEC' and
23512            not 'VHOST'"
23513   parameters:
23514   - "throughput"
23515   - "parent"
23516   - "tags"
23517   sort:
23518   - "DOT1Q"
23519   - "IP4BASE"
23520   - "NAT44"
23521   - "POLICE_MARK"
23522   - "COPWHLIST"
23523   - "IACL"
23524   - "OACL"
23525   layout:
23526     title: "ip4-3n-skx-x710-64b-features-pdr"
23527     layout: "plot-throughput-speedup-analysis"
23528
23529 # Speedup - VPP IPv4 3n-skx-x710 features nat44
23530 - type: "plot"
23531   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
23532   algorithm: "plot_throughput_speedup_analysis"
23533   output-file-type: ".html"
23534   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
23535   data: "plot-vpp-throughput-lat-tsa-3n-skx"
23536   filter: "'NIC_Intel-X710' and
23537            '64B' and
23538            'NDRPDR' and
23539            'IP4FWD' and
23540            ('NAT44' or 'IP4BASE') and
23541            not 'IPSEC' and
23542            not 'VHOST'"
23543   parameters:
23544   - "throughput"
23545   - "parent"
23546   - "tags"
23547   sort:
23548   - "IP4BASE"
23549   - "BASE"
23550   - "SRC_USER_10"
23551   - "SRC_USER_100"
23552   - "SRC_USER_1000"
23553   - "SRC_USER_2000"
23554   layout:
23555     title: "ip4-3n-skx-x710-64b-features-nat44-ndr"
23556     layout: "plot-throughput-speedup-analysis"
23557
23558 - type: "plot"
23559   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
23560   algorithm: "plot_throughput_speedup_analysis"
23561   output-file-type: ".html"
23562   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
23563   data: "plot-vpp-throughput-lat-tsa-3n-skx"
23564   filter: "'NIC_Intel-X710' and
23565            '64B' and
23566            'NDRPDR' and
23567            'IP4FWD' and
23568            ('NAT44' or 'IP4BASE') and
23569            not 'IPSEC' and
23570            not 'VHOST'"
23571   parameters:
23572   - "throughput"
23573   - "parent"
23574   - "tags"
23575   sort:
23576   - "IP4BASE"
23577   - "BASE"
23578   - "SRC_USER_10"
23579   - "SRC_USER_100"
23580   - "SRC_USER_1000"
23581   - "SRC_USER_2000"
23582   layout:
23583     title: "ip4-3n-skx-x710-64b-features-nat44-pdr"
23584     layout: "plot-throughput-speedup-analysis"
23585
23586 # Speedup - VPP IPv4 3n-skx-x710 features iacl
23587 - type: "plot"
23588   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
23589   algorithm: "plot_throughput_speedup_analysis"
23590   output-file-type: ".html"
23591   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
23592   data: "plot-vpp-throughput-lat-tsa-3n-skx"
23593   filter: "'NIC_Intel-X710' and
23594            '64B' and
23595            'NDRPDR' and
23596            'IP4FWD' and
23597            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
23598            not 'IPSEC' and
23599            not 'VHOST'"
23600   parameters:
23601   - "throughput"
23602   - "parent"
23603   - "tags"
23604   sort:
23605   - "IP4BASE"
23606   - "ACL_STATELESS"
23607   - "ACL_STATEFUL"
23608   - "ACL_STATELESS"
23609   - "ACL_STATEFUL"
23610   layout:
23611     title: "ip4-3n-skx-x710-64b-features-iacl-ndr"
23612     layout: "plot-throughput-speedup-analysis"
23613
23614 - type: "plot"
23615   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
23616   algorithm: "plot_throughput_speedup_analysis"
23617   output-file-type: ".html"
23618   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
23619   data: "plot-vpp-throughput-lat-tsa-3n-skx"
23620   filter: "'NIC_Intel-X710' and
23621            '64B' and
23622            'NDRPDR' and
23623            'IP4FWD' and
23624            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
23625            not 'IPSEC' and
23626            not 'VHOST'"
23627   parameters:
23628   - "throughput"
23629   - "parent"
23630   - "tags"
23631   sort:
23632   - "IP4BASE"
23633   - "ACL_STATELESS"
23634   - "ACL_STATEFUL"
23635   - "ACL_STATELESS"
23636   - "ACL_STATEFUL"
23637   layout:
23638     title: "ip4-3n-skx-x710-64b-features-iacl-pdr"
23639     layout: "plot-throughput-speedup-analysis"
23640
23641 ## Speedup - VPP IPv4 3n-skx-x710 features oacl
23642 #- type: "plot"
23643 #  title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
23644 #  algorithm: "plot_throughput_speedup_analysis"
23645 #  output-file-type: ".html"
23646 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
23647 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
23648 #  filter: "'NIC_Intel-X710' and
23649 #           '64B' and
23650 #           'NDRPDR' and
23651 #           'IP4FWD' and
23652 #           'OACL' and
23653 #           ('ACL10' or 'ACL50') and '10K_FLOWS' and
23654 #           not 'IPSEC' and
23655 #           not 'VHOST'"
23656 #  parameters:
23657 #  - "throughput"
23658 #  - "parent"
23659 #  - "tags"
23660 #  sort:
23661 #  - "ACL_STATELESS"
23662 #  - "ACL_STATEFUL"
23663 #  - "ACL_STATELESS"
23664 #  - "ACL_STATEFUL"
23665 #  layout:
23666 #    title: "ip4-3n-skx-x710-64b-features-oacl-ndr"
23667 #    layout: "plot-throughput-speedup-analysis"
23668 #
23669 #- type: "plot"
23670 #  title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
23671 #  algorithm: "plot_throughput_speedup_analysis"
23672 #  output-file-type: ".html"
23673 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
23674 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
23675 #  filter: "'NIC_Intel-X710' and
23676 #           '64B' and
23677 #           'NDRPDR' and
23678 #           'IP4FWD' and
23679 #           'OACL' and
23680 #           ('ACL10' or 'ACL50') and '10K_FLOWS' and
23681 #           not 'IPSEC' and
23682 #           not 'VHOST'"
23683 #  parameters:
23684 #  - "throughput"
23685 #  - "parent"
23686 #  - "tags"
23687 #  sort:
23688 #  - "ACL_STATELESS"
23689 #  - "ACL_STATEFUL"
23690 #  - "ACL_STATELESS"
23691 #  - "ACL_STATEFUL"
23692 #  layout:
23693 #    title: "ip4-3n-skx-x710-64b-features-oacl-pdr"
23694 #    layout: "plot-throughput-speedup-analysis"
23695
23696 # Speedup - VPP IPv4 2n-skx-x710 base and scale
23697 - type: "plot"
23698   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
23699   algorithm: "plot_throughput_speedup_analysis"
23700   output-file-type: ".html"
23701   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
23702   data: "plot-vpp-throughput-lat-tsa-2n-skx"
23703   filter: "'NIC_Intel-X710' and
23704            '64B' and
23705            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23706            'NDRPDR' and
23707            'IP4FWD' and
23708            not 'IPSEC' and
23709            not 'DOT1Q' and
23710            not 'VHOST'"
23711   parameters:
23712   - "throughput"
23713   - "parent"
23714   - "tags"
23715   sort:
23716   - "IP4BASE"
23717   - "FIB_20K"
23718   - "FIB_200K"
23719   - "FIB_2M"
23720   layout:
23721     title: "ip4-2n-skx-x710-64b-base_and_scale-ndr"
23722     layout: "plot-throughput-speedup-analysis"
23723
23724 - type: "plot"
23725   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
23726   algorithm: "plot_throughput_speedup_analysis"
23727   output-file-type: ".html"
23728   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
23729   data: "plot-vpp-throughput-lat-tsa-2n-skx"
23730   filter: "'NIC_Intel-X710' and
23731            '64B' and
23732            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23733            'NDRPDR' and
23734            'IP4FWD' and
23735            not 'IPSEC' and
23736            not 'DOT1Q' and
23737            not 'VHOST'"
23738   parameters:
23739   - "throughput"
23740   - "parent"
23741   - "tags"
23742   sort:
23743   - "IP4BASE"
23744   - "FIB_20K"
23745   - "FIB_200K"
23746   - "FIB_2M"
23747   layout:
23748     title: "ip4-2n-skx-x710-64b-base_and_scale-pdr"
23749     layout: "plot-throughput-speedup-analysis"
23750
23751 # Speedup - VPP IPv4 2n-skx-x710 features iacl
23752 - type: "plot"
23753   title: "Speedup: ip4-2n-skx-x710-64b-features-iacl-ndr-tsa"
23754   algorithm: "plot_throughput_speedup_analysis"
23755   output-file-type: ".html"
23756   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-features-iacl-ndr-tsa"
23757   data: "plot-vpp-throughput-lat-tsa-2n-skx"
23758   filter: "'NIC_Intel-X710' and
23759            '64B' and
23760            'NDRPDR' and
23761            'IP4FWD' and
23762            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
23763            not 'IPSEC' and
23764            not 'VHOST'"
23765   parameters:
23766   - "throughput"
23767   - "parent"
23768   - "tags"
23769   sort:
23770   - "IP4BASE"
23771   - "ACL_STATELESS"
23772   - "ACL_STATEFUL"
23773   - "ACL_STATELESS"
23774   - "ACL_STATEFUL"
23775   layout:
23776     title: "ip4-2n-skx-x710-64b-features-iacl-ndr"
23777     layout: "plot-throughput-speedup-analysis"
23778
23779 - type: "plot"
23780   title: "Speedup: ip4-2n-skx-x710-64b-features-iacl-pdr-tsa"
23781   algorithm: "plot_throughput_speedup_analysis"
23782   output-file-type: ".html"
23783   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-features-iacl-pdr-tsa"
23784   data: "plot-vpp-throughput-lat-tsa-2n-skx"
23785   filter: "'NIC_Intel-X710' and
23786            '64B' and
23787            'NDRPDR' and
23788            'IP4FWD' and
23789            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
23790            not 'IPSEC' and
23791            not 'VHOST'"
23792   parameters:
23793   - "throughput"
23794   - "parent"
23795   - "tags"
23796   sort:
23797   - "IP4BASE"
23798   - "ACL_STATELESS"
23799   - "ACL_STATEFUL"
23800   - "ACL_STATELESS"
23801   - "ACL_STATEFUL"
23802   layout:
23803     title: "ip4-2n-skx-x710-64b-features-iacl-pdr"
23804     layout: "plot-throughput-speedup-analysis"
23805
23806 # Speedup - VPP IPv4 2n-skx-xxv710 base and scale
23807 - type: "plot"
23808   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
23809   algorithm: "plot_throughput_speedup_analysis"
23810   output-file-type: ".html"
23811   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
23812   data: "plot-vpp-throughput-lat-tsa-2n-skx"
23813   filter: "'NIC_Intel-XXV710' and
23814            '64B' and
23815            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23816            'NDRPDR' and
23817            'IP4FWD' and
23818            not 'IPSEC' and
23819            not 'DOT1Q' and
23820            not 'VHOST'"
23821   parameters:
23822   - "throughput"
23823   - "parent"
23824   - "tags"
23825   sort:
23826   - "IP4BASE"
23827   - "FIB_20K"
23828   - "FIB_200K"
23829   - "FIB_2M"
23830   layout:
23831     title: "ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
23832     layout: "plot-throughput-speedup-analysis"
23833
23834 - type: "plot"
23835   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
23836   algorithm: "plot_throughput_speedup_analysis"
23837   output-file-type: ".html"
23838   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
23839   data: "plot-vpp-throughput-lat-tsa-2n-skx"
23840   filter: "'NIC_Intel-XXV710' and
23841            '64B' and
23842            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23843            'NDRPDR' and
23844            'IP4FWD' and
23845            not 'IPSEC' and
23846            not 'DOT1Q' and
23847            not 'VHOST'"
23848   parameters:
23849   - "throughput"
23850   - "parent"
23851   - "tags"
23852   sort:
23853   - "IP4BASE"
23854   - "FIB_20K"
23855   - "FIB_200K"
23856   - "FIB_2M"
23857   layout:
23858     title: "ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
23859     layout: "plot-throughput-speedup-analysis"
23860
23861 # Speedup - VPP IPv4 2n-dnv-x553 base
23862 - type: "plot"
23863   title: "Speedup: ip4-2n-dnv-x553-64b-base-ndr-tsa"
23864   algorithm: "plot_throughput_speedup_analysis"
23865   output-file-type: ".html"
23866   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-base-ndr-tsa"
23867   data: "intel-dnv-vpp"
23868   filter: "'NIC_Intel-X553' and
23869            '64B' and
23870            'IP4BASE' and
23871            'NDRPDR' and
23872            'IP4FWD' and
23873            not 'IPSEC' and
23874            not 'VHOST'"
23875   parameters:
23876   - "throughput"
23877   - "parent"
23878   - "tags"
23879   sort:
23880   - "IP4BASE"
23881   layout:
23882     title: "ip4-2n-dnv-x553-64b-base-ndr"
23883     layout: "plot-throughput-speedup-analysis"
23884
23885 - type: "plot"
23886   title: "Speedup: ip4-2n-dnv-x553-64b-base-pdr-tsa"
23887   algorithm: "plot_throughput_speedup_analysis"
23888   output-file-type: ".html"
23889   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-base-pdr-tsa"
23890   data: "intel-dnv-vpp"
23891   filter: "'NIC_Intel-X553' and
23892            '64B' and
23893            'IP4BASE' and
23894            'NDRPDR' and
23895            'IP4FWD' and
23896            not 'IPSEC' and
23897            not 'VHOST'"
23898   parameters:
23899   - "throughput"
23900   - "parent"
23901   - "tags"
23902   sort:
23903   - "IP4BASE"
23904   layout:
23905     title: "ip4-2n-dnv-x553-64b-base-pdr"
23906     layout: "plot-throughput-speedup-analysis"
23907
23908 ################################################################################
23909
23910 # Speedup - VPP IPv4 Tunnels 3n-hsw-x520 - features
23911 - type: "plot"
23912   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
23913   algorithm: "plot_throughput_speedup_analysis"
23914   output-file-type: ".html"
23915   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
23916   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23917   filter: "'NIC_Intel-X520-DA2' and
23918            '64B' and
23919            'ENCAP' and
23920            'NDRPDR' and
23921            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
23922            not 'DOT1Q' and
23923            not 'VHOST' and
23924            not 'IPSECHW'"
23925   parameters:
23926   - "throughput"
23927   - "parent"
23928   - "tags"
23929   sort:
23930   - "IP4BASE"
23931   - "L2BDMACLRN"
23932   - "L2XCFWD"
23933   - "LISP"
23934   layout:
23935     title: "ip4tun-3n-hsw-x520-64b-base_and_features-ndr"
23936     layout: "plot-throughput-speedup-analysis"
23937
23938 - type: "plot"
23939   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
23940   algorithm: "plot_throughput_speedup_analysis"
23941   output-file-type: ".html"
23942   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
23943   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23944   filter: "'NIC_Intel-X520-DA2' and
23945            '64B' and
23946            'ENCAP' and
23947            'NDRPDR' and
23948            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
23949            not 'DOT1Q' and
23950            not 'VHOST' and
23951            not 'IPSECHW'"
23952   parameters:
23953   - "throughput"
23954   - "parent"
23955   - "tags"
23956   sort:
23957   - "IP4BASE"
23958   - "L2BDMACLRN"
23959   - "L2XCFWD"
23960   - "LISP"
23961   layout:
23962     title: "ip4tun-3n-hsw-x520-64b-base_and_features-pdr"
23963     layout: "plot-throughput-speedup-analysis"
23964
23965 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710
23966 - type: "plot"
23967   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
23968   algorithm: "plot_throughput_speedup_analysis"
23969   output-file-type: ".html"
23970   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
23971   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23972   filter: "'NIC_Intel-X710' and
23973            '64B' and
23974            'ENCAP' and
23975            'NDRPDR' and
23976            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
23977            not 'VHOST' and
23978            not 'IPSECHW'"
23979   parameters:
23980   - "throughput"
23981   - "parent"
23982   - "tags"
23983   sort:
23984   - "IP4BASE"
23985   - "LISP"
23986   - "VXLAN_1"
23987   - "VXLAN_10"
23988   - "VXLAN_100"
23989   - "VXLAN_1000"
23990   layout:
23991     title: "ip4tun-3n-hsw-x710-64b-base_and_scale-ndr"
23992     layout: "plot-throughput-speedup-analysis"
23993
23994 - type: "plot"
23995   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
23996   algorithm: "plot_throughput_speedup_analysis"
23997   output-file-type: ".html"
23998   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
23999   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24000   filter: "'NIC_Intel-X710' and
24001            '64B' and
24002            'ENCAP' and
24003            'NDRPDR' and
24004            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
24005            not 'VHOST' and
24006            not 'IPSECHW'"
24007   parameters:
24008   - "throughput"
24009   - "parent"
24010   - "tags"
24011   sort:
24012   - "IP4BASE"
24013   - "LISP"
24014   - "VXLAN_1"
24015   - "VXLAN_10"
24016   - "VXLAN_100"
24017   - "VXLAN_1000"
24018   layout:
24019     title: "ip4tun-3n-hsw-x710-64b-base_and_scale-pdr"
24020     layout: "plot-throughput-speedup-analysis"
24021
24022 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710 - features
24023 - type: "plot"
24024   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
24025   algorithm: "plot_throughput_speedup_analysis"
24026   output-file-type: ".html"
24027   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
24028   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24029   filter: "'NIC_Intel-X710' and
24030            '64B' and
24031            'ENCAP' and
24032            'NDRPDR' and
24033            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
24034            not 'DOT1Q' and
24035            not 'VHOST' and
24036            not 'IPSECHW'"
24037   parameters:
24038   - "throughput"
24039   - "parent"
24040   - "tags"
24041   sort:
24042   - "IP4BASE"
24043   - "L2BDMACLRN"
24044   - "L2XCFWD"
24045   - "LISP"
24046   layout:
24047     title: "ip4tun-3n-hsw-x710-64b-base_and_features-ndr"
24048     layout: "plot-throughput-speedup-analysis"
24049
24050 - type: "plot"
24051   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
24052   algorithm: "plot_throughput_speedup_analysis"
24053   output-file-type: ".html"
24054   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
24055   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24056   filter: "'NIC_Intel-X710' and
24057            '64B' and
24058            'ENCAP' and
24059            'NDRPDR' and
24060            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
24061            not 'DOT1Q' and
24062            not 'VHOST' and
24063            not 'IPSECHW'"
24064   parameters:
24065   - "throughput"
24066   - "parent"
24067   - "tags"
24068   sort:
24069   - "IP4BASE"
24070   - "L2BDMACLRN"
24071   - "L2XCFWD"
24072   - "LISP"
24073   layout:
24074     title: "ip4tun-3n-hsw-x710-64b-base_and_features-pdr"
24075     layout: "plot-throughput-speedup-analysis"
24076
24077 # Speedup - VPP IPv4 Tunnels 3n-skx-x710
24078 - type: "plot"
24079   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
24080   algorithm: "plot_throughput_speedup_analysis"
24081   output-file-type: ".html"
24082   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
24083   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24084   filter: "'NIC_Intel-X710' and
24085            '64B' and
24086            'ENCAP' and
24087            'NDRPDR' and
24088            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
24089            not 'VHOST' and
24090            not 'IPSECHW'"
24091   parameters:
24092   - "throughput"
24093   - "parent"
24094   - "tags"
24095   sort:
24096   - "IP4BASE"
24097   - "LISP"
24098   - "VXLAN_1"
24099   - "VXLAN_10"
24100   - "VXLAN_100"
24101   - "VXLAN_1000"
24102   layout:
24103     title: "ip4tun-3n-skx-x710-64b-base_and_scale-ndr"
24104     layout: "plot-throughput-speedup-analysis"
24105
24106 - type: "plot"
24107   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
24108   algorithm: "plot_throughput_speedup_analysis"
24109   output-file-type: ".html"
24110   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
24111   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24112   filter: "'NIC_Intel-X710' and
24113            '64B' and
24114            'ENCAP' and
24115            'NDRPDR' and
24116            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
24117            not 'VHOST' and
24118            not 'IPSECHW'"
24119   parameters:
24120   - "throughput"
24121   - "parent"
24122   - "tags"
24123   sort:
24124   - "IP4BASE"
24125   - "LISP"
24126   - "VXLAN_1"
24127   - "VXLAN_10"
24128   - "VXLAN_100"
24129   - "VXLAN_1000"
24130   layout:
24131     title: "ip4tun-3n-skx-x710-64b-base_and_scale-pdr"
24132     layout: "plot-throughput-speedup-analysis"
24133
24134 # Speedup - VPP IPv4 Tunnels 3n-skx-x710 - features
24135 - type: "plot"
24136   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
24137   algorithm: "plot_throughput_speedup_analysis"
24138   output-file-type: ".html"
24139   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
24140   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24141   filter: "'NIC_Intel-X710' and
24142            '64B' and
24143            'ENCAP' and
24144            'NDRPDR' and
24145            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
24146            not 'DOT1Q' and
24147            not 'VHOST' and
24148            not 'IPSECHW'"
24149   parameters:
24150   - "throughput"
24151   - "parent"
24152   - "tags"
24153   sort:
24154   - "IP4BASE"
24155   - "L2BDMACLRN"
24156   - "L2XCFWD"
24157   - "LISP"
24158   layout:
24159     title: "ip4tun-3n-skx-x710-64b-base_and_features-ndr"
24160     layout: "plot-throughput-speedup-analysis"
24161
24162 - type: "plot"
24163   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
24164   algorithm: "plot_throughput_speedup_analysis"
24165   output-file-type: ".html"
24166   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
24167   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24168   filter: "'NIC_Intel-X710' and
24169            '64B' and
24170            'ENCAP' and
24171            'NDRPDR' and
24172            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
24173            not 'DOT1Q' and
24174            not 'VHOST' and
24175            not 'IPSECHW'"
24176   parameters:
24177   - "throughput"
24178   - "parent"
24179   - "tags"
24180   sort:
24181   - "IP4BASE"
24182   - "L2BDMACLRN"
24183   - "L2XCFWD"
24184   - "LISP"
24185   layout:
24186     title: "ip4tun-3n-skx-x710-64b-base_and_features-pdr"
24187     layout: "plot-throughput-speedup-analysis"
24188
24189 ################################################################################
24190
24191 # Speedup - VPP IPv6 3n-hsw-x520
24192 - type: "plot"
24193   title: "Speedup: ip6-3n-hsw-x520-78b-base-ndr-tsa"
24194   algorithm: "plot_throughput_speedup_analysis"
24195   output-file-type: ".html"
24196   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base-ndr-tsa"
24197   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24198   filter: "'NIC_Intel-X520-DA2' and
24199            '78B' and
24200            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24201            'NDRPDR' and
24202            'IP6FWD' and
24203            not 'SRv6' and
24204            not 'IPSEC' and
24205            not 'VHOST'"
24206   parameters:
24207   - "throughput"
24208   - "parent"
24209   - "tags"
24210   sort:
24211   - "IP6BASE"
24212   - "FIB_20K"
24213   - "FIB_200K"
24214   - "FIB_2M"
24215   layout:
24216     title: "ip6-3n-hsw-x520-78b-base-ndr"
24217     layout: "plot-throughput-speedup-analysis"
24218
24219 - type: "plot"
24220   title: "Speedup: ip6-3n-hsw-x520-78b-base-pdr-tsa"
24221   algorithm: "plot_throughput_speedup_analysis"
24222   output-file-type: ".html"
24223   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base-pdr-tsa"
24224   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24225   filter: "'NIC_Intel-X520-DA2' and
24226            '78B' and
24227            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24228            'NDRPDR' and
24229            'IP6FWD' and
24230            not 'SRv6' and
24231            not 'IPSEC' and
24232            not 'VHOST'"
24233   parameters:
24234   - "throughput"
24235   - "parent"
24236   - "tags"
24237   sort:
24238   - "IP6BASE"
24239   - "FIB_20K"
24240   - "FIB_200K"
24241   - "FIB_2M"
24242   layout:
24243     title: "ip6-3n-hsw-x520-78b-base-pdr"
24244     layout: "plot-throughput-speedup-analysis"
24245
24246 # Speedup - VPP IPv6 3n-hsw-x710
24247 - type: "plot"
24248   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
24249   algorithm: "plot_throughput_speedup_analysis"
24250   output-file-type: ".html"
24251   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
24252   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24253   filter: "'NIC_Intel-X710' and
24254            '78B' and
24255            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24256            'NDRPDR' and
24257            'IP6FWD' and
24258            not 'SRv6' and
24259            not 'IPSEC' and
24260            not 'VHOST'"
24261   parameters:
24262   - "throughput"
24263   - "parent"
24264   - "tags"
24265   sort:
24266   - "IP6BASE"
24267   - "FIB_20K"
24268   - "FIB_200K"
24269   - "FIB_2M"
24270   layout:
24271     title: "ip6-3n-hsw-x710-78b-base_and_scale-ndr"
24272     layout: "plot-throughput-speedup-analysis"
24273
24274 - type: "plot"
24275   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
24276   algorithm: "plot_throughput_speedup_analysis"
24277   output-file-type: ".html"
24278   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
24279   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24280   filter: "'NIC_Intel-X710' and
24281            '78B' and
24282            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24283            'NDRPDR' and
24284            'IP6FWD' and
24285            not 'SRv6' and
24286            not 'IPSEC' and
24287            not 'VHOST'"
24288   parameters:
24289   - "throughput"
24290   - "parent"
24291   - "tags"
24292   sort:
24293   - "IP6BASE"
24294   - "FIB_20K"
24295   - "FIB_200K"
24296   - "FIB_2M"
24297   layout:
24298     title: "ip6-3n-hsw-x710-78b-base_and_scale-pdr"
24299     layout: "plot-throughput-speedup-analysis"
24300
24301 # Speedup - VPP IPv6 3n-hsw-x710 features
24302 - type: "plot"
24303   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
24304   algorithm: "plot_throughput_speedup_analysis"
24305   output-file-type: ".html"
24306   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
24307   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24308   filter: "'NIC_Intel-X710' and
24309            '78B' and
24310            ('IP6BASE' or
24311             'POLICE_MARK' or
24312             'COPWHLIST' or
24313             'IACLDST') and
24314            'NDRPDR' and
24315            'IP6FWD' and
24316            not 'SRv6' and
24317            not 'IPSEC' and
24318            not 'VHOST'"
24319   parameters:
24320   - "throughput"
24321   - "parent"
24322   - "tags"
24323   sort:
24324   - "IP6BASE"
24325   - "POLICE_MARK"
24326   - "COPWHLIST"
24327   - "IACLDST"
24328   layout:
24329     title: "ip6-3n-hsw-x710-78b-base_and_features-ndr"
24330     layout: "plot-throughput-speedup-analysis"
24331
24332 - type: "plot"
24333   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
24334   algorithm: "plot_throughput_speedup_analysis"
24335   output-file-type: ".html"
24336   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
24337   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24338   filter: "'NIC_Intel-X710' and
24339            '78B' and
24340            ('IP6BASE' or
24341             'POLICE_MARK' or
24342             'COPWHLIST' or
24343             'IACLDST') and
24344            'NDRPDR' and
24345            'IP6FWD' and
24346            not 'SRv6' and
24347            not 'IPSEC' and
24348            not 'VHOST'"
24349   parameters:
24350   - "throughput"
24351   - "parent"
24352   - "tags"
24353   sort:
24354   - "IP6BASE"
24355   - "POLICE_MARK"
24356   - "COPWHLIST"
24357   - "IACLDST"
24358   layout:
24359     title: "ip6-3n-hsw-x710-78b-base_and_features-pdr"
24360     layout: "plot-throughput-speedup-analysis"
24361
24362 # Speedup - VPP IPv6 3n-hsw-xl710
24363 - type: "plot"
24364   title: "Speedup: ip6-3n-hsw-xl710-78b-base-ndr-tsa"
24365   algorithm: "plot_throughput_speedup_analysis"
24366   output-file-type: ".html"
24367   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base-ndr-tsa"
24368   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24369   filter: "'NIC_Intel-XL710' and
24370            '78B' and
24371            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24372            'NDRPDR' and
24373            'IP6FWD' and
24374            not 'SRv6' and
24375            not 'IPSEC' and
24376            not 'VHOST'"
24377   parameters:
24378   - "throughput"
24379   - "parent"
24380   - "tags"
24381   sort:
24382   - "IP6BASE"
24383   - "FIB_20K"
24384   - "FIB_200K"
24385   - "FIB_2M"
24386   layout:
24387     title: "ip6-3n-hsw-xl710-78b-base-ndr"
24388     layout: "plot-throughput-speedup-analysis"
24389
24390 - type: "plot"
24391   title: "Speedup: ip6-3n-hsw-xl710-78b-base-pdr-tsa"
24392   algorithm: "plot_throughput_speedup_analysis"
24393   output-file-type: ".html"
24394   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base-pdr-tsa"
24395   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24396   filter: "'NIC_Intel-XL710' and
24397            '78B' and
24398            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24399            'NDRPDR' and
24400            'IP6FWD' and
24401            not 'SRv6' and
24402            not 'IPSEC' and
24403            not 'VHOST'"
24404   parameters:
24405   - "throughput"
24406   - "parent"
24407   - "tags"
24408   sort:
24409   - "IP6BASE"
24410   - "FIB_20K"
24411   - "FIB_200K"
24412   - "FIB_2M"
24413   layout:
24414     title: "ip6-3n-hsw-xl710-78b-base-pdr"
24415     layout: "plot-throughput-speedup-analysis"
24416
24417 # Speedup - VPP IPv6 3n-skx-x710
24418 - type: "plot"
24419   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
24420   algorithm: "plot_throughput_speedup_analysis"
24421   output-file-type: ".html"
24422   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
24423   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24424   filter: "'NIC_Intel-X710' and
24425            '78B' and
24426            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24427            'NDRPDR' and
24428            'IP6FWD' and
24429            not 'SRv6' and
24430            not 'IPSEC' and
24431            not 'VHOST'"
24432   parameters:
24433   - "throughput"
24434   - "parent"
24435   - "tags"
24436   sort:
24437   - "IP6BASE"
24438   - "FIB_20K"
24439   - "FIB_200K"
24440   - "FIB_2M"
24441   layout:
24442     title: "ip6-3n-skx-x710-78b-base_and_scale-ndr"
24443     layout: "plot-throughput-speedup-analysis"
24444
24445 - type: "plot"
24446   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
24447   algorithm: "plot_throughput_speedup_analysis"
24448   output-file-type: ".html"
24449   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
24450   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24451   filter: "'NIC_Intel-X710' and
24452            '78B' and
24453            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24454            'NDRPDR' and
24455            'IP6FWD' and
24456            not 'SRv6' and
24457            not 'IPSEC' and
24458            not 'VHOST'"
24459   parameters:
24460   - "throughput"
24461   - "parent"
24462   - "tags"
24463   sort:
24464   - "IP6BASE"
24465   - "FIB_20K"
24466   - "FIB_200K"
24467   - "FIB_2M"
24468   layout:
24469     title: "ip6-3n-skx-x710-78b-base_and_scale-pdr"
24470     layout: "plot-throughput-speedup-analysis"
24471
24472 # Speedup - VPP IPv6 3n-skx-x710 features
24473 - type: "plot"
24474   title: "Speedup: ip6-3n-skx-x710-78b-base_and_features-ndr-tsa"
24475   algorithm: "plot_throughput_speedup_analysis"
24476   output-file-type: ".html"
24477   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_features-ndr-tsa"
24478   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24479   filter: "'NIC_Intel-X710' and
24480            '78B' and
24481            ('IP6BASE' or
24482             'POLICE_MARK' or
24483             'COPWHLIST' or
24484             'IACLDST') and
24485            'NDRPDR' and
24486            'IP6FWD' and
24487            not 'SRv6' and
24488            not 'IPSEC' and
24489            not 'VHOST'"
24490   parameters:
24491   - "throughput"
24492   - "parent"
24493   - "tags"
24494   sort:
24495   - "IP6BASE"
24496   - "POLICE_MARK"
24497   - "COPWHLIST"
24498   - "IACLDST"
24499   layout:
24500     title: "ip6-3n-skx-x710-78b-base_and_features-ndr"
24501     layout: "plot-throughput-speedup-analysis"
24502
24503 - type: "plot"
24504   title: "Speedup: ip6-3n-skx-x710-78b-base_and_features-pdr-tsa"
24505   algorithm: "plot_throughput_speedup_analysis"
24506   output-file-type: ".html"
24507   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_features-pdr-tsa"
24508   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24509   filter: "'NIC_Intel-X710' and
24510            '78B' and
24511            ('IP6BASE' or
24512             'POLICE_MARK' or
24513             'COPWHLIST' or
24514             'IACLDST') and
24515            'NDRPDR' and
24516            'IP6FWD' and
24517            not 'SRv6' and
24518            not 'IPSEC' and
24519            not 'VHOST'"
24520   parameters:
24521   - "throughput"
24522   - "parent"
24523   - "tags"
24524   sort:
24525   - "IP6BASE"
24526   - "POLICE_MARK"
24527   - "COPWHLIST"
24528   - "IACLDST"
24529   layout:
24530     title: "ip6-3n-skx-x710-78b-base_and_features-pdr"
24531     layout: "plot-throughput-speedup-analysis"
24532
24533 # Speedup - VPP IPv6 3n-skx-xxv710
24534 - type: "plot"
24535   title: "Speedup: ip6-3n-skx-xxv710-78b-base_and_scale-ndr-tsa"
24536   algorithm: "plot_throughput_speedup_analysis"
24537   output-file-type: ".html"
24538   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-base_and_scale-ndr-tsa"
24539   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24540   filter: "'NIC_Intel-XXV710' and
24541            '78B' and
24542            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24543            'NDRPDR' and
24544            'IP6FWD' and
24545            not 'SRv6' and
24546            not 'IPSEC' and
24547            not 'VHOST'"
24548   parameters:
24549   - "throughput"
24550   - "parent"
24551   - "tags"
24552   sort:
24553   - "IP6BASE"
24554   - "FIB_20K"
24555   - "FIB_200K"
24556   - "FIB_2M"
24557   layout:
24558     title: "ip6-3n-skx-xxv710-78b-base_and_scale-ndr"
24559     layout: "plot-throughput-speedup-analysis"
24560
24561 - type: "plot"
24562   title: "Speedup: ip6-3n-skx-xxv710-78b-base_and_scale-pdr-tsa"
24563   algorithm: "plot_throughput_speedup_analysis"
24564   output-file-type: ".html"
24565   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-base_and_scale-pdr-tsa"
24566   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24567   filter: "'NIC_Intel-XXV710' and
24568            '78B' and
24569            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24570            'NDRPDR' and
24571            'IP6FWD' and
24572            not 'SRv6' and
24573            not 'IPSEC' and
24574            not 'VHOST'"
24575   parameters:
24576   - "throughput"
24577   - "parent"
24578   - "tags"
24579   sort:
24580   - "IP6BASE"
24581   - "FIB_20K"
24582   - "FIB_200K"
24583   - "FIB_2M"
24584   layout:
24585     title: "ip6-3n-skx-xxv710-78b-base_and_scale-pdr"
24586     layout: "plot-throughput-speedup-analysis"
24587
24588 # Speedup - VPP IPv6 2n-skx-x710
24589 - type: "plot"
24590   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
24591   algorithm: "plot_throughput_speedup_analysis"
24592   output-file-type: ".html"
24593   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
24594   data: "plot-vpp-throughput-lat-tsa-2n-skx"
24595   filter: "'NIC_Intel-X710' and
24596            '78B' and
24597            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24598            'NDRPDR' and
24599            'IP6FWD' and
24600            not 'SRv6' and
24601            not 'IPSEC' and
24602            not 'VHOST'"
24603   parameters:
24604   - "throughput"
24605   - "parent"
24606   - "tags"
24607   sort:
24608   - "IP6BASE"
24609   - "FIB_20K"
24610   - "FIB_200K"
24611   - "FIB_2M"
24612   layout:
24613     title: "ip6-2n-skx-x710-78b-base_and_scale-ndr"
24614     layout: "plot-throughput-speedup-analysis"
24615
24616 - type: "plot"
24617   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
24618   algorithm: "plot_throughput_speedup_analysis"
24619   output-file-type: ".html"
24620   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
24621   data: "plot-vpp-throughput-lat-tsa-2n-skx"
24622   filter: "'NIC_Intel-X710' and
24623            '78B' and
24624            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24625            'NDRPDR' and
24626            'IP6FWD' and
24627            not 'SRv6' and
24628            not 'IPSEC' and
24629            not 'VHOST'"
24630   parameters:
24631   - "throughput"
24632   - "parent"
24633   - "tags"
24634   sort:
24635   - "IP6BASE"
24636   - "FIB_20K"
24637   - "FIB_200K"
24638   - "FIB_2M"
24639   layout:
24640     title: "ip6-2n-skx-x710-78b-base_and_scale-pdr"
24641     layout: "plot-throughput-speedup-analysis"
24642
24643 # Speedup - VPP IPv6 2n-skx-xxv710
24644 - type: "plot"
24645   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
24646   algorithm: "plot_throughput_speedup_analysis"
24647   output-file-type: ".html"
24648   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
24649   data: "plot-vpp-throughput-lat-tsa-2n-skx"
24650   filter: "'NIC_Intel-XXV710' and
24651            '78B' and
24652            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24653            'NDRPDR' and
24654            'IP6FWD' and
24655            not 'SRv6' and
24656            not 'IPSEC' and
24657            not 'VHOST'"
24658   parameters:
24659   - "throughput"
24660   - "parent"
24661   - "tags"
24662   sort:
24663   - "IP6BASE"
24664   - "FIB_20K"
24665   - "FIB_200K"
24666   - "FIB_2M"
24667   layout:
24668     title: "ip6-2n-skx-xxv710-78b-base_and_scale-ndr"
24669     layout: "plot-throughput-speedup-analysis"
24670
24671 - type: "plot"
24672   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
24673   algorithm: "plot_throughput_speedup_analysis"
24674   output-file-type: ".html"
24675   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
24676   data: "plot-vpp-throughput-lat-tsa-2n-skx"
24677   filter: "'NIC_Intel-XXV710' and
24678            '78B' and
24679            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24680            'NDRPDR' and
24681            'IP6FWD' and
24682            not 'SRv6' and
24683            not 'IPSEC' and
24684            not 'VHOST'"
24685   parameters:
24686   - "throughput"
24687   - "parent"
24688   - "tags"
24689   sort:
24690   - "IP6BASE"
24691   - "FIB_20K"
24692   - "FIB_200K"
24693   - "FIB_2M"
24694   layout:
24695     title: "ip6-2n-skx-xxv710-78b-base_and_scale-pdr"
24696     layout: "plot-throughput-speedup-analysis"
24697
24698 # Speedup - VPP IPv6 2n-dnv-x553 base
24699 - type: "plot"
24700   title: "Speedup: ip6-2n-dnv-x553-78b-base-ndr-tsa"
24701   algorithm: "plot_throughput_speedup_analysis"
24702   output-file-type: ".html"
24703   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-base-ndr-tsa"
24704   data: "intel-dnv-vpp"
24705   filter: "'NIC_Intel-X553' and
24706            '78B' and
24707            'IP6BASE' and
24708            'NDRPDR' and
24709            'IP6FWD' and
24710            not 'SRv6' and
24711            not 'IPSEC' and
24712            not 'VHOST'"
24713   parameters:
24714   - "throughput"
24715   - "parent"
24716   - "tags"
24717   sort:
24718   - "IP6BASE"
24719   layout:
24720     title: "ip6-2n-dnv-x553-78b-base-ndr"
24721     layout: "plot-throughput-speedup-analysis"
24722
24723 - type: "plot"
24724   title: "Speedup: ip6-2n-dnv-x553-78b-base-pdr-tsa"
24725   algorithm: "plot_throughput_speedup_analysis"
24726   output-file-type: ".html"
24727   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-base-pdr-tsa"
24728   data: "intel-dnv-vpp"
24729   filter: "'NIC_Intel-X553' and
24730            '78B' and
24731            'IP6BASE' and
24732            'NDRPDR' and
24733            'IP6FWD' and
24734            not 'SRv6' and
24735            not 'IPSEC' and
24736            not 'VHOST'"
24737   parameters:
24738   - "throughput"
24739   - "parent"
24740   - "tags"
24741   sort:
24742   - "IP6BASE"
24743   layout:
24744     title: "ip6-2n-dnv-x553-78b-base-pdr"
24745     layout: "plot-throughput-speedup-analysis"
24746
24747 ################################################################################
24748
24749 # Speedup - VPP IPv6 tunnels 3n-hsw-x520
24750 - type: "plot"
24751   title: "Speedup: ip6tun-3n-hsw-x520-78b-base-ndr-tsa"
24752   algorithm: "plot_throughput_speedup_analysis"
24753   output-file-type: ".html"
24754   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base-ndr-tsa"
24755   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24756   filter: "'NIC_Intel-X520-DA2' and
24757            '78B' and
24758            'ENCAP' and
24759            'NDRPDR' and
24760            'LISP' and
24761            not 'VHOST'"
24762   parameters:
24763   - "throughput"
24764   - "parent"
24765   - "tags"
24766   sort:
24767   - "IP4UNRLAY"
24768   - "IP6UNRLAY"
24769   layout:
24770     title: "ip6tun-3n-hsw-x520-78b-base-ndr"
24771     layout: "plot-throughput-speedup-analysis"
24772
24773 - type: "plot"
24774   title: "Speedup: ip6tun-3n-hsw-x520-78b-base-pdr-tsa"
24775   algorithm: "plot_throughput_speedup_analysis"
24776   output-file-type: ".html"
24777   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base-pdr-tsa"
24778   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24779   filter: "'NIC_Intel-X520-DA2' and
24780            '78B' and
24781            'ENCAP' and
24782            'NDRPDR' and
24783            'LISP' and
24784            not 'VHOST'"
24785   parameters:
24786   - "throughput"
24787   - "parent"
24788   - "tags"
24789   sort:
24790   - "IP4UNRLAY"
24791   - "IP6UNRLAY"
24792   layout:
24793     title: "ip6tun-3n-hsw-x520-78b-base-pdr"
24794     layout: "plot-throughput-speedup-analysis"
24795
24796 ################################################################################
24797
24798 # Speedup - VPP IPSec 3n-hsw-xl710 base
24799 - type: "plot"
24800   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
24801   algorithm: "plot_throughput_speedup_analysis"
24802   output-file-type: ".html"
24803   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
24804   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24805   filter: "'NIC_Intel-XL710' and
24806            '64B' and
24807            'IP4FWD' and
24808            'NDRPDR' and
24809            'BASE' and
24810            'IPSECHW' and
24811            ('IPSECTRAN' or 'IPSECTUN') and
24812            not 'VHOST'"
24813   parameters:
24814   - "throughput"
24815   - "parent"
24816   - "tags"
24817   layout:
24818     title: "ipsec-3n-hsw-xl710-64b-base-ndr"
24819     layout: "plot-throughput-speedup-analysis"
24820
24821 - type: "plot"
24822   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
24823   algorithm: "plot_throughput_speedup_analysis"
24824   output-file-type: ".html"
24825   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
24826   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24827   filter: "'NIC_Intel-XL710' and
24828            '64B' and
24829            'IP4FWD' and
24830            'NDRPDR' and
24831            'BASE' and
24832            'IPSECHW' and
24833            ('IPSECTRAN' or 'IPSECTUN') and
24834            not 'VHOST'"
24835   parameters:
24836   - "throughput"
24837   - "parent"
24838   - "tags"
24839   layout:
24840     title: "ipsec-3n-hsw-xl710-64b-base-pdr"
24841     layout: "plot-throughput-speedup-analysis"
24842
24843 # Speedup - VPP IPSec 3n-hsw-xl710 scale
24844 - type: "plot"
24845   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
24846   algorithm: "plot_throughput_speedup_analysis"
24847   output-file-type: ".html"
24848   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
24849   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24850   filter: "'NIC_Intel-XL710' and
24851            '64B' and
24852            'IP4FWD' and
24853            'NDRPDR' and
24854            'SCALE' and
24855            'IPSECHW' and
24856            ('IPSECTRAN' or 'IPSECTUN') and
24857            not 'VHOST'"
24858   parameters:
24859   - "throughput"
24860   - "parent"
24861   - "tags"
24862   layout:
24863     title: "ipsec-3n-hsw-xl710-64b-scale-ndr"
24864     layout: "plot-throughput-speedup-analysis"
24865
24866 - type: "plot"
24867   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
24868   algorithm: "plot_throughput_speedup_analysis"
24869   output-file-type: ".html"
24870   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
24871   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24872   filter: "'NIC_Intel-XL710' and
24873            '64B' and
24874            'IP4FWD' and
24875            'NDRPDR' and
24876            'SCALE' and
24877            'IPSECHW' and
24878            ('IPSECTRAN' or 'IPSECTUN') and
24879            not 'VHOST'"
24880   parameters:
24881   - "throughput"
24882   - "parent"
24883   - "tags"
24884   layout:
24885     title: "ipsec-3n-hsw-xl710-64b-scale-pdr"
24886     layout: "plot-throughput-speedup-analysis"
24887
24888 # Speedup - VPP IPSec 3n-hsw-xl710 sw
24889 - type: "plot"
24890   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
24891   algorithm: "plot_throughput_speedup_analysis"
24892   output-file-type: ".html"
24893   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
24894   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24895   filter: "'NIC_Intel-XL710' and
24896            '64B' and
24897            'IP4FWD' and
24898            'NDRPDR' and
24899            'IPSECSW' and
24900            ('IPSECTRAN' or 'IPSECTUN') and
24901            not 'VHOST'"
24902   parameters:
24903   - "throughput"
24904   - "parent"
24905   - "tags"
24906   layout:
24907     title: "ipsec-3n-hsw-xl710-64b-sw-ndr"
24908     layout: "plot-throughput-speedup-analysis"
24909
24910 - type: "plot"
24911   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
24912   algorithm: "plot_throughput_speedup_analysis"
24913   output-file-type: ".html"
24914   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
24915   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24916   filter: "'NIC_Intel-XL710' and
24917            '64B' and
24918            'IP4FWD' and
24919            'NDRPDR' and
24920            'IPSECSW' and
24921            ('IPSECTRAN' or 'IPSECTUN') and
24922            not 'VHOST'"
24923   parameters:
24924   - "throughput"
24925   - "parent"
24926   - "tags"
24927   layout:
24928     title: "ipsec-3n-hsw-xl710-64b-sw-pdr"
24929     layout: "plot-throughput-speedup-analysis"
24930
24931 ################################################################################
24932
24933 # Speedup - VPP SRv6 3n-hsw-x520
24934 - type: "plot"
24935   title: "Speedup: srv6-3n-hsw-x520-78b-features-ndr-tsa"
24936   algorithm: "plot_throughput_speedup_analysis"
24937   output-file-type: ".html"
24938   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-ndr-tsa"
24939   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24940   filter: "'NIC_Intel-X520-DA2' and
24941            '78B' and
24942            'FEATURE' and
24943            'NDRPDR' and
24944            'IP6FWD' and
24945            'SRv6'"
24946   parameters:
24947   - "throughput"
24948   - "parent"
24949   - "tags"
24950   layout:
24951     title: "srv6-3n-hsw-x520-78b-features-ndr"
24952     layout: "plot-throughput-speedup-analysis"
24953
24954 - type: "plot"
24955   title: "Speedup: srv6-3n-hsw-x520-78b-features-pdr-tsa"
24956   algorithm: "plot_throughput_speedup_analysis"
24957   output-file-type: ".html"
24958   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-pdr-tsa"
24959   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24960   filter: "'NIC_Intel-X520-DA2' and
24961            '78B' and
24962            'FEATURE' and
24963            'NDRPDR' and
24964            'IP6FWD' and
24965            'SRv6'"
24966   parameters:
24967   - "throughput"
24968   - "parent"
24969   - "tags"
24970   layout:
24971     title: "srv6-3n-hsw-x520-78b-features-pdr"
24972     layout: "plot-throughput-speedup-analysis"
24973
24974 ################################################################################
24975
24976 # Speedup - VPP L2 3n-hsw-x520 base and scale
24977 - type: "plot"
24978   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
24979   algorithm: "plot_throughput_speedup_analysis"
24980   output-file-type: ".html"
24981   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
24982   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24983   filter: "'NIC_Intel-X520-DA2' and
24984            '64B' and
24985            ('BASE' or 'SCALE') and
24986            'NDRPDR' and
24987            'ETH' and
24988            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24989            not 'VHOST' and
24990            not 'MEMIF'"
24991   parameters:
24992   - "throughput"
24993   - "parent"
24994   - "tags"
24995   sort:
24996   - "L2XCFWD"
24997   - "L2PATCH"
24998   - "L2BDMACLRN"
24999   - "FIB_10K"
25000   - "FIB_100K"
25001   - "FIB_1M"
25002   layout:
25003     title: "l2sw-3n-hsw-x520-64b-base_and_scale-ndr"
25004     layout: "plot-throughput-speedup-analysis"
25005
25006 - type: "plot"
25007   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25008   algorithm: "plot_throughput_speedup_analysis"
25009   output-file-type: ".html"
25010   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25011   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25012   filter: "'NIC_Intel-X520-DA2' and
25013            '64B' and
25014            ('BASE' or 'SCALE') and
25015            'NDRPDR' and
25016            'ETH' and
25017            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25018            not 'VHOST' and
25019            not 'MEMIF'"
25020   parameters:
25021   - "throughput"
25022   - "parent"
25023   - "tags"
25024   sort:
25025   - "L2XCFWD"
25026   - "L2PATCH"
25027   - "L2BDMACLRN"
25028   - "FIB_10K"
25029   - "FIB_100K"
25030   - "FIB_1M"
25031   layout:
25032     title: "l2sw-3n-hsw-x520-64b-base_and_scale-pdr"
25033     layout: "plot-throughput-speedup-analysis"
25034
25035 # Speedup - VPP L2 3n-hsw-x520 features
25036 - type: "plot"
25037   title: "Speedup: l2sw-3n-hsw-x520-64b-features-ndr-tsa"
25038   algorithm: "plot_throughput_speedup_analysis"
25039   output-file-type: ".html"
25040   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-ndr-tsa"
25041   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25042   filter: "'NIC_Intel-X520-DA2' and
25043            '64B' and
25044            'NDRPDR' and
25045            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
25046            not 'ACL' and
25047            not 'VHOST' and
25048            not 'MEMIF'"
25049   parameters:
25050   - "throughput"
25051   - "parent"
25052   - "tags"
25053   sort:
25054   - "L2XCBASE"    # l2xcbase
25055   - "L2BDBASE"    # l2bdbase
25056   - "L2XCFWD"     # dot1q-l2xcbase
25057   - "L2BDMACLRN"  # dot1q-l2bdbase
25058   layout:
25059     title: "l2sw-3n-hsw-x520-64b-features-ndr"
25060     layout: "plot-throughput-speedup-analysis"
25061
25062 - type: "plot"
25063   title: "Speedup: l2sw-3n-hsw-x520-64b-features-pdr-tsa"
25064   algorithm: "plot_throughput_speedup_analysis"
25065   output-file-type: ".html"
25066   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-pdr-tsa"
25067   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25068   filter: "'NIC_Intel-X520-DA2' and
25069            '64B' and
25070            'NDRPDR' and
25071            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
25072            not 'ACL' and
25073            not 'VHOST' and
25074            not 'MEMIF'"
25075   parameters:
25076   - "throughput"
25077   - "parent"
25078   - "tags"
25079   sort:
25080   - "L2XCBASE"    # l2xcbase
25081   - "L2BDBASE"    # l2bdbase
25082   - "L2XCFWD"     # dot1q-l2xcbase
25083   - "L2BDMACLRN"  # dot1q-l2bdbase
25084   layout:
25085     title: "l2sw-3n-hsw-x520-64b-features-pdr"
25086     layout: "plot-throughput-speedup-analysis"
25087
25088 # Speedup - VPP L2 3n-hsw-x520 features-iacl
25089 - type: "plot"
25090   title: "Speedup: l2sw-3n-hsw-x520-64b-features-iacl-ndr-tsa"
25091   algorithm: "plot_throughput_speedup_analysis"
25092   output-file-type: ".html"
25093   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-iacl-ndr-tsa"
25094   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25095   filter: "'NIC_Intel-X520-DA2' and
25096            'NDRPDR' and
25097            '64B' and
25098            'FEATURE' and
25099            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
25100            'IACL' and
25101            ('ACL1' or 'ACL50') and
25102            ('10K_FLOWS' or '10k_FLOWS') and
25103            not 'MACIP' and
25104            not 'VHOST' and
25105            not 'MEMIF'"
25106   parameters:
25107   - "throughput"
25108   - "parent"
25109   - "tags"
25110   layout:
25111     title: "l2sw-3n-hsw-x520-64b-features-iacl-ndr"
25112     layout: "plot-throughput-speedup-analysis"
25113
25114 - type: "plot"
25115   title: "Speedup: l2sw-3n-hsw-x520-64b-features-iacl-pdr-tsa"
25116   algorithm: "plot_throughput_speedup_analysis"
25117   output-file-type: ".html"
25118   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-iacl-pdr-tsa"
25119   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25120   filter: "'NIC_Intel-X520-DA2' and
25121            'NDRPDR' and
25122            '64B' and
25123            'FEATURE' and
25124            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
25125            'IACL' and
25126            ('ACL1' or 'ACL50') and
25127            ('10K_FLOWS' or '10k_FLOWS') and
25128            not 'MACIP' and
25129            not 'VHOST' and
25130            not 'MEMIF'"
25131   parameters:
25132   - "throughput"
25133   - "parent"
25134   - "tags"
25135   layout:
25136     title: "l2sw-3n-hsw-x520-64b-features-iacl-pdr"
25137     layout: "plot-throughput-speedup-analysis"
25138
25139 # Speedup - VPP L2 3n-hsw-x520 features-oacl
25140 - type: "plot"
25141   title: "Speedup: l2sw-3n-hsw-x520-64b-features-oacl-ndr-tsa"
25142   algorithm: "plot_throughput_speedup_analysis"
25143   output-file-type: ".html"
25144   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-oacl-ndr-tsa"
25145   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25146   filter: "'NIC_Intel-X520-DA2' and
25147            'NDRPDR' and
25148            '64B' and
25149            'FEATURE' and
25150            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
25151            'OACL' and
25152            ('ACL1' or 'ACL50') and
25153            ('10K_FLOWS' or '10k_FLOWS') and
25154            not 'MACIP' and
25155            not 'VHOST' and
25156            not 'MEMIF'"
25157   parameters:
25158   - "throughput"
25159   - "parent"
25160   - "tags"
25161   layout:
25162     title: "l2sw-3n-hsw-x520-64b-features-oacl-ndr"
25163     layout: "plot-throughput-speedup-analysis"
25164
25165 - type: "plot"
25166   title: "Speedup: l2sw-3n-hsw-x520-64b-features-oacl-pdr-tsa"
25167   algorithm: "plot_throughput_speedup_analysis"
25168   output-file-type: ".html"
25169   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-oacl-pdr-tsa"
25170   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25171   filter: "'NIC_Intel-X520-DA2' and
25172            'NDRPDR' and
25173            '64B' and
25174            'FEATURE' and
25175            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
25176            'OACL' and
25177            ('ACL1' or 'ACL50') and
25178            ('10K_FLOWS' or '10k_FLOWS') and
25179            not 'MACIP' and
25180            not 'VHOST' and
25181            not 'MEMIF'"
25182   parameters:
25183   - "throughput"
25184   - "parent"
25185   - "tags"
25186   layout:
25187     title: "l2sw-3n-hsw-x520-64b-features-oacl-pdr"
25188     layout: "plot-throughput-speedup-analysis"
25189
25190 # Speedup - VPP L2 3n-hsw-x520 features-oacl
25191 - type: "plot"
25192   title: "Speedup: l2sw-3n-hsw-x520-64b-features-oacl-ndr-tsa"
25193   algorithm: "plot_throughput_speedup_analysis"
25194   output-file-type: ".html"
25195   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-oacl-ndr-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            'OACL' and
25203            ('ACL1' or 'ACL50') and
25204            ('10K_FLOWS' or '10k_FLOWS') and
25205            not 'MACIP' and
25206            not 'VHOST' and
25207            not 'MEMIF'"
25208   parameters:
25209   - "throughput"
25210   - "parent"
25211   - "tags"
25212   layout:
25213     title: "l2sw-3n-hsw-x520-64b-features-oacl-ndr"
25214     layout: "plot-throughput-speedup-analysis"
25215
25216 - type: "plot"
25217   title: "Speedup: l2sw-3n-hsw-x520-64b-features-oacl-pdr-tsa"
25218   algorithm: "plot_throughput_speedup_analysis"
25219   output-file-type: ".html"
25220   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-oacl-pdr-tsa"
25221   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25222   filter: "'NIC_Intel-X520-DA2' and
25223            'NDRPDR' and
25224            '64B' and
25225            'FEATURE' and
25226            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
25227            'OACL' and
25228            ('ACL1' or 'ACL50') and
25229            ('10K_FLOWS' or '10k_FLOWS') and
25230            not 'MACIP' and
25231            not 'VHOST' and
25232            not 'MEMIF'"
25233   parameters:
25234   - "throughput"
25235   - "parent"
25236   - "tags"
25237   layout:
25238     title: "l2sw-3n-hsw-x520-64b-features-oacl-pdr"
25239     layout: "plot-throughput-speedup-analysis"
25240
25241 # Speedup - VPP L2 3n-hsw-x520 features-macip
25242 - type: "plot"
25243   title: "Speedup: l2sw-3n-hsw-x520-64b-features-macip-ndr-tsa"
25244   algorithm: "plot_throughput_speedup_analysis"
25245   output-file-type: ".html"
25246   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-macip-ndr-tsa"
25247   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25248   filter: "'NIC_Intel-X520-DA2' and
25249            'NDRPDR' and
25250            '64B' and
25251            'FEATURE' and
25252            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
25253            'MACIP' and
25254            ('ACL1' or 'ACL50') and
25255            ('10K_FLOWS' or '10k_FLOWS') and
25256            not 'VHOST' and
25257            not 'MEMIF'"
25258   parameters:
25259   - "throughput"
25260   - "parent"
25261   - "tags"
25262   layout:
25263     title: "l2sw-3n-hsw-x520-64b-features-macip-ndr"
25264     layout: "plot-throughput-speedup-analysis"
25265
25266 - type: "plot"
25267   title: "Speedup: l2sw-3n-hsw-x520-64b-features-macip-pdr-tsa"
25268   algorithm: "plot_throughput_speedup_analysis"
25269   output-file-type: ".html"
25270   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-macip-pdr-tsa"
25271   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25272   filter: "'NIC_Intel-X520-DA2' and
25273            'NDRPDR' and
25274            '64B' and
25275            'FEATURE' and
25276            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
25277            'MACIP' and
25278            ('ACL1' or 'ACL50') and
25279            ('10K_FLOWS' or '10k_FLOWS') and
25280            not 'VHOST' and
25281            not 'MEMIF'"
25282   parameters:
25283   - "throughput"
25284   - "parent"
25285   - "tags"
25286   layout:
25287     title: "l2sw-3n-hsw-x520-64b-features-macip-pdr"
25288     layout: "plot-throughput-speedup-analysis"
25289
25290 # Speedup - VPP L2 3n-hsw-x710 base and scale
25291 - type: "plot"
25292   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
25293   algorithm: "plot_throughput_speedup_analysis"
25294   output-file-type: ".html"
25295   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
25296   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25297   filter: "'NIC_Intel-X710' and
25298            '64B' and
25299            ('BASE' or 'SCALE') and
25300            'NDRPDR' and
25301            'ETH' and
25302            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25303            not 'VHOST' and
25304            not 'MEMIF' and
25305            not 'DRV_AVF'"
25306   parameters:
25307   - "throughput"
25308   - "parent"
25309   - "tags"
25310   sort:
25311   - "L2PATCH"
25312   - "L2XCFWD"
25313   - "L2BDMACLRN"
25314   - "FIB_10K"
25315   - "FIB_100K"
25316   - "FIB_1M"
25317   layout:
25318     title: "l2sw-3n-hsw-x710-64b-base_and_scale-ndr"
25319     layout: "plot-throughput-speedup-analysis"
25320
25321 - type: "plot"
25322   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
25323   algorithm: "plot_throughput_speedup_analysis"
25324   output-file-type: ".html"
25325   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
25326   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25327   filter: "'NIC_Intel-X710' and
25328            '64B' and
25329            ('BASE' or 'SCALE') and
25330            'NDRPDR' and
25331            'ETH' and
25332            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25333            not 'VHOST' and
25334            not 'MEMIF' and
25335            not 'DRV_AVF'"
25336   parameters:
25337   - "throughput"
25338   - "parent"
25339   - "tags"
25340   sort:
25341   - "L2PATCH"
25342   - "L2XCFWD"
25343   - "L2BDMACLRN"
25344   - "FIB_10K"
25345   - "FIB_100K"
25346   - "FIB_1M"
25347   layout:
25348     title: "l2sw-3n-hsw-x710-64b-base_and_scale-pdr"
25349     layout: "plot-throughput-speedup-analysis"
25350
25351 # Speedup - VPP L2 3n-hsw-x710 features
25352 - type: "plot"
25353   title: "Speedup: l2sw-3n-hsw-x710-64b-features-ndr-tsa"
25354   algorithm: "plot_throughput_speedup_analysis"
25355   output-file-type: ".html"
25356   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-ndr-tsa"
25357   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25358   filter: "'NIC_Intel-X710' and
25359            '64B' and
25360            'NDRPDR' and
25361            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
25362            not 'ACL' and
25363            not 'VHOST' and
25364            not 'L2OVRLAY' and
25365            not 'MEMIF'"
25366   parameters:
25367   - "throughput"
25368   - "parent"
25369   - "tags"
25370   sort:
25371   - "L2XCBASE"    # l2xcbase
25372   - "L2BDBASE"    # l2bdbase
25373   - "L2XCFWD"     # dot1q-l2xcbase
25374   - "L2BDMACLRN"  # dot1q-l2bdbase
25375   layout:
25376     title: "l2sw-3n-hsw-x710-64b-features-ndr"
25377     layout: "plot-throughput-speedup-analysis"
25378
25379 - type: "plot"
25380   title: "Speedup: l2sw-3n-hsw-x710-64b-features-pdr-tsa"
25381   algorithm: "plot_throughput_speedup_analysis"
25382   output-file-type: ".html"
25383   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-pdr-tsa"
25384   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25385   filter: "'NIC_Intel-X710' and
25386            '64B' and
25387            'NDRPDR' and
25388            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
25389            not 'ACL' and
25390            not 'VHOST' and
25391            not 'L2OVRLAY' and
25392            not 'MEMIF'"
25393   parameters:
25394   - "throughput"
25395   - "parent"
25396   - "tags"
25397   sort:
25398   - "L2XCBASE"    # l2xcbase
25399   - "L2BDBASE"    # l2bdbase
25400   - "L2XCFWD"     # dot1q-l2xcbase
25401   - "L2BDMACLRN"  # dot1q-l2bdbase
25402   layout:
25403     title: "l2sw-3n-hsw-x710-64b-features-pdr"
25404     layout: "plot-throughput-speedup-analysis"
25405
25406 # Speedup - VPP L2 3n-hsw-x710 features-iacl
25407 - type: "plot"
25408   title: "Speedup: l2sw-3n-hsw-x710-64b-features-iacl-ndr-tsa"
25409   algorithm: "plot_throughput_speedup_analysis"
25410   output-file-type: ".html"
25411   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-iacl-ndr-tsa"
25412   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25413   filter: "'NIC_Intel-X710' and
25414            'NDRPDR' and
25415            '64B' and
25416            'FEATURE' and
25417            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
25418            'IACL' and
25419            ('ACL1' or 'ACL50') and
25420            ('10K_FLOWS' or '10k_FLOWS') and
25421            not 'MACIP' and
25422            not 'VHOST' and
25423            not 'MEMIF'"
25424   parameters:
25425   - "throughput"
25426   - "parent"
25427   - "tags"
25428   layout:
25429     title: "l2sw-3n-hsw-x710-64b-features-iacl-ndr"
25430     layout: "plot-throughput-speedup-analysis"
25431
25432 - type: "plot"
25433   title: "Speedup: l2sw-3n-hsw-x710-64b-features-iacl-pdr-tsa"
25434   algorithm: "plot_throughput_speedup_analysis"
25435   output-file-type: ".html"
25436   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-iacl-pdr-tsa"
25437   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25438   filter: "'NIC_Intel-X710' and
25439            'NDRPDR' and
25440            '64B' and
25441            'FEATURE' and
25442            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
25443            'IACL' and
25444            ('ACL1' or 'ACL50') and
25445            ('10K_FLOWS' or '10k_FLOWS') and
25446            not 'MACIP' and
25447            not 'VHOST' and
25448            not 'MEMIF'"
25449   parameters:
25450   - "throughput"
25451   - "parent"
25452   - "tags"
25453   layout:
25454     title: "l2sw-3n-hsw-x710-64b-features-iacl-pdr"
25455     layout: "plot-throughput-speedup-analysis"
25456
25457 # Speedup - VPP L2 3n-hsw-xl710 base and scale
25458 - type: "plot"
25459   title: "Speedup: l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
25460   algorithm: "plot_throughput_speedup_analysis"
25461   output-file-type: ".html"
25462   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
25463   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25464   filter: "'NIC_Intel-XL710' and
25465            '64B' and
25466            'BASE' and
25467            'NDRPDR' and
25468            'ETH' and
25469            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25470            not 'VHOST' and
25471            not 'MEMIF'"
25472   parameters:
25473   - "throughput"
25474   - "parent"
25475   - "tags"
25476   sort:
25477   - "L2PATCH"
25478   - "L2XCFWD"
25479   - "L2BDMACLRN"
25480   layout:
25481     title: "l2sw-3n-hsw-xl710-64b-base-ndr"
25482     layout: "plot-throughput-speedup-analysis"
25483
25484 - type: "plot"
25485   title: "Speedup: l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
25486   algorithm: "plot_throughput_speedup_analysis"
25487   output-file-type: ".html"
25488   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
25489   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25490   filter: "'NIC_Intel-XL710' and
25491            '64B' and
25492            'BASE' and
25493            'NDRPDR' and
25494            'ETH' and
25495            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25496            not 'VHOST' and
25497            not 'MEMIF'"
25498   parameters:
25499   - "throughput"
25500   - "parent"
25501   - "tags"
25502   sort:
25503   - "L2PATCH"
25504   - "L2XCFWD"
25505   - "L2BDMACLRN"
25506   layout:
25507     title: "l2sw-3n-hsw-xl710-64b-base-pdr"
25508     layout: "plot-throughput-speedup-analysis"
25509
25510 # Speedup - VPP L2 3n-skx-x710 base and scale
25511 - type: "plot"
25512   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25513   algorithm: "plot_throughput_speedup_analysis"
25514   output-file-type: ".html"
25515   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25516   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25517   filter: "'NIC_Intel-X710' and
25518            '64B' and
25519            ('BASE' or 'SCALE') and
25520            'NDRPDR' and
25521            'ETH' and
25522            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25523            not 'VHOST' and
25524            not 'DRV_AVF' and
25525            not 'MEMIF'"
25526   parameters:
25527   - "throughput"
25528   - "parent"
25529   - "tags"
25530   sort:
25531   - "L2PATCH"
25532   - "L2XCBASE"
25533   - "BASE"
25534   - "FIB_10K"
25535   - "FIB_100K"
25536   - "FIB_1M"
25537   layout:
25538     title: "l2sw-3n-skx-x710-64b-base_and_scale-ndr"
25539     layout: "plot-throughput-speedup-analysis"
25540
25541 - type: "plot"
25542   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25543   algorithm: "plot_throughput_speedup_analysis"
25544   output-file-type: ".html"
25545   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25546   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25547   filter: "'NIC_Intel-X710' and
25548            '64B' and
25549            ('BASE' or 'SCALE') and
25550            'NDRPDR' and
25551            'ETH' and
25552            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25553            not 'VHOST' and
25554            not 'DRV_AVF' and
25555            not 'MEMIF'"
25556   parameters:
25557   - "throughput"
25558   - "parent"
25559   - "tags"
25560   sort:
25561   - "L2PATCH"
25562   - "L2XCBASE"
25563   - "BASE"
25564   - "FIB_10K"
25565   - "FIB_100K"
25566   - "FIB_1M"
25567   layout:
25568     title: "l2sw-3n-skx-x710-64b-base_and_scale-pdr"
25569     layout: "plot-throughput-speedup-analysis"
25570
25571 # Speedup - VPP L2 3n-skx-x710 features
25572 - type: "plot"
25573   title: "Speedup: l2sw-3n-skx-x710-64b-features-ndr-tsa"
25574   algorithm: "plot_throughput_speedup_analysis"
25575   output-file-type: ".html"
25576   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-ndr-tsa"
25577   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25578   filter: "'NIC_Intel-X710' and
25579            '64B' and
25580            'NDRPDR' and
25581            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
25582            not 'ACL' and
25583            not 'VHOST' and
25584            not 'DRV_AVF' and
25585            not 'L2OVRLAY' and
25586            not 'MEMIF'"
25587   parameters:
25588   - "throughput"
25589   - "parent"
25590   - "tags"
25591   sort:
25592   - "L2XCBASE"    # l2xcbase
25593   - "L2BDBASE"    # l2bdbase
25594   - "L2XCFWD"     # dot1q-l2xcbase
25595   - "L2BDMACLRN"  # dot1q-l2bdbase
25596   layout:
25597     title: "l2sw-3n-skx-x710-64b-features-ndr"
25598     layout: "plot-throughput-speedup-analysis"
25599
25600 - type: "plot"
25601   title: "Speedup: l2sw-3n-skx-x710-64b-features-pdr-tsa"
25602   algorithm: "plot_throughput_speedup_analysis"
25603   output-file-type: ".html"
25604   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-pdr-tsa"
25605   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25606   filter: "'NIC_Intel-X710' and
25607            '64B' and
25608            'NDRPDR' and
25609            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
25610            not 'ACL' and
25611            not 'VHOST' and
25612            not 'DRV_AVF' and
25613            not 'L2OVRLAY' and
25614            not 'MEMIF'"
25615   parameters:
25616   - "throughput"
25617   - "parent"
25618   - "tags"
25619   sort:
25620   - "L2XCBASE"    # l2xcbase
25621   - "L2BDBASE"    # l2bdbase
25622   - "L2XCFWD"     # dot1q-l2xcbase
25623   - "L2BDMACLRN"  # dot1q-l2bdbase
25624   layout:
25625     title: "l2sw-3n-skx-x710-64b-features-pdr"
25626     layout: "plot-throughput-speedup-analysis"
25627
25628 # Speedup - VPP L2 3n-skx-x710 features-iacl
25629 - type: "plot"
25630   title: "Speedup: l2sw-3n-skx-x710-64b-features-iacl-ndr-tsa"
25631   algorithm: "plot_throughput_speedup_analysis"
25632   output-file-type: ".html"
25633   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-iacl-ndr-tsa"
25634   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25635   filter: "'NIC_Intel-X710' and
25636            'NDRPDR' and
25637            '64B' and
25638            'FEATURE' and
25639            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
25640            'IACL' and
25641            ('ACL1' or 'ACL50') and
25642            ('10K_FLOWS' or '10k_FLOWS') and
25643            not 'MACIP' and
25644            not 'VHOST' and
25645            not 'MEMIF'"
25646   parameters:
25647   - "throughput"
25648   - "parent"
25649   - "tags"
25650   layout:
25651     title: "l2sw-3n-skx-x710-64b-features-iacl-ndr"
25652     layout: "plot-throughput-speedup-analysis"
25653
25654 - type: "plot"
25655   title: "Speedup: l2sw-3n-skx-x710-64b-features-iacl-pdr-tsa"
25656   algorithm: "plot_throughput_speedup_analysis"
25657   output-file-type: ".html"
25658   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-iacl-pdr-tsa"
25659   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25660   filter: "'NIC_Intel-X710' and
25661            'NDRPDR' and
25662            '64B' and
25663            'FEATURE' and
25664            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
25665            'IACL' and
25666            ('ACL1' or 'ACL50') and
25667            ('10K_FLOWS' or '10k_FLOWS') and
25668            not 'MACIP' and
25669            not 'VHOST' and
25670            not 'MEMIF'"
25671   parameters:
25672   - "throughput"
25673   - "parent"
25674   - "tags"
25675   layout:
25676     title: "l2sw-3n-skx-x710-64b-features-iacl-pdr"
25677     layout: "plot-throughput-speedup-analysis"
25678
25679 # Speedup - VPP L2 3n-skx-xxv710 base and scale
25680 - type: "plot"
25681   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25682   algorithm: "plot_throughput_speedup_analysis"
25683   output-file-type: ".html"
25684   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25685   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25686   filter: "'NIC_Intel-XXV710' and
25687            '64B' and
25688            ('BASE' or 'SCALE') and
25689            'NDRPDR' and
25690            'ETH' and
25691            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25692            not 'DRV_AVF' and
25693            not 'VHOST' and
25694            not 'MEMIF'"
25695   parameters:
25696   - "throughput"
25697   - "parent"
25698   - "tags"
25699 #  sort:
25700 #  - "L2PATCH"
25701 #  - "L2PATCH"
25702 #  - "L2XCBASE"
25703 #  - "L2BDMACLRN"
25704   layout:
25705     title: "l2sw-3n-skx-xxv710-64b-base_and_scale-ndr"
25706     layout: "plot-throughput-speedup-analysis"
25707
25708 - type: "plot"
25709   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
25710   algorithm: "plot_throughput_speedup_analysis"
25711   output-file-type: ".html"
25712   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
25713   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25714   filter: "'NIC_Intel-XXV710' and
25715            '64B' and
25716            ('BASE' or 'SCALE') and
25717            'NDRPDR' and
25718            'ETH' and
25719            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25720            not 'DRV_AVF' and
25721            not 'VHOST' and
25722            not 'MEMIF'"
25723   parameters:
25724   - "throughput"
25725   - "parent"
25726   - "tags"
25727 #  sort:
25728 #  - "L2PATCH"
25729 #  - "L2PATCH"
25730 #  - "L2XCBASE"
25731 #  - "L2BDMACLRN"
25732   layout:
25733     title: "l2sw-3n-skx-xxv710-64b-base_and_scale-pdr"
25734     layout: "plot-throughput-speedup-analysis"
25735
25736 # Speedup - VPP L2 2n-skx-x710 base and scale
25737 - type: "plot"
25738   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
25739   algorithm: "plot_throughput_speedup_analysis"
25740   output-file-type: ".html"
25741   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
25742   data: "plot-vpp-throughput-lat-tsa-2n-skx"
25743   filter: "'NIC_Intel-X710' and
25744            '64B' and
25745            ('BASE' or 'SCALE') and
25746            'NDRPDR' and
25747            'ETH' and
25748            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25749            not 'VHOST' and
25750            not 'MEMIF'"
25751   parameters:
25752   - "throughput"
25753   - "parent"
25754   - "tags"
25755   sort:
25756   - "L2PATCH"
25757   - "L2XCBASE"
25758   - "BASE"
25759   - "FIB_10K"
25760   - "FIB_100K"
25761   - "FIB_1M"
25762   layout:
25763     title: "l2sw-2n-skx-x710-64b-base_and_scale-ndr"
25764     layout: "plot-throughput-speedup-analysis"
25765
25766 - type: "plot"
25767   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
25768   algorithm: "plot_throughput_speedup_analysis"
25769   output-file-type: ".html"
25770   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
25771   data: "plot-vpp-throughput-lat-tsa-2n-skx"
25772   filter: "'NIC_Intel-X710' and
25773            '64B' and
25774            ('BASE' or 'SCALE') and
25775            'NDRPDR' and
25776            'ETH' and
25777            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25778            not 'VHOST' and
25779            not 'MEMIF'"
25780   parameters:
25781   - "throughput"
25782   - "parent"
25783   - "tags"
25784   sort:
25785   - "L2PATCH"
25786   - "L2XCBASE"
25787   - "BASE"
25788   - "FIB_10K"
25789   - "FIB_100K"
25790   - "FIB_1M"
25791   layout:
25792     title: "l2sw-2n-skx-x710-64b-base_and_scale-pdr"
25793     layout: "plot-throughput-speedup-analysis"
25794
25795 # Speedup - VPP L2 2n-skx-xxv710 base and scale
25796 - type: "plot"
25797   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25798   algorithm: "plot_throughput_speedup_analysis"
25799   output-file-type: ".html"
25800   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25801   data: "plot-vpp-throughput-lat-tsa-2n-skx"
25802   filter: "'NIC_Intel-XXV710' and
25803            '64B' and
25804            ('BASE' or 'SCALE') and
25805            'NDRPDR' and
25806            'ETH' and
25807            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25808            not 'VHOST' and
25809            not 'MEMIF'"
25810   parameters:
25811   - "throughput"
25812   - "parent"
25813   - "tags"
25814   sort:
25815   - "L2PATCH"
25816   - "L2XCBASE"
25817   - "BASE"
25818   - "FIB_10K"
25819   - "FIB_100K"
25820   - "FIB_1M"
25821   layout:
25822     title: "l2sw-2n-skx-xxv710-64b-base_and_scale-ndr"
25823     layout: "plot-throughput-speedup-analysis"
25824
25825 - type: "plot"
25826   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
25827   algorithm: "plot_throughput_speedup_analysis"
25828   output-file-type: ".html"
25829   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
25830   data: "plot-vpp-throughput-lat-tsa-2n-skx"
25831   filter: "'NIC_Intel-XXV710' and
25832            '64B' and
25833            ('BASE' or 'SCALE') and
25834            'NDRPDR' and
25835            'ETH' and
25836            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25837            not 'VHOST' and
25838            not 'MEMIF'"
25839   parameters:
25840   - "throughput"
25841   - "parent"
25842   - "tags"
25843   sort:
25844   - "L2PATCH"
25845   - "L2XCBASE"
25846   - "BASE"
25847   - "FIB_10K"
25848   - "FIB_100K"
25849   - "FIB_1M"
25850   layout:
25851     title: "l2sw-2n-skx-xxv710-64b-base_and_scale-pdr"
25852     layout: "plot-throughput-speedup-analysis"
25853
25854 # Speedup - VPP L2 2n-dnv-x553 base
25855 - type: "plot"
25856   title: "Speedup: l2sw-2n-dnv-x553-64b-base-ndr-tsa"
25857   algorithm: "plot_throughput_speedup_analysis"
25858   output-file-type: ".html"
25859   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-base-ndr-tsa"
25860   data: "intel-dnv-vpp"
25861   filter: "'NIC_Intel-X553' and
25862            '64B' and
25863            ('BASE' or 'SCALE') and
25864            'NDRPDR' and
25865            'ETH' and
25866            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25867            not 'VHOST' and
25868            not 'MEMIF'"
25869   parameters:
25870   - "throughput"
25871   - "parent"
25872   - "tags"
25873   sort:
25874   - "L2XCBASE"
25875   - "L2BDMACLRN"
25876   - "L2PATCH"
25877   layout:
25878     title: "l2sw-2n-dnv-x553-64b-base-ndr"
25879     layout: "plot-throughput-speedup-analysis"
25880
25881 - type: "plot"
25882   title: "Speedup: l2sw-2n-dnv-x553-64b-base-pdr-tsa"
25883   algorithm: "plot_throughput_speedup_analysis"
25884   output-file-type: ".html"
25885   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-base-pdr-tsa"
25886   data: "intel-dnv-vpp"
25887   filter: "'NIC_Intel-X553' and
25888            '64B' and
25889            ('BASE' or 'SCALE') and
25890            'NDRPDR' and
25891            'ETH' and
25892            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25893            not 'VHOST' and
25894            not 'MEMIF'"
25895   parameters:
25896   - "throughput"
25897   - "parent"
25898   - "tags"
25899   sort:
25900   - "L2XCBASE"
25901   - "L2BDMACLRN"
25902   - "L2PATCH"
25903   layout:
25904     title: "l2sw-2n-dnv-x553-64b-base-pdr"
25905     layout: "plot-throughput-speedup-analysis"
25906
25907 ################################################################################
25908
25909 # Packet Speedup - VPP vhost ip4 3n-hsw-x520
25910 - type: "plot"
25911   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25912   algorithm: "plot_throughput_speedup_analysis"
25913   output-file-type: ".html"
25914   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25915   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25916   filter: "'NIC_Intel-X520-DA2' and
25917            '64B' and
25918            'NDRPDR' and
25919            'ETH' and
25920            'IP4FWD' and
25921            'VHOST_1024' and
25922            not 'VXLAN' and
25923            not 'DOT1Q'"
25924   parameters:
25925   - "throughput"
25926   - "parent"
25927   - "tags"
25928   sort:
25929   - "not CFS_OPT"
25930   - "1VM"
25931   - "2VM"
25932   layout:
25933     title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr"
25934     layout: "plot-throughput-speedup-analysis"
25935
25936 - type: "plot"
25937   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25938   algorithm: "plot_throughput_speedup_analysis"
25939   output-file-type: ".html"
25940   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25941   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25942   filter: "'NIC_Intel-X520-DA2' and
25943            '64B' and
25944            'NDRPDR' and
25945            'ETH' and
25946            'IP4FWD' and
25947            'VHOST_1024' and
25948            not 'VXLAN' and
25949            not 'DOT1Q'"
25950   parameters:
25951   - "throughput"
25952   - "parent"
25953   - "tags"
25954   sort:
25955   - "not CFS_OPT"
25956   - "1VM"
25957   - "2VM"
25958   layout:
25959     title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr"
25960     layout: "plot-throughput-speedup-analysis"
25961
25962 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base
25963 - type: "plot"
25964   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_features-ndr-tsa"
25965   algorithm: "plot_throughput_speedup_analysis"
25966   output-file-type: ".html"
25967   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_features-ndr-tsa"
25968   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25969   filter: "'NIC_Intel-X520-DA2' and
25970            '64B' and
25971            'NDRPDR' and
25972            ('ETH' or 'DOT1Q') and
25973            'BASE' and
25974            ('L2BDMACLRN' or 'L2XCFWD') and
25975            'VHOST_1024' and
25976            not 'VXLAN' and
25977            not 'IP4FWD' and
25978            not '2VM'"
25979   parameters:
25980   - "throughput"
25981   - "parent"
25982   - "tags"
25983   sort:
25984   - "L2BDMACLRN"
25985   - "L2BDMACLRN"
25986   - "L2BDMACLRN"
25987   - "L2XCFWD"
25988   - "L2XCFWD"
25989   - "L2XCFWD"
25990   layout:
25991     title: "vhost-l2sw-3n-hsw-x520-64b-base_and_features-ndr"
25992     layout: "plot-throughput-speedup-analysis"
25993
25994 - type: "plot"
25995   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_features-pdr-tsa"
25996   algorithm: "plot_throughput_speedup_analysis"
25997   output-file-type: ".html"
25998   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_features-pdr-tsa"
25999   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26000   filter: "'NIC_Intel-X520-DA2' and
26001            '64B' and
26002            'NDRPDR' and
26003            ('ETH' or 'DOT1Q') and
26004            'BASE' and
26005            ('L2BDMACLRN' or 'L2XCFWD') and
26006            'VHOST_1024' and
26007            not 'VXLAN' and
26008            not 'IP4FWD' and
26009            not '2VM'"
26010   parameters:
26011   - "throughput"
26012   - "parent"
26013   - "tags"
26014   sort:
26015   - "L2BDMACLRN"
26016   - "L2BDMACLRN"
26017   - "L2BDMACLRN"
26018   - "L2XCFWD"
26019   - "L2XCFWD"
26020   - "L2XCFWD"
26021   layout:
26022     title: "vhost-l2sw-3n-hsw-x520-64b-base_and_features-pdr"
26023     layout: "plot-throughput-speedup-analysis"
26024
26025 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base vm
26026 - type: "plot"
26027   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
26028   algorithm: "plot_throughput_speedup_analysis"
26029   output-file-type: ".html"
26030   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
26031   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26032   filter: "'NIC_Intel-X520-DA2' and
26033            '64B' and
26034            'NDRPDR' and
26035            ('ETH' or 'DOT1Q') and
26036            ('L2BDMACLRN' or 'L2XCFWD') and
26037            'VHOST_1024' and
26038            not 'CFS_OPT' and
26039            not 'DOT1Q' and
26040            not 'VXLAN' and
26041            not 'IP4FWD' and
26042            not 'LBOND'"
26043   parameters:
26044   - "throughput"
26045   - "parent"
26046   - "tags"
26047 #  sort:
26048 #  - "1VM"
26049 #  - "L2XCFWD"
26050 #  - "1VM"
26051 #  - "L2BDMACLRN"
26052   layout:
26053     title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr"
26054     layout: "plot-throughput-speedup-analysis"
26055
26056 - type: "plot"
26057   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
26058   algorithm: "plot_throughput_speedup_analysis"
26059   output-file-type: ".html"
26060   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
26061   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26062   filter: "'NIC_Intel-X520-DA2' and
26063            '64B' and
26064            'NDRPDR' and
26065            ('ETH' or 'DOT1Q') and
26066            ('L2BDMACLRN' or 'L2XCFWD') and
26067            'VHOST_1024' and
26068            not 'CFS_OPT' and
26069            not 'DOT1Q' and
26070            not 'VXLAN' and
26071            not 'IP4FWD' and
26072            not 'LBOND'"
26073   parameters:
26074   - "throughput"
26075   - "parent"
26076   - "tags"
26077 #  sort:
26078 #  - "1VM"
26079 #  - "L2XCFWD"
26080 #  - "1VM"
26081 #  - "L2BDMACLRN"
26082   layout:
26083     title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr"
26084     layout: "plot-throughput-speedup-analysis"
26085
26086 # Packet Speedup - VPP vhost ip4 3n-hsw-x710
26087 - type: "plot"
26088   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
26089   algorithm: "plot_throughput_speedup_analysis"
26090   output-file-type: ".html"
26091   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
26092   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26093   filter: "'NIC_Intel-X710' and
26094            '64B' and
26095            'NDRPDR' and
26096            'ETH' and
26097            'IP4FWD' and
26098            'VHOST_1024' and
26099            not 'VXLAN' and
26100            not 'CFS_OPT' and
26101            not 'DOT1Q'"
26102   parameters:
26103   - "throughput"
26104   - "parent"
26105   - "tags"
26106   sort:
26107   - "1VM"
26108   - "2VM"
26109   layout:
26110     title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr"
26111     layout: "plot-throughput-speedup-analysis"
26112
26113 - type: "plot"
26114   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
26115   algorithm: "plot_throughput_speedup_analysis"
26116   output-file-type: ".html"
26117   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
26118   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26119   filter: "'NIC_Intel-X710' and
26120            '64B' and
26121            'NDRPDR' and
26122            'ETH' and
26123            'IP4FWD' and
26124            'VHOST_1024' and
26125            not 'VXLAN' and
26126            not 'CFS_OPT' and
26127            not 'DOT1Q'"
26128   parameters:
26129   - "throughput"
26130   - "parent"
26131   - "tags"
26132   sort:
26133   - "1VM"
26134   - "2VM"
26135   layout:
26136     title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr"
26137     layout: "plot-throughput-speedup-analysis"
26138
26139 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base
26140 - type: "plot"
26141   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_features-ndr-tsa"
26142   algorithm: "plot_throughput_speedup_analysis"
26143   output-file-type: ".html"
26144   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_features-ndr-tsa"
26145   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26146   filter: "'NIC_Intel-X710' and
26147            '64B' and
26148            'NDRPDR' and
26149            ('ETH' or 'DOT1Q') and
26150            'BASE' and
26151            ('L2BDMACLRN' or 'L2XCFWD') and
26152            'VHOST_1024' and
26153            not 'VXLAN' and
26154            not 'IP4FWD' and
26155            not '2VM'"
26156   parameters:
26157   - "throughput"
26158   - "parent"
26159   - "tags"
26160   sort:
26161   - "L2BDMACLRN"
26162   - "L2BDMACLRN"
26163   - "L2BDMACLRN"
26164   - "L2XCFWD"
26165   - "L2XCFWD"
26166   - "L2XCFWD"
26167   layout:
26168     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_features-ndr"
26169     layout: "plot-throughput-speedup-analysis"
26170
26171 - type: "plot"
26172   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_features-pdr-tsa"
26173   algorithm: "plot_throughput_speedup_analysis"
26174   output-file-type: ".html"
26175   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_features-pdr-tsa"
26176   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26177   filter: "'NIC_Intel-X710' and
26178            '64B' and
26179            'NDRPDR' and
26180            ('ETH' or 'DOT1Q') and
26181            'BASE' and
26182            ('L2BDMACLRN' or 'L2XCFWD') and
26183            'VHOST_1024' and
26184            not 'VXLAN' and
26185            not 'IP4FWD' and
26186            not '2VM'"
26187   parameters:
26188   - "throughput"
26189   - "parent"
26190   - "tags"
26191   sort:
26192   - "L2BDMACLRN"
26193   - "L2BDMACLRN"
26194   - "L2BDMACLRN"
26195   - "L2XCFWD"
26196   - "L2XCFWD"
26197   - "L2XCFWD"
26198   layout:
26199     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_features-pdr"
26200     layout: "plot-throughput-speedup-analysis"
26201
26202 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base vm
26203 - type: "plot"
26204   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-ndr-tsa"
26205   algorithm: "plot_throughput_speedup_analysis"
26206   output-file-type: ".html"
26207   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-ndr-tsa"
26208   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26209   filter: "'NIC_Intel-X710' and
26210            '64B' and
26211            'NDRPDR' and
26212            ('ETH' or 'DOT1Q') and
26213            ('L2BDMACLRN' or 'L2XCFWD') and
26214            'VHOST_1024' and
26215            not 'CFS_OPT' and
26216            not 'VXLAN' and
26217            not 'IP4FWD' and
26218            not 'LBOND'"
26219   parameters:
26220   - "throughput"
26221   - "parent"
26222   - "tags"
26223   sort:
26224   - "L2BDMACLRN"
26225   - "L2BDMACLRN"
26226   - "L2BDMACLRN"
26227   - "L2XCFWD"
26228   - "L2XCFWD"
26229   - "L2XCFWD"
26230   layout:
26231     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-ndr"
26232     layout: "plot-throughput-speedup-analysis"
26233
26234 - type: "plot"
26235   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-pdr-tsa"
26236   algorithm: "plot_throughput_speedup_analysis"
26237   output-file-type: ".html"
26238   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-pdr-tsa"
26239   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26240   filter: "'NIC_Intel-X710' and
26241            '64B' and
26242            'NDRPDR' and
26243            ('ETH' or 'DOT1Q') and
26244            ('L2BDMACLRN' or 'L2XCFWD') and
26245            'VHOST_1024' and
26246            not 'CFS_OPT' and
26247            not 'VXLAN' and
26248            not 'IP4FWD' and
26249            not 'LBOND'"
26250   parameters:
26251   - "throughput"
26252   - "parent"
26253   - "tags"
26254   sort:
26255   - "L2BDMACLRN"
26256   - "L2BDMACLRN"
26257   - "L2BDMACLRN"
26258   - "L2XCFWD"
26259   - "L2XCFWD"
26260   - "L2XCFWD"
26261   layout:
26262     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-pdr"
26263     layout: "plot-throughput-speedup-analysis"
26264
26265 # Packet Speedup - VPP vhost ip4 3n-skx-x710
26266 - type: "plot"
26267   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
26268   algorithm: "plot_throughput_speedup_analysis"
26269   output-file-type: ".html"
26270   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
26271   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26272   filter: "'NIC_Intel-X710' and
26273            '64B' and
26274            'NDRPDR' and
26275            'ETH' and
26276            'IP4FWD' and
26277            'VHOST_1024' and
26278            not 'VXLAN' and
26279            not 'DOT1Q'"
26280   parameters:
26281   - "throughput"
26282   - "parent"
26283   - "tags"
26284   sort:
26285   - "1VM"
26286   - "2VM"
26287   layout:
26288     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr"
26289     layout: "plot-throughput-speedup-analysis"
26290
26291 - type: "plot"
26292   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
26293   algorithm: "plot_throughput_speedup_analysis"
26294   output-file-type: ".html"
26295   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
26296   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26297   filter: "'NIC_Intel-X710' and
26298            '64B' and
26299            'NDRPDR' and
26300            'ETH' and
26301            'IP4FWD' and
26302            'VHOST_1024' and
26303            not 'VXLAN' and
26304            not 'DOT1Q'"
26305   parameters:
26306   - "throughput"
26307   - "parent"
26308   - "tags"
26309   sort:
26310   - "1VM"
26311   - "2VM"
26312   layout:
26313     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr"
26314     layout: "plot-throughput-speedup-analysis"
26315
26316 # Packet Speedup - VPP vhost ip4 2n-skx-x710
26317 - type: "plot"
26318   title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
26319   algorithm: "plot_throughput_speedup_analysis"
26320   output-file-type: ".html"
26321   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
26322   data: "plot-vpp-throughput-lat-tsa-2n-skx"
26323   filter: "'NIC_Intel-X710' and
26324            '64B' and
26325            'NDRPDR' and
26326            'ETH' and
26327            'IP4FWD' and
26328            'VHOST_1024' and
26329            not 'VXLAN' and
26330            not 'NF_DENSITY' and
26331            not 'CFS_OPT' and
26332            not 'DOT1Q'"
26333   parameters:
26334   - "throughput"
26335   - "parent"
26336   - "tags"
26337   sort:
26338   - "1VM"
26339   - "2VM"
26340   layout:
26341     title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr"
26342     layout: "plot-throughput-speedup-analysis"
26343
26344 - type: "plot"
26345   title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
26346   algorithm: "plot_throughput_speedup_analysis"
26347   output-file-type: ".html"
26348   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
26349   data: "plot-vpp-throughput-lat-tsa-2n-skx"
26350   filter: "'NIC_Intel-X710' and
26351            '64B' and
26352            'NDRPDR' and
26353            'ETH' and
26354            'IP4FWD' and
26355            'VHOST_1024' and
26356            not 'VXLAN' and
26357            not 'NF_DENSITY' and
26358            not 'CFS_OPT' and
26359            not 'DOT1Q'"
26360   parameters:
26361   - "throughput"
26362   - "parent"
26363   - "tags"
26364   sort:
26365   - "1VM"
26366   - "2VM"
26367   layout:
26368     title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr"
26369     layout: "plot-throughput-speedup-analysis"
26370
26371 # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base
26372 - type: "plot"
26373   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_features-ndr-tsa"
26374   algorithm: "plot_throughput_speedup_analysis"
26375   output-file-type: ".html"
26376   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_features-ndr-tsa"
26377   data: "plot-vpp-throughput-lat-tsa-2n-skx"
26378   filter: "'NIC_Intel-X710' and
26379            '64B' and
26380            'NDRPDR' and
26381            ('ETH' or 'DOT1Q') and
26382            'BASE' and
26383            ('L2BDMACLRN' or 'L2XCFWD') and
26384            'VHOST_1024' and
26385            not 'VXLAN' and
26386            not 'NF_DENSITY' and
26387            not 'IP4FWD' and
26388            not '2VM'"
26389   parameters:
26390   - "throughput"
26391   - "parent"
26392   - "tags"
26393 #  sort:
26394 #  - "not CFS_OPT"
26395 #  - "L2XCFWD"
26396 #  - "not CFS_OPT"
26397 #  - "CFS_OPT"
26398   layout:
26399     title: "vhost-l2sw-2n-skx-x710-64b-base_and_features-ndr"
26400     layout: "plot-throughput-speedup-analysis"
26401
26402 - type: "plot"
26403   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_features-pdr-tsa"
26404   algorithm: "plot_throughput_speedup_analysis"
26405   output-file-type: ".html"
26406   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_features-pdr-tsa"
26407   data: "plot-vpp-throughput-lat-tsa-2n-skx"
26408   filter: "'NIC_Intel-X710' and
26409            '64B' and
26410            'NDRPDR' and
26411            ('ETH' or 'DOT1Q') and
26412            'BASE' and
26413            ('L2BDMACLRN' or 'L2XCFWD') and
26414            'VHOST_1024' and
26415            not 'VXLAN' and
26416            not 'NF_DENSITY' and
26417            not 'IP4FWD' and
26418            not '2VM'"
26419   parameters:
26420   - "throughput"
26421   - "parent"
26422   - "tags"
26423 #  sort:
26424 #  - "not CFS_OPT"
26425 #  - "L2XCFWD"
26426 #  - "not CFS_OPT"
26427 #  - "CFS_OPT"
26428   layout:
26429     title: "vhost-l2sw-2n-skx-x710-64b-base_and_features-pdr"
26430     layout: "plot-throughput-speedup-analysis"
26431
26432 # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base vm
26433 - type: "plot"
26434   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
26435   algorithm: "plot_throughput_speedup_analysis"
26436   output-file-type: ".html"
26437   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
26438   data: "plot-vpp-throughput-lat-tsa-2n-skx"
26439   filter: "'NIC_Intel-X710' and
26440            '64B' and
26441            'NDRPDR' and
26442            ('ETH' or 'DOT1Q') and
26443            ('L2BDMACLRN' or 'L2XCFWD') and
26444            'VHOST_1024' and
26445            not 'CFS_OPT' and
26446            not 'VXLAN' and
26447            not 'NF_DENSITY' and
26448            not 'DOT1Q' and
26449            not 'IP4FWD'"
26450   parameters:
26451   - "throughput"
26452   - "parent"
26453   - "tags"
26454 #  sort:
26455 #  - "1VM"
26456 #  - "L2XCFWD"
26457 #  - "1VM"
26458 #  - "L2BDMACLRN"
26459   layout:
26460     title: "vhost-l2sw-2n-skx-x710-64b-base-vm-ndr"
26461     layout: "plot-throughput-speedup-analysis"
26462
26463 - type: "plot"
26464   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
26465   algorithm: "plot_throughput_speedup_analysis"
26466   output-file-type: ".html"
26467   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
26468   data: "plot-vpp-throughput-lat-tsa-2n-skx"
26469   filter: "'NIC_Intel-X710' and
26470            '64B' and
26471            'NDRPDR' and
26472            ('ETH' or 'DOT1Q') and
26473            ('L2BDMACLRN' or 'L2XCFWD') and
26474            'VHOST_1024' and
26475            not 'CFS_OPT' and
26476            not 'VXLAN' and
26477            not 'NF_DENSITY' and
26478            not 'DOT1Q' and
26479            not 'IP4FWD'"
26480   parameters:
26481   - "throughput"
26482   - "parent"
26483   - "tags"
26484 #  sort:
26485 #  - "1VM"
26486 #  - "L2XCFWD"
26487 #  - "1VM"
26488 #  - "L2BDMACLRN"
26489   layout:
26490     title: "vhost-l2sw-2n-skx-x710-64b-base-vm-pdr"
26491     layout: "plot-throughput-speedup-analysis"
26492
26493 # Packet Speedup - VPP vhost ip4 2n-skx-xxv710
26494 - type: "plot"
26495   title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26496   algorithm: "plot_throughput_speedup_analysis"
26497   output-file-type: ".html"
26498   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26499   data: "plot-vpp-throughput-lat-tsa-2n-skx"
26500   filter: "'NIC_Intel-XXV710' and
26501            '64B' and
26502            'NDRPDR' and
26503            'ETH' and
26504            'IP4FWD' and
26505            'VHOST_1024' and
26506            not 'VXLAN' and
26507            not 'CFS_OPT' and
26508            not 'DOT1Q'"
26509   parameters:
26510   - "throughput"
26511   - "parent"
26512   - "tags"
26513   sort:
26514   - "not CFS_OPT"
26515   - "1VM"
26516   - "2VM"
26517   layout:
26518     title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
26519     layout: "plot-throughput-speedup-analysis"
26520
26521 - type: "plot"
26522   title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26523   algorithm: "plot_throughput_speedup_analysis"
26524   output-file-type: ".html"
26525   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26526   data: "plot-vpp-throughput-lat-tsa-2n-skx"
26527   filter: "'NIC_Intel-XXV710' and
26528            '64B' and
26529            'NDRPDR' and
26530            'ETH' and
26531            'IP4FWD' and
26532            'VHOST_1024' and
26533            not 'VXLAN' and
26534            not 'CFS_OPT' and
26535            not 'DOT1Q'"
26536   parameters:
26537   - "throughput"
26538   - "parent"
26539   - "tags"
26540   sort:
26541   - "not CFS_OPT"
26542   - "1VM"
26543   - "2VM"
26544   layout:
26545     title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
26546     layout: "plot-throughput-speedup-analysis"
26547
26548 ## Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base
26549 #- type: "plot"
26550 #  title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_features-ndr-tsa"
26551 #  algorithm: "plot_throughput_speedup_analysis"
26552 #  output-file-type: ".html"
26553 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_features-ndr-tsa"
26554 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
26555 #  filter: "'NIC_Intel-XXV710' and
26556 #           '64B' and
26557 #           'NDRPDR' and
26558 #           ('ETH' or 'DOT1Q') and
26559 #           'BASE' and
26560 #           ('L2BDMACLRN' or 'L2XCFWD') and
26561 #           'VHOST_1024' and
26562 #           not 'VXLAN' and
26563 #           not 'IP4FWD' and
26564 #           not '2VM'"
26565 #  parameters:
26566 #  - "throughput"
26567 #  - "parent"
26568 #  - "tags"
26569 ##  sort:
26570 ##  - "not CFS_OPT"
26571 ##  - "L2XCFWD"
26572 ##  - "not CFS_OPT"
26573 ##  - "CFS_OPT"
26574 #  layout:
26575 #    title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_features-ndr"
26576 #    layout: "plot-throughput-speedup-analysis"
26577 #
26578 #- type: "plot"
26579 #  title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_features-pdr-tsa"
26580 #  algorithm: "plot_throughput_speedup_analysis"
26581 #  output-file-type: ".html"
26582 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_features-pdr-tsa"
26583 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
26584 #  filter: "'NIC_Intel-XXV710' and
26585 #           '64B' and
26586 #           'NDRPDR' and
26587 #           ('ETH' or 'DOT1Q') and
26588 #           'BASE' and
26589 #           ('L2BDMACLRN' or 'L2XCFWD') and
26590 #           'VHOST_1024' and
26591 #           not 'VXLAN' and
26592 #           not 'IP4FWD' and
26593 #           not '2VM'"
26594 #  parameters:
26595 #  - "throughput"
26596 #  - "parent"
26597 #  - "tags"
26598 ##  sort:
26599 ##  - "not CFS_OPT"
26600 ##  - "L2XCFWD"
26601 ##  - "not CFS_OPT"
26602 ##  - "CFS_OPT"
26603 #  layout:
26604 #    title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_features-pdr"
26605 #    layout: "plot-throughput-speedup-analysis"
26606 #
26607 ## Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base vm
26608 #- type: "plot"
26609 #  title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
26610 #  algorithm: "plot_throughput_speedup_analysis"
26611 #  output-file-type: ".html"
26612 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
26613 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
26614 #  filter: "'NIC_Intel-XXV710' and
26615 #           '64B' and
26616 #           'NDRPDR' and
26617 #           ('ETH' or 'DOT1Q') and
26618 #           ('L2BDMACLRN' or 'L2XCFWD') and
26619 #           'VHOST_1024' and
26620 #           not 'CFS_OPT' and
26621 #           not 'VXLAN' and
26622 #           not 'DOT1Q' and
26623 #           not 'IP4FWD'"
26624 #  parameters:
26625 #  - "throughput"
26626 #  - "parent"
26627 #  - "tags"
26628 ##  sort:
26629 ##  - "1VM"
26630 ##  - "L2XCFWD"
26631 ##  - "1VM"
26632 ##  - "L2BDMACLRN"
26633 #  layout:
26634 #    title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr"
26635 #    layout: "plot-throughput-speedup-analysis"
26636 #
26637 #- type: "plot"
26638 #  title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
26639 #  algorithm: "plot_throughput_speedup_analysis"
26640 #  output-file-type: ".html"
26641 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
26642 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
26643 #  filter: "'NIC_Intel-XXV710' and
26644 #           '64B' and
26645 #           'NDRPDR' and
26646 #           ('ETH' or 'DOT1Q') and
26647 #           ('L2BDMACLRN' or 'L2XCFWD') and
26648 #           'VHOST_1024' and
26649 #           not 'CFS_OPT' and
26650 #           not 'VXLAN' and
26651 #           not 'DOT1Q' and
26652 #           not 'IP4FWD'"
26653 #  parameters:
26654 #  - "throughput"
26655 #  - "parent"
26656 #  - "tags"
26657 ##  sort:
26658 ##  - "1VM"
26659 ##  - "L2XCFWD"
26660 ##  - "1VM"
26661 ##  - "L2BDMACLRN"
26662 #  layout:
26663 #    title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr"
26664 #    layout: "plot-throughput-speedup-analysis"
26665
26666 ################################################################################
26667
26668 # Speedup - VPP vts 3n-hsw-x520
26669 - type: "plot"
26670   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
26671   algorithm: "plot_throughput_speedup_analysis"
26672   output-file-type: ".html"
26673   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
26674   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26675   filter: "'NIC_Intel-X520-DA2' and
26676            '114B' and
26677            'NDRPDR' and
26678            'VTS'"
26679   parameters:
26680   - "throughput"
26681   - "parent"
26682   - "tags"
26683   layout:
26684     title: "vts-3n-hsw-x520-114b-base_and_scale-ndr"
26685     layout: "plot-throughput-speedup-analysis"
26686
26687 - type: "plot"
26688   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
26689   algorithm: "plot_throughput_speedup_analysis"
26690   output-file-type: ".html"
26691   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
26692   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26693   filter: "'NIC_Intel-X520-DA2' and
26694            '114B' and
26695            'NDRPDR' and
26696            'VTS'"
26697   parameters:
26698   - "throughput"
26699   - "parent"
26700   - "tags"
26701   layout:
26702     title: "vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
26703     layout: "plot-throughput-speedup-analysis"