74ce8289b27d06ed23f0a4b0b04d640ab14e4a1b
[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
165     vpp-nic-comparison-3n-hsw:
166       # TODO: Replace with new data
167       # csit-vpp-perf-verify-1901-3n-hsw:
168       csit-vpp-perf-verify-1810-3n-hsw:
169       - 8   # NDRPDR sel
170       - 12  # NDRPDR sel
171       - 14  # NDRPDR sel
172       - 18  # NDRPDR sel
173       - 23  # NDRPDR sel
174       - 25  # NDRPDR sel
175       - 38  # NDRPDR sel
176       - 39  # NDRPDR sel
177       - 41  # NDRPDR sel
178       - 42  # NDRPDR sel
179
180     vpp-performance-changes-3n-skx:
181       csit-vpp-perf-verify-1807-3n-skx:
182       - 33  # NDRPDR sel
183       - 35  # NDRPDR sel
184       - 37  # NDRPDR sel
185       - 38  # NDRPDR sel
186       - 39  # NDRPDR sel
187       - 43  # NDRPDR sel
188       - 44  # NDRPDR sel
189       - 49  # NDRPDR sel
190       - 50  # NDRPDR sel
191       - 56  # NDRPDR sel
192       csit-vpp-perf-verify-1810-3n-skx:
193       - 10  # NDRPDR sel
194       - 14  # NDRPDR sel
195       - 15  # NDRPDR sel
196       - 16  # NDRPDR sel
197       - 17  # NDRPDR sel
198       - 19  # NDRPDR sel
199       - 20  # NDRPDR sel
200       - 21  # NDRPDR sel
201       - 22  # NDRPDR sel
202       - 25  # NDRPDR sel
203       # TODO Add new data:
204       # csit-vpp-perf-verify-1901-3n-skx:
205
206     vpp-nic-comparison-3n-skx:
207       # TODO: Replace with new data
208       # csit-vpp-perf-verify-1901-3n-skx:
209       csit-vpp-perf-verify-1810-3n-skx:
210       - 10  # NDRPDR sel
211       - 14  # NDRPDR sel
212       - 15  # NDRPDR sel
213       - 16  # NDRPDR sel
214       - 17  # NDRPDR sel
215       - 19  # NDRPDR sel
216       - 20  # NDRPDR sel
217       - 21  # NDRPDR sel
218       - 22  # NDRPDR sel
219       - 25  # NDRPDR sel
220
221     vpp-performance-changes-2n-skx:
222       csit-vpp-perf-verify-1807-2n-skx:
223       - 26  # NDRPDR sel
224       - 28  # NDRPDR sel
225       - 29  # NDRPDR sel
226       - 30  # NDRPDR sel
227       - 34  # NDRPDR sel
228       - 35  # NDRPDR sel
229       - 36  # NDRPDR sel
230       - 39  # NDRPDR sel
231       - 40  # NDRPDR sel
232       - 42  # NDRPDR sel
233       csit-vpp-perf-verify-1810-2n-skx:
234       - 9   # NDRPDR sel
235       - 13  # NDRPDR sel
236       - 14  # NDRPDR sel
237       - 19  # NDRPDR sel
238       - 20  # NDRPDR sel
239       - 21  # NDRPDR sel
240       - 22  # NDRPDR sel
241       - 23  # NDRPDR sel
242       - 24  # NDRPDR sel
243       - 27  # NDRPDR sel
244       # TODO Add new data:
245       # csit-vpp-perf-verify-1901-2n-skx:
246
247     vpp-nic-comparison-2n-skx:
248       # TODO: Replace with new data
249       # csit-vpp-perf-verify-1901-2n-skx:
250       csit-vpp-perf-verify-1810-2n-skx:
251       - 9   # NDRPDR sel
252       - 13  # NDRPDR sel
253       - 14  # NDRPDR sel
254       - 19  # NDRPDR sel
255       - 20  # NDRPDR sel
256       - 21  # NDRPDR sel
257       - 22  # NDRPDR sel
258       - 23  # NDRPDR sel
259       - 24  # NDRPDR sel
260       - 27  # NDRPDR sel
261
262     vpp-compare-testbeds:
263       # TODO: Replace with new data
264       # csit-vpp-perf-verify-1901-3n-hsw:
265       csit-vpp-perf-verify-1810-3n-hsw:
266       - 8   # NDRPDR sel
267       - 12  # NDRPDR sel
268       - 14  # NDRPDR sel
269       - 18  # NDRPDR sel
270       - 23  # NDRPDR sel
271       - 25  # NDRPDR sel
272       - 38  # NDRPDR sel
273       - 39  # NDRPDR sel
274       - 41  # NDRPDR sel
275       - 42  # NDRPDR sel
276       # TODO: Replace with new data
277       # csit-vpp-perf-verify-1901-3n-skx:
278       csit-vpp-perf-verify-1810-3n-skx:
279       - 24  # NDRPDR full
280       - 10  # NDRPDR sel
281       - 14  # NDRPDR sel
282       - 15  # NDRPDR sel
283       - 16  # NDRPDR sel
284       - 17  # NDRPDR sel
285       - 19  # NDRPDR sel
286       - 20  # NDRPDR sel
287       - 21  # NDRPDR sel
288       - 22  # NDRPDR sel
289       - 25  # NDRPDR sel
290
291     vpp-compare-testbeds-mrr:
292       # TODO: Replace with new data
293       # csit-vpp-perf-verify-1901-3n-hsw:
294       csit-vpp-perf-verify-1810-3n-hsw:
295       - 9   # MRR sel
296       # TODO: Replace with new data
297       # csit-vpp-perf-verify-1901-3n-skx:
298       csit-vpp-perf-verify-1810-3n-skx:
299       - 9   # MRR sel
300       - 11  # MRR sel
301       - 12  # MRR sel
302       - 13  # MRR sel
303
304     vpp-compare-topologies:
305       # TODO: Replace with new data
306       # csit-vpp-perf-verify-1901-3n-skx:
307       csit-vpp-perf-verify-1810-3n-skx:
308       - 10  # NDRPDR sel
309       - 14  # NDRPDR sel
310       - 15  # NDRPDR sel
311       - 16  # NDRPDR sel
312       - 17  # NDRPDR sel
313       - 19  # NDRPDR sel
314       - 20  # NDRPDR sel
315       - 21  # NDRPDR sel
316       - 22  # NDRPDR sel
317       - 25  # NDRPDR sel
318       # TODO: Replace with new data
319       # csit-vpp-perf-verify-1901-2n-skx:
320       csit-vpp-perf-verify-1810-2n-skx:
321       - 9   # NDRPDR sel
322       - 13  # NDRPDR sel
323       - 14  # NDRPDR sel
324       - 19  # NDRPDR sel
325       - 20  # NDRPDR sel
326       - 21  # NDRPDR sel
327       - 22  # NDRPDR sel
328       - 23  # NDRPDR sel
329       - 24  # NDRPDR sel
330       - 27  # NDRPDR sel
331
332     vpp-compare-topologies-mrr:
333       # TODO: Replace with new data
334       # csit-vpp-perf-verify-1901-3n-skx:
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: Replace with new data
341       # csit-vpp-perf-verify-1901-2n-skx:
342       csit-vpp-perf-verify-1810-2n-skx:
343       - 8   # MRR sel
344       - 10  # MRR sel
345       - 11  # MRR sel
346       - 12  # MRR sel
347
348     vpp-performance-changes-3n-hsw-mrr:
349       csit-vpp-perf-verify-1807-3n-hsw:
350       - 8   # MRR full
351       - 9   # MRR sel
352       - 21  # MRR sel
353       - 31  # MRR sel
354       - 33  # MRR sel
355       - 36  # MRR sel
356       - 41  # MRR sel
357       - 42  # MRR sel
358       - 48  # MRR sel
359       csit-vpp-perf-verify-1810-3n-hsw:
360       - 9   # MRR sel
361       # TODO: Add new data
362       # csit-vpp-perf-verify-1901-3n-hsw:
363
364     vpp-nic-comparison-3n-hsw-mrr:
365       # TODO: Replace with new data
366       # csit-vpp-perf-verify-1901-3n-hsw:
367       csit-vpp-perf-verify-1810-3n-hsw:
368       - 9   # MRR sel
369
370     vpp-performance-changes-3n-skx-mrr:
371       csit-vpp-perf-verify-1807-3n-skx:
372       - 28  # MRR sel
373       - 32  # MRR sel
374       - 36  # MRR sel
375       - 42  # MRR sel
376       - 47  # MRR sel
377       - 48  # MRR sel
378       - 51  # MRR sel
379       - 52  # MRR sel
380       - 53  # MRR sel
381       - 54  # MRR sel
382       csit-vpp-perf-verify-1810-3n-skx:
383       - 9   # MRR sel
384       - 11  # MRR sel
385       - 12  # MRR sel
386       - 13  # MRR sel
387       # TODO: Add new data
388       # csit-vpp-perf-verify-1901-3n-skx:
389
390     vpp-nic-comparison-3n-skx-mrr:
391       # TODO: Replace with new data
392       # csit-vpp-perf-verify-1901-3n-skx:
393       csit-vpp-perf-verify-1810-3n-skx:
394       - 9   # MRR sel
395       - 11  # MRR sel
396       - 12  # MRR sel
397       - 13  # MRR sel
398
399     vpp-performance-changes-2n-skx-mrr:
400       csit-vpp-perf-verify-1807-2n-skx:
401       - 31  # MRR sel
402       - 33  # MRR sel
403       - 37  # MRR sel
404       - 38  # MRR sel
405       - 41  # MRR sel
406       - 43  # MRR sel
407       - 44  # MRR sel
408       - 45  # MRR sel
409       - 46  # MRR sel
410       - 47  # MRR sel
411       csit-vpp-perf-verify-1810-2n-skx:
412       - 8   # MRR sel
413       - 10  # MRR sel
414       - 11  # MRR sel
415       - 12  # MRR sel
416       # TODO: Add new data
417       # csit-vpp-perf-verify-1901-2n-skx:
418
419     vpp-nic-comparison-2n-skx-mrr:
420       # TODO: Replace with new data
421       # csit-vpp-perf-verify-1901-2n-skx:
422       csit-vpp-perf-verify-1810-2n-skx:
423       - 8   # MRR sel
424       - 10  # MRR sel
425       - 11  # MRR sel
426       - 12  # MRR sel
427
428     vpp-perf-results-3n-hsw:
429       # TODO: Replace with new data
430       # csit-vpp-perf-verify-1901-3n-hsw:
431       csit-vpp-perf-verify-1810-3n-hsw:
432       - 20  # NDRPDR full
433       - 21  # NDRPDR full
434       - 22  # NDRPDR full
435       - 27  # NDRPDR full
436
437     vpp-perf-results-3n-skx:
438       # TODO: Replace with new data
439       # csit-vpp-perf-verify-1901-3n-skx:
440       csit-vpp-perf-verify-1810-3n-skx:
441       - 23  # NDRPDR full
442       - 24  # NDRPDR full
443
444     vpp-perf-results-2n-skx:
445       # TODO: Replace with new data
446       # csit-vpp-perf-verify-1901-2n-skx:
447       csit-vpp-perf-verify-1810-2n-skx:
448       - 25  # NDRPDR full
449       - 26  # NDRPDR full
450
451     vpp-mrr-results-3n-hsw:
452       # TODO: Replace with new data
453       # csit-vpp-perf-verify-1901-3n-hsw:
454       csit-vpp-perf-verify-1810-3n-hsw:
455       - 9   # MRR sel
456
457     vpp-mrr-results-3n-skx:
458       # TODO: Replace with new data
459       # csit-vpp-perf-verify-1901-3n-skx:
460       csit-vpp-perf-verify-1810-3n-skx:
461       - 9   # MRR sel
462
463     vpp-mrr-results-2n-skx:
464       # TODO: Replace with new data
465       # csit-vpp-perf-verify-1901-2n-skx:
466       csit-vpp-perf-verify-1810-2n-skx:
467       - 8   # MRR sel
468
469     plot-throughput-speedup-analysis-3n-hsw:
470       # TODO: Replace with new data
471       # csit-vpp-perf-verify-1901-3n-hsw:
472       csit-vpp-perf-verify-1810-3n-hsw:
473       - 8   # NDRPDR sel
474       - 12  # NDRPDR sel
475       - 14  # NDRPDR sel
476       - 18  # NDRPDR sel
477       - 23  # NDRPDR sel
478       - 25  # NDRPDR sel
479       - 38  # NDRPDR sel
480       - 39  # NDRPDR sel
481       - 41  # NDRPDR sel
482       - 42  # NDRPDR sel
483
484     plot-throughput-speedup-analysis-3n-skx:
485       # TODO: Replace with new data
486       # csit-vpp-perf-verify-1901-3n-skx:
487       csit-vpp-perf-verify-1810-3n-skx:
488       - 24  # NDRPDR full
489       - 10  # NDRPDR sel
490       - 14  # NDRPDR sel
491       - 15  # NDRPDR sel
492       - 16  # NDRPDR sel
493       - 17  # NDRPDR sel
494       - 19  # NDRPDR sel
495       - 20  # NDRPDR sel
496       - 21  # NDRPDR sel
497       - 22  # NDRPDR sel
498       - 25  # NDRPDR sel
499
500     plot-throughput-speedup-analysis-2n-skx:
501       # TODO: Replace with new data
502       # csit-vpp-perf-verify-1901-2n-skx:
503       csit-vpp-perf-verify-1810-2n-skx:
504       - 9   # NDRPDR sel
505       - 13  # NDRPDR sel
506       - 14  # NDRPDR sel
507       - 19  # NDRPDR sel
508       - 20  # NDRPDR sel
509       - 21  # NDRPDR sel
510       - 22  # NDRPDR sel
511       - 23  # NDRPDR sel
512       - 24  # NDRPDR sel
513       - 27  # NDRPDR sel
514
515     plot-vpp-throughput-latency-3n-hsw:
516       # TODO: Replace with new data
517       # csit-vpp-perf-verify-1901-3n-hsw:
518       csit-vpp-perf-verify-1810-3n-hsw:
519       - 8   # NDRPDR sel
520       - 12  # NDRPDR sel
521       - 14  # NDRPDR sel
522       - 18  # NDRPDR sel
523       - 23  # NDRPDR sel
524       - 25  # NDRPDR sel
525       - 38  # NDRPDR sel
526       - 39  # NDRPDR sel
527       - 41  # NDRPDR sel
528       - 42  # NDRPDR sel
529
530     plot-vpp-soak-2n-skx:
531       # TODO: Replace with new data
532       # csit-vpp-perf-verify-1901-2n-skx:
533       csit-vpp-perf-verify-master-2n-skx:
534       - 248  # SOAK sel
535       - 251  # SOAK sel
536
537     plot-vpp-vsc-2n-skx:
538       # TODO: Replace with new data
539       # csit-vpp-perf-verify-1901-2n-skx:
540       csit-vpp-perf-verify-master-2n-skx:
541       - 237
542       - 243
543
544     plot-vpp-csc-2n-skx:
545       # TODO: Replace with new data
546       # csit-vpp-perf-verify-1901-2n-skx:
547       csit-vpp-perf-verify-master-2n-skx:
548       - 226
549       - 231
550       - 233
551
552     plot-vpp-csp-2n-skx:
553       # TODO: Replace with new data
554       # csit-vpp-perf-verify-1901-2n-skx:
555       csit-vpp-perf-verify-master-2n-skx:
556         - 247
557
558     plot-vpp-throughput-latency-3n-skx:
559       # TODO: Replace with new data
560       # csit-vpp-perf-verify-1901-3n-skx:
561       csit-vpp-perf-verify-1810-3n-skx:
562       - 24  # NDRPDR full
563       - 10  # NDRPDR sel
564       - 14  # NDRPDR sel
565       - 15  # NDRPDR sel
566       - 16  # NDRPDR sel
567       - 17  # NDRPDR sel
568       - 19  # NDRPDR sel
569       - 20  # NDRPDR sel
570       - 21  # NDRPDR sel
571       - 22  # NDRPDR sel
572       - 25  # NDRPDR sel
573
574     plot-vpp-throughput-latency-2n-skx:
575       # TODO: Replace with new data
576       # csit-vpp-perf-verify-1901-2n-skx:
577       csit-vpp-perf-verify-1810-2n-skx:
578       - 9   # NDRPDR sel
579       - 13  # NDRPDR sel
580       - 14  # NDRPDR sel
581       - 19  # NDRPDR sel
582       - 20  # NDRPDR sel
583       - 21  # NDRPDR sel
584       - 22  # NDRPDR sel
585       - 23  # NDRPDR sel
586       - 24  # NDRPDR sel
587       - 27  # NDRPDR sel
588
589     plot-vpp-http-server-performance:
590       # TODO: Replace with new data
591       # csit-vpp-perf-verify-1901-3n-hsw:
592       csit-vpp-perf-verify-1810-3n-hsw:
593       - 28  # WRK
594       - 29  # WRK
595       - 30  # WRK
596       - 31  # WRK
597       - 32  # WRK
598       - 33  # WRK
599       - 34  # WRK
600       - 35  # WRK
601       - 36  # WRK
602       - 37  # WRK
603
604     # VPP Functional
605     vpp-func-results-ubuntu:
606       csit-vpp-functional-1901-ubuntu1604-virl:
607       - 48
608
609     vpp-func-results-centos:
610       csit-vpp-functional-1901-centos7-virl:
611       - 50
612
613     vpp-device-results-ubuntu:
614       csit-vpp-device-1901-ubuntu1804-1n-skx:
615       - 49
616
617     # VPP Ligato
618     ligato-perf-results-3n-hsw:
619       # TODO: Replace with new data
620       # csit-ligato-perf-verify-1901-3n-hsw:
621       csit-ligato-perf-verify-1810-3n-hsw:
622       - 5   # full
623
624     plot-ligato-throughput-speedup-analysis-3n-hsw:
625       # TODO: Replace with new data
626       # csit-ligato-perf-verify-1901-3n-hsw:
627       csit-ligato-perf-verify-1810-3n-hsw:
628       - 5   # full
629       - 6   # sel
630       - 8   # sel
631       - 9   # sel
632       - 11  # sel
633       - 12  # sel
634       - 13  # sel
635       - 14  # sel
636       - 16  # sel
637       - 17  # sel
638       - 18  # sel
639
640     plot-ligato-throughput-latency-3n-hsw:
641       # TODO: Replace with new data
642       # csit-ligato-perf-verify-1901-3n-hsw:
643       csit-ligato-perf-verify-1810-3n-hsw:
644       - 5   # full
645       - 6   # sel
646       - 8   # sel
647       - 9   # sel
648       - 11  # sel
649       - 12  # sel
650       - 13  # sel
651       - 14  # sel
652       - 16  # sel
653       - 17  # sel
654       - 18  # sel
655
656     # DPDK Performance
657     dpdk-performance-changes-3n-hsw:
658       csit-dpdk-perf-verify-1807-3n-hsw:
659       - 11
660       - 12  # full
661       - 14
662       - 15
663       - 16
664       - 17
665       - 20
666       - 21
667       - 22
668       - 23
669       csit-dpdk-perf-verify-1810-3n-hsw:
670       - 1   # NDRPDR sel
671       - 2   # NDRPDR sel
672       - 3   # NDRPDR sel
673       - 4   # NDRPDR sel
674       - 5   # NDRPDR sel
675       - 6   # NDRPDR sel
676       - 7   # NDRPDR sel
677       - 8   # NDRPDR sel
678       - 9   # NDRPDR sel
679       - 10  # NDRPDR sel
680       # TODO: Add new data
681       # csit-dpdk-perf-verify-1901-3n-hsw:
682
683     dpdk-performance-changes-3n-skx:
684       csit-dpdk-perf-verify-1807-3n-skx:
685       - 1   # NDRPDR sel
686       - 2   # NDRPDR sel
687       - 3   # NDRPDR sel
688       - 6   # NDRPDR sel
689       - 7   # NDRPDR sel
690       - 8   # NDRPDR sel
691       - 9   # NDRPDR sel
692       - 10  # NDRPDR sel
693       - 11  # NDRPDR sel
694       - 12  # NDRPDR sel
695       csit-dpdk-perf-verify-1810-3n-skx:
696       - 3   # NDRPDR sel
697       - 4   # NDRPDR sel
698       - 6   # NDRPDR sel
699       - 7   # NDRPDR sel
700       - 8   # NDRPDR sel
701       - 9   # NDRPDR sel
702       - 10  # NDRPDR sel
703       - 11  # NDRPDR sel
704       - 12  # NDRPDR sel
705       - 13  # NDRPDR sel
706       # TODO: Add new data
707       # csit-dpdk-perf-verify-1901-3n-skx:
708
709     dpdk-compare-testbeds:
710       # TODO: Replace with new data
711       # csit-dpdk-perf-verify-1901-3n-skx:
712       csit-dpdk-perf-verify-1810-3n-skx:
713       - 3   # NDRPDR sel
714       - 4   # NDRPDR sel
715       - 6   # NDRPDR sel
716       - 7   # NDRPDR sel
717       - 8   # NDRPDR sel
718       - 9   # NDRPDR sel
719       - 10  # NDRPDR sel
720       - 11  # NDRPDR sel
721       - 12  # NDRPDR sel
722       - 13  # NDRPDR sel
723       # TODO: Replace with new data
724       # csit-dpdk-perf-verify-1901-3n-hsw:
725       csit-dpdk-perf-verify-1810-3n-hsw:
726       - 1   # NDRPDR sel
727       - 2   # NDRPDR sel
728       - 3   # NDRPDR sel
729       - 4   # NDRPDR sel
730       - 5   # NDRPDR sel
731       - 6   # NDRPDR sel
732       - 7   # NDRPDR sel
733       - 8   # NDRPDR sel
734       - 9   # NDRPDR sel
735       - 10  # NDRPDR sel
736
737     dpdk-compare-topologies:
738       # TODO: Replace with new data
739       # csit-dpdk-perf-verify-1901-3n-skx:
740       csit-dpdk-perf-verify-1810-3n-skx:
741       - 3   # NDRPDR sel
742       - 4   # NDRPDR sel
743       - 6   # NDRPDR sel
744       - 7   # NDRPDR sel
745       - 8   # NDRPDR sel
746       - 9   # NDRPDR sel
747       - 10  # NDRPDR sel
748       - 11  # NDRPDR sel
749       - 12  # NDRPDR sel
750       - 13  # NDRPDR sel
751       # TODO: Replace with new data
752       # csit-dpdk-perf-verify-1901-2n-skx:
753       csit-dpdk-perf-verify-1810-2n-skx:
754       - 3   # NDRPDR sel
755       - 4   # NDRPDR sel
756       - 5   # NDRPDR sel
757       - 7   # NDRPDR sel
758       - 8   # NDRPDR sel
759       - 9   # NDRPDR sel
760       - 10  # NDRPDR sel
761       - 11  # NDRPDR sel
762       - 12  # NDRPDR sel
763       - 13  # NDRPDR sel
764
765     dpdk-perf-results-3n-hsw:
766       # TODO: Replace with new data
767       # csit-dpdk-perf-verify-1901-3n-hsw:
768       csit-dpdk-perf-verify-1810-3n-hsw:
769       - 1
770
771     dpdk-perf-results-3n-skx:
772       # TODO: Replace with new data
773       # csit-dpdk-perf-verify-1901-3n-skx:
774       csit-dpdk-perf-verify-1810-3n-skx:
775       - 3   # NDRPDR sel
776
777     dpdk-perf-results-2n-skx:
778       # TODO: Replace with new data
779       # csit-dpdk-perf-verify-1901-2n-skx:
780       csit-dpdk-perf-verify-1810-2n-skx:
781       - 3
782
783     plot-dpdk-throughput-latency-3n-hsw:
784       # TODO: Replace with new data
785       # csit-dpdk-perf-verify-1901-3n-hsw:
786       csit-dpdk-perf-verify-1810-3n-hsw:
787       - 1   # NDRPDR sel
788       - 2   # NDRPDR sel
789       - 3   # NDRPDR sel
790       - 4   # NDRPDR sel
791       - 5   # NDRPDR sel
792       - 6   # NDRPDR sel
793       - 7   # NDRPDR sel
794       - 8   # NDRPDR sel
795       - 9   # NDRPDR sel
796       - 10  # NDRPDR sel
797
798     plot-dpdk-throughput-latency-3n-skx:
799       # TODO: Replace with new data
800       # csit-dpdk-perf-verify-1901-3n-skx:
801       csit-dpdk-perf-verify-1810-3n-skx:
802       - 3   # NDRPDR sel
803       - 4   # NDRPDR sel
804       - 6   # NDRPDR sel
805       - 7   # NDRPDR sel
806       - 8   # NDRPDR sel
807       - 9   # NDRPDR sel
808       - 10  # NDRPDR sel
809       - 11  # NDRPDR sel
810       - 12  # NDRPDR sel
811       - 13  # NDRPDR sel
812
813     plot-dpdk-throughput-latency-2n-skx:
814       # TODO: Replace with new data
815       # csit-dpdk-perf-verify-1901-2n-skx:
816       csit-dpdk-perf-verify-1810-2n-skx:
817       - 3   # NDRPDR sel
818       - 4   # NDRPDR sel
819       - 5   # NDRPDR sel
820       - 7   # NDRPDR sel
821       - 8   # NDRPDR sel
822       - 9   # NDRPDR sel
823       - 10  # NDRPDR sel
824       - 11  # NDRPDR sel
825       - 12  # NDRPDR sel
826       - 13  # NDRPDR sel
827
828     # HoneyComb Functional
829     hc-func-results:
830       # TODO: Replace with new data
831       # csit-hc2vpp-verify-func-1901-ubuntu1604:
832       csit-hc2vpp-verify-func-1810-ubuntu1604:
833       - 3
834
835     # NSH SFC Functional
836     nsh-func-results:
837       # TODO: Replace with new data
838       # csit-nsh_sfc-verify-func-1901-ubuntu1604-virl:
839       csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
840       - 1
841
842     # DMM Functional
843     dmm-func-results:
844       # TODO: Replace with new data
845       # csit-dmm-functional-1901-ubuntu1604-virl:
846       csit-dmm-functional-1810-ubuntu1604-virl:
847       - 1
848
849   plot-layouts:
850
851     plot-soak-throughput:
852       titlefont:
853         size: 18
854       xaxis:
855         title: "<b>Test Cases [Index]</b>"
856         titlefont:
857           size: 16
858         autorange: True
859         fixedrange: False
860         gridcolor: "rgb(230, 230, 230)"
861         linecolor: "rgb(220, 220, 220)"
862         linewidth: 1
863         showgrid: True
864         showline: True
865         showticklabels: True
866         tickcolor: "rgb(220, 220, 220)"
867         tickmode: "linear"
868         tickfont:
869           size: 16
870         zeroline: False
871       yaxis:
872         title: "<b>Packet Throughput [Mpps]</b>"
873         titlefont:
874           size: 16
875         gridcolor: "rgb(230, 230, 230)"
876         hoverformat: ".4s"
877         tickformat: ".3s"
878         linecolor: "rgb(220, 220, 220)"
879         linewidth: 1
880         showgrid: True
881         showline: True
882         showticklabels: True
883         tickcolor: "rgb(220, 220, 220)"
884         tickfont:
885           size: 16
886         zeroline: False
887         range: [0,50]
888       autosize: False
889       margin:
890         t: 50
891         b: 0
892         l: 80
893         r: 20
894       showlegend: True
895       legend:
896         orientation: "h"
897         font:
898           size: 16
899       width: 700
900       height: 900
901
902     plot-service-density:
903       titlefont:
904         size: 18
905       xaxis:
906         side: "top"
907         autorange: True
908         fixedrange: False
909         showgrid: False
910         showline: False
911         showticklabels: False
912         ticks: ""
913         ticklen: 0
914         tickwidth: 0
915         zeroline: False
916       yaxis:
917         autorange: "reversed"
918         showgrid: False
919         showline: False
920         showticklabels: False
921         ticks: ""
922         ticklen: 0
923         tickwidth: 0
924         zeroline: False
925       autosize: True
926       showlegend: False
927       width: 700
928       height: 700
929
930     plot-cps:
931       titlefont:
932         size: 18
933       xaxis:
934         title: "<b>Test Cases [Index]</b>"
935         titlefont:
936           size: 16
937         autorange: True
938         fixedrange: False
939         gridcolor: "rgb(230, 230, 230)"
940         linecolor: "rgb(220, 220, 220)"
941         linewidth: 1
942         showgrid: True
943         showline: True
944         showticklabels: True
945         tickcolor: "rgb(220, 220, 220)"
946         tickmode: "linear"
947         tickfont:
948           size: 16
949         zeroline: False
950       yaxis:
951         title: "<b>Connections Per Second [cps]</b>"
952         titlefont:
953           size: 16
954         gridcolor: "rgb(230, 230, 230)"
955         hoverformat: ".4s"
956         linecolor: "rgb(220, 220, 220)"
957         linewidth: 1
958         rangemode: "tozero"
959         showgrid: True
960         showline: True
961         showticklabels: True
962         tickcolor: "rgb(220, 220, 220)"
963         tickformat: ".3s"
964         tickfont:
965           size: 16
966         zeroline: False
967       boxmode: "group"
968       boxgroupgap: 0.5
969       autosize: False
970       margin:
971         t: 50
972         b: 20
973         l: 80
974         r: 20
975       showlegend: True
976       legend:
977         orientation: "h"
978         font:
979           size: 16
980       width: 700
981       height: 800
982
983     plot-rps:
984       titlefont:
985         size: 18
986       xaxis:
987         title: "<b>Test Cases [Index]</b>"
988         titlefont:
989           size: 16
990         autorange: True
991         fixedrange: False
992         gridcolor: "rgb(230, 230, 230)"
993         linecolor: "rgb(220, 220, 220)"
994         linewidth: 1
995         showgrid: True
996         showline: True
997         showticklabels: True
998         tickcolor: "rgb(220, 220, 220)"
999         tickmode: "linear"
1000         tickfont:
1001           size: 16
1002         zeroline: False
1003       yaxis:
1004         title: "<b>Requests Per Second [rps]</b>"
1005         titlefont:
1006           size: 16
1007         gridcolor: "rgb(230, 230, 230)"
1008         hoverformat: ".4s"
1009         linecolor: "rgb(220, 220, 220)"
1010         linewidth: 1
1011         rangemode: "tozero"
1012         showgrid: True
1013         showline: True
1014         showticklabels: True
1015         tickcolor: "rgb(230, 230, 230)"
1016         tickformat: ".3s"
1017         tickfont:
1018           size: 16
1019         zeroline: False
1020       boxmode: "group"
1021       boxgroupgap: 0.5
1022       autosize: False
1023       margin:
1024         t: 50
1025         b: 20
1026         l: 80
1027         r: 20
1028       showlegend: True
1029       legend:
1030         orientation: "h"
1031         font:
1032           size: 16
1033       width: 700
1034       height: 800
1035
1036     plot-throughput:
1037       titlefont:
1038         size: 18
1039       xaxis:
1040         title: "<b>Test Cases [Index]</b>"
1041         titlefont:
1042           size: 16
1043         autorange: True
1044         fixedrange: False
1045         gridcolor: "rgb(230, 230, 230)"
1046         linecolor: "rgb(220, 220, 220)"
1047         linewidth: 1
1048         showgrid: True
1049         showline: True
1050         showticklabels: True
1051         tickcolor: "rgb(220, 220, 220)"
1052         tickmode: "linear"
1053         tickfont:
1054           size: 16
1055         zeroline: False
1056       yaxis:
1057         title: "<b>Packet Throughput [Mpps]</b>"
1058         titlefont:
1059           size: 16
1060         gridcolor: "rgb(230, 230, 230)"
1061         hoverformat: ".4s"
1062         tickformat: ".3s"
1063         linecolor: "rgb(220, 220, 220)"
1064         linewidth: 1
1065         showgrid: True
1066         showline: True
1067         showticklabels: True
1068         tickcolor: "rgb(220, 220, 220)"
1069         tickfont:
1070           size: 16
1071         zeroline: False
1072         range: [0,50]
1073       boxmode: "group"
1074       boxgroupgap: 0.5
1075       autosize: False
1076       margin:
1077         t: 50
1078         b: 0
1079         l: 80
1080         r: 20
1081       showlegend: True
1082       legend:
1083         orientation: "h"
1084         font:
1085           size: 16
1086       width: 700
1087       height: 900
1088
1089     plot-throughput-speedup-analysis:
1090       titlefont:
1091         size: 18
1092       xaxis:
1093         title: "<b>Number of Cores [Qty]</b>"
1094         titlefont:
1095           size: 16
1096         autorange: True
1097         fixedrange: False
1098         gridcolor: "rgb(230, 230, 230)"
1099         linecolor: "rgb(220, 220, 220)"
1100         linewidth: 1
1101         showgrid: True
1102         showline: True
1103         showticklabels: True
1104         tickcolor: "rgb(238, 238, 238)"
1105         tickmode: "linear"
1106         tickfont:
1107           size: 16
1108         zeroline: False
1109       yaxis:
1110         title: "<b>Packet Throughput [Mpps]</b>"
1111         titlefont:
1112           size: 16
1113         type: "linear"
1114         gridcolor: "rgb(230, 230, 230)"
1115         hoverformat: ".4s"
1116         linecolor: "rgb(220, 220, 220)"
1117         linewidth: 1
1118         showgrid: True
1119         showline: True
1120         showticklabels: True
1121         tickcolor: "rgb(220, 220, 220)"
1122         tickformat: ".4s"
1123         tickfont:
1124           size: 16
1125         zeroline: True
1126         rangemode: "tozero"
1127         range: [0,100]
1128       legend:
1129         orientation: "h"
1130         font:
1131           size: 16
1132         xanchor: "left"
1133         yanchor: "top"
1134         x: 0
1135         y: -0.2
1136         bgcolor: "rgba(255, 255, 255, 0)"
1137         bordercolor: "rgba(255, 255, 255, 0)"
1138         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1139       autosize: False
1140       margin:
1141           't': 50
1142           'b': 150
1143           'l': 85
1144           'r': 10
1145       showlegend: True
1146       width: 700
1147       height: 700
1148       hoverlabel:
1149         namelength: -1
1150       annotations: [
1151         {
1152           text: "_ _          __          ...",
1153           align: "left",
1154           showarrow: False,
1155           xref: "paper",
1156           yref: "paper",
1157           xanchor: "left",
1158           yanchor: "top",
1159           x: 0,
1160           y: -0.13,
1161           font: {
1162             family: "Consolas, Courier New",
1163             size: 15
1164           },
1165         },
1166         {
1167           text: "    Perfect     Measured     Limit",
1168           align: "left",
1169           showarrow: False,
1170           xref: "paper",
1171           yref: "paper",
1172           xanchor: "left",
1173           yanchor: "top",
1174           x: 0,
1175           y: -0.15,
1176           font: {
1177             family: "Consolas, Courier New",
1178             size: 15
1179           },
1180         },
1181       ]
1182
1183     plot-latency:
1184       titlefont:
1185         size: 18
1186       xaxis:
1187         title: "<b>Direction</b>"
1188         titlefont:
1189           size: 16
1190         autorange: True
1191         fixedrange: False
1192         gridcolor: "rgb(230, 230, 230)"
1193         linecolor: "rgb(220, 220, 220)"
1194         linewidth: 1
1195         showgrid: True
1196         showline: True
1197         showticklabels: False
1198         tickcolor: "rgb(220, 220, 220)"
1199         tickmode: "linear"
1200         tickfont:
1201           size: 16
1202         zeroline: False
1203       yaxis:
1204         title: "<b>Packet Latency [uSec]</b>"
1205         titlefont:
1206           size: 16
1207         type: "linear"
1208         gridcolor: "rgb(230, 230, 230)"
1209         hoverformat: ".4s"
1210         linecolor: "rgb(220, 220, 220)"
1211         linewidth: 1
1212         showgrid: True
1213         showline: True
1214         showticklabels: True
1215         tickcolor: "rgb(220, 220, 220)"
1216         tickformat: ".4s"
1217         tickfont:
1218           size: 16
1219         zeroline: True
1220         rangemode: "tozero"
1221       legend:
1222         orientation: "h"
1223         font:
1224           size: 16
1225         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1226       autosize: False
1227       margin:
1228           't': 50
1229           'b': 150
1230           'l': 80
1231           'r': 10
1232       showlegend: True
1233       width: 700
1234       height: 700
1235       hoverlabel:
1236         namelength: -1
1237
1238 -
1239   type: "static"
1240   src-path: "{DIR[RST]}"
1241   dst-path: "{DIR[WORKING,SRC]}"
1242
1243 -
1244   type: "input"
1245   general:
1246     file-name: "robot-plugin.zip"
1247     file-format: ".zip"
1248     download-path: "{job}/{build}/robot/report/*zip*/{filename}"
1249     extract: "robot-plugin/output.xml"
1250
1251   builds:
1252
1253     intel-dnv-vpp-release-1810:
1254     - 1
1255
1256     csit-vpp-perf-verify-1807-3n-hsw:
1257     - 8   # MRR full
1258     - 9   # MRR sel
1259     - 21  # MRR sel
1260     - 31  # MRR sel
1261     - 33  # MRR sel
1262     - 36  # MRR sel
1263     - 41  # MRR sel
1264     - 42  # MRR sel
1265     - 48  # MRR sel
1266     - 11  # NDRPDR full 1
1267     - 22  # NDRPDR full 2
1268     - 45  # NDRPDR full 3
1269     - 46  # NDRPDR full 4
1270     - 15  # NDRPDR sel
1271     - 16  # NDRPDR sel
1272     - 19  # NDRPDR sel
1273     - 18  # NDRPDR sel
1274     - 20  # NDRPDR sel
1275     - 38  # NDRPDR sel
1276     - 40  # NDRPDR sel
1277     - 44  # NDRPDR sel
1278     - 47  # NDRPDR sel
1279     - 24  # WRK
1280     - 25  # WRK
1281     - 23  # WRK
1282     - 26  # WRK
1283     - 27  # WRK
1284     - 28  # WRK
1285     - 29  # WRK
1286     - 30  # WRK
1287     - 32  # WRK
1288     - 35  # WRK
1289     csit-vpp-perf-verify-1810-3n-hsw:
1290     - 9   # MRR sel
1291     - 20  # NDRPDR full
1292     - 21  # NDRPDR full
1293     - 22  # NDRPDR full
1294     - 27  # NDRPDR full
1295     - 8   # NDRPDR sel
1296     - 12  # NDRPDR sel
1297     - 14  # NDRPDR sel
1298     - 18  # NDRPDR sel
1299     - 23  # NDRPDR sel
1300     - 25  # NDRPDR sel
1301     - 38  # NDRPDR sel
1302     - 39  # NDRPDR sel
1303     - 41  # NDRPDR sel
1304     - 42  # NDRPDR sel
1305     - 28  # WRK
1306     - 29  # WRK
1307     - 30  # WRK
1308     - 31  # WRK
1309     - 32  # WRK
1310     - 33  # WRK
1311     - 34  # WRK
1312     - 35  # WRK
1313     - 36  # WRK
1314     - 37  # WRK
1315     csit-vpp-perf-verify-1807-3n-skx:
1316     - 31  # MRR full
1317     - 28  # MRR sel
1318     - 32  # MRR sel
1319     - 36  # MRR sel
1320     - 42  # MRR sel
1321     - 47  # MRR sel
1322     - 48  # MRR sel
1323     - 51  # MRR sel
1324     - 52  # MRR sel
1325     - 53  # MRR sel
1326     - 54  # MRR sel
1327     - 40  # NDRPDR full 1
1328     - 41  # NDRPDR full 2
1329     - 33  # NDRPDR sel
1330     - 35  # NDRPDR sel
1331     - 37  # NDRPDR sel
1332     - 38  # NDRPDR sel
1333     - 39  # NDRPDR sel
1334     - 43  # NDRPDR sel
1335     - 44  # NDRPDR sel
1336     - 49  # NDRPDR sel
1337     - 50  # NDRPDR sel
1338     - 56  # NDRPDR sel
1339     csit-vpp-perf-verify-1810-3n-skx:
1340     - 9   # MRR sel
1341     - 11  # MRR sel
1342     - 12  # MRR sel
1343     - 13  # MRR sel
1344     - 23  # NDRPDR full
1345     - 24  # NDRPDR full
1346     - 10  # NDRPDR sel
1347     - 14  # NDRPDR sel
1348     - 15  # NDRPDR sel
1349     - 16  # NDRPDR sel
1350     - 17  # NDRPDR sel
1351     - 19  # NDRPDR sel
1352     - 20  # NDRPDR sel
1353     - 21  # NDRPDR sel
1354     - 22  # NDRPDR sel
1355     - 25  # NDRPDR sel
1356     csit-vpp-perf-verify-1807-2n-skx:
1357     - 27  # MRR full
1358     - 31  # MRR sel
1359     - 33  # MRR sel
1360     - 37  # MRR sel
1361     - 38  # MRR sel
1362     - 41  # MRR sel
1363     - 43  # MRR sel
1364     - 44  # MRR sel
1365     - 45  # MRR sel
1366     - 46  # MRR sel
1367     - 47  # MRR sel
1368     - 32  # NDRPDR full
1369     - 26  # NDRPDR sel
1370     - 28  # NDRPDR sel
1371     - 29  # NDRPDR sel
1372     - 30  # NDRPDR sel
1373     - 34  # NDRPDR sel
1374     - 35  # NDRPDR sel
1375     - 36  # NDRPDR sel
1376     - 39  # NDRPDR sel
1377     - 40  # NDRPDR sel
1378     - 42  # NDRPDR sel
1379     csit-vpp-perf-verify-1810-2n-skx:
1380     - 8   # MRR sel
1381     - 10  # MRR sel
1382     - 11  # MRR sel
1383     - 12  # MRR sel
1384     - 25  # NDRPDR full
1385     - 26  # NDRPDR full
1386     - 9   # NDRPDR sel
1387     - 13  # NDRPDR sel
1388     - 14  # NDRPDR sel
1389     - 19  # NDRPDR sel
1390     - 20  # NDRPDR sel
1391     - 21  # NDRPDR sel
1392     - 22  # NDRPDR sel
1393     - 23  # NDRPDR sel
1394     - 24  # NDRPDR sel
1395     - 27  # NDRPDR sel
1396     csit-vpp-perf-verify-master-2n-skx:
1397     - 248  # SOAK sel
1398     - 251  # SOAK sel
1399     - 237  # VSC
1400     - 226  # CSC
1401     - 231  # CSC
1402     - 233  # CSC
1403     - 243  # VSC
1404     - 247  # CSP
1405     csit-ligato-perf-verify-1810-3n-hsw:
1406     - 5   # full
1407     - 6   # sel
1408     - 8   # sel
1409     - 9   # sel
1410     - 11  # sel
1411     - 12  # sel
1412     - 13  # sel
1413     - 14  # sel
1414     - 16  # sel
1415     - 17  # sel
1416     - 18  # sel
1417     csit-dpdk-perf-verify-1807-3n-hsw:
1418     - 11
1419     - 12  # full
1420     - 14
1421     - 15
1422     - 16
1423     - 17
1424     - 20
1425     - 21
1426     - 22
1427     - 23
1428     csit-dpdk-perf-verify-1810-3n-hsw:
1429     - 1   # NDRPDR sel
1430     - 2   # NDRPDR sel
1431     - 3   # NDRPDR sel
1432     - 4   # NDRPDR sel
1433     - 5   # NDRPDR sel
1434     - 6   # NDRPDR sel
1435     - 7   # NDRPDR sel
1436     - 8   # NDRPDR sel
1437     - 9   # NDRPDR sel
1438     - 10  # NDRPDR sel
1439     csit-dpdk-perf-verify-1807-3n-skx:
1440     - 1   # NDRPDR sel
1441     - 2   # NDRPDR sel
1442     - 3   # NDRPDR sel
1443     - 6   # NDRPDR sel
1444     - 7   # NDRPDR sel
1445     - 8   # NDRPDR sel
1446     - 9   # NDRPDR sel
1447     - 10  # NDRPDR sel
1448     - 11  # NDRPDR sel
1449     - 12  # NDRPDR sel
1450     csit-dpdk-perf-verify-1810-3n-skx:
1451     - 3   # NDRPDR sel
1452     - 4   # NDRPDR sel
1453     - 6   # NDRPDR sel
1454     - 7   # NDRPDR sel
1455     - 8   # NDRPDR sel
1456     - 9   # NDRPDR sel
1457     - 10  # NDRPDR sel
1458     - 11  # NDRPDR sel
1459     - 12  # NDRPDR sel
1460     - 13  # NDRPDR sel
1461     csit-dpdk-perf-verify-1810-2n-skx:
1462     - 3   # NDRPDR sel
1463     - 4   # NDRPDR sel
1464     - 5   # NDRPDR sel
1465     - 7   # NDRPDR sel
1466     - 8   # NDRPDR sel
1467     - 9   # NDRPDR sel
1468     - 10  # NDRPDR sel
1469     - 11  # NDRPDR sel
1470     - 12  # NDRPDR sel
1471     - 13  # NDRPDR sel
1472
1473     csit-vpp-functional-1901-ubuntu1604-virl:
1474     - 48
1475     csit-vpp-functional-1901-centos7-virl:
1476     - 50
1477     csit-vpp-device-1901-ubuntu1804-1n-skx:
1478     - 49
1479     csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
1480     - 1
1481     csit-dmm-functional-1810-ubuntu1604-virl:
1482     - 1
1483     csit-hc2vpp-verify-func-1810-ubuntu1604:
1484     - 3
1485
1486 -
1487   type: "output"
1488   output: "report"
1489   format:
1490     html:
1491     - full
1492     pdf:
1493     - minimal
1494
1495 ################################################################################
1496 ###                               T A B L E S                                ###
1497 ################################################################################
1498
1499
1500 # VPP Compare NICs 3n-hsw 1t1c ndr
1501 -
1502   type: "table"
1503   title: "VPP Compare NICs 3n-hsw 1t1c ndr"
1504   algorithm: "table_nics_comparison"
1505   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-ndr"
1506   reference:
1507     title: "Intel-x520"
1508     nic: "NIC_Intel-X520-DA2"
1509   compare:
1510     title: "Intel-x710"
1511     nic: "NIC_Intel-X710"
1512   data: "vpp-nic-comparison-3n-hsw"
1513   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1514   filter: "'1T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1515   parameters:
1516   - "name"
1517   - "parent"
1518   - "throughput"
1519   - "tags"
1520
1521 # VPP Compare NICs 3n-hsw 2t2c ndr
1522 -
1523   type: "table"
1524   title: "VPP Compare NICs 3n-hsw 2t2c ndr"
1525   algorithm: "table_nics_comparison"
1526   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-ndr"
1527   reference:
1528     title: "Intel-x520"
1529     nic: "NIC_Intel-X520-DA2"
1530   compare:
1531     title: "Intel-x710"
1532     nic: "NIC_Intel-X710"
1533   data: "vpp-nic-comparison-3n-hsw"
1534   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1535   filter: "'2T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1536   parameters:
1537   - "name"
1538   - "parent"
1539   - "throughput"
1540   - "tags"
1541
1542 # VPP Compare NICs 3n-hsw 1t1c pdr
1543 -
1544   type: "table"
1545   title: "VPP Compare NICs 3n-hsw 1t1c pdr"
1546   algorithm: "table_nics_comparison"
1547   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-pdr"
1548   reference:
1549     title: "Intel-x520"
1550     nic: "NIC_Intel-X520-DA2"
1551   compare:
1552     title: "Intel-x710"
1553     nic: "NIC_Intel-X710"
1554   data: "vpp-nic-comparison-3n-hsw"
1555   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1556   filter: "'1T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1557   parameters:
1558   - "name"
1559   - "parent"
1560   - "throughput"
1561   - "tags"
1562
1563 # VPP Compare NICs 3n-hsw 2t2c pdr
1564 -
1565   type: "table"
1566   title: "VPP Compare NICs 3n-hsw 2t2c pdr"
1567   algorithm: "table_nics_comparison"
1568   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-pdr"
1569   reference:
1570     title: "Intel-x520"
1571     nic: "NIC_Intel-X520-DA2"
1572   compare:
1573     title: "Intel-x710"
1574     nic: "NIC_Intel-X710"
1575   data: "vpp-nic-comparison-3n-hsw"
1576   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1577   filter: "'2T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1578   parameters:
1579   - "name"
1580   - "parent"
1581   - "throughput"
1582   - "tags"
1583
1584 # VPP Compare NICs 3n-hsw 1t1c mrr
1585 -
1586   type: "table"
1587   title: "VPP Compare NICs 3n-hsw 1t1c mrr"
1588   algorithm: "table_nics_comparison"
1589   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-mrr"
1590   reference:
1591     title: "Intel-x520"
1592     nic: "NIC_Intel-X520-DA2"
1593   compare:
1594     title: "Intel-x710"
1595     nic: "NIC_Intel-X710"
1596   data: "vpp-nic-comparison-3n-hsw-mrr"
1597   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1598   filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1599   parameters:
1600   - "name"
1601   - "parent"
1602   - "result"
1603   - "tags"
1604
1605 # VPP Compare NICs 3n-hsw 2t2c mrr
1606 -
1607   type: "table"
1608   title: "VPP Compare NICs 3n-hsw 2t2c mrr"
1609   algorithm: "table_nics_comparison"
1610   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-mrr"
1611   reference:
1612     title: "Intel-x520"
1613     nic: "NIC_Intel-X520-DA2"
1614   compare:
1615     title: "Intel-x710"
1616     nic: "NIC_Intel-X710"
1617   data: "vpp-nic-comparison-3n-hsw-mrr"
1618   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1619   filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1620   parameters:
1621   - "name"
1622   - "parent"
1623   - "result"
1624   - "tags"
1625
1626 # VPP Compare NICs 3n-hsw 4t4c mrr
1627 -
1628   type: "table"
1629   title: "VPP Compare NICs 3n-hsw 4t4c mrr"
1630   algorithm: "table_nics_comparison"
1631   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-nics-mrr"
1632   reference:
1633     title: "Intel-x520"
1634     nic: "NIC_Intel-X520-DA2"
1635   compare:
1636     title: "Intel-x710"
1637     nic: "NIC_Intel-X710"
1638   data: "vpp-nic-comparison-3n-hsw-mrr"
1639   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1640   filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1641   parameters:
1642   - "name"
1643   - "parent"
1644   - "result"
1645   - "tags"
1646
1647 # VPP Compare NICs 3n-skx 2t1c ndr
1648 -
1649   type: "table"
1650   title: "VPP Compare NICs 3n-skx 2t1c ndr"
1651   algorithm: "table_nics_comparison"
1652   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
1653   reference:
1654     title: "Intel-x710"
1655     nic: "NIC_Intel-X710"
1656   compare:
1657     title: "Intel-xxv710"
1658     nic: "NIC_Intel-XXV710"
1659   data: "vpp-nic-comparison-3n-skx"
1660   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1661   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1662   parameters:
1663   - "name"
1664   - "parent"
1665   - "throughput"
1666   - "tags"
1667
1668 # VPP Compare NICs 3n-skx 4t2c ndr
1669 -
1670   type: "table"
1671   title: "VPP Compare NICs 3n-skx 4t2c ndr"
1672   algorithm: "table_nics_comparison"
1673   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
1674   reference:
1675     title: "Intel-x710"
1676     nic: "NIC_Intel-X710"
1677   compare:
1678     title: "Intel-xxv710"
1679     nic: "NIC_Intel-XXV710"
1680   data: "vpp-nic-comparison-3n-skx"
1681   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1682   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1683   parameters:
1684   - "name"
1685   - "parent"
1686   - "throughput"
1687   - "tags"
1688
1689 # VPP Compare NICs 3n-skx 2t1c pdr
1690 -
1691   type: "table"
1692   title: "VPP Compare NICs 3n-skx 2t1c pdr"
1693   algorithm: "table_nics_comparison"
1694   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
1695   reference:
1696     title: "Intel-x710"
1697     nic: "NIC_Intel-X710"
1698   compare:
1699     title: "Intel-xxv710"
1700     nic: "NIC_Intel-XXV710"
1701   data: "vpp-nic-comparison-3n-skx"
1702   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1703   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1704   parameters:
1705   - "name"
1706   - "parent"
1707   - "throughput"
1708   - "tags"
1709
1710  # VPP Compare NICs 3n-skx 4t2c pdr
1711 -
1712   type: "table"
1713   title: "VPP Compare NICs 3n-skx 4t2c pdr"
1714   algorithm: "table_nics_comparison"
1715   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
1716   reference:
1717     title: "Intel-x710"
1718     nic: "NIC_Intel-X710"
1719   compare:
1720     title: "Intel-xxv710"
1721     nic: "NIC_Intel-XXV710"
1722   data: "vpp-nic-comparison-3n-skx"
1723   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1724   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1725   parameters:
1726   - "name"
1727   - "parent"
1728   - "throughput"
1729   - "tags"
1730
1731 # VPP Compare NICs 3n-skx 2t1c mrr
1732 -
1733   type: "table"
1734   title: "VPP Compare NICs 3n-skx 2t1c mrr"
1735   algorithm: "table_nics_comparison"
1736   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
1737   reference:
1738     title: "Intel-x710"
1739     nic: "NIC_Intel-X710"
1740   compare:
1741     title: "Intel-xxv710"
1742     nic: "NIC_Intel-XXV710"
1743   data: "vpp-nic-comparison-3n-skx-mrr"
1744   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1745   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1746   parameters:
1747   - "name"
1748   - "parent"
1749   - "result"
1750   - "tags"
1751
1752 # VPP Compare NICs 3n-skx 4t2c mrr
1753 -
1754   type: "table"
1755   title: "VPP Compare NICs 3n-skx 4t2c mrr"
1756   algorithm: "table_nics_comparison"
1757   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
1758   reference:
1759     title: "Intel-x710"
1760     nic: "NIC_Intel-X710"
1761   compare:
1762     title: "Intel-xxv710"
1763     nic: "NIC_Intel-XXV710"
1764   data: "vpp-nic-comparison-3n-skx-mrr"
1765   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1766   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1767   parameters:
1768   - "name"
1769   - "parent"
1770   - "result"
1771   - "tags"
1772
1773  # VPP Compare NICs 3n-skx 8t4c mrr
1774 -
1775   type: "table"
1776   title: "VPP Compare NICs 3n-skx 8t4c mrr"
1777   algorithm: "table_nics_comparison"
1778   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
1779   reference:
1780     title: "Intel-x710"
1781     nic: "NIC_Intel-X710"
1782   compare:
1783     title: "Intel-xxv710"
1784     nic: "NIC_Intel-XXV710"
1785   data: "vpp-nic-comparison-3n-skx-mrr"
1786   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1787   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1788   parameters:
1789   - "name"
1790   - "parent"
1791   - "result"
1792   - "tags"
1793
1794 # VPP Compare NICs 2n-skx 2t1c ndr
1795 -
1796   type: "table"
1797   title: "VPP Compare NICs 2n-skx 2t1c ndr"
1798   algorithm: "table_nics_comparison"
1799   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
1800   reference:
1801     title: "Intel-x710"
1802     nic: "NIC_Intel-X710"
1803   compare:
1804     title: "Intel-xxv710"
1805     nic: "NIC_Intel-XXV710"
1806   data: "vpp-nic-comparison-2n-skx"
1807   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1808   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1809   parameters:
1810   - "name"
1811   - "parent"
1812   - "throughput"
1813   - "tags"
1814
1815 # VPP Compare NICs 2n-skx 4t2c ndr
1816 -
1817   type: "table"
1818   title: "VPP Compare NICs 2n-skx 4t2c ndr"
1819   algorithm: "table_nics_comparison"
1820   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
1821   reference:
1822     title: "Intel-x710"
1823     nic: "NIC_Intel-X710"
1824   compare:
1825     title: "Intel-xxv710"
1826     nic: "NIC_Intel-XXV710"
1827   data: "vpp-nic-comparison-2n-skx"
1828   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1829   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1830   parameters:
1831   - "name"
1832   - "parent"
1833   - "throughput"
1834   - "tags"
1835
1836  # VPP Compare NICs 2n-skx 2t1c pdr
1837 -
1838   type: "table"
1839   title: "VPP Compare NICs 2n-skx 2t1c pdr"
1840   algorithm: "table_nics_comparison"
1841   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
1842   reference:
1843     title: "Intel-x710"
1844     nic: "NIC_Intel-X710"
1845   compare:
1846     title: "Intel-xxv710"
1847     nic: "NIC_Intel-XXV710"
1848   data: "vpp-nic-comparison-2n-skx"
1849   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1850   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1851   parameters:
1852   - "name"
1853   - "parent"
1854   - "throughput"
1855   - "tags"
1856
1857 # VPP Compare NICs 2n-skx 4t2c pdr
1858 -
1859   type: "table"
1860   title: "VPP Compare NICs 2n-skx 4t2c pdr"
1861   algorithm: "table_nics_comparison"
1862   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
1863   reference:
1864     title: "Intel-x710"
1865     nic: "NIC_Intel-X710"
1866   compare:
1867     title: "Intel-xxv710"
1868     nic: "NIC_Intel-XXV710"
1869   data: "vpp-nic-comparison-2n-skx"
1870   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1871   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1872   parameters:
1873   - "name"
1874   - "parent"
1875   - "throughput"
1876   - "tags"
1877
1878 # VPP Compare NICs 2n-skx 2t1c mrr
1879 -
1880   type: "table"
1881   title: "VPP Compare NICs 2n-skx 2t1c mrr"
1882   algorithm: "table_nics_comparison"
1883   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
1884   reference:
1885     title: "Intel-x710"
1886     nic: "NIC_Intel-X710"
1887   compare:
1888     title: "Intel-xxv710"
1889     nic: "NIC_Intel-XXV710"
1890   data: "vpp-nic-comparison-2n-skx-mrr"
1891   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1892   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1893   parameters:
1894   - "name"
1895   - "parent"
1896   - "result"
1897   - "tags"
1898
1899 # VPP Compare NICs 2n-skx 4t2c mrr
1900 -
1901   type: "table"
1902   title: "VPP Compare NICs 2n-skx 4t2c mrr"
1903   algorithm: "table_nics_comparison"
1904   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
1905   reference:
1906     title: "Intel-x710"
1907     nic: "NIC_Intel-X710"
1908   compare:
1909     title: "Intel-xxv710"
1910     nic: "NIC_Intel-XXV710"
1911   data: "vpp-nic-comparison-2n-skx-mrr"
1912   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1913   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1914   parameters:
1915   - "name"
1916   - "parent"
1917   - "result"
1918   - "tags"
1919
1920 # VPP Compare NICs 2n-skx 8t4c mrr
1921 -
1922   type: "table"
1923   title: "VPP Compare NICs 2n-skx 8t4c mrr"
1924   algorithm: "table_nics_comparison"
1925   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
1926   reference:
1927     title: "Intel-x710"
1928     nic: "NIC_Intel-X710"
1929   compare:
1930     title: "Intel-xxv710"
1931     nic: "NIC_Intel-XXV710"
1932   data: "vpp-nic-comparison-2n-skx-mrr"
1933   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1934   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1935   parameters:
1936   - "name"
1937   - "parent"
1938   - "result"
1939   - "tags"
1940
1941 ################################################################################
1942 # VPP
1943
1944 # VPP Performance Changes 3n-hsw 1t1c pdr
1945 -
1946   type: "table"
1947   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
1948   algorithm: "table_performance_comparison"
1949   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
1950   history:
1951     -
1952       title: "rls1807"
1953       data:
1954         csit-vpp-perf-verify-1807-3n-hsw:
1955         - 11  # NDRPDR full 1
1956         - 22  # NDRPDR full 2
1957         - 45  # NDRPDR full 3
1958         - 46  # NDRPDR full 4
1959         - 15  # NDRPDR sel
1960         - 16  # NDRPDR sel
1961         - 19  # NDRPDR sel
1962         - 18  # NDRPDR sel
1963         - 20  # NDRPDR sel
1964         - 38  # NDRPDR sel
1965         - 40  # NDRPDR sel
1966         - 44  # NDRPDR sel
1967   reference:
1968     title: "rls1810"
1969     data:
1970       csit-vpp-perf-verify-1810-3n-hsw:
1971       - 8   # NDRPDR sel
1972       - 12  # NDRPDR sel
1973       - 14  # NDRPDR sel
1974       - 18  # NDRPDR sel
1975       - 23  # NDRPDR sel
1976       - 25  # NDRPDR sel
1977       - 38  # NDRPDR sel
1978       - 39  # NDRPDR sel
1979       - 41  # NDRPDR sel
1980       - 42  # NDRPDR sel
1981   compare:
1982     title: "rls1901"
1983     data:
1984       # TODO: Replace with new data:
1985       csit-vpp-perf-verify-1810-3n-hsw:
1986       - 8   # NDRPDR sel
1987       - 12  # NDRPDR sel
1988       - 14  # NDRPDR sel
1989       - 18  # NDRPDR sel
1990       - 23  # NDRPDR sel
1991       - 25  # NDRPDR sel
1992       - 38  # NDRPDR sel
1993       - 39  # NDRPDR sel
1994       - 41  # NDRPDR sel
1995       - 42  # NDRPDR sel
1996   data: "vpp-performance-changes-3n-hsw"
1997   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1998   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1999   parameters:
2000   - "name"
2001   - "parent"
2002   - "throughput"
2003
2004 # VPP Performance Changes 3n-hsw 2t2c pdr
2005 -
2006   type: "table"
2007   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
2008   algorithm: "table_performance_comparison"
2009   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
2010   history:
2011     -
2012       title: "rls1807"
2013       data:
2014         csit-vpp-perf-verify-1807-3n-hsw:
2015         - 11  # NDRPDR full 1
2016         - 22  # NDRPDR full 2
2017         - 45  # NDRPDR full 3
2018         - 46  # NDRPDR full 4
2019         - 15  # NDRPDR sel
2020         - 16  # NDRPDR sel
2021         - 19  # NDRPDR sel
2022         - 18  # NDRPDR sel
2023         - 20  # NDRPDR sel
2024         - 38  # NDRPDR sel
2025         - 40  # NDRPDR sel
2026         - 44  # NDRPDR sel
2027         - 47  # NDRPDR sel
2028   reference:
2029     title: "rls1810"
2030     data:
2031       csit-vpp-perf-verify-1810-3n-hsw:
2032       - 8   # NDRPDR sel
2033       - 12  # NDRPDR sel
2034       - 14  # NDRPDR sel
2035       - 18  # NDRPDR sel
2036       - 23  # NDRPDR sel
2037       - 25  # NDRPDR sel
2038       - 38  # NDRPDR sel
2039       - 39  # NDRPDR sel
2040       - 41  # NDRPDR sel
2041       - 42  # NDRPDR sel
2042   compare:
2043     title: "rls1901"
2044     data:
2045       # TODO: Replace with new data:
2046       csit-vpp-perf-verify-1810-3n-hsw:
2047       - 8   # NDRPDR sel
2048       - 12  # NDRPDR sel
2049       - 14  # NDRPDR sel
2050       - 18  # NDRPDR sel
2051       - 23  # NDRPDR sel
2052       - 25  # NDRPDR sel
2053       - 38  # NDRPDR sel
2054       - 39  # NDRPDR sel
2055       - 41  # NDRPDR sel
2056       - 42  # NDRPDR sel
2057   data: "vpp-performance-changes-3n-hsw"
2058   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2059   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2060   parameters:
2061   - "name"
2062   - "parent"
2063   - "throughput"
2064
2065 # VPP Performance Changes 3n-hsw 1t1c ndr
2066 -
2067   type: "table"
2068   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
2069   algorithm: "table_performance_comparison"
2070   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
2071   history:
2072     -
2073       title: "rls1807"
2074       data:
2075         csit-vpp-perf-verify-1807-3n-hsw:
2076         - 11  # NDRPDR full 1
2077         - 22  # NDRPDR full 2
2078         - 45  # NDRPDR full 3
2079         - 46  # NDRPDR full 4
2080         - 15  # NDRPDR sel
2081         - 16  # NDRPDR sel
2082         - 19  # NDRPDR sel
2083         - 18  # NDRPDR sel
2084         - 20  # NDRPDR sel
2085         - 38  # NDRPDR sel
2086         - 40  # NDRPDR sel
2087         - 44  # NDRPDR sel
2088         - 47  # NDRPDR sel
2089   reference:
2090     title: "rls1810"
2091     data:
2092       csit-vpp-perf-verify-1810-3n-hsw:
2093       - 8   # NDRPDR sel
2094       - 12  # NDRPDR sel
2095       - 14  # NDRPDR sel
2096       - 18  # NDRPDR sel
2097       - 23  # NDRPDR sel
2098       - 25  # NDRPDR sel
2099       - 38  # NDRPDR sel
2100       - 39  # NDRPDR sel
2101       - 41  # NDRPDR sel
2102       - 42  # NDRPDR sel
2103   compare:
2104     title: "rls1901"
2105     data:
2106       # TODO: Replace with new data:
2107       csit-vpp-perf-verify-1810-3n-hsw:
2108       - 8   # NDRPDR sel
2109       - 12  # NDRPDR sel
2110       - 14  # NDRPDR sel
2111       - 18  # NDRPDR sel
2112       - 23  # NDRPDR sel
2113       - 25  # NDRPDR sel
2114       - 38  # NDRPDR sel
2115       - 39  # NDRPDR sel
2116       - 41  # NDRPDR sel
2117       - 42  # NDRPDR sel
2118   data: "vpp-performance-changes-3n-hsw"
2119   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2120   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2121   parameters:
2122   - "name"
2123   - "parent"
2124   - "throughput"
2125
2126 # VPP Performance Changes 3n-hsw 2t2c ndr
2127 -
2128   type: "table"
2129   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
2130   algorithm: "table_performance_comparison"
2131   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
2132   history:
2133     -
2134       title: "rls1807"
2135       data:
2136         csit-vpp-perf-verify-1807-3n-hsw:
2137         - 11  # NDRPDR full 1
2138         - 22  # NDRPDR full 2
2139         - 45  # NDRPDR full 3
2140         - 46  # NDRPDR full 4
2141         - 15  # NDRPDR sel
2142         - 16  # NDRPDR sel
2143         - 19  # NDRPDR sel
2144         - 18  # NDRPDR sel
2145         - 20  # NDRPDR sel
2146         - 38  # NDRPDR sel
2147         - 40  # NDRPDR sel
2148         - 44  # NDRPDR sel
2149         - 47  # NDRPDR sel
2150   reference:
2151     title: "rls1810"
2152     data:
2153       csit-vpp-perf-verify-1810-3n-hsw:
2154       - 8   # NDRPDR sel
2155       - 12  # NDRPDR sel
2156       - 14  # NDRPDR sel
2157       - 18  # NDRPDR sel
2158       - 23  # NDRPDR sel
2159       - 25  # NDRPDR sel
2160       - 38  # NDRPDR sel
2161       - 39  # NDRPDR sel
2162       - 41  # NDRPDR sel
2163       - 42  # NDRPDR sel
2164   compare:
2165     title: "rls1901"
2166     data:
2167       # TODO: Replace with new data:
2168       csit-vpp-perf-verify-1810-3n-hsw:
2169       - 8   # NDRPDR sel
2170       - 12  # NDRPDR sel
2171       - 14  # NDRPDR sel
2172       - 18  # NDRPDR sel
2173       - 23  # NDRPDR sel
2174       - 25  # NDRPDR sel
2175       - 38  # NDRPDR sel
2176       - 39  # NDRPDR sel
2177       - 41  # NDRPDR sel
2178       - 42  # NDRPDR sel
2179   data: "vpp-performance-changes-3n-hsw"
2180   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2181   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2182   parameters:
2183   - "name"
2184   - "parent"
2185   - "throughput"
2186
2187 # VPP Performance Changes 3n-skx 2t1c pdr
2188 -
2189   type: "table"
2190   title: "VPP Performance Changes 3n-skx 2t1c pdr"
2191   algorithm: "table_performance_comparison"
2192   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
2193   history:
2194     -
2195       title: "rls1807"
2196       data:
2197         csit-vpp-perf-verify-1807-3n-skx:
2198         - 33  # NDRPDR sel
2199         - 35  # NDRPDR sel
2200         - 37  # NDRPDR sel
2201         - 38  # NDRPDR sel
2202         - 39  # NDRPDR sel
2203         - 43  # NDRPDR sel
2204         - 44  # NDRPDR sel
2205         - 49  # NDRPDR sel
2206         - 50  # NDRPDR sel
2207         - 56  # NDRPDR sel
2208   reference:
2209     title: "rls1810"
2210     data:
2211       csit-vpp-perf-verify-1810-3n-skx:
2212       - 10  # NDRPDR sel
2213       - 14  # NDRPDR sel
2214       - 15  # NDRPDR sel
2215       - 16  # NDRPDR sel
2216       - 17  # NDRPDR sel
2217       - 19  # NDRPDR sel
2218       - 20  # NDRPDR sel
2219       - 21  # NDRPDR sel
2220       - 22  # NDRPDR sel
2221       - 25  # NDRPDR sel
2222   compare:
2223     title: "rls1901"
2224     data:
2225       # TODO: Replace with new 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   data: "vpp-performance-changes-3n-skx"
2238   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2239   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2240   parameters:
2241   - "name"
2242   - "parent"
2243   - "throughput"
2244
2245 # VPP Performance Changes 3n-skx 4t2c pdr
2246 -
2247   type: "table"
2248   title: "VPP Performance Changes 3n-skx 4t2c pdr"
2249   algorithm: "table_performance_comparison"
2250   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
2251   history:
2252     -
2253       title: "rls1807"
2254       data:
2255         csit-vpp-perf-verify-1807-3n-skx:
2256         - 33  # NDRPDR sel
2257         - 35  # NDRPDR sel
2258         - 37  # NDRPDR sel
2259         - 38  # NDRPDR sel
2260         - 39  # NDRPDR sel
2261         - 43  # NDRPDR sel
2262         - 44  # NDRPDR sel
2263         - 49  # NDRPDR sel
2264         - 50  # NDRPDR sel
2265         - 56  # NDRPDR sel
2266   reference:
2267     title: "rls1810"
2268     data:
2269       csit-vpp-perf-verify-1810-3n-skx:
2270       - 10  # NDRPDR sel
2271       - 14  # NDRPDR sel
2272       - 15  # NDRPDR sel
2273       - 16  # NDRPDR sel
2274       - 17  # NDRPDR sel
2275       - 19  # NDRPDR sel
2276       - 20  # NDRPDR sel
2277       - 21  # NDRPDR sel
2278       - 22  # NDRPDR sel
2279       - 25  # NDRPDR sel
2280   compare:
2281     title: "rls1901"
2282     data:
2283       # TODO: Replace with new data:
2284       csit-vpp-perf-verify-1810-3n-skx:
2285       - 10  # NDRPDR sel
2286       - 14  # NDRPDR sel
2287       - 15  # NDRPDR sel
2288       - 16  # NDRPDR sel
2289       - 17  # NDRPDR sel
2290       - 19  # NDRPDR sel
2291       - 20  # NDRPDR sel
2292       - 21  # NDRPDR sel
2293       - 22  # NDRPDR sel
2294       - 25  # NDRPDR sel
2295   data: "vpp-performance-changes-3n-skx"
2296   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2297   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2298   parameters:
2299   - "name"
2300   - "parent"
2301   - "throughput"
2302
2303 # VPP Performance Changes 3n-skx 2t1c ndr
2304 -
2305   type: "table"
2306   title: "VPP Performance Changes 3n-skx 2t1c ndr"
2307   algorithm: "table_performance_comparison"
2308   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
2309   history:
2310     -
2311       title: "rls1807"
2312       data:
2313         csit-vpp-perf-verify-1807-3n-skx:
2314         - 33  # NDRPDR sel
2315         - 35  # NDRPDR sel
2316         - 37  # NDRPDR sel
2317         - 38  # NDRPDR sel
2318         - 39  # NDRPDR sel
2319         - 43  # NDRPDR sel
2320         - 44  # NDRPDR sel
2321         - 49  # NDRPDR sel
2322         - 50  # NDRPDR sel
2323         - 56  # NDRPDR sel
2324   reference:
2325     title: "rls1810"
2326     data:
2327       csit-vpp-perf-verify-1810-3n-skx:
2328       - 10  # NDRPDR sel
2329       - 14  # NDRPDR sel
2330       - 15  # NDRPDR sel
2331       - 16  # NDRPDR sel
2332       - 17  # NDRPDR sel
2333       - 19  # NDRPDR sel
2334       - 20  # NDRPDR sel
2335       - 21  # NDRPDR sel
2336       - 22  # NDRPDR sel
2337       - 25  # NDRPDR sel
2338   compare:
2339     title: "rls1901"
2340     data:
2341       # TODO: Replace with new data:
2342       csit-vpp-perf-verify-1810-3n-skx:
2343       - 10  # NDRPDR sel
2344       - 14  # NDRPDR sel
2345       - 15  # NDRPDR sel
2346       - 16  # NDRPDR sel
2347       - 17  # NDRPDR sel
2348       - 19  # NDRPDR sel
2349       - 20  # NDRPDR sel
2350       - 21  # NDRPDR sel
2351       - 22  # NDRPDR sel
2352       - 25  # NDRPDR sel
2353   data: "vpp-performance-changes-3n-skx"
2354   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2355   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2356   parameters:
2357   - "name"
2358   - "parent"
2359   - "throughput"
2360
2361 # VPP Performance Changes 3n-skx 4t2c ndr
2362 -
2363   type: "table"
2364   title: "VPP Performance Changes 3n-skx 4t2c ndr"
2365   algorithm: "table_performance_comparison"
2366   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
2367   history:
2368     -
2369       title: "rls1807"
2370       data:
2371         csit-vpp-perf-verify-1807-3n-skx:
2372         - 33  # NDRPDR sel
2373         - 35  # NDRPDR sel
2374         - 37  # NDRPDR sel
2375         - 38  # NDRPDR sel
2376         - 39  # NDRPDR sel
2377         - 43  # NDRPDR sel
2378         - 44  # NDRPDR sel
2379         - 49  # NDRPDR sel
2380         - 50  # NDRPDR sel
2381         - 56  # NDRPDR sel
2382   reference:
2383     title: "rls1810"
2384     data:
2385       csit-vpp-perf-verify-1810-3n-skx:
2386       - 10  # NDRPDR sel
2387       - 14  # NDRPDR sel
2388       - 15  # NDRPDR sel
2389       - 16  # NDRPDR sel
2390       - 17  # NDRPDR sel
2391       - 19  # NDRPDR sel
2392       - 20  # NDRPDR sel
2393       - 21  # NDRPDR sel
2394       - 22  # NDRPDR sel
2395       - 25  # NDRPDR sel
2396   compare:
2397     title: "rls1901"
2398     data:
2399       # TODO: Replace with new data:
2400       csit-vpp-perf-verify-1810-3n-skx:
2401       - 10  # NDRPDR sel
2402       - 14  # NDRPDR sel
2403       - 15  # NDRPDR sel
2404       - 16  # NDRPDR sel
2405       - 17  # NDRPDR sel
2406       - 19  # NDRPDR sel
2407       - 20  # NDRPDR sel
2408       - 21  # NDRPDR sel
2409       - 22  # NDRPDR sel
2410       - 25  # NDRPDR sel
2411   data: "vpp-performance-changes-3n-skx"
2412   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2413   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2414   parameters:
2415   - "name"
2416   - "parent"
2417   - "throughput"
2418
2419 # VPP Performance Changes 2n-skx 2t1c pdr
2420 -
2421   type: "table"
2422   title: "VPP Performance Changes 2n-skx 2t1c pdr"
2423   algorithm: "table_performance_comparison"
2424   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
2425   history:
2426     -
2427       title: "rls1807"
2428       data:
2429         csit-vpp-perf-verify-1807-2n-skx:
2430         - 26  # NDRPDR sel
2431         - 28  # NDRPDR sel
2432         - 29  # NDRPDR sel
2433         - 30  # NDRPDR sel
2434         - 34  # NDRPDR sel
2435         - 35  # NDRPDR sel
2436         - 36  # NDRPDR sel
2437         - 39  # NDRPDR sel
2438         - 40  # NDRPDR sel
2439         - 42  # NDRPDR sel
2440   reference:
2441     title: "rls1810"
2442     data:
2443       csit-vpp-perf-verify-1810-2n-skx:
2444       - 9   # NDRPDR sel
2445       - 13  # NDRPDR sel
2446       - 14  # NDRPDR sel
2447       - 19  # NDRPDR sel
2448       - 20  # NDRPDR sel
2449       - 21  # NDRPDR sel
2450       - 22  # NDRPDR sel
2451       - 23  # NDRPDR sel
2452       - 24  # NDRPDR sel
2453       - 27  # NDRPDR sel
2454   compare:
2455     title: "rls1901"
2456     data:
2457       # TODO: Replace with new data:
2458       csit-vpp-perf-verify-1810-2n-skx:
2459       - 9   # NDRPDR sel
2460       - 13  # NDRPDR sel
2461       - 14  # NDRPDR sel
2462       - 19  # NDRPDR sel
2463       - 20  # NDRPDR sel
2464       - 21  # NDRPDR sel
2465       - 22  # NDRPDR sel
2466       - 23  # NDRPDR sel
2467       - 24  # NDRPDR sel
2468       - 27  # NDRPDR sel
2469   data: "vpp-performance-changes-2n-skx"
2470   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2471   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2472   parameters:
2473   - "name"
2474   - "parent"
2475   - "throughput"
2476
2477 # VPP Performance Changes 2n-skx 4t2c pdr
2478 -
2479   type: "table"
2480   title: "VPP Performance Changes 2n-skx 4t2c pdr"
2481   algorithm: "table_performance_comparison"
2482   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
2483   history:
2484     - title: "rls1807"
2485       data:
2486         csit-vpp-perf-verify-1807-2n-skx:
2487         - 26  # NDRPDR sel
2488         - 28  # NDRPDR sel
2489         - 29  # NDRPDR sel
2490         - 30  # NDRPDR sel
2491         - 34  # NDRPDR sel
2492         - 35  # NDRPDR sel
2493         - 36  # NDRPDR sel
2494         - 39  # NDRPDR sel
2495         - 40  # NDRPDR sel
2496         - 42  # NDRPDR sel
2497   reference:
2498     title: "rls1810"
2499     data:
2500       csit-vpp-perf-verify-1810-2n-skx:
2501       - 9   # NDRPDR sel
2502       - 13  # NDRPDR sel
2503       - 14  # NDRPDR sel
2504       - 19  # NDRPDR sel
2505       - 20  # NDRPDR sel
2506       - 21  # NDRPDR sel
2507       - 22  # NDRPDR sel
2508       - 23  # NDRPDR sel
2509       - 24  # NDRPDR sel
2510       - 27  # NDRPDR sel
2511   compare:
2512     title: "rls1901"
2513     data:
2514       # TODO: Replace with new data:
2515       csit-vpp-perf-verify-1810-2n-skx:
2516       - 9   # NDRPDR sel
2517       - 13  # NDRPDR sel
2518       - 14  # NDRPDR sel
2519       - 19  # NDRPDR sel
2520       - 20  # NDRPDR sel
2521       - 21  # NDRPDR sel
2522       - 22  # NDRPDR sel
2523       - 23  # NDRPDR sel
2524       - 24  # NDRPDR sel
2525       - 27  # NDRPDR sel
2526   data: "vpp-performance-changes-2n-skx"
2527   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2528   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2529   parameters:
2530   - "name"
2531   - "parent"
2532   - "throughput"
2533
2534 # VPP Performance Changes 2n-skx 2t1c ndr
2535 -
2536   type: "table"
2537   title: "VPP Performance Changes 2n-skx 2t1c ndr"
2538   algorithm: "table_performance_comparison"
2539   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
2540   history:
2541     - title: "rls1807"
2542       data:
2543         csit-vpp-perf-verify-1807-2n-skx:
2544         - 26  # NDRPDR sel
2545         - 28  # NDRPDR sel
2546         - 29  # NDRPDR sel
2547         - 30  # NDRPDR sel
2548         - 34  # NDRPDR sel
2549         - 35  # NDRPDR sel
2550         - 36  # NDRPDR sel
2551         - 39  # NDRPDR sel
2552         - 40  # NDRPDR sel
2553         - 42  # NDRPDR sel
2554   reference:
2555     title: "rls1810"
2556     data:
2557       csit-vpp-perf-verify-1810-2n-skx:
2558       - 9   # NDRPDR sel
2559       - 13  # NDRPDR sel
2560       - 14  # NDRPDR sel
2561       - 19  # NDRPDR sel
2562       - 20  # NDRPDR sel
2563       - 21  # NDRPDR sel
2564       - 22  # NDRPDR sel
2565       - 23  # NDRPDR sel
2566       - 24  # NDRPDR sel
2567       - 27  # NDRPDR sel
2568   compare:
2569     title: "rls1901"
2570     data:
2571       # TODO: Replace with new data:
2572       csit-vpp-perf-verify-1810-2n-skx:
2573       - 9   # NDRPDR sel
2574       - 13  # NDRPDR sel
2575       - 14  # NDRPDR sel
2576       - 19  # NDRPDR sel
2577       - 20  # NDRPDR sel
2578       - 21  # NDRPDR sel
2579       - 22  # NDRPDR sel
2580       - 23  # NDRPDR sel
2581       - 24  # NDRPDR sel
2582       - 27  # NDRPDR sel
2583   data: "vpp-performance-changes-2n-skx"
2584   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2585   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2586   parameters:
2587   - "name"
2588   - "parent"
2589   - "throughput"
2590
2591 # VPP Performance Changes 2n-skx 4t2c ndr
2592 -
2593   type: "table"
2594   title: "VPP Performance Changes 2n-skx 4t2c ndr"
2595   algorithm: "table_performance_comparison"
2596   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
2597   history:
2598     - title: "rls1807"
2599       data:
2600         csit-vpp-perf-verify-1807-2n-skx:
2601         - 26  # NDRPDR sel
2602         - 28  # NDRPDR sel
2603         - 29  # NDRPDR sel
2604         - 30  # NDRPDR sel
2605         - 34  # NDRPDR sel
2606         - 35  # NDRPDR sel
2607         - 36  # NDRPDR sel
2608         - 39  # NDRPDR sel
2609         - 40  # NDRPDR sel
2610         - 42  # NDRPDR sel
2611   reference:
2612     title: "rls1810"
2613     data:
2614       csit-vpp-perf-verify-1810-2n-skx:
2615       - 9   # NDRPDR sel
2616       - 13  # NDRPDR sel
2617       - 14  # NDRPDR sel
2618       - 19  # NDRPDR sel
2619       - 20  # NDRPDR sel
2620       - 21  # NDRPDR sel
2621       - 22  # NDRPDR sel
2622       - 23  # NDRPDR sel
2623       - 24  # NDRPDR sel
2624       - 27  # NDRPDR sel
2625   compare:
2626     title: "rls1901"
2627     data:
2628       # TODO: Replace with new data:
2629       csit-vpp-perf-verify-1810-2n-skx:
2630       - 9   # NDRPDR sel
2631       - 13  # NDRPDR sel
2632       - 14  # NDRPDR sel
2633       - 19  # NDRPDR sel
2634       - 20  # NDRPDR sel
2635       - 21  # NDRPDR sel
2636       - 22  # NDRPDR sel
2637       - 23  # NDRPDR sel
2638       - 24  # NDRPDR sel
2639       - 27  # NDRPDR sel
2640   data: "vpp-performance-changes-2n-skx"
2641   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2642   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2643   parameters:
2644   - "name"
2645   - "parent"
2646   - "throughput"
2647
2648 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
2649 -
2650   type: "table"
2651   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
2652   algorithm: "table_performance_comparison"
2653   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
2654   reference:
2655     title: "3-Node Hsw"
2656     data:
2657       # TODO: Replace with new data:
2658       csit-vpp-perf-verify-1810-3n-hsw:
2659       - 8   # NDRPDR sel
2660       - 12  # NDRPDR sel
2661       - 14  # NDRPDR sel
2662       - 18  # NDRPDR sel
2663       - 23  # NDRPDR sel
2664       - 25  # NDRPDR sel
2665       - 38  # NDRPDR sel
2666       - 39  # NDRPDR sel
2667       - 41  # NDRPDR sel
2668       - 42  # NDRPDR sel
2669   compare:
2670     title: "3-Node Skx"
2671     data:
2672       # TODO: Replace with new data:
2673       csit-vpp-perf-verify-1810-3n-skx:
2674       - 10  # NDRPDR sel
2675       - 14  # NDRPDR sel
2676       - 15  # NDRPDR sel
2677       - 16  # NDRPDR sel
2678       - 17  # NDRPDR sel
2679       - 19  # NDRPDR sel
2680       - 20  # NDRPDR sel
2681       - 21  # NDRPDR sel
2682       - 22  # NDRPDR sel
2683       - 25  # NDRPDR sel
2684   data: "vpp-compare-testbeds"
2685   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2686   filter: "'NIC_Intel-X710' and 'NDRPDR' and '1C'"
2687   parameters:
2688   - "name"
2689   - "parent"
2690   - "throughput"
2691
2692 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
2693 -
2694   type: "table"
2695   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
2696   algorithm: "table_performance_comparison"
2697   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
2698   reference:
2699     title: "3-Node Hsw"
2700     data:
2701       # TODO: Replace with new data:
2702       csit-vpp-perf-verify-1810-3n-hsw:
2703       - 8   # NDRPDR sel
2704       - 12  # NDRPDR sel
2705       - 14  # NDRPDR sel
2706       - 18  # NDRPDR sel
2707       - 23  # NDRPDR sel
2708       - 25  # NDRPDR sel
2709       - 38  # NDRPDR sel
2710       - 39  # NDRPDR sel
2711       - 41  # NDRPDR sel
2712       - 42  # NDRPDR sel
2713   compare:
2714     title: "3-Node Skx"
2715     data:
2716       # TODO: Replace with new data:
2717       csit-vpp-perf-verify-1810-3n-skx:
2718       - 10  # NDRPDR sel
2719       - 14  # NDRPDR sel
2720       - 15  # NDRPDR sel
2721       - 16  # NDRPDR sel
2722       - 17  # NDRPDR sel
2723       - 19  # NDRPDR sel
2724       - 20  # NDRPDR sel
2725       - 21  # NDRPDR sel
2726       - 22  # NDRPDR sel
2727       - 25  # NDRPDR sel
2728   data: "vpp-compare-testbeds"
2729   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2730   filter: "'NIC_Intel-X710' and 'NDRPDR' and '2C'"
2731   parameters:
2732   - "name"
2733   - "parent"
2734   - "throughput"
2735
2736 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
2737 -
2738   type: "table"
2739   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
2740   algorithm: "table_performance_comparison"
2741   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
2742   reference:
2743     title: "3-Node Hsw"
2744     data:
2745       # TODO: Replace with new data:
2746       csit-vpp-perf-verify-1810-3n-hsw:
2747       - 8   # NDRPDR sel
2748       - 12  # NDRPDR sel
2749       - 14  # NDRPDR sel
2750       - 18  # NDRPDR sel
2751       - 23  # NDRPDR sel
2752       - 25  # NDRPDR sel
2753       - 38  # NDRPDR sel
2754       - 39  # NDRPDR sel
2755       - 41  # NDRPDR sel
2756       - 42  # NDRPDR sel
2757   compare:
2758     title: "3-Node Skx"
2759     data:
2760       # TODO: Replace with new data:
2761       csit-vpp-perf-verify-1810-3n-skx:
2762       - 10  # NDRPDR sel
2763       - 14  # NDRPDR sel
2764       - 15  # NDRPDR sel
2765       - 16  # NDRPDR sel
2766       - 17  # NDRPDR sel
2767       - 19  # NDRPDR sel
2768       - 20  # NDRPDR sel
2769       - 21  # NDRPDR sel
2770       - 22  # NDRPDR sel
2771       - 25  # NDRPDR sel
2772   data: "vpp-compare-testbeds"
2773   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2774   filter: "'NIC_Intel-X710' and 'NDRPDR' and '1C'"
2775   parameters:
2776   - "name"
2777   - "parent"
2778   - "throughput"
2779
2780 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
2781 -
2782   type: "table"
2783   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
2784   algorithm: "table_performance_comparison"
2785   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
2786   reference:
2787     title: "3-Node Hsw"
2788     data:
2789       # TODO: Replace with new data:
2790       csit-vpp-perf-verify-1810-3n-hsw:
2791       - 8   # NDRPDR sel
2792       - 12  # NDRPDR sel
2793       - 14  # NDRPDR sel
2794       - 18  # NDRPDR sel
2795       - 23  # NDRPDR sel
2796       - 25  # NDRPDR sel
2797       - 38  # NDRPDR sel
2798       - 39  # NDRPDR sel
2799       - 41  # NDRPDR sel
2800       - 42  # NDRPDR sel
2801   compare:
2802     title: "3-Node Skx"
2803     data:
2804       # TODO: Replace with new data:
2805       csit-vpp-perf-verify-1810-3n-skx:
2806       - 10  # NDRPDR sel
2807       - 14  # NDRPDR sel
2808       - 15  # NDRPDR sel
2809       - 16  # NDRPDR sel
2810       - 17  # NDRPDR sel
2811       - 19  # NDRPDR sel
2812       - 20  # NDRPDR sel
2813       - 21  # NDRPDR sel
2814       - 22  # NDRPDR sel
2815       - 25  # NDRPDR sel
2816   data: "vpp-compare-testbeds"
2817   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2818   filter: "'NIC_Intel-X710' and 'NDRPDR' and '2C'"
2819   parameters:
2820   - "name"
2821   - "parent"
2822   - "throughput"
2823
2824 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
2825 -
2826   type: "table"
2827   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
2828   algorithm: "table_performance_comparison"
2829   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
2830   reference:
2831     title: "3-Node Skx"
2832     data:
2833       # TODO: Replace with new data
2834       csit-vpp-perf-verify-1810-3n-skx:
2835       - 10  # NDRPDR sel
2836       - 14  # NDRPDR sel
2837       - 15  # NDRPDR sel
2838       - 16  # NDRPDR sel
2839       - 17  # NDRPDR sel
2840       - 19  # NDRPDR sel
2841       - 20  # NDRPDR sel
2842       - 21  # NDRPDR sel
2843       - 22  # NDRPDR sel
2844       - 25  # NDRPDR sel
2845   compare:
2846     title: "2-Node Skx"
2847     data:
2848       # TODO: Replace with new data
2849       csit-vpp-perf-verify-1810-2n-skx:
2850       - 9   # NDRPDR sel
2851       - 13  # NDRPDR sel
2852       - 14  # NDRPDR sel
2853       - 19  # NDRPDR sel
2854       - 20  # NDRPDR sel
2855       - 21  # NDRPDR sel
2856       - 22  # NDRPDR sel
2857       - 23  # NDRPDR sel
2858       - 24  # NDRPDR sel
2859       - 27  # NDRPDR sel
2860   data: "vpp-compare-topologies"
2861   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2862   filter: "'NDRPDR' and '1C'"
2863   parameters:
2864   - "name"
2865   - "parent"
2866   - "throughput"
2867
2868 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
2869 -
2870   type: "table"
2871   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
2872   algorithm: "table_performance_comparison"
2873   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
2874   reference:
2875     title: "3-Node Skx"
2876     data:
2877       # TODO: Replace with new data
2878       csit-vpp-perf-verify-1810-3n-skx:
2879       - 10  # NDRPDR sel
2880       - 14  # NDRPDR sel
2881       - 15  # NDRPDR sel
2882       - 16  # NDRPDR sel
2883       - 17  # NDRPDR sel
2884       - 19  # NDRPDR sel
2885       - 20  # NDRPDR sel
2886       - 21  # NDRPDR sel
2887       - 22  # NDRPDR sel
2888       - 25  # NDRPDR sel
2889   compare:
2890     title: "2-Node Skx"
2891     data:
2892       # TODO: Replace with new data
2893       csit-vpp-perf-verify-1810-2n-skx:
2894       - 9   # NDRPDR sel
2895       - 13  # NDRPDR sel
2896       - 14  # NDRPDR sel
2897       - 19  # NDRPDR sel
2898       - 20  # NDRPDR sel
2899       - 21  # NDRPDR sel
2900       - 22  # NDRPDR sel
2901       - 23  # NDRPDR sel
2902       - 24  # NDRPDR sel
2903       - 27  # NDRPDR sel
2904   data: "vpp-compare-topologies"
2905   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2906   filter: "'NDRPDR' and '2C'"
2907   parameters:
2908   - "name"
2909   - "parent"
2910   - "throughput"
2911
2912 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
2913 -
2914   type: "table"
2915   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
2916   algorithm: "table_performance_comparison"
2917   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
2918   reference:
2919     title: "3-Node Skx"
2920     data:
2921       # TODO: Replace with new data
2922       csit-vpp-perf-verify-1810-3n-skx:
2923       - 10  # NDRPDR sel
2924       - 14  # NDRPDR sel
2925       - 15  # NDRPDR sel
2926       - 16  # NDRPDR sel
2927       - 17  # NDRPDR sel
2928       - 19  # NDRPDR sel
2929       - 20  # NDRPDR sel
2930       - 21  # NDRPDR sel
2931       - 22  # NDRPDR sel
2932       - 25  # NDRPDR sel
2933   compare:
2934     title: "2-Node Skx"
2935     data:
2936       # TODO: Replace with new data
2937       csit-vpp-perf-verify-1810-2n-skx:
2938       - 9   # NDRPDR sel
2939       - 13  # NDRPDR sel
2940       - 14  # NDRPDR sel
2941       - 19  # NDRPDR sel
2942       - 20  # NDRPDR sel
2943       - 21  # NDRPDR sel
2944       - 22  # NDRPDR sel
2945       - 23  # NDRPDR sel
2946       - 24  # NDRPDR sel
2947       - 27  # NDRPDR sel
2948   data: "vpp-compare-topologies"
2949   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2950   filter: "'NDRPDR' and '1C'"
2951   parameters:
2952   - "name"
2953   - "parent"
2954   - "throughput"
2955
2956 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
2957 -
2958   type: "table"
2959   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
2960   algorithm: "table_performance_comparison"
2961   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
2962   reference:
2963     title: "3-Node Skx"
2964     data:
2965       # TODO: Replace with new data
2966       csit-vpp-perf-verify-1810-3n-skx:
2967       - 10  # NDRPDR sel
2968       - 14  # NDRPDR sel
2969       - 15  # NDRPDR sel
2970       - 16  # NDRPDR sel
2971       - 17  # NDRPDR sel
2972       - 19  # NDRPDR sel
2973       - 20  # NDRPDR sel
2974       - 21  # NDRPDR sel
2975       - 22  # NDRPDR sel
2976       - 25  # NDRPDR sel
2977   compare:
2978     title: "2-Node Skx"
2979     data:
2980       # TODO: Replace with new data
2981       csit-vpp-perf-verify-1810-2n-skx:
2982       - 9   # NDRPDR sel
2983       - 13  # NDRPDR sel
2984       - 14  # NDRPDR sel
2985       - 19  # NDRPDR sel
2986       - 20  # NDRPDR sel
2987       - 21  # NDRPDR sel
2988       - 22  # NDRPDR sel
2989       - 23  # NDRPDR sel
2990       - 24  # NDRPDR sel
2991       - 27  # NDRPDR sel
2992   data: "vpp-compare-topologies"
2993   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2994   filter: "'NDRPDR' and '2C'"
2995   parameters:
2996   - "name"
2997   - "parent"
2998   - "throughput"
2999
3000 # VPP Performance Changes 3n-hsw 1t1c MRR
3001 -
3002   type: "table"
3003   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
3004   algorithm: "table_performance_comparison"
3005   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
3006   history:
3007     -
3008       title: "rls1807"
3009       data:
3010         csit-vpp-perf-verify-1807-3n-hsw:
3011         - 8   # MRR full
3012         - 9   # MRR sel
3013         - 21  # MRR sel
3014         - 31  # MRR sel
3015         - 33  # MRR sel
3016         - 36  # MRR sel
3017         - 41  # MRR sel
3018         - 42  # MRR sel
3019         - 48  # MRR sel
3020   reference:
3021     title: "rls1810"
3022     data:
3023       csit-vpp-perf-verify-1810-3n-hsw:
3024       - 9   # MRR sel
3025   compare:
3026     title: "rls1901"
3027     data:
3028       # TODO: Replace with new data
3029       csit-vpp-perf-verify-1810-3n-hsw:
3030       - 9   # MRR sel
3031   data: "vpp-performance-changes-3n-hsw-mrr"
3032   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3033   filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3034   parameters:
3035   - "name"
3036   - "parent"
3037   - "result"
3038
3039 # VPP Performance Changes 3n-hsw 2t2c MRR
3040 -
3041   type: "table"
3042   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
3043   algorithm: "table_performance_comparison"
3044   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
3045   history:
3046     -
3047       title: "rls1807"
3048       data:
3049         csit-vpp-perf-verify-1807-3n-hsw:
3050         - 8   # MRR full
3051         - 9   # MRR sel
3052         - 21  # MRR sel
3053         - 31  # MRR sel
3054         - 33  # MRR sel
3055         - 36  # MRR sel
3056         - 41  # MRR sel
3057         - 42  # MRR sel
3058         - 48  # MRR sel
3059   reference:
3060     title: "rls1810"
3061     data:
3062       csit-vpp-perf-verify-1810-3n-hsw:
3063       - 9   # MRR sel
3064   compare:
3065     title: "rls1901"
3066     data:
3067       # TODO: Replace with new data
3068       csit-vpp-perf-verify-1810-3n-hsw:
3069       - 9   # MRR sel
3070   data: "vpp-performance-changes-3n-hsw-mrr"
3071   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3072   filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3073   parameters:
3074   - "name"
3075   - "parent"
3076   - "result"
3077
3078 # VPP Performance Changes 3n-hsw 4t4c MRR
3079 -
3080   type: "table"
3081   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
3082   algorithm: "table_performance_comparison"
3083   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
3084   history:
3085     -
3086       title: "rls1807"
3087       data:
3088         csit-vpp-perf-verify-1807-3n-hsw:
3089         - 8   # MRR full
3090         - 9   # MRR sel
3091         - 21  # MRR sel
3092         - 31  # MRR sel
3093         - 33  # MRR sel
3094         - 36  # MRR sel
3095         - 41  # MRR sel
3096         - 42  # MRR sel
3097         - 48  # MRR sel
3098   reference:
3099     title: "rls1810"
3100     data:
3101       csit-vpp-perf-verify-1810-3n-hsw:
3102       - 9   # MRR sel
3103   compare:
3104     title: "rls1901"
3105     data:
3106       # TODO: Replace with new data
3107       csit-vpp-perf-verify-1810-3n-hsw:
3108       - 9   # MRR sel
3109   data: "vpp-performance-changes-3n-hsw-mrr"
3110   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3111   filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3112   parameters:
3113   - "name"
3114   - "parent"
3115   - "result"
3116
3117 # VPP Performance Changes 3n-skx 2t1c MRR
3118 -
3119   type: "table"
3120   title: "VPP Performance Changes 3n-skx 2t1c MRR"
3121   algorithm: "table_performance_comparison"
3122   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
3123   history:
3124     -
3125       title: "rls1807"
3126       data:
3127         csit-vpp-perf-verify-1807-3n-skx:
3128         - 28  # MRR sel
3129         - 32  # MRR sel
3130         - 36  # MRR sel
3131         - 42  # MRR sel
3132         - 47  # MRR sel
3133         - 48  # MRR sel
3134         - 51  # MRR sel
3135         - 52  # MRR sel
3136         - 53  # MRR sel
3137   reference:
3138     title: "rls1810"
3139     data:
3140       csit-vpp-perf-verify-1810-3n-skx:
3141       - 9   # MRR sel
3142       - 11  # MRR sel
3143       - 12  # MRR sel
3144       - 13  # MRR sel
3145   compare:
3146     title: "rls1901"
3147     data:
3148       # TODO: Replace with new data
3149       csit-vpp-perf-verify-1810-3n-skx:
3150       - 9   # MRR sel
3151       - 11  # MRR sel
3152       - 12  # MRR sel
3153       - 13  # MRR sel
3154   data: "vpp-performance-changes-3n-skx-mrr"
3155   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3156   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3157   parameters:
3158   - "name"
3159   - "parent"
3160   - "result"
3161
3162 # VPP Performance Changes 3n-skx 4t2c MRR
3163 -
3164   type: "table"
3165   title: "VPP Performance Changes 3n-skx 4t2c MRR"
3166   algorithm: "table_performance_comparison"
3167   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
3168   history:
3169     -
3170       title: "rls1807"
3171       data:
3172         csit-vpp-perf-verify-1807-3n-skx:
3173         - 28  # MRR sel
3174         - 32  # MRR sel
3175         - 36  # MRR sel
3176         - 42  # MRR sel
3177         - 47  # MRR sel
3178         - 48  # MRR sel
3179         - 51  # MRR sel
3180         - 52  # MRR sel
3181         - 53  # MRR sel
3182   reference:
3183     title: "rls1810"
3184     data:
3185       csit-vpp-perf-verify-1810-3n-skx:
3186       - 9   # MRR sel
3187       - 11  # MRR sel
3188       - 12  # MRR sel
3189       - 13  # MRR sel
3190   compare:
3191     title: "rls1901"
3192     data:
3193       # TODO: Replace with new data
3194       csit-vpp-perf-verify-1810-3n-skx:
3195       - 9   # MRR sel
3196       - 11  # MRR sel
3197       - 12  # MRR sel
3198       - 13  # MRR sel
3199   data: "vpp-performance-changes-3n-skx-mrr"
3200   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3201   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3202   parameters:
3203   - "name"
3204   - "parent"
3205   - "result"
3206
3207 # VPP Performance Changes 3n-skx 8t4c MRR
3208 -
3209   type: "table"
3210   title: "VPP Performance Changes 3n-skx 8t4c MRR"
3211   algorithm: "table_performance_comparison"
3212   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
3213   history:
3214     -
3215       title: "rls1807"
3216       data:
3217         csit-vpp-perf-verify-1807-3n-skx:
3218         - 28  # MRR sel
3219         - 32  # MRR sel
3220         - 36  # MRR sel
3221         - 42  # MRR sel
3222         - 47  # MRR sel
3223         - 48  # MRR sel
3224         - 51  # MRR sel
3225         - 52  # MRR sel
3226         - 53  # MRR sel
3227   reference:
3228     title: "rls1810"
3229     data:
3230       csit-vpp-perf-verify-1810-3n-skx:
3231       - 9   # MRR sel
3232       - 11  # MRR sel
3233       - 12  # MRR sel
3234       - 13  # MRR sel
3235   compare:
3236     title: "rls1901"
3237     data:
3238       # TODO: Replace with new data
3239       csit-vpp-perf-verify-1810-3n-skx:
3240       - 9   # MRR sel
3241       - 11  # MRR sel
3242       - 12  # MRR sel
3243       - 13  # MRR sel
3244   data: "vpp-performance-changes-3n-skx-mrr"
3245   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3246   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3247   parameters:
3248   - "name"
3249   - "parent"
3250   - "result"
3251
3252 # VPP Performance Changes 2n-skx 2t1c MRR
3253 -
3254   type: "table"
3255   title: "VPP Performance Changes 2n-skx 2t1c MRR"
3256   algorithm: "table_performance_comparison"
3257   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
3258   history:
3259     -
3260       title: "rls1807"
3261       data:
3262         csit-vpp-perf-verify-1807-2n-skx:
3263         - 31  # MRR sel
3264         - 33  # MRR sel
3265         - 37  # MRR sel
3266         - 38  # MRR sel
3267         - 41  # MRR sel
3268         - 43  # MRR sel
3269         - 44  # MRR sel
3270         - 45  # MRR sel
3271         - 46  # MRR sel
3272         - 47  # MRR sel
3273   reference:
3274     title: "rls1810"
3275     data:
3276       csit-vpp-perf-verify-1810-2n-skx:
3277       - 8   # MRR sel
3278       - 10  # MRR sel
3279       - 11  # MRR sel
3280       - 12  # MRR sel
3281   compare:
3282     title: "rls1901"
3283     data:
3284       # TODO: Replace with new data
3285       csit-vpp-perf-verify-1810-2n-skx:
3286       - 8   # MRR sel
3287       - 10  # MRR sel
3288       - 11  # MRR sel
3289       - 12  # MRR sel
3290   data: "vpp-performance-changes-2n-skx-mrr"
3291   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3292   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3293   parameters:
3294   - "name"
3295   - "parent"
3296   - "result"
3297
3298 # VPP Performance Changes 2n-skx 4t2c MRR
3299 -
3300   type: "table"
3301   title: "VPP Performance Changes 2n-skx 4t2c MRR"
3302   algorithm: "table_performance_comparison"
3303   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
3304   history:
3305     -
3306       title: "rls1807"
3307       data:
3308         csit-vpp-perf-verify-1807-2n-skx:
3309         - 31  # MRR sel
3310         - 33  # MRR sel
3311         - 37  # MRR sel
3312         - 38  # MRR sel
3313         - 41  # MRR sel
3314         - 43  # MRR sel
3315         - 44  # MRR sel
3316         - 45  # MRR sel
3317         - 46  # MRR sel
3318         - 47  # MRR sel
3319   reference:
3320     title: "rls1810"
3321     data:
3322       csit-vpp-perf-verify-1810-2n-skx:
3323       - 8   # MRR sel
3324       - 10  # MRR sel
3325       - 11  # MRR sel
3326       - 12  # MRR sel
3327   compare:
3328     title: "rls1901"
3329     data:
3330       # TODO: Replace with new data
3331       csit-vpp-perf-verify-1810-2n-skx:
3332       - 8   # MRR sel
3333       - 10  # MRR sel
3334       - 11  # MRR sel
3335       - 12  # MRR sel
3336   data: "vpp-performance-changes-2n-skx-mrr"
3337   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3338   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3339   parameters:
3340   - "name"
3341   - "parent"
3342   - "result"
3343
3344 # VPP Performance Changes 2n-skx 8t4c MRR
3345 -
3346   type: "table"
3347   title: "VPP Performance Changes 2n-skx 8t4c MRR"
3348   algorithm: "table_performance_comparison"
3349   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
3350   history:
3351     -
3352       title: "rls1807"
3353       data:
3354         csit-vpp-perf-verify-1807-2n-skx:
3355         - 31  # MRR sel
3356         - 33  # MRR sel
3357         - 37  # MRR sel
3358         - 38  # MRR sel
3359         - 41  # MRR sel
3360         - 43  # MRR sel
3361         - 44  # MRR sel
3362         - 45  # MRR sel
3363         - 46  # MRR sel
3364         - 47  # MRR sel
3365   reference:
3366     title: "rls1810"
3367     data:
3368       csit-vpp-perf-verify-1810-2n-skx:
3369       - 8   # MRR sel
3370       - 10  # MRR sel
3371       - 11  # MRR sel
3372       - 12  # MRR sel
3373   compare:
3374     title: "rls1901"
3375     data:
3376       # TODO: Replace with new data
3377       csit-vpp-perf-verify-1810-2n-skx:
3378       - 8   # MRR sel
3379       - 10  # MRR sel
3380       - 11  # MRR sel
3381       - 12  # MRR sel
3382   data: "vpp-performance-changes-2n-skx-mrr"
3383   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3384   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3385   parameters:
3386   - "name"
3387   - "parent"
3388   - "result"
3389
3390 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
3391 -
3392   type: "table"
3393   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
3394   algorithm: "table_performance_comparison"
3395   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
3396   reference:
3397     title: "3-Node Hsw"
3398     data:
3399       # TODO: Replace with new data
3400       csit-vpp-perf-verify-1810-3n-hsw:
3401       - 9   # MRR sel
3402   compare:
3403     title: "3-Node Skx"
3404     data:
3405       # TODO: Replace with new data
3406       csit-vpp-perf-verify-1810-3n-skx:
3407       - 9   # MRR sel
3408       - 11  # MRR sel
3409       - 12  # MRR sel
3410       - 13  # MRR sel
3411   data: "vpp-compare-testbeds-mrr"
3412   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3413   filter: "'NIC_Intel-X710' and 'MRR' and '1C'"
3414   parameters:
3415   - "name"
3416   - "parent"
3417   - "result"
3418
3419 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
3420 -
3421   type: "table"
3422   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
3423   algorithm: "table_performance_comparison"
3424   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
3425   reference:
3426     title: "3-Node Hsw"
3427     data:
3428       # TODO: Replace with new data
3429       csit-vpp-perf-verify-1810-3n-hsw:
3430       - 9   # MRR sel
3431   compare:
3432     title: "3-Node Skx"
3433     data:
3434       # TODO: Replace with new data
3435       csit-vpp-perf-verify-1810-3n-skx:
3436       - 9   # MRR sel
3437       - 11  # MRR sel
3438       - 12  # MRR sel
3439       - 13  # MRR sel
3440   data: "vpp-compare-testbeds-mrr"
3441   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3442   filter: "'NIC_Intel-X710' and 'MRR' and '2C'"
3443   parameters:
3444   - "name"
3445   - "parent"
3446   - "result"
3447
3448 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
3449 -
3450   type: "table"
3451   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
3452   algorithm: "table_performance_comparison"
3453   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
3454   reference:
3455     title: "3-Node Hsw"
3456     data:
3457       # TODO: Replace with new data
3458       csit-vpp-perf-verify-1810-3n-hsw:
3459       - 9   # MRR sel
3460   compare:
3461     title: "3-Node Skx"
3462     data:
3463       # TODO: Replace with new data
3464       csit-vpp-perf-verify-1810-3n-skx:
3465       - 9   # MRR sel
3466       - 11  # MRR sel
3467       - 12  # MRR sel
3468       - 13  # MRR sel
3469   data: "vpp-compare-testbeds-mrr"
3470   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3471   filter: "'NIC_Intel-X710' and 'MRR' and '4C'"
3472   parameters:
3473   - "name"
3474   - "parent"
3475   - "result"
3476
3477 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
3478 -
3479   type: "table"
3480   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
3481   algorithm: "table_performance_comparison"
3482   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
3483   reference:
3484     title: "3-Node Skx"
3485     data:
3486       # TODO: Replace with new data
3487       csit-vpp-perf-verify-1810-3n-skx:
3488       - 9   # MRR sel
3489       - 11  # MRR sel
3490       - 12  # MRR sel
3491       - 13  # MRR sel
3492   compare:
3493     title: "2-Node Skx"
3494     data:
3495       # TODO: Replace with new data
3496       csit-vpp-perf-verify-1810-2n-skx:
3497       - 8   # MRR sel
3498       - 10  # MRR sel
3499       - 11  # MRR sel
3500       - 12  # MRR sel
3501   data: "vpp-compare-topologies-mrr"
3502   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3503   filter: "'MRR' and '1C'"
3504   parameters:
3505   - "name"
3506   - "parent"
3507   - "result"
3508
3509 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
3510 -
3511   type: "table"
3512   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
3513   algorithm: "table_performance_comparison"
3514   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
3515   reference:
3516     title: "3-Node Skx"
3517     data:
3518       # TODO: Replace with new data
3519       csit-vpp-perf-verify-1810-3n-skx:
3520       - 9   # MRR sel
3521       - 11  # MRR sel
3522       - 12  # MRR sel
3523       - 13  # MRR sel
3524   compare:
3525     title: "2-Node Skx"
3526     data:
3527       # TODO: Replace with new data
3528       csit-vpp-perf-verify-1810-2n-skx:
3529       - 8   # MRR sel
3530       - 10  # MRR sel
3531       - 11  # MRR sel
3532       - 12  # MRR sel
3533   data: "vpp-compare-topologies-mrr"
3534   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3535   filter: "'MRR' and '2C'"
3536   parameters:
3537   - "name"
3538   - "parent"
3539   - "result"
3540
3541 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
3542 -
3543   type: "table"
3544   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
3545   algorithm: "table_performance_comparison"
3546   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
3547   reference:
3548     title: "3-Node Skx"
3549     data:
3550       # TODO: Replace with new data
3551       csit-vpp-perf-verify-1810-3n-skx:
3552       - 9   # MRR sel
3553       - 11  # MRR sel
3554       - 12  # MRR sel
3555       - 13  # MRR sel
3556   compare:
3557     title: "2-Node Skx"
3558     data:
3559       # TODO: Replace with new data
3560       csit-vpp-perf-verify-1810-2n-skx:
3561       - 8   # MRR sel
3562       - 10  # MRR sel
3563       - 11  # MRR sel
3564       - 12  # MRR sel
3565   data: "vpp-compare-topologies-mrr"
3566   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3567   filter: "'MRR' and '4C'"
3568   parameters:
3569   - "name"
3570   - "parent"
3571   - "result"
3572
3573 # Detailed Test Results - VPP Performance Results 3n-hsw
3574 -
3575   type: "table"
3576   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
3577   algorithm: "table_merged_details"
3578   output-file-ext: ".csv"
3579   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
3580   columns:
3581   -
3582     title: "Name"
3583     data: "data name"
3584   -
3585     title: "Status"
3586     data: "data msg"
3587   rows: "generated"
3588   data: "vpp-perf-results-3n-hsw"
3589   filter: "not 'NDRCHK' and not 'PDRCHK'"
3590   parameters:
3591   - "name"
3592   - "parent"
3593   - "msg"
3594
3595 # Detailed Test Results - VPP Performance Results 3n-skx
3596 -
3597   type: "table"
3598   title: "Detailed Test Results - VPP Performance Results 3n-skx"
3599   algorithm: "table_merged_details"
3600   output-file-ext: ".csv"
3601   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
3602   columns:
3603   -
3604     title: "Name"
3605     data: "data name"
3606   -
3607     title: "Status"
3608     data: "data msg"
3609   rows: "generated"
3610   data: "vpp-perf-results-3n-skx"
3611   filter: "not 'NDRCHK' and not 'PDRCHK'"
3612   parameters:
3613   - "name"
3614   - "parent"
3615   - "msg"
3616
3617 # Detailed Test Results - VPP Performance Results 2n-skx
3618 -
3619   type: "table"
3620   title: "Detailed Test Results - VPP Performance Results 2n-skx"
3621   algorithm: "table_merged_details"
3622   output-file-ext: ".csv"
3623   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
3624   columns:
3625   -
3626     title: "Name"
3627     data: "data name"
3628   -
3629     title: "Status"
3630     data: "data msg"
3631   rows: "generated"
3632   data: "vpp-perf-results-2n-skx"
3633   filter: "not 'NDRCHK' and not 'PDRCHK'"
3634   parameters:
3635   - "name"
3636   - "parent"
3637   - "msg"
3638
3639 # Detailed Test Results - VPP Performance Results 2n-dnv
3640 -
3641   type: "table"
3642   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
3643   algorithm: "table_details"
3644   output-file-ext: ".csv"
3645   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
3646   columns:
3647   -
3648     title: "Name"
3649     data: "data name"
3650   -
3651     title: "Status"
3652     data: "data msg"
3653   rows: "generated"
3654   data: "intel-dnv-vpp"
3655   filter: "'NDRPDR'"
3656   parameters:
3657   - "name"
3658   - "parent"
3659   - "msg"
3660
3661 # Test configuration - VPP Performance Test Configs 3n-hsw
3662 -
3663   type: "table"
3664   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
3665   algorithm: "table_merged_details"
3666   output-file-ext: ".csv"
3667   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
3668   columns:
3669   -
3670     title: "Name"
3671     data: "data name"
3672   -
3673     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3674     data: "data vat-history"
3675   rows: "generated"
3676   data: "vpp-perf-results-3n-hsw"
3677   filter: "not 'NDRCHK' and not 'PDRCHK'"
3678   parameters:
3679   - "parent"
3680   - "name"
3681   - "vat-history"
3682
3683 # Test configuration - VPP Performance Test Configs 3n-skx
3684 -
3685   type: "table"
3686   title: "Test configuration - VPP Performance Test Configs 3n-skx"
3687   algorithm: "table_merged_details"
3688   output-file-ext: ".csv"
3689   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
3690   columns:
3691   -
3692     title: "Name"
3693     data: "data name"
3694   -
3695     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3696     data: "data vat-history"
3697   rows: "generated"
3698   data: "vpp-perf-results-3n-skx"
3699   filter: "not 'NDRCHK' and not 'PDRCHK'"
3700   parameters:
3701   - "parent"
3702   - "name"
3703   - "vat-history"
3704
3705 # Test configuration - VPP Performance Test Configs 2n-skx
3706 -
3707   type: "table"
3708   title: "Test configuration - VPP Performance Test Configs 2n-skx"
3709   algorithm: "table_merged_details"
3710   output-file-ext: ".csv"
3711   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
3712   columns:
3713   -
3714     title: "Name"
3715     data: "data name"
3716   -
3717     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3718     data: "data vat-history"
3719   rows: "generated"
3720   data: "vpp-perf-results-2n-skx"
3721   filter: "not 'NDRCHK' and not 'PDRCHK'"
3722   parameters:
3723   - "parent"
3724   - "name"
3725   - "vat-history"
3726
3727 # Test configuration - VPP Performance Test Configs 2n-dnv
3728 -
3729   type: "table"
3730   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
3731   algorithm: "table_details"
3732   output-file-ext: ".csv"
3733   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_test_configuration_2n_dnv"
3734   columns:
3735   -
3736     title: "Name"
3737     data: "data name"
3738   -
3739     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3740     data: "data vat-history"
3741   rows: "generated"
3742   data: "intel-dnv-vpp"
3743   filter: "'NDRPDR'"
3744   parameters:
3745   - "parent"
3746   - "name"
3747   - "vat-history"
3748
3749 # Test Operational Data - VPP Performance Operational Data 3n-hsw
3750 -
3751   type: "table"
3752   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
3753   algorithm: "table_merged_details"
3754   output-file-ext: ".csv"
3755   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
3756   columns:
3757   -
3758     title: "Name"
3759     data: "data name"
3760   -
3761     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3762     data: "data show-run"
3763   rows: "generated"
3764   data: "vpp-perf-results-3n-hsw"
3765   filter: "not 'NDRCHK' and not 'PDRCHK'"
3766   parameters:
3767   - "parent"
3768   - "name"
3769   - "show-run"
3770
3771 # Test Operational Data - VPP Performance Operational Data 3n-skx
3772 -
3773   type: "table"
3774   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
3775   algorithm: "table_merged_details"
3776   output-file-ext: ".csv"
3777   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
3778   columns:
3779   -
3780     title: "Name"
3781     data: "data name"
3782   -
3783     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3784     data: "data show-run"
3785   rows: "generated"
3786   data: "vpp-perf-results-3n-skx"
3787   filter: "not 'NDRCHK' and not 'PDRCHK'"
3788   parameters:
3789   - "parent"
3790   - "name"
3791   - "show-run"
3792
3793 # Test Operational Data - VPP Performance Operational Data 2n-skx
3794 -
3795   type: "table"
3796   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
3797   algorithm: "table_merged_details"
3798   output-file-ext: ".csv"
3799   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
3800   columns:
3801   -
3802     title: "Name"
3803     data: "data name"
3804   -
3805     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3806     data: "data show-run"
3807   rows: "generated"
3808   data: "vpp-perf-results-2n-skx"
3809   filter: "not 'NDRCHK' and not 'PDRCHK'"
3810   parameters:
3811   - "parent"
3812   - "name"
3813   - "show-run"
3814
3815 # Test Operational Data - VPP Performance Operational Data 2n-dnv
3816 -
3817   type: "table"
3818   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
3819   algorithm: "table_details"
3820   output-file-ext: ".csv"
3821   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_test_operational_2n_dnv"
3822   columns:
3823   -
3824     title: "Name"
3825     data: "data name"
3826   -
3827     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3828     data: "data show-run"
3829   rows: "generated"
3830   data: "intel-dnv-vpp"
3831   filter: "'NDRPDR'"
3832   parameters:
3833   - "parent"
3834   - "name"
3835   - "show-run"
3836
3837 # Detailed Test Results - VPP MRR Results 3n-hsw
3838 -
3839   type: "table"
3840   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
3841   algorithm: "table_details"
3842   output-file-ext: ".csv"
3843   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
3844   columns:
3845   -
3846     title: "Name"
3847     data: "data name"
3848   -
3849     title: "Status"
3850     data: "data msg"
3851   rows: "generated"
3852   data: "vpp-mrr-results-3n-hsw"
3853   filter: "'MRR'"
3854   parameters:
3855   - "name"
3856   - "parent"
3857   - "msg"
3858
3859 # Detailed Test Results - VPP MRR Results 3n-skx
3860 -
3861   type: "table"
3862   title: "Detailed Test Results - VPP MRR Results 3n-skx"
3863   algorithm: "table_details"
3864   output-file-ext: ".csv"
3865   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
3866   columns:
3867   -
3868     title: "Name"
3869     data: "data name"
3870   -
3871     title: "Status"
3872     data: "data msg"
3873   rows: "generated"
3874   data: "vpp-mrr-results-3n-skx"
3875   filter: "'MRR'"
3876   parameters:
3877   - "name"
3878   - "parent"
3879   - "msg"
3880
3881 # Detailed Test Results - VPP MRR Results 2n-skx
3882 -
3883   type: "table"
3884   title: "Detailed Test Results - VPP MRR Results 2n-skx"
3885   algorithm: "table_details"
3886   output-file-ext: ".csv"
3887   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
3888   columns:
3889   -
3890     title: "Name"
3891     data: "data name"
3892   -
3893     title: "Status"
3894     data: "data msg"
3895   rows: "generated"
3896   data: "vpp-mrr-results-2n-skx"
3897   filter: "'MRR'"
3898   parameters:
3899   - "name"
3900   - "parent"
3901   - "msg"
3902
3903 # Detailed Test Results - VPP MRR Results 2n-dnv
3904 -
3905   type: "table"
3906   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
3907   algorithm: "table_details"
3908   output-file-ext: ".csv"
3909   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
3910   columns:
3911   -
3912     title: "Name"
3913     data: "data name"
3914   -
3915     title: "Status"
3916     data: "data msg"
3917   rows: "generated"
3918   data: "intel-dnv-vpp"
3919   filter: "'MRR'"
3920   parameters:
3921   - "name"
3922   - "parent"
3923   - "msg"
3924
3925 # Test configuration - VPP MRR Test Configs 3n-hsw
3926 -
3927   type: "table"
3928   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
3929   algorithm: "table_details"
3930   output-file-ext: ".csv"
3931   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
3932   columns:
3933   -
3934     title: "Name"
3935     data: "data name"
3936   -
3937     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3938     data: "data vat-history"
3939   rows: "generated"
3940   data: "vpp-mrr-results-3n-hsw"
3941   filter: "'MRR'"
3942   parameters:
3943   - "parent"
3944   - "name"
3945   - "vat-history"
3946
3947 # Test configuration - VPP MRR Test Configs 3n-skx
3948 -
3949   type: "table"
3950   title: "Test configuration - VPP MRR Test Configs 3n-skx"
3951   algorithm: "table_details"
3952   output-file-ext: ".csv"
3953   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
3954   columns:
3955   -
3956     title: "Name"
3957     data: "data name"
3958   -
3959     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3960     data: "data vat-history"
3961   rows: "generated"
3962   data: "vpp-mrr-results-3n-skx"
3963   filter: "'MRR'"
3964   parameters:
3965   - "parent"
3966   - "name"
3967   - "vat-history"
3968
3969 # Test configuration - VPP MRR Test Configs 2n-skx
3970 -
3971   type: "table"
3972   title: "Test configuration - VPP MRR Test Configs 2n-skx"
3973   algorithm: "table_details"
3974   output-file-ext: ".csv"
3975   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
3976   columns:
3977   -
3978     title: "Name"
3979     data: "data name"
3980   -
3981     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3982     data: "data vat-history"
3983   rows: "generated"
3984   data: "vpp-mrr-results-2n-skx"
3985   filter: "'MRR'"
3986   parameters:
3987   - "parent"
3988   - "name"
3989   - "vat-history"
3990
3991 # Test configuration - VPP MRR Test Configs 2n-dnv
3992 -
3993   type: "table"
3994   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
3995   algorithm: "table_details"
3996   output-file-ext: ".csv"
3997   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_test_configuration_2n_dnv"
3998   columns:
3999   -
4000     title: "Name"
4001     data: "data name"
4002   -
4003     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
4004     data: "data vat-history"
4005   rows: "generated"
4006   data: "intel-dnv-vpp"
4007   filter: "'MRR'"
4008   parameters:
4009   - "parent"
4010   - "name"
4011   - "vat-history"
4012
4013 # Detailed Test Results - VPP Functional Results - Ubuntu
4014 -
4015   type: "table"
4016   title: "Detailed Test Results - VPP Functional Results - Ubuntu"
4017   algorithm: "table_details"
4018   output-file-ext: ".csv"
4019   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
4020   columns:
4021   -
4022     title: "Name"
4023     data: "data name"
4024   -
4025     title: "Documentation"
4026     data: "data doc"
4027   -
4028     title: "Status"
4029     data: "data status"
4030   rows: "generated"
4031   data: "vpp-func-results-ubuntu"
4032   filter: "all"
4033   parameters:
4034   - "name"
4035   - "parent"
4036   - "doc"
4037   - "status"
4038
4039 # Detailed Test Results - VPP Functional Results - CentOS
4040 -
4041   type: "table"
4042   title: "Detailed Test Results - VPP Functional Results - CentOS"
4043   algorithm: "table_details"
4044   output-file-ext: ".csv"
4045   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
4046   columns:
4047   -
4048     title: "Name"
4049     data: "data name"
4050   -
4051     title: "Documentation"
4052     data: "data doc"
4053   -
4054     title: "Status"
4055     data: "data status"
4056   rows: "generated"
4057   data:
4058     "vpp-func-results-centos"
4059   filter: "all"
4060   parameters:
4061   - "name"
4062   - "parent"
4063   - "doc"
4064   - "status"
4065
4066 # Test configuration - VPP Functional Test Configs - Ubuntu
4067 -
4068   type: "table"
4069   title: "Test configuration - VPP Functional Test Configs - Ubuntu"
4070   algorithm: "table_details"
4071   output-file-ext: ".csv"
4072   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
4073   columns:
4074   -
4075     title: "Name"
4076     data: "data name"
4077   -
4078     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
4079     data: "data vat-history"
4080   rows: "generated"
4081   data: "vpp-func-results-ubuntu"
4082   filter: "all"
4083   parameters:
4084   - "parent"
4085   - "name"
4086   - "vat-history"
4087
4088 # Test configuration - VPP Functional Test Configs - CentOS
4089 -
4090   type: "table"
4091   title: "Test configuration - VPP Functional Test Configs - CentOS"
4092   algorithm: "table_details"
4093   output-file-ext: ".csv"
4094   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
4095   columns:
4096   -
4097     title: "Name"
4098     data: "data name"
4099   -
4100     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
4101     data: "data vat-history"
4102   rows: "generated"
4103   data: "vpp-func-results-centos"
4104   filter: "all"
4105   parameters:
4106   - "parent"
4107   - "name"
4108   - "vat-history"
4109
4110 # Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw
4111 -
4112   type: "table"
4113   title: "Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw"
4114   algorithm: "table_details"
4115   output-file-ext: ".csv"
4116   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
4117   columns:
4118   -
4119     title: "Name"
4120     data: "data name"
4121   -
4122     title: "Status"
4123     data: "data msg"
4124   rows: "generated"
4125   data: "ligato-perf-results-3n-hsw"
4126   filter: "all"
4127   parameters:
4128   - "name"
4129   - "parent"
4130   - "msg"
4131
4132 # Detailed Test Results - VPP Device Results - Ubuntu
4133 -
4134   type: "table"
4135   title: "Detailed Test Results - VPP Device Results - Ubuntu"
4136   algorithm: "table_details"
4137   output-file-ext: ".csv"
4138   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
4139   columns:
4140   -
4141     title: "Name"
4142     data: "data name"
4143   -
4144     title: "Documentation"
4145     data: "data doc"
4146   -
4147     title: "Status"
4148     data: "data status"
4149   rows: "generated"
4150   data: "vpp-device-results-ubuntu"
4151   filter: "all"
4152   parameters:
4153   - "name"
4154   - "parent"
4155   - "doc"
4156   - "status"
4157
4158 # Test configuration - VPP Device Test Configs - Ubuntu
4159 -
4160   type: "table"
4161   title: "Test configuration - VPP Device Test Configs - Ubuntu"
4162   algorithm: "table_details"
4163   output-file-ext: ".csv"
4164   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
4165   columns:
4166   -
4167     title: "Name"
4168     data: "data name"
4169   -
4170     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
4171     data: "data vat-history"
4172   rows: "generated"
4173   data: "vpp-device-results-ubuntu"
4174   filter: "all"
4175   parameters:
4176   - "parent"
4177   - "name"
4178   - "vat-history"
4179
4180 ################################################################################
4181
4182 # DPDK Performance Changes 3n-hsw 1t1c pdr
4183 -
4184   type: "table"
4185   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
4186   algorithm: "table_performance_comparison"
4187   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
4188   history:
4189     -
4190       title: "rls1807"
4191       data:
4192         csit-dpdk-perf-verify-1807-3n-hsw:
4193         - 11
4194         - 12  # full
4195         - 14
4196         - 15
4197         - 16
4198         - 17
4199         - 20
4200         - 21
4201         - 22
4202         - 23
4203   reference:
4204     title: "rls1810"
4205     data:
4206       csit-dpdk-perf-verify-1810-3n-hsw:
4207       - 1   # NDRPDR sel
4208       - 2   # NDRPDR sel
4209       - 3   # NDRPDR sel
4210       - 4   # NDRPDR sel
4211       - 5   # NDRPDR sel
4212       - 6   # NDRPDR sel
4213       - 7   # NDRPDR sel
4214       - 8   # NDRPDR sel
4215       - 9   # NDRPDR sel
4216       - 10  # NDRPDR sel
4217   compare:
4218     title: "rls1901"
4219     data:
4220       # TODO: Replace with new data
4221       csit-dpdk-perf-verify-1810-3n-hsw:
4222       - 1   # NDRPDR sel
4223       - 2   # NDRPDR sel
4224       - 3   # NDRPDR sel
4225       - 4   # NDRPDR sel
4226       - 5   # NDRPDR sel
4227       - 6   # NDRPDR sel
4228       - 7   # NDRPDR sel
4229       - 8   # NDRPDR sel
4230       - 9   # NDRPDR sel
4231       - 10  # NDRPDR sel
4232   data: "dpdk-performance-changes-3n-hsw"
4233   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4234   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4235   parameters:
4236   - "name"
4237   - "parent"
4238   - "throughput"
4239
4240 # DPDK Performance Changes 3n-hsw 2t2c pdr
4241 -
4242   type: "table"
4243   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
4244   algorithm: "table_performance_comparison"
4245   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
4246   history:
4247     -
4248       title: "rls1807"
4249       data:
4250         csit-dpdk-perf-verify-1807-3n-hsw:
4251         - 11
4252         - 12  # full
4253         - 14
4254         - 15
4255         - 16
4256         - 17
4257         - 20
4258         - 21
4259         - 22
4260         - 23
4261   reference:
4262     title: "rls1810"
4263     data:
4264       csit-dpdk-perf-verify-1810-3n-hsw:
4265       - 1   # NDRPDR sel
4266       - 2   # NDRPDR sel
4267       - 3   # NDRPDR sel
4268       - 4   # NDRPDR sel
4269       - 5   # NDRPDR sel
4270       - 6   # NDRPDR sel
4271       - 7   # NDRPDR sel
4272       - 8   # NDRPDR sel
4273       - 9   # NDRPDR sel
4274       - 10  # NDRPDR sel
4275   compare:
4276     title: "rls1901"
4277     data:
4278       # TODO: Replace with new data
4279       csit-dpdk-perf-verify-1810-3n-hsw:
4280       - 1   # NDRPDR sel
4281       - 2   # NDRPDR sel
4282       - 3   # NDRPDR sel
4283       - 4   # NDRPDR sel
4284       - 5   # NDRPDR sel
4285       - 6   # NDRPDR sel
4286       - 7   # NDRPDR sel
4287       - 8   # NDRPDR sel
4288       - 9   # NDRPDR sel
4289       - 10  # NDRPDR sel
4290   data: "dpdk-performance-changes-3n-hsw"
4291   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4292   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4293   parameters:
4294   - "name"
4295   - "parent"
4296   - "throughput"
4297
4298 # DPDK Performance Changes 3n-hsw 1t1c ndr
4299 -
4300   type: "table"
4301   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
4302   algorithm: "table_performance_comparison"
4303   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
4304   history:
4305     -
4306       title: "rls1807"
4307       data:
4308         csit-dpdk-perf-verify-1807-3n-hsw:
4309         - 11
4310         - 12  # full
4311         - 14
4312         - 15
4313         - 16
4314         - 17
4315         - 20
4316         - 21
4317         - 22
4318         - 23
4319   reference:
4320     title: "rls1810"
4321     data:
4322       csit-dpdk-perf-verify-1810-3n-hsw:
4323       - 1   # NDRPDR sel
4324       - 2   # NDRPDR sel
4325       - 3   # NDRPDR sel
4326       - 4   # NDRPDR sel
4327       - 5   # NDRPDR sel
4328       - 6   # NDRPDR sel
4329       - 7   # NDRPDR sel
4330       - 8   # NDRPDR sel
4331       - 9   # NDRPDR sel
4332       - 10  # NDRPDR sel
4333   compare:
4334     title: "rls1901"
4335     data:
4336       # TODO: Replace with new data
4337       csit-dpdk-perf-verify-1810-3n-hsw:
4338       - 1   # NDRPDR sel
4339       - 2   # NDRPDR sel
4340       - 3   # NDRPDR sel
4341       - 4   # NDRPDR sel
4342       - 5   # NDRPDR sel
4343       - 6   # NDRPDR sel
4344       - 7   # NDRPDR sel
4345       - 8   # NDRPDR sel
4346       - 9   # NDRPDR sel
4347       - 10  # NDRPDR sel
4348   data: "dpdk-performance-changes-3n-hsw"
4349   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4350   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4351   parameters:
4352   - "name"
4353   - "parent"
4354   - "throughput"
4355
4356 # DPDK Performance Changes 3n-hsw 2t2c ndr
4357 -
4358   type: "table"
4359   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
4360   algorithm: "table_performance_comparison"
4361   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
4362   history:
4363     -
4364       title: "rls1807"
4365       data:
4366         csit-dpdk-perf-verify-1807-3n-hsw:
4367         - 11
4368         - 12  # full
4369         - 14
4370         - 15
4371         - 16
4372         - 17
4373         - 20
4374         - 21
4375         - 22
4376         - 23
4377   reference:
4378     title: "rls1810"
4379     data:
4380       csit-dpdk-perf-verify-1810-3n-hsw:
4381       - 1   # NDRPDR sel
4382       - 2   # NDRPDR sel
4383       - 3   # NDRPDR sel
4384       - 4   # NDRPDR sel
4385       - 5   # NDRPDR sel
4386       - 6   # NDRPDR sel
4387       - 7   # NDRPDR sel
4388       - 8   # NDRPDR sel
4389       - 9   # NDRPDR sel
4390       - 10  # NDRPDR sel
4391   compare:
4392     title: "rls1901"
4393     data:
4394       # TODO: Replace with new data
4395       csit-dpdk-perf-verify-1810-3n-hsw:
4396       - 1   # NDRPDR sel
4397       - 2   # NDRPDR sel
4398       - 3   # NDRPDR sel
4399       - 4   # NDRPDR sel
4400       - 5   # NDRPDR sel
4401       - 6   # NDRPDR sel
4402       - 7   # NDRPDR sel
4403       - 8   # NDRPDR sel
4404       - 9   # NDRPDR sel
4405       - 10  # NDRPDR sel
4406   data: "dpdk-performance-changes-3n-hsw"
4407   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4408   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4409   parameters:
4410   - "name"
4411   - "parent"
4412   - "throughput"
4413
4414 # DPDK Performance Changes 3n-skx 2t1c pdr
4415 -
4416   type: "table"
4417   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
4418   algorithm: "table_performance_comparison"
4419   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
4420   history:
4421     -
4422       title: "rls1807"
4423       data:
4424         csit-dpdk-perf-verify-1807-3n-skx:
4425         - 1   # NDRPDR sel
4426         - 2   # NDRPDR sel
4427         - 3   # NDRPDR sel
4428         - 6   # NDRPDR sel
4429         - 7   # NDRPDR sel
4430         - 8   # NDRPDR sel
4431         - 9   # NDRPDR sel
4432         - 10  # NDRPDR sel
4433         - 11  # NDRPDR sel
4434         - 12  # NDRPDR sel
4435   reference:
4436     title: "rls1810"
4437     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   compare:
4450     title: "rls1901"
4451     data:
4452       # TODO: Replace with new data
4453       csit-dpdk-perf-verify-1810-3n-skx:
4454       - 3   # NDRPDR sel
4455       - 4   # NDRPDR sel
4456       - 6   # NDRPDR sel
4457       - 7   # NDRPDR sel
4458       - 8   # NDRPDR sel
4459       - 9   # NDRPDR sel
4460       - 10  # NDRPDR sel
4461       - 11  # NDRPDR sel
4462       - 12  # NDRPDR sel
4463       - 13  # NDRPDR sel
4464   data: "dpdk-performance-changes-3n-skx"
4465   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4466   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4467   parameters:
4468   - "name"
4469   - "parent"
4470   - "throughput"
4471
4472 # DPDK Performance Changes 3n-skx 4t2c pdr
4473 -
4474   type: "table"
4475   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
4476   algorithm: "table_performance_comparison"
4477   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
4478   history:
4479     -
4480       title: "rls1807"
4481       data:
4482         csit-dpdk-perf-verify-1807-3n-skx:
4483         - 1   # NDRPDR sel
4484         - 2   # NDRPDR sel
4485         - 3   # NDRPDR sel
4486         - 6   # NDRPDR sel
4487         - 7   # NDRPDR sel
4488         - 8   # NDRPDR sel
4489         - 9   # NDRPDR sel
4490         - 10  # NDRPDR sel
4491         - 11  # NDRPDR sel
4492         - 12  # NDRPDR sel
4493   reference:
4494     title: "rls1810"
4495     data:
4496       csit-dpdk-perf-verify-1810-3n-skx:
4497       - 3   # NDRPDR sel
4498       - 4   # NDRPDR sel
4499       - 6   # NDRPDR sel
4500       - 7   # NDRPDR sel
4501       - 8   # NDRPDR sel
4502       - 9   # NDRPDR sel
4503       - 10  # NDRPDR sel
4504       - 11  # NDRPDR sel
4505       - 12  # NDRPDR sel
4506       - 13  # NDRPDR sel
4507   compare:
4508     title: "rls1901"
4509     data:
4510       # TODO: Replace with new data
4511       csit-dpdk-perf-verify-1810-3n-skx:
4512       - 3   # NDRPDR sel
4513       - 4   # NDRPDR sel
4514       - 6   # NDRPDR sel
4515       - 7   # NDRPDR sel
4516       - 8   # NDRPDR sel
4517       - 9   # NDRPDR sel
4518       - 10  # NDRPDR sel
4519       - 11  # NDRPDR sel
4520       - 12  # NDRPDR sel
4521       - 13  # NDRPDR sel
4522   data: "dpdk-performance-changes-3n-skx"
4523   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4524   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4525   parameters:
4526   - "name"
4527   - "parent"
4528   - "throughput"
4529
4530 # DPDK Performance Changes 3n-skx 2t1c ndr
4531 -
4532   type: "table"
4533   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
4534   algorithm: "table_performance_comparison"
4535   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
4536   history:
4537     -
4538       title: "rls1807"
4539       data:
4540         csit-dpdk-perf-verify-1807-3n-skx:
4541         - 1   # NDRPDR sel
4542         - 2   # NDRPDR sel
4543         - 3   # NDRPDR sel
4544         - 6   # NDRPDR sel
4545         - 7   # NDRPDR sel
4546         - 8   # NDRPDR sel
4547         - 9   # NDRPDR sel
4548         - 10  # NDRPDR sel
4549         - 11  # NDRPDR sel
4550         - 12  # NDRPDR sel
4551   reference:
4552     title: "rls1810"
4553     data:
4554       csit-dpdk-perf-verify-1810-3n-skx:
4555       - 3   # NDRPDR sel
4556       - 4   # NDRPDR sel
4557       - 6   # NDRPDR sel
4558       - 7   # NDRPDR sel
4559       - 8   # NDRPDR sel
4560       - 9   # NDRPDR sel
4561       - 10  # NDRPDR sel
4562       - 11  # NDRPDR sel
4563       - 12  # NDRPDR sel
4564       - 13  # NDRPDR sel
4565   compare:
4566     title: "rls1901"
4567     data:
4568       # TODO: Replace with new data
4569       csit-dpdk-perf-verify-1810-3n-skx:
4570       - 3   # NDRPDR sel
4571       - 4   # NDRPDR sel
4572       - 6   # NDRPDR sel
4573       - 7   # NDRPDR sel
4574       - 8   # NDRPDR sel
4575       - 9   # NDRPDR sel
4576       - 10  # NDRPDR sel
4577       - 11  # NDRPDR sel
4578       - 12  # NDRPDR sel
4579       - 13  # NDRPDR sel
4580   data: "dpdk-performance-changes-3n-skx"
4581   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4582   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4583   parameters:
4584   - "name"
4585   - "parent"
4586   - "throughput"
4587
4588 # DPDK Performance Changes 3n-skx 4t2c ndr
4589 -
4590   type: "table"
4591   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
4592   algorithm: "table_performance_comparison"
4593   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
4594   history:
4595     -
4596       title: "rls1807"
4597       data:
4598         csit-dpdk-perf-verify-1807-3n-skx:
4599         - 1   # NDRPDR sel
4600         - 2   # NDRPDR sel
4601         - 3   # NDRPDR sel
4602         - 6   # NDRPDR sel
4603         - 7   # NDRPDR sel
4604         - 8   # NDRPDR sel
4605         - 9   # NDRPDR sel
4606         - 10  # NDRPDR sel
4607         - 11  # NDRPDR sel
4608         - 12  # NDRPDR sel
4609   reference:
4610     title: "rls1810"
4611     data:
4612       csit-dpdk-perf-verify-1810-3n-skx:
4613       - 3   # NDRPDR sel
4614       - 4   # NDRPDR sel
4615       - 6   # NDRPDR sel
4616       - 7   # NDRPDR sel
4617       - 8   # NDRPDR sel
4618       - 9   # NDRPDR sel
4619       - 10  # NDRPDR sel
4620       - 11  # NDRPDR sel
4621       - 12  # NDRPDR sel
4622       - 13  # NDRPDR sel
4623   compare:
4624     title: "rls1901"
4625     data:
4626       # TODO: Replace with new data
4627       csit-dpdk-perf-verify-1810-3n-skx:
4628       - 3   # NDRPDR sel
4629       - 4   # NDRPDR sel
4630       - 6   # NDRPDR sel
4631       - 7   # NDRPDR sel
4632       - 8   # NDRPDR sel
4633       - 9   # NDRPDR sel
4634       - 10  # NDRPDR sel
4635       - 11  # NDRPDR sel
4636       - 12  # NDRPDR sel
4637       - 13  # NDRPDR sel
4638   data: "dpdk-performance-changes-3n-skx"
4639   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4640   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4641   parameters:
4642   - "name"
4643   - "parent"
4644   - "throughput"
4645
4646 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
4647 -
4648   type: "table"
4649   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
4650   algorithm: "table_performance_comparison"
4651   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
4652   reference:
4653     title: "3-Node Hsw"
4654     data:
4655       # TODO: Replace with new data
4656       csit-dpdk-perf-verify-1810-3n-hsw:
4657       - 1   # NDRPDR sel
4658       - 2   # NDRPDR sel
4659       - 3   # NDRPDR sel
4660       - 4   # NDRPDR sel
4661       - 5   # NDRPDR sel
4662       - 6   # NDRPDR sel
4663       - 7   # NDRPDR sel
4664       - 8   # NDRPDR sel
4665       - 9   # NDRPDR sel
4666       - 10  # NDRPDR sel
4667   compare:
4668     title: "3-Node Skx"
4669     data:
4670       # TODO: Replace with new data
4671       csit-dpdk-perf-verify-1810-3n-skx:
4672       - 3   # NDRPDR sel
4673       - 4   # NDRPDR sel
4674       - 6   # NDRPDR sel
4675       - 7   # NDRPDR sel
4676       - 8   # NDRPDR sel
4677       - 9   # NDRPDR sel
4678       - 10  # NDRPDR sel
4679       - 11  # NDRPDR sel
4680       - 12  # NDRPDR sel
4681       - 13  # NDRPDR sel
4682   data: "dpdk-compare-testbeds"
4683   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4684   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4685   parameters:
4686   - "name"
4687   - "parent"
4688   - "throughput"
4689
4690 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
4691 -
4692   type: "table"
4693   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
4694   algorithm: "table_performance_comparison"
4695   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
4696   reference:
4697     title: "3-Node Skx"
4698     data:
4699       # TODO: Replace with new data
4700       csit-dpdk-perf-verify-1810-3n-skx:
4701       - 3   # NDRPDR sel
4702       - 4   # NDRPDR sel
4703       - 6   # NDRPDR sel
4704       - 7   # NDRPDR sel
4705       - 8   # NDRPDR sel
4706       - 9   # NDRPDR sel
4707       - 10  # NDRPDR sel
4708       - 11  # NDRPDR sel
4709       - 12  # NDRPDR sel
4710       - 13  # NDRPDR sel
4711   compare:
4712     title: "2-Node Skx"
4713     data:
4714       # TODO: Replace with new data
4715       csit-dpdk-perf-verify-1810-2n-skx:
4716       - 3   # NDRPDR sel
4717       - 4   # NDRPDR sel
4718       - 5   # NDRPDR sel
4719       - 7   # NDRPDR sel
4720       - 8   # NDRPDR sel
4721       - 9   # NDRPDR sel
4722       - 10  # NDRPDR sel
4723       - 11  # NDRPDR sel
4724       - 12  # NDRPDR sel
4725       - 13  # NDRPDR sel
4726   data: "dpdk-compare-topologies"
4727   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4728   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4729   parameters:
4730   - "name"
4731   - "parent"
4732   - "throughput"
4733
4734 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
4735 -
4736   type: "table"
4737   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
4738   algorithm: "table_performance_comparison"
4739   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
4740   reference:
4741     title: "3-Node Skx"
4742     data:
4743       # TODO: Replace with new data
4744       csit-dpdk-perf-verify-1810-3n-skx:
4745       - 3   # NDRPDR sel
4746       - 4   # NDRPDR sel
4747       - 6   # NDRPDR sel
4748       - 7   # NDRPDR sel
4749       - 8   # NDRPDR sel
4750       - 9   # NDRPDR sel
4751       - 10  # NDRPDR sel
4752       - 11  # NDRPDR sel
4753       - 12  # NDRPDR sel
4754       - 13  # NDRPDR sel
4755   compare:
4756     title: "2-Node Skx"
4757     data:
4758       # TODO: Replace with new data
4759       csit-dpdk-perf-verify-1810-2n-skx:
4760       - 3   # NDRPDR sel
4761       - 4   # NDRPDR sel
4762       - 5   # NDRPDR sel
4763       - 7   # NDRPDR sel
4764       - 8   # NDRPDR sel
4765       - 9   # NDRPDR sel
4766       - 10  # NDRPDR sel
4767       - 11  # NDRPDR sel
4768       - 12  # NDRPDR sel
4769       - 13  # NDRPDR sel
4770   data: "dpdk-compare-topologies"
4771   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4772   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4773   parameters:
4774   - "name"
4775   - "parent"
4776   - "throughput"
4777
4778 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
4779 -
4780   type: "table"
4781   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
4782   algorithm: "table_performance_comparison"
4783   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
4784   reference:
4785     title: "3-Node Hsw"
4786     data:
4787       # TODO: Replace with new data
4788       csit-dpdk-perf-verify-1810-3n-hsw:
4789       - 1   # NDRPDR sel
4790       - 2   # NDRPDR sel
4791       - 3   # NDRPDR sel
4792       - 4   # NDRPDR sel
4793       - 5   # NDRPDR sel
4794       - 6   # NDRPDR sel
4795       - 7   # NDRPDR sel
4796       - 8   # NDRPDR sel
4797       - 9   # NDRPDR sel
4798       - 10  # NDRPDR sel
4799   compare:
4800     title: "3-Node Skx"
4801     data:
4802       # TODO: Replace with new data
4803       csit-dpdk-perf-verify-1810-3n-skx:
4804       - 3   # NDRPDR sel
4805       - 4   # NDRPDR sel
4806       - 6   # NDRPDR sel
4807       - 7   # NDRPDR sel
4808       - 8   # NDRPDR sel
4809       - 9   # NDRPDR sel
4810       - 10  # NDRPDR sel
4811       - 11  # NDRPDR sel
4812       - 12  # NDRPDR sel
4813       - 13  # NDRPDR sel
4814   data: "dpdk-compare-testbeds"
4815   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4816   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4817   parameters:
4818   - "name"
4819   - "parent"
4820   - "throughput"
4821
4822 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx mrr
4823 # NOTE: Not used in 18.10
4824 #-
4825 #  type: "table"
4826 #  title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx mrr"
4827 #  algorithm: "table_performance_comparison"
4828 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-mrr"
4829 #  reference:
4830 #    title: "3-Node Hsw"
4831 #    data:
4832 #      csit-dpdk-perf-verify-1807-3n-hsw:
4833 #      - 11
4834 #      - 12  # full
4835 #      - 14
4836 #      - 15
4837 #      - 16
4838 #      - 17
4839 #      - 20
4840 #      - 21
4841 #      - 22
4842 #      - 23
4843 #  compare:
4844 #    title: "3-Node Skx"
4845 #    data:
4846 #      csit-dpdk-perf-verify-1807-3n-skx:
4847 #      - 1
4848 #      - 2
4849 #      - 3
4850 #      - 6
4851 #      - 7
4852 #      - 8
4853 #      - 9
4854 #      - 10
4855 #      - 11
4856 #      - 12
4857 #  data: "dpdk-compare-testbeds"
4858 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4859 #  filter: "'NIC_Intel-X710' and MRR" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4860 #  parameters:
4861 #  - "name"
4862 #  - "parent"
4863 #  - "result"
4864
4865 # Detailed Test Results - DPDK Performance Results 3n-hsw
4866 -
4867   type: "table"
4868   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
4869   algorithm: "table_details"
4870   output-file-ext: ".csv"
4871   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
4872   columns:
4873   -
4874     title: "Name"
4875     data: "data name"
4876   -
4877     title: "Status"
4878     data: "data msg"
4879   rows: "generated"
4880   data: "dpdk-perf-results-3n-hsw"
4881   filter: "all"
4882   parameters:
4883   - "name"
4884   - "parent"
4885   - "msg"
4886
4887 # Detailed Test Results - DPDK Performance Results 3n-skx
4888 -
4889   type: "table"
4890   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
4891   algorithm: "table_details"
4892   output-file-ext: ".csv"
4893   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
4894   columns:
4895   -
4896     title: "Name"
4897     data: "data name"
4898   -
4899     title: "Status"
4900     data: "data msg"
4901   rows: "generated"
4902   data: "dpdk-perf-results-3n-skx"
4903   filter: "all"
4904   parameters:
4905   - "name"
4906   - "parent"
4907   - "msg"
4908
4909 # Detailed Test Results - DPDK Performance Results 2n-skx
4910 -
4911   type: "table"
4912   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
4913   algorithm: "table_details"
4914   output-file-ext: ".csv"
4915   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
4916   columns:
4917   -
4918     title: "Name"
4919     data: "data name"
4920   -
4921     title: "Status"
4922     data: "data msg"
4923   rows: "generated"
4924   data: "dpdk-perf-results-2n-skx"
4925   filter: "all"
4926   parameters:
4927   - "name"
4928   - "parent"
4929   - "msg"
4930
4931 ################################################################################
4932 # HoneyComb
4933 -
4934   type: "table"
4935   title: "Detailed Test Results - Honeycomb Functional Results"
4936   algorithm: "table_details"
4937   output-file-ext: ".csv"
4938   output-file: "{DIR[DTR,FUNC,HC]}/hc_functional_results"
4939   columns:
4940   -
4941     title: "Name"
4942     data: "data name"
4943   -
4944     title: "Documentation"
4945     data: "data doc"
4946   -
4947     title: "Status"
4948     data: "data status"
4949   rows: "generated"
4950   data:
4951     "hc-func-results"
4952   filter: "all"
4953   parameters:
4954   - "name"
4955   - "parent"
4956   - "doc"
4957   - "status"
4958
4959 ################################################################################
4960 # NSH SFC
4961 -
4962   type: "table"
4963   title: "Detailed Test Results - NSH SFC Functional Results"
4964   algorithm: "table_details"
4965   output-file-ext: ".csv"
4966   output-file: "{DIR[DTR,FUNC,NSHSFC]}/nsh_sfc_functional_results"
4967   columns:
4968   -
4969     title: "Name"
4970     data: "data name"
4971   -
4972     title: "Documentation"
4973     data: "data doc"
4974   -
4975     title: "Status"
4976     data: "data status"
4977   rows: "generated"
4978   data:
4979     "nsh-func-results"
4980   filter: "all"
4981   parameters:
4982   - "name"
4983   - "parent"
4984   - "doc"
4985   - "status"
4986
4987 ################################################################################
4988 # DMM
4989 -
4990   type: "table"
4991   title: "Detailed Test Results - DMM Functional Results"
4992   algorithm: "table_details"
4993   output-file-ext: ".csv"
4994   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
4995   columns:
4996   -
4997     title: "Name"
4998     data: "data name"
4999   -
5000     title: "Documentation"
5001     data: "data doc"
5002   -
5003     title: "Status"
5004     data: "data status"
5005   rows: "generated"
5006   data:
5007     "dmm-func-results"
5008   filter: "all"
5009   parameters:
5010   - "name"
5011   - "parent"
5012   - "doc"
5013   - "status"
5014
5015 ################################################################################
5016 ###                                F I L E S                                 ###
5017 ################################################################################
5018
5019 # VPP Performance Results 3n-hsw
5020 -
5021   type: "file"
5022   title: "VPP Performance Results 3n-hsw"
5023   algorithm: "file_test_results"
5024   output-file-ext: ".rst"
5025   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
5026   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"
5027   dir-tables: "{DIR[DTR,PERF,VPP,3N,HSW]}"
5028   data: "vpp-perf-results-3n-hsw"
5029   filter: "not 'NDRCHK' and not 'PDRCHK'"
5030   parameters:
5031   - "name"
5032   - "doc"
5033   - "level"
5034   - "parent"
5035   data-start-level: 3
5036
5037 # VPP Performance Results 3n-skx
5038 -
5039   type: "file"
5040   title: "VPP Performance Results 3n-skx"
5041   algorithm: "file_test_results"
5042   output-file-ext: ".rst"
5043   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
5044   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"
5045   dir-tables: "{DIR[DTR,PERF,VPP,3N,SKX]}"
5046   data: "vpp-perf-results-3n-skx"
5047   filter: "not 'NDRCHK' and not 'PDRCHK'"
5048   parameters:
5049   - "name"
5050   - "doc"
5051   - "level"
5052   - "parent"
5053   data-start-level: 3
5054
5055 # VPP Performance Results 2n-skx
5056 -
5057   type: "file"
5058   title: "VPP Performance Results 2n-skx"
5059   algorithm: "file_test_results"
5060   output-file-ext: ".rst"
5061   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
5062   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"
5063   dir-tables: "{DIR[DTR,PERF,VPP,2N,SKX]}"
5064   data: "vpp-perf-results-2n-skx"
5065   filter: "not 'NDRCHK' and not 'PDRCHK'"
5066   parameters:
5067   - "name"
5068   - "doc"
5069   - "level"
5070   - "parent"
5071   data-start-level: 3
5072
5073 # VPP Performance Results 2n-dnv
5074 -
5075   type: "file"
5076   title: "VPP Performance Results 2n-dnv"
5077   algorithm: "file_test_results"
5078   output-file-ext: ".rst"
5079   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
5080   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"
5081   dir-tables: "{DIR[DTR,PERF,VPP,2N,DNV]}"
5082   data: "intel-dnv-vpp"
5083   filter: "'NDRPDR'"
5084   parameters:
5085   - "name"
5086   - "doc"
5087   - "level"
5088   - "parent"
5089   data-start-level: 3
5090
5091 # VPP Performance Configuration 3n-hsw
5092 -
5093   type: "file"
5094   title: "VPP Performance Configuration 3n-hsw"
5095   algorithm: "file_test_results"
5096   output-file-ext: ".rst"
5097   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_performance_configuration_3n_hsw"
5098   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"
5099   dir-tables: "{DIR[DTC,PERF,VPP,3N,HSW]}"
5100   data: "vpp-perf-results-3n-hsw"
5101   filter: "not 'NDRCHK' and not 'PDRCHK'"
5102   parameters:
5103   - "name"
5104   - "doc"
5105   - "level"
5106   - "parent"
5107   data-start-level: 3
5108
5109 # VPP Performance Configuration 3n-skx
5110 -
5111   type: "file"
5112   title: "VPP Performance Configuration 3n-skx"
5113   algorithm: "file_test_results"
5114   output-file-ext: ".rst"
5115   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_performance_configuration_3n_skx"
5116   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"
5117   dir-tables: "{DIR[DTC,PERF,VPP,3N,SKX]}"
5118   data: "vpp-perf-results-3n-skx"
5119   filter: "not 'NDRCHK' and not 'PDRCHK'"
5120   parameters:
5121   - "name"
5122   - "doc"
5123   - "level"
5124   - "parent"
5125   data-start-level: 3
5126
5127 # VPP Performance Configuration 2n-skx
5128 -
5129   type: "file"
5130   title: "VPP Performance Configuration 2n-skx"
5131   algorithm: "file_test_results"
5132   output-file-ext: ".rst"
5133   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_performance_configuration_2n_skx"
5134   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"
5135   dir-tables: "{DIR[DTC,PERF,VPP,2N,SKX]}"
5136   data: "vpp-perf-results-2n-skx"
5137   filter: "not 'NDRCHK' and not 'PDRCHK'"
5138   parameters:
5139   - "name"
5140   - "doc"
5141   - "level"
5142   - "parent"
5143   data-start-level: 3
5144
5145 # VPP Performance Configuration 2n-dnv
5146 -
5147   type: "file"
5148   title: "VPP Performance Configuration 2n-dnv"
5149   algorithm: "file_test_results"
5150   output-file-ext: ".rst"
5151   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_performance_configuration_2n_dnv"
5152   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"
5153   dir-tables: "{DIR[DTC,PERF,VPP,2N,DNV]}"
5154   data: "intel-dnv-vpp"
5155   filter: "'NDRPDR'"
5156   parameters:
5157   - "name"
5158   - "doc"
5159   - "level"
5160   - "parent"
5161   data-start-level: 3
5162
5163 # VPP Performance Operational Data 3n-hsw
5164 -
5165   type: "file"
5166   title: "VPP Performance Operational Data 3n-hsw"
5167   algorithm: "file_test_results"
5168   output-file-ext: ".rst"
5169   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_performance_operational_data_3n_hsw"
5170   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"
5171   dir-tables: "{DIR[DTO,PERF,VPP,3N,HSW]}"
5172   data: "vpp-perf-results-3n-hsw"
5173   filter: "not 'NDRCHK' and not 'PDRCHK'"
5174   parameters:
5175   - "name"
5176   - "doc"
5177   - "level"
5178   - "parent"
5179   data-start-level: 3
5180
5181 # VPP Performance Operational Data 3n-skx
5182 -
5183   type: "file"
5184   title: "VPP Performance Operational Data 3n-skx"
5185   algorithm: "file_test_results"
5186   output-file-ext: ".rst"
5187   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_performance_operational_data_3n_skx"
5188   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"
5189   dir-tables: "{DIR[DTO,PERF,VPP,3N,SKX]}"
5190   data: "vpp-perf-results-3n-skx"
5191   filter: "not 'NDRCHK' and not 'PDRCHK'"
5192   parameters:
5193   - "name"
5194   - "doc"
5195   - "level"
5196   - "parent"
5197   data-start-level: 3
5198
5199 # VPP Performance Operational Data 2n-skx
5200 -
5201   type: "file"
5202   title: "VPP Performance Operational Data 2n-skx"
5203   algorithm: "file_test_results"
5204   output-file-ext: ".rst"
5205   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_performance_operational_data_2n_skx"
5206   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"
5207   dir-tables: "{DIR[DTO,PERF,VPP,2N,SKX]}"
5208   data: "vpp-perf-results-2n-skx"
5209   filter: "not 'NDRCHK' and not 'PDRCHK'"
5210   parameters:
5211   - "name"
5212   - "doc"
5213   - "level"
5214   - "parent"
5215   data-start-level: 3
5216
5217 # VPP Performance Operational Data 2n-dnv
5218 -
5219   type: "file"
5220   title: "VPP Performance Operational Data 2n-dnv"
5221   algorithm: "file_test_results"
5222   output-file-ext: ".rst"
5223   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_performance_operational_data_2n_dnv"
5224   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"
5225   dir-tables: "{DIR[DTO,PERF,VPP,2N,DNV]}"
5226   data: "intel-dnv-vpp"
5227   filter: "'NDRPDR'"
5228   parameters:
5229   - "name"
5230   - "doc"
5231   - "level"
5232   - "parent"
5233   data-start-level: 3
5234
5235 # VPP MRR Results 3n-hsw
5236 -
5237   type: "file"
5238   title: "VPP MRR Results 3n-hsw"
5239   algorithm: "file_test_results"
5240   output-file-ext: ".rst"
5241   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
5242   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"
5243   dir-tables: "{DIR[DTR,MRR,VPP,3N,HSW]}"
5244   data: "vpp-mrr-results-3n-hsw"
5245   filter: "'MRR'"
5246   parameters:
5247   - "name"
5248   - "doc"
5249   - "level"
5250   - "parent"
5251   data-start-level: 3
5252
5253 # VPP MRR Results 3n-skx
5254 -
5255   type: "file"
5256   title: "VPP MRR Results 3n-skx"
5257   algorithm: "file_test_results"
5258   output-file-ext: ".rst"
5259   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
5260   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"
5261   dir-tables: "{DIR[DTR,MRR,VPP,3N,SKX]}"
5262   data: "vpp-mrr-results-3n-skx"
5263   filter: "'MRR'"
5264   parameters:
5265   - "name"
5266   - "doc"
5267   - "level"
5268   - "parent"
5269   data-start-level: 3
5270
5271 # VPP MRR Results 2n-skx
5272 -
5273   type: "file"
5274   title: "VPP MRR Results 2n-skx"
5275   algorithm: "file_test_results"
5276   output-file-ext: ".rst"
5277   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
5278   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"
5279   dir-tables: "{DIR[DTR,MRR,VPP,2N,SKX]}"
5280   data: "vpp-mrr-results-2n-skx"
5281   filter: "all"
5282   parameters:
5283   - "name"
5284   - "doc"
5285   - "level"
5286   - "parent"
5287   data-start-level: 3
5288
5289 # VPP MRR Results 2n-dnv
5290 -
5291   type: "file"
5292   title: "VPP MRR Results 2n-dnv"
5293   algorithm: "file_test_results"
5294   output-file-ext: ".rst"
5295   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
5296   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"
5297   dir-tables: "{DIR[DTR,MRR,VPP,2N,DNV]}"
5298   data: "intel-dnv-vpp"
5299   filter: "'MRR'"
5300   parameters:
5301   - "name"
5302   - "doc"
5303   - "level"
5304   - "parent"
5305   data-start-level: 3
5306
5307 # VPP MRR Configuration 3n-hsw
5308 -
5309   type: "file"
5310   title: "VPP MRR Configuration 3n-hsw"
5311   algorithm: "file_test_results"
5312   output-file-ext: ".rst"
5313   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_configuration_3n_hsw"
5314   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"
5315   dir-tables: "{DIR[DTC,MRR,VPP,3N,HSW]}"
5316   data: "vpp-mrr-results-3n-hsw"
5317   filter: "'MRR'"
5318   parameters:
5319   - "name"
5320   - "doc"
5321   - "level"
5322   - "parent"
5323   data-start-level: 3
5324
5325 # VPP MRR Configuration 3n-skx
5326 -
5327   type: "file"
5328   title: "VPP MRR Configuration 3n-skx"
5329   algorithm: "file_test_results"
5330   output-file-ext: ".rst"
5331   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_configuration_3n_skx"
5332   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"
5333   dir-tables: "{DIR[DTC,MRR,VPP,3N,SKX]}"
5334   data: "vpp-mrr-results-3n-skx"
5335   filter: "'MRR'"
5336   parameters:
5337   - "name"
5338   - "doc"
5339   - "level"
5340   - "parent"
5341   data-start-level: 3
5342
5343 # VPP MRR Configuration 2n-skx
5344 -
5345   type: "file"
5346   title: "VPP MRR Configuration 2n-skx"
5347   algorithm: "file_test_results"
5348   output-file-ext: ".rst"
5349   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_configuration_2n_skx"
5350   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"
5351   dir-tables: "{DIR[DTC,MRR,VPP,2N,SKX]}"
5352   data: "vpp-mrr-results-2n-skx"
5353   filter: "'MRR'"
5354   parameters:
5355   - "name"
5356   - "doc"
5357   - "level"
5358   - "parent"
5359   data-start-level: 3
5360
5361 # VPP MRR Configuration 2n-dnv
5362 -
5363   type: "file"
5364   title: "VPP MRR Configuration 2n-dnv"
5365   algorithm: "file_test_results"
5366   output-file-ext: ".rst"
5367   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_configuration_2n_dnv"
5368   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"
5369   dir-tables: "{DIR[DTC,MRR,VPP,2N,DNV]}"
5370   data: "intel-dnv-vpp"
5371   filter: "'MRR'"
5372   parameters:
5373   - "name"
5374   - "doc"
5375   - "level"
5376   - "parent"
5377   data-start-level: 3
5378
5379 # VPP Functional Results - Ubuntu
5380 -
5381   type: "file"
5382   title: "VPP Functional Results - Ubuntu"
5383   algorithm: "file_test_results"
5384   output-file-ext: ".rst"
5385   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
5386   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"
5387   dir-tables: "{DIR[DTR,FUNC,VPP,UBUNTU]}"
5388   data: "vpp-func-results-ubuntu"
5389   filter: "all"
5390   parameters:
5391   - "name"
5392   - "doc"
5393   - "level"
5394   - "parent"
5395   data-start-level: 3
5396
5397 # VPP Functional Results - CentOS
5398 -
5399   type: "file"
5400   title: "VPP Functional Results - CentOS"
5401   algorithm: "file_test_results"
5402   output-file-ext: ".rst"
5403   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
5404   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"
5405   dir-tables: "{DIR[DTR,FUNC,VPP,CENTOS]}"
5406   data:
5407     "vpp-func-results-centos"
5408   filter: "all"
5409   parameters:
5410   - "name"
5411   - "doc"
5412   - "level"
5413   - "parent"
5414   data-start-level: 3
5415
5416 # VPP Functional Configuration - Ubuntu
5417 -
5418   type: "file"
5419   title: "VPP Functional Configuration - Ubuntu"
5420   algorithm: "file_test_results"
5421   output-file-ext: ".rst"
5422   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
5423   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"
5424   dir-tables: "{DIR[DTC,FUNC,VPP,UBUNTU]}"
5425   data: "vpp-func-results-ubuntu"
5426   filter: "all"
5427   parameters:
5428   - "name"
5429   - "doc"
5430   - "level"
5431   - "parent"
5432   data-start-level: 3
5433
5434 # VPP Functional Configuration - CentOS
5435 -
5436   type: "file"
5437   title: "VPP Functional Configuration - CentOS"
5438   algorithm: "file_test_results"
5439   output-file-ext: ".rst"
5440   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
5441   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"
5442   dir-tables: "{DIR[DTC,FUNC,VPP,CENTOS]}"
5443   data:
5444     "vpp-func-results-centos"
5445   filter: "all"
5446   parameters:
5447   - "name"
5448   - "doc"
5449   - "level"
5450   - "parent"
5451   data-start-level: 3
5452
5453 # VPP Device Results - Ubuntu
5454 -
5455   type: "file"
5456   title: "VPP Device Results - Ubuntu"
5457   algorithm: "file_test_results"
5458   output-file-ext: ".rst"
5459   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
5460   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"
5461   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
5462   data: "vpp-device-results-ubuntu"
5463   filter: "all"
5464   parameters:
5465   - "name"
5466   - "doc"
5467   - "level"
5468   - "parent"
5469   data-start-level: 2
5470
5471 # VPP Device Configuration - Ubuntu
5472 -
5473   type: "file"
5474   title: "VPP Device Configuration - Ubuntu"
5475   algorithm: "file_test_results"
5476   output-file-ext: ".rst"
5477   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
5478   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"
5479   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
5480   data: "vpp-device-results-ubuntu"
5481   filter: "all"
5482   parameters:
5483   - "name"
5484   - "doc"
5485   - "level"
5486   - "parent"
5487   data-start-level: 2
5488
5489 # Container Orchestrated Performance Results 3n-hsw
5490 -
5491   type: "file"
5492   title: "Container Orchestrated Performance Results 3n-hsw"
5493   algorithm: "file_test_results"
5494   output-file-ext: ".rst"
5495   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
5496   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"
5497   dir-tables: "{DIR[DTR,PERF,COT,3N,HSW]}"
5498   data: "ligato-perf-results-3n-hsw"
5499   filter: "all"
5500   parameters:
5501   - "name"
5502   - "doc"
5503   - "level"
5504   - "parent"
5505   data-start-level: 3
5506
5507 # DPDK Performance Results 3n-hsw
5508 -
5509   type: "file"
5510   title: "DPDK Performance Results 3n-hsw"
5511   algorithm: "file_test_results"
5512   output-file-ext: ".rst"
5513   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
5514   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"
5515   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
5516   data: "dpdk-perf-results-3n-hsw"
5517   filter: "all"
5518   parameters:
5519   - "name"
5520   - "doc"
5521   - "level"
5522   - "parent"
5523   data-start-level: 3
5524
5525 # DPDK Performance Results 3n-skx
5526 -
5527   type: "file"
5528   title: "DPDK Performance Results 3n-skx"
5529   algorithm: "file_test_results"
5530   output-file-ext: ".rst"
5531   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
5532   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"
5533   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
5534   data: "dpdk-perf-results-3n-skx"
5535   filter: "all"
5536   parameters:
5537   - "name"
5538   - "doc"
5539   - "level"
5540   - "parent"
5541   data-start-level: 3
5542
5543 # DPDK Performance Results 2n-skx
5544 -
5545   type: "file"
5546   title: "DPDK Performance Results 2n-skx"
5547   algorithm: "file_test_results"
5548   output-file-ext: ".rst"
5549   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
5550   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"
5551   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
5552   data: "dpdk-perf-results-2n-skx"
5553   filter: "all"
5554   parameters:
5555   - "name"
5556   - "doc"
5557   - "level"
5558   - "parent"
5559   data-start-level: 3
5560
5561 # Honeycomb Functional Results
5562 -
5563   type: "file"
5564   title: "Honeycomb Functional Results"
5565   algorithm: "file_test_results"
5566   output-file-ext: ".rst"
5567   output-file: "{DIR[DTR,FUNC,HC]}/honeycomb_functional_results"
5568   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"
5569   dir-tables: "{DIR[DTR,FUNC,HC]}"
5570   data:
5571     "hc-func-results"
5572   filter: "all"
5573   parameters:
5574   - "name"
5575   - "doc"
5576   - "level"
5577   - "parent"
5578   data-start-level: 3
5579
5580 # NSH SFC Functional Results
5581 -
5582   type: "file"
5583   title: "NSH SFC Functional Results"
5584   algorithm: "file_test_results"
5585   output-file-ext: ".rst"
5586   output-file: "{DIR[DTR,FUNC,NSHSFC]}/nshsfc_functional_results"
5587   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"
5588   dir-tables: "{DIR[DTR,FUNC,NSHSFC]}"
5589   data:
5590     "nsh-func-results"
5591   filter: "all"
5592   parameters:
5593   - "name"
5594   - "doc"
5595   - "level"
5596   - "parent"
5597   data-start-level: 3
5598
5599 # DMM Functional Results
5600 -
5601   type: "file"
5602   title: "DMM Functional Results"
5603   algorithm: "file_test_results"
5604   output-file-ext: ".rst"
5605   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
5606   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"
5607   dir-tables: "{DIR[DTR,FUNC,DMM]}"
5608   data:
5609     "dmm-func-results"
5610   filter: "all"
5611   parameters:
5612   - "name"
5613   - "doc"
5614   - "level"
5615   - "parent"
5616   data-start-level: 3
5617
5618 ################################################################################
5619 ###                                P L O T S                                 ###
5620 ################################################################################
5621
5622 # Soak test - 30min Soak Test (PLRsearch), boxes
5623 -
5624   type: "plot"
5625   title: "VPP Throughput: 30min Soak Test (PLRsearch) boxes"
5626   algorithm: "plot_soak_boxes"
5627   output-file-type: ".html"
5628   output-file: "{DIR[STATIC,VPP]}/example-soak-boxes"
5629   data: "plot-vpp-soak-2n-skx"
5630   filter: "'SOAK'"
5631   parameters:
5632   - "throughput"
5633   - "parent"
5634   - "tags"
5635   sort:
5636   - "L2PATCH"
5637   - "L2XCBASE"
5638   - "L2BDMACLRN"
5639   - "IP4FWD"
5640   - "IP6FWD"
5641   - "VHOST"
5642   layout:
5643     title: "30min Soak Test (PLRsearch)"
5644     layout: "plot-soak-throughput"
5645
5646 # Soak test - example, not used
5647 -
5648   type: "plot"
5649   title: "VPP Throughput: 30min Soak Test (PLRsearch) bars"
5650   algorithm: "plot_soak_bars"
5651   output-file-type: ".html"
5652   output-file: "{DIR[STATIC,VPP]}/example-soak-bars"
5653   data: "plot-vpp-soak-2n-skx"
5654   filter: "'SOAK'"
5655   parameters:
5656   - "throughput"
5657   - "parent"
5658   - "tags"
5659   sort:
5660   - "L2PATCH"
5661   - "L2XCBASE"
5662   - "L2BDMACLRN"
5663   - "IP4FWD"
5664   - "IP6FWD"
5665   - "VHOST"
5666   layout:
5667     title: "30min Soak Test (PLRsearch)"
5668     layout: "plot-soak-throughput"
5669
5670 ################################################################################
5671 # Plots - NF Density
5672
5673 -
5674   type: "plot"
5675   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-mrr"
5676   algorithm: "plot_service_density_heatmap"
5677   output-file-type: ".html"
5678   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-vsc-mrr"
5679   data: "plot-vpp-vsc-2n-skx"
5680   filter: "'NIC_Intel-X710' and
5681            'NF_DENSITY' and
5682            'VM' and
5683            'CHAIN' and
5684            '64B' and
5685            '2T1C' and
5686            'MRR'"
5687   parameters:
5688   - "result"
5689   - "name"
5690   - "tags"
5691   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5692   x-axis: "X = VNFs per Service Chain"
5693   y-axis: "Y = Number of Service Chains"
5694   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5695   layout:
5696     title: "<b>Throughput:</b> eth-l2bd-{2*X*Y}vhost-{Y}chain-{X*Y}vm-l3fwdip4-mrr"
5697     layout: "plot-service-density"
5698
5699 -
5700   type: "plot"
5701   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-mrr"
5702   algorithm: "plot_service_density_heatmap"
5703   output-file-type: ".html"
5704   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-vsc-mrr"
5705   data: "plot-vpp-vsc-2n-skx"
5706   filter: "'NIC_Intel-X710' and
5707            'NF_DENSITY' and
5708            'VM' and
5709            'CHAIN' and
5710            '64B' and
5711            '4T2C' and
5712            'MRR'"
5713   parameters:
5714   - "result"
5715   - "name"
5716   - "tags"
5717   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5718   x-axis: "X = VNFs per Service Chain"
5719   y-axis: "Y = Number of Service Chains"
5720   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5721   layout:
5722     title: "<b>Throughput:</b> eth-l2bd-{2*X*Y}vhost-{Y}chain-{X*Y}vm-l3fwdip4-mrr"
5723     layout: "plot-service-density"
5724
5725 -
5726   type: "plot"
5727   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-mrr"
5728   algorithm: "plot_service_density_heatmap"
5729   output-file-type: ".html"
5730   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csc-mrr"
5731   data: "plot-vpp-csc-2n-skx"
5732   filter: "'NIC_Intel-X710' and
5733            'NF_DENSITY' and
5734            'DOCKER' and
5735            'CHAIN' and
5736            '64B' and
5737            '2T1C' and
5738            'MRR'"
5739   parameters:
5740   - "result"
5741   - "name"
5742   - "tags"
5743   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5744   x-axis: "X = CNFs per Service Chain"
5745   y-axis: "Y = Number of Service Chains"
5746   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5747   layout:
5748     title: "<b>Throughput:</b> eth-l2bd-{2*X*Y}memif-{Y}chain-{X*Y}drc-vppip4-mrr"
5749     layout: "plot-service-density"
5750
5751 -
5752   type: "plot"
5753   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-mrr"
5754   algorithm: "plot_service_density_heatmap"
5755   output-file-type: ".html"
5756   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csc-mrr"
5757   data: "plot-vpp-csc-2n-skx"
5758   filter: "'NIC_Intel-X710' and
5759            'NF_DENSITY' and
5760            'DOCKER' and
5761            'CHAIN' and
5762            '64B' and
5763            '4T2C' and
5764            'MRR'"
5765   parameters:
5766   - "result"
5767   - "name"
5768   - "tags"
5769   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5770   x-axis: "X = CNFs per Service Chain"
5771   y-axis: "Y = Number of Service Chains"
5772   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5773   layout:
5774     title: "<b>Throughput:</b> eth-l2bd-{2*X*Y}memif-{Y}chain-{X*Y}drc-vppip4-mrr"
5775     layout: "plot-service-density"
5776
5777 -
5778   type: "plot"
5779   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-mrr"
5780   algorithm: "plot_service_density_heatmap"
5781   output-file-type: ".html"
5782   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csp-mrr"
5783   data: "plot-vpp-csp-2n-skx"
5784   filter: "'NIC_Intel-X710' and
5785            'NF_DENSITY' and
5786            'DOCKER' and
5787            'PIPELINE' and
5788            '64B' and
5789            '2T1C' and
5790            'MRR'"
5791   parameters:
5792   - "result"
5793   - "name"
5794   - "tags"
5795   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5796   x-axis: "X = CNFs per Service Pipeline"
5797   y-axis: "Y = Number of Service Pipelines"
5798   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5799   layout:
5800     title: "<b>Throughput:</b> eth-l2bd-{2*Y}memif-{Y}pipe-{X*Y}drc-vppip4-mrr"
5801     layout: "plot-service-density"
5802
5803 -
5804   type: "plot"
5805   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-mrr"
5806   algorithm: "plot_service_density_heatmap"
5807   output-file-type: ".html"
5808   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csp-mrr"
5809   data: "plot-vpp-csp-2n-skx"
5810   filter: "'NIC_Intel-X710' and
5811            'NF_DENSITY' and
5812            'DOCKER' and
5813            'PIPELINE' and
5814            '64B' and
5815            '4T2C' and
5816            'MRR'"
5817   parameters:
5818   - "result"
5819   - "name"
5820   - "tags"
5821   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5822   x-axis: "X = CNFs per Service Pipeline"
5823   y-axis: "Y = Number of Service Pipelines"
5824   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5825   layout:
5826     title: "<b>Throughput:</b> eth-l2bd-{2*Y}memif-{Y}pipe-{X*Y}drc-vppip4-mrr"
5827     layout: "plot-service-density"
5828
5829 ################################################################################
5830 # Plots VPP HTTP Server Performance
5831 -
5832   type: "plot"
5833   title: "VPP HTTP Server Performance"
5834   algorithm: "plot_http_server_performance_box"
5835   output-file-type: ".html"
5836   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
5837   data:
5838     "plot-vpp-http-server-performance"
5839   # Keep this formatting, the filter is enclosed with " (quotation mark) and
5840   # each tag is enclosed with ' (apostrophe).
5841   filter: "'HTTP' and 'TCP_CPS'"
5842   parameters:
5843   - "result"
5844   - "name"
5845   traces:
5846     hoverinfo: "x+y"
5847     boxpoints: "outliers"
5848     whiskerwidth: 0
5849   layout:
5850     title: "VPP HTTP Server Performance"
5851     layout:
5852       "plot-cps"
5853
5854 -
5855   type: "plot"
5856   title: "VPP HTTP Server Performance"
5857   algorithm: "plot_http_server_performance_box"
5858   output-file-type: ".html"
5859   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
5860   data:
5861     "plot-vpp-http-server-performance"
5862   filter: "'HTTP' and 'TCP_RPS'"
5863   parameters:
5864   - "result"
5865   - "name"
5866   traces:
5867     hoverinfo: "x+y"
5868     boxpoints: "outliers"
5869     whiskerwidth: 0
5870   layout:
5871     title: "VPP HTTP Server Performance"
5872     layout:
5873       "plot-rps"
5874
5875 ################################################################################
5876
5877 # Packet Throughput - VPP L2 3n-hsw-x520 base and scale
5878 -
5879   type: "plot"
5880   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5881   algorithm: "plot_performance_box"
5882   output-file-type: ".html"
5883   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5884   data: "plot-vpp-throughput-latency-3n-hsw"
5885   filter: "'NIC_Intel-X520-DA2' and
5886            '64B' and
5887            ('BASE' or 'SCALE') and
5888            'NDRPDR' and
5889            'ETH' and
5890            '1T1C' and
5891            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5892            not 'VHOST' and
5893            not 'MEMIF'"
5894   parameters:
5895   - "throughput"
5896   - "parent"
5897   - "tags"
5898   sort:
5899   - "L2PATCH"
5900   - "L2XCBASE"
5901   - "BASE"
5902   - "FIB_10K"
5903   - "FIB_100K"
5904   - "FIB_1M"
5905   traces:
5906     hoverinfo: "x+y"
5907     boxpoints: "outliers"
5908     whiskerwidth: 0
5909   layout:
5910     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5911     layout: "plot-throughput"
5912
5913 -
5914   type: "plot"
5915   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5916   algorithm: "plot_performance_box"
5917   output-file-type: ".html"
5918   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5919   data: "plot-vpp-throughput-latency-3n-hsw"
5920   filter: "'NIC_Intel-X520-DA2' and
5921            '64B' and
5922            ('BASE' or 'SCALE') and
5923            'NDRPDR' and
5924            'ETH' and
5925            '1T1C' and
5926            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5927            not 'VHOST' and
5928            not 'MEMIF'"
5929   parameters:
5930   - "throughput"
5931   - "parent"
5932   - "tags"
5933   sort:
5934   - "L2PATCH"
5935   - "L2XCBASE"
5936   - "BASE"
5937   - "FIB_10K"
5938   - "FIB_100K"
5939   - "FIB_1M"
5940   traces:
5941     hoverinfo: "x+y"
5942     boxpoints: "outliers"
5943     whiskerwidth: 0
5944   layout:
5945     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5946     layout: "plot-throughput"
5947
5948 -
5949   type: "plot"
5950   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5951   algorithm: "plot_performance_box"
5952   output-file-type: ".html"
5953   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5954   data: "plot-vpp-throughput-latency-3n-hsw"
5955   filter: "'NIC_Intel-X520-DA2' and
5956            '64B' and
5957            ('BASE' or 'SCALE') and
5958            'NDRPDR' and
5959            'ETH' and
5960            '2T2C' and
5961            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5962            not 'VHOST' and
5963            not 'MEMIF'"
5964   parameters:
5965   - "throughput"
5966   - "parent"
5967   - "tags"
5968   sort:
5969   - "L2PATCH"
5970   - "L2XCBASE"
5971   - "BASE"
5972   - "FIB_10K"
5973   - "FIB_100K"
5974   - "FIB_1M"
5975   traces:
5976     hoverinfo: "x+y"
5977     boxpoints: "outliers"
5978     whiskerwidth: 0
5979   layout:
5980     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5981     layout: "plot-throughput"
5982
5983 -
5984   type: "plot"
5985   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
5986   algorithm: "plot_performance_box"
5987   output-file-type: ".html"
5988   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
5989   data: "plot-vpp-throughput-latency-3n-hsw"
5990   filter: "'NIC_Intel-X520-DA2' and
5991            '64B' and
5992            ('BASE' or 'SCALE') and
5993            'NDRPDR' and
5994            'ETH' and
5995            '2T2C' and
5996            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5997            not 'VHOST' and
5998            not 'MEMIF'"
5999   parameters:
6000   - "throughput"
6001   - "parent"
6002   - "tags"
6003   sort:
6004   - "L2PATCH"
6005   - "L2XCBASE"
6006   - "BASE"
6007   - "FIB_10K"
6008   - "FIB_100K"
6009   - "FIB_1M"
6010   traces:
6011     hoverinfo: "x+y"
6012     boxpoints: "outliers"
6013     whiskerwidth: 0
6014   layout:
6015     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6016     layout: "plot-throughput"
6017
6018 # Packet Throughput - VPP L2 3n-hsw-x520 features
6019 -
6020   type: "plot"
6021   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
6022   algorithm: "plot_performance_box"
6023   output-file-type: ".html"
6024   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
6025   data: "plot-vpp-throughput-latency-3n-hsw"
6026   filter: "'NIC_Intel-X520-DA2' and
6027            '64B' and
6028            'NDRPDR' and
6029            '1T1C' and
6030            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6031            not 'ACL' and
6032            not 'VHOST' and
6033            not 'MEMIF'"
6034   parameters:
6035   - "throughput"
6036   - "parent"
6037   - "tags"
6038   sort:
6039   - "L2XCBASE"    # l2xcbase
6040   - "L2BDBASE"    # l2bdbase
6041   - "L2XCFWD"     # dot1q-l2xcbase
6042   - "L2BDMACLRN"  # dot1q-l2bdbase
6043   traces:
6044     hoverinfo: "x+y"
6045     boxpoints: "outliers"
6046     whiskerwidth: 0
6047   layout:
6048     title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
6049     layout: "plot-throughput"
6050
6051 -
6052   type: "plot"
6053   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
6054   algorithm: "plot_performance_box"
6055   output-file-type: ".html"
6056   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
6057   data: "plot-vpp-throughput-latency-3n-hsw"
6058   filter: "'NIC_Intel-X520-DA2' and
6059            '64B' and
6060            'NDRPDR' and
6061            '1T1C' and
6062            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6063            not 'ACL' and
6064            not 'VHOST' and
6065            not 'MEMIF'"
6066   parameters:
6067   - "throughput"
6068   - "parent"
6069   - "tags"
6070   sort:
6071   - "L2XCBASE"    # l2xcbase
6072   - "L2BDBASE"    # l2bdbase
6073   - "L2XCFWD"     # dot1q-l2xcbase
6074   - "L2BDMACLRN"  # dot1q-l2bdbase
6075   traces:
6076     hoverinfo: "x+y"
6077     boxpoints: "outliers"
6078     whiskerwidth: 0
6079   layout:
6080     title: "l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
6081     layout: "plot-throughput"
6082
6083 -
6084   type: "plot"
6085   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
6086   algorithm: "plot_performance_box"
6087   output-file-type: ".html"
6088   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
6089   data: "plot-vpp-throughput-latency-3n-hsw"
6090   filter: "'NIC_Intel-X520-DA2' and
6091            '64B' and
6092            'NDRPDR' and
6093            '2T2C' and
6094            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6095            not 'ACL' and
6096            not 'VHOST' and
6097            not 'MEMIF'"
6098   parameters:
6099   - "throughput"
6100   - "parent"
6101   - "tags"
6102   sort:
6103   - "L2XCBASE"    # l2xcbase
6104   - "L2BDBASE"    # l2bdbase
6105   - "L2XCFWD"     # dot1q-l2xcbase
6106   - "L2BDMACLRN"  # dot1q-l2bdbase
6107   traces:
6108     hoverinfo: "x+y"
6109     boxpoints: "outliers"
6110     whiskerwidth: 0
6111   layout:
6112     title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
6113     layout: "plot-throughput"
6114
6115 -
6116   type: "plot"
6117   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
6118   algorithm: "plot_performance_box"
6119   output-file-type: ".html"
6120   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
6121   data: "plot-vpp-throughput-latency-3n-hsw"
6122   filter: "'NIC_Intel-X520-DA2' and
6123            '64B' and
6124            'NDRPDR' and
6125            '2T2C' and
6126            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6127            not 'ACL' and
6128            not 'VHOST' and
6129            not 'MEMIF'"
6130   parameters:
6131   - "throughput"
6132   - "parent"
6133   - "tags"
6134   sort:
6135   - "L2XCBASE"    # l2xcbase
6136   - "L2BDBASE"    # l2bdbase
6137   - "L2XCFWD"     # dot1q-l2xcbase
6138   - "L2BDMACLRN"  # dot1q-l2bdbase
6139   traces:
6140     hoverinfo: "x+y"
6141     boxpoints: "outliers"
6142     whiskerwidth: 0
6143   layout:
6144     title: "l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
6145     layout: "plot-throughput"
6146
6147 # Packet Throughput - VPP L2 3n-hsw-x710 base and scale
6148 -
6149   type: "plot"
6150   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6151   algorithm: "plot_performance_box"
6152   output-file-type: ".html"
6153   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6154   data: "plot-vpp-throughput-latency-3n-hsw"
6155   filter: "'NIC_Intel-X710' and
6156            '64B' and
6157            ('BASE' or 'SCALE') and
6158            'NDRPDR' and
6159            'ETH' and
6160            '1T1C' and
6161            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6162            not 'VHOST' and
6163            not 'MEMIF'"
6164   parameters:
6165   - "throughput"
6166   - "parent"
6167   - "tags"
6168   sort:
6169   - "L2XCFWD"
6170   - "L2PATCH"
6171   - "L2BDMACLRN"
6172   - "FIB_10K"
6173   - "FIB_100K"
6174   - "FIB_1M"
6175   traces:
6176     hoverinfo: "x+y"
6177     boxpoints: "outliers"
6178     whiskerwidth: 0
6179   layout:
6180     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6181     layout: "plot-throughput"
6182
6183 -
6184   type: "plot"
6185   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
6186   algorithm: "plot_performance_box"
6187   output-file-type: ".html"
6188   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
6189   data: "plot-vpp-throughput-latency-3n-hsw"
6190   filter: "'NIC_Intel-X710' and
6191            '64B' and
6192            ('BASE' or 'SCALE') and
6193            'NDRPDR' and
6194            'ETH' and
6195            '1T1C' and
6196            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6197            not 'VHOST' and
6198            not 'MEMIF'"
6199   parameters:
6200   - "throughput"
6201   - "parent"
6202   - "tags"
6203   sort:
6204   - "L2XCFWD"
6205   - "L2PATCH"
6206   - "L2BDMACLRN"
6207   - "FIB_10K"
6208   - "FIB_100K"
6209   - "FIB_1M"
6210   traces:
6211     hoverinfo: "x+y"
6212     boxpoints: "outliers"
6213     whiskerwidth: 0
6214   layout:
6215     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
6216     layout: "plot-throughput"
6217
6218 -
6219   type: "plot"
6220   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
6221   algorithm: "plot_performance_box"
6222   output-file-type: ".html"
6223   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
6224   data: "plot-vpp-throughput-latency-3n-hsw"
6225   filter: "'NIC_Intel-X710' and
6226            '64B' and
6227            ('BASE' or 'SCALE') and
6228            'NDRPDR' and
6229            'ETH' and
6230            '2T2C' and
6231            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6232            not 'VHOST' and
6233            not 'MEMIF'"
6234   parameters:
6235   - "throughput"
6236   - "parent"
6237   - "tags"
6238   sort:
6239   - "L2XCFWD"
6240   - "L2PATCH"
6241   - "L2BDMACLRN"
6242   - "FIB_10K"
6243   - "FIB_100K"
6244   - "FIB_1M"
6245   traces:
6246     hoverinfo: "x+y"
6247     boxpoints: "outliers"
6248     whiskerwidth: 0
6249   layout:
6250     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
6251     layout: "plot-throughput"
6252
6253 -
6254   type: "plot"
6255   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
6256   algorithm: "plot_performance_box"
6257   output-file-type: ".html"
6258   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
6259   data: "plot-vpp-throughput-latency-3n-hsw"
6260   filter: "'NIC_Intel-X710' and
6261            '64B' and
6262            ('BASE' or 'SCALE') and
6263            'NDRPDR' and
6264            'ETH' and
6265            '2T2C' and
6266            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6267            not 'VHOST' and
6268            not 'MEMIF'"
6269   parameters:
6270   - "throughput"
6271   - "parent"
6272   - "tags"
6273   sort:
6274   - "L2XCFWD"
6275   - "L2PATCH"
6276   - "L2BDMACLRN"
6277   - "FIB_10K"
6278   - "FIB_100K"
6279   - "FIB_1M"
6280   traces:
6281     hoverinfo: "x+y"
6282     boxpoints: "outliers"
6283     whiskerwidth: 0
6284   layout:
6285     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
6286     layout: "plot-throughput"
6287
6288 # Packet Throughput - VPP L2 3n-hsw-x710 features
6289 -
6290   type: "plot"
6291   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
6292   algorithm: "plot_performance_box"
6293   output-file-type: ".html"
6294   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
6295   data: "plot-vpp-throughput-latency-3n-hsw"
6296   filter: "'NIC_Intel-X710' and
6297            '64B' and
6298            'NDRPDR' and
6299            '1T1C' and
6300            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6301            not 'ACL' and
6302            not 'VHOST' and
6303            not 'MEMIF'"
6304   parameters:
6305   - "throughput"
6306   - "parent"
6307   - "tags"
6308   sort:
6309   - "L2XCBASE"    # l2xcbase
6310   - "L2BDBASE"    # l2bdbase
6311   - "L2XCFWD"     # dot1q-l2xcbase
6312   - "L2BDMACLRN"  # dot1q-l2bdbase
6313   traces:
6314     hoverinfo: "x+y"
6315     boxpoints: "outliers"
6316     whiskerwidth: 0
6317   layout:
6318     title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
6319     layout: "plot-throughput"
6320
6321 -
6322   type: "plot"
6323   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
6324   algorithm: "plot_performance_box"
6325   output-file-type: ".html"
6326   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
6327   data: "plot-vpp-throughput-latency-3n-hsw"
6328   filter: "'NIC_Intel-X710' and
6329            '64B' and
6330            'NDRPDR' and
6331            '1T1C' and
6332            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6333            not 'ACL' and
6334            not 'VHOST' and
6335            not 'MEMIF'"
6336   parameters:
6337   - "throughput"
6338   - "parent"
6339   - "tags"
6340   sort:
6341   - "L2XCBASE"    # l2xcbase
6342   - "L2BDBASE"    # l2bdbase
6343   - "L2XCFWD"     # dot1q-l2xcbase
6344   - "L2BDMACLRN"  # dot1q-l2bdbase
6345   traces:
6346     hoverinfo: "x+y"
6347     boxpoints: "outliers"
6348     whiskerwidth: 0
6349   layout:
6350     title: "l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
6351     layout: "plot-throughput"
6352
6353 -
6354   type: "plot"
6355   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
6356   algorithm: "plot_performance_box"
6357   output-file-type: ".html"
6358   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
6359   data: "plot-vpp-throughput-latency-3n-hsw"
6360   filter: "'NIC_Intel-X710' and
6361            '64B' and
6362            'NDRPDR' and
6363            '2T2C' and
6364            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6365            not 'ACL' and
6366            not 'VHOST' and
6367            not 'MEMIF'"
6368   parameters:
6369   - "throughput"
6370   - "parent"
6371   - "tags"
6372   sort:
6373   - "L2XCBASE"    # l2xcbase
6374   - "L2BDBASE"    # l2bdbase
6375   - "L2XCFWD"     # dot1q-l2xcbase
6376   - "L2BDMACLRN"  # dot1q-l2bdbase
6377   traces:
6378     hoverinfo: "x+y"
6379     boxpoints: "outliers"
6380     whiskerwidth: 0
6381   layout:
6382     title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
6383     layout: "plot-throughput"
6384
6385 -
6386   type: "plot"
6387   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
6388   algorithm: "plot_performance_box"
6389   output-file-type: ".html"
6390   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
6391   data: "plot-vpp-throughput-latency-3n-hsw"
6392   filter: "'NIC_Intel-X710' and
6393            '64B' and
6394            'NDRPDR' and
6395            '2T2C' and
6396            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6397            not 'ACL' and
6398            not 'VHOST' and
6399            not 'MEMIF'"
6400   parameters:
6401   - "throughput"
6402   - "parent"
6403   - "tags"
6404   sort:
6405   - "L2XCBASE"    # l2xcbase
6406   - "L2BDBASE"    # l2bdbase
6407   - "L2XCFWD"     # dot1q-l2xcbase
6408   - "L2BDMACLRN"  # dot1q-l2bdbase
6409   traces:
6410     hoverinfo: "x+y"
6411     boxpoints: "outliers"
6412     whiskerwidth: 0
6413   layout:
6414     title: "l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
6415     layout: "plot-throughput"
6416
6417 # Packet Throughput - VPP L2 3n-hsw-xl710 base and scale
6418 -
6419   type: "plot"
6420   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
6421   algorithm: "plot_performance_box"
6422   output-file-type: ".html"
6423   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
6424   data: "plot-vpp-throughput-latency-3n-hsw"
6425   filter: "'NIC_Intel-XL710' and
6426            '64B' and
6427            ('BASE' or 'SCALE') and
6428            'NDRPDR' and
6429            'ETH' and
6430            '1T1C' and
6431            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6432            not 'VHOST' and
6433            not 'MEMIF'"
6434   parameters:
6435   - "throughput"
6436   - "parent"
6437   - "tags"
6438   sort:
6439   - "L2PATCH"
6440   - "L2XCBASE"
6441   - "BASE"
6442   - "FIB_10K"
6443   - "FIB_100K"
6444   - "FIB_1M"
6445   traces:
6446     hoverinfo: "x+y"
6447     boxpoints: "outliers"
6448     whiskerwidth: 0
6449   layout:
6450     title: "l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
6451     layout: "plot-throughput"
6452
6453 -
6454   type: "plot"
6455   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
6456   algorithm: "plot_performance_box"
6457   output-file-type: ".html"
6458   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
6459   data: "plot-vpp-throughput-latency-3n-hsw"
6460   filter: "'NIC_Intel-XL710' and
6461            '64B' and
6462            ('BASE' or 'SCALE') and
6463            'NDRPDR' and
6464            'ETH' and
6465            '1T1C' and
6466            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6467            not 'VHOST' and
6468            not 'MEMIF'"
6469   parameters:
6470   - "throughput"
6471   - "parent"
6472   - "tags"
6473   sort:
6474   - "L2PATCH"
6475   - "L2XCBASE"
6476   - "BASE"
6477   - "FIB_10K"
6478   - "FIB_100K"
6479   - "FIB_1M"
6480   traces:
6481     hoverinfo: "x+y"
6482     boxpoints: "outliers"
6483     whiskerwidth: 0
6484   layout:
6485     title: "l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
6486     layout: "plot-throughput"
6487
6488 -
6489   type: "plot"
6490   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
6491   algorithm: "plot_performance_box"
6492   output-file-type: ".html"
6493   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
6494   data: "plot-vpp-throughput-latency-3n-hsw"
6495   filter: "'NIC_Intel-XL710' and
6496            '64B' and
6497            ('BASE' or 'SCALE') and
6498            'NDRPDR' and
6499            'ETH' and
6500            '2T2C' and
6501            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6502            not 'VHOST' and
6503            not 'MEMIF'"
6504   parameters:
6505   - "throughput"
6506   - "parent"
6507   - "tags"
6508   sort:
6509   - "L2PATCH"
6510   - "L2XCBASE"
6511   - "BASE"
6512   - "FIB_10K"
6513   - "FIB_100K"
6514   - "FIB_1M"
6515   traces:
6516     hoverinfo: "x+y"
6517     boxpoints: "outliers"
6518     whiskerwidth: 0
6519   layout:
6520     title: "l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
6521     layout: "plot-throughput"
6522
6523 -
6524   type: "plot"
6525   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
6526   algorithm: "plot_performance_box"
6527   output-file-type: ".html"
6528   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
6529   data: "plot-vpp-throughput-latency-3n-hsw"
6530   filter: "'NIC_Intel-XL710' and
6531            '64B' and
6532            ('BASE' or 'SCALE') and
6533            'NDRPDR' and
6534            'ETH' and
6535            '2T2C' and
6536            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6537            not 'VHOST' and
6538            not 'MEMIF'"
6539   parameters:
6540   - "throughput"
6541   - "parent"
6542   - "tags"
6543   sort:
6544   - "L2PATCH"
6545   - "L2XCBASE"
6546   - "BASE"
6547   - "FIB_10K"
6548   - "FIB_100K"
6549   - "FIB_1M"
6550   traces:
6551     hoverinfo: "x+y"
6552     boxpoints: "outliers"
6553     whiskerwidth: 0
6554   layout:
6555     title: "l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
6556     layout: "plot-throughput"
6557
6558 # Packet Throughput - VPP L2 3n-skx-x710 base and scale
6559 -
6560   type: "plot"
6561   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
6562   algorithm: "plot_performance_box"
6563   output-file-type: ".html"
6564   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
6565   data: "plot-vpp-throughput-latency-3n-skx"
6566   filter: "'NIC_Intel-X710' and
6567            '64B' and
6568            ('BASE' or 'SCALE') and
6569            'NDRPDR' and
6570            'ETH' and
6571            '2T1C' and
6572            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6573            not 'VHOST' and
6574            not 'MEMIF' and
6575            not 'DRV_AVF'"
6576   parameters:
6577   - "throughput"
6578   - "parent"
6579   - "tags"
6580   sort:
6581   - "L2PATCH"
6582   - "L2XCBASE"
6583   - "BASE"
6584   - "FIB_10K"
6585   - "FIB_100K"
6586   - "FIB_1M"
6587   traces:
6588     hoverinfo: "x+y"
6589     boxpoints: "outliers"
6590     whiskerwidth: 0
6591   layout:
6592     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
6593     layout: "plot-throughput"
6594
6595 -
6596   type: "plot"
6597   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
6598   algorithm: "plot_performance_box"
6599   output-file-type: ".html"
6600   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
6601   data: "plot-vpp-throughput-latency-3n-skx"
6602   filter: "'NIC_Intel-X710' and
6603            '64B' and
6604            ('BASE' or 'SCALE') and
6605            'NDRPDR' and
6606            'ETH' and
6607            '2T1C' and
6608            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6609            not 'VHOST' and
6610            not 'MEMIF' and
6611            not 'DRV_AVF'"
6612   parameters:
6613   - "throughput"
6614   - "parent"
6615   - "tags"
6616   sort:
6617   - "L2PATCH"
6618   - "L2XCBASE"
6619   - "BASE"
6620   - "FIB_10K"
6621   - "FIB_100K"
6622   - "FIB_1M"
6623   traces:
6624     hoverinfo: "x+y"
6625     boxpoints: "outliers"
6626     whiskerwidth: 0
6627   layout:
6628     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
6629     layout: "plot-throughput"
6630
6631 -
6632   type: "plot"
6633   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
6634   algorithm: "plot_performance_box"
6635   output-file-type: ".html"
6636   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
6637   data: "plot-vpp-throughput-latency-3n-skx"
6638   filter: "'NIC_Intel-X710' and
6639            '64B' and
6640            ('BASE' or 'SCALE') and
6641            'NDRPDR' and
6642            'ETH' and
6643            '4T2C' and
6644            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6645            not 'VHOST' and
6646            not 'MEMIF' and
6647            not 'DRV_AVF'"
6648   parameters:
6649   - "throughput"
6650   - "parent"
6651   - "tags"
6652   sort:
6653   - "L2PATCH"
6654   - "L2XCBASE"
6655   - "BASE"
6656   - "FIB_10K"
6657   - "FIB_100K"
6658   - "FIB_1M"
6659   traces:
6660     hoverinfo: "x+y"
6661     boxpoints: "outliers"
6662     whiskerwidth: 0
6663   layout:
6664     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
6665     layout: "plot-throughput"
6666
6667 -
6668   type: "plot"
6669   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
6670   algorithm: "plot_performance_box"
6671   output-file-type: ".html"
6672   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
6673   data: "plot-vpp-throughput-latency-3n-skx"
6674   filter: "'NIC_Intel-X710' and
6675            '64B' and
6676            ('BASE' or 'SCALE') and
6677            'NDRPDR' and
6678            'ETH' and
6679            '4T2C' and
6680            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6681            not 'VHOST' and
6682            not 'MEMIF' and
6683            not 'DRV_AVF'"
6684   parameters:
6685   - "throughput"
6686   - "parent"
6687   - "tags"
6688   sort:
6689   - "L2PATCH"
6690   - "L2XCBASE"
6691   - "BASE"
6692   - "FIB_10K"
6693   - "FIB_100K"
6694   - "FIB_1M"
6695   traces:
6696     hoverinfo: "x+y"
6697     boxpoints: "outliers"
6698     whiskerwidth: 0
6699   layout:
6700     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
6701     layout: "plot-throughput"
6702
6703 # Packet Throughput - VPP L2 3n-skx-x710 features
6704 -
6705   type: "plot"
6706   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-ndr"
6707   algorithm: "plot_performance_box"
6708   output-file-type: ".html"
6709   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr"
6710   data: "plot-vpp-throughput-latency-3n-skx"
6711   filter: "'NIC_Intel-X710' and
6712            '64B' and
6713            'NDRPDR' and
6714            '2T1C' and
6715            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6716            not 'ACL' and
6717            not 'VHOST' and
6718            not 'MEMIF'"
6719   parameters:
6720   - "throughput"
6721   - "parent"
6722   - "tags"
6723   sort:
6724   - "L2XCBASE"    # l2xcbase
6725   - "L2BDBASE"    # l2bdbase
6726   - "L2XCFWD"     # dot1q-l2xcbase
6727   - "L2BDMACLRN"  # dot1q-l2bdbase
6728   traces:
6729     hoverinfo: "x+y"
6730     boxpoints: "outliers"
6731     whiskerwidth: 0
6732   layout:
6733     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
6734     layout: "plot-throughput"
6735
6736 -
6737   type: "plot"
6738   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-pdr"
6739   algorithm: "plot_performance_box"
6740   output-file-type: ".html"
6741   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-pdr"
6742   data: "plot-vpp-throughput-latency-3n-skx"
6743   filter: "'NIC_Intel-X710' and
6744            '64B' and
6745            'NDRPDR' and
6746            '2T1C' and
6747            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6748            not 'ACL' and
6749            not 'VHOST' and
6750            not 'MEMIF'"
6751   parameters:
6752   - "throughput"
6753   - "parent"
6754   - "tags"
6755   sort:
6756   - "L2XCBASE"    # l2xcbase
6757   - "L2BDBASE"    # l2bdbase
6758   - "L2XCFWD"     # dot1q-l2xcbase
6759   - "L2BDMACLRN"  # dot1q-l2bdbase
6760   traces:
6761     hoverinfo: "x+y"
6762     boxpoints: "outliers"
6763     whiskerwidth: 0
6764   layout:
6765     title: "l2sw-3n-skx-x710-64b-2t1c-features-pdr"
6766     layout: "plot-throughput"
6767
6768 -
6769   type: "plot"
6770   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-ndr"
6771   algorithm: "plot_performance_box"
6772   output-file-type: ".html"
6773   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr"
6774   data: "plot-vpp-throughput-latency-3n-skx"
6775   filter: "'NIC_Intel-X710' and
6776            '64B' and
6777            'NDRPDR' and
6778            '4T2C' and
6779            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6780            not 'ACL' and
6781            not 'VHOST' and
6782            not 'MEMIF'"
6783   parameters:
6784   - "throughput"
6785   - "parent"
6786   - "tags"
6787   sort:
6788   - "L2XCBASE"    # l2xcbase
6789   - "L2BDBASE"    # l2bdbase
6790   - "L2XCFWD"     # dot1q-l2xcbase
6791   - "L2BDMACLRN"  # dot1q-l2bdbase
6792   traces:
6793     hoverinfo: "x+y"
6794     boxpoints: "outliers"
6795     whiskerwidth: 0
6796   layout:
6797     title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
6798     layout: "plot-throughput"
6799
6800 -
6801   type: "plot"
6802   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-pdr"
6803   algorithm: "plot_performance_box"
6804   output-file-type: ".html"
6805   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-pdr"
6806   data: "plot-vpp-throughput-latency-3n-skx"
6807   filter: "'NIC_Intel-X710' and
6808            '64B' and
6809            'NDRPDR' and
6810            '4T2C' and
6811            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6812            not 'ACL' and
6813            not 'VHOST' and
6814            not 'MEMIF'"
6815   parameters:
6816   - "throughput"
6817   - "parent"
6818   - "tags"
6819   sort:
6820   - "L2XCBASE"    # l2xcbase
6821   - "L2BDBASE"    # l2bdbase
6822   - "L2XCFWD"     # dot1q-l2xcbase
6823   - "L2BDMACLRN"  # dot1q-l2bdbase
6824   traces:
6825     hoverinfo: "x+y"
6826     boxpoints: "outliers"
6827     whiskerwidth: 0
6828   layout:
6829     title: "l2sw-3n-skx-x710-64b-4t2c-features-pdr"
6830     layout: "plot-throughput"
6831
6832 # Packet Throughput - VPP L2 3n-skx-xxv710 base and scale
6833 -
6834   type: "plot"
6835   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
6836   algorithm: "plot_performance_box"
6837   output-file-type: ".html"
6838   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
6839   data: "plot-vpp-throughput-latency-3n-skx"
6840   filter: "'NIC_Intel-XXV710' and
6841            '64B' and
6842            ('BASE' or 'SCALE') and
6843            'NDRPDR' and
6844            'ETH' and
6845            '2T1C' and
6846            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6847            not 'VHOST' and
6848            not 'MEMIF' and
6849            not 'DRV_AVF'"
6850   parameters:
6851   - "throughput"
6852   - "parent"
6853   - "tags"
6854   sort:
6855   - "L2PATCH"
6856   - "L2XCBASE"
6857   - "BASE"
6858   - "FIB_10K"
6859   - "FIB_100K"
6860   - "FIB_1M"
6861   traces:
6862     hoverinfo: "x+y"
6863     boxpoints: "outliers"
6864     whiskerwidth: 0
6865   layout:
6866     title: "l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
6867     layout: "plot-throughput"
6868
6869 -
6870   type: "plot"
6871   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6872   algorithm: "plot_performance_box"
6873   output-file-type: ".html"
6874   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6875   data: "plot-vpp-throughput-latency-3n-skx"
6876   filter: "'NIC_Intel-XXV710' and
6877            '64B' and
6878            ('BASE' or 'SCALE') and
6879            'NDRPDR' and
6880            'ETH' and
6881            '2T1C' and
6882            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6883            not 'VHOST' and
6884            not 'MEMIF' and
6885            not 'DRV_AVF'"
6886   parameters:
6887   - "throughput"
6888   - "parent"
6889   - "tags"
6890   sort:
6891   - "L2PATCH"
6892   - "L2XCBASE"
6893   - "BASE"
6894   - "FIB_10K"
6895   - "FIB_100K"
6896   - "FIB_1M"
6897   traces:
6898     hoverinfo: "x+y"
6899     boxpoints: "outliers"
6900     whiskerwidth: 0
6901   layout:
6902     title: "l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6903     layout: "plot-throughput"
6904
6905 -
6906   type: "plot"
6907   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
6908   algorithm: "plot_performance_box"
6909   output-file-type: ".html"
6910   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
6911   data: "plot-vpp-throughput-latency-3n-skx"
6912   filter: "'NIC_Intel-XXV710' and
6913            '64B' and
6914            ('BASE' or 'SCALE') and
6915            'NDRPDR' and
6916            'ETH' and
6917            '4T2C' and
6918            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6919            not 'VHOST' and
6920            not 'MEMIF' and
6921            not 'DRV_AVF'"
6922   parameters:
6923   - "throughput"
6924   - "parent"
6925   - "tags"
6926   sort:
6927   - "L2PATCH"
6928   - "L2XCBASE"
6929   - "BASE"
6930   - "FIB_10K"
6931   - "FIB_100K"
6932   - "FIB_1M"
6933   traces:
6934     hoverinfo: "x+y"
6935     boxpoints: "outliers"
6936     whiskerwidth: 0
6937   layout:
6938     title: "l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
6939     layout: "plot-throughput"
6940
6941 -
6942   type: "plot"
6943   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
6944   algorithm: "plot_performance_box"
6945   output-file-type: ".html"
6946   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
6947   data: "plot-vpp-throughput-latency-3n-skx"
6948   filter: "'NIC_Intel-XXV710' and
6949            '64B' and
6950            ('BASE' or 'SCALE') and
6951            'NDRPDR' and
6952            'ETH' and
6953            '4T2C' and
6954            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6955            not 'VHOST' and
6956            not 'MEMIF' and
6957            not 'DRV_AVF'"
6958   parameters:
6959   - "throughput"
6960   - "parent"
6961   - "tags"
6962   sort:
6963   - "L2PATCH"
6964   - "L2XCBASE"
6965   - "BASE"
6966   - "FIB_10K"
6967   - "FIB_100K"
6968   - "FIB_1M"
6969   traces:
6970     hoverinfo: "x+y"
6971     boxpoints: "outliers"
6972     whiskerwidth: 0
6973   layout:
6974     title: "l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
6975     layout: "plot-throughput"
6976
6977 # Packet Throughput - VPP L2 2n-skx-x710 base and scale
6978 -
6979   type: "plot"
6980   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
6981   algorithm: "plot_performance_box"
6982   output-file-type: ".html"
6983   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
6984   data: "plot-vpp-throughput-latency-2n-skx"
6985   filter: "'NIC_Intel-X710' and
6986            '64B' and
6987            ('BASE' or 'SCALE') and
6988            'NDRPDR' and
6989            'ETH' and
6990            '2T1C' and
6991            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6992            not 'VHOST' and
6993            not 'MEMIF'"
6994   parameters:
6995   - "throughput"
6996   - "parent"
6997   - "tags"
6998   sort:
6999   - "L2PATCH"
7000   - "L2XCBASE"
7001   - "BASE"
7002   - "FIB_10K"
7003   - "FIB_100K"
7004   - "FIB_1M"
7005   traces:
7006     hoverinfo: "x+y"
7007     boxpoints: "outliers"
7008     whiskerwidth: 0
7009   layout:
7010     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
7011     layout: "plot-throughput"
7012
7013 -
7014   type: "plot"
7015   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
7016   algorithm: "plot_performance_box"
7017   output-file-type: ".html"
7018   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
7019   data: "plot-vpp-throughput-latency-2n-skx"
7020   filter: "'NIC_Intel-X710' and
7021            '64B' and
7022            ('BASE' or 'SCALE') and
7023            'NDRPDR' and
7024            'ETH' and
7025            '2T1C' and
7026            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7027            not 'VHOST' and
7028            not 'MEMIF'"
7029   parameters:
7030   - "throughput"
7031   - "parent"
7032   - "tags"
7033   sort:
7034   - "L2PATCH"
7035   - "L2XCBASE"
7036   - "BASE"
7037   - "FIB_10K"
7038   - "FIB_100K"
7039   - "FIB_1M"
7040   traces:
7041     hoverinfo: "x+y"
7042     boxpoints: "outliers"
7043     whiskerwidth: 0
7044   layout:
7045     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
7046     layout: "plot-throughput"
7047
7048 -
7049   type: "plot"
7050   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
7051   algorithm: "plot_performance_box"
7052   output-file-type: ".html"
7053   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
7054   data: "plot-vpp-throughput-latency-2n-skx"
7055   filter: "'NIC_Intel-X710' and
7056            '64B' and
7057            ('BASE' or 'SCALE') and
7058            'NDRPDR' and
7059            'ETH' and
7060            '4T2C' and
7061            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7062            not 'VHOST' and
7063            not 'MEMIF'"
7064   parameters:
7065   - "throughput"
7066   - "parent"
7067   - "tags"
7068   sort:
7069   - "L2PATCH"
7070   - "L2XCBASE"
7071   - "BASE"
7072   - "FIB_10K"
7073   - "FIB_100K"
7074   - "FIB_1M"
7075   traces:
7076     hoverinfo: "x+y"
7077     boxpoints: "outliers"
7078     whiskerwidth: 0
7079   layout:
7080     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
7081     layout: "plot-throughput"
7082
7083 -
7084   type: "plot"
7085   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
7086   algorithm: "plot_performance_box"
7087   output-file-type: ".html"
7088   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
7089   data: "plot-vpp-throughput-latency-2n-skx"
7090   filter: "'NIC_Intel-X710' and
7091            '64B' and
7092            ('BASE' or 'SCALE') and
7093            'NDRPDR' and
7094            'ETH' and
7095            '4T2C' and
7096            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7097            not 'VHOST' and
7098            not 'MEMIF'"
7099   parameters:
7100   - "throughput"
7101   - "parent"
7102   - "tags"
7103   sort:
7104   - "L2PATCH"
7105   - "L2XCBASE"
7106   - "BASE"
7107   - "FIB_10K"
7108   - "FIB_100K"
7109   - "FIB_1M"
7110   traces:
7111     hoverinfo: "x+y"
7112     boxpoints: "outliers"
7113     whiskerwidth: 0
7114   layout:
7115     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
7116     layout: "plot-throughput"
7117
7118 # Packet Throughput - VPP L2 2n-skx-xxv710 base and scale
7119 -
7120   type: "plot"
7121   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
7122   algorithm: "plot_performance_box"
7123   output-file-type: ".html"
7124   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
7125   data: "plot-vpp-throughput-latency-2n-skx"
7126   filter: "'NIC_Intel-XXV710' and
7127            '64B' and
7128            ('BASE' or 'SCALE') and
7129            'NDRPDR' and
7130            'ETH' and
7131            '2T1C' and
7132            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7133            not 'VHOST' and
7134            not 'MEMIF'"
7135   parameters:
7136   - "throughput"
7137   - "parent"
7138   - "tags"
7139   sort:
7140   - "L2PATCH"
7141   - "L2XCBASE"
7142   - "BASE"
7143   - "FIB_10K"
7144   - "FIB_100K"
7145   - "FIB_1M"
7146   traces:
7147     hoverinfo: "x+y"
7148     boxpoints: "outliers"
7149     whiskerwidth: 0
7150   layout:
7151     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
7152     layout: "plot-throughput"
7153
7154 -
7155   type: "plot"
7156   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
7157   algorithm: "plot_performance_box"
7158   output-file-type: ".html"
7159   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
7160   data: "plot-vpp-throughput-latency-2n-skx"
7161   filter: "'NIC_Intel-XXV710' and
7162            '64B' and
7163            ('BASE' or 'SCALE') and
7164            'NDRPDR' and
7165            'ETH' and
7166            '2T1C' and
7167            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7168            not 'VHOST' and
7169            not 'MEMIF'"
7170   parameters:
7171   - "throughput"
7172   - "parent"
7173   - "tags"
7174   sort:
7175   - "L2PATCH"
7176   - "L2XCBASE"
7177   - "BASE"
7178   - "FIB_10K"
7179   - "FIB_100K"
7180   - "FIB_1M"
7181   traces:
7182     hoverinfo: "x+y"
7183     boxpoints: "outliers"
7184     whiskerwidth: 0
7185   layout:
7186     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
7187     layout: "plot-throughput"
7188
7189 -
7190   type: "plot"
7191   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
7192   algorithm: "plot_performance_box"
7193   output-file-type: ".html"
7194   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
7195   data: "plot-vpp-throughput-latency-2n-skx"
7196   filter: "'NIC_Intel-XXV710' and
7197            '64B' and
7198            ('BASE' or 'SCALE') and
7199            'NDRPDR' and
7200            'ETH' and
7201            '4T2C' and
7202            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7203            not 'VHOST' and
7204            not 'MEMIF'"
7205   parameters:
7206   - "throughput"
7207   - "parent"
7208   - "tags"
7209   sort:
7210   - "L2PATCH"
7211   - "L2XCBASE"
7212   - "BASE"
7213   - "FIB_10K"
7214   - "FIB_100K"
7215   - "FIB_1M"
7216   traces:
7217     hoverinfo: "x+y"
7218     boxpoints: "outliers"
7219     whiskerwidth: 0
7220   layout:
7221     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
7222     layout: "plot-throughput"
7223
7224 -
7225   type: "plot"
7226   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
7227   algorithm: "plot_performance_box"
7228   output-file-type: ".html"
7229   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
7230   data: "plot-vpp-throughput-latency-2n-skx"
7231   filter: "'NIC_Intel-XXV710' and
7232            '64B' and
7233            ('BASE' or 'SCALE') and
7234            'NDRPDR' and
7235            'ETH' and
7236            '4T2C' and
7237            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7238            not 'VHOST' and
7239            not 'MEMIF'"
7240   parameters:
7241   - "throughput"
7242   - "parent"
7243   - "tags"
7244   sort:
7245   - "L2PATCH"
7246   - "L2XCBASE"
7247   - "BASE"
7248   - "FIB_10K"
7249   - "FIB_100K"
7250   - "FIB_1M"
7251   traces:
7252     hoverinfo: "x+y"
7253     boxpoints: "outliers"
7254     whiskerwidth: 0
7255   layout:
7256     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
7257     layout: "plot-throughput"
7258
7259 # Packet Throughput - VPP L2 2n-dnv-x553 base
7260 -
7261   type: "plot"
7262   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
7263   algorithm: "plot_performance_box"
7264   output-file-type: ".html"
7265   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
7266   data: "intel-dnv-vpp"
7267   filter: "'NIC_Intel-X553' and
7268            '64B' and
7269            'BASE' and
7270            'NDRPDR' and
7271            'ETH' and
7272            '1T1C' and
7273            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7274            not 'VHOST' and
7275            not 'MEMIF'"
7276   parameters:
7277   - "throughput"
7278   - "parent"
7279   - "tags"
7280   sort:
7281   - "L2XCBASE"
7282   - "L2BDMACLRN"
7283   - "L2PATCH"
7284   traces:
7285     hoverinfo: "x+y"
7286     boxpoints: "outliers"
7287     whiskerwidth: 0
7288   layout:
7289     title: "l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
7290     layout: "plot-throughput"
7291
7292 -
7293   type: "plot"
7294   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
7295   algorithm: "plot_performance_box"
7296   output-file-type: ".html"
7297   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
7298   data: "intel-dnv-vpp"
7299   filter: "'NIC_Intel-X553' and
7300            '64B' and
7301            ('BASE' or 'SCALE') and
7302            'NDRPDR' and
7303            'ETH' and
7304            '1T1C' and
7305            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7306            not 'VHOST' and
7307            not 'MEMIF'"
7308   parameters:
7309   - "throughput"
7310   - "parent"
7311   - "tags"
7312   sort:
7313   - "L2XCBASE"
7314   - "L2BDMACLRN"
7315   - "L2PATCH"
7316   traces:
7317     hoverinfo: "x+y"
7318     boxpoints: "outliers"
7319     whiskerwidth: 0
7320   layout:
7321     title: "l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
7322     layout: "plot-throughput"
7323
7324 -
7325   type: "plot"
7326   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
7327   algorithm: "plot_performance_box"
7328   output-file-type: ".html"
7329   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
7330   data: "intel-dnv-vpp"
7331   filter: "'NIC_Intel-X553' and
7332            '64B' and
7333            ('BASE' or 'SCALE') and
7334            'NDRPDR' and
7335            'ETH' and
7336            '2T2C' and
7337            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7338            not 'VHOST' and
7339            not 'MEMIF'"
7340   parameters:
7341   - "throughput"
7342   - "parent"
7343   - "tags"
7344   sort:
7345   - "L2XCBASE"
7346   - "L2BDMACLRN"
7347   - "L2PATCH"
7348   traces:
7349     hoverinfo: "x+y"
7350     boxpoints: "outliers"
7351     whiskerwidth: 0
7352   layout:
7353     title: "l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
7354     layout: "plot-throughput"
7355
7356 -
7357   type: "plot"
7358   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
7359   algorithm: "plot_performance_box"
7360   output-file-type: ".html"
7361   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
7362   data: "intel-dnv-vpp"
7363   filter: "'NIC_Intel-X553' and
7364            '64B' and
7365            ('BASE' or 'SCALE') and
7366            'NDRPDR' and
7367            'ETH' and
7368            '2T2C' and
7369            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7370            not 'VHOST' and
7371            not 'MEMIF'"
7372   parameters:
7373   - "throughput"
7374   - "parent"
7375   - "tags"
7376   sort:
7377   - "L2XCBASE"
7378   - "L2BDMACLRN"
7379   - "L2PATCH"
7380   traces:
7381     hoverinfo: "x+y"
7382     boxpoints: "outliers"
7383     whiskerwidth: 0
7384   layout:
7385     title: "l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
7386     layout: "plot-throughput"
7387
7388 ################################################################################
7389
7390 # Packet Throughput - VPP Container Memif 3n-hsw-x520
7391 -
7392   type: "plot"
7393   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
7394   algorithm: "plot_performance_box"
7395   output-file-type: ".html"
7396   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
7397   data: "plot-vpp-throughput-latency-3n-hsw"
7398   filter: "'NIC_Intel-X520-DA2' and
7399            '64B' and
7400            ('BASE' or 'SCALE') and
7401            'NDRPDR' and
7402            '1T1C' and
7403            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7404            not 'VHOST' and
7405            'MEMIF'"
7406   parameters:
7407   - "throughput"
7408   - "parent"
7409   - "tags"
7410   sort:
7411   - "L2XCFWD"
7412   - "L2XCFWD"
7413   - "L2XCFWD"
7414   - "L2BDMACLRN"
7415   - "L2BDMACLRN"
7416   - "L2BDMACLRN"
7417   traces:
7418     hoverinfo: "x+y"
7419     boxpoints: "outliers"
7420     whiskerwidth: 0
7421   layout:
7422     title: "memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
7423     layout: "plot-throughput"
7424
7425 -
7426   type: "plot"
7427   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
7428   algorithm: "plot_performance_box"
7429   output-file-type: ".html"
7430   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
7431   data: "plot-vpp-throughput-latency-3n-hsw"
7432   filter: "'NIC_Intel-X520-DA2' and
7433            '64B' and
7434            ('BASE' or 'SCALE') and
7435            'NDRPDR' and
7436            '1T1C' and
7437            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7438            not 'VHOST' and
7439            'MEMIF'"
7440   parameters:
7441   - "throughput"
7442   - "parent"
7443   - "tags"
7444   sort:
7445   - "L2XCFWD"
7446   - "L2XCFWD"
7447   - "L2XCFWD"
7448   - "L2BDMACLRN"
7449   - "L2BDMACLRN"
7450   - "L2BDMACLRN"
7451   traces:
7452     hoverinfo: "x+y"
7453     boxpoints: "outliers"
7454     whiskerwidth: 0
7455   layout:
7456     title: "memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
7457     layout: "plot-throughput"
7458
7459 -
7460   type: "plot"
7461   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
7462   algorithm: "plot_performance_box"
7463   output-file-type: ".html"
7464   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
7465   data: "plot-vpp-throughput-latency-3n-hsw"
7466   filter: "'NIC_Intel-X520-DA2' and
7467            '64B' and
7468            ('BASE' or 'SCALE') and
7469            'NDRPDR' and
7470            '2T2C' and
7471            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7472            not 'VHOST' and
7473            'MEMIF'"
7474   parameters:
7475   - "throughput"
7476   - "parent"
7477   - "tags"
7478   sort:
7479   - "L2XCFWD"
7480   - "L2XCFWD"
7481   - "L2XCFWD"
7482   - "L2BDMACLRN"
7483   - "L2BDMACLRN"
7484   - "L2BDMACLRN"
7485   traces:
7486     hoverinfo: "x+y"
7487     boxpoints: "outliers"
7488     whiskerwidth: 0
7489   layout:
7490     title: "memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
7491     layout: "plot-throughput"
7492
7493 -
7494   type: "plot"
7495   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
7496   algorithm: "plot_performance_box"
7497   output-file-type: ".html"
7498   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
7499   data: "plot-vpp-throughput-latency-3n-hsw"
7500   filter: "'NIC_Intel-X520-DA2' and
7501            '64B' and
7502            ('BASE' or 'SCALE') and
7503            'NDRPDR' and
7504            '2T2C' and
7505            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7506            not 'VHOST' and
7507            'MEMIF'"
7508   parameters:
7509   - "throughput"
7510   - "parent"
7511   - "tags"
7512   sort:
7513   - "L2XCFWD"
7514   - "L2XCFWD"
7515   - "L2XCFWD"
7516   - "L2BDMACLRN"
7517   - "L2BDMACLRN"
7518   - "L2BDMACLRN"
7519   traces:
7520     hoverinfo: "x+y"
7521     boxpoints: "outliers"
7522     whiskerwidth: 0
7523   layout:
7524     title: "memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
7525     layout: "plot-throughput"
7526
7527 # Packet Throughput - VPP Container Memif 3n-hsw-x710
7528 -
7529   type: "plot"
7530   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7531   algorithm: "plot_performance_box"
7532   output-file-type: ".html"
7533   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7534   data: "plot-vpp-throughput-latency-3n-hsw"
7535   filter: "'NIC_Intel-X710' and
7536            '64B' and
7537            ('BASE' or 'SCALE') and
7538            'NDRPDR' and
7539            '1T1C' and
7540            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7541            not 'VHOST' and
7542            'MEMIF'"
7543   parameters:
7544   - "throughput"
7545   - "parent"
7546   - "tags"
7547   sort:
7548   - "L2XCFWD"
7549   - "L2XCFWD"
7550   - "L2XCFWD"
7551   - "L2BDMACLRN"
7552   - "L2BDMACLRN"
7553   - "L2BDMACLRN"
7554   traces:
7555     hoverinfo: "x+y"
7556     boxpoints: "outliers"
7557     whiskerwidth: 0
7558   layout:
7559     title: "memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7560     layout: "plot-throughput"
7561
7562 -
7563   type: "plot"
7564   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7565   algorithm: "plot_performance_box"
7566   output-file-type: ".html"
7567   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7568   data: "plot-vpp-throughput-latency-3n-hsw"
7569   filter: "'NIC_Intel-X710' and
7570            '64B' and
7571            ('BASE' or 'SCALE') and
7572            'NDRPDR' and
7573            '1T1C' and
7574            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7575            not 'VHOST' and
7576            'MEMIF'"
7577   parameters:
7578   - "throughput"
7579   - "parent"
7580   - "tags"
7581   sort:
7582   - "L2XCFWD"
7583   - "L2XCFWD"
7584   - "L2XCFWD"
7585   - "L2BDMACLRN"
7586   - "L2BDMACLRN"
7587   - "L2BDMACLRN"
7588   traces:
7589     hoverinfo: "x+y"
7590     boxpoints: "outliers"
7591     whiskerwidth: 0
7592   layout:
7593     title: "memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7594     layout: "plot-throughput"
7595
7596 -
7597   type: "plot"
7598   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7599   algorithm: "plot_performance_box"
7600   output-file-type: ".html"
7601   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7602   data: "plot-vpp-throughput-latency-3n-hsw"
7603   filter: "'NIC_Intel-X710' and
7604            '64B' and
7605            ('BASE' or 'SCALE') and
7606            'NDRPDR' and
7607            '2T2C' and
7608            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7609            not 'VHOST' and
7610            'MEMIF'"
7611   parameters:
7612   - "throughput"
7613   - "parent"
7614   - "tags"
7615   sort:
7616   - "L2XCFWD"
7617   - "L2XCFWD"
7618   - "L2XCFWD"
7619   - "L2BDMACLRN"
7620   - "L2BDMACLRN"
7621   - "L2BDMACLRN"
7622   traces:
7623     hoverinfo: "x+y"
7624     boxpoints: "outliers"
7625     whiskerwidth: 0
7626   layout:
7627     title: "memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7628     layout: "plot-throughput"
7629
7630 -
7631   type: "plot"
7632   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7633   algorithm: "plot_performance_box"
7634   output-file-type: ".html"
7635   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7636   data: "plot-vpp-throughput-latency-3n-hsw"
7637   filter: "'NIC_Intel-X710' and
7638            '64B' and
7639            ('BASE' or 'SCALE') and
7640            'NDRPDR' and
7641            '2T2C' and
7642            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7643            not 'VHOST' and
7644            'MEMIF'"
7645   parameters:
7646   - "throughput"
7647   - "parent"
7648   - "tags"
7649   sort:
7650   - "L2XCFWD"
7651   - "L2XCFWD"
7652   - "L2XCFWD"
7653   - "L2BDMACLRN"
7654   - "L2BDMACLRN"
7655   - "L2BDMACLRN"
7656   traces:
7657     hoverinfo: "x+y"
7658     boxpoints: "outliers"
7659     whiskerwidth: 0
7660   layout:
7661     title: "memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7662     layout: "plot-throughput"
7663
7664 # Packet Throughput - VPP Container Memif 3n-hsw-xl710
7665 -
7666   type: "plot"
7667   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7668   algorithm: "plot_performance_box"
7669   output-file-type: ".html"
7670   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7671   data: "plot-vpp-throughput-latency-3n-hsw"
7672   filter: "'NIC_Intel-XL710' and
7673            '64B' and
7674            ('BASE' or 'SCALE') and
7675            'NDRPDR' and
7676            '1T1C' and
7677            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7678            not 'VHOST' and
7679            'MEMIF'"
7680   parameters:
7681   - "throughput"
7682   - "parent"
7683   - "tags"
7684   sort:
7685   - "L2XCFWD"
7686   - "L2XCFWD"
7687   - "L2XCFWD"
7688   - "L2BDMACLRN"
7689   - "L2BDMACLRN"
7690   - "L2BDMACLRN"
7691   traces:
7692     hoverinfo: "x+y"
7693     boxpoints: "outliers"
7694     whiskerwidth: 0
7695   layout:
7696     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7697     layout: "plot-throughput"
7698
7699 -
7700   type: "plot"
7701   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7702   algorithm: "plot_performance_box"
7703   output-file-type: ".html"
7704   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7705   data: "plot-vpp-throughput-latency-3n-hsw"
7706   filter: "'NIC_Intel-XL710' and
7707            '64B' and
7708            ('BASE' or 'SCALE') and
7709            'NDRPDR' and
7710            '1T1C' and
7711            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7712            not 'VHOST' and
7713            'MEMIF'"
7714   parameters:
7715   - "throughput"
7716   - "parent"
7717   - "tags"
7718   sort:
7719   - "L2XCFWD"
7720   - "L2XCFWD"
7721   - "L2XCFWD"
7722   - "L2BDMACLRN"
7723   - "L2BDMACLRN"
7724   - "L2BDMACLRN"
7725   traces:
7726     hoverinfo: "x+y"
7727     boxpoints: "outliers"
7728     whiskerwidth: 0
7729   layout:
7730     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7731     layout: "plot-throughput"
7732
7733 -
7734   type: "plot"
7735   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7736   algorithm: "plot_performance_box"
7737   output-file-type: ".html"
7738   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7739   data: "plot-vpp-throughput-latency-3n-hsw"
7740   filter: "'NIC_Intel-XL710' and
7741            '64B' and
7742            ('BASE' or 'SCALE') and
7743            'NDRPDR' and
7744            '2T2C' and
7745            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7746            not 'VHOST' and
7747            'MEMIF'"
7748   parameters:
7749   - "throughput"
7750   - "parent"
7751   - "tags"
7752   sort:
7753   - "L2XCFWD"
7754   - "L2XCFWD"
7755   - "L2XCFWD"
7756   - "L2BDMACLRN"
7757   - "L2BDMACLRN"
7758   - "L2BDMACLRN"
7759   traces:
7760     hoverinfo: "x+y"
7761     boxpoints: "outliers"
7762     whiskerwidth: 0
7763   layout:
7764     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7765     layout: "plot-throughput"
7766
7767 -
7768   type: "plot"
7769   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7770   algorithm: "plot_performance_box"
7771   output-file-type: ".html"
7772   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7773   data: "plot-vpp-throughput-latency-3n-hsw"
7774   filter: "'NIC_Intel-XL710' and
7775            '64B' and
7776            ('BASE' or 'SCALE') and
7777            'NDRPDR' and
7778            '2T2C' and
7779            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7780            not 'VHOST' and
7781            'MEMIF'"
7782   parameters:
7783   - "throughput"
7784   - "parent"
7785   - "tags"
7786   sort:
7787   - "L2XCFWD"
7788   - "L2XCFWD"
7789   - "L2XCFWD"
7790   - "L2BDMACLRN"
7791   - "L2BDMACLRN"
7792   - "L2BDMACLRN"
7793   traces:
7794     hoverinfo: "x+y"
7795     boxpoints: "outliers"
7796     whiskerwidth: 0
7797   layout:
7798     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7799     layout: "plot-throughput"
7800
7801 # Packet Throughput - VPP Container Memif 3n-skx-x710
7802 -
7803   type: "plot"
7804   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7805   algorithm: "plot_performance_box"
7806   output-file-type: ".html"
7807   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7808   data: "plot-vpp-throughput-latency-3n-skx"
7809   filter: "'NIC_Intel-X710' and
7810            '64B' and
7811            ('BASE' or 'SCALE') and
7812            'NDRPDR' and
7813            '2T1C' and
7814            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7815            not 'VHOST' and
7816            'MEMIF'"
7817   parameters:
7818   - "throughput"
7819   - "parent"
7820   - "tags"
7821   sort:
7822   - "L2XCFWD"
7823   - "L2XCFWD"
7824   - "L2XCFWD"
7825   - "L2BDMACLRN"
7826   - "L2BDMACLRN"
7827   - "L2BDMACLRN"
7828   traces:
7829     hoverinfo: "x+y"
7830     boxpoints: "outliers"
7831     whiskerwidth: 0
7832   layout:
7833     title: "memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7834     layout: "plot-throughput"
7835
7836 -
7837   type: "plot"
7838   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7839   algorithm: "plot_performance_box"
7840   output-file-type: ".html"
7841   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7842   data: "plot-vpp-throughput-latency-3n-skx"
7843   filter: "'NIC_Intel-X710' and
7844            '64B' and
7845            ('BASE' or 'SCALE') and
7846            'NDRPDR' and
7847            '2T1C' and
7848            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7849            not 'VHOST' and
7850            'MEMIF'"
7851   parameters:
7852   - "throughput"
7853   - "parent"
7854   - "tags"
7855   sort:
7856   - "L2XCFWD"
7857   - "L2XCFWD"
7858   - "L2XCFWD"
7859   - "L2BDMACLRN"
7860   - "L2BDMACLRN"
7861   - "L2BDMACLRN"
7862   traces:
7863     hoverinfo: "x+y"
7864     boxpoints: "outliers"
7865     whiskerwidth: 0
7866   layout:
7867     title: "memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7868     layout: "plot-throughput"
7869
7870 -
7871   type: "plot"
7872   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7873   algorithm: "plot_performance_box"
7874   output-file-type: ".html"
7875   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7876   data: "plot-vpp-throughput-latency-3n-skx"
7877   filter: "'NIC_Intel-X710' and
7878            '64B' and
7879            ('BASE' or 'SCALE') and
7880            'NDRPDR' and
7881            '4T2C' and
7882            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7883            not 'VHOST' and
7884            'MEMIF'"
7885   parameters:
7886   - "throughput"
7887   - "parent"
7888   - "tags"
7889   sort:
7890   - "L2XCFWD"
7891   - "L2XCFWD"
7892   - "L2XCFWD"
7893   - "L2BDMACLRN"
7894   - "L2BDMACLRN"
7895   - "L2BDMACLRN"
7896   traces:
7897     hoverinfo: "x+y"
7898     boxpoints: "outliers"
7899     whiskerwidth: 0
7900   layout:
7901     title: "memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7902     layout: "plot-throughput"
7903
7904 -
7905   type: "plot"
7906   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7907   algorithm: "plot_performance_box"
7908   output-file-type: ".html"
7909   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7910   data: "plot-vpp-throughput-latency-3n-skx"
7911   filter: "'NIC_Intel-X710' and
7912            '64B' and
7913            ('BASE' or 'SCALE') and
7914            'NDRPDR' and
7915            '4T2C' and
7916            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7917            not 'VHOST' and
7918            'MEMIF'"
7919   parameters:
7920   - "throughput"
7921   - "parent"
7922   - "tags"
7923   sort:
7924   - "L2XCFWD"
7925   - "L2XCFWD"
7926   - "L2XCFWD"
7927   - "L2BDMACLRN"
7928   - "L2BDMACLRN"
7929   - "L2BDMACLRN"
7930   traces:
7931     hoverinfo: "x+y"
7932     boxpoints: "outliers"
7933     whiskerwidth: 0
7934   layout:
7935     title: "memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7936     layout: "plot-throughput"
7937
7938 # Packet Throughput - VPP Container Memif 2n-skx-x710
7939 -
7940   type: "plot"
7941   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
7942   algorithm: "plot_performance_box"
7943   output-file-type: ".html"
7944   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
7945   data: "plot-vpp-throughput-latency-2n-skx"
7946   filter: "'NIC_Intel-X710' and
7947            '64B' and
7948            ('BASE' or 'SCALE') and
7949            'NDRPDR' and
7950            '2T1C' and
7951            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7952            not 'VHOST' and
7953            'MEMIF'"
7954   parameters:
7955   - "throughput"
7956   - "parent"
7957   - "tags"
7958   sort:
7959   - "L2XCFWD"
7960   - "L2XCFWD"
7961   - "L2XCFWD"
7962   - "L2BDMACLRN"
7963   - "L2BDMACLRN"
7964   - "L2BDMACLRN"
7965   traces:
7966     hoverinfo: "x+y"
7967     boxpoints: "outliers"
7968     whiskerwidth: 0
7969   layout:
7970     title: "memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
7971     layout: "plot-throughput"
7972
7973 -
7974   type: "plot"
7975   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
7976   algorithm: "plot_performance_box"
7977   output-file-type: ".html"
7978   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
7979   data: "plot-vpp-throughput-latency-2n-skx"
7980   filter: "'NIC_Intel-X710' and
7981            '64B' and
7982            ('BASE' or 'SCALE') and
7983            'NDRPDR' and
7984            '2T1C' and
7985            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7986            not 'VHOST' and
7987            'MEMIF'"
7988   parameters:
7989   - "throughput"
7990   - "parent"
7991   - "tags"
7992   sort:
7993   - "L2XCFWD"
7994   - "L2XCFWD"
7995   - "L2XCFWD"
7996   - "L2BDMACLRN"
7997   - "L2BDMACLRN"
7998   - "L2BDMACLRN"
7999   traces:
8000     hoverinfo: "x+y"
8001     boxpoints: "outliers"
8002     whiskerwidth: 0
8003   layout:
8004     title: "memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
8005     layout: "plot-throughput"
8006
8007 -
8008   type: "plot"
8009   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
8010   algorithm: "plot_performance_box"
8011   output-file-type: ".html"
8012   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
8013   data: "plot-vpp-throughput-latency-2n-skx"
8014   filter: "'NIC_Intel-X710' and
8015            '64B' and
8016            ('BASE' or 'SCALE') and
8017            'NDRPDR' and
8018            '4T2C' and
8019            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8020            not 'VHOST' and
8021            'MEMIF'"
8022   parameters:
8023   - "throughput"
8024   - "parent"
8025   - "tags"
8026   sort:
8027   - "L2XCFWD"
8028   - "L2XCFWD"
8029   - "L2XCFWD"
8030   - "L2BDMACLRN"
8031   - "L2BDMACLRN"
8032   - "L2BDMACLRN"
8033   traces:
8034     hoverinfo: "x+y"
8035     boxpoints: "outliers"
8036     whiskerwidth: 0
8037   layout:
8038     title: "memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
8039     layout: "plot-throughput"
8040
8041 -
8042   type: "plot"
8043   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
8044   algorithm: "plot_performance_box"
8045   output-file-type: ".html"
8046   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
8047   data: "plot-vpp-throughput-latency-2n-skx"
8048   filter: "'NIC_Intel-X710' and
8049            '64B' and
8050            ('BASE' or 'SCALE') and
8051            'NDRPDR' and
8052            '4T2C' and
8053            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8054            not 'VHOST' and
8055            'MEMIF'"
8056   parameters:
8057   - "throughput"
8058   - "parent"
8059   - "tags"
8060   sort:
8061   - "L2XCFWD"
8062   - "L2XCFWD"
8063   - "L2XCFWD"
8064   - "L2BDMACLRN"
8065   - "L2BDMACLRN"
8066   - "L2BDMACLRN"
8067   traces:
8068     hoverinfo: "x+y"
8069     boxpoints: "outliers"
8070     whiskerwidth: 0
8071   layout:
8072     title: "memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
8073     layout: "plot-throughput"
8074
8075 # Packet Throughput - VPP Container Memif 2n-skx-xxv710
8076 -
8077   type: "plot"
8078   title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
8079   algorithm: "plot_performance_box"
8080   output-file-type: ".html"
8081   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
8082   data: "plot-vpp-throughput-latency-2n-skx"
8083   filter: "'NIC_Intel-XXV710' and
8084            '64B' and
8085            ('BASE' or 'SCALE') and
8086            'NDRPDR' and
8087            '2T1C' and
8088            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8089            not 'VHOST' and
8090            'MEMIF'"
8091   parameters:
8092   - "throughput"
8093   - "parent"
8094   - "tags"
8095   sort:
8096   - "L2XCFWD"
8097   - "L2XCFWD"
8098   - "L2XCFWD"
8099   - "L2BDMACLRN"
8100   - "L2BDMACLRN"
8101   - "L2BDMACLRN"
8102   traces:
8103     hoverinfo: "x+y"
8104     boxpoints: "outliers"
8105     whiskerwidth: 0
8106   layout:
8107     title: "memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
8108     layout: "plot-throughput"
8109
8110 -
8111   type: "plot"
8112   title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
8113   algorithm: "plot_performance_box"
8114   output-file-type: ".html"
8115   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
8116   data: "plot-vpp-throughput-latency-2n-skx"
8117   filter: "'NIC_Intel-XXV710' and
8118            '64B' and
8119            ('BASE' or 'SCALE') and
8120            'NDRPDR' and
8121            '2T1C' and
8122            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8123            not 'VHOST' and
8124            'MEMIF'"
8125   parameters:
8126   - "throughput"
8127   - "parent"
8128   - "tags"
8129   sort:
8130   - "L2XCFWD"
8131   - "L2XCFWD"
8132   - "L2XCFWD"
8133   - "L2BDMACLRN"
8134   - "L2BDMACLRN"
8135   - "L2BDMACLRN"
8136   traces:
8137     hoverinfo: "x+y"
8138     boxpoints: "outliers"
8139     whiskerwidth: 0
8140   layout:
8141     title: "memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
8142     layout: "plot-throughput"
8143
8144 -
8145   type: "plot"
8146   title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
8147   algorithm: "plot_performance_box"
8148   output-file-type: ".html"
8149   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
8150   data: "plot-vpp-throughput-latency-2n-skx"
8151   filter: "'NIC_Intel-XXV710' and
8152            '64B' and
8153            ('BASE' or 'SCALE') and
8154            'NDRPDR' and
8155            '4T2C' and
8156            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8157            not 'VHOST' and
8158            'MEMIF'"
8159   parameters:
8160   - "throughput"
8161   - "parent"
8162   - "tags"
8163   sort:
8164   - "L2XCFWD"
8165   - "L2XCFWD"
8166   - "L2XCFWD"
8167   - "L2BDMACLRN"
8168   - "L2BDMACLRN"
8169   - "L2BDMACLRN"
8170   traces:
8171     hoverinfo: "x+y"
8172     boxpoints: "outliers"
8173     whiskerwidth: 0
8174   layout:
8175     title: "memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
8176     layout: "plot-throughput"
8177
8178 -
8179   type: "plot"
8180   title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
8181   algorithm: "plot_performance_box"
8182   output-file-type: ".html"
8183   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
8184   data: "plot-vpp-throughput-latency-2n-skx"
8185   filter: "'NIC_Intel-XXV710' and
8186            '64B' and
8187            ('BASE' or 'SCALE') and
8188            'NDRPDR' and
8189            '4T2C' and
8190            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8191            not 'VHOST' and
8192            'MEMIF'"
8193   parameters:
8194   - "throughput"
8195   - "parent"
8196   - "tags"
8197   sort:
8198   - "L2XCFWD"
8199   - "L2XCFWD"
8200   - "L2XCFWD"
8201   - "L2BDMACLRN"
8202   - "L2BDMACLRN"
8203   - "L2BDMACLRN"
8204   traces:
8205     hoverinfo: "x+y"
8206     boxpoints: "outliers"
8207     whiskerwidth: 0
8208   layout:
8209     title: "memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
8210     layout: "plot-throughput"
8211
8212 ################################################################################
8213
8214 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2xc
8215 -
8216   type: "plot"
8217   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
8218   algorithm: "plot_performance_box"
8219   output-file-type: ".html"
8220   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
8221   data: "plot-ligato-throughput-latency-3n-hsw"
8222   filter: "'NIC_Intel-X520-DA2' and
8223            '64B' and
8224            ('BASE' or 'SCALE') and
8225            'NDRPDR' and
8226            '1T1C' and
8227            'L2XCFWD' and
8228            not 'VHOST' and
8229            'MEMIF'"
8230   parameters:
8231   - "throughput"
8232   - "parent"
8233   - "tags"
8234   sort:
8235   - "1VNF"
8236   - "2VNF"
8237   - "4VNF"
8238   - "2VNF"
8239   - "4VNF"
8240   traces:
8241     hoverinfo: "x+y"
8242     boxpoints: "outliers"
8243     whiskerwidth: 0
8244   layout:
8245     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
8246     layout: "plot-throughput"
8247
8248 -
8249   type: "plot"
8250   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
8251   algorithm: "plot_performance_box"
8252   output-file-type: ".html"
8253   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
8254   data: "plot-ligato-throughput-latency-3n-hsw"
8255   filter: "'NIC_Intel-X520-DA2' and
8256            '64B' and
8257            ('BASE' or 'SCALE') and
8258            'NDRPDR' and
8259            '1T1C' and
8260            'L2XCFWD' and
8261            not 'VHOST' and
8262            'MEMIF'"
8263   parameters:
8264   - "throughput"
8265   - "parent"
8266   - "tags"
8267   sort:
8268   - "1VNF"
8269   - "2VNF"
8270   - "4VNF"
8271   - "2VNF"
8272   - "4VNF"
8273   traces:
8274     hoverinfo: "x+y"
8275     boxpoints: "outliers"
8276     whiskerwidth: 0
8277   layout:
8278     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
8279     layout: "plot-throughput"
8280
8281 -
8282   type: "plot"
8283   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
8284   algorithm: "plot_performance_box"
8285   output-file-type: ".html"
8286   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
8287   data: "plot-ligato-throughput-latency-3n-hsw"
8288   filter: "'NIC_Intel-X520-DA2' and
8289            '64B' and
8290            ('BASE' or 'SCALE') and
8291            'NDRPDR' and
8292            '2T2C' and
8293            'L2XCFWD' and
8294            not 'VHOST' and
8295            'MEMIF'"
8296   parameters:
8297   - "throughput"
8298   - "parent"
8299   - "tags"
8300   sort:
8301   - "1VNF"
8302   - "2VNF"
8303   - "4VNF"
8304   - "2VNF"
8305   - "4VNF"
8306   traces:
8307     hoverinfo: "x+y"
8308     boxpoints: "outliers"
8309     whiskerwidth: 0
8310   layout:
8311     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
8312     layout: "plot-throughput"
8313
8314 -
8315   type: "plot"
8316   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
8317   algorithm: "plot_performance_box"
8318   output-file-type: ".html"
8319   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
8320   data: "plot-ligato-throughput-latency-3n-hsw"
8321   filter: "'NIC_Intel-X520-DA2' and
8322            '64B' and
8323            ('BASE' or 'SCALE') and
8324            'NDRPDR' and
8325            '2T2C' and
8326            'L2XCFWD' and
8327            not 'VHOST' and
8328            'MEMIF'"
8329   parameters:
8330   - "throughput"
8331   - "parent"
8332   - "tags"
8333   sort:
8334   - "1VNF"
8335   - "2VNF"
8336   - "4VNF"
8337   - "2VNF"
8338   - "4VNF"
8339   traces:
8340     hoverinfo: "x+y"
8341     boxpoints: "outliers"
8342     whiskerwidth: 0
8343   layout:
8344     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
8345     layout: "plot-throughput"
8346
8347 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2bd
8348 -
8349   type: "plot"
8350   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
8351   algorithm: "plot_performance_box"
8352   output-file-type: ".html"
8353   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
8354   data: "plot-ligato-throughput-latency-3n-hsw"
8355   filter: "'NIC_Intel-X520-DA2' and
8356            '64B' and
8357            ('BASE' or 'SCALE') and
8358            'NDRPDR' and
8359            '1T1C' and
8360            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8361            not 'VHOST' and
8362            'MEMIF'"
8363   parameters:
8364   - "throughput"
8365   - "parent"
8366   - "tags"
8367   sort:
8368   - "1VNF"
8369   - "2VNF"
8370   - "4VNF"
8371   - "2VNF"
8372   - "4VNF"
8373   traces:
8374     hoverinfo: "x+y"
8375     boxpoints: "outliers"
8376     whiskerwidth: 0
8377   layout:
8378     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
8379     layout: "plot-throughput"
8380
8381 -
8382   type: "plot"
8383   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
8384   algorithm: "plot_performance_box"
8385   output-file-type: ".html"
8386   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
8387   data: "plot-ligato-throughput-latency-3n-hsw"
8388   filter: "'NIC_Intel-X520-DA2' and
8389            '64B' and
8390            ('BASE' or 'SCALE') and
8391            'NDRPDR' and
8392            '1T1C' and
8393            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8394            not 'VHOST' and
8395            'MEMIF'"
8396   parameters:
8397   - "throughput"
8398   - "parent"
8399   - "tags"
8400   sort:
8401   - "1VNF"
8402   - "2VNF"
8403   - "4VNF"
8404   - "2VNF"
8405   - "4VNF"
8406   traces:
8407     hoverinfo: "x+y"
8408     boxpoints: "outliers"
8409     whiskerwidth: 0
8410   layout:
8411     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
8412     layout: "plot-throughput"
8413
8414 -
8415   type: "plot"
8416   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
8417   algorithm: "plot_performance_box"
8418   output-file-type: ".html"
8419   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
8420   data: "plot-ligato-throughput-latency-3n-hsw"
8421   filter: "'NIC_Intel-X520-DA2' and
8422            '64B' and
8423            ('BASE' or 'SCALE') and
8424            'NDRPDR' and
8425            '2T2C' and
8426            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8427            not 'VHOST' and
8428            'MEMIF'"
8429   parameters:
8430   - "throughput"
8431   - "parent"
8432   - "tags"
8433   sort:
8434   - "1VNF"
8435   - "2VNF"
8436   - "4VNF"
8437   - "2VNF"
8438   - "4VNF"
8439   traces:
8440     hoverinfo: "x+y"
8441     boxpoints: "outliers"
8442     whiskerwidth: 0
8443   layout:
8444     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
8445     layout: "plot-throughput"
8446
8447 -
8448   type: "plot"
8449   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
8450   algorithm: "plot_performance_box"
8451   output-file-type: ".html"
8452   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
8453   data: "plot-ligato-throughput-latency-3n-hsw"
8454   filter: "'NIC_Intel-X520-DA2' and
8455            '64B' and
8456            ('BASE' or 'SCALE') and
8457            'NDRPDR' and
8458            '2T2C' and
8459            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8460            not 'VHOST' and
8461            'MEMIF'"
8462   parameters:
8463   - "throughput"
8464   - "parent"
8465   - "tags"
8466   sort:
8467   - "1VNF"
8468   - "2VNF"
8469   - "4VNF"
8470   - "2VNF"
8471   - "4VNF"
8472   traces:
8473     hoverinfo: "x+y"
8474     boxpoints: "outliers"
8475     whiskerwidth: 0
8476   layout:
8477     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
8478     layout: "plot-throughput"
8479
8480 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2xc
8481 -
8482   type: "plot"
8483   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
8484   algorithm: "plot_performance_box"
8485   output-file-type: ".html"
8486   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
8487   data: "plot-ligato-throughput-latency-3n-hsw"
8488   filter: "'NIC_Intel-X710' and
8489            '64B' and
8490            ('BASE' or 'SCALE') and
8491            'NDRPDR' and
8492            '1T1C' and
8493            'L2XCFWD' and
8494            not 'VHOST' and
8495            'MEMIF'"
8496   parameters:
8497   - "throughput"
8498   - "parent"
8499   - "tags"
8500   sort:
8501   - "1VNF"
8502   - "2VNF"
8503   - "4VNF"
8504   - "2VNF"
8505   - "4VNF"
8506   traces:
8507     hoverinfo: "x+y"
8508     boxpoints: "outliers"
8509     whiskerwidth: 0
8510   layout:
8511     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
8512     layout: "plot-throughput"
8513
8514 -
8515   type: "plot"
8516   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
8517   algorithm: "plot_performance_box"
8518   output-file-type: ".html"
8519   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
8520   data: "plot-ligato-throughput-latency-3n-hsw"
8521   filter: "'NIC_Intel-X710' and
8522            '64B' and
8523            ('BASE' or 'SCALE') and
8524            'NDRPDR' and
8525            '1T1C' and
8526            'L2XCFWD' and
8527            not 'VHOST' and
8528            'MEMIF'"
8529   parameters:
8530   - "throughput"
8531   - "parent"
8532   - "tags"
8533   sort:
8534   - "1VNF"
8535   - "2VNF"
8536   - "4VNF"
8537   - "2VNF"
8538   - "4VNF"
8539   traces:
8540     hoverinfo: "x+y"
8541     boxpoints: "outliers"
8542     whiskerwidth: 0
8543   layout:
8544     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
8545     layout: "plot-throughput"
8546
8547 -
8548   type: "plot"
8549   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
8550   algorithm: "plot_performance_box"
8551   output-file-type: ".html"
8552   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
8553   data: "plot-ligato-throughput-latency-3n-hsw"
8554   filter: "'NIC_Intel-X710' and
8555            '64B' and
8556            ('BASE' or 'SCALE') and
8557            'NDRPDR' and
8558            '2T2C' and
8559            'L2XCFWD' and
8560            not 'VHOST' and
8561            'MEMIF'"
8562   parameters:
8563   - "throughput"
8564   - "parent"
8565   - "tags"
8566   sort:
8567   - "1VNF"
8568   - "2VNF"
8569   - "4VNF"
8570   - "2VNF"
8571   - "4VNF"
8572   traces:
8573     hoverinfo: "x+y"
8574     boxpoints: "outliers"
8575     whiskerwidth: 0
8576   layout:
8577     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
8578     layout: "plot-throughput"
8579
8580 -
8581   type: "plot"
8582   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
8583   algorithm: "plot_performance_box"
8584   output-file-type: ".html"
8585   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
8586   data: "plot-ligato-throughput-latency-3n-hsw"
8587   filter: "'NIC_Intel-X710' and
8588            '64B' and
8589            ('BASE' or 'SCALE') and
8590            'NDRPDR' and
8591            '2T2C' and
8592            'L2XCFWD' and
8593            not 'VHOST' and
8594            'MEMIF'"
8595   parameters:
8596   - "throughput"
8597   - "parent"
8598   - "tags"
8599   sort:
8600   - "1VNF"
8601   - "2VNF"
8602   - "4VNF"
8603   - "2VNF"
8604   - "4VNF"
8605   traces:
8606     hoverinfo: "x+y"
8607     boxpoints: "outliers"
8608     whiskerwidth: 0
8609   layout:
8610     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
8611     layout: "plot-throughput"
8612
8613 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2bd
8614 -
8615   type: "plot"
8616   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
8617   algorithm: "plot_performance_box"
8618   output-file-type: ".html"
8619   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
8620   data: "plot-ligato-throughput-latency-3n-hsw"
8621   filter: "'NIC_Intel-X710' and
8622            '64B' and
8623            ('BASE' or 'SCALE') and
8624            'NDRPDR' and
8625            '1T1C' and
8626            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8627            not 'VHOST' and
8628            'MEMIF'"
8629   parameters:
8630   - "throughput"
8631   - "parent"
8632   - "tags"
8633   sort:
8634   - "1VNF"
8635   - "2VNF"
8636   - "4VNF"
8637   - "2VNF"
8638   - "4VNF"
8639   traces:
8640     hoverinfo: "x+y"
8641     boxpoints: "outliers"
8642     whiskerwidth: 0
8643   layout:
8644     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
8645     layout: "plot-throughput"
8646
8647 -
8648   type: "plot"
8649   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
8650   algorithm: "plot_performance_box"
8651   output-file-type: ".html"
8652   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
8653   data: "plot-ligato-throughput-latency-3n-hsw"
8654   filter: "'NIC_Intel-X710' and
8655            '64B' and
8656            ('BASE' or 'SCALE') and
8657            'NDRPDR' and
8658            '1T1C' and
8659            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8660            not 'VHOST' and
8661            'MEMIF'"
8662   parameters:
8663   - "throughput"
8664   - "parent"
8665   - "tags"
8666   sort:
8667   - "1VNF"
8668   - "2VNF"
8669   - "4VNF"
8670   - "2VNF"
8671   - "4VNF"
8672   traces:
8673     hoverinfo: "x+y"
8674     boxpoints: "outliers"
8675     whiskerwidth: 0
8676   layout:
8677     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
8678     layout: "plot-throughput"
8679
8680 -
8681   type: "plot"
8682   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
8683   algorithm: "plot_performance_box"
8684   output-file-type: ".html"
8685   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
8686   data: "plot-ligato-throughput-latency-3n-hsw"
8687   filter: "'NIC_Intel-X710' and
8688            '64B' and
8689            ('BASE' or 'SCALE') and
8690            'NDRPDR' and
8691            '2T2C' and
8692            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8693            not 'VHOST' and
8694            'MEMIF'"
8695   parameters:
8696   - "throughput"
8697   - "parent"
8698   - "tags"
8699   sort:
8700   - "1VNF"
8701   - "2VNF"
8702   - "4VNF"
8703   - "2VNF"
8704   - "4VNF"
8705   traces:
8706     hoverinfo: "x+y"
8707     boxpoints: "outliers"
8708     whiskerwidth: 0
8709   layout:
8710     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
8711     layout: "plot-throughput"
8712
8713 -
8714   type: "plot"
8715   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
8716   algorithm: "plot_performance_box"
8717   output-file-type: ".html"
8718   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
8719   data: "plot-ligato-throughput-latency-3n-hsw"
8720   filter: "'NIC_Intel-X710' and
8721            '64B' and
8722            ('BASE' or 'SCALE') and
8723            'NDRPDR' and
8724            '2T2C' and
8725            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8726            not 'VHOST' and
8727            'MEMIF'"
8728   parameters:
8729   - "throughput"
8730   - "parent"
8731   - "tags"
8732   sort:
8733   - "1VNF"
8734   - "2VNF"
8735   - "4VNF"
8736   - "2VNF"
8737   - "4VNF"
8738   traces:
8739     hoverinfo: "x+y"
8740     boxpoints: "outliers"
8741     whiskerwidth: 0
8742   layout:
8743     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
8744     layout: "plot-throughput"
8745
8746 ################################################################################
8747
8748 # Packet Throughput - VPP IPv4 3n-hsw-x520 base and scale
8749 -
8750   type: "plot"
8751   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
8752   algorithm: "plot_performance_box"
8753   output-file-type: ".html"
8754   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
8755   data: "plot-vpp-throughput-latency-3n-hsw"
8756   filter: "'NIC_Intel-X520-DA2' and
8757            '64B' and
8758            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
8759            'NDRPDR' and
8760            '1T1C' and
8761            'IP4FWD' and
8762            not 'IPSEC' and
8763            not 'VHOST'"
8764   parameters:
8765   - "throughput"
8766   - "parent"
8767   - "tags"
8768   sort:
8769   - "DOT1Q"
8770   - "IP4BASE"
8771   - "FIB_20k"
8772   - "FIB_200k"
8773   - "FIB_2M"
8774   traces:
8775     hoverinfo: "x+y"
8776     boxpoints: "outliers"
8777     whiskerwidth: 0
8778   layout:
8779     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
8780     layout: "plot-throughput"
8781
8782 -
8783   type: "plot"
8784   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
8785   algorithm: "plot_performance_box"
8786   output-file-type: ".html"
8787   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
8788   data: "plot-vpp-throughput-latency-3n-hsw"
8789   filter: "'NIC_Intel-X520-DA2' and
8790            '64B' and
8791            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
8792            'NDRPDR' and
8793            '1T1C' and
8794            'IP4FWD' and
8795            not 'IPSEC' and
8796            not 'VHOST'"
8797   parameters:
8798   - "throughput"
8799   - "parent"
8800   - "tags"
8801   sort:
8802   - "DOT1Q"
8803   - "IP4BASE"
8804   - "FIB_20k"
8805   - "FIB_200k"
8806   - "FIB_2M"
8807   traces:
8808     hoverinfo: "x+y"
8809     boxpoints: "outliers"
8810     whiskerwidth: 0
8811   layout:
8812     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
8813     layout: "plot-throughput"
8814
8815 -
8816   type: "plot"
8817   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
8818   algorithm: "plot_performance_box"
8819   output-file-type: ".html"
8820   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
8821   data: "plot-vpp-throughput-latency-3n-hsw"
8822   filter: "'NIC_Intel-X520-DA2' and
8823            '64B' and
8824            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
8825            'NDRPDR' and
8826            '2T2C' and
8827            'IP4FWD' and
8828            not 'IPSEC' and
8829            not 'VHOST'"
8830   parameters:
8831   - "throughput"
8832   - "parent"
8833   - "tags"
8834   sort:
8835   - "DOT1Q"
8836   - "IP4BASE"
8837   - "FIB_20k"
8838   - "FIB_200k"
8839   - "FIB_2M"
8840   traces:
8841     hoverinfo: "x+y"
8842     boxpoints: "outliers"
8843     whiskerwidth: 0
8844   layout:
8845     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
8846     layout: "plot-throughput"
8847
8848 -
8849   type: "plot"
8850   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
8851   algorithm: "plot_performance_box"
8852   output-file-type: ".html"
8853   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
8854   data: "plot-vpp-throughput-latency-3n-hsw"
8855   filter: "'NIC_Intel-X520-DA2' and
8856            '64B' and
8857            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
8858            'NDRPDR' and
8859            '2T2C' and
8860            'IP4FWD' and
8861            not 'IPSEC' and
8862            not 'VHOST'"
8863   parameters:
8864   - "throughput"
8865   - "parent"
8866   - "tags"
8867   sort:
8868   - "DOT1Q"
8869   - "IP4BASE"
8870   - "FIB_20k"
8871   - "FIB_200k"
8872   - "FIB_2M"
8873   traces:
8874     hoverinfo: "x+y"
8875     boxpoints: "outliers"
8876     whiskerwidth: 0
8877   layout:
8878     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
8879     layout: "plot-throughput"
8880
8881 # Packet Throughput - VPP IPv4 3n-hsw-x520 features
8882 -
8883   type: "plot"
8884   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-ndr"
8885   algorithm: "plot_performance_box"
8886   output-file-type: ".html"
8887   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr"
8888   data: "plot-vpp-throughput-latency-3n-hsw"
8889   filter: "'NIC_Intel-X520-DA2' and
8890            '64B' and
8891            ('IP4BASE' or
8892             'POLICE_MARK' or
8893             'COPWHLIST' or
8894             ('NAT44' and 'BASE') or
8895             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
8896            'NDRPDR' and
8897            '1T1C' and
8898            'IP4FWD' and
8899            not 'IPSEC' and
8900            not 'VHOST'"
8901   parameters:
8902   - "throughput"
8903   - "parent"
8904   - "tags"
8905   sort:
8906   - "DOT1Q"
8907   - "IP4BASE"
8908   - "NAT44"
8909   - "POLICE_MARK"
8910   - "COPWHLIST"
8911   - "IACL"
8912   - "OACL"
8913   traces:
8914     hoverinfo: "x+y"
8915     boxpoints: "outliers"
8916     whiskerwidth: 0
8917   layout:
8918     title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
8919     layout: "plot-throughput"
8920
8921 -
8922   type: "plot"
8923   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-pdr"
8924   algorithm: "plot_performance_box"
8925   output-file-type: ".html"
8926   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-pdr"
8927   data: "plot-vpp-throughput-latency-3n-hsw"
8928   filter: "'NIC_Intel-X520-DA2' and
8929            '64B' and
8930            ('IP4BASE' or
8931             'POLICE_MARK' or
8932             'COPWHLIST' or
8933             ('NAT44' and 'BASE') or
8934             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
8935            'NDRPDR' and
8936            '1T1C' and
8937            'IP4FWD' and
8938            not 'IPSEC' and
8939            not 'VHOST'"
8940   parameters:
8941   - "throughput"
8942   - "parent"
8943   - "tags"
8944   sort:
8945   - "DOT1Q"
8946   - "IP4BASE"
8947   - "NAT44"
8948   - "POLICE_MARK"
8949   - "COPWHLIST"
8950   - "IACL"
8951   - "OACL"
8952   traces:
8953     hoverinfo: "x+y"
8954     boxpoints: "outliers"
8955     whiskerwidth: 0
8956   layout:
8957     title: "ip4-3n-hsw-x520-64b-1t1c-features-pdr"
8958     layout: "plot-throughput"
8959
8960 -
8961   type: "plot"
8962   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-ndr"
8963   algorithm: "plot_performance_box"
8964   output-file-type: ".html"
8965   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr"
8966   data: "plot-vpp-throughput-latency-3n-hsw"
8967   filter: "'NIC_Intel-X520-DA2' and
8968            '64B' and
8969            ('IP4BASE' or
8970             'POLICE_MARK' or
8971             'COPWHLIST' or
8972             ('NAT44' and 'BASE') or
8973             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
8974            'NDRPDR' and
8975            '2T2C' and
8976            'IP4FWD' and
8977            not 'IPSEC' and
8978            not 'VHOST'"
8979   parameters:
8980   - "throughput"
8981   - "parent"
8982   - "tags"
8983   sort:
8984   - "DOT1Q"
8985   - "IP4BASE"
8986   - "NAT44"
8987   - "POLICE_MARK"
8988   - "COPWHLIST"
8989   - "IACL"
8990   - "OACL"
8991   traces:
8992     hoverinfo: "x+y"
8993     boxpoints: "outliers"
8994     whiskerwidth: 0
8995   layout:
8996     title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
8997     layout: "plot-throughput"
8998
8999 -
9000   type: "plot"
9001   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-pdr"
9002   algorithm: "plot_performance_box"
9003   output-file-type: ".html"
9004   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-pdr"
9005   data: "plot-vpp-throughput-latency-3n-hsw"
9006   filter: "'NIC_Intel-X520-DA2' and
9007            '64B' and
9008            ('IP4BASE' or
9009             'POLICE_MARK' or
9010             'COPWHLIST' or
9011             ('NAT44' and 'BASE') or
9012             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9013            'NDRPDR' and
9014            '2T2C' and
9015            'IP4FWD' and
9016            not 'IPSEC' and
9017            not 'VHOST'"
9018   parameters:
9019   - "throughput"
9020   - "parent"
9021   - "tags"
9022   sort:
9023   - "DOT1Q"
9024   - "IP4BASE"
9025   - "NAT44"
9026   - "POLICE_MARK"
9027   - "COPWHLIST"
9028   - "IACL"
9029   - "OACL"
9030   traces:
9031     hoverinfo: "x+y"
9032     boxpoints: "outliers"
9033     whiskerwidth: 0
9034   layout:
9035     title: "ip4-3n-hsw-x520-64b-2t2c-features-pdr"
9036     layout: "plot-throughput"
9037
9038 # Packet Throughput - VPP IPv4 3n-hsw-x520 features nat44
9039 -
9040   type: "plot"
9041   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
9042   algorithm: "plot_performance_box"
9043   output-file-type: ".html"
9044   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
9045   data: "plot-vpp-throughput-latency-3n-hsw"
9046   filter: "'NIC_Intel-X520-DA2' and
9047            '64B' and
9048            'NDRPDR' and
9049            '1T1C' and
9050            'IP4FWD' and
9051            'NAT44' and
9052            not 'IPSEC' and
9053            not 'VHOST'"
9054   parameters:
9055   - "throughput"
9056   - "parent"
9057   - "tags"
9058   sort:
9059   - "BASE"
9060   - "BASE"
9061   - "SRC_USER_10"
9062   - "SRC_USER_100"
9063   - "SRC_USER_1000"
9064   - "SRC_USER_2000"
9065   traces:
9066     hoverinfo: "x+y"
9067     boxpoints: "outliers"
9068     whiskerwidth: 0
9069   layout:
9070     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
9071     layout: "plot-throughput"
9072
9073 -
9074   type: "plot"
9075   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
9076   algorithm: "plot_performance_box"
9077   output-file-type: ".html"
9078   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
9079   data: "plot-vpp-throughput-latency-3n-hsw"
9080   filter: "'NIC_Intel-X520-DA2' and
9081            '64B' and
9082            'NDRPDR' and
9083            '1T1C' and
9084            'IP4FWD' and
9085            'NAT44' and
9086            not 'IPSEC' and
9087            not 'VHOST'"
9088   parameters:
9089   - "throughput"
9090   - "parent"
9091   - "tags"
9092   sort:
9093   - "BASE"
9094   - "BASE"
9095   - "SRC_USER_10"
9096   - "SRC_USER_100"
9097   - "SRC_USER_1000"
9098   - "SRC_USER_2000"
9099   traces:
9100     hoverinfo: "x+y"
9101     boxpoints: "outliers"
9102     whiskerwidth: 0
9103   layout:
9104     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
9105     layout: "plot-throughput"
9106
9107 -
9108   type: "plot"
9109   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
9110   algorithm: "plot_performance_box"
9111   output-file-type: ".html"
9112   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
9113   data: "plot-vpp-throughput-latency-3n-hsw"
9114   filter: "'NIC_Intel-X520-DA2' and
9115            '64B' and
9116            'NDRPDR' and
9117            '2T2C' and
9118            'IP4FWD' and
9119            'NAT44' and
9120            not 'IPSEC' and
9121            not 'VHOST'"
9122   parameters:
9123   - "throughput"
9124   - "parent"
9125   - "tags"
9126   sort:
9127   - "BASE"
9128   - "BASE"
9129   - "SRC_USER_10"
9130   - "SRC_USER_100"
9131   - "SRC_USER_1000"
9132   - "SRC_USER_2000"
9133   traces:
9134     hoverinfo: "x+y"
9135     boxpoints: "outliers"
9136     whiskerwidth: 0
9137   layout:
9138     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
9139     layout: "plot-throughput"
9140
9141 -
9142   type: "plot"
9143   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
9144   algorithm: "plot_performance_box"
9145   output-file-type: ".html"
9146   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
9147   data: "plot-vpp-throughput-latency-3n-hsw"
9148   filter: "'NIC_Intel-X520-DA2' and
9149            '64B' and
9150            'NDRPDR' and
9151            '2T2C' and
9152            'IP4FWD' and
9153            'NAT44' and
9154            not 'IPSEC' and
9155            not 'VHOST'"
9156   parameters:
9157   - "throughput"
9158   - "parent"
9159   - "tags"
9160   sort:
9161   - "BASE"
9162   - "BASE"
9163   - "SRC_USER_10"
9164   - "SRC_USER_100"
9165   - "SRC_USER_1000"
9166   - "SRC_USER_2000"
9167   traces:
9168     hoverinfo: "x+y"
9169     boxpoints: "outliers"
9170     whiskerwidth: 0
9171   layout:
9172     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
9173     layout: "plot-throughput"
9174
9175 # Packet Throughput - VPP IPv4 3n-hsw-x520 features iacl
9176 -
9177   type: "plot"
9178   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
9179   algorithm: "plot_performance_box"
9180   output-file-type: ".html"
9181   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
9182   data: "plot-vpp-throughput-latency-3n-hsw"
9183   filter: "'NIC_Intel-X520-DA2' and
9184            '64B' and
9185            'NDRPDR' and
9186            '1T1C' and
9187            'IP4FWD' and
9188            'IACL' and
9189            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9190            not 'IPSEC' and
9191            not 'VHOST'"
9192   parameters:
9193   - "throughput"
9194   - "parent"
9195   - "tags"
9196   sort:
9197   - "ACL_STATELESS"
9198   - "ACL_STATEFUL"
9199   - "ACL_STATELESS"
9200   - "ACL_STATEFUL"
9201   traces:
9202     hoverinfo: "x+y"
9203     boxpoints: "outliers"
9204     whiskerwidth: 0
9205   layout:
9206     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
9207     layout: "plot-throughput"
9208
9209 -
9210   type: "plot"
9211   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
9212   algorithm: "plot_performance_box"
9213   output-file-type: ".html"
9214   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
9215   data: "plot-vpp-throughput-latency-3n-hsw"
9216   filter: "'NIC_Intel-X520-DA2' and
9217            '64B' and
9218            'NDRPDR' and
9219            '1T1C' and
9220            'IP4FWD' and
9221            'IACL' and
9222            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9223            not 'IPSEC' and
9224            not 'VHOST'"
9225   parameters:
9226   - "throughput"
9227   - "parent"
9228   - "tags"
9229   sort:
9230   - "ACL_STATELESS"
9231   - "ACL_STATEFUL"
9232   - "ACL_STATELESS"
9233   - "ACL_STATEFUL"
9234   traces:
9235     hoverinfo: "x+y"
9236     boxpoints: "outliers"
9237     whiskerwidth: 0
9238   layout:
9239     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
9240     layout: "plot-throughput"
9241
9242 -
9243   type: "plot"
9244   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
9245   algorithm: "plot_performance_box"
9246   output-file-type: ".html"
9247   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
9248   data: "plot-vpp-throughput-latency-3n-hsw"
9249   filter: "'NIC_Intel-X520-DA2' and
9250            '64B' and
9251            'NDRPDR' and
9252            '2T2C' and
9253            'IP4FWD' and
9254            'IACL' and
9255            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9256            not 'IPSEC' and
9257            not 'VHOST'"
9258   parameters:
9259   - "throughput"
9260   - "parent"
9261   - "tags"
9262   sort:
9263   - "ACL_STATELESS"
9264   - "ACL_STATEFUL"
9265   - "ACL_STATELESS"
9266   - "ACL_STATEFUL"
9267   traces:
9268     hoverinfo: "x+y"
9269     boxpoints: "outliers"
9270     whiskerwidth: 0
9271   layout:
9272     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
9273     layout: "plot-throughput"
9274
9275 -
9276   type: "plot"
9277   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
9278   algorithm: "plot_performance_box"
9279   output-file-type: ".html"
9280   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
9281   data: "plot-vpp-throughput-latency-3n-hsw"
9282   filter: "'NIC_Intel-X520-DA2' and
9283            '64B' and
9284            'NDRPDR' and
9285            '2T2C' and
9286            'IP4FWD' and
9287            'IACL' and
9288            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9289            not 'IPSEC' and
9290            not 'VHOST'"
9291   parameters:
9292   - "throughput"
9293   - "parent"
9294   - "tags"
9295   sort:
9296   - "ACL_STATELESS"
9297   - "ACL_STATEFUL"
9298   - "ACL_STATELESS"
9299   - "ACL_STATEFUL"
9300   traces:
9301     hoverinfo: "x+y"
9302     boxpoints: "outliers"
9303     whiskerwidth: 0
9304   layout:
9305     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
9306     layout: "plot-throughput"
9307
9308 # Packet Throughput - VPP IPv4 3n-hsw-x520 features oacl
9309 -
9310   type: "plot"
9311   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
9312   algorithm: "plot_performance_box"
9313   output-file-type: ".html"
9314   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
9315   data: "plot-vpp-throughput-latency-3n-hsw"
9316   filter: "'NIC_Intel-X520-DA2' and
9317            '64B' and
9318            'NDRPDR' and
9319            '1T1C' and
9320            'IP4FWD' and
9321            'OACL' and
9322            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9323            not 'IPSEC' and
9324            not 'VHOST'"
9325   parameters:
9326   - "throughput"
9327   - "parent"
9328   - "tags"
9329   sort:
9330   - "ACL_STATELESS"
9331   - "ACL_STATEFUL"
9332   - "ACL_STATELESS"
9333   - "ACL_STATEFUL"
9334   traces:
9335     hoverinfo: "x+y"
9336     boxpoints: "outliers"
9337     whiskerwidth: 0
9338   layout:
9339     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
9340     layout: "plot-throughput"
9341
9342 -
9343   type: "plot"
9344   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
9345   algorithm: "plot_performance_box"
9346   output-file-type: ".html"
9347   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
9348   data: "plot-vpp-throughput-latency-3n-hsw"
9349   filter: "'NIC_Intel-X520-DA2' and
9350            '64B' and
9351            'NDRPDR' and
9352            '1T1C' and
9353            'IP4FWD' and
9354            'OACL' and
9355            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9356            not 'IPSEC' and
9357            not 'VHOST'"
9358   parameters:
9359   - "throughput"
9360   - "parent"
9361   - "tags"
9362   sort:
9363   - "ACL_STATELESS"
9364   - "ACL_STATEFUL"
9365   - "ACL_STATELESS"
9366   - "ACL_STATEFUL"
9367   traces:
9368     hoverinfo: "x+y"
9369     boxpoints: "outliers"
9370     whiskerwidth: 0
9371   layout:
9372     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
9373     layout: "plot-throughput"
9374
9375 -
9376   type: "plot"
9377   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
9378   algorithm: "plot_performance_box"
9379   output-file-type: ".html"
9380   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
9381   data: "plot-vpp-throughput-latency-3n-hsw"
9382   filter: "'NIC_Intel-X520-DA2' and
9383            '64B' and
9384            'NDRPDR' and
9385            '2T2C' and
9386            'IP4FWD' and
9387            'OACL' and
9388            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9389            not 'IPSEC' and
9390            not 'VHOST'"
9391   parameters:
9392   - "throughput"
9393   - "parent"
9394   - "tags"
9395   sort:
9396   - "ACL_STATELESS"
9397   - "ACL_STATEFUL"
9398   - "ACL_STATELESS"
9399   - "ACL_STATEFUL"
9400   traces:
9401     hoverinfo: "x+y"
9402     boxpoints: "outliers"
9403     whiskerwidth: 0
9404   layout:
9405     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
9406     layout: "plot-throughput"
9407
9408 -
9409   type: "plot"
9410   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
9411   algorithm: "plot_performance_box"
9412   output-file-type: ".html"
9413   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
9414   data: "plot-vpp-throughput-latency-3n-hsw"
9415   filter: "'NIC_Intel-X520-DA2' and
9416            '64B' and
9417            'NDRPDR' and
9418            '2T2C' and
9419            'IP4FWD' and
9420            'OACL' and
9421            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9422            not 'IPSEC' and
9423            not 'VHOST'"
9424   parameters:
9425   - "throughput"
9426   - "parent"
9427   - "tags"
9428   sort:
9429   - "ACL_STATELESS"
9430   - "ACL_STATEFUL"
9431   - "ACL_STATELESS"
9432   - "ACL_STATEFUL"
9433   traces:
9434     hoverinfo: "x+y"
9435     boxpoints: "outliers"
9436     whiskerwidth: 0
9437   layout:
9438     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
9439     layout: "plot-throughput"
9440
9441 # Packet Throughput - VPP IPv4 3n-hsw-x710 base and scale
9442 -
9443   type: "plot"
9444   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
9445   algorithm: "plot_performance_box"
9446   output-file-type: ".html"
9447   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
9448   data: "plot-vpp-throughput-latency-3n-hsw"
9449   filter: "'NIC_Intel-X710' and
9450            '64B' and
9451            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9452            'NDRPDR' and
9453            '1T1C' and
9454            'IP4FWD' and
9455            not 'IPSEC' and
9456            not 'VHOST'"
9457   parameters:
9458   - "throughput"
9459   - "parent"
9460   - "tags"
9461   sort:
9462   - "DOT1Q"
9463   - "IP4BASE"
9464   - "FIB_20K"
9465   - "FIB_200K"
9466   - "FIB_2M"
9467   traces:
9468     hoverinfo: "x+y"
9469     boxpoints: "outliers"
9470     whiskerwidth: 0
9471   layout:
9472     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
9473     layout: "plot-throughput"
9474
9475 -
9476   type: "plot"
9477   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
9478   algorithm: "plot_performance_box"
9479   output-file-type: ".html"
9480   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
9481   data: "plot-vpp-throughput-latency-3n-hsw"
9482   filter: "'NIC_Intel-X710' and
9483            '64B' and
9484            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9485            'NDRPDR' and
9486            '1T1C' and
9487            'IP4FWD' and
9488            not 'IPSEC' and
9489            not 'VHOST'"
9490   parameters:
9491   - "throughput"
9492   - "parent"
9493   - "tags"
9494   sort:
9495   - "DOT1Q"
9496   - "IP4BASE"
9497   - "FIB_20K"
9498   - "FIB_200K"
9499   - "FIB_2M"
9500   traces:
9501     hoverinfo: "x+y"
9502     boxpoints: "outliers"
9503     whiskerwidth: 0
9504   layout:
9505     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
9506     layout: "plot-throughput"
9507
9508 -
9509   type: "plot"
9510   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
9511   algorithm: "plot_performance_box"
9512   output-file-type: ".html"
9513   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
9514   data: "plot-vpp-throughput-latency-3n-hsw"
9515   filter: "'NIC_Intel-X710' and
9516            '64B' and
9517            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9518            'NDRPDR' and
9519            '2T2C' and
9520            'IP4FWD' and
9521            not 'IPSEC' and
9522            not 'VHOST'"
9523   parameters:
9524   - "throughput"
9525   - "parent"
9526   - "tags"
9527   sort:
9528   - "DOT1Q"
9529   - "IP4BASE"
9530   - "FIB_20K"
9531   - "FIB_200K"
9532   - "FIB_2M"
9533   traces:
9534     hoverinfo: "x+y"
9535     boxpoints: "outliers"
9536     whiskerwidth: 0
9537   layout:
9538     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
9539     layout: "plot-throughput"
9540
9541 -
9542   type: "plot"
9543   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
9544   algorithm: "plot_performance_box"
9545   output-file-type: ".html"
9546   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
9547   data: "plot-vpp-throughput-latency-3n-hsw"
9548   filter: "'NIC_Intel-X710' and
9549            '64B' and
9550            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9551            'NDRPDR' and
9552            '2T2C' and
9553            'IP4FWD' and
9554            not 'IPSEC' and
9555            not 'VHOST'"
9556   parameters:
9557   - "throughput"
9558   - "parent"
9559   - "tags"
9560   sort:
9561   - "DOT1Q"
9562   - "IP4BASE"
9563   - "FIB_20K"
9564   - "FIB_200K"
9565   - "FIB_2M"
9566   traces:
9567     hoverinfo: "x+y"
9568     boxpoints: "outliers"
9569     whiskerwidth: 0
9570   layout:
9571     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
9572     layout: "plot-throughput"
9573
9574 # Packet Throughput - VPP IPv4 3n-hsw-x710 features
9575 -
9576   type: "plot"
9577   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-ndr"
9578   algorithm: "plot_performance_box"
9579   output-file-type: ".html"
9580   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr"
9581   data: "plot-vpp-throughput-latency-3n-hsw"
9582   filter: "'NIC_Intel-X710' and
9583            '64B' and
9584            ('IP4BASE' or
9585             'POLICE_MARK' or
9586             'COPWHLIST' or
9587             ('NAT44' and 'BASE') or
9588             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9589            'NDRPDR' and
9590            '1T1C' and
9591            'IP4FWD' and
9592            not 'IPSEC' and
9593            not 'VHOST'"
9594   parameters:
9595   - "throughput"
9596   - "parent"
9597   - "tags"
9598   sort:
9599   - "IP4BASE"
9600   - "NAT44"
9601   - "POLICE_MARK"
9602   - "COPWHLIST"
9603   - "IACL"
9604   - "OACL"
9605   traces:
9606     hoverinfo: "x+y"
9607     boxpoints: "outliers"
9608     whiskerwidth: 0
9609   layout:
9610     title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
9611     layout: "plot-throughput"
9612
9613 -
9614   type: "plot"
9615   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-pdr"
9616   algorithm: "plot_performance_box"
9617   output-file-type: ".html"
9618   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-pdr"
9619   data: "plot-vpp-throughput-latency-3n-hsw"
9620   filter: "'NIC_Intel-X710' and
9621            '64B' and
9622            ('IP4BASE' or
9623             'POLICE_MARK' or
9624             'COPWHLIST' or
9625             ('NAT44' and 'BASE') or
9626             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9627            'NDRPDR' and
9628            '1T1C' and
9629            'IP4FWD' and
9630            not 'IPSEC' and
9631            not 'VHOST'"
9632   parameters:
9633   - "throughput"
9634   - "parent"
9635   - "tags"
9636   sort:
9637   - "IP4BASE"
9638   - "NAT44"
9639   - "POLICE_MARK"
9640   - "COPWHLIST"
9641   - "IACL"
9642   - "OACL"
9643   traces:
9644     hoverinfo: "x+y"
9645     boxpoints: "outliers"
9646     whiskerwidth: 0
9647   layout:
9648     title: "ip4-3n-hsw-x710-64b-1t1c-features-pdr"
9649     layout: "plot-throughput"
9650
9651 -
9652   type: "plot"
9653   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-ndr"
9654   algorithm: "plot_performance_box"
9655   output-file-type: ".html"
9656   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr"
9657   data: "plot-vpp-throughput-latency-3n-hsw"
9658   filter: "'NIC_Intel-X710' and
9659            '64B' and
9660            ('IP4BASE' or
9661             'POLICE_MARK' or
9662             'COPWHLIST' or
9663             ('NAT44' and 'BASE') or
9664             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9665            'NDRPDR' and
9666            '2T2C' and
9667            'IP4FWD' and
9668            not 'IPSEC' and
9669            not 'VHOST'"
9670   parameters:
9671   - "throughput"
9672   - "parent"
9673   - "tags"
9674   sort:
9675   - "IP4BASE"
9676   - "NAT44"
9677   - "POLICE_MARK"
9678   - "COPWHLIST"
9679   - "IACL"
9680   - "OACL"
9681   traces:
9682     hoverinfo: "x+y"
9683     boxpoints: "outliers"
9684     whiskerwidth: 0
9685   layout:
9686     title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
9687     layout: "plot-throughput"
9688
9689 -
9690   type: "plot"
9691   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-pdr"
9692   algorithm: "plot_performance_box"
9693   output-file-type: ".html"
9694   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-pdr"
9695   data: "plot-vpp-throughput-latency-3n-hsw"
9696   filter: "'NIC_Intel-X710' and
9697            '64B' and
9698            ('IP4BASE' or
9699             'POLICE_MARK' or
9700             'COPWHLIST' or
9701             ('NAT44' and 'BASE') or
9702             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9703            'NDRPDR' and
9704            '2T2C' and
9705            'IP4FWD' and
9706            not 'IPSEC' and
9707            not 'VHOST'"
9708   parameters:
9709   - "throughput"
9710   - "parent"
9711   - "tags"
9712   sort:
9713   - "IP4BASE"
9714   - "NAT44"
9715   - "POLICE_MARK"
9716   - "COPWHLIST"
9717   - "IACL"
9718   - "OACL"
9719   traces:
9720     hoverinfo: "x+y"
9721     boxpoints: "outliers"
9722     whiskerwidth: 0
9723   layout:
9724     title: "ip4-3n-hsw-x710-64b-2t2c-features-pdr"
9725     layout: "plot-throughput"
9726
9727 # Packet Throughput - VPP IPv4 3n-hsw-x710 features nat44
9728 -
9729   type: "plot"
9730   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
9731   algorithm: "plot_performance_box"
9732   output-file-type: ".html"
9733   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
9734   data: "plot-vpp-throughput-latency-3n-skx"
9735   filter: "'NIC_Intel-X710' and
9736            '64B' and
9737            'NDRPDR' and
9738            '2T1C' and
9739            'IP4FWD' and
9740            'NAT44' and
9741            not 'IPSEC' and
9742            not 'VHOST'"
9743   parameters:
9744   - "throughput"
9745   - "parent"
9746   - "tags"
9747   sort:
9748   - "BASE"
9749   - "BASE"
9750   - "SRC_USER_10"
9751   - "SRC_USER_100"
9752   - "SRC_USER_1000"
9753   - "SRC_USER_2000"
9754   traces:
9755     hoverinfo: "x+y"
9756     boxpoints: "outliers"
9757     whiskerwidth: 0
9758   layout:
9759     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
9760     layout: "plot-throughput"
9761
9762 -
9763   type: "plot"
9764   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
9765   algorithm: "plot_performance_box"
9766   output-file-type: ".html"
9767   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
9768   data: "plot-vpp-throughput-latency-3n-skx"
9769   filter: "'NIC_Intel-X710' and
9770            '64B' and
9771            'NDRPDR' and
9772            '2T1C' and
9773            'IP4FWD' and
9774            'NAT44' and
9775            not 'IPSEC' and
9776            not 'VHOST'"
9777   parameters:
9778   - "throughput"
9779   - "parent"
9780   - "tags"
9781   sort:
9782   - "BASE"
9783   - "BASE"
9784   - "SRC_USER_10"
9785   - "SRC_USER_100"
9786   - "SRC_USER_1000"
9787   - "SRC_USER_2000"
9788   traces:
9789     hoverinfo: "x+y"
9790     boxpoints: "outliers"
9791     whiskerwidth: 0
9792   layout:
9793     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
9794     layout: "plot-throughput"
9795
9796 -
9797   type: "plot"
9798   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
9799   algorithm: "plot_performance_box"
9800   output-file-type: ".html"
9801   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
9802   data: "plot-vpp-throughput-latency-3n-skx"
9803   filter: "'NIC_Intel-X710' and
9804            '64B' and
9805            'NDRPDR' and
9806            '4T2C' and
9807            'IP4FWD' and
9808            'NAT44' and
9809            not 'IPSEC' and
9810            not 'VHOST'"
9811   parameters:
9812   - "throughput"
9813   - "parent"
9814   - "tags"
9815   sort:
9816   - "BASE"
9817   - "BASE"
9818   - "SRC_USER_10"
9819   - "SRC_USER_100"
9820   - "SRC_USER_1000"
9821   - "SRC_USER_2000"
9822   traces:
9823     hoverinfo: "x+y"
9824     boxpoints: "outliers"
9825     whiskerwidth: 0
9826   layout:
9827     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
9828     layout: "plot-throughput"
9829
9830 -
9831   type: "plot"
9832   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
9833   algorithm: "plot_performance_box"
9834   output-file-type: ".html"
9835   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
9836   data: "plot-vpp-throughput-latency-3n-skx"
9837   filter: "'NIC_Intel-X710' and
9838            '64B' and
9839            'NDRPDR' and
9840            '4T2C' and
9841            'IP4FWD' and
9842            'NAT44' and
9843            not 'IPSEC' and
9844            not 'VHOST'"
9845   parameters:
9846   - "throughput"
9847   - "parent"
9848   - "tags"
9849   sort:
9850   - "BASE"
9851   - "BASE"
9852   - "SRC_USER_10"
9853   - "SRC_USER_100"
9854   - "SRC_USER_1000"
9855   - "SRC_USER_2000"
9856   traces:
9857     hoverinfo: "x+y"
9858     boxpoints: "outliers"
9859     whiskerwidth: 0
9860   layout:
9861     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
9862     layout: "plot-throughput"
9863
9864 # Packet Throughput - VPP IPv4 3n-hsw-x710 features iacl
9865 -
9866   type: "plot"
9867   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
9868   algorithm: "plot_performance_box"
9869   output-file-type: ".html"
9870   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
9871   data: "plot-vpp-throughput-latency-3n-skx"
9872   filter: "'NIC_Intel-X710' and
9873            '64B' and
9874            'NDRPDR' and
9875            '2T1C' and
9876            'IP4FWD' and
9877            'IACL' and
9878            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9879            not 'IPSEC' and
9880            not 'VHOST'"
9881   parameters:
9882   - "throughput"
9883   - "parent"
9884   - "tags"
9885   sort:
9886   - "ACL_STATELESS"
9887   - "ACL_STATEFUL"
9888   - "ACL_STATELESS"
9889   - "ACL_STATEFUL"
9890   traces:
9891     hoverinfo: "x+y"
9892     boxpoints: "outliers"
9893     whiskerwidth: 0
9894   layout:
9895     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
9896     layout: "plot-throughput"
9897
9898 -
9899   type: "plot"
9900   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
9901   algorithm: "plot_performance_box"
9902   output-file-type: ".html"
9903   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
9904   data: "plot-vpp-throughput-latency-3n-skx"
9905   filter: "'NIC_Intel-X710' and
9906            '64B' and
9907            'NDRPDR' and
9908            '2T1C' and
9909            'IP4FWD' and
9910            'IACL' and
9911            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9912            not 'IPSEC' and
9913            not 'VHOST'"
9914   parameters:
9915   - "throughput"
9916   - "parent"
9917   - "tags"
9918   sort:
9919   - "ACL_STATELESS"
9920   - "ACL_STATEFUL"
9921   - "ACL_STATELESS"
9922   - "ACL_STATEFUL"
9923   traces:
9924     hoverinfo: "x+y"
9925     boxpoints: "outliers"
9926     whiskerwidth: 0
9927   layout:
9928     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
9929     layout: "plot-throughput"
9930
9931 -
9932   type: "plot"
9933   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
9934   algorithm: "plot_performance_box"
9935   output-file-type: ".html"
9936   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
9937   data: "plot-vpp-throughput-latency-3n-skx"
9938   filter: "'NIC_Intel-X710' and
9939            '64B' and
9940            'NDRPDR' and
9941            '4T2C' and
9942            'IP4FWD' and
9943            'IACL' and
9944            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9945            not 'IPSEC' and
9946            not 'VHOST'"
9947   parameters:
9948   - "throughput"
9949   - "parent"
9950   - "tags"
9951   sort:
9952   - "ACL_STATELESS"
9953   - "ACL_STATEFUL"
9954   - "ACL_STATELESS"
9955   - "ACL_STATEFUL"
9956   traces:
9957     hoverinfo: "x+y"
9958     boxpoints: "outliers"
9959     whiskerwidth: 0
9960   layout:
9961     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
9962     layout: "plot-throughput"
9963
9964 -
9965   type: "plot"
9966   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
9967   algorithm: "plot_performance_box"
9968   output-file-type: ".html"
9969   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
9970   data: "plot-vpp-throughput-latency-3n-skx"
9971   filter: "'NIC_Intel-X710' and
9972            '64B' and
9973            'NDRPDR' and
9974            '4T2C' and
9975            'IP4FWD' and
9976            'IACL' and
9977            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9978            not 'IPSEC' and
9979            not 'VHOST'"
9980   parameters:
9981   - "throughput"
9982   - "parent"
9983   - "tags"
9984   sort:
9985   - "ACL_STATELESS"
9986   - "ACL_STATEFUL"
9987   - "ACL_STATELESS"
9988   - "ACL_STATEFUL"
9989   traces:
9990     hoverinfo: "x+y"
9991     boxpoints: "outliers"
9992     whiskerwidth: 0
9993   layout:
9994     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
9995     layout: "plot-throughput"
9996
9997 # Packet Throughput - VPP IPv4 3n-hsw-x710 features oacl
9998 -
9999   type: "plot"
10000   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
10001   algorithm: "plot_performance_box"
10002   output-file-type: ".html"
10003   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
10004   data: "plot-vpp-throughput-latency-3n-skx"
10005   filter: "'NIC_Intel-X710' and
10006            '64B' and
10007            'NDRPDR' and
10008            '2T1C' and
10009            'IP4FWD' and
10010            'OACL' and
10011            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10012            not 'IPSEC' and
10013            not 'VHOST'"
10014   parameters:
10015   - "throughput"
10016   - "parent"
10017   - "tags"
10018   sort:
10019   - "ACL_STATELESS"
10020   - "ACL_STATEFUL"
10021   - "ACL_STATELESS"
10022   - "ACL_STATEFUL"
10023   traces:
10024     hoverinfo: "x+y"
10025     boxpoints: "outliers"
10026     whiskerwidth: 0
10027   layout:
10028     title: "ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
10029     layout: "plot-throughput"
10030
10031 -
10032   type: "plot"
10033   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-oacl-pdr"
10034   algorithm: "plot_performance_box"
10035   output-file-type: ".html"
10036   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-oacl-pdr"
10037   data: "plot-vpp-throughput-latency-3n-skx"
10038   filter: "'NIC_Intel-X710' and
10039            '64B' and
10040            'NDRPDR' and
10041            '2T1C' and
10042            'IP4FWD' and
10043            'OACL' and
10044            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10045            not 'IPSEC' and
10046            not 'VHOST'"
10047   parameters:
10048   - "throughput"
10049   - "parent"
10050   - "tags"
10051   sort:
10052   - "ACL_STATELESS"
10053   - "ACL_STATEFUL"
10054   - "ACL_STATELESS"
10055   - "ACL_STATEFUL"
10056   traces:
10057     hoverinfo: "x+y"
10058     boxpoints: "outliers"
10059     whiskerwidth: 0
10060   layout:
10061     title: "ip4-3n-skx-x710-64b-2t1c-features-oacl-pdr"
10062     layout: "plot-throughput"
10063
10064 -
10065   type: "plot"
10066   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
10067   algorithm: "plot_performance_box"
10068   output-file-type: ".html"
10069   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
10070   data: "plot-vpp-throughput-latency-3n-skx"
10071   filter: "'NIC_Intel-X710' and
10072            '64B' and
10073            'NDRPDR' and
10074            '4T2C' and
10075            'IP4FWD' and
10076            'OACL' and
10077            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10078            not 'IPSEC' and
10079            not 'VHOST'"
10080   parameters:
10081   - "throughput"
10082   - "parent"
10083   - "tags"
10084   sort:
10085   - "ACL_STATELESS"
10086   - "ACL_STATEFUL"
10087   - "ACL_STATELESS"
10088   - "ACL_STATEFUL"
10089   traces:
10090     hoverinfo: "x+y"
10091     boxpoints: "outliers"
10092     whiskerwidth: 0
10093   layout:
10094     title: "ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
10095     layout: "plot-throughput"
10096
10097 -
10098   type: "plot"
10099   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-oacl-pdr"
10100   algorithm: "plot_performance_box"
10101   output-file-type: ".html"
10102   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-oacl-pdr"
10103   data: "plot-vpp-throughput-latency-3n-skx"
10104   filter: "'NIC_Intel-X710' and
10105            '64B' and
10106            'NDRPDR' and
10107            '4T2C' and
10108            'IP4FWD' and
10109            'OACL' and
10110            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10111            not 'IPSEC' and
10112            not 'VHOST'"
10113   parameters:
10114   - "throughput"
10115   - "parent"
10116   - "tags"
10117   sort:
10118   - "ACL_STATELESS"
10119   - "ACL_STATEFUL"
10120   - "ACL_STATELESS"
10121   - "ACL_STATEFUL"
10122   traces:
10123     hoverinfo: "x+y"
10124     boxpoints: "outliers"
10125     whiskerwidth: 0
10126   layout:
10127     title: "ip4-3n-skx-x710-64b-4t2c-features-oacl-pdr"
10128     layout: "plot-throughput"
10129
10130 # Packet Throughput - VPP IPv4 3n-hsw-xl710 base and scale
10131 -
10132   type: "plot"
10133   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
10134   algorithm: "plot_performance_box"
10135   output-file-type: ".html"
10136   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
10137   data: "plot-vpp-throughput-latency-3n-hsw"
10138   filter: "'NIC_Intel-XL710' and
10139            '64B' and
10140            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10141            'NDRPDR' and
10142            '1T1C' and
10143            'IP4FWD' and
10144            not 'IPSEC' and
10145            not 'VHOST'"
10146   parameters:
10147   - "throughput"
10148   - "parent"
10149   - "tags"
10150   sort:
10151   - "IP4BASE"
10152   - "FIB_20K"
10153   - "FIB_200K"
10154   - "FIB_2M"
10155   traces:
10156     hoverinfo: "x+y"
10157     boxpoints: "outliers"
10158     whiskerwidth: 0
10159   layout:
10160     title: "ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
10161     layout: "plot-throughput"
10162
10163 -
10164   type: "plot"
10165   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
10166   algorithm: "plot_performance_box"
10167   output-file-type: ".html"
10168   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
10169   data: "plot-vpp-throughput-latency-3n-hsw"
10170   filter: "'NIC_Intel-XL710' and
10171            '64B' and
10172            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10173            'NDRPDR' and
10174            '1T1C' and
10175            'IP4FWD' and
10176            not 'IPSEC' and
10177            not 'VHOST'"
10178   parameters:
10179   - "throughput"
10180   - "parent"
10181   - "tags"
10182   sort:
10183   - "IP4BASE"
10184   - "FIB_20K"
10185   - "FIB_200K"
10186   - "FIB_2M"
10187   traces:
10188     hoverinfo: "x+y"
10189     boxpoints: "outliers"
10190     whiskerwidth: 0
10191   layout:
10192     title: "ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
10193     layout: "plot-throughput"
10194
10195 -
10196   type: "plot"
10197   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
10198   algorithm: "plot_performance_box"
10199   output-file-type: ".html"
10200   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
10201   data: "plot-vpp-throughput-latency-3n-hsw"
10202   filter: "'NIC_Intel-XL710' and
10203            '64B' and
10204            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10205            'NDRPDR' and
10206            '2T2C' and
10207            'IP4FWD' and
10208            not 'IPSEC' and
10209            not 'VHOST'"
10210   parameters:
10211   - "throughput"
10212   - "parent"
10213   - "tags"
10214   sort:
10215   - "IP4BASE"
10216   - "FIB_20K"
10217   - "FIB_200K"
10218   - "FIB_2M"
10219   traces:
10220     hoverinfo: "x+y"
10221     boxpoints: "outliers"
10222     whiskerwidth: 0
10223   layout:
10224     title: "ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
10225     layout: "plot-throughput"
10226
10227 -
10228   type: "plot"
10229   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
10230   algorithm: "plot_performance_box"
10231   output-file-type: ".html"
10232   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
10233   data: "plot-vpp-throughput-latency-3n-hsw"
10234   filter: "'NIC_Intel-XL710' and
10235            '64B' and
10236            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10237            'NDRPDR' and
10238            '2T2C' and
10239            'IP4FWD' and
10240            not 'IPSEC' and
10241            not 'VHOST'"
10242   parameters:
10243   - "throughput"
10244   - "parent"
10245   - "tags"
10246   sort:
10247   - "IP4BASE"
10248   - "FIB_20K"
10249   - "FIB_200K"
10250   - "FIB_2M"
10251   traces:
10252     hoverinfo: "x+y"
10253     boxpoints: "outliers"
10254     whiskerwidth: 0
10255   layout:
10256     title: "ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
10257     layout: "plot-throughput"
10258
10259 # Packet Throughput - VPP IPv4 3n-skx-x710 base and scale
10260 -
10261   type: "plot"
10262   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
10263   algorithm: "plot_performance_box"
10264   output-file-type: ".html"
10265   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
10266   data: "plot-vpp-throughput-latency-3n-skx"
10267   filter: "'NIC_Intel-X710' and
10268            '64B' and
10269            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10270            'NDRPDR' and
10271            '2T1C' and
10272            'IP4FWD' and
10273            not 'IPSEC' and
10274            not 'VHOST'"
10275   parameters:
10276   - "throughput"
10277   - "parent"
10278   - "tags"
10279   sort:
10280   - "IP4BASE"
10281   - "FIB_20K"
10282   - "FIB_200K"
10283   - "FIB_2M"
10284   traces:
10285     hoverinfo: "x+y"
10286     boxpoints: "outliers"
10287     whiskerwidth: 0
10288   layout:
10289     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
10290     layout: "plot-throughput"
10291
10292 -
10293   type: "plot"
10294   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
10295   algorithm: "plot_performance_box"
10296   output-file-type: ".html"
10297   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
10298   data: "plot-vpp-throughput-latency-3n-skx"
10299   filter: "'NIC_Intel-X710' and
10300            '64B' and
10301            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10302            'NDRPDR' and
10303            '2T1C' and
10304            'IP4FWD' and
10305            not 'IPSEC' and
10306            not 'VHOST'"
10307   parameters:
10308   - "throughput"
10309   - "parent"
10310   - "tags"
10311   sort:
10312   - "IP4BASE"
10313   - "FIB_20K"
10314   - "FIB_200K"
10315   - "FIB_2M"
10316   traces:
10317     hoverinfo: "x+y"
10318     boxpoints: "outliers"
10319     whiskerwidth: 0
10320   layout:
10321     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
10322     layout: "plot-throughput"
10323
10324 -
10325   type: "plot"
10326   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
10327   algorithm: "plot_performance_box"
10328   output-file-type: ".html"
10329   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
10330   data: "plot-vpp-throughput-latency-3n-skx"
10331   filter: "'NIC_Intel-X710' and
10332            '64B' and
10333            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10334            'NDRPDR' and
10335            '4T2C' and
10336            'IP4FWD' and
10337            not 'IPSEC' and
10338            not 'VHOST'"
10339   parameters:
10340   - "throughput"
10341   - "parent"
10342   - "tags"
10343   sort:
10344   - "IP4BASE"
10345   - "FIB_20K"
10346   - "FIB_200K"
10347   - "FIB_2M"
10348   traces:
10349     hoverinfo: "x+y"
10350     boxpoints: "outliers"
10351     whiskerwidth: 0
10352   layout:
10353     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
10354     layout: "plot-throughput"
10355
10356 -
10357   type: "plot"
10358   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
10359   algorithm: "plot_performance_box"
10360   output-file-type: ".html"
10361   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
10362   data: "plot-vpp-throughput-latency-3n-skx"
10363   filter: "'NIC_Intel-X710' and
10364            '64B' and
10365            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10366            'NDRPDR' and
10367            '4T2C' and
10368            'IP4FWD' and
10369            not 'IPSEC' and
10370            not 'VHOST'"
10371   parameters:
10372   - "throughput"
10373   - "parent"
10374   - "tags"
10375   sort:
10376   - "IP4BASE"
10377   - "FIB_20K"
10378   - "FIB_200K"
10379   - "FIB_2M"
10380   traces:
10381     hoverinfo: "x+y"
10382     boxpoints: "outliers"
10383     whiskerwidth: 0
10384   layout:
10385     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
10386     layout: "plot-throughput"
10387
10388 # Packet Throughput - VPP IPv4 3n-skx-x710 features
10389 -
10390   type: "plot"
10391   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-ndr"
10392   algorithm: "plot_performance_box"
10393   output-file-type: ".html"
10394   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr"
10395   data: "plot-vpp-throughput-latency-3n-skx"
10396   filter: "'NIC_Intel-X710' and
10397            '64B' and
10398            ('IP4BASE' or
10399             'POLICE_MARK' or
10400             'COPWHLIST' or
10401             ('NAT44' and 'BASE') or
10402             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
10403            'NDRPDR' and
10404            '2T1C' and
10405            'IP4FWD' and
10406            not 'IPSEC' and
10407            not 'VHOST'"
10408   parameters:
10409   - "throughput"
10410   - "parent"
10411   - "tags"
10412   sort:
10413   - "IP4BASE"
10414   - "NAT44"
10415   - "POLICE_MARK"
10416   - "COPWHLIST"
10417   - "IACL"
10418   - "OACL"
10419   traces:
10420     hoverinfo: "x+y"
10421     boxpoints: "outliers"
10422     whiskerwidth: 0
10423   layout:
10424     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
10425     layout: "plot-throughput"
10426
10427 -
10428   type: "plot"
10429   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-pdr"
10430   algorithm: "plot_performance_box"
10431   output-file-type: ".html"
10432   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-pdr"
10433   data: "plot-vpp-throughput-latency-3n-skx"
10434   filter: "'NIC_Intel-X710' and
10435            '64B' and
10436            ('IP4BASE' or
10437             'POLICE_MARK' or
10438             'COPWHLIST' or
10439             ('NAT44' and 'BASE') or
10440             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
10441            'NDRPDR' and
10442            '2T1C' and
10443            'IP4FWD' and
10444            not 'IPSEC' and
10445            not 'VHOST'"
10446   parameters:
10447   - "throughput"
10448   - "parent"
10449   - "tags"
10450   sort:
10451   - "IP4BASE"
10452   - "NAT44"
10453   - "POLICE_MARK"
10454   - "COPWHLIST"
10455   - "IACL"
10456   - "OACL"
10457   traces:
10458     hoverinfo: "x+y"
10459     boxpoints: "outliers"
10460     whiskerwidth: 0
10461   layout:
10462     title: "ip4-3n-skx-x710-64b-2t1c-features-pdr"
10463     layout: "plot-throughput"
10464
10465 -
10466   type: "plot"
10467   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-ndr"
10468   algorithm: "plot_performance_box"
10469   output-file-type: ".html"
10470   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr"
10471   data: "plot-vpp-throughput-latency-3n-skx"
10472   filter: "'NIC_Intel-X710' and
10473            '64B' and
10474            ('IP4BASE' or
10475             'POLICE_MARK' or
10476             'COPWHLIST' or
10477             ('NAT44' and 'BASE') or
10478             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
10479            'NDRPDR' and
10480            '4T2C' and
10481            'IP4FWD' and
10482            not 'IPSEC' and
10483            not 'VHOST'"
10484   parameters:
10485   - "throughput"
10486   - "parent"
10487   - "tags"
10488   sort:
10489   - "IP4BASE"
10490   - "NAT44"
10491   - "POLICE_MARK"
10492   - "COPWHLIST"
10493   - "IACL"
10494   - "OACL"
10495   traces:
10496     hoverinfo: "x+y"
10497     boxpoints: "outliers"
10498     whiskerwidth: 0
10499   layout:
10500     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
10501     layout: "plot-throughput"
10502
10503 -
10504   type: "plot"
10505   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-pdr"
10506   algorithm: "plot_performance_box"
10507   output-file-type: ".html"
10508   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-pdr"
10509   data: "plot-vpp-throughput-latency-3n-skx"
10510   filter: "'NIC_Intel-X710' and
10511            '64B' and
10512            ('IP4BASE' or
10513             'POLICE_MARK' or
10514             'COPWHLIST' or
10515             ('NAT44' and 'BASE') or
10516             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
10517            'NDRPDR' and
10518            '4T2C' and
10519            'IP4FWD' and
10520            not 'IPSEC' and
10521            not 'VHOST'"
10522   parameters:
10523   - "throughput"
10524   - "parent"
10525   - "tags"
10526   sort:
10527   - "IP4BASE"
10528   - "NAT44"
10529   - "POLICE_MARK"
10530   - "COPWHLIST"
10531   - "IACL"
10532   - "OACL"
10533   traces:
10534     hoverinfo: "x+y"
10535     boxpoints: "outliers"
10536     whiskerwidth: 0
10537   layout:
10538     title: "ip4-3n-skx-x710-64b-4t2c-features-pdr"
10539     layout: "plot-throughput"
10540
10541 # Packet Throughput - VPP IPv4 3n-skx-x710 features nat44
10542 -
10543   type: "plot"
10544   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
10545   algorithm: "plot_performance_box"
10546   output-file-type: ".html"
10547   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
10548   data: "plot-vpp-throughput-latency-3n-hsw"
10549   filter: "'NIC_Intel-X710' and
10550            '64B' and
10551            'NDRPDR' and
10552            '1T1C' and
10553            'IP4FWD' and
10554            'NAT44' and
10555            not 'IPSEC' and
10556            not 'VHOST'"
10557   parameters:
10558   - "throughput"
10559   - "parent"
10560   - "tags"
10561   sort:
10562   - "BASE"
10563   - "BASE"
10564   - "SRC_USER_10"
10565   - "SRC_USER_100"
10566   - "SRC_USER_1000"
10567   - "SRC_USER_2000"
10568   traces:
10569     hoverinfo: "x+y"
10570     boxpoints: "outliers"
10571     whiskerwidth: 0
10572   layout:
10573     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
10574     layout: "plot-throughput"
10575
10576 -
10577   type: "plot"
10578   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
10579   algorithm: "plot_performance_box"
10580   output-file-type: ".html"
10581   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
10582   data: "plot-vpp-throughput-latency-3n-hsw"
10583   filter: "'NIC_Intel-X710' and
10584            '64B' and
10585            'NDRPDR' and
10586            '1T1C' and
10587            'IP4FWD' and
10588            'NAT44' and
10589            not 'IPSEC' and
10590            not 'VHOST'"
10591   parameters:
10592   - "throughput"
10593   - "parent"
10594   - "tags"
10595   sort:
10596   - "BASE"
10597   - "BASE"
10598   - "SRC_USER_10"
10599   - "SRC_USER_100"
10600   - "SRC_USER_1000"
10601   - "SRC_USER_2000"
10602   traces:
10603     hoverinfo: "x+y"
10604     boxpoints: "outliers"
10605     whiskerwidth: 0
10606   layout:
10607     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
10608     layout: "plot-throughput"
10609
10610 -
10611   type: "plot"
10612   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
10613   algorithm: "plot_performance_box"
10614   output-file-type: ".html"
10615   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
10616   data: "plot-vpp-throughput-latency-3n-hsw"
10617   filter: "'NIC_Intel-X710' and
10618            '64B' and
10619            'NDRPDR' and
10620            '2T2C' and
10621            'IP4FWD' and
10622            'NAT44' and
10623            not 'IPSEC' and
10624            not 'VHOST'"
10625   parameters:
10626   - "throughput"
10627   - "parent"
10628   - "tags"
10629   sort:
10630   - "BASE"
10631   - "BASE"
10632   - "SRC_USER_10"
10633   - "SRC_USER_100"
10634   - "SRC_USER_1000"
10635   - "SRC_USER_2000"
10636   traces:
10637     hoverinfo: "x+y"
10638     boxpoints: "outliers"
10639     whiskerwidth: 0
10640   layout:
10641     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
10642     layout: "plot-throughput"
10643
10644 -
10645   type: "plot"
10646   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
10647   algorithm: "plot_performance_box"
10648   output-file-type: ".html"
10649   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
10650   data: "plot-vpp-throughput-latency-3n-hsw"
10651   filter: "'NIC_Intel-X710' and
10652            '64B' and
10653            'NDRPDR' and
10654            '2T2C' and
10655            'IP4FWD' and
10656            'NAT44' and
10657            not 'IPSEC' and
10658            not 'VHOST'"
10659   parameters:
10660   - "throughput"
10661   - "parent"
10662   - "tags"
10663   sort:
10664   - "BASE"
10665   - "BASE"
10666   - "SRC_USER_10"
10667   - "SRC_USER_100"
10668   - "SRC_USER_1000"
10669   - "SRC_USER_2000"
10670   traces:
10671     hoverinfo: "x+y"
10672     boxpoints: "outliers"
10673     whiskerwidth: 0
10674   layout:
10675     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
10676     layout: "plot-throughput"
10677
10678 # Packet Throughput - VPP IPv4 3n-skx-x710 features iacl
10679 -
10680   type: "plot"
10681   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
10682   algorithm: "plot_performance_box"
10683   output-file-type: ".html"
10684   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
10685   data: "plot-vpp-throughput-latency-3n-hsw"
10686   filter: "'NIC_Intel-X710' and
10687            '64B' and
10688            'NDRPDR' and
10689            '1T1C' and
10690            'IP4FWD' and
10691            'IACL' and
10692            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10693            not 'IPSEC' and
10694            not 'VHOST'"
10695   parameters:
10696   - "throughput"
10697   - "parent"
10698   - "tags"
10699   sort:
10700   - "ACL_STATELESS"
10701   - "ACL_STATEFUL"
10702   - "ACL_STATELESS"
10703   - "ACL_STATEFUL"
10704   traces:
10705     hoverinfo: "x+y"
10706     boxpoints: "outliers"
10707     whiskerwidth: 0
10708   layout:
10709     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
10710     layout: "plot-throughput"
10711
10712 -
10713   type: "plot"
10714   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
10715   algorithm: "plot_performance_box"
10716   output-file-type: ".html"
10717   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
10718   data: "plot-vpp-throughput-latency-3n-hsw"
10719   filter: "'NIC_Intel-X710' and
10720            '64B' and
10721            'NDRPDR' and
10722            '1T1C' and
10723            'IP4FWD' and
10724            'IACL' and
10725            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10726            not 'IPSEC' and
10727            not 'VHOST'"
10728   parameters:
10729   - "throughput"
10730   - "parent"
10731   - "tags"
10732   sort:
10733   - "ACL_STATELESS"
10734   - "ACL_STATEFUL"
10735   - "ACL_STATELESS"
10736   - "ACL_STATEFUL"
10737   traces:
10738     hoverinfo: "x+y"
10739     boxpoints: "outliers"
10740     whiskerwidth: 0
10741   layout:
10742     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
10743     layout: "plot-throughput"
10744
10745 -
10746   type: "plot"
10747   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
10748   algorithm: "plot_performance_box"
10749   output-file-type: ".html"
10750   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
10751   data: "plot-vpp-throughput-latency-3n-hsw"
10752   filter: "'NIC_Intel-X710' and
10753            '64B' and
10754            'NDRPDR' and
10755            '2T2C' and
10756            'IP4FWD' and
10757            'IACL' and
10758            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10759            not 'IPSEC' and
10760            not 'VHOST'"
10761   parameters:
10762   - "throughput"
10763   - "parent"
10764   - "tags"
10765   sort:
10766   - "ACL_STATELESS"
10767   - "ACL_STATEFUL"
10768   - "ACL_STATELESS"
10769   - "ACL_STATEFUL"
10770   traces:
10771     hoverinfo: "x+y"
10772     boxpoints: "outliers"
10773     whiskerwidth: 0
10774   layout:
10775     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
10776     layout: "plot-throughput"
10777
10778 -
10779   type: "plot"
10780   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
10781   algorithm: "plot_performance_box"
10782   output-file-type: ".html"
10783   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
10784   data: "plot-vpp-throughput-latency-3n-hsw"
10785   filter: "'NIC_Intel-X710' and
10786            '64B' and
10787            'NDRPDR' and
10788            '2T2C' and
10789            'IP4FWD' and
10790            'IACL' and
10791            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10792            not 'IPSEC' and
10793            not 'VHOST'"
10794   parameters:
10795   - "throughput"
10796   - "parent"
10797   - "tags"
10798   sort:
10799   - "ACL_STATELESS"
10800   - "ACL_STATEFUL"
10801   - "ACL_STATELESS"
10802   - "ACL_STATEFUL"
10803   traces:
10804     hoverinfo: "x+y"
10805     boxpoints: "outliers"
10806     whiskerwidth: 0
10807   layout:
10808     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
10809     layout: "plot-throughput"
10810
10811 # Packet Throughput - VPP IPv4 3n-skx-x710 features oacl
10812 -
10813   type: "plot"
10814   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
10815   algorithm: "plot_performance_box"
10816   output-file-type: ".html"
10817   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
10818   data: "plot-vpp-throughput-latency-3n-hsw"
10819   filter: "'NIC_Intel-X710' and
10820            '64B' and
10821            'NDRPDR' and
10822            '1T1C' and
10823            'IP4FWD' and
10824            'OACL' and
10825            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10826            not 'IPSEC' and
10827            not 'VHOST'"
10828   parameters:
10829   - "throughput"
10830   - "parent"
10831   - "tags"
10832   sort:
10833   - "ACL_STATELESS"
10834   - "ACL_STATEFUL"
10835   - "ACL_STATELESS"
10836   - "ACL_STATEFUL"
10837   traces:
10838     hoverinfo: "x+y"
10839     boxpoints: "outliers"
10840     whiskerwidth: 0
10841   layout:
10842     title: "ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
10843     layout: "plot-throughput"
10844
10845 -
10846   type: "plot"
10847   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-oacl-pdr"
10848   algorithm: "plot_performance_box"
10849   output-file-type: ".html"
10850   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-oacl-pdr"
10851   data: "plot-vpp-throughput-latency-3n-hsw"
10852   filter: "'NIC_Intel-X710' and
10853            '64B' and
10854            'NDRPDR' and
10855            '1T1C' and
10856            'IP4FWD' and
10857            'OACL' and
10858            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10859            not 'IPSEC' and
10860            not 'VHOST'"
10861   parameters:
10862   - "throughput"
10863   - "parent"
10864   - "tags"
10865   sort:
10866   - "ACL_STATELESS"
10867   - "ACL_STATEFUL"
10868   - "ACL_STATELESS"
10869   - "ACL_STATEFUL"
10870   traces:
10871     hoverinfo: "x+y"
10872     boxpoints: "outliers"
10873     whiskerwidth: 0
10874   layout:
10875     title: "ip4-3n-hsw-x710-64b-1t1c-features-oacl-pdr"
10876     layout: "plot-throughput"
10877
10878 -
10879   type: "plot"
10880   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
10881   algorithm: "plot_performance_box"
10882   output-file-type: ".html"
10883   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
10884   data: "plot-vpp-throughput-latency-3n-hsw"
10885   filter: "'NIC_Intel-X710' and
10886            '64B' and
10887            'NDRPDR' and
10888            '2T2C' and
10889            'IP4FWD' and
10890            'OACL' and
10891            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10892            not 'IPSEC' and
10893            not 'VHOST'"
10894   parameters:
10895   - "throughput"
10896   - "parent"
10897   - "tags"
10898   sort:
10899   - "ACL_STATELESS"
10900   - "ACL_STATEFUL"
10901   - "ACL_STATELESS"
10902   - "ACL_STATEFUL"
10903   traces:
10904     hoverinfo: "x+y"
10905     boxpoints: "outliers"
10906     whiskerwidth: 0
10907   layout:
10908     title: "ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
10909     layout: "plot-throughput"
10910
10911 -
10912   type: "plot"
10913   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-oacl-pdr"
10914   algorithm: "plot_performance_box"
10915   output-file-type: ".html"
10916   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-oacl-pdr"
10917   data: "plot-vpp-throughput-latency-3n-hsw"
10918   filter: "'NIC_Intel-X710' and
10919            '64B' and
10920            'NDRPDR' and
10921            '2T2C' and
10922            'IP4FWD' and
10923            'OACL' and
10924            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10925            not 'IPSEC' and
10926            not 'VHOST'"
10927   parameters:
10928   - "throughput"
10929   - "parent"
10930   - "tags"
10931   sort:
10932   - "ACL_STATELESS"
10933   - "ACL_STATEFUL"
10934   - "ACL_STATELESS"
10935   - "ACL_STATEFUL"
10936   traces:
10937     hoverinfo: "x+y"
10938     boxpoints: "outliers"
10939     whiskerwidth: 0
10940   layout:
10941     title: "ip4-3n-hsw-x710-64b-2t2c-features-oacl-pdr"
10942     layout: "plot-throughput"
10943
10944 # Packet Throughput - VPP IPv4 2n-skx-x710 base and scale
10945 -
10946   type: "plot"
10947   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
10948   algorithm: "plot_performance_box"
10949   output-file-type: ".html"
10950   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
10951   data: "plot-vpp-throughput-latency-2n-skx"
10952   filter: "'NIC_Intel-X710' and
10953            '64B' and
10954            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10955            'NDRPDR' and
10956            '2T1C' and
10957            'IP4FWD' and
10958            not 'IPSEC' and
10959            not 'VHOST'"
10960   parameters:
10961   - "throughput"
10962   - "parent"
10963   - "tags"
10964   sort:
10965   - "DOT1Q"
10966   - "IP4BASE"
10967   - "FIB_20k"
10968   - "FIB_200k"
10969   - "FIB_2M"
10970   traces:
10971     hoverinfo: "x+y"
10972     boxpoints: "outliers"
10973     whiskerwidth: 0
10974   layout:
10975     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
10976     layout: "plot-throughput"
10977
10978 -
10979   type: "plot"
10980   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
10981   algorithm: "plot_performance_box"
10982   output-file-type: ".html"
10983   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
10984   data: "plot-vpp-throughput-latency-2n-skx"
10985   filter: "'NIC_Intel-X710' and
10986            '64B' and
10987            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10988            'NDRPDR' and
10989            '2T1C' and
10990            'IP4FWD' and
10991            not 'IPSEC' and
10992            not 'VHOST'"
10993   parameters:
10994   - "throughput"
10995   - "parent"
10996   - "tags"
10997   sort:
10998   - "DOT1Q"
10999   - "IP4BASE"
11000   - "FIB_20k"
11001   - "FIB_200k"
11002   - "FIB_2M"
11003   traces:
11004     hoverinfo: "x+y"
11005     boxpoints: "outliers"
11006     whiskerwidth: 0
11007   layout:
11008     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
11009     layout: "plot-throughput"
11010
11011 -
11012   type: "plot"
11013   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
11014   algorithm: "plot_performance_box"
11015   output-file-type: ".html"
11016   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
11017   data: "plot-vpp-throughput-latency-2n-skx"
11018   filter: "'NIC_Intel-X710' and
11019            '64B' and
11020            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
11021            'NDRPDR' and
11022            '4T2C' and
11023            'IP4FWD' and
11024            not 'IPSEC' and
11025            not 'VHOST'"
11026   parameters:
11027   - "throughput"
11028   - "parent"
11029   - "tags"
11030   sort:
11031   - "DOT1Q"
11032   - "IP4BASE"
11033   - "FIB_20k"
11034   - "FIB_200k"
11035   - "FIB_2M"
11036   traces:
11037     hoverinfo: "x+y"
11038     boxpoints: "outliers"
11039     whiskerwidth: 0
11040   layout:
11041     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
11042     layout: "plot-throughput"
11043
11044 -
11045   type: "plot"
11046   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
11047   algorithm: "plot_performance_box"
11048   output-file-type: ".html"
11049   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
11050   data: "plot-vpp-throughput-latency-2n-skx"
11051   filter: "'NIC_Intel-X710' and
11052            '64B' and
11053            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
11054            'NDRPDR' and
11055            '4T2C' and
11056            'IP4FWD' and
11057            not 'IPSEC' and
11058            not 'VHOST'"
11059   parameters:
11060   - "throughput"
11061   - "parent"
11062   - "tags"
11063   sort:
11064   - "DOT1Q"
11065   - "IP4BASE"
11066   - "FIB_20k"
11067   - "FIB_200k"
11068   - "FIB_2M"
11069   traces:
11070     hoverinfo: "x+y"
11071     boxpoints: "outliers"
11072     whiskerwidth: 0
11073   layout:
11074     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
11075     layout: "plot-throughput"
11076
11077 # Packet Throughput - VPP IPv4 2n-skx-xxv710 base and scale
11078 -
11079   type: "plot"
11080   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
11081   algorithm: "plot_performance_box"
11082   output-file-type: ".html"
11083   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
11084   data: "plot-vpp-throughput-latency-2n-skx"
11085   filter: "'NIC_Intel-XXV710' and
11086            '64B' and
11087            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
11088            'NDRPDR' and
11089            '2T1C' and
11090            'IP4FWD' and
11091            not 'IPSEC' and
11092            not 'VHOST'"
11093   parameters:
11094   - "throughput"
11095   - "parent"
11096   - "tags"
11097   sort:
11098   - "DOT1Q"
11099   - "IP4BASE"
11100   - "FIB_20k"
11101   - "FIB_200k"
11102   - "FIB_2M"
11103   traces:
11104     hoverinfo: "x+y"
11105     boxpoints: "outliers"
11106     whiskerwidth: 0
11107   layout:
11108     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
11109     layout: "plot-throughput"
11110
11111 -
11112   type: "plot"
11113   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
11114   algorithm: "plot_performance_box"
11115   output-file-type: ".html"
11116   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
11117   data: "plot-vpp-throughput-latency-2n-skx"
11118   filter: "'NIC_Intel-XXV710' and
11119            '64B' and
11120            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
11121            'NDRPDR' and
11122            '2T1C' and
11123            'IP4FWD' and
11124            not 'IPSEC' and
11125            not 'VHOST'"
11126   parameters:
11127   - "throughput"
11128   - "parent"
11129   - "tags"
11130   sort:
11131   - "DOT1Q"
11132   - "IP4BASE"
11133   - "FIB_20k"
11134   - "FIB_200k"
11135   - "FIB_2M"
11136   traces:
11137     hoverinfo: "x+y"
11138     boxpoints: "outliers"
11139     whiskerwidth: 0
11140   layout:
11141     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
11142     layout: "plot-throughput"
11143
11144 -
11145   type: "plot"
11146   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
11147   algorithm: "plot_performance_box"
11148   output-file-type: ".html"
11149   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
11150   data: "plot-vpp-throughput-latency-2n-skx"
11151   filter: "'NIC_Intel-XXV710' and
11152            '64B' and
11153            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
11154            'NDRPDR' and
11155            '4T2C' and
11156            'IP4FWD' and
11157            not 'IPSEC' and
11158            not 'VHOST'"
11159   parameters:
11160   - "throughput"
11161   - "parent"
11162   - "tags"
11163   sort:
11164   - "DOT1Q"
11165   - "IP4BASE"
11166   - "FIB_20k"
11167   - "FIB_200k"
11168   - "FIB_2M"
11169   traces:
11170     hoverinfo: "x+y"
11171     boxpoints: "outliers"
11172     whiskerwidth: 0
11173   layout:
11174     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
11175     layout: "plot-throughput"
11176
11177 -
11178   type: "plot"
11179   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
11180   algorithm: "plot_performance_box"
11181   output-file-type: ".html"
11182   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
11183   data: "plot-vpp-throughput-latency-2n-skx"
11184   filter: "'NIC_Intel-XXV710' and
11185            '64B' and
11186            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
11187            'NDRPDR' and
11188            '4T2C' and
11189            'IP4FWD' and
11190            not 'IPSEC' and
11191            not 'VHOST'"
11192   parameters:
11193   - "throughput"
11194   - "parent"
11195   - "tags"
11196   sort:
11197   - "DOT1Q"
11198   - "IP4BASE"
11199   - "FIB_20k"
11200   - "FIB_200k"
11201   - "FIB_2M"
11202   traces:
11203     hoverinfo: "x+y"
11204     boxpoints: "outliers"
11205     whiskerwidth: 0
11206   layout:
11207     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
11208     layout: "plot-throughput"
11209
11210 # Packet Throughput - VPP IPv4 2n-dnv-x553 base and scale
11211 -
11212   type: "plot"
11213   title: "VPP Throughput: ip4-2n-dnv-x553-64b-1t1c-base-ndr"
11214   algorithm: "plot_performance_box"
11215   output-file-type: ".html"
11216   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-1t1c-base-ndr"
11217   data: "intel-dnv-vpp"
11218   filter: "'NIC_Intel-X553' and
11219            '64B' and
11220            'IP4BASE' and
11221            'NDRPDR' and
11222            '1T1C' and
11223            'IP4FWD' and
11224            not 'IPSEC' and
11225            not 'VHOST'"
11226   parameters:
11227   - "throughput"
11228   - "parent"
11229   - "tags"
11230   sort:
11231   - "IP4BASE"
11232   traces:
11233     hoverinfo: "x+y"
11234     boxpoints: "outliers"
11235     whiskerwidth: 0
11236   layout:
11237     title: "ip4-2n-dnv-x553-64b-1t1c-base-ndr"
11238     layout: "plot-throughput"
11239
11240 -
11241   type: "plot"
11242   title: "VPP Throughput: ip4-2n-dnv-x553-64b-1t1c-base-pdr"
11243   algorithm: "plot_performance_box"
11244   output-file-type: ".html"
11245   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-1t1c-base-pdr"
11246   data: "intel-dnv-vpp"
11247   filter: "'NIC_Intel-X553' and
11248            '64B' and
11249            'IP4BASE' and
11250            'NDRPDR' and
11251            '1T1C' and
11252            'IP4FWD' and
11253            not 'IPSEC' and
11254            not 'VHOST'"
11255   parameters:
11256   - "throughput"
11257   - "parent"
11258   - "tags"
11259   sort:
11260   - "IP4BASE"
11261   traces:
11262     hoverinfo: "x+y"
11263     boxpoints: "outliers"
11264     whiskerwidth: 0
11265   layout:
11266     title: "ip4-2n-dnv-x553-64b-1t1c-base-pdr"
11267     layout: "plot-throughput"
11268
11269 -
11270   type: "plot"
11271   title: "VPP Throughput: ip4-2n-dnv-x553-64b-2t2c-base-ndr"
11272   algorithm: "plot_performance_box"
11273   output-file-type: ".html"
11274   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-2t2c-base-ndr"
11275   data: "intel-dnv-vpp"
11276   filter: "'NIC_Intel-X553' and
11277            '64B' and
11278            'IP4BASE' and
11279            'NDRPDR' and
11280            '2T2C' and
11281            'IP4FWD' and
11282            not 'IPSEC' and
11283            not 'VHOST'"
11284   parameters:
11285   - "throughput"
11286   - "parent"
11287   - "tags"
11288   sort:
11289   - "IP4BASE"
11290   traces:
11291     hoverinfo: "x+y"
11292     boxpoints: "outliers"
11293     whiskerwidth: 0
11294   layout:
11295     title: "ip4-2n-dnv-x553-64b-2t2c-base-ndr"
11296     layout: "plot-throughput"
11297
11298 -
11299   type: "plot"
11300   title: "VPP Throughput: ip4-2n-dnv-x553-64b-2t2c-base-pdr"
11301   algorithm: "plot_performance_box"
11302   output-file-type: ".html"
11303   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-2t2c-base-pdr"
11304   data: "intel-dnv-vpp"
11305   filter: "'NIC_Intel-X553' and
11306            '64B' and
11307            'IP4BASE' and
11308            'NDRPDR' and
11309            '2T2C' and
11310            'IP4FWD' and
11311            not 'IPSEC' and
11312            not 'VHOST'"
11313   parameters:
11314   - "throughput"
11315   - "parent"
11316   - "tags"
11317   sort:
11318   - "IP4BASE"
11319   traces:
11320     hoverinfo: "x+y"
11321     boxpoints: "outliers"
11322     whiskerwidth: 0
11323   layout:
11324     title: "ip4-2n-dnv-x553-64b-2t2c-base-pdr"
11325     layout: "plot-throughput"
11326
11327 ################################################################################
11328
11329 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520 base and scale
11330 -
11331   type: "plot"
11332   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
11333   algorithm: "plot_performance_box"
11334   output-file-type: ".html"
11335   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
11336   data: "plot-vpp-throughput-latency-3n-hsw"
11337   filter: "'NIC_Intel-X520-DA2' and
11338            '64B' and
11339            'ENCAP' and
11340            'NDRPDR' and
11341            '1T1C' and
11342            ('VXLAN' or 'LISP') and
11343            not 'VHOST' and
11344            not 'IPSECHW'"
11345   parameters:
11346   - "throughput"
11347   - "parent"
11348   - "tags"
11349   sort:
11350   - "not DOT1Q"
11351   - "VXLAN_1"
11352   - "VXLAN_10"
11353   - "VXLAN_100"
11354   - "VXLAN_1000"
11355   traces:
11356     hoverinfo: "x+y"
11357     boxpoints: "outliers"
11358     whiskerwidth: 0
11359   layout:
11360     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
11361     layout: "plot-throughput"
11362
11363 -
11364   type: "plot"
11365   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
11366   algorithm: "plot_performance_box"
11367   output-file-type: ".html"
11368   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
11369   data: "plot-vpp-throughput-latency-3n-hsw"
11370   filter: "'NIC_Intel-X520-DA2' and
11371            '64B' and
11372            'ENCAP' and
11373            'NDRPDR' and
11374            '1T1C' and
11375            ('VXLAN' or 'LISP') and
11376            not 'VHOST' and
11377            not 'IPSECHW'"
11378   parameters:
11379   - "throughput"
11380   - "parent"
11381   - "tags"
11382   sort:
11383   - "not DOT1Q"
11384   - "VXLAN_1"
11385   - "VXLAN_10"
11386   - "VXLAN_100"
11387   - "VXLAN_1000"
11388   traces:
11389     hoverinfo: "x+y"
11390     boxpoints: "outliers"
11391     whiskerwidth: 0
11392   layout:
11393     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
11394     layout: "plot-throughput"
11395
11396 -
11397   type: "plot"
11398   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
11399   algorithm: "plot_performance_box"
11400   output-file-type: ".html"
11401   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
11402   data: "plot-vpp-throughput-latency-3n-hsw"
11403   filter: "'NIC_Intel-X520-DA2' and
11404            '64B' and
11405            'ENCAP' and
11406            'NDRPDR' and
11407            '2T2C' and
11408            ('VXLAN' or 'LISP') and
11409            not 'VHOST' and
11410            not 'IPSECHW'"
11411   parameters:
11412   - "throughput"
11413   - "parent"
11414   - "tags"
11415   sort:
11416   - "not DOT1Q"
11417   - "VXLAN_1"
11418   - "VXLAN_10"
11419   - "VXLAN_100"
11420   - "VXLAN_1000"
11421   traces:
11422     hoverinfo: "x+y"
11423     boxpoints: "outliers"
11424     whiskerwidth: 0
11425   layout:
11426     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
11427     layout: "plot-throughput"
11428
11429 -
11430   type: "plot"
11431   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
11432   algorithm: "plot_performance_box"
11433   output-file-type: ".html"
11434   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
11435   data: "plot-vpp-throughput-latency-3n-hsw"
11436   filter: "'NIC_Intel-X520-DA2' and
11437            '64B' and
11438            'ENCAP' and
11439            'NDRPDR' and
11440            '2T2C' and
11441            ('VXLAN' or 'LISP') and
11442            not 'VHOST' and
11443            not 'IPSECHW'"
11444   parameters:
11445   - "throughput"
11446   - "parent"
11447   - "tags"
11448   sort:
11449   - "not DOT1Q"
11450   - "VXLAN_1"
11451   - "VXLAN_10"
11452   - "VXLAN_100"
11453   - "VXLAN_1000"
11454   traces:
11455     hoverinfo: "x+y"
11456     boxpoints: "outliers"
11457     whiskerwidth: 0
11458   layout:
11459     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
11460     layout: "plot-throughput"
11461
11462 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520 - features
11463 -
11464   type: "plot"
11465   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
11466   algorithm: "plot_performance_box"
11467   output-file-type: ".html"
11468   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
11469   data: "plot-vpp-throughput-latency-3n-hsw"
11470   filter: "'NIC_Intel-X520-DA2' and
11471            '64B' and
11472            'ENCAP' and
11473            'NDRPDR' and
11474            '1T1C' and
11475            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11476            not 'DOT1Q' and
11477            not 'VHOST' and
11478            not 'IPSECHW'"
11479   parameters:
11480   - "throughput"
11481   - "parent"
11482   - "tags"
11483   sort:
11484   - "L2BDMACLRN"
11485   - "L2XCFWD"
11486   - "LISP"
11487   traces:
11488     hoverinfo: "x+y"
11489     boxpoints: "outliers"
11490     whiskerwidth: 0
11491   layout:
11492     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
11493     layout: "plot-throughput"
11494
11495 -
11496   type: "plot"
11497   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
11498   algorithm: "plot_performance_box"
11499   output-file-type: ".html"
11500   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
11501   data: "plot-vpp-throughput-latency-3n-hsw"
11502   filter: "'NIC_Intel-X520-DA2' and
11503            '64B' and
11504            'ENCAP' and
11505            'NDRPDR' and
11506            '2T2C' and
11507            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11508            not 'DOT1Q' and
11509            not 'VHOST' and
11510            not 'IPSECHW'"
11511   parameters:
11512   - "throughput"
11513   - "parent"
11514   - "tags"
11515   sort:
11516   - "L2BDMACLRN"
11517   - "L2XCFWD"
11518   - "LISP"
11519   traces:
11520     hoverinfo: "x+y"
11521     boxpoints: "outliers"
11522     whiskerwidth: 0
11523   layout:
11524     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
11525     layout: "plot-throughput"
11526
11527 -
11528   type: "plot"
11529   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
11530   algorithm: "plot_performance_box"
11531   output-file-type: ".html"
11532   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
11533   data: "plot-vpp-throughput-latency-3n-hsw"
11534   filter: "'NIC_Intel-X520-DA2' and
11535            '64B' and
11536            'ENCAP' and
11537            'NDRPDR' and
11538            '1T1C' and
11539            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11540            not 'DOT1Q' and
11541            not 'VHOST' and
11542            not 'IPSECHW'"
11543   parameters:
11544   - "throughput"
11545   - "parent"
11546   - "tags"
11547   sort:
11548   - "L2BDMACLRN"
11549   - "L2XCFWD"
11550   - "LISP"
11551   traces:
11552     hoverinfo: "x+y"
11553     boxpoints: "outliers"
11554     whiskerwidth: 0
11555   layout:
11556     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
11557     layout: "plot-throughput"
11558
11559 -
11560   type: "plot"
11561   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
11562   algorithm: "plot_performance_box"
11563   output-file-type: ".html"
11564   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
11565   data: "plot-vpp-throughput-latency-3n-hsw"
11566   filter: "'NIC_Intel-X520-DA2' and
11567            '64B' and
11568            'ENCAP' and
11569            'NDRPDR' and
11570            '2T2C' and
11571            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11572            not 'DOT1Q' and
11573            not 'VHOST' and
11574            not 'IPSECHW'"
11575   parameters:
11576   - "throughput"
11577   - "parent"
11578   - "tags"
11579   sort:
11580   - "L2BDMACLRN"
11581   - "L2XCFWD"
11582   - "LISP"
11583   traces:
11584     hoverinfo: "x+y"
11585     boxpoints: "outliers"
11586     whiskerwidth: 0
11587   layout:
11588     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
11589     layout: "plot-throughput"
11590
11591 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 base and scale
11592 -
11593   type: "plot"
11594   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
11595   algorithm: "plot_performance_box"
11596   output-file-type: ".html"
11597   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
11598   data: "plot-vpp-throughput-latency-3n-hsw"
11599   filter: "'NIC_Intel-X710' and
11600            '64B' and
11601            'ENCAP' and
11602            'NDRPDR' and
11603            '1T1C' and
11604            ('VXLAN' or 'LISP') and
11605            not 'VHOST' and
11606            not 'IPSECHW'"
11607   parameters:
11608   - "throughput"
11609   - "parent"
11610   - "tags"
11611   sort:
11612   - "LISP"
11613   - "VXLAN_1"
11614   - "VXLAN_10"
11615   - "VXLAN_100"
11616   - "VXLAN_1000"
11617   traces:
11618     hoverinfo: "x+y"
11619     boxpoints: "outliers"
11620     whiskerwidth: 0
11621   layout:
11622     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
11623     layout: "plot-throughput"
11624
11625 -
11626   type: "plot"
11627   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
11628   algorithm: "plot_performance_box"
11629   output-file-type: ".html"
11630   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
11631   data: "plot-vpp-throughput-latency-3n-hsw"
11632   filter: "'NIC_Intel-X710' and
11633            '64B' and
11634            'ENCAP' and
11635            'NDRPDR' and
11636            '1T1C' and
11637            ('VXLAN' or 'LISP') and
11638            not 'VHOST' and
11639            not 'IPSECHW'"
11640   parameters:
11641   - "throughput"
11642   - "parent"
11643   - "tags"
11644   sort:
11645   - "LISP"
11646   - "VXLAN_1"
11647   - "VXLAN_10"
11648   - "VXLAN_100"
11649   - "VXLAN_1000"
11650   traces:
11651     hoverinfo: "x+y"
11652     boxpoints: "outliers"
11653     whiskerwidth: 0
11654   layout:
11655     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
11656     layout: "plot-throughput"
11657
11658 -
11659   type: "plot"
11660   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
11661   algorithm: "plot_performance_box"
11662   output-file-type: ".html"
11663   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
11664   data: "plot-vpp-throughput-latency-3n-hsw"
11665   filter: "'NIC_Intel-X710' and
11666            '64B' and
11667            'ENCAP' and
11668            'NDRPDR' and
11669            '2T2C' and
11670            ('VXLAN' or 'LISP') and
11671            not 'VHOST' and
11672            not 'IPSECHW'"
11673   parameters:
11674   - "throughput"
11675   - "parent"
11676   - "tags"
11677   sort:
11678   - "LISP"
11679   - "VXLAN_1"
11680   - "VXLAN_10"
11681   - "VXLAN_100"
11682   - "VXLAN_1000"
11683   traces:
11684     hoverinfo: "x+y"
11685     boxpoints: "outliers"
11686     whiskerwidth: 0
11687   layout:
11688     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
11689     layout: "plot-throughput"
11690
11691 -
11692   type: "plot"
11693   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
11694   algorithm: "plot_performance_box"
11695   output-file-type: ".html"
11696   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
11697   data: "plot-vpp-throughput-latency-3n-hsw"
11698   filter: "'NIC_Intel-X710' and
11699            '64B' and
11700            'ENCAP' and
11701            'NDRPDR' and
11702            '2T2C' and
11703            ('VXLAN' or 'LISP') and
11704            not 'VHOST' and
11705            not 'IPSECHW'"
11706   parameters:
11707   - "throughput"
11708   - "parent"
11709   - "tags"
11710   sort:
11711   - "LISP"
11712   - "VXLAN_1"
11713   - "VXLAN_10"
11714   - "VXLAN_100"
11715   - "VXLAN_1000"
11716   traces:
11717     hoverinfo: "x+y"
11718     boxpoints: "outliers"
11719     whiskerwidth: 0
11720   layout:
11721     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
11722     layout: "plot-throughput"
11723
11724 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 - features
11725 -
11726   type: "plot"
11727   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
11728   algorithm: "plot_performance_box"
11729   output-file-type: ".html"
11730   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
11731   data: "plot-vpp-throughput-latency-3n-hsw"
11732   filter: "'NIC_Intel-X710' and
11733            '64B' and
11734            'ENCAP' and
11735            'NDRPDR' and
11736            '1T1C' and
11737            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11738            not 'DOT1Q' and
11739            not 'VHOST' and
11740            not 'IPSECHW'"
11741   parameters:
11742   - "throughput"
11743   - "parent"
11744   - "tags"
11745   sort:
11746   - "L2BDMACLRN"
11747   - "L2XCFWD"
11748   - "LISP"
11749   traces:
11750     hoverinfo: "x+y"
11751     boxpoints: "outliers"
11752     whiskerwidth: 0
11753   layout:
11754     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
11755     layout: "plot-throughput"
11756
11757 -
11758   type: "plot"
11759   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
11760   algorithm: "plot_performance_box"
11761   output-file-type: ".html"
11762   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
11763   data: "plot-vpp-throughput-latency-3n-hsw"
11764   filter: "'NIC_Intel-X710' and
11765            '64B' and
11766            'ENCAP' and
11767            'NDRPDR' and
11768            '2T2C' and
11769            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11770            not 'DOT1Q' and
11771            not 'VHOST' and
11772            not 'IPSECHW'"
11773   parameters:
11774   - "throughput"
11775   - "parent"
11776   - "tags"
11777   sort:
11778   - "L2BDMACLRN"
11779   - "L2XCFWD"
11780   - "LISP"
11781   traces:
11782     hoverinfo: "x+y"
11783     boxpoints: "outliers"
11784     whiskerwidth: 0
11785   layout:
11786     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
11787     layout: "plot-throughput"
11788
11789 -
11790   type: "plot"
11791   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
11792   algorithm: "plot_performance_box"
11793   output-file-type: ".html"
11794   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
11795   data: "plot-vpp-throughput-latency-3n-hsw"
11796   filter: "'NIC_Intel-X710' and
11797            '64B' and
11798            'ENCAP' and
11799            'NDRPDR' and
11800            '1T1C' and
11801            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11802            not 'DOT1Q' and
11803            not 'VHOST' and
11804            not 'IPSECHW'"
11805   parameters:
11806   - "throughput"
11807   - "parent"
11808   - "tags"
11809   sort:
11810   - "L2BDMACLRN"
11811   - "L2XCFWD"
11812   - "LISP"
11813   traces:
11814     hoverinfo: "x+y"
11815     boxpoints: "outliers"
11816     whiskerwidth: 0
11817   layout:
11818     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
11819     layout: "plot-throughput"
11820
11821 -
11822   type: "plot"
11823   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
11824   algorithm: "plot_performance_box"
11825   output-file-type: ".html"
11826   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
11827   data: "plot-vpp-throughput-latency-3n-hsw"
11828   filter: "'NIC_Intel-X710' and
11829            '64B' and
11830            'ENCAP' and
11831            'NDRPDR' and
11832            '2T2C' and
11833            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11834            not 'DOT1Q' and
11835            not 'VHOST' and
11836            not 'IPSECHW'"
11837   parameters:
11838   - "throughput"
11839   - "parent"
11840   - "tags"
11841   sort:
11842   - "L2BDMACLRN"
11843   - "L2XCFWD"
11844   - "LISP"
11845   traces:
11846     hoverinfo: "x+y"
11847     boxpoints: "outliers"
11848     whiskerwidth: 0
11849   layout:
11850     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
11851     layout: "plot-throughput"
11852
11853 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 base and scale
11854 -
11855   type: "plot"
11856   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
11857   algorithm: "plot_performance_box"
11858   output-file-type: ".html"
11859   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
11860   data: "plot-vpp-throughput-latency-3n-skx"
11861   filter: "'NIC_Intel-X710' and
11862            '64B' and
11863            'ENCAP' and
11864            'NDRPDR' and
11865            '2T1C' and
11866            ('VXLAN' or 'LISP') and
11867            not 'VHOST' and
11868            not 'IPSECHW'"
11869   parameters:
11870   - "throughput"
11871   - "parent"
11872   - "tags"
11873   sort:
11874   - "LISP"
11875   - "VXLAN_1"
11876   - "VXLAN_10"
11877   - "VXLAN_100"
11878   - "VXLAN_1000"
11879   traces:
11880     hoverinfo: "x+y"
11881     boxpoints: "outliers"
11882     whiskerwidth: 0
11883   layout:
11884     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
11885     layout: "plot-throughput"
11886
11887 -
11888   type: "plot"
11889   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
11890   algorithm: "plot_performance_box"
11891   output-file-type: ".html"
11892   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
11893   data: "plot-vpp-throughput-latency-3n-skx"
11894   filter: "'NIC_Intel-X710' and
11895            '64B' and
11896            'ENCAP' and
11897            'NDRPDR' and
11898            '2T1C' and
11899            ('VXLAN' or 'LISP') and
11900            not 'VHOST' and
11901            not 'IPSECHW'"
11902   parameters:
11903   - "throughput"
11904   - "parent"
11905   - "tags"
11906   sort:
11907   - "LISP"
11908   - "VXLAN_1"
11909   - "VXLAN_10"
11910   - "VXLAN_100"
11911   - "VXLAN_1000"
11912   traces:
11913     hoverinfo: "x+y"
11914     boxpoints: "outliers"
11915     whiskerwidth: 0
11916   layout:
11917     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
11918     layout: "plot-throughput"
11919
11920 -
11921   type: "plot"
11922   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
11923   algorithm: "plot_performance_box"
11924   output-file-type: ".html"
11925   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
11926   data: "plot-vpp-throughput-latency-3n-skx"
11927   filter: "'NIC_Intel-X710' and
11928            '64B' and
11929            'ENCAP' and
11930            'NDRPDR' and
11931            '4T2C' and
11932            ('VXLAN' or 'LISP') and
11933            not 'VHOST' and
11934            not 'IPSECHW'"
11935   parameters:
11936   - "throughput"
11937   - "parent"
11938   - "tags"
11939   sort:
11940   - "LISP"
11941   - "VXLAN_1"
11942   - "VXLAN_10"
11943   - "VXLAN_100"
11944   - "VXLAN_1000"
11945   traces:
11946     hoverinfo: "x+y"
11947     boxpoints: "outliers"
11948     whiskerwidth: 0
11949   layout:
11950     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
11951     layout: "plot-throughput"
11952
11953 -
11954   type: "plot"
11955   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
11956   algorithm: "plot_performance_box"
11957   output-file-type: ".html"
11958   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
11959   data: "plot-vpp-throughput-latency-3n-skx"
11960   filter: "'NIC_Intel-X710' and
11961            '64B' and
11962            'ENCAP' and
11963            'NDRPDR' and
11964            '4T2C' and
11965            ('VXLAN' or 'LISP') and
11966            not 'VHOST' and
11967            not 'IPSECHW'"
11968   parameters:
11969   - "throughput"
11970   - "parent"
11971   - "tags"
11972   sort:
11973   - "LISP"
11974   - "VXLAN_1"
11975   - "VXLAN_10"
11976   - "VXLAN_100"
11977   - "VXLAN_1000"
11978   traces:
11979     hoverinfo: "x+y"
11980     boxpoints: "outliers"
11981     whiskerwidth: 0
11982   layout:
11983     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
11984     layout: "plot-throughput"
11985
11986 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 - features
11987 -
11988   type: "plot"
11989   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
11990   algorithm: "plot_performance_box"
11991   output-file-type: ".html"
11992   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
11993   data: "plot-vpp-throughput-latency-3n-skx"
11994   filter: "'NIC_Intel-X710' and
11995            '64B' and
11996            'ENCAP' and
11997            'NDRPDR' and
11998            '2T1C' and
11999            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
12000            not 'DOT1Q' and
12001            not 'VHOST' and
12002            not 'IPSECHW'"
12003   parameters:
12004   - "throughput"
12005   - "parent"
12006   - "tags"
12007   sort:
12008   - "L2BDMACLRN"
12009   - "L2XCFWD"
12010   - "LISP"
12011   traces:
12012     hoverinfo: "x+y"
12013     boxpoints: "outliers"
12014     whiskerwidth: 0
12015   layout:
12016     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
12017     layout: "plot-throughput"
12018
12019 -
12020   type: "plot"
12021   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
12022   algorithm: "plot_performance_box"
12023   output-file-type: ".html"
12024   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
12025   data: "plot-vpp-throughput-latency-3n-skx"
12026   filter: "'NIC_Intel-X710' and
12027            '64B' and
12028            'ENCAP' and
12029            'NDRPDR' and
12030            '4T2C' and
12031            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
12032            not 'DOT1Q' and
12033            not 'VHOST' and
12034            not 'IPSECHW'"
12035   parameters:
12036   - "throughput"
12037   - "parent"
12038   - "tags"
12039   sort:
12040   - "L2BDMACLRN"
12041   - "L2XCFWD"
12042   - "LISP"
12043   traces:
12044     hoverinfo: "x+y"
12045     boxpoints: "outliers"
12046     whiskerwidth: 0
12047   layout:
12048     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
12049     layout: "plot-throughput"
12050
12051 -
12052   type: "plot"
12053   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
12054   algorithm: "plot_performance_box"
12055   output-file-type: ".html"
12056   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
12057   data: "plot-vpp-throughput-latency-3n-skx"
12058   filter: "'NIC_Intel-X710' and
12059            '64B' and
12060            'ENCAP' and
12061            'NDRPDR' and
12062            '2T1C' and
12063            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
12064            not 'DOT1Q' and
12065            not 'VHOST' and
12066            not 'IPSECHW'"
12067   parameters:
12068   - "throughput"
12069   - "parent"
12070   - "tags"
12071   sort:
12072   - "L2BDMACLRN"
12073   - "L2XCFWD"
12074   - "LISP"
12075   traces:
12076     hoverinfo: "x+y"
12077     boxpoints: "outliers"
12078     whiskerwidth: 0
12079   layout:
12080     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
12081     layout: "plot-throughput"
12082
12083 -
12084   type: "plot"
12085   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
12086   algorithm: "plot_performance_box"
12087   output-file-type: ".html"
12088   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
12089   data: "plot-vpp-throughput-latency-3n-skx"
12090   filter: "'NIC_Intel-X710' and
12091            '64B' and
12092            'ENCAP' and
12093            'NDRPDR' and
12094            '4T2C' and
12095            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
12096            not 'DOT1Q' and
12097            not 'VHOST' and
12098            not 'IPSECHW'"
12099   parameters:
12100   - "throughput"
12101   - "parent"
12102   - "tags"
12103   sort:
12104   - "L2BDMACLRN"
12105   - "L2XCFWD"
12106   - "LISP"
12107   traces:
12108     hoverinfo: "x+y"
12109     boxpoints: "outliers"
12110     whiskerwidth: 0
12111   layout:
12112     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
12113     layout: "plot-throughput"
12114
12115 ################################################################################
12116
12117 # Packet Throughput - VPP IPv6 3n-hsw-x520
12118 -
12119   type: "plot"
12120   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
12121   algorithm: "plot_performance_box"
12122   output-file-type: ".html"
12123   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
12124   data: "plot-vpp-throughput-latency-3n-hsw"
12125   filter: "'NIC_Intel-X520-DA2' and
12126            '78B' and
12127            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12128            'NDRPDR' and
12129            '1T1C' and
12130            'IP6FWD' and
12131            not 'SRv6' and
12132            not 'IPSEC' and
12133            not 'VHOST'"
12134   parameters:
12135   - "throughput"
12136   - "parent"
12137   - "tags"
12138   sort:
12139   - "IP6BASE"
12140   - "FIB_20K"
12141   - "FIB_200K"
12142   - "FIB_2M"
12143   traces:
12144     hoverinfo: "x+y"
12145     boxpoints: "outliers"
12146     whiskerwidth: 0
12147   layout:
12148     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
12149     layout: "plot-throughput"
12150
12151 -
12152   type: "plot"
12153   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
12154   algorithm: "plot_performance_box"
12155   output-file-type: ".html"
12156   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
12157   data: "plot-vpp-throughput-latency-3n-hsw"
12158   filter: "'NIC_Intel-X520-DA2' and
12159            '78B' and
12160            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12161            'NDRPDR' and
12162            '1T1C' and
12163            'IP6FWD' and
12164            not 'SRv6' and
12165            not 'IPSEC' and
12166            not 'VHOST'"
12167   parameters:
12168   - "throughput"
12169   - "parent"
12170   - "tags"
12171   sort:
12172   - "IP6BASE"
12173   - "FIB_20K"
12174   - "FIB_200K"
12175   - "FIB_2M"
12176   traces:
12177     hoverinfo: "x+y"
12178     boxpoints: "outliers"
12179     whiskerwidth: 0
12180   layout:
12181     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
12182     layout: "plot-throughput"
12183
12184 -
12185   type: "plot"
12186   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
12187   algorithm: "plot_performance_box"
12188   output-file-type: ".html"
12189   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
12190   data: "plot-vpp-throughput-latency-3n-hsw"
12191   filter: "'NIC_Intel-X520-DA2' and
12192            '78B' and
12193            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12194            'NDRPDR' and
12195            '2T2C' and
12196            'IP6FWD' and
12197            not 'SRv6' and
12198            not 'IPSEC' and
12199            not 'VHOST'"
12200   parameters:
12201   - "throughput"
12202   - "parent"
12203   - "tags"
12204   sort:
12205   - "IP6BASE"
12206   - "FIB_20K"
12207   - "FIB_200K"
12208   - "FIB_2M"
12209   traces:
12210     hoverinfo: "x+y"
12211     boxpoints: "outliers"
12212     whiskerwidth: 0
12213   layout:
12214     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
12215     layout: "plot-throughput"
12216
12217 -
12218   type: "plot"
12219   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
12220   algorithm: "plot_performance_box"
12221   output-file-type: ".html"
12222   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
12223   data: "plot-vpp-throughput-latency-3n-hsw"
12224   filter: "'NIC_Intel-X520-DA2' and
12225            '78B' and
12226            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12227            'NDRPDR' and
12228            '2T2C' and
12229            'IP6FWD' and
12230            not 'SRv6' and
12231            not 'IPSEC' and
12232            not 'VHOST'"
12233   parameters:
12234   - "throughput"
12235   - "parent"
12236   - "tags"
12237   sort:
12238   - "IP6BASE"
12239   - "FIB_20K"
12240   - "FIB_200K"
12241   - "FIB_2M"
12242   traces:
12243     hoverinfo: "x+y"
12244     boxpoints: "outliers"
12245     whiskerwidth: 0
12246   layout:
12247     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
12248     layout: "plot-throughput"
12249
12250 # Packet Throughput - VPP IPv6 3n-hsw-x520 - features
12251 -
12252   type: "plot"
12253   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_features-ndr"
12254   algorithm: "plot_performance_box"
12255   output-file-type: ".html"
12256   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_features-ndr"
12257   data: "plot-vpp-throughput-latency-3n-hsw"
12258   filter: "'NIC_Intel-X520-DA2' and
12259            '78B' and
12260            ('IP6BASE' or
12261             'POLICE_MARK' or
12262             'COPWHLIST' or
12263             'IACLDST') and
12264            'NDRPDR' and
12265            '1T1C' and
12266            'IP6FWD' and
12267            not 'SRv6' and
12268            not 'IPSEC' and
12269            not 'VHOST'"
12270   parameters:
12271   - "throughput"
12272   - "parent"
12273   - "tags"
12274   sort:
12275   - "IP6BASE"
12276   - "POLICE_MARK"
12277   - "COPWHLIST"
12278   - "IACLDST"
12279   traces:
12280     hoverinfo: "x+y"
12281     boxpoints: "outliers"
12282     whiskerwidth: 0
12283   layout:
12284     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_features-ndr"
12285     layout: "plot-throughput"
12286
12287 -
12288   type: "plot"
12289   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_features-ndr"
12290   algorithm: "plot_performance_box"
12291   output-file-type: ".html"
12292   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_features-ndr"
12293   data: "plot-vpp-throughput-latency-3n-hsw"
12294   filter: "'NIC_Intel-X520-DA2' and
12295            '78B' and
12296            ('IP6BASE' or
12297             'POLICE_MARK' or
12298             'COPWHLIST' or
12299             'IACLDST') and
12300            'NDRPDR' and
12301            '2T2C' and
12302            'IP6FWD' and
12303            not 'SRv6' and
12304            not 'IPSEC' and
12305            not 'VHOST'"
12306   parameters:
12307   - "throughput"
12308   - "parent"
12309   - "tags"
12310   sort:
12311   - "IP6BASE"
12312   - "POLICE_MARK"
12313   - "COPWHLIST"
12314   - "IACLDST"
12315   traces:
12316     hoverinfo: "x+y"
12317     boxpoints: "outliers"
12318     whiskerwidth: 0
12319   layout:
12320     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_features-ndr"
12321     layout: "plot-throughput"
12322
12323 -
12324   type: "plot"
12325   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_features-pdr"
12326   algorithm: "plot_performance_box"
12327   output-file-type: ".html"
12328   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_features-pdr"
12329   data: "plot-vpp-throughput-latency-3n-hsw"
12330   filter: "'NIC_Intel-X520-DA2' and
12331            '78B' and
12332            ('IP6BASE' or
12333             'POLICE_MARK' or
12334             'COPWHLIST' or
12335             'IACLDST') and
12336            'NDRPDR' and
12337            '1T1C' and
12338            'IP6FWD' and
12339            not 'SRv6' and
12340            not 'IPSEC' and
12341            not 'VHOST'"
12342   parameters:
12343   - "throughput"
12344   - "parent"
12345   - "tags"
12346   sort:
12347   - "IP6BASE"
12348   - "POLICE_MARK"
12349   - "COPWHLIST"
12350   - "IACLDST"
12351   traces:
12352     hoverinfo: "x+y"
12353     boxpoints: "outliers"
12354     whiskerwidth: 0
12355   layout:
12356     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_features-pdr"
12357     layout: "plot-throughput"
12358
12359 -
12360   type: "plot"
12361   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_features-pdr"
12362   algorithm: "plot_performance_box"
12363   output-file-type: ".html"
12364   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_features-pdr"
12365   data: "plot-vpp-throughput-latency-3n-hsw"
12366   filter: "'NIC_Intel-X520-DA2' and
12367            '78B' and
12368            ('IP6BASE' or
12369             'POLICE_MARK' or
12370             'COPWHLIST' or
12371             'IACLDST') and
12372            'NDRPDR' and
12373            '2T2C' and
12374            'IP6FWD' and
12375            not 'SRv6' and
12376            not 'IPSEC' and
12377            not 'VHOST'"
12378   parameters:
12379   - "throughput"
12380   - "parent"
12381   - "tags"
12382   sort:
12383   - "IP6BASE"
12384   - "POLICE_MARK"
12385   - "COPWHLIST"
12386   - "IACLDST"
12387   traces:
12388     hoverinfo: "x+y"
12389     boxpoints: "outliers"
12390     whiskerwidth: 0
12391   layout:
12392     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_features-pdr"
12393     layout: "plot-throughput"
12394
12395 # Packet Throughput - VPP IPv6 3n-hsw-x710
12396 -
12397   type: "plot"
12398   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
12399   algorithm: "plot_performance_box"
12400   output-file-type: ".html"
12401   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
12402   data: "plot-vpp-throughput-latency-3n-hsw"
12403   filter: "'NIC_Intel-X710' and
12404            '78B' and
12405            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12406            'NDRPDR' and
12407            '1T1C' and
12408            'IP6FWD' and
12409            not 'SRv6' and
12410            not 'IPSEC' and
12411            not 'VHOST'"
12412   parameters:
12413   - "throughput"
12414   - "parent"
12415   - "tags"
12416   sort:
12417   - "IP6BASE"
12418   - "FIB_20K"
12419   - "FIB_200K"
12420   - "FIB_2M"
12421   traces:
12422     hoverinfo: "x+y"
12423     boxpoints: "outliers"
12424     whiskerwidth: 0
12425   layout:
12426     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
12427     layout: "plot-throughput"
12428
12429 -
12430   type: "plot"
12431   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
12432   algorithm: "plot_performance_box"
12433   output-file-type: ".html"
12434   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
12435   data: "plot-vpp-throughput-latency-3n-hsw"
12436   filter: "'NIC_Intel-X710' and
12437            '78B' and
12438            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12439            'NDRPDR' and
12440            '1T1C' and
12441            'IP6FWD' and
12442            not 'SRv6' and
12443            not 'IPSEC' and
12444            not 'VHOST'"
12445   parameters:
12446   - "throughput"
12447   - "parent"
12448   - "tags"
12449   sort:
12450   - "IP6BASE"
12451   - "FIB_20K"
12452   - "FIB_200K"
12453   - "FIB_2M"
12454   traces:
12455     hoverinfo: "x+y"
12456     boxpoints: "outliers"
12457     whiskerwidth: 0
12458   layout:
12459     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
12460     layout: "plot-throughput"
12461
12462 -
12463   type: "plot"
12464   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
12465   algorithm: "plot_performance_box"
12466   output-file-type: ".html"
12467   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
12468   data: "plot-vpp-throughput-latency-3n-hsw"
12469   filter: "'NIC_Intel-X710' and
12470            '78B' and
12471            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12472            'NDRPDR' and
12473            '2T2C' and
12474            'IP6FWD' and
12475            not 'SRv6' and
12476            not 'IPSEC' and
12477            not 'VHOST'"
12478   parameters:
12479   - "throughput"
12480   - "parent"
12481   - "tags"
12482   sort:
12483   - "IP6BASE"
12484   - "FIB_20K"
12485   - "FIB_200K"
12486   - "FIB_2M"
12487   traces:
12488     hoverinfo: "x+y"
12489     boxpoints: "outliers"
12490     whiskerwidth: 0
12491   layout:
12492     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
12493     layout: "plot-throughput"
12494
12495 -
12496   type: "plot"
12497   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
12498   algorithm: "plot_performance_box"
12499   output-file-type: ".html"
12500   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
12501   data: "plot-vpp-throughput-latency-3n-hsw"
12502   filter: "'NIC_Intel-X710' and
12503            '78B' and
12504            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12505            'NDRPDR' and
12506            '2T2C' and
12507            'IP6FWD' and
12508            not 'SRv6' and
12509            not 'IPSEC' and
12510            not 'VHOST'"
12511   parameters:
12512   - "throughput"
12513   - "parent"
12514   - "tags"
12515   sort:
12516   - "IP6BASE"
12517   - "FIB_20K"
12518   - "FIB_200K"
12519   - "FIB_2M"
12520   traces:
12521     hoverinfo: "x+y"
12522     boxpoints: "outliers"
12523     whiskerwidth: 0
12524   layout:
12525     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
12526     layout: "plot-throughput"
12527
12528 # Packet Throughput - VPP IPv6 3n-hsw-x710 - features
12529 -
12530   type: "plot"
12531   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
12532   algorithm: "plot_performance_box"
12533   output-file-type: ".html"
12534   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
12535   data: "plot-vpp-throughput-latency-3n-hsw"
12536   filter: "'NIC_Intel-X710' and
12537            '78B' and
12538            ('IP6BASE' or
12539             'POLICE_MARK' or
12540             'COPWHLIST' or
12541             'IACLDST') and
12542            'NDRPDR' and
12543            '1T1C' and
12544            'IP6FWD' and
12545            not 'SRv6' and
12546            not 'IPSEC' and
12547            not 'VHOST'"
12548   parameters:
12549   - "throughput"
12550   - "parent"
12551   - "tags"
12552   sort:
12553   - "IP6BASE"
12554   - "POLICE_MARK"
12555   - "COPWHLIST"
12556   - "IACLDST"
12557   traces:
12558     hoverinfo: "x+y"
12559     boxpoints: "outliers"
12560     whiskerwidth: 0
12561   layout:
12562     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
12563     layout: "plot-throughput"
12564
12565 -
12566   type: "plot"
12567   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
12568   algorithm: "plot_performance_box"
12569   output-file-type: ".html"
12570   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
12571   data: "plot-vpp-throughput-latency-3n-hsw"
12572   filter: "'NIC_Intel-X710' and
12573            '78B' and
12574            ('IP6BASE' or
12575             'POLICE_MARK' or
12576             'COPWHLIST' or
12577             'IACLDST') and
12578            'NDRPDR' and
12579            '2T2C' and
12580            'IP6FWD' and
12581            not 'SRv6' and
12582            not 'IPSEC' and
12583            not 'VHOST'"
12584   parameters:
12585   - "throughput"
12586   - "parent"
12587   - "tags"
12588   sort:
12589   - "IP6BASE"
12590   - "POLICE_MARK"
12591   - "COPWHLIST"
12592   - "IACLDST"
12593   traces:
12594     hoverinfo: "x+y"
12595     boxpoints: "outliers"
12596     whiskerwidth: 0
12597   layout:
12598     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
12599     layout: "plot-throughput"
12600
12601 -
12602   type: "plot"
12603   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
12604   algorithm: "plot_performance_box"
12605   output-file-type: ".html"
12606   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
12607   data: "plot-vpp-throughput-latency-3n-hsw"
12608   filter: "'NIC_Intel-X710' and
12609            '78B' and
12610            ('IP6BASE' or
12611             'POLICE_MARK' or
12612             'COPWHLIST' or
12613             'IACLDST') and
12614            'NDRPDR' and
12615            '1T1C' and
12616            'IP6FWD' and
12617            not 'SRv6' and
12618            not 'IPSEC' and
12619            not 'VHOST'"
12620   parameters:
12621   - "throughput"
12622   - "parent"
12623   - "tags"
12624   sort:
12625   - "IP6BASE"
12626   - "POLICE_MARK"
12627   - "COPWHLIST"
12628   - "IACLDST"
12629   traces:
12630     hoverinfo: "x+y"
12631     boxpoints: "outliers"
12632     whiskerwidth: 0
12633   layout:
12634     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
12635     layout: "plot-throughput"
12636
12637 -
12638   type: "plot"
12639   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
12640   algorithm: "plot_performance_box"
12641   output-file-type: ".html"
12642   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
12643   data: "plot-vpp-throughput-latency-3n-hsw"
12644   filter: "'NIC_Intel-X710' and
12645            '78B' and
12646            ('IP6BASE' or
12647             'POLICE_MARK' or
12648             'COPWHLIST' or
12649             'IACLDST') and
12650            'NDRPDR' and
12651            '2T2C' and
12652            'IP6FWD' and
12653            not 'SRv6' and
12654            not 'IPSEC' and
12655            not 'VHOST'"
12656   parameters:
12657   - "throughput"
12658   - "parent"
12659   - "tags"
12660   sort:
12661   - "IP6BASE"
12662   - "POLICE_MARK"
12663   - "COPWHLIST"
12664   - "IACLDST"
12665   traces:
12666     hoverinfo: "x+y"
12667     boxpoints: "outliers"
12668     whiskerwidth: 0
12669   layout:
12670     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
12671     layout: "plot-throughput"
12672
12673 # Packet Throughput - VPP IPv6 3n-hsw-xl710
12674 -
12675   type: "plot"
12676   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
12677   algorithm: "plot_performance_box"
12678   output-file-type: ".html"
12679   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
12680   data: "plot-vpp-throughput-latency-3n-hsw"
12681   filter: "'NIC_Intel-XL710' and
12682            '78B' and
12683            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12684            'NDRPDR' and
12685            '1T1C' and
12686            'IP6FWD' and
12687            not 'SRv6' and
12688            not 'IPSEC' and
12689            not 'VHOST'"
12690   parameters:
12691   - "throughput"
12692   - "parent"
12693   - "tags"
12694   sort:
12695   - "IP6BASE"
12696   - "FIB_20K"
12697   - "FIB_200K"
12698   - "FIB_2M"
12699   traces:
12700     hoverinfo: "x+y"
12701     boxpoints: "outliers"
12702     whiskerwidth: 0
12703   layout:
12704     title: "ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
12705     layout: "plot-throughput"
12706
12707 -
12708   type: "plot"
12709   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
12710   algorithm: "plot_performance_box"
12711   output-file-type: ".html"
12712   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
12713   data: "plot-vpp-throughput-latency-3n-hsw"
12714   filter: "'NIC_Intel-XL710' and
12715            '78B' and
12716            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12717            'NDRPDR' and
12718            '1T1C' and
12719            'IP6FWD' and
12720            not 'SRv6' and
12721            not 'IPSEC' and
12722            not 'VHOST'"
12723   parameters:
12724   - "throughput"
12725   - "parent"
12726   - "tags"
12727   sort:
12728   - "IP6BASE"
12729   - "FIB_20K"
12730   - "FIB_200K"
12731   - "FIB_2M"
12732   traces:
12733     hoverinfo: "x+y"
12734     boxpoints: "outliers"
12735     whiskerwidth: 0
12736   layout:
12737     title: "ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
12738     layout: "plot-throughput"
12739
12740 -
12741   type: "plot"
12742   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
12743   algorithm: "plot_performance_box"
12744   output-file-type: ".html"
12745   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
12746   data: "plot-vpp-throughput-latency-3n-hsw"
12747   filter: "'NIC_Intel-XL710' and
12748            '78B' and
12749            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12750            'NDRPDR' and
12751            '2T2C' and
12752            'IP6FWD' and
12753            not 'SRv6' and
12754            not 'IPSEC' and
12755            not 'VHOST'"
12756   parameters:
12757   - "throughput"
12758   - "parent"
12759   - "tags"
12760   sort:
12761   - "IP6BASE"
12762   - "FIB_20K"
12763   - "FIB_200K"
12764   - "FIB_2M"
12765   traces:
12766     hoverinfo: "x+y"
12767     boxpoints: "outliers"
12768     whiskerwidth: 0
12769   layout:
12770     title: "ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
12771     layout: "plot-throughput"
12772
12773 -
12774   type: "plot"
12775   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
12776   algorithm: "plot_performance_box"
12777   output-file-type: ".html"
12778   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
12779   data: "plot-vpp-throughput-latency-3n-hsw"
12780   filter: "'NIC_Intel-XL710' and
12781            '78B' and
12782            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12783            'NDRPDR' and
12784            '2T2C' and
12785            'IP6FWD' and
12786            not 'SRv6' and
12787            not 'IPSEC' and
12788            not 'VHOST'"
12789   parameters:
12790   - "throughput"
12791   - "parent"
12792   - "tags"
12793   sort:
12794   - "IP6BASE"
12795   - "FIB_20K"
12796   - "FIB_200K"
12797   - "FIB_2M"
12798   traces:
12799     hoverinfo: "x+y"
12800     boxpoints: "outliers"
12801     whiskerwidth: 0
12802   layout:
12803     title: "ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
12804     layout: "plot-throughput"
12805
12806 # Packet Throughput - VPP IPv6 3n-skx-x710
12807 -
12808   type: "plot"
12809   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
12810   algorithm: "plot_performance_box"
12811   output-file-type: ".html"
12812   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
12813   data: "plot-vpp-throughput-latency-3n-skx"
12814   filter: "'NIC_Intel-X710' and
12815            '78B' and
12816            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12817            'NDRPDR' and
12818            '2T1C' and
12819            'IP6FWD' and
12820            not 'SRv6' and
12821            not 'IPSEC' and
12822            not 'VHOST'"
12823   parameters:
12824   - "throughput"
12825   - "parent"
12826   - "tags"
12827   sort:
12828   - "IP6BASE"
12829   - "FIB_20k"
12830   - "FIB_200k"
12831   - "FIB_2M"
12832   traces:
12833     hoverinfo: "x+y"
12834     boxpoints: "outliers"
12835     whiskerwidth: 0
12836   layout:
12837     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
12838     layout: "plot-throughput"
12839
12840 -
12841   type: "plot"
12842   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
12843   algorithm: "plot_performance_box"
12844   output-file-type: ".html"
12845   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
12846   data: "plot-vpp-throughput-latency-3n-skx"
12847   filter: "'NIC_Intel-X710' and
12848            '78B' and
12849            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12850            'NDRPDR' and
12851            '2T1C' and
12852            'IP6FWD' and
12853            not 'SRv6' and
12854            not 'IPSEC' and
12855            not 'VHOST'"
12856   parameters:
12857   - "throughput"
12858   - "parent"
12859   - "tags"
12860   sort:
12861   - "IP6BASE"
12862   - "FIB_20k"
12863   - "FIB_200k"
12864   - "FIB_2M"
12865   traces:
12866     hoverinfo: "x+y"
12867     boxpoints: "outliers"
12868     whiskerwidth: 0
12869   layout:
12870     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
12871     layout: "plot-throughput"
12872
12873 -
12874   type: "plot"
12875   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
12876   algorithm: "plot_performance_box"
12877   output-file-type: ".html"
12878   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
12879   data: "plot-vpp-throughput-latency-3n-skx"
12880   filter: "'NIC_Intel-X710' and
12881            '78B' and
12882            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12883            'NDRPDR' and
12884            '4T2C' and
12885            'IP6FWD' and
12886            not 'SRv6' and
12887            not 'IPSEC' and
12888            not 'VHOST'"
12889   parameters:
12890   - "throughput"
12891   - "parent"
12892   - "tags"
12893   sort:
12894   - "IP6BASE"
12895   - "FIB_20k"
12896   - "FIB_200k"
12897   - "FIB_2M"
12898   traces:
12899     hoverinfo: "x+y"
12900     boxpoints: "outliers"
12901     whiskerwidth: 0
12902   layout:
12903     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
12904     layout: "plot-throughput"
12905
12906 -
12907   type: "plot"
12908   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
12909   algorithm: "plot_performance_box"
12910   output-file-type: ".html"
12911   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
12912   data: "plot-vpp-throughput-latency-3n-skx"
12913   filter: "'NIC_Intel-X710' and
12914            '78B' and
12915            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12916            'NDRPDR' and
12917            '4T2C' and
12918            'IP6FWD' and
12919            not 'SRv6' and
12920            not 'IPSEC' and
12921            not 'VHOST'"
12922   parameters:
12923   - "throughput"
12924   - "parent"
12925   - "tags"
12926   sort:
12927   - "IP6BASE"
12928   - "FIB_20k"
12929   - "FIB_200k"
12930   - "FIB_2M"
12931   traces:
12932     hoverinfo: "x+y"
12933     boxpoints: "outliers"
12934     whiskerwidth: 0
12935   layout:
12936     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
12937     layout: "plot-throughput"
12938
12939 # Packet Throughput - VPP IPv6 3n-skx-x710 - features
12940 -
12941   type: "plot"
12942   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
12943   algorithm: "plot_performance_box"
12944   output-file-type: ".html"
12945   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
12946   data: "plot-vpp-throughput-latency-3n-skx"
12947   filter: "'NIC_Intel-X710' and
12948            '78B' and
12949            ('IP6BASE' or
12950             'POLICE_MARK' or
12951             'COPWHLIST' or
12952             'IACLDST') and
12953            'NDRPDR' and
12954            '2T1C' and
12955            'IP6FWD' and
12956            not 'SRv6' and
12957            not 'IPSEC' and
12958            not 'VHOST'"
12959   parameters:
12960   - "throughput"
12961   - "parent"
12962   - "tags"
12963   sort:
12964   - "IP6BASE"
12965   - "POLICE_MARK"
12966   - "COPWHLIST"
12967   - "IACLDST"
12968   traces:
12969     hoverinfo: "x+y"
12970     boxpoints: "outliers"
12971     whiskerwidth: 0
12972   layout:
12973     title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
12974     layout: "plot-throughput"
12975
12976 -
12977   type: "plot"
12978   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
12979   algorithm: "plot_performance_box"
12980   output-file-type: ".html"
12981   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
12982   data: "plot-vpp-throughput-latency-3n-hsw"
12983   filter: "'NIC_Intel-X710' and
12984            '78B' and
12985            ('IP6BASE' or
12986             'POLICE_MARK' or
12987             'COPWHLIST' or
12988             'IACLDST') and
12989            'NDRPDR' and
12990            '4T2C' and
12991            'IP6FWD' and
12992            not 'SRv6' and
12993            not 'IPSEC' and
12994            not 'VHOST'"
12995   parameters:
12996   - "throughput"
12997   - "parent"
12998   - "tags"
12999   sort:
13000   - "IP6BASE"
13001   - "POLICE_MARK"
13002   - "COPWHLIST"
13003   - "IACLDST"
13004   traces:
13005     hoverinfo: "x+y"
13006     boxpoints: "outliers"
13007     whiskerwidth: 0
13008   layout:
13009     title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
13010     layout: "plot-throughput"
13011
13012 -
13013   type: "plot"
13014   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
13015   algorithm: "plot_performance_box"
13016   output-file-type: ".html"
13017   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
13018   data: "plot-vpp-throughput-latency-3n-skx"
13019   filter: "'NIC_Intel-X710' and
13020            '78B' and
13021            ('IP6BASE' or
13022             'POLICE_MARK' or
13023             'COPWHLIST' or
13024             'IACLDST') and
13025            'NDRPDR' and
13026            '2T1C' and
13027            'IP6FWD' and
13028            not 'SRv6' and
13029            not 'IPSEC' and
13030            not 'VHOST'"
13031   parameters:
13032   - "throughput"
13033   - "parent"
13034   - "tags"
13035   sort:
13036   - "IP6BASE"
13037   - "POLICE_MARK"
13038   - "COPWHLIST"
13039   - "IACLDST"
13040   traces:
13041     hoverinfo: "x+y"
13042     boxpoints: "outliers"
13043     whiskerwidth: 0
13044   layout:
13045     title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
13046     layout: "plot-throughput"
13047
13048 -
13049   type: "plot"
13050   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
13051   algorithm: "plot_performance_box"
13052   output-file-type: ".html"
13053   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
13054   data: "plot-vpp-throughput-latency-3n-skx"
13055   filter: "'NIC_Intel-X710' and
13056            '78B' and
13057            ('IP6BASE' or
13058             'POLICE_MARK' or
13059             'COPWHLIST' or
13060             'IACLDST') and
13061            'NDRPDR' and
13062            '4T2C' and
13063            'IP6FWD' and
13064            not 'SRv6' and
13065            not 'IPSEC' and
13066            not 'VHOST'"
13067   parameters:
13068   - "throughput"
13069   - "parent"
13070   - "tags"
13071   sort:
13072   - "IP6BASE"
13073   - "POLICE_MARK"
13074   - "COPWHLIST"
13075   - "IACLDST"
13076   traces:
13077     hoverinfo: "x+y"
13078     boxpoints: "outliers"
13079     whiskerwidth: 0
13080   layout:
13081     title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
13082     layout: "plot-throughput"
13083
13084 # Packet Throughput - VPP IPv6 2n-skx-x710
13085 -
13086   type: "plot"
13087   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
13088   algorithm: "plot_performance_box"
13089   output-file-type: ".html"
13090   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
13091   data: "plot-vpp-throughput-latency-2n-skx"
13092   filter: "'NIC_Intel-X710' and
13093            '78B' and
13094            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
13095            'NDRPDR' and
13096            '2T1C' and
13097            'IP6FWD' and
13098            not 'SRv6' and
13099            not 'IPSEC' and
13100            not 'VHOST'"
13101   parameters:
13102   - "throughput"
13103   - "parent"
13104   - "tags"
13105   sort:
13106   - "IP6BASE"
13107   - "FIB_20k"
13108   - "FIB_200k"
13109   - "FIB_2M"
13110   traces:
13111     hoverinfo: "x+y"
13112     boxpoints: "outliers"
13113     whiskerwidth: 0
13114   layout:
13115     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
13116     layout: "plot-throughput"
13117
13118 -
13119   type: "plot"
13120   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
13121   algorithm: "plot_performance_box"
13122   output-file-type: ".html"
13123   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
13124   data: "plot-vpp-throughput-latency-2n-skx"
13125   filter: "'NIC_Intel-X710' and
13126            '78B' and
13127            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
13128            'NDRPDR' and
13129            '2T1C' and
13130            'IP6FWD' and
13131            not 'SRv6' and
13132            not 'IPSEC' and
13133            not 'VHOST'"
13134   parameters:
13135   - "throughput"
13136   - "parent"
13137   - "tags"
13138   sort:
13139   - "IP6BASE"
13140   - "FIB_20k"
13141   - "FIB_200k"
13142   - "FIB_2M"
13143   traces:
13144     hoverinfo: "x+y"
13145     boxpoints: "outliers"
13146     whiskerwidth: 0
13147   layout:
13148     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
13149     layout: "plot-throughput"
13150
13151 -
13152   type: "plot"
13153   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
13154   algorithm: "plot_performance_box"
13155   output-file-type: ".html"
13156   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
13157   data: "plot-vpp-throughput-latency-2n-skx"
13158   filter: "'NIC_Intel-X710' and
13159            '78B' and
13160            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
13161            'NDRPDR' and
13162            '4T2C' and
13163            'IP6FWD' and
13164            not 'SRv6' and
13165            not 'IPSEC' and
13166            not 'VHOST'"
13167   parameters:
13168   - "throughput"
13169   - "parent"
13170   - "tags"
13171   sort:
13172   - "IP6BASE"
13173   - "FIB_20k"
13174   - "FIB_200k"
13175   - "FIB_2M"
13176   traces:
13177     hoverinfo: "x+y"
13178     boxpoints: "outliers"
13179     whiskerwidth: 0
13180   layout:
13181     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
13182     layout: "plot-throughput"
13183
13184 -
13185   type: "plot"
13186   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
13187   algorithm: "plot_performance_box"
13188   output-file-type: ".html"
13189   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
13190   data: "plot-vpp-throughput-latency-2n-skx"
13191   filter: "'NIC_Intel-X710' and
13192            '78B' and
13193            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
13194            'NDRPDR' and
13195            '4T2C' and
13196            'IP6FWD' and
13197            not 'SRv6' and
13198            not 'IPSEC' and
13199            not 'VHOST'"
13200   parameters:
13201   - "throughput"
13202   - "parent"
13203   - "tags"
13204   sort:
13205   - "IP6BASE"
13206   - "FIB_20k"
13207   - "FIB_200k"
13208   - "FIB_2M"
13209   traces:
13210     hoverinfo: "x+y"
13211     boxpoints: "outliers"
13212     whiskerwidth: 0
13213   layout:
13214     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
13215     layout: "plot-throughput"
13216
13217 # Packet Throughput - VPP IPv6 2n-skx-xxv710
13218 -
13219   type: "plot"
13220   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
13221   algorithm: "plot_performance_box"
13222   output-file-type: ".html"
13223   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
13224   data: "plot-vpp-throughput-latency-2n-skx"
13225   filter: "'NIC_Intel-XXV710' and
13226            '78B' and
13227            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
13228            'NDRPDR' and
13229            '2T1C' and
13230            'IP6FWD' and
13231            not 'SRv6' and
13232            not 'IPSEC' and
13233            not 'VHOST'"
13234   parameters:
13235   - "throughput"
13236   - "parent"
13237   - "tags"
13238   sort:
13239   - "IP6BASE"
13240   - "FIB_20k"
13241   - "FIB_200k"
13242   - "FIB_2M"
13243   traces:
13244     hoverinfo: "x+y"
13245     boxpoints: "outliers"
13246     whiskerwidth: 0
13247   layout:
13248     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
13249     layout: "plot-throughput"
13250
13251 -
13252   type: "plot"
13253   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
13254   algorithm: "plot_performance_box"
13255   output-file-type: ".html"
13256   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
13257   data: "plot-vpp-throughput-latency-2n-skx"
13258   filter: "'NIC_Intel-XXV710' and
13259            '78B' and
13260            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
13261            'NDRPDR' and
13262            '2T1C' and
13263            'IP6FWD' and
13264            not 'SRv6' and
13265            not 'IPSEC' and
13266            not 'VHOST'"
13267   parameters:
13268   - "throughput"
13269   - "parent"
13270   - "tags"
13271   sort:
13272   - "IP6BASE"
13273   - "FIB_20k"
13274   - "FIB_200k"
13275   - "FIB_2M"
13276   traces:
13277     hoverinfo: "x+y"
13278     boxpoints: "outliers"
13279     whiskerwidth: 0
13280   layout:
13281     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
13282     layout: "plot-throughput"
13283
13284 -
13285   type: "plot"
13286   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
13287   algorithm: "plot_performance_box"
13288   output-file-type: ".html"
13289   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
13290   data: "plot-vpp-throughput-latency-2n-skx"
13291   filter: "'NIC_Intel-XXV710' and
13292            '78B' and
13293            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
13294            'NDRPDR' and
13295            '4T2C' and
13296            'IP6FWD' and
13297            not 'SRv6' and
13298            not 'IPSEC' and
13299            not 'VHOST'"
13300   parameters:
13301   - "throughput"
13302   - "parent"
13303   - "tags"
13304   sort:
13305   - "IP6BASE"
13306   - "FIB_20k"
13307   - "FIB_200k"
13308   - "FIB_2M"
13309   traces:
13310     hoverinfo: "x+y"
13311     boxpoints: "outliers"
13312     whiskerwidth: 0
13313   layout:
13314     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
13315     layout: "plot-throughput"
13316
13317 -
13318   type: "plot"
13319   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
13320   algorithm: "plot_performance_box"
13321   output-file-type: ".html"
13322   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
13323   data: "plot-vpp-throughput-latency-2n-skx"
13324   filter: "'NIC_Intel-XXV710' and
13325            '78B' and
13326            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
13327            'NDRPDR' and
13328            '4T2C' and
13329            'IP6FWD' and
13330            not 'SRv6' and
13331            not 'IPSEC' and
13332            not 'VHOST'"
13333   parameters:
13334   - "throughput"
13335   - "parent"
13336   - "tags"
13337   sort:
13338   - "IP6BASE"
13339   - "FIB_20k"
13340   - "FIB_200k"
13341   - "FIB_2M"
13342   traces:
13343     hoverinfo: "x+y"
13344     boxpoints: "outliers"
13345     whiskerwidth: 0
13346   layout:
13347     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
13348     layout: "plot-throughput"
13349
13350 # Packet Throughput - VPP IPv6 2n-dnv-x553 base
13351 -
13352   type: "plot"
13353   title: "VPP Throughput: ip6-2n-dnv-x553-78b-1t1c-base-ndr"
13354   algorithm: "plot_performance_box"
13355   output-file-type: ".html"
13356   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-1t1c-base-ndr"
13357   data: "intel-dnv-vpp"
13358   filter: "'NIC_Intel-X553' and
13359            '78B' and
13360            'IP6BASE' and
13361            'NDRPDR' and
13362            '1T1C' and
13363            'IP6FWD' and
13364            not 'SRv6' and
13365            not 'IPSEC' and
13366            not 'VHOST'"
13367   parameters:
13368   - "throughput"
13369   - "parent"
13370   - "tags"
13371   sort:
13372   - "IP6BASE"
13373   traces:
13374     hoverinfo: "x+y"
13375     boxpoints: "outliers"
13376     whiskerwidth: 0
13377   layout:
13378     title: "ip6-2n-dnv-x553-78b-1t1c-base-ndr"
13379     layout: "plot-throughput"
13380
13381 -
13382   type: "plot"
13383   title: "VPP Throughput: ip6-2n-dnv-x553-78b-1t1c-base-pdr"
13384   algorithm: "plot_performance_box"
13385   output-file-type: ".html"
13386   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-1t1c-base-pdr"
13387   data: "intel-dnv-vpp"
13388   filter: "'NIC_Intel-X553' and
13389            '78B' and
13390            'IP6BASE' and
13391            'NDRPDR' and
13392            '1T1C' and
13393            'IP6FWD' and
13394            not 'SRv6' and
13395            not 'IPSEC' and
13396            not 'VHOST'"
13397   parameters:
13398   - "throughput"
13399   - "parent"
13400   - "tags"
13401   sort:
13402   - "IP6BASE"
13403   traces:
13404     hoverinfo: "x+y"
13405     boxpoints: "outliers"
13406     whiskerwidth: 0
13407   layout:
13408     title: "ip6-2n-dnv-x553-78b-1t1c-base-pdr"
13409     layout: "plot-throughput"
13410
13411 -
13412   type: "plot"
13413   title: "VPP Throughput: ip6-2n-dnv-x553-78b-2t2c-base-ndr"
13414   algorithm: "plot_performance_box"
13415   output-file-type: ".html"
13416   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-2t2c-base-ndr"
13417   data: "intel-dnv-vpp"
13418   filter: "'NIC_Intel-X553' and
13419            '78B' and
13420            'IP6BASE' and
13421            'NDRPDR' and
13422            '2T2C' and
13423            'IP6FWD' and
13424            not 'SRv6' and
13425            not 'IPSEC' and
13426            not 'VHOST'"
13427   parameters:
13428   - "throughput"
13429   - "parent"
13430   - "tags"
13431   sort:
13432   - "IP6BASE"
13433   traces:
13434     hoverinfo: "x+y"
13435     boxpoints: "outliers"
13436     whiskerwidth: 0
13437   layout:
13438     title: "ip6-2n-dnv-x553-78b-2t2c-base-ndr"
13439     layout: "plot-throughput"
13440
13441 -
13442   type: "plot"
13443   title: "VPP Throughput: ip6-2n-dnv-x553-78b-2t2c-base-pdr"
13444   algorithm: "plot_performance_box"
13445   output-file-type: ".html"
13446   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-2t2c-base-pdr"
13447   data: "intel-dnv-vpp"
13448   filter: "'NIC_Intel-X553' and
13449            '78B' and
13450            'IP6BASE' and
13451            'NDRPDR' and
13452            '2T2C' and
13453            'IP6FWD' and
13454            not 'SRv6' and
13455            not 'IPSEC' and
13456            not 'VHOST'"
13457   parameters:
13458   - "throughput"
13459   - "parent"
13460   - "tags"
13461   sort:
13462   - "IP6BASE"
13463   traces:
13464     hoverinfo: "x+y"
13465     boxpoints: "outliers"
13466     whiskerwidth: 0
13467   layout:
13468     title: "ip6-2n-dnv-x553-78b-2t2c-base-pdr"
13469     layout: "plot-throughput"
13470
13471 ################################################################################
13472
13473 # Packet Throughput - VPP IPv6 tunnels 3n-hsw-x520
13474 -
13475   type: "plot"
13476   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
13477   algorithm: "plot_performance_box"
13478   output-file-type: ".html"
13479   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
13480   data: "plot-vpp-throughput-latency-3n-hsw"
13481   filter: "'NIC_Intel-X520-DA2' and
13482            '78B' and
13483            'ENCAP' and
13484            'NDRPDR' and
13485            '1T1C' and
13486            'LISP' and
13487            not 'VHOST'"
13488   parameters:
13489   - "throughput"
13490   - "parent"
13491   - "tags"
13492   sort:
13493   - "IP4UNRLAY"
13494   - "IP6UNRLAY"
13495   traces:
13496     hoverinfo: "x+y"
13497     boxpoints: "outliers"
13498     whiskerwidth: 0
13499   layout:
13500     title: "ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
13501     layout: "plot-throughput"
13502
13503 -
13504   type: "plot"
13505   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
13506   algorithm: "plot_performance_box"
13507   output-file-type: ".html"
13508   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
13509   data: "plot-vpp-throughput-latency-3n-hsw"
13510   filter: "'NIC_Intel-X520-DA2' and
13511            '78B' and
13512            'ENCAP' and
13513            'NDRPDR' and
13514            '1T1C' and
13515            'LISP' and
13516            not 'VHOST'"
13517   parameters:
13518   - "throughput"
13519   - "parent"
13520   - "tags"
13521   sort:
13522   - "IP4UNRLAY"
13523   - "IP6UNRLAY"
13524   traces:
13525     hoverinfo: "x+y"
13526     boxpoints: "outliers"
13527     whiskerwidth: 0
13528   layout:
13529     title: "ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
13530     layout: "plot-throughput"
13531
13532 -
13533   type: "plot"
13534   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
13535   algorithm: "plot_performance_box"
13536   output-file-type: ".html"
13537   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
13538   data: "plot-vpp-throughput-latency-3n-hsw"
13539   filter: "'NIC_Intel-X520-DA2' and
13540            '78B' and
13541            'ENCAP' and
13542            'NDRPDR' and
13543            '2T2C' and
13544            'LISP' and
13545            not 'VHOST'"
13546   parameters:
13547   - "throughput"
13548   - "parent"
13549   - "tags"
13550   sort:
13551   - "IP4UNRLAY"
13552   - "IP6UNRLAY"
13553   traces:
13554     hoverinfo: "x+y"
13555     boxpoints: "outliers"
13556     whiskerwidth: 0
13557   layout:
13558     title: "ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
13559     layout: "plot-throughput"
13560
13561 -
13562   type: "plot"
13563   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
13564   algorithm: "plot_performance_box"
13565   output-file-type: ".html"
13566   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
13567   data: "plot-vpp-throughput-latency-3n-hsw"
13568   filter: "'NIC_Intel-X520-DA2' and
13569            '78B' and
13570            'ENCAP' and
13571            'NDRPDR' and
13572            '2T2C' and
13573            'LISP' and
13574            not 'VHOST'"
13575   parameters:
13576   - "throughput"
13577   - "parent"
13578   - "tags"
13579   sort:
13580   - "IP4UNRLAY"
13581   - "IP6UNRLAY"
13582   traces:
13583     hoverinfo: "x+y"
13584     boxpoints: "outliers"
13585     whiskerwidth: 0
13586   layout:
13587     title: "ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
13588     layout: "plot-throughput"
13589
13590 ################################################################################
13591
13592 # Packet Throughput - VPP IPSec 3n-hsw-xl710 base
13593 -
13594   type: "plot"
13595   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
13596   algorithm: "plot_performance_box"
13597   output-file-type: ".html"
13598   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
13599   data: "plot-vpp-throughput-latency-3n-hsw"
13600   filter: "'NIC_Intel-XL710' and
13601            '64B' and
13602            'IP4FWD' and
13603            'NDRPDR' and
13604            'BASE' and
13605            '1T1C' and
13606            'IPSECHW' and
13607            ('IPSECTRAN' or 'IPSECTUN') and
13608            not 'VHOST'"
13609   parameters:
13610   - "throughput"
13611   - "parent"
13612   - "tags"
13613   traces:
13614     hoverinfo: "x+y"
13615     boxpoints: "outliers"
13616     whiskerwidth: 0
13617   layout:
13618     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
13619     layout: "plot-throughput"
13620
13621 -
13622   type: "plot"
13623   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
13624   algorithm: "plot_performance_box"
13625   output-file-type: ".html"
13626   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
13627   data: "plot-vpp-throughput-latency-3n-hsw"
13628   filter: "'NIC_Intel-XL710' and
13629            '64B' and
13630            'IP4FWD' and
13631            'NDRPDR' and
13632            'BASE' and
13633            '1T1C' and
13634            'IPSECHW' and
13635            ('IPSECTRAN' or 'IPSECTUN') and
13636            not 'VHOST'"
13637   parameters:
13638   - "throughput"
13639   - "parent"
13640   - "tags"
13641   traces:
13642     hoverinfo: "x+y"
13643     boxpoints: "outliers"
13644     whiskerwidth: 0
13645   layout:
13646     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
13647     layout: "plot-throughput"
13648
13649 -
13650   type: "plot"
13651   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
13652   algorithm: "plot_performance_box"
13653   output-file-type: ".html"
13654   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
13655   data: "plot-vpp-throughput-latency-3n-hsw"
13656   filter: "'NIC_Intel-XL710' and
13657            '64B' and
13658            'IP4FWD' and
13659            'NDRPDR' and
13660            'BASE' and
13661            '2T2C' and
13662            'IPSECHW' and
13663            ('IPSECTRAN' or 'IPSECTUN') and
13664            not 'VHOST'"
13665   parameters:
13666   - "throughput"
13667   - "parent"
13668   - "tags"
13669   traces:
13670     hoverinfo: "x+y"
13671     boxpoints: "outliers"
13672     whiskerwidth: 0
13673   layout:
13674     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
13675     layout: "plot-throughput"
13676
13677 -
13678   type: "plot"
13679   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
13680   algorithm: "plot_performance_box"
13681   output-file-type: ".html"
13682   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
13683   data: "plot-vpp-throughput-latency-3n-hsw"
13684   filter: "'NIC_Intel-XL710' and
13685            '64B' and
13686            'IP4FWD' and
13687            'NDRPDR' and
13688            'BASE' and
13689            '2T2C' and
13690            'IPSECHW' and
13691            ('IPSECTRAN' or 'IPSECTUN') and
13692            not 'VHOST'"
13693   parameters:
13694   - "throughput"
13695   - "parent"
13696   - "tags"
13697   traces:
13698     hoverinfo: "x+y"
13699     boxpoints: "outliers"
13700     whiskerwidth: 0
13701   layout:
13702     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
13703     layout: "plot-throughput"
13704
13705 # Packet Throughput - VPP IPSec 3n-hsw-xl710 scale
13706 -
13707   type: "plot"
13708   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
13709   algorithm: "plot_performance_box"
13710   output-file-type: ".html"
13711   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
13712   data: "plot-vpp-throughput-latency-3n-hsw"
13713   filter: "'NIC_Intel-XL710' and
13714            '64B' and
13715            'IP4FWD' and
13716            'NDRPDR' and
13717            'SCALE' and
13718            '1T1C' and
13719            'IPSECHW' and
13720            ('IPSECTRAN' or 'IPSECTUN') and
13721            not 'VHOST'"
13722   parameters:
13723   - "throughput"
13724   - "parent"
13725   - "tags"
13726   traces:
13727     hoverinfo: "x+y"
13728     boxpoints: "outliers"
13729     whiskerwidth: 0
13730   layout:
13731     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
13732     layout: "plot-throughput"
13733
13734 -
13735   type: "plot"
13736   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
13737   algorithm: "plot_performance_box"
13738   output-file-type: ".html"
13739   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
13740   data: "plot-vpp-throughput-latency-3n-hsw"
13741   filter: "'NIC_Intel-XL710' and
13742            '64B' and
13743            'IP4FWD' and
13744            'NDRPDR' and
13745            'SCALE' and
13746            '1T1C' and
13747            'IPSECHW' and
13748            ('IPSECTRAN' or 'IPSECTUN') and
13749            not 'VHOST'"
13750   parameters:
13751   - "throughput"
13752   - "parent"
13753   - "tags"
13754   traces:
13755     hoverinfo: "x+y"
13756     boxpoints: "outliers"
13757     whiskerwidth: 0
13758   layout:
13759     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
13760     layout: "plot-throughput"
13761
13762 -
13763   type: "plot"
13764   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
13765   algorithm: "plot_performance_box"
13766   output-file-type: ".html"
13767   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
13768   data: "plot-vpp-throughput-latency-3n-hsw"
13769   filter: "'NIC_Intel-XL710' and
13770            '64B' and
13771            'IP4FWD' and
13772            'NDRPDR' and
13773            'SCALE' and
13774            '2T2C' and
13775            'IPSECHW' and
13776            ('IPSECTRAN' or 'IPSECTUN') and
13777            not 'VHOST'"
13778   parameters:
13779   - "throughput"
13780   - "parent"
13781   - "tags"
13782   traces:
13783     hoverinfo: "x+y"
13784     boxpoints: "outliers"
13785     whiskerwidth: 0
13786   layout:
13787     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
13788     layout: "plot-throughput"
13789
13790 -
13791   type: "plot"
13792   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
13793   algorithm: "plot_performance_box"
13794   output-file-type: ".html"
13795   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
13796   data: "plot-vpp-throughput-latency-3n-hsw"
13797   filter: "'NIC_Intel-XL710' and
13798            '64B' and
13799            'IP4FWD' and
13800            'NDRPDR' and
13801            'SCALE' and
13802            '2T2C' and
13803            'IPSECHW' and
13804            ('IPSECTRAN' or 'IPSECTUN') and
13805            not 'VHOST'"
13806   parameters:
13807   - "throughput"
13808   - "parent"
13809   - "tags"
13810   traces:
13811     hoverinfo: "x+y"
13812     boxpoints: "outliers"
13813     whiskerwidth: 0
13814   layout:
13815     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
13816     layout: "plot-throughput"
13817
13818 # Packet Throughput - VPP IPSec 3n-hsw-xl710 SW
13819 -
13820   type: "plot"
13821   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
13822   algorithm: "plot_performance_box"
13823   output-file-type: ".html"
13824   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
13825   data: "plot-vpp-throughput-latency-3n-hsw"
13826   filter: "'NIC_Intel-XL710' and
13827            '64B' and
13828            'IP4FWD' and
13829            'NDRPDR' and
13830            '1T1C' and
13831            'IPSECSW' and
13832            ('IPSECTRAN' or 'IPSECTUN') and
13833            not 'VHOST'"
13834   parameters:
13835   - "throughput"
13836   - "parent"
13837   - "tags"
13838   traces:
13839     hoverinfo: "x+y"
13840     boxpoints: "outliers"
13841     whiskerwidth: 0
13842   layout:
13843     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
13844     layout: "plot-throughput"
13845
13846 -
13847   type: "plot"
13848   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
13849   algorithm: "plot_performance_box"
13850   output-file-type: ".html"
13851   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
13852   data: "plot-vpp-throughput-latency-3n-hsw"
13853   filter: "'NIC_Intel-XL710' and
13854            '64B' and
13855            'IP4FWD' and
13856            'NDRPDR' and
13857            '1T1C' and
13858            'IPSECSW' and
13859            ('IPSECTRAN' or 'IPSECTUN') and
13860            not 'VHOST'"
13861   parameters:
13862   - "throughput"
13863   - "parent"
13864   - "tags"
13865   traces:
13866     hoverinfo: "x+y"
13867     boxpoints: "outliers"
13868     whiskerwidth: 0
13869   layout:
13870     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
13871     layout: "plot-throughput"
13872
13873 -
13874   type: "plot"
13875   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
13876   algorithm: "plot_performance_box"
13877   output-file-type: ".html"
13878   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
13879   data: "plot-vpp-throughput-latency-3n-hsw"
13880   filter: "'NIC_Intel-XL710' and
13881            '64B' and
13882            'IP4FWD' and
13883            'NDRPDR' and
13884            '2T2C' and
13885            'IPSECSW' and
13886            ('IPSECTRAN' or 'IPSECTUN') and
13887            not 'VHOST'"
13888   parameters:
13889   - "throughput"
13890   - "parent"
13891   - "tags"
13892   traces:
13893     hoverinfo: "x+y"
13894     boxpoints: "outliers"
13895     whiskerwidth: 0
13896   layout:
13897     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
13898     layout: "plot-throughput"
13899
13900 -
13901   type: "plot"
13902   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
13903   algorithm: "plot_performance_box"
13904   output-file-type: ".html"
13905   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
13906   data: "plot-vpp-throughput-latency-3n-hsw"
13907   filter: "'NIC_Intel-XL710' and
13908            '64B' and
13909            'IP4FWD' and
13910            'NDRPDR' and
13911            '2T2C' and
13912            'IPSECSW' and
13913            ('IPSECTRAN' or 'IPSECTUN') and
13914            not 'VHOST'"
13915   parameters:
13916   - "throughput"
13917   - "parent"
13918   - "tags"
13919   traces:
13920     hoverinfo: "x+y"
13921     boxpoints: "outliers"
13922     whiskerwidth: 0
13923   layout:
13924     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
13925     layout: "plot-throughput"
13926
13927 ################################################################################
13928
13929 # Packet Throughput - VPP SRv6 3n-hsw-x520
13930 -
13931   type: "plot"
13932   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-ndr"
13933   algorithm: "plot_performance_box"
13934   output-file-type: ".html"
13935   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr"
13936   data: "plot-vpp-throughput-latency-3n-hsw"
13937   filter: "'NIC_Intel-X520-DA2' and
13938            '78B' and
13939            'FEATURE' and
13940            'NDRPDR' and
13941            '1T1C' and
13942            'IP6FWD' and
13943            'SRv6'"
13944   parameters:
13945   - "throughput"
13946   - "parent"
13947   - "tags"
13948   traces:
13949     hoverinfo: "x+y"
13950     boxpoints: "outliers"
13951     whiskerwidth: 0
13952   layout:
13953     title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
13954     layout: "plot-throughput"
13955
13956 -
13957   type: "plot"
13958   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-pdr"
13959   algorithm: "plot_performance_box"
13960   output-file-type: ".html"
13961   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-pdr"
13962   data: "plot-vpp-throughput-latency-3n-hsw"
13963   filter: "'NIC_Intel-X520-DA2' and
13964            '78B' and
13965            'FEATURE' and
13966            'NDRPDR' and
13967            '1T1C' and
13968            'IP6FWD' and
13969            'SRv6'"
13970   parameters:
13971   - "throughput"
13972   - "parent"
13973   - "tags"
13974   traces:
13975     hoverinfo: "x+y"
13976     boxpoints: "outliers"
13977     whiskerwidth: 0
13978   layout:
13979     title: "srv6-3n-hsw-x520-78b-1t1c-features-pdr"
13980     layout: "plot-throughput"
13981
13982 -
13983   type: "plot"
13984   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-ndr"
13985   algorithm: "plot_performance_box"
13986   output-file-type: ".html"
13987   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr"
13988   data: "plot-vpp-throughput-latency-3n-hsw"
13989   filter: "'NIC_Intel-X520-DA2' and
13990            '78B' and
13991            'FEATURE' and
13992            'NDRPDR' and
13993            '2T2C' and
13994            'IP6FWD' and
13995            'SRv6'"
13996   parameters:
13997   - "throughput"
13998   - "parent"
13999   - "tags"
14000   traces:
14001     hoverinfo: "x+y"
14002     boxpoints: "outliers"
14003     whiskerwidth: 0
14004   layout:
14005     title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
14006     layout: "plot-throughput"
14007
14008 -
14009   type: "plot"
14010   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-pdr"
14011   algorithm: "plot_performance_box"
14012   output-file-type: ".html"
14013   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-pdr"
14014   data: "plot-vpp-throughput-latency-3n-hsw"
14015   filter: "'NIC_Intel-X520-DA2' and
14016            '78B' and
14017            'FEATURE' and
14018            'NDRPDR' and
14019            '2T2C' and
14020            'IP6FWD' and
14021            'SRv6'"
14022   parameters:
14023   - "throughput"
14024   - "parent"
14025   - "tags"
14026   traces:
14027     hoverinfo: "x+y"
14028     boxpoints: "outliers"
14029     whiskerwidth: 0
14030   layout:
14031     title: "srv6-3n-hsw-x520-78b-2t2c-features-pdr"
14032     layout: "plot-throughput"
14033
14034 ################################################################################
14035
14036 # Packet Throughput - VPP vhost ip4 3n-hsw-x520
14037 -
14038   type: "plot"
14039   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
14040   algorithm: "plot_performance_box"
14041   output-file-type: ".html"
14042   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
14043   data: "plot-vpp-throughput-latency-3n-hsw"
14044   filter: "'NIC_Intel-X520-DA2' and
14045            '64B' and
14046            'NDRPDR' and
14047            'ETH' and
14048            'IP4FWD' and
14049            '1T1C' and
14050            'VHOST_1024' and
14051            not 'VXLAN' and
14052            not 'DOT1Q'"
14053   parameters:
14054   - "throughput"
14055   - "parent"
14056   - "tags"
14057   sort:
14058   - "not CFS_OPT"
14059   - "1VM"
14060   - "2VM"
14061   traces:
14062     hoverinfo: "x+y"
14063     boxpoints: "outliers"
14064     whiskerwidth: 0
14065   layout:
14066     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
14067     layout: "plot-throughput"
14068
14069 -
14070   type: "plot"
14071   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
14072   algorithm: "plot_performance_box"
14073   output-file-type: ".html"
14074   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
14075   data: "plot-vpp-throughput-latency-3n-hsw"
14076   filter: "'NIC_Intel-X520-DA2' and
14077            '64B' and
14078            'NDRPDR' and
14079            'ETH' and
14080            'IP4FWD' and
14081            '2T2C' and
14082            'VHOST_1024' and
14083            not 'VXLAN' and
14084            not 'DOT1Q'"
14085   parameters:
14086   - "throughput"
14087   - "parent"
14088   - "tags"
14089   sort:
14090   - "not CFS_OPT"
14091   - "1VM"
14092   - "2VM"
14093   traces:
14094     hoverinfo: "x+y"
14095     boxpoints: "outliers"
14096     whiskerwidth: 0
14097   layout:
14098     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
14099     layout: "plot-throughput"
14100
14101 -
14102   type: "plot"
14103   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
14104   algorithm: "plot_performance_box"
14105   output-file-type: ".html"
14106   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
14107   data: "plot-vpp-throughput-latency-3n-hsw"
14108   filter: "'NIC_Intel-X520-DA2' and
14109            '64B' and
14110            'NDRPDR' and
14111            'ETH' and
14112            'IP4FWD' and
14113            '1T1C' and
14114            'VHOST_1024' and
14115            not 'VXLAN' and
14116            not 'DOT1Q'"
14117   parameters:
14118   - "throughput"
14119   - "parent"
14120   - "tags"
14121   sort:
14122   - "not CFS_OPT"
14123   - "1VM"
14124   - "2VM"
14125   traces:
14126     hoverinfo: "x+y"
14127     boxpoints: "outliers"
14128     whiskerwidth: 0
14129   layout:
14130     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
14131     layout: "plot-throughput"
14132
14133 -
14134   type: "plot"
14135   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
14136   algorithm: "plot_performance_box"
14137   output-file-type: ".html"
14138   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
14139   data: "plot-vpp-throughput-latency-3n-hsw"
14140   filter: "'NIC_Intel-X520-DA2' and
14141            '64B' and
14142            'NDRPDR' and
14143            'ETH' and
14144            'IP4FWD' and
14145            '2T2C' and
14146            'VHOST_1024' and
14147            not 'VXLAN' and
14148            not 'DOT1Q'"
14149   parameters:
14150   - "throughput"
14151   - "parent"
14152   - "tags"
14153   sort:
14154   - "not CFS_OPT"
14155   - "1VM"
14156   - "2VM"
14157   traces:
14158     hoverinfo: "x+y"
14159     boxpoints: "outliers"
14160     whiskerwidth: 0
14161   layout:
14162     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
14163     layout: "plot-throughput"
14164
14165 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520
14166 -
14167   type: "plot"
14168   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
14169   algorithm: "plot_performance_box"
14170   output-file-type: ".html"
14171   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
14172   data: "plot-vpp-throughput-latency-3n-hsw"
14173   filter: "'NIC_Intel-X520-DA2' and
14174            '64B' and
14175            'NDRPDR' and
14176            ('ETH' or 'DOT1Q') and
14177            '1T1C' and
14178            'L2BDMACLRN' and
14179            'VHOST_1024' and
14180            not 'VXLAN' and
14181            not 'IP4FWD' and
14182            not '2VM'"
14183   parameters:
14184   - "throughput"
14185   - "parent"
14186   - "tags"
14187 #  sort:
14188 #  - "VM"  # "not CFS_OPT"
14189 #  - "CFS_OPT"
14190 #  - "FIB_10K"
14191 #  - "FIB_100K"
14192 #  - "FIB_1M"
14193   traces:
14194     hoverinfo: "x+y"
14195     boxpoints: "outliers"
14196     whiskerwidth: 0
14197   layout:
14198     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
14199     layout: "plot-throughput"
14200
14201 -
14202   type: "plot"
14203   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
14204   algorithm: "plot_performance_box"
14205   output-file-type: ".html"
14206   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
14207   data: "plot-vpp-throughput-latency-3n-hsw"
14208   filter: "'NIC_Intel-X520-DA2' and
14209            '64B' and
14210            'NDRPDR' and
14211            ('ETH' or 'DOT1Q') and
14212            '2T2C' and
14213            'L2BDMACLRN' and
14214            'VHOST_1024' and
14215            not 'VXLAN' and
14216            not 'IP4FWD' and
14217            not '2VM'"
14218   parameters:
14219   - "throughput"
14220   - "parent"
14221   - "tags"
14222 #  sort:
14223 #  - "VM"  # "not CFS_OPT"
14224 #  - "CFS_OPT"
14225 #  - "FIB_10K"
14226 #  - "FIB_100K"
14227 #  - "FIB_1M"
14228   traces:
14229     hoverinfo: "x+y"
14230     boxpoints: "outliers"
14231     whiskerwidth: 0
14232   layout:
14233     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
14234     layout: "plot-throughput"
14235
14236 -
14237   type: "plot"
14238   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
14239   algorithm: "plot_performance_box"
14240   output-file-type: ".html"
14241   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
14242   data: "plot-vpp-throughput-latency-3n-hsw"
14243   filter: "'NIC_Intel-X520-DA2' and
14244            '64B' and
14245            'NDRPDR' and
14246            ('ETH' or 'DOT1Q') and
14247            '1T1C' and
14248            'L2BDMACLRN' and
14249            'VHOST_1024' and
14250            not 'VXLAN' and
14251            not 'IP4FWD' and
14252            not '2VM'"
14253   parameters:
14254   - "throughput"
14255   - "parent"
14256   - "tags"
14257 #  sort:
14258 #  - "VM"  # "not CFS_OPT"
14259 #  - "CFS_OPT"
14260 #  - "FIB_10K"
14261 #  - "FIB_100K"
14262 #  - "FIB_1M"
14263   traces:
14264     hoverinfo: "x+y"
14265     boxpoints: "outliers"
14266     whiskerwidth: 0
14267   layout:
14268     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
14269     layout: "plot-throughput"
14270
14271 -
14272   type: "plot"
14273   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
14274   algorithm: "plot_performance_box"
14275   output-file-type: ".html"
14276   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
14277   data: "plot-vpp-throughput-latency-3n-hsw"
14278   filter: "'NIC_Intel-X520-DA2' and
14279            '64B' and
14280            'NDRPDR' and
14281            ('ETH' or 'DOT1Q') and
14282            '2T2C' and
14283            'L2BDMACLRN' and
14284            'VHOST_1024' and
14285            not 'VXLAN' and
14286            not 'IP4FWD' and
14287            not '2VM'"
14288   parameters:
14289   - "throughput"
14290   - "parent"
14291   - "tags"
14292 #  sort:
14293 #  - "VM"  # "not CFS_OPT"
14294 #  - "CFS_OPT"
14295 #  - "FIB_10K"
14296 #  - "FIB_100K"
14297 #  - "FIB_1M"
14298   traces:
14299     hoverinfo: "x+y"
14300     boxpoints: "outliers"
14301     whiskerwidth: 0
14302   layout:
14303     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
14304     layout: "plot-throughput"
14305
14306 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base
14307 -
14308   type: "plot"
14309   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
14310   algorithm: "plot_performance_box"
14311   output-file-type: ".html"
14312   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
14313   data: "plot-vpp-throughput-latency-3n-hsw"
14314   filter: "'NIC_Intel-X520-DA2' and
14315            '64B' and
14316            'NDRPDR' and
14317            ('ETH' or 'DOT1Q') and
14318            'BASE' and
14319            '1T1C' and
14320            ('L2BDMACLRN' or 'L2XCFWD') and
14321            'VHOST_1024' and
14322            not 'VXLAN' and
14323            not 'IP4FWD' and
14324            not '2VM'"
14325   parameters:
14326   - "throughput"
14327   - "parent"
14328   - "tags"
14329 #  sort:
14330 #  - "not CFS_OPT"
14331 #  - "L2XCFWD"
14332 #  - "not CFS_OPT"
14333 #  - "CFS_OPT"
14334   traces:
14335     hoverinfo: "x+y"
14336     boxpoints: "outliers"
14337     whiskerwidth: 0
14338   layout:
14339     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
14340     layout: "plot-throughput"
14341
14342 -
14343   type: "plot"
14344   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-pdr"
14345   algorithm: "plot_performance_box"
14346   output-file-type: ".html"
14347   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-pdr"
14348   data: "plot-vpp-throughput-latency-3n-hsw"
14349   filter: "'NIC_Intel-X520-DA2' and
14350            '64B' and
14351            'NDRPDR' and
14352            ('ETH' or 'DOT1Q') and
14353            'BASE' and
14354            '1T1C' and
14355            ('L2BDMACLRN' or 'L2XCFWD') and
14356            'VHOST_1024' and
14357            not 'VXLAN' and
14358            not 'IP4FWD' and
14359            not '2VM'"
14360   parameters:
14361   - "throughput"
14362   - "parent"
14363   - "tags"
14364 #  sort:
14365 #  - "not CFS_OPT"
14366 #  - "L2XCFWD"
14367 #  - "not CFS_OPT"
14368 #  - "CFS_OPT"
14369   traces:
14370     hoverinfo: "x+y"
14371     boxpoints: "outliers"
14372     whiskerwidth: 0
14373   layout:
14374     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-pdr"
14375     layout: "plot-throughput"
14376
14377 -
14378   type: "plot"
14379   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
14380   algorithm: "plot_performance_box"
14381   output-file-type: ".html"
14382   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
14383   data: "plot-vpp-throughput-latency-3n-hsw"
14384   filter: "'NIC_Intel-X520-DA2' and
14385            '64B' and
14386            'NDRPDR' and
14387            ('ETH' or 'DOT1Q') and
14388            'BASE' and
14389            '2T2C' and
14390            ('L2BDMACLRN' or 'L2XCFWD') and
14391            'VHOST_1024' and
14392            not 'VXLAN' and
14393            not 'IP4FWD' and
14394            not '2VM'"
14395   parameters:
14396   - "throughput"
14397   - "parent"
14398   - "tags"
14399 #  sort:
14400 #  - "not CFS_OPT"
14401 #  - "L2XCFWD"
14402 #  - "not CFS_OPT"
14403 #  - "CFS_OPT"
14404   traces:
14405     hoverinfo: "x+y"
14406     boxpoints: "outliers"
14407     whiskerwidth: 0
14408   layout:
14409     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
14410     layout: "plot-throughput"
14411
14412 -
14413   type: "plot"
14414   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-pdr"
14415   algorithm: "plot_performance_box"
14416   output-file-type: ".html"
14417   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-pdr"
14418   data: "plot-vpp-throughput-latency-3n-hsw"
14419   filter: "'NIC_Intel-X520-DA2' and
14420            '64B' and
14421            'NDRPDR' and
14422            ('ETH' or 'DOT1Q') and
14423            'BASE' and
14424            '2T2C' and
14425            ('L2BDMACLRN' or 'L2XCFWD') and
14426            'VHOST_1024' and
14427            not 'VXLAN' and
14428            not 'IP4FWD' and
14429            not '2VM'"
14430   parameters:
14431   - "throughput"
14432   - "parent"
14433   - "tags"
14434 #  sort:
14435 #  - "not CFS_OPT"
14436 #  - "L2XCFWD"
14437 #  - "not CFS_OPT"
14438 #  - "CFS_OPT"
14439   traces:
14440     hoverinfo: "x+y"
14441     boxpoints: "outliers"
14442     whiskerwidth: 0
14443   layout:
14444     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-pdr"
14445     layout: "plot-throughput"
14446
14447 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base vm
14448 -
14449   type: "plot"
14450   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
14451   algorithm: "plot_performance_box"
14452   output-file-type: ".html"
14453   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
14454   data: "plot-vpp-throughput-latency-3n-hsw"
14455   filter: "'NIC_Intel-X520-DA2' and
14456            '64B' and
14457            'NDRPDR' and
14458            ('ETH' or 'DOT1Q') and
14459            '1T1C' and
14460            ('L2BDMACLRN' or 'L2XCFWD') and
14461            'VHOST_1024' and
14462            not 'CFS_OPT' and
14463            not 'VXLAN' and
14464            not 'IP4FWD' and
14465            not 'LBOND'"
14466   parameters:
14467   - "throughput"
14468   - "parent"
14469   - "tags"
14470 #  sort:
14471 #  - "1VM"
14472 #  - "L2XCFWD"
14473 #  - "1VM"
14474 #  - "L2BDMACLRN"
14475   traces:
14476     hoverinfo: "x+y"
14477     boxpoints: "outliers"
14478     whiskerwidth: 0
14479   layout:
14480     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
14481     layout: "plot-throughput"
14482
14483 -
14484   type: "plot"
14485   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
14486   algorithm: "plot_performance_box"
14487   output-file-type: ".html"
14488   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
14489   data: "plot-vpp-throughput-latency-3n-hsw"
14490   filter: "'NIC_Intel-X520-DA2' and
14491            '64B' and
14492            'NDRPDR' and
14493            ('ETH' or 'DOT1Q') and
14494            '1T1C' and
14495            ('L2BDMACLRN' or 'L2XCFWD') and
14496            'VHOST_1024' and
14497            not 'CFS_OPT' and
14498            not 'VXLAN' and
14499            not 'IP4FWD' and
14500            not 'LBOND'"
14501   parameters:
14502   - "throughput"
14503   - "parent"
14504   - "tags"
14505 #  sort:
14506 #  - "1VM"
14507 #  - "L2XCFWD"
14508 #  - "1VM"
14509 #  - "L2BDMACLRN"
14510   traces:
14511     hoverinfo: "x+y"
14512     boxpoints: "outliers"
14513     whiskerwidth: 0
14514   layout:
14515     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
14516     layout: "plot-throughput"
14517
14518 -
14519   type: "plot"
14520   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
14521   algorithm: "plot_performance_box"
14522   output-file-type: ".html"
14523   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
14524   data: "plot-vpp-throughput-latency-3n-hsw"
14525   filter: "'NIC_Intel-X520-DA2' and
14526            '64B' and
14527            'NDRPDR' and
14528            ('ETH' or 'DOT1Q') and
14529            '2T2C' and
14530            ('L2BDMACLRN' or 'L2XCFWD') and
14531            'VHOST_1024' and
14532            not 'CFS_OPT' and
14533            not 'VXLAN' and
14534            not 'IP4FWD' and
14535            not 'LBOND'"
14536   parameters:
14537   - "throughput"
14538   - "parent"
14539   - "tags"
14540 #  sort:
14541 #  - "1VM"
14542 #  - "L2XCFWD"
14543 #  - "1VM"
14544 #  - "L2BDMACLRN"
14545   traces:
14546     hoverinfo: "x+y"
14547     boxpoints: "outliers"
14548     whiskerwidth: 0
14549   layout:
14550     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
14551     layout: "plot-throughput"
14552
14553 -
14554   type: "plot"
14555   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
14556   algorithm: "plot_performance_box"
14557   output-file-type: ".html"
14558   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
14559   data: "plot-vpp-throughput-latency-3n-hsw"
14560   filter: "'NIC_Intel-X520-DA2' and
14561            '64B' and
14562            'NDRPDR' and
14563            ('ETH' or 'DOT1Q') and
14564            '2T2C' and
14565            ('L2BDMACLRN' or 'L2XCFWD') and
14566            'VHOST_1024' and
14567            not 'CFS_OPT' and
14568            not 'VXLAN' and
14569            not 'IP4FWD' and
14570            not 'LBOND'"
14571   parameters:
14572   - "throughput"
14573   - "parent"
14574   - "tags"
14575 #  sort:
14576 #  - "1VM"
14577 #  - "L2XCFWD"
14578 #  - "1VM"
14579 #  - "L2BDMACLRN"
14580   traces:
14581     hoverinfo: "x+y"
14582     boxpoints: "outliers"
14583     whiskerwidth: 0
14584   layout:
14585     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
14586     layout: "plot-throughput"
14587
14588 # Packet Throughput - VPP vhost ip4 3n-hsw-x710
14589 -
14590   type: "plot"
14591   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
14592   algorithm: "plot_performance_box"
14593   output-file-type: ".html"
14594   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
14595   data: "plot-vpp-throughput-latency-3n-hsw"
14596   filter: "'NIC_Intel-X710' and
14597            '64B' and
14598            'NDRPDR' and
14599            'ETH' and
14600            'IP4FWD' and
14601            '1T1C' and
14602            'VHOST_1024' and
14603            not 'VXLAN' and
14604            not 'DOT1Q'"
14605   parameters:
14606   - "throughput"
14607   - "parent"
14608   - "tags"
14609   sort:
14610   - "not CFS_OPT"
14611   - "1VM"
14612   - "2VM"
14613   traces:
14614     hoverinfo: "x+y"
14615     boxpoints: "outliers"
14616     whiskerwidth: 0
14617   layout:
14618     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
14619     layout: "plot-throughput"
14620
14621 -
14622   type: "plot"
14623   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
14624   algorithm: "plot_performance_box"
14625   output-file-type: ".html"
14626   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
14627   data: "plot-vpp-throughput-latency-3n-hsw"
14628   filter: "'NIC_Intel-X710' and
14629            '64B' and
14630            'NDRPDR' and
14631            'ETH' and
14632            'IP4FWD' and
14633            '2T2C' and
14634            'VHOST_1024' and
14635            not 'VXLAN' and
14636            not 'DOT1Q'"
14637   parameters:
14638   - "throughput"
14639   - "parent"
14640   - "tags"
14641   sort:
14642   - "not CFS_OPT"
14643   - "1VM"
14644   - "2VM"
14645   traces:
14646     hoverinfo: "x+y"
14647     boxpoints: "outliers"
14648     whiskerwidth: 0
14649   layout:
14650     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
14651     layout: "plot-throughput"
14652
14653 -
14654   type: "plot"
14655   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
14656   algorithm: "plot_performance_box"
14657   output-file-type: ".html"
14658   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
14659   data: "plot-vpp-throughput-latency-3n-hsw"
14660   filter: "'NIC_Intel-X710' and
14661            '64B' and
14662            'NDRPDR' and
14663            'ETH' and
14664            'IP4FWD' and
14665            '1T1C' and
14666            'VHOST_1024' and
14667            not 'VXLAN' and
14668            not 'DOT1Q'"
14669   parameters:
14670   - "throughput"
14671   - "parent"
14672   - "tags"
14673   sort:
14674   - "not CFS_OPT"
14675   - "1VM"
14676   - "2VM"
14677   traces:
14678     hoverinfo: "x+y"
14679     boxpoints: "outliers"
14680     whiskerwidth: 0
14681   layout:
14682     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
14683     layout: "plot-throughput"
14684
14685 -
14686   type: "plot"
14687   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
14688   algorithm: "plot_performance_box"
14689   output-file-type: ".html"
14690   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
14691   data: "plot-vpp-throughput-latency-3n-hsw"
14692   filter: "'NIC_Intel-X710' and
14693            '64B' and
14694            'NDRPDR' and
14695            'ETH' and
14696            'IP4FWD' and
14697            '2T2C' and
14698            'VHOST_1024' and
14699            not 'VXLAN' and
14700            not 'DOT1Q'"
14701   parameters:
14702   - "throughput"
14703   - "parent"
14704   - "tags"
14705   sort:
14706   - "not CFS_OPT"
14707   - "1VM"
14708   - "2VM"
14709   traces:
14710     hoverinfo: "x+y"
14711     boxpoints: "outliers"
14712     whiskerwidth: 0
14713   layout:
14714     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
14715     layout: "plot-throughput"
14716
14717 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710
14718 -
14719   type: "plot"
14720   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
14721   algorithm: "plot_performance_box"
14722   output-file-type: ".html"
14723   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
14724   data: "plot-vpp-throughput-latency-3n-hsw"
14725   filter: "'NIC_Intel-X710' and
14726            '64B' and
14727            'NDRPDR' and
14728            ('ETH' or 'DOT1Q') and
14729            '1T1C' and
14730            'L2BDMACLRN' and
14731            'VHOST_1024' and
14732            not 'VXLAN' and
14733            not 'IP4FWD' and
14734            not '2VM'"
14735   parameters:
14736   - "throughput"
14737   - "parent"
14738   - "tags"
14739 #  sort:
14740 #  - "VM"  # "not CFS_OPT"
14741 #  - "CFS_OPT"
14742 #  - "FIB_10K"
14743 #  - "FIB_100K"
14744 #  - "FIB_1M"
14745   traces:
14746     hoverinfo: "x+y"
14747     boxpoints: "outliers"
14748     whiskerwidth: 0
14749   layout:
14750     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
14751     layout: "plot-throughput"
14752
14753 -
14754   type: "plot"
14755   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
14756   algorithm: "plot_performance_box"
14757   output-file-type: ".html"
14758   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
14759   data: "plot-vpp-throughput-latency-3n-hsw"
14760   filter: "'NIC_Intel-X710' and
14761            '64B' and
14762            'NDRPDR' and
14763            ('ETH' or 'DOT1Q') and
14764            '2T2C' and
14765            'L2BDMACLRN' and
14766            'VHOST_1024' and
14767            not 'VXLAN' and
14768            not 'IP4FWD' and
14769            not '2VM'"
14770   parameters:
14771   - "throughput"
14772   - "parent"
14773   - "tags"
14774 #  sort:
14775 #  - "VM"  # "not CFS_OPT"
14776 #  - "CFS_OPT"
14777 #  - "FIB_10K"
14778 #  - "FIB_100K"
14779 #  - "FIB_1M"
14780   traces:
14781     hoverinfo: "x+y"
14782     boxpoints: "outliers"
14783     whiskerwidth: 0
14784   layout:
14785     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
14786     layout: "plot-throughput"
14787
14788 -
14789   type: "plot"
14790   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
14791   algorithm: "plot_performance_box"
14792   output-file-type: ".html"
14793   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
14794   data: "plot-vpp-throughput-latency-3n-hsw"
14795   filter: "'NIC_Intel-X710' and
14796            '64B' and
14797            'NDRPDR' and
14798            ('ETH' or 'DOT1Q') and
14799            '1T1C' and
14800            'L2BDMACLRN' and
14801            'VHOST_1024' and
14802            not 'VXLAN' and
14803            not 'IP4FWD' and
14804            not '2VM'"
14805   parameters:
14806   - "throughput"
14807   - "parent"
14808   - "tags"
14809 #  sort:
14810 #  - "VM"  # "not CFS_OPT"
14811 #  - "CFS_OPT"
14812 #  - "FIB_10K"
14813 #  - "FIB_100K"
14814 #  - "FIB_1M"
14815   traces:
14816     hoverinfo: "x+y"
14817     boxpoints: "outliers"
14818     whiskerwidth: 0
14819   layout:
14820     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
14821     layout: "plot-throughput"
14822
14823 -
14824   type: "plot"
14825   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
14826   algorithm: "plot_performance_box"
14827   output-file-type: ".html"
14828   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
14829   data: "plot-vpp-throughput-latency-3n-hsw"
14830   filter: "'NIC_Intel-X710' and
14831            '64B' and
14832            'NDRPDR' and
14833            ('ETH' or 'DOT1Q') and
14834            '2T2C' and
14835            'L2BDMACLRN' and
14836            'VHOST_1024' and
14837            not 'VXLAN' and
14838            not 'IP4FWD' and
14839            not '2VM'"
14840   parameters:
14841   - "throughput"
14842   - "parent"
14843   - "tags"
14844 #  sort:
14845 #  - "VM"  # "not CFS_OPT"
14846 #  - "CFS_OPT"
14847 #  - "FIB_10K"
14848 #  - "FIB_100K"
14849 #  - "FIB_1M"
14850   traces:
14851     hoverinfo: "x+y"
14852     boxpoints: "outliers"
14853     whiskerwidth: 0
14854   layout:
14855     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
14856     layout: "plot-throughput"
14857
14858 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base
14859 -
14860   type: "plot"
14861   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
14862   algorithm: "plot_performance_box"
14863   output-file-type: ".html"
14864   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
14865   data: "plot-vpp-throughput-latency-3n-hsw"
14866   filter: "'NIC_Intel-X710' and
14867            '64B' and
14868            'NDRPDR' and
14869            ('ETH' or 'DOT1Q') and
14870            'BASE' and
14871            '1T1C' and
14872            ('L2BDMACLRN' or 'L2XCFWD') and
14873            'VHOST_1024' and
14874            not 'VXLAN' and
14875            not 'IP4FWD' and
14876            not '2VM'"
14877   parameters:
14878   - "throughput"
14879   - "parent"
14880   - "tags"
14881 #  sort:
14882 #  - "not CFS_OPT"
14883 #  - "L2XCFWD"
14884 #  - "not CFS_OPT"
14885 #  - "CFS_OPT"
14886   traces:
14887     hoverinfo: "x+y"
14888     boxpoints: "outliers"
14889     whiskerwidth: 0
14890   layout:
14891     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
14892     layout: "plot-throughput"
14893
14894 -
14895   type: "plot"
14896   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-pdr"
14897   algorithm: "plot_performance_box"
14898   output-file-type: ".html"
14899   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-pdr"
14900   data: "plot-vpp-throughput-latency-3n-hsw"
14901   filter: "'NIC_Intel-X710' and
14902            '64B' and
14903            'NDRPDR' and
14904            ('ETH' or 'DOT1Q') and
14905            'BASE' and
14906            '1T1C' and
14907            ('L2BDMACLRN' or 'L2XCFWD') and
14908            'VHOST_1024' and
14909            not 'VXLAN' and
14910            not 'IP4FWD' and
14911            not '2VM'"
14912   parameters:
14913   - "throughput"
14914   - "parent"
14915   - "tags"
14916 #  sort:
14917 #  - "not CFS_OPT"
14918 #  - "L2XCFWD"
14919 #  - "not CFS_OPT"
14920 #  - "CFS_OPT"
14921   traces:
14922     hoverinfo: "x+y"
14923     boxpoints: "outliers"
14924     whiskerwidth: 0
14925   layout:
14926     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-pdr"
14927     layout: "plot-throughput"
14928
14929 -
14930   type: "plot"
14931   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
14932   algorithm: "plot_performance_box"
14933   output-file-type: ".html"
14934   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
14935   data: "plot-vpp-throughput-latency-3n-hsw"
14936   filter: "'NIC_Intel-X710' and
14937            '64B' and
14938            'NDRPDR' and
14939            ('ETH' or 'DOT1Q') and
14940            'BASE' and
14941            '2T2C' and
14942            ('L2BDMACLRN' or 'L2XCFWD') and
14943            'VHOST_1024' and
14944            not 'VXLAN' and
14945            not 'IP4FWD' and
14946            not '2VM'"
14947   parameters:
14948   - "throughput"
14949   - "parent"
14950   - "tags"
14951 #  sort:
14952 #  - "not CFS_OPT"
14953 #  - "L2XCFWD"
14954 #  - "not CFS_OPT"
14955 #  - "CFS_OPT"
14956   traces:
14957     hoverinfo: "x+y"
14958     boxpoints: "outliers"
14959     whiskerwidth: 0
14960   layout:
14961     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
14962     layout: "plot-throughput"
14963
14964 -
14965   type: "plot"
14966   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-pdr"
14967   algorithm: "plot_performance_box"
14968   output-file-type: ".html"
14969   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-pdr"
14970   data: "plot-vpp-throughput-latency-3n-hsw"
14971   filter: "'NIC_Intel-X710' and
14972            '64B' and
14973            'NDRPDR' and
14974            ('ETH' or 'DOT1Q') and
14975            'BASE' and
14976            '2T2C' and
14977            ('L2BDMACLRN' or 'L2XCFWD') and
14978            'VHOST_1024' and
14979            not 'VXLAN' and
14980            not 'IP4FWD' and
14981            not '2VM'"
14982   parameters:
14983   - "throughput"
14984   - "parent"
14985   - "tags"
14986 #  sort:
14987 #  - "not CFS_OPT"
14988 #  - "L2XCFWD"
14989 #  - "not CFS_OPT"
14990 #  - "CFS_OPT"
14991   traces:
14992     hoverinfo: "x+y"
14993     boxpoints: "outliers"
14994     whiskerwidth: 0
14995   layout:
14996     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-pdr"
14997     layout: "plot-throughput"
14998
14999 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base vm
15000 -
15001   type: "plot"
15002   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
15003   algorithm: "plot_performance_box"
15004   output-file-type: ".html"
15005   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
15006   data: "plot-vpp-throughput-latency-3n-hsw"
15007   filter: "'NIC_Intel-X710' and
15008            '64B' and
15009            'NDRPDR' and
15010            ('ETH' or 'DOT1Q') and
15011            '1T1C' and
15012            ('L2BDMACLRN' or 'L2XCFWD') and
15013            'VHOST_1024' and
15014            not 'CFS_OPT' and
15015            not 'VXLAN' and
15016            not 'IP4FWD' and
15017            not 'LBOND'"
15018   parameters:
15019   - "throughput"
15020   - "parent"
15021   - "tags"
15022 #  sort:
15023 #  - "1VM"
15024 #  - "L2XCFWD"
15025 #  - "1VM"
15026 #  - "L2BDMACLRN"
15027   traces:
15028     hoverinfo: "x+y"
15029     boxpoints: "outliers"
15030     whiskerwidth: 0
15031   layout:
15032     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
15033     layout: "plot-throughput"
15034
15035 -
15036   type: "plot"
15037   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-pdr"
15038   algorithm: "plot_performance_box"
15039   output-file-type: ".html"
15040   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-pdr"
15041   data: "plot-vpp-throughput-latency-3n-hsw"
15042   filter: "'NIC_Intel-X710' and
15043            '64B' and
15044            'NDRPDR' and
15045            ('ETH' or 'DOT1Q') and
15046            '1T1C' and
15047            ('L2BDMACLRN' or 'L2XCFWD') and
15048            'VHOST_1024' and
15049            not 'CFS_OPT' and
15050            not 'VXLAN' and
15051            not 'IP4FWD' and
15052            not 'LBOND'"
15053   parameters:
15054   - "throughput"
15055   - "parent"
15056   - "tags"
15057 #  sort:
15058 #  - "1VM"
15059 #  - "L2XCFWD"
15060 #  - "1VM"
15061 #  - "L2BDMACLRN"
15062   traces:
15063     hoverinfo: "x+y"
15064     boxpoints: "outliers"
15065     whiskerwidth: 0
15066   layout:
15067     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-pdr"
15068     layout: "plot-throughput"
15069
15070 -
15071   type: "plot"
15072   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
15073   algorithm: "plot_performance_box"
15074   output-file-type: ".html"
15075   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
15076   data: "plot-vpp-throughput-latency-3n-hsw"
15077   filter: "'NIC_Intel-X710' and
15078            '64B' and
15079            'NDRPDR' and
15080            ('ETH' or 'DOT1Q') and
15081            '2T2C' and
15082            ('L2BDMACLRN' or 'L2XCFWD') and
15083            'VHOST_1024' and
15084            not 'CFS_OPT' and
15085            not 'VXLAN' and
15086            not 'IP4FWD' and
15087            not 'LBOND'"
15088   parameters:
15089   - "throughput"
15090   - "parent"
15091   - "tags"
15092 #  sort:
15093 #  - "1VM"
15094 #  - "L2XCFWD"
15095 #  - "1VM"
15096 #  - "L2BDMACLRN"
15097   traces:
15098     hoverinfo: "x+y"
15099     boxpoints: "outliers"
15100     whiskerwidth: 0
15101   layout:
15102     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
15103     layout: "plot-throughput"
15104
15105 -
15106   type: "plot"
15107   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-pdr"
15108   algorithm: "plot_performance_box"
15109   output-file-type: ".html"
15110   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-pdr"
15111   data: "plot-vpp-throughput-latency-3n-hsw"
15112   filter: "'NIC_Intel-X710' and
15113            '64B' and
15114            'NDRPDR' and
15115            ('ETH' or 'DOT1Q') and
15116            '2T2C' and
15117            ('L2BDMACLRN' or 'L2XCFWD') and
15118            'VHOST_1024' and
15119            not 'CFS_OPT' and
15120            not 'VXLAN' and
15121            not 'IP4FWD' and
15122            not 'LBOND'"
15123   parameters:
15124   - "throughput"
15125   - "parent"
15126   - "tags"
15127 #  sort:
15128 #  - "1VM"
15129 #  - "L2XCFWD"
15130 #  - "1VM"
15131 #  - "L2BDMACLRN"
15132   traces:
15133     hoverinfo: "x+y"
15134     boxpoints: "outliers"
15135     whiskerwidth: 0
15136   layout:
15137     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-pdr"
15138     layout: "plot-throughput"
15139
15140 # Packet Throughput - VPP vhost ip4 3n-hsw-xl710
15141 -
15142   type: "plot"
15143   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
15144   algorithm: "plot_performance_box"
15145   output-file-type: ".html"
15146   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
15147   data: "plot-vpp-throughput-latency-3n-hsw"
15148   filter: "'NIC_Intel-XL710' and
15149            '64B' and
15150            'NDRPDR' and
15151            'ETH' and
15152            'IP4FWD' and
15153            '1T1C' and
15154            'VHOST_1024' and
15155            not 'VXLAN' and
15156            not 'DOT1Q'"
15157   parameters:
15158   - "throughput"
15159   - "parent"
15160   - "tags"
15161   sort:
15162   - "not CFS_OPT"
15163   - "1VM"
15164   - "2VM"
15165   traces:
15166     hoverinfo: "x+y"
15167     boxpoints: "outliers"
15168     whiskerwidth: 0
15169   layout:
15170     title: "vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
15171     layout: "plot-throughput"
15172
15173 -
15174   type: "plot"
15175   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
15176   algorithm: "plot_performance_box"
15177   output-file-type: ".html"
15178   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
15179   data: "plot-vpp-throughput-latency-3n-hsw"
15180   filter: "'NIC_Intel-XL710' and
15181            '64B' and
15182            'NDRPDR' and
15183            'ETH' and
15184            'IP4FWD' and
15185            '2T2C' and
15186            'VHOST_1024' and
15187            not 'VXLAN' and
15188            not 'DOT1Q'"
15189   parameters:
15190   - "throughput"
15191   - "parent"
15192   - "tags"
15193   sort:
15194   - "not CFS_OPT"
15195   - "1VM"
15196   - "2VM"
15197   traces:
15198     hoverinfo: "x+y"
15199     boxpoints: "outliers"
15200     whiskerwidth: 0
15201   layout:
15202     title: "vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
15203     layout: "plot-throughput"
15204
15205 -
15206   type: "plot"
15207   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
15208   algorithm: "plot_performance_box"
15209   output-file-type: ".html"
15210   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
15211   data: "plot-vpp-throughput-latency-3n-hsw"
15212   filter: "'NIC_Intel-XL710' and
15213            '64B' and
15214            'NDRPDR' and
15215            'ETH' and
15216            'IP4FWD' and
15217            '1T1C' and
15218            'VHOST_1024' and
15219            not 'VXLAN' and
15220            not 'DOT1Q'"
15221   parameters:
15222   - "throughput"
15223   - "parent"
15224   - "tags"
15225   sort:
15226   - "not CFS_OPT"
15227   - "1VM"
15228   - "2VM"
15229   traces:
15230     hoverinfo: "x+y"
15231     boxpoints: "outliers"
15232     whiskerwidth: 0
15233   layout:
15234     title: "vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
15235     layout: "plot-throughput"
15236
15237 -
15238   type: "plot"
15239   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
15240   algorithm: "plot_performance_box"
15241   output-file-type: ".html"
15242   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
15243   data: "plot-vpp-throughput-latency-3n-hsw"
15244   filter: "'NIC_Intel-XL710' and
15245            '64B' and
15246            'NDRPDR' and
15247            'ETH' and
15248            'IP4FWD' and
15249            '2T2C' and
15250            'VHOST_1024' and
15251            not 'VXLAN' and
15252            not 'DOT1Q'"
15253   parameters:
15254   - "throughput"
15255   - "parent"
15256   - "tags"
15257   sort:
15258   - "not CFS_OPT"
15259   - "1VM"
15260   - "2VM"
15261   traces:
15262     hoverinfo: "x+y"
15263     boxpoints: "outliers"
15264     whiskerwidth: 0
15265   layout:
15266     title: "vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
15267     layout: "plot-throughput"
15268
15269 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710
15270 -
15271   type: "plot"
15272   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
15273   algorithm: "plot_performance_box"
15274   output-file-type: ".html"
15275   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
15276   data: "plot-vpp-throughput-latency-3n-hsw"
15277   filter: "'NIC_Intel-XL710' and
15278            '64B' and
15279            'NDRPDR' and
15280            ('ETH' or 'DOT1Q') and
15281            '1T1C' and
15282            'L2BDMACLRN' and
15283            'VHOST_1024' and
15284            not 'VXLAN' and
15285            not 'IP4FWD' and
15286            not '2VM'"
15287   parameters:
15288   - "throughput"
15289   - "parent"
15290   - "tags"
15291 #  sort:
15292 #  - "VM"  # "not CFS_OPT"
15293 #  - "CFS_OPT"
15294 #  - "FIB_10K"
15295 #  - "FIB_100K"
15296 #  - "FIB_1M"
15297   traces:
15298     hoverinfo: "x+y"
15299     boxpoints: "outliers"
15300     whiskerwidth: 0
15301   layout:
15302     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
15303     layout: "plot-throughput"
15304
15305 -
15306   type: "plot"
15307   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
15308   algorithm: "plot_performance_box"
15309   output-file-type: ".html"
15310   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
15311   data: "plot-vpp-throughput-latency-3n-hsw"
15312   filter: "'NIC_Intel-XL710' and
15313            '64B' and
15314            'NDRPDR' and
15315            ('ETH' or 'DOT1Q') and
15316            '2T2C' and
15317            'L2BDMACLRN' and
15318            'VHOST_1024' and
15319            not 'VXLAN' and
15320            not 'IP4FWD' and
15321            not '2VM'"
15322   parameters:
15323   - "throughput"
15324   - "parent"
15325   - "tags"
15326 #  sort:
15327 #  - "VM"  # "not CFS_OPT"
15328 #  - "CFS_OPT"
15329 #  - "FIB_10K"
15330 #  - "FIB_100K"
15331 #  - "FIB_1M"
15332   traces:
15333     hoverinfo: "x+y"
15334     boxpoints: "outliers"
15335     whiskerwidth: 0
15336   layout:
15337     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
15338     layout: "plot-throughput"
15339
15340 -
15341   type: "plot"
15342   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
15343   algorithm: "plot_performance_box"
15344   output-file-type: ".html"
15345   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
15346   data: "plot-vpp-throughput-latency-3n-hsw"
15347   filter: "'NIC_Intel-XL710' and
15348            '64B' and
15349            'NDRPDR' and
15350            ('ETH' or 'DOT1Q') and
15351            '1T1C' and
15352            'L2BDMACLRN' and
15353            'VHOST_1024' and
15354            not 'VXLAN' and
15355            not 'IP4FWD' and
15356            not '2VM'"
15357   parameters:
15358   - "throughput"
15359   - "parent"
15360   - "tags"
15361 #  sort:
15362 #  - "VM"  # "not CFS_OPT"
15363 #  - "CFS_OPT"
15364 #  - "FIB_10K"
15365 #  - "FIB_100K"
15366 #  - "FIB_1M"
15367   traces:
15368     hoverinfo: "x+y"
15369     boxpoints: "outliers"
15370     whiskerwidth: 0
15371   layout:
15372     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
15373     layout: "plot-throughput"
15374
15375 -
15376   type: "plot"
15377   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
15378   algorithm: "plot_performance_box"
15379   output-file-type: ".html"
15380   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
15381   data: "plot-vpp-throughput-latency-3n-hsw"
15382   filter: "'NIC_Intel-XL710' and
15383            '64B' and
15384            'NDRPDR' and
15385            ('ETH' or 'DOT1Q') and
15386            '2T2C' and
15387            'L2BDMACLRN' and
15388            'VHOST_1024' and
15389            not 'VXLAN' and
15390            not 'IP4FWD' and
15391            not '2VM'"
15392   parameters:
15393   - "throughput"
15394   - "parent"
15395   - "tags"
15396 #  sort:
15397 #  - "VM"  # "not CFS_OPT"
15398 #  - "CFS_OPT"
15399 #  - "FIB_10K"
15400 #  - "FIB_100K"
15401 #  - "FIB_1M"
15402   traces:
15403     hoverinfo: "x+y"
15404     boxpoints: "outliers"
15405     whiskerwidth: 0
15406   layout:
15407     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
15408     layout: "plot-throughput"
15409
15410 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710 - base
15411 -
15412   type: "plot"
15413   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
15414   algorithm: "plot_performance_box"
15415   output-file-type: ".html"
15416   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
15417   data: "plot-vpp-throughput-latency-3n-hsw"
15418   filter: "'NIC_Intel-XL710' and
15419            '64B' and
15420            'NDRPDR' and
15421            ('ETH' or 'DOT1Q') and
15422            'BASE' and
15423            '1T1C' and
15424            ('L2BDMACLRN' or 'L2XCFWD') and
15425            'VHOST_1024' and
15426            not 'VXLAN' and
15427            not 'IP4FWD' and
15428            not '2VM'"
15429   parameters:
15430   - "throughput"
15431   - "parent"
15432   - "tags"
15433 #  sort:
15434 #  - "not CFS_OPT"
15435 #  - "L2XCFWD"
15436 #  - "not CFS_OPT"
15437 #  - "CFS_OPT"
15438   traces:
15439     hoverinfo: "x+y"
15440     boxpoints: "outliers"
15441     whiskerwidth: 0
15442   layout:
15443     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
15444     layout: "plot-throughput"
15445
15446 -
15447   type: "plot"
15448   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
15449   algorithm: "plot_performance_box"
15450   output-file-type: ".html"
15451   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
15452   data: "plot-vpp-throughput-latency-3n-hsw"
15453   filter: "'NIC_Intel-XL710' and
15454            '64B' and
15455            'NDRPDR' and
15456            ('ETH' or 'DOT1Q') and
15457            'BASE' and
15458            '1T1C' and
15459            ('L2BDMACLRN' or 'L2XCFWD') and
15460            'VHOST_1024' and
15461            not 'VXLAN' and
15462            not 'IP4FWD' and
15463            not '2VM'"
15464   parameters:
15465   - "throughput"
15466   - "parent"
15467   - "tags"
15468 #  sort:
15469 #  - "not CFS_OPT"
15470 #  - "L2XCFWD"
15471 #  - "not CFS_OPT"
15472 #  - "CFS_OPT"
15473   traces:
15474     hoverinfo: "x+y"
15475     boxpoints: "outliers"
15476     whiskerwidth: 0
15477   layout:
15478     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
15479     layout: "plot-throughput"
15480
15481 -
15482   type: "plot"
15483   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
15484   algorithm: "plot_performance_box"
15485   output-file-type: ".html"
15486   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
15487   data: "plot-vpp-throughput-latency-3n-hsw"
15488   filter: "'NIC_Intel-XL710' and
15489            '64B' and
15490            'NDRPDR' and
15491            ('ETH' or 'DOT1Q') and
15492            'BASE' and
15493            '2T2C' and
15494            ('L2BDMACLRN' or 'L2XCFWD') and
15495            'VHOST_1024' and
15496            not 'VXLAN' and
15497            not 'IP4FWD' and
15498            not '2VM'"
15499   parameters:
15500   - "throughput"
15501   - "parent"
15502   - "tags"
15503 #  sort:
15504 #  - "not CFS_OPT"
15505 #  - "L2XCFWD"
15506 #  - "not CFS_OPT"
15507 #  - "CFS_OPT"
15508   traces:
15509     hoverinfo: "x+y"
15510     boxpoints: "outliers"
15511     whiskerwidth: 0
15512   layout:
15513     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
15514     layout: "plot-throughput"
15515
15516 -
15517   type: "plot"
15518   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
15519   algorithm: "plot_performance_box"
15520   output-file-type: ".html"
15521   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
15522   data: "plot-vpp-throughput-latency-3n-hsw"
15523   filter: "'NIC_Intel-XL710' and
15524            '64B' and
15525            'NDRPDR' and
15526            ('ETH' or 'DOT1Q') and
15527            'BASE' and
15528            '2T2C' and
15529            ('L2BDMACLRN' or 'L2XCFWD') and
15530            'VHOST_1024' and
15531            not 'VXLAN' and
15532            not 'IP4FWD' and
15533            not '2VM'"
15534   parameters:
15535   - "throughput"
15536   - "parent"
15537   - "tags"
15538 #  sort:
15539 #  - "not CFS_OPT"
15540 #  - "L2XCFWD"
15541 #  - "not CFS_OPT"
15542 #  - "CFS_OPT"
15543   traces:
15544     hoverinfo: "x+y"
15545     boxpoints: "outliers"
15546     whiskerwidth: 0
15547   layout:
15548     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
15549     layout: "plot-throughput"
15550
15551 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710 - base vm
15552 -
15553   type: "plot"
15554   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
15555   algorithm: "plot_performance_box"
15556   output-file-type: ".html"
15557   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
15558   data: "plot-vpp-throughput-latency-3n-hsw"
15559   filter: "'NIC_Intel-XL710' and
15560            '64B' and
15561            'NDRPDR' and
15562            ('ETH' or 'DOT1Q') and
15563            '1T1C' and
15564            ('L2BDMACLRN' or 'L2XCFWD') and
15565            'VHOST_1024' and
15566            not 'CFS_OPT' and
15567            not 'VXLAN' and
15568            not 'IP4FWD'"
15569   parameters:
15570   - "throughput"
15571   - "parent"
15572   - "tags"
15573 #  sort:
15574 #  - "1VM"
15575 #  - "L2XCFWD"
15576 #  - "1VM"
15577 #  - "L2BDMACLRN"
15578   traces:
15579     hoverinfo: "x+y"
15580     boxpoints: "outliers"
15581     whiskerwidth: 0
15582   layout:
15583     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
15584     layout: "plot-throughput"
15585
15586 -
15587   type: "plot"
15588   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-pdr"
15589   algorithm: "plot_performance_box"
15590   output-file-type: ".html"
15591   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-pdr"
15592   data: "plot-vpp-throughput-latency-3n-hsw"
15593   filter: "'NIC_Intel-XL710' and
15594            '64B' and
15595            'NDRPDR' and
15596            ('ETH' or 'DOT1Q') and
15597            '1T1C' and
15598            ('L2BDMACLRN' or 'L2XCFWD') and
15599            'VHOST_1024' and
15600            not 'CFS_OPT' and
15601            not 'VXLAN' and
15602            not 'IP4FWD'"
15603   parameters:
15604   - "throughput"
15605   - "parent"
15606   - "tags"
15607 #  sort:
15608 #  - "1VM"
15609 #  - "L2XCFWD"
15610 #  - "1VM"
15611 #  - "L2BDMACLRN"
15612   traces:
15613     hoverinfo: "x+y"
15614     boxpoints: "outliers"
15615     whiskerwidth: 0
15616   layout:
15617     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-pdr"
15618     layout: "plot-throughput"
15619
15620 -
15621   type: "plot"
15622   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
15623   algorithm: "plot_performance_box"
15624   output-file-type: ".html"
15625   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
15626   data: "plot-vpp-throughput-latency-3n-hsw"
15627   filter: "'NIC_Intel-XL710' and
15628            '64B' and
15629            'NDRPDR' and
15630            ('ETH' or 'DOT1Q') and
15631            '2T2C' and
15632            ('L2BDMACLRN' or 'L2XCFWD') and
15633            'VHOST_1024' and
15634            not 'CFS_OPT' and
15635            not 'VXLAN' and
15636            not 'IP4FWD'"
15637   parameters:
15638   - "throughput"
15639   - "parent"
15640   - "tags"
15641 #  sort:
15642 #  - "1VM"
15643 #  - "L2XCFWD"
15644 #  - "1VM"
15645 #  - "L2BDMACLRN"
15646   traces:
15647     hoverinfo: "x+y"
15648     boxpoints: "outliers"
15649     whiskerwidth: 0
15650   layout:
15651     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
15652     layout: "plot-throughput"
15653
15654 -
15655   type: "plot"
15656   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-pdr"
15657   algorithm: "plot_performance_box"
15658   output-file-type: ".html"
15659   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-pdr"
15660   data: "plot-vpp-throughput-latency-3n-hsw"
15661   filter: "'NIC_Intel-XL710' and
15662            '64B' and
15663            'NDRPDR' and
15664            ('ETH' or 'DOT1Q') and
15665            '2T2C' and
15666            ('L2BDMACLRN' or 'L2XCFWD') and
15667            'VHOST_1024' and
15668            not 'CFS_OPT' and
15669            not 'VXLAN' and
15670            not 'IP4FWD'"
15671   parameters:
15672   - "throughput"
15673   - "parent"
15674   - "tags"
15675 #  sort:
15676 #  - "1VM"
15677 #  - "L2XCFWD"
15678 #  - "1VM"
15679 #  - "L2BDMACLRN"
15680   traces:
15681     hoverinfo: "x+y"
15682     boxpoints: "outliers"
15683     whiskerwidth: 0
15684   layout:
15685     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-pdr"
15686     layout: "plot-throughput"
15687
15688 # Packet Throughput - VPP vhost ip4 3n-skx-x710
15689 -
15690   type: "plot"
15691   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15692   algorithm: "plot_performance_box"
15693   output-file-type: ".html"
15694   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15695   data: "plot-vpp-throughput-latency-3n-skx"
15696   filter: "'NIC_Intel-X710' and
15697            '64B' and
15698            'NDRPDR' and
15699            'ETH' and
15700            'IP4FWD' and
15701            '2T1C' and
15702            'VHOST_1024' and
15703            not 'VXLAN' and
15704            not 'DOT1Q'"
15705   parameters:
15706   - "throughput"
15707   - "parent"
15708   - "tags"
15709   sort:
15710   - "not CFS_OPT"
15711   - "1VM"
15712   - "2VM"
15713   traces:
15714     hoverinfo: "x+y"
15715     boxpoints: "outliers"
15716     whiskerwidth: 0
15717   layout:
15718     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15719     layout: "plot-throughput"
15720
15721 -
15722   type: "plot"
15723   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15724   algorithm: "plot_performance_box"
15725   output-file-type: ".html"
15726   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15727   data: "plot-vpp-throughput-latency-3n-skx"
15728   filter: "'NIC_Intel-X710' and
15729            '64B' and
15730            'NDRPDR' and
15731            'ETH' and
15732            'IP4FWD' and
15733            '4T2C' and
15734            'VHOST_1024' and
15735            not 'VXLAN' and
15736            not 'DOT1Q'"
15737   parameters:
15738   - "throughput"
15739   - "parent"
15740   - "tags"
15741   sort:
15742   - "not CFS_OPT"
15743   - "1VM"
15744   - "2VM"
15745   traces:
15746     hoverinfo: "x+y"
15747     boxpoints: "outliers"
15748     whiskerwidth: 0
15749   layout:
15750     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15751     layout: "plot-throughput"
15752
15753 -
15754   type: "plot"
15755   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15756   algorithm: "plot_performance_box"
15757   output-file-type: ".html"
15758   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15759   data: "plot-vpp-throughput-latency-3n-skx"
15760   filter: "'NIC_Intel-X710' and
15761            '64B' and
15762            'NDRPDR' and
15763            'ETH' and
15764            'IP4FWD' and
15765            '2T1C' and
15766            'VHOST_1024' and
15767            not 'VXLAN' and
15768            not 'DOT1Q'"
15769   parameters:
15770   - "throughput"
15771   - "parent"
15772   - "tags"
15773   sort:
15774   - "not CFS_OPT"
15775   - "1VM"
15776   - "2VM"
15777   traces:
15778     hoverinfo: "x+y"
15779     boxpoints: "outliers"
15780     whiskerwidth: 0
15781   layout:
15782     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15783     layout: "plot-throughput"
15784
15785 -
15786   type: "plot"
15787   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15788   algorithm: "plot_performance_box"
15789   output-file-type: ".html"
15790   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15791   data: "plot-vpp-throughput-latency-3n-skx"
15792   filter: "'NIC_Intel-X710' and
15793            '64B' and
15794            'NDRPDR' and
15795            'ETH' and
15796            'IP4FWD' and
15797            '4T2C' and
15798            'VHOST_1024' and
15799            not 'VXLAN' and
15800            not 'DOT1Q'"
15801   parameters:
15802   - "throughput"
15803   - "parent"
15804   - "tags"
15805   sort:
15806   - "not CFS_OPT"
15807   - "1VM"
15808   - "2VM"
15809   traces:
15810     hoverinfo: "x+y"
15811     boxpoints: "outliers"
15812     whiskerwidth: 0
15813   layout:
15814     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15815     layout: "plot-throughput"
15816
15817 # Packet Throughput - VPP vhost l2sw 3n-skx-x710
15818 -
15819   type: "plot"
15820   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15821   algorithm: "plot_performance_box"
15822   output-file-type: ".html"
15823   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15824   data: "plot-vpp-throughput-latency-3n-skx"
15825   filter: "'NIC_Intel-X710' and
15826            '64B' and
15827            'NDRPDR' and
15828            ('ETH' or 'DOT1Q') and
15829            '2T1C' and
15830            'L2BDMACLRN' and
15831            'VHOST_1024' and
15832            not 'VXLAN' and
15833            not 'IP4FWD' and
15834            not '2VM'"
15835   parameters:
15836   - "throughput"
15837   - "parent"
15838   - "tags"
15839 #  sort:
15840 #  - "VM"  # "not CFS_OPT"
15841 #  - "CFS_OPT"
15842 #  - "FIB_10K"
15843 #  - "FIB_100K"
15844 #  - "FIB_1M"
15845   traces:
15846     hoverinfo: "x+y"
15847     boxpoints: "outliers"
15848     whiskerwidth: 0
15849   layout:
15850     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15851     layout: "plot-throughput"
15852
15853 -
15854   type: "plot"
15855   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15856   algorithm: "plot_performance_box"
15857   output-file-type: ".html"
15858   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15859   data: "plot-vpp-throughput-latency-3n-skx"
15860   filter: "'NIC_Intel-X710' and
15861            '64B' and
15862            'NDRPDR' and
15863            ('ETH' or 'DOT1Q') and
15864            '4T2C' and
15865            'L2BDMACLRN' and
15866            'VHOST_1024' and
15867            not 'VXLAN' and
15868            not 'IP4FWD' and
15869            not '2VM'"
15870   parameters:
15871   - "throughput"
15872   - "parent"
15873   - "tags"
15874 #  sort:
15875 #  - "VM"  # "not CFS_OPT"
15876 #  - "CFS_OPT"
15877 #  - "FIB_10K"
15878 #  - "FIB_100K"
15879 #  - "FIB_1M"
15880   traces:
15881     hoverinfo: "x+y"
15882     boxpoints: "outliers"
15883     whiskerwidth: 0
15884   layout:
15885     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15886     layout: "plot-throughput"
15887
15888 -
15889   type: "plot"
15890   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15891   algorithm: "plot_performance_box"
15892   output-file-type: ".html"
15893   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15894   data: "plot-vpp-throughput-latency-3n-skx"
15895   filter: "'NIC_Intel-X710' and
15896            '64B' and
15897            'NDRPDR' and
15898            ('ETH' or 'DOT1Q') and
15899            '2T1C' and
15900            'L2BDMACLRN' and
15901            'VHOST_1024' and
15902            not 'VXLAN' and
15903            not 'IP4FWD' and
15904            not '2VM'"
15905   parameters:
15906   - "throughput"
15907   - "parent"
15908   - "tags"
15909 #  sort:
15910 #  - "VM"  # "not CFS_OPT"
15911 #  - "CFS_OPT"
15912 #  - "FIB_10K"
15913 #  - "FIB_100K"
15914 #  - "FIB_1M"
15915   traces:
15916     hoverinfo: "x+y"
15917     boxpoints: "outliers"
15918     whiskerwidth: 0
15919   layout:
15920     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15921     layout: "plot-throughput"
15922
15923 -
15924   type: "plot"
15925   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15926   algorithm: "plot_performance_box"
15927   output-file-type: ".html"
15928   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15929   data: "plot-vpp-throughput-latency-3n-skx"
15930   filter: "'NIC_Intel-X710' and
15931            '64B' and
15932            'NDRPDR' and
15933            ('ETH' or 'DOT1Q') and
15934            '4T2C' and
15935            'L2BDMACLRN' and
15936            'VHOST_1024' and
15937            not 'VXLAN' and
15938            not 'IP4FWD' and
15939            not '2VM'"
15940   parameters:
15941   - "throughput"
15942   - "parent"
15943   - "tags"
15944 #  sort:
15945 #  - "VM"  # "not CFS_OPT"
15946 #  - "CFS_OPT"
15947 #  - "FIB_10K"
15948 #  - "FIB_100K"
15949 #  - "FIB_1M"
15950   traces:
15951     hoverinfo: "x+y"
15952     boxpoints: "outliers"
15953     whiskerwidth: 0
15954   layout:
15955     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15956     layout: "plot-throughput"
15957
15958 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base
15959 -
15960   type: "plot"
15961   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
15962   algorithm: "plot_performance_box"
15963   output-file-type: ".html"
15964   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
15965   data: "plot-vpp-throughput-latency-3n-skx"
15966   filter: "'NIC_Intel-X710' and
15967            '64B' and
15968            'NDRPDR' and
15969            ('ETH' or 'DOT1Q') and
15970            'BASE' and
15971            '2T1C' and
15972            ('L2BDMACLRN' or 'L2XCFWD') and
15973            'VHOST_1024' and
15974            not 'VXLAN' and
15975            not 'IP4FWD' and
15976            not '2VM' and
15977            not 'LBOND'"
15978   parameters:
15979   - "throughput"
15980   - "parent"
15981   - "tags"
15982 #  sort:
15983 #  - "not CFS_OPT"
15984 #  - "L2XCFWD"
15985 #  - "not CFS_OPT"
15986 #  - "CFS_OPT"
15987   traces:
15988     hoverinfo: "x+y"
15989     boxpoints: "outliers"
15990     whiskerwidth: 0
15991   layout:
15992     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
15993     layout: "plot-throughput"
15994
15995 -
15996   type: "plot"
15997   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-pdr"
15998   algorithm: "plot_performance_box"
15999   output-file-type: ".html"
16000   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-pdr"
16001   data: "plot-vpp-throughput-latency-3n-skx"
16002   filter: "'NIC_Intel-X710' and
16003            '64B' and
16004            'NDRPDR' and
16005            ('ETH' or 'DOT1Q') and
16006            'BASE' and
16007            '2T1C' and
16008            ('L2BDMACLRN' or 'L2XCFWD') and
16009            'VHOST_1024' and
16010            not 'VXLAN' and
16011            not 'IP4FWD' and
16012            not '2VM' and
16013            not 'LBOND'"
16014   parameters:
16015   - "throughput"
16016   - "parent"
16017   - "tags"
16018 #  sort:
16019 #  - "not CFS_OPT"
16020 #  - "L2XCFWD"
16021 #  - "not CFS_OPT"
16022 #  - "CFS_OPT"
16023   traces:
16024     hoverinfo: "x+y"
16025     boxpoints: "outliers"
16026     whiskerwidth: 0
16027   layout:
16028     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-pdr"
16029     layout: "plot-throughput"
16030
16031 -
16032   type: "plot"
16033   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
16034   algorithm: "plot_performance_box"
16035   output-file-type: ".html"
16036   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
16037   data: "plot-vpp-throughput-latency-3n-skx"
16038   filter: "'NIC_Intel-X710' and
16039            '64B' and
16040            'NDRPDR' and
16041            ('ETH' or 'DOT1Q') and
16042            'BASE' and
16043            '4T2C' and
16044            ('L2BDMACLRN' or 'L2XCFWD') and
16045            'VHOST_1024' and
16046            not 'VXLAN' and
16047            not 'IP4FWD' and
16048            not '2VM' and
16049            not 'LBOND'"
16050   parameters:
16051   - "throughput"
16052   - "parent"
16053   - "tags"
16054 #  sort:
16055 #  - "not CFS_OPT"
16056 #  - "L2XCFWD"
16057 #  - "not CFS_OPT"
16058 #  - "CFS_OPT"
16059   traces:
16060     hoverinfo: "x+y"
16061     boxpoints: "outliers"
16062     whiskerwidth: 0
16063   layout:
16064     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
16065     layout: "plot-throughput"
16066
16067 -
16068   type: "plot"
16069   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-pdr"
16070   algorithm: "plot_performance_box"
16071   output-file-type: ".html"
16072   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-pdr"
16073   data: "plot-vpp-throughput-latency-3n-skx"
16074   filter: "'NIC_Intel-X710' and
16075            '64B' and
16076            'NDRPDR' and
16077            ('ETH' or 'DOT1Q') and
16078            'BASE' and
16079            '4T2C' and
16080            ('L2BDMACLRN' or 'L2XCFWD') and
16081            'VHOST_1024' and
16082            not 'VXLAN' and
16083            not 'IP4FWD' and
16084            not '2VM' and
16085            not 'LBOND'"
16086   parameters:
16087   - "throughput"
16088   - "parent"
16089   - "tags"
16090 #  sort:
16091 #  - "not CFS_OPT"
16092 #  - "L2XCFWD"
16093 #  - "not CFS_OPT"
16094 #  - "CFS_OPT"
16095   traces:
16096     hoverinfo: "x+y"
16097     boxpoints: "outliers"
16098     whiskerwidth: 0
16099   layout:
16100     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-pdr"
16101     layout: "plot-throughput"
16102
16103 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base vm
16104 -
16105   type: "plot"
16106   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
16107   algorithm: "plot_performance_box"
16108   output-file-type: ".html"
16109   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
16110   data: "plot-vpp-throughput-latency-3n-skx"
16111   filter: "'NIC_Intel-X710' and
16112            '64B' and
16113            'NDRPDR' and
16114            ('ETH' or 'DOT1Q') and
16115            '2T1C' and
16116            ('L2BDMACLRN' or 'L2XCFWD') and
16117            'VHOST_1024' and
16118            not 'CFS_OPT' and
16119            not 'VXLAN' and
16120            not 'IP4FWD' and
16121            not 'LBOND'"
16122   parameters:
16123   - "throughput"
16124   - "parent"
16125   - "tags"
16126 #  sort:
16127 #  - "1VM"
16128 #  - "L2XCFWD"
16129 #  - "1VM"
16130 #  - "L2BDMACLRN"
16131   traces:
16132     hoverinfo: "x+y"
16133     boxpoints: "outliers"
16134     whiskerwidth: 0
16135   layout:
16136     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
16137     layout: "plot-throughput"
16138
16139 -
16140   type: "plot"
16141   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-pdr"
16142   algorithm: "plot_performance_box"
16143   output-file-type: ".html"
16144   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-pdr"
16145   data: "plot-vpp-throughput-latency-3n-skx"
16146   filter: "'NIC_Intel-X710' and
16147            '64B' and
16148            'NDRPDR' and
16149            ('ETH' or 'DOT1Q') and
16150            '2T1C' and
16151            ('L2BDMACLRN' or 'L2XCFWD') and
16152            'VHOST_1024' and
16153            not 'CFS_OPT' and
16154            not 'VXLAN' and
16155            not 'IP4FWD' and
16156            not 'LBOND'"
16157   parameters:
16158   - "throughput"
16159   - "parent"
16160   - "tags"
16161 #  sort:
16162 #  - "1VM"
16163 #  - "L2XCFWD"
16164 #  - "1VM"
16165 #  - "L2BDMACLRN"
16166   traces:
16167     hoverinfo: "x+y"
16168     boxpoints: "outliers"
16169     whiskerwidth: 0
16170   layout:
16171     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-pdr"
16172     layout: "plot-throughput"
16173
16174 -
16175   type: "plot"
16176   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
16177   algorithm: "plot_performance_box"
16178   output-file-type: ".html"
16179   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
16180   data: "plot-vpp-throughput-latency-3n-skx"
16181   filter: "'NIC_Intel-X710' and
16182            '64B' and
16183            'NDRPDR' and
16184            ('ETH' or 'DOT1Q') and
16185            '4T2C' and
16186            ('L2BDMACLRN' or 'L2XCFWD') and
16187            'VHOST_1024' and
16188            not 'CFS_OPT' and
16189            not 'VXLAN' and
16190            not 'IP4FWD' and
16191            not 'LBOND'"
16192   parameters:
16193   - "throughput"
16194   - "parent"
16195   - "tags"
16196 #  sort:
16197 #  - "1VM"
16198 #  - "L2XCFWD"
16199 #  - "1VM"
16200 #  - "L2BDMACLRN"
16201   traces:
16202     hoverinfo: "x+y"
16203     boxpoints: "outliers"
16204     whiskerwidth: 0
16205   layout:
16206     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
16207     layout: "plot-throughput"
16208
16209 -
16210   type: "plot"
16211   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-pdr"
16212   algorithm: "plot_performance_box"
16213   output-file-type: ".html"
16214   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-pdr"
16215   data: "plot-vpp-throughput-latency-3n-skx"
16216   filter: "'NIC_Intel-X710' and
16217            '64B' and
16218            'NDRPDR' and
16219            ('ETH' or 'DOT1Q') and
16220            '4T2C' and
16221            ('L2BDMACLRN' or 'L2XCFWD') and
16222            'VHOST_1024' and
16223            not 'CFS_OPT' and
16224            not 'VXLAN' and
16225            not 'IP4FWD' and
16226            not 'LBOND'"
16227   parameters:
16228   - "throughput"
16229   - "parent"
16230   - "tags"
16231 #  sort:
16232 #  - "1VM"
16233 #  - "L2XCFWD"
16234 #  - "1VM"
16235 #  - "L2BDMACLRN"
16236   traces:
16237     hoverinfo: "x+y"
16238     boxpoints: "outliers"
16239     whiskerwidth: 0
16240   layout:
16241     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-pdr"
16242     layout: "plot-throughput"
16243
16244 # Packet Throughput - VPP vhost ip4 2n-skx-x710
16245 -
16246   type: "plot"
16247   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
16248   algorithm: "plot_performance_box"
16249   output-file-type: ".html"
16250   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
16251   data: "plot-vpp-throughput-latency-2n-skx"
16252   filter: "'NIC_Intel-X710' and
16253            '64B' and
16254            'NDRPDR' and
16255            'ETH' and
16256            'IP4FWD' and
16257            '2T1C' and
16258            'VHOST_1024' and
16259            not 'VXLAN' and
16260            not 'DOT1Q'"
16261   parameters:
16262   - "throughput"
16263   - "parent"
16264   - "tags"
16265   sort:
16266   - "not CFS_OPT"
16267   - "1VM"
16268   - "2VM"
16269   traces:
16270     hoverinfo: "x+y"
16271     boxpoints: "outliers"
16272     whiskerwidth: 0
16273   layout:
16274     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
16275     layout: "plot-throughput"
16276
16277 -
16278   type: "plot"
16279   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16280   algorithm: "plot_performance_box"
16281   output-file-type: ".html"
16282   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16283   data: "plot-vpp-throughput-latency-2n-skx"
16284   filter: "'NIC_Intel-X710' and
16285            '64B' and
16286            'NDRPDR' and
16287            'ETH' and
16288            'IP4FWD' and
16289            '4T2C' and
16290            'VHOST_1024' and
16291            not 'VXLAN' and
16292            not 'DOT1Q'"
16293   parameters:
16294   - "throughput"
16295   - "parent"
16296   - "tags"
16297   sort:
16298   - "not CFS_OPT"
16299   - "1VM"
16300   - "2VM"
16301   traces:
16302     hoverinfo: "x+y"
16303     boxpoints: "outliers"
16304     whiskerwidth: 0
16305   layout:
16306     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16307     layout: "plot-throughput"
16308
16309 -
16310   type: "plot"
16311   title: "VPP Throughput: vhost-ip4-2n-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-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
16315   data: "plot-vpp-throughput-latency-2n-skx"
16316   filter: "'NIC_Intel-X710' and
16317            '64B' and
16318            'NDRPDR' and
16319            'ETH' and
16320            'IP4FWD' and
16321            '2T1C' and
16322            'VHOST_1024' and
16323            not 'VXLAN' and
16324            not 'DOT1Q'"
16325   parameters:
16326   - "throughput"
16327   - "parent"
16328   - "tags"
16329   sort:
16330   - "not CFS_OPT"
16331   - "1VM"
16332   - "2VM"
16333   traces:
16334     hoverinfo: "x+y"
16335     boxpoints: "outliers"
16336     whiskerwidth: 0
16337   layout:
16338     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
16339     layout: "plot-throughput"
16340
16341 -
16342   type: "plot"
16343   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16344   algorithm: "plot_performance_box"
16345   output-file-type: ".html"
16346   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16347   data: "plot-vpp-throughput-latency-2n-skx"
16348   filter: "'NIC_Intel-X710' and
16349            '64B' and
16350            'NDRPDR' and
16351            'ETH' and
16352            'IP4FWD' and
16353            '4T2C' and
16354            'VHOST_1024' and
16355            not 'VXLAN' and
16356            not 'DOT1Q'"
16357   parameters:
16358   - "throughput"
16359   - "parent"
16360   - "tags"
16361   sort:
16362   - "not CFS_OPT"
16363   - "1VM"
16364   - "2VM"
16365   traces:
16366     hoverinfo: "x+y"
16367     boxpoints: "outliers"
16368     whiskerwidth: 0
16369   layout:
16370     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16371     layout: "plot-throughput"
16372
16373 # Packet Throughput - VPP vhost l2sw 2n-skx-x710
16374 -
16375   type: "plot"
16376   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
16377   algorithm: "plot_performance_box"
16378   output-file-type: ".html"
16379   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
16380   data: "plot-vpp-throughput-latency-2n-skx"
16381   filter: "'NIC_Intel-X710' and
16382            '64B' and
16383            'NDRPDR' and
16384            ('ETH' or 'DOT1Q') and
16385            '2T1C' and
16386            'L2BDMACLRN' and
16387            'VHOST_1024' and
16388            not 'VXLAN' and
16389            not 'IP4FWD' and
16390            not '2VM'"
16391   parameters:
16392   - "throughput"
16393   - "parent"
16394   - "tags"
16395 #  sort:
16396 #  - "VM"  # "not CFS_OPT"
16397 #  - "CFS_OPT"
16398 #  - "FIB_10K"
16399 #  - "FIB_100K"
16400 #  - "FIB_1M"
16401   traces:
16402     hoverinfo: "x+y"
16403     boxpoints: "outliers"
16404     whiskerwidth: 0
16405   layout:
16406     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
16407     layout: "plot-throughput"
16408
16409 -
16410   type: "plot"
16411   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16412   algorithm: "plot_performance_box"
16413   output-file-type: ".html"
16414   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16415   data: "plot-vpp-throughput-latency-2n-skx"
16416   filter: "'NIC_Intel-X710' and
16417            '64B' and
16418            'NDRPDR' and
16419            ('ETH' or 'DOT1Q') and
16420            '4T2C' and
16421            'L2BDMACLRN' and
16422            'VHOST_1024' and
16423            not 'VXLAN' and
16424            not 'IP4FWD' and
16425            not '2VM'"
16426   parameters:
16427   - "throughput"
16428   - "parent"
16429   - "tags"
16430 #  sort:
16431 #  - "VM"  # "not CFS_OPT"
16432 #  - "CFS_OPT"
16433 #  - "FIB_10K"
16434 #  - "FIB_100K"
16435 #  - "FIB_1M"
16436   traces:
16437     hoverinfo: "x+y"
16438     boxpoints: "outliers"
16439     whiskerwidth: 0
16440   layout:
16441     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16442     layout: "plot-throughput"
16443
16444 -
16445   type: "plot"
16446   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
16447   algorithm: "plot_performance_box"
16448   output-file-type: ".html"
16449   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
16450   data: "plot-vpp-throughput-latency-2n-skx"
16451   filter: "'NIC_Intel-X710' and
16452            '64B' and
16453            'NDRPDR' and
16454            ('ETH' or 'DOT1Q') and
16455            '2T1C' and
16456            'L2BDMACLRN' and
16457            'VHOST_1024' and
16458            not 'VXLAN' and
16459            not 'IP4FWD' and
16460            not '2VM'"
16461   parameters:
16462   - "throughput"
16463   - "parent"
16464   - "tags"
16465 #  sort:
16466 #  - "VM"  # "not CFS_OPT"
16467 #  - "CFS_OPT"
16468 #  - "FIB_10K"
16469 #  - "FIB_100K"
16470 #  - "FIB_1M"
16471   traces:
16472     hoverinfo: "x+y"
16473     boxpoints: "outliers"
16474     whiskerwidth: 0
16475   layout:
16476     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
16477     layout: "plot-throughput"
16478
16479 -
16480   type: "plot"
16481   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16482   algorithm: "plot_performance_box"
16483   output-file-type: ".html"
16484   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16485   data: "plot-vpp-throughput-latency-2n-skx"
16486   filter: "'NIC_Intel-X710' and
16487            '64B' and
16488            'NDRPDR' and
16489            ('ETH' or 'DOT1Q') and
16490            '4T2C' and
16491            'L2BDMACLRN' and
16492            'VHOST_1024' and
16493            not 'VXLAN' and
16494            not 'IP4FWD' and
16495            not '2VM'"
16496   parameters:
16497   - "throughput"
16498   - "parent"
16499   - "tags"
16500 #  sort:
16501 #  - "VM"  # "not CFS_OPT"
16502 #  - "CFS_OPT"
16503 #  - "FIB_10K"
16504 #  - "FIB_100K"
16505 #  - "FIB_1M"
16506   traces:
16507     hoverinfo: "x+y"
16508     boxpoints: "outliers"
16509     whiskerwidth: 0
16510   layout:
16511     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16512     layout: "plot-throughput"
16513
16514 # Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base
16515 -
16516   type: "plot"
16517   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
16518   algorithm: "plot_performance_box"
16519   output-file-type: ".html"
16520   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
16521   data: "plot-vpp-throughput-latency-2n-skx"
16522   filter: "'NIC_Intel-X710' and
16523            '64B' and
16524            'NDRPDR' and
16525            ('ETH' or 'DOT1Q') and
16526            'BASE' and
16527            '2T1C' and
16528            ('L2BDMACLRN' or 'L2XCFWD') and
16529            'VHOST_1024' and
16530            not 'VXLAN' and
16531            not 'IP4FWD' and
16532            not '2VM'"
16533   parameters:
16534   - "throughput"
16535   - "parent"
16536   - "tags"
16537 #  sort:
16538 #  - "not CFS_OPT"
16539 #  - "L2XCFWD"
16540 #  - "not CFS_OPT"
16541 #  - "CFS_OPT"
16542   traces:
16543     hoverinfo: "x+y"
16544     boxpoints: "outliers"
16545     whiskerwidth: 0
16546   layout:
16547     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
16548     layout: "plot-throughput"
16549
16550 -
16551   type: "plot"
16552   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-pdr"
16553   algorithm: "plot_performance_box"
16554   output-file-type: ".html"
16555   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-pdr"
16556   data: "plot-vpp-throughput-latency-2n-skx"
16557   filter: "'NIC_Intel-X710' and
16558            '64B' and
16559            'NDRPDR' and
16560            ('ETH' or 'DOT1Q') and
16561            'BASE' and
16562            '2T1C' and
16563            ('L2BDMACLRN' or 'L2XCFWD') and
16564            'VHOST_1024' and
16565            not 'VXLAN' and
16566            not 'IP4FWD' and
16567            not '2VM'"
16568   parameters:
16569   - "throughput"
16570   - "parent"
16571   - "tags"
16572 #  sort:
16573 #  - "not CFS_OPT"
16574 #  - "L2XCFWD"
16575 #  - "not CFS_OPT"
16576 #  - "CFS_OPT"
16577   traces:
16578     hoverinfo: "x+y"
16579     boxpoints: "outliers"
16580     whiskerwidth: 0
16581   layout:
16582     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-pdr"
16583     layout: "plot-throughput"
16584
16585 -
16586   type: "plot"
16587   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
16588   algorithm: "plot_performance_box"
16589   output-file-type: ".html"
16590   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
16591   data: "plot-vpp-throughput-latency-2n-skx"
16592   filter: "'NIC_Intel-X710' and
16593            '64B' and
16594            'NDRPDR' and
16595            ('ETH' or 'DOT1Q') and
16596            'BASE' and
16597            '4T2C' and
16598            ('L2BDMACLRN' or 'L2XCFWD') and
16599            'VHOST_1024' and
16600            not 'VXLAN' and
16601            not 'IP4FWD' and
16602            not '2VM'"
16603   parameters:
16604   - "throughput"
16605   - "parent"
16606   - "tags"
16607 #  sort:
16608 #  - "not CFS_OPT"
16609 #  - "L2XCFWD"
16610 #  - "not CFS_OPT"
16611 #  - "CFS_OPT"
16612   traces:
16613     hoverinfo: "x+y"
16614     boxpoints: "outliers"
16615     whiskerwidth: 0
16616   layout:
16617     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
16618     layout: "plot-throughput"
16619
16620 -
16621   type: "plot"
16622   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-pdr"
16623   algorithm: "plot_performance_box"
16624   output-file-type: ".html"
16625   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-pdr"
16626   data: "plot-vpp-throughput-latency-2n-skx"
16627   filter: "'NIC_Intel-X710' and
16628            '64B' and
16629            'NDRPDR' and
16630            ('ETH' or 'DOT1Q') and
16631            'BASE' and
16632            '4T2C' and
16633            ('L2BDMACLRN' or 'L2XCFWD') and
16634            'VHOST_1024' and
16635            not 'VXLAN' and
16636            not 'IP4FWD' and
16637            not '2VM'"
16638   parameters:
16639   - "throughput"
16640   - "parent"
16641   - "tags"
16642 #  sort:
16643 #  - "not CFS_OPT"
16644 #  - "L2XCFWD"
16645 #  - "not CFS_OPT"
16646 #  - "CFS_OPT"
16647   traces:
16648     hoverinfo: "x+y"
16649     boxpoints: "outliers"
16650     whiskerwidth: 0
16651   layout:
16652     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-pdr"
16653     layout: "plot-throughput"
16654
16655 # Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base vm
16656 -
16657   type: "plot"
16658   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
16659   algorithm: "plot_performance_box"
16660   output-file-type: ".html"
16661   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
16662   data: "plot-vpp-throughput-latency-2n-skx"
16663   filter: "'NIC_Intel-X710' and
16664            '64B' and
16665            'NDRPDR' and
16666            ('ETH' or 'DOT1Q') and
16667            '2T1C' and
16668            ('L2BDMACLRN' or 'L2XCFWD') and
16669            'VHOST_1024' and
16670            not 'CFS_OPT' and
16671            not 'VXLAN' and
16672            not 'IP4FWD'"
16673   parameters:
16674   - "throughput"
16675   - "parent"
16676   - "tags"
16677 #  sort:
16678 #  - "1VM"
16679 #  - "L2XCFWD"
16680 #  - "1VM"
16681 #  - "L2BDMACLRN"
16682   traces:
16683     hoverinfo: "x+y"
16684     boxpoints: "outliers"
16685     whiskerwidth: 0
16686   layout:
16687     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
16688     layout: "plot-throughput"
16689
16690 -
16691   type: "plot"
16692   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
16693   algorithm: "plot_performance_box"
16694   output-file-type: ".html"
16695   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
16696   data: "plot-vpp-throughput-latency-2n-skx"
16697   filter: "'NIC_Intel-X710' and
16698            '64B' and
16699            'NDRPDR' and
16700            ('ETH' or 'DOT1Q') and
16701            '2T1C' and
16702            ('L2BDMACLRN' or 'L2XCFWD') and
16703            'VHOST_1024' and
16704            not 'CFS_OPT' and
16705            not 'VXLAN' and
16706            not 'IP4FWD'"
16707   parameters:
16708   - "throughput"
16709   - "parent"
16710   - "tags"
16711 #  sort:
16712 #  - "1VM"
16713 #  - "L2XCFWD"
16714 #  - "1VM"
16715 #  - "L2BDMACLRN"
16716   traces:
16717     hoverinfo: "x+y"
16718     boxpoints: "outliers"
16719     whiskerwidth: 0
16720   layout:
16721     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
16722     layout: "plot-throughput"
16723
16724 -
16725   type: "plot"
16726   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
16727   algorithm: "plot_performance_box"
16728   output-file-type: ".html"
16729   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
16730   data: "plot-vpp-throughput-latency-2n-skx"
16731   filter: "'NIC_Intel-X710' and
16732            '64B' and
16733            'NDRPDR' and
16734            ('ETH' or 'DOT1Q') and
16735            '4T2C' and
16736            ('L2BDMACLRN' or 'L2XCFWD') and
16737            'VHOST_1024' and
16738            not 'CFS_OPT' and
16739            not 'VXLAN' and
16740            not 'IP4FWD'"
16741   parameters:
16742   - "throughput"
16743   - "parent"
16744   - "tags"
16745 #  sort:
16746 #  - "1VM"
16747 #  - "L2XCFWD"
16748 #  - "1VM"
16749 #  - "L2BDMACLRN"
16750   traces:
16751     hoverinfo: "x+y"
16752     boxpoints: "outliers"
16753     whiskerwidth: 0
16754   layout:
16755     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
16756     layout: "plot-throughput"
16757
16758 -
16759   type: "plot"
16760   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
16761   algorithm: "plot_performance_box"
16762   output-file-type: ".html"
16763   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
16764   data: "plot-vpp-throughput-latency-2n-skx"
16765   filter: "'NIC_Intel-X710' and
16766            '64B' and
16767            'NDRPDR' and
16768            ('ETH' or 'DOT1Q') and
16769            '4T2C' and
16770            ('L2BDMACLRN' or 'L2XCFWD') and
16771            'VHOST_1024' and
16772            not 'CFS_OPT' and
16773            not 'VXLAN' and
16774            not 'IP4FWD'"
16775   parameters:
16776   - "throughput"
16777   - "parent"
16778   - "tags"
16779 #  sort:
16780 #  - "1VM"
16781 #  - "L2XCFWD"
16782 #  - "1VM"
16783 #  - "L2BDMACLRN"
16784   traces:
16785     hoverinfo: "x+y"
16786     boxpoints: "outliers"
16787     whiskerwidth: 0
16788   layout:
16789     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
16790     layout: "plot-throughput"
16791
16792 # Packet Throughput - VPP vhost ip4 2n-skx-xxv710
16793 -
16794   type: "plot"
16795   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16796   algorithm: "plot_performance_box"
16797   output-file-type: ".html"
16798   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16799   data: "plot-vpp-throughput-latency-2n-skx"
16800   filter: "'NIC_Intel-XXV710' and
16801            '64B' and
16802            'NDRPDR' and
16803            'ETH' and
16804            'IP4FWD' and
16805            '2T1C' and
16806            'VHOST_1024' and
16807            not 'VXLAN' and
16808            not 'DOT1Q'"
16809   parameters:
16810   - "throughput"
16811   - "parent"
16812   - "tags"
16813   sort:
16814   - "not CFS_OPT"
16815   - "1VM"
16816   - "2VM"
16817   traces:
16818     hoverinfo: "x+y"
16819     boxpoints: "outliers"
16820     whiskerwidth: 0
16821   layout:
16822     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16823     layout: "plot-throughput"
16824
16825 -
16826   type: "plot"
16827   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16828   algorithm: "plot_performance_box"
16829   output-file-type: ".html"
16830   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16831   data: "plot-vpp-throughput-latency-2n-skx"
16832   filter: "'NIC_Intel-XXV710' and
16833            '64B' and
16834            'NDRPDR' and
16835            'ETH' and
16836            'IP4FWD' and
16837            '4T2C' and
16838            'VHOST_1024' and
16839            not 'VXLAN' and
16840            not 'DOT1Q'"
16841   parameters:
16842   - "throughput"
16843   - "parent"
16844   - "tags"
16845   sort:
16846   - "not CFS_OPT"
16847   - "1VM"
16848   - "2VM"
16849   traces:
16850     hoverinfo: "x+y"
16851     boxpoints: "outliers"
16852     whiskerwidth: 0
16853   layout:
16854     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16855     layout: "plot-throughput"
16856
16857 -
16858   type: "plot"
16859   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16860   algorithm: "plot_performance_box"
16861   output-file-type: ".html"
16862   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16863   data: "plot-vpp-throughput-latency-2n-skx"
16864   filter: "'NIC_Intel-XXV710' and
16865            '64B' and
16866            'NDRPDR' and
16867            'ETH' and
16868            'IP4FWD' and
16869            '2T1C' and
16870            'VHOST_1024' and
16871            not 'VXLAN' and
16872            not 'DOT1Q'"
16873   parameters:
16874   - "throughput"
16875   - "parent"
16876   - "tags"
16877   sort:
16878   - "not CFS_OPT"
16879   - "1VM"
16880   - "2VM"
16881   traces:
16882     hoverinfo: "x+y"
16883     boxpoints: "outliers"
16884     whiskerwidth: 0
16885   layout:
16886     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16887     layout: "plot-throughput"
16888
16889 -
16890   type: "plot"
16891   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
16892   algorithm: "plot_performance_box"
16893   output-file-type: ".html"
16894   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
16895   data: "plot-vpp-throughput-latency-2n-skx"
16896   filter: "'NIC_Intel-XXV710' and
16897            '64B' and
16898            'NDRPDR' and
16899            'ETH' and
16900            'IP4FWD' and
16901            '4T2C' and
16902            'VHOST_1024' and
16903            not 'VXLAN' and
16904            not 'DOT1Q'"
16905   parameters:
16906   - "throughput"
16907   - "parent"
16908   - "tags"
16909   sort:
16910   - "not CFS_OPT"
16911   - "1VM"
16912   - "2VM"
16913   traces:
16914     hoverinfo: "x+y"
16915     boxpoints: "outliers"
16916     whiskerwidth: 0
16917   layout:
16918     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
16919     layout: "plot-throughput"
16920
16921 # Packet Throughput - VPP vhost l2sw 2n-skx-xxv710
16922 -
16923   type: "plot"
16924   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16925   algorithm: "plot_performance_box"
16926   output-file-type: ".html"
16927   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16928   data: "plot-vpp-throughput-latency-2n-skx"
16929   filter: "'NIC_Intel-XXV710' and
16930            '64B' and
16931            'NDRPDR' and
16932            ('ETH' or 'DOT1Q') and
16933            '2T1C' and
16934            'L2BDMACLRN' and
16935            'VHOST_1024' and
16936            not 'VXLAN' and
16937            not 'IP4FWD' and
16938            not '2VM'"
16939   parameters:
16940   - "throughput"
16941   - "parent"
16942   - "tags"
16943 #  sort:
16944 #  - "VM"  # "not CFS_OPT"
16945 #  - "CFS_OPT"
16946 #  - "FIB_10K"
16947 #  - "FIB_100K"
16948 #  - "FIB_1M"
16949   traces:
16950     hoverinfo: "x+y"
16951     boxpoints: "outliers"
16952     whiskerwidth: 0
16953   layout:
16954     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16955     layout: "plot-throughput"
16956
16957 -
16958   type: "plot"
16959   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16960   algorithm: "plot_performance_box"
16961   output-file-type: ".html"
16962   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16963   data: "plot-vpp-throughput-latency-2n-skx"
16964   filter: "'NIC_Intel-XXV710' and
16965            '64B' and
16966            'NDRPDR' and
16967            ('ETH' or 'DOT1Q') and
16968            '4T2C' and
16969            'L2BDMACLRN' and
16970            'VHOST_1024' and
16971            not 'VXLAN' and
16972            not 'IP4FWD' and
16973            not '2VM'"
16974   parameters:
16975   - "throughput"
16976   - "parent"
16977   - "tags"
16978 #  sort:
16979 #  - "VM"  # "not CFS_OPT"
16980 #  - "CFS_OPT"
16981 #  - "FIB_10K"
16982 #  - "FIB_100K"
16983 #  - "FIB_1M"
16984   traces:
16985     hoverinfo: "x+y"
16986     boxpoints: "outliers"
16987     whiskerwidth: 0
16988   layout:
16989     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16990     layout: "plot-throughput"
16991
16992 -
16993   type: "plot"
16994   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16995   algorithm: "plot_performance_box"
16996   output-file-type: ".html"
16997   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16998   data: "plot-vpp-throughput-latency-2n-skx"
16999   filter: "'NIC_Intel-XXV710' and
17000            '64B' and
17001            'NDRPDR' and
17002            ('ETH' or 'DOT1Q') and
17003            '2T1C' and
17004            'L2BDMACLRN' and
17005            'VHOST_1024' and
17006            not 'VXLAN' and
17007            not 'IP4FWD' and
17008            not '2VM'"
17009   parameters:
17010   - "throughput"
17011   - "parent"
17012   - "tags"
17013 #  sort:
17014 #  - "VM"  # "not CFS_OPT"
17015 #  - "CFS_OPT"
17016 #  - "FIB_10K"
17017 #  - "FIB_100K"
17018 #  - "FIB_1M"
17019   traces:
17020     hoverinfo: "x+y"
17021     boxpoints: "outliers"
17022     whiskerwidth: 0
17023   layout:
17024     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
17025     layout: "plot-throughput"
17026
17027 -
17028   type: "plot"
17029   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
17030   algorithm: "plot_performance_box"
17031   output-file-type: ".html"
17032   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
17033   data: "plot-vpp-throughput-latency-2n-skx"
17034   filter: "'NIC_Intel-XXV710' and
17035            '64B' and
17036            'NDRPDR' and
17037            ('ETH' or 'DOT1Q') and
17038            '4T2C' and
17039            'L2BDMACLRN' and
17040            'VHOST_1024' and
17041            not 'VXLAN' and
17042            not 'IP4FWD' and
17043            not '2VM'"
17044   parameters:
17045   - "throughput"
17046   - "parent"
17047   - "tags"
17048 #  sort:
17049 #  - "VM"  # "not CFS_OPT"
17050 #  - "CFS_OPT"
17051 #  - "FIB_10K"
17052 #  - "FIB_100K"
17053 #  - "FIB_1M"
17054   traces:
17055     hoverinfo: "x+y"
17056     boxpoints: "outliers"
17057     whiskerwidth: 0
17058   layout:
17059     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
17060     layout: "plot-throughput"
17061
17062 # Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base
17063 -
17064   type: "plot"
17065   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
17066   algorithm: "plot_performance_box"
17067   output-file-type: ".html"
17068   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
17069   data: "plot-vpp-throughput-latency-2n-skx"
17070   filter: "'NIC_Intel-XXV710' and
17071            '64B' and
17072            'NDRPDR' and
17073            ('ETH' or 'DOT1Q') and
17074            'BASE' and
17075            '2T1C' and
17076            ('L2BDMACLRN' or 'L2XCFWD') and
17077            'VHOST_1024' and
17078            not 'VXLAN' and
17079            not 'IP4FWD' and
17080            not '2VM'"
17081   parameters:
17082   - "throughput"
17083   - "parent"
17084   - "tags"
17085 #  sort:
17086 #  - "not CFS_OPT"
17087 #  - "L2XCFWD"
17088 #  - "not CFS_OPT"
17089 #  - "CFS_OPT"
17090   traces:
17091     hoverinfo: "x+y"
17092     boxpoints: "outliers"
17093     whiskerwidth: 0
17094   layout:
17095     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
17096     layout: "plot-throughput"
17097
17098 -
17099   type: "plot"
17100   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-pdr"
17101   algorithm: "plot_performance_box"
17102   output-file-type: ".html"
17103   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-pdr"
17104   data: "plot-vpp-throughput-latency-2n-skx"
17105   filter: "'NIC_Intel-XXV710' and
17106            '64B' and
17107            'NDRPDR' and
17108            ('ETH' or 'DOT1Q') and
17109            'BASE' and
17110            '2T1C' and
17111            ('L2BDMACLRN' or 'L2XCFWD') and
17112            'VHOST_1024' and
17113            not 'VXLAN' and
17114            not 'IP4FWD' and
17115            not '2VM'"
17116   parameters:
17117   - "throughput"
17118   - "parent"
17119   - "tags"
17120 #  sort:
17121 #  - "not CFS_OPT"
17122 #  - "L2XCFWD"
17123 #  - "not CFS_OPT"
17124 #  - "CFS_OPT"
17125   traces:
17126     hoverinfo: "x+y"
17127     boxpoints: "outliers"
17128     whiskerwidth: 0
17129   layout:
17130     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-pdr"
17131     layout: "plot-throughput"
17132
17133 -
17134   type: "plot"
17135   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
17136   algorithm: "plot_performance_box"
17137   output-file-type: ".html"
17138   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
17139   data: "plot-vpp-throughput-latency-2n-skx"
17140   filter: "'NIC_Intel-XXV710' and
17141            '64B' and
17142            'NDRPDR' and
17143            ('ETH' or 'DOT1Q') and
17144            'BASE' and
17145            '4T2C' and
17146            ('L2BDMACLRN' or 'L2XCFWD') and
17147            'VHOST_1024' and
17148            not 'VXLAN' and
17149            not 'IP4FWD' and
17150            not '2VM'"
17151   parameters:
17152   - "throughput"
17153   - "parent"
17154   - "tags"
17155 #  sort:
17156 #  - "not CFS_OPT"
17157 #  - "L2XCFWD"
17158 #  - "not CFS_OPT"
17159 #  - "CFS_OPT"
17160   traces:
17161     hoverinfo: "x+y"
17162     boxpoints: "outliers"
17163     whiskerwidth: 0
17164   layout:
17165     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
17166     layout: "plot-throughput"
17167
17168 -
17169   type: "plot"
17170   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-pdr"
17171   algorithm: "plot_performance_box"
17172   output-file-type: ".html"
17173   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-pdr"
17174   data: "plot-vpp-throughput-latency-2n-skx"
17175   filter: "'NIC_Intel-XXV710' and
17176            '64B' and
17177            'NDRPDR' and
17178            ('ETH' or 'DOT1Q') and
17179            'BASE' and
17180            '4T2C' and
17181            ('L2BDMACLRN' or 'L2XCFWD') and
17182            'VHOST_1024' and
17183            not 'VXLAN' and
17184            not 'IP4FWD' and
17185            not '2VM'"
17186   parameters:
17187   - "throughput"
17188   - "parent"
17189   - "tags"
17190 #  sort:
17191 #  - "not CFS_OPT"
17192 #  - "L2XCFWD"
17193 #  - "not CFS_OPT"
17194 #  - "CFS_OPT"
17195   traces:
17196     hoverinfo: "x+y"
17197     boxpoints: "outliers"
17198     whiskerwidth: 0
17199   layout:
17200     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-pdr"
17201     layout: "plot-throughput"
17202
17203 # Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base vm
17204 -
17205   type: "plot"
17206   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
17207   algorithm: "plot_performance_box"
17208   output-file-type: ".html"
17209   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
17210   data: "plot-vpp-throughput-latency-2n-skx"
17211   filter: "'NIC_Intel-XXV710' and
17212            '64B' and
17213            'NDRPDR' and
17214            ('ETH' or 'DOT1Q') and
17215            '2T1C' and
17216            ('L2BDMACLRN' or 'L2XCFWD') and
17217            'VHOST_1024' and
17218            not 'CFS_OPT' and
17219            not 'VXLAN' and
17220            not 'IP4FWD'"
17221   parameters:
17222   - "throughput"
17223   - "parent"
17224   - "tags"
17225 #  sort:
17226 #  - "1VM"
17227 #  - "L2XCFWD"
17228 #  - "1VM"
17229 #  - "L2BDMACLRN"
17230   traces:
17231     hoverinfo: "x+y"
17232     boxpoints: "outliers"
17233     whiskerwidth: 0
17234   layout:
17235     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
17236     layout: "plot-throughput"
17237
17238 -
17239   type: "plot"
17240   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
17241   algorithm: "plot_performance_box"
17242   output-file-type: ".html"
17243   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
17244   data: "plot-vpp-throughput-latency-2n-skx"
17245   filter: "'NIC_Intel-XXV710' and
17246            '64B' and
17247            'NDRPDR' and
17248            ('ETH' or 'DOT1Q') and
17249            '2T1C' and
17250            ('L2BDMACLRN' or 'L2XCFWD') and
17251            'VHOST_1024' and
17252            not 'CFS_OPT' and
17253            not 'VXLAN' and
17254            not 'IP4FWD'"
17255   parameters:
17256   - "throughput"
17257   - "parent"
17258   - "tags"
17259 #  sort:
17260 #  - "1VM"
17261 #  - "L2XCFWD"
17262 #  - "1VM"
17263 #  - "L2BDMACLRN"
17264   traces:
17265     hoverinfo: "x+y"
17266     boxpoints: "outliers"
17267     whiskerwidth: 0
17268   layout:
17269     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
17270     layout: "plot-throughput"
17271
17272 -
17273   type: "plot"
17274   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
17275   algorithm: "plot_performance_box"
17276   output-file-type: ".html"
17277   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
17278   data: "plot-vpp-throughput-latency-2n-skx"
17279   filter: "'NIC_Intel-XXV710' and
17280            '64B' and
17281            'NDRPDR' and
17282            ('ETH' or 'DOT1Q') and
17283            '4T2C' and
17284            ('L2BDMACLRN' or 'L2XCFWD') and
17285            'VHOST_1024' and
17286            not 'CFS_OPT' and
17287            not 'VXLAN' and
17288            not 'IP4FWD'"
17289   parameters:
17290   - "throughput"
17291   - "parent"
17292   - "tags"
17293 #  sort:
17294 #  - "1VM"
17295 #  - "L2XCFWD"
17296 #  - "1VM"
17297 #  - "L2BDMACLRN"
17298   traces:
17299     hoverinfo: "x+y"
17300     boxpoints: "outliers"
17301     whiskerwidth: 0
17302   layout:
17303     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
17304     layout: "plot-throughput"
17305
17306 -
17307   type: "plot"
17308   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
17309   algorithm: "plot_performance_box"
17310   output-file-type: ".html"
17311   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
17312   data: "plot-vpp-throughput-latency-2n-skx"
17313   filter: "'NIC_Intel-XXV710' and
17314            '64B' and
17315            'NDRPDR' and
17316            ('ETH' or 'DOT1Q') and
17317            '4T2C' and
17318            ('L2BDMACLRN' or 'L2XCFWD') and
17319            'VHOST_1024' and
17320            not 'CFS_OPT' and
17321            not 'VXLAN' and
17322            not 'IP4FWD'"
17323   parameters:
17324   - "throughput"
17325   - "parent"
17326   - "tags"
17327 #  sort:
17328 #  - "1VM"
17329 #  - "L2XCFWD"
17330 #  - "1VM"
17331 #  - "L2BDMACLRN"
17332   traces:
17333     hoverinfo: "x+y"
17334     boxpoints: "outliers"
17335     whiskerwidth: 0
17336   layout:
17337     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
17338     layout: "plot-throughput"
17339
17340 ################################################################################
17341
17342 # Packet Throughput - VPP VTS 3n-hsw-x520
17343 -
17344   type: "plot"
17345   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-ndr"
17346   algorithm: "plot_performance_box"
17347   output-file-type: ".html"
17348   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr"
17349   data: "plot-vpp-throughput-latency-3n-hsw"
17350   filter: "'NIC_Intel-X520-DA2' and
17351            '114B' and
17352            'NDRPDR' and
17353            '1T1C' and
17354            'VTS'"
17355   parameters:
17356   - "throughput"
17357   - "parent"
17358   - "tags"
17359   traces:
17360     hoverinfo: "x+y"
17361     boxpoints: "outliers"
17362     whiskerwidth: 0
17363   layout:
17364     title: "vts-3n-hsw-x520-114b-1t1c-ndr"
17365     layout: "plot-throughput"
17366
17367 -
17368   type: "plot"
17369   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-ndr"
17370   algorithm: "plot_performance_box"
17371   output-file-type: ".html"
17372   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr"
17373   data: "plot-vpp-throughput-latency-3n-hsw"
17374   filter: "'NIC_Intel-X520-DA2' and
17375            '114B' and
17376            'NDRPDR' and
17377            '2T2C' and
17378            'VTS'"
17379   parameters:
17380   - "throughput"
17381   - "parent"
17382   - "tags"
17383   traces:
17384     hoverinfo: "x+y"
17385     boxpoints: "outliers"
17386     whiskerwidth: 0
17387   layout:
17388     title: "vts-3n-hsw-x520-114b-2t2c-ndr"
17389     layout: "plot-throughput"
17390
17391 -
17392   type: "plot"
17393   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-pdr"
17394   algorithm: "plot_performance_box"
17395   output-file-type: ".html"
17396   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-pdr"
17397   data: "plot-vpp-throughput-latency-3n-hsw"
17398   filter: "'NIC_Intel-X520-DA2' and
17399            '114B' and
17400            'NDRPDR' and
17401            '1T1C' and
17402            'VTS'"
17403   parameters:
17404   - "throughput"
17405   - "parent"
17406   - "tags"
17407   traces:
17408     hoverinfo: "x+y"
17409     boxpoints: "outliers"
17410     whiskerwidth: 0
17411   layout:
17412     title: "vts-3n-hsw-x520-114b-1t1c-pdr"
17413     layout: "plot-throughput"
17414
17415 -
17416   type: "plot"
17417   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-pdr"
17418   algorithm: "plot_performance_box"
17419   output-file-type: ".html"
17420   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-pdr"
17421   data: "plot-vpp-throughput-latency-3n-hsw"
17422   filter: "'NIC_Intel-X520-DA2' and
17423            '114B' and
17424            'NDRPDR' and
17425            '2T2C' and
17426            'VTS'"
17427   parameters:
17428   - "throughput"
17429   - "parent"
17430   - "tags"
17431   traces:
17432     hoverinfo: "x+y"
17433     boxpoints: "outliers"
17434     whiskerwidth: 0
17435   layout:
17436     title: "vts-3n-hsw-x520-114b-2t2c-pdr"
17437     layout: "plot-throughput"
17438
17439 ################################################################################
17440
17441 # Packet Throughput - DPDK l3fwd 3n-hsw-x520
17442 -
17443   type: "plot"
17444   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
17445   algorithm: "plot_performance_box"
17446   output-file-type: ".html"
17447   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
17448   data: "plot-dpdk-throughput-latency-3n-hsw"
17449   filter: "'NIC_Intel-X520-DA2' and
17450            '64B' and
17451            'BASE' and
17452            'NDRPDR' and
17453            '1T1C' and
17454            'IP4FWD'"
17455   parameters:
17456   - "throughput"
17457   - "parent"
17458   - "tags"
17459   traces:
17460     hoverinfo: "x+y"
17461     boxpoints: "outliers"
17462     whiskerwidth: 0
17463   layout:
17464     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
17465     layout: "plot-throughput"
17466
17467 -
17468   type: "plot"
17469   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
17470   algorithm: "plot_performance_box"
17471   output-file-type: ".html"
17472   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
17473   data: "plot-dpdk-throughput-latency-3n-hsw"
17474   filter: "'NIC_Intel-X520-DA2' and
17475            '64B' and
17476            'BASE' and
17477            'NDRPDR' and
17478            '2T2C' and
17479            'IP4FWD'"
17480   parameters:
17481   - "throughput"
17482   - "parent"
17483   - "tags"
17484   traces:
17485     hoverinfo: "x+y"
17486     boxpoints: "outliers"
17487     whiskerwidth: 0
17488   layout:
17489     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
17490     layout: "plot-throughput"
17491
17492 -
17493   type: "plot"
17494   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
17495   algorithm: "plot_performance_box"
17496   output-file-type: ".html"
17497   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
17498   data: "plot-dpdk-throughput-latency-3n-hsw"
17499   filter: "'NIC_Intel-X520-DA2' and
17500            '64B' and
17501            'BASE' and
17502            'NDRPDR' and
17503            '1T1C' and
17504            'IP4FWD'"
17505   parameters:
17506   - "throughput"
17507   - "parent"
17508   - "tags"
17509   traces:
17510     hoverinfo: "x+y"
17511     boxpoints: "outliers"
17512     whiskerwidth: 0
17513   layout:
17514     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
17515     layout: "plot-throughput"
17516
17517 -
17518   type: "plot"
17519   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
17520   algorithm: "plot_performance_box"
17521   output-file-type: ".html"
17522   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
17523   data: "plot-dpdk-throughput-latency-3n-hsw"
17524   filter: "'NIC_Intel-X520-DA2' and
17525            '64B' and
17526            'BASE' and
17527            'NDRPDR' and
17528            '2T2C' and
17529            'IP4FWD'"
17530   parameters:
17531   - "throughput"
17532   - "parent"
17533   - "tags"
17534   traces:
17535     hoverinfo: "x+y"
17536     boxpoints: "outliers"
17537     whiskerwidth: 0
17538   layout:
17539     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
17540     layout: "plot-throughput"
17541
17542 # Packet Throughput - DPDK l3fwd 3n-hsw-x710
17543 -
17544   type: "plot"
17545   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
17546   algorithm: "plot_performance_box"
17547   output-file-type: ".html"
17548   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
17549   data: "plot-dpdk-throughput-latency-3n-hsw"
17550   filter: "'NIC_Intel-X710' and
17551            '64B' and
17552            'BASE' and
17553            'NDRPDR' and
17554            '1T1C' and
17555            'IP4FWD'"
17556   parameters:
17557   - "throughput"
17558   - "parent"
17559   - "tags"
17560   traces:
17561     hoverinfo: "x+y"
17562     boxpoints: "outliers"
17563     whiskerwidth: 0
17564   layout:
17565     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
17566     layout: "plot-throughput"
17567
17568 -
17569   type: "plot"
17570   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
17571   algorithm: "plot_performance_box"
17572   output-file-type: ".html"
17573   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
17574   data: "plot-dpdk-throughput-latency-3n-hsw"
17575   filter: "'NIC_Intel-X710' and
17576            '64B' and
17577            'BASE' and
17578            'NDRPDR' and
17579            '2T2C' and
17580            'IP4FWD'"
17581   parameters:
17582   - "throughput"
17583   - "parent"
17584   - "tags"
17585   traces:
17586     hoverinfo: "x+y"
17587     boxpoints: "outliers"
17588     whiskerwidth: 0
17589   layout:
17590     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
17591     layout: "plot-throughput"
17592
17593 -
17594   type: "plot"
17595   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
17596   algorithm: "plot_performance_box"
17597   output-file-type: ".html"
17598   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
17599   data: "plot-dpdk-throughput-latency-3n-hsw"
17600   filter: "'NIC_Intel-X710' and
17601            '64B' and
17602            'BASE' and
17603            'NDRPDR' and
17604            '1T1C' and
17605            'IP4FWD'"
17606   parameters:
17607   - "throughput"
17608   - "parent"
17609   - "tags"
17610   traces:
17611     hoverinfo: "x+y"
17612     boxpoints: "outliers"
17613     whiskerwidth: 0
17614   layout:
17615     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
17616     layout: "plot-throughput"
17617
17618 -
17619   type: "plot"
17620   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
17621   algorithm: "plot_performance_box"
17622   output-file-type: ".html"
17623   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
17624   data: "plot-dpdk-throughput-latency-3n-hsw"
17625   filter: "'NIC_Intel-X710' and
17626            '64B' and
17627            'BASE' and
17628            'NDRPDR' and
17629            '2T2C' and
17630            'IP4FWD'"
17631   parameters:
17632   - "throughput"
17633   - "parent"
17634   - "tags"
17635   traces:
17636     hoverinfo: "x+y"
17637     boxpoints: "outliers"
17638     whiskerwidth: 0
17639   layout:
17640     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
17641     layout: "plot-throughput"
17642
17643 # Packet Throughput - DPDK l3fwd 3n-hsw-xl710
17644 -
17645   type: "plot"
17646   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
17647   algorithm: "plot_performance_box"
17648   output-file-type: ".html"
17649   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
17650   data: "plot-dpdk-throughput-latency-3n-hsw"
17651   filter: "'NIC_Intel-XL710' and
17652            '64B' and
17653            'BASE' and
17654            'NDRPDR' and
17655            '1T1C' and
17656            'IP4FWD'"
17657   parameters:
17658   - "throughput"
17659   - "parent"
17660   - "tags"
17661   traces:
17662     hoverinfo: "x+y"
17663     boxpoints: "outliers"
17664     whiskerwidth: 0
17665   layout:
17666     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
17667     layout: "plot-throughput"
17668
17669 -
17670   type: "plot"
17671   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
17672   algorithm: "plot_performance_box"
17673   output-file-type: ".html"
17674   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
17675   data: "plot-dpdk-throughput-latency-3n-hsw"
17676   filter: "'NIC_Intel-XL710' and
17677            '64B' and
17678            'BASE' and
17679            'NDRPDR' and
17680            '2T2C' and
17681            'IP4FWD'"
17682   parameters:
17683   - "throughput"
17684   - "parent"
17685   - "tags"
17686   traces:
17687     hoverinfo: "x+y"
17688     boxpoints: "outliers"
17689     whiskerwidth: 0
17690   layout:
17691     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
17692     layout: "plot-throughput"
17693
17694 -
17695   type: "plot"
17696   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
17697   algorithm: "plot_performance_box"
17698   output-file-type: ".html"
17699   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
17700   data: "plot-dpdk-throughput-latency-3n-hsw"
17701   filter: "'NIC_Intel-XL710' and
17702            '64B' and
17703            'BASE' and
17704            'NDRPDR' and
17705            '1T1C' and
17706            'IP4FWD'"
17707   parameters:
17708   - "throughput"
17709   - "parent"
17710   - "tags"
17711   traces:
17712     hoverinfo: "x+y"
17713     boxpoints: "outliers"
17714     whiskerwidth: 0
17715   layout:
17716     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
17717     layout: "plot-throughput"
17718
17719 -
17720   type: "plot"
17721   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
17722   algorithm: "plot_performance_box"
17723   output-file-type: ".html"
17724   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
17725   data: "plot-dpdk-throughput-latency-3n-hsw"
17726   filter: "'NIC_Intel-XL710' and
17727            '64B' and
17728            'BASE' and
17729            'NDRPDR' and
17730            '2T2C' and
17731            'IP4FWD'"
17732   parameters:
17733   - "throughput"
17734   - "parent"
17735   - "tags"
17736   traces:
17737     hoverinfo: "x+y"
17738     boxpoints: "outliers"
17739     whiskerwidth: 0
17740   layout:
17741     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
17742     layout: "plot-throughput"
17743
17744 # Packet Throughput - DPDK l3fwd 3n-skx-x710
17745 -
17746   type: "plot"
17747   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
17748   algorithm: "plot_performance_box"
17749   output-file-type: ".html"
17750   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
17751   data: "plot-dpdk-throughput-latency-3n-skx"
17752   filter: "'NIC_Intel-X710' and
17753            '64B' and
17754            'BASE' and
17755            'NDRPDR' and
17756            '2T1C' and
17757            'IP4FWD'"
17758   parameters:
17759   - "throughput"
17760   - "parent"
17761   - "tags"
17762   traces:
17763     hoverinfo: "x+y"
17764     boxpoints: "outliers"
17765     whiskerwidth: 0
17766   layout:
17767     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
17768     layout: "plot-throughput"
17769
17770 -
17771   type: "plot"
17772   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
17773   algorithm: "plot_performance_box"
17774   output-file-type: ".html"
17775   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
17776   data: "plot-dpdk-throughput-latency-3n-skx"
17777   filter: "'NIC_Intel-X710' and
17778            '64B' and
17779            'BASE' and
17780            'NDRPDR' and
17781            '4T2C' and
17782            'IP4FWD'"
17783   parameters:
17784   - "throughput"
17785   - "parent"
17786   - "tags"
17787   traces:
17788     hoverinfo: "x+y"
17789     boxpoints: "outliers"
17790     whiskerwidth: 0
17791   layout:
17792     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
17793     layout: "plot-throughput"
17794
17795 -
17796   type: "plot"
17797   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
17798   algorithm: "plot_performance_box"
17799   output-file-type: ".html"
17800   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
17801   data: "plot-dpdk-throughput-latency-3n-skx"
17802   filter: "'NIC_Intel-X710' and
17803            '64B' and
17804            'BASE' and
17805            'NDRPDR' and
17806            '2T1C' and
17807            'IP4FWD'"
17808   parameters:
17809   - "throughput"
17810   - "parent"
17811   - "tags"
17812   traces:
17813     hoverinfo: "x+y"
17814     boxpoints: "outliers"
17815     whiskerwidth: 0
17816   layout:
17817     title: "l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
17818     layout: "plot-throughput"
17819
17820 -
17821   type: "plot"
17822   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
17823   algorithm: "plot_performance_box"
17824   output-file-type: ".html"
17825   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
17826   data: "plot-dpdk-throughput-latency-3n-skx"
17827   filter: "'NIC_Intel-X710' and
17828            '64B' and
17829            'BASE' and
17830            'NDRPDR' and
17831            '4T2C' and
17832            'IP4FWD'"
17833   parameters:
17834   - "throughput"
17835   - "parent"
17836   - "tags"
17837   traces:
17838     hoverinfo: "x+y"
17839     boxpoints: "outliers"
17840     whiskerwidth: 0
17841   layout:
17842     title: "l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
17843     layout: "plot-throughput"
17844
17845 # Packet Throughput - DPDK l3fwd 3n-skx-xxv710
17846 -
17847   type: "plot"
17848   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
17849   algorithm: "plot_performance_box"
17850   output-file-type: ".html"
17851   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
17852   data: "plot-dpdk-throughput-latency-3n-skx"
17853   filter: "'NIC_Intel-XXV710' and
17854            '64B' and
17855            'BASE' and
17856            'NDRPDR' and
17857            '2T1C' and
17858            'IP4FWD'"
17859   parameters:
17860   - "throughput"
17861   - "parent"
17862   - "tags"
17863   traces:
17864     hoverinfo: "x+y"
17865     boxpoints: "outliers"
17866     whiskerwidth: 0
17867   layout:
17868     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
17869     layout: "plot-throughput"
17870
17871 -
17872   type: "plot"
17873   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
17874   algorithm: "plot_performance_box"
17875   output-file-type: ".html"
17876   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
17877   data: "plot-dpdk-throughput-latency-3n-skx"
17878   filter: "'NIC_Intel-XXV710' and
17879            '64B' and
17880            'BASE' and
17881            'NDRPDR' and
17882            '4T2C' and
17883            'IP4FWD'"
17884   parameters:
17885   - "throughput"
17886   - "parent"
17887   - "tags"
17888   traces:
17889     hoverinfo: "x+y"
17890     boxpoints: "outliers"
17891     whiskerwidth: 0
17892   layout:
17893     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
17894     layout: "plot-throughput"
17895
17896 -
17897   type: "plot"
17898   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
17899   algorithm: "plot_performance_box"
17900   output-file-type: ".html"
17901   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
17902   data: "plot-dpdk-throughput-latency-3n-skx"
17903   filter: "'NIC_Intel-XXV710' and
17904            '64B' and
17905            'BASE' and
17906            'NDRPDR' and
17907            '2T1C' and
17908            'IP4FWD'"
17909   parameters:
17910   - "throughput"
17911   - "parent"
17912   - "tags"
17913   traces:
17914     hoverinfo: "x+y"
17915     boxpoints: "outliers"
17916     whiskerwidth: 0
17917   layout:
17918     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
17919     layout: "plot-throughput"
17920
17921 -
17922   type: "plot"
17923   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
17924   algorithm: "plot_performance_box"
17925   output-file-type: ".html"
17926   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
17927   data: "plot-dpdk-throughput-latency-3n-skx"
17928   filter: "'NIC_Intel-XXV710' and
17929            '64B' and
17930            'BASE' and
17931            'NDRPDR' and
17932            '4T2C' and
17933            'IP4FWD'"
17934   parameters:
17935   - "throughput"
17936   - "parent"
17937   - "tags"
17938   traces:
17939     hoverinfo: "x+y"
17940     boxpoints: "outliers"
17941     whiskerwidth: 0
17942   layout:
17943     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
17944     layout: "plot-throughput"
17945
17946 # Packet Throughput - DPDK l3fwd 2n-skx-x710
17947 -
17948   type: "plot"
17949   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
17950   algorithm: "plot_performance_box"
17951   output-file-type: ".html"
17952   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
17953   data: "plot-dpdk-throughput-latency-2n-skx"
17954   filter: "'NIC_Intel-X710' and
17955            '64B' and
17956            'BASE' and
17957            'NDRPDR' and
17958            '2T1C' and
17959            'IP4FWD'"
17960   parameters:
17961   - "throughput"
17962   - "parent"
17963   - "tags"
17964   traces:
17965     hoverinfo: "x+y"
17966     boxpoints: "outliers"
17967     whiskerwidth: 0
17968   layout:
17969     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
17970     layout: "plot-throughput"
17971
17972 -
17973   type: "plot"
17974   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
17975   algorithm: "plot_performance_box"
17976   output-file-type: ".html"
17977   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
17978   data: "plot-dpdk-throughput-latency-2n-skx"
17979   filter: "'NIC_Intel-X710' and
17980            '64B' and
17981            'BASE' and
17982            'NDRPDR' and
17983            '4T2C' and
17984            'IP4FWD'"
17985   parameters:
17986   - "throughput"
17987   - "parent"
17988   - "tags"
17989   traces:
17990     hoverinfo: "x+y"
17991     boxpoints: "outliers"
17992     whiskerwidth: 0
17993   layout:
17994     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
17995     layout: "plot-throughput"
17996
17997 -
17998   type: "plot"
17999   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
18000   algorithm: "plot_performance_box"
18001   output-file-type: ".html"
18002   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
18003   data: "plot-dpdk-throughput-latency-2n-skx"
18004   filter: "'NIC_Intel-X710' and
18005            '64B' and
18006            'BASE' and
18007            'NDRPDR' and
18008            '2T1C' and
18009            'IP4FWD'"
18010   parameters:
18011   - "throughput"
18012   - "parent"
18013   - "tags"
18014   traces:
18015     hoverinfo: "x+y"
18016     boxpoints: "outliers"
18017     whiskerwidth: 0
18018   layout:
18019     title: "l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
18020     layout: "plot-throughput"
18021
18022 -
18023   type: "plot"
18024   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
18025   algorithm: "plot_performance_box"
18026   output-file-type: ".html"
18027   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
18028   data: "plot-dpdk-throughput-latency-2n-skx"
18029   filter: "'NIC_Intel-X710' and
18030            '64B' and
18031            'BASE' and
18032            'NDRPDR' and
18033            '4T2C' and
18034            'IP4FWD'"
18035   parameters:
18036   - "throughput"
18037   - "parent"
18038   - "tags"
18039   traces:
18040     hoverinfo: "x+y"
18041     boxpoints: "outliers"
18042     whiskerwidth: 0
18043   layout:
18044     title: "l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
18045     layout: "plot-throughput"
18046
18047 # Packet Throughput - DPDK l3fwd 2n-skx-xxv710
18048 -
18049   type: "plot"
18050   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
18051   algorithm: "plot_performance_box"
18052   output-file-type: ".html"
18053   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
18054   data: "plot-dpdk-throughput-latency-2n-skx"
18055   filter: "'NIC_Intel-XXV710' and
18056            '64B' and
18057            'BASE' and
18058            'NDRPDR' and
18059            '2T1C' and
18060            'IP4FWD'"
18061   parameters:
18062   - "throughput"
18063   - "parent"
18064   - "tags"
18065   traces:
18066     hoverinfo: "x+y"
18067     boxpoints: "outliers"
18068     whiskerwidth: 0
18069   layout:
18070     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
18071     layout: "plot-throughput"
18072
18073 -
18074   type: "plot"
18075   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
18076   algorithm: "plot_performance_box"
18077   output-file-type: ".html"
18078   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
18079   data: "plot-dpdk-throughput-latency-2n-skx"
18080   filter: "'NIC_Intel-XXV710' and
18081            '64B' and
18082            'BASE' and
18083            'NDRPDR' and
18084            '4T2C' and
18085            'IP4FWD'"
18086   parameters:
18087   - "throughput"
18088   - "parent"
18089   - "tags"
18090   traces:
18091     hoverinfo: "x+y"
18092     boxpoints: "outliers"
18093     whiskerwidth: 0
18094   layout:
18095     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
18096     layout: "plot-throughput"
18097
18098 -
18099   type: "plot"
18100   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
18101   algorithm: "plot_performance_box"
18102   output-file-type: ".html"
18103   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
18104   data: "plot-dpdk-throughput-latency-2n-skx"
18105   filter: "'NIC_Intel-XXV710' and
18106            '64B' and
18107            'BASE' and
18108            'NDRPDR' and
18109            '2T1C' and
18110            'IP4FWD'"
18111   parameters:
18112   - "throughput"
18113   - "parent"
18114   - "tags"
18115   traces:
18116     hoverinfo: "x+y"
18117     boxpoints: "outliers"
18118     whiskerwidth: 0
18119   layout:
18120     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
18121     layout: "plot-throughput"
18122
18123 -
18124   type: "plot"
18125   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
18126   algorithm: "plot_performance_box"
18127   output-file-type: ".html"
18128   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
18129   data: "plot-dpdk-throughput-latency-2n-skx"
18130   filter: "'NIC_Intel-XXV710' and
18131            '64B' and
18132            'BASE' and
18133            'NDRPDR' and
18134            '4T2C' and
18135            'IP4FWD'"
18136   parameters:
18137   - "throughput"
18138   - "parent"
18139   - "tags"
18140   traces:
18141     hoverinfo: "x+y"
18142     boxpoints: "outliers"
18143     whiskerwidth: 0
18144   layout:
18145     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
18146     layout: "plot-throughput"
18147
18148 ################################################################################
18149
18150 # Packet Throughput - DPDK testpmd 3n-hsw-x520
18151 -
18152   type: "plot"
18153   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
18154   algorithm: "plot_performance_box"
18155   output-file-type: ".html"
18156   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
18157   data: "plot-dpdk-throughput-latency-3n-hsw"
18158   filter: "'NIC_Intel-X520-DA2' and
18159            '64B' and
18160            'BASE' and
18161            'NDRPDR' and
18162            '1T1C' and
18163            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18164   parameters:
18165   - "throughput"
18166   - "parent"
18167   - "tags"
18168   traces:
18169     hoverinfo: "x+y"
18170     boxpoints: "outliers"
18171     whiskerwidth: 0
18172   layout:
18173     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
18174     layout: "plot-throughput"
18175
18176 -
18177   type: "plot"
18178   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
18179   algorithm: "plot_performance_box"
18180   output-file-type: ".html"
18181   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
18182   data: "plot-dpdk-throughput-latency-3n-hsw"
18183   filter: "'NIC_Intel-X520-DA2' and
18184            '64B' and
18185            'BASE' and
18186            'NDRPDR' and
18187            '2T2C' and
18188            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18189   parameters:
18190   - "throughput"
18191   - "parent"
18192   - "tags"
18193   traces:
18194     hoverinfo: "x+y"
18195     boxpoints: "outliers"
18196     whiskerwidth: 0
18197   layout:
18198     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
18199     layout: "plot-throughput"
18200
18201 -
18202   type: "plot"
18203   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
18204   algorithm: "plot_performance_box"
18205   output-file-type: ".html"
18206   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
18207   data: "plot-dpdk-throughput-latency-3n-hsw"
18208   filter: "'NIC_Intel-X520-DA2' and
18209            '64B' and
18210            'BASE' and
18211            'NDRPDR' and
18212            '1T1C' and
18213            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18214   parameters:
18215   - "throughput"
18216   - "parent"
18217   - "tags"
18218   traces:
18219     hoverinfo: "x+y"
18220     boxpoints: "outliers"
18221     whiskerwidth: 0
18222   layout:
18223     title: "testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
18224     layout: "plot-throughput"
18225
18226 -
18227   type: "plot"
18228   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
18229   algorithm: "plot_performance_box"
18230   output-file-type: ".html"
18231   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
18232   data: "plot-dpdk-throughput-latency-3n-hsw"
18233   filter: "'NIC_Intel-X520-DA2' and
18234            '64B' and
18235            'BASE' and
18236            'NDRPDR' and
18237            '2T2C' and
18238            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18239   parameters:
18240   - "throughput"
18241   - "parent"
18242   - "tags"
18243   traces:
18244     hoverinfo: "x+y"
18245     boxpoints: "outliers"
18246     whiskerwidth: 0
18247   layout:
18248     title: "testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
18249     layout: "plot-throughput"
18250
18251 # Packet Throughput - DPDK testpmd 3n-hsw-x710
18252 -
18253   type: "plot"
18254   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
18255   algorithm: "plot_performance_box"
18256   output-file-type: ".html"
18257   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
18258   data: "plot-dpdk-throughput-latency-3n-hsw"
18259   filter: "'NIC_Intel-X710' and
18260            '64B' and
18261            'BASE' and
18262            'NDRPDR' and
18263            '1T1C' and
18264            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18265   parameters:
18266   - "throughput"
18267   - "parent"
18268   - "tags"
18269   traces:
18270     hoverinfo: "x+y"
18271     boxpoints: "outliers"
18272     whiskerwidth: 0
18273   layout:
18274     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
18275     layout: "plot-throughput"
18276
18277 -
18278   type: "plot"
18279   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
18280   algorithm: "plot_performance_box"
18281   output-file-type: ".html"
18282   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
18283   data: "plot-dpdk-throughput-latency-3n-hsw"
18284   filter: "'NIC_Intel-X710' and
18285            '64B' and
18286            'BASE' and
18287            'NDRPDR' and
18288            '2T2C' and
18289            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18290   parameters:
18291   - "throughput"
18292   - "parent"
18293   - "tags"
18294   traces:
18295     hoverinfo: "x+y"
18296     boxpoints: "outliers"
18297     whiskerwidth: 0
18298   layout:
18299     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
18300     layout: "plot-throughput"
18301
18302 -
18303   type: "plot"
18304   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
18305   algorithm: "plot_performance_box"
18306   output-file-type: ".html"
18307   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
18308   data: "plot-dpdk-throughput-latency-3n-hsw"
18309   filter: "'NIC_Intel-X710' and
18310            '64B' and
18311            'BASE' and
18312            'NDRPDR' and
18313            '1T1C' and
18314            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18315   parameters:
18316   - "throughput"
18317   - "parent"
18318   - "tags"
18319   traces:
18320     hoverinfo: "x+y"
18321     boxpoints: "outliers"
18322     whiskerwidth: 0
18323   layout:
18324     title: "testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
18325     layout: "plot-throughput"
18326
18327 -
18328   type: "plot"
18329   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
18330   algorithm: "plot_performance_box"
18331   output-file-type: ".html"
18332   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
18333   data: "plot-dpdk-throughput-latency-3n-hsw"
18334   filter: "'NIC_Intel-X710' and
18335            '64B' and
18336            'BASE' and
18337            'NDRPDR' and
18338            '2T2C' and
18339            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18340   parameters:
18341   - "throughput"
18342   - "parent"
18343   - "tags"
18344   traces:
18345     hoverinfo: "x+y"
18346     boxpoints: "outliers"
18347     whiskerwidth: 0
18348   layout:
18349     title: "testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
18350     layout: "plot-throughput"
18351
18352 # Packet Throughput - DPDK testpmd 3n-hsw-xl710
18353 -
18354   type: "plot"
18355   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
18356   algorithm: "plot_performance_box"
18357   output-file-type: ".html"
18358   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
18359   data: "plot-dpdk-throughput-latency-3n-hsw"
18360   filter: "'NIC_Intel-XL710' and
18361            '64B' and
18362            'BASE' and
18363            'NDRPDR' and
18364            '1T1C' and
18365            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18366   parameters:
18367   - "throughput"
18368   - "parent"
18369   - "tags"
18370   traces:
18371     hoverinfo: "x+y"
18372     boxpoints: "outliers"
18373     whiskerwidth: 0
18374   layout:
18375     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
18376     layout: "plot-throughput"
18377
18378 -
18379   type: "plot"
18380   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
18381   algorithm: "plot_performance_box"
18382   output-file-type: ".html"
18383   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
18384   data: "plot-dpdk-throughput-latency-3n-hsw"
18385   filter: "'NIC_Intel-XL710' and
18386            '64B' and
18387            'BASE' and
18388            'NDRPDR' and
18389            '2T2C' and
18390            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18391   parameters:
18392   - "throughput"
18393   - "parent"
18394   - "tags"
18395   traces:
18396     hoverinfo: "x+y"
18397     boxpoints: "outliers"
18398     whiskerwidth: 0
18399   layout:
18400     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
18401     layout: "plot-throughput"
18402
18403 -
18404   type: "plot"
18405   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
18406   algorithm: "plot_performance_box"
18407   output-file-type: ".html"
18408   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
18409   data: "plot-dpdk-throughput-latency-3n-hsw"
18410   filter: "'NIC_Intel-XL710' and
18411            '64B' and
18412            'BASE' and
18413            'NDRPDR' and
18414            '1T1C' and
18415            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18416   parameters:
18417   - "throughput"
18418   - "parent"
18419   - "tags"
18420   traces:
18421     hoverinfo: "x+y"
18422     boxpoints: "outliers"
18423     whiskerwidth: 0
18424   layout:
18425     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
18426     layout: "plot-throughput"
18427
18428 -
18429   type: "plot"
18430   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
18431   algorithm: "plot_performance_box"
18432   output-file-type: ".html"
18433   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
18434   data: "plot-dpdk-throughput-latency-3n-hsw"
18435   filter: "'NIC_Intel-XL710' and
18436            '64B' and
18437            'BASE' and
18438            'NDRPDR' and
18439            '2T2C' and
18440            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18441   parameters:
18442   - "throughput"
18443   - "parent"
18444   - "tags"
18445   traces:
18446     hoverinfo: "x+y"
18447     boxpoints: "outliers"
18448     whiskerwidth: 0
18449   layout:
18450     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
18451     layout: "plot-throughput"
18452
18453 # Packet Throughput - DPDK testpmd 3n-skx-x710
18454 -
18455   type: "plot"
18456   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-ndr"
18457   algorithm: "plot_performance_box"
18458   output-file-type: ".html"
18459   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr"
18460   data: "plot-dpdk-throughput-latency-3n-skx"
18461   filter: "'NIC_Intel-X710' and
18462            '64B' and
18463            'BASE' and
18464            'NDRPDR' and
18465            '2T1C' and
18466            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18467   parameters:
18468   - "throughput"
18469   - "parent"
18470   - "tags"
18471   traces:
18472     hoverinfo: "x+y"
18473     boxpoints: "outliers"
18474     whiskerwidth: 0
18475   layout:
18476     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
18477     layout: "plot-throughput"
18478
18479 -
18480   type: "plot"
18481   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-ndr"
18482   algorithm: "plot_performance_box"
18483   output-file-type: ".html"
18484   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr"
18485   data: "plot-dpdk-throughput-latency-3n-skx"
18486   filter: "'NIC_Intel-X710' and
18487            '64B' and
18488            'BASE' and
18489            'NDRPDR' and
18490            '4T2C' and
18491            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18492   parameters:
18493   - "throughput"
18494   - "parent"
18495   - "tags"
18496   traces:
18497     hoverinfo: "x+y"
18498     boxpoints: "outliers"
18499     whiskerwidth: 0
18500   layout:
18501     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
18502     layout: "plot-throughput"
18503
18504 -
18505   type: "plot"
18506   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-pdr"
18507   algorithm: "plot_performance_box"
18508   output-file-type: ".html"
18509   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-pdr"
18510   data: "plot-dpdk-throughput-latency-3n-skx"
18511   filter: "'NIC_Intel-X710' and
18512            '64B' and
18513            'BASE' and
18514            'NDRPDR' and
18515            '2T1C' and
18516            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18517   parameters:
18518   - "throughput"
18519   - "parent"
18520   - "tags"
18521   traces:
18522     hoverinfo: "x+y"
18523     boxpoints: "outliers"
18524     whiskerwidth: 0
18525   layout:
18526     title: "testpmd-3n-skx-x710-64b-2t1c-base-pdr"
18527     layout: "plot-throughput"
18528
18529 -
18530   type: "plot"
18531   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-pdr"
18532   algorithm: "plot_performance_box"
18533   output-file-type: ".html"
18534   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-pdr"
18535   data: "plot-dpdk-throughput-latency-3n-skx"
18536   filter: "'NIC_Intel-X710' and
18537            '64B' and
18538            'BASE' and
18539            'NDRPDR' and
18540            '4T2C' and
18541            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18542   parameters:
18543   - "throughput"
18544   - "parent"
18545   - "tags"
18546   traces:
18547     hoverinfo: "x+y"
18548     boxpoints: "outliers"
18549     whiskerwidth: 0
18550   layout:
18551     title: "testpmd-3n-skx-x710-64b-4t2c-base-pdr"
18552     layout: "plot-throughput"
18553
18554 # Packet Throughput - DPDK testpmd 3n-skx-xxv710
18555 -
18556   type: "plot"
18557   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
18558   algorithm: "plot_performance_box"
18559   output-file-type: ".html"
18560   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
18561   data: "plot-dpdk-throughput-latency-3n-skx"
18562   filter: "'NIC_Intel-XXV710' and
18563            '64B' and
18564            'BASE' and
18565            'NDRPDR' and
18566            '2T1C' and
18567            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18568   parameters:
18569   - "throughput"
18570   - "parent"
18571   - "tags"
18572   traces:
18573     hoverinfo: "x+y"
18574     boxpoints: "outliers"
18575     whiskerwidth: 0
18576   layout:
18577     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
18578     layout: "plot-throughput"
18579
18580 -
18581   type: "plot"
18582   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
18583   algorithm: "plot_performance_box"
18584   output-file-type: ".html"
18585   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
18586   data: "plot-dpdk-throughput-latency-3n-skx"
18587   filter: "'NIC_Intel-XXV710' and
18588            '64B' and
18589            'BASE' and
18590            'NDRPDR' and
18591            '4T2C' and
18592            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18593   parameters:
18594   - "throughput"
18595   - "parent"
18596   - "tags"
18597   traces:
18598     hoverinfo: "x+y"
18599     boxpoints: "outliers"
18600     whiskerwidth: 0
18601   layout:
18602     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
18603     layout: "plot-throughput"
18604
18605 -
18606   type: "plot"
18607   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
18608   algorithm: "plot_performance_box"
18609   output-file-type: ".html"
18610   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
18611   data: "plot-dpdk-throughput-latency-3n-skx"
18612   filter: "'NIC_Intel-XXV710' and
18613            '64B' and
18614            'BASE' and
18615            'NDRPDR' and
18616            '2T1C' and
18617            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18618   parameters:
18619   - "throughput"
18620   - "parent"
18621   - "tags"
18622   traces:
18623     hoverinfo: "x+y"
18624     boxpoints: "outliers"
18625     whiskerwidth: 0
18626   layout:
18627     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
18628     layout: "plot-throughput"
18629
18630 -
18631   type: "plot"
18632   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
18633   algorithm: "plot_performance_box"
18634   output-file-type: ".html"
18635   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
18636   data: "plot-dpdk-throughput-latency-3n-skx"
18637   filter: "'NIC_Intel-XXV710' and
18638            '64B' and
18639            'BASE' and
18640            'NDRPDR' and
18641            '4T2C' and
18642            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18643   parameters:
18644   - "throughput"
18645   - "parent"
18646   - "tags"
18647   traces:
18648     hoverinfo: "x+y"
18649     boxpoints: "outliers"
18650     whiskerwidth: 0
18651   layout:
18652     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
18653     layout: "plot-throughput"
18654
18655 # Packet Throughput - DPDK testpmd 2n-skx-x710
18656 -
18657   type: "plot"
18658   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-ndr"
18659   algorithm: "plot_performance_box"
18660   output-file-type: ".html"
18661   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr"
18662   data: "plot-dpdk-throughput-latency-2n-skx"
18663   filter: "'NIC_Intel-X710' and
18664            '64B' and
18665            'BASE' and
18666            'NDRPDR' and
18667            '2T1C' and
18668            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18669   parameters:
18670   - "throughput"
18671   - "parent"
18672   - "tags"
18673   traces:
18674     hoverinfo: "x+y"
18675     boxpoints: "outliers"
18676     whiskerwidth: 0
18677   layout:
18678     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
18679     layout: "plot-throughput"
18680
18681 -
18682   type: "plot"
18683   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-ndr"
18684   algorithm: "plot_performance_box"
18685   output-file-type: ".html"
18686   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr"
18687   data: "plot-dpdk-throughput-latency-2n-skx"
18688   filter: "'NIC_Intel-X710' and
18689            '64B' and
18690            'BASE' and
18691            'NDRPDR' and
18692            '4T2C' and
18693            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18694   parameters:
18695   - "throughput"
18696   - "parent"
18697   - "tags"
18698   traces:
18699     hoverinfo: "x+y"
18700     boxpoints: "outliers"
18701     whiskerwidth: 0
18702   layout:
18703     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
18704     layout: "plot-throughput"
18705
18706 -
18707   type: "plot"
18708   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-pdr"
18709   algorithm: "plot_performance_box"
18710   output-file-type: ".html"
18711   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-pdr"
18712   data: "plot-dpdk-throughput-latency-2n-skx"
18713   filter: "'NIC_Intel-X710' and
18714            '64B' and
18715            'BASE' and
18716            'NDRPDR' and
18717            '2T1C' and
18718            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18719   parameters:
18720   - "throughput"
18721   - "parent"
18722   - "tags"
18723   traces:
18724     hoverinfo: "x+y"
18725     boxpoints: "outliers"
18726     whiskerwidth: 0
18727   layout:
18728     title: "testpmd-2n-skx-x710-64b-2t1c-base-pdr"
18729     layout: "plot-throughput"
18730
18731 -
18732   type: "plot"
18733   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-pdr"
18734   algorithm: "plot_performance_box"
18735   output-file-type: ".html"
18736   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-pdr"
18737   data: "plot-dpdk-throughput-latency-2n-skx"
18738   filter: "'NIC_Intel-X710' and
18739            '64B' and
18740            'BASE' and
18741            'NDRPDR' and
18742            '4T2C' and
18743            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18744   parameters:
18745   - "throughput"
18746   - "parent"
18747   - "tags"
18748   traces:
18749     hoverinfo: "x+y"
18750     boxpoints: "outliers"
18751     whiskerwidth: 0
18752   layout:
18753     title: "testpmd-2n-skx-x710-64b-4t2c-base-pdr"
18754     layout: "plot-throughput"
18755
18756 # Packet Throughput - DPDK testpmd 2n-skx-xxv710
18757 -
18758   type: "plot"
18759   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
18760   algorithm: "plot_performance_box"
18761   output-file-type: ".html"
18762   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
18763   data: "plot-dpdk-throughput-latency-2n-skx"
18764   filter: "'NIC_Intel-XXV710' and
18765            '64B' and
18766            'BASE' and
18767            'NDRPDR' and
18768            '2T1C' and
18769            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18770   parameters:
18771   - "throughput"
18772   - "parent"
18773   - "tags"
18774   traces:
18775     hoverinfo: "x+y"
18776     boxpoints: "outliers"
18777     whiskerwidth: 0
18778   layout:
18779     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
18780     layout: "plot-throughput"
18781
18782 -
18783   type: "plot"
18784   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
18785   algorithm: "plot_performance_box"
18786   output-file-type: ".html"
18787   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
18788   data: "plot-dpdk-throughput-latency-2n-skx"
18789   filter: "'NIC_Intel-XXV710' and
18790            '64B' and
18791            'BASE' and
18792            'NDRPDR' and
18793            '4T2C' and
18794            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18795   parameters:
18796   - "throughput"
18797   - "parent"
18798   - "tags"
18799   traces:
18800     hoverinfo: "x+y"
18801     boxpoints: "outliers"
18802     whiskerwidth: 0
18803   layout:
18804     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
18805     layout: "plot-throughput"
18806
18807 -
18808   type: "plot"
18809   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
18810   algorithm: "plot_performance_box"
18811   output-file-type: ".html"
18812   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
18813   data: "plot-dpdk-throughput-latency-2n-skx"
18814   filter: "'NIC_Intel-XXV710' and
18815            '64B' and
18816            'BASE' and
18817            'NDRPDR' and
18818            '2T1C' and
18819            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18820   parameters:
18821   - "throughput"
18822   - "parent"
18823   - "tags"
18824   traces:
18825     hoverinfo: "x+y"
18826     boxpoints: "outliers"
18827     whiskerwidth: 0
18828   layout:
18829     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
18830     layout: "plot-throughput"
18831
18832 -
18833   type: "plot"
18834   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
18835   algorithm: "plot_performance_box"
18836   output-file-type: ".html"
18837   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
18838   data: "plot-dpdk-throughput-latency-2n-skx"
18839   filter: "'NIC_Intel-XXV710' and
18840            '64B' and
18841            'BASE' and
18842            'NDRPDR' and
18843            '4T2C' and
18844            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18845   parameters:
18846   - "throughput"
18847   - "parent"
18848   - "tags"
18849   traces:
18850     hoverinfo: "x+y"
18851     boxpoints: "outliers"
18852     whiskerwidth: 0
18853   layout:
18854     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
18855     layout: "plot-throughput"
18856
18857 ################################################################################
18858
18859 # Packet Latency - VPP L2 3n-hsw-x520 base and scale
18860 -
18861   type: "plot"
18862   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18863   algorithm: "plot_latency_error_bars"
18864   output-file-type: ".html"
18865   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18866   data: "plot-vpp-throughput-latency-3n-hsw"
18867   filter: "'NIC_Intel-X520-DA2' and
18868            '64B' and
18869            ('BASE' or 'SCALE') and
18870            'NDRPDR' and
18871            'ETH' and
18872            '1T1C' and
18873            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18874            not 'VHOST' and
18875            not 'MEMIF'"
18876   parameters:
18877   - "latency"
18878   - "parent"
18879   - "tags"
18880   sort:
18881   - "L2XCFWD"
18882   - "L2PATCH"
18883   - "L2BDMACLRN"
18884   - "FIB_10K"
18885   - "FIB_100K"
18886   - "FIB_1M"
18887   layout:
18888     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
18889     layout: "plot-latency"
18890
18891 -
18892   type: "plot"
18893   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
18894   algorithm: "plot_latency_error_bars"
18895   output-file-type: ".html"
18896   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
18897   data: "plot-vpp-throughput-latency-3n-hsw"
18898   filter: "'NIC_Intel-X520-DA2' and
18899            '64B' and
18900            ('BASE' or 'SCALE') and
18901            'NDRPDR' and
18902            'ETH' and
18903            '2T2C' and
18904            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18905            not 'VHOST' and
18906            not 'MEMIF'"
18907   parameters:
18908   - "latency"
18909   - "parent"
18910   - "tags"
18911   sort:
18912   - "L2XCFWD"
18913   - "L2PATCH"
18914   - "L2BDMACLRN"
18915   - "FIB_10K"
18916   - "FIB_100K"
18917   - "FIB_1M"
18918   layout:
18919     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
18920     layout: "plot-latency"
18921
18922 # Packet Latency - VPP L2 3n-hsw-x520 features
18923 -
18924   type: "plot"
18925   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
18926   algorithm: "plot_latency_error_bars"
18927   output-file-type: ".html"
18928   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
18929   data: "plot-vpp-throughput-latency-3n-hsw"
18930   filter: "'NIC_Intel-X520-DA2' and
18931            '64B' and
18932            'NDRPDR' and
18933            '1T1C' and
18934            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18935            not 'ACL' and
18936            not 'VHOST' and
18937            not 'MEMIF'"
18938   parameters:
18939   - "latency"
18940   - "parent"
18941   - "tags"
18942   sort:
18943   - "L2XCBASE"    # l2xcbase
18944   - "L2BDBASE"    # l2bdbase
18945   - "L2XCFWD"     # dot1q-l2xcbase
18946   - "L2BDMACLRN"  # dot1q-l2bdbase
18947   layout:
18948     title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
18949     layout: "plot-latency"
18950
18951 -
18952   type: "plot"
18953   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
18954   algorithm: "plot_latency_error_bars"
18955   output-file-type: ".html"
18956   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
18957   data: "plot-vpp-throughput-latency-3n-hsw"
18958   filter: "'NIC_Intel-X520-DA2' and
18959            '64B' and
18960            'NDRPDR' and
18961            '2T2C' and
18962            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18963            not 'ACL' and
18964            not 'VHOST' and
18965            not 'MEMIF'"
18966   parameters:
18967   - "latency"
18968   - "parent"
18969   - "tags"
18970   sort:
18971   - "L2XCBASE"    # l2xcbase
18972   - "L2BDBASE"    # l2bdbase
18973   - "L2XCFWD"     # dot1q-l2xcbase
18974   - "L2BDMACLRN"  # dot1q-l2bdbase
18975   layout:
18976     title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
18977     layout: "plot-latency"
18978
18979 # Packet Latency - VPP L2 3n-hsw-x710 base and scale
18980 -
18981   type: "plot"
18982   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
18983   algorithm: "plot_latency_error_bars"
18984   output-file-type: ".html"
18985   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
18986   data: "plot-vpp-throughput-latency-3n-hsw"
18987   filter: "'NIC_Intel-X710' and
18988            '64B' and
18989            ('BASE' or 'SCALE') and
18990            'NDRPDR' and
18991            'ETH' and
18992            '1T1C' and
18993            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18994            not 'VHOST' and
18995            not 'MEMIF'"
18996   parameters:
18997   - "latency"
18998   - "parent"
18999   - "tags"
19000   sort:
19001   - "L2PATCH"
19002   - "L2XCBASE"
19003   - "BASE"
19004   - "FIB_10K"
19005   - "FIB_100K"
19006   - "FIB_1M"
19007   layout:
19008     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
19009     layout: "plot-latency"
19010
19011 -
19012   type: "plot"
19013   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19014   algorithm: "plot_latency_error_bars"
19015   output-file-type: ".html"
19016   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19017   data: "plot-vpp-throughput-latency-3n-hsw"
19018   filter: "'NIC_Intel-X710' and
19019            '64B' and
19020            ('BASE' or 'SCALE') and
19021            'NDRPDR' and
19022            'ETH' and
19023            '2T2C' and
19024            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19025            not 'VHOST' and
19026            not 'MEMIF'"
19027   parameters:
19028   - "latency"
19029   - "parent"
19030   - "tags"
19031   sort:
19032   - "L2PATCH"
19033   - "L2XCBASE"
19034   - "BASE"
19035   - "FIB_10K"
19036   - "FIB_100K"
19037   - "FIB_1M"
19038   layout:
19039     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
19040     layout: "plot-latency"
19041
19042 # Packet Latency - VPP L2 3n-hsw-x710 features
19043 -
19044   type: "plot"
19045   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
19046   algorithm: "plot_latency_error_bars"
19047   output-file-type: ".html"
19048   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
19049   data: "plot-vpp-throughput-latency-3n-hsw"
19050   filter: "'NIC_Intel-X710' and
19051            '64B' and
19052            'NDRPDR' and
19053            '1T1C' and
19054            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
19055            not 'ACL' and
19056            not 'VHOST' and
19057            not 'MEMIF'"
19058   parameters:
19059   - "latency"
19060   - "parent"
19061   - "tags"
19062   sort:
19063   - "L2XCBASE"    # l2xcbase
19064   - "L2BDBASE"    # l2bdbase
19065   - "L2XCFWD"     # dot1q-l2xcbase
19066   - "L2BDMACLRN"  # dot1q-l2bdbase
19067   layout:
19068     title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
19069     layout: "plot-latency"
19070
19071 -
19072   type: "plot"
19073   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
19074   algorithm: "plot_latency_error_bars"
19075   output-file-type: ".html"
19076   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
19077   data: "plot-vpp-throughput-latency-3n-hsw"
19078   filter: "'NIC_Intel-X710' and
19079            '64B' and
19080            'NDRPDR' and
19081            '2T2C' and
19082            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
19083            not 'ACL' and
19084            not 'VHOST' and
19085            not 'MEMIF'"
19086   parameters:
19087   - "latency"
19088   - "parent"
19089   - "tags"
19090   sort:
19091   - "L2XCBASE"    # l2xcbase
19092   - "L2BDBASE"    # l2bdbase
19093   - "L2XCFWD"     # dot1q-l2xcbase
19094   - "L2BDMACLRN"  # dot1q-l2bdbase
19095   layout:
19096     title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
19097     layout: "plot-latency"
19098
19099 # Packet Latency - VPP L2 3n-hsw-xl710 base and scale
19100 -
19101   type: "plot"
19102   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
19103   algorithm: "plot_latency_error_bars"
19104   output-file-type: ".html"
19105   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
19106   data: "plot-vpp-throughput-latency-3n-hsw"
19107   filter: "'NIC_Intel-XL710' and
19108            '64B' and
19109            ('BASE' or 'SCALE') and
19110            'NDRPDR' and
19111            'ETH' and
19112            '1T1C' and
19113            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19114            not 'VHOST' and
19115            not 'MEMIF'"
19116   parameters:
19117   - "latency"
19118   - "parent"
19119   - "tags"
19120   sort:
19121   - "L2PATCH"
19122   - "L2XCBASE"
19123   - "BASE"
19124   - "FIB_10K"
19125   - "FIB_100K"
19126   - "FIB_1M"
19127   layout:
19128     title: "l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
19129     layout: "plot-latency"
19130
19131 -
19132   type: "plot"
19133   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
19134   algorithm: "plot_latency_error_bars"
19135   output-file-type: ".html"
19136   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
19137   data: "plot-vpp-throughput-latency-3n-hsw"
19138   filter: "'NIC_Intel-XL710' and
19139            '64B' and
19140            ('BASE' or 'SCALE') and
19141            'NDRPDR' and
19142            'ETH' and
19143            '2T2C' and
19144            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19145            not 'VHOST' and
19146            not 'MEMIF'"
19147   parameters:
19148   - "latency"
19149   - "parent"
19150   - "tags"
19151   sort:
19152   - "L2PATCH"
19153   - "L2XCBASE"
19154   - "BASE"
19155   - "FIB_10K"
19156   - "FIB_100K"
19157   - "FIB_1M"
19158   layout:
19159     title: "l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
19160     layout: "plot-latency"
19161
19162 # Packet Latency - VPP L2 3n-skx-x710 base and scale
19163 -
19164   type: "plot"
19165   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19166   algorithm: "plot_latency_error_bars"
19167   output-file-type: ".html"
19168   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19169   data: "plot-vpp-throughput-latency-3n-skx"
19170   filter: "'NIC_Intel-X710' and
19171            '64B' and
19172            ('BASE' or 'SCALE') and
19173            'NDRPDR' and
19174            'ETH' and
19175            '2T1C' and
19176            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19177            not 'VHOST' and
19178            not 'MEMIF' and
19179            not 'DRV_AVF'"
19180   parameters:
19181   - "latency"
19182   - "parent"
19183   - "tags"
19184   sort:
19185   - "L2PATCH"
19186   - "L2XCBASE"
19187   - "BASE"
19188   - "FIB_10K"
19189   - "FIB_100K"
19190   - "FIB_1M"
19191   layout:
19192     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
19193     layout: "plot-latency"
19194
19195 -
19196   type: "plot"
19197   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19198   algorithm: "plot_latency_error_bars"
19199   output-file-type: ".html"
19200   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19201   data: "plot-vpp-throughput-latency-3n-skx"
19202   filter: "'NIC_Intel-X710' and
19203            '64B' and
19204            ('BASE' or 'SCALE') and
19205            'NDRPDR' and
19206            'ETH' and
19207            '4T2C' and
19208            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19209            not 'VHOST' and
19210            not 'MEMIF' and
19211            not 'DRV_AVF'"
19212   parameters:
19213   - "latency"
19214   - "parent"
19215   - "tags"
19216   sort:
19217   - "L2PATCH"
19218   - "L2XCBASE"
19219   - "BASE"
19220   - "FIB_10K"
19221   - "FIB_100K"
19222   - "FIB_1M"
19223   layout:
19224     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
19225     layout: "plot-latency"
19226
19227 # Packet Latency - VPP L2 3n-skx-x710 features
19228 -
19229   type: "plot"
19230   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
19231   algorithm: "plot_latency_error_bars"
19232   output-file-type: ".html"
19233   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
19234   data: "plot-vpp-throughput-latency-3n-skx"
19235   filter: "'NIC_Intel-X710' and
19236            '64B' and
19237            'NDRPDR' and
19238            '2T1C' and
19239            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
19240            not 'ACL' and
19241            not 'VHOST' and
19242            not 'MEMIF'"
19243   parameters:
19244   - "latency"
19245   - "parent"
19246   - "tags"
19247   sort:
19248   - "L2XCBASE"    # l2xcbase
19249   - "L2BDBASE"    # l2bdbase
19250   - "L2XCFWD"     # dot1q-l2xcbase
19251   - "L2BDMACLRN"  # dot1q-l2bdbase
19252   layout:
19253     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
19254     layout: "plot-latency"
19255
19256 -
19257   type: "plot"
19258   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
19259   algorithm: "plot_latency_error_bars"
19260   output-file-type: ".html"
19261   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
19262   data: "plot-vpp-throughput-latency-3n-skx"
19263   filter: "'NIC_Intel-X710' and
19264            '64B' and
19265            'NDRPDR' and
19266            '4T2C' and
19267            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
19268            not 'ACL' and
19269            not 'VHOST' and
19270            not 'MEMIF'"
19271   parameters:
19272   - "latency"
19273   - "parent"
19274   - "tags"
19275   sort:
19276   - "L2XCBASE"    # l2xcbase
19277   - "L2BDBASE"    # l2bdbase
19278   - "L2XCFWD"     # dot1q-l2xcbase
19279   - "L2BDMACLRN"  # dot1q-l2bdbase
19280   layout:
19281     title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
19282     layout: "plot-latency"
19283
19284 # Packet Latency - VPP L2 3n-skx-xxv710 base and scale
19285 -
19286   type: "plot"
19287   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19288   algorithm: "plot_latency_error_bars"
19289   output-file-type: ".html"
19290   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19291   data: "plot-vpp-throughput-latency-3n-skx"
19292   filter: "'NIC_Intel-XXV710' and
19293            '64B' and
19294            ('BASE' or 'SCALE') and
19295            'NDRPDR' and
19296            'ETH' and
19297            '2T1C' and
19298            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19299            not 'VHOST' and
19300            not 'MEMIF' and
19301            not 'DRV_AVF'"
19302   parameters:
19303   - "latency"
19304   - "parent"
19305   - "tags"
19306   sort:
19307   - "L2PATCH"
19308   - "L2XCBASE"
19309   - "BASE"
19310   - "FIB_10K"
19311   - "FIB_100K"
19312   - "FIB_1M"
19313   layout:
19314     title: "l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
19315     layout: "plot-latency"
19316
19317 -
19318   type: "plot"
19319   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19320   algorithm: "plot_latency_error_bars"
19321   output-file-type: ".html"
19322   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19323   data: "plot-vpp-throughput-latency-3n-skx"
19324   filter: "'NIC_Intel-XXV710' and
19325            '64B' and
19326            ('BASE' or 'SCALE') and
19327            'NDRPDR' and
19328            'ETH' and
19329            '4T2C' and
19330            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19331            not 'VHOST' and
19332            not 'MEMIF' and
19333            not 'DRV_AVF'"
19334   parameters:
19335   - "latency"
19336   - "parent"
19337   - "tags"
19338   sort:
19339   - "L2PATCH"
19340   - "L2XCBASE"
19341   - "BASE"
19342   - "FIB_10K"
19343   - "FIB_100K"
19344   - "FIB_1M"
19345   layout:
19346     title: "l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
19347     layout: "plot-latency"
19348
19349 # Packet Latency - VPP L2 2n-skx-x710 base and scale
19350 -
19351   type: "plot"
19352   title: "VPP Latency: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19353   algorithm: "plot_latency_error_bars"
19354   output-file-type: ".html"
19355   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19356   data: "plot-vpp-throughput-latency-2n-skx"
19357   filter: "'NIC_Intel-X710' and
19358            '64B' and
19359            'ETH' and
19360            ('BASE' or 'SCALE') and
19361            'NDRPDR' and
19362            '2T1C' and
19363            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19364            not 'VHOST' and
19365            not 'MEMIF'"
19366   parameters:
19367   - "latency"
19368   - "parent"
19369   - "tags"
19370   sort:
19371   - "L2PATCH"
19372   - "L2XCBASE"
19373   - "BASE"
19374   - "FIB_10K"
19375   - "FIB_100K"
19376   - "FIB_1M"
19377   layout:
19378     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
19379     layout: "plot-latency"
19380
19381 -
19382   type: "plot"
19383   title: "VPP Latency: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19384   algorithm: "plot_latency_error_bars"
19385   output-file-type: ".html"
19386   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19387   data: "plot-vpp-throughput-latency-2n-skx"
19388   filter: "'NIC_Intel-X710' and
19389            '64B' and
19390            ('BASE' or 'SCALE') and
19391            'NDRPDR' and
19392            'ETH' and
19393            '4T2C' and
19394            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19395            not 'VHOST' and
19396            not 'MEMIF'"
19397   parameters:
19398   - "latency"
19399   - "parent"
19400   - "tags"
19401   sort:
19402   - "L2PATCH"
19403   - "L2XCBASE"
19404   - "BASE"
19405   - "FIB_10K"
19406   - "FIB_100K"
19407   - "FIB_1M"
19408   layout:
19409     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
19410     layout: "plot-latency"
19411
19412 # Packet Latency - VPP L2 2n-skx-xxv710 base and scale
19413 -
19414   type: "plot"
19415   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19416   algorithm: "plot_latency_error_bars"
19417   output-file-type: ".html"
19418   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19419   data: "plot-vpp-throughput-latency-2n-skx"
19420   filter: "'NIC_Intel-XXV710' and
19421            '64B' and
19422            ('BASE' or 'SCALE') and
19423            'NDRPDR' and
19424            'ETH' and
19425            '2T1C' and
19426            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19427            not 'VHOST' and
19428            not 'MEMIF'"
19429   parameters:
19430   - "latency"
19431   - "parent"
19432   - "tags"
19433   sort:
19434   - "L2PATCH"
19435   - "L2XCBASE"
19436   - "BASE"
19437   - "FIB_10K"
19438   - "FIB_100K"
19439   - "FIB_1M"
19440   layout:
19441     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
19442     layout: "plot-latency"
19443
19444 -
19445   type: "plot"
19446   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19447   algorithm: "plot_latency_error_bars"
19448   output-file-type: ".html"
19449   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19450   data: "plot-vpp-throughput-latency-2n-skx"
19451   filter: "'NIC_Intel-XXV710' and
19452            '64B' and
19453            ('BASE' or 'SCALE') and
19454            'NDRPDR' and
19455            'ETH' and
19456            '4T2C' and
19457            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19458            not 'VHOST' and
19459            not 'MEMIF'"
19460   parameters:
19461   - "latency"
19462   - "parent"
19463   - "tags"
19464   sort:
19465   - "L2PATCH"
19466   - "L2XCBASE"
19467   - "BASE"
19468   - "FIB_10K"
19469   - "FIB_100K"
19470   - "FIB_1M"
19471   layout:
19472     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
19473     layout: "plot-latency"
19474
19475 ################################################################################
19476
19477 # Packet Latency - VPP Container Memif 3n-hsw-x520
19478 -
19479   type: "plot"
19480   title: "VPP Latency: memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19481   algorithm: "plot_latency_error_bars"
19482   output-file-type: ".html"
19483   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19484   data: "plot-vpp-throughput-latency-3n-hsw"
19485   filter: "'NIC_Intel-X520-DA2' and
19486            '64B' and
19487            ('BASE' or 'SCALE') and
19488            'NDRPDR' and
19489            '1T1C' and
19490            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19491            not 'VHOST' and
19492            'MEMIF'"
19493   parameters:
19494   - "latency"
19495   - "parent"
19496   - "tags"
19497   sort:
19498   - "L2XCFWD"
19499   - "L2XCFWD"
19500   - "L2XCFWD"
19501   - "L2BDMACLRN"
19502   - "L2BDMACLRN"
19503   - "L2BDMACLRN"
19504   layout:
19505     title: "memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
19506     layout: "plot-latency"
19507
19508 -
19509   type: "plot"
19510   title: "VPP Latency: memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19511   algorithm: "plot_latency_error_bars"
19512   output-file-type: ".html"
19513   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19514   data: "plot-vpp-throughput-latency-3n-hsw"
19515   filter: "'NIC_Intel-X520-DA2' and
19516            '64B' and
19517            ('BASE' or 'SCALE') and
19518            'NDRPDR' and
19519            '2T2C' and
19520            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19521            not 'VHOST' and
19522            'MEMIF'"
19523   parameters:
19524   - "latency"
19525   - "parent"
19526   - "tags"
19527   sort:
19528   - "L2XCFWD"
19529   - "L2XCFWD"
19530   - "L2XCFWD"
19531   - "L2BDMACLRN"
19532   - "L2BDMACLRN"
19533   - "L2BDMACLRN"
19534   layout:
19535     title: "memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
19536     layout: "plot-latency"
19537
19538 # Packet Latency - VPP Container Memif 3n-hsw-x710
19539 -
19540   type: "plot"
19541   title: "VPP Latency: memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19542   algorithm: "plot_latency_error_bars"
19543   output-file-type: ".html"
19544   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19545   data: "plot-vpp-throughput-latency-3n-hsw"
19546   filter: "'NIC_Intel-X710' and
19547            '64B' and
19548            ('BASE' or 'SCALE') and
19549            'NDRPDR' and
19550            '1T1C' and
19551            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19552            not 'VHOST' and
19553            'MEMIF'"
19554   parameters:
19555   - "latency"
19556   - "parent"
19557   - "tags"
19558   sort:
19559   - "L2XCFWD"
19560   - "L2XCFWD"
19561   - "L2XCFWD"
19562   - "L2BDMACLRN"
19563   - "L2BDMACLRN"
19564   - "L2BDMACLRN"
19565   layout:
19566     title: "memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
19567     layout: "plot-latency"
19568
19569 -
19570   type: "plot"
19571   title: "VPP Latency: memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19572   algorithm: "plot_latency_error_bars"
19573   output-file-type: ".html"
19574   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19575   data: "plot-vpp-throughput-latency-3n-hsw"
19576   filter: "'NIC_Intel-X710' and
19577            '64B' and
19578            ('BASE' or 'SCALE') and
19579            'NDRPDR' and
19580            '2T2C' and
19581            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19582            not 'VHOST' and
19583            'MEMIF'"
19584   parameters:
19585   - "latency"
19586   - "parent"
19587   - "tags"
19588   sort:
19589   - "L2XCFWD"
19590   - "L2XCFWD"
19591   - "L2XCFWD"
19592   - "L2BDMACLRN"
19593   - "L2BDMACLRN"
19594   - "L2BDMACLRN"
19595   layout:
19596     title: "memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
19597     layout: "plot-latency"
19598
19599 # Packet Latency - VPP Container Memif 3n-hsw-xl710
19600 -
19601   type: "plot"
19602   title: "VPP Latency: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
19603   algorithm: "plot_latency_error_bars"
19604   output-file-type: ".html"
19605   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
19606   data: "plot-vpp-throughput-latency-3n-hsw"
19607   filter: "'NIC_Intel-XL710' and
19608            '64B' and
19609            ('BASE' or 'SCALE') and
19610            'NDRPDR' and
19611            '1T1C' and
19612            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19613            not 'VHOST' and
19614            'MEMIF'"
19615   parameters:
19616   - "latency"
19617   - "parent"
19618   - "tags"
19619   sort:
19620   - "L2XCFWD"
19621   - "L2XCFWD"
19622   - "L2XCFWD"
19623   - "L2BDMACLRN"
19624   - "L2BDMACLRN"
19625   - "L2BDMACLRN"
19626   layout:
19627     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
19628     layout: "plot-latency"
19629
19630 -
19631   type: "plot"
19632   title: "VPP Latency: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
19633   algorithm: "plot_latency_error_bars"
19634   output-file-type: ".html"
19635   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
19636   data: "plot-vpp-throughput-latency-3n-hsw"
19637   filter: "'NIC_Intel-XL710' and
19638            '64B' and
19639            ('BASE' or 'SCALE') and
19640            'NDRPDR' and
19641            '2T2C' and
19642            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19643            not 'VHOST' and
19644            'MEMIF'"
19645   parameters:
19646   - "latency"
19647   - "parent"
19648   - "tags"
19649   sort:
19650   - "L2XCFWD"
19651   - "L2XCFWD"
19652   - "L2XCFWD"
19653   - "L2BDMACLRN"
19654   - "L2BDMACLRN"
19655   - "L2BDMACLRN"
19656   layout:
19657     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
19658     layout: "plot-latency"
19659
19660 # Packet Latency - VPP Container Memif 3n-skx-x710
19661 -
19662   type: "plot"
19663   title: "VPP Latency: memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19664   algorithm: "plot_latency_error_bars"
19665   output-file-type: ".html"
19666   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19667   data: "plot-vpp-throughput-latency-3n-skx"
19668   filter: "'NIC_Intel-X710' and
19669            '64B' and
19670            ('BASE' or 'SCALE') and
19671            'NDRPDR' and
19672            '2T1C' and
19673            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19674            not 'VHOST' and
19675            'MEMIF'"
19676   parameters:
19677   - "latency"
19678   - "parent"
19679   - "tags"
19680   sort:
19681   - "L2XCFWD"
19682   - "L2XCFWD"
19683   - "L2XCFWD"
19684   - "L2BDMACLRN"
19685   - "L2BDMACLRN"
19686   - "L2BDMACLRN"
19687   layout:
19688     title: "memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
19689     layout: "plot-latency"
19690
19691 -
19692   type: "plot"
19693   title: "VPP Latency: memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19694   algorithm: "plot_latency_error_bars"
19695   output-file-type: ".html"
19696   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19697   data: "plot-vpp-throughput-latency-3n-skx"
19698   filter: "'NIC_Intel-X710' and
19699            '64B' and
19700            ('BASE' or 'SCALE') and
19701            'NDRPDR' and
19702            '4T2C' and
19703            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19704            not 'VHOST' and
19705            'MEMIF'"
19706   parameters:
19707   - "latency"
19708   - "parent"
19709   - "tags"
19710   sort:
19711   - "L2XCFWD"
19712   - "L2XCFWD"
19713   - "L2XCFWD"
19714   - "L2BDMACLRN"
19715   - "L2BDMACLRN"
19716   - "L2BDMACLRN"
19717   layout:
19718     title: "memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
19719     layout: "plot-latency"
19720
19721 # Packet Latency - VPP Container Memif 2n-skx-x710
19722 -
19723   type: "plot"
19724   title: "VPP Latency: memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19725   algorithm: "plot_latency_error_bars"
19726   output-file-type: ".html"
19727   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19728   data: "plot-vpp-throughput-latency-2n-skx"
19729   filter: "'NIC_Intel-X710' and
19730            '64B' and
19731            ('BASE' or 'SCALE') and
19732            'NDRPDR' and
19733            '2T1C' and
19734            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19735            not 'VHOST' and
19736            'MEMIF'"
19737   parameters:
19738   - "latency"
19739   - "parent"
19740   - "tags"
19741   sort:
19742   - "L2XCFWD"
19743   - "L2XCFWD"
19744   - "L2XCFWD"
19745   - "L2BDMACLRN"
19746   - "L2BDMACLRN"
19747   - "L2BDMACLRN"
19748   layout:
19749     title: "memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
19750     layout: "plot-latency"
19751
19752 -
19753   type: "plot"
19754   title: "VPP Latency: memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19755   algorithm: "plot_latency_error_bars"
19756   output-file-type: ".html"
19757   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19758   data: "plot-vpp-throughput-latency-2n-skx"
19759   filter: "'NIC_Intel-X710' and
19760            '64B' and
19761            ('BASE' or 'SCALE') and
19762            'NDRPDR' and
19763            '4T2C' and
19764            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19765            not 'VHOST' and
19766            'MEMIF'"
19767   parameters:
19768   - "latency"
19769   - "parent"
19770   - "tags"
19771   sort:
19772   - "L2XCFWD"
19773   - "L2XCFWD"
19774   - "L2XCFWD"
19775   - "L2BDMACLRN"
19776   - "L2BDMACLRN"
19777   - "L2BDMACLRN"
19778   layout:
19779     title: "memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
19780     layout: "plot-latency"
19781
19782 # Packet Latency - VPP Container Memif 2n-skx-xxv710
19783 -
19784   type: "plot"
19785   title: "VPP Latency: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19786   algorithm: "plot_latency_error_bars"
19787   output-file-type: ".html"
19788   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19789   data: "plot-vpp-throughput-latency-2n-skx"
19790   filter: "'NIC_Intel-XXV710' and
19791            '64B' and
19792            ('BASE' or 'SCALE') and
19793            'NDRPDR' and
19794            '2T1C' and
19795            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19796            not 'VHOST' and
19797            'MEMIF'"
19798   parameters:
19799   - "latency"
19800   - "parent"
19801   - "tags"
19802   sort:
19803   - "L2XCFWD"
19804   - "L2XCFWD"
19805   - "L2XCFWD"
19806   - "L2BDMACLRN"
19807   - "L2BDMACLRN"
19808   - "L2BDMACLRN"
19809   layout:
19810     title: "memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
19811     layout: "plot-latency"
19812
19813 -
19814   type: "plot"
19815   title: "VPP Latency: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19816   algorithm: "plot_latency_error_bars"
19817   output-file-type: ".html"
19818   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19819   data: "plot-vpp-throughput-latency-2n-skx"
19820   filter: "'NIC_Intel-XXV710' and
19821            '64B' and
19822            ('BASE' or 'SCALE') and
19823            'NDRPDR' and
19824            '4T2C' and
19825            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19826            not 'VHOST' and
19827            'MEMIF'"
19828   parameters:
19829   - "latency"
19830   - "parent"
19831   - "tags"
19832   sort:
19833   - "L2XCFWD"
19834   - "L2XCFWD"
19835   - "L2XCFWD"
19836   - "L2BDMACLRN"
19837   - "L2BDMACLRN"
19838   - "L2BDMACLRN"
19839   layout:
19840     title: "memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
19841     layout: "plot-latency"
19842
19843 ################################################################################
19844
19845 # Packet Latency - VPP Container Memif 3n-hsw-x520 - l2xc
19846 -
19847   type: "plot"
19848   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19849   algorithm: "plot_latency_error_bars"
19850   output-file-type: ".html"
19851   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19852   data: "plot-ligato-throughput-latency-3n-hsw"
19853   filter: "'NIC_Intel-X520-DA2' and
19854            '64B' and
19855            ('BASE' or 'SCALE') and
19856            'NDRPDR' and
19857            '1T1C' and
19858            'L2XCFWD' and
19859            not 'VHOST' and
19860            'MEMIF'"
19861   parameters:
19862   - "latency"
19863   - "parent"
19864   - "tags"
19865   sort:
19866   - "1VNF"
19867   - "2VNF"
19868   - "4VNF"
19869   - "2VNF"
19870   - "4VNF"
19871   layout:
19872     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
19873     layout: "plot-latency"
19874
19875 -
19876   type: "plot"
19877   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19878   algorithm: "plot_latency_error_bars"
19879   output-file-type: ".html"
19880   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19881   data: "plot-ligato-throughput-latency-3n-hsw"
19882   filter: "'NIC_Intel-X520-DA2' and
19883            '64B' and
19884            ('BASE' or 'SCALE') and
19885            'NDRPDR' and
19886            '2T2C' and
19887            'L2XCFWD' and
19888            not 'VHOST' and
19889            'MEMIF'"
19890   parameters:
19891   - "latency"
19892   - "parent"
19893   - "tags"
19894   sort:
19895   - "1VNF"
19896   - "2VNF"
19897   - "4VNF"
19898   - "2VNF"
19899   - "4VNF"
19900   layout:
19901     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
19902     layout: "plot-latency"
19903
19904 # Packet Latency - VPP Container Memif 3n-hsw-x520 - l2bd
19905 -
19906   type: "plot"
19907   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
19908   algorithm: "plot_latency_error_bars"
19909   output-file-type: ".html"
19910   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
19911   data: "plot-ligato-throughput-latency-3n-hsw"
19912   filter: "'NIC_Intel-X520-DA2' and
19913            '64B' and
19914            ('BASE' or 'SCALE') and
19915            'NDRPDR' and
19916            '1T1C' and
19917            ('L2BDMACSTAT' or 'L2BDMACLRN') and
19918            not 'VHOST' and
19919            'MEMIF'"
19920   parameters:
19921   - "latency"
19922   - "parent"
19923   - "tags"
19924   sort:
19925   - "1VNF"
19926   - "2VNF"
19927   - "4VNF"
19928   - "2VNF"
19929   - "4VNF"
19930   layout:
19931     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
19932     layout: "plot-latency"
19933
19934 -
19935   type: "plot"
19936   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
19937   algorithm: "plot_latency_error_bars"
19938   output-file-type: ".html"
19939   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
19940   data: "plot-ligato-throughput-latency-3n-hsw"
19941   filter: "'NIC_Intel-X520-DA2' and
19942            '64B' and
19943            ('BASE' or 'SCALE') and
19944            'NDRPDR' and
19945            '2T2C' and
19946            ('L2BDMACSTAT' or 'L2BDMACLRN') and
19947            not 'VHOST' and
19948            'MEMIF'"
19949   parameters:
19950   - "latency"
19951   - "parent"
19952   - "tags"
19953   sort:
19954   - "1VNF"
19955   - "2VNF"
19956   - "4VNF"
19957   - "2VNF"
19958   - "4VNF"
19959   layout:
19960     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
19961     layout: "plot-latency"
19962
19963 # Packet Latency - VPP Container Memif 3n-hsw-x710 - l2xc
19964 -
19965   type: "plot"
19966   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19967   algorithm: "plot_latency_error_bars"
19968   output-file-type: ".html"
19969   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19970   data: "plot-ligato-throughput-latency-3n-hsw"
19971   filter: "'NIC_Intel-X710' and
19972            '64B' and
19973            ('BASE' or 'SCALE') and
19974            'NDRPDR' and
19975            '1T1C' and
19976            'L2XCFWD' and
19977            not 'VHOST' and
19978            'MEMIF'"
19979   parameters:
19980   - "latency"
19981   - "parent"
19982   - "tags"
19983   sort:
19984   - "1VNF"
19985   - "2VNF"
19986   - "4VNF"
19987   - "2VNF"
19988   - "4VNF"
19989   layout:
19990     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
19991     layout: "plot-latency"
19992
19993 -
19994   type: "plot"
19995   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19996   algorithm: "plot_latency_error_bars"
19997   output-file-type: ".html"
19998   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19999   data: "plot-ligato-throughput-latency-3n-hsw"
20000   filter: "'NIC_Intel-X710' and
20001            '64B' and
20002            ('BASE' or 'SCALE') and
20003            'NDRPDR' and
20004            '2T2C' and
20005            'L2XCFWD' and
20006            not 'VHOST' and
20007            'MEMIF'"
20008   parameters:
20009   - "latency"
20010   - "parent"
20011   - "tags"
20012   sort:
20013   - "1VNF"
20014   - "2VNF"
20015   - "4VNF"
20016   - "2VNF"
20017   - "4VNF"
20018   layout:
20019     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
20020     layout: "plot-latency"
20021
20022 # Packet Latency - VPP Container Memif 3n-hsw-x710 - l2bd
20023 -
20024   type: "plot"
20025   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
20026   algorithm: "plot_latency_error_bars"
20027   output-file-type: ".html"
20028   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
20029   data: "plot-ligato-throughput-latency-3n-hsw"
20030   filter: "'NIC_Intel-X710' and
20031            '64B' and
20032            ('BASE' or 'SCALE') and
20033            'NDRPDR' and
20034            '1T1C' and
20035            ('L2BDMACSTAT' or 'L2BDMACLRN') and
20036            not 'VHOST' and
20037            'MEMIF'"
20038   parameters:
20039   - "latency"
20040   - "parent"
20041   - "tags"
20042   sort:
20043   - "1VNF"
20044   - "2VNF"
20045   - "4VNF"
20046   - "2VNF"
20047   - "4VNF"
20048   layout:
20049     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
20050     layout: "plot-latency"
20051
20052 -
20053   type: "plot"
20054   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
20055   algorithm: "plot_latency_error_bars"
20056   output-file-type: ".html"
20057   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
20058   data: "plot-ligato-throughput-latency-3n-hsw"
20059   filter: "'NIC_Intel-X710' and
20060            '64B' and
20061            ('BASE' or 'SCALE') and
20062            'NDRPDR' and
20063            '2T2C' and
20064            ('L2BDMACSTAT' or 'L2BDMACLRN') and
20065            not 'VHOST' and
20066            'MEMIF'"
20067   parameters:
20068   - "latency"
20069   - "parent"
20070   - "tags"
20071   sort:
20072   - "1VNF"
20073   - "2VNF"
20074   - "4VNF"
20075   - "2VNF"
20076   - "4VNF"
20077   layout:
20078     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
20079     layout: "plot-latency"
20080
20081 ################################################################################
20082
20083 # Packet Latency - VPP IPv4 3n-hsw-x520 base and scale
20084 -
20085   type: "plot"
20086   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
20087   algorithm: "plot_latency_error_bars"
20088   output-file-type: ".html"
20089   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
20090   data: "plot-vpp-throughput-latency-3n-hsw"
20091   filter: "'NIC_Intel-X520-DA2' and
20092            '64B' and
20093            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
20094            'NDRPDR' and
20095            '1T1C' and
20096            'IP4FWD' and
20097            not 'IPSEC' and
20098            not 'VHOST'"
20099   parameters:
20100   - "latency"
20101   - "parent"
20102   - "tags"
20103   sort:
20104   - "DOT1Q"
20105   - "IP4BASE"
20106   - "FIB_20k"
20107   - "FIB_200k"
20108   - "FIB_2M"
20109   layout:
20110     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
20111     layout: "plot-latency"
20112
20113 -
20114   type: "plot"
20115   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
20116   algorithm: "plot_latency_error_bars"
20117   output-file-type: ".html"
20118   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
20119   data: "plot-vpp-throughput-latency-3n-hsw"
20120   filter: "'NIC_Intel-X520-DA2' and
20121            '64B' and
20122            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
20123            'NDRPDR' and
20124            '2T2C' and
20125            'IP4FWD' and
20126            not 'IPSEC' and
20127            not 'VHOST'"
20128   parameters:
20129   - "latency"
20130   - "parent"
20131   - "tags"
20132   sort:
20133   - "DOT1Q"
20134   - "IP4BASE"
20135   - "FIB_20k"
20136   - "FIB_200k"
20137   - "FIB_2M"
20138   layout:
20139     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
20140     layout: "plot-latency"
20141
20142 # Packet Latency - VPP IPv4 3n-hsw-x520 features
20143 -
20144   type: "plot"
20145   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
20146   algorithm: "plot_latency_error_bars"
20147   output-file-type: ".html"
20148   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
20149   data: "plot-vpp-throughput-latency-3n-hsw"
20150   filter: "'NIC_Intel-X520-DA2' and
20151            '64B' and
20152            ('IP4BASE' or
20153             'POLICE_MARK' or
20154             'COPWHLIST' or
20155             ('NAT44' and 'BASE') or
20156             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
20157            'NDRPDR' and
20158            '1T1C' and
20159            'IP4FWD' and
20160            not 'IPSEC' and
20161            not 'VHOST'"
20162   parameters:
20163   - "latency"
20164   - "parent"
20165   - "tags"
20166   sort:
20167   - "DOT1Q"
20168   - "IP4BASE"
20169   - "NAT44"
20170   - "POLICE_MARK"
20171   - "COPWHLIST"
20172   - "IACL"
20173   - "OACL"
20174   layout:
20175     title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
20176     layout: "plot-latency"
20177
20178 -
20179   type: "plot"
20180   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
20181   algorithm: "plot_latency_error_bars"
20182   output-file-type: ".html"
20183   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
20184   data: "plot-vpp-throughput-latency-3n-hsw"
20185   filter: "'NIC_Intel-X520-DA2' and
20186            '64B' and
20187            ('IP4BASE' or
20188             'POLICE_MARK' or
20189             'COPWHLIST' or
20190             ('NAT44' and 'BASE') or
20191             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
20192            'NDRPDR' and
20193            '2T2C' and
20194            'IP4FWD' and
20195            not 'IPSEC' and
20196            not 'VHOST'"
20197   parameters:
20198   - "latency"
20199   - "parent"
20200   - "tags"
20201   sort:
20202   - "DOT1Q"
20203   - "IP4BASE"
20204   - "NAT44"
20205   - "POLICE_MARK"
20206   - "COPWHLIST"
20207   - "IACL"
20208   - "OACL"
20209   layout:
20210     title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
20211     layout: "plot-latency"
20212
20213 # Packet Latency - VPP IPv4 3n-hsw-x520 features nat44
20214 -
20215   type: "plot"
20216   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
20217   algorithm: "plot_latency_error_bars"
20218   output-file-type: ".html"
20219   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
20220   data: "plot-vpp-throughput-latency-3n-hsw"
20221   filter: "'NIC_Intel-X520-DA2' and
20222            '64B' and
20223            'NDRPDR' and
20224            '1T1C' and
20225            'IP4FWD' and
20226            'NAT44' and
20227            not 'IPSEC' and
20228            not 'VHOST'"
20229   parameters:
20230   - "latency"
20231   - "parent"
20232   - "tags"
20233   sort:
20234   - "BASE"
20235   - "BASE"
20236   - "SRC_USER_10"
20237   - "SRC_USER_100"
20238   - "SRC_USER_1000"
20239   - "SRC_USER_2000"
20240   layout:
20241     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
20242     layout: "plot-latency"
20243
20244 -
20245   type: "plot"
20246   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat"
20247   algorithm: "plot_latency_error_bars"
20248   output-file-type: ".html"
20249   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat"
20250   data: "plot-vpp-throughput-latency-3n-hsw"
20251   filter: "'NIC_Intel-X520-DA2' and
20252            '64B' and
20253            'NDRPDR' and
20254            '2T2C' and
20255            'IP4FWD' and
20256            'NAT44' and
20257            not 'IPSEC' and
20258            not 'VHOST'"
20259   parameters:
20260   - "latency"
20261   - "parent"
20262   - "tags"
20263   sort:
20264   - "BASE"
20265   - "BASE"
20266   - "SRC_USER_10"
20267   - "SRC_USER_100"
20268   - "SRC_USER_1000"
20269   - "SRC_USER_2000"
20270   layout:
20271     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
20272     layout: "plot-latency"
20273
20274 # Packet Latency - VPP IPv4 3n-hsw-x520 features iacl
20275 -
20276   type: "plot"
20277   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
20278   algorithm: "plot_latency_error_bars"
20279   output-file-type: ".html"
20280   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
20281   data: "plot-vpp-throughput-latency-3n-hsw"
20282   filter: "'NIC_Intel-X520-DA2' and
20283            '64B' and
20284            'NDRPDR' and
20285            '1T1C' and
20286            'IP4FWD' and
20287            'IACL' and
20288            ('ACL10' or 'ACL50') and '10k_FLOWS' and
20289            not 'IPSEC' and
20290            not 'VHOST'"
20291   parameters:
20292   - "latency"
20293   - "parent"
20294   - "tags"
20295   sort:
20296   - "ACL_STATELESS"
20297   - "ACL_STATEFUL"
20298   - "ACL_STATELESS"
20299   - "ACL_STATEFUL"
20300   layout:
20301     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
20302     layout: "plot-latency"
20303
20304 -
20305   type: "plot"
20306   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
20307   algorithm: "plot_latency_error_bars"
20308   output-file-type: ".html"
20309   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
20310   data: "plot-vpp-throughput-latency-3n-hsw"
20311   filter: "'NIC_Intel-X520-DA2' and
20312            '64B' and
20313            'NDRPDR' and
20314            '2T2C' and
20315            'IP4FWD' and
20316            'IACL' and
20317            ('ACL10' or 'ACL50') and '10k_FLOWS' and
20318            not 'IPSEC' and
20319            not 'VHOST'"
20320   parameters:
20321   - "latency"
20322   - "parent"
20323   - "tags"
20324   sort:
20325   - "ACL_STATELESS"
20326   - "ACL_STATEFUL"
20327   - "ACL_STATELESS"
20328   - "ACL_STATEFUL"
20329   layout:
20330     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
20331     layout: "plot-latency"
20332
20333 # Packet Latency - VPP IPv4 3n-hsw-x520 features oacl
20334 -
20335   type: "plot"
20336   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
20337   algorithm: "plot_latency_error_bars"
20338   output-file-type: ".html"
20339   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
20340   data: "plot-vpp-throughput-latency-3n-hsw"
20341   filter: "'NIC_Intel-X520-DA2' and
20342            '64B' and
20343            'NDRPDR' and
20344            '1T1C' and
20345            'IP4FWD' and
20346            'OACL' and
20347            ('ACL10' or 'ACL50') and '10k_FLOWS' and
20348            not 'IPSEC' and
20349            not 'VHOST'"
20350   parameters:
20351   - "latency"
20352   - "parent"
20353   - "tags"
20354   sort:
20355   - "ACL_STATELESS"
20356   - "ACL_STATEFUL"
20357   - "ACL_STATELESS"
20358   - "ACL_STATEFUL"
20359   layout:
20360     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
20361     layout: "plot-latency"
20362
20363 -
20364   type: "plot"
20365   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
20366   algorithm: "plot_latency_error_bars"
20367   output-file-type: ".html"
20368   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
20369   data: "plot-vpp-throughput-latency-3n-hsw"
20370   filter: "'NIC_Intel-X520-DA2' and
20371            '64B' and
20372            'NDRPDR' and
20373            '2T2C' and
20374            'IP4FWD' and
20375            'OACL' and
20376            ('ACL10' or 'ACL50') and '10k_FLOWS' and
20377            not 'IPSEC' and
20378            not 'VHOST'"
20379   parameters:
20380   - "latency"
20381   - "parent"
20382   - "tags"
20383   sort:
20384   - "ACL_STATELESS"
20385   - "ACL_STATEFUL"
20386   - "ACL_STATELESS"
20387   - "ACL_STATEFUL"
20388   layout:
20389     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
20390     layout: "plot-latency"
20391
20392 # Packet Latency - VPP IPv4 3n-hsw-x710 base and scale
20393 -
20394   type: "plot"
20395   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20396   algorithm: "plot_latency_error_bars"
20397   output-file-type: ".html"
20398   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20399   data: "plot-vpp-throughput-latency-3n-hsw"
20400   filter: "'NIC_Intel-X710' and
20401            '64B' and
20402            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20403            'NDRPDR' and
20404            '1T1C' and
20405            'IP4FWD' and
20406            not 'IPSEC' and
20407            not 'VHOST'"
20408   parameters:
20409   - "latency"
20410   - "parent"
20411   - "tags"
20412   sort:
20413   - "DOT1Q"
20414   - "IP4BASE"
20415   - "FIB_20K"
20416   - "FIB_200K"
20417   - "FIB_2M"
20418   layout:
20419     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
20420     layout: "plot-latency"
20421
20422 -
20423   type: "plot"
20424   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20425   algorithm: "plot_latency_error_bars"
20426   output-file-type: ".html"
20427   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20428   data: "plot-vpp-throughput-latency-3n-hsw"
20429   filter: "'NIC_Intel-X710' and
20430            '64B' and
20431            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20432            'NDRPDR' and
20433            '2T2C' and
20434            'IP4FWD' and
20435            not 'IPSEC' and
20436            not 'VHOST'"
20437   parameters:
20438   - "latency"
20439   - "parent"
20440   - "tags"
20441   sort:
20442   - "DOT1Q"
20443   - "IP4BASE"
20444   - "FIB_20K"
20445   - "FIB_200K"
20446   - "FIB_2M"
20447   layout:
20448     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
20449     layout: "plot-latency"
20450
20451 # Packet Latency - VPP IPv4 3n-hsw-x710 features
20452 -
20453   type: "plot"
20454   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
20455   algorithm: "plot_latency_error_bars"
20456   output-file-type: ".html"
20457   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
20458   data: "plot-vpp-throughput-latency-3n-hsw"
20459   filter: "'NIC_Intel-X710' and
20460            '64B' and
20461            ('IP4BASE' or
20462             'POLICE_MARK' or
20463             'COPWHLIST' or
20464             ('NAT44' and 'BASE') or
20465             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
20466            'NDRPDR' and
20467            '1T1C' and
20468            'IP4FWD' and
20469            not 'IPSEC' and
20470            not 'VHOST'"
20471   parameters:
20472   - "latency"
20473   - "parent"
20474   - "tags"
20475   sort:
20476   - "IP4BASE"
20477   - "NAT44"
20478   - "POLICE_MARK"
20479   - "COPWHLIST"
20480   - "IACL"
20481   - "OACL"
20482   layout:
20483     title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
20484     layout: "plot-latency"
20485
20486 -
20487   type: "plot"
20488   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
20489   algorithm: "plot_latency_error_bars"
20490   output-file-type: ".html"
20491   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
20492   data: "plot-vpp-throughput-latency-3n-hsw"
20493   filter: "'NIC_Intel-X710' and
20494            '64B' and
20495            ('IP4BASE' or
20496             'POLICE_MARK' or
20497             'COPWHLIST' or
20498             ('NAT44' and 'BASE') or
20499             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
20500            'NDRPDR' and
20501            '2T2C' and
20502            'IP4FWD' and
20503            not 'IPSEC' and
20504            not 'VHOST'"
20505   parameters:
20506   - "latency"
20507   - "parent"
20508   - "tags"
20509   sort:
20510   - "IP4BASE"
20511   - "NAT44"
20512   - "POLICE_MARK"
20513   - "COPWHLIST"
20514   - "IACL"
20515   - "OACL"
20516   layout:
20517     title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
20518     layout: "plot-latency"
20519
20520 # Packet Latency - VPP IPv4 3n-hsw-x710 features nat44
20521 -
20522   type: "plot"
20523   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
20524   algorithm: "plot_latency_error_bars"
20525   output-file-type: ".html"
20526   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
20527   data: "plot-vpp-throughput-latency-3n-hsw"
20528   filter: "'NIC_Intel-X710' and
20529            '64B' and
20530            'NDRPDR' and
20531            '1T1C' and
20532            'IP4FWD' and
20533            'NAT44' and
20534            not 'IPSEC' and
20535            not 'VHOST'"
20536   parameters:
20537   - "latency"
20538   - "parent"
20539   - "tags"
20540   sort:
20541   - "BASE"
20542   - "BASE"
20543   - "SRC_USER_10"
20544   - "SRC_USER_100"
20545   - "SRC_USER_1000"
20546   - "SRC_USER_2000"
20547   layout:
20548     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
20549     layout: "plot-latency"
20550
20551 -
20552   type: "plot"
20553   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat"
20554   algorithm: "plot_latency_error_bars"
20555   output-file-type: ".html"
20556   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat"
20557   data: "plot-vpp-throughput-latency-3n-hsw"
20558   filter: "'NIC_Intel-X710' and
20559            '64B' and
20560            'NDRPDR' and
20561            '2T2C' and
20562            'IP4FWD' and
20563            'NAT44' and
20564            not 'IPSEC' and
20565            not 'VHOST'"
20566   parameters:
20567   - "latency"
20568   - "parent"
20569   - "tags"
20570   sort:
20571   - "BASE"
20572   - "BASE"
20573   - "SRC_USER_10"
20574   - "SRC_USER_100"
20575   - "SRC_USER_1000"
20576   - "SRC_USER_2000"
20577   layout:
20578     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
20579     layout: "plot-latency"
20580
20581 # Packet Latency - VPP IPv4 3n-hsw-x710 features iacl
20582 -
20583   type: "plot"
20584   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
20585   algorithm: "plot_latency_error_bars"
20586   output-file-type: ".html"
20587   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
20588   data: "plot-vpp-throughput-latency-3n-hsw"
20589   filter: "'NIC_Intel-X710' and
20590            '64B' and
20591            'NDRPDR' and
20592            '1T1C' and
20593            'IP4FWD' and
20594            'IACL' and
20595            ('ACL10' or 'ACL50') and '10k_FLOWS' and
20596            not 'IPSEC' and
20597            not 'VHOST'"
20598   parameters:
20599   - "latency"
20600   - "parent"
20601   - "tags"
20602   sort:
20603   - "ACL_STATELESS"
20604   - "ACL_STATEFUL"
20605   - "ACL_STATELESS"
20606   - "ACL_STATEFUL"
20607   layout:
20608     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
20609     layout: "plot-latency"
20610
20611 -
20612   type: "plot"
20613   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
20614   algorithm: "plot_latency_error_bars"
20615   output-file-type: ".html"
20616   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
20617   data: "plot-vpp-throughput-latency-3n-hsw"
20618   filter: "'NIC_Intel-X710' and
20619            '64B' and
20620            'NDRPDR' and
20621            '2T2C' and
20622            'IP4FWD' and
20623            'IACL' and
20624            ('ACL10' or 'ACL50') and '10k_FLOWS' and
20625            not 'IPSEC' and
20626            not 'VHOST'"
20627   parameters:
20628   - "latency"
20629   - "parent"
20630   - "tags"
20631   sort:
20632   - "ACL_STATELESS"
20633   - "ACL_STATEFUL"
20634   - "ACL_STATELESS"
20635   - "ACL_STATEFUL"
20636   layout:
20637     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
20638     layout: "plot-latency"
20639
20640 # Packet Latency - VPP IPv4 3n-hsw-x710 features oacl
20641 -
20642   type: "plot"
20643   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr-lat"
20644   algorithm: "plot_latency_error_bars"
20645   output-file-type: ".html"
20646   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr-lat"
20647   data: "plot-vpp-throughput-latency-3n-hsw"
20648   filter: "'NIC_Intel-X710' and
20649            '64B' and
20650            'NDRPDR' and
20651            '1T1C' and
20652            'IP4FWD' and
20653            'OACL' and
20654            ('ACL10' or 'ACL50') and '10k_FLOWS' and
20655            not 'IPSEC' and
20656            not 'VHOST'"
20657   parameters:
20658   - "latency"
20659   - "parent"
20660   - "tags"
20661   sort:
20662   - "ACL_STATELESS"
20663   - "ACL_STATEFUL"
20664   - "ACL_STATELESS"
20665   - "ACL_STATEFUL"
20666   layout:
20667     title: "ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
20668     layout: "plot-latency"
20669
20670 -
20671   type: "plot"
20672   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr-lat"
20673   algorithm: "plot_latency_error_bars"
20674   output-file-type: ".html"
20675   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr-lat"
20676   data: "plot-vpp-throughput-latency-3n-hsw"
20677   filter: "'NIC_Intel-X710' and
20678            '64B' and
20679            'NDRPDR' and
20680            '2T2C' and
20681            'IP4FWD' and
20682            'OACL' and
20683            ('ACL10' or 'ACL50') and '10k_FLOWS' and
20684            not 'IPSEC' and
20685            not 'VHOST'"
20686   parameters:
20687   - "latency"
20688   - "parent"
20689   - "tags"
20690   sort:
20691   - "ACL_STATELESS"
20692   - "ACL_STATEFUL"
20693   - "ACL_STATELESS"
20694   - "ACL_STATEFUL"
20695   layout:
20696     title: "ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
20697     layout: "plot-latency"
20698
20699 # Packet Latency - VPP IPv4 3n-hsw-xl710 base and scale
20700 -
20701   type: "plot"
20702   title: "VPP Latency: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
20703   algorithm: "plot_latency_error_bars"
20704   output-file-type: ".html"
20705   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
20706   data: "plot-vpp-throughput-latency-3n-hsw"
20707   filter: "'NIC_Intel-XL710' and
20708            '64B' and
20709            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20710            'NDRPDR' and
20711            '1T1C' and
20712            'IP4FWD' and
20713            not 'IPSEC' and
20714            not 'VHOST'"
20715   parameters:
20716   - "latency"
20717   - "parent"
20718   - "tags"
20719   sort:
20720   - "IP4BASE"
20721   - "FIB_20K"
20722   - "FIB_200K"
20723   - "FIB_2M"
20724   layout:
20725     title: "ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
20726     layout: "plot-latency"
20727
20728 -
20729   type: "plot"
20730   title: "VPP Latency: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
20731   algorithm: "plot_latency_error_bars"
20732   output-file-type: ".html"
20733   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
20734   data: "plot-vpp-throughput-latency-3n-hsw"
20735   filter: "'NIC_Intel-XL710' and
20736            '64B' and
20737            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20738            'NDRPDR' and
20739            '2T2C' and
20740            'IP4FWD' and
20741            not 'IPSEC' and
20742            not 'VHOST'"
20743   parameters:
20744   - "latency"
20745   - "parent"
20746   - "tags"
20747   sort:
20748   - "IP4BASE"
20749   - "FIB_20K"
20750   - "FIB_200K"
20751   - "FIB_2M"
20752   layout:
20753     title: "ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
20754     layout: "plot-latency"
20755
20756 # Packet Latency - VPP IPv4 3n-skx-x710 base and scale
20757 -
20758   type: "plot"
20759   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20760   algorithm: "plot_latency_error_bars"
20761   output-file-type: ".html"
20762   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20763   data: "plot-vpp-throughput-latency-3n-skx"
20764   filter: "'NIC_Intel-X710' and
20765            '64B' and
20766            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20767            'NDRPDR' and
20768            '2T1C' and
20769            'IP4FWD' and
20770            not 'IPSEC' and
20771            not 'VHOST'"
20772   parameters:
20773   - "latency"
20774   - "parent"
20775   - "tags"
20776   sort:
20777   - "IP4BASE"
20778   - "FIB_20K"
20779   - "FIB_200K"
20780   - "FIB_2M"
20781   layout:
20782     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
20783     layout: "plot-latency"
20784
20785 -
20786   type: "plot"
20787   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20788   algorithm: "plot_latency_error_bars"
20789   output-file-type: ".html"
20790   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20791   data: "plot-vpp-throughput-latency-3n-skx"
20792   filter: "'NIC_Intel-X710' and
20793            '64B' and
20794            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20795            'NDRPDR' and
20796            '4T2C' and
20797            'IP4FWD' and
20798            not 'IPSEC' and
20799            not 'VHOST'"
20800   parameters:
20801   - "latency"
20802   - "parent"
20803   - "tags"
20804   sort:
20805   - "IP4BASE"
20806   - "FIB_20K"
20807   - "FIB_200K"
20808   - "FIB_2M"
20809   layout:
20810     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
20811     layout: "plot-latency"
20812
20813 # Packet Latency - VPP IPv4 3n-skx-x710 features oacl
20814 -
20815   type: "plot"
20816   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
20817   algorithm: "plot_latency_error_bars"
20818   output-file-type: ".html"
20819   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
20820   data: "plot-vpp-throughput-latency-3n-skx"
20821   filter: "'NIC_Intel-X710' and
20822            '64B' and
20823            ('IP4BASE' or
20824             'POLICE_MARK' or
20825             'COPWHLIST' or
20826             ('NAT44' and 'BASE') or
20827             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
20828            'NDRPDR' and
20829            '2T1C' and
20830            'IP4FWD' and
20831            not 'IPSEC' and
20832            not 'VHOST'"
20833   parameters:
20834   - "latency"
20835   - "parent"
20836   - "tags"
20837   sort:
20838   - "IP4BASE"
20839   - "NAT44"
20840   - "POLICE_MARK"
20841   - "COPWHLIST"
20842   - "IACL"
20843   - "OACL"
20844   layout:
20845     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
20846     layout: "plot-latency"
20847
20848 -
20849   type: "plot"
20850   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
20851   algorithm: "plot_latency_error_bars"
20852   output-file-type: ".html"
20853   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
20854   data: "plot-vpp-throughput-latency-3n-skx"
20855   filter: "'NIC_Intel-X710' and
20856            '64B' and
20857            ('IP4BASE' or
20858             'POLICE_MARK' or
20859             'COPWHLIST' or
20860             ('NAT44' and 'BASE') or
20861             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
20862            'NDRPDR' and
20863            '4T2C' and
20864            'IP4FWD' and
20865            not 'IPSEC' and
20866            not 'VHOST'"
20867   parameters:
20868   - "latency"
20869   - "parent"
20870   - "tags"
20871   sort:
20872   - "IP4BASE"
20873   - "NAT44"
20874   - "POLICE_MARK"
20875   - "COPWHLIST"
20876   - "IACL"
20877   - "OACL"
20878   layout:
20879     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
20880     layout: "plot-latency"
20881
20882 # Packet Latency - VPP IPv4 3n-skx-x710 features nat44
20883 -
20884   type: "plot"
20885   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
20886   algorithm: "plot_latency_error_bars"
20887   output-file-type: ".html"
20888   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
20889   data: "plot-vpp-throughput-latency-3n-skx"
20890   filter: "'NIC_Intel-X710' and
20891            '64B' and
20892            'NDRPDR' and
20893            '2T1C' and
20894            'IP4FWD' and
20895            'NAT44' and
20896            not 'IPSEC' and
20897            not 'VHOST'"
20898   parameters:
20899   - "latency"
20900   - "parent"
20901   - "tags"
20902   sort:
20903   - "BASE"
20904   - "BASE"
20905   - "SRC_USER_10"
20906   - "SRC_USER_100"
20907   - "SRC_USER_1000"
20908   - "SRC_USER_2000"
20909   layout:
20910     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
20911     layout: "plot-latency"
20912
20913 -
20914   type: "plot"
20915   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat"
20916   algorithm: "plot_latency_error_bars"
20917   output-file-type: ".html"
20918   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat"
20919   data: "plot-vpp-throughput-latency-3n-skx"
20920   filter: "'NIC_Intel-X710' and
20921            '64B' and
20922            'NDRPDR' and
20923            '4T2C' and
20924            'IP4FWD' and
20925            'NAT44' and
20926            not 'IPSEC' and
20927            not 'VHOST'"
20928   parameters:
20929   - "latency"
20930   - "parent"
20931   - "tags"
20932   sort:
20933   - "BASE"
20934   - "BASE"
20935   - "SRC_USER_10"
20936   - "SRC_USER_100"
20937   - "SRC_USER_1000"
20938   - "SRC_USER_2000"
20939   layout:
20940     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
20941     layout: "plot-latency"
20942
20943 # Packet Latency - VPP IPv4 3n-skx-x710 features iacl
20944 -
20945   type: "plot"
20946   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
20947   algorithm: "plot_latency_error_bars"
20948   output-file-type: ".html"
20949   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
20950   data: "plot-vpp-throughput-latency-3n-skx"
20951   filter: "'NIC_Intel-X710' and
20952            '64B' and
20953            'NDRPDR' and
20954            '2T1C' and
20955            'IP4FWD' and
20956            'IACL' and
20957            ('ACL10' or 'ACL50') and '10k_FLOWS' and
20958            not 'IPSEC' and
20959            not 'VHOST'"
20960   parameters:
20961   - "latency"
20962   - "parent"
20963   - "tags"
20964   sort:
20965   - "ACL_STATELESS"
20966   - "ACL_STATEFUL"
20967   - "ACL_STATELESS"
20968   - "ACL_STATEFUL"
20969   layout:
20970     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
20971     layout: "plot-latency"
20972
20973 -
20974   type: "plot"
20975   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
20976   algorithm: "plot_latency_error_bars"
20977   output-file-type: ".html"
20978   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
20979   data: "plot-vpp-throughput-latency-3n-skx"
20980   filter: "'NIC_Intel-X710' and
20981            '64B' and
20982            'NDRPDR' and
20983            '4T2C' and
20984            'IP4FWD' and
20985            'IACL' and
20986            ('ACL10' or 'ACL50') and '10k_FLOWS' and
20987            not 'IPSEC' and
20988            not 'VHOST'"
20989   parameters:
20990   - "latency"
20991   - "parent"
20992   - "tags"
20993   sort:
20994   - "ACL_STATELESS"
20995   - "ACL_STATEFUL"
20996   - "ACL_STATELESS"
20997   - "ACL_STATEFUL"
20998   layout:
20999     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
21000     layout: "plot-latency"
21001
21002 # Packet Latency - VPP IPv4 3n-skx-x710 features oacl
21003 -
21004   type: "plot"
21005   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr-lat"
21006   algorithm: "plot_latency_error_bars"
21007   output-file-type: ".html"
21008   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr-lat"
21009   data: "plot-vpp-throughput-latency-3n-skx"
21010   filter: "'NIC_Intel-X710' and
21011            '64B' and
21012            'NDRPDR' and
21013            '2T1C' and
21014            'IP4FWD' and
21015            'OACL' and
21016            ('ACL10' or 'ACL50') and '10k_FLOWS' and
21017            not 'IPSEC' and
21018            not 'VHOST'"
21019   parameters:
21020   - "latency"
21021   - "parent"
21022   - "tags"
21023   sort:
21024   - "ACL_STATELESS"
21025   - "ACL_STATEFUL"
21026   - "ACL_STATELESS"
21027   - "ACL_STATEFUL"
21028   layout:
21029     title: "ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
21030     layout: "plot-latency"
21031
21032 -
21033   type: "plot"
21034   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr-lat"
21035   algorithm: "plot_latency_error_bars"
21036   output-file-type: ".html"
21037   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-oacl-lat"
21038   data: "plot-vpp-throughput-latency-3n-skx"
21039   filter: "'NIC_Intel-X710' and
21040            '64B' and
21041            'NDRPDR' and
21042            '4T2C' and
21043            'IP4FWD' and
21044            'OACL' and
21045            ('ACL10' or 'ACL50') and '10k_FLOWS' and
21046            not 'IPSEC' and
21047            not 'VHOST'"
21048   parameters:
21049   - "latency"
21050   - "parent"
21051   - "tags"
21052   sort:
21053   - "ACL_STATELESS"
21054   - "ACL_STATEFUL"
21055   - "ACL_STATELESS"
21056   - "ACL_STATEFUL"
21057   layout:
21058     title: "ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
21059     layout: "plot-latency"
21060
21061 # Packet Latency - VPP IPv4 2n-skx-x710 base and scale
21062 -
21063   type: "plot"
21064   title: "VPP Latency: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
21065   algorithm: "plot_latency_error_bars"
21066   output-file-type: ".html"
21067   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
21068   data: "plot-vpp-throughput-latency-2n-skx"
21069   filter: "'NIC_Intel-X710' and
21070            '64B' and
21071            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
21072            'NDRPDR' and
21073            '2T1C' and
21074            'IP4FWD' and
21075            not 'IPSEC' and
21076            not 'VHOST'"
21077   parameters:
21078   - "latency"
21079   - "parent"
21080   - "tags"
21081   sort:
21082   - "DOT1Q"
21083   - "IP4BASE"
21084   - "FIB_20k"
21085   - "FIB_200k"
21086   - "FIB_2M"
21087   layout:
21088     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
21089     layout: "plot-latency"
21090
21091 -
21092   type: "plot"
21093   title: "VPP Latency: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
21094   algorithm: "plot_latency_error_bars"
21095   output-file-type: ".html"
21096   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
21097   data: "plot-vpp-throughput-latency-2n-skx"
21098   filter: "'NIC_Intel-X710' and
21099            '64B' and
21100            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
21101            'NDRPDR' and
21102            '4T2C' and
21103            'IP4FWD' and
21104            not 'IPSEC' and
21105            not 'VHOST'"
21106   parameters:
21107   - "latency"
21108   - "parent"
21109   - "tags"
21110   sort:
21111   - "DOT1Q"
21112   - "IP4BASE"
21113   - "FIB_20k"
21114   - "FIB_200k"
21115   - "FIB_2M"
21116   layout:
21117     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
21118     layout: "plot-latency"
21119
21120 # Packet Latency - VPP IPv4 2n-skx-xxv710 base and scale
21121 -
21122   type: "plot"
21123   title: "VPP Latency: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
21124   algorithm: "plot_latency_error_bars"
21125   output-file-type: ".html"
21126   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
21127   data: "plot-vpp-throughput-latency-2n-skx"
21128   filter: "'NIC_Intel-XXV710' and
21129            '64B' and
21130            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
21131            'NDRPDR' and
21132            '2T1C' and
21133            'IP4FWD' and
21134            not 'IPSEC' and
21135            not 'VHOST'"
21136   parameters:
21137   - "latency"
21138   - "parent"
21139   - "tags"
21140   sort:
21141   - "DOT1Q"
21142   - "IP4BASE"
21143   - "FIB_20k"
21144   - "FIB_200k"
21145   - "FIB_2M"
21146   layout:
21147     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
21148     layout: "plot-latency"
21149
21150 -
21151   type: "plot"
21152   title: "VPP Latency: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
21153   algorithm: "plot_latency_error_bars"
21154   output-file-type: ".html"
21155   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
21156   data: "plot-vpp-throughput-latency-2n-skx"
21157   filter: "'NIC_Intel-XXV710' and
21158            '64B' and
21159            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
21160            'NDRPDR' and
21161            '4T2C' and
21162            'IP4FWD' and
21163            not 'IPSEC' and
21164            not 'VHOST'"
21165   parameters:
21166   - "latency"
21167   - "parent"
21168   - "tags"
21169   sort:
21170   - "DOT1Q"
21171   - "IP4BASE"
21172   - "FIB_20k"
21173   - "FIB_200k"
21174   - "FIB_2M"
21175   layout:
21176     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
21177     layout: "plot-latency"
21178
21179 ################################################################################
21180
21181 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520
21182 -
21183   type: "plot"
21184   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
21185   algorithm: "plot_latency_error_bars"
21186   output-file-type: ".html"
21187   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
21188   data: "plot-vpp-throughput-latency-3n-hsw"
21189   filter: "'NIC_Intel-X520-DA2' and
21190            '64B' and
21191            'ENCAP' and
21192            'NDRPDR' and
21193            '1T1C' and
21194            ('VXLAN' or 'LISP') and
21195            not 'VHOST' and
21196            not 'IPSECHW'"
21197   parameters:
21198   - "latency"
21199   - "parent"
21200   - "tags"
21201   sort:
21202   - "not DOT1Q"
21203   - "VXLAN_1"
21204   - "VXLAN_10"
21205   - "VXLAN_100"
21206   - "VXLAN_1000"
21207   layout:
21208     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
21209     layout: "plot-latency"
21210
21211 -
21212   type: "plot"
21213   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
21214   algorithm: "plot_latency_error_bars"
21215   output-file-type: ".html"
21216   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
21217   data: "plot-vpp-throughput-latency-3n-hsw"
21218   filter: "'NIC_Intel-X520-DA2' and
21219            '64B' and
21220            'ENCAP' and
21221            'NDRPDR' and
21222            '2T2C' and
21223            ('VXLAN' or 'LISP') and
21224            not 'VHOST' and
21225            not 'IPSECHW'"
21226   parameters:
21227   - "latency"
21228   - "parent"
21229   - "tags"
21230   sort:
21231   - "not DOT1Q"
21232   - "VXLAN_1"
21233   - "VXLAN_10"
21234   - "VXLAN_100"
21235   - "VXLAN_1000"
21236   layout:
21237     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
21238     layout: "plot-latency"
21239
21240 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520 - features
21241 -
21242   type: "plot"
21243   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
21244   algorithm: "plot_latency_error_bars"
21245   output-file-type: ".html"
21246   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
21247   data: "plot-vpp-throughput-latency-3n-hsw"
21248   filter: "'NIC_Intel-X520-DA2' and
21249            '64B' and
21250            'ENCAP' and
21251            'NDRPDR' and
21252            '1T1C' and
21253            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
21254            not 'DOT1Q' and
21255            not 'VHOST' and
21256            not 'IPSECHW'"
21257   parameters:
21258   - "latency"
21259   - "parent"
21260   - "tags"
21261   sort:
21262   - "L2BDMACLRN"
21263   - "L2XCFWD"
21264   - "LISP"
21265   layout:
21266     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
21267     layout: "plot-latency"
21268
21269 -
21270   type: "plot"
21271   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
21272   algorithm: "plot_latency_error_bars"
21273   output-file-type: ".html"
21274   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
21275   data: "plot-vpp-throughput-latency-3n-hsw"
21276   filter: "'NIC_Intel-X520-DA2' and
21277            '64B' and
21278            'ENCAP' and
21279            'NDRPDR' and
21280            '2T2C' and
21281            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
21282            not 'DOT1Q' and
21283            not 'VHOST' and
21284            not 'IPSECHW'"
21285   parameters:
21286   - "latency"
21287   - "parent"
21288   - "tags"
21289   sort:
21290   - "L2BDMACLRN"
21291   - "L2XCFWD"
21292   - "LISP"
21293   layout:
21294     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
21295     layout: "plot-latency"
21296
21297 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710
21298 -
21299   type: "plot"
21300   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
21301   algorithm: "plot_latency_error_bars"
21302   output-file-type: ".html"
21303   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
21304   data: "plot-vpp-throughput-latency-3n-hsw"
21305   filter: "'NIC_Intel-X710' and
21306            '64B' and
21307            'ENCAP' and
21308            'NDRPDR' and
21309            '1T1C' and
21310            ('VXLAN' or 'LISP') and
21311            not 'VHOST' and
21312            not 'IPSECHW'"
21313   parameters:
21314   - "latency"
21315   - "parent"
21316   - "tags"
21317   sort:
21318   - "LISP"
21319   - "VXLAN_1"
21320   - "VXLAN_10"
21321   - "VXLAN_100"
21322   - "VXLAN_1000"
21323   layout:
21324     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
21325     layout: "plot-latency"
21326
21327 -
21328   type: "plot"
21329   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
21330   algorithm: "plot_latency_error_bars"
21331   output-file-type: ".html"
21332   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
21333   data: "plot-vpp-throughput-latency-3n-hsw"
21334   filter: "'NIC_Intel-X710' and
21335            '64B' and
21336            'ENCAP' and
21337            'NDRPDR' and
21338            '2T2C' and
21339            ('VXLAN' or 'LISP') and
21340            not 'VHOST' and
21341            not 'IPSECHW'"
21342   parameters:
21343   - "latency"
21344   - "parent"
21345   - "tags"
21346   sort:
21347   - "LISP"
21348   - "VXLAN_1"
21349   - "VXLAN_10"
21350   - "VXLAN_100"
21351   - "VXLAN_1000"
21352   layout:
21353     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
21354     layout: "plot-latency"
21355
21356 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710 - features
21357 -
21358   type: "plot"
21359   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
21360   algorithm: "plot_latency_error_bars"
21361   output-file-type: ".html"
21362   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
21363   data: "plot-vpp-throughput-latency-3n-hsw"
21364   filter: "'NIC_Intel-X710' and
21365            '64B' and
21366            'ENCAP' and
21367            'NDRPDR' and
21368            '1T1C' and
21369            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
21370            not 'DOT1Q' and
21371            not 'VHOST' and
21372            not 'IPSECHW'"
21373   parameters:
21374   - "latency"
21375   - "parent"
21376   - "tags"
21377   sort:
21378   - "L2BDMACLRN"
21379   - "L2XCFWD"
21380   - "LISP"
21381   layout:
21382     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
21383     layout: "plot-latency"
21384
21385 -
21386   type: "plot"
21387   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
21388   algorithm: "plot_latency_error_bars"
21389   output-file-type: ".html"
21390   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
21391   data: "plot-vpp-throughput-latency-3n-hsw"
21392   filter: "'NIC_Intel-X710' and
21393            '64B' and
21394            'ENCAP' and
21395            'NDRPDR' and
21396            '2T2C' and
21397            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
21398            not 'DOT1Q' and
21399            not 'VHOST' and
21400            not 'IPSECHW'"
21401   parameters:
21402   - "latency"
21403   - "parent"
21404   - "tags"
21405   sort:
21406   - "L2BDMACLRN"
21407   - "L2XCFWD"
21408   - "LISP"
21409   layout:
21410     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
21411     layout: "plot-latency"
21412
21413 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710
21414 -
21415   type: "plot"
21416   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
21417   algorithm: "plot_latency_error_bars"
21418   output-file-type: ".html"
21419   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
21420   data: "plot-vpp-throughput-latency-3n-skx"
21421   filter: "'NIC_Intel-X710' and
21422            '64B' and
21423            'ENCAP' and
21424            'NDRPDR' and
21425            '2T1C' and
21426            ('VXLAN' or 'LISP') and
21427            not 'VHOST' and
21428            not 'IPSECHW'"
21429   parameters:
21430   - "latency"
21431   - "parent"
21432   - "tags"
21433   sort:
21434   - "LISP"
21435   - "VXLAN_1"
21436   - "VXLAN_10"
21437   - "VXLAN_100"
21438   - "VXLAN_1000"
21439   layout:
21440     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
21441     layout: "plot-latency"
21442
21443 -
21444   type: "plot"
21445   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
21446   algorithm: "plot_latency_error_bars"
21447   output-file-type: ".html"
21448   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
21449   data: "plot-vpp-throughput-latency-3n-skx"
21450   filter: "'NIC_Intel-X710' and
21451            '64B' and
21452            'ENCAP' and
21453            'NDRPDR' and
21454            '4T2C' and
21455            ('VXLAN' or 'LISP') and
21456            not 'VHOST' and
21457            not 'IPSECHW'"
21458   parameters:
21459   - "latency"
21460   - "parent"
21461   - "tags"
21462   sort:
21463   - "LISP"
21464   - "VXLAN_1"
21465   - "VXLAN_10"
21466   - "VXLAN_100"
21467   - "VXLAN_1000"
21468   layout:
21469     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
21470     layout: "plot-latency"
21471
21472 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710 - features
21473 -
21474   type: "plot"
21475   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
21476   algorithm: "plot_latency_error_bars"
21477   output-file-type: ".html"
21478   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
21479   data: "plot-vpp-throughput-latency-3n-skx"
21480   filter: "'NIC_Intel-X710' and
21481            '64B' and
21482            'ENCAP' and
21483            'NDRPDR' and
21484            '2T1C' and
21485            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
21486            not 'DOT1Q' and
21487            not 'VHOST' and
21488            not 'IPSECHW'"
21489   parameters:
21490   - "latency"
21491   - "parent"
21492   - "tags"
21493   sort:
21494   - "L2BDMACLRN"
21495   - "L2XCFWD"
21496   - "LISP"
21497   layout:
21498     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
21499     layout: "plot-latency"
21500
21501 -
21502   type: "plot"
21503   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
21504   algorithm: "plot_latency_error_bars"
21505   output-file-type: ".html"
21506   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
21507   data: "plot-vpp-throughput-latency-3n-skx"
21508   filter: "'NIC_Intel-X710' and
21509            '64B' and
21510            'ENCAP' and
21511            'NDRPDR' and
21512            '4T2C' and
21513            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
21514            not 'DOT1Q' and
21515            not 'VHOST' and
21516            not 'IPSECHW'"
21517   parameters:
21518   - "latency"
21519   - "parent"
21520   - "tags"
21521   sort:
21522   - "L2BDMACLRN"
21523   - "L2XCFWD"
21524   - "LISP"
21525   layout:
21526     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
21527     layout: "plot-latency"
21528
21529 ################################################################################
21530
21531 # Packet Latency - VPP IPv6 3n-hsw-x520
21532 -
21533   type: "plot"
21534   title: "VPP Latency: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
21535   algorithm: "plot_latency_error_bars"
21536   output-file-type: ".html"
21537   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
21538   data: "plot-vpp-throughput-latency-3n-hsw"
21539   filter: "'NIC_Intel-X520-DA2' and
21540            '78B' and
21541            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21542            'NDRPDR' and
21543            '1T1C' and
21544            'IP6FWD' and
21545            not 'SRv6' and
21546            not 'IPSEC' and
21547            not 'VHOST'"
21548   parameters:
21549   - "latency"
21550   - "parent"
21551   - "tags"
21552   sort:
21553   - "IP6BASE"
21554   - "FIB_20K"
21555   - "FIB_200K"
21556   - "FIB_2M"
21557   layout:
21558     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
21559     layout: "plot-latency"
21560
21561 -
21562   type: "plot"
21563   title: "VPP Latency: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
21564   algorithm: "plot_latency_error_bars"
21565   output-file-type: ".html"
21566   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
21567   data: "plot-vpp-throughput-latency-3n-hsw"
21568   filter: "'NIC_Intel-X520-DA2' and
21569            '78B' and
21570            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21571            'NDRPDR' and
21572            '2T2C' and
21573            'IP6FWD' and
21574            not 'SRv6' and
21575            not 'IPSEC' and
21576            not 'VHOST'"
21577   parameters:
21578   - "latency"
21579   - "parent"
21580   - "tags"
21581   sort:
21582   - "IP6BASE"
21583   - "FIB_20K"
21584   - "FIB_200K"
21585   - "FIB_2M"
21586   layout:
21587     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
21588     layout: "plot-latency"
21589
21590 # Packet Latency - VPP IPv6 3n-hsw-x710
21591 -
21592   type: "plot"
21593   title: "VPP Latency: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
21594   algorithm: "plot_latency_error_bars"
21595   output-file-type: ".html"
21596   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
21597   data: "plot-vpp-throughput-latency-3n-hsw"
21598   filter: "'NIC_Intel-X710' and
21599            '78B' and
21600            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21601            'NDRPDR' and
21602            '1T1C' and
21603            'IP6FWD' and
21604            not 'SRv6' and
21605            not 'IPSEC' and
21606            not 'VHOST'"
21607   parameters:
21608   - "latency"
21609   - "parent"
21610   - "tags"
21611   sort:
21612   - "IP6BASE"
21613   - "FIB_20K"
21614   - "FIB_200K"
21615   - "FIB_2M"
21616   layout:
21617     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
21618     layout: "plot-latency"
21619
21620 -
21621   type: "plot"
21622   title: "VPP Latency: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
21623   algorithm: "plot_latency_error_bars"
21624   output-file-type: ".html"
21625   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
21626   data: "plot-vpp-throughput-latency-3n-hsw"
21627   filter: "'NIC_Intel-X710' and
21628            '78B' and
21629            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21630            'NDRPDR' and
21631            '2T2C' and
21632            'IP6FWD' and
21633            not 'SRv6' and
21634            not 'IPSEC' and
21635            not 'VHOST'"
21636   parameters:
21637   - "latency"
21638   - "parent"
21639   - "tags"
21640   sort:
21641   - "IP6BASE"
21642   - "FIB_20K"
21643   - "FIB_200K"
21644   - "FIB_2M"
21645   layout:
21646     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
21647     layout: "plot-latency"
21648
21649 # Packet Latency - VPP IPv6 3n-hsw-xl710
21650 -
21651   type: "plot"
21652   title: "VPP Latency: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat"
21653   algorithm: "plot_latency_error_bars"
21654   output-file-type: ".html"
21655   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat"
21656   data: "plot-vpp-throughput-latency-3n-hsw"
21657   filter: "'NIC_Intel-XL710' and
21658            '78B' and
21659            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21660            'NDRPDR' and
21661            '1T1C' and
21662            'IP6FWD' and
21663            not 'SRv6' and
21664            not 'IPSEC' and
21665            not 'VHOST'"
21666   parameters:
21667   - "latency"
21668   - "parent"
21669   - "tags"
21670   sort:
21671   - "IP6BASE"
21672   - "FIB_20K"
21673   - "FIB_200K"
21674   - "FIB_2M"
21675   layout:
21676     title: "ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
21677     layout: "plot-latency"
21678
21679 -
21680   type: "plot"
21681   title: "VPP Latency: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat"
21682   algorithm: "plot_latency_error_bars"
21683   output-file-type: ".html"
21684   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat"
21685   data: "plot-vpp-throughput-latency-3n-hsw"
21686   filter: "'NIC_Intel-XL710' and
21687            '78B' and
21688            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21689            'NDRPDR' and
21690            '2T2C' and
21691            'IP6FWD' and
21692            not 'SRv6' and
21693            not 'IPSEC' and
21694            not 'VHOST'"
21695   parameters:
21696   - "latency"
21697   - "parent"
21698   - "tags"
21699   sort:
21700   - "IP6BASE"
21701   - "FIB_20K"
21702   - "FIB_200K"
21703   - "FIB_2M"
21704   layout:
21705     title: "ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
21706     layout: "plot-latency"
21707
21708 # Packet Latency - VPP IPv6 3n-skx-x710
21709 -
21710   type: "plot"
21711   title: "VPP Latency: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
21712   algorithm: "plot_latency_error_bars"
21713   output-file-type: ".html"
21714   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
21715   data: "plot-vpp-throughput-latency-3n-skx"
21716   filter: "'NIC_Intel-X710' and
21717            '78B' and
21718            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21719            'NDRPDR' and
21720            '2T1C' and
21721            'IP6FWD' and
21722            not 'SRv6' and
21723            not 'IPSEC' and
21724            not 'VHOST'"
21725   parameters:
21726   - "latency"
21727   - "parent"
21728   - "tags"
21729   sort:
21730   - "IP6BASE"
21731   - "FIB_20K"
21732   - "FIB_200K"
21733   - "FIB_2M"
21734   layout:
21735     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
21736     layout: "plot-latency"
21737
21738 -
21739   type: "plot"
21740   title: "VPP Latency: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
21741   algorithm: "plot_latency_error_bars"
21742   output-file-type: ".html"
21743   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
21744   data: "plot-vpp-throughput-latency-3n-skx"
21745   filter: "'NIC_Intel-X710' and
21746            '78B' and
21747            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21748            'NDRPDR' and
21749            '4T2C' and
21750            'IP6FWD' and
21751            not 'SRv6' and
21752            not 'IPSEC' and
21753            not 'VHOST'"
21754   parameters:
21755   - "latency"
21756   - "parent"
21757   - "tags"
21758   sort:
21759   - "IP6BASE"
21760   - "FIB_20K"
21761   - "FIB_200K"
21762   - "FIB_2M"
21763   layout:
21764     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
21765     layout: "plot-latency"
21766
21767 # Packet Latency - VPP IPv6 2n-skx-x710
21768 -
21769   type: "plot"
21770   title: "VPP Latency: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
21771   algorithm: "plot_latency_error_bars"
21772   output-file-type: ".html"
21773   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
21774   data: "plot-vpp-throughput-latency-2n-skx"
21775   filter: "'NIC_Intel-X710' and
21776            '78B' and
21777            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
21778            'NDRPDR' and
21779            '2T1C' and
21780            'IP6FWD' and
21781            not 'SRv6' and
21782            not 'IPSEC' and
21783            not 'VHOST'"
21784   parameters:
21785   - "latency"
21786   - "parent"
21787   - "tags"
21788   sort:
21789   - "IP6BASE"
21790   - "FIB_20k"
21791   - "FIB_200k"
21792   - "FIB_2M"
21793   layout:
21794     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
21795     layout: "plot-latency"
21796
21797 -
21798   type: "plot"
21799   title: "VPP Latency: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
21800   algorithm: "plot_latency_error_bars"
21801   output-file-type: ".html"
21802   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
21803   data: "plot-vpp-throughput-latency-2n-skx"
21804   filter: "'NIC_Intel-X710' and
21805            '78B' and
21806            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
21807            'NDRPDR' and
21808            '4T2C' and
21809            'IP6FWD' and
21810            not 'SRv6' and
21811            not 'IPSEC' and
21812            not 'VHOST'"
21813   parameters:
21814   - "latency"
21815   - "parent"
21816   - "tags"
21817   sort:
21818   - "IP6BASE"
21819   - "FIB_20k"
21820   - "FIB_200k"
21821   - "FIB_2M"
21822   layout:
21823     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
21824     layout: "plot-latency"
21825
21826 # Packet Latency - VPP IPv6 2n-skx-xxv710
21827 -
21828   type: "plot"
21829   title: "VPP Latency: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
21830   algorithm: "plot_latency_error_bars"
21831   output-file-type: ".html"
21832   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
21833   data: "plot-vpp-throughput-latency-2n-skx"
21834   filter: "'NIC_Intel-XXV710' and
21835            '78B' and
21836            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
21837            'NDRPDR' and
21838            '2T1C' and
21839            'IP6FWD' and
21840            not 'SRv6' and
21841            not 'IPSEC' and
21842            not 'VHOST'"
21843   parameters:
21844   - "latency"
21845   - "parent"
21846   - "tags"
21847   sort:
21848   - "IP6BASE"
21849   - "FIB_20k"
21850   - "FIB_200k"
21851   - "FIB_2M"
21852   layout:
21853     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
21854     layout: "plot-latency"
21855
21856 -
21857   type: "plot"
21858   title: "VPP Latency: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
21859   algorithm: "plot_latency_error_bars"
21860   output-file-type: ".html"
21861   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
21862   data: "plot-vpp-throughput-latency-2n-skx"
21863   filter: "'NIC_Intel-XXV710' and
21864            '78B' and
21865            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21866            'NDRPDR' and
21867            '4T2C' and
21868            'IP6FWD' and
21869            not 'SRv6' and
21870            not 'IPSEC' and
21871            not 'VHOST'"
21872   parameters:
21873   - "latency"
21874   - "parent"
21875   - "tags"
21876   sort:
21877   - "IP6BASE"
21878   - "FIB_20k"
21879   - "FIB_200k"
21880   - "FIB_2M"
21881   layout:
21882     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
21883     layout: "plot-latency"
21884
21885 ################################################################################
21886
21887 # Packet Latency - VPP IPv6 tunnels 3n-hsw-x520
21888 -
21889   type: "plot"
21890   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
21891   algorithm: "plot_latency_error_bars"
21892   output-file-type: ".html"
21893   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
21894   data: "plot-vpp-throughput-latency-3n-hsw"
21895   filter: "'NIC_Intel-X520-DA2' and
21896            '78B' and
21897            'ENCAP' and
21898            'NDRPDR' and
21899            '1T1C' and
21900            'LISP' and
21901            not 'VHOST'"
21902   parameters:
21903   - "latency"
21904   - "parent"
21905   - "tags"
21906   sort:
21907   - "IP4UNRLAY"
21908   - "IP6UNRLAY"
21909   layout:
21910     title: "ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
21911     layout: "plot-latency"
21912
21913 -
21914   type: "plot"
21915   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
21916   algorithm: "plot_latency_error_bars"
21917   output-file-type: ".html"
21918   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
21919   data: "plot-vpp-throughput-latency-3n-hsw"
21920   filter: "'NIC_Intel-X520-DA2' and
21921            '78B' and
21922            'ENCAP' and
21923            'NDRPDR' and
21924            '2T2C' and
21925            'LISP' and
21926            not 'VHOST'"
21927   parameters:
21928   - "latency"
21929   - "parent"
21930   - "tags"
21931   sort:
21932   - "IP4UNRLAY"
21933   - "IP6UNRLAY"
21934   layout:
21935     title: "ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
21936     layout: "plot-latency"
21937
21938 ################################################################################
21939
21940 # Packet Latency - VPP IPSec 3n-hsw-xl710 base
21941 -
21942   type: "plot"
21943   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
21944   algorithm: "plot_latency_error_bars"
21945   output-file-type: ".html"
21946   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
21947   data: "plot-vpp-throughput-latency-3n-hsw"
21948   filter: "'NIC_Intel-XL710' and
21949            '64B' and
21950            'IP4FWD' and
21951            'NDRPDR' and
21952            'BASE' and
21953            '1T1C' and
21954            'IPSECHW' and
21955            ('IPSECTRAN' or 'IPSECTUN') and
21956            not 'VHOST'"
21957   parameters:
21958   - "latency"
21959   - "parent"
21960   - "tags"
21961   layout:
21962     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
21963     layout: "plot-latency"
21964
21965 -
21966   type: "plot"
21967   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
21968   algorithm: "plot_latency_error_bars"
21969   output-file-type: ".html"
21970   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
21971   data: "plot-vpp-throughput-latency-3n-hsw"
21972   filter: "'NIC_Intel-XL710' and
21973            '64B' and
21974            'IP4FWD' and
21975            'NDRPDR' and
21976            'BASE' and
21977            '2T2C' and
21978            'IPSECHW' and
21979            ('IPSECTRAN' or 'IPSECTUN') and
21980            not 'VHOST'"
21981   parameters:
21982   - "latency"
21983   - "parent"
21984   - "tags"
21985   layout:
21986     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
21987     layout: "plot-latency"
21988
21989 # Packet Latency - VPP IPSec 3n-hsw-xl710 scale
21990 -
21991   type: "plot"
21992   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
21993   algorithm: "plot_latency_error_bars"
21994   output-file-type: ".html"
21995   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
21996   data: "plot-vpp-throughput-latency-3n-hsw"
21997   filter: "'NIC_Intel-XL710' and
21998            '64B' and
21999            'IP4FWD' and
22000            'NDRPDR' and
22001            'SCALE' and
22002            '1T1C' and
22003            'IPSECHW' and
22004            ('IPSECTRAN' or 'IPSECTUN') and
22005            not 'VHOST'"
22006   parameters:
22007   - "latency"
22008   - "parent"
22009   - "tags"
22010   layout:
22011     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
22012     layout: "plot-latency"
22013
22014 -
22015   type: "plot"
22016   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
22017   algorithm: "plot_latency_error_bars"
22018   output-file-type: ".html"
22019   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
22020   data: "plot-vpp-throughput-latency-3n-hsw"
22021   filter: "'NIC_Intel-XL710' and
22022            '64B' and
22023            'IP4FWD' and
22024            'NDRPDR' and
22025            'SCALE' and
22026            '2T2C' and
22027            'IPSECHW' and
22028            ('IPSECTRAN' or 'IPSECTUN') and
22029            not 'VHOST'"
22030   parameters:
22031   - "latency"
22032   - "parent"
22033   - "tags"
22034   layout:
22035     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
22036     layout: "plot-latency"
22037
22038 # Packet Latency - VPP IPSec 3n-hsw-xl710 sw
22039 -
22040   type: "plot"
22041   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat"
22042   algorithm: "plot_latency_error_bars"
22043   output-file-type: ".html"
22044   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat"
22045   data: "plot-vpp-throughput-latency-3n-hsw"
22046   filter: "'NIC_Intel-XL710' and
22047            '64B' and
22048            'IP4FWD' and
22049            'NDRPDR' and
22050            '1T1C' and
22051            'IPSECSW' and
22052            ('IPSECTRAN' or 'IPSECTUN') and
22053            not 'VHOST'"
22054   parameters:
22055   - "latency"
22056   - "parent"
22057   - "tags"
22058   layout:
22059     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
22060     layout: "plot-latency"
22061
22062 -
22063   type: "plot"
22064   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
22065   algorithm: "plot_latency_error_bars"
22066   output-file-type: ".html"
22067   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
22068   data: "plot-vpp-throughput-latency-3n-hsw"
22069   filter: "'NIC_Intel-XL710' and
22070            '64B' and
22071            'IP4FWD' and
22072            'NDRPDR' and
22073            '2T2C' and
22074            'IPSECSW' and
22075            ('IPSECTRAN' or 'IPSECTUN') and
22076            not 'VHOST'"
22077   parameters:
22078   - "latency"
22079   - "parent"
22080   - "tags"
22081   layout:
22082     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
22083     layout: "plot-latency"
22084
22085 ################################################################################
22086
22087 # Packet Latency - VPP SRv6 3n-hsw-x520
22088 -
22089   type: "plot"
22090   title: "VPP Latency: srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
22091   algorithm: "plot_latency_error_bars"
22092   output-file-type: ".html"
22093   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
22094   data: "plot-vpp-throughput-latency-3n-hsw"
22095   filter: "'NIC_Intel-X520-DA2' and
22096            '78B' and
22097            'FEATURE' and
22098            'NDRPDR' and
22099            '1T1C' and
22100            'IP6FWD' and
22101            'SRv6'"
22102   parameters:
22103   - "latency"
22104   - "parent"
22105   - "tags"
22106   layout:
22107     title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
22108     layout: "plot-latency"
22109
22110 -
22111   type: "plot"
22112   title: "VPP Latency: srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
22113   algorithm: "plot_latency_error_bars"
22114   output-file-type: ".html"
22115   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
22116   data: "plot-vpp-throughput-latency-3n-hsw"
22117   filter: "'NIC_Intel-X520-DA2' and
22118            '78B' and
22119            'FEATURE' and
22120            'NDRPDR' and
22121            '2T2C' and
22122            'IP6FWD' and
22123            'SRv6'"
22124   parameters:
22125   - "latency"
22126   - "parent"
22127   - "tags"
22128   layout:
22129     title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
22130     layout: "plot-latency"
22131
22132 ################################################################################
22133
22134 # Packet Latency - VPP vhost ip4 3n-hsw-x520
22135 -
22136   type: "plot"
22137   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
22138   algorithm: "plot_latency_error_bars"
22139   output-file-type: ".html"
22140   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
22141   data: "plot-vpp-throughput-latency-3n-hsw"
22142   filter: "'NIC_Intel-X520-DA2' and
22143            '64B' and
22144            'NDRPDR' and
22145            'ETH' and
22146            'IP4FWD' and
22147            '1T1C' and
22148            'VHOST_1024' and
22149            not 'VXLAN' and
22150            not 'DOT1Q'"
22151   parameters:
22152   - "latency"
22153   - "parent"
22154   - "tags"
22155   sort:
22156   - "not CFS_OPT"
22157   - "1VM"
22158   - "2VM"
22159   layout:
22160     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
22161     layout: "plot-latency"
22162
22163 -
22164   type: "plot"
22165   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
22166   algorithm: "plot_latency_error_bars"
22167   output-file-type: ".html"
22168   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
22169   data: "plot-vpp-throughput-latency-3n-hsw"
22170   filter: "'NIC_Intel-X520-DA2' and
22171            '64B' and
22172            'NDRPDR' and
22173            'ETH' and
22174            'IP4FWD' and
22175            '2T2C' and
22176            'VHOST_1024' and
22177            not 'VXLAN' and
22178            not 'DOT1Q'"
22179   parameters:
22180   - "latency"
22181   - "parent"
22182   - "tags"
22183   sort:
22184   - "not CFS_OPT"
22185   - "1VM"
22186   - "2VM"
22187   layout:
22188     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
22189     layout: "plot-latency"
22190
22191 # Packet Latency - VPP vhost l2sw 3n-hsw-x520
22192 -
22193   type: "plot"
22194   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
22195   algorithm: "plot_latency_error_bars"
22196   output-file-type: ".html"
22197   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
22198   data: "plot-vpp-throughput-latency-3n-hsw"
22199   filter: "'NIC_Intel-X520-DA2' and
22200            '64B' and
22201            'NDRPDR' and
22202            ('ETH' or 'DOT1Q') and
22203            '1T1C' and
22204            'L2BDMACLRN' and
22205            'VHOST_1024' and
22206            not 'VXLAN' and
22207            not 'IP4FWD' and
22208            not '2VM'"
22209   parameters:
22210   - "latency"
22211   - "parent"
22212   - "tags"
22213 #  sort:
22214 #  - "VM"  # "not CFS_OPT"
22215 #  - "CFS_OPT"
22216 #  - "FIB_10K"
22217 #  - "FIB_100K"
22218 #  - "FIB_1M"
22219   layout:
22220     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
22221     layout: "plot-latency"
22222
22223 -
22224   type: "plot"
22225   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
22226   algorithm: "plot_latency_error_bars"
22227   output-file-type: ".html"
22228   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
22229   data: "plot-vpp-throughput-latency-3n-hsw"
22230   filter: "'NIC_Intel-X520-DA2' and
22231            '64B' and
22232            'NDRPDR' and
22233            ('ETH' or 'DOT1Q') and
22234            '2T2C' and
22235            'L2BDMACLRN' and
22236            'VHOST_1024' and
22237            not 'VXLAN' and
22238            not 'IP4FWD' and
22239            not '2VM'"
22240   parameters:
22241   - "latency"
22242   - "parent"
22243   - "tags"
22244 #  sort:
22245 #  - "VM"  # "not CFS_OPT"
22246 #  - "CFS_OPT"
22247 #  - "FIB_10K"
22248 #  - "FIB_100K"
22249 #  - "FIB_1M"
22250   layout:
22251     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
22252     layout: "plot-latency"
22253
22254 # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base
22255 -
22256   type: "plot"
22257   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr-lat"
22258   algorithm: "plot_latency_error_bars"
22259   output-file-type: ".html"
22260   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr-lat"
22261   data: "plot-vpp-throughput-latency-3n-hsw"
22262   filter: "'NIC_Intel-X520-DA2' and
22263            '64B' and
22264            'NDRPDR' and
22265            ('ETH' or 'DOT1Q') and
22266            'BASE' and
22267            '1T1C' and
22268            ('L2BDMACLRN' or 'L2XCFWD') and
22269            'VHOST_1024' and
22270            not 'VXLAN' and
22271            not 'IP4FWD' and
22272            not '2VM'"
22273   parameters:
22274   - "latency"
22275   - "parent"
22276   - "tags"
22277 #  sort:
22278 #  - "not CFS_OPT"
22279 #  - "L2XCFWD"
22280 #  - "not CFS_OPT"
22281 #  - "CFS_OPT"
22282   layout:
22283     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
22284     layout: "plot-latency"
22285
22286 -
22287   type: "plot"
22288   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr-lat"
22289   algorithm: "plot_latency_error_bars"
22290   output-file-type: ".html"
22291   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr-lat"
22292   data: "plot-vpp-throughput-latency-3n-hsw"
22293   filter: "'NIC_Intel-X520-DA2' and
22294            '64B' and
22295            'NDRPDR' and
22296            ('ETH' or 'DOT1Q') and
22297            'BASE' and
22298            '2T2C' and
22299            ('L2BDMACLRN' or 'L2XCFWD') and
22300            'VHOST_1024' and
22301            not 'VXLAN' and
22302            not 'IP4FWD' and
22303            not '2VM'"
22304   parameters:
22305   - "latency"
22306   - "parent"
22307   - "tags"
22308 #  sort:
22309 #  - "not CFS_OPT"
22310 #  - "L2XCFWD"
22311 #  - "not CFS_OPT"
22312 #  - "CFS_OPT"
22313   layout:
22314     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
22315     layout: "plot-latency"
22316
22317 # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base vm
22318 -
22319   type: "plot"
22320   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
22321   algorithm: "plot_latency_error_bars"
22322   output-file-type: ".html"
22323   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
22324   data: "plot-vpp-throughput-latency-3n-hsw"
22325   filter: "'NIC_Intel-X520-DA2' and
22326            '64B' and
22327            'NDRPDR' and
22328            ('ETH' or 'DOT1Q') and
22329            '1T1C' and
22330            ('L2BDMACLRN' or 'L2XCFWD') and
22331            'VHOST_1024' and
22332            not 'CFS_OPT' and
22333            not 'VXLAN' and
22334            not 'IP4FWD' and
22335            not 'LBOND'"
22336   parameters:
22337   - "latency"
22338   - "parent"
22339   - "tags"
22340 #  sort:
22341 #  - "1VM"
22342 #  - "L2XCFWD"
22343 #  - "1VM"
22344 #  - "L2BDMACLRN"
22345   layout:
22346     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
22347     layout: "plot-latency"
22348
22349 -
22350   type: "plot"
22351   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
22352   algorithm: "plot_latency_error_bars"
22353   output-file-type: ".html"
22354   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
22355   data: "plot-vpp-throughput-latency-3n-hsw"
22356   filter: "'NIC_Intel-X520-DA2' and
22357            '64B' and
22358            'NDRPDR' and
22359            ('ETH' or 'DOT1Q') and
22360            '2T2C' and
22361            ('L2BDMACLRN' or 'L2XCFWD') and
22362            'VHOST_1024' and
22363            not 'CFS_OPT' and
22364            not 'VXLAN' and
22365            not 'IP4FWD' and
22366            not 'LBOND'"
22367   parameters:
22368   - "latency"
22369   - "parent"
22370   - "tags"
22371 #  sort:
22372 #  - "1VM"
22373 #  - "L2XCFWD"
22374 #  - "1VM"
22375 #  - "L2BDMACLRN"
22376   layout:
22377     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
22378     layout: "plot-latency"
22379
22380 # Packet Latency - VPP vhost ip4 3n-hsw-x710
22381 -
22382   type: "plot"
22383   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
22384   algorithm: "plot_latency_error_bars"
22385   output-file-type: ".html"
22386   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
22387   data: "plot-vpp-throughput-latency-3n-hsw"
22388   filter: "'NIC_Intel-X710' and
22389            '64B' and
22390            'NDRPDR' and
22391            'ETH' and
22392            'IP4FWD' and
22393            '1T1C' and
22394            'VHOST_1024' and
22395            not 'VXLAN' and
22396            not 'DOT1Q'"
22397   parameters:
22398   - "latency"
22399   - "parent"
22400   - "tags"
22401   sort:
22402   - "not CFS_OPT"
22403   - "1VM"
22404   - "2VM"
22405   layout:
22406     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
22407     layout: "plot-latency"
22408
22409 -
22410   type: "plot"
22411   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
22412   algorithm: "plot_latency_error_bars"
22413   output-file-type: ".html"
22414   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
22415   data: "plot-vpp-throughput-latency-3n-hsw"
22416   filter: "'NIC_Intel-X710' and
22417            '64B' and
22418            'NDRPDR' and
22419            'ETH' and
22420            'IP4FWD' and
22421            '2T2C' and
22422            'VHOST_1024' and
22423            not 'VXLAN' and
22424            not 'DOT1Q'"
22425   parameters:
22426   - "latency"
22427   - "parent"
22428   - "tags"
22429   sort:
22430   - "not CFS_OPT"
22431   - "1VM"
22432   - "2VM"
22433   layout:
22434     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
22435     layout: "plot-latency"
22436
22437 # Packet Latency - VPP vhost l2sw 3n-hsw-x710
22438 -
22439   type: "plot"
22440   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
22441   algorithm: "plot_latency_error_bars"
22442   output-file-type: ".html"
22443   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
22444   data: "plot-vpp-throughput-latency-3n-hsw"
22445   filter: "'NIC_Intel-X710' and
22446            '64B' and
22447            'NDRPDR' and
22448            ('ETH' or 'DOT1Q') and
22449            '1T1C' and
22450            'L2BDMACLRN' and
22451            'VHOST_1024' and
22452            not 'VXLAN' and
22453            not 'IP4FWD' and
22454            not '2VM'"
22455   parameters:
22456   - "latency"
22457   - "parent"
22458   - "tags"
22459 #  sort:
22460 #  - "VM"  # "not CFS_OPT"
22461 #  - "CFS_OPT"
22462 #  - "FIB_10K"
22463 #  - "FIB_100K"
22464 #  - "FIB_1M"
22465   layout:
22466     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
22467     layout: "plot-latency"
22468
22469 -
22470   type: "plot"
22471   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
22472   algorithm: "plot_latency_error_bars"
22473   output-file-type: ".html"
22474   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
22475   data: "plot-vpp-throughput-latency-3n-hsw"
22476   filter: "'NIC_Intel-X710' and
22477            '64B' and
22478            'NDRPDR' and
22479            ('ETH' or 'DOT1Q') and
22480            '2T2C' and
22481            'L2BDMACLRN' and
22482            'VHOST_1024' and
22483            not 'VXLAN' and
22484            not 'IP4FWD' and
22485            not '2VM'"
22486   parameters:
22487   - "latency"
22488   - "parent"
22489   - "tags"
22490 #  sort:
22491 #  - "VM"  # "not CFS_OPT"
22492 #  - "CFS_OPT"
22493 #  - "FIB_10K"
22494 #  - "FIB_100K"
22495 #  - "FIB_1M"
22496   layout:
22497     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
22498     layout: "plot-latency"
22499
22500 # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base
22501 -
22502   type: "plot"
22503   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr-lat"
22504   algorithm: "plot_latency_error_bars"
22505   output-file-type: ".html"
22506   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr-lat"
22507   data: "plot-vpp-throughput-latency-3n-hsw"
22508   filter: "'NIC_Intel-X710' and
22509            '64B' and
22510            'NDRPDR' and
22511            ('ETH' or 'DOT1Q') and
22512            'BASE' and
22513            '1T1C' and
22514            ('L2BDMACLRN' or 'L2XCFWD') and
22515            'VHOST_1024' and
22516            not 'VXLAN' and
22517            not 'IP4FWD' and
22518            not '2VM'"
22519   parameters:
22520   - "latency"
22521   - "parent"
22522   - "tags"
22523 #  sort:
22524 #  - "not CFS_OPT"
22525 #  - "L2XCFWD"
22526 #  - "not CFS_OPT"
22527 #  - "CFS_OPT"
22528   layout:
22529     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
22530     layout: "plot-latency"
22531
22532 -
22533   type: "plot"
22534   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr-lat"
22535   algorithm: "plot_latency_error_bars"
22536   output-file-type: ".html"
22537   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr-lat"
22538   data: "plot-vpp-throughput-latency-3n-hsw"
22539   filter: "'NIC_Intel-X710' and
22540            '64B' and
22541            'NDRPDR' and
22542            ('ETH' or 'DOT1Q') and
22543            'BASE' and
22544            '2T2C' and
22545            ('L2BDMACLRN' or 'L2XCFWD') and
22546            'VHOST_1024' and
22547            not 'VXLAN' and
22548            not 'IP4FWD' and
22549            not '2VM'"
22550   parameters:
22551   - "latency"
22552   - "parent"
22553   - "tags"
22554 #  sort:
22555 #  - "not CFS_OPT"
22556 #  - "L2XCFWD"
22557 #  - "not CFS_OPT"
22558 #  - "CFS_OPT"
22559   layout:
22560     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
22561     layout: "plot-latency"
22562
22563 # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base vm
22564 -
22565   type: "plot"
22566   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr-lat"
22567   algorithm: "plot_latency_error_bars"
22568   output-file-type: ".html"
22569   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr-lat"
22570   data: "plot-vpp-throughput-latency-3n-hsw"
22571   filter: "'NIC_Intel-X710' and
22572            '64B' and
22573            'NDRPDR' and
22574            ('ETH' or 'DOT1Q') and
22575            '1T1C' and
22576            ('L2BDMACLRN' or 'L2XCFWD') and
22577            'VHOST_1024' and
22578            not 'CFS_OPT' and
22579            not 'VXLAN' and
22580            not 'IP4FWD' and
22581            not 'LBOND'"
22582   parameters:
22583   - "latency"
22584   - "parent"
22585   - "tags"
22586 #  sort:
22587 #  - "1VM"
22588 #  - "L2XCFWD"
22589 #  - "1VM"
22590 #  - "L2BDMACLRN"
22591   layout:
22592     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
22593     layout: "plot-latency"
22594
22595 -
22596   type: "plot"
22597   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr-lat"
22598   algorithm: "plot_latency_error_bars"
22599   output-file-type: ".html"
22600   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr-lat"
22601   data: "plot-vpp-throughput-latency-3n-hsw"
22602   filter: "'NIC_Intel-X710' and
22603            '64B' and
22604            'NDRPDR' and
22605            ('ETH' or 'DOT1Q') and
22606            '2T2C' and
22607            ('L2BDMACLRN' or 'L2XCFWD') and
22608            'VHOST_1024' and
22609            not 'CFS_OPT' and
22610            not 'VXLAN' and
22611            not 'IP4FWD' and
22612            not 'LBOND'"
22613   parameters:
22614   - "latency"
22615   - "parent"
22616   - "tags"
22617 #  sort:
22618 #  - "1VM"
22619 #  - "L2XCFWD"
22620 #  - "1VM"
22621 #  - "L2BDMACLRN"
22622   layout:
22623     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
22624     layout: "plot-latency"
22625
22626 # Packet Latency - VPP vhost ip4 3n-hsw-xl710
22627 -
22628   type: "plot"
22629   title: "VPP Latency: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
22630   algorithm: "plot_latency_error_bars"
22631   output-file-type: ".html"
22632   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
22633   data: "plot-vpp-throughput-latency-3n-hsw"
22634   filter: "'NIC_Intel-XL710' and
22635            '64B' and
22636            'NDRPDR' and
22637            'ETH' and
22638            'IP4FWD' and
22639            '1T1C' and
22640            'VHOST_1024' and
22641            not 'VXLAN' and
22642            not 'DOT1Q'"
22643   parameters:
22644   - "latency"
22645   - "parent"
22646   - "tags"
22647   sort:
22648   - "not CFS_OPT"
22649   - "1VM"
22650   - "2VM"
22651   layout:
22652     title: "vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
22653     layout: "plot-latency"
22654
22655 -
22656   type: "plot"
22657   title: "VPP Latency: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
22658   algorithm: "plot_latency_error_bars"
22659   output-file-type: ".html"
22660   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
22661   data: "plot-vpp-throughput-latency-3n-hsw"
22662   filter: "'NIC_Intel-XL710' and
22663            '64B' and
22664            'NDRPDR' and
22665            'ETH' and
22666            'IP4FWD' and
22667            '2T2C' and
22668            'VHOST_1024' and
22669            not 'VXLAN' and
22670            not 'DOT1Q'"
22671   parameters:
22672   - "latency"
22673   - "parent"
22674   - "tags"
22675   sort:
22676   - "not CFS_OPT"
22677   - "1VM"
22678   - "2VM"
22679   layout:
22680     title: "vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
22681     layout: "plot-latency"
22682
22683 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710
22684 -
22685   type: "plot"
22686   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
22687   algorithm: "plot_latency_error_bars"
22688   output-file-type: ".html"
22689   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
22690   data: "plot-vpp-throughput-latency-3n-hsw"
22691   filter: "'NIC_Intel-XL710' and
22692            '64B' and
22693            'NDRPDR' and
22694            ('ETH' or 'DOT1Q') and
22695            '1T1C' and
22696            'L2BDMACLRN' and
22697            'VHOST_1024' and
22698            not 'VXLAN' and
22699            not 'IP4FWD' and
22700            not '2VM'"
22701   parameters:
22702   - "latency"
22703   - "parent"
22704   - "tags"
22705 #  sort:
22706 #  - "VM"  # "not CFS_OPT"
22707 #  - "CFS_OPT"
22708 #  - "FIB_10K"
22709 #  - "FIB_100K"
22710 #  - "FIB_1M"
22711   layout:
22712     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
22713     layout: "plot-latency"
22714
22715 -
22716   type: "plot"
22717   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
22718   algorithm: "plot_latency_error_bars"
22719   output-file-type: ".html"
22720   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
22721   data: "plot-vpp-throughput-latency-3n-hsw"
22722   filter: "'NIC_Intel-XL710' and
22723            '64B' and
22724            'NDRPDR' and
22725            ('ETH' or 'DOT1Q') and
22726            '2T2C' and
22727            'L2BDMACLRN' and
22728            'VHOST_1024' and
22729            not 'VXLAN' and
22730            not 'IP4FWD' and
22731            not '2VM'"
22732   parameters:
22733   - "latency"
22734   - "parent"
22735   - "tags"
22736 #  sort:
22737 #  - "VM"  # "not CFS_OPT"
22738 #  - "CFS_OPT"
22739 #  - "FIB_10K"
22740 #  - "FIB_100K"
22741 #  - "FIB_1M"
22742   layout:
22743     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
22744     layout: "plot-latency"
22745
22746 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710 - base
22747 -
22748   type: "plot"
22749   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
22750   algorithm: "plot_latency_error_bars"
22751   output-file-type: ".html"
22752   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
22753   data: "plot-vpp-throughput-latency-3n-hsw"
22754   filter: "'NIC_Intel-XL710' and
22755            '64B' and
22756            'NDRPDR' and
22757            ('ETH' or 'DOT1Q') and
22758            'BASE' and
22759            '1T1C' and
22760            ('L2BDMACLRN' or 'L2XCFWD') and
22761            'VHOST_1024' and
22762            not 'VXLAN' and
22763            not 'IP4FWD' and
22764            not '2VM'"
22765   parameters:
22766   - "latency"
22767   - "parent"
22768   - "tags"
22769 #  sort:
22770 #  - "not CFS_OPT"
22771 #  - "L2XCFWD"
22772 #  - "not CFS_OPT"
22773 #  - "CFS_OPT"
22774   layout:
22775     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
22776     layout: "plot-latency"
22777
22778 -
22779   type: "plot"
22780   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
22781   algorithm: "plot_latency_error_bars"
22782   output-file-type: ".html"
22783   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
22784   data: "plot-vpp-throughput-latency-3n-hsw"
22785   filter: "'NIC_Intel-XL710' and
22786            '64B' and
22787            'NDRPDR' and
22788            ('ETH' or 'DOT1Q') and
22789            'BASE' and
22790            '2T2C' and
22791            ('L2BDMACLRN' or 'L2XCFWD') and
22792            'VHOST_1024' and
22793            not 'VXLAN' and
22794            not 'IP4FWD' and
22795            not '2VM'"
22796   parameters:
22797   - "latency"
22798   - "parent"
22799   - "tags"
22800 #  sort:
22801 #  - "not CFS_OPT"
22802 #  - "L2XCFWD"
22803 #  - "not CFS_OPT"
22804 #  - "CFS_OPT"
22805   layout:
22806     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
22807     layout: "plot-latency"
22808
22809 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710 - base vm
22810 -
22811   type: "plot"
22812   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr-lat"
22813   algorithm: "plot_latency_error_bars"
22814   output-file-type: ".html"
22815   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr-lat"
22816   data: "plot-vpp-throughput-latency-3n-hsw"
22817   filter: "'NIC_Intel-XL710' and
22818            '64B' and
22819            'NDRPDR' and
22820            ('ETH' or 'DOT1Q') and
22821            '1T1C' and
22822            ('L2BDMACLRN' or 'L2XCFWD') and
22823            'VHOST_1024' and
22824            not 'CFS_OPT' and
22825            not 'VXLAN' and
22826            not 'IP4FWD'"
22827   parameters:
22828   - "latency"
22829   - "parent"
22830   - "tags"
22831 #  sort:
22832 #  - "1VM"
22833 #  - "L2XCFWD"
22834 #  - "1VM"
22835 #  - "L2BDMACLRN"
22836   layout:
22837     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
22838     layout: "plot-latency"
22839
22840 -
22841   type: "plot"
22842   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr-lat"
22843   algorithm: "plot_latency_error_bars"
22844   output-file-type: ".html"
22845   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr-lat"
22846   data: "plot-vpp-throughput-latency-3n-hsw"
22847   filter: "'NIC_Intel-XL710' and
22848            '64B' and
22849            'NDRPDR' and
22850            ('ETH' or 'DOT1Q') and
22851            '2T2C' and
22852            ('L2BDMACLRN' or 'L2XCFWD') and
22853            'VHOST_1024' and
22854            not 'CFS_OPT' and
22855            not 'VXLAN' and
22856            not 'IP4FWD'"
22857   parameters:
22858   - "latency"
22859   - "parent"
22860   - "tags"
22861 #  sort:
22862 #  - "1VM"
22863 #  - "L2XCFWD"
22864 #  - "1VM"
22865 #  - "L2BDMACLRN"
22866   layout:
22867     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
22868     layout: "plot-latency"
22869
22870 # Packet Latency - VPP vhost ip4 3n-skx-x710
22871 -
22872   type: "plot"
22873   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22874   algorithm: "plot_latency_error_bars"
22875   output-file-type: ".html"
22876   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22877   data: "plot-vpp-throughput-latency-3n-skx"
22878   filter: "'NIC_Intel-X710' and
22879            '64B' and
22880            'NDRPDR' and
22881            'ETH' and
22882            'IP4FWD' and
22883            '2T1C' and
22884            'VHOST_1024' and
22885            not 'VXLAN' and
22886            not 'DOT1Q'"
22887   parameters:
22888   - "latency"
22889   - "parent"
22890   - "tags"
22891   sort:
22892   - "not CFS_OPT"
22893   - "1VM"
22894   - "2VM"
22895   layout:
22896     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
22897     layout: "plot-latency"
22898
22899 -
22900   type: "plot"
22901   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22902   algorithm: "plot_latency_error_bars"
22903   output-file-type: ".html"
22904   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22905   data: "plot-vpp-throughput-latency-3n-skx"
22906   filter: "'NIC_Intel-X710' and
22907            '64B' and
22908            'NDRPDR' and
22909            'ETH' and
22910            'IP4FWD' and
22911            '4T2C' and
22912            'VHOST_1024' and
22913            not 'VXLAN' and
22914            not 'DOT1Q'"
22915   parameters:
22916   - "latency"
22917   - "parent"
22918   - "tags"
22919   sort:
22920   - "not CFS_OPT"
22921   - "1VM"
22922   - "2VM"
22923   layout:
22924     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
22925     layout: "plot-latency"
22926
22927 # Packet Latency - VPP vhost l2sw 3n-skx-x710
22928 -
22929   type: "plot"
22930   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22931   algorithm: "plot_latency_error_bars"
22932   output-file-type: ".html"
22933   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22934   data: "plot-vpp-throughput-latency-3n-skx"
22935   filter: "'NIC_Intel-X710' and
22936            '64B' and
22937            'NDRPDR' and
22938            ('ETH' or 'DOT1Q') and
22939            '2T1C' and
22940            'L2BDMACLRN' and
22941            'VHOST_1024' and
22942            not 'VXLAN' and
22943            not 'IP4FWD' and
22944            not '2VM'"
22945   parameters:
22946   - "latency"
22947   - "parent"
22948   - "tags"
22949 #  sort:
22950 #  - "VM"  # "not CFS_OPT"
22951 #  - "CFS_OPT"
22952 #  - "FIB_10K"
22953 #  - "FIB_100K"
22954 #  - "FIB_1M"
22955   layout:
22956     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
22957     layout: "plot-latency"
22958
22959 -
22960   type: "plot"
22961   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22962   algorithm: "plot_latency_error_bars"
22963   output-file-type: ".html"
22964   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22965   data: "plot-vpp-throughput-latency-3n-skx"
22966   filter: "'NIC_Intel-X710' and
22967            '64B' and
22968            'NDRPDR' and
22969            ('ETH' or 'DOT1Q') and
22970            '4T2C' and
22971            'L2BDMACLRN' and
22972            'VHOST_1024' and
22973            not 'VXLAN' and
22974            not 'IP4FWD' and
22975            not '2VM'"
22976   parameters:
22977   - "latency"
22978   - "parent"
22979   - "tags"
22980 #  sort:
22981 #  - "VM"  # "not CFS_OPT"
22982 #  - "CFS_OPT"
22983 #  - "FIB_10K"
22984 #  - "FIB_100K"
22985 #  - "FIB_1M"
22986   layout:
22987     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
22988     layout: "plot-latency"
22989
22990 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base
22991 -
22992   type: "plot"
22993   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr-lat"
22994   algorithm: "plot_latency_error_bars"
22995   output-file-type: ".html"
22996   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr-lat"
22997   data: "plot-vpp-throughput-latency-3n-skx"
22998   filter: "'NIC_Intel-X710' and
22999            '64B' and
23000            'NDRPDR' and
23001            ('ETH' or 'DOT1Q') and
23002            'BASE' and
23003            '2T1C' and
23004            ('L2BDMACLRN' or 'L2XCFWD') and
23005            'VHOST_1024' and
23006            not 'VXLAN' and
23007            not 'IP4FWD' and
23008            not '2VM' and
23009            not 'LBOND'"
23010   parameters:
23011   - "latency"
23012   - "parent"
23013   - "tags"
23014 #  sort:
23015 #  - "not CFS_OPT"
23016 #  - "L2XCFWD"
23017 #  - "not CFS_OPT"
23018 #  - "CFS_OPT"
23019   layout:
23020     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
23021     layout: "plot-latency"
23022
23023 -
23024   type: "plot"
23025   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr-lat"
23026   algorithm: "plot_latency_error_bars"
23027   output-file-type: ".html"
23028   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr-lat"
23029   data: "plot-vpp-throughput-latency-3n-skx"
23030   filter: "'NIC_Intel-X710' and
23031            '64B' and
23032            'NDRPDR' and
23033            ('ETH' or 'DOT1Q') and
23034            'BASE' and
23035            '4T2C' and
23036            ('L2BDMACLRN' or 'L2XCFWD') and
23037            'VHOST_1024' and
23038            not 'VXLAN' and
23039            not 'IP4FWD' and
23040            not '2VM' and
23041            not 'LBOND'"
23042   parameters:
23043   - "latency"
23044   - "parent"
23045   - "tags"
23046 #  sort:
23047 #  - "not CFS_OPT"
23048 #  - "L2XCFWD"
23049 #  - "not CFS_OPT"
23050 #  - "CFS_OPT"
23051   layout:
23052     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
23053     layout: "plot-latency"
23054
23055 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base vm
23056 -
23057   type: "plot"
23058   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr-lat"
23059   algorithm: "plot_latency_error_bars"
23060   output-file-type: ".html"
23061   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr-lat"
23062   data: "plot-vpp-throughput-latency-3n-skx"
23063   filter: "'NIC_Intel-X710' and
23064            '64B' and
23065            'NDRPDR' and
23066            ('ETH' or 'DOT1Q') and
23067            '2T1C' and
23068            ('L2BDMACLRN' or 'L2XCFWD') and
23069            'VHOST_1024' and
23070            not 'CFS_OPT' and
23071            not 'VXLAN' and
23072            not 'IP4FWD' and
23073            not 'LBOND'"
23074   parameters:
23075   - "latency"
23076   - "parent"
23077   - "tags"
23078 #  sort:
23079 #  - "1VM"
23080 #  - "L2XCFWD"
23081 #  - "1VM"
23082 #  - "L2BDMACLRN"
23083   layout:
23084     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
23085     layout: "plot-latency"
23086
23087 -
23088   type: "plot"
23089   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr-lat"
23090   algorithm: "plot_latency_error_bars"
23091   output-file-type: ".html"
23092   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr-lat"
23093   data: "plot-vpp-throughput-latency-3n-skx"
23094   filter: "'NIC_Intel-X710' and
23095            '64B' and
23096            'NDRPDR' and
23097            ('ETH' or 'DOT1Q') and
23098            '4T2C' and
23099            ('L2BDMACLRN' or 'L2XCFWD') and
23100            'VHOST_1024' and
23101            not 'CFS_OPT' and
23102            not 'VXLAN' and
23103            not 'IP4FWD' and
23104            not 'LBOND'"
23105   parameters:
23106   - "latency"
23107   - "parent"
23108   - "tags"
23109 #  sort:
23110 #  - "1VM"
23111 #  - "L2XCFWD"
23112 #  - "1VM"
23113 #  - "L2BDMACLRN"
23114   layout:
23115     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
23116     layout: "plot-latency"
23117
23118 # Packet Latency - VPP vhost ip4 2n-skx-x710
23119 -
23120   type: "plot"
23121   title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
23122   algorithm: "plot_latency_error_bars"
23123   output-file-type: ".html"
23124   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
23125   data: "plot-vpp-throughput-latency-2n-skx"
23126   filter: "'NIC_Intel-X710' and
23127            '64B' and
23128            'NDRPDR' and
23129            'ETH' and
23130            'IP4FWD' and
23131            '2T1C' and
23132            'VHOST_1024' and
23133            not 'VXLAN' and
23134            not 'DOT1Q'"
23135   parameters:
23136   - "latency"
23137   - "parent"
23138   - "tags"
23139   sort:
23140   - "not CFS_OPT"
23141   - "1VM"
23142   - "2VM"
23143   layout:
23144     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
23145     layout: "plot-latency"
23146
23147 -
23148   type: "plot"
23149   title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
23150   algorithm: "plot_latency_error_bars"
23151   output-file-type: ".html"
23152   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
23153   data: "plot-vpp-throughput-latency-2n-skx"
23154   filter: "'NIC_Intel-X710' and
23155            '64B' and
23156            'NDRPDR' and
23157            'ETH' and
23158            'IP4FWD' and
23159            '4T2C' and
23160            'VHOST_1024' and
23161            not 'VXLAN' and
23162            not 'DOT1Q'"
23163   parameters:
23164   - "latency"
23165   - "parent"
23166   - "tags"
23167   sort:
23168   - "not CFS_OPT"
23169   - "1VM"
23170   - "2VM"
23171   layout:
23172     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
23173     layout: "plot-latency"
23174
23175 # Packet Latency - VPP vhost l2sw 2n-skx-x710
23176 -
23177   type: "plot"
23178   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
23179   algorithm: "plot_latency_error_bars"
23180   output-file-type: ".html"
23181   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
23182   data: "plot-vpp-throughput-latency-2n-skx"
23183   filter: "'NIC_Intel-X710' and
23184            '64B' and
23185            'NDRPDR' and
23186            ('ETH' or 'DOT1Q') and
23187            '2T1C' and
23188            'L2BDMACLRN' and
23189            'VHOST_1024' and
23190            not 'VXLAN' and
23191            not 'IP4FWD' and
23192            not '2VM'"
23193   parameters:
23194   - "latency"
23195   - "parent"
23196   - "tags"
23197 #  sort:
23198 #  - "VM"  # "not CFS_OPT"
23199 #  - "CFS_OPT"
23200 #  - "FIB_10K"
23201 #  - "FIB_100K"
23202 #  - "FIB_1M"
23203   layout:
23204     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
23205     layout: "plot-latency"
23206
23207 -
23208   type: "plot"
23209   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
23210   algorithm: "plot_latency_error_bars"
23211   output-file-type: ".html"
23212   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
23213   data: "plot-vpp-throughput-latency-2n-skx"
23214   filter: "'NIC_Intel-X710' and
23215            '64B' and
23216            'NDRPDR' and
23217            ('ETH' or 'DOT1Q') and
23218            '4T2C' and
23219            'L2BDMACLRN' and
23220            'VHOST_1024' and
23221            not 'VXLAN' and
23222            not 'IP4FWD' and
23223            not '2VM'"
23224   parameters:
23225   - "latency"
23226   - "parent"
23227   - "tags"
23228 #  sort:
23229 #  - "VM"  # "not CFS_OPT"
23230 #  - "CFS_OPT"
23231 #  - "FIB_10K"
23232 #  - "FIB_100K"
23233 #  - "FIB_1M"
23234   layout:
23235     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
23236     layout: "plot-latency"
23237
23238 # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base
23239 -
23240   type: "plot"
23241   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr-lat"
23242   algorithm: "plot_latency_error_bars"
23243   output-file-type: ".html"
23244   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr-lat"
23245   data: "plot-vpp-throughput-latency-2n-skx"
23246   filter: "'NIC_Intel-X710' and
23247            '64B' and
23248            'NDRPDR' and
23249            ('ETH' or 'DOT1Q') and
23250            'BASE' and
23251            '2T1C' and
23252            ('L2BDMACLRN' or 'L2XCFWD') and
23253            'VHOST_1024' and
23254            not 'VXLAN' and
23255            not 'IP4FWD' and
23256            not '2VM'"
23257   parameters:
23258   - "latency"
23259   - "parent"
23260   - "tags"
23261 #  sort:
23262 #  - "not CFS_OPT"
23263 #  - "L2XCFWD"
23264 #  - "not CFS_OPT"
23265 #  - "CFS_OPT"
23266   layout:
23267     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
23268     layout: "plot-latency"
23269
23270 -
23271   type: "plot"
23272   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr-lat"
23273   algorithm: "plot_latency_error_bars"
23274   output-file-type: ".html"
23275   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr-lat"
23276   data: "plot-vpp-throughput-latency-2n-skx"
23277   filter: "'NIC_Intel-X710' and
23278            '64B' and
23279            'NDRPDR' and
23280            ('ETH' or 'DOT1Q') and
23281            'BASE' and
23282            '4T2C' and
23283            ('L2BDMACLRN' or 'L2XCFWD') and
23284            'VHOST_1024' and
23285            not 'VXLAN' and
23286            not 'IP4FWD' and
23287            not '2VM'"
23288   parameters:
23289   - "latency"
23290   - "parent"
23291   - "tags"
23292 #  sort:
23293 #  - "not CFS_OPT"
23294 #  - "L2XCFWD"
23295 #  - "not CFS_OPT"
23296 #  - "CFS_OPT"
23297   layout:
23298     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
23299     layout: "plot-latency"
23300
23301 # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base vm
23302 -
23303   type: "plot"
23304   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
23305   algorithm: "plot_latency_error_bars"
23306   output-file-type: ".html"
23307   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
23308   data: "plot-vpp-throughput-latency-2n-skx"
23309   filter: "'NIC_Intel-X710' and
23310            '64B' and
23311            'NDRPDR' and
23312            ('ETH' or 'DOT1Q') and
23313            '2T1C' and
23314            ('L2BDMACLRN' or 'L2XCFWD') and
23315            'VHOST_1024' and
23316            not 'CFS_OPT' and
23317            not 'VXLAN' and
23318            not 'IP4FWD'"
23319   parameters:
23320   - "latency"
23321   - "parent"
23322   - "tags"
23323 #  sort:
23324 #  - "1VM"
23325 #  - "L2XCFWD"
23326 #  - "1VM"
23327 #  - "L2BDMACLRN"
23328   layout:
23329     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
23330     layout: "plot-latency"
23331
23332 -
23333   type: "plot"
23334   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
23335   algorithm: "plot_latency_error_bars"
23336   output-file-type: ".html"
23337   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
23338   data: "plot-vpp-throughput-latency-2n-skx"
23339   filter: "'NIC_Intel-X710' and
23340            '64B' and
23341            'NDRPDR' and
23342            ('ETH' or 'DOT1Q') and
23343            '4T2C' and
23344            ('L2BDMACLRN' or 'L2XCFWD') and
23345            'VHOST_1024' and
23346            not 'CFS_OPT' and
23347            not 'VXLAN' and
23348            not 'IP4FWD'"
23349   parameters:
23350   - "latency"
23351   - "parent"
23352   - "tags"
23353 #  sort:
23354 #  - "1VM"
23355 #  - "L2XCFWD"
23356 #  - "1VM"
23357 #  - "L2BDMACLRN"
23358   layout:
23359     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
23360     layout: "plot-latency"
23361
23362 # Packet Latency - VPP vhost ip4 2n-skx-xxv710
23363 -
23364   type: "plot"
23365   title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
23366   algorithm: "plot_latency_error_bars"
23367   output-file-type: ".html"
23368   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
23369   data: "plot-vpp-throughput-latency-2n-skx"
23370   filter: "'NIC_Intel-XXV710' and
23371            '64B' and
23372            'NDRPDR' and
23373            'ETH' and
23374            'IP4FWD' and
23375            '2T1C' and
23376            'VHOST_1024' and
23377            not 'VXLAN' and
23378            not 'DOT1Q'"
23379   parameters:
23380   - "latency"
23381   - "parent"
23382   - "tags"
23383   sort:
23384   - "not CFS_OPT"
23385   - "1VM"
23386   - "2VM"
23387   layout:
23388     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
23389     layout: "plot-latency"
23390
23391 -
23392   type: "plot"
23393   title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
23394   algorithm: "plot_latency_error_bars"
23395   output-file-type: ".html"
23396   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
23397   data: "plot-vpp-throughput-latency-2n-skx"
23398   filter: "'NIC_Intel-XXV710' and
23399            '64B' and
23400            'NDRPDR' and
23401            'ETH' and
23402            'IP4FWD' and
23403            '4T2C' and
23404            'VHOST_1024' and
23405            not 'VXLAN' and
23406            not 'DOT1Q'"
23407   parameters:
23408   - "latency"
23409   - "parent"
23410   - "tags"
23411   sort:
23412   - "not CFS_OPT"
23413   - "1VM"
23414   - "2VM"
23415   layout:
23416     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
23417     layout: "plot-latency"
23418
23419 # Packet Latency - VPP vhost l2sw 2n-skx-xxv710
23420 -
23421   type: "plot"
23422   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
23423   algorithm: "plot_latency_error_bars"
23424   output-file-type: ".html"
23425   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
23426   data: "plot-vpp-throughput-latency-2n-skx"
23427   filter: "'NIC_Intel-XXV710' and
23428            '64B' and
23429            'NDRPDR' and
23430            ('ETH' or 'DOT1Q') and
23431            '2T1C' and
23432            'L2BDMACLRN' and
23433            'VHOST_1024' and
23434            not 'VXLAN' and
23435            not 'IP4FWD' and
23436            not '2VM'"
23437   parameters:
23438   - "latency"
23439   - "parent"
23440   - "tags"
23441 #  sort:
23442 #  - "VM"  # "not CFS_OPT"
23443 #  - "CFS_OPT"
23444 #  - "FIB_10K"
23445 #  - "FIB_100K"
23446 #  - "FIB_1M"
23447   layout:
23448     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
23449     layout: "plot-latency"
23450
23451 -
23452   type: "plot"
23453   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
23454   algorithm: "plot_latency_error_bars"
23455   output-file-type: ".html"
23456   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
23457   data: "plot-vpp-throughput-latency-2n-skx"
23458   filter: "'NIC_Intel-XXV710' and
23459            '64B' and
23460            'NDRPDR' and
23461            ('ETH' or 'DOT1Q') and
23462            '4T2C' and
23463            'L2BDMACLRN' and
23464            'VHOST_1024' and
23465            not 'VXLAN' and
23466            not 'IP4FWD' and
23467            not '2VM'"
23468   parameters:
23469   - "latency"
23470   - "parent"
23471   - "tags"
23472 #  sort:
23473 #  - "VM"  # "not CFS_OPT"
23474 #  - "CFS_OPT"
23475 #  - "FIB_10K"
23476 #  - "FIB_100K"
23477 #  - "FIB_1M"
23478   layout:
23479     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
23480     layout: "plot-latency"
23481
23482 # Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base
23483 -
23484   type: "plot"
23485   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
23486   algorithm: "plot_latency_error_bars"
23487   output-file-type: ".html"
23488   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
23489   data: "plot-vpp-throughput-latency-2n-skx"
23490   filter: "'NIC_Intel-XXV710' and
23491            '64B' and
23492            'NDRPDR' and
23493            ('ETH' or 'DOT1Q') and
23494            'BASE' and
23495            '2T1C' and
23496            ('L2BDMACLRN' or 'L2XCFWD') and
23497            'VHOST_1024' and
23498            not 'VXLAN' and
23499            not 'IP4FWD' and
23500            not '2VM'"
23501   parameters:
23502   - "latency"
23503   - "parent"
23504   - "tags"
23505 #  sort:
23506 #  - "not CFS_OPT"
23507 #  - "L2XCFWD"
23508 #  - "not CFS_OPT"
23509 #  - "CFS_OPT"
23510   layout:
23511     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
23512     layout: "plot-latency"
23513
23514 -
23515   type: "plot"
23516   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
23517   algorithm: "plot_latency_error_bars"
23518   output-file-type: ".html"
23519   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
23520   data: "plot-vpp-throughput-latency-2n-skx"
23521   filter: "'NIC_Intel-XXV710' and
23522            '64B' and
23523            'NDRPDR' and
23524            ('ETH' or 'DOT1Q') and
23525            'BASE' and
23526            '4T2C' and
23527            ('L2BDMACLRN' or 'L2XCFWD') and
23528            'VHOST_1024' and
23529            not 'VXLAN' and
23530            not 'IP4FWD' and
23531            not '2VM'"
23532   parameters:
23533   - "latency"
23534   - "parent"
23535   - "tags"
23536 #  sort:
23537 #  - "not CFS_OPT"
23538 #  - "L2XCFWD"
23539 #  - "not CFS_OPT"
23540 #  - "CFS_OPT"
23541   layout:
23542     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
23543     layout: "plot-latency"
23544
23545 # Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base vm
23546 -
23547   type: "plot"
23548   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
23549   algorithm: "plot_latency_error_bars"
23550   output-file-type: ".html"
23551   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
23552   data: "plot-vpp-throughput-latency-2n-skx"
23553   filter: "'NIC_Intel-XXV710' and
23554            '64B' and
23555            'NDRPDR' and
23556            ('ETH' or 'DOT1Q') and
23557            '2T1C' and
23558            ('L2BDMACLRN' or 'L2XCFWD') and
23559            'VHOST_1024' and
23560            not 'CFS_OPT' and
23561            not 'VXLAN' and
23562            not 'IP4FWD'"
23563   parameters:
23564   - "latency"
23565   - "parent"
23566   - "tags"
23567 #  sort:
23568 #  - "1VM"
23569 #  - "L2XCFWD"
23570 #  - "1VM"
23571 #  - "L2BDMACLRN"
23572   layout:
23573     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
23574     layout: "plot-latency"
23575
23576 -
23577   type: "plot"
23578   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
23579   algorithm: "plot_latency_error_bars"
23580   output-file-type: ".html"
23581   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
23582   data: "plot-vpp-throughput-latency-2n-skx"
23583   filter: "'NIC_Intel-XXV710' and
23584            '64B' and
23585            'NDRPDR' and
23586            ('ETH' or 'DOT1Q') and
23587            '4T2C' and
23588            ('L2BDMACLRN' or 'L2XCFWD') and
23589            'VHOST_1024' and
23590            not 'CFS_OPT' and
23591            not 'VXLAN' and
23592            not 'IP4FWD'"
23593   parameters:
23594   - "latency"
23595   - "parent"
23596   - "tags"
23597 #  sort:
23598 #  - "1VM"
23599 #  - "L2XCFWD"
23600 #  - "1VM"
23601 #  - "L2BDMACLRN"
23602   layout:
23603     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
23604     layout: "plot-latency"
23605
23606 ################################################################################
23607
23608 # Packet Latency - VPP VTS 3n-hsw-x520
23609 -
23610   type: "plot"
23611   title: "VPP Latency: vts-3n-hsw-x520-114b-1t1c-ndr-lat"
23612   algorithm: "plot_latency_error_bars"
23613   output-file-type: ".html"
23614   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr-lat"
23615   data: "plot-vpp-throughput-latency-3n-hsw"
23616   filter: "'NIC_Intel-X520-DA2' and
23617            '114B' and
23618            'NDRPDR' and
23619            '1T1C' and
23620            'VTS'"
23621   parameters:
23622   - "latency"
23623   - "parent"
23624   - "tags"
23625   layout:
23626     title: "vts-3n-hsw-x520-114b-1t1c-ndr"
23627     layout: "plot-latency"
23628
23629 -
23630   type: "plot"
23631   title: "VPP Latency: vts-3n-hsw-x520-114b-2t2c-ndr-lat"
23632   algorithm: "plot_latency_error_bars"
23633   output-file-type: ".html"
23634   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr-lat"
23635   data: "plot-vpp-throughput-latency-3n-hsw"
23636   filter: "'NIC_Intel-X520-DA2' and
23637            '114B' and
23638            'NDRPDR' and
23639            '2T2C' and
23640            'VTS'"
23641   parameters:
23642   - "latency"
23643   - "parent"
23644   - "tags"
23645   layout:
23646     title: "vts-3n-hsw-x520-114b-2t2c-ndr"
23647     layout: "plot-latency"
23648
23649 ################################################################################
23650
23651 # Packet Latency - DPDK l3fwd 3n-hsw-x520
23652 -
23653   type: "plot"
23654   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
23655   algorithm: "plot_latency_error_bars"
23656   output-file-type: ".html"
23657   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
23658   data: "plot-dpdk-throughput-latency-3n-hsw"
23659   filter: "'NIC_Intel-X520-DA2' and
23660            '64B' and
23661            'BASE' and
23662            'NDRPDR' and
23663            '1T1C' and
23664            'IP4FWD'"
23665   parameters:
23666   - "latency"
23667   - "parent"
23668   - "tags"
23669   layout:
23670     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
23671     layout: "plot-latency"
23672
23673 -
23674   type: "plot"
23675   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
23676   algorithm: "plot_latency_error_bars"
23677   output-file-type: ".html"
23678   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
23679   data: "plot-dpdk-throughput-latency-3n-hsw"
23680   filter: "'NIC_Intel-X520-DA2' and
23681            '64B' and
23682            'BASE' and
23683            'NDRPDR' and
23684            '2T2C' and
23685            'IP4FWD'"
23686   parameters:
23687   - "latency"
23688   - "parent"
23689   - "tags"
23690   layout:
23691     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
23692     layout: "plot-latency"
23693
23694 # Packet Latency - DPDK l3fwd 3n-hsw-x710
23695 -
23696   type: "plot"
23697   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
23698   algorithm: "plot_latency_error_bars"
23699   output-file-type: ".html"
23700   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
23701   data: "plot-dpdk-throughput-latency-3n-hsw"
23702   filter: "'NIC_Intel-X710' and
23703            '64B' and
23704            'BASE' and
23705            'NDRPDR' and
23706            '1T1C' and
23707            'IP4FWD'"
23708   parameters:
23709   - "latency"
23710   - "parent"
23711   - "tags"
23712   layout:
23713     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
23714     layout: "plot-latency"
23715
23716 -
23717   type: "plot"
23718   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
23719   algorithm: "plot_latency_error_bars"
23720   output-file-type: ".html"
23721   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
23722   data: "plot-dpdk-throughput-latency-3n-hsw"
23723   filter: "'NIC_Intel-X710' and
23724            '64B' and
23725            'BASE' and
23726            'NDRPDR' and
23727            '2T2C' and
23728            'IP4FWD'"
23729   parameters:
23730   - "latency"
23731   - "parent"
23732   - "tags"
23733   layout:
23734     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
23735     layout: "plot-latency"
23736
23737 # Packet Latency - DPDK l3fwd 3n-hsw-xl710
23738 -
23739   type: "plot"
23740   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
23741   algorithm: "plot_latency_error_bars"
23742   output-file-type: ".html"
23743   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
23744   data: "plot-dpdk-throughput-latency-3n-hsw"
23745   filter: "'NIC_Intel-XL710' and
23746            '64B' and
23747            'BASE' and
23748            'NDRPDR' and
23749            '1T1C' and
23750            'IP4FWD'"
23751   parameters:
23752   - "latency"
23753   - "parent"
23754   - "tags"
23755   layout:
23756     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
23757     layout: "plot-latency"
23758
23759 -
23760   type: "plot"
23761   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
23762   algorithm: "plot_latency_error_bars"
23763   output-file-type: ".html"
23764   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
23765   data: "plot-dpdk-throughput-latency-3n-hsw"
23766   filter: "'NIC_Intel-XL710' and
23767            '64B' and
23768            'BASE' and
23769            'NDRPDR' and
23770            '2T2C' and
23771            'IP4FWD'"
23772   parameters:
23773   - "latency"
23774   - "parent"
23775   - "tags"
23776   layout:
23777     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
23778     layout: "plot-latency"
23779
23780 # Packet Latency - DPDK l3fwd 3n-skx-x710
23781 -
23782   type: "plot"
23783   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
23784   algorithm: "plot_latency_error_bars"
23785   output-file-type: ".html"
23786   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
23787   data: "plot-dpdk-throughput-latency-3n-skx"
23788   filter: "'NIC_Intel-X710' and
23789            '64B' and
23790            'BASE' and
23791            'NDRPDR' and
23792            '2T1C' and
23793            'IP4FWD'"
23794   parameters:
23795   - "latency"
23796   - "parent"
23797   - "tags"
23798   layout:
23799     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
23800     layout: "plot-latency"
23801
23802 -
23803   type: "plot"
23804   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
23805   algorithm: "plot_latency_error_bars"
23806   output-file-type: ".html"
23807   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
23808   data: "plot-dpdk-throughput-latency-3n-skx"
23809   filter: "'NIC_Intel-X710' and
23810            '64B' and
23811            'BASE' and
23812            'NDRPDR' and
23813            '4T2C' and
23814            'IP4FWD'"
23815   parameters:
23816   - "latency"
23817   - "parent"
23818   - "tags"
23819   layout:
23820     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
23821     layout: "plot-latency"
23822
23823 # Packet Latency - DPDK l3fwd 3n-skx-xxv710
23824 -
23825   type: "plot"
23826   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
23827   algorithm: "plot_latency_error_bars"
23828   output-file-type: ".html"
23829   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
23830   data: "plot-dpdk-throughput-latency-3n-skx"
23831   filter: "'NIC_Intel-XXV710' and
23832            '64B' and
23833            'BASE' and
23834            'NDRPDR' and
23835            '2T1C' and
23836            'IP4FWD'"
23837   parameters:
23838   - "latency"
23839   - "parent"
23840   - "tags"
23841   layout:
23842     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
23843     layout: "plot-latency"
23844
23845 -
23846   type: "plot"
23847   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
23848   algorithm: "plot_latency_error_bars"
23849   output-file-type: ".html"
23850   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
23851   data: "plot-dpdk-throughput-latency-3n-skx"
23852   filter: "'NIC_Intel-XXV710' and
23853            '64B' and
23854            'BASE' and
23855            'NDRPDR' and
23856            '4T2C' and
23857            'IP4FWD'"
23858   parameters:
23859   - "latency"
23860   - "parent"
23861   - "tags"
23862   layout:
23863     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
23864     layout: "plot-latency"
23865
23866 # Packet Latency - DPDK l3fwd 2n-skx-x710
23867 -
23868   type: "plot"
23869   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
23870   algorithm: "plot_latency_error_bars"
23871   output-file-type: ".html"
23872   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
23873   data: "plot-dpdk-throughput-latency-2n-skx"
23874   filter: "'NIC_Intel-X710' and
23875            '64B' and
23876            'BASE' and
23877            'NDRPDR' and
23878            '2T1C' and
23879            'IP4FWD'"
23880   parameters:
23881   - "latency"
23882   - "parent"
23883   - "tags"
23884   layout:
23885     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
23886     layout: "plot-latency"
23887
23888 -
23889   type: "plot"
23890   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
23891   algorithm: "plot_latency_error_bars"
23892   output-file-type: ".html"
23893   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
23894   data: "plot-dpdk-throughput-latency-2n-skx"
23895   filter: "'NIC_Intel-X710' and
23896            '64B' and
23897            'BASE' and
23898            'NDRPDR' and
23899            '4T2C' and
23900            'IP4FWD'"
23901   parameters:
23902   - "latency"
23903   - "parent"
23904   - "tags"
23905   layout:
23906     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
23907     layout: "plot-latency"
23908
23909 # Packet Latency - DPDK l3fwd 2n-skx-xxv710
23910 -
23911   type: "plot"
23912   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
23913   algorithm: "plot_latency_error_bars"
23914   output-file-type: ".html"
23915   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
23916   data: "plot-dpdk-throughput-latency-2n-skx"
23917   filter: "'NIC_Intel-XXV710' and
23918            '64B' and
23919            'BASE' and
23920            'NDRPDR' and
23921            '2T1C' and
23922            'IP4FWD'"
23923   parameters:
23924   - "latency"
23925   - "parent"
23926   - "tags"
23927   layout:
23928     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
23929     layout: "plot-latency"
23930
23931 -
23932   type: "plot"
23933   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
23934   algorithm: "plot_latency_error_bars"
23935   output-file-type: ".html"
23936   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
23937   data: "plot-dpdk-throughput-latency-2n-skx"
23938   filter: "'NIC_Intel-XXV710' and
23939            '64B' and
23940            'BASE' and
23941            'NDRPDR' and
23942            '4T2C' and
23943            'IP4FWD'"
23944   parameters:
23945   - "latency"
23946   - "parent"
23947   - "tags"
23948   layout:
23949     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
23950     layout: "plot-latency"
23951
23952 ################################################################################
23953
23954 # Packet Latency - DPDK testpmd 3n-hsw-x520
23955 -
23956   type: "plot"
23957   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
23958   algorithm: "plot_latency_error_bars"
23959   output-file-type: ".html"
23960   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
23961   data: "plot-dpdk-throughput-latency-3n-hsw"
23962   filter: "'NIC_Intel-X520-DA2' and
23963            '64B' and
23964            'BASE' and
23965            'NDRPDR' and
23966            '1T1C' and
23967            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23968   parameters:
23969   - "latency"
23970   - "parent"
23971   - "tags"
23972   layout:
23973     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
23974     layout: "plot-latency"
23975
23976 -
23977   type: "plot"
23978   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
23979   algorithm: "plot_latency_error_bars"
23980   output-file-type: ".html"
23981   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
23982   data: "plot-dpdk-throughput-latency-3n-hsw"
23983   filter: "'NIC_Intel-X520-DA2' and
23984            '64B' and
23985            'BASE' and
23986            'NDRPDR' and
23987            '2T2C' and
23988            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23989   parameters:
23990   - "latency"
23991   - "parent"
23992   - "tags"
23993   layout:
23994     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
23995     layout: "plot-latency"
23996
23997 # Packet Latency - DPDK testpmd 3n-hsw-x710
23998 -
23999   type: "plot"
24000   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
24001   algorithm: "plot_latency_error_bars"
24002   output-file-type: ".html"
24003   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
24004   data: "plot-dpdk-throughput-latency-3n-hsw"
24005   filter: "'NIC_Intel-X710' and
24006            '64B' and
24007            'BASE' and
24008            'NDRPDR' and
24009            '1T1C' and
24010            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24011   parameters:
24012   - "latency"
24013   - "parent"
24014   - "tags"
24015   layout:
24016     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
24017     layout: "plot-latency"
24018
24019 -
24020   type: "plot"
24021   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
24022   algorithm: "plot_latency_error_bars"
24023   output-file-type: ".html"
24024   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
24025   data: "plot-dpdk-throughput-latency-3n-hsw"
24026   filter: "'NIC_Intel-X710' and
24027            '64B' and
24028            'BASE' and
24029            'NDRPDR' and
24030            '2T2C' and
24031            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24032   parameters:
24033   - "latency"
24034   - "parent"
24035   - "tags"
24036   layout:
24037     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
24038     layout: "plot-latency"
24039
24040 # Packet Latency - DPDK testpmd 3n-hsw-xl710
24041 -
24042   type: "plot"
24043   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
24044   algorithm: "plot_latency_error_bars"
24045   output-file-type: ".html"
24046   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
24047   data: "plot-dpdk-throughput-latency-3n-hsw"
24048   filter: "'NIC_Intel-XL710' and
24049            '64B' and
24050            'BASE' and
24051            'NDRPDR' and
24052            '1T1C' and
24053            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24054   parameters:
24055   - "latency"
24056   - "parent"
24057   - "tags"
24058   layout:
24059     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
24060     layout: "plot-latency"
24061
24062 -
24063   type: "plot"
24064   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
24065   algorithm: "plot_latency_error_bars"
24066   output-file-type: ".html"
24067   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
24068   data: "plot-dpdk-throughput-latency-3n-hsw"
24069   filter: "'NIC_Intel-XL710' and
24070            '64B' and
24071            'BASE' and
24072            'NDRPDR' and
24073            '2T2C' and
24074            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24075   parameters:
24076   - "latency"
24077   - "parent"
24078   - "tags"
24079   layout:
24080     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
24081     layout: "plot-latency"
24082
24083 # Packet Latency - DPDK testpmd 3n-skx-x710
24084 -
24085   type: "plot"
24086   title: "DPDK Latency: testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
24087   algorithm: "plot_latency_error_bars"
24088   output-file-type: ".html"
24089   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
24090   data: "plot-dpdk-throughput-latency-3n-skx"
24091   filter: "'NIC_Intel-X710' and
24092            '64B' and
24093            'BASE' and
24094            'NDRPDR' and
24095            '2T1C' and
24096            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24097   parameters:
24098   - "latency"
24099   - "parent"
24100   - "tags"
24101   layout:
24102     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
24103     layout: "plot-latency"
24104
24105 -
24106   type: "plot"
24107   title: "DPDK Latency: testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
24108   algorithm: "plot_latency_error_bars"
24109   output-file-type: ".html"
24110   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
24111   data: "plot-dpdk-throughput-latency-3n-skx"
24112   filter: "'NIC_Intel-X710' and
24113            '64B' and
24114            'BASE' and
24115            'NDRPDR' and
24116            '4T2C' and
24117            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24118   parameters:
24119   - "latency"
24120   - "parent"
24121   - "tags"
24122   layout:
24123     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
24124     layout: "plot-latency"
24125
24126 # Packet Latency - DPDK testpmd 3n-skx-xxv710
24127 -
24128   type: "plot"
24129   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
24130   algorithm: "plot_latency_error_bars"
24131   output-file-type: ".html"
24132   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
24133   data: "plot-dpdk-throughput-latency-3n-skx"
24134   filter: "'NIC_Intel-XXV710' and
24135            '64B' and
24136            'BASE' and
24137            'NDRPDR' and
24138            '2T1C' and
24139            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24140   parameters:
24141   - "latency"
24142   - "parent"
24143   - "tags"
24144   layout:
24145     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
24146     layout: "plot-latency"
24147
24148 -
24149   type: "plot"
24150   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
24151   algorithm: "plot_latency_error_bars"
24152   output-file-type: ".html"
24153   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
24154   data: "plot-dpdk-throughput-latency-3n-skx"
24155   filter: "'NIC_Intel-XXV710' and
24156            '64B' and
24157            'BASE' and
24158            'NDRPDR' and
24159            '4T2C' and
24160            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24161   parameters:
24162   - "latency"
24163   - "parent"
24164   - "tags"
24165   layout:
24166     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
24167     layout: "plot-latency"
24168
24169 # Packet Latency - DPDK testpmd 2n-skx-x710
24170 -
24171   type: "plot"
24172   title: "DPDK Latency: testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
24173   algorithm: "plot_latency_error_bars"
24174   output-file-type: ".html"
24175   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
24176   data: "plot-dpdk-throughput-latency-2n-skx"
24177   filter: "'NIC_Intel-X710' and
24178            '64B' and
24179            'BASE' and
24180            'NDRPDR' and
24181            '2T1C' and
24182            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24183   parameters:
24184   - "latency"
24185   - "parent"
24186   - "tags"
24187   layout:
24188     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
24189     layout: "plot-latency"
24190
24191 -
24192   type: "plot"
24193   title: "DPDK Latency: testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
24194   algorithm: "plot_latency_error_bars"
24195   output-file-type: ".html"
24196   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
24197   data: "plot-dpdk-throughput-latency-2n-skx"
24198   filter: "'NIC_Intel-X710' and
24199            '64B' and
24200            'BASE' and
24201            'NDRPDR' and
24202            '4T2C' and
24203            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24204   parameters:
24205   - "latency"
24206   - "parent"
24207   - "tags"
24208   layout:
24209     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
24210     layout: "plot-latency"
24211
24212 # Packet Latency - DPDK testpmd 2n-skx-xxv710
24213 -
24214   type: "plot"
24215   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
24216   algorithm: "plot_latency_error_bars"
24217   output-file-type: ".html"
24218   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
24219   data: "plot-dpdk-throughput-latency-2n-skx"
24220   filter: "'NIC_Intel-XXV710' and
24221            '64B' and
24222            'BASE' and
24223            'NDRPDR' and
24224            '2T1C' and
24225            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24226   parameters:
24227   - "latency"
24228   - "parent"
24229   - "tags"
24230   layout:
24231     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
24232     layout: "plot-latency"
24233
24234 -
24235   type: "plot"
24236   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
24237   algorithm: "plot_latency_error_bars"
24238   output-file-type: ".html"
24239   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
24240   data: "plot-dpdk-throughput-latency-2n-skx"
24241   filter: "'NIC_Intel-XXV710' and
24242            '64B' and
24243            'BASE' and
24244            'NDRPDR' and
24245            '4T2C' and
24246            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24247   parameters:
24248   - "latency"
24249   - "parent"
24250   - "tags"
24251   layout:
24252     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
24253     layout: "plot-latency"
24254
24255 ################################################################################
24256
24257 # Speedup - VPP Container Memif 3n-hsw-x520
24258 -
24259   type: "plot"
24260   title: "Speedup: memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
24261   algorithm: "plot_throughput_speedup_analysis"
24262   output-file-type: ".html"
24263   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
24264   data: "plot-throughput-speedup-analysis-3n-hsw"
24265   filter: "'NIC_Intel-X520-DA2' and
24266            '64B' and
24267            ('BASE' or 'SCALE') and
24268            'NDRPDR' and
24269            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24270            not 'VHOST' and
24271            'MEMIF'"
24272   parameters:
24273   - "throughput"
24274   - "parent"
24275   - "tags"
24276   sort:
24277   - "L2XCFWD"
24278   - "L2XCFWD"
24279   - "L2XCFWD"
24280   - "L2BDMACLRN"
24281   - "L2BDMACLRN"
24282   - "L2BDMACLRN"
24283   layout:
24284     title: "memif-3n-hsw-x520-64b-base_and_scale-ndr"
24285     layout: "plot-throughput-speedup-analysis"
24286
24287 -
24288   type: "plot"
24289   title: "Speedup: memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
24290   algorithm: "plot_throughput_speedup_analysis"
24291   output-file-type: ".html"
24292   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
24293   data: "plot-throughput-speedup-analysis-3n-hsw"
24294   filter: "'NIC_Intel-X520-DA2' and
24295            '64B' and
24296            ('BASE' or 'SCALE') and
24297            'NDRPDR' and
24298            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24299            not 'VHOST' and
24300            'MEMIF'"
24301   parameters:
24302   - "throughput"
24303   - "parent"
24304   - "tags"
24305   sort:
24306   - "L2XCFWD"
24307   - "L2XCFWD"
24308   - "L2XCFWD"
24309   - "L2BDMACLRN"
24310   - "L2BDMACLRN"
24311   - "L2BDMACLRN"
24312   layout:
24313     title: "memif-3n-hsw-x520-64b-base_and_scale-pdr"
24314     layout: "plot-throughput-speedup-analysis"
24315
24316 # Speedup - VPP Container Memif 3n-hsw-x710
24317 -
24318   type: "plot"
24319   title: "Speedup: memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24320   algorithm: "plot_throughput_speedup_analysis"
24321   output-file-type: ".html"
24322   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24323   data: "plot-throughput-speedup-analysis-3n-hsw"
24324   filter: "'NIC_Intel-X710' and
24325            '64B' and
24326            ('BASE' or 'SCALE') and
24327            'NDRPDR' and
24328            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24329            not 'VHOST' and
24330            'MEMIF'"
24331   parameters:
24332   - "throughput"
24333   - "parent"
24334   - "tags"
24335   sort:
24336   - "L2XCFWD"
24337   - "L2XCFWD"
24338   - "L2XCFWD"
24339   - "L2BDMACLRN"
24340   - "L2BDMACLRN"
24341   - "L2BDMACLRN"
24342   layout:
24343     title: "memif-3n-hsw-x710-64b-base_and_scale-ndr"
24344     layout: "plot-throughput-speedup-analysis"
24345
24346 -
24347   type: "plot"
24348   title: "Speedup: memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24349   algorithm: "plot_throughput_speedup_analysis"
24350   output-file-type: ".html"
24351   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24352   data: "plot-throughput-speedup-analysis-3n-hsw"
24353   filter: "'NIC_Intel-X710' and
24354            '64B' and
24355            ('BASE' or 'SCALE') and
24356            'NDRPDR' and
24357            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24358            not 'VHOST' and
24359            'MEMIF'"
24360   parameters:
24361   - "throughput"
24362   - "parent"
24363   - "tags"
24364   sort:
24365   - "L2XCFWD"
24366   - "L2XCFWD"
24367   - "L2XCFWD"
24368   - "L2BDMACLRN"
24369   - "L2BDMACLRN"
24370   - "L2BDMACLRN"
24371   layout:
24372     title: "memif-3n-hsw-x710-64b-base_and_scale-pdr"
24373     layout: "plot-throughput-speedup-analysis"
24374
24375 # Speedup - VPP Container Memif 3n-hsw-xl710
24376 -
24377   type: "plot"
24378   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
24379   algorithm: "plot_throughput_speedup_analysis"
24380   output-file-type: ".html"
24381   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
24382   data: "plot-throughput-speedup-analysis-3n-hsw"
24383   filter: "'NIC_Intel-XL710' and
24384            '64B' and
24385            ('BASE' or 'SCALE') and
24386            'NDRPDR' and
24387            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24388            not 'VHOST' and
24389            'MEMIF'"
24390   parameters:
24391   - "throughput"
24392   - "parent"
24393   - "tags"
24394   sort:
24395   - "L2XCFWD"
24396   - "L2XCFWD"
24397   - "L2XCFWD"
24398   - "L2BDMACLRN"
24399   - "L2BDMACLRN"
24400   - "L2BDMACLRN"
24401   layout:
24402     title: "memif-3n-hsw-xl710-64b-base_and_scale-ndr"
24403     layout: "plot-throughput-speedup-analysis"
24404
24405 -
24406   type: "plot"
24407   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
24408   algorithm: "plot_throughput_speedup_analysis"
24409   output-file-type: ".html"
24410   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
24411   data: "plot-throughput-speedup-analysis-3n-hsw"
24412   filter: "'NIC_Intel-XL710' and
24413            '64B' and
24414            ('BASE' or 'SCALE') and
24415            'NDRPDR' and
24416            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24417            not 'VHOST' and
24418            'MEMIF'"
24419   parameters:
24420   - "throughput"
24421   - "parent"
24422   - "tags"
24423   sort:
24424   - "L2XCFWD"
24425   - "L2XCFWD"
24426   - "L2XCFWD"
24427   - "L2BDMACLRN"
24428   - "L2BDMACLRN"
24429   - "L2BDMACLRN"
24430   layout:
24431     title: "memif-3n-hsw-xl710-64b-base_and_scale-pdr"
24432     layout: "plot-throughput-speedup-analysis"
24433
24434 # Speedup - VPP Container Memif 3n-skx-x710
24435 -
24436   type: "plot"
24437   title: "Speedup: memif-3n-skx-x710-64b-base_and_scale-ndr-tsa"
24438   algorithm: "plot_throughput_speedup_analysis"
24439   output-file-type: ".html"
24440   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_scale-ndr-tsa"
24441   data: "plot-throughput-speedup-analysis-3n-skx"
24442   filter: "'NIC_Intel-X710' and
24443            '64B' and
24444            ('BASE' or 'SCALE') and
24445            'NDRPDR' and
24446            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24447            not 'VHOST' and
24448            'MEMIF'"
24449   parameters:
24450   - "throughput"
24451   - "parent"
24452   - "tags"
24453   sort:
24454   - "L2XCFWD"
24455   - "L2XCFWD"
24456   - "L2XCFWD"
24457   - "L2BDMACLRN"
24458   - "L2BDMACLRN"
24459   - "L2BDMACLRN"
24460   layout:
24461     title: "memif-3n-skx-x710-64b-base_and_scale-ndr"
24462     layout: "plot-throughput-speedup-analysis"
24463
24464 -
24465   type: "plot"
24466   title: "Speedup: memif-3n-skx-x710-64b-base_and_scale-pdr-tsa"
24467   algorithm: "plot_throughput_speedup_analysis"
24468   output-file-type: ".html"
24469   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_scale-pdr-tsa"
24470   data: "plot-throughput-speedup-analysis-3n-skx"
24471   filter: "'NIC_Intel-X710' and
24472            '64B' and
24473            ('BASE' or 'SCALE') and
24474            'NDRPDR' and
24475            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24476            not 'VHOST' and
24477             'MEMIF'"
24478   parameters:
24479   - "throughput"
24480   - "parent"
24481   - "tags"
24482   sort:
24483   - "L2XCFWD"
24484   - "L2XCFWD"
24485   - "L2XCFWD"
24486   - "L2BDMACLRN"
24487   - "L2BDMACLRN"
24488   - "L2BDMACLRN"
24489   layout:
24490     title: "memif-3n-skx-x710-64b-base_and_scale-pdr"
24491     layout: "plot-throughput-speedup-analysis"
24492
24493 # Speedup - VPP Container Memif 2n-skx-x710
24494 -
24495   type: "plot"
24496   title: "Speedup: memif-2n-skx-x710-64b-base_and_scale-ndr-tsa"
24497   algorithm: "plot_throughput_speedup_analysis"
24498   output-file-type: ".html"
24499   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_scale-ndr-tsa"
24500   data: "plot-throughput-speedup-analysis-2n-skx"
24501   filter: "'NIC_Intel-X710' and
24502            '64B' and
24503            ('BASE' or 'SCALE') and
24504            'NDRPDR' and
24505            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24506            not 'VHOST' and
24507            'MEMIF'"
24508   parameters:
24509   - "throughput"
24510   - "parent"
24511   - "tags"
24512   sort:
24513   - "L2XCFWD"
24514   - "L2XCFWD"
24515   - "L2XCFWD"
24516   - "L2BDMACLRN"
24517   - "L2BDMACLRN"
24518   - "L2BDMACLRN"
24519   layout:
24520     title: "memif-2n-skx-x710-64b-base_and_scale-ndr"
24521     layout: "plot-throughput-speedup-analysis"
24522
24523 -
24524   type: "plot"
24525   title: "Speedup: memif-2n-skx-x710-64b-base_and_scale-pdr-tsa"
24526   algorithm: "plot_throughput_speedup_analysis"
24527   output-file-type: ".html"
24528   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_scale-pdr-tsa"
24529   data: "plot-throughput-speedup-analysis-2n-skx"
24530   filter: "'NIC_Intel-X710' and
24531            '64B' and
24532            ('BASE' or 'SCALE') and
24533            'NDRPDR' and
24534            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24535            not 'VHOST' and
24536             'MEMIF'"
24537   parameters:
24538   - "throughput"
24539   - "parent"
24540   - "tags"
24541   sort:
24542   - "L2XCFWD"
24543   - "L2XCFWD"
24544   - "L2XCFWD"
24545   - "L2BDMACLRN"
24546   - "L2BDMACLRN"
24547   - "L2BDMACLRN"
24548   layout:
24549     title: "memif-2n-skx-x710-64b-base_and_scale-pdr"
24550     layout: "plot-throughput-speedup-analysis"
24551
24552 # Speedup - VPP Container Memif 2n-skx-xxv710
24553 -
24554   type: "plot"
24555   title: "Speedup: memif-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
24556   algorithm: "plot_throughput_speedup_analysis"
24557   output-file-type: ".html"
24558   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
24559   data: "plot-throughput-speedup-analysis-2n-skx"
24560   filter: "'NIC_Intel-XXV710' and
24561            '64B' and
24562            ('BASE' or 'SCALE') and
24563            'NDRPDR' and
24564            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24565            not 'VHOST' and
24566            'MEMIF'"
24567   parameters:
24568   - "throughput"
24569   - "parent"
24570   - "tags"
24571   sort:
24572   - "L2XCFWD"
24573   - "L2XCFWD"
24574   - "L2XCFWD"
24575   - "L2BDMACLRN"
24576   - "L2BDMACLRN"
24577   - "L2BDMACLRN"
24578   layout:
24579     title: "memif-2n-skx-xxv710-64b-base_and_scale-ndr"
24580     layout: "plot-throughput-speedup-analysis"
24581
24582 -
24583   type: "plot"
24584   title: "Speedup: memif-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
24585   algorithm: "plot_throughput_speedup_analysis"
24586   output-file-type: ".html"
24587   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
24588   data: "plot-throughput-speedup-analysis-2n-skx"
24589   filter: "'NIC_Intel-XXV710' and
24590            '64B' and
24591            ('BASE' or 'SCALE') and
24592            'NDRPDR' and
24593            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24594            not 'VHOST' and
24595             'MEMIF'"
24596   parameters:
24597   - "throughput"
24598   - "parent"
24599   - "tags"
24600   sort:
24601   - "L2XCFWD"
24602   - "L2XCFWD"
24603   - "L2XCFWD"
24604   - "L2BDMACLRN"
24605   - "L2BDMACLRN"
24606   - "L2BDMACLRN"
24607   layout:
24608     title: "memif-2n-skx-xxv710-64b-base_and_scale-pdr"
24609     layout: "plot-throughput-speedup-analysis"
24610
24611 ################################################################################
24612
24613 # Speedup - VPP Container k8s memif 3n-hsw-x520 - l2xc
24614 -
24615   type: "plot"
24616   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
24617   algorithm: "plot_throughput_speedup_analysis"
24618   output-file-type: ".html"
24619   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
24620   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
24621   filter: "'NIC_Intel-X520-DA2' and
24622            '64B' and
24623            ('BASE' or 'SCALE') and
24624            'NDRPDR' and
24625            'L2XCFWD' and
24626            not 'VHOST' and
24627            'MEMIF'"
24628   parameters:
24629   - "throughput"
24630   - "parent"
24631   - "tags"
24632   sort:
24633   - "1VNF"
24634   - "2VNF"
24635   - "4VNF"
24636   - "2VNF"
24637   - "4VNF"
24638   layout:
24639     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2xc"
24640     layout: "plot-throughput-speedup-analysis"
24641
24642 -
24643   type: "plot"
24644   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
24645   algorithm: "plot_throughput_speedup_analysis"
24646   output-file-type: ".html"
24647   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
24648   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
24649   filter: "'NIC_Intel-X520-DA2' and
24650            '64B' and
24651            ('BASE' or 'SCALE') and
24652            'NDRPDR' and
24653            'L2XCFWD' and
24654            not 'VHOST' and
24655            'MEMIF'"
24656   parameters:
24657   - "throughput"
24658   - "parent"
24659   - "tags"
24660   sort:
24661   - "1VNF"
24662   - "2VNF"
24663   - "4VNF"
24664   - "2VNF"
24665   - "4VNF"
24666   layout:
24667     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr"
24668     layout: "plot-throughput-speedup-analysis"
24669
24670 # Speedup - VPP Container k8s memif 3n-hsw-x520 - l2bd
24671 -
24672   type: "plot"
24673   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
24674   algorithm: "plot_throughput_speedup_analysis"
24675   output-file-type: ".html"
24676   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
24677   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
24678   filter: "'NIC_Intel-X520-DA2' and
24679            '64B' and
24680            ('BASE' or 'SCALE') and
24681            'NDRPDR' and
24682            ('L2BDMACSTAT' or 'L2BDMACLRN') and
24683            not 'VHOST' and
24684            'MEMIF'"
24685   parameters:
24686   - "throughput"
24687   - "parent"
24688   - "tags"
24689   sort:
24690   - "1VNF"
24691   - "2VNF"
24692   - "4VNF"
24693   - "2VNF"
24694   - "4VNF"
24695   layout:
24696     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2bd"
24697     layout: "plot-throughput-speedup-analysis"
24698
24699 -
24700   type: "plot"
24701   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
24702   algorithm: "plot_throughput_speedup_analysis"
24703   output-file-type: ".html"
24704   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
24705   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
24706   filter: "'NIC_Intel-X520-DA2' and
24707            '64B' and
24708            ('BASE' or 'SCALE') and
24709            'NDRPDR' and
24710            ('L2BDMACSTAT' or 'L2BDMACLRN') and
24711            not 'VHOST' and
24712            'MEMIF'"
24713   parameters:
24714   - "throughput"
24715   - "parent"
24716   - "tags"
24717   sort:
24718   - "1VNF"
24719   - "2VNF"
24720   - "4VNF"
24721   - "2VNF"
24722   - "4VNF"
24723   layout:
24724     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr"
24725     layout: "plot-throughput-speedup-analysis"
24726
24727 # Speedup - VPP Container Memif 3n-hsw-x710 - l2xc
24728 -
24729   type: "plot"
24730   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
24731   algorithm: "plot_throughput_speedup_analysis"
24732   output-file-type: ".html"
24733   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
24734   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
24735   filter: "'NIC_Intel-X710' and
24736            '64B' and
24737            ('BASE' or 'SCALE') and
24738            'NDRPDR' and
24739            'L2XCFWD' and
24740            not 'VHOST' and
24741            'MEMIF'"
24742   parameters:
24743   - "throughput"
24744   - "parent"
24745   - "tags"
24746   sort:
24747   - "1VNF"
24748   - "2VNF"
24749   - "4VNF"
24750   - "2VNF"
24751   - "4VNF"
24752   layout:
24753     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr"
24754     layout: "plot-throughput-speedup-analysis"
24755
24756 -
24757   type: "plot"
24758   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
24759   algorithm: "plot_throughput_speedup_analysis"
24760   output-file-type: ".html"
24761   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
24762   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
24763   filter: "'NIC_Intel-X710' and
24764            '64B' and
24765            ('BASE' or 'SCALE') and
24766            'NDRPDR' and
24767            'L2XCFWD' and
24768            not 'VHOST' and
24769            'MEMIF'"
24770   parameters:
24771   - "throughput"
24772   - "parent"
24773   - "tags"
24774   sort:
24775   - "1VNF"
24776   - "2VNF"
24777   - "4VNF"
24778   - "2VNF"
24779   - "4VNF"
24780   layout:
24781     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr"
24782     layout: "plot-throughput-speedup-analysis"
24783
24784 # Speedup - VPP Container Memif 3n-hsw-x710 - l2bd
24785 -
24786   type: "plot"
24787   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
24788   algorithm: "plot_throughput_speedup_analysis"
24789   output-file-type: ".html"
24790   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
24791   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
24792   filter: "'NIC_Intel-X710' and
24793            '64B' and
24794            ('BASE' or 'SCALE') and
24795            'NDRPDR' and
24796            ('L2BDMACSTAT' or 'L2BDMACLRN') and
24797            not 'VHOST' and
24798            'MEMIF'"
24799   parameters:
24800   - "throughput"
24801   - "parent"
24802   - "tags"
24803   sort:
24804   - "1VNF"
24805   - "2VNF"
24806   - "4VNF"
24807   - "2VNF"
24808   - "4VNF"
24809   layout:
24810     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr"
24811     layout: "plot-throughput-speedup-analysis"
24812
24813 -
24814   type: "plot"
24815   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
24816   algorithm: "plot_throughput_speedup_analysis"
24817   output-file-type: ".html"
24818   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
24819   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
24820   filter: "'NIC_Intel-X710' and
24821            '64B' and
24822            ('BASE' or 'SCALE') and
24823            'NDRPDR' and
24824            ('L2BDMACSTAT' or 'L2BDMACLRN') and
24825            not 'VHOST' and
24826            'MEMIF'"
24827   parameters:
24828   - "throughput"
24829   - "parent"
24830   - "tags"
24831   sort:
24832   - "1VNF"
24833   - "2VNF"
24834   - "4VNF"
24835   - "2VNF"
24836   - "4VNF"
24837   layout:
24838     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr"
24839     layout: "plot-throughput-speedup-analysis"
24840
24841 ################################################################################
24842
24843 # Speedup - VPP IPv4 3n-hsw-x520 base and scale
24844 -
24845   type: "plot"
24846   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
24847   algorithm: "plot_throughput_speedup_analysis"
24848   output-file-type: ".html"
24849   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
24850   data: "plot-throughput-speedup-analysis-3n-hsw"
24851   filter: "'NIC_Intel-X520-DA2' and
24852            '64B' and
24853            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
24854            'NDRPDR' and
24855            'IP4FWD' and
24856            not 'IPSEC' and
24857            not 'VHOST'"
24858   parameters:
24859   - "throughput"
24860   - "parent"
24861   - "tags"
24862   sort:
24863   - "DOT1Q"
24864   - "IP4BASE"
24865   - "FIB_20k"
24866   - "FIB_200k"
24867   - "FIB_2M"
24868   layout:
24869     title: "ip4-3n-hsw-x520-64b-base_and_scale-ndr"
24870     layout: "plot-throughput-speedup-analysis"
24871
24872 -
24873   type: "plot"
24874   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
24875   algorithm: "plot_throughput_speedup_analysis"
24876   output-file-type: ".html"
24877   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
24878   data: "plot-throughput-speedup-analysis-3n-hsw"
24879   filter: "'NIC_Intel-X520-DA2' and
24880            '64B' and
24881            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
24882            'NDRPDR' and
24883            'IP4FWD' and
24884            not 'IPSEC' and
24885            not 'VHOST'"
24886   parameters:
24887   - "throughput"
24888   - "parent"
24889   - "tags"
24890   sort:
24891   - "DOT1Q"
24892   - "IP4BASE"
24893   - "FIB_20k"
24894   - "FIB_200k"
24895   - "FIB_2M"
24896   layout:
24897     title: "ip4-3n-hsw-x520-64b-base_and_scale-pdr"
24898     layout: "plot-throughput-speedup-analysis"
24899
24900 # Speedup - VPP IPv4 3n-hsw-x520 features
24901 -
24902   type: "plot"
24903   title: "Speedup: ip4-3n-hsw-x520-64b-features-ndr-tsa"
24904   algorithm: "plot_throughput_speedup_analysis"
24905   output-file-type: ".html"
24906   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-ndr-tsa"
24907   data: "plot-throughput-speedup-analysis-3n-hsw"
24908   filter: "'NIC_Intel-X520-DA2' and
24909            '64B' and
24910            ('IP4BASE' or
24911             'POLICE_MARK' or
24912             'COPWHLIST' or
24913             ('NAT44' and 'BASE') or
24914             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
24915            'NDRPDR' and
24916            'IP4FWD' and
24917            not 'IPSEC' and
24918            not 'VHOST'"
24919   parameters:
24920   - "throughput"
24921   - "parent"
24922   - "tags"
24923   sort:
24924   - "DOT1Q"
24925   - "IP4BASE"
24926   - "NAT44"
24927   - "POLICE_MARK"
24928   - "COPWHLIST"
24929   - "IACL"
24930   - "OACL"
24931   layout:
24932     title: "ip4-3n-hsw-x520-64b-features-ndr"
24933     layout: "plot-throughput-speedup-analysis"
24934
24935 -
24936   type: "plot"
24937   title: "Speedup: ip4-3n-hsw-x520-64b-features-pdr-tsa"
24938   algorithm: "plot_throughput_speedup_analysis"
24939   output-file-type: ".html"
24940   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-pdr-tsa"
24941   data: "plot-throughput-speedup-analysis-3n-hsw"
24942   filter: "'NIC_Intel-X520-DA2' and
24943            '64B' and
24944            ('IP4BASE' or
24945             'POLICE_MARK' or
24946             'COPWHLIST' or
24947             ('NAT44' and 'BASE') or
24948             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
24949            'NDRPDR' and
24950            'IP4FWD' and
24951            not 'IPSEC' and
24952            not 'VHOST'"
24953   parameters:
24954   - "throughput"
24955   - "parent"
24956   - "tags"
24957   sort:
24958   - "DOT1Q"
24959   - "IP4BASE"
24960   - "NAT44"
24961   - "POLICE_MARK"
24962   - "COPWHLIST"
24963   - "IACL"
24964   - "OACL"
24965   layout:
24966     title: "ip4-3n-hsw-x520-64b-features-pdr"
24967     layout: "plot-throughput-speedup-analysis"
24968
24969 # Speedup - VPP IPv4 3n-hsw-x520 features nat44
24970 -
24971   type: "plot"
24972   title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
24973   algorithm: "plot_throughput_speedup_analysis"
24974   output-file-type: ".html"
24975   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
24976   data: "plot-throughput-speedup-analysis-3n-hsw"
24977   filter: "'NIC_Intel-X520-DA2' and
24978            '64B' and
24979            'NDRPDR' and
24980            'IP4FWD' and
24981            'NAT44' and
24982            not 'IPSEC' and
24983            not 'VHOST'"
24984   parameters:
24985   - "throughput"
24986   - "parent"
24987   - "tags"
24988   sort:
24989   - "BASE"
24990   - "BASE"
24991   - "SRC_USER_10"
24992   - "SRC_USER_100"
24993   - "SRC_USER_1000"
24994   - "SRC_USER_2000"
24995   layout:
24996     title: "ip4-3n-hsw-x520-64b-features-nat44-ndr"
24997     layout: "plot-throughput-speedup-analysis"
24998
24999 -
25000   type: "plot"
25001   title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
25002   algorithm: "plot_throughput_speedup_analysis"
25003   output-file-type: ".html"
25004   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
25005   data: "plot-throughput-speedup-analysis-3n-hsw"
25006   filter: "'NIC_Intel-X520-DA2' and
25007            '64B' and
25008            'NDRPDR' and
25009            'IP4FWD' and
25010            'NAT44' and
25011            not 'IPSEC' and
25012            not 'VHOST'"
25013   parameters:
25014   - "throughput"
25015   - "parent"
25016   - "tags"
25017   sort:
25018   - "BASE"
25019   - "BASE"
25020   - "SRC_USER_10"
25021   - "SRC_USER_100"
25022   - "SRC_USER_1000"
25023   - "SRC_USER_2000"
25024   layout:
25025     title: "ip4-3n-hsw-x520-64b-features-nat44-pdr"
25026     layout: "plot-throughput-speedup-analysis"
25027
25028 # Speedup - VPP IPv4 3n-hsw-x520 features iacl
25029 -
25030   type: "plot"
25031   title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
25032   algorithm: "plot_throughput_speedup_analysis"
25033   output-file-type: ".html"
25034   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
25035   data: "plot-throughput-speedup-analysis-3n-hsw"
25036   filter: "'NIC_Intel-X520-DA2' and
25037            '64B' and
25038            'NDRPDR' and
25039            'IP4FWD' and
25040            'IACL' and
25041            ('ACL10' or 'ACL50') and '10k_FLOWS' and
25042            not 'IPSEC' and
25043            not 'VHOST'"
25044   parameters:
25045   - "throughput"
25046   - "parent"
25047   - "tags"
25048   sort:
25049   - "ACL_STATELESS"
25050   - "ACL_STATEFUL"
25051   - "ACL_STATELESS"
25052   - "ACL_STATEFUL"
25053   layout:
25054     title: "ip4-3n-hsw-x520-64b-features-iacl-ndr"
25055     layout: "plot-throughput-speedup-analysis"
25056
25057 -
25058   type: "plot"
25059   title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
25060   algorithm: "plot_throughput_speedup_analysis"
25061   output-file-type: ".html"
25062   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
25063   data: "plot-throughput-speedup-analysis-3n-hsw"
25064   filter: "'NIC_Intel-X520-DA2' and
25065            '64B' and
25066            'NDRPDR' and
25067            'IP4FWD' and
25068            'IACL' and
25069            ('ACL10' or 'ACL50') and '10k_FLOWS' and
25070            not 'IPSEC' and
25071            not 'VHOST'"
25072   parameters:
25073   - "throughput"
25074   - "parent"
25075   - "tags"
25076   sort:
25077   - "ACL_STATELESS"
25078   - "ACL_STATEFUL"
25079   - "ACL_STATELESS"
25080   - "ACL_STATEFUL"
25081   layout:
25082     title: "ip4-3n-hsw-x520-64b-features-iacl-pdr"
25083     layout: "plot-throughput-speedup-analysis"
25084
25085 # Speedup - VPP IPv4 3n-hsw-x520 features oacl
25086 -
25087   type: "plot"
25088   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
25089   algorithm: "plot_throughput_speedup_analysis"
25090   output-file-type: ".html"
25091   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
25092   data: "plot-throughput-speedup-analysis-3n-hsw"
25093   filter: "'NIC_Intel-X520-DA2' and
25094            '64B' and
25095            'NDRPDR' and
25096            'IP4FWD' and
25097            'OACL' and
25098            ('ACL10' or 'ACL50') and '10k_FLOWS' and
25099            not 'IPSEC' and
25100            not 'VHOST'"
25101   parameters:
25102   - "throughput"
25103   - "parent"
25104   - "tags"
25105   sort:
25106   - "ACL_STATELESS"
25107   - "ACL_STATEFUL"
25108   - "ACL_STATELESS"
25109   - "ACL_STATEFUL"
25110   layout:
25111     title: "ip4-3n-hsw-x520-64b-features-oacl-ndr"
25112     layout: "plot-throughput-speedup-analysis"
25113
25114 -
25115   type: "plot"
25116   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
25117   algorithm: "plot_throughput_speedup_analysis"
25118   output-file-type: ".html"
25119   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
25120   data: "plot-throughput-speedup-analysis-3n-hsw"
25121   filter: "'NIC_Intel-X520-DA2' and
25122            '64B' and
25123            'NDRPDR' and
25124            'IP4FWD' and
25125            'OACL' and
25126            ('ACL10' or 'ACL50') and '10k_FLOWS' and
25127            not 'IPSEC' and
25128            not 'VHOST'"
25129   parameters:
25130   - "throughput"
25131   - "parent"
25132   - "tags"
25133   sort:
25134   - "ACL_STATELESS"
25135   - "ACL_STATEFUL"
25136   - "ACL_STATELESS"
25137   - "ACL_STATEFUL"
25138   layout:
25139     title: "ip4-3n-hsw-x520-64b-features-oacl-pdr"
25140     layout: "plot-throughput-speedup-analysis"
25141
25142 # Speedup - VPP IPv4 3n-hsw-x710 base and scale
25143 -
25144   type: "plot"
25145   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
25146   algorithm: "plot_throughput_speedup_analysis"
25147   output-file-type: ".html"
25148   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
25149   data: "plot-throughput-speedup-analysis-3n-hsw"
25150   filter: "'NIC_Intel-X710' and
25151            '64B' and
25152            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25153            'NDRPDR' and
25154            'IP4FWD' and
25155            not 'IPSEC' and
25156            not 'VHOST'"
25157   parameters:
25158   - "throughput"
25159   - "parent"
25160   - "tags"
25161   sort:
25162   - "DOT1Q"
25163   - "IP4BASE"
25164   - "FIB_20K"
25165   - "FIB_200K"
25166   - "FIB_2M"
25167   layout:
25168     title: "ip4-3n-hsw-x710-64b-base_and_scale-ndr"
25169     layout: "plot-throughput-speedup-analysis"
25170
25171 -
25172   type: "plot"
25173   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
25174   algorithm: "plot_throughput_speedup_analysis"
25175   output-file-type: ".html"
25176   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
25177   data: "plot-throughput-speedup-analysis-3n-hsw"
25178   filter: "'NIC_Intel-X710' and
25179            '64B' and
25180            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25181            'NDRPDR' and
25182            'IP4FWD' and
25183            not 'IPSEC' and
25184            not 'VHOST'"
25185   parameters:
25186   - "throughput"
25187   - "parent"
25188   - "tags"
25189   sort:
25190   - "DOT1Q"
25191   - "IP4BASE"
25192   - "FIB_20K"
25193   - "FIB_200K"
25194   - "FIB_2M"
25195   layout:
25196     title: "ip4-3n-hsw-x710-64b-base_and_scale-pdr"
25197     layout: "plot-throughput-speedup-analysis"
25198
25199 # Speedup - VPP IPv4 3n-hsw-x710 features
25200 -
25201   type: "plot"
25202   title: "Speedup: ip4-3n-hsw-x710-64b-features-ndr-tsa"
25203   algorithm: "plot_throughput_speedup_analysis"
25204   output-file-type: ".html"
25205   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-ndr-tsa"
25206   data: "plot-throughput-speedup-analysis-3n-hsw"
25207   filter: "'NIC_Intel-X710' and
25208            '64B' and
25209            ('IP4BASE' or
25210             'POLICE_MARK' or
25211             'COPWHLIST' or
25212             ('NAT44' and 'BASE') or
25213             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
25214            'NDRPDR' and
25215            'IP4FWD' and
25216            not 'IPSEC' and
25217            not 'VHOST'"
25218   parameters:
25219   - "throughput"
25220   - "parent"
25221   - "tags"
25222   sort:
25223   - "IP4BASE"
25224   - "NAT44"
25225   - "POLICE_MARK"
25226   - "COPWHLIST"
25227   - "IACL"
25228   - "OACL"
25229   layout:
25230     title: "ip4-3n-hsw-x710-64b-features-ndr"
25231     layout: "plot-throughput-speedup-analysis"
25232
25233 -
25234   type: "plot"
25235   title: "Speedup: ip4-3n-hsw-x710-64b-features-pdr-tsa"
25236   algorithm: "plot_throughput_speedup_analysis"
25237   output-file-type: ".html"
25238   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-pdr-tsa"
25239   data: "plot-throughput-speedup-analysis-3n-hsw"
25240   filter: "'NIC_Intel-X710' and
25241            '64B' and
25242            ('IP4BASE' or
25243             'POLICE_MARK' or
25244             'COPWHLIST' or
25245             ('NAT44' and 'BASE') or
25246             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
25247            'NDRPDR' and
25248            'IP4FWD' and
25249            not 'IPSEC' and
25250            not 'VHOST'"
25251   parameters:
25252   - "throughput"
25253   - "parent"
25254   - "tags"
25255   sort:
25256   - "IP4BASE"
25257   - "NAT44"
25258   - "POLICE_MARK"
25259   - "COPWHLIST"
25260   - "IACL"
25261   - "OACL"
25262   layout:
25263     title: "ip4-3n-hsw-x710-64b-features-pdr"
25264     layout: "plot-throughput-speedup-analysis"
25265
25266 # Speedup - VPP IPv4 3n-hsw-x710 features nat44
25267 -
25268   type: "plot"
25269   title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
25270   algorithm: "plot_throughput_speedup_analysis"
25271   output-file-type: ".html"
25272   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
25273   data: "plot-throughput-speedup-analysis-3n-hsw"
25274   filter: "'NIC_Intel-X710' and
25275            '64B' and
25276            'NDRPDR' and
25277            'IP4FWD' and
25278            'NAT44' and
25279            not 'IPSEC' and
25280            not 'VHOST'"
25281   parameters:
25282   - "throughput"
25283   - "parent"
25284   - "tags"
25285   sort:
25286   - "BASE"
25287   - "BASE"
25288   - "SRC_USER_10"
25289   - "SRC_USER_100"
25290   - "SRC_USER_1000"
25291   - "SRC_USER_2000"
25292   layout:
25293     title: "ip4-3n-hsw-x710-64b-features-nat44-ndr"
25294     layout: "plot-throughput-speedup-analysis"
25295
25296 -
25297   type: "plot"
25298   title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
25299   algorithm: "plot_throughput_speedup_analysis"
25300   output-file-type: ".html"
25301   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
25302   data: "plot-throughput-speedup-analysis-3n-hsw"
25303   filter: "'NIC_Intel-X710' and
25304            '64B' and
25305            'NDRPDR' and
25306            'IP4FWD' and
25307            'NAT44' and
25308            not 'IPSEC' and
25309            not 'VHOST'"
25310   parameters:
25311   - "throughput"
25312   - "parent"
25313   - "tags"
25314   sort:
25315   - "BASE"
25316   - "BASE"
25317   - "SRC_USER_10"
25318   - "SRC_USER_100"
25319   - "SRC_USER_1000"
25320   - "SRC_USER_2000"
25321   layout:
25322     title: "ip4-3n-hsw-x710-64b-features-nat44-pdr"
25323     layout: "plot-throughput-speedup-analysis"
25324
25325 # Speedup - VPP IPv4 3n-hsw-x710 features iacl
25326 -
25327   type: "plot"
25328   title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
25329   algorithm: "plot_throughput_speedup_analysis"
25330   output-file-type: ".html"
25331   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
25332   data: "plot-throughput-speedup-analysis-3n-hsw"
25333   filter: "'NIC_Intel-X710' and
25334            '64B' and
25335            'NDRPDR' and
25336            'IP4FWD' and
25337            'IACL' and
25338            ('ACL10' or 'ACL50') and '10k_FLOWS' and
25339            not 'IPSEC' and
25340            not 'VHOST'"
25341   parameters:
25342   - "throughput"
25343   - "parent"
25344   - "tags"
25345   sort:
25346   - "ACL_STATELESS"
25347   - "ACL_STATEFUL"
25348   - "ACL_STATELESS"
25349   - "ACL_STATEFUL"
25350   layout:
25351     title: "ip4-3n-hsw-x710-64b-features-iacl-ndr"
25352     layout: "plot-throughput-speedup-analysis"
25353
25354 -
25355   type: "plot"
25356   title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
25357   algorithm: "plot_throughput_speedup_analysis"
25358   output-file-type: ".html"
25359   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
25360   data: "plot-throughput-speedup-analysis-3n-hsw"
25361   filter: "'NIC_Intel-X710' and
25362            '64B' and
25363            'NDRPDR' and
25364            'IP4FWD' and
25365            'IACL' and
25366            ('ACL10' or 'ACL50') and '10k_FLOWS' and
25367            not 'IPSEC' and
25368            not 'VHOST'"
25369   parameters:
25370   - "throughput"
25371   - "parent"
25372   - "tags"
25373   sort:
25374   - "ACL_STATELESS"
25375   - "ACL_STATEFUL"
25376   - "ACL_STATELESS"
25377   - "ACL_STATEFUL"
25378   layout:
25379     title: "ip4-3n-hsw-x710-64b-features-iacl-pdr"
25380     layout: "plot-throughput-speedup-analysis"
25381
25382 # Speedup - VPP IPv4 3n-hsw-x710 features oacl
25383 -
25384   type: "plot"
25385   title: "Speedup: ip4-3n-hsw-x710-64b-features-oacl-ndr-tsa"
25386   algorithm: "plot_throughput_speedup_analysis"
25387   output-file-type: ".html"
25388   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-oacl-ndr-tsa"
25389   data: "plot-throughput-speedup-analysis-3n-hsw"
25390   filter: "'NIC_Intel-X710' and
25391            '64B' and
25392            'NDRPDR' and
25393            'IP4FWD' and
25394            'OACL' and
25395            ('ACL10' or 'ACL50') and '10k_FLOWS' and
25396            not 'IPSEC' and
25397            not 'VHOST'"
25398   parameters:
25399   - "throughput"
25400   - "parent"
25401   - "tags"
25402   sort:
25403   - "ACL_STATELESS"
25404   - "ACL_STATEFUL"
25405   - "ACL_STATELESS"
25406   - "ACL_STATEFUL"
25407   layout:
25408     title: "ip4-3n-hsw-x710-64b-features-oacl-ndr"
25409     layout: "plot-throughput-speedup-analysis"
25410
25411 -
25412   type: "plot"
25413   title: "Speedup: ip4-3n-hsw-x710-64b-features-oacl-pdr-tsa"
25414   algorithm: "plot_throughput_speedup_analysis"
25415   output-file-type: ".html"
25416   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-oacl-pdr-tsa"
25417   data: "plot-throughput-speedup-analysis-3n-hsw"
25418   filter: "'NIC_Intel-X710' and
25419            '64B' and
25420            'NDRPDR' and
25421            'IP4FWD' and
25422            'OACL' and
25423            ('ACL10' or 'ACL50') and '10k_FLOWS' and
25424            not 'IPSEC' and
25425            not 'VHOST'"
25426   parameters:
25427   - "throughput"
25428   - "parent"
25429   - "tags"
25430   sort:
25431   - "ACL_STATELESS"
25432   - "ACL_STATEFUL"
25433   - "ACL_STATELESS"
25434   - "ACL_STATEFUL"
25435   layout:
25436     title: "ip4-3n-hsw-x710-64b-features-oacl-pdr"
25437     layout: "plot-throughput-speedup-analysis"
25438
25439 # Speedup - VPP IPv4 3n-hsw-xl710 base and scale
25440 -
25441   type: "plot"
25442   title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
25443   algorithm: "plot_throughput_speedup_analysis"
25444   output-file-type: ".html"
25445   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
25446   data: "plot-throughput-speedup-analysis-3n-hsw"
25447   filter: "'NIC_Intel-XL710' and
25448            '64B' and
25449            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25450            'NDRPDR' and
25451            'IP4FWD' and
25452            not 'IPSEC' and
25453            not 'VHOST'"
25454   parameters:
25455   - "throughput"
25456   - "parent"
25457   - "tags"
25458   sort:
25459   - "IP4BASE"
25460   - "FIB_20K"
25461   - "FIB_200K"
25462   - "FIB_2M"
25463   layout:
25464     title: "ip4-3n-hsw-xl710-64b-base_and_scale-ndr"
25465     layout: "plot-throughput-speedup-analysis"
25466
25467 -
25468   type: "plot"
25469   title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
25470   algorithm: "plot_throughput_speedup_analysis"
25471   output-file-type: ".html"
25472   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
25473   data: "plot-throughput-speedup-analysis-3n-hsw"
25474   filter: "'NIC_Intel-XL710' and
25475            '64B' and
25476            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25477            'NDRPDR' and
25478            'IP4FWD' and
25479            not 'IPSEC' and
25480            not 'VHOST'"
25481   parameters:
25482   - "throughput"
25483   - "parent"
25484   - "tags"
25485   sort:
25486   - "IP4BASE"
25487   - "FIB_20K"
25488   - "FIB_200K"
25489   - "FIB_2M"
25490   layout:
25491     title: "ip4-3n-hsw-xl710-64b-base_and_scale-pdr"
25492     layout: "plot-throughput-speedup-analysis"
25493
25494 # Speedup - VPP IPv4 3n-skx-x710 base and scale
25495 -
25496   type: "plot"
25497   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25498   algorithm: "plot_throughput_speedup_analysis"
25499   output-file-type: ".html"
25500   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25501   data: "plot-throughput-speedup-analysis-3n-skx"
25502   filter: "'NIC_Intel-X710' and
25503            '64B' and
25504            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25505            'NDRPDR' and
25506            'IP4FWD' and
25507            not 'IPSEC' and
25508            not 'VHOST'"
25509   parameters:
25510   - "throughput"
25511   - "parent"
25512   - "tags"
25513   sort:
25514   - "IP4BASE"
25515   - "FIB_20K"
25516   - "FIB_200K"
25517   - "FIB_2M"
25518   layout:
25519     title: "ip4-3n-skx-x710-64b-base_and_scale-ndr"
25520     layout: "plot-throughput-speedup-analysis"
25521
25522 -
25523   type: "plot"
25524   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25525   algorithm: "plot_throughput_speedup_analysis"
25526   output-file-type: ".html"
25527   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25528   data: "plot-throughput-speedup-analysis-3n-skx"
25529   filter: "'NIC_Intel-X710' and
25530            '64B' and
25531            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25532            'NDRPDR' and
25533            'IP4FWD' and
25534            not 'IPSEC' and
25535            not 'VHOST'"
25536   parameters:
25537   - "throughput"
25538   - "parent"
25539   - "tags"
25540   sort:
25541   - "IP4BASE"
25542   - "FIB_20K"
25543   - "FIB_200K"
25544   - "FIB_2M"
25545   layout:
25546     title: "ip4-3n-skx-x710-64b-base_and_scale-pdr"
25547     layout: "plot-throughput-speedup-analysis"
25548
25549 # Speedup - VPP IPv4 3n-skx-x710 features
25550 -
25551   type: "plot"
25552   title: "Speedup: ip4-3n-skx-x710-64b-features-ndr-tsa"
25553   algorithm: "plot_throughput_speedup_analysis"
25554   output-file-type: ".html"
25555   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-ndr-tsa"
25556   data: "plot-throughput-speedup-analysis-3n-skx"
25557   filter: "'NIC_Intel-X710' and
25558            '64B' and
25559            ('IP4BASE' or
25560             'POLICE_MARK' or
25561             'COPWHLIST' or
25562             ('NAT44' and 'BASE') or
25563             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
25564            'NDRPDR' and
25565            'IP4FWD' and
25566            not 'IPSEC' and
25567            not 'VHOST'"
25568   parameters:
25569   - "throughput"
25570   - "parent"
25571   - "tags"
25572   sort:
25573   - "IP4BASE"
25574   - "NAT44"
25575   - "POLICE_MARK"
25576   - "COPWHLIST"
25577   - "IACL"
25578   - "OACL"
25579   layout:
25580     title: "ip4-3n-skx-x710-64b-features-ndr"
25581     layout: "plot-throughput-speedup-analysis"
25582
25583 -
25584   type: "plot"
25585   title: "Speedup: ip4-3n-skx-x710-64b-features-pdr-tsa"
25586   algorithm: "plot_throughput_speedup_analysis"
25587   output-file-type: ".html"
25588   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-pdr-tsa"
25589   data: "plot-throughput-speedup-analysis-3n-skx"
25590   filter: "'NIC_Intel-X710' and
25591            '64B' and
25592            ('IP4BASE' or
25593             'POLICE_MARK' or
25594             'COPWHLIST' or
25595             ('NAT44' and 'BASE') or
25596             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
25597            'NDRPDR' and
25598            'IP4FWD' and
25599            not 'IPSEC' and
25600            not 'VHOST'"
25601   parameters:
25602   - "throughput"
25603   - "parent"
25604   - "tags"
25605   sort:
25606   - "IP4BASE"
25607   - "NAT44"
25608   - "POLICE_MARK"
25609   - "COPWHLIST"
25610   - "IACL"
25611   - "OACL"
25612   layout:
25613     title: "ip4-3n-skx-x710-64b-features-pdr"
25614     layout: "plot-throughput-speedup-analysis"
25615
25616 # Speedup - VPP IPv4 3n-skx-x710 features nat44
25617 -
25618   type: "plot"
25619   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
25620   algorithm: "plot_throughput_speedup_analysis"
25621   output-file-type: ".html"
25622   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
25623   data: "plot-throughput-speedup-analysis-3n-skx"
25624   filter: "'NIC_Intel-X710' and
25625            '64B' and
25626            'NDRPDR' and
25627            'IP4FWD' and
25628            'NAT44' and
25629            not 'IPSEC' and
25630            not 'VHOST'"
25631   parameters:
25632   - "throughput"
25633   - "parent"
25634   - "tags"
25635   sort:
25636   - "BASE"
25637   - "BASE"
25638   - "SRC_USER_10"
25639   - "SRC_USER_100"
25640   - "SRC_USER_1000"
25641   - "SRC_USER_2000"
25642   layout:
25643     title: "ip4-3n-skx-x710-64b-features-nat44-ndr"
25644     layout: "plot-throughput-speedup-analysis"
25645
25646 -
25647   type: "plot"
25648   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
25649   algorithm: "plot_throughput_speedup_analysis"
25650   output-file-type: ".html"
25651   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
25652   data: "plot-throughput-speedup-analysis-3n-skx"
25653   filter: "'NIC_Intel-X710' and
25654            '64B' and
25655            'NDRPDR' and
25656            'IP4FWD' and
25657            'NAT44' and
25658            not 'IPSEC' and
25659            not 'VHOST'"
25660   parameters:
25661   - "throughput"
25662   - "parent"
25663   - "tags"
25664   sort:
25665   - "BASE"
25666   - "BASE"
25667   - "SRC_USER_10"
25668   - "SRC_USER_100"
25669   - "SRC_USER_1000"
25670   - "SRC_USER_2000"
25671   layout:
25672     title: "ip4-3n-skx-x710-64b-features-nat44-pdr"
25673     layout: "plot-throughput-speedup-analysis"
25674
25675 # Speedup - VPP IPv4 3n-skx-x710 features iacl
25676 -
25677   type: "plot"
25678   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
25679   algorithm: "plot_throughput_speedup_analysis"
25680   output-file-type: ".html"
25681   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
25682   data: "plot-throughput-speedup-analysis-3n-skx"
25683   filter: "'NIC_Intel-X710' and
25684            '64B' and
25685            'NDRPDR' and
25686            'IP4FWD' and
25687            'IACL' and
25688            ('ACL10' or 'ACL50') and '10k_FLOWS' and
25689            not 'IPSEC' and
25690            not 'VHOST'"
25691   parameters:
25692   - "throughput"
25693   - "parent"
25694   - "tags"
25695   sort:
25696   - "ACL_STATELESS"
25697   - "ACL_STATEFUL"
25698   - "ACL_STATELESS"
25699   - "ACL_STATEFUL"
25700   layout:
25701     title: "ip4-3n-skx-x710-64b-features-iacl-ndr"
25702     layout: "plot-throughput-speedup-analysis"
25703
25704 -
25705   type: "plot"
25706   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
25707   algorithm: "plot_throughput_speedup_analysis"
25708   output-file-type: ".html"
25709   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
25710   data: "plot-throughput-speedup-analysis-3n-skx"
25711   filter: "'NIC_Intel-X710' and
25712            '64B' and
25713            'NDRPDR' and
25714            'IP4FWD' and
25715            'IACL' and
25716            ('ACL10' or 'ACL50') and '10k_FLOWS' and
25717            not 'IPSEC' and
25718            not 'VHOST'"
25719   parameters:
25720   - "throughput"
25721   - "parent"
25722   - "tags"
25723   sort:
25724   - "ACL_STATELESS"
25725   - "ACL_STATEFUL"
25726   - "ACL_STATELESS"
25727   - "ACL_STATEFUL"
25728   layout:
25729     title: "ip4-3n-skx-x710-64b-features-iacl-pdr"
25730     layout: "plot-throughput-speedup-analysis"
25731
25732 # Speedup - VPP IPv4 3n-skx-x710 features oacl
25733 -
25734   type: "plot"
25735   title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
25736   algorithm: "plot_throughput_speedup_analysis"
25737   output-file-type: ".html"
25738   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
25739   data: "plot-throughput-speedup-analysis-3n-skx"
25740   filter: "'NIC_Intel-X710' and
25741            '64B' and
25742            'NDRPDR' and
25743            'IP4FWD' and
25744            'OACL' and
25745            ('ACL10' or 'ACL50') and '10k_FLOWS' and
25746            not 'IPSEC' and
25747            not 'VHOST'"
25748   parameters:
25749   - "throughput"
25750   - "parent"
25751   - "tags"
25752   sort:
25753   - "ACL_STATELESS"
25754   - "ACL_STATEFUL"
25755   - "ACL_STATELESS"
25756   - "ACL_STATEFUL"
25757   layout:
25758     title: "ip4-3n-skx-x710-64b-features-oacl-ndr"
25759     layout: "plot-throughput-speedup-analysis"
25760
25761 -
25762   type: "plot"
25763   title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
25764   algorithm: "plot_throughput_speedup_analysis"
25765   output-file-type: ".html"
25766   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
25767   data: "plot-throughput-speedup-analysis-3n-skx"
25768   filter: "'NIC_Intel-X710' and
25769            '64B' and
25770            'NDRPDR' and
25771            'IP4FWD' and
25772            'OACL' and
25773            ('ACL10' or 'ACL50') and '10k_FLOWS' and
25774            not 'IPSEC' and
25775            not 'VHOST'"
25776   parameters:
25777   - "throughput"
25778   - "parent"
25779   - "tags"
25780   sort:
25781   - "ACL_STATELESS"
25782   - "ACL_STATEFUL"
25783   - "ACL_STATELESS"
25784   - "ACL_STATEFUL"
25785   layout:
25786     title: "ip4-3n-skx-x710-64b-features-oacl-pdr"
25787     layout: "plot-throughput-speedup-analysis"
25788
25789 # Speedup - VPP IPv4 2n-skx-x710 base and scale
25790 -
25791   type: "plot"
25792   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
25793   algorithm: "plot_throughput_speedup_analysis"
25794   output-file-type: ".html"
25795   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
25796   data: "plot-throughput-speedup-analysis-2n-skx"
25797   filter: "'NIC_Intel-X710' and
25798            '64B' and
25799            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
25800            'NDRPDR' and
25801            'IP4FWD' and
25802            not 'IPSEC' and
25803            not 'VHOST'"
25804   parameters:
25805   - "throughput"
25806   - "parent"
25807   - "tags"
25808   sort:
25809   - "DOT1Q"
25810   - "IP4BASE"
25811   - "FIB_20k"
25812   - "FIB_200k"
25813   - "FIB_2M"
25814   layout:
25815     title: "ip4-2n-skx-x710-64b-base_and_scale-ndr"
25816     layout: "plot-throughput-speedup-analysis"
25817
25818 -
25819   type: "plot"
25820   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
25821   algorithm: "plot_throughput_speedup_analysis"
25822   output-file-type: ".html"
25823   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
25824   data: "plot-throughput-speedup-analysis-2n-skx"
25825   filter: "'NIC_Intel-X710' and
25826            '64B' and
25827            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
25828            'NDRPDR' and
25829            'IP4FWD' and
25830            not 'IPSEC' and
25831            not 'VHOST'"
25832   parameters:
25833   - "throughput"
25834   - "parent"
25835   - "tags"
25836   sort:
25837   - "DOT1Q"
25838   - "IP4BASE"
25839   - "FIB_20k"
25840   - "FIB_200k"
25841   - "FIB_2M"
25842   layout:
25843     title: "ip4-2n-skx-x710-64b-base_and_scale-pdr"
25844     layout: "plot-throughput-speedup-analysis"
25845
25846 # Speedup - VPP IPv4 2n-skx-xxv710 base and scale
25847 -
25848   type: "plot"
25849   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25850   algorithm: "plot_throughput_speedup_analysis"
25851   output-file-type: ".html"
25852   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25853   data: "plot-throughput-speedup-analysis-2n-skx"
25854   filter: "'NIC_Intel-XXV710' and
25855            '64B' and
25856            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
25857            'NDRPDR' and
25858            'IP4FWD' and
25859            not 'IPSEC' and
25860            not 'VHOST'"
25861   parameters:
25862   - "throughput"
25863   - "parent"
25864   - "tags"
25865   sort:
25866   - "DOT1Q"
25867   - "IP4BASE"
25868   - "FIB_20k"
25869   - "FIB_200k"
25870   - "FIB_2M"
25871   layout:
25872     title: "ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
25873     layout: "plot-throughput-speedup-analysis"
25874
25875 -
25876   type: "plot"
25877   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
25878   algorithm: "plot_throughput_speedup_analysis"
25879   output-file-type: ".html"
25880   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
25881   data: "plot-throughput-speedup-analysis-2n-skx"
25882   filter: "'NIC_Intel-XXV710' and
25883            '64B' and
25884            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
25885            'NDRPDR' and
25886            'IP4FWD' and
25887            not 'IPSEC' and
25888            not 'VHOST'"
25889   parameters:
25890   - "throughput"
25891   - "parent"
25892   - "tags"
25893   sort:
25894   - "DOT1Q"
25895   - "IP4BASE"
25896   - "FIB_20k"
25897   - "FIB_200k"
25898   - "FIB_2M"
25899   layout:
25900     title: "ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
25901     layout: "plot-throughput-speedup-analysis"
25902
25903 # Speedup - VPP IPv4 2n-dnv-x553 base
25904 -
25905   type: "plot"
25906   title: "Speedup: ip4-2n-dnv-x553-64b-base-ndr-tsa"
25907   algorithm: "plot_throughput_speedup_analysis"
25908   output-file-type: ".html"
25909   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-base-ndr-tsa"
25910   data: "intel-dnv-vpp"
25911   filter: "'NIC_Intel-X553' and
25912            '64B' and
25913            'IP4BASE' and
25914            'NDRPDR' and
25915            'IP4FWD' and
25916            not 'IPSEC' and
25917            not 'VHOST'"
25918   parameters:
25919   - "throughput"
25920   - "parent"
25921   - "tags"
25922   sort:
25923   - "IP4BASE"
25924   layout:
25925     title: "ip4-2n-dnv-x553-64b-base-ndr"
25926     layout: "plot-throughput-speedup-analysis"
25927
25928 -
25929   type: "plot"
25930   title: "Speedup: ip4-2n-dnv-x553-64b-base-pdr-tsa"
25931   algorithm: "plot_throughput_speedup_analysis"
25932   output-file-type: ".html"
25933   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-base-pdr-tsa"
25934   data: "intel-dnv-vpp"
25935   filter: "'NIC_Intel-X553' and
25936            '64B' and
25937            'IP4BASE' and
25938            'NDRPDR' and
25939            'IP4FWD' and
25940            not 'IPSEC' and
25941            not 'VHOST'"
25942   parameters:
25943   - "throughput"
25944   - "parent"
25945   - "tags"
25946   sort:
25947   - "IP4BASE"
25948   layout:
25949     title: "ip4-2n-dnv-x553-64b-base-pdr"
25950     layout: "plot-throughput-speedup-analysis"
25951
25952 ################################################################################
25953
25954 # Speedup - VPP IPv4 Tunnels 3n-hsw-x520
25955 -
25956   type: "plot"
25957   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25958   algorithm: "plot_throughput_speedup_analysis"
25959   output-file-type: ".html"
25960   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25961   data: "plot-throughput-speedup-analysis-3n-hsw"
25962   filter: "'NIC_Intel-X520_DA2' and
25963            '64B' and
25964            'ENCAP' and
25965            'NDRPDR' and
25966            ('VXLAN' or 'LISP') and
25967            not 'VHOST' and
25968            not 'IPSECHW'"
25969   parameters:
25970   - "throughput"
25971   - "parent"
25972   - "tags"
25973   sort:
25974   - "not DOT1Q"
25975   - "VXLAN_1"
25976   - "VXLAN_10"
25977   - "VXLAN_100"
25978   - "VXLAN_1000"
25979   layout:
25980     title: "ip4tun-3n-hsw-x520-64b-base_and_scale-ndr"
25981     layout: "plot-throughput-speedup-analysis"
25982
25983 -
25984   type: "plot"
25985   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25986   algorithm: "plot_throughput_speedup_analysis"
25987   output-file-type: ".html"
25988   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25989   data: "plot-throughput-speedup-analysis-3n-hsw"
25990   filter: "'NIC_Intel-X520_DA2' and
25991            '64B' and
25992            'ENCAP' and
25993            'NDRPDR' and
25994            ('VXLAN' or 'LISP') and
25995            not 'VHOST' and
25996            not 'IPSECHW'"
25997   parameters:
25998   - "throughput"
25999   - "parent"
26000   - "tags"
26001   sort:
26002   - "not DOT1Q"
26003   - "VXLAN_1"
26004   - "VXLAN_10"
26005   - "VXLAN_100"
26006   - "VXLAN_1000"
26007   layout:
26008     title: "ip4tun-3n-hsw-x520-64b-base_and_scale-pdr"
26009     layout: "plot-throughput-speedup-analysis"
26010
26011 # Speedup - VPP IPv4 Tunnels 3n-hsw-x520 - features
26012 -
26013   type: "plot"
26014   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
26015   algorithm: "plot_throughput_speedup_analysis"
26016   output-file-type: ".html"
26017   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
26018   data: "plot-throughput-speedup-analysis-3n-hsw"
26019   filter: "'NIC_Intel-X520-DA2' and
26020            '64B' and
26021            'ENCAP' and
26022            'NDRPDR' and
26023            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
26024            not 'DOT1Q' and
26025            not 'VHOST' and
26026            not 'IPSECHW'"
26027   parameters:
26028   - "throughput"
26029   - "parent"
26030   - "tags"
26031   sort:
26032   - "L2BDMACLRN"
26033   - "L2XCFWD"
26034   - "LISP"
26035   layout:
26036     title: "ip4tun-3n-hsw-x520-64b-base_and_features-ndr"
26037     layout: "plot-throughput-speedup-analysis"
26038
26039 -
26040   type: "plot"
26041   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
26042   algorithm: "plot_throughput_speedup_analysis"
26043   output-file-type: ".html"
26044   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
26045   data: "plot-throughput-speedup-analysis-3n-hsw"
26046   filter: "'NIC_Intel-X520-DA2' and
26047            '64B' and
26048            'ENCAP' and
26049            'NDRPDR' and
26050            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
26051            not 'DOT1Q' and
26052            not 'VHOST' and
26053            not 'IPSECHW'"
26054   parameters:
26055   - "throughput"
26056   - "parent"
26057   - "tags"
26058   sort:
26059   - "L2BDMACLRN"
26060   - "L2XCFWD"
26061   - "LISP"
26062   layout:
26063     title: "ip4tun-3n-hsw-x520-64b-base_and_features-pdr"
26064     layout: "plot-throughput-speedup-analysis"
26065
26066 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710
26067 -
26068   type: "plot"
26069   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
26070   algorithm: "plot_throughput_speedup_analysis"
26071   output-file-type: ".html"
26072   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
26073   data: "plot-throughput-speedup-analysis-3n-hsw"
26074   filter: "'NIC_Intel-X710' and
26075            '64B' and
26076            'ENCAP' and
26077            'NDRPDR' and
26078            ('VXLAN' or 'LISP') and
26079            not 'VHOST' and
26080            not 'IPSECHW'"
26081   parameters:
26082   - "throughput"
26083   - "parent"
26084   - "tags"
26085   sort:
26086   - "LISP"
26087   - "VXLAN_1"
26088   - "VXLAN_10"
26089   - "VXLAN_100"
26090   - "VXLAN_1000"
26091   layout:
26092     title: "ip4tun-3n-hsw-x710-64b-base_and_scale-ndr"
26093     layout: "plot-throughput-speedup-analysis"
26094
26095 -
26096   type: "plot"
26097   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
26098   algorithm: "plot_throughput_speedup_analysis"
26099   output-file-type: ".html"
26100   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
26101   data: "plot-throughput-speedup-analysis-3n-hsw"
26102   filter: "'NIC_Intel-X710' and
26103            '64B' and
26104            'ENCAP' and
26105            'NDRPDR' and
26106            ('VXLAN' or 'LISP') and
26107            not 'VHOST' and
26108            not 'IPSECHW'"
26109   parameters:
26110   - "throughput"
26111   - "parent"
26112   - "tags"
26113   sort:
26114   - "LISP"
26115   - "VXLAN_1"
26116   - "VXLAN_10"
26117   - "VXLAN_100"
26118   - "VXLAN_1000"
26119   layout:
26120     title: "ip4tun-3n-hsw-x710-64b-base_and_scale-pdr"
26121     layout: "plot-throughput-speedup-analysis"
26122
26123 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710 - features
26124 -
26125   type: "plot"
26126   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
26127   algorithm: "plot_throughput_speedup_analysis"
26128   output-file-type: ".html"
26129   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
26130   data: "plot-throughput-speedup-analysis-3n-hsw"
26131   filter: "'NIC_Intel-X710' and
26132            '64B' and
26133            'ENCAP' and
26134            'NDRPDR' and
26135            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
26136            not 'DOT1Q' and
26137            not 'VHOST' and
26138            not 'IPSECHW'"
26139   parameters:
26140   - "throughput"
26141   - "parent"
26142   - "tags"
26143   sort:
26144   - "L2BDMACLRN"
26145   - "L2XCFWD"
26146   - "LISP"
26147   layout:
26148     title: "ip4tun-3n-hsw-x710-64b-base_and_features-ndr"
26149     layout: "plot-throughput-speedup-analysis"
26150
26151 -
26152   type: "plot"
26153   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
26154   algorithm: "plot_throughput_speedup_analysis"
26155   output-file-type: ".html"
26156   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
26157   data: "plot-throughput-speedup-analysis-3n-hsw"
26158   filter: "'NIC_Intel-X710' and
26159            '64B' and
26160            'ENCAP' and
26161            'NDRPDR' and
26162            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
26163            not 'DOT1Q' and
26164            not 'VHOST' and
26165            not 'IPSECHW'"
26166   parameters:
26167   - "throughput"
26168   - "parent"
26169   - "tags"
26170   sort:
26171   - "L2BDMACLRN"
26172   - "L2XCFWD"
26173   - "LISP"
26174   layout:
26175     title: "ip4tun-3n-hsw-x710-64b-base_and_features-pdr"
26176     layout: "plot-throughput-speedup-analysis"
26177
26178 # Speedup - VPP IPv4 Tunnels 3n-skx-x710
26179 -
26180   type: "plot"
26181   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
26182   algorithm: "plot_throughput_speedup_analysis"
26183   output-file-type: ".html"
26184   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
26185   data: "plot-throughput-speedup-analysis-3n-skx"
26186   filter: "'NIC_Intel-X710' and
26187            '64B' and
26188            'ENCAP' and
26189            'NDRPDR' and
26190            'VXLAN' and
26191            'L2BDMACLRN' and
26192            not 'VHOST' and
26193            not 'IPSECHW'"
26194   parameters:
26195   - "throughput"
26196   - "parent"
26197   - "tags"
26198   sort:
26199   - "LISP"
26200   - "VXLAN_1"
26201   - "VXLAN_10"
26202   - "VXLAN_100"
26203   - "VXLAN_1000"
26204   layout:
26205     title: "ip4tun-3n-skx-x710-64b-base_and_scale-ndr"
26206     layout: "plot-throughput-speedup-analysis"
26207
26208 -
26209   type: "plot"
26210   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
26211   algorithm: "plot_throughput_speedup_analysis"
26212   output-file-type: ".html"
26213   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
26214   data: "plot-throughput-speedup-analysis-3n-skx"
26215   filter: "'NIC_Intel-X710' and
26216            '64B' and
26217            'ENCAP' and
26218            'NDRPDR' and
26219            'VXLAN' and
26220            'L2BDMACLRN' and
26221            not 'VHOST' and
26222            not 'IPSECHW'"
26223   parameters:
26224   - "throughput"
26225   - "parent"
26226   - "tags"
26227   sort:
26228   - "LISP"
26229   - "VXLAN_1"
26230   - "VXLAN_10"
26231   - "VXLAN_100"
26232   - "VXLAN_1000"
26233   layout:
26234     title: "ip4tun-3n-skx-x710-64b-base_and_scale-pdr"
26235     layout: "plot-throughput-speedup-analysis"
26236
26237 # Speedup - VPP IPv4 Tunnels 3n-skx-x710 - features
26238 -
26239   type: "plot"
26240   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
26241   algorithm: "plot_throughput_speedup_analysis"
26242   output-file-type: ".html"
26243   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
26244   data: "plot-throughput-speedup-analysis-3n-skx"
26245   filter: "'NIC_Intel-X710' and
26246            '64B' and
26247            'ENCAP' and
26248            'NDRPDR' and
26249            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
26250            not 'DOT1Q' and
26251            not 'VHOST' and
26252            not 'IPSECHW'"
26253   parameters:
26254   - "throughput"
26255   - "parent"
26256   - "tags"
26257   sort:
26258   - "L2BDMACLRN"
26259   - "L2XCFWD"
26260   - "LISP"
26261   layout:
26262     title: "ip4tun-3n-skx-x710-64b-base_and_features-ndr"
26263     layout: "plot-throughput-speedup-analysis"
26264
26265 -
26266   type: "plot"
26267   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
26268   algorithm: "plot_throughput_speedup_analysis"
26269   output-file-type: ".html"
26270   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
26271   data: "plot-throughput-speedup-analysis-3n-skx"
26272   filter: "'NIC_Intel-X710' and
26273            '64B' and
26274            'ENCAP' and
26275            'NDRPDR' and
26276            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
26277            not 'DOT1Q' and
26278            not 'VHOST' and
26279            not 'IPSECHW'"
26280   parameters:
26281   - "throughput"
26282   - "parent"
26283   - "tags"
26284   sort:
26285   - "L2BDMACLRN"
26286   - "L2XCFWD"
26287   - "LISP"
26288   layout:
26289     title: "ip4tun-3n-skx-x710-64b-base_and_features-pdr"
26290     layout: "plot-throughput-speedup-analysis"
26291
26292 ################################################################################
26293
26294 # Speedup - VPP IPv6 3n-hsw-x520
26295 -
26296   type: "plot"
26297   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
26298   algorithm: "plot_throughput_speedup_analysis"
26299   output-file-type: ".html"
26300   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
26301   data: "plot-throughput-speedup-analysis-3n-hsw"
26302   filter: "'NIC_Intel-X520-DA2' and
26303            '78B' and
26304            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26305            'NDRPDR' and
26306            'IP6FWD' and
26307            not 'SRv6' and
26308            not 'IPSEC' and
26309            not 'VHOST'"
26310   parameters:
26311   - "throughput"
26312   - "parent"
26313   - "tags"
26314   sort:
26315   - "IP6BASE"
26316   - "FIB_20K"
26317   - "FIB_200K"
26318   - "FIB_2M"
26319   layout:
26320     title: "ip6-3n-hsw-x520-78b-base_and_scale-ndr"
26321     layout: "plot-throughput-speedup-analysis"
26322
26323 -
26324   type: "plot"
26325   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
26326   algorithm: "plot_throughput_speedup_analysis"
26327   output-file-type: ".html"
26328   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
26329   data: "plot-throughput-speedup-analysis-3n-hsw"
26330   filter: "'NIC_Intel-X520-DA2' and
26331            '78B' and
26332            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26333            'NDRPDR' and
26334            'IP6FWD' and
26335            not 'SRv6' and
26336            not 'IPSEC' and
26337            not 'VHOST'"
26338   parameters:
26339   - "throughput"
26340   - "parent"
26341   - "tags"
26342   sort:
26343   - "IP6BASE"
26344   - "FIB_20K"
26345   - "FIB_200K"
26346   - "FIB_2M"
26347   layout:
26348     title: "ip6-3n-hsw-x520-78b-base_and_scale-pdr"
26349     layout: "plot-throughput-speedup-analysis"
26350
26351 # Speedup - VPP IPv6 3n-hsw-x520 features
26352 -
26353   type: "plot"
26354   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_features-ndr-tsa"
26355   algorithm: "plot_throughput_speedup_analysis"
26356   output-file-type: ".html"
26357   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_features-ndr-tsa"
26358   data: "plot-throughput-speedup-analysis-3n-hsw"
26359   filter: "'NIC_Intel-X520-DA2' and
26360            '78B' and
26361            ('IP6BASE' or
26362             'POLICE_MARK' or
26363             'COPWHLIST' or
26364             'IACLDST') and
26365            'NDRPDR' and
26366            'IP6FWD' and
26367            not 'SRv6' and
26368            not 'IPSEC' and
26369            not 'VHOST'"
26370   parameters:
26371   - "throughput"
26372   - "parent"
26373   - "tags"
26374   sort:
26375   - "IP6BASE"
26376   - "POLICE_MARK"
26377   - "COPWHLIST"
26378   - "IACLDST"
26379   layout:
26380     title: "ip6-3n-hsw-x520-78b-base_and_features-ndr"
26381     layout: "plot-throughput-speedup-analysis"
26382
26383 -
26384   type: "plot"
26385   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_features-pdr-tsa"
26386   algorithm: "plot_throughput_speedup_analysis"
26387   output-file-type: ".html"
26388   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_features-pdr-tsa"
26389   data: "plot-throughput-speedup-analysis-3n-hsw"
26390   filter: "'NIC_Intel-X520-DA2' and
26391            '78B' and
26392            ('IP6BASE' or
26393             'POLICE_MARK' or
26394             'COPWHLIST' or
26395             'IACLDST') and
26396            'NDRPDR' and
26397            'IP6FWD' and
26398            not 'SRv6' and
26399            not 'IPSEC' and
26400            not 'VHOST'"
26401   parameters:
26402   - "throughput"
26403   - "parent"
26404   - "tags"
26405   sort:
26406   - "IP6BASE"
26407   - "POLICE_MARK"
26408   - "COPWHLIST"
26409   - "IACLDST"
26410   layout:
26411     title: "ip6-3n-hsw-x520-78b-base_and_features-pdr"
26412     layout: "plot-throughput-speedup-analysis"
26413
26414 # Speedup - VPP IPv6 3n-hsw-x710
26415 -
26416   type: "plot"
26417   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
26418   algorithm: "plot_throughput_speedup_analysis"
26419   output-file-type: ".html"
26420   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
26421   data: "plot-throughput-speedup-analysis-3n-hsw"
26422   filter: "'NIC_Intel-X710' and
26423            '78B' and
26424            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26425            'NDRPDR' and
26426            'IP6FWD' and
26427            not 'SRv6' and
26428            not 'IPSEC' and
26429            not 'VHOST'"
26430   parameters:
26431   - "throughput"
26432   - "parent"
26433   - "tags"
26434   sort:
26435   - "IP6BASE"
26436   - "FIB_20K"
26437   - "FIB_200K"
26438   - "FIB_2M"
26439   layout:
26440     title: "ip6-3n-hsw-x710-78b-base_and_scale-ndr"
26441     layout: "plot-throughput-speedup-analysis"
26442
26443 -
26444   type: "plot"
26445   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
26446   algorithm: "plot_throughput_speedup_analysis"
26447   output-file-type: ".html"
26448   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
26449   data: "plot-throughput-speedup-analysis-3n-hsw"
26450   filter: "'NIC_Intel-X710' and
26451            '78B' and
26452            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26453            'NDRPDR' and
26454            'IP6FWD' and
26455            not 'SRv6' and
26456            not 'IPSEC' and
26457            not 'VHOST'"
26458   parameters:
26459   - "throughput"
26460   - "parent"
26461   - "tags"
26462   sort:
26463   - "IP6BASE"
26464   - "FIB_20K"
26465   - "FIB_200K"
26466   - "FIB_2M"
26467   layout:
26468     title: "ip6-3n-hsw-x710-78b-base_and_scale-pdr"
26469     layout: "plot-throughput-speedup-analysis"
26470
26471 # Speedup - VPP IPv6 3n-hsw-x710 features
26472 -
26473   type: "plot"
26474   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
26475   algorithm: "plot_throughput_speedup_analysis"
26476   output-file-type: ".html"
26477   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
26478   data: "plot-throughput-speedup-analysis-3n-hsw"
26479   filter: "'NIC_Intel-X710' and
26480            '78B' and
26481            ('IP6BASE' or
26482             'POLICE_MARK' or
26483             'COPWHLIST' or
26484             'IACLDST') and
26485            'NDRPDR' and
26486            'IP6FWD' and
26487            not 'SRv6' and
26488            not 'IPSEC' and
26489            not 'VHOST'"
26490   parameters:
26491   - "throughput"
26492   - "parent"
26493   - "tags"
26494   sort:
26495   - "IP6BASE"
26496   - "POLICE_MARK"
26497   - "COPWHLIST"
26498   - "IACLDST"
26499   layout:
26500     title: "ip6-3n-hsw-x710-78b-base_and_features-ndr"
26501     layout: "plot-throughput-speedup-analysis"
26502
26503 -
26504   type: "plot"
26505   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
26506   algorithm: "plot_throughput_speedup_analysis"
26507   output-file-type: ".html"
26508   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
26509   data: "plot-throughput-speedup-analysis-3n-hsw"
26510   filter: "'NIC_Intel-X710' and
26511            '78B' and
26512            ('IP6BASE' or
26513             'POLICE_MARK' or
26514             'COPWHLIST' or
26515             'IACLDST') and
26516            'NDRPDR' and
26517            'IP6FWD' and
26518            not 'SRv6' and
26519            not 'IPSEC' and
26520            not 'VHOST'"
26521   parameters:
26522   - "throughput"
26523   - "parent"
26524   - "tags"
26525   sort:
26526   - "IP6BASE"
26527   - "POLICE_MARK"
26528   - "COPWHLIST"
26529   - "IACLDST"
26530   layout:
26531     title: "ip6-3n-hsw-x710-78b-base_and_features-pdr"
26532     layout: "plot-throughput-speedup-analysis"
26533
26534 # Speedup - VPP IPv6 3n-hsw-xl710
26535 -
26536   type: "plot"
26537   title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa"
26538   algorithm: "plot_throughput_speedup_analysis"
26539   output-file-type: ".html"
26540   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa"
26541   data: "plot-throughput-speedup-analysis-3n-hsw"
26542   filter: "'NIC_Intel-XL710' and
26543            '78B' and
26544            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26545            'NDRPDR' and
26546            'IP6FWD' and
26547            not 'SRv6' and
26548            not 'IPSEC' and
26549            not 'VHOST'"
26550   parameters:
26551   - "throughput"
26552   - "parent"
26553   - "tags"
26554   sort:
26555   - "IP6BASE"
26556   - "FIB_20K"
26557   - "FIB_200K"
26558   - "FIB_2M"
26559   layout:
26560     title: "ip6-3n-hsw-xl710-78b-base_and_scale-ndr"
26561     layout: "plot-throughput-speedup-analysis"
26562
26563 -
26564   type: "plot"
26565   title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa"
26566   algorithm: "plot_throughput_speedup_analysis"
26567   output-file-type: ".html"
26568   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa"
26569   data: "plot-throughput-speedup-analysis-3n-hsw"
26570   filter: "'NIC_Intel-XL710' and
26571            '78B' and
26572            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26573            'NDRPDR' and
26574            'IP6FWD' and
26575            not 'SRv6' and
26576            not 'IPSEC' and
26577            not 'VHOST'"
26578   parameters:
26579   - "throughput"
26580   - "parent"
26581   - "tags"
26582   sort:
26583   - "IP6BASE"
26584   - "FIB_20K"
26585   - "FIB_200K"
26586   - "FIB_2M"
26587   layout:
26588     title: "ip6-3n-hsw-xl710-78b-base_and_scale-pdr"
26589     layout: "plot-throughput-speedup-analysis"
26590
26591 # Speedup - VPP IPv6 3n-skx-x710
26592 -
26593   type: "plot"
26594   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
26595   algorithm: "plot_throughput_speedup_analysis"
26596   output-file-type: ".html"
26597   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
26598   data: "plot-throughput-speedup-analysis-3n-skx"
26599   filter: "'NIC_Intel-X710' and
26600            '78B' and
26601            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26602            'NDRPDR' and
26603            'IP6FWD' and
26604            not 'SRv6' and
26605            not 'IPSEC' and
26606            not 'VHOST'"
26607   parameters:
26608   - "throughput"
26609   - "parent"
26610   - "tags"
26611   sort:
26612   - "IP6BASE"
26613   - "FIB_20K"
26614   - "FIB_200K"
26615   - "FIB_2M"
26616   layout:
26617     title: "ip6-3n-skx-x710-78b-base_and_scale-ndr"
26618     layout: "plot-throughput-speedup-analysis"
26619
26620 -
26621   type: "plot"
26622   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
26623   algorithm: "plot_throughput_speedup_analysis"
26624   output-file-type: ".html"
26625   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
26626   data: "plot-throughput-speedup-analysis-3n-skx"
26627   filter: "'NIC_Intel-X710' and
26628            '78B' and
26629            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26630            'NDRPDR' and
26631            'IP6FWD' and
26632            not 'SRv6' and
26633            not 'IPSEC' and
26634            not 'VHOST'"
26635   parameters:
26636   - "throughput"
26637   - "parent"
26638   - "tags"
26639   sort:
26640   - "IP6BASE"
26641   - "FIB_20K"
26642   - "FIB_200K"
26643   - "FIB_2M"
26644   layout:
26645     title: "ip6-3n-skx-x710-78b-base_and_scale-pdr"
26646     layout: "plot-throughput-speedup-analysis"
26647
26648 # Speedup - VPP IPv6 3n-skx-x710 features
26649 -
26650   type: "plot"
26651   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
26652   algorithm: "plot_throughput_speedup_analysis"
26653   output-file-type: ".html"
26654   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
26655   data: "plot-throughput-speedup-analysis-3n-skx"
26656   filter: "'NIC_Intel-X710' and
26657            '78B' and
26658            ('IP6BASE' or
26659             'POLICE_MARK' or
26660             'COPWHLIST' or
26661             'IACLDST') and
26662            'NDRPDR' and
26663            'IP6FWD' and
26664            not 'SRv6' and
26665            not 'IPSEC' and
26666            not 'VHOST'"
26667   parameters:
26668   - "throughput"
26669   - "parent"
26670   - "tags"
26671   sort:
26672   - "IP6BASE"
26673   - "POLICE_MARK"
26674   - "COPWHLIST"
26675   - "IACLDST"
26676   layout:
26677     title: "ip6-3n-skx-x710-78b-base_and_scale-ndr"
26678     layout: "plot-throughput-speedup-analysis"
26679
26680 -
26681   type: "plot"
26682   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
26683   algorithm: "plot_throughput_speedup_analysis"
26684   output-file-type: ".html"
26685   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
26686   data: "plot-throughput-speedup-analysis-3n-skx"
26687   filter: "'NIC_Intel-X710' and
26688            '78B' and
26689            ('IP6BASE' or
26690             'POLICE_MARK' or
26691             'COPWHLIST' or
26692             'IACLDST') and
26693            'NDRPDR' and
26694            'IP6FWD' and
26695            not 'SRv6' and
26696            not 'IPSEC' and
26697            not 'VHOST'"
26698   parameters:
26699   - "throughput"
26700   - "parent"
26701   - "tags"
26702   sort:
26703   - "IP6BASE"
26704   - "POLICE_MARK"
26705   - "COPWHLIST"
26706   - "IACLDST"
26707   layout:
26708     title: "ip6-3n-skx-x710-78b-base_and_scale-pdr"
26709     layout: "plot-throughput-speedup-analysis"
26710
26711 # Speedup - VPP IPv6 2n-skx-x710
26712 -
26713   type: "plot"
26714   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
26715   algorithm: "plot_throughput_speedup_analysis"
26716   output-file-type: ".html"
26717   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
26718   data: "plot-throughput-speedup-analysis-2n-skx"
26719   filter: "'NIC_Intel-X710' and
26720            '78B' and
26721            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
26722            'NDRPDR' and
26723            'IP6FWD' and
26724            not 'SRv6' and
26725            not 'IPSEC' and
26726            not 'VHOST'"
26727   parameters:
26728   - "throughput"
26729   - "parent"
26730   - "tags"
26731   sort:
26732   - "IP6BASE"
26733   - "FIB_20k"
26734   - "FIB_200k"
26735   - "FIB_2M"
26736   layout:
26737     title: "ip6-2n-skx-x710-78b-base_and_scale-ndr"
26738     layout: "plot-throughput-speedup-analysis"
26739
26740 -
26741   type: "plot"
26742   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
26743   algorithm: "plot_throughput_speedup_analysis"
26744   output-file-type: ".html"
26745   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
26746   data: "plot-throughput-speedup-analysis-2n-skx"
26747   filter: "'NIC_Intel-X710' 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-2n-skx-x710-78b-base_and_scale-pdr"
26766     layout: "plot-throughput-speedup-analysis"
26767
26768 # Speedup - VPP IPv6 2n-skx-xxv710
26769 -
26770   type: "plot"
26771   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
26772   algorithm: "plot_throughput_speedup_analysis"
26773   output-file-type: ".html"
26774   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
26775   data: "plot-throughput-speedup-analysis-2n-skx"
26776   filter: "'NIC_Intel-XXV710' and
26777            '78B' and
26778            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
26779            'NDRPDR' and
26780            'IP6FWD' and
26781            not 'SRv6' and
26782            not 'IPSEC' and
26783            not 'VHOST'"
26784   parameters:
26785   - "throughput"
26786   - "parent"
26787   - "tags"
26788   sort:
26789   - "IP6BASE"
26790   - "FIB_20k"
26791   - "FIB_200k"
26792   - "FIB_2M"
26793   layout:
26794     title: "ip6-2n-skx-xxv710-78b-base_and_scale-ndr"
26795     layout: "plot-throughput-speedup-analysis"
26796
26797 -
26798   type: "plot"
26799   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
26800   algorithm: "plot_throughput_speedup_analysis"
26801   output-file-type: ".html"
26802   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
26803   data: "plot-throughput-speedup-analysis-2n-skx"
26804   filter: "'NIC_Intel-XXV710' and
26805            '78B' and
26806            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
26807            'NDRPDR' and
26808            'IP6FWD' and
26809            not 'SRv6' and
26810            not 'IPSEC' and
26811            not 'VHOST'"
26812   parameters:
26813   - "throughput"
26814   - "parent"
26815   - "tags"
26816   sort:
26817   - "IP6BASE"
26818   - "FIB_20k"
26819   - "FIB_200k"
26820   - "FIB_2M"
26821   layout:
26822     title: "ip6-2n-skx-xxv710-78b-base_and_scale-pdr"
26823     layout: "plot-throughput-speedup-analysis"
26824
26825 # Speedup - VPP IPv6 2n-dnv-x553 base
26826 -
26827   type: "plot"
26828   title: "Speedup: ip6-2n-dnv-x553-78b-base-ndr-tsa"
26829   algorithm: "plot_throughput_speedup_analysis"
26830   output-file-type: ".html"
26831   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-base-ndr-tsa"
26832   data: "intel-dnv-vpp"
26833   filter: "'NIC_Intel-X553' and
26834            '78B' and
26835            'IP6BASE' and
26836            'NDRPDR' and
26837            'IP6FWD' and
26838            not 'SRv6' and
26839            not 'IPSEC' and
26840            not 'VHOST'"
26841   parameters:
26842   - "throughput"
26843   - "parent"
26844   - "tags"
26845   sort:
26846   - "IP6BASE"
26847   layout:
26848     title: "ip6-2n-dnv-x553-78b-base-ndr"
26849     layout: "plot-throughput-speedup-analysis"
26850
26851 -
26852   type: "plot"
26853   title: "Speedup: ip6-2n-dnv-x553-78b-base-pdr-tsa"
26854   algorithm: "plot_throughput_speedup_analysis"
26855   output-file-type: ".html"
26856   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-base-pdr-tsa"
26857   data: "intel-dnv-vpp"
26858   filter: "'NIC_Intel-X553' and
26859            '78B' and
26860            'IP6BASE' and
26861            'NDRPDR' and
26862            'IP6FWD' and
26863            not 'SRv6' and
26864            not 'IPSEC' and
26865            not 'VHOST'"
26866   parameters:
26867   - "throughput"
26868   - "parent"
26869   - "tags"
26870   sort:
26871   - "IP6BASE"
26872   layout:
26873     title: "ip6-2n-dnv-x553-78b-base-pdr"
26874     layout: "plot-throughput-speedup-analysis"
26875
26876 ################################################################################
26877
26878 # Speedup - VPP IPv6 tunnels 3n-hsw-x520
26879 -
26880   type: "plot"
26881   title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
26882   algorithm: "plot_throughput_speedup_analysis"
26883   output-file-type: ".html"
26884   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
26885   data: "plot-throughput-speedup-analysis-3n-hsw"
26886   filter: "'NIC_Intel-X520-DA2' and
26887            '78B' and
26888            'ENCAP' and
26889            'NDRPDR' and
26890            'LISP' and
26891            not 'VHOST'"
26892   parameters:
26893   - "throughput"
26894   - "parent"
26895   - "tags"
26896   sort:
26897   - "IP4UNRLAY"
26898   - "IP6UNRLAY"
26899   layout:
26900     title: "ip6tun-3n-hsw-x520-78b-base_and_scale-ndr"
26901     layout: "plot-throughput-speedup-analysis"
26902
26903 -
26904   type: "plot"
26905   title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
26906   algorithm: "plot_throughput_speedup_analysis"
26907   output-file-type: ".html"
26908   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
26909   data: "plot-throughput-speedup-analysis-3n-hsw"
26910   filter: "'NIC_Intel-X520-DA2' and
26911            '78B' and
26912            'ENCAP' and
26913            'NDRPDR' and
26914            'LISP' and
26915            not 'VHOST'"
26916   parameters:
26917   - "throughput"
26918   - "parent"
26919   - "tags"
26920   sort:
26921   - "IP4UNRLAY"
26922   - "IP6UNRLAY"
26923   layout:
26924     title: "ip6tun-3n-hsw-x520-78b-base_and_scale-pdr"
26925     layout: "plot-throughput-speedup-analysis"
26926
26927 ################################################################################
26928
26929 # Speedup - VPP IPSec 3n-hsw-xl710 base
26930 -
26931   type: "plot"
26932   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
26933   algorithm: "plot_throughput_speedup_analysis"
26934   output-file-type: ".html"
26935   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
26936   data: "plot-throughput-speedup-analysis-3n-hsw"
26937   filter: "'NIC_Intel-XL710' and
26938            '64B' and
26939            'IP4FWD' and
26940            'NDRPDR' and
26941            'BASE' and
26942            'IPSECHW' and
26943            ('IPSECTRAN' or 'IPSECTUN') and
26944            not 'VHOST'"
26945   parameters:
26946   - "throughput"
26947   - "parent"
26948   - "tags"
26949   layout:
26950     title: "ipsec-3n-hsw-xl710-64b-base-ndr"
26951     layout: "plot-throughput-speedup-analysis"
26952
26953 -
26954   type: "plot"
26955   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
26956   algorithm: "plot_throughput_speedup_analysis"
26957   output-file-type: ".html"
26958   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
26959   data: "plot-throughput-speedup-analysis-3n-hsw"
26960   filter: "'NIC_Intel-XL710' and
26961            '64B' and
26962            'IP4FWD' and
26963            'NDRPDR' and
26964            'BASE' and
26965            'IPSECHW' and
26966            ('IPSECTRAN' or 'IPSECTUN') and
26967            not 'VHOST'"
26968   parameters:
26969   - "throughput"
26970   - "parent"
26971   - "tags"
26972   layout:
26973     title: "ipsec-3n-hsw-xl710-64b-base-pdr"
26974     layout: "plot-throughput-speedup-analysis"
26975
26976 # Speedup - VPP IPSec 3n-hsw-xl710 scale
26977 -
26978   type: "plot"
26979   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
26980   algorithm: "plot_throughput_speedup_analysis"
26981   output-file-type: ".html"
26982   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
26983   data: "plot-throughput-speedup-analysis-3n-hsw"
26984   filter: "'NIC_Intel-XL710' and
26985            '64B' and
26986            'IP4FWD' and
26987            'NDRPDR' and
26988            'SCALE' and
26989            'IPSECHW' and
26990            ('IPSECTRAN' or 'IPSECTUN') and
26991            not 'VHOST'"
26992   parameters:
26993   - "throughput"
26994   - "parent"
26995   - "tags"
26996   layout:
26997     title: "ipsec-3n-hsw-xl710-64b-scale-ndr"
26998     layout: "plot-throughput-speedup-analysis"
26999
27000 -
27001   type: "plot"
27002   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
27003   algorithm: "plot_throughput_speedup_analysis"
27004   output-file-type: ".html"
27005   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
27006   data: "plot-throughput-speedup-analysis-3n-hsw"
27007   filter: "'NIC_Intel-XL710' and
27008            '64B' and
27009            'IP4FWD' and
27010            'NDRPDR' and
27011            'SCALE' and
27012            'IPSECHW' and
27013            ('IPSECTRAN' or 'IPSECTUN') and
27014            not 'VHOST'"
27015   parameters:
27016   - "throughput"
27017   - "parent"
27018   - "tags"
27019   layout:
27020     title: "ipsec-3n-hsw-xl710-64b-scale-pdr"
27021     layout: "plot-throughput-speedup-analysis"
27022
27023 # Speedup - VPP IPSec 3n-hsw-xl710 sw
27024 -
27025   type: "plot"
27026   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
27027   algorithm: "plot_throughput_speedup_analysis"
27028   output-file-type: ".html"
27029   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
27030   data: "plot-throughput-speedup-analysis-3n-hsw"
27031   filter: "'NIC_Intel-XL710' and
27032            '64B' and
27033            'IP4FWD' and
27034            'NDRPDR' and
27035            'IPSECSW' and
27036            ('IPSECTRAN' or 'IPSECTUN') and
27037            not 'VHOST'"
27038   parameters:
27039   - "throughput"
27040   - "parent"
27041   - "tags"
27042   layout:
27043     title: "ipsec-3n-hsw-xl710-64b-sw-ndr"
27044     layout: "plot-throughput-speedup-analysis"
27045
27046 -
27047   type: "plot"
27048   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
27049   algorithm: "plot_throughput_speedup_analysis"
27050   output-file-type: ".html"
27051   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
27052   data: "plot-throughput-speedup-analysis-3n-hsw"
27053   filter: "'NIC_Intel-XL710' and
27054            '64B' and
27055            'IP4FWD' and
27056            'NDRPDR' and
27057            'IPSECSW' and
27058            ('IPSECTRAN' or 'IPSECTUN') and
27059            not 'VHOST'"
27060   parameters:
27061   - "throughput"
27062   - "parent"
27063   - "tags"
27064   layout:
27065     title: "ipsec-3n-hsw-xl710-64b-sw-pdr"
27066     layout: "plot-throughput-speedup-analysis"
27067
27068 ################################################################################
27069
27070 # Speedup - VPP SRv6 3n-hsw-x520
27071 -
27072   type: "plot"
27073   title: "Speedup: srv6-3n-hsw-x520-78b-features-ndr-tsa"
27074   algorithm: "plot_throughput_speedup_analysis"
27075   output-file-type: ".html"
27076   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-ndr-tsa"
27077   data: "plot-throughput-speedup-analysis-3n-hsw"
27078   filter: "'NIC_Intel-X520-DA2' and
27079            '78B' and
27080            'FEATURE' and
27081            'NDRPDR' and
27082            'IP6FWD' and
27083            'SRv6'"
27084   parameters:
27085   - "throughput"
27086   - "parent"
27087   - "tags"
27088   layout:
27089     title: "srv6-3n-hsw-x520-78b-features-ndr"
27090     layout: "plot-throughput-speedup-analysis"
27091
27092 -
27093   type: "plot"
27094   title: "Speedup: srv6-3n-hsw-x520-78b-features-pdr-tsa"
27095   algorithm: "plot_throughput_speedup_analysis"
27096   output-file-type: ".html"
27097   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-pdr-tsa"
27098   data: "plot-throughput-speedup-analysis-3n-hsw"
27099   filter: "'NIC_Intel-X520-DA2' and
27100            '78B' and
27101            'FEATURE' and
27102            'NDRPDR' and
27103            'IP6FWD' and
27104            'SRv6'"
27105   parameters:
27106   - "throughput"
27107   - "parent"
27108   - "tags"
27109   layout:
27110     title: "srv6-3n-hsw-x520-78b-features-pdr"
27111     layout: "plot-throughput-speedup-analysis"
27112
27113 ################################################################################
27114
27115 # Speedup - VPP L2 3n-hsw-x520 base and scale
27116 -
27117   type: "plot"
27118   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
27119   algorithm: "plot_throughput_speedup_analysis"
27120   output-file-type: ".html"
27121   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
27122   data: "plot-throughput-speedup-analysis-3n-hsw"
27123   filter: "'NIC_Intel-X520-DA2' and
27124            '64B' and
27125            ('BASE' or 'SCALE') and
27126            'NDRPDR' and
27127            'ETH' and
27128            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27129            not 'VHOST' and
27130            not 'MEMIF'"
27131   parameters:
27132   - "throughput"
27133   - "parent"
27134   - "tags"
27135   sort:
27136   - "L2XCFWD"
27137   - "L2PATCH"
27138   - "L2BDMACLRN"
27139   - "FIB_10K"
27140   - "FIB_100K"
27141   - "FIB_1M"
27142   layout:
27143     title: "l2sw-3n-hsw-x520-64b-base_and_scale-ndr"
27144     layout: "plot-throughput-speedup-analysis"
27145
27146 -
27147   type: "plot"
27148   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
27149   algorithm: "plot_throughput_speedup_analysis"
27150   output-file-type: ".html"
27151   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
27152   data: "plot-throughput-speedup-analysis-3n-hsw"
27153   filter: "'NIC_Intel-X520-DA2' and
27154            '64B' and
27155            ('BASE' or 'SCALE') and
27156            'NDRPDR' and
27157            'ETH' and
27158            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27159            not 'VHOST' and
27160            not 'MEMIF'"
27161   parameters:
27162   - "throughput"
27163   - "parent"
27164   - "tags"
27165   sort:
27166   - "L2XCFWD"
27167   - "L2PATCH"
27168   - "L2BDMACLRN"
27169   - "FIB_10K"
27170   - "FIB_100K"
27171   - "FIB_1M"
27172   layout:
27173     title: "l2sw-3n-hsw-x520-64b-base_and_scale-pdr"
27174     layout: "plot-throughput-speedup-analysis"
27175
27176 # Speedup - VPP L2 3n-hsw-x520 features
27177 -
27178   type: "plot"
27179   title: "Speedup: l2sw-3n-hsw-x520-64b-features-ndr-tsa"
27180   algorithm: "plot_throughput_speedup_analysis"
27181   output-file-type: ".html"
27182   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-ndr-tsa"
27183   data: "plot-throughput-speedup-analysis-3n-hsw"
27184   filter: "'NIC_Intel-X520-DA2' and
27185            '64B' and
27186            'NDRPDR' and
27187            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
27188            not 'ACL' and
27189            not 'VHOST' and
27190            not 'MEMIF'"
27191   parameters:
27192   - "throughput"
27193   - "parent"
27194   - "tags"
27195   sort:
27196   - "L2XCBASE"    # l2xcbase
27197   - "L2BDBASE"    # l2bdbase
27198   - "L2XCFWD"     # dot1q-l2xcbase
27199   - "L2BDMACLRN"  # dot1q-l2bdbase
27200   layout:
27201     title: "l2sw-3n-hsw-x520-64b-features-ndr"
27202     layout: "plot-throughput-speedup-analysis"
27203
27204 -
27205   type: "plot"
27206   title: "Speedup: l2sw-3n-hsw-x520-64b-features-pdr-tsa"
27207   algorithm: "plot_throughput_speedup_analysis"
27208   output-file-type: ".html"
27209   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-pdr-tsa"
27210   data: "plot-throughput-speedup-analysis-3n-hsw"
27211   filter: "'NIC_Intel-X520-DA2' and
27212            '64B' and
27213            'NDRPDR' and
27214            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
27215            not 'ACL' and
27216            not 'VHOST' and
27217            not 'MEMIF'"
27218   parameters:
27219   - "throughput"
27220   - "parent"
27221   - "tags"
27222   sort:
27223   - "L2XCBASE"    # l2xcbase
27224   - "L2BDBASE"    # l2bdbase
27225   - "L2XCFWD"     # dot1q-l2xcbase
27226   - "L2BDMACLRN"  # dot1q-l2bdbase
27227   layout:
27228     title: "l2sw-3n-hsw-x520-64b-features-pdr"
27229     layout: "plot-throughput-speedup-analysis"
27230
27231 # Speedup - VPP L2 3n-hsw-x710 base and scale
27232 -
27233   type: "plot"
27234   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
27235   algorithm: "plot_throughput_speedup_analysis"
27236   output-file-type: ".html"
27237   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
27238   data: "plot-throughput-speedup-analysis-3n-hsw"
27239   filter: "'NIC_Intel-X710' and
27240            '64B' and
27241            ('BASE' or 'SCALE') and
27242            'NDRPDR' and
27243            'ETH' and
27244            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27245            not 'VHOST' and
27246            not 'MEMIF' and
27247            not 'DRV_AVF'"
27248   parameters:
27249   - "throughput"
27250   - "parent"
27251   - "tags"
27252   sort:
27253   - "L2PATCH"
27254   - "L2XCBASE"
27255   - "BASE"
27256   - "FIB_10K"
27257   - "FIB_100K"
27258   - "FIB_1M"
27259   layout:
27260     title: "l2sw-3n-hsw-x710-64b-base_and_scale-ndr"
27261     layout: "plot-throughput-speedup-analysis"
27262
27263 -
27264   type: "plot"
27265   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
27266   algorithm: "plot_throughput_speedup_analysis"
27267   output-file-type: ".html"
27268   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
27269   data: "plot-throughput-speedup-analysis-3n-hsw"
27270   filter: "'NIC_Intel-X710' and
27271            '64B' and
27272            ('BASE' or 'SCALE') and
27273            'NDRPDR' and
27274            'ETH' and
27275            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27276            not 'VHOST' and
27277            not 'MEMIF' and
27278            not 'DRV_AVF'"
27279   parameters:
27280   - "throughput"
27281   - "parent"
27282   - "tags"
27283   sort:
27284   - "L2PATCH"
27285   - "L2XCBASE"
27286   - "BASE"
27287   - "FIB_10K"
27288   - "FIB_100K"
27289   - "FIB_1M"
27290   layout:
27291     title: "l2sw-3n-hsw-x710-64b-base_and_scale-pdr"
27292     layout: "plot-throughput-speedup-analysis"
27293
27294 # Speedup - VPP L2 3n-hsw-x710 features
27295 -
27296   type: "plot"
27297   title: "Speedup: l2sw-3n-hsw-x710-64b-features-ndr-tsa"
27298   algorithm: "plot_throughput_speedup_analysis"
27299   output-file-type: ".html"
27300   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-ndr-tsa"
27301   data: "plot-throughput-speedup-analysis-3n-hsw"
27302   filter: "'NIC_Intel-X710' and
27303            '64B' and
27304            'NDRPDR' and
27305            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
27306            not 'ACL' and
27307            not 'VHOST' and
27308            not 'MEMIF'"
27309   parameters:
27310   - "throughput"
27311   - "parent"
27312   - "tags"
27313   sort:
27314   - "L2XCBASE"    # l2xcbase
27315   - "L2BDBASE"    # l2bdbase
27316   - "L2XCFWD"     # dot1q-l2xcbase
27317   - "L2BDMACLRN"  # dot1q-l2bdbase
27318   layout:
27319     title: "l2sw-3n-hsw-x710-64b-features-ndr"
27320     layout: "plot-throughput-speedup-analysis"
27321
27322 -
27323   type: "plot"
27324   title: "Speedup: l2sw-3n-hsw-x710-64b-features-pdr-tsa"
27325   algorithm: "plot_throughput_speedup_analysis"
27326   output-file-type: ".html"
27327   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-pdr-tsa"
27328   data: "plot-throughput-speedup-analysis-3n-hsw"
27329   filter: "'NIC_Intel-X710' and
27330            '64B' and
27331            'NDRPDR' and
27332            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
27333            not 'ACL' and
27334            not 'VHOST' and
27335            not 'MEMIF'"
27336   parameters:
27337   - "throughput"
27338   - "parent"
27339   - "tags"
27340   sort:
27341   - "L2XCBASE"    # l2xcbase
27342   - "L2BDBASE"    # l2bdbase
27343   - "L2XCFWD"     # dot1q-l2xcbase
27344   - "L2BDMACLRN"  # dot1q-l2bdbase
27345   layout:
27346     title: "l2sw-3n-hsw-x710-64b-features-pdr"
27347     layout: "plot-throughput-speedup-analysis"
27348
27349 # Speedup - VPP L2 3n-hsw-xl710 base and scale
27350 -
27351   type: "plot"
27352   title: "Speedup: l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
27353   algorithm: "plot_throughput_speedup_analysis"
27354   output-file-type: ".html"
27355   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
27356   data: "plot-throughput-speedup-analysis-3n-hsw"
27357   filter: "'NIC_Intel-XL710' and
27358            '64B' and
27359            ('BASE' or 'SCALE') and
27360            'NDRPDR' and
27361            'ETH' and
27362            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27363            not 'VHOST' and
27364            not 'MEMIF'"
27365   parameters:
27366   - "throughput"
27367   - "parent"
27368   - "tags"
27369   sort:
27370   - "L2PATCH"
27371   - "L2XCBASE"
27372   - "BASE"
27373   - "FIB_10K"
27374   - "FIB_100K"
27375   - "FIB_1M"
27376   layout:
27377     title: "l2sw-3n-hsw-xl710-64b-base_and_scale-ndr"
27378     layout: "plot-throughput-speedup-analysis"
27379
27380 -
27381   type: "plot"
27382   title: "Speedup: l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
27383   algorithm: "plot_throughput_speedup_analysis"
27384   output-file-type: ".html"
27385   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
27386   data: "plot-throughput-speedup-analysis-3n-hsw"
27387   filter: "'NIC_Intel-XL710' and
27388            '64B' and
27389            ('BASE' or 'SCALE') and
27390            'NDRPDR' and
27391            'ETH' and
27392            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27393            not 'VHOST' and
27394            not 'MEMIF'"
27395   parameters:
27396   - "throughput"
27397   - "parent"
27398   - "tags"
27399   sort:
27400   - "L2PATCH"
27401   - "L2XCBASE"
27402   - "BASE"
27403   - "FIB_10K"
27404   - "FIB_100K"
27405   - "FIB_1M"
27406   layout:
27407     title: "l2sw-3n-hsw-xl710-64b-base_and_scale-pdr"
27408     layout: "plot-throughput-speedup-analysis"
27409
27410 # Speedup - VPP L2 3n-skx-x710 base and scale
27411 -
27412   type: "plot"
27413   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
27414   algorithm: "plot_throughput_speedup_analysis"
27415   output-file-type: ".html"
27416   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
27417   data: "plot-throughput-speedup-analysis-3n-skx"
27418   filter: "'NIC_Intel-X710' and
27419            '64B' and
27420            ('BASE' or 'SCALE') and
27421            'NDRPDR' and
27422            'ETH' and
27423            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27424            not 'VHOST' and
27425            not 'DRV_AVF' and
27426            not 'MEMIF'"
27427   parameters:
27428   - "throughput"
27429   - "parent"
27430   - "tags"
27431   sort:
27432   - "L2PATCH"
27433   - "L2XCBASE"
27434   - "BASE"
27435   - "FIB_10K"
27436   - "FIB_100K"
27437   - "FIB_1M"
27438   layout:
27439     title: "l2sw-3n-skx-x710-64b-base_and_scale-ndr"
27440     layout: "plot-throughput-speedup-analysis"
27441
27442 -
27443   type: "plot"
27444   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
27445   algorithm: "plot_throughput_speedup_analysis"
27446   output-file-type: ".html"
27447   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
27448   data: "plot-throughput-speedup-analysis-3n-skx"
27449   filter: "'NIC_Intel-X710' and
27450            '64B' and
27451            ('BASE' or 'SCALE') and
27452            'NDRPDR' and
27453            'ETH' and
27454            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27455            not 'VHOST' and
27456            not 'DRV_AVF' and
27457            not 'MEMIF'"
27458   parameters:
27459   - "throughput"
27460   - "parent"
27461   - "tags"
27462   sort:
27463   - "L2PATCH"
27464   - "L2XCBASE"
27465   - "BASE"
27466   - "FIB_10K"
27467   - "FIB_100K"
27468   - "FIB_1M"
27469   layout:
27470     title: "l2sw-3n-skx-x710-64b-base_and_scale-pdr"
27471     layout: "plot-throughput-speedup-analysis"
27472
27473 # Speedup - VPP L2 3n-skx-x710 features
27474 -
27475   type: "plot"
27476   title: "Speedup: l2sw-3n-skx-x710-64b-features-ndr-tsa"
27477   algorithm: "plot_throughput_speedup_analysis"
27478   output-file-type: ".html"
27479   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-ndr-tsa"
27480   data: "plot-throughput-speedup-analysis-3n-skx"
27481   filter: "'NIC_Intel-X710' and
27482            '64B' and
27483            'NDRPDR' and
27484            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
27485            not 'ACL' and
27486            not 'VHOST' and
27487            not 'MEMIF'"
27488   parameters:
27489   - "throughput"
27490   - "parent"
27491   - "tags"
27492   sort:
27493   - "L2XCBASE"    # l2xcbase
27494   - "L2BDBASE"    # l2bdbase
27495   - "L2XCFWD"     # dot1q-l2xcbase
27496   - "L2BDMACLRN"  # dot1q-l2bdbase
27497   layout:
27498     title: "l2sw-3n-skx-x710-64b-features-ndr"
27499     layout: "plot-throughput-speedup-analysis"
27500
27501 -
27502   type: "plot"
27503   title: "Speedup: l2sw-3n-skx-x710-64b-features-pdr-tsa"
27504   algorithm: "plot_throughput_speedup_analysis"
27505   output-file-type: ".html"
27506   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-pdr-tsa"
27507   data: "plot-throughput-speedup-analysis-3n-skx"
27508   filter: "'NIC_Intel-X710' and
27509            '64B' and
27510            'NDRPDR' and
27511            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
27512            not 'ACL' and
27513            not 'VHOST' and
27514            not 'MEMIF'"
27515   parameters:
27516   - "throughput"
27517   - "parent"
27518   - "tags"
27519   sort:
27520   - "L2XCBASE"    # l2xcbase
27521   - "L2BDBASE"    # l2bdbase
27522   - "L2XCFWD"     # dot1q-l2xcbase
27523   - "L2BDMACLRN"  # dot1q-l2bdbase
27524   layout:
27525     title: "l2sw-3n-skx-x710-64b-features-pdr"
27526     layout: "plot-throughput-speedup-analysis"
27527
27528 # Speedup - VPP L2 3n-skx-xxv710 base and scale
27529 -
27530   type: "plot"
27531   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
27532   algorithm: "plot_throughput_speedup_analysis"
27533   output-file-type: ".html"
27534   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
27535   data: "plot-throughput-speedup-analysis-3n-skx"
27536   filter: "'NIC_Intel-XXV710' and
27537            '64B' and
27538            ('BASE' or 'SCALE') and
27539            'NDRPDR' and
27540            'ETH' and
27541            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27542            not 'VHOST' and
27543            not 'MEMIF' and
27544            not 'DRV_AVF'"
27545   parameters:
27546   - "throughput"
27547   - "parent"
27548   - "tags"
27549   sort:
27550   - "L2PATCH"
27551   - "L2XCBASE"
27552   - "BASE"
27553   - "FIB_10K"
27554   - "FIB_100K"
27555   - "FIB_1M"
27556   layout:
27557     title: "l2sw-3n-skx-xxv710-64b-base_and_scale-ndr"
27558     layout: "plot-throughput-speedup-analysis"
27559
27560 -
27561   type: "plot"
27562   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
27563   algorithm: "plot_throughput_speedup_analysis"
27564   output-file-type: ".html"
27565   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
27566   data: "plot-throughput-speedup-analysis-3n-skx"
27567   filter: "'NIC_Intel-XXV710' and
27568            '64B' and
27569            ('BASE' or 'SCALE') and
27570            'NDRPDR' and
27571            'ETH' and
27572            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27573            not 'VHOST' and
27574            not 'MEMIF' and
27575            not 'DRV_AVF'"
27576   parameters:
27577   - "throughput"
27578   - "parent"
27579   - "tags"
27580   sort:
27581   - "L2PATCH"
27582   - "L2XCBASE"
27583   - "BASE"
27584   - "FIB_10K"
27585   - "FIB_100K"
27586   - "FIB_1M"
27587   layout:
27588     title: "l2sw-3n-skx-xxv710-64b-base_and_scale-pdr"
27589     layout: "plot-throughput-speedup-analysis"
27590
27591 # Speedup - VPP L2 2n-skx-x710 base and scale
27592 -
27593   type: "plot"
27594   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
27595   algorithm: "plot_throughput_speedup_analysis"
27596   output-file-type: ".html"
27597   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
27598   data: "plot-throughput-speedup-analysis-2n-skx"
27599   filter: "'NIC_Intel-X710' and
27600            '64B' and
27601            ('BASE' or 'SCALE') and
27602            'NDRPDR' and
27603            'ETH' and
27604            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27605            not 'VHOST' and
27606            not 'MEMIF'"
27607   parameters:
27608   - "throughput"
27609   - "parent"
27610   - "tags"
27611   sort:
27612   - "L2PATCH"
27613   - "L2XCBASE"
27614   - "BASE"
27615   - "FIB_10K"
27616   - "FIB_100K"
27617   - "FIB_1M"
27618   layout:
27619     title: "l2sw-2n-skx-x710-64b-base_and_scale-ndr"
27620     layout: "plot-throughput-speedup-analysis"
27621
27622 -
27623   type: "plot"
27624   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
27625   algorithm: "plot_throughput_speedup_analysis"
27626   output-file-type: ".html"
27627   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
27628   data: "plot-throughput-speedup-analysis-2n-skx"
27629   filter: "'NIC_Intel-X710' and
27630            '64B' and
27631            ('BASE' or 'SCALE') and
27632            'NDRPDR' and
27633            'ETH' and
27634            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27635            not 'VHOST' and
27636            not 'MEMIF'"
27637   parameters:
27638   - "throughput"
27639   - "parent"
27640   - "tags"
27641   sort:
27642   - "L2PATCH"
27643   - "L2XCBASE"
27644   - "BASE"
27645   - "FIB_10K"
27646   - "FIB_100K"
27647   - "FIB_1M"
27648   layout:
27649     title: "l2sw-2n-skx-x710-64b-base_and_scale-pdr"
27650     layout: "plot-throughput-speedup-analysis"
27651
27652 # Speedup - VPP L2 2n-skx-xxv710 base and scale
27653 -
27654   type: "plot"
27655   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
27656   algorithm: "plot_throughput_speedup_analysis"
27657   output-file-type: ".html"
27658   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
27659   data: "plot-throughput-speedup-analysis-2n-skx"
27660   filter: "'NIC_Intel-XXV710' and
27661            '64B' and
27662            ('BASE' or 'SCALE') and
27663            'NDRPDR' and
27664            'ETH' and
27665            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27666            not 'VHOST' and
27667            not 'MEMIF'"
27668   parameters:
27669   - "throughput"
27670   - "parent"
27671   - "tags"
27672   sort:
27673   - "L2PATCH"
27674   - "L2XCBASE"
27675   - "BASE"
27676   - "FIB_10K"
27677   - "FIB_100K"
27678   - "FIB_1M"
27679   layout:
27680     title: "l2sw-2n-skx-xxv710-64b-base_and_scale-ndr"
27681     layout: "plot-throughput-speedup-analysis"
27682
27683 -
27684   type: "plot"
27685   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
27686   algorithm: "plot_throughput_speedup_analysis"
27687   output-file-type: ".html"
27688   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
27689   data: "plot-throughput-speedup-analysis-2n-skx"
27690   filter: "'NIC_Intel-XXV710' and
27691            '64B' and
27692            ('BASE' or 'SCALE') and
27693            'NDRPDR' and
27694            'ETH' and
27695            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27696            not 'VHOST' and
27697            not 'MEMIF'"
27698   parameters:
27699   - "throughput"
27700   - "parent"
27701   - "tags"
27702   sort:
27703   - "L2PATCH"
27704   - "L2XCBASE"
27705   - "BASE"
27706   - "FIB_10K"
27707   - "FIB_100K"
27708   - "FIB_1M"
27709   layout:
27710     title: "l2sw-2n-skx-xxv710-64b-base_and_scale-pdr"
27711     layout: "plot-throughput-speedup-analysis"
27712
27713 # Speedup - VPP L2 2n-dnv-x553 base
27714 -
27715   type: "plot"
27716   title: "Speedup: l2sw-2n-dnv-x553-64b-base-ndr-tsa"
27717   algorithm: "plot_throughput_speedup_analysis"
27718   output-file-type: ".html"
27719   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-base-ndr-tsa"
27720   data: "intel-dnv-vpp"
27721   filter: "'NIC_Intel-X553' and
27722            '64B' and
27723            ('BASE' or 'SCALE') and
27724            'NDRPDR' and
27725            'ETH' and
27726            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27727            not 'VHOST' and
27728            not 'MEMIF'"
27729   parameters:
27730   - "throughput"
27731   - "parent"
27732   - "tags"
27733   sort:
27734   - "L2XCBASE"
27735   - "L2BDMACLRN"
27736   - "L2PATCH"
27737   layout:
27738     title: "l2sw-2n-dnv-x553-64b-base-ndr"
27739     layout: "plot-throughput-speedup-analysis"
27740
27741 -
27742   type: "plot"
27743   title: "Speedup: l2sw-2n-dnv-x553-64b-base-pdr-tsa"
27744   algorithm: "plot_throughput_speedup_analysis"
27745   output-file-type: ".html"
27746   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-base-pdr-tsa"
27747   data: "intel-dnv-vpp"
27748   filter: "'NIC_Intel-X553' and
27749            '64B' and
27750            ('BASE' or 'SCALE') and
27751            'NDRPDR' and
27752            'ETH' and
27753            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27754            not 'VHOST' and
27755            not 'MEMIF'"
27756   parameters:
27757   - "throughput"
27758   - "parent"
27759   - "tags"
27760   sort:
27761   - "L2XCBASE"
27762   - "L2BDMACLRN"
27763   - "L2PATCH"
27764   layout:
27765     title: "l2sw-2n-dnv-x553-64b-base-pdr"
27766     layout: "plot-throughput-speedup-analysis"
27767
27768 ################################################################################
27769
27770 # Packet Speedup - VPP vhost ip4 3n-hsw-x520
27771 -
27772   type: "plot"
27773   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
27774   algorithm: "plot_throughput_speedup_analysis"
27775   output-file-type: ".html"
27776   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
27777   data: "plot-throughput-speedup-analysis-3n-hsw"
27778   filter: "'NIC_Intel-X520-DA2' and
27779            '64B' and
27780            'NDRPDR' and
27781            'ETH' and
27782            'IP4FWD' and
27783            'VHOST_1024' and
27784            not 'VXLAN' and
27785            not 'DOT1Q'"
27786   parameters:
27787   - "throughput"
27788   - "parent"
27789   - "tags"
27790   sort:
27791   - "not CFS_OPT"
27792   - "1VM"
27793   - "2VM"
27794   layout:
27795     title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr"
27796     layout: "plot-throughput-speedup-analysis"
27797
27798 -
27799   type: "plot"
27800   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
27801   algorithm: "plot_throughput_speedup_analysis"
27802   output-file-type: ".html"
27803   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
27804   data: "plot-throughput-speedup-analysis-3n-hsw"
27805   filter: "'NIC_Intel-X520-DA2' and
27806            '64B' and
27807            'NDRPDR' and
27808            'ETH' and
27809            'IP4FWD' and
27810            'VHOST_1024' and
27811            not 'VXLAN' and
27812            not 'DOT1Q'"
27813   parameters:
27814   - "throughput"
27815   - "parent"
27816   - "tags"
27817   sort:
27818   - "not CFS_OPT"
27819   - "1VM"
27820   - "2VM"
27821   layout:
27822     title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr"
27823     layout: "plot-throughput-speedup-analysis"
27824
27825 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520
27826 -
27827   type: "plot"
27828   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
27829   algorithm: "plot_throughput_speedup_analysis"
27830   output-file-type: ".html"
27831   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
27832   data: "plot-throughput-speedup-analysis-3n-hsw"
27833   filter: "'NIC_Intel-X520-DA2' and
27834            '64B' and
27835            'NDRPDR' and
27836            ('ETH' or 'DOT1Q') and
27837            'VHOST_1024' and
27838            not 'VXLAN' and
27839            not 'IP4FWD' and
27840            not '2VM'"
27841   parameters:
27842   - "throughput"
27843   - "parent"
27844   - "tags"
27845 #  sort:
27846 #  - "VM"  # "not CFS_OPT"
27847 #  - "CFS_OPT"
27848 #  - "FIB_10K"
27849 #  - "FIB_100K"
27850 #  - "FIB_1M"
27851   layout:
27852     title: "vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr"
27853     layout: "plot-throughput-speedup-analysis"
27854
27855 -
27856   type: "plot"
27857   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
27858   algorithm: "plot_throughput_speedup_analysis"
27859   output-file-type: ".html"
27860   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
27861   data: "plot-throughput-speedup-analysis-3n-hsw"
27862   filter: "'NIC_Intel-X520-DA2' and
27863            '64B' and
27864            'NDRPDR' and
27865            ('ETH' or 'DOT1Q') and
27866            'L2BDMACLRN' and
27867            'VHOST_1024' and
27868            not 'VXLAN' and
27869            not 'IP4FWD' and
27870            not '2VM'"
27871   parameters:
27872   - "throughput"
27873   - "parent"
27874   - "tags"
27875 #  sort:
27876 #  - "VM"  # "not CFS_OPT"
27877 #  - "CFS_OPT"
27878 #  - "FIB_10K"
27879 #  - "FIB_100K"
27880 #  - "FIB_1M"
27881   layout:
27882     title: "vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr"
27883     layout: "plot-throughput-speedup-analysis"
27884
27885 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base
27886 -
27887   type: "plot"
27888   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-ndr-tsa"
27889   algorithm: "plot_throughput_speedup_analysis"
27890   output-file-type: ".html"
27891   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-ndr-tsa"
27892   data: "plot-throughput-speedup-analysis-3n-hsw"
27893   filter: "'NIC_Intel-X520-DA2' and
27894            '64B' and
27895            'NDRPDR' and
27896            ('ETH' or 'DOT1Q') and
27897            'BASE' and
27898            ('L2BDMACLRN' or 'L2XCFWD') and
27899            'VHOST_1024' and
27900            not 'VXLAN' and
27901            not 'IP4FWD' and
27902            not '2VM'"
27903   parameters:
27904   - "throughput"
27905   - "parent"
27906   - "tags"
27907 #  sort:
27908 #  - "not CFS_OPT"
27909 #  - "L2XCFWD"
27910 #  - "not CFS_OPT"
27911 #  - "CFS_OPT"
27912   layout:
27913     title: "vhost-l2sw-3n-hsw-x520-64b-base-ndr"
27914     layout: "plot-throughput-speedup-analysis"
27915
27916 -
27917   type: "plot"
27918   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-pdr-tsa"
27919   algorithm: "plot_throughput_speedup_analysis"
27920   output-file-type: ".html"
27921   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-pdr-tsa"
27922   data: "plot-throughput-speedup-analysis-3n-hsw"
27923   filter: "'NIC_Intel-X520-DA2' and
27924            '64B' and
27925            'NDRPDR' and
27926            ('ETH' or 'DOT1Q') and
27927            'BASE' and
27928            ('L2BDMACLRN' or 'L2XCFWD') and
27929            'VHOST_1024' and
27930            not 'VXLAN' and
27931            not 'IP4FWD' and
27932            not '2VM'"
27933   parameters:
27934   - "throughput"
27935   - "parent"
27936   - "tags"
27937 #  sort:
27938 #  - "not CFS_OPT"
27939 #  - "L2XCFWD"
27940 #  - "not CFS_OPT"
27941 #  - "CFS_OPT"
27942   layout:
27943     title: "vhost-l2sw-3n-hsw-x520-64b-base-pdr"
27944     layout: "plot-throughput-speedup-analysis"
27945
27946 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base vm
27947 -
27948   type: "plot"
27949   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
27950   algorithm: "plot_throughput_speedup_analysis"
27951   output-file-type: ".html"
27952   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
27953   data: "plot-throughput-speedup-analysis-3n-hsw"
27954   filter: "'NIC_Intel-X520-DA2' and
27955            '64B' and
27956            'NDRPDR' and
27957            ('ETH' or 'DOT1Q') and
27958            ('L2BDMACLRN' or 'L2XCFWD') and
27959            'VHOST_1024' and
27960            not 'CFS_OPT' and
27961            not 'VXLAN' and
27962            not 'IP4FWD' and
27963            not 'LBOND'"
27964   parameters:
27965   - "throughput"
27966   - "parent"
27967   - "tags"
27968 #  sort:
27969 #  - "1VM"
27970 #  - "L2XCFWD"
27971 #  - "1VM"
27972 #  - "L2BDMACLRN"
27973   layout:
27974     title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr"
27975     layout: "plot-throughput-speedup-analysis"
27976
27977 -
27978   type: "plot"
27979   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
27980   algorithm: "plot_throughput_speedup_analysis"
27981   output-file-type: ".html"
27982   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
27983   data: "plot-throughput-speedup-analysis-3n-hsw"
27984   filter: "'NIC_Intel-X520-DA2' and
27985            '64B' and
27986            'NDRPDR' and
27987            ('ETH' or 'DOT1Q') and
27988            ('L2BDMACLRN' or 'L2XCFWD') and
27989            'VHOST_1024' and
27990            not 'CFS_OPT' and
27991            not 'VXLAN' and
27992            not 'IP4FWD' and
27993            not 'LBOND'"
27994   parameters:
27995   - "throughput"
27996   - "parent"
27997   - "tags"
27998 #  sort:
27999 #  - "1VM"
28000 #  - "L2XCFWD"
28001 #  - "1VM"
28002 #  - "L2BDMACLRN"
28003   layout:
28004     title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr"
28005     layout: "plot-throughput-speedup-analysis"
28006
28007 # Packet Speedup - VPP vhost ip4 3n-hsw-x710
28008 -
28009   type: "plot"
28010   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
28011   algorithm: "plot_throughput_speedup_analysis"
28012   output-file-type: ".html"
28013   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
28014   data: "plot-throughput-speedup-analysis-3n-hsw"
28015   filter: "'NIC_Intel-X710' and
28016            '64B' and
28017            'NDRPDR' and
28018            'ETH' and
28019            'IP4FWD' and
28020            'VHOST_1024' and
28021            not 'VXLAN' and
28022            not 'DOT1Q'"
28023   parameters:
28024   - "throughput"
28025   - "parent"
28026   - "tags"
28027   sort:
28028   - "not CFS_OPT"
28029   - "1VM"
28030   - "2VM"
28031   layout:
28032     title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr"
28033     layout: "plot-throughput-speedup-analysis"
28034
28035 -
28036   type: "plot"
28037   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
28038   algorithm: "plot_throughput_speedup_analysis"
28039   output-file-type: ".html"
28040   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
28041   data: "plot-throughput-speedup-analysis-3n-hsw"
28042   filter: "'NIC_Intel-X710' and
28043            '64B' and
28044            'NDRPDR' and
28045            'ETH' and
28046            'IP4FWD' and
28047            'VHOST_1024' and
28048            not 'VXLAN' and
28049            not 'DOT1Q'"
28050   parameters:
28051   - "throughput"
28052   - "parent"
28053   - "tags"
28054   sort:
28055   - "not CFS_OPT"
28056   - "1VM"
28057   - "2VM"
28058   layout:
28059     title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr"
28060     layout: "plot-throughput-speedup-analysis"
28061
28062 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710
28063 -
28064   type: "plot"
28065   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
28066   algorithm: "plot_throughput_speedup_analysis"
28067   output-file-type: ".html"
28068   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
28069   data: "plot-throughput-speedup-analysis-3n-hsw"
28070   filter: "'NIC_Intel-X710' and
28071            '64B' and
28072            'NDRPDR' and
28073            ('ETH' or 'DOT1Q') and
28074            'L2BDMACLRN' and
28075            'VHOST_1024' and
28076            not 'VXLAN' and
28077            not 'IP4FWD' and
28078            not '2VM'"
28079   parameters:
28080   - "throughput"
28081   - "parent"
28082   - "tags"
28083 #  sort:
28084 #  - "VM"  # "not CFS_OPT"
28085 #  - "CFS_OPT"
28086 #  - "FIB_10K"
28087 #  - "FIB_100K"
28088 #  - "FIB_1M"
28089   layout:
28090     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr"
28091     layout: "plot-throughput-speedup-analysis"
28092
28093 -
28094   type: "plot"
28095   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
28096   algorithm: "plot_throughput_speedup_analysis"
28097   output-file-type: ".html"
28098   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
28099   data: "plot-throughput-speedup-analysis-3n-hsw"
28100   filter: "'NIC_Intel-X710' and
28101            '64B' and
28102            'NDRPDR' and
28103            ('ETH' or 'DOT1Q') and
28104            'L2BDMACLRN' and
28105            'VHOST_1024' and
28106            not 'VXLAN' and
28107            not 'IP4FWD' and
28108            not '2VM'"
28109   parameters:
28110   - "throughput"
28111   - "parent"
28112   - "tags"
28113 #  sort:
28114 #  - "VM"  # "not CFS_OPT"
28115 #  - "CFS_OPT"
28116 #  - "FIB_10K"
28117 #  - "FIB_100K"
28118 #  - "FIB_1M"
28119   layout:
28120     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr"
28121     layout: "plot-throughput-speedup-analysis"
28122
28123 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base
28124 -
28125   type: "plot"
28126   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-ndr-tsa"
28127   algorithm: "plot_throughput_speedup_analysis"
28128   output-file-type: ".html"
28129   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-ndr-tsa"
28130   data: "plot-throughput-speedup-analysis-3n-hsw"
28131   filter: "'NIC_Intel-X710' and
28132            '64B' and
28133            'NDRPDR' and
28134            ('ETH' or 'DOT1Q') and
28135            'BASE' and
28136            ('L2BDMACLRN' or 'L2XCFWD') and
28137            'VHOST_1024' and
28138            not 'VXLAN' and
28139            not 'IP4FWD' and
28140            not '2VM'"
28141   parameters:
28142   - "throughput"
28143   - "parent"
28144   - "tags"
28145 #  sort:
28146 #  - "not CFS_OPT"
28147 #  - "L2XCFWD"
28148 #  - "not CFS_OPT"
28149 #  - "CFS_OPT"
28150   layout:
28151     title: "vhost-l2sw-3n-hsw-x710-64b-base-ndr"
28152     layout: "plot-throughput-speedup-analysis"
28153
28154 -
28155   type: "plot"
28156   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-pdr-tsa"
28157   algorithm: "plot_throughput_speedup_analysis"
28158   output-file-type: ".html"
28159   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-pdr-tsa"
28160   data: "plot-throughput-speedup-analysis-3n-hsw"
28161   filter: "'NIC_Intel-X710' and
28162            '64B' and
28163            'NDRPDR' and
28164            ('ETH' or 'DOT1Q') and
28165            'BASE' and
28166            ('L2BDMACLRN' or 'L2XCFWD') and
28167            'VHOST_1024' and
28168            not 'VXLAN' and
28169            not 'IP4FWD' and
28170            not '2VM'"
28171   parameters:
28172   - "throughput"
28173   - "parent"
28174   - "tags"
28175 #  sort:
28176 #  - "not CFS_OPT"
28177 #  - "L2XCFWD"
28178 #  - "not CFS_OPT"
28179 #  - "CFS_OPT"
28180   layout:
28181     title: "vhost-l2sw-3n-hsw-x710-64b-base-pdr"
28182     layout: "plot-throughput-speedup-analysis"
28183
28184 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base vm
28185 -
28186   type: "plot"
28187   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-vm-ndr-tsa"
28188   algorithm: "plot_throughput_speedup_analysis"
28189   output-file-type: ".html"
28190   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-vm-ndr-tsa"
28191   data: "plot-throughput-speedup-analysis-3n-hsw"
28192   filter: "'NIC_Intel-X710' and
28193            '64B' and
28194            'NDRPDR' and
28195            ('ETH' or 'DOT1Q') and
28196            ('L2BDMACLRN' or 'L2XCFWD') and
28197            'VHOST_1024' and
28198            not 'CFS_OPT' and
28199            not 'VXLAN' and
28200            not 'IP4FWD' and
28201            not 'LBOND'"
28202   parameters:
28203   - "throughput"
28204   - "parent"
28205   - "tags"
28206 #  sort:
28207 #  - "1VM"
28208 #  - "L2XCFWD"
28209 #  - "1VM"
28210 #  - "L2BDMACLRN"
28211   layout:
28212     title: "vhost-l2sw-3n-hsw-x710-64b-base-vm-ndr"
28213     layout: "plot-throughput-speedup-analysis"
28214
28215 -
28216   type: "plot"
28217   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-vm-pdr-tsa"
28218   algorithm: "plot_throughput_speedup_analysis"
28219   output-file-type: ".html"
28220   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-vm-pdr-tsa"
28221   data: "plot-throughput-speedup-analysis-3n-hsw"
28222   filter: "'NIC_Intel-X710' and
28223            '64B' and
28224            'NDRPDR' and
28225            ('ETH' or 'DOT1Q') and
28226            ('L2BDMACLRN' or 'L2XCFWD') and
28227            'VHOST_1024' and
28228            not 'CFS_OPT' and
28229            not 'VXLAN' and
28230            not 'IP4FWD' and
28231            not 'LBOND'"
28232   parameters:
28233   - "throughput"
28234   - "parent"
28235   - "tags"
28236 #  sort:
28237 #  - "1VM"
28238 #  - "L2XCFWD"
28239 #  - "1VM"
28240 #  - "L2BDMACLRN"
28241   layout:
28242     title: "vhost-l2sw-3n-hsw-x710-64b-base-vm-pdr"
28243     layout: "plot-throughput-speedup-analysis"
28244
28245 # Packet Speedup - VPP vhost ip4 3n-hsw-xl710
28246 -
28247   type: "plot"
28248   title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
28249   algorithm: "plot_throughput_speedup_analysis"
28250   output-file-type: ".html"
28251   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
28252   data: "plot-throughput-speedup-analysis-3n-hsw"
28253   filter: "'NIC_Intel-XL710' and
28254            '64B' and
28255            'NDRPDR' and
28256            'ETH' and
28257            'IP4FWD' and
28258            'VHOST_1024' and
28259            not 'VXLAN' and
28260            not 'DOT1Q'"
28261   parameters:
28262   - "throughput"
28263   - "parent"
28264   - "tags"
28265   sort:
28266   - "not CFS_OPT"
28267   - "1VM"
28268   - "2VM"
28269   layout:
28270     title: "vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr"
28271     layout: "plot-throughput-speedup-analysis"
28272
28273 -
28274   type: "plot"
28275   title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
28276   algorithm: "plot_throughput_speedup_analysis"
28277   output-file-type: ".html"
28278   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
28279   data: "plot-throughput-speedup-analysis-3n-hsw"
28280   filter: "'NIC_Intel-XL710' and
28281            '64B' and
28282            'NDRPDR' and
28283            'ETH' and
28284            'IP4FWD' and
28285            'VHOST_1024' and
28286            not 'VXLAN' and
28287            not 'DOT1Q'"
28288   parameters:
28289   - "throughput"
28290   - "parent"
28291   - "tags"
28292   sort:
28293   - "not CFS_OPT"
28294   - "1VM"
28295   - "2VM"
28296   layout:
28297     title: "vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr"
28298     layout: "plot-throughput-speedup-analysis"
28299
28300 # Packet Speedup - VPP vhost l2sw 3n-hsw-xl710
28301 -
28302   type: "plot"
28303   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
28304   algorithm: "plot_throughput_speedup_analysis"
28305   output-file-type: ".html"
28306   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
28307   data: "plot-throughput-speedup-analysis-3n-hsw"
28308   filter: "'NIC_Intel-XL710' and
28309            '64B' and
28310            'NDRPDR' and
28311            ('ETH' or 'DOT1Q') and
28312            'L2BDMACLRN' and
28313            'VHOST_1024' and
28314            not 'VXLAN' and
28315            not 'IP4FWD' and
28316            not '2VM'"
28317   parameters:
28318   - "throughput"
28319   - "parent"
28320   - "tags"
28321 #  sort:
28322 #  - "VM"  # "not CFS_OPT"
28323 #  - "CFS_OPT"
28324 #  - "FIB_10K"
28325 #  - "FIB_100K"
28326 #  - "FIB_1M"
28327   layout:
28328     title: "vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr"
28329     layout: "plot-throughput-speedup-analysis"
28330
28331 -
28332   type: "plot"
28333   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
28334   algorithm: "plot_throughput_speedup_analysis"
28335   output-file-type: ".html"
28336   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
28337   data: "plot-throughput-speedup-analysis-3n-hsw"
28338   filter: "'NIC_Intel-XL710' and
28339            '64B' and
28340            'NDRPDR' and
28341            ('ETH' or 'DOT1Q') and
28342            'L2BDMACLRN' and
28343            'VHOST_1024' and
28344            not 'VXLAN' and
28345            not 'IP4FWD' and
28346            not '2VM'"
28347   parameters:
28348   - "throughput"
28349   - "parent"
28350   - "tags"
28351 #  sort:
28352 #  - "VM"  # "not CFS_OPT"
28353 #  - "CFS_OPT"
28354 #  - "FIB_10K"
28355 #  - "FIB_100K"
28356 #  - "FIB_1M"
28357   layout:
28358     title: "vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr"
28359     layout: "plot-throughput-speedup-analysis"
28360
28361 # Packet Speedup - VPP vhost l2sw 3n-hsw-xl710 - base
28362 -
28363   type: "plot"
28364   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
28365   algorithm: "plot_throughput_speedup_analysis"
28366   output-file-type: ".html"
28367   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
28368   data: "plot-throughput-speedup-analysis-3n-hsw"
28369   filter: "'NIC_Intel-XL710' and
28370            '64B' and
28371            'NDRPDR' and
28372            ('ETH' or 'DOT1Q') and
28373            'BASE' and
28374            ('L2BDMACLRN' or 'L2XCFWD') and
28375            'VHOST_1024' and
28376            not 'VXLAN' and
28377            not 'IP4FWD' and
28378            not '2VM'"
28379   parameters:
28380   - "throughput"
28381   - "parent"
28382   - "tags"
28383 #  sort:
28384 #  - "not CFS_OPT"
28385 #  - "L2XCFWD"
28386 #  - "not CFS_OPT"
28387 #  - "CFS_OPT"
28388   layout:
28389     title: "vhost-l2sw-3n-hsw-xl710-64b-base-ndr"
28390     layout: "plot-throughput-speedup-analysis"
28391
28392 -
28393   type: "plot"
28394   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
28395   algorithm: "plot_throughput_speedup_analysis"
28396   output-file-type: ".html"
28397   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
28398   data: "plot-throughput-speedup-analysis-3n-hsw"
28399   filter: "'NIC_Intel-XL710' and
28400            '64B' and
28401            'NDRPDR' and
28402            ('ETH' or 'DOT1Q') and
28403            'BASE' and
28404            ('L2BDMACLRN' or 'L2XCFWD') and
28405            'VHOST_1024' and
28406            not 'VXLAN' and
28407            not 'IP4FWD' and
28408            not '2VM'"
28409   parameters:
28410   - "throughput"
28411   - "parent"
28412   - "tags"
28413 #  sort:
28414 #  - "not CFS_OPT"
28415 #  - "L2XCFWD"
28416 #  - "not CFS_OPT"
28417 #  - "CFS_OPT"
28418   layout:
28419     title: "vhost-l2sw-3n-hsw-xl710-64b-base-pdr"
28420     layout: "plot-throughput-speedup-analysis"
28421
28422 # Packet Speedup - VPP vhost l2sw 3n-hsw-xl710 - base vm
28423 -
28424   type: "plot"
28425   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-vm-ndr-tsa"
28426   algorithm: "plot_throughput_speedup_analysis"
28427   output-file-type: ".html"
28428   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-vm-ndr-tsa"
28429   data: "plot-throughput-speedup-analysis-3n-hsw"
28430   filter: "'NIC_Intel-XL710' and
28431            '64B' and
28432            'NDRPDR' and
28433            ('ETH' or 'DOT1Q') and
28434            ('L2BDMACLRN' or 'L2XCFWD') and
28435            'VHOST_1024' and
28436            not 'CFS_OPT' and
28437            not 'VXLAN' and
28438            not 'IP4FWD'"
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-xl710-64b-base-vm-ndr"
28450     layout: "plot-throughput-speedup-analysis"
28451
28452 -
28453   type: "plot"
28454   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-vm-pdr-tsa"
28455   algorithm: "plot_throughput_speedup_analysis"
28456   output-file-type: ".html"
28457   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-vm-pdr-tsa"
28458   data: "plot-throughput-speedup-analysis-3n-hsw"
28459   filter: "'NIC_Intel-XL710' and
28460            '64B' and
28461            'NDRPDR' and
28462            ('ETH' or 'DOT1Q') and
28463            ('L2BDMACLRN' or 'L2XCFWD') and
28464            'VHOST_1024' and
28465            not 'CFS_OPT' and
28466            not 'VXLAN' and
28467            not 'IP4FWD'"
28468   parameters:
28469   - "throughput"
28470   - "parent"
28471   - "tags"
28472 #  sort:
28473 #  - "1VM"
28474 #  - "L2XCFWD"
28475 #  - "1VM"
28476 #  - "L2BDMACLRN"
28477   layout:
28478     title: "vhost-l2sw-3n-hsw-xl710-64b-base-vm-pdr"
28479     layout: "plot-throughput-speedup-analysis"
28480
28481 # Packet Speedup - VPP vhost ip4 3n-skx-x710
28482 -
28483   type: "plot"
28484   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
28485   algorithm: "plot_throughput_speedup_analysis"
28486   output-file-type: ".html"
28487   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
28488   data: "plot-throughput-speedup-analysis-3n-skx"
28489   filter: "'NIC_Intel-X710' and
28490            '64B' and
28491            'NDRPDR' and
28492            'ETH' and
28493            'IP4FWD' and
28494            'VHOST_1024' and
28495            not 'VXLAN' and
28496            not 'DOT1Q'"
28497   parameters:
28498   - "throughput"
28499   - "parent"
28500   - "tags"
28501   sort:
28502   - "not CFS_OPT"
28503   - "1VM"
28504   - "2VM"
28505   layout:
28506     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr"
28507     layout: "plot-throughput-speedup-analysis"
28508
28509 -
28510   type: "plot"
28511   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
28512   algorithm: "plot_throughput_speedup_analysis"
28513   output-file-type: ".html"
28514   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
28515   data: "plot-throughput-speedup-analysis-3n-skx"
28516   filter: "'NIC_Intel-X710' and
28517            '64B' and
28518            'NDRPDR' and
28519            'ETH' and
28520            'IP4FWD' and
28521            'VHOST_1024' and
28522            not 'VXLAN' and
28523            not 'DOT1Q'"
28524   parameters:
28525   - "throughput"
28526   - "parent"
28527   - "tags"
28528   sort:
28529   - "not CFS_OPT"
28530   - "1VM"
28531   - "2VM"
28532   layout:
28533     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr"
28534     layout: "plot-throughput-speedup-analysis"
28535
28536 # Packet Speedup - VPP vhost l2sw 3n-skx-x710
28537 -
28538   type: "plot"
28539   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
28540   algorithm: "plot_throughput_speedup_analysis"
28541   output-file-type: ".html"
28542   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
28543   data: "plot-throughput-speedup-analysis-3n-skx"
28544   filter: "'NIC_Intel-X710' and
28545            '64B' and
28546            'NDRPDR' and
28547            ('ETH' or 'DOT1Q') and
28548            'L2BDMACLRN' and
28549            'VHOST_1024' and
28550            not 'VXLAN' and
28551            not 'IP4FWD' and
28552            not '2VM'"
28553   parameters:
28554   - "throughput"
28555   - "parent"
28556   - "tags"
28557 #  sort:
28558 #  - "VM"  # "not CFS_OPT"
28559 #  - "CFS_OPT"
28560 #  - "FIB_10K"
28561 #  - "FIB_100K"
28562 #  - "FIB_1M"
28563   layout:
28564     title: "vhost-l2sw-3n-skx-x710-64b-base_and_scale-ndr"
28565     layout: "plot-throughput-speedup-analysis"
28566
28567 -
28568   type: "plot"
28569   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
28570   algorithm: "plot_throughput_speedup_analysis"
28571   output-file-type: ".html"
28572   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
28573   data: "plot-throughput-speedup-analysis-3n-skx"
28574   filter: "'NIC_Intel-X710' and
28575            '64B' and
28576            'NDRPDR' and
28577            ('ETH' or 'DOT1Q') and
28578            'L2BDMACLRN' and
28579            'VHOST_1024' and
28580            not 'VXLAN' and
28581            not 'IP4FWD' and
28582            not '2VM'"
28583   parameters:
28584   - "throughput"
28585   - "parent"
28586   - "tags"
28587 #  sort:
28588 #  - "VM"  # "not CFS_OPT"
28589 #  - "CFS_OPT"
28590 #  - "FIB_10K"
28591 #  - "FIB_100K"
28592 #  - "FIB_1M"
28593   layout:
28594     title: "vhost-l2sw-3n-skx-x710-64b-base_and_scale-pdr"
28595     layout: "plot-throughput-speedup-analysis"
28596
28597 # Packet Speedup - VPP vhost l2sw 3n-skx-x710 - base
28598 -
28599   type: "plot"
28600   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-ndr-tsa"
28601   algorithm: "plot_throughput_speedup_analysis"
28602   output-file-type: ".html"
28603   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-ndr-tsa"
28604   data: "plot-throughput-speedup-analysis-3n-skx"
28605   filter: "'NIC_Intel-X710' and
28606            '64B' and
28607            'NDRPDR' and
28608            ('ETH' or 'DOT1Q') and
28609            'BASE' and
28610            ('L2BDMACLRN' or 'L2XCFWD') and
28611            'VHOST_1024' and
28612            not 'VXLAN' and
28613            not 'IP4FWD' and
28614            not '2VM' and
28615            not 'LBOND'"
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-skx-x710-64b-base-ndr"
28627     layout: "plot-throughput-speedup-analysis"
28628
28629 -
28630   type: "plot"
28631   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-pdr-tsa"
28632   algorithm: "plot_throughput_speedup_analysis"
28633   output-file-type: ".html"
28634   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-pdr-tsa"
28635   data: "plot-throughput-speedup-analysis-3n-skx"
28636   filter: "'NIC_Intel-X710' and
28637            '64B' and
28638            'NDRPDR' and
28639            ('ETH' or 'DOT1Q') and
28640            'BASE' and
28641            ('L2BDMACLRN' or 'L2XCFWD') and
28642            'VHOST_1024' and
28643            not 'VXLAN' and
28644            not 'IP4FWD' and
28645            not '2VM' and
28646            not 'LBOND'"
28647   parameters:
28648   - "throughput"
28649   - "parent"
28650   - "tags"
28651 #  sort:
28652 #  - "not CFS_OPT"
28653 #  - "L2XCFWD"
28654 #  - "not CFS_OPT"
28655 #  - "CFS_OPT"
28656   layout:
28657     title: "vhost-l2sw-3n-skx-x710-64b-base-pdr"
28658     layout: "plot-throughput-speedup-analysis"
28659
28660 # Packet Speedup - VPP vhost l2sw 3n-skx-x710 - base vm
28661 -
28662   type: "plot"
28663   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-vm-ndr-tsa"
28664   algorithm: "plot_throughput_speedup_analysis"
28665   output-file-type: ".html"
28666   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-vm-ndr-tsa"
28667   data: "plot-throughput-speedup-analysis-3n-skx"
28668   filter: "'NIC_Intel-X710' and
28669            '64B' and
28670            'NDRPDR' and
28671            ('ETH' or 'DOT1Q') and
28672            ('L2BDMACLRN' or 'L2XCFWD') and
28673            'VHOST_1024' and
28674            not 'CFS_OPT' and
28675            not 'VXLAN' and
28676            not 'IP4FWD' and
28677            not 'LBOND'"
28678   parameters:
28679   - "throughput"
28680   - "parent"
28681   - "tags"
28682 #  sort:
28683 #  - "1VM"
28684 #  - "L2XCFWD"
28685 #  - "1VM"
28686 #  - "L2BDMACLRN"
28687   layout:
28688     title: "vhost-l2sw-3n-skx-x710-64b-base-vm-ndr"
28689     layout: "plot-throughput-speedup-analysis"
28690
28691 -
28692   type: "plot"
28693   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-vm-pdr-tsa"
28694   algorithm: "plot_throughput_speedup_analysis"
28695   output-file-type: ".html"
28696   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-vm-pdr-tsa"
28697   data: "plot-throughput-speedup-analysis-3n-skx"
28698   filter: "'NIC_Intel-X710' and
28699            '64B' and
28700            'NDRPDR' and
28701            ('ETH' or 'DOT1Q') and
28702            ('L2BDMACLRN' or 'L2XCFWD') and
28703            'VHOST_1024' and
28704            not 'CFS_OPT' and
28705            not 'VXLAN' and
28706            not 'IP4FWD' and
28707            not 'LBOND'"
28708   parameters:
28709   - "throughput"
28710   - "parent"
28711   - "tags"
28712 #  sort:
28713 #  - "1VM"
28714 #  - "L2XCFWD"
28715 #  - "1VM"
28716 #  - "L2BDMACLRN"
28717   layout:
28718     title: "vhost-l2sw-3n-skx-x710-64b-base-vm-pdr"
28719     layout: "plot-throughput-speedup-analysis"
28720
28721 # Packet Speedup - VPP vhost ip4 2n-skx-x710
28722 -
28723   type: "plot"
28724   title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
28725   algorithm: "plot_throughput_speedup_analysis"
28726   output-file-type: ".html"
28727   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
28728   data: "plot-throughput-speedup-analysis-2n-skx"
28729   filter: "'NIC_Intel-X710' and
28730            '64B' and
28731            'NDRPDR' and
28732            'ETH' and
28733            'IP4FWD' and
28734            'VHOST_1024' and
28735            not 'VXLAN' and
28736            not 'DOT1Q'"
28737   parameters:
28738   - "throughput"
28739   - "parent"
28740   - "tags"
28741   sort:
28742   - "not CFS_OPT"
28743   - "1VM"
28744   - "2VM"
28745   layout:
28746     title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr"
28747     layout: "plot-throughput-speedup-analysis"
28748
28749 -
28750   type: "plot"
28751   title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
28752   algorithm: "plot_throughput_speedup_analysis"
28753   output-file-type: ".html"
28754   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
28755   data: "plot-throughput-speedup-analysis-2n-skx"
28756   filter: "'NIC_Intel-X710' and
28757            '64B' and
28758            'NDRPDR' and
28759            'ETH' and
28760            'IP4FWD' and
28761            'VHOST_1024' and
28762            not 'VXLAN' and
28763            not 'DOT1Q'"
28764   parameters:
28765   - "throughput"
28766   - "parent"
28767   - "tags"
28768   sort:
28769   - "not CFS_OPT"
28770   - "1VM"
28771   - "2VM"
28772   layout:
28773     title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr"
28774     layout: "plot-throughput-speedup-analysis"
28775
28776 # Packet Speedup - VPP vhost l2sw 2n-skx-x710
28777 -
28778   type: "plot"
28779   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
28780   algorithm: "plot_throughput_speedup_analysis"
28781   output-file-type: ".html"
28782   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
28783   data: "plot-throughput-speedup-analysis-2n-skx"
28784   filter: "'NIC_Intel-X710' and
28785            '64B' and
28786            'NDRPDR' and
28787            ('ETH' or 'DOT1Q') and
28788            'L2BDMACLRN' and
28789            'VHOST_1024' and
28790            not 'VXLAN' and
28791            not 'IP4FWD' and
28792            not '2VM'"
28793   parameters:
28794   - "throughput"
28795   - "parent"
28796   - "tags"
28797 #  sort:
28798 #  - "VM"  # "not CFS_OPT"
28799 #  - "CFS_OPT"
28800 #  - "FIB_10K"
28801 #  - "FIB_100K"
28802 #  - "FIB_1M"
28803   layout:
28804     title: "vhost-l2sw-2n-skx-x710-64b-base_and_scale-ndr"
28805     layout: "plot-throughput-speedup-analysis"
28806
28807 -
28808   type: "plot"
28809   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
28810   algorithm: "plot_throughput_speedup_analysis"
28811   output-file-type: ".html"
28812   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
28813   data: "plot-throughput-speedup-analysis-2n-skx"
28814   filter: "'NIC_Intel-X710' and
28815            '64B' and
28816            'NDRPDR' and
28817            ('ETH' or 'DOT1Q') and
28818            'L2BDMACLRN' and
28819            'VHOST_1024' and
28820            not 'VXLAN' and
28821            not 'IP4FWD' and
28822            not '2VM'"
28823   parameters:
28824   - "throughput"
28825   - "parent"
28826   - "tags"
28827 #  sort:
28828 #  - "VM"  # "not CFS_OPT"
28829 #  - "CFS_OPT"
28830 #  - "FIB_10K"
28831 #  - "FIB_100K"
28832 #  - "FIB_1M"
28833   layout:
28834     title: "vhost-l2sw-2n-skx-x710-64b-base_and_scale-pdr"
28835     layout: "plot-throughput-speedup-analysis"
28836
28837 # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base
28838 -
28839   type: "plot"
28840   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-ndr-tsa"
28841   algorithm: "plot_throughput_speedup_analysis"
28842   output-file-type: ".html"
28843   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-ndr-tsa"
28844   data: "plot-throughput-speedup-analysis-2n-skx"
28845   filter: "'NIC_Intel-X710' and
28846            '64B' and
28847            'NDRPDR' and
28848            ('ETH' or 'DOT1Q') and
28849            'BASE' and
28850            ('L2BDMACLRN' or 'L2XCFWD') and
28851            'VHOST_1024' and
28852            not 'VXLAN' and
28853            not 'IP4FWD' and
28854            not '2VM'"
28855   parameters:
28856   - "throughput"
28857   - "parent"
28858   - "tags"
28859 #  sort:
28860 #  - "not CFS_OPT"
28861 #  - "L2XCFWD"
28862 #  - "not CFS_OPT"
28863 #  - "CFS_OPT"
28864   layout:
28865     title: "vhost-l2sw-2n-skx-x710-64b-base-ndr"
28866     layout: "plot-throughput-speedup-analysis"
28867
28868 -
28869   type: "plot"
28870   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-pdr-tsa"
28871   algorithm: "plot_throughput_speedup_analysis"
28872   output-file-type: ".html"
28873   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-pdr-tsa"
28874   data: "plot-throughput-speedup-analysis-2n-skx"
28875   filter: "'NIC_Intel-X710' and
28876            '64B' and
28877            'NDRPDR' and
28878            ('ETH' or 'DOT1Q') and
28879            'BASE' and
28880            ('L2BDMACLRN' or 'L2XCFWD') and
28881            'VHOST_1024' and
28882            not 'VXLAN' and
28883            not 'IP4FWD' and
28884            not '2VM'"
28885   parameters:
28886   - "throughput"
28887   - "parent"
28888   - "tags"
28889 #  sort:
28890 #  - "not CFS_OPT"
28891 #  - "L2XCFWD"
28892 #  - "not CFS_OPT"
28893 #  - "CFS_OPT"
28894   layout:
28895     title: "vhost-l2sw-2n-skx-x710-64b-base-pdr"
28896     layout: "plot-throughput-speedup-analysis"
28897
28898 # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base vm
28899 -
28900   type: "plot"
28901   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
28902   algorithm: "plot_throughput_speedup_analysis"
28903   output-file-type: ".html"
28904   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
28905   data: "plot-throughput-speedup-analysis-2n-skx"
28906   filter: "'NIC_Intel-X710' and
28907            '64B' and
28908            'NDRPDR' and
28909            ('ETH' or 'DOT1Q') and
28910            ('L2BDMACLRN' or 'L2XCFWD') and
28911            'VHOST_1024' and
28912            not 'CFS_OPT' and
28913            not 'VXLAN' and
28914            not 'IP4FWD'"
28915   parameters:
28916   - "throughput"
28917   - "parent"
28918   - "tags"
28919 #  sort:
28920 #  - "1VM"
28921 #  - "L2XCFWD"
28922 #  - "1VM"
28923 #  - "L2BDMACLRN"
28924   layout:
28925     title: "vhost-l2sw-2n-skx-x710-64b-base-vm-ndr"
28926     layout: "plot-throughput-speedup-analysis"
28927
28928 -
28929   type: "plot"
28930   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
28931   algorithm: "plot_throughput_speedup_analysis"
28932   output-file-type: ".html"
28933   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
28934   data: "plot-throughput-speedup-analysis-2n-skx"
28935   filter: "'NIC_Intel-X710' and
28936            '64B' and
28937            'NDRPDR' and
28938            ('ETH' or 'DOT1Q') and
28939            ('L2BDMACLRN' or 'L2XCFWD') and
28940            'VHOST_1024' and
28941            not 'CFS_OPT' and
28942            not 'VXLAN' and
28943            not 'IP4FWD'"
28944   parameters:
28945   - "throughput"
28946   - "parent"
28947   - "tags"
28948 #  sort:
28949 #  - "1VM"
28950 #  - "L2XCFWD"
28951 #  - "1VM"
28952 #  - "L2BDMACLRN"
28953   layout:
28954     title: "vhost-l2sw-2n-skx-x710-64b-base-vm-pdr"
28955     layout: "plot-throughput-speedup-analysis"
28956
28957 # Packet Speedup - VPP vhost ip4 2n-skx-xxv710
28958 -
28959   type: "plot"
28960   title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
28961   algorithm: "plot_throughput_speedup_analysis"
28962   output-file-type: ".html"
28963   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
28964   data: "plot-throughput-speedup-analysis-2n-skx"
28965   filter: "'NIC_Intel-XXV710' and
28966            '64B' and
28967            'NDRPDR' and
28968            'ETH' and
28969            'IP4FWD' and
28970            'VHOST_1024' and
28971            not 'VXLAN' and
28972            not 'DOT1Q'"
28973   parameters:
28974   - "throughput"
28975   - "parent"
28976   - "tags"
28977   sort:
28978   - "not CFS_OPT"
28979   - "1VM"
28980   - "2VM"
28981   layout:
28982     title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
28983     layout: "plot-throughput-speedup-analysis"
28984
28985 -
28986   type: "plot"
28987   title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
28988   algorithm: "plot_throughput_speedup_analysis"
28989   output-file-type: ".html"
28990   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
28991   data: "plot-throughput-speedup-analysis-2n-skx"
28992   filter: "'NIC_Intel-XXV710' and
28993            '64B' and
28994            'NDRPDR' and
28995            'ETH' and
28996            'IP4FWD' and
28997            'VHOST_1024' and
28998            not 'VXLAN' and
28999            not 'DOT1Q'"
29000   parameters:
29001   - "throughput"
29002   - "parent"
29003   - "tags"
29004   sort:
29005   - "not CFS_OPT"
29006   - "1VM"
29007   - "2VM"
29008   layout:
29009     title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
29010     layout: "plot-throughput-speedup-analysis"
29011
29012 # Packet Speedup - VPP vhost l2sw 2n-skx-xxv710
29013 -
29014   type: "plot"
29015   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
29016   algorithm: "plot_throughput_speedup_analysis"
29017   output-file-type: ".html"
29018   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
29019   data: "plot-throughput-speedup-analysis-2n-skx"
29020   filter: "'NIC_Intel-XXV710' and
29021            '64B' and
29022            'NDRPDR' and
29023            ('ETH' or 'DOT1Q') and
29024            'L2BDMACLRN' and
29025            'VHOST_1024' and
29026            not 'VXLAN' and
29027            not 'IP4FWD' and
29028            not '2VM'"
29029   parameters:
29030   - "throughput"
29031   - "parent"
29032   - "tags"
29033 #  sort:
29034 #  - "VM"  # "not CFS_OPT"
29035 #  - "CFS_OPT"
29036 #  - "FIB_10K"
29037 #  - "FIB_100K"
29038 #  - "FIB_1M"
29039   layout:
29040     title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-ndr"
29041     layout: "plot-throughput-speedup-analysis"
29042
29043 -
29044   type: "plot"
29045   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
29046   algorithm: "plot_throughput_speedup_analysis"
29047   output-file-type: ".html"
29048   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
29049   data: "plot-throughput-speedup-analysis-2n-skx"
29050   filter: "'NIC_Intel-XXV710' and
29051            '64B' and
29052            'NDRPDR' and
29053            ('ETH' or 'DOT1Q') and
29054            'L2BDMACLRN' and
29055            'VHOST_1024' and
29056            not 'VXLAN' and
29057            not 'IP4FWD' and
29058            not '2VM'"
29059   parameters:
29060   - "throughput"
29061   - "parent"
29062   - "tags"
29063 #  sort:
29064 #  - "VM"  # "not CFS_OPT"
29065 #  - "CFS_OPT"
29066 #  - "FIB_10K"
29067 #  - "FIB_100K"
29068 #  - "FIB_1M"
29069   layout:
29070     title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-pdr"
29071     layout: "plot-throughput-speedup-analysis"
29072
29073 # Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base
29074 -
29075   type: "plot"
29076   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-ndr-tsa"
29077   algorithm: "plot_throughput_speedup_analysis"
29078   output-file-type: ".html"
29079   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-ndr-tsa"
29080   data: "plot-throughput-speedup-analysis-2n-skx"
29081   filter: "'NIC_Intel-XXV710' 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'"
29091   parameters:
29092   - "throughput"
29093   - "parent"
29094   - "tags"
29095 #  sort:
29096 #  - "not CFS_OPT"
29097 #  - "L2XCFWD"
29098 #  - "not CFS_OPT"
29099 #  - "CFS_OPT"
29100   layout:
29101     title: "vhost-l2sw-2n-skx-xxv710-64b-base-ndr"
29102     layout: "plot-throughput-speedup-analysis"
29103
29104 -
29105   type: "plot"
29106   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-pdr-tsa"
29107   algorithm: "plot_throughput_speedup_analysis"
29108   output-file-type: ".html"
29109   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-pdr-tsa"
29110   data: "plot-throughput-speedup-analysis-2n-skx"
29111   filter: "'NIC_Intel-XXV710' and
29112            '64B' and
29113            'NDRPDR' and
29114            ('ETH' or 'DOT1Q') and
29115            'BASE' and
29116            ('L2BDMACLRN' or 'L2XCFWD') and
29117            'VHOST_1024' and
29118            not 'VXLAN' and
29119            not 'IP4FWD' and
29120            not '2VM'"
29121   parameters:
29122   - "throughput"
29123   - "parent"
29124   - "tags"
29125 #  sort:
29126 #  - "not CFS_OPT"
29127 #  - "L2XCFWD"
29128 #  - "not CFS_OPT"
29129 #  - "CFS_OPT"
29130   layout:
29131     title: "vhost-l2sw-2n-skx-xxv710-64b-base-pdr"
29132     layout: "plot-throughput-speedup-analysis"
29133
29134 # Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base vm
29135 -
29136   type: "plot"
29137   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
29138   algorithm: "plot_throughput_speedup_analysis"
29139   output-file-type: ".html"
29140   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
29141   data: "plot-throughput-speedup-analysis-2n-skx"
29142   filter: "'NIC_Intel-XXV710' and
29143            '64B' and
29144            'NDRPDR' and
29145            ('ETH' or 'DOT1Q') and
29146            ('L2BDMACLRN' or 'L2XCFWD') and
29147            'VHOST_1024' and
29148            not 'CFS_OPT' and
29149            not 'VXLAN' and
29150            not 'IP4FWD'"
29151   parameters:
29152   - "throughput"
29153   - "parent"
29154   - "tags"
29155 #  sort:
29156 #  - "1VM"
29157 #  - "L2XCFWD"
29158 #  - "1VM"
29159 #  - "L2BDMACLRN"
29160   layout:
29161     title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr"
29162     layout: "plot-throughput-speedup-analysis"
29163
29164 -
29165   type: "plot"
29166   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
29167   algorithm: "plot_throughput_speedup_analysis"
29168   output-file-type: ".html"
29169   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
29170   data: "plot-throughput-speedup-analysis-2n-skx"
29171   filter: "'NIC_Intel-XXV710' and
29172            '64B' and
29173            'NDRPDR' and
29174            ('ETH' or 'DOT1Q') and
29175            ('L2BDMACLRN' or 'L2XCFWD') and
29176            'VHOST_1024' and
29177            not 'CFS_OPT' and
29178            not 'VXLAN' and
29179            not 'IP4FWD'"
29180   parameters:
29181   - "throughput"
29182   - "parent"
29183   - "tags"
29184 #  sort:
29185 #  - "1VM"
29186 #  - "L2XCFWD"
29187 #  - "1VM"
29188 #  - "L2BDMACLRN"
29189   layout:
29190     title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr"
29191     layout: "plot-throughput-speedup-analysis"
29192
29193 ################################################################################
29194
29195 # Speedup - VPP vts 3n-hsw-x520
29196 -
29197   type: "plot"
29198   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
29199   algorithm: "plot_throughput_speedup_analysis"
29200   output-file-type: ".html"
29201   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
29202   data: "plot-throughput-speedup-analysis-3n-hsw"
29203   filter: "'NIC_Intel-X520-DA2' and
29204            '114B' and
29205            'NDRPDR' and
29206            'VTS'"
29207   parameters:
29208   - "throughput"
29209   - "parent"
29210   - "tags"
29211   layout:
29212     title: "vts-3n-hsw-x520-114b-base_and_scale-ndr"
29213     layout: "plot-throughput-speedup-analysis"
29214
29215 -
29216   type: "plot"
29217   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
29218   algorithm: "plot_throughput_speedup_analysis"
29219   output-file-type: ".html"
29220   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
29221   data: "plot-throughput-speedup-analysis-3n-hsw"
29222   filter: "'NIC_Intel-X520-DA2' and
29223            '114B' and
29224            'NDRPDR' and
29225            'VTS'"
29226   parameters:
29227   - "throughput"
29228   - "parent"
29229   - "tags"
29230   layout:
29231     title: "vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
29232     layout: "plot-throughput-speedup-analysis"