Report: Add NFV tests
[csit.git] / resources / tools / presentation / specification.yaml
1 -
2   type: "environment"
3
4   paths:
5     # Top level directories:
6     ## Working directory
7     DIR[WORKING]: "_tmp"
8     ## Build directories
9     DIR[BUILD,HTML]: "_build"
10     DIR[BUILD,LATEX]: "_build_latex"
11
12     # Static .rst files
13     DIR[RST]: "../../../docs/report"
14
15     # Working directories
16     ## Input data files (.zip, .xml)
17     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
18     ## Static source files from git
19     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
20     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
21
22     # Static html content
23     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
24     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
25     DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
26     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
27
28     # Detailed test results
29     DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results"
30     DIR[DTR,PERF,DPDK,3N,HSW]: "{DIR[DTR]}/dpdk_performance_results_3n_hsw"
31     DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx"
32     DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx"
33     DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
34     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
35     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
36     DIR[DTR,PERF,VPP,2N,DNV]: "{DIR[DTR]}/vpp_performance_results_2n_dnv"
37     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
38     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
39     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
40     DIR[DTR,MRR,VPP,2N,DNV]: "{DIR[DTR]}/vpp_mrr_results_2n_dnv"
41     DIR[DTR,PERF,COT,3N,HSW]: "{DIR[DTR]}/cot_performance_results_3n_hsw"
42     DIR[DTR,FUNC,VPP,UBUNTU]: "{DIR[DTR]}/vpp_functional_results_ubuntu"
43     DIR[DTR,FUNC,VPP,CENTOS]: "{DIR[DTR]}/vpp_functional_results_centos"
44     DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
45     DIR[DTR,FUNC,HC]: "{DIR[DTR]}/honeycomb_functional_results"
46     DIR[DTR,FUNC,NSHSFC]: "{DIR[DTR]}/nshsfc_functional_results"
47     DIR[DTR,FUNC,DMM]: "{DIR[DTR]}/dmm_functional_results"
48     DIR[DTR,PERF,VPP,IMPRV]: "{DIR[WORKING,SRC]}/vpp_performance_tests/performance_improvements"
49
50     # Detailed test configurations
51     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
52     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
53     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
54     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
55     DIR[DTC,PERF,VPP,2N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_2n_dnv"
56     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
57     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
58     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
59     DIR[DTC,MRR,VPP,2N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_2n_dnv"
60     DIR[DTC,FUNC,VPP,UBUNTU]: "{DIR[DTC]}/vpp_functional_configuration_ubuntu"
61     DIR[DTC,FUNC,VPP,CENTOS]: "{DIR[DTC]}/vpp_functional_configuration_centos"
62     DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
63
64     # Detailed tests operational data
65     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
66     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
67     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
68     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
69     DIR[DTO,PERF,VPP,2N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_2n_dnv"
70
71     # .css patch file to fix tables generated by Sphinx
72     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
73     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
74
75   urls:
76     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
77     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
78     URL[VIRL,DNV]: "http://10.30.51.28/download/denverton/1810/robot-plugin.zip"
79     # URL[VIRL,DNV]: "http://download.it/from/nexus"
80     URL[NEXUS]: "https://docs.fd.io/csit"
81     DIR[NEXUS]: "report/_static/archive"
82
83   make-dirs:
84   # List the directories which are created while preparing the environment.
85   # All directories MUST be defined in "paths" section.
86   - "DIR[WORKING,DATA]"
87   - "DIR[STATIC,VPP]"
88   - "DIR[STATIC,DPDK]"
89   - "DIR[STATIC,ARCH]"
90   - "DIR[BUILD,LATEX]"
91   - "DIR[WORKING,SRC]"
92   - "DIR[WORKING,SRC,STATIC]"
93
94   remove-dirs:
95   # List the directories which are deleted while cleaning the environment.
96   # All directories MUST be defined in "paths" section.
97   #- "DIR[BUILD,HTML]"
98   - "DIR[WORKING,DATA]"
99
100   build-dirs:
101   # List the directories where the results (build) is stored.
102   # All directories MUST be defined in "paths" section.
103   - "DIR[BUILD,HTML]"
104   - "DIR[BUILD,LATEX]"
105
106 -
107   type: "configuration"
108
109   limits:
110     nic:
111       x520: 24460000
112       x553: 29761905
113       x710: 35800000
114       xxv710: 35800000
115       xl710: 35800000
116
117     link:
118       10ge: 14880952.38
119       25ge: 37202380.95
120       40ge: 59523809.52
121       100ge: 148809523.81
122
123     pci:
124       pci-g3-x8: 74404761.90
125       pci-g3-x16: 148809523.81
126
127   data-sets:
128
129     # Denverton:
130     intel-dnv-vpp:
131       # TODO: Replace with new data
132       intel-dnv-vpp-release-1810:
133       - 1
134
135     # VPP Performance
136     vpp-performance-changes-3n-hsw:
137       csit-vpp-perf-verify-1807-3n-hsw:
138       - 11  # NDRPDR full 1
139       - 22  # NDRPDR full 2
140       - 45  # NDRPDR full 3
141       - 46  # NDRPDR full 4
142       - 15  # NDRPDR sel
143       - 16  # NDRPDR sel
144       - 19  # NDRPDR sel
145       - 18  # NDRPDR sel
146       - 20  # NDRPDR sel
147       - 38  # NDRPDR sel
148       - 40  # NDRPDR sel
149       - 44  # NDRPDR sel
150       - 47  # NDRPDR sel
151       csit-vpp-perf-verify-1810-3n-hsw:
152       - 8   # NDRPDR sel
153       - 12  # NDRPDR sel
154       - 14  # NDRPDR sel
155       - 18  # NDRPDR sel
156       - 23  # NDRPDR sel
157       - 25  # NDRPDR sel
158       - 38  # NDRPDR sel
159       - 39  # NDRPDR sel
160       - 41  # NDRPDR sel
161       - 42  # NDRPDR sel
162       # TODO Add new data
163       csit-vpp-perf-verify-1901-3n-hsw:
164       - 10  # NDRPDR sel
165       - 18  # NDRPDR sel F
166       - 19  # NDRPDR sel
167
168     vpp-nic-comparison-3n-hsw:
169       # TODO: Add new data
170       csit-vpp-perf-verify-1901-3n-hsw:
171       - 10  # NDRPDR sel
172       - 18  # NDRPDR sel F
173       - 19  # NDRPDR sel
174
175     vpp-performance-changes-3n-skx:
176       csit-vpp-perf-verify-1807-3n-skx:
177       - 33  # NDRPDR sel
178       - 35  # NDRPDR sel
179       - 37  # NDRPDR sel
180       - 38  # NDRPDR sel
181       - 39  # NDRPDR sel
182       - 43  # NDRPDR sel
183       - 44  # NDRPDR sel
184       - 49  # NDRPDR sel
185       - 50  # NDRPDR sel
186       - 56  # NDRPDR sel
187       csit-vpp-perf-verify-1810-3n-skx:
188       - 10  # NDRPDR sel
189       - 14  # NDRPDR sel
190       - 15  # NDRPDR sel
191       - 16  # NDRPDR sel
192       - 17  # NDRPDR sel
193       - 19  # NDRPDR sel
194       - 20  # NDRPDR sel
195       - 21  # NDRPDR sel
196       - 22  # NDRPDR sel
197       - 25  # NDRPDR sel
198       # TODO Add new data:
199       csit-vpp-perf-verify-1901-3n-skx:
200       - 18  # NDRPDR sel
201       - 19  # NDRPDR sel
202       - 20  # NDRPDR sel
203       - 28  # NDRPDR sel
204       - 31  # NDRPDR sel
205
206     vpp-nic-comparison-3n-skx:
207       # TODO: Add new data
208       csit-vpp-perf-verify-1901-3n-skx:
209       - 18  # NDRPDR sel
210       - 19  # NDRPDR sel
211       - 20  # NDRPDR sel
212       - 28  # NDRPDR sel
213       - 31  # NDRPDR sel
214
215     vpp-performance-changes-2n-skx:
216       csit-vpp-perf-verify-1807-2n-skx:
217       - 26  # NDRPDR sel
218       - 28  # NDRPDR sel
219       - 29  # NDRPDR sel
220       - 30  # NDRPDR sel
221       - 34  # NDRPDR sel
222       - 35  # NDRPDR sel
223       - 36  # NDRPDR sel
224       - 39  # NDRPDR sel
225       - 40  # NDRPDR sel
226       - 42  # NDRPDR sel
227       csit-vpp-perf-verify-1810-2n-skx:
228       - 9   # NDRPDR sel
229       - 13  # NDRPDR sel
230       - 14  # NDRPDR sel
231       - 19  # NDRPDR sel
232       - 20  # NDRPDR sel
233       - 21  # NDRPDR sel
234       - 22  # NDRPDR sel
235       - 23  # NDRPDR sel
236       - 24  # NDRPDR sel
237       - 27  # NDRPDR sel
238       # TODO Add new data:
239       csit-vpp-perf-verify-1901-2n-skx:
240       - 5   # NDRPDR sel
241       - 10  # NDRPDR sel fails
242       - 12  # NDRPDR sel
243       - 13  # NDRPDR sel
244       - 16  # NDRPDR sel fails
245
246     vpp-nic-comparison-2n-skx:
247       # TODO: Add new data
248       csit-vpp-perf-verify-1901-2n-skx:
249       - 5   # NDRPDR sel
250       - 10  # NDRPDR sel fails
251       - 12  # NDRPDR sel
252       - 13  # NDRPDR sel
253       - 16  # NDRPDR sel fails
254
255     vpp-compare-testbeds:
256       # TODO: Add new data
257       csit-vpp-perf-verify-1901-3n-hsw:
258       - 10  # NDRPDR sel
259       - 18  # NDRPDR sel F
260       - 19  # NDRPDR sel
261       # TODO: Add new data
262       csit-vpp-perf-verify-1901-3n-skx:
263       - 18  # NDRPDR sel
264       - 19  # NDRPDR sel
265       - 20  # NDRPDR sel
266       - 28  # NDRPDR sel
267       - 31  # NDRPDR sel
268
269     vpp-compare-testbeds-mrr:
270       # TODO: Add new data
271       csit-vpp-perf-verify-1901-3n-hsw:
272       - 35  # MRR sel
273       # TODO: Add new data
274       csit-vpp-perf-verify-1901-3n-skx:
275       - 32  # MRR sel
276
277     vpp-compare-topologies:
278       # TODO: Add new data
279       csit-vpp-perf-verify-1901-3n-skx:
280       - 18  # NDRPDR sel
281       - 19  # NDRPDR sel
282       - 20  # NDRPDR sel
283       - 28  # NDRPDR sel
284       - 31  # NDRPDR sel
285       # TODO: Add new data
286       csit-vpp-perf-verify-1901-2n-skx:
287       - 5   # NDRPDR sel
288       - 10  # NDRPDR sel fails
289       - 12  # NDRPDR sel
290       - 13  # NDRPDR sel
291       - 16  # NDRPDR sel fails
292
293     vpp-compare-topologies-mrr:
294       # TODO: Add new data
295       csit-vpp-perf-verify-1901-3n-skx:
296       - 32  # MRR sel
297       # TODO: Add new data
298       csit-vpp-perf-verify-1901-2n-skx:
299       - 22  # MRR sel
300
301     vpp-performance-changes-3n-hsw-mrr:
302       csit-vpp-perf-verify-1807-3n-hsw:
303       - 8   # MRR full
304       - 9   # MRR sel
305       - 21  # MRR sel
306       - 31  # MRR sel
307       - 33  # MRR sel
308       - 36  # MRR sel
309       - 41  # MRR sel
310       - 42  # MRR sel
311       - 48  # MRR sel
312       csit-vpp-perf-verify-1810-3n-hsw:
313       - 9   # MRR sel
314       # TODO: Add new data
315       csit-vpp-perf-verify-1901-3n-hsw:
316       - 35  # MRR sel
317
318     vpp-nic-comparison-3n-hsw-mrr:
319       # TODO: Add new data
320       csit-vpp-perf-verify-1901-3n-hsw:
321       - 35  # MRR sel
322
323     vpp-performance-changes-3n-skx-mrr:
324       csit-vpp-perf-verify-1807-3n-skx:
325       - 28  # MRR sel
326       - 32  # MRR sel
327       - 36  # MRR sel
328       - 42  # MRR sel
329       - 47  # MRR sel
330       - 48  # MRR sel
331       - 51  # MRR sel
332       - 52  # MRR sel
333       - 53  # MRR sel
334       - 54  # MRR sel
335       csit-vpp-perf-verify-1810-3n-skx:
336       - 9   # MRR sel
337       - 11  # MRR sel
338       - 12  # MRR sel
339       - 13  # MRR sel
340       # TODO: Add new data
341       csit-vpp-perf-verify-1901-3n-skx:
342       - 32  # MRR sel
343
344     vpp-nic-comparison-3n-skx-mrr:
345       # TODO: Replace with new data
346       csit-vpp-perf-verify-1901-3n-skx:
347       - 32  # MRR sel
348
349     vpp-performance-changes-2n-skx-mrr:
350       csit-vpp-perf-verify-1807-2n-skx:
351       - 31  # MRR sel
352       - 33  # MRR sel
353       - 37  # MRR sel
354       - 38  # MRR sel
355       - 41  # MRR sel
356       - 43  # MRR sel
357       - 44  # MRR sel
358       - 45  # MRR sel
359       - 46  # MRR sel
360       - 47  # MRR sel
361       csit-vpp-perf-verify-1810-2n-skx:
362       - 8   # MRR sel
363       - 10  # MRR sel
364       - 11  # MRR sel
365       - 12  # MRR sel
366       # TODO: Add new data
367       csit-vpp-perf-verify-1901-2n-skx:
368       - 22  # MRR sel
369
370     vpp-nic-comparison-2n-skx-mrr:
371       # TODO: Add new data
372       csit-vpp-perf-verify-1901-2n-skx:
373       - 22  # MRR sel
374
375     vpp-perf-results-3n-hsw:
376       # TODO: Replace with FULL data
377       csit-vpp-perf-verify-1901-3n-hsw:
378       - 19  # NDRPDR sel
379
380     vpp-perf-results-3n-skx:
381       # TODO: Replace with FULL data
382       csit-vpp-perf-verify-1901-3n-skx:
383       - 28  # NDRPDR sel
384
385     vpp-perf-results-2n-skx:
386       # TODO: Replace with FULL data
387       csit-vpp-perf-verify-1901-2n-skx:
388       - 13  # NDRPDR sel
389
390     vpp-mrr-results-3n-hsw:
391       # TODO: Replace with FULL data
392       csit-vpp-perf-verify-1901-3n-hsw:
393       - 35  # MRR sel
394
395     vpp-mrr-results-3n-skx:
396       # TODO: Replace with FULL data
397       csit-vpp-perf-verify-1901-3n-skx:
398       - 32  # MRR sel
399
400     vpp-mrr-results-2n-skx:
401       # TODO: Replace with FULL data
402       csit-vpp-perf-verify-1901-2n-skx:
403       - 22  # MRR sel
404
405     plot-throughput-speedup-analysis-3n-hsw:
406       # TODO: Add new data
407       csit-vpp-perf-verify-1901-3n-hsw:
408       - 10  # NDRPDR sel
409       - 18  # NDRPDR sel F
410       - 19  # NDRPDR sel
411
412     plot-throughput-speedup-analysis-3n-skx:
413       # TODO: Add new data
414       csit-vpp-perf-verify-1901-3n-skx:
415       - 18  # NDRPDR sel
416       - 19  # NDRPDR sel
417       - 20  # NDRPDR sel
418       - 28  # NDRPDR sel
419       - 31  # NDRPDR sel
420
421     plot-throughput-speedup-analysis-2n-skx:
422       # TODO: Add new data
423       csit-vpp-perf-verify-1901-2n-skx:
424       - 5   # NDRPDR sel
425       - 10  # NDRPDR sel fails
426       - 12  # NDRPDR sel
427       - 13  # NDRPDR sel
428       - 16  # NDRPDR sel fails
429
430     plot-vpp-throughput-latency-3n-hsw:
431       # TODO: Add new data
432       csit-vpp-perf-verify-1901-3n-hsw:
433       - 10  # NDRPDR sel
434       - 18  # NDRPDR sel F
435       - 19  # NDRPDR sel
436
437     plot-vpp-soak-2n-skx:
438       # TODO: Replace with new data
439       # csit-vpp-perf-verify-1901-2n-skx:
440       csit-vpp-perf-verify-master-2n-skx:
441       - 248  # SOAK sel
442       - 251  # SOAK sel
443
444     plot-vpp-nfv-2n-skx:
445       # TODO: Add new data
446       csit-vpp-perf-verify-1901-2n-skx:
447       - 28  # NFV NDRPDR
448       - 29  # NFV NDRPDR
449       # - 32  # NFV NDRPDR
450
451     plot-vpp-nfv-2n-skx-mrr:
452       # TODO: Add new data
453       csit-vpp-perf-verify-1901-2n-skx:
454       - 24  # NFV MRR
455       - 26  # NFV MRR
456       - 27  # NFV MRR
457
458     plot-vpp-throughput-latency-3n-skx:
459       # TODO: Add new data
460       csit-vpp-perf-verify-1901-3n-skx:
461       - 18  # NDRPDR sel
462       - 19  # NDRPDR sel
463       - 20  # NDRPDR sel
464       - 28  # NDRPDR sel
465       - 31  # NDRPDR sel
466
467     plot-vpp-throughput-latency-2n-skx:
468       # TODO: Add new data
469       csit-vpp-perf-verify-1901-2n-skx:
470       - 5   # NDRPDR sel
471       - 10  # NDRPDR sel fails
472       - 12  # NDRPDR sel
473       - 13  # NDRPDR sel
474       - 16  # NDRPDR sel fails
475
476     plot-vpp-http-server-performance:
477       # TODO: Replace with new data
478       # csit-vpp-perf-verify-1901-3n-hsw:
479       csit-vpp-perf-verify-1810-3n-hsw:
480       - 28  # WRK
481       - 29  # WRK
482       - 30  # WRK
483       - 31  # WRK
484       - 32  # WRK
485       - 33  # WRK
486       - 34  # WRK
487       - 35  # WRK
488       - 36  # WRK
489       - 37  # WRK
490
491     # VPP Functional
492     vpp-func-results-ubuntu:
493       csit-vpp-functional-1901-ubuntu1604-virl:
494       - 48
495
496     vpp-func-results-centos:
497       csit-vpp-functional-1901-centos7-virl:
498       - 50
499
500     vpp-device-results-ubuntu:
501       csit-vpp-device-1901-ubuntu1804-1n-skx:
502       - 49
503
504     # VPP Ligato
505     ligato-perf-results-3n-hsw:
506       # TODO: Replace with new data
507       # csit-ligato-perf-verify-1901-3n-hsw:
508       csit-ligato-perf-verify-1810-3n-hsw:
509       - 5   # full
510
511     plot-ligato-throughput-speedup-analysis-3n-hsw:
512       # TODO: Replace with new data
513       # csit-ligato-perf-verify-1901-3n-hsw:
514       csit-ligato-perf-verify-1810-3n-hsw:
515       - 5   # full
516       - 6   # sel
517       - 8   # sel
518       - 9   # sel
519       - 11  # sel
520       - 12  # sel
521       - 13  # sel
522       - 14  # sel
523       - 16  # sel
524       - 17  # sel
525       - 18  # sel
526
527     plot-ligato-throughput-latency-3n-hsw:
528       # TODO: Replace with new data
529       # csit-ligato-perf-verify-1901-3n-hsw:
530       csit-ligato-perf-verify-1810-3n-hsw:
531       - 5   # full
532       - 6   # sel
533       - 8   # sel
534       - 9   # sel
535       - 11  # sel
536       - 12  # sel
537       - 13  # sel
538       - 14  # sel
539       - 16  # sel
540       - 17  # sel
541       - 18  # sel
542
543     # DPDK Performance
544     dpdk-performance-changes-3n-hsw:
545       csit-dpdk-perf-verify-1807-3n-hsw:
546       - 11
547       - 12  # full
548       - 14
549       - 15
550       - 16
551       - 17
552       - 20
553       - 21
554       - 22
555       - 23
556       csit-dpdk-perf-verify-1810-3n-hsw:
557       - 1   # NDRPDR sel
558       - 2   # NDRPDR sel
559       - 3   # NDRPDR sel
560       - 4   # NDRPDR sel
561       - 5   # NDRPDR sel
562       - 6   # NDRPDR sel
563       - 7   # NDRPDR sel
564       - 8   # NDRPDR sel
565       - 9   # NDRPDR sel
566       - 10  # NDRPDR sel
567       # TODO: Add new data
568       csit-dpdk-perf-verify-1901-3n-hsw:
569       - 3   # NDRPDR sel
570       - 4   # NDRPDR sel
571       - 5   # NDRPDR sel
572       - 6   # NDRPDR sel
573       - 7   # NDRPDR sel
574
575     dpdk-performance-changes-3n-skx:
576       csit-dpdk-perf-verify-1807-3n-skx:
577       - 1   # NDRPDR sel
578       - 2   # NDRPDR sel
579       - 3   # NDRPDR sel
580       - 6   # NDRPDR sel
581       - 7   # NDRPDR sel
582       - 8   # NDRPDR sel
583       - 9   # NDRPDR sel
584       - 10  # NDRPDR sel
585       - 11  # NDRPDR sel
586       - 12  # NDRPDR sel
587       csit-dpdk-perf-verify-1810-3n-skx:
588       - 3   # NDRPDR sel
589       - 4   # NDRPDR sel
590       - 6   # NDRPDR sel
591       - 7   # NDRPDR sel
592       - 8   # NDRPDR sel
593       - 9   # NDRPDR sel
594       - 10  # NDRPDR sel
595       - 11  # NDRPDR sel
596       - 12  # NDRPDR sel
597       - 13  # NDRPDR sel
598       # TODO: Add new data
599       # csit-dpdk-perf-verify-1901-3n-skx:
600
601     dpdk-compare-testbeds:
602       # TODO: Replace with new data
603       # csit-dpdk-perf-verify-1901-3n-skx:
604       csit-dpdk-perf-verify-1810-3n-skx:
605       - 3   # NDRPDR sel
606       - 4   # NDRPDR sel
607       - 6   # NDRPDR sel
608       - 7   # NDRPDR sel
609       - 8   # NDRPDR sel
610       - 9   # NDRPDR sel
611       - 10  # NDRPDR sel
612       - 11  # NDRPDR sel
613       - 12  # NDRPDR sel
614       - 13  # NDRPDR sel
615       # TODO: Add new data
616       csit-dpdk-perf-verify-1901-3n-hsw:
617       - 3   # NDRPDR sel
618       - 4   # NDRPDR sel
619       - 5   # NDRPDR sel
620       - 6   # NDRPDR sel
621       - 7   # NDRPDR sel
622
623     dpdk-compare-topologies:
624       # TODO: Replace with new data
625       # csit-dpdk-perf-verify-1901-3n-skx:
626       csit-dpdk-perf-verify-1810-3n-skx:
627       - 3   # NDRPDR sel
628       - 4   # NDRPDR sel
629       - 6   # NDRPDR sel
630       - 7   # NDRPDR sel
631       - 8   # NDRPDR sel
632       - 9   # NDRPDR sel
633       - 10  # NDRPDR sel
634       - 11  # NDRPDR sel
635       - 12  # NDRPDR sel
636       - 13  # NDRPDR sel
637       # TODO: Add new data
638       csit-dpdk-perf-verify-1901-2n-skx:
639       - 2   # NDRPDR sel
640
641     dpdk-perf-results-3n-hsw:
642       # TODO: Replace with FULL data
643       csit-dpdk-perf-verify-1901-3n-hsw:
644       - 6   # NDRPDR sel
645
646     dpdk-perf-results-3n-skx:
647       # TODO: Replace with new data
648       # csit-dpdk-perf-verify-1901-3n-skx:
649       csit-dpdk-perf-verify-1810-3n-skx:
650       - 3   # NDRPDR sel
651
652     dpdk-perf-results-2n-skx:
653       # TODO: Replace with FULL data
654       csit-dpdk-perf-verify-1901-2n-skx:
655       - 2   # NDRPDR sel
656
657     plot-dpdk-throughput-latency-3n-hsw:
658       # TODO: Replace with new data
659       csit-dpdk-perf-verify-1901-3n-hsw:
660       - 3   # NDRPDR sel
661       - 4   # NDRPDR sel
662       - 5   # NDRPDR sel
663       - 6   # NDRPDR sel
664       - 7   # NDRPDR sel
665
666     plot-dpdk-throughput-latency-3n-skx:
667       # TODO: Replace with new data
668       # csit-dpdk-perf-verify-1901-3n-skx:
669       csit-dpdk-perf-verify-1810-3n-skx:
670       - 3   # NDRPDR sel
671       - 4   # NDRPDR sel
672       - 6   # NDRPDR sel
673       - 7   # NDRPDR sel
674       - 8   # NDRPDR sel
675       - 9   # NDRPDR sel
676       - 10  # NDRPDR sel
677       - 11  # NDRPDR sel
678       - 12  # NDRPDR sel
679       - 13  # NDRPDR sel
680
681     plot-dpdk-throughput-latency-2n-skx:
682       # TODO: Add new data
683       csit-dpdk-perf-verify-1901-2n-skx:
684       - 2   # NDRPDR sel
685
686     # HoneyComb Functional
687     hc-func-results:
688       csit-hc2vpp-verify-func-1901-ubuntu1604:
689       - 3
690
691     # NSH SFC Functional
692     nsh-func-results:
693       # TODO: Replace with new data
694       # csit-nsh_sfc-verify-func-1901-ubuntu1604-virl:
695       csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
696       - 1
697
698     # DMM Functional
699     dmm-func-results:
700       # TODO: Replace with new data
701       # csit-dmm-functional-1901-ubuntu1604-virl:
702       csit-dmm-functional-1810-ubuntu1604-virl:
703       - 1
704
705   plot-layouts:
706
707     plot-soak-throughput:
708       titlefont:
709         size: 18
710       xaxis:
711         title: "<b>Test Cases [Index]</b>"
712         titlefont:
713           size: 16
714         autorange: True
715         fixedrange: False
716         gridcolor: "rgb(230, 230, 230)"
717         linecolor: "rgb(220, 220, 220)"
718         linewidth: 1
719         showgrid: True
720         showline: True
721         showticklabels: True
722         tickcolor: "rgb(220, 220, 220)"
723         tickmode: "linear"
724         tickfont:
725           size: 16
726         zeroline: False
727       yaxis:
728         title: "<b>Packet Throughput [Mpps]</b>"
729         titlefont:
730           size: 16
731         gridcolor: "rgb(230, 230, 230)"
732         hoverformat: ".4s"
733         tickformat: ".3s"
734         linecolor: "rgb(220, 220, 220)"
735         linewidth: 1
736         showgrid: True
737         showline: True
738         showticklabels: True
739         tickcolor: "rgb(220, 220, 220)"
740         tickfont:
741           size: 16
742         zeroline: False
743         range: [0,50]
744       autosize: False
745       margin:
746         t: 50
747         b: 0
748         l: 80
749         r: 20
750       showlegend: True
751       legend:
752         orientation: "h"
753         font:
754           size: 16
755       width: 700
756       height: 900
757
758     plot-service-density:
759       titlefont:
760         size: 18
761       xaxis:
762         side: "top"
763         autorange: True
764         fixedrange: False
765         showgrid: False
766         showline: False
767         showticklabels: False
768         ticks: ""
769         ticklen: 0
770         tickwidth: 0
771         zeroline: False
772       yaxis:
773         autorange: "reversed"
774         showgrid: False
775         showline: False
776         showticklabels: False
777         ticks: ""
778         ticklen: 0
779         tickwidth: 0
780         zeroline: False
781       autosize: True
782       showlegend: False
783       width: 700
784       height: 700
785
786     plot-cps:
787       titlefont:
788         size: 18
789       xaxis:
790         title: "<b>Test Cases [Index]</b>"
791         titlefont:
792           size: 16
793         autorange: True
794         fixedrange: False
795         gridcolor: "rgb(230, 230, 230)"
796         linecolor: "rgb(220, 220, 220)"
797         linewidth: 1
798         showgrid: True
799         showline: True
800         showticklabels: True
801         tickcolor: "rgb(220, 220, 220)"
802         tickmode: "linear"
803         tickfont:
804           size: 16
805         zeroline: False
806       yaxis:
807         title: "<b>Connections Per Second [cps]</b>"
808         titlefont:
809           size: 16
810         gridcolor: "rgb(230, 230, 230)"
811         hoverformat: ".4s"
812         linecolor: "rgb(220, 220, 220)"
813         linewidth: 1
814         rangemode: "tozero"
815         showgrid: True
816         showline: True
817         showticklabels: True
818         tickcolor: "rgb(220, 220, 220)"
819         tickformat: ".3s"
820         tickfont:
821           size: 16
822         zeroline: False
823       boxmode: "group"
824       boxgroupgap: 0.5
825       autosize: False
826       margin:
827         t: 50
828         b: 20
829         l: 80
830         r: 20
831       showlegend: True
832       legend:
833         orientation: "h"
834         font:
835           size: 16
836       width: 700
837       height: 800
838
839     plot-rps:
840       titlefont:
841         size: 18
842       xaxis:
843         title: "<b>Test Cases [Index]</b>"
844         titlefont:
845           size: 16
846         autorange: True
847         fixedrange: False
848         gridcolor: "rgb(230, 230, 230)"
849         linecolor: "rgb(220, 220, 220)"
850         linewidth: 1
851         showgrid: True
852         showline: True
853         showticklabels: True
854         tickcolor: "rgb(220, 220, 220)"
855         tickmode: "linear"
856         tickfont:
857           size: 16
858         zeroline: False
859       yaxis:
860         title: "<b>Requests Per Second [rps]</b>"
861         titlefont:
862           size: 16
863         gridcolor: "rgb(230, 230, 230)"
864         hoverformat: ".4s"
865         linecolor: "rgb(220, 220, 220)"
866         linewidth: 1
867         rangemode: "tozero"
868         showgrid: True
869         showline: True
870         showticklabels: True
871         tickcolor: "rgb(230, 230, 230)"
872         tickformat: ".3s"
873         tickfont:
874           size: 16
875         zeroline: False
876       boxmode: "group"
877       boxgroupgap: 0.5
878       autosize: False
879       margin:
880         t: 50
881         b: 20
882         l: 80
883         r: 20
884       showlegend: True
885       legend:
886         orientation: "h"
887         font:
888           size: 16
889       width: 700
890       height: 800
891
892     plot-throughput:
893       titlefont:
894         size: 18
895       xaxis:
896         title: "<b>Test Cases [Index]</b>"
897         titlefont:
898           size: 16
899         autorange: True
900         fixedrange: False
901         gridcolor: "rgb(230, 230, 230)"
902         linecolor: "rgb(220, 220, 220)"
903         linewidth: 1
904         showgrid: True
905         showline: True
906         showticklabels: True
907         tickcolor: "rgb(220, 220, 220)"
908         tickmode: "linear"
909         tickfont:
910           size: 16
911         zeroline: False
912       yaxis:
913         title: "<b>Packet Throughput [Mpps]</b>"
914         titlefont:
915           size: 16
916         gridcolor: "rgb(230, 230, 230)"
917         hoverformat: ".4s"
918         tickformat: ".3s"
919         linecolor: "rgb(220, 220, 220)"
920         linewidth: 1
921         showgrid: True
922         showline: True
923         showticklabels: True
924         tickcolor: "rgb(220, 220, 220)"
925         tickfont:
926           size: 16
927         zeroline: False
928         range: [0,50]
929       boxmode: "group"
930       boxgroupgap: 0.5
931       autosize: False
932       margin:
933         t: 50
934         b: 0
935         l: 80
936         r: 20
937       showlegend: True
938       legend:
939         orientation: "h"
940         font:
941           size: 16
942       width: 700
943       height: 900
944
945     plot-throughput-speedup-analysis:
946       titlefont:
947         size: 18
948       xaxis:
949         title: "<b>Number of Cores [Qty]</b>"
950         titlefont:
951           size: 16
952         autorange: True
953         fixedrange: False
954         gridcolor: "rgb(230, 230, 230)"
955         linecolor: "rgb(220, 220, 220)"
956         linewidth: 1
957         showgrid: True
958         showline: True
959         showticklabels: True
960         tickcolor: "rgb(238, 238, 238)"
961         tickmode: "linear"
962         tickfont:
963           size: 16
964         zeroline: False
965       yaxis:
966         title: "<b>Packet Throughput [Mpps]</b>"
967         titlefont:
968           size: 16
969         type: "linear"
970         gridcolor: "rgb(230, 230, 230)"
971         hoverformat: ".4s"
972         linecolor: "rgb(220, 220, 220)"
973         linewidth: 1
974         showgrid: True
975         showline: True
976         showticklabels: True
977         tickcolor: "rgb(220, 220, 220)"
978         tickformat: ".4s"
979         tickfont:
980           size: 16
981         zeroline: True
982         rangemode: "tozero"
983         range: [0,100]
984       legend:
985         orientation: "h"
986         font:
987           size: 16
988         xanchor: "left"
989         yanchor: "top"
990         x: 0
991         y: -0.2
992         bgcolor: "rgba(255, 255, 255, 0)"
993         bordercolor: "rgba(255, 255, 255, 0)"
994         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
995       autosize: False
996       margin:
997           't': 50
998           'b': 150
999           'l': 85
1000           'r': 10
1001       showlegend: True
1002       width: 700
1003       height: 700
1004       hoverlabel:
1005         namelength: -1
1006       annotations: [
1007         {
1008           text: "_ _          __          ...",
1009           align: "left",
1010           showarrow: False,
1011           xref: "paper",
1012           yref: "paper",
1013           xanchor: "left",
1014           yanchor: "top",
1015           x: 0,
1016           y: -0.13,
1017           font: {
1018             family: "Consolas, Courier New",
1019             size: 15
1020           },
1021         },
1022         {
1023           text: "    Perfect     Measured     Limit",
1024           align: "left",
1025           showarrow: False,
1026           xref: "paper",
1027           yref: "paper",
1028           xanchor: "left",
1029           yanchor: "top",
1030           x: 0,
1031           y: -0.15,
1032           font: {
1033             family: "Consolas, Courier New",
1034             size: 15
1035           },
1036         },
1037       ]
1038
1039     plot-latency:
1040       titlefont:
1041         size: 18
1042       xaxis:
1043         title: "<b>Direction</b>"
1044         titlefont:
1045           size: 16
1046         autorange: True
1047         fixedrange: False
1048         gridcolor: "rgb(230, 230, 230)"
1049         linecolor: "rgb(220, 220, 220)"
1050         linewidth: 1
1051         showgrid: True
1052         showline: True
1053         showticklabels: False
1054         tickcolor: "rgb(220, 220, 220)"
1055         tickmode: "linear"
1056         tickfont:
1057           size: 16
1058         zeroline: False
1059       yaxis:
1060         title: "<b>Packet Latency [uSec]</b>"
1061         titlefont:
1062           size: 16
1063         type: "linear"
1064         gridcolor: "rgb(230, 230, 230)"
1065         hoverformat: ".4s"
1066         linecolor: "rgb(220, 220, 220)"
1067         linewidth: 1
1068         showgrid: True
1069         showline: True
1070         showticklabels: True
1071         tickcolor: "rgb(220, 220, 220)"
1072         tickformat: ".4s"
1073         tickfont:
1074           size: 16
1075         zeroline: True
1076         rangemode: "tozero"
1077       legend:
1078         orientation: "h"
1079         font:
1080           size: 16
1081         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1082       autosize: False
1083       margin:
1084           't': 50
1085           'b': 150
1086           'l': 80
1087           'r': 10
1088       showlegend: True
1089       width: 700
1090       height: 700
1091       hoverlabel:
1092         namelength: -1
1093
1094 -
1095   type: "static"
1096   src-path: "{DIR[RST]}"
1097   dst-path: "{DIR[WORKING,SRC]}"
1098
1099 -
1100   type: "input"
1101   general:
1102     file-name: "robot-plugin.zip"
1103     file-format: ".zip"
1104     download-path: "{job}/{build}/robot/report/*zip*/{filename}"
1105     extract: "robot-plugin/output.xml"
1106
1107   builds:
1108
1109     intel-dnv-vpp-release-1810:
1110     - 1
1111
1112     csit-vpp-perf-verify-1807-3n-hsw:
1113     - 8   # MRR full
1114     - 9   # MRR sel
1115     - 21  # MRR sel
1116     - 31  # MRR sel
1117     - 33  # MRR sel
1118     - 36  # MRR sel
1119     - 41  # MRR sel
1120     - 42  # MRR sel
1121     - 48  # MRR sel
1122     - 11  # NDRPDR full 1
1123     - 22  # NDRPDR full 2
1124     - 45  # NDRPDR full 3
1125     - 46  # NDRPDR full 4
1126     - 15  # NDRPDR sel
1127     - 16  # NDRPDR sel
1128     - 19  # NDRPDR sel
1129     - 18  # NDRPDR sel
1130     - 20  # NDRPDR sel
1131     - 38  # NDRPDR sel
1132     - 40  # NDRPDR sel
1133     - 44  # NDRPDR sel
1134     - 47  # NDRPDR sel
1135     - 24  # WRK
1136     - 25  # WRK
1137     - 23  # WRK
1138     - 26  # WRK
1139     - 27  # WRK
1140     - 28  # WRK
1141     - 29  # WRK
1142     - 30  # WRK
1143     - 32  # WRK
1144     - 35  # WRK
1145     csit-vpp-perf-verify-1810-3n-hsw:
1146     - 9   # MRR sel
1147     - 20  # NDRPDR full
1148     - 21  # NDRPDR full
1149     - 22  # NDRPDR full
1150     - 27  # NDRPDR full
1151     - 8   # NDRPDR sel
1152     - 12  # NDRPDR sel
1153     - 14  # NDRPDR sel
1154     - 18  # NDRPDR sel
1155     - 23  # NDRPDR sel
1156     - 25  # NDRPDR sel
1157     - 38  # NDRPDR sel
1158     - 39  # NDRPDR sel
1159     - 41  # NDRPDR sel
1160     - 42  # NDRPDR sel
1161     - 28  # WRK
1162     - 29  # WRK
1163     - 30  # WRK
1164     - 31  # WRK
1165     - 32  # WRK
1166     - 33  # WRK
1167     - 34  # WRK
1168     - 35  # WRK
1169     - 36  # WRK
1170     - 37  # WRK
1171     csit-vpp-perf-verify-1901-3n-hsw:
1172     - 35  # MRR sel
1173     - 10  # NDRPDR sel
1174     - 18  # NDRPDR sel F
1175     - 19  # NDRPDR sel
1176     csit-vpp-perf-verify-1807-3n-skx:
1177     - 31  # MRR full
1178     - 28  # MRR sel
1179     - 32  # MRR sel
1180     - 36  # MRR sel
1181     - 42  # MRR sel
1182     - 47  # MRR sel
1183     - 48  # MRR sel
1184     - 51  # MRR sel
1185     - 52  # MRR sel
1186     - 53  # MRR sel
1187     - 54  # MRR sel
1188     - 40  # NDRPDR full 1
1189     - 41  # NDRPDR full 2
1190     - 33  # NDRPDR sel
1191     - 35  # NDRPDR sel
1192     - 37  # NDRPDR sel
1193     - 38  # NDRPDR sel
1194     - 39  # NDRPDR sel
1195     - 43  # NDRPDR sel
1196     - 44  # NDRPDR sel
1197     - 49  # NDRPDR sel
1198     - 50  # NDRPDR sel
1199     - 56  # NDRPDR sel
1200     csit-vpp-perf-verify-1810-3n-skx:
1201     - 9   # MRR sel
1202     - 11  # MRR sel
1203     - 12  # MRR sel
1204     - 13  # MRR sel
1205     - 23  # NDRPDR full
1206     - 24  # NDRPDR full
1207     - 10  # NDRPDR sel
1208     - 14  # NDRPDR sel
1209     - 15  # NDRPDR sel
1210     - 16  # NDRPDR sel
1211     - 17  # NDRPDR sel
1212     - 19  # NDRPDR sel
1213     - 20  # NDRPDR sel
1214     - 21  # NDRPDR sel
1215     - 22  # NDRPDR sel
1216     - 25  # NDRPDR sel
1217     csit-vpp-perf-verify-1901-3n-skx:
1218     - 32  # MRR sel
1219     - 18  # NDRPDR sel
1220     - 19  # NDRPDR sel
1221     - 20  # NDRPDR sel
1222     - 28  # NDRPDR sel
1223     - 31  # NDRPDR sel
1224     csit-vpp-perf-verify-1807-2n-skx:
1225     - 27  # MRR full
1226     - 31  # MRR sel
1227     - 33  # MRR sel
1228     - 37  # MRR sel
1229     - 38  # MRR sel
1230     - 41  # MRR sel
1231     - 43  # MRR sel
1232     - 44  # MRR sel
1233     - 45  # MRR sel
1234     - 46  # MRR sel
1235     - 47  # MRR sel
1236     - 32  # NDRPDR full
1237     - 26  # NDRPDR sel
1238     - 28  # NDRPDR sel
1239     - 29  # NDRPDR sel
1240     - 30  # NDRPDR sel
1241     - 34  # NDRPDR sel
1242     - 35  # NDRPDR sel
1243     - 36  # NDRPDR sel
1244     - 39  # NDRPDR sel
1245     - 40  # NDRPDR sel
1246     - 42  # NDRPDR sel
1247     csit-vpp-perf-verify-1810-2n-skx:
1248     - 8   # MRR sel
1249     - 10  # MRR sel
1250     - 11  # MRR sel
1251     - 12  # MRR sel
1252     - 25  # NDRPDR full
1253     - 26  # NDRPDR full
1254     - 9   # NDRPDR sel
1255     - 13  # NDRPDR sel
1256     - 14  # NDRPDR sel
1257     - 19  # NDRPDR sel
1258     - 20  # NDRPDR sel
1259     - 21  # NDRPDR sel
1260     - 22  # NDRPDR sel
1261     - 23  # NDRPDR sel
1262     - 24  # NDRPDR sel
1263     - 27  # NDRPDR sel
1264     csit-vpp-perf-verify-1901-2n-skx:
1265     - 22  # MRR sel
1266     - 5   # NDRPDR sel
1267     - 10  # NDRPDR sel fails
1268     - 12  # NDRPDR sel
1269     - 13  # NDRPDR sel
1270     - 16  # NDRPDR sel fails
1271     - 24  # NFV MRR
1272     - 26  # NFV MRR
1273     - 27  # NFV MRR
1274     - 28  # NFV NDRPDR
1275     - 29  # NFV NDRPDR
1276     # - 32  # NFV NDRPDR
1277     csit-vpp-perf-verify-master-2n-skx:
1278     - 248  # SOAK sel
1279     - 251  # SOAK sel
1280     csit-ligato-perf-verify-1810-3n-hsw:
1281     - 5   # full
1282     - 6   # sel
1283     - 8   # sel
1284     - 9   # sel
1285     - 11  # sel
1286     - 12  # sel
1287     - 13  # sel
1288     - 14  # sel
1289     - 16  # sel
1290     - 17  # sel
1291     - 18  # sel
1292     # TODO: Add new data
1293     # csit-ligato-perf-verify-1901-3n-hsw:
1294     csit-dpdk-perf-verify-1807-3n-hsw:
1295     - 11
1296     - 12  # full
1297     - 14
1298     - 15
1299     - 16
1300     - 17
1301     - 20
1302     - 21
1303     - 22
1304     - 23
1305     csit-dpdk-perf-verify-1810-3n-hsw:
1306     - 1   # NDRPDR sel
1307     - 2   # NDRPDR sel
1308     - 3   # NDRPDR sel
1309     - 4   # NDRPDR sel
1310     - 5   # NDRPDR sel
1311     - 6   # NDRPDR sel
1312     - 7   # NDRPDR sel
1313     - 8   # NDRPDR sel
1314     - 9   # NDRPDR sel
1315     - 10  # NDRPDR sel
1316     csit-dpdk-perf-verify-1901-3n-hsw:
1317     - 3   # NDRPDR sel
1318     - 4   # NDRPDR sel
1319     - 5   # NDRPDR sel
1320     - 6   # NDRPDR sel
1321     - 7   # NDRPDR sel
1322     csit-dpdk-perf-verify-1807-3n-skx:
1323     - 1   # NDRPDR sel
1324     - 2   # NDRPDR sel
1325     - 3   # NDRPDR sel
1326     - 6   # NDRPDR sel
1327     - 7   # NDRPDR sel
1328     - 8   # NDRPDR sel
1329     - 9   # NDRPDR sel
1330     - 10  # NDRPDR sel
1331     - 11  # NDRPDR sel
1332     - 12  # NDRPDR sel
1333     csit-dpdk-perf-verify-1810-3n-skx:
1334     - 3   # NDRPDR sel
1335     - 4   # NDRPDR sel
1336     - 6   # NDRPDR sel
1337     - 7   # NDRPDR sel
1338     - 8   # NDRPDR sel
1339     - 9   # NDRPDR sel
1340     - 10  # NDRPDR sel
1341     - 11  # NDRPDR sel
1342     - 12  # NDRPDR sel
1343     - 13  # NDRPDR sel
1344 #    csit-dpdk-perf-verify-1810-2n-skx:
1345 #    - 3   # NDRPDR sel
1346 #    - 4   # NDRPDR sel
1347 #    - 5   # NDRPDR sel
1348 #    - 7   # NDRPDR sel
1349 #    - 8   # NDRPDR sel
1350 #    - 9   # NDRPDR sel
1351 #    - 10  # NDRPDR sel
1352 #    - 11  # NDRPDR sel
1353 #    - 12  # NDRPDR sel
1354 #    - 13  # NDRPDR sel
1355     csit-dpdk-perf-verify-1901-2n-skx:
1356     - 2   # NDRPDR sel
1357     csit-vpp-functional-1901-ubuntu1604-virl:
1358     - 48
1359     csit-vpp-functional-1901-centos7-virl:
1360     - 50
1361     csit-vpp-device-1901-ubuntu1804-1n-skx:
1362     - 49
1363     csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
1364     - 1
1365     csit-dmm-functional-1810-ubuntu1604-virl:
1366     - 1
1367     csit-hc2vpp-verify-func-1901-ubuntu1604:
1368     - 3
1369
1370 -
1371   type: "output"
1372   output: "report"
1373   format:
1374     html:
1375     - full
1376 #    pdf:
1377 #    - minimal
1378
1379 ################################################################################
1380 ###                               T A B L E S                                ###
1381 ################################################################################
1382
1383
1384 # VPP Compare NICs 3n-hsw 1t1c ndr
1385 -
1386   type: "table"
1387   title: "VPP Compare NICs 3n-hsw 1t1c ndr"
1388   algorithm: "table_nics_comparison"
1389   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-ndr"
1390   reference:
1391     title: "Intel-x520"
1392     nic: "NIC_Intel-X520-DA2"
1393   compare:
1394     title: "Intel-x710"
1395     nic: "NIC_Intel-X710"
1396   data: "vpp-nic-comparison-3n-hsw"
1397   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1398   filter: "'1T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1399   parameters:
1400   - "name"
1401   - "parent"
1402   - "throughput"
1403   - "tags"
1404
1405 # VPP Compare NICs 3n-hsw 2t2c ndr
1406 -
1407   type: "table"
1408   title: "VPP Compare NICs 3n-hsw 2t2c ndr"
1409   algorithm: "table_nics_comparison"
1410   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-ndr"
1411   reference:
1412     title: "Intel-x520"
1413     nic: "NIC_Intel-X520-DA2"
1414   compare:
1415     title: "Intel-x710"
1416     nic: "NIC_Intel-X710"
1417   data: "vpp-nic-comparison-3n-hsw"
1418   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1419   filter: "'2T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1420   parameters:
1421   - "name"
1422   - "parent"
1423   - "throughput"
1424   - "tags"
1425
1426 # VPP Compare NICs 3n-hsw 1t1c pdr
1427 -
1428   type: "table"
1429   title: "VPP Compare NICs 3n-hsw 1t1c pdr"
1430   algorithm: "table_nics_comparison"
1431   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-pdr"
1432   reference:
1433     title: "Intel-x520"
1434     nic: "NIC_Intel-X520-DA2"
1435   compare:
1436     title: "Intel-x710"
1437     nic: "NIC_Intel-X710"
1438   data: "vpp-nic-comparison-3n-hsw"
1439   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1440   filter: "'1T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1441   parameters:
1442   - "name"
1443   - "parent"
1444   - "throughput"
1445   - "tags"
1446
1447 # VPP Compare NICs 3n-hsw 2t2c pdr
1448 -
1449   type: "table"
1450   title: "VPP Compare NICs 3n-hsw 2t2c pdr"
1451   algorithm: "table_nics_comparison"
1452   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-pdr"
1453   reference:
1454     title: "Intel-x520"
1455     nic: "NIC_Intel-X520-DA2"
1456   compare:
1457     title: "Intel-x710"
1458     nic: "NIC_Intel-X710"
1459   data: "vpp-nic-comparison-3n-hsw"
1460   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1461   filter: "'2T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1462   parameters:
1463   - "name"
1464   - "parent"
1465   - "throughput"
1466   - "tags"
1467
1468 # VPP Compare NICs 3n-hsw 1t1c mrr
1469 -
1470   type: "table"
1471   title: "VPP Compare NICs 3n-hsw 1t1c mrr"
1472   algorithm: "table_nics_comparison"
1473   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-mrr"
1474   reference:
1475     title: "Intel-x520"
1476     nic: "NIC_Intel-X520-DA2"
1477   compare:
1478     title: "Intel-x710"
1479     nic: "NIC_Intel-X710"
1480   data: "vpp-nic-comparison-3n-hsw-mrr"
1481   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1482   filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1483   parameters:
1484   - "name"
1485   - "parent"
1486   - "result"
1487   - "tags"
1488
1489 # VPP Compare NICs 3n-hsw 2t2c mrr
1490 -
1491   type: "table"
1492   title: "VPP Compare NICs 3n-hsw 2t2c mrr"
1493   algorithm: "table_nics_comparison"
1494   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-mrr"
1495   reference:
1496     title: "Intel-x520"
1497     nic: "NIC_Intel-X520-DA2"
1498   compare:
1499     title: "Intel-x710"
1500     nic: "NIC_Intel-X710"
1501   data: "vpp-nic-comparison-3n-hsw-mrr"
1502   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1503   filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1504   parameters:
1505   - "name"
1506   - "parent"
1507   - "result"
1508   - "tags"
1509
1510 # VPP Compare NICs 3n-hsw 4t4c mrr
1511 -
1512   type: "table"
1513   title: "VPP Compare NICs 3n-hsw 4t4c mrr"
1514   algorithm: "table_nics_comparison"
1515   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-nics-mrr"
1516   reference:
1517     title: "Intel-x520"
1518     nic: "NIC_Intel-X520-DA2"
1519   compare:
1520     title: "Intel-x710"
1521     nic: "NIC_Intel-X710"
1522   data: "vpp-nic-comparison-3n-hsw-mrr"
1523   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1524   filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1525   parameters:
1526   - "name"
1527   - "parent"
1528   - "result"
1529   - "tags"
1530
1531 # VPP Compare NICs 3n-skx 2t1c ndr
1532 -
1533   type: "table"
1534   title: "VPP Compare NICs 3n-skx 2t1c ndr"
1535   algorithm: "table_nics_comparison"
1536   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
1537   reference:
1538     title: "Intel-x710"
1539     nic: "NIC_Intel-X710"
1540   compare:
1541     title: "Intel-xxv710"
1542     nic: "NIC_Intel-XXV710"
1543   data: "vpp-nic-comparison-3n-skx"
1544   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1545   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1546   parameters:
1547   - "name"
1548   - "parent"
1549   - "throughput"
1550   - "tags"
1551
1552 # VPP Compare NICs 3n-skx 4t2c ndr
1553 -
1554   type: "table"
1555   title: "VPP Compare NICs 3n-skx 4t2c ndr"
1556   algorithm: "table_nics_comparison"
1557   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
1558   reference:
1559     title: "Intel-x710"
1560     nic: "NIC_Intel-X710"
1561   compare:
1562     title: "Intel-xxv710"
1563     nic: "NIC_Intel-XXV710"
1564   data: "vpp-nic-comparison-3n-skx"
1565   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1566   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1567   parameters:
1568   - "name"
1569   - "parent"
1570   - "throughput"
1571   - "tags"
1572
1573 # VPP Compare NICs 3n-skx 2t1c pdr
1574 -
1575   type: "table"
1576   title: "VPP Compare NICs 3n-skx 2t1c pdr"
1577   algorithm: "table_nics_comparison"
1578   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
1579   reference:
1580     title: "Intel-x710"
1581     nic: "NIC_Intel-X710"
1582   compare:
1583     title: "Intel-xxv710"
1584     nic: "NIC_Intel-XXV710"
1585   data: "vpp-nic-comparison-3n-skx"
1586   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1587   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1588   parameters:
1589   - "name"
1590   - "parent"
1591   - "throughput"
1592   - "tags"
1593
1594  # VPP Compare NICs 3n-skx 4t2c pdr
1595 -
1596   type: "table"
1597   title: "VPP Compare NICs 3n-skx 4t2c pdr"
1598   algorithm: "table_nics_comparison"
1599   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
1600   reference:
1601     title: "Intel-x710"
1602     nic: "NIC_Intel-X710"
1603   compare:
1604     title: "Intel-xxv710"
1605     nic: "NIC_Intel-XXV710"
1606   data: "vpp-nic-comparison-3n-skx"
1607   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1608   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1609   parameters:
1610   - "name"
1611   - "parent"
1612   - "throughput"
1613   - "tags"
1614
1615 # VPP Compare NICs 3n-skx 2t1c mrr
1616 -
1617   type: "table"
1618   title: "VPP Compare NICs 3n-skx 2t1c mrr"
1619   algorithm: "table_nics_comparison"
1620   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
1621   reference:
1622     title: "Intel-x710"
1623     nic: "NIC_Intel-X710"
1624   compare:
1625     title: "Intel-xxv710"
1626     nic: "NIC_Intel-XXV710"
1627   data: "vpp-nic-comparison-3n-skx-mrr"
1628   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1629   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1630   parameters:
1631   - "name"
1632   - "parent"
1633   - "result"
1634   - "tags"
1635
1636 # VPP Compare NICs 3n-skx 4t2c mrr
1637 -
1638   type: "table"
1639   title: "VPP Compare NICs 3n-skx 4t2c mrr"
1640   algorithm: "table_nics_comparison"
1641   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
1642   reference:
1643     title: "Intel-x710"
1644     nic: "NIC_Intel-X710"
1645   compare:
1646     title: "Intel-xxv710"
1647     nic: "NIC_Intel-XXV710"
1648   data: "vpp-nic-comparison-3n-skx-mrr"
1649   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1650   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1651   parameters:
1652   - "name"
1653   - "parent"
1654   - "result"
1655   - "tags"
1656
1657  # VPP Compare NICs 3n-skx 8t4c mrr
1658 -
1659   type: "table"
1660   title: "VPP Compare NICs 3n-skx 8t4c mrr"
1661   algorithm: "table_nics_comparison"
1662   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
1663   reference:
1664     title: "Intel-x710"
1665     nic: "NIC_Intel-X710"
1666   compare:
1667     title: "Intel-xxv710"
1668     nic: "NIC_Intel-XXV710"
1669   data: "vpp-nic-comparison-3n-skx-mrr"
1670   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1671   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1672   parameters:
1673   - "name"
1674   - "parent"
1675   - "result"
1676   - "tags"
1677
1678 # VPP Compare NICs 2n-skx 2t1c ndr
1679 -
1680   type: "table"
1681   title: "VPP Compare NICs 2n-skx 2t1c ndr"
1682   algorithm: "table_nics_comparison"
1683   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
1684   reference:
1685     title: "Intel-x710"
1686     nic: "NIC_Intel-X710"
1687   compare:
1688     title: "Intel-xxv710"
1689     nic: "NIC_Intel-XXV710"
1690   data: "vpp-nic-comparison-2n-skx"
1691   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1692   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1693   parameters:
1694   - "name"
1695   - "parent"
1696   - "throughput"
1697   - "tags"
1698
1699 # VPP Compare NICs 2n-skx 4t2c ndr
1700 -
1701   type: "table"
1702   title: "VPP Compare NICs 2n-skx 4t2c ndr"
1703   algorithm: "table_nics_comparison"
1704   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
1705   reference:
1706     title: "Intel-x710"
1707     nic: "NIC_Intel-X710"
1708   compare:
1709     title: "Intel-xxv710"
1710     nic: "NIC_Intel-XXV710"
1711   data: "vpp-nic-comparison-2n-skx"
1712   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1713   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1714   parameters:
1715   - "name"
1716   - "parent"
1717   - "throughput"
1718   - "tags"
1719
1720  # VPP Compare NICs 2n-skx 2t1c pdr
1721 -
1722   type: "table"
1723   title: "VPP Compare NICs 2n-skx 2t1c pdr"
1724   algorithm: "table_nics_comparison"
1725   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
1726   reference:
1727     title: "Intel-x710"
1728     nic: "NIC_Intel-X710"
1729   compare:
1730     title: "Intel-xxv710"
1731     nic: "NIC_Intel-XXV710"
1732   data: "vpp-nic-comparison-2n-skx"
1733   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1734   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1735   parameters:
1736   - "name"
1737   - "parent"
1738   - "throughput"
1739   - "tags"
1740
1741 # VPP Compare NICs 2n-skx 4t2c pdr
1742 -
1743   type: "table"
1744   title: "VPP Compare NICs 2n-skx 4t2c pdr"
1745   algorithm: "table_nics_comparison"
1746   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
1747   reference:
1748     title: "Intel-x710"
1749     nic: "NIC_Intel-X710"
1750   compare:
1751     title: "Intel-xxv710"
1752     nic: "NIC_Intel-XXV710"
1753   data: "vpp-nic-comparison-2n-skx"
1754   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1755   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1756   parameters:
1757   - "name"
1758   - "parent"
1759   - "throughput"
1760   - "tags"
1761
1762 # VPP Compare NICs 2n-skx 2t1c mrr
1763 -
1764   type: "table"
1765   title: "VPP Compare NICs 2n-skx 2t1c mrr"
1766   algorithm: "table_nics_comparison"
1767   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
1768   reference:
1769     title: "Intel-x710"
1770     nic: "NIC_Intel-X710"
1771   compare:
1772     title: "Intel-xxv710"
1773     nic: "NIC_Intel-XXV710"
1774   data: "vpp-nic-comparison-2n-skx-mrr"
1775   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1776   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1777   parameters:
1778   - "name"
1779   - "parent"
1780   - "result"
1781   - "tags"
1782
1783 # VPP Compare NICs 2n-skx 4t2c mrr
1784 -
1785   type: "table"
1786   title: "VPP Compare NICs 2n-skx 4t2c mrr"
1787   algorithm: "table_nics_comparison"
1788   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
1789   reference:
1790     title: "Intel-x710"
1791     nic: "NIC_Intel-X710"
1792   compare:
1793     title: "Intel-xxv710"
1794     nic: "NIC_Intel-XXV710"
1795   data: "vpp-nic-comparison-2n-skx-mrr"
1796   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1797   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1798   parameters:
1799   - "name"
1800   - "parent"
1801   - "result"
1802   - "tags"
1803
1804 # VPP Compare NICs 2n-skx 8t4c mrr
1805 -
1806   type: "table"
1807   title: "VPP Compare NICs 2n-skx 8t4c mrr"
1808   algorithm: "table_nics_comparison"
1809   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
1810   reference:
1811     title: "Intel-x710"
1812     nic: "NIC_Intel-X710"
1813   compare:
1814     title: "Intel-xxv710"
1815     nic: "NIC_Intel-XXV710"
1816   data: "vpp-nic-comparison-2n-skx-mrr"
1817   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1818   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1819   parameters:
1820   - "name"
1821   - "parent"
1822   - "result"
1823   - "tags"
1824
1825 ################################################################################
1826 # VPP
1827
1828 # VPP Performance Changes 3n-hsw 1t1c pdr
1829 -
1830   type: "table"
1831   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
1832   algorithm: "table_performance_comparison"
1833   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
1834   history:
1835     -
1836       title: "rls1807"
1837       data:
1838         csit-vpp-perf-verify-1807-3n-hsw:
1839         - 11  # NDRPDR full 1
1840         - 22  # NDRPDR full 2
1841         - 45  # NDRPDR full 3
1842         - 46  # NDRPDR full 4
1843         - 15  # NDRPDR sel
1844         - 16  # NDRPDR sel
1845         - 19  # NDRPDR sel
1846         - 18  # NDRPDR sel
1847         - 20  # NDRPDR sel
1848         - 38  # NDRPDR sel
1849         - 40  # NDRPDR sel
1850         - 44  # NDRPDR sel
1851   reference:
1852     title: "rls1810"
1853     data:
1854       csit-vpp-perf-verify-1810-3n-hsw:
1855       - 8   # NDRPDR sel
1856       - 12  # NDRPDR sel
1857       - 14  # NDRPDR sel
1858       - 18  # NDRPDR sel
1859       - 23  # NDRPDR sel
1860       - 25  # NDRPDR sel
1861       - 38  # NDRPDR sel
1862       - 39  # NDRPDR sel
1863       - 41  # NDRPDR sel
1864       - 42  # NDRPDR sel
1865   compare:
1866     title: "rls1901"
1867     data:
1868       # TODO: Add new data:
1869       csit-vpp-perf-verify-1901-3n-hsw:
1870       - 10  # NDRPDR sel
1871       - 18  # NDRPDR sel F
1872       - 19  # NDRPDR sel
1873   data: "vpp-performance-changes-3n-hsw"
1874   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1875   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1876   parameters:
1877   - "name"
1878   - "parent"
1879   - "throughput"
1880
1881 # VPP Performance Changes 3n-hsw 2t2c pdr
1882 -
1883   type: "table"
1884   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
1885   algorithm: "table_performance_comparison"
1886   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
1887   history:
1888     -
1889       title: "rls1807"
1890       data:
1891         csit-vpp-perf-verify-1807-3n-hsw:
1892         - 11  # NDRPDR full 1
1893         - 22  # NDRPDR full 2
1894         - 45  # NDRPDR full 3
1895         - 46  # NDRPDR full 4
1896         - 15  # NDRPDR sel
1897         - 16  # NDRPDR sel
1898         - 19  # NDRPDR sel
1899         - 18  # NDRPDR sel
1900         - 20  # NDRPDR sel
1901         - 38  # NDRPDR sel
1902         - 40  # NDRPDR sel
1903         - 44  # NDRPDR sel
1904         - 47  # NDRPDR sel
1905   reference:
1906     title: "rls1810"
1907     data:
1908       csit-vpp-perf-verify-1810-3n-hsw:
1909       - 8   # NDRPDR sel
1910       - 12  # NDRPDR sel
1911       - 14  # NDRPDR sel
1912       - 18  # NDRPDR sel
1913       - 23  # NDRPDR sel
1914       - 25  # NDRPDR sel
1915       - 38  # NDRPDR sel
1916       - 39  # NDRPDR sel
1917       - 41  # NDRPDR sel
1918       - 42  # NDRPDR sel
1919   compare:
1920     title: "rls1901"
1921     data:
1922       # TODO: Add new data:
1923       csit-vpp-perf-verify-1901-3n-hsw:
1924       - 10  # NDRPDR sel
1925       - 18  # NDRPDR sel F
1926       - 19  # NDRPDR sel
1927   data: "vpp-performance-changes-3n-hsw"
1928   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1929   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1930   parameters:
1931   - "name"
1932   - "parent"
1933   - "throughput"
1934
1935 # VPP Performance Changes 3n-hsw 1t1c ndr
1936 -
1937   type: "table"
1938   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
1939   algorithm: "table_performance_comparison"
1940   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
1941   history:
1942     -
1943       title: "rls1807"
1944       data:
1945         csit-vpp-perf-verify-1807-3n-hsw:
1946         - 11  # NDRPDR full 1
1947         - 22  # NDRPDR full 2
1948         - 45  # NDRPDR full 3
1949         - 46  # NDRPDR full 4
1950         - 15  # NDRPDR sel
1951         - 16  # NDRPDR sel
1952         - 19  # NDRPDR sel
1953         - 18  # NDRPDR sel
1954         - 20  # NDRPDR sel
1955         - 38  # NDRPDR sel
1956         - 40  # NDRPDR sel
1957         - 44  # NDRPDR sel
1958         - 47  # NDRPDR sel
1959   reference:
1960     title: "rls1810"
1961     data:
1962       csit-vpp-perf-verify-1810-3n-hsw:
1963       - 8   # NDRPDR sel
1964       - 12  # NDRPDR sel
1965       - 14  # NDRPDR sel
1966       - 18  # NDRPDR sel
1967       - 23  # NDRPDR sel
1968       - 25  # NDRPDR sel
1969       - 38  # NDRPDR sel
1970       - 39  # NDRPDR sel
1971       - 41  # NDRPDR sel
1972       - 42  # NDRPDR sel
1973   compare:
1974     title: "rls1901"
1975     data:
1976       # TODO: Add new data:
1977       csit-vpp-perf-verify-1901-3n-hsw:
1978       - 10  # NDRPDR sel
1979       - 18  # NDRPDR sel F
1980       - 19  # NDRPDR sel
1981   data: "vpp-performance-changes-3n-hsw"
1982   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1983   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1984   parameters:
1985   - "name"
1986   - "parent"
1987   - "throughput"
1988
1989 # VPP Performance Changes 3n-hsw 2t2c ndr
1990 -
1991   type: "table"
1992   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
1993   algorithm: "table_performance_comparison"
1994   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
1995   history:
1996     -
1997       title: "rls1807"
1998       data:
1999         csit-vpp-perf-verify-1807-3n-hsw:
2000         - 11  # NDRPDR full 1
2001         - 22  # NDRPDR full 2
2002         - 45  # NDRPDR full 3
2003         - 46  # NDRPDR full 4
2004         - 15  # NDRPDR sel
2005         - 16  # NDRPDR sel
2006         - 19  # NDRPDR sel
2007         - 18  # NDRPDR sel
2008         - 20  # NDRPDR sel
2009         - 38  # NDRPDR sel
2010         - 40  # NDRPDR sel
2011         - 44  # NDRPDR sel
2012         - 47  # NDRPDR sel
2013   reference:
2014     title: "rls1810"
2015     data:
2016       csit-vpp-perf-verify-1810-3n-hsw:
2017       - 8   # NDRPDR sel
2018       - 12  # NDRPDR sel
2019       - 14  # NDRPDR sel
2020       - 18  # NDRPDR sel
2021       - 23  # NDRPDR sel
2022       - 25  # NDRPDR sel
2023       - 38  # NDRPDR sel
2024       - 39  # NDRPDR sel
2025       - 41  # NDRPDR sel
2026       - 42  # NDRPDR sel
2027   compare:
2028     title: "rls1901"
2029     data:
2030       # TODO: Add new data:
2031       csit-vpp-perf-verify-1901-3n-hsw:
2032       - 10  # NDRPDR sel
2033       - 18  # NDRPDR sel F
2034       - 19  # NDRPDR sel
2035   data: "vpp-performance-changes-3n-hsw"
2036   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2037   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2038   parameters:
2039   - "name"
2040   - "parent"
2041   - "throughput"
2042
2043 # VPP Performance Changes 3n-skx 2t1c pdr
2044 -
2045   type: "table"
2046   title: "VPP Performance Changes 3n-skx 2t1c pdr"
2047   algorithm: "table_performance_comparison"
2048   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
2049   history:
2050     -
2051       title: "rls1807"
2052       data:
2053         csit-vpp-perf-verify-1807-3n-skx:
2054         - 33  # NDRPDR sel
2055         - 35  # NDRPDR sel
2056         - 37  # NDRPDR sel
2057         - 38  # NDRPDR sel
2058         - 39  # NDRPDR sel
2059         - 43  # NDRPDR sel
2060         - 44  # NDRPDR sel
2061         - 49  # NDRPDR sel
2062         - 50  # NDRPDR sel
2063         - 56  # NDRPDR sel
2064   reference:
2065     title: "rls1810"
2066     data:
2067       csit-vpp-perf-verify-1810-3n-skx:
2068       - 10  # NDRPDR sel
2069       - 14  # NDRPDR sel
2070       - 15  # NDRPDR sel
2071       - 16  # NDRPDR sel
2072       - 17  # NDRPDR sel
2073       - 19  # NDRPDR sel
2074       - 20  # NDRPDR sel
2075       - 21  # NDRPDR sel
2076       - 22  # NDRPDR sel
2077       - 25  # NDRPDR sel
2078   compare:
2079     title: "rls1901"
2080     data:
2081       # TODO: Add new data:
2082       csit-vpp-perf-verify-1901-3n-skx:
2083       - 18  # NDRPDR sel
2084       - 19  # NDRPDR sel
2085       - 20  # NDRPDR sel
2086       - 28  # NDRPDR sel
2087       - 31  # NDRPDR sel
2088   data: "vpp-performance-changes-3n-skx"
2089   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2090   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2091   parameters:
2092   - "name"
2093   - "parent"
2094   - "throughput"
2095
2096 # VPP Performance Changes 3n-skx 4t2c pdr
2097 -
2098   type: "table"
2099   title: "VPP Performance Changes 3n-skx 4t2c pdr"
2100   algorithm: "table_performance_comparison"
2101   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
2102   history:
2103     -
2104       title: "rls1807"
2105       data:
2106         csit-vpp-perf-verify-1807-3n-skx:
2107         - 33  # NDRPDR sel
2108         - 35  # NDRPDR sel
2109         - 37  # NDRPDR sel
2110         - 38  # NDRPDR sel
2111         - 39  # NDRPDR sel
2112         - 43  # NDRPDR sel
2113         - 44  # NDRPDR sel
2114         - 49  # NDRPDR sel
2115         - 50  # NDRPDR sel
2116         - 56  # NDRPDR sel
2117   reference:
2118     title: "rls1810"
2119     data:
2120       csit-vpp-perf-verify-1810-3n-skx:
2121       - 10  # NDRPDR sel
2122       - 14  # NDRPDR sel
2123       - 15  # NDRPDR sel
2124       - 16  # NDRPDR sel
2125       - 17  # NDRPDR sel
2126       - 19  # NDRPDR sel
2127       - 20  # NDRPDR sel
2128       - 21  # NDRPDR sel
2129       - 22  # NDRPDR sel
2130       - 25  # NDRPDR sel
2131   compare:
2132     title: "rls1901"
2133     data:
2134       # TODO: Add new data:
2135       csit-vpp-perf-verify-1901-3n-skx:
2136       - 18  # NDRPDR sel
2137       - 19  # NDRPDR sel
2138       - 20  # NDRPDR sel
2139       - 28  # NDRPDR sel
2140       - 31  # NDRPDR sel
2141   data: "vpp-performance-changes-3n-skx"
2142   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2143   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2144   parameters:
2145   - "name"
2146   - "parent"
2147   - "throughput"
2148
2149 # VPP Performance Changes 3n-skx 2t1c ndr
2150 -
2151   type: "table"
2152   title: "VPP Performance Changes 3n-skx 2t1c ndr"
2153   algorithm: "table_performance_comparison"
2154   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
2155   history:
2156     -
2157       title: "rls1807"
2158       data:
2159         csit-vpp-perf-verify-1807-3n-skx:
2160         - 33  # NDRPDR sel
2161         - 35  # NDRPDR sel
2162         - 37  # NDRPDR sel
2163         - 38  # NDRPDR sel
2164         - 39  # NDRPDR sel
2165         - 43  # NDRPDR sel
2166         - 44  # NDRPDR sel
2167         - 49  # NDRPDR sel
2168         - 50  # NDRPDR sel
2169         - 56  # NDRPDR sel
2170   reference:
2171     title: "rls1810"
2172     data:
2173       csit-vpp-perf-verify-1810-3n-skx:
2174       - 10  # NDRPDR sel
2175       - 14  # NDRPDR sel
2176       - 15  # NDRPDR sel
2177       - 16  # NDRPDR sel
2178       - 17  # NDRPDR sel
2179       - 19  # NDRPDR sel
2180       - 20  # NDRPDR sel
2181       - 21  # NDRPDR sel
2182       - 22  # NDRPDR sel
2183       - 25  # NDRPDR sel
2184   compare:
2185     title: "rls1901"
2186     data:
2187       # TODO: Add new data:
2188       csit-vpp-perf-verify-1901-3n-skx:
2189       - 18  # NDRPDR sel
2190       - 19  # NDRPDR sel
2191       - 20  # NDRPDR sel
2192       - 28  # NDRPDR sel
2193       - 31  # NDRPDR sel
2194   data: "vpp-performance-changes-3n-skx"
2195   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2196   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2197   parameters:
2198   - "name"
2199   - "parent"
2200   - "throughput"
2201
2202 # VPP Performance Changes 3n-skx 4t2c ndr
2203 -
2204   type: "table"
2205   title: "VPP Performance Changes 3n-skx 4t2c ndr"
2206   algorithm: "table_performance_comparison"
2207   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
2208   history:
2209     -
2210       title: "rls1807"
2211       data:
2212         csit-vpp-perf-verify-1807-3n-skx:
2213         - 33  # NDRPDR sel
2214         - 35  # NDRPDR sel
2215         - 37  # NDRPDR sel
2216         - 38  # NDRPDR sel
2217         - 39  # NDRPDR sel
2218         - 43  # NDRPDR sel
2219         - 44  # NDRPDR sel
2220         - 49  # NDRPDR sel
2221         - 50  # NDRPDR sel
2222         - 56  # NDRPDR sel
2223   reference:
2224     title: "rls1810"
2225     data:
2226       csit-vpp-perf-verify-1810-3n-skx:
2227       - 10  # NDRPDR sel
2228       - 14  # NDRPDR sel
2229       - 15  # NDRPDR sel
2230       - 16  # NDRPDR sel
2231       - 17  # NDRPDR sel
2232       - 19  # NDRPDR sel
2233       - 20  # NDRPDR sel
2234       - 21  # NDRPDR sel
2235       - 22  # NDRPDR sel
2236       - 25  # NDRPDR sel
2237   compare:
2238     title: "rls1901"
2239     data:
2240       # TODO: Add new data:
2241       csit-vpp-perf-verify-1901-3n-skx:
2242       - 18  # NDRPDR sel
2243       - 19  # NDRPDR sel
2244       - 20  # NDRPDR sel
2245       - 28  # NDRPDR sel
2246       - 31  # NDRPDR sel
2247   data: "vpp-performance-changes-3n-skx"
2248   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2249   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2250   parameters:
2251   - "name"
2252   - "parent"
2253   - "throughput"
2254
2255 # VPP Performance Changes 2n-skx 2t1c pdr
2256 -
2257   type: "table"
2258   title: "VPP Performance Changes 2n-skx 2t1c pdr"
2259   algorithm: "table_performance_comparison"
2260   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
2261   history:
2262     -
2263       title: "rls1807"
2264       data:
2265         csit-vpp-perf-verify-1807-2n-skx:
2266         - 26  # NDRPDR sel
2267         - 28  # NDRPDR sel
2268         - 29  # NDRPDR sel
2269         - 30  # NDRPDR sel
2270         - 34  # NDRPDR sel
2271         - 35  # NDRPDR sel
2272         - 36  # NDRPDR sel
2273         - 39  # NDRPDR sel
2274         - 40  # NDRPDR sel
2275         - 42  # NDRPDR sel
2276   reference:
2277     title: "rls1810"
2278     data:
2279       csit-vpp-perf-verify-1810-2n-skx:
2280       - 9   # NDRPDR sel
2281       - 13  # NDRPDR sel
2282       - 14  # NDRPDR sel
2283       - 19  # NDRPDR sel
2284       - 20  # NDRPDR sel
2285       - 21  # NDRPDR sel
2286       - 22  # NDRPDR sel
2287       - 23  # NDRPDR sel
2288       - 24  # NDRPDR sel
2289       - 27  # NDRPDR sel
2290   compare:
2291     title: "rls1901"
2292     data:
2293       # TODO: Add new data:
2294       csit-vpp-perf-verify-1901-2n-skx:
2295       - 5   # NDRPDR sel
2296       - 10  # NDRPDR sel fails
2297       - 12  # NDRPDR sel
2298       - 13  # NDRPDR sel
2299       - 16  # NDRPDR sel fails
2300   data: "vpp-performance-changes-2n-skx"
2301   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2302   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2303   parameters:
2304   - "name"
2305   - "parent"
2306   - "throughput"
2307
2308 # VPP Performance Changes 2n-skx 4t2c pdr
2309 -
2310   type: "table"
2311   title: "VPP Performance Changes 2n-skx 4t2c pdr"
2312   algorithm: "table_performance_comparison"
2313   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
2314   history:
2315     - title: "rls1807"
2316       data:
2317         csit-vpp-perf-verify-1807-2n-skx:
2318         - 26  # NDRPDR sel
2319         - 28  # NDRPDR sel
2320         - 29  # NDRPDR sel
2321         - 30  # NDRPDR sel
2322         - 34  # NDRPDR sel
2323         - 35  # NDRPDR sel
2324         - 36  # NDRPDR sel
2325         - 39  # NDRPDR sel
2326         - 40  # NDRPDR sel
2327         - 42  # NDRPDR sel
2328   reference:
2329     title: "rls1810"
2330     data:
2331       csit-vpp-perf-verify-1810-2n-skx:
2332       - 9   # NDRPDR sel
2333       - 13  # NDRPDR sel
2334       - 14  # NDRPDR sel
2335       - 19  # NDRPDR sel
2336       - 20  # NDRPDR sel
2337       - 21  # NDRPDR sel
2338       - 22  # NDRPDR sel
2339       - 23  # NDRPDR sel
2340       - 24  # NDRPDR sel
2341       - 27  # NDRPDR sel
2342   compare:
2343     title: "rls1901"
2344     data:
2345       # TODO: Add new data:
2346       csit-vpp-perf-verify-1901-2n-skx:
2347       - 5   # NDRPDR sel
2348       - 10  # NDRPDR sel fails
2349       - 12  # NDRPDR sel
2350       - 13  # NDRPDR sel
2351       - 16  # NDRPDR sel fails
2352   data: "vpp-performance-changes-2n-skx"
2353   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2354   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2355   parameters:
2356   - "name"
2357   - "parent"
2358   - "throughput"
2359
2360 # VPP Performance Changes 2n-skx 2t1c ndr
2361 -
2362   type: "table"
2363   title: "VPP Performance Changes 2n-skx 2t1c ndr"
2364   algorithm: "table_performance_comparison"
2365   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
2366   history:
2367     - title: "rls1807"
2368       data:
2369         csit-vpp-perf-verify-1807-2n-skx:
2370         - 26  # NDRPDR sel
2371         - 28  # NDRPDR sel
2372         - 29  # NDRPDR sel
2373         - 30  # NDRPDR sel
2374         - 34  # NDRPDR sel
2375         - 35  # NDRPDR sel
2376         - 36  # NDRPDR sel
2377         - 39  # NDRPDR sel
2378         - 40  # NDRPDR sel
2379         - 42  # NDRPDR sel
2380   reference:
2381     title: "rls1810"
2382     data:
2383       csit-vpp-perf-verify-1810-2n-skx:
2384       - 9   # NDRPDR sel
2385       - 13  # NDRPDR sel
2386       - 14  # NDRPDR sel
2387       - 19  # NDRPDR sel
2388       - 20  # NDRPDR sel
2389       - 21  # NDRPDR sel
2390       - 22  # NDRPDR sel
2391       - 23  # NDRPDR sel
2392       - 24  # NDRPDR sel
2393       - 27  # NDRPDR sel
2394   compare:
2395     title: "rls1901"
2396     data:
2397       # TODO: Add new data:
2398       csit-vpp-perf-verify-1901-2n-skx:
2399       - 5   # NDRPDR sel
2400       - 10  # NDRPDR sel fails
2401       - 12  # NDRPDR sel
2402       - 13  # NDRPDR sel
2403       - 16  # NDRPDR sel fails
2404   data: "vpp-performance-changes-2n-skx"
2405   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2406   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2407   parameters:
2408   - "name"
2409   - "parent"
2410   - "throughput"
2411
2412 # VPP Performance Changes 2n-skx 4t2c ndr
2413 -
2414   type: "table"
2415   title: "VPP Performance Changes 2n-skx 4t2c ndr"
2416   algorithm: "table_performance_comparison"
2417   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
2418   history:
2419     - title: "rls1807"
2420       data:
2421         csit-vpp-perf-verify-1807-2n-skx:
2422         - 26  # NDRPDR sel
2423         - 28  # NDRPDR sel
2424         - 29  # NDRPDR sel
2425         - 30  # NDRPDR sel
2426         - 34  # NDRPDR sel
2427         - 35  # NDRPDR sel
2428         - 36  # NDRPDR sel
2429         - 39  # NDRPDR sel
2430         - 40  # NDRPDR sel
2431         - 42  # NDRPDR sel
2432   reference:
2433     title: "rls1810"
2434     data:
2435       csit-vpp-perf-verify-1810-2n-skx:
2436       - 9   # NDRPDR sel
2437       - 13  # NDRPDR sel
2438       - 14  # NDRPDR sel
2439       - 19  # NDRPDR sel
2440       - 20  # NDRPDR sel
2441       - 21  # NDRPDR sel
2442       - 22  # NDRPDR sel
2443       - 23  # NDRPDR sel
2444       - 24  # NDRPDR sel
2445       - 27  # NDRPDR sel
2446   compare:
2447     title: "rls1901"
2448     data:
2449       # TODO: Add new data:
2450       csit-vpp-perf-verify-1901-2n-skx:
2451       - 5   # NDRPDR sel
2452       - 10  # NDRPDR sel fails
2453       - 12  # NDRPDR sel
2454       - 13  # NDRPDR sel
2455       - 16  # NDRPDR sel fails
2456   data: "vpp-performance-changes-2n-skx"
2457   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2458   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2459   parameters:
2460   - "name"
2461   - "parent"
2462   - "throughput"
2463
2464 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
2465 -
2466   type: "table"
2467   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
2468   algorithm: "table_performance_comparison"
2469   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
2470   reference:
2471     title: "3-Node Hsw"
2472     data:
2473       # TODO: Add new data:
2474       csit-vpp-perf-verify-1901-3n-hsw:
2475       - 10  # NDRPDR sel
2476       - 18  # NDRPDR sel F
2477       - 19  # NDRPDR sel
2478   compare:
2479     title: "3-Node Skx"
2480     data:
2481       # TODO: Add new data:
2482       csit-vpp-perf-verify-1901-3n-skx:
2483       - 18  # NDRPDR sel
2484       - 19  # NDRPDR sel
2485       - 20  # NDRPDR sel
2486       - 28  # NDRPDR sel
2487       - 31  # NDRPDR sel
2488   data: "vpp-compare-testbeds"
2489   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2490   filter: "'NIC_Intel-X710' and 'NDRPDR' and '1C'"
2491   parameters:
2492   - "name"
2493   - "parent"
2494   - "throughput"
2495
2496 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
2497 -
2498   type: "table"
2499   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
2500   algorithm: "table_performance_comparison"
2501   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
2502   reference:
2503     title: "3-Node Hsw"
2504     data:
2505       # TODO: Add new data:
2506       csit-vpp-perf-verify-1901-3n-hsw:
2507       - 10  # NDRPDR sel
2508       - 18  # NDRPDR sel F
2509       - 19  # NDRPDR sel
2510   compare:
2511     title: "3-Node Skx"
2512     data:
2513       # TODO: Add new data:
2514       csit-vpp-perf-verify-1901-3n-skx:
2515       - 18  # NDRPDR sel
2516       - 19  # NDRPDR sel
2517       - 20  # NDRPDR sel
2518       - 28  # NDRPDR sel
2519       - 31  # NDRPDR sel
2520   data: "vpp-compare-testbeds"
2521   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2522   filter: "'NIC_Intel-X710' and 'NDRPDR' and '2C'"
2523   parameters:
2524   - "name"
2525   - "parent"
2526   - "throughput"
2527
2528 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
2529 -
2530   type: "table"
2531   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
2532   algorithm: "table_performance_comparison"
2533   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
2534   reference:
2535     title: "3-Node Hsw"
2536     data:
2537       # TODO: Add new data:
2538       csit-vpp-perf-verify-1901-3n-hsw:
2539       - 10  # NDRPDR sel
2540       - 18  # NDRPDR sel F
2541       - 19  # NDRPDR sel
2542   compare:
2543     title: "3-Node Skx"
2544     data:
2545       # TODO: Add new data:
2546       csit-vpp-perf-verify-1901-3n-skx:
2547       - 18  # NDRPDR sel
2548       - 19  # NDRPDR sel
2549       - 20  # NDRPDR sel
2550       - 28  # NDRPDR sel
2551       - 31  # NDRPDR sel
2552   data: "vpp-compare-testbeds"
2553   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2554   filter: "'NIC_Intel-X710' and 'NDRPDR' and '1C'"
2555   parameters:
2556   - "name"
2557   - "parent"
2558   - "throughput"
2559
2560 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
2561 -
2562   type: "table"
2563   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
2564   algorithm: "table_performance_comparison"
2565   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
2566   reference:
2567     title: "3-Node Hsw"
2568     data:
2569       # TODO: Add new data:
2570       csit-vpp-perf-verify-1901-3n-hsw:
2571       - 10  # NDRPDR sel
2572       - 18  # NDRPDR sel F
2573       - 19  # NDRPDR sel
2574   compare:
2575     title: "3-Node Skx"
2576     data:
2577       # TODO: Add new data:
2578       csit-vpp-perf-verify-1901-3n-skx:
2579       - 18  # NDRPDR sel
2580       - 19  # NDRPDR sel
2581       - 20  # NDRPDR sel
2582       - 28  # NDRPDR sel
2583       - 31  # NDRPDR sel
2584   data: "vpp-compare-testbeds"
2585   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2586   filter: "'NIC_Intel-X710' and 'NDRPDR' and '2C'"
2587   parameters:
2588   - "name"
2589   - "parent"
2590   - "throughput"
2591
2592 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
2593 -
2594   type: "table"
2595   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
2596   algorithm: "table_performance_comparison"
2597   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
2598   reference:
2599     title: "3-Node Skx"
2600     data:
2601       # TODO: Add new data:
2602       csit-vpp-perf-verify-1901-3n-skx:
2603       - 18  # NDRPDR sel
2604       - 19  # NDRPDR sel
2605       - 20  # NDRPDR sel
2606       - 28  # NDRPDR sel
2607       - 31  # NDRPDR sel
2608   compare:
2609     title: "2-Node Skx"
2610     data:
2611       # TODO: Add new data:
2612       csit-vpp-perf-verify-1901-2n-skx:
2613       - 5   # NDRPDR sel
2614       - 10  # NDRPDR sel fails
2615       - 12  # NDRPDR sel
2616       - 13  # NDRPDR sel
2617       - 16  # NDRPDR sel fails
2618   data: "vpp-compare-topologies"
2619   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2620   filter: "'NDRPDR' and '1C'"
2621   parameters:
2622   - "name"
2623   - "parent"
2624   - "throughput"
2625
2626 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
2627 -
2628   type: "table"
2629   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
2630   algorithm: "table_performance_comparison"
2631   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
2632   reference:
2633     title: "3-Node Skx"
2634     data:
2635       # TODO: Add new data:
2636       csit-vpp-perf-verify-1901-3n-skx:
2637       - 18  # NDRPDR sel
2638       - 19  # NDRPDR sel
2639       - 20  # NDRPDR sel
2640       - 28  # NDRPDR sel
2641       - 31  # NDRPDR sel
2642   compare:
2643     title: "2-Node Skx"
2644     data:
2645       # TODO: Add new data:
2646       csit-vpp-perf-verify-1901-2n-skx:
2647       - 5   # NDRPDR sel
2648       - 10  # NDRPDR sel fails
2649       - 12  # NDRPDR sel
2650       - 13  # NDRPDR sel
2651       - 16  # NDRPDR sel fails
2652   data: "vpp-compare-topologies"
2653   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2654   filter: "'NDRPDR' and '2C'"
2655   parameters:
2656   - "name"
2657   - "parent"
2658   - "throughput"
2659
2660 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
2661 -
2662   type: "table"
2663   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
2664   algorithm: "table_performance_comparison"
2665   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
2666   reference:
2667     title: "3-Node Skx"
2668     data:
2669       # TODO: Add new data:
2670       csit-vpp-perf-verify-1901-3n-skx:
2671       - 18  # NDRPDR sel
2672       - 19  # NDRPDR sel
2673       - 20  # NDRPDR sel
2674       - 28  # NDRPDR sel
2675       - 31  # NDRPDR sel
2676   compare:
2677     title: "2-Node Skx"
2678     data:
2679       # TODO: Add new data:
2680       csit-vpp-perf-verify-1901-2n-skx:
2681       - 5   # NDRPDR sel
2682       - 10  # NDRPDR sel fails
2683       - 12  # NDRPDR sel
2684       - 13  # NDRPDR sel
2685       - 16  # NDRPDR sel fails
2686   data: "vpp-compare-topologies"
2687   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2688   filter: "'NDRPDR' and '1C'"
2689   parameters:
2690   - "name"
2691   - "parent"
2692   - "throughput"
2693
2694 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
2695 -
2696   type: "table"
2697   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
2698   algorithm: "table_performance_comparison"
2699   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
2700   reference:
2701     title: "3-Node Skx"
2702     data:
2703       # TODO: Add new data:
2704       csit-vpp-perf-verify-1901-3n-skx:
2705       - 18  # NDRPDR sel
2706       - 19  # NDRPDR sel
2707       - 20  # NDRPDR sel
2708       - 28  # NDRPDR sel
2709       - 31  # NDRPDR sel
2710   compare:
2711     title: "2-Node Skx"
2712     data:
2713       # TODO: Add new data:
2714       csit-vpp-perf-verify-1901-2n-skx:
2715       - 5   # NDRPDR sel
2716       - 10  # NDRPDR sel fails
2717       - 12  # NDRPDR sel
2718       - 13  # NDRPDR sel
2719       - 16  # NDRPDR sel fails
2720   data: "vpp-compare-topologies"
2721   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2722   filter: "'NDRPDR' and '2C'"
2723   parameters:
2724   - "name"
2725   - "parent"
2726   - "throughput"
2727
2728 # VPP Performance Changes 3n-hsw 1t1c MRR
2729 -
2730   type: "table"
2731   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
2732   algorithm: "table_performance_comparison"
2733   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
2734   history:
2735     -
2736       title: "rls1807"
2737       data:
2738         csit-vpp-perf-verify-1807-3n-hsw:
2739         - 8   # MRR full
2740         - 9   # MRR sel
2741         - 21  # MRR sel
2742         - 31  # MRR sel
2743         - 33  # MRR sel
2744         - 36  # MRR sel
2745         - 41  # MRR sel
2746         - 42  # MRR sel
2747         - 48  # MRR sel
2748   reference:
2749     title: "rls1810"
2750     data:
2751       csit-vpp-perf-verify-1810-3n-hsw:
2752       - 9   # MRR sel
2753   compare:
2754     title: "rls1901"
2755     data:
2756       # TODO: Add new data
2757       csit-vpp-perf-verify-1901-3n-hsw:
2758       - 35  # MRR sel
2759   data: "vpp-performance-changes-3n-hsw-mrr"
2760   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2761   filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2762   parameters:
2763   - "name"
2764   - "parent"
2765   - "result"
2766
2767 # VPP Performance Changes 3n-hsw 2t2c MRR
2768 -
2769   type: "table"
2770   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
2771   algorithm: "table_performance_comparison"
2772   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
2773   history:
2774     -
2775       title: "rls1807"
2776       data:
2777         csit-vpp-perf-verify-1807-3n-hsw:
2778         - 8   # MRR full
2779         - 9   # MRR sel
2780         - 21  # MRR sel
2781         - 31  # MRR sel
2782         - 33  # MRR sel
2783         - 36  # MRR sel
2784         - 41  # MRR sel
2785         - 42  # MRR sel
2786         - 48  # MRR sel
2787   reference:
2788     title: "rls1810"
2789     data:
2790       csit-vpp-perf-verify-1810-3n-hsw:
2791       - 9   # MRR sel
2792   compare:
2793     title: "rls1901"
2794     data:
2795       # TODO: Add new data
2796       csit-vpp-perf-verify-1901-3n-hsw:
2797       - 35  # MRR sel
2798   data: "vpp-performance-changes-3n-hsw-mrr"
2799   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2800   filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2801   parameters:
2802   - "name"
2803   - "parent"
2804   - "result"
2805
2806 # VPP Performance Changes 3n-hsw 4t4c MRR
2807 -
2808   type: "table"
2809   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
2810   algorithm: "table_performance_comparison"
2811   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
2812   history:
2813     -
2814       title: "rls1807"
2815       data:
2816         csit-vpp-perf-verify-1807-3n-hsw:
2817         - 8   # MRR full
2818         - 9   # MRR sel
2819         - 21  # MRR sel
2820         - 31  # MRR sel
2821         - 33  # MRR sel
2822         - 36  # MRR sel
2823         - 41  # MRR sel
2824         - 42  # MRR sel
2825         - 48  # MRR sel
2826   reference:
2827     title: "rls1810"
2828     data:
2829       csit-vpp-perf-verify-1810-3n-hsw:
2830       - 9   # MRR sel
2831   compare:
2832     title: "rls1901"
2833     data:
2834       # TODO: Add new data
2835       csit-vpp-perf-verify-1901-3n-hsw:
2836       - 35  # MRR sel
2837   data: "vpp-performance-changes-3n-hsw-mrr"
2838   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2839   filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2840   parameters:
2841   - "name"
2842   - "parent"
2843   - "result"
2844
2845 # VPP Performance Changes 3n-skx 2t1c MRR
2846 -
2847   type: "table"
2848   title: "VPP Performance Changes 3n-skx 2t1c MRR"
2849   algorithm: "table_performance_comparison"
2850   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
2851   history:
2852     -
2853       title: "rls1807"
2854       data:
2855         csit-vpp-perf-verify-1807-3n-skx:
2856         - 28  # MRR sel
2857         - 32  # MRR sel
2858         - 36  # MRR sel
2859         - 42  # MRR sel
2860         - 47  # MRR sel
2861         - 48  # MRR sel
2862         - 51  # MRR sel
2863         - 52  # MRR sel
2864         - 53  # MRR sel
2865   reference:
2866     title: "rls1810"
2867     data:
2868       csit-vpp-perf-verify-1810-3n-skx:
2869       - 9   # MRR sel
2870       - 11  # MRR sel
2871       - 12  # MRR sel
2872       - 13  # MRR sel
2873   compare:
2874     title: "rls1901"
2875     data:
2876       # TODO: Add new data
2877       csit-vpp-perf-verify-1901-3n-skx:
2878       - 32  # MRR sel
2879   data: "vpp-performance-changes-3n-skx-mrr"
2880   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2881   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2882   parameters:
2883   - "name"
2884   - "parent"
2885   - "result"
2886
2887 # VPP Performance Changes 3n-skx 4t2c MRR
2888 -
2889   type: "table"
2890   title: "VPP Performance Changes 3n-skx 4t2c MRR"
2891   algorithm: "table_performance_comparison"
2892   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
2893   history:
2894     -
2895       title: "rls1807"
2896       data:
2897         csit-vpp-perf-verify-1807-3n-skx:
2898         - 28  # MRR sel
2899         - 32  # MRR sel
2900         - 36  # MRR sel
2901         - 42  # MRR sel
2902         - 47  # MRR sel
2903         - 48  # MRR sel
2904         - 51  # MRR sel
2905         - 52  # MRR sel
2906         - 53  # MRR sel
2907   reference:
2908     title: "rls1810"
2909     data:
2910       csit-vpp-perf-verify-1810-3n-skx:
2911       - 9   # MRR sel
2912       - 11  # MRR sel
2913       - 12  # MRR sel
2914       - 13  # MRR sel
2915   compare:
2916     title: "rls1901"
2917     data:
2918       # TODO: Add new data
2919       csit-vpp-perf-verify-1901-3n-skx:
2920       - 32  # MRR sel
2921   data: "vpp-performance-changes-3n-skx-mrr"
2922   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2923   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2924   parameters:
2925   - "name"
2926   - "parent"
2927   - "result"
2928
2929 # VPP Performance Changes 3n-skx 8t4c MRR
2930 -
2931   type: "table"
2932   title: "VPP Performance Changes 3n-skx 8t4c MRR"
2933   algorithm: "table_performance_comparison"
2934   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
2935   history:
2936     -
2937       title: "rls1807"
2938       data:
2939         csit-vpp-perf-verify-1807-3n-skx:
2940         - 28  # MRR sel
2941         - 32  # MRR sel
2942         - 36  # MRR sel
2943         - 42  # MRR sel
2944         - 47  # MRR sel
2945         - 48  # MRR sel
2946         - 51  # MRR sel
2947         - 52  # MRR sel
2948         - 53  # MRR sel
2949   reference:
2950     title: "rls1810"
2951     data:
2952       csit-vpp-perf-verify-1810-3n-skx:
2953       - 9   # MRR sel
2954       - 11  # MRR sel
2955       - 12  # MRR sel
2956       - 13  # MRR sel
2957   compare:
2958     title: "rls1901"
2959     data:
2960       # TODO: Add new data
2961       csit-vpp-perf-verify-1901-3n-skx:
2962       - 32  # MRR sel
2963   data: "vpp-performance-changes-3n-skx-mrr"
2964   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2965   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2966   parameters:
2967   - "name"
2968   - "parent"
2969   - "result"
2970
2971 # VPP Performance Changes 2n-skx 2t1c MRR
2972 -
2973   type: "table"
2974   title: "VPP Performance Changes 2n-skx 2t1c MRR"
2975   algorithm: "table_performance_comparison"
2976   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
2977   history:
2978     -
2979       title: "rls1807"
2980       data:
2981         csit-vpp-perf-verify-1807-2n-skx:
2982         - 31  # MRR sel
2983         - 33  # MRR sel
2984         - 37  # MRR sel
2985         - 38  # MRR sel
2986         - 41  # MRR sel
2987         - 43  # MRR sel
2988         - 44  # MRR sel
2989         - 45  # MRR sel
2990         - 46  # MRR sel
2991         - 47  # MRR sel
2992   reference:
2993     title: "rls1810"
2994     data:
2995       csit-vpp-perf-verify-1810-2n-skx:
2996       - 8   # MRR sel
2997       - 10  # MRR sel
2998       - 11  # MRR sel
2999       - 12  # MRR sel
3000   compare:
3001     title: "rls1901"
3002     data:
3003       # TODO: Add new data
3004       csit-vpp-perf-verify-1901-2n-skx:
3005       - 22  # MRR sel
3006   data: "vpp-performance-changes-2n-skx-mrr"
3007   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3008   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3009   parameters:
3010   - "name"
3011   - "parent"
3012   - "result"
3013
3014 # VPP Performance Changes 2n-skx 4t2c MRR
3015 -
3016   type: "table"
3017   title: "VPP Performance Changes 2n-skx 4t2c MRR"
3018   algorithm: "table_performance_comparison"
3019   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
3020   history:
3021     -
3022       title: "rls1807"
3023       data:
3024         csit-vpp-perf-verify-1807-2n-skx:
3025         - 31  # MRR sel
3026         - 33  # MRR sel
3027         - 37  # MRR sel
3028         - 38  # MRR sel
3029         - 41  # MRR sel
3030         - 43  # MRR sel
3031         - 44  # MRR sel
3032         - 45  # MRR sel
3033         - 46  # MRR sel
3034         - 47  # MRR sel
3035   reference:
3036     title: "rls1810"
3037     data:
3038       csit-vpp-perf-verify-1810-2n-skx:
3039       - 8   # MRR sel
3040       - 10  # MRR sel
3041       - 11  # MRR sel
3042       - 12  # MRR sel
3043   compare:
3044     title: "rls1901"
3045     data:
3046       # TODO: Add new data
3047       csit-vpp-perf-verify-1901-2n-skx:
3048       - 22  # MRR sel
3049   data: "vpp-performance-changes-2n-skx-mrr"
3050   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3051   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3052   parameters:
3053   - "name"
3054   - "parent"
3055   - "result"
3056
3057 # VPP Performance Changes 2n-skx 8t4c MRR
3058 -
3059   type: "table"
3060   title: "VPP Performance Changes 2n-skx 8t4c MRR"
3061   algorithm: "table_performance_comparison"
3062   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
3063   history:
3064     -
3065       title: "rls1807"
3066       data:
3067         csit-vpp-perf-verify-1807-2n-skx:
3068         - 31  # MRR sel
3069         - 33  # MRR sel
3070         - 37  # MRR sel
3071         - 38  # MRR sel
3072         - 41  # MRR sel
3073         - 43  # MRR sel
3074         - 44  # MRR sel
3075         - 45  # MRR sel
3076         - 46  # MRR sel
3077         - 47  # MRR sel
3078   reference:
3079     title: "rls1810"
3080     data:
3081       csit-vpp-perf-verify-1810-2n-skx:
3082       - 8   # MRR sel
3083       - 10  # MRR sel
3084       - 11  # MRR sel
3085       - 12  # MRR sel
3086   compare:
3087     title: "rls1901"
3088     data:
3089       # TODO: Add new data
3090       csit-vpp-perf-verify-1901-2n-skx:
3091       - 22  # MRR sel
3092   data: "vpp-performance-changes-2n-skx-mrr"
3093   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3094   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3095   parameters:
3096   - "name"
3097   - "parent"
3098   - "result"
3099
3100 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
3101 -
3102   type: "table"
3103   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
3104   algorithm: "table_performance_comparison"
3105   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
3106   reference:
3107     title: "3-Node Hsw"
3108     data:
3109       # TODO: Add new data
3110       csit-vpp-perf-verify-1901-3n-hsw:
3111       - 35  # MRR sel
3112   compare:
3113     title: "3-Node Skx"
3114     data:
3115       # TODO: Add new data
3116       csit-vpp-perf-verify-1901-3n-skx:
3117       - 32  # MRR sel
3118   data: "vpp-compare-testbeds-mrr"
3119   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3120   filter: "'NIC_Intel-X710' and 'MRR' and '1C'"
3121   parameters:
3122   - "name"
3123   - "parent"
3124   - "result"
3125
3126 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
3127 -
3128   type: "table"
3129   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
3130   algorithm: "table_performance_comparison"
3131   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
3132   reference:
3133     title: "3-Node Hsw"
3134     data:
3135       # TODO: Add new data
3136       csit-vpp-perf-verify-1901-3n-hsw:
3137       - 35  # MRR sel
3138   compare:
3139     title: "3-Node Skx"
3140     data:
3141       # TODO: Add new data
3142       csit-vpp-perf-verify-1901-3n-skx:
3143       - 32  # MRR sel
3144   data: "vpp-compare-testbeds-mrr"
3145   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3146   filter: "'NIC_Intel-X710' and 'MRR' and '2C'"
3147   parameters:
3148   - "name"
3149   - "parent"
3150   - "result"
3151
3152 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
3153 -
3154   type: "table"
3155   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
3156   algorithm: "table_performance_comparison"
3157   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
3158   reference:
3159     title: "3-Node Hsw"
3160     data:
3161       # TODO: Add new data
3162       csit-vpp-perf-verify-1901-3n-hsw:
3163       - 35  # MRR sel
3164   compare:
3165     title: "3-Node Skx"
3166     data:
3167       # TODO: Add new data
3168       csit-vpp-perf-verify-1901-3n-skx:
3169       - 32  # MRR sel
3170   data: "vpp-compare-testbeds-mrr"
3171   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3172   filter: "'NIC_Intel-X710' and 'MRR' and '4C'"
3173   parameters:
3174   - "name"
3175   - "parent"
3176   - "result"
3177
3178 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
3179 -
3180   type: "table"
3181   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
3182   algorithm: "table_performance_comparison"
3183   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
3184   reference:
3185     title: "3-Node Skx"
3186     data:
3187       # TODO: Add new data
3188       csit-vpp-perf-verify-1901-3n-skx:
3189       - 32  # MRR sel
3190   compare:
3191     title: "2-Node Skx"
3192     data:
3193       # TODO: Add new data
3194       csit-vpp-perf-verify-1901-2n-skx:
3195       - 22  # MRR sel
3196   data: "vpp-compare-topologies-mrr"
3197   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3198   filter: "'MRR' and '1C'"
3199   parameters:
3200   - "name"
3201   - "parent"
3202   - "result"
3203
3204 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
3205 -
3206   type: "table"
3207   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
3208   algorithm: "table_performance_comparison"
3209   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
3210   reference:
3211     title: "3-Node Skx"
3212     data:
3213       # TODO: Add new data
3214       csit-vpp-perf-verify-1901-3n-skx:
3215       - 32  # MRR sel
3216   compare:
3217     title: "2-Node Skx"
3218     data:
3219       # TODO: Add new data
3220       csit-vpp-perf-verify-1901-2n-skx:
3221       - 22  # MRR sel
3222   data: "vpp-compare-topologies-mrr"
3223   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3224   filter: "'MRR' and '2C'"
3225   parameters:
3226   - "name"
3227   - "parent"
3228   - "result"
3229
3230 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
3231 -
3232   type: "table"
3233   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
3234   algorithm: "table_performance_comparison"
3235   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
3236   reference:
3237     title: "3-Node Skx"
3238     data:
3239       # TODO: Add new data
3240       csit-vpp-perf-verify-1901-3n-skx:
3241       - 32  # MRR sel
3242   compare:
3243     title: "2-Node Skx"
3244     data:
3245       # TODO: Add new data
3246       csit-vpp-perf-verify-1901-2n-skx:
3247       - 22  # MRR sel
3248   data: "vpp-compare-topologies-mrr"
3249   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3250   filter: "'MRR' and '4C'"
3251   parameters:
3252   - "name"
3253   - "parent"
3254   - "result"
3255
3256 # Detailed Test Results - VPP Performance Results 3n-hsw
3257 -
3258   type: "table"
3259   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
3260   algorithm: "table_merged_details"
3261   output-file-ext: ".csv"
3262   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
3263   columns:
3264   -
3265     title: "Name"
3266     data: "data name"
3267   -
3268     title: "Status"
3269     data: "data msg"
3270   rows: "generated"
3271   data: "vpp-perf-results-3n-hsw"
3272   filter: "not 'NDRCHK' and not 'PDRCHK'"
3273   parameters:
3274   - "name"
3275   - "parent"
3276   - "msg"
3277
3278 # Detailed Test Results - VPP Performance Results 3n-skx
3279 -
3280   type: "table"
3281   title: "Detailed Test Results - VPP Performance Results 3n-skx"
3282   algorithm: "table_merged_details"
3283   output-file-ext: ".csv"
3284   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
3285   columns:
3286   -
3287     title: "Name"
3288     data: "data name"
3289   -
3290     title: "Status"
3291     data: "data msg"
3292   rows: "generated"
3293   data: "vpp-perf-results-3n-skx"
3294   filter: "not 'NDRCHK' and not 'PDRCHK'"
3295   parameters:
3296   - "name"
3297   - "parent"
3298   - "msg"
3299
3300 # Detailed Test Results - VPP Performance Results 2n-skx
3301 -
3302   type: "table"
3303   title: "Detailed Test Results - VPP Performance Results 2n-skx"
3304   algorithm: "table_merged_details"
3305   output-file-ext: ".csv"
3306   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
3307   columns:
3308   -
3309     title: "Name"
3310     data: "data name"
3311   -
3312     title: "Status"
3313     data: "data msg"
3314   rows: "generated"
3315   data: "vpp-perf-results-2n-skx"
3316   filter: "not 'NDRCHK' and not 'PDRCHK'"
3317   parameters:
3318   - "name"
3319   - "parent"
3320   - "msg"
3321
3322 # Detailed Test Results - VPP Performance Results 2n-dnv
3323 -
3324   type: "table"
3325   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
3326   algorithm: "table_details"
3327   output-file-ext: ".csv"
3328   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
3329   columns:
3330   -
3331     title: "Name"
3332     data: "data name"
3333   -
3334     title: "Status"
3335     data: "data msg"
3336   rows: "generated"
3337   data: "intel-dnv-vpp"
3338   filter: "'NDRPDR'"
3339   parameters:
3340   - "name"
3341   - "parent"
3342   - "msg"
3343
3344 # Test configuration - VPP Performance Test Configs 3n-hsw
3345 -
3346   type: "table"
3347   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
3348   algorithm: "table_merged_details"
3349   output-file-ext: ".csv"
3350   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
3351   columns:
3352   -
3353     title: "Name"
3354     data: "data name"
3355   -
3356     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3357     data: "data vat-history"
3358   rows: "generated"
3359   data: "vpp-perf-results-3n-hsw"
3360   filter: "not 'NDRCHK' and not 'PDRCHK'"
3361   parameters:
3362   - "parent"
3363   - "name"
3364   - "vat-history"
3365
3366 # Test configuration - VPP Performance Test Configs 3n-skx
3367 -
3368   type: "table"
3369   title: "Test configuration - VPP Performance Test Configs 3n-skx"
3370   algorithm: "table_merged_details"
3371   output-file-ext: ".csv"
3372   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
3373   columns:
3374   -
3375     title: "Name"
3376     data: "data name"
3377   -
3378     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3379     data: "data vat-history"
3380   rows: "generated"
3381   data: "vpp-perf-results-3n-skx"
3382   filter: "not 'NDRCHK' and not 'PDRCHK'"
3383   parameters:
3384   - "parent"
3385   - "name"
3386   - "vat-history"
3387
3388 # Test configuration - VPP Performance Test Configs 2n-skx
3389 -
3390   type: "table"
3391   title: "Test configuration - VPP Performance Test Configs 2n-skx"
3392   algorithm: "table_merged_details"
3393   output-file-ext: ".csv"
3394   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
3395   columns:
3396   -
3397     title: "Name"
3398     data: "data name"
3399   -
3400     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3401     data: "data vat-history"
3402   rows: "generated"
3403   data: "vpp-perf-results-2n-skx"
3404   filter: "not 'NDRCHK' and not 'PDRCHK'"
3405   parameters:
3406   - "parent"
3407   - "name"
3408   - "vat-history"
3409
3410 # Test configuration - VPP Performance Test Configs 2n-dnv
3411 -
3412   type: "table"
3413   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
3414   algorithm: "table_details"
3415   output-file-ext: ".csv"
3416   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_test_configuration_2n_dnv"
3417   columns:
3418   -
3419     title: "Name"
3420     data: "data name"
3421   -
3422     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3423     data: "data vat-history"
3424   rows: "generated"
3425   data: "intel-dnv-vpp"
3426   filter: "'NDRPDR'"
3427   parameters:
3428   - "parent"
3429   - "name"
3430   - "vat-history"
3431
3432 # Test Operational Data - VPP Performance Operational Data 3n-hsw
3433 -
3434   type: "table"
3435   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
3436   algorithm: "table_merged_details"
3437   output-file-ext: ".csv"
3438   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
3439   columns:
3440   -
3441     title: "Name"
3442     data: "data name"
3443   -
3444     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3445     data: "data show-run"
3446   rows: "generated"
3447   data: "vpp-perf-results-3n-hsw"
3448   filter: "not 'NDRCHK' and not 'PDRCHK'"
3449   parameters:
3450   - "parent"
3451   - "name"
3452   - "show-run"
3453
3454 # Test Operational Data - VPP Performance Operational Data 3n-skx
3455 -
3456   type: "table"
3457   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
3458   algorithm: "table_merged_details"
3459   output-file-ext: ".csv"
3460   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
3461   columns:
3462   -
3463     title: "Name"
3464     data: "data name"
3465   -
3466     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3467     data: "data show-run"
3468   rows: "generated"
3469   data: "vpp-perf-results-3n-skx"
3470   filter: "not 'NDRCHK' and not 'PDRCHK'"
3471   parameters:
3472   - "parent"
3473   - "name"
3474   - "show-run"
3475
3476 # Test Operational Data - VPP Performance Operational Data 2n-skx
3477 -
3478   type: "table"
3479   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
3480   algorithm: "table_merged_details"
3481   output-file-ext: ".csv"
3482   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
3483   columns:
3484   -
3485     title: "Name"
3486     data: "data name"
3487   -
3488     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3489     data: "data show-run"
3490   rows: "generated"
3491   data: "vpp-perf-results-2n-skx"
3492   filter: "not 'NDRCHK' and not 'PDRCHK'"
3493   parameters:
3494   - "parent"
3495   - "name"
3496   - "show-run"
3497
3498 # Test Operational Data - VPP Performance Operational Data 2n-dnv
3499 -
3500   type: "table"
3501   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
3502   algorithm: "table_details"
3503   output-file-ext: ".csv"
3504   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_test_operational_2n_dnv"
3505   columns:
3506   -
3507     title: "Name"
3508     data: "data name"
3509   -
3510     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3511     data: "data show-run"
3512   rows: "generated"
3513   data: "intel-dnv-vpp"
3514   filter: "'NDRPDR'"
3515   parameters:
3516   - "parent"
3517   - "name"
3518   - "show-run"
3519
3520 # Detailed Test Results - VPP MRR Results 3n-hsw
3521 -
3522   type: "table"
3523   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
3524   algorithm: "table_details"
3525   output-file-ext: ".csv"
3526   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
3527   columns:
3528   -
3529     title: "Name"
3530     data: "data name"
3531   -
3532     title: "Status"
3533     data: "data msg"
3534   rows: "generated"
3535   data: "vpp-mrr-results-3n-hsw"
3536   filter: "'MRR'"
3537   parameters:
3538   - "name"
3539   - "parent"
3540   - "msg"
3541
3542 # Detailed Test Results - VPP MRR Results 3n-skx
3543 -
3544   type: "table"
3545   title: "Detailed Test Results - VPP MRR Results 3n-skx"
3546   algorithm: "table_details"
3547   output-file-ext: ".csv"
3548   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
3549   columns:
3550   -
3551     title: "Name"
3552     data: "data name"
3553   -
3554     title: "Status"
3555     data: "data msg"
3556   rows: "generated"
3557   data: "vpp-mrr-results-3n-skx"
3558   filter: "'MRR'"
3559   parameters:
3560   - "name"
3561   - "parent"
3562   - "msg"
3563
3564 # Detailed Test Results - VPP MRR Results 2n-skx
3565 -
3566   type: "table"
3567   title: "Detailed Test Results - VPP MRR Results 2n-skx"
3568   algorithm: "table_details"
3569   output-file-ext: ".csv"
3570   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
3571   columns:
3572   -
3573     title: "Name"
3574     data: "data name"
3575   -
3576     title: "Status"
3577     data: "data msg"
3578   rows: "generated"
3579   data: "vpp-mrr-results-2n-skx"
3580   filter: "'MRR'"
3581   parameters:
3582   - "name"
3583   - "parent"
3584   - "msg"
3585
3586 # Detailed Test Results - VPP MRR Results 2n-dnv
3587 -
3588   type: "table"
3589   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
3590   algorithm: "table_details"
3591   output-file-ext: ".csv"
3592   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
3593   columns:
3594   -
3595     title: "Name"
3596     data: "data name"
3597   -
3598     title: "Status"
3599     data: "data msg"
3600   rows: "generated"
3601   data: "intel-dnv-vpp"
3602   filter: "'MRR'"
3603   parameters:
3604   - "name"
3605   - "parent"
3606   - "msg"
3607
3608 # Test configuration - VPP MRR Test Configs 3n-hsw
3609 -
3610   type: "table"
3611   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
3612   algorithm: "table_details"
3613   output-file-ext: ".csv"
3614   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
3615   columns:
3616   -
3617     title: "Name"
3618     data: "data name"
3619   -
3620     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3621     data: "data vat-history"
3622   rows: "generated"
3623   data: "vpp-mrr-results-3n-hsw"
3624   filter: "'MRR'"
3625   parameters:
3626   - "parent"
3627   - "name"
3628   - "vat-history"
3629
3630 # Test configuration - VPP MRR Test Configs 3n-skx
3631 -
3632   type: "table"
3633   title: "Test configuration - VPP MRR Test Configs 3n-skx"
3634   algorithm: "table_details"
3635   output-file-ext: ".csv"
3636   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
3637   columns:
3638   -
3639     title: "Name"
3640     data: "data name"
3641   -
3642     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3643     data: "data vat-history"
3644   rows: "generated"
3645   data: "vpp-mrr-results-3n-skx"
3646   filter: "'MRR'"
3647   parameters:
3648   - "parent"
3649   - "name"
3650   - "vat-history"
3651
3652 # Test configuration - VPP MRR Test Configs 2n-skx
3653 -
3654   type: "table"
3655   title: "Test configuration - VPP MRR Test Configs 2n-skx"
3656   algorithm: "table_details"
3657   output-file-ext: ".csv"
3658   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
3659   columns:
3660   -
3661     title: "Name"
3662     data: "data name"
3663   -
3664     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3665     data: "data vat-history"
3666   rows: "generated"
3667   data: "vpp-mrr-results-2n-skx"
3668   filter: "'MRR'"
3669   parameters:
3670   - "parent"
3671   - "name"
3672   - "vat-history"
3673
3674 # Test configuration - VPP MRR Test Configs 2n-dnv
3675 -
3676   type: "table"
3677   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
3678   algorithm: "table_details"
3679   output-file-ext: ".csv"
3680   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_test_configuration_2n_dnv"
3681   columns:
3682   -
3683     title: "Name"
3684     data: "data name"
3685   -
3686     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3687     data: "data vat-history"
3688   rows: "generated"
3689   data: "intel-dnv-vpp"
3690   filter: "'MRR'"
3691   parameters:
3692   - "parent"
3693   - "name"
3694   - "vat-history"
3695
3696 # Detailed Test Results - VPP Functional Results - Ubuntu
3697 -
3698   type: "table"
3699   title: "Detailed Test Results - VPP Functional Results - Ubuntu"
3700   algorithm: "table_details"
3701   output-file-ext: ".csv"
3702   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
3703   columns:
3704   -
3705     title: "Name"
3706     data: "data name"
3707   -
3708     title: "Documentation"
3709     data: "data doc"
3710   -
3711     title: "Status"
3712     data: "data status"
3713   rows: "generated"
3714   data: "vpp-func-results-ubuntu"
3715   filter: "all"
3716   parameters:
3717   - "name"
3718   - "parent"
3719   - "doc"
3720   - "status"
3721
3722 # Detailed Test Results - VPP Functional Results - CentOS
3723 -
3724   type: "table"
3725   title: "Detailed Test Results - VPP Functional Results - CentOS"
3726   algorithm: "table_details"
3727   output-file-ext: ".csv"
3728   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
3729   columns:
3730   -
3731     title: "Name"
3732     data: "data name"
3733   -
3734     title: "Documentation"
3735     data: "data doc"
3736   -
3737     title: "Status"
3738     data: "data status"
3739   rows: "generated"
3740   data:
3741     "vpp-func-results-centos"
3742   filter: "all"
3743   parameters:
3744   - "name"
3745   - "parent"
3746   - "doc"
3747   - "status"
3748
3749 # Test configuration - VPP Functional Test Configs - Ubuntu
3750 -
3751   type: "table"
3752   title: "Test configuration - VPP Functional Test Configs - Ubuntu"
3753   algorithm: "table_details"
3754   output-file-ext: ".csv"
3755   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
3756   columns:
3757   -
3758     title: "Name"
3759     data: "data name"
3760   -
3761     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3762     data: "data vat-history"
3763   rows: "generated"
3764   data: "vpp-func-results-ubuntu"
3765   filter: "all"
3766   parameters:
3767   - "parent"
3768   - "name"
3769   - "vat-history"
3770
3771 # Test configuration - VPP Functional Test Configs - CentOS
3772 -
3773   type: "table"
3774   title: "Test configuration - VPP Functional Test Configs - CentOS"
3775   algorithm: "table_details"
3776   output-file-ext: ".csv"
3777   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
3778   columns:
3779   -
3780     title: "Name"
3781     data: "data name"
3782   -
3783     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3784     data: "data vat-history"
3785   rows: "generated"
3786   data: "vpp-func-results-centos"
3787   filter: "all"
3788   parameters:
3789   - "parent"
3790   - "name"
3791   - "vat-history"
3792
3793 # Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw
3794 -
3795   type: "table"
3796   title: "Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw"
3797   algorithm: "table_details"
3798   output-file-ext: ".csv"
3799   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
3800   columns:
3801   -
3802     title: "Name"
3803     data: "data name"
3804   -
3805     title: "Status"
3806     data: "data msg"
3807   rows: "generated"
3808   data: "ligato-perf-results-3n-hsw"
3809   filter: "all"
3810   parameters:
3811   - "name"
3812   - "parent"
3813   - "msg"
3814
3815 # Detailed Test Results - VPP Device Results - Ubuntu
3816 -
3817   type: "table"
3818   title: "Detailed Test Results - VPP Device Results - Ubuntu"
3819   algorithm: "table_details"
3820   output-file-ext: ".csv"
3821   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
3822   columns:
3823   -
3824     title: "Name"
3825     data: "data name"
3826   -
3827     title: "Documentation"
3828     data: "data doc"
3829   -
3830     title: "Status"
3831     data: "data status"
3832   rows: "generated"
3833   data: "vpp-device-results-ubuntu"
3834   filter: "all"
3835   parameters:
3836   - "name"
3837   - "parent"
3838   - "doc"
3839   - "status"
3840
3841 # Test configuration - VPP Device Test Configs - Ubuntu
3842 -
3843   type: "table"
3844   title: "Test configuration - VPP Device Test Configs - Ubuntu"
3845   algorithm: "table_details"
3846   output-file-ext: ".csv"
3847   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
3848   columns:
3849   -
3850     title: "Name"
3851     data: "data name"
3852   -
3853     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3854     data: "data vat-history"
3855   rows: "generated"
3856   data: "vpp-device-results-ubuntu"
3857   filter: "all"
3858   parameters:
3859   - "parent"
3860   - "name"
3861   - "vat-history"
3862
3863 ################################################################################
3864
3865 # DPDK Performance Changes 3n-hsw 1t1c pdr
3866 -
3867   type: "table"
3868   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
3869   algorithm: "table_performance_comparison"
3870   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
3871   history:
3872     -
3873       title: "rls1807"
3874       data:
3875         csit-dpdk-perf-verify-1807-3n-hsw:
3876         - 11
3877         - 12  # full
3878         - 14
3879         - 15
3880         - 16
3881         - 17
3882         - 20
3883         - 21
3884         - 22
3885         - 23
3886   reference:
3887     title: "rls1810"
3888     data:
3889       csit-dpdk-perf-verify-1810-3n-hsw:
3890       - 1   # NDRPDR sel
3891       - 2   # NDRPDR sel
3892       - 3   # NDRPDR sel
3893       - 4   # NDRPDR sel
3894       - 5   # NDRPDR sel
3895       - 6   # NDRPDR sel
3896       - 7   # NDRPDR sel
3897       - 8   # NDRPDR sel
3898       - 9   # NDRPDR sel
3899       - 10  # NDRPDR sel
3900   compare:
3901     title: "rls1901"
3902     data:
3903       # TODO: Add new data
3904       csit-dpdk-perf-verify-1901-3n-hsw:
3905       - 3   # NDRPDR sel
3906       - 4   # NDRPDR sel
3907       - 5   # NDRPDR sel
3908       - 6   # NDRPDR sel
3909       - 7   # NDRPDR sel
3910   data: "dpdk-performance-changes-3n-hsw"
3911   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3912   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3913   parameters:
3914   - "name"
3915   - "parent"
3916   - "throughput"
3917
3918 # DPDK Performance Changes 3n-hsw 2t2c pdr
3919 -
3920   type: "table"
3921   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
3922   algorithm: "table_performance_comparison"
3923   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
3924   history:
3925     -
3926       title: "rls1807"
3927       data:
3928         csit-dpdk-perf-verify-1807-3n-hsw:
3929         - 11
3930         - 12  # full
3931         - 14
3932         - 15
3933         - 16
3934         - 17
3935         - 20
3936         - 21
3937         - 22
3938         - 23
3939   reference:
3940     title: "rls1810"
3941     data:
3942       csit-dpdk-perf-verify-1810-3n-hsw:
3943       - 1   # NDRPDR sel
3944       - 2   # NDRPDR sel
3945       - 3   # NDRPDR sel
3946       - 4   # NDRPDR sel
3947       - 5   # NDRPDR sel
3948       - 6   # NDRPDR sel
3949       - 7   # NDRPDR sel
3950       - 8   # NDRPDR sel
3951       - 9   # NDRPDR sel
3952       - 10  # NDRPDR sel
3953   compare:
3954     title: "rls1901"
3955     data:
3956       # TODO: Add new data
3957       csit-dpdk-perf-verify-1901-3n-hsw:
3958       - 3   # NDRPDR sel
3959       - 4   # NDRPDR sel
3960       - 5   # NDRPDR sel
3961       - 6   # NDRPDR sel
3962       - 7   # NDRPDR sel
3963   data: "dpdk-performance-changes-3n-hsw"
3964   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3965   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3966   parameters:
3967   - "name"
3968   - "parent"
3969   - "throughput"
3970
3971 # DPDK Performance Changes 3n-hsw 1t1c ndr
3972 -
3973   type: "table"
3974   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
3975   algorithm: "table_performance_comparison"
3976   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
3977   history:
3978     -
3979       title: "rls1807"
3980       data:
3981         csit-dpdk-perf-verify-1807-3n-hsw:
3982         - 11
3983         - 12  # full
3984         - 14
3985         - 15
3986         - 16
3987         - 17
3988         - 20
3989         - 21
3990         - 22
3991         - 23
3992   reference:
3993     title: "rls1810"
3994     data:
3995       csit-dpdk-perf-verify-1810-3n-hsw:
3996       - 1   # NDRPDR sel
3997       - 2   # NDRPDR sel
3998       - 3   # NDRPDR sel
3999       - 4   # NDRPDR sel
4000       - 5   # NDRPDR sel
4001       - 6   # NDRPDR sel
4002       - 7   # NDRPDR sel
4003       - 8   # NDRPDR sel
4004       - 9   # NDRPDR sel
4005       - 10  # NDRPDR sel
4006   compare:
4007     title: "rls1901"
4008     data:
4009       # TODO: Add new data
4010       csit-dpdk-perf-verify-1901-3n-hsw:
4011       - 3   # NDRPDR sel
4012       - 4   # NDRPDR sel
4013       - 5   # NDRPDR sel
4014       - 6   # NDRPDR sel
4015       - 7   # NDRPDR sel
4016   data: "dpdk-performance-changes-3n-hsw"
4017   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4018   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4019   parameters:
4020   - "name"
4021   - "parent"
4022   - "throughput"
4023
4024 # DPDK Performance Changes 3n-hsw 2t2c ndr
4025 -
4026   type: "table"
4027   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
4028   algorithm: "table_performance_comparison"
4029   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
4030   history:
4031     -
4032       title: "rls1807"
4033       data:
4034         csit-dpdk-perf-verify-1807-3n-hsw:
4035         - 11
4036         - 12  # full
4037         - 14
4038         - 15
4039         - 16
4040         - 17
4041         - 20
4042         - 21
4043         - 22
4044         - 23
4045   reference:
4046     title: "rls1810"
4047     data:
4048       csit-dpdk-perf-verify-1810-3n-hsw:
4049       - 1   # NDRPDR sel
4050       - 2   # NDRPDR sel
4051       - 3   # NDRPDR sel
4052       - 4   # NDRPDR sel
4053       - 5   # NDRPDR sel
4054       - 6   # NDRPDR sel
4055       - 7   # NDRPDR sel
4056       - 8   # NDRPDR sel
4057       - 9   # NDRPDR sel
4058       - 10  # NDRPDR sel
4059   compare:
4060     title: "rls1901"
4061     data:
4062       # TODO: Add new data
4063       csit-dpdk-perf-verify-1901-3n-hsw:
4064       - 3   # NDRPDR sel
4065       - 4   # NDRPDR sel
4066       - 5   # NDRPDR sel
4067       - 6   # NDRPDR sel
4068       - 7   # NDRPDR sel
4069   data: "dpdk-performance-changes-3n-hsw"
4070   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4071   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4072   parameters:
4073   - "name"
4074   - "parent"
4075   - "throughput"
4076
4077 # DPDK Performance Changes 3n-skx 2t1c pdr
4078 -
4079   type: "table"
4080   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
4081   algorithm: "table_performance_comparison"
4082   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
4083   history:
4084     -
4085       title: "rls1807"
4086       data:
4087         csit-dpdk-perf-verify-1807-3n-skx:
4088         - 1   # NDRPDR sel
4089         - 2   # NDRPDR sel
4090         - 3   # NDRPDR sel
4091         - 6   # NDRPDR sel
4092         - 7   # NDRPDR sel
4093         - 8   # NDRPDR sel
4094         - 9   # NDRPDR sel
4095         - 10  # NDRPDR sel
4096         - 11  # NDRPDR sel
4097         - 12  # NDRPDR sel
4098   reference:
4099     title: "rls1810"
4100     data:
4101       csit-dpdk-perf-verify-1810-3n-skx:
4102       - 3   # NDRPDR sel
4103       - 4   # NDRPDR sel
4104       - 6   # NDRPDR sel
4105       - 7   # NDRPDR sel
4106       - 8   # NDRPDR sel
4107       - 9   # NDRPDR sel
4108       - 10  # NDRPDR sel
4109       - 11  # NDRPDR sel
4110       - 12  # NDRPDR sel
4111       - 13  # NDRPDR sel
4112   compare:
4113     title: "rls1901"
4114     data:
4115       # TODO: Replace with new data
4116       csit-dpdk-perf-verify-1810-3n-skx:
4117       - 3   # NDRPDR sel
4118       - 4   # NDRPDR sel
4119       - 6   # NDRPDR sel
4120       - 7   # NDRPDR sel
4121       - 8   # NDRPDR sel
4122       - 9   # NDRPDR sel
4123       - 10  # NDRPDR sel
4124       - 11  # NDRPDR sel
4125       - 12  # NDRPDR sel
4126       - 13  # NDRPDR sel
4127   data: "dpdk-performance-changes-3n-skx"
4128   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4129   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4130   parameters:
4131   - "name"
4132   - "parent"
4133   - "throughput"
4134
4135 # DPDK Performance Changes 3n-skx 4t2c pdr
4136 -
4137   type: "table"
4138   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
4139   algorithm: "table_performance_comparison"
4140   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
4141   history:
4142     -
4143       title: "rls1807"
4144       data:
4145         csit-dpdk-perf-verify-1807-3n-skx:
4146         - 1   # NDRPDR sel
4147         - 2   # NDRPDR sel
4148         - 3   # NDRPDR sel
4149         - 6   # NDRPDR sel
4150         - 7   # NDRPDR sel
4151         - 8   # NDRPDR sel
4152         - 9   # NDRPDR sel
4153         - 10  # NDRPDR sel
4154         - 11  # NDRPDR sel
4155         - 12  # NDRPDR sel
4156   reference:
4157     title: "rls1810"
4158     data:
4159       csit-dpdk-perf-verify-1810-3n-skx:
4160       - 3   # NDRPDR sel
4161       - 4   # NDRPDR sel
4162       - 6   # NDRPDR sel
4163       - 7   # NDRPDR sel
4164       - 8   # NDRPDR sel
4165       - 9   # NDRPDR sel
4166       - 10  # NDRPDR sel
4167       - 11  # NDRPDR sel
4168       - 12  # NDRPDR sel
4169       - 13  # NDRPDR sel
4170   compare:
4171     title: "rls1901"
4172     data:
4173       # TODO: Replace with new data
4174       csit-dpdk-perf-verify-1810-3n-skx:
4175       - 3   # NDRPDR sel
4176       - 4   # NDRPDR sel
4177       - 6   # NDRPDR sel
4178       - 7   # NDRPDR sel
4179       - 8   # NDRPDR sel
4180       - 9   # NDRPDR sel
4181       - 10  # NDRPDR sel
4182       - 11  # NDRPDR sel
4183       - 12  # NDRPDR sel
4184       - 13  # NDRPDR sel
4185   data: "dpdk-performance-changes-3n-skx"
4186   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4187   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4188   parameters:
4189   - "name"
4190   - "parent"
4191   - "throughput"
4192
4193 # DPDK Performance Changes 3n-skx 2t1c ndr
4194 -
4195   type: "table"
4196   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
4197   algorithm: "table_performance_comparison"
4198   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
4199   history:
4200     -
4201       title: "rls1807"
4202       data:
4203         csit-dpdk-perf-verify-1807-3n-skx:
4204         - 1   # NDRPDR sel
4205         - 2   # NDRPDR sel
4206         - 3   # NDRPDR sel
4207         - 6   # NDRPDR sel
4208         - 7   # NDRPDR sel
4209         - 8   # NDRPDR sel
4210         - 9   # NDRPDR sel
4211         - 10  # NDRPDR sel
4212         - 11  # NDRPDR sel
4213         - 12  # NDRPDR sel
4214   reference:
4215     title: "rls1810"
4216     data:
4217       csit-dpdk-perf-verify-1810-3n-skx:
4218       - 3   # NDRPDR sel
4219       - 4   # NDRPDR sel
4220       - 6   # NDRPDR sel
4221       - 7   # NDRPDR sel
4222       - 8   # NDRPDR sel
4223       - 9   # NDRPDR sel
4224       - 10  # NDRPDR sel
4225       - 11  # NDRPDR sel
4226       - 12  # NDRPDR sel
4227       - 13  # NDRPDR sel
4228   compare:
4229     title: "rls1901"
4230     data:
4231       # TODO: Replace with new data
4232       csit-dpdk-perf-verify-1810-3n-skx:
4233       - 3   # NDRPDR sel
4234       - 4   # NDRPDR sel
4235       - 6   # NDRPDR sel
4236       - 7   # NDRPDR sel
4237       - 8   # NDRPDR sel
4238       - 9   # NDRPDR sel
4239       - 10  # NDRPDR sel
4240       - 11  # NDRPDR sel
4241       - 12  # NDRPDR sel
4242       - 13  # NDRPDR sel
4243   data: "dpdk-performance-changes-3n-skx"
4244   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4245   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4246   parameters:
4247   - "name"
4248   - "parent"
4249   - "throughput"
4250
4251 # DPDK Performance Changes 3n-skx 4t2c ndr
4252 -
4253   type: "table"
4254   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
4255   algorithm: "table_performance_comparison"
4256   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
4257   history:
4258     -
4259       title: "rls1807"
4260       data:
4261         csit-dpdk-perf-verify-1807-3n-skx:
4262         - 1   # NDRPDR sel
4263         - 2   # NDRPDR sel
4264         - 3   # NDRPDR sel
4265         - 6   # NDRPDR sel
4266         - 7   # NDRPDR sel
4267         - 8   # NDRPDR sel
4268         - 9   # NDRPDR sel
4269         - 10  # NDRPDR sel
4270         - 11  # NDRPDR sel
4271         - 12  # NDRPDR sel
4272   reference:
4273     title: "rls1810"
4274     data:
4275       csit-dpdk-perf-verify-1810-3n-skx:
4276       - 3   # NDRPDR sel
4277       - 4   # NDRPDR sel
4278       - 6   # NDRPDR sel
4279       - 7   # NDRPDR sel
4280       - 8   # NDRPDR sel
4281       - 9   # NDRPDR sel
4282       - 10  # NDRPDR sel
4283       - 11  # NDRPDR sel
4284       - 12  # NDRPDR sel
4285       - 13  # NDRPDR sel
4286   compare:
4287     title: "rls1901"
4288     data:
4289       # TODO: Replace with new data
4290       csit-dpdk-perf-verify-1810-3n-skx:
4291       - 3   # NDRPDR sel
4292       - 4   # NDRPDR sel
4293       - 6   # NDRPDR sel
4294       - 7   # NDRPDR sel
4295       - 8   # NDRPDR sel
4296       - 9   # NDRPDR sel
4297       - 10  # NDRPDR sel
4298       - 11  # NDRPDR sel
4299       - 12  # NDRPDR sel
4300       - 13  # NDRPDR sel
4301   data: "dpdk-performance-changes-3n-skx"
4302   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4303   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4304   parameters:
4305   - "name"
4306   - "parent"
4307   - "throughput"
4308
4309 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
4310 -
4311   type: "table"
4312   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
4313   algorithm: "table_performance_comparison"
4314   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
4315   reference:
4316     title: "3-Node Hsw"
4317     data:
4318       # TODO: Add new data
4319       csit-dpdk-perf-verify-1901-3n-hsw:
4320       - 3   # NDRPDR sel
4321       - 4   # NDRPDR sel
4322       - 5   # NDRPDR sel
4323       - 6   # NDRPDR sel
4324       - 7   # NDRPDR sel
4325   compare:
4326     title: "3-Node Skx"
4327     data:
4328       # TODO: Replace with new data
4329       csit-dpdk-perf-verify-1810-3n-skx:
4330       - 3   # NDRPDR sel
4331       - 4   # NDRPDR sel
4332       - 6   # NDRPDR sel
4333       - 7   # NDRPDR sel
4334       - 8   # NDRPDR sel
4335       - 9   # NDRPDR sel
4336       - 10  # NDRPDR sel
4337       - 11  # NDRPDR sel
4338       - 12  # NDRPDR sel
4339       - 13  # NDRPDR sel
4340   data: "dpdk-compare-testbeds"
4341   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4342   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4343   parameters:
4344   - "name"
4345   - "parent"
4346   - "throughput"
4347
4348 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
4349 -
4350   type: "table"
4351   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
4352   algorithm: "table_performance_comparison"
4353   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
4354   reference:
4355     title: "3-Node Skx"
4356     data:
4357       # TODO: Replace with new data
4358       csit-dpdk-perf-verify-1810-3n-skx:
4359       - 3   # NDRPDR sel
4360       - 4   # NDRPDR sel
4361       - 6   # NDRPDR sel
4362       - 7   # NDRPDR sel
4363       - 8   # NDRPDR sel
4364       - 9   # NDRPDR sel
4365       - 10  # NDRPDR sel
4366       - 11  # NDRPDR sel
4367       - 12  # NDRPDR sel
4368       - 13  # NDRPDR sel
4369   compare:
4370     title: "2-Node Skx"
4371     data:
4372       # TODO: Add new data
4373       csit-dpdk-perf-verify-1901-2n-skx:
4374       - 2   # NDRPDR sel
4375   data: "dpdk-compare-topologies"
4376   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4377   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4378   parameters:
4379   - "name"
4380   - "parent"
4381   - "throughput"
4382
4383 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
4384 -
4385   type: "table"
4386   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
4387   algorithm: "table_performance_comparison"
4388   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
4389   reference:
4390     title: "3-Node Skx"
4391     data:
4392       # TODO: Replace with new data
4393       csit-dpdk-perf-verify-1810-3n-skx:
4394       - 3   # NDRPDR sel
4395       - 4   # NDRPDR sel
4396       - 6   # NDRPDR sel
4397       - 7   # NDRPDR sel
4398       - 8   # NDRPDR sel
4399       - 9   # NDRPDR sel
4400       - 10  # NDRPDR sel
4401       - 11  # NDRPDR sel
4402       - 12  # NDRPDR sel
4403       - 13  # NDRPDR sel
4404   compare:
4405     title: "2-Node Skx"
4406     data:
4407       # TODO: Add new data
4408       csit-dpdk-perf-verify-1901-2n-skx:
4409       - 2   # NDRPDR sel
4410   data: "dpdk-compare-topologies"
4411   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4412   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4413   parameters:
4414   - "name"
4415   - "parent"
4416   - "throughput"
4417
4418 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
4419 -
4420   type: "table"
4421   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
4422   algorithm: "table_performance_comparison"
4423   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
4424   reference:
4425     title: "3-Node Hsw"
4426     data:
4427       # TODO: Add new data
4428       csit-dpdk-perf-verify-1901-3n-hsw:
4429       - 3   # NDRPDR sel
4430       - 4   # NDRPDR sel
4431       - 5   # NDRPDR sel
4432       - 6   # NDRPDR sel
4433       - 7   # NDRPDR sel
4434   compare:
4435     title: "3-Node Skx"
4436     data:
4437       # TODO: Replace with new data
4438       csit-dpdk-perf-verify-1810-3n-skx:
4439       - 3   # NDRPDR sel
4440       - 4   # NDRPDR sel
4441       - 6   # NDRPDR sel
4442       - 7   # NDRPDR sel
4443       - 8   # NDRPDR sel
4444       - 9   # NDRPDR sel
4445       - 10  # NDRPDR sel
4446       - 11  # NDRPDR sel
4447       - 12  # NDRPDR sel
4448       - 13  # NDRPDR sel
4449   data: "dpdk-compare-testbeds"
4450   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4451   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4452   parameters:
4453   - "name"
4454   - "parent"
4455   - "throughput"
4456
4457 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx mrr
4458 # NOTE: Not used in 18.10
4459 #-
4460 #  type: "table"
4461 #  title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx mrr"
4462 #  algorithm: "table_performance_comparison"
4463 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-mrr"
4464 #  reference:
4465 #    title: "3-Node Hsw"
4466 #    data:
4467 #      csit-dpdk-perf-verify-1807-3n-hsw:
4468 #      - 11
4469 #      - 12  # full
4470 #      - 14
4471 #      - 15
4472 #      - 16
4473 #      - 17
4474 #      - 20
4475 #      - 21
4476 #      - 22
4477 #      - 23
4478 #  compare:
4479 #    title: "3-Node Skx"
4480 #    data:
4481 #      csit-dpdk-perf-verify-1807-3n-skx:
4482 #      - 1
4483 #      - 2
4484 #      - 3
4485 #      - 6
4486 #      - 7
4487 #      - 8
4488 #      - 9
4489 #      - 10
4490 #      - 11
4491 #      - 12
4492 #  data: "dpdk-compare-testbeds"
4493 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4494 #  filter: "'NIC_Intel-X710' and MRR" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4495 #  parameters:
4496 #  - "name"
4497 #  - "parent"
4498 #  - "result"
4499
4500 # Detailed Test Results - DPDK Performance Results 3n-hsw
4501 -
4502   type: "table"
4503   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
4504   algorithm: "table_details"
4505   output-file-ext: ".csv"
4506   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
4507   columns:
4508   -
4509     title: "Name"
4510     data: "data name"
4511   -
4512     title: "Status"
4513     data: "data msg"
4514   rows: "generated"
4515   data: "dpdk-perf-results-3n-hsw"
4516   filter: "all"
4517   parameters:
4518   - "name"
4519   - "parent"
4520   - "msg"
4521
4522 # Detailed Test Results - DPDK Performance Results 3n-skx
4523 -
4524   type: "table"
4525   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
4526   algorithm: "table_details"
4527   output-file-ext: ".csv"
4528   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
4529   columns:
4530   -
4531     title: "Name"
4532     data: "data name"
4533   -
4534     title: "Status"
4535     data: "data msg"
4536   rows: "generated"
4537   data: "dpdk-perf-results-3n-skx"
4538   filter: "all"
4539   parameters:
4540   - "name"
4541   - "parent"
4542   - "msg"
4543
4544 # Detailed Test Results - DPDK Performance Results 2n-skx
4545 -
4546   type: "table"
4547   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
4548   algorithm: "table_details"
4549   output-file-ext: ".csv"
4550   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
4551   columns:
4552   -
4553     title: "Name"
4554     data: "data name"
4555   -
4556     title: "Status"
4557     data: "data msg"
4558   rows: "generated"
4559   data: "dpdk-perf-results-2n-skx"
4560   filter: "all"
4561   parameters:
4562   - "name"
4563   - "parent"
4564   - "msg"
4565
4566 ################################################################################
4567 # HoneyComb
4568 -
4569   type: "table"
4570   title: "Detailed Test Results - Honeycomb Functional Results"
4571   algorithm: "table_details"
4572   output-file-ext: ".csv"
4573   output-file: "{DIR[DTR,FUNC,HC]}/hc_functional_results"
4574   columns:
4575   -
4576     title: "Name"
4577     data: "data name"
4578   -
4579     title: "Documentation"
4580     data: "data doc"
4581   -
4582     title: "Status"
4583     data: "data status"
4584   rows: "generated"
4585   data:
4586     "hc-func-results"
4587   filter: "all"
4588   parameters:
4589   - "name"
4590   - "parent"
4591   - "doc"
4592   - "status"
4593
4594 ################################################################################
4595 # NSH SFC
4596 -
4597   type: "table"
4598   title: "Detailed Test Results - NSH SFC Functional Results"
4599   algorithm: "table_details"
4600   output-file-ext: ".csv"
4601   output-file: "{DIR[DTR,FUNC,NSHSFC]}/nsh_sfc_functional_results"
4602   columns:
4603   -
4604     title: "Name"
4605     data: "data name"
4606   -
4607     title: "Documentation"
4608     data: "data doc"
4609   -
4610     title: "Status"
4611     data: "data status"
4612   rows: "generated"
4613   data:
4614     "nsh-func-results"
4615   filter: "all"
4616   parameters:
4617   - "name"
4618   - "parent"
4619   - "doc"
4620   - "status"
4621
4622 ################################################################################
4623 # DMM
4624 -
4625   type: "table"
4626   title: "Detailed Test Results - DMM Functional Results"
4627   algorithm: "table_details"
4628   output-file-ext: ".csv"
4629   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
4630   columns:
4631   -
4632     title: "Name"
4633     data: "data name"
4634   -
4635     title: "Documentation"
4636     data: "data doc"
4637   -
4638     title: "Status"
4639     data: "data status"
4640   rows: "generated"
4641   data:
4642     "dmm-func-results"
4643   filter: "all"
4644   parameters:
4645   - "name"
4646   - "parent"
4647   - "doc"
4648   - "status"
4649
4650 ################################################################################
4651 ###                                F I L E S                                 ###
4652 ################################################################################
4653
4654 # VPP Performance Results 3n-hsw
4655 -
4656   type: "file"
4657   title: "VPP Performance Results 3n-hsw"
4658   algorithm: "file_test_results"
4659   output-file-ext: ".rst"
4660   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
4661   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"
4662   dir-tables: "{DIR[DTR,PERF,VPP,3N,HSW]}"
4663   data: "vpp-perf-results-3n-hsw"
4664   filter: "not 'NDRCHK' and not 'PDRCHK'"
4665   parameters:
4666   - "name"
4667   - "doc"
4668   - "level"
4669   - "parent"
4670   data-start-level: 3
4671
4672 # VPP Performance Results 3n-skx
4673 -
4674   type: "file"
4675   title: "VPP Performance Results 3n-skx"
4676   algorithm: "file_test_results"
4677   output-file-ext: ".rst"
4678   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
4679   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"
4680   dir-tables: "{DIR[DTR,PERF,VPP,3N,SKX]}"
4681   data: "vpp-perf-results-3n-skx"
4682   filter: "not 'NDRCHK' and not 'PDRCHK'"
4683   parameters:
4684   - "name"
4685   - "doc"
4686   - "level"
4687   - "parent"
4688   data-start-level: 3
4689
4690 # VPP Performance Results 2n-skx
4691 -
4692   type: "file"
4693   title: "VPP Performance Results 2n-skx"
4694   algorithm: "file_test_results"
4695   output-file-ext: ".rst"
4696   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
4697   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"
4698   dir-tables: "{DIR[DTR,PERF,VPP,2N,SKX]}"
4699   data: "vpp-perf-results-2n-skx"
4700   filter: "not 'NDRCHK' and not 'PDRCHK'"
4701   parameters:
4702   - "name"
4703   - "doc"
4704   - "level"
4705   - "parent"
4706   data-start-level: 3
4707
4708 # VPP Performance Results 2n-dnv
4709 -
4710   type: "file"
4711   title: "VPP Performance Results 2n-dnv"
4712   algorithm: "file_test_results"
4713   output-file-ext: ".rst"
4714   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
4715   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"
4716   dir-tables: "{DIR[DTR,PERF,VPP,2N,DNV]}"
4717   data: "intel-dnv-vpp"
4718   filter: "'NDRPDR'"
4719   parameters:
4720   - "name"
4721   - "doc"
4722   - "level"
4723   - "parent"
4724   data-start-level: 3
4725
4726 # VPP Performance Configuration 3n-hsw
4727 -
4728   type: "file"
4729   title: "VPP Performance Configuration 3n-hsw"
4730   algorithm: "file_test_results"
4731   output-file-ext: ".rst"
4732   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_performance_configuration_3n_hsw"
4733   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"
4734   dir-tables: "{DIR[DTC,PERF,VPP,3N,HSW]}"
4735   data: "vpp-perf-results-3n-hsw"
4736   filter: "not 'NDRCHK' and not 'PDRCHK'"
4737   parameters:
4738   - "name"
4739   - "doc"
4740   - "level"
4741   - "parent"
4742   data-start-level: 3
4743
4744 # VPP Performance Configuration 3n-skx
4745 -
4746   type: "file"
4747   title: "VPP Performance Configuration 3n-skx"
4748   algorithm: "file_test_results"
4749   output-file-ext: ".rst"
4750   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_performance_configuration_3n_skx"
4751   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"
4752   dir-tables: "{DIR[DTC,PERF,VPP,3N,SKX]}"
4753   data: "vpp-perf-results-3n-skx"
4754   filter: "not 'NDRCHK' and not 'PDRCHK'"
4755   parameters:
4756   - "name"
4757   - "doc"
4758   - "level"
4759   - "parent"
4760   data-start-level: 3
4761
4762 # VPP Performance Configuration 2n-skx
4763 -
4764   type: "file"
4765   title: "VPP Performance Configuration 2n-skx"
4766   algorithm: "file_test_results"
4767   output-file-ext: ".rst"
4768   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_performance_configuration_2n_skx"
4769   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"
4770   dir-tables: "{DIR[DTC,PERF,VPP,2N,SKX]}"
4771   data: "vpp-perf-results-2n-skx"
4772   filter: "not 'NDRCHK' and not 'PDRCHK'"
4773   parameters:
4774   - "name"
4775   - "doc"
4776   - "level"
4777   - "parent"
4778   data-start-level: 3
4779
4780 # VPP Performance Configuration 2n-dnv
4781 -
4782   type: "file"
4783   title: "VPP Performance Configuration 2n-dnv"
4784   algorithm: "file_test_results"
4785   output-file-ext: ".rst"
4786   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_performance_configuration_2n_dnv"
4787   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"
4788   dir-tables: "{DIR[DTC,PERF,VPP,2N,DNV]}"
4789   data: "intel-dnv-vpp"
4790   filter: "'NDRPDR'"
4791   parameters:
4792   - "name"
4793   - "doc"
4794   - "level"
4795   - "parent"
4796   data-start-level: 3
4797
4798 # VPP Performance Operational Data 3n-hsw
4799 -
4800   type: "file"
4801   title: "VPP Performance Operational Data 3n-hsw"
4802   algorithm: "file_test_results"
4803   output-file-ext: ".rst"
4804   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_performance_operational_data_3n_hsw"
4805   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"
4806   dir-tables: "{DIR[DTO,PERF,VPP,3N,HSW]}"
4807   data: "vpp-perf-results-3n-hsw"
4808   filter: "not 'NDRCHK' and not 'PDRCHK'"
4809   parameters:
4810   - "name"
4811   - "doc"
4812   - "level"
4813   - "parent"
4814   data-start-level: 3
4815
4816 # VPP Performance Operational Data 3n-skx
4817 -
4818   type: "file"
4819   title: "VPP Performance Operational Data 3n-skx"
4820   algorithm: "file_test_results"
4821   output-file-ext: ".rst"
4822   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_performance_operational_data_3n_skx"
4823   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"
4824   dir-tables: "{DIR[DTO,PERF,VPP,3N,SKX]}"
4825   data: "vpp-perf-results-3n-skx"
4826   filter: "not 'NDRCHK' and not 'PDRCHK'"
4827   parameters:
4828   - "name"
4829   - "doc"
4830   - "level"
4831   - "parent"
4832   data-start-level: 3
4833
4834 # VPP Performance Operational Data 2n-skx
4835 -
4836   type: "file"
4837   title: "VPP Performance Operational Data 2n-skx"
4838   algorithm: "file_test_results"
4839   output-file-ext: ".rst"
4840   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_performance_operational_data_2n_skx"
4841   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"
4842   dir-tables: "{DIR[DTO,PERF,VPP,2N,SKX]}"
4843   data: "vpp-perf-results-2n-skx"
4844   filter: "not 'NDRCHK' and not 'PDRCHK'"
4845   parameters:
4846   - "name"
4847   - "doc"
4848   - "level"
4849   - "parent"
4850   data-start-level: 3
4851
4852 # VPP Performance Operational Data 2n-dnv
4853 -
4854   type: "file"
4855   title: "VPP Performance Operational Data 2n-dnv"
4856   algorithm: "file_test_results"
4857   output-file-ext: ".rst"
4858   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_performance_operational_data_2n_dnv"
4859   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"
4860   dir-tables: "{DIR[DTO,PERF,VPP,2N,DNV]}"
4861   data: "intel-dnv-vpp"
4862   filter: "'NDRPDR'"
4863   parameters:
4864   - "name"
4865   - "doc"
4866   - "level"
4867   - "parent"
4868   data-start-level: 3
4869
4870 # VPP MRR Results 3n-hsw
4871 -
4872   type: "file"
4873   title: "VPP MRR Results 3n-hsw"
4874   algorithm: "file_test_results"
4875   output-file-ext: ".rst"
4876   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
4877   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"
4878   dir-tables: "{DIR[DTR,MRR,VPP,3N,HSW]}"
4879   data: "vpp-mrr-results-3n-hsw"
4880   filter: "'MRR'"
4881   parameters:
4882   - "name"
4883   - "doc"
4884   - "level"
4885   - "parent"
4886   data-start-level: 3
4887
4888 # VPP MRR Results 3n-skx
4889 -
4890   type: "file"
4891   title: "VPP MRR Results 3n-skx"
4892   algorithm: "file_test_results"
4893   output-file-ext: ".rst"
4894   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
4895   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"
4896   dir-tables: "{DIR[DTR,MRR,VPP,3N,SKX]}"
4897   data: "vpp-mrr-results-3n-skx"
4898   filter: "'MRR'"
4899   parameters:
4900   - "name"
4901   - "doc"
4902   - "level"
4903   - "parent"
4904   data-start-level: 3
4905
4906 # VPP MRR Results 2n-skx
4907 -
4908   type: "file"
4909   title: "VPP MRR Results 2n-skx"
4910   algorithm: "file_test_results"
4911   output-file-ext: ".rst"
4912   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
4913   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"
4914   dir-tables: "{DIR[DTR,MRR,VPP,2N,SKX]}"
4915   data: "vpp-mrr-results-2n-skx"
4916   filter: "all"
4917   parameters:
4918   - "name"
4919   - "doc"
4920   - "level"
4921   - "parent"
4922   data-start-level: 3
4923
4924 # VPP MRR Results 2n-dnv
4925 -
4926   type: "file"
4927   title: "VPP MRR Results 2n-dnv"
4928   algorithm: "file_test_results"
4929   output-file-ext: ".rst"
4930   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
4931   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"
4932   dir-tables: "{DIR[DTR,MRR,VPP,2N,DNV]}"
4933   data: "intel-dnv-vpp"
4934   filter: "'MRR'"
4935   parameters:
4936   - "name"
4937   - "doc"
4938   - "level"
4939   - "parent"
4940   data-start-level: 3
4941
4942 # VPP MRR Configuration 3n-hsw
4943 -
4944   type: "file"
4945   title: "VPP MRR Configuration 3n-hsw"
4946   algorithm: "file_test_results"
4947   output-file-ext: ".rst"
4948   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_configuration_3n_hsw"
4949   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"
4950   dir-tables: "{DIR[DTC,MRR,VPP,3N,HSW]}"
4951   data: "vpp-mrr-results-3n-hsw"
4952   filter: "'MRR'"
4953   parameters:
4954   - "name"
4955   - "doc"
4956   - "level"
4957   - "parent"
4958   data-start-level: 3
4959
4960 # VPP MRR Configuration 3n-skx
4961 -
4962   type: "file"
4963   title: "VPP MRR Configuration 3n-skx"
4964   algorithm: "file_test_results"
4965   output-file-ext: ".rst"
4966   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_configuration_3n_skx"
4967   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"
4968   dir-tables: "{DIR[DTC,MRR,VPP,3N,SKX]}"
4969   data: "vpp-mrr-results-3n-skx"
4970   filter: "'MRR'"
4971   parameters:
4972   - "name"
4973   - "doc"
4974   - "level"
4975   - "parent"
4976   data-start-level: 3
4977
4978 # VPP MRR Configuration 2n-skx
4979 -
4980   type: "file"
4981   title: "VPP MRR Configuration 2n-skx"
4982   algorithm: "file_test_results"
4983   output-file-ext: ".rst"
4984   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_configuration_2n_skx"
4985   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"
4986   dir-tables: "{DIR[DTC,MRR,VPP,2N,SKX]}"
4987   data: "vpp-mrr-results-2n-skx"
4988   filter: "'MRR'"
4989   parameters:
4990   - "name"
4991   - "doc"
4992   - "level"
4993   - "parent"
4994   data-start-level: 3
4995
4996 # VPP MRR Configuration 2n-dnv
4997 -
4998   type: "file"
4999   title: "VPP MRR Configuration 2n-dnv"
5000   algorithm: "file_test_results"
5001   output-file-ext: ".rst"
5002   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_configuration_2n_dnv"
5003   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"
5004   dir-tables: "{DIR[DTC,MRR,VPP,2N,DNV]}"
5005   data: "intel-dnv-vpp"
5006   filter: "'MRR'"
5007   parameters:
5008   - "name"
5009   - "doc"
5010   - "level"
5011   - "parent"
5012   data-start-level: 3
5013
5014 # VPP Functional Results - Ubuntu
5015 -
5016   type: "file"
5017   title: "VPP Functional Results - Ubuntu"
5018   algorithm: "file_test_results"
5019   output-file-ext: ".rst"
5020   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
5021   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"
5022   dir-tables: "{DIR[DTR,FUNC,VPP,UBUNTU]}"
5023   data: "vpp-func-results-ubuntu"
5024   filter: "all"
5025   parameters:
5026   - "name"
5027   - "doc"
5028   - "level"
5029   - "parent"
5030   data-start-level: 3
5031
5032 # VPP Functional Results - CentOS
5033 -
5034   type: "file"
5035   title: "VPP Functional Results - CentOS"
5036   algorithm: "file_test_results"
5037   output-file-ext: ".rst"
5038   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
5039   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"
5040   dir-tables: "{DIR[DTR,FUNC,VPP,CENTOS]}"
5041   data:
5042     "vpp-func-results-centos"
5043   filter: "all"
5044   parameters:
5045   - "name"
5046   - "doc"
5047   - "level"
5048   - "parent"
5049   data-start-level: 3
5050
5051 # VPP Functional Configuration - Ubuntu
5052 -
5053   type: "file"
5054   title: "VPP Functional Configuration - Ubuntu"
5055   algorithm: "file_test_results"
5056   output-file-ext: ".rst"
5057   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
5058   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"
5059   dir-tables: "{DIR[DTC,FUNC,VPP,UBUNTU]}"
5060   data: "vpp-func-results-ubuntu"
5061   filter: "all"
5062   parameters:
5063   - "name"
5064   - "doc"
5065   - "level"
5066   - "parent"
5067   data-start-level: 3
5068
5069 # VPP Functional Configuration - CentOS
5070 -
5071   type: "file"
5072   title: "VPP Functional Configuration - CentOS"
5073   algorithm: "file_test_results"
5074   output-file-ext: ".rst"
5075   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
5076   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"
5077   dir-tables: "{DIR[DTC,FUNC,VPP,CENTOS]}"
5078   data:
5079     "vpp-func-results-centos"
5080   filter: "all"
5081   parameters:
5082   - "name"
5083   - "doc"
5084   - "level"
5085   - "parent"
5086   data-start-level: 3
5087
5088 # VPP Device Results - Ubuntu
5089 -
5090   type: "file"
5091   title: "VPP Device Results - Ubuntu"
5092   algorithm: "file_test_results"
5093   output-file-ext: ".rst"
5094   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
5095   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"
5096   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
5097   data: "vpp-device-results-ubuntu"
5098   filter: "all"
5099   parameters:
5100   - "name"
5101   - "doc"
5102   - "level"
5103   - "parent"
5104   data-start-level: 2
5105
5106 # VPP Device Configuration - Ubuntu
5107 -
5108   type: "file"
5109   title: "VPP Device Configuration - Ubuntu"
5110   algorithm: "file_test_results"
5111   output-file-ext: ".rst"
5112   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
5113   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"
5114   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
5115   data: "vpp-device-results-ubuntu"
5116   filter: "all"
5117   parameters:
5118   - "name"
5119   - "doc"
5120   - "level"
5121   - "parent"
5122   data-start-level: 2
5123
5124 # Container Orchestrated Performance Results 3n-hsw
5125 -
5126   type: "file"
5127   title: "Container Orchestrated Performance Results 3n-hsw"
5128   algorithm: "file_test_results"
5129   output-file-ext: ".rst"
5130   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
5131   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"
5132   dir-tables: "{DIR[DTR,PERF,COT,3N,HSW]}"
5133   data: "ligato-perf-results-3n-hsw"
5134   filter: "all"
5135   parameters:
5136   - "name"
5137   - "doc"
5138   - "level"
5139   - "parent"
5140   data-start-level: 3
5141
5142 # DPDK Performance Results 3n-hsw
5143 -
5144   type: "file"
5145   title: "DPDK Performance Results 3n-hsw"
5146   algorithm: "file_test_results"
5147   output-file-ext: ".rst"
5148   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
5149   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"
5150   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
5151   data: "dpdk-perf-results-3n-hsw"
5152   filter: "all"
5153   parameters:
5154   - "name"
5155   - "doc"
5156   - "level"
5157   - "parent"
5158   data-start-level: 3
5159
5160 # DPDK Performance Results 3n-skx
5161 -
5162   type: "file"
5163   title: "DPDK Performance Results 3n-skx"
5164   algorithm: "file_test_results"
5165   output-file-ext: ".rst"
5166   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
5167   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"
5168   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
5169   data: "dpdk-perf-results-3n-skx"
5170   filter: "all"
5171   parameters:
5172   - "name"
5173   - "doc"
5174   - "level"
5175   - "parent"
5176   data-start-level: 3
5177
5178 # DPDK Performance Results 2n-skx
5179 -
5180   type: "file"
5181   title: "DPDK Performance Results 2n-skx"
5182   algorithm: "file_test_results"
5183   output-file-ext: ".rst"
5184   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
5185   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"
5186   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
5187   data: "dpdk-perf-results-2n-skx"
5188   filter: "all"
5189   parameters:
5190   - "name"
5191   - "doc"
5192   - "level"
5193   - "parent"
5194   data-start-level: 3
5195
5196 # Honeycomb Functional Results
5197 -
5198   type: "file"
5199   title: "Honeycomb Functional Results"
5200   algorithm: "file_test_results"
5201   output-file-ext: ".rst"
5202   output-file: "{DIR[DTR,FUNC,HC]}/honeycomb_functional_results"
5203   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"
5204   dir-tables: "{DIR[DTR,FUNC,HC]}"
5205   data:
5206     "hc-func-results"
5207   filter: "all"
5208   parameters:
5209   - "name"
5210   - "doc"
5211   - "level"
5212   - "parent"
5213   data-start-level: 3
5214
5215 # NSH SFC Functional Results
5216 -
5217   type: "file"
5218   title: "NSH SFC Functional Results"
5219   algorithm: "file_test_results"
5220   output-file-ext: ".rst"
5221   output-file: "{DIR[DTR,FUNC,NSHSFC]}/nshsfc_functional_results"
5222   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"
5223   dir-tables: "{DIR[DTR,FUNC,NSHSFC]}"
5224   data:
5225     "nsh-func-results"
5226   filter: "all"
5227   parameters:
5228   - "name"
5229   - "doc"
5230   - "level"
5231   - "parent"
5232   data-start-level: 3
5233
5234 # DMM Functional Results
5235 -
5236   type: "file"
5237   title: "DMM Functional Results"
5238   algorithm: "file_test_results"
5239   output-file-ext: ".rst"
5240   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
5241   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"
5242   dir-tables: "{DIR[DTR,FUNC,DMM]}"
5243   data:
5244     "dmm-func-results"
5245   filter: "all"
5246   parameters:
5247   - "name"
5248   - "doc"
5249   - "level"
5250   - "parent"
5251   data-start-level: 3
5252
5253 ################################################################################
5254 ###                                P L O T S                                 ###
5255 ################################################################################
5256
5257 # Soak test - 30min Soak Test (PLRsearch), boxes
5258 -
5259   type: "plot"
5260   title: "VPP Throughput: 30min Soak Test (PLRsearch) boxes"
5261   algorithm: "plot_soak_boxes"
5262   output-file-type: ".html"
5263   output-file: "{DIR[STATIC,VPP]}/example-soak-boxes"
5264   data: "plot-vpp-soak-2n-skx"
5265   filter: "'SOAK'"
5266   parameters:
5267   - "throughput"
5268   - "parent"
5269   - "tags"
5270   sort:
5271   - "L2PATCH"
5272   - "L2XCBASE"
5273   - "L2BDMACLRN"
5274   - "IP4FWD"
5275   - "IP6FWD"
5276   - "VHOST"
5277   layout:
5278     title: "30min Soak Test (PLRsearch)"
5279     layout: "plot-soak-throughput"
5280
5281 # Soak test - example, not used
5282 -
5283   type: "plot"
5284   title: "VPP Throughput: 30min Soak Test (PLRsearch) bars"
5285   algorithm: "plot_soak_bars"
5286   output-file-type: ".html"
5287   output-file: "{DIR[STATIC,VPP]}/example-soak-bars"
5288   data: "plot-vpp-soak-2n-skx"
5289   filter: "'SOAK'"
5290   parameters:
5291   - "throughput"
5292   - "parent"
5293   - "tags"
5294   sort:
5295   - "L2PATCH"
5296   - "L2XCBASE"
5297   - "L2BDMACLRN"
5298   - "IP4FWD"
5299   - "IP6FWD"
5300   - "VHOST"
5301   layout:
5302     title: "30min Soak Test (PLRsearch)"
5303     layout: "plot-soak-throughput"
5304
5305 ################################################################################
5306 # Plots - NF Density - VSC
5307
5308 -
5309   type: "plot"
5310   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-mrr"
5311   algorithm: "plot_service_density_heatmap"
5312   output-file-type: ".html"
5313   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-vsc-mrr"
5314   data: "plot-vpp-nfv-2n-skx-mrr"
5315   filter: "'NIC_Intel-X710' and
5316            'NF_DENSITY' and
5317            'VM' and
5318            'CHAIN' and
5319            '64B' and
5320            '2T1C' and
5321            'MRR'"
5322   parameters:
5323   - "result"
5324   - "name"
5325   - "tags"
5326   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5327   x-axis: "X = VNFs per Service Chain"
5328   y-axis: "Y = Number of Service Chains"
5329   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5330   layout:
5331     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-mrr"
5332     layout: "plot-service-density"
5333
5334 -
5335   type: "plot"
5336   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-mrr"
5337   algorithm: "plot_service_density_heatmap"
5338   output-file-type: ".html"
5339   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-vsc-mrr"
5340   data: "plot-vpp-nfv-2n-skx-mrr"
5341   filter: "'NIC_Intel-X710' and
5342            'NF_DENSITY' and
5343            'VM' and
5344            'CHAIN' and
5345            '64B' and
5346            '4T2C' and
5347            'MRR'"
5348   parameters:
5349   - "result"
5350   - "name"
5351   - "tags"
5352   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5353   x-axis: "X = VNFs per Service Chain"
5354   y-axis: "Y = Number of Service Chains"
5355   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5356   layout:
5357     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-mrr"
5358     layout: "plot-service-density"
5359
5360 -
5361   type: "plot"
5362   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-mrr"
5363   algorithm: "plot_service_density_heatmap"
5364   output-file-type: ".html"
5365   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-vsc-mrr"
5366   data: "plot-vpp-nfv-2n-skx-mrr"
5367   filter: "'NIC_Intel-X710' and
5368            'NF_DENSITY' and
5369            'VM' and
5370            'CHAIN' and
5371            'IMIX' and
5372            '2T1C' and
5373            'MRR'"
5374   parameters:
5375   - "result"
5376   - "name"
5377   - "tags"
5378   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5379   x-axis: "X = VNFs per Service Chain"
5380   y-axis: "Y = Number of Service Chains"
5381   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5382   layout:
5383     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-mrr"
5384     layout: "plot-service-density"
5385
5386 -
5387   type: "plot"
5388   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-mrr"
5389   algorithm: "plot_service_density_heatmap"
5390   output-file-type: ".html"
5391   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-vsc-mrr"
5392   data: "plot-vpp-nfv-2n-skx-mrr"
5393   filter: "'NIC_Intel-X710' and
5394            'NF_DENSITY' and
5395            'VM' and
5396            'CHAIN' and
5397            'IMIX' and
5398            '4T2C' and
5399            'MRR'"
5400   parameters:
5401   - "result"
5402   - "name"
5403   - "tags"
5404   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5405   x-axis: "X = VNFs per Service Chain"
5406   y-axis: "Y = Number of Service Chains"
5407   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5408   layout:
5409     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-mrr"
5410     layout: "plot-service-density"
5411
5412 -
5413   type: "plot"
5414   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-ndr"
5415   algorithm: "plot_service_density_heatmap"
5416   output-file-type: ".html"
5417   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-vsc-ndr"
5418   data: "plot-vpp-nfv-2n-skx"
5419   filter: "'NIC_Intel-X710' and
5420            'NF_DENSITY' and
5421            'VM' and
5422            'CHAIN' and
5423            '64B' and
5424            '2T1C' and
5425            'NDRPDR'"
5426   parameters:
5427   - "throughput"
5428   - "name"
5429   - "tags"
5430   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5431   x-axis: "X = VNFs per Service Chain"
5432   y-axis: "Y = Number of Service Chains"
5433   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5434   layout:
5435     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-ndr"
5436     layout: "plot-service-density"
5437
5438 -
5439   type: "plot"
5440   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-ndr"
5441   algorithm: "plot_service_density_heatmap"
5442   output-file-type: ".html"
5443   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-vsc-ndr"
5444   data: "plot-vpp-nfv-2n-skx"
5445   filter: "'NIC_Intel-X710' and
5446            'NF_DENSITY' and
5447            'VM' and
5448            'CHAIN' and
5449            '64B' and
5450            '4T2C' and
5451            'NDRPDR'"
5452   parameters:
5453   - "throughput"
5454   - "name"
5455   - "tags"
5456   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5457   x-axis: "X = VNFs per Service Chain"
5458   y-axis: "Y = Number of Service Chains"
5459   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5460   layout:
5461     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-ndr"
5462     layout: "plot-service-density"
5463
5464 -
5465   type: "plot"
5466   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-ndr"
5467   algorithm: "plot_service_density_heatmap"
5468   output-file-type: ".html"
5469   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-vsc-ndr"
5470   data: "plot-vpp-nfv-2n-skx"
5471   filter: "'NIC_Intel-X710' and
5472            'NF_DENSITY' and
5473            'VM' and
5474            'CHAIN' and
5475            'IMIX' and
5476            '2T1C' and
5477            'NDRPDR'"
5478   parameters:
5479   - "throughput"
5480   - "name"
5481   - "tags"
5482   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5483   x-axis: "X = VNFs per Service Chain"
5484   y-axis: "Y = Number of Service Chains"
5485   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5486   layout:
5487     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-ndr"
5488     layout: "plot-service-density"
5489
5490 -
5491   type: "plot"
5492   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-ndr"
5493   algorithm: "plot_service_density_heatmap"
5494   output-file-type: ".html"
5495   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-vsc-ndr"
5496   data: "plot-vpp-nfv-2n-skx"
5497   filter: "'NIC_Intel-X710' and
5498            'NF_DENSITY' and
5499            'VM' and
5500            'CHAIN' and
5501            'IMIX' and
5502            '4T2C' and
5503            'NDRPDR'"
5504   parameters:
5505   - "throughput"
5506   - "name"
5507   - "tags"
5508   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5509   x-axis: "X = VNFs per Service Chain"
5510   y-axis: "Y = Number of Service Chains"
5511   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5512   layout:
5513     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-ndr"
5514     layout: "plot-service-density"
5515
5516 -
5517   type: "plot"
5518   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-pdr"
5519   algorithm: "plot_service_density_heatmap"
5520   output-file-type: ".html"
5521   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-vsc-pdr"
5522   data: "plot-vpp-nfv-2n-skx"
5523   filter: "'NIC_Intel-X710' and
5524            'NF_DENSITY' and
5525            'VM' and
5526            'CHAIN' and
5527            '64B' and
5528            '2T1C' and
5529            'NDRPDR'"
5530   parameters:
5531   - "throughput"
5532   - "name"
5533   - "tags"
5534   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5535   x-axis: "X = VNFs per Service Chain"
5536   y-axis: "Y = Number of Service Chains"
5537   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5538   layout:
5539     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-pdr"
5540     layout: "plot-service-density"
5541
5542 -
5543   type: "plot"
5544   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-pdr"
5545   algorithm: "plot_service_density_heatmap"
5546   output-file-type: ".html"
5547   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-vsc-pdr"
5548   data: "plot-vpp-nfv-2n-skx"
5549   filter: "'NIC_Intel-X710' and
5550            'NF_DENSITY' and
5551            'VM' and
5552            'CHAIN' and
5553            '64B' and
5554            '4T2C' and
5555            'NDRPDR'"
5556   parameters:
5557   - "throughput"
5558   - "name"
5559   - "tags"
5560   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5561   x-axis: "X = VNFs per Service Chain"
5562   y-axis: "Y = Number of Service Chains"
5563   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5564   layout:
5565     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-pdr"
5566     layout: "plot-service-density"
5567
5568 -
5569   type: "plot"
5570   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-pdr"
5571   algorithm: "plot_service_density_heatmap"
5572   output-file-type: ".html"
5573   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-vsc-pdr"
5574   data: "plot-vpp-nfv-2n-skx"
5575   filter: "'NIC_Intel-X710' and
5576            'NF_DENSITY' and
5577            'VM' and
5578            'CHAIN' and
5579            'IMIX' and
5580            '2T1C' and
5581            'NDRPDR'"
5582   parameters:
5583   - "throughput"
5584   - "name"
5585   - "tags"
5586   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5587   x-axis: "X = VNFs per Service Chain"
5588   y-axis: "Y = Number of Service Chains"
5589   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5590   layout:
5591     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-pdr"
5592     layout: "plot-service-density"
5593
5594 -
5595   type: "plot"
5596   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-pdr"
5597   algorithm: "plot_service_density_heatmap"
5598   output-file-type: ".html"
5599   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-vsc-pdr"
5600   data: "plot-vpp-nfv-2n-skx"
5601   filter: "'NIC_Intel-X710' and
5602            'NF_DENSITY' and
5603            'VM' and
5604            'CHAIN' and
5605            'IMIX' and
5606            '4T2C' and
5607            'NDRPDR'"
5608   parameters:
5609   - "throughput"
5610   - "name"
5611   - "tags"
5612   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5613   x-axis: "X = VNFs per Service Chain"
5614   y-axis: "Y = Number of Service Chains"
5615   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5616   layout:
5617     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-pdr"
5618     layout: "plot-service-density"
5619
5620 ################################################################################
5621 # Plots - NF Density - CSC
5622
5623 -
5624   type: "plot"
5625   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-mrr"
5626   algorithm: "plot_service_density_heatmap"
5627   output-file-type: ".html"
5628   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csc-mrr"
5629   data: "plot-vpp-nfv-2n-skx-mrr"
5630   filter: "'NIC_Intel-X710' and
5631            'NF_DENSITY' and
5632            'DOCKER' and
5633            'CHAIN' and
5634            '64B' and
5635            '2T1C' and
5636            'MRR'"
5637   parameters:
5638   - "result"
5639   - "name"
5640   - "tags"
5641   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5642   x-axis: "X = CNFs per Service Chain"
5643   y-axis: "Y = Number of Service Chains"
5644   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5645   layout:
5646     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-mrr"
5647     layout: "plot-service-density"
5648
5649 -
5650   type: "plot"
5651   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-mrr"
5652   algorithm: "plot_service_density_heatmap"
5653   output-file-type: ".html"
5654   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csc-mrr"
5655   data: "plot-vpp-nfv-2n-skx-mrr"
5656   filter: "'NIC_Intel-X710' and
5657            'NF_DENSITY' and
5658            'DOCKER' and
5659            'CHAIN' and
5660            '64B' and
5661            '4T2C' and
5662            'MRR'"
5663   parameters:
5664   - "result"
5665   - "name"
5666   - "tags"
5667   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5668   x-axis: "X = CNFs per Service Chain"
5669   y-axis: "Y = Number of Service Chains"
5670   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5671   layout:
5672     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-mrr"
5673     layout: "plot-service-density"
5674
5675 -
5676   type: "plot"
5677   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-mrr"
5678   algorithm: "plot_service_density_heatmap"
5679   output-file-type: ".html"
5680   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csc-mrr"
5681   data: "plot-vpp-nfv-2n-skx-mrr"
5682   filter: "'NIC_Intel-X710' and
5683            'NF_DENSITY' and
5684            'DOCKER' and
5685            'CHAIN' and
5686            'IMIX' and
5687            '2T1C' and
5688            'MRR'"
5689   parameters:
5690   - "result"
5691   - "name"
5692   - "tags"
5693   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5694   x-axis: "X = CNFs per Service Chain"
5695   y-axis: "Y = Number of Service Chains"
5696   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5697   layout:
5698     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-mrr"
5699     layout: "plot-service-density"
5700
5701 -
5702   type: "plot"
5703   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-mrr"
5704   algorithm: "plot_service_density_heatmap"
5705   output-file-type: ".html"
5706   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csc-mrr"
5707   data: "plot-vpp-nfv-2n-skx-mrr"
5708   filter: "'NIC_Intel-X710' and
5709            'NF_DENSITY' and
5710            'DOCKER' and
5711            'CHAIN' and
5712            'IMIX' and
5713            '4T2C' and
5714            'MRR'"
5715   parameters:
5716   - "result"
5717   - "name"
5718   - "tags"
5719   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5720   x-axis: "X = CNFs per Service Chain"
5721   y-axis: "Y = Number of Service Chains"
5722   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5723   layout:
5724     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-mrr"
5725     layout: "plot-service-density"
5726
5727 -
5728   type: "plot"
5729   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-ndr"
5730   algorithm: "plot_service_density_heatmap"
5731   output-file-type: ".html"
5732   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csc-ndr"
5733   data: "plot-vpp-nfv-2n-skx"
5734   filter: "'NIC_Intel-X710' and
5735            'NF_DENSITY' and
5736            'DOCKER' and
5737            'CHAIN' and
5738            '64B' and
5739            '2T1C' and
5740            'NDRPDR'"
5741   parameters:
5742   - "throughput"
5743   - "name"
5744   - "tags"
5745   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5746   x-axis: "X = CNFs per Service Chain"
5747   y-axis: "Y = Number of Service Chains"
5748   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5749   layout:
5750     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-ndr"
5751     layout: "plot-service-density"
5752
5753 -
5754   type: "plot"
5755   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-ndr"
5756   algorithm: "plot_service_density_heatmap"
5757   output-file-type: ".html"
5758   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csc-ndr"
5759   data: "plot-vpp-nfv-2n-skx"
5760   filter: "'NIC_Intel-X710' and
5761            'NF_DENSITY' and
5762            'DOCKER' and
5763            'CHAIN' and
5764            '64B' and
5765            '4T2C' and
5766            'NDRPDR'"
5767   parameters:
5768   - "throughput"
5769   - "name"
5770   - "tags"
5771   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5772   x-axis: "X = CNFs per Service Chain"
5773   y-axis: "Y = Number of Service Chains"
5774   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5775   layout:
5776     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-ndr"
5777     layout: "plot-service-density"
5778
5779 -
5780   type: "plot"
5781   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-ndr"
5782   algorithm: "plot_service_density_heatmap"
5783   output-file-type: ".html"
5784   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csc-ndr"
5785   data: "plot-vpp-nfv-2n-skx"
5786   filter: "'NIC_Intel-X710' and
5787            'NF_DENSITY' and
5788            'DOCKER' and
5789            'CHAIN' and
5790            'IMIX' and
5791            '2T1C' and
5792            'NDRPDR'"
5793   parameters:
5794   - "throughput"
5795   - "name"
5796   - "tags"
5797   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5798   x-axis: "X = CNFs per Service Chain"
5799   y-axis: "Y = Number of Service Chains"
5800   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5801   layout:
5802     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-ndr"
5803     layout: "plot-service-density"
5804
5805 -
5806   type: "plot"
5807   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-ndr"
5808   algorithm: "plot_service_density_heatmap"
5809   output-file-type: ".html"
5810   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csc-ndr"
5811   data: "plot-vpp-nfv-2n-skx"
5812   filter: "'NIC_Intel-X710' and
5813            'NF_DENSITY' and
5814            'DOCKER' and
5815            'CHAIN' and
5816            'IMIX' and
5817            '4T2C' and
5818            'NDRPDR'"
5819   parameters:
5820   - "throughput"
5821   - "name"
5822   - "tags"
5823   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5824   x-axis: "X = CNFs per Service Chain"
5825   y-axis: "Y = Number of Service Chains"
5826   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5827   layout:
5828     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-ndr"
5829     layout: "plot-service-density"
5830
5831 -
5832   type: "plot"
5833   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-pdr"
5834   algorithm: "plot_service_density_heatmap"
5835   output-file-type: ".html"
5836   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csc-pdr"
5837   data: "plot-vpp-nfv-2n-skx"
5838   filter: "'NIC_Intel-X710' and
5839            'NF_DENSITY' and
5840            'DOCKER' and
5841            'CHAIN' and
5842            '64B' and
5843            '2T1C' and
5844            'NDRPDR'"
5845   parameters:
5846   - "throughput"
5847   - "name"
5848   - "tags"
5849   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5850   x-axis: "X = CNFs per Service Chain"
5851   y-axis: "Y = Number of Service Chains"
5852   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5853   layout:
5854     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-pdr"
5855     layout: "plot-service-density"
5856
5857 -
5858   type: "plot"
5859   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-pdr"
5860   algorithm: "plot_service_density_heatmap"
5861   output-file-type: ".html"
5862   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csc-pdr"
5863   data: "plot-vpp-nfv-2n-skx"
5864   filter: "'NIC_Intel-X710' and
5865            'NF_DENSITY' and
5866            'DOCKER' and
5867            'CHAIN' and
5868            '64B' and
5869            '4T2C' and
5870            'NDRPDR'"
5871   parameters:
5872   - "throughput"
5873   - "name"
5874   - "tags"
5875   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5876   x-axis: "X = CNFs per Service Chain"
5877   y-axis: "Y = Number of Service Chains"
5878   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5879   layout:
5880     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-pdr"
5881     layout: "plot-service-density"
5882
5883 -
5884   type: "plot"
5885   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-pdr"
5886   algorithm: "plot_service_density_heatmap"
5887   output-file-type: ".html"
5888   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csc-pdr"
5889   data: "plot-vpp-nfv-2n-skx"
5890   filter: "'NIC_Intel-X710' and
5891            'NF_DENSITY' and
5892            'DOCKER' and
5893            'CHAIN' and
5894            'IMIX' and
5895            '2T1C' and
5896            'NDRPDR'"
5897   parameters:
5898   - "throughput"
5899   - "name"
5900   - "tags"
5901   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5902   x-axis: "X = CNFs per Service Chain"
5903   y-axis: "Y = Number of Service Chains"
5904   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5905   layout:
5906     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-pdr"
5907     layout: "plot-service-density"
5908
5909 -
5910   type: "plot"
5911   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-pdr"
5912   algorithm: "plot_service_density_heatmap"
5913   output-file-type: ".html"
5914   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csc-pdr"
5915   data: "plot-vpp-nfv-2n-skx"
5916   filter: "'NIC_Intel-X710' and
5917            'NF_DENSITY' and
5918            'DOCKER' and
5919            'CHAIN' and
5920            'IMIX' and
5921            '4T2C' and
5922            'NDRPDR'"
5923   parameters:
5924   - "throughput"
5925   - "name"
5926   - "tags"
5927   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5928   x-axis: "X = CNFs per Service Chain"
5929   y-axis: "Y = Number of Service Chains"
5930   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5931   layout:
5932     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-pdr"
5933     layout: "plot-service-density"
5934
5935 ################################################################################
5936 # Plots - NF Density - CSP
5937
5938 -
5939   type: "plot"
5940   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-mrr"
5941   algorithm: "plot_service_density_heatmap"
5942   output-file-type: ".html"
5943   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csp-mrr"
5944   data: "plot-vpp-nfv-2n-skx-mrr"
5945   filter: "'NIC_Intel-X710' and
5946            'NF_DENSITY' and
5947            'DOCKER' and
5948            'PIPELINE' and
5949            '64B' and
5950            '2T1C' and
5951            'MRR'"
5952   parameters:
5953   - "result"
5954   - "name"
5955   - "tags"
5956   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5957   x-axis: "X = CNFs per Service Pipeline"
5958   y-axis: "Y = Number of Service Pipelines"
5959   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5960   layout:
5961     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-mrr"
5962     layout: "plot-service-density"
5963
5964 -
5965   type: "plot"
5966   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-mrr"
5967   algorithm: "plot_service_density_heatmap"
5968   output-file-type: ".html"
5969   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csp-mrr"
5970   data: "plot-vpp-nfv-2n-skx-mrr"
5971   filter: "'NIC_Intel-X710' and
5972            'NF_DENSITY' and
5973            'DOCKER' and
5974            'PIPELINE' and
5975            '64B' and
5976            '4T2C' and
5977            'MRR'"
5978   parameters:
5979   - "result"
5980   - "name"
5981   - "tags"
5982   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5983   x-axis: "X = CNFs per Service Pipeline"
5984   y-axis: "Y = Number of Service Pipelines"
5985   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5986   layout:
5987     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-mrr"
5988     layout: "plot-service-density"
5989
5990 -
5991   type: "plot"
5992   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-mrr"
5993   algorithm: "plot_service_density_heatmap"
5994   output-file-type: ".html"
5995   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csp-mrr"
5996   data: "plot-vpp-nfv-2n-skx-mrr"
5997   filter: "'NIC_Intel-X710' and
5998            'NF_DENSITY' and
5999            'DOCKER' and
6000            'PIPELINE' and
6001            'IMIX' and
6002            '2T1C' and
6003            'MRR'"
6004   parameters:
6005   - "result"
6006   - "name"
6007   - "tags"
6008   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6009   x-axis: "X = CNFs per Service Pipeline"
6010   y-axis: "Y = Number of Service Pipelines"
6011   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6012   layout:
6013     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-mrr"
6014     layout: "plot-service-density"
6015
6016 -
6017   type: "plot"
6018   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-mrr"
6019   algorithm: "plot_service_density_heatmap"
6020   output-file-type: ".html"
6021   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csp-mrr"
6022   data: "plot-vpp-nfv-2n-skx-mrr"
6023   filter: "'NIC_Intel-X710' and
6024            'NF_DENSITY' and
6025            'DOCKER' and
6026            'PIPELINE' and
6027            'IMIX' and
6028            '4T2C' and
6029            'MRR'"
6030   parameters:
6031   - "result"
6032   - "name"
6033   - "tags"
6034   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6035   x-axis: "X = CNFs per Service Pipeline"
6036   y-axis: "Y = Number of Service Pipelines"
6037   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6038   layout:
6039     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-mrr"
6040     layout: "plot-service-density"
6041
6042 -
6043   type: "plot"
6044   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-ndr"
6045   algorithm: "plot_service_density_heatmap"
6046   output-file-type: ".html"
6047   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csp-ndr"
6048   data: "plot-vpp-nfv-2n-skx"
6049   filter: "'NIC_Intel-X710' and
6050            'NF_DENSITY' and
6051            'DOCKER' and
6052            'PIPELINE' and
6053            '64B' and
6054            '2T1C' and
6055            'NDRPDR'"
6056   parameters:
6057   - "throughput"
6058   - "name"
6059   - "tags"
6060   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6061   x-axis: "X = CNFs per Service Pipeline"
6062   y-axis: "Y = Number of Service Pipelines"
6063   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6064   layout:
6065     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-ndr"
6066     layout: "plot-service-density"
6067
6068 -
6069   type: "plot"
6070   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-ndr"
6071   algorithm: "plot_service_density_heatmap"
6072   output-file-type: ".html"
6073   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csp-ndr"
6074   data: "plot-vpp-nfv-2n-skx"
6075   filter: "'NIC_Intel-X710' and
6076            'NF_DENSITY' and
6077            'DOCKER' and
6078            'PIPELINE' and
6079            '64B' and
6080            '4T2C' and
6081            'NDRPDR'"
6082   parameters:
6083   - "throughput"
6084   - "name"
6085   - "tags"
6086   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6087   x-axis: "X = CNFs per Service Pipeline"
6088   y-axis: "Y = Number of Service Pipelines"
6089   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6090   layout:
6091     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-ndr"
6092     layout: "plot-service-density"
6093
6094 -
6095   type: "plot"
6096   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-ndr"
6097   algorithm: "plot_service_density_heatmap"
6098   output-file-type: ".html"
6099   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csp-ndr"
6100   data: "plot-vpp-nfv-2n-skx"
6101   filter: "'NIC_Intel-X710' and
6102            'NF_DENSITY' and
6103            'DOCKER' and
6104            'PIPELINE' and
6105            'IMIX' and
6106            '2T1C' and
6107            'NDRPDR'"
6108   parameters:
6109   - "throughput"
6110   - "name"
6111   - "tags"
6112   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6113   x-axis: "X = CNFs per Service Pipeline"
6114   y-axis: "Y = Number of Service Pipelines"
6115   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6116   layout:
6117     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-ndr"
6118     layout: "plot-service-density"
6119
6120 -
6121   type: "plot"
6122   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-ndr"
6123   algorithm: "plot_service_density_heatmap"
6124   output-file-type: ".html"
6125   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csp-ndr"
6126   data: "plot-vpp-nfv-2n-skx"
6127   filter: "'NIC_Intel-X710' and
6128            'NF_DENSITY' and
6129            'DOCKER' and
6130            'PIPELINE' and
6131            'IMIX' and
6132            '4T2C' and
6133            'NDRPDR'"
6134   parameters:
6135   - "throughput"
6136   - "name"
6137   - "tags"
6138   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6139   x-axis: "X = CNFs per Service Pipeline"
6140   y-axis: "Y = Number of Service Pipelines"
6141   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6142   layout:
6143     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-ndr"
6144     layout: "plot-service-density"
6145
6146 -
6147   type: "plot"
6148   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-pdr"
6149   algorithm: "plot_service_density_heatmap"
6150   output-file-type: ".html"
6151   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csp-pdr"
6152   data: "plot-vpp-nfv-2n-skx"
6153   filter: "'NIC_Intel-X710' and
6154            'NF_DENSITY' and
6155            'DOCKER' and
6156            'PIPELINE' and
6157            '64B' and
6158            '2T1C' and
6159            'NDRPDR'"
6160   parameters:
6161   - "throughput"
6162   - "name"
6163   - "tags"
6164   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6165   x-axis: "X = CNFs per Service Pipeline"
6166   y-axis: "Y = Number of Service Pipelines"
6167   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6168   layout:
6169     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-pdr"
6170     layout: "plot-service-density"
6171
6172 -
6173   type: "plot"
6174   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-pdr"
6175   algorithm: "plot_service_density_heatmap"
6176   output-file-type: ".html"
6177   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csp-pdr"
6178   data: "plot-vpp-nfv-2n-skx"
6179   filter: "'NIC_Intel-X710' and
6180            'NF_DENSITY' and
6181            'DOCKER' and
6182            'PIPELINE' and
6183            '64B' and
6184            '4T2C' and
6185            'NDRPDR'"
6186   parameters:
6187   - "throughput"
6188   - "name"
6189   - "tags"
6190   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6191   x-axis: "X = CNFs per Service Pipeline"
6192   y-axis: "Y = Number of Service Pipelines"
6193   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6194   layout:
6195     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-pdr"
6196     layout: "plot-service-density"
6197
6198 -
6199   type: "plot"
6200   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-pdr"
6201   algorithm: "plot_service_density_heatmap"
6202   output-file-type: ".html"
6203   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csp-pdr"
6204   data: "plot-vpp-nfv-2n-skx"
6205   filter: "'NIC_Intel-X710' and
6206            'NF_DENSITY' and
6207            'DOCKER' and
6208            'PIPELINE' and
6209            'IMIX' and
6210            '2T1C' and
6211            'NDRPDR'"
6212   parameters:
6213   - "throughput"
6214   - "name"
6215   - "tags"
6216   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6217   x-axis: "X = CNFs per Service Pipeline"
6218   y-axis: "Y = Number of Service Pipelines"
6219   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6220   layout:
6221     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-pdr"
6222     layout: "plot-service-density"
6223
6224 -
6225   type: "plot"
6226   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-pdr"
6227   algorithm: "plot_service_density_heatmap"
6228   output-file-type: ".html"
6229   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csp-pdr"
6230   data: "plot-vpp-nfv-2n-skx"
6231   filter: "'NIC_Intel-X710' and
6232            'NF_DENSITY' and
6233            'DOCKER' and
6234            'PIPELINE' and
6235            'IMIX' and
6236            '4T2C' and
6237            'NDRPDR'"
6238   parameters:
6239   - "throughput"
6240   - "name"
6241   - "tags"
6242   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6243   x-axis: "X = CNFs per Service Pipeline"
6244   y-axis: "Y = Number of Service Pipelines"
6245   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6246   layout:
6247     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-pdr"
6248     layout: "plot-service-density"
6249
6250 ################################################################################
6251 # Plots VPP HTTP Server Performance
6252 -
6253   type: "plot"
6254   title: "VPP HTTP Server Performance"
6255   algorithm: "plot_http_server_performance_box"
6256   output-file-type: ".html"
6257   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
6258   data:
6259     "plot-vpp-http-server-performance"
6260   # Keep this formatting, the filter is enclosed with " (quotation mark) and
6261   # each tag is enclosed with ' (apostrophe).
6262   filter: "'HTTP' and 'TCP_CPS'"
6263   parameters:
6264   - "result"
6265   - "name"
6266   traces:
6267     hoverinfo: "x+y"
6268     boxpoints: "outliers"
6269     whiskerwidth: 0
6270   layout:
6271     title: "VPP HTTP Server Performance"
6272     layout:
6273       "plot-cps"
6274
6275 -
6276   type: "plot"
6277   title: "VPP HTTP Server Performance"
6278   algorithm: "plot_http_server_performance_box"
6279   output-file-type: ".html"
6280   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
6281   data:
6282     "plot-vpp-http-server-performance"
6283   filter: "'HTTP' and 'TCP_RPS'"
6284   parameters:
6285   - "result"
6286   - "name"
6287   traces:
6288     hoverinfo: "x+y"
6289     boxpoints: "outliers"
6290     whiskerwidth: 0
6291   layout:
6292     title: "VPP HTTP Server Performance"
6293     layout:
6294       "plot-rps"
6295
6296 ################################################################################
6297
6298 # Packet Throughput - VPP L2 3n-hsw-x520 base and scale
6299 -
6300   type: "plot"
6301   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6302   algorithm: "plot_performance_box"
6303   output-file-type: ".html"
6304   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6305   data: "plot-vpp-throughput-latency-3n-hsw"
6306   filter: "'NIC_Intel-X520-DA2' and
6307            '64B' and
6308            ('BASE' or 'SCALE') and
6309            'NDRPDR' and
6310            'ETH' and
6311            '1T1C' and
6312            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6313            not 'VHOST' and
6314            not 'MEMIF'"
6315   parameters:
6316   - "throughput"
6317   - "parent"
6318   - "tags"
6319   sort:
6320   - "L2PATCH"
6321   - "L2XCBASE"
6322   - "BASE"
6323   - "FIB_10K"
6324   - "FIB_100K"
6325   - "FIB_1M"
6326   traces:
6327     hoverinfo: "x+y"
6328     boxpoints: "outliers"
6329     whiskerwidth: 0
6330   layout:
6331     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6332     layout: "plot-throughput"
6333
6334 -
6335   type: "plot"
6336   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6337   algorithm: "plot_performance_box"
6338   output-file-type: ".html"
6339   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6340   data: "plot-vpp-throughput-latency-3n-hsw"
6341   filter: "'NIC_Intel-X520-DA2' and
6342            '64B' and
6343            ('BASE' or 'SCALE') and
6344            'NDRPDR' and
6345            'ETH' and
6346            '1T1C' and
6347            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6348            not 'VHOST' and
6349            not 'MEMIF'"
6350   parameters:
6351   - "throughput"
6352   - "parent"
6353   - "tags"
6354   sort:
6355   - "L2PATCH"
6356   - "L2XCBASE"
6357   - "BASE"
6358   - "FIB_10K"
6359   - "FIB_100K"
6360   - "FIB_1M"
6361   traces:
6362     hoverinfo: "x+y"
6363     boxpoints: "outliers"
6364     whiskerwidth: 0
6365   layout:
6366     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6367     layout: "plot-throughput"
6368
6369 -
6370   type: "plot"
6371   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6372   algorithm: "plot_performance_box"
6373   output-file-type: ".html"
6374   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6375   data: "plot-vpp-throughput-latency-3n-hsw"
6376   filter: "'NIC_Intel-X520-DA2' and
6377            '64B' and
6378            ('BASE' or 'SCALE') and
6379            'NDRPDR' and
6380            'ETH' and
6381            '2T2C' and
6382            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6383            not 'VHOST' and
6384            not 'MEMIF'"
6385   parameters:
6386   - "throughput"
6387   - "parent"
6388   - "tags"
6389   sort:
6390   - "L2PATCH"
6391   - "L2XCBASE"
6392   - "BASE"
6393   - "FIB_10K"
6394   - "FIB_100K"
6395   - "FIB_1M"
6396   traces:
6397     hoverinfo: "x+y"
6398     boxpoints: "outliers"
6399     whiskerwidth: 0
6400   layout:
6401     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6402     layout: "plot-throughput"
6403
6404 -
6405   type: "plot"
6406   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6407   algorithm: "plot_performance_box"
6408   output-file-type: ".html"
6409   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6410   data: "plot-vpp-throughput-latency-3n-hsw"
6411   filter: "'NIC_Intel-X520-DA2' and
6412            '64B' and
6413            ('BASE' or 'SCALE') and
6414            'NDRPDR' and
6415            'ETH' and
6416            '2T2C' and
6417            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6418            not 'VHOST' and
6419            not 'MEMIF'"
6420   parameters:
6421   - "throughput"
6422   - "parent"
6423   - "tags"
6424   sort:
6425   - "L2PATCH"
6426   - "L2XCBASE"
6427   - "BASE"
6428   - "FIB_10K"
6429   - "FIB_100K"
6430   - "FIB_1M"
6431   traces:
6432     hoverinfo: "x+y"
6433     boxpoints: "outliers"
6434     whiskerwidth: 0
6435   layout:
6436     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6437     layout: "plot-throughput"
6438
6439 # Packet Throughput - VPP L2 3n-hsw-x520 features
6440 -
6441   type: "plot"
6442   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
6443   algorithm: "plot_performance_box"
6444   output-file-type: ".html"
6445   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
6446   data: "plot-vpp-throughput-latency-3n-hsw"
6447   filter: "'NIC_Intel-X520-DA2' and
6448            '64B' and
6449            'NDRPDR' and
6450            '1T1C' and
6451            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6452            not 'ACL' and
6453            not 'VHOST' and
6454            not 'MEMIF'"
6455   parameters:
6456   - "throughput"
6457   - "parent"
6458   - "tags"
6459   sort:
6460   - "L2XCBASE"    # l2xcbase
6461   - "L2BDBASE"    # l2bdbase
6462   - "L2XCFWD"     # dot1q-l2xcbase
6463   - "L2BDMACLRN"  # dot1q-l2bdbase
6464   traces:
6465     hoverinfo: "x+y"
6466     boxpoints: "outliers"
6467     whiskerwidth: 0
6468   layout:
6469     title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
6470     layout: "plot-throughput"
6471
6472 -
6473   type: "plot"
6474   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
6475   algorithm: "plot_performance_box"
6476   output-file-type: ".html"
6477   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
6478   data: "plot-vpp-throughput-latency-3n-hsw"
6479   filter: "'NIC_Intel-X520-DA2' and
6480            '64B' and
6481            'NDRPDR' and
6482            '1T1C' and
6483            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6484            not 'ACL' and
6485            not 'VHOST' and
6486            not 'MEMIF'"
6487   parameters:
6488   - "throughput"
6489   - "parent"
6490   - "tags"
6491   sort:
6492   - "L2XCBASE"    # l2xcbase
6493   - "L2BDBASE"    # l2bdbase
6494   - "L2XCFWD"     # dot1q-l2xcbase
6495   - "L2BDMACLRN"  # dot1q-l2bdbase
6496   traces:
6497     hoverinfo: "x+y"
6498     boxpoints: "outliers"
6499     whiskerwidth: 0
6500   layout:
6501     title: "l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
6502     layout: "plot-throughput"
6503
6504 -
6505   type: "plot"
6506   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
6507   algorithm: "plot_performance_box"
6508   output-file-type: ".html"
6509   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
6510   data: "plot-vpp-throughput-latency-3n-hsw"
6511   filter: "'NIC_Intel-X520-DA2' and
6512            '64B' and
6513            'NDRPDR' and
6514            '2T2C' and
6515            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6516            not 'ACL' and
6517            not 'VHOST' and
6518            not 'MEMIF'"
6519   parameters:
6520   - "throughput"
6521   - "parent"
6522   - "tags"
6523   sort:
6524   - "L2XCBASE"    # l2xcbase
6525   - "L2BDBASE"    # l2bdbase
6526   - "L2XCFWD"     # dot1q-l2xcbase
6527   - "L2BDMACLRN"  # dot1q-l2bdbase
6528   traces:
6529     hoverinfo: "x+y"
6530     boxpoints: "outliers"
6531     whiskerwidth: 0
6532   layout:
6533     title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
6534     layout: "plot-throughput"
6535
6536 -
6537   type: "plot"
6538   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
6539   algorithm: "plot_performance_box"
6540   output-file-type: ".html"
6541   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
6542   data: "plot-vpp-throughput-latency-3n-hsw"
6543   filter: "'NIC_Intel-X520-DA2' and
6544            '64B' and
6545            'NDRPDR' and
6546            '2T2C' and
6547            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6548            not 'ACL' and
6549            not 'VHOST' and
6550            not 'MEMIF'"
6551   parameters:
6552   - "throughput"
6553   - "parent"
6554   - "tags"
6555   sort:
6556   - "L2XCBASE"    # l2xcbase
6557   - "L2BDBASE"    # l2bdbase
6558   - "L2XCFWD"     # dot1q-l2xcbase
6559   - "L2BDMACLRN"  # dot1q-l2bdbase
6560   traces:
6561     hoverinfo: "x+y"
6562     boxpoints: "outliers"
6563     whiskerwidth: 0
6564   layout:
6565     title: "l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
6566     layout: "plot-throughput"
6567
6568 # Packet Throughput - VPP L2 3n-hsw-x710 base and scale
6569 -
6570   type: "plot"
6571   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6572   algorithm: "plot_performance_box"
6573   output-file-type: ".html"
6574   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6575   data: "plot-vpp-throughput-latency-3n-hsw"
6576   filter: "'NIC_Intel-X710' and
6577            '64B' and
6578            ('BASE' or 'SCALE') and
6579            'NDRPDR' and
6580            'ETH' and
6581            '1T1C' and
6582            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6583            not 'VHOST' and
6584            not 'MEMIF'"
6585   parameters:
6586   - "throughput"
6587   - "parent"
6588   - "tags"
6589   sort:
6590   - "L2XCFWD"
6591   - "L2PATCH"
6592   - "L2BDMACLRN"
6593   - "FIB_10K"
6594   - "FIB_100K"
6595   - "FIB_1M"
6596   traces:
6597     hoverinfo: "x+y"
6598     boxpoints: "outliers"
6599     whiskerwidth: 0
6600   layout:
6601     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6602     layout: "plot-throughput"
6603
6604 -
6605   type: "plot"
6606   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
6607   algorithm: "plot_performance_box"
6608   output-file-type: ".html"
6609   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
6610   data: "plot-vpp-throughput-latency-3n-hsw"
6611   filter: "'NIC_Intel-X710' and
6612            '64B' and
6613            ('BASE' or 'SCALE') and
6614            'NDRPDR' and
6615            'ETH' and
6616            '1T1C' and
6617            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6618            not 'VHOST' and
6619            not 'MEMIF'"
6620   parameters:
6621   - "throughput"
6622   - "parent"
6623   - "tags"
6624   sort:
6625   - "L2XCFWD"
6626   - "L2PATCH"
6627   - "L2BDMACLRN"
6628   - "FIB_10K"
6629   - "FIB_100K"
6630   - "FIB_1M"
6631   traces:
6632     hoverinfo: "x+y"
6633     boxpoints: "outliers"
6634     whiskerwidth: 0
6635   layout:
6636     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
6637     layout: "plot-throughput"
6638
6639 -
6640   type: "plot"
6641   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
6642   algorithm: "plot_performance_box"
6643   output-file-type: ".html"
6644   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
6645   data: "plot-vpp-throughput-latency-3n-hsw"
6646   filter: "'NIC_Intel-X710' and
6647            '64B' and
6648            ('BASE' or 'SCALE') and
6649            'NDRPDR' and
6650            'ETH' and
6651            '2T2C' and
6652            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6653            not 'VHOST' and
6654            not 'MEMIF'"
6655   parameters:
6656   - "throughput"
6657   - "parent"
6658   - "tags"
6659   sort:
6660   - "L2XCFWD"
6661   - "L2PATCH"
6662   - "L2BDMACLRN"
6663   - "FIB_10K"
6664   - "FIB_100K"
6665   - "FIB_1M"
6666   traces:
6667     hoverinfo: "x+y"
6668     boxpoints: "outliers"
6669     whiskerwidth: 0
6670   layout:
6671     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
6672     layout: "plot-throughput"
6673
6674 -
6675   type: "plot"
6676   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
6677   algorithm: "plot_performance_box"
6678   output-file-type: ".html"
6679   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
6680   data: "plot-vpp-throughput-latency-3n-hsw"
6681   filter: "'NIC_Intel-X710' and
6682            '64B' and
6683            ('BASE' or 'SCALE') and
6684            'NDRPDR' and
6685            'ETH' and
6686            '2T2C' and
6687            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6688            not 'VHOST' and
6689            not 'MEMIF'"
6690   parameters:
6691   - "throughput"
6692   - "parent"
6693   - "tags"
6694   sort:
6695   - "L2XCFWD"
6696   - "L2PATCH"
6697   - "L2BDMACLRN"
6698   - "FIB_10K"
6699   - "FIB_100K"
6700   - "FIB_1M"
6701   traces:
6702     hoverinfo: "x+y"
6703     boxpoints: "outliers"
6704     whiskerwidth: 0
6705   layout:
6706     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
6707     layout: "plot-throughput"
6708
6709 # Packet Throughput - VPP L2 3n-hsw-x710 features
6710 -
6711   type: "plot"
6712   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
6713   algorithm: "plot_performance_box"
6714   output-file-type: ".html"
6715   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
6716   data: "plot-vpp-throughput-latency-3n-hsw"
6717   filter: "'NIC_Intel-X710' and
6718            '64B' and
6719            'NDRPDR' and
6720            '1T1C' and
6721            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6722            not 'ACL' and
6723            not 'VHOST' and
6724            not 'MEMIF'"
6725   parameters:
6726   - "throughput"
6727   - "parent"
6728   - "tags"
6729   sort:
6730   - "L2XCBASE"    # l2xcbase
6731   - "L2BDBASE"    # l2bdbase
6732   - "L2XCFWD"     # dot1q-l2xcbase
6733   - "L2BDMACLRN"  # dot1q-l2bdbase
6734   traces:
6735     hoverinfo: "x+y"
6736     boxpoints: "outliers"
6737     whiskerwidth: 0
6738   layout:
6739     title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
6740     layout: "plot-throughput"
6741
6742 -
6743   type: "plot"
6744   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
6745   algorithm: "plot_performance_box"
6746   output-file-type: ".html"
6747   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
6748   data: "plot-vpp-throughput-latency-3n-hsw"
6749   filter: "'NIC_Intel-X710' and
6750            '64B' and
6751            'NDRPDR' and
6752            '1T1C' and
6753            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6754            not 'ACL' and
6755            not 'VHOST' and
6756            not 'MEMIF'"
6757   parameters:
6758   - "throughput"
6759   - "parent"
6760   - "tags"
6761   sort:
6762   - "L2XCBASE"    # l2xcbase
6763   - "L2BDBASE"    # l2bdbase
6764   - "L2XCFWD"     # dot1q-l2xcbase
6765   - "L2BDMACLRN"  # dot1q-l2bdbase
6766   traces:
6767     hoverinfo: "x+y"
6768     boxpoints: "outliers"
6769     whiskerwidth: 0
6770   layout:
6771     title: "l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
6772     layout: "plot-throughput"
6773
6774 -
6775   type: "plot"
6776   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
6777   algorithm: "plot_performance_box"
6778   output-file-type: ".html"
6779   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
6780   data: "plot-vpp-throughput-latency-3n-hsw"
6781   filter: "'NIC_Intel-X710' and
6782            '64B' and
6783            'NDRPDR' and
6784            '2T2C' and
6785            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6786            not 'ACL' and
6787            not 'VHOST' and
6788            not 'MEMIF'"
6789   parameters:
6790   - "throughput"
6791   - "parent"
6792   - "tags"
6793   sort:
6794   - "L2XCBASE"    # l2xcbase
6795   - "L2BDBASE"    # l2bdbase
6796   - "L2XCFWD"     # dot1q-l2xcbase
6797   - "L2BDMACLRN"  # dot1q-l2bdbase
6798   traces:
6799     hoverinfo: "x+y"
6800     boxpoints: "outliers"
6801     whiskerwidth: 0
6802   layout:
6803     title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
6804     layout: "plot-throughput"
6805
6806 -
6807   type: "plot"
6808   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
6809   algorithm: "plot_performance_box"
6810   output-file-type: ".html"
6811   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
6812   data: "plot-vpp-throughput-latency-3n-hsw"
6813   filter: "'NIC_Intel-X710' and
6814            '64B' and
6815            'NDRPDR' and
6816            '2T2C' and
6817            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6818            not 'ACL' and
6819            not 'VHOST' and
6820            not 'MEMIF'"
6821   parameters:
6822   - "throughput"
6823   - "parent"
6824   - "tags"
6825   sort:
6826   - "L2XCBASE"    # l2xcbase
6827   - "L2BDBASE"    # l2bdbase
6828   - "L2XCFWD"     # dot1q-l2xcbase
6829   - "L2BDMACLRN"  # dot1q-l2bdbase
6830   traces:
6831     hoverinfo: "x+y"
6832     boxpoints: "outliers"
6833     whiskerwidth: 0
6834   layout:
6835     title: "l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
6836     layout: "plot-throughput"
6837
6838 # Packet Throughput - VPP L2 3n-hsw-xl710 base and scale
6839 -
6840   type: "plot"
6841   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
6842   algorithm: "plot_performance_box"
6843   output-file-type: ".html"
6844   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
6845   data: "plot-vpp-throughput-latency-3n-hsw"
6846   filter: "'NIC_Intel-XL710' and
6847            '64B' and
6848            ('BASE' or 'SCALE') and
6849            'NDRPDR' and
6850            'ETH' and
6851            '1T1C' and
6852            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6853            not 'VHOST' and
6854            not 'MEMIF'"
6855   parameters:
6856   - "throughput"
6857   - "parent"
6858   - "tags"
6859   sort:
6860   - "L2PATCH"
6861   - "L2XCBASE"
6862   - "BASE"
6863   - "FIB_10K"
6864   - "FIB_100K"
6865   - "FIB_1M"
6866   traces:
6867     hoverinfo: "x+y"
6868     boxpoints: "outliers"
6869     whiskerwidth: 0
6870   layout:
6871     title: "l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
6872     layout: "plot-throughput"
6873
6874 -
6875   type: "plot"
6876   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
6877   algorithm: "plot_performance_box"
6878   output-file-type: ".html"
6879   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
6880   data: "plot-vpp-throughput-latency-3n-hsw"
6881   filter: "'NIC_Intel-XL710' and
6882            '64B' and
6883            ('BASE' or 'SCALE') and
6884            'NDRPDR' and
6885            'ETH' and
6886            '1T1C' and
6887            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6888            not 'VHOST' and
6889            not 'MEMIF'"
6890   parameters:
6891   - "throughput"
6892   - "parent"
6893   - "tags"
6894   sort:
6895   - "L2PATCH"
6896   - "L2XCBASE"
6897   - "BASE"
6898   - "FIB_10K"
6899   - "FIB_100K"
6900   - "FIB_1M"
6901   traces:
6902     hoverinfo: "x+y"
6903     boxpoints: "outliers"
6904     whiskerwidth: 0
6905   layout:
6906     title: "l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
6907     layout: "plot-throughput"
6908
6909 -
6910   type: "plot"
6911   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
6912   algorithm: "plot_performance_box"
6913   output-file-type: ".html"
6914   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
6915   data: "plot-vpp-throughput-latency-3n-hsw"
6916   filter: "'NIC_Intel-XL710' and
6917            '64B' and
6918            ('BASE' or 'SCALE') and
6919            'NDRPDR' and
6920            'ETH' and
6921            '2T2C' and
6922            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6923            not 'VHOST' and
6924            not 'MEMIF'"
6925   parameters:
6926   - "throughput"
6927   - "parent"
6928   - "tags"
6929   sort:
6930   - "L2PATCH"
6931   - "L2XCBASE"
6932   - "BASE"
6933   - "FIB_10K"
6934   - "FIB_100K"
6935   - "FIB_1M"
6936   traces:
6937     hoverinfo: "x+y"
6938     boxpoints: "outliers"
6939     whiskerwidth: 0
6940   layout:
6941     title: "l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
6942     layout: "plot-throughput"
6943
6944 -
6945   type: "plot"
6946   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
6947   algorithm: "plot_performance_box"
6948   output-file-type: ".html"
6949   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
6950   data: "plot-vpp-throughput-latency-3n-hsw"
6951   filter: "'NIC_Intel-XL710' and
6952            '64B' and
6953            ('BASE' or 'SCALE') and
6954            'NDRPDR' and
6955            'ETH' and
6956            '2T2C' and
6957            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6958            not 'VHOST' and
6959            not 'MEMIF'"
6960   parameters:
6961   - "throughput"
6962   - "parent"
6963   - "tags"
6964   sort:
6965   - "L2PATCH"
6966   - "L2XCBASE"
6967   - "BASE"
6968   - "FIB_10K"
6969   - "FIB_100K"
6970   - "FIB_1M"
6971   traces:
6972     hoverinfo: "x+y"
6973     boxpoints: "outliers"
6974     whiskerwidth: 0
6975   layout:
6976     title: "l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
6977     layout: "plot-throughput"
6978
6979 # Packet Throughput - VPP L2 3n-skx-x710 base and scale
6980 -
6981   type: "plot"
6982   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
6983   algorithm: "plot_performance_box"
6984   output-file-type: ".html"
6985   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
6986   data: "plot-vpp-throughput-latency-3n-skx"
6987   filter: "'NIC_Intel-X710' and
6988            '64B' and
6989            ('BASE' or 'SCALE') and
6990            'NDRPDR' and
6991            'ETH' and
6992            '2T1C' and
6993            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6994            not 'VHOST' and
6995            not 'MEMIF' and
6996            not 'DRV_AVF'"
6997   parameters:
6998   - "throughput"
6999   - "parent"
7000   - "tags"
7001   sort:
7002   - "L2PATCH"
7003   - "L2XCBASE"
7004   - "BASE"
7005   - "FIB_10K"
7006   - "FIB_100K"
7007   - "FIB_1M"
7008   traces:
7009     hoverinfo: "x+y"
7010     boxpoints: "outliers"
7011     whiskerwidth: 0
7012   layout:
7013     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7014     layout: "plot-throughput"
7015
7016 -
7017   type: "plot"
7018   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7019   algorithm: "plot_performance_box"
7020   output-file-type: ".html"
7021   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7022   data: "plot-vpp-throughput-latency-3n-skx"
7023   filter: "'NIC_Intel-X710' and
7024            '64B' and
7025            ('BASE' or 'SCALE') and
7026            'NDRPDR' and
7027            'ETH' and
7028            '2T1C' and
7029            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7030            not 'VHOST' and
7031            not 'MEMIF' and
7032            not 'DRV_AVF'"
7033   parameters:
7034   - "throughput"
7035   - "parent"
7036   - "tags"
7037   sort:
7038   - "L2PATCH"
7039   - "L2XCBASE"
7040   - "BASE"
7041   - "FIB_10K"
7042   - "FIB_100K"
7043   - "FIB_1M"
7044   traces:
7045     hoverinfo: "x+y"
7046     boxpoints: "outliers"
7047     whiskerwidth: 0
7048   layout:
7049     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7050     layout: "plot-throughput"
7051
7052 -
7053   type: "plot"
7054   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7055   algorithm: "plot_performance_box"
7056   output-file-type: ".html"
7057   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7058   data: "plot-vpp-throughput-latency-3n-skx"
7059   filter: "'NIC_Intel-X710' and
7060            '64B' and
7061            ('BASE' or 'SCALE') and
7062            'NDRPDR' and
7063            'ETH' and
7064            '4T2C' and
7065            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7066            not 'VHOST' and
7067            not 'MEMIF' and
7068            not 'DRV_AVF'"
7069   parameters:
7070   - "throughput"
7071   - "parent"
7072   - "tags"
7073   sort:
7074   - "L2PATCH"
7075   - "L2XCBASE"
7076   - "BASE"
7077   - "FIB_10K"
7078   - "FIB_100K"
7079   - "FIB_1M"
7080   traces:
7081     hoverinfo: "x+y"
7082     boxpoints: "outliers"
7083     whiskerwidth: 0
7084   layout:
7085     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7086     layout: "plot-throughput"
7087
7088 -
7089   type: "plot"
7090   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7091   algorithm: "plot_performance_box"
7092   output-file-type: ".html"
7093   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7094   data: "plot-vpp-throughput-latency-3n-skx"
7095   filter: "'NIC_Intel-X710' and
7096            '64B' and
7097            ('BASE' or 'SCALE') and
7098            'NDRPDR' and
7099            'ETH' and
7100            '4T2C' and
7101            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7102            not 'VHOST' and
7103            not 'MEMIF' and
7104            not 'DRV_AVF'"
7105   parameters:
7106   - "throughput"
7107   - "parent"
7108   - "tags"
7109   sort:
7110   - "L2PATCH"
7111   - "L2XCBASE"
7112   - "BASE"
7113   - "FIB_10K"
7114   - "FIB_100K"
7115   - "FIB_1M"
7116   traces:
7117     hoverinfo: "x+y"
7118     boxpoints: "outliers"
7119     whiskerwidth: 0
7120   layout:
7121     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7122     layout: "plot-throughput"
7123
7124 # Packet Throughput - VPP L2 3n-skx-x710 features
7125 -
7126   type: "plot"
7127   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-ndr"
7128   algorithm: "plot_performance_box"
7129   output-file-type: ".html"
7130   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr"
7131   data: "plot-vpp-throughput-latency-3n-skx"
7132   filter: "'NIC_Intel-X710' and
7133            '64B' and
7134            'NDRPDR' and
7135            '2T1C' and
7136            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7137            not 'ACL' and
7138            not 'VHOST' and
7139            not 'MEMIF'"
7140   parameters:
7141   - "throughput"
7142   - "parent"
7143   - "tags"
7144   sort:
7145   - "L2XCBASE"    # l2xcbase
7146   - "L2BDBASE"    # l2bdbase
7147   - "L2XCFWD"     # dot1q-l2xcbase
7148   - "L2BDMACLRN"  # dot1q-l2bdbase
7149   traces:
7150     hoverinfo: "x+y"
7151     boxpoints: "outliers"
7152     whiskerwidth: 0
7153   layout:
7154     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
7155     layout: "plot-throughput"
7156
7157 -
7158   type: "plot"
7159   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-pdr"
7160   algorithm: "plot_performance_box"
7161   output-file-type: ".html"
7162   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-pdr"
7163   data: "plot-vpp-throughput-latency-3n-skx"
7164   filter: "'NIC_Intel-X710' and
7165            '64B' and
7166            'NDRPDR' and
7167            '2T1C' and
7168            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7169            not 'ACL' and
7170            not 'VHOST' and
7171            not 'MEMIF'"
7172   parameters:
7173   - "throughput"
7174   - "parent"
7175   - "tags"
7176   sort:
7177   - "L2XCBASE"    # l2xcbase
7178   - "L2BDBASE"    # l2bdbase
7179   - "L2XCFWD"     # dot1q-l2xcbase
7180   - "L2BDMACLRN"  # dot1q-l2bdbase
7181   traces:
7182     hoverinfo: "x+y"
7183     boxpoints: "outliers"
7184     whiskerwidth: 0
7185   layout:
7186     title: "l2sw-3n-skx-x710-64b-2t1c-features-pdr"
7187     layout: "plot-throughput"
7188
7189 -
7190   type: "plot"
7191   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-ndr"
7192   algorithm: "plot_performance_box"
7193   output-file-type: ".html"
7194   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr"
7195   data: "plot-vpp-throughput-latency-3n-skx"
7196   filter: "'NIC_Intel-X710' and
7197            '64B' and
7198            'NDRPDR' and
7199            '4T2C' and
7200            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7201            not 'ACL' and
7202            not 'VHOST' and
7203            not 'MEMIF'"
7204   parameters:
7205   - "throughput"
7206   - "parent"
7207   - "tags"
7208   sort:
7209   - "L2XCBASE"    # l2xcbase
7210   - "L2BDBASE"    # l2bdbase
7211   - "L2XCFWD"     # dot1q-l2xcbase
7212   - "L2BDMACLRN"  # dot1q-l2bdbase
7213   traces:
7214     hoverinfo: "x+y"
7215     boxpoints: "outliers"
7216     whiskerwidth: 0
7217   layout:
7218     title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
7219     layout: "plot-throughput"
7220
7221 -
7222   type: "plot"
7223   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-pdr"
7224   algorithm: "plot_performance_box"
7225   output-file-type: ".html"
7226   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-pdr"
7227   data: "plot-vpp-throughput-latency-3n-skx"
7228   filter: "'NIC_Intel-X710' and
7229            '64B' and
7230            'NDRPDR' and
7231            '4T2C' and
7232            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7233            not 'ACL' and
7234            not 'VHOST' and
7235            not 'MEMIF'"
7236   parameters:
7237   - "throughput"
7238   - "parent"
7239   - "tags"
7240   sort:
7241   - "L2XCBASE"    # l2xcbase
7242   - "L2BDBASE"    # l2bdbase
7243   - "L2XCFWD"     # dot1q-l2xcbase
7244   - "L2BDMACLRN"  # dot1q-l2bdbase
7245   traces:
7246     hoverinfo: "x+y"
7247     boxpoints: "outliers"
7248     whiskerwidth: 0
7249   layout:
7250     title: "l2sw-3n-skx-x710-64b-4t2c-features-pdr"
7251     layout: "plot-throughput"
7252
7253 # Packet Throughput - VPP L2 3n-skx-xxv710 base and scale
7254 -
7255   type: "plot"
7256   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
7257   algorithm: "plot_performance_box"
7258   output-file-type: ".html"
7259   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
7260   data: "plot-vpp-throughput-latency-3n-skx"
7261   filter: "'NIC_Intel-XXV710' and
7262            '64B' and
7263            ('BASE' or 'SCALE') and
7264            'NDRPDR' and
7265            'ETH' and
7266            '2T1C' and
7267            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7268            not 'VHOST' and
7269            not 'MEMIF' and
7270            not 'DRV_AVF'"
7271   parameters:
7272   - "throughput"
7273   - "parent"
7274   - "tags"
7275   sort:
7276   - "L2PATCH"
7277   - "L2XCBASE"
7278   - "BASE"
7279   - "FIB_10K"
7280   - "FIB_100K"
7281   - "FIB_1M"
7282   traces:
7283     hoverinfo: "x+y"
7284     boxpoints: "outliers"
7285     whiskerwidth: 0
7286   layout:
7287     title: "l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
7288     layout: "plot-throughput"
7289
7290 -
7291   type: "plot"
7292   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
7293   algorithm: "plot_performance_box"
7294   output-file-type: ".html"
7295   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
7296   data: "plot-vpp-throughput-latency-3n-skx"
7297   filter: "'NIC_Intel-XXV710' and
7298            '64B' and
7299            ('BASE' or 'SCALE') and
7300            'NDRPDR' and
7301            'ETH' and
7302            '2T1C' and
7303            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7304            not 'VHOST' and
7305            not 'MEMIF' and
7306            not 'DRV_AVF'"
7307   parameters:
7308   - "throughput"
7309   - "parent"
7310   - "tags"
7311   sort:
7312   - "L2PATCH"
7313   - "L2XCBASE"
7314   - "BASE"
7315   - "FIB_10K"
7316   - "FIB_100K"
7317   - "FIB_1M"
7318   traces:
7319     hoverinfo: "x+y"
7320     boxpoints: "outliers"
7321     whiskerwidth: 0
7322   layout:
7323     title: "l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
7324     layout: "plot-throughput"
7325
7326 -
7327   type: "plot"
7328   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
7329   algorithm: "plot_performance_box"
7330   output-file-type: ".html"
7331   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
7332   data: "plot-vpp-throughput-latency-3n-skx"
7333   filter: "'NIC_Intel-XXV710' and
7334            '64B' and
7335            ('BASE' or 'SCALE') and
7336            'NDRPDR' and
7337            'ETH' and
7338            '4T2C' and
7339            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7340            not 'VHOST' and
7341            not 'MEMIF' and
7342            not 'DRV_AVF'"
7343   parameters:
7344   - "throughput"
7345   - "parent"
7346   - "tags"
7347   sort:
7348   - "L2PATCH"
7349   - "L2XCBASE"
7350   - "BASE"
7351   - "FIB_10K"
7352   - "FIB_100K"
7353   - "FIB_1M"
7354   traces:
7355     hoverinfo: "x+y"
7356     boxpoints: "outliers"
7357     whiskerwidth: 0
7358   layout:
7359     title: "l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
7360     layout: "plot-throughput"
7361
7362 -
7363   type: "plot"
7364   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
7365   algorithm: "plot_performance_box"
7366   output-file-type: ".html"
7367   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
7368   data: "plot-vpp-throughput-latency-3n-skx"
7369   filter: "'NIC_Intel-XXV710' and
7370            '64B' and
7371            ('BASE' or 'SCALE') and
7372            'NDRPDR' and
7373            'ETH' and
7374            '4T2C' and
7375            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7376            not 'VHOST' and
7377            not 'MEMIF' and
7378            not 'DRV_AVF'"
7379   parameters:
7380   - "throughput"
7381   - "parent"
7382   - "tags"
7383   sort:
7384   - "L2PATCH"
7385   - "L2XCBASE"
7386   - "BASE"
7387   - "FIB_10K"
7388   - "FIB_100K"
7389   - "FIB_1M"
7390   traces:
7391     hoverinfo: "x+y"
7392     boxpoints: "outliers"
7393     whiskerwidth: 0
7394   layout:
7395     title: "l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
7396     layout: "plot-throughput"
7397
7398 # Packet Throughput - VPP L2 2n-skx-x710 base and scale
7399 -
7400   type: "plot"
7401   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
7402   algorithm: "plot_performance_box"
7403   output-file-type: ".html"
7404   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
7405   data: "plot-vpp-throughput-latency-2n-skx"
7406   filter: "'NIC_Intel-X710' and
7407            '64B' and
7408            ('BASE' or 'SCALE') and
7409            'NDRPDR' and
7410            'ETH' and
7411            '2T1C' and
7412            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7413            not 'VHOST' and
7414            not 'MEMIF'"
7415   parameters:
7416   - "throughput"
7417   - "parent"
7418   - "tags"
7419   sort:
7420   - "L2PATCH"
7421   - "L2XCBASE"
7422   - "BASE"
7423   - "FIB_10K"
7424   - "FIB_100K"
7425   - "FIB_1M"
7426   traces:
7427     hoverinfo: "x+y"
7428     boxpoints: "outliers"
7429     whiskerwidth: 0
7430   layout:
7431     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
7432     layout: "plot-throughput"
7433
7434 -
7435   type: "plot"
7436   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
7437   algorithm: "plot_performance_box"
7438   output-file-type: ".html"
7439   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
7440   data: "plot-vpp-throughput-latency-2n-skx"
7441   filter: "'NIC_Intel-X710' and
7442            '64B' and
7443            ('BASE' or 'SCALE') and
7444            'NDRPDR' and
7445            'ETH' and
7446            '2T1C' and
7447            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7448            not 'VHOST' and
7449            not 'MEMIF'"
7450   parameters:
7451   - "throughput"
7452   - "parent"
7453   - "tags"
7454   sort:
7455   - "L2PATCH"
7456   - "L2XCBASE"
7457   - "BASE"
7458   - "FIB_10K"
7459   - "FIB_100K"
7460   - "FIB_1M"
7461   traces:
7462     hoverinfo: "x+y"
7463     boxpoints: "outliers"
7464     whiskerwidth: 0
7465   layout:
7466     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
7467     layout: "plot-throughput"
7468
7469 -
7470   type: "plot"
7471   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
7472   algorithm: "plot_performance_box"
7473   output-file-type: ".html"
7474   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
7475   data: "plot-vpp-throughput-latency-2n-skx"
7476   filter: "'NIC_Intel-X710' and
7477            '64B' and
7478            ('BASE' or 'SCALE') and
7479            'NDRPDR' and
7480            'ETH' and
7481            '4T2C' and
7482            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7483            not 'VHOST' and
7484            not 'MEMIF'"
7485   parameters:
7486   - "throughput"
7487   - "parent"
7488   - "tags"
7489   sort:
7490   - "L2PATCH"
7491   - "L2XCBASE"
7492   - "BASE"
7493   - "FIB_10K"
7494   - "FIB_100K"
7495   - "FIB_1M"
7496   traces:
7497     hoverinfo: "x+y"
7498     boxpoints: "outliers"
7499     whiskerwidth: 0
7500   layout:
7501     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
7502     layout: "plot-throughput"
7503
7504 -
7505   type: "plot"
7506   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
7507   algorithm: "plot_performance_box"
7508   output-file-type: ".html"
7509   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
7510   data: "plot-vpp-throughput-latency-2n-skx"
7511   filter: "'NIC_Intel-X710' and
7512            '64B' and
7513            ('BASE' or 'SCALE') and
7514            'NDRPDR' and
7515            'ETH' and
7516            '4T2C' and
7517            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7518            not 'VHOST' and
7519            not 'MEMIF'"
7520   parameters:
7521   - "throughput"
7522   - "parent"
7523   - "tags"
7524   sort:
7525   - "L2PATCH"
7526   - "L2XCBASE"
7527   - "BASE"
7528   - "FIB_10K"
7529   - "FIB_100K"
7530   - "FIB_1M"
7531   traces:
7532     hoverinfo: "x+y"
7533     boxpoints: "outliers"
7534     whiskerwidth: 0
7535   layout:
7536     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
7537     layout: "plot-throughput"
7538
7539 # Packet Throughput - VPP L2 2n-skx-xxv710 base and scale
7540 -
7541   type: "plot"
7542   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
7543   algorithm: "plot_performance_box"
7544   output-file-type: ".html"
7545   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
7546   data: "plot-vpp-throughput-latency-2n-skx"
7547   filter: "'NIC_Intel-XXV710' and
7548            '64B' and
7549            ('BASE' or 'SCALE') and
7550            'NDRPDR' and
7551            'ETH' and
7552            '2T1C' and
7553            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7554            not 'VHOST' and
7555            not 'MEMIF'"
7556   parameters:
7557   - "throughput"
7558   - "parent"
7559   - "tags"
7560   sort:
7561   - "L2PATCH"
7562   - "L2XCBASE"
7563   - "BASE"
7564   - "FIB_10K"
7565   - "FIB_100K"
7566   - "FIB_1M"
7567   traces:
7568     hoverinfo: "x+y"
7569     boxpoints: "outliers"
7570     whiskerwidth: 0
7571   layout:
7572     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
7573     layout: "plot-throughput"
7574
7575 -
7576   type: "plot"
7577   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
7578   algorithm: "plot_performance_box"
7579   output-file-type: ".html"
7580   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
7581   data: "plot-vpp-throughput-latency-2n-skx"
7582   filter: "'NIC_Intel-XXV710' and
7583            '64B' and
7584            ('BASE' or 'SCALE') and
7585            'NDRPDR' and
7586            'ETH' and
7587            '2T1C' and
7588            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7589            not 'VHOST' and
7590            not 'MEMIF'"
7591   parameters:
7592   - "throughput"
7593   - "parent"
7594   - "tags"
7595   sort:
7596   - "L2PATCH"
7597   - "L2XCBASE"
7598   - "BASE"
7599   - "FIB_10K"
7600   - "FIB_100K"
7601   - "FIB_1M"
7602   traces:
7603     hoverinfo: "x+y"
7604     boxpoints: "outliers"
7605     whiskerwidth: 0
7606   layout:
7607     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
7608     layout: "plot-throughput"
7609
7610 -
7611   type: "plot"
7612   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
7613   algorithm: "plot_performance_box"
7614   output-file-type: ".html"
7615   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
7616   data: "plot-vpp-throughput-latency-2n-skx"
7617   filter: "'NIC_Intel-XXV710' and
7618            '64B' and
7619            ('BASE' or 'SCALE') and
7620            'NDRPDR' and
7621            'ETH' and
7622            '4T2C' and
7623            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7624            not 'VHOST' and
7625            not 'MEMIF'"
7626   parameters:
7627   - "throughput"
7628   - "parent"
7629   - "tags"
7630   sort:
7631   - "L2PATCH"
7632   - "L2XCBASE"
7633   - "BASE"
7634   - "FIB_10K"
7635   - "FIB_100K"
7636   - "FIB_1M"
7637   traces:
7638     hoverinfo: "x+y"
7639     boxpoints: "outliers"
7640     whiskerwidth: 0
7641   layout:
7642     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
7643     layout: "plot-throughput"
7644
7645 -
7646   type: "plot"
7647   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
7648   algorithm: "plot_performance_box"
7649   output-file-type: ".html"
7650   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
7651   data: "plot-vpp-throughput-latency-2n-skx"
7652   filter: "'NIC_Intel-XXV710' and
7653            '64B' and
7654            ('BASE' or 'SCALE') and
7655            'NDRPDR' and
7656            'ETH' and
7657            '4T2C' and
7658            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7659            not 'VHOST' and
7660            not 'MEMIF'"
7661   parameters:
7662   - "throughput"
7663   - "parent"
7664   - "tags"
7665   sort:
7666   - "L2PATCH"
7667   - "L2XCBASE"
7668   - "BASE"
7669   - "FIB_10K"
7670   - "FIB_100K"
7671   - "FIB_1M"
7672   traces:
7673     hoverinfo: "x+y"
7674     boxpoints: "outliers"
7675     whiskerwidth: 0
7676   layout:
7677     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
7678     layout: "plot-throughput"
7679
7680 # Packet Throughput - VPP L2 2n-dnv-x553 base
7681 -
7682   type: "plot"
7683   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
7684   algorithm: "plot_performance_box"
7685   output-file-type: ".html"
7686   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
7687   data: "intel-dnv-vpp"
7688   filter: "'NIC_Intel-X553' and
7689            '64B' and
7690            'BASE' and
7691            'NDRPDR' and
7692            'ETH' and
7693            '1T1C' and
7694            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7695            not 'VHOST' and
7696            not 'MEMIF'"
7697   parameters:
7698   - "throughput"
7699   - "parent"
7700   - "tags"
7701   sort:
7702   - "L2XCBASE"
7703   - "L2BDMACLRN"
7704   - "L2PATCH"
7705   traces:
7706     hoverinfo: "x+y"
7707     boxpoints: "outliers"
7708     whiskerwidth: 0
7709   layout:
7710     title: "l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
7711     layout: "plot-throughput"
7712
7713 -
7714   type: "plot"
7715   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
7716   algorithm: "plot_performance_box"
7717   output-file-type: ".html"
7718   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
7719   data: "intel-dnv-vpp"
7720   filter: "'NIC_Intel-X553' and
7721            '64B' and
7722            ('BASE' or 'SCALE') and
7723            'NDRPDR' and
7724            'ETH' and
7725            '1T1C' and
7726            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7727            not 'VHOST' and
7728            not 'MEMIF'"
7729   parameters:
7730   - "throughput"
7731   - "parent"
7732   - "tags"
7733   sort:
7734   - "L2XCBASE"
7735   - "L2BDMACLRN"
7736   - "L2PATCH"
7737   traces:
7738     hoverinfo: "x+y"
7739     boxpoints: "outliers"
7740     whiskerwidth: 0
7741   layout:
7742     title: "l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
7743     layout: "plot-throughput"
7744
7745 -
7746   type: "plot"
7747   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
7748   algorithm: "plot_performance_box"
7749   output-file-type: ".html"
7750   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
7751   data: "intel-dnv-vpp"
7752   filter: "'NIC_Intel-X553' and
7753            '64B' and
7754            ('BASE' or 'SCALE') and
7755            'NDRPDR' and
7756            'ETH' and
7757            '2T2C' and
7758            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7759            not 'VHOST' and
7760            not 'MEMIF'"
7761   parameters:
7762   - "throughput"
7763   - "parent"
7764   - "tags"
7765   sort:
7766   - "L2XCBASE"
7767   - "L2BDMACLRN"
7768   - "L2PATCH"
7769   traces:
7770     hoverinfo: "x+y"
7771     boxpoints: "outliers"
7772     whiskerwidth: 0
7773   layout:
7774     title: "l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
7775     layout: "plot-throughput"
7776
7777 -
7778   type: "plot"
7779   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
7780   algorithm: "plot_performance_box"
7781   output-file-type: ".html"
7782   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
7783   data: "intel-dnv-vpp"
7784   filter: "'NIC_Intel-X553' and
7785            '64B' and
7786            ('BASE' or 'SCALE') and
7787            'NDRPDR' and
7788            'ETH' and
7789            '2T2C' and
7790            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7791            not 'VHOST' and
7792            not 'MEMIF'"
7793   parameters:
7794   - "throughput"
7795   - "parent"
7796   - "tags"
7797   sort:
7798   - "L2XCBASE"
7799   - "L2BDMACLRN"
7800   - "L2PATCH"
7801   traces:
7802     hoverinfo: "x+y"
7803     boxpoints: "outliers"
7804     whiskerwidth: 0
7805   layout:
7806     title: "l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
7807     layout: "plot-throughput"
7808
7809 ################################################################################
7810
7811 # Packet Throughput - VPP Container Memif 3n-hsw-x520
7812 -
7813   type: "plot"
7814   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
7815   algorithm: "plot_performance_box"
7816   output-file-type: ".html"
7817   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
7818   data: "plot-vpp-throughput-latency-3n-hsw"
7819   filter: "'NIC_Intel-X520-DA2' and
7820            '64B' and
7821            ('BASE' or 'SCALE') and
7822            'NDRPDR' and
7823            '1T1C' and
7824            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7825            not 'VHOST' and
7826            'MEMIF'"
7827   parameters:
7828   - "throughput"
7829   - "parent"
7830   - "tags"
7831   sort:
7832   - "L2XCFWD"
7833   - "L2XCFWD"
7834   - "L2XCFWD"
7835   - "L2BDMACLRN"
7836   - "L2BDMACLRN"
7837   - "L2BDMACLRN"
7838   traces:
7839     hoverinfo: "x+y"
7840     boxpoints: "outliers"
7841     whiskerwidth: 0
7842   layout:
7843     title: "memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
7844     layout: "plot-throughput"
7845
7846 -
7847   type: "plot"
7848   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
7849   algorithm: "plot_performance_box"
7850   output-file-type: ".html"
7851   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
7852   data: "plot-vpp-throughput-latency-3n-hsw"
7853   filter: "'NIC_Intel-X520-DA2' and
7854            '64B' and
7855            ('BASE' or 'SCALE') and
7856            'NDRPDR' and
7857            '1T1C' and
7858            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7859            not 'VHOST' and
7860            'MEMIF'"
7861   parameters:
7862   - "throughput"
7863   - "parent"
7864   - "tags"
7865   sort:
7866   - "L2XCFWD"
7867   - "L2XCFWD"
7868   - "L2XCFWD"
7869   - "L2BDMACLRN"
7870   - "L2BDMACLRN"
7871   - "L2BDMACLRN"
7872   traces:
7873     hoverinfo: "x+y"
7874     boxpoints: "outliers"
7875     whiskerwidth: 0
7876   layout:
7877     title: "memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
7878     layout: "plot-throughput"
7879
7880 -
7881   type: "plot"
7882   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
7883   algorithm: "plot_performance_box"
7884   output-file-type: ".html"
7885   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
7886   data: "plot-vpp-throughput-latency-3n-hsw"
7887   filter: "'NIC_Intel-X520-DA2' and
7888            '64B' and
7889            ('BASE' or 'SCALE') and
7890            'NDRPDR' and
7891            '2T2C' and
7892            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7893            not 'VHOST' and
7894            'MEMIF'"
7895   parameters:
7896   - "throughput"
7897   - "parent"
7898   - "tags"
7899   sort:
7900   - "L2XCFWD"
7901   - "L2XCFWD"
7902   - "L2XCFWD"
7903   - "L2BDMACLRN"
7904   - "L2BDMACLRN"
7905   - "L2BDMACLRN"
7906   traces:
7907     hoverinfo: "x+y"
7908     boxpoints: "outliers"
7909     whiskerwidth: 0
7910   layout:
7911     title: "memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
7912     layout: "plot-throughput"
7913
7914 -
7915   type: "plot"
7916   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
7917   algorithm: "plot_performance_box"
7918   output-file-type: ".html"
7919   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
7920   data: "plot-vpp-throughput-latency-3n-hsw"
7921   filter: "'NIC_Intel-X520-DA2' and
7922            '64B' and
7923            ('BASE' or 'SCALE') and
7924            'NDRPDR' and
7925            '2T2C' and
7926            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7927            not 'VHOST' and
7928            'MEMIF'"
7929   parameters:
7930   - "throughput"
7931   - "parent"
7932   - "tags"
7933   sort:
7934   - "L2XCFWD"
7935   - "L2XCFWD"
7936   - "L2XCFWD"
7937   - "L2BDMACLRN"
7938   - "L2BDMACLRN"
7939   - "L2BDMACLRN"
7940   traces:
7941     hoverinfo: "x+y"
7942     boxpoints: "outliers"
7943     whiskerwidth: 0
7944   layout:
7945     title: "memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
7946     layout: "plot-throughput"
7947
7948 # Packet Throughput - VPP Container Memif 3n-hsw-x710
7949 -
7950   type: "plot"
7951   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7952   algorithm: "plot_performance_box"
7953   output-file-type: ".html"
7954   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7955   data: "plot-vpp-throughput-latency-3n-hsw"
7956   filter: "'NIC_Intel-X710' and
7957            '64B' and
7958            ('BASE' or 'SCALE') and
7959            'NDRPDR' and
7960            '1T1C' and
7961            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7962            not 'VHOST' and
7963            'MEMIF'"
7964   parameters:
7965   - "throughput"
7966   - "parent"
7967   - "tags"
7968   sort:
7969   - "L2XCFWD"
7970   - "L2XCFWD"
7971   - "L2XCFWD"
7972   - "L2BDMACLRN"
7973   - "L2BDMACLRN"
7974   - "L2BDMACLRN"
7975   traces:
7976     hoverinfo: "x+y"
7977     boxpoints: "outliers"
7978     whiskerwidth: 0
7979   layout:
7980     title: "memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7981     layout: "plot-throughput"
7982
7983 -
7984   type: "plot"
7985   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7986   algorithm: "plot_performance_box"
7987   output-file-type: ".html"
7988   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7989   data: "plot-vpp-throughput-latency-3n-hsw"
7990   filter: "'NIC_Intel-X710' and
7991            '64B' and
7992            ('BASE' or 'SCALE') and
7993            'NDRPDR' and
7994            '1T1C' and
7995            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7996            not 'VHOST' and
7997            'MEMIF'"
7998   parameters:
7999   - "throughput"
8000   - "parent"
8001   - "tags"
8002   sort:
8003   - "L2XCFWD"
8004   - "L2XCFWD"
8005   - "L2XCFWD"
8006   - "L2BDMACLRN"
8007   - "L2BDMACLRN"
8008   - "L2BDMACLRN"
8009   traces:
8010     hoverinfo: "x+y"
8011     boxpoints: "outliers"
8012     whiskerwidth: 0
8013   layout:
8014     title: "memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
8015     layout: "plot-throughput"
8016
8017 -
8018   type: "plot"
8019   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
8020   algorithm: "plot_performance_box"
8021   output-file-type: ".html"
8022   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
8023   data: "plot-vpp-throughput-latency-3n-hsw"
8024   filter: "'NIC_Intel-X710' and
8025            '64B' and
8026            ('BASE' or 'SCALE') and
8027            'NDRPDR' and
8028            '2T2C' and
8029            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8030            not 'VHOST' and
8031            'MEMIF'"
8032   parameters:
8033   - "throughput"
8034   - "parent"
8035   - "tags"
8036   sort:
8037   - "L2XCFWD"
8038   - "L2XCFWD"
8039   - "L2XCFWD"
8040   - "L2BDMACLRN"
8041   - "L2BDMACLRN"
8042   - "L2BDMACLRN"
8043   traces:
8044     hoverinfo: "x+y"
8045     boxpoints: "outliers"
8046     whiskerwidth: 0
8047   layout:
8048     title: "memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
8049     layout: "plot-throughput"
8050
8051 -
8052   type: "plot"
8053   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
8054   algorithm: "plot_performance_box"
8055   output-file-type: ".html"
8056   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
8057   data: "plot-vpp-throughput-latency-3n-hsw"
8058   filter: "'NIC_Intel-X710' and
8059            '64B' and
8060            ('BASE' or 'SCALE') and
8061            'NDRPDR' and
8062            '2T2C' and
8063            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8064            not 'VHOST' and
8065            'MEMIF'"
8066   parameters:
8067   - "throughput"
8068   - "parent"
8069   - "tags"
8070   sort:
8071   - "L2XCFWD"
8072   - "L2XCFWD"
8073   - "L2XCFWD"
8074   - "L2BDMACLRN"
8075   - "L2BDMACLRN"
8076   - "L2BDMACLRN"
8077   traces:
8078     hoverinfo: "x+y"
8079     boxpoints: "outliers"
8080     whiskerwidth: 0
8081   layout:
8082     title: "memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
8083     layout: "plot-throughput"
8084
8085 # Packet Throughput - VPP Container Memif 3n-hsw-xl710
8086 -
8087   type: "plot"
8088   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
8089   algorithm: "plot_performance_box"
8090   output-file-type: ".html"
8091   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
8092   data: "plot-vpp-throughput-latency-3n-hsw"
8093   filter: "'NIC_Intel-XL710' and
8094            '64B' and
8095            ('BASE' or 'SCALE') and
8096            'NDRPDR' and
8097            '1T1C' and
8098            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8099            not 'VHOST' and
8100            'MEMIF'"
8101   parameters:
8102   - "throughput"
8103   - "parent"
8104   - "tags"
8105   sort:
8106   - "L2XCFWD"
8107   - "L2XCFWD"
8108   - "L2XCFWD"
8109   - "L2BDMACLRN"
8110   - "L2BDMACLRN"
8111   - "L2BDMACLRN"
8112   traces:
8113     hoverinfo: "x+y"
8114     boxpoints: "outliers"
8115     whiskerwidth: 0
8116   layout:
8117     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
8118     layout: "plot-throughput"
8119
8120 -
8121   type: "plot"
8122   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
8123   algorithm: "plot_performance_box"
8124   output-file-type: ".html"
8125   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
8126   data: "plot-vpp-throughput-latency-3n-hsw"
8127   filter: "'NIC_Intel-XL710' and
8128            '64B' and
8129            ('BASE' or 'SCALE') and
8130            'NDRPDR' and
8131            '1T1C' and
8132            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8133            not 'VHOST' and
8134            'MEMIF'"
8135   parameters:
8136   - "throughput"
8137   - "parent"
8138   - "tags"
8139   sort:
8140   - "L2XCFWD"
8141   - "L2XCFWD"
8142   - "L2XCFWD"
8143   - "L2BDMACLRN"
8144   - "L2BDMACLRN"
8145   - "L2BDMACLRN"
8146   traces:
8147     hoverinfo: "x+y"
8148     boxpoints: "outliers"
8149     whiskerwidth: 0
8150   layout:
8151     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
8152     layout: "plot-throughput"
8153
8154 -
8155   type: "plot"
8156   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
8157   algorithm: "plot_performance_box"
8158   output-file-type: ".html"
8159   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
8160   data: "plot-vpp-throughput-latency-3n-hsw"
8161   filter: "'NIC_Intel-XL710' and
8162            '64B' and
8163            ('BASE' or 'SCALE') and
8164            'NDRPDR' and
8165            '2T2C' and
8166            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8167            not 'VHOST' and
8168            'MEMIF'"
8169   parameters:
8170   - "throughput"
8171   - "parent"
8172   - "tags"
8173   sort:
8174   - "L2XCFWD"
8175   - "L2XCFWD"
8176   - "L2XCFWD"
8177   - "L2BDMACLRN"
8178   - "L2BDMACLRN"
8179   - "L2BDMACLRN"
8180   traces:
8181     hoverinfo: "x+y"
8182     boxpoints: "outliers"
8183     whiskerwidth: 0
8184   layout:
8185     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
8186     layout: "plot-throughput"
8187
8188 -
8189   type: "plot"
8190   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
8191   algorithm: "plot_performance_box"
8192   output-file-type: ".html"
8193   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
8194   data: "plot-vpp-throughput-latency-3n-hsw"
8195   filter: "'NIC_Intel-XL710' and
8196            '64B' and
8197            ('BASE' or 'SCALE') and
8198            'NDRPDR' and
8199            '2T2C' and
8200            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8201            not 'VHOST' and
8202            'MEMIF'"
8203   parameters:
8204   - "throughput"
8205   - "parent"
8206   - "tags"
8207   sort:
8208   - "L2XCFWD"
8209   - "L2XCFWD"
8210   - "L2XCFWD"
8211   - "L2BDMACLRN"
8212   - "L2BDMACLRN"
8213   - "L2BDMACLRN"
8214   traces:
8215     hoverinfo: "x+y"
8216     boxpoints: "outliers"
8217     whiskerwidth: 0
8218   layout:
8219     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
8220     layout: "plot-throughput"
8221
8222 # Packet Throughput - VPP Container Memif 3n-skx-x710
8223 -
8224   type: "plot"
8225   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
8226   algorithm: "plot_performance_box"
8227   output-file-type: ".html"
8228   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
8229   data: "plot-vpp-throughput-latency-3n-skx"
8230   filter: "'NIC_Intel-X710' and
8231            '64B' and
8232            ('BASE' or 'SCALE') and
8233            'NDRPDR' and
8234            '2T1C' and
8235            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8236            not 'VHOST' and
8237            'MEMIF'"
8238   parameters:
8239   - "throughput"
8240   - "parent"
8241   - "tags"
8242   sort:
8243   - "L2XCFWD"
8244   - "L2XCFWD"
8245   - "L2XCFWD"
8246   - "L2BDMACLRN"
8247   - "L2BDMACLRN"
8248   - "L2BDMACLRN"
8249   traces:
8250     hoverinfo: "x+y"
8251     boxpoints: "outliers"
8252     whiskerwidth: 0
8253   layout:
8254     title: "memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
8255     layout: "plot-throughput"
8256
8257 -
8258   type: "plot"
8259   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
8260   algorithm: "plot_performance_box"
8261   output-file-type: ".html"
8262   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
8263   data: "plot-vpp-throughput-latency-3n-skx"
8264   filter: "'NIC_Intel-X710' and
8265            '64B' and
8266            ('BASE' or 'SCALE') and
8267            'NDRPDR' and
8268            '2T1C' and
8269            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8270            not 'VHOST' and
8271            'MEMIF'"
8272   parameters:
8273   - "throughput"
8274   - "parent"
8275   - "tags"
8276   sort:
8277   - "L2XCFWD"
8278   - "L2XCFWD"
8279   - "L2XCFWD"
8280   - "L2BDMACLRN"
8281   - "L2BDMACLRN"
8282   - "L2BDMACLRN"
8283   traces:
8284     hoverinfo: "x+y"
8285     boxpoints: "outliers"
8286     whiskerwidth: 0
8287   layout:
8288     title: "memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
8289     layout: "plot-throughput"
8290
8291 -
8292   type: "plot"
8293   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
8294   algorithm: "plot_performance_box"
8295   output-file-type: ".html"
8296   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
8297   data: "plot-vpp-throughput-latency-3n-skx"
8298   filter: "'NIC_Intel-X710' and
8299            '64B' and
8300            ('BASE' or 'SCALE') and
8301            'NDRPDR' and
8302            '4T2C' and
8303            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8304            not 'VHOST' and
8305            'MEMIF'"
8306   parameters:
8307   - "throughput"
8308   - "parent"
8309   - "tags"
8310   sort:
8311   - "L2XCFWD"
8312   - "L2XCFWD"
8313   - "L2XCFWD"
8314   - "L2BDMACLRN"
8315   - "L2BDMACLRN"
8316   - "L2BDMACLRN"
8317   traces:
8318     hoverinfo: "x+y"
8319     boxpoints: "outliers"
8320     whiskerwidth: 0
8321   layout:
8322     title: "memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
8323     layout: "plot-throughput"
8324
8325 -
8326   type: "plot"
8327   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
8328   algorithm: "plot_performance_box"
8329   output-file-type: ".html"
8330   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
8331   data: "plot-vpp-throughput-latency-3n-skx"
8332   filter: "'NIC_Intel-X710' and
8333            '64B' and
8334            ('BASE' or 'SCALE') and
8335            'NDRPDR' and
8336            '4T2C' and
8337            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8338            not 'VHOST' and
8339            'MEMIF'"
8340   parameters:
8341   - "throughput"
8342   - "parent"
8343   - "tags"
8344   sort:
8345   - "L2XCFWD"
8346   - "L2XCFWD"
8347   - "L2XCFWD"
8348   - "L2BDMACLRN"
8349   - "L2BDMACLRN"
8350   - "L2BDMACLRN"
8351   traces:
8352     hoverinfo: "x+y"
8353     boxpoints: "outliers"
8354     whiskerwidth: 0
8355   layout:
8356     title: "memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
8357     layout: "plot-throughput"
8358
8359 # Packet Throughput - VPP Container Memif 2n-skx-x710
8360 -
8361   type: "plot"
8362   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
8363   algorithm: "plot_performance_box"
8364   output-file-type: ".html"
8365   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
8366   data: "plot-vpp-throughput-latency-2n-skx"
8367   filter: "'NIC_Intel-X710' and
8368            '64B' and
8369            ('BASE' or 'SCALE') and
8370            'NDRPDR' and
8371            '2T1C' and
8372            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8373            not 'VHOST' and
8374            'MEMIF'"
8375   parameters:
8376   - "throughput"
8377   - "parent"
8378   - "tags"
8379   sort:
8380   - "L2XCFWD"
8381   - "L2XCFWD"
8382   - "L2XCFWD"
8383   - "L2BDMACLRN"
8384   - "L2BDMACLRN"
8385   - "L2BDMACLRN"
8386   traces:
8387     hoverinfo: "x+y"
8388     boxpoints: "outliers"
8389     whiskerwidth: 0
8390   layout:
8391     title: "memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
8392     layout: "plot-throughput"
8393
8394 -
8395   type: "plot"
8396   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
8397   algorithm: "plot_performance_box"
8398   output-file-type: ".html"
8399   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
8400   data: "plot-vpp-throughput-latency-2n-skx"
8401   filter: "'NIC_Intel-X710' and
8402            '64B' and
8403            ('BASE' or 'SCALE') and
8404            'NDRPDR' and
8405            '2T1C' and
8406            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8407            not 'VHOST' and
8408            'MEMIF'"
8409   parameters:
8410   - "throughput"
8411   - "parent"
8412   - "tags"
8413   sort:
8414   - "L2XCFWD"
8415   - "L2XCFWD"
8416   - "L2XCFWD"
8417   - "L2BDMACLRN"
8418   - "L2BDMACLRN"
8419   - "L2BDMACLRN"
8420   traces:
8421     hoverinfo: "x+y"
8422     boxpoints: "outliers"
8423     whiskerwidth: 0
8424   layout:
8425     title: "memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
8426     layout: "plot-throughput"
8427
8428 -
8429   type: "plot"
8430   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
8431   algorithm: "plot_performance_box"
8432   output-file-type: ".html"
8433   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
8434   data: "plot-vpp-throughput-latency-2n-skx"
8435   filter: "'NIC_Intel-X710' and
8436            '64B' and
8437            ('BASE' or 'SCALE') and
8438            'NDRPDR' and
8439            '4T2C' and
8440            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8441            not 'VHOST' and
8442            'MEMIF'"
8443   parameters:
8444   - "throughput"
8445   - "parent"
8446   - "tags"
8447   sort:
8448   - "L2XCFWD"
8449   - "L2XCFWD"
8450   - "L2XCFWD"
8451   - "L2BDMACLRN"
8452   - "L2BDMACLRN"
8453   - "L2BDMACLRN"
8454   traces:
8455     hoverinfo: "x+y"
8456     boxpoints: "outliers"
8457     whiskerwidth: 0
8458   layout:
8459     title: "memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
8460     layout: "plot-throughput"
8461
8462 -
8463   type: "plot"
8464   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
8465   algorithm: "plot_performance_box"
8466   output-file-type: ".html"
8467   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
8468   data: "plot-vpp-throughput-latency-2n-skx"
8469   filter: "'NIC_Intel-X710' and
8470            '64B' and
8471            ('BASE' or 'SCALE') and
8472            'NDRPDR' and
8473            '4T2C' and
8474            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8475            not 'VHOST' and
8476            'MEMIF'"
8477   parameters:
8478   - "throughput"
8479   - "parent"
8480   - "tags"
8481   sort:
8482   - "L2XCFWD"
8483   - "L2XCFWD"
8484   - "L2XCFWD"
8485   - "L2BDMACLRN"
8486   - "L2BDMACLRN"
8487   - "L2BDMACLRN"
8488   traces:
8489     hoverinfo: "x+y"
8490     boxpoints: "outliers"
8491     whiskerwidth: 0
8492   layout:
8493     title: "memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
8494     layout: "plot-throughput"
8495
8496 # Packet Throughput - VPP Container Memif 2n-skx-xxv710
8497 -
8498   type: "plot"
8499   title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
8500   algorithm: "plot_performance_box"
8501   output-file-type: ".html"
8502   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
8503   data: "plot-vpp-throughput-latency-2n-skx"
8504   filter: "'NIC_Intel-XXV710' and
8505            '64B' and
8506            ('BASE' or 'SCALE') and
8507            'NDRPDR' and
8508            '2T1C' and
8509            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8510            not 'VHOST' and
8511            'MEMIF'"
8512   parameters:
8513   - "throughput"
8514   - "parent"
8515   - "tags"
8516   sort:
8517   - "L2XCFWD"
8518   - "L2XCFWD"
8519   - "L2XCFWD"
8520   - "L2BDMACLRN"
8521   - "L2BDMACLRN"
8522   - "L2BDMACLRN"
8523   traces:
8524     hoverinfo: "x+y"
8525     boxpoints: "outliers"
8526     whiskerwidth: 0
8527   layout:
8528     title: "memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
8529     layout: "plot-throughput"
8530
8531 -
8532   type: "plot"
8533   title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
8534   algorithm: "plot_performance_box"
8535   output-file-type: ".html"
8536   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
8537   data: "plot-vpp-throughput-latency-2n-skx"
8538   filter: "'NIC_Intel-XXV710' and
8539            '64B' and
8540            ('BASE' or 'SCALE') and
8541            'NDRPDR' and
8542            '2T1C' and
8543            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8544            not 'VHOST' and
8545            'MEMIF'"
8546   parameters:
8547   - "throughput"
8548   - "parent"
8549   - "tags"
8550   sort:
8551   - "L2XCFWD"
8552   - "L2XCFWD"
8553   - "L2XCFWD"
8554   - "L2BDMACLRN"
8555   - "L2BDMACLRN"
8556   - "L2BDMACLRN"
8557   traces:
8558     hoverinfo: "x+y"
8559     boxpoints: "outliers"
8560     whiskerwidth: 0
8561   layout:
8562     title: "memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
8563     layout: "plot-throughput"
8564
8565 -
8566   type: "plot"
8567   title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
8568   algorithm: "plot_performance_box"
8569   output-file-type: ".html"
8570   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
8571   data: "plot-vpp-throughput-latency-2n-skx"
8572   filter: "'NIC_Intel-XXV710' and
8573            '64B' and
8574            ('BASE' or 'SCALE') and
8575            'NDRPDR' and
8576            '4T2C' and
8577            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8578            not 'VHOST' and
8579            'MEMIF'"
8580   parameters:
8581   - "throughput"
8582   - "parent"
8583   - "tags"
8584   sort:
8585   - "L2XCFWD"
8586   - "L2XCFWD"
8587   - "L2XCFWD"
8588   - "L2BDMACLRN"
8589   - "L2BDMACLRN"
8590   - "L2BDMACLRN"
8591   traces:
8592     hoverinfo: "x+y"
8593     boxpoints: "outliers"
8594     whiskerwidth: 0
8595   layout:
8596     title: "memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
8597     layout: "plot-throughput"
8598
8599 -
8600   type: "plot"
8601   title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
8602   algorithm: "plot_performance_box"
8603   output-file-type: ".html"
8604   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
8605   data: "plot-vpp-throughput-latency-2n-skx"
8606   filter: "'NIC_Intel-XXV710' and
8607            '64B' and
8608            ('BASE' or 'SCALE') and
8609            'NDRPDR' and
8610            '4T2C' and
8611            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8612            not 'VHOST' and
8613            'MEMIF'"
8614   parameters:
8615   - "throughput"
8616   - "parent"
8617   - "tags"
8618   sort:
8619   - "L2XCFWD"
8620   - "L2XCFWD"
8621   - "L2XCFWD"
8622   - "L2BDMACLRN"
8623   - "L2BDMACLRN"
8624   - "L2BDMACLRN"
8625   traces:
8626     hoverinfo: "x+y"
8627     boxpoints: "outliers"
8628     whiskerwidth: 0
8629   layout:
8630     title: "memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
8631     layout: "plot-throughput"
8632
8633 ################################################################################
8634
8635 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2xc
8636 -
8637   type: "plot"
8638   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
8639   algorithm: "plot_performance_box"
8640   output-file-type: ".html"
8641   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
8642   data: "plot-ligato-throughput-latency-3n-hsw"
8643   filter: "'NIC_Intel-X520-DA2' and
8644            '64B' and
8645            ('BASE' or 'SCALE') and
8646            'NDRPDR' and
8647            '1T1C' and
8648            'L2XCFWD' and
8649            not 'VHOST' and
8650            'MEMIF'"
8651   parameters:
8652   - "throughput"
8653   - "parent"
8654   - "tags"
8655   sort:
8656   - "1VNF"
8657   - "2VNF"
8658   - "4VNF"
8659   - "2VNF"
8660   - "4VNF"
8661   traces:
8662     hoverinfo: "x+y"
8663     boxpoints: "outliers"
8664     whiskerwidth: 0
8665   layout:
8666     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
8667     layout: "plot-throughput"
8668
8669 -
8670   type: "plot"
8671   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
8672   algorithm: "plot_performance_box"
8673   output-file-type: ".html"
8674   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
8675   data: "plot-ligato-throughput-latency-3n-hsw"
8676   filter: "'NIC_Intel-X520-DA2' and
8677            '64B' and
8678            ('BASE' or 'SCALE') and
8679            'NDRPDR' and
8680            '1T1C' and
8681            'L2XCFWD' and
8682            not 'VHOST' and
8683            'MEMIF'"
8684   parameters:
8685   - "throughput"
8686   - "parent"
8687   - "tags"
8688   sort:
8689   - "1VNF"
8690   - "2VNF"
8691   - "4VNF"
8692   - "2VNF"
8693   - "4VNF"
8694   traces:
8695     hoverinfo: "x+y"
8696     boxpoints: "outliers"
8697     whiskerwidth: 0
8698   layout:
8699     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
8700     layout: "plot-throughput"
8701
8702 -
8703   type: "plot"
8704   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
8705   algorithm: "plot_performance_box"
8706   output-file-type: ".html"
8707   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
8708   data: "plot-ligato-throughput-latency-3n-hsw"
8709   filter: "'NIC_Intel-X520-DA2' and
8710            '64B' and
8711            ('BASE' or 'SCALE') and
8712            'NDRPDR' and
8713            '2T2C' and
8714            'L2XCFWD' and
8715            not 'VHOST' and
8716            'MEMIF'"
8717   parameters:
8718   - "throughput"
8719   - "parent"
8720   - "tags"
8721   sort:
8722   - "1VNF"
8723   - "2VNF"
8724   - "4VNF"
8725   - "2VNF"
8726   - "4VNF"
8727   traces:
8728     hoverinfo: "x+y"
8729     boxpoints: "outliers"
8730     whiskerwidth: 0
8731   layout:
8732     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
8733     layout: "plot-throughput"
8734
8735 -
8736   type: "plot"
8737   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
8738   algorithm: "plot_performance_box"
8739   output-file-type: ".html"
8740   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
8741   data: "plot-ligato-throughput-latency-3n-hsw"
8742   filter: "'NIC_Intel-X520-DA2' and
8743            '64B' and
8744            ('BASE' or 'SCALE') and
8745            'NDRPDR' and
8746            '2T2C' and
8747            'L2XCFWD' and
8748            not 'VHOST' and
8749            'MEMIF'"
8750   parameters:
8751   - "throughput"
8752   - "parent"
8753   - "tags"
8754   sort:
8755   - "1VNF"
8756   - "2VNF"
8757   - "4VNF"
8758   - "2VNF"
8759   - "4VNF"
8760   traces:
8761     hoverinfo: "x+y"
8762     boxpoints: "outliers"
8763     whiskerwidth: 0
8764   layout:
8765     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
8766     layout: "plot-throughput"
8767
8768 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2bd
8769 -
8770   type: "plot"
8771   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
8772   algorithm: "plot_performance_box"
8773   output-file-type: ".html"
8774   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
8775   data: "plot-ligato-throughput-latency-3n-hsw"
8776   filter: "'NIC_Intel-X520-DA2' and
8777            '64B' and
8778            ('BASE' or 'SCALE') and
8779            'NDRPDR' and
8780            '1T1C' and
8781            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8782            not 'VHOST' and
8783            'MEMIF'"
8784   parameters:
8785   - "throughput"
8786   - "parent"
8787   - "tags"
8788   sort:
8789   - "1VNF"
8790   - "2VNF"
8791   - "4VNF"
8792   - "2VNF"
8793   - "4VNF"
8794   traces:
8795     hoverinfo: "x+y"
8796     boxpoints: "outliers"
8797     whiskerwidth: 0
8798   layout:
8799     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
8800     layout: "plot-throughput"
8801
8802 -
8803   type: "plot"
8804   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
8805   algorithm: "plot_performance_box"
8806   output-file-type: ".html"
8807   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
8808   data: "plot-ligato-throughput-latency-3n-hsw"
8809   filter: "'NIC_Intel-X520-DA2' and
8810            '64B' and
8811            ('BASE' or 'SCALE') and
8812            'NDRPDR' and
8813            '1T1C' and
8814            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8815            not 'VHOST' and
8816            'MEMIF'"
8817   parameters:
8818   - "throughput"
8819   - "parent"
8820   - "tags"
8821   sort:
8822   - "1VNF"
8823   - "2VNF"
8824   - "4VNF"
8825   - "2VNF"
8826   - "4VNF"
8827   traces:
8828     hoverinfo: "x+y"
8829     boxpoints: "outliers"
8830     whiskerwidth: 0
8831   layout:
8832     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
8833     layout: "plot-throughput"
8834
8835 -
8836   type: "plot"
8837   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
8838   algorithm: "plot_performance_box"
8839   output-file-type: ".html"
8840   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
8841   data: "plot-ligato-throughput-latency-3n-hsw"
8842   filter: "'NIC_Intel-X520-DA2' and
8843            '64B' and
8844            ('BASE' or 'SCALE') and
8845            'NDRPDR' and
8846            '2T2C' and
8847            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8848            not 'VHOST' and
8849            'MEMIF'"
8850   parameters:
8851   - "throughput"
8852   - "parent"
8853   - "tags"
8854   sort:
8855   - "1VNF"
8856   - "2VNF"
8857   - "4VNF"
8858   - "2VNF"
8859   - "4VNF"
8860   traces:
8861     hoverinfo: "x+y"
8862     boxpoints: "outliers"
8863     whiskerwidth: 0
8864   layout:
8865     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
8866     layout: "plot-throughput"
8867
8868 -
8869   type: "plot"
8870   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
8871   algorithm: "plot_performance_box"
8872   output-file-type: ".html"
8873   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
8874   data: "plot-ligato-throughput-latency-3n-hsw"
8875   filter: "'NIC_Intel-X520-DA2' and
8876            '64B' and
8877            ('BASE' or 'SCALE') and
8878            'NDRPDR' and
8879            '2T2C' and
8880            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8881            not 'VHOST' and
8882            'MEMIF'"
8883   parameters:
8884   - "throughput"
8885   - "parent"
8886   - "tags"
8887   sort:
8888   - "1VNF"
8889   - "2VNF"
8890   - "4VNF"
8891   - "2VNF"
8892   - "4VNF"
8893   traces:
8894     hoverinfo: "x+y"
8895     boxpoints: "outliers"
8896     whiskerwidth: 0
8897   layout:
8898     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
8899     layout: "plot-throughput"
8900
8901 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2xc
8902 -
8903   type: "plot"
8904   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
8905   algorithm: "plot_performance_box"
8906   output-file-type: ".html"
8907   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
8908   data: "plot-ligato-throughput-latency-3n-hsw"
8909   filter: "'NIC_Intel-X710' and
8910            '64B' and
8911            ('BASE' or 'SCALE') and
8912            'NDRPDR' and
8913            '1T1C' and
8914            'L2XCFWD' and
8915            not 'VHOST' and
8916            'MEMIF'"
8917   parameters:
8918   - "throughput"
8919   - "parent"
8920   - "tags"
8921   sort:
8922   - "1VNF"
8923   - "2VNF"
8924   - "4VNF"
8925   - "2VNF"
8926   - "4VNF"
8927   traces:
8928     hoverinfo: "x+y"
8929     boxpoints: "outliers"
8930     whiskerwidth: 0
8931   layout:
8932     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
8933     layout: "plot-throughput"
8934
8935 -
8936   type: "plot"
8937   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
8938   algorithm: "plot_performance_box"
8939   output-file-type: ".html"
8940   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
8941   data: "plot-ligato-throughput-latency-3n-hsw"
8942   filter: "'NIC_Intel-X710' and
8943            '64B' and
8944            ('BASE' or 'SCALE') and
8945            'NDRPDR' and
8946            '1T1C' and
8947            'L2XCFWD' and
8948            not 'VHOST' and
8949            'MEMIF'"
8950   parameters:
8951   - "throughput"
8952   - "parent"
8953   - "tags"
8954   sort:
8955   - "1VNF"
8956   - "2VNF"
8957   - "4VNF"
8958   - "2VNF"
8959   - "4VNF"
8960   traces:
8961     hoverinfo: "x+y"
8962     boxpoints: "outliers"
8963     whiskerwidth: 0
8964   layout:
8965     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
8966     layout: "plot-throughput"
8967
8968 -
8969   type: "plot"
8970   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
8971   algorithm: "plot_performance_box"
8972   output-file-type: ".html"
8973   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
8974   data: "plot-ligato-throughput-latency-3n-hsw"
8975   filter: "'NIC_Intel-X710' and
8976            '64B' and
8977            ('BASE' or 'SCALE') and
8978            'NDRPDR' and
8979            '2T2C' and
8980            'L2XCFWD' and
8981            not 'VHOST' and
8982            'MEMIF'"
8983   parameters:
8984   - "throughput"
8985   - "parent"
8986   - "tags"
8987   sort:
8988   - "1VNF"
8989   - "2VNF"
8990   - "4VNF"
8991   - "2VNF"
8992   - "4VNF"
8993   traces:
8994     hoverinfo: "x+y"
8995     boxpoints: "outliers"
8996     whiskerwidth: 0
8997   layout:
8998     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
8999     layout: "plot-throughput"
9000
9001 -
9002   type: "plot"
9003   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
9004   algorithm: "plot_performance_box"
9005   output-file-type: ".html"
9006   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
9007   data: "plot-ligato-throughput-latency-3n-hsw"
9008   filter: "'NIC_Intel-X710' and
9009            '64B' and
9010            ('BASE' or 'SCALE') and
9011            'NDRPDR' and
9012            '2T2C' and
9013            'L2XCFWD' and
9014            not 'VHOST' and
9015            'MEMIF'"
9016   parameters:
9017   - "throughput"
9018   - "parent"
9019   - "tags"
9020   sort:
9021   - "1VNF"
9022   - "2VNF"
9023   - "4VNF"
9024   - "2VNF"
9025   - "4VNF"
9026   traces:
9027     hoverinfo: "x+y"
9028     boxpoints: "outliers"
9029     whiskerwidth: 0
9030   layout:
9031     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
9032     layout: "plot-throughput"
9033
9034 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2bd
9035 -
9036   type: "plot"
9037   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
9038   algorithm: "plot_performance_box"
9039   output-file-type: ".html"
9040   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
9041   data: "plot-ligato-throughput-latency-3n-hsw"
9042   filter: "'NIC_Intel-X710' and
9043            '64B' and
9044            ('BASE' or 'SCALE') and
9045            'NDRPDR' and
9046            '1T1C' and
9047            ('L2BDMACSTAT' or 'L2BDMACLRN') and
9048            not 'VHOST' and
9049            'MEMIF'"
9050   parameters:
9051   - "throughput"
9052   - "parent"
9053   - "tags"
9054   sort:
9055   - "1VNF"
9056   - "2VNF"
9057   - "4VNF"
9058   - "2VNF"
9059   - "4VNF"
9060   traces:
9061     hoverinfo: "x+y"
9062     boxpoints: "outliers"
9063     whiskerwidth: 0
9064   layout:
9065     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
9066     layout: "plot-throughput"
9067
9068 -
9069   type: "plot"
9070   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
9071   algorithm: "plot_performance_box"
9072   output-file-type: ".html"
9073   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
9074   data: "plot-ligato-throughput-latency-3n-hsw"
9075   filter: "'NIC_Intel-X710' and
9076            '64B' and
9077            ('BASE' or 'SCALE') and
9078            'NDRPDR' and
9079            '1T1C' and
9080            ('L2BDMACSTAT' or 'L2BDMACLRN') and
9081            not 'VHOST' and
9082            'MEMIF'"
9083   parameters:
9084   - "throughput"
9085   - "parent"
9086   - "tags"
9087   sort:
9088   - "1VNF"
9089   - "2VNF"
9090   - "4VNF"
9091   - "2VNF"
9092   - "4VNF"
9093   traces:
9094     hoverinfo: "x+y"
9095     boxpoints: "outliers"
9096     whiskerwidth: 0
9097   layout:
9098     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
9099     layout: "plot-throughput"
9100
9101 -
9102   type: "plot"
9103   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
9104   algorithm: "plot_performance_box"
9105   output-file-type: ".html"
9106   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
9107   data: "plot-ligato-throughput-latency-3n-hsw"
9108   filter: "'NIC_Intel-X710' and
9109            '64B' and
9110            ('BASE' or 'SCALE') and
9111            'NDRPDR' and
9112            '2T2C' and
9113            ('L2BDMACSTAT' or 'L2BDMACLRN') and
9114            not 'VHOST' and
9115            'MEMIF'"
9116   parameters:
9117   - "throughput"
9118   - "parent"
9119   - "tags"
9120   sort:
9121   - "1VNF"
9122   - "2VNF"
9123   - "4VNF"
9124   - "2VNF"
9125   - "4VNF"
9126   traces:
9127     hoverinfo: "x+y"
9128     boxpoints: "outliers"
9129     whiskerwidth: 0
9130   layout:
9131     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
9132     layout: "plot-throughput"
9133
9134 -
9135   type: "plot"
9136   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
9137   algorithm: "plot_performance_box"
9138   output-file-type: ".html"
9139   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
9140   data: "plot-ligato-throughput-latency-3n-hsw"
9141   filter: "'NIC_Intel-X710' and
9142            '64B' and
9143            ('BASE' or 'SCALE') and
9144            'NDRPDR' and
9145            '2T2C' and
9146            ('L2BDMACSTAT' or 'L2BDMACLRN') and
9147            not 'VHOST' and
9148            'MEMIF'"
9149   parameters:
9150   - "throughput"
9151   - "parent"
9152   - "tags"
9153   sort:
9154   - "1VNF"
9155   - "2VNF"
9156   - "4VNF"
9157   - "2VNF"
9158   - "4VNF"
9159   traces:
9160     hoverinfo: "x+y"
9161     boxpoints: "outliers"
9162     whiskerwidth: 0
9163   layout:
9164     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
9165     layout: "plot-throughput"
9166
9167 ################################################################################
9168
9169 # Packet Throughput - VPP IPv4 3n-hsw-x520 base and scale
9170 -
9171   type: "plot"
9172   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
9173   algorithm: "plot_performance_box"
9174   output-file-type: ".html"
9175   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
9176   data: "plot-vpp-throughput-latency-3n-hsw"
9177   filter: "'NIC_Intel-X520-DA2' and
9178            '64B' and
9179            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
9180            'NDRPDR' and
9181            '1T1C' and
9182            'IP4FWD' and
9183            not 'IPSEC' and
9184            not 'VHOST'"
9185   parameters:
9186   - "throughput"
9187   - "parent"
9188   - "tags"
9189   sort:
9190   - "DOT1Q"
9191   - "IP4BASE"
9192   - "FIB_20k"
9193   - "FIB_200k"
9194   - "FIB_2M"
9195   traces:
9196     hoverinfo: "x+y"
9197     boxpoints: "outliers"
9198     whiskerwidth: 0
9199   layout:
9200     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
9201     layout: "plot-throughput"
9202
9203 -
9204   type: "plot"
9205   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
9206   algorithm: "plot_performance_box"
9207   output-file-type: ".html"
9208   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
9209   data: "plot-vpp-throughput-latency-3n-hsw"
9210   filter: "'NIC_Intel-X520-DA2' and
9211            '64B' and
9212            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
9213            'NDRPDR' and
9214            '1T1C' and
9215            'IP4FWD' and
9216            not 'IPSEC' and
9217            not 'VHOST'"
9218   parameters:
9219   - "throughput"
9220   - "parent"
9221   - "tags"
9222   sort:
9223   - "DOT1Q"
9224   - "IP4BASE"
9225   - "FIB_20k"
9226   - "FIB_200k"
9227   - "FIB_2M"
9228   traces:
9229     hoverinfo: "x+y"
9230     boxpoints: "outliers"
9231     whiskerwidth: 0
9232   layout:
9233     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
9234     layout: "plot-throughput"
9235
9236 -
9237   type: "plot"
9238   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
9239   algorithm: "plot_performance_box"
9240   output-file-type: ".html"
9241   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
9242   data: "plot-vpp-throughput-latency-3n-hsw"
9243   filter: "'NIC_Intel-X520-DA2' and
9244            '64B' and
9245            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
9246            'NDRPDR' and
9247            '2T2C' and
9248            'IP4FWD' and
9249            not 'IPSEC' and
9250            not 'VHOST'"
9251   parameters:
9252   - "throughput"
9253   - "parent"
9254   - "tags"
9255   sort:
9256   - "DOT1Q"
9257   - "IP4BASE"
9258   - "FIB_20k"
9259   - "FIB_200k"
9260   - "FIB_2M"
9261   traces:
9262     hoverinfo: "x+y"
9263     boxpoints: "outliers"
9264     whiskerwidth: 0
9265   layout:
9266     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
9267     layout: "plot-throughput"
9268
9269 -
9270   type: "plot"
9271   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
9272   algorithm: "plot_performance_box"
9273   output-file-type: ".html"
9274   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
9275   data: "plot-vpp-throughput-latency-3n-hsw"
9276   filter: "'NIC_Intel-X520-DA2' and
9277            '64B' and
9278            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
9279            'NDRPDR' and
9280            '2T2C' and
9281            'IP4FWD' and
9282            not 'IPSEC' and
9283            not 'VHOST'"
9284   parameters:
9285   - "throughput"
9286   - "parent"
9287   - "tags"
9288   sort:
9289   - "DOT1Q"
9290   - "IP4BASE"
9291   - "FIB_20k"
9292   - "FIB_200k"
9293   - "FIB_2M"
9294   traces:
9295     hoverinfo: "x+y"
9296     boxpoints: "outliers"
9297     whiskerwidth: 0
9298   layout:
9299     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
9300     layout: "plot-throughput"
9301
9302 # Packet Throughput - VPP IPv4 3n-hsw-x520 features
9303 -
9304   type: "plot"
9305   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-ndr"
9306   algorithm: "plot_performance_box"
9307   output-file-type: ".html"
9308   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr"
9309   data: "plot-vpp-throughput-latency-3n-hsw"
9310   filter: "'NIC_Intel-X520-DA2' and
9311            '64B' and
9312            ('IP4BASE' or
9313             'POLICE_MARK' or
9314             'COPWHLIST' or
9315             ('NAT44' and 'BASE') or
9316             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9317            'NDRPDR' and
9318            '1T1C' and
9319            'IP4FWD' and
9320            not 'IPSEC' and
9321            not 'VHOST'"
9322   parameters:
9323   - "throughput"
9324   - "parent"
9325   - "tags"
9326   sort:
9327   - "DOT1Q"
9328   - "IP4BASE"
9329   - "NAT44"
9330   - "POLICE_MARK"
9331   - "COPWHLIST"
9332   - "IACL"
9333   - "OACL"
9334   traces:
9335     hoverinfo: "x+y"
9336     boxpoints: "outliers"
9337     whiskerwidth: 0
9338   layout:
9339     title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
9340     layout: "plot-throughput"
9341
9342 -
9343   type: "plot"
9344   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-pdr"
9345   algorithm: "plot_performance_box"
9346   output-file-type: ".html"
9347   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-pdr"
9348   data: "plot-vpp-throughput-latency-3n-hsw"
9349   filter: "'NIC_Intel-X520-DA2' and
9350            '64B' and
9351            ('IP4BASE' or
9352             'POLICE_MARK' or
9353             'COPWHLIST' or
9354             ('NAT44' and 'BASE') or
9355             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9356            'NDRPDR' and
9357            '1T1C' and
9358            'IP4FWD' and
9359            not 'IPSEC' and
9360            not 'VHOST'"
9361   parameters:
9362   - "throughput"
9363   - "parent"
9364   - "tags"
9365   sort:
9366   - "DOT1Q"
9367   - "IP4BASE"
9368   - "NAT44"
9369   - "POLICE_MARK"
9370   - "COPWHLIST"
9371   - "IACL"
9372   - "OACL"
9373   traces:
9374     hoverinfo: "x+y"
9375     boxpoints: "outliers"
9376     whiskerwidth: 0
9377   layout:
9378     title: "ip4-3n-hsw-x520-64b-1t1c-features-pdr"
9379     layout: "plot-throughput"
9380
9381 -
9382   type: "plot"
9383   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-ndr"
9384   algorithm: "plot_performance_box"
9385   output-file-type: ".html"
9386   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr"
9387   data: "plot-vpp-throughput-latency-3n-hsw"
9388   filter: "'NIC_Intel-X520-DA2' and
9389            '64B' and
9390            ('IP4BASE' or
9391             'POLICE_MARK' or
9392             'COPWHLIST' or
9393             ('NAT44' and 'BASE') or
9394             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9395            'NDRPDR' and
9396            '2T2C' and
9397            'IP4FWD' and
9398            not 'IPSEC' and
9399            not 'VHOST'"
9400   parameters:
9401   - "throughput"
9402   - "parent"
9403   - "tags"
9404   sort:
9405   - "DOT1Q"
9406   - "IP4BASE"
9407   - "NAT44"
9408   - "POLICE_MARK"
9409   - "COPWHLIST"
9410   - "IACL"
9411   - "OACL"
9412   traces:
9413     hoverinfo: "x+y"
9414     boxpoints: "outliers"
9415     whiskerwidth: 0
9416   layout:
9417     title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
9418     layout: "plot-throughput"
9419
9420 -
9421   type: "plot"
9422   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-pdr"
9423   algorithm: "plot_performance_box"
9424   output-file-type: ".html"
9425   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-pdr"
9426   data: "plot-vpp-throughput-latency-3n-hsw"
9427   filter: "'NIC_Intel-X520-DA2' and
9428            '64B' and
9429            ('IP4BASE' or
9430             'POLICE_MARK' or
9431             'COPWHLIST' or
9432             ('NAT44' and 'BASE') or
9433             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9434            'NDRPDR' and
9435            '2T2C' and
9436            'IP4FWD' and
9437            not 'IPSEC' and
9438            not 'VHOST'"
9439   parameters:
9440   - "throughput"
9441   - "parent"
9442   - "tags"
9443   sort:
9444   - "DOT1Q"
9445   - "IP4BASE"
9446   - "NAT44"
9447   - "POLICE_MARK"
9448   - "COPWHLIST"
9449   - "IACL"
9450   - "OACL"
9451   traces:
9452     hoverinfo: "x+y"
9453     boxpoints: "outliers"
9454     whiskerwidth: 0
9455   layout:
9456     title: "ip4-3n-hsw-x520-64b-2t2c-features-pdr"
9457     layout: "plot-throughput"
9458
9459 # Packet Throughput - VPP IPv4 3n-hsw-x520 features nat44
9460 -
9461   type: "plot"
9462   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
9463   algorithm: "plot_performance_box"
9464   output-file-type: ".html"
9465   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
9466   data: "plot-vpp-throughput-latency-3n-hsw"
9467   filter: "'NIC_Intel-X520-DA2' and
9468            '64B' and
9469            'NDRPDR' and
9470            '1T1C' and
9471            'IP4FWD' and
9472            'NAT44' and
9473            not 'IPSEC' and
9474            not 'VHOST'"
9475   parameters:
9476   - "throughput"
9477   - "parent"
9478   - "tags"
9479   sort:
9480   - "BASE"
9481   - "BASE"
9482   - "SRC_USER_10"
9483   - "SRC_USER_100"
9484   - "SRC_USER_1000"
9485   - "SRC_USER_2000"
9486   traces:
9487     hoverinfo: "x+y"
9488     boxpoints: "outliers"
9489     whiskerwidth: 0
9490   layout:
9491     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
9492     layout: "plot-throughput"
9493
9494 -
9495   type: "plot"
9496   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
9497   algorithm: "plot_performance_box"
9498   output-file-type: ".html"
9499   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
9500   data: "plot-vpp-throughput-latency-3n-hsw"
9501   filter: "'NIC_Intel-X520-DA2' and
9502            '64B' and
9503            'NDRPDR' and
9504            '1T1C' and
9505            'IP4FWD' and
9506            'NAT44' and
9507            not 'IPSEC' and
9508            not 'VHOST'"
9509   parameters:
9510   - "throughput"
9511   - "parent"
9512   - "tags"
9513   sort:
9514   - "BASE"
9515   - "BASE"
9516   - "SRC_USER_10"
9517   - "SRC_USER_100"
9518   - "SRC_USER_1000"
9519   - "SRC_USER_2000"
9520   traces:
9521     hoverinfo: "x+y"
9522     boxpoints: "outliers"
9523     whiskerwidth: 0
9524   layout:
9525     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
9526     layout: "plot-throughput"
9527
9528 -
9529   type: "plot"
9530   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
9531   algorithm: "plot_performance_box"
9532   output-file-type: ".html"
9533   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
9534   data: "plot-vpp-throughput-latency-3n-hsw"
9535   filter: "'NIC_Intel-X520-DA2' and
9536            '64B' and
9537            'NDRPDR' and
9538            '2T2C' and
9539            'IP4FWD' and
9540            'NAT44' and
9541            not 'IPSEC' and
9542            not 'VHOST'"
9543   parameters:
9544   - "throughput"
9545   - "parent"
9546   - "tags"
9547   sort:
9548   - "BASE"
9549   - "BASE"
9550   - "SRC_USER_10"
9551   - "SRC_USER_100"
9552   - "SRC_USER_1000"
9553   - "SRC_USER_2000"
9554   traces:
9555     hoverinfo: "x+y"
9556     boxpoints: "outliers"
9557     whiskerwidth: 0
9558   layout:
9559     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
9560     layout: "plot-throughput"
9561
9562 -
9563   type: "plot"
9564   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
9565   algorithm: "plot_performance_box"
9566   output-file-type: ".html"
9567   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
9568   data: "plot-vpp-throughput-latency-3n-hsw"
9569   filter: "'NIC_Intel-X520-DA2' and
9570            '64B' and
9571            'NDRPDR' and
9572            '2T2C' and
9573            'IP4FWD' and
9574            'NAT44' and
9575            not 'IPSEC' and
9576            not 'VHOST'"
9577   parameters:
9578   - "throughput"
9579   - "parent"
9580   - "tags"
9581   sort:
9582   - "BASE"
9583   - "BASE"
9584   - "SRC_USER_10"
9585   - "SRC_USER_100"
9586   - "SRC_USER_1000"
9587   - "SRC_USER_2000"
9588   traces:
9589     hoverinfo: "x+y"
9590     boxpoints: "outliers"
9591     whiskerwidth: 0
9592   layout:
9593     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
9594     layout: "plot-throughput"
9595
9596 # Packet Throughput - VPP IPv4 3n-hsw-x520 features iacl
9597 -
9598   type: "plot"
9599   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
9600   algorithm: "plot_performance_box"
9601   output-file-type: ".html"
9602   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
9603   data: "plot-vpp-throughput-latency-3n-hsw"
9604   filter: "'NIC_Intel-X520-DA2' and
9605            '64B' and
9606            'NDRPDR' and
9607            '1T1C' and
9608            'IP4FWD' and
9609            'IACL' and
9610            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9611            not 'IPSEC' and
9612            not 'VHOST'"
9613   parameters:
9614   - "throughput"
9615   - "parent"
9616   - "tags"
9617   sort:
9618   - "ACL_STATELESS"
9619   - "ACL_STATEFUL"
9620   - "ACL_STATELESS"
9621   - "ACL_STATEFUL"
9622   traces:
9623     hoverinfo: "x+y"
9624     boxpoints: "outliers"
9625     whiskerwidth: 0
9626   layout:
9627     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
9628     layout: "plot-throughput"
9629
9630 -
9631   type: "plot"
9632   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
9633   algorithm: "plot_performance_box"
9634   output-file-type: ".html"
9635   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
9636   data: "plot-vpp-throughput-latency-3n-hsw"
9637   filter: "'NIC_Intel-X520-DA2' and
9638            '64B' and
9639            'NDRPDR' and
9640            '1T1C' and
9641            'IP4FWD' and
9642            'IACL' and
9643            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9644            not 'IPSEC' and
9645            not 'VHOST'"
9646   parameters:
9647   - "throughput"
9648   - "parent"
9649   - "tags"
9650   sort:
9651   - "ACL_STATELESS"
9652   - "ACL_STATEFUL"
9653   - "ACL_STATELESS"
9654   - "ACL_STATEFUL"
9655   traces:
9656     hoverinfo: "x+y"
9657     boxpoints: "outliers"
9658     whiskerwidth: 0
9659   layout:
9660     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
9661     layout: "plot-throughput"
9662
9663 -
9664   type: "plot"
9665   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
9666   algorithm: "plot_performance_box"
9667   output-file-type: ".html"
9668   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
9669   data: "plot-vpp-throughput-latency-3n-hsw"
9670   filter: "'NIC_Intel-X520-DA2' and
9671            '64B' and
9672            'NDRPDR' and
9673            '2T2C' and
9674            'IP4FWD' and
9675            'IACL' and
9676            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9677            not 'IPSEC' and
9678            not 'VHOST'"
9679   parameters:
9680   - "throughput"
9681   - "parent"
9682   - "tags"
9683   sort:
9684   - "ACL_STATELESS"
9685   - "ACL_STATEFUL"
9686   - "ACL_STATELESS"
9687   - "ACL_STATEFUL"
9688   traces:
9689     hoverinfo: "x+y"
9690     boxpoints: "outliers"
9691     whiskerwidth: 0
9692   layout:
9693     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
9694     layout: "plot-throughput"
9695
9696 -
9697   type: "plot"
9698   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
9699   algorithm: "plot_performance_box"
9700   output-file-type: ".html"
9701   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
9702   data: "plot-vpp-throughput-latency-3n-hsw"
9703   filter: "'NIC_Intel-X520-DA2' and
9704            '64B' and
9705            'NDRPDR' and
9706            '2T2C' and
9707            'IP4FWD' and
9708            'IACL' and
9709            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9710            not 'IPSEC' and
9711            not 'VHOST'"
9712   parameters:
9713   - "throughput"
9714   - "parent"
9715   - "tags"
9716   sort:
9717   - "ACL_STATELESS"
9718   - "ACL_STATEFUL"
9719   - "ACL_STATELESS"
9720   - "ACL_STATEFUL"
9721   traces:
9722     hoverinfo: "x+y"
9723     boxpoints: "outliers"
9724     whiskerwidth: 0
9725   layout:
9726     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
9727     layout: "plot-throughput"
9728
9729 # Packet Throughput - VPP IPv4 3n-hsw-x520 features oacl
9730 -
9731   type: "plot"
9732   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
9733   algorithm: "plot_performance_box"
9734   output-file-type: ".html"
9735   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
9736   data: "plot-vpp-throughput-latency-3n-hsw"
9737   filter: "'NIC_Intel-X520-DA2' and
9738            '64B' and
9739            'NDRPDR' and
9740            '1T1C' and
9741            'IP4FWD' and
9742            'OACL' and
9743            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9744            not 'IPSEC' and
9745            not 'VHOST'"
9746   parameters:
9747   - "throughput"
9748   - "parent"
9749   - "tags"
9750   sort:
9751   - "ACL_STATELESS"
9752   - "ACL_STATEFUL"
9753   - "ACL_STATELESS"
9754   - "ACL_STATEFUL"
9755   traces:
9756     hoverinfo: "x+y"
9757     boxpoints: "outliers"
9758     whiskerwidth: 0
9759   layout:
9760     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
9761     layout: "plot-throughput"
9762
9763 -
9764   type: "plot"
9765   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
9766   algorithm: "plot_performance_box"
9767   output-file-type: ".html"
9768   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
9769   data: "plot-vpp-throughput-latency-3n-hsw"
9770   filter: "'NIC_Intel-X520-DA2' and
9771            '64B' and
9772            'NDRPDR' and
9773            '1T1C' and
9774            'IP4FWD' and
9775            'OACL' and
9776            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9777            not 'IPSEC' and
9778            not 'VHOST'"
9779   parameters:
9780   - "throughput"
9781   - "parent"
9782   - "tags"
9783   sort:
9784   - "ACL_STATELESS"
9785   - "ACL_STATEFUL"
9786   - "ACL_STATELESS"
9787   - "ACL_STATEFUL"
9788   traces:
9789     hoverinfo: "x+y"
9790     boxpoints: "outliers"
9791     whiskerwidth: 0
9792   layout:
9793     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
9794     layout: "plot-throughput"
9795
9796 -
9797   type: "plot"
9798   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
9799   algorithm: "plot_performance_box"
9800   output-file-type: ".html"
9801   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
9802   data: "plot-vpp-throughput-latency-3n-hsw"
9803   filter: "'NIC_Intel-X520-DA2' and
9804            '64B' and
9805            'NDRPDR' and
9806            '2T2C' and
9807            'IP4FWD' and
9808            'OACL' and
9809            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9810            not 'IPSEC' and
9811            not 'VHOST'"
9812   parameters:
9813   - "throughput"
9814   - "parent"
9815   - "tags"
9816   sort:
9817   - "ACL_STATELESS"
9818   - "ACL_STATEFUL"
9819   - "ACL_STATELESS"
9820   - "ACL_STATEFUL"
9821   traces:
9822     hoverinfo: "x+y"
9823     boxpoints: "outliers"
9824     whiskerwidth: 0
9825   layout:
9826     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
9827     layout: "plot-throughput"
9828
9829 -
9830   type: "plot"
9831   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
9832   algorithm: "plot_performance_box"
9833   output-file-type: ".html"
9834   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
9835   data: "plot-vpp-throughput-latency-3n-hsw"
9836   filter: "'NIC_Intel-X520-DA2' and
9837            '64B' and
9838            'NDRPDR' and
9839            '2T2C' and
9840            'IP4FWD' and
9841            'OACL' and
9842            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9843            not 'IPSEC' and
9844            not 'VHOST'"
9845   parameters:
9846   - "throughput"
9847   - "parent"
9848   - "tags"
9849   sort:
9850   - "ACL_STATELESS"
9851   - "ACL_STATEFUL"
9852   - "ACL_STATELESS"
9853   - "ACL_STATEFUL"
9854   traces:
9855     hoverinfo: "x+y"
9856     boxpoints: "outliers"
9857     whiskerwidth: 0
9858   layout:
9859     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
9860     layout: "plot-throughput"
9861
9862 # Packet Throughput - VPP IPv4 3n-hsw-x710 base and scale
9863 -
9864   type: "plot"
9865   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
9866   algorithm: "plot_performance_box"
9867   output-file-type: ".html"
9868   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
9869   data: "plot-vpp-throughput-latency-3n-hsw"
9870   filter: "'NIC_Intel-X710' and
9871            '64B' and
9872            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9873            'NDRPDR' and
9874            '1T1C' and
9875            'IP4FWD' and
9876            not 'IPSEC' and
9877            not 'VHOST'"
9878   parameters:
9879   - "throughput"
9880   - "parent"
9881   - "tags"
9882   sort:
9883   - "DOT1Q"
9884   - "IP4BASE"
9885   - "FIB_20K"
9886   - "FIB_200K"
9887   - "FIB_2M"
9888   traces:
9889     hoverinfo: "x+y"
9890     boxpoints: "outliers"
9891     whiskerwidth: 0
9892   layout:
9893     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
9894     layout: "plot-throughput"
9895
9896 -
9897   type: "plot"
9898   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
9899   algorithm: "plot_performance_box"
9900   output-file-type: ".html"
9901   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
9902   data: "plot-vpp-throughput-latency-3n-hsw"
9903   filter: "'NIC_Intel-X710' and
9904            '64B' and
9905            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9906            'NDRPDR' and
9907            '1T1C' and
9908            'IP4FWD' and
9909            not 'IPSEC' and
9910            not 'VHOST'"
9911   parameters:
9912   - "throughput"
9913   - "parent"
9914   - "tags"
9915   sort:
9916   - "DOT1Q"
9917   - "IP4BASE"
9918   - "FIB_20K"
9919   - "FIB_200K"
9920   - "FIB_2M"
9921   traces:
9922     hoverinfo: "x+y"
9923     boxpoints: "outliers"
9924     whiskerwidth: 0
9925   layout:
9926     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
9927     layout: "plot-throughput"
9928
9929 -
9930   type: "plot"
9931   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
9932   algorithm: "plot_performance_box"
9933   output-file-type: ".html"
9934   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
9935   data: "plot-vpp-throughput-latency-3n-hsw"
9936   filter: "'NIC_Intel-X710' and
9937            '64B' and
9938            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9939            'NDRPDR' and
9940            '2T2C' and
9941            'IP4FWD' and
9942            not 'IPSEC' and
9943            not 'VHOST'"
9944   parameters:
9945   - "throughput"
9946   - "parent"
9947   - "tags"
9948   sort:
9949   - "DOT1Q"
9950   - "IP4BASE"
9951   - "FIB_20K"
9952   - "FIB_200K"
9953   - "FIB_2M"
9954   traces:
9955     hoverinfo: "x+y"
9956     boxpoints: "outliers"
9957     whiskerwidth: 0
9958   layout:
9959     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
9960     layout: "plot-throughput"
9961
9962 -
9963   type: "plot"
9964   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
9965   algorithm: "plot_performance_box"
9966   output-file-type: ".html"
9967   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
9968   data: "plot-vpp-throughput-latency-3n-hsw"
9969   filter: "'NIC_Intel-X710' and
9970            '64B' and
9971            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9972            'NDRPDR' and
9973            '2T2C' and
9974            'IP4FWD' and
9975            not 'IPSEC' and
9976            not 'VHOST'"
9977   parameters:
9978   - "throughput"
9979   - "parent"
9980   - "tags"
9981   sort:
9982   - "DOT1Q"
9983   - "IP4BASE"
9984   - "FIB_20K"
9985   - "FIB_200K"
9986   - "FIB_2M"
9987   traces:
9988     hoverinfo: "x+y"
9989     boxpoints: "outliers"
9990     whiskerwidth: 0
9991   layout:
9992     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
9993     layout: "plot-throughput"
9994
9995 # Packet Throughput - VPP IPv4 3n-hsw-x710 features
9996 -
9997   type: "plot"
9998   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-ndr"
9999   algorithm: "plot_performance_box"
10000   output-file-type: ".html"
10001   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr"
10002   data: "plot-vpp-throughput-latency-3n-hsw"
10003   filter: "'NIC_Intel-X710' and
10004            '64B' and
10005            ('IP4BASE' or
10006             'POLICE_MARK' or
10007             'COPWHLIST' or
10008             ('NAT44' and 'BASE') or
10009             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
10010            'NDRPDR' and
10011            '1T1C' and
10012            'IP4FWD' and
10013            not 'IPSEC' and
10014            not 'VHOST'"
10015   parameters:
10016   - "throughput"
10017   - "parent"
10018   - "tags"
10019   sort:
10020   - "IP4BASE"
10021   - "NAT44"
10022   - "POLICE_MARK"
10023   - "COPWHLIST"
10024   - "IACL"
10025   - "OACL"
10026   traces:
10027     hoverinfo: "x+y"
10028     boxpoints: "outliers"
10029     whiskerwidth: 0
10030   layout:
10031     title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
10032     layout: "plot-throughput"
10033
10034 -
10035   type: "plot"
10036   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-pdr"
10037   algorithm: "plot_performance_box"
10038   output-file-type: ".html"
10039   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-pdr"
10040   data: "plot-vpp-throughput-latency-3n-hsw"
10041   filter: "'NIC_Intel-X710' and
10042            '64B' and
10043            ('IP4BASE' or
10044             'POLICE_MARK' or
10045             'COPWHLIST' or
10046             ('NAT44' and 'BASE') or
10047             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
10048            'NDRPDR' and
10049            '1T1C' and
10050            'IP4FWD' and
10051            not 'IPSEC' and
10052            not 'VHOST'"
10053   parameters:
10054   - "throughput"
10055   - "parent"
10056   - "tags"
10057   sort:
10058   - "IP4BASE"
10059   - "NAT44"
10060   - "POLICE_MARK"
10061   - "COPWHLIST"
10062   - "IACL"
10063   - "OACL"
10064   traces:
10065     hoverinfo: "x+y"
10066     boxpoints: "outliers"
10067     whiskerwidth: 0
10068   layout:
10069     title: "ip4-3n-hsw-x710-64b-1t1c-features-pdr"
10070     layout: "plot-throughput"
10071
10072 -
10073   type: "plot"
10074   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-ndr"
10075   algorithm: "plot_performance_box"
10076   output-file-type: ".html"
10077   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr"
10078   data: "plot-vpp-throughput-latency-3n-hsw"
10079   filter: "'NIC_Intel-X710' and
10080            '64B' and
10081            ('IP4BASE' or
10082             'POLICE_MARK' or
10083             'COPWHLIST' or
10084             ('NAT44' and 'BASE') or
10085             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
10086            'NDRPDR' and
10087            '2T2C' and
10088            'IP4FWD' and
10089            not 'IPSEC' and
10090            not 'VHOST'"
10091   parameters:
10092   - "throughput"
10093   - "parent"
10094   - "tags"
10095   sort:
10096   - "IP4BASE"
10097   - "NAT44"
10098   - "POLICE_MARK"
10099   - "COPWHLIST"
10100   - "IACL"
10101   - "OACL"
10102   traces:
10103     hoverinfo: "x+y"
10104     boxpoints: "outliers"
10105     whiskerwidth: 0
10106   layout:
10107     title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
10108     layout: "plot-throughput"
10109
10110 -
10111   type: "plot"
10112   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-pdr"
10113   algorithm: "plot_performance_box"
10114   output-file-type: ".html"
10115   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-pdr"
10116   data: "plot-vpp-throughput-latency-3n-hsw"
10117   filter: "'NIC_Intel-X710' and
10118            '64B' and
10119            ('IP4BASE' or
10120             'POLICE_MARK' or
10121             'COPWHLIST' or
10122             ('NAT44' and 'BASE') or
10123             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
10124            'NDRPDR' and
10125            '2T2C' and
10126            'IP4FWD' and
10127            not 'IPSEC' and
10128            not 'VHOST'"
10129   parameters:
10130   - "throughput"
10131   - "parent"
10132   - "tags"
10133   sort:
10134   - "IP4BASE"
10135   - "NAT44"
10136   - "POLICE_MARK"
10137   - "COPWHLIST"
10138   - "IACL"
10139   - "OACL"
10140   traces:
10141     hoverinfo: "x+y"
10142     boxpoints: "outliers"
10143     whiskerwidth: 0
10144   layout:
10145     title: "ip4-3n-hsw-x710-64b-2t2c-features-pdr"
10146     layout: "plot-throughput"
10147
10148 # Packet Throughput - VPP IPv4 3n-hsw-x710 features nat44
10149 -
10150   type: "plot"
10151   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
10152   algorithm: "plot_performance_box"
10153   output-file-type: ".html"
10154   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
10155   data: "plot-vpp-throughput-latency-3n-skx"
10156   filter: "'NIC_Intel-X710' and
10157            '64B' and
10158            'NDRPDR' and
10159            '2T1C' and
10160            'IP4FWD' and
10161            'NAT44' and
10162            not 'IPSEC' and
10163            not 'VHOST'"
10164   parameters:
10165   - "throughput"
10166   - "parent"
10167   - "tags"
10168   sort:
10169   - "BASE"
10170   - "BASE"
10171   - "SRC_USER_10"
10172   - "SRC_USER_100"
10173   - "SRC_USER_1000"
10174   - "SRC_USER_2000"
10175   traces:
10176     hoverinfo: "x+y"
10177     boxpoints: "outliers"
10178     whiskerwidth: 0
10179   layout:
10180     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
10181     layout: "plot-throughput"
10182
10183 -
10184   type: "plot"
10185   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
10186   algorithm: "plot_performance_box"
10187   output-file-type: ".html"
10188   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
10189   data: "plot-vpp-throughput-latency-3n-skx"
10190   filter: "'NIC_Intel-X710' and
10191            '64B' and
10192            'NDRPDR' and
10193            '2T1C' and
10194            'IP4FWD' and
10195            'NAT44' and
10196            not 'IPSEC' and
10197            not 'VHOST'"
10198   parameters:
10199   - "throughput"
10200   - "parent"
10201   - "tags"
10202   sort:
10203   - "BASE"
10204   - "BASE"
10205   - "SRC_USER_10"
10206   - "SRC_USER_100"
10207   - "SRC_USER_1000"
10208   - "SRC_USER_2000"
10209   traces:
10210     hoverinfo: "x+y"
10211     boxpoints: "outliers"
10212     whiskerwidth: 0
10213   layout:
10214     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
10215     layout: "plot-throughput"
10216
10217 -
10218   type: "plot"
10219   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
10220   algorithm: "plot_performance_box"
10221   output-file-type: ".html"
10222   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
10223   data: "plot-vpp-throughput-latency-3n-skx"
10224   filter: "'NIC_Intel-X710' and
10225            '64B' and
10226            'NDRPDR' and
10227            '4T2C' and
10228            'IP4FWD' and
10229            'NAT44' and
10230            not 'IPSEC' and
10231            not 'VHOST'"
10232   parameters:
10233   - "throughput"
10234   - "parent"
10235   - "tags"
10236   sort:
10237   - "BASE"
10238   - "BASE"
10239   - "SRC_USER_10"
10240   - "SRC_USER_100"
10241   - "SRC_USER_1000"
10242   - "SRC_USER_2000"
10243   traces:
10244     hoverinfo: "x+y"
10245     boxpoints: "outliers"
10246     whiskerwidth: 0
10247   layout:
10248     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
10249     layout: "plot-throughput"
10250
10251 -
10252   type: "plot"
10253   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
10254   algorithm: "plot_performance_box"
10255   output-file-type: ".html"
10256   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
10257   data: "plot-vpp-throughput-latency-3n-skx"
10258   filter: "'NIC_Intel-X710' and
10259            '64B' and
10260            'NDRPDR' and
10261            '4T2C' and
10262            'IP4FWD' and
10263            'NAT44' and
10264            not 'IPSEC' and
10265            not 'VHOST'"
10266   parameters:
10267   - "throughput"
10268   - "parent"
10269   - "tags"
10270   sort:
10271   - "BASE"
10272   - "BASE"
10273   - "SRC_USER_10"
10274   - "SRC_USER_100"
10275   - "SRC_USER_1000"
10276   - "SRC_USER_2000"
10277   traces:
10278     hoverinfo: "x+y"
10279     boxpoints: "outliers"
10280     whiskerwidth: 0
10281   layout:
10282     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
10283     layout: "plot-throughput"
10284
10285 # Packet Throughput - VPP IPv4 3n-hsw-x710 features iacl
10286 -
10287   type: "plot"
10288   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
10289   algorithm: "plot_performance_box"
10290   output-file-type: ".html"
10291   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
10292   data: "plot-vpp-throughput-latency-3n-skx"
10293   filter: "'NIC_Intel-X710' and
10294            '64B' and
10295            'NDRPDR' and
10296            '2T1C' and
10297            'IP4FWD' and
10298            'IACL' and
10299            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10300            not 'IPSEC' and
10301            not 'VHOST'"
10302   parameters:
10303   - "throughput"
10304   - "parent"
10305   - "tags"
10306   sort:
10307   - "ACL_STATELESS"
10308   - "ACL_STATEFUL"
10309   - "ACL_STATELESS"
10310   - "ACL_STATEFUL"
10311   traces:
10312     hoverinfo: "x+y"
10313     boxpoints: "outliers"
10314     whiskerwidth: 0
10315   layout:
10316     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
10317     layout: "plot-throughput"
10318
10319 -
10320   type: "plot"
10321   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
10322   algorithm: "plot_performance_box"
10323   output-file-type: ".html"
10324   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
10325   data: "plot-vpp-throughput-latency-3n-skx"
10326   filter: "'NIC_Intel-X710' and
10327            '64B' and
10328            'NDRPDR' and
10329            '2T1C' and
10330            'IP4FWD' and
10331            'IACL' and
10332            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10333            not 'IPSEC' and
10334            not 'VHOST'"
10335   parameters:
10336   - "throughput"
10337   - "parent"
10338   - "tags"
10339   sort:
10340   - "ACL_STATELESS"
10341   - "ACL_STATEFUL"
10342   - "ACL_STATELESS"
10343   - "ACL_STATEFUL"
10344   traces:
10345     hoverinfo: "x+y"
10346     boxpoints: "outliers"
10347     whiskerwidth: 0
10348   layout:
10349     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
10350     layout: "plot-throughput"
10351
10352 -
10353   type: "plot"
10354   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
10355   algorithm: "plot_performance_box"
10356   output-file-type: ".html"
10357   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
10358   data: "plot-vpp-throughput-latency-3n-skx"
10359   filter: "'NIC_Intel-X710' and
10360            '64B' and
10361            'NDRPDR' and
10362            '4T2C' and
10363            'IP4FWD' and
10364            'IACL' and
10365            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10366            not 'IPSEC' and
10367            not 'VHOST'"
10368   parameters:
10369   - "throughput"
10370   - "parent"
10371   - "tags"
10372   sort:
10373   - "ACL_STATELESS"
10374   - "ACL_STATEFUL"
10375   - "ACL_STATELESS"
10376   - "ACL_STATEFUL"
10377   traces:
10378     hoverinfo: "x+y"
10379     boxpoints: "outliers"
10380     whiskerwidth: 0
10381   layout:
10382     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
10383     layout: "plot-throughput"
10384
10385 -
10386   type: "plot"
10387   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
10388   algorithm: "plot_performance_box"
10389   output-file-type: ".html"
10390   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
10391   data: "plot-vpp-throughput-latency-3n-skx"
10392   filter: "'NIC_Intel-X710' and
10393            '64B' and
10394            'NDRPDR' and
10395            '4T2C' and
10396            'IP4FWD' and
10397            'IACL' and
10398            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10399            not 'IPSEC' and
10400            not 'VHOST'"
10401   parameters:
10402   - "throughput"
10403   - "parent"
10404   - "tags"
10405   sort:
10406   - "ACL_STATELESS"
10407   - "ACL_STATEFUL"
10408   - "ACL_STATELESS"
10409   - "ACL_STATEFUL"
10410   traces:
10411     hoverinfo: "x+y"
10412     boxpoints: "outliers"
10413     whiskerwidth: 0
10414   layout:
10415     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
10416     layout: "plot-throughput"
10417
10418 # Packet Throughput - VPP IPv4 3n-hsw-x710 features oacl
10419 -
10420   type: "plot"
10421   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
10422   algorithm: "plot_performance_box"
10423   output-file-type: ".html"
10424   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
10425   data: "plot-vpp-throughput-latency-3n-skx"
10426   filter: "'NIC_Intel-X710' and
10427            '64B' and
10428            'NDRPDR' and
10429            '2T1C' and
10430            'IP4FWD' and
10431            'OACL' and
10432            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10433            not 'IPSEC' and
10434            not 'VHOST'"
10435   parameters:
10436   - "throughput"
10437   - "parent"
10438   - "tags"
10439   sort:
10440   - "ACL_STATELESS"
10441   - "ACL_STATEFUL"
10442   - "ACL_STATELESS"
10443   - "ACL_STATEFUL"
10444   traces:
10445     hoverinfo: "x+y"
10446     boxpoints: "outliers"
10447     whiskerwidth: 0
10448   layout:
10449     title: "ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
10450     layout: "plot-throughput"
10451
10452 -
10453   type: "plot"
10454   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-oacl-pdr"
10455   algorithm: "plot_performance_box"
10456   output-file-type: ".html"
10457   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-oacl-pdr"
10458   data: "plot-vpp-throughput-latency-3n-skx"
10459   filter: "'NIC_Intel-X710' and
10460            '64B' and
10461            'NDRPDR' and
10462            '2T1C' and
10463            'IP4FWD' and
10464            'OACL' and
10465            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10466            not 'IPSEC' and
10467            not 'VHOST'"
10468   parameters:
10469   - "throughput"
10470   - "parent"
10471   - "tags"
10472   sort:
10473   - "ACL_STATELESS"
10474   - "ACL_STATEFUL"
10475   - "ACL_STATELESS"
10476   - "ACL_STATEFUL"
10477   traces:
10478     hoverinfo: "x+y"
10479     boxpoints: "outliers"
10480     whiskerwidth: 0
10481   layout:
10482     title: "ip4-3n-skx-x710-64b-2t1c-features-oacl-pdr"
10483     layout: "plot-throughput"
10484
10485 -
10486   type: "plot"
10487   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
10488   algorithm: "plot_performance_box"
10489   output-file-type: ".html"
10490   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
10491   data: "plot-vpp-throughput-latency-3n-skx"
10492   filter: "'NIC_Intel-X710' and
10493            '64B' and
10494            'NDRPDR' and
10495            '4T2C' and
10496            'IP4FWD' and
10497            'OACL' and
10498            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10499            not 'IPSEC' and
10500            not 'VHOST'"
10501   parameters:
10502   - "throughput"
10503   - "parent"
10504   - "tags"
10505   sort:
10506   - "ACL_STATELESS"
10507   - "ACL_STATEFUL"
10508   - "ACL_STATELESS"
10509   - "ACL_STATEFUL"
10510   traces:
10511     hoverinfo: "x+y"
10512     boxpoints: "outliers"
10513     whiskerwidth: 0
10514   layout:
10515     title: "ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
10516     layout: "plot-throughput"
10517
10518 -
10519   type: "plot"
10520   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-oacl-pdr"
10521   algorithm: "plot_performance_box"
10522   output-file-type: ".html"
10523   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-oacl-pdr"
10524   data: "plot-vpp-throughput-latency-3n-skx"
10525   filter: "'NIC_Intel-X710' and
10526            '64B' and
10527            'NDRPDR' and
10528            '4T2C' and
10529            'IP4FWD' and
10530            'OACL' and
10531            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10532            not 'IPSEC' and
10533            not 'VHOST'"
10534   parameters:
10535   - "throughput"
10536   - "parent"
10537   - "tags"
10538   sort:
10539   - "ACL_STATELESS"
10540   - "ACL_STATEFUL"
10541   - "ACL_STATELESS"
10542   - "ACL_STATEFUL"
10543   traces:
10544     hoverinfo: "x+y"
10545     boxpoints: "outliers"
10546     whiskerwidth: 0
10547   layout:
10548     title: "ip4-3n-skx-x710-64b-4t2c-features-oacl-pdr"
10549     layout: "plot-throughput"
10550
10551 # Packet Throughput - VPP IPv4 3n-hsw-xl710 base and scale
10552 -
10553   type: "plot"
10554   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
10555   algorithm: "plot_performance_box"
10556   output-file-type: ".html"
10557   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
10558   data: "plot-vpp-throughput-latency-3n-hsw"
10559   filter: "'NIC_Intel-XL710' and
10560            '64B' and
10561            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10562            'NDRPDR' and
10563            '1T1C' and
10564            'IP4FWD' and
10565            not 'IPSEC' and
10566            not 'VHOST'"
10567   parameters:
10568   - "throughput"
10569   - "parent"
10570   - "tags"
10571   sort:
10572   - "IP4BASE"
10573   - "FIB_20K"
10574   - "FIB_200K"
10575   - "FIB_2M"
10576   traces:
10577     hoverinfo: "x+y"
10578     boxpoints: "outliers"
10579     whiskerwidth: 0
10580   layout:
10581     title: "ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
10582     layout: "plot-throughput"
10583
10584 -
10585   type: "plot"
10586   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
10587   algorithm: "plot_performance_box"
10588   output-file-type: ".html"
10589   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
10590   data: "plot-vpp-throughput-latency-3n-hsw"
10591   filter: "'NIC_Intel-XL710' and
10592            '64B' and
10593            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10594            'NDRPDR' and
10595            '1T1C' and
10596            'IP4FWD' and
10597            not 'IPSEC' and
10598            not 'VHOST'"
10599   parameters:
10600   - "throughput"
10601   - "parent"
10602   - "tags"
10603   sort:
10604   - "IP4BASE"
10605   - "FIB_20K"
10606   - "FIB_200K"
10607   - "FIB_2M"
10608   traces:
10609     hoverinfo: "x+y"
10610     boxpoints: "outliers"
10611     whiskerwidth: 0
10612   layout:
10613     title: "ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
10614     layout: "plot-throughput"
10615
10616 -
10617   type: "plot"
10618   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
10619   algorithm: "plot_performance_box"
10620   output-file-type: ".html"
10621   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
10622   data: "plot-vpp-throughput-latency-3n-hsw"
10623   filter: "'NIC_Intel-XL710' and
10624            '64B' and
10625            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10626            'NDRPDR' and
10627            '2T2C' and
10628            'IP4FWD' and
10629            not 'IPSEC' and
10630            not 'VHOST'"
10631   parameters:
10632   - "throughput"
10633   - "parent"
10634   - "tags"
10635   sort:
10636   - "IP4BASE"
10637   - "FIB_20K"
10638   - "FIB_200K"
10639   - "FIB_2M"
10640   traces:
10641     hoverinfo: "x+y"
10642     boxpoints: "outliers"
10643     whiskerwidth: 0
10644   layout:
10645     title: "ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
10646     layout: "plot-throughput"
10647
10648 -
10649   type: "plot"
10650   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
10651   algorithm: "plot_performance_box"
10652   output-file-type: ".html"
10653   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
10654   data: "plot-vpp-throughput-latency-3n-hsw"
10655   filter: "'NIC_Intel-XL710' and
10656            '64B' and
10657            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10658            'NDRPDR' and
10659            '2T2C' and
10660            'IP4FWD' and
10661            not 'IPSEC' and
10662            not 'VHOST'"
10663   parameters:
10664   - "throughput"
10665   - "parent"
10666   - "tags"
10667   sort:
10668   - "IP4BASE"
10669   - "FIB_20K"
10670   - "FIB_200K"
10671   - "FIB_2M"
10672   traces:
10673     hoverinfo: "x+y"
10674     boxpoints: "outliers"
10675     whiskerwidth: 0
10676   layout:
10677     title: "ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
10678     layout: "plot-throughput"
10679
10680 # Packet Throughput - VPP IPv4 3n-skx-x710 base and scale
10681 -
10682   type: "plot"
10683   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
10684   algorithm: "plot_performance_box"
10685   output-file-type: ".html"
10686   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
10687   data: "plot-vpp-throughput-latency-3n-skx"
10688   filter: "'NIC_Intel-X710' and
10689            '64B' and
10690            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10691            'NDRPDR' and
10692            '2T1C' and
10693            'IP4FWD' and
10694            not 'IPSEC' and
10695            not 'VHOST'"
10696   parameters:
10697   - "throughput"
10698   - "parent"
10699   - "tags"
10700   sort:
10701   - "IP4BASE"
10702   - "FIB_20K"
10703   - "FIB_200K"
10704   - "FIB_2M"
10705   traces:
10706     hoverinfo: "x+y"
10707     boxpoints: "outliers"
10708     whiskerwidth: 0
10709   layout:
10710     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
10711     layout: "plot-throughput"
10712
10713 -
10714   type: "plot"
10715   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
10716   algorithm: "plot_performance_box"
10717   output-file-type: ".html"
10718   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
10719   data: "plot-vpp-throughput-latency-3n-skx"
10720   filter: "'NIC_Intel-X710' and
10721            '64B' and
10722            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10723            'NDRPDR' and
10724            '2T1C' and
10725            'IP4FWD' and
10726            not 'IPSEC' and
10727            not 'VHOST'"
10728   parameters:
10729   - "throughput"
10730   - "parent"
10731   - "tags"
10732   sort:
10733   - "IP4BASE"
10734   - "FIB_20K"
10735   - "FIB_200K"
10736   - "FIB_2M"
10737   traces:
10738     hoverinfo: "x+y"
10739     boxpoints: "outliers"
10740     whiskerwidth: 0
10741   layout:
10742     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
10743     layout: "plot-throughput"
10744
10745 -
10746   type: "plot"
10747   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
10748   algorithm: "plot_performance_box"
10749   output-file-type: ".html"
10750   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
10751   data: "plot-vpp-throughput-latency-3n-skx"
10752   filter: "'NIC_Intel-X710' and
10753            '64B' and
10754            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10755            'NDRPDR' and
10756            '4T2C' and
10757            'IP4FWD' and
10758            not 'IPSEC' and
10759            not 'VHOST'"
10760   parameters:
10761   - "throughput"
10762   - "parent"
10763   - "tags"
10764   sort:
10765   - "IP4BASE"
10766   - "FIB_20K"
10767   - "FIB_200K"
10768   - "FIB_2M"
10769   traces:
10770     hoverinfo: "x+y"
10771     boxpoints: "outliers"
10772     whiskerwidth: 0
10773   layout:
10774     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
10775     layout: "plot-throughput"
10776
10777 -
10778   type: "plot"
10779   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
10780   algorithm: "plot_performance_box"
10781   output-file-type: ".html"
10782   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
10783   data: "plot-vpp-throughput-latency-3n-skx"
10784   filter: "'NIC_Intel-X710' and
10785            '64B' and
10786            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10787            'NDRPDR' and
10788            '4T2C' and
10789            'IP4FWD' and
10790            not 'IPSEC' and
10791            not 'VHOST'"
10792   parameters:
10793   - "throughput"
10794   - "parent"
10795   - "tags"
10796   sort:
10797   - "IP4BASE"
10798   - "FIB_20K"
10799   - "FIB_200K"
10800   - "FIB_2M"
10801   traces:
10802     hoverinfo: "x+y"
10803     boxpoints: "outliers"
10804     whiskerwidth: 0
10805   layout:
10806     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
10807     layout: "plot-throughput"
10808
10809 # Packet Throughput - VPP IPv4 3n-skx-x710 features
10810 -
10811   type: "plot"
10812   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-ndr"
10813   algorithm: "plot_performance_box"
10814   output-file-type: ".html"
10815   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr"
10816   data: "plot-vpp-throughput-latency-3n-skx"
10817   filter: "'NIC_Intel-X710' and
10818            '64B' and
10819            ('IP4BASE' or
10820             'POLICE_MARK' or
10821             'COPWHLIST' or
10822             ('NAT44' and 'BASE') or
10823             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
10824            'NDRPDR' and
10825            '2T1C' and
10826            'IP4FWD' and
10827            not 'IPSEC' and
10828            not 'VHOST'"
10829   parameters:
10830   - "throughput"
10831   - "parent"
10832   - "tags"
10833   sort:
10834   - "IP4BASE"
10835   - "NAT44"
10836   - "POLICE_MARK"
10837   - "COPWHLIST"
10838   - "IACL"
10839   - "OACL"
10840   traces:
10841     hoverinfo: "x+y"
10842     boxpoints: "outliers"
10843     whiskerwidth: 0
10844   layout:
10845     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
10846     layout: "plot-throughput"
10847
10848 -
10849   type: "plot"
10850   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-pdr"
10851   algorithm: "plot_performance_box"
10852   output-file-type: ".html"
10853   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-pdr"
10854   data: "plot-vpp-throughput-latency-3n-skx"
10855   filter: "'NIC_Intel-X710' and
10856            '64B' and
10857            ('IP4BASE' or
10858             'POLICE_MARK' or
10859             'COPWHLIST' or
10860             ('NAT44' and 'BASE') or
10861             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
10862            'NDRPDR' and
10863            '2T1C' and
10864            'IP4FWD' and
10865            not 'IPSEC' and
10866            not 'VHOST'"
10867   parameters:
10868   - "throughput"
10869   - "parent"
10870   - "tags"
10871   sort:
10872   - "IP4BASE"
10873   - "NAT44"
10874   - "POLICE_MARK"
10875   - "COPWHLIST"
10876   - "IACL"
10877   - "OACL"
10878   traces:
10879     hoverinfo: "x+y"
10880     boxpoints: "outliers"
10881     whiskerwidth: 0
10882   layout:
10883     title: "ip4-3n-skx-x710-64b-2t1c-features-pdr"
10884     layout: "plot-throughput"
10885
10886 -
10887   type: "plot"
10888   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-ndr"
10889   algorithm: "plot_performance_box"
10890   output-file-type: ".html"
10891   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr"
10892   data: "plot-vpp-throughput-latency-3n-skx"
10893   filter: "'NIC_Intel-X710' and
10894            '64B' and
10895            ('IP4BASE' or
10896             'POLICE_MARK' or
10897             'COPWHLIST' or
10898             ('NAT44' and 'BASE') or
10899             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
10900            'NDRPDR' and
10901            '4T2C' and
10902            'IP4FWD' and
10903            not 'IPSEC' and
10904            not 'VHOST'"
10905   parameters:
10906   - "throughput"
10907   - "parent"
10908   - "tags"
10909   sort:
10910   - "IP4BASE"
10911   - "NAT44"
10912   - "POLICE_MARK"
10913   - "COPWHLIST"
10914   - "IACL"
10915   - "OACL"
10916   traces:
10917     hoverinfo: "x+y"
10918     boxpoints: "outliers"
10919     whiskerwidth: 0
10920   layout:
10921     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
10922     layout: "plot-throughput"
10923
10924 -
10925   type: "plot"
10926   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-pdr"
10927   algorithm: "plot_performance_box"
10928   output-file-type: ".html"
10929   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-pdr"
10930   data: "plot-vpp-throughput-latency-3n-skx"
10931   filter: "'NIC_Intel-X710' and
10932            '64B' and
10933            ('IP4BASE' or
10934             'POLICE_MARK' or
10935             'COPWHLIST' or
10936             ('NAT44' and 'BASE') or
10937             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
10938            'NDRPDR' and
10939            '4T2C' and
10940            'IP4FWD' and
10941            not 'IPSEC' and
10942            not 'VHOST'"
10943   parameters:
10944   - "throughput"
10945   - "parent"
10946   - "tags"
10947   sort:
10948   - "IP4BASE"
10949   - "NAT44"
10950   - "POLICE_MARK"
10951   - "COPWHLIST"
10952   - "IACL"
10953   - "OACL"
10954   traces:
10955     hoverinfo: "x+y"
10956     boxpoints: "outliers"
10957     whiskerwidth: 0
10958   layout:
10959     title: "ip4-3n-skx-x710-64b-4t2c-features-pdr"
10960     layout: "plot-throughput"
10961
10962 # Packet Throughput - VPP IPv4 3n-skx-x710 features nat44
10963 -
10964   type: "plot"
10965   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
10966   algorithm: "plot_performance_box"
10967   output-file-type: ".html"
10968   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
10969   data: "plot-vpp-throughput-latency-3n-hsw"
10970   filter: "'NIC_Intel-X710' and
10971            '64B' and
10972            'NDRPDR' and
10973            '1T1C' and
10974            'IP4FWD' and
10975            'NAT44' and
10976            not 'IPSEC' and
10977            not 'VHOST'"
10978   parameters:
10979   - "throughput"
10980   - "parent"
10981   - "tags"
10982   sort:
10983   - "BASE"
10984   - "BASE"
10985   - "SRC_USER_10"
10986   - "SRC_USER_100"
10987   - "SRC_USER_1000"
10988   - "SRC_USER_2000"
10989   traces:
10990     hoverinfo: "x+y"
10991     boxpoints: "outliers"
10992     whiskerwidth: 0
10993   layout:
10994     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
10995     layout: "plot-throughput"
10996
10997 -
10998   type: "plot"
10999   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
11000   algorithm: "plot_performance_box"
11001   output-file-type: ".html"
11002   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
11003   data: "plot-vpp-throughput-latency-3n-hsw"
11004   filter: "'NIC_Intel-X710' and
11005            '64B' and
11006            'NDRPDR' and
11007            '1T1C' and
11008            'IP4FWD' and
11009            'NAT44' and
11010            not 'IPSEC' and
11011            not 'VHOST'"
11012   parameters:
11013   - "throughput"
11014   - "parent"
11015   - "tags"
11016   sort:
11017   - "BASE"
11018   - "BASE"
11019   - "SRC_USER_10"
11020   - "SRC_USER_100"
11021   - "SRC_USER_1000"
11022   - "SRC_USER_2000"
11023   traces:
11024     hoverinfo: "x+y"
11025     boxpoints: "outliers"
11026     whiskerwidth: 0
11027   layout:
11028     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
11029     layout: "plot-throughput"
11030
11031 -
11032   type: "plot"
11033   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
11034   algorithm: "plot_performance_box"
11035   output-file-type: ".html"
11036   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
11037   data: "plot-vpp-throughput-latency-3n-hsw"
11038   filter: "'NIC_Intel-X710' and
11039            '64B' and
11040            'NDRPDR' and
11041            '2T2C' and
11042            'IP4FWD' and
11043            'NAT44' and
11044            not 'IPSEC' and
11045            not 'VHOST'"
11046   parameters:
11047   - "throughput"
11048   - "parent"
11049   - "tags"
11050   sort:
11051   - "BASE"
11052   - "BASE"
11053   - "SRC_USER_10"
11054   - "SRC_USER_100"
11055   - "SRC_USER_1000"
11056   - "SRC_USER_2000"
11057   traces:
11058     hoverinfo: "x+y"
11059     boxpoints: "outliers"
11060     whiskerwidth: 0
11061   layout:
11062     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
11063     layout: "plot-throughput"
11064
11065 -
11066   type: "plot"
11067   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
11068   algorithm: "plot_performance_box"
11069   output-file-type: ".html"
11070   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
11071   data: "plot-vpp-throughput-latency-3n-hsw"
11072   filter: "'NIC_Intel-X710' and
11073            '64B' and
11074            'NDRPDR' and
11075            '2T2C' and
11076            'IP4FWD' and
11077            'NAT44' and
11078            not 'IPSEC' and
11079            not 'VHOST'"
11080   parameters:
11081   - "throughput"
11082   - "parent"
11083   - "tags"
11084   sort:
11085   - "BASE"
11086   - "BASE"
11087   - "SRC_USER_10"
11088   - "SRC_USER_100"
11089   - "SRC_USER_1000"
11090   - "SRC_USER_2000"
11091   traces:
11092     hoverinfo: "x+y"
11093     boxpoints: "outliers"
11094     whiskerwidth: 0
11095   layout:
11096     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
11097     layout: "plot-throughput"
11098
11099 # Packet Throughput - VPP IPv4 3n-skx-x710 features iacl
11100 -
11101   type: "plot"
11102   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
11103   algorithm: "plot_performance_box"
11104   output-file-type: ".html"
11105   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
11106   data: "plot-vpp-throughput-latency-3n-hsw"
11107   filter: "'NIC_Intel-X710' and
11108            '64B' and
11109            'NDRPDR' and
11110            '1T1C' and
11111            'IP4FWD' and
11112            'IACL' and
11113            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11114            not 'IPSEC' and
11115            not 'VHOST'"
11116   parameters:
11117   - "throughput"
11118   - "parent"
11119   - "tags"
11120   sort:
11121   - "ACL_STATELESS"
11122   - "ACL_STATEFUL"
11123   - "ACL_STATELESS"
11124   - "ACL_STATEFUL"
11125   traces:
11126     hoverinfo: "x+y"
11127     boxpoints: "outliers"
11128     whiskerwidth: 0
11129   layout:
11130     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
11131     layout: "plot-throughput"
11132
11133 -
11134   type: "plot"
11135   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
11136   algorithm: "plot_performance_box"
11137   output-file-type: ".html"
11138   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
11139   data: "plot-vpp-throughput-latency-3n-hsw"
11140   filter: "'NIC_Intel-X710' and
11141            '64B' and
11142            'NDRPDR' and
11143            '1T1C' and
11144            'IP4FWD' and
11145            'IACL' and
11146            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11147            not 'IPSEC' and
11148            not 'VHOST'"
11149   parameters:
11150   - "throughput"
11151   - "parent"
11152   - "tags"
11153   sort:
11154   - "ACL_STATELESS"
11155   - "ACL_STATEFUL"
11156   - "ACL_STATELESS"
11157   - "ACL_STATEFUL"
11158   traces:
11159     hoverinfo: "x+y"
11160     boxpoints: "outliers"
11161     whiskerwidth: 0
11162   layout:
11163     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
11164     layout: "plot-throughput"
11165
11166 -
11167   type: "plot"
11168   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
11169   algorithm: "plot_performance_box"
11170   output-file-type: ".html"
11171   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
11172   data: "plot-vpp-throughput-latency-3n-hsw"
11173   filter: "'NIC_Intel-X710' and
11174            '64B' and
11175            'NDRPDR' and
11176            '2T2C' and
11177            'IP4FWD' and
11178            'IACL' and
11179            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11180            not 'IPSEC' and
11181            not 'VHOST'"
11182   parameters:
11183   - "throughput"
11184   - "parent"
11185   - "tags"
11186   sort:
11187   - "ACL_STATELESS"
11188   - "ACL_STATEFUL"
11189   - "ACL_STATELESS"
11190   - "ACL_STATEFUL"
11191   traces:
11192     hoverinfo: "x+y"
11193     boxpoints: "outliers"
11194     whiskerwidth: 0
11195   layout:
11196     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
11197     layout: "plot-throughput"
11198
11199 -
11200   type: "plot"
11201   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
11202   algorithm: "plot_performance_box"
11203   output-file-type: ".html"
11204   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
11205   data: "plot-vpp-throughput-latency-3n-hsw"
11206   filter: "'NIC_Intel-X710' and
11207            '64B' and
11208            'NDRPDR' and
11209            '2T2C' and
11210            'IP4FWD' and
11211            'IACL' and
11212            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11213            not 'IPSEC' and
11214            not 'VHOST'"
11215   parameters:
11216   - "throughput"
11217   - "parent"
11218   - "tags"
11219   sort:
11220   - "ACL_STATELESS"
11221   - "ACL_STATEFUL"
11222   - "ACL_STATELESS"
11223   - "ACL_STATEFUL"
11224   traces:
11225     hoverinfo: "x+y"
11226     boxpoints: "outliers"
11227     whiskerwidth: 0
11228   layout:
11229     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
11230     layout: "plot-throughput"
11231
11232 # Packet Throughput - VPP IPv4 3n-skx-x710 features oacl
11233 -
11234   type: "plot"
11235   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
11236   algorithm: "plot_performance_box"
11237   output-file-type: ".html"
11238   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
11239   data: "plot-vpp-throughput-latency-3n-hsw"
11240   filter: "'NIC_Intel-X710' and
11241            '64B' and
11242            'NDRPDR' and
11243            '1T1C' and
11244            'IP4FWD' and
11245            'OACL' and
11246            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11247            not 'IPSEC' and
11248            not 'VHOST'"
11249   parameters:
11250   - "throughput"
11251   - "parent"
11252   - "tags"
11253   sort:
11254   - "ACL_STATELESS"
11255   - "ACL_STATEFUL"
11256   - "ACL_STATELESS"
11257   - "ACL_STATEFUL"
11258   traces:
11259     hoverinfo: "x+y"
11260     boxpoints: "outliers"
11261     whiskerwidth: 0
11262   layout:
11263     title: "ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
11264     layout: "plot-throughput"
11265
11266 -
11267   type: "plot"
11268   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-oacl-pdr"
11269   algorithm: "plot_performance_box"
11270   output-file-type: ".html"
11271   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-oacl-pdr"
11272   data: "plot-vpp-throughput-latency-3n-hsw"
11273   filter: "'NIC_Intel-X710' and
11274            '64B' and
11275            'NDRPDR' and
11276            '1T1C' and
11277            'IP4FWD' and
11278            'OACL' and
11279            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11280            not 'IPSEC' and
11281            not 'VHOST'"
11282   parameters:
11283   - "throughput"
11284   - "parent"
11285   - "tags"
11286   sort:
11287   - "ACL_STATELESS"
11288   - "ACL_STATEFUL"
11289   - "ACL_STATELESS"
11290   - "ACL_STATEFUL"
11291   traces:
11292     hoverinfo: "x+y"
11293     boxpoints: "outliers"
11294     whiskerwidth: 0
11295   layout:
11296     title: "ip4-3n-hsw-x710-64b-1t1c-features-oacl-pdr"
11297     layout: "plot-throughput"
11298
11299 -
11300   type: "plot"
11301   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
11302   algorithm: "plot_performance_box"
11303   output-file-type: ".html"
11304   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
11305   data: "plot-vpp-throughput-latency-3n-hsw"
11306   filter: "'NIC_Intel-X710' and
11307            '64B' and
11308            'NDRPDR' and
11309            '2T2C' and
11310            'IP4FWD' and
11311            'OACL' and
11312            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11313            not 'IPSEC' and
11314            not 'VHOST'"
11315   parameters:
11316   - "throughput"
11317   - "parent"
11318   - "tags"
11319   sort:
11320   - "ACL_STATELESS"
11321   - "ACL_STATEFUL"
11322   - "ACL_STATELESS"
11323   - "ACL_STATEFUL"
11324   traces:
11325     hoverinfo: "x+y"
11326     boxpoints: "outliers"
11327     whiskerwidth: 0
11328   layout:
11329     title: "ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
11330     layout: "plot-throughput"
11331
11332 -
11333   type: "plot"
11334   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-oacl-pdr"
11335   algorithm: "plot_performance_box"
11336   output-file-type: ".html"
11337   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-oacl-pdr"
11338   data: "plot-vpp-throughput-latency-3n-hsw"
11339   filter: "'NIC_Intel-X710' and
11340            '64B' and
11341            'NDRPDR' and
11342            '2T2C' and
11343            'IP4FWD' and
11344            'OACL' and
11345            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11346            not 'IPSEC' and
11347            not 'VHOST'"
11348   parameters:
11349   - "throughput"
11350   - "parent"
11351   - "tags"
11352   sort:
11353   - "ACL_STATELESS"
11354   - "ACL_STATEFUL"
11355   - "ACL_STATELESS"
11356   - "ACL_STATEFUL"
11357   traces:
11358     hoverinfo: "x+y"
11359     boxpoints: "outliers"
11360     whiskerwidth: 0
11361   layout:
11362     title: "ip4-3n-hsw-x710-64b-2t2c-features-oacl-pdr"
11363     layout: "plot-throughput"
11364
11365 # Packet Throughput - VPP IPv4 2n-skx-x710 base and scale
11366 -
11367   type: "plot"
11368   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
11369   algorithm: "plot_performance_box"
11370   output-file-type: ".html"
11371   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
11372   data: "plot-vpp-throughput-latency-2n-skx"
11373   filter: "'NIC_Intel-X710' and
11374            '64B' and
11375            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
11376            'NDRPDR' and
11377            '2T1C' and
11378            'IP4FWD' and
11379            not 'IPSEC' and
11380            not 'VHOST'"
11381   parameters:
11382   - "throughput"
11383   - "parent"
11384   - "tags"
11385   sort:
11386   - "DOT1Q"
11387   - "IP4BASE"
11388   - "FIB_20k"
11389   - "FIB_200k"
11390   - "FIB_2M"
11391   traces:
11392     hoverinfo: "x+y"
11393     boxpoints: "outliers"
11394     whiskerwidth: 0
11395   layout:
11396     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
11397     layout: "plot-throughput"
11398
11399 -
11400   type: "plot"
11401   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
11402   algorithm: "plot_performance_box"
11403   output-file-type: ".html"
11404   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
11405   data: "plot-vpp-throughput-latency-2n-skx"
11406   filter: "'NIC_Intel-X710' and
11407            '64B' and
11408            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
11409            'NDRPDR' and
11410            '2T1C' and
11411            'IP4FWD' and
11412            not 'IPSEC' and
11413            not 'VHOST'"
11414   parameters:
11415   - "throughput"
11416   - "parent"
11417   - "tags"
11418   sort:
11419   - "DOT1Q"
11420   - "IP4BASE"
11421   - "FIB_20k"
11422   - "FIB_200k"
11423   - "FIB_2M"
11424   traces:
11425     hoverinfo: "x+y"
11426     boxpoints: "outliers"
11427     whiskerwidth: 0
11428   layout:
11429     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
11430     layout: "plot-throughput"
11431
11432 -
11433   type: "plot"
11434   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
11435   algorithm: "plot_performance_box"
11436   output-file-type: ".html"
11437   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
11438   data: "plot-vpp-throughput-latency-2n-skx"
11439   filter: "'NIC_Intel-X710' and
11440            '64B' and
11441            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
11442            'NDRPDR' and
11443            '4T2C' and
11444            'IP4FWD' and
11445            not 'IPSEC' and
11446            not 'VHOST'"
11447   parameters:
11448   - "throughput"
11449   - "parent"
11450   - "tags"
11451   sort:
11452   - "DOT1Q"
11453   - "IP4BASE"
11454   - "FIB_20k"
11455   - "FIB_200k"
11456   - "FIB_2M"
11457   traces:
11458     hoverinfo: "x+y"
11459     boxpoints: "outliers"
11460     whiskerwidth: 0
11461   layout:
11462     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
11463     layout: "plot-throughput"
11464
11465 -
11466   type: "plot"
11467   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
11468   algorithm: "plot_performance_box"
11469   output-file-type: ".html"
11470   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
11471   data: "plot-vpp-throughput-latency-2n-skx"
11472   filter: "'NIC_Intel-X710' and
11473            '64B' and
11474            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
11475            'NDRPDR' and
11476            '4T2C' and
11477            'IP4FWD' and
11478            not 'IPSEC' and
11479            not 'VHOST'"
11480   parameters:
11481   - "throughput"
11482   - "parent"
11483   - "tags"
11484   sort:
11485   - "DOT1Q"
11486   - "IP4BASE"
11487   - "FIB_20k"
11488   - "FIB_200k"
11489   - "FIB_2M"
11490   traces:
11491     hoverinfo: "x+y"
11492     boxpoints: "outliers"
11493     whiskerwidth: 0
11494   layout:
11495     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
11496     layout: "plot-throughput"
11497
11498 # Packet Throughput - VPP IPv4 2n-skx-xxv710 base and scale
11499 -
11500   type: "plot"
11501   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
11502   algorithm: "plot_performance_box"
11503   output-file-type: ".html"
11504   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
11505   data: "plot-vpp-throughput-latency-2n-skx"
11506   filter: "'NIC_Intel-XXV710' and
11507            '64B' and
11508            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
11509            'NDRPDR' and
11510            '2T1C' and
11511            'IP4FWD' and
11512            not 'IPSEC' and
11513            not 'VHOST'"
11514   parameters:
11515   - "throughput"
11516   - "parent"
11517   - "tags"
11518   sort:
11519   - "DOT1Q"
11520   - "IP4BASE"
11521   - "FIB_20k"
11522   - "FIB_200k"
11523   - "FIB_2M"
11524   traces:
11525     hoverinfo: "x+y"
11526     boxpoints: "outliers"
11527     whiskerwidth: 0
11528   layout:
11529     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
11530     layout: "plot-throughput"
11531
11532 -
11533   type: "plot"
11534   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
11535   algorithm: "plot_performance_box"
11536   output-file-type: ".html"
11537   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
11538   data: "plot-vpp-throughput-latency-2n-skx"
11539   filter: "'NIC_Intel-XXV710' and
11540            '64B' and
11541            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
11542            'NDRPDR' and
11543            '2T1C' and
11544            'IP4FWD' and
11545            not 'IPSEC' and
11546            not 'VHOST'"
11547   parameters:
11548   - "throughput"
11549   - "parent"
11550   - "tags"
11551   sort:
11552   - "DOT1Q"
11553   - "IP4BASE"
11554   - "FIB_20k"
11555   - "FIB_200k"
11556   - "FIB_2M"
11557   traces:
11558     hoverinfo: "x+y"
11559     boxpoints: "outliers"
11560     whiskerwidth: 0
11561   layout:
11562     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
11563     layout: "plot-throughput"
11564
11565 -
11566   type: "plot"
11567   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
11568   algorithm: "plot_performance_box"
11569   output-file-type: ".html"
11570   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
11571   data: "plot-vpp-throughput-latency-2n-skx"
11572   filter: "'NIC_Intel-XXV710' and
11573            '64B' and
11574            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
11575            'NDRPDR' and
11576            '4T2C' and
11577            'IP4FWD' and
11578            not 'IPSEC' and
11579            not 'VHOST'"
11580   parameters:
11581   - "throughput"
11582   - "parent"
11583   - "tags"
11584   sort:
11585   - "DOT1Q"
11586   - "IP4BASE"
11587   - "FIB_20k"
11588   - "FIB_200k"
11589   - "FIB_2M"
11590   traces:
11591     hoverinfo: "x+y"
11592     boxpoints: "outliers"
11593     whiskerwidth: 0
11594   layout:
11595     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
11596     layout: "plot-throughput"
11597
11598 -
11599   type: "plot"
11600   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
11601   algorithm: "plot_performance_box"
11602   output-file-type: ".html"
11603   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
11604   data: "plot-vpp-throughput-latency-2n-skx"
11605   filter: "'NIC_Intel-XXV710' and
11606            '64B' and
11607            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
11608            'NDRPDR' and
11609            '4T2C' and
11610            'IP4FWD' and
11611            not 'IPSEC' and
11612            not 'VHOST'"
11613   parameters:
11614   - "throughput"
11615   - "parent"
11616   - "tags"
11617   sort:
11618   - "DOT1Q"
11619   - "IP4BASE"
11620   - "FIB_20k"
11621   - "FIB_200k"
11622   - "FIB_2M"
11623   traces:
11624     hoverinfo: "x+y"
11625     boxpoints: "outliers"
11626     whiskerwidth: 0
11627   layout:
11628     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
11629     layout: "plot-throughput"
11630
11631 # Packet Throughput - VPP IPv4 2n-dnv-x553 base and scale
11632 -
11633   type: "plot"
11634   title: "VPP Throughput: ip4-2n-dnv-x553-64b-1t1c-base-ndr"
11635   algorithm: "plot_performance_box"
11636   output-file-type: ".html"
11637   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-1t1c-base-ndr"
11638   data: "intel-dnv-vpp"
11639   filter: "'NIC_Intel-X553' and
11640            '64B' and
11641            'IP4BASE' and
11642            'NDRPDR' and
11643            '1T1C' and
11644            'IP4FWD' and
11645            not 'IPSEC' and
11646            not 'VHOST'"
11647   parameters:
11648   - "throughput"
11649   - "parent"
11650   - "tags"
11651   sort:
11652   - "IP4BASE"
11653   traces:
11654     hoverinfo: "x+y"
11655     boxpoints: "outliers"
11656     whiskerwidth: 0
11657   layout:
11658     title: "ip4-2n-dnv-x553-64b-1t1c-base-ndr"
11659     layout: "plot-throughput"
11660
11661 -
11662   type: "plot"
11663   title: "VPP Throughput: ip4-2n-dnv-x553-64b-1t1c-base-pdr"
11664   algorithm: "plot_performance_box"
11665   output-file-type: ".html"
11666   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-1t1c-base-pdr"
11667   data: "intel-dnv-vpp"
11668   filter: "'NIC_Intel-X553' and
11669            '64B' and
11670            'IP4BASE' and
11671            'NDRPDR' and
11672            '1T1C' and
11673            'IP4FWD' and
11674            not 'IPSEC' and
11675            not 'VHOST'"
11676   parameters:
11677   - "throughput"
11678   - "parent"
11679   - "tags"
11680   sort:
11681   - "IP4BASE"
11682   traces:
11683     hoverinfo: "x+y"
11684     boxpoints: "outliers"
11685     whiskerwidth: 0
11686   layout:
11687     title: "ip4-2n-dnv-x553-64b-1t1c-base-pdr"
11688     layout: "plot-throughput"
11689
11690 -
11691   type: "plot"
11692   title: "VPP Throughput: ip4-2n-dnv-x553-64b-2t2c-base-ndr"
11693   algorithm: "plot_performance_box"
11694   output-file-type: ".html"
11695   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-2t2c-base-ndr"
11696   data: "intel-dnv-vpp"
11697   filter: "'NIC_Intel-X553' and
11698            '64B' and
11699            'IP4BASE' and
11700            'NDRPDR' and
11701            '2T2C' and
11702            'IP4FWD' and
11703            not 'IPSEC' and
11704            not 'VHOST'"
11705   parameters:
11706   - "throughput"
11707   - "parent"
11708   - "tags"
11709   sort:
11710   - "IP4BASE"
11711   traces:
11712     hoverinfo: "x+y"
11713     boxpoints: "outliers"
11714     whiskerwidth: 0
11715   layout:
11716     title: "ip4-2n-dnv-x553-64b-2t2c-base-ndr"
11717     layout: "plot-throughput"
11718
11719 -
11720   type: "plot"
11721   title: "VPP Throughput: ip4-2n-dnv-x553-64b-2t2c-base-pdr"
11722   algorithm: "plot_performance_box"
11723   output-file-type: ".html"
11724   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-2t2c-base-pdr"
11725   data: "intel-dnv-vpp"
11726   filter: "'NIC_Intel-X553' and
11727            '64B' and
11728            'IP4BASE' and
11729            'NDRPDR' and
11730            '2T2C' and
11731            'IP4FWD' and
11732            not 'IPSEC' and
11733            not 'VHOST'"
11734   parameters:
11735   - "throughput"
11736   - "parent"
11737   - "tags"
11738   sort:
11739   - "IP4BASE"
11740   traces:
11741     hoverinfo: "x+y"
11742     boxpoints: "outliers"
11743     whiskerwidth: 0
11744   layout:
11745     title: "ip4-2n-dnv-x553-64b-2t2c-base-pdr"
11746     layout: "plot-throughput"
11747
11748 ################################################################################
11749
11750 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520 base and scale
11751 -
11752   type: "plot"
11753   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
11754   algorithm: "plot_performance_box"
11755   output-file-type: ".html"
11756   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
11757   data: "plot-vpp-throughput-latency-3n-hsw"
11758   filter: "'NIC_Intel-X520-DA2' and
11759            '64B' and
11760            'ENCAP' and
11761            'NDRPDR' and
11762            '1T1C' and
11763            ('VXLAN' or 'LISP') and
11764            not 'VHOST' and
11765            not 'IPSECHW'"
11766   parameters:
11767   - "throughput"
11768   - "parent"
11769   - "tags"
11770   sort:
11771   - "not DOT1Q"
11772   - "VXLAN_1"
11773   - "VXLAN_10"
11774   - "VXLAN_100"
11775   - "VXLAN_1000"
11776   traces:
11777     hoverinfo: "x+y"
11778     boxpoints: "outliers"
11779     whiskerwidth: 0
11780   layout:
11781     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
11782     layout: "plot-throughput"
11783
11784 -
11785   type: "plot"
11786   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
11787   algorithm: "plot_performance_box"
11788   output-file-type: ".html"
11789   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
11790   data: "plot-vpp-throughput-latency-3n-hsw"
11791   filter: "'NIC_Intel-X520-DA2' and
11792            '64B' and
11793            'ENCAP' and
11794            'NDRPDR' and
11795            '1T1C' and
11796            ('VXLAN' or 'LISP') and
11797            not 'VHOST' and
11798            not 'IPSECHW'"
11799   parameters:
11800   - "throughput"
11801   - "parent"
11802   - "tags"
11803   sort:
11804   - "not DOT1Q"
11805   - "VXLAN_1"
11806   - "VXLAN_10"
11807   - "VXLAN_100"
11808   - "VXLAN_1000"
11809   traces:
11810     hoverinfo: "x+y"
11811     boxpoints: "outliers"
11812     whiskerwidth: 0
11813   layout:
11814     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
11815     layout: "plot-throughput"
11816
11817 -
11818   type: "plot"
11819   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
11820   algorithm: "plot_performance_box"
11821   output-file-type: ".html"
11822   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
11823   data: "plot-vpp-throughput-latency-3n-hsw"
11824   filter: "'NIC_Intel-X520-DA2' and
11825            '64B' and
11826            'ENCAP' and
11827            'NDRPDR' and
11828            '2T2C' and
11829            ('VXLAN' or 'LISP') and
11830            not 'VHOST' and
11831            not 'IPSECHW'"
11832   parameters:
11833   - "throughput"
11834   - "parent"
11835   - "tags"
11836   sort:
11837   - "not DOT1Q"
11838   - "VXLAN_1"
11839   - "VXLAN_10"
11840   - "VXLAN_100"
11841   - "VXLAN_1000"
11842   traces:
11843     hoverinfo: "x+y"
11844     boxpoints: "outliers"
11845     whiskerwidth: 0
11846   layout:
11847     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
11848     layout: "plot-throughput"
11849
11850 -
11851   type: "plot"
11852   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
11853   algorithm: "plot_performance_box"
11854   output-file-type: ".html"
11855   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
11856   data: "plot-vpp-throughput-latency-3n-hsw"
11857   filter: "'NIC_Intel-X520-DA2' and
11858            '64B' and
11859            'ENCAP' and
11860            'NDRPDR' and
11861            '2T2C' and
11862            ('VXLAN' or 'LISP') and
11863            not 'VHOST' and
11864            not 'IPSECHW'"
11865   parameters:
11866   - "throughput"
11867   - "parent"
11868   - "tags"
11869   sort:
11870   - "not DOT1Q"
11871   - "VXLAN_1"
11872   - "VXLAN_10"
11873   - "VXLAN_100"
11874   - "VXLAN_1000"
11875   traces:
11876     hoverinfo: "x+y"
11877     boxpoints: "outliers"
11878     whiskerwidth: 0
11879   layout:
11880     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
11881     layout: "plot-throughput"
11882
11883 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520 - features
11884 -
11885   type: "plot"
11886   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
11887   algorithm: "plot_performance_box"
11888   output-file-type: ".html"
11889   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
11890   data: "plot-vpp-throughput-latency-3n-hsw"
11891   filter: "'NIC_Intel-X520-DA2' and
11892            '64B' and
11893            'ENCAP' and
11894            'NDRPDR' and
11895            '1T1C' and
11896            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11897            not 'DOT1Q' and
11898            not 'VHOST' and
11899            not 'IPSECHW'"
11900   parameters:
11901   - "throughput"
11902   - "parent"
11903   - "tags"
11904   sort:
11905   - "L2BDMACLRN"
11906   - "L2XCFWD"
11907   - "LISP"
11908   traces:
11909     hoverinfo: "x+y"
11910     boxpoints: "outliers"
11911     whiskerwidth: 0
11912   layout:
11913     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
11914     layout: "plot-throughput"
11915
11916 -
11917   type: "plot"
11918   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
11919   algorithm: "plot_performance_box"
11920   output-file-type: ".html"
11921   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
11922   data: "plot-vpp-throughput-latency-3n-hsw"
11923   filter: "'NIC_Intel-X520-DA2' and
11924            '64B' and
11925            'ENCAP' and
11926            'NDRPDR' and
11927            '2T2C' and
11928            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11929            not 'DOT1Q' and
11930            not 'VHOST' and
11931            not 'IPSECHW'"
11932   parameters:
11933   - "throughput"
11934   - "parent"
11935   - "tags"
11936   sort:
11937   - "L2BDMACLRN"
11938   - "L2XCFWD"
11939   - "LISP"
11940   traces:
11941     hoverinfo: "x+y"
11942     boxpoints: "outliers"
11943     whiskerwidth: 0
11944   layout:
11945     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
11946     layout: "plot-throughput"
11947
11948 -
11949   type: "plot"
11950   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
11951   algorithm: "plot_performance_box"
11952   output-file-type: ".html"
11953   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
11954   data: "plot-vpp-throughput-latency-3n-hsw"
11955   filter: "'NIC_Intel-X520-DA2' and
11956            '64B' and
11957            'ENCAP' and
11958            'NDRPDR' and
11959            '1T1C' and
11960            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11961            not 'DOT1Q' and
11962            not 'VHOST' and
11963            not 'IPSECHW'"
11964   parameters:
11965   - "throughput"
11966   - "parent"
11967   - "tags"
11968   sort:
11969   - "L2BDMACLRN"
11970   - "L2XCFWD"
11971   - "LISP"
11972   traces:
11973     hoverinfo: "x+y"
11974     boxpoints: "outliers"
11975     whiskerwidth: 0
11976   layout:
11977     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
11978     layout: "plot-throughput"
11979
11980 -
11981   type: "plot"
11982   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
11983   algorithm: "plot_performance_box"
11984   output-file-type: ".html"
11985   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
11986   data: "plot-vpp-throughput-latency-3n-hsw"
11987   filter: "'NIC_Intel-X520-DA2' and
11988            '64B' and
11989            'ENCAP' and
11990            'NDRPDR' and
11991            '2T2C' and
11992            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11993            not 'DOT1Q' and
11994            not 'VHOST' and
11995            not 'IPSECHW'"
11996   parameters:
11997   - "throughput"
11998   - "parent"
11999   - "tags"
12000   sort:
12001   - "L2BDMACLRN"
12002   - "L2XCFWD"
12003   - "LISP"
12004   traces:
12005     hoverinfo: "x+y"
12006     boxpoints: "outliers"
12007     whiskerwidth: 0
12008   layout:
12009     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
12010     layout: "plot-throughput"
12011
12012 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 base and scale
12013 -
12014   type: "plot"
12015   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
12016   algorithm: "plot_performance_box"
12017   output-file-type: ".html"
12018   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
12019   data: "plot-vpp-throughput-latency-3n-hsw"
12020   filter: "'NIC_Intel-X710' and
12021            '64B' and
12022            'ENCAP' and
12023            'NDRPDR' and
12024            '1T1C' and
12025            ('VXLAN' or 'LISP') and
12026            not 'VHOST' and
12027            not 'IPSECHW'"
12028   parameters:
12029   - "throughput"
12030   - "parent"
12031   - "tags"
12032   sort:
12033   - "LISP"
12034   - "VXLAN_1"
12035   - "VXLAN_10"
12036   - "VXLAN_100"
12037   - "VXLAN_1000"
12038   traces:
12039     hoverinfo: "x+y"
12040     boxpoints: "outliers"
12041     whiskerwidth: 0
12042   layout:
12043     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
12044     layout: "plot-throughput"
12045
12046 -
12047   type: "plot"
12048   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
12049   algorithm: "plot_performance_box"
12050   output-file-type: ".html"
12051   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
12052   data: "plot-vpp-throughput-latency-3n-hsw"
12053   filter: "'NIC_Intel-X710' and
12054            '64B' and
12055            'ENCAP' and
12056            'NDRPDR' and
12057            '1T1C' and
12058            ('VXLAN' or 'LISP') and
12059            not 'VHOST' and
12060            not 'IPSECHW'"
12061   parameters:
12062   - "throughput"
12063   - "parent"
12064   - "tags"
12065   sort:
12066   - "LISP"
12067   - "VXLAN_1"
12068   - "VXLAN_10"
12069   - "VXLAN_100"
12070   - "VXLAN_1000"
12071   traces:
12072     hoverinfo: "x+y"
12073     boxpoints: "outliers"
12074     whiskerwidth: 0
12075   layout:
12076     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
12077     layout: "plot-throughput"
12078
12079 -
12080   type: "plot"
12081   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
12082   algorithm: "plot_performance_box"
12083   output-file-type: ".html"
12084   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
12085   data: "plot-vpp-throughput-latency-3n-hsw"
12086   filter: "'NIC_Intel-X710' and
12087            '64B' and
12088            'ENCAP' and
12089            'NDRPDR' and
12090            '2T2C' and
12091            ('VXLAN' or 'LISP') and
12092            not 'VHOST' and
12093            not 'IPSECHW'"
12094   parameters:
12095   - "throughput"
12096   - "parent"
12097   - "tags"
12098   sort:
12099   - "LISP"
12100   - "VXLAN_1"
12101   - "VXLAN_10"
12102   - "VXLAN_100"
12103   - "VXLAN_1000"
12104   traces:
12105     hoverinfo: "x+y"
12106     boxpoints: "outliers"
12107     whiskerwidth: 0
12108   layout:
12109     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
12110     layout: "plot-throughput"
12111
12112 -
12113   type: "plot"
12114   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
12115   algorithm: "plot_performance_box"
12116   output-file-type: ".html"
12117   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
12118   data: "plot-vpp-throughput-latency-3n-hsw"
12119   filter: "'NIC_Intel-X710' and
12120            '64B' and
12121            'ENCAP' and
12122            'NDRPDR' and
12123            '2T2C' and
12124            ('VXLAN' or 'LISP') and
12125            not 'VHOST' and
12126            not 'IPSECHW'"
12127   parameters:
12128   - "throughput"
12129   - "parent"
12130   - "tags"
12131   sort:
12132   - "LISP"
12133   - "VXLAN_1"
12134   - "VXLAN_10"
12135   - "VXLAN_100"
12136   - "VXLAN_1000"
12137   traces:
12138     hoverinfo: "x+y"
12139     boxpoints: "outliers"
12140     whiskerwidth: 0
12141   layout:
12142     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
12143     layout: "plot-throughput"
12144
12145 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 - features
12146 -
12147   type: "plot"
12148   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
12149   algorithm: "plot_performance_box"
12150   output-file-type: ".html"
12151   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
12152   data: "plot-vpp-throughput-latency-3n-hsw"
12153   filter: "'NIC_Intel-X710' and
12154            '64B' and
12155            'ENCAP' and
12156            'NDRPDR' and
12157            '1T1C' and
12158            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
12159            not 'DOT1Q' and
12160            not 'VHOST' and
12161            not 'IPSECHW'"
12162   parameters:
12163   - "throughput"
12164   - "parent"
12165   - "tags"
12166   sort:
12167   - "L2BDMACLRN"
12168   - "L2XCFWD"
12169   - "LISP"
12170   traces:
12171     hoverinfo: "x+y"
12172     boxpoints: "outliers"
12173     whiskerwidth: 0
12174   layout:
12175     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
12176     layout: "plot-throughput"
12177
12178 -
12179   type: "plot"
12180   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
12181   algorithm: "plot_performance_box"
12182   output-file-type: ".html"
12183   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
12184   data: "plot-vpp-throughput-latency-3n-hsw"
12185   filter: "'NIC_Intel-X710' and
12186            '64B' and
12187            'ENCAP' and
12188            'NDRPDR' and
12189            '2T2C' and
12190            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
12191            not 'DOT1Q' and
12192            not 'VHOST' and
12193            not 'IPSECHW'"
12194   parameters:
12195   - "throughput"
12196   - "parent"
12197   - "tags"
12198   sort:
12199   - "L2BDMACLRN"
12200   - "L2XCFWD"
12201   - "LISP"
12202   traces:
12203     hoverinfo: "x+y"
12204     boxpoints: "outliers"
12205     whiskerwidth: 0
12206   layout:
12207     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
12208     layout: "plot-throughput"
12209
12210 -
12211   type: "plot"
12212   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
12213   algorithm: "plot_performance_box"
12214   output-file-type: ".html"
12215   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
12216   data: "plot-vpp-throughput-latency-3n-hsw"
12217   filter: "'NIC_Intel-X710' and
12218            '64B' and
12219            'ENCAP' and
12220            'NDRPDR' and
12221            '1T1C' and
12222            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
12223            not 'DOT1Q' and
12224            not 'VHOST' and
12225            not 'IPSECHW'"
12226   parameters:
12227   - "throughput"
12228   - "parent"
12229   - "tags"
12230   sort:
12231   - "L2BDMACLRN"
12232   - "L2XCFWD"
12233   - "LISP"
12234   traces:
12235     hoverinfo: "x+y"
12236     boxpoints: "outliers"
12237     whiskerwidth: 0
12238   layout:
12239     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
12240     layout: "plot-throughput"
12241
12242 -
12243   type: "plot"
12244   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
12245   algorithm: "plot_performance_box"
12246   output-file-type: ".html"
12247   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
12248   data: "plot-vpp-throughput-latency-3n-hsw"
12249   filter: "'NIC_Intel-X710' and
12250            '64B' and
12251            'ENCAP' and
12252            'NDRPDR' and
12253            '2T2C' and
12254            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
12255            not 'DOT1Q' and
12256            not 'VHOST' and
12257            not 'IPSECHW'"
12258   parameters:
12259   - "throughput"
12260   - "parent"
12261   - "tags"
12262   sort:
12263   - "L2BDMACLRN"
12264   - "L2XCFWD"
12265   - "LISP"
12266   traces:
12267     hoverinfo: "x+y"
12268     boxpoints: "outliers"
12269     whiskerwidth: 0
12270   layout:
12271     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
12272     layout: "plot-throughput"
12273
12274 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 base and scale
12275 -
12276   type: "plot"
12277   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
12278   algorithm: "plot_performance_box"
12279   output-file-type: ".html"
12280   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
12281   data: "plot-vpp-throughput-latency-3n-skx"
12282   filter: "'NIC_Intel-X710' and
12283            '64B' and
12284            'ENCAP' and
12285            'NDRPDR' and
12286            '2T1C' and
12287            ('VXLAN' or 'LISP') and
12288            not 'VHOST' and
12289            not 'IPSECHW'"
12290   parameters:
12291   - "throughput"
12292   - "parent"
12293   - "tags"
12294   sort:
12295   - "LISP"
12296   - "VXLAN_1"
12297   - "VXLAN_10"
12298   - "VXLAN_100"
12299   - "VXLAN_1000"
12300   traces:
12301     hoverinfo: "x+y"
12302     boxpoints: "outliers"
12303     whiskerwidth: 0
12304   layout:
12305     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
12306     layout: "plot-throughput"
12307
12308 -
12309   type: "plot"
12310   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
12311   algorithm: "plot_performance_box"
12312   output-file-type: ".html"
12313   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
12314   data: "plot-vpp-throughput-latency-3n-skx"
12315   filter: "'NIC_Intel-X710' and
12316            '64B' and
12317            'ENCAP' and
12318            'NDRPDR' and
12319            '2T1C' and
12320            ('VXLAN' or 'LISP') and
12321            not 'VHOST' and
12322            not 'IPSECHW'"
12323   parameters:
12324   - "throughput"
12325   - "parent"
12326   - "tags"
12327   sort:
12328   - "LISP"
12329   - "VXLAN_1"
12330   - "VXLAN_10"
12331   - "VXLAN_100"
12332   - "VXLAN_1000"
12333   traces:
12334     hoverinfo: "x+y"
12335     boxpoints: "outliers"
12336     whiskerwidth: 0
12337   layout:
12338     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
12339     layout: "plot-throughput"
12340
12341 -
12342   type: "plot"
12343   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
12344   algorithm: "plot_performance_box"
12345   output-file-type: ".html"
12346   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
12347   data: "plot-vpp-throughput-latency-3n-skx"
12348   filter: "'NIC_Intel-X710' and
12349            '64B' and
12350            'ENCAP' and
12351            'NDRPDR' and
12352            '4T2C' and
12353            ('VXLAN' or 'LISP') and
12354            not 'VHOST' and
12355            not 'IPSECHW'"
12356   parameters:
12357   - "throughput"
12358   - "parent"
12359   - "tags"
12360   sort:
12361   - "LISP"
12362   - "VXLAN_1"
12363   - "VXLAN_10"
12364   - "VXLAN_100"
12365   - "VXLAN_1000"
12366   traces:
12367     hoverinfo: "x+y"
12368     boxpoints: "outliers"
12369     whiskerwidth: 0
12370   layout:
12371     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
12372     layout: "plot-throughput"
12373
12374 -
12375   type: "plot"
12376   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
12377   algorithm: "plot_performance_box"
12378   output-file-type: ".html"
12379   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
12380   data: "plot-vpp-throughput-latency-3n-skx"
12381   filter: "'NIC_Intel-X710' and
12382            '64B' and
12383            'ENCAP' and
12384            'NDRPDR' and
12385            '4T2C' and
12386            ('VXLAN' or 'LISP') and
12387            not 'VHOST' and
12388            not 'IPSECHW'"
12389   parameters:
12390   - "throughput"
12391   - "parent"
12392   - "tags"
12393   sort:
12394   - "LISP"
12395   - "VXLAN_1"
12396   - "VXLAN_10"
12397   - "VXLAN_100"
12398   - "VXLAN_1000"
12399   traces:
12400     hoverinfo: "x+y"
12401     boxpoints: "outliers"
12402     whiskerwidth: 0
12403   layout:
12404     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
12405     layout: "plot-throughput"
12406
12407 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 - features
12408 -
12409   type: "plot"
12410   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
12411   algorithm: "plot_performance_box"
12412   output-file-type: ".html"
12413   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
12414   data: "plot-vpp-throughput-latency-3n-skx"
12415   filter: "'NIC_Intel-X710' and
12416            '64B' and
12417            'ENCAP' and
12418            'NDRPDR' and
12419            '2T1C' and
12420            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
12421            not 'DOT1Q' and
12422            not 'VHOST' and
12423            not 'IPSECHW'"
12424   parameters:
12425   - "throughput"
12426   - "parent"
12427   - "tags"
12428   sort:
12429   - "L2BDMACLRN"
12430   - "L2XCFWD"
12431   - "LISP"
12432   traces:
12433     hoverinfo: "x+y"
12434     boxpoints: "outliers"
12435     whiskerwidth: 0
12436   layout:
12437     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
12438     layout: "plot-throughput"
12439
12440 -
12441   type: "plot"
12442   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
12443   algorithm: "plot_performance_box"
12444   output-file-type: ".html"
12445   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
12446   data: "plot-vpp-throughput-latency-3n-skx"
12447   filter: "'NIC_Intel-X710' and
12448            '64B' and
12449            'ENCAP' and
12450            'NDRPDR' and
12451            '4T2C' and
12452            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
12453            not 'DOT1Q' and
12454            not 'VHOST' and
12455            not 'IPSECHW'"
12456   parameters:
12457   - "throughput"
12458   - "parent"
12459   - "tags"
12460   sort:
12461   - "L2BDMACLRN"
12462   - "L2XCFWD"
12463   - "LISP"
12464   traces:
12465     hoverinfo: "x+y"
12466     boxpoints: "outliers"
12467     whiskerwidth: 0
12468   layout:
12469     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
12470     layout: "plot-throughput"
12471
12472 -
12473   type: "plot"
12474   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
12475   algorithm: "plot_performance_box"
12476   output-file-type: ".html"
12477   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
12478   data: "plot-vpp-throughput-latency-3n-skx"
12479   filter: "'NIC_Intel-X710' and
12480            '64B' and
12481            'ENCAP' and
12482            'NDRPDR' and
12483            '2T1C' and
12484            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
12485            not 'DOT1Q' and
12486            not 'VHOST' and
12487            not 'IPSECHW'"
12488   parameters:
12489   - "throughput"
12490   - "parent"
12491   - "tags"
12492   sort:
12493   - "L2BDMACLRN"
12494   - "L2XCFWD"
12495   - "LISP"
12496   traces:
12497     hoverinfo: "x+y"
12498     boxpoints: "outliers"
12499     whiskerwidth: 0
12500   layout:
12501     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
12502     layout: "plot-throughput"
12503
12504 -
12505   type: "plot"
12506   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
12507   algorithm: "plot_performance_box"
12508   output-file-type: ".html"
12509   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
12510   data: "plot-vpp-throughput-latency-3n-skx"
12511   filter: "'NIC_Intel-X710' and
12512            '64B' and
12513            'ENCAP' and
12514            'NDRPDR' and
12515            '4T2C' and
12516            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
12517            not 'DOT1Q' and
12518            not 'VHOST' and
12519            not 'IPSECHW'"
12520   parameters:
12521   - "throughput"
12522   - "parent"
12523   - "tags"
12524   sort:
12525   - "L2BDMACLRN"
12526   - "L2XCFWD"
12527   - "LISP"
12528   traces:
12529     hoverinfo: "x+y"
12530     boxpoints: "outliers"
12531     whiskerwidth: 0
12532   layout:
12533     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
12534     layout: "plot-throughput"
12535
12536 ################################################################################
12537
12538 # Packet Throughput - VPP IPv6 3n-hsw-x520
12539 -
12540   type: "plot"
12541   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
12542   algorithm: "plot_performance_box"
12543   output-file-type: ".html"
12544   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
12545   data: "plot-vpp-throughput-latency-3n-hsw"
12546   filter: "'NIC_Intel-X520-DA2' and
12547            '78B' and
12548            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12549            'NDRPDR' and
12550            '1T1C' and
12551            'IP6FWD' and
12552            not 'SRv6' and
12553            not 'IPSEC' and
12554            not 'VHOST'"
12555   parameters:
12556   - "throughput"
12557   - "parent"
12558   - "tags"
12559   sort:
12560   - "IP6BASE"
12561   - "FIB_20K"
12562   - "FIB_200K"
12563   - "FIB_2M"
12564   traces:
12565     hoverinfo: "x+y"
12566     boxpoints: "outliers"
12567     whiskerwidth: 0
12568   layout:
12569     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
12570     layout: "plot-throughput"
12571
12572 -
12573   type: "plot"
12574   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
12575   algorithm: "plot_performance_box"
12576   output-file-type: ".html"
12577   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
12578   data: "plot-vpp-throughput-latency-3n-hsw"
12579   filter: "'NIC_Intel-X520-DA2' and
12580            '78B' and
12581            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12582            'NDRPDR' and
12583            '1T1C' and
12584            'IP6FWD' and
12585            not 'SRv6' and
12586            not 'IPSEC' and
12587            not 'VHOST'"
12588   parameters:
12589   - "throughput"
12590   - "parent"
12591   - "tags"
12592   sort:
12593   - "IP6BASE"
12594   - "FIB_20K"
12595   - "FIB_200K"
12596   - "FIB_2M"
12597   traces:
12598     hoverinfo: "x+y"
12599     boxpoints: "outliers"
12600     whiskerwidth: 0
12601   layout:
12602     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
12603     layout: "plot-throughput"
12604
12605 -
12606   type: "plot"
12607   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
12608   algorithm: "plot_performance_box"
12609   output-file-type: ".html"
12610   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
12611   data: "plot-vpp-throughput-latency-3n-hsw"
12612   filter: "'NIC_Intel-X520-DA2' and
12613            '78B' and
12614            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12615            'NDRPDR' and
12616            '2T2C' and
12617            'IP6FWD' and
12618            not 'SRv6' and
12619            not 'IPSEC' and
12620            not 'VHOST'"
12621   parameters:
12622   - "throughput"
12623   - "parent"
12624   - "tags"
12625   sort:
12626   - "IP6BASE"
12627   - "FIB_20K"
12628   - "FIB_200K"
12629   - "FIB_2M"
12630   traces:
12631     hoverinfo: "x+y"
12632     boxpoints: "outliers"
12633     whiskerwidth: 0
12634   layout:
12635     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
12636     layout: "plot-throughput"
12637
12638 -
12639   type: "plot"
12640   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
12641   algorithm: "plot_performance_box"
12642   output-file-type: ".html"
12643   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
12644   data: "plot-vpp-throughput-latency-3n-hsw"
12645   filter: "'NIC_Intel-X520-DA2' and
12646            '78B' and
12647            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12648            'NDRPDR' and
12649            '2T2C' and
12650            'IP6FWD' and
12651            not 'SRv6' and
12652            not 'IPSEC' and
12653            not 'VHOST'"
12654   parameters:
12655   - "throughput"
12656   - "parent"
12657   - "tags"
12658   sort:
12659   - "IP6BASE"
12660   - "FIB_20K"
12661   - "FIB_200K"
12662   - "FIB_2M"
12663   traces:
12664     hoverinfo: "x+y"
12665     boxpoints: "outliers"
12666     whiskerwidth: 0
12667   layout:
12668     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
12669     layout: "plot-throughput"
12670
12671 # Packet Throughput - VPP IPv6 3n-hsw-x520 - features
12672 -
12673   type: "plot"
12674   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_features-ndr"
12675   algorithm: "plot_performance_box"
12676   output-file-type: ".html"
12677   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_features-ndr"
12678   data: "plot-vpp-throughput-latency-3n-hsw"
12679   filter: "'NIC_Intel-X520-DA2' and
12680            '78B' and
12681            ('IP6BASE' or
12682             'POLICE_MARK' or
12683             'COPWHLIST' or
12684             'IACLDST') and
12685            'NDRPDR' and
12686            '1T1C' and
12687            'IP6FWD' and
12688            not 'SRv6' and
12689            not 'IPSEC' and
12690            not 'VHOST'"
12691   parameters:
12692   - "throughput"
12693   - "parent"
12694   - "tags"
12695   sort:
12696   - "IP6BASE"
12697   - "POLICE_MARK"
12698   - "COPWHLIST"
12699   - "IACLDST"
12700   traces:
12701     hoverinfo: "x+y"
12702     boxpoints: "outliers"
12703     whiskerwidth: 0
12704   layout:
12705     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_features-ndr"
12706     layout: "plot-throughput"
12707
12708 -
12709   type: "plot"
12710   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_features-ndr"
12711   algorithm: "plot_performance_box"
12712   output-file-type: ".html"
12713   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_features-ndr"
12714   data: "plot-vpp-throughput-latency-3n-hsw"
12715   filter: "'NIC_Intel-X520-DA2' and
12716            '78B' and
12717            ('IP6BASE' or
12718             'POLICE_MARK' or
12719             'COPWHLIST' or
12720             'IACLDST') and
12721            'NDRPDR' and
12722            '2T2C' and
12723            'IP6FWD' and
12724            not 'SRv6' and
12725            not 'IPSEC' and
12726            not 'VHOST'"
12727   parameters:
12728   - "throughput"
12729   - "parent"
12730   - "tags"
12731   sort:
12732   - "IP6BASE"
12733   - "POLICE_MARK"
12734   - "COPWHLIST"
12735   - "IACLDST"
12736   traces:
12737     hoverinfo: "x+y"
12738     boxpoints: "outliers"
12739     whiskerwidth: 0
12740   layout:
12741     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_features-ndr"
12742     layout: "plot-throughput"
12743
12744 -
12745   type: "plot"
12746   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_features-pdr"
12747   algorithm: "plot_performance_box"
12748   output-file-type: ".html"
12749   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_features-pdr"
12750   data: "plot-vpp-throughput-latency-3n-hsw"
12751   filter: "'NIC_Intel-X520-DA2' and
12752            '78B' and
12753            ('IP6BASE' or
12754             'POLICE_MARK' or
12755             'COPWHLIST' or
12756             'IACLDST') and
12757            'NDRPDR' and
12758            '1T1C' and
12759            'IP6FWD' and
12760            not 'SRv6' and
12761            not 'IPSEC' and
12762            not 'VHOST'"
12763   parameters:
12764   - "throughput"
12765   - "parent"
12766   - "tags"
12767   sort:
12768   - "IP6BASE"
12769   - "POLICE_MARK"
12770   - "COPWHLIST"
12771   - "IACLDST"
12772   traces:
12773     hoverinfo: "x+y"
12774     boxpoints: "outliers"
12775     whiskerwidth: 0
12776   layout:
12777     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_features-pdr"
12778     layout: "plot-throughput"
12779
12780 -
12781   type: "plot"
12782   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_features-pdr"
12783   algorithm: "plot_performance_box"
12784   output-file-type: ".html"
12785   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_features-pdr"
12786   data: "plot-vpp-throughput-latency-3n-hsw"
12787   filter: "'NIC_Intel-X520-DA2' and
12788            '78B' and
12789            ('IP6BASE' or
12790             'POLICE_MARK' or
12791             'COPWHLIST' or
12792             'IACLDST') and
12793            'NDRPDR' and
12794            '2T2C' and
12795            'IP6FWD' and
12796            not 'SRv6' and
12797            not 'IPSEC' and
12798            not 'VHOST'"
12799   parameters:
12800   - "throughput"
12801   - "parent"
12802   - "tags"
12803   sort:
12804   - "IP6BASE"
12805   - "POLICE_MARK"
12806   - "COPWHLIST"
12807   - "IACLDST"
12808   traces:
12809     hoverinfo: "x+y"
12810     boxpoints: "outliers"
12811     whiskerwidth: 0
12812   layout:
12813     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_features-pdr"
12814     layout: "plot-throughput"
12815
12816 # Packet Throughput - VPP IPv6 3n-hsw-x710
12817 -
12818   type: "plot"
12819   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
12820   algorithm: "plot_performance_box"
12821   output-file-type: ".html"
12822   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
12823   data: "plot-vpp-throughput-latency-3n-hsw"
12824   filter: "'NIC_Intel-X710' and
12825            '78B' and
12826            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12827            'NDRPDR' and
12828            '1T1C' and
12829            'IP6FWD' and
12830            not 'SRv6' and
12831            not 'IPSEC' and
12832            not 'VHOST'"
12833   parameters:
12834   - "throughput"
12835   - "parent"
12836   - "tags"
12837   sort:
12838   - "IP6BASE"
12839   - "FIB_20K"
12840   - "FIB_200K"
12841   - "FIB_2M"
12842   traces:
12843     hoverinfo: "x+y"
12844     boxpoints: "outliers"
12845     whiskerwidth: 0
12846   layout:
12847     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
12848     layout: "plot-throughput"
12849
12850 -
12851   type: "plot"
12852   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
12853   algorithm: "plot_performance_box"
12854   output-file-type: ".html"
12855   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
12856   data: "plot-vpp-throughput-latency-3n-hsw"
12857   filter: "'NIC_Intel-X710' and
12858            '78B' and
12859            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12860            'NDRPDR' and
12861            '1T1C' and
12862            'IP6FWD' and
12863            not 'SRv6' and
12864            not 'IPSEC' and
12865            not 'VHOST'"
12866   parameters:
12867   - "throughput"
12868   - "parent"
12869   - "tags"
12870   sort:
12871   - "IP6BASE"
12872   - "FIB_20K"
12873   - "FIB_200K"
12874   - "FIB_2M"
12875   traces:
12876     hoverinfo: "x+y"
12877     boxpoints: "outliers"
12878     whiskerwidth: 0
12879   layout:
12880     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
12881     layout: "plot-throughput"
12882
12883 -
12884   type: "plot"
12885   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
12886   algorithm: "plot_performance_box"
12887   output-file-type: ".html"
12888   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
12889   data: "plot-vpp-throughput-latency-3n-hsw"
12890   filter: "'NIC_Intel-X710' and
12891            '78B' and
12892            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12893            'NDRPDR' and
12894            '2T2C' and
12895            'IP6FWD' and
12896            not 'SRv6' and
12897            not 'IPSEC' and
12898            not 'VHOST'"
12899   parameters:
12900   - "throughput"
12901   - "parent"
12902   - "tags"
12903   sort:
12904   - "IP6BASE"
12905   - "FIB_20K"
12906   - "FIB_200K"
12907   - "FIB_2M"
12908   traces:
12909     hoverinfo: "x+y"
12910     boxpoints: "outliers"
12911     whiskerwidth: 0
12912   layout:
12913     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
12914     layout: "plot-throughput"
12915
12916 -
12917   type: "plot"
12918   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
12919   algorithm: "plot_performance_box"
12920   output-file-type: ".html"
12921   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
12922   data: "plot-vpp-throughput-latency-3n-hsw"
12923   filter: "'NIC_Intel-X710' and
12924            '78B' and
12925            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12926            'NDRPDR' and
12927            '2T2C' and
12928            'IP6FWD' and
12929            not 'SRv6' and
12930            not 'IPSEC' and
12931            not 'VHOST'"
12932   parameters:
12933   - "throughput"
12934   - "parent"
12935   - "tags"
12936   sort:
12937   - "IP6BASE"
12938   - "FIB_20K"
12939   - "FIB_200K"
12940   - "FIB_2M"
12941   traces:
12942     hoverinfo: "x+y"
12943     boxpoints: "outliers"
12944     whiskerwidth: 0
12945   layout:
12946     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
12947     layout: "plot-throughput"
12948
12949 # Packet Throughput - VPP IPv6 3n-hsw-x710 - features
12950 -
12951   type: "plot"
12952   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
12953   algorithm: "plot_performance_box"
12954   output-file-type: ".html"
12955   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
12956   data: "plot-vpp-throughput-latency-3n-hsw"
12957   filter: "'NIC_Intel-X710' and
12958            '78B' and
12959            ('IP6BASE' or
12960             'POLICE_MARK' or
12961             'COPWHLIST' or
12962             'IACLDST') and
12963            'NDRPDR' and
12964            '1T1C' and
12965            'IP6FWD' and
12966            not 'SRv6' and
12967            not 'IPSEC' and
12968            not 'VHOST'"
12969   parameters:
12970   - "throughput"
12971   - "parent"
12972   - "tags"
12973   sort:
12974   - "IP6BASE"
12975   - "POLICE_MARK"
12976   - "COPWHLIST"
12977   - "IACLDST"
12978   traces:
12979     hoverinfo: "x+y"
12980     boxpoints: "outliers"
12981     whiskerwidth: 0
12982   layout:
12983     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
12984     layout: "plot-throughput"
12985
12986 -
12987   type: "plot"
12988   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
12989   algorithm: "plot_performance_box"
12990   output-file-type: ".html"
12991   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
12992   data: "plot-vpp-throughput-latency-3n-hsw"
12993   filter: "'NIC_Intel-X710' and
12994            '78B' and
12995            ('IP6BASE' or
12996             'POLICE_MARK' or
12997             'COPWHLIST' or
12998             'IACLDST') and
12999            'NDRPDR' and
13000            '2T2C' and
13001            'IP6FWD' and
13002            not 'SRv6' and
13003            not 'IPSEC' and
13004            not 'VHOST'"
13005   parameters:
13006   - "throughput"
13007   - "parent"
13008   - "tags"
13009   sort:
13010   - "IP6BASE"
13011   - "POLICE_MARK"
13012   - "COPWHLIST"
13013   - "IACLDST"
13014   traces:
13015     hoverinfo: "x+y"
13016     boxpoints: "outliers"
13017     whiskerwidth: 0
13018   layout:
13019     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
13020     layout: "plot-throughput"
13021
13022 -
13023   type: "plot"
13024   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
13025   algorithm: "plot_performance_box"
13026   output-file-type: ".html"
13027   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
13028   data: "plot-vpp-throughput-latency-3n-hsw"
13029   filter: "'NIC_Intel-X710' and
13030            '78B' and
13031            ('IP6BASE' or
13032             'POLICE_MARK' or
13033             'COPWHLIST' or
13034             'IACLDST') and
13035            'NDRPDR' and
13036            '1T1C' and
13037            'IP6FWD' and
13038            not 'SRv6' and
13039            not 'IPSEC' and
13040            not 'VHOST'"
13041   parameters:
13042   - "throughput"
13043   - "parent"
13044   - "tags"
13045   sort:
13046   - "IP6BASE"
13047   - "POLICE_MARK"
13048   - "COPWHLIST"
13049   - "IACLDST"
13050   traces:
13051     hoverinfo: "x+y"
13052     boxpoints: "outliers"
13053     whiskerwidth: 0
13054   layout:
13055     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
13056     layout: "plot-throughput"
13057
13058 -
13059   type: "plot"
13060   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
13061   algorithm: "plot_performance_box"
13062   output-file-type: ".html"
13063   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
13064   data: "plot-vpp-throughput-latency-3n-hsw"
13065   filter: "'NIC_Intel-X710' and
13066            '78B' and
13067            ('IP6BASE' or
13068             'POLICE_MARK' or
13069             'COPWHLIST' or
13070             'IACLDST') and
13071            'NDRPDR' and
13072            '2T2C' and
13073            'IP6FWD' and
13074            not 'SRv6' and
13075            not 'IPSEC' and
13076            not 'VHOST'"
13077   parameters:
13078   - "throughput"
13079   - "parent"
13080   - "tags"
13081   sort:
13082   - "IP6BASE"
13083   - "POLICE_MARK"
13084   - "COPWHLIST"
13085   - "IACLDST"
13086   traces:
13087     hoverinfo: "x+y"
13088     boxpoints: "outliers"
13089     whiskerwidth: 0
13090   layout:
13091     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
13092     layout: "plot-throughput"
13093
13094 # Packet Throughput - VPP IPv6 3n-hsw-xl710
13095 -
13096   type: "plot"
13097   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
13098   algorithm: "plot_performance_box"
13099   output-file-type: ".html"
13100   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
13101   data: "plot-vpp-throughput-latency-3n-hsw"
13102   filter: "'NIC_Intel-XL710' and
13103            '78B' and
13104            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13105            'NDRPDR' and
13106            '1T1C' and
13107            'IP6FWD' and
13108            not 'SRv6' and
13109            not 'IPSEC' and
13110            not 'VHOST'"
13111   parameters:
13112   - "throughput"
13113   - "parent"
13114   - "tags"
13115   sort:
13116   - "IP6BASE"
13117   - "FIB_20K"
13118   - "FIB_200K"
13119   - "FIB_2M"
13120   traces:
13121     hoverinfo: "x+y"
13122     boxpoints: "outliers"
13123     whiskerwidth: 0
13124   layout:
13125     title: "ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
13126     layout: "plot-throughput"
13127
13128 -
13129   type: "plot"
13130   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
13131   algorithm: "plot_performance_box"
13132   output-file-type: ".html"
13133   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
13134   data: "plot-vpp-throughput-latency-3n-hsw"
13135   filter: "'NIC_Intel-XL710' and
13136            '78B' and
13137            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13138            'NDRPDR' and
13139            '1T1C' and
13140            'IP6FWD' and
13141            not 'SRv6' and
13142            not 'IPSEC' and
13143            not 'VHOST'"
13144   parameters:
13145   - "throughput"
13146   - "parent"
13147   - "tags"
13148   sort:
13149   - "IP6BASE"
13150   - "FIB_20K"
13151   - "FIB_200K"
13152   - "FIB_2M"
13153   traces:
13154     hoverinfo: "x+y"
13155     boxpoints: "outliers"
13156     whiskerwidth: 0
13157   layout:
13158     title: "ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
13159     layout: "plot-throughput"
13160
13161 -
13162   type: "plot"
13163   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
13164   algorithm: "plot_performance_box"
13165   output-file-type: ".html"
13166   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
13167   data: "plot-vpp-throughput-latency-3n-hsw"
13168   filter: "'NIC_Intel-XL710' and
13169            '78B' and
13170            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13171            'NDRPDR' and
13172            '2T2C' and
13173            'IP6FWD' and
13174            not 'SRv6' and
13175            not 'IPSEC' and
13176            not 'VHOST'"
13177   parameters:
13178   - "throughput"
13179   - "parent"
13180   - "tags"
13181   sort:
13182   - "IP6BASE"
13183   - "FIB_20K"
13184   - "FIB_200K"
13185   - "FIB_2M"
13186   traces:
13187     hoverinfo: "x+y"
13188     boxpoints: "outliers"
13189     whiskerwidth: 0
13190   layout:
13191     title: "ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
13192     layout: "plot-throughput"
13193
13194 -
13195   type: "plot"
13196   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
13197   algorithm: "plot_performance_box"
13198   output-file-type: ".html"
13199   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
13200   data: "plot-vpp-throughput-latency-3n-hsw"
13201   filter: "'NIC_Intel-XL710' and
13202            '78B' and
13203            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13204            'NDRPDR' and
13205            '2T2C' and
13206            'IP6FWD' and
13207            not 'SRv6' and
13208            not 'IPSEC' and
13209            not 'VHOST'"
13210   parameters:
13211   - "throughput"
13212   - "parent"
13213   - "tags"
13214   sort:
13215   - "IP6BASE"
13216   - "FIB_20K"
13217   - "FIB_200K"
13218   - "FIB_2M"
13219   traces:
13220     hoverinfo: "x+y"
13221     boxpoints: "outliers"
13222     whiskerwidth: 0
13223   layout:
13224     title: "ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
13225     layout: "plot-throughput"
13226
13227 # Packet Throughput - VPP IPv6 3n-skx-x710
13228 -
13229   type: "plot"
13230   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
13231   algorithm: "plot_performance_box"
13232   output-file-type: ".html"
13233   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
13234   data: "plot-vpp-throughput-latency-3n-skx"
13235   filter: "'NIC_Intel-X710' and
13236            '78B' and
13237            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13238            'NDRPDR' and
13239            '2T1C' and
13240            'IP6FWD' and
13241            not 'SRv6' and
13242            not 'IPSEC' and
13243            not 'VHOST'"
13244   parameters:
13245   - "throughput"
13246   - "parent"
13247   - "tags"
13248   sort:
13249   - "IP6BASE"
13250   - "FIB_20k"
13251   - "FIB_200k"
13252   - "FIB_2M"
13253   traces:
13254     hoverinfo: "x+y"
13255     boxpoints: "outliers"
13256     whiskerwidth: 0
13257   layout:
13258     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
13259     layout: "plot-throughput"
13260
13261 -
13262   type: "plot"
13263   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
13264   algorithm: "plot_performance_box"
13265   output-file-type: ".html"
13266   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
13267   data: "plot-vpp-throughput-latency-3n-skx"
13268   filter: "'NIC_Intel-X710' and
13269            '78B' and
13270            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13271            'NDRPDR' and
13272            '2T1C' and
13273            'IP6FWD' and
13274            not 'SRv6' and
13275            not 'IPSEC' and
13276            not 'VHOST'"
13277   parameters:
13278   - "throughput"
13279   - "parent"
13280   - "tags"
13281   sort:
13282   - "IP6BASE"
13283   - "FIB_20k"
13284   - "FIB_200k"
13285   - "FIB_2M"
13286   traces:
13287     hoverinfo: "x+y"
13288     boxpoints: "outliers"
13289     whiskerwidth: 0
13290   layout:
13291     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
13292     layout: "plot-throughput"
13293
13294 -
13295   type: "plot"
13296   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
13297   algorithm: "plot_performance_box"
13298   output-file-type: ".html"
13299   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
13300   data: "plot-vpp-throughput-latency-3n-skx"
13301   filter: "'NIC_Intel-X710' and
13302            '78B' and
13303            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13304            'NDRPDR' and
13305            '4T2C' and
13306            'IP6FWD' and
13307            not 'SRv6' and
13308            not 'IPSEC' and
13309            not 'VHOST'"
13310   parameters:
13311   - "throughput"
13312   - "parent"
13313   - "tags"
13314   sort:
13315   - "IP6BASE"
13316   - "FIB_20k"
13317   - "FIB_200k"
13318   - "FIB_2M"
13319   traces:
13320     hoverinfo: "x+y"
13321     boxpoints: "outliers"
13322     whiskerwidth: 0
13323   layout:
13324     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
13325     layout: "plot-throughput"
13326
13327 -
13328   type: "plot"
13329   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
13330   algorithm: "plot_performance_box"
13331   output-file-type: ".html"
13332   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
13333   data: "plot-vpp-throughput-latency-3n-skx"
13334   filter: "'NIC_Intel-X710' and
13335            '78B' and
13336            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13337            'NDRPDR' and
13338            '4T2C' and
13339            'IP6FWD' and
13340            not 'SRv6' and
13341            not 'IPSEC' and
13342            not 'VHOST'"
13343   parameters:
13344   - "throughput"
13345   - "parent"
13346   - "tags"
13347   sort:
13348   - "IP6BASE"
13349   - "FIB_20k"
13350   - "FIB_200k"
13351   - "FIB_2M"
13352   traces:
13353     hoverinfo: "x+y"
13354     boxpoints: "outliers"
13355     whiskerwidth: 0
13356   layout:
13357     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
13358     layout: "plot-throughput"
13359
13360 # Packet Throughput - VPP IPv6 3n-skx-x710 - features
13361 -
13362   type: "plot"
13363   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
13364   algorithm: "plot_performance_box"
13365   output-file-type: ".html"
13366   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
13367   data: "plot-vpp-throughput-latency-3n-skx"
13368   filter: "'NIC_Intel-X710' and
13369            '78B' and
13370            ('IP6BASE' or
13371             'POLICE_MARK' or
13372             'COPWHLIST' or
13373             'IACLDST') and
13374            'NDRPDR' and
13375            '2T1C' and
13376            'IP6FWD' and
13377            not 'SRv6' and
13378            not 'IPSEC' and
13379            not 'VHOST'"
13380   parameters:
13381   - "throughput"
13382   - "parent"
13383   - "tags"
13384   sort:
13385   - "IP6BASE"
13386   - "POLICE_MARK"
13387   - "COPWHLIST"
13388   - "IACLDST"
13389   traces:
13390     hoverinfo: "x+y"
13391     boxpoints: "outliers"
13392     whiskerwidth: 0
13393   layout:
13394     title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
13395     layout: "plot-throughput"
13396
13397 -
13398   type: "plot"
13399   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
13400   algorithm: "plot_performance_box"
13401   output-file-type: ".html"
13402   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
13403   data: "plot-vpp-throughput-latency-3n-hsw"
13404   filter: "'NIC_Intel-X710' and
13405            '78B' and
13406            ('IP6BASE' or
13407             'POLICE_MARK' or
13408             'COPWHLIST' or
13409             'IACLDST') and
13410            'NDRPDR' and
13411            '4T2C' and
13412            'IP6FWD' and
13413            not 'SRv6' and
13414            not 'IPSEC' and
13415            not 'VHOST'"
13416   parameters:
13417   - "throughput"
13418   - "parent"
13419   - "tags"
13420   sort:
13421   - "IP6BASE"
13422   - "POLICE_MARK"
13423   - "COPWHLIST"
13424   - "IACLDST"
13425   traces:
13426     hoverinfo: "x+y"
13427     boxpoints: "outliers"
13428     whiskerwidth: 0
13429   layout:
13430     title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
13431     layout: "plot-throughput"
13432
13433 -
13434   type: "plot"
13435   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
13436   algorithm: "plot_performance_box"
13437   output-file-type: ".html"
13438   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
13439   data: "plot-vpp-throughput-latency-3n-skx"
13440   filter: "'NIC_Intel-X710' and
13441            '78B' and
13442            ('IP6BASE' or
13443             'POLICE_MARK' or
13444             'COPWHLIST' or
13445             'IACLDST') and
13446            'NDRPDR' and
13447            '2T1C' and
13448            'IP6FWD' and
13449            not 'SRv6' and
13450            not 'IPSEC' and
13451            not 'VHOST'"
13452   parameters:
13453   - "throughput"
13454   - "parent"
13455   - "tags"
13456   sort:
13457   - "IP6BASE"
13458   - "POLICE_MARK"
13459   - "COPWHLIST"
13460   - "IACLDST"
13461   traces:
13462     hoverinfo: "x+y"
13463     boxpoints: "outliers"
13464     whiskerwidth: 0
13465   layout:
13466     title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
13467     layout: "plot-throughput"
13468
13469 -
13470   type: "plot"
13471   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
13472   algorithm: "plot_performance_box"
13473   output-file-type: ".html"
13474   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
13475   data: "plot-vpp-throughput-latency-3n-skx"
13476   filter: "'NIC_Intel-X710' and
13477            '78B' and
13478            ('IP6BASE' or
13479             'POLICE_MARK' or
13480             'COPWHLIST' or
13481             'IACLDST') and
13482            'NDRPDR' and
13483            '4T2C' and
13484            'IP6FWD' and
13485            not 'SRv6' and
13486            not 'IPSEC' and
13487            not 'VHOST'"
13488   parameters:
13489   - "throughput"
13490   - "parent"
13491   - "tags"
13492   sort:
13493   - "IP6BASE"
13494   - "POLICE_MARK"
13495   - "COPWHLIST"
13496   - "IACLDST"
13497   traces:
13498     hoverinfo: "x+y"
13499     boxpoints: "outliers"
13500     whiskerwidth: 0
13501   layout:
13502     title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
13503     layout: "plot-throughput"
13504
13505 # Packet Throughput - VPP IPv6 2n-skx-x710
13506 -
13507   type: "plot"
13508   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
13509   algorithm: "plot_performance_box"
13510   output-file-type: ".html"
13511   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
13512   data: "plot-vpp-throughput-latency-2n-skx"
13513   filter: "'NIC_Intel-X710' and
13514            '78B' and
13515            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
13516            'NDRPDR' and
13517            '2T1C' and
13518            'IP6FWD' and
13519            not 'SRv6' and
13520            not 'IPSEC' and
13521            not 'VHOST'"
13522   parameters:
13523   - "throughput"
13524   - "parent"
13525   - "tags"
13526   sort:
13527   - "IP6BASE"
13528   - "FIB_20k"
13529   - "FIB_200k"
13530   - "FIB_2M"
13531   traces:
13532     hoverinfo: "x+y"
13533     boxpoints: "outliers"
13534     whiskerwidth: 0
13535   layout:
13536     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
13537     layout: "plot-throughput"
13538
13539 -
13540   type: "plot"
13541   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
13542   algorithm: "plot_performance_box"
13543   output-file-type: ".html"
13544   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
13545   data: "plot-vpp-throughput-latency-2n-skx"
13546   filter: "'NIC_Intel-X710' and
13547            '78B' and
13548            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
13549            'NDRPDR' and
13550            '2T1C' and
13551            'IP6FWD' and
13552            not 'SRv6' and
13553            not 'IPSEC' and
13554            not 'VHOST'"
13555   parameters:
13556   - "throughput"
13557   - "parent"
13558   - "tags"
13559   sort:
13560   - "IP6BASE"
13561   - "FIB_20k"
13562   - "FIB_200k"
13563   - "FIB_2M"
13564   traces:
13565     hoverinfo: "x+y"
13566     boxpoints: "outliers"
13567     whiskerwidth: 0
13568   layout:
13569     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
13570     layout: "plot-throughput"
13571
13572 -
13573   type: "plot"
13574   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
13575   algorithm: "plot_performance_box"
13576   output-file-type: ".html"
13577   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
13578   data: "plot-vpp-throughput-latency-2n-skx"
13579   filter: "'NIC_Intel-X710' and
13580            '78B' and
13581            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
13582            'NDRPDR' and
13583            '4T2C' and
13584            'IP6FWD' and
13585            not 'SRv6' and
13586            not 'IPSEC' and
13587            not 'VHOST'"
13588   parameters:
13589   - "throughput"
13590   - "parent"
13591   - "tags"
13592   sort:
13593   - "IP6BASE"
13594   - "FIB_20k"
13595   - "FIB_200k"
13596   - "FIB_2M"
13597   traces:
13598     hoverinfo: "x+y"
13599     boxpoints: "outliers"
13600     whiskerwidth: 0
13601   layout:
13602     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
13603     layout: "plot-throughput"
13604
13605 -
13606   type: "plot"
13607   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
13608   algorithm: "plot_performance_box"
13609   output-file-type: ".html"
13610   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
13611   data: "plot-vpp-throughput-latency-2n-skx"
13612   filter: "'NIC_Intel-X710' and
13613            '78B' and
13614            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
13615            'NDRPDR' and
13616            '4T2C' and
13617            'IP6FWD' and
13618            not 'SRv6' and
13619            not 'IPSEC' and
13620            not 'VHOST'"
13621   parameters:
13622   - "throughput"
13623   - "parent"
13624   - "tags"
13625   sort:
13626   - "IP6BASE"
13627   - "FIB_20k"
13628   - "FIB_200k"
13629   - "FIB_2M"
13630   traces:
13631     hoverinfo: "x+y"
13632     boxpoints: "outliers"
13633     whiskerwidth: 0
13634   layout:
13635     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
13636     layout: "plot-throughput"
13637
13638 # Packet Throughput - VPP IPv6 2n-skx-xxv710
13639 -
13640   type: "plot"
13641   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
13642   algorithm: "plot_performance_box"
13643   output-file-type: ".html"
13644   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
13645   data: "plot-vpp-throughput-latency-2n-skx"
13646   filter: "'NIC_Intel-XXV710' and
13647            '78B' and
13648            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
13649            'NDRPDR' and
13650            '2T1C' and
13651            'IP6FWD' and
13652            not 'SRv6' and
13653            not 'IPSEC' and
13654            not 'VHOST'"
13655   parameters:
13656   - "throughput"
13657   - "parent"
13658   - "tags"
13659   sort:
13660   - "IP6BASE"
13661   - "FIB_20k"
13662   - "FIB_200k"
13663   - "FIB_2M"
13664   traces:
13665     hoverinfo: "x+y"
13666     boxpoints: "outliers"
13667     whiskerwidth: 0
13668   layout:
13669     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
13670     layout: "plot-throughput"
13671
13672 -
13673   type: "plot"
13674   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
13675   algorithm: "plot_performance_box"
13676   output-file-type: ".html"
13677   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
13678   data: "plot-vpp-throughput-latency-2n-skx"
13679   filter: "'NIC_Intel-XXV710' and
13680            '78B' and
13681            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
13682            'NDRPDR' and
13683            '2T1C' and
13684            'IP6FWD' and
13685            not 'SRv6' and
13686            not 'IPSEC' and
13687            not 'VHOST'"
13688   parameters:
13689   - "throughput"
13690   - "parent"
13691   - "tags"
13692   sort:
13693   - "IP6BASE"
13694   - "FIB_20k"
13695   - "FIB_200k"
13696   - "FIB_2M"
13697   traces:
13698     hoverinfo: "x+y"
13699     boxpoints: "outliers"
13700     whiskerwidth: 0
13701   layout:
13702     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
13703     layout: "plot-throughput"
13704
13705 -
13706   type: "plot"
13707   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
13708   algorithm: "plot_performance_box"
13709   output-file-type: ".html"
13710   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
13711   data: "plot-vpp-throughput-latency-2n-skx"
13712   filter: "'NIC_Intel-XXV710' and
13713            '78B' and
13714            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
13715            'NDRPDR' and
13716            '4T2C' and
13717            'IP6FWD' and
13718            not 'SRv6' and
13719            not 'IPSEC' and
13720            not 'VHOST'"
13721   parameters:
13722   - "throughput"
13723   - "parent"
13724   - "tags"
13725   sort:
13726   - "IP6BASE"
13727   - "FIB_20k"
13728   - "FIB_200k"
13729   - "FIB_2M"
13730   traces:
13731     hoverinfo: "x+y"
13732     boxpoints: "outliers"
13733     whiskerwidth: 0
13734   layout:
13735     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
13736     layout: "plot-throughput"
13737
13738 -
13739   type: "plot"
13740   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
13741   algorithm: "plot_performance_box"
13742   output-file-type: ".html"
13743   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
13744   data: "plot-vpp-throughput-latency-2n-skx"
13745   filter: "'NIC_Intel-XXV710' and
13746            '78B' and
13747            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
13748            'NDRPDR' and
13749            '4T2C' and
13750            'IP6FWD' and
13751            not 'SRv6' and
13752            not 'IPSEC' and
13753            not 'VHOST'"
13754   parameters:
13755   - "throughput"
13756   - "parent"
13757   - "tags"
13758   sort:
13759   - "IP6BASE"
13760   - "FIB_20k"
13761   - "FIB_200k"
13762   - "FIB_2M"
13763   traces:
13764     hoverinfo: "x+y"
13765     boxpoints: "outliers"
13766     whiskerwidth: 0
13767   layout:
13768     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
13769     layout: "plot-throughput"
13770
13771 # Packet Throughput - VPP IPv6 2n-dnv-x553 base
13772 -
13773   type: "plot"
13774   title: "VPP Throughput: ip6-2n-dnv-x553-78b-1t1c-base-ndr"
13775   algorithm: "plot_performance_box"
13776   output-file-type: ".html"
13777   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-1t1c-base-ndr"
13778   data: "intel-dnv-vpp"
13779   filter: "'NIC_Intel-X553' and
13780            '78B' and
13781            'IP6BASE' and
13782            'NDRPDR' and
13783            '1T1C' and
13784            'IP6FWD' and
13785            not 'SRv6' and
13786            not 'IPSEC' and
13787            not 'VHOST'"
13788   parameters:
13789   - "throughput"
13790   - "parent"
13791   - "tags"
13792   sort:
13793   - "IP6BASE"
13794   traces:
13795     hoverinfo: "x+y"
13796     boxpoints: "outliers"
13797     whiskerwidth: 0
13798   layout:
13799     title: "ip6-2n-dnv-x553-78b-1t1c-base-ndr"
13800     layout: "plot-throughput"
13801
13802 -
13803   type: "plot"
13804   title: "VPP Throughput: ip6-2n-dnv-x553-78b-1t1c-base-pdr"
13805   algorithm: "plot_performance_box"
13806   output-file-type: ".html"
13807   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-1t1c-base-pdr"
13808   data: "intel-dnv-vpp"
13809   filter: "'NIC_Intel-X553' and
13810            '78B' and
13811            'IP6BASE' and
13812            'NDRPDR' and
13813            '1T1C' and
13814            'IP6FWD' and
13815            not 'SRv6' and
13816            not 'IPSEC' and
13817            not 'VHOST'"
13818   parameters:
13819   - "throughput"
13820   - "parent"
13821   - "tags"
13822   sort:
13823   - "IP6BASE"
13824   traces:
13825     hoverinfo: "x+y"
13826     boxpoints: "outliers"
13827     whiskerwidth: 0
13828   layout:
13829     title: "ip6-2n-dnv-x553-78b-1t1c-base-pdr"
13830     layout: "plot-throughput"
13831
13832 -
13833   type: "plot"
13834   title: "VPP Throughput: ip6-2n-dnv-x553-78b-2t2c-base-ndr"
13835   algorithm: "plot_performance_box"
13836   output-file-type: ".html"
13837   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-2t2c-base-ndr"
13838   data: "intel-dnv-vpp"
13839   filter: "'NIC_Intel-X553' and
13840            '78B' and
13841            'IP6BASE' and
13842            'NDRPDR' and
13843            '2T2C' and
13844            'IP6FWD' and
13845            not 'SRv6' and
13846            not 'IPSEC' and
13847            not 'VHOST'"
13848   parameters:
13849   - "throughput"
13850   - "parent"
13851   - "tags"
13852   sort:
13853   - "IP6BASE"
13854   traces:
13855     hoverinfo: "x+y"
13856     boxpoints: "outliers"
13857     whiskerwidth: 0
13858   layout:
13859     title: "ip6-2n-dnv-x553-78b-2t2c-base-ndr"
13860     layout: "plot-throughput"
13861
13862 -
13863   type: "plot"
13864   title: "VPP Throughput: ip6-2n-dnv-x553-78b-2t2c-base-pdr"
13865   algorithm: "plot_performance_box"
13866   output-file-type: ".html"
13867   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-2t2c-base-pdr"
13868   data: "intel-dnv-vpp"
13869   filter: "'NIC_Intel-X553' and
13870            '78B' and
13871            'IP6BASE' and
13872            'NDRPDR' and
13873            '2T2C' and
13874            'IP6FWD' and
13875            not 'SRv6' and
13876            not 'IPSEC' and
13877            not 'VHOST'"
13878   parameters:
13879   - "throughput"
13880   - "parent"
13881   - "tags"
13882   sort:
13883   - "IP6BASE"
13884   traces:
13885     hoverinfo: "x+y"
13886     boxpoints: "outliers"
13887     whiskerwidth: 0
13888   layout:
13889     title: "ip6-2n-dnv-x553-78b-2t2c-base-pdr"
13890     layout: "plot-throughput"
13891
13892 ################################################################################
13893
13894 # Packet Throughput - VPP IPv6 tunnels 3n-hsw-x520
13895 -
13896   type: "plot"
13897   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
13898   algorithm: "plot_performance_box"
13899   output-file-type: ".html"
13900   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
13901   data: "plot-vpp-throughput-latency-3n-hsw"
13902   filter: "'NIC_Intel-X520-DA2' and
13903            '78B' and
13904            'ENCAP' and
13905            'NDRPDR' and
13906            '1T1C' and
13907            'LISP' and
13908            not 'VHOST'"
13909   parameters:
13910   - "throughput"
13911   - "parent"
13912   - "tags"
13913   sort:
13914   - "IP4UNRLAY"
13915   - "IP6UNRLAY"
13916   traces:
13917     hoverinfo: "x+y"
13918     boxpoints: "outliers"
13919     whiskerwidth: 0
13920   layout:
13921     title: "ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
13922     layout: "plot-throughput"
13923
13924 -
13925   type: "plot"
13926   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
13927   algorithm: "plot_performance_box"
13928   output-file-type: ".html"
13929   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
13930   data: "plot-vpp-throughput-latency-3n-hsw"
13931   filter: "'NIC_Intel-X520-DA2' and
13932            '78B' and
13933            'ENCAP' and
13934            'NDRPDR' and
13935            '1T1C' and
13936            'LISP' and
13937            not 'VHOST'"
13938   parameters:
13939   - "throughput"
13940   - "parent"
13941   - "tags"
13942   sort:
13943   - "IP4UNRLAY"
13944   - "IP6UNRLAY"
13945   traces:
13946     hoverinfo: "x+y"
13947     boxpoints: "outliers"
13948     whiskerwidth: 0
13949   layout:
13950     title: "ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
13951     layout: "plot-throughput"
13952
13953 -
13954   type: "plot"
13955   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
13956   algorithm: "plot_performance_box"
13957   output-file-type: ".html"
13958   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
13959   data: "plot-vpp-throughput-latency-3n-hsw"
13960   filter: "'NIC_Intel-X520-DA2' and
13961            '78B' and
13962            'ENCAP' and
13963            'NDRPDR' and
13964            '2T2C' and
13965            'LISP' and
13966            not 'VHOST'"
13967   parameters:
13968   - "throughput"
13969   - "parent"
13970   - "tags"
13971   sort:
13972   - "IP4UNRLAY"
13973   - "IP6UNRLAY"
13974   traces:
13975     hoverinfo: "x+y"
13976     boxpoints: "outliers"
13977     whiskerwidth: 0
13978   layout:
13979     title: "ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
13980     layout: "plot-throughput"
13981
13982 -
13983   type: "plot"
13984   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
13985   algorithm: "plot_performance_box"
13986   output-file-type: ".html"
13987   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
13988   data: "plot-vpp-throughput-latency-3n-hsw"
13989   filter: "'NIC_Intel-X520-DA2' and
13990            '78B' and
13991            'ENCAP' and
13992            'NDRPDR' and
13993            '2T2C' and
13994            'LISP' and
13995            not 'VHOST'"
13996   parameters:
13997   - "throughput"
13998   - "parent"
13999   - "tags"
14000   sort:
14001   - "IP4UNRLAY"
14002   - "IP6UNRLAY"
14003   traces:
14004     hoverinfo: "x+y"
14005     boxpoints: "outliers"
14006     whiskerwidth: 0
14007   layout:
14008     title: "ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
14009     layout: "plot-throughput"
14010
14011 ################################################################################
14012
14013 # Packet Throughput - VPP IPSec 3n-hsw-xl710 base
14014 -
14015   type: "plot"
14016   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
14017   algorithm: "plot_performance_box"
14018   output-file-type: ".html"
14019   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
14020   data: "plot-vpp-throughput-latency-3n-hsw"
14021   filter: "'NIC_Intel-XL710' and
14022            '64B' and
14023            'IP4FWD' and
14024            'NDRPDR' and
14025            'BASE' and
14026            '1T1C' and
14027            'IPSECHW' and
14028            ('IPSECTRAN' or 'IPSECTUN') and
14029            not 'VHOST'"
14030   parameters:
14031   - "throughput"
14032   - "parent"
14033   - "tags"
14034   traces:
14035     hoverinfo: "x+y"
14036     boxpoints: "outliers"
14037     whiskerwidth: 0
14038   layout:
14039     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
14040     layout: "plot-throughput"
14041
14042 -
14043   type: "plot"
14044   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
14045   algorithm: "plot_performance_box"
14046   output-file-type: ".html"
14047   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
14048   data: "plot-vpp-throughput-latency-3n-hsw"
14049   filter: "'NIC_Intel-XL710' and
14050            '64B' and
14051            'IP4FWD' and
14052            'NDRPDR' and
14053            'BASE' and
14054            '1T1C' and
14055            'IPSECHW' and
14056            ('IPSECTRAN' or 'IPSECTUN') and
14057            not 'VHOST'"
14058   parameters:
14059   - "throughput"
14060   - "parent"
14061   - "tags"
14062   traces:
14063     hoverinfo: "x+y"
14064     boxpoints: "outliers"
14065     whiskerwidth: 0
14066   layout:
14067     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
14068     layout: "plot-throughput"
14069
14070 -
14071   type: "plot"
14072   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
14073   algorithm: "plot_performance_box"
14074   output-file-type: ".html"
14075   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
14076   data: "plot-vpp-throughput-latency-3n-hsw"
14077   filter: "'NIC_Intel-XL710' and
14078            '64B' and
14079            'IP4FWD' and
14080            'NDRPDR' and
14081            'BASE' and
14082            '2T2C' and
14083            'IPSECHW' and
14084            ('IPSECTRAN' or 'IPSECTUN') and
14085            not 'VHOST'"
14086   parameters:
14087   - "throughput"
14088   - "parent"
14089   - "tags"
14090   traces:
14091     hoverinfo: "x+y"
14092     boxpoints: "outliers"
14093     whiskerwidth: 0
14094   layout:
14095     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
14096     layout: "plot-throughput"
14097
14098 -
14099   type: "plot"
14100   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
14101   algorithm: "plot_performance_box"
14102   output-file-type: ".html"
14103   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
14104   data: "plot-vpp-throughput-latency-3n-hsw"
14105   filter: "'NIC_Intel-XL710' and
14106            '64B' and
14107            'IP4FWD' and
14108            'NDRPDR' and
14109            'BASE' and
14110            '2T2C' and
14111            'IPSECHW' and
14112            ('IPSECTRAN' or 'IPSECTUN') and
14113            not 'VHOST'"
14114   parameters:
14115   - "throughput"
14116   - "parent"
14117   - "tags"
14118   traces:
14119     hoverinfo: "x+y"
14120     boxpoints: "outliers"
14121     whiskerwidth: 0
14122   layout:
14123     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
14124     layout: "plot-throughput"
14125
14126 # Packet Throughput - VPP IPSec 3n-hsw-xl710 scale
14127 -
14128   type: "plot"
14129   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
14130   algorithm: "plot_performance_box"
14131   output-file-type: ".html"
14132   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
14133   data: "plot-vpp-throughput-latency-3n-hsw"
14134   filter: "'NIC_Intel-XL710' and
14135            '64B' and
14136            'IP4FWD' and
14137            'NDRPDR' and
14138            'SCALE' and
14139            '1T1C' and
14140            'IPSECHW' and
14141            ('IPSECTRAN' or 'IPSECTUN') and
14142            not 'VHOST'"
14143   parameters:
14144   - "throughput"
14145   - "parent"
14146   - "tags"
14147   traces:
14148     hoverinfo: "x+y"
14149     boxpoints: "outliers"
14150     whiskerwidth: 0
14151   layout:
14152     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
14153     layout: "plot-throughput"
14154
14155 -
14156   type: "plot"
14157   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
14158   algorithm: "plot_performance_box"
14159   output-file-type: ".html"
14160   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
14161   data: "plot-vpp-throughput-latency-3n-hsw"
14162   filter: "'NIC_Intel-XL710' and
14163            '64B' and
14164            'IP4FWD' and
14165            'NDRPDR' and
14166            'SCALE' and
14167            '1T1C' and
14168            'IPSECHW' and
14169            ('IPSECTRAN' or 'IPSECTUN') and
14170            not 'VHOST'"
14171   parameters:
14172   - "throughput"
14173   - "parent"
14174   - "tags"
14175   traces:
14176     hoverinfo: "x+y"
14177     boxpoints: "outliers"
14178     whiskerwidth: 0
14179   layout:
14180     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
14181     layout: "plot-throughput"
14182
14183 -
14184   type: "plot"
14185   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
14186   algorithm: "plot_performance_box"
14187   output-file-type: ".html"
14188   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
14189   data: "plot-vpp-throughput-latency-3n-hsw"
14190   filter: "'NIC_Intel-XL710' and
14191            '64B' and
14192            'IP4FWD' and
14193            'NDRPDR' and
14194            'SCALE' and
14195            '2T2C' and
14196            'IPSECHW' and
14197            ('IPSECTRAN' or 'IPSECTUN') and
14198            not 'VHOST'"
14199   parameters:
14200   - "throughput"
14201   - "parent"
14202   - "tags"
14203   traces:
14204     hoverinfo: "x+y"
14205     boxpoints: "outliers"
14206     whiskerwidth: 0
14207   layout:
14208     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
14209     layout: "plot-throughput"
14210
14211 -
14212   type: "plot"
14213   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
14214   algorithm: "plot_performance_box"
14215   output-file-type: ".html"
14216   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
14217   data: "plot-vpp-throughput-latency-3n-hsw"
14218   filter: "'NIC_Intel-XL710' and
14219            '64B' and
14220            'IP4FWD' and
14221            'NDRPDR' and
14222            'SCALE' and
14223            '2T2C' and
14224            'IPSECHW' and
14225            ('IPSECTRAN' or 'IPSECTUN') and
14226            not 'VHOST'"
14227   parameters:
14228   - "throughput"
14229   - "parent"
14230   - "tags"
14231   traces:
14232     hoverinfo: "x+y"
14233     boxpoints: "outliers"
14234     whiskerwidth: 0
14235   layout:
14236     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
14237     layout: "plot-throughput"
14238
14239 # Packet Throughput - VPP IPSec 3n-hsw-xl710 SW
14240 -
14241   type: "plot"
14242   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
14243   algorithm: "plot_performance_box"
14244   output-file-type: ".html"
14245   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
14246   data: "plot-vpp-throughput-latency-3n-hsw"
14247   filter: "'NIC_Intel-XL710' and
14248            '64B' and
14249            'IP4FWD' and
14250            'NDRPDR' and
14251            '1T1C' and
14252            'IPSECSW' and
14253            ('IPSECTRAN' or 'IPSECTUN') and
14254            not 'VHOST'"
14255   parameters:
14256   - "throughput"
14257   - "parent"
14258   - "tags"
14259   traces:
14260     hoverinfo: "x+y"
14261     boxpoints: "outliers"
14262     whiskerwidth: 0
14263   layout:
14264     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
14265     layout: "plot-throughput"
14266
14267 -
14268   type: "plot"
14269   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
14270   algorithm: "plot_performance_box"
14271   output-file-type: ".html"
14272   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
14273   data: "plot-vpp-throughput-latency-3n-hsw"
14274   filter: "'NIC_Intel-XL710' and
14275            '64B' and
14276            'IP4FWD' and
14277            'NDRPDR' and
14278            '1T1C' and
14279            'IPSECSW' and
14280            ('IPSECTRAN' or 'IPSECTUN') and
14281            not 'VHOST'"
14282   parameters:
14283   - "throughput"
14284   - "parent"
14285   - "tags"
14286   traces:
14287     hoverinfo: "x+y"
14288     boxpoints: "outliers"
14289     whiskerwidth: 0
14290   layout:
14291     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
14292     layout: "plot-throughput"
14293
14294 -
14295   type: "plot"
14296   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
14297   algorithm: "plot_performance_box"
14298   output-file-type: ".html"
14299   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
14300   data: "plot-vpp-throughput-latency-3n-hsw"
14301   filter: "'NIC_Intel-XL710' and
14302            '64B' and
14303            'IP4FWD' and
14304            'NDRPDR' and
14305            '2T2C' and
14306            'IPSECSW' and
14307            ('IPSECTRAN' or 'IPSECTUN') and
14308            not 'VHOST'"
14309   parameters:
14310   - "throughput"
14311   - "parent"
14312   - "tags"
14313   traces:
14314     hoverinfo: "x+y"
14315     boxpoints: "outliers"
14316     whiskerwidth: 0
14317   layout:
14318     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
14319     layout: "plot-throughput"
14320
14321 -
14322   type: "plot"
14323   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
14324   algorithm: "plot_performance_box"
14325   output-file-type: ".html"
14326   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
14327   data: "plot-vpp-throughput-latency-3n-hsw"
14328   filter: "'NIC_Intel-XL710' and
14329            '64B' and
14330            'IP4FWD' and
14331            'NDRPDR' and
14332            '2T2C' and
14333            'IPSECSW' and
14334            ('IPSECTRAN' or 'IPSECTUN') and
14335            not 'VHOST'"
14336   parameters:
14337   - "throughput"
14338   - "parent"
14339   - "tags"
14340   traces:
14341     hoverinfo: "x+y"
14342     boxpoints: "outliers"
14343     whiskerwidth: 0
14344   layout:
14345     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
14346     layout: "plot-throughput"
14347
14348 ################################################################################
14349
14350 # Packet Throughput - VPP SRv6 3n-hsw-x520
14351 -
14352   type: "plot"
14353   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-ndr"
14354   algorithm: "plot_performance_box"
14355   output-file-type: ".html"
14356   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr"
14357   data: "plot-vpp-throughput-latency-3n-hsw"
14358   filter: "'NIC_Intel-X520-DA2' and
14359            '78B' and
14360            'FEATURE' and
14361            'NDRPDR' and
14362            '1T1C' and
14363            'IP6FWD' and
14364            'SRv6'"
14365   parameters:
14366   - "throughput"
14367   - "parent"
14368   - "tags"
14369   traces:
14370     hoverinfo: "x+y"
14371     boxpoints: "outliers"
14372     whiskerwidth: 0
14373   layout:
14374     title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
14375     layout: "plot-throughput"
14376
14377 -
14378   type: "plot"
14379   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-pdr"
14380   algorithm: "plot_performance_box"
14381   output-file-type: ".html"
14382   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-pdr"
14383   data: "plot-vpp-throughput-latency-3n-hsw"
14384   filter: "'NIC_Intel-X520-DA2' and
14385            '78B' and
14386            'FEATURE' and
14387            'NDRPDR' and
14388            '1T1C' and
14389            'IP6FWD' and
14390            'SRv6'"
14391   parameters:
14392   - "throughput"
14393   - "parent"
14394   - "tags"
14395   traces:
14396     hoverinfo: "x+y"
14397     boxpoints: "outliers"
14398     whiskerwidth: 0
14399   layout:
14400     title: "srv6-3n-hsw-x520-78b-1t1c-features-pdr"
14401     layout: "plot-throughput"
14402
14403 -
14404   type: "plot"
14405   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-ndr"
14406   algorithm: "plot_performance_box"
14407   output-file-type: ".html"
14408   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr"
14409   data: "plot-vpp-throughput-latency-3n-hsw"
14410   filter: "'NIC_Intel-X520-DA2' and
14411            '78B' and
14412            'FEATURE' and
14413            'NDRPDR' and
14414            '2T2C' and
14415            'IP6FWD' and
14416            'SRv6'"
14417   parameters:
14418   - "throughput"
14419   - "parent"
14420   - "tags"
14421   traces:
14422     hoverinfo: "x+y"
14423     boxpoints: "outliers"
14424     whiskerwidth: 0
14425   layout:
14426     title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
14427     layout: "plot-throughput"
14428
14429 -
14430   type: "plot"
14431   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-pdr"
14432   algorithm: "plot_performance_box"
14433   output-file-type: ".html"
14434   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-pdr"
14435   data: "plot-vpp-throughput-latency-3n-hsw"
14436   filter: "'NIC_Intel-X520-DA2' and
14437            '78B' and
14438            'FEATURE' and
14439            'NDRPDR' and
14440            '2T2C' and
14441            'IP6FWD' and
14442            'SRv6'"
14443   parameters:
14444   - "throughput"
14445   - "parent"
14446   - "tags"
14447   traces:
14448     hoverinfo: "x+y"
14449     boxpoints: "outliers"
14450     whiskerwidth: 0
14451   layout:
14452     title: "srv6-3n-hsw-x520-78b-2t2c-features-pdr"
14453     layout: "plot-throughput"
14454
14455 ################################################################################
14456
14457 # Packet Throughput - VPP vhost ip4 3n-hsw-x520
14458 -
14459   type: "plot"
14460   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
14461   algorithm: "plot_performance_box"
14462   output-file-type: ".html"
14463   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
14464   data: "plot-vpp-throughput-latency-3n-hsw"
14465   filter: "'NIC_Intel-X520-DA2' and
14466            '64B' and
14467            'NDRPDR' and
14468            'ETH' and
14469            'IP4FWD' and
14470            '1T1C' and
14471            'VHOST_1024' and
14472            not 'VXLAN' and
14473            not 'DOT1Q'"
14474   parameters:
14475   - "throughput"
14476   - "parent"
14477   - "tags"
14478   sort:
14479   - "not CFS_OPT"
14480   - "1VM"
14481   - "2VM"
14482   traces:
14483     hoverinfo: "x+y"
14484     boxpoints: "outliers"
14485     whiskerwidth: 0
14486   layout:
14487     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
14488     layout: "plot-throughput"
14489
14490 -
14491   type: "plot"
14492   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
14493   algorithm: "plot_performance_box"
14494   output-file-type: ".html"
14495   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
14496   data: "plot-vpp-throughput-latency-3n-hsw"
14497   filter: "'NIC_Intel-X520-DA2' and
14498            '64B' and
14499            'NDRPDR' and
14500            'ETH' and
14501            'IP4FWD' and
14502            '2T2C' and
14503            'VHOST_1024' and
14504            not 'VXLAN' and
14505            not 'DOT1Q'"
14506   parameters:
14507   - "throughput"
14508   - "parent"
14509   - "tags"
14510   sort:
14511   - "not CFS_OPT"
14512   - "1VM"
14513   - "2VM"
14514   traces:
14515     hoverinfo: "x+y"
14516     boxpoints: "outliers"
14517     whiskerwidth: 0
14518   layout:
14519     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
14520     layout: "plot-throughput"
14521
14522 -
14523   type: "plot"
14524   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
14525   algorithm: "plot_performance_box"
14526   output-file-type: ".html"
14527   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
14528   data: "plot-vpp-throughput-latency-3n-hsw"
14529   filter: "'NIC_Intel-X520-DA2' and
14530            '64B' and
14531            'NDRPDR' and
14532            'ETH' and
14533            'IP4FWD' and
14534            '1T1C' and
14535            'VHOST_1024' and
14536            not 'VXLAN' and
14537            not 'DOT1Q'"
14538   parameters:
14539   - "throughput"
14540   - "parent"
14541   - "tags"
14542   sort:
14543   - "not CFS_OPT"
14544   - "1VM"
14545   - "2VM"
14546   traces:
14547     hoverinfo: "x+y"
14548     boxpoints: "outliers"
14549     whiskerwidth: 0
14550   layout:
14551     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
14552     layout: "plot-throughput"
14553
14554 -
14555   type: "plot"
14556   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
14557   algorithm: "plot_performance_box"
14558   output-file-type: ".html"
14559   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
14560   data: "plot-vpp-throughput-latency-3n-hsw"
14561   filter: "'NIC_Intel-X520-DA2' and
14562            '64B' and
14563            'NDRPDR' and
14564            'ETH' and
14565            'IP4FWD' and
14566            '2T2C' and
14567            'VHOST_1024' and
14568            not 'VXLAN' and
14569            not 'DOT1Q'"
14570   parameters:
14571   - "throughput"
14572   - "parent"
14573   - "tags"
14574   sort:
14575   - "not CFS_OPT"
14576   - "1VM"
14577   - "2VM"
14578   traces:
14579     hoverinfo: "x+y"
14580     boxpoints: "outliers"
14581     whiskerwidth: 0
14582   layout:
14583     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
14584     layout: "plot-throughput"
14585
14586 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520
14587 -
14588   type: "plot"
14589   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
14590   algorithm: "plot_performance_box"
14591   output-file-type: ".html"
14592   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
14593   data: "plot-vpp-throughput-latency-3n-hsw"
14594   filter: "'NIC_Intel-X520-DA2' and
14595            '64B' and
14596            'NDRPDR' and
14597            ('ETH' or 'DOT1Q') and
14598            '1T1C' and
14599            'L2BDMACLRN' and
14600            'VHOST_1024' and
14601            not 'VXLAN' and
14602            not 'IP4FWD' and
14603            not '2VM'"
14604   parameters:
14605   - "throughput"
14606   - "parent"
14607   - "tags"
14608 #  sort:
14609 #  - "VM"  # "not CFS_OPT"
14610 #  - "CFS_OPT"
14611 #  - "FIB_10K"
14612 #  - "FIB_100K"
14613 #  - "FIB_1M"
14614   traces:
14615     hoverinfo: "x+y"
14616     boxpoints: "outliers"
14617     whiskerwidth: 0
14618   layout:
14619     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
14620     layout: "plot-throughput"
14621
14622 -
14623   type: "plot"
14624   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
14625   algorithm: "plot_performance_box"
14626   output-file-type: ".html"
14627   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
14628   data: "plot-vpp-throughput-latency-3n-hsw"
14629   filter: "'NIC_Intel-X520-DA2' and
14630            '64B' and
14631            'NDRPDR' and
14632            ('ETH' or 'DOT1Q') and
14633            '2T2C' and
14634            'L2BDMACLRN' and
14635            'VHOST_1024' and
14636            not 'VXLAN' and
14637            not 'IP4FWD' and
14638            not '2VM'"
14639   parameters:
14640   - "throughput"
14641   - "parent"
14642   - "tags"
14643 #  sort:
14644 #  - "VM"  # "not CFS_OPT"
14645 #  - "CFS_OPT"
14646 #  - "FIB_10K"
14647 #  - "FIB_100K"
14648 #  - "FIB_1M"
14649   traces:
14650     hoverinfo: "x+y"
14651     boxpoints: "outliers"
14652     whiskerwidth: 0
14653   layout:
14654     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
14655     layout: "plot-throughput"
14656
14657 -
14658   type: "plot"
14659   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
14660   algorithm: "plot_performance_box"
14661   output-file-type: ".html"
14662   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
14663   data: "plot-vpp-throughput-latency-3n-hsw"
14664   filter: "'NIC_Intel-X520-DA2' and
14665            '64B' and
14666            'NDRPDR' and
14667            ('ETH' or 'DOT1Q') and
14668            '1T1C' and
14669            'L2BDMACLRN' and
14670            'VHOST_1024' and
14671            not 'VXLAN' and
14672            not 'IP4FWD' and
14673            not '2VM'"
14674   parameters:
14675   - "throughput"
14676   - "parent"
14677   - "tags"
14678 #  sort:
14679 #  - "VM"  # "not CFS_OPT"
14680 #  - "CFS_OPT"
14681 #  - "FIB_10K"
14682 #  - "FIB_100K"
14683 #  - "FIB_1M"
14684   traces:
14685     hoverinfo: "x+y"
14686     boxpoints: "outliers"
14687     whiskerwidth: 0
14688   layout:
14689     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
14690     layout: "plot-throughput"
14691
14692 -
14693   type: "plot"
14694   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
14695   algorithm: "plot_performance_box"
14696   output-file-type: ".html"
14697   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
14698   data: "plot-vpp-throughput-latency-3n-hsw"
14699   filter: "'NIC_Intel-X520-DA2' and
14700            '64B' and
14701            'NDRPDR' and
14702            ('ETH' or 'DOT1Q') and
14703            '2T2C' and
14704            'L2BDMACLRN' and
14705            'VHOST_1024' and
14706            not 'VXLAN' and
14707            not 'IP4FWD' and
14708            not '2VM'"
14709   parameters:
14710   - "throughput"
14711   - "parent"
14712   - "tags"
14713 #  sort:
14714 #  - "VM"  # "not CFS_OPT"
14715 #  - "CFS_OPT"
14716 #  - "FIB_10K"
14717 #  - "FIB_100K"
14718 #  - "FIB_1M"
14719   traces:
14720     hoverinfo: "x+y"
14721     boxpoints: "outliers"
14722     whiskerwidth: 0
14723   layout:
14724     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
14725     layout: "plot-throughput"
14726
14727 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base
14728 -
14729   type: "plot"
14730   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
14731   algorithm: "plot_performance_box"
14732   output-file-type: ".html"
14733   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
14734   data: "plot-vpp-throughput-latency-3n-hsw"
14735   filter: "'NIC_Intel-X520-DA2' and
14736            '64B' and
14737            'NDRPDR' and
14738            ('ETH' or 'DOT1Q') and
14739            'BASE' and
14740            '1T1C' 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 #  - "not CFS_OPT"
14752 #  - "L2XCFWD"
14753 #  - "not CFS_OPT"
14754 #  - "CFS_OPT"
14755   traces:
14756     hoverinfo: "x+y"
14757     boxpoints: "outliers"
14758     whiskerwidth: 0
14759   layout:
14760     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
14761     layout: "plot-throughput"
14762
14763 -
14764   type: "plot"
14765   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-pdr"
14766   algorithm: "plot_performance_box"
14767   output-file-type: ".html"
14768   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-pdr"
14769   data: "plot-vpp-throughput-latency-3n-hsw"
14770   filter: "'NIC_Intel-X520-DA2' and
14771            '64B' and
14772            'NDRPDR' and
14773            ('ETH' or 'DOT1Q') and
14774            'BASE' and
14775            '1T1C' and
14776            ('L2BDMACLRN' or 'L2XCFWD') and
14777            'VHOST_1024' and
14778            not 'VXLAN' and
14779            not 'IP4FWD' and
14780            not '2VM'"
14781   parameters:
14782   - "throughput"
14783   - "parent"
14784   - "tags"
14785 #  sort:
14786 #  - "not CFS_OPT"
14787 #  - "L2XCFWD"
14788 #  - "not CFS_OPT"
14789 #  - "CFS_OPT"
14790   traces:
14791     hoverinfo: "x+y"
14792     boxpoints: "outliers"
14793     whiskerwidth: 0
14794   layout:
14795     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-pdr"
14796     layout: "plot-throughput"
14797
14798 -
14799   type: "plot"
14800   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
14801   algorithm: "plot_performance_box"
14802   output-file-type: ".html"
14803   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
14804   data: "plot-vpp-throughput-latency-3n-hsw"
14805   filter: "'NIC_Intel-X520-DA2' and
14806            '64B' and
14807            'NDRPDR' and
14808            ('ETH' or 'DOT1Q') and
14809            'BASE' and
14810            '2T2C' and
14811            ('L2BDMACLRN' or 'L2XCFWD') and
14812            'VHOST_1024' and
14813            not 'VXLAN' and
14814            not 'IP4FWD' and
14815            not '2VM'"
14816   parameters:
14817   - "throughput"
14818   - "parent"
14819   - "tags"
14820 #  sort:
14821 #  - "not CFS_OPT"
14822 #  - "L2XCFWD"
14823 #  - "not CFS_OPT"
14824 #  - "CFS_OPT"
14825   traces:
14826     hoverinfo: "x+y"
14827     boxpoints: "outliers"
14828     whiskerwidth: 0
14829   layout:
14830     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
14831     layout: "plot-throughput"
14832
14833 -
14834   type: "plot"
14835   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-pdr"
14836   algorithm: "plot_performance_box"
14837   output-file-type: ".html"
14838   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-pdr"
14839   data: "plot-vpp-throughput-latency-3n-hsw"
14840   filter: "'NIC_Intel-X520-DA2' and
14841            '64B' and
14842            'NDRPDR' and
14843            ('ETH' or 'DOT1Q') and
14844            'BASE' and
14845            '2T2C' and
14846            ('L2BDMACLRN' or 'L2XCFWD') and
14847            'VHOST_1024' and
14848            not 'VXLAN' and
14849            not 'IP4FWD' and
14850            not '2VM'"
14851   parameters:
14852   - "throughput"
14853   - "parent"
14854   - "tags"
14855 #  sort:
14856 #  - "not CFS_OPT"
14857 #  - "L2XCFWD"
14858 #  - "not CFS_OPT"
14859 #  - "CFS_OPT"
14860   traces:
14861     hoverinfo: "x+y"
14862     boxpoints: "outliers"
14863     whiskerwidth: 0
14864   layout:
14865     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-pdr"
14866     layout: "plot-throughput"
14867
14868 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base vm
14869 -
14870   type: "plot"
14871   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
14872   algorithm: "plot_performance_box"
14873   output-file-type: ".html"
14874   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
14875   data: "plot-vpp-throughput-latency-3n-hsw"
14876   filter: "'NIC_Intel-X520-DA2' and
14877            '64B' and
14878            'NDRPDR' and
14879            ('ETH' or 'DOT1Q') and
14880            '1T1C' and
14881            ('L2BDMACLRN' or 'L2XCFWD') and
14882            'VHOST_1024' and
14883            not 'CFS_OPT' and
14884            not 'VXLAN' and
14885            not 'IP4FWD' and
14886            not 'LBOND'"
14887   parameters:
14888   - "throughput"
14889   - "parent"
14890   - "tags"
14891 #  sort:
14892 #  - "1VM"
14893 #  - "L2XCFWD"
14894 #  - "1VM"
14895 #  - "L2BDMACLRN"
14896   traces:
14897     hoverinfo: "x+y"
14898     boxpoints: "outliers"
14899     whiskerwidth: 0
14900   layout:
14901     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
14902     layout: "plot-throughput"
14903
14904 -
14905   type: "plot"
14906   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
14907   algorithm: "plot_performance_box"
14908   output-file-type: ".html"
14909   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
14910   data: "plot-vpp-throughput-latency-3n-hsw"
14911   filter: "'NIC_Intel-X520-DA2' and
14912            '64B' and
14913            'NDRPDR' and
14914            ('ETH' or 'DOT1Q') and
14915            '1T1C' and
14916            ('L2BDMACLRN' or 'L2XCFWD') and
14917            'VHOST_1024' and
14918            not 'CFS_OPT' and
14919            not 'VXLAN' and
14920            not 'IP4FWD' and
14921            not 'LBOND'"
14922   parameters:
14923   - "throughput"
14924   - "parent"
14925   - "tags"
14926 #  sort:
14927 #  - "1VM"
14928 #  - "L2XCFWD"
14929 #  - "1VM"
14930 #  - "L2BDMACLRN"
14931   traces:
14932     hoverinfo: "x+y"
14933     boxpoints: "outliers"
14934     whiskerwidth: 0
14935   layout:
14936     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
14937     layout: "plot-throughput"
14938
14939 -
14940   type: "plot"
14941   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
14942   algorithm: "plot_performance_box"
14943   output-file-type: ".html"
14944   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
14945   data: "plot-vpp-throughput-latency-3n-hsw"
14946   filter: "'NIC_Intel-X520-DA2' and
14947            '64B' and
14948            'NDRPDR' and
14949            ('ETH' or 'DOT1Q') and
14950            '2T2C' and
14951            ('L2BDMACLRN' or 'L2XCFWD') and
14952            'VHOST_1024' and
14953            not 'CFS_OPT' and
14954            not 'VXLAN' and
14955            not 'IP4FWD' and
14956            not 'LBOND'"
14957   parameters:
14958   - "throughput"
14959   - "parent"
14960   - "tags"
14961 #  sort:
14962 #  - "1VM"
14963 #  - "L2XCFWD"
14964 #  - "1VM"
14965 #  - "L2BDMACLRN"
14966   traces:
14967     hoverinfo: "x+y"
14968     boxpoints: "outliers"
14969     whiskerwidth: 0
14970   layout:
14971     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
14972     layout: "plot-throughput"
14973
14974 -
14975   type: "plot"
14976   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
14977   algorithm: "plot_performance_box"
14978   output-file-type: ".html"
14979   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
14980   data: "plot-vpp-throughput-latency-3n-hsw"
14981   filter: "'NIC_Intel-X520-DA2' and
14982            '64B' and
14983            'NDRPDR' and
14984            ('ETH' or 'DOT1Q') and
14985            '2T2C' and
14986            ('L2BDMACLRN' or 'L2XCFWD') and
14987            'VHOST_1024' and
14988            not 'CFS_OPT' and
14989            not 'VXLAN' and
14990            not 'IP4FWD' and
14991            not 'LBOND'"
14992   parameters:
14993   - "throughput"
14994   - "parent"
14995   - "tags"
14996 #  sort:
14997 #  - "1VM"
14998 #  - "L2XCFWD"
14999 #  - "1VM"
15000 #  - "L2BDMACLRN"
15001   traces:
15002     hoverinfo: "x+y"
15003     boxpoints: "outliers"
15004     whiskerwidth: 0
15005   layout:
15006     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
15007     layout: "plot-throughput"
15008
15009 # Packet Throughput - VPP vhost ip4 3n-hsw-x710
15010 -
15011   type: "plot"
15012   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
15013   algorithm: "plot_performance_box"
15014   output-file-type: ".html"
15015   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
15016   data: "plot-vpp-throughput-latency-3n-hsw"
15017   filter: "'NIC_Intel-X710' and
15018            '64B' and
15019            'NDRPDR' and
15020            'ETH' and
15021            'IP4FWD' and
15022            '1T1C' and
15023            'VHOST_1024' and
15024            not 'VXLAN' and
15025            not 'DOT1Q'"
15026   parameters:
15027   - "throughput"
15028   - "parent"
15029   - "tags"
15030   sort:
15031   - "not CFS_OPT"
15032   - "1VM"
15033   - "2VM"
15034   traces:
15035     hoverinfo: "x+y"
15036     boxpoints: "outliers"
15037     whiskerwidth: 0
15038   layout:
15039     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
15040     layout: "plot-throughput"
15041
15042 -
15043   type: "plot"
15044   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
15045   algorithm: "plot_performance_box"
15046   output-file-type: ".html"
15047   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
15048   data: "plot-vpp-throughput-latency-3n-hsw"
15049   filter: "'NIC_Intel-X710' and
15050            '64B' and
15051            'NDRPDR' and
15052            'ETH' and
15053            'IP4FWD' and
15054            '2T2C' and
15055            'VHOST_1024' and
15056            not 'VXLAN' and
15057            not 'DOT1Q'"
15058   parameters:
15059   - "throughput"
15060   - "parent"
15061   - "tags"
15062   sort:
15063   - "not CFS_OPT"
15064   - "1VM"
15065   - "2VM"
15066   traces:
15067     hoverinfo: "x+y"
15068     boxpoints: "outliers"
15069     whiskerwidth: 0
15070   layout:
15071     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
15072     layout: "plot-throughput"
15073
15074 -
15075   type: "plot"
15076   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
15077   algorithm: "plot_performance_box"
15078   output-file-type: ".html"
15079   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
15080   data: "plot-vpp-throughput-latency-3n-hsw"
15081   filter: "'NIC_Intel-X710' and
15082            '64B' and
15083            'NDRPDR' and
15084            'ETH' and
15085            'IP4FWD' and
15086            '1T1C' and
15087            'VHOST_1024' and
15088            not 'VXLAN' and
15089            not 'DOT1Q'"
15090   parameters:
15091   - "throughput"
15092   - "parent"
15093   - "tags"
15094   sort:
15095   - "not CFS_OPT"
15096   - "1VM"
15097   - "2VM"
15098   traces:
15099     hoverinfo: "x+y"
15100     boxpoints: "outliers"
15101     whiskerwidth: 0
15102   layout:
15103     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
15104     layout: "plot-throughput"
15105
15106 -
15107   type: "plot"
15108   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
15109   algorithm: "plot_performance_box"
15110   output-file-type: ".html"
15111   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
15112   data: "plot-vpp-throughput-latency-3n-hsw"
15113   filter: "'NIC_Intel-X710' and
15114            '64B' and
15115            'NDRPDR' and
15116            'ETH' and
15117            'IP4FWD' and
15118            '2T2C' and
15119            'VHOST_1024' and
15120            not 'VXLAN' and
15121            not 'DOT1Q'"
15122   parameters:
15123   - "throughput"
15124   - "parent"
15125   - "tags"
15126   sort:
15127   - "not CFS_OPT"
15128   - "1VM"
15129   - "2VM"
15130   traces:
15131     hoverinfo: "x+y"
15132     boxpoints: "outliers"
15133     whiskerwidth: 0
15134   layout:
15135     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
15136     layout: "plot-throughput"
15137
15138 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710
15139 -
15140   type: "plot"
15141   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
15142   algorithm: "plot_performance_box"
15143   output-file-type: ".html"
15144   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
15145   data: "plot-vpp-throughput-latency-3n-hsw"
15146   filter: "'NIC_Intel-X710' and
15147            '64B' and
15148            'NDRPDR' and
15149            ('ETH' or 'DOT1Q') and
15150            '1T1C' and
15151            'L2BDMACLRN' and
15152            'VHOST_1024' and
15153            not 'VXLAN' and
15154            not 'IP4FWD' and
15155            not '2VM'"
15156   parameters:
15157   - "throughput"
15158   - "parent"
15159   - "tags"
15160 #  sort:
15161 #  - "VM"  # "not CFS_OPT"
15162 #  - "CFS_OPT"
15163 #  - "FIB_10K"
15164 #  - "FIB_100K"
15165 #  - "FIB_1M"
15166   traces:
15167     hoverinfo: "x+y"
15168     boxpoints: "outliers"
15169     whiskerwidth: 0
15170   layout:
15171     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
15172     layout: "plot-throughput"
15173
15174 -
15175   type: "plot"
15176   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
15177   algorithm: "plot_performance_box"
15178   output-file-type: ".html"
15179   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
15180   data: "plot-vpp-throughput-latency-3n-hsw"
15181   filter: "'NIC_Intel-X710' and
15182            '64B' and
15183            'NDRPDR' and
15184            ('ETH' or 'DOT1Q') and
15185            '2T2C' and
15186            'L2BDMACLRN' and
15187            'VHOST_1024' and
15188            not 'VXLAN' and
15189            not 'IP4FWD' and
15190            not '2VM'"
15191   parameters:
15192   - "throughput"
15193   - "parent"
15194   - "tags"
15195 #  sort:
15196 #  - "VM"  # "not CFS_OPT"
15197 #  - "CFS_OPT"
15198 #  - "FIB_10K"
15199 #  - "FIB_100K"
15200 #  - "FIB_1M"
15201   traces:
15202     hoverinfo: "x+y"
15203     boxpoints: "outliers"
15204     whiskerwidth: 0
15205   layout:
15206     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
15207     layout: "plot-throughput"
15208
15209 -
15210   type: "plot"
15211   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
15212   algorithm: "plot_performance_box"
15213   output-file-type: ".html"
15214   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
15215   data: "plot-vpp-throughput-latency-3n-hsw"
15216   filter: "'NIC_Intel-X710' and
15217            '64B' and
15218            'NDRPDR' and
15219            ('ETH' or 'DOT1Q') and
15220            '1T1C' and
15221            'L2BDMACLRN' and
15222            'VHOST_1024' and
15223            not 'VXLAN' and
15224            not 'IP4FWD' and
15225            not '2VM'"
15226   parameters:
15227   - "throughput"
15228   - "parent"
15229   - "tags"
15230 #  sort:
15231 #  - "VM"  # "not CFS_OPT"
15232 #  - "CFS_OPT"
15233 #  - "FIB_10K"
15234 #  - "FIB_100K"
15235 #  - "FIB_1M"
15236   traces:
15237     hoverinfo: "x+y"
15238     boxpoints: "outliers"
15239     whiskerwidth: 0
15240   layout:
15241     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
15242     layout: "plot-throughput"
15243
15244 -
15245   type: "plot"
15246   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
15247   algorithm: "plot_performance_box"
15248   output-file-type: ".html"
15249   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
15250   data: "plot-vpp-throughput-latency-3n-hsw"
15251   filter: "'NIC_Intel-X710' and
15252            '64B' and
15253            'NDRPDR' and
15254            ('ETH' or 'DOT1Q') and
15255            '2T2C' and
15256            'L2BDMACLRN' and
15257            'VHOST_1024' and
15258            not 'VXLAN' and
15259            not 'IP4FWD' and
15260            not '2VM'"
15261   parameters:
15262   - "throughput"
15263   - "parent"
15264   - "tags"
15265 #  sort:
15266 #  - "VM"  # "not CFS_OPT"
15267 #  - "CFS_OPT"
15268 #  - "FIB_10K"
15269 #  - "FIB_100K"
15270 #  - "FIB_1M"
15271   traces:
15272     hoverinfo: "x+y"
15273     boxpoints: "outliers"
15274     whiskerwidth: 0
15275   layout:
15276     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
15277     layout: "plot-throughput"
15278
15279 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base
15280 -
15281   type: "plot"
15282   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
15283   algorithm: "plot_performance_box"
15284   output-file-type: ".html"
15285   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
15286   data: "plot-vpp-throughput-latency-3n-hsw"
15287   filter: "'NIC_Intel-X710' and
15288            '64B' and
15289            'NDRPDR' and
15290            ('ETH' or 'DOT1Q') and
15291            'BASE' and
15292            '1T1C' and
15293            ('L2BDMACLRN' or 'L2XCFWD') and
15294            'VHOST_1024' and
15295            not 'VXLAN' and
15296            not 'IP4FWD' and
15297            not '2VM'"
15298   parameters:
15299   - "throughput"
15300   - "parent"
15301   - "tags"
15302 #  sort:
15303 #  - "not CFS_OPT"
15304 #  - "L2XCFWD"
15305 #  - "not CFS_OPT"
15306 #  - "CFS_OPT"
15307   traces:
15308     hoverinfo: "x+y"
15309     boxpoints: "outliers"
15310     whiskerwidth: 0
15311   layout:
15312     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
15313     layout: "plot-throughput"
15314
15315 -
15316   type: "plot"
15317   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-pdr"
15318   algorithm: "plot_performance_box"
15319   output-file-type: ".html"
15320   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-pdr"
15321   data: "plot-vpp-throughput-latency-3n-hsw"
15322   filter: "'NIC_Intel-X710' and
15323            '64B' and
15324            'NDRPDR' and
15325            ('ETH' or 'DOT1Q') and
15326            'BASE' and
15327            '1T1C' and
15328            ('L2BDMACLRN' or 'L2XCFWD') and
15329            'VHOST_1024' and
15330            not 'VXLAN' and
15331            not 'IP4FWD' and
15332            not '2VM'"
15333   parameters:
15334   - "throughput"
15335   - "parent"
15336   - "tags"
15337 #  sort:
15338 #  - "not CFS_OPT"
15339 #  - "L2XCFWD"
15340 #  - "not CFS_OPT"
15341 #  - "CFS_OPT"
15342   traces:
15343     hoverinfo: "x+y"
15344     boxpoints: "outliers"
15345     whiskerwidth: 0
15346   layout:
15347     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-pdr"
15348     layout: "plot-throughput"
15349
15350 -
15351   type: "plot"
15352   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
15353   algorithm: "plot_performance_box"
15354   output-file-type: ".html"
15355   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
15356   data: "plot-vpp-throughput-latency-3n-hsw"
15357   filter: "'NIC_Intel-X710' and
15358            '64B' and
15359            'NDRPDR' and
15360            ('ETH' or 'DOT1Q') and
15361            'BASE' and
15362            '2T2C' and
15363            ('L2BDMACLRN' or 'L2XCFWD') and
15364            'VHOST_1024' and
15365            not 'VXLAN' and
15366            not 'IP4FWD' and
15367            not '2VM'"
15368   parameters:
15369   - "throughput"
15370   - "parent"
15371   - "tags"
15372 #  sort:
15373 #  - "not CFS_OPT"
15374 #  - "L2XCFWD"
15375 #  - "not CFS_OPT"
15376 #  - "CFS_OPT"
15377   traces:
15378     hoverinfo: "x+y"
15379     boxpoints: "outliers"
15380     whiskerwidth: 0
15381   layout:
15382     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
15383     layout: "plot-throughput"
15384
15385 -
15386   type: "plot"
15387   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-pdr"
15388   algorithm: "plot_performance_box"
15389   output-file-type: ".html"
15390   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-pdr"
15391   data: "plot-vpp-throughput-latency-3n-hsw"
15392   filter: "'NIC_Intel-X710' and
15393            '64B' and
15394            'NDRPDR' and
15395            ('ETH' or 'DOT1Q') and
15396            'BASE' and
15397            '2T2C' and
15398            ('L2BDMACLRN' or 'L2XCFWD') and
15399            'VHOST_1024' and
15400            not 'VXLAN' and
15401            not 'IP4FWD' and
15402            not '2VM'"
15403   parameters:
15404   - "throughput"
15405   - "parent"
15406   - "tags"
15407 #  sort:
15408 #  - "not CFS_OPT"
15409 #  - "L2XCFWD"
15410 #  - "not CFS_OPT"
15411 #  - "CFS_OPT"
15412   traces:
15413     hoverinfo: "x+y"
15414     boxpoints: "outliers"
15415     whiskerwidth: 0
15416   layout:
15417     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-pdr"
15418     layout: "plot-throughput"
15419
15420 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base vm
15421 -
15422   type: "plot"
15423   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
15424   algorithm: "plot_performance_box"
15425   output-file-type: ".html"
15426   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
15427   data: "plot-vpp-throughput-latency-3n-hsw"
15428   filter: "'NIC_Intel-X710' and
15429            '64B' and
15430            'NDRPDR' and
15431            ('ETH' or 'DOT1Q') and
15432            '1T1C' and
15433            ('L2BDMACLRN' or 'L2XCFWD') and
15434            'VHOST_1024' and
15435            not 'CFS_OPT' and
15436            not 'VXLAN' and
15437            not 'IP4FWD' and
15438            not 'LBOND'"
15439   parameters:
15440   - "throughput"
15441   - "parent"
15442   - "tags"
15443 #  sort:
15444 #  - "1VM"
15445 #  - "L2XCFWD"
15446 #  - "1VM"
15447 #  - "L2BDMACLRN"
15448   traces:
15449     hoverinfo: "x+y"
15450     boxpoints: "outliers"
15451     whiskerwidth: 0
15452   layout:
15453     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
15454     layout: "plot-throughput"
15455
15456 -
15457   type: "plot"
15458   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-pdr"
15459   algorithm: "plot_performance_box"
15460   output-file-type: ".html"
15461   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-pdr"
15462   data: "plot-vpp-throughput-latency-3n-hsw"
15463   filter: "'NIC_Intel-X710' and
15464            '64B' and
15465            'NDRPDR' and
15466            ('ETH' or 'DOT1Q') and
15467            '1T1C' and
15468            ('L2BDMACLRN' or 'L2XCFWD') and
15469            'VHOST_1024' and
15470            not 'CFS_OPT' and
15471            not 'VXLAN' and
15472            not 'IP4FWD' and
15473            not 'LBOND'"
15474   parameters:
15475   - "throughput"
15476   - "parent"
15477   - "tags"
15478 #  sort:
15479 #  - "1VM"
15480 #  - "L2XCFWD"
15481 #  - "1VM"
15482 #  - "L2BDMACLRN"
15483   traces:
15484     hoverinfo: "x+y"
15485     boxpoints: "outliers"
15486     whiskerwidth: 0
15487   layout:
15488     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-pdr"
15489     layout: "plot-throughput"
15490
15491 -
15492   type: "plot"
15493   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
15494   algorithm: "plot_performance_box"
15495   output-file-type: ".html"
15496   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
15497   data: "plot-vpp-throughput-latency-3n-hsw"
15498   filter: "'NIC_Intel-X710' and
15499            '64B' and
15500            'NDRPDR' and
15501            ('ETH' or 'DOT1Q') and
15502            '2T2C' and
15503            ('L2BDMACLRN' or 'L2XCFWD') and
15504            'VHOST_1024' and
15505            not 'CFS_OPT' and
15506            not 'VXLAN' and
15507            not 'IP4FWD' and
15508            not 'LBOND'"
15509   parameters:
15510   - "throughput"
15511   - "parent"
15512   - "tags"
15513 #  sort:
15514 #  - "1VM"
15515 #  - "L2XCFWD"
15516 #  - "1VM"
15517 #  - "L2BDMACLRN"
15518   traces:
15519     hoverinfo: "x+y"
15520     boxpoints: "outliers"
15521     whiskerwidth: 0
15522   layout:
15523     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
15524     layout: "plot-throughput"
15525
15526 -
15527   type: "plot"
15528   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-pdr"
15529   algorithm: "plot_performance_box"
15530   output-file-type: ".html"
15531   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-pdr"
15532   data: "plot-vpp-throughput-latency-3n-hsw"
15533   filter: "'NIC_Intel-X710' and
15534            '64B' and
15535            'NDRPDR' and
15536            ('ETH' or 'DOT1Q') and
15537            '2T2C' and
15538            ('L2BDMACLRN' or 'L2XCFWD') and
15539            'VHOST_1024' and
15540            not 'CFS_OPT' and
15541            not 'VXLAN' and
15542            not 'IP4FWD' and
15543            not 'LBOND'"
15544   parameters:
15545   - "throughput"
15546   - "parent"
15547   - "tags"
15548 #  sort:
15549 #  - "1VM"
15550 #  - "L2XCFWD"
15551 #  - "1VM"
15552 #  - "L2BDMACLRN"
15553   traces:
15554     hoverinfo: "x+y"
15555     boxpoints: "outliers"
15556     whiskerwidth: 0
15557   layout:
15558     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-pdr"
15559     layout: "plot-throughput"
15560
15561 # Packet Throughput - VPP vhost ip4 3n-hsw-xl710
15562 -
15563   type: "plot"
15564   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
15565   algorithm: "plot_performance_box"
15566   output-file-type: ".html"
15567   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
15568   data: "plot-vpp-throughput-latency-3n-hsw"
15569   filter: "'NIC_Intel-XL710' and
15570            '64B' and
15571            'NDRPDR' and
15572            'ETH' and
15573            'IP4FWD' and
15574            '1T1C' and
15575            'VHOST_1024' and
15576            not 'VXLAN' and
15577            not 'DOT1Q'"
15578   parameters:
15579   - "throughput"
15580   - "parent"
15581   - "tags"
15582   sort:
15583   - "not CFS_OPT"
15584   - "1VM"
15585   - "2VM"
15586   traces:
15587     hoverinfo: "x+y"
15588     boxpoints: "outliers"
15589     whiskerwidth: 0
15590   layout:
15591     title: "vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
15592     layout: "plot-throughput"
15593
15594 -
15595   type: "plot"
15596   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
15597   algorithm: "plot_performance_box"
15598   output-file-type: ".html"
15599   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
15600   data: "plot-vpp-throughput-latency-3n-hsw"
15601   filter: "'NIC_Intel-XL710' and
15602            '64B' and
15603            'NDRPDR' and
15604            'ETH' and
15605            'IP4FWD' and
15606            '2T2C' and
15607            'VHOST_1024' and
15608            not 'VXLAN' and
15609            not 'DOT1Q'"
15610   parameters:
15611   - "throughput"
15612   - "parent"
15613   - "tags"
15614   sort:
15615   - "not CFS_OPT"
15616   - "1VM"
15617   - "2VM"
15618   traces:
15619     hoverinfo: "x+y"
15620     boxpoints: "outliers"
15621     whiskerwidth: 0
15622   layout:
15623     title: "vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
15624     layout: "plot-throughput"
15625
15626 -
15627   type: "plot"
15628   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
15629   algorithm: "plot_performance_box"
15630   output-file-type: ".html"
15631   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
15632   data: "plot-vpp-throughput-latency-3n-hsw"
15633   filter: "'NIC_Intel-XL710' and
15634            '64B' and
15635            'NDRPDR' and
15636            'ETH' and
15637            'IP4FWD' and
15638            '1T1C' and
15639            'VHOST_1024' and
15640            not 'VXLAN' and
15641            not 'DOT1Q'"
15642   parameters:
15643   - "throughput"
15644   - "parent"
15645   - "tags"
15646   sort:
15647   - "not CFS_OPT"
15648   - "1VM"
15649   - "2VM"
15650   traces:
15651     hoverinfo: "x+y"
15652     boxpoints: "outliers"
15653     whiskerwidth: 0
15654   layout:
15655     title: "vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
15656     layout: "plot-throughput"
15657
15658 -
15659   type: "plot"
15660   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
15661   algorithm: "plot_performance_box"
15662   output-file-type: ".html"
15663   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
15664   data: "plot-vpp-throughput-latency-3n-hsw"
15665   filter: "'NIC_Intel-XL710' and
15666            '64B' and
15667            'NDRPDR' and
15668            'ETH' and
15669            'IP4FWD' and
15670            '2T2C' and
15671            'VHOST_1024' and
15672            not 'VXLAN' and
15673            not 'DOT1Q'"
15674   parameters:
15675   - "throughput"
15676   - "parent"
15677   - "tags"
15678   sort:
15679   - "not CFS_OPT"
15680   - "1VM"
15681   - "2VM"
15682   traces:
15683     hoverinfo: "x+y"
15684     boxpoints: "outliers"
15685     whiskerwidth: 0
15686   layout:
15687     title: "vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
15688     layout: "plot-throughput"
15689
15690 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710
15691 -
15692   type: "plot"
15693   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
15694   algorithm: "plot_performance_box"
15695   output-file-type: ".html"
15696   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
15697   data: "plot-vpp-throughput-latency-3n-hsw"
15698   filter: "'NIC_Intel-XL710' and
15699            '64B' and
15700            'NDRPDR' and
15701            ('ETH' or 'DOT1Q') and
15702            '1T1C' and
15703            'L2BDMACLRN' and
15704            'VHOST_1024' and
15705            not 'VXLAN' and
15706            not 'IP4FWD' and
15707            not '2VM'"
15708   parameters:
15709   - "throughput"
15710   - "parent"
15711   - "tags"
15712 #  sort:
15713 #  - "VM"  # "not CFS_OPT"
15714 #  - "CFS_OPT"
15715 #  - "FIB_10K"
15716 #  - "FIB_100K"
15717 #  - "FIB_1M"
15718   traces:
15719     hoverinfo: "x+y"
15720     boxpoints: "outliers"
15721     whiskerwidth: 0
15722   layout:
15723     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
15724     layout: "plot-throughput"
15725
15726 -
15727   type: "plot"
15728   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
15729   algorithm: "plot_performance_box"
15730   output-file-type: ".html"
15731   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
15732   data: "plot-vpp-throughput-latency-3n-hsw"
15733   filter: "'NIC_Intel-XL710' and
15734            '64B' and
15735            'NDRPDR' and
15736            ('ETH' or 'DOT1Q') and
15737            '2T2C' and
15738            'L2BDMACLRN' and
15739            'VHOST_1024' and
15740            not 'VXLAN' and
15741            not 'IP4FWD' and
15742            not '2VM'"
15743   parameters:
15744   - "throughput"
15745   - "parent"
15746   - "tags"
15747 #  sort:
15748 #  - "VM"  # "not CFS_OPT"
15749 #  - "CFS_OPT"
15750 #  - "FIB_10K"
15751 #  - "FIB_100K"
15752 #  - "FIB_1M"
15753   traces:
15754     hoverinfo: "x+y"
15755     boxpoints: "outliers"
15756     whiskerwidth: 0
15757   layout:
15758     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
15759     layout: "plot-throughput"
15760
15761 -
15762   type: "plot"
15763   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
15764   algorithm: "plot_performance_box"
15765   output-file-type: ".html"
15766   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
15767   data: "plot-vpp-throughput-latency-3n-hsw"
15768   filter: "'NIC_Intel-XL710' and
15769            '64B' and
15770            'NDRPDR' and
15771            ('ETH' or 'DOT1Q') and
15772            '1T1C' and
15773            'L2BDMACLRN' and
15774            'VHOST_1024' and
15775            not 'VXLAN' and
15776            not 'IP4FWD' and
15777            not '2VM'"
15778   parameters:
15779   - "throughput"
15780   - "parent"
15781   - "tags"
15782 #  sort:
15783 #  - "VM"  # "not CFS_OPT"
15784 #  - "CFS_OPT"
15785 #  - "FIB_10K"
15786 #  - "FIB_100K"
15787 #  - "FIB_1M"
15788   traces:
15789     hoverinfo: "x+y"
15790     boxpoints: "outliers"
15791     whiskerwidth: 0
15792   layout:
15793     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
15794     layout: "plot-throughput"
15795
15796 -
15797   type: "plot"
15798   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
15799   algorithm: "plot_performance_box"
15800   output-file-type: ".html"
15801   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
15802   data: "plot-vpp-throughput-latency-3n-hsw"
15803   filter: "'NIC_Intel-XL710' and
15804            '64B' and
15805            'NDRPDR' and
15806            ('ETH' or 'DOT1Q') and
15807            '2T2C' and
15808            'L2BDMACLRN' and
15809            'VHOST_1024' and
15810            not 'VXLAN' and
15811            not 'IP4FWD' and
15812            not '2VM'"
15813   parameters:
15814   - "throughput"
15815   - "parent"
15816   - "tags"
15817 #  sort:
15818 #  - "VM"  # "not CFS_OPT"
15819 #  - "CFS_OPT"
15820 #  - "FIB_10K"
15821 #  - "FIB_100K"
15822 #  - "FIB_1M"
15823   traces:
15824     hoverinfo: "x+y"
15825     boxpoints: "outliers"
15826     whiskerwidth: 0
15827   layout:
15828     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
15829     layout: "plot-throughput"
15830
15831 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710 - base
15832 -
15833   type: "plot"
15834   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
15835   algorithm: "plot_performance_box"
15836   output-file-type: ".html"
15837   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
15838   data: "plot-vpp-throughput-latency-3n-hsw"
15839   filter: "'NIC_Intel-XL710' and
15840            '64B' and
15841            'NDRPDR' and
15842            ('ETH' or 'DOT1Q') and
15843            'BASE' and
15844            '1T1C' and
15845            ('L2BDMACLRN' or 'L2XCFWD') and
15846            'VHOST_1024' and
15847            not 'VXLAN' and
15848            not 'IP4FWD' and
15849            not '2VM'"
15850   parameters:
15851   - "throughput"
15852   - "parent"
15853   - "tags"
15854 #  sort:
15855 #  - "not CFS_OPT"
15856 #  - "L2XCFWD"
15857 #  - "not CFS_OPT"
15858 #  - "CFS_OPT"
15859   traces:
15860     hoverinfo: "x+y"
15861     boxpoints: "outliers"
15862     whiskerwidth: 0
15863   layout:
15864     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
15865     layout: "plot-throughput"
15866
15867 -
15868   type: "plot"
15869   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
15870   algorithm: "plot_performance_box"
15871   output-file-type: ".html"
15872   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
15873   data: "plot-vpp-throughput-latency-3n-hsw"
15874   filter: "'NIC_Intel-XL710' and
15875            '64B' and
15876            'NDRPDR' and
15877            ('ETH' or 'DOT1Q') and
15878            'BASE' and
15879            '1T1C' and
15880            ('L2BDMACLRN' or 'L2XCFWD') and
15881            'VHOST_1024' and
15882            not 'VXLAN' and
15883            not 'IP4FWD' and
15884            not '2VM'"
15885   parameters:
15886   - "throughput"
15887   - "parent"
15888   - "tags"
15889 #  sort:
15890 #  - "not CFS_OPT"
15891 #  - "L2XCFWD"
15892 #  - "not CFS_OPT"
15893 #  - "CFS_OPT"
15894   traces:
15895     hoverinfo: "x+y"
15896     boxpoints: "outliers"
15897     whiskerwidth: 0
15898   layout:
15899     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
15900     layout: "plot-throughput"
15901
15902 -
15903   type: "plot"
15904   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
15905   algorithm: "plot_performance_box"
15906   output-file-type: ".html"
15907   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
15908   data: "plot-vpp-throughput-latency-3n-hsw"
15909   filter: "'NIC_Intel-XL710' and
15910            '64B' and
15911            'NDRPDR' and
15912            ('ETH' or 'DOT1Q') and
15913            'BASE' and
15914            '2T2C' and
15915            ('L2BDMACLRN' or 'L2XCFWD') and
15916            'VHOST_1024' and
15917            not 'VXLAN' and
15918            not 'IP4FWD' and
15919            not '2VM'"
15920   parameters:
15921   - "throughput"
15922   - "parent"
15923   - "tags"
15924 #  sort:
15925 #  - "not CFS_OPT"
15926 #  - "L2XCFWD"
15927 #  - "not CFS_OPT"
15928 #  - "CFS_OPT"
15929   traces:
15930     hoverinfo: "x+y"
15931     boxpoints: "outliers"
15932     whiskerwidth: 0
15933   layout:
15934     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
15935     layout: "plot-throughput"
15936
15937 -
15938   type: "plot"
15939   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
15940   algorithm: "plot_performance_box"
15941   output-file-type: ".html"
15942   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
15943   data: "plot-vpp-throughput-latency-3n-hsw"
15944   filter: "'NIC_Intel-XL710' and
15945            '64B' and
15946            'NDRPDR' and
15947            ('ETH' or 'DOT1Q') and
15948            'BASE' and
15949            '2T2C' and
15950            ('L2BDMACLRN' or 'L2XCFWD') and
15951            'VHOST_1024' and
15952            not 'VXLAN' and
15953            not 'IP4FWD' and
15954            not '2VM'"
15955   parameters:
15956   - "throughput"
15957   - "parent"
15958   - "tags"
15959 #  sort:
15960 #  - "not CFS_OPT"
15961 #  - "L2XCFWD"
15962 #  - "not CFS_OPT"
15963 #  - "CFS_OPT"
15964   traces:
15965     hoverinfo: "x+y"
15966     boxpoints: "outliers"
15967     whiskerwidth: 0
15968   layout:
15969     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
15970     layout: "plot-throughput"
15971
15972 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710 - base vm
15973 -
15974   type: "plot"
15975   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
15976   algorithm: "plot_performance_box"
15977   output-file-type: ".html"
15978   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
15979   data: "plot-vpp-throughput-latency-3n-hsw"
15980   filter: "'NIC_Intel-XL710' and
15981            '64B' and
15982            'NDRPDR' and
15983            ('ETH' or 'DOT1Q') and
15984            '1T1C' and
15985            ('L2BDMACLRN' or 'L2XCFWD') and
15986            'VHOST_1024' and
15987            not 'CFS_OPT' and
15988            not 'VXLAN' and
15989            not 'IP4FWD'"
15990   parameters:
15991   - "throughput"
15992   - "parent"
15993   - "tags"
15994 #  sort:
15995 #  - "1VM"
15996 #  - "L2XCFWD"
15997 #  - "1VM"
15998 #  - "L2BDMACLRN"
15999   traces:
16000     hoverinfo: "x+y"
16001     boxpoints: "outliers"
16002     whiskerwidth: 0
16003   layout:
16004     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
16005     layout: "plot-throughput"
16006
16007 -
16008   type: "plot"
16009   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-pdr"
16010   algorithm: "plot_performance_box"
16011   output-file-type: ".html"
16012   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-pdr"
16013   data: "plot-vpp-throughput-latency-3n-hsw"
16014   filter: "'NIC_Intel-XL710' and
16015            '64B' and
16016            'NDRPDR' and
16017            ('ETH' or 'DOT1Q') and
16018            '1T1C' and
16019            ('L2BDMACLRN' or 'L2XCFWD') and
16020            'VHOST_1024' and
16021            not 'CFS_OPT' and
16022            not 'VXLAN' and
16023            not 'IP4FWD'"
16024   parameters:
16025   - "throughput"
16026   - "parent"
16027   - "tags"
16028 #  sort:
16029 #  - "1VM"
16030 #  - "L2XCFWD"
16031 #  - "1VM"
16032 #  - "L2BDMACLRN"
16033   traces:
16034     hoverinfo: "x+y"
16035     boxpoints: "outliers"
16036     whiskerwidth: 0
16037   layout:
16038     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-pdr"
16039     layout: "plot-throughput"
16040
16041 -
16042   type: "plot"
16043   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
16044   algorithm: "plot_performance_box"
16045   output-file-type: ".html"
16046   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
16047   data: "plot-vpp-throughput-latency-3n-hsw"
16048   filter: "'NIC_Intel-XL710' and
16049            '64B' and
16050            'NDRPDR' and
16051            ('ETH' or 'DOT1Q') and
16052            '2T2C' and
16053            ('L2BDMACLRN' or 'L2XCFWD') and
16054            'VHOST_1024' and
16055            not 'CFS_OPT' and
16056            not 'VXLAN' and
16057            not 'IP4FWD'"
16058   parameters:
16059   - "throughput"
16060   - "parent"
16061   - "tags"
16062 #  sort:
16063 #  - "1VM"
16064 #  - "L2XCFWD"
16065 #  - "1VM"
16066 #  - "L2BDMACLRN"
16067   traces:
16068     hoverinfo: "x+y"
16069     boxpoints: "outliers"
16070     whiskerwidth: 0
16071   layout:
16072     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
16073     layout: "plot-throughput"
16074
16075 -
16076   type: "plot"
16077   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-pdr"
16078   algorithm: "plot_performance_box"
16079   output-file-type: ".html"
16080   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-pdr"
16081   data: "plot-vpp-throughput-latency-3n-hsw"
16082   filter: "'NIC_Intel-XL710' and
16083            '64B' and
16084            'NDRPDR' and
16085            ('ETH' or 'DOT1Q') and
16086            '2T2C' and
16087            ('L2BDMACLRN' or 'L2XCFWD') and
16088            'VHOST_1024' and
16089            not 'CFS_OPT' and
16090            not 'VXLAN' and
16091            not 'IP4FWD'"
16092   parameters:
16093   - "throughput"
16094   - "parent"
16095   - "tags"
16096 #  sort:
16097 #  - "1VM"
16098 #  - "L2XCFWD"
16099 #  - "1VM"
16100 #  - "L2BDMACLRN"
16101   traces:
16102     hoverinfo: "x+y"
16103     boxpoints: "outliers"
16104     whiskerwidth: 0
16105   layout:
16106     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-pdr"
16107     layout: "plot-throughput"
16108
16109 # Packet Throughput - VPP vhost ip4 3n-skx-x710
16110 -
16111   type: "plot"
16112   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
16113   algorithm: "plot_performance_box"
16114   output-file-type: ".html"
16115   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
16116   data: "plot-vpp-throughput-latency-3n-skx"
16117   filter: "'NIC_Intel-X710' and
16118            '64B' and
16119            'NDRPDR' and
16120            'ETH' and
16121            'IP4FWD' and
16122            '2T1C' and
16123            'VHOST_1024' and
16124            not 'VXLAN' and
16125            not 'DOT1Q'"
16126   parameters:
16127   - "throughput"
16128   - "parent"
16129   - "tags"
16130   sort:
16131   - "not CFS_OPT"
16132   - "1VM"
16133   - "2VM"
16134   traces:
16135     hoverinfo: "x+y"
16136     boxpoints: "outliers"
16137     whiskerwidth: 0
16138   layout:
16139     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
16140     layout: "plot-throughput"
16141
16142 -
16143   type: "plot"
16144   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
16145   algorithm: "plot_performance_box"
16146   output-file-type: ".html"
16147   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
16148   data: "plot-vpp-throughput-latency-3n-skx"
16149   filter: "'NIC_Intel-X710' and
16150            '64B' and
16151            'NDRPDR' and
16152            'ETH' and
16153            'IP4FWD' and
16154            '4T2C' and
16155            'VHOST_1024' and
16156            not 'VXLAN' and
16157            not 'DOT1Q'"
16158   parameters:
16159   - "throughput"
16160   - "parent"
16161   - "tags"
16162   sort:
16163   - "not CFS_OPT"
16164   - "1VM"
16165   - "2VM"
16166   traces:
16167     hoverinfo: "x+y"
16168     boxpoints: "outliers"
16169     whiskerwidth: 0
16170   layout:
16171     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
16172     layout: "plot-throughput"
16173
16174 -
16175   type: "plot"
16176   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
16177   algorithm: "plot_performance_box"
16178   output-file-type: ".html"
16179   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
16180   data: "plot-vpp-throughput-latency-3n-skx"
16181   filter: "'NIC_Intel-X710' and
16182            '64B' and
16183            'NDRPDR' and
16184            'ETH' and
16185            'IP4FWD' and
16186            '2T1C' and
16187            'VHOST_1024' and
16188            not 'VXLAN' and
16189            not 'DOT1Q'"
16190   parameters:
16191   - "throughput"
16192   - "parent"
16193   - "tags"
16194   sort:
16195   - "not CFS_OPT"
16196   - "1VM"
16197   - "2VM"
16198   traces:
16199     hoverinfo: "x+y"
16200     boxpoints: "outliers"
16201     whiskerwidth: 0
16202   layout:
16203     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
16204     layout: "plot-throughput"
16205
16206 -
16207   type: "plot"
16208   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
16209   algorithm: "plot_performance_box"
16210   output-file-type: ".html"
16211   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
16212   data: "plot-vpp-throughput-latency-3n-skx"
16213   filter: "'NIC_Intel-X710' and
16214            '64B' and
16215            'NDRPDR' and
16216            'ETH' and
16217            'IP4FWD' and
16218            '4T2C' and
16219            'VHOST_1024' and
16220            not 'VXLAN' and
16221            not 'DOT1Q'"
16222   parameters:
16223   - "throughput"
16224   - "parent"
16225   - "tags"
16226   sort:
16227   - "not CFS_OPT"
16228   - "1VM"
16229   - "2VM"
16230   traces:
16231     hoverinfo: "x+y"
16232     boxpoints: "outliers"
16233     whiskerwidth: 0
16234   layout:
16235     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
16236     layout: "plot-throughput"
16237
16238 # Packet Throughput - VPP vhost l2sw 3n-skx-x710
16239 -
16240   type: "plot"
16241   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
16242   algorithm: "plot_performance_box"
16243   output-file-type: ".html"
16244   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
16245   data: "plot-vpp-throughput-latency-3n-skx"
16246   filter: "'NIC_Intel-X710' and
16247            '64B' and
16248            'NDRPDR' and
16249            ('ETH' or 'DOT1Q') and
16250            '2T1C' and
16251            'L2BDMACLRN' and
16252            'VHOST_1024' and
16253            not 'VXLAN' and
16254            not 'IP4FWD' and
16255            not '2VM'"
16256   parameters:
16257   - "throughput"
16258   - "parent"
16259   - "tags"
16260 #  sort:
16261 #  - "VM"  # "not CFS_OPT"
16262 #  - "CFS_OPT"
16263 #  - "FIB_10K"
16264 #  - "FIB_100K"
16265 #  - "FIB_1M"
16266   traces:
16267     hoverinfo: "x+y"
16268     boxpoints: "outliers"
16269     whiskerwidth: 0
16270   layout:
16271     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
16272     layout: "plot-throughput"
16273
16274 -
16275   type: "plot"
16276   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
16277   algorithm: "plot_performance_box"
16278   output-file-type: ".html"
16279   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
16280   data: "plot-vpp-throughput-latency-3n-skx"
16281   filter: "'NIC_Intel-X710' and
16282            '64B' and
16283            'NDRPDR' and
16284            ('ETH' or 'DOT1Q') and
16285            '4T2C' and
16286            'L2BDMACLRN' and
16287            'VHOST_1024' and
16288            not 'VXLAN' and
16289            not 'IP4FWD' and
16290            not '2VM'"
16291   parameters:
16292   - "throughput"
16293   - "parent"
16294   - "tags"
16295 #  sort:
16296 #  - "VM"  # "not CFS_OPT"
16297 #  - "CFS_OPT"
16298 #  - "FIB_10K"
16299 #  - "FIB_100K"
16300 #  - "FIB_1M"
16301   traces:
16302     hoverinfo: "x+y"
16303     boxpoints: "outliers"
16304     whiskerwidth: 0
16305   layout:
16306     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
16307     layout: "plot-throughput"
16308
16309 -
16310   type: "plot"
16311   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
16312   algorithm: "plot_performance_box"
16313   output-file-type: ".html"
16314   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
16315   data: "plot-vpp-throughput-latency-3n-skx"
16316   filter: "'NIC_Intel-X710' and
16317            '64B' and
16318            'NDRPDR' and
16319            ('ETH' or 'DOT1Q') and
16320            '2T1C' and
16321            'L2BDMACLRN' and
16322            'VHOST_1024' and
16323            not 'VXLAN' and
16324            not 'IP4FWD' and
16325            not '2VM'"
16326   parameters:
16327   - "throughput"
16328   - "parent"
16329   - "tags"
16330 #  sort:
16331 #  - "VM"  # "not CFS_OPT"
16332 #  - "CFS_OPT"
16333 #  - "FIB_10K"
16334 #  - "FIB_100K"
16335 #  - "FIB_1M"
16336   traces:
16337     hoverinfo: "x+y"
16338     boxpoints: "outliers"
16339     whiskerwidth: 0
16340   layout:
16341     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
16342     layout: "plot-throughput"
16343
16344 -
16345   type: "plot"
16346   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
16347   algorithm: "plot_performance_box"
16348   output-file-type: ".html"
16349   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
16350   data: "plot-vpp-throughput-latency-3n-skx"
16351   filter: "'NIC_Intel-X710' and
16352            '64B' and
16353            'NDRPDR' and
16354            ('ETH' or 'DOT1Q') and
16355            '4T2C' and
16356            'L2BDMACLRN' and
16357            'VHOST_1024' and
16358            not 'VXLAN' and
16359            not 'IP4FWD' and
16360            not '2VM'"
16361   parameters:
16362   - "throughput"
16363   - "parent"
16364   - "tags"
16365 #  sort:
16366 #  - "VM"  # "not CFS_OPT"
16367 #  - "CFS_OPT"
16368 #  - "FIB_10K"
16369 #  - "FIB_100K"
16370 #  - "FIB_1M"
16371   traces:
16372     hoverinfo: "x+y"
16373     boxpoints: "outliers"
16374     whiskerwidth: 0
16375   layout:
16376     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
16377     layout: "plot-throughput"
16378
16379 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base
16380 -
16381   type: "plot"
16382   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
16383   algorithm: "plot_performance_box"
16384   output-file-type: ".html"
16385   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
16386   data: "plot-vpp-throughput-latency-3n-skx"
16387   filter: "'NIC_Intel-X710' and
16388            '64B' and
16389            'NDRPDR' and
16390            ('ETH' or 'DOT1Q') and
16391            'BASE' and
16392            '2T1C' and
16393            ('L2BDMACLRN' or 'L2XCFWD') and
16394            'VHOST_1024' and
16395            not 'VXLAN' and
16396            not 'IP4FWD' and
16397            not '2VM' and
16398            not 'LBOND'"
16399   parameters:
16400   - "throughput"
16401   - "parent"
16402   - "tags"
16403 #  sort:
16404 #  - "not CFS_OPT"
16405 #  - "L2XCFWD"
16406 #  - "not CFS_OPT"
16407 #  - "CFS_OPT"
16408   traces:
16409     hoverinfo: "x+y"
16410     boxpoints: "outliers"
16411     whiskerwidth: 0
16412   layout:
16413     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
16414     layout: "plot-throughput"
16415
16416 -
16417   type: "plot"
16418   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-pdr"
16419   algorithm: "plot_performance_box"
16420   output-file-type: ".html"
16421   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-pdr"
16422   data: "plot-vpp-throughput-latency-3n-skx"
16423   filter: "'NIC_Intel-X710' and
16424            '64B' and
16425            'NDRPDR' and
16426            ('ETH' or 'DOT1Q') and
16427            'BASE' and
16428            '2T1C' and
16429            ('L2BDMACLRN' or 'L2XCFWD') and
16430            'VHOST_1024' and
16431            not 'VXLAN' and
16432            not 'IP4FWD' and
16433            not '2VM' and
16434            not 'LBOND'"
16435   parameters:
16436   - "throughput"
16437   - "parent"
16438   - "tags"
16439 #  sort:
16440 #  - "not CFS_OPT"
16441 #  - "L2XCFWD"
16442 #  - "not CFS_OPT"
16443 #  - "CFS_OPT"
16444   traces:
16445     hoverinfo: "x+y"
16446     boxpoints: "outliers"
16447     whiskerwidth: 0
16448   layout:
16449     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-pdr"
16450     layout: "plot-throughput"
16451
16452 -
16453   type: "plot"
16454   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
16455   algorithm: "plot_performance_box"
16456   output-file-type: ".html"
16457   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
16458   data: "plot-vpp-throughput-latency-3n-skx"
16459   filter: "'NIC_Intel-X710' and
16460            '64B' and
16461            'NDRPDR' and
16462            ('ETH' or 'DOT1Q') and
16463            'BASE' and
16464            '4T2C' and
16465            ('L2BDMACLRN' or 'L2XCFWD') and
16466            'VHOST_1024' and
16467            not 'VXLAN' and
16468            not 'IP4FWD' and
16469            not '2VM' and
16470            not 'LBOND'"
16471   parameters:
16472   - "throughput"
16473   - "parent"
16474   - "tags"
16475 #  sort:
16476 #  - "not CFS_OPT"
16477 #  - "L2XCFWD"
16478 #  - "not CFS_OPT"
16479 #  - "CFS_OPT"
16480   traces:
16481     hoverinfo: "x+y"
16482     boxpoints: "outliers"
16483     whiskerwidth: 0
16484   layout:
16485     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
16486     layout: "plot-throughput"
16487
16488 -
16489   type: "plot"
16490   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-pdr"
16491   algorithm: "plot_performance_box"
16492   output-file-type: ".html"
16493   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-pdr"
16494   data: "plot-vpp-throughput-latency-3n-skx"
16495   filter: "'NIC_Intel-X710' and
16496            '64B' and
16497            'NDRPDR' and
16498            ('ETH' or 'DOT1Q') and
16499            'BASE' and
16500            '4T2C' and
16501            ('L2BDMACLRN' or 'L2XCFWD') and
16502            'VHOST_1024' and
16503            not 'VXLAN' and
16504            not 'IP4FWD' and
16505            not '2VM' and
16506            not 'LBOND'"
16507   parameters:
16508   - "throughput"
16509   - "parent"
16510   - "tags"
16511 #  sort:
16512 #  - "not CFS_OPT"
16513 #  - "L2XCFWD"
16514 #  - "not CFS_OPT"
16515 #  - "CFS_OPT"
16516   traces:
16517     hoverinfo: "x+y"
16518     boxpoints: "outliers"
16519     whiskerwidth: 0
16520   layout:
16521     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-pdr"
16522     layout: "plot-throughput"
16523
16524 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base vm
16525 -
16526   type: "plot"
16527   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
16528   algorithm: "plot_performance_box"
16529   output-file-type: ".html"
16530   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
16531   data: "plot-vpp-throughput-latency-3n-skx"
16532   filter: "'NIC_Intel-X710' and
16533            '64B' and
16534            'NDRPDR' and
16535            ('ETH' or 'DOT1Q') and
16536            '2T1C' and
16537            ('L2BDMACLRN' or 'L2XCFWD') and
16538            'VHOST_1024' and
16539            not 'CFS_OPT' and
16540            not 'VXLAN' and
16541            not 'IP4FWD' and
16542            not 'LBOND'"
16543   parameters:
16544   - "throughput"
16545   - "parent"
16546   - "tags"
16547 #  sort:
16548 #  - "1VM"
16549 #  - "L2XCFWD"
16550 #  - "1VM"
16551 #  - "L2BDMACLRN"
16552   traces:
16553     hoverinfo: "x+y"
16554     boxpoints: "outliers"
16555     whiskerwidth: 0
16556   layout:
16557     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
16558     layout: "plot-throughput"
16559
16560 -
16561   type: "plot"
16562   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-pdr"
16563   algorithm: "plot_performance_box"
16564   output-file-type: ".html"
16565   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-pdr"
16566   data: "plot-vpp-throughput-latency-3n-skx"
16567   filter: "'NIC_Intel-X710' and
16568            '64B' and
16569            'NDRPDR' and
16570            ('ETH' or 'DOT1Q') and
16571            '2T1C' and
16572            ('L2BDMACLRN' or 'L2XCFWD') and
16573            'VHOST_1024' and
16574            not 'CFS_OPT' and
16575            not 'VXLAN' and
16576            not 'IP4FWD' and
16577            not 'LBOND'"
16578   parameters:
16579   - "throughput"
16580   - "parent"
16581   - "tags"
16582 #  sort:
16583 #  - "1VM"
16584 #  - "L2XCFWD"
16585 #  - "1VM"
16586 #  - "L2BDMACLRN"
16587   traces:
16588     hoverinfo: "x+y"
16589     boxpoints: "outliers"
16590     whiskerwidth: 0
16591   layout:
16592     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-pdr"
16593     layout: "plot-throughput"
16594
16595 -
16596   type: "plot"
16597   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
16598   algorithm: "plot_performance_box"
16599   output-file-type: ".html"
16600   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
16601   data: "plot-vpp-throughput-latency-3n-skx"
16602   filter: "'NIC_Intel-X710' and
16603            '64B' and
16604            'NDRPDR' and
16605            ('ETH' or 'DOT1Q') and
16606            '4T2C' and
16607            ('L2BDMACLRN' or 'L2XCFWD') and
16608            'VHOST_1024' and
16609            not 'CFS_OPT' and
16610            not 'VXLAN' and
16611            not 'IP4FWD' and
16612            not 'LBOND'"
16613   parameters:
16614   - "throughput"
16615   - "parent"
16616   - "tags"
16617 #  sort:
16618 #  - "1VM"
16619 #  - "L2XCFWD"
16620 #  - "1VM"
16621 #  - "L2BDMACLRN"
16622   traces:
16623     hoverinfo: "x+y"
16624     boxpoints: "outliers"
16625     whiskerwidth: 0
16626   layout:
16627     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
16628     layout: "plot-throughput"
16629
16630 -
16631   type: "plot"
16632   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-pdr"
16633   algorithm: "plot_performance_box"
16634   output-file-type: ".html"
16635   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-pdr"
16636   data: "plot-vpp-throughput-latency-3n-skx"
16637   filter: "'NIC_Intel-X710' and
16638            '64B' and
16639            'NDRPDR' and
16640            ('ETH' or 'DOT1Q') and
16641            '4T2C' and
16642            ('L2BDMACLRN' or 'L2XCFWD') and
16643            'VHOST_1024' and
16644            not 'CFS_OPT' and
16645            not 'VXLAN' and
16646            not 'IP4FWD' and
16647            not 'LBOND'"
16648   parameters:
16649   - "throughput"
16650   - "parent"
16651   - "tags"
16652 #  sort:
16653 #  - "1VM"
16654 #  - "L2XCFWD"
16655 #  - "1VM"
16656 #  - "L2BDMACLRN"
16657   traces:
16658     hoverinfo: "x+y"
16659     boxpoints: "outliers"
16660     whiskerwidth: 0
16661   layout:
16662     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-pdr"
16663     layout: "plot-throughput"
16664
16665 # Packet Throughput - VPP vhost ip4 2n-skx-x710
16666 -
16667   type: "plot"
16668   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
16669   algorithm: "plot_performance_box"
16670   output-file-type: ".html"
16671   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
16672   data: "plot-vpp-throughput-latency-2n-skx"
16673   filter: "'NIC_Intel-X710' and
16674            '64B' and
16675            'NDRPDR' and
16676            'ETH' and
16677            'IP4FWD' and
16678            '2T1C' and
16679            'VHOST_1024' and
16680            not 'VXLAN' and
16681            not 'NF_DENSITY' and
16682            not 'DOT1Q'"
16683   parameters:
16684   - "throughput"
16685   - "parent"
16686   - "tags"
16687   sort:
16688   - "not CFS_OPT"
16689   - "1VM"
16690   - "2VM"
16691   traces:
16692     hoverinfo: "x+y"
16693     boxpoints: "outliers"
16694     whiskerwidth: 0
16695   layout:
16696     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
16697     layout: "plot-throughput"
16698
16699 -
16700   type: "plot"
16701   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16702   algorithm: "plot_performance_box"
16703   output-file-type: ".html"
16704   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16705   data: "plot-vpp-throughput-latency-2n-skx"
16706   filter: "'NIC_Intel-X710' and
16707            '64B' and
16708            'NDRPDR' and
16709            'ETH' and
16710            'IP4FWD' and
16711            '4T2C' and
16712            'VHOST_1024' and
16713            not 'VXLAN' and
16714            not 'NF_DENSITY' and
16715            not 'DOT1Q'"
16716   parameters:
16717   - "throughput"
16718   - "parent"
16719   - "tags"
16720   sort:
16721   - "not CFS_OPT"
16722   - "1VM"
16723   - "2VM"
16724   traces:
16725     hoverinfo: "x+y"
16726     boxpoints: "outliers"
16727     whiskerwidth: 0
16728   layout:
16729     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16730     layout: "plot-throughput"
16731
16732 -
16733   type: "plot"
16734   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
16735   algorithm: "plot_performance_box"
16736   output-file-type: ".html"
16737   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
16738   data: "plot-vpp-throughput-latency-2n-skx"
16739   filter: "'NIC_Intel-X710' and
16740            '64B' and
16741            'NDRPDR' and
16742            'ETH' and
16743            'IP4FWD' and
16744            '2T1C' and
16745            'VHOST_1024' and
16746            not 'VXLAN' and
16747            not 'NF_DENSITY' and
16748            not 'DOT1Q'"
16749   parameters:
16750   - "throughput"
16751   - "parent"
16752   - "tags"
16753   sort:
16754   - "not CFS_OPT"
16755   - "1VM"
16756   - "2VM"
16757   traces:
16758     hoverinfo: "x+y"
16759     boxpoints: "outliers"
16760     whiskerwidth: 0
16761   layout:
16762     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
16763     layout: "plot-throughput"
16764
16765 -
16766   type: "plot"
16767   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16768   algorithm: "plot_performance_box"
16769   output-file-type: ".html"
16770   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16771   data: "plot-vpp-throughput-latency-2n-skx"
16772   filter: "'NIC_Intel-X710' and
16773            '64B' and
16774            'NDRPDR' and
16775            'ETH' and
16776            'IP4FWD' and
16777            '4T2C' and
16778            'VHOST_1024' and
16779            not 'VXLAN' and
16780            not 'NF_DENSITY' and
16781            not 'DOT1Q'"
16782   parameters:
16783   - "throughput"
16784   - "parent"
16785   - "tags"
16786   sort:
16787   - "not CFS_OPT"
16788   - "1VM"
16789   - "2VM"
16790   traces:
16791     hoverinfo: "x+y"
16792     boxpoints: "outliers"
16793     whiskerwidth: 0
16794   layout:
16795     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16796     layout: "plot-throughput"
16797
16798 # Packet Throughput - VPP vhost l2sw 2n-skx-x710
16799 -
16800   type: "plot"
16801   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
16802   algorithm: "plot_performance_box"
16803   output-file-type: ".html"
16804   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
16805   data: "plot-vpp-throughput-latency-2n-skx"
16806   filter: "'NIC_Intel-X710' and
16807            '64B' and
16808            'NDRPDR' and
16809            ('ETH' or 'DOT1Q') and
16810            '2T1C' and
16811            'L2BDMACLRN' and
16812            'VHOST_1024' and
16813            not 'VXLAN' and
16814            not 'NF_DENSITY' and
16815            not 'IP4FWD' and
16816            not '2VM'"
16817   parameters:
16818   - "throughput"
16819   - "parent"
16820   - "tags"
16821 #  sort:
16822 #  - "VM"  # "not CFS_OPT"
16823 #  - "CFS_OPT"
16824 #  - "FIB_10K"
16825 #  - "FIB_100K"
16826 #  - "FIB_1M"
16827   traces:
16828     hoverinfo: "x+y"
16829     boxpoints: "outliers"
16830     whiskerwidth: 0
16831   layout:
16832     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
16833     layout: "plot-throughput"
16834
16835 -
16836   type: "plot"
16837   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16838   algorithm: "plot_performance_box"
16839   output-file-type: ".html"
16840   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16841   data: "plot-vpp-throughput-latency-2n-skx"
16842   filter: "'NIC_Intel-X710' and
16843            '64B' and
16844            'NDRPDR' and
16845            ('ETH' or 'DOT1Q') and
16846            '4T2C' and
16847            'L2BDMACLRN' and
16848            'VHOST_1024' and
16849            not 'VXLAN' and
16850            not 'NF_DENSITY' and
16851            not 'IP4FWD' and
16852            not '2VM'"
16853   parameters:
16854   - "throughput"
16855   - "parent"
16856   - "tags"
16857 #  sort:
16858 #  - "VM"  # "not CFS_OPT"
16859 #  - "CFS_OPT"
16860 #  - "FIB_10K"
16861 #  - "FIB_100K"
16862 #  - "FIB_1M"
16863   traces:
16864     hoverinfo: "x+y"
16865     boxpoints: "outliers"
16866     whiskerwidth: 0
16867   layout:
16868     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16869     layout: "plot-throughput"
16870
16871 -
16872   type: "plot"
16873   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
16874   algorithm: "plot_performance_box"
16875   output-file-type: ".html"
16876   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
16877   data: "plot-vpp-throughput-latency-2n-skx"
16878   filter: "'NIC_Intel-X710' and
16879            '64B' and
16880            'NDRPDR' and
16881            ('ETH' or 'DOT1Q') and
16882            '2T1C' and
16883            'L2BDMACLRN' and
16884            'VHOST_1024' and
16885            not 'VXLAN' and
16886            not 'NF_DENSITY' and
16887            not 'IP4FWD' and
16888            not '2VM'"
16889   parameters:
16890   - "throughput"
16891   - "parent"
16892   - "tags"
16893 #  sort:
16894 #  - "VM"  # "not CFS_OPT"
16895 #  - "CFS_OPT"
16896 #  - "FIB_10K"
16897 #  - "FIB_100K"
16898 #  - "FIB_1M"
16899   traces:
16900     hoverinfo: "x+y"
16901     boxpoints: "outliers"
16902     whiskerwidth: 0
16903   layout:
16904     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
16905     layout: "plot-throughput"
16906
16907 -
16908   type: "plot"
16909   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16910   algorithm: "plot_performance_box"
16911   output-file-type: ".html"
16912   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16913   data: "plot-vpp-throughput-latency-2n-skx"
16914   filter: "'NIC_Intel-X710' and
16915            '64B' and
16916            'NDRPDR' and
16917            ('ETH' or 'DOT1Q') and
16918            '4T2C' and
16919            'L2BDMACLRN' and
16920            'VHOST_1024' and
16921            not 'VXLAN' and
16922            not 'NF_DENSITY' and
16923            not 'IP4FWD' and
16924            not '2VM'"
16925   parameters:
16926   - "throughput"
16927   - "parent"
16928   - "tags"
16929 #  sort:
16930 #  - "VM"  # "not CFS_OPT"
16931 #  - "CFS_OPT"
16932 #  - "FIB_10K"
16933 #  - "FIB_100K"
16934 #  - "FIB_1M"
16935   traces:
16936     hoverinfo: "x+y"
16937     boxpoints: "outliers"
16938     whiskerwidth: 0
16939   layout:
16940     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16941     layout: "plot-throughput"
16942
16943 # Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base
16944 -
16945   type: "plot"
16946   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
16947   algorithm: "plot_performance_box"
16948   output-file-type: ".html"
16949   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
16950   data: "plot-vpp-throughput-latency-2n-skx"
16951   filter: "'NIC_Intel-X710' and
16952            '64B' and
16953            'NDRPDR' and
16954            ('ETH' or 'DOT1Q') and
16955            'BASE' and
16956            '2T1C' and
16957            ('L2BDMACLRN' or 'L2XCFWD') and
16958            'VHOST_1024' and
16959            not 'VXLAN' and
16960            not 'NF_DENSITY' and
16961            not 'IP4FWD' and
16962            not '2VM'"
16963   parameters:
16964   - "throughput"
16965   - "parent"
16966   - "tags"
16967 #  sort:
16968 #  - "not CFS_OPT"
16969 #  - "L2XCFWD"
16970 #  - "not CFS_OPT"
16971 #  - "CFS_OPT"
16972   traces:
16973     hoverinfo: "x+y"
16974     boxpoints: "outliers"
16975     whiskerwidth: 0
16976   layout:
16977     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
16978     layout: "plot-throughput"
16979
16980 -
16981   type: "plot"
16982   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-pdr"
16983   algorithm: "plot_performance_box"
16984   output-file-type: ".html"
16985   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-pdr"
16986   data: "plot-vpp-throughput-latency-2n-skx"
16987   filter: "'NIC_Intel-X710' and
16988            '64B' and
16989            'NDRPDR' and
16990            ('ETH' or 'DOT1Q') and
16991            'BASE' and
16992            '2T1C' and
16993            ('L2BDMACLRN' or 'L2XCFWD') and
16994            'VHOST_1024' and
16995            not 'VXLAN' and
16996            not 'NF_DENSITY' and
16997            not 'IP4FWD' and
16998            not '2VM'"
16999   parameters:
17000   - "throughput"
17001   - "parent"
17002   - "tags"
17003 #  sort:
17004 #  - "not CFS_OPT"
17005 #  - "L2XCFWD"
17006 #  - "not CFS_OPT"
17007 #  - "CFS_OPT"
17008   traces:
17009     hoverinfo: "x+y"
17010     boxpoints: "outliers"
17011     whiskerwidth: 0
17012   layout:
17013     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-pdr"
17014     layout: "plot-throughput"
17015
17016 -
17017   type: "plot"
17018   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
17019   algorithm: "plot_performance_box"
17020   output-file-type: ".html"
17021   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
17022   data: "plot-vpp-throughput-latency-2n-skx"
17023   filter: "'NIC_Intel-X710' and
17024            '64B' and
17025            'NDRPDR' and
17026            ('ETH' or 'DOT1Q') and
17027            'BASE' and
17028            '4T2C' and
17029            ('L2BDMACLRN' or 'L2XCFWD') and
17030            'VHOST_1024' and
17031            not 'VXLAN' and
17032            not 'NF_DENSITY' and
17033            not 'IP4FWD' and
17034            not '2VM'"
17035   parameters:
17036   - "throughput"
17037   - "parent"
17038   - "tags"
17039 #  sort:
17040 #  - "not CFS_OPT"
17041 #  - "L2XCFWD"
17042 #  - "not CFS_OPT"
17043 #  - "CFS_OPT"
17044   traces:
17045     hoverinfo: "x+y"
17046     boxpoints: "outliers"
17047     whiskerwidth: 0
17048   layout:
17049     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
17050     layout: "plot-throughput"
17051
17052 -
17053   type: "plot"
17054   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-pdr"
17055   algorithm: "plot_performance_box"
17056   output-file-type: ".html"
17057   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-pdr"
17058   data: "plot-vpp-throughput-latency-2n-skx"
17059   filter: "'NIC_Intel-X710' and
17060            '64B' and
17061            'NDRPDR' and
17062            ('ETH' or 'DOT1Q') and
17063            'BASE' and
17064            '4T2C' and
17065            ('L2BDMACLRN' or 'L2XCFWD') and
17066            'VHOST_1024' and
17067            not 'VXLAN' and
17068            not 'NF_DENSITY' and
17069            not 'IP4FWD' and
17070            not '2VM'"
17071   parameters:
17072   - "throughput"
17073   - "parent"
17074   - "tags"
17075 #  sort:
17076 #  - "not CFS_OPT"
17077 #  - "L2XCFWD"
17078 #  - "not CFS_OPT"
17079 #  - "CFS_OPT"
17080   traces:
17081     hoverinfo: "x+y"
17082     boxpoints: "outliers"
17083     whiskerwidth: 0
17084   layout:
17085     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-pdr"
17086     layout: "plot-throughput"
17087
17088 # Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base vm
17089 -
17090   type: "plot"
17091   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
17092   algorithm: "plot_performance_box"
17093   output-file-type: ".html"
17094   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
17095   data: "plot-vpp-throughput-latency-2n-skx"
17096   filter: "'NIC_Intel-X710' and
17097            '64B' and
17098            'NDRPDR' and
17099            ('ETH' or 'DOT1Q') and
17100            '2T1C' and
17101            ('L2BDMACLRN' or 'L2XCFWD') and
17102            'VHOST_1024' and
17103            not 'CFS_OPT' and
17104            not 'VXLAN' and
17105            not 'NF_DENSITY' and
17106            not 'IP4FWD'"
17107   parameters:
17108   - "throughput"
17109   - "parent"
17110   - "tags"
17111 #  sort:
17112 #  - "1VM"
17113 #  - "L2XCFWD"
17114 #  - "1VM"
17115 #  - "L2BDMACLRN"
17116   traces:
17117     hoverinfo: "x+y"
17118     boxpoints: "outliers"
17119     whiskerwidth: 0
17120   layout:
17121     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
17122     layout: "plot-throughput"
17123
17124 -
17125   type: "plot"
17126   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
17127   algorithm: "plot_performance_box"
17128   output-file-type: ".html"
17129   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
17130   data: "plot-vpp-throughput-latency-2n-skx"
17131   filter: "'NIC_Intel-X710' and
17132            '64B' and
17133            'NDRPDR' and
17134            ('ETH' or 'DOT1Q') and
17135            '2T1C' and
17136            ('L2BDMACLRN' or 'L2XCFWD') and
17137            'VHOST_1024' and
17138            not 'CFS_OPT' and
17139            not 'VXLAN' and
17140            not 'NF_DENSITY' and
17141            not 'IP4FWD'"
17142   parameters:
17143   - "throughput"
17144   - "parent"
17145   - "tags"
17146 #  sort:
17147 #  - "1VM"
17148 #  - "L2XCFWD"
17149 #  - "1VM"
17150 #  - "L2BDMACLRN"
17151   traces:
17152     hoverinfo: "x+y"
17153     boxpoints: "outliers"
17154     whiskerwidth: 0
17155   layout:
17156     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
17157     layout: "plot-throughput"
17158
17159 -
17160   type: "plot"
17161   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
17162   algorithm: "plot_performance_box"
17163   output-file-type: ".html"
17164   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
17165   data: "plot-vpp-throughput-latency-2n-skx"
17166   filter: "'NIC_Intel-X710' and
17167            '64B' and
17168            'NDRPDR' and
17169            ('ETH' or 'DOT1Q') and
17170            '4T2C' and
17171            ('L2BDMACLRN' or 'L2XCFWD') and
17172            'VHOST_1024' and
17173            not 'CFS_OPT' and
17174            not 'VXLAN' and
17175            not 'NF_DENSITY' and
17176            not 'IP4FWD'"
17177   parameters:
17178   - "throughput"
17179   - "parent"
17180   - "tags"
17181 #  sort:
17182 #  - "1VM"
17183 #  - "L2XCFWD"
17184 #  - "1VM"
17185 #  - "L2BDMACLRN"
17186   traces:
17187     hoverinfo: "x+y"
17188     boxpoints: "outliers"
17189     whiskerwidth: 0
17190   layout:
17191     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
17192     layout: "plot-throughput"
17193
17194 -
17195   type: "plot"
17196   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
17197   algorithm: "plot_performance_box"
17198   output-file-type: ".html"
17199   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
17200   data: "plot-vpp-throughput-latency-2n-skx"
17201   filter: "'NIC_Intel-X710' and
17202            '64B' and
17203            'NDRPDR' and
17204            ('ETH' or 'DOT1Q') and
17205            '4T2C' and
17206            ('L2BDMACLRN' or 'L2XCFWD') and
17207            'VHOST_1024' and
17208            not 'CFS_OPT' and
17209            not 'VXLAN' and
17210            not 'NF_DENSITY' and
17211            not 'IP4FWD'"
17212   parameters:
17213   - "throughput"
17214   - "parent"
17215   - "tags"
17216 #  sort:
17217 #  - "1VM"
17218 #  - "L2XCFWD"
17219 #  - "1VM"
17220 #  - "L2BDMACLRN"
17221   traces:
17222     hoverinfo: "x+y"
17223     boxpoints: "outliers"
17224     whiskerwidth: 0
17225   layout:
17226     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
17227     layout: "plot-throughput"
17228
17229 # Packet Throughput - VPP vhost ip4 2n-skx-xxv710
17230 -
17231   type: "plot"
17232   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
17233   algorithm: "plot_performance_box"
17234   output-file-type: ".html"
17235   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
17236   data: "plot-vpp-throughput-latency-2n-skx"
17237   filter: "'NIC_Intel-XXV710' and
17238            '64B' and
17239            'NDRPDR' and
17240            'ETH' and
17241            'IP4FWD' and
17242            '2T1C' and
17243            'VHOST_1024' and
17244            not 'VXLAN' and
17245            not 'DOT1Q'"
17246   parameters:
17247   - "throughput"
17248   - "parent"
17249   - "tags"
17250   sort:
17251   - "not CFS_OPT"
17252   - "1VM"
17253   - "2VM"
17254   traces:
17255     hoverinfo: "x+y"
17256     boxpoints: "outliers"
17257     whiskerwidth: 0
17258   layout:
17259     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
17260     layout: "plot-throughput"
17261
17262 -
17263   type: "plot"
17264   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
17265   algorithm: "plot_performance_box"
17266   output-file-type: ".html"
17267   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
17268   data: "plot-vpp-throughput-latency-2n-skx"
17269   filter: "'NIC_Intel-XXV710' and
17270            '64B' and
17271            'NDRPDR' and
17272            'ETH' and
17273            'IP4FWD' and
17274            '4T2C' and
17275            'VHOST_1024' and
17276            not 'VXLAN' and
17277            not 'DOT1Q'"
17278   parameters:
17279   - "throughput"
17280   - "parent"
17281   - "tags"
17282   sort:
17283   - "not CFS_OPT"
17284   - "1VM"
17285   - "2VM"
17286   traces:
17287     hoverinfo: "x+y"
17288     boxpoints: "outliers"
17289     whiskerwidth: 0
17290   layout:
17291     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
17292     layout: "plot-throughput"
17293
17294 -
17295   type: "plot"
17296   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
17297   algorithm: "plot_performance_box"
17298   output-file-type: ".html"
17299   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
17300   data: "plot-vpp-throughput-latency-2n-skx"
17301   filter: "'NIC_Intel-XXV710' and
17302            '64B' and
17303            'NDRPDR' and
17304            'ETH' and
17305            'IP4FWD' and
17306            '2T1C' and
17307            'VHOST_1024' and
17308            not 'VXLAN' and
17309            not 'DOT1Q'"
17310   parameters:
17311   - "throughput"
17312   - "parent"
17313   - "tags"
17314   sort:
17315   - "not CFS_OPT"
17316   - "1VM"
17317   - "2VM"
17318   traces:
17319     hoverinfo: "x+y"
17320     boxpoints: "outliers"
17321     whiskerwidth: 0
17322   layout:
17323     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
17324     layout: "plot-throughput"
17325
17326 -
17327   type: "plot"
17328   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
17329   algorithm: "plot_performance_box"
17330   output-file-type: ".html"
17331   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
17332   data: "plot-vpp-throughput-latency-2n-skx"
17333   filter: "'NIC_Intel-XXV710' and
17334            '64B' and
17335            'NDRPDR' and
17336            'ETH' and
17337            'IP4FWD' and
17338            '4T2C' and
17339            'VHOST_1024' and
17340            not 'VXLAN' and
17341            not 'DOT1Q'"
17342   parameters:
17343   - "throughput"
17344   - "parent"
17345   - "tags"
17346   sort:
17347   - "not CFS_OPT"
17348   - "1VM"
17349   - "2VM"
17350   traces:
17351     hoverinfo: "x+y"
17352     boxpoints: "outliers"
17353     whiskerwidth: 0
17354   layout:
17355     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
17356     layout: "plot-throughput"
17357
17358 # Packet Throughput - VPP vhost l2sw 2n-skx-xxv710
17359 -
17360   type: "plot"
17361   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
17362   algorithm: "plot_performance_box"
17363   output-file-type: ".html"
17364   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
17365   data: "plot-vpp-throughput-latency-2n-skx"
17366   filter: "'NIC_Intel-XXV710' and
17367            '64B' and
17368            'NDRPDR' and
17369            ('ETH' or 'DOT1Q') and
17370            '2T1C' and
17371            'L2BDMACLRN' and
17372            'VHOST_1024' and
17373            not 'VXLAN' and
17374            not 'IP4FWD' and
17375            not '2VM'"
17376   parameters:
17377   - "throughput"
17378   - "parent"
17379   - "tags"
17380 #  sort:
17381 #  - "VM"  # "not CFS_OPT"
17382 #  - "CFS_OPT"
17383 #  - "FIB_10K"
17384 #  - "FIB_100K"
17385 #  - "FIB_1M"
17386   traces:
17387     hoverinfo: "x+y"
17388     boxpoints: "outliers"
17389     whiskerwidth: 0
17390   layout:
17391     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
17392     layout: "plot-throughput"
17393
17394 -
17395   type: "plot"
17396   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
17397   algorithm: "plot_performance_box"
17398   output-file-type: ".html"
17399   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
17400   data: "plot-vpp-throughput-latency-2n-skx"
17401   filter: "'NIC_Intel-XXV710' and
17402            '64B' and
17403            'NDRPDR' and
17404            ('ETH' or 'DOT1Q') and
17405            '4T2C' and
17406            'L2BDMACLRN' and
17407            'VHOST_1024' and
17408            not 'VXLAN' and
17409            not 'IP4FWD' and
17410            not '2VM'"
17411   parameters:
17412   - "throughput"
17413   - "parent"
17414   - "tags"
17415 #  sort:
17416 #  - "VM"  # "not CFS_OPT"
17417 #  - "CFS_OPT"
17418 #  - "FIB_10K"
17419 #  - "FIB_100K"
17420 #  - "FIB_1M"
17421   traces:
17422     hoverinfo: "x+y"
17423     boxpoints: "outliers"
17424     whiskerwidth: 0
17425   layout:
17426     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
17427     layout: "plot-throughput"
17428
17429 -
17430   type: "plot"
17431   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
17432   algorithm: "plot_performance_box"
17433   output-file-type: ".html"
17434   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
17435   data: "plot-vpp-throughput-latency-2n-skx"
17436   filter: "'NIC_Intel-XXV710' and
17437            '64B' and
17438            'NDRPDR' and
17439            ('ETH' or 'DOT1Q') and
17440            '2T1C' and
17441            'L2BDMACLRN' and
17442            'VHOST_1024' and
17443            not 'VXLAN' and
17444            not 'IP4FWD' and
17445            not '2VM'"
17446   parameters:
17447   - "throughput"
17448   - "parent"
17449   - "tags"
17450 #  sort:
17451 #  - "VM"  # "not CFS_OPT"
17452 #  - "CFS_OPT"
17453 #  - "FIB_10K"
17454 #  - "FIB_100K"
17455 #  - "FIB_1M"
17456   traces:
17457     hoverinfo: "x+y"
17458     boxpoints: "outliers"
17459     whiskerwidth: 0
17460   layout:
17461     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
17462     layout: "plot-throughput"
17463
17464 -
17465   type: "plot"
17466   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
17467   algorithm: "plot_performance_box"
17468   output-file-type: ".html"
17469   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
17470   data: "plot-vpp-throughput-latency-2n-skx"
17471   filter: "'NIC_Intel-XXV710' and
17472            '64B' and
17473            'NDRPDR' and
17474            ('ETH' or 'DOT1Q') and
17475            '4T2C' and
17476            'L2BDMACLRN' and
17477            'VHOST_1024' and
17478            not 'VXLAN' and
17479            not 'IP4FWD' and
17480            not '2VM'"
17481   parameters:
17482   - "throughput"
17483   - "parent"
17484   - "tags"
17485 #  sort:
17486 #  - "VM"  # "not CFS_OPT"
17487 #  - "CFS_OPT"
17488 #  - "FIB_10K"
17489 #  - "FIB_100K"
17490 #  - "FIB_1M"
17491   traces:
17492     hoverinfo: "x+y"
17493     boxpoints: "outliers"
17494     whiskerwidth: 0
17495   layout:
17496     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
17497     layout: "plot-throughput"
17498
17499 # Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base
17500 -
17501   type: "plot"
17502   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
17503   algorithm: "plot_performance_box"
17504   output-file-type: ".html"
17505   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
17506   data: "plot-vpp-throughput-latency-2n-skx"
17507   filter: "'NIC_Intel-XXV710' and
17508            '64B' and
17509            'NDRPDR' and
17510            ('ETH' or 'DOT1Q') and
17511            'BASE' and
17512            '2T1C' and
17513            ('L2BDMACLRN' or 'L2XCFWD') and
17514            'VHOST_1024' and
17515            not 'VXLAN' and
17516            not 'IP4FWD' and
17517            not '2VM'"
17518   parameters:
17519   - "throughput"
17520   - "parent"
17521   - "tags"
17522 #  sort:
17523 #  - "not CFS_OPT"
17524 #  - "L2XCFWD"
17525 #  - "not CFS_OPT"
17526 #  - "CFS_OPT"
17527   traces:
17528     hoverinfo: "x+y"
17529     boxpoints: "outliers"
17530     whiskerwidth: 0
17531   layout:
17532     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
17533     layout: "plot-throughput"
17534
17535 -
17536   type: "plot"
17537   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-pdr"
17538   algorithm: "plot_performance_box"
17539   output-file-type: ".html"
17540   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-pdr"
17541   data: "plot-vpp-throughput-latency-2n-skx"
17542   filter: "'NIC_Intel-XXV710' and
17543            '64B' and
17544            'NDRPDR' and
17545            ('ETH' or 'DOT1Q') and
17546            'BASE' and
17547            '2T1C' and
17548            ('L2BDMACLRN' or 'L2XCFWD') and
17549            'VHOST_1024' and
17550            not 'VXLAN' and
17551            not 'IP4FWD' and
17552            not '2VM'"
17553   parameters:
17554   - "throughput"
17555   - "parent"
17556   - "tags"
17557 #  sort:
17558 #  - "not CFS_OPT"
17559 #  - "L2XCFWD"
17560 #  - "not CFS_OPT"
17561 #  - "CFS_OPT"
17562   traces:
17563     hoverinfo: "x+y"
17564     boxpoints: "outliers"
17565     whiskerwidth: 0
17566   layout:
17567     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-pdr"
17568     layout: "plot-throughput"
17569
17570 -
17571   type: "plot"
17572   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
17573   algorithm: "plot_performance_box"
17574   output-file-type: ".html"
17575   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
17576   data: "plot-vpp-throughput-latency-2n-skx"
17577   filter: "'NIC_Intel-XXV710' and
17578            '64B' and
17579            'NDRPDR' and
17580            ('ETH' or 'DOT1Q') and
17581            'BASE' and
17582            '4T2C' and
17583            ('L2BDMACLRN' or 'L2XCFWD') and
17584            'VHOST_1024' and
17585            not 'VXLAN' and
17586            not 'IP4FWD' and
17587            not '2VM'"
17588   parameters:
17589   - "throughput"
17590   - "parent"
17591   - "tags"
17592 #  sort:
17593 #  - "not CFS_OPT"
17594 #  - "L2XCFWD"
17595 #  - "not CFS_OPT"
17596 #  - "CFS_OPT"
17597   traces:
17598     hoverinfo: "x+y"
17599     boxpoints: "outliers"
17600     whiskerwidth: 0
17601   layout:
17602     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
17603     layout: "plot-throughput"
17604
17605 -
17606   type: "plot"
17607   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-pdr"
17608   algorithm: "plot_performance_box"
17609   output-file-type: ".html"
17610   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-pdr"
17611   data: "plot-vpp-throughput-latency-2n-skx"
17612   filter: "'NIC_Intel-XXV710' and
17613            '64B' and
17614            'NDRPDR' and
17615            ('ETH' or 'DOT1Q') and
17616            'BASE' and
17617            '4T2C' and
17618            ('L2BDMACLRN' or 'L2XCFWD') and
17619            'VHOST_1024' and
17620            not 'VXLAN' and
17621            not 'IP4FWD' and
17622            not '2VM'"
17623   parameters:
17624   - "throughput"
17625   - "parent"
17626   - "tags"
17627 #  sort:
17628 #  - "not CFS_OPT"
17629 #  - "L2XCFWD"
17630 #  - "not CFS_OPT"
17631 #  - "CFS_OPT"
17632   traces:
17633     hoverinfo: "x+y"
17634     boxpoints: "outliers"
17635     whiskerwidth: 0
17636   layout:
17637     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-pdr"
17638     layout: "plot-throughput"
17639
17640 # Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base vm
17641 -
17642   type: "plot"
17643   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
17644   algorithm: "plot_performance_box"
17645   output-file-type: ".html"
17646   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
17647   data: "plot-vpp-throughput-latency-2n-skx"
17648   filter: "'NIC_Intel-XXV710' and
17649            '64B' and
17650            'NDRPDR' and
17651            ('ETH' or 'DOT1Q') and
17652            '2T1C' and
17653            ('L2BDMACLRN' or 'L2XCFWD') and
17654            'VHOST_1024' and
17655            not 'CFS_OPT' and
17656            not 'VXLAN' and
17657            not 'IP4FWD'"
17658   parameters:
17659   - "throughput"
17660   - "parent"
17661   - "tags"
17662 #  sort:
17663 #  - "1VM"
17664 #  - "L2XCFWD"
17665 #  - "1VM"
17666 #  - "L2BDMACLRN"
17667   traces:
17668     hoverinfo: "x+y"
17669     boxpoints: "outliers"
17670     whiskerwidth: 0
17671   layout:
17672     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
17673     layout: "plot-throughput"
17674
17675 -
17676   type: "plot"
17677   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
17678   algorithm: "plot_performance_box"
17679   output-file-type: ".html"
17680   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
17681   data: "plot-vpp-throughput-latency-2n-skx"
17682   filter: "'NIC_Intel-XXV710' and
17683            '64B' and
17684            'NDRPDR' and
17685            ('ETH' or 'DOT1Q') and
17686            '2T1C' and
17687            ('L2BDMACLRN' or 'L2XCFWD') and
17688            'VHOST_1024' and
17689            not 'CFS_OPT' and
17690            not 'VXLAN' and
17691            not 'IP4FWD'"
17692   parameters:
17693   - "throughput"
17694   - "parent"
17695   - "tags"
17696 #  sort:
17697 #  - "1VM"
17698 #  - "L2XCFWD"
17699 #  - "1VM"
17700 #  - "L2BDMACLRN"
17701   traces:
17702     hoverinfo: "x+y"
17703     boxpoints: "outliers"
17704     whiskerwidth: 0
17705   layout:
17706     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
17707     layout: "plot-throughput"
17708
17709 -
17710   type: "plot"
17711   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
17712   algorithm: "plot_performance_box"
17713   output-file-type: ".html"
17714   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
17715   data: "plot-vpp-throughput-latency-2n-skx"
17716   filter: "'NIC_Intel-XXV710' and
17717            '64B' and
17718            'NDRPDR' and
17719            ('ETH' or 'DOT1Q') and
17720            '4T2C' and
17721            ('L2BDMACLRN' or 'L2XCFWD') and
17722            'VHOST_1024' and
17723            not 'CFS_OPT' and
17724            not 'VXLAN' and
17725            not 'IP4FWD'"
17726   parameters:
17727   - "throughput"
17728   - "parent"
17729   - "tags"
17730 #  sort:
17731 #  - "1VM"
17732 #  - "L2XCFWD"
17733 #  - "1VM"
17734 #  - "L2BDMACLRN"
17735   traces:
17736     hoverinfo: "x+y"
17737     boxpoints: "outliers"
17738     whiskerwidth: 0
17739   layout:
17740     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
17741     layout: "plot-throughput"
17742
17743 -
17744   type: "plot"
17745   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
17746   algorithm: "plot_performance_box"
17747   output-file-type: ".html"
17748   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
17749   data: "plot-vpp-throughput-latency-2n-skx"
17750   filter: "'NIC_Intel-XXV710' and
17751            '64B' and
17752            'NDRPDR' and
17753            ('ETH' or 'DOT1Q') and
17754            '4T2C' and
17755            ('L2BDMACLRN' or 'L2XCFWD') and
17756            'VHOST_1024' and
17757            not 'CFS_OPT' and
17758            not 'VXLAN' and
17759            not 'IP4FWD'"
17760   parameters:
17761   - "throughput"
17762   - "parent"
17763   - "tags"
17764 #  sort:
17765 #  - "1VM"
17766 #  - "L2XCFWD"
17767 #  - "1VM"
17768 #  - "L2BDMACLRN"
17769   traces:
17770     hoverinfo: "x+y"
17771     boxpoints: "outliers"
17772     whiskerwidth: 0
17773   layout:
17774     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
17775     layout: "plot-throughput"
17776
17777 ################################################################################
17778
17779 # Packet Throughput - VPP VTS 3n-hsw-x520
17780 -
17781   type: "plot"
17782   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-ndr"
17783   algorithm: "plot_performance_box"
17784   output-file-type: ".html"
17785   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr"
17786   data: "plot-vpp-throughput-latency-3n-hsw"
17787   filter: "'NIC_Intel-X520-DA2' and
17788            '114B' and
17789            'NDRPDR' and
17790            '1T1C' and
17791            'VTS'"
17792   parameters:
17793   - "throughput"
17794   - "parent"
17795   - "tags"
17796   traces:
17797     hoverinfo: "x+y"
17798     boxpoints: "outliers"
17799     whiskerwidth: 0
17800   layout:
17801     title: "vts-3n-hsw-x520-114b-1t1c-ndr"
17802     layout: "plot-throughput"
17803
17804 -
17805   type: "plot"
17806   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-ndr"
17807   algorithm: "plot_performance_box"
17808   output-file-type: ".html"
17809   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr"
17810   data: "plot-vpp-throughput-latency-3n-hsw"
17811   filter: "'NIC_Intel-X520-DA2' and
17812            '114B' and
17813            'NDRPDR' and
17814            '2T2C' and
17815            'VTS'"
17816   parameters:
17817   - "throughput"
17818   - "parent"
17819   - "tags"
17820   traces:
17821     hoverinfo: "x+y"
17822     boxpoints: "outliers"
17823     whiskerwidth: 0
17824   layout:
17825     title: "vts-3n-hsw-x520-114b-2t2c-ndr"
17826     layout: "plot-throughput"
17827
17828 -
17829   type: "plot"
17830   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-pdr"
17831   algorithm: "plot_performance_box"
17832   output-file-type: ".html"
17833   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-pdr"
17834   data: "plot-vpp-throughput-latency-3n-hsw"
17835   filter: "'NIC_Intel-X520-DA2' and
17836            '114B' and
17837            'NDRPDR' and
17838            '1T1C' and
17839            'VTS'"
17840   parameters:
17841   - "throughput"
17842   - "parent"
17843   - "tags"
17844   traces:
17845     hoverinfo: "x+y"
17846     boxpoints: "outliers"
17847     whiskerwidth: 0
17848   layout:
17849     title: "vts-3n-hsw-x520-114b-1t1c-pdr"
17850     layout: "plot-throughput"
17851
17852 -
17853   type: "plot"
17854   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-pdr"
17855   algorithm: "plot_performance_box"
17856   output-file-type: ".html"
17857   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-pdr"
17858   data: "plot-vpp-throughput-latency-3n-hsw"
17859   filter: "'NIC_Intel-X520-DA2' and
17860            '114B' and
17861            'NDRPDR' and
17862            '2T2C' and
17863            'VTS'"
17864   parameters:
17865   - "throughput"
17866   - "parent"
17867   - "tags"
17868   traces:
17869     hoverinfo: "x+y"
17870     boxpoints: "outliers"
17871     whiskerwidth: 0
17872   layout:
17873     title: "vts-3n-hsw-x520-114b-2t2c-pdr"
17874     layout: "plot-throughput"
17875
17876 ################################################################################
17877
17878 # Packet Throughput - DPDK l3fwd 3n-hsw-x520
17879 -
17880   type: "plot"
17881   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
17882   algorithm: "plot_performance_box"
17883   output-file-type: ".html"
17884   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
17885   data: "plot-dpdk-throughput-latency-3n-hsw"
17886   filter: "'NIC_Intel-X520-DA2' and
17887            '64B' and
17888            'BASE' and
17889            'NDRPDR' and
17890            '1T1C' and
17891            'IP4FWD'"
17892   parameters:
17893   - "throughput"
17894   - "parent"
17895   - "tags"
17896   traces:
17897     hoverinfo: "x+y"
17898     boxpoints: "outliers"
17899     whiskerwidth: 0
17900   layout:
17901     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
17902     layout: "plot-throughput"
17903
17904 -
17905   type: "plot"
17906   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
17907   algorithm: "plot_performance_box"
17908   output-file-type: ".html"
17909   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
17910   data: "plot-dpdk-throughput-latency-3n-hsw"
17911   filter: "'NIC_Intel-X520-DA2' and
17912            '64B' and
17913            'BASE' and
17914            'NDRPDR' and
17915            '2T2C' and
17916            'IP4FWD'"
17917   parameters:
17918   - "throughput"
17919   - "parent"
17920   - "tags"
17921   traces:
17922     hoverinfo: "x+y"
17923     boxpoints: "outliers"
17924     whiskerwidth: 0
17925   layout:
17926     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
17927     layout: "plot-throughput"
17928
17929 -
17930   type: "plot"
17931   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
17932   algorithm: "plot_performance_box"
17933   output-file-type: ".html"
17934   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
17935   data: "plot-dpdk-throughput-latency-3n-hsw"
17936   filter: "'NIC_Intel-X520-DA2' and
17937            '64B' and
17938            'BASE' and
17939            'NDRPDR' and
17940            '1T1C' and
17941            'IP4FWD'"
17942   parameters:
17943   - "throughput"
17944   - "parent"
17945   - "tags"
17946   traces:
17947     hoverinfo: "x+y"
17948     boxpoints: "outliers"
17949     whiskerwidth: 0
17950   layout:
17951     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
17952     layout: "plot-throughput"
17953
17954 -
17955   type: "plot"
17956   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
17957   algorithm: "plot_performance_box"
17958   output-file-type: ".html"
17959   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
17960   data: "plot-dpdk-throughput-latency-3n-hsw"
17961   filter: "'NIC_Intel-X520-DA2' and
17962            '64B' and
17963            'BASE' and
17964            'NDRPDR' and
17965            '2T2C' and
17966            'IP4FWD'"
17967   parameters:
17968   - "throughput"
17969   - "parent"
17970   - "tags"
17971   traces:
17972     hoverinfo: "x+y"
17973     boxpoints: "outliers"
17974     whiskerwidth: 0
17975   layout:
17976     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
17977     layout: "plot-throughput"
17978
17979 # Packet Throughput - DPDK l3fwd 3n-hsw-x710
17980 -
17981   type: "plot"
17982   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
17983   algorithm: "plot_performance_box"
17984   output-file-type: ".html"
17985   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
17986   data: "plot-dpdk-throughput-latency-3n-hsw"
17987   filter: "'NIC_Intel-X710' and
17988            '64B' and
17989            'BASE' and
17990            'NDRPDR' and
17991            '1T1C' and
17992            'IP4FWD'"
17993   parameters:
17994   - "throughput"
17995   - "parent"
17996   - "tags"
17997   traces:
17998     hoverinfo: "x+y"
17999     boxpoints: "outliers"
18000     whiskerwidth: 0
18001   layout:
18002     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
18003     layout: "plot-throughput"
18004
18005 -
18006   type: "plot"
18007   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
18008   algorithm: "plot_performance_box"
18009   output-file-type: ".html"
18010   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
18011   data: "plot-dpdk-throughput-latency-3n-hsw"
18012   filter: "'NIC_Intel-X710' and
18013            '64B' and
18014            'BASE' and
18015            'NDRPDR' and
18016            '2T2C' and
18017            'IP4FWD'"
18018   parameters:
18019   - "throughput"
18020   - "parent"
18021   - "tags"
18022   traces:
18023     hoverinfo: "x+y"
18024     boxpoints: "outliers"
18025     whiskerwidth: 0
18026   layout:
18027     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
18028     layout: "plot-throughput"
18029
18030 -
18031   type: "plot"
18032   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
18033   algorithm: "plot_performance_box"
18034   output-file-type: ".html"
18035   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
18036   data: "plot-dpdk-throughput-latency-3n-hsw"
18037   filter: "'NIC_Intel-X710' and
18038            '64B' and
18039            'BASE' and
18040            'NDRPDR' and
18041            '1T1C' and
18042            'IP4FWD'"
18043   parameters:
18044   - "throughput"
18045   - "parent"
18046   - "tags"
18047   traces:
18048     hoverinfo: "x+y"
18049     boxpoints: "outliers"
18050     whiskerwidth: 0
18051   layout:
18052     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
18053     layout: "plot-throughput"
18054
18055 -
18056   type: "plot"
18057   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
18058   algorithm: "plot_performance_box"
18059   output-file-type: ".html"
18060   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
18061   data: "plot-dpdk-throughput-latency-3n-hsw"
18062   filter: "'NIC_Intel-X710' and
18063            '64B' and
18064            'BASE' and
18065            'NDRPDR' and
18066            '2T2C' and
18067            'IP4FWD'"
18068   parameters:
18069   - "throughput"
18070   - "parent"
18071   - "tags"
18072   traces:
18073     hoverinfo: "x+y"
18074     boxpoints: "outliers"
18075     whiskerwidth: 0
18076   layout:
18077     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
18078     layout: "plot-throughput"
18079
18080 # Packet Throughput - DPDK l3fwd 3n-hsw-xl710
18081 -
18082   type: "plot"
18083   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
18084   algorithm: "plot_performance_box"
18085   output-file-type: ".html"
18086   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
18087   data: "plot-dpdk-throughput-latency-3n-hsw"
18088   filter: "'NIC_Intel-XL710' and
18089            '64B' and
18090            'BASE' and
18091            'NDRPDR' and
18092            '1T1C' and
18093            'IP4FWD'"
18094   parameters:
18095   - "throughput"
18096   - "parent"
18097   - "tags"
18098   traces:
18099     hoverinfo: "x+y"
18100     boxpoints: "outliers"
18101     whiskerwidth: 0
18102   layout:
18103     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
18104     layout: "plot-throughput"
18105
18106 -
18107   type: "plot"
18108   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
18109   algorithm: "plot_performance_box"
18110   output-file-type: ".html"
18111   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
18112   data: "plot-dpdk-throughput-latency-3n-hsw"
18113   filter: "'NIC_Intel-XL710' and
18114            '64B' and
18115            'BASE' and
18116            'NDRPDR' and
18117            '2T2C' and
18118            'IP4FWD'"
18119   parameters:
18120   - "throughput"
18121   - "parent"
18122   - "tags"
18123   traces:
18124     hoverinfo: "x+y"
18125     boxpoints: "outliers"
18126     whiskerwidth: 0
18127   layout:
18128     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
18129     layout: "plot-throughput"
18130
18131 -
18132   type: "plot"
18133   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
18134   algorithm: "plot_performance_box"
18135   output-file-type: ".html"
18136   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
18137   data: "plot-dpdk-throughput-latency-3n-hsw"
18138   filter: "'NIC_Intel-XL710' and
18139            '64B' and
18140            'BASE' and
18141            'NDRPDR' and
18142            '1T1C' and
18143            'IP4FWD'"
18144   parameters:
18145   - "throughput"
18146   - "parent"
18147   - "tags"
18148   traces:
18149     hoverinfo: "x+y"
18150     boxpoints: "outliers"
18151     whiskerwidth: 0
18152   layout:
18153     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
18154     layout: "plot-throughput"
18155
18156 -
18157   type: "plot"
18158   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
18159   algorithm: "plot_performance_box"
18160   output-file-type: ".html"
18161   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
18162   data: "plot-dpdk-throughput-latency-3n-hsw"
18163   filter: "'NIC_Intel-XL710' and
18164            '64B' and
18165            'BASE' and
18166            'NDRPDR' and
18167            '2T2C' and
18168            'IP4FWD'"
18169   parameters:
18170   - "throughput"
18171   - "parent"
18172   - "tags"
18173   traces:
18174     hoverinfo: "x+y"
18175     boxpoints: "outliers"
18176     whiskerwidth: 0
18177   layout:
18178     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
18179     layout: "plot-throughput"
18180
18181 # Packet Throughput - DPDK l3fwd 3n-skx-x710
18182 -
18183   type: "plot"
18184   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
18185   algorithm: "plot_performance_box"
18186   output-file-type: ".html"
18187   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
18188   data: "plot-dpdk-throughput-latency-3n-skx"
18189   filter: "'NIC_Intel-X710' and
18190            '64B' and
18191            'BASE' and
18192            'NDRPDR' and
18193            '2T1C' and
18194            'IP4FWD'"
18195   parameters:
18196   - "throughput"
18197   - "parent"
18198   - "tags"
18199   traces:
18200     hoverinfo: "x+y"
18201     boxpoints: "outliers"
18202     whiskerwidth: 0
18203   layout:
18204     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
18205     layout: "plot-throughput"
18206
18207 -
18208   type: "plot"
18209   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
18210   algorithm: "plot_performance_box"
18211   output-file-type: ".html"
18212   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
18213   data: "plot-dpdk-throughput-latency-3n-skx"
18214   filter: "'NIC_Intel-X710' and
18215            '64B' and
18216            'BASE' and
18217            'NDRPDR' and
18218            '4T2C' and
18219            'IP4FWD'"
18220   parameters:
18221   - "throughput"
18222   - "parent"
18223   - "tags"
18224   traces:
18225     hoverinfo: "x+y"
18226     boxpoints: "outliers"
18227     whiskerwidth: 0
18228   layout:
18229     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
18230     layout: "plot-throughput"
18231
18232 -
18233   type: "plot"
18234   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
18235   algorithm: "plot_performance_box"
18236   output-file-type: ".html"
18237   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
18238   data: "plot-dpdk-throughput-latency-3n-skx"
18239   filter: "'NIC_Intel-X710' and
18240            '64B' and
18241            'BASE' and
18242            'NDRPDR' and
18243            '2T1C' and
18244            'IP4FWD'"
18245   parameters:
18246   - "throughput"
18247   - "parent"
18248   - "tags"
18249   traces:
18250     hoverinfo: "x+y"
18251     boxpoints: "outliers"
18252     whiskerwidth: 0
18253   layout:
18254     title: "l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
18255     layout: "plot-throughput"
18256
18257 -
18258   type: "plot"
18259   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
18260   algorithm: "plot_performance_box"
18261   output-file-type: ".html"
18262   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
18263   data: "plot-dpdk-throughput-latency-3n-skx"
18264   filter: "'NIC_Intel-X710' and
18265            '64B' and
18266            'BASE' and
18267            'NDRPDR' and
18268            '4T2C' and
18269            'IP4FWD'"
18270   parameters:
18271   - "throughput"
18272   - "parent"
18273   - "tags"
18274   traces:
18275     hoverinfo: "x+y"
18276     boxpoints: "outliers"
18277     whiskerwidth: 0
18278   layout:
18279     title: "l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
18280     layout: "plot-throughput"
18281
18282 # Packet Throughput - DPDK l3fwd 3n-skx-xxv710
18283 -
18284   type: "plot"
18285   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
18286   algorithm: "plot_performance_box"
18287   output-file-type: ".html"
18288   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
18289   data: "plot-dpdk-throughput-latency-3n-skx"
18290   filter: "'NIC_Intel-XXV710' and
18291            '64B' and
18292            'BASE' and
18293            'NDRPDR' and
18294            '2T1C' and
18295            'IP4FWD'"
18296   parameters:
18297   - "throughput"
18298   - "parent"
18299   - "tags"
18300   traces:
18301     hoverinfo: "x+y"
18302     boxpoints: "outliers"
18303     whiskerwidth: 0
18304   layout:
18305     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
18306     layout: "plot-throughput"
18307
18308 -
18309   type: "plot"
18310   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
18311   algorithm: "plot_performance_box"
18312   output-file-type: ".html"
18313   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
18314   data: "plot-dpdk-throughput-latency-3n-skx"
18315   filter: "'NIC_Intel-XXV710' and
18316            '64B' and
18317            'BASE' and
18318            'NDRPDR' and
18319            '4T2C' and
18320            'IP4FWD'"
18321   parameters:
18322   - "throughput"
18323   - "parent"
18324   - "tags"
18325   traces:
18326     hoverinfo: "x+y"
18327     boxpoints: "outliers"
18328     whiskerwidth: 0
18329   layout:
18330     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
18331     layout: "plot-throughput"
18332
18333 -
18334   type: "plot"
18335   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
18336   algorithm: "plot_performance_box"
18337   output-file-type: ".html"
18338   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
18339   data: "plot-dpdk-throughput-latency-3n-skx"
18340   filter: "'NIC_Intel-XXV710' and
18341            '64B' and
18342            'BASE' and
18343            'NDRPDR' and
18344            '2T1C' and
18345            'IP4FWD'"
18346   parameters:
18347   - "throughput"
18348   - "parent"
18349   - "tags"
18350   traces:
18351     hoverinfo: "x+y"
18352     boxpoints: "outliers"
18353     whiskerwidth: 0
18354   layout:
18355     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
18356     layout: "plot-throughput"
18357
18358 -
18359   type: "plot"
18360   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
18361   algorithm: "plot_performance_box"
18362   output-file-type: ".html"
18363   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
18364   data: "plot-dpdk-throughput-latency-3n-skx"
18365   filter: "'NIC_Intel-XXV710' and
18366            '64B' and
18367            'BASE' and
18368            'NDRPDR' and
18369            '4T2C' and
18370            'IP4FWD'"
18371   parameters:
18372   - "throughput"
18373   - "parent"
18374   - "tags"
18375   traces:
18376     hoverinfo: "x+y"
18377     boxpoints: "outliers"
18378     whiskerwidth: 0
18379   layout:
18380     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
18381     layout: "plot-throughput"
18382
18383 # Packet Throughput - DPDK l3fwd 2n-skx-x710
18384 -
18385   type: "plot"
18386   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
18387   algorithm: "plot_performance_box"
18388   output-file-type: ".html"
18389   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
18390   data: "plot-dpdk-throughput-latency-2n-skx"
18391   filter: "'NIC_Intel-X710' and
18392            '64B' and
18393            'BASE' and
18394            'NDRPDR' and
18395            '2T1C' and
18396            'IP4FWD'"
18397   parameters:
18398   - "throughput"
18399   - "parent"
18400   - "tags"
18401   traces:
18402     hoverinfo: "x+y"
18403     boxpoints: "outliers"
18404     whiskerwidth: 0
18405   layout:
18406     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
18407     layout: "plot-throughput"
18408
18409 -
18410   type: "plot"
18411   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
18412   algorithm: "plot_performance_box"
18413   output-file-type: ".html"
18414   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
18415   data: "plot-dpdk-throughput-latency-2n-skx"
18416   filter: "'NIC_Intel-X710' and
18417            '64B' and
18418            'BASE' and
18419            'NDRPDR' and
18420            '4T2C' and
18421            'IP4FWD'"
18422   parameters:
18423   - "throughput"
18424   - "parent"
18425   - "tags"
18426   traces:
18427     hoverinfo: "x+y"
18428     boxpoints: "outliers"
18429     whiskerwidth: 0
18430   layout:
18431     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
18432     layout: "plot-throughput"
18433
18434 -
18435   type: "plot"
18436   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
18437   algorithm: "plot_performance_box"
18438   output-file-type: ".html"
18439   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
18440   data: "plot-dpdk-throughput-latency-2n-skx"
18441   filter: "'NIC_Intel-X710' and
18442            '64B' and
18443            'BASE' and
18444            'NDRPDR' and
18445            '2T1C' and
18446            'IP4FWD'"
18447   parameters:
18448   - "throughput"
18449   - "parent"
18450   - "tags"
18451   traces:
18452     hoverinfo: "x+y"
18453     boxpoints: "outliers"
18454     whiskerwidth: 0
18455   layout:
18456     title: "l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
18457     layout: "plot-throughput"
18458
18459 -
18460   type: "plot"
18461   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
18462   algorithm: "plot_performance_box"
18463   output-file-type: ".html"
18464   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
18465   data: "plot-dpdk-throughput-latency-2n-skx"
18466   filter: "'NIC_Intel-X710' and
18467            '64B' and
18468            'BASE' and
18469            'NDRPDR' and
18470            '4T2C' and
18471            'IP4FWD'"
18472   parameters:
18473   - "throughput"
18474   - "parent"
18475   - "tags"
18476   traces:
18477     hoverinfo: "x+y"
18478     boxpoints: "outliers"
18479     whiskerwidth: 0
18480   layout:
18481     title: "l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
18482     layout: "plot-throughput"
18483
18484 # Packet Throughput - DPDK l3fwd 2n-skx-xxv710
18485 -
18486   type: "plot"
18487   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
18488   algorithm: "plot_performance_box"
18489   output-file-type: ".html"
18490   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
18491   data: "plot-dpdk-throughput-latency-2n-skx"
18492   filter: "'NIC_Intel-XXV710' and
18493            '64B' and
18494            'BASE' and
18495            'NDRPDR' and
18496            '2T1C' and
18497            'IP4FWD'"
18498   parameters:
18499   - "throughput"
18500   - "parent"
18501   - "tags"
18502   traces:
18503     hoverinfo: "x+y"
18504     boxpoints: "outliers"
18505     whiskerwidth: 0
18506   layout:
18507     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
18508     layout: "plot-throughput"
18509
18510 -
18511   type: "plot"
18512   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
18513   algorithm: "plot_performance_box"
18514   output-file-type: ".html"
18515   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
18516   data: "plot-dpdk-throughput-latency-2n-skx"
18517   filter: "'NIC_Intel-XXV710' and
18518            '64B' and
18519            'BASE' and
18520            'NDRPDR' and
18521            '4T2C' and
18522            'IP4FWD'"
18523   parameters:
18524   - "throughput"
18525   - "parent"
18526   - "tags"
18527   traces:
18528     hoverinfo: "x+y"
18529     boxpoints: "outliers"
18530     whiskerwidth: 0
18531   layout:
18532     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
18533     layout: "plot-throughput"
18534
18535 -
18536   type: "plot"
18537   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
18538   algorithm: "plot_performance_box"
18539   output-file-type: ".html"
18540   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
18541   data: "plot-dpdk-throughput-latency-2n-skx"
18542   filter: "'NIC_Intel-XXV710' and
18543            '64B' and
18544            'BASE' and
18545            'NDRPDR' and
18546            '2T1C' and
18547            'IP4FWD'"
18548   parameters:
18549   - "throughput"
18550   - "parent"
18551   - "tags"
18552   traces:
18553     hoverinfo: "x+y"
18554     boxpoints: "outliers"
18555     whiskerwidth: 0
18556   layout:
18557     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
18558     layout: "plot-throughput"
18559
18560 -
18561   type: "plot"
18562   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
18563   algorithm: "plot_performance_box"
18564   output-file-type: ".html"
18565   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
18566   data: "plot-dpdk-throughput-latency-2n-skx"
18567   filter: "'NIC_Intel-XXV710' and
18568            '64B' and
18569            'BASE' and
18570            'NDRPDR' and
18571            '4T2C' and
18572            'IP4FWD'"
18573   parameters:
18574   - "throughput"
18575   - "parent"
18576   - "tags"
18577   traces:
18578     hoverinfo: "x+y"
18579     boxpoints: "outliers"
18580     whiskerwidth: 0
18581   layout:
18582     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
18583     layout: "plot-throughput"
18584
18585 ################################################################################
18586
18587 # Packet Throughput - DPDK testpmd 3n-hsw-x520
18588 -
18589   type: "plot"
18590   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
18591   algorithm: "plot_performance_box"
18592   output-file-type: ".html"
18593   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
18594   data: "plot-dpdk-throughput-latency-3n-hsw"
18595   filter: "'NIC_Intel-X520-DA2' and
18596            '64B' and
18597            'BASE' and
18598            'NDRPDR' and
18599            '1T1C' and
18600            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18601   parameters:
18602   - "throughput"
18603   - "parent"
18604   - "tags"
18605   traces:
18606     hoverinfo: "x+y"
18607     boxpoints: "outliers"
18608     whiskerwidth: 0
18609   layout:
18610     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
18611     layout: "plot-throughput"
18612
18613 -
18614   type: "plot"
18615   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
18616   algorithm: "plot_performance_box"
18617   output-file-type: ".html"
18618   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
18619   data: "plot-dpdk-throughput-latency-3n-hsw"
18620   filter: "'NIC_Intel-X520-DA2' and
18621            '64B' and
18622            'BASE' and
18623            'NDRPDR' and
18624            '2T2C' and
18625            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18626   parameters:
18627   - "throughput"
18628   - "parent"
18629   - "tags"
18630   traces:
18631     hoverinfo: "x+y"
18632     boxpoints: "outliers"
18633     whiskerwidth: 0
18634   layout:
18635     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
18636     layout: "plot-throughput"
18637
18638 -
18639   type: "plot"
18640   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
18641   algorithm: "plot_performance_box"
18642   output-file-type: ".html"
18643   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
18644   data: "plot-dpdk-throughput-latency-3n-hsw"
18645   filter: "'NIC_Intel-X520-DA2' and
18646            '64B' and
18647            'BASE' and
18648            'NDRPDR' and
18649            '1T1C' and
18650            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18651   parameters:
18652   - "throughput"
18653   - "parent"
18654   - "tags"
18655   traces:
18656     hoverinfo: "x+y"
18657     boxpoints: "outliers"
18658     whiskerwidth: 0
18659   layout:
18660     title: "testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
18661     layout: "plot-throughput"
18662
18663 -
18664   type: "plot"
18665   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
18666   algorithm: "plot_performance_box"
18667   output-file-type: ".html"
18668   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
18669   data: "plot-dpdk-throughput-latency-3n-hsw"
18670   filter: "'NIC_Intel-X520-DA2' and
18671            '64B' and
18672            'BASE' and
18673            'NDRPDR' and
18674            '2T2C' and
18675            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18676   parameters:
18677   - "throughput"
18678   - "parent"
18679   - "tags"
18680   traces:
18681     hoverinfo: "x+y"
18682     boxpoints: "outliers"
18683     whiskerwidth: 0
18684   layout:
18685     title: "testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
18686     layout: "plot-throughput"
18687
18688 # Packet Throughput - DPDK testpmd 3n-hsw-x710
18689 -
18690   type: "plot"
18691   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
18692   algorithm: "plot_performance_box"
18693   output-file-type: ".html"
18694   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
18695   data: "plot-dpdk-throughput-latency-3n-hsw"
18696   filter: "'NIC_Intel-X710' and
18697            '64B' and
18698            'BASE' and
18699            'NDRPDR' and
18700            '1T1C' and
18701            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18702   parameters:
18703   - "throughput"
18704   - "parent"
18705   - "tags"
18706   traces:
18707     hoverinfo: "x+y"
18708     boxpoints: "outliers"
18709     whiskerwidth: 0
18710   layout:
18711     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
18712     layout: "plot-throughput"
18713
18714 -
18715   type: "plot"
18716   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
18717   algorithm: "plot_performance_box"
18718   output-file-type: ".html"
18719   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
18720   data: "plot-dpdk-throughput-latency-3n-hsw"
18721   filter: "'NIC_Intel-X710' and
18722            '64B' and
18723            'BASE' and
18724            'NDRPDR' and
18725            '2T2C' and
18726            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18727   parameters:
18728   - "throughput"
18729   - "parent"
18730   - "tags"
18731   traces:
18732     hoverinfo: "x+y"
18733     boxpoints: "outliers"
18734     whiskerwidth: 0
18735   layout:
18736     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
18737     layout: "plot-throughput"
18738
18739 -
18740   type: "plot"
18741   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
18742   algorithm: "plot_performance_box"
18743   output-file-type: ".html"
18744   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
18745   data: "plot-dpdk-throughput-latency-3n-hsw"
18746   filter: "'NIC_Intel-X710' and
18747            '64B' and
18748            'BASE' and
18749            'NDRPDR' and
18750            '1T1C' and
18751            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18752   parameters:
18753   - "throughput"
18754   - "parent"
18755   - "tags"
18756   traces:
18757     hoverinfo: "x+y"
18758     boxpoints: "outliers"
18759     whiskerwidth: 0
18760   layout:
18761     title: "testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
18762     layout: "plot-throughput"
18763
18764 -
18765   type: "plot"
18766   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
18767   algorithm: "plot_performance_box"
18768   output-file-type: ".html"
18769   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
18770   data: "plot-dpdk-throughput-latency-3n-hsw"
18771   filter: "'NIC_Intel-X710' and
18772            '64B' and
18773            'BASE' and
18774            'NDRPDR' and
18775            '2T2C' and
18776            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18777   parameters:
18778   - "throughput"
18779   - "parent"
18780   - "tags"
18781   traces:
18782     hoverinfo: "x+y"
18783     boxpoints: "outliers"
18784     whiskerwidth: 0
18785   layout:
18786     title: "testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
18787     layout: "plot-throughput"
18788
18789 # Packet Throughput - DPDK testpmd 3n-hsw-xl710
18790 -
18791   type: "plot"
18792   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
18793   algorithm: "plot_performance_box"
18794   output-file-type: ".html"
18795   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
18796   data: "plot-dpdk-throughput-latency-3n-hsw"
18797   filter: "'NIC_Intel-XL710' and
18798            '64B' and
18799            'BASE' and
18800            'NDRPDR' and
18801            '1T1C' and
18802            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18803   parameters:
18804   - "throughput"
18805   - "parent"
18806   - "tags"
18807   traces:
18808     hoverinfo: "x+y"
18809     boxpoints: "outliers"
18810     whiskerwidth: 0
18811   layout:
18812     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
18813     layout: "plot-throughput"
18814
18815 -
18816   type: "plot"
18817   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
18818   algorithm: "plot_performance_box"
18819   output-file-type: ".html"
18820   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
18821   data: "plot-dpdk-throughput-latency-3n-hsw"
18822   filter: "'NIC_Intel-XL710' and
18823            '64B' and
18824            'BASE' and
18825            'NDRPDR' and
18826            '2T2C' and
18827            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18828   parameters:
18829   - "throughput"
18830   - "parent"
18831   - "tags"
18832   traces:
18833     hoverinfo: "x+y"
18834     boxpoints: "outliers"
18835     whiskerwidth: 0
18836   layout:
18837     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
18838     layout: "plot-throughput"
18839
18840 -
18841   type: "plot"
18842   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
18843   algorithm: "plot_performance_box"
18844   output-file-type: ".html"
18845   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
18846   data: "plot-dpdk-throughput-latency-3n-hsw"
18847   filter: "'NIC_Intel-XL710' and
18848            '64B' and
18849            'BASE' and
18850            'NDRPDR' and
18851            '1T1C' and
18852            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18853   parameters:
18854   - "throughput"
18855   - "parent"
18856   - "tags"
18857   traces:
18858     hoverinfo: "x+y"
18859     boxpoints: "outliers"
18860     whiskerwidth: 0
18861   layout:
18862     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
18863     layout: "plot-throughput"
18864
18865 -
18866   type: "plot"
18867   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
18868   algorithm: "plot_performance_box"
18869   output-file-type: ".html"
18870   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
18871   data: "plot-dpdk-throughput-latency-3n-hsw"
18872   filter: "'NIC_Intel-XL710' and
18873            '64B' and
18874            'BASE' and
18875            'NDRPDR' and
18876            '2T2C' and
18877            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18878   parameters:
18879   - "throughput"
18880   - "parent"
18881   - "tags"
18882   traces:
18883     hoverinfo: "x+y"
18884     boxpoints: "outliers"
18885     whiskerwidth: 0
18886   layout:
18887     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
18888     layout: "plot-throughput"
18889
18890 # Packet Throughput - DPDK testpmd 3n-skx-x710
18891 -
18892   type: "plot"
18893   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-ndr"
18894   algorithm: "plot_performance_box"
18895   output-file-type: ".html"
18896   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr"
18897   data: "plot-dpdk-throughput-latency-3n-skx"
18898   filter: "'NIC_Intel-X710' and
18899            '64B' and
18900            'BASE' and
18901            'NDRPDR' and
18902            '2T1C' and
18903            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18904   parameters:
18905   - "throughput"
18906   - "parent"
18907   - "tags"
18908   traces:
18909     hoverinfo: "x+y"
18910     boxpoints: "outliers"
18911     whiskerwidth: 0
18912   layout:
18913     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
18914     layout: "plot-throughput"
18915
18916 -
18917   type: "plot"
18918   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-ndr"
18919   algorithm: "plot_performance_box"
18920   output-file-type: ".html"
18921   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr"
18922   data: "plot-dpdk-throughput-latency-3n-skx"
18923   filter: "'NIC_Intel-X710' and
18924            '64B' and
18925            'BASE' and
18926            'NDRPDR' and
18927            '4T2C' and
18928            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18929   parameters:
18930   - "throughput"
18931   - "parent"
18932   - "tags"
18933   traces:
18934     hoverinfo: "x+y"
18935     boxpoints: "outliers"
18936     whiskerwidth: 0
18937   layout:
18938     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
18939     layout: "plot-throughput"
18940
18941 -
18942   type: "plot"
18943   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-pdr"
18944   algorithm: "plot_performance_box"
18945   output-file-type: ".html"
18946   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-pdr"
18947   data: "plot-dpdk-throughput-latency-3n-skx"
18948   filter: "'NIC_Intel-X710' and
18949            '64B' and
18950            'BASE' and
18951            'NDRPDR' and
18952            '2T1C' and
18953            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18954   parameters:
18955   - "throughput"
18956   - "parent"
18957   - "tags"
18958   traces:
18959     hoverinfo: "x+y"
18960     boxpoints: "outliers"
18961     whiskerwidth: 0
18962   layout:
18963     title: "testpmd-3n-skx-x710-64b-2t1c-base-pdr"
18964     layout: "plot-throughput"
18965
18966 -
18967   type: "plot"
18968   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-pdr"
18969   algorithm: "plot_performance_box"
18970   output-file-type: ".html"
18971   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-pdr"
18972   data: "plot-dpdk-throughput-latency-3n-skx"
18973   filter: "'NIC_Intel-X710' and
18974            '64B' and
18975            'BASE' and
18976            'NDRPDR' and
18977            '4T2C' and
18978            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18979   parameters:
18980   - "throughput"
18981   - "parent"
18982   - "tags"
18983   traces:
18984     hoverinfo: "x+y"
18985     boxpoints: "outliers"
18986     whiskerwidth: 0
18987   layout:
18988     title: "testpmd-3n-skx-x710-64b-4t2c-base-pdr"
18989     layout: "plot-throughput"
18990
18991 # Packet Throughput - DPDK testpmd 3n-skx-xxv710
18992 -
18993   type: "plot"
18994   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
18995   algorithm: "plot_performance_box"
18996   output-file-type: ".html"
18997   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
18998   data: "plot-dpdk-throughput-latency-3n-skx"
18999   filter: "'NIC_Intel-XXV710' and
19000            '64B' and
19001            'BASE' and
19002            'NDRPDR' and
19003            '2T1C' and
19004            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19005   parameters:
19006   - "throughput"
19007   - "parent"
19008   - "tags"
19009   traces:
19010     hoverinfo: "x+y"
19011     boxpoints: "outliers"
19012     whiskerwidth: 0
19013   layout:
19014     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
19015     layout: "plot-throughput"
19016
19017 -
19018   type: "plot"
19019   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
19020   algorithm: "plot_performance_box"
19021   output-file-type: ".html"
19022   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
19023   data: "plot-dpdk-throughput-latency-3n-skx"
19024   filter: "'NIC_Intel-XXV710' and
19025            '64B' and
19026            'BASE' and
19027            'NDRPDR' and
19028            '4T2C' and
19029            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19030   parameters:
19031   - "throughput"
19032   - "parent"
19033   - "tags"
19034   traces:
19035     hoverinfo: "x+y"
19036     boxpoints: "outliers"
19037     whiskerwidth: 0
19038   layout:
19039     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
19040     layout: "plot-throughput"
19041
19042 -
19043   type: "plot"
19044   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
19045   algorithm: "plot_performance_box"
19046   output-file-type: ".html"
19047   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
19048   data: "plot-dpdk-throughput-latency-3n-skx"
19049   filter: "'NIC_Intel-XXV710' and
19050            '64B' and
19051            'BASE' and
19052            'NDRPDR' and
19053            '2T1C' and
19054            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19055   parameters:
19056   - "throughput"
19057   - "parent"
19058   - "tags"
19059   traces:
19060     hoverinfo: "x+y"
19061     boxpoints: "outliers"
19062     whiskerwidth: 0
19063   layout:
19064     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
19065     layout: "plot-throughput"
19066
19067 -
19068   type: "plot"
19069   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
19070   algorithm: "plot_performance_box"
19071   output-file-type: ".html"
19072   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
19073   data: "plot-dpdk-throughput-latency-3n-skx"
19074   filter: "'NIC_Intel-XXV710' and
19075            '64B' and
19076            'BASE' and
19077            'NDRPDR' and
19078            '4T2C' and
19079            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19080   parameters:
19081   - "throughput"
19082   - "parent"
19083   - "tags"
19084   traces:
19085     hoverinfo: "x+y"
19086     boxpoints: "outliers"
19087     whiskerwidth: 0
19088   layout:
19089     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
19090     layout: "plot-throughput"
19091
19092 # Packet Throughput - DPDK testpmd 2n-skx-x710
19093 -
19094   type: "plot"
19095   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-ndr"
19096   algorithm: "plot_performance_box"
19097   output-file-type: ".html"
19098   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr"
19099   data: "plot-dpdk-throughput-latency-2n-skx"
19100   filter: "'NIC_Intel-X710' and
19101            '64B' and
19102            'BASE' and
19103            'NDRPDR' and
19104            '2T1C' and
19105            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19106   parameters:
19107   - "throughput"
19108   - "parent"
19109   - "tags"
19110   traces:
19111     hoverinfo: "x+y"
19112     boxpoints: "outliers"
19113     whiskerwidth: 0
19114   layout:
19115     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
19116     layout: "plot-throughput"
19117
19118 -
19119   type: "plot"
19120   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-ndr"
19121   algorithm: "plot_performance_box"
19122   output-file-type: ".html"
19123   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr"
19124   data: "plot-dpdk-throughput-latency-2n-skx"
19125   filter: "'NIC_Intel-X710' and
19126            '64B' and
19127            'BASE' and
19128            'NDRPDR' and
19129            '4T2C' and
19130            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19131   parameters:
19132   - "throughput"
19133   - "parent"
19134   - "tags"
19135   traces:
19136     hoverinfo: "x+y"
19137     boxpoints: "outliers"
19138     whiskerwidth: 0
19139   layout:
19140     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
19141     layout: "plot-throughput"
19142
19143 -
19144   type: "plot"
19145   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-pdr"
19146   algorithm: "plot_performance_box"
19147   output-file-type: ".html"
19148   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-pdr"
19149   data: "plot-dpdk-throughput-latency-2n-skx"
19150   filter: "'NIC_Intel-X710' and
19151            '64B' and
19152            'BASE' and
19153            'NDRPDR' and
19154            '2T1C' and
19155            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19156   parameters:
19157   - "throughput"
19158   - "parent"
19159   - "tags"
19160   traces:
19161     hoverinfo: "x+y"
19162     boxpoints: "outliers"
19163     whiskerwidth: 0
19164   layout:
19165     title: "testpmd-2n-skx-x710-64b-2t1c-base-pdr"
19166     layout: "plot-throughput"
19167
19168 -
19169   type: "plot"
19170   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-pdr"
19171   algorithm: "plot_performance_box"
19172   output-file-type: ".html"
19173   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-pdr"
19174   data: "plot-dpdk-throughput-latency-2n-skx"
19175   filter: "'NIC_Intel-X710' and
19176            '64B' and
19177            'BASE' and
19178            'NDRPDR' and
19179            '4T2C' and
19180            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19181   parameters:
19182   - "throughput"
19183   - "parent"
19184   - "tags"
19185   traces:
19186     hoverinfo: "x+y"
19187     boxpoints: "outliers"
19188     whiskerwidth: 0
19189   layout:
19190     title: "testpmd-2n-skx-x710-64b-4t2c-base-pdr"
19191     layout: "plot-throughput"
19192
19193 # Packet Throughput - DPDK testpmd 2n-skx-xxv710
19194 -
19195   type: "plot"
19196   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
19197   algorithm: "plot_performance_box"
19198   output-file-type: ".html"
19199   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
19200   data: "plot-dpdk-throughput-latency-2n-skx"
19201   filter: "'NIC_Intel-XXV710' and
19202            '64B' and
19203            'BASE' and
19204            'NDRPDR' and
19205            '2T1C' and
19206            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19207   parameters:
19208   - "throughput"
19209   - "parent"
19210   - "tags"
19211   traces:
19212     hoverinfo: "x+y"
19213     boxpoints: "outliers"
19214     whiskerwidth: 0
19215   layout:
19216     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
19217     layout: "plot-throughput"
19218
19219 -
19220   type: "plot"
19221   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
19222   algorithm: "plot_performance_box"
19223   output-file-type: ".html"
19224   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
19225   data: "plot-dpdk-throughput-latency-2n-skx"
19226   filter: "'NIC_Intel-XXV710' and
19227            '64B' and
19228            'BASE' and
19229            'NDRPDR' and
19230            '4T2C' and
19231            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19232   parameters:
19233   - "throughput"
19234   - "parent"
19235   - "tags"
19236   traces:
19237     hoverinfo: "x+y"
19238     boxpoints: "outliers"
19239     whiskerwidth: 0
19240   layout:
19241     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
19242     layout: "plot-throughput"
19243
19244 -
19245   type: "plot"
19246   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
19247   algorithm: "plot_performance_box"
19248   output-file-type: ".html"
19249   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
19250   data: "plot-dpdk-throughput-latency-2n-skx"
19251   filter: "'NIC_Intel-XXV710' and
19252            '64B' and
19253            'BASE' and
19254            'NDRPDR' and
19255            '2T1C' and
19256            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19257   parameters:
19258   - "throughput"
19259   - "parent"
19260   - "tags"
19261   traces:
19262     hoverinfo: "x+y"
19263     boxpoints: "outliers"
19264     whiskerwidth: 0
19265   layout:
19266     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
19267     layout: "plot-throughput"
19268
19269 -
19270   type: "plot"
19271   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
19272   algorithm: "plot_performance_box"
19273   output-file-type: ".html"
19274   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
19275   data: "plot-dpdk-throughput-latency-2n-skx"
19276   filter: "'NIC_Intel-XXV710' and
19277            '64B' and
19278            'BASE' and
19279            'NDRPDR' and
19280            '4T2C' and
19281            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19282   parameters:
19283   - "throughput"
19284   - "parent"
19285   - "tags"
19286   traces:
19287     hoverinfo: "x+y"
19288     boxpoints: "outliers"
19289     whiskerwidth: 0
19290   layout:
19291     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
19292     layout: "plot-throughput"
19293
19294 ################################################################################
19295
19296 # Packet Latency - VPP L2 3n-hsw-x520 base and scale
19297 -
19298   type: "plot"
19299   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19300   algorithm: "plot_latency_error_bars"
19301   output-file-type: ".html"
19302   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19303   data: "plot-vpp-throughput-latency-3n-hsw"
19304   filter: "'NIC_Intel-X520-DA2' and
19305            '64B' and
19306            ('BASE' or 'SCALE') and
19307            'NDRPDR' and
19308            'ETH' and
19309            '1T1C' and
19310            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19311            not 'VHOST' and
19312            not 'MEMIF'"
19313   parameters:
19314   - "latency"
19315   - "parent"
19316   - "tags"
19317   sort:
19318   - "L2XCFWD"
19319   - "L2PATCH"
19320   - "L2BDMACLRN"
19321   - "FIB_10K"
19322   - "FIB_100K"
19323   - "FIB_1M"
19324   layout:
19325     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
19326     layout: "plot-latency"
19327
19328 -
19329   type: "plot"
19330   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19331   algorithm: "plot_latency_error_bars"
19332   output-file-type: ".html"
19333   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19334   data: "plot-vpp-throughput-latency-3n-hsw"
19335   filter: "'NIC_Intel-X520-DA2' and
19336            '64B' and
19337            ('BASE' or 'SCALE') and
19338            'NDRPDR' and
19339            'ETH' and
19340            '2T2C' and
19341            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19342            not 'VHOST' and
19343            not 'MEMIF'"
19344   parameters:
19345   - "latency"
19346   - "parent"
19347   - "tags"
19348   sort:
19349   - "L2XCFWD"
19350   - "L2PATCH"
19351   - "L2BDMACLRN"
19352   - "FIB_10K"
19353   - "FIB_100K"
19354   - "FIB_1M"
19355   layout:
19356     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
19357     layout: "plot-latency"
19358
19359 # Packet Latency - VPP L2 3n-hsw-x520 features
19360 -
19361   type: "plot"
19362   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
19363   algorithm: "plot_latency_error_bars"
19364   output-file-type: ".html"
19365   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
19366   data: "plot-vpp-throughput-latency-3n-hsw"
19367   filter: "'NIC_Intel-X520-DA2' and
19368            '64B' and
19369            'NDRPDR' and
19370            '1T1C' and
19371            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
19372            not 'ACL' and
19373            not 'VHOST' and
19374            not 'MEMIF'"
19375   parameters:
19376   - "latency"
19377   - "parent"
19378   - "tags"
19379   sort:
19380   - "L2XCBASE"    # l2xcbase
19381   - "L2BDBASE"    # l2bdbase
19382   - "L2XCFWD"     # dot1q-l2xcbase
19383   - "L2BDMACLRN"  # dot1q-l2bdbase
19384   layout:
19385     title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
19386     layout: "plot-latency"
19387
19388 -
19389   type: "plot"
19390   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
19391   algorithm: "plot_latency_error_bars"
19392   output-file-type: ".html"
19393   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
19394   data: "plot-vpp-throughput-latency-3n-hsw"
19395   filter: "'NIC_Intel-X520-DA2' and
19396            '64B' and
19397            'NDRPDR' and
19398            '2T2C' and
19399            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
19400            not 'ACL' and
19401            not 'VHOST' and
19402            not 'MEMIF'"
19403   parameters:
19404   - "latency"
19405   - "parent"
19406   - "tags"
19407   sort:
19408   - "L2XCBASE"    # l2xcbase
19409   - "L2BDBASE"    # l2bdbase
19410   - "L2XCFWD"     # dot1q-l2xcbase
19411   - "L2BDMACLRN"  # dot1q-l2bdbase
19412   layout:
19413     title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
19414     layout: "plot-latency"
19415
19416 # Packet Latency - VPP L2 3n-hsw-x710 base and scale
19417 -
19418   type: "plot"
19419   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19420   algorithm: "plot_latency_error_bars"
19421   output-file-type: ".html"
19422   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19423   data: "plot-vpp-throughput-latency-3n-hsw"
19424   filter: "'NIC_Intel-X710' and
19425            '64B' and
19426            ('BASE' or 'SCALE') and
19427            'NDRPDR' and
19428            'ETH' and
19429            '1T1C' and
19430            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19431            not 'VHOST' and
19432            not 'MEMIF'"
19433   parameters:
19434   - "latency"
19435   - "parent"
19436   - "tags"
19437   sort:
19438   - "L2PATCH"
19439   - "L2XCBASE"
19440   - "BASE"
19441   - "FIB_10K"
19442   - "FIB_100K"
19443   - "FIB_1M"
19444   layout:
19445     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
19446     layout: "plot-latency"
19447
19448 -
19449   type: "plot"
19450   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19451   algorithm: "plot_latency_error_bars"
19452   output-file-type: ".html"
19453   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19454   data: "plot-vpp-throughput-latency-3n-hsw"
19455   filter: "'NIC_Intel-X710' and
19456            '64B' and
19457            ('BASE' or 'SCALE') and
19458            'NDRPDR' and
19459            'ETH' and
19460            '2T2C' and
19461            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19462            not 'VHOST' and
19463            not 'MEMIF'"
19464   parameters:
19465   - "latency"
19466   - "parent"
19467   - "tags"
19468   sort:
19469   - "L2PATCH"
19470   - "L2XCBASE"
19471   - "BASE"
19472   - "FIB_10K"
19473   - "FIB_100K"
19474   - "FIB_1M"
19475   layout:
19476     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
19477     layout: "plot-latency"
19478
19479 # Packet Latency - VPP L2 3n-hsw-x710 features
19480 -
19481   type: "plot"
19482   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
19483   algorithm: "plot_latency_error_bars"
19484   output-file-type: ".html"
19485   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
19486   data: "plot-vpp-throughput-latency-3n-hsw"
19487   filter: "'NIC_Intel-X710' and
19488            '64B' and
19489            'NDRPDR' and
19490            '1T1C' and
19491            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
19492            not 'ACL' and
19493            not 'VHOST' and
19494            not 'MEMIF'"
19495   parameters:
19496   - "latency"
19497   - "parent"
19498   - "tags"
19499   sort:
19500   - "L2XCBASE"    # l2xcbase
19501   - "L2BDBASE"    # l2bdbase
19502   - "L2XCFWD"     # dot1q-l2xcbase
19503   - "L2BDMACLRN"  # dot1q-l2bdbase
19504   layout:
19505     title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
19506     layout: "plot-latency"
19507
19508 -
19509   type: "plot"
19510   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
19511   algorithm: "plot_latency_error_bars"
19512   output-file-type: ".html"
19513   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
19514   data: "plot-vpp-throughput-latency-3n-hsw"
19515   filter: "'NIC_Intel-X710' and
19516            '64B' and
19517            'NDRPDR' and
19518            '2T2C' and
19519            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
19520            not 'ACL' and
19521            not 'VHOST' and
19522            not 'MEMIF'"
19523   parameters:
19524   - "latency"
19525   - "parent"
19526   - "tags"
19527   sort:
19528   - "L2XCBASE"    # l2xcbase
19529   - "L2BDBASE"    # l2bdbase
19530   - "L2XCFWD"     # dot1q-l2xcbase
19531   - "L2BDMACLRN"  # dot1q-l2bdbase
19532   layout:
19533     title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
19534     layout: "plot-latency"
19535
19536 # Packet Latency - VPP L2 3n-hsw-xl710 base and scale
19537 -
19538   type: "plot"
19539   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
19540   algorithm: "plot_latency_error_bars"
19541   output-file-type: ".html"
19542   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
19543   data: "plot-vpp-throughput-latency-3n-hsw"
19544   filter: "'NIC_Intel-XL710' and
19545            '64B' and
19546            ('BASE' or 'SCALE') and
19547            'NDRPDR' and
19548            'ETH' and
19549            '1T1C' and
19550            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19551            not 'VHOST' and
19552            not 'MEMIF'"
19553   parameters:
19554   - "latency"
19555   - "parent"
19556   - "tags"
19557   sort:
19558   - "L2PATCH"
19559   - "L2XCBASE"
19560   - "BASE"
19561   - "FIB_10K"
19562   - "FIB_100K"
19563   - "FIB_1M"
19564   layout:
19565     title: "l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
19566     layout: "plot-latency"
19567
19568 -
19569   type: "plot"
19570   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
19571   algorithm: "plot_latency_error_bars"
19572   output-file-type: ".html"
19573   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
19574   data: "plot-vpp-throughput-latency-3n-hsw"
19575   filter: "'NIC_Intel-XL710' and
19576            '64B' and
19577            ('BASE' or 'SCALE') and
19578            'NDRPDR' and
19579            'ETH' and
19580            '2T2C' and
19581            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19582            not 'VHOST' and
19583            not 'MEMIF'"
19584   parameters:
19585   - "latency"
19586   - "parent"
19587   - "tags"
19588   sort:
19589   - "L2PATCH"
19590   - "L2XCBASE"
19591   - "BASE"
19592   - "FIB_10K"
19593   - "FIB_100K"
19594   - "FIB_1M"
19595   layout:
19596     title: "l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
19597     layout: "plot-latency"
19598
19599 # Packet Latency - VPP L2 3n-skx-x710 base and scale
19600 -
19601   type: "plot"
19602   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19603   algorithm: "plot_latency_error_bars"
19604   output-file-type: ".html"
19605   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19606   data: "plot-vpp-throughput-latency-3n-skx"
19607   filter: "'NIC_Intel-X710' and
19608            '64B' and
19609            ('BASE' or 'SCALE') and
19610            'NDRPDR' and
19611            'ETH' and
19612            '2T1C' and
19613            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19614            not 'VHOST' and
19615            not 'MEMIF' and
19616            not 'DRV_AVF'"
19617   parameters:
19618   - "latency"
19619   - "parent"
19620   - "tags"
19621   sort:
19622   - "L2PATCH"
19623   - "L2XCBASE"
19624   - "BASE"
19625   - "FIB_10K"
19626   - "FIB_100K"
19627   - "FIB_1M"
19628   layout:
19629     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
19630     layout: "plot-latency"
19631
19632 -
19633   type: "plot"
19634   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19635   algorithm: "plot_latency_error_bars"
19636   output-file-type: ".html"
19637   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19638   data: "plot-vpp-throughput-latency-3n-skx"
19639   filter: "'NIC_Intel-X710' and
19640            '64B' and
19641            ('BASE' or 'SCALE') and
19642            'NDRPDR' and
19643            'ETH' and
19644            '4T2C' and
19645            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19646            not 'VHOST' and
19647            not 'MEMIF' and
19648            not 'DRV_AVF'"
19649   parameters:
19650   - "latency"
19651   - "parent"
19652   - "tags"
19653   sort:
19654   - "L2PATCH"
19655   - "L2XCBASE"
19656   - "BASE"
19657   - "FIB_10K"
19658   - "FIB_100K"
19659   - "FIB_1M"
19660   layout:
19661     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
19662     layout: "plot-latency"
19663
19664 # Packet Latency - VPP L2 3n-skx-x710 features
19665 -
19666   type: "plot"
19667   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
19668   algorithm: "plot_latency_error_bars"
19669   output-file-type: ".html"
19670   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
19671   data: "plot-vpp-throughput-latency-3n-skx"
19672   filter: "'NIC_Intel-X710' and
19673            '64B' and
19674            'NDRPDR' and
19675            '2T1C' and
19676            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
19677            not 'ACL' and
19678            not 'VHOST' and
19679            not 'MEMIF'"
19680   parameters:
19681   - "latency"
19682   - "parent"
19683   - "tags"
19684   sort:
19685   - "L2XCBASE"    # l2xcbase
19686   - "L2BDBASE"    # l2bdbase
19687   - "L2XCFWD"     # dot1q-l2xcbase
19688   - "L2BDMACLRN"  # dot1q-l2bdbase
19689   layout:
19690     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
19691     layout: "plot-latency"
19692
19693 -
19694   type: "plot"
19695   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
19696   algorithm: "plot_latency_error_bars"
19697   output-file-type: ".html"
19698   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
19699   data: "plot-vpp-throughput-latency-3n-skx"
19700   filter: "'NIC_Intel-X710' and
19701            '64B' and
19702            'NDRPDR' and
19703            '4T2C' and
19704            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
19705            not 'ACL' and
19706            not 'VHOST' and
19707            not 'MEMIF'"
19708   parameters:
19709   - "latency"
19710   - "parent"
19711   - "tags"
19712   sort:
19713   - "L2XCBASE"    # l2xcbase
19714   - "L2BDBASE"    # l2bdbase
19715   - "L2XCFWD"     # dot1q-l2xcbase
19716   - "L2BDMACLRN"  # dot1q-l2bdbase
19717   layout:
19718     title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
19719     layout: "plot-latency"
19720
19721 # Packet Latency - VPP L2 3n-skx-xxv710 base and scale
19722 -
19723   type: "plot"
19724   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19725   algorithm: "plot_latency_error_bars"
19726   output-file-type: ".html"
19727   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19728   data: "plot-vpp-throughput-latency-3n-skx"
19729   filter: "'NIC_Intel-XXV710' and
19730            '64B' and
19731            ('BASE' or 'SCALE') and
19732            'NDRPDR' and
19733            'ETH' and
19734            '2T1C' and
19735            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19736            not 'VHOST' and
19737            not 'MEMIF' and
19738            not 'DRV_AVF'"
19739   parameters:
19740   - "latency"
19741   - "parent"
19742   - "tags"
19743   sort:
19744   - "L2PATCH"
19745   - "L2XCBASE"
19746   - "BASE"
19747   - "FIB_10K"
19748   - "FIB_100K"
19749   - "FIB_1M"
19750   layout:
19751     title: "l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
19752     layout: "plot-latency"
19753
19754 -
19755   type: "plot"
19756   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19757   algorithm: "plot_latency_error_bars"
19758   output-file-type: ".html"
19759   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19760   data: "plot-vpp-throughput-latency-3n-skx"
19761   filter: "'NIC_Intel-XXV710' and
19762            '64B' and
19763            ('BASE' or 'SCALE') and
19764            'NDRPDR' and
19765            'ETH' and
19766            '4T2C' and
19767            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19768            not 'VHOST' and
19769            not 'MEMIF' and
19770            not 'DRV_AVF'"
19771   parameters:
19772   - "latency"
19773   - "parent"
19774   - "tags"
19775   sort:
19776   - "L2PATCH"
19777   - "L2XCBASE"
19778   - "BASE"
19779   - "FIB_10K"
19780   - "FIB_100K"
19781   - "FIB_1M"
19782   layout:
19783     title: "l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
19784     layout: "plot-latency"
19785
19786 # Packet Latency - VPP L2 2n-skx-x710 base and scale
19787 -
19788   type: "plot"
19789   title: "VPP Latency: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19790   algorithm: "plot_latency_error_bars"
19791   output-file-type: ".html"
19792   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19793   data: "plot-vpp-throughput-latency-2n-skx"
19794   filter: "'NIC_Intel-X710' and
19795            '64B' and
19796            'ETH' and
19797            ('BASE' or 'SCALE') and
19798            'NDRPDR' and
19799            '2T1C' and
19800            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19801            not 'VHOST' and
19802            not 'MEMIF'"
19803   parameters:
19804   - "latency"
19805   - "parent"
19806   - "tags"
19807   sort:
19808   - "L2PATCH"
19809   - "L2XCBASE"
19810   - "BASE"
19811   - "FIB_10K"
19812   - "FIB_100K"
19813   - "FIB_1M"
19814   layout:
19815     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
19816     layout: "plot-latency"
19817
19818 -
19819   type: "plot"
19820   title: "VPP Latency: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19821   algorithm: "plot_latency_error_bars"
19822   output-file-type: ".html"
19823   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19824   data: "plot-vpp-throughput-latency-2n-skx"
19825   filter: "'NIC_Intel-X710' and
19826            '64B' and
19827            ('BASE' or 'SCALE') and
19828            'NDRPDR' and
19829            'ETH' and
19830            '4T2C' and
19831            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19832            not 'VHOST' and
19833            not 'MEMIF'"
19834   parameters:
19835   - "latency"
19836   - "parent"
19837   - "tags"
19838   sort:
19839   - "L2PATCH"
19840   - "L2XCBASE"
19841   - "BASE"
19842   - "FIB_10K"
19843   - "FIB_100K"
19844   - "FIB_1M"
19845   layout:
19846     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
19847     layout: "plot-latency"
19848
19849 # Packet Latency - VPP L2 2n-skx-xxv710 base and scale
19850 -
19851   type: "plot"
19852   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19853   algorithm: "plot_latency_error_bars"
19854   output-file-type: ".html"
19855   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19856   data: "plot-vpp-throughput-latency-2n-skx"
19857   filter: "'NIC_Intel-XXV710' and
19858            '64B' and
19859            ('BASE' or 'SCALE') and
19860            'NDRPDR' and
19861            'ETH' and
19862            '2T1C' and
19863            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19864            not 'VHOST' and
19865            not 'MEMIF'"
19866   parameters:
19867   - "latency"
19868   - "parent"
19869   - "tags"
19870   sort:
19871   - "L2PATCH"
19872   - "L2XCBASE"
19873   - "BASE"
19874   - "FIB_10K"
19875   - "FIB_100K"
19876   - "FIB_1M"
19877   layout:
19878     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
19879     layout: "plot-latency"
19880
19881 -
19882   type: "plot"
19883   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19884   algorithm: "plot_latency_error_bars"
19885   output-file-type: ".html"
19886   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19887   data: "plot-vpp-throughput-latency-2n-skx"
19888   filter: "'NIC_Intel-XXV710' and
19889            '64B' and
19890            ('BASE' or 'SCALE') and
19891            'NDRPDR' and
19892            'ETH' and
19893            '4T2C' and
19894            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19895            not 'VHOST' and
19896            not 'MEMIF'"
19897   parameters:
19898   - "latency"
19899   - "parent"
19900   - "tags"
19901   sort:
19902   - "L2PATCH"
19903   - "L2XCBASE"
19904   - "BASE"
19905   - "FIB_10K"
19906   - "FIB_100K"
19907   - "FIB_1M"
19908   layout:
19909     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
19910     layout: "plot-latency"
19911
19912 ################################################################################
19913
19914 # Packet Latency - VPP Container Memif 3n-hsw-x520
19915 -
19916   type: "plot"
19917   title: "VPP Latency: memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19918   algorithm: "plot_latency_error_bars"
19919   output-file-type: ".html"
19920   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19921   data: "plot-vpp-throughput-latency-3n-hsw"
19922   filter: "'NIC_Intel-X520-DA2' and
19923            '64B' and
19924            ('BASE' or 'SCALE') and
19925            'NDRPDR' and
19926            '1T1C' and
19927            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19928            not 'VHOST' and
19929            'MEMIF'"
19930   parameters:
19931   - "latency"
19932   - "parent"
19933   - "tags"
19934   sort:
19935   - "L2XCFWD"
19936   - "L2XCFWD"
19937   - "L2XCFWD"
19938   - "L2BDMACLRN"
19939   - "L2BDMACLRN"
19940   - "L2BDMACLRN"
19941   layout:
19942     title: "memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
19943     layout: "plot-latency"
19944
19945 -
19946   type: "plot"
19947   title: "VPP Latency: memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19948   algorithm: "plot_latency_error_bars"
19949   output-file-type: ".html"
19950   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19951   data: "plot-vpp-throughput-latency-3n-hsw"
19952   filter: "'NIC_Intel-X520-DA2' and
19953            '64B' and
19954            ('BASE' or 'SCALE') and
19955            'NDRPDR' and
19956            '2T2C' and
19957            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19958            not 'VHOST' and
19959            'MEMIF'"
19960   parameters:
19961   - "latency"
19962   - "parent"
19963   - "tags"
19964   sort:
19965   - "L2XCFWD"
19966   - "L2XCFWD"
19967   - "L2XCFWD"
19968   - "L2BDMACLRN"
19969   - "L2BDMACLRN"
19970   - "L2BDMACLRN"
19971   layout:
19972     title: "memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
19973     layout: "plot-latency"
19974
19975 # Packet Latency - VPP Container Memif 3n-hsw-x710
19976 -
19977   type: "plot"
19978   title: "VPP Latency: memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19979   algorithm: "plot_latency_error_bars"
19980   output-file-type: ".html"
19981   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19982   data: "plot-vpp-throughput-latency-3n-hsw"
19983   filter: "'NIC_Intel-X710' and
19984            '64B' and
19985            ('BASE' or 'SCALE') and
19986            'NDRPDR' and
19987            '1T1C' and
19988            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19989            not 'VHOST' and
19990            'MEMIF'"
19991   parameters:
19992   - "latency"
19993   - "parent"
19994   - "tags"
19995   sort:
19996   - "L2XCFWD"
19997   - "L2XCFWD"
19998   - "L2XCFWD"
19999   - "L2BDMACLRN"
20000   - "L2BDMACLRN"
20001   - "L2BDMACLRN"
20002   layout:
20003     title: "memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
20004     layout: "plot-latency"
20005
20006 -
20007   type: "plot"
20008   title: "VPP Latency: memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20009   algorithm: "plot_latency_error_bars"
20010   output-file-type: ".html"
20011   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20012   data: "plot-vpp-throughput-latency-3n-hsw"
20013   filter: "'NIC_Intel-X710' and
20014            '64B' and
20015            ('BASE' or 'SCALE') and
20016            'NDRPDR' and
20017            '2T2C' and
20018            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
20019            not 'VHOST' and
20020            'MEMIF'"
20021   parameters:
20022   - "latency"
20023   - "parent"
20024   - "tags"
20025   sort:
20026   - "L2XCFWD"
20027   - "L2XCFWD"
20028   - "L2XCFWD"
20029   - "L2BDMACLRN"
20030   - "L2BDMACLRN"
20031   - "L2BDMACLRN"
20032   layout:
20033     title: "memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
20034     layout: "plot-latency"
20035
20036 # Packet Latency - VPP Container Memif 3n-hsw-xl710
20037 -
20038   type: "plot"
20039   title: "VPP Latency: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
20040   algorithm: "plot_latency_error_bars"
20041   output-file-type: ".html"
20042   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
20043   data: "plot-vpp-throughput-latency-3n-hsw"
20044   filter: "'NIC_Intel-XL710' and
20045            '64B' and
20046            ('BASE' or 'SCALE') and
20047            'NDRPDR' and
20048            '1T1C' and
20049            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
20050            not 'VHOST' and
20051            'MEMIF'"
20052   parameters:
20053   - "latency"
20054   - "parent"
20055   - "tags"
20056   sort:
20057   - "L2XCFWD"
20058   - "L2XCFWD"
20059   - "L2XCFWD"
20060   - "L2BDMACLRN"
20061   - "L2BDMACLRN"
20062   - "L2BDMACLRN"
20063   layout:
20064     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
20065     layout: "plot-latency"
20066
20067 -
20068   type: "plot"
20069   title: "VPP Latency: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
20070   algorithm: "plot_latency_error_bars"
20071   output-file-type: ".html"
20072   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
20073   data: "plot-vpp-throughput-latency-3n-hsw"
20074   filter: "'NIC_Intel-XL710' and
20075            '64B' and
20076            ('BASE' or 'SCALE') and
20077            'NDRPDR' and
20078            '2T2C' and
20079            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
20080            not 'VHOST' and
20081            'MEMIF'"
20082   parameters:
20083   - "latency"
20084   - "parent"
20085   - "tags"
20086   sort:
20087   - "L2XCFWD"
20088   - "L2XCFWD"
20089   - "L2XCFWD"
20090   - "L2BDMACLRN"
20091   - "L2BDMACLRN"
20092   - "L2BDMACLRN"
20093   layout:
20094     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
20095     layout: "plot-latency"
20096
20097 # Packet Latency - VPP Container Memif 3n-skx-x710
20098 -
20099   type: "plot"
20100   title: "VPP Latency: memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20101   algorithm: "plot_latency_error_bars"
20102   output-file-type: ".html"
20103   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20104   data: "plot-vpp-throughput-latency-3n-skx"
20105   filter: "'NIC_Intel-X710' and
20106            '64B' and
20107            ('BASE' or 'SCALE') and
20108            'NDRPDR' and
20109            '2T1C' and
20110            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
20111            not 'VHOST' and
20112            'MEMIF'"
20113   parameters:
20114   - "latency"
20115   - "parent"
20116   - "tags"
20117   sort:
20118   - "L2XCFWD"
20119   - "L2XCFWD"
20120   - "L2XCFWD"
20121   - "L2BDMACLRN"
20122   - "L2BDMACLRN"
20123   - "L2BDMACLRN"
20124   layout:
20125     title: "memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
20126     layout: "plot-latency"
20127
20128 -
20129   type: "plot"
20130   title: "VPP Latency: memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20131   algorithm: "plot_latency_error_bars"
20132   output-file-type: ".html"
20133   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20134   data: "plot-vpp-throughput-latency-3n-skx"
20135   filter: "'NIC_Intel-X710' and
20136            '64B' and
20137            ('BASE' or 'SCALE') and
20138            'NDRPDR' and
20139            '4T2C' and
20140            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
20141            not 'VHOST' and
20142            'MEMIF'"
20143   parameters:
20144   - "latency"
20145   - "parent"
20146   - "tags"
20147   sort:
20148   - "L2XCFWD"
20149   - "L2XCFWD"
20150   - "L2XCFWD"
20151   - "L2BDMACLRN"
20152   - "L2BDMACLRN"
20153   - "L2BDMACLRN"
20154   layout:
20155     title: "memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
20156     layout: "plot-latency"
20157
20158 # Packet Latency - VPP Container Memif 2n-skx-x710
20159 -
20160   type: "plot"
20161   title: "VPP Latency: memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20162   algorithm: "plot_latency_error_bars"
20163   output-file-type: ".html"
20164   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20165   data: "plot-vpp-throughput-latency-2n-skx"
20166   filter: "'NIC_Intel-X710' and
20167            '64B' and
20168            ('BASE' or 'SCALE') and
20169            'NDRPDR' and
20170            '2T1C' and
20171            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
20172            not 'VHOST' and
20173            'MEMIF'"
20174   parameters:
20175   - "latency"
20176   - "parent"
20177   - "tags"
20178   sort:
20179   - "L2XCFWD"
20180   - "L2XCFWD"
20181   - "L2XCFWD"
20182   - "L2BDMACLRN"
20183   - "L2BDMACLRN"
20184   - "L2BDMACLRN"
20185   layout:
20186     title: "memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
20187     layout: "plot-latency"
20188
20189 -
20190   type: "plot"
20191   title: "VPP Latency: memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20192   algorithm: "plot_latency_error_bars"
20193   output-file-type: ".html"
20194   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20195   data: "plot-vpp-throughput-latency-2n-skx"
20196   filter: "'NIC_Intel-X710' and
20197            '64B' and
20198            ('BASE' or 'SCALE') and
20199            'NDRPDR' and
20200            '4T2C' and
20201            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
20202            not 'VHOST' and
20203            'MEMIF'"
20204   parameters:
20205   - "latency"
20206   - "parent"
20207   - "tags"
20208   sort:
20209   - "L2XCFWD"
20210   - "L2XCFWD"
20211   - "L2XCFWD"
20212   - "L2BDMACLRN"
20213   - "L2BDMACLRN"
20214   - "L2BDMACLRN"
20215   layout:
20216     title: "memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
20217     layout: "plot-latency"
20218
20219 # Packet Latency - VPP Container Memif 2n-skx-xxv710
20220 -
20221   type: "plot"
20222   title: "VPP Latency: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
20223   algorithm: "plot_latency_error_bars"
20224   output-file-type: ".html"
20225   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
20226   data: "plot-vpp-throughput-latency-2n-skx"
20227   filter: "'NIC_Intel-XXV710' and
20228            '64B' and
20229            ('BASE' or 'SCALE') and
20230            'NDRPDR' and
20231            '2T1C' and
20232            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
20233            not 'VHOST' and
20234            'MEMIF'"
20235   parameters:
20236   - "latency"
20237   - "parent"
20238   - "tags"
20239   sort:
20240   - "L2XCFWD"
20241   - "L2XCFWD"
20242   - "L2XCFWD"
20243   - "L2BDMACLRN"
20244   - "L2BDMACLRN"
20245   - "L2BDMACLRN"
20246   layout:
20247     title: "memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
20248     layout: "plot-latency"
20249
20250 -
20251   type: "plot"
20252   title: "VPP Latency: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20253   algorithm: "plot_latency_error_bars"
20254   output-file-type: ".html"
20255   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20256   data: "plot-vpp-throughput-latency-2n-skx"
20257   filter: "'NIC_Intel-XXV710' and
20258            '64B' and
20259            ('BASE' or 'SCALE') and
20260            'NDRPDR' and
20261            '4T2C' and
20262            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
20263            not 'VHOST' and
20264            'MEMIF'"
20265   parameters:
20266   - "latency"
20267   - "parent"
20268   - "tags"
20269   sort:
20270   - "L2XCFWD"
20271   - "L2XCFWD"
20272   - "L2XCFWD"
20273   - "L2BDMACLRN"
20274   - "L2BDMACLRN"
20275   - "L2BDMACLRN"
20276   layout:
20277     title: "memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
20278     layout: "plot-latency"
20279
20280 ################################################################################
20281
20282 # Packet Latency - VPP Container Memif 3n-hsw-x520 - l2xc
20283 -
20284   type: "plot"
20285   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
20286   algorithm: "plot_latency_error_bars"
20287   output-file-type: ".html"
20288   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
20289   data: "plot-ligato-throughput-latency-3n-hsw"
20290   filter: "'NIC_Intel-X520-DA2' and
20291            '64B' and
20292            ('BASE' or 'SCALE') and
20293            'NDRPDR' and
20294            '1T1C' and
20295            'L2XCFWD' and
20296            not 'VHOST' and
20297            'MEMIF'"
20298   parameters:
20299   - "latency"
20300   - "parent"
20301   - "tags"
20302   sort:
20303   - "1VNF"
20304   - "2VNF"
20305   - "4VNF"
20306   - "2VNF"
20307   - "4VNF"
20308   layout:
20309     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
20310     layout: "plot-latency"
20311
20312 -
20313   type: "plot"
20314   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
20315   algorithm: "plot_latency_error_bars"
20316   output-file-type: ".html"
20317   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
20318   data: "plot-ligato-throughput-latency-3n-hsw"
20319   filter: "'NIC_Intel-X520-DA2' and
20320            '64B' and
20321            ('BASE' or 'SCALE') and
20322            'NDRPDR' and
20323            '2T2C' and
20324            'L2XCFWD' and
20325            not 'VHOST' and
20326            'MEMIF'"
20327   parameters:
20328   - "latency"
20329   - "parent"
20330   - "tags"
20331   sort:
20332   - "1VNF"
20333   - "2VNF"
20334   - "4VNF"
20335   - "2VNF"
20336   - "4VNF"
20337   layout:
20338     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
20339     layout: "plot-latency"
20340
20341 # Packet Latency - VPP Container Memif 3n-hsw-x520 - l2bd
20342 -
20343   type: "plot"
20344   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
20345   algorithm: "plot_latency_error_bars"
20346   output-file-type: ".html"
20347   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
20348   data: "plot-ligato-throughput-latency-3n-hsw"
20349   filter: "'NIC_Intel-X520-DA2' and
20350            '64B' and
20351            ('BASE' or 'SCALE') and
20352            'NDRPDR' and
20353            '1T1C' and
20354            ('L2BDMACSTAT' or 'L2BDMACLRN') and
20355            not 'VHOST' and
20356            'MEMIF'"
20357   parameters:
20358   - "latency"
20359   - "parent"
20360   - "tags"
20361   sort:
20362   - "1VNF"
20363   - "2VNF"
20364   - "4VNF"
20365   - "2VNF"
20366   - "4VNF"
20367   layout:
20368     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
20369     layout: "plot-latency"
20370
20371 -
20372   type: "plot"
20373   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
20374   algorithm: "plot_latency_error_bars"
20375   output-file-type: ".html"
20376   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
20377   data: "plot-ligato-throughput-latency-3n-hsw"
20378   filter: "'NIC_Intel-X520-DA2' and
20379            '64B' and
20380            ('BASE' or 'SCALE') and
20381            'NDRPDR' and
20382            '2T2C' and
20383            ('L2BDMACSTAT' or 'L2BDMACLRN') and
20384            not 'VHOST' and
20385            'MEMIF'"
20386   parameters:
20387   - "latency"
20388   - "parent"
20389   - "tags"
20390   sort:
20391   - "1VNF"
20392   - "2VNF"
20393   - "4VNF"
20394   - "2VNF"
20395   - "4VNF"
20396   layout:
20397     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
20398     layout: "plot-latency"
20399
20400 # Packet Latency - VPP Container Memif 3n-hsw-x710 - l2xc
20401 -
20402   type: "plot"
20403   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
20404   algorithm: "plot_latency_error_bars"
20405   output-file-type: ".html"
20406   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
20407   data: "plot-ligato-throughput-latency-3n-hsw"
20408   filter: "'NIC_Intel-X710' and
20409            '64B' and
20410            ('BASE' or 'SCALE') and
20411            'NDRPDR' and
20412            '1T1C' and
20413            'L2XCFWD' and
20414            not 'VHOST' and
20415            'MEMIF'"
20416   parameters:
20417   - "latency"
20418   - "parent"
20419   - "tags"
20420   sort:
20421   - "1VNF"
20422   - "2VNF"
20423   - "4VNF"
20424   - "2VNF"
20425   - "4VNF"
20426   layout:
20427     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
20428     layout: "plot-latency"
20429
20430 -
20431   type: "plot"
20432   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
20433   algorithm: "plot_latency_error_bars"
20434   output-file-type: ".html"
20435   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
20436   data: "plot-ligato-throughput-latency-3n-hsw"
20437   filter: "'NIC_Intel-X710' and
20438            '64B' and
20439            ('BASE' or 'SCALE') and
20440            'NDRPDR' and
20441            '2T2C' and
20442            'L2XCFWD' and
20443            not 'VHOST' and
20444            'MEMIF'"
20445   parameters:
20446   - "latency"
20447   - "parent"
20448   - "tags"
20449   sort:
20450   - "1VNF"
20451   - "2VNF"
20452   - "4VNF"
20453   - "2VNF"
20454   - "4VNF"
20455   layout:
20456     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
20457     layout: "plot-latency"
20458
20459 # Packet Latency - VPP Container Memif 3n-hsw-x710 - l2bd
20460 -
20461   type: "plot"
20462   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
20463   algorithm: "plot_latency_error_bars"
20464   output-file-type: ".html"
20465   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
20466   data: "plot-ligato-throughput-latency-3n-hsw"
20467   filter: "'NIC_Intel-X710' and
20468            '64B' and
20469            ('BASE' or 'SCALE') and
20470            'NDRPDR' and
20471            '1T1C' and
20472            ('L2BDMACSTAT' or 'L2BDMACLRN') and
20473            not 'VHOST' and
20474            'MEMIF'"
20475   parameters:
20476   - "latency"
20477   - "parent"
20478   - "tags"
20479   sort:
20480   - "1VNF"
20481   - "2VNF"
20482   - "4VNF"
20483   - "2VNF"
20484   - "4VNF"
20485   layout:
20486     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
20487     layout: "plot-latency"
20488
20489 -
20490   type: "plot"
20491   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
20492   algorithm: "plot_latency_error_bars"
20493   output-file-type: ".html"
20494   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
20495   data: "plot-ligato-throughput-latency-3n-hsw"
20496   filter: "'NIC_Intel-X710' and
20497            '64B' and
20498            ('BASE' or 'SCALE') and
20499            'NDRPDR' and
20500            '2T2C' and
20501            ('L2BDMACSTAT' or 'L2BDMACLRN') and
20502            not 'VHOST' and
20503            'MEMIF'"
20504   parameters:
20505   - "latency"
20506   - "parent"
20507   - "tags"
20508   sort:
20509   - "1VNF"
20510   - "2VNF"
20511   - "4VNF"
20512   - "2VNF"
20513   - "4VNF"
20514   layout:
20515     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
20516     layout: "plot-latency"
20517
20518 ################################################################################
20519
20520 # Packet Latency - VPP IPv4 3n-hsw-x520 base and scale
20521 -
20522   type: "plot"
20523   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
20524   algorithm: "plot_latency_error_bars"
20525   output-file-type: ".html"
20526   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
20527   data: "plot-vpp-throughput-latency-3n-hsw"
20528   filter: "'NIC_Intel-X520-DA2' and
20529            '64B' and
20530            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
20531            'NDRPDR' and
20532            '1T1C' and
20533            'IP4FWD' and
20534            not 'IPSEC' and
20535            not 'VHOST'"
20536   parameters:
20537   - "latency"
20538   - "parent"
20539   - "tags"
20540   sort:
20541   - "DOT1Q"
20542   - "IP4BASE"
20543   - "FIB_20k"
20544   - "FIB_200k"
20545   - "FIB_2M"
20546   layout:
20547     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
20548     layout: "plot-latency"
20549
20550 -
20551   type: "plot"
20552   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
20553   algorithm: "plot_latency_error_bars"
20554   output-file-type: ".html"
20555   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
20556   data: "plot-vpp-throughput-latency-3n-hsw"
20557   filter: "'NIC_Intel-X520-DA2' and
20558            '64B' and
20559            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
20560            'NDRPDR' and
20561            '2T2C' and
20562            'IP4FWD' and
20563            not 'IPSEC' and
20564            not 'VHOST'"
20565   parameters:
20566   - "latency"
20567   - "parent"
20568   - "tags"
20569   sort:
20570   - "DOT1Q"
20571   - "IP4BASE"
20572   - "FIB_20k"
20573   - "FIB_200k"
20574   - "FIB_2M"
20575   layout:
20576     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
20577     layout: "plot-latency"
20578
20579 # Packet Latency - VPP IPv4 3n-hsw-x520 features
20580 -
20581   type: "plot"
20582   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
20583   algorithm: "plot_latency_error_bars"
20584   output-file-type: ".html"
20585   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
20586   data: "plot-vpp-throughput-latency-3n-hsw"
20587   filter: "'NIC_Intel-X520-DA2' and
20588            '64B' and
20589            ('IP4BASE' or
20590             'POLICE_MARK' or
20591             'COPWHLIST' or
20592             ('NAT44' and 'BASE') or
20593             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
20594            'NDRPDR' and
20595            '1T1C' and
20596            'IP4FWD' and
20597            not 'IPSEC' and
20598            not 'VHOST'"
20599   parameters:
20600   - "latency"
20601   - "parent"
20602   - "tags"
20603   sort:
20604   - "DOT1Q"
20605   - "IP4BASE"
20606   - "NAT44"
20607   - "POLICE_MARK"
20608   - "COPWHLIST"
20609   - "IACL"
20610   - "OACL"
20611   layout:
20612     title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
20613     layout: "plot-latency"
20614
20615 -
20616   type: "plot"
20617   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
20618   algorithm: "plot_latency_error_bars"
20619   output-file-type: ".html"
20620   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
20621   data: "plot-vpp-throughput-latency-3n-hsw"
20622   filter: "'NIC_Intel-X520-DA2' and
20623            '64B' and
20624            ('IP4BASE' or
20625             'POLICE_MARK' or
20626             'COPWHLIST' or
20627             ('NAT44' and 'BASE') or
20628             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
20629            'NDRPDR' and
20630            '2T2C' and
20631            'IP4FWD' and
20632            not 'IPSEC' and
20633            not 'VHOST'"
20634   parameters:
20635   - "latency"
20636   - "parent"
20637   - "tags"
20638   sort:
20639   - "DOT1Q"
20640   - "IP4BASE"
20641   - "NAT44"
20642   - "POLICE_MARK"
20643   - "COPWHLIST"
20644   - "IACL"
20645   - "OACL"
20646   layout:
20647     title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
20648     layout: "plot-latency"
20649
20650 # Packet Latency - VPP IPv4 3n-hsw-x520 features nat44
20651 -
20652   type: "plot"
20653   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
20654   algorithm: "plot_latency_error_bars"
20655   output-file-type: ".html"
20656   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
20657   data: "plot-vpp-throughput-latency-3n-hsw"
20658   filter: "'NIC_Intel-X520-DA2' and
20659            '64B' and
20660            'NDRPDR' and
20661            '1T1C' and
20662            'IP4FWD' and
20663            'NAT44' and
20664            not 'IPSEC' and
20665            not 'VHOST'"
20666   parameters:
20667   - "latency"
20668   - "parent"
20669   - "tags"
20670   sort:
20671   - "BASE"
20672   - "BASE"
20673   - "SRC_USER_10"
20674   - "SRC_USER_100"
20675   - "SRC_USER_1000"
20676   - "SRC_USER_2000"
20677   layout:
20678     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
20679     layout: "plot-latency"
20680
20681 -
20682   type: "plot"
20683   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat"
20684   algorithm: "plot_latency_error_bars"
20685   output-file-type: ".html"
20686   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat"
20687   data: "plot-vpp-throughput-latency-3n-hsw"
20688   filter: "'NIC_Intel-X520-DA2' and
20689            '64B' and
20690            'NDRPDR' and
20691            '2T2C' and
20692            'IP4FWD' and
20693            'NAT44' and
20694            not 'IPSEC' and
20695            not 'VHOST'"
20696   parameters:
20697   - "latency"
20698   - "parent"
20699   - "tags"
20700   sort:
20701   - "BASE"
20702   - "BASE"
20703   - "SRC_USER_10"
20704   - "SRC_USER_100"
20705   - "SRC_USER_1000"
20706   - "SRC_USER_2000"
20707   layout:
20708     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
20709     layout: "plot-latency"
20710
20711 # Packet Latency - VPP IPv4 3n-hsw-x520 features iacl
20712 -
20713   type: "plot"
20714   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
20715   algorithm: "plot_latency_error_bars"
20716   output-file-type: ".html"
20717   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
20718   data: "plot-vpp-throughput-latency-3n-hsw"
20719   filter: "'NIC_Intel-X520-DA2' and
20720            '64B' and
20721            'NDRPDR' and
20722            '1T1C' and
20723            'IP4FWD' and
20724            'IACL' and
20725            ('ACL10' or 'ACL50') and '10k_FLOWS' and
20726            not 'IPSEC' and
20727            not 'VHOST'"
20728   parameters:
20729   - "latency"
20730   - "parent"
20731   - "tags"
20732   sort:
20733   - "ACL_STATELESS"
20734   - "ACL_STATEFUL"
20735   - "ACL_STATELESS"
20736   - "ACL_STATEFUL"
20737   layout:
20738     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
20739     layout: "plot-latency"
20740
20741 -
20742   type: "plot"
20743   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
20744   algorithm: "plot_latency_error_bars"
20745   output-file-type: ".html"
20746   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
20747   data: "plot-vpp-throughput-latency-3n-hsw"
20748   filter: "'NIC_Intel-X520-DA2' and
20749            '64B' and
20750            'NDRPDR' and
20751            '2T2C' and
20752            'IP4FWD' and
20753            'IACL' and
20754            ('ACL10' or 'ACL50') and '10k_FLOWS' and
20755            not 'IPSEC' and
20756            not 'VHOST'"
20757   parameters:
20758   - "latency"
20759   - "parent"
20760   - "tags"
20761   sort:
20762   - "ACL_STATELESS"
20763   - "ACL_STATEFUL"
20764   - "ACL_STATELESS"
20765   - "ACL_STATEFUL"
20766   layout:
20767     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
20768     layout: "plot-latency"
20769
20770 # Packet Latency - VPP IPv4 3n-hsw-x520 features oacl
20771 -
20772   type: "plot"
20773   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
20774   algorithm: "plot_latency_error_bars"
20775   output-file-type: ".html"
20776   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
20777   data: "plot-vpp-throughput-latency-3n-hsw"
20778   filter: "'NIC_Intel-X520-DA2' and
20779            '64B' and
20780            'NDRPDR' and
20781            '1T1C' and
20782            'IP4FWD' and
20783            'OACL' and
20784            ('ACL10' or 'ACL50') and '10k_FLOWS' and
20785            not 'IPSEC' and
20786            not 'VHOST'"
20787   parameters:
20788   - "latency"
20789   - "parent"
20790   - "tags"
20791   sort:
20792   - "ACL_STATELESS"
20793   - "ACL_STATEFUL"
20794   - "ACL_STATELESS"
20795   - "ACL_STATEFUL"
20796   layout:
20797     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
20798     layout: "plot-latency"
20799
20800 -
20801   type: "plot"
20802   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
20803   algorithm: "plot_latency_error_bars"
20804   output-file-type: ".html"
20805   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
20806   data: "plot-vpp-throughput-latency-3n-hsw"
20807   filter: "'NIC_Intel-X520-DA2' and
20808            '64B' and
20809            'NDRPDR' and
20810            '2T2C' and
20811            'IP4FWD' and
20812            'OACL' and
20813            ('ACL10' or 'ACL50') and '10k_FLOWS' and
20814            not 'IPSEC' and
20815            not 'VHOST'"
20816   parameters:
20817   - "latency"
20818   - "parent"
20819   - "tags"
20820   sort:
20821   - "ACL_STATELESS"
20822   - "ACL_STATEFUL"
20823   - "ACL_STATELESS"
20824   - "ACL_STATEFUL"
20825   layout:
20826     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
20827     layout: "plot-latency"
20828
20829 # Packet Latency - VPP IPv4 3n-hsw-x710 base and scale
20830 -
20831   type: "plot"
20832   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20833   algorithm: "plot_latency_error_bars"
20834   output-file-type: ".html"
20835   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20836   data: "plot-vpp-throughput-latency-3n-hsw"
20837   filter: "'NIC_Intel-X710' and
20838            '64B' and
20839            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20840            'NDRPDR' and
20841            '1T1C' and
20842            'IP4FWD' and
20843            not 'IPSEC' and
20844            not 'VHOST'"
20845   parameters:
20846   - "latency"
20847   - "parent"
20848   - "tags"
20849   sort:
20850   - "DOT1Q"
20851   - "IP4BASE"
20852   - "FIB_20K"
20853   - "FIB_200K"
20854   - "FIB_2M"
20855   layout:
20856     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
20857     layout: "plot-latency"
20858
20859 -
20860   type: "plot"
20861   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20862   algorithm: "plot_latency_error_bars"
20863   output-file-type: ".html"
20864   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20865   data: "plot-vpp-throughput-latency-3n-hsw"
20866   filter: "'NIC_Intel-X710' and
20867            '64B' and
20868            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20869            'NDRPDR' and
20870            '2T2C' and
20871            'IP4FWD' and
20872            not 'IPSEC' and
20873            not 'VHOST'"
20874   parameters:
20875   - "latency"
20876   - "parent"
20877   - "tags"
20878   sort:
20879   - "DOT1Q"
20880   - "IP4BASE"
20881   - "FIB_20K"
20882   - "FIB_200K"
20883   - "FIB_2M"
20884   layout:
20885     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
20886     layout: "plot-latency"
20887
20888 # Packet Latency - VPP IPv4 3n-hsw-x710 features
20889 -
20890   type: "plot"
20891   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
20892   algorithm: "plot_latency_error_bars"
20893   output-file-type: ".html"
20894   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
20895   data: "plot-vpp-throughput-latency-3n-hsw"
20896   filter: "'NIC_Intel-X710' and
20897            '64B' and
20898            ('IP4BASE' or
20899             'POLICE_MARK' or
20900             'COPWHLIST' or
20901             ('NAT44' and 'BASE') or
20902             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
20903            'NDRPDR' and
20904            '1T1C' and
20905            'IP4FWD' and
20906            not 'IPSEC' and
20907            not 'VHOST'"
20908   parameters:
20909   - "latency"
20910   - "parent"
20911   - "tags"
20912   sort:
20913   - "IP4BASE"
20914   - "NAT44"
20915   - "POLICE_MARK"
20916   - "COPWHLIST"
20917   - "IACL"
20918   - "OACL"
20919   layout:
20920     title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
20921     layout: "plot-latency"
20922
20923 -
20924   type: "plot"
20925   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
20926   algorithm: "plot_latency_error_bars"
20927   output-file-type: ".html"
20928   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
20929   data: "plot-vpp-throughput-latency-3n-hsw"
20930   filter: "'NIC_Intel-X710' and
20931            '64B' and
20932            ('IP4BASE' or
20933             'POLICE_MARK' or
20934             'COPWHLIST' or
20935             ('NAT44' and 'BASE') or
20936             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
20937            'NDRPDR' and
20938            '2T2C' and
20939            'IP4FWD' and
20940            not 'IPSEC' and
20941            not 'VHOST'"
20942   parameters:
20943   - "latency"
20944   - "parent"
20945   - "tags"
20946   sort:
20947   - "IP4BASE"
20948   - "NAT44"
20949   - "POLICE_MARK"
20950   - "COPWHLIST"
20951   - "IACL"
20952   - "OACL"
20953   layout:
20954     title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
20955     layout: "plot-latency"
20956
20957 # Packet Latency - VPP IPv4 3n-hsw-x710 features nat44
20958 -
20959   type: "plot"
20960   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
20961   algorithm: "plot_latency_error_bars"
20962   output-file-type: ".html"
20963   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
20964   data: "plot-vpp-throughput-latency-3n-hsw"
20965   filter: "'NIC_Intel-X710' and
20966            '64B' and
20967            'NDRPDR' and
20968            '1T1C' and
20969            'IP4FWD' and
20970            'NAT44' and
20971            not 'IPSEC' and
20972            not 'VHOST'"
20973   parameters:
20974   - "latency"
20975   - "parent"
20976   - "tags"
20977   sort:
20978   - "BASE"
20979   - "BASE"
20980   - "SRC_USER_10"
20981   - "SRC_USER_100"
20982   - "SRC_USER_1000"
20983   - "SRC_USER_2000"
20984   layout:
20985     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
20986     layout: "plot-latency"
20987
20988 -
20989   type: "plot"
20990   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat"
20991   algorithm: "plot_latency_error_bars"
20992   output-file-type: ".html"
20993   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat"
20994   data: "plot-vpp-throughput-latency-3n-hsw"
20995   filter: "'NIC_Intel-X710' and
20996            '64B' and
20997            'NDRPDR' and
20998            '2T2C' and
20999            'IP4FWD' and
21000            'NAT44' and
21001            not 'IPSEC' and
21002            not 'VHOST'"
21003   parameters:
21004   - "latency"
21005   - "parent"
21006   - "tags"
21007   sort:
21008   - "BASE"
21009   - "BASE"
21010   - "SRC_USER_10"
21011   - "SRC_USER_100"
21012   - "SRC_USER_1000"
21013   - "SRC_USER_2000"
21014   layout:
21015     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
21016     layout: "plot-latency"
21017
21018 # Packet Latency - VPP IPv4 3n-hsw-x710 features iacl
21019 -
21020   type: "plot"
21021   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
21022   algorithm: "plot_latency_error_bars"
21023   output-file-type: ".html"
21024   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
21025   data: "plot-vpp-throughput-latency-3n-hsw"
21026   filter: "'NIC_Intel-X710' and
21027            '64B' and
21028            'NDRPDR' and
21029            '1T1C' and
21030            'IP4FWD' and
21031            'IACL' and
21032            ('ACL10' or 'ACL50') and '10k_FLOWS' and
21033            not 'IPSEC' and
21034            not 'VHOST'"
21035   parameters:
21036   - "latency"
21037   - "parent"
21038   - "tags"
21039   sort:
21040   - "ACL_STATELESS"
21041   - "ACL_STATEFUL"
21042   - "ACL_STATELESS"
21043   - "ACL_STATEFUL"
21044   layout:
21045     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
21046     layout: "plot-latency"
21047
21048 -
21049   type: "plot"
21050   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
21051   algorithm: "plot_latency_error_bars"
21052   output-file-type: ".html"
21053   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
21054   data: "plot-vpp-throughput-latency-3n-hsw"
21055   filter: "'NIC_Intel-X710' and
21056            '64B' and
21057            'NDRPDR' and
21058            '2T2C' and
21059            'IP4FWD' and
21060            'IACL' and
21061            ('ACL10' or 'ACL50') and '10k_FLOWS' and
21062            not 'IPSEC' and
21063            not 'VHOST'"
21064   parameters:
21065   - "latency"
21066   - "parent"
21067   - "tags"
21068   sort:
21069   - "ACL_STATELESS"
21070   - "ACL_STATEFUL"
21071   - "ACL_STATELESS"
21072   - "ACL_STATEFUL"
21073   layout:
21074     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
21075     layout: "plot-latency"
21076
21077 # Packet Latency - VPP IPv4 3n-hsw-x710 features oacl
21078 -
21079   type: "plot"
21080   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr-lat"
21081   algorithm: "plot_latency_error_bars"
21082   output-file-type: ".html"
21083   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr-lat"
21084   data: "plot-vpp-throughput-latency-3n-hsw"
21085   filter: "'NIC_Intel-X710' and
21086            '64B' and
21087            'NDRPDR' and
21088            '1T1C' and
21089            'IP4FWD' and
21090            'OACL' and
21091            ('ACL10' or 'ACL50') and '10k_FLOWS' and
21092            not 'IPSEC' and
21093            not 'VHOST'"
21094   parameters:
21095   - "latency"
21096   - "parent"
21097   - "tags"
21098   sort:
21099   - "ACL_STATELESS"
21100   - "ACL_STATEFUL"
21101   - "ACL_STATELESS"
21102   - "ACL_STATEFUL"
21103   layout:
21104     title: "ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
21105     layout: "plot-latency"
21106
21107 -
21108   type: "plot"
21109   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr-lat"
21110   algorithm: "plot_latency_error_bars"
21111   output-file-type: ".html"
21112   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr-lat"
21113   data: "plot-vpp-throughput-latency-3n-hsw"
21114   filter: "'NIC_Intel-X710' and
21115            '64B' and
21116            'NDRPDR' and
21117            '2T2C' and
21118            'IP4FWD' and
21119            'OACL' and
21120            ('ACL10' or 'ACL50') and '10k_FLOWS' and
21121            not 'IPSEC' and
21122            not 'VHOST'"
21123   parameters:
21124   - "latency"
21125   - "parent"
21126   - "tags"
21127   sort:
21128   - "ACL_STATELESS"
21129   - "ACL_STATEFUL"
21130   - "ACL_STATELESS"
21131   - "ACL_STATEFUL"
21132   layout:
21133     title: "ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
21134     layout: "plot-latency"
21135
21136 # Packet Latency - VPP IPv4 3n-hsw-xl710 base and scale
21137 -
21138   type: "plot"
21139   title: "VPP Latency: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
21140   algorithm: "plot_latency_error_bars"
21141   output-file-type: ".html"
21142   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
21143   data: "plot-vpp-throughput-latency-3n-hsw"
21144   filter: "'NIC_Intel-XL710' and
21145            '64B' and
21146            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21147            'NDRPDR' and
21148            '1T1C' and
21149            'IP4FWD' and
21150            not 'IPSEC' and
21151            not 'VHOST'"
21152   parameters:
21153   - "latency"
21154   - "parent"
21155   - "tags"
21156   sort:
21157   - "IP4BASE"
21158   - "FIB_20K"
21159   - "FIB_200K"
21160   - "FIB_2M"
21161   layout:
21162     title: "ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
21163     layout: "plot-latency"
21164
21165 -
21166   type: "plot"
21167   title: "VPP Latency: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
21168   algorithm: "plot_latency_error_bars"
21169   output-file-type: ".html"
21170   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
21171   data: "plot-vpp-throughput-latency-3n-hsw"
21172   filter: "'NIC_Intel-XL710' and
21173            '64B' and
21174            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21175            'NDRPDR' and
21176            '2T2C' and
21177            'IP4FWD' and
21178            not 'IPSEC' and
21179            not 'VHOST'"
21180   parameters:
21181   - "latency"
21182   - "parent"
21183   - "tags"
21184   sort:
21185   - "IP4BASE"
21186   - "FIB_20K"
21187   - "FIB_200K"
21188   - "FIB_2M"
21189   layout:
21190     title: "ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
21191     layout: "plot-latency"
21192
21193 # Packet Latency - VPP IPv4 3n-skx-x710 base and scale
21194 -
21195   type: "plot"
21196   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
21197   algorithm: "plot_latency_error_bars"
21198   output-file-type: ".html"
21199   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
21200   data: "plot-vpp-throughput-latency-3n-skx"
21201   filter: "'NIC_Intel-X710' and
21202            '64B' and
21203            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21204            'NDRPDR' and
21205            '2T1C' and
21206            'IP4FWD' and
21207            not 'IPSEC' and
21208            not 'VHOST'"
21209   parameters:
21210   - "latency"
21211   - "parent"
21212   - "tags"
21213   sort:
21214   - "IP4BASE"
21215   - "FIB_20K"
21216   - "FIB_200K"
21217   - "FIB_2M"
21218   layout:
21219     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
21220     layout: "plot-latency"
21221
21222 -
21223   type: "plot"
21224   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
21225   algorithm: "plot_latency_error_bars"
21226   output-file-type: ".html"
21227   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
21228   data: "plot-vpp-throughput-latency-3n-skx"
21229   filter: "'NIC_Intel-X710' and
21230            '64B' and
21231            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21232            'NDRPDR' and
21233            '4T2C' and
21234            'IP4FWD' and
21235            not 'IPSEC' and
21236            not 'VHOST'"
21237   parameters:
21238   - "latency"
21239   - "parent"
21240   - "tags"
21241   sort:
21242   - "IP4BASE"
21243   - "FIB_20K"
21244   - "FIB_200K"
21245   - "FIB_2M"
21246   layout:
21247     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
21248     layout: "plot-latency"
21249
21250 # Packet Latency - VPP IPv4 3n-skx-x710 features oacl
21251 -
21252   type: "plot"
21253   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
21254   algorithm: "plot_latency_error_bars"
21255   output-file-type: ".html"
21256   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
21257   data: "plot-vpp-throughput-latency-3n-skx"
21258   filter: "'NIC_Intel-X710' and
21259            '64B' and
21260            ('IP4BASE' or
21261             'POLICE_MARK' or
21262             'COPWHLIST' or
21263             ('NAT44' and 'BASE') or
21264             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
21265            'NDRPDR' and
21266            '2T1C' and
21267            'IP4FWD' and
21268            not 'IPSEC' and
21269            not 'VHOST'"
21270   parameters:
21271   - "latency"
21272   - "parent"
21273   - "tags"
21274   sort:
21275   - "IP4BASE"
21276   - "NAT44"
21277   - "POLICE_MARK"
21278   - "COPWHLIST"
21279   - "IACL"
21280   - "OACL"
21281   layout:
21282     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
21283     layout: "plot-latency"
21284
21285 -
21286   type: "plot"
21287   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
21288   algorithm: "plot_latency_error_bars"
21289   output-file-type: ".html"
21290   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
21291   data: "plot-vpp-throughput-latency-3n-skx"
21292   filter: "'NIC_Intel-X710' and
21293            '64B' and
21294            ('IP4BASE' or
21295             'POLICE_MARK' or
21296             'COPWHLIST' or
21297             ('NAT44' and 'BASE') or
21298             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
21299            'NDRPDR' and
21300            '4T2C' and
21301            'IP4FWD' and
21302            not 'IPSEC' and
21303            not 'VHOST'"
21304   parameters:
21305   - "latency"
21306   - "parent"
21307   - "tags"
21308   sort:
21309   - "IP4BASE"
21310   - "NAT44"
21311   - "POLICE_MARK"
21312   - "COPWHLIST"
21313   - "IACL"
21314   - "OACL"
21315   layout:
21316     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
21317     layout: "plot-latency"
21318
21319 # Packet Latency - VPP IPv4 3n-skx-x710 features nat44
21320 -
21321   type: "plot"
21322   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
21323   algorithm: "plot_latency_error_bars"
21324   output-file-type: ".html"
21325   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
21326   data: "plot-vpp-throughput-latency-3n-skx"
21327   filter: "'NIC_Intel-X710' and
21328            '64B' and
21329            'NDRPDR' and
21330            '2T1C' and
21331            'IP4FWD' and
21332            'NAT44' and
21333            not 'IPSEC' and
21334            not 'VHOST'"
21335   parameters:
21336   - "latency"
21337   - "parent"
21338   - "tags"
21339   sort:
21340   - "BASE"
21341   - "BASE"
21342   - "SRC_USER_10"
21343   - "SRC_USER_100"
21344   - "SRC_USER_1000"
21345   - "SRC_USER_2000"
21346   layout:
21347     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
21348     layout: "plot-latency"
21349
21350 -
21351   type: "plot"
21352   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat"
21353   algorithm: "plot_latency_error_bars"
21354   output-file-type: ".html"
21355   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat"
21356   data: "plot-vpp-throughput-latency-3n-skx"
21357   filter: "'NIC_Intel-X710' and
21358            '64B' and
21359            'NDRPDR' and
21360            '4T2C' and
21361            'IP4FWD' and
21362            'NAT44' and
21363            not 'IPSEC' and
21364            not 'VHOST'"
21365   parameters:
21366   - "latency"
21367   - "parent"
21368   - "tags"
21369   sort:
21370   - "BASE"
21371   - "BASE"
21372   - "SRC_USER_10"
21373   - "SRC_USER_100"
21374   - "SRC_USER_1000"
21375   - "SRC_USER_2000"
21376   layout:
21377     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
21378     layout: "plot-latency"
21379
21380 # Packet Latency - VPP IPv4 3n-skx-x710 features iacl
21381 -
21382   type: "plot"
21383   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
21384   algorithm: "plot_latency_error_bars"
21385   output-file-type: ".html"
21386   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
21387   data: "plot-vpp-throughput-latency-3n-skx"
21388   filter: "'NIC_Intel-X710' and
21389            '64B' and
21390            'NDRPDR' and
21391            '2T1C' and
21392            'IP4FWD' and
21393            'IACL' and
21394            ('ACL10' or 'ACL50') and '10k_FLOWS' and
21395            not 'IPSEC' and
21396            not 'VHOST'"
21397   parameters:
21398   - "latency"
21399   - "parent"
21400   - "tags"
21401   sort:
21402   - "ACL_STATELESS"
21403   - "ACL_STATEFUL"
21404   - "ACL_STATELESS"
21405   - "ACL_STATEFUL"
21406   layout:
21407     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
21408     layout: "plot-latency"
21409
21410 -
21411   type: "plot"
21412   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
21413   algorithm: "plot_latency_error_bars"
21414   output-file-type: ".html"
21415   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
21416   data: "plot-vpp-throughput-latency-3n-skx"
21417   filter: "'NIC_Intel-X710' and
21418            '64B' and
21419            'NDRPDR' and
21420            '4T2C' and
21421            'IP4FWD' and
21422            'IACL' and
21423            ('ACL10' or 'ACL50') and '10k_FLOWS' and
21424            not 'IPSEC' and
21425            not 'VHOST'"
21426   parameters:
21427   - "latency"
21428   - "parent"
21429   - "tags"
21430   sort:
21431   - "ACL_STATELESS"
21432   - "ACL_STATEFUL"
21433   - "ACL_STATELESS"
21434   - "ACL_STATEFUL"
21435   layout:
21436     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
21437     layout: "plot-latency"
21438
21439 # Packet Latency - VPP IPv4 3n-skx-x710 features oacl
21440 -
21441   type: "plot"
21442   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr-lat"
21443   algorithm: "plot_latency_error_bars"
21444   output-file-type: ".html"
21445   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr-lat"
21446   data: "plot-vpp-throughput-latency-3n-skx"
21447   filter: "'NIC_Intel-X710' and
21448            '64B' and
21449            'NDRPDR' and
21450            '2T1C' and
21451            'IP4FWD' and
21452            'OACL' and
21453            ('ACL10' or 'ACL50') and '10k_FLOWS' and
21454            not 'IPSEC' and
21455            not 'VHOST'"
21456   parameters:
21457   - "latency"
21458   - "parent"
21459   - "tags"
21460   sort:
21461   - "ACL_STATELESS"
21462   - "ACL_STATEFUL"
21463   - "ACL_STATELESS"
21464   - "ACL_STATEFUL"
21465   layout:
21466     title: "ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
21467     layout: "plot-latency"
21468
21469 -
21470   type: "plot"
21471   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr-lat"
21472   algorithm: "plot_latency_error_bars"
21473   output-file-type: ".html"
21474   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-oacl-lat"
21475   data: "plot-vpp-throughput-latency-3n-skx"
21476   filter: "'NIC_Intel-X710' and
21477            '64B' and
21478            'NDRPDR' and
21479            '4T2C' and
21480            'IP4FWD' and
21481            'OACL' and
21482            ('ACL10' or 'ACL50') and '10k_FLOWS' and
21483            not 'IPSEC' and
21484            not 'VHOST'"
21485   parameters:
21486   - "latency"
21487   - "parent"
21488   - "tags"
21489   sort:
21490   - "ACL_STATELESS"
21491   - "ACL_STATEFUL"
21492   - "ACL_STATELESS"
21493   - "ACL_STATEFUL"
21494   layout:
21495     title: "ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
21496     layout: "plot-latency"
21497
21498 # Packet Latency - VPP IPv4 2n-skx-x710 base and scale
21499 -
21500   type: "plot"
21501   title: "VPP Latency: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
21502   algorithm: "plot_latency_error_bars"
21503   output-file-type: ".html"
21504   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
21505   data: "plot-vpp-throughput-latency-2n-skx"
21506   filter: "'NIC_Intel-X710' and
21507            '64B' and
21508            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
21509            'NDRPDR' and
21510            '2T1C' and
21511            'IP4FWD' and
21512            not 'IPSEC' and
21513            not 'VHOST'"
21514   parameters:
21515   - "latency"
21516   - "parent"
21517   - "tags"
21518   sort:
21519   - "DOT1Q"
21520   - "IP4BASE"
21521   - "FIB_20k"
21522   - "FIB_200k"
21523   - "FIB_2M"
21524   layout:
21525     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
21526     layout: "plot-latency"
21527
21528 -
21529   type: "plot"
21530   title: "VPP Latency: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
21531   algorithm: "plot_latency_error_bars"
21532   output-file-type: ".html"
21533   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
21534   data: "plot-vpp-throughput-latency-2n-skx"
21535   filter: "'NIC_Intel-X710' and
21536            '64B' and
21537            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
21538            'NDRPDR' and
21539            '4T2C' and
21540            'IP4FWD' and
21541            not 'IPSEC' and
21542            not 'VHOST'"
21543   parameters:
21544   - "latency"
21545   - "parent"
21546   - "tags"
21547   sort:
21548   - "DOT1Q"
21549   - "IP4BASE"
21550   - "FIB_20k"
21551   - "FIB_200k"
21552   - "FIB_2M"
21553   layout:
21554     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
21555     layout: "plot-latency"
21556
21557 # Packet Latency - VPP IPv4 2n-skx-xxv710 base and scale
21558 -
21559   type: "plot"
21560   title: "VPP Latency: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
21561   algorithm: "plot_latency_error_bars"
21562   output-file-type: ".html"
21563   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
21564   data: "plot-vpp-throughput-latency-2n-skx"
21565   filter: "'NIC_Intel-XXV710' and
21566            '64B' and
21567            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
21568            'NDRPDR' and
21569            '2T1C' and
21570            'IP4FWD' and
21571            not 'IPSEC' and
21572            not 'VHOST'"
21573   parameters:
21574   - "latency"
21575   - "parent"
21576   - "tags"
21577   sort:
21578   - "DOT1Q"
21579   - "IP4BASE"
21580   - "FIB_20k"
21581   - "FIB_200k"
21582   - "FIB_2M"
21583   layout:
21584     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
21585     layout: "plot-latency"
21586
21587 -
21588   type: "plot"
21589   title: "VPP Latency: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
21590   algorithm: "plot_latency_error_bars"
21591   output-file-type: ".html"
21592   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
21593   data: "plot-vpp-throughput-latency-2n-skx"
21594   filter: "'NIC_Intel-XXV710' and
21595            '64B' and
21596            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
21597            'NDRPDR' and
21598            '4T2C' and
21599            'IP4FWD' and
21600            not 'IPSEC' and
21601            not 'VHOST'"
21602   parameters:
21603   - "latency"
21604   - "parent"
21605   - "tags"
21606   sort:
21607   - "DOT1Q"
21608   - "IP4BASE"
21609   - "FIB_20k"
21610   - "FIB_200k"
21611   - "FIB_2M"
21612   layout:
21613     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
21614     layout: "plot-latency"
21615
21616 ################################################################################
21617
21618 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520
21619 -
21620   type: "plot"
21621   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
21622   algorithm: "plot_latency_error_bars"
21623   output-file-type: ".html"
21624   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
21625   data: "plot-vpp-throughput-latency-3n-hsw"
21626   filter: "'NIC_Intel-X520-DA2' and
21627            '64B' and
21628            'ENCAP' and
21629            'NDRPDR' and
21630            '1T1C' and
21631            ('VXLAN' or 'LISP') and
21632            not 'VHOST' and
21633            not 'IPSECHW'"
21634   parameters:
21635   - "latency"
21636   - "parent"
21637   - "tags"
21638   sort:
21639   - "not DOT1Q"
21640   - "VXLAN_1"
21641   - "VXLAN_10"
21642   - "VXLAN_100"
21643   - "VXLAN_1000"
21644   layout:
21645     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
21646     layout: "plot-latency"
21647
21648 -
21649   type: "plot"
21650   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
21651   algorithm: "plot_latency_error_bars"
21652   output-file-type: ".html"
21653   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
21654   data: "plot-vpp-throughput-latency-3n-hsw"
21655   filter: "'NIC_Intel-X520-DA2' and
21656            '64B' and
21657            'ENCAP' and
21658            'NDRPDR' and
21659            '2T2C' and
21660            ('VXLAN' or 'LISP') and
21661            not 'VHOST' and
21662            not 'IPSECHW'"
21663   parameters:
21664   - "latency"
21665   - "parent"
21666   - "tags"
21667   sort:
21668   - "not DOT1Q"
21669   - "VXLAN_1"
21670   - "VXLAN_10"
21671   - "VXLAN_100"
21672   - "VXLAN_1000"
21673   layout:
21674     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
21675     layout: "plot-latency"
21676
21677 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520 - features
21678 -
21679   type: "plot"
21680   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
21681   algorithm: "plot_latency_error_bars"
21682   output-file-type: ".html"
21683   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
21684   data: "plot-vpp-throughput-latency-3n-hsw"
21685   filter: "'NIC_Intel-X520-DA2' and
21686            '64B' and
21687            'ENCAP' and
21688            'NDRPDR' and
21689            '1T1C' and
21690            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
21691            not 'DOT1Q' and
21692            not 'VHOST' and
21693            not 'IPSECHW'"
21694   parameters:
21695   - "latency"
21696   - "parent"
21697   - "tags"
21698   sort:
21699   - "L2BDMACLRN"
21700   - "L2XCFWD"
21701   - "LISP"
21702   layout:
21703     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
21704     layout: "plot-latency"
21705
21706 -
21707   type: "plot"
21708   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
21709   algorithm: "plot_latency_error_bars"
21710   output-file-type: ".html"
21711   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
21712   data: "plot-vpp-throughput-latency-3n-hsw"
21713   filter: "'NIC_Intel-X520-DA2' and
21714            '64B' and
21715            'ENCAP' and
21716            'NDRPDR' and
21717            '2T2C' and
21718            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
21719            not 'DOT1Q' and
21720            not 'VHOST' and
21721            not 'IPSECHW'"
21722   parameters:
21723   - "latency"
21724   - "parent"
21725   - "tags"
21726   sort:
21727   - "L2BDMACLRN"
21728   - "L2XCFWD"
21729   - "LISP"
21730   layout:
21731     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
21732     layout: "plot-latency"
21733
21734 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710
21735 -
21736   type: "plot"
21737   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
21738   algorithm: "plot_latency_error_bars"
21739   output-file-type: ".html"
21740   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
21741   data: "plot-vpp-throughput-latency-3n-hsw"
21742   filter: "'NIC_Intel-X710' and
21743            '64B' and
21744            'ENCAP' and
21745            'NDRPDR' and
21746            '1T1C' and
21747            ('VXLAN' or 'LISP') and
21748            not 'VHOST' and
21749            not 'IPSECHW'"
21750   parameters:
21751   - "latency"
21752   - "parent"
21753   - "tags"
21754   sort:
21755   - "LISP"
21756   - "VXLAN_1"
21757   - "VXLAN_10"
21758   - "VXLAN_100"
21759   - "VXLAN_1000"
21760   layout:
21761     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
21762     layout: "plot-latency"
21763
21764 -
21765   type: "plot"
21766   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
21767   algorithm: "plot_latency_error_bars"
21768   output-file-type: ".html"
21769   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
21770   data: "plot-vpp-throughput-latency-3n-hsw"
21771   filter: "'NIC_Intel-X710' and
21772            '64B' and
21773            'ENCAP' and
21774            'NDRPDR' and
21775            '2T2C' and
21776            ('VXLAN' or 'LISP') and
21777            not 'VHOST' and
21778            not 'IPSECHW'"
21779   parameters:
21780   - "latency"
21781   - "parent"
21782   - "tags"
21783   sort:
21784   - "LISP"
21785   - "VXLAN_1"
21786   - "VXLAN_10"
21787   - "VXLAN_100"
21788   - "VXLAN_1000"
21789   layout:
21790     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
21791     layout: "plot-latency"
21792
21793 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710 - features
21794 -
21795   type: "plot"
21796   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
21797   algorithm: "plot_latency_error_bars"
21798   output-file-type: ".html"
21799   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
21800   data: "plot-vpp-throughput-latency-3n-hsw"
21801   filter: "'NIC_Intel-X710' and
21802            '64B' and
21803            'ENCAP' and
21804            'NDRPDR' and
21805            '1T1C' and
21806            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
21807            not 'DOT1Q' and
21808            not 'VHOST' and
21809            not 'IPSECHW'"
21810   parameters:
21811   - "latency"
21812   - "parent"
21813   - "tags"
21814   sort:
21815   - "L2BDMACLRN"
21816   - "L2XCFWD"
21817   - "LISP"
21818   layout:
21819     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
21820     layout: "plot-latency"
21821
21822 -
21823   type: "plot"
21824   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
21825   algorithm: "plot_latency_error_bars"
21826   output-file-type: ".html"
21827   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
21828   data: "plot-vpp-throughput-latency-3n-hsw"
21829   filter: "'NIC_Intel-X710' and
21830            '64B' and
21831            'ENCAP' and
21832            'NDRPDR' and
21833            '2T2C' and
21834            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
21835            not 'DOT1Q' and
21836            not 'VHOST' and
21837            not 'IPSECHW'"
21838   parameters:
21839   - "latency"
21840   - "parent"
21841   - "tags"
21842   sort:
21843   - "L2BDMACLRN"
21844   - "L2XCFWD"
21845   - "LISP"
21846   layout:
21847     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
21848     layout: "plot-latency"
21849
21850 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710
21851 -
21852   type: "plot"
21853   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
21854   algorithm: "plot_latency_error_bars"
21855   output-file-type: ".html"
21856   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
21857   data: "plot-vpp-throughput-latency-3n-skx"
21858   filter: "'NIC_Intel-X710' and
21859            '64B' and
21860            'ENCAP' and
21861            'NDRPDR' and
21862            '2T1C' and
21863            ('VXLAN' or 'LISP') and
21864            not 'VHOST' and
21865            not 'IPSECHW'"
21866   parameters:
21867   - "latency"
21868   - "parent"
21869   - "tags"
21870   sort:
21871   - "LISP"
21872   - "VXLAN_1"
21873   - "VXLAN_10"
21874   - "VXLAN_100"
21875   - "VXLAN_1000"
21876   layout:
21877     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
21878     layout: "plot-latency"
21879
21880 -
21881   type: "plot"
21882   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
21883   algorithm: "plot_latency_error_bars"
21884   output-file-type: ".html"
21885   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
21886   data: "plot-vpp-throughput-latency-3n-skx"
21887   filter: "'NIC_Intel-X710' and
21888            '64B' and
21889            'ENCAP' and
21890            'NDRPDR' and
21891            '4T2C' and
21892            ('VXLAN' or 'LISP') and
21893            not 'VHOST' and
21894            not 'IPSECHW'"
21895   parameters:
21896   - "latency"
21897   - "parent"
21898   - "tags"
21899   sort:
21900   - "LISP"
21901   - "VXLAN_1"
21902   - "VXLAN_10"
21903   - "VXLAN_100"
21904   - "VXLAN_1000"
21905   layout:
21906     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
21907     layout: "plot-latency"
21908
21909 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710 - features
21910 -
21911   type: "plot"
21912   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
21913   algorithm: "plot_latency_error_bars"
21914   output-file-type: ".html"
21915   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
21916   data: "plot-vpp-throughput-latency-3n-skx"
21917   filter: "'NIC_Intel-X710' and
21918            '64B' and
21919            'ENCAP' and
21920            'NDRPDR' and
21921            '2T1C' and
21922            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
21923            not 'DOT1Q' and
21924            not 'VHOST' and
21925            not 'IPSECHW'"
21926   parameters:
21927   - "latency"
21928   - "parent"
21929   - "tags"
21930   sort:
21931   - "L2BDMACLRN"
21932   - "L2XCFWD"
21933   - "LISP"
21934   layout:
21935     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
21936     layout: "plot-latency"
21937
21938 -
21939   type: "plot"
21940   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
21941   algorithm: "plot_latency_error_bars"
21942   output-file-type: ".html"
21943   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
21944   data: "plot-vpp-throughput-latency-3n-skx"
21945   filter: "'NIC_Intel-X710' and
21946            '64B' and
21947            'ENCAP' and
21948            'NDRPDR' and
21949            '4T2C' and
21950            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
21951            not 'DOT1Q' and
21952            not 'VHOST' and
21953            not 'IPSECHW'"
21954   parameters:
21955   - "latency"
21956   - "parent"
21957   - "tags"
21958   sort:
21959   - "L2BDMACLRN"
21960   - "L2XCFWD"
21961   - "LISP"
21962   layout:
21963     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
21964     layout: "plot-latency"
21965
21966 ################################################################################
21967
21968 # Packet Latency - VPP IPv6 3n-hsw-x520
21969 -
21970   type: "plot"
21971   title: "VPP Latency: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
21972   algorithm: "plot_latency_error_bars"
21973   output-file-type: ".html"
21974   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
21975   data: "plot-vpp-throughput-latency-3n-hsw"
21976   filter: "'NIC_Intel-X520-DA2' and
21977            '78B' and
21978            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21979            'NDRPDR' and
21980            '1T1C' and
21981            'IP6FWD' and
21982            not 'SRv6' and
21983            not 'IPSEC' and
21984            not 'VHOST'"
21985   parameters:
21986   - "latency"
21987   - "parent"
21988   - "tags"
21989   sort:
21990   - "IP6BASE"
21991   - "FIB_20K"
21992   - "FIB_200K"
21993   - "FIB_2M"
21994   layout:
21995     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
21996     layout: "plot-latency"
21997
21998 -
21999   type: "plot"
22000   title: "VPP Latency: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
22001   algorithm: "plot_latency_error_bars"
22002   output-file-type: ".html"
22003   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
22004   data: "plot-vpp-throughput-latency-3n-hsw"
22005   filter: "'NIC_Intel-X520-DA2' and
22006            '78B' and
22007            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22008            'NDRPDR' and
22009            '2T2C' and
22010            'IP6FWD' and
22011            not 'SRv6' and
22012            not 'IPSEC' and
22013            not 'VHOST'"
22014   parameters:
22015   - "latency"
22016   - "parent"
22017   - "tags"
22018   sort:
22019   - "IP6BASE"
22020   - "FIB_20K"
22021   - "FIB_200K"
22022   - "FIB_2M"
22023   layout:
22024     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
22025     layout: "plot-latency"
22026
22027 # Packet Latency - VPP IPv6 3n-hsw-x710
22028 -
22029   type: "plot"
22030   title: "VPP Latency: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
22031   algorithm: "plot_latency_error_bars"
22032   output-file-type: ".html"
22033   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
22034   data: "plot-vpp-throughput-latency-3n-hsw"
22035   filter: "'NIC_Intel-X710' and
22036            '78B' and
22037            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22038            'NDRPDR' and
22039            '1T1C' and
22040            'IP6FWD' and
22041            not 'SRv6' and
22042            not 'IPSEC' and
22043            not 'VHOST'"
22044   parameters:
22045   - "latency"
22046   - "parent"
22047   - "tags"
22048   sort:
22049   - "IP6BASE"
22050   - "FIB_20K"
22051   - "FIB_200K"
22052   - "FIB_2M"
22053   layout:
22054     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
22055     layout: "plot-latency"
22056
22057 -
22058   type: "plot"
22059   title: "VPP Latency: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
22060   algorithm: "plot_latency_error_bars"
22061   output-file-type: ".html"
22062   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
22063   data: "plot-vpp-throughput-latency-3n-hsw"
22064   filter: "'NIC_Intel-X710' and
22065            '78B' and
22066            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22067            'NDRPDR' and
22068            '2T2C' and
22069            'IP6FWD' and
22070            not 'SRv6' and
22071            not 'IPSEC' and
22072            not 'VHOST'"
22073   parameters:
22074   - "latency"
22075   - "parent"
22076   - "tags"
22077   sort:
22078   - "IP6BASE"
22079   - "FIB_20K"
22080   - "FIB_200K"
22081   - "FIB_2M"
22082   layout:
22083     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
22084     layout: "plot-latency"
22085
22086 # Packet Latency - VPP IPv6 3n-hsw-xl710
22087 -
22088   type: "plot"
22089   title: "VPP Latency: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat"
22090   algorithm: "plot_latency_error_bars"
22091   output-file-type: ".html"
22092   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat"
22093   data: "plot-vpp-throughput-latency-3n-hsw"
22094   filter: "'NIC_Intel-XL710' and
22095            '78B' and
22096            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22097            'NDRPDR' and
22098            '1T1C' and
22099            'IP6FWD' and
22100            not 'SRv6' and
22101            not 'IPSEC' and
22102            not 'VHOST'"
22103   parameters:
22104   - "latency"
22105   - "parent"
22106   - "tags"
22107   sort:
22108   - "IP6BASE"
22109   - "FIB_20K"
22110   - "FIB_200K"
22111   - "FIB_2M"
22112   layout:
22113     title: "ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
22114     layout: "plot-latency"
22115
22116 -
22117   type: "plot"
22118   title: "VPP Latency: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat"
22119   algorithm: "plot_latency_error_bars"
22120   output-file-type: ".html"
22121   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat"
22122   data: "plot-vpp-throughput-latency-3n-hsw"
22123   filter: "'NIC_Intel-XL710' and
22124            '78B' and
22125            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22126            'NDRPDR' and
22127            '2T2C' and
22128            'IP6FWD' and
22129            not 'SRv6' and
22130            not 'IPSEC' and
22131            not 'VHOST'"
22132   parameters:
22133   - "latency"
22134   - "parent"
22135   - "tags"
22136   sort:
22137   - "IP6BASE"
22138   - "FIB_20K"
22139   - "FIB_200K"
22140   - "FIB_2M"
22141   layout:
22142     title: "ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
22143     layout: "plot-latency"
22144
22145 # Packet Latency - VPP IPv6 3n-skx-x710
22146 -
22147   type: "plot"
22148   title: "VPP Latency: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
22149   algorithm: "plot_latency_error_bars"
22150   output-file-type: ".html"
22151   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
22152   data: "plot-vpp-throughput-latency-3n-skx"
22153   filter: "'NIC_Intel-X710' and
22154            '78B' and
22155            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22156            'NDRPDR' and
22157            '2T1C' and
22158            'IP6FWD' and
22159            not 'SRv6' and
22160            not 'IPSEC' and
22161            not 'VHOST'"
22162   parameters:
22163   - "latency"
22164   - "parent"
22165   - "tags"
22166   sort:
22167   - "IP6BASE"
22168   - "FIB_20K"
22169   - "FIB_200K"
22170   - "FIB_2M"
22171   layout:
22172     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
22173     layout: "plot-latency"
22174
22175 -
22176   type: "plot"
22177   title: "VPP Latency: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
22178   algorithm: "plot_latency_error_bars"
22179   output-file-type: ".html"
22180   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
22181   data: "plot-vpp-throughput-latency-3n-skx"
22182   filter: "'NIC_Intel-X710' and
22183            '78B' and
22184            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22185            'NDRPDR' and
22186            '4T2C' and
22187            'IP6FWD' and
22188            not 'SRv6' and
22189            not 'IPSEC' and
22190            not 'VHOST'"
22191   parameters:
22192   - "latency"
22193   - "parent"
22194   - "tags"
22195   sort:
22196   - "IP6BASE"
22197   - "FIB_20K"
22198   - "FIB_200K"
22199   - "FIB_2M"
22200   layout:
22201     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
22202     layout: "plot-latency"
22203
22204 # Packet Latency - VPP IPv6 2n-skx-x710
22205 -
22206   type: "plot"
22207   title: "VPP Latency: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
22208   algorithm: "plot_latency_error_bars"
22209   output-file-type: ".html"
22210   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
22211   data: "plot-vpp-throughput-latency-2n-skx"
22212   filter: "'NIC_Intel-X710' and
22213            '78B' and
22214            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
22215            'NDRPDR' and
22216            '2T1C' and
22217            'IP6FWD' and
22218            not 'SRv6' and
22219            not 'IPSEC' and
22220            not 'VHOST'"
22221   parameters:
22222   - "latency"
22223   - "parent"
22224   - "tags"
22225   sort:
22226   - "IP6BASE"
22227   - "FIB_20k"
22228   - "FIB_200k"
22229   - "FIB_2M"
22230   layout:
22231     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
22232     layout: "plot-latency"
22233
22234 -
22235   type: "plot"
22236   title: "VPP Latency: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
22237   algorithm: "plot_latency_error_bars"
22238   output-file-type: ".html"
22239   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
22240   data: "plot-vpp-throughput-latency-2n-skx"
22241   filter: "'NIC_Intel-X710' and
22242            '78B' and
22243            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
22244            'NDRPDR' and
22245            '4T2C' and
22246            'IP6FWD' and
22247            not 'SRv6' and
22248            not 'IPSEC' and
22249            not 'VHOST'"
22250   parameters:
22251   - "latency"
22252   - "parent"
22253   - "tags"
22254   sort:
22255   - "IP6BASE"
22256   - "FIB_20k"
22257   - "FIB_200k"
22258   - "FIB_2M"
22259   layout:
22260     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
22261     layout: "plot-latency"
22262
22263 # Packet Latency - VPP IPv6 2n-skx-xxv710
22264 -
22265   type: "plot"
22266   title: "VPP Latency: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
22267   algorithm: "plot_latency_error_bars"
22268   output-file-type: ".html"
22269   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
22270   data: "plot-vpp-throughput-latency-2n-skx"
22271   filter: "'NIC_Intel-XXV710' and
22272            '78B' and
22273            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
22274            'NDRPDR' and
22275            '2T1C' and
22276            'IP6FWD' and
22277            not 'SRv6' and
22278            not 'IPSEC' and
22279            not 'VHOST'"
22280   parameters:
22281   - "latency"
22282   - "parent"
22283   - "tags"
22284   sort:
22285   - "IP6BASE"
22286   - "FIB_20k"
22287   - "FIB_200k"
22288   - "FIB_2M"
22289   layout:
22290     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
22291     layout: "plot-latency"
22292
22293 -
22294   type: "plot"
22295   title: "VPP Latency: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
22296   algorithm: "plot_latency_error_bars"
22297   output-file-type: ".html"
22298   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
22299   data: "plot-vpp-throughput-latency-2n-skx"
22300   filter: "'NIC_Intel-XXV710' and
22301            '78B' and
22302            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22303            'NDRPDR' and
22304            '4T2C' and
22305            'IP6FWD' and
22306            not 'SRv6' and
22307            not 'IPSEC' and
22308            not 'VHOST'"
22309   parameters:
22310   - "latency"
22311   - "parent"
22312   - "tags"
22313   sort:
22314   - "IP6BASE"
22315   - "FIB_20k"
22316   - "FIB_200k"
22317   - "FIB_2M"
22318   layout:
22319     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
22320     layout: "plot-latency"
22321
22322 ################################################################################
22323
22324 # Packet Latency - VPP IPv6 tunnels 3n-hsw-x520
22325 -
22326   type: "plot"
22327   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
22328   algorithm: "plot_latency_error_bars"
22329   output-file-type: ".html"
22330   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
22331   data: "plot-vpp-throughput-latency-3n-hsw"
22332   filter: "'NIC_Intel-X520-DA2' and
22333            '78B' and
22334            'ENCAP' and
22335            'NDRPDR' and
22336            '1T1C' and
22337            'LISP' and
22338            not 'VHOST'"
22339   parameters:
22340   - "latency"
22341   - "parent"
22342   - "tags"
22343   sort:
22344   - "IP4UNRLAY"
22345   - "IP6UNRLAY"
22346   layout:
22347     title: "ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
22348     layout: "plot-latency"
22349
22350 -
22351   type: "plot"
22352   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
22353   algorithm: "plot_latency_error_bars"
22354   output-file-type: ".html"
22355   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
22356   data: "plot-vpp-throughput-latency-3n-hsw"
22357   filter: "'NIC_Intel-X520-DA2' and
22358            '78B' and
22359            'ENCAP' and
22360            'NDRPDR' and
22361            '2T2C' and
22362            'LISP' and
22363            not 'VHOST'"
22364   parameters:
22365   - "latency"
22366   - "parent"
22367   - "tags"
22368   sort:
22369   - "IP4UNRLAY"
22370   - "IP6UNRLAY"
22371   layout:
22372     title: "ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
22373     layout: "plot-latency"
22374
22375 ################################################################################
22376
22377 # Packet Latency - VPP IPSec 3n-hsw-xl710 base
22378 -
22379   type: "plot"
22380   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
22381   algorithm: "plot_latency_error_bars"
22382   output-file-type: ".html"
22383   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
22384   data: "plot-vpp-throughput-latency-3n-hsw"
22385   filter: "'NIC_Intel-XL710' and
22386            '64B' and
22387            'IP4FWD' and
22388            'NDRPDR' and
22389            'BASE' and
22390            '1T1C' and
22391            'IPSECHW' and
22392            ('IPSECTRAN' or 'IPSECTUN') and
22393            not 'VHOST'"
22394   parameters:
22395   - "latency"
22396   - "parent"
22397   - "tags"
22398   layout:
22399     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
22400     layout: "plot-latency"
22401
22402 -
22403   type: "plot"
22404   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
22405   algorithm: "plot_latency_error_bars"
22406   output-file-type: ".html"
22407   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
22408   data: "plot-vpp-throughput-latency-3n-hsw"
22409   filter: "'NIC_Intel-XL710' and
22410            '64B' and
22411            'IP4FWD' and
22412            'NDRPDR' and
22413            'BASE' and
22414            '2T2C' and
22415            'IPSECHW' and
22416            ('IPSECTRAN' or 'IPSECTUN') and
22417            not 'VHOST'"
22418   parameters:
22419   - "latency"
22420   - "parent"
22421   - "tags"
22422   layout:
22423     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
22424     layout: "plot-latency"
22425
22426 # Packet Latency - VPP IPSec 3n-hsw-xl710 scale
22427 -
22428   type: "plot"
22429   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
22430   algorithm: "plot_latency_error_bars"
22431   output-file-type: ".html"
22432   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
22433   data: "plot-vpp-throughput-latency-3n-hsw"
22434   filter: "'NIC_Intel-XL710' and
22435            '64B' and
22436            'IP4FWD' and
22437            'NDRPDR' and
22438            'SCALE' and
22439            '1T1C' and
22440            'IPSECHW' and
22441            ('IPSECTRAN' or 'IPSECTUN') and
22442            not 'VHOST'"
22443   parameters:
22444   - "latency"
22445   - "parent"
22446   - "tags"
22447   layout:
22448     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
22449     layout: "plot-latency"
22450
22451 -
22452   type: "plot"
22453   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
22454   algorithm: "plot_latency_error_bars"
22455   output-file-type: ".html"
22456   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
22457   data: "plot-vpp-throughput-latency-3n-hsw"
22458   filter: "'NIC_Intel-XL710' and
22459            '64B' and
22460            'IP4FWD' and
22461            'NDRPDR' and
22462            'SCALE' and
22463            '2T2C' and
22464            'IPSECHW' and
22465            ('IPSECTRAN' or 'IPSECTUN') and
22466            not 'VHOST'"
22467   parameters:
22468   - "latency"
22469   - "parent"
22470   - "tags"
22471   layout:
22472     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
22473     layout: "plot-latency"
22474
22475 # Packet Latency - VPP IPSec 3n-hsw-xl710 sw
22476 -
22477   type: "plot"
22478   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat"
22479   algorithm: "plot_latency_error_bars"
22480   output-file-type: ".html"
22481   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat"
22482   data: "plot-vpp-throughput-latency-3n-hsw"
22483   filter: "'NIC_Intel-XL710' and
22484            '64B' and
22485            'IP4FWD' and
22486            'NDRPDR' and
22487            '1T1C' and
22488            'IPSECSW' and
22489            ('IPSECTRAN' or 'IPSECTUN') and
22490            not 'VHOST'"
22491   parameters:
22492   - "latency"
22493   - "parent"
22494   - "tags"
22495   layout:
22496     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
22497     layout: "plot-latency"
22498
22499 -
22500   type: "plot"
22501   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
22502   algorithm: "plot_latency_error_bars"
22503   output-file-type: ".html"
22504   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
22505   data: "plot-vpp-throughput-latency-3n-hsw"
22506   filter: "'NIC_Intel-XL710' and
22507            '64B' and
22508            'IP4FWD' and
22509            'NDRPDR' and
22510            '2T2C' and
22511            'IPSECSW' and
22512            ('IPSECTRAN' or 'IPSECTUN') and
22513            not 'VHOST'"
22514   parameters:
22515   - "latency"
22516   - "parent"
22517   - "tags"
22518   layout:
22519     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
22520     layout: "plot-latency"
22521
22522 ################################################################################
22523
22524 # Packet Latency - VPP SRv6 3n-hsw-x520
22525 -
22526   type: "plot"
22527   title: "VPP Latency: srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
22528   algorithm: "plot_latency_error_bars"
22529   output-file-type: ".html"
22530   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
22531   data: "plot-vpp-throughput-latency-3n-hsw"
22532   filter: "'NIC_Intel-X520-DA2' and
22533            '78B' and
22534            'FEATURE' and
22535            'NDRPDR' and
22536            '1T1C' and
22537            'IP6FWD' and
22538            'SRv6'"
22539   parameters:
22540   - "latency"
22541   - "parent"
22542   - "tags"
22543   layout:
22544     title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
22545     layout: "plot-latency"
22546
22547 -
22548   type: "plot"
22549   title: "VPP Latency: srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
22550   algorithm: "plot_latency_error_bars"
22551   output-file-type: ".html"
22552   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
22553   data: "plot-vpp-throughput-latency-3n-hsw"
22554   filter: "'NIC_Intel-X520-DA2' and
22555            '78B' and
22556            'FEATURE' and
22557            'NDRPDR' and
22558            '2T2C' and
22559            'IP6FWD' and
22560            'SRv6'"
22561   parameters:
22562   - "latency"
22563   - "parent"
22564   - "tags"
22565   layout:
22566     title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
22567     layout: "plot-latency"
22568
22569 ################################################################################
22570
22571 # Packet Latency - VPP vhost ip4 3n-hsw-x520
22572 -
22573   type: "plot"
22574   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
22575   algorithm: "plot_latency_error_bars"
22576   output-file-type: ".html"
22577   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
22578   data: "plot-vpp-throughput-latency-3n-hsw"
22579   filter: "'NIC_Intel-X520-DA2' and
22580            '64B' and
22581            'NDRPDR' and
22582            'ETH' and
22583            'IP4FWD' and
22584            '1T1C' and
22585            'VHOST_1024' and
22586            not 'VXLAN' and
22587            not 'DOT1Q'"
22588   parameters:
22589   - "latency"
22590   - "parent"
22591   - "tags"
22592   sort:
22593   - "not CFS_OPT"
22594   - "1VM"
22595   - "2VM"
22596   layout:
22597     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
22598     layout: "plot-latency"
22599
22600 -
22601   type: "plot"
22602   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
22603   algorithm: "plot_latency_error_bars"
22604   output-file-type: ".html"
22605   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
22606   data: "plot-vpp-throughput-latency-3n-hsw"
22607   filter: "'NIC_Intel-X520-DA2' and
22608            '64B' and
22609            'NDRPDR' and
22610            'ETH' and
22611            'IP4FWD' and
22612            '2T2C' and
22613            'VHOST_1024' and
22614            not 'VXLAN' and
22615            not 'DOT1Q'"
22616   parameters:
22617   - "latency"
22618   - "parent"
22619   - "tags"
22620   sort:
22621   - "not CFS_OPT"
22622   - "1VM"
22623   - "2VM"
22624   layout:
22625     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
22626     layout: "plot-latency"
22627
22628 # Packet Latency - VPP vhost l2sw 3n-hsw-x520
22629 -
22630   type: "plot"
22631   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
22632   algorithm: "plot_latency_error_bars"
22633   output-file-type: ".html"
22634   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
22635   data: "plot-vpp-throughput-latency-3n-hsw"
22636   filter: "'NIC_Intel-X520-DA2' and
22637            '64B' and
22638            'NDRPDR' and
22639            ('ETH' or 'DOT1Q') and
22640            '1T1C' and
22641            'L2BDMACLRN' and
22642            'VHOST_1024' and
22643            not 'VXLAN' and
22644            not 'IP4FWD' and
22645            not '2VM'"
22646   parameters:
22647   - "latency"
22648   - "parent"
22649   - "tags"
22650 #  sort:
22651 #  - "VM"  # "not CFS_OPT"
22652 #  - "CFS_OPT"
22653 #  - "FIB_10K"
22654 #  - "FIB_100K"
22655 #  - "FIB_1M"
22656   layout:
22657     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
22658     layout: "plot-latency"
22659
22660 -
22661   type: "plot"
22662   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
22663   algorithm: "plot_latency_error_bars"
22664   output-file-type: ".html"
22665   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
22666   data: "plot-vpp-throughput-latency-3n-hsw"
22667   filter: "'NIC_Intel-X520-DA2' and
22668            '64B' and
22669            'NDRPDR' and
22670            ('ETH' or 'DOT1Q') and
22671            '2T2C' and
22672            'L2BDMACLRN' and
22673            'VHOST_1024' and
22674            not 'VXLAN' and
22675            not 'IP4FWD' and
22676            not '2VM'"
22677   parameters:
22678   - "latency"
22679   - "parent"
22680   - "tags"
22681 #  sort:
22682 #  - "VM"  # "not CFS_OPT"
22683 #  - "CFS_OPT"
22684 #  - "FIB_10K"
22685 #  - "FIB_100K"
22686 #  - "FIB_1M"
22687   layout:
22688     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
22689     layout: "plot-latency"
22690
22691 # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base
22692 -
22693   type: "plot"
22694   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr-lat"
22695   algorithm: "plot_latency_error_bars"
22696   output-file-type: ".html"
22697   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr-lat"
22698   data: "plot-vpp-throughput-latency-3n-hsw"
22699   filter: "'NIC_Intel-X520-DA2' and
22700            '64B' and
22701            'NDRPDR' and
22702            ('ETH' or 'DOT1Q') and
22703            'BASE' and
22704            '1T1C' and
22705            ('L2BDMACLRN' or 'L2XCFWD') and
22706            'VHOST_1024' and
22707            not 'VXLAN' and
22708            not 'IP4FWD' and
22709            not '2VM'"
22710   parameters:
22711   - "latency"
22712   - "parent"
22713   - "tags"
22714 #  sort:
22715 #  - "not CFS_OPT"
22716 #  - "L2XCFWD"
22717 #  - "not CFS_OPT"
22718 #  - "CFS_OPT"
22719   layout:
22720     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
22721     layout: "plot-latency"
22722
22723 -
22724   type: "plot"
22725   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr-lat"
22726   algorithm: "plot_latency_error_bars"
22727   output-file-type: ".html"
22728   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr-lat"
22729   data: "plot-vpp-throughput-latency-3n-hsw"
22730   filter: "'NIC_Intel-X520-DA2' and
22731            '64B' and
22732            'NDRPDR' and
22733            ('ETH' or 'DOT1Q') and
22734            'BASE' and
22735            '2T2C' and
22736            ('L2BDMACLRN' or 'L2XCFWD') and
22737            'VHOST_1024' and
22738            not 'VXLAN' and
22739            not 'IP4FWD' and
22740            not '2VM'"
22741   parameters:
22742   - "latency"
22743   - "parent"
22744   - "tags"
22745 #  sort:
22746 #  - "not CFS_OPT"
22747 #  - "L2XCFWD"
22748 #  - "not CFS_OPT"
22749 #  - "CFS_OPT"
22750   layout:
22751     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
22752     layout: "plot-latency"
22753
22754 # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base vm
22755 -
22756   type: "plot"
22757   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
22758   algorithm: "plot_latency_error_bars"
22759   output-file-type: ".html"
22760   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
22761   data: "plot-vpp-throughput-latency-3n-hsw"
22762   filter: "'NIC_Intel-X520-DA2' and
22763            '64B' and
22764            'NDRPDR' and
22765            ('ETH' or 'DOT1Q') and
22766            '1T1C' and
22767            ('L2BDMACLRN' or 'L2XCFWD') and
22768            'VHOST_1024' and
22769            not 'CFS_OPT' and
22770            not 'VXLAN' and
22771            not 'IP4FWD' and
22772            not 'LBOND'"
22773   parameters:
22774   - "latency"
22775   - "parent"
22776   - "tags"
22777 #  sort:
22778 #  - "1VM"
22779 #  - "L2XCFWD"
22780 #  - "1VM"
22781 #  - "L2BDMACLRN"
22782   layout:
22783     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
22784     layout: "plot-latency"
22785
22786 -
22787   type: "plot"
22788   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
22789   algorithm: "plot_latency_error_bars"
22790   output-file-type: ".html"
22791   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
22792   data: "plot-vpp-throughput-latency-3n-hsw"
22793   filter: "'NIC_Intel-X520-DA2' and
22794            '64B' and
22795            'NDRPDR' and
22796            ('ETH' or 'DOT1Q') and
22797            '2T2C' and
22798            ('L2BDMACLRN' or 'L2XCFWD') and
22799            'VHOST_1024' and
22800            not 'CFS_OPT' and
22801            not 'VXLAN' and
22802            not 'IP4FWD' and
22803            not 'LBOND'"
22804   parameters:
22805   - "latency"
22806   - "parent"
22807   - "tags"
22808 #  sort:
22809 #  - "1VM"
22810 #  - "L2XCFWD"
22811 #  - "1VM"
22812 #  - "L2BDMACLRN"
22813   layout:
22814     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
22815     layout: "plot-latency"
22816
22817 # Packet Latency - VPP vhost ip4 3n-hsw-x710
22818 -
22819   type: "plot"
22820   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
22821   algorithm: "plot_latency_error_bars"
22822   output-file-type: ".html"
22823   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
22824   data: "plot-vpp-throughput-latency-3n-hsw"
22825   filter: "'NIC_Intel-X710' and
22826            '64B' and
22827            'NDRPDR' and
22828            'ETH' and
22829            'IP4FWD' and
22830            '1T1C' and
22831            'VHOST_1024' and
22832            not 'VXLAN' and
22833            not 'DOT1Q'"
22834   parameters:
22835   - "latency"
22836   - "parent"
22837   - "tags"
22838   sort:
22839   - "not CFS_OPT"
22840   - "1VM"
22841   - "2VM"
22842   layout:
22843     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
22844     layout: "plot-latency"
22845
22846 -
22847   type: "plot"
22848   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
22849   algorithm: "plot_latency_error_bars"
22850   output-file-type: ".html"
22851   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
22852   data: "plot-vpp-throughput-latency-3n-hsw"
22853   filter: "'NIC_Intel-X710' and
22854            '64B' and
22855            'NDRPDR' and
22856            'ETH' and
22857            'IP4FWD' and
22858            '2T2C' and
22859            'VHOST_1024' and
22860            not 'VXLAN' and
22861            not 'DOT1Q'"
22862   parameters:
22863   - "latency"
22864   - "parent"
22865   - "tags"
22866   sort:
22867   - "not CFS_OPT"
22868   - "1VM"
22869   - "2VM"
22870   layout:
22871     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
22872     layout: "plot-latency"
22873
22874 # Packet Latency - VPP vhost l2sw 3n-hsw-x710
22875 -
22876   type: "plot"
22877   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
22878   algorithm: "plot_latency_error_bars"
22879   output-file-type: ".html"
22880   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
22881   data: "plot-vpp-throughput-latency-3n-hsw"
22882   filter: "'NIC_Intel-X710' and
22883            '64B' and
22884            'NDRPDR' and
22885            ('ETH' or 'DOT1Q') and
22886            '1T1C' and
22887            'L2BDMACLRN' and
22888            'VHOST_1024' and
22889            not 'VXLAN' and
22890            not 'IP4FWD' and
22891            not '2VM'"
22892   parameters:
22893   - "latency"
22894   - "parent"
22895   - "tags"
22896 #  sort:
22897 #  - "VM"  # "not CFS_OPT"
22898 #  - "CFS_OPT"
22899 #  - "FIB_10K"
22900 #  - "FIB_100K"
22901 #  - "FIB_1M"
22902   layout:
22903     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
22904     layout: "plot-latency"
22905
22906 -
22907   type: "plot"
22908   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
22909   algorithm: "plot_latency_error_bars"
22910   output-file-type: ".html"
22911   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
22912   data: "plot-vpp-throughput-latency-3n-hsw"
22913   filter: "'NIC_Intel-X710' and
22914            '64B' and
22915            'NDRPDR' and
22916            ('ETH' or 'DOT1Q') and
22917            '2T2C' and
22918            'L2BDMACLRN' and
22919            'VHOST_1024' and
22920            not 'VXLAN' and
22921            not 'IP4FWD' and
22922            not '2VM'"
22923   parameters:
22924   - "latency"
22925   - "parent"
22926   - "tags"
22927 #  sort:
22928 #  - "VM"  # "not CFS_OPT"
22929 #  - "CFS_OPT"
22930 #  - "FIB_10K"
22931 #  - "FIB_100K"
22932 #  - "FIB_1M"
22933   layout:
22934     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
22935     layout: "plot-latency"
22936
22937 # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base
22938 -
22939   type: "plot"
22940   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr-lat"
22941   algorithm: "plot_latency_error_bars"
22942   output-file-type: ".html"
22943   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr-lat"
22944   data: "plot-vpp-throughput-latency-3n-hsw"
22945   filter: "'NIC_Intel-X710' and
22946            '64B' and
22947            'NDRPDR' and
22948            ('ETH' or 'DOT1Q') and
22949            'BASE' and
22950            '1T1C' and
22951            ('L2BDMACLRN' or 'L2XCFWD') and
22952            'VHOST_1024' and
22953            not 'VXLAN' and
22954            not 'IP4FWD' and
22955            not '2VM'"
22956   parameters:
22957   - "latency"
22958   - "parent"
22959   - "tags"
22960 #  sort:
22961 #  - "not CFS_OPT"
22962 #  - "L2XCFWD"
22963 #  - "not CFS_OPT"
22964 #  - "CFS_OPT"
22965   layout:
22966     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
22967     layout: "plot-latency"
22968
22969 -
22970   type: "plot"
22971   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr-lat"
22972   algorithm: "plot_latency_error_bars"
22973   output-file-type: ".html"
22974   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr-lat"
22975   data: "plot-vpp-throughput-latency-3n-hsw"
22976   filter: "'NIC_Intel-X710' and
22977            '64B' and
22978            'NDRPDR' and
22979            ('ETH' or 'DOT1Q') and
22980            'BASE' and
22981            '2T2C' and
22982            ('L2BDMACLRN' or 'L2XCFWD') and
22983            'VHOST_1024' and
22984            not 'VXLAN' and
22985            not 'IP4FWD' and
22986            not '2VM'"
22987   parameters:
22988   - "latency"
22989   - "parent"
22990   - "tags"
22991 #  sort:
22992 #  - "not CFS_OPT"
22993 #  - "L2XCFWD"
22994 #  - "not CFS_OPT"
22995 #  - "CFS_OPT"
22996   layout:
22997     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
22998     layout: "plot-latency"
22999
23000 # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base vm
23001 -
23002   type: "plot"
23003   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr-lat"
23004   algorithm: "plot_latency_error_bars"
23005   output-file-type: ".html"
23006   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr-lat"
23007   data: "plot-vpp-throughput-latency-3n-hsw"
23008   filter: "'NIC_Intel-X710' and
23009            '64B' and
23010            'NDRPDR' and
23011            ('ETH' or 'DOT1Q') and
23012            '1T1C' and
23013            ('L2BDMACLRN' or 'L2XCFWD') and
23014            'VHOST_1024' and
23015            not 'CFS_OPT' and
23016            not 'VXLAN' and
23017            not 'IP4FWD' and
23018            not 'LBOND'"
23019   parameters:
23020   - "latency"
23021   - "parent"
23022   - "tags"
23023 #  sort:
23024 #  - "1VM"
23025 #  - "L2XCFWD"
23026 #  - "1VM"
23027 #  - "L2BDMACLRN"
23028   layout:
23029     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
23030     layout: "plot-latency"
23031
23032 -
23033   type: "plot"
23034   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr-lat"
23035   algorithm: "plot_latency_error_bars"
23036   output-file-type: ".html"
23037   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr-lat"
23038   data: "plot-vpp-throughput-latency-3n-hsw"
23039   filter: "'NIC_Intel-X710' and
23040            '64B' and
23041            'NDRPDR' and
23042            ('ETH' or 'DOT1Q') and
23043            '2T2C' and
23044            ('L2BDMACLRN' or 'L2XCFWD') and
23045            'VHOST_1024' and
23046            not 'CFS_OPT' and
23047            not 'VXLAN' and
23048            not 'IP4FWD' and
23049            not 'LBOND'"
23050   parameters:
23051   - "latency"
23052   - "parent"
23053   - "tags"
23054 #  sort:
23055 #  - "1VM"
23056 #  - "L2XCFWD"
23057 #  - "1VM"
23058 #  - "L2BDMACLRN"
23059   layout:
23060     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
23061     layout: "plot-latency"
23062
23063 # Packet Latency - VPP vhost ip4 3n-hsw-xl710
23064 -
23065   type: "plot"
23066   title: "VPP Latency: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
23067   algorithm: "plot_latency_error_bars"
23068   output-file-type: ".html"
23069   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
23070   data: "plot-vpp-throughput-latency-3n-hsw"
23071   filter: "'NIC_Intel-XL710' and
23072            '64B' and
23073            'NDRPDR' and
23074            'ETH' and
23075            'IP4FWD' and
23076            '1T1C' and
23077            'VHOST_1024' and
23078            not 'VXLAN' and
23079            not 'DOT1Q'"
23080   parameters:
23081   - "latency"
23082   - "parent"
23083   - "tags"
23084   sort:
23085   - "not CFS_OPT"
23086   - "1VM"
23087   - "2VM"
23088   layout:
23089     title: "vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
23090     layout: "plot-latency"
23091
23092 -
23093   type: "plot"
23094   title: "VPP Latency: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
23095   algorithm: "plot_latency_error_bars"
23096   output-file-type: ".html"
23097   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
23098   data: "plot-vpp-throughput-latency-3n-hsw"
23099   filter: "'NIC_Intel-XL710' and
23100            '64B' and
23101            'NDRPDR' and
23102            'ETH' and
23103            'IP4FWD' and
23104            '2T2C' and
23105            'VHOST_1024' and
23106            not 'VXLAN' and
23107            not 'DOT1Q'"
23108   parameters:
23109   - "latency"
23110   - "parent"
23111   - "tags"
23112   sort:
23113   - "not CFS_OPT"
23114   - "1VM"
23115   - "2VM"
23116   layout:
23117     title: "vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
23118     layout: "plot-latency"
23119
23120 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710
23121 -
23122   type: "plot"
23123   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
23124   algorithm: "plot_latency_error_bars"
23125   output-file-type: ".html"
23126   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
23127   data: "plot-vpp-throughput-latency-3n-hsw"
23128   filter: "'NIC_Intel-XL710' and
23129            '64B' and
23130            'NDRPDR' and
23131            ('ETH' or 'DOT1Q') and
23132            '1T1C' and
23133            'L2BDMACLRN' and
23134            'VHOST_1024' and
23135            not 'VXLAN' and
23136            not 'IP4FWD' and
23137            not '2VM'"
23138   parameters:
23139   - "latency"
23140   - "parent"
23141   - "tags"
23142 #  sort:
23143 #  - "VM"  # "not CFS_OPT"
23144 #  - "CFS_OPT"
23145 #  - "FIB_10K"
23146 #  - "FIB_100K"
23147 #  - "FIB_1M"
23148   layout:
23149     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
23150     layout: "plot-latency"
23151
23152 -
23153   type: "plot"
23154   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
23155   algorithm: "plot_latency_error_bars"
23156   output-file-type: ".html"
23157   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
23158   data: "plot-vpp-throughput-latency-3n-hsw"
23159   filter: "'NIC_Intel-XL710' and
23160            '64B' and
23161            'NDRPDR' and
23162            ('ETH' or 'DOT1Q') and
23163            '2T2C' and
23164            'L2BDMACLRN' and
23165            'VHOST_1024' and
23166            not 'VXLAN' and
23167            not 'IP4FWD' and
23168            not '2VM'"
23169   parameters:
23170   - "latency"
23171   - "parent"
23172   - "tags"
23173 #  sort:
23174 #  - "VM"  # "not CFS_OPT"
23175 #  - "CFS_OPT"
23176 #  - "FIB_10K"
23177 #  - "FIB_100K"
23178 #  - "FIB_1M"
23179   layout:
23180     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
23181     layout: "plot-latency"
23182
23183 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710 - base
23184 -
23185   type: "plot"
23186   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
23187   algorithm: "plot_latency_error_bars"
23188   output-file-type: ".html"
23189   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
23190   data: "plot-vpp-throughput-latency-3n-hsw"
23191   filter: "'NIC_Intel-XL710' and
23192            '64B' and
23193            'NDRPDR' and
23194            ('ETH' or 'DOT1Q') and
23195            'BASE' and
23196            '1T1C' and
23197            ('L2BDMACLRN' or 'L2XCFWD') and
23198            'VHOST_1024' and
23199            not 'VXLAN' and
23200            not 'IP4FWD' and
23201            not '2VM'"
23202   parameters:
23203   - "latency"
23204   - "parent"
23205   - "tags"
23206 #  sort:
23207 #  - "not CFS_OPT"
23208 #  - "L2XCFWD"
23209 #  - "not CFS_OPT"
23210 #  - "CFS_OPT"
23211   layout:
23212     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
23213     layout: "plot-latency"
23214
23215 -
23216   type: "plot"
23217   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
23218   algorithm: "plot_latency_error_bars"
23219   output-file-type: ".html"
23220   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
23221   data: "plot-vpp-throughput-latency-3n-hsw"
23222   filter: "'NIC_Intel-XL710' and
23223            '64B' and
23224            'NDRPDR' and
23225            ('ETH' or 'DOT1Q') and
23226            'BASE' and
23227            '2T2C' and
23228            ('L2BDMACLRN' or 'L2XCFWD') and
23229            'VHOST_1024' and
23230            not 'VXLAN' and
23231            not 'IP4FWD' and
23232            not '2VM'"
23233   parameters:
23234   - "latency"
23235   - "parent"
23236   - "tags"
23237 #  sort:
23238 #  - "not CFS_OPT"
23239 #  - "L2XCFWD"
23240 #  - "not CFS_OPT"
23241 #  - "CFS_OPT"
23242   layout:
23243     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
23244     layout: "plot-latency"
23245
23246 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710 - base vm
23247 -
23248   type: "plot"
23249   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr-lat"
23250   algorithm: "plot_latency_error_bars"
23251   output-file-type: ".html"
23252   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr-lat"
23253   data: "plot-vpp-throughput-latency-3n-hsw"
23254   filter: "'NIC_Intel-XL710' and
23255            '64B' and
23256            'NDRPDR' and
23257            ('ETH' or 'DOT1Q') and
23258            '1T1C' and
23259            ('L2BDMACLRN' or 'L2XCFWD') and
23260            'VHOST_1024' and
23261            not 'CFS_OPT' and
23262            not 'VXLAN' and
23263            not 'IP4FWD'"
23264   parameters:
23265   - "latency"
23266   - "parent"
23267   - "tags"
23268 #  sort:
23269 #  - "1VM"
23270 #  - "L2XCFWD"
23271 #  - "1VM"
23272 #  - "L2BDMACLRN"
23273   layout:
23274     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
23275     layout: "plot-latency"
23276
23277 -
23278   type: "plot"
23279   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr-lat"
23280   algorithm: "plot_latency_error_bars"
23281   output-file-type: ".html"
23282   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr-lat"
23283   data: "plot-vpp-throughput-latency-3n-hsw"
23284   filter: "'NIC_Intel-XL710' and
23285            '64B' and
23286            'NDRPDR' and
23287            ('ETH' or 'DOT1Q') and
23288            '2T2C' and
23289            ('L2BDMACLRN' or 'L2XCFWD') and
23290            'VHOST_1024' and
23291            not 'CFS_OPT' and
23292            not 'VXLAN' and
23293            not 'IP4FWD'"
23294   parameters:
23295   - "latency"
23296   - "parent"
23297   - "tags"
23298 #  sort:
23299 #  - "1VM"
23300 #  - "L2XCFWD"
23301 #  - "1VM"
23302 #  - "L2BDMACLRN"
23303   layout:
23304     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
23305     layout: "plot-latency"
23306
23307 # Packet Latency - VPP vhost ip4 3n-skx-x710
23308 -
23309   type: "plot"
23310   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
23311   algorithm: "plot_latency_error_bars"
23312   output-file-type: ".html"
23313   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
23314   data: "plot-vpp-throughput-latency-3n-skx"
23315   filter: "'NIC_Intel-X710' and
23316            '64B' and
23317            'NDRPDR' and
23318            'ETH' and
23319            'IP4FWD' and
23320            '2T1C' and
23321            'VHOST_1024' and
23322            not 'VXLAN' and
23323            not 'DOT1Q'"
23324   parameters:
23325   - "latency"
23326   - "parent"
23327   - "tags"
23328   sort:
23329   - "not CFS_OPT"
23330   - "1VM"
23331   - "2VM"
23332   layout:
23333     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
23334     layout: "plot-latency"
23335
23336 -
23337   type: "plot"
23338   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
23339   algorithm: "plot_latency_error_bars"
23340   output-file-type: ".html"
23341   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
23342   data: "plot-vpp-throughput-latency-3n-skx"
23343   filter: "'NIC_Intel-X710' and
23344            '64B' and
23345            'NDRPDR' and
23346            'ETH' and
23347            'IP4FWD' and
23348            '4T2C' and
23349            'VHOST_1024' and
23350            not 'VXLAN' and
23351            not 'DOT1Q'"
23352   parameters:
23353   - "latency"
23354   - "parent"
23355   - "tags"
23356   sort:
23357   - "not CFS_OPT"
23358   - "1VM"
23359   - "2VM"
23360   layout:
23361     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
23362     layout: "plot-latency"
23363
23364 # Packet Latency - VPP vhost l2sw 3n-skx-x710
23365 -
23366   type: "plot"
23367   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
23368   algorithm: "plot_latency_error_bars"
23369   output-file-type: ".html"
23370   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
23371   data: "plot-vpp-throughput-latency-3n-skx"
23372   filter: "'NIC_Intel-X710' and
23373            '64B' and
23374            'NDRPDR' and
23375            ('ETH' or 'DOT1Q') and
23376            '2T1C' and
23377            'L2BDMACLRN' and
23378            'VHOST_1024' and
23379            not 'VXLAN' and
23380            not 'IP4FWD' and
23381            not '2VM'"
23382   parameters:
23383   - "latency"
23384   - "parent"
23385   - "tags"
23386 #  sort:
23387 #  - "VM"  # "not CFS_OPT"
23388 #  - "CFS_OPT"
23389 #  - "FIB_10K"
23390 #  - "FIB_100K"
23391 #  - "FIB_1M"
23392   layout:
23393     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
23394     layout: "plot-latency"
23395
23396 -
23397   type: "plot"
23398   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
23399   algorithm: "plot_latency_error_bars"
23400   output-file-type: ".html"
23401   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
23402   data: "plot-vpp-throughput-latency-3n-skx"
23403   filter: "'NIC_Intel-X710' and
23404            '64B' and
23405            'NDRPDR' and
23406            ('ETH' or 'DOT1Q') and
23407            '4T2C' and
23408            'L2BDMACLRN' and
23409            'VHOST_1024' and
23410            not 'VXLAN' and
23411            not 'IP4FWD' and
23412            not '2VM'"
23413   parameters:
23414   - "latency"
23415   - "parent"
23416   - "tags"
23417 #  sort:
23418 #  - "VM"  # "not CFS_OPT"
23419 #  - "CFS_OPT"
23420 #  - "FIB_10K"
23421 #  - "FIB_100K"
23422 #  - "FIB_1M"
23423   layout:
23424     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
23425     layout: "plot-latency"
23426
23427 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base
23428 -
23429   type: "plot"
23430   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr-lat"
23431   algorithm: "plot_latency_error_bars"
23432   output-file-type: ".html"
23433   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr-lat"
23434   data: "plot-vpp-throughput-latency-3n-skx"
23435   filter: "'NIC_Intel-X710' and
23436            '64B' and
23437            'NDRPDR' and
23438            ('ETH' or 'DOT1Q') and
23439            'BASE' and
23440            '2T1C' and
23441            ('L2BDMACLRN' or 'L2XCFWD') and
23442            'VHOST_1024' and
23443            not 'VXLAN' and
23444            not 'IP4FWD' and
23445            not '2VM' and
23446            not 'LBOND'"
23447   parameters:
23448   - "latency"
23449   - "parent"
23450   - "tags"
23451 #  sort:
23452 #  - "not CFS_OPT"
23453 #  - "L2XCFWD"
23454 #  - "not CFS_OPT"
23455 #  - "CFS_OPT"
23456   layout:
23457     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
23458     layout: "plot-latency"
23459
23460 -
23461   type: "plot"
23462   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr-lat"
23463   algorithm: "plot_latency_error_bars"
23464   output-file-type: ".html"
23465   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr-lat"
23466   data: "plot-vpp-throughput-latency-3n-skx"
23467   filter: "'NIC_Intel-X710' and
23468            '64B' and
23469            'NDRPDR' and
23470            ('ETH' or 'DOT1Q') and
23471            'BASE' and
23472            '4T2C' and
23473            ('L2BDMACLRN' or 'L2XCFWD') and
23474            'VHOST_1024' and
23475            not 'VXLAN' and
23476            not 'IP4FWD' and
23477            not '2VM' and
23478            not 'LBOND'"
23479   parameters:
23480   - "latency"
23481   - "parent"
23482   - "tags"
23483 #  sort:
23484 #  - "not CFS_OPT"
23485 #  - "L2XCFWD"
23486 #  - "not CFS_OPT"
23487 #  - "CFS_OPT"
23488   layout:
23489     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
23490     layout: "plot-latency"
23491
23492 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base vm
23493 -
23494   type: "plot"
23495   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr-lat"
23496   algorithm: "plot_latency_error_bars"
23497   output-file-type: ".html"
23498   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr-lat"
23499   data: "plot-vpp-throughput-latency-3n-skx"
23500   filter: "'NIC_Intel-X710' and
23501            '64B' and
23502            'NDRPDR' and
23503            ('ETH' or 'DOT1Q') and
23504            '2T1C' and
23505            ('L2BDMACLRN' or 'L2XCFWD') and
23506            'VHOST_1024' and
23507            not 'CFS_OPT' and
23508            not 'VXLAN' and
23509            not 'IP4FWD' and
23510            not 'LBOND'"
23511   parameters:
23512   - "latency"
23513   - "parent"
23514   - "tags"
23515 #  sort:
23516 #  - "1VM"
23517 #  - "L2XCFWD"
23518 #  - "1VM"
23519 #  - "L2BDMACLRN"
23520   layout:
23521     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
23522     layout: "plot-latency"
23523
23524 -
23525   type: "plot"
23526   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr-lat"
23527   algorithm: "plot_latency_error_bars"
23528   output-file-type: ".html"
23529   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr-lat"
23530   data: "plot-vpp-throughput-latency-3n-skx"
23531   filter: "'NIC_Intel-X710' and
23532            '64B' and
23533            'NDRPDR' and
23534            ('ETH' or 'DOT1Q') and
23535            '4T2C' and
23536            ('L2BDMACLRN' or 'L2XCFWD') and
23537            'VHOST_1024' and
23538            not 'CFS_OPT' and
23539            not 'VXLAN' and
23540            not 'IP4FWD' and
23541            not 'LBOND'"
23542   parameters:
23543   - "latency"
23544   - "parent"
23545   - "tags"
23546 #  sort:
23547 #  - "1VM"
23548 #  - "L2XCFWD"
23549 #  - "1VM"
23550 #  - "L2BDMACLRN"
23551   layout:
23552     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
23553     layout: "plot-latency"
23554
23555 # Packet Latency - VPP vhost ip4 2n-skx-x710
23556 -
23557   type: "plot"
23558   title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
23559   algorithm: "plot_latency_error_bars"
23560   output-file-type: ".html"
23561   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
23562   data: "plot-vpp-throughput-latency-2n-skx"
23563   filter: "'NIC_Intel-X710' and
23564            '64B' and
23565            'NDRPDR' and
23566            'ETH' and
23567            'IP4FWD' and
23568            '2T1C' and
23569            'VHOST_1024' and
23570            not 'VXLAN' and
23571            not 'NF_DENSITY' and
23572            not 'DOT1Q'"
23573   parameters:
23574   - "latency"
23575   - "parent"
23576   - "tags"
23577   sort:
23578   - "not CFS_OPT"
23579   - "1VM"
23580   - "2VM"
23581   layout:
23582     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
23583     layout: "plot-latency"
23584
23585 -
23586   type: "plot"
23587   title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
23588   algorithm: "plot_latency_error_bars"
23589   output-file-type: ".html"
23590   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
23591   data: "plot-vpp-throughput-latency-2n-skx"
23592   filter: "'NIC_Intel-X710' and
23593            '64B' and
23594            'NDRPDR' and
23595            'ETH' and
23596            'IP4FWD' and
23597            '4T2C' and
23598            'VHOST_1024' and
23599            not 'VXLAN' and
23600            not 'NF_DENSITY' and
23601            not 'DOT1Q'"
23602   parameters:
23603   - "latency"
23604   - "parent"
23605   - "tags"
23606   sort:
23607   - "not CFS_OPT"
23608   - "1VM"
23609   - "2VM"
23610   layout:
23611     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
23612     layout: "plot-latency"
23613
23614 # Packet Latency - VPP vhost l2sw 2n-skx-x710
23615 -
23616   type: "plot"
23617   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
23618   algorithm: "plot_latency_error_bars"
23619   output-file-type: ".html"
23620   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
23621   data: "plot-vpp-throughput-latency-2n-skx"
23622   filter: "'NIC_Intel-X710' and
23623            '64B' and
23624            'NDRPDR' and
23625            ('ETH' or 'DOT1Q') and
23626            '2T1C' and
23627            'L2BDMACLRN' and
23628            'VHOST_1024' and
23629            not 'VXLAN' and
23630            not 'IP4FWD' and
23631            not 'NF_DENSITY' and
23632            not '2VM'"
23633   parameters:
23634   - "latency"
23635   - "parent"
23636   - "tags"
23637 #  sort:
23638 #  - "VM"  # "not CFS_OPT"
23639 #  - "CFS_OPT"
23640 #  - "FIB_10K"
23641 #  - "FIB_100K"
23642 #  - "FIB_1M"
23643   layout:
23644     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
23645     layout: "plot-latency"
23646
23647 -
23648   type: "plot"
23649   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
23650   algorithm: "plot_latency_error_bars"
23651   output-file-type: ".html"
23652   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
23653   data: "plot-vpp-throughput-latency-2n-skx"
23654   filter: "'NIC_Intel-X710' and
23655            '64B' and
23656            'NDRPDR' and
23657            ('ETH' or 'DOT1Q') and
23658            '4T2C' and
23659            'L2BDMACLRN' and
23660            'VHOST_1024' and
23661            not 'VXLAN' and
23662            not 'NF_DENSITY' and
23663            not 'IP4FWD' and
23664            not '2VM'"
23665   parameters:
23666   - "latency"
23667   - "parent"
23668   - "tags"
23669 #  sort:
23670 #  - "VM"  # "not CFS_OPT"
23671 #  - "CFS_OPT"
23672 #  - "FIB_10K"
23673 #  - "FIB_100K"
23674 #  - "FIB_1M"
23675   layout:
23676     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
23677     layout: "plot-latency"
23678
23679 # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base
23680 -
23681   type: "plot"
23682   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr-lat"
23683   algorithm: "plot_latency_error_bars"
23684   output-file-type: ".html"
23685   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr-lat"
23686   data: "plot-vpp-throughput-latency-2n-skx"
23687   filter: "'NIC_Intel-X710' and
23688            '64B' and
23689            'NDRPDR' and
23690            ('ETH' or 'DOT1Q') and
23691            'BASE' and
23692            '2T1C' and
23693            ('L2BDMACLRN' or 'L2XCFWD') and
23694            'VHOST_1024' and
23695            not 'VXLAN' and
23696            not 'NF_DENSITY' and
23697            not 'IP4FWD' and
23698            not '2VM'"
23699   parameters:
23700   - "latency"
23701   - "parent"
23702   - "tags"
23703 #  sort:
23704 #  - "not CFS_OPT"
23705 #  - "L2XCFWD"
23706 #  - "not CFS_OPT"
23707 #  - "CFS_OPT"
23708   layout:
23709     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
23710     layout: "plot-latency"
23711
23712 -
23713   type: "plot"
23714   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr-lat"
23715   algorithm: "plot_latency_error_bars"
23716   output-file-type: ".html"
23717   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr-lat"
23718   data: "plot-vpp-throughput-latency-2n-skx"
23719   filter: "'NIC_Intel-X710' and
23720            '64B' and
23721            'NDRPDR' and
23722            ('ETH' or 'DOT1Q') and
23723            'BASE' and
23724            '4T2C' and
23725            ('L2BDMACLRN' or 'L2XCFWD') and
23726            'VHOST_1024' and
23727            not 'VXLAN' and
23728            not 'NF_DENSITY' and
23729            not 'IP4FWD' and
23730            not '2VM'"
23731   parameters:
23732   - "latency"
23733   - "parent"
23734   - "tags"
23735 #  sort:
23736 #  - "not CFS_OPT"
23737 #  - "L2XCFWD"
23738 #  - "not CFS_OPT"
23739 #  - "CFS_OPT"
23740   layout:
23741     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
23742     layout: "plot-latency"
23743
23744 # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base vm
23745 -
23746   type: "plot"
23747   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
23748   algorithm: "plot_latency_error_bars"
23749   output-file-type: ".html"
23750   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
23751   data: "plot-vpp-throughput-latency-2n-skx"
23752   filter: "'NIC_Intel-X710' and
23753            '64B' and
23754            'NDRPDR' and
23755            ('ETH' or 'DOT1Q') and
23756            '2T1C' and
23757            ('L2BDMACLRN' or 'L2XCFWD') and
23758            'VHOST_1024' and
23759            not 'CFS_OPT' and
23760            not 'VXLAN' and
23761            not 'NF_DENSITY' and
23762            not 'IP4FWD'"
23763   parameters:
23764   - "latency"
23765   - "parent"
23766   - "tags"
23767 #  sort:
23768 #  - "1VM"
23769 #  - "L2XCFWD"
23770 #  - "1VM"
23771 #  - "L2BDMACLRN"
23772   layout:
23773     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
23774     layout: "plot-latency"
23775
23776 -
23777   type: "plot"
23778   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
23779   algorithm: "plot_latency_error_bars"
23780   output-file-type: ".html"
23781   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
23782   data: "plot-vpp-throughput-latency-2n-skx"
23783   filter: "'NIC_Intel-X710' and
23784            '64B' and
23785            'NDRPDR' and
23786            ('ETH' or 'DOT1Q') and
23787            '4T2C' and
23788            ('L2BDMACLRN' or 'L2XCFWD') and
23789            'VHOST_1024' and
23790            not 'CFS_OPT' and
23791            not 'VXLAN' and
23792            not 'NF_DENSITY' and
23793            not 'IP4FWD'"
23794   parameters:
23795   - "latency"
23796   - "parent"
23797   - "tags"
23798 #  sort:
23799 #  - "1VM"
23800 #  - "L2XCFWD"
23801 #  - "1VM"
23802 #  - "L2BDMACLRN"
23803   layout:
23804     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
23805     layout: "plot-latency"
23806
23807 # Packet Latency - VPP vhost ip4 2n-skx-xxv710
23808 -
23809   type: "plot"
23810   title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
23811   algorithm: "plot_latency_error_bars"
23812   output-file-type: ".html"
23813   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
23814   data: "plot-vpp-throughput-latency-2n-skx"
23815   filter: "'NIC_Intel-XXV710' and
23816            '64B' and
23817            'NDRPDR' and
23818            'ETH' and
23819            'IP4FWD' and
23820            '2T1C' and
23821            'VHOST_1024' and
23822            not 'VXLAN' and
23823            not 'DOT1Q'"
23824   parameters:
23825   - "latency"
23826   - "parent"
23827   - "tags"
23828   sort:
23829   - "not CFS_OPT"
23830   - "1VM"
23831   - "2VM"
23832   layout:
23833     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
23834     layout: "plot-latency"
23835
23836 -
23837   type: "plot"
23838   title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
23839   algorithm: "plot_latency_error_bars"
23840   output-file-type: ".html"
23841   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
23842   data: "plot-vpp-throughput-latency-2n-skx"
23843   filter: "'NIC_Intel-XXV710' and
23844            '64B' and
23845            'NDRPDR' and
23846            'ETH' and
23847            'IP4FWD' and
23848            '4T2C' and
23849            'VHOST_1024' and
23850            not 'VXLAN' and
23851            not 'DOT1Q'"
23852   parameters:
23853   - "latency"
23854   - "parent"
23855   - "tags"
23856   sort:
23857   - "not CFS_OPT"
23858   - "1VM"
23859   - "2VM"
23860   layout:
23861     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
23862     layout: "plot-latency"
23863
23864 # Packet Latency - VPP vhost l2sw 2n-skx-xxv710
23865 -
23866   type: "plot"
23867   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
23868   algorithm: "plot_latency_error_bars"
23869   output-file-type: ".html"
23870   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
23871   data: "plot-vpp-throughput-latency-2n-skx"
23872   filter: "'NIC_Intel-XXV710' and
23873            '64B' and
23874            'NDRPDR' and
23875            ('ETH' or 'DOT1Q') and
23876            '2T1C' and
23877            'L2BDMACLRN' and
23878            'VHOST_1024' and
23879            not 'VXLAN' and
23880            not 'IP4FWD' and
23881            not '2VM'"
23882   parameters:
23883   - "latency"
23884   - "parent"
23885   - "tags"
23886 #  sort:
23887 #  - "VM"  # "not CFS_OPT"
23888 #  - "CFS_OPT"
23889 #  - "FIB_10K"
23890 #  - "FIB_100K"
23891 #  - "FIB_1M"
23892   layout:
23893     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
23894     layout: "plot-latency"
23895
23896 -
23897   type: "plot"
23898   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
23899   algorithm: "plot_latency_error_bars"
23900   output-file-type: ".html"
23901   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
23902   data: "plot-vpp-throughput-latency-2n-skx"
23903   filter: "'NIC_Intel-XXV710' and
23904            '64B' and
23905            'NDRPDR' and
23906            ('ETH' or 'DOT1Q') and
23907            '4T2C' and
23908            'L2BDMACLRN' and
23909            'VHOST_1024' and
23910            not 'VXLAN' and
23911            not 'IP4FWD' and
23912            not '2VM'"
23913   parameters:
23914   - "latency"
23915   - "parent"
23916   - "tags"
23917 #  sort:
23918 #  - "VM"  # "not CFS_OPT"
23919 #  - "CFS_OPT"
23920 #  - "FIB_10K"
23921 #  - "FIB_100K"
23922 #  - "FIB_1M"
23923   layout:
23924     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
23925     layout: "plot-latency"
23926
23927 # Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base
23928 -
23929   type: "plot"
23930   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
23931   algorithm: "plot_latency_error_bars"
23932   output-file-type: ".html"
23933   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
23934   data: "plot-vpp-throughput-latency-2n-skx"
23935   filter: "'NIC_Intel-XXV710' and
23936            '64B' and
23937            'NDRPDR' and
23938            ('ETH' or 'DOT1Q') and
23939            'BASE' and
23940            '2T1C' and
23941            ('L2BDMACLRN' or 'L2XCFWD') and
23942            'VHOST_1024' and
23943            not 'VXLAN' and
23944            not 'IP4FWD' and
23945            not '2VM'"
23946   parameters:
23947   - "latency"
23948   - "parent"
23949   - "tags"
23950 #  sort:
23951 #  - "not CFS_OPT"
23952 #  - "L2XCFWD"
23953 #  - "not CFS_OPT"
23954 #  - "CFS_OPT"
23955   layout:
23956     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
23957     layout: "plot-latency"
23958
23959 -
23960   type: "plot"
23961   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
23962   algorithm: "plot_latency_error_bars"
23963   output-file-type: ".html"
23964   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
23965   data: "plot-vpp-throughput-latency-2n-skx"
23966   filter: "'NIC_Intel-XXV710' and
23967            '64B' and
23968            'NDRPDR' and
23969            ('ETH' or 'DOT1Q') and
23970            'BASE' and
23971            '4T2C' and
23972            ('L2BDMACLRN' or 'L2XCFWD') and
23973            'VHOST_1024' and
23974            not 'VXLAN' and
23975            not 'IP4FWD' and
23976            not '2VM'"
23977   parameters:
23978   - "latency"
23979   - "parent"
23980   - "tags"
23981 #  sort:
23982 #  - "not CFS_OPT"
23983 #  - "L2XCFWD"
23984 #  - "not CFS_OPT"
23985 #  - "CFS_OPT"
23986   layout:
23987     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
23988     layout: "plot-latency"
23989
23990 # Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base vm
23991 -
23992   type: "plot"
23993   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
23994   algorithm: "plot_latency_error_bars"
23995   output-file-type: ".html"
23996   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
23997   data: "plot-vpp-throughput-latency-2n-skx"
23998   filter: "'NIC_Intel-XXV710' and
23999            '64B' and
24000            'NDRPDR' and
24001            ('ETH' or 'DOT1Q') and
24002            '2T1C' and
24003            ('L2BDMACLRN' or 'L2XCFWD') and
24004            'VHOST_1024' and
24005            not 'CFS_OPT' and
24006            not 'VXLAN' and
24007            not 'IP4FWD'"
24008   parameters:
24009   - "latency"
24010   - "parent"
24011   - "tags"
24012 #  sort:
24013 #  - "1VM"
24014 #  - "L2XCFWD"
24015 #  - "1VM"
24016 #  - "L2BDMACLRN"
24017   layout:
24018     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
24019     layout: "plot-latency"
24020
24021 -
24022   type: "plot"
24023   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
24024   algorithm: "plot_latency_error_bars"
24025   output-file-type: ".html"
24026   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
24027   data: "plot-vpp-throughput-latency-2n-skx"
24028   filter: "'NIC_Intel-XXV710' and
24029            '64B' and
24030            'NDRPDR' and
24031            ('ETH' or 'DOT1Q') and
24032            '4T2C' and
24033            ('L2BDMACLRN' or 'L2XCFWD') and
24034            'VHOST_1024' and
24035            not 'CFS_OPT' and
24036            not 'VXLAN' and
24037            not 'IP4FWD'"
24038   parameters:
24039   - "latency"
24040   - "parent"
24041   - "tags"
24042 #  sort:
24043 #  - "1VM"
24044 #  - "L2XCFWD"
24045 #  - "1VM"
24046 #  - "L2BDMACLRN"
24047   layout:
24048     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
24049     layout: "plot-latency"
24050
24051 ################################################################################
24052
24053 # Packet Latency - VPP VTS 3n-hsw-x520
24054 -
24055   type: "plot"
24056   title: "VPP Latency: vts-3n-hsw-x520-114b-1t1c-ndr-lat"
24057   algorithm: "plot_latency_error_bars"
24058   output-file-type: ".html"
24059   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr-lat"
24060   data: "plot-vpp-throughput-latency-3n-hsw"
24061   filter: "'NIC_Intel-X520-DA2' and
24062            '114B' and
24063            'NDRPDR' and
24064            '1T1C' and
24065            'VTS'"
24066   parameters:
24067   - "latency"
24068   - "parent"
24069   - "tags"
24070   layout:
24071     title: "vts-3n-hsw-x520-114b-1t1c-ndr"
24072     layout: "plot-latency"
24073
24074 -
24075   type: "plot"
24076   title: "VPP Latency: vts-3n-hsw-x520-114b-2t2c-ndr-lat"
24077   algorithm: "plot_latency_error_bars"
24078   output-file-type: ".html"
24079   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr-lat"
24080   data: "plot-vpp-throughput-latency-3n-hsw"
24081   filter: "'NIC_Intel-X520-DA2' and
24082            '114B' and
24083            'NDRPDR' and
24084            '2T2C' and
24085            'VTS'"
24086   parameters:
24087   - "latency"
24088   - "parent"
24089   - "tags"
24090   layout:
24091     title: "vts-3n-hsw-x520-114b-2t2c-ndr"
24092     layout: "plot-latency"
24093
24094 ################################################################################
24095
24096 # Packet Latency - DPDK l3fwd 3n-hsw-x520
24097 -
24098   type: "plot"
24099   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
24100   algorithm: "plot_latency_error_bars"
24101   output-file-type: ".html"
24102   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
24103   data: "plot-dpdk-throughput-latency-3n-hsw"
24104   filter: "'NIC_Intel-X520-DA2' and
24105            '64B' and
24106            'BASE' and
24107            'NDRPDR' and
24108            '1T1C' and
24109            'IP4FWD'"
24110   parameters:
24111   - "latency"
24112   - "parent"
24113   - "tags"
24114   layout:
24115     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
24116     layout: "plot-latency"
24117
24118 -
24119   type: "plot"
24120   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
24121   algorithm: "plot_latency_error_bars"
24122   output-file-type: ".html"
24123   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
24124   data: "plot-dpdk-throughput-latency-3n-hsw"
24125   filter: "'NIC_Intel-X520-DA2' and
24126            '64B' and
24127            'BASE' and
24128            'NDRPDR' and
24129            '2T2C' and
24130            'IP4FWD'"
24131   parameters:
24132   - "latency"
24133   - "parent"
24134   - "tags"
24135   layout:
24136     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
24137     layout: "plot-latency"
24138
24139 # Packet Latency - DPDK l3fwd 3n-hsw-x710
24140 -
24141   type: "plot"
24142   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
24143   algorithm: "plot_latency_error_bars"
24144   output-file-type: ".html"
24145   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
24146   data: "plot-dpdk-throughput-latency-3n-hsw"
24147   filter: "'NIC_Intel-X710' and
24148            '64B' and
24149            'BASE' and
24150            'NDRPDR' and
24151            '1T1C' and
24152            'IP4FWD'"
24153   parameters:
24154   - "latency"
24155   - "parent"
24156   - "tags"
24157   layout:
24158     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
24159     layout: "plot-latency"
24160
24161 -
24162   type: "plot"
24163   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
24164   algorithm: "plot_latency_error_bars"
24165   output-file-type: ".html"
24166   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
24167   data: "plot-dpdk-throughput-latency-3n-hsw"
24168   filter: "'NIC_Intel-X710' and
24169            '64B' and
24170            'BASE' and
24171            'NDRPDR' and
24172            '2T2C' and
24173            'IP4FWD'"
24174   parameters:
24175   - "latency"
24176   - "parent"
24177   - "tags"
24178   layout:
24179     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
24180     layout: "plot-latency"
24181
24182 # Packet Latency - DPDK l3fwd 3n-hsw-xl710
24183 -
24184   type: "plot"
24185   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
24186   algorithm: "plot_latency_error_bars"
24187   output-file-type: ".html"
24188   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
24189   data: "plot-dpdk-throughput-latency-3n-hsw"
24190   filter: "'NIC_Intel-XL710' and
24191            '64B' and
24192            'BASE' and
24193            'NDRPDR' and
24194            '1T1C' and
24195            'IP4FWD'"
24196   parameters:
24197   - "latency"
24198   - "parent"
24199   - "tags"
24200   layout:
24201     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
24202     layout: "plot-latency"
24203
24204 -
24205   type: "plot"
24206   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
24207   algorithm: "plot_latency_error_bars"
24208   output-file-type: ".html"
24209   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
24210   data: "plot-dpdk-throughput-latency-3n-hsw"
24211   filter: "'NIC_Intel-XL710' and
24212            '64B' and
24213            'BASE' and
24214            'NDRPDR' and
24215            '2T2C' and
24216            'IP4FWD'"
24217   parameters:
24218   - "latency"
24219   - "parent"
24220   - "tags"
24221   layout:
24222     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
24223     layout: "plot-latency"
24224
24225 # Packet Latency - DPDK l3fwd 3n-skx-x710
24226 -
24227   type: "plot"
24228   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
24229   algorithm: "plot_latency_error_bars"
24230   output-file-type: ".html"
24231   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
24232   data: "plot-dpdk-throughput-latency-3n-skx"
24233   filter: "'NIC_Intel-X710' and
24234            '64B' and
24235            'BASE' and
24236            'NDRPDR' and
24237            '2T1C' and
24238            'IP4FWD'"
24239   parameters:
24240   - "latency"
24241   - "parent"
24242   - "tags"
24243   layout:
24244     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
24245     layout: "plot-latency"
24246
24247 -
24248   type: "plot"
24249   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
24250   algorithm: "plot_latency_error_bars"
24251   output-file-type: ".html"
24252   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
24253   data: "plot-dpdk-throughput-latency-3n-skx"
24254   filter: "'NIC_Intel-X710' and
24255            '64B' and
24256            'BASE' and
24257            'NDRPDR' and
24258            '4T2C' and
24259            'IP4FWD'"
24260   parameters:
24261   - "latency"
24262   - "parent"
24263   - "tags"
24264   layout:
24265     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
24266     layout: "plot-latency"
24267
24268 # Packet Latency - DPDK l3fwd 3n-skx-xxv710
24269 -
24270   type: "plot"
24271   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
24272   algorithm: "plot_latency_error_bars"
24273   output-file-type: ".html"
24274   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
24275   data: "plot-dpdk-throughput-latency-3n-skx"
24276   filter: "'NIC_Intel-XXV710' and
24277            '64B' and
24278            'BASE' and
24279            'NDRPDR' and
24280            '2T1C' and
24281            'IP4FWD'"
24282   parameters:
24283   - "latency"
24284   - "parent"
24285   - "tags"
24286   layout:
24287     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
24288     layout: "plot-latency"
24289
24290 -
24291   type: "plot"
24292   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
24293   algorithm: "plot_latency_error_bars"
24294   output-file-type: ".html"
24295   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
24296   data: "plot-dpdk-throughput-latency-3n-skx"
24297   filter: "'NIC_Intel-XXV710' and
24298            '64B' and
24299            'BASE' and
24300            'NDRPDR' and
24301            '4T2C' and
24302            'IP4FWD'"
24303   parameters:
24304   - "latency"
24305   - "parent"
24306   - "tags"
24307   layout:
24308     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
24309     layout: "plot-latency"
24310
24311 # Packet Latency - DPDK l3fwd 2n-skx-x710
24312 -
24313   type: "plot"
24314   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
24315   algorithm: "plot_latency_error_bars"
24316   output-file-type: ".html"
24317   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
24318   data: "plot-dpdk-throughput-latency-2n-skx"
24319   filter: "'NIC_Intel-X710' and
24320            '64B' and
24321            'BASE' and
24322            'NDRPDR' and
24323            '2T1C' and
24324            'IP4FWD'"
24325   parameters:
24326   - "latency"
24327   - "parent"
24328   - "tags"
24329   layout:
24330     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
24331     layout: "plot-latency"
24332
24333 -
24334   type: "plot"
24335   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
24336   algorithm: "plot_latency_error_bars"
24337   output-file-type: ".html"
24338   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
24339   data: "plot-dpdk-throughput-latency-2n-skx"
24340   filter: "'NIC_Intel-X710' and
24341            '64B' and
24342            'BASE' and
24343            'NDRPDR' and
24344            '4T2C' and
24345            'IP4FWD'"
24346   parameters:
24347   - "latency"
24348   - "parent"
24349   - "tags"
24350   layout:
24351     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
24352     layout: "plot-latency"
24353
24354 # Packet Latency - DPDK l3fwd 2n-skx-xxv710
24355 -
24356   type: "plot"
24357   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
24358   algorithm: "plot_latency_error_bars"
24359   output-file-type: ".html"
24360   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
24361   data: "plot-dpdk-throughput-latency-2n-skx"
24362   filter: "'NIC_Intel-XXV710' and
24363            '64B' and
24364            'BASE' and
24365            'NDRPDR' and
24366            '2T1C' and
24367            'IP4FWD'"
24368   parameters:
24369   - "latency"
24370   - "parent"
24371   - "tags"
24372   layout:
24373     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
24374     layout: "plot-latency"
24375
24376 -
24377   type: "plot"
24378   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
24379   algorithm: "plot_latency_error_bars"
24380   output-file-type: ".html"
24381   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
24382   data: "plot-dpdk-throughput-latency-2n-skx"
24383   filter: "'NIC_Intel-XXV710' and
24384            '64B' and
24385            'BASE' and
24386            'NDRPDR' and
24387            '4T2C' and
24388            'IP4FWD'"
24389   parameters:
24390   - "latency"
24391   - "parent"
24392   - "tags"
24393   layout:
24394     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
24395     layout: "plot-latency"
24396
24397 ################################################################################
24398
24399 # Packet Latency - DPDK testpmd 3n-hsw-x520
24400 -
24401   type: "plot"
24402   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
24403   algorithm: "plot_latency_error_bars"
24404   output-file-type: ".html"
24405   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
24406   data: "plot-dpdk-throughput-latency-3n-hsw"
24407   filter: "'NIC_Intel-X520-DA2' and
24408            '64B' and
24409            'BASE' and
24410            'NDRPDR' and
24411            '1T1C' and
24412            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24413   parameters:
24414   - "latency"
24415   - "parent"
24416   - "tags"
24417   layout:
24418     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
24419     layout: "plot-latency"
24420
24421 -
24422   type: "plot"
24423   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
24424   algorithm: "plot_latency_error_bars"
24425   output-file-type: ".html"
24426   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
24427   data: "plot-dpdk-throughput-latency-3n-hsw"
24428   filter: "'NIC_Intel-X520-DA2' and
24429            '64B' and
24430            'BASE' and
24431            'NDRPDR' and
24432            '2T2C' and
24433            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24434   parameters:
24435   - "latency"
24436   - "parent"
24437   - "tags"
24438   layout:
24439     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
24440     layout: "plot-latency"
24441
24442 # Packet Latency - DPDK testpmd 3n-hsw-x710
24443 -
24444   type: "plot"
24445   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
24446   algorithm: "plot_latency_error_bars"
24447   output-file-type: ".html"
24448   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
24449   data: "plot-dpdk-throughput-latency-3n-hsw"
24450   filter: "'NIC_Intel-X710' and
24451            '64B' and
24452            'BASE' and
24453            'NDRPDR' and
24454            '1T1C' and
24455            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24456   parameters:
24457   - "latency"
24458   - "parent"
24459   - "tags"
24460   layout:
24461     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
24462     layout: "plot-latency"
24463
24464 -
24465   type: "plot"
24466   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
24467   algorithm: "plot_latency_error_bars"
24468   output-file-type: ".html"
24469   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
24470   data: "plot-dpdk-throughput-latency-3n-hsw"
24471   filter: "'NIC_Intel-X710' and
24472            '64B' and
24473            'BASE' and
24474            'NDRPDR' and
24475            '2T2C' and
24476            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24477   parameters:
24478   - "latency"
24479   - "parent"
24480   - "tags"
24481   layout:
24482     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
24483     layout: "plot-latency"
24484
24485 # Packet Latency - DPDK testpmd 3n-hsw-xl710
24486 -
24487   type: "plot"
24488   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
24489   algorithm: "plot_latency_error_bars"
24490   output-file-type: ".html"
24491   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
24492   data: "plot-dpdk-throughput-latency-3n-hsw"
24493   filter: "'NIC_Intel-XL710' and
24494            '64B' and
24495            'BASE' and
24496            'NDRPDR' and
24497            '1T1C' and
24498            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24499   parameters:
24500   - "latency"
24501   - "parent"
24502   - "tags"
24503   layout:
24504     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
24505     layout: "plot-latency"
24506
24507 -
24508   type: "plot"
24509   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
24510   algorithm: "plot_latency_error_bars"
24511   output-file-type: ".html"
24512   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
24513   data: "plot-dpdk-throughput-latency-3n-hsw"
24514   filter: "'NIC_Intel-XL710' and
24515            '64B' and
24516            'BASE' and
24517            'NDRPDR' and
24518            '2T2C' and
24519            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24520   parameters:
24521   - "latency"
24522   - "parent"
24523   - "tags"
24524   layout:
24525     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
24526     layout: "plot-latency"
24527
24528 # Packet Latency - DPDK testpmd 3n-skx-x710
24529 -
24530   type: "plot"
24531   title: "DPDK Latency: testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
24532   algorithm: "plot_latency_error_bars"
24533   output-file-type: ".html"
24534   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
24535   data: "plot-dpdk-throughput-latency-3n-skx"
24536   filter: "'NIC_Intel-X710' and
24537            '64B' and
24538            'BASE' and
24539            'NDRPDR' and
24540            '2T1C' and
24541            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24542   parameters:
24543   - "latency"
24544   - "parent"
24545   - "tags"
24546   layout:
24547     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
24548     layout: "plot-latency"
24549
24550 -
24551   type: "plot"
24552   title: "DPDK Latency: testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
24553   algorithm: "plot_latency_error_bars"
24554   output-file-type: ".html"
24555   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
24556   data: "plot-dpdk-throughput-latency-3n-skx"
24557   filter: "'NIC_Intel-X710' and
24558            '64B' and
24559            'BASE' and
24560            'NDRPDR' and
24561            '4T2C' and
24562            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24563   parameters:
24564   - "latency"
24565   - "parent"
24566   - "tags"
24567   layout:
24568     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
24569     layout: "plot-latency"
24570
24571 # Packet Latency - DPDK testpmd 3n-skx-xxv710
24572 -
24573   type: "plot"
24574   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
24575   algorithm: "plot_latency_error_bars"
24576   output-file-type: ".html"
24577   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
24578   data: "plot-dpdk-throughput-latency-3n-skx"
24579   filter: "'NIC_Intel-XXV710' and
24580            '64B' and
24581            'BASE' and
24582            'NDRPDR' and
24583            '2T1C' and
24584            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24585   parameters:
24586   - "latency"
24587   - "parent"
24588   - "tags"
24589   layout:
24590     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
24591     layout: "plot-latency"
24592
24593 -
24594   type: "plot"
24595   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
24596   algorithm: "plot_latency_error_bars"
24597   output-file-type: ".html"
24598   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
24599   data: "plot-dpdk-throughput-latency-3n-skx"
24600   filter: "'NIC_Intel-XXV710' and
24601            '64B' and
24602            'BASE' and
24603            'NDRPDR' and
24604            '4T2C' and
24605            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24606   parameters:
24607   - "latency"
24608   - "parent"
24609   - "tags"
24610   layout:
24611     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
24612     layout: "plot-latency"
24613
24614 # Packet Latency - DPDK testpmd 2n-skx-x710
24615 -
24616   type: "plot"
24617   title: "DPDK Latency: testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
24618   algorithm: "plot_latency_error_bars"
24619   output-file-type: ".html"
24620   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
24621   data: "plot-dpdk-throughput-latency-2n-skx"
24622   filter: "'NIC_Intel-X710' and
24623            '64B' and
24624            'BASE' and
24625            'NDRPDR' and
24626            '2T1C' and
24627            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24628   parameters:
24629   - "latency"
24630   - "parent"
24631   - "tags"
24632   layout:
24633     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
24634     layout: "plot-latency"
24635
24636 -
24637   type: "plot"
24638   title: "DPDK Latency: testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
24639   algorithm: "plot_latency_error_bars"
24640   output-file-type: ".html"
24641   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
24642   data: "plot-dpdk-throughput-latency-2n-skx"
24643   filter: "'NIC_Intel-X710' and
24644            '64B' and
24645            'BASE' and
24646            'NDRPDR' and
24647            '4T2C' and
24648            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24649   parameters:
24650   - "latency"
24651   - "parent"
24652   - "tags"
24653   layout:
24654     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
24655     layout: "plot-latency"
24656
24657 # Packet Latency - DPDK testpmd 2n-skx-xxv710
24658 -
24659   type: "plot"
24660   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
24661   algorithm: "plot_latency_error_bars"
24662   output-file-type: ".html"
24663   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
24664   data: "plot-dpdk-throughput-latency-2n-skx"
24665   filter: "'NIC_Intel-XXV710' and
24666            '64B' and
24667            'BASE' and
24668            'NDRPDR' and
24669            '2T1C' and
24670            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24671   parameters:
24672   - "latency"
24673   - "parent"
24674   - "tags"
24675   layout:
24676     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
24677     layout: "plot-latency"
24678
24679 -
24680   type: "plot"
24681   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
24682   algorithm: "plot_latency_error_bars"
24683   output-file-type: ".html"
24684   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
24685   data: "plot-dpdk-throughput-latency-2n-skx"
24686   filter: "'NIC_Intel-XXV710' and
24687            '64B' and
24688            'BASE' and
24689            'NDRPDR' and
24690            '4T2C' and
24691            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24692   parameters:
24693   - "latency"
24694   - "parent"
24695   - "tags"
24696   layout:
24697     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
24698     layout: "plot-latency"
24699
24700 ################################################################################
24701
24702 # Speedup - VPP Container Memif 3n-hsw-x520
24703 -
24704   type: "plot"
24705   title: "Speedup: memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
24706   algorithm: "plot_throughput_speedup_analysis"
24707   output-file-type: ".html"
24708   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
24709   data: "plot-throughput-speedup-analysis-3n-hsw"
24710   filter: "'NIC_Intel-X520-DA2' and
24711            '64B' and
24712            ('BASE' or 'SCALE') and
24713            'NDRPDR' and
24714            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24715            not 'VHOST' and
24716            'MEMIF'"
24717   parameters:
24718   - "throughput"
24719   - "parent"
24720   - "tags"
24721   sort:
24722   - "L2XCFWD"
24723   - "L2XCFWD"
24724   - "L2XCFWD"
24725   - "L2BDMACLRN"
24726   - "L2BDMACLRN"
24727   - "L2BDMACLRN"
24728   layout:
24729     title: "memif-3n-hsw-x520-64b-base_and_scale-ndr"
24730     layout: "plot-throughput-speedup-analysis"
24731
24732 -
24733   type: "plot"
24734   title: "Speedup: memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
24735   algorithm: "plot_throughput_speedup_analysis"
24736   output-file-type: ".html"
24737   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
24738   data: "plot-throughput-speedup-analysis-3n-hsw"
24739   filter: "'NIC_Intel-X520-DA2' and
24740            '64B' and
24741            ('BASE' or 'SCALE') and
24742            'NDRPDR' and
24743            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24744            not 'VHOST' and
24745            'MEMIF'"
24746   parameters:
24747   - "throughput"
24748   - "parent"
24749   - "tags"
24750   sort:
24751   - "L2XCFWD"
24752   - "L2XCFWD"
24753   - "L2XCFWD"
24754   - "L2BDMACLRN"
24755   - "L2BDMACLRN"
24756   - "L2BDMACLRN"
24757   layout:
24758     title: "memif-3n-hsw-x520-64b-base_and_scale-pdr"
24759     layout: "plot-throughput-speedup-analysis"
24760
24761 # Speedup - VPP Container Memif 3n-hsw-x710
24762 -
24763   type: "plot"
24764   title: "Speedup: memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24765   algorithm: "plot_throughput_speedup_analysis"
24766   output-file-type: ".html"
24767   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24768   data: "plot-throughput-speedup-analysis-3n-hsw"
24769   filter: "'NIC_Intel-X710' and
24770            '64B' and
24771            ('BASE' or 'SCALE') and
24772            'NDRPDR' and
24773            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24774            not 'VHOST' and
24775            'MEMIF'"
24776   parameters:
24777   - "throughput"
24778   - "parent"
24779   - "tags"
24780   sort:
24781   - "L2XCFWD"
24782   - "L2XCFWD"
24783   - "L2XCFWD"
24784   - "L2BDMACLRN"
24785   - "L2BDMACLRN"
24786   - "L2BDMACLRN"
24787   layout:
24788     title: "memif-3n-hsw-x710-64b-base_and_scale-ndr"
24789     layout: "plot-throughput-speedup-analysis"
24790
24791 -
24792   type: "plot"
24793   title: "Speedup: memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24794   algorithm: "plot_throughput_speedup_analysis"
24795   output-file-type: ".html"
24796   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24797   data: "plot-throughput-speedup-analysis-3n-hsw"
24798   filter: "'NIC_Intel-X710' and
24799            '64B' and
24800            ('BASE' or 'SCALE') and
24801            'NDRPDR' and
24802            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24803            not 'VHOST' and
24804            'MEMIF'"
24805   parameters:
24806   - "throughput"
24807   - "parent"
24808   - "tags"
24809   sort:
24810   - "L2XCFWD"
24811   - "L2XCFWD"
24812   - "L2XCFWD"
24813   - "L2BDMACLRN"
24814   - "L2BDMACLRN"
24815   - "L2BDMACLRN"
24816   layout:
24817     title: "memif-3n-hsw-x710-64b-base_and_scale-pdr"
24818     layout: "plot-throughput-speedup-analysis"
24819
24820 # Speedup - VPP Container Memif 3n-hsw-xl710
24821 -
24822   type: "plot"
24823   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
24824   algorithm: "plot_throughput_speedup_analysis"
24825   output-file-type: ".html"
24826   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
24827   data: "plot-throughput-speedup-analysis-3n-hsw"
24828   filter: "'NIC_Intel-XL710' and
24829            '64B' and
24830            ('BASE' or 'SCALE') and
24831            'NDRPDR' and
24832            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24833            not 'VHOST' and
24834            'MEMIF'"
24835   parameters:
24836   - "throughput"
24837   - "parent"
24838   - "tags"
24839   sort:
24840   - "L2XCFWD"
24841   - "L2XCFWD"
24842   - "L2XCFWD"
24843   - "L2BDMACLRN"
24844   - "L2BDMACLRN"
24845   - "L2BDMACLRN"
24846   layout:
24847     title: "memif-3n-hsw-xl710-64b-base_and_scale-ndr"
24848     layout: "plot-throughput-speedup-analysis"
24849
24850 -
24851   type: "plot"
24852   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
24853   algorithm: "plot_throughput_speedup_analysis"
24854   output-file-type: ".html"
24855   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
24856   data: "plot-throughput-speedup-analysis-3n-hsw"
24857   filter: "'NIC_Intel-XL710' and
24858            '64B' and
24859            ('BASE' or 'SCALE') and
24860            'NDRPDR' and
24861            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24862            not 'VHOST' and
24863            'MEMIF'"
24864   parameters:
24865   - "throughput"
24866   - "parent"
24867   - "tags"
24868   sort:
24869   - "L2XCFWD"
24870   - "L2XCFWD"
24871   - "L2XCFWD"
24872   - "L2BDMACLRN"
24873   - "L2BDMACLRN"
24874   - "L2BDMACLRN"
24875   layout:
24876     title: "memif-3n-hsw-xl710-64b-base_and_scale-pdr"
24877     layout: "plot-throughput-speedup-analysis"
24878
24879 # Speedup - VPP Container Memif 3n-skx-x710
24880 -
24881   type: "plot"
24882   title: "Speedup: memif-3n-skx-x710-64b-base_and_scale-ndr-tsa"
24883   algorithm: "plot_throughput_speedup_analysis"
24884   output-file-type: ".html"
24885   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_scale-ndr-tsa"
24886   data: "plot-throughput-speedup-analysis-3n-skx"
24887   filter: "'NIC_Intel-X710' and
24888            '64B' and
24889            ('BASE' or 'SCALE') and
24890            'NDRPDR' and
24891            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24892            not 'VHOST' and
24893            'MEMIF'"
24894   parameters:
24895   - "throughput"
24896   - "parent"
24897   - "tags"
24898   sort:
24899   - "L2XCFWD"
24900   - "L2XCFWD"
24901   - "L2XCFWD"
24902   - "L2BDMACLRN"
24903   - "L2BDMACLRN"
24904   - "L2BDMACLRN"
24905   layout:
24906     title: "memif-3n-skx-x710-64b-base_and_scale-ndr"
24907     layout: "plot-throughput-speedup-analysis"
24908
24909 -
24910   type: "plot"
24911   title: "Speedup: memif-3n-skx-x710-64b-base_and_scale-pdr-tsa"
24912   algorithm: "plot_throughput_speedup_analysis"
24913   output-file-type: ".html"
24914   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_scale-pdr-tsa"
24915   data: "plot-throughput-speedup-analysis-3n-skx"
24916   filter: "'NIC_Intel-X710' and
24917            '64B' and
24918            ('BASE' or 'SCALE') and
24919            'NDRPDR' and
24920            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24921            not 'VHOST' and
24922             'MEMIF'"
24923   parameters:
24924   - "throughput"
24925   - "parent"
24926   - "tags"
24927   sort:
24928   - "L2XCFWD"
24929   - "L2XCFWD"
24930   - "L2XCFWD"
24931   - "L2BDMACLRN"
24932   - "L2BDMACLRN"
24933   - "L2BDMACLRN"
24934   layout:
24935     title: "memif-3n-skx-x710-64b-base_and_scale-pdr"
24936     layout: "plot-throughput-speedup-analysis"
24937
24938 # Speedup - VPP Container Memif 2n-skx-x710
24939 -
24940   type: "plot"
24941   title: "Speedup: memif-2n-skx-x710-64b-base_and_scale-ndr-tsa"
24942   algorithm: "plot_throughput_speedup_analysis"
24943   output-file-type: ".html"
24944   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_scale-ndr-tsa"
24945   data: "plot-throughput-speedup-analysis-2n-skx"
24946   filter: "'NIC_Intel-X710' and
24947            '64B' and
24948            ('BASE' or 'SCALE') and
24949            'NDRPDR' and
24950            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24951            not 'VHOST' and
24952            'MEMIF'"
24953   parameters:
24954   - "throughput"
24955   - "parent"
24956   - "tags"
24957   sort:
24958   - "L2XCFWD"
24959   - "L2XCFWD"
24960   - "L2XCFWD"
24961   - "L2BDMACLRN"
24962   - "L2BDMACLRN"
24963   - "L2BDMACLRN"
24964   layout:
24965     title: "memif-2n-skx-x710-64b-base_and_scale-ndr"
24966     layout: "plot-throughput-speedup-analysis"
24967
24968 -
24969   type: "plot"
24970   title: "Speedup: memif-2n-skx-x710-64b-base_and_scale-pdr-tsa"
24971   algorithm: "plot_throughput_speedup_analysis"
24972   output-file-type: ".html"
24973   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_scale-pdr-tsa"
24974   data: "plot-throughput-speedup-analysis-2n-skx"
24975   filter: "'NIC_Intel-X710' and
24976            '64B' and
24977            ('BASE' or 'SCALE') and
24978            'NDRPDR' and
24979            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24980            not 'VHOST' and
24981             'MEMIF'"
24982   parameters:
24983   - "throughput"
24984   - "parent"
24985   - "tags"
24986   sort:
24987   - "L2XCFWD"
24988   - "L2XCFWD"
24989   - "L2XCFWD"
24990   - "L2BDMACLRN"
24991   - "L2BDMACLRN"
24992   - "L2BDMACLRN"
24993   layout:
24994     title: "memif-2n-skx-x710-64b-base_and_scale-pdr"
24995     layout: "plot-throughput-speedup-analysis"
24996
24997 # Speedup - VPP Container Memif 2n-skx-xxv710
24998 -
24999   type: "plot"
25000   title: "Speedup: memif-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25001   algorithm: "plot_throughput_speedup_analysis"
25002   output-file-type: ".html"
25003   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25004   data: "plot-throughput-speedup-analysis-2n-skx"
25005   filter: "'NIC_Intel-XXV710' and
25006            '64B' and
25007            ('BASE' or 'SCALE') and
25008            'NDRPDR' and
25009            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25010            not 'VHOST' and
25011            'MEMIF'"
25012   parameters:
25013   - "throughput"
25014   - "parent"
25015   - "tags"
25016   sort:
25017   - "L2XCFWD"
25018   - "L2XCFWD"
25019   - "L2XCFWD"
25020   - "L2BDMACLRN"
25021   - "L2BDMACLRN"
25022   - "L2BDMACLRN"
25023   layout:
25024     title: "memif-2n-skx-xxv710-64b-base_and_scale-ndr"
25025     layout: "plot-throughput-speedup-analysis"
25026
25027 -
25028   type: "plot"
25029   title: "Speedup: memif-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
25030   algorithm: "plot_throughput_speedup_analysis"
25031   output-file-type: ".html"
25032   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
25033   data: "plot-throughput-speedup-analysis-2n-skx"
25034   filter: "'NIC_Intel-XXV710' and
25035            '64B' and
25036            ('BASE' or 'SCALE') and
25037            'NDRPDR' and
25038            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25039            not 'VHOST' and
25040             'MEMIF'"
25041   parameters:
25042   - "throughput"
25043   - "parent"
25044   - "tags"
25045   sort:
25046   - "L2XCFWD"
25047   - "L2XCFWD"
25048   - "L2XCFWD"
25049   - "L2BDMACLRN"
25050   - "L2BDMACLRN"
25051   - "L2BDMACLRN"
25052   layout:
25053     title: "memif-2n-skx-xxv710-64b-base_and_scale-pdr"
25054     layout: "plot-throughput-speedup-analysis"
25055
25056 ################################################################################
25057
25058 # Speedup - VPP Container k8s memif 3n-hsw-x520 - l2xc
25059 -
25060   type: "plot"
25061   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
25062   algorithm: "plot_throughput_speedup_analysis"
25063   output-file-type: ".html"
25064   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
25065   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
25066   filter: "'NIC_Intel-X520-DA2' and
25067            '64B' and
25068            ('BASE' or 'SCALE') and
25069            'NDRPDR' and
25070            'L2XCFWD' and
25071            not 'VHOST' and
25072            'MEMIF'"
25073   parameters:
25074   - "throughput"
25075   - "parent"
25076   - "tags"
25077   sort:
25078   - "1VNF"
25079   - "2VNF"
25080   - "4VNF"
25081   - "2VNF"
25082   - "4VNF"
25083   layout:
25084     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2xc"
25085     layout: "plot-throughput-speedup-analysis"
25086
25087 -
25088   type: "plot"
25089   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
25090   algorithm: "plot_throughput_speedup_analysis"
25091   output-file-type: ".html"
25092   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
25093   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
25094   filter: "'NIC_Intel-X520-DA2' and
25095            '64B' and
25096            ('BASE' or 'SCALE') and
25097            'NDRPDR' and
25098            'L2XCFWD' and
25099            not 'VHOST' and
25100            'MEMIF'"
25101   parameters:
25102   - "throughput"
25103   - "parent"
25104   - "tags"
25105   sort:
25106   - "1VNF"
25107   - "2VNF"
25108   - "4VNF"
25109   - "2VNF"
25110   - "4VNF"
25111   layout:
25112     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr"
25113     layout: "plot-throughput-speedup-analysis"
25114
25115 # Speedup - VPP Container k8s memif 3n-hsw-x520 - l2bd
25116 -
25117   type: "plot"
25118   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
25119   algorithm: "plot_throughput_speedup_analysis"
25120   output-file-type: ".html"
25121   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
25122   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
25123   filter: "'NIC_Intel-X520-DA2' and
25124            '64B' and
25125            ('BASE' or 'SCALE') and
25126            'NDRPDR' and
25127            ('L2BDMACSTAT' or 'L2BDMACLRN') and
25128            not 'VHOST' and
25129            'MEMIF'"
25130   parameters:
25131   - "throughput"
25132   - "parent"
25133   - "tags"
25134   sort:
25135   - "1VNF"
25136   - "2VNF"
25137   - "4VNF"
25138   - "2VNF"
25139   - "4VNF"
25140   layout:
25141     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2bd"
25142     layout: "plot-throughput-speedup-analysis"
25143
25144 -
25145   type: "plot"
25146   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
25147   algorithm: "plot_throughput_speedup_analysis"
25148   output-file-type: ".html"
25149   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
25150   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
25151   filter: "'NIC_Intel-X520-DA2' and
25152            '64B' and
25153            ('BASE' or 'SCALE') and
25154            'NDRPDR' and
25155            ('L2BDMACSTAT' or 'L2BDMACLRN') and
25156            not 'VHOST' and
25157            'MEMIF'"
25158   parameters:
25159   - "throughput"
25160   - "parent"
25161   - "tags"
25162   sort:
25163   - "1VNF"
25164   - "2VNF"
25165   - "4VNF"
25166   - "2VNF"
25167   - "4VNF"
25168   layout:
25169     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr"
25170     layout: "plot-throughput-speedup-analysis"
25171
25172 # Speedup - VPP Container Memif 3n-hsw-x710 - l2xc
25173 -
25174   type: "plot"
25175   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
25176   algorithm: "plot_throughput_speedup_analysis"
25177   output-file-type: ".html"
25178   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
25179   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
25180   filter: "'NIC_Intel-X710' and
25181            '64B' and
25182            ('BASE' or 'SCALE') and
25183            'NDRPDR' and
25184            'L2XCFWD' and
25185            not 'VHOST' and
25186            'MEMIF'"
25187   parameters:
25188   - "throughput"
25189   - "parent"
25190   - "tags"
25191   sort:
25192   - "1VNF"
25193   - "2VNF"
25194   - "4VNF"
25195   - "2VNF"
25196   - "4VNF"
25197   layout:
25198     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr"
25199     layout: "plot-throughput-speedup-analysis"
25200
25201 -
25202   type: "plot"
25203   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
25204   algorithm: "plot_throughput_speedup_analysis"
25205   output-file-type: ".html"
25206   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
25207   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
25208   filter: "'NIC_Intel-X710' and
25209            '64B' and
25210            ('BASE' or 'SCALE') and
25211            'NDRPDR' and
25212            'L2XCFWD' and
25213            not 'VHOST' and
25214            'MEMIF'"
25215   parameters:
25216   - "throughput"
25217   - "parent"
25218   - "tags"
25219   sort:
25220   - "1VNF"
25221   - "2VNF"
25222   - "4VNF"
25223   - "2VNF"
25224   - "4VNF"
25225   layout:
25226     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr"
25227     layout: "plot-throughput-speedup-analysis"
25228
25229 # Speedup - VPP Container Memif 3n-hsw-x710 - l2bd
25230 -
25231   type: "plot"
25232   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
25233   algorithm: "plot_throughput_speedup_analysis"
25234   output-file-type: ".html"
25235   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
25236   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
25237   filter: "'NIC_Intel-X710' and
25238            '64B' and
25239            ('BASE' or 'SCALE') and
25240            'NDRPDR' and
25241            ('L2BDMACSTAT' or 'L2BDMACLRN') and
25242            not 'VHOST' and
25243            'MEMIF'"
25244   parameters:
25245   - "throughput"
25246   - "parent"
25247   - "tags"
25248   sort:
25249   - "1VNF"
25250   - "2VNF"
25251   - "4VNF"
25252   - "2VNF"
25253   - "4VNF"
25254   layout:
25255     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr"
25256     layout: "plot-throughput-speedup-analysis"
25257
25258 -
25259   type: "plot"
25260   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
25261   algorithm: "plot_throughput_speedup_analysis"
25262   output-file-type: ".html"
25263   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
25264   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
25265   filter: "'NIC_Intel-X710' and
25266            '64B' and
25267            ('BASE' or 'SCALE') and
25268            'NDRPDR' and
25269            ('L2BDMACSTAT' or 'L2BDMACLRN') and
25270            not 'VHOST' and
25271            'MEMIF'"
25272   parameters:
25273   - "throughput"
25274   - "parent"
25275   - "tags"
25276   sort:
25277   - "1VNF"
25278   - "2VNF"
25279   - "4VNF"
25280   - "2VNF"
25281   - "4VNF"
25282   layout:
25283     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr"
25284     layout: "plot-throughput-speedup-analysis"
25285
25286 ################################################################################
25287
25288 # Speedup - VPP IPv4 3n-hsw-x520 base and scale
25289 -
25290   type: "plot"
25291   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25292   algorithm: "plot_throughput_speedup_analysis"
25293   output-file-type: ".html"
25294   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25295   data: "plot-throughput-speedup-analysis-3n-hsw"
25296   filter: "'NIC_Intel-X520-DA2' and
25297            '64B' and
25298            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
25299            'NDRPDR' and
25300            'IP4FWD' and
25301            not 'IPSEC' and
25302            not 'VHOST'"
25303   parameters:
25304   - "throughput"
25305   - "parent"
25306   - "tags"
25307   sort:
25308   - "DOT1Q"
25309   - "IP4BASE"
25310   - "FIB_20k"
25311   - "FIB_200k"
25312   - "FIB_2M"
25313   layout:
25314     title: "ip4-3n-hsw-x520-64b-base_and_scale-ndr"
25315     layout: "plot-throughput-speedup-analysis"
25316
25317 -
25318   type: "plot"
25319   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25320   algorithm: "plot_throughput_speedup_analysis"
25321   output-file-type: ".html"
25322   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25323   data: "plot-throughput-speedup-analysis-3n-hsw"
25324   filter: "'NIC_Intel-X520-DA2' and
25325            '64B' and
25326            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
25327            'NDRPDR' and
25328            'IP4FWD' and
25329            not 'IPSEC' and
25330            not 'VHOST'"
25331   parameters:
25332   - "throughput"
25333   - "parent"
25334   - "tags"
25335   sort:
25336   - "DOT1Q"
25337   - "IP4BASE"
25338   - "FIB_20k"
25339   - "FIB_200k"
25340   - "FIB_2M"
25341   layout:
25342     title: "ip4-3n-hsw-x520-64b-base_and_scale-pdr"
25343     layout: "plot-throughput-speedup-analysis"
25344
25345 # Speedup - VPP IPv4 3n-hsw-x520 features
25346 -
25347   type: "plot"
25348   title: "Speedup: ip4-3n-hsw-x520-64b-features-ndr-tsa"
25349   algorithm: "plot_throughput_speedup_analysis"
25350   output-file-type: ".html"
25351   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-ndr-tsa"
25352   data: "plot-throughput-speedup-analysis-3n-hsw"
25353   filter: "'NIC_Intel-X520-DA2' and
25354            '64B' and
25355            ('IP4BASE' or
25356             'POLICE_MARK' or
25357             'COPWHLIST' or
25358             ('NAT44' and 'BASE') or
25359             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
25360            'NDRPDR' and
25361            'IP4FWD' and
25362            not 'IPSEC' and
25363            not 'VHOST'"
25364   parameters:
25365   - "throughput"
25366   - "parent"
25367   - "tags"
25368   sort:
25369   - "DOT1Q"
25370   - "IP4BASE"
25371   - "NAT44"
25372   - "POLICE_MARK"
25373   - "COPWHLIST"
25374   - "IACL"
25375   - "OACL"
25376   layout:
25377     title: "ip4-3n-hsw-x520-64b-features-ndr"
25378     layout: "plot-throughput-speedup-analysis"
25379
25380 -
25381   type: "plot"
25382   title: "Speedup: ip4-3n-hsw-x520-64b-features-pdr-tsa"
25383   algorithm: "plot_throughput_speedup_analysis"
25384   output-file-type: ".html"
25385   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-pdr-tsa"
25386   data: "plot-throughput-speedup-analysis-3n-hsw"
25387   filter: "'NIC_Intel-X520-DA2' and
25388            '64B' and
25389            ('IP4BASE' or
25390             'POLICE_MARK' or
25391             'COPWHLIST' or
25392             ('NAT44' and 'BASE') or
25393             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
25394            'NDRPDR' and
25395            'IP4FWD' and
25396            not 'IPSEC' and
25397            not 'VHOST'"
25398   parameters:
25399   - "throughput"
25400   - "parent"
25401   - "tags"
25402   sort:
25403   - "DOT1Q"
25404   - "IP4BASE"
25405   - "NAT44"
25406   - "POLICE_MARK"
25407   - "COPWHLIST"
25408   - "IACL"
25409   - "OACL"
25410   layout:
25411     title: "ip4-3n-hsw-x520-64b-features-pdr"
25412     layout: "plot-throughput-speedup-analysis"
25413
25414 # Speedup - VPP IPv4 3n-hsw-x520 features nat44
25415 -
25416   type: "plot"
25417   title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
25418   algorithm: "plot_throughput_speedup_analysis"
25419   output-file-type: ".html"
25420   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
25421   data: "plot-throughput-speedup-analysis-3n-hsw"
25422   filter: "'NIC_Intel-X520-DA2' and
25423            '64B' and
25424            'NDRPDR' and
25425            'IP4FWD' and
25426            'NAT44' and
25427            not 'IPSEC' and
25428            not 'VHOST'"
25429   parameters:
25430   - "throughput"
25431   - "parent"
25432   - "tags"
25433   sort:
25434   - "BASE"
25435   - "BASE"
25436   - "SRC_USER_10"
25437   - "SRC_USER_100"
25438   - "SRC_USER_1000"
25439   - "SRC_USER_2000"
25440   layout:
25441     title: "ip4-3n-hsw-x520-64b-features-nat44-ndr"
25442     layout: "plot-throughput-speedup-analysis"
25443
25444 -
25445   type: "plot"
25446   title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
25447   algorithm: "plot_throughput_speedup_analysis"
25448   output-file-type: ".html"
25449   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
25450   data: "plot-throughput-speedup-analysis-3n-hsw"
25451   filter: "'NIC_Intel-X520-DA2' and
25452            '64B' and
25453            'NDRPDR' and
25454            'IP4FWD' and
25455            'NAT44' and
25456            not 'IPSEC' and
25457            not 'VHOST'"
25458   parameters:
25459   - "throughput"
25460   - "parent"
25461   - "tags"
25462   sort:
25463   - "BASE"
25464   - "BASE"
25465   - "SRC_USER_10"
25466   - "SRC_USER_100"
25467   - "SRC_USER_1000"
25468   - "SRC_USER_2000"
25469   layout:
25470     title: "ip4-3n-hsw-x520-64b-features-nat44-pdr"
25471     layout: "plot-throughput-speedup-analysis"
25472
25473 # Speedup - VPP IPv4 3n-hsw-x520 features iacl
25474 -
25475   type: "plot"
25476   title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
25477   algorithm: "plot_throughput_speedup_analysis"
25478   output-file-type: ".html"
25479   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
25480   data: "plot-throughput-speedup-analysis-3n-hsw"
25481   filter: "'NIC_Intel-X520-DA2' and
25482            '64B' and
25483            'NDRPDR' and
25484            'IP4FWD' and
25485            'IACL' and
25486            ('ACL10' or 'ACL50') and '10k_FLOWS' and
25487            not 'IPSEC' and
25488            not 'VHOST'"
25489   parameters:
25490   - "throughput"
25491   - "parent"
25492   - "tags"
25493   sort:
25494   - "ACL_STATELESS"
25495   - "ACL_STATEFUL"
25496   - "ACL_STATELESS"
25497   - "ACL_STATEFUL"
25498   layout:
25499     title: "ip4-3n-hsw-x520-64b-features-iacl-ndr"
25500     layout: "plot-throughput-speedup-analysis"
25501
25502 -
25503   type: "plot"
25504   title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
25505   algorithm: "plot_throughput_speedup_analysis"
25506   output-file-type: ".html"
25507   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
25508   data: "plot-throughput-speedup-analysis-3n-hsw"
25509   filter: "'NIC_Intel-X520-DA2' and
25510            '64B' and
25511            'NDRPDR' and
25512            'IP4FWD' and
25513            'IACL' and
25514            ('ACL10' or 'ACL50') and '10k_FLOWS' and
25515            not 'IPSEC' and
25516            not 'VHOST'"
25517   parameters:
25518   - "throughput"
25519   - "parent"
25520   - "tags"
25521   sort:
25522   - "ACL_STATELESS"
25523   - "ACL_STATEFUL"
25524   - "ACL_STATELESS"
25525   - "ACL_STATEFUL"
25526   layout:
25527     title: "ip4-3n-hsw-x520-64b-features-iacl-pdr"
25528     layout: "plot-throughput-speedup-analysis"
25529
25530 # Speedup - VPP IPv4 3n-hsw-x520 features oacl
25531 -
25532   type: "plot"
25533   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
25534   algorithm: "plot_throughput_speedup_analysis"
25535   output-file-type: ".html"
25536   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
25537   data: "plot-throughput-speedup-analysis-3n-hsw"
25538   filter: "'NIC_Intel-X520-DA2' and
25539            '64B' and
25540            'NDRPDR' and
25541            'IP4FWD' and
25542            'OACL' and
25543            ('ACL10' or 'ACL50') and '10k_FLOWS' and
25544            not 'IPSEC' and
25545            not 'VHOST'"
25546   parameters:
25547   - "throughput"
25548   - "parent"
25549   - "tags"
25550   sort:
25551   - "ACL_STATELESS"
25552   - "ACL_STATEFUL"
25553   - "ACL_STATELESS"
25554   - "ACL_STATEFUL"
25555   layout:
25556     title: "ip4-3n-hsw-x520-64b-features-oacl-ndr"
25557     layout: "plot-throughput-speedup-analysis"
25558
25559 -
25560   type: "plot"
25561   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
25562   algorithm: "plot_throughput_speedup_analysis"
25563   output-file-type: ".html"
25564   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
25565   data: "plot-throughput-speedup-analysis-3n-hsw"
25566   filter: "'NIC_Intel-X520-DA2' and
25567            '64B' and
25568            'NDRPDR' and
25569            'IP4FWD' and
25570            'OACL' and
25571            ('ACL10' or 'ACL50') and '10k_FLOWS' and
25572            not 'IPSEC' and
25573            not 'VHOST'"
25574   parameters:
25575   - "throughput"
25576   - "parent"
25577   - "tags"
25578   sort:
25579   - "ACL_STATELESS"
25580   - "ACL_STATEFUL"
25581   - "ACL_STATELESS"
25582   - "ACL_STATEFUL"
25583   layout:
25584     title: "ip4-3n-hsw-x520-64b-features-oacl-pdr"
25585     layout: "plot-throughput-speedup-analysis"
25586
25587 # Speedup - VPP IPv4 3n-hsw-x710 base and scale
25588 -
25589   type: "plot"
25590   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
25591   algorithm: "plot_throughput_speedup_analysis"
25592   output-file-type: ".html"
25593   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
25594   data: "plot-throughput-speedup-analysis-3n-hsw"
25595   filter: "'NIC_Intel-X710' and
25596            '64B' and
25597            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25598            'NDRPDR' and
25599            'IP4FWD' and
25600            not 'IPSEC' and
25601            not 'VHOST'"
25602   parameters:
25603   - "throughput"
25604   - "parent"
25605   - "tags"
25606   sort:
25607   - "DOT1Q"
25608   - "IP4BASE"
25609   - "FIB_20K"
25610   - "FIB_200K"
25611   - "FIB_2M"
25612   layout:
25613     title: "ip4-3n-hsw-x710-64b-base_and_scale-ndr"
25614     layout: "plot-throughput-speedup-analysis"
25615
25616 -
25617   type: "plot"
25618   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
25619   algorithm: "plot_throughput_speedup_analysis"
25620   output-file-type: ".html"
25621   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
25622   data: "plot-throughput-speedup-analysis-3n-hsw"
25623   filter: "'NIC_Intel-X710' and
25624            '64B' and
25625            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25626            'NDRPDR' and
25627            'IP4FWD' and
25628            not 'IPSEC' and
25629            not 'VHOST'"
25630   parameters:
25631   - "throughput"
25632   - "parent"
25633   - "tags"
25634   sort:
25635   - "DOT1Q"
25636   - "IP4BASE"
25637   - "FIB_20K"
25638   - "FIB_200K"
25639   - "FIB_2M"
25640   layout:
25641     title: "ip4-3n-hsw-x710-64b-base_and_scale-pdr"
25642     layout: "plot-throughput-speedup-analysis"
25643
25644 # Speedup - VPP IPv4 3n-hsw-x710 features
25645 -
25646   type: "plot"
25647   title: "Speedup: ip4-3n-hsw-x710-64b-features-ndr-tsa"
25648   algorithm: "plot_throughput_speedup_analysis"
25649   output-file-type: ".html"
25650   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-ndr-tsa"
25651   data: "plot-throughput-speedup-analysis-3n-hsw"
25652   filter: "'NIC_Intel-X710' and
25653            '64B' and
25654            ('IP4BASE' or
25655             'POLICE_MARK' or
25656             'COPWHLIST' or
25657             ('NAT44' and 'BASE') or
25658             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
25659            'NDRPDR' and
25660            'IP4FWD' and
25661            not 'IPSEC' and
25662            not 'VHOST'"
25663   parameters:
25664   - "throughput"
25665   - "parent"
25666   - "tags"
25667   sort:
25668   - "IP4BASE"
25669   - "NAT44"
25670   - "POLICE_MARK"
25671   - "COPWHLIST"
25672   - "IACL"
25673   - "OACL"
25674   layout:
25675     title: "ip4-3n-hsw-x710-64b-features-ndr"
25676     layout: "plot-throughput-speedup-analysis"
25677
25678 -
25679   type: "plot"
25680   title: "Speedup: ip4-3n-hsw-x710-64b-features-pdr-tsa"
25681   algorithm: "plot_throughput_speedup_analysis"
25682   output-file-type: ".html"
25683   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-pdr-tsa"
25684   data: "plot-throughput-speedup-analysis-3n-hsw"
25685   filter: "'NIC_Intel-X710' and
25686            '64B' and
25687            ('IP4BASE' or
25688             'POLICE_MARK' or
25689             'COPWHLIST' or
25690             ('NAT44' and 'BASE') or
25691             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
25692            'NDRPDR' and
25693            'IP4FWD' and
25694            not 'IPSEC' and
25695            not 'VHOST'"
25696   parameters:
25697   - "throughput"
25698   - "parent"
25699   - "tags"
25700   sort:
25701   - "IP4BASE"
25702   - "NAT44"
25703   - "POLICE_MARK"
25704   - "COPWHLIST"
25705   - "IACL"
25706   - "OACL"
25707   layout:
25708     title: "ip4-3n-hsw-x710-64b-features-pdr"
25709     layout: "plot-throughput-speedup-analysis"
25710
25711 # Speedup - VPP IPv4 3n-hsw-x710 features nat44
25712 -
25713   type: "plot"
25714   title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
25715   algorithm: "plot_throughput_speedup_analysis"
25716   output-file-type: ".html"
25717   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
25718   data: "plot-throughput-speedup-analysis-3n-hsw"
25719   filter: "'NIC_Intel-X710' and
25720            '64B' and
25721            'NDRPDR' and
25722            'IP4FWD' and
25723            'NAT44' and
25724            not 'IPSEC' and
25725            not 'VHOST'"
25726   parameters:
25727   - "throughput"
25728   - "parent"
25729   - "tags"
25730   sort:
25731   - "BASE"
25732   - "BASE"
25733   - "SRC_USER_10"
25734   - "SRC_USER_100"
25735   - "SRC_USER_1000"
25736   - "SRC_USER_2000"
25737   layout:
25738     title: "ip4-3n-hsw-x710-64b-features-nat44-ndr"
25739     layout: "plot-throughput-speedup-analysis"
25740
25741 -
25742   type: "plot"
25743   title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
25744   algorithm: "plot_throughput_speedup_analysis"
25745   output-file-type: ".html"
25746   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
25747   data: "plot-throughput-speedup-analysis-3n-hsw"
25748   filter: "'NIC_Intel-X710' and
25749            '64B' and
25750            'NDRPDR' and
25751            'IP4FWD' and
25752            'NAT44' and
25753            not 'IPSEC' and
25754            not 'VHOST'"
25755   parameters:
25756   - "throughput"
25757   - "parent"
25758   - "tags"
25759   sort:
25760   - "BASE"
25761   - "BASE"
25762   - "SRC_USER_10"
25763   - "SRC_USER_100"
25764   - "SRC_USER_1000"
25765   - "SRC_USER_2000"
25766   layout:
25767     title: "ip4-3n-hsw-x710-64b-features-nat44-pdr"
25768     layout: "plot-throughput-speedup-analysis"
25769
25770 # Speedup - VPP IPv4 3n-hsw-x710 features iacl
25771 -
25772   type: "plot"
25773   title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
25774   algorithm: "plot_throughput_speedup_analysis"
25775   output-file-type: ".html"
25776   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
25777   data: "plot-throughput-speedup-analysis-3n-hsw"
25778   filter: "'NIC_Intel-X710' and
25779            '64B' and
25780            'NDRPDR' and
25781            'IP4FWD' and
25782            'IACL' and
25783            ('ACL10' or 'ACL50') and '10k_FLOWS' and
25784            not 'IPSEC' and
25785            not 'VHOST'"
25786   parameters:
25787   - "throughput"
25788   - "parent"
25789   - "tags"
25790   sort:
25791   - "ACL_STATELESS"
25792   - "ACL_STATEFUL"
25793   - "ACL_STATELESS"
25794   - "ACL_STATEFUL"
25795   layout:
25796     title: "ip4-3n-hsw-x710-64b-features-iacl-ndr"
25797     layout: "plot-throughput-speedup-analysis"
25798
25799 -
25800   type: "plot"
25801   title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
25802   algorithm: "plot_throughput_speedup_analysis"
25803   output-file-type: ".html"
25804   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
25805   data: "plot-throughput-speedup-analysis-3n-hsw"
25806   filter: "'NIC_Intel-X710' and
25807            '64B' and
25808            'NDRPDR' and
25809            'IP4FWD' and
25810            'IACL' and
25811            ('ACL10' or 'ACL50') and '10k_FLOWS' and
25812            not 'IPSEC' and
25813            not 'VHOST'"
25814   parameters:
25815   - "throughput"
25816   - "parent"
25817   - "tags"
25818   sort:
25819   - "ACL_STATELESS"
25820   - "ACL_STATEFUL"
25821   - "ACL_STATELESS"
25822   - "ACL_STATEFUL"
25823   layout:
25824     title: "ip4-3n-hsw-x710-64b-features-iacl-pdr"
25825     layout: "plot-throughput-speedup-analysis"
25826
25827 # Speedup - VPP IPv4 3n-hsw-x710 features oacl
25828 -
25829   type: "plot"
25830   title: "Speedup: ip4-3n-hsw-x710-64b-features-oacl-ndr-tsa"
25831   algorithm: "plot_throughput_speedup_analysis"
25832   output-file-type: ".html"
25833   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-oacl-ndr-tsa"
25834   data: "plot-throughput-speedup-analysis-3n-hsw"
25835   filter: "'NIC_Intel-X710' and
25836            '64B' and
25837            'NDRPDR' and
25838            'IP4FWD' and
25839            'OACL' and
25840            ('ACL10' or 'ACL50') and '10k_FLOWS' and
25841            not 'IPSEC' and
25842            not 'VHOST'"
25843   parameters:
25844   - "throughput"
25845   - "parent"
25846   - "tags"
25847   sort:
25848   - "ACL_STATELESS"
25849   - "ACL_STATEFUL"
25850   - "ACL_STATELESS"
25851   - "ACL_STATEFUL"
25852   layout:
25853     title: "ip4-3n-hsw-x710-64b-features-oacl-ndr"
25854     layout: "plot-throughput-speedup-analysis"
25855
25856 -
25857   type: "plot"
25858   title: "Speedup: ip4-3n-hsw-x710-64b-features-oacl-pdr-tsa"
25859   algorithm: "plot_throughput_speedup_analysis"
25860   output-file-type: ".html"
25861   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-oacl-pdr-tsa"
25862   data: "plot-throughput-speedup-analysis-3n-hsw"
25863   filter: "'NIC_Intel-X710' and
25864            '64B' and
25865            'NDRPDR' and
25866            'IP4FWD' and
25867            'OACL' and
25868            ('ACL10' or 'ACL50') and '10k_FLOWS' and
25869            not 'IPSEC' and
25870            not 'VHOST'"
25871   parameters:
25872   - "throughput"
25873   - "parent"
25874   - "tags"
25875   sort:
25876   - "ACL_STATELESS"
25877   - "ACL_STATEFUL"
25878   - "ACL_STATELESS"
25879   - "ACL_STATEFUL"
25880   layout:
25881     title: "ip4-3n-hsw-x710-64b-features-oacl-pdr"
25882     layout: "plot-throughput-speedup-analysis"
25883
25884 # Speedup - VPP IPv4 3n-hsw-xl710 base and scale
25885 -
25886   type: "plot"
25887   title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
25888   algorithm: "plot_throughput_speedup_analysis"
25889   output-file-type: ".html"
25890   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
25891   data: "plot-throughput-speedup-analysis-3n-hsw"
25892   filter: "'NIC_Intel-XL710' and
25893            '64B' and
25894            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25895            'NDRPDR' and
25896            'IP4FWD' and
25897            not 'IPSEC' and
25898            not 'VHOST'"
25899   parameters:
25900   - "throughput"
25901   - "parent"
25902   - "tags"
25903   sort:
25904   - "IP4BASE"
25905   - "FIB_20K"
25906   - "FIB_200K"
25907   - "FIB_2M"
25908   layout:
25909     title: "ip4-3n-hsw-xl710-64b-base_and_scale-ndr"
25910     layout: "plot-throughput-speedup-analysis"
25911
25912 -
25913   type: "plot"
25914   title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
25915   algorithm: "plot_throughput_speedup_analysis"
25916   output-file-type: ".html"
25917   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
25918   data: "plot-throughput-speedup-analysis-3n-hsw"
25919   filter: "'NIC_Intel-XL710' and
25920            '64B' and
25921            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25922            'NDRPDR' and
25923            'IP4FWD' and
25924            not 'IPSEC' and
25925            not 'VHOST'"
25926   parameters:
25927   - "throughput"
25928   - "parent"
25929   - "tags"
25930   sort:
25931   - "IP4BASE"
25932   - "FIB_20K"
25933   - "FIB_200K"
25934   - "FIB_2M"
25935   layout:
25936     title: "ip4-3n-hsw-xl710-64b-base_and_scale-pdr"
25937     layout: "plot-throughput-speedup-analysis"
25938
25939 # Speedup - VPP IPv4 3n-skx-x710 base and scale
25940 -
25941   type: "plot"
25942   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25943   algorithm: "plot_throughput_speedup_analysis"
25944   output-file-type: ".html"
25945   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25946   data: "plot-throughput-speedup-analysis-3n-skx"
25947   filter: "'NIC_Intel-X710' and
25948            '64B' and
25949            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25950            'NDRPDR' and
25951            'IP4FWD' and
25952            not 'IPSEC' and
25953            not 'VHOST'"
25954   parameters:
25955   - "throughput"
25956   - "parent"
25957   - "tags"
25958   sort:
25959   - "IP4BASE"
25960   - "FIB_20K"
25961   - "FIB_200K"
25962   - "FIB_2M"
25963   layout:
25964     title: "ip4-3n-skx-x710-64b-base_and_scale-ndr"
25965     layout: "plot-throughput-speedup-analysis"
25966
25967 -
25968   type: "plot"
25969   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25970   algorithm: "plot_throughput_speedup_analysis"
25971   output-file-type: ".html"
25972   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25973   data: "plot-throughput-speedup-analysis-3n-skx"
25974   filter: "'NIC_Intel-X710' and
25975            '64B' and
25976            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25977            'NDRPDR' and
25978            'IP4FWD' and
25979            not 'IPSEC' and
25980            not 'VHOST'"
25981   parameters:
25982   - "throughput"
25983   - "parent"
25984   - "tags"
25985   sort:
25986   - "IP4BASE"
25987   - "FIB_20K"
25988   - "FIB_200K"
25989   - "FIB_2M"
25990   layout:
25991     title: "ip4-3n-skx-x710-64b-base_and_scale-pdr"
25992     layout: "plot-throughput-speedup-analysis"
25993
25994 # Speedup - VPP IPv4 3n-skx-x710 features
25995 -
25996   type: "plot"
25997   title: "Speedup: ip4-3n-skx-x710-64b-features-ndr-tsa"
25998   algorithm: "plot_throughput_speedup_analysis"
25999   output-file-type: ".html"
26000   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-ndr-tsa"
26001   data: "plot-throughput-speedup-analysis-3n-skx"
26002   filter: "'NIC_Intel-X710' and
26003            '64B' and
26004            ('IP4BASE' or
26005             'POLICE_MARK' or
26006             'COPWHLIST' or
26007             ('NAT44' and 'BASE') or
26008             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
26009            'NDRPDR' and
26010            'IP4FWD' and
26011            not 'IPSEC' and
26012            not 'VHOST'"
26013   parameters:
26014   - "throughput"
26015   - "parent"
26016   - "tags"
26017   sort:
26018   - "IP4BASE"
26019   - "NAT44"
26020   - "POLICE_MARK"
26021   - "COPWHLIST"
26022   - "IACL"
26023   - "OACL"
26024   layout:
26025     title: "ip4-3n-skx-x710-64b-features-ndr"
26026     layout: "plot-throughput-speedup-analysis"
26027
26028 -
26029   type: "plot"
26030   title: "Speedup: ip4-3n-skx-x710-64b-features-pdr-tsa"
26031   algorithm: "plot_throughput_speedup_analysis"
26032   output-file-type: ".html"
26033   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-pdr-tsa"
26034   data: "plot-throughput-speedup-analysis-3n-skx"
26035   filter: "'NIC_Intel-X710' and
26036            '64B' and
26037            ('IP4BASE' or
26038             'POLICE_MARK' or
26039             'COPWHLIST' or
26040             ('NAT44' and 'BASE') or
26041             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
26042            'NDRPDR' and
26043            'IP4FWD' and
26044            not 'IPSEC' and
26045            not 'VHOST'"
26046   parameters:
26047   - "throughput"
26048   - "parent"
26049   - "tags"
26050   sort:
26051   - "IP4BASE"
26052   - "NAT44"
26053   - "POLICE_MARK"
26054   - "COPWHLIST"
26055   - "IACL"
26056   - "OACL"
26057   layout:
26058     title: "ip4-3n-skx-x710-64b-features-pdr"
26059     layout: "plot-throughput-speedup-analysis"
26060
26061 # Speedup - VPP IPv4 3n-skx-x710 features nat44
26062 -
26063   type: "plot"
26064   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
26065   algorithm: "plot_throughput_speedup_analysis"
26066   output-file-type: ".html"
26067   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
26068   data: "plot-throughput-speedup-analysis-3n-skx"
26069   filter: "'NIC_Intel-X710' and
26070            '64B' and
26071            'NDRPDR' and
26072            'IP4FWD' and
26073            'NAT44' and
26074            not 'IPSEC' and
26075            not 'VHOST'"
26076   parameters:
26077   - "throughput"
26078   - "parent"
26079   - "tags"
26080   sort:
26081   - "BASE"
26082   - "BASE"
26083   - "SRC_USER_10"
26084   - "SRC_USER_100"
26085   - "SRC_USER_1000"
26086   - "SRC_USER_2000"
26087   layout:
26088     title: "ip4-3n-skx-x710-64b-features-nat44-ndr"
26089     layout: "plot-throughput-speedup-analysis"
26090
26091 -
26092   type: "plot"
26093   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
26094   algorithm: "plot_throughput_speedup_analysis"
26095   output-file-type: ".html"
26096   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
26097   data: "plot-throughput-speedup-analysis-3n-skx"
26098   filter: "'NIC_Intel-X710' and
26099            '64B' and
26100            'NDRPDR' and
26101            'IP4FWD' and
26102            'NAT44' and
26103            not 'IPSEC' and
26104            not 'VHOST'"
26105   parameters:
26106   - "throughput"
26107   - "parent"
26108   - "tags"
26109   sort:
26110   - "BASE"
26111   - "BASE"
26112   - "SRC_USER_10"
26113   - "SRC_USER_100"
26114   - "SRC_USER_1000"
26115   - "SRC_USER_2000"
26116   layout:
26117     title: "ip4-3n-skx-x710-64b-features-nat44-pdr"
26118     layout: "plot-throughput-speedup-analysis"
26119
26120 # Speedup - VPP IPv4 3n-skx-x710 features iacl
26121 -
26122   type: "plot"
26123   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
26124   algorithm: "plot_throughput_speedup_analysis"
26125   output-file-type: ".html"
26126   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
26127   data: "plot-throughput-speedup-analysis-3n-skx"
26128   filter: "'NIC_Intel-X710' and
26129            '64B' and
26130            'NDRPDR' and
26131            'IP4FWD' and
26132            'IACL' and
26133            ('ACL10' or 'ACL50') and '10k_FLOWS' and
26134            not 'IPSEC' and
26135            not 'VHOST'"
26136   parameters:
26137   - "throughput"
26138   - "parent"
26139   - "tags"
26140   sort:
26141   - "ACL_STATELESS"
26142   - "ACL_STATEFUL"
26143   - "ACL_STATELESS"
26144   - "ACL_STATEFUL"
26145   layout:
26146     title: "ip4-3n-skx-x710-64b-features-iacl-ndr"
26147     layout: "plot-throughput-speedup-analysis"
26148
26149 -
26150   type: "plot"
26151   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
26152   algorithm: "plot_throughput_speedup_analysis"
26153   output-file-type: ".html"
26154   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
26155   data: "plot-throughput-speedup-analysis-3n-skx"
26156   filter: "'NIC_Intel-X710' and
26157            '64B' and
26158            'NDRPDR' and
26159            'IP4FWD' and
26160            'IACL' and
26161            ('ACL10' or 'ACL50') and '10k_FLOWS' and
26162            not 'IPSEC' and
26163            not 'VHOST'"
26164   parameters:
26165   - "throughput"
26166   - "parent"
26167   - "tags"
26168   sort:
26169   - "ACL_STATELESS"
26170   - "ACL_STATEFUL"
26171   - "ACL_STATELESS"
26172   - "ACL_STATEFUL"
26173   layout:
26174     title: "ip4-3n-skx-x710-64b-features-iacl-pdr"
26175     layout: "plot-throughput-speedup-analysis"
26176
26177 # Speedup - VPP IPv4 3n-skx-x710 features oacl
26178 -
26179   type: "plot"
26180   title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
26181   algorithm: "plot_throughput_speedup_analysis"
26182   output-file-type: ".html"
26183   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
26184   data: "plot-throughput-speedup-analysis-3n-skx"
26185   filter: "'NIC_Intel-X710' and
26186            '64B' and
26187            'NDRPDR' and
26188            'IP4FWD' and
26189            'OACL' and
26190            ('ACL10' or 'ACL50') and '10k_FLOWS' and
26191            not 'IPSEC' and
26192            not 'VHOST'"
26193   parameters:
26194   - "throughput"
26195   - "parent"
26196   - "tags"
26197   sort:
26198   - "ACL_STATELESS"
26199   - "ACL_STATEFUL"
26200   - "ACL_STATELESS"
26201   - "ACL_STATEFUL"
26202   layout:
26203     title: "ip4-3n-skx-x710-64b-features-oacl-ndr"
26204     layout: "plot-throughput-speedup-analysis"
26205
26206 -
26207   type: "plot"
26208   title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
26209   algorithm: "plot_throughput_speedup_analysis"
26210   output-file-type: ".html"
26211   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
26212   data: "plot-throughput-speedup-analysis-3n-skx"
26213   filter: "'NIC_Intel-X710' and
26214            '64B' and
26215            'NDRPDR' and
26216            'IP4FWD' and
26217            'OACL' and
26218            ('ACL10' or 'ACL50') and '10k_FLOWS' and
26219            not 'IPSEC' and
26220            not 'VHOST'"
26221   parameters:
26222   - "throughput"
26223   - "parent"
26224   - "tags"
26225   sort:
26226   - "ACL_STATELESS"
26227   - "ACL_STATEFUL"
26228   - "ACL_STATELESS"
26229   - "ACL_STATEFUL"
26230   layout:
26231     title: "ip4-3n-skx-x710-64b-features-oacl-pdr"
26232     layout: "plot-throughput-speedup-analysis"
26233
26234 # Speedup - VPP IPv4 2n-skx-x710 base and scale
26235 -
26236   type: "plot"
26237   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
26238   algorithm: "plot_throughput_speedup_analysis"
26239   output-file-type: ".html"
26240   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
26241   data: "plot-throughput-speedup-analysis-2n-skx"
26242   filter: "'NIC_Intel-X710' and
26243            '64B' and
26244            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
26245            'NDRPDR' and
26246            'IP4FWD' and
26247            not 'IPSEC' and
26248            not 'VHOST'"
26249   parameters:
26250   - "throughput"
26251   - "parent"
26252   - "tags"
26253   sort:
26254   - "DOT1Q"
26255   - "IP4BASE"
26256   - "FIB_20k"
26257   - "FIB_200k"
26258   - "FIB_2M"
26259   layout:
26260     title: "ip4-2n-skx-x710-64b-base_and_scale-ndr"
26261     layout: "plot-throughput-speedup-analysis"
26262
26263 -
26264   type: "plot"
26265   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
26266   algorithm: "plot_throughput_speedup_analysis"
26267   output-file-type: ".html"
26268   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
26269   data: "plot-throughput-speedup-analysis-2n-skx"
26270   filter: "'NIC_Intel-X710' and
26271            '64B' and
26272            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
26273            'NDRPDR' and
26274            'IP4FWD' and
26275            not 'IPSEC' and
26276            not 'VHOST'"
26277   parameters:
26278   - "throughput"
26279   - "parent"
26280   - "tags"
26281   sort:
26282   - "DOT1Q"
26283   - "IP4BASE"
26284   - "FIB_20k"
26285   - "FIB_200k"
26286   - "FIB_2M"
26287   layout:
26288     title: "ip4-2n-skx-x710-64b-base_and_scale-pdr"
26289     layout: "plot-throughput-speedup-analysis"
26290
26291 # Speedup - VPP IPv4 2n-skx-xxv710 base and scale
26292 -
26293   type: "plot"
26294   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26295   algorithm: "plot_throughput_speedup_analysis"
26296   output-file-type: ".html"
26297   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26298   data: "plot-throughput-speedup-analysis-2n-skx"
26299   filter: "'NIC_Intel-XXV710' and
26300            '64B' and
26301            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
26302            'NDRPDR' and
26303            'IP4FWD' and
26304            not 'IPSEC' and
26305            not 'VHOST'"
26306   parameters:
26307   - "throughput"
26308   - "parent"
26309   - "tags"
26310   sort:
26311   - "DOT1Q"
26312   - "IP4BASE"
26313   - "FIB_20k"
26314   - "FIB_200k"
26315   - "FIB_2M"
26316   layout:
26317     title: "ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
26318     layout: "plot-throughput-speedup-analysis"
26319
26320 -
26321   type: "plot"
26322   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26323   algorithm: "plot_throughput_speedup_analysis"
26324   output-file-type: ".html"
26325   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26326   data: "plot-throughput-speedup-analysis-2n-skx"
26327   filter: "'NIC_Intel-XXV710' and
26328            '64B' and
26329            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
26330            'NDRPDR' and
26331            'IP4FWD' and
26332            not 'IPSEC' and
26333            not 'VHOST'"
26334   parameters:
26335   - "throughput"
26336   - "parent"
26337   - "tags"
26338   sort:
26339   - "DOT1Q"
26340   - "IP4BASE"
26341   - "FIB_20k"
26342   - "FIB_200k"
26343   - "FIB_2M"
26344   layout:
26345     title: "ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
26346     layout: "plot-throughput-speedup-analysis"
26347
26348 # Speedup - VPP IPv4 2n-dnv-x553 base
26349 -
26350   type: "plot"
26351   title: "Speedup: ip4-2n-dnv-x553-64b-base-ndr-tsa"
26352   algorithm: "plot_throughput_speedup_analysis"
26353   output-file-type: ".html"
26354   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-base-ndr-tsa"
26355   data: "intel-dnv-vpp"
26356   filter: "'NIC_Intel-X553' and
26357            '64B' and
26358            'IP4BASE' and
26359            'NDRPDR' and
26360            'IP4FWD' and
26361            not 'IPSEC' and
26362            not 'VHOST'"
26363   parameters:
26364   - "throughput"
26365   - "parent"
26366   - "tags"
26367   sort:
26368   - "IP4BASE"
26369   layout:
26370     title: "ip4-2n-dnv-x553-64b-base-ndr"
26371     layout: "plot-throughput-speedup-analysis"
26372
26373 -
26374   type: "plot"
26375   title: "Speedup: ip4-2n-dnv-x553-64b-base-pdr-tsa"
26376   algorithm: "plot_throughput_speedup_analysis"
26377   output-file-type: ".html"
26378   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-base-pdr-tsa"
26379   data: "intel-dnv-vpp"
26380   filter: "'NIC_Intel-X553' and
26381            '64B' and
26382            'IP4BASE' and
26383            'NDRPDR' and
26384            'IP4FWD' and
26385            not 'IPSEC' and
26386            not 'VHOST'"
26387   parameters:
26388   - "throughput"
26389   - "parent"
26390   - "tags"
26391   sort:
26392   - "IP4BASE"
26393   layout:
26394     title: "ip4-2n-dnv-x553-64b-base-pdr"
26395     layout: "plot-throughput-speedup-analysis"
26396
26397 ################################################################################
26398
26399 # Speedup - VPP IPv4 Tunnels 3n-hsw-x520
26400 -
26401   type: "plot"
26402   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
26403   algorithm: "plot_throughput_speedup_analysis"
26404   output-file-type: ".html"
26405   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
26406   data: "plot-throughput-speedup-analysis-3n-hsw"
26407   filter: "'NIC_Intel-X520_DA2' and
26408            '64B' and
26409            'ENCAP' and
26410            'NDRPDR' and
26411            ('VXLAN' or 'LISP') and
26412            not 'VHOST' and
26413            not 'IPSECHW'"
26414   parameters:
26415   - "throughput"
26416   - "parent"
26417   - "tags"
26418   sort:
26419   - "not DOT1Q"
26420   - "VXLAN_1"
26421   - "VXLAN_10"
26422   - "VXLAN_100"
26423   - "VXLAN_1000"
26424   layout:
26425     title: "ip4tun-3n-hsw-x520-64b-base_and_scale-ndr"
26426     layout: "plot-throughput-speedup-analysis"
26427
26428 -
26429   type: "plot"
26430   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
26431   algorithm: "plot_throughput_speedup_analysis"
26432   output-file-type: ".html"
26433   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
26434   data: "plot-throughput-speedup-analysis-3n-hsw"
26435   filter: "'NIC_Intel-X520_DA2' and
26436            '64B' and
26437            'ENCAP' and
26438            'NDRPDR' and
26439            ('VXLAN' or 'LISP') and
26440            not 'VHOST' and
26441            not 'IPSECHW'"
26442   parameters:
26443   - "throughput"
26444   - "parent"
26445   - "tags"
26446   sort:
26447   - "not DOT1Q"
26448   - "VXLAN_1"
26449   - "VXLAN_10"
26450   - "VXLAN_100"
26451   - "VXLAN_1000"
26452   layout:
26453     title: "ip4tun-3n-hsw-x520-64b-base_and_scale-pdr"
26454     layout: "plot-throughput-speedup-analysis"
26455
26456 # Speedup - VPP IPv4 Tunnels 3n-hsw-x520 - features
26457 -
26458   type: "plot"
26459   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
26460   algorithm: "plot_throughput_speedup_analysis"
26461   output-file-type: ".html"
26462   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
26463   data: "plot-throughput-speedup-analysis-3n-hsw"
26464   filter: "'NIC_Intel-X520-DA2' and
26465            '64B' and
26466            'ENCAP' and
26467            'NDRPDR' and
26468            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
26469            not 'DOT1Q' and
26470            not 'VHOST' and
26471            not 'IPSECHW'"
26472   parameters:
26473   - "throughput"
26474   - "parent"
26475   - "tags"
26476   sort:
26477   - "L2BDMACLRN"
26478   - "L2XCFWD"
26479   - "LISP"
26480   layout:
26481     title: "ip4tun-3n-hsw-x520-64b-base_and_features-ndr"
26482     layout: "plot-throughput-speedup-analysis"
26483
26484 -
26485   type: "plot"
26486   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
26487   algorithm: "plot_throughput_speedup_analysis"
26488   output-file-type: ".html"
26489   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
26490   data: "plot-throughput-speedup-analysis-3n-hsw"
26491   filter: "'NIC_Intel-X520-DA2' and
26492            '64B' and
26493            'ENCAP' and
26494            'NDRPDR' and
26495            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
26496            not 'DOT1Q' and
26497            not 'VHOST' and
26498            not 'IPSECHW'"
26499   parameters:
26500   - "throughput"
26501   - "parent"
26502   - "tags"
26503   sort:
26504   - "L2BDMACLRN"
26505   - "L2XCFWD"
26506   - "LISP"
26507   layout:
26508     title: "ip4tun-3n-hsw-x520-64b-base_and_features-pdr"
26509     layout: "plot-throughput-speedup-analysis"
26510
26511 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710
26512 -
26513   type: "plot"
26514   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
26515   algorithm: "plot_throughput_speedup_analysis"
26516   output-file-type: ".html"
26517   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
26518   data: "plot-throughput-speedup-analysis-3n-hsw"
26519   filter: "'NIC_Intel-X710' and
26520            '64B' and
26521            'ENCAP' and
26522            'NDRPDR' and
26523            ('VXLAN' or 'LISP') and
26524            not 'VHOST' and
26525            not 'IPSECHW'"
26526   parameters:
26527   - "throughput"
26528   - "parent"
26529   - "tags"
26530   sort:
26531   - "LISP"
26532   - "VXLAN_1"
26533   - "VXLAN_10"
26534   - "VXLAN_100"
26535   - "VXLAN_1000"
26536   layout:
26537     title: "ip4tun-3n-hsw-x710-64b-base_and_scale-ndr"
26538     layout: "plot-throughput-speedup-analysis"
26539
26540 -
26541   type: "plot"
26542   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
26543   algorithm: "plot_throughput_speedup_analysis"
26544   output-file-type: ".html"
26545   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
26546   data: "plot-throughput-speedup-analysis-3n-hsw"
26547   filter: "'NIC_Intel-X710' and
26548            '64B' and
26549            'ENCAP' and
26550            'NDRPDR' and
26551            ('VXLAN' or 'LISP') and
26552            not 'VHOST' and
26553            not 'IPSECHW'"
26554   parameters:
26555   - "throughput"
26556   - "parent"
26557   - "tags"
26558   sort:
26559   - "LISP"
26560   - "VXLAN_1"
26561   - "VXLAN_10"
26562   - "VXLAN_100"
26563   - "VXLAN_1000"
26564   layout:
26565     title: "ip4tun-3n-hsw-x710-64b-base_and_scale-pdr"
26566     layout: "plot-throughput-speedup-analysis"
26567
26568 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710 - features
26569 -
26570   type: "plot"
26571   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
26572   algorithm: "plot_throughput_speedup_analysis"
26573   output-file-type: ".html"
26574   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
26575   data: "plot-throughput-speedup-analysis-3n-hsw"
26576   filter: "'NIC_Intel-X710' and
26577            '64B' and
26578            'ENCAP' and
26579            'NDRPDR' and
26580            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
26581            not 'DOT1Q' and
26582            not 'VHOST' and
26583            not 'IPSECHW'"
26584   parameters:
26585   - "throughput"
26586   - "parent"
26587   - "tags"
26588   sort:
26589   - "L2BDMACLRN"
26590   - "L2XCFWD"
26591   - "LISP"
26592   layout:
26593     title: "ip4tun-3n-hsw-x710-64b-base_and_features-ndr"
26594     layout: "plot-throughput-speedup-analysis"
26595
26596 -
26597   type: "plot"
26598   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
26599   algorithm: "plot_throughput_speedup_analysis"
26600   output-file-type: ".html"
26601   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
26602   data: "plot-throughput-speedup-analysis-3n-hsw"
26603   filter: "'NIC_Intel-X710' and
26604            '64B' and
26605            'ENCAP' and
26606            'NDRPDR' and
26607            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
26608            not 'DOT1Q' and
26609            not 'VHOST' and
26610            not 'IPSECHW'"
26611   parameters:
26612   - "throughput"
26613   - "parent"
26614   - "tags"
26615   sort:
26616   - "L2BDMACLRN"
26617   - "L2XCFWD"
26618   - "LISP"
26619   layout:
26620     title: "ip4tun-3n-hsw-x710-64b-base_and_features-pdr"
26621     layout: "plot-throughput-speedup-analysis"
26622
26623 # Speedup - VPP IPv4 Tunnels 3n-skx-x710
26624 -
26625   type: "plot"
26626   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
26627   algorithm: "plot_throughput_speedup_analysis"
26628   output-file-type: ".html"
26629   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
26630   data: "plot-throughput-speedup-analysis-3n-skx"
26631   filter: "'NIC_Intel-X710' and
26632            '64B' and
26633            'ENCAP' and
26634            'NDRPDR' and
26635            'VXLAN' and
26636            'L2BDMACLRN' and
26637            not 'VHOST' and
26638            not 'IPSECHW'"
26639   parameters:
26640   - "throughput"
26641   - "parent"
26642   - "tags"
26643   sort:
26644   - "LISP"
26645   - "VXLAN_1"
26646   - "VXLAN_10"
26647   - "VXLAN_100"
26648   - "VXLAN_1000"
26649   layout:
26650     title: "ip4tun-3n-skx-x710-64b-base_and_scale-ndr"
26651     layout: "plot-throughput-speedup-analysis"
26652
26653 -
26654   type: "plot"
26655   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
26656   algorithm: "plot_throughput_speedup_analysis"
26657   output-file-type: ".html"
26658   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
26659   data: "plot-throughput-speedup-analysis-3n-skx"
26660   filter: "'NIC_Intel-X710' and
26661            '64B' and
26662            'ENCAP' and
26663            'NDRPDR' and
26664            'VXLAN' and
26665            'L2BDMACLRN' and
26666            not 'VHOST' and
26667            not 'IPSECHW'"
26668   parameters:
26669   - "throughput"
26670   - "parent"
26671   - "tags"
26672   sort:
26673   - "LISP"
26674   - "VXLAN_1"
26675   - "VXLAN_10"
26676   - "VXLAN_100"
26677   - "VXLAN_1000"
26678   layout:
26679     title: "ip4tun-3n-skx-x710-64b-base_and_scale-pdr"
26680     layout: "plot-throughput-speedup-analysis"
26681
26682 # Speedup - VPP IPv4 Tunnels 3n-skx-x710 - features
26683 -
26684   type: "plot"
26685   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
26686   algorithm: "plot_throughput_speedup_analysis"
26687   output-file-type: ".html"
26688   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
26689   data: "plot-throughput-speedup-analysis-3n-skx"
26690   filter: "'NIC_Intel-X710' and
26691            '64B' and
26692            'ENCAP' and
26693            'NDRPDR' and
26694            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
26695            not 'DOT1Q' and
26696            not 'VHOST' and
26697            not 'IPSECHW'"
26698   parameters:
26699   - "throughput"
26700   - "parent"
26701   - "tags"
26702   sort:
26703   - "L2BDMACLRN"
26704   - "L2XCFWD"
26705   - "LISP"
26706   layout:
26707     title: "ip4tun-3n-skx-x710-64b-base_and_features-ndr"
26708     layout: "plot-throughput-speedup-analysis"
26709
26710 -
26711   type: "plot"
26712   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
26713   algorithm: "plot_throughput_speedup_analysis"
26714   output-file-type: ".html"
26715   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
26716   data: "plot-throughput-speedup-analysis-3n-skx"
26717   filter: "'NIC_Intel-X710' and
26718            '64B' and
26719            'ENCAP' and
26720            'NDRPDR' and
26721            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
26722            not 'DOT1Q' and
26723            not 'VHOST' and
26724            not 'IPSECHW'"
26725   parameters:
26726   - "throughput"
26727   - "parent"
26728   - "tags"
26729   sort:
26730   - "L2BDMACLRN"
26731   - "L2XCFWD"
26732   - "LISP"
26733   layout:
26734     title: "ip4tun-3n-skx-x710-64b-base_and_features-pdr"
26735     layout: "plot-throughput-speedup-analysis"
26736
26737 ################################################################################
26738
26739 # Speedup - VPP IPv6 3n-hsw-x520
26740 -
26741   type: "plot"
26742   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
26743   algorithm: "plot_throughput_speedup_analysis"
26744   output-file-type: ".html"
26745   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
26746   data: "plot-throughput-speedup-analysis-3n-hsw"
26747   filter: "'NIC_Intel-X520-DA2' and
26748            '78B' and
26749            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26750            'NDRPDR' and
26751            'IP6FWD' and
26752            not 'SRv6' and
26753            not 'IPSEC' and
26754            not 'VHOST'"
26755   parameters:
26756   - "throughput"
26757   - "parent"
26758   - "tags"
26759   sort:
26760   - "IP6BASE"
26761   - "FIB_20K"
26762   - "FIB_200K"
26763   - "FIB_2M"
26764   layout:
26765     title: "ip6-3n-hsw-x520-78b-base_and_scale-ndr"
26766     layout: "plot-throughput-speedup-analysis"
26767
26768 -
26769   type: "plot"
26770   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
26771   algorithm: "plot_throughput_speedup_analysis"
26772   output-file-type: ".html"
26773   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
26774   data: "plot-throughput-speedup-analysis-3n-hsw"
26775   filter: "'NIC_Intel-X520-DA2' and
26776            '78B' and
26777            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26778            'NDRPDR' and
26779            'IP6FWD' and
26780            not 'SRv6' and
26781            not 'IPSEC' and
26782            not 'VHOST'"
26783   parameters:
26784   - "throughput"
26785   - "parent"
26786   - "tags"
26787   sort:
26788   - "IP6BASE"
26789   - "FIB_20K"
26790   - "FIB_200K"
26791   - "FIB_2M"
26792   layout:
26793     title: "ip6-3n-hsw-x520-78b-base_and_scale-pdr"
26794     layout: "plot-throughput-speedup-analysis"
26795
26796 # Speedup - VPP IPv6 3n-hsw-x520 features
26797 -
26798   type: "plot"
26799   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_features-ndr-tsa"
26800   algorithm: "plot_throughput_speedup_analysis"
26801   output-file-type: ".html"
26802   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_features-ndr-tsa"
26803   data: "plot-throughput-speedup-analysis-3n-hsw"
26804   filter: "'NIC_Intel-X520-DA2' and
26805            '78B' and
26806            ('IP6BASE' or
26807             'POLICE_MARK' or
26808             'COPWHLIST' or
26809             'IACLDST') and
26810            'NDRPDR' and
26811            'IP6FWD' and
26812            not 'SRv6' and
26813            not 'IPSEC' and
26814            not 'VHOST'"
26815   parameters:
26816   - "throughput"
26817   - "parent"
26818   - "tags"
26819   sort:
26820   - "IP6BASE"
26821   - "POLICE_MARK"
26822   - "COPWHLIST"
26823   - "IACLDST"
26824   layout:
26825     title: "ip6-3n-hsw-x520-78b-base_and_features-ndr"
26826     layout: "plot-throughput-speedup-analysis"
26827
26828 -
26829   type: "plot"
26830   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_features-pdr-tsa"
26831   algorithm: "plot_throughput_speedup_analysis"
26832   output-file-type: ".html"
26833   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_features-pdr-tsa"
26834   data: "plot-throughput-speedup-analysis-3n-hsw"
26835   filter: "'NIC_Intel-X520-DA2' and
26836            '78B' and
26837            ('IP6BASE' or
26838             'POLICE_MARK' or
26839             'COPWHLIST' or
26840             'IACLDST') and
26841            'NDRPDR' and
26842            'IP6FWD' and
26843            not 'SRv6' and
26844            not 'IPSEC' and
26845            not 'VHOST'"
26846   parameters:
26847   - "throughput"
26848   - "parent"
26849   - "tags"
26850   sort:
26851   - "IP6BASE"
26852   - "POLICE_MARK"
26853   - "COPWHLIST"
26854   - "IACLDST"
26855   layout:
26856     title: "ip6-3n-hsw-x520-78b-base_and_features-pdr"
26857     layout: "plot-throughput-speedup-analysis"
26858
26859 # Speedup - VPP IPv6 3n-hsw-x710
26860 -
26861   type: "plot"
26862   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
26863   algorithm: "plot_throughput_speedup_analysis"
26864   output-file-type: ".html"
26865   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
26866   data: "plot-throughput-speedup-analysis-3n-hsw"
26867   filter: "'NIC_Intel-X710' and
26868            '78B' and
26869            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26870            'NDRPDR' and
26871            'IP6FWD' and
26872            not 'SRv6' and
26873            not 'IPSEC' and
26874            not 'VHOST'"
26875   parameters:
26876   - "throughput"
26877   - "parent"
26878   - "tags"
26879   sort:
26880   - "IP6BASE"
26881   - "FIB_20K"
26882   - "FIB_200K"
26883   - "FIB_2M"
26884   layout:
26885     title: "ip6-3n-hsw-x710-78b-base_and_scale-ndr"
26886     layout: "plot-throughput-speedup-analysis"
26887
26888 -
26889   type: "plot"
26890   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
26891   algorithm: "plot_throughput_speedup_analysis"
26892   output-file-type: ".html"
26893   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
26894   data: "plot-throughput-speedup-analysis-3n-hsw"
26895   filter: "'NIC_Intel-X710' and
26896            '78B' and
26897            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26898            'NDRPDR' and
26899            'IP6FWD' and
26900            not 'SRv6' and
26901            not 'IPSEC' and
26902            not 'VHOST'"
26903   parameters:
26904   - "throughput"
26905   - "parent"
26906   - "tags"
26907   sort:
26908   - "IP6BASE"
26909   - "FIB_20K"
26910   - "FIB_200K"
26911   - "FIB_2M"
26912   layout:
26913     title: "ip6-3n-hsw-x710-78b-base_and_scale-pdr"
26914     layout: "plot-throughput-speedup-analysis"
26915
26916 # Speedup - VPP IPv6 3n-hsw-x710 features
26917 -
26918   type: "plot"
26919   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
26920   algorithm: "plot_throughput_speedup_analysis"
26921   output-file-type: ".html"
26922   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
26923   data: "plot-throughput-speedup-analysis-3n-hsw"
26924   filter: "'NIC_Intel-X710' and
26925            '78B' and
26926            ('IP6BASE' or
26927             'POLICE_MARK' or
26928             'COPWHLIST' or
26929             'IACLDST') and
26930            'NDRPDR' and
26931            'IP6FWD' and
26932            not 'SRv6' and
26933            not 'IPSEC' and
26934            not 'VHOST'"
26935   parameters:
26936   - "throughput"
26937   - "parent"
26938   - "tags"
26939   sort:
26940   - "IP6BASE"
26941   - "POLICE_MARK"
26942   - "COPWHLIST"
26943   - "IACLDST"
26944   layout:
26945     title: "ip6-3n-hsw-x710-78b-base_and_features-ndr"
26946     layout: "plot-throughput-speedup-analysis"
26947
26948 -
26949   type: "plot"
26950   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
26951   algorithm: "plot_throughput_speedup_analysis"
26952   output-file-type: ".html"
26953   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
26954   data: "plot-throughput-speedup-analysis-3n-hsw"
26955   filter: "'NIC_Intel-X710' and
26956            '78B' and
26957            ('IP6BASE' or
26958             'POLICE_MARK' or
26959             'COPWHLIST' or
26960             'IACLDST') and
26961            'NDRPDR' and
26962            'IP6FWD' and
26963            not 'SRv6' and
26964            not 'IPSEC' and
26965            not 'VHOST'"
26966   parameters:
26967   - "throughput"
26968   - "parent"
26969   - "tags"
26970   sort:
26971   - "IP6BASE"
26972   - "POLICE_MARK"
26973   - "COPWHLIST"
26974   - "IACLDST"
26975   layout:
26976     title: "ip6-3n-hsw-x710-78b-base_and_features-pdr"
26977     layout: "plot-throughput-speedup-analysis"
26978
26979 # Speedup - VPP IPv6 3n-hsw-xl710
26980 -
26981   type: "plot"
26982   title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa"
26983   algorithm: "plot_throughput_speedup_analysis"
26984   output-file-type: ".html"
26985   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa"
26986   data: "plot-throughput-speedup-analysis-3n-hsw"
26987   filter: "'NIC_Intel-XL710' and
26988            '78B' and
26989            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26990            'NDRPDR' and
26991            'IP6FWD' and
26992            not 'SRv6' and
26993            not 'IPSEC' and
26994            not 'VHOST'"
26995   parameters:
26996   - "throughput"
26997   - "parent"
26998   - "tags"
26999   sort:
27000   - "IP6BASE"
27001   - "FIB_20K"
27002   - "FIB_200K"
27003   - "FIB_2M"
27004   layout:
27005     title: "ip6-3n-hsw-xl710-78b-base_and_scale-ndr"
27006     layout: "plot-throughput-speedup-analysis"
27007
27008 -
27009   type: "plot"
27010   title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa"
27011   algorithm: "plot_throughput_speedup_analysis"
27012   output-file-type: ".html"
27013   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa"
27014   data: "plot-throughput-speedup-analysis-3n-hsw"
27015   filter: "'NIC_Intel-XL710' and
27016            '78B' and
27017            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
27018            'NDRPDR' and
27019            'IP6FWD' and
27020            not 'SRv6' and
27021            not 'IPSEC' and
27022            not 'VHOST'"
27023   parameters:
27024   - "throughput"
27025   - "parent"
27026   - "tags"
27027   sort:
27028   - "IP6BASE"
27029   - "FIB_20K"
27030   - "FIB_200K"
27031   - "FIB_2M"
27032   layout:
27033     title: "ip6-3n-hsw-xl710-78b-base_and_scale-pdr"
27034     layout: "plot-throughput-speedup-analysis"
27035
27036 # Speedup - VPP IPv6 3n-skx-x710
27037 -
27038   type: "plot"
27039   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
27040   algorithm: "plot_throughput_speedup_analysis"
27041   output-file-type: ".html"
27042   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
27043   data: "plot-throughput-speedup-analysis-3n-skx"
27044   filter: "'NIC_Intel-X710' and
27045            '78B' and
27046            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
27047            'NDRPDR' and
27048            'IP6FWD' and
27049            not 'SRv6' and
27050            not 'IPSEC' and
27051            not 'VHOST'"
27052   parameters:
27053   - "throughput"
27054   - "parent"
27055   - "tags"
27056   sort:
27057   - "IP6BASE"
27058   - "FIB_20K"
27059   - "FIB_200K"
27060   - "FIB_2M"
27061   layout:
27062     title: "ip6-3n-skx-x710-78b-base_and_scale-ndr"
27063     layout: "plot-throughput-speedup-analysis"
27064
27065 -
27066   type: "plot"
27067   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
27068   algorithm: "plot_throughput_speedup_analysis"
27069   output-file-type: ".html"
27070   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
27071   data: "plot-throughput-speedup-analysis-3n-skx"
27072   filter: "'NIC_Intel-X710' and
27073            '78B' and
27074            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
27075            'NDRPDR' and
27076            'IP6FWD' and
27077            not 'SRv6' and
27078            not 'IPSEC' and
27079            not 'VHOST'"
27080   parameters:
27081   - "throughput"
27082   - "parent"
27083   - "tags"
27084   sort:
27085   - "IP6BASE"
27086   - "FIB_20K"
27087   - "FIB_200K"
27088   - "FIB_2M"
27089   layout:
27090     title: "ip6-3n-skx-x710-78b-base_and_scale-pdr"
27091     layout: "plot-throughput-speedup-analysis"
27092
27093 # Speedup - VPP IPv6 3n-skx-x710 features
27094 -
27095   type: "plot"
27096   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
27097   algorithm: "plot_throughput_speedup_analysis"
27098   output-file-type: ".html"
27099   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
27100   data: "plot-throughput-speedup-analysis-3n-skx"
27101   filter: "'NIC_Intel-X710' and
27102            '78B' and
27103            ('IP6BASE' or
27104             'POLICE_MARK' or
27105             'COPWHLIST' or
27106             'IACLDST') and
27107            'NDRPDR' and
27108            'IP6FWD' and
27109            not 'SRv6' and
27110            not 'IPSEC' and
27111            not 'VHOST'"
27112   parameters:
27113   - "throughput"
27114   - "parent"
27115   - "tags"
27116   sort:
27117   - "IP6BASE"
27118   - "POLICE_MARK"
27119   - "COPWHLIST"
27120   - "IACLDST"
27121   layout:
27122     title: "ip6-3n-skx-x710-78b-base_and_scale-ndr"
27123     layout: "plot-throughput-speedup-analysis"
27124
27125 -
27126   type: "plot"
27127   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
27128   algorithm: "plot_throughput_speedup_analysis"
27129   output-file-type: ".html"
27130   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
27131   data: "plot-throughput-speedup-analysis-3n-skx"
27132   filter: "'NIC_Intel-X710' and
27133            '78B' and
27134            ('IP6BASE' or
27135             'POLICE_MARK' or
27136             'COPWHLIST' or
27137             'IACLDST') and
27138            'NDRPDR' and
27139            'IP6FWD' and
27140            not 'SRv6' and
27141            not 'IPSEC' and
27142            not 'VHOST'"
27143   parameters:
27144   - "throughput"
27145   - "parent"
27146   - "tags"
27147   sort:
27148   - "IP6BASE"
27149   - "POLICE_MARK"
27150   - "COPWHLIST"
27151   - "IACLDST"
27152   layout:
27153     title: "ip6-3n-skx-x710-78b-base_and_scale-pdr"
27154     layout: "plot-throughput-speedup-analysis"
27155
27156 # Speedup - VPP IPv6 2n-skx-x710
27157 -
27158   type: "plot"
27159   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
27160   algorithm: "plot_throughput_speedup_analysis"
27161   output-file-type: ".html"
27162   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
27163   data: "plot-throughput-speedup-analysis-2n-skx"
27164   filter: "'NIC_Intel-X710' and
27165            '78B' and
27166            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
27167            'NDRPDR' and
27168            'IP6FWD' and
27169            not 'SRv6' and
27170            not 'IPSEC' and
27171            not 'VHOST'"
27172   parameters:
27173   - "throughput"
27174   - "parent"
27175   - "tags"
27176   sort:
27177   - "IP6BASE"
27178   - "FIB_20k"
27179   - "FIB_200k"
27180   - "FIB_2M"
27181   layout:
27182     title: "ip6-2n-skx-x710-78b-base_and_scale-ndr"
27183     layout: "plot-throughput-speedup-analysis"
27184
27185 -
27186   type: "plot"
27187   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
27188   algorithm: "plot_throughput_speedup_analysis"
27189   output-file-type: ".html"
27190   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
27191   data: "plot-throughput-speedup-analysis-2n-skx"
27192   filter: "'NIC_Intel-X710' and
27193            '78B' and
27194            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
27195            'NDRPDR' and
27196            'IP6FWD' and
27197            not 'SRv6' and
27198            not 'IPSEC' and
27199            not 'VHOST'"
27200   parameters:
27201   - "throughput"
27202   - "parent"
27203   - "tags"
27204   sort:
27205   - "IP6BASE"
27206   - "FIB_20k"
27207   - "FIB_200k"
27208   - "FIB_2M"
27209   layout:
27210     title: "ip6-2n-skx-x710-78b-base_and_scale-pdr"
27211     layout: "plot-throughput-speedup-analysis"
27212
27213 # Speedup - VPP IPv6 2n-skx-xxv710
27214 -
27215   type: "plot"
27216   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
27217   algorithm: "plot_throughput_speedup_analysis"
27218   output-file-type: ".html"
27219   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
27220   data: "plot-throughput-speedup-analysis-2n-skx"
27221   filter: "'NIC_Intel-XXV710' and
27222            '78B' and
27223            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
27224            'NDRPDR' and
27225            'IP6FWD' and
27226            not 'SRv6' and
27227            not 'IPSEC' and
27228            not 'VHOST'"
27229   parameters:
27230   - "throughput"
27231   - "parent"
27232   - "tags"
27233   sort:
27234   - "IP6BASE"
27235   - "FIB_20k"
27236   - "FIB_200k"
27237   - "FIB_2M"
27238   layout:
27239     title: "ip6-2n-skx-xxv710-78b-base_and_scale-ndr"
27240     layout: "plot-throughput-speedup-analysis"
27241
27242 -
27243   type: "plot"
27244   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
27245   algorithm: "plot_throughput_speedup_analysis"
27246   output-file-type: ".html"
27247   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
27248   data: "plot-throughput-speedup-analysis-2n-skx"
27249   filter: "'NIC_Intel-XXV710' and
27250            '78B' and
27251            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
27252            'NDRPDR' and
27253            'IP6FWD' and
27254            not 'SRv6' and
27255            not 'IPSEC' and
27256            not 'VHOST'"
27257   parameters:
27258   - "throughput"
27259   - "parent"
27260   - "tags"
27261   sort:
27262   - "IP6BASE"
27263   - "FIB_20k"
27264   - "FIB_200k"
27265   - "FIB_2M"
27266   layout:
27267     title: "ip6-2n-skx-xxv710-78b-base_and_scale-pdr"
27268     layout: "plot-throughput-speedup-analysis"
27269
27270 # Speedup - VPP IPv6 2n-dnv-x553 base
27271 -
27272   type: "plot"
27273   title: "Speedup: ip6-2n-dnv-x553-78b-base-ndr-tsa"
27274   algorithm: "plot_throughput_speedup_analysis"
27275   output-file-type: ".html"
27276   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-base-ndr-tsa"
27277   data: "intel-dnv-vpp"
27278   filter: "'NIC_Intel-X553' and
27279            '78B' and
27280            'IP6BASE' and
27281            'NDRPDR' and
27282            'IP6FWD' and
27283            not 'SRv6' and
27284            not 'IPSEC' and
27285            not 'VHOST'"
27286   parameters:
27287   - "throughput"
27288   - "parent"
27289   - "tags"
27290   sort:
27291   - "IP6BASE"
27292   layout:
27293     title: "ip6-2n-dnv-x553-78b-base-ndr"
27294     layout: "plot-throughput-speedup-analysis"
27295
27296 -
27297   type: "plot"
27298   title: "Speedup: ip6-2n-dnv-x553-78b-base-pdr-tsa"
27299   algorithm: "plot_throughput_speedup_analysis"
27300   output-file-type: ".html"
27301   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-base-pdr-tsa"
27302   data: "intel-dnv-vpp"
27303   filter: "'NIC_Intel-X553' and
27304            '78B' and
27305            'IP6BASE' and
27306            'NDRPDR' and
27307            'IP6FWD' and
27308            not 'SRv6' and
27309            not 'IPSEC' and
27310            not 'VHOST'"
27311   parameters:
27312   - "throughput"
27313   - "parent"
27314   - "tags"
27315   sort:
27316   - "IP6BASE"
27317   layout:
27318     title: "ip6-2n-dnv-x553-78b-base-pdr"
27319     layout: "plot-throughput-speedup-analysis"
27320
27321 ################################################################################
27322
27323 # Speedup - VPP IPv6 tunnels 3n-hsw-x520
27324 -
27325   type: "plot"
27326   title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
27327   algorithm: "plot_throughput_speedup_analysis"
27328   output-file-type: ".html"
27329   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
27330   data: "plot-throughput-speedup-analysis-3n-hsw"
27331   filter: "'NIC_Intel-X520-DA2' and
27332            '78B' and
27333            'ENCAP' and
27334            'NDRPDR' and
27335            'LISP' and
27336            not 'VHOST'"
27337   parameters:
27338   - "throughput"
27339   - "parent"
27340   - "tags"
27341   sort:
27342   - "IP4UNRLAY"
27343   - "IP6UNRLAY"
27344   layout:
27345     title: "ip6tun-3n-hsw-x520-78b-base_and_scale-ndr"
27346     layout: "plot-throughput-speedup-analysis"
27347
27348 -
27349   type: "plot"
27350   title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
27351   algorithm: "plot_throughput_speedup_analysis"
27352   output-file-type: ".html"
27353   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
27354   data: "plot-throughput-speedup-analysis-3n-hsw"
27355   filter: "'NIC_Intel-X520-DA2' and
27356            '78B' and
27357            'ENCAP' and
27358            'NDRPDR' and
27359            'LISP' and
27360            not 'VHOST'"
27361   parameters:
27362   - "throughput"
27363   - "parent"
27364   - "tags"
27365   sort:
27366   - "IP4UNRLAY"
27367   - "IP6UNRLAY"
27368   layout:
27369     title: "ip6tun-3n-hsw-x520-78b-base_and_scale-pdr"
27370     layout: "plot-throughput-speedup-analysis"
27371
27372 ################################################################################
27373
27374 # Speedup - VPP IPSec 3n-hsw-xl710 base
27375 -
27376   type: "plot"
27377   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
27378   algorithm: "plot_throughput_speedup_analysis"
27379   output-file-type: ".html"
27380   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
27381   data: "plot-throughput-speedup-analysis-3n-hsw"
27382   filter: "'NIC_Intel-XL710' and
27383            '64B' and
27384            'IP4FWD' and
27385            'NDRPDR' and
27386            'BASE' and
27387            'IPSECHW' and
27388            ('IPSECTRAN' or 'IPSECTUN') and
27389            not 'VHOST'"
27390   parameters:
27391   - "throughput"
27392   - "parent"
27393   - "tags"
27394   layout:
27395     title: "ipsec-3n-hsw-xl710-64b-base-ndr"
27396     layout: "plot-throughput-speedup-analysis"
27397
27398 -
27399   type: "plot"
27400   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
27401   algorithm: "plot_throughput_speedup_analysis"
27402   output-file-type: ".html"
27403   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
27404   data: "plot-throughput-speedup-analysis-3n-hsw"
27405   filter: "'NIC_Intel-XL710' and
27406            '64B' and
27407            'IP4FWD' and
27408            'NDRPDR' and
27409            'BASE' and
27410            'IPSECHW' and
27411            ('IPSECTRAN' or 'IPSECTUN') and
27412            not 'VHOST'"
27413   parameters:
27414   - "throughput"
27415   - "parent"
27416   - "tags"
27417   layout:
27418     title: "ipsec-3n-hsw-xl710-64b-base-pdr"
27419     layout: "plot-throughput-speedup-analysis"
27420
27421 # Speedup - VPP IPSec 3n-hsw-xl710 scale
27422 -
27423   type: "plot"
27424   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
27425   algorithm: "plot_throughput_speedup_analysis"
27426   output-file-type: ".html"
27427   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
27428   data: "plot-throughput-speedup-analysis-3n-hsw"
27429   filter: "'NIC_Intel-XL710' and
27430            '64B' and
27431            'IP4FWD' and
27432            'NDRPDR' and
27433            'SCALE' and
27434            'IPSECHW' and
27435            ('IPSECTRAN' or 'IPSECTUN') and
27436            not 'VHOST'"
27437   parameters:
27438   - "throughput"
27439   - "parent"
27440   - "tags"
27441   layout:
27442     title: "ipsec-3n-hsw-xl710-64b-scale-ndr"
27443     layout: "plot-throughput-speedup-analysis"
27444
27445 -
27446   type: "plot"
27447   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
27448   algorithm: "plot_throughput_speedup_analysis"
27449   output-file-type: ".html"
27450   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
27451   data: "plot-throughput-speedup-analysis-3n-hsw"
27452   filter: "'NIC_Intel-XL710' and
27453            '64B' and
27454            'IP4FWD' and
27455            'NDRPDR' and
27456            'SCALE' and
27457            'IPSECHW' and
27458            ('IPSECTRAN' or 'IPSECTUN') and
27459            not 'VHOST'"
27460   parameters:
27461   - "throughput"
27462   - "parent"
27463   - "tags"
27464   layout:
27465     title: "ipsec-3n-hsw-xl710-64b-scale-pdr"
27466     layout: "plot-throughput-speedup-analysis"
27467
27468 # Speedup - VPP IPSec 3n-hsw-xl710 sw
27469 -
27470   type: "plot"
27471   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
27472   algorithm: "plot_throughput_speedup_analysis"
27473   output-file-type: ".html"
27474   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
27475   data: "plot-throughput-speedup-analysis-3n-hsw"
27476   filter: "'NIC_Intel-XL710' and
27477            '64B' and
27478            'IP4FWD' and
27479            'NDRPDR' and
27480            'IPSECSW' and
27481            ('IPSECTRAN' or 'IPSECTUN') and
27482            not 'VHOST'"
27483   parameters:
27484   - "throughput"
27485   - "parent"
27486   - "tags"
27487   layout:
27488     title: "ipsec-3n-hsw-xl710-64b-sw-ndr"
27489     layout: "plot-throughput-speedup-analysis"
27490
27491 -
27492   type: "plot"
27493   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
27494   algorithm: "plot_throughput_speedup_analysis"
27495   output-file-type: ".html"
27496   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
27497   data: "plot-throughput-speedup-analysis-3n-hsw"
27498   filter: "'NIC_Intel-XL710' and
27499            '64B' and
27500            'IP4FWD' and
27501            'NDRPDR' and
27502            'IPSECSW' and
27503            ('IPSECTRAN' or 'IPSECTUN') and
27504            not 'VHOST'"
27505   parameters:
27506   - "throughput"
27507   - "parent"
27508   - "tags"
27509   layout:
27510     title: "ipsec-3n-hsw-xl710-64b-sw-pdr"
27511     layout: "plot-throughput-speedup-analysis"
27512
27513 ################################################################################
27514
27515 # Speedup - VPP SRv6 3n-hsw-x520
27516 -
27517   type: "plot"
27518   title: "Speedup: srv6-3n-hsw-x520-78b-features-ndr-tsa"
27519   algorithm: "plot_throughput_speedup_analysis"
27520   output-file-type: ".html"
27521   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-ndr-tsa"
27522   data: "plot-throughput-speedup-analysis-3n-hsw"
27523   filter: "'NIC_Intel-X520-DA2' and
27524            '78B' and
27525            'FEATURE' and
27526            'NDRPDR' and
27527            'IP6FWD' and
27528            'SRv6'"
27529   parameters:
27530   - "throughput"
27531   - "parent"
27532   - "tags"
27533   layout:
27534     title: "srv6-3n-hsw-x520-78b-features-ndr"
27535     layout: "plot-throughput-speedup-analysis"
27536
27537 -
27538   type: "plot"
27539   title: "Speedup: srv6-3n-hsw-x520-78b-features-pdr-tsa"
27540   algorithm: "plot_throughput_speedup_analysis"
27541   output-file-type: ".html"
27542   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-pdr-tsa"
27543   data: "plot-throughput-speedup-analysis-3n-hsw"
27544   filter: "'NIC_Intel-X520-DA2' and
27545            '78B' and
27546            'FEATURE' and
27547            'NDRPDR' and
27548            'IP6FWD' and
27549            'SRv6'"
27550   parameters:
27551   - "throughput"
27552   - "parent"
27553   - "tags"
27554   layout:
27555     title: "srv6-3n-hsw-x520-78b-features-pdr"
27556     layout: "plot-throughput-speedup-analysis"
27557
27558 ################################################################################
27559
27560 # Speedup - VPP L2 3n-hsw-x520 base and scale
27561 -
27562   type: "plot"
27563   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
27564   algorithm: "plot_throughput_speedup_analysis"
27565   output-file-type: ".html"
27566   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
27567   data: "plot-throughput-speedup-analysis-3n-hsw"
27568   filter: "'NIC_Intel-X520-DA2' and
27569            '64B' and
27570            ('BASE' or 'SCALE') and
27571            'NDRPDR' and
27572            'ETH' and
27573            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27574            not 'VHOST' and
27575            not 'MEMIF'"
27576   parameters:
27577   - "throughput"
27578   - "parent"
27579   - "tags"
27580   sort:
27581   - "L2XCFWD"
27582   - "L2PATCH"
27583   - "L2BDMACLRN"
27584   - "FIB_10K"
27585   - "FIB_100K"
27586   - "FIB_1M"
27587   layout:
27588     title: "l2sw-3n-hsw-x520-64b-base_and_scale-ndr"
27589     layout: "plot-throughput-speedup-analysis"
27590
27591 -
27592   type: "plot"
27593   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
27594   algorithm: "plot_throughput_speedup_analysis"
27595   output-file-type: ".html"
27596   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
27597   data: "plot-throughput-speedup-analysis-3n-hsw"
27598   filter: "'NIC_Intel-X520-DA2' and
27599            '64B' and
27600            ('BASE' or 'SCALE') and
27601            'NDRPDR' and
27602            'ETH' and
27603            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27604            not 'VHOST' and
27605            not 'MEMIF'"
27606   parameters:
27607   - "throughput"
27608   - "parent"
27609   - "tags"
27610   sort:
27611   - "L2XCFWD"
27612   - "L2PATCH"
27613   - "L2BDMACLRN"
27614   - "FIB_10K"
27615   - "FIB_100K"
27616   - "FIB_1M"
27617   layout:
27618     title: "l2sw-3n-hsw-x520-64b-base_and_scale-pdr"
27619     layout: "plot-throughput-speedup-analysis"
27620
27621 # Speedup - VPP L2 3n-hsw-x520 features
27622 -
27623   type: "plot"
27624   title: "Speedup: l2sw-3n-hsw-x520-64b-features-ndr-tsa"
27625   algorithm: "plot_throughput_speedup_analysis"
27626   output-file-type: ".html"
27627   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-ndr-tsa"
27628   data: "plot-throughput-speedup-analysis-3n-hsw"
27629   filter: "'NIC_Intel-X520-DA2' and
27630            '64B' and
27631            'NDRPDR' and
27632            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
27633            not 'ACL' and
27634            not 'VHOST' and
27635            not 'MEMIF'"
27636   parameters:
27637   - "throughput"
27638   - "parent"
27639   - "tags"
27640   sort:
27641   - "L2XCBASE"    # l2xcbase
27642   - "L2BDBASE"    # l2bdbase
27643   - "L2XCFWD"     # dot1q-l2xcbase
27644   - "L2BDMACLRN"  # dot1q-l2bdbase
27645   layout:
27646     title: "l2sw-3n-hsw-x520-64b-features-ndr"
27647     layout: "plot-throughput-speedup-analysis"
27648
27649 -
27650   type: "plot"
27651   title: "Speedup: l2sw-3n-hsw-x520-64b-features-pdr-tsa"
27652   algorithm: "plot_throughput_speedup_analysis"
27653   output-file-type: ".html"
27654   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-pdr-tsa"
27655   data: "plot-throughput-speedup-analysis-3n-hsw"
27656   filter: "'NIC_Intel-X520-DA2' and
27657            '64B' and
27658            'NDRPDR' and
27659            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
27660            not 'ACL' and
27661            not 'VHOST' and
27662            not 'MEMIF'"
27663   parameters:
27664   - "throughput"
27665   - "parent"
27666   - "tags"
27667   sort:
27668   - "L2XCBASE"    # l2xcbase
27669   - "L2BDBASE"    # l2bdbase
27670   - "L2XCFWD"     # dot1q-l2xcbase
27671   - "L2BDMACLRN"  # dot1q-l2bdbase
27672   layout:
27673     title: "l2sw-3n-hsw-x520-64b-features-pdr"
27674     layout: "plot-throughput-speedup-analysis"
27675
27676 # Speedup - VPP L2 3n-hsw-x710 base and scale
27677 -
27678   type: "plot"
27679   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
27680   algorithm: "plot_throughput_speedup_analysis"
27681   output-file-type: ".html"
27682   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
27683   data: "plot-throughput-speedup-analysis-3n-hsw"
27684   filter: "'NIC_Intel-X710' and
27685            '64B' and
27686            ('BASE' or 'SCALE') and
27687            'NDRPDR' and
27688            'ETH' and
27689            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27690            not 'VHOST' and
27691            not 'MEMIF' and
27692            not 'DRV_AVF'"
27693   parameters:
27694   - "throughput"
27695   - "parent"
27696   - "tags"
27697   sort:
27698   - "L2PATCH"
27699   - "L2XCBASE"
27700   - "BASE"
27701   - "FIB_10K"
27702   - "FIB_100K"
27703   - "FIB_1M"
27704   layout:
27705     title: "l2sw-3n-hsw-x710-64b-base_and_scale-ndr"
27706     layout: "plot-throughput-speedup-analysis"
27707
27708 -
27709   type: "plot"
27710   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
27711   algorithm: "plot_throughput_speedup_analysis"
27712   output-file-type: ".html"
27713   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
27714   data: "plot-throughput-speedup-analysis-3n-hsw"
27715   filter: "'NIC_Intel-X710' and
27716            '64B' and
27717            ('BASE' or 'SCALE') and
27718            'NDRPDR' and
27719            'ETH' and
27720            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27721            not 'VHOST' and
27722            not 'MEMIF' and
27723            not 'DRV_AVF'"
27724   parameters:
27725   - "throughput"
27726   - "parent"
27727   - "tags"
27728   sort:
27729   - "L2PATCH"
27730   - "L2XCBASE"
27731   - "BASE"
27732   - "FIB_10K"
27733   - "FIB_100K"
27734   - "FIB_1M"
27735   layout:
27736     title: "l2sw-3n-hsw-x710-64b-base_and_scale-pdr"
27737     layout: "plot-throughput-speedup-analysis"
27738
27739 # Speedup - VPP L2 3n-hsw-x710 features
27740 -
27741   type: "plot"
27742   title: "Speedup: l2sw-3n-hsw-x710-64b-features-ndr-tsa"
27743   algorithm: "plot_throughput_speedup_analysis"
27744   output-file-type: ".html"
27745   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-ndr-tsa"
27746   data: "plot-throughput-speedup-analysis-3n-hsw"
27747   filter: "'NIC_Intel-X710' and
27748            '64B' and
27749            'NDRPDR' and
27750            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
27751            not 'ACL' and
27752            not 'VHOST' and
27753            not 'MEMIF'"
27754   parameters:
27755   - "throughput"
27756   - "parent"
27757   - "tags"
27758   sort:
27759   - "L2XCBASE"    # l2xcbase
27760   - "L2BDBASE"    # l2bdbase
27761   - "L2XCFWD"     # dot1q-l2xcbase
27762   - "L2BDMACLRN"  # dot1q-l2bdbase
27763   layout:
27764     title: "l2sw-3n-hsw-x710-64b-features-ndr"
27765     layout: "plot-throughput-speedup-analysis"
27766
27767 -
27768   type: "plot"
27769   title: "Speedup: l2sw-3n-hsw-x710-64b-features-pdr-tsa"
27770   algorithm: "plot_throughput_speedup_analysis"
27771   output-file-type: ".html"
27772   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-pdr-tsa"
27773   data: "plot-throughput-speedup-analysis-3n-hsw"
27774   filter: "'NIC_Intel-X710' and
27775            '64B' and
27776            'NDRPDR' and
27777            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
27778            not 'ACL' and
27779            not 'VHOST' and
27780            not 'MEMIF'"
27781   parameters:
27782   - "throughput"
27783   - "parent"
27784   - "tags"
27785   sort:
27786   - "L2XCBASE"    # l2xcbase
27787   - "L2BDBASE"    # l2bdbase
27788   - "L2XCFWD"     # dot1q-l2xcbase
27789   - "L2BDMACLRN"  # dot1q-l2bdbase
27790   layout:
27791     title: "l2sw-3n-hsw-x710-64b-features-pdr"
27792     layout: "plot-throughput-speedup-analysis"
27793
27794 # Speedup - VPP L2 3n-hsw-xl710 base and scale
27795 -
27796   type: "plot"
27797   title: "Speedup: l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
27798   algorithm: "plot_throughput_speedup_analysis"
27799   output-file-type: ".html"
27800   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
27801   data: "plot-throughput-speedup-analysis-3n-hsw"
27802   filter: "'NIC_Intel-XL710' and
27803            '64B' and
27804            ('BASE' or 'SCALE') and
27805            'NDRPDR' and
27806            'ETH' and
27807            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27808            not 'VHOST' and
27809            not 'MEMIF'"
27810   parameters:
27811   - "throughput"
27812   - "parent"
27813   - "tags"
27814   sort:
27815   - "L2PATCH"
27816   - "L2XCBASE"
27817   - "BASE"
27818   - "FIB_10K"
27819   - "FIB_100K"
27820   - "FIB_1M"
27821   layout:
27822     title: "l2sw-3n-hsw-xl710-64b-base_and_scale-ndr"
27823     layout: "plot-throughput-speedup-analysis"
27824
27825 -
27826   type: "plot"
27827   title: "Speedup: l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
27828   algorithm: "plot_throughput_speedup_analysis"
27829   output-file-type: ".html"
27830   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
27831   data: "plot-throughput-speedup-analysis-3n-hsw"
27832   filter: "'NIC_Intel-XL710' and
27833            '64B' and
27834            ('BASE' or 'SCALE') and
27835            'NDRPDR' and
27836            'ETH' and
27837            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27838            not 'VHOST' and
27839            not 'MEMIF'"
27840   parameters:
27841   - "throughput"
27842   - "parent"
27843   - "tags"
27844   sort:
27845   - "L2PATCH"
27846   - "L2XCBASE"
27847   - "BASE"
27848   - "FIB_10K"
27849   - "FIB_100K"
27850   - "FIB_1M"
27851   layout:
27852     title: "l2sw-3n-hsw-xl710-64b-base_and_scale-pdr"
27853     layout: "plot-throughput-speedup-analysis"
27854
27855 # Speedup - VPP L2 3n-skx-x710 base and scale
27856 -
27857   type: "plot"
27858   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
27859   algorithm: "plot_throughput_speedup_analysis"
27860   output-file-type: ".html"
27861   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
27862   data: "plot-throughput-speedup-analysis-3n-skx"
27863   filter: "'NIC_Intel-X710' and
27864            '64B' and
27865            ('BASE' or 'SCALE') and
27866            'NDRPDR' and
27867            'ETH' and
27868            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27869            not 'VHOST' and
27870            not 'DRV_AVF' and
27871            not 'MEMIF'"
27872   parameters:
27873   - "throughput"
27874   - "parent"
27875   - "tags"
27876   sort:
27877   - "L2PATCH"
27878   - "L2XCBASE"
27879   - "BASE"
27880   - "FIB_10K"
27881   - "FIB_100K"
27882   - "FIB_1M"
27883   layout:
27884     title: "l2sw-3n-skx-x710-64b-base_and_scale-ndr"
27885     layout: "plot-throughput-speedup-analysis"
27886
27887 -
27888   type: "plot"
27889   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
27890   algorithm: "plot_throughput_speedup_analysis"
27891   output-file-type: ".html"
27892   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
27893   data: "plot-throughput-speedup-analysis-3n-skx"
27894   filter: "'NIC_Intel-X710' and
27895            '64B' and
27896            ('BASE' or 'SCALE') and
27897            'NDRPDR' and
27898            'ETH' and
27899            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27900            not 'VHOST' and
27901            not 'DRV_AVF' and
27902            not 'MEMIF'"
27903   parameters:
27904   - "throughput"
27905   - "parent"
27906   - "tags"
27907   sort:
27908   - "L2PATCH"
27909   - "L2XCBASE"
27910   - "BASE"
27911   - "FIB_10K"
27912   - "FIB_100K"
27913   - "FIB_1M"
27914   layout:
27915     title: "l2sw-3n-skx-x710-64b-base_and_scale-pdr"
27916     layout: "plot-throughput-speedup-analysis"
27917
27918 # Speedup - VPP L2 3n-skx-x710 features
27919 -
27920   type: "plot"
27921   title: "Speedup: l2sw-3n-skx-x710-64b-features-ndr-tsa"
27922   algorithm: "plot_throughput_speedup_analysis"
27923   output-file-type: ".html"
27924   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-ndr-tsa"
27925   data: "plot-throughput-speedup-analysis-3n-skx"
27926   filter: "'NIC_Intel-X710' and
27927            '64B' and
27928            'NDRPDR' and
27929            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
27930            not 'ACL' and
27931            not 'VHOST' and
27932            not 'MEMIF'"
27933   parameters:
27934   - "throughput"
27935   - "parent"
27936   - "tags"
27937   sort:
27938   - "L2XCBASE"    # l2xcbase
27939   - "L2BDBASE"    # l2bdbase
27940   - "L2XCFWD"     # dot1q-l2xcbase
27941   - "L2BDMACLRN"  # dot1q-l2bdbase
27942   layout:
27943     title: "l2sw-3n-skx-x710-64b-features-ndr"
27944     layout: "plot-throughput-speedup-analysis"
27945
27946 -
27947   type: "plot"
27948   title: "Speedup: l2sw-3n-skx-x710-64b-features-pdr-tsa"
27949   algorithm: "plot_throughput_speedup_analysis"
27950   output-file-type: ".html"
27951   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-pdr-tsa"
27952   data: "plot-throughput-speedup-analysis-3n-skx"
27953   filter: "'NIC_Intel-X710' and
27954            '64B' and
27955            'NDRPDR' and
27956            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
27957            not 'ACL' and
27958            not 'VHOST' and
27959            not 'MEMIF'"
27960   parameters:
27961   - "throughput"
27962   - "parent"
27963   - "tags"
27964   sort:
27965   - "L2XCBASE"    # l2xcbase
27966   - "L2BDBASE"    # l2bdbase
27967   - "L2XCFWD"     # dot1q-l2xcbase
27968   - "L2BDMACLRN"  # dot1q-l2bdbase
27969   layout:
27970     title: "l2sw-3n-skx-x710-64b-features-pdr"
27971     layout: "plot-throughput-speedup-analysis"
27972
27973 # Speedup - VPP L2 3n-skx-xxv710 base and scale
27974 -
27975   type: "plot"
27976   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
27977   algorithm: "plot_throughput_speedup_analysis"
27978   output-file-type: ".html"
27979   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
27980   data: "plot-throughput-speedup-analysis-3n-skx"
27981   filter: "'NIC_Intel-XXV710' and
27982            '64B' and
27983            ('BASE' or 'SCALE') and
27984            'NDRPDR' and
27985            'ETH' and
27986            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27987            not 'VHOST' and
27988            not 'MEMIF' and
27989            not 'DRV_AVF'"
27990   parameters:
27991   - "throughput"
27992   - "parent"
27993   - "tags"
27994   sort:
27995   - "L2PATCH"
27996   - "L2XCBASE"
27997   - "BASE"
27998   - "FIB_10K"
27999   - "FIB_100K"
28000   - "FIB_1M"
28001   layout:
28002     title: "l2sw-3n-skx-xxv710-64b-base_and_scale-ndr"
28003     layout: "plot-throughput-speedup-analysis"
28004
28005 -
28006   type: "plot"
28007   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
28008   algorithm: "plot_throughput_speedup_analysis"
28009   output-file-type: ".html"
28010   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
28011   data: "plot-throughput-speedup-analysis-3n-skx"
28012   filter: "'NIC_Intel-XXV710' and
28013            '64B' and
28014            ('BASE' or 'SCALE') and
28015            'NDRPDR' and
28016            'ETH' and
28017            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
28018            not 'VHOST' and
28019            not 'MEMIF' and
28020            not 'DRV_AVF'"
28021   parameters:
28022   - "throughput"
28023   - "parent"
28024   - "tags"
28025   sort:
28026   - "L2PATCH"
28027   - "L2XCBASE"
28028   - "BASE"
28029   - "FIB_10K"
28030   - "FIB_100K"
28031   - "FIB_1M"
28032   layout:
28033     title: "l2sw-3n-skx-xxv710-64b-base_and_scale-pdr"
28034     layout: "plot-throughput-speedup-analysis"
28035
28036 # Speedup - VPP L2 2n-skx-x710 base and scale
28037 -
28038   type: "plot"
28039   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
28040   algorithm: "plot_throughput_speedup_analysis"
28041   output-file-type: ".html"
28042   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
28043   data: "plot-throughput-speedup-analysis-2n-skx"
28044   filter: "'NIC_Intel-X710' and
28045            '64B' and
28046            ('BASE' or 'SCALE') and
28047            'NDRPDR' and
28048            'ETH' and
28049            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
28050            not 'VHOST' and
28051            not 'MEMIF'"
28052   parameters:
28053   - "throughput"
28054   - "parent"
28055   - "tags"
28056   sort:
28057   - "L2PATCH"
28058   - "L2XCBASE"
28059   - "BASE"
28060   - "FIB_10K"
28061   - "FIB_100K"
28062   - "FIB_1M"
28063   layout:
28064     title: "l2sw-2n-skx-x710-64b-base_and_scale-ndr"
28065     layout: "plot-throughput-speedup-analysis"
28066
28067 -
28068   type: "plot"
28069   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
28070   algorithm: "plot_throughput_speedup_analysis"
28071   output-file-type: ".html"
28072   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
28073   data: "plot-throughput-speedup-analysis-2n-skx"
28074   filter: "'NIC_Intel-X710' and
28075            '64B' and
28076            ('BASE' or 'SCALE') and
28077            'NDRPDR' and
28078            'ETH' and
28079            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
28080            not 'VHOST' and
28081            not 'MEMIF'"
28082   parameters:
28083   - "throughput"
28084   - "parent"
28085   - "tags"
28086   sort:
28087   - "L2PATCH"
28088   - "L2XCBASE"
28089   - "BASE"
28090   - "FIB_10K"
28091   - "FIB_100K"
28092   - "FIB_1M"
28093   layout:
28094     title: "l2sw-2n-skx-x710-64b-base_and_scale-pdr"
28095     layout: "plot-throughput-speedup-analysis"
28096
28097 # Speedup - VPP L2 2n-skx-xxv710 base and scale
28098 -
28099   type: "plot"
28100   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
28101   algorithm: "plot_throughput_speedup_analysis"
28102   output-file-type: ".html"
28103   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
28104   data: "plot-throughput-speedup-analysis-2n-skx"
28105   filter: "'NIC_Intel-XXV710' and
28106            '64B' and
28107            ('BASE' or 'SCALE') and
28108            'NDRPDR' and
28109            'ETH' and
28110            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
28111            not 'VHOST' and
28112            not 'MEMIF'"
28113   parameters:
28114   - "throughput"
28115   - "parent"
28116   - "tags"
28117   sort:
28118   - "L2PATCH"
28119   - "L2XCBASE"
28120   - "BASE"
28121   - "FIB_10K"
28122   - "FIB_100K"
28123   - "FIB_1M"
28124   layout:
28125     title: "l2sw-2n-skx-xxv710-64b-base_and_scale-ndr"
28126     layout: "plot-throughput-speedup-analysis"
28127
28128 -
28129   type: "plot"
28130   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
28131   algorithm: "plot_throughput_speedup_analysis"
28132   output-file-type: ".html"
28133   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
28134   data: "plot-throughput-speedup-analysis-2n-skx"
28135   filter: "'NIC_Intel-XXV710' and
28136            '64B' and
28137            ('BASE' or 'SCALE') and
28138            'NDRPDR' and
28139            'ETH' and
28140            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
28141            not 'VHOST' and
28142            not 'MEMIF'"
28143   parameters:
28144   - "throughput"
28145   - "parent"
28146   - "tags"
28147   sort:
28148   - "L2PATCH"
28149   - "L2XCBASE"
28150   - "BASE"
28151   - "FIB_10K"
28152   - "FIB_100K"
28153   - "FIB_1M"
28154   layout:
28155     title: "l2sw-2n-skx-xxv710-64b-base_and_scale-pdr"
28156     layout: "plot-throughput-speedup-analysis"
28157
28158 # Speedup - VPP L2 2n-dnv-x553 base
28159 -
28160   type: "plot"
28161   title: "Speedup: l2sw-2n-dnv-x553-64b-base-ndr-tsa"
28162   algorithm: "plot_throughput_speedup_analysis"
28163   output-file-type: ".html"
28164   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-base-ndr-tsa"
28165   data: "intel-dnv-vpp"
28166   filter: "'NIC_Intel-X553' and
28167            '64B' and
28168            ('BASE' or 'SCALE') and
28169            'NDRPDR' and
28170            'ETH' and
28171            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
28172            not 'VHOST' and
28173            not 'MEMIF'"
28174   parameters:
28175   - "throughput"
28176   - "parent"
28177   - "tags"
28178   sort:
28179   - "L2XCBASE"
28180   - "L2BDMACLRN"
28181   - "L2PATCH"
28182   layout:
28183     title: "l2sw-2n-dnv-x553-64b-base-ndr"
28184     layout: "plot-throughput-speedup-analysis"
28185
28186 -
28187   type: "plot"
28188   title: "Speedup: l2sw-2n-dnv-x553-64b-base-pdr-tsa"
28189   algorithm: "plot_throughput_speedup_analysis"
28190   output-file-type: ".html"
28191   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-base-pdr-tsa"
28192   data: "intel-dnv-vpp"
28193   filter: "'NIC_Intel-X553' and
28194            '64B' and
28195            ('BASE' or 'SCALE') and
28196            'NDRPDR' and
28197            'ETH' and
28198            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
28199            not 'VHOST' and
28200            not 'MEMIF'"
28201   parameters:
28202   - "throughput"
28203   - "parent"
28204   - "tags"
28205   sort:
28206   - "L2XCBASE"
28207   - "L2BDMACLRN"
28208   - "L2PATCH"
28209   layout:
28210     title: "l2sw-2n-dnv-x553-64b-base-pdr"
28211     layout: "plot-throughput-speedup-analysis"
28212
28213 ################################################################################
28214
28215 # Packet Speedup - VPP vhost ip4 3n-hsw-x520
28216 -
28217   type: "plot"
28218   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
28219   algorithm: "plot_throughput_speedup_analysis"
28220   output-file-type: ".html"
28221   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
28222   data: "plot-throughput-speedup-analysis-3n-hsw"
28223   filter: "'NIC_Intel-X520-DA2' and
28224            '64B' and
28225            'NDRPDR' and
28226            'ETH' and
28227            'IP4FWD' and
28228            'VHOST_1024' and
28229            not 'VXLAN' and
28230            not 'DOT1Q'"
28231   parameters:
28232   - "throughput"
28233   - "parent"
28234   - "tags"
28235   sort:
28236   - "not CFS_OPT"
28237   - "1VM"
28238   - "2VM"
28239   layout:
28240     title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr"
28241     layout: "plot-throughput-speedup-analysis"
28242
28243 -
28244   type: "plot"
28245   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
28246   algorithm: "plot_throughput_speedup_analysis"
28247   output-file-type: ".html"
28248   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
28249   data: "plot-throughput-speedup-analysis-3n-hsw"
28250   filter: "'NIC_Intel-X520-DA2' and
28251            '64B' and
28252            'NDRPDR' and
28253            'ETH' and
28254            'IP4FWD' and
28255            'VHOST_1024' and
28256            not 'VXLAN' and
28257            not 'DOT1Q'"
28258   parameters:
28259   - "throughput"
28260   - "parent"
28261   - "tags"
28262   sort:
28263   - "not CFS_OPT"
28264   - "1VM"
28265   - "2VM"
28266   layout:
28267     title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr"
28268     layout: "plot-throughput-speedup-analysis"
28269
28270 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520
28271 -
28272   type: "plot"
28273   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
28274   algorithm: "plot_throughput_speedup_analysis"
28275   output-file-type: ".html"
28276   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
28277   data: "plot-throughput-speedup-analysis-3n-hsw"
28278   filter: "'NIC_Intel-X520-DA2' and
28279            '64B' and
28280            'NDRPDR' and
28281            ('ETH' or 'DOT1Q') and
28282            'VHOST_1024' and
28283            not 'VXLAN' and
28284            not 'IP4FWD' and
28285            not '2VM'"
28286   parameters:
28287   - "throughput"
28288   - "parent"
28289   - "tags"
28290 #  sort:
28291 #  - "VM"  # "not CFS_OPT"
28292 #  - "CFS_OPT"
28293 #  - "FIB_10K"
28294 #  - "FIB_100K"
28295 #  - "FIB_1M"
28296   layout:
28297     title: "vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr"
28298     layout: "plot-throughput-speedup-analysis"
28299
28300 -
28301   type: "plot"
28302   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
28303   algorithm: "plot_throughput_speedup_analysis"
28304   output-file-type: ".html"
28305   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
28306   data: "plot-throughput-speedup-analysis-3n-hsw"
28307   filter: "'NIC_Intel-X520-DA2' and
28308            '64B' and
28309            'NDRPDR' and
28310            ('ETH' or 'DOT1Q') and
28311            'L2BDMACLRN' and
28312            'VHOST_1024' and
28313            not 'VXLAN' and
28314            not 'IP4FWD' and
28315            not '2VM'"
28316   parameters:
28317   - "throughput"
28318   - "parent"
28319   - "tags"
28320 #  sort:
28321 #  - "VM"  # "not CFS_OPT"
28322 #  - "CFS_OPT"
28323 #  - "FIB_10K"
28324 #  - "FIB_100K"
28325 #  - "FIB_1M"
28326   layout:
28327     title: "vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr"
28328     layout: "plot-throughput-speedup-analysis"
28329
28330 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base
28331 -
28332   type: "plot"
28333   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-ndr-tsa"
28334   algorithm: "plot_throughput_speedup_analysis"
28335   output-file-type: ".html"
28336   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-ndr-tsa"
28337   data: "plot-throughput-speedup-analysis-3n-hsw"
28338   filter: "'NIC_Intel-X520-DA2' and
28339            '64B' and
28340            'NDRPDR' and
28341            ('ETH' or 'DOT1Q') and
28342            'BASE' and
28343            ('L2BDMACLRN' or 'L2XCFWD') and
28344            'VHOST_1024' and
28345            not 'VXLAN' and
28346            not 'IP4FWD' and
28347            not '2VM'"
28348   parameters:
28349   - "throughput"
28350   - "parent"
28351   - "tags"
28352 #  sort:
28353 #  - "not CFS_OPT"
28354 #  - "L2XCFWD"
28355 #  - "not CFS_OPT"
28356 #  - "CFS_OPT"
28357   layout:
28358     title: "vhost-l2sw-3n-hsw-x520-64b-base-ndr"
28359     layout: "plot-throughput-speedup-analysis"
28360
28361 -
28362   type: "plot"
28363   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-pdr-tsa"
28364   algorithm: "plot_throughput_speedup_analysis"
28365   output-file-type: ".html"
28366   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-pdr-tsa"
28367   data: "plot-throughput-speedup-analysis-3n-hsw"
28368   filter: "'NIC_Intel-X520-DA2' and
28369            '64B' and
28370            'NDRPDR' and
28371            ('ETH' or 'DOT1Q') and
28372            'BASE' and
28373            ('L2BDMACLRN' or 'L2XCFWD') and
28374            'VHOST_1024' and
28375            not 'VXLAN' and
28376            not 'IP4FWD' and
28377            not '2VM'"
28378   parameters:
28379   - "throughput"
28380   - "parent"
28381   - "tags"
28382 #  sort:
28383 #  - "not CFS_OPT"
28384 #  - "L2XCFWD"
28385 #  - "not CFS_OPT"
28386 #  - "CFS_OPT"
28387   layout:
28388     title: "vhost-l2sw-3n-hsw-x520-64b-base-pdr"
28389     layout: "plot-throughput-speedup-analysis"
28390
28391 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base vm
28392 -
28393   type: "plot"
28394   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
28395   algorithm: "plot_throughput_speedup_analysis"
28396   output-file-type: ".html"
28397   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
28398   data: "plot-throughput-speedup-analysis-3n-hsw"
28399   filter: "'NIC_Intel-X520-DA2' and
28400            '64B' and
28401            'NDRPDR' and
28402            ('ETH' or 'DOT1Q') and
28403            ('L2BDMACLRN' or 'L2XCFWD') and
28404            'VHOST_1024' and
28405            not 'CFS_OPT' and
28406            not 'VXLAN' and
28407            not 'IP4FWD' and
28408            not 'LBOND'"
28409   parameters:
28410   - "throughput"
28411   - "parent"
28412   - "tags"
28413 #  sort:
28414 #  - "1VM"
28415 #  - "L2XCFWD"
28416 #  - "1VM"
28417 #  - "L2BDMACLRN"
28418   layout:
28419     title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr"
28420     layout: "plot-throughput-speedup-analysis"
28421
28422 -
28423   type: "plot"
28424   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
28425   algorithm: "plot_throughput_speedup_analysis"
28426   output-file-type: ".html"
28427   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
28428   data: "plot-throughput-speedup-analysis-3n-hsw"
28429   filter: "'NIC_Intel-X520-DA2' and
28430            '64B' and
28431            'NDRPDR' and
28432            ('ETH' or 'DOT1Q') and
28433            ('L2BDMACLRN' or 'L2XCFWD') and
28434            'VHOST_1024' and
28435            not 'CFS_OPT' and
28436            not 'VXLAN' and
28437            not 'IP4FWD' and
28438            not 'LBOND'"
28439   parameters:
28440   - "throughput"
28441   - "parent"
28442   - "tags"
28443 #  sort:
28444 #  - "1VM"
28445 #  - "L2XCFWD"
28446 #  - "1VM"
28447 #  - "L2BDMACLRN"
28448   layout:
28449     title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr"
28450     layout: "plot-throughput-speedup-analysis"
28451
28452 # Packet Speedup - VPP vhost ip4 3n-hsw-x710
28453 -
28454   type: "plot"
28455   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
28456   algorithm: "plot_throughput_speedup_analysis"
28457   output-file-type: ".html"
28458   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
28459   data: "plot-throughput-speedup-analysis-3n-hsw"
28460   filter: "'NIC_Intel-X710' and
28461            '64B' and
28462            'NDRPDR' and
28463            'ETH' and
28464            'IP4FWD' and
28465            'VHOST_1024' and
28466            not 'VXLAN' and
28467            not 'DOT1Q'"
28468   parameters:
28469   - "throughput"
28470   - "parent"
28471   - "tags"
28472   sort:
28473   - "not CFS_OPT"
28474   - "1VM"
28475   - "2VM"
28476   layout:
28477     title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr"
28478     layout: "plot-throughput-speedup-analysis"
28479
28480 -
28481   type: "plot"
28482   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
28483   algorithm: "plot_throughput_speedup_analysis"
28484   output-file-type: ".html"
28485   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
28486   data: "plot-throughput-speedup-analysis-3n-hsw"
28487   filter: "'NIC_Intel-X710' and
28488            '64B' and
28489            'NDRPDR' and
28490            'ETH' and
28491            'IP4FWD' and
28492            'VHOST_1024' and
28493            not 'VXLAN' and
28494            not 'DOT1Q'"
28495   parameters:
28496   - "throughput"
28497   - "parent"
28498   - "tags"
28499   sort:
28500   - "not CFS_OPT"
28501   - "1VM"
28502   - "2VM"
28503   layout:
28504     title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr"
28505     layout: "plot-throughput-speedup-analysis"
28506
28507 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710
28508 -
28509   type: "plot"
28510   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
28511   algorithm: "plot_throughput_speedup_analysis"
28512   output-file-type: ".html"
28513   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
28514   data: "plot-throughput-speedup-analysis-3n-hsw"
28515   filter: "'NIC_Intel-X710' and
28516            '64B' and
28517            'NDRPDR' and
28518            ('ETH' or 'DOT1Q') and
28519            'L2BDMACLRN' and
28520            'VHOST_1024' and
28521            not 'VXLAN' and
28522            not 'IP4FWD' and
28523            not '2VM'"
28524   parameters:
28525   - "throughput"
28526   - "parent"
28527   - "tags"
28528 #  sort:
28529 #  - "VM"  # "not CFS_OPT"
28530 #  - "CFS_OPT"
28531 #  - "FIB_10K"
28532 #  - "FIB_100K"
28533 #  - "FIB_1M"
28534   layout:
28535     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr"
28536     layout: "plot-throughput-speedup-analysis"
28537
28538 -
28539   type: "plot"
28540   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
28541   algorithm: "plot_throughput_speedup_analysis"
28542   output-file-type: ".html"
28543   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
28544   data: "plot-throughput-speedup-analysis-3n-hsw"
28545   filter: "'NIC_Intel-X710' and
28546            '64B' and
28547            'NDRPDR' and
28548            ('ETH' or 'DOT1Q') and
28549            'L2BDMACLRN' and
28550            'VHOST_1024' and
28551            not 'VXLAN' and
28552            not 'IP4FWD' and
28553            not '2VM'"
28554   parameters:
28555   - "throughput"
28556   - "parent"
28557   - "tags"
28558 #  sort:
28559 #  - "VM"  # "not CFS_OPT"
28560 #  - "CFS_OPT"
28561 #  - "FIB_10K"
28562 #  - "FIB_100K"
28563 #  - "FIB_1M"
28564   layout:
28565     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr"
28566     layout: "plot-throughput-speedup-analysis"
28567
28568 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base
28569 -
28570   type: "plot"
28571   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-ndr-tsa"
28572   algorithm: "plot_throughput_speedup_analysis"
28573   output-file-type: ".html"
28574   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-ndr-tsa"
28575   data: "plot-throughput-speedup-analysis-3n-hsw"
28576   filter: "'NIC_Intel-X710' and
28577            '64B' and
28578            'NDRPDR' and
28579            ('ETH' or 'DOT1Q') and
28580            'BASE' and
28581            ('L2BDMACLRN' or 'L2XCFWD') and
28582            'VHOST_1024' and
28583            not 'VXLAN' and
28584            not 'IP4FWD' and
28585            not '2VM'"
28586   parameters:
28587   - "throughput"
28588   - "parent"
28589   - "tags"
28590 #  sort:
28591 #  - "not CFS_OPT"
28592 #  - "L2XCFWD"
28593 #  - "not CFS_OPT"
28594 #  - "CFS_OPT"
28595   layout:
28596     title: "vhost-l2sw-3n-hsw-x710-64b-base-ndr"
28597     layout: "plot-throughput-speedup-analysis"
28598
28599 -
28600   type: "plot"
28601   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-pdr-tsa"
28602   algorithm: "plot_throughput_speedup_analysis"
28603   output-file-type: ".html"
28604   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-pdr-tsa"
28605   data: "plot-throughput-speedup-analysis-3n-hsw"
28606   filter: "'NIC_Intel-X710' and
28607            '64B' and
28608            'NDRPDR' and
28609            ('ETH' or 'DOT1Q') and
28610            'BASE' and
28611            ('L2BDMACLRN' or 'L2XCFWD') and
28612            'VHOST_1024' and
28613            not 'VXLAN' and
28614            not 'IP4FWD' and
28615            not '2VM'"
28616   parameters:
28617   - "throughput"
28618   - "parent"
28619   - "tags"
28620 #  sort:
28621 #  - "not CFS_OPT"
28622 #  - "L2XCFWD"
28623 #  - "not CFS_OPT"
28624 #  - "CFS_OPT"
28625   layout:
28626     title: "vhost-l2sw-3n-hsw-x710-64b-base-pdr"
28627     layout: "plot-throughput-speedup-analysis"
28628
28629 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base vm
28630 -
28631   type: "plot"
28632   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-vm-ndr-tsa"
28633   algorithm: "plot_throughput_speedup_analysis"
28634   output-file-type: ".html"
28635   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-vm-ndr-tsa"
28636   data: "plot-throughput-speedup-analysis-3n-hsw"
28637   filter: "'NIC_Intel-X710' and
28638            '64B' and
28639            'NDRPDR' and
28640            ('ETH' or 'DOT1Q') and
28641            ('L2BDMACLRN' or 'L2XCFWD') and
28642            'VHOST_1024' and
28643            not 'CFS_OPT' and
28644            not 'VXLAN' and
28645            not 'IP4FWD' and
28646            not 'LBOND'"
28647   parameters:
28648   - "throughput"
28649   - "parent"
28650   - "tags"
28651 #  sort:
28652 #  - "1VM"
28653 #  - "L2XCFWD"
28654 #  - "1VM"
28655 #  - "L2BDMACLRN"
28656   layout:
28657     title: "vhost-l2sw-3n-hsw-x710-64b-base-vm-ndr"
28658     layout: "plot-throughput-speedup-analysis"
28659
28660 -
28661   type: "plot"
28662   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-vm-pdr-tsa"
28663   algorithm: "plot_throughput_speedup_analysis"
28664   output-file-type: ".html"
28665   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-vm-pdr-tsa"
28666   data: "plot-throughput-speedup-analysis-3n-hsw"
28667   filter: "'NIC_Intel-X710' and
28668            '64B' and
28669            'NDRPDR' and
28670            ('ETH' or 'DOT1Q') and
28671            ('L2BDMACLRN' or 'L2XCFWD') and
28672            'VHOST_1024' and
28673            not 'CFS_OPT' and
28674            not 'VXLAN' and
28675            not 'IP4FWD' and
28676            not 'LBOND'"
28677   parameters:
28678   - "throughput"
28679   - "parent"
28680   - "tags"
28681 #  sort:
28682 #  - "1VM"
28683 #  - "L2XCFWD"
28684 #  - "1VM"
28685 #  - "L2BDMACLRN"
28686   layout:
28687     title: "vhost-l2sw-3n-hsw-x710-64b-base-vm-pdr"
28688     layout: "plot-throughput-speedup-analysis"
28689
28690 # Packet Speedup - VPP vhost ip4 3n-hsw-xl710
28691 -
28692   type: "plot"
28693   title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
28694   algorithm: "plot_throughput_speedup_analysis"
28695   output-file-type: ".html"
28696   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
28697   data: "plot-throughput-speedup-analysis-3n-hsw"
28698   filter: "'NIC_Intel-XL710' and
28699            '64B' and
28700            'NDRPDR' and
28701            'ETH' and
28702            'IP4FWD' and
28703            'VHOST_1024' and
28704            not 'VXLAN' and
28705            not 'DOT1Q'"
28706   parameters:
28707   - "throughput"
28708   - "parent"
28709   - "tags"
28710   sort:
28711   - "not CFS_OPT"
28712   - "1VM"
28713   - "2VM"
28714   layout:
28715     title: "vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr"
28716     layout: "plot-throughput-speedup-analysis"
28717
28718 -
28719   type: "plot"
28720   title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
28721   algorithm: "plot_throughput_speedup_analysis"
28722   output-file-type: ".html"
28723   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
28724   data: "plot-throughput-speedup-analysis-3n-hsw"
28725   filter: "'NIC_Intel-XL710' and
28726            '64B' and
28727            'NDRPDR' and
28728            'ETH' and
28729            'IP4FWD' and
28730            'VHOST_1024' and
28731            not 'VXLAN' and
28732            not 'DOT1Q'"
28733   parameters:
28734   - "throughput"
28735   - "parent"
28736   - "tags"
28737   sort:
28738   - "not CFS_OPT"
28739   - "1VM"
28740   - "2VM"
28741   layout:
28742     title: "vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr"
28743     layout: "plot-throughput-speedup-analysis"
28744
28745 # Packet Speedup - VPP vhost l2sw 3n-hsw-xl710
28746 -
28747   type: "plot"
28748   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
28749   algorithm: "plot_throughput_speedup_analysis"
28750   output-file-type: ".html"
28751   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
28752   data: "plot-throughput-speedup-analysis-3n-hsw"
28753   filter: "'NIC_Intel-XL710' and
28754            '64B' and
28755            'NDRPDR' and
28756            ('ETH' or 'DOT1Q') and
28757            'L2BDMACLRN' and
28758            'VHOST_1024' and
28759            not 'VXLAN' and
28760            not 'IP4FWD' and
28761            not '2VM'"
28762   parameters:
28763   - "throughput"
28764   - "parent"
28765   - "tags"
28766 #  sort:
28767 #  - "VM"  # "not CFS_OPT"
28768 #  - "CFS_OPT"
28769 #  - "FIB_10K"
28770 #  - "FIB_100K"
28771 #  - "FIB_1M"
28772   layout:
28773     title: "vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr"
28774     layout: "plot-throughput-speedup-analysis"
28775
28776 -
28777   type: "plot"
28778   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
28779   algorithm: "plot_throughput_speedup_analysis"
28780   output-file-type: ".html"
28781   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
28782   data: "plot-throughput-speedup-analysis-3n-hsw"
28783   filter: "'NIC_Intel-XL710' and
28784            '64B' and
28785            'NDRPDR' and
28786            ('ETH' or 'DOT1Q') and
28787            'L2BDMACLRN' and
28788            'VHOST_1024' and
28789            not 'VXLAN' and
28790            not 'IP4FWD' and
28791            not '2VM'"
28792   parameters:
28793   - "throughput"
28794   - "parent"
28795   - "tags"
28796 #  sort:
28797 #  - "VM"  # "not CFS_OPT"
28798 #  - "CFS_OPT"
28799 #  - "FIB_10K"
28800 #  - "FIB_100K"
28801 #  - "FIB_1M"
28802   layout:
28803     title: "vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr"
28804     layout: "plot-throughput-speedup-analysis"
28805
28806 # Packet Speedup - VPP vhost l2sw 3n-hsw-xl710 - base
28807 -
28808   type: "plot"
28809   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
28810   algorithm: "plot_throughput_speedup_analysis"
28811   output-file-type: ".html"
28812   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
28813   data: "plot-throughput-speedup-analysis-3n-hsw"
28814   filter: "'NIC_Intel-XL710' and
28815            '64B' and
28816            'NDRPDR' and
28817            ('ETH' or 'DOT1Q') and
28818            'BASE' and
28819            ('L2BDMACLRN' or 'L2XCFWD') and
28820            'VHOST_1024' and
28821            not 'VXLAN' and
28822            not 'IP4FWD' and
28823            not '2VM'"
28824   parameters:
28825   - "throughput"
28826   - "parent"
28827   - "tags"
28828 #  sort:
28829 #  - "not CFS_OPT"
28830 #  - "L2XCFWD"
28831 #  - "not CFS_OPT"
28832 #  - "CFS_OPT"
28833   layout:
28834     title: "vhost-l2sw-3n-hsw-xl710-64b-base-ndr"
28835     layout: "plot-throughput-speedup-analysis"
28836
28837 -
28838   type: "plot"
28839   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
28840   algorithm: "plot_throughput_speedup_analysis"
28841   output-file-type: ".html"
28842   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
28843   data: "plot-throughput-speedup-analysis-3n-hsw"
28844   filter: "'NIC_Intel-XL710' and
28845            '64B' and
28846            'NDRPDR' and
28847            ('ETH' or 'DOT1Q') and
28848            'BASE' and
28849            ('L2BDMACLRN' or 'L2XCFWD') and
28850            'VHOST_1024' and
28851            not 'VXLAN' and
28852            not 'IP4FWD' and
28853            not '2VM'"
28854   parameters:
28855   - "throughput"
28856   - "parent"
28857   - "tags"
28858 #  sort:
28859 #  - "not CFS_OPT"
28860 #  - "L2XCFWD"
28861 #  - "not CFS_OPT"
28862 #  - "CFS_OPT"
28863   layout:
28864     title: "vhost-l2sw-3n-hsw-xl710-64b-base-pdr"
28865     layout: "plot-throughput-speedup-analysis"
28866
28867 # Packet Speedup - VPP vhost l2sw 3n-hsw-xl710 - base vm
28868 -
28869   type: "plot"
28870   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-vm-ndr-tsa"
28871   algorithm: "plot_throughput_speedup_analysis"
28872   output-file-type: ".html"
28873   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-vm-ndr-tsa"
28874   data: "plot-throughput-speedup-analysis-3n-hsw"
28875   filter: "'NIC_Intel-XL710' and
28876            '64B' and
28877            'NDRPDR' and
28878            ('ETH' or 'DOT1Q') and
28879            ('L2BDMACLRN' or 'L2XCFWD') and
28880            'VHOST_1024' and
28881            not 'CFS_OPT' and
28882            not 'VXLAN' and
28883            not 'IP4FWD'"
28884   parameters:
28885   - "throughput"
28886   - "parent"
28887   - "tags"
28888 #  sort:
28889 #  - "1VM"
28890 #  - "L2XCFWD"
28891 #  - "1VM"
28892 #  - "L2BDMACLRN"
28893   layout:
28894     title: "vhost-l2sw-3n-hsw-xl710-64b-base-vm-ndr"
28895     layout: "plot-throughput-speedup-analysis"
28896
28897 -
28898   type: "plot"
28899   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-vm-pdr-tsa"
28900   algorithm: "plot_throughput_speedup_analysis"
28901   output-file-type: ".html"
28902   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-vm-pdr-tsa"
28903   data: "plot-throughput-speedup-analysis-3n-hsw"
28904   filter: "'NIC_Intel-XL710' and
28905            '64B' and
28906            'NDRPDR' and
28907            ('ETH' or 'DOT1Q') and
28908            ('L2BDMACLRN' or 'L2XCFWD') and
28909            'VHOST_1024' and
28910            not 'CFS_OPT' and
28911            not 'VXLAN' and
28912            not 'IP4FWD'"
28913   parameters:
28914   - "throughput"
28915   - "parent"
28916   - "tags"
28917 #  sort:
28918 #  - "1VM"
28919 #  - "L2XCFWD"
28920 #  - "1VM"
28921 #  - "L2BDMACLRN"
28922   layout:
28923     title: "vhost-l2sw-3n-hsw-xl710-64b-base-vm-pdr"
28924     layout: "plot-throughput-speedup-analysis"
28925
28926 # Packet Speedup - VPP vhost ip4 3n-skx-x710
28927 -
28928   type: "plot"
28929   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
28930   algorithm: "plot_throughput_speedup_analysis"
28931   output-file-type: ".html"
28932   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
28933   data: "plot-throughput-speedup-analysis-3n-skx"
28934   filter: "'NIC_Intel-X710' and
28935            '64B' and
28936            'NDRPDR' and
28937            'ETH' and
28938            'IP4FWD' and
28939            'VHOST_1024' and
28940            not 'VXLAN' and
28941            not 'DOT1Q'"
28942   parameters:
28943   - "throughput"
28944   - "parent"
28945   - "tags"
28946   sort:
28947   - "not CFS_OPT"
28948   - "1VM"
28949   - "2VM"
28950   layout:
28951     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr"
28952     layout: "plot-throughput-speedup-analysis"
28953
28954 -
28955   type: "plot"
28956   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
28957   algorithm: "plot_throughput_speedup_analysis"
28958   output-file-type: ".html"
28959   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
28960   data: "plot-throughput-speedup-analysis-3n-skx"
28961   filter: "'NIC_Intel-X710' and
28962            '64B' and
28963            'NDRPDR' and
28964            'ETH' and
28965            'IP4FWD' and
28966            'VHOST_1024' and
28967            not 'VXLAN' and
28968            not 'DOT1Q'"
28969   parameters:
28970   - "throughput"
28971   - "parent"
28972   - "tags"
28973   sort:
28974   - "not CFS_OPT"
28975   - "1VM"
28976   - "2VM"
28977   layout:
28978     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr"
28979     layout: "plot-throughput-speedup-analysis"
28980
28981 # Packet Speedup - VPP vhost l2sw 3n-skx-x710
28982 -
28983   type: "plot"
28984   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
28985   algorithm: "plot_throughput_speedup_analysis"
28986   output-file-type: ".html"
28987   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
28988   data: "plot-throughput-speedup-analysis-3n-skx"
28989   filter: "'NIC_Intel-X710' and
28990            '64B' and
28991            'NDRPDR' and
28992            ('ETH' or 'DOT1Q') and
28993            'L2BDMACLRN' and
28994            'VHOST_1024' and
28995            not 'VXLAN' and
28996            not 'IP4FWD' and
28997            not '2VM'"
28998   parameters:
28999   - "throughput"
29000   - "parent"
29001   - "tags"
29002 #  sort:
29003 #  - "VM"  # "not CFS_OPT"
29004 #  - "CFS_OPT"
29005 #  - "FIB_10K"
29006 #  - "FIB_100K"
29007 #  - "FIB_1M"
29008   layout:
29009     title: "vhost-l2sw-3n-skx-x710-64b-base_and_scale-ndr"
29010     layout: "plot-throughput-speedup-analysis"
29011
29012 -
29013   type: "plot"
29014   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
29015   algorithm: "plot_throughput_speedup_analysis"
29016   output-file-type: ".html"
29017   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
29018   data: "plot-throughput-speedup-analysis-3n-skx"
29019   filter: "'NIC_Intel-X710' and
29020            '64B' and
29021            'NDRPDR' and
29022            ('ETH' or 'DOT1Q') and
29023            'L2BDMACLRN' and
29024            'VHOST_1024' and
29025            not 'VXLAN' and
29026            not 'IP4FWD' and
29027            not '2VM'"
29028   parameters:
29029   - "throughput"
29030   - "parent"
29031   - "tags"
29032 #  sort:
29033 #  - "VM"  # "not CFS_OPT"
29034 #  - "CFS_OPT"
29035 #  - "FIB_10K"
29036 #  - "FIB_100K"
29037 #  - "FIB_1M"
29038   layout:
29039     title: "vhost-l2sw-3n-skx-x710-64b-base_and_scale-pdr"
29040     layout: "plot-throughput-speedup-analysis"
29041
29042 # Packet Speedup - VPP vhost l2sw 3n-skx-x710 - base
29043 -
29044   type: "plot"
29045   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-ndr-tsa"
29046   algorithm: "plot_throughput_speedup_analysis"
29047   output-file-type: ".html"
29048   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-ndr-tsa"
29049   data: "plot-throughput-speedup-analysis-3n-skx"
29050   filter: "'NIC_Intel-X710' and
29051            '64B' and
29052            'NDRPDR' and
29053            ('ETH' or 'DOT1Q') and
29054            'BASE' and
29055            ('L2BDMACLRN' or 'L2XCFWD') and
29056            'VHOST_1024' and
29057            not 'VXLAN' and
29058            not 'IP4FWD' and
29059            not '2VM' and
29060            not 'LBOND'"
29061   parameters:
29062   - "throughput"
29063   - "parent"
29064   - "tags"
29065 #  sort:
29066 #  - "not CFS_OPT"
29067 #  - "L2XCFWD"
29068 #  - "not CFS_OPT"
29069 #  - "CFS_OPT"
29070   layout:
29071     title: "vhost-l2sw-3n-skx-x710-64b-base-ndr"
29072     layout: "plot-throughput-speedup-analysis"
29073
29074 -
29075   type: "plot"
29076   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-pdr-tsa"
29077   algorithm: "plot_throughput_speedup_analysis"
29078   output-file-type: ".html"
29079   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-pdr-tsa"
29080   data: "plot-throughput-speedup-analysis-3n-skx"
29081   filter: "'NIC_Intel-X710' and
29082            '64B' and
29083            'NDRPDR' and
29084            ('ETH' or 'DOT1Q') and
29085            'BASE' and
29086            ('L2BDMACLRN' or 'L2XCFWD') and
29087            'VHOST_1024' and
29088            not 'VXLAN' and
29089            not 'IP4FWD' and
29090            not '2VM' and
29091            not 'LBOND'"
29092   parameters:
29093   - "throughput"
29094   - "parent"
29095   - "tags"
29096 #  sort:
29097 #  - "not CFS_OPT"
29098 #  - "L2XCFWD"
29099 #  - "not CFS_OPT"
29100 #  - "CFS_OPT"
29101   layout:
29102     title: "vhost-l2sw-3n-skx-x710-64b-base-pdr"
29103     layout: "plot-throughput-speedup-analysis"
29104
29105 # Packet Speedup - VPP vhost l2sw 3n-skx-x710 - base vm
29106 -
29107   type: "plot"
29108   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-vm-ndr-tsa"
29109   algorithm: "plot_throughput_speedup_analysis"
29110   output-file-type: ".html"
29111   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-vm-ndr-tsa"
29112   data: "plot-throughput-speedup-analysis-3n-skx"
29113   filter: "'NIC_Intel-X710' and
29114            '64B' and
29115            'NDRPDR' and
29116            ('ETH' or 'DOT1Q') and
29117            ('L2BDMACLRN' or 'L2XCFWD') and
29118            'VHOST_1024' and
29119            not 'CFS_OPT' and
29120            not 'VXLAN' and
29121            not 'IP4FWD' and
29122            not 'LBOND'"
29123   parameters:
29124   - "throughput"
29125   - "parent"
29126   - "tags"
29127 #  sort:
29128 #  - "1VM"
29129 #  - "L2XCFWD"
29130 #  - "1VM"
29131 #  - "L2BDMACLRN"
29132   layout:
29133     title: "vhost-l2sw-3n-skx-x710-64b-base-vm-ndr"
29134     layout: "plot-throughput-speedup-analysis"
29135
29136 -
29137   type: "plot"
29138   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-vm-pdr-tsa"
29139   algorithm: "plot_throughput_speedup_analysis"
29140   output-file-type: ".html"
29141   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-vm-pdr-tsa"
29142   data: "plot-throughput-speedup-analysis-3n-skx"
29143   filter: "'NIC_Intel-X710' and
29144            '64B' and
29145            'NDRPDR' and
29146            ('ETH' or 'DOT1Q') and
29147            ('L2BDMACLRN' or 'L2XCFWD') and
29148            'VHOST_1024' and
29149            not 'CFS_OPT' and
29150            not 'VXLAN' and
29151            not 'IP4FWD' and
29152            not 'LBOND'"
29153   parameters:
29154   - "throughput"
29155   - "parent"
29156   - "tags"
29157 #  sort:
29158 #  - "1VM"
29159 #  - "L2XCFWD"
29160 #  - "1VM"
29161 #  - "L2BDMACLRN"
29162   layout:
29163     title: "vhost-l2sw-3n-skx-x710-64b-base-vm-pdr"
29164     layout: "plot-throughput-speedup-analysis"
29165
29166 # Packet Speedup - VPP vhost ip4 2n-skx-x710
29167 -
29168   type: "plot"
29169   title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
29170   algorithm: "plot_throughput_speedup_analysis"
29171   output-file-type: ".html"
29172   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
29173   data: "plot-throughput-speedup-analysis-2n-skx"
29174   filter: "'NIC_Intel-X710' and
29175            '64B' and
29176            'NDRPDR' and
29177            'ETH' and
29178            'IP4FWD' and
29179            'VHOST_1024' and
29180            not 'VXLAN' and
29181            not 'NF_DENSITY' and
29182            not 'DOT1Q'"
29183   parameters:
29184   - "throughput"
29185   - "parent"
29186   - "tags"
29187   sort:
29188   - "not CFS_OPT"
29189   - "1VM"
29190   - "2VM"
29191   layout:
29192     title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr"
29193     layout: "plot-throughput-speedup-analysis"
29194
29195 -
29196   type: "plot"
29197   title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
29198   algorithm: "plot_throughput_speedup_analysis"
29199   output-file-type: ".html"
29200   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
29201   data: "plot-throughput-speedup-analysis-2n-skx"
29202   filter: "'NIC_Intel-X710' and
29203            '64B' and
29204            'NDRPDR' and
29205            'ETH' and
29206            'IP4FWD' and
29207            'VHOST_1024' and
29208            not 'VXLAN' and
29209            not 'NF_DENSITY' and
29210            not 'DOT1Q'"
29211   parameters:
29212   - "throughput"
29213   - "parent"
29214   - "tags"
29215   sort:
29216   - "not CFS_OPT"
29217   - "1VM"
29218   - "2VM"
29219   layout:
29220     title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr"
29221     layout: "plot-throughput-speedup-analysis"
29222
29223 # Packet Speedup - VPP vhost l2sw 2n-skx-x710
29224 -
29225   type: "plot"
29226   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
29227   algorithm: "plot_throughput_speedup_analysis"
29228   output-file-type: ".html"
29229   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
29230   data: "plot-throughput-speedup-analysis-2n-skx"
29231   filter: "'NIC_Intel-X710' and
29232            '64B' and
29233            'NDRPDR' and
29234            ('ETH' or 'DOT1Q') and
29235            'L2BDMACLRN' and
29236            'VHOST_1024' and
29237            not 'VXLAN' and
29238            not 'NF_DENSITY' and
29239            not 'IP4FWD' and
29240            not '2VM'"
29241   parameters:
29242   - "throughput"
29243   - "parent"
29244   - "tags"
29245 #  sort:
29246 #  - "VM"  # "not CFS_OPT"
29247 #  - "CFS_OPT"
29248 #  - "FIB_10K"
29249 #  - "FIB_100K"
29250 #  - "FIB_1M"
29251   layout:
29252     title: "vhost-l2sw-2n-skx-x710-64b-base_and_scale-ndr"
29253     layout: "plot-throughput-speedup-analysis"
29254
29255 -
29256   type: "plot"
29257   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
29258   algorithm: "plot_throughput_speedup_analysis"
29259   output-file-type: ".html"
29260   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
29261   data: "plot-throughput-speedup-analysis-2n-skx"
29262   filter: "'NIC_Intel-X710' and
29263            '64B' and
29264            'NDRPDR' and
29265            ('ETH' or 'DOT1Q') and
29266            'L2BDMACLRN' and
29267            'VHOST_1024' and
29268            not 'VXLAN' and
29269            not 'NF_DENSITY' and
29270            not 'IP4FWD' and
29271            not '2VM'"
29272   parameters:
29273   - "throughput"
29274   - "parent"
29275   - "tags"
29276 #  sort:
29277 #  - "VM"  # "not CFS_OPT"
29278 #  - "CFS_OPT"
29279 #  - "FIB_10K"
29280 #  - "FIB_100K"
29281 #  - "FIB_1M"
29282   layout:
29283     title: "vhost-l2sw-2n-skx-x710-64b-base_and_scale-pdr"
29284     layout: "plot-throughput-speedup-analysis"
29285
29286 # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base
29287 -
29288   type: "plot"
29289   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-ndr-tsa"
29290   algorithm: "plot_throughput_speedup_analysis"
29291   output-file-type: ".html"
29292   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-ndr-tsa"
29293   data: "plot-throughput-speedup-analysis-2n-skx"
29294   filter: "'NIC_Intel-X710' and
29295            '64B' and
29296            'NDRPDR' and
29297            ('ETH' or 'DOT1Q') and
29298            'BASE' and
29299            ('L2BDMACLRN' or 'L2XCFWD') and
29300            'VHOST_1024' and
29301            not 'VXLAN' and
29302            not 'NF_DENSITY' and
29303            not 'IP4FWD' and
29304            not '2VM'"
29305   parameters:
29306   - "throughput"
29307   - "parent"
29308   - "tags"
29309 #  sort:
29310 #  - "not CFS_OPT"
29311 #  - "L2XCFWD"
29312 #  - "not CFS_OPT"
29313 #  - "CFS_OPT"
29314   layout:
29315     title: "vhost-l2sw-2n-skx-x710-64b-base-ndr"
29316     layout: "plot-throughput-speedup-analysis"
29317
29318 -
29319   type: "plot"
29320   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-pdr-tsa"
29321   algorithm: "plot_throughput_speedup_analysis"
29322   output-file-type: ".html"
29323   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-pdr-tsa"
29324   data: "plot-throughput-speedup-analysis-2n-skx"
29325   filter: "'NIC_Intel-X710' and
29326            '64B' and
29327            'NDRPDR' and
29328            ('ETH' or 'DOT1Q') and
29329            'BASE' and
29330            ('L2BDMACLRN' or 'L2XCFWD') and
29331            'VHOST_1024' and
29332            not 'VXLAN' and
29333            not 'NF_DENSITY' and
29334            not 'IP4FWD' and
29335            not '2VM'"
29336   parameters:
29337   - "throughput"
29338   - "parent"
29339   - "tags"
29340 #  sort:
29341 #  - "not CFS_OPT"
29342 #  - "L2XCFWD"
29343 #  - "not CFS_OPT"
29344 #  - "CFS_OPT"
29345   layout:
29346     title: "vhost-l2sw-2n-skx-x710-64b-base-pdr"
29347     layout: "plot-throughput-speedup-analysis"
29348
29349 # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base vm
29350 -
29351   type: "plot"
29352   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
29353   algorithm: "plot_throughput_speedup_analysis"
29354   output-file-type: ".html"
29355   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
29356   data: "plot-throughput-speedup-analysis-2n-skx"
29357   filter: "'NIC_Intel-X710' and
29358            '64B' and
29359            'NDRPDR' and
29360            ('ETH' or 'DOT1Q') and
29361            ('L2BDMACLRN' or 'L2XCFWD') and
29362            'VHOST_1024' and
29363            not 'CFS_OPT' and
29364            not 'VXLAN' and
29365            not 'NF_DENSITY' and
29366            not 'IP4FWD'"
29367   parameters:
29368   - "throughput"
29369   - "parent"
29370   - "tags"
29371 #  sort:
29372 #  - "1VM"
29373 #  - "L2XCFWD"
29374 #  - "1VM"
29375 #  - "L2BDMACLRN"
29376   layout:
29377     title: "vhost-l2sw-2n-skx-x710-64b-base-vm-ndr"
29378     layout: "plot-throughput-speedup-analysis"
29379
29380 -
29381   type: "plot"
29382   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
29383   algorithm: "plot_throughput_speedup_analysis"
29384   output-file-type: ".html"
29385   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
29386   data: "plot-throughput-speedup-analysis-2n-skx"
29387   filter: "'NIC_Intel-X710' and
29388            '64B' and
29389            'NDRPDR' and
29390            ('ETH' or 'DOT1Q') and
29391            ('L2BDMACLRN' or 'L2XCFWD') and
29392            'VHOST_1024' and
29393            not 'CFS_OPT' and
29394            not 'VXLAN' and
29395            not 'NF_DENSITY' and
29396            not 'IP4FWD'"
29397   parameters:
29398   - "throughput"
29399   - "parent"
29400   - "tags"
29401 #  sort:
29402 #  - "1VM"
29403 #  - "L2XCFWD"
29404 #  - "1VM"
29405 #  - "L2BDMACLRN"
29406   layout:
29407     title: "vhost-l2sw-2n-skx-x710-64b-base-vm-pdr"
29408     layout: "plot-throughput-speedup-analysis"
29409
29410 # Packet Speedup - VPP vhost ip4 2n-skx-xxv710
29411 -
29412   type: "plot"
29413   title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
29414   algorithm: "plot_throughput_speedup_analysis"
29415   output-file-type: ".html"
29416   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
29417   data: "plot-throughput-speedup-analysis-2n-skx"
29418   filter: "'NIC_Intel-XXV710' and
29419            '64B' and
29420            'NDRPDR' and
29421            'ETH' and
29422            'IP4FWD' and
29423            'VHOST_1024' and
29424            not 'VXLAN' and
29425            not 'DOT1Q'"
29426   parameters:
29427   - "throughput"
29428   - "parent"
29429   - "tags"
29430   sort:
29431   - "not CFS_OPT"
29432   - "1VM"
29433   - "2VM"
29434   layout:
29435     title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
29436     layout: "plot-throughput-speedup-analysis"
29437
29438 -
29439   type: "plot"
29440   title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
29441   algorithm: "plot_throughput_speedup_analysis"
29442   output-file-type: ".html"
29443   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
29444   data: "plot-throughput-speedup-analysis-2n-skx"
29445   filter: "'NIC_Intel-XXV710' and
29446            '64B' and
29447            'NDRPDR' and
29448            'ETH' and
29449            'IP4FWD' and
29450            'VHOST_1024' and
29451            not 'VXLAN' and
29452            not 'DOT1Q'"
29453   parameters:
29454   - "throughput"
29455   - "parent"
29456   - "tags"
29457   sort:
29458   - "not CFS_OPT"
29459   - "1VM"
29460   - "2VM"
29461   layout:
29462     title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
29463     layout: "plot-throughput-speedup-analysis"
29464
29465 # Packet Speedup - VPP vhost l2sw 2n-skx-xxv710
29466 -
29467   type: "plot"
29468   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
29469   algorithm: "plot_throughput_speedup_analysis"
29470   output-file-type: ".html"
29471   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
29472   data: "plot-throughput-speedup-analysis-2n-skx"
29473   filter: "'NIC_Intel-XXV710' and
29474            '64B' and
29475            'NDRPDR' and
29476            ('ETH' or 'DOT1Q') and
29477            'L2BDMACLRN' and
29478            'VHOST_1024' and
29479            not 'VXLAN' and
29480            not 'IP4FWD' and
29481            not '2VM'"
29482   parameters:
29483   - "throughput"
29484   - "parent"
29485   - "tags"
29486 #  sort:
29487 #  - "VM"  # "not CFS_OPT"
29488 #  - "CFS_OPT"
29489 #  - "FIB_10K"
29490 #  - "FIB_100K"
29491 #  - "FIB_1M"
29492   layout:
29493     title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-ndr"
29494     layout: "plot-throughput-speedup-analysis"
29495
29496 -
29497   type: "plot"
29498   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
29499   algorithm: "plot_throughput_speedup_analysis"
29500   output-file-type: ".html"
29501   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
29502   data: "plot-throughput-speedup-analysis-2n-skx"
29503   filter: "'NIC_Intel-XXV710' and
29504            '64B' and
29505            'NDRPDR' and
29506            ('ETH' or 'DOT1Q') and
29507            'L2BDMACLRN' and
29508            'VHOST_1024' and
29509            not 'VXLAN' and
29510            not 'IP4FWD' and
29511            not '2VM'"
29512   parameters:
29513   - "throughput"
29514   - "parent"
29515   - "tags"
29516 #  sort:
29517 #  - "VM"  # "not CFS_OPT"
29518 #  - "CFS_OPT"
29519 #  - "FIB_10K"
29520 #  - "FIB_100K"
29521 #  - "FIB_1M"
29522   layout:
29523     title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-pdr"
29524     layout: "plot-throughput-speedup-analysis"
29525
29526 # Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base
29527 -
29528   type: "plot"
29529   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-ndr-tsa"
29530   algorithm: "plot_throughput_speedup_analysis"
29531   output-file-type: ".html"
29532   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-ndr-tsa"
29533   data: "plot-throughput-speedup-analysis-2n-skx"
29534   filter: "'NIC_Intel-XXV710' and
29535            '64B' and
29536            'NDRPDR' and
29537            ('ETH' or 'DOT1Q') and
29538            'BASE' and
29539            ('L2BDMACLRN' or 'L2XCFWD') and
29540            'VHOST_1024' and
29541            not 'VXLAN' and
29542            not 'IP4FWD' and
29543            not '2VM'"
29544   parameters:
29545   - "throughput"
29546   - "parent"
29547   - "tags"
29548 #  sort:
29549 #  - "not CFS_OPT"
29550 #  - "L2XCFWD"
29551 #  - "not CFS_OPT"
29552 #  - "CFS_OPT"
29553   layout:
29554     title: "vhost-l2sw-2n-skx-xxv710-64b-base-ndr"
29555     layout: "plot-throughput-speedup-analysis"
29556
29557 -
29558   type: "plot"
29559   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-pdr-tsa"
29560   algorithm: "plot_throughput_speedup_analysis"
29561   output-file-type: ".html"
29562   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-pdr-tsa"
29563   data: "plot-throughput-speedup-analysis-2n-skx"
29564   filter: "'NIC_Intel-XXV710' and
29565            '64B' and
29566            'NDRPDR' and
29567            ('ETH' or 'DOT1Q') and
29568            'BASE' and
29569            ('L2BDMACLRN' or 'L2XCFWD') and
29570            'VHOST_1024' and
29571            not 'VXLAN' and
29572            not 'IP4FWD' and
29573            not '2VM'"
29574   parameters:
29575   - "throughput"
29576   - "parent"
29577   - "tags"
29578 #  sort:
29579 #  - "not CFS_OPT"
29580 #  - "L2XCFWD"
29581 #  - "not CFS_OPT"
29582 #  - "CFS_OPT"
29583   layout:
29584     title: "vhost-l2sw-2n-skx-xxv710-64b-base-pdr"
29585     layout: "plot-throughput-speedup-analysis"
29586
29587 # Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base vm
29588 -
29589   type: "plot"
29590   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
29591   algorithm: "plot_throughput_speedup_analysis"
29592   output-file-type: ".html"
29593   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
29594   data: "plot-throughput-speedup-analysis-2n-skx"
29595   filter: "'NIC_Intel-XXV710' and
29596            '64B' and
29597            'NDRPDR' and
29598            ('ETH' or 'DOT1Q') and
29599            ('L2BDMACLRN' or 'L2XCFWD') and
29600            'VHOST_1024' and
29601            not 'CFS_OPT' and
29602            not 'VXLAN' and
29603            not 'IP4FWD'"
29604   parameters:
29605   - "throughput"
29606   - "parent"
29607   - "tags"
29608 #  sort:
29609 #  - "1VM"
29610 #  - "L2XCFWD"
29611 #  - "1VM"
29612 #  - "L2BDMACLRN"
29613   layout:
29614     title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr"
29615     layout: "plot-throughput-speedup-analysis"
29616
29617 -
29618   type: "plot"
29619   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
29620   algorithm: "plot_throughput_speedup_analysis"
29621   output-file-type: ".html"
29622   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
29623   data: "plot-throughput-speedup-analysis-2n-skx"
29624   filter: "'NIC_Intel-XXV710' and
29625            '64B' and
29626            'NDRPDR' and
29627            ('ETH' or 'DOT1Q') and
29628            ('L2BDMACLRN' or 'L2XCFWD') and
29629            'VHOST_1024' and
29630            not 'CFS_OPT' and
29631            not 'VXLAN' and
29632            not 'IP4FWD'"
29633   parameters:
29634   - "throughput"
29635   - "parent"
29636   - "tags"
29637 #  sort:
29638 #  - "1VM"
29639 #  - "L2XCFWD"
29640 #  - "1VM"
29641 #  - "L2BDMACLRN"
29642   layout:
29643     title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr"
29644     layout: "plot-throughput-speedup-analysis"
29645
29646 ################################################################################
29647
29648 # Speedup - VPP vts 3n-hsw-x520
29649 -
29650   type: "plot"
29651   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
29652   algorithm: "plot_throughput_speedup_analysis"
29653   output-file-type: ".html"
29654   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
29655   data: "plot-throughput-speedup-analysis-3n-hsw"
29656   filter: "'NIC_Intel-X520-DA2' and
29657            '114B' and
29658            'NDRPDR' and
29659            'VTS'"
29660   parameters:
29661   - "throughput"
29662   - "parent"
29663   - "tags"
29664   layout:
29665     title: "vts-3n-hsw-x520-114b-base_and_scale-ndr"
29666     layout: "plot-throughput-speedup-analysis"
29667
29668 -
29669   type: "plot"
29670   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
29671   algorithm: "plot_throughput_speedup_analysis"
29672   output-file-type: ".html"
29673   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
29674   data: "plot-throughput-speedup-analysis-3n-hsw"
29675   filter: "'NIC_Intel-X520-DA2' and
29676            '114B' and
29677            'NDRPDR' and
29678            'VTS'"
29679   parameters:
29680   - "throughput"
29681   - "parent"
29682   - "tags"
29683   layout:
29684     title: "vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
29685     layout: "plot-throughput-speedup-analysis"