CSIT-1395: Create comparison tables for NICs
[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       intel-dnv-vpp-release-1810:
132       - 1
133
134     # VPP Performance
135     vpp-performance-changes-3n-hsw:
136       csit-vpp-perf-1804-all:
137       - 21  # sel
138       - 22  # sel
139       - 23  # sel
140       - 24  # sel
141       - 27  # sel
142       - 28  # sel
143       - 29  # sel
144       - 30  # sel
145       - 31  # sel
146       - 35  # sel
147       csit-vpp-perf-verify-1807-3n-hsw:
148       - 11  # NDRPDR full 1
149       - 22  # NDRPDR full 2
150       - 45  # NDRPDR full 3
151       - 46  # NDRPDR full 4
152       - 15  # NDRPDR sel
153       - 16  # NDRPDR sel
154       - 19  # NDRPDR sel
155       - 18  # NDRPDR sel
156       - 20  # NDRPDR sel
157       - 38  # NDRPDR sel
158       - 40  # NDRPDR sel
159       - 44  # NDRPDR sel
160       - 47  # NDRPDR sel
161       csit-vpp-perf-verify-1810-3n-hsw:
162       - 8   # NDRPDR sel
163       - 12  # NDRPDR sel
164       - 14  # NDRPDR sel
165       - 18  # NDRPDR sel
166       - 23  # NDRPDR sel
167       - 25  # NDRPDR sel
168       - 38  # NDRPDR sel
169       - 39  # NDRPDR sel
170       - 41  # NDRPDR sel
171       - 42  # NDRPDR sel
172
173     vpp-nic-comparison-3n-hsw:
174       csit-vpp-perf-verify-1810-3n-hsw:
175       - 8   # NDRPDR sel
176       - 12  # NDRPDR sel
177       - 14  # NDRPDR sel
178       - 18  # NDRPDR sel
179       - 23  # NDRPDR sel
180       - 25  # NDRPDR sel
181       - 38  # NDRPDR sel
182       - 39  # NDRPDR sel
183       - 41  # NDRPDR sel
184       - 42  # NDRPDR sel
185
186     vpp-performance-changes-3n-skx:
187       csit-vpp-perf-verify-1807-3n-skx:
188       - 33  # NDRPDR sel
189       - 35  # NDRPDR sel
190       - 37  # NDRPDR sel
191       - 38  # NDRPDR sel
192       - 39  # NDRPDR sel
193       - 43  # NDRPDR sel
194       - 44  # NDRPDR sel
195       - 49  # NDRPDR sel
196       - 50  # NDRPDR sel
197       - 56  # NDRPDR sel
198       csit-vpp-perf-verify-1810-3n-skx:
199       - 10  # NDRPDR sel
200       - 14  # NDRPDR sel
201       - 15  # NDRPDR sel
202       - 16  # NDRPDR sel
203       - 17  # NDRPDR sel
204       - 19  # NDRPDR sel
205       - 20  # NDRPDR sel
206       - 21  # NDRPDR sel
207       - 22  # NDRPDR sel
208       - 25  # NDRPDR sel
209
210     vpp-nic-comparison-3n-skx:
211       csit-vpp-perf-verify-1810-3n-skx:
212       - 10  # NDRPDR sel
213       - 14  # NDRPDR sel
214       - 15  # NDRPDR sel
215       - 16  # NDRPDR sel
216       - 17  # NDRPDR sel
217       - 19  # NDRPDR sel
218       - 20  # NDRPDR sel
219       - 21  # NDRPDR sel
220       - 22  # NDRPDR sel
221       - 25  # NDRPDR sel
222
223     vpp-performance-changes-2n-skx:
224       csit-vpp-perf-verify-1807-2n-skx:
225       - 26  # NDRPDR sel
226       - 28  # NDRPDR sel
227       - 29  # NDRPDR sel
228       - 30  # NDRPDR sel
229       - 34  # NDRPDR sel
230       - 35  # NDRPDR sel
231       - 36  # NDRPDR sel
232       - 39  # NDRPDR sel
233       - 40  # NDRPDR sel
234       - 42  # NDRPDR sel
235       csit-vpp-perf-verify-1810-2n-skx:
236       - 9   # NDRPDR sel
237       - 13  # NDRPDR sel
238       - 14  # NDRPDR sel
239       - 19  # NDRPDR sel
240       - 20  # NDRPDR sel
241       - 21  # NDRPDR sel
242       - 22  # NDRPDR sel
243       - 23  # NDRPDR sel
244       - 24  # NDRPDR sel
245       - 27  # NDRPDR sel
246
247     vpp-nic-comparison-2n-skx:
248       csit-vpp-perf-verify-1810-2n-skx:
249       - 9   # NDRPDR sel
250       - 13  # NDRPDR sel
251       - 14  # NDRPDR sel
252       - 19  # NDRPDR sel
253       - 20  # NDRPDR sel
254       - 21  # NDRPDR sel
255       - 22  # NDRPDR sel
256       - 23  # NDRPDR sel
257       - 24  # NDRPDR sel
258       - 27  # NDRPDR sel
259
260     vpp-compare-testbeds:
261       csit-vpp-perf-verify-1810-3n-hsw:
262       - 8   # NDRPDR sel
263       - 12  # NDRPDR sel
264       - 14  # NDRPDR sel
265       - 18  # NDRPDR sel
266       - 23  # NDRPDR sel
267       - 25  # NDRPDR sel
268       - 38  # NDRPDR sel
269       - 39  # NDRPDR sel
270       - 41  # NDRPDR sel
271       - 42  # NDRPDR sel
272       csit-vpp-perf-verify-1810-3n-skx:
273       - 24  # NDRPDR full
274       - 10  # NDRPDR sel
275       - 14  # NDRPDR sel
276       - 15  # NDRPDR sel
277       - 16  # NDRPDR sel
278       - 17  # NDRPDR sel
279       - 19  # NDRPDR sel
280       - 20  # NDRPDR sel
281       - 21  # NDRPDR sel
282       - 22  # NDRPDR sel
283       - 25  # NDRPDR sel
284
285     vpp-compare-testbeds-mrr:
286       csit-vpp-perf-verify-1810-3n-hsw:
287       - 9   # MRR sel
288       csit-vpp-perf-verify-1810-3n-skx:
289       - 9   # MRR sel
290       - 11  # MRR sel
291       - 12  # MRR sel
292       - 13  # MRR sel
293
294     vpp-compare-topologies:
295       csit-vpp-perf-verify-1810-3n-skx:
296       - 10  # NDRPDR sel
297       - 14  # NDRPDR sel
298       - 15  # NDRPDR sel
299       - 16  # NDRPDR sel
300       - 17  # NDRPDR sel
301       - 19  # NDRPDR sel
302       - 20  # NDRPDR sel
303       - 21  # NDRPDR sel
304       - 22  # NDRPDR sel
305       - 25  # NDRPDR sel
306       csit-vpp-perf-verify-1810-2n-skx:
307       - 9   # NDRPDR sel
308       - 13  # NDRPDR sel
309       - 14  # NDRPDR sel
310       - 19  # NDRPDR sel
311       - 20  # NDRPDR sel
312       - 21  # NDRPDR sel
313       - 22  # NDRPDR sel
314       - 23  # NDRPDR sel
315       - 24  # NDRPDR sel
316       - 27  # NDRPDR sel
317
318     vpp-compare-topologies-mrr:
319       csit-vpp-perf-verify-1810-3n-skx:
320       - 9   # MRR sel
321       - 11  # MRR sel
322       - 12  # MRR sel
323       - 13  # MRR sel
324       csit-vpp-perf-verify-1810-2n-skx:
325       - 8   # MRR sel
326       - 10  # MRR sel
327       - 11  # MRR sel
328       - 12  # MRR sel
329
330     vpp-performance-changes-3n-hsw-mrr:
331       csit-vpp-perf-check-1804:
332       - 6   # mrr - sel
333       - 13  # mrr - sel
334       - 14  # mrr - sel
335       - 15  # mrr - sel
336       - 16  # mrr - sel
337       - 17  # mrr - sel
338       - 19  # mrr - sel
339       - 20  # mrr - sel
340       - 21  # mrr - sel
341       - 22  # mrr - sel
342       csit-vpp-perf-verify-1807-3n-hsw:
343       - 8   # MRR full
344       - 9   # MRR sel
345       - 21  # MRR sel
346       - 31  # MRR sel
347       - 33  # MRR sel
348       - 36  # MRR sel
349       - 41  # MRR sel
350       - 42  # MRR sel
351       - 48  # MRR sel
352       csit-vpp-perf-verify-1810-3n-hsw:
353       - 9   # MRR sel
354
355     vpp-nic-comparison-3n-hsw-mrr:
356       csit-vpp-perf-verify-1810-3n-hsw:
357       - 9   # MRR sel
358
359     vpp-performance-changes-3n-skx-mrr:
360       csit-vpp-perf-verify-1807-3n-skx:
361       - 28  # MRR sel
362       - 32  # MRR sel
363       - 36  # MRR sel
364       - 42  # MRR sel
365       - 47  # MRR sel
366       - 48  # MRR sel
367       - 51  # MRR sel
368       - 52  # MRR sel
369       - 53  # MRR sel
370       - 54  # MRR sel
371       csit-vpp-perf-verify-1810-3n-skx:
372       - 9   # MRR sel
373       - 11  # MRR sel
374       - 12  # MRR sel
375       - 13  # MRR sel
376
377     vpp-nic-comparison-3n-skx-mrr:
378       csit-vpp-perf-verify-1810-3n-skx:
379       - 9   # MRR sel
380       - 11  # MRR sel
381       - 12  # MRR sel
382       - 13  # MRR sel
383
384     vpp-performance-changes-2n-skx-mrr:
385       csit-vpp-perf-verify-1807-2n-skx:
386       - 31  # MRR sel
387       - 33  # MRR sel
388       - 37  # MRR sel
389       - 38  # MRR sel
390       - 41  # MRR sel
391       - 43  # MRR sel
392       - 44  # MRR sel
393       - 45  # MRR sel
394       - 46  # MRR sel
395       - 47  # MRR sel
396       csit-vpp-perf-verify-1810-2n-skx:
397       - 8   # MRR sel
398       - 10  # MRR sel
399       - 11  # MRR sel
400       - 12  # MRR sel
401
402     vpp-nic-comparison-2n-skx-mrr:
403       csit-vpp-perf-verify-1810-2n-skx:
404       - 8   # MRR sel
405       - 10  # MRR sel
406       - 11  # MRR sel
407       - 12  # MRR sel
408
409     vpp-perf-results-3n-hsw:
410       csit-vpp-perf-verify-1810-3n-hsw:
411       - 20  # NDRPDR full
412       - 21  # NDRPDR full
413       - 22  # NDRPDR full
414       - 27  # NDRPDR full
415
416     vpp-perf-results-3n-skx:
417       csit-vpp-perf-verify-1810-3n-skx:
418       - 23  # NDRPDR full
419       - 24  # NDRPDR full
420
421     vpp-perf-results-2n-skx:
422       csit-vpp-perf-verify-1810-2n-skx:
423       - 25  # NDRPDR full
424       - 26  # NDRPDR full
425
426     vpp-mrr-results-3n-hsw:
427       csit-vpp-perf-verify-1810-3n-hsw:
428       - 9   # MRR sel
429
430     vpp-mrr-results-3n-skx:
431       csit-vpp-perf-verify-1810-3n-skx:
432       - 9   # MRR sel
433
434     vpp-mrr-results-2n-skx:
435       csit-vpp-perf-verify-1810-2n-skx:
436       - 8   # MRR sel
437
438     plot-throughput-speedup-analysis-3n-hsw:
439       csit-vpp-perf-verify-1810-3n-hsw:
440       - 8   # NDRPDR sel
441       - 12  # NDRPDR sel
442       - 14  # NDRPDR sel
443       - 18  # NDRPDR sel
444       - 23  # NDRPDR sel
445       - 25  # NDRPDR sel
446       - 38  # NDRPDR sel
447       - 39  # NDRPDR sel
448       - 41  # NDRPDR sel
449       - 42  # NDRPDR sel
450
451     plot-throughput-speedup-analysis-3n-skx:
452       csit-vpp-perf-verify-1810-3n-skx:
453       - 24  # NDRPDR full
454       - 10  # NDRPDR sel
455       - 14  # NDRPDR sel
456       - 15  # NDRPDR sel
457       - 16  # NDRPDR sel
458       - 17  # NDRPDR sel
459       - 19  # NDRPDR sel
460       - 20  # NDRPDR sel
461       - 21  # NDRPDR sel
462       - 22  # NDRPDR sel
463       - 25  # NDRPDR sel
464
465     plot-throughput-speedup-analysis-2n-skx:
466       csit-vpp-perf-verify-1810-2n-skx:
467       - 9   # NDRPDR sel
468       - 13  # NDRPDR sel
469       - 14  # NDRPDR sel
470       - 19  # NDRPDR sel
471       - 20  # NDRPDR sel
472       - 21  # NDRPDR sel
473       - 22  # NDRPDR sel
474       - 23  # NDRPDR sel
475       - 24  # NDRPDR sel
476       - 27  # NDRPDR sel
477
478     plot-vpp-throughput-latency-3n-hsw:
479       csit-vpp-perf-verify-1810-3n-hsw:
480       - 8   # NDRPDR sel
481       - 12  # NDRPDR sel
482       - 14  # NDRPDR sel
483       - 18  # NDRPDR sel
484       - 23  # NDRPDR sel
485       - 25  # NDRPDR sel
486       - 38  # NDRPDR sel
487       - 39  # NDRPDR sel
488       - 41  # NDRPDR sel
489       - 42  # NDRPDR sel
490
491     plot-vpp-throughput-latency-3n-skx:
492       csit-vpp-perf-verify-1810-3n-skx:
493       - 24  # NDRPDR full
494       - 10  # NDRPDR sel
495       - 14  # NDRPDR sel
496       - 15  # NDRPDR sel
497       - 16  # NDRPDR sel
498       - 17  # NDRPDR sel
499       - 19  # NDRPDR sel
500       - 20  # NDRPDR sel
501       - 21  # NDRPDR sel
502       - 22  # NDRPDR sel
503       - 25  # NDRPDR sel
504
505     plot-vpp-throughput-latency-2n-skx:
506       csit-vpp-perf-verify-1810-2n-skx:
507       - 9   # NDRPDR sel
508       - 13  # NDRPDR sel
509       - 14  # NDRPDR sel
510       - 19  # NDRPDR sel
511       - 20  # NDRPDR sel
512       - 21  # NDRPDR sel
513       - 22  # NDRPDR sel
514       - 23  # NDRPDR sel
515       - 24  # NDRPDR sel
516       - 27  # NDRPDR sel
517
518     plot-vpp-http-server-performance:
519       csit-vpp-perf-verify-1810-3n-hsw:
520       - 28  # WRK
521       - 29  # WRK
522       - 30  # WRK
523       - 31  # WRK
524       - 32  # WRK
525       - 33  # WRK
526       - 34  # WRK
527       - 35  # WRK
528       - 36  # WRK
529       - 37  # WRK
530
531     # VPP Functional
532     vpp-func-results-ubuntu:
533       csit-vpp-functional-1810-ubuntu1604-virl:
534       - 44
535
536     vpp-func-results-centos:
537       csit-vpp-functional-1810-centos7-virl:
538       - 44
539
540     vpp-device-results-ubuntu:
541       csit-vpp-device-1810-ubuntu1804-1n-skx:
542       - 2
543
544     # VPP Ligato
545     ligato-perf-results-3n-hsw:
546       csit-ligato-perf-verify-1810-3n-hsw:
547       - 5   # full
548
549     plot-ligato-throughput-speedup-analysis-3n-hsw:
550       csit-ligato-perf-verify-1810-3n-hsw:
551       - 5   # full
552       - 6   # sel
553       - 8   # sel
554       - 9   # sel
555       - 11  # sel
556       - 12  # sel
557       - 13  # sel
558       - 14  # sel
559       - 16  # sel
560       - 17  # sel
561       - 18  # sel
562
563     plot-ligato-throughput-latency-3n-hsw:
564       csit-ligato-perf-verify-1810-3n-hsw:
565       - 5   # full
566       - 6   # sel
567       - 8   # sel
568       - 9   # sel
569       - 11  # sel
570       - 12  # sel
571       - 13  # sel
572       - 14  # sel
573       - 16  # sel
574       - 17  # sel
575       - 18  # sel
576
577     # DPDK Performance
578     dpdk-performance-changes-3n-hsw:
579       csit-dpdk-perf-1804-all:
580       - 4
581       - 5
582       - 6
583       - 7
584       - 8
585       - 9
586       - 10
587       - 11
588       - 12
589       - 13
590       csit-dpdk-perf-verify-1807-3n-hsw:
591       - 11
592       - 12  # full
593       - 14
594       - 15
595       - 16
596       - 17
597       - 20
598       - 21
599       - 22
600       - 23
601       csit-dpdk-perf-verify-1810-3n-hsw:
602       - 1   # NDRPDR sel
603       - 2   # NDRPDR sel
604       - 3   # NDRPDR sel
605       - 4   # NDRPDR sel
606       - 5   # NDRPDR sel
607       - 6   # NDRPDR sel
608       - 7   # NDRPDR sel
609       - 8   # NDRPDR sel
610       - 9   # NDRPDR sel
611       - 10  # NDRPDR sel
612
613     dpdk-performance-changes-3n-skx:
614       csit-dpdk-perf-verify-1807-3n-skx:
615       - 1   # NDRPDR sel
616       - 2   # NDRPDR sel
617       - 3   # NDRPDR sel
618       - 6   # NDRPDR sel
619       - 7   # NDRPDR sel
620       - 8   # NDRPDR sel
621       - 9   # NDRPDR sel
622       - 10  # NDRPDR sel
623       - 11  # NDRPDR sel
624       - 12  # NDRPDR sel
625       csit-dpdk-perf-verify-1810-3n-skx:
626       - 3   # NDRPDR sel
627       - 4   # NDRPDR sel
628       - 6   # NDRPDR sel
629       - 7   # NDRPDR sel
630       - 8   # NDRPDR sel
631       - 9   # NDRPDR sel
632       - 10  # NDRPDR sel
633       - 11  # NDRPDR sel
634       - 12  # NDRPDR sel
635       - 13  # NDRPDR sel
636
637     dpdk-compare-testbeds:
638       csit-dpdk-perf-verify-1810-3n-skx:
639       - 3   # NDRPDR sel
640       - 4   # NDRPDR sel
641       - 6   # NDRPDR sel
642       - 7   # NDRPDR sel
643       - 8   # NDRPDR sel
644       - 9   # NDRPDR sel
645       - 10  # NDRPDR sel
646       - 11  # NDRPDR sel
647       - 12  # NDRPDR sel
648       - 13  # NDRPDR sel
649       csit-dpdk-perf-verify-1810-3n-hsw:
650       - 1   # NDRPDR sel
651       - 2   # NDRPDR sel
652       - 3   # NDRPDR sel
653       - 4   # NDRPDR sel
654       - 5   # NDRPDR sel
655       - 6   # NDRPDR sel
656       - 7   # NDRPDR sel
657       - 8   # NDRPDR sel
658       - 9   # NDRPDR sel
659       - 10  # NDRPDR sel
660
661     dpdk-compare-topologies:
662       csit-dpdk-perf-verify-1810-3n-skx:
663       - 3   # NDRPDR sel
664       - 4   # NDRPDR sel
665       - 6   # NDRPDR sel
666       - 7   # NDRPDR sel
667       - 8   # NDRPDR sel
668       - 9   # NDRPDR sel
669       - 10  # NDRPDR sel
670       - 11  # NDRPDR sel
671       - 12  # NDRPDR sel
672       - 13  # NDRPDR sel
673       csit-dpdk-perf-verify-1810-2n-skx:
674       - 3   # NDRPDR sel
675       - 4   # NDRPDR sel
676       - 5   # NDRPDR sel
677       - 7   # NDRPDR sel
678       - 8   # NDRPDR sel
679       - 9   # NDRPDR sel
680       - 10  # NDRPDR sel
681       - 11  # NDRPDR sel
682       - 12  # NDRPDR sel
683       - 13  # NDRPDR sel
684
685     dpdk-perf-results-3n-hsw:
686       csit-dpdk-perf-verify-1810-3n-hsw:
687       - 1
688
689     dpdk-perf-results-3n-skx:
690       csit-dpdk-perf-verify-1810-3n-skx:
691       - 3   # NDRPDR sel
692
693     dpdk-perf-results-2n-skx:
694       csit-dpdk-perf-verify-1810-2n-skx:
695       - 3
696
697     plot-dpdk-throughput-latency-3n-hsw:
698       csit-dpdk-perf-verify-1810-3n-hsw:
699       - 1   # NDRPDR sel
700       - 2   # NDRPDR sel
701       - 3   # NDRPDR sel
702       - 4   # NDRPDR sel
703       - 5   # NDRPDR sel
704       - 6   # NDRPDR sel
705       - 7   # NDRPDR sel
706       - 8   # NDRPDR sel
707       - 9   # NDRPDR sel
708       - 10  # NDRPDR sel
709
710     plot-dpdk-throughput-latency-3n-skx:
711       csit-dpdk-perf-verify-1810-3n-skx:
712       - 3   # NDRPDR sel
713       - 4   # NDRPDR sel
714       - 6   # NDRPDR sel
715       - 7   # NDRPDR sel
716       - 8   # NDRPDR sel
717       - 9   # NDRPDR sel
718       - 10  # NDRPDR sel
719       - 11  # NDRPDR sel
720       - 12  # NDRPDR sel
721       - 13  # NDRPDR sel
722
723     plot-dpdk-throughput-latency-2n-skx:
724       csit-dpdk-perf-verify-1810-2n-skx:
725       - 3   # NDRPDR sel
726       - 4   # NDRPDR sel
727       - 5   # NDRPDR sel
728       - 7   # NDRPDR sel
729       - 8   # NDRPDR sel
730       - 9   # NDRPDR sel
731       - 10  # NDRPDR sel
732       - 11  # NDRPDR sel
733       - 12  # NDRPDR sel
734       - 13  # NDRPDR sel
735
736     # HoneyComb Functional
737     hc-func-results:
738       csit-hc2vpp-verify-func-1810-ubuntu1604:
739       - 3
740
741     # NSH SFC Functional
742     nsh-func-results:
743       csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
744       - 1
745
746     # DMM Functional
747     dmm-func-results:
748       csit-dmm-functional-1810-ubuntu1604-virl:
749       - 1
750
751   plot-layouts:
752
753     plot-cps:
754       titlefont:
755         size: 18
756       xaxis:
757         title: "<b>Test Cases [Index]</b>"
758         titlefont:
759           size: 16
760         autorange: True
761         fixedrange: False
762         gridcolor: "rgb(230, 230, 230)"
763         linecolor: "rgb(220, 220, 220)"
764         linewidth: 1
765         showgrid: True
766         showline: True
767         showticklabels: True
768         tickcolor: "rgb(220, 220, 220)"
769         tickmode: "linear"
770         tickfont:
771           size: 16
772         zeroline: False
773       yaxis:
774         title: "<b>Connections Per Second [cps]</b>"
775         titlefont:
776           size: 16
777         gridcolor: "rgb(230, 230, 230)"
778         hoverformat: ".4s"
779         linecolor: "rgb(220, 220, 220)"
780         linewidth: 1
781         rangemode: "tozero"
782         showgrid: True
783         showline: True
784         showticklabels: True
785         tickcolor: "rgb(220, 220, 220)"
786         tickformat: ".3s"
787         tickfont:
788           size: 16
789         zeroline: False
790       boxmode: "group"
791       boxgroupgap: 0.5
792       autosize: False
793       margin:
794         t: 50
795         b: 20
796         l: 80
797         r: 20
798       showlegend: True
799       legend:
800         orientation: "h"
801         font:
802           size: 16
803       width: 700
804       height: 800
805
806     plot-rps:
807       titlefont:
808         size: 18
809       xaxis:
810         title: "<b>Test Cases [Index]</b>"
811         titlefont:
812           size: 16
813         autorange: True
814         fixedrange: False
815         gridcolor: "rgb(230, 230, 230)"
816         linecolor: "rgb(220, 220, 220)"
817         linewidth: 1
818         showgrid: True
819         showline: True
820         showticklabels: True
821         tickcolor: "rgb(220, 220, 220)"
822         tickmode: "linear"
823         tickfont:
824           size: 16
825         zeroline: False
826       yaxis:
827         title: "<b>Requests Per Second [rps]</b>"
828         titlefont:
829           size: 16
830         gridcolor: "rgb(230, 230, 230)"
831         hoverformat: ".4s"
832         linecolor: "rgb(220, 220, 220)"
833         linewidth: 1
834         rangemode: "tozero"
835         showgrid: True
836         showline: True
837         showticklabels: True
838         tickcolor: "rgb(230, 230, 230)"
839         tickformat: ".3s"
840         tickfont:
841           size: 16
842         zeroline: False
843       boxmode: "group"
844       boxgroupgap: 0.5
845       autosize: False
846       margin:
847         t: 50
848         b: 20
849         l: 80
850         r: 20
851       showlegend: True
852       legend:
853         orientation: "h"
854         font:
855           size: 16
856       width: 700
857       height: 800
858
859     plot-throughput:
860       titlefont:
861         size: 18
862       xaxis:
863         title: "<b>Test Cases [Index]</b>"
864         titlefont:
865           size: 16
866         autorange: True
867         fixedrange: False
868         gridcolor: "rgb(230, 230, 230)"
869         linecolor: "rgb(220, 220, 220)"
870         linewidth: 1
871         showgrid: True
872         showline: True
873         showticklabels: True
874         tickcolor: "rgb(220, 220, 220)"
875         tickmode: "linear"
876         tickfont:
877           size: 16
878         zeroline: False
879       yaxis:
880         title: "<b>Packet Throughput [Mpps]</b>"
881         titlefont:
882           size: 16
883         gridcolor: "rgb(230, 230, 230)"
884         hoverformat: ".4s"
885         tickformat: ".3s"
886         linecolor: "rgb(220, 220, 220)"
887         linewidth: 1
888         showgrid: True
889         showline: True
890         showticklabels: True
891         tickcolor: "rgb(220, 220, 220)"
892         tickfont:
893           size: 16
894         zeroline: False
895         range: [0,50]
896       boxmode: "group"
897       boxgroupgap: 0.5
898       autosize: False
899       margin:
900         t: 50
901         b: 0
902         l: 80
903         r: 20
904       showlegend: True
905       legend:
906         orientation: "h"
907         font:
908           size: 16
909       width: 700
910       height: 900
911
912     plot-throughput-speedup-analysis:
913       titlefont:
914         size: 18
915       xaxis:
916         title: "<b>Number of Cores [Qty]</b>"
917         titlefont:
918           size: 16
919         autorange: True
920         fixedrange: False
921         gridcolor: "rgb(230, 230, 230)"
922         linecolor: "rgb(220, 220, 220)"
923         linewidth: 1
924         showgrid: True
925         showline: True
926         showticklabels: True
927         tickcolor: "rgb(238, 238, 238)"
928         tickmode: "linear"
929         tickfont:
930           size: 16
931         zeroline: False
932       yaxis:
933         title: "<b>Packet Throughput [Mpps]</b>"
934         titlefont:
935           size: 16
936         type: "linear"
937         gridcolor: "rgb(230, 230, 230)"
938         hoverformat: ".4s"
939         linecolor: "rgb(220, 220, 220)"
940         linewidth: 1
941         showgrid: True
942         showline: True
943         showticklabels: True
944         tickcolor: "rgb(220, 220, 220)"
945         tickformat: ".4s"
946         tickfont:
947           size: 16
948         zeroline: True
949         rangemode: "tozero"
950         # range: [0,100]
951       legend:
952         orientation: "h"
953         font:
954           size: 16
955         xanchor: "left"
956         yanchor: "top"
957         x: 0
958         y: -0.2
959         bgcolor: "rgba(255, 255, 255, 0)"
960         bordercolor: "rgba(255, 255, 255, 0)"
961         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
962       autosize: False
963       margin:
964           't': 50
965           'b': 150
966           'l': 85
967           'r': 10
968       showlegend: True
969       width: 700
970       height: 700
971       hoverlabel:
972         namelength: -1
973       annotations: [
974         {
975           text: "_ _          __          ...",
976           align: "left",
977           showarrow: False,
978           xref: "paper",
979           yref: "paper",
980           xanchor: "left",
981           yanchor: "top",
982           x: 0,
983           y: -0.13,
984           font: {
985             family: "Consolas, Courier New",
986             size: 15
987           },
988         },
989         {
990           text: "    Perfect     Measured     Limit",
991           align: "left",
992           showarrow: False,
993           xref: "paper",
994           yref: "paper",
995           xanchor: "left",
996           yanchor: "top",
997           x: 0,
998           y: -0.15,
999           font: {
1000             family: "Consolas, Courier New",
1001             size: 15
1002           },
1003         },
1004       ]
1005
1006     plot-latency:
1007       titlefont:
1008         size: 18
1009       xaxis:
1010         title: "<b>Direction</b>"
1011         titlefont:
1012           size: 16
1013         autorange: True
1014         fixedrange: False
1015         gridcolor: "rgb(230, 230, 230)"
1016         linecolor: "rgb(220, 220, 220)"
1017         linewidth: 1
1018         showgrid: True
1019         showline: True
1020         showticklabels: False
1021         tickcolor: "rgb(220, 220, 220)"
1022         tickmode: "linear"
1023         tickfont:
1024           size: 16
1025         zeroline: False
1026       yaxis:
1027         title: "<b>Packet Latency [uSec]</b>"
1028         titlefont:
1029           size: 16
1030         type: "linear"
1031         gridcolor: "rgb(230, 230, 230)"
1032         hoverformat: ".4s"
1033         linecolor: "rgb(220, 220, 220)"
1034         linewidth: 1
1035         showgrid: True
1036         showline: True
1037         showticklabels: True
1038         tickcolor: "rgb(220, 220, 220)"
1039         tickformat: ".4s"
1040         tickfont:
1041           size: 16
1042         zeroline: True
1043         rangemode: "tozero"
1044       legend:
1045         orientation: "h"
1046         font:
1047           size: 16
1048         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1049       autosize: False
1050       margin:
1051           't': 50
1052           'b': 150
1053           'l': 80
1054           'r': 10
1055       showlegend: True
1056       width: 700
1057       height: 700
1058       hoverlabel:
1059         namelength: -1
1060
1061 -
1062   type: "static"
1063   src-path: "{DIR[RST]}"
1064   dst-path: "{DIR[WORKING,SRC]}"
1065
1066 -
1067   type: "input"
1068   general:
1069     file-name: "robot-plugin.zip"
1070     file-format: ".zip"
1071     download-path: "{job}/{build}/robot/report/*zip*/{filename}"
1072     extract: "robot-plugin/output.xml"
1073
1074   builds:
1075
1076     intel-dnv-vpp-release-1810:
1077     - 1
1078
1079     csit-vpp-perf-1804-all:
1080     - 21  # sel
1081     - 22  # sel
1082     - 23  # sel
1083     - 24  # sel
1084     - 27  # sel
1085     - 28  # sel
1086     - 29  # sel
1087     - 30  # sel
1088     - 31  # sel
1089     - 35  # sel
1090     csit-vpp-perf-verify-1807-3n-hsw:
1091     - 8   # MRR full
1092     - 9   # MRR sel
1093     - 21  # MRR sel
1094     - 31  # MRR sel
1095     - 33  # MRR sel
1096     - 36  # MRR sel
1097     - 41  # MRR sel
1098     - 42  # MRR sel
1099     - 48  # MRR sel
1100     - 11  # NDRPDR full 1
1101     - 22  # NDRPDR full 2
1102     - 45  # NDRPDR full 3
1103     - 46  # NDRPDR full 4
1104     - 15  # NDRPDR sel
1105     - 16  # NDRPDR sel
1106     - 19  # NDRPDR sel
1107     - 18  # NDRPDR sel
1108     - 20  # NDRPDR sel
1109     - 38  # NDRPDR sel
1110     - 40  # NDRPDR sel
1111     - 44  # NDRPDR sel
1112     - 47  # NDRPDR sel
1113     - 24  # WRK
1114     - 25  # WRK
1115     - 23  # WRK
1116     - 26  # WRK
1117     - 27  # WRK
1118     - 28  # WRK
1119     - 29  # WRK
1120     - 30  # WRK
1121     - 32  # WRK
1122     - 35  # WRK
1123     csit-vpp-perf-verify-1810-3n-hsw:
1124     - 9   # MRR sel
1125     - 20  # NDRPDR full
1126     - 21  # NDRPDR full
1127     - 22  # NDRPDR full
1128     - 27  # NDRPDR full
1129     - 8   # NDRPDR sel
1130     - 12  # NDRPDR sel
1131     - 14  # NDRPDR sel
1132     - 18  # NDRPDR sel
1133     - 23  # NDRPDR sel
1134     - 25  # NDRPDR sel
1135     - 38  # NDRPDR sel
1136     - 39  # NDRPDR sel
1137     - 41  # NDRPDR sel
1138     - 42  # NDRPDR sel
1139     - 28  # WRK
1140     - 29  # WRK
1141     - 30  # WRK
1142     - 31  # WRK
1143     - 32  # WRK
1144     - 33  # WRK
1145     - 34  # WRK
1146     - 35  # WRK
1147     - 36  # WRK
1148     - 37  # WRK
1149     csit-vpp-perf-verify-1807-3n-skx:
1150     - 31  # MRR full
1151     - 28  # MRR sel
1152     - 32  # MRR sel
1153     - 36  # MRR sel
1154     - 42  # MRR sel
1155     - 47  # MRR sel
1156     - 48  # MRR sel
1157     - 51  # MRR sel
1158     - 52  # MRR sel
1159     - 53  # MRR sel
1160     - 54  # MRR sel
1161     - 40  # NDRPDR full 1
1162     - 41  # NDRPDR full 2
1163     - 33  # NDRPDR sel
1164     - 35  # NDRPDR sel
1165     - 37  # NDRPDR sel
1166     - 38  # NDRPDR sel
1167     - 39  # NDRPDR sel
1168     - 43  # NDRPDR sel
1169     - 44  # NDRPDR sel
1170     - 49  # NDRPDR sel
1171     - 50  # NDRPDR sel
1172     - 56  # NDRPDR sel
1173     csit-vpp-perf-verify-1810-3n-skx:
1174     - 9   # MRR sel
1175     - 11  # MRR sel
1176     - 12  # MRR sel
1177     - 13  # MRR sel
1178     - 23  # NDRPDR full
1179     - 24  # NDRPDR full
1180     - 10  # NDRPDR sel
1181     - 14  # NDRPDR sel
1182     - 15  # NDRPDR sel
1183     - 16  # NDRPDR sel
1184     - 17  # NDRPDR sel
1185     - 19  # NDRPDR sel
1186     - 20  # NDRPDR sel
1187     - 21  # NDRPDR sel
1188     - 22  # NDRPDR sel
1189     - 25  # NDRPDR sel
1190     csit-vpp-perf-verify-1807-2n-skx:
1191     - 27  # MRR full
1192     - 31  # MRR sel
1193     - 33  # MRR sel
1194     - 37  # MRR sel
1195     - 38  # MRR sel
1196     - 41  # MRR sel
1197     - 43  # MRR sel
1198     - 44  # MRR sel
1199     - 45  # MRR sel
1200     - 46  # MRR sel
1201     - 47  # MRR sel
1202     - 32  # NDRPDR full
1203     - 26  # NDRPDR sel
1204     - 28  # NDRPDR sel
1205     - 29  # NDRPDR sel
1206     - 30  # NDRPDR sel
1207     - 34  # NDRPDR sel
1208     - 35  # NDRPDR sel
1209     - 36  # NDRPDR sel
1210     - 39  # NDRPDR sel
1211     - 40  # NDRPDR sel
1212     - 42  # NDRPDR sel
1213     csit-vpp-perf-verify-1810-2n-skx:
1214     - 8   # MRR sel
1215     - 10  # MRR sel
1216     - 11  # MRR sel
1217     - 12  # MRR sel
1218     - 25  # NDRPDR full
1219     - 26  # NDRPDR full
1220     - 9   # NDRPDR sel
1221     - 13  # NDRPDR sel
1222     - 14  # NDRPDR sel
1223     - 19  # NDRPDR sel
1224     - 20  # NDRPDR sel
1225     - 21  # NDRPDR sel
1226     - 22  # NDRPDR sel
1227     - 23  # NDRPDR sel
1228     - 24  # NDRPDR sel
1229     - 27  # NDRPDR sel
1230     csit-vpp-perf-check-1804:
1231     - 5   # mrr - full
1232     - 6   # mrr - sel
1233     - 13  # mrr - sel
1234     - 14  # mrr - sel
1235     - 15  # mrr - sel
1236     - 16  # mrr - sel
1237     - 17  # mrr - sel
1238     - 19  # mrr - sel
1239     - 20  # mrr - sel
1240     - 21  # mrr - sel
1241     - 22  # mrr - sel
1242     csit-ligato-perf-verify-1810-3n-hsw:
1243     - 5   # full
1244     - 6   # sel
1245     - 8   # sel
1246     - 9   # sel
1247     - 11  # sel
1248     - 12  # sel
1249     - 13  # sel
1250     - 14  # sel
1251     - 16  # sel
1252     - 17  # sel
1253     - 18  # sel
1254     csit-dpdk-perf-1804-all:
1255     - 4
1256     - 5
1257     - 6
1258     - 7
1259     - 8
1260     - 9
1261     - 10
1262     - 11
1263     - 12
1264     - 13
1265     csit-dpdk-perf-verify-1807-3n-hsw:
1266     - 11
1267     - 12  # full
1268     - 14
1269     - 15
1270     - 16
1271     - 17
1272     - 20
1273     - 21
1274     - 22
1275     - 23
1276     csit-dpdk-perf-verify-1810-3n-hsw:
1277     - 1   # NDRPDR sel
1278     - 2   # NDRPDR sel
1279     - 3   # NDRPDR sel
1280     - 4   # NDRPDR sel
1281     - 5   # NDRPDR sel
1282     - 6   # NDRPDR sel
1283     - 7   # NDRPDR sel
1284     - 8   # NDRPDR sel
1285     - 9   # NDRPDR sel
1286     - 10  # NDRPDR sel
1287     csit-dpdk-perf-verify-1807-3n-skx:
1288     - 1   # NDRPDR sel
1289     - 2   # NDRPDR sel
1290     - 3   # NDRPDR sel
1291     - 6   # NDRPDR sel
1292     - 7   # NDRPDR sel
1293     - 8   # NDRPDR sel
1294     - 9   # NDRPDR sel
1295     - 10  # NDRPDR sel
1296     - 11  # NDRPDR sel
1297     - 12  # NDRPDR sel
1298     csit-dpdk-perf-verify-1810-3n-skx:
1299     - 3   # NDRPDR sel
1300     - 4   # NDRPDR sel
1301     - 6   # NDRPDR sel
1302     - 7   # NDRPDR sel
1303     - 8   # NDRPDR sel
1304     - 9   # NDRPDR sel
1305     - 10  # NDRPDR sel
1306     - 11  # NDRPDR sel
1307     - 12  # NDRPDR sel
1308     - 13  # NDRPDR sel
1309     csit-dpdk-perf-verify-1810-2n-skx:
1310     - 3   # NDRPDR sel
1311     - 4   # NDRPDR sel
1312     - 5   # NDRPDR sel
1313     - 7   # NDRPDR sel
1314     - 8   # NDRPDR sel
1315     - 9   # NDRPDR sel
1316     - 10  # NDRPDR sel
1317     - 11  # NDRPDR sel
1318     - 12  # NDRPDR sel
1319     - 13  # NDRPDR sel
1320
1321     csit-vpp-functional-1810-ubuntu1604-virl:
1322     - 44
1323     csit-vpp-functional-1810-centos7-virl:
1324     - 44
1325     csit-vpp-device-1810-ubuntu1804-1n-skx:
1326     - 2
1327     csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
1328     - 1
1329     csit-dmm-functional-1810-ubuntu1604-virl:
1330     - 1
1331     csit-hc2vpp-verify-func-1810-ubuntu1604:
1332     - 3
1333
1334 -
1335   type: "output"
1336   output: "report"
1337   format:
1338     html:
1339     - full
1340     pdf:
1341     - minimal
1342
1343 ################################################################################
1344 ###                               T A B L E S                                ###
1345 ################################################################################
1346
1347
1348 # VPP Compare NICs 3n-hsw 1t1c ndr
1349 -
1350   type: "table"
1351   title: "VPP Compare NICs 3n-hsw 1t1c ndr"
1352   algorithm: "table_nics_comparison"
1353   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-ndr"
1354   reference:
1355     title: "Intel-x520"
1356     nic: "NIC_Intel-X520-DA2"
1357   compare:
1358     title: "Intel-x710"
1359     nic: "NIC_Intel-X710"
1360   data: "vpp-nic-comparison-3n-hsw"
1361   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1362   filter: "'1T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1363   parameters:
1364   - "name"
1365   - "parent"
1366   - "throughput"
1367   - "tags"
1368
1369 # VPP Compare NICs 3n-hsw 2t2c ndr
1370 -
1371   type: "table"
1372   title: "VPP Compare NICs 3n-hsw 2t2c ndr"
1373   algorithm: "table_nics_comparison"
1374   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-ndr"
1375   reference:
1376     title: "Intel-x520"
1377     nic: "NIC_Intel-X520-DA2"
1378   compare:
1379     title: "Intel-x710"
1380     nic: "NIC_Intel-X710"
1381   data: "vpp-nic-comparison-3n-hsw"
1382   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1383   filter: "'2T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1384   parameters:
1385   - "name"
1386   - "parent"
1387   - "throughput"
1388   - "tags"
1389
1390 # VPP Compare NICs 3n-hsw 1t1c pdr
1391 -
1392   type: "table"
1393   title: "VPP Compare NICs 3n-hsw 1t1c pdr"
1394   algorithm: "table_nics_comparison"
1395   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-pdr"
1396   reference:
1397     title: "Intel-x520"
1398     nic: "NIC_Intel-X520-DA2"
1399   compare:
1400     title: "Intel-x710"
1401     nic: "NIC_Intel-X710"
1402   data: "vpp-nic-comparison-3n-hsw"
1403   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1404   filter: "'1T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1405   parameters:
1406   - "name"
1407   - "parent"
1408   - "throughput"
1409   - "tags"
1410
1411 # VPP Compare NICs 3n-hsw 2t2c pdr
1412 -
1413   type: "table"
1414   title: "VPP Compare NICs 3n-hsw 2t2c pdr"
1415   algorithm: "table_nics_comparison"
1416   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-pdr"
1417   reference:
1418     title: "Intel-x520"
1419     nic: "NIC_Intel-X520-DA2"
1420   compare:
1421     title: "Intel-x710"
1422     nic: "NIC_Intel-X710"
1423   data: "vpp-nic-comparison-3n-hsw"
1424   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1425   filter: "'2T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1426   parameters:
1427   - "name"
1428   - "parent"
1429   - "throughput"
1430   - "tags"
1431
1432 # VPP Compare NICs 3n-hsw 1t1c mrr
1433 -
1434   type: "table"
1435   title: "VPP Compare NICs 3n-hsw 1t1c mrr"
1436   algorithm: "table_nics_comparison"
1437   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-mrr"
1438   reference:
1439     title: "Intel-x520"
1440     nic: "NIC_Intel-X520-DA2"
1441   compare:
1442     title: "Intel-x710"
1443     nic: "NIC_Intel-X710"
1444   data: "vpp-nic-comparison-3n-hsw-mrr"
1445   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1446   filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1447   parameters:
1448   - "name"
1449   - "parent"
1450   - "result"
1451   - "tags"
1452
1453 # VPP Compare NICs 3n-hsw 2t2c mrr
1454 -
1455   type: "table"
1456   title: "VPP Compare NICs 3n-hsw 2t2c mrr"
1457   algorithm: "table_nics_comparison"
1458   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-mrr"
1459   reference:
1460     title: "Intel-x520"
1461     nic: "NIC_Intel-X520-DA2"
1462   compare:
1463     title: "Intel-x710"
1464     nic: "NIC_Intel-X710"
1465   data: "vpp-nic-comparison-3n-hsw-mrr"
1466   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1467   filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1468   parameters:
1469   - "name"
1470   - "parent"
1471   - "result"
1472   - "tags"
1473
1474 # VPP Compare NICs 3n-hsw 4t4c mrr
1475 -
1476   type: "table"
1477   title: "VPP Compare NICs 3n-hsw 4t4c mrr"
1478   algorithm: "table_nics_comparison"
1479   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-nics-mrr"
1480   reference:
1481     title: "Intel-x520"
1482     nic: "NIC_Intel-X520-DA2"
1483   compare:
1484     title: "Intel-x710"
1485     nic: "NIC_Intel-X710"
1486   data: "vpp-nic-comparison-3n-hsw-mrr"
1487   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1488   filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1489   parameters:
1490   - "name"
1491   - "parent"
1492   - "result"
1493   - "tags"
1494
1495 # VPP Compare NICs 3n-skx 2t1c ndr
1496 -
1497   type: "table"
1498   title: "VPP Compare NICs 3n-skx 2t1c ndr"
1499   algorithm: "table_nics_comparison"
1500   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
1501   reference:
1502     title: "Intel-x710"
1503     nic: "NIC_Intel-X710"
1504   compare:
1505     title: "Intel-xxv710"
1506     nic: "NIC_Intel-XXV710"
1507   data: "vpp-nic-comparison-3n-skx"
1508   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1509   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1510   parameters:
1511   - "name"
1512   - "parent"
1513   - "throughput"
1514   - "tags"
1515
1516 # VPP Compare NICs 3n-skx 4t2c ndr
1517 -
1518   type: "table"
1519   title: "VPP Compare NICs 3n-skx 4t2c ndr"
1520   algorithm: "table_nics_comparison"
1521   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
1522   reference:
1523     title: "Intel-x710"
1524     nic: "NIC_Intel-X710"
1525   compare:
1526     title: "Intel-xxv710"
1527     nic: "NIC_Intel-XXV710"
1528   data: "vpp-nic-comparison-3n-skx"
1529   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1530   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1531   parameters:
1532   - "name"
1533   - "parent"
1534   - "throughput"
1535   - "tags"
1536
1537 # VPP Compare NICs 3n-skx 2t1c pdr
1538 -
1539   type: "table"
1540   title: "VPP Compare NICs 3n-skx 2t1c pdr"
1541   algorithm: "table_nics_comparison"
1542   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
1543   reference:
1544     title: "Intel-x710"
1545     nic: "NIC_Intel-X710"
1546   compare:
1547     title: "Intel-xxv710"
1548     nic: "NIC_Intel-XXV710"
1549   data: "vpp-nic-comparison-3n-skx"
1550   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1551   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1552   parameters:
1553   - "name"
1554   - "parent"
1555   - "throughput"
1556   - "tags"
1557
1558  # VPP Compare NICs 3n-skx 4t2c pdr
1559 -
1560   type: "table"
1561   title: "VPP Compare NICs 3n-skx 4t2c pdr"
1562   algorithm: "table_nics_comparison"
1563   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
1564   reference:
1565     title: "Intel-x710"
1566     nic: "NIC_Intel-X710"
1567   compare:
1568     title: "Intel-xxv710"
1569     nic: "NIC_Intel-XXV710"
1570   data: "vpp-nic-comparison-3n-skx"
1571   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1572   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1573   parameters:
1574   - "name"
1575   - "parent"
1576   - "throughput"
1577   - "tags"
1578
1579 # VPP Compare NICs 3n-skx 2t1c mrr
1580 -
1581   type: "table"
1582   title: "VPP Compare NICs 3n-skx 2t1c mrr"
1583   algorithm: "table_nics_comparison"
1584   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
1585   reference:
1586     title: "Intel-x710"
1587     nic: "NIC_Intel-X710"
1588   compare:
1589     title: "Intel-xxv710"
1590     nic: "NIC_Intel-XXV710"
1591   data: "vpp-nic-comparison-3n-skx-mrr"
1592   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1593   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1594   parameters:
1595   - "name"
1596   - "parent"
1597   - "result"
1598   - "tags"
1599
1600 # VPP Compare NICs 3n-skx 4t2c mrr
1601 -
1602   type: "table"
1603   title: "VPP Compare NICs 3n-skx 4t2c mrr"
1604   algorithm: "table_nics_comparison"
1605   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
1606   reference:
1607     title: "Intel-x710"
1608     nic: "NIC_Intel-X710"
1609   compare:
1610     title: "Intel-xxv710"
1611     nic: "NIC_Intel-XXV710"
1612   data: "vpp-nic-comparison-3n-skx-mrr"
1613   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1614   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1615   parameters:
1616   - "name"
1617   - "parent"
1618   - "result"
1619   - "tags"
1620
1621  # VPP Compare NICs 3n-skx 8t4c mrr
1622 -
1623   type: "table"
1624   title: "VPP Compare NICs 3n-skx 8t4c mrr"
1625   algorithm: "table_nics_comparison"
1626   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
1627   reference:
1628     title: "Intel-x710"
1629     nic: "NIC_Intel-X710"
1630   compare:
1631     title: "Intel-xxv710"
1632     nic: "NIC_Intel-XXV710"
1633   data: "vpp-nic-comparison-3n-skx-mrr"
1634   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1635   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1636   parameters:
1637   - "name"
1638   - "parent"
1639   - "result"
1640   - "tags"
1641
1642 # VPP Compare NICs 2n-skx 2t1c ndr
1643 -
1644   type: "table"
1645   title: "VPP Compare NICs 2n-skx 2t1c ndr"
1646   algorithm: "table_nics_comparison"
1647   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
1648   reference:
1649     title: "Intel-x710"
1650     nic: "NIC_Intel-X710"
1651   compare:
1652     title: "Intel-xxv710"
1653     nic: "NIC_Intel-XXV710"
1654   data: "vpp-nic-comparison-2n-skx"
1655   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1656   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1657   parameters:
1658   - "name"
1659   - "parent"
1660   - "throughput"
1661   - "tags"
1662
1663 # VPP Compare NICs 2n-skx 4t2c ndr
1664 -
1665   type: "table"
1666   title: "VPP Compare NICs 2n-skx 4t2c ndr"
1667   algorithm: "table_nics_comparison"
1668   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
1669   reference:
1670     title: "Intel-x710"
1671     nic: "NIC_Intel-X710"
1672   compare:
1673     title: "Intel-xxv710"
1674     nic: "NIC_Intel-XXV710"
1675   data: "vpp-nic-comparison-2n-skx"
1676   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1677   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1678   parameters:
1679   - "name"
1680   - "parent"
1681   - "throughput"
1682   - "tags"
1683
1684  # VPP Compare NICs 2n-skx 2t1c pdr
1685 -
1686   type: "table"
1687   title: "VPP Compare NICs 2n-skx 2t1c pdr"
1688   algorithm: "table_nics_comparison"
1689   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
1690   reference:
1691     title: "Intel-x710"
1692     nic: "NIC_Intel-X710"
1693   compare:
1694     title: "Intel-xxv710"
1695     nic: "NIC_Intel-XXV710"
1696   data: "vpp-nic-comparison-2n-skx"
1697   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1698   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1699   parameters:
1700   - "name"
1701   - "parent"
1702   - "throughput"
1703   - "tags"
1704
1705 # VPP Compare NICs 2n-skx 4t2c pdr
1706 -
1707   type: "table"
1708   title: "VPP Compare NICs 2n-skx 4t2c pdr"
1709   algorithm: "table_nics_comparison"
1710   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
1711   reference:
1712     title: "Intel-x710"
1713     nic: "NIC_Intel-X710"
1714   compare:
1715     title: "Intel-xxv710"
1716     nic: "NIC_Intel-XXV710"
1717   data: "vpp-nic-comparison-2n-skx"
1718   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1719   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1720   parameters:
1721   - "name"
1722   - "parent"
1723   - "throughput"
1724   - "tags"
1725
1726 # VPP Compare NICs 2n-skx 2t1c mrr
1727 -
1728   type: "table"
1729   title: "VPP Compare NICs 2n-skx 2t1c mrr"
1730   algorithm: "table_nics_comparison"
1731   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
1732   reference:
1733     title: "Intel-x710"
1734     nic: "NIC_Intel-X710"
1735   compare:
1736     title: "Intel-xxv710"
1737     nic: "NIC_Intel-XXV710"
1738   data: "vpp-nic-comparison-2n-skx-mrr"
1739   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1740   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1741   parameters:
1742   - "name"
1743   - "parent"
1744   - "result"
1745   - "tags"
1746
1747 # VPP Compare NICs 2n-skx 4t2c mrr
1748 -
1749   type: "table"
1750   title: "VPP Compare NICs 2n-skx 4t2c mrr"
1751   algorithm: "table_nics_comparison"
1752   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
1753   reference:
1754     title: "Intel-x710"
1755     nic: "NIC_Intel-X710"
1756   compare:
1757     title: "Intel-xxv710"
1758     nic: "NIC_Intel-XXV710"
1759   data: "vpp-nic-comparison-2n-skx-mrr"
1760   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1761   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1762   parameters:
1763   - "name"
1764   - "parent"
1765   - "result"
1766   - "tags"
1767
1768 # VPP Compare NICs 2n-skx 8t4c mrr
1769 -
1770   type: "table"
1771   title: "VPP Compare NICs 2n-skx 8t4c mrr"
1772   algorithm: "table_nics_comparison"
1773   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
1774   reference:
1775     title: "Intel-x710"
1776     nic: "NIC_Intel-X710"
1777   compare:
1778     title: "Intel-xxv710"
1779     nic: "NIC_Intel-XXV710"
1780   data: "vpp-nic-comparison-2n-skx-mrr"
1781   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1782   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1783   parameters:
1784   - "name"
1785   - "parent"
1786   - "result"
1787   - "tags"
1788
1789 ################################################################################
1790 # VPP
1791
1792 # VPP Performance Changes 3n-hsw 1t1c pdr
1793 -
1794   type: "table"
1795   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
1796   algorithm: "table_performance_comparison"
1797   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
1798   history:
1799     -
1800       title: "rls1804"
1801       data:
1802         csit-vpp-perf-1804-all:
1803         - 21  # sel
1804         - 22  # sel
1805         - 23  # sel
1806         - 24  # sel
1807         - 27  # sel
1808         - 28  # sel
1809         - 29  # sel
1810         - 30  # sel
1811         - 31  # sel
1812         - 35  # sel
1813   reference:
1814     title: "rls1807"
1815     data:
1816       csit-vpp-perf-verify-1807-3n-hsw:
1817       - 11  # NDRPDR full 1
1818       - 22  # NDRPDR full 2
1819       - 45  # NDRPDR full 3
1820       - 46  # NDRPDR full 4
1821       - 15  # NDRPDR sel
1822       - 16  # NDRPDR sel
1823       - 19  # NDRPDR sel
1824       - 18  # NDRPDR sel
1825       - 20  # NDRPDR sel
1826       - 38  # NDRPDR sel
1827       - 40  # NDRPDR sel
1828       - 44  # NDRPDR sel
1829       - 47  # NDRPDR sel
1830   compare:
1831     title: "rls1810"
1832     data:
1833       csit-vpp-perf-verify-1810-3n-hsw:
1834       - 8   # NDRPDR sel
1835       - 12  # NDRPDR sel
1836       - 14  # NDRPDR sel
1837       - 18  # NDRPDR sel
1838       - 23  # NDRPDR sel
1839       - 25  # NDRPDR sel
1840       - 38  # NDRPDR sel
1841       - 39  # NDRPDR sel
1842       - 41  # NDRPDR sel
1843       - 42  # NDRPDR sel
1844   data: "vpp-performance-changes-3n-hsw"
1845   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1846   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1847   parameters:
1848   - "name"
1849   - "parent"
1850   - "throughput"
1851
1852 # VPP Performance Changes 3n-hsw 2t2c pdr
1853 -
1854   type: "table"
1855   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
1856   algorithm: "table_performance_comparison"
1857   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
1858   history:
1859     -
1860       title: "rls1804"
1861       data:
1862         csit-vpp-perf-1804-all:
1863         - 21  # sel
1864         - 22  # sel
1865         - 23  # sel
1866         - 24  # sel
1867         - 27  # sel
1868         - 28  # sel
1869         - 29  # sel
1870         - 30  # sel
1871         - 31  # sel
1872         - 35  # sel
1873   reference:
1874     title: "rls1807"
1875     data:
1876       csit-vpp-perf-verify-1807-3n-hsw:
1877       - 11  # NDRPDR full 1
1878       - 22  # NDRPDR full 2
1879       - 45  # NDRPDR full 3
1880       - 46  # NDRPDR full 4
1881       - 15  # NDRPDR sel
1882       - 16  # NDRPDR sel
1883       - 19  # NDRPDR sel
1884       - 18  # NDRPDR sel
1885       - 20  # NDRPDR sel
1886       - 38  # NDRPDR sel
1887       - 40  # NDRPDR sel
1888       - 44  # NDRPDR sel
1889       - 47  # NDRPDR sel
1890   compare:
1891     title: "rls1810"
1892     data:
1893       csit-vpp-perf-verify-1810-3n-hsw:
1894       - 8   # NDRPDR sel
1895       - 12  # NDRPDR sel
1896       - 14  # NDRPDR sel
1897       - 18  # NDRPDR sel
1898       - 23  # NDRPDR sel
1899       - 25  # NDRPDR sel
1900       - 38  # NDRPDR sel
1901       - 39  # NDRPDR sel
1902       - 41  # NDRPDR sel
1903       - 42  # NDRPDR sel
1904   data: "vpp-performance-changes-3n-hsw"
1905   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1906   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1907   parameters:
1908   - "name"
1909   - "parent"
1910   - "throughput"
1911
1912 # VPP Performance Changes 3n-hsw 1t1c ndr
1913 -
1914   type: "table"
1915   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
1916   algorithm: "table_performance_comparison"
1917   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
1918   history:
1919     -
1920       title: "rls1804"
1921       data:
1922         csit-vpp-perf-1804-all:
1923         - 21  # sel
1924         - 22  # sel
1925         - 23  # sel
1926         - 24  # sel
1927         - 27  # sel
1928         - 28  # sel
1929         - 29  # sel
1930         - 30  # sel
1931         - 31  # sel
1932         - 35  # sel
1933   reference:
1934     title: "rls1807"
1935     data:
1936       csit-vpp-perf-verify-1807-3n-hsw:
1937       - 11  # NDRPDR full 1
1938       - 22  # NDRPDR full 2
1939       - 45  # NDRPDR full 3
1940       - 46  # NDRPDR full 4
1941       - 15  # NDRPDR sel
1942       - 16  # NDRPDR sel
1943       - 19  # NDRPDR sel
1944       - 18  # NDRPDR sel
1945       - 20  # NDRPDR sel
1946       - 38  # NDRPDR sel
1947       - 40  # NDRPDR sel
1948       - 44  # NDRPDR sel
1949       - 47  # NDRPDR sel
1950   compare:
1951     title: "rls1810"
1952     data:
1953       csit-vpp-perf-verify-1810-3n-hsw:
1954       - 8   # NDRPDR sel
1955       - 12  # NDRPDR sel
1956       - 14  # NDRPDR sel
1957       - 18  # NDRPDR sel
1958       - 23  # NDRPDR sel
1959       - 25  # NDRPDR sel
1960       - 38  # NDRPDR sel
1961       - 39  # NDRPDR sel
1962       - 41  # NDRPDR sel
1963       - 42  # NDRPDR sel
1964   data: "vpp-performance-changes-3n-hsw"
1965   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1966   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1967   parameters:
1968   - "name"
1969   - "parent"
1970   - "throughput"
1971
1972 # VPP Performance Changes 3n-hsw 2t2c ndr
1973 -
1974   type: "table"
1975   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
1976   algorithm: "table_performance_comparison"
1977   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
1978   history:
1979     -
1980       title: "rls1804"
1981       data:
1982         csit-vpp-perf-1804-all:
1983         - 21  # sel
1984         - 22  # sel
1985         - 23  # sel
1986         - 24  # sel
1987         - 27  # sel
1988         - 28  # sel
1989         - 29  # sel
1990         - 30  # sel
1991         - 31  # sel
1992         - 35  # sel
1993   reference:
1994     title: "rls1807"
1995     data:
1996       csit-vpp-perf-verify-1807-3n-hsw:
1997       - 11  # NDRPDR full 1
1998       - 22  # NDRPDR full 2
1999       - 45  # NDRPDR full 3
2000       - 46  # NDRPDR full 4
2001       - 15  # NDRPDR sel
2002       - 16  # NDRPDR sel
2003       - 19  # NDRPDR sel
2004       - 18  # NDRPDR sel
2005       - 20  # NDRPDR sel
2006       - 38  # NDRPDR sel
2007       - 40  # NDRPDR sel
2008       - 44  # NDRPDR sel
2009       - 47  # NDRPDR sel
2010   compare:
2011     title: "rls1810"
2012     data:
2013       csit-vpp-perf-verify-1810-3n-hsw:
2014       - 8   # NDRPDR sel
2015       - 12  # NDRPDR sel
2016       - 14  # NDRPDR sel
2017       - 18  # NDRPDR sel
2018       - 23  # NDRPDR sel
2019       - 25  # NDRPDR sel
2020       - 38  # NDRPDR sel
2021       - 39  # NDRPDR sel
2022       - 41  # NDRPDR sel
2023       - 42  # NDRPDR sel
2024   data: "vpp-performance-changes-3n-hsw"
2025   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2026   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2027   parameters:
2028   - "name"
2029   - "parent"
2030   - "throughput"
2031
2032 # VPP Performance Changes 3n-skx 2t1c pdr
2033 -
2034   type: "table"
2035   title: "VPP Performance Changes 3n-skx 2t1c pdr"
2036   algorithm: "table_performance_comparison"
2037   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
2038   reference:
2039     title: "rls1807"
2040     data:
2041       csit-vpp-perf-verify-1807-3n-skx:
2042       - 33  # NDRPDR sel
2043       - 35  # NDRPDR sel
2044       - 37  # NDRPDR sel
2045       - 38  # NDRPDR sel
2046       - 39  # NDRPDR sel
2047       - 43  # NDRPDR sel
2048       - 44  # NDRPDR sel
2049       - 49  # NDRPDR sel
2050       - 50  # NDRPDR sel
2051       - 56  # NDRPDR sel
2052   compare:
2053     title: "rls1810"
2054     data:
2055       csit-vpp-perf-verify-1810-3n-skx:
2056       - 10  # NDRPDR sel
2057       - 14  # NDRPDR sel
2058       - 15  # NDRPDR sel
2059       - 16  # NDRPDR sel
2060       - 17  # NDRPDR sel
2061       - 19  # NDRPDR sel
2062       - 20  # NDRPDR sel
2063       - 21  # NDRPDR sel
2064       - 22  # NDRPDR sel
2065       - 25  # NDRPDR sel
2066   data: "vpp-performance-changes-3n-skx"
2067   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2068   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2069   parameters:
2070   - "name"
2071   - "parent"
2072   - "throughput"
2073
2074 # VPP Performance Changes 3n-skx 4t2c pdr
2075 -
2076   type: "table"
2077   title: "VPP Performance Changes 3n-skx 4t2c pdr"
2078   algorithm: "table_performance_comparison"
2079   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
2080   reference:
2081     title: "rls1807"
2082     data:
2083       csit-vpp-perf-verify-1807-3n-skx:
2084       - 33  # NDRPDR sel
2085       - 35  # NDRPDR sel
2086       - 37  # NDRPDR sel
2087       - 38  # NDRPDR sel
2088       - 39  # NDRPDR sel
2089       - 43  # NDRPDR sel
2090       - 44  # NDRPDR sel
2091       - 49  # NDRPDR sel
2092       - 50  # NDRPDR sel
2093       - 56  # NDRPDR sel
2094   compare:
2095     title: "rls1810"
2096     data:
2097       csit-vpp-perf-verify-1810-3n-skx:
2098       - 10  # NDRPDR sel
2099       - 14  # NDRPDR sel
2100       - 15  # NDRPDR sel
2101       - 16  # NDRPDR sel
2102       - 17  # NDRPDR sel
2103       - 19  # NDRPDR sel
2104       - 20  # NDRPDR sel
2105       - 21  # NDRPDR sel
2106       - 22  # NDRPDR sel
2107       - 25  # NDRPDR sel
2108   data: "vpp-performance-changes-3n-skx"
2109   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2110   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2111   parameters:
2112   - "name"
2113   - "parent"
2114   - "throughput"
2115
2116 # VPP Performance Changes 3n-skx 2t1c ndr
2117 -
2118   type: "table"
2119   title: "VPP Performance Changes 3n-skx 2t1c ndr"
2120   algorithm: "table_performance_comparison"
2121   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
2122   reference:
2123     title: "rls1807"
2124     data:
2125       csit-vpp-perf-verify-1807-3n-skx:
2126       - 33  # NDRPDR sel
2127       - 35  # NDRPDR sel
2128       - 37  # NDRPDR sel
2129       - 38  # NDRPDR sel
2130       - 39  # NDRPDR sel
2131       - 43  # NDRPDR sel
2132       - 44  # NDRPDR sel
2133       - 49  # NDRPDR sel
2134       - 50  # NDRPDR sel
2135       - 56  # NDRPDR sel
2136   compare:
2137     title: "rls1810"
2138     data:
2139       csit-vpp-perf-verify-1810-3n-skx:
2140       - 10  # NDRPDR sel
2141       - 14  # NDRPDR sel
2142       - 15  # NDRPDR sel
2143       - 16  # NDRPDR sel
2144       - 17  # NDRPDR sel
2145       - 19  # NDRPDR sel
2146       - 20  # NDRPDR sel
2147       - 21  # NDRPDR sel
2148       - 22  # NDRPDR sel
2149       - 25  # NDRPDR sel
2150   data: "vpp-performance-changes-3n-skx"
2151   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2152   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2153   parameters:
2154   - "name"
2155   - "parent"
2156   - "throughput"
2157
2158 # VPP Performance Changes 3n-skx 4t2c ndr
2159 -
2160   type: "table"
2161   title: "VPP Performance Changes 3n-skx 4t2c ndr"
2162   algorithm: "table_performance_comparison"
2163   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
2164   reference:
2165     title: "rls1807"
2166     data:
2167       csit-vpp-perf-verify-1807-3n-skx:
2168       - 33  # NDRPDR sel
2169       - 35  # NDRPDR sel
2170       - 37  # NDRPDR sel
2171       - 38  # NDRPDR sel
2172       - 39  # NDRPDR sel
2173       - 43  # NDRPDR sel
2174       - 44  # NDRPDR sel
2175       - 49  # NDRPDR sel
2176       - 50  # NDRPDR sel
2177       - 56  # NDRPDR sel
2178   compare:
2179     title: "rls1810"
2180     data:
2181       csit-vpp-perf-verify-1810-3n-skx:
2182       - 10  # NDRPDR sel
2183       - 14  # NDRPDR sel
2184       - 15  # NDRPDR sel
2185       - 16  # NDRPDR sel
2186       - 17  # NDRPDR sel
2187       - 19  # NDRPDR sel
2188       - 20  # NDRPDR sel
2189       - 21  # NDRPDR sel
2190       - 22  # NDRPDR sel
2191       - 25  # NDRPDR sel
2192   data: "vpp-performance-changes-3n-skx"
2193   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2194   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2195   parameters:
2196   - "name"
2197   - "parent"
2198   - "throughput"
2199
2200 # VPP Performance Changes 2n-skx 2t1c pdr
2201 -
2202   type: "table"
2203   title: "VPP Performance Changes 2n-skx 2t1c pdr"
2204   algorithm: "table_performance_comparison"
2205   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
2206   reference:
2207     title: "rls1807"
2208     data:
2209       csit-vpp-perf-verify-1807-2n-skx:
2210       - 26  # NDRPDR sel
2211       - 28  # NDRPDR sel
2212       - 29  # NDRPDR sel
2213       - 30  # NDRPDR sel
2214       - 34  # NDRPDR sel
2215       - 35  # NDRPDR sel
2216       - 36  # NDRPDR sel
2217       - 39  # NDRPDR sel
2218       - 40  # NDRPDR sel
2219       - 42  # NDRPDR sel
2220   compare:
2221     title: "rls1810"
2222     data:
2223       csit-vpp-perf-verify-1810-2n-skx:
2224       - 9   # NDRPDR sel
2225       - 13  # NDRPDR sel
2226       - 14  # NDRPDR sel
2227       - 19  # NDRPDR sel
2228       - 20  # NDRPDR sel
2229       - 21  # NDRPDR sel
2230       - 22  # NDRPDR sel
2231       - 23  # NDRPDR sel
2232       - 24  # NDRPDR sel
2233       - 27  # NDRPDR sel
2234   data: "vpp-performance-changes-2n-skx"
2235   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2236   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2237   parameters:
2238   - "name"
2239   - "parent"
2240   - "throughput"
2241
2242 # VPP Performance Changes 2n-skx 4t2c pdr
2243 -
2244   type: "table"
2245   title: "VPP Performance Changes 2n-skx 4t2c pdr"
2246   algorithm: "table_performance_comparison"
2247   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
2248   reference:
2249     title: "rls1807"
2250     data:
2251       csit-vpp-perf-verify-1807-2n-skx:
2252       - 26  # NDRPDR sel
2253       - 28  # NDRPDR sel
2254       - 29  # NDRPDR sel
2255       - 30  # NDRPDR sel
2256       - 34  # NDRPDR sel
2257       - 35  # NDRPDR sel
2258       - 36  # NDRPDR sel
2259       - 39  # NDRPDR sel
2260       - 40  # NDRPDR sel
2261       - 42  # NDRPDR sel
2262   compare:
2263     title: "rls1810"
2264     data:
2265       csit-vpp-perf-verify-1810-2n-skx:
2266       - 9   # NDRPDR sel
2267       - 13  # NDRPDR sel
2268       - 14  # NDRPDR sel
2269       - 19  # NDRPDR sel
2270       - 20  # NDRPDR sel
2271       - 21  # NDRPDR sel
2272       - 22  # NDRPDR sel
2273       - 23  # NDRPDR sel
2274       - 24  # NDRPDR sel
2275       - 27  # NDRPDR sel
2276   data: "vpp-performance-changes-2n-skx"
2277   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2278   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2279   parameters:
2280   - "name"
2281   - "parent"
2282   - "throughput"
2283
2284 # VPP Performance Changes 2n-skx 2t1c ndr
2285 -
2286   type: "table"
2287   title: "VPP Performance Changes 2n-skx 2t1c ndr"
2288   algorithm: "table_performance_comparison"
2289   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
2290   reference:
2291     title: "rls1807"
2292     data:
2293       csit-vpp-perf-verify-1807-2n-skx:
2294       - 26  # NDRPDR sel
2295       - 28  # NDRPDR sel
2296       - 29  # NDRPDR sel
2297       - 30  # NDRPDR sel
2298       - 34  # NDRPDR sel
2299       - 35  # NDRPDR sel
2300       - 36  # NDRPDR sel
2301       - 39  # NDRPDR sel
2302       - 40  # NDRPDR sel
2303       - 42  # NDRPDR sel
2304   compare:
2305     title: "rls1810"
2306     data:
2307       csit-vpp-perf-verify-1810-2n-skx:
2308       - 9   # NDRPDR sel
2309       - 13  # NDRPDR sel
2310       - 14  # NDRPDR sel
2311       - 19  # NDRPDR sel
2312       - 20  # NDRPDR sel
2313       - 21  # NDRPDR sel
2314       - 22  # NDRPDR sel
2315       - 23  # NDRPDR sel
2316       - 24  # NDRPDR sel
2317       - 27  # NDRPDR sel
2318   data: "vpp-performance-changes-2n-skx"
2319   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2320   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2321   parameters:
2322   - "name"
2323   - "parent"
2324   - "throughput"
2325
2326 # VPP Performance Changes 2n-skx 4t2c ndr
2327 -
2328   type: "table"
2329   title: "VPP Performance Changes 2n-skx 4t2c ndr"
2330   algorithm: "table_performance_comparison"
2331   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
2332   reference:
2333     title: "rls1807"
2334     data:
2335       csit-vpp-perf-verify-1807-2n-skx:
2336       - 26  # NDRPDR sel
2337       - 28  # NDRPDR sel
2338       - 29  # NDRPDR sel
2339       - 30  # NDRPDR sel
2340       - 34  # NDRPDR sel
2341       - 35  # NDRPDR sel
2342       - 36  # NDRPDR sel
2343       - 39  # NDRPDR sel
2344       - 40  # NDRPDR sel
2345       - 42  # NDRPDR sel
2346   compare:
2347     title: "rls1810"
2348     data:
2349       csit-vpp-perf-verify-1810-2n-skx:
2350       - 9   # NDRPDR sel
2351       - 13  # NDRPDR sel
2352       - 14  # NDRPDR sel
2353       - 19  # NDRPDR sel
2354       - 20  # NDRPDR sel
2355       - 21  # NDRPDR sel
2356       - 22  # NDRPDR sel
2357       - 23  # NDRPDR sel
2358       - 24  # NDRPDR sel
2359       - 27  # NDRPDR sel
2360   data: "vpp-performance-changes-2n-skx"
2361   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2362   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2363   parameters:
2364   - "name"
2365   - "parent"
2366   - "throughput"
2367
2368 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
2369 -
2370   type: "table"
2371   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
2372   algorithm: "table_performance_comparison"
2373   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
2374   reference:
2375     title: "3-Node Hsw"
2376     data:
2377       csit-vpp-perf-verify-1810-3n-hsw:
2378       - 8   # NDRPDR sel
2379       - 12  # NDRPDR sel
2380       - 14  # NDRPDR sel
2381       - 18  # NDRPDR sel
2382       - 23  # NDRPDR sel
2383       - 25  # NDRPDR sel
2384       - 38  # NDRPDR sel
2385       - 39  # NDRPDR sel
2386       - 41  # NDRPDR sel
2387       - 42  # NDRPDR sel
2388   compare:
2389     title: "3-Node Skx"
2390     data:
2391       csit-vpp-perf-verify-1810-3n-skx:
2392       - 10  # NDRPDR sel
2393       - 14  # NDRPDR sel
2394       - 15  # NDRPDR sel
2395       - 16  # NDRPDR sel
2396       - 17  # NDRPDR sel
2397       - 19  # NDRPDR sel
2398       - 20  # NDRPDR sel
2399       - 21  # NDRPDR sel
2400       - 22  # NDRPDR sel
2401       - 25  # NDRPDR sel
2402   data: "vpp-compare-testbeds"
2403   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2404   filter: "'NIC_Intel-X710' and 'NDRPDR' and '1C'"
2405   parameters:
2406   - "name"
2407   - "parent"
2408   - "throughput"
2409
2410 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
2411 -
2412   type: "table"
2413   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
2414   algorithm: "table_performance_comparison"
2415   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
2416   reference:
2417     title: "3-Node Hsw"
2418     data:
2419       csit-vpp-perf-verify-1810-3n-hsw:
2420       - 8   # NDRPDR sel
2421       - 12  # NDRPDR sel
2422       - 14  # NDRPDR sel
2423       - 18  # NDRPDR sel
2424       - 23  # NDRPDR sel
2425       - 25  # NDRPDR sel
2426       - 38  # NDRPDR sel
2427       - 39  # NDRPDR sel
2428       - 41  # NDRPDR sel
2429       - 42  # NDRPDR sel
2430   compare:
2431     title: "3-Node Skx"
2432     data:
2433       csit-vpp-perf-verify-1810-3n-skx:
2434       - 10  # NDRPDR sel
2435       - 14  # NDRPDR sel
2436       - 15  # NDRPDR sel
2437       - 16  # NDRPDR sel
2438       - 17  # NDRPDR sel
2439       - 19  # NDRPDR sel
2440       - 20  # NDRPDR sel
2441       - 21  # NDRPDR sel
2442       - 22  # NDRPDR sel
2443       - 25  # NDRPDR sel
2444   data: "vpp-compare-testbeds"
2445   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2446   filter: "'NIC_Intel-X710' and 'NDRPDR' and '2C'"
2447   parameters:
2448   - "name"
2449   - "parent"
2450   - "throughput"
2451
2452 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
2453 -
2454   type: "table"
2455   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
2456   algorithm: "table_performance_comparison"
2457   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
2458   reference:
2459     title: "3-Node Hsw"
2460     data:
2461       csit-vpp-perf-verify-1810-3n-hsw:
2462       - 8   # NDRPDR sel
2463       - 12  # NDRPDR sel
2464       - 14  # NDRPDR sel
2465       - 18  # NDRPDR sel
2466       - 23  # NDRPDR sel
2467       - 25  # NDRPDR sel
2468       - 38  # NDRPDR sel
2469       - 39  # NDRPDR sel
2470       - 41  # NDRPDR sel
2471       - 42  # NDRPDR sel
2472   compare:
2473     title: "3-Node Skx"
2474     data:
2475       csit-vpp-perf-verify-1810-3n-skx:
2476       - 10  # NDRPDR sel
2477       - 14  # NDRPDR sel
2478       - 15  # NDRPDR sel
2479       - 16  # NDRPDR sel
2480       - 17  # NDRPDR sel
2481       - 19  # NDRPDR sel
2482       - 20  # NDRPDR sel
2483       - 21  # NDRPDR sel
2484       - 22  # NDRPDR sel
2485       - 25  # NDRPDR sel
2486   data: "vpp-compare-testbeds"
2487   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2488   filter: "'NIC_Intel-X710' and 'NDRPDR' and '1C'"
2489   parameters:
2490   - "name"
2491   - "parent"
2492   - "throughput"
2493
2494 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
2495 -
2496   type: "table"
2497   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
2498   algorithm: "table_performance_comparison"
2499   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
2500   reference:
2501     title: "3-Node Hsw"
2502     data:
2503       csit-vpp-perf-verify-1810-3n-hsw:
2504       - 8   # NDRPDR sel
2505       - 12  # NDRPDR sel
2506       - 14  # NDRPDR sel
2507       - 18  # NDRPDR sel
2508       - 23  # NDRPDR sel
2509       - 25  # NDRPDR sel
2510       - 38  # NDRPDR sel
2511       - 39  # NDRPDR sel
2512       - 41  # NDRPDR sel
2513       - 42  # NDRPDR sel
2514   compare:
2515     title: "3-Node Skx"
2516     data:
2517       csit-vpp-perf-verify-1810-3n-skx:
2518       - 10  # NDRPDR sel
2519       - 14  # NDRPDR sel
2520       - 15  # NDRPDR sel
2521       - 16  # NDRPDR sel
2522       - 17  # NDRPDR sel
2523       - 19  # NDRPDR sel
2524       - 20  # NDRPDR sel
2525       - 21  # NDRPDR sel
2526       - 22  # NDRPDR sel
2527       - 25  # NDRPDR sel
2528   data: "vpp-compare-testbeds"
2529   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2530   filter: "'NIC_Intel-X710' and 'NDRPDR' and '2C'"
2531   parameters:
2532   - "name"
2533   - "parent"
2534   - "throughput"
2535
2536 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
2537 -
2538   type: "table"
2539   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
2540   algorithm: "table_performance_comparison"
2541   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
2542   reference:
2543     title: "3-Node Skx"
2544     data:
2545       csit-vpp-perf-verify-1810-3n-skx:
2546       - 10  # NDRPDR sel
2547       - 14  # NDRPDR sel
2548       - 15  # NDRPDR sel
2549       - 16  # NDRPDR sel
2550       - 17  # NDRPDR sel
2551       - 19  # NDRPDR sel
2552       - 20  # NDRPDR sel
2553       - 21  # NDRPDR sel
2554       - 22  # NDRPDR sel
2555       - 25  # NDRPDR sel
2556   compare:
2557     title: "2-Node Skx"
2558     data:
2559       csit-vpp-perf-verify-1810-2n-skx:
2560       - 9   # NDRPDR sel
2561       - 13  # NDRPDR sel
2562       - 14  # NDRPDR sel
2563       - 19  # NDRPDR sel
2564       - 20  # NDRPDR sel
2565       - 21  # NDRPDR sel
2566       - 22  # NDRPDR sel
2567       - 23  # NDRPDR sel
2568       - 24  # NDRPDR sel
2569       - 27  # NDRPDR sel
2570   data: "vpp-compare-topologies"
2571   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2572   filter: "'NDRPDR' and '1C'"
2573   parameters:
2574   - "name"
2575   - "parent"
2576   - "throughput"
2577
2578 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
2579 -
2580   type: "table"
2581   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
2582   algorithm: "table_performance_comparison"
2583   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
2584   reference:
2585     title: "3-Node Skx"
2586     data:
2587       csit-vpp-perf-verify-1810-3n-skx:
2588       - 10  # NDRPDR sel
2589       - 14  # NDRPDR sel
2590       - 15  # NDRPDR sel
2591       - 16  # NDRPDR sel
2592       - 17  # NDRPDR sel
2593       - 19  # NDRPDR sel
2594       - 20  # NDRPDR sel
2595       - 21  # NDRPDR sel
2596       - 22  # NDRPDR sel
2597       - 25  # NDRPDR sel
2598   compare:
2599     title: "2-Node Skx"
2600     data:
2601       csit-vpp-perf-verify-1810-2n-skx:
2602       - 9   # NDRPDR sel
2603       - 13  # NDRPDR sel
2604       - 14  # NDRPDR sel
2605       - 19  # NDRPDR sel
2606       - 20  # NDRPDR sel
2607       - 21  # NDRPDR sel
2608       - 22  # NDRPDR sel
2609       - 23  # NDRPDR sel
2610       - 24  # NDRPDR sel
2611       - 27  # NDRPDR sel
2612   data: "vpp-compare-topologies"
2613   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2614   filter: "'NDRPDR' and '2C'"
2615   parameters:
2616   - "name"
2617   - "parent"
2618   - "throughput"
2619
2620 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
2621 -
2622   type: "table"
2623   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
2624   algorithm: "table_performance_comparison"
2625   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
2626   reference:
2627     title: "3-Node Skx"
2628     data:
2629       csit-vpp-perf-verify-1810-3n-skx:
2630       - 10  # NDRPDR sel
2631       - 14  # NDRPDR sel
2632       - 15  # NDRPDR sel
2633       - 16  # NDRPDR sel
2634       - 17  # NDRPDR sel
2635       - 19  # NDRPDR sel
2636       - 20  # NDRPDR sel
2637       - 21  # NDRPDR sel
2638       - 22  # NDRPDR sel
2639       - 25  # NDRPDR sel
2640   compare:
2641     title: "2-Node Skx"
2642     data:
2643       csit-vpp-perf-verify-1810-2n-skx:
2644       - 9   # NDRPDR sel
2645       - 13  # NDRPDR sel
2646       - 14  # NDRPDR sel
2647       - 19  # NDRPDR sel
2648       - 20  # NDRPDR sel
2649       - 21  # NDRPDR sel
2650       - 22  # NDRPDR sel
2651       - 23  # NDRPDR sel
2652       - 24  # NDRPDR sel
2653       - 27  # NDRPDR sel
2654   data: "vpp-compare-topologies"
2655   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2656   filter: "'NDRPDR' and '1C'"
2657   parameters:
2658   - "name"
2659   - "parent"
2660   - "throughput"
2661
2662 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
2663 -
2664   type: "table"
2665   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
2666   algorithm: "table_performance_comparison"
2667   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
2668   reference:
2669     title: "3-Node Skx"
2670     data:
2671       csit-vpp-perf-verify-1810-3n-skx:
2672       - 10  # NDRPDR sel
2673       - 14  # NDRPDR sel
2674       - 15  # NDRPDR sel
2675       - 16  # NDRPDR sel
2676       - 17  # NDRPDR sel
2677       - 19  # NDRPDR sel
2678       - 20  # NDRPDR sel
2679       - 21  # NDRPDR sel
2680       - 22  # NDRPDR sel
2681       - 25  # NDRPDR sel
2682   compare:
2683     title: "2-Node Skx"
2684     data:
2685       csit-vpp-perf-verify-1810-2n-skx:
2686       - 9   # NDRPDR sel
2687       - 13  # NDRPDR sel
2688       - 14  # NDRPDR sel
2689       - 19  # NDRPDR sel
2690       - 20  # NDRPDR sel
2691       - 21  # NDRPDR sel
2692       - 22  # NDRPDR sel
2693       - 23  # NDRPDR sel
2694       - 24  # NDRPDR sel
2695       - 27  # NDRPDR sel
2696   data: "vpp-compare-topologies"
2697   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2698   filter: "'NDRPDR' and '2C'"
2699   parameters:
2700   - "name"
2701   - "parent"
2702   - "throughput"
2703
2704 # VPP Performance Changes 3n-hsw 1t1c MRR
2705 -
2706   type: "table"
2707   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
2708   algorithm: "table_performance_comparison"
2709   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
2710   history:
2711     -
2712       title: "rls1804"
2713       data:
2714         csit-vpp-perf-check-1804:
2715         - 6   # mrr - sel
2716         - 13  # mrr - sel
2717         - 14  # mrr - sel
2718         - 15  # mrr - sel
2719         - 16  # mrr - sel
2720         - 17  # mrr - sel
2721         - 19  # mrr - sel
2722         - 20  # mrr - sel
2723         - 21  # mrr - sel
2724         - 22  # mrr - sel
2725   reference:
2726     title: "rls1807"
2727     data:
2728       csit-vpp-perf-verify-1807-3n-hsw:
2729       - 8   # MRR full
2730       - 9   # MRR sel
2731       - 21  # MRR sel
2732       - 31  # MRR sel
2733       - 33  # MRR sel
2734       - 36  # MRR sel
2735       - 41  # MRR sel
2736       - 42  # MRR sel
2737       - 48  # MRR sel
2738   compare:
2739     title: "rls1810"
2740     data:
2741       csit-vpp-perf-verify-1810-3n-hsw:
2742       - 9   # MRR sel
2743   data: "vpp-performance-changes-3n-hsw-mrr"
2744   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2745   filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2746   parameters:
2747   - "name"
2748   - "parent"
2749   - "result"
2750
2751 # VPP Performance Changes 3n-hsw 2t2c MRR
2752 -
2753   type: "table"
2754   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
2755   algorithm: "table_performance_comparison"
2756   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
2757   history:
2758     -
2759       title: "rls1804"
2760       data:
2761         csit-vpp-perf-check-1804:
2762         - 6   # mrr - sel
2763         - 13  # mrr - sel
2764         - 14  # mrr - sel
2765         - 15  # mrr - sel
2766         - 16  # mrr - sel
2767         - 17  # mrr - sel
2768         - 19  # mrr - sel
2769         - 20  # mrr - sel
2770         - 21  # mrr - sel
2771         - 22  # mrr - sel
2772   reference:
2773     title: "rls1807"
2774     data:
2775       csit-vpp-perf-verify-1807-3n-hsw:
2776       - 8   # MRR full
2777       - 9   # MRR sel
2778       - 21  # MRR sel
2779       - 31  # MRR sel
2780       - 33  # MRR sel
2781       - 36  # MRR sel
2782       - 41  # MRR sel
2783       - 42  # MRR sel
2784       - 48  # MRR sel
2785   compare:
2786     title: "rls1810"
2787     data:
2788       csit-vpp-perf-verify-1810-3n-hsw:
2789       - 9   # MRR sel
2790   data: "vpp-performance-changes-3n-hsw-mrr"
2791   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2792   filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2793   parameters:
2794   - "name"
2795   - "parent"
2796   - "result"
2797
2798 # VPP Performance Changes 3n-hsw 4t4c MRR
2799 -
2800   type: "table"
2801   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
2802   algorithm: "table_performance_comparison"
2803   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
2804   history:
2805     -
2806       title: "rls1804"
2807       data:
2808         csit-vpp-perf-check-1804:
2809         - 6   # mrr - sel
2810         - 13  # mrr - sel
2811         - 14  # mrr - sel
2812         - 15  # mrr - sel
2813         - 16  # mrr - sel
2814         - 17  # mrr - sel
2815         - 19  # mrr - sel
2816         - 20  # mrr - sel
2817         - 21  # mrr - sel
2818         - 22  # mrr - sel
2819   reference:
2820     title: "rls1807"
2821     data:
2822       csit-vpp-perf-verify-1807-3n-hsw:
2823       - 8   # MRR full
2824       - 9   # MRR sel
2825       - 21  # MRR sel
2826       - 31  # MRR sel
2827       - 33  # MRR sel
2828       - 36  # MRR sel
2829       - 41  # MRR sel
2830       - 42  # MRR sel
2831       - 48  # MRR sel
2832   compare:
2833     title: "rls1810"
2834     data:
2835       csit-vpp-perf-verify-1810-3n-hsw:
2836       - 9   # MRR sel
2837   data: "vpp-performance-changes-3n-hsw-mrr"
2838   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2839   filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2840   parameters:
2841   - "name"
2842   - "parent"
2843   - "result"
2844
2845 # VPP Performance Changes 3n-skx 2t1c MRR
2846 -
2847   type: "table"
2848   title: "VPP Performance Changes 3n-skx 2t1c MRR"
2849   algorithm: "table_performance_comparison"
2850   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
2851   reference:
2852     title: "rls1807"
2853     data:
2854       csit-vpp-perf-verify-1807-3n-skx:
2855       - 28  # MRR sel
2856       - 32  # MRR sel
2857       - 36  # MRR sel
2858       - 42  # MRR sel
2859       - 47  # MRR sel
2860       - 48  # MRR sel
2861       - 51  # MRR sel
2862       - 52  # MRR sel
2863       - 53  # MRR sel
2864   compare:
2865     title: "rls1810"
2866     data:
2867       csit-vpp-perf-verify-1810-3n-skx:
2868       - 9   # MRR sel
2869       - 11  # MRR sel
2870       - 12  # MRR sel
2871       - 13  # MRR sel
2872   data: "vpp-performance-changes-3n-skx-mrr"
2873   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2874   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2875   parameters:
2876   - "name"
2877   - "parent"
2878   - "result"
2879
2880 # VPP Performance Changes 3n-skx 4t2c MRR
2881 -
2882   type: "table"
2883   title: "VPP Performance Changes 3n-skx 4t2c MRR"
2884   algorithm: "table_performance_comparison"
2885   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
2886   reference:
2887     title: "rls1807"
2888     data:
2889       csit-vpp-perf-verify-1807-3n-skx:
2890       - 28  # MRR sel
2891       - 32  # MRR sel
2892       - 36  # MRR sel
2893       - 42  # MRR sel
2894       - 47  # MRR sel
2895       - 48  # MRR sel
2896       - 51  # MRR sel
2897       - 52  # MRR sel
2898       - 53  # MRR sel
2899   compare:
2900     title: "rls1810"
2901     data:
2902       csit-vpp-perf-verify-1810-3n-skx:
2903       - 9   # MRR sel
2904       - 11  # MRR sel
2905       - 12  # MRR sel
2906       - 13  # MRR sel
2907   data: "vpp-performance-changes-3n-skx-mrr"
2908   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2909   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2910   parameters:
2911   - "name"
2912   - "parent"
2913   - "result"
2914
2915 # VPP Performance Changes 3n-skx 8t4c MRR
2916 -
2917   type: "table"
2918   title: "VPP Performance Changes 3n-skx 8t4c MRR"
2919   algorithm: "table_performance_comparison"
2920   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
2921   reference:
2922     title: "rls1807"
2923     data:
2924       csit-vpp-perf-verify-1807-3n-skx:
2925       - 28  # MRR sel
2926       - 32  # MRR sel
2927       - 36  # MRR sel
2928       - 42  # MRR sel
2929       - 47  # MRR sel
2930       - 48  # MRR sel
2931       - 51  # MRR sel
2932       - 52  # MRR sel
2933       - 53  # MRR sel
2934   compare:
2935     title: "rls1810"
2936     data:
2937       csit-vpp-perf-verify-1810-3n-skx:
2938       - 9   # MRR sel
2939       - 11  # MRR sel
2940       - 12  # MRR sel
2941       - 13  # MRR sel
2942   data: "vpp-performance-changes-3n-skx-mrr"
2943   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2944   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2945   parameters:
2946   - "name"
2947   - "parent"
2948   - "result"
2949
2950 # VPP Performance Changes 2n-skx 2t1c MRR
2951 -
2952   type: "table"
2953   title: "VPP Performance Changes 2n-skx 2t1c MRR"
2954   algorithm: "table_performance_comparison"
2955   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
2956   reference:
2957     title: "rls1807"
2958     data:
2959       csit-vpp-perf-verify-1807-2n-skx:
2960       - 31  # MRR sel
2961       - 33  # MRR sel
2962       - 37  # MRR sel
2963       - 38  # MRR sel
2964       - 41  # MRR sel
2965       - 43  # MRR sel
2966       - 44  # MRR sel
2967       - 45  # MRR sel
2968       - 46  # MRR sel
2969       - 47  # MRR sel
2970   compare:
2971     title: "rls1810"
2972     data:
2973       csit-vpp-perf-verify-1810-2n-skx:
2974       - 8   # MRR sel
2975       - 10  # MRR sel
2976       - 11  # MRR sel
2977       - 12  # MRR sel
2978   data: "vpp-performance-changes-2n-skx-mrr"
2979   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2980   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2981   parameters:
2982   - "name"
2983   - "parent"
2984   - "result"
2985
2986 # VPP Performance Changes 2n-skx 4t2c MRR
2987 -
2988   type: "table"
2989   title: "VPP Performance Changes 2n-skx 4t2c MRR"
2990   algorithm: "table_performance_comparison"
2991   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
2992   reference:
2993     title: "rls1807"
2994     data:
2995       csit-vpp-perf-verify-1807-2n-skx:
2996       - 31  # MRR sel
2997       - 33  # MRR sel
2998       - 37  # MRR sel
2999       - 38  # MRR sel
3000       - 41  # MRR sel
3001       - 43  # MRR sel
3002       - 44  # MRR sel
3003       - 45  # MRR sel
3004       - 46  # MRR sel
3005       - 47  # MRR sel
3006   compare:
3007     title: "rls1810"
3008     data:
3009       csit-vpp-perf-verify-1810-2n-skx:
3010       - 8   # MRR sel
3011       - 10  # MRR sel
3012       - 11  # MRR sel
3013       - 12  # MRR sel
3014   data: "vpp-performance-changes-2n-skx-mrr"
3015   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3016   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3017   parameters:
3018   - "name"
3019   - "parent"
3020   - "result"
3021
3022 # VPP Performance Changes 2n-skx 8t4c MRR
3023 -
3024   type: "table"
3025   title: "VPP Performance Changes 2n-skx 8t4c MRR"
3026   algorithm: "table_performance_comparison"
3027   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
3028   reference:
3029     title: "rls1807"
3030     data:
3031       csit-vpp-perf-verify-1807-2n-skx:
3032       - 31  # MRR sel
3033       - 33  # MRR sel
3034       - 37  # MRR sel
3035       - 38  # MRR sel
3036       - 41  # MRR sel
3037       - 43  # MRR sel
3038       - 44  # MRR sel
3039       - 45  # MRR sel
3040       - 46  # MRR sel
3041       - 47  # MRR sel
3042   compare:
3043     title: "rls1810"
3044     data:
3045       csit-vpp-perf-verify-1810-2n-skx:
3046       - 8   # MRR sel
3047       - 10  # MRR sel
3048       - 11  # MRR sel
3049       - 12  # MRR sel
3050   data: "vpp-performance-changes-2n-skx-mrr"
3051   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3052   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3053   parameters:
3054   - "name"
3055   - "parent"
3056   - "result"
3057
3058 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
3059 -
3060   type: "table"
3061   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
3062   algorithm: "table_performance_comparison"
3063   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
3064   reference:
3065     title: "3-Node Hsw"
3066     data:
3067       csit-vpp-perf-verify-1810-3n-hsw:
3068       - 9   # MRR sel
3069   compare:
3070     title: "3-Node Skx"
3071     data:
3072       csit-vpp-perf-verify-1810-3n-skx:
3073       - 9   # MRR sel
3074       - 11  # MRR sel
3075       - 12  # MRR sel
3076       - 13  # MRR sel
3077   data: "vpp-compare-testbeds-mrr"
3078   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3079   filter: "'NIC_Intel-X710' and 'MRR' and '1C'"
3080   parameters:
3081   - "name"
3082   - "parent"
3083   - "result"
3084
3085 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
3086 -
3087   type: "table"
3088   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
3089   algorithm: "table_performance_comparison"
3090   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
3091   reference:
3092     title: "3-Node Hsw"
3093     data:
3094       csit-vpp-perf-verify-1810-3n-hsw:
3095       - 9   # MRR sel
3096   compare:
3097     title: "3-Node Skx"
3098     data:
3099       csit-vpp-perf-verify-1810-3n-skx:
3100       - 9   # MRR sel
3101       - 11  # MRR sel
3102       - 12  # MRR sel
3103       - 13  # MRR sel
3104   data: "vpp-compare-testbeds-mrr"
3105   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3106   filter: "'NIC_Intel-X710' and 'MRR' and '2C'"
3107   parameters:
3108   - "name"
3109   - "parent"
3110   - "result"
3111
3112 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
3113 -
3114   type: "table"
3115   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
3116   algorithm: "table_performance_comparison"
3117   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
3118   reference:
3119     title: "3-Node Hsw"
3120     data:
3121       csit-vpp-perf-verify-1810-3n-hsw:
3122       - 9   # MRR sel
3123   compare:
3124     title: "3-Node Skx"
3125     data:
3126       csit-vpp-perf-verify-1810-3n-skx:
3127       - 9   # MRR sel
3128       - 11  # MRR sel
3129       - 12  # MRR sel
3130       - 13  # MRR sel
3131   data: "vpp-compare-testbeds-mrr"
3132   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3133   filter: "'NIC_Intel-X710' and 'MRR' and '4C'"
3134   parameters:
3135   - "name"
3136   - "parent"
3137   - "result"
3138
3139 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
3140 -
3141   type: "table"
3142   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
3143   algorithm: "table_performance_comparison"
3144   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
3145   reference:
3146     title: "3-Node Skx"
3147     data:
3148       csit-vpp-perf-verify-1810-3n-skx:
3149       - 9   # MRR sel
3150       - 11  # MRR sel
3151       - 12  # MRR sel
3152       - 13  # MRR sel
3153   compare:
3154     title: "2-Node Skx"
3155     data:
3156       csit-vpp-perf-verify-1810-2n-skx:
3157       - 8   # MRR sel
3158       - 10  # MRR sel
3159       - 11  # MRR sel
3160       - 12  # MRR sel
3161   data: "vpp-compare-topologies-mrr"
3162   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3163   filter: "'MRR' and '1C'"
3164   parameters:
3165   - "name"
3166   - "parent"
3167   - "result"
3168
3169 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
3170 -
3171   type: "table"
3172   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
3173   algorithm: "table_performance_comparison"
3174   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
3175   reference:
3176     title: "3-Node Skx"
3177     data:
3178       csit-vpp-perf-verify-1810-3n-skx:
3179       - 9   # MRR sel
3180       - 11  # MRR sel
3181       - 12  # MRR sel
3182       - 13  # MRR sel
3183   compare:
3184     title: "2-Node Skx"
3185     data:
3186       csit-vpp-perf-verify-1810-2n-skx:
3187       - 8   # MRR sel
3188       - 10  # MRR sel
3189       - 11  # MRR sel
3190       - 12  # MRR sel
3191   data: "vpp-compare-topologies-mrr"
3192   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3193   filter: "'MRR' and '2C'"
3194   parameters:
3195   - "name"
3196   - "parent"
3197   - "result"
3198
3199 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
3200 -
3201   type: "table"
3202   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
3203   algorithm: "table_performance_comparison"
3204   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
3205   reference:
3206     title: "3-Node Skx"
3207     data:
3208       csit-vpp-perf-verify-1810-3n-skx:
3209       - 9   # MRR sel
3210       - 11  # MRR sel
3211       - 12  # MRR sel
3212       - 13  # MRR sel
3213   compare:
3214     title: "2-Node Skx"
3215     data:
3216       csit-vpp-perf-verify-1810-2n-skx:
3217       - 8   # MRR sel
3218       - 10  # MRR sel
3219       - 11  # MRR sel
3220       - 12  # MRR sel
3221   data: "vpp-compare-topologies-mrr"
3222   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3223   filter: "'MRR' and '4C'"
3224   parameters:
3225   - "name"
3226   - "parent"
3227   - "result"
3228
3229 # Detailed Test Results - VPP Performance Results 3n-hsw
3230 -
3231   type: "table"
3232   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
3233   algorithm: "table_merged_details"
3234   output-file-ext: ".csv"
3235   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
3236   columns:
3237   -
3238     title: "Name"
3239     data: "data name"
3240   -
3241     title: "Status"
3242     data: "data msg"
3243   rows: "generated"
3244   data: "vpp-perf-results-3n-hsw"
3245   filter: "not 'NDRCHK' and not 'PDRCHK'"
3246   parameters:
3247   - "name"
3248   - "parent"
3249   - "msg"
3250
3251 # Detailed Test Results - VPP Performance Results 3n-skx
3252 -
3253   type: "table"
3254   title: "Detailed Test Results - VPP Performance Results 3n-skx"
3255   algorithm: "table_merged_details"
3256   output-file-ext: ".csv"
3257   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
3258   columns:
3259   -
3260     title: "Name"
3261     data: "data name"
3262   -
3263     title: "Status"
3264     data: "data msg"
3265   rows: "generated"
3266   data: "vpp-perf-results-3n-skx"
3267   filter: "not 'NDRCHK' and not 'PDRCHK'"
3268   parameters:
3269   - "name"
3270   - "parent"
3271   - "msg"
3272
3273 # Detailed Test Results - VPP Performance Results 2n-skx
3274 -
3275   type: "table"
3276   title: "Detailed Test Results - VPP Performance Results 2n-skx"
3277   algorithm: "table_merged_details"
3278   output-file-ext: ".csv"
3279   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
3280   columns:
3281   -
3282     title: "Name"
3283     data: "data name"
3284   -
3285     title: "Status"
3286     data: "data msg"
3287   rows: "generated"
3288   data: "vpp-perf-results-2n-skx"
3289   filter: "not 'NDRCHK' and not 'PDRCHK'"
3290   parameters:
3291   - "name"
3292   - "parent"
3293   - "msg"
3294
3295 # Detailed Test Results - VPP Performance Results 2n-dnv
3296 -
3297   type: "table"
3298   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
3299   algorithm: "table_details"
3300   output-file-ext: ".csv"
3301   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
3302   columns:
3303   -
3304     title: "Name"
3305     data: "data name"
3306   -
3307     title: "Status"
3308     data: "data msg"
3309   rows: "generated"
3310   data: "intel-dnv-vpp"
3311   filter: "'NDRPDR'"
3312   parameters:
3313   - "name"
3314   - "parent"
3315   - "msg"
3316
3317 # Test configuration - VPP Performance Test Configs 3n-hsw
3318 -
3319   type: "table"
3320   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
3321   algorithm: "table_merged_details"
3322   output-file-ext: ".csv"
3323   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
3324   columns:
3325   -
3326     title: "Name"
3327     data: "data name"
3328   -
3329     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3330     data: "data vat-history"
3331   rows: "generated"
3332   data: "vpp-perf-results-3n-hsw"
3333   filter: "not 'NDRCHK' and not 'PDRCHK'"
3334   parameters:
3335   - "parent"
3336   - "name"
3337   - "vat-history"
3338
3339 # Test configuration - VPP Performance Test Configs 3n-skx
3340 -
3341   type: "table"
3342   title: "Test configuration - VPP Performance Test Configs 3n-skx"
3343   algorithm: "table_merged_details"
3344   output-file-ext: ".csv"
3345   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
3346   columns:
3347   -
3348     title: "Name"
3349     data: "data name"
3350   -
3351     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3352     data: "data vat-history"
3353   rows: "generated"
3354   data: "vpp-perf-results-3n-skx"
3355   filter: "not 'NDRCHK' and not 'PDRCHK'"
3356   parameters:
3357   - "parent"
3358   - "name"
3359   - "vat-history"
3360
3361 # Test configuration - VPP Performance Test Configs 2n-skx
3362 -
3363   type: "table"
3364   title: "Test configuration - VPP Performance Test Configs 2n-skx"
3365   algorithm: "table_merged_details"
3366   output-file-ext: ".csv"
3367   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
3368   columns:
3369   -
3370     title: "Name"
3371     data: "data name"
3372   -
3373     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3374     data: "data vat-history"
3375   rows: "generated"
3376   data: "vpp-perf-results-2n-skx"
3377   filter: "not 'NDRCHK' and not 'PDRCHK'"
3378   parameters:
3379   - "parent"
3380   - "name"
3381   - "vat-history"
3382
3383 # Test configuration - VPP Performance Test Configs 2n-dnv
3384 -
3385   type: "table"
3386   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
3387   algorithm: "table_details"
3388   output-file-ext: ".csv"
3389   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_test_configuration_2n_dnv"
3390   columns:
3391   -
3392     title: "Name"
3393     data: "data name"
3394   -
3395     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3396     data: "data vat-history"
3397   rows: "generated"
3398   data: "intel-dnv-vpp"
3399   filter: "'NDRPDR'"
3400   parameters:
3401   - "parent"
3402   - "name"
3403   - "vat-history"
3404
3405 # Test Operational Data - VPP Performance Operational Data 3n-hsw
3406 -
3407   type: "table"
3408   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
3409   algorithm: "table_merged_details"
3410   output-file-ext: ".csv"
3411   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
3412   columns:
3413   -
3414     title: "Name"
3415     data: "data name"
3416   -
3417     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3418     data: "data show-run"
3419   rows: "generated"
3420   data: "vpp-perf-results-3n-hsw"
3421   filter: "not 'NDRCHK' and not 'PDRCHK'"
3422   parameters:
3423   - "parent"
3424   - "name"
3425   - "show-run"
3426
3427 # Test Operational Data - VPP Performance Operational Data 3n-skx
3428 -
3429   type: "table"
3430   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
3431   algorithm: "table_merged_details"
3432   output-file-ext: ".csv"
3433   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
3434   columns:
3435   -
3436     title: "Name"
3437     data: "data name"
3438   -
3439     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3440     data: "data show-run"
3441   rows: "generated"
3442   data: "vpp-perf-results-3n-skx"
3443   filter: "not 'NDRCHK' and not 'PDRCHK'"
3444   parameters:
3445   - "parent"
3446   - "name"
3447   - "show-run"
3448
3449 # Test Operational Data - VPP Performance Operational Data 2n-skx
3450 -
3451   type: "table"
3452   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
3453   algorithm: "table_merged_details"
3454   output-file-ext: ".csv"
3455   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
3456   columns:
3457   -
3458     title: "Name"
3459     data: "data name"
3460   -
3461     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3462     data: "data show-run"
3463   rows: "generated"
3464   data: "vpp-perf-results-2n-skx"
3465   filter: "not 'NDRCHK' and not 'PDRCHK'"
3466   parameters:
3467   - "parent"
3468   - "name"
3469   - "show-run"
3470
3471 # Test Operational Data - VPP Performance Operational Data 2n-dnv
3472 -
3473   type: "table"
3474   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
3475   algorithm: "table_details"
3476   output-file-ext: ".csv"
3477   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_test_operational_2n_dnv"
3478   columns:
3479   -
3480     title: "Name"
3481     data: "data name"
3482   -
3483     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3484     data: "data show-run"
3485   rows: "generated"
3486   data: "intel-dnv-vpp"
3487   filter: "'NDRPDR'"
3488   parameters:
3489   - "parent"
3490   - "name"
3491   - "show-run"
3492
3493 # Detailed Test Results - VPP MRR Results 3n-hsw
3494 -
3495   type: "table"
3496   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
3497   algorithm: "table_details"
3498   output-file-ext: ".csv"
3499   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
3500   columns:
3501   -
3502     title: "Name"
3503     data: "data name"
3504   -
3505     title: "Status"
3506     data: "data msg"
3507   rows: "generated"
3508   data: "vpp-mrr-results-3n-hsw"
3509   filter: "'MRR'"
3510   parameters:
3511   - "name"
3512   - "parent"
3513   - "msg"
3514
3515 # Detailed Test Results - VPP MRR Results 3n-skx
3516 -
3517   type: "table"
3518   title: "Detailed Test Results - VPP MRR Results 3n-skx"
3519   algorithm: "table_details"
3520   output-file-ext: ".csv"
3521   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
3522   columns:
3523   -
3524     title: "Name"
3525     data: "data name"
3526   -
3527     title: "Status"
3528     data: "data msg"
3529   rows: "generated"
3530   data: "vpp-mrr-results-3n-skx"
3531   filter: "'MRR'"
3532   parameters:
3533   - "name"
3534   - "parent"
3535   - "msg"
3536
3537 # Detailed Test Results - VPP MRR Results 2n-skx
3538 -
3539   type: "table"
3540   title: "Detailed Test Results - VPP MRR Results 2n-skx"
3541   algorithm: "table_details"
3542   output-file-ext: ".csv"
3543   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
3544   columns:
3545   -
3546     title: "Name"
3547     data: "data name"
3548   -
3549     title: "Status"
3550     data: "data msg"
3551   rows: "generated"
3552   data: "vpp-mrr-results-2n-skx"
3553   filter: "'MRR'"
3554   parameters:
3555   - "name"
3556   - "parent"
3557   - "msg"
3558
3559 # Detailed Test Results - VPP MRR Results 2n-dnv
3560 -
3561   type: "table"
3562   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
3563   algorithm: "table_details"
3564   output-file-ext: ".csv"
3565   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
3566   columns:
3567   -
3568     title: "Name"
3569     data: "data name"
3570   -
3571     title: "Status"
3572     data: "data msg"
3573   rows: "generated"
3574   data: "intel-dnv-vpp"
3575   filter: "'MRR'"
3576   parameters:
3577   - "name"
3578   - "parent"
3579   - "msg"
3580
3581 # Test configuration - VPP MRR Test Configs 3n-hsw
3582 -
3583   type: "table"
3584   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
3585   algorithm: "table_details"
3586   output-file-ext: ".csv"
3587   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
3588   columns:
3589   -
3590     title: "Name"
3591     data: "data name"
3592   -
3593     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3594     data: "data vat-history"
3595   rows: "generated"
3596   data: "vpp-mrr-results-3n-hsw"
3597   filter: "'MRR'"
3598   parameters:
3599   - "parent"
3600   - "name"
3601   - "vat-history"
3602
3603 # Test configuration - VPP MRR Test Configs 3n-skx
3604 -
3605   type: "table"
3606   title: "Test configuration - VPP MRR Test Configs 3n-skx"
3607   algorithm: "table_details"
3608   output-file-ext: ".csv"
3609   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
3610   columns:
3611   -
3612     title: "Name"
3613     data: "data name"
3614   -
3615     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3616     data: "data vat-history"
3617   rows: "generated"
3618   data: "vpp-mrr-results-3n-skx"
3619   filter: "'MRR'"
3620   parameters:
3621   - "parent"
3622   - "name"
3623   - "vat-history"
3624
3625 # Test configuration - VPP MRR Test Configs 2n-skx
3626 -
3627   type: "table"
3628   title: "Test configuration - VPP MRR Test Configs 2n-skx"
3629   algorithm: "table_details"
3630   output-file-ext: ".csv"
3631   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
3632   columns:
3633   -
3634     title: "Name"
3635     data: "data name"
3636   -
3637     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3638     data: "data vat-history"
3639   rows: "generated"
3640   data: "vpp-mrr-results-2n-skx"
3641   filter: "'MRR'"
3642   parameters:
3643   - "parent"
3644   - "name"
3645   - "vat-history"
3646
3647 # Test configuration - VPP MRR Test Configs 2n-dnv
3648 -
3649   type: "table"
3650   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
3651   algorithm: "table_details"
3652   output-file-ext: ".csv"
3653   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_test_configuration_2n_dnv"
3654   columns:
3655   -
3656     title: "Name"
3657     data: "data name"
3658   -
3659     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3660     data: "data vat-history"
3661   rows: "generated"
3662   data: "intel-dnv-vpp"
3663   filter: "'MRR'"
3664   parameters:
3665   - "parent"
3666   - "name"
3667   - "vat-history"
3668
3669 # Detailed Test Results - VPP Functional Results - Ubuntu
3670 -
3671   type: "table"
3672   title: "Detailed Test Results - VPP Functional Results - Ubuntu"
3673   algorithm: "table_details"
3674   output-file-ext: ".csv"
3675   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
3676   columns:
3677   -
3678     title: "Name"
3679     data: "data name"
3680   -
3681     title: "Documentation"
3682     data: "data doc"
3683   -
3684     title: "Status"
3685     data: "data status"
3686   rows: "generated"
3687   data: "vpp-func-results-ubuntu"
3688   filter: "all"
3689   parameters:
3690   - "name"
3691   - "parent"
3692   - "doc"
3693   - "status"
3694
3695 # Detailed Test Results - VPP Functional Results - CentOS
3696 -
3697   type: "table"
3698   title: "Detailed Test Results - VPP Functional Results - CentOS"
3699   algorithm: "table_details"
3700   output-file-ext: ".csv"
3701   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
3702   columns:
3703   -
3704     title: "Name"
3705     data: "data name"
3706   -
3707     title: "Documentation"
3708     data: "data doc"
3709   -
3710     title: "Status"
3711     data: "data status"
3712   rows: "generated"
3713   data:
3714     "vpp-func-results-centos"
3715   filter: "all"
3716   parameters:
3717   - "name"
3718   - "parent"
3719   - "doc"
3720   - "status"
3721
3722 # Test configuration - VPP Functional Test Configs - Ubuntu
3723 -
3724   type: "table"
3725   title: "Test configuration - VPP Functional Test Configs - Ubuntu"
3726   algorithm: "table_details"
3727   output-file-ext: ".csv"
3728   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
3729   columns:
3730   -
3731     title: "Name"
3732     data: "data name"
3733   -
3734     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3735     data: "data vat-history"
3736   rows: "generated"
3737   data: "vpp-func-results-ubuntu"
3738   filter: "all"
3739   parameters:
3740   - "parent"
3741   - "name"
3742   - "vat-history"
3743
3744 # Test configuration - VPP Functional Test Configs - CentOS
3745 -
3746   type: "table"
3747   title: "Test configuration - VPP Functional Test Configs - CentOS"
3748   algorithm: "table_details"
3749   output-file-ext: ".csv"
3750   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
3751   columns:
3752   -
3753     title: "Name"
3754     data: "data name"
3755   -
3756     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3757     data: "data vat-history"
3758   rows: "generated"
3759   data: "vpp-func-results-centos"
3760   filter: "all"
3761   parameters:
3762   - "parent"
3763   - "name"
3764   - "vat-history"
3765
3766 # Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw
3767 -
3768   type: "table"
3769   title: "Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw"
3770   algorithm: "table_details"
3771   output-file-ext: ".csv"
3772   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
3773   columns:
3774   -
3775     title: "Name"
3776     data: "data name"
3777   -
3778     title: "Status"
3779     data: "data msg"
3780   rows: "generated"
3781   data: "ligato-perf-results-3n-hsw"
3782   filter: "all"
3783   parameters:
3784   - "name"
3785   - "parent"
3786   - "msg"
3787
3788 # Detailed Test Results - VPP Device Results - Ubuntu
3789 -
3790   type: "table"
3791   title: "Detailed Test Results - VPP Device Results - Ubuntu"
3792   algorithm: "table_details"
3793   output-file-ext: ".csv"
3794   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
3795   columns:
3796   -
3797     title: "Name"
3798     data: "data name"
3799   -
3800     title: "Documentation"
3801     data: "data doc"
3802   -
3803     title: "Status"
3804     data: "data status"
3805   rows: "generated"
3806   data: "vpp-device-results-ubuntu"
3807   filter: "all"
3808   parameters:
3809   - "name"
3810   - "parent"
3811   - "doc"
3812   - "status"
3813
3814 # Test configuration - VPP Device Test Configs - Ubuntu
3815 -
3816   type: "table"
3817   title: "Test configuration - VPP Device Test Configs - Ubuntu"
3818   algorithm: "table_details"
3819   output-file-ext: ".csv"
3820   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
3821   columns:
3822   -
3823     title: "Name"
3824     data: "data name"
3825   -
3826     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3827     data: "data vat-history"
3828   rows: "generated"
3829   data: "vpp-device-results-ubuntu"
3830   filter: "all"
3831   parameters:
3832   - "parent"
3833   - "name"
3834   - "vat-history"
3835
3836 ################################################################################
3837
3838 # DPDK Performance Changes 3n-hsw 1t1c pdr
3839 -
3840   type: "table"
3841   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
3842   algorithm: "table_performance_comparison"
3843   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
3844   history:
3845     -
3846       title: "rls1804"
3847       data:
3848         csit-dpdk-perf-1804-all:
3849         - 4
3850         - 5
3851         - 6
3852         - 7
3853         - 8
3854         - 9
3855         - 10
3856         - 11
3857         - 12
3858         - 13
3859   reference:
3860     title: "rls1807"
3861     data:
3862       csit-dpdk-perf-verify-1807-3n-hsw:
3863       - 11
3864       - 12  # full
3865       - 14
3866       - 15
3867       - 16
3868       - 17
3869       - 20
3870       - 21
3871       - 22
3872       - 23
3873   compare:
3874     title: "rls1810"
3875     data:
3876       csit-dpdk-perf-verify-1810-3n-hsw:
3877       - 1   # NDRPDR sel
3878       - 2   # NDRPDR sel
3879       - 3   # NDRPDR sel
3880       - 4   # NDRPDR sel
3881       - 5   # NDRPDR sel
3882       - 6   # NDRPDR sel
3883       - 7   # NDRPDR sel
3884       - 8   # NDRPDR sel
3885       - 9   # NDRPDR sel
3886       - 10  # NDRPDR sel
3887   data: "dpdk-performance-changes-3n-hsw"
3888   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3889   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3890   parameters:
3891   - "name"
3892   - "parent"
3893   - "throughput"
3894
3895 # DPDK Performance Changes 3n-hsw 2t2c pdr
3896 -
3897   type: "table"
3898   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
3899   algorithm: "table_performance_comparison"
3900   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
3901   history:
3902     -
3903       title: "rls1804"
3904       data:
3905         csit-dpdk-perf-1804-all:
3906         - 4
3907         - 5
3908         - 6
3909         - 7
3910         - 8
3911         - 9
3912         - 10
3913         - 11
3914         - 12
3915         - 13
3916   reference:
3917     title: "rls1807"
3918     data:
3919       csit-dpdk-perf-verify-1807-3n-hsw:
3920       - 11
3921       - 12  # full
3922       - 14
3923       - 15
3924       - 16
3925       - 17
3926       - 20
3927       - 21
3928       - 22
3929       - 23
3930   compare:
3931     title: "rls1810"
3932     data:
3933       csit-dpdk-perf-verify-1810-3n-hsw:
3934       - 1   # NDRPDR sel
3935       - 2   # NDRPDR sel
3936       - 3   # NDRPDR sel
3937       - 4   # NDRPDR sel
3938       - 5   # NDRPDR sel
3939       - 6   # NDRPDR sel
3940       - 7   # NDRPDR sel
3941       - 8   # NDRPDR sel
3942       - 9   # NDRPDR sel
3943       - 10  # NDRPDR sel
3944   data: "dpdk-performance-changes-3n-hsw"
3945   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3946   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3947   parameters:
3948   - "name"
3949   - "parent"
3950   - "throughput"
3951
3952 # DPDK Performance Changes 3n-hsw 1t1c ndr
3953 -
3954   type: "table"
3955   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
3956   algorithm: "table_performance_comparison"
3957   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
3958   history:
3959     -
3960       title: "rls1804"
3961       data:
3962         csit-dpdk-perf-1804-all:
3963         - 4
3964         - 5
3965         - 6
3966         - 7
3967         - 8
3968         - 9
3969         - 10
3970         - 11
3971         - 12
3972         - 13
3973   reference:
3974     title: "rls1807"
3975     data:
3976       csit-dpdk-perf-verify-1807-3n-hsw:
3977       - 11
3978       - 12  # full
3979       - 14
3980       - 15
3981       - 16
3982       - 17
3983       - 20
3984       - 21
3985       - 22
3986       - 23
3987   compare:
3988     title: "rls1810"
3989     data:
3990       csit-dpdk-perf-verify-1810-3n-hsw:
3991       - 1   # NDRPDR sel
3992       - 2   # NDRPDR sel
3993       - 3   # NDRPDR sel
3994       - 4   # NDRPDR sel
3995       - 5   # NDRPDR sel
3996       - 6   # NDRPDR sel
3997       - 7   # NDRPDR sel
3998       - 8   # NDRPDR sel
3999       - 9   # NDRPDR sel
4000       - 10  # NDRPDR sel
4001   data: "dpdk-performance-changes-3n-hsw"
4002   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4003   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4004   parameters:
4005   - "name"
4006   - "parent"
4007   - "throughput"
4008
4009 # DPDK Performance Changes 3n-hsw 2t2c ndr
4010 -
4011   type: "table"
4012   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
4013   algorithm: "table_performance_comparison"
4014   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
4015   history:
4016     -
4017       title: "rls1804"
4018       data:
4019         csit-dpdk-perf-1804-all:
4020         - 4
4021         - 5
4022         - 6
4023         - 7
4024         - 8
4025         - 9
4026         - 10
4027         - 11
4028         - 12
4029         - 13
4030   reference:
4031     title: "rls1807"
4032     data:
4033       csit-dpdk-perf-verify-1807-3n-hsw:
4034       - 11
4035       - 12  # full
4036       - 14
4037       - 15
4038       - 16
4039       - 17
4040       - 20
4041       - 21
4042       - 22
4043       - 23
4044   compare:
4045     title: "rls1810"
4046     data:
4047       csit-dpdk-perf-verify-1810-3n-hsw:
4048       - 1   # NDRPDR sel
4049       - 2   # NDRPDR sel
4050       - 3   # NDRPDR sel
4051       - 4   # NDRPDR sel
4052       - 5   # NDRPDR sel
4053       - 6   # NDRPDR sel
4054       - 7   # NDRPDR sel
4055       - 8   # NDRPDR sel
4056       - 9   # NDRPDR sel
4057       - 10  # NDRPDR sel
4058   data: "dpdk-performance-changes-3n-hsw"
4059   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4060   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4061   parameters:
4062   - "name"
4063   - "parent"
4064   - "throughput"
4065
4066 # DPDK Performance Changes 3n-skx 2t1c pdr
4067 -
4068   type: "table"
4069   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
4070   algorithm: "table_performance_comparison"
4071   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
4072   reference:
4073     title: "rls1807"
4074     data:
4075       csit-dpdk-perf-verify-1807-3n-skx:
4076       - 1   # NDRPDR sel
4077       - 2   # NDRPDR sel
4078       - 3   # NDRPDR sel
4079       - 6   # NDRPDR sel
4080       - 7   # NDRPDR sel
4081       - 8   # NDRPDR sel
4082       - 9   # NDRPDR sel
4083       - 10  # NDRPDR sel
4084       - 11  # NDRPDR sel
4085       - 12  # NDRPDR sel
4086   compare:
4087     title: "rls1810"
4088     data:
4089       csit-dpdk-perf-verify-1810-3n-skx:
4090       - 3   # NDRPDR sel
4091       - 4   # NDRPDR sel
4092       - 6   # NDRPDR sel
4093       - 7   # NDRPDR sel
4094       - 8   # NDRPDR sel
4095       - 9   # NDRPDR sel
4096       - 10  # NDRPDR sel
4097       - 11  # NDRPDR sel
4098       - 12  # NDRPDR sel
4099       - 13  # NDRPDR sel
4100   data: "dpdk-performance-changes-3n-skx"
4101   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4102   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4103   parameters:
4104   - "name"
4105   - "parent"
4106   - "throughput"
4107
4108 # DPDK Performance Changes 3n-skx 4t2c pdr
4109 -
4110   type: "table"
4111   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
4112   algorithm: "table_performance_comparison"
4113   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
4114   reference:
4115     title: "rls1807"
4116     data:
4117       csit-dpdk-perf-verify-1807-3n-skx:
4118       - 1   # NDRPDR sel
4119       - 2   # NDRPDR sel
4120       - 3   # NDRPDR sel
4121       - 6   # NDRPDR sel
4122       - 7   # NDRPDR sel
4123       - 8   # NDRPDR sel
4124       - 9   # NDRPDR sel
4125       - 10  # NDRPDR sel
4126       - 11  # NDRPDR sel
4127       - 12  # NDRPDR sel
4128   compare:
4129     title: "rls1810"
4130     data:
4131       csit-dpdk-perf-verify-1810-3n-skx:
4132       - 3   # NDRPDR sel
4133       - 4   # NDRPDR sel
4134       - 6   # NDRPDR sel
4135       - 7   # NDRPDR sel
4136       - 8   # NDRPDR sel
4137       - 9   # NDRPDR sel
4138       - 10  # NDRPDR sel
4139       - 11  # NDRPDR sel
4140       - 12  # NDRPDR sel
4141       - 13  # NDRPDR sel
4142   data: "dpdk-performance-changes-3n-skx"
4143   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4144   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4145   parameters:
4146   - "name"
4147   - "parent"
4148   - "throughput"
4149
4150 # DPDK Performance Changes 3n-skx 2t1c ndr
4151 -
4152   type: "table"
4153   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
4154   algorithm: "table_performance_comparison"
4155   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
4156   reference:
4157     title: "rls1807"
4158     data:
4159       csit-dpdk-perf-verify-1807-3n-skx:
4160       - 1   # NDRPDR sel
4161       - 2   # NDRPDR sel
4162       - 3   # NDRPDR sel
4163       - 6   # NDRPDR sel
4164       - 7   # NDRPDR sel
4165       - 8   # NDRPDR sel
4166       - 9   # NDRPDR sel
4167       - 10  # NDRPDR sel
4168       - 11  # NDRPDR sel
4169       - 12  # NDRPDR sel
4170   compare:
4171     title: "rls1810"
4172     data:
4173       csit-dpdk-perf-verify-1810-3n-skx:
4174       - 3   # NDRPDR sel
4175       - 4   # NDRPDR sel
4176       - 6   # NDRPDR sel
4177       - 7   # NDRPDR sel
4178       - 8   # NDRPDR sel
4179       - 9   # NDRPDR sel
4180       - 10  # NDRPDR sel
4181       - 11  # NDRPDR sel
4182       - 12  # NDRPDR sel
4183       - 13  # NDRPDR sel
4184   data: "dpdk-performance-changes-3n-skx"
4185   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4186   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4187   parameters:
4188   - "name"
4189   - "parent"
4190   - "throughput"
4191
4192 # DPDK Performance Changes 3n-skx 4t2c ndr
4193 -
4194   type: "table"
4195   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
4196   algorithm: "table_performance_comparison"
4197   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
4198   reference:
4199     title: "rls1807"
4200     data:
4201       csit-dpdk-perf-verify-1807-3n-skx:
4202       - 1   # NDRPDR sel
4203       - 2   # NDRPDR sel
4204       - 3   # NDRPDR sel
4205       - 6   # NDRPDR sel
4206       - 7   # NDRPDR sel
4207       - 8   # NDRPDR sel
4208       - 9   # NDRPDR sel
4209       - 10  # NDRPDR sel
4210       - 11  # NDRPDR sel
4211       - 12  # NDRPDR sel
4212   compare:
4213     title: "rls1810"
4214     data:
4215       csit-dpdk-perf-verify-1810-3n-skx:
4216       - 3   # NDRPDR sel
4217       - 4   # NDRPDR sel
4218       - 6   # NDRPDR sel
4219       - 7   # NDRPDR sel
4220       - 8   # NDRPDR sel
4221       - 9   # NDRPDR sel
4222       - 10  # NDRPDR sel
4223       - 11  # NDRPDR sel
4224       - 12  # NDRPDR sel
4225       - 13  # NDRPDR sel
4226   data: "dpdk-performance-changes-3n-skx"
4227   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4228   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4229   parameters:
4230   - "name"
4231   - "parent"
4232   - "throughput"
4233
4234 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
4235 -
4236   type: "table"
4237   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
4238   algorithm: "table_performance_comparison"
4239   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
4240   reference:
4241     title: "3-Node Hsw"
4242     data:
4243       csit-dpdk-perf-verify-1810-3n-hsw:
4244       - 1   # NDRPDR sel
4245       - 2   # NDRPDR sel
4246       - 3   # NDRPDR sel
4247       - 4   # NDRPDR sel
4248       - 5   # NDRPDR sel
4249       - 6   # NDRPDR sel
4250       - 7   # NDRPDR sel
4251       - 8   # NDRPDR sel
4252       - 9   # NDRPDR sel
4253       - 10  # NDRPDR sel
4254   compare:
4255     title: "3-Node Skx"
4256     data:
4257       csit-dpdk-perf-verify-1810-3n-skx:
4258       - 3   # NDRPDR sel
4259       - 4   # NDRPDR sel
4260       - 6   # NDRPDR sel
4261       - 7   # NDRPDR sel
4262       - 8   # NDRPDR sel
4263       - 9   # NDRPDR sel
4264       - 10  # NDRPDR sel
4265       - 11  # NDRPDR sel
4266       - 12  # NDRPDR sel
4267       - 13  # NDRPDR sel
4268   data: "dpdk-compare-testbeds"
4269   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4270   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4271   parameters:
4272   - "name"
4273   - "parent"
4274   - "throughput"
4275
4276 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
4277 -
4278   type: "table"
4279   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
4280   algorithm: "table_performance_comparison"
4281   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
4282   reference:
4283     title: "3-Node Skx"
4284     data:
4285       csit-dpdk-perf-verify-1810-3n-skx:
4286       - 3   # NDRPDR sel
4287       - 4   # NDRPDR sel
4288       - 6   # NDRPDR sel
4289       - 7   # NDRPDR sel
4290       - 8   # NDRPDR sel
4291       - 9   # NDRPDR sel
4292       - 10  # NDRPDR sel
4293       - 11  # NDRPDR sel
4294       - 12  # NDRPDR sel
4295       - 13  # NDRPDR sel
4296   compare:
4297     title: "2-Node Skx"
4298     data:
4299       csit-dpdk-perf-verify-1810-2n-skx:
4300       - 3   # NDRPDR sel
4301       - 4   # NDRPDR sel
4302       - 5   # NDRPDR sel
4303       - 7   # NDRPDR sel
4304       - 8   # NDRPDR sel
4305       - 9   # NDRPDR sel
4306       - 10  # NDRPDR sel
4307       - 11  # NDRPDR sel
4308       - 12  # NDRPDR sel
4309       - 13  # NDRPDR sel
4310   data: "dpdk-compare-topologies"
4311   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4312   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4313   parameters:
4314   - "name"
4315   - "parent"
4316   - "throughput"
4317
4318 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
4319 -
4320   type: "table"
4321   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
4322   algorithm: "table_performance_comparison"
4323   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
4324   reference:
4325     title: "3-Node Skx"
4326     data:
4327       csit-dpdk-perf-verify-1810-3n-skx:
4328       - 3   # NDRPDR sel
4329       - 4   # NDRPDR sel
4330       - 6   # NDRPDR sel
4331       - 7   # NDRPDR sel
4332       - 8   # NDRPDR sel
4333       - 9   # NDRPDR sel
4334       - 10  # NDRPDR sel
4335       - 11  # NDRPDR sel
4336       - 12  # NDRPDR sel
4337       - 13  # NDRPDR sel
4338   compare:
4339     title: "2-Node Skx"
4340     data:
4341       csit-dpdk-perf-verify-1810-2n-skx:
4342       - 3   # NDRPDR sel
4343       - 4   # NDRPDR sel
4344       - 5   # NDRPDR sel
4345       - 7   # NDRPDR sel
4346       - 8   # NDRPDR sel
4347       - 9   # NDRPDR sel
4348       - 10  # NDRPDR sel
4349       - 11  # NDRPDR sel
4350       - 12  # NDRPDR sel
4351       - 13  # NDRPDR sel
4352   data: "dpdk-compare-topologies"
4353   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4354   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4355   parameters:
4356   - "name"
4357   - "parent"
4358   - "throughput"
4359
4360 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
4361 -
4362   type: "table"
4363   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
4364   algorithm: "table_performance_comparison"
4365   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
4366   reference:
4367     title: "3-Node Hsw"
4368     data:
4369       csit-dpdk-perf-verify-1810-3n-hsw:
4370       - 1   # NDRPDR sel
4371       - 2   # NDRPDR sel
4372       - 3   # NDRPDR sel
4373       - 4   # NDRPDR sel
4374       - 5   # NDRPDR sel
4375       - 6   # NDRPDR sel
4376       - 7   # NDRPDR sel
4377       - 8   # NDRPDR sel
4378       - 9   # NDRPDR sel
4379       - 10  # NDRPDR sel
4380   compare:
4381     title: "3-Node Skx"
4382     data:
4383       csit-dpdk-perf-verify-1810-3n-skx:
4384       - 3   # NDRPDR sel
4385       - 4   # NDRPDR sel
4386       - 6   # NDRPDR sel
4387       - 7   # NDRPDR sel
4388       - 8   # NDRPDR sel
4389       - 9   # NDRPDR sel
4390       - 10  # NDRPDR sel
4391       - 11  # NDRPDR sel
4392       - 12  # NDRPDR sel
4393       - 13  # NDRPDR sel
4394   data: "dpdk-compare-testbeds"
4395   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4396   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4397   parameters:
4398   - "name"
4399   - "parent"
4400   - "throughput"
4401
4402 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx mrr
4403 # NOTE: Not used in 18.10
4404 #-
4405 #  type: "table"
4406 #  title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx mrr"
4407 #  algorithm: "table_performance_comparison"
4408 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-mrr"
4409 #  reference:
4410 #    title: "3-Node Hsw"
4411 #    data:
4412 #      csit-dpdk-perf-verify-1807-3n-hsw:
4413 #      - 11
4414 #      - 12  # full
4415 #      - 14
4416 #      - 15
4417 #      - 16
4418 #      - 17
4419 #      - 20
4420 #      - 21
4421 #      - 22
4422 #      - 23
4423 #  compare:
4424 #    title: "3-Node Skx"
4425 #    data:
4426 #      csit-dpdk-perf-verify-1807-3n-skx:
4427 #      - 1
4428 #      - 2
4429 #      - 3
4430 #      - 6
4431 #      - 7
4432 #      - 8
4433 #      - 9
4434 #      - 10
4435 #      - 11
4436 #      - 12
4437 #  data: "dpdk-compare-testbeds"
4438 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4439 #  filter: "'NIC_Intel-X710' and MRR" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4440 #  parameters:
4441 #  - "name"
4442 #  - "parent"
4443 #  - "result"
4444
4445 # Detailed Test Results - DPDK Performance Results 3n-hsw
4446 -
4447   type: "table"
4448   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
4449   algorithm: "table_details"
4450   output-file-ext: ".csv"
4451   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
4452   columns:
4453   -
4454     title: "Name"
4455     data: "data name"
4456   -
4457     title: "Status"
4458     data: "data msg"
4459   rows: "generated"
4460   data: "dpdk-perf-results-3n-hsw"
4461   filter: "all"
4462   parameters:
4463   - "name"
4464   - "parent"
4465   - "msg"
4466
4467 # Detailed Test Results - DPDK Performance Results 3n-skx
4468 -
4469   type: "table"
4470   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
4471   algorithm: "table_details"
4472   output-file-ext: ".csv"
4473   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
4474   columns:
4475   -
4476     title: "Name"
4477     data: "data name"
4478   -
4479     title: "Status"
4480     data: "data msg"
4481   rows: "generated"
4482   data: "dpdk-perf-results-3n-skx"
4483   filter: "all"
4484   parameters:
4485   - "name"
4486   - "parent"
4487   - "msg"
4488
4489 # Detailed Test Results - DPDK Performance Results 2n-skx
4490 -
4491   type: "table"
4492   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
4493   algorithm: "table_details"
4494   output-file-ext: ".csv"
4495   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
4496   columns:
4497   -
4498     title: "Name"
4499     data: "data name"
4500   -
4501     title: "Status"
4502     data: "data msg"
4503   rows: "generated"
4504   data: "dpdk-perf-results-2n-skx"
4505   filter: "all"
4506   parameters:
4507   - "name"
4508   - "parent"
4509   - "msg"
4510
4511 ################################################################################
4512 # HoneyComb
4513 -
4514   type: "table"
4515   title: "Detailed Test Results - Honeycomb Functional Results"
4516   algorithm: "table_details"
4517   output-file-ext: ".csv"
4518   output-file: "{DIR[DTR,FUNC,HC]}/hc_functional_results"
4519   columns:
4520   -
4521     title: "Name"
4522     data: "data name"
4523   -
4524     title: "Documentation"
4525     data: "data doc"
4526   -
4527     title: "Status"
4528     data: "data status"
4529   rows: "generated"
4530   data:
4531     "hc-func-results"
4532   filter: "all"
4533   parameters:
4534   - "name"
4535   - "parent"
4536   - "doc"
4537   - "status"
4538
4539 ################################################################################
4540 # NSH SFC
4541 -
4542   type: "table"
4543   title: "Detailed Test Results - NSH SFC Functional Results"
4544   algorithm: "table_details"
4545   output-file-ext: ".csv"
4546   output-file: "{DIR[DTR,FUNC,NSHSFC]}/nsh_sfc_functional_results"
4547   columns:
4548   -
4549     title: "Name"
4550     data: "data name"
4551   -
4552     title: "Documentation"
4553     data: "data doc"
4554   -
4555     title: "Status"
4556     data: "data status"
4557   rows: "generated"
4558   data:
4559     "nsh-func-results"
4560   filter: "all"
4561   parameters:
4562   - "name"
4563   - "parent"
4564   - "doc"
4565   - "status"
4566
4567 ################################################################################
4568 # DMM
4569 -
4570   type: "table"
4571   title: "Detailed Test Results - DMM Functional Results"
4572   algorithm: "table_details"
4573   output-file-ext: ".csv"
4574   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
4575   columns:
4576   -
4577     title: "Name"
4578     data: "data name"
4579   -
4580     title: "Documentation"
4581     data: "data doc"
4582   -
4583     title: "Status"
4584     data: "data status"
4585   rows: "generated"
4586   data:
4587     "dmm-func-results"
4588   filter: "all"
4589   parameters:
4590   - "name"
4591   - "parent"
4592   - "doc"
4593   - "status"
4594
4595 ################################################################################
4596 ###                                F I L E S                                 ###
4597 ################################################################################
4598
4599 # VPP Performance Results 3n-hsw
4600 -
4601   type: "file"
4602   title: "VPP Performance Results 3n-hsw"
4603   algorithm: "file_test_results"
4604   output-file-ext: ".rst"
4605   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
4606   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"
4607   dir-tables: "{DIR[DTR,PERF,VPP,3N,HSW]}"
4608   data: "vpp-perf-results-3n-hsw"
4609   filter: "not 'NDRCHK' and not 'PDRCHK'"
4610   parameters:
4611   - "name"
4612   - "doc"
4613   - "level"
4614   - "parent"
4615   data-start-level: 3
4616
4617 # VPP Performance Results 3n-skx
4618 -
4619   type: "file"
4620   title: "VPP Performance Results 3n-skx"
4621   algorithm: "file_test_results"
4622   output-file-ext: ".rst"
4623   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
4624   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"
4625   dir-tables: "{DIR[DTR,PERF,VPP,3N,SKX]}"
4626   data: "vpp-perf-results-3n-skx"
4627   filter: "not 'NDRCHK' and not 'PDRCHK'"
4628   parameters:
4629   - "name"
4630   - "doc"
4631   - "level"
4632   - "parent"
4633   data-start-level: 3
4634
4635 # VPP Performance Results 2n-skx
4636 -
4637   type: "file"
4638   title: "VPP Performance Results 2n-skx"
4639   algorithm: "file_test_results"
4640   output-file-ext: ".rst"
4641   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
4642   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"
4643   dir-tables: "{DIR[DTR,PERF,VPP,2N,SKX]}"
4644   data: "vpp-perf-results-2n-skx"
4645   filter: "not 'NDRCHK' and not 'PDRCHK'"
4646   parameters:
4647   - "name"
4648   - "doc"
4649   - "level"
4650   - "parent"
4651   data-start-level: 3
4652
4653 # VPP Performance Results 2n-dnv
4654 -
4655   type: "file"
4656   title: "VPP Performance Results 2n-dnv"
4657   algorithm: "file_test_results"
4658   output-file-ext: ".rst"
4659   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
4660   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"
4661   dir-tables: "{DIR[DTR,PERF,VPP,2N,DNV]}"
4662   data: "intel-dnv-vpp"
4663   filter: "'NDRPDR'"
4664   parameters:
4665   - "name"
4666   - "doc"
4667   - "level"
4668   - "parent"
4669   data-start-level: 3
4670
4671 # VPP Performance Configuration 3n-hsw
4672 -
4673   type: "file"
4674   title: "VPP Performance Configuration 3n-hsw"
4675   algorithm: "file_test_results"
4676   output-file-ext: ".rst"
4677   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_performance_configuration_3n_hsw"
4678   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"
4679   dir-tables: "{DIR[DTC,PERF,VPP,3N,HSW]}"
4680   data: "vpp-perf-results-3n-hsw"
4681   filter: "not 'NDRCHK' and not 'PDRCHK'"
4682   parameters:
4683   - "name"
4684   - "doc"
4685   - "level"
4686   - "parent"
4687   data-start-level: 3
4688
4689 # VPP Performance Configuration 3n-skx
4690 -
4691   type: "file"
4692   title: "VPP Performance Configuration 3n-skx"
4693   algorithm: "file_test_results"
4694   output-file-ext: ".rst"
4695   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_performance_configuration_3n_skx"
4696   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"
4697   dir-tables: "{DIR[DTC,PERF,VPP,3N,SKX]}"
4698   data: "vpp-perf-results-3n-skx"
4699   filter: "not 'NDRCHK' and not 'PDRCHK'"
4700   parameters:
4701   - "name"
4702   - "doc"
4703   - "level"
4704   - "parent"
4705   data-start-level: 3
4706
4707 # VPP Performance Configuration 2n-skx
4708 -
4709   type: "file"
4710   title: "VPP Performance Configuration 2n-skx"
4711   algorithm: "file_test_results"
4712   output-file-ext: ".rst"
4713   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_performance_configuration_2n_skx"
4714   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"
4715   dir-tables: "{DIR[DTC,PERF,VPP,2N,SKX]}"
4716   data: "vpp-perf-results-2n-skx"
4717   filter: "not 'NDRCHK' and not 'PDRCHK'"
4718   parameters:
4719   - "name"
4720   - "doc"
4721   - "level"
4722   - "parent"
4723   data-start-level: 3
4724
4725 # VPP Performance Configuration 2n-dnv
4726 -
4727   type: "file"
4728   title: "VPP Performance Configuration 2n-dnv"
4729   algorithm: "file_test_results"
4730   output-file-ext: ".rst"
4731   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_performance_configuration_2n_dnv"
4732   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"
4733   dir-tables: "{DIR[DTC,PERF,VPP,2N,DNV]}"
4734   data: "intel-dnv-vpp"
4735   filter: "'NDRPDR'"
4736   parameters:
4737   - "name"
4738   - "doc"
4739   - "level"
4740   - "parent"
4741   data-start-level: 3
4742
4743 # VPP Performance Operational Data 3n-hsw
4744 -
4745   type: "file"
4746   title: "VPP Performance Operational Data 3n-hsw"
4747   algorithm: "file_test_results"
4748   output-file-ext: ".rst"
4749   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_performance_operational_data_3n_hsw"
4750   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"
4751   dir-tables: "{DIR[DTO,PERF,VPP,3N,HSW]}"
4752   data: "vpp-perf-results-3n-hsw"
4753   filter: "not 'NDRCHK' and not 'PDRCHK'"
4754   parameters:
4755   - "name"
4756   - "doc"
4757   - "level"
4758   - "parent"
4759   data-start-level: 3
4760
4761 # VPP Performance Operational Data 3n-skx
4762 -
4763   type: "file"
4764   title: "VPP Performance Operational Data 3n-skx"
4765   algorithm: "file_test_results"
4766   output-file-ext: ".rst"
4767   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_performance_operational_data_3n_skx"
4768   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"
4769   dir-tables: "{DIR[DTO,PERF,VPP,3N,SKX]}"
4770   data: "vpp-perf-results-3n-skx"
4771   filter: "not 'NDRCHK' and not 'PDRCHK'"
4772   parameters:
4773   - "name"
4774   - "doc"
4775   - "level"
4776   - "parent"
4777   data-start-level: 3
4778
4779 # VPP Performance Operational Data 2n-skx
4780 -
4781   type: "file"
4782   title: "VPP Performance Operational Data 2n-skx"
4783   algorithm: "file_test_results"
4784   output-file-ext: ".rst"
4785   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_performance_operational_data_2n_skx"
4786   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"
4787   dir-tables: "{DIR[DTO,PERF,VPP,2N,SKX]}"
4788   data: "vpp-perf-results-2n-skx"
4789   filter: "not 'NDRCHK' and not 'PDRCHK'"
4790   parameters:
4791   - "name"
4792   - "doc"
4793   - "level"
4794   - "parent"
4795   data-start-level: 3
4796
4797 # VPP Performance Operational Data 2n-dnv
4798 -
4799   type: "file"
4800   title: "VPP Performance Operational Data 2n-dnv"
4801   algorithm: "file_test_results"
4802   output-file-ext: ".rst"
4803   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_performance_operational_data_2n_dnv"
4804   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"
4805   dir-tables: "{DIR[DTO,PERF,VPP,2N,DNV]}"
4806   data: "intel-dnv-vpp"
4807   filter: "'NDRPDR'"
4808   parameters:
4809   - "name"
4810   - "doc"
4811   - "level"
4812   - "parent"
4813   data-start-level: 3
4814
4815 # VPP MRR Results 3n-hsw
4816 -
4817   type: "file"
4818   title: "VPP MRR Results 3n-hsw"
4819   algorithm: "file_test_results"
4820   output-file-ext: ".rst"
4821   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
4822   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"
4823   dir-tables: "{DIR[DTR,MRR,VPP,3N,HSW]}"
4824   data: "vpp-mrr-results-3n-hsw"
4825   filter: "'MRR'"
4826   parameters:
4827   - "name"
4828   - "doc"
4829   - "level"
4830   - "parent"
4831   data-start-level: 3
4832
4833 # VPP MRR Results 3n-skx
4834 -
4835   type: "file"
4836   title: "VPP MRR Results 3n-skx"
4837   algorithm: "file_test_results"
4838   output-file-ext: ".rst"
4839   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
4840   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"
4841   dir-tables: "{DIR[DTR,MRR,VPP,3N,SKX]}"
4842   data: "vpp-mrr-results-3n-skx"
4843   filter: "'MRR'"
4844   parameters:
4845   - "name"
4846   - "doc"
4847   - "level"
4848   - "parent"
4849   data-start-level: 3
4850
4851 # VPP MRR Results 2n-skx
4852 -
4853   type: "file"
4854   title: "VPP MRR Results 2n-skx"
4855   algorithm: "file_test_results"
4856   output-file-ext: ".rst"
4857   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
4858   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"
4859   dir-tables: "{DIR[DTR,MRR,VPP,2N,SKX]}"
4860   data: "vpp-mrr-results-2n-skx"
4861   filter: "all"
4862   parameters:
4863   - "name"
4864   - "doc"
4865   - "level"
4866   - "parent"
4867   data-start-level: 3
4868
4869 # VPP MRR Results 2n-dnv
4870 -
4871   type: "file"
4872   title: "VPP MRR Results 2n-dnv"
4873   algorithm: "file_test_results"
4874   output-file-ext: ".rst"
4875   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
4876   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"
4877   dir-tables: "{DIR[DTR,MRR,VPP,2N,DNV]}"
4878   data: "intel-dnv-vpp"
4879   filter: "'MRR'"
4880   parameters:
4881   - "name"
4882   - "doc"
4883   - "level"
4884   - "parent"
4885   data-start-level: 3
4886
4887 # VPP MRR Configuration 3n-hsw
4888 -
4889   type: "file"
4890   title: "VPP MRR Configuration 3n-hsw"
4891   algorithm: "file_test_results"
4892   output-file-ext: ".rst"
4893   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_configuration_3n_hsw"
4894   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"
4895   dir-tables: "{DIR[DTC,MRR,VPP,3N,HSW]}"
4896   data: "vpp-mrr-results-3n-hsw"
4897   filter: "'MRR'"
4898   parameters:
4899   - "name"
4900   - "doc"
4901   - "level"
4902   - "parent"
4903   data-start-level: 3
4904
4905 # VPP MRR Configuration 3n-skx
4906 -
4907   type: "file"
4908   title: "VPP MRR Configuration 3n-skx"
4909   algorithm: "file_test_results"
4910   output-file-ext: ".rst"
4911   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_configuration_3n_skx"
4912   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"
4913   dir-tables: "{DIR[DTC,MRR,VPP,3N,SKX]}"
4914   data: "vpp-mrr-results-3n-skx"
4915   filter: "'MRR'"
4916   parameters:
4917   - "name"
4918   - "doc"
4919   - "level"
4920   - "parent"
4921   data-start-level: 3
4922
4923 # VPP MRR Configuration 2n-skx
4924 -
4925   type: "file"
4926   title: "VPP MRR Configuration 2n-skx"
4927   algorithm: "file_test_results"
4928   output-file-ext: ".rst"
4929   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_configuration_2n_skx"
4930   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"
4931   dir-tables: "{DIR[DTC,MRR,VPP,2N,SKX]}"
4932   data: "vpp-mrr-results-2n-skx"
4933   filter: "'MRR'"
4934   parameters:
4935   - "name"
4936   - "doc"
4937   - "level"
4938   - "parent"
4939   data-start-level: 3
4940
4941 # VPP MRR Configuration 2n-dnv
4942 -
4943   type: "file"
4944   title: "VPP MRR Configuration 2n-dnv"
4945   algorithm: "file_test_results"
4946   output-file-ext: ".rst"
4947   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_configuration_2n_dnv"
4948   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"
4949   dir-tables: "{DIR[DTC,MRR,VPP,2N,DNV]}"
4950   data: "intel-dnv-vpp"
4951   filter: "'MRR'"
4952   parameters:
4953   - "name"
4954   - "doc"
4955   - "level"
4956   - "parent"
4957   data-start-level: 3
4958
4959 # VPP Functional Results - Ubuntu
4960 -
4961   type: "file"
4962   title: "VPP Functional Results - Ubuntu"
4963   algorithm: "file_test_results"
4964   output-file-ext: ".rst"
4965   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
4966   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"
4967   dir-tables: "{DIR[DTR,FUNC,VPP,UBUNTU]}"
4968   data: "vpp-func-results-ubuntu"
4969   filter: "all"
4970   parameters:
4971   - "name"
4972   - "doc"
4973   - "level"
4974   - "parent"
4975   data-start-level: 3
4976
4977 # VPP Functional Results - CentOS
4978 -
4979   type: "file"
4980   title: "VPP Functional Results - CentOS"
4981   algorithm: "file_test_results"
4982   output-file-ext: ".rst"
4983   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
4984   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"
4985   dir-tables: "{DIR[DTR,FUNC,VPP,CENTOS]}"
4986   data:
4987     "vpp-func-results-centos"
4988   filter: "all"
4989   parameters:
4990   - "name"
4991   - "doc"
4992   - "level"
4993   - "parent"
4994   data-start-level: 3
4995
4996 # VPP Functional Configuration - Ubuntu
4997 -
4998   type: "file"
4999   title: "VPP Functional Configuration - Ubuntu"
5000   algorithm: "file_test_results"
5001   output-file-ext: ".rst"
5002   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
5003   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5004   dir-tables: "{DIR[DTC,FUNC,VPP,UBUNTU]}"
5005   data: "vpp-func-results-ubuntu"
5006   filter: "all"
5007   parameters:
5008   - "name"
5009   - "doc"
5010   - "level"
5011   - "parent"
5012   data-start-level: 3
5013
5014 # VPP Functional Configuration - CentOS
5015 -
5016   type: "file"
5017   title: "VPP Functional Configuration - CentOS"
5018   algorithm: "file_test_results"
5019   output-file-ext: ".rst"
5020   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
5021   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5022   dir-tables: "{DIR[DTC,FUNC,VPP,CENTOS]}"
5023   data:
5024     "vpp-func-results-centos"
5025   filter: "all"
5026   parameters:
5027   - "name"
5028   - "doc"
5029   - "level"
5030   - "parent"
5031   data-start-level: 3
5032
5033 # VPP Device Results - Ubuntu
5034 -
5035   type: "file"
5036   title: "VPP Device Results - Ubuntu"
5037   algorithm: "file_test_results"
5038   output-file-ext: ".rst"
5039   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
5040   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"
5041   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
5042   data: "vpp-device-results-ubuntu"
5043   filter: "all"
5044   parameters:
5045   - "name"
5046   - "doc"
5047   - "level"
5048   - "parent"
5049   data-start-level: 2
5050
5051 # VPP Device Configuration - Ubuntu
5052 -
5053   type: "file"
5054   title: "VPP Device Configuration - Ubuntu"
5055   algorithm: "file_test_results"
5056   output-file-ext: ".rst"
5057   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
5058   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5059   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
5060   data: "vpp-device-results-ubuntu"
5061   filter: "all"
5062   parameters:
5063   - "name"
5064   - "doc"
5065   - "level"
5066   - "parent"
5067   data-start-level: 2
5068
5069 # Container Orchestrated Performance Results 3n-hsw
5070 -
5071   type: "file"
5072   title: "Container Orchestrated Performance Results 3n-hsw"
5073   algorithm: "file_test_results"
5074   output-file-ext: ".rst"
5075   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
5076   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5077   dir-tables: "{DIR[DTR,PERF,COT,3N,HSW]}"
5078   data: "ligato-perf-results-3n-hsw"
5079   filter: "all"
5080   parameters:
5081   - "name"
5082   - "doc"
5083   - "level"
5084   - "parent"
5085   data-start-level: 3
5086
5087 # DPDK Performance Results 3n-hsw
5088 -
5089   type: "file"
5090   title: "DPDK Performance Results 3n-hsw"
5091   algorithm: "file_test_results"
5092   output-file-ext: ".rst"
5093   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
5094   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"
5095   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
5096   data: "dpdk-perf-results-3n-hsw"
5097   filter: "all"
5098   parameters:
5099   - "name"
5100   - "doc"
5101   - "level"
5102   - "parent"
5103   data-start-level: 3
5104
5105 # DPDK Performance Results 3n-skx
5106 -
5107   type: "file"
5108   title: "DPDK Performance Results 3n-skx"
5109   algorithm: "file_test_results"
5110   output-file-ext: ".rst"
5111   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
5112   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"
5113   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
5114   data: "dpdk-perf-results-3n-skx"
5115   filter: "all"
5116   parameters:
5117   - "name"
5118   - "doc"
5119   - "level"
5120   - "parent"
5121   data-start-level: 3
5122
5123 # DPDK Performance Results 2n-skx
5124 -
5125   type: "file"
5126   title: "DPDK Performance Results 2n-skx"
5127   algorithm: "file_test_results"
5128   output-file-ext: ".rst"
5129   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
5130   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"
5131   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
5132   data: "dpdk-perf-results-2n-skx"
5133   filter: "all"
5134   parameters:
5135   - "name"
5136   - "doc"
5137   - "level"
5138   - "parent"
5139   data-start-level: 3
5140
5141 # Honeycomb Functional Results
5142 -
5143   type: "file"
5144   title: "Honeycomb Functional Results"
5145   algorithm: "file_test_results"
5146   output-file-ext: ".rst"
5147   output-file: "{DIR[DTR,FUNC,HC]}/honeycomb_functional_results"
5148   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"
5149   dir-tables: "{DIR[DTR,FUNC,HC]}"
5150   data:
5151     "hc-func-results"
5152   filter: "all"
5153   parameters:
5154   - "name"
5155   - "doc"
5156   - "level"
5157   - "parent"
5158   data-start-level: 3
5159
5160 # NSH SFC Functional Results
5161 -
5162   type: "file"
5163   title: "NSH SFC Functional Results"
5164   algorithm: "file_test_results"
5165   output-file-ext: ".rst"
5166   output-file: "{DIR[DTR,FUNC,NSHSFC]}/nshsfc_functional_results"
5167   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5168   dir-tables: "{DIR[DTR,FUNC,NSHSFC]}"
5169   data:
5170     "nsh-func-results"
5171   filter: "all"
5172   parameters:
5173   - "name"
5174   - "doc"
5175   - "level"
5176   - "parent"
5177   data-start-level: 3
5178
5179 # DMM Functional Results
5180 -
5181   type: "file"
5182   title: "DMM Functional Results"
5183   algorithm: "file_test_results"
5184   output-file-ext: ".rst"
5185   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
5186   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"
5187   dir-tables: "{DIR[DTR,FUNC,DMM]}"
5188   data:
5189     "dmm-func-results"
5190   filter: "all"
5191   parameters:
5192   - "name"
5193   - "doc"
5194   - "level"
5195   - "parent"
5196   data-start-level: 3
5197
5198 ################################################################################
5199 ###                                P L O T S                                 ###
5200 ################################################################################
5201
5202 ################################################################################
5203 # Plots VPP HTTP Server Performance
5204 -
5205   type: "plot"
5206   title: "VPP HTTP Server Performance"
5207   algorithm: "plot_http_server_performance_box"
5208   output-file-type: ".html"
5209   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
5210   data:
5211     "plot-vpp-http-server-performance"
5212   # Keep this formatting, the filter is enclosed with " (quotation mark) and
5213   # each tag is enclosed with ' (apostrophe).
5214   filter: "'HTTP' and 'TCP_CPS'"
5215   parameters:
5216   - "result"
5217   - "name"
5218   traces:
5219     hoverinfo: "x+y"
5220     boxpoints: "outliers"
5221     whiskerwidth: 0
5222   layout:
5223     title: "VPP HTTP Server Performance"
5224     layout:
5225       "plot-cps"
5226
5227 -
5228   type: "plot"
5229   title: "VPP HTTP Server Performance"
5230   algorithm: "plot_http_server_performance_box"
5231   output-file-type: ".html"
5232   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
5233   data:
5234     "plot-vpp-http-server-performance"
5235   filter: "'HTTP' and 'TCP_RPS'"
5236   parameters:
5237   - "result"
5238   - "name"
5239   traces:
5240     hoverinfo: "x+y"
5241     boxpoints: "outliers"
5242     whiskerwidth: 0
5243   layout:
5244     title: "VPP HTTP Server Performance"
5245     layout:
5246       "plot-rps"
5247
5248 ################################################################################
5249
5250 # Packet Throughput - VPP L2 3n-hsw-x520 base and scale
5251 -
5252   type: "plot"
5253   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5254   algorithm: "plot_performance_box"
5255   output-file-type: ".html"
5256   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5257   data: "plot-vpp-throughput-latency-3n-hsw"
5258   filter: "'NIC_Intel-X520-DA2' and
5259            '64B' and
5260            ('BASE' or 'SCALE') and
5261            'NDRPDR' and
5262            'ETH' and
5263            '1T1C' and
5264            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5265            not 'VHOST' and
5266            not 'MEMIF'"
5267   parameters:
5268   - "throughput"
5269   - "parent"
5270   - "tags"
5271   sort:
5272   - "L2PATCH"
5273   - "L2XCBASE"
5274   - "BASE"
5275   - "FIB_10K"
5276   - "FIB_100K"
5277   - "FIB_1M"
5278   traces:
5279     hoverinfo: "x+y"
5280     boxpoints: "outliers"
5281     whiskerwidth: 0
5282   layout:
5283     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5284     layout: "plot-throughput"
5285
5286 -
5287   type: "plot"
5288   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5289   algorithm: "plot_performance_box"
5290   output-file-type: ".html"
5291   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5292   data: "plot-vpp-throughput-latency-3n-hsw"
5293   filter: "'NIC_Intel-X520-DA2' and
5294            '64B' and
5295            ('BASE' or 'SCALE') and
5296            'NDRPDR' and
5297            'ETH' and
5298            '1T1C' and
5299            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5300            not 'VHOST' and
5301            not 'MEMIF'"
5302   parameters:
5303   - "throughput"
5304   - "parent"
5305   - "tags"
5306   sort:
5307   - "L2PATCH"
5308   - "L2XCBASE"
5309   - "BASE"
5310   - "FIB_10K"
5311   - "FIB_100K"
5312   - "FIB_1M"
5313   traces:
5314     hoverinfo: "x+y"
5315     boxpoints: "outliers"
5316     whiskerwidth: 0
5317   layout:
5318     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5319     layout: "plot-throughput"
5320
5321 -
5322   type: "plot"
5323   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5324   algorithm: "plot_performance_box"
5325   output-file-type: ".html"
5326   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5327   data: "plot-vpp-throughput-latency-3n-hsw"
5328   filter: "'NIC_Intel-X520-DA2' and
5329            '64B' and
5330            ('BASE' or 'SCALE') and
5331            'NDRPDR' and
5332            'ETH' and
5333            '2T2C' and
5334            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5335            not 'VHOST' and
5336            not 'MEMIF'"
5337   parameters:
5338   - "throughput"
5339   - "parent"
5340   - "tags"
5341   sort:
5342   - "L2PATCH"
5343   - "L2XCBASE"
5344   - "BASE"
5345   - "FIB_10K"
5346   - "FIB_100K"
5347   - "FIB_1M"
5348   traces:
5349     hoverinfo: "x+y"
5350     boxpoints: "outliers"
5351     whiskerwidth: 0
5352   layout:
5353     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5354     layout: "plot-throughput"
5355
5356 -
5357   type: "plot"
5358   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
5359   algorithm: "plot_performance_box"
5360   output-file-type: ".html"
5361   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
5362   data: "plot-vpp-throughput-latency-3n-hsw"
5363   filter: "'NIC_Intel-X520-DA2' and
5364            '64B' and
5365            ('BASE' or 'SCALE') and
5366            'NDRPDR' and
5367            'ETH' and
5368            '2T2C' and
5369            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5370            not 'VHOST' and
5371            not 'MEMIF'"
5372   parameters:
5373   - "throughput"
5374   - "parent"
5375   - "tags"
5376   sort:
5377   - "L2PATCH"
5378   - "L2XCBASE"
5379   - "BASE"
5380   - "FIB_10K"
5381   - "FIB_100K"
5382   - "FIB_1M"
5383   traces:
5384     hoverinfo: "x+y"
5385     boxpoints: "outliers"
5386     whiskerwidth: 0
5387   layout:
5388     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
5389     layout: "plot-throughput"
5390
5391 # Packet Throughput - VPP L2 3n-hsw-x520 features
5392 -
5393   type: "plot"
5394   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
5395   algorithm: "plot_performance_box"
5396   output-file-type: ".html"
5397   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
5398   data: "plot-vpp-throughput-latency-3n-hsw"
5399   filter: "'NIC_Intel-X520-DA2' and
5400            '64B' and
5401            'NDRPDR' and
5402            '1T1C' and
5403            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
5404            not 'ACL' and
5405            not 'VHOST' and
5406            not 'MEMIF'"
5407   parameters:
5408   - "throughput"
5409   - "parent"
5410   - "tags"
5411   sort:
5412   - "L2XCBASE"    # l2xcbase
5413   - "L2BDBASE"    # l2bdbase
5414   - "L2XCFWD"     # dot1q-l2xcbase
5415   - "L2BDMACLRN"  # dot1q-l2bdbase
5416   traces:
5417     hoverinfo: "x+y"
5418     boxpoints: "outliers"
5419     whiskerwidth: 0
5420   layout:
5421     title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
5422     layout: "plot-throughput"
5423
5424 -
5425   type: "plot"
5426   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
5427   algorithm: "plot_performance_box"
5428   output-file-type: ".html"
5429   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
5430   data: "plot-vpp-throughput-latency-3n-hsw"
5431   filter: "'NIC_Intel-X520-DA2' and
5432            '64B' and
5433            'NDRPDR' and
5434            '1T1C' and
5435            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
5436            not 'ACL' and
5437            not 'VHOST' and
5438            not 'MEMIF'"
5439   parameters:
5440   - "throughput"
5441   - "parent"
5442   - "tags"
5443   sort:
5444   - "L2XCBASE"    # l2xcbase
5445   - "L2BDBASE"    # l2bdbase
5446   - "L2XCFWD"     # dot1q-l2xcbase
5447   - "L2BDMACLRN"  # dot1q-l2bdbase
5448   traces:
5449     hoverinfo: "x+y"
5450     boxpoints: "outliers"
5451     whiskerwidth: 0
5452   layout:
5453     title: "l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
5454     layout: "plot-throughput"
5455
5456 -
5457   type: "plot"
5458   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
5459   algorithm: "plot_performance_box"
5460   output-file-type: ".html"
5461   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
5462   data: "plot-vpp-throughput-latency-3n-hsw"
5463   filter: "'NIC_Intel-X520-DA2' and
5464            '64B' and
5465            'NDRPDR' and
5466            '2T2C' and
5467            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
5468            not 'ACL' and
5469            not 'VHOST' and
5470            not 'MEMIF'"
5471   parameters:
5472   - "throughput"
5473   - "parent"
5474   - "tags"
5475   sort:
5476   - "L2XCBASE"    # l2xcbase
5477   - "L2BDBASE"    # l2bdbase
5478   - "L2XCFWD"     # dot1q-l2xcbase
5479   - "L2BDMACLRN"  # dot1q-l2bdbase
5480   traces:
5481     hoverinfo: "x+y"
5482     boxpoints: "outliers"
5483     whiskerwidth: 0
5484   layout:
5485     title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
5486     layout: "plot-throughput"
5487
5488 -
5489   type: "plot"
5490   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
5491   algorithm: "plot_performance_box"
5492   output-file-type: ".html"
5493   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
5494   data: "plot-vpp-throughput-latency-3n-hsw"
5495   filter: "'NIC_Intel-X520-DA2' and
5496            '64B' and
5497            'NDRPDR' and
5498            '2T2C' and
5499            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
5500            not 'ACL' and
5501            not 'VHOST' and
5502            not 'MEMIF'"
5503   parameters:
5504   - "throughput"
5505   - "parent"
5506   - "tags"
5507   sort:
5508   - "L2XCBASE"    # l2xcbase
5509   - "L2BDBASE"    # l2bdbase
5510   - "L2XCFWD"     # dot1q-l2xcbase
5511   - "L2BDMACLRN"  # dot1q-l2bdbase
5512   traces:
5513     hoverinfo: "x+y"
5514     boxpoints: "outliers"
5515     whiskerwidth: 0
5516   layout:
5517     title: "l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
5518     layout: "plot-throughput"
5519
5520 # Packet Throughput - VPP L2 3n-hsw-x710 base and scale
5521 -
5522   type: "plot"
5523   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
5524   algorithm: "plot_performance_box"
5525   output-file-type: ".html"
5526   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
5527   data: "plot-vpp-throughput-latency-3n-hsw"
5528   filter: "'NIC_Intel-X710' and
5529            '64B' and
5530            ('BASE' or 'SCALE') and
5531            'NDRPDR' and
5532            'ETH' and
5533            '1T1C' and
5534            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5535            not 'VHOST' and
5536            not 'MEMIF'"
5537   parameters:
5538   - "throughput"
5539   - "parent"
5540   - "tags"
5541   sort:
5542   - "L2XCFWD"
5543   - "L2PATCH"
5544   - "L2BDMACLRN"
5545   - "FIB_10K"
5546   - "FIB_100K"
5547   - "FIB_1M"
5548   traces:
5549     hoverinfo: "x+y"
5550     boxpoints: "outliers"
5551     whiskerwidth: 0
5552   layout:
5553     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
5554     layout: "plot-throughput"
5555
5556 -
5557   type: "plot"
5558   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
5559   algorithm: "plot_performance_box"
5560   output-file-type: ".html"
5561   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
5562   data: "plot-vpp-throughput-latency-3n-hsw"
5563   filter: "'NIC_Intel-X710' and
5564            '64B' and
5565            ('BASE' or 'SCALE') and
5566            'NDRPDR' and
5567            'ETH' and
5568            '1T1C' and
5569            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5570            not 'VHOST' and
5571            not 'MEMIF'"
5572   parameters:
5573   - "throughput"
5574   - "parent"
5575   - "tags"
5576   sort:
5577   - "L2XCFWD"
5578   - "L2PATCH"
5579   - "L2BDMACLRN"
5580   - "FIB_10K"
5581   - "FIB_100K"
5582   - "FIB_1M"
5583   traces:
5584     hoverinfo: "x+y"
5585     boxpoints: "outliers"
5586     whiskerwidth: 0
5587   layout:
5588     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
5589     layout: "plot-throughput"
5590
5591 -
5592   type: "plot"
5593   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
5594   algorithm: "plot_performance_box"
5595   output-file-type: ".html"
5596   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
5597   data: "plot-vpp-throughput-latency-3n-hsw"
5598   filter: "'NIC_Intel-X710' and
5599            '64B' and
5600            ('BASE' or 'SCALE') and
5601            'NDRPDR' and
5602            'ETH' and
5603            '2T2C' and
5604            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5605            not 'VHOST' and
5606            not 'MEMIF'"
5607   parameters:
5608   - "throughput"
5609   - "parent"
5610   - "tags"
5611   sort:
5612   - "L2XCFWD"
5613   - "L2PATCH"
5614   - "L2BDMACLRN"
5615   - "FIB_10K"
5616   - "FIB_100K"
5617   - "FIB_1M"
5618   traces:
5619     hoverinfo: "x+y"
5620     boxpoints: "outliers"
5621     whiskerwidth: 0
5622   layout:
5623     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
5624     layout: "plot-throughput"
5625
5626 -
5627   type: "plot"
5628   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
5629   algorithm: "plot_performance_box"
5630   output-file-type: ".html"
5631   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
5632   data: "plot-vpp-throughput-latency-3n-hsw"
5633   filter: "'NIC_Intel-X710' and
5634            '64B' and
5635            ('BASE' or 'SCALE') and
5636            'NDRPDR' and
5637            'ETH' and
5638            '2T2C' and
5639            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5640            not 'VHOST' and
5641            not 'MEMIF'"
5642   parameters:
5643   - "throughput"
5644   - "parent"
5645   - "tags"
5646   sort:
5647   - "L2XCFWD"
5648   - "L2PATCH"
5649   - "L2BDMACLRN"
5650   - "FIB_10K"
5651   - "FIB_100K"
5652   - "FIB_1M"
5653   traces:
5654     hoverinfo: "x+y"
5655     boxpoints: "outliers"
5656     whiskerwidth: 0
5657   layout:
5658     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
5659     layout: "plot-throughput"
5660
5661 # Packet Throughput - VPP L2 3n-hsw-x710 features
5662 -
5663   type: "plot"
5664   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
5665   algorithm: "plot_performance_box"
5666   output-file-type: ".html"
5667   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
5668   data: "plot-vpp-throughput-latency-3n-hsw"
5669   filter: "'NIC_Intel-X710' and
5670            '64B' and
5671            'NDRPDR' and
5672            '1T1C' and
5673            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
5674            not 'ACL' and
5675            not 'VHOST' and
5676            not 'MEMIF'"
5677   parameters:
5678   - "throughput"
5679   - "parent"
5680   - "tags"
5681   sort:
5682   - "L2XCBASE"    # l2xcbase
5683   - "L2BDBASE"    # l2bdbase
5684   - "L2XCFWD"     # dot1q-l2xcbase
5685   - "L2BDMACLRN"  # dot1q-l2bdbase
5686   traces:
5687     hoverinfo: "x+y"
5688     boxpoints: "outliers"
5689     whiskerwidth: 0
5690   layout:
5691     title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
5692     layout: "plot-throughput"
5693
5694 -
5695   type: "plot"
5696   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
5697   algorithm: "plot_performance_box"
5698   output-file-type: ".html"
5699   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
5700   data: "plot-vpp-throughput-latency-3n-hsw"
5701   filter: "'NIC_Intel-X710' and
5702            '64B' and
5703            'NDRPDR' and
5704            '1T1C' and
5705            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
5706            not 'ACL' and
5707            not 'VHOST' and
5708            not 'MEMIF'"
5709   parameters:
5710   - "throughput"
5711   - "parent"
5712   - "tags"
5713   sort:
5714   - "L2XCBASE"    # l2xcbase
5715   - "L2BDBASE"    # l2bdbase
5716   - "L2XCFWD"     # dot1q-l2xcbase
5717   - "L2BDMACLRN"  # dot1q-l2bdbase
5718   traces:
5719     hoverinfo: "x+y"
5720     boxpoints: "outliers"
5721     whiskerwidth: 0
5722   layout:
5723     title: "l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
5724     layout: "plot-throughput"
5725
5726 -
5727   type: "plot"
5728   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
5729   algorithm: "plot_performance_box"
5730   output-file-type: ".html"
5731   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
5732   data: "plot-vpp-throughput-latency-3n-hsw"
5733   filter: "'NIC_Intel-X710' and
5734            '64B' and
5735            'NDRPDR' and
5736            '2T2C' and
5737            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
5738            not 'ACL' and
5739            not 'VHOST' and
5740            not 'MEMIF'"
5741   parameters:
5742   - "throughput"
5743   - "parent"
5744   - "tags"
5745   sort:
5746   - "L2XCBASE"    # l2xcbase
5747   - "L2BDBASE"    # l2bdbase
5748   - "L2XCFWD"     # dot1q-l2xcbase
5749   - "L2BDMACLRN"  # dot1q-l2bdbase
5750   traces:
5751     hoverinfo: "x+y"
5752     boxpoints: "outliers"
5753     whiskerwidth: 0
5754   layout:
5755     title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
5756     layout: "plot-throughput"
5757
5758 -
5759   type: "plot"
5760   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
5761   algorithm: "plot_performance_box"
5762   output-file-type: ".html"
5763   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
5764   data: "plot-vpp-throughput-latency-3n-hsw"
5765   filter: "'NIC_Intel-X710' and
5766            '64B' and
5767            'NDRPDR' and
5768            '2T2C' and
5769            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
5770            not 'ACL' and
5771            not 'VHOST' and
5772            not 'MEMIF'"
5773   parameters:
5774   - "throughput"
5775   - "parent"
5776   - "tags"
5777   sort:
5778   - "L2XCBASE"    # l2xcbase
5779   - "L2BDBASE"    # l2bdbase
5780   - "L2XCFWD"     # dot1q-l2xcbase
5781   - "L2BDMACLRN"  # dot1q-l2bdbase
5782   traces:
5783     hoverinfo: "x+y"
5784     boxpoints: "outliers"
5785     whiskerwidth: 0
5786   layout:
5787     title: "l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
5788     layout: "plot-throughput"
5789
5790 # Packet Throughput - VPP L2 3n-hsw-xl710 base and scale
5791 -
5792   type: "plot"
5793   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
5794   algorithm: "plot_performance_box"
5795   output-file-type: ".html"
5796   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
5797   data: "plot-vpp-throughput-latency-3n-hsw"
5798   filter: "'NIC_Intel-XL710' and
5799            '64B' and
5800            ('BASE' or 'SCALE') and
5801            'NDRPDR' and
5802            'ETH' and
5803            '1T1C' and
5804            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5805            not 'VHOST' and
5806            not 'MEMIF'"
5807   parameters:
5808   - "throughput"
5809   - "parent"
5810   - "tags"
5811   sort:
5812   - "L2PATCH"
5813   - "L2XCBASE"
5814   - "BASE"
5815   - "FIB_10K"
5816   - "FIB_100K"
5817   - "FIB_1M"
5818   traces:
5819     hoverinfo: "x+y"
5820     boxpoints: "outliers"
5821     whiskerwidth: 0
5822   layout:
5823     title: "l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
5824     layout: "plot-throughput"
5825
5826 -
5827   type: "plot"
5828   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
5829   algorithm: "plot_performance_box"
5830   output-file-type: ".html"
5831   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
5832   data: "plot-vpp-throughput-latency-3n-hsw"
5833   filter: "'NIC_Intel-XL710' and
5834            '64B' and
5835            ('BASE' or 'SCALE') and
5836            'NDRPDR' and
5837            'ETH' and
5838            '1T1C' and
5839            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5840            not 'VHOST' and
5841            not 'MEMIF'"
5842   parameters:
5843   - "throughput"
5844   - "parent"
5845   - "tags"
5846   sort:
5847   - "L2PATCH"
5848   - "L2XCBASE"
5849   - "BASE"
5850   - "FIB_10K"
5851   - "FIB_100K"
5852   - "FIB_1M"
5853   traces:
5854     hoverinfo: "x+y"
5855     boxpoints: "outliers"
5856     whiskerwidth: 0
5857   layout:
5858     title: "l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
5859     layout: "plot-throughput"
5860
5861 -
5862   type: "plot"
5863   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
5864   algorithm: "plot_performance_box"
5865   output-file-type: ".html"
5866   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
5867   data: "plot-vpp-throughput-latency-3n-hsw"
5868   filter: "'NIC_Intel-XL710' and
5869            '64B' and
5870            ('BASE' or 'SCALE') and
5871            'NDRPDR' and
5872            'ETH' and
5873            '2T2C' and
5874            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5875            not 'VHOST' and
5876            not 'MEMIF'"
5877   parameters:
5878   - "throughput"
5879   - "parent"
5880   - "tags"
5881   sort:
5882   - "L2PATCH"
5883   - "L2XCBASE"
5884   - "BASE"
5885   - "FIB_10K"
5886   - "FIB_100K"
5887   - "FIB_1M"
5888   traces:
5889     hoverinfo: "x+y"
5890     boxpoints: "outliers"
5891     whiskerwidth: 0
5892   layout:
5893     title: "l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
5894     layout: "plot-throughput"
5895
5896 -
5897   type: "plot"
5898   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
5899   algorithm: "plot_performance_box"
5900   output-file-type: ".html"
5901   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
5902   data: "plot-vpp-throughput-latency-3n-hsw"
5903   filter: "'NIC_Intel-XL710' and
5904            '64B' and
5905            ('BASE' or 'SCALE') and
5906            'NDRPDR' and
5907            'ETH' and
5908            '2T2C' and
5909            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5910            not 'VHOST' and
5911            not 'MEMIF'"
5912   parameters:
5913   - "throughput"
5914   - "parent"
5915   - "tags"
5916   sort:
5917   - "L2PATCH"
5918   - "L2XCBASE"
5919   - "BASE"
5920   - "FIB_10K"
5921   - "FIB_100K"
5922   - "FIB_1M"
5923   traces:
5924     hoverinfo: "x+y"
5925     boxpoints: "outliers"
5926     whiskerwidth: 0
5927   layout:
5928     title: "l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
5929     layout: "plot-throughput"
5930
5931 # Packet Throughput - VPP L2 3n-skx-x710 base and scale
5932 -
5933   type: "plot"
5934   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
5935   algorithm: "plot_performance_box"
5936   output-file-type: ".html"
5937   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
5938   data: "plot-vpp-throughput-latency-3n-skx"
5939   filter: "'NIC_Intel-X710' and
5940            '64B' and
5941            ('BASE' or 'SCALE') and
5942            'NDRPDR' and
5943            'ETH' and
5944            '2T1C' and
5945            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5946            not 'VHOST' and
5947            not 'MEMIF' and
5948            not 'DRV_AVF'"
5949   parameters:
5950   - "throughput"
5951   - "parent"
5952   - "tags"
5953   sort:
5954   - "L2PATCH"
5955   - "L2XCBASE"
5956   - "BASE"
5957   - "FIB_10K"
5958   - "FIB_100K"
5959   - "FIB_1M"
5960   traces:
5961     hoverinfo: "x+y"
5962     boxpoints: "outliers"
5963     whiskerwidth: 0
5964   layout:
5965     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
5966     layout: "plot-throughput"
5967
5968 -
5969   type: "plot"
5970   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
5971   algorithm: "plot_performance_box"
5972   output-file-type: ".html"
5973   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
5974   data: "plot-vpp-throughput-latency-3n-skx"
5975   filter: "'NIC_Intel-X710' and
5976            '64B' and
5977            ('BASE' or 'SCALE') and
5978            'NDRPDR' and
5979            'ETH' and
5980            '2T1C' and
5981            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5982            not 'VHOST' and
5983            not 'MEMIF' and
5984            not 'DRV_AVF'"
5985   parameters:
5986   - "throughput"
5987   - "parent"
5988   - "tags"
5989   sort:
5990   - "L2PATCH"
5991   - "L2XCBASE"
5992   - "BASE"
5993   - "FIB_10K"
5994   - "FIB_100K"
5995   - "FIB_1M"
5996   traces:
5997     hoverinfo: "x+y"
5998     boxpoints: "outliers"
5999     whiskerwidth: 0
6000   layout:
6001     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
6002     layout: "plot-throughput"
6003
6004 -
6005   type: "plot"
6006   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
6007   algorithm: "plot_performance_box"
6008   output-file-type: ".html"
6009   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
6010   data: "plot-vpp-throughput-latency-3n-skx"
6011   filter: "'NIC_Intel-X710' and
6012            '64B' and
6013            ('BASE' or 'SCALE') and
6014            'NDRPDR' and
6015            'ETH' and
6016            '4T2C' and
6017            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6018            not 'VHOST' and
6019            not 'MEMIF' and
6020            not 'DRV_AVF'"
6021   parameters:
6022   - "throughput"
6023   - "parent"
6024   - "tags"
6025   sort:
6026   - "L2PATCH"
6027   - "L2XCBASE"
6028   - "BASE"
6029   - "FIB_10K"
6030   - "FIB_100K"
6031   - "FIB_1M"
6032   traces:
6033     hoverinfo: "x+y"
6034     boxpoints: "outliers"
6035     whiskerwidth: 0
6036   layout:
6037     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
6038     layout: "plot-throughput"
6039
6040 -
6041   type: "plot"
6042   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
6043   algorithm: "plot_performance_box"
6044   output-file-type: ".html"
6045   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
6046   data: "plot-vpp-throughput-latency-3n-skx"
6047   filter: "'NIC_Intel-X710' and
6048            '64B' and
6049            ('BASE' or 'SCALE') and
6050            'NDRPDR' and
6051            'ETH' and
6052            '4T2C' and
6053            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6054            not 'VHOST' and
6055            not 'MEMIF' and
6056            not 'DRV_AVF'"
6057   parameters:
6058   - "throughput"
6059   - "parent"
6060   - "tags"
6061   sort:
6062   - "L2PATCH"
6063   - "L2XCBASE"
6064   - "BASE"
6065   - "FIB_10K"
6066   - "FIB_100K"
6067   - "FIB_1M"
6068   traces:
6069     hoverinfo: "x+y"
6070     boxpoints: "outliers"
6071     whiskerwidth: 0
6072   layout:
6073     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
6074     layout: "plot-throughput"
6075
6076 # Packet Throughput - VPP L2 3n-skx-x710 features
6077 -
6078   type: "plot"
6079   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-ndr"
6080   algorithm: "plot_performance_box"
6081   output-file-type: ".html"
6082   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr"
6083   data: "plot-vpp-throughput-latency-3n-skx"
6084   filter: "'NIC_Intel-X710' and
6085            '64B' and
6086            'NDRPDR' and
6087            '2T1C' and
6088            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6089            not 'ACL' and
6090            not 'VHOST' and
6091            not 'MEMIF'"
6092   parameters:
6093   - "throughput"
6094   - "parent"
6095   - "tags"
6096   sort:
6097   - "L2XCBASE"    # l2xcbase
6098   - "L2BDBASE"    # l2bdbase
6099   - "L2XCFWD"     # dot1q-l2xcbase
6100   - "L2BDMACLRN"  # dot1q-l2bdbase
6101   traces:
6102     hoverinfo: "x+y"
6103     boxpoints: "outliers"
6104     whiskerwidth: 0
6105   layout:
6106     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
6107     layout: "plot-throughput"
6108
6109 -
6110   type: "plot"
6111   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-pdr"
6112   algorithm: "plot_performance_box"
6113   output-file-type: ".html"
6114   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-pdr"
6115   data: "plot-vpp-throughput-latency-3n-skx"
6116   filter: "'NIC_Intel-X710' and
6117            '64B' and
6118            'NDRPDR' and
6119            '2T1C' and
6120            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6121            not 'ACL' and
6122            not 'VHOST' and
6123            not 'MEMIF'"
6124   parameters:
6125   - "throughput"
6126   - "parent"
6127   - "tags"
6128   sort:
6129   - "L2XCBASE"    # l2xcbase
6130   - "L2BDBASE"    # l2bdbase
6131   - "L2XCFWD"     # dot1q-l2xcbase
6132   - "L2BDMACLRN"  # dot1q-l2bdbase
6133   traces:
6134     hoverinfo: "x+y"
6135     boxpoints: "outliers"
6136     whiskerwidth: 0
6137   layout:
6138     title: "l2sw-3n-skx-x710-64b-2t1c-features-pdr"
6139     layout: "plot-throughput"
6140
6141 -
6142   type: "plot"
6143   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-ndr"
6144   algorithm: "plot_performance_box"
6145   output-file-type: ".html"
6146   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr"
6147   data: "plot-vpp-throughput-latency-3n-skx"
6148   filter: "'NIC_Intel-X710' and
6149            '64B' and
6150            'NDRPDR' and
6151            '4T2C' and
6152            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6153            not 'ACL' and
6154            not 'VHOST' and
6155            not 'MEMIF'"
6156   parameters:
6157   - "throughput"
6158   - "parent"
6159   - "tags"
6160   sort:
6161   - "L2XCBASE"    # l2xcbase
6162   - "L2BDBASE"    # l2bdbase
6163   - "L2XCFWD"     # dot1q-l2xcbase
6164   - "L2BDMACLRN"  # dot1q-l2bdbase
6165   traces:
6166     hoverinfo: "x+y"
6167     boxpoints: "outliers"
6168     whiskerwidth: 0
6169   layout:
6170     title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
6171     layout: "plot-throughput"
6172
6173 -
6174   type: "plot"
6175   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-pdr"
6176   algorithm: "plot_performance_box"
6177   output-file-type: ".html"
6178   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-pdr"
6179   data: "plot-vpp-throughput-latency-3n-skx"
6180   filter: "'NIC_Intel-X710' and
6181            '64B' and
6182            'NDRPDR' and
6183            '4T2C' and
6184            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6185            not 'ACL' and
6186            not 'VHOST' and
6187            not 'MEMIF'"
6188   parameters:
6189   - "throughput"
6190   - "parent"
6191   - "tags"
6192   sort:
6193   - "L2XCBASE"    # l2xcbase
6194   - "L2BDBASE"    # l2bdbase
6195   - "L2XCFWD"     # dot1q-l2xcbase
6196   - "L2BDMACLRN"  # dot1q-l2bdbase
6197   traces:
6198     hoverinfo: "x+y"
6199     boxpoints: "outliers"
6200     whiskerwidth: 0
6201   layout:
6202     title: "l2sw-3n-skx-x710-64b-4t2c-features-pdr"
6203     layout: "plot-throughput"
6204
6205 # Packet Throughput - VPP L2 3n-skx-xxv710 base and scale
6206 -
6207   type: "plot"
6208   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
6209   algorithm: "plot_performance_box"
6210   output-file-type: ".html"
6211   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
6212   data: "plot-vpp-throughput-latency-3n-skx"
6213   filter: "'NIC_Intel-XXV710' and
6214            '64B' and
6215            ('BASE' or 'SCALE') and
6216            'NDRPDR' and
6217            'ETH' and
6218            '2T1C' and
6219            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6220            not 'VHOST' and
6221            not 'MEMIF' and
6222            not 'DRV_AVF'"
6223   parameters:
6224   - "throughput"
6225   - "parent"
6226   - "tags"
6227   sort:
6228   - "L2PATCH"
6229   - "L2XCBASE"
6230   - "BASE"
6231   - "FIB_10K"
6232   - "FIB_100K"
6233   - "FIB_1M"
6234   traces:
6235     hoverinfo: "x+y"
6236     boxpoints: "outliers"
6237     whiskerwidth: 0
6238   layout:
6239     title: "l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
6240     layout: "plot-throughput"
6241
6242 -
6243   type: "plot"
6244   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6245   algorithm: "plot_performance_box"
6246   output-file-type: ".html"
6247   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6248   data: "plot-vpp-throughput-latency-3n-skx"
6249   filter: "'NIC_Intel-XXV710' and
6250            '64B' and
6251            ('BASE' or 'SCALE') and
6252            'NDRPDR' and
6253            'ETH' and
6254            '2T1C' and
6255            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6256            not 'VHOST' and
6257            not 'MEMIF' and
6258            not 'DRV_AVF'"
6259   parameters:
6260   - "throughput"
6261   - "parent"
6262   - "tags"
6263   sort:
6264   - "L2PATCH"
6265   - "L2XCBASE"
6266   - "BASE"
6267   - "FIB_10K"
6268   - "FIB_100K"
6269   - "FIB_1M"
6270   traces:
6271     hoverinfo: "x+y"
6272     boxpoints: "outliers"
6273     whiskerwidth: 0
6274   layout:
6275     title: "l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6276     layout: "plot-throughput"
6277
6278 -
6279   type: "plot"
6280   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
6281   algorithm: "plot_performance_box"
6282   output-file-type: ".html"
6283   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
6284   data: "plot-vpp-throughput-latency-3n-skx"
6285   filter: "'NIC_Intel-XXV710' and
6286            '64B' and
6287            ('BASE' or 'SCALE') and
6288            'NDRPDR' and
6289            'ETH' and
6290            '4T2C' and
6291            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6292            not 'VHOST' and
6293            not 'MEMIF' and
6294            not 'DRV_AVF'"
6295   parameters:
6296   - "throughput"
6297   - "parent"
6298   - "tags"
6299   sort:
6300   - "L2PATCH"
6301   - "L2XCBASE"
6302   - "BASE"
6303   - "FIB_10K"
6304   - "FIB_100K"
6305   - "FIB_1M"
6306   traces:
6307     hoverinfo: "x+y"
6308     boxpoints: "outliers"
6309     whiskerwidth: 0
6310   layout:
6311     title: "l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
6312     layout: "plot-throughput"
6313
6314 -
6315   type: "plot"
6316   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
6317   algorithm: "plot_performance_box"
6318   output-file-type: ".html"
6319   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
6320   data: "plot-vpp-throughput-latency-3n-skx"
6321   filter: "'NIC_Intel-XXV710' and
6322            '64B' and
6323            ('BASE' or 'SCALE') and
6324            'NDRPDR' and
6325            'ETH' and
6326            '4T2C' and
6327            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6328            not 'VHOST' and
6329            not 'MEMIF' and
6330            not 'DRV_AVF'"
6331   parameters:
6332   - "throughput"
6333   - "parent"
6334   - "tags"
6335   sort:
6336   - "L2PATCH"
6337   - "L2XCBASE"
6338   - "BASE"
6339   - "FIB_10K"
6340   - "FIB_100K"
6341   - "FIB_1M"
6342   traces:
6343     hoverinfo: "x+y"
6344     boxpoints: "outliers"
6345     whiskerwidth: 0
6346   layout:
6347     title: "l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
6348     layout: "plot-throughput"
6349
6350 # Packet Throughput - VPP L2 2n-skx-x710 base and scale
6351 -
6352   type: "plot"
6353   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
6354   algorithm: "plot_performance_box"
6355   output-file-type: ".html"
6356   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
6357   data: "plot-vpp-throughput-latency-2n-skx"
6358   filter: "'NIC_Intel-X710' and
6359            '64B' and
6360            ('BASE' or 'SCALE') and
6361            'NDRPDR' and
6362            'ETH' and
6363            '2T1C' and
6364            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6365            not 'VHOST' and
6366            not 'MEMIF'"
6367   parameters:
6368   - "throughput"
6369   - "parent"
6370   - "tags"
6371   sort:
6372   - "L2PATCH"
6373   - "L2XCBASE"
6374   - "BASE"
6375   - "FIB_10K"
6376   - "FIB_100K"
6377   - "FIB_1M"
6378   traces:
6379     hoverinfo: "x+y"
6380     boxpoints: "outliers"
6381     whiskerwidth: 0
6382   layout:
6383     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
6384     layout: "plot-throughput"
6385
6386 -
6387   type: "plot"
6388   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
6389   algorithm: "plot_performance_box"
6390   output-file-type: ".html"
6391   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
6392   data: "plot-vpp-throughput-latency-2n-skx"
6393   filter: "'NIC_Intel-X710' and
6394            '64B' and
6395            ('BASE' or 'SCALE') and
6396            'NDRPDR' and
6397            'ETH' and
6398            '2T1C' and
6399            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6400            not 'VHOST' and
6401            not 'MEMIF'"
6402   parameters:
6403   - "throughput"
6404   - "parent"
6405   - "tags"
6406   sort:
6407   - "L2PATCH"
6408   - "L2XCBASE"
6409   - "BASE"
6410   - "FIB_10K"
6411   - "FIB_100K"
6412   - "FIB_1M"
6413   traces:
6414     hoverinfo: "x+y"
6415     boxpoints: "outliers"
6416     whiskerwidth: 0
6417   layout:
6418     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
6419     layout: "plot-throughput"
6420
6421 -
6422   type: "plot"
6423   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
6424   algorithm: "plot_performance_box"
6425   output-file-type: ".html"
6426   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
6427   data: "plot-vpp-throughput-latency-2n-skx"
6428   filter: "'NIC_Intel-X710' and
6429            '64B' and
6430            ('BASE' or 'SCALE') and
6431            'NDRPDR' and
6432            'ETH' and
6433            '4T2C' and
6434            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6435            not 'VHOST' and
6436            not 'MEMIF'"
6437   parameters:
6438   - "throughput"
6439   - "parent"
6440   - "tags"
6441   sort:
6442   - "L2PATCH"
6443   - "L2XCBASE"
6444   - "BASE"
6445   - "FIB_10K"
6446   - "FIB_100K"
6447   - "FIB_1M"
6448   traces:
6449     hoverinfo: "x+y"
6450     boxpoints: "outliers"
6451     whiskerwidth: 0
6452   layout:
6453     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
6454     layout: "plot-throughput"
6455
6456 -
6457   type: "plot"
6458   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
6459   algorithm: "plot_performance_box"
6460   output-file-type: ".html"
6461   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
6462   data: "plot-vpp-throughput-latency-2n-skx"
6463   filter: "'NIC_Intel-X710' and
6464            '64B' and
6465            ('BASE' or 'SCALE') and
6466            'NDRPDR' and
6467            'ETH' and
6468            '4T2C' and
6469            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6470            not 'VHOST' and
6471            not 'MEMIF'"
6472   parameters:
6473   - "throughput"
6474   - "parent"
6475   - "tags"
6476   sort:
6477   - "L2PATCH"
6478   - "L2XCBASE"
6479   - "BASE"
6480   - "FIB_10K"
6481   - "FIB_100K"
6482   - "FIB_1M"
6483   traces:
6484     hoverinfo: "x+y"
6485     boxpoints: "outliers"
6486     whiskerwidth: 0
6487   layout:
6488     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
6489     layout: "plot-throughput"
6490
6491 # Packet Throughput - VPP L2 2n-skx-xxv710 base and scale
6492 -
6493   type: "plot"
6494   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
6495   algorithm: "plot_performance_box"
6496   output-file-type: ".html"
6497   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
6498   data: "plot-vpp-throughput-latency-2n-skx"
6499   filter: "'NIC_Intel-XXV710' and
6500            '64B' and
6501            ('BASE' or 'SCALE') and
6502            'NDRPDR' and
6503            'ETH' and
6504            '2T1C' and
6505            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6506            not 'VHOST' and
6507            not 'MEMIF'"
6508   parameters:
6509   - "throughput"
6510   - "parent"
6511   - "tags"
6512   sort:
6513   - "L2PATCH"
6514   - "L2XCBASE"
6515   - "BASE"
6516   - "FIB_10K"
6517   - "FIB_100K"
6518   - "FIB_1M"
6519   traces:
6520     hoverinfo: "x+y"
6521     boxpoints: "outliers"
6522     whiskerwidth: 0
6523   layout:
6524     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
6525     layout: "plot-throughput"
6526
6527 -
6528   type: "plot"
6529   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6530   algorithm: "plot_performance_box"
6531   output-file-type: ".html"
6532   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6533   data: "plot-vpp-throughput-latency-2n-skx"
6534   filter: "'NIC_Intel-XXV710' and
6535            '64B' and
6536            ('BASE' or 'SCALE') and
6537            'NDRPDR' and
6538            'ETH' and
6539            '2T1C' and
6540            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6541            not 'VHOST' and
6542            not 'MEMIF'"
6543   parameters:
6544   - "throughput"
6545   - "parent"
6546   - "tags"
6547   sort:
6548   - "L2PATCH"
6549   - "L2XCBASE"
6550   - "BASE"
6551   - "FIB_10K"
6552   - "FIB_100K"
6553   - "FIB_1M"
6554   traces:
6555     hoverinfo: "x+y"
6556     boxpoints: "outliers"
6557     whiskerwidth: 0
6558   layout:
6559     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6560     layout: "plot-throughput"
6561
6562 -
6563   type: "plot"
6564   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
6565   algorithm: "plot_performance_box"
6566   output-file-type: ".html"
6567   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
6568   data: "plot-vpp-throughput-latency-2n-skx"
6569   filter: "'NIC_Intel-XXV710' and
6570            '64B' and
6571            ('BASE' or 'SCALE') and
6572            'NDRPDR' and
6573            'ETH' and
6574            '4T2C' and
6575            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6576            not 'VHOST' and
6577            not 'MEMIF'"
6578   parameters:
6579   - "throughput"
6580   - "parent"
6581   - "tags"
6582   sort:
6583   - "L2PATCH"
6584   - "L2XCBASE"
6585   - "BASE"
6586   - "FIB_10K"
6587   - "FIB_100K"
6588   - "FIB_1M"
6589   traces:
6590     hoverinfo: "x+y"
6591     boxpoints: "outliers"
6592     whiskerwidth: 0
6593   layout:
6594     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
6595     layout: "plot-throughput"
6596
6597 -
6598   type: "plot"
6599   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
6600   algorithm: "plot_performance_box"
6601   output-file-type: ".html"
6602   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
6603   data: "plot-vpp-throughput-latency-2n-skx"
6604   filter: "'NIC_Intel-XXV710' and
6605            '64B' and
6606            ('BASE' or 'SCALE') and
6607            'NDRPDR' and
6608            'ETH' and
6609            '4T2C' and
6610            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6611            not 'VHOST' and
6612            not 'MEMIF'"
6613   parameters:
6614   - "throughput"
6615   - "parent"
6616   - "tags"
6617   sort:
6618   - "L2PATCH"
6619   - "L2XCBASE"
6620   - "BASE"
6621   - "FIB_10K"
6622   - "FIB_100K"
6623   - "FIB_1M"
6624   traces:
6625     hoverinfo: "x+y"
6626     boxpoints: "outliers"
6627     whiskerwidth: 0
6628   layout:
6629     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
6630     layout: "plot-throughput"
6631
6632 # Packet Throughput - VPP L2 2n-dnv-x553 base
6633 -
6634   type: "plot"
6635   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
6636   algorithm: "plot_performance_box"
6637   output-file-type: ".html"
6638   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
6639   data: "intel-dnv-vpp"
6640   filter: "'NIC_Intel-X553' and
6641            '64B' and
6642            'BASE' and
6643            'NDRPDR' and
6644            'ETH' and
6645            '1T1C' and
6646            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6647            not 'VHOST' and
6648            not 'MEMIF'"
6649   parameters:
6650   - "throughput"
6651   - "parent"
6652   - "tags"
6653   sort:
6654   - "L2XCBASE"
6655   - "L2BDMACLRN"
6656   - "L2PATCH"
6657   traces:
6658     hoverinfo: "x+y"
6659     boxpoints: "outliers"
6660     whiskerwidth: 0
6661   layout:
6662     title: "l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
6663     layout: "plot-throughput"
6664
6665 -
6666   type: "plot"
6667   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
6668   algorithm: "plot_performance_box"
6669   output-file-type: ".html"
6670   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
6671   data: "intel-dnv-vpp"
6672   filter: "'NIC_Intel-X553' and
6673            '64B' and
6674            ('BASE' or 'SCALE') and
6675            'NDRPDR' and
6676            'ETH' and
6677            '1T1C' and
6678            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6679            not 'VHOST' and
6680            not 'MEMIF'"
6681   parameters:
6682   - "throughput"
6683   - "parent"
6684   - "tags"
6685   sort:
6686   - "L2XCBASE"
6687   - "L2BDMACLRN"
6688   - "L2PATCH"
6689   traces:
6690     hoverinfo: "x+y"
6691     boxpoints: "outliers"
6692     whiskerwidth: 0
6693   layout:
6694     title: "l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
6695     layout: "plot-throughput"
6696
6697 -
6698   type: "plot"
6699   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
6700   algorithm: "plot_performance_box"
6701   output-file-type: ".html"
6702   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
6703   data: "intel-dnv-vpp"
6704   filter: "'NIC_Intel-X553' and
6705            '64B' and
6706            ('BASE' or 'SCALE') and
6707            'NDRPDR' and
6708            'ETH' and
6709            '2T2C' and
6710            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6711            not 'VHOST' and
6712            not 'MEMIF'"
6713   parameters:
6714   - "throughput"
6715   - "parent"
6716   - "tags"
6717   sort:
6718   - "L2XCBASE"
6719   - "L2BDMACLRN"
6720   - "L2PATCH"
6721   traces:
6722     hoverinfo: "x+y"
6723     boxpoints: "outliers"
6724     whiskerwidth: 0
6725   layout:
6726     title: "l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
6727     layout: "plot-throughput"
6728
6729 -
6730   type: "plot"
6731   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
6732   algorithm: "plot_performance_box"
6733   output-file-type: ".html"
6734   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
6735   data: "intel-dnv-vpp"
6736   filter: "'NIC_Intel-X553' and
6737            '64B' and
6738            ('BASE' or 'SCALE') and
6739            'NDRPDR' and
6740            'ETH' and
6741            '2T2C' and
6742            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6743            not 'VHOST' and
6744            not 'MEMIF'"
6745   parameters:
6746   - "throughput"
6747   - "parent"
6748   - "tags"
6749   sort:
6750   - "L2XCBASE"
6751   - "L2BDMACLRN"
6752   - "L2PATCH"
6753   traces:
6754     hoverinfo: "x+y"
6755     boxpoints: "outliers"
6756     whiskerwidth: 0
6757   layout:
6758     title: "l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
6759     layout: "plot-throughput"
6760
6761 ################################################################################
6762
6763 # Packet Throughput - VPP Container Memif 3n-hsw-x520
6764 -
6765   type: "plot"
6766   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6767   algorithm: "plot_performance_box"
6768   output-file-type: ".html"
6769   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6770   data: "plot-vpp-throughput-latency-3n-hsw"
6771   filter: "'NIC_Intel-X520-DA2' and
6772            '64B' and
6773            ('BASE' or 'SCALE') and
6774            'NDRPDR' and
6775            '1T1C' and
6776            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6777            not 'VHOST' and
6778            'MEMIF'"
6779   parameters:
6780   - "throughput"
6781   - "parent"
6782   - "tags"
6783   sort:
6784   - "L2XCFWD"
6785   - "L2XCFWD"
6786   - "L2XCFWD"
6787   - "L2BDMACLRN"
6788   - "L2BDMACLRN"
6789   - "L2BDMACLRN"
6790   traces:
6791     hoverinfo: "x+y"
6792     boxpoints: "outliers"
6793     whiskerwidth: 0
6794   layout:
6795     title: "memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6796     layout: "plot-throughput"
6797
6798 -
6799   type: "plot"
6800   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6801   algorithm: "plot_performance_box"
6802   output-file-type: ".html"
6803   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6804   data: "plot-vpp-throughput-latency-3n-hsw"
6805   filter: "'NIC_Intel-X520-DA2' and
6806            '64B' and
6807            ('BASE' or 'SCALE') and
6808            'NDRPDR' and
6809            '1T1C' and
6810            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6811            not 'VHOST' and
6812            'MEMIF'"
6813   parameters:
6814   - "throughput"
6815   - "parent"
6816   - "tags"
6817   sort:
6818   - "L2XCFWD"
6819   - "L2XCFWD"
6820   - "L2XCFWD"
6821   - "L2BDMACLRN"
6822   - "L2BDMACLRN"
6823   - "L2BDMACLRN"
6824   traces:
6825     hoverinfo: "x+y"
6826     boxpoints: "outliers"
6827     whiskerwidth: 0
6828   layout:
6829     title: "memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6830     layout: "plot-throughput"
6831
6832 -
6833   type: "plot"
6834   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6835   algorithm: "plot_performance_box"
6836   output-file-type: ".html"
6837   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6838   data: "plot-vpp-throughput-latency-3n-hsw"
6839   filter: "'NIC_Intel-X520-DA2' and
6840            '64B' and
6841            ('BASE' or 'SCALE') and
6842            'NDRPDR' and
6843            '2T2C' and
6844            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6845            not 'VHOST' and
6846            'MEMIF'"
6847   parameters:
6848   - "throughput"
6849   - "parent"
6850   - "tags"
6851   sort:
6852   - "L2XCFWD"
6853   - "L2XCFWD"
6854   - "L2XCFWD"
6855   - "L2BDMACLRN"
6856   - "L2BDMACLRN"
6857   - "L2BDMACLRN"
6858   traces:
6859     hoverinfo: "x+y"
6860     boxpoints: "outliers"
6861     whiskerwidth: 0
6862   layout:
6863     title: "memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6864     layout: "plot-throughput"
6865
6866 -
6867   type: "plot"
6868   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6869   algorithm: "plot_performance_box"
6870   output-file-type: ".html"
6871   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6872   data: "plot-vpp-throughput-latency-3n-hsw"
6873   filter: "'NIC_Intel-X520-DA2' and
6874            '64B' and
6875            ('BASE' or 'SCALE') and
6876            'NDRPDR' and
6877            '2T2C' and
6878            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6879            not 'VHOST' and
6880            'MEMIF'"
6881   parameters:
6882   - "throughput"
6883   - "parent"
6884   - "tags"
6885   sort:
6886   - "L2XCFWD"
6887   - "L2XCFWD"
6888   - "L2XCFWD"
6889   - "L2BDMACLRN"
6890   - "L2BDMACLRN"
6891   - "L2BDMACLRN"
6892   traces:
6893     hoverinfo: "x+y"
6894     boxpoints: "outliers"
6895     whiskerwidth: 0
6896   layout:
6897     title: "memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6898     layout: "plot-throughput"
6899
6900 # Packet Throughput - VPP Container Memif 3n-hsw-x710
6901 -
6902   type: "plot"
6903   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6904   algorithm: "plot_performance_box"
6905   output-file-type: ".html"
6906   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6907   data: "plot-vpp-throughput-latency-3n-hsw"
6908   filter: "'NIC_Intel-X710' and
6909            '64B' and
6910            ('BASE' or 'SCALE') and
6911            'NDRPDR' and
6912            '1T1C' and
6913            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6914            not 'VHOST' and
6915            'MEMIF'"
6916   parameters:
6917   - "throughput"
6918   - "parent"
6919   - "tags"
6920   sort:
6921   - "L2XCFWD"
6922   - "L2XCFWD"
6923   - "L2XCFWD"
6924   - "L2BDMACLRN"
6925   - "L2BDMACLRN"
6926   - "L2BDMACLRN"
6927   traces:
6928     hoverinfo: "x+y"
6929     boxpoints: "outliers"
6930     whiskerwidth: 0
6931   layout:
6932     title: "memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6933     layout: "plot-throughput"
6934
6935 -
6936   type: "plot"
6937   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
6938   algorithm: "plot_performance_box"
6939   output-file-type: ".html"
6940   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
6941   data: "plot-vpp-throughput-latency-3n-hsw"
6942   filter: "'NIC_Intel-X710' and
6943            '64B' and
6944            ('BASE' or 'SCALE') and
6945            'NDRPDR' and
6946            '1T1C' and
6947            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6948            not 'VHOST' and
6949            'MEMIF'"
6950   parameters:
6951   - "throughput"
6952   - "parent"
6953   - "tags"
6954   sort:
6955   - "L2XCFWD"
6956   - "L2XCFWD"
6957   - "L2XCFWD"
6958   - "L2BDMACLRN"
6959   - "L2BDMACLRN"
6960   - "L2BDMACLRN"
6961   traces:
6962     hoverinfo: "x+y"
6963     boxpoints: "outliers"
6964     whiskerwidth: 0
6965   layout:
6966     title: "memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
6967     layout: "plot-throughput"
6968
6969 -
6970   type: "plot"
6971   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
6972   algorithm: "plot_performance_box"
6973   output-file-type: ".html"
6974   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
6975   data: "plot-vpp-throughput-latency-3n-hsw"
6976   filter: "'NIC_Intel-X710' and
6977            '64B' and
6978            ('BASE' or 'SCALE') and
6979            'NDRPDR' and
6980            '2T2C' and
6981            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6982            not 'VHOST' and
6983            'MEMIF'"
6984   parameters:
6985   - "throughput"
6986   - "parent"
6987   - "tags"
6988   sort:
6989   - "L2XCFWD"
6990   - "L2XCFWD"
6991   - "L2XCFWD"
6992   - "L2BDMACLRN"
6993   - "L2BDMACLRN"
6994   - "L2BDMACLRN"
6995   traces:
6996     hoverinfo: "x+y"
6997     boxpoints: "outliers"
6998     whiskerwidth: 0
6999   layout:
7000     title: "memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7001     layout: "plot-throughput"
7002
7003 -
7004   type: "plot"
7005   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7006   algorithm: "plot_performance_box"
7007   output-file-type: ".html"
7008   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7009   data: "plot-vpp-throughput-latency-3n-hsw"
7010   filter: "'NIC_Intel-X710' and
7011            '64B' and
7012            ('BASE' or 'SCALE') and
7013            'NDRPDR' and
7014            '2T2C' and
7015            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7016            not 'VHOST' and
7017            'MEMIF'"
7018   parameters:
7019   - "throughput"
7020   - "parent"
7021   - "tags"
7022   sort:
7023   - "L2XCFWD"
7024   - "L2XCFWD"
7025   - "L2XCFWD"
7026   - "L2BDMACLRN"
7027   - "L2BDMACLRN"
7028   - "L2BDMACLRN"
7029   traces:
7030     hoverinfo: "x+y"
7031     boxpoints: "outliers"
7032     whiskerwidth: 0
7033   layout:
7034     title: "memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7035     layout: "plot-throughput"
7036
7037 # Packet Throughput - VPP Container Memif 3n-hsw-xl710
7038 -
7039   type: "plot"
7040   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7041   algorithm: "plot_performance_box"
7042   output-file-type: ".html"
7043   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7044   data: "plot-vpp-throughput-latency-3n-hsw"
7045   filter: "'NIC_Intel-XL710' and
7046            '64B' and
7047            ('BASE' or 'SCALE') and
7048            'NDRPDR' and
7049            '1T1C' and
7050            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7051            not 'VHOST' and
7052            'MEMIF'"
7053   parameters:
7054   - "throughput"
7055   - "parent"
7056   - "tags"
7057   sort:
7058   - "L2XCFWD"
7059   - "L2XCFWD"
7060   - "L2XCFWD"
7061   - "L2BDMACLRN"
7062   - "L2BDMACLRN"
7063   - "L2BDMACLRN"
7064   traces:
7065     hoverinfo: "x+y"
7066     boxpoints: "outliers"
7067     whiskerwidth: 0
7068   layout:
7069     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7070     layout: "plot-throughput"
7071
7072 -
7073   type: "plot"
7074   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7075   algorithm: "plot_performance_box"
7076   output-file-type: ".html"
7077   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7078   data: "plot-vpp-throughput-latency-3n-hsw"
7079   filter: "'NIC_Intel-XL710' and
7080            '64B' and
7081            ('BASE' or 'SCALE') and
7082            'NDRPDR' and
7083            '1T1C' and
7084            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7085            not 'VHOST' and
7086            'MEMIF'"
7087   parameters:
7088   - "throughput"
7089   - "parent"
7090   - "tags"
7091   sort:
7092   - "L2XCFWD"
7093   - "L2XCFWD"
7094   - "L2XCFWD"
7095   - "L2BDMACLRN"
7096   - "L2BDMACLRN"
7097   - "L2BDMACLRN"
7098   traces:
7099     hoverinfo: "x+y"
7100     boxpoints: "outliers"
7101     whiskerwidth: 0
7102   layout:
7103     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7104     layout: "plot-throughput"
7105
7106 -
7107   type: "plot"
7108   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7109   algorithm: "plot_performance_box"
7110   output-file-type: ".html"
7111   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7112   data: "plot-vpp-throughput-latency-3n-hsw"
7113   filter: "'NIC_Intel-XL710' and
7114            '64B' and
7115            ('BASE' or 'SCALE') and
7116            'NDRPDR' and
7117            '2T2C' and
7118            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7119            not 'VHOST' and
7120            'MEMIF'"
7121   parameters:
7122   - "throughput"
7123   - "parent"
7124   - "tags"
7125   sort:
7126   - "L2XCFWD"
7127   - "L2XCFWD"
7128   - "L2XCFWD"
7129   - "L2BDMACLRN"
7130   - "L2BDMACLRN"
7131   - "L2BDMACLRN"
7132   traces:
7133     hoverinfo: "x+y"
7134     boxpoints: "outliers"
7135     whiskerwidth: 0
7136   layout:
7137     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7138     layout: "plot-throughput"
7139
7140 -
7141   type: "plot"
7142   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7143   algorithm: "plot_performance_box"
7144   output-file-type: ".html"
7145   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7146   data: "plot-vpp-throughput-latency-3n-hsw"
7147   filter: "'NIC_Intel-XL710' and
7148            '64B' and
7149            ('BASE' or 'SCALE') and
7150            'NDRPDR' and
7151            '2T2C' and
7152            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7153            not 'VHOST' and
7154            'MEMIF'"
7155   parameters:
7156   - "throughput"
7157   - "parent"
7158   - "tags"
7159   sort:
7160   - "L2XCFWD"
7161   - "L2XCFWD"
7162   - "L2XCFWD"
7163   - "L2BDMACLRN"
7164   - "L2BDMACLRN"
7165   - "L2BDMACLRN"
7166   traces:
7167     hoverinfo: "x+y"
7168     boxpoints: "outliers"
7169     whiskerwidth: 0
7170   layout:
7171     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7172     layout: "plot-throughput"
7173
7174 # Packet Throughput - VPP Container Memif 3n-skx-x710
7175 -
7176   type: "plot"
7177   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7178   algorithm: "plot_performance_box"
7179   output-file-type: ".html"
7180   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7181   data: "plot-vpp-throughput-latency-3n-skx"
7182   filter: "'NIC_Intel-X710' and
7183            '64B' and
7184            ('BASE' or 'SCALE') and
7185            'NDRPDR' and
7186            '2T1C' and
7187            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7188            not 'VHOST' and
7189            'MEMIF'"
7190   parameters:
7191   - "throughput"
7192   - "parent"
7193   - "tags"
7194   sort:
7195   - "L2XCFWD"
7196   - "L2XCFWD"
7197   - "L2XCFWD"
7198   - "L2BDMACLRN"
7199   - "L2BDMACLRN"
7200   - "L2BDMACLRN"
7201   traces:
7202     hoverinfo: "x+y"
7203     boxpoints: "outliers"
7204     whiskerwidth: 0
7205   layout:
7206     title: "memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7207     layout: "plot-throughput"
7208
7209 -
7210   type: "plot"
7211   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7212   algorithm: "plot_performance_box"
7213   output-file-type: ".html"
7214   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7215   data: "plot-vpp-throughput-latency-3n-skx"
7216   filter: "'NIC_Intel-X710' and
7217            '64B' and
7218            ('BASE' or 'SCALE') and
7219            'NDRPDR' and
7220            '2T1C' and
7221            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7222            not 'VHOST' and
7223            'MEMIF'"
7224   parameters:
7225   - "throughput"
7226   - "parent"
7227   - "tags"
7228   sort:
7229   - "L2XCFWD"
7230   - "L2XCFWD"
7231   - "L2XCFWD"
7232   - "L2BDMACLRN"
7233   - "L2BDMACLRN"
7234   - "L2BDMACLRN"
7235   traces:
7236     hoverinfo: "x+y"
7237     boxpoints: "outliers"
7238     whiskerwidth: 0
7239   layout:
7240     title: "memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7241     layout: "plot-throughput"
7242
7243 -
7244   type: "plot"
7245   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7246   algorithm: "plot_performance_box"
7247   output-file-type: ".html"
7248   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7249   data: "plot-vpp-throughput-latency-3n-skx"
7250   filter: "'NIC_Intel-X710' and
7251            '64B' and
7252            ('BASE' or 'SCALE') and
7253            'NDRPDR' and
7254            '4T2C' and
7255            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7256            not 'VHOST' and
7257            'MEMIF'"
7258   parameters:
7259   - "throughput"
7260   - "parent"
7261   - "tags"
7262   sort:
7263   - "L2XCFWD"
7264   - "L2XCFWD"
7265   - "L2XCFWD"
7266   - "L2BDMACLRN"
7267   - "L2BDMACLRN"
7268   - "L2BDMACLRN"
7269   traces:
7270     hoverinfo: "x+y"
7271     boxpoints: "outliers"
7272     whiskerwidth: 0
7273   layout:
7274     title: "memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7275     layout: "plot-throughput"
7276
7277 -
7278   type: "plot"
7279   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7280   algorithm: "plot_performance_box"
7281   output-file-type: ".html"
7282   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7283   data: "plot-vpp-throughput-latency-3n-skx"
7284   filter: "'NIC_Intel-X710' and
7285            '64B' and
7286            ('BASE' or 'SCALE') and
7287            'NDRPDR' and
7288            '4T2C' and
7289            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7290            not 'VHOST' and
7291            'MEMIF'"
7292   parameters:
7293   - "throughput"
7294   - "parent"
7295   - "tags"
7296   sort:
7297   - "L2XCFWD"
7298   - "L2XCFWD"
7299   - "L2XCFWD"
7300   - "L2BDMACLRN"
7301   - "L2BDMACLRN"
7302   - "L2BDMACLRN"
7303   traces:
7304     hoverinfo: "x+y"
7305     boxpoints: "outliers"
7306     whiskerwidth: 0
7307   layout:
7308     title: "memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7309     layout: "plot-throughput"
7310
7311 # Packet Throughput - VPP Container Memif 2n-skx-x710
7312 -
7313   type: "plot"
7314   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
7315   algorithm: "plot_performance_box"
7316   output-file-type: ".html"
7317   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
7318   data: "plot-vpp-throughput-latency-2n-skx"
7319   filter: "'NIC_Intel-X710' and
7320            '64B' and
7321            ('BASE' or 'SCALE') and
7322            'NDRPDR' and
7323            '2T1C' and
7324            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7325            not 'VHOST' and
7326            'MEMIF'"
7327   parameters:
7328   - "throughput"
7329   - "parent"
7330   - "tags"
7331   sort:
7332   - "L2XCFWD"
7333   - "L2XCFWD"
7334   - "L2XCFWD"
7335   - "L2BDMACLRN"
7336   - "L2BDMACLRN"
7337   - "L2BDMACLRN"
7338   traces:
7339     hoverinfo: "x+y"
7340     boxpoints: "outliers"
7341     whiskerwidth: 0
7342   layout:
7343     title: "memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
7344     layout: "plot-throughput"
7345
7346 -
7347   type: "plot"
7348   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
7349   algorithm: "plot_performance_box"
7350   output-file-type: ".html"
7351   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
7352   data: "plot-vpp-throughput-latency-2n-skx"
7353   filter: "'NIC_Intel-X710' and
7354            '64B' and
7355            ('BASE' or 'SCALE') and
7356            'NDRPDR' and
7357            '2T1C' and
7358            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7359            not 'VHOST' and
7360            'MEMIF'"
7361   parameters:
7362   - "throughput"
7363   - "parent"
7364   - "tags"
7365   sort:
7366   - "L2XCFWD"
7367   - "L2XCFWD"
7368   - "L2XCFWD"
7369   - "L2BDMACLRN"
7370   - "L2BDMACLRN"
7371   - "L2BDMACLRN"
7372   traces:
7373     hoverinfo: "x+y"
7374     boxpoints: "outliers"
7375     whiskerwidth: 0
7376   layout:
7377     title: "memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
7378     layout: "plot-throughput"
7379
7380 -
7381   type: "plot"
7382   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
7383   algorithm: "plot_performance_box"
7384   output-file-type: ".html"
7385   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
7386   data: "plot-vpp-throughput-latency-2n-skx"
7387   filter: "'NIC_Intel-X710' and
7388            '64B' and
7389            ('BASE' or 'SCALE') and
7390            'NDRPDR' and
7391            '4T2C' and
7392            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7393            not 'VHOST' and
7394            'MEMIF'"
7395   parameters:
7396   - "throughput"
7397   - "parent"
7398   - "tags"
7399   sort:
7400   - "L2XCFWD"
7401   - "L2XCFWD"
7402   - "L2XCFWD"
7403   - "L2BDMACLRN"
7404   - "L2BDMACLRN"
7405   - "L2BDMACLRN"
7406   traces:
7407     hoverinfo: "x+y"
7408     boxpoints: "outliers"
7409     whiskerwidth: 0
7410   layout:
7411     title: "memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
7412     layout: "plot-throughput"
7413
7414 -
7415   type: "plot"
7416   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
7417   algorithm: "plot_performance_box"
7418   output-file-type: ".html"
7419   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
7420   data: "plot-vpp-throughput-latency-2n-skx"
7421   filter: "'NIC_Intel-X710' and
7422            '64B' and
7423            ('BASE' or 'SCALE') and
7424            'NDRPDR' and
7425            '4T2C' and
7426            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7427            not 'VHOST' and
7428            'MEMIF'"
7429   parameters:
7430   - "throughput"
7431   - "parent"
7432   - "tags"
7433   sort:
7434   - "L2XCFWD"
7435   - "L2XCFWD"
7436   - "L2XCFWD"
7437   - "L2BDMACLRN"
7438   - "L2BDMACLRN"
7439   - "L2BDMACLRN"
7440   traces:
7441     hoverinfo: "x+y"
7442     boxpoints: "outliers"
7443     whiskerwidth: 0
7444   layout:
7445     title: "memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
7446     layout: "plot-throughput"
7447
7448 # Packet Throughput - VPP Container Memif 2n-skx-xxv710
7449 -
7450   type: "plot"
7451   title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
7452   algorithm: "plot_performance_box"
7453   output-file-type: ".html"
7454   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
7455   data: "plot-vpp-throughput-latency-2n-skx"
7456   filter: "'NIC_Intel-XXV710' and
7457            '64B' and
7458            ('BASE' or 'SCALE') and
7459            'NDRPDR' and
7460            '2T1C' and
7461            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7462            not 'VHOST' and
7463            'MEMIF'"
7464   parameters:
7465   - "throughput"
7466   - "parent"
7467   - "tags"
7468   sort:
7469   - "L2XCFWD"
7470   - "L2XCFWD"
7471   - "L2XCFWD"
7472   - "L2BDMACLRN"
7473   - "L2BDMACLRN"
7474   - "L2BDMACLRN"
7475   traces:
7476     hoverinfo: "x+y"
7477     boxpoints: "outliers"
7478     whiskerwidth: 0
7479   layout:
7480     title: "memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
7481     layout: "plot-throughput"
7482
7483 -
7484   type: "plot"
7485   title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
7486   algorithm: "plot_performance_box"
7487   output-file-type: ".html"
7488   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
7489   data: "plot-vpp-throughput-latency-2n-skx"
7490   filter: "'NIC_Intel-XXV710' and
7491            '64B' and
7492            ('BASE' or 'SCALE') and
7493            'NDRPDR' and
7494            '2T1C' and
7495            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7496            not 'VHOST' and
7497            'MEMIF'"
7498   parameters:
7499   - "throughput"
7500   - "parent"
7501   - "tags"
7502   sort:
7503   - "L2XCFWD"
7504   - "L2XCFWD"
7505   - "L2XCFWD"
7506   - "L2BDMACLRN"
7507   - "L2BDMACLRN"
7508   - "L2BDMACLRN"
7509   traces:
7510     hoverinfo: "x+y"
7511     boxpoints: "outliers"
7512     whiskerwidth: 0
7513   layout:
7514     title: "memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
7515     layout: "plot-throughput"
7516
7517 -
7518   type: "plot"
7519   title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
7520   algorithm: "plot_performance_box"
7521   output-file-type: ".html"
7522   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
7523   data: "plot-vpp-throughput-latency-2n-skx"
7524   filter: "'NIC_Intel-XXV710' and
7525            '64B' and
7526            ('BASE' or 'SCALE') and
7527            'NDRPDR' and
7528            '4T2C' and
7529            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7530            not 'VHOST' and
7531            'MEMIF'"
7532   parameters:
7533   - "throughput"
7534   - "parent"
7535   - "tags"
7536   sort:
7537   - "L2XCFWD"
7538   - "L2XCFWD"
7539   - "L2XCFWD"
7540   - "L2BDMACLRN"
7541   - "L2BDMACLRN"
7542   - "L2BDMACLRN"
7543   traces:
7544     hoverinfo: "x+y"
7545     boxpoints: "outliers"
7546     whiskerwidth: 0
7547   layout:
7548     title: "memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
7549     layout: "plot-throughput"
7550
7551 -
7552   type: "plot"
7553   title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
7554   algorithm: "plot_performance_box"
7555   output-file-type: ".html"
7556   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
7557   data: "plot-vpp-throughput-latency-2n-skx"
7558   filter: "'NIC_Intel-XXV710' and
7559            '64B' and
7560            ('BASE' or 'SCALE') and
7561            'NDRPDR' and
7562            '4T2C' and
7563            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7564            not 'VHOST' and
7565            'MEMIF'"
7566   parameters:
7567   - "throughput"
7568   - "parent"
7569   - "tags"
7570   sort:
7571   - "L2XCFWD"
7572   - "L2XCFWD"
7573   - "L2XCFWD"
7574   - "L2BDMACLRN"
7575   - "L2BDMACLRN"
7576   - "L2BDMACLRN"
7577   traces:
7578     hoverinfo: "x+y"
7579     boxpoints: "outliers"
7580     whiskerwidth: 0
7581   layout:
7582     title: "memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
7583     layout: "plot-throughput"
7584
7585 ################################################################################
7586
7587 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2xc
7588 -
7589   type: "plot"
7590   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
7591   algorithm: "plot_performance_box"
7592   output-file-type: ".html"
7593   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
7594   data: "plot-ligato-throughput-latency-3n-hsw"
7595   filter: "'NIC_Intel-X520-DA2' and
7596            '64B' and
7597            ('BASE' or 'SCALE') and
7598            'NDRPDR' and
7599            '1T1C' and
7600            'L2XCFWD' and
7601            not 'VHOST' and
7602            'MEMIF'"
7603   parameters:
7604   - "throughput"
7605   - "parent"
7606   - "tags"
7607   sort:
7608   - "1VNF"
7609   - "2VNF"
7610   - "4VNF"
7611   - "2VNF"
7612   - "4VNF"
7613   traces:
7614     hoverinfo: "x+y"
7615     boxpoints: "outliers"
7616     whiskerwidth: 0
7617   layout:
7618     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
7619     layout: "plot-throughput"
7620
7621 -
7622   type: "plot"
7623   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
7624   algorithm: "plot_performance_box"
7625   output-file-type: ".html"
7626   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
7627   data: "plot-ligato-throughput-latency-3n-hsw"
7628   filter: "'NIC_Intel-X520-DA2' and
7629            '64B' and
7630            ('BASE' or 'SCALE') and
7631            'NDRPDR' and
7632            '1T1C' and
7633            'L2XCFWD' and
7634            not 'VHOST' and
7635            'MEMIF'"
7636   parameters:
7637   - "throughput"
7638   - "parent"
7639   - "tags"
7640   sort:
7641   - "1VNF"
7642   - "2VNF"
7643   - "4VNF"
7644   - "2VNF"
7645   - "4VNF"
7646   traces:
7647     hoverinfo: "x+y"
7648     boxpoints: "outliers"
7649     whiskerwidth: 0
7650   layout:
7651     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
7652     layout: "plot-throughput"
7653
7654 -
7655   type: "plot"
7656   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
7657   algorithm: "plot_performance_box"
7658   output-file-type: ".html"
7659   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
7660   data: "plot-ligato-throughput-latency-3n-hsw"
7661   filter: "'NIC_Intel-X520-DA2' and
7662            '64B' and
7663            ('BASE' or 'SCALE') and
7664            'NDRPDR' and
7665            '2T2C' and
7666            'L2XCFWD' and
7667            not 'VHOST' and
7668            'MEMIF'"
7669   parameters:
7670   - "throughput"
7671   - "parent"
7672   - "tags"
7673   sort:
7674   - "1VNF"
7675   - "2VNF"
7676   - "4VNF"
7677   - "2VNF"
7678   - "4VNF"
7679   traces:
7680     hoverinfo: "x+y"
7681     boxpoints: "outliers"
7682     whiskerwidth: 0
7683   layout:
7684     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
7685     layout: "plot-throughput"
7686
7687 -
7688   type: "plot"
7689   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
7690   algorithm: "plot_performance_box"
7691   output-file-type: ".html"
7692   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
7693   data: "plot-ligato-throughput-latency-3n-hsw"
7694   filter: "'NIC_Intel-X520-DA2' and
7695            '64B' and
7696            ('BASE' or 'SCALE') and
7697            'NDRPDR' and
7698            '2T2C' and
7699            'L2XCFWD' and
7700            not 'VHOST' and
7701            'MEMIF'"
7702   parameters:
7703   - "throughput"
7704   - "parent"
7705   - "tags"
7706   sort:
7707   - "1VNF"
7708   - "2VNF"
7709   - "4VNF"
7710   - "2VNF"
7711   - "4VNF"
7712   traces:
7713     hoverinfo: "x+y"
7714     boxpoints: "outliers"
7715     whiskerwidth: 0
7716   layout:
7717     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
7718     layout: "plot-throughput"
7719
7720 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2bd
7721 -
7722   type: "plot"
7723   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
7724   algorithm: "plot_performance_box"
7725   output-file-type: ".html"
7726   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
7727   data: "plot-ligato-throughput-latency-3n-hsw"
7728   filter: "'NIC_Intel-X520-DA2' and
7729            '64B' and
7730            ('BASE' or 'SCALE') and
7731            'NDRPDR' and
7732            '1T1C' and
7733            ('L2BDMACSTAT' or 'L2BDMACLRN') and
7734            not 'VHOST' and
7735            'MEMIF'"
7736   parameters:
7737   - "throughput"
7738   - "parent"
7739   - "tags"
7740   sort:
7741   - "1VNF"
7742   - "2VNF"
7743   - "4VNF"
7744   - "2VNF"
7745   - "4VNF"
7746   traces:
7747     hoverinfo: "x+y"
7748     boxpoints: "outliers"
7749     whiskerwidth: 0
7750   layout:
7751     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
7752     layout: "plot-throughput"
7753
7754 -
7755   type: "plot"
7756   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
7757   algorithm: "plot_performance_box"
7758   output-file-type: ".html"
7759   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
7760   data: "plot-ligato-throughput-latency-3n-hsw"
7761   filter: "'NIC_Intel-X520-DA2' and
7762            '64B' and
7763            ('BASE' or 'SCALE') and
7764            'NDRPDR' and
7765            '1T1C' and
7766            ('L2BDMACSTAT' or 'L2BDMACLRN') and
7767            not 'VHOST' and
7768            'MEMIF'"
7769   parameters:
7770   - "throughput"
7771   - "parent"
7772   - "tags"
7773   sort:
7774   - "1VNF"
7775   - "2VNF"
7776   - "4VNF"
7777   - "2VNF"
7778   - "4VNF"
7779   traces:
7780     hoverinfo: "x+y"
7781     boxpoints: "outliers"
7782     whiskerwidth: 0
7783   layout:
7784     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
7785     layout: "plot-throughput"
7786
7787 -
7788   type: "plot"
7789   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
7790   algorithm: "plot_performance_box"
7791   output-file-type: ".html"
7792   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
7793   data: "plot-ligato-throughput-latency-3n-hsw"
7794   filter: "'NIC_Intel-X520-DA2' and
7795            '64B' and
7796            ('BASE' or 'SCALE') and
7797            'NDRPDR' and
7798            '2T2C' and
7799            ('L2BDMACSTAT' or 'L2BDMACLRN') and
7800            not 'VHOST' and
7801            'MEMIF'"
7802   parameters:
7803   - "throughput"
7804   - "parent"
7805   - "tags"
7806   sort:
7807   - "1VNF"
7808   - "2VNF"
7809   - "4VNF"
7810   - "2VNF"
7811   - "4VNF"
7812   traces:
7813     hoverinfo: "x+y"
7814     boxpoints: "outliers"
7815     whiskerwidth: 0
7816   layout:
7817     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
7818     layout: "plot-throughput"
7819
7820 -
7821   type: "plot"
7822   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
7823   algorithm: "plot_performance_box"
7824   output-file-type: ".html"
7825   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
7826   data: "plot-ligato-throughput-latency-3n-hsw"
7827   filter: "'NIC_Intel-X520-DA2' and
7828            '64B' and
7829            ('BASE' or 'SCALE') and
7830            'NDRPDR' and
7831            '2T2C' and
7832            ('L2BDMACSTAT' or 'L2BDMACLRN') and
7833            not 'VHOST' and
7834            'MEMIF'"
7835   parameters:
7836   - "throughput"
7837   - "parent"
7838   - "tags"
7839   sort:
7840   - "1VNF"
7841   - "2VNF"
7842   - "4VNF"
7843   - "2VNF"
7844   - "4VNF"
7845   traces:
7846     hoverinfo: "x+y"
7847     boxpoints: "outliers"
7848     whiskerwidth: 0
7849   layout:
7850     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
7851     layout: "plot-throughput"
7852
7853 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2xc
7854 -
7855   type: "plot"
7856   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
7857   algorithm: "plot_performance_box"
7858   output-file-type: ".html"
7859   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
7860   data: "plot-ligato-throughput-latency-3n-hsw"
7861   filter: "'NIC_Intel-X710' and
7862            '64B' and
7863            ('BASE' or 'SCALE') and
7864            'NDRPDR' and
7865            '1T1C' and
7866            'L2XCFWD' and
7867            not 'VHOST' and
7868            'MEMIF'"
7869   parameters:
7870   - "throughput"
7871   - "parent"
7872   - "tags"
7873   sort:
7874   - "1VNF"
7875   - "2VNF"
7876   - "4VNF"
7877   - "2VNF"
7878   - "4VNF"
7879   traces:
7880     hoverinfo: "x+y"
7881     boxpoints: "outliers"
7882     whiskerwidth: 0
7883   layout:
7884     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
7885     layout: "plot-throughput"
7886
7887 -
7888   type: "plot"
7889   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
7890   algorithm: "plot_performance_box"
7891   output-file-type: ".html"
7892   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
7893   data: "plot-ligato-throughput-latency-3n-hsw"
7894   filter: "'NIC_Intel-X710' and
7895            '64B' and
7896            ('BASE' or 'SCALE') and
7897            'NDRPDR' and
7898            '1T1C' and
7899            'L2XCFWD' and
7900            not 'VHOST' and
7901            'MEMIF'"
7902   parameters:
7903   - "throughput"
7904   - "parent"
7905   - "tags"
7906   sort:
7907   - "1VNF"
7908   - "2VNF"
7909   - "4VNF"
7910   - "2VNF"
7911   - "4VNF"
7912   traces:
7913     hoverinfo: "x+y"
7914     boxpoints: "outliers"
7915     whiskerwidth: 0
7916   layout:
7917     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
7918     layout: "plot-throughput"
7919
7920 -
7921   type: "plot"
7922   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
7923   algorithm: "plot_performance_box"
7924   output-file-type: ".html"
7925   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
7926   data: "plot-ligato-throughput-latency-3n-hsw"
7927   filter: "'NIC_Intel-X710' and
7928            '64B' and
7929            ('BASE' or 'SCALE') and
7930            'NDRPDR' and
7931            '2T2C' and
7932            'L2XCFWD' and
7933            not 'VHOST' and
7934            'MEMIF'"
7935   parameters:
7936   - "throughput"
7937   - "parent"
7938   - "tags"
7939   sort:
7940   - "1VNF"
7941   - "2VNF"
7942   - "4VNF"
7943   - "2VNF"
7944   - "4VNF"
7945   traces:
7946     hoverinfo: "x+y"
7947     boxpoints: "outliers"
7948     whiskerwidth: 0
7949   layout:
7950     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
7951     layout: "plot-throughput"
7952
7953 -
7954   type: "plot"
7955   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
7956   algorithm: "plot_performance_box"
7957   output-file-type: ".html"
7958   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
7959   data: "plot-ligato-throughput-latency-3n-hsw"
7960   filter: "'NIC_Intel-X710' and
7961            '64B' and
7962            ('BASE' or 'SCALE') and
7963            'NDRPDR' and
7964            '2T2C' and
7965            'L2XCFWD' and
7966            not 'VHOST' and
7967            'MEMIF'"
7968   parameters:
7969   - "throughput"
7970   - "parent"
7971   - "tags"
7972   sort:
7973   - "1VNF"
7974   - "2VNF"
7975   - "4VNF"
7976   - "2VNF"
7977   - "4VNF"
7978   traces:
7979     hoverinfo: "x+y"
7980     boxpoints: "outliers"
7981     whiskerwidth: 0
7982   layout:
7983     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
7984     layout: "plot-throughput"
7985
7986 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2bd
7987 -
7988   type: "plot"
7989   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
7990   algorithm: "plot_performance_box"
7991   output-file-type: ".html"
7992   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
7993   data: "plot-ligato-throughput-latency-3n-hsw"
7994   filter: "'NIC_Intel-X710' and
7995            '64B' and
7996            ('BASE' or 'SCALE') and
7997            'NDRPDR' and
7998            '1T1C' and
7999            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8000            not 'VHOST' and
8001            'MEMIF'"
8002   parameters:
8003   - "throughput"
8004   - "parent"
8005   - "tags"
8006   sort:
8007   - "1VNF"
8008   - "2VNF"
8009   - "4VNF"
8010   - "2VNF"
8011   - "4VNF"
8012   traces:
8013     hoverinfo: "x+y"
8014     boxpoints: "outliers"
8015     whiskerwidth: 0
8016   layout:
8017     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
8018     layout: "plot-throughput"
8019
8020 -
8021   type: "plot"
8022   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
8023   algorithm: "plot_performance_box"
8024   output-file-type: ".html"
8025   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
8026   data: "plot-ligato-throughput-latency-3n-hsw"
8027   filter: "'NIC_Intel-X710' and
8028            '64B' and
8029            ('BASE' or 'SCALE') and
8030            'NDRPDR' and
8031            '1T1C' and
8032            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8033            not 'VHOST' and
8034            'MEMIF'"
8035   parameters:
8036   - "throughput"
8037   - "parent"
8038   - "tags"
8039   sort:
8040   - "1VNF"
8041   - "2VNF"
8042   - "4VNF"
8043   - "2VNF"
8044   - "4VNF"
8045   traces:
8046     hoverinfo: "x+y"
8047     boxpoints: "outliers"
8048     whiskerwidth: 0
8049   layout:
8050     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
8051     layout: "plot-throughput"
8052
8053 -
8054   type: "plot"
8055   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
8056   algorithm: "plot_performance_box"
8057   output-file-type: ".html"
8058   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
8059   data: "plot-ligato-throughput-latency-3n-hsw"
8060   filter: "'NIC_Intel-X710' and
8061            '64B' and
8062            ('BASE' or 'SCALE') and
8063            'NDRPDR' and
8064            '2T2C' and
8065            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8066            not 'VHOST' and
8067            'MEMIF'"
8068   parameters:
8069   - "throughput"
8070   - "parent"
8071   - "tags"
8072   sort:
8073   - "1VNF"
8074   - "2VNF"
8075   - "4VNF"
8076   - "2VNF"
8077   - "4VNF"
8078   traces:
8079     hoverinfo: "x+y"
8080     boxpoints: "outliers"
8081     whiskerwidth: 0
8082   layout:
8083     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
8084     layout: "plot-throughput"
8085
8086 -
8087   type: "plot"
8088   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
8089   algorithm: "plot_performance_box"
8090   output-file-type: ".html"
8091   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
8092   data: "plot-ligato-throughput-latency-3n-hsw"
8093   filter: "'NIC_Intel-X710' and
8094            '64B' and
8095            ('BASE' or 'SCALE') and
8096            'NDRPDR' and
8097            '2T2C' and
8098            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8099            not 'VHOST' and
8100            'MEMIF'"
8101   parameters:
8102   - "throughput"
8103   - "parent"
8104   - "tags"
8105   sort:
8106   - "1VNF"
8107   - "2VNF"
8108   - "4VNF"
8109   - "2VNF"
8110   - "4VNF"
8111   traces:
8112     hoverinfo: "x+y"
8113     boxpoints: "outliers"
8114     whiskerwidth: 0
8115   layout:
8116     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
8117     layout: "plot-throughput"
8118
8119 ################################################################################
8120
8121 # Packet Throughput - VPP IPv4 3n-hsw-x520 base and scale
8122 -
8123   type: "plot"
8124   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
8125   algorithm: "plot_performance_box"
8126   output-file-type: ".html"
8127   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
8128   data: "plot-vpp-throughput-latency-3n-hsw"
8129   filter: "'NIC_Intel-X520-DA2' and
8130            '64B' and
8131            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
8132            'NDRPDR' and
8133            '1T1C' and
8134            'IP4FWD' and
8135            not 'IPSEC' and
8136            not 'VHOST'"
8137   parameters:
8138   - "throughput"
8139   - "parent"
8140   - "tags"
8141   sort:
8142   - "DOT1Q"
8143   - "IP4BASE"
8144   - "FIB_20k"
8145   - "FIB_200k"
8146   - "FIB_2M"
8147   traces:
8148     hoverinfo: "x+y"
8149     boxpoints: "outliers"
8150     whiskerwidth: 0
8151   layout:
8152     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
8153     layout: "plot-throughput"
8154
8155 -
8156   type: "plot"
8157   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
8158   algorithm: "plot_performance_box"
8159   output-file-type: ".html"
8160   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
8161   data: "plot-vpp-throughput-latency-3n-hsw"
8162   filter: "'NIC_Intel-X520-DA2' and
8163            '64B' and
8164            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
8165            'NDRPDR' and
8166            '1T1C' and
8167            'IP4FWD' and
8168            not 'IPSEC' and
8169            not 'VHOST'"
8170   parameters:
8171   - "throughput"
8172   - "parent"
8173   - "tags"
8174   sort:
8175   - "DOT1Q"
8176   - "IP4BASE"
8177   - "FIB_20k"
8178   - "FIB_200k"
8179   - "FIB_2M"
8180   traces:
8181     hoverinfo: "x+y"
8182     boxpoints: "outliers"
8183     whiskerwidth: 0
8184   layout:
8185     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
8186     layout: "plot-throughput"
8187
8188 -
8189   type: "plot"
8190   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
8191   algorithm: "plot_performance_box"
8192   output-file-type: ".html"
8193   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
8194   data: "plot-vpp-throughput-latency-3n-hsw"
8195   filter: "'NIC_Intel-X520-DA2' and
8196            '64B' and
8197            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
8198            'NDRPDR' and
8199            '2T2C' and
8200            'IP4FWD' and
8201            not 'IPSEC' and
8202            not 'VHOST'"
8203   parameters:
8204   - "throughput"
8205   - "parent"
8206   - "tags"
8207   sort:
8208   - "DOT1Q"
8209   - "IP4BASE"
8210   - "FIB_20k"
8211   - "FIB_200k"
8212   - "FIB_2M"
8213   traces:
8214     hoverinfo: "x+y"
8215     boxpoints: "outliers"
8216     whiskerwidth: 0
8217   layout:
8218     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
8219     layout: "plot-throughput"
8220
8221 -
8222   type: "plot"
8223   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
8224   algorithm: "plot_performance_box"
8225   output-file-type: ".html"
8226   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
8227   data: "plot-vpp-throughput-latency-3n-hsw"
8228   filter: "'NIC_Intel-X520-DA2' and
8229            '64B' and
8230            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
8231            'NDRPDR' and
8232            '2T2C' and
8233            'IP4FWD' and
8234            not 'IPSEC' and
8235            not 'VHOST'"
8236   parameters:
8237   - "throughput"
8238   - "parent"
8239   - "tags"
8240   sort:
8241   - "DOT1Q"
8242   - "IP4BASE"
8243   - "FIB_20k"
8244   - "FIB_200k"
8245   - "FIB_2M"
8246   traces:
8247     hoverinfo: "x+y"
8248     boxpoints: "outliers"
8249     whiskerwidth: 0
8250   layout:
8251     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
8252     layout: "plot-throughput"
8253
8254 # Packet Throughput - VPP IPv4 3n-hsw-x520 features
8255 -
8256   type: "plot"
8257   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-ndr"
8258   algorithm: "plot_performance_box"
8259   output-file-type: ".html"
8260   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr"
8261   data: "plot-vpp-throughput-latency-3n-hsw"
8262   filter: "'NIC_Intel-X520-DA2' and
8263            '64B' and
8264            ('IP4BASE' or
8265             'POLICE_MARK' or
8266             'COPWHLIST' or
8267             ('NAT44' and 'BASE') or
8268             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
8269            'NDRPDR' and
8270            '1T1C' and
8271            'IP4FWD' and
8272            not 'IPSEC' and
8273            not 'VHOST'"
8274   parameters:
8275   - "throughput"
8276   - "parent"
8277   - "tags"
8278   sort:
8279   - "DOT1Q"
8280   - "IP4BASE"
8281   - "NAT44"
8282   - "POLICE_MARK"
8283   - "COPWHLIST"
8284   - "IACL"
8285   - "OACL"
8286   traces:
8287     hoverinfo: "x+y"
8288     boxpoints: "outliers"
8289     whiskerwidth: 0
8290   layout:
8291     title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
8292     layout: "plot-throughput"
8293
8294 -
8295   type: "plot"
8296   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-pdr"
8297   algorithm: "plot_performance_box"
8298   output-file-type: ".html"
8299   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-pdr"
8300   data: "plot-vpp-throughput-latency-3n-hsw"
8301   filter: "'NIC_Intel-X520-DA2' and
8302            '64B' and
8303            ('IP4BASE' or
8304             'POLICE_MARK' or
8305             'COPWHLIST' or
8306             ('NAT44' and 'BASE') or
8307             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
8308            'NDRPDR' and
8309            '1T1C' and
8310            'IP4FWD' and
8311            not 'IPSEC' and
8312            not 'VHOST'"
8313   parameters:
8314   - "throughput"
8315   - "parent"
8316   - "tags"
8317   sort:
8318   - "DOT1Q"
8319   - "IP4BASE"
8320   - "NAT44"
8321   - "POLICE_MARK"
8322   - "COPWHLIST"
8323   - "IACL"
8324   - "OACL"
8325   traces:
8326     hoverinfo: "x+y"
8327     boxpoints: "outliers"
8328     whiskerwidth: 0
8329   layout:
8330     title: "ip4-3n-hsw-x520-64b-1t1c-features-pdr"
8331     layout: "plot-throughput"
8332
8333 -
8334   type: "plot"
8335   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-ndr"
8336   algorithm: "plot_performance_box"
8337   output-file-type: ".html"
8338   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr"
8339   data: "plot-vpp-throughput-latency-3n-hsw"
8340   filter: "'NIC_Intel-X520-DA2' and
8341            '64B' and
8342            ('IP4BASE' or
8343             'POLICE_MARK' or
8344             'COPWHLIST' or
8345             ('NAT44' and 'BASE') or
8346             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
8347            'NDRPDR' and
8348            '2T2C' and
8349            'IP4FWD' and
8350            not 'IPSEC' and
8351            not 'VHOST'"
8352   parameters:
8353   - "throughput"
8354   - "parent"
8355   - "tags"
8356   sort:
8357   - "DOT1Q"
8358   - "IP4BASE"
8359   - "NAT44"
8360   - "POLICE_MARK"
8361   - "COPWHLIST"
8362   - "IACL"
8363   - "OACL"
8364   traces:
8365     hoverinfo: "x+y"
8366     boxpoints: "outliers"
8367     whiskerwidth: 0
8368   layout:
8369     title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
8370     layout: "plot-throughput"
8371
8372 -
8373   type: "plot"
8374   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-pdr"
8375   algorithm: "plot_performance_box"
8376   output-file-type: ".html"
8377   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-pdr"
8378   data: "plot-vpp-throughput-latency-3n-hsw"
8379   filter: "'NIC_Intel-X520-DA2' and
8380            '64B' and
8381            ('IP4BASE' or
8382             'POLICE_MARK' or
8383             'COPWHLIST' or
8384             ('NAT44' and 'BASE') or
8385             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
8386            'NDRPDR' and
8387            '2T2C' and
8388            'IP4FWD' and
8389            not 'IPSEC' and
8390            not 'VHOST'"
8391   parameters:
8392   - "throughput"
8393   - "parent"
8394   - "tags"
8395   sort:
8396   - "DOT1Q"
8397   - "IP4BASE"
8398   - "NAT44"
8399   - "POLICE_MARK"
8400   - "COPWHLIST"
8401   - "IACL"
8402   - "OACL"
8403   traces:
8404     hoverinfo: "x+y"
8405     boxpoints: "outliers"
8406     whiskerwidth: 0
8407   layout:
8408     title: "ip4-3n-hsw-x520-64b-2t2c-features-pdr"
8409     layout: "plot-throughput"
8410
8411 # Packet Throughput - VPP IPv4 3n-hsw-x520 features nat44
8412 -
8413   type: "plot"
8414   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
8415   algorithm: "plot_performance_box"
8416   output-file-type: ".html"
8417   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
8418   data: "plot-vpp-throughput-latency-3n-hsw"
8419   filter: "'NIC_Intel-X520-DA2' and
8420            '64B' and
8421            'NDRPDR' and
8422            '1T1C' and
8423            'IP4FWD' and
8424            'NAT44' and
8425            not 'IPSEC' and
8426            not 'VHOST'"
8427   parameters:
8428   - "throughput"
8429   - "parent"
8430   - "tags"
8431   sort:
8432   - "BASE"
8433   - "BASE"
8434   - "SRC_USER_10"
8435   - "SRC_USER_100"
8436   - "SRC_USER_1000"
8437   - "SRC_USER_2000"
8438   traces:
8439     hoverinfo: "x+y"
8440     boxpoints: "outliers"
8441     whiskerwidth: 0
8442   layout:
8443     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
8444     layout: "plot-throughput"
8445
8446 -
8447   type: "plot"
8448   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
8449   algorithm: "plot_performance_box"
8450   output-file-type: ".html"
8451   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
8452   data: "plot-vpp-throughput-latency-3n-hsw"
8453   filter: "'NIC_Intel-X520-DA2' and
8454            '64B' and
8455            'NDRPDR' and
8456            '1T1C' and
8457            'IP4FWD' and
8458            'NAT44' and
8459            not 'IPSEC' and
8460            not 'VHOST'"
8461   parameters:
8462   - "throughput"
8463   - "parent"
8464   - "tags"
8465   sort:
8466   - "BASE"
8467   - "BASE"
8468   - "SRC_USER_10"
8469   - "SRC_USER_100"
8470   - "SRC_USER_1000"
8471   - "SRC_USER_2000"
8472   traces:
8473     hoverinfo: "x+y"
8474     boxpoints: "outliers"
8475     whiskerwidth: 0
8476   layout:
8477     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
8478     layout: "plot-throughput"
8479
8480 -
8481   type: "plot"
8482   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
8483   algorithm: "plot_performance_box"
8484   output-file-type: ".html"
8485   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
8486   data: "plot-vpp-throughput-latency-3n-hsw"
8487   filter: "'NIC_Intel-X520-DA2' and
8488            '64B' and
8489            'NDRPDR' and
8490            '2T2C' and
8491            'IP4FWD' and
8492            'NAT44' and
8493            not 'IPSEC' and
8494            not 'VHOST'"
8495   parameters:
8496   - "throughput"
8497   - "parent"
8498   - "tags"
8499   sort:
8500   - "BASE"
8501   - "BASE"
8502   - "SRC_USER_10"
8503   - "SRC_USER_100"
8504   - "SRC_USER_1000"
8505   - "SRC_USER_2000"
8506   traces:
8507     hoverinfo: "x+y"
8508     boxpoints: "outliers"
8509     whiskerwidth: 0
8510   layout:
8511     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
8512     layout: "plot-throughput"
8513
8514 -
8515   type: "plot"
8516   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
8517   algorithm: "plot_performance_box"
8518   output-file-type: ".html"
8519   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
8520   data: "plot-vpp-throughput-latency-3n-hsw"
8521   filter: "'NIC_Intel-X520-DA2' and
8522            '64B' and
8523            'NDRPDR' and
8524            '2T2C' and
8525            'IP4FWD' and
8526            'NAT44' and
8527            not 'IPSEC' and
8528            not 'VHOST'"
8529   parameters:
8530   - "throughput"
8531   - "parent"
8532   - "tags"
8533   sort:
8534   - "BASE"
8535   - "BASE"
8536   - "SRC_USER_10"
8537   - "SRC_USER_100"
8538   - "SRC_USER_1000"
8539   - "SRC_USER_2000"
8540   traces:
8541     hoverinfo: "x+y"
8542     boxpoints: "outliers"
8543     whiskerwidth: 0
8544   layout:
8545     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
8546     layout: "plot-throughput"
8547
8548 # Packet Throughput - VPP IPv4 3n-hsw-x520 features iacl
8549 -
8550   type: "plot"
8551   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
8552   algorithm: "plot_performance_box"
8553   output-file-type: ".html"
8554   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
8555   data: "plot-vpp-throughput-latency-3n-hsw"
8556   filter: "'NIC_Intel-X520-DA2' and
8557            '64B' and
8558            'NDRPDR' and
8559            '1T1C' and
8560            'IP4FWD' and
8561            'IACL' and
8562            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8563            not 'IPSEC' and
8564            not 'VHOST'"
8565   parameters:
8566   - "throughput"
8567   - "parent"
8568   - "tags"
8569   sort:
8570   - "ACL_STATELESS"
8571   - "ACL_STATEFUL"
8572   - "ACL_STATELESS"
8573   - "ACL_STATEFUL"
8574   traces:
8575     hoverinfo: "x+y"
8576     boxpoints: "outliers"
8577     whiskerwidth: 0
8578   layout:
8579     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
8580     layout: "plot-throughput"
8581
8582 -
8583   type: "plot"
8584   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
8585   algorithm: "plot_performance_box"
8586   output-file-type: ".html"
8587   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
8588   data: "plot-vpp-throughput-latency-3n-hsw"
8589   filter: "'NIC_Intel-X520-DA2' and
8590            '64B' and
8591            'NDRPDR' and
8592            '1T1C' and
8593            'IP4FWD' and
8594            'IACL' and
8595            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8596            not 'IPSEC' and
8597            not 'VHOST'"
8598   parameters:
8599   - "throughput"
8600   - "parent"
8601   - "tags"
8602   sort:
8603   - "ACL_STATELESS"
8604   - "ACL_STATEFUL"
8605   - "ACL_STATELESS"
8606   - "ACL_STATEFUL"
8607   traces:
8608     hoverinfo: "x+y"
8609     boxpoints: "outliers"
8610     whiskerwidth: 0
8611   layout:
8612     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
8613     layout: "plot-throughput"
8614
8615 -
8616   type: "plot"
8617   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
8618   algorithm: "plot_performance_box"
8619   output-file-type: ".html"
8620   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
8621   data: "plot-vpp-throughput-latency-3n-hsw"
8622   filter: "'NIC_Intel-X520-DA2' and
8623            '64B' and
8624            'NDRPDR' and
8625            '2T2C' and
8626            'IP4FWD' and
8627            'IACL' and
8628            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8629            not 'IPSEC' and
8630            not 'VHOST'"
8631   parameters:
8632   - "throughput"
8633   - "parent"
8634   - "tags"
8635   sort:
8636   - "ACL_STATELESS"
8637   - "ACL_STATEFUL"
8638   - "ACL_STATELESS"
8639   - "ACL_STATEFUL"
8640   traces:
8641     hoverinfo: "x+y"
8642     boxpoints: "outliers"
8643     whiskerwidth: 0
8644   layout:
8645     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
8646     layout: "plot-throughput"
8647
8648 -
8649   type: "plot"
8650   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
8651   algorithm: "plot_performance_box"
8652   output-file-type: ".html"
8653   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
8654   data: "plot-vpp-throughput-latency-3n-hsw"
8655   filter: "'NIC_Intel-X520-DA2' and
8656            '64B' and
8657            'NDRPDR' and
8658            '2T2C' and
8659            'IP4FWD' and
8660            'IACL' and
8661            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8662            not 'IPSEC' and
8663            not 'VHOST'"
8664   parameters:
8665   - "throughput"
8666   - "parent"
8667   - "tags"
8668   sort:
8669   - "ACL_STATELESS"
8670   - "ACL_STATEFUL"
8671   - "ACL_STATELESS"
8672   - "ACL_STATEFUL"
8673   traces:
8674     hoverinfo: "x+y"
8675     boxpoints: "outliers"
8676     whiskerwidth: 0
8677   layout:
8678     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
8679     layout: "plot-throughput"
8680
8681 # Packet Throughput - VPP IPv4 3n-hsw-x520 features oacl
8682 -
8683   type: "plot"
8684   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
8685   algorithm: "plot_performance_box"
8686   output-file-type: ".html"
8687   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
8688   data: "plot-vpp-throughput-latency-3n-hsw"
8689   filter: "'NIC_Intel-X520-DA2' and
8690            '64B' and
8691            'NDRPDR' and
8692            '1T1C' and
8693            'IP4FWD' and
8694            'OACL' and
8695            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8696            not 'IPSEC' and
8697            not 'VHOST'"
8698   parameters:
8699   - "throughput"
8700   - "parent"
8701   - "tags"
8702   sort:
8703   - "ACL_STATELESS"
8704   - "ACL_STATEFUL"
8705   - "ACL_STATELESS"
8706   - "ACL_STATEFUL"
8707   traces:
8708     hoverinfo: "x+y"
8709     boxpoints: "outliers"
8710     whiskerwidth: 0
8711   layout:
8712     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
8713     layout: "plot-throughput"
8714
8715 -
8716   type: "plot"
8717   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
8718   algorithm: "plot_performance_box"
8719   output-file-type: ".html"
8720   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
8721   data: "plot-vpp-throughput-latency-3n-hsw"
8722   filter: "'NIC_Intel-X520-DA2' and
8723            '64B' and
8724            'NDRPDR' and
8725            '1T1C' and
8726            'IP4FWD' and
8727            'OACL' and
8728            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8729            not 'IPSEC' and
8730            not 'VHOST'"
8731   parameters:
8732   - "throughput"
8733   - "parent"
8734   - "tags"
8735   sort:
8736   - "ACL_STATELESS"
8737   - "ACL_STATEFUL"
8738   - "ACL_STATELESS"
8739   - "ACL_STATEFUL"
8740   traces:
8741     hoverinfo: "x+y"
8742     boxpoints: "outliers"
8743     whiskerwidth: 0
8744   layout:
8745     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
8746     layout: "plot-throughput"
8747
8748 -
8749   type: "plot"
8750   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
8751   algorithm: "plot_performance_box"
8752   output-file-type: ".html"
8753   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
8754   data: "plot-vpp-throughput-latency-3n-hsw"
8755   filter: "'NIC_Intel-X520-DA2' and
8756            '64B' and
8757            'NDRPDR' and
8758            '2T2C' and
8759            'IP4FWD' and
8760            'OACL' and
8761            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8762            not 'IPSEC' and
8763            not 'VHOST'"
8764   parameters:
8765   - "throughput"
8766   - "parent"
8767   - "tags"
8768   sort:
8769   - "ACL_STATELESS"
8770   - "ACL_STATEFUL"
8771   - "ACL_STATELESS"
8772   - "ACL_STATEFUL"
8773   traces:
8774     hoverinfo: "x+y"
8775     boxpoints: "outliers"
8776     whiskerwidth: 0
8777   layout:
8778     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
8779     layout: "plot-throughput"
8780
8781 -
8782   type: "plot"
8783   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
8784   algorithm: "plot_performance_box"
8785   output-file-type: ".html"
8786   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
8787   data: "plot-vpp-throughput-latency-3n-hsw"
8788   filter: "'NIC_Intel-X520-DA2' and
8789            '64B' and
8790            'NDRPDR' and
8791            '2T2C' and
8792            'IP4FWD' and
8793            'OACL' and
8794            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8795            not 'IPSEC' and
8796            not 'VHOST'"
8797   parameters:
8798   - "throughput"
8799   - "parent"
8800   - "tags"
8801   sort:
8802   - "ACL_STATELESS"
8803   - "ACL_STATEFUL"
8804   - "ACL_STATELESS"
8805   - "ACL_STATEFUL"
8806   traces:
8807     hoverinfo: "x+y"
8808     boxpoints: "outliers"
8809     whiskerwidth: 0
8810   layout:
8811     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
8812     layout: "plot-throughput"
8813
8814 # Packet Throughput - VPP IPv4 3n-hsw-x710 base and scale
8815 -
8816   type: "plot"
8817   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
8818   algorithm: "plot_performance_box"
8819   output-file-type: ".html"
8820   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
8821   data: "plot-vpp-throughput-latency-3n-hsw"
8822   filter: "'NIC_Intel-X710' and
8823            '64B' and
8824            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8825            'NDRPDR' and
8826            '1T1C' 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-x710-64b-1t1c-base_and_scale-ndr"
8846     layout: "plot-throughput"
8847
8848 -
8849   type: "plot"
8850   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
8851   algorithm: "plot_performance_box"
8852   output-file-type: ".html"
8853   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
8854   data: "plot-vpp-throughput-latency-3n-hsw"
8855   filter: "'NIC_Intel-X710' and
8856            '64B' and
8857            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8858            'NDRPDR' and
8859            '1T1C' 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-x710-64b-1t1c-base_and_scale-pdr"
8879     layout: "plot-throughput"
8880
8881 -
8882   type: "plot"
8883   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
8884   algorithm: "plot_performance_box"
8885   output-file-type: ".html"
8886   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
8887   data: "plot-vpp-throughput-latency-3n-hsw"
8888   filter: "'NIC_Intel-X710' and
8889            '64B' and
8890            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8891            'NDRPDR' and
8892            '2T2C' and
8893            'IP4FWD' and
8894            not 'IPSEC' and
8895            not 'VHOST'"
8896   parameters:
8897   - "throughput"
8898   - "parent"
8899   - "tags"
8900   sort:
8901   - "DOT1Q"
8902   - "IP4BASE"
8903   - "FIB_20K"
8904   - "FIB_200K"
8905   - "FIB_2M"
8906   traces:
8907     hoverinfo: "x+y"
8908     boxpoints: "outliers"
8909     whiskerwidth: 0
8910   layout:
8911     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
8912     layout: "plot-throughput"
8913
8914 -
8915   type: "plot"
8916   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
8917   algorithm: "plot_performance_box"
8918   output-file-type: ".html"
8919   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
8920   data: "plot-vpp-throughput-latency-3n-hsw"
8921   filter: "'NIC_Intel-X710' and
8922            '64B' and
8923            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8924            'NDRPDR' and
8925            '2T2C' and
8926            'IP4FWD' and
8927            not 'IPSEC' and
8928            not 'VHOST'"
8929   parameters:
8930   - "throughput"
8931   - "parent"
8932   - "tags"
8933   sort:
8934   - "DOT1Q"
8935   - "IP4BASE"
8936   - "FIB_20K"
8937   - "FIB_200K"
8938   - "FIB_2M"
8939   traces:
8940     hoverinfo: "x+y"
8941     boxpoints: "outliers"
8942     whiskerwidth: 0
8943   layout:
8944     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
8945     layout: "plot-throughput"
8946
8947 # Packet Throughput - VPP IPv4 3n-hsw-x710 features
8948 -
8949   type: "plot"
8950   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-ndr"
8951   algorithm: "plot_performance_box"
8952   output-file-type: ".html"
8953   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr"
8954   data: "plot-vpp-throughput-latency-3n-hsw"
8955   filter: "'NIC_Intel-X710' and
8956            '64B' and
8957            ('IP4BASE' or
8958             'POLICE_MARK' or
8959             'COPWHLIST' or
8960             ('NAT44' and 'BASE') or
8961             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
8962            'NDRPDR' and
8963            '1T1C' and
8964            'IP4FWD' and
8965            not 'IPSEC' and
8966            not 'VHOST'"
8967   parameters:
8968   - "throughput"
8969   - "parent"
8970   - "tags"
8971   sort:
8972   - "IP4BASE"
8973   - "NAT44"
8974   - "POLICE_MARK"
8975   - "COPWHLIST"
8976   - "IACL"
8977   - "OACL"
8978   traces:
8979     hoverinfo: "x+y"
8980     boxpoints: "outliers"
8981     whiskerwidth: 0
8982   layout:
8983     title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
8984     layout: "plot-throughput"
8985
8986 -
8987   type: "plot"
8988   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-pdr"
8989   algorithm: "plot_performance_box"
8990   output-file-type: ".html"
8991   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-pdr"
8992   data: "plot-vpp-throughput-latency-3n-hsw"
8993   filter: "'NIC_Intel-X710' and
8994            '64B' and
8995            ('IP4BASE' or
8996             'POLICE_MARK' or
8997             'COPWHLIST' or
8998             ('NAT44' and 'BASE') or
8999             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9000            'NDRPDR' and
9001            '1T1C' and
9002            'IP4FWD' and
9003            not 'IPSEC' and
9004            not 'VHOST'"
9005   parameters:
9006   - "throughput"
9007   - "parent"
9008   - "tags"
9009   sort:
9010   - "IP4BASE"
9011   - "NAT44"
9012   - "POLICE_MARK"
9013   - "COPWHLIST"
9014   - "IACL"
9015   - "OACL"
9016   traces:
9017     hoverinfo: "x+y"
9018     boxpoints: "outliers"
9019     whiskerwidth: 0
9020   layout:
9021     title: "ip4-3n-hsw-x710-64b-1t1c-features-pdr"
9022     layout: "plot-throughput"
9023
9024 -
9025   type: "plot"
9026   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-ndr"
9027   algorithm: "plot_performance_box"
9028   output-file-type: ".html"
9029   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr"
9030   data: "plot-vpp-throughput-latency-3n-hsw"
9031   filter: "'NIC_Intel-X710' and
9032            '64B' and
9033            ('IP4BASE' or
9034             'POLICE_MARK' or
9035             'COPWHLIST' or
9036             ('NAT44' and 'BASE') or
9037             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9038            'NDRPDR' and
9039            '2T2C' and
9040            'IP4FWD' and
9041            not 'IPSEC' and
9042            not 'VHOST'"
9043   parameters:
9044   - "throughput"
9045   - "parent"
9046   - "tags"
9047   sort:
9048   - "IP4BASE"
9049   - "NAT44"
9050   - "POLICE_MARK"
9051   - "COPWHLIST"
9052   - "IACL"
9053   - "OACL"
9054   traces:
9055     hoverinfo: "x+y"
9056     boxpoints: "outliers"
9057     whiskerwidth: 0
9058   layout:
9059     title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
9060     layout: "plot-throughput"
9061
9062 -
9063   type: "plot"
9064   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-pdr"
9065   algorithm: "plot_performance_box"
9066   output-file-type: ".html"
9067   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-pdr"
9068   data: "plot-vpp-throughput-latency-3n-hsw"
9069   filter: "'NIC_Intel-X710' and
9070            '64B' and
9071            ('IP4BASE' or
9072             'POLICE_MARK' or
9073             'COPWHLIST' or
9074             ('NAT44' and 'BASE') or
9075             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9076            'NDRPDR' and
9077            '2T2C' and
9078            'IP4FWD' and
9079            not 'IPSEC' and
9080            not 'VHOST'"
9081   parameters:
9082   - "throughput"
9083   - "parent"
9084   - "tags"
9085   sort:
9086   - "IP4BASE"
9087   - "NAT44"
9088   - "POLICE_MARK"
9089   - "COPWHLIST"
9090   - "IACL"
9091   - "OACL"
9092   traces:
9093     hoverinfo: "x+y"
9094     boxpoints: "outliers"
9095     whiskerwidth: 0
9096   layout:
9097     title: "ip4-3n-hsw-x710-64b-2t2c-features-pdr"
9098     layout: "plot-throughput"
9099
9100 # Packet Throughput - VPP IPv4 3n-hsw-x710 features nat44
9101 -
9102   type: "plot"
9103   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
9104   algorithm: "plot_performance_box"
9105   output-file-type: ".html"
9106   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
9107   data: "plot-vpp-throughput-latency-3n-skx"
9108   filter: "'NIC_Intel-X710' and
9109            '64B' and
9110            'NDRPDR' and
9111            '2T1C' and
9112            'IP4FWD' and
9113            'NAT44' and
9114            not 'IPSEC' and
9115            not 'VHOST'"
9116   parameters:
9117   - "throughput"
9118   - "parent"
9119   - "tags"
9120   sort:
9121   - "BASE"
9122   - "BASE"
9123   - "SRC_USER_10"
9124   - "SRC_USER_100"
9125   - "SRC_USER_1000"
9126   - "SRC_USER_2000"
9127   traces:
9128     hoverinfo: "x+y"
9129     boxpoints: "outliers"
9130     whiskerwidth: 0
9131   layout:
9132     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
9133     layout: "plot-throughput"
9134
9135 -
9136   type: "plot"
9137   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
9138   algorithm: "plot_performance_box"
9139   output-file-type: ".html"
9140   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
9141   data: "plot-vpp-throughput-latency-3n-skx"
9142   filter: "'NIC_Intel-X710' and
9143            '64B' and
9144            'NDRPDR' and
9145            '2T1C' and
9146            'IP4FWD' and
9147            'NAT44' and
9148            not 'IPSEC' and
9149            not 'VHOST'"
9150   parameters:
9151   - "throughput"
9152   - "parent"
9153   - "tags"
9154   sort:
9155   - "BASE"
9156   - "BASE"
9157   - "SRC_USER_10"
9158   - "SRC_USER_100"
9159   - "SRC_USER_1000"
9160   - "SRC_USER_2000"
9161   traces:
9162     hoverinfo: "x+y"
9163     boxpoints: "outliers"
9164     whiskerwidth: 0
9165   layout:
9166     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
9167     layout: "plot-throughput"
9168
9169 -
9170   type: "plot"
9171   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
9172   algorithm: "plot_performance_box"
9173   output-file-type: ".html"
9174   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
9175   data: "plot-vpp-throughput-latency-3n-skx"
9176   filter: "'NIC_Intel-X710' and
9177            '64B' and
9178            'NDRPDR' and
9179            '4T2C' and
9180            'IP4FWD' and
9181            'NAT44' and
9182            not 'IPSEC' and
9183            not 'VHOST'"
9184   parameters:
9185   - "throughput"
9186   - "parent"
9187   - "tags"
9188   sort:
9189   - "BASE"
9190   - "BASE"
9191   - "SRC_USER_10"
9192   - "SRC_USER_100"
9193   - "SRC_USER_1000"
9194   - "SRC_USER_2000"
9195   traces:
9196     hoverinfo: "x+y"
9197     boxpoints: "outliers"
9198     whiskerwidth: 0
9199   layout:
9200     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
9201     layout: "plot-throughput"
9202
9203 -
9204   type: "plot"
9205   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
9206   algorithm: "plot_performance_box"
9207   output-file-type: ".html"
9208   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
9209   data: "plot-vpp-throughput-latency-3n-skx"
9210   filter: "'NIC_Intel-X710' and
9211            '64B' and
9212            'NDRPDR' and
9213            '4T2C' and
9214            'IP4FWD' and
9215            'NAT44' and
9216            not 'IPSEC' and
9217            not 'VHOST'"
9218   parameters:
9219   - "throughput"
9220   - "parent"
9221   - "tags"
9222   sort:
9223   - "BASE"
9224   - "BASE"
9225   - "SRC_USER_10"
9226   - "SRC_USER_100"
9227   - "SRC_USER_1000"
9228   - "SRC_USER_2000"
9229   traces:
9230     hoverinfo: "x+y"
9231     boxpoints: "outliers"
9232     whiskerwidth: 0
9233   layout:
9234     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
9235     layout: "plot-throughput"
9236
9237 # Packet Throughput - VPP IPv4 3n-hsw-x710 features iacl
9238 -
9239   type: "plot"
9240   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
9241   algorithm: "plot_performance_box"
9242   output-file-type: ".html"
9243   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
9244   data: "plot-vpp-throughput-latency-3n-skx"
9245   filter: "'NIC_Intel-X710' and
9246            '64B' and
9247            'NDRPDR' and
9248            '2T1C' and
9249            'IP4FWD' and
9250            'IACL' and
9251            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9252            not 'IPSEC' and
9253            not 'VHOST'"
9254   parameters:
9255   - "throughput"
9256   - "parent"
9257   - "tags"
9258   sort:
9259   - "ACL_STATELESS"
9260   - "ACL_STATEFUL"
9261   - "ACL_STATELESS"
9262   - "ACL_STATEFUL"
9263   traces:
9264     hoverinfo: "x+y"
9265     boxpoints: "outliers"
9266     whiskerwidth: 0
9267   layout:
9268     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
9269     layout: "plot-throughput"
9270
9271 -
9272   type: "plot"
9273   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
9274   algorithm: "plot_performance_box"
9275   output-file-type: ".html"
9276   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
9277   data: "plot-vpp-throughput-latency-3n-skx"
9278   filter: "'NIC_Intel-X710' and
9279            '64B' and
9280            'NDRPDR' and
9281            '2T1C' and
9282            'IP4FWD' and
9283            'IACL' and
9284            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9285            not 'IPSEC' and
9286            not 'VHOST'"
9287   parameters:
9288   - "throughput"
9289   - "parent"
9290   - "tags"
9291   sort:
9292   - "ACL_STATELESS"
9293   - "ACL_STATEFUL"
9294   - "ACL_STATELESS"
9295   - "ACL_STATEFUL"
9296   traces:
9297     hoverinfo: "x+y"
9298     boxpoints: "outliers"
9299     whiskerwidth: 0
9300   layout:
9301     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
9302     layout: "plot-throughput"
9303
9304 -
9305   type: "plot"
9306   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
9307   algorithm: "plot_performance_box"
9308   output-file-type: ".html"
9309   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
9310   data: "plot-vpp-throughput-latency-3n-skx"
9311   filter: "'NIC_Intel-X710' and
9312            '64B' and
9313            'NDRPDR' and
9314            '4T2C' and
9315            'IP4FWD' and
9316            'IACL' and
9317            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9318            not 'IPSEC' and
9319            not 'VHOST'"
9320   parameters:
9321   - "throughput"
9322   - "parent"
9323   - "tags"
9324   sort:
9325   - "ACL_STATELESS"
9326   - "ACL_STATEFUL"
9327   - "ACL_STATELESS"
9328   - "ACL_STATEFUL"
9329   traces:
9330     hoverinfo: "x+y"
9331     boxpoints: "outliers"
9332     whiskerwidth: 0
9333   layout:
9334     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
9335     layout: "plot-throughput"
9336
9337 -
9338   type: "plot"
9339   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
9340   algorithm: "plot_performance_box"
9341   output-file-type: ".html"
9342   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
9343   data: "plot-vpp-throughput-latency-3n-skx"
9344   filter: "'NIC_Intel-X710' and
9345            '64B' and
9346            'NDRPDR' and
9347            '4T2C' and
9348            'IP4FWD' and
9349            'IACL' and
9350            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9351            not 'IPSEC' and
9352            not 'VHOST'"
9353   parameters:
9354   - "throughput"
9355   - "parent"
9356   - "tags"
9357   sort:
9358   - "ACL_STATELESS"
9359   - "ACL_STATEFUL"
9360   - "ACL_STATELESS"
9361   - "ACL_STATEFUL"
9362   traces:
9363     hoverinfo: "x+y"
9364     boxpoints: "outliers"
9365     whiskerwidth: 0
9366   layout:
9367     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
9368     layout: "plot-throughput"
9369
9370 # Packet Throughput - VPP IPv4 3n-hsw-x710 features oacl
9371 -
9372   type: "plot"
9373   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
9374   algorithm: "plot_performance_box"
9375   output-file-type: ".html"
9376   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
9377   data: "plot-vpp-throughput-latency-3n-skx"
9378   filter: "'NIC_Intel-X710' and
9379            '64B' and
9380            'NDRPDR' and
9381            '2T1C' and
9382            'IP4FWD' and
9383            'OACL' and
9384            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9385            not 'IPSEC' and
9386            not 'VHOST'"
9387   parameters:
9388   - "throughput"
9389   - "parent"
9390   - "tags"
9391   sort:
9392   - "ACL_STATELESS"
9393   - "ACL_STATEFUL"
9394   - "ACL_STATELESS"
9395   - "ACL_STATEFUL"
9396   traces:
9397     hoverinfo: "x+y"
9398     boxpoints: "outliers"
9399     whiskerwidth: 0
9400   layout:
9401     title: "ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
9402     layout: "plot-throughput"
9403
9404 -
9405   type: "plot"
9406   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-oacl-pdr"
9407   algorithm: "plot_performance_box"
9408   output-file-type: ".html"
9409   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-oacl-pdr"
9410   data: "plot-vpp-throughput-latency-3n-skx"
9411   filter: "'NIC_Intel-X710' and
9412            '64B' and
9413            'NDRPDR' and
9414            '2T1C' and
9415            'IP4FWD' and
9416            'OACL' and
9417            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9418            not 'IPSEC' and
9419            not 'VHOST'"
9420   parameters:
9421   - "throughput"
9422   - "parent"
9423   - "tags"
9424   sort:
9425   - "ACL_STATELESS"
9426   - "ACL_STATEFUL"
9427   - "ACL_STATELESS"
9428   - "ACL_STATEFUL"
9429   traces:
9430     hoverinfo: "x+y"
9431     boxpoints: "outliers"
9432     whiskerwidth: 0
9433   layout:
9434     title: "ip4-3n-skx-x710-64b-2t1c-features-oacl-pdr"
9435     layout: "plot-throughput"
9436
9437 -
9438   type: "plot"
9439   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
9440   algorithm: "plot_performance_box"
9441   output-file-type: ".html"
9442   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
9443   data: "plot-vpp-throughput-latency-3n-skx"
9444   filter: "'NIC_Intel-X710' and
9445            '64B' and
9446            'NDRPDR' and
9447            '4T2C' and
9448            'IP4FWD' and
9449            'OACL' and
9450            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9451            not 'IPSEC' and
9452            not 'VHOST'"
9453   parameters:
9454   - "throughput"
9455   - "parent"
9456   - "tags"
9457   sort:
9458   - "ACL_STATELESS"
9459   - "ACL_STATEFUL"
9460   - "ACL_STATELESS"
9461   - "ACL_STATEFUL"
9462   traces:
9463     hoverinfo: "x+y"
9464     boxpoints: "outliers"
9465     whiskerwidth: 0
9466   layout:
9467     title: "ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
9468     layout: "plot-throughput"
9469
9470 -
9471   type: "plot"
9472   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-oacl-pdr"
9473   algorithm: "plot_performance_box"
9474   output-file-type: ".html"
9475   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-oacl-pdr"
9476   data: "plot-vpp-throughput-latency-3n-skx"
9477   filter: "'NIC_Intel-X710' and
9478            '64B' and
9479            'NDRPDR' and
9480            '4T2C' and
9481            'IP4FWD' and
9482            'OACL' and
9483            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9484            not 'IPSEC' and
9485            not 'VHOST'"
9486   parameters:
9487   - "throughput"
9488   - "parent"
9489   - "tags"
9490   sort:
9491   - "ACL_STATELESS"
9492   - "ACL_STATEFUL"
9493   - "ACL_STATELESS"
9494   - "ACL_STATEFUL"
9495   traces:
9496     hoverinfo: "x+y"
9497     boxpoints: "outliers"
9498     whiskerwidth: 0
9499   layout:
9500     title: "ip4-3n-skx-x710-64b-4t2c-features-oacl-pdr"
9501     layout: "plot-throughput"
9502
9503 # Packet Throughput - VPP IPv4 3n-hsw-xl710 base and scale
9504 -
9505   type: "plot"
9506   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
9507   algorithm: "plot_performance_box"
9508   output-file-type: ".html"
9509   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
9510   data: "plot-vpp-throughput-latency-3n-hsw"
9511   filter: "'NIC_Intel-XL710' and
9512            '64B' and
9513            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9514            'NDRPDR' and
9515            '1T1C' and
9516            'IP4FWD' and
9517            not 'IPSEC' and
9518            not 'VHOST'"
9519   parameters:
9520   - "throughput"
9521   - "parent"
9522   - "tags"
9523   sort:
9524   - "IP4BASE"
9525   - "FIB_20K"
9526   - "FIB_200K"
9527   - "FIB_2M"
9528   traces:
9529     hoverinfo: "x+y"
9530     boxpoints: "outliers"
9531     whiskerwidth: 0
9532   layout:
9533     title: "ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
9534     layout: "plot-throughput"
9535
9536 -
9537   type: "plot"
9538   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
9539   algorithm: "plot_performance_box"
9540   output-file-type: ".html"
9541   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
9542   data: "plot-vpp-throughput-latency-3n-hsw"
9543   filter: "'NIC_Intel-XL710' and
9544            '64B' and
9545            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9546            'NDRPDR' and
9547            '1T1C' and
9548            'IP4FWD' and
9549            not 'IPSEC' and
9550            not 'VHOST'"
9551   parameters:
9552   - "throughput"
9553   - "parent"
9554   - "tags"
9555   sort:
9556   - "IP4BASE"
9557   - "FIB_20K"
9558   - "FIB_200K"
9559   - "FIB_2M"
9560   traces:
9561     hoverinfo: "x+y"
9562     boxpoints: "outliers"
9563     whiskerwidth: 0
9564   layout:
9565     title: "ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
9566     layout: "plot-throughput"
9567
9568 -
9569   type: "plot"
9570   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
9571   algorithm: "plot_performance_box"
9572   output-file-type: ".html"
9573   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
9574   data: "plot-vpp-throughput-latency-3n-hsw"
9575   filter: "'NIC_Intel-XL710' and
9576            '64B' and
9577            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9578            'NDRPDR' and
9579            '2T2C' and
9580            'IP4FWD' and
9581            not 'IPSEC' and
9582            not 'VHOST'"
9583   parameters:
9584   - "throughput"
9585   - "parent"
9586   - "tags"
9587   sort:
9588   - "IP4BASE"
9589   - "FIB_20K"
9590   - "FIB_200K"
9591   - "FIB_2M"
9592   traces:
9593     hoverinfo: "x+y"
9594     boxpoints: "outliers"
9595     whiskerwidth: 0
9596   layout:
9597     title: "ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
9598     layout: "plot-throughput"
9599
9600 -
9601   type: "plot"
9602   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
9603   algorithm: "plot_performance_box"
9604   output-file-type: ".html"
9605   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
9606   data: "plot-vpp-throughput-latency-3n-hsw"
9607   filter: "'NIC_Intel-XL710' and
9608            '64B' and
9609            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9610            'NDRPDR' and
9611            '2T2C' and
9612            'IP4FWD' and
9613            not 'IPSEC' and
9614            not 'VHOST'"
9615   parameters:
9616   - "throughput"
9617   - "parent"
9618   - "tags"
9619   sort:
9620   - "IP4BASE"
9621   - "FIB_20K"
9622   - "FIB_200K"
9623   - "FIB_2M"
9624   traces:
9625     hoverinfo: "x+y"
9626     boxpoints: "outliers"
9627     whiskerwidth: 0
9628   layout:
9629     title: "ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
9630     layout: "plot-throughput"
9631
9632 # Packet Throughput - VPP IPv4 3n-skx-x710 base and scale
9633 -
9634   type: "plot"
9635   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
9636   algorithm: "plot_performance_box"
9637   output-file-type: ".html"
9638   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
9639   data: "plot-vpp-throughput-latency-3n-skx"
9640   filter: "'NIC_Intel-X710' and
9641            '64B' and
9642            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9643            'NDRPDR' and
9644            '2T1C' and
9645            'IP4FWD' and
9646            not 'IPSEC' and
9647            not 'VHOST'"
9648   parameters:
9649   - "throughput"
9650   - "parent"
9651   - "tags"
9652   sort:
9653   - "IP4BASE"
9654   - "FIB_20K"
9655   - "FIB_200K"
9656   - "FIB_2M"
9657   traces:
9658     hoverinfo: "x+y"
9659     boxpoints: "outliers"
9660     whiskerwidth: 0
9661   layout:
9662     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
9663     layout: "plot-throughput"
9664
9665 -
9666   type: "plot"
9667   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
9668   algorithm: "plot_performance_box"
9669   output-file-type: ".html"
9670   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
9671   data: "plot-vpp-throughput-latency-3n-skx"
9672   filter: "'NIC_Intel-X710' and
9673            '64B' and
9674            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9675            'NDRPDR' and
9676            '2T1C' and
9677            'IP4FWD' and
9678            not 'IPSEC' and
9679            not 'VHOST'"
9680   parameters:
9681   - "throughput"
9682   - "parent"
9683   - "tags"
9684   sort:
9685   - "IP4BASE"
9686   - "FIB_20K"
9687   - "FIB_200K"
9688   - "FIB_2M"
9689   traces:
9690     hoverinfo: "x+y"
9691     boxpoints: "outliers"
9692     whiskerwidth: 0
9693   layout:
9694     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
9695     layout: "plot-throughput"
9696
9697 -
9698   type: "plot"
9699   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
9700   algorithm: "plot_performance_box"
9701   output-file-type: ".html"
9702   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
9703   data: "plot-vpp-throughput-latency-3n-skx"
9704   filter: "'NIC_Intel-X710' and
9705            '64B' and
9706            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9707            'NDRPDR' and
9708            '4T2C' and
9709            'IP4FWD' and
9710            not 'IPSEC' and
9711            not 'VHOST'"
9712   parameters:
9713   - "throughput"
9714   - "parent"
9715   - "tags"
9716   sort:
9717   - "IP4BASE"
9718   - "FIB_20K"
9719   - "FIB_200K"
9720   - "FIB_2M"
9721   traces:
9722     hoverinfo: "x+y"
9723     boxpoints: "outliers"
9724     whiskerwidth: 0
9725   layout:
9726     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
9727     layout: "plot-throughput"
9728
9729 -
9730   type: "plot"
9731   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
9732   algorithm: "plot_performance_box"
9733   output-file-type: ".html"
9734   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
9735   data: "plot-vpp-throughput-latency-3n-skx"
9736   filter: "'NIC_Intel-X710' and
9737            '64B' and
9738            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9739            'NDRPDR' and
9740            '4T2C' and
9741            'IP4FWD' and
9742            not 'IPSEC' and
9743            not 'VHOST'"
9744   parameters:
9745   - "throughput"
9746   - "parent"
9747   - "tags"
9748   sort:
9749   - "IP4BASE"
9750   - "FIB_20K"
9751   - "FIB_200K"
9752   - "FIB_2M"
9753   traces:
9754     hoverinfo: "x+y"
9755     boxpoints: "outliers"
9756     whiskerwidth: 0
9757   layout:
9758     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
9759     layout: "plot-throughput"
9760
9761 # Packet Throughput - VPP IPv4 3n-skx-x710 features
9762 -
9763   type: "plot"
9764   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-ndr"
9765   algorithm: "plot_performance_box"
9766   output-file-type: ".html"
9767   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr"
9768   data: "plot-vpp-throughput-latency-3n-skx"
9769   filter: "'NIC_Intel-X710' and
9770            '64B' and
9771            ('IP4BASE' or
9772             'POLICE_MARK' or
9773             'COPWHLIST' or
9774             ('NAT44' and 'BASE') or
9775             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9776            'NDRPDR' and
9777            '2T1C' and
9778            'IP4FWD' and
9779            not 'IPSEC' and
9780            not 'VHOST'"
9781   parameters:
9782   - "throughput"
9783   - "parent"
9784   - "tags"
9785   sort:
9786   - "IP4BASE"
9787   - "NAT44"
9788   - "POLICE_MARK"
9789   - "COPWHLIST"
9790   - "IACL"
9791   - "OACL"
9792   traces:
9793     hoverinfo: "x+y"
9794     boxpoints: "outliers"
9795     whiskerwidth: 0
9796   layout:
9797     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
9798     layout: "plot-throughput"
9799
9800 -
9801   type: "plot"
9802   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-pdr"
9803   algorithm: "plot_performance_box"
9804   output-file-type: ".html"
9805   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-pdr"
9806   data: "plot-vpp-throughput-latency-3n-skx"
9807   filter: "'NIC_Intel-X710' and
9808            '64B' and
9809            ('IP4BASE' or
9810             'POLICE_MARK' or
9811             'COPWHLIST' or
9812             ('NAT44' and 'BASE') or
9813             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9814            'NDRPDR' and
9815            '2T1C' and
9816            'IP4FWD' and
9817            not 'IPSEC' and
9818            not 'VHOST'"
9819   parameters:
9820   - "throughput"
9821   - "parent"
9822   - "tags"
9823   sort:
9824   - "IP4BASE"
9825   - "NAT44"
9826   - "POLICE_MARK"
9827   - "COPWHLIST"
9828   - "IACL"
9829   - "OACL"
9830   traces:
9831     hoverinfo: "x+y"
9832     boxpoints: "outliers"
9833     whiskerwidth: 0
9834   layout:
9835     title: "ip4-3n-skx-x710-64b-2t1c-features-pdr"
9836     layout: "plot-throughput"
9837
9838 -
9839   type: "plot"
9840   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-ndr"
9841   algorithm: "plot_performance_box"
9842   output-file-type: ".html"
9843   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr"
9844   data: "plot-vpp-throughput-latency-3n-skx"
9845   filter: "'NIC_Intel-X710' and
9846            '64B' and
9847            ('IP4BASE' or
9848             'POLICE_MARK' or
9849             'COPWHLIST' or
9850             ('NAT44' and 'BASE') or
9851             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9852            'NDRPDR' and
9853            '4T2C' and
9854            'IP4FWD' and
9855            not 'IPSEC' and
9856            not 'VHOST'"
9857   parameters:
9858   - "throughput"
9859   - "parent"
9860   - "tags"
9861   sort:
9862   - "IP4BASE"
9863   - "NAT44"
9864   - "POLICE_MARK"
9865   - "COPWHLIST"
9866   - "IACL"
9867   - "OACL"
9868   traces:
9869     hoverinfo: "x+y"
9870     boxpoints: "outliers"
9871     whiskerwidth: 0
9872   layout:
9873     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
9874     layout: "plot-throughput"
9875
9876 -
9877   type: "plot"
9878   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-pdr"
9879   algorithm: "plot_performance_box"
9880   output-file-type: ".html"
9881   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-pdr"
9882   data: "plot-vpp-throughput-latency-3n-skx"
9883   filter: "'NIC_Intel-X710' and
9884            '64B' and
9885            ('IP4BASE' or
9886             'POLICE_MARK' or
9887             'COPWHLIST' or
9888             ('NAT44' and 'BASE') or
9889             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9890            'NDRPDR' and
9891            '4T2C' and
9892            'IP4FWD' and
9893            not 'IPSEC' and
9894            not 'VHOST'"
9895   parameters:
9896   - "throughput"
9897   - "parent"
9898   - "tags"
9899   sort:
9900   - "IP4BASE"
9901   - "NAT44"
9902   - "POLICE_MARK"
9903   - "COPWHLIST"
9904   - "IACL"
9905   - "OACL"
9906   traces:
9907     hoverinfo: "x+y"
9908     boxpoints: "outliers"
9909     whiskerwidth: 0
9910   layout:
9911     title: "ip4-3n-skx-x710-64b-4t2c-features-pdr"
9912     layout: "plot-throughput"
9913
9914 # Packet Throughput - VPP IPv4 3n-skx-x710 features nat44
9915 -
9916   type: "plot"
9917   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
9918   algorithm: "plot_performance_box"
9919   output-file-type: ".html"
9920   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
9921   data: "plot-vpp-throughput-latency-3n-hsw"
9922   filter: "'NIC_Intel-X710' and
9923            '64B' and
9924            'NDRPDR' and
9925            '1T1C' and
9926            'IP4FWD' and
9927            'NAT44' and
9928            not 'IPSEC' and
9929            not 'VHOST'"
9930   parameters:
9931   - "throughput"
9932   - "parent"
9933   - "tags"
9934   sort:
9935   - "BASE"
9936   - "BASE"
9937   - "SRC_USER_10"
9938   - "SRC_USER_100"
9939   - "SRC_USER_1000"
9940   - "SRC_USER_2000"
9941   traces:
9942     hoverinfo: "x+y"
9943     boxpoints: "outliers"
9944     whiskerwidth: 0
9945   layout:
9946     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
9947     layout: "plot-throughput"
9948
9949 -
9950   type: "plot"
9951   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
9952   algorithm: "plot_performance_box"
9953   output-file-type: ".html"
9954   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
9955   data: "plot-vpp-throughput-latency-3n-hsw"
9956   filter: "'NIC_Intel-X710' and
9957            '64B' and
9958            'NDRPDR' and
9959            '1T1C' and
9960            'IP4FWD' and
9961            'NAT44' and
9962            not 'IPSEC' and
9963            not 'VHOST'"
9964   parameters:
9965   - "throughput"
9966   - "parent"
9967   - "tags"
9968   sort:
9969   - "BASE"
9970   - "BASE"
9971   - "SRC_USER_10"
9972   - "SRC_USER_100"
9973   - "SRC_USER_1000"
9974   - "SRC_USER_2000"
9975   traces:
9976     hoverinfo: "x+y"
9977     boxpoints: "outliers"
9978     whiskerwidth: 0
9979   layout:
9980     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
9981     layout: "plot-throughput"
9982
9983 -
9984   type: "plot"
9985   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
9986   algorithm: "plot_performance_box"
9987   output-file-type: ".html"
9988   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
9989   data: "plot-vpp-throughput-latency-3n-hsw"
9990   filter: "'NIC_Intel-X710' and
9991            '64B' and
9992            'NDRPDR' and
9993            '2T2C' and
9994            'IP4FWD' and
9995            'NAT44' and
9996            not 'IPSEC' and
9997            not 'VHOST'"
9998   parameters:
9999   - "throughput"
10000   - "parent"
10001   - "tags"
10002   sort:
10003   - "BASE"
10004   - "BASE"
10005   - "SRC_USER_10"
10006   - "SRC_USER_100"
10007   - "SRC_USER_1000"
10008   - "SRC_USER_2000"
10009   traces:
10010     hoverinfo: "x+y"
10011     boxpoints: "outliers"
10012     whiskerwidth: 0
10013   layout:
10014     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
10015     layout: "plot-throughput"
10016
10017 -
10018   type: "plot"
10019   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
10020   algorithm: "plot_performance_box"
10021   output-file-type: ".html"
10022   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
10023   data: "plot-vpp-throughput-latency-3n-hsw"
10024   filter: "'NIC_Intel-X710' and
10025            '64B' and
10026            'NDRPDR' and
10027            '2T2C' and
10028            'IP4FWD' and
10029            'NAT44' and
10030            not 'IPSEC' and
10031            not 'VHOST'"
10032   parameters:
10033   - "throughput"
10034   - "parent"
10035   - "tags"
10036   sort:
10037   - "BASE"
10038   - "BASE"
10039   - "SRC_USER_10"
10040   - "SRC_USER_100"
10041   - "SRC_USER_1000"
10042   - "SRC_USER_2000"
10043   traces:
10044     hoverinfo: "x+y"
10045     boxpoints: "outliers"
10046     whiskerwidth: 0
10047   layout:
10048     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
10049     layout: "plot-throughput"
10050
10051 # Packet Throughput - VPP IPv4 3n-skx-x710 features iacl
10052 -
10053   type: "plot"
10054   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
10055   algorithm: "plot_performance_box"
10056   output-file-type: ".html"
10057   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
10058   data: "plot-vpp-throughput-latency-3n-hsw"
10059   filter: "'NIC_Intel-X710' and
10060            '64B' and
10061            'NDRPDR' and
10062            '1T1C' and
10063            'IP4FWD' and
10064            'IACL' and
10065            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10066            not 'IPSEC' and
10067            not 'VHOST'"
10068   parameters:
10069   - "throughput"
10070   - "parent"
10071   - "tags"
10072   sort:
10073   - "ACL_STATELESS"
10074   - "ACL_STATEFUL"
10075   - "ACL_STATELESS"
10076   - "ACL_STATEFUL"
10077   traces:
10078     hoverinfo: "x+y"
10079     boxpoints: "outliers"
10080     whiskerwidth: 0
10081   layout:
10082     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
10083     layout: "plot-throughput"
10084
10085 -
10086   type: "plot"
10087   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
10088   algorithm: "plot_performance_box"
10089   output-file-type: ".html"
10090   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
10091   data: "plot-vpp-throughput-latency-3n-hsw"
10092   filter: "'NIC_Intel-X710' and
10093            '64B' and
10094            'NDRPDR' and
10095            '1T1C' and
10096            'IP4FWD' and
10097            'IACL' and
10098            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10099            not 'IPSEC' and
10100            not 'VHOST'"
10101   parameters:
10102   - "throughput"
10103   - "parent"
10104   - "tags"
10105   sort:
10106   - "ACL_STATELESS"
10107   - "ACL_STATEFUL"
10108   - "ACL_STATELESS"
10109   - "ACL_STATEFUL"
10110   traces:
10111     hoverinfo: "x+y"
10112     boxpoints: "outliers"
10113     whiskerwidth: 0
10114   layout:
10115     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
10116     layout: "plot-throughput"
10117
10118 -
10119   type: "plot"
10120   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
10121   algorithm: "plot_performance_box"
10122   output-file-type: ".html"
10123   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
10124   data: "plot-vpp-throughput-latency-3n-hsw"
10125   filter: "'NIC_Intel-X710' and
10126            '64B' and
10127            'NDRPDR' and
10128            '2T2C' and
10129            'IP4FWD' and
10130            'IACL' and
10131            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10132            not 'IPSEC' and
10133            not 'VHOST'"
10134   parameters:
10135   - "throughput"
10136   - "parent"
10137   - "tags"
10138   sort:
10139   - "ACL_STATELESS"
10140   - "ACL_STATEFUL"
10141   - "ACL_STATELESS"
10142   - "ACL_STATEFUL"
10143   traces:
10144     hoverinfo: "x+y"
10145     boxpoints: "outliers"
10146     whiskerwidth: 0
10147   layout:
10148     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
10149     layout: "plot-throughput"
10150
10151 -
10152   type: "plot"
10153   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
10154   algorithm: "plot_performance_box"
10155   output-file-type: ".html"
10156   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
10157   data: "plot-vpp-throughput-latency-3n-hsw"
10158   filter: "'NIC_Intel-X710' and
10159            '64B' and
10160            'NDRPDR' and
10161            '2T2C' and
10162            'IP4FWD' and
10163            'IACL' and
10164            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10165            not 'IPSEC' and
10166            not 'VHOST'"
10167   parameters:
10168   - "throughput"
10169   - "parent"
10170   - "tags"
10171   sort:
10172   - "ACL_STATELESS"
10173   - "ACL_STATEFUL"
10174   - "ACL_STATELESS"
10175   - "ACL_STATEFUL"
10176   traces:
10177     hoverinfo: "x+y"
10178     boxpoints: "outliers"
10179     whiskerwidth: 0
10180   layout:
10181     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
10182     layout: "plot-throughput"
10183
10184 # Packet Throughput - VPP IPv4 3n-skx-x710 features oacl
10185 -
10186   type: "plot"
10187   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
10188   algorithm: "plot_performance_box"
10189   output-file-type: ".html"
10190   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
10191   data: "plot-vpp-throughput-latency-3n-hsw"
10192   filter: "'NIC_Intel-X710' and
10193            '64B' and
10194            'NDRPDR' and
10195            '1T1C' and
10196            'IP4FWD' and
10197            'OACL' and
10198            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10199            not 'IPSEC' and
10200            not 'VHOST'"
10201   parameters:
10202   - "throughput"
10203   - "parent"
10204   - "tags"
10205   sort:
10206   - "ACL_STATELESS"
10207   - "ACL_STATEFUL"
10208   - "ACL_STATELESS"
10209   - "ACL_STATEFUL"
10210   traces:
10211     hoverinfo: "x+y"
10212     boxpoints: "outliers"
10213     whiskerwidth: 0
10214   layout:
10215     title: "ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
10216     layout: "plot-throughput"
10217
10218 -
10219   type: "plot"
10220   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-oacl-pdr"
10221   algorithm: "plot_performance_box"
10222   output-file-type: ".html"
10223   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-oacl-pdr"
10224   data: "plot-vpp-throughput-latency-3n-hsw"
10225   filter: "'NIC_Intel-X710' and
10226            '64B' and
10227            'NDRPDR' and
10228            '1T1C' and
10229            'IP4FWD' and
10230            'OACL' and
10231            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10232            not 'IPSEC' and
10233            not 'VHOST'"
10234   parameters:
10235   - "throughput"
10236   - "parent"
10237   - "tags"
10238   sort:
10239   - "ACL_STATELESS"
10240   - "ACL_STATEFUL"
10241   - "ACL_STATELESS"
10242   - "ACL_STATEFUL"
10243   traces:
10244     hoverinfo: "x+y"
10245     boxpoints: "outliers"
10246     whiskerwidth: 0
10247   layout:
10248     title: "ip4-3n-hsw-x710-64b-1t1c-features-oacl-pdr"
10249     layout: "plot-throughput"
10250
10251 -
10252   type: "plot"
10253   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
10254   algorithm: "plot_performance_box"
10255   output-file-type: ".html"
10256   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
10257   data: "plot-vpp-throughput-latency-3n-hsw"
10258   filter: "'NIC_Intel-X710' and
10259            '64B' and
10260            'NDRPDR' and
10261            '2T2C' and
10262            'IP4FWD' and
10263            'OACL' and
10264            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10265            not 'IPSEC' and
10266            not 'VHOST'"
10267   parameters:
10268   - "throughput"
10269   - "parent"
10270   - "tags"
10271   sort:
10272   - "ACL_STATELESS"
10273   - "ACL_STATEFUL"
10274   - "ACL_STATELESS"
10275   - "ACL_STATEFUL"
10276   traces:
10277     hoverinfo: "x+y"
10278     boxpoints: "outliers"
10279     whiskerwidth: 0
10280   layout:
10281     title: "ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
10282     layout: "plot-throughput"
10283
10284 -
10285   type: "plot"
10286   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-oacl-pdr"
10287   algorithm: "plot_performance_box"
10288   output-file-type: ".html"
10289   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-oacl-pdr"
10290   data: "plot-vpp-throughput-latency-3n-hsw"
10291   filter: "'NIC_Intel-X710' and
10292            '64B' and
10293            'NDRPDR' and
10294            '2T2C' and
10295            'IP4FWD' and
10296            'OACL' and
10297            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10298            not 'IPSEC' and
10299            not 'VHOST'"
10300   parameters:
10301   - "throughput"
10302   - "parent"
10303   - "tags"
10304   sort:
10305   - "ACL_STATELESS"
10306   - "ACL_STATEFUL"
10307   - "ACL_STATELESS"
10308   - "ACL_STATEFUL"
10309   traces:
10310     hoverinfo: "x+y"
10311     boxpoints: "outliers"
10312     whiskerwidth: 0
10313   layout:
10314     title: "ip4-3n-hsw-x710-64b-2t2c-features-oacl-pdr"
10315     layout: "plot-throughput"
10316
10317 # Packet Throughput - VPP IPv4 2n-skx-x710 base and scale
10318 -
10319   type: "plot"
10320   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
10321   algorithm: "plot_performance_box"
10322   output-file-type: ".html"
10323   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
10324   data: "plot-vpp-throughput-latency-2n-skx"
10325   filter: "'NIC_Intel-X710' and
10326            '64B' and
10327            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10328            'NDRPDR' and
10329            '2T1C' and
10330            'IP4FWD' and
10331            not 'IPSEC' and
10332            not 'VHOST'"
10333   parameters:
10334   - "throughput"
10335   - "parent"
10336   - "tags"
10337   sort:
10338   - "DOT1Q"
10339   - "IP4BASE"
10340   - "FIB_20k"
10341   - "FIB_200k"
10342   - "FIB_2M"
10343   traces:
10344     hoverinfo: "x+y"
10345     boxpoints: "outliers"
10346     whiskerwidth: 0
10347   layout:
10348     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
10349     layout: "plot-throughput"
10350
10351 -
10352   type: "plot"
10353   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
10354   algorithm: "plot_performance_box"
10355   output-file-type: ".html"
10356   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
10357   data: "plot-vpp-throughput-latency-2n-skx"
10358   filter: "'NIC_Intel-X710' and
10359            '64B' and
10360            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10361            'NDRPDR' and
10362            '2T1C' and
10363            'IP4FWD' and
10364            not 'IPSEC' and
10365            not 'VHOST'"
10366   parameters:
10367   - "throughput"
10368   - "parent"
10369   - "tags"
10370   sort:
10371   - "DOT1Q"
10372   - "IP4BASE"
10373   - "FIB_20k"
10374   - "FIB_200k"
10375   - "FIB_2M"
10376   traces:
10377     hoverinfo: "x+y"
10378     boxpoints: "outliers"
10379     whiskerwidth: 0
10380   layout:
10381     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
10382     layout: "plot-throughput"
10383
10384 -
10385   type: "plot"
10386   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
10387   algorithm: "plot_performance_box"
10388   output-file-type: ".html"
10389   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
10390   data: "plot-vpp-throughput-latency-2n-skx"
10391   filter: "'NIC_Intel-X710' and
10392            '64B' and
10393            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10394            'NDRPDR' and
10395            '4T2C' and
10396            'IP4FWD' and
10397            not 'IPSEC' and
10398            not 'VHOST'"
10399   parameters:
10400   - "throughput"
10401   - "parent"
10402   - "tags"
10403   sort:
10404   - "DOT1Q"
10405   - "IP4BASE"
10406   - "FIB_20k"
10407   - "FIB_200k"
10408   - "FIB_2M"
10409   traces:
10410     hoverinfo: "x+y"
10411     boxpoints: "outliers"
10412     whiskerwidth: 0
10413   layout:
10414     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
10415     layout: "plot-throughput"
10416
10417 -
10418   type: "plot"
10419   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
10420   algorithm: "plot_performance_box"
10421   output-file-type: ".html"
10422   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
10423   data: "plot-vpp-throughput-latency-2n-skx"
10424   filter: "'NIC_Intel-X710' and
10425            '64B' and
10426            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10427            'NDRPDR' and
10428            '4T2C' and
10429            'IP4FWD' and
10430            not 'IPSEC' and
10431            not 'VHOST'"
10432   parameters:
10433   - "throughput"
10434   - "parent"
10435   - "tags"
10436   sort:
10437   - "DOT1Q"
10438   - "IP4BASE"
10439   - "FIB_20k"
10440   - "FIB_200k"
10441   - "FIB_2M"
10442   traces:
10443     hoverinfo: "x+y"
10444     boxpoints: "outliers"
10445     whiskerwidth: 0
10446   layout:
10447     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
10448     layout: "plot-throughput"
10449
10450 # Packet Throughput - VPP IPv4 2n-skx-xxv710 base and scale
10451 -
10452   type: "plot"
10453   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
10454   algorithm: "plot_performance_box"
10455   output-file-type: ".html"
10456   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
10457   data: "plot-vpp-throughput-latency-2n-skx"
10458   filter: "'NIC_Intel-XXV710' and
10459            '64B' and
10460            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10461            'NDRPDR' and
10462            '2T1C' and
10463            'IP4FWD' and
10464            not 'IPSEC' and
10465            not 'VHOST'"
10466   parameters:
10467   - "throughput"
10468   - "parent"
10469   - "tags"
10470   sort:
10471   - "DOT1Q"
10472   - "IP4BASE"
10473   - "FIB_20k"
10474   - "FIB_200k"
10475   - "FIB_2M"
10476   traces:
10477     hoverinfo: "x+y"
10478     boxpoints: "outliers"
10479     whiskerwidth: 0
10480   layout:
10481     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
10482     layout: "plot-throughput"
10483
10484 -
10485   type: "plot"
10486   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
10487   algorithm: "plot_performance_box"
10488   output-file-type: ".html"
10489   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
10490   data: "plot-vpp-throughput-latency-2n-skx"
10491   filter: "'NIC_Intel-XXV710' and
10492            '64B' and
10493            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10494            'NDRPDR' and
10495            '2T1C' and
10496            'IP4FWD' and
10497            not 'IPSEC' and
10498            not 'VHOST'"
10499   parameters:
10500   - "throughput"
10501   - "parent"
10502   - "tags"
10503   sort:
10504   - "DOT1Q"
10505   - "IP4BASE"
10506   - "FIB_20k"
10507   - "FIB_200k"
10508   - "FIB_2M"
10509   traces:
10510     hoverinfo: "x+y"
10511     boxpoints: "outliers"
10512     whiskerwidth: 0
10513   layout:
10514     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
10515     layout: "plot-throughput"
10516
10517 -
10518   type: "plot"
10519   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
10520   algorithm: "plot_performance_box"
10521   output-file-type: ".html"
10522   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
10523   data: "plot-vpp-throughput-latency-2n-skx"
10524   filter: "'NIC_Intel-XXV710' and
10525            '64B' and
10526            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10527            'NDRPDR' and
10528            '4T2C' and
10529            'IP4FWD' and
10530            not 'IPSEC' and
10531            not 'VHOST'"
10532   parameters:
10533   - "throughput"
10534   - "parent"
10535   - "tags"
10536   sort:
10537   - "DOT1Q"
10538   - "IP4BASE"
10539   - "FIB_20k"
10540   - "FIB_200k"
10541   - "FIB_2M"
10542   traces:
10543     hoverinfo: "x+y"
10544     boxpoints: "outliers"
10545     whiskerwidth: 0
10546   layout:
10547     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
10548     layout: "plot-throughput"
10549
10550 -
10551   type: "plot"
10552   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
10553   algorithm: "plot_performance_box"
10554   output-file-type: ".html"
10555   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
10556   data: "plot-vpp-throughput-latency-2n-skx"
10557   filter: "'NIC_Intel-XXV710' and
10558            '64B' and
10559            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10560            'NDRPDR' and
10561            '4T2C' and
10562            'IP4FWD' and
10563            not 'IPSEC' and
10564            not 'VHOST'"
10565   parameters:
10566   - "throughput"
10567   - "parent"
10568   - "tags"
10569   sort:
10570   - "DOT1Q"
10571   - "IP4BASE"
10572   - "FIB_20k"
10573   - "FIB_200k"
10574   - "FIB_2M"
10575   traces:
10576     hoverinfo: "x+y"
10577     boxpoints: "outliers"
10578     whiskerwidth: 0
10579   layout:
10580     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
10581     layout: "plot-throughput"
10582
10583 # Packet Throughput - VPP IPv4 2n-dnv-x553 base and scale
10584 -
10585   type: "plot"
10586   title: "VPP Throughput: ip4-2n-dnv-x553-64b-1t1c-base-ndr"
10587   algorithm: "plot_performance_box"
10588   output-file-type: ".html"
10589   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-1t1c-base-ndr"
10590   data: "intel-dnv-vpp"
10591   filter: "'NIC_Intel-X553' and
10592            '64B' and
10593            'IP4BASE' and
10594            'NDRPDR' and
10595            '1T1C' and
10596            'IP4FWD' and
10597            not 'IPSEC' and
10598            not 'VHOST'"
10599   parameters:
10600   - "throughput"
10601   - "parent"
10602   - "tags"
10603   sort:
10604   - "IP4BASE"
10605   traces:
10606     hoverinfo: "x+y"
10607     boxpoints: "outliers"
10608     whiskerwidth: 0
10609   layout:
10610     title: "ip4-2n-dnv-x553-64b-1t1c-base-ndr"
10611     layout: "plot-throughput"
10612
10613 -
10614   type: "plot"
10615   title: "VPP Throughput: ip4-2n-dnv-x553-64b-1t1c-base-pdr"
10616   algorithm: "plot_performance_box"
10617   output-file-type: ".html"
10618   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-1t1c-base-pdr"
10619   data: "intel-dnv-vpp"
10620   filter: "'NIC_Intel-X553' and
10621            '64B' and
10622            'IP4BASE' and
10623            'NDRPDR' and
10624            '1T1C' and
10625            'IP4FWD' and
10626            not 'IPSEC' and
10627            not 'VHOST'"
10628   parameters:
10629   - "throughput"
10630   - "parent"
10631   - "tags"
10632   sort:
10633   - "IP4BASE"
10634   traces:
10635     hoverinfo: "x+y"
10636     boxpoints: "outliers"
10637     whiskerwidth: 0
10638   layout:
10639     title: "ip4-2n-dnv-x553-64b-1t1c-base-pdr"
10640     layout: "plot-throughput"
10641
10642 -
10643   type: "plot"
10644   title: "VPP Throughput: ip4-2n-dnv-x553-64b-2t2c-base-ndr"
10645   algorithm: "plot_performance_box"
10646   output-file-type: ".html"
10647   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-2t2c-base-ndr"
10648   data: "intel-dnv-vpp"
10649   filter: "'NIC_Intel-X553' and
10650            '64B' and
10651            'IP4BASE' and
10652            'NDRPDR' and
10653            '2T2C' and
10654            'IP4FWD' and
10655            not 'IPSEC' and
10656            not 'VHOST'"
10657   parameters:
10658   - "throughput"
10659   - "parent"
10660   - "tags"
10661   sort:
10662   - "IP4BASE"
10663   traces:
10664     hoverinfo: "x+y"
10665     boxpoints: "outliers"
10666     whiskerwidth: 0
10667   layout:
10668     title: "ip4-2n-dnv-x553-64b-2t2c-base-ndr"
10669     layout: "plot-throughput"
10670
10671 -
10672   type: "plot"
10673   title: "VPP Throughput: ip4-2n-dnv-x553-64b-2t2c-base-pdr"
10674   algorithm: "plot_performance_box"
10675   output-file-type: ".html"
10676   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-2t2c-base-pdr"
10677   data: "intel-dnv-vpp"
10678   filter: "'NIC_Intel-X553' and
10679            '64B' and
10680            'IP4BASE' and
10681            'NDRPDR' and
10682            '2T2C' and
10683            'IP4FWD' and
10684            not 'IPSEC' and
10685            not 'VHOST'"
10686   parameters:
10687   - "throughput"
10688   - "parent"
10689   - "tags"
10690   sort:
10691   - "IP4BASE"
10692   traces:
10693     hoverinfo: "x+y"
10694     boxpoints: "outliers"
10695     whiskerwidth: 0
10696   layout:
10697     title: "ip4-2n-dnv-x553-64b-2t2c-base-pdr"
10698     layout: "plot-throughput"
10699
10700 ################################################################################
10701
10702 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520 base and scale
10703 -
10704   type: "plot"
10705   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
10706   algorithm: "plot_performance_box"
10707   output-file-type: ".html"
10708   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
10709   data: "plot-vpp-throughput-latency-3n-hsw"
10710   filter: "'NIC_Intel-X520-DA2' and
10711            '64B' and
10712            'ENCAP' and
10713            'NDRPDR' and
10714            '1T1C' and
10715            ('VXLAN' or 'LISP') and
10716            not 'VHOST' and
10717            not 'IPSECHW'"
10718   parameters:
10719   - "throughput"
10720   - "parent"
10721   - "tags"
10722   sort:
10723   - "not DOT1Q"
10724   - "VXLAN_1"
10725   - "VXLAN_10"
10726   - "VXLAN_100"
10727   - "VXLAN_1000"
10728   traces:
10729     hoverinfo: "x+y"
10730     boxpoints: "outliers"
10731     whiskerwidth: 0
10732   layout:
10733     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
10734     layout: "plot-throughput"
10735
10736 -
10737   type: "plot"
10738   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
10739   algorithm: "plot_performance_box"
10740   output-file-type: ".html"
10741   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
10742   data: "plot-vpp-throughput-latency-3n-hsw"
10743   filter: "'NIC_Intel-X520-DA2' and
10744            '64B' and
10745            'ENCAP' and
10746            'NDRPDR' and
10747            '1T1C' and
10748            ('VXLAN' or 'LISP') and
10749            not 'VHOST' and
10750            not 'IPSECHW'"
10751   parameters:
10752   - "throughput"
10753   - "parent"
10754   - "tags"
10755   sort:
10756   - "not DOT1Q"
10757   - "VXLAN_1"
10758   - "VXLAN_10"
10759   - "VXLAN_100"
10760   - "VXLAN_1000"
10761   traces:
10762     hoverinfo: "x+y"
10763     boxpoints: "outliers"
10764     whiskerwidth: 0
10765   layout:
10766     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
10767     layout: "plot-throughput"
10768
10769 -
10770   type: "plot"
10771   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
10772   algorithm: "plot_performance_box"
10773   output-file-type: ".html"
10774   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
10775   data: "plot-vpp-throughput-latency-3n-hsw"
10776   filter: "'NIC_Intel-X520-DA2' and
10777            '64B' and
10778            'ENCAP' and
10779            'NDRPDR' and
10780            '2T2C' and
10781            ('VXLAN' or 'LISP') and
10782            not 'VHOST' and
10783            not 'IPSECHW'"
10784   parameters:
10785   - "throughput"
10786   - "parent"
10787   - "tags"
10788   sort:
10789   - "not DOT1Q"
10790   - "VXLAN_1"
10791   - "VXLAN_10"
10792   - "VXLAN_100"
10793   - "VXLAN_1000"
10794   traces:
10795     hoverinfo: "x+y"
10796     boxpoints: "outliers"
10797     whiskerwidth: 0
10798   layout:
10799     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
10800     layout: "plot-throughput"
10801
10802 -
10803   type: "plot"
10804   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
10805   algorithm: "plot_performance_box"
10806   output-file-type: ".html"
10807   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
10808   data: "plot-vpp-throughput-latency-3n-hsw"
10809   filter: "'NIC_Intel-X520-DA2' and
10810            '64B' and
10811            'ENCAP' and
10812            'NDRPDR' and
10813            '2T2C' and
10814            ('VXLAN' or 'LISP') and
10815            not 'VHOST' and
10816            not 'IPSECHW'"
10817   parameters:
10818   - "throughput"
10819   - "parent"
10820   - "tags"
10821   sort:
10822   - "not DOT1Q"
10823   - "VXLAN_1"
10824   - "VXLAN_10"
10825   - "VXLAN_100"
10826   - "VXLAN_1000"
10827   traces:
10828     hoverinfo: "x+y"
10829     boxpoints: "outliers"
10830     whiskerwidth: 0
10831   layout:
10832     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
10833     layout: "plot-throughput"
10834
10835 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520 - features
10836 -
10837   type: "plot"
10838   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
10839   algorithm: "plot_performance_box"
10840   output-file-type: ".html"
10841   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
10842   data: "plot-vpp-throughput-latency-3n-hsw"
10843   filter: "'NIC_Intel-X520-DA2' and
10844            '64B' and
10845            'ENCAP' and
10846            'NDRPDR' and
10847            '1T1C' and
10848            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
10849            not 'DOT1Q' and
10850            not 'VHOST' and
10851            not 'IPSECHW'"
10852   parameters:
10853   - "throughput"
10854   - "parent"
10855   - "tags"
10856   sort:
10857   - "L2BDMACLRN"
10858   - "L2XCFWD"
10859   - "LISP"
10860   traces:
10861     hoverinfo: "x+y"
10862     boxpoints: "outliers"
10863     whiskerwidth: 0
10864   layout:
10865     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
10866     layout: "plot-throughput"
10867
10868 -
10869   type: "plot"
10870   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
10871   algorithm: "plot_performance_box"
10872   output-file-type: ".html"
10873   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
10874   data: "plot-vpp-throughput-latency-3n-hsw"
10875   filter: "'NIC_Intel-X520-DA2' and
10876            '64B' and
10877            'ENCAP' and
10878            'NDRPDR' and
10879            '2T2C' and
10880            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
10881            not 'DOT1Q' and
10882            not 'VHOST' and
10883            not 'IPSECHW'"
10884   parameters:
10885   - "throughput"
10886   - "parent"
10887   - "tags"
10888   sort:
10889   - "L2BDMACLRN"
10890   - "L2XCFWD"
10891   - "LISP"
10892   traces:
10893     hoverinfo: "x+y"
10894     boxpoints: "outliers"
10895     whiskerwidth: 0
10896   layout:
10897     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
10898     layout: "plot-throughput"
10899
10900 -
10901   type: "plot"
10902   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
10903   algorithm: "plot_performance_box"
10904   output-file-type: ".html"
10905   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
10906   data: "plot-vpp-throughput-latency-3n-hsw"
10907   filter: "'NIC_Intel-X520-DA2' and
10908            '64B' and
10909            'ENCAP' and
10910            'NDRPDR' and
10911            '1T1C' and
10912            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
10913            not 'DOT1Q' and
10914            not 'VHOST' and
10915            not 'IPSECHW'"
10916   parameters:
10917   - "throughput"
10918   - "parent"
10919   - "tags"
10920   sort:
10921   - "L2BDMACLRN"
10922   - "L2XCFWD"
10923   - "LISP"
10924   traces:
10925     hoverinfo: "x+y"
10926     boxpoints: "outliers"
10927     whiskerwidth: 0
10928   layout:
10929     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
10930     layout: "plot-throughput"
10931
10932 -
10933   type: "plot"
10934   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
10935   algorithm: "plot_performance_box"
10936   output-file-type: ".html"
10937   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
10938   data: "plot-vpp-throughput-latency-3n-hsw"
10939   filter: "'NIC_Intel-X520-DA2' and
10940            '64B' and
10941            'ENCAP' and
10942            'NDRPDR' and
10943            '2T2C' and
10944            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
10945            not 'DOT1Q' and
10946            not 'VHOST' and
10947            not 'IPSECHW'"
10948   parameters:
10949   - "throughput"
10950   - "parent"
10951   - "tags"
10952   sort:
10953   - "L2BDMACLRN"
10954   - "L2XCFWD"
10955   - "LISP"
10956   traces:
10957     hoverinfo: "x+y"
10958     boxpoints: "outliers"
10959     whiskerwidth: 0
10960   layout:
10961     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
10962     layout: "plot-throughput"
10963
10964 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 base and scale
10965 -
10966   type: "plot"
10967   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
10968   algorithm: "plot_performance_box"
10969   output-file-type: ".html"
10970   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
10971   data: "plot-vpp-throughput-latency-3n-hsw"
10972   filter: "'NIC_Intel-X710' and
10973            '64B' and
10974            'ENCAP' and
10975            'NDRPDR' and
10976            '1T1C' and
10977            ('VXLAN' or 'LISP') and
10978            not 'VHOST' and
10979            not 'IPSECHW'"
10980   parameters:
10981   - "throughput"
10982   - "parent"
10983   - "tags"
10984   sort:
10985   - "LISP"
10986   - "VXLAN_1"
10987   - "VXLAN_10"
10988   - "VXLAN_100"
10989   - "VXLAN_1000"
10990   traces:
10991     hoverinfo: "x+y"
10992     boxpoints: "outliers"
10993     whiskerwidth: 0
10994   layout:
10995     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
10996     layout: "plot-throughput"
10997
10998 -
10999   type: "plot"
11000   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
11001   algorithm: "plot_performance_box"
11002   output-file-type: ".html"
11003   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
11004   data: "plot-vpp-throughput-latency-3n-hsw"
11005   filter: "'NIC_Intel-X710' and
11006            '64B' and
11007            'ENCAP' and
11008            'NDRPDR' and
11009            '1T1C' and
11010            ('VXLAN' or 'LISP') and
11011            not 'VHOST' and
11012            not 'IPSECHW'"
11013   parameters:
11014   - "throughput"
11015   - "parent"
11016   - "tags"
11017   sort:
11018   - "LISP"
11019   - "VXLAN_1"
11020   - "VXLAN_10"
11021   - "VXLAN_100"
11022   - "VXLAN_1000"
11023   traces:
11024     hoverinfo: "x+y"
11025     boxpoints: "outliers"
11026     whiskerwidth: 0
11027   layout:
11028     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
11029     layout: "plot-throughput"
11030
11031 -
11032   type: "plot"
11033   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
11034   algorithm: "plot_performance_box"
11035   output-file-type: ".html"
11036   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
11037   data: "plot-vpp-throughput-latency-3n-hsw"
11038   filter: "'NIC_Intel-X710' and
11039            '64B' and
11040            'ENCAP' and
11041            'NDRPDR' and
11042            '2T2C' and
11043            ('VXLAN' or 'LISP') and
11044            not 'VHOST' and
11045            not 'IPSECHW'"
11046   parameters:
11047   - "throughput"
11048   - "parent"
11049   - "tags"
11050   sort:
11051   - "LISP"
11052   - "VXLAN_1"
11053   - "VXLAN_10"
11054   - "VXLAN_100"
11055   - "VXLAN_1000"
11056   traces:
11057     hoverinfo: "x+y"
11058     boxpoints: "outliers"
11059     whiskerwidth: 0
11060   layout:
11061     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
11062     layout: "plot-throughput"
11063
11064 -
11065   type: "plot"
11066   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
11067   algorithm: "plot_performance_box"
11068   output-file-type: ".html"
11069   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
11070   data: "plot-vpp-throughput-latency-3n-hsw"
11071   filter: "'NIC_Intel-X710' and
11072            '64B' and
11073            'ENCAP' and
11074            'NDRPDR' and
11075            '2T2C' and
11076            ('VXLAN' or 'LISP') and
11077            not 'VHOST' and
11078            not 'IPSECHW'"
11079   parameters:
11080   - "throughput"
11081   - "parent"
11082   - "tags"
11083   sort:
11084   - "LISP"
11085   - "VXLAN_1"
11086   - "VXLAN_10"
11087   - "VXLAN_100"
11088   - "VXLAN_1000"
11089   traces:
11090     hoverinfo: "x+y"
11091     boxpoints: "outliers"
11092     whiskerwidth: 0
11093   layout:
11094     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
11095     layout: "plot-throughput"
11096
11097 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 - features
11098 -
11099   type: "plot"
11100   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
11101   algorithm: "plot_performance_box"
11102   output-file-type: ".html"
11103   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
11104   data: "plot-vpp-throughput-latency-3n-hsw"
11105   filter: "'NIC_Intel-X710' and
11106            '64B' and
11107            'ENCAP' and
11108            'NDRPDR' and
11109            '1T1C' and
11110            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11111            not 'DOT1Q' and
11112            not 'VHOST' and
11113            not 'IPSECHW'"
11114   parameters:
11115   - "throughput"
11116   - "parent"
11117   - "tags"
11118   sort:
11119   - "L2BDMACLRN"
11120   - "L2XCFWD"
11121   - "LISP"
11122   traces:
11123     hoverinfo: "x+y"
11124     boxpoints: "outliers"
11125     whiskerwidth: 0
11126   layout:
11127     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
11128     layout: "plot-throughput"
11129
11130 -
11131   type: "plot"
11132   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
11133   algorithm: "plot_performance_box"
11134   output-file-type: ".html"
11135   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
11136   data: "plot-vpp-throughput-latency-3n-hsw"
11137   filter: "'NIC_Intel-X710' and
11138            '64B' and
11139            'ENCAP' and
11140            'NDRPDR' and
11141            '2T2C' and
11142            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11143            not 'DOT1Q' and
11144            not 'VHOST' and
11145            not 'IPSECHW'"
11146   parameters:
11147   - "throughput"
11148   - "parent"
11149   - "tags"
11150   sort:
11151   - "L2BDMACLRN"
11152   - "L2XCFWD"
11153   - "LISP"
11154   traces:
11155     hoverinfo: "x+y"
11156     boxpoints: "outliers"
11157     whiskerwidth: 0
11158   layout:
11159     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
11160     layout: "plot-throughput"
11161
11162 -
11163   type: "plot"
11164   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
11165   algorithm: "plot_performance_box"
11166   output-file-type: ".html"
11167   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
11168   data: "plot-vpp-throughput-latency-3n-hsw"
11169   filter: "'NIC_Intel-X710' and
11170            '64B' and
11171            'ENCAP' and
11172            'NDRPDR' and
11173            '1T1C' and
11174            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11175            not 'DOT1Q' and
11176            not 'VHOST' and
11177            not 'IPSECHW'"
11178   parameters:
11179   - "throughput"
11180   - "parent"
11181   - "tags"
11182   sort:
11183   - "L2BDMACLRN"
11184   - "L2XCFWD"
11185   - "LISP"
11186   traces:
11187     hoverinfo: "x+y"
11188     boxpoints: "outliers"
11189     whiskerwidth: 0
11190   layout:
11191     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
11192     layout: "plot-throughput"
11193
11194 -
11195   type: "plot"
11196   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
11197   algorithm: "plot_performance_box"
11198   output-file-type: ".html"
11199   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
11200   data: "plot-vpp-throughput-latency-3n-hsw"
11201   filter: "'NIC_Intel-X710' and
11202            '64B' and
11203            'ENCAP' and
11204            'NDRPDR' and
11205            '2T2C' and
11206            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11207            not 'DOT1Q' and
11208            not 'VHOST' and
11209            not 'IPSECHW'"
11210   parameters:
11211   - "throughput"
11212   - "parent"
11213   - "tags"
11214   sort:
11215   - "L2BDMACLRN"
11216   - "L2XCFWD"
11217   - "LISP"
11218   traces:
11219     hoverinfo: "x+y"
11220     boxpoints: "outliers"
11221     whiskerwidth: 0
11222   layout:
11223     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
11224     layout: "plot-throughput"
11225
11226 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 base and scale
11227 -
11228   type: "plot"
11229   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
11230   algorithm: "plot_performance_box"
11231   output-file-type: ".html"
11232   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
11233   data: "plot-vpp-throughput-latency-3n-skx"
11234   filter: "'NIC_Intel-X710' and
11235            '64B' and
11236            'ENCAP' and
11237            'NDRPDR' and
11238            '2T1C' and
11239            ('VXLAN' or 'LISP') and
11240            not 'VHOST' and
11241            not 'IPSECHW'"
11242   parameters:
11243   - "throughput"
11244   - "parent"
11245   - "tags"
11246   sort:
11247   - "LISP"
11248   - "VXLAN_1"
11249   - "VXLAN_10"
11250   - "VXLAN_100"
11251   - "VXLAN_1000"
11252   traces:
11253     hoverinfo: "x+y"
11254     boxpoints: "outliers"
11255     whiskerwidth: 0
11256   layout:
11257     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
11258     layout: "plot-throughput"
11259
11260 -
11261   type: "plot"
11262   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
11263   algorithm: "plot_performance_box"
11264   output-file-type: ".html"
11265   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
11266   data: "plot-vpp-throughput-latency-3n-skx"
11267   filter: "'NIC_Intel-X710' and
11268            '64B' and
11269            'ENCAP' and
11270            'NDRPDR' and
11271            '2T1C' and
11272            ('VXLAN' or 'LISP') and
11273            not 'VHOST' and
11274            not 'IPSECHW'"
11275   parameters:
11276   - "throughput"
11277   - "parent"
11278   - "tags"
11279   sort:
11280   - "LISP"
11281   - "VXLAN_1"
11282   - "VXLAN_10"
11283   - "VXLAN_100"
11284   - "VXLAN_1000"
11285   traces:
11286     hoverinfo: "x+y"
11287     boxpoints: "outliers"
11288     whiskerwidth: 0
11289   layout:
11290     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
11291     layout: "plot-throughput"
11292
11293 -
11294   type: "plot"
11295   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
11296   algorithm: "plot_performance_box"
11297   output-file-type: ".html"
11298   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
11299   data: "plot-vpp-throughput-latency-3n-skx"
11300   filter: "'NIC_Intel-X710' and
11301            '64B' and
11302            'ENCAP' and
11303            'NDRPDR' and
11304            '4T2C' and
11305            ('VXLAN' or 'LISP') and
11306            not 'VHOST' and
11307            not 'IPSECHW'"
11308   parameters:
11309   - "throughput"
11310   - "parent"
11311   - "tags"
11312   sort:
11313   - "LISP"
11314   - "VXLAN_1"
11315   - "VXLAN_10"
11316   - "VXLAN_100"
11317   - "VXLAN_1000"
11318   traces:
11319     hoverinfo: "x+y"
11320     boxpoints: "outliers"
11321     whiskerwidth: 0
11322   layout:
11323     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
11324     layout: "plot-throughput"
11325
11326 -
11327   type: "plot"
11328   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
11329   algorithm: "plot_performance_box"
11330   output-file-type: ".html"
11331   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
11332   data: "plot-vpp-throughput-latency-3n-skx"
11333   filter: "'NIC_Intel-X710' and
11334            '64B' and
11335            'ENCAP' and
11336            'NDRPDR' and
11337            '4T2C' and
11338            ('VXLAN' or 'LISP') and
11339            not 'VHOST' and
11340            not 'IPSECHW'"
11341   parameters:
11342   - "throughput"
11343   - "parent"
11344   - "tags"
11345   sort:
11346   - "LISP"
11347   - "VXLAN_1"
11348   - "VXLAN_10"
11349   - "VXLAN_100"
11350   - "VXLAN_1000"
11351   traces:
11352     hoverinfo: "x+y"
11353     boxpoints: "outliers"
11354     whiskerwidth: 0
11355   layout:
11356     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
11357     layout: "plot-throughput"
11358
11359 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 - features
11360 -
11361   type: "plot"
11362   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
11363   algorithm: "plot_performance_box"
11364   output-file-type: ".html"
11365   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
11366   data: "plot-vpp-throughput-latency-3n-skx"
11367   filter: "'NIC_Intel-X710' and
11368            '64B' and
11369            'ENCAP' and
11370            'NDRPDR' and
11371            '2T1C' and
11372            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11373            not 'DOT1Q' and
11374            not 'VHOST' and
11375            not 'IPSECHW'"
11376   parameters:
11377   - "throughput"
11378   - "parent"
11379   - "tags"
11380   sort:
11381   - "L2BDMACLRN"
11382   - "L2XCFWD"
11383   - "LISP"
11384   traces:
11385     hoverinfo: "x+y"
11386     boxpoints: "outliers"
11387     whiskerwidth: 0
11388   layout:
11389     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
11390     layout: "plot-throughput"
11391
11392 -
11393   type: "plot"
11394   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
11395   algorithm: "plot_performance_box"
11396   output-file-type: ".html"
11397   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
11398   data: "plot-vpp-throughput-latency-3n-skx"
11399   filter: "'NIC_Intel-X710' and
11400            '64B' and
11401            'ENCAP' and
11402            'NDRPDR' and
11403            '4T2C' and
11404            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11405            not 'DOT1Q' and
11406            not 'VHOST' and
11407            not 'IPSECHW'"
11408   parameters:
11409   - "throughput"
11410   - "parent"
11411   - "tags"
11412   sort:
11413   - "L2BDMACLRN"
11414   - "L2XCFWD"
11415   - "LISP"
11416   traces:
11417     hoverinfo: "x+y"
11418     boxpoints: "outliers"
11419     whiskerwidth: 0
11420   layout:
11421     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
11422     layout: "plot-throughput"
11423
11424 -
11425   type: "plot"
11426   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
11427   algorithm: "plot_performance_box"
11428   output-file-type: ".html"
11429   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
11430   data: "plot-vpp-throughput-latency-3n-skx"
11431   filter: "'NIC_Intel-X710' and
11432            '64B' and
11433            'ENCAP' and
11434            'NDRPDR' and
11435            '2T1C' and
11436            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11437            not 'DOT1Q' and
11438            not 'VHOST' and
11439            not 'IPSECHW'"
11440   parameters:
11441   - "throughput"
11442   - "parent"
11443   - "tags"
11444   sort:
11445   - "L2BDMACLRN"
11446   - "L2XCFWD"
11447   - "LISP"
11448   traces:
11449     hoverinfo: "x+y"
11450     boxpoints: "outliers"
11451     whiskerwidth: 0
11452   layout:
11453     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
11454     layout: "plot-throughput"
11455
11456 -
11457   type: "plot"
11458   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
11459   algorithm: "plot_performance_box"
11460   output-file-type: ".html"
11461   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
11462   data: "plot-vpp-throughput-latency-3n-skx"
11463   filter: "'NIC_Intel-X710' and
11464            '64B' and
11465            'ENCAP' and
11466            'NDRPDR' and
11467            '4T2C' and
11468            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11469            not 'DOT1Q' and
11470            not 'VHOST' and
11471            not 'IPSECHW'"
11472   parameters:
11473   - "throughput"
11474   - "parent"
11475   - "tags"
11476   sort:
11477   - "L2BDMACLRN"
11478   - "L2XCFWD"
11479   - "LISP"
11480   traces:
11481     hoverinfo: "x+y"
11482     boxpoints: "outliers"
11483     whiskerwidth: 0
11484   layout:
11485     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
11486     layout: "plot-throughput"
11487
11488 ################################################################################
11489
11490 # Packet Throughput - VPP IPv6 3n-hsw-x520
11491 -
11492   type: "plot"
11493   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
11494   algorithm: "plot_performance_box"
11495   output-file-type: ".html"
11496   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
11497   data: "plot-vpp-throughput-latency-3n-hsw"
11498   filter: "'NIC_Intel-X520-DA2' and
11499            '78B' and
11500            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11501            'NDRPDR' and
11502            '1T1C' and
11503            'IP6FWD' and
11504            not 'SRv6' and
11505            not 'IPSEC' and
11506            not 'VHOST'"
11507   parameters:
11508   - "throughput"
11509   - "parent"
11510   - "tags"
11511   sort:
11512   - "IP6BASE"
11513   - "FIB_20K"
11514   - "FIB_200K"
11515   - "FIB_2M"
11516   traces:
11517     hoverinfo: "x+y"
11518     boxpoints: "outliers"
11519     whiskerwidth: 0
11520   layout:
11521     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
11522     layout: "plot-throughput"
11523
11524 -
11525   type: "plot"
11526   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
11527   algorithm: "plot_performance_box"
11528   output-file-type: ".html"
11529   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
11530   data: "plot-vpp-throughput-latency-3n-hsw"
11531   filter: "'NIC_Intel-X520-DA2' and
11532            '78B' and
11533            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11534            'NDRPDR' and
11535            '1T1C' and
11536            'IP6FWD' and
11537            not 'SRv6' and
11538            not 'IPSEC' and
11539            not 'VHOST'"
11540   parameters:
11541   - "throughput"
11542   - "parent"
11543   - "tags"
11544   sort:
11545   - "IP6BASE"
11546   - "FIB_20K"
11547   - "FIB_200K"
11548   - "FIB_2M"
11549   traces:
11550     hoverinfo: "x+y"
11551     boxpoints: "outliers"
11552     whiskerwidth: 0
11553   layout:
11554     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
11555     layout: "plot-throughput"
11556
11557 -
11558   type: "plot"
11559   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
11560   algorithm: "plot_performance_box"
11561   output-file-type: ".html"
11562   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
11563   data: "plot-vpp-throughput-latency-3n-hsw"
11564   filter: "'NIC_Intel-X520-DA2' and
11565            '78B' and
11566            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11567            'NDRPDR' and
11568            '2T2C' and
11569            'IP6FWD' and
11570            not 'SRv6' and
11571            not 'IPSEC' and
11572            not 'VHOST'"
11573   parameters:
11574   - "throughput"
11575   - "parent"
11576   - "tags"
11577   sort:
11578   - "IP6BASE"
11579   - "FIB_20K"
11580   - "FIB_200K"
11581   - "FIB_2M"
11582   traces:
11583     hoverinfo: "x+y"
11584     boxpoints: "outliers"
11585     whiskerwidth: 0
11586   layout:
11587     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
11588     layout: "plot-throughput"
11589
11590 -
11591   type: "plot"
11592   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
11593   algorithm: "plot_performance_box"
11594   output-file-type: ".html"
11595   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
11596   data: "plot-vpp-throughput-latency-3n-hsw"
11597   filter: "'NIC_Intel-X520-DA2' and
11598            '78B' and
11599            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11600            'NDRPDR' and
11601            '2T2C' and
11602            'IP6FWD' and
11603            not 'SRv6' and
11604            not 'IPSEC' and
11605            not 'VHOST'"
11606   parameters:
11607   - "throughput"
11608   - "parent"
11609   - "tags"
11610   sort:
11611   - "IP6BASE"
11612   - "FIB_20K"
11613   - "FIB_200K"
11614   - "FIB_2M"
11615   traces:
11616     hoverinfo: "x+y"
11617     boxpoints: "outliers"
11618     whiskerwidth: 0
11619   layout:
11620     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
11621     layout: "plot-throughput"
11622
11623 # Packet Throughput - VPP IPv6 3n-hsw-x520 - features
11624 -
11625   type: "plot"
11626   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_features-ndr"
11627   algorithm: "plot_performance_box"
11628   output-file-type: ".html"
11629   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_features-ndr"
11630   data: "plot-vpp-throughput-latency-3n-hsw"
11631   filter: "'NIC_Intel-X520-DA2' and
11632            '78B' and
11633            ('IP6BASE' or
11634             'POLICE_MARK' or
11635             'COPWHLIST' or
11636             'IACLDST') and
11637            'NDRPDR' and
11638            '1T1C' and
11639            'IP6FWD' and
11640            not 'SRv6' and
11641            not 'IPSEC' and
11642            not 'VHOST'"
11643   parameters:
11644   - "throughput"
11645   - "parent"
11646   - "tags"
11647   sort:
11648   - "IP6BASE"
11649   - "POLICE_MARK"
11650   - "COPWHLIST"
11651   - "IACLDST"
11652   traces:
11653     hoverinfo: "x+y"
11654     boxpoints: "outliers"
11655     whiskerwidth: 0
11656   layout:
11657     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_features-ndr"
11658     layout: "plot-throughput"
11659
11660 -
11661   type: "plot"
11662   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_features-ndr"
11663   algorithm: "plot_performance_box"
11664   output-file-type: ".html"
11665   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_features-ndr"
11666   data: "plot-vpp-throughput-latency-3n-hsw"
11667   filter: "'NIC_Intel-X520-DA2' and
11668            '78B' and
11669            ('IP6BASE' or
11670             'POLICE_MARK' or
11671             'COPWHLIST' or
11672             'IACLDST') and
11673            'NDRPDR' and
11674            '2T2C' and
11675            'IP6FWD' and
11676            not 'SRv6' and
11677            not 'IPSEC' and
11678            not 'VHOST'"
11679   parameters:
11680   - "throughput"
11681   - "parent"
11682   - "tags"
11683   sort:
11684   - "IP6BASE"
11685   - "POLICE_MARK"
11686   - "COPWHLIST"
11687   - "IACLDST"
11688   traces:
11689     hoverinfo: "x+y"
11690     boxpoints: "outliers"
11691     whiskerwidth: 0
11692   layout:
11693     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_features-ndr"
11694     layout: "plot-throughput"
11695
11696 -
11697   type: "plot"
11698   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_features-pdr"
11699   algorithm: "plot_performance_box"
11700   output-file-type: ".html"
11701   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_features-pdr"
11702   data: "plot-vpp-throughput-latency-3n-hsw"
11703   filter: "'NIC_Intel-X520-DA2' and
11704            '78B' and
11705            ('IP6BASE' or
11706             'POLICE_MARK' or
11707             'COPWHLIST' or
11708             'IACLDST') and
11709            'NDRPDR' and
11710            '1T1C' and
11711            'IP6FWD' and
11712            not 'SRv6' and
11713            not 'IPSEC' and
11714            not 'VHOST'"
11715   parameters:
11716   - "throughput"
11717   - "parent"
11718   - "tags"
11719   sort:
11720   - "IP6BASE"
11721   - "POLICE_MARK"
11722   - "COPWHLIST"
11723   - "IACLDST"
11724   traces:
11725     hoverinfo: "x+y"
11726     boxpoints: "outliers"
11727     whiskerwidth: 0
11728   layout:
11729     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_features-pdr"
11730     layout: "plot-throughput"
11731
11732 -
11733   type: "plot"
11734   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_features-pdr"
11735   algorithm: "plot_performance_box"
11736   output-file-type: ".html"
11737   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_features-pdr"
11738   data: "plot-vpp-throughput-latency-3n-hsw"
11739   filter: "'NIC_Intel-X520-DA2' and
11740            '78B' and
11741            ('IP6BASE' or
11742             'POLICE_MARK' or
11743             'COPWHLIST' or
11744             'IACLDST') and
11745            'NDRPDR' and
11746            '2T2C' and
11747            'IP6FWD' and
11748            not 'SRv6' and
11749            not 'IPSEC' and
11750            not 'VHOST'"
11751   parameters:
11752   - "throughput"
11753   - "parent"
11754   - "tags"
11755   sort:
11756   - "IP6BASE"
11757   - "POLICE_MARK"
11758   - "COPWHLIST"
11759   - "IACLDST"
11760   traces:
11761     hoverinfo: "x+y"
11762     boxpoints: "outliers"
11763     whiskerwidth: 0
11764   layout:
11765     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_features-pdr"
11766     layout: "plot-throughput"
11767
11768 # Packet Throughput - VPP IPv6 3n-hsw-x710
11769 -
11770   type: "plot"
11771   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
11772   algorithm: "plot_performance_box"
11773   output-file-type: ".html"
11774   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
11775   data: "plot-vpp-throughput-latency-3n-hsw"
11776   filter: "'NIC_Intel-X710' and
11777            '78B' and
11778            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11779            'NDRPDR' and
11780            '1T1C' and
11781            'IP6FWD' and
11782            not 'SRv6' and
11783            not 'IPSEC' and
11784            not 'VHOST'"
11785   parameters:
11786   - "throughput"
11787   - "parent"
11788   - "tags"
11789   sort:
11790   - "IP6BASE"
11791   - "FIB_20K"
11792   - "FIB_200K"
11793   - "FIB_2M"
11794   traces:
11795     hoverinfo: "x+y"
11796     boxpoints: "outliers"
11797     whiskerwidth: 0
11798   layout:
11799     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
11800     layout: "plot-throughput"
11801
11802 -
11803   type: "plot"
11804   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
11805   algorithm: "plot_performance_box"
11806   output-file-type: ".html"
11807   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
11808   data: "plot-vpp-throughput-latency-3n-hsw"
11809   filter: "'NIC_Intel-X710' and
11810            '78B' and
11811            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11812            'NDRPDR' and
11813            '1T1C' and
11814            'IP6FWD' and
11815            not 'SRv6' and
11816            not 'IPSEC' and
11817            not 'VHOST'"
11818   parameters:
11819   - "throughput"
11820   - "parent"
11821   - "tags"
11822   sort:
11823   - "IP6BASE"
11824   - "FIB_20K"
11825   - "FIB_200K"
11826   - "FIB_2M"
11827   traces:
11828     hoverinfo: "x+y"
11829     boxpoints: "outliers"
11830     whiskerwidth: 0
11831   layout:
11832     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
11833     layout: "plot-throughput"
11834
11835 -
11836   type: "plot"
11837   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
11838   algorithm: "plot_performance_box"
11839   output-file-type: ".html"
11840   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
11841   data: "plot-vpp-throughput-latency-3n-hsw"
11842   filter: "'NIC_Intel-X710' and
11843            '78B' and
11844            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11845            'NDRPDR' and
11846            '2T2C' and
11847            'IP6FWD' and
11848            not 'SRv6' and
11849            not 'IPSEC' and
11850            not 'VHOST'"
11851   parameters:
11852   - "throughput"
11853   - "parent"
11854   - "tags"
11855   sort:
11856   - "IP6BASE"
11857   - "FIB_20K"
11858   - "FIB_200K"
11859   - "FIB_2M"
11860   traces:
11861     hoverinfo: "x+y"
11862     boxpoints: "outliers"
11863     whiskerwidth: 0
11864   layout:
11865     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
11866     layout: "plot-throughput"
11867
11868 -
11869   type: "plot"
11870   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
11871   algorithm: "plot_performance_box"
11872   output-file-type: ".html"
11873   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
11874   data: "plot-vpp-throughput-latency-3n-hsw"
11875   filter: "'NIC_Intel-X710' and
11876            '78B' and
11877            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11878            'NDRPDR' and
11879            '2T2C' and
11880            'IP6FWD' and
11881            not 'SRv6' and
11882            not 'IPSEC' and
11883            not 'VHOST'"
11884   parameters:
11885   - "throughput"
11886   - "parent"
11887   - "tags"
11888   sort:
11889   - "IP6BASE"
11890   - "FIB_20K"
11891   - "FIB_200K"
11892   - "FIB_2M"
11893   traces:
11894     hoverinfo: "x+y"
11895     boxpoints: "outliers"
11896     whiskerwidth: 0
11897   layout:
11898     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
11899     layout: "plot-throughput"
11900
11901 # Packet Throughput - VPP IPv6 3n-hsw-x710 - features
11902 -
11903   type: "plot"
11904   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
11905   algorithm: "plot_performance_box"
11906   output-file-type: ".html"
11907   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
11908   data: "plot-vpp-throughput-latency-3n-hsw"
11909   filter: "'NIC_Intel-X710' and
11910            '78B' and
11911            ('IP6BASE' or
11912             'POLICE_MARK' or
11913             'COPWHLIST' or
11914             'IACLDST') and
11915            'NDRPDR' and
11916            '1T1C' and
11917            'IP6FWD' and
11918            not 'SRv6' and
11919            not 'IPSEC' and
11920            not 'VHOST'"
11921   parameters:
11922   - "throughput"
11923   - "parent"
11924   - "tags"
11925   sort:
11926   - "IP6BASE"
11927   - "POLICE_MARK"
11928   - "COPWHLIST"
11929   - "IACLDST"
11930   traces:
11931     hoverinfo: "x+y"
11932     boxpoints: "outliers"
11933     whiskerwidth: 0
11934   layout:
11935     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
11936     layout: "plot-throughput"
11937
11938 -
11939   type: "plot"
11940   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
11941   algorithm: "plot_performance_box"
11942   output-file-type: ".html"
11943   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
11944   data: "plot-vpp-throughput-latency-3n-hsw"
11945   filter: "'NIC_Intel-X710' and
11946            '78B' and
11947            ('IP6BASE' or
11948             'POLICE_MARK' or
11949             'COPWHLIST' or
11950             'IACLDST') and
11951            'NDRPDR' and
11952            '2T2C' and
11953            'IP6FWD' and
11954            not 'SRv6' and
11955            not 'IPSEC' and
11956            not 'VHOST'"
11957   parameters:
11958   - "throughput"
11959   - "parent"
11960   - "tags"
11961   sort:
11962   - "IP6BASE"
11963   - "POLICE_MARK"
11964   - "COPWHLIST"
11965   - "IACLDST"
11966   traces:
11967     hoverinfo: "x+y"
11968     boxpoints: "outliers"
11969     whiskerwidth: 0
11970   layout:
11971     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
11972     layout: "plot-throughput"
11973
11974 -
11975   type: "plot"
11976   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
11977   algorithm: "plot_performance_box"
11978   output-file-type: ".html"
11979   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
11980   data: "plot-vpp-throughput-latency-3n-hsw"
11981   filter: "'NIC_Intel-X710' and
11982            '78B' and
11983            ('IP6BASE' or
11984             'POLICE_MARK' or
11985             'COPWHLIST' or
11986             'IACLDST') and
11987            'NDRPDR' and
11988            '1T1C' and
11989            'IP6FWD' and
11990            not 'SRv6' and
11991            not 'IPSEC' and
11992            not 'VHOST'"
11993   parameters:
11994   - "throughput"
11995   - "parent"
11996   - "tags"
11997   sort:
11998   - "IP6BASE"
11999   - "POLICE_MARK"
12000   - "COPWHLIST"
12001   - "IACLDST"
12002   traces:
12003     hoverinfo: "x+y"
12004     boxpoints: "outliers"
12005     whiskerwidth: 0
12006   layout:
12007     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
12008     layout: "plot-throughput"
12009
12010 -
12011   type: "plot"
12012   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
12013   algorithm: "plot_performance_box"
12014   output-file-type: ".html"
12015   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
12016   data: "plot-vpp-throughput-latency-3n-hsw"
12017   filter: "'NIC_Intel-X710' and
12018            '78B' and
12019            ('IP6BASE' or
12020             'POLICE_MARK' or
12021             'COPWHLIST' or
12022             'IACLDST') and
12023            'NDRPDR' and
12024            '2T2C' and
12025            'IP6FWD' and
12026            not 'SRv6' and
12027            not 'IPSEC' and
12028            not 'VHOST'"
12029   parameters:
12030   - "throughput"
12031   - "parent"
12032   - "tags"
12033   sort:
12034   - "IP6BASE"
12035   - "POLICE_MARK"
12036   - "COPWHLIST"
12037   - "IACLDST"
12038   traces:
12039     hoverinfo: "x+y"
12040     boxpoints: "outliers"
12041     whiskerwidth: 0
12042   layout:
12043     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
12044     layout: "plot-throughput"
12045
12046 # Packet Throughput - VPP IPv6 3n-hsw-xl710
12047 -
12048   type: "plot"
12049   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
12050   algorithm: "plot_performance_box"
12051   output-file-type: ".html"
12052   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
12053   data: "plot-vpp-throughput-latency-3n-hsw"
12054   filter: "'NIC_Intel-XL710' and
12055            '78B' and
12056            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12057            'NDRPDR' and
12058            '1T1C' and
12059            'IP6FWD' and
12060            not 'SRv6' and
12061            not 'IPSEC' and
12062            not 'VHOST'"
12063   parameters:
12064   - "throughput"
12065   - "parent"
12066   - "tags"
12067   sort:
12068   - "IP6BASE"
12069   - "FIB_20K"
12070   - "FIB_200K"
12071   - "FIB_2M"
12072   traces:
12073     hoverinfo: "x+y"
12074     boxpoints: "outliers"
12075     whiskerwidth: 0
12076   layout:
12077     title: "ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
12078     layout: "plot-throughput"
12079
12080 -
12081   type: "plot"
12082   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
12083   algorithm: "plot_performance_box"
12084   output-file-type: ".html"
12085   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
12086   data: "plot-vpp-throughput-latency-3n-hsw"
12087   filter: "'NIC_Intel-XL710' and
12088            '78B' and
12089            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12090            'NDRPDR' and
12091            '1T1C' and
12092            'IP6FWD' and
12093            not 'SRv6' and
12094            not 'IPSEC' and
12095            not 'VHOST'"
12096   parameters:
12097   - "throughput"
12098   - "parent"
12099   - "tags"
12100   sort:
12101   - "IP6BASE"
12102   - "FIB_20K"
12103   - "FIB_200K"
12104   - "FIB_2M"
12105   traces:
12106     hoverinfo: "x+y"
12107     boxpoints: "outliers"
12108     whiskerwidth: 0
12109   layout:
12110     title: "ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
12111     layout: "plot-throughput"
12112
12113 -
12114   type: "plot"
12115   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
12116   algorithm: "plot_performance_box"
12117   output-file-type: ".html"
12118   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
12119   data: "plot-vpp-throughput-latency-3n-hsw"
12120   filter: "'NIC_Intel-XL710' and
12121            '78B' and
12122            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12123            'NDRPDR' and
12124            '2T2C' and
12125            'IP6FWD' and
12126            not 'SRv6' and
12127            not 'IPSEC' and
12128            not 'VHOST'"
12129   parameters:
12130   - "throughput"
12131   - "parent"
12132   - "tags"
12133   sort:
12134   - "IP6BASE"
12135   - "FIB_20K"
12136   - "FIB_200K"
12137   - "FIB_2M"
12138   traces:
12139     hoverinfo: "x+y"
12140     boxpoints: "outliers"
12141     whiskerwidth: 0
12142   layout:
12143     title: "ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
12144     layout: "plot-throughput"
12145
12146 -
12147   type: "plot"
12148   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
12149   algorithm: "plot_performance_box"
12150   output-file-type: ".html"
12151   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
12152   data: "plot-vpp-throughput-latency-3n-hsw"
12153   filter: "'NIC_Intel-XL710' and
12154            '78B' and
12155            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12156            'NDRPDR' and
12157            '2T2C' and
12158            'IP6FWD' and
12159            not 'SRv6' and
12160            not 'IPSEC' and
12161            not 'VHOST'"
12162   parameters:
12163   - "throughput"
12164   - "parent"
12165   - "tags"
12166   sort:
12167   - "IP6BASE"
12168   - "FIB_20K"
12169   - "FIB_200K"
12170   - "FIB_2M"
12171   traces:
12172     hoverinfo: "x+y"
12173     boxpoints: "outliers"
12174     whiskerwidth: 0
12175   layout:
12176     title: "ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
12177     layout: "plot-throughput"
12178
12179 # Packet Throughput - VPP IPv6 3n-skx-x710
12180 -
12181   type: "plot"
12182   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
12183   algorithm: "plot_performance_box"
12184   output-file-type: ".html"
12185   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
12186   data: "plot-vpp-throughput-latency-3n-skx"
12187   filter: "'NIC_Intel-X710' and
12188            '78B' and
12189            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12190            'NDRPDR' and
12191            '2T1C' and
12192            'IP6FWD' and
12193            not 'SRv6' and
12194            not 'IPSEC' and
12195            not 'VHOST'"
12196   parameters:
12197   - "throughput"
12198   - "parent"
12199   - "tags"
12200   sort:
12201   - "IP6BASE"
12202   - "FIB_20k"
12203   - "FIB_200k"
12204   - "FIB_2M"
12205   traces:
12206     hoverinfo: "x+y"
12207     boxpoints: "outliers"
12208     whiskerwidth: 0
12209   layout:
12210     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
12211     layout: "plot-throughput"
12212
12213 -
12214   type: "plot"
12215   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
12216   algorithm: "plot_performance_box"
12217   output-file-type: ".html"
12218   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
12219   data: "plot-vpp-throughput-latency-3n-skx"
12220   filter: "'NIC_Intel-X710' and
12221            '78B' and
12222            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12223            'NDRPDR' and
12224            '2T1C' and
12225            'IP6FWD' and
12226            not 'SRv6' and
12227            not 'IPSEC' and
12228            not 'VHOST'"
12229   parameters:
12230   - "throughput"
12231   - "parent"
12232   - "tags"
12233   sort:
12234   - "IP6BASE"
12235   - "FIB_20k"
12236   - "FIB_200k"
12237   - "FIB_2M"
12238   traces:
12239     hoverinfo: "x+y"
12240     boxpoints: "outliers"
12241     whiskerwidth: 0
12242   layout:
12243     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
12244     layout: "plot-throughput"
12245
12246 -
12247   type: "plot"
12248   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
12249   algorithm: "plot_performance_box"
12250   output-file-type: ".html"
12251   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
12252   data: "plot-vpp-throughput-latency-3n-skx"
12253   filter: "'NIC_Intel-X710' and
12254            '78B' and
12255            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12256            'NDRPDR' and
12257            '4T2C' and
12258            'IP6FWD' and
12259            not 'SRv6' and
12260            not 'IPSEC' and
12261            not 'VHOST'"
12262   parameters:
12263   - "throughput"
12264   - "parent"
12265   - "tags"
12266   sort:
12267   - "IP6BASE"
12268   - "FIB_20k"
12269   - "FIB_200k"
12270   - "FIB_2M"
12271   traces:
12272     hoverinfo: "x+y"
12273     boxpoints: "outliers"
12274     whiskerwidth: 0
12275   layout:
12276     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
12277     layout: "plot-throughput"
12278
12279 -
12280   type: "plot"
12281   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
12282   algorithm: "plot_performance_box"
12283   output-file-type: ".html"
12284   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
12285   data: "plot-vpp-throughput-latency-3n-skx"
12286   filter: "'NIC_Intel-X710' and
12287            '78B' and
12288            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12289            'NDRPDR' and
12290            '4T2C' and
12291            'IP6FWD' and
12292            not 'SRv6' and
12293            not 'IPSEC' and
12294            not 'VHOST'"
12295   parameters:
12296   - "throughput"
12297   - "parent"
12298   - "tags"
12299   sort:
12300   - "IP6BASE"
12301   - "FIB_20k"
12302   - "FIB_200k"
12303   - "FIB_2M"
12304   traces:
12305     hoverinfo: "x+y"
12306     boxpoints: "outliers"
12307     whiskerwidth: 0
12308   layout:
12309     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
12310     layout: "plot-throughput"
12311
12312 # Packet Throughput - VPP IPv6 3n-skx-x710 - features
12313 -
12314   type: "plot"
12315   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
12316   algorithm: "plot_performance_box"
12317   output-file-type: ".html"
12318   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
12319   data: "plot-vpp-throughput-latency-3n-skx"
12320   filter: "'NIC_Intel-X710' and
12321            '78B' and
12322            ('IP6BASE' or
12323             'POLICE_MARK' or
12324             'COPWHLIST' or
12325             'IACLDST') and
12326            'NDRPDR' and
12327            '2T1C' and
12328            'IP6FWD' and
12329            not 'SRv6' and
12330            not 'IPSEC' and
12331            not 'VHOST'"
12332   parameters:
12333   - "throughput"
12334   - "parent"
12335   - "tags"
12336   sort:
12337   - "IP6BASE"
12338   - "POLICE_MARK"
12339   - "COPWHLIST"
12340   - "IACLDST"
12341   traces:
12342     hoverinfo: "x+y"
12343     boxpoints: "outliers"
12344     whiskerwidth: 0
12345   layout:
12346     title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
12347     layout: "plot-throughput"
12348
12349 -
12350   type: "plot"
12351   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
12352   algorithm: "plot_performance_box"
12353   output-file-type: ".html"
12354   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
12355   data: "plot-vpp-throughput-latency-3n-hsw"
12356   filter: "'NIC_Intel-X710' and
12357            '78B' and
12358            ('IP6BASE' or
12359             'POLICE_MARK' or
12360             'COPWHLIST' or
12361             'IACLDST') and
12362            'NDRPDR' and
12363            '4T2C' and
12364            'IP6FWD' and
12365            not 'SRv6' and
12366            not 'IPSEC' and
12367            not 'VHOST'"
12368   parameters:
12369   - "throughput"
12370   - "parent"
12371   - "tags"
12372   sort:
12373   - "IP6BASE"
12374   - "POLICE_MARK"
12375   - "COPWHLIST"
12376   - "IACLDST"
12377   traces:
12378     hoverinfo: "x+y"
12379     boxpoints: "outliers"
12380     whiskerwidth: 0
12381   layout:
12382     title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
12383     layout: "plot-throughput"
12384
12385 -
12386   type: "plot"
12387   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
12388   algorithm: "plot_performance_box"
12389   output-file-type: ".html"
12390   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
12391   data: "plot-vpp-throughput-latency-3n-skx"
12392   filter: "'NIC_Intel-X710' and
12393            '78B' and
12394            ('IP6BASE' or
12395             'POLICE_MARK' or
12396             'COPWHLIST' or
12397             'IACLDST') and
12398            'NDRPDR' and
12399            '2T1C' and
12400            'IP6FWD' and
12401            not 'SRv6' and
12402            not 'IPSEC' and
12403            not 'VHOST'"
12404   parameters:
12405   - "throughput"
12406   - "parent"
12407   - "tags"
12408   sort:
12409   - "IP6BASE"
12410   - "POLICE_MARK"
12411   - "COPWHLIST"
12412   - "IACLDST"
12413   traces:
12414     hoverinfo: "x+y"
12415     boxpoints: "outliers"
12416     whiskerwidth: 0
12417   layout:
12418     title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
12419     layout: "plot-throughput"
12420
12421 -
12422   type: "plot"
12423   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
12424   algorithm: "plot_performance_box"
12425   output-file-type: ".html"
12426   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
12427   data: "plot-vpp-throughput-latency-3n-skx"
12428   filter: "'NIC_Intel-X710' and
12429            '78B' and
12430            ('IP6BASE' or
12431             'POLICE_MARK' or
12432             'COPWHLIST' or
12433             'IACLDST') and
12434            'NDRPDR' and
12435            '4T2C' and
12436            'IP6FWD' and
12437            not 'SRv6' and
12438            not 'IPSEC' and
12439            not 'VHOST'"
12440   parameters:
12441   - "throughput"
12442   - "parent"
12443   - "tags"
12444   sort:
12445   - "IP6BASE"
12446   - "POLICE_MARK"
12447   - "COPWHLIST"
12448   - "IACLDST"
12449   traces:
12450     hoverinfo: "x+y"
12451     boxpoints: "outliers"
12452     whiskerwidth: 0
12453   layout:
12454     title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
12455     layout: "plot-throughput"
12456
12457 # Packet Throughput - VPP IPv6 2n-skx-x710
12458 -
12459   type: "plot"
12460   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
12461   algorithm: "plot_performance_box"
12462   output-file-type: ".html"
12463   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
12464   data: "plot-vpp-throughput-latency-2n-skx"
12465   filter: "'NIC_Intel-X710' and
12466            '78B' and
12467            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
12468            'NDRPDR' and
12469            '2T1C' and
12470            'IP6FWD' and
12471            not 'SRv6' and
12472            not 'IPSEC' and
12473            not 'VHOST'"
12474   parameters:
12475   - "throughput"
12476   - "parent"
12477   - "tags"
12478   sort:
12479   - "IP6BASE"
12480   - "FIB_20k"
12481   - "FIB_200k"
12482   - "FIB_2M"
12483   traces:
12484     hoverinfo: "x+y"
12485     boxpoints: "outliers"
12486     whiskerwidth: 0
12487   layout:
12488     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
12489     layout: "plot-throughput"
12490
12491 -
12492   type: "plot"
12493   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
12494   algorithm: "plot_performance_box"
12495   output-file-type: ".html"
12496   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
12497   data: "plot-vpp-throughput-latency-2n-skx"
12498   filter: "'NIC_Intel-X710' and
12499            '78B' and
12500            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
12501            'NDRPDR' and
12502            '2T1C' and
12503            'IP6FWD' and
12504            not 'SRv6' and
12505            not 'IPSEC' and
12506            not 'VHOST'"
12507   parameters:
12508   - "throughput"
12509   - "parent"
12510   - "tags"
12511   sort:
12512   - "IP6BASE"
12513   - "FIB_20k"
12514   - "FIB_200k"
12515   - "FIB_2M"
12516   traces:
12517     hoverinfo: "x+y"
12518     boxpoints: "outliers"
12519     whiskerwidth: 0
12520   layout:
12521     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
12522     layout: "plot-throughput"
12523
12524 -
12525   type: "plot"
12526   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
12527   algorithm: "plot_performance_box"
12528   output-file-type: ".html"
12529   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
12530   data: "plot-vpp-throughput-latency-2n-skx"
12531   filter: "'NIC_Intel-X710' and
12532            '78B' and
12533            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
12534            'NDRPDR' and
12535            '4T2C' and
12536            'IP6FWD' and
12537            not 'SRv6' and
12538            not 'IPSEC' and
12539            not 'VHOST'"
12540   parameters:
12541   - "throughput"
12542   - "parent"
12543   - "tags"
12544   sort:
12545   - "IP6BASE"
12546   - "FIB_20k"
12547   - "FIB_200k"
12548   - "FIB_2M"
12549   traces:
12550     hoverinfo: "x+y"
12551     boxpoints: "outliers"
12552     whiskerwidth: 0
12553   layout:
12554     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
12555     layout: "plot-throughput"
12556
12557 -
12558   type: "plot"
12559   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
12560   algorithm: "plot_performance_box"
12561   output-file-type: ".html"
12562   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
12563   data: "plot-vpp-throughput-latency-2n-skx"
12564   filter: "'NIC_Intel-X710' and
12565            '78B' and
12566            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
12567            'NDRPDR' and
12568            '4T2C' and
12569            'IP6FWD' and
12570            not 'SRv6' and
12571            not 'IPSEC' and
12572            not 'VHOST'"
12573   parameters:
12574   - "throughput"
12575   - "parent"
12576   - "tags"
12577   sort:
12578   - "IP6BASE"
12579   - "FIB_20k"
12580   - "FIB_200k"
12581   - "FIB_2M"
12582   traces:
12583     hoverinfo: "x+y"
12584     boxpoints: "outliers"
12585     whiskerwidth: 0
12586   layout:
12587     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
12588     layout: "plot-throughput"
12589
12590 # Packet Throughput - VPP IPv6 2n-skx-xxv710
12591 -
12592   type: "plot"
12593   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
12594   algorithm: "plot_performance_box"
12595   output-file-type: ".html"
12596   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
12597   data: "plot-vpp-throughput-latency-2n-skx"
12598   filter: "'NIC_Intel-XXV710' and
12599            '78B' and
12600            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
12601            'NDRPDR' and
12602            '2T1C' and
12603            'IP6FWD' and
12604            not 'SRv6' and
12605            not 'IPSEC' and
12606            not 'VHOST'"
12607   parameters:
12608   - "throughput"
12609   - "parent"
12610   - "tags"
12611   sort:
12612   - "IP6BASE"
12613   - "FIB_20k"
12614   - "FIB_200k"
12615   - "FIB_2M"
12616   traces:
12617     hoverinfo: "x+y"
12618     boxpoints: "outliers"
12619     whiskerwidth: 0
12620   layout:
12621     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
12622     layout: "plot-throughput"
12623
12624 -
12625   type: "plot"
12626   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
12627   algorithm: "plot_performance_box"
12628   output-file-type: ".html"
12629   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
12630   data: "plot-vpp-throughput-latency-2n-skx"
12631   filter: "'NIC_Intel-XXV710' and
12632            '78B' and
12633            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
12634            'NDRPDR' and
12635            '2T1C' and
12636            'IP6FWD' and
12637            not 'SRv6' and
12638            not 'IPSEC' and
12639            not 'VHOST'"
12640   parameters:
12641   - "throughput"
12642   - "parent"
12643   - "tags"
12644   sort:
12645   - "IP6BASE"
12646   - "FIB_20k"
12647   - "FIB_200k"
12648   - "FIB_2M"
12649   traces:
12650     hoverinfo: "x+y"
12651     boxpoints: "outliers"
12652     whiskerwidth: 0
12653   layout:
12654     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
12655     layout: "plot-throughput"
12656
12657 -
12658   type: "plot"
12659   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
12660   algorithm: "plot_performance_box"
12661   output-file-type: ".html"
12662   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
12663   data: "plot-vpp-throughput-latency-2n-skx"
12664   filter: "'NIC_Intel-XXV710' and
12665            '78B' and
12666            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
12667            'NDRPDR' and
12668            '4T2C' and
12669            'IP6FWD' and
12670            not 'SRv6' and
12671            not 'IPSEC' and
12672            not 'VHOST'"
12673   parameters:
12674   - "throughput"
12675   - "parent"
12676   - "tags"
12677   sort:
12678   - "IP6BASE"
12679   - "FIB_20k"
12680   - "FIB_200k"
12681   - "FIB_2M"
12682   traces:
12683     hoverinfo: "x+y"
12684     boxpoints: "outliers"
12685     whiskerwidth: 0
12686   layout:
12687     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
12688     layout: "plot-throughput"
12689
12690 -
12691   type: "plot"
12692   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
12693   algorithm: "plot_performance_box"
12694   output-file-type: ".html"
12695   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
12696   data: "plot-vpp-throughput-latency-2n-skx"
12697   filter: "'NIC_Intel-XXV710' and
12698            '78B' and
12699            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
12700            'NDRPDR' and
12701            '4T2C' and
12702            'IP6FWD' and
12703            not 'SRv6' and
12704            not 'IPSEC' and
12705            not 'VHOST'"
12706   parameters:
12707   - "throughput"
12708   - "parent"
12709   - "tags"
12710   sort:
12711   - "IP6BASE"
12712   - "FIB_20k"
12713   - "FIB_200k"
12714   - "FIB_2M"
12715   traces:
12716     hoverinfo: "x+y"
12717     boxpoints: "outliers"
12718     whiskerwidth: 0
12719   layout:
12720     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
12721     layout: "plot-throughput"
12722
12723 # Packet Throughput - VPP IPv6 2n-dnv-x553 base
12724 -
12725   type: "plot"
12726   title: "VPP Throughput: ip6-2n-dnv-x553-78b-1t1c-base-ndr"
12727   algorithm: "plot_performance_box"
12728   output-file-type: ".html"
12729   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-1t1c-base-ndr"
12730   data: "intel-dnv-vpp"
12731   filter: "'NIC_Intel-X553' and
12732            '78B' and
12733            'IP6BASE' and
12734            'NDRPDR' and
12735            '1T1C' and
12736            'IP6FWD' and
12737            not 'SRv6' and
12738            not 'IPSEC' and
12739            not 'VHOST'"
12740   parameters:
12741   - "throughput"
12742   - "parent"
12743   - "tags"
12744   sort:
12745   - "IP6BASE"
12746   traces:
12747     hoverinfo: "x+y"
12748     boxpoints: "outliers"
12749     whiskerwidth: 0
12750   layout:
12751     title: "ip6-2n-dnv-x553-78b-1t1c-base-ndr"
12752     layout: "plot-throughput"
12753
12754 -
12755   type: "plot"
12756   title: "VPP Throughput: ip6-2n-dnv-x553-78b-1t1c-base-pdr"
12757   algorithm: "plot_performance_box"
12758   output-file-type: ".html"
12759   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-1t1c-base-pdr"
12760   data: "intel-dnv-vpp"
12761   filter: "'NIC_Intel-X553' and
12762            '78B' and
12763            'IP6BASE' and
12764            'NDRPDR' and
12765            '1T1C' and
12766            'IP6FWD' and
12767            not 'SRv6' and
12768            not 'IPSEC' and
12769            not 'VHOST'"
12770   parameters:
12771   - "throughput"
12772   - "parent"
12773   - "tags"
12774   sort:
12775   - "IP6BASE"
12776   traces:
12777     hoverinfo: "x+y"
12778     boxpoints: "outliers"
12779     whiskerwidth: 0
12780   layout:
12781     title: "ip6-2n-dnv-x553-78b-1t1c-base-pdr"
12782     layout: "plot-throughput"
12783
12784 -
12785   type: "plot"
12786   title: "VPP Throughput: ip6-2n-dnv-x553-78b-2t2c-base-ndr"
12787   algorithm: "plot_performance_box"
12788   output-file-type: ".html"
12789   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-2t2c-base-ndr"
12790   data: "intel-dnv-vpp"
12791   filter: "'NIC_Intel-X553' and
12792            '78B' and
12793            'IP6BASE' and
12794            'NDRPDR' and
12795            '2T2C' and
12796            'IP6FWD' and
12797            not 'SRv6' and
12798            not 'IPSEC' and
12799            not 'VHOST'"
12800   parameters:
12801   - "throughput"
12802   - "parent"
12803   - "tags"
12804   sort:
12805   - "IP6BASE"
12806   traces:
12807     hoverinfo: "x+y"
12808     boxpoints: "outliers"
12809     whiskerwidth: 0
12810   layout:
12811     title: "ip6-2n-dnv-x553-78b-2t2c-base-ndr"
12812     layout: "plot-throughput"
12813
12814 -
12815   type: "plot"
12816   title: "VPP Throughput: ip6-2n-dnv-x553-78b-2t2c-base-pdr"
12817   algorithm: "plot_performance_box"
12818   output-file-type: ".html"
12819   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-2t2c-base-pdr"
12820   data: "intel-dnv-vpp"
12821   filter: "'NIC_Intel-X553' and
12822            '78B' and
12823            'IP6BASE' and
12824            'NDRPDR' and
12825            '2T2C' and
12826            'IP6FWD' and
12827            not 'SRv6' and
12828            not 'IPSEC' and
12829            not 'VHOST'"
12830   parameters:
12831   - "throughput"
12832   - "parent"
12833   - "tags"
12834   sort:
12835   - "IP6BASE"
12836   traces:
12837     hoverinfo: "x+y"
12838     boxpoints: "outliers"
12839     whiskerwidth: 0
12840   layout:
12841     title: "ip6-2n-dnv-x553-78b-2t2c-base-pdr"
12842     layout: "plot-throughput"
12843
12844 ################################################################################
12845
12846 # Packet Throughput - VPP IPv6 tunnels 3n-hsw-x520
12847 -
12848   type: "plot"
12849   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
12850   algorithm: "plot_performance_box"
12851   output-file-type: ".html"
12852   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
12853   data: "plot-vpp-throughput-latency-3n-hsw"
12854   filter: "'NIC_Intel-X520-DA2' and
12855            '78B' and
12856            'ENCAP' and
12857            'NDRPDR' and
12858            '1T1C' and
12859            'LISP' and
12860            not 'VHOST'"
12861   parameters:
12862   - "throughput"
12863   - "parent"
12864   - "tags"
12865   sort:
12866   - "IP4UNRLAY"
12867   - "IP6UNRLAY"
12868   traces:
12869     hoverinfo: "x+y"
12870     boxpoints: "outliers"
12871     whiskerwidth: 0
12872   layout:
12873     title: "ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
12874     layout: "plot-throughput"
12875
12876 -
12877   type: "plot"
12878   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
12879   algorithm: "plot_performance_box"
12880   output-file-type: ".html"
12881   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
12882   data: "plot-vpp-throughput-latency-3n-hsw"
12883   filter: "'NIC_Intel-X520-DA2' and
12884            '78B' and
12885            'ENCAP' and
12886            'NDRPDR' and
12887            '1T1C' and
12888            'LISP' and
12889            not 'VHOST'"
12890   parameters:
12891   - "throughput"
12892   - "parent"
12893   - "tags"
12894   sort:
12895   - "IP4UNRLAY"
12896   - "IP6UNRLAY"
12897   traces:
12898     hoverinfo: "x+y"
12899     boxpoints: "outliers"
12900     whiskerwidth: 0
12901   layout:
12902     title: "ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
12903     layout: "plot-throughput"
12904
12905 -
12906   type: "plot"
12907   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
12908   algorithm: "plot_performance_box"
12909   output-file-type: ".html"
12910   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
12911   data: "plot-vpp-throughput-latency-3n-hsw"
12912   filter: "'NIC_Intel-X520-DA2' and
12913            '78B' and
12914            'ENCAP' and
12915            'NDRPDR' and
12916            '2T2C' and
12917            'LISP' and
12918            not 'VHOST'"
12919   parameters:
12920   - "throughput"
12921   - "parent"
12922   - "tags"
12923   sort:
12924   - "IP4UNRLAY"
12925   - "IP6UNRLAY"
12926   traces:
12927     hoverinfo: "x+y"
12928     boxpoints: "outliers"
12929     whiskerwidth: 0
12930   layout:
12931     title: "ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
12932     layout: "plot-throughput"
12933
12934 -
12935   type: "plot"
12936   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
12937   algorithm: "plot_performance_box"
12938   output-file-type: ".html"
12939   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
12940   data: "plot-vpp-throughput-latency-3n-hsw"
12941   filter: "'NIC_Intel-X520-DA2' and
12942            '78B' and
12943            'ENCAP' and
12944            'NDRPDR' and
12945            '2T2C' and
12946            'LISP' and
12947            not 'VHOST'"
12948   parameters:
12949   - "throughput"
12950   - "parent"
12951   - "tags"
12952   sort:
12953   - "IP4UNRLAY"
12954   - "IP6UNRLAY"
12955   traces:
12956     hoverinfo: "x+y"
12957     boxpoints: "outliers"
12958     whiskerwidth: 0
12959   layout:
12960     title: "ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
12961     layout: "plot-throughput"
12962
12963 ################################################################################
12964
12965 # Packet Throughput - VPP IPSec 3n-hsw-xl710 base
12966 -
12967   type: "plot"
12968   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
12969   algorithm: "plot_performance_box"
12970   output-file-type: ".html"
12971   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
12972   data: "plot-vpp-throughput-latency-3n-hsw"
12973   filter: "'NIC_Intel-XL710' and
12974            '64B' and
12975            'IP4FWD' and
12976            'NDRPDR' and
12977            'BASE' and
12978            '1T1C' and
12979            'IPSECHW' and
12980            ('IPSECTRAN' or 'IPSECTUN') and
12981            not 'VHOST'"
12982   parameters:
12983   - "throughput"
12984   - "parent"
12985   - "tags"
12986   traces:
12987     hoverinfo: "x+y"
12988     boxpoints: "outliers"
12989     whiskerwidth: 0
12990   layout:
12991     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
12992     layout: "plot-throughput"
12993
12994 -
12995   type: "plot"
12996   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
12997   algorithm: "plot_performance_box"
12998   output-file-type: ".html"
12999   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
13000   data: "plot-vpp-throughput-latency-3n-hsw"
13001   filter: "'NIC_Intel-XL710' and
13002            '64B' and
13003            'IP4FWD' and
13004            'NDRPDR' and
13005            'BASE' and
13006            '1T1C' and
13007            'IPSECHW' and
13008            ('IPSECTRAN' or 'IPSECTUN') and
13009            not 'VHOST'"
13010   parameters:
13011   - "throughput"
13012   - "parent"
13013   - "tags"
13014   traces:
13015     hoverinfo: "x+y"
13016     boxpoints: "outliers"
13017     whiskerwidth: 0
13018   layout:
13019     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
13020     layout: "plot-throughput"
13021
13022 -
13023   type: "plot"
13024   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
13025   algorithm: "plot_performance_box"
13026   output-file-type: ".html"
13027   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
13028   data: "plot-vpp-throughput-latency-3n-hsw"
13029   filter: "'NIC_Intel-XL710' and
13030            '64B' and
13031            'IP4FWD' and
13032            'NDRPDR' and
13033            'BASE' and
13034            '2T2C' and
13035            'IPSECHW' and
13036            ('IPSECTRAN' or 'IPSECTUN') and
13037            not 'VHOST'"
13038   parameters:
13039   - "throughput"
13040   - "parent"
13041   - "tags"
13042   traces:
13043     hoverinfo: "x+y"
13044     boxpoints: "outliers"
13045     whiskerwidth: 0
13046   layout:
13047     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
13048     layout: "plot-throughput"
13049
13050 -
13051   type: "plot"
13052   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
13053   algorithm: "plot_performance_box"
13054   output-file-type: ".html"
13055   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
13056   data: "plot-vpp-throughput-latency-3n-hsw"
13057   filter: "'NIC_Intel-XL710' and
13058            '64B' and
13059            'IP4FWD' and
13060            'NDRPDR' and
13061            'BASE' and
13062            '2T2C' and
13063            'IPSECHW' and
13064            ('IPSECTRAN' or 'IPSECTUN') and
13065            not 'VHOST'"
13066   parameters:
13067   - "throughput"
13068   - "parent"
13069   - "tags"
13070   traces:
13071     hoverinfo: "x+y"
13072     boxpoints: "outliers"
13073     whiskerwidth: 0
13074   layout:
13075     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
13076     layout: "plot-throughput"
13077
13078 # Packet Throughput - VPP IPSec 3n-hsw-xl710 scale
13079 -
13080   type: "plot"
13081   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
13082   algorithm: "plot_performance_box"
13083   output-file-type: ".html"
13084   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
13085   data: "plot-vpp-throughput-latency-3n-hsw"
13086   filter: "'NIC_Intel-XL710' and
13087            '64B' and
13088            'IP4FWD' and
13089            'NDRPDR' and
13090            'SCALE' and
13091            '1T1C' and
13092            'IPSECHW' and
13093            ('IPSECTRAN' or 'IPSECTUN') and
13094            not 'VHOST'"
13095   parameters:
13096   - "throughput"
13097   - "parent"
13098   - "tags"
13099   traces:
13100     hoverinfo: "x+y"
13101     boxpoints: "outliers"
13102     whiskerwidth: 0
13103   layout:
13104     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
13105     layout: "plot-throughput"
13106
13107 -
13108   type: "plot"
13109   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
13110   algorithm: "plot_performance_box"
13111   output-file-type: ".html"
13112   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
13113   data: "plot-vpp-throughput-latency-3n-hsw"
13114   filter: "'NIC_Intel-XL710' and
13115            '64B' and
13116            'IP4FWD' and
13117            'NDRPDR' and
13118            'SCALE' and
13119            '1T1C' and
13120            'IPSECHW' and
13121            ('IPSECTRAN' or 'IPSECTUN') and
13122            not 'VHOST'"
13123   parameters:
13124   - "throughput"
13125   - "parent"
13126   - "tags"
13127   traces:
13128     hoverinfo: "x+y"
13129     boxpoints: "outliers"
13130     whiskerwidth: 0
13131   layout:
13132     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
13133     layout: "plot-throughput"
13134
13135 -
13136   type: "plot"
13137   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
13138   algorithm: "plot_performance_box"
13139   output-file-type: ".html"
13140   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
13141   data: "plot-vpp-throughput-latency-3n-hsw"
13142   filter: "'NIC_Intel-XL710' and
13143            '64B' and
13144            'IP4FWD' and
13145            'NDRPDR' and
13146            'SCALE' and
13147            '2T2C' and
13148            'IPSECHW' and
13149            ('IPSECTRAN' or 'IPSECTUN') and
13150            not 'VHOST'"
13151   parameters:
13152   - "throughput"
13153   - "parent"
13154   - "tags"
13155   traces:
13156     hoverinfo: "x+y"
13157     boxpoints: "outliers"
13158     whiskerwidth: 0
13159   layout:
13160     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
13161     layout: "plot-throughput"
13162
13163 -
13164   type: "plot"
13165   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
13166   algorithm: "plot_performance_box"
13167   output-file-type: ".html"
13168   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
13169   data: "plot-vpp-throughput-latency-3n-hsw"
13170   filter: "'NIC_Intel-XL710' and
13171            '64B' and
13172            'IP4FWD' and
13173            'NDRPDR' and
13174            'SCALE' and
13175            '2T2C' and
13176            'IPSECHW' and
13177            ('IPSECTRAN' or 'IPSECTUN') and
13178            not 'VHOST'"
13179   parameters:
13180   - "throughput"
13181   - "parent"
13182   - "tags"
13183   traces:
13184     hoverinfo: "x+y"
13185     boxpoints: "outliers"
13186     whiskerwidth: 0
13187   layout:
13188     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
13189     layout: "plot-throughput"
13190
13191 # Packet Throughput - VPP IPSec 3n-hsw-xl710 SW
13192 -
13193   type: "plot"
13194   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
13195   algorithm: "plot_performance_box"
13196   output-file-type: ".html"
13197   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
13198   data: "plot-vpp-throughput-latency-3n-hsw"
13199   filter: "'NIC_Intel-XL710' and
13200            '64B' and
13201            'IP4FWD' and
13202            'NDRPDR' and
13203            '1T1C' and
13204            'IPSECSW' and
13205            ('IPSECTRAN' or 'IPSECTUN') and
13206            not 'VHOST'"
13207   parameters:
13208   - "throughput"
13209   - "parent"
13210   - "tags"
13211   traces:
13212     hoverinfo: "x+y"
13213     boxpoints: "outliers"
13214     whiskerwidth: 0
13215   layout:
13216     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
13217     layout: "plot-throughput"
13218
13219 -
13220   type: "plot"
13221   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
13222   algorithm: "plot_performance_box"
13223   output-file-type: ".html"
13224   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
13225   data: "plot-vpp-throughput-latency-3n-hsw"
13226   filter: "'NIC_Intel-XL710' and
13227            '64B' and
13228            'IP4FWD' and
13229            'NDRPDR' and
13230            '1T1C' and
13231            'IPSECSW' and
13232            ('IPSECTRAN' or 'IPSECTUN') and
13233            not 'VHOST'"
13234   parameters:
13235   - "throughput"
13236   - "parent"
13237   - "tags"
13238   traces:
13239     hoverinfo: "x+y"
13240     boxpoints: "outliers"
13241     whiskerwidth: 0
13242   layout:
13243     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
13244     layout: "plot-throughput"
13245
13246 -
13247   type: "plot"
13248   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
13249   algorithm: "plot_performance_box"
13250   output-file-type: ".html"
13251   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
13252   data: "plot-vpp-throughput-latency-3n-hsw"
13253   filter: "'NIC_Intel-XL710' and
13254            '64B' and
13255            'IP4FWD' and
13256            'NDRPDR' and
13257            '2T2C' and
13258            'IPSECSW' and
13259            ('IPSECTRAN' or 'IPSECTUN') and
13260            not 'VHOST'"
13261   parameters:
13262   - "throughput"
13263   - "parent"
13264   - "tags"
13265   traces:
13266     hoverinfo: "x+y"
13267     boxpoints: "outliers"
13268     whiskerwidth: 0
13269   layout:
13270     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
13271     layout: "plot-throughput"
13272
13273 -
13274   type: "plot"
13275   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
13276   algorithm: "plot_performance_box"
13277   output-file-type: ".html"
13278   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
13279   data: "plot-vpp-throughput-latency-3n-hsw"
13280   filter: "'NIC_Intel-XL710' and
13281            '64B' and
13282            'IP4FWD' and
13283            'NDRPDR' and
13284            '2T2C' and
13285            'IPSECSW' and
13286            ('IPSECTRAN' or 'IPSECTUN') and
13287            not 'VHOST'"
13288   parameters:
13289   - "throughput"
13290   - "parent"
13291   - "tags"
13292   traces:
13293     hoverinfo: "x+y"
13294     boxpoints: "outliers"
13295     whiskerwidth: 0
13296   layout:
13297     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
13298     layout: "plot-throughput"
13299
13300 ################################################################################
13301
13302 # Packet Throughput - VPP SRv6 3n-hsw-x520
13303 -
13304   type: "plot"
13305   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-ndr"
13306   algorithm: "plot_performance_box"
13307   output-file-type: ".html"
13308   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr"
13309   data: "plot-vpp-throughput-latency-3n-hsw"
13310   filter: "'NIC_Intel-X520-DA2' and
13311            '78B' and
13312            'FEATURE' and
13313            'NDRPDR' and
13314            '1T1C' and
13315            'IP6FWD' and
13316            'SRv6'"
13317   parameters:
13318   - "throughput"
13319   - "parent"
13320   - "tags"
13321   traces:
13322     hoverinfo: "x+y"
13323     boxpoints: "outliers"
13324     whiskerwidth: 0
13325   layout:
13326     title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
13327     layout: "plot-throughput"
13328
13329 -
13330   type: "plot"
13331   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-pdr"
13332   algorithm: "plot_performance_box"
13333   output-file-type: ".html"
13334   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-pdr"
13335   data: "plot-vpp-throughput-latency-3n-hsw"
13336   filter: "'NIC_Intel-X520-DA2' and
13337            '78B' and
13338            'FEATURE' and
13339            'NDRPDR' and
13340            '1T1C' and
13341            'IP6FWD' and
13342            'SRv6'"
13343   parameters:
13344   - "throughput"
13345   - "parent"
13346   - "tags"
13347   traces:
13348     hoverinfo: "x+y"
13349     boxpoints: "outliers"
13350     whiskerwidth: 0
13351   layout:
13352     title: "srv6-3n-hsw-x520-78b-1t1c-features-pdr"
13353     layout: "plot-throughput"
13354
13355 -
13356   type: "plot"
13357   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-ndr"
13358   algorithm: "plot_performance_box"
13359   output-file-type: ".html"
13360   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr"
13361   data: "plot-vpp-throughput-latency-3n-hsw"
13362   filter: "'NIC_Intel-X520-DA2' and
13363            '78B' and
13364            'FEATURE' and
13365            'NDRPDR' and
13366            '2T2C' and
13367            'IP6FWD' and
13368            'SRv6'"
13369   parameters:
13370   - "throughput"
13371   - "parent"
13372   - "tags"
13373   traces:
13374     hoverinfo: "x+y"
13375     boxpoints: "outliers"
13376     whiskerwidth: 0
13377   layout:
13378     title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
13379     layout: "plot-throughput"
13380
13381 -
13382   type: "plot"
13383   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-pdr"
13384   algorithm: "plot_performance_box"
13385   output-file-type: ".html"
13386   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-pdr"
13387   data: "plot-vpp-throughput-latency-3n-hsw"
13388   filter: "'NIC_Intel-X520-DA2' and
13389            '78B' and
13390            'FEATURE' and
13391            'NDRPDR' and
13392            '2T2C' and
13393            'IP6FWD' and
13394            'SRv6'"
13395   parameters:
13396   - "throughput"
13397   - "parent"
13398   - "tags"
13399   traces:
13400     hoverinfo: "x+y"
13401     boxpoints: "outliers"
13402     whiskerwidth: 0
13403   layout:
13404     title: "srv6-3n-hsw-x520-78b-2t2c-features-pdr"
13405     layout: "plot-throughput"
13406
13407 ################################################################################
13408
13409 # Packet Throughput - VPP vhost ip4 3n-hsw-x520
13410 -
13411   type: "plot"
13412   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
13413   algorithm: "plot_performance_box"
13414   output-file-type: ".html"
13415   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
13416   data: "plot-vpp-throughput-latency-3n-hsw"
13417   filter: "'NIC_Intel-X520-DA2' and
13418            '64B' and
13419            'NDRPDR' and
13420            'ETH' and
13421            'IP4FWD' and
13422            '1T1C' and
13423            'VHOST_1024' and
13424            not 'VXLAN' and
13425            not 'DOT1Q'"
13426   parameters:
13427   - "throughput"
13428   - "parent"
13429   - "tags"
13430   sort:
13431   - "not CFS_OPT"
13432   - "1VM"
13433   - "2VM"
13434   traces:
13435     hoverinfo: "x+y"
13436     boxpoints: "outliers"
13437     whiskerwidth: 0
13438   layout:
13439     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
13440     layout: "plot-throughput"
13441
13442 -
13443   type: "plot"
13444   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
13445   algorithm: "plot_performance_box"
13446   output-file-type: ".html"
13447   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
13448   data: "plot-vpp-throughput-latency-3n-hsw"
13449   filter: "'NIC_Intel-X520-DA2' and
13450            '64B' and
13451            'NDRPDR' and
13452            'ETH' and
13453            'IP4FWD' and
13454            '2T2C' and
13455            'VHOST_1024' and
13456            not 'VXLAN' and
13457            not 'DOT1Q'"
13458   parameters:
13459   - "throughput"
13460   - "parent"
13461   - "tags"
13462   sort:
13463   - "not CFS_OPT"
13464   - "1VM"
13465   - "2VM"
13466   traces:
13467     hoverinfo: "x+y"
13468     boxpoints: "outliers"
13469     whiskerwidth: 0
13470   layout:
13471     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
13472     layout: "plot-throughput"
13473
13474 -
13475   type: "plot"
13476   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
13477   algorithm: "plot_performance_box"
13478   output-file-type: ".html"
13479   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
13480   data: "plot-vpp-throughput-latency-3n-hsw"
13481   filter: "'NIC_Intel-X520-DA2' and
13482            '64B' and
13483            'NDRPDR' and
13484            'ETH' and
13485            'IP4FWD' and
13486            '1T1C' and
13487            'VHOST_1024' and
13488            not 'VXLAN' and
13489            not 'DOT1Q'"
13490   parameters:
13491   - "throughput"
13492   - "parent"
13493   - "tags"
13494   sort:
13495   - "not CFS_OPT"
13496   - "1VM"
13497   - "2VM"
13498   traces:
13499     hoverinfo: "x+y"
13500     boxpoints: "outliers"
13501     whiskerwidth: 0
13502   layout:
13503     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
13504     layout: "plot-throughput"
13505
13506 -
13507   type: "plot"
13508   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
13509   algorithm: "plot_performance_box"
13510   output-file-type: ".html"
13511   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
13512   data: "plot-vpp-throughput-latency-3n-hsw"
13513   filter: "'NIC_Intel-X520-DA2' and
13514            '64B' and
13515            'NDRPDR' and
13516            'ETH' and
13517            'IP4FWD' and
13518            '2T2C' and
13519            'VHOST_1024' and
13520            not 'VXLAN' and
13521            not 'DOT1Q'"
13522   parameters:
13523   - "throughput"
13524   - "parent"
13525   - "tags"
13526   sort:
13527   - "not CFS_OPT"
13528   - "1VM"
13529   - "2VM"
13530   traces:
13531     hoverinfo: "x+y"
13532     boxpoints: "outliers"
13533     whiskerwidth: 0
13534   layout:
13535     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
13536     layout: "plot-throughput"
13537
13538 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520
13539 -
13540   type: "plot"
13541   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
13542   algorithm: "plot_performance_box"
13543   output-file-type: ".html"
13544   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
13545   data: "plot-vpp-throughput-latency-3n-hsw"
13546   filter: "'NIC_Intel-X520-DA2' and
13547            '64B' and
13548            'NDRPDR' and
13549            ('ETH' or 'DOT1Q') and
13550            '1T1C' and
13551            'L2BDMACLRN' and
13552            'VHOST_1024' and
13553            not 'VXLAN' and
13554            not 'IP4FWD' and
13555            not '2VM'"
13556   parameters:
13557   - "throughput"
13558   - "parent"
13559   - "tags"
13560 #  sort:
13561 #  - "VM"  # "not CFS_OPT"
13562 #  - "CFS_OPT"
13563 #  - "FIB_10K"
13564 #  - "FIB_100K"
13565 #  - "FIB_1M"
13566   traces:
13567     hoverinfo: "x+y"
13568     boxpoints: "outliers"
13569     whiskerwidth: 0
13570   layout:
13571     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
13572     layout: "plot-throughput"
13573
13574 -
13575   type: "plot"
13576   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
13577   algorithm: "plot_performance_box"
13578   output-file-type: ".html"
13579   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
13580   data: "plot-vpp-throughput-latency-3n-hsw"
13581   filter: "'NIC_Intel-X520-DA2' and
13582            '64B' and
13583            'NDRPDR' and
13584            ('ETH' or 'DOT1Q') and
13585            '2T2C' and
13586            'L2BDMACLRN' and
13587            'VHOST_1024' and
13588            not 'VXLAN' and
13589            not 'IP4FWD' and
13590            not '2VM'"
13591   parameters:
13592   - "throughput"
13593   - "parent"
13594   - "tags"
13595 #  sort:
13596 #  - "VM"  # "not CFS_OPT"
13597 #  - "CFS_OPT"
13598 #  - "FIB_10K"
13599 #  - "FIB_100K"
13600 #  - "FIB_1M"
13601   traces:
13602     hoverinfo: "x+y"
13603     boxpoints: "outliers"
13604     whiskerwidth: 0
13605   layout:
13606     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
13607     layout: "plot-throughput"
13608
13609 -
13610   type: "plot"
13611   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
13612   algorithm: "plot_performance_box"
13613   output-file-type: ".html"
13614   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
13615   data: "plot-vpp-throughput-latency-3n-hsw"
13616   filter: "'NIC_Intel-X520-DA2' and
13617            '64B' and
13618            'NDRPDR' and
13619            ('ETH' or 'DOT1Q') and
13620            '1T1C' and
13621            'L2BDMACLRN' and
13622            'VHOST_1024' and
13623            not 'VXLAN' and
13624            not 'IP4FWD' and
13625            not '2VM'"
13626   parameters:
13627   - "throughput"
13628   - "parent"
13629   - "tags"
13630 #  sort:
13631 #  - "VM"  # "not CFS_OPT"
13632 #  - "CFS_OPT"
13633 #  - "FIB_10K"
13634 #  - "FIB_100K"
13635 #  - "FIB_1M"
13636   traces:
13637     hoverinfo: "x+y"
13638     boxpoints: "outliers"
13639     whiskerwidth: 0
13640   layout:
13641     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
13642     layout: "plot-throughput"
13643
13644 -
13645   type: "plot"
13646   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
13647   algorithm: "plot_performance_box"
13648   output-file-type: ".html"
13649   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
13650   data: "plot-vpp-throughput-latency-3n-hsw"
13651   filter: "'NIC_Intel-X520-DA2' and
13652            '64B' and
13653            'NDRPDR' and
13654            ('ETH' or 'DOT1Q') and
13655            '2T2C' and
13656            'L2BDMACLRN' and
13657            'VHOST_1024' and
13658            not 'VXLAN' and
13659            not 'IP4FWD' and
13660            not '2VM'"
13661   parameters:
13662   - "throughput"
13663   - "parent"
13664   - "tags"
13665 #  sort:
13666 #  - "VM"  # "not CFS_OPT"
13667 #  - "CFS_OPT"
13668 #  - "FIB_10K"
13669 #  - "FIB_100K"
13670 #  - "FIB_1M"
13671   traces:
13672     hoverinfo: "x+y"
13673     boxpoints: "outliers"
13674     whiskerwidth: 0
13675   layout:
13676     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
13677     layout: "plot-throughput"
13678
13679 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base
13680 -
13681   type: "plot"
13682   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
13683   algorithm: "plot_performance_box"
13684   output-file-type: ".html"
13685   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
13686   data: "plot-vpp-throughput-latency-3n-hsw"
13687   filter: "'NIC_Intel-X520-DA2' and
13688            '64B' and
13689            'NDRPDR' and
13690            ('ETH' or 'DOT1Q') and
13691            'BASE' and
13692            '1T1C' and
13693            ('L2BDMACLRN' or 'L2XCFWD') and
13694            'VHOST_1024' and
13695            not 'VXLAN' and
13696            not 'IP4FWD' and
13697            not '2VM'"
13698   parameters:
13699   - "throughput"
13700   - "parent"
13701   - "tags"
13702 #  sort:
13703 #  - "not CFS_OPT"
13704 #  - "L2XCFWD"
13705 #  - "not CFS_OPT"
13706 #  - "CFS_OPT"
13707   traces:
13708     hoverinfo: "x+y"
13709     boxpoints: "outliers"
13710     whiskerwidth: 0
13711   layout:
13712     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
13713     layout: "plot-throughput"
13714
13715 -
13716   type: "plot"
13717   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-pdr"
13718   algorithm: "plot_performance_box"
13719   output-file-type: ".html"
13720   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-pdr"
13721   data: "plot-vpp-throughput-latency-3n-hsw"
13722   filter: "'NIC_Intel-X520-DA2' and
13723            '64B' and
13724            'NDRPDR' and
13725            ('ETH' or 'DOT1Q') and
13726            'BASE' and
13727            '1T1C' and
13728            ('L2BDMACLRN' or 'L2XCFWD') and
13729            'VHOST_1024' and
13730            not 'VXLAN' and
13731            not 'IP4FWD' and
13732            not '2VM'"
13733   parameters:
13734   - "throughput"
13735   - "parent"
13736   - "tags"
13737 #  sort:
13738 #  - "not CFS_OPT"
13739 #  - "L2XCFWD"
13740 #  - "not CFS_OPT"
13741 #  - "CFS_OPT"
13742   traces:
13743     hoverinfo: "x+y"
13744     boxpoints: "outliers"
13745     whiskerwidth: 0
13746   layout:
13747     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-pdr"
13748     layout: "plot-throughput"
13749
13750 -
13751   type: "plot"
13752   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
13753   algorithm: "plot_performance_box"
13754   output-file-type: ".html"
13755   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
13756   data: "plot-vpp-throughput-latency-3n-hsw"
13757   filter: "'NIC_Intel-X520-DA2' and
13758            '64B' and
13759            'NDRPDR' and
13760            ('ETH' or 'DOT1Q') and
13761            'BASE' and
13762            '2T2C' and
13763            ('L2BDMACLRN' or 'L2XCFWD') and
13764            'VHOST_1024' and
13765            not 'VXLAN' and
13766            not 'IP4FWD' and
13767            not '2VM'"
13768   parameters:
13769   - "throughput"
13770   - "parent"
13771   - "tags"
13772 #  sort:
13773 #  - "not CFS_OPT"
13774 #  - "L2XCFWD"
13775 #  - "not CFS_OPT"
13776 #  - "CFS_OPT"
13777   traces:
13778     hoverinfo: "x+y"
13779     boxpoints: "outliers"
13780     whiskerwidth: 0
13781   layout:
13782     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
13783     layout: "plot-throughput"
13784
13785 -
13786   type: "plot"
13787   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-pdr"
13788   algorithm: "plot_performance_box"
13789   output-file-type: ".html"
13790   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-pdr"
13791   data: "plot-vpp-throughput-latency-3n-hsw"
13792   filter: "'NIC_Intel-X520-DA2' and
13793            '64B' and
13794            'NDRPDR' and
13795            ('ETH' or 'DOT1Q') and
13796            'BASE' and
13797            '2T2C' and
13798            ('L2BDMACLRN' or 'L2XCFWD') and
13799            'VHOST_1024' and
13800            not 'VXLAN' and
13801            not 'IP4FWD' and
13802            not '2VM'"
13803   parameters:
13804   - "throughput"
13805   - "parent"
13806   - "tags"
13807 #  sort:
13808 #  - "not CFS_OPT"
13809 #  - "L2XCFWD"
13810 #  - "not CFS_OPT"
13811 #  - "CFS_OPT"
13812   traces:
13813     hoverinfo: "x+y"
13814     boxpoints: "outliers"
13815     whiskerwidth: 0
13816   layout:
13817     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-pdr"
13818     layout: "plot-throughput"
13819
13820 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base vm
13821 -
13822   type: "plot"
13823   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
13824   algorithm: "plot_performance_box"
13825   output-file-type: ".html"
13826   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
13827   data: "plot-vpp-throughput-latency-3n-hsw"
13828   filter: "'NIC_Intel-X520-DA2' and
13829            '64B' and
13830            'NDRPDR' and
13831            ('ETH' or 'DOT1Q') and
13832            '1T1C' and
13833            ('L2BDMACLRN' or 'L2XCFWD') and
13834            'VHOST_1024' and
13835            not 'CFS_OPT' and
13836            not 'VXLAN' and
13837            not 'IP4FWD' and
13838            not 'LBOND'"
13839   parameters:
13840   - "throughput"
13841   - "parent"
13842   - "tags"
13843 #  sort:
13844 #  - "1VM"
13845 #  - "L2XCFWD"
13846 #  - "1VM"
13847 #  - "L2BDMACLRN"
13848   traces:
13849     hoverinfo: "x+y"
13850     boxpoints: "outliers"
13851     whiskerwidth: 0
13852   layout:
13853     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
13854     layout: "plot-throughput"
13855
13856 -
13857   type: "plot"
13858   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
13859   algorithm: "plot_performance_box"
13860   output-file-type: ".html"
13861   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
13862   data: "plot-vpp-throughput-latency-3n-hsw"
13863   filter: "'NIC_Intel-X520-DA2' and
13864            '64B' and
13865            'NDRPDR' and
13866            ('ETH' or 'DOT1Q') and
13867            '1T1C' and
13868            ('L2BDMACLRN' or 'L2XCFWD') and
13869            'VHOST_1024' and
13870            not 'CFS_OPT' and
13871            not 'VXLAN' and
13872            not 'IP4FWD' and
13873            not 'LBOND'"
13874   parameters:
13875   - "throughput"
13876   - "parent"
13877   - "tags"
13878 #  sort:
13879 #  - "1VM"
13880 #  - "L2XCFWD"
13881 #  - "1VM"
13882 #  - "L2BDMACLRN"
13883   traces:
13884     hoverinfo: "x+y"
13885     boxpoints: "outliers"
13886     whiskerwidth: 0
13887   layout:
13888     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
13889     layout: "plot-throughput"
13890
13891 -
13892   type: "plot"
13893   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
13894   algorithm: "plot_performance_box"
13895   output-file-type: ".html"
13896   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
13897   data: "plot-vpp-throughput-latency-3n-hsw"
13898   filter: "'NIC_Intel-X520-DA2' and
13899            '64B' and
13900            'NDRPDR' and
13901            ('ETH' or 'DOT1Q') and
13902            '2T2C' and
13903            ('L2BDMACLRN' or 'L2XCFWD') and
13904            'VHOST_1024' and
13905            not 'CFS_OPT' and
13906            not 'VXLAN' and
13907            not 'IP4FWD' and
13908            not 'LBOND'"
13909   parameters:
13910   - "throughput"
13911   - "parent"
13912   - "tags"
13913 #  sort:
13914 #  - "1VM"
13915 #  - "L2XCFWD"
13916 #  - "1VM"
13917 #  - "L2BDMACLRN"
13918   traces:
13919     hoverinfo: "x+y"
13920     boxpoints: "outliers"
13921     whiskerwidth: 0
13922   layout:
13923     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
13924     layout: "plot-throughput"
13925
13926 -
13927   type: "plot"
13928   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
13929   algorithm: "plot_performance_box"
13930   output-file-type: ".html"
13931   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
13932   data: "plot-vpp-throughput-latency-3n-hsw"
13933   filter: "'NIC_Intel-X520-DA2' and
13934            '64B' and
13935            'NDRPDR' and
13936            ('ETH' or 'DOT1Q') and
13937            '2T2C' and
13938            ('L2BDMACLRN' or 'L2XCFWD') and
13939            'VHOST_1024' and
13940            not 'CFS_OPT' and
13941            not 'VXLAN' and
13942            not 'IP4FWD' and
13943            not 'LBOND'"
13944   parameters:
13945   - "throughput"
13946   - "parent"
13947   - "tags"
13948 #  sort:
13949 #  - "1VM"
13950 #  - "L2XCFWD"
13951 #  - "1VM"
13952 #  - "L2BDMACLRN"
13953   traces:
13954     hoverinfo: "x+y"
13955     boxpoints: "outliers"
13956     whiskerwidth: 0
13957   layout:
13958     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
13959     layout: "plot-throughput"
13960
13961 # Packet Throughput - VPP vhost ip4 3n-hsw-x710
13962 -
13963   type: "plot"
13964   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
13965   algorithm: "plot_performance_box"
13966   output-file-type: ".html"
13967   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
13968   data: "plot-vpp-throughput-latency-3n-hsw"
13969   filter: "'NIC_Intel-X710' and
13970            '64B' and
13971            'NDRPDR' and
13972            'ETH' and
13973            'IP4FWD' and
13974            '1T1C' and
13975            'VHOST_1024' and
13976            not 'VXLAN' and
13977            not 'DOT1Q'"
13978   parameters:
13979   - "throughput"
13980   - "parent"
13981   - "tags"
13982   sort:
13983   - "not CFS_OPT"
13984   - "1VM"
13985   - "2VM"
13986   traces:
13987     hoverinfo: "x+y"
13988     boxpoints: "outliers"
13989     whiskerwidth: 0
13990   layout:
13991     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
13992     layout: "plot-throughput"
13993
13994 -
13995   type: "plot"
13996   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
13997   algorithm: "plot_performance_box"
13998   output-file-type: ".html"
13999   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
14000   data: "plot-vpp-throughput-latency-3n-hsw"
14001   filter: "'NIC_Intel-X710' and
14002            '64B' and
14003            'NDRPDR' and
14004            'ETH' and
14005            'IP4FWD' and
14006            '2T2C' and
14007            'VHOST_1024' and
14008            not 'VXLAN' and
14009            not 'DOT1Q'"
14010   parameters:
14011   - "throughput"
14012   - "parent"
14013   - "tags"
14014   sort:
14015   - "not CFS_OPT"
14016   - "1VM"
14017   - "2VM"
14018   traces:
14019     hoverinfo: "x+y"
14020     boxpoints: "outliers"
14021     whiskerwidth: 0
14022   layout:
14023     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
14024     layout: "plot-throughput"
14025
14026 -
14027   type: "plot"
14028   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
14029   algorithm: "plot_performance_box"
14030   output-file-type: ".html"
14031   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
14032   data: "plot-vpp-throughput-latency-3n-hsw"
14033   filter: "'NIC_Intel-X710' and
14034            '64B' and
14035            'NDRPDR' and
14036            'ETH' and
14037            'IP4FWD' and
14038            '1T1C' and
14039            'VHOST_1024' and
14040            not 'VXLAN' and
14041            not 'DOT1Q'"
14042   parameters:
14043   - "throughput"
14044   - "parent"
14045   - "tags"
14046   sort:
14047   - "not CFS_OPT"
14048   - "1VM"
14049   - "2VM"
14050   traces:
14051     hoverinfo: "x+y"
14052     boxpoints: "outliers"
14053     whiskerwidth: 0
14054   layout:
14055     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
14056     layout: "plot-throughput"
14057
14058 -
14059   type: "plot"
14060   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
14061   algorithm: "plot_performance_box"
14062   output-file-type: ".html"
14063   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
14064   data: "plot-vpp-throughput-latency-3n-hsw"
14065   filter: "'NIC_Intel-X710' and
14066            '64B' and
14067            'NDRPDR' and
14068            'ETH' and
14069            'IP4FWD' and
14070            '2T2C' and
14071            'VHOST_1024' and
14072            not 'VXLAN' and
14073            not 'DOT1Q'"
14074   parameters:
14075   - "throughput"
14076   - "parent"
14077   - "tags"
14078   sort:
14079   - "not CFS_OPT"
14080   - "1VM"
14081   - "2VM"
14082   traces:
14083     hoverinfo: "x+y"
14084     boxpoints: "outliers"
14085     whiskerwidth: 0
14086   layout:
14087     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
14088     layout: "plot-throughput"
14089
14090 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710
14091 -
14092   type: "plot"
14093   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
14094   algorithm: "plot_performance_box"
14095   output-file-type: ".html"
14096   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
14097   data: "plot-vpp-throughput-latency-3n-hsw"
14098   filter: "'NIC_Intel-X710' and
14099            '64B' and
14100            'NDRPDR' and
14101            ('ETH' or 'DOT1Q') and
14102            '1T1C' and
14103            'L2BDMACLRN' and
14104            'VHOST_1024' and
14105            not 'VXLAN' and
14106            not 'IP4FWD' and
14107            not '2VM'"
14108   parameters:
14109   - "throughput"
14110   - "parent"
14111   - "tags"
14112 #  sort:
14113 #  - "VM"  # "not CFS_OPT"
14114 #  - "CFS_OPT"
14115 #  - "FIB_10K"
14116 #  - "FIB_100K"
14117 #  - "FIB_1M"
14118   traces:
14119     hoverinfo: "x+y"
14120     boxpoints: "outliers"
14121     whiskerwidth: 0
14122   layout:
14123     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
14124     layout: "plot-throughput"
14125
14126 -
14127   type: "plot"
14128   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
14129   algorithm: "plot_performance_box"
14130   output-file-type: ".html"
14131   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
14132   data: "plot-vpp-throughput-latency-3n-hsw"
14133   filter: "'NIC_Intel-X710' and
14134            '64B' and
14135            'NDRPDR' and
14136            ('ETH' or 'DOT1Q') and
14137            '2T2C' and
14138            'L2BDMACLRN' and
14139            'VHOST_1024' and
14140            not 'VXLAN' and
14141            not 'IP4FWD' and
14142            not '2VM'"
14143   parameters:
14144   - "throughput"
14145   - "parent"
14146   - "tags"
14147 #  sort:
14148 #  - "VM"  # "not CFS_OPT"
14149 #  - "CFS_OPT"
14150 #  - "FIB_10K"
14151 #  - "FIB_100K"
14152 #  - "FIB_1M"
14153   traces:
14154     hoverinfo: "x+y"
14155     boxpoints: "outliers"
14156     whiskerwidth: 0
14157   layout:
14158     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
14159     layout: "plot-throughput"
14160
14161 -
14162   type: "plot"
14163   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
14164   algorithm: "plot_performance_box"
14165   output-file-type: ".html"
14166   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
14167   data: "plot-vpp-throughput-latency-3n-hsw"
14168   filter: "'NIC_Intel-X710' and
14169            '64B' and
14170            'NDRPDR' and
14171            ('ETH' or 'DOT1Q') and
14172            '1T1C' and
14173            'L2BDMACLRN' and
14174            'VHOST_1024' and
14175            not 'VXLAN' and
14176            not 'IP4FWD' and
14177            not '2VM'"
14178   parameters:
14179   - "throughput"
14180   - "parent"
14181   - "tags"
14182 #  sort:
14183 #  - "VM"  # "not CFS_OPT"
14184 #  - "CFS_OPT"
14185 #  - "FIB_10K"
14186 #  - "FIB_100K"
14187 #  - "FIB_1M"
14188   traces:
14189     hoverinfo: "x+y"
14190     boxpoints: "outliers"
14191     whiskerwidth: 0
14192   layout:
14193     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
14194     layout: "plot-throughput"
14195
14196 -
14197   type: "plot"
14198   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
14199   algorithm: "plot_performance_box"
14200   output-file-type: ".html"
14201   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
14202   data: "plot-vpp-throughput-latency-3n-hsw"
14203   filter: "'NIC_Intel-X710' and
14204            '64B' and
14205            'NDRPDR' and
14206            ('ETH' or 'DOT1Q') and
14207            '2T2C' and
14208            'L2BDMACLRN' and
14209            'VHOST_1024' and
14210            not 'VXLAN' and
14211            not 'IP4FWD' and
14212            not '2VM'"
14213   parameters:
14214   - "throughput"
14215   - "parent"
14216   - "tags"
14217 #  sort:
14218 #  - "VM"  # "not CFS_OPT"
14219 #  - "CFS_OPT"
14220 #  - "FIB_10K"
14221 #  - "FIB_100K"
14222 #  - "FIB_1M"
14223   traces:
14224     hoverinfo: "x+y"
14225     boxpoints: "outliers"
14226     whiskerwidth: 0
14227   layout:
14228     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
14229     layout: "plot-throughput"
14230
14231 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base
14232 -
14233   type: "plot"
14234   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
14235   algorithm: "plot_performance_box"
14236   output-file-type: ".html"
14237   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
14238   data: "plot-vpp-throughput-latency-3n-hsw"
14239   filter: "'NIC_Intel-X710' and
14240            '64B' and
14241            'NDRPDR' and
14242            ('ETH' or 'DOT1Q') and
14243            'BASE' and
14244            '1T1C' and
14245            ('L2BDMACLRN' or 'L2XCFWD') and
14246            'VHOST_1024' and
14247            not 'VXLAN' and
14248            not 'IP4FWD' and
14249            not '2VM'"
14250   parameters:
14251   - "throughput"
14252   - "parent"
14253   - "tags"
14254 #  sort:
14255 #  - "not CFS_OPT"
14256 #  - "L2XCFWD"
14257 #  - "not CFS_OPT"
14258 #  - "CFS_OPT"
14259   traces:
14260     hoverinfo: "x+y"
14261     boxpoints: "outliers"
14262     whiskerwidth: 0
14263   layout:
14264     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
14265     layout: "plot-throughput"
14266
14267 -
14268   type: "plot"
14269   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-pdr"
14270   algorithm: "plot_performance_box"
14271   output-file-type: ".html"
14272   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-pdr"
14273   data: "plot-vpp-throughput-latency-3n-hsw"
14274   filter: "'NIC_Intel-X710' and
14275            '64B' and
14276            'NDRPDR' and
14277            ('ETH' or 'DOT1Q') and
14278            'BASE' and
14279            '1T1C' and
14280            ('L2BDMACLRN' or 'L2XCFWD') and
14281            'VHOST_1024' and
14282            not 'VXLAN' and
14283            not 'IP4FWD' and
14284            not '2VM'"
14285   parameters:
14286   - "throughput"
14287   - "parent"
14288   - "tags"
14289 #  sort:
14290 #  - "not CFS_OPT"
14291 #  - "L2XCFWD"
14292 #  - "not CFS_OPT"
14293 #  - "CFS_OPT"
14294   traces:
14295     hoverinfo: "x+y"
14296     boxpoints: "outliers"
14297     whiskerwidth: 0
14298   layout:
14299     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-pdr"
14300     layout: "plot-throughput"
14301
14302 -
14303   type: "plot"
14304   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
14305   algorithm: "plot_performance_box"
14306   output-file-type: ".html"
14307   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
14308   data: "plot-vpp-throughput-latency-3n-hsw"
14309   filter: "'NIC_Intel-X710' and
14310            '64B' and
14311            'NDRPDR' and
14312            ('ETH' or 'DOT1Q') and
14313            'BASE' and
14314            '2T2C' and
14315            ('L2BDMACLRN' or 'L2XCFWD') and
14316            'VHOST_1024' and
14317            not 'VXLAN' and
14318            not 'IP4FWD' and
14319            not '2VM'"
14320   parameters:
14321   - "throughput"
14322   - "parent"
14323   - "tags"
14324 #  sort:
14325 #  - "not CFS_OPT"
14326 #  - "L2XCFWD"
14327 #  - "not CFS_OPT"
14328 #  - "CFS_OPT"
14329   traces:
14330     hoverinfo: "x+y"
14331     boxpoints: "outliers"
14332     whiskerwidth: 0
14333   layout:
14334     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
14335     layout: "plot-throughput"
14336
14337 -
14338   type: "plot"
14339   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-pdr"
14340   algorithm: "plot_performance_box"
14341   output-file-type: ".html"
14342   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-pdr"
14343   data: "plot-vpp-throughput-latency-3n-hsw"
14344   filter: "'NIC_Intel-X710' and
14345            '64B' and
14346            'NDRPDR' and
14347            ('ETH' or 'DOT1Q') and
14348            'BASE' and
14349            '2T2C' and
14350            ('L2BDMACLRN' or 'L2XCFWD') and
14351            'VHOST_1024' and
14352            not 'VXLAN' and
14353            not 'IP4FWD' and
14354            not '2VM'"
14355   parameters:
14356   - "throughput"
14357   - "parent"
14358   - "tags"
14359 #  sort:
14360 #  - "not CFS_OPT"
14361 #  - "L2XCFWD"
14362 #  - "not CFS_OPT"
14363 #  - "CFS_OPT"
14364   traces:
14365     hoverinfo: "x+y"
14366     boxpoints: "outliers"
14367     whiskerwidth: 0
14368   layout:
14369     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-pdr"
14370     layout: "plot-throughput"
14371
14372 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base vm
14373 -
14374   type: "plot"
14375   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
14376   algorithm: "plot_performance_box"
14377   output-file-type: ".html"
14378   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
14379   data: "plot-vpp-throughput-latency-3n-hsw"
14380   filter: "'NIC_Intel-X710' and
14381            '64B' and
14382            'NDRPDR' and
14383            ('ETH' or 'DOT1Q') and
14384            '1T1C' and
14385            ('L2BDMACLRN' or 'L2XCFWD') and
14386            'VHOST_1024' and
14387            not 'CFS_OPT' and
14388            not 'VXLAN' and
14389            not 'IP4FWD' and
14390            not 'LBOND'"
14391   parameters:
14392   - "throughput"
14393   - "parent"
14394   - "tags"
14395 #  sort:
14396 #  - "1VM"
14397 #  - "L2XCFWD"
14398 #  - "1VM"
14399 #  - "L2BDMACLRN"
14400   traces:
14401     hoverinfo: "x+y"
14402     boxpoints: "outliers"
14403     whiskerwidth: 0
14404   layout:
14405     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
14406     layout: "plot-throughput"
14407
14408 -
14409   type: "plot"
14410   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-pdr"
14411   algorithm: "plot_performance_box"
14412   output-file-type: ".html"
14413   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-pdr"
14414   data: "plot-vpp-throughput-latency-3n-hsw"
14415   filter: "'NIC_Intel-X710' and
14416            '64B' and
14417            'NDRPDR' and
14418            ('ETH' or 'DOT1Q') and
14419            '1T1C' and
14420            ('L2BDMACLRN' or 'L2XCFWD') and
14421            'VHOST_1024' and
14422            not 'CFS_OPT' and
14423            not 'VXLAN' and
14424            not 'IP4FWD' and
14425            not 'LBOND'"
14426   parameters:
14427   - "throughput"
14428   - "parent"
14429   - "tags"
14430 #  sort:
14431 #  - "1VM"
14432 #  - "L2XCFWD"
14433 #  - "1VM"
14434 #  - "L2BDMACLRN"
14435   traces:
14436     hoverinfo: "x+y"
14437     boxpoints: "outliers"
14438     whiskerwidth: 0
14439   layout:
14440     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-pdr"
14441     layout: "plot-throughput"
14442
14443 -
14444   type: "plot"
14445   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
14446   algorithm: "plot_performance_box"
14447   output-file-type: ".html"
14448   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
14449   data: "plot-vpp-throughput-latency-3n-hsw"
14450   filter: "'NIC_Intel-X710' and
14451            '64B' and
14452            'NDRPDR' and
14453            ('ETH' or 'DOT1Q') and
14454            '2T2C' and
14455            ('L2BDMACLRN' or 'L2XCFWD') and
14456            'VHOST_1024' and
14457            not 'CFS_OPT' and
14458            not 'VXLAN' and
14459            not 'IP4FWD' and
14460            not 'LBOND'"
14461   parameters:
14462   - "throughput"
14463   - "parent"
14464   - "tags"
14465 #  sort:
14466 #  - "1VM"
14467 #  - "L2XCFWD"
14468 #  - "1VM"
14469 #  - "L2BDMACLRN"
14470   traces:
14471     hoverinfo: "x+y"
14472     boxpoints: "outliers"
14473     whiskerwidth: 0
14474   layout:
14475     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
14476     layout: "plot-throughput"
14477
14478 -
14479   type: "plot"
14480   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-pdr"
14481   algorithm: "plot_performance_box"
14482   output-file-type: ".html"
14483   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-pdr"
14484   data: "plot-vpp-throughput-latency-3n-hsw"
14485   filter: "'NIC_Intel-X710' and
14486            '64B' and
14487            'NDRPDR' and
14488            ('ETH' or 'DOT1Q') and
14489            '2T2C' and
14490            ('L2BDMACLRN' or 'L2XCFWD') and
14491            'VHOST_1024' and
14492            not 'CFS_OPT' and
14493            not 'VXLAN' and
14494            not 'IP4FWD' and
14495            not 'LBOND'"
14496   parameters:
14497   - "throughput"
14498   - "parent"
14499   - "tags"
14500 #  sort:
14501 #  - "1VM"
14502 #  - "L2XCFWD"
14503 #  - "1VM"
14504 #  - "L2BDMACLRN"
14505   traces:
14506     hoverinfo: "x+y"
14507     boxpoints: "outliers"
14508     whiskerwidth: 0
14509   layout:
14510     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-pdr"
14511     layout: "plot-throughput"
14512
14513 # Packet Throughput - VPP vhost ip4 3n-hsw-xl710
14514 -
14515   type: "plot"
14516   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
14517   algorithm: "plot_performance_box"
14518   output-file-type: ".html"
14519   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
14520   data: "plot-vpp-throughput-latency-3n-hsw"
14521   filter: "'NIC_Intel-XL710' and
14522            '64B' and
14523            'NDRPDR' and
14524            'ETH' and
14525            'IP4FWD' and
14526            '1T1C' and
14527            'VHOST_1024' and
14528            not 'VXLAN' and
14529            not 'DOT1Q'"
14530   parameters:
14531   - "throughput"
14532   - "parent"
14533   - "tags"
14534   sort:
14535   - "not CFS_OPT"
14536   - "1VM"
14537   - "2VM"
14538   traces:
14539     hoverinfo: "x+y"
14540     boxpoints: "outliers"
14541     whiskerwidth: 0
14542   layout:
14543     title: "vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
14544     layout: "plot-throughput"
14545
14546 -
14547   type: "plot"
14548   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
14549   algorithm: "plot_performance_box"
14550   output-file-type: ".html"
14551   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
14552   data: "plot-vpp-throughput-latency-3n-hsw"
14553   filter: "'NIC_Intel-XL710' and
14554            '64B' and
14555            'NDRPDR' and
14556            'ETH' and
14557            'IP4FWD' and
14558            '2T2C' and
14559            'VHOST_1024' and
14560            not 'VXLAN' and
14561            not 'DOT1Q'"
14562   parameters:
14563   - "throughput"
14564   - "parent"
14565   - "tags"
14566   sort:
14567   - "not CFS_OPT"
14568   - "1VM"
14569   - "2VM"
14570   traces:
14571     hoverinfo: "x+y"
14572     boxpoints: "outliers"
14573     whiskerwidth: 0
14574   layout:
14575     title: "vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
14576     layout: "plot-throughput"
14577
14578 -
14579   type: "plot"
14580   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
14581   algorithm: "plot_performance_box"
14582   output-file-type: ".html"
14583   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
14584   data: "plot-vpp-throughput-latency-3n-hsw"
14585   filter: "'NIC_Intel-XL710' and
14586            '64B' and
14587            'NDRPDR' and
14588            'ETH' and
14589            'IP4FWD' and
14590            '1T1C' and
14591            'VHOST_1024' and
14592            not 'VXLAN' and
14593            not 'DOT1Q'"
14594   parameters:
14595   - "throughput"
14596   - "parent"
14597   - "tags"
14598   sort:
14599   - "not CFS_OPT"
14600   - "1VM"
14601   - "2VM"
14602   traces:
14603     hoverinfo: "x+y"
14604     boxpoints: "outliers"
14605     whiskerwidth: 0
14606   layout:
14607     title: "vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
14608     layout: "plot-throughput"
14609
14610 -
14611   type: "plot"
14612   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
14613   algorithm: "plot_performance_box"
14614   output-file-type: ".html"
14615   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
14616   data: "plot-vpp-throughput-latency-3n-hsw"
14617   filter: "'NIC_Intel-XL710' and
14618            '64B' and
14619            'NDRPDR' and
14620            'ETH' and
14621            'IP4FWD' and
14622            '2T2C' and
14623            'VHOST_1024' and
14624            not 'VXLAN' and
14625            not 'DOT1Q'"
14626   parameters:
14627   - "throughput"
14628   - "parent"
14629   - "tags"
14630   sort:
14631   - "not CFS_OPT"
14632   - "1VM"
14633   - "2VM"
14634   traces:
14635     hoverinfo: "x+y"
14636     boxpoints: "outliers"
14637     whiskerwidth: 0
14638   layout:
14639     title: "vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
14640     layout: "plot-throughput"
14641
14642 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710
14643 -
14644   type: "plot"
14645   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
14646   algorithm: "plot_performance_box"
14647   output-file-type: ".html"
14648   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
14649   data: "plot-vpp-throughput-latency-3n-hsw"
14650   filter: "'NIC_Intel-XL710' and
14651            '64B' and
14652            'NDRPDR' and
14653            ('ETH' or 'DOT1Q') and
14654            '1T1C' and
14655            'L2BDMACLRN' and
14656            'VHOST_1024' and
14657            not 'VXLAN' and
14658            not 'IP4FWD' and
14659            not '2VM'"
14660   parameters:
14661   - "throughput"
14662   - "parent"
14663   - "tags"
14664 #  sort:
14665 #  - "VM"  # "not CFS_OPT"
14666 #  - "CFS_OPT"
14667 #  - "FIB_10K"
14668 #  - "FIB_100K"
14669 #  - "FIB_1M"
14670   traces:
14671     hoverinfo: "x+y"
14672     boxpoints: "outliers"
14673     whiskerwidth: 0
14674   layout:
14675     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
14676     layout: "plot-throughput"
14677
14678 -
14679   type: "plot"
14680   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
14681   algorithm: "plot_performance_box"
14682   output-file-type: ".html"
14683   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
14684   data: "plot-vpp-throughput-latency-3n-hsw"
14685   filter: "'NIC_Intel-XL710' and
14686            '64B' and
14687            'NDRPDR' and
14688            ('ETH' or 'DOT1Q') and
14689            '2T2C' and
14690            'L2BDMACLRN' and
14691            'VHOST_1024' and
14692            not 'VXLAN' and
14693            not 'IP4FWD' and
14694            not '2VM'"
14695   parameters:
14696   - "throughput"
14697   - "parent"
14698   - "tags"
14699 #  sort:
14700 #  - "VM"  # "not CFS_OPT"
14701 #  - "CFS_OPT"
14702 #  - "FIB_10K"
14703 #  - "FIB_100K"
14704 #  - "FIB_1M"
14705   traces:
14706     hoverinfo: "x+y"
14707     boxpoints: "outliers"
14708     whiskerwidth: 0
14709   layout:
14710     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
14711     layout: "plot-throughput"
14712
14713 -
14714   type: "plot"
14715   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
14716   algorithm: "plot_performance_box"
14717   output-file-type: ".html"
14718   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
14719   data: "plot-vpp-throughput-latency-3n-hsw"
14720   filter: "'NIC_Intel-XL710' and
14721            '64B' and
14722            'NDRPDR' and
14723            ('ETH' or 'DOT1Q') and
14724            '1T1C' and
14725            'L2BDMACLRN' and
14726            'VHOST_1024' and
14727            not 'VXLAN' and
14728            not 'IP4FWD' and
14729            not '2VM'"
14730   parameters:
14731   - "throughput"
14732   - "parent"
14733   - "tags"
14734 #  sort:
14735 #  - "VM"  # "not CFS_OPT"
14736 #  - "CFS_OPT"
14737 #  - "FIB_10K"
14738 #  - "FIB_100K"
14739 #  - "FIB_1M"
14740   traces:
14741     hoverinfo: "x+y"
14742     boxpoints: "outliers"
14743     whiskerwidth: 0
14744   layout:
14745     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
14746     layout: "plot-throughput"
14747
14748 -
14749   type: "plot"
14750   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
14751   algorithm: "plot_performance_box"
14752   output-file-type: ".html"
14753   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
14754   data: "plot-vpp-throughput-latency-3n-hsw"
14755   filter: "'NIC_Intel-XL710' and
14756            '64B' and
14757            'NDRPDR' and
14758            ('ETH' or 'DOT1Q') and
14759            '2T2C' and
14760            'L2BDMACLRN' and
14761            'VHOST_1024' and
14762            not 'VXLAN' and
14763            not 'IP4FWD' and
14764            not '2VM'"
14765   parameters:
14766   - "throughput"
14767   - "parent"
14768   - "tags"
14769 #  sort:
14770 #  - "VM"  # "not CFS_OPT"
14771 #  - "CFS_OPT"
14772 #  - "FIB_10K"
14773 #  - "FIB_100K"
14774 #  - "FIB_1M"
14775   traces:
14776     hoverinfo: "x+y"
14777     boxpoints: "outliers"
14778     whiskerwidth: 0
14779   layout:
14780     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
14781     layout: "plot-throughput"
14782
14783 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710 - base
14784 -
14785   type: "plot"
14786   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
14787   algorithm: "plot_performance_box"
14788   output-file-type: ".html"
14789   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
14790   data: "plot-vpp-throughput-latency-3n-hsw"
14791   filter: "'NIC_Intel-XL710' and
14792            '64B' and
14793            'NDRPDR' and
14794            ('ETH' or 'DOT1Q') and
14795            'BASE' and
14796            '1T1C' and
14797            ('L2BDMACLRN' or 'L2XCFWD') and
14798            'VHOST_1024' and
14799            not 'VXLAN' and
14800            not 'IP4FWD' and
14801            not '2VM'"
14802   parameters:
14803   - "throughput"
14804   - "parent"
14805   - "tags"
14806 #  sort:
14807 #  - "not CFS_OPT"
14808 #  - "L2XCFWD"
14809 #  - "not CFS_OPT"
14810 #  - "CFS_OPT"
14811   traces:
14812     hoverinfo: "x+y"
14813     boxpoints: "outliers"
14814     whiskerwidth: 0
14815   layout:
14816     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
14817     layout: "plot-throughput"
14818
14819 -
14820   type: "plot"
14821   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
14822   algorithm: "plot_performance_box"
14823   output-file-type: ".html"
14824   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
14825   data: "plot-vpp-throughput-latency-3n-hsw"
14826   filter: "'NIC_Intel-XL710' and
14827            '64B' and
14828            'NDRPDR' and
14829            ('ETH' or 'DOT1Q') and
14830            'BASE' and
14831            '1T1C' and
14832            ('L2BDMACLRN' or 'L2XCFWD') and
14833            'VHOST_1024' and
14834            not 'VXLAN' and
14835            not 'IP4FWD' and
14836            not '2VM'"
14837   parameters:
14838   - "throughput"
14839   - "parent"
14840   - "tags"
14841 #  sort:
14842 #  - "not CFS_OPT"
14843 #  - "L2XCFWD"
14844 #  - "not CFS_OPT"
14845 #  - "CFS_OPT"
14846   traces:
14847     hoverinfo: "x+y"
14848     boxpoints: "outliers"
14849     whiskerwidth: 0
14850   layout:
14851     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
14852     layout: "plot-throughput"
14853
14854 -
14855   type: "plot"
14856   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
14857   algorithm: "plot_performance_box"
14858   output-file-type: ".html"
14859   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
14860   data: "plot-vpp-throughput-latency-3n-hsw"
14861   filter: "'NIC_Intel-XL710' and
14862            '64B' and
14863            'NDRPDR' and
14864            ('ETH' or 'DOT1Q') and
14865            'BASE' and
14866            '2T2C' and
14867            ('L2BDMACLRN' or 'L2XCFWD') and
14868            'VHOST_1024' and
14869            not 'VXLAN' and
14870            not 'IP4FWD' and
14871            not '2VM'"
14872   parameters:
14873   - "throughput"
14874   - "parent"
14875   - "tags"
14876 #  sort:
14877 #  - "not CFS_OPT"
14878 #  - "L2XCFWD"
14879 #  - "not CFS_OPT"
14880 #  - "CFS_OPT"
14881   traces:
14882     hoverinfo: "x+y"
14883     boxpoints: "outliers"
14884     whiskerwidth: 0
14885   layout:
14886     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
14887     layout: "plot-throughput"
14888
14889 -
14890   type: "plot"
14891   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
14892   algorithm: "plot_performance_box"
14893   output-file-type: ".html"
14894   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
14895   data: "plot-vpp-throughput-latency-3n-hsw"
14896   filter: "'NIC_Intel-XL710' and
14897            '64B' and
14898            'NDRPDR' and
14899            ('ETH' or 'DOT1Q') and
14900            'BASE' and
14901            '2T2C' and
14902            ('L2BDMACLRN' or 'L2XCFWD') and
14903            'VHOST_1024' and
14904            not 'VXLAN' and
14905            not 'IP4FWD' and
14906            not '2VM'"
14907   parameters:
14908   - "throughput"
14909   - "parent"
14910   - "tags"
14911 #  sort:
14912 #  - "not CFS_OPT"
14913 #  - "L2XCFWD"
14914 #  - "not CFS_OPT"
14915 #  - "CFS_OPT"
14916   traces:
14917     hoverinfo: "x+y"
14918     boxpoints: "outliers"
14919     whiskerwidth: 0
14920   layout:
14921     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
14922     layout: "plot-throughput"
14923
14924 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710 - base vm
14925 -
14926   type: "plot"
14927   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
14928   algorithm: "plot_performance_box"
14929   output-file-type: ".html"
14930   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
14931   data: "plot-vpp-throughput-latency-3n-hsw"
14932   filter: "'NIC_Intel-XL710' and
14933            '64B' and
14934            'NDRPDR' and
14935            ('ETH' or 'DOT1Q') and
14936            '1T1C' and
14937            ('L2BDMACLRN' or 'L2XCFWD') and
14938            'VHOST_1024' and
14939            not 'CFS_OPT' and
14940            not 'VXLAN' and
14941            not 'IP4FWD'"
14942   parameters:
14943   - "throughput"
14944   - "parent"
14945   - "tags"
14946 #  sort:
14947 #  - "1VM"
14948 #  - "L2XCFWD"
14949 #  - "1VM"
14950 #  - "L2BDMACLRN"
14951   traces:
14952     hoverinfo: "x+y"
14953     boxpoints: "outliers"
14954     whiskerwidth: 0
14955   layout:
14956     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
14957     layout: "plot-throughput"
14958
14959 -
14960   type: "plot"
14961   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-pdr"
14962   algorithm: "plot_performance_box"
14963   output-file-type: ".html"
14964   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-pdr"
14965   data: "plot-vpp-throughput-latency-3n-hsw"
14966   filter: "'NIC_Intel-XL710' and
14967            '64B' and
14968            'NDRPDR' and
14969            ('ETH' or 'DOT1Q') and
14970            '1T1C' and
14971            ('L2BDMACLRN' or 'L2XCFWD') and
14972            'VHOST_1024' and
14973            not 'CFS_OPT' and
14974            not 'VXLAN' and
14975            not 'IP4FWD'"
14976   parameters:
14977   - "throughput"
14978   - "parent"
14979   - "tags"
14980 #  sort:
14981 #  - "1VM"
14982 #  - "L2XCFWD"
14983 #  - "1VM"
14984 #  - "L2BDMACLRN"
14985   traces:
14986     hoverinfo: "x+y"
14987     boxpoints: "outliers"
14988     whiskerwidth: 0
14989   layout:
14990     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-pdr"
14991     layout: "plot-throughput"
14992
14993 -
14994   type: "plot"
14995   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
14996   algorithm: "plot_performance_box"
14997   output-file-type: ".html"
14998   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
14999   data: "plot-vpp-throughput-latency-3n-hsw"
15000   filter: "'NIC_Intel-XL710' and
15001            '64B' and
15002            'NDRPDR' and
15003            ('ETH' or 'DOT1Q') and
15004            '2T2C' and
15005            ('L2BDMACLRN' or 'L2XCFWD') and
15006            'VHOST_1024' and
15007            not 'CFS_OPT' and
15008            not 'VXLAN' and
15009            not 'IP4FWD'"
15010   parameters:
15011   - "throughput"
15012   - "parent"
15013   - "tags"
15014 #  sort:
15015 #  - "1VM"
15016 #  - "L2XCFWD"
15017 #  - "1VM"
15018 #  - "L2BDMACLRN"
15019   traces:
15020     hoverinfo: "x+y"
15021     boxpoints: "outliers"
15022     whiskerwidth: 0
15023   layout:
15024     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
15025     layout: "plot-throughput"
15026
15027 -
15028   type: "plot"
15029   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-pdr"
15030   algorithm: "plot_performance_box"
15031   output-file-type: ".html"
15032   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-pdr"
15033   data: "plot-vpp-throughput-latency-3n-hsw"
15034   filter: "'NIC_Intel-XL710' and
15035            '64B' and
15036            'NDRPDR' and
15037            ('ETH' or 'DOT1Q') and
15038            '2T2C' and
15039            ('L2BDMACLRN' or 'L2XCFWD') and
15040            'VHOST_1024' and
15041            not 'CFS_OPT' and
15042            not 'VXLAN' and
15043            not 'IP4FWD'"
15044   parameters:
15045   - "throughput"
15046   - "parent"
15047   - "tags"
15048 #  sort:
15049 #  - "1VM"
15050 #  - "L2XCFWD"
15051 #  - "1VM"
15052 #  - "L2BDMACLRN"
15053   traces:
15054     hoverinfo: "x+y"
15055     boxpoints: "outliers"
15056     whiskerwidth: 0
15057   layout:
15058     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-pdr"
15059     layout: "plot-throughput"
15060
15061 # Packet Throughput - VPP vhost ip4 3n-skx-x710
15062 -
15063   type: "plot"
15064   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15065   algorithm: "plot_performance_box"
15066   output-file-type: ".html"
15067   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15068   data: "plot-vpp-throughput-latency-3n-skx"
15069   filter: "'NIC_Intel-X710' and
15070            '64B' and
15071            'NDRPDR' and
15072            'ETH' and
15073            'IP4FWD' and
15074            '2T1C' and
15075            'VHOST_1024' and
15076            not 'VXLAN' and
15077            not 'DOT1Q'"
15078   parameters:
15079   - "throughput"
15080   - "parent"
15081   - "tags"
15082   sort:
15083   - "not CFS_OPT"
15084   - "1VM"
15085   - "2VM"
15086   traces:
15087     hoverinfo: "x+y"
15088     boxpoints: "outliers"
15089     whiskerwidth: 0
15090   layout:
15091     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15092     layout: "plot-throughput"
15093
15094 -
15095   type: "plot"
15096   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15097   algorithm: "plot_performance_box"
15098   output-file-type: ".html"
15099   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15100   data: "plot-vpp-throughput-latency-3n-skx"
15101   filter: "'NIC_Intel-X710' and
15102            '64B' and
15103            'NDRPDR' and
15104            'ETH' and
15105            'IP4FWD' and
15106            '4T2C' and
15107            'VHOST_1024' and
15108            not 'VXLAN' and
15109            not 'DOT1Q'"
15110   parameters:
15111   - "throughput"
15112   - "parent"
15113   - "tags"
15114   sort:
15115   - "not CFS_OPT"
15116   - "1VM"
15117   - "2VM"
15118   traces:
15119     hoverinfo: "x+y"
15120     boxpoints: "outliers"
15121     whiskerwidth: 0
15122   layout:
15123     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15124     layout: "plot-throughput"
15125
15126 -
15127   type: "plot"
15128   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15129   algorithm: "plot_performance_box"
15130   output-file-type: ".html"
15131   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15132   data: "plot-vpp-throughput-latency-3n-skx"
15133   filter: "'NIC_Intel-X710' and
15134            '64B' and
15135            'NDRPDR' and
15136            'ETH' and
15137            'IP4FWD' and
15138            '2T1C' and
15139            'VHOST_1024' and
15140            not 'VXLAN' and
15141            not 'DOT1Q'"
15142   parameters:
15143   - "throughput"
15144   - "parent"
15145   - "tags"
15146   sort:
15147   - "not CFS_OPT"
15148   - "1VM"
15149   - "2VM"
15150   traces:
15151     hoverinfo: "x+y"
15152     boxpoints: "outliers"
15153     whiskerwidth: 0
15154   layout:
15155     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15156     layout: "plot-throughput"
15157
15158 -
15159   type: "plot"
15160   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15161   algorithm: "plot_performance_box"
15162   output-file-type: ".html"
15163   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15164   data: "plot-vpp-throughput-latency-3n-skx"
15165   filter: "'NIC_Intel-X710' and
15166            '64B' and
15167            'NDRPDR' and
15168            'ETH' and
15169            'IP4FWD' and
15170            '4T2C' and
15171            'VHOST_1024' and
15172            not 'VXLAN' and
15173            not 'DOT1Q'"
15174   parameters:
15175   - "throughput"
15176   - "parent"
15177   - "tags"
15178   sort:
15179   - "not CFS_OPT"
15180   - "1VM"
15181   - "2VM"
15182   traces:
15183     hoverinfo: "x+y"
15184     boxpoints: "outliers"
15185     whiskerwidth: 0
15186   layout:
15187     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15188     layout: "plot-throughput"
15189
15190 # Packet Throughput - VPP vhost l2sw 3n-skx-x710
15191 -
15192   type: "plot"
15193   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15194   algorithm: "plot_performance_box"
15195   output-file-type: ".html"
15196   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15197   data: "plot-vpp-throughput-latency-3n-skx"
15198   filter: "'NIC_Intel-X710' and
15199            '64B' and
15200            'NDRPDR' and
15201            ('ETH' or 'DOT1Q') and
15202            '2T1C' and
15203            'L2BDMACLRN' and
15204            'VHOST_1024' and
15205            not 'VXLAN' and
15206            not 'IP4FWD' and
15207            not '2VM'"
15208   parameters:
15209   - "throughput"
15210   - "parent"
15211   - "tags"
15212 #  sort:
15213 #  - "VM"  # "not CFS_OPT"
15214 #  - "CFS_OPT"
15215 #  - "FIB_10K"
15216 #  - "FIB_100K"
15217 #  - "FIB_1M"
15218   traces:
15219     hoverinfo: "x+y"
15220     boxpoints: "outliers"
15221     whiskerwidth: 0
15222   layout:
15223     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15224     layout: "plot-throughput"
15225
15226 -
15227   type: "plot"
15228   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15229   algorithm: "plot_performance_box"
15230   output-file-type: ".html"
15231   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15232   data: "plot-vpp-throughput-latency-3n-skx"
15233   filter: "'NIC_Intel-X710' and
15234            '64B' and
15235            'NDRPDR' and
15236            ('ETH' or 'DOT1Q') and
15237            '4T2C' and
15238            'L2BDMACLRN' and
15239            'VHOST_1024' and
15240            not 'VXLAN' and
15241            not 'IP4FWD' and
15242            not '2VM'"
15243   parameters:
15244   - "throughput"
15245   - "parent"
15246   - "tags"
15247 #  sort:
15248 #  - "VM"  # "not CFS_OPT"
15249 #  - "CFS_OPT"
15250 #  - "FIB_10K"
15251 #  - "FIB_100K"
15252 #  - "FIB_1M"
15253   traces:
15254     hoverinfo: "x+y"
15255     boxpoints: "outliers"
15256     whiskerwidth: 0
15257   layout:
15258     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15259     layout: "plot-throughput"
15260
15261 -
15262   type: "plot"
15263   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15264   algorithm: "plot_performance_box"
15265   output-file-type: ".html"
15266   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15267   data: "plot-vpp-throughput-latency-3n-skx"
15268   filter: "'NIC_Intel-X710' and
15269            '64B' and
15270            'NDRPDR' and
15271            ('ETH' or 'DOT1Q') and
15272            '2T1C' and
15273            'L2BDMACLRN' and
15274            'VHOST_1024' and
15275            not 'VXLAN' and
15276            not 'IP4FWD' and
15277            not '2VM'"
15278   parameters:
15279   - "throughput"
15280   - "parent"
15281   - "tags"
15282 #  sort:
15283 #  - "VM"  # "not CFS_OPT"
15284 #  - "CFS_OPT"
15285 #  - "FIB_10K"
15286 #  - "FIB_100K"
15287 #  - "FIB_1M"
15288   traces:
15289     hoverinfo: "x+y"
15290     boxpoints: "outliers"
15291     whiskerwidth: 0
15292   layout:
15293     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15294     layout: "plot-throughput"
15295
15296 -
15297   type: "plot"
15298   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15299   algorithm: "plot_performance_box"
15300   output-file-type: ".html"
15301   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15302   data: "plot-vpp-throughput-latency-3n-skx"
15303   filter: "'NIC_Intel-X710' and
15304            '64B' and
15305            'NDRPDR' and
15306            ('ETH' or 'DOT1Q') and
15307            '4T2C' and
15308            'L2BDMACLRN' and
15309            'VHOST_1024' and
15310            not 'VXLAN' and
15311            not 'IP4FWD' and
15312            not '2VM'"
15313   parameters:
15314   - "throughput"
15315   - "parent"
15316   - "tags"
15317 #  sort:
15318 #  - "VM"  # "not CFS_OPT"
15319 #  - "CFS_OPT"
15320 #  - "FIB_10K"
15321 #  - "FIB_100K"
15322 #  - "FIB_1M"
15323   traces:
15324     hoverinfo: "x+y"
15325     boxpoints: "outliers"
15326     whiskerwidth: 0
15327   layout:
15328     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15329     layout: "plot-throughput"
15330
15331 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base
15332 -
15333   type: "plot"
15334   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
15335   algorithm: "plot_performance_box"
15336   output-file-type: ".html"
15337   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
15338   data: "plot-vpp-throughput-latency-3n-skx"
15339   filter: "'NIC_Intel-X710' and
15340            '64B' and
15341            'NDRPDR' and
15342            ('ETH' or 'DOT1Q') and
15343            'BASE' and
15344            '2T1C' and
15345            ('L2BDMACLRN' or 'L2XCFWD') and
15346            'VHOST_1024' and
15347            not 'VXLAN' and
15348            not 'IP4FWD' and
15349            not '2VM' and
15350            not 'LBOND'"
15351   parameters:
15352   - "throughput"
15353   - "parent"
15354   - "tags"
15355 #  sort:
15356 #  - "not CFS_OPT"
15357 #  - "L2XCFWD"
15358 #  - "not CFS_OPT"
15359 #  - "CFS_OPT"
15360   traces:
15361     hoverinfo: "x+y"
15362     boxpoints: "outliers"
15363     whiskerwidth: 0
15364   layout:
15365     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
15366     layout: "plot-throughput"
15367
15368 -
15369   type: "plot"
15370   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-pdr"
15371   algorithm: "plot_performance_box"
15372   output-file-type: ".html"
15373   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-pdr"
15374   data: "plot-vpp-throughput-latency-3n-skx"
15375   filter: "'NIC_Intel-X710' and
15376            '64B' and
15377            'NDRPDR' and
15378            ('ETH' or 'DOT1Q') and
15379            'BASE' and
15380            '2T1C' and
15381            ('L2BDMACLRN' or 'L2XCFWD') and
15382            'VHOST_1024' and
15383            not 'VXLAN' and
15384            not 'IP4FWD' and
15385            not '2VM' and
15386            not 'LBOND'"
15387   parameters:
15388   - "throughput"
15389   - "parent"
15390   - "tags"
15391 #  sort:
15392 #  - "not CFS_OPT"
15393 #  - "L2XCFWD"
15394 #  - "not CFS_OPT"
15395 #  - "CFS_OPT"
15396   traces:
15397     hoverinfo: "x+y"
15398     boxpoints: "outliers"
15399     whiskerwidth: 0
15400   layout:
15401     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-pdr"
15402     layout: "plot-throughput"
15403
15404 -
15405   type: "plot"
15406   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
15407   algorithm: "plot_performance_box"
15408   output-file-type: ".html"
15409   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
15410   data: "plot-vpp-throughput-latency-3n-skx"
15411   filter: "'NIC_Intel-X710' and
15412            '64B' and
15413            'NDRPDR' and
15414            ('ETH' or 'DOT1Q') and
15415            'BASE' and
15416            '4T2C' and
15417            ('L2BDMACLRN' or 'L2XCFWD') and
15418            'VHOST_1024' and
15419            not 'VXLAN' and
15420            not 'IP4FWD' and
15421            not '2VM' and
15422            not 'LBOND'"
15423   parameters:
15424   - "throughput"
15425   - "parent"
15426   - "tags"
15427 #  sort:
15428 #  - "not CFS_OPT"
15429 #  - "L2XCFWD"
15430 #  - "not CFS_OPT"
15431 #  - "CFS_OPT"
15432   traces:
15433     hoverinfo: "x+y"
15434     boxpoints: "outliers"
15435     whiskerwidth: 0
15436   layout:
15437     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
15438     layout: "plot-throughput"
15439
15440 -
15441   type: "plot"
15442   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-pdr"
15443   algorithm: "plot_performance_box"
15444   output-file-type: ".html"
15445   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-pdr"
15446   data: "plot-vpp-throughput-latency-3n-skx"
15447   filter: "'NIC_Intel-X710' and
15448            '64B' and
15449            'NDRPDR' and
15450            ('ETH' or 'DOT1Q') and
15451            'BASE' and
15452            '4T2C' and
15453            ('L2BDMACLRN' or 'L2XCFWD') and
15454            'VHOST_1024' and
15455            not 'VXLAN' and
15456            not 'IP4FWD' and
15457            not '2VM' and
15458            not 'LBOND'"
15459   parameters:
15460   - "throughput"
15461   - "parent"
15462   - "tags"
15463 #  sort:
15464 #  - "not CFS_OPT"
15465 #  - "L2XCFWD"
15466 #  - "not CFS_OPT"
15467 #  - "CFS_OPT"
15468   traces:
15469     hoverinfo: "x+y"
15470     boxpoints: "outliers"
15471     whiskerwidth: 0
15472   layout:
15473     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-pdr"
15474     layout: "plot-throughput"
15475
15476 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base vm
15477 -
15478   type: "plot"
15479   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
15480   algorithm: "plot_performance_box"
15481   output-file-type: ".html"
15482   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
15483   data: "plot-vpp-throughput-latency-3n-skx"
15484   filter: "'NIC_Intel-X710' and
15485            '64B' and
15486            'NDRPDR' and
15487            ('ETH' or 'DOT1Q') and
15488            '2T1C' and
15489            ('L2BDMACLRN' or 'L2XCFWD') and
15490            'VHOST_1024' and
15491            not 'CFS_OPT' and
15492            not 'VXLAN' and
15493            not 'IP4FWD' and
15494            not 'LBOND'"
15495   parameters:
15496   - "throughput"
15497   - "parent"
15498   - "tags"
15499 #  sort:
15500 #  - "1VM"
15501 #  - "L2XCFWD"
15502 #  - "1VM"
15503 #  - "L2BDMACLRN"
15504   traces:
15505     hoverinfo: "x+y"
15506     boxpoints: "outliers"
15507     whiskerwidth: 0
15508   layout:
15509     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
15510     layout: "plot-throughput"
15511
15512 -
15513   type: "plot"
15514   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-pdr"
15515   algorithm: "plot_performance_box"
15516   output-file-type: ".html"
15517   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-pdr"
15518   data: "plot-vpp-throughput-latency-3n-skx"
15519   filter: "'NIC_Intel-X710' and
15520            '64B' and
15521            'NDRPDR' and
15522            ('ETH' or 'DOT1Q') and
15523            '2T1C' and
15524            ('L2BDMACLRN' or 'L2XCFWD') and
15525            'VHOST_1024' and
15526            not 'CFS_OPT' and
15527            not 'VXLAN' and
15528            not 'IP4FWD' and
15529            not 'LBOND'"
15530   parameters:
15531   - "throughput"
15532   - "parent"
15533   - "tags"
15534 #  sort:
15535 #  - "1VM"
15536 #  - "L2XCFWD"
15537 #  - "1VM"
15538 #  - "L2BDMACLRN"
15539   traces:
15540     hoverinfo: "x+y"
15541     boxpoints: "outliers"
15542     whiskerwidth: 0
15543   layout:
15544     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-pdr"
15545     layout: "plot-throughput"
15546
15547 -
15548   type: "plot"
15549   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
15550   algorithm: "plot_performance_box"
15551   output-file-type: ".html"
15552   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
15553   data: "plot-vpp-throughput-latency-3n-skx"
15554   filter: "'NIC_Intel-X710' and
15555            '64B' and
15556            'NDRPDR' and
15557            ('ETH' or 'DOT1Q') and
15558            '4T2C' and
15559            ('L2BDMACLRN' or 'L2XCFWD') and
15560            'VHOST_1024' and
15561            not 'CFS_OPT' and
15562            not 'VXLAN' and
15563            not 'IP4FWD' and
15564            not 'LBOND'"
15565   parameters:
15566   - "throughput"
15567   - "parent"
15568   - "tags"
15569 #  sort:
15570 #  - "1VM"
15571 #  - "L2XCFWD"
15572 #  - "1VM"
15573 #  - "L2BDMACLRN"
15574   traces:
15575     hoverinfo: "x+y"
15576     boxpoints: "outliers"
15577     whiskerwidth: 0
15578   layout:
15579     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
15580     layout: "plot-throughput"
15581
15582 -
15583   type: "plot"
15584   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-pdr"
15585   algorithm: "plot_performance_box"
15586   output-file-type: ".html"
15587   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-pdr"
15588   data: "plot-vpp-throughput-latency-3n-skx"
15589   filter: "'NIC_Intel-X710' and
15590            '64B' and
15591            'NDRPDR' and
15592            ('ETH' or 'DOT1Q') and
15593            '4T2C' and
15594            ('L2BDMACLRN' or 'L2XCFWD') and
15595            'VHOST_1024' and
15596            not 'CFS_OPT' and
15597            not 'VXLAN' and
15598            not 'IP4FWD' and
15599            not 'LBOND'"
15600   parameters:
15601   - "throughput"
15602   - "parent"
15603   - "tags"
15604 #  sort:
15605 #  - "1VM"
15606 #  - "L2XCFWD"
15607 #  - "1VM"
15608 #  - "L2BDMACLRN"
15609   traces:
15610     hoverinfo: "x+y"
15611     boxpoints: "outliers"
15612     whiskerwidth: 0
15613   layout:
15614     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-pdr"
15615     layout: "plot-throughput"
15616
15617 # Packet Throughput - VPP vhost ip4 2n-skx-x710
15618 -
15619   type: "plot"
15620   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
15621   algorithm: "plot_performance_box"
15622   output-file-type: ".html"
15623   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
15624   data: "plot-vpp-throughput-latency-2n-skx"
15625   filter: "'NIC_Intel-X710' and
15626            '64B' and
15627            'NDRPDR' and
15628            'ETH' and
15629            'IP4FWD' and
15630            '2T1C' and
15631            'VHOST_1024' and
15632            not 'VXLAN' and
15633            not 'DOT1Q'"
15634   parameters:
15635   - "throughput"
15636   - "parent"
15637   - "tags"
15638   sort:
15639   - "not CFS_OPT"
15640   - "1VM"
15641   - "2VM"
15642   traces:
15643     hoverinfo: "x+y"
15644     boxpoints: "outliers"
15645     whiskerwidth: 0
15646   layout:
15647     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
15648     layout: "plot-throughput"
15649
15650 -
15651   type: "plot"
15652   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
15653   algorithm: "plot_performance_box"
15654   output-file-type: ".html"
15655   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
15656   data: "plot-vpp-throughput-latency-2n-skx"
15657   filter: "'NIC_Intel-X710' and
15658            '64B' and
15659            'NDRPDR' and
15660            'ETH' and
15661            'IP4FWD' and
15662            '4T2C' and
15663            'VHOST_1024' and
15664            not 'VXLAN' and
15665            not 'DOT1Q'"
15666   parameters:
15667   - "throughput"
15668   - "parent"
15669   - "tags"
15670   sort:
15671   - "not CFS_OPT"
15672   - "1VM"
15673   - "2VM"
15674   traces:
15675     hoverinfo: "x+y"
15676     boxpoints: "outliers"
15677     whiskerwidth: 0
15678   layout:
15679     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
15680     layout: "plot-throughput"
15681
15682 -
15683   type: "plot"
15684   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
15685   algorithm: "plot_performance_box"
15686   output-file-type: ".html"
15687   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
15688   data: "plot-vpp-throughput-latency-2n-skx"
15689   filter: "'NIC_Intel-X710' and
15690            '64B' and
15691            'NDRPDR' and
15692            'ETH' and
15693            'IP4FWD' and
15694            '2T1C' and
15695            'VHOST_1024' and
15696            not 'VXLAN' and
15697            not 'DOT1Q'"
15698   parameters:
15699   - "throughput"
15700   - "parent"
15701   - "tags"
15702   sort:
15703   - "not CFS_OPT"
15704   - "1VM"
15705   - "2VM"
15706   traces:
15707     hoverinfo: "x+y"
15708     boxpoints: "outliers"
15709     whiskerwidth: 0
15710   layout:
15711     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
15712     layout: "plot-throughput"
15713
15714 -
15715   type: "plot"
15716   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
15717   algorithm: "plot_performance_box"
15718   output-file-type: ".html"
15719   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
15720   data: "plot-vpp-throughput-latency-2n-skx"
15721   filter: "'NIC_Intel-X710' and
15722            '64B' and
15723            'NDRPDR' and
15724            'ETH' and
15725            'IP4FWD' and
15726            '4T2C' and
15727            'VHOST_1024' and
15728            not 'VXLAN' and
15729            not 'DOT1Q'"
15730   parameters:
15731   - "throughput"
15732   - "parent"
15733   - "tags"
15734   sort:
15735   - "not CFS_OPT"
15736   - "1VM"
15737   - "2VM"
15738   traces:
15739     hoverinfo: "x+y"
15740     boxpoints: "outliers"
15741     whiskerwidth: 0
15742   layout:
15743     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
15744     layout: "plot-throughput"
15745
15746 # Packet Throughput - VPP vhost l2sw 2n-skx-x710
15747 -
15748   type: "plot"
15749   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
15750   algorithm: "plot_performance_box"
15751   output-file-type: ".html"
15752   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
15753   data: "plot-vpp-throughput-latency-2n-skx"
15754   filter: "'NIC_Intel-X710' and
15755            '64B' and
15756            'NDRPDR' and
15757            ('ETH' or 'DOT1Q') and
15758            '2T1C' and
15759            'L2BDMACLRN' and
15760            'VHOST_1024' and
15761            not 'VXLAN' and
15762            not 'IP4FWD' and
15763            not '2VM'"
15764   parameters:
15765   - "throughput"
15766   - "parent"
15767   - "tags"
15768 #  sort:
15769 #  - "VM"  # "not CFS_OPT"
15770 #  - "CFS_OPT"
15771 #  - "FIB_10K"
15772 #  - "FIB_100K"
15773 #  - "FIB_1M"
15774   traces:
15775     hoverinfo: "x+y"
15776     boxpoints: "outliers"
15777     whiskerwidth: 0
15778   layout:
15779     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
15780     layout: "plot-throughput"
15781
15782 -
15783   type: "plot"
15784   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
15785   algorithm: "plot_performance_box"
15786   output-file-type: ".html"
15787   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
15788   data: "plot-vpp-throughput-latency-2n-skx"
15789   filter: "'NIC_Intel-X710' and
15790            '64B' and
15791            'NDRPDR' and
15792            ('ETH' or 'DOT1Q') and
15793            '4T2C' and
15794            'L2BDMACLRN' and
15795            'VHOST_1024' and
15796            not 'VXLAN' and
15797            not 'IP4FWD' and
15798            not '2VM'"
15799   parameters:
15800   - "throughput"
15801   - "parent"
15802   - "tags"
15803 #  sort:
15804 #  - "VM"  # "not CFS_OPT"
15805 #  - "CFS_OPT"
15806 #  - "FIB_10K"
15807 #  - "FIB_100K"
15808 #  - "FIB_1M"
15809   traces:
15810     hoverinfo: "x+y"
15811     boxpoints: "outliers"
15812     whiskerwidth: 0
15813   layout:
15814     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
15815     layout: "plot-throughput"
15816
15817 -
15818   type: "plot"
15819   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
15820   algorithm: "plot_performance_box"
15821   output-file-type: ".html"
15822   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
15823   data: "plot-vpp-throughput-latency-2n-skx"
15824   filter: "'NIC_Intel-X710' and
15825            '64B' and
15826            'NDRPDR' and
15827            ('ETH' or 'DOT1Q') and
15828            '2T1C' and
15829            'L2BDMACLRN' and
15830            'VHOST_1024' and
15831            not 'VXLAN' and
15832            not 'IP4FWD' and
15833            not '2VM'"
15834   parameters:
15835   - "throughput"
15836   - "parent"
15837   - "tags"
15838 #  sort:
15839 #  - "VM"  # "not CFS_OPT"
15840 #  - "CFS_OPT"
15841 #  - "FIB_10K"
15842 #  - "FIB_100K"
15843 #  - "FIB_1M"
15844   traces:
15845     hoverinfo: "x+y"
15846     boxpoints: "outliers"
15847     whiskerwidth: 0
15848   layout:
15849     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
15850     layout: "plot-throughput"
15851
15852 -
15853   type: "plot"
15854   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
15855   algorithm: "plot_performance_box"
15856   output-file-type: ".html"
15857   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
15858   data: "plot-vpp-throughput-latency-2n-skx"
15859   filter: "'NIC_Intel-X710' and
15860            '64B' and
15861            'NDRPDR' and
15862            ('ETH' or 'DOT1Q') and
15863            '4T2C' and
15864            'L2BDMACLRN' and
15865            'VHOST_1024' and
15866            not 'VXLAN' and
15867            not 'IP4FWD' and
15868            not '2VM'"
15869   parameters:
15870   - "throughput"
15871   - "parent"
15872   - "tags"
15873 #  sort:
15874 #  - "VM"  # "not CFS_OPT"
15875 #  - "CFS_OPT"
15876 #  - "FIB_10K"
15877 #  - "FIB_100K"
15878 #  - "FIB_1M"
15879   traces:
15880     hoverinfo: "x+y"
15881     boxpoints: "outliers"
15882     whiskerwidth: 0
15883   layout:
15884     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
15885     layout: "plot-throughput"
15886
15887 # Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base
15888 -
15889   type: "plot"
15890   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
15891   algorithm: "plot_performance_box"
15892   output-file-type: ".html"
15893   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
15894   data: "plot-vpp-throughput-latency-2n-skx"
15895   filter: "'NIC_Intel-X710' and
15896            '64B' and
15897            'NDRPDR' and
15898            ('ETH' or 'DOT1Q') and
15899            'BASE' and
15900            '2T1C' and
15901            ('L2BDMACLRN' or 'L2XCFWD') and
15902            'VHOST_1024' and
15903            not 'VXLAN' and
15904            not 'IP4FWD' and
15905            not '2VM'"
15906   parameters:
15907   - "throughput"
15908   - "parent"
15909   - "tags"
15910 #  sort:
15911 #  - "not CFS_OPT"
15912 #  - "L2XCFWD"
15913 #  - "not CFS_OPT"
15914 #  - "CFS_OPT"
15915   traces:
15916     hoverinfo: "x+y"
15917     boxpoints: "outliers"
15918     whiskerwidth: 0
15919   layout:
15920     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
15921     layout: "plot-throughput"
15922
15923 -
15924   type: "plot"
15925   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-pdr"
15926   algorithm: "plot_performance_box"
15927   output-file-type: ".html"
15928   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-pdr"
15929   data: "plot-vpp-throughput-latency-2n-skx"
15930   filter: "'NIC_Intel-X710' and
15931            '64B' and
15932            'NDRPDR' and
15933            ('ETH' or 'DOT1Q') and
15934            'BASE' and
15935            '2T1C' and
15936            ('L2BDMACLRN' or 'L2XCFWD') and
15937            'VHOST_1024' and
15938            not 'VXLAN' and
15939            not 'IP4FWD' and
15940            not '2VM'"
15941   parameters:
15942   - "throughput"
15943   - "parent"
15944   - "tags"
15945 #  sort:
15946 #  - "not CFS_OPT"
15947 #  - "L2XCFWD"
15948 #  - "not CFS_OPT"
15949 #  - "CFS_OPT"
15950   traces:
15951     hoverinfo: "x+y"
15952     boxpoints: "outliers"
15953     whiskerwidth: 0
15954   layout:
15955     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-pdr"
15956     layout: "plot-throughput"
15957
15958 -
15959   type: "plot"
15960   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
15961   algorithm: "plot_performance_box"
15962   output-file-type: ".html"
15963   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
15964   data: "plot-vpp-throughput-latency-2n-skx"
15965   filter: "'NIC_Intel-X710' and
15966            '64B' and
15967            'NDRPDR' and
15968            ('ETH' or 'DOT1Q') and
15969            'BASE' and
15970            '4T2C' and
15971            ('L2BDMACLRN' or 'L2XCFWD') and
15972            'VHOST_1024' and
15973            not 'VXLAN' and
15974            not 'IP4FWD' and
15975            not '2VM'"
15976   parameters:
15977   - "throughput"
15978   - "parent"
15979   - "tags"
15980 #  sort:
15981 #  - "not CFS_OPT"
15982 #  - "L2XCFWD"
15983 #  - "not CFS_OPT"
15984 #  - "CFS_OPT"
15985   traces:
15986     hoverinfo: "x+y"
15987     boxpoints: "outliers"
15988     whiskerwidth: 0
15989   layout:
15990     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
15991     layout: "plot-throughput"
15992
15993 -
15994   type: "plot"
15995   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-pdr"
15996   algorithm: "plot_performance_box"
15997   output-file-type: ".html"
15998   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-pdr"
15999   data: "plot-vpp-throughput-latency-2n-skx"
16000   filter: "'NIC_Intel-X710' and
16001            '64B' and
16002            'NDRPDR' and
16003            ('ETH' or 'DOT1Q') and
16004            'BASE' and
16005            '4T2C' and
16006            ('L2BDMACLRN' or 'L2XCFWD') and
16007            'VHOST_1024' and
16008            not 'VXLAN' and
16009            not 'IP4FWD' and
16010            not '2VM'"
16011   parameters:
16012   - "throughput"
16013   - "parent"
16014   - "tags"
16015 #  sort:
16016 #  - "not CFS_OPT"
16017 #  - "L2XCFWD"
16018 #  - "not CFS_OPT"
16019 #  - "CFS_OPT"
16020   traces:
16021     hoverinfo: "x+y"
16022     boxpoints: "outliers"
16023     whiskerwidth: 0
16024   layout:
16025     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-pdr"
16026     layout: "plot-throughput"
16027
16028 # Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base vm
16029 -
16030   type: "plot"
16031   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
16032   algorithm: "plot_performance_box"
16033   output-file-type: ".html"
16034   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
16035   data: "plot-vpp-throughput-latency-2n-skx"
16036   filter: "'NIC_Intel-X710' and
16037            '64B' and
16038            'NDRPDR' and
16039            ('ETH' or 'DOT1Q') and
16040            '2T1C' and
16041            ('L2BDMACLRN' or 'L2XCFWD') and
16042            'VHOST_1024' and
16043            not 'CFS_OPT' and
16044            not 'VXLAN' and
16045            not 'IP4FWD'"
16046   parameters:
16047   - "throughput"
16048   - "parent"
16049   - "tags"
16050 #  sort:
16051 #  - "1VM"
16052 #  - "L2XCFWD"
16053 #  - "1VM"
16054 #  - "L2BDMACLRN"
16055   traces:
16056     hoverinfo: "x+y"
16057     boxpoints: "outliers"
16058     whiskerwidth: 0
16059   layout:
16060     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
16061     layout: "plot-throughput"
16062
16063 -
16064   type: "plot"
16065   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
16066   algorithm: "plot_performance_box"
16067   output-file-type: ".html"
16068   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
16069   data: "plot-vpp-throughput-latency-2n-skx"
16070   filter: "'NIC_Intel-X710' and
16071            '64B' and
16072            'NDRPDR' and
16073            ('ETH' or 'DOT1Q') and
16074            '2T1C' and
16075            ('L2BDMACLRN' or 'L2XCFWD') and
16076            'VHOST_1024' and
16077            not 'CFS_OPT' and
16078            not 'VXLAN' and
16079            not 'IP4FWD'"
16080   parameters:
16081   - "throughput"
16082   - "parent"
16083   - "tags"
16084 #  sort:
16085 #  - "1VM"
16086 #  - "L2XCFWD"
16087 #  - "1VM"
16088 #  - "L2BDMACLRN"
16089   traces:
16090     hoverinfo: "x+y"
16091     boxpoints: "outliers"
16092     whiskerwidth: 0
16093   layout:
16094     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
16095     layout: "plot-throughput"
16096
16097 -
16098   type: "plot"
16099   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
16100   algorithm: "plot_performance_box"
16101   output-file-type: ".html"
16102   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
16103   data: "plot-vpp-throughput-latency-2n-skx"
16104   filter: "'NIC_Intel-X710' and
16105            '64B' and
16106            'NDRPDR' and
16107            ('ETH' or 'DOT1Q') and
16108            '4T2C' and
16109            ('L2BDMACLRN' or 'L2XCFWD') and
16110            'VHOST_1024' and
16111            not 'CFS_OPT' and
16112            not 'VXLAN' and
16113            not 'IP4FWD'"
16114   parameters:
16115   - "throughput"
16116   - "parent"
16117   - "tags"
16118 #  sort:
16119 #  - "1VM"
16120 #  - "L2XCFWD"
16121 #  - "1VM"
16122 #  - "L2BDMACLRN"
16123   traces:
16124     hoverinfo: "x+y"
16125     boxpoints: "outliers"
16126     whiskerwidth: 0
16127   layout:
16128     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
16129     layout: "plot-throughput"
16130
16131 -
16132   type: "plot"
16133   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
16134   algorithm: "plot_performance_box"
16135   output-file-type: ".html"
16136   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
16137   data: "plot-vpp-throughput-latency-2n-skx"
16138   filter: "'NIC_Intel-X710' and
16139            '64B' and
16140            'NDRPDR' and
16141            ('ETH' or 'DOT1Q') and
16142            '4T2C' and
16143            ('L2BDMACLRN' or 'L2XCFWD') and
16144            'VHOST_1024' and
16145            not 'CFS_OPT' and
16146            not 'VXLAN' and
16147            not 'IP4FWD'"
16148   parameters:
16149   - "throughput"
16150   - "parent"
16151   - "tags"
16152 #  sort:
16153 #  - "1VM"
16154 #  - "L2XCFWD"
16155 #  - "1VM"
16156 #  - "L2BDMACLRN"
16157   traces:
16158     hoverinfo: "x+y"
16159     boxpoints: "outliers"
16160     whiskerwidth: 0
16161   layout:
16162     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
16163     layout: "plot-throughput"
16164
16165 # Packet Throughput - VPP vhost ip4 2n-skx-xxv710
16166 -
16167   type: "plot"
16168   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16169   algorithm: "plot_performance_box"
16170   output-file-type: ".html"
16171   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16172   data: "plot-vpp-throughput-latency-2n-skx"
16173   filter: "'NIC_Intel-XXV710' and
16174            '64B' and
16175            'NDRPDR' and
16176            'ETH' and
16177            'IP4FWD' and
16178            '2T1C' and
16179            'VHOST_1024' and
16180            not 'VXLAN' and
16181            not 'DOT1Q'"
16182   parameters:
16183   - "throughput"
16184   - "parent"
16185   - "tags"
16186   sort:
16187   - "not CFS_OPT"
16188   - "1VM"
16189   - "2VM"
16190   traces:
16191     hoverinfo: "x+y"
16192     boxpoints: "outliers"
16193     whiskerwidth: 0
16194   layout:
16195     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16196     layout: "plot-throughput"
16197
16198 -
16199   type: "plot"
16200   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16201   algorithm: "plot_performance_box"
16202   output-file-type: ".html"
16203   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16204   data: "plot-vpp-throughput-latency-2n-skx"
16205   filter: "'NIC_Intel-XXV710' and
16206            '64B' and
16207            'NDRPDR' and
16208            'ETH' and
16209            'IP4FWD' and
16210            '4T2C' and
16211            'VHOST_1024' and
16212            not 'VXLAN' and
16213            not 'DOT1Q'"
16214   parameters:
16215   - "throughput"
16216   - "parent"
16217   - "tags"
16218   sort:
16219   - "not CFS_OPT"
16220   - "1VM"
16221   - "2VM"
16222   traces:
16223     hoverinfo: "x+y"
16224     boxpoints: "outliers"
16225     whiskerwidth: 0
16226   layout:
16227     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16228     layout: "plot-throughput"
16229
16230 -
16231   type: "plot"
16232   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16233   algorithm: "plot_performance_box"
16234   output-file-type: ".html"
16235   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16236   data: "plot-vpp-throughput-latency-2n-skx"
16237   filter: "'NIC_Intel-XXV710' and
16238            '64B' and
16239            'NDRPDR' and
16240            'ETH' and
16241            'IP4FWD' and
16242            '2T1C' and
16243            'VHOST_1024' and
16244            not 'VXLAN' and
16245            not 'DOT1Q'"
16246   parameters:
16247   - "throughput"
16248   - "parent"
16249   - "tags"
16250   sort:
16251   - "not CFS_OPT"
16252   - "1VM"
16253   - "2VM"
16254   traces:
16255     hoverinfo: "x+y"
16256     boxpoints: "outliers"
16257     whiskerwidth: 0
16258   layout:
16259     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16260     layout: "plot-throughput"
16261
16262 -
16263   type: "plot"
16264   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
16265   algorithm: "plot_performance_box"
16266   output-file-type: ".html"
16267   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
16268   data: "plot-vpp-throughput-latency-2n-skx"
16269   filter: "'NIC_Intel-XXV710' and
16270            '64B' and
16271            'NDRPDR' and
16272            'ETH' and
16273            'IP4FWD' and
16274            '4T2C' and
16275            'VHOST_1024' and
16276            not 'VXLAN' and
16277            not 'DOT1Q'"
16278   parameters:
16279   - "throughput"
16280   - "parent"
16281   - "tags"
16282   sort:
16283   - "not CFS_OPT"
16284   - "1VM"
16285   - "2VM"
16286   traces:
16287     hoverinfo: "x+y"
16288     boxpoints: "outliers"
16289     whiskerwidth: 0
16290   layout:
16291     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
16292     layout: "plot-throughput"
16293
16294 # Packet Throughput - VPP vhost l2sw 2n-skx-xxv710
16295 -
16296   type: "plot"
16297   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16298   algorithm: "plot_performance_box"
16299   output-file-type: ".html"
16300   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16301   data: "plot-vpp-throughput-latency-2n-skx"
16302   filter: "'NIC_Intel-XXV710' and
16303            '64B' and
16304            'NDRPDR' and
16305            ('ETH' or 'DOT1Q') and
16306            '2T1C' and
16307            'L2BDMACLRN' and
16308            'VHOST_1024' and
16309            not 'VXLAN' and
16310            not 'IP4FWD' and
16311            not '2VM'"
16312   parameters:
16313   - "throughput"
16314   - "parent"
16315   - "tags"
16316 #  sort:
16317 #  - "VM"  # "not CFS_OPT"
16318 #  - "CFS_OPT"
16319 #  - "FIB_10K"
16320 #  - "FIB_100K"
16321 #  - "FIB_1M"
16322   traces:
16323     hoverinfo: "x+y"
16324     boxpoints: "outliers"
16325     whiskerwidth: 0
16326   layout:
16327     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16328     layout: "plot-throughput"
16329
16330 -
16331   type: "plot"
16332   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16333   algorithm: "plot_performance_box"
16334   output-file-type: ".html"
16335   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16336   data: "plot-vpp-throughput-latency-2n-skx"
16337   filter: "'NIC_Intel-XXV710' and
16338            '64B' and
16339            'NDRPDR' and
16340            ('ETH' or 'DOT1Q') and
16341            '4T2C' and
16342            'L2BDMACLRN' and
16343            'VHOST_1024' and
16344            not 'VXLAN' and
16345            not 'IP4FWD' and
16346            not '2VM'"
16347   parameters:
16348   - "throughput"
16349   - "parent"
16350   - "tags"
16351 #  sort:
16352 #  - "VM"  # "not CFS_OPT"
16353 #  - "CFS_OPT"
16354 #  - "FIB_10K"
16355 #  - "FIB_100K"
16356 #  - "FIB_1M"
16357   traces:
16358     hoverinfo: "x+y"
16359     boxpoints: "outliers"
16360     whiskerwidth: 0
16361   layout:
16362     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16363     layout: "plot-throughput"
16364
16365 -
16366   type: "plot"
16367   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16368   algorithm: "plot_performance_box"
16369   output-file-type: ".html"
16370   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16371   data: "plot-vpp-throughput-latency-2n-skx"
16372   filter: "'NIC_Intel-XXV710' and
16373            '64B' and
16374            'NDRPDR' and
16375            ('ETH' or 'DOT1Q') and
16376            '2T1C' and
16377            'L2BDMACLRN' and
16378            'VHOST_1024' and
16379            not 'VXLAN' and
16380            not 'IP4FWD' and
16381            not '2VM'"
16382   parameters:
16383   - "throughput"
16384   - "parent"
16385   - "tags"
16386 #  sort:
16387 #  - "VM"  # "not CFS_OPT"
16388 #  - "CFS_OPT"
16389 #  - "FIB_10K"
16390 #  - "FIB_100K"
16391 #  - "FIB_1M"
16392   traces:
16393     hoverinfo: "x+y"
16394     boxpoints: "outliers"
16395     whiskerwidth: 0
16396   layout:
16397     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16398     layout: "plot-throughput"
16399
16400 -
16401   type: "plot"
16402   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
16403   algorithm: "plot_performance_box"
16404   output-file-type: ".html"
16405   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
16406   data: "plot-vpp-throughput-latency-2n-skx"
16407   filter: "'NIC_Intel-XXV710' and
16408            '64B' and
16409            'NDRPDR' and
16410            ('ETH' or 'DOT1Q') and
16411            '4T2C' and
16412            'L2BDMACLRN' and
16413            'VHOST_1024' and
16414            not 'VXLAN' and
16415            not 'IP4FWD' and
16416            not '2VM'"
16417   parameters:
16418   - "throughput"
16419   - "parent"
16420   - "tags"
16421 #  sort:
16422 #  - "VM"  # "not CFS_OPT"
16423 #  - "CFS_OPT"
16424 #  - "FIB_10K"
16425 #  - "FIB_100K"
16426 #  - "FIB_1M"
16427   traces:
16428     hoverinfo: "x+y"
16429     boxpoints: "outliers"
16430     whiskerwidth: 0
16431   layout:
16432     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
16433     layout: "plot-throughput"
16434
16435 # Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base
16436 -
16437   type: "plot"
16438   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
16439   algorithm: "plot_performance_box"
16440   output-file-type: ".html"
16441   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
16442   data: "plot-vpp-throughput-latency-2n-skx"
16443   filter: "'NIC_Intel-XXV710' and
16444            '64B' and
16445            'NDRPDR' and
16446            ('ETH' or 'DOT1Q') and
16447            'BASE' and
16448            '2T1C' and
16449            ('L2BDMACLRN' or 'L2XCFWD') and
16450            'VHOST_1024' and
16451            not 'VXLAN' and
16452            not 'IP4FWD' and
16453            not '2VM'"
16454   parameters:
16455   - "throughput"
16456   - "parent"
16457   - "tags"
16458 #  sort:
16459 #  - "not CFS_OPT"
16460 #  - "L2XCFWD"
16461 #  - "not CFS_OPT"
16462 #  - "CFS_OPT"
16463   traces:
16464     hoverinfo: "x+y"
16465     boxpoints: "outliers"
16466     whiskerwidth: 0
16467   layout:
16468     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
16469     layout: "plot-throughput"
16470
16471 -
16472   type: "plot"
16473   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-pdr"
16474   algorithm: "plot_performance_box"
16475   output-file-type: ".html"
16476   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-pdr"
16477   data: "plot-vpp-throughput-latency-2n-skx"
16478   filter: "'NIC_Intel-XXV710' and
16479            '64B' and
16480            'NDRPDR' and
16481            ('ETH' or 'DOT1Q') and
16482            'BASE' and
16483            '2T1C' and
16484            ('L2BDMACLRN' or 'L2XCFWD') and
16485            'VHOST_1024' and
16486            not 'VXLAN' and
16487            not 'IP4FWD' and
16488            not '2VM'"
16489   parameters:
16490   - "throughput"
16491   - "parent"
16492   - "tags"
16493 #  sort:
16494 #  - "not CFS_OPT"
16495 #  - "L2XCFWD"
16496 #  - "not CFS_OPT"
16497 #  - "CFS_OPT"
16498   traces:
16499     hoverinfo: "x+y"
16500     boxpoints: "outliers"
16501     whiskerwidth: 0
16502   layout:
16503     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-pdr"
16504     layout: "plot-throughput"
16505
16506 -
16507   type: "plot"
16508   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
16509   algorithm: "plot_performance_box"
16510   output-file-type: ".html"
16511   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
16512   data: "plot-vpp-throughput-latency-2n-skx"
16513   filter: "'NIC_Intel-XXV710' and
16514            '64B' and
16515            'NDRPDR' and
16516            ('ETH' or 'DOT1Q') and
16517            'BASE' and
16518            '4T2C' and
16519            ('L2BDMACLRN' or 'L2XCFWD') and
16520            'VHOST_1024' and
16521            not 'VXLAN' and
16522            not 'IP4FWD' and
16523            not '2VM'"
16524   parameters:
16525   - "throughput"
16526   - "parent"
16527   - "tags"
16528 #  sort:
16529 #  - "not CFS_OPT"
16530 #  - "L2XCFWD"
16531 #  - "not CFS_OPT"
16532 #  - "CFS_OPT"
16533   traces:
16534     hoverinfo: "x+y"
16535     boxpoints: "outliers"
16536     whiskerwidth: 0
16537   layout:
16538     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
16539     layout: "plot-throughput"
16540
16541 -
16542   type: "plot"
16543   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-pdr"
16544   algorithm: "plot_performance_box"
16545   output-file-type: ".html"
16546   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-pdr"
16547   data: "plot-vpp-throughput-latency-2n-skx"
16548   filter: "'NIC_Intel-XXV710' and
16549            '64B' and
16550            'NDRPDR' and
16551            ('ETH' or 'DOT1Q') and
16552            'BASE' and
16553            '4T2C' and
16554            ('L2BDMACLRN' or 'L2XCFWD') and
16555            'VHOST_1024' and
16556            not 'VXLAN' and
16557            not 'IP4FWD' and
16558            not '2VM'"
16559   parameters:
16560   - "throughput"
16561   - "parent"
16562   - "tags"
16563 #  sort:
16564 #  - "not CFS_OPT"
16565 #  - "L2XCFWD"
16566 #  - "not CFS_OPT"
16567 #  - "CFS_OPT"
16568   traces:
16569     hoverinfo: "x+y"
16570     boxpoints: "outliers"
16571     whiskerwidth: 0
16572   layout:
16573     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-pdr"
16574     layout: "plot-throughput"
16575
16576 # Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base vm
16577 -
16578   type: "plot"
16579   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
16580   algorithm: "plot_performance_box"
16581   output-file-type: ".html"
16582   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
16583   data: "plot-vpp-throughput-latency-2n-skx"
16584   filter: "'NIC_Intel-XXV710' and
16585            '64B' and
16586            'NDRPDR' and
16587            ('ETH' or 'DOT1Q') and
16588            '2T1C' and
16589            ('L2BDMACLRN' or 'L2XCFWD') and
16590            'VHOST_1024' and
16591            not 'CFS_OPT' and
16592            not 'VXLAN' and
16593            not 'IP4FWD'"
16594   parameters:
16595   - "throughput"
16596   - "parent"
16597   - "tags"
16598 #  sort:
16599 #  - "1VM"
16600 #  - "L2XCFWD"
16601 #  - "1VM"
16602 #  - "L2BDMACLRN"
16603   traces:
16604     hoverinfo: "x+y"
16605     boxpoints: "outliers"
16606     whiskerwidth: 0
16607   layout:
16608     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
16609     layout: "plot-throughput"
16610
16611 -
16612   type: "plot"
16613   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
16614   algorithm: "plot_performance_box"
16615   output-file-type: ".html"
16616   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
16617   data: "plot-vpp-throughput-latency-2n-skx"
16618   filter: "'NIC_Intel-XXV710' and
16619            '64B' and
16620            'NDRPDR' and
16621            ('ETH' or 'DOT1Q') and
16622            '2T1C' and
16623            ('L2BDMACLRN' or 'L2XCFWD') and
16624            'VHOST_1024' and
16625            not 'CFS_OPT' and
16626            not 'VXLAN' and
16627            not 'IP4FWD'"
16628   parameters:
16629   - "throughput"
16630   - "parent"
16631   - "tags"
16632 #  sort:
16633 #  - "1VM"
16634 #  - "L2XCFWD"
16635 #  - "1VM"
16636 #  - "L2BDMACLRN"
16637   traces:
16638     hoverinfo: "x+y"
16639     boxpoints: "outliers"
16640     whiskerwidth: 0
16641   layout:
16642     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
16643     layout: "plot-throughput"
16644
16645 -
16646   type: "plot"
16647   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
16648   algorithm: "plot_performance_box"
16649   output-file-type: ".html"
16650   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
16651   data: "plot-vpp-throughput-latency-2n-skx"
16652   filter: "'NIC_Intel-XXV710' and
16653            '64B' and
16654            'NDRPDR' and
16655            ('ETH' or 'DOT1Q') and
16656            '4T2C' and
16657            ('L2BDMACLRN' or 'L2XCFWD') and
16658            'VHOST_1024' and
16659            not 'CFS_OPT' and
16660            not 'VXLAN' and
16661            not 'IP4FWD'"
16662   parameters:
16663   - "throughput"
16664   - "parent"
16665   - "tags"
16666 #  sort:
16667 #  - "1VM"
16668 #  - "L2XCFWD"
16669 #  - "1VM"
16670 #  - "L2BDMACLRN"
16671   traces:
16672     hoverinfo: "x+y"
16673     boxpoints: "outliers"
16674     whiskerwidth: 0
16675   layout:
16676     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
16677     layout: "plot-throughput"
16678
16679 -
16680   type: "plot"
16681   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
16682   algorithm: "plot_performance_box"
16683   output-file-type: ".html"
16684   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
16685   data: "plot-vpp-throughput-latency-2n-skx"
16686   filter: "'NIC_Intel-XXV710' and
16687            '64B' and
16688            'NDRPDR' and
16689            ('ETH' or 'DOT1Q') and
16690            '4T2C' and
16691            ('L2BDMACLRN' or 'L2XCFWD') and
16692            'VHOST_1024' and
16693            not 'CFS_OPT' and
16694            not 'VXLAN' and
16695            not 'IP4FWD'"
16696   parameters:
16697   - "throughput"
16698   - "parent"
16699   - "tags"
16700 #  sort:
16701 #  - "1VM"
16702 #  - "L2XCFWD"
16703 #  - "1VM"
16704 #  - "L2BDMACLRN"
16705   traces:
16706     hoverinfo: "x+y"
16707     boxpoints: "outliers"
16708     whiskerwidth: 0
16709   layout:
16710     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
16711     layout: "plot-throughput"
16712
16713 ################################################################################
16714
16715 # Packet Throughput - VPP VTS 3n-hsw-x520
16716 -
16717   type: "plot"
16718   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-ndr"
16719   algorithm: "plot_performance_box"
16720   output-file-type: ".html"
16721   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr"
16722   data: "plot-vpp-throughput-latency-3n-hsw"
16723   filter: "'NIC_Intel-X520-DA2' and
16724            '114B' and
16725            'NDRPDR' and
16726            '1T1C' and
16727            'VTS'"
16728   parameters:
16729   - "throughput"
16730   - "parent"
16731   - "tags"
16732   traces:
16733     hoverinfo: "x+y"
16734     boxpoints: "outliers"
16735     whiskerwidth: 0
16736   layout:
16737     title: "vts-3n-hsw-x520-114b-1t1c-ndr"
16738     layout: "plot-throughput"
16739
16740 -
16741   type: "plot"
16742   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-ndr"
16743   algorithm: "plot_performance_box"
16744   output-file-type: ".html"
16745   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr"
16746   data: "plot-vpp-throughput-latency-3n-hsw"
16747   filter: "'NIC_Intel-X520-DA2' and
16748            '114B' and
16749            'NDRPDR' and
16750            '2T2C' and
16751            'VTS'"
16752   parameters:
16753   - "throughput"
16754   - "parent"
16755   - "tags"
16756   traces:
16757     hoverinfo: "x+y"
16758     boxpoints: "outliers"
16759     whiskerwidth: 0
16760   layout:
16761     title: "vts-3n-hsw-x520-114b-2t2c-ndr"
16762     layout: "plot-throughput"
16763
16764 -
16765   type: "plot"
16766   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-pdr"
16767   algorithm: "plot_performance_box"
16768   output-file-type: ".html"
16769   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-pdr"
16770   data: "plot-vpp-throughput-latency-3n-hsw"
16771   filter: "'NIC_Intel-X520-DA2' and
16772            '114B' and
16773            'NDRPDR' and
16774            '1T1C' and
16775            'VTS'"
16776   parameters:
16777   - "throughput"
16778   - "parent"
16779   - "tags"
16780   traces:
16781     hoverinfo: "x+y"
16782     boxpoints: "outliers"
16783     whiskerwidth: 0
16784   layout:
16785     title: "vts-3n-hsw-x520-114b-1t1c-pdr"
16786     layout: "plot-throughput"
16787
16788 -
16789   type: "plot"
16790   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-pdr"
16791   algorithm: "plot_performance_box"
16792   output-file-type: ".html"
16793   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-pdr"
16794   data: "plot-vpp-throughput-latency-3n-hsw"
16795   filter: "'NIC_Intel-X520-DA2' and
16796            '114B' and
16797            'NDRPDR' and
16798            '2T2C' and
16799            'VTS'"
16800   parameters:
16801   - "throughput"
16802   - "parent"
16803   - "tags"
16804   traces:
16805     hoverinfo: "x+y"
16806     boxpoints: "outliers"
16807     whiskerwidth: 0
16808   layout:
16809     title: "vts-3n-hsw-x520-114b-2t2c-pdr"
16810     layout: "plot-throughput"
16811
16812 ################################################################################
16813
16814 # Packet Throughput - DPDK l3fwd 3n-hsw-x520
16815 -
16816   type: "plot"
16817   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
16818   algorithm: "plot_performance_box"
16819   output-file-type: ".html"
16820   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
16821   data: "plot-dpdk-throughput-latency-3n-hsw"
16822   filter: "'NIC_Intel-X520-DA2' and
16823            '64B' and
16824            'BASE' and
16825            'NDRPDR' and
16826            '1T1C' and
16827            'IP4FWD'"
16828   parameters:
16829   - "throughput"
16830   - "parent"
16831   - "tags"
16832   traces:
16833     hoverinfo: "x+y"
16834     boxpoints: "outliers"
16835     whiskerwidth: 0
16836   layout:
16837     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
16838     layout: "plot-throughput"
16839
16840 -
16841   type: "plot"
16842   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
16843   algorithm: "plot_performance_box"
16844   output-file-type: ".html"
16845   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
16846   data: "plot-dpdk-throughput-latency-3n-hsw"
16847   filter: "'NIC_Intel-X520-DA2' and
16848            '64B' and
16849            'BASE' and
16850            'NDRPDR' and
16851            '2T2C' and
16852            'IP4FWD'"
16853   parameters:
16854   - "throughput"
16855   - "parent"
16856   - "tags"
16857   traces:
16858     hoverinfo: "x+y"
16859     boxpoints: "outliers"
16860     whiskerwidth: 0
16861   layout:
16862     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
16863     layout: "plot-throughput"
16864
16865 -
16866   type: "plot"
16867   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
16868   algorithm: "plot_performance_box"
16869   output-file-type: ".html"
16870   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
16871   data: "plot-dpdk-throughput-latency-3n-hsw"
16872   filter: "'NIC_Intel-X520-DA2' and
16873            '64B' and
16874            'BASE' and
16875            'NDRPDR' and
16876            '1T1C' and
16877            'IP4FWD'"
16878   parameters:
16879   - "throughput"
16880   - "parent"
16881   - "tags"
16882   traces:
16883     hoverinfo: "x+y"
16884     boxpoints: "outliers"
16885     whiskerwidth: 0
16886   layout:
16887     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
16888     layout: "plot-throughput"
16889
16890 -
16891   type: "plot"
16892   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
16893   algorithm: "plot_performance_box"
16894   output-file-type: ".html"
16895   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
16896   data: "plot-dpdk-throughput-latency-3n-hsw"
16897   filter: "'NIC_Intel-X520-DA2' and
16898            '64B' and
16899            'BASE' and
16900            'NDRPDR' and
16901            '2T2C' and
16902            'IP4FWD'"
16903   parameters:
16904   - "throughput"
16905   - "parent"
16906   - "tags"
16907   traces:
16908     hoverinfo: "x+y"
16909     boxpoints: "outliers"
16910     whiskerwidth: 0
16911   layout:
16912     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
16913     layout: "plot-throughput"
16914
16915 # Packet Throughput - DPDK l3fwd 3n-hsw-x710
16916 -
16917   type: "plot"
16918   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
16919   algorithm: "plot_performance_box"
16920   output-file-type: ".html"
16921   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
16922   data: "plot-dpdk-throughput-latency-3n-hsw"
16923   filter: "'NIC_Intel-X710' and
16924            '64B' and
16925            'BASE' and
16926            'NDRPDR' and
16927            '1T1C' and
16928            'IP4FWD'"
16929   parameters:
16930   - "throughput"
16931   - "parent"
16932   - "tags"
16933   traces:
16934     hoverinfo: "x+y"
16935     boxpoints: "outliers"
16936     whiskerwidth: 0
16937   layout:
16938     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
16939     layout: "plot-throughput"
16940
16941 -
16942   type: "plot"
16943   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
16944   algorithm: "plot_performance_box"
16945   output-file-type: ".html"
16946   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
16947   data: "plot-dpdk-throughput-latency-3n-hsw"
16948   filter: "'NIC_Intel-X710' and
16949            '64B' and
16950            'BASE' and
16951            'NDRPDR' and
16952            '2T2C' and
16953            'IP4FWD'"
16954   parameters:
16955   - "throughput"
16956   - "parent"
16957   - "tags"
16958   traces:
16959     hoverinfo: "x+y"
16960     boxpoints: "outliers"
16961     whiskerwidth: 0
16962   layout:
16963     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
16964     layout: "plot-throughput"
16965
16966 -
16967   type: "plot"
16968   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
16969   algorithm: "plot_performance_box"
16970   output-file-type: ".html"
16971   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
16972   data: "plot-dpdk-throughput-latency-3n-hsw"
16973   filter: "'NIC_Intel-X710' and
16974            '64B' and
16975            'BASE' and
16976            'NDRPDR' and
16977            '1T1C' and
16978            'IP4FWD'"
16979   parameters:
16980   - "throughput"
16981   - "parent"
16982   - "tags"
16983   traces:
16984     hoverinfo: "x+y"
16985     boxpoints: "outliers"
16986     whiskerwidth: 0
16987   layout:
16988     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
16989     layout: "plot-throughput"
16990
16991 -
16992   type: "plot"
16993   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
16994   algorithm: "plot_performance_box"
16995   output-file-type: ".html"
16996   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
16997   data: "plot-dpdk-throughput-latency-3n-hsw"
16998   filter: "'NIC_Intel-X710' and
16999            '64B' and
17000            'BASE' and
17001            'NDRPDR' and
17002            '2T2C' and
17003            'IP4FWD'"
17004   parameters:
17005   - "throughput"
17006   - "parent"
17007   - "tags"
17008   traces:
17009     hoverinfo: "x+y"
17010     boxpoints: "outliers"
17011     whiskerwidth: 0
17012   layout:
17013     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
17014     layout: "plot-throughput"
17015
17016 # Packet Throughput - DPDK l3fwd 3n-hsw-xl710
17017 -
17018   type: "plot"
17019   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
17020   algorithm: "plot_performance_box"
17021   output-file-type: ".html"
17022   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
17023   data: "plot-dpdk-throughput-latency-3n-hsw"
17024   filter: "'NIC_Intel-XL710' and
17025            '64B' and
17026            'BASE' and
17027            'NDRPDR' and
17028            '1T1C' and
17029            'IP4FWD'"
17030   parameters:
17031   - "throughput"
17032   - "parent"
17033   - "tags"
17034   traces:
17035     hoverinfo: "x+y"
17036     boxpoints: "outliers"
17037     whiskerwidth: 0
17038   layout:
17039     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
17040     layout: "plot-throughput"
17041
17042 -
17043   type: "plot"
17044   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
17045   algorithm: "plot_performance_box"
17046   output-file-type: ".html"
17047   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
17048   data: "plot-dpdk-throughput-latency-3n-hsw"
17049   filter: "'NIC_Intel-XL710' and
17050            '64B' and
17051            'BASE' and
17052            'NDRPDR' and
17053            '2T2C' and
17054            'IP4FWD'"
17055   parameters:
17056   - "throughput"
17057   - "parent"
17058   - "tags"
17059   traces:
17060     hoverinfo: "x+y"
17061     boxpoints: "outliers"
17062     whiskerwidth: 0
17063   layout:
17064     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
17065     layout: "plot-throughput"
17066
17067 -
17068   type: "plot"
17069   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
17070   algorithm: "plot_performance_box"
17071   output-file-type: ".html"
17072   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
17073   data: "plot-dpdk-throughput-latency-3n-hsw"
17074   filter: "'NIC_Intel-XL710' and
17075            '64B' and
17076            'BASE' and
17077            'NDRPDR' and
17078            '1T1C' and
17079            'IP4FWD'"
17080   parameters:
17081   - "throughput"
17082   - "parent"
17083   - "tags"
17084   traces:
17085     hoverinfo: "x+y"
17086     boxpoints: "outliers"
17087     whiskerwidth: 0
17088   layout:
17089     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
17090     layout: "plot-throughput"
17091
17092 -
17093   type: "plot"
17094   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
17095   algorithm: "plot_performance_box"
17096   output-file-type: ".html"
17097   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
17098   data: "plot-dpdk-throughput-latency-3n-hsw"
17099   filter: "'NIC_Intel-XL710' and
17100            '64B' and
17101            'BASE' and
17102            'NDRPDR' and
17103            '2T2C' and
17104            'IP4FWD'"
17105   parameters:
17106   - "throughput"
17107   - "parent"
17108   - "tags"
17109   traces:
17110     hoverinfo: "x+y"
17111     boxpoints: "outliers"
17112     whiskerwidth: 0
17113   layout:
17114     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
17115     layout: "plot-throughput"
17116
17117 # Packet Throughput - DPDK l3fwd 3n-skx-x710
17118 -
17119   type: "plot"
17120   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
17121   algorithm: "plot_performance_box"
17122   output-file-type: ".html"
17123   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
17124   data: "plot-dpdk-throughput-latency-3n-skx"
17125   filter: "'NIC_Intel-X710' and
17126            '64B' and
17127            'BASE' and
17128            'NDRPDR' and
17129            '2T1C' and
17130            'IP4FWD'"
17131   parameters:
17132   - "throughput"
17133   - "parent"
17134   - "tags"
17135   traces:
17136     hoverinfo: "x+y"
17137     boxpoints: "outliers"
17138     whiskerwidth: 0
17139   layout:
17140     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
17141     layout: "plot-throughput"
17142
17143 -
17144   type: "plot"
17145   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
17146   algorithm: "plot_performance_box"
17147   output-file-type: ".html"
17148   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
17149   data: "plot-dpdk-throughput-latency-3n-skx"
17150   filter: "'NIC_Intel-X710' and
17151            '64B' and
17152            'BASE' and
17153            'NDRPDR' and
17154            '4T2C' and
17155            'IP4FWD'"
17156   parameters:
17157   - "throughput"
17158   - "parent"
17159   - "tags"
17160   traces:
17161     hoverinfo: "x+y"
17162     boxpoints: "outliers"
17163     whiskerwidth: 0
17164   layout:
17165     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
17166     layout: "plot-throughput"
17167
17168 -
17169   type: "plot"
17170   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
17171   algorithm: "plot_performance_box"
17172   output-file-type: ".html"
17173   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
17174   data: "plot-dpdk-throughput-latency-3n-skx"
17175   filter: "'NIC_Intel-X710' and
17176            '64B' and
17177            'BASE' and
17178            'NDRPDR' and
17179            '2T1C' and
17180            'IP4FWD'"
17181   parameters:
17182   - "throughput"
17183   - "parent"
17184   - "tags"
17185   traces:
17186     hoverinfo: "x+y"
17187     boxpoints: "outliers"
17188     whiskerwidth: 0
17189   layout:
17190     title: "l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
17191     layout: "plot-throughput"
17192
17193 -
17194   type: "plot"
17195   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
17196   algorithm: "plot_performance_box"
17197   output-file-type: ".html"
17198   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
17199   data: "plot-dpdk-throughput-latency-3n-skx"
17200   filter: "'NIC_Intel-X710' and
17201            '64B' and
17202            'BASE' and
17203            'NDRPDR' and
17204            '4T2C' and
17205            'IP4FWD'"
17206   parameters:
17207   - "throughput"
17208   - "parent"
17209   - "tags"
17210   traces:
17211     hoverinfo: "x+y"
17212     boxpoints: "outliers"
17213     whiskerwidth: 0
17214   layout:
17215     title: "l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
17216     layout: "plot-throughput"
17217
17218 # Packet Throughput - DPDK l3fwd 3n-skx-xxv710
17219 -
17220   type: "plot"
17221   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
17222   algorithm: "plot_performance_box"
17223   output-file-type: ".html"
17224   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
17225   data: "plot-dpdk-throughput-latency-3n-skx"
17226   filter: "'NIC_Intel-XXV710' and
17227            '64B' and
17228            'BASE' and
17229            'NDRPDR' and
17230            '2T1C' and
17231            'IP4FWD'"
17232   parameters:
17233   - "throughput"
17234   - "parent"
17235   - "tags"
17236   traces:
17237     hoverinfo: "x+y"
17238     boxpoints: "outliers"
17239     whiskerwidth: 0
17240   layout:
17241     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
17242     layout: "plot-throughput"
17243
17244 -
17245   type: "plot"
17246   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
17247   algorithm: "plot_performance_box"
17248   output-file-type: ".html"
17249   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
17250   data: "plot-dpdk-throughput-latency-3n-skx"
17251   filter: "'NIC_Intel-XXV710' and
17252            '64B' and
17253            'BASE' and
17254            'NDRPDR' and
17255            '4T2C' and
17256            'IP4FWD'"
17257   parameters:
17258   - "throughput"
17259   - "parent"
17260   - "tags"
17261   traces:
17262     hoverinfo: "x+y"
17263     boxpoints: "outliers"
17264     whiskerwidth: 0
17265   layout:
17266     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
17267     layout: "plot-throughput"
17268
17269 -
17270   type: "plot"
17271   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
17272   algorithm: "plot_performance_box"
17273   output-file-type: ".html"
17274   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
17275   data: "plot-dpdk-throughput-latency-3n-skx"
17276   filter: "'NIC_Intel-XXV710' and
17277            '64B' and
17278            'BASE' and
17279            'NDRPDR' and
17280            '2T1C' and
17281            'IP4FWD'"
17282   parameters:
17283   - "throughput"
17284   - "parent"
17285   - "tags"
17286   traces:
17287     hoverinfo: "x+y"
17288     boxpoints: "outliers"
17289     whiskerwidth: 0
17290   layout:
17291     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
17292     layout: "plot-throughput"
17293
17294 -
17295   type: "plot"
17296   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
17297   algorithm: "plot_performance_box"
17298   output-file-type: ".html"
17299   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
17300   data: "plot-dpdk-throughput-latency-3n-skx"
17301   filter: "'NIC_Intel-XXV710' and
17302            '64B' and
17303            'BASE' and
17304            'NDRPDR' and
17305            '4T2C' and
17306            'IP4FWD'"
17307   parameters:
17308   - "throughput"
17309   - "parent"
17310   - "tags"
17311   traces:
17312     hoverinfo: "x+y"
17313     boxpoints: "outliers"
17314     whiskerwidth: 0
17315   layout:
17316     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
17317     layout: "plot-throughput"
17318
17319 # Packet Throughput - DPDK l3fwd 2n-skx-x710
17320 -
17321   type: "plot"
17322   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
17323   algorithm: "plot_performance_box"
17324   output-file-type: ".html"
17325   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
17326   data: "plot-dpdk-throughput-latency-2n-skx"
17327   filter: "'NIC_Intel-X710' and
17328            '64B' and
17329            'BASE' and
17330            'NDRPDR' and
17331            '2T1C' and
17332            'IP4FWD'"
17333   parameters:
17334   - "throughput"
17335   - "parent"
17336   - "tags"
17337   traces:
17338     hoverinfo: "x+y"
17339     boxpoints: "outliers"
17340     whiskerwidth: 0
17341   layout:
17342     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
17343     layout: "plot-throughput"
17344
17345 -
17346   type: "plot"
17347   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
17348   algorithm: "plot_performance_box"
17349   output-file-type: ".html"
17350   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
17351   data: "plot-dpdk-throughput-latency-2n-skx"
17352   filter: "'NIC_Intel-X710' and
17353            '64B' and
17354            'BASE' and
17355            'NDRPDR' and
17356            '4T2C' and
17357            'IP4FWD'"
17358   parameters:
17359   - "throughput"
17360   - "parent"
17361   - "tags"
17362   traces:
17363     hoverinfo: "x+y"
17364     boxpoints: "outliers"
17365     whiskerwidth: 0
17366   layout:
17367     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
17368     layout: "plot-throughput"
17369
17370 -
17371   type: "plot"
17372   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
17373   algorithm: "plot_performance_box"
17374   output-file-type: ".html"
17375   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
17376   data: "plot-dpdk-throughput-latency-2n-skx"
17377   filter: "'NIC_Intel-X710' and
17378            '64B' and
17379            'BASE' and
17380            'NDRPDR' and
17381            '2T1C' and
17382            'IP4FWD'"
17383   parameters:
17384   - "throughput"
17385   - "parent"
17386   - "tags"
17387   traces:
17388     hoverinfo: "x+y"
17389     boxpoints: "outliers"
17390     whiskerwidth: 0
17391   layout:
17392     title: "l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
17393     layout: "plot-throughput"
17394
17395 -
17396   type: "plot"
17397   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
17398   algorithm: "plot_performance_box"
17399   output-file-type: ".html"
17400   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
17401   data: "plot-dpdk-throughput-latency-2n-skx"
17402   filter: "'NIC_Intel-X710' and
17403            '64B' and
17404            'BASE' and
17405            'NDRPDR' and
17406            '4T2C' and
17407            'IP4FWD'"
17408   parameters:
17409   - "throughput"
17410   - "parent"
17411   - "tags"
17412   traces:
17413     hoverinfo: "x+y"
17414     boxpoints: "outliers"
17415     whiskerwidth: 0
17416   layout:
17417     title: "l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
17418     layout: "plot-throughput"
17419
17420 # Packet Throughput - DPDK l3fwd 2n-skx-xxv710
17421 -
17422   type: "plot"
17423   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
17424   algorithm: "plot_performance_box"
17425   output-file-type: ".html"
17426   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
17427   data: "plot-dpdk-throughput-latency-2n-skx"
17428   filter: "'NIC_Intel-XXV710' and
17429            '64B' and
17430            'BASE' and
17431            'NDRPDR' and
17432            '2T1C' and
17433            'IP4FWD'"
17434   parameters:
17435   - "throughput"
17436   - "parent"
17437   - "tags"
17438   traces:
17439     hoverinfo: "x+y"
17440     boxpoints: "outliers"
17441     whiskerwidth: 0
17442   layout:
17443     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
17444     layout: "plot-throughput"
17445
17446 -
17447   type: "plot"
17448   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
17449   algorithm: "plot_performance_box"
17450   output-file-type: ".html"
17451   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
17452   data: "plot-dpdk-throughput-latency-2n-skx"
17453   filter: "'NIC_Intel-XXV710' and
17454            '64B' and
17455            'BASE' and
17456            'NDRPDR' and
17457            '4T2C' and
17458            'IP4FWD'"
17459   parameters:
17460   - "throughput"
17461   - "parent"
17462   - "tags"
17463   traces:
17464     hoverinfo: "x+y"
17465     boxpoints: "outliers"
17466     whiskerwidth: 0
17467   layout:
17468     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
17469     layout: "plot-throughput"
17470
17471 -
17472   type: "plot"
17473   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
17474   algorithm: "plot_performance_box"
17475   output-file-type: ".html"
17476   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
17477   data: "plot-dpdk-throughput-latency-2n-skx"
17478   filter: "'NIC_Intel-XXV710' and
17479            '64B' and
17480            'BASE' and
17481            'NDRPDR' and
17482            '2T1C' and
17483            'IP4FWD'"
17484   parameters:
17485   - "throughput"
17486   - "parent"
17487   - "tags"
17488   traces:
17489     hoverinfo: "x+y"
17490     boxpoints: "outliers"
17491     whiskerwidth: 0
17492   layout:
17493     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
17494     layout: "plot-throughput"
17495
17496 -
17497   type: "plot"
17498   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
17499   algorithm: "plot_performance_box"
17500   output-file-type: ".html"
17501   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
17502   data: "plot-dpdk-throughput-latency-2n-skx"
17503   filter: "'NIC_Intel-XXV710' and
17504            '64B' and
17505            'BASE' and
17506            'NDRPDR' and
17507            '4T2C' and
17508            'IP4FWD'"
17509   parameters:
17510   - "throughput"
17511   - "parent"
17512   - "tags"
17513   traces:
17514     hoverinfo: "x+y"
17515     boxpoints: "outliers"
17516     whiskerwidth: 0
17517   layout:
17518     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
17519     layout: "plot-throughput"
17520
17521 ################################################################################
17522
17523 # Packet Throughput - DPDK testpmd 3n-hsw-x520
17524 -
17525   type: "plot"
17526   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
17527   algorithm: "plot_performance_box"
17528   output-file-type: ".html"
17529   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
17530   data: "plot-dpdk-throughput-latency-3n-hsw"
17531   filter: "'NIC_Intel-X520-DA2' and
17532            '64B' and
17533            'BASE' and
17534            'NDRPDR' and
17535            '1T1C' and
17536            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17537   parameters:
17538   - "throughput"
17539   - "parent"
17540   - "tags"
17541   traces:
17542     hoverinfo: "x+y"
17543     boxpoints: "outliers"
17544     whiskerwidth: 0
17545   layout:
17546     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
17547     layout: "plot-throughput"
17548
17549 -
17550   type: "plot"
17551   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
17552   algorithm: "plot_performance_box"
17553   output-file-type: ".html"
17554   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
17555   data: "plot-dpdk-throughput-latency-3n-hsw"
17556   filter: "'NIC_Intel-X520-DA2' and
17557            '64B' and
17558            'BASE' and
17559            'NDRPDR' and
17560            '2T2C' and
17561            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17562   parameters:
17563   - "throughput"
17564   - "parent"
17565   - "tags"
17566   traces:
17567     hoverinfo: "x+y"
17568     boxpoints: "outliers"
17569     whiskerwidth: 0
17570   layout:
17571     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
17572     layout: "plot-throughput"
17573
17574 -
17575   type: "plot"
17576   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
17577   algorithm: "plot_performance_box"
17578   output-file-type: ".html"
17579   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
17580   data: "plot-dpdk-throughput-latency-3n-hsw"
17581   filter: "'NIC_Intel-X520-DA2' and
17582            '64B' and
17583            'BASE' and
17584            'NDRPDR' and
17585            '1T1C' and
17586            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17587   parameters:
17588   - "throughput"
17589   - "parent"
17590   - "tags"
17591   traces:
17592     hoverinfo: "x+y"
17593     boxpoints: "outliers"
17594     whiskerwidth: 0
17595   layout:
17596     title: "testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
17597     layout: "plot-throughput"
17598
17599 -
17600   type: "plot"
17601   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
17602   algorithm: "plot_performance_box"
17603   output-file-type: ".html"
17604   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
17605   data: "plot-dpdk-throughput-latency-3n-hsw"
17606   filter: "'NIC_Intel-X520-DA2' and
17607            '64B' and
17608            'BASE' and
17609            'NDRPDR' and
17610            '2T2C' and
17611            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17612   parameters:
17613   - "throughput"
17614   - "parent"
17615   - "tags"
17616   traces:
17617     hoverinfo: "x+y"
17618     boxpoints: "outliers"
17619     whiskerwidth: 0
17620   layout:
17621     title: "testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
17622     layout: "plot-throughput"
17623
17624 # Packet Throughput - DPDK testpmd 3n-hsw-x710
17625 -
17626   type: "plot"
17627   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
17628   algorithm: "plot_performance_box"
17629   output-file-type: ".html"
17630   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
17631   data: "plot-dpdk-throughput-latency-3n-hsw"
17632   filter: "'NIC_Intel-X710' and
17633            '64B' and
17634            'BASE' and
17635            'NDRPDR' and
17636            '1T1C' and
17637            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17638   parameters:
17639   - "throughput"
17640   - "parent"
17641   - "tags"
17642   traces:
17643     hoverinfo: "x+y"
17644     boxpoints: "outliers"
17645     whiskerwidth: 0
17646   layout:
17647     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
17648     layout: "plot-throughput"
17649
17650 -
17651   type: "plot"
17652   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
17653   algorithm: "plot_performance_box"
17654   output-file-type: ".html"
17655   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
17656   data: "plot-dpdk-throughput-latency-3n-hsw"
17657   filter: "'NIC_Intel-X710' and
17658            '64B' and
17659            'BASE' and
17660            'NDRPDR' and
17661            '2T2C' and
17662            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17663   parameters:
17664   - "throughput"
17665   - "parent"
17666   - "tags"
17667   traces:
17668     hoverinfo: "x+y"
17669     boxpoints: "outliers"
17670     whiskerwidth: 0
17671   layout:
17672     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
17673     layout: "plot-throughput"
17674
17675 -
17676   type: "plot"
17677   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
17678   algorithm: "plot_performance_box"
17679   output-file-type: ".html"
17680   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
17681   data: "plot-dpdk-throughput-latency-3n-hsw"
17682   filter: "'NIC_Intel-X710' and
17683            '64B' and
17684            'BASE' and
17685            'NDRPDR' and
17686            '1T1C' and
17687            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17688   parameters:
17689   - "throughput"
17690   - "parent"
17691   - "tags"
17692   traces:
17693     hoverinfo: "x+y"
17694     boxpoints: "outliers"
17695     whiskerwidth: 0
17696   layout:
17697     title: "testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
17698     layout: "plot-throughput"
17699
17700 -
17701   type: "plot"
17702   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
17703   algorithm: "plot_performance_box"
17704   output-file-type: ".html"
17705   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
17706   data: "plot-dpdk-throughput-latency-3n-hsw"
17707   filter: "'NIC_Intel-X710' and
17708            '64B' and
17709            'BASE' and
17710            'NDRPDR' and
17711            '2T2C' and
17712            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17713   parameters:
17714   - "throughput"
17715   - "parent"
17716   - "tags"
17717   traces:
17718     hoverinfo: "x+y"
17719     boxpoints: "outliers"
17720     whiskerwidth: 0
17721   layout:
17722     title: "testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
17723     layout: "plot-throughput"
17724
17725 # Packet Throughput - DPDK testpmd 3n-hsw-xl710
17726 -
17727   type: "plot"
17728   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
17729   algorithm: "plot_performance_box"
17730   output-file-type: ".html"
17731   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
17732   data: "plot-dpdk-throughput-latency-3n-hsw"
17733   filter: "'NIC_Intel-XL710' and
17734            '64B' and
17735            'BASE' and
17736            'NDRPDR' and
17737            '1T1C' and
17738            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17739   parameters:
17740   - "throughput"
17741   - "parent"
17742   - "tags"
17743   traces:
17744     hoverinfo: "x+y"
17745     boxpoints: "outliers"
17746     whiskerwidth: 0
17747   layout:
17748     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
17749     layout: "plot-throughput"
17750
17751 -
17752   type: "plot"
17753   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
17754   algorithm: "plot_performance_box"
17755   output-file-type: ".html"
17756   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
17757   data: "plot-dpdk-throughput-latency-3n-hsw"
17758   filter: "'NIC_Intel-XL710' and
17759            '64B' and
17760            'BASE' and
17761            'NDRPDR' and
17762            '2T2C' and
17763            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17764   parameters:
17765   - "throughput"
17766   - "parent"
17767   - "tags"
17768   traces:
17769     hoverinfo: "x+y"
17770     boxpoints: "outliers"
17771     whiskerwidth: 0
17772   layout:
17773     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
17774     layout: "plot-throughput"
17775
17776 -
17777   type: "plot"
17778   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
17779   algorithm: "plot_performance_box"
17780   output-file-type: ".html"
17781   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
17782   data: "plot-dpdk-throughput-latency-3n-hsw"
17783   filter: "'NIC_Intel-XL710' and
17784            '64B' and
17785            'BASE' and
17786            'NDRPDR' and
17787            '1T1C' and
17788            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17789   parameters:
17790   - "throughput"
17791   - "parent"
17792   - "tags"
17793   traces:
17794     hoverinfo: "x+y"
17795     boxpoints: "outliers"
17796     whiskerwidth: 0
17797   layout:
17798     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
17799     layout: "plot-throughput"
17800
17801 -
17802   type: "plot"
17803   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
17804   algorithm: "plot_performance_box"
17805   output-file-type: ".html"
17806   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
17807   data: "plot-dpdk-throughput-latency-3n-hsw"
17808   filter: "'NIC_Intel-XL710' and
17809            '64B' and
17810            'BASE' and
17811            'NDRPDR' and
17812            '2T2C' and
17813            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17814   parameters:
17815   - "throughput"
17816   - "parent"
17817   - "tags"
17818   traces:
17819     hoverinfo: "x+y"
17820     boxpoints: "outliers"
17821     whiskerwidth: 0
17822   layout:
17823     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
17824     layout: "plot-throughput"
17825
17826 # Packet Throughput - DPDK testpmd 3n-skx-x710
17827 -
17828   type: "plot"
17829   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-ndr"
17830   algorithm: "plot_performance_box"
17831   output-file-type: ".html"
17832   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr"
17833   data: "plot-dpdk-throughput-latency-3n-skx"
17834   filter: "'NIC_Intel-X710' and
17835            '64B' and
17836            'BASE' and
17837            'NDRPDR' and
17838            '2T1C' and
17839            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17840   parameters:
17841   - "throughput"
17842   - "parent"
17843   - "tags"
17844   traces:
17845     hoverinfo: "x+y"
17846     boxpoints: "outliers"
17847     whiskerwidth: 0
17848   layout:
17849     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
17850     layout: "plot-throughput"
17851
17852 -
17853   type: "plot"
17854   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-ndr"
17855   algorithm: "plot_performance_box"
17856   output-file-type: ".html"
17857   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr"
17858   data: "plot-dpdk-throughput-latency-3n-skx"
17859   filter: "'NIC_Intel-X710' and
17860            '64B' and
17861            'BASE' and
17862            'NDRPDR' and
17863            '4T2C' and
17864            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17865   parameters:
17866   - "throughput"
17867   - "parent"
17868   - "tags"
17869   traces:
17870     hoverinfo: "x+y"
17871     boxpoints: "outliers"
17872     whiskerwidth: 0
17873   layout:
17874     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
17875     layout: "plot-throughput"
17876
17877 -
17878   type: "plot"
17879   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-pdr"
17880   algorithm: "plot_performance_box"
17881   output-file-type: ".html"
17882   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-pdr"
17883   data: "plot-dpdk-throughput-latency-3n-skx"
17884   filter: "'NIC_Intel-X710' and
17885            '64B' and
17886            'BASE' and
17887            'NDRPDR' and
17888            '2T1C' and
17889            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17890   parameters:
17891   - "throughput"
17892   - "parent"
17893   - "tags"
17894   traces:
17895     hoverinfo: "x+y"
17896     boxpoints: "outliers"
17897     whiskerwidth: 0
17898   layout:
17899     title: "testpmd-3n-skx-x710-64b-2t1c-base-pdr"
17900     layout: "plot-throughput"
17901
17902 -
17903   type: "plot"
17904   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-pdr"
17905   algorithm: "plot_performance_box"
17906   output-file-type: ".html"
17907   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-pdr"
17908   data: "plot-dpdk-throughput-latency-3n-skx"
17909   filter: "'NIC_Intel-X710' and
17910            '64B' and
17911            'BASE' and
17912            'NDRPDR' and
17913            '4T2C' and
17914            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17915   parameters:
17916   - "throughput"
17917   - "parent"
17918   - "tags"
17919   traces:
17920     hoverinfo: "x+y"
17921     boxpoints: "outliers"
17922     whiskerwidth: 0
17923   layout:
17924     title: "testpmd-3n-skx-x710-64b-4t2c-base-pdr"
17925     layout: "plot-throughput"
17926
17927 # Packet Throughput - DPDK testpmd 3n-skx-xxv710
17928 -
17929   type: "plot"
17930   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
17931   algorithm: "plot_performance_box"
17932   output-file-type: ".html"
17933   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
17934   data: "plot-dpdk-throughput-latency-3n-skx"
17935   filter: "'NIC_Intel-XXV710' and
17936            '64B' and
17937            'BASE' and
17938            'NDRPDR' and
17939            '2T1C' and
17940            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17941   parameters:
17942   - "throughput"
17943   - "parent"
17944   - "tags"
17945   traces:
17946     hoverinfo: "x+y"
17947     boxpoints: "outliers"
17948     whiskerwidth: 0
17949   layout:
17950     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
17951     layout: "plot-throughput"
17952
17953 -
17954   type: "plot"
17955   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
17956   algorithm: "plot_performance_box"
17957   output-file-type: ".html"
17958   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
17959   data: "plot-dpdk-throughput-latency-3n-skx"
17960   filter: "'NIC_Intel-XXV710' and
17961            '64B' and
17962            'BASE' and
17963            'NDRPDR' and
17964            '4T2C' and
17965            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17966   parameters:
17967   - "throughput"
17968   - "parent"
17969   - "tags"
17970   traces:
17971     hoverinfo: "x+y"
17972     boxpoints: "outliers"
17973     whiskerwidth: 0
17974   layout:
17975     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
17976     layout: "plot-throughput"
17977
17978 -
17979   type: "plot"
17980   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
17981   algorithm: "plot_performance_box"
17982   output-file-type: ".html"
17983   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
17984   data: "plot-dpdk-throughput-latency-3n-skx"
17985   filter: "'NIC_Intel-XXV710' and
17986            '64B' and
17987            'BASE' and
17988            'NDRPDR' and
17989            '2T1C' and
17990            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17991   parameters:
17992   - "throughput"
17993   - "parent"
17994   - "tags"
17995   traces:
17996     hoverinfo: "x+y"
17997     boxpoints: "outliers"
17998     whiskerwidth: 0
17999   layout:
18000     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
18001     layout: "plot-throughput"
18002
18003 -
18004   type: "plot"
18005   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
18006   algorithm: "plot_performance_box"
18007   output-file-type: ".html"
18008   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
18009   data: "plot-dpdk-throughput-latency-3n-skx"
18010   filter: "'NIC_Intel-XXV710' and
18011            '64B' and
18012            'BASE' and
18013            'NDRPDR' and
18014            '4T2C' and
18015            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18016   parameters:
18017   - "throughput"
18018   - "parent"
18019   - "tags"
18020   traces:
18021     hoverinfo: "x+y"
18022     boxpoints: "outliers"
18023     whiskerwidth: 0
18024   layout:
18025     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
18026     layout: "plot-throughput"
18027
18028 # Packet Throughput - DPDK testpmd 2n-skx-x710
18029 -
18030   type: "plot"
18031   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-ndr"
18032   algorithm: "plot_performance_box"
18033   output-file-type: ".html"
18034   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr"
18035   data: "plot-dpdk-throughput-latency-2n-skx"
18036   filter: "'NIC_Intel-X710' and
18037            '64B' and
18038            'BASE' and
18039            'NDRPDR' and
18040            '2T1C' and
18041            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18042   parameters:
18043   - "throughput"
18044   - "parent"
18045   - "tags"
18046   traces:
18047     hoverinfo: "x+y"
18048     boxpoints: "outliers"
18049     whiskerwidth: 0
18050   layout:
18051     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
18052     layout: "plot-throughput"
18053
18054 -
18055   type: "plot"
18056   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-ndr"
18057   algorithm: "plot_performance_box"
18058   output-file-type: ".html"
18059   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr"
18060   data: "plot-dpdk-throughput-latency-2n-skx"
18061   filter: "'NIC_Intel-X710' and
18062            '64B' and
18063            'BASE' and
18064            'NDRPDR' and
18065            '4T2C' and
18066            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18067   parameters:
18068   - "throughput"
18069   - "parent"
18070   - "tags"
18071   traces:
18072     hoverinfo: "x+y"
18073     boxpoints: "outliers"
18074     whiskerwidth: 0
18075   layout:
18076     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
18077     layout: "plot-throughput"
18078
18079 -
18080   type: "plot"
18081   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-pdr"
18082   algorithm: "plot_performance_box"
18083   output-file-type: ".html"
18084   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-pdr"
18085   data: "plot-dpdk-throughput-latency-2n-skx"
18086   filter: "'NIC_Intel-X710' and
18087            '64B' and
18088            'BASE' and
18089            'NDRPDR' and
18090            '2T1C' and
18091            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18092   parameters:
18093   - "throughput"
18094   - "parent"
18095   - "tags"
18096   traces:
18097     hoverinfo: "x+y"
18098     boxpoints: "outliers"
18099     whiskerwidth: 0
18100   layout:
18101     title: "testpmd-2n-skx-x710-64b-2t1c-base-pdr"
18102     layout: "plot-throughput"
18103
18104 -
18105   type: "plot"
18106   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-pdr"
18107   algorithm: "plot_performance_box"
18108   output-file-type: ".html"
18109   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-pdr"
18110   data: "plot-dpdk-throughput-latency-2n-skx"
18111   filter: "'NIC_Intel-X710' and
18112            '64B' and
18113            'BASE' and
18114            'NDRPDR' and
18115            '4T2C' and
18116            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18117   parameters:
18118   - "throughput"
18119   - "parent"
18120   - "tags"
18121   traces:
18122     hoverinfo: "x+y"
18123     boxpoints: "outliers"
18124     whiskerwidth: 0
18125   layout:
18126     title: "testpmd-2n-skx-x710-64b-4t2c-base-pdr"
18127     layout: "plot-throughput"
18128
18129 # Packet Throughput - DPDK testpmd 2n-skx-xxv710
18130 -
18131   type: "plot"
18132   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
18133   algorithm: "plot_performance_box"
18134   output-file-type: ".html"
18135   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
18136   data: "plot-dpdk-throughput-latency-2n-skx"
18137   filter: "'NIC_Intel-XXV710' and
18138            '64B' and
18139            'BASE' and
18140            'NDRPDR' and
18141            '2T1C' and
18142            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18143   parameters:
18144   - "throughput"
18145   - "parent"
18146   - "tags"
18147   traces:
18148     hoverinfo: "x+y"
18149     boxpoints: "outliers"
18150     whiskerwidth: 0
18151   layout:
18152     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
18153     layout: "plot-throughput"
18154
18155 -
18156   type: "plot"
18157   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
18158   algorithm: "plot_performance_box"
18159   output-file-type: ".html"
18160   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
18161   data: "plot-dpdk-throughput-latency-2n-skx"
18162   filter: "'NIC_Intel-XXV710' and
18163            '64B' and
18164            'BASE' and
18165            'NDRPDR' and
18166            '4T2C' and
18167            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18168   parameters:
18169   - "throughput"
18170   - "parent"
18171   - "tags"
18172   traces:
18173     hoverinfo: "x+y"
18174     boxpoints: "outliers"
18175     whiskerwidth: 0
18176   layout:
18177     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
18178     layout: "plot-throughput"
18179
18180 -
18181   type: "plot"
18182   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
18183   algorithm: "plot_performance_box"
18184   output-file-type: ".html"
18185   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
18186   data: "plot-dpdk-throughput-latency-2n-skx"
18187   filter: "'NIC_Intel-XXV710' and
18188            '64B' and
18189            'BASE' and
18190            'NDRPDR' and
18191            '2T1C' and
18192            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18193   parameters:
18194   - "throughput"
18195   - "parent"
18196   - "tags"
18197   traces:
18198     hoverinfo: "x+y"
18199     boxpoints: "outliers"
18200     whiskerwidth: 0
18201   layout:
18202     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
18203     layout: "plot-throughput"
18204
18205 -
18206   type: "plot"
18207   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
18208   algorithm: "plot_performance_box"
18209   output-file-type: ".html"
18210   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
18211   data: "plot-dpdk-throughput-latency-2n-skx"
18212   filter: "'NIC_Intel-XXV710' and
18213            '64B' and
18214            'BASE' and
18215            'NDRPDR' and
18216            '4T2C' and
18217            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18218   parameters:
18219   - "throughput"
18220   - "parent"
18221   - "tags"
18222   traces:
18223     hoverinfo: "x+y"
18224     boxpoints: "outliers"
18225     whiskerwidth: 0
18226   layout:
18227     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
18228     layout: "plot-throughput"
18229
18230 ################################################################################
18231
18232 # Packet Latency - VPP L2 3n-hsw-x520 base and scale
18233 -
18234   type: "plot"
18235   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18236   algorithm: "plot_latency_error_bars"
18237   output-file-type: ".html"
18238   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18239   data: "plot-vpp-throughput-latency-3n-hsw"
18240   filter: "'NIC_Intel-X520-DA2' and
18241            '64B' and
18242            ('BASE' or 'SCALE') and
18243            'NDRPDR' and
18244            'ETH' and
18245            '1T1C' and
18246            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18247            not 'VHOST' and
18248            not 'MEMIF'"
18249   parameters:
18250   - "latency"
18251   - "parent"
18252   - "tags"
18253   sort:
18254   - "L2XCFWD"
18255   - "L2PATCH"
18256   - "L2BDMACLRN"
18257   - "FIB_10K"
18258   - "FIB_100K"
18259   - "FIB_1M"
18260   layout:
18261     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
18262     layout: "plot-latency"
18263
18264 -
18265   type: "plot"
18266   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
18267   algorithm: "plot_latency_error_bars"
18268   output-file-type: ".html"
18269   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
18270   data: "plot-vpp-throughput-latency-3n-hsw"
18271   filter: "'NIC_Intel-X520-DA2' and
18272            '64B' and
18273            ('BASE' or 'SCALE') and
18274            'NDRPDR' and
18275            'ETH' and
18276            '2T2C' and
18277            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18278            not 'VHOST' and
18279            not 'MEMIF'"
18280   parameters:
18281   - "latency"
18282   - "parent"
18283   - "tags"
18284   sort:
18285   - "L2XCFWD"
18286   - "L2PATCH"
18287   - "L2BDMACLRN"
18288   - "FIB_10K"
18289   - "FIB_100K"
18290   - "FIB_1M"
18291   layout:
18292     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
18293     layout: "plot-latency"
18294
18295 # Packet Latency - VPP L2 3n-hsw-x520 features
18296 -
18297   type: "plot"
18298   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
18299   algorithm: "plot_latency_error_bars"
18300   output-file-type: ".html"
18301   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
18302   data: "plot-vpp-throughput-latency-3n-hsw"
18303   filter: "'NIC_Intel-X520-DA2' and
18304            '64B' and
18305            'NDRPDR' and
18306            '1T1C' and
18307            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18308            not 'ACL' and
18309            not 'VHOST' and
18310            not 'MEMIF'"
18311   parameters:
18312   - "latency"
18313   - "parent"
18314   - "tags"
18315   sort:
18316   - "L2XCBASE"    # l2xcbase
18317   - "L2BDBASE"    # l2bdbase
18318   - "L2XCFWD"     # dot1q-l2xcbase
18319   - "L2BDMACLRN"  # dot1q-l2bdbase
18320   layout:
18321     title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
18322     layout: "plot-latency"
18323
18324 -
18325   type: "plot"
18326   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
18327   algorithm: "plot_latency_error_bars"
18328   output-file-type: ".html"
18329   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
18330   data: "plot-vpp-throughput-latency-3n-hsw"
18331   filter: "'NIC_Intel-X520-DA2' and
18332            '64B' and
18333            'NDRPDR' and
18334            '2T2C' and
18335            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18336            not 'ACL' and
18337            not 'VHOST' and
18338            not 'MEMIF'"
18339   parameters:
18340   - "latency"
18341   - "parent"
18342   - "tags"
18343   sort:
18344   - "L2XCBASE"    # l2xcbase
18345   - "L2BDBASE"    # l2bdbase
18346   - "L2XCFWD"     # dot1q-l2xcbase
18347   - "L2BDMACLRN"  # dot1q-l2bdbase
18348   layout:
18349     title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
18350     layout: "plot-latency"
18351
18352 # Packet Latency - VPP L2 3n-hsw-x710 base and scale
18353 -
18354   type: "plot"
18355   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
18356   algorithm: "plot_latency_error_bars"
18357   output-file-type: ".html"
18358   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
18359   data: "plot-vpp-throughput-latency-3n-hsw"
18360   filter: "'NIC_Intel-X710' and
18361            '64B' and
18362            ('BASE' or 'SCALE') and
18363            'NDRPDR' and
18364            'ETH' and
18365            '1T1C' and
18366            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18367            not 'VHOST' and
18368            not 'MEMIF'"
18369   parameters:
18370   - "latency"
18371   - "parent"
18372   - "tags"
18373   sort:
18374   - "L2PATCH"
18375   - "L2XCBASE"
18376   - "BASE"
18377   - "FIB_10K"
18378   - "FIB_100K"
18379   - "FIB_1M"
18380   layout:
18381     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
18382     layout: "plot-latency"
18383
18384 -
18385   type: "plot"
18386   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
18387   algorithm: "plot_latency_error_bars"
18388   output-file-type: ".html"
18389   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
18390   data: "plot-vpp-throughput-latency-3n-hsw"
18391   filter: "'NIC_Intel-X710' and
18392            '64B' and
18393            ('BASE' or 'SCALE') and
18394            'NDRPDR' and
18395            'ETH' and
18396            '2T2C' and
18397            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18398            not 'VHOST' and
18399            not 'MEMIF'"
18400   parameters:
18401   - "latency"
18402   - "parent"
18403   - "tags"
18404   sort:
18405   - "L2PATCH"
18406   - "L2XCBASE"
18407   - "BASE"
18408   - "FIB_10K"
18409   - "FIB_100K"
18410   - "FIB_1M"
18411   layout:
18412     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
18413     layout: "plot-latency"
18414
18415 # Packet Latency - VPP L2 3n-hsw-x710 features
18416 -
18417   type: "plot"
18418   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
18419   algorithm: "plot_latency_error_bars"
18420   output-file-type: ".html"
18421   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
18422   data: "plot-vpp-throughput-latency-3n-hsw"
18423   filter: "'NIC_Intel-X710' and
18424            '64B' and
18425            'NDRPDR' and
18426            '1T1C' and
18427            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18428            not 'ACL' and
18429            not 'VHOST' and
18430            not 'MEMIF'"
18431   parameters:
18432   - "latency"
18433   - "parent"
18434   - "tags"
18435   sort:
18436   - "L2XCBASE"    # l2xcbase
18437   - "L2BDBASE"    # l2bdbase
18438   - "L2XCFWD"     # dot1q-l2xcbase
18439   - "L2BDMACLRN"  # dot1q-l2bdbase
18440   layout:
18441     title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
18442     layout: "plot-latency"
18443
18444 -
18445   type: "plot"
18446   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
18447   algorithm: "plot_latency_error_bars"
18448   output-file-type: ".html"
18449   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
18450   data: "plot-vpp-throughput-latency-3n-hsw"
18451   filter: "'NIC_Intel-X710' and
18452            '64B' and
18453            'NDRPDR' and
18454            '2T2C' and
18455            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18456            not 'ACL' and
18457            not 'VHOST' and
18458            not 'MEMIF'"
18459   parameters:
18460   - "latency"
18461   - "parent"
18462   - "tags"
18463   sort:
18464   - "L2XCBASE"    # l2xcbase
18465   - "L2BDBASE"    # l2bdbase
18466   - "L2XCFWD"     # dot1q-l2xcbase
18467   - "L2BDMACLRN"  # dot1q-l2bdbase
18468   layout:
18469     title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
18470     layout: "plot-latency"
18471
18472 # Packet Latency - VPP L2 3n-hsw-xl710 base and scale
18473 -
18474   type: "plot"
18475   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
18476   algorithm: "plot_latency_error_bars"
18477   output-file-type: ".html"
18478   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
18479   data: "plot-vpp-throughput-latency-3n-hsw"
18480   filter: "'NIC_Intel-XL710' and
18481            '64B' and
18482            ('BASE' or 'SCALE') and
18483            'NDRPDR' and
18484            'ETH' and
18485            '1T1C' and
18486            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18487            not 'VHOST' and
18488            not 'MEMIF'"
18489   parameters:
18490   - "latency"
18491   - "parent"
18492   - "tags"
18493   sort:
18494   - "L2PATCH"
18495   - "L2XCBASE"
18496   - "BASE"
18497   - "FIB_10K"
18498   - "FIB_100K"
18499   - "FIB_1M"
18500   layout:
18501     title: "l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
18502     layout: "plot-latency"
18503
18504 -
18505   type: "plot"
18506   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
18507   algorithm: "plot_latency_error_bars"
18508   output-file-type: ".html"
18509   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
18510   data: "plot-vpp-throughput-latency-3n-hsw"
18511   filter: "'NIC_Intel-XL710' and
18512            '64B' and
18513            ('BASE' or 'SCALE') and
18514            'NDRPDR' and
18515            'ETH' and
18516            '2T2C' and
18517            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18518            not 'VHOST' and
18519            not 'MEMIF'"
18520   parameters:
18521   - "latency"
18522   - "parent"
18523   - "tags"
18524   sort:
18525   - "L2PATCH"
18526   - "L2XCBASE"
18527   - "BASE"
18528   - "FIB_10K"
18529   - "FIB_100K"
18530   - "FIB_1M"
18531   layout:
18532     title: "l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
18533     layout: "plot-latency"
18534
18535 # Packet Latency - VPP L2 3n-skx-x710 base and scale
18536 -
18537   type: "plot"
18538   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18539   algorithm: "plot_latency_error_bars"
18540   output-file-type: ".html"
18541   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18542   data: "plot-vpp-throughput-latency-3n-skx"
18543   filter: "'NIC_Intel-X710' and
18544            '64B' and
18545            ('BASE' or 'SCALE') and
18546            'NDRPDR' and
18547            'ETH' and
18548            '2T1C' and
18549            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18550            not 'VHOST' and
18551            not 'MEMIF' and
18552            not 'DRV_AVF'"
18553   parameters:
18554   - "latency"
18555   - "parent"
18556   - "tags"
18557   sort:
18558   - "L2PATCH"
18559   - "L2XCBASE"
18560   - "BASE"
18561   - "FIB_10K"
18562   - "FIB_100K"
18563   - "FIB_1M"
18564   layout:
18565     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
18566     layout: "plot-latency"
18567
18568 -
18569   type: "plot"
18570   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18571   algorithm: "plot_latency_error_bars"
18572   output-file-type: ".html"
18573   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18574   data: "plot-vpp-throughput-latency-3n-skx"
18575   filter: "'NIC_Intel-X710' and
18576            '64B' and
18577            ('BASE' or 'SCALE') and
18578            'NDRPDR' and
18579            'ETH' and
18580            '4T2C' and
18581            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18582            not 'VHOST' and
18583            not 'MEMIF' and
18584            not 'DRV_AVF'"
18585   parameters:
18586   - "latency"
18587   - "parent"
18588   - "tags"
18589   sort:
18590   - "L2PATCH"
18591   - "L2XCBASE"
18592   - "BASE"
18593   - "FIB_10K"
18594   - "FIB_100K"
18595   - "FIB_1M"
18596   layout:
18597     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
18598     layout: "plot-latency"
18599
18600 # Packet Latency - VPP L2 3n-skx-x710 features
18601 -
18602   type: "plot"
18603   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
18604   algorithm: "plot_latency_error_bars"
18605   output-file-type: ".html"
18606   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
18607   data: "plot-vpp-throughput-latency-3n-skx"
18608   filter: "'NIC_Intel-X710' and
18609            '64B' and
18610            'NDRPDR' and
18611            '2T1C' and
18612            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18613            not 'ACL' and
18614            not 'VHOST' and
18615            not 'MEMIF'"
18616   parameters:
18617   - "latency"
18618   - "parent"
18619   - "tags"
18620   sort:
18621   - "L2XCBASE"    # l2xcbase
18622   - "L2BDBASE"    # l2bdbase
18623   - "L2XCFWD"     # dot1q-l2xcbase
18624   - "L2BDMACLRN"  # dot1q-l2bdbase
18625   layout:
18626     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
18627     layout: "plot-latency"
18628
18629 -
18630   type: "plot"
18631   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
18632   algorithm: "plot_latency_error_bars"
18633   output-file-type: ".html"
18634   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
18635   data: "plot-vpp-throughput-latency-3n-skx"
18636   filter: "'NIC_Intel-X710' and
18637            '64B' and
18638            'NDRPDR' and
18639            '4T2C' and
18640            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18641            not 'ACL' and
18642            not 'VHOST' and
18643            not 'MEMIF'"
18644   parameters:
18645   - "latency"
18646   - "parent"
18647   - "tags"
18648   sort:
18649   - "L2XCBASE"    # l2xcbase
18650   - "L2BDBASE"    # l2bdbase
18651   - "L2XCFWD"     # dot1q-l2xcbase
18652   - "L2BDMACLRN"  # dot1q-l2bdbase
18653   layout:
18654     title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
18655     layout: "plot-latency"
18656
18657 # Packet Latency - VPP L2 3n-skx-xxv710 base and scale
18658 -
18659   type: "plot"
18660   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
18661   algorithm: "plot_latency_error_bars"
18662   output-file-type: ".html"
18663   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
18664   data: "plot-vpp-throughput-latency-3n-skx"
18665   filter: "'NIC_Intel-XXV710' and
18666            '64B' and
18667            ('BASE' or 'SCALE') and
18668            'NDRPDR' and
18669            'ETH' and
18670            '2T1C' and
18671            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18672            not 'VHOST' and
18673            not 'MEMIF' and
18674            not 'DRV_AVF'"
18675   parameters:
18676   - "latency"
18677   - "parent"
18678   - "tags"
18679   sort:
18680   - "L2PATCH"
18681   - "L2XCBASE"
18682   - "BASE"
18683   - "FIB_10K"
18684   - "FIB_100K"
18685   - "FIB_1M"
18686   layout:
18687     title: "l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
18688     layout: "plot-latency"
18689
18690 -
18691   type: "plot"
18692   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
18693   algorithm: "plot_latency_error_bars"
18694   output-file-type: ".html"
18695   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
18696   data: "plot-vpp-throughput-latency-3n-skx"
18697   filter: "'NIC_Intel-XXV710' and
18698            '64B' and
18699            ('BASE' or 'SCALE') and
18700            'NDRPDR' and
18701            'ETH' and
18702            '4T2C' and
18703            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18704            not 'VHOST' and
18705            not 'MEMIF' and
18706            not 'DRV_AVF'"
18707   parameters:
18708   - "latency"
18709   - "parent"
18710   - "tags"
18711   sort:
18712   - "L2PATCH"
18713   - "L2XCBASE"
18714   - "BASE"
18715   - "FIB_10K"
18716   - "FIB_100K"
18717   - "FIB_1M"
18718   layout:
18719     title: "l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
18720     layout: "plot-latency"
18721
18722 # Packet Latency - VPP L2 2n-skx-x710 base and scale
18723 -
18724   type: "plot"
18725   title: "VPP Latency: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18726   algorithm: "plot_latency_error_bars"
18727   output-file-type: ".html"
18728   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18729   data: "plot-vpp-throughput-latency-2n-skx"
18730   filter: "'NIC_Intel-X710' and
18731            '64B' and
18732            'ETH' and
18733            ('BASE' or 'SCALE') and
18734            'NDRPDR' and
18735            '2T1C' and
18736            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18737            not 'VHOST' and
18738            not 'MEMIF'"
18739   parameters:
18740   - "latency"
18741   - "parent"
18742   - "tags"
18743   sort:
18744   - "L2PATCH"
18745   - "L2XCBASE"
18746   - "BASE"
18747   - "FIB_10K"
18748   - "FIB_100K"
18749   - "FIB_1M"
18750   layout:
18751     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
18752     layout: "plot-latency"
18753
18754 -
18755   type: "plot"
18756   title: "VPP Latency: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18757   algorithm: "plot_latency_error_bars"
18758   output-file-type: ".html"
18759   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18760   data: "plot-vpp-throughput-latency-2n-skx"
18761   filter: "'NIC_Intel-X710' and
18762            '64B' and
18763            ('BASE' or 'SCALE') and
18764            'NDRPDR' and
18765            'ETH' and
18766            '4T2C' and
18767            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18768            not 'VHOST' and
18769            not 'MEMIF'"
18770   parameters:
18771   - "latency"
18772   - "parent"
18773   - "tags"
18774   sort:
18775   - "L2PATCH"
18776   - "L2XCBASE"
18777   - "BASE"
18778   - "FIB_10K"
18779   - "FIB_100K"
18780   - "FIB_1M"
18781   layout:
18782     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
18783     layout: "plot-latency"
18784
18785 # Packet Latency - VPP L2 2n-skx-xxv710 base and scale
18786 -
18787   type: "plot"
18788   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
18789   algorithm: "plot_latency_error_bars"
18790   output-file-type: ".html"
18791   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
18792   data: "plot-vpp-throughput-latency-2n-skx"
18793   filter: "'NIC_Intel-XXV710' and
18794            '64B' and
18795            ('BASE' or 'SCALE') and
18796            'NDRPDR' and
18797            'ETH' and
18798            '2T1C' and
18799            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18800            not 'VHOST' and
18801            not 'MEMIF'"
18802   parameters:
18803   - "latency"
18804   - "parent"
18805   - "tags"
18806   sort:
18807   - "L2PATCH"
18808   - "L2XCBASE"
18809   - "BASE"
18810   - "FIB_10K"
18811   - "FIB_100K"
18812   - "FIB_1M"
18813   layout:
18814     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
18815     layout: "plot-latency"
18816
18817 -
18818   type: "plot"
18819   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
18820   algorithm: "plot_latency_error_bars"
18821   output-file-type: ".html"
18822   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
18823   data: "plot-vpp-throughput-latency-2n-skx"
18824   filter: "'NIC_Intel-XXV710' and
18825            '64B' and
18826            ('BASE' or 'SCALE') and
18827            'NDRPDR' and
18828            'ETH' and
18829            '4T2C' and
18830            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18831            not 'VHOST' and
18832            not 'MEMIF'"
18833   parameters:
18834   - "latency"
18835   - "parent"
18836   - "tags"
18837   sort:
18838   - "L2PATCH"
18839   - "L2XCBASE"
18840   - "BASE"
18841   - "FIB_10K"
18842   - "FIB_100K"
18843   - "FIB_1M"
18844   layout:
18845     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
18846     layout: "plot-latency"
18847
18848 ################################################################################
18849
18850 # Packet Latency - VPP Container Memif 3n-hsw-x520
18851 -
18852   type: "plot"
18853   title: "VPP Latency: memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18854   algorithm: "plot_latency_error_bars"
18855   output-file-type: ".html"
18856   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18857   data: "plot-vpp-throughput-latency-3n-hsw"
18858   filter: "'NIC_Intel-X520-DA2' and
18859            '64B' and
18860            ('BASE' or 'SCALE') and
18861            'NDRPDR' and
18862            '1T1C' and
18863            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18864            not 'VHOST' and
18865            'MEMIF'"
18866   parameters:
18867   - "latency"
18868   - "parent"
18869   - "tags"
18870   sort:
18871   - "L2XCFWD"
18872   - "L2XCFWD"
18873   - "L2XCFWD"
18874   - "L2BDMACLRN"
18875   - "L2BDMACLRN"
18876   - "L2BDMACLRN"
18877   layout:
18878     title: "memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
18879     layout: "plot-latency"
18880
18881 -
18882   type: "plot"
18883   title: "VPP Latency: memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
18884   algorithm: "plot_latency_error_bars"
18885   output-file-type: ".html"
18886   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
18887   data: "plot-vpp-throughput-latency-3n-hsw"
18888   filter: "'NIC_Intel-X520-DA2' and
18889            '64B' and
18890            ('BASE' or 'SCALE') and
18891            'NDRPDR' and
18892            '2T2C' and
18893            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18894            not 'VHOST' and
18895            'MEMIF'"
18896   parameters:
18897   - "latency"
18898   - "parent"
18899   - "tags"
18900   sort:
18901   - "L2XCFWD"
18902   - "L2XCFWD"
18903   - "L2XCFWD"
18904   - "L2BDMACLRN"
18905   - "L2BDMACLRN"
18906   - "L2BDMACLRN"
18907   layout:
18908     title: "memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
18909     layout: "plot-latency"
18910
18911 # Packet Latency - VPP Container Memif 3n-hsw-x710
18912 -
18913   type: "plot"
18914   title: "VPP Latency: memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
18915   algorithm: "plot_latency_error_bars"
18916   output-file-type: ".html"
18917   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
18918   data: "plot-vpp-throughput-latency-3n-hsw"
18919   filter: "'NIC_Intel-X710' and
18920            '64B' and
18921            ('BASE' or 'SCALE') and
18922            'NDRPDR' and
18923            '1T1C' and
18924            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18925            not 'VHOST' and
18926            'MEMIF'"
18927   parameters:
18928   - "latency"
18929   - "parent"
18930   - "tags"
18931   sort:
18932   - "L2XCFWD"
18933   - "L2XCFWD"
18934   - "L2XCFWD"
18935   - "L2BDMACLRN"
18936   - "L2BDMACLRN"
18937   - "L2BDMACLRN"
18938   layout:
18939     title: "memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
18940     layout: "plot-latency"
18941
18942 -
18943   type: "plot"
18944   title: "VPP Latency: memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
18945   algorithm: "plot_latency_error_bars"
18946   output-file-type: ".html"
18947   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
18948   data: "plot-vpp-throughput-latency-3n-hsw"
18949   filter: "'NIC_Intel-X710' and
18950            '64B' and
18951            ('BASE' or 'SCALE') and
18952            'NDRPDR' and
18953            '2T2C' and
18954            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18955            not 'VHOST' and
18956            'MEMIF'"
18957   parameters:
18958   - "latency"
18959   - "parent"
18960   - "tags"
18961   sort:
18962   - "L2XCFWD"
18963   - "L2XCFWD"
18964   - "L2XCFWD"
18965   - "L2BDMACLRN"
18966   - "L2BDMACLRN"
18967   - "L2BDMACLRN"
18968   layout:
18969     title: "memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
18970     layout: "plot-latency"
18971
18972 # Packet Latency - VPP Container Memif 3n-hsw-xl710
18973 -
18974   type: "plot"
18975   title: "VPP Latency: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
18976   algorithm: "plot_latency_error_bars"
18977   output-file-type: ".html"
18978   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
18979   data: "plot-vpp-throughput-latency-3n-hsw"
18980   filter: "'NIC_Intel-XL710' and
18981            '64B' and
18982            ('BASE' or 'SCALE') and
18983            'NDRPDR' and
18984            '1T1C' and
18985            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18986            not 'VHOST' and
18987            'MEMIF'"
18988   parameters:
18989   - "latency"
18990   - "parent"
18991   - "tags"
18992   sort:
18993   - "L2XCFWD"
18994   - "L2XCFWD"
18995   - "L2XCFWD"
18996   - "L2BDMACLRN"
18997   - "L2BDMACLRN"
18998   - "L2BDMACLRN"
18999   layout:
19000     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
19001     layout: "plot-latency"
19002
19003 -
19004   type: "plot"
19005   title: "VPP Latency: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
19006   algorithm: "plot_latency_error_bars"
19007   output-file-type: ".html"
19008   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
19009   data: "plot-vpp-throughput-latency-3n-hsw"
19010   filter: "'NIC_Intel-XL710' and
19011            '64B' and
19012            ('BASE' or 'SCALE') and
19013            'NDRPDR' and
19014            '2T2C' and
19015            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19016            not 'VHOST' and
19017            'MEMIF'"
19018   parameters:
19019   - "latency"
19020   - "parent"
19021   - "tags"
19022   sort:
19023   - "L2XCFWD"
19024   - "L2XCFWD"
19025   - "L2XCFWD"
19026   - "L2BDMACLRN"
19027   - "L2BDMACLRN"
19028   - "L2BDMACLRN"
19029   layout:
19030     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
19031     layout: "plot-latency"
19032
19033 # Packet Latency - VPP Container Memif 3n-skx-x710
19034 -
19035   type: "plot"
19036   title: "VPP Latency: memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19037   algorithm: "plot_latency_error_bars"
19038   output-file-type: ".html"
19039   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19040   data: "plot-vpp-throughput-latency-3n-skx"
19041   filter: "'NIC_Intel-X710' and
19042            '64B' and
19043            ('BASE' or 'SCALE') and
19044            'NDRPDR' and
19045            '2T1C' and
19046            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19047            not 'VHOST' and
19048            'MEMIF'"
19049   parameters:
19050   - "latency"
19051   - "parent"
19052   - "tags"
19053   sort:
19054   - "L2XCFWD"
19055   - "L2XCFWD"
19056   - "L2XCFWD"
19057   - "L2BDMACLRN"
19058   - "L2BDMACLRN"
19059   - "L2BDMACLRN"
19060   layout:
19061     title: "memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
19062     layout: "plot-latency"
19063
19064 -
19065   type: "plot"
19066   title: "VPP Latency: memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19067   algorithm: "plot_latency_error_bars"
19068   output-file-type: ".html"
19069   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19070   data: "plot-vpp-throughput-latency-3n-skx"
19071   filter: "'NIC_Intel-X710' and
19072            '64B' and
19073            ('BASE' or 'SCALE') and
19074            'NDRPDR' and
19075            '4T2C' and
19076            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19077            not 'VHOST' and
19078            'MEMIF'"
19079   parameters:
19080   - "latency"
19081   - "parent"
19082   - "tags"
19083   sort:
19084   - "L2XCFWD"
19085   - "L2XCFWD"
19086   - "L2XCFWD"
19087   - "L2BDMACLRN"
19088   - "L2BDMACLRN"
19089   - "L2BDMACLRN"
19090   layout:
19091     title: "memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
19092     layout: "plot-latency"
19093
19094 # Packet Latency - VPP Container Memif 2n-skx-x710
19095 -
19096   type: "plot"
19097   title: "VPP Latency: memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19098   algorithm: "plot_latency_error_bars"
19099   output-file-type: ".html"
19100   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19101   data: "plot-vpp-throughput-latency-2n-skx"
19102   filter: "'NIC_Intel-X710' and
19103            '64B' and
19104            ('BASE' or 'SCALE') and
19105            'NDRPDR' and
19106            '2T1C' and
19107            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19108            not 'VHOST' and
19109            'MEMIF'"
19110   parameters:
19111   - "latency"
19112   - "parent"
19113   - "tags"
19114   sort:
19115   - "L2XCFWD"
19116   - "L2XCFWD"
19117   - "L2XCFWD"
19118   - "L2BDMACLRN"
19119   - "L2BDMACLRN"
19120   - "L2BDMACLRN"
19121   layout:
19122     title: "memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
19123     layout: "plot-latency"
19124
19125 -
19126   type: "plot"
19127   title: "VPP Latency: memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19128   algorithm: "plot_latency_error_bars"
19129   output-file-type: ".html"
19130   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19131   data: "plot-vpp-throughput-latency-2n-skx"
19132   filter: "'NIC_Intel-X710' and
19133            '64B' and
19134            ('BASE' or 'SCALE') and
19135            'NDRPDR' and
19136            '4T2C' and
19137            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19138            not 'VHOST' and
19139            'MEMIF'"
19140   parameters:
19141   - "latency"
19142   - "parent"
19143   - "tags"
19144   sort:
19145   - "L2XCFWD"
19146   - "L2XCFWD"
19147   - "L2XCFWD"
19148   - "L2BDMACLRN"
19149   - "L2BDMACLRN"
19150   - "L2BDMACLRN"
19151   layout:
19152     title: "memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
19153     layout: "plot-latency"
19154
19155 # Packet Latency - VPP Container Memif 2n-skx-xxv710
19156 -
19157   type: "plot"
19158   title: "VPP Latency: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19159   algorithm: "plot_latency_error_bars"
19160   output-file-type: ".html"
19161   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19162   data: "plot-vpp-throughput-latency-2n-skx"
19163   filter: "'NIC_Intel-XXV710' and
19164            '64B' and
19165            ('BASE' or 'SCALE') and
19166            'NDRPDR' and
19167            '2T1C' and
19168            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19169            not 'VHOST' and
19170            'MEMIF'"
19171   parameters:
19172   - "latency"
19173   - "parent"
19174   - "tags"
19175   sort:
19176   - "L2XCFWD"
19177   - "L2XCFWD"
19178   - "L2XCFWD"
19179   - "L2BDMACLRN"
19180   - "L2BDMACLRN"
19181   - "L2BDMACLRN"
19182   layout:
19183     title: "memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
19184     layout: "plot-latency"
19185
19186 -
19187   type: "plot"
19188   title: "VPP Latency: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19189   algorithm: "plot_latency_error_bars"
19190   output-file-type: ".html"
19191   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19192   data: "plot-vpp-throughput-latency-2n-skx"
19193   filter: "'NIC_Intel-XXV710' and
19194            '64B' and
19195            ('BASE' or 'SCALE') and
19196            'NDRPDR' and
19197            '4T2C' and
19198            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19199            not 'VHOST' and
19200            'MEMIF'"
19201   parameters:
19202   - "latency"
19203   - "parent"
19204   - "tags"
19205   sort:
19206   - "L2XCFWD"
19207   - "L2XCFWD"
19208   - "L2XCFWD"
19209   - "L2BDMACLRN"
19210   - "L2BDMACLRN"
19211   - "L2BDMACLRN"
19212   layout:
19213     title: "memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
19214     layout: "plot-latency"
19215
19216 ################################################################################
19217
19218 # Packet Latency - VPP Container Memif 3n-hsw-x520 - l2xc
19219 -
19220   type: "plot"
19221   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19222   algorithm: "plot_latency_error_bars"
19223   output-file-type: ".html"
19224   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19225   data: "plot-ligato-throughput-latency-3n-hsw"
19226   filter: "'NIC_Intel-X520-DA2' and
19227            '64B' and
19228            ('BASE' or 'SCALE') and
19229            'NDRPDR' and
19230            '1T1C' and
19231            'L2XCFWD' and
19232            not 'VHOST' and
19233            'MEMIF'"
19234   parameters:
19235   - "latency"
19236   - "parent"
19237   - "tags"
19238   sort:
19239   - "1VNF"
19240   - "2VNF"
19241   - "4VNF"
19242   - "2VNF"
19243   - "4VNF"
19244   layout:
19245     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
19246     layout: "plot-latency"
19247
19248 -
19249   type: "plot"
19250   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19251   algorithm: "plot_latency_error_bars"
19252   output-file-type: ".html"
19253   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19254   data: "plot-ligato-throughput-latency-3n-hsw"
19255   filter: "'NIC_Intel-X520-DA2' and
19256            '64B' and
19257            ('BASE' or 'SCALE') and
19258            'NDRPDR' and
19259            '2T2C' and
19260            'L2XCFWD' and
19261            not 'VHOST' and
19262            'MEMIF'"
19263   parameters:
19264   - "latency"
19265   - "parent"
19266   - "tags"
19267   sort:
19268   - "1VNF"
19269   - "2VNF"
19270   - "4VNF"
19271   - "2VNF"
19272   - "4VNF"
19273   layout:
19274     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
19275     layout: "plot-latency"
19276
19277 # Packet Latency - VPP Container Memif 3n-hsw-x520 - l2bd
19278 -
19279   type: "plot"
19280   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
19281   algorithm: "plot_latency_error_bars"
19282   output-file-type: ".html"
19283   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
19284   data: "plot-ligato-throughput-latency-3n-hsw"
19285   filter: "'NIC_Intel-X520-DA2' and
19286            '64B' and
19287            ('BASE' or 'SCALE') and
19288            'NDRPDR' and
19289            '1T1C' and
19290            ('L2BDMACSTAT' or 'L2BDMACLRN') and
19291            not 'VHOST' and
19292            'MEMIF'"
19293   parameters:
19294   - "latency"
19295   - "parent"
19296   - "tags"
19297   sort:
19298   - "1VNF"
19299   - "2VNF"
19300   - "4VNF"
19301   - "2VNF"
19302   - "4VNF"
19303   layout:
19304     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
19305     layout: "plot-latency"
19306
19307 -
19308   type: "plot"
19309   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
19310   algorithm: "plot_latency_error_bars"
19311   output-file-type: ".html"
19312   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
19313   data: "plot-ligato-throughput-latency-3n-hsw"
19314   filter: "'NIC_Intel-X520-DA2' and
19315            '64B' and
19316            ('BASE' or 'SCALE') and
19317            'NDRPDR' and
19318            '2T2C' and
19319            ('L2BDMACSTAT' or 'L2BDMACLRN') and
19320            not 'VHOST' and
19321            'MEMIF'"
19322   parameters:
19323   - "latency"
19324   - "parent"
19325   - "tags"
19326   sort:
19327   - "1VNF"
19328   - "2VNF"
19329   - "4VNF"
19330   - "2VNF"
19331   - "4VNF"
19332   layout:
19333     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
19334     layout: "plot-latency"
19335
19336 # Packet Latency - VPP Container Memif 3n-hsw-x710 - l2xc
19337 -
19338   type: "plot"
19339   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19340   algorithm: "plot_latency_error_bars"
19341   output-file-type: ".html"
19342   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19343   data: "plot-ligato-throughput-latency-3n-hsw"
19344   filter: "'NIC_Intel-X710' and
19345            '64B' and
19346            ('BASE' or 'SCALE') and
19347            'NDRPDR' and
19348            '1T1C' and
19349            'L2XCFWD' and
19350            not 'VHOST' and
19351            'MEMIF'"
19352   parameters:
19353   - "latency"
19354   - "parent"
19355   - "tags"
19356   sort:
19357   - "1VNF"
19358   - "2VNF"
19359   - "4VNF"
19360   - "2VNF"
19361   - "4VNF"
19362   layout:
19363     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
19364     layout: "plot-latency"
19365
19366 -
19367   type: "plot"
19368   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19369   algorithm: "plot_latency_error_bars"
19370   output-file-type: ".html"
19371   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19372   data: "plot-ligato-throughput-latency-3n-hsw"
19373   filter: "'NIC_Intel-X710' and
19374            '64B' and
19375            ('BASE' or 'SCALE') and
19376            'NDRPDR' and
19377            '2T2C' and
19378            'L2XCFWD' and
19379            not 'VHOST' and
19380            'MEMIF'"
19381   parameters:
19382   - "latency"
19383   - "parent"
19384   - "tags"
19385   sort:
19386   - "1VNF"
19387   - "2VNF"
19388   - "4VNF"
19389   - "2VNF"
19390   - "4VNF"
19391   layout:
19392     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
19393     layout: "plot-latency"
19394
19395 # Packet Latency - VPP Container Memif 3n-hsw-x710 - l2bd
19396 -
19397   type: "plot"
19398   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
19399   algorithm: "plot_latency_error_bars"
19400   output-file-type: ".html"
19401   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
19402   data: "plot-ligato-throughput-latency-3n-hsw"
19403   filter: "'NIC_Intel-X710' and
19404            '64B' and
19405            ('BASE' or 'SCALE') and
19406            'NDRPDR' and
19407            '1T1C' and
19408            ('L2BDMACSTAT' or 'L2BDMACLRN') and
19409            not 'VHOST' and
19410            'MEMIF'"
19411   parameters:
19412   - "latency"
19413   - "parent"
19414   - "tags"
19415   sort:
19416   - "1VNF"
19417   - "2VNF"
19418   - "4VNF"
19419   - "2VNF"
19420   - "4VNF"
19421   layout:
19422     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
19423     layout: "plot-latency"
19424
19425 -
19426   type: "plot"
19427   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
19428   algorithm: "plot_latency_error_bars"
19429   output-file-type: ".html"
19430   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
19431   data: "plot-ligato-throughput-latency-3n-hsw"
19432   filter: "'NIC_Intel-X710' and
19433            '64B' and
19434            ('BASE' or 'SCALE') and
19435            'NDRPDR' and
19436            '2T2C' and
19437            ('L2BDMACSTAT' or 'L2BDMACLRN') and
19438            not 'VHOST' and
19439            'MEMIF'"
19440   parameters:
19441   - "latency"
19442   - "parent"
19443   - "tags"
19444   sort:
19445   - "1VNF"
19446   - "2VNF"
19447   - "4VNF"
19448   - "2VNF"
19449   - "4VNF"
19450   layout:
19451     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
19452     layout: "plot-latency"
19453
19454 ################################################################################
19455
19456 # Packet Latency - VPP IPv4 3n-hsw-x520 base and scale
19457 -
19458   type: "plot"
19459   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19460   algorithm: "plot_latency_error_bars"
19461   output-file-type: ".html"
19462   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19463   data: "plot-vpp-throughput-latency-3n-hsw"
19464   filter: "'NIC_Intel-X520-DA2' and
19465            '64B' and
19466            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
19467            'NDRPDR' and
19468            '1T1C' and
19469            'IP4FWD' and
19470            not 'IPSEC' and
19471            not 'VHOST'"
19472   parameters:
19473   - "latency"
19474   - "parent"
19475   - "tags"
19476   sort:
19477   - "DOT1Q"
19478   - "IP4BASE"
19479   - "FIB_20k"
19480   - "FIB_200k"
19481   - "FIB_2M"
19482   layout:
19483     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
19484     layout: "plot-latency"
19485
19486 -
19487   type: "plot"
19488   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19489   algorithm: "plot_latency_error_bars"
19490   output-file-type: ".html"
19491   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19492   data: "plot-vpp-throughput-latency-3n-hsw"
19493   filter: "'NIC_Intel-X520-DA2' and
19494            '64B' and
19495            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
19496            'NDRPDR' and
19497            '2T2C' and
19498            'IP4FWD' and
19499            not 'IPSEC' and
19500            not 'VHOST'"
19501   parameters:
19502   - "latency"
19503   - "parent"
19504   - "tags"
19505   sort:
19506   - "DOT1Q"
19507   - "IP4BASE"
19508   - "FIB_20k"
19509   - "FIB_200k"
19510   - "FIB_2M"
19511   layout:
19512     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
19513     layout: "plot-latency"
19514
19515 # Packet Latency - VPP IPv4 3n-hsw-x520 features
19516 -
19517   type: "plot"
19518   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
19519   algorithm: "plot_latency_error_bars"
19520   output-file-type: ".html"
19521   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
19522   data: "plot-vpp-throughput-latency-3n-hsw"
19523   filter: "'NIC_Intel-X520-DA2' and
19524            '64B' and
19525            ('IP4BASE' or
19526             'POLICE_MARK' or
19527             'COPWHLIST' or
19528             ('NAT44' and 'BASE') or
19529             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
19530            'NDRPDR' and
19531            '1T1C' and
19532            'IP4FWD' and
19533            not 'IPSEC' and
19534            not 'VHOST'"
19535   parameters:
19536   - "latency"
19537   - "parent"
19538   - "tags"
19539   sort:
19540   - "DOT1Q"
19541   - "IP4BASE"
19542   - "NAT44"
19543   - "POLICE_MARK"
19544   - "COPWHLIST"
19545   - "IACL"
19546   - "OACL"
19547   layout:
19548     title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
19549     layout: "plot-latency"
19550
19551 -
19552   type: "plot"
19553   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
19554   algorithm: "plot_latency_error_bars"
19555   output-file-type: ".html"
19556   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
19557   data: "plot-vpp-throughput-latency-3n-hsw"
19558   filter: "'NIC_Intel-X520-DA2' and
19559            '64B' and
19560            ('IP4BASE' or
19561             'POLICE_MARK' or
19562             'COPWHLIST' or
19563             ('NAT44' and 'BASE') or
19564             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
19565            'NDRPDR' and
19566            '2T2C' and
19567            'IP4FWD' and
19568            not 'IPSEC' and
19569            not 'VHOST'"
19570   parameters:
19571   - "latency"
19572   - "parent"
19573   - "tags"
19574   sort:
19575   - "DOT1Q"
19576   - "IP4BASE"
19577   - "NAT44"
19578   - "POLICE_MARK"
19579   - "COPWHLIST"
19580   - "IACL"
19581   - "OACL"
19582   layout:
19583     title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
19584     layout: "plot-latency"
19585
19586 # Packet Latency - VPP IPv4 3n-hsw-x520 features nat44
19587 -
19588   type: "plot"
19589   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
19590   algorithm: "plot_latency_error_bars"
19591   output-file-type: ".html"
19592   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
19593   data: "plot-vpp-throughput-latency-3n-hsw"
19594   filter: "'NIC_Intel-X520-DA2' and
19595            '64B' and
19596            'NDRPDR' and
19597            '1T1C' and
19598            'IP4FWD' and
19599            'NAT44' and
19600            not 'IPSEC' and
19601            not 'VHOST'"
19602   parameters:
19603   - "latency"
19604   - "parent"
19605   - "tags"
19606   sort:
19607   - "BASE"
19608   - "BASE"
19609   - "SRC_USER_10"
19610   - "SRC_USER_100"
19611   - "SRC_USER_1000"
19612   - "SRC_USER_2000"
19613   layout:
19614     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
19615     layout: "plot-latency"
19616
19617 -
19618   type: "plot"
19619   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat"
19620   algorithm: "plot_latency_error_bars"
19621   output-file-type: ".html"
19622   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat"
19623   data: "plot-vpp-throughput-latency-3n-hsw"
19624   filter: "'NIC_Intel-X520-DA2' and
19625            '64B' and
19626            'NDRPDR' and
19627            '2T2C' and
19628            'IP4FWD' and
19629            'NAT44' and
19630            not 'IPSEC' and
19631            not 'VHOST'"
19632   parameters:
19633   - "latency"
19634   - "parent"
19635   - "tags"
19636   sort:
19637   - "BASE"
19638   - "BASE"
19639   - "SRC_USER_10"
19640   - "SRC_USER_100"
19641   - "SRC_USER_1000"
19642   - "SRC_USER_2000"
19643   layout:
19644     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
19645     layout: "plot-latency"
19646
19647 # Packet Latency - VPP IPv4 3n-hsw-x520 features iacl
19648 -
19649   type: "plot"
19650   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
19651   algorithm: "plot_latency_error_bars"
19652   output-file-type: ".html"
19653   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
19654   data: "plot-vpp-throughput-latency-3n-hsw"
19655   filter: "'NIC_Intel-X520-DA2' and
19656            '64B' and
19657            'NDRPDR' and
19658            '1T1C' and
19659            'IP4FWD' and
19660            'IACL' and
19661            ('ACL10' or 'ACL50') and '10k_FLOWS' and
19662            not 'IPSEC' and
19663            not 'VHOST'"
19664   parameters:
19665   - "latency"
19666   - "parent"
19667   - "tags"
19668   sort:
19669   - "ACL_STATELESS"
19670   - "ACL_STATEFUL"
19671   - "ACL_STATELESS"
19672   - "ACL_STATEFUL"
19673   layout:
19674     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
19675     layout: "plot-latency"
19676
19677 -
19678   type: "plot"
19679   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
19680   algorithm: "plot_latency_error_bars"
19681   output-file-type: ".html"
19682   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
19683   data: "plot-vpp-throughput-latency-3n-hsw"
19684   filter: "'NIC_Intel-X520-DA2' and
19685            '64B' and
19686            'NDRPDR' and
19687            '2T2C' and
19688            'IP4FWD' and
19689            'IACL' and
19690            ('ACL10' or 'ACL50') and '10k_FLOWS' and
19691            not 'IPSEC' and
19692            not 'VHOST'"
19693   parameters:
19694   - "latency"
19695   - "parent"
19696   - "tags"
19697   sort:
19698   - "ACL_STATELESS"
19699   - "ACL_STATEFUL"
19700   - "ACL_STATELESS"
19701   - "ACL_STATEFUL"
19702   layout:
19703     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
19704     layout: "plot-latency"
19705
19706 # Packet Latency - VPP IPv4 3n-hsw-x520 features oacl
19707 -
19708   type: "plot"
19709   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
19710   algorithm: "plot_latency_error_bars"
19711   output-file-type: ".html"
19712   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
19713   data: "plot-vpp-throughput-latency-3n-hsw"
19714   filter: "'NIC_Intel-X520-DA2' and
19715            '64B' and
19716            'NDRPDR' and
19717            '1T1C' and
19718            'IP4FWD' and
19719            'OACL' and
19720            ('ACL10' or 'ACL50') and '10k_FLOWS' and
19721            not 'IPSEC' and
19722            not 'VHOST'"
19723   parameters:
19724   - "latency"
19725   - "parent"
19726   - "tags"
19727   sort:
19728   - "ACL_STATELESS"
19729   - "ACL_STATEFUL"
19730   - "ACL_STATELESS"
19731   - "ACL_STATEFUL"
19732   layout:
19733     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
19734     layout: "plot-latency"
19735
19736 -
19737   type: "plot"
19738   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
19739   algorithm: "plot_latency_error_bars"
19740   output-file-type: ".html"
19741   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
19742   data: "plot-vpp-throughput-latency-3n-hsw"
19743   filter: "'NIC_Intel-X520-DA2' and
19744            '64B' and
19745            'NDRPDR' and
19746            '2T2C' and
19747            'IP4FWD' and
19748            'OACL' and
19749            ('ACL10' or 'ACL50') and '10k_FLOWS' and
19750            not 'IPSEC' and
19751            not 'VHOST'"
19752   parameters:
19753   - "latency"
19754   - "parent"
19755   - "tags"
19756   sort:
19757   - "ACL_STATELESS"
19758   - "ACL_STATEFUL"
19759   - "ACL_STATELESS"
19760   - "ACL_STATEFUL"
19761   layout:
19762     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
19763     layout: "plot-latency"
19764
19765 # Packet Latency - VPP IPv4 3n-hsw-x710 base and scale
19766 -
19767   type: "plot"
19768   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19769   algorithm: "plot_latency_error_bars"
19770   output-file-type: ".html"
19771   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19772   data: "plot-vpp-throughput-latency-3n-hsw"
19773   filter: "'NIC_Intel-X710' and
19774            '64B' and
19775            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19776            'NDRPDR' and
19777            '1T1C' and
19778            'IP4FWD' and
19779            not 'IPSEC' and
19780            not 'VHOST'"
19781   parameters:
19782   - "latency"
19783   - "parent"
19784   - "tags"
19785   sort:
19786   - "DOT1Q"
19787   - "IP4BASE"
19788   - "FIB_20K"
19789   - "FIB_200K"
19790   - "FIB_2M"
19791   layout:
19792     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
19793     layout: "plot-latency"
19794
19795 -
19796   type: "plot"
19797   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19798   algorithm: "plot_latency_error_bars"
19799   output-file-type: ".html"
19800   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19801   data: "plot-vpp-throughput-latency-3n-hsw"
19802   filter: "'NIC_Intel-X710' and
19803            '64B' and
19804            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19805            'NDRPDR' and
19806            '2T2C' and
19807            'IP4FWD' and
19808            not 'IPSEC' and
19809            not 'VHOST'"
19810   parameters:
19811   - "latency"
19812   - "parent"
19813   - "tags"
19814   sort:
19815   - "DOT1Q"
19816   - "IP4BASE"
19817   - "FIB_20K"
19818   - "FIB_200K"
19819   - "FIB_2M"
19820   layout:
19821     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
19822     layout: "plot-latency"
19823
19824 # Packet Latency - VPP IPv4 3n-hsw-x710 features
19825 -
19826   type: "plot"
19827   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
19828   algorithm: "plot_latency_error_bars"
19829   output-file-type: ".html"
19830   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
19831   data: "plot-vpp-throughput-latency-3n-hsw"
19832   filter: "'NIC_Intel-X710' and
19833            '64B' and
19834            ('IP4BASE' or
19835             'POLICE_MARK' or
19836             'COPWHLIST' or
19837             ('NAT44' and 'BASE') or
19838             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
19839            'NDRPDR' and
19840            '1T1C' and
19841            'IP4FWD' and
19842            not 'IPSEC' and
19843            not 'VHOST'"
19844   parameters:
19845   - "latency"
19846   - "parent"
19847   - "tags"
19848   sort:
19849   - "IP4BASE"
19850   - "NAT44"
19851   - "POLICE_MARK"
19852   - "COPWHLIST"
19853   - "IACL"
19854   - "OACL"
19855   layout:
19856     title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
19857     layout: "plot-latency"
19858
19859 -
19860   type: "plot"
19861   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
19862   algorithm: "plot_latency_error_bars"
19863   output-file-type: ".html"
19864   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
19865   data: "plot-vpp-throughput-latency-3n-hsw"
19866   filter: "'NIC_Intel-X710' and
19867            '64B' and
19868            ('IP4BASE' or
19869             'POLICE_MARK' or
19870             'COPWHLIST' or
19871             ('NAT44' and 'BASE') or
19872             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
19873            'NDRPDR' and
19874            '2T2C' and
19875            'IP4FWD' and
19876            not 'IPSEC' and
19877            not 'VHOST'"
19878   parameters:
19879   - "latency"
19880   - "parent"
19881   - "tags"
19882   sort:
19883   - "IP4BASE"
19884   - "NAT44"
19885   - "POLICE_MARK"
19886   - "COPWHLIST"
19887   - "IACL"
19888   - "OACL"
19889   layout:
19890     title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
19891     layout: "plot-latency"
19892
19893 # Packet Latency - VPP IPv4 3n-hsw-x710 features nat44
19894 -
19895   type: "plot"
19896   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
19897   algorithm: "plot_latency_error_bars"
19898   output-file-type: ".html"
19899   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
19900   data: "plot-vpp-throughput-latency-3n-hsw"
19901   filter: "'NIC_Intel-X710' and
19902            '64B' and
19903            'NDRPDR' and
19904            '1T1C' and
19905            'IP4FWD' and
19906            'NAT44' and
19907            not 'IPSEC' and
19908            not 'VHOST'"
19909   parameters:
19910   - "latency"
19911   - "parent"
19912   - "tags"
19913   sort:
19914   - "BASE"
19915   - "BASE"
19916   - "SRC_USER_10"
19917   - "SRC_USER_100"
19918   - "SRC_USER_1000"
19919   - "SRC_USER_2000"
19920   layout:
19921     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
19922     layout: "plot-latency"
19923
19924 -
19925   type: "plot"
19926   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat"
19927   algorithm: "plot_latency_error_bars"
19928   output-file-type: ".html"
19929   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat"
19930   data: "plot-vpp-throughput-latency-3n-hsw"
19931   filter: "'NIC_Intel-X710' and
19932            '64B' and
19933            'NDRPDR' and
19934            '2T2C' and
19935            'IP4FWD' and
19936            'NAT44' and
19937            not 'IPSEC' and
19938            not 'VHOST'"
19939   parameters:
19940   - "latency"
19941   - "parent"
19942   - "tags"
19943   sort:
19944   - "BASE"
19945   - "BASE"
19946   - "SRC_USER_10"
19947   - "SRC_USER_100"
19948   - "SRC_USER_1000"
19949   - "SRC_USER_2000"
19950   layout:
19951     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
19952     layout: "plot-latency"
19953
19954 # Packet Latency - VPP IPv4 3n-hsw-x710 features iacl
19955 -
19956   type: "plot"
19957   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
19958   algorithm: "plot_latency_error_bars"
19959   output-file-type: ".html"
19960   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
19961   data: "plot-vpp-throughput-latency-3n-hsw"
19962   filter: "'NIC_Intel-X710' and
19963            '64B' and
19964            'NDRPDR' and
19965            '1T1C' and
19966            'IP4FWD' and
19967            'IACL' and
19968            ('ACL10' or 'ACL50') and '10k_FLOWS' and
19969            not 'IPSEC' and
19970            not 'VHOST'"
19971   parameters:
19972   - "latency"
19973   - "parent"
19974   - "tags"
19975   sort:
19976   - "ACL_STATELESS"
19977   - "ACL_STATEFUL"
19978   - "ACL_STATELESS"
19979   - "ACL_STATEFUL"
19980   layout:
19981     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
19982     layout: "plot-latency"
19983
19984 -
19985   type: "plot"
19986   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
19987   algorithm: "plot_latency_error_bars"
19988   output-file-type: ".html"
19989   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
19990   data: "plot-vpp-throughput-latency-3n-hsw"
19991   filter: "'NIC_Intel-X710' and
19992            '64B' and
19993            'NDRPDR' and
19994            '2T2C' and
19995            'IP4FWD' and
19996            'IACL' and
19997            ('ACL10' or 'ACL50') and '10k_FLOWS' and
19998            not 'IPSEC' and
19999            not 'VHOST'"
20000   parameters:
20001   - "latency"
20002   - "parent"
20003   - "tags"
20004   sort:
20005   - "ACL_STATELESS"
20006   - "ACL_STATEFUL"
20007   - "ACL_STATELESS"
20008   - "ACL_STATEFUL"
20009   layout:
20010     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
20011     layout: "plot-latency"
20012
20013 # Packet Latency - VPP IPv4 3n-hsw-x710 features oacl
20014 -
20015   type: "plot"
20016   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr-lat"
20017   algorithm: "plot_latency_error_bars"
20018   output-file-type: ".html"
20019   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr-lat"
20020   data: "plot-vpp-throughput-latency-3n-hsw"
20021   filter: "'NIC_Intel-X710' and
20022            '64B' and
20023            'NDRPDR' and
20024            '1T1C' and
20025            'IP4FWD' and
20026            'OACL' and
20027            ('ACL10' or 'ACL50') and '10k_FLOWS' and
20028            not 'IPSEC' and
20029            not 'VHOST'"
20030   parameters:
20031   - "latency"
20032   - "parent"
20033   - "tags"
20034   sort:
20035   - "ACL_STATELESS"
20036   - "ACL_STATEFUL"
20037   - "ACL_STATELESS"
20038   - "ACL_STATEFUL"
20039   layout:
20040     title: "ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
20041     layout: "plot-latency"
20042
20043 -
20044   type: "plot"
20045   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr-lat"
20046   algorithm: "plot_latency_error_bars"
20047   output-file-type: ".html"
20048   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr-lat"
20049   data: "plot-vpp-throughput-latency-3n-hsw"
20050   filter: "'NIC_Intel-X710' and
20051            '64B' and
20052            'NDRPDR' and
20053            '2T2C' and
20054            'IP4FWD' and
20055            'OACL' and
20056            ('ACL10' or 'ACL50') and '10k_FLOWS' and
20057            not 'IPSEC' and
20058            not 'VHOST'"
20059   parameters:
20060   - "latency"
20061   - "parent"
20062   - "tags"
20063   sort:
20064   - "ACL_STATELESS"
20065   - "ACL_STATEFUL"
20066   - "ACL_STATELESS"
20067   - "ACL_STATEFUL"
20068   layout:
20069     title: "ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
20070     layout: "plot-latency"
20071
20072 # Packet Latency - VPP IPv4 3n-hsw-xl710 base and scale
20073 -
20074   type: "plot"
20075   title: "VPP Latency: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
20076   algorithm: "plot_latency_error_bars"
20077   output-file-type: ".html"
20078   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
20079   data: "plot-vpp-throughput-latency-3n-hsw"
20080   filter: "'NIC_Intel-XL710' and
20081            '64B' and
20082            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20083            'NDRPDR' and
20084            '1T1C' and
20085            'IP4FWD' and
20086            not 'IPSEC' and
20087            not 'VHOST'"
20088   parameters:
20089   - "latency"
20090   - "parent"
20091   - "tags"
20092   sort:
20093   - "IP4BASE"
20094   - "FIB_20K"
20095   - "FIB_200K"
20096   - "FIB_2M"
20097   layout:
20098     title: "ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
20099     layout: "plot-latency"
20100
20101 -
20102   type: "plot"
20103   title: "VPP Latency: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
20104   algorithm: "plot_latency_error_bars"
20105   output-file-type: ".html"
20106   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
20107   data: "plot-vpp-throughput-latency-3n-hsw"
20108   filter: "'NIC_Intel-XL710' and
20109            '64B' and
20110            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20111            'NDRPDR' and
20112            '2T2C' and
20113            'IP4FWD' and
20114            not 'IPSEC' and
20115            not 'VHOST'"
20116   parameters:
20117   - "latency"
20118   - "parent"
20119   - "tags"
20120   sort:
20121   - "IP4BASE"
20122   - "FIB_20K"
20123   - "FIB_200K"
20124   - "FIB_2M"
20125   layout:
20126     title: "ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
20127     layout: "plot-latency"
20128
20129 # Packet Latency - VPP IPv4 3n-skx-x710 base and scale
20130 -
20131   type: "plot"
20132   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20133   algorithm: "plot_latency_error_bars"
20134   output-file-type: ".html"
20135   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20136   data: "plot-vpp-throughput-latency-3n-skx"
20137   filter: "'NIC_Intel-X710' and
20138            '64B' and
20139            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20140            'NDRPDR' and
20141            '2T1C' and
20142            'IP4FWD' and
20143            not 'IPSEC' and
20144            not 'VHOST'"
20145   parameters:
20146   - "latency"
20147   - "parent"
20148   - "tags"
20149   sort:
20150   - "IP4BASE"
20151   - "FIB_20K"
20152   - "FIB_200K"
20153   - "FIB_2M"
20154   layout:
20155     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
20156     layout: "plot-latency"
20157
20158 -
20159   type: "plot"
20160   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20161   algorithm: "plot_latency_error_bars"
20162   output-file-type: ".html"
20163   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20164   data: "plot-vpp-throughput-latency-3n-skx"
20165   filter: "'NIC_Intel-X710' and
20166            '64B' and
20167            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20168            'NDRPDR' and
20169            '4T2C' and
20170            'IP4FWD' and
20171            not 'IPSEC' and
20172            not 'VHOST'"
20173   parameters:
20174   - "latency"
20175   - "parent"
20176   - "tags"
20177   sort:
20178   - "IP4BASE"
20179   - "FIB_20K"
20180   - "FIB_200K"
20181   - "FIB_2M"
20182   layout:
20183     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
20184     layout: "plot-latency"
20185
20186 # Packet Latency - VPP IPv4 3n-skx-x710 features oacl
20187 -
20188   type: "plot"
20189   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
20190   algorithm: "plot_latency_error_bars"
20191   output-file-type: ".html"
20192   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
20193   data: "plot-vpp-throughput-latency-3n-skx"
20194   filter: "'NIC_Intel-X710' and
20195            '64B' and
20196            ('IP4BASE' or
20197             'POLICE_MARK' or
20198             'COPWHLIST' or
20199             ('NAT44' and 'BASE') or
20200             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
20201            'NDRPDR' and
20202            '2T1C' and
20203            'IP4FWD' and
20204            not 'IPSEC' and
20205            not 'VHOST'"
20206   parameters:
20207   - "latency"
20208   - "parent"
20209   - "tags"
20210   sort:
20211   - "IP4BASE"
20212   - "NAT44"
20213   - "POLICE_MARK"
20214   - "COPWHLIST"
20215   - "IACL"
20216   - "OACL"
20217   layout:
20218     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
20219     layout: "plot-latency"
20220
20221 -
20222   type: "plot"
20223   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
20224   algorithm: "plot_latency_error_bars"
20225   output-file-type: ".html"
20226   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
20227   data: "plot-vpp-throughput-latency-3n-skx"
20228   filter: "'NIC_Intel-X710' and
20229            '64B' and
20230            ('IP4BASE' or
20231             'POLICE_MARK' or
20232             'COPWHLIST' or
20233             ('NAT44' and 'BASE') or
20234             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
20235            'NDRPDR' and
20236            '4T2C' and
20237            'IP4FWD' and
20238            not 'IPSEC' and
20239            not 'VHOST'"
20240   parameters:
20241   - "latency"
20242   - "parent"
20243   - "tags"
20244   sort:
20245   - "IP4BASE"
20246   - "NAT44"
20247   - "POLICE_MARK"
20248   - "COPWHLIST"
20249   - "IACL"
20250   - "OACL"
20251   layout:
20252     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
20253     layout: "plot-latency"
20254
20255 # Packet Latency - VPP IPv4 3n-skx-x710 features nat44
20256 -
20257   type: "plot"
20258   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
20259   algorithm: "plot_latency_error_bars"
20260   output-file-type: ".html"
20261   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
20262   data: "plot-vpp-throughput-latency-3n-skx"
20263   filter: "'NIC_Intel-X710' and
20264            '64B' and
20265            'NDRPDR' and
20266            '2T1C' and
20267            'IP4FWD' and
20268            'NAT44' and
20269            not 'IPSEC' and
20270            not 'VHOST'"
20271   parameters:
20272   - "latency"
20273   - "parent"
20274   - "tags"
20275   sort:
20276   - "BASE"
20277   - "BASE"
20278   - "SRC_USER_10"
20279   - "SRC_USER_100"
20280   - "SRC_USER_1000"
20281   - "SRC_USER_2000"
20282   layout:
20283     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
20284     layout: "plot-latency"
20285
20286 -
20287   type: "plot"
20288   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat"
20289   algorithm: "plot_latency_error_bars"
20290   output-file-type: ".html"
20291   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat"
20292   data: "plot-vpp-throughput-latency-3n-skx"
20293   filter: "'NIC_Intel-X710' and
20294            '64B' and
20295            'NDRPDR' and
20296            '4T2C' and
20297            'IP4FWD' and
20298            'NAT44' and
20299            not 'IPSEC' and
20300            not 'VHOST'"
20301   parameters:
20302   - "latency"
20303   - "parent"
20304   - "tags"
20305   sort:
20306   - "BASE"
20307   - "BASE"
20308   - "SRC_USER_10"
20309   - "SRC_USER_100"
20310   - "SRC_USER_1000"
20311   - "SRC_USER_2000"
20312   layout:
20313     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
20314     layout: "plot-latency"
20315
20316 # Packet Latency - VPP IPv4 3n-skx-x710 features iacl
20317 -
20318   type: "plot"
20319   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
20320   algorithm: "plot_latency_error_bars"
20321   output-file-type: ".html"
20322   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
20323   data: "plot-vpp-throughput-latency-3n-skx"
20324   filter: "'NIC_Intel-X710' and
20325            '64B' and
20326            'NDRPDR' and
20327            '2T1C' and
20328            'IP4FWD' and
20329            'IACL' and
20330            ('ACL10' or 'ACL50') and '10k_FLOWS' and
20331            not 'IPSEC' and
20332            not 'VHOST'"
20333   parameters:
20334   - "latency"
20335   - "parent"
20336   - "tags"
20337   sort:
20338   - "ACL_STATELESS"
20339   - "ACL_STATEFUL"
20340   - "ACL_STATELESS"
20341   - "ACL_STATEFUL"
20342   layout:
20343     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
20344     layout: "plot-latency"
20345
20346 -
20347   type: "plot"
20348   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
20349   algorithm: "plot_latency_error_bars"
20350   output-file-type: ".html"
20351   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
20352   data: "plot-vpp-throughput-latency-3n-skx"
20353   filter: "'NIC_Intel-X710' and
20354            '64B' and
20355            'NDRPDR' and
20356            '4T2C' and
20357            'IP4FWD' and
20358            'IACL' and
20359            ('ACL10' or 'ACL50') and '10k_FLOWS' and
20360            not 'IPSEC' and
20361            not 'VHOST'"
20362   parameters:
20363   - "latency"
20364   - "parent"
20365   - "tags"
20366   sort:
20367   - "ACL_STATELESS"
20368   - "ACL_STATEFUL"
20369   - "ACL_STATELESS"
20370   - "ACL_STATEFUL"
20371   layout:
20372     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
20373     layout: "plot-latency"
20374
20375 # Packet Latency - VPP IPv4 3n-skx-x710 features oacl
20376 -
20377   type: "plot"
20378   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr-lat"
20379   algorithm: "plot_latency_error_bars"
20380   output-file-type: ".html"
20381   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr-lat"
20382   data: "plot-vpp-throughput-latency-3n-skx"
20383   filter: "'NIC_Intel-X710' and
20384            '64B' and
20385            'NDRPDR' and
20386            '2T1C' and
20387            'IP4FWD' and
20388            'OACL' and
20389            ('ACL10' or 'ACL50') and '10k_FLOWS' and
20390            not 'IPSEC' and
20391            not 'VHOST'"
20392   parameters:
20393   - "latency"
20394   - "parent"
20395   - "tags"
20396   sort:
20397   - "ACL_STATELESS"
20398   - "ACL_STATEFUL"
20399   - "ACL_STATELESS"
20400   - "ACL_STATEFUL"
20401   layout:
20402     title: "ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
20403     layout: "plot-latency"
20404
20405 -
20406   type: "plot"
20407   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr-lat"
20408   algorithm: "plot_latency_error_bars"
20409   output-file-type: ".html"
20410   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-oacl-lat"
20411   data: "plot-vpp-throughput-latency-3n-skx"
20412   filter: "'NIC_Intel-X710' and
20413            '64B' and
20414            'NDRPDR' and
20415            '4T2C' and
20416            'IP4FWD' and
20417            'OACL' and
20418            ('ACL10' or 'ACL50') and '10k_FLOWS' and
20419            not 'IPSEC' and
20420            not 'VHOST'"
20421   parameters:
20422   - "latency"
20423   - "parent"
20424   - "tags"
20425   sort:
20426   - "ACL_STATELESS"
20427   - "ACL_STATEFUL"
20428   - "ACL_STATELESS"
20429   - "ACL_STATEFUL"
20430   layout:
20431     title: "ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
20432     layout: "plot-latency"
20433
20434 # Packet Latency - VPP IPv4 2n-skx-x710 base and scale
20435 -
20436   type: "plot"
20437   title: "VPP Latency: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20438   algorithm: "plot_latency_error_bars"
20439   output-file-type: ".html"
20440   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20441   data: "plot-vpp-throughput-latency-2n-skx"
20442   filter: "'NIC_Intel-X710' and
20443            '64B' and
20444            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
20445            'NDRPDR' and
20446            '2T1C' and
20447            'IP4FWD' and
20448            not 'IPSEC' and
20449            not 'VHOST'"
20450   parameters:
20451   - "latency"
20452   - "parent"
20453   - "tags"
20454   sort:
20455   - "DOT1Q"
20456   - "IP4BASE"
20457   - "FIB_20k"
20458   - "FIB_200k"
20459   - "FIB_2M"
20460   layout:
20461     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
20462     layout: "plot-latency"
20463
20464 -
20465   type: "plot"
20466   title: "VPP Latency: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20467   algorithm: "plot_latency_error_bars"
20468   output-file-type: ".html"
20469   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20470   data: "plot-vpp-throughput-latency-2n-skx"
20471   filter: "'NIC_Intel-X710' and
20472            '64B' and
20473            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
20474            'NDRPDR' and
20475            '4T2C' and
20476            'IP4FWD' and
20477            not 'IPSEC' and
20478            not 'VHOST'"
20479   parameters:
20480   - "latency"
20481   - "parent"
20482   - "tags"
20483   sort:
20484   - "DOT1Q"
20485   - "IP4BASE"
20486   - "FIB_20k"
20487   - "FIB_200k"
20488   - "FIB_2M"
20489   layout:
20490     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
20491     layout: "plot-latency"
20492
20493 # Packet Latency - VPP IPv4 2n-skx-xxv710 base and scale
20494 -
20495   type: "plot"
20496   title: "VPP Latency: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
20497   algorithm: "plot_latency_error_bars"
20498   output-file-type: ".html"
20499   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
20500   data: "plot-vpp-throughput-latency-2n-skx"
20501   filter: "'NIC_Intel-XXV710' and
20502            '64B' and
20503            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
20504            'NDRPDR' and
20505            '2T1C' and
20506            'IP4FWD' and
20507            not 'IPSEC' and
20508            not 'VHOST'"
20509   parameters:
20510   - "latency"
20511   - "parent"
20512   - "tags"
20513   sort:
20514   - "DOT1Q"
20515   - "IP4BASE"
20516   - "FIB_20k"
20517   - "FIB_200k"
20518   - "FIB_2M"
20519   layout:
20520     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
20521     layout: "plot-latency"
20522
20523 -
20524   type: "plot"
20525   title: "VPP Latency: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20526   algorithm: "plot_latency_error_bars"
20527   output-file-type: ".html"
20528   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20529   data: "plot-vpp-throughput-latency-2n-skx"
20530   filter: "'NIC_Intel-XXV710' and
20531            '64B' and
20532            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
20533            'NDRPDR' and
20534            '4T2C' and
20535            'IP4FWD' and
20536            not 'IPSEC' and
20537            not 'VHOST'"
20538   parameters:
20539   - "latency"
20540   - "parent"
20541   - "tags"
20542   sort:
20543   - "DOT1Q"
20544   - "IP4BASE"
20545   - "FIB_20k"
20546   - "FIB_200k"
20547   - "FIB_2M"
20548   layout:
20549     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
20550     layout: "plot-latency"
20551
20552 ################################################################################
20553
20554 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520
20555 -
20556   type: "plot"
20557   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
20558   algorithm: "plot_latency_error_bars"
20559   output-file-type: ".html"
20560   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
20561   data: "plot-vpp-throughput-latency-3n-hsw"
20562   filter: "'NIC_Intel-X520-DA2' and
20563            '64B' and
20564            'ENCAP' and
20565            'NDRPDR' and
20566            '1T1C' and
20567            ('VXLAN' or 'LISP') and
20568            not 'VHOST' and
20569            not 'IPSECHW'"
20570   parameters:
20571   - "latency"
20572   - "parent"
20573   - "tags"
20574   sort:
20575   - "not DOT1Q"
20576   - "VXLAN_1"
20577   - "VXLAN_10"
20578   - "VXLAN_100"
20579   - "VXLAN_1000"
20580   layout:
20581     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
20582     layout: "plot-latency"
20583
20584 -
20585   type: "plot"
20586   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
20587   algorithm: "plot_latency_error_bars"
20588   output-file-type: ".html"
20589   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
20590   data: "plot-vpp-throughput-latency-3n-hsw"
20591   filter: "'NIC_Intel-X520-DA2' and
20592            '64B' and
20593            'ENCAP' and
20594            'NDRPDR' and
20595            '2T2C' and
20596            ('VXLAN' or 'LISP') and
20597            not 'VHOST' and
20598            not 'IPSECHW'"
20599   parameters:
20600   - "latency"
20601   - "parent"
20602   - "tags"
20603   sort:
20604   - "not DOT1Q"
20605   - "VXLAN_1"
20606   - "VXLAN_10"
20607   - "VXLAN_100"
20608   - "VXLAN_1000"
20609   layout:
20610     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
20611     layout: "plot-latency"
20612
20613 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520 - features
20614 -
20615   type: "plot"
20616   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
20617   algorithm: "plot_latency_error_bars"
20618   output-file-type: ".html"
20619   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
20620   data: "plot-vpp-throughput-latency-3n-hsw"
20621   filter: "'NIC_Intel-X520-DA2' and
20622            '64B' and
20623            'ENCAP' and
20624            'NDRPDR' and
20625            '1T1C' and
20626            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
20627            not 'DOT1Q' and
20628            not 'VHOST' and
20629            not 'IPSECHW'"
20630   parameters:
20631   - "latency"
20632   - "parent"
20633   - "tags"
20634   sort:
20635   - "L2BDMACLRN"
20636   - "L2XCFWD"
20637   - "LISP"
20638   layout:
20639     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
20640     layout: "plot-latency"
20641
20642 -
20643   type: "plot"
20644   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
20645   algorithm: "plot_latency_error_bars"
20646   output-file-type: ".html"
20647   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
20648   data: "plot-vpp-throughput-latency-3n-hsw"
20649   filter: "'NIC_Intel-X520-DA2' and
20650            '64B' and
20651            'ENCAP' and
20652            'NDRPDR' and
20653            '2T2C' and
20654            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
20655            not 'DOT1Q' and
20656            not 'VHOST' and
20657            not 'IPSECHW'"
20658   parameters:
20659   - "latency"
20660   - "parent"
20661   - "tags"
20662   sort:
20663   - "L2BDMACLRN"
20664   - "L2XCFWD"
20665   - "LISP"
20666   layout:
20667     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
20668     layout: "plot-latency"
20669
20670 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710
20671 -
20672   type: "plot"
20673   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20674   algorithm: "plot_latency_error_bars"
20675   output-file-type: ".html"
20676   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20677   data: "plot-vpp-throughput-latency-3n-hsw"
20678   filter: "'NIC_Intel-X710' and
20679            '64B' and
20680            'ENCAP' and
20681            'NDRPDR' and
20682            '1T1C' and
20683            ('VXLAN' or 'LISP') and
20684            not 'VHOST' and
20685            not 'IPSECHW'"
20686   parameters:
20687   - "latency"
20688   - "parent"
20689   - "tags"
20690   sort:
20691   - "LISP"
20692   - "VXLAN_1"
20693   - "VXLAN_10"
20694   - "VXLAN_100"
20695   - "VXLAN_1000"
20696   layout:
20697     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
20698     layout: "plot-latency"
20699
20700 -
20701   type: "plot"
20702   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20703   algorithm: "plot_latency_error_bars"
20704   output-file-type: ".html"
20705   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20706   data: "plot-vpp-throughput-latency-3n-hsw"
20707   filter: "'NIC_Intel-X710' and
20708            '64B' and
20709            'ENCAP' and
20710            'NDRPDR' and
20711            '2T2C' and
20712            ('VXLAN' or 'LISP') and
20713            not 'VHOST' and
20714            not 'IPSECHW'"
20715   parameters:
20716   - "latency"
20717   - "parent"
20718   - "tags"
20719   sort:
20720   - "LISP"
20721   - "VXLAN_1"
20722   - "VXLAN_10"
20723   - "VXLAN_100"
20724   - "VXLAN_1000"
20725   layout:
20726     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
20727     layout: "plot-latency"
20728
20729 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710 - features
20730 -
20731   type: "plot"
20732   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
20733   algorithm: "plot_latency_error_bars"
20734   output-file-type: ".html"
20735   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
20736   data: "plot-vpp-throughput-latency-3n-hsw"
20737   filter: "'NIC_Intel-X710' and
20738            '64B' and
20739            'ENCAP' and
20740            'NDRPDR' and
20741            '1T1C' and
20742            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
20743            not 'DOT1Q' and
20744            not 'VHOST' and
20745            not 'IPSECHW'"
20746   parameters:
20747   - "latency"
20748   - "parent"
20749   - "tags"
20750   sort:
20751   - "L2BDMACLRN"
20752   - "L2XCFWD"
20753   - "LISP"
20754   layout:
20755     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
20756     layout: "plot-latency"
20757
20758 -
20759   type: "plot"
20760   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
20761   algorithm: "plot_latency_error_bars"
20762   output-file-type: ".html"
20763   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
20764   data: "plot-vpp-throughput-latency-3n-hsw"
20765   filter: "'NIC_Intel-X710' and
20766            '64B' and
20767            'ENCAP' and
20768            'NDRPDR' and
20769            '2T2C' and
20770            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
20771            not 'DOT1Q' and
20772            not 'VHOST' and
20773            not 'IPSECHW'"
20774   parameters:
20775   - "latency"
20776   - "parent"
20777   - "tags"
20778   sort:
20779   - "L2BDMACLRN"
20780   - "L2XCFWD"
20781   - "LISP"
20782   layout:
20783     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
20784     layout: "plot-latency"
20785
20786 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710
20787 -
20788   type: "plot"
20789   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20790   algorithm: "plot_latency_error_bars"
20791   output-file-type: ".html"
20792   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20793   data: "plot-vpp-throughput-latency-3n-skx"
20794   filter: "'NIC_Intel-X710' and
20795            '64B' and
20796            'ENCAP' and
20797            'NDRPDR' and
20798            '2T1C' and
20799            ('VXLAN' or 'LISP') and
20800            not 'VHOST' and
20801            not 'IPSECHW'"
20802   parameters:
20803   - "latency"
20804   - "parent"
20805   - "tags"
20806   sort:
20807   - "LISP"
20808   - "VXLAN_1"
20809   - "VXLAN_10"
20810   - "VXLAN_100"
20811   - "VXLAN_1000"
20812   layout:
20813     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
20814     layout: "plot-latency"
20815
20816 -
20817   type: "plot"
20818   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20819   algorithm: "plot_latency_error_bars"
20820   output-file-type: ".html"
20821   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20822   data: "plot-vpp-throughput-latency-3n-skx"
20823   filter: "'NIC_Intel-X710' and
20824            '64B' and
20825            'ENCAP' and
20826            'NDRPDR' and
20827            '4T2C' and
20828            ('VXLAN' or 'LISP') and
20829            not 'VHOST' and
20830            not 'IPSECHW'"
20831   parameters:
20832   - "latency"
20833   - "parent"
20834   - "tags"
20835   sort:
20836   - "LISP"
20837   - "VXLAN_1"
20838   - "VXLAN_10"
20839   - "VXLAN_100"
20840   - "VXLAN_1000"
20841   layout:
20842     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
20843     layout: "plot-latency"
20844
20845 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710 - features
20846 -
20847   type: "plot"
20848   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
20849   algorithm: "plot_latency_error_bars"
20850   output-file-type: ".html"
20851   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
20852   data: "plot-vpp-throughput-latency-3n-skx"
20853   filter: "'NIC_Intel-X710' and
20854            '64B' and
20855            'ENCAP' and
20856            'NDRPDR' and
20857            '2T1C' and
20858            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
20859            not 'DOT1Q' and
20860            not 'VHOST' and
20861            not 'IPSECHW'"
20862   parameters:
20863   - "latency"
20864   - "parent"
20865   - "tags"
20866   sort:
20867   - "L2BDMACLRN"
20868   - "L2XCFWD"
20869   - "LISP"
20870   layout:
20871     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
20872     layout: "plot-latency"
20873
20874 -
20875   type: "plot"
20876   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
20877   algorithm: "plot_latency_error_bars"
20878   output-file-type: ".html"
20879   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
20880   data: "plot-vpp-throughput-latency-3n-skx"
20881   filter: "'NIC_Intel-X710' and
20882            '64B' and
20883            'ENCAP' and
20884            'NDRPDR' and
20885            '4T2C' and
20886            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
20887            not 'DOT1Q' and
20888            not 'VHOST' and
20889            not 'IPSECHW'"
20890   parameters:
20891   - "latency"
20892   - "parent"
20893   - "tags"
20894   sort:
20895   - "L2BDMACLRN"
20896   - "L2XCFWD"
20897   - "LISP"
20898   layout:
20899     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
20900     layout: "plot-latency"
20901
20902 ################################################################################
20903
20904 # Packet Latency - VPP IPv6 3n-hsw-x520
20905 -
20906   type: "plot"
20907   title: "VPP Latency: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
20908   algorithm: "plot_latency_error_bars"
20909   output-file-type: ".html"
20910   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
20911   data: "plot-vpp-throughput-latency-3n-hsw"
20912   filter: "'NIC_Intel-X520-DA2' and
20913            '78B' and
20914            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20915            'NDRPDR' and
20916            '1T1C' and
20917            'IP6FWD' and
20918            not 'SRv6' and
20919            not 'IPSEC' and
20920            not 'VHOST'"
20921   parameters:
20922   - "latency"
20923   - "parent"
20924   - "tags"
20925   sort:
20926   - "IP6BASE"
20927   - "FIB_20K"
20928   - "FIB_200K"
20929   - "FIB_2M"
20930   layout:
20931     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
20932     layout: "plot-latency"
20933
20934 -
20935   type: "plot"
20936   title: "VPP Latency: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
20937   algorithm: "plot_latency_error_bars"
20938   output-file-type: ".html"
20939   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
20940   data: "plot-vpp-throughput-latency-3n-hsw"
20941   filter: "'NIC_Intel-X520-DA2' and
20942            '78B' and
20943            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20944            'NDRPDR' and
20945            '2T2C' and
20946            'IP6FWD' and
20947            not 'SRv6' and
20948            not 'IPSEC' and
20949            not 'VHOST'"
20950   parameters:
20951   - "latency"
20952   - "parent"
20953   - "tags"
20954   sort:
20955   - "IP6BASE"
20956   - "FIB_20K"
20957   - "FIB_200K"
20958   - "FIB_2M"
20959   layout:
20960     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
20961     layout: "plot-latency"
20962
20963 # Packet Latency - VPP IPv6 3n-hsw-x710
20964 -
20965   type: "plot"
20966   title: "VPP Latency: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
20967   algorithm: "plot_latency_error_bars"
20968   output-file-type: ".html"
20969   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
20970   data: "plot-vpp-throughput-latency-3n-hsw"
20971   filter: "'NIC_Intel-X710' and
20972            '78B' and
20973            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20974            'NDRPDR' and
20975            '1T1C' and
20976            'IP6FWD' and
20977            not 'SRv6' and
20978            not 'IPSEC' and
20979            not 'VHOST'"
20980   parameters:
20981   - "latency"
20982   - "parent"
20983   - "tags"
20984   sort:
20985   - "IP6BASE"
20986   - "FIB_20K"
20987   - "FIB_200K"
20988   - "FIB_2M"
20989   layout:
20990     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
20991     layout: "plot-latency"
20992
20993 -
20994   type: "plot"
20995   title: "VPP Latency: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
20996   algorithm: "plot_latency_error_bars"
20997   output-file-type: ".html"
20998   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
20999   data: "plot-vpp-throughput-latency-3n-hsw"
21000   filter: "'NIC_Intel-X710' and
21001            '78B' and
21002            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21003            'NDRPDR' and
21004            '2T2C' and
21005            'IP6FWD' and
21006            not 'SRv6' and
21007            not 'IPSEC' and
21008            not 'VHOST'"
21009   parameters:
21010   - "latency"
21011   - "parent"
21012   - "tags"
21013   sort:
21014   - "IP6BASE"
21015   - "FIB_20K"
21016   - "FIB_200K"
21017   - "FIB_2M"
21018   layout:
21019     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
21020     layout: "plot-latency"
21021
21022 # Packet Latency - VPP IPv6 3n-hsw-xl710
21023 -
21024   type: "plot"
21025   title: "VPP Latency: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat"
21026   algorithm: "plot_latency_error_bars"
21027   output-file-type: ".html"
21028   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat"
21029   data: "plot-vpp-throughput-latency-3n-hsw"
21030   filter: "'NIC_Intel-XL710' and
21031            '78B' and
21032            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21033            'NDRPDR' and
21034            '1T1C' and
21035            'IP6FWD' and
21036            not 'SRv6' and
21037            not 'IPSEC' and
21038            not 'VHOST'"
21039   parameters:
21040   - "latency"
21041   - "parent"
21042   - "tags"
21043   sort:
21044   - "IP6BASE"
21045   - "FIB_20K"
21046   - "FIB_200K"
21047   - "FIB_2M"
21048   layout:
21049     title: "ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
21050     layout: "plot-latency"
21051
21052 -
21053   type: "plot"
21054   title: "VPP Latency: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat"
21055   algorithm: "plot_latency_error_bars"
21056   output-file-type: ".html"
21057   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat"
21058   data: "plot-vpp-throughput-latency-3n-hsw"
21059   filter: "'NIC_Intel-XL710' and
21060            '78B' and
21061            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21062            'NDRPDR' and
21063            '2T2C' and
21064            'IP6FWD' and
21065            not 'SRv6' and
21066            not 'IPSEC' and
21067            not 'VHOST'"
21068   parameters:
21069   - "latency"
21070   - "parent"
21071   - "tags"
21072   sort:
21073   - "IP6BASE"
21074   - "FIB_20K"
21075   - "FIB_200K"
21076   - "FIB_2M"
21077   layout:
21078     title: "ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
21079     layout: "plot-latency"
21080
21081 # Packet Latency - VPP IPv6 3n-skx-x710
21082 -
21083   type: "plot"
21084   title: "VPP Latency: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
21085   algorithm: "plot_latency_error_bars"
21086   output-file-type: ".html"
21087   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
21088   data: "plot-vpp-throughput-latency-3n-skx"
21089   filter: "'NIC_Intel-X710' and
21090            '78B' and
21091            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21092            'NDRPDR' and
21093            '2T1C' and
21094            'IP6FWD' and
21095            not 'SRv6' and
21096            not 'IPSEC' and
21097            not 'VHOST'"
21098   parameters:
21099   - "latency"
21100   - "parent"
21101   - "tags"
21102   sort:
21103   - "IP6BASE"
21104   - "FIB_20K"
21105   - "FIB_200K"
21106   - "FIB_2M"
21107   layout:
21108     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
21109     layout: "plot-latency"
21110
21111 -
21112   type: "plot"
21113   title: "VPP Latency: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
21114   algorithm: "plot_latency_error_bars"
21115   output-file-type: ".html"
21116   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
21117   data: "plot-vpp-throughput-latency-3n-skx"
21118   filter: "'NIC_Intel-X710' and
21119            '78B' and
21120            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21121            'NDRPDR' and
21122            '4T2C' and
21123            'IP6FWD' and
21124            not 'SRv6' and
21125            not 'IPSEC' and
21126            not 'VHOST'"
21127   parameters:
21128   - "latency"
21129   - "parent"
21130   - "tags"
21131   sort:
21132   - "IP6BASE"
21133   - "FIB_20K"
21134   - "FIB_200K"
21135   - "FIB_2M"
21136   layout:
21137     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
21138     layout: "plot-latency"
21139
21140 # Packet Latency - VPP IPv6 2n-skx-x710
21141 -
21142   type: "plot"
21143   title: "VPP Latency: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
21144   algorithm: "plot_latency_error_bars"
21145   output-file-type: ".html"
21146   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
21147   data: "plot-vpp-throughput-latency-2n-skx"
21148   filter: "'NIC_Intel-X710' and
21149            '78B' and
21150            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
21151            'NDRPDR' and
21152            '2T1C' and
21153            'IP6FWD' and
21154            not 'SRv6' and
21155            not 'IPSEC' and
21156            not 'VHOST'"
21157   parameters:
21158   - "latency"
21159   - "parent"
21160   - "tags"
21161   sort:
21162   - "IP6BASE"
21163   - "FIB_20k"
21164   - "FIB_200k"
21165   - "FIB_2M"
21166   layout:
21167     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
21168     layout: "plot-latency"
21169
21170 -
21171   type: "plot"
21172   title: "VPP Latency: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
21173   algorithm: "plot_latency_error_bars"
21174   output-file-type: ".html"
21175   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
21176   data: "plot-vpp-throughput-latency-2n-skx"
21177   filter: "'NIC_Intel-X710' and
21178            '78B' and
21179            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
21180            'NDRPDR' and
21181            '4T2C' and
21182            'IP6FWD' and
21183            not 'SRv6' and
21184            not 'IPSEC' and
21185            not 'VHOST'"
21186   parameters:
21187   - "latency"
21188   - "parent"
21189   - "tags"
21190   sort:
21191   - "IP6BASE"
21192   - "FIB_20k"
21193   - "FIB_200k"
21194   - "FIB_2M"
21195   layout:
21196     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
21197     layout: "plot-latency"
21198
21199 # Packet Latency - VPP IPv6 2n-skx-xxv710
21200 -
21201   type: "plot"
21202   title: "VPP Latency: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
21203   algorithm: "plot_latency_error_bars"
21204   output-file-type: ".html"
21205   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
21206   data: "plot-vpp-throughput-latency-2n-skx"
21207   filter: "'NIC_Intel-XXV710' and
21208            '78B' and
21209            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
21210            'NDRPDR' and
21211            '2T1C' and
21212            'IP6FWD' and
21213            not 'SRv6' and
21214            not 'IPSEC' and
21215            not 'VHOST'"
21216   parameters:
21217   - "latency"
21218   - "parent"
21219   - "tags"
21220   sort:
21221   - "IP6BASE"
21222   - "FIB_20k"
21223   - "FIB_200k"
21224   - "FIB_2M"
21225   layout:
21226     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
21227     layout: "plot-latency"
21228
21229 -
21230   type: "plot"
21231   title: "VPP Latency: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
21232   algorithm: "plot_latency_error_bars"
21233   output-file-type: ".html"
21234   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
21235   data: "plot-vpp-throughput-latency-2n-skx"
21236   filter: "'NIC_Intel-XXV710' and
21237            '78B' and
21238            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21239            'NDRPDR' and
21240            '4T2C' and
21241            'IP6FWD' and
21242            not 'SRv6' and
21243            not 'IPSEC' and
21244            not 'VHOST'"
21245   parameters:
21246   - "latency"
21247   - "parent"
21248   - "tags"
21249   sort:
21250   - "IP6BASE"
21251   - "FIB_20k"
21252   - "FIB_200k"
21253   - "FIB_2M"
21254   layout:
21255     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
21256     layout: "plot-latency"
21257
21258 ################################################################################
21259
21260 # Packet Latency - VPP IPv6 tunnels 3n-hsw-x520
21261 -
21262   type: "plot"
21263   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
21264   algorithm: "plot_latency_error_bars"
21265   output-file-type: ".html"
21266   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
21267   data: "plot-vpp-throughput-latency-3n-hsw"
21268   filter: "'NIC_Intel-X520-DA2' and
21269            '78B' and
21270            'ENCAP' and
21271            'NDRPDR' and
21272            '1T1C' and
21273            'LISP' and
21274            not 'VHOST'"
21275   parameters:
21276   - "latency"
21277   - "parent"
21278   - "tags"
21279   sort:
21280   - "IP4UNRLAY"
21281   - "IP6UNRLAY"
21282   layout:
21283     title: "ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
21284     layout: "plot-latency"
21285
21286 -
21287   type: "plot"
21288   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
21289   algorithm: "plot_latency_error_bars"
21290   output-file-type: ".html"
21291   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
21292   data: "plot-vpp-throughput-latency-3n-hsw"
21293   filter: "'NIC_Intel-X520-DA2' and
21294            '78B' and
21295            'ENCAP' and
21296            'NDRPDR' and
21297            '2T2C' and
21298            'LISP' and
21299            not 'VHOST'"
21300   parameters:
21301   - "latency"
21302   - "parent"
21303   - "tags"
21304   sort:
21305   - "IP4UNRLAY"
21306   - "IP6UNRLAY"
21307   layout:
21308     title: "ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
21309     layout: "plot-latency"
21310
21311 ################################################################################
21312
21313 # Packet Latency - VPP IPSec 3n-hsw-xl710 base
21314 -
21315   type: "plot"
21316   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
21317   algorithm: "plot_latency_error_bars"
21318   output-file-type: ".html"
21319   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
21320   data: "plot-vpp-throughput-latency-3n-hsw"
21321   filter: "'NIC_Intel-XL710' and
21322            '64B' and
21323            'IP4FWD' and
21324            'NDRPDR' and
21325            'BASE' and
21326            '1T1C' and
21327            'IPSECHW' and
21328            ('IPSECTRAN' or 'IPSECTUN') and
21329            not 'VHOST'"
21330   parameters:
21331   - "latency"
21332   - "parent"
21333   - "tags"
21334   layout:
21335     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
21336     layout: "plot-latency"
21337
21338 -
21339   type: "plot"
21340   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
21341   algorithm: "plot_latency_error_bars"
21342   output-file-type: ".html"
21343   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
21344   data: "plot-vpp-throughput-latency-3n-hsw"
21345   filter: "'NIC_Intel-XL710' and
21346            '64B' and
21347            'IP4FWD' and
21348            'NDRPDR' and
21349            'BASE' and
21350            '2T2C' and
21351            'IPSECHW' and
21352            ('IPSECTRAN' or 'IPSECTUN') and
21353            not 'VHOST'"
21354   parameters:
21355   - "latency"
21356   - "parent"
21357   - "tags"
21358   layout:
21359     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
21360     layout: "plot-latency"
21361
21362 # Packet Latency - VPP IPSec 3n-hsw-xl710 scale
21363 -
21364   type: "plot"
21365   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
21366   algorithm: "plot_latency_error_bars"
21367   output-file-type: ".html"
21368   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
21369   data: "plot-vpp-throughput-latency-3n-hsw"
21370   filter: "'NIC_Intel-XL710' and
21371            '64B' and
21372            'IP4FWD' and
21373            'NDRPDR' and
21374            'SCALE' and
21375            '1T1C' and
21376            'IPSECHW' and
21377            ('IPSECTRAN' or 'IPSECTUN') and
21378            not 'VHOST'"
21379   parameters:
21380   - "latency"
21381   - "parent"
21382   - "tags"
21383   layout:
21384     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
21385     layout: "plot-latency"
21386
21387 -
21388   type: "plot"
21389   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
21390   algorithm: "plot_latency_error_bars"
21391   output-file-type: ".html"
21392   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
21393   data: "plot-vpp-throughput-latency-3n-hsw"
21394   filter: "'NIC_Intel-XL710' and
21395            '64B' and
21396            'IP4FWD' and
21397            'NDRPDR' and
21398            'SCALE' and
21399            '2T2C' and
21400            'IPSECHW' and
21401            ('IPSECTRAN' or 'IPSECTUN') and
21402            not 'VHOST'"
21403   parameters:
21404   - "latency"
21405   - "parent"
21406   - "tags"
21407   layout:
21408     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
21409     layout: "plot-latency"
21410
21411 # Packet Latency - VPP IPSec 3n-hsw-xl710 sw
21412 -
21413   type: "plot"
21414   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat"
21415   algorithm: "plot_latency_error_bars"
21416   output-file-type: ".html"
21417   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat"
21418   data: "plot-vpp-throughput-latency-3n-hsw"
21419   filter: "'NIC_Intel-XL710' and
21420            '64B' and
21421            'IP4FWD' and
21422            'NDRPDR' and
21423            '1T1C' and
21424            'IPSECSW' and
21425            ('IPSECTRAN' or 'IPSECTUN') and
21426            not 'VHOST'"
21427   parameters:
21428   - "latency"
21429   - "parent"
21430   - "tags"
21431   layout:
21432     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
21433     layout: "plot-latency"
21434
21435 -
21436   type: "plot"
21437   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
21438   algorithm: "plot_latency_error_bars"
21439   output-file-type: ".html"
21440   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
21441   data: "plot-vpp-throughput-latency-3n-hsw"
21442   filter: "'NIC_Intel-XL710' and
21443            '64B' and
21444            'IP4FWD' and
21445            'NDRPDR' and
21446            '2T2C' and
21447            'IPSECSW' and
21448            ('IPSECTRAN' or 'IPSECTUN') and
21449            not 'VHOST'"
21450   parameters:
21451   - "latency"
21452   - "parent"
21453   - "tags"
21454   layout:
21455     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
21456     layout: "plot-latency"
21457
21458 ################################################################################
21459
21460 # Packet Latency - VPP SRv6 3n-hsw-x520
21461 -
21462   type: "plot"
21463   title: "VPP Latency: srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
21464   algorithm: "plot_latency_error_bars"
21465   output-file-type: ".html"
21466   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
21467   data: "plot-vpp-throughput-latency-3n-hsw"
21468   filter: "'NIC_Intel-X520-DA2' and
21469            '78B' and
21470            'FEATURE' and
21471            'NDRPDR' and
21472            '1T1C' and
21473            'IP6FWD' and
21474            'SRv6'"
21475   parameters:
21476   - "latency"
21477   - "parent"
21478   - "tags"
21479   layout:
21480     title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
21481     layout: "plot-latency"
21482
21483 -
21484   type: "plot"
21485   title: "VPP Latency: srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
21486   algorithm: "plot_latency_error_bars"
21487   output-file-type: ".html"
21488   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
21489   data: "plot-vpp-throughput-latency-3n-hsw"
21490   filter: "'NIC_Intel-X520-DA2' and
21491            '78B' and
21492            'FEATURE' and
21493            'NDRPDR' and
21494            '2T2C' and
21495            'IP6FWD' and
21496            'SRv6'"
21497   parameters:
21498   - "latency"
21499   - "parent"
21500   - "tags"
21501   layout:
21502     title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
21503     layout: "plot-latency"
21504
21505 ################################################################################
21506
21507 # Packet Latency - VPP vhost ip4 3n-hsw-x520
21508 -
21509   type: "plot"
21510   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
21511   algorithm: "plot_latency_error_bars"
21512   output-file-type: ".html"
21513   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
21514   data: "plot-vpp-throughput-latency-3n-hsw"
21515   filter: "'NIC_Intel-X520-DA2' and
21516            '64B' and
21517            'NDRPDR' and
21518            'ETH' and
21519            'IP4FWD' and
21520            '1T1C' and
21521            'VHOST_1024' and
21522            not 'VXLAN' and
21523            not 'DOT1Q'"
21524   parameters:
21525   - "latency"
21526   - "parent"
21527   - "tags"
21528   sort:
21529   - "not CFS_OPT"
21530   - "1VM"
21531   - "2VM"
21532   layout:
21533     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
21534     layout: "plot-latency"
21535
21536 -
21537   type: "plot"
21538   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
21539   algorithm: "plot_latency_error_bars"
21540   output-file-type: ".html"
21541   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
21542   data: "plot-vpp-throughput-latency-3n-hsw"
21543   filter: "'NIC_Intel-X520-DA2' and
21544            '64B' and
21545            'NDRPDR' and
21546            'ETH' and
21547            'IP4FWD' and
21548            '2T2C' and
21549            'VHOST_1024' and
21550            not 'VXLAN' and
21551            not 'DOT1Q'"
21552   parameters:
21553   - "latency"
21554   - "parent"
21555   - "tags"
21556   sort:
21557   - "not CFS_OPT"
21558   - "1VM"
21559   - "2VM"
21560   layout:
21561     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
21562     layout: "plot-latency"
21563
21564 # Packet Latency - VPP vhost l2sw 3n-hsw-x520
21565 -
21566   type: "plot"
21567   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
21568   algorithm: "plot_latency_error_bars"
21569   output-file-type: ".html"
21570   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
21571   data: "plot-vpp-throughput-latency-3n-hsw"
21572   filter: "'NIC_Intel-X520-DA2' and
21573            '64B' and
21574            'NDRPDR' and
21575            ('ETH' or 'DOT1Q') and
21576            '1T1C' and
21577            'L2BDMACLRN' and
21578            'VHOST_1024' and
21579            not 'VXLAN' and
21580            not 'IP4FWD' and
21581            not '2VM'"
21582   parameters:
21583   - "latency"
21584   - "parent"
21585   - "tags"
21586 #  sort:
21587 #  - "VM"  # "not CFS_OPT"
21588 #  - "CFS_OPT"
21589 #  - "FIB_10K"
21590 #  - "FIB_100K"
21591 #  - "FIB_1M"
21592   layout:
21593     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
21594     layout: "plot-latency"
21595
21596 -
21597   type: "plot"
21598   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
21599   algorithm: "plot_latency_error_bars"
21600   output-file-type: ".html"
21601   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
21602   data: "plot-vpp-throughput-latency-3n-hsw"
21603   filter: "'NIC_Intel-X520-DA2' and
21604            '64B' and
21605            'NDRPDR' and
21606            ('ETH' or 'DOT1Q') and
21607            '2T2C' and
21608            'L2BDMACLRN' and
21609            'VHOST_1024' and
21610            not 'VXLAN' and
21611            not 'IP4FWD' and
21612            not '2VM'"
21613   parameters:
21614   - "latency"
21615   - "parent"
21616   - "tags"
21617 #  sort:
21618 #  - "VM"  # "not CFS_OPT"
21619 #  - "CFS_OPT"
21620 #  - "FIB_10K"
21621 #  - "FIB_100K"
21622 #  - "FIB_1M"
21623   layout:
21624     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
21625     layout: "plot-latency"
21626
21627 # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base
21628 -
21629   type: "plot"
21630   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr-lat"
21631   algorithm: "plot_latency_error_bars"
21632   output-file-type: ".html"
21633   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr-lat"
21634   data: "plot-vpp-throughput-latency-3n-hsw"
21635   filter: "'NIC_Intel-X520-DA2' and
21636            '64B' and
21637            'NDRPDR' and
21638            ('ETH' or 'DOT1Q') and
21639            'BASE' and
21640            '1T1C' and
21641            ('L2BDMACLRN' or 'L2XCFWD') and
21642            'VHOST_1024' and
21643            not 'VXLAN' and
21644            not 'IP4FWD' and
21645            not '2VM'"
21646   parameters:
21647   - "latency"
21648   - "parent"
21649   - "tags"
21650 #  sort:
21651 #  - "not CFS_OPT"
21652 #  - "L2XCFWD"
21653 #  - "not CFS_OPT"
21654 #  - "CFS_OPT"
21655   layout:
21656     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
21657     layout: "plot-latency"
21658
21659 -
21660   type: "plot"
21661   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr-lat"
21662   algorithm: "plot_latency_error_bars"
21663   output-file-type: ".html"
21664   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr-lat"
21665   data: "plot-vpp-throughput-latency-3n-hsw"
21666   filter: "'NIC_Intel-X520-DA2' and
21667            '64B' and
21668            'NDRPDR' and
21669            ('ETH' or 'DOT1Q') and
21670            'BASE' and
21671            '2T2C' and
21672            ('L2BDMACLRN' or 'L2XCFWD') and
21673            'VHOST_1024' and
21674            not 'VXLAN' and
21675            not 'IP4FWD' and
21676            not '2VM'"
21677   parameters:
21678   - "latency"
21679   - "parent"
21680   - "tags"
21681 #  sort:
21682 #  - "not CFS_OPT"
21683 #  - "L2XCFWD"
21684 #  - "not CFS_OPT"
21685 #  - "CFS_OPT"
21686   layout:
21687     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
21688     layout: "plot-latency"
21689
21690 # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base vm
21691 -
21692   type: "plot"
21693   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
21694   algorithm: "plot_latency_error_bars"
21695   output-file-type: ".html"
21696   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
21697   data: "plot-vpp-throughput-latency-3n-hsw"
21698   filter: "'NIC_Intel-X520-DA2' and
21699            '64B' and
21700            'NDRPDR' and
21701            ('ETH' or 'DOT1Q') and
21702            '1T1C' and
21703            ('L2BDMACLRN' or 'L2XCFWD') and
21704            'VHOST_1024' and
21705            not 'CFS_OPT' and
21706            not 'VXLAN' and
21707            not 'IP4FWD' and
21708            not 'LBOND'"
21709   parameters:
21710   - "latency"
21711   - "parent"
21712   - "tags"
21713 #  sort:
21714 #  - "1VM"
21715 #  - "L2XCFWD"
21716 #  - "1VM"
21717 #  - "L2BDMACLRN"
21718   layout:
21719     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
21720     layout: "plot-latency"
21721
21722 -
21723   type: "plot"
21724   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
21725   algorithm: "plot_latency_error_bars"
21726   output-file-type: ".html"
21727   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
21728   data: "plot-vpp-throughput-latency-3n-hsw"
21729   filter: "'NIC_Intel-X520-DA2' and
21730            '64B' and
21731            'NDRPDR' and
21732            ('ETH' or 'DOT1Q') and
21733            '2T2C' and
21734            ('L2BDMACLRN' or 'L2XCFWD') and
21735            'VHOST_1024' and
21736            not 'CFS_OPT' and
21737            not 'VXLAN' and
21738            not 'IP4FWD' and
21739            not 'LBOND'"
21740   parameters:
21741   - "latency"
21742   - "parent"
21743   - "tags"
21744 #  sort:
21745 #  - "1VM"
21746 #  - "L2XCFWD"
21747 #  - "1VM"
21748 #  - "L2BDMACLRN"
21749   layout:
21750     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
21751     layout: "plot-latency"
21752
21753 # Packet Latency - VPP vhost ip4 3n-hsw-x710
21754 -
21755   type: "plot"
21756   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
21757   algorithm: "plot_latency_error_bars"
21758   output-file-type: ".html"
21759   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
21760   data: "plot-vpp-throughput-latency-3n-hsw"
21761   filter: "'NIC_Intel-X710' and
21762            '64B' and
21763            'NDRPDR' and
21764            'ETH' and
21765            'IP4FWD' and
21766            '1T1C' and
21767            'VHOST_1024' and
21768            not 'VXLAN' and
21769            not 'DOT1Q'"
21770   parameters:
21771   - "latency"
21772   - "parent"
21773   - "tags"
21774   sort:
21775   - "not CFS_OPT"
21776   - "1VM"
21777   - "2VM"
21778   layout:
21779     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
21780     layout: "plot-latency"
21781
21782 -
21783   type: "plot"
21784   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
21785   algorithm: "plot_latency_error_bars"
21786   output-file-type: ".html"
21787   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
21788   data: "plot-vpp-throughput-latency-3n-hsw"
21789   filter: "'NIC_Intel-X710' and
21790            '64B' and
21791            'NDRPDR' and
21792            'ETH' and
21793            'IP4FWD' and
21794            '2T2C' and
21795            'VHOST_1024' and
21796            not 'VXLAN' and
21797            not 'DOT1Q'"
21798   parameters:
21799   - "latency"
21800   - "parent"
21801   - "tags"
21802   sort:
21803   - "not CFS_OPT"
21804   - "1VM"
21805   - "2VM"
21806   layout:
21807     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
21808     layout: "plot-latency"
21809
21810 # Packet Latency - VPP vhost l2sw 3n-hsw-x710
21811 -
21812   type: "plot"
21813   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
21814   algorithm: "plot_latency_error_bars"
21815   output-file-type: ".html"
21816   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
21817   data: "plot-vpp-throughput-latency-3n-hsw"
21818   filter: "'NIC_Intel-X710' and
21819            '64B' and
21820            'NDRPDR' and
21821            ('ETH' or 'DOT1Q') and
21822            '1T1C' and
21823            'L2BDMACLRN' and
21824            'VHOST_1024' and
21825            not 'VXLAN' and
21826            not 'IP4FWD' and
21827            not '2VM'"
21828   parameters:
21829   - "latency"
21830   - "parent"
21831   - "tags"
21832 #  sort:
21833 #  - "VM"  # "not CFS_OPT"
21834 #  - "CFS_OPT"
21835 #  - "FIB_10K"
21836 #  - "FIB_100K"
21837 #  - "FIB_1M"
21838   layout:
21839     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
21840     layout: "plot-latency"
21841
21842 -
21843   type: "plot"
21844   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
21845   algorithm: "plot_latency_error_bars"
21846   output-file-type: ".html"
21847   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
21848   data: "plot-vpp-throughput-latency-3n-hsw"
21849   filter: "'NIC_Intel-X710' and
21850            '64B' and
21851            'NDRPDR' and
21852            ('ETH' or 'DOT1Q') and
21853            '2T2C' and
21854            'L2BDMACLRN' and
21855            'VHOST_1024' and
21856            not 'VXLAN' and
21857            not 'IP4FWD' and
21858            not '2VM'"
21859   parameters:
21860   - "latency"
21861   - "parent"
21862   - "tags"
21863 #  sort:
21864 #  - "VM"  # "not CFS_OPT"
21865 #  - "CFS_OPT"
21866 #  - "FIB_10K"
21867 #  - "FIB_100K"
21868 #  - "FIB_1M"
21869   layout:
21870     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
21871     layout: "plot-latency"
21872
21873 # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base
21874 -
21875   type: "plot"
21876   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr-lat"
21877   algorithm: "plot_latency_error_bars"
21878   output-file-type: ".html"
21879   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr-lat"
21880   data: "plot-vpp-throughput-latency-3n-hsw"
21881   filter: "'NIC_Intel-X710' and
21882            '64B' and
21883            'NDRPDR' and
21884            ('ETH' or 'DOT1Q') and
21885            'BASE' and
21886            '1T1C' and
21887            ('L2BDMACLRN' or 'L2XCFWD') and
21888            'VHOST_1024' and
21889            not 'VXLAN' and
21890            not 'IP4FWD' and
21891            not '2VM'"
21892   parameters:
21893   - "latency"
21894   - "parent"
21895   - "tags"
21896 #  sort:
21897 #  - "not CFS_OPT"
21898 #  - "L2XCFWD"
21899 #  - "not CFS_OPT"
21900 #  - "CFS_OPT"
21901   layout:
21902     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
21903     layout: "plot-latency"
21904
21905 -
21906   type: "plot"
21907   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr-lat"
21908   algorithm: "plot_latency_error_bars"
21909   output-file-type: ".html"
21910   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr-lat"
21911   data: "plot-vpp-throughput-latency-3n-hsw"
21912   filter: "'NIC_Intel-X710' and
21913            '64B' and
21914            'NDRPDR' and
21915            ('ETH' or 'DOT1Q') and
21916            'BASE' and
21917            '2T2C' and
21918            ('L2BDMACLRN' or 'L2XCFWD') and
21919            'VHOST_1024' and
21920            not 'VXLAN' and
21921            not 'IP4FWD' and
21922            not '2VM'"
21923   parameters:
21924   - "latency"
21925   - "parent"
21926   - "tags"
21927 #  sort:
21928 #  - "not CFS_OPT"
21929 #  - "L2XCFWD"
21930 #  - "not CFS_OPT"
21931 #  - "CFS_OPT"
21932   layout:
21933     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
21934     layout: "plot-latency"
21935
21936 # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base vm
21937 -
21938   type: "plot"
21939   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr-lat"
21940   algorithm: "plot_latency_error_bars"
21941   output-file-type: ".html"
21942   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr-lat"
21943   data: "plot-vpp-throughput-latency-3n-hsw"
21944   filter: "'NIC_Intel-X710' and
21945            '64B' and
21946            'NDRPDR' and
21947            ('ETH' or 'DOT1Q') and
21948            '1T1C' and
21949            ('L2BDMACLRN' or 'L2XCFWD') and
21950            'VHOST_1024' and
21951            not 'CFS_OPT' and
21952            not 'VXLAN' and
21953            not 'IP4FWD' and
21954            not 'LBOND'"
21955   parameters:
21956   - "latency"
21957   - "parent"
21958   - "tags"
21959 #  sort:
21960 #  - "1VM"
21961 #  - "L2XCFWD"
21962 #  - "1VM"
21963 #  - "L2BDMACLRN"
21964   layout:
21965     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
21966     layout: "plot-latency"
21967
21968 -
21969   type: "plot"
21970   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr-lat"
21971   algorithm: "plot_latency_error_bars"
21972   output-file-type: ".html"
21973   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr-lat"
21974   data: "plot-vpp-throughput-latency-3n-hsw"
21975   filter: "'NIC_Intel-X710' and
21976            '64B' and
21977            'NDRPDR' and
21978            ('ETH' or 'DOT1Q') and
21979            '2T2C' and
21980            ('L2BDMACLRN' or 'L2XCFWD') and
21981            'VHOST_1024' and
21982            not 'CFS_OPT' and
21983            not 'VXLAN' and
21984            not 'IP4FWD' and
21985            not 'LBOND'"
21986   parameters:
21987   - "latency"
21988   - "parent"
21989   - "tags"
21990 #  sort:
21991 #  - "1VM"
21992 #  - "L2XCFWD"
21993 #  - "1VM"
21994 #  - "L2BDMACLRN"
21995   layout:
21996     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
21997     layout: "plot-latency"
21998
21999 # Packet Latency - VPP vhost ip4 3n-hsw-xl710
22000 -
22001   type: "plot"
22002   title: "VPP Latency: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
22003   algorithm: "plot_latency_error_bars"
22004   output-file-type: ".html"
22005   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
22006   data: "plot-vpp-throughput-latency-3n-hsw"
22007   filter: "'NIC_Intel-XL710' and
22008            '64B' and
22009            'NDRPDR' and
22010            'ETH' and
22011            'IP4FWD' and
22012            '1T1C' and
22013            'VHOST_1024' and
22014            not 'VXLAN' and
22015            not 'DOT1Q'"
22016   parameters:
22017   - "latency"
22018   - "parent"
22019   - "tags"
22020   sort:
22021   - "not CFS_OPT"
22022   - "1VM"
22023   - "2VM"
22024   layout:
22025     title: "vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
22026     layout: "plot-latency"
22027
22028 -
22029   type: "plot"
22030   title: "VPP Latency: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
22031   algorithm: "plot_latency_error_bars"
22032   output-file-type: ".html"
22033   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
22034   data: "plot-vpp-throughput-latency-3n-hsw"
22035   filter: "'NIC_Intel-XL710' and
22036            '64B' and
22037            'NDRPDR' and
22038            'ETH' and
22039            'IP4FWD' and
22040            '2T2C' and
22041            'VHOST_1024' and
22042            not 'VXLAN' and
22043            not 'DOT1Q'"
22044   parameters:
22045   - "latency"
22046   - "parent"
22047   - "tags"
22048   sort:
22049   - "not CFS_OPT"
22050   - "1VM"
22051   - "2VM"
22052   layout:
22053     title: "vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
22054     layout: "plot-latency"
22055
22056 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710
22057 -
22058   type: "plot"
22059   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
22060   algorithm: "plot_latency_error_bars"
22061   output-file-type: ".html"
22062   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
22063   data: "plot-vpp-throughput-latency-3n-hsw"
22064   filter: "'NIC_Intel-XL710' and
22065            '64B' and
22066            'NDRPDR' and
22067            ('ETH' or 'DOT1Q') and
22068            '1T1C' and
22069            'L2BDMACLRN' and
22070            'VHOST_1024' and
22071            not 'VXLAN' and
22072            not 'IP4FWD' and
22073            not '2VM'"
22074   parameters:
22075   - "latency"
22076   - "parent"
22077   - "tags"
22078 #  sort:
22079 #  - "VM"  # "not CFS_OPT"
22080 #  - "CFS_OPT"
22081 #  - "FIB_10K"
22082 #  - "FIB_100K"
22083 #  - "FIB_1M"
22084   layout:
22085     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
22086     layout: "plot-latency"
22087
22088 -
22089   type: "plot"
22090   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
22091   algorithm: "plot_latency_error_bars"
22092   output-file-type: ".html"
22093   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
22094   data: "plot-vpp-throughput-latency-3n-hsw"
22095   filter: "'NIC_Intel-XL710' and
22096            '64B' and
22097            'NDRPDR' and
22098            ('ETH' or 'DOT1Q') and
22099            '2T2C' and
22100            'L2BDMACLRN' and
22101            'VHOST_1024' and
22102            not 'VXLAN' and
22103            not 'IP4FWD' and
22104            not '2VM'"
22105   parameters:
22106   - "latency"
22107   - "parent"
22108   - "tags"
22109 #  sort:
22110 #  - "VM"  # "not CFS_OPT"
22111 #  - "CFS_OPT"
22112 #  - "FIB_10K"
22113 #  - "FIB_100K"
22114 #  - "FIB_1M"
22115   layout:
22116     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
22117     layout: "plot-latency"
22118
22119 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710 - base
22120 -
22121   type: "plot"
22122   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
22123   algorithm: "plot_latency_error_bars"
22124   output-file-type: ".html"
22125   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
22126   data: "plot-vpp-throughput-latency-3n-hsw"
22127   filter: "'NIC_Intel-XL710' and
22128            '64B' and
22129            'NDRPDR' and
22130            ('ETH' or 'DOT1Q') and
22131            'BASE' and
22132            '1T1C' and
22133            ('L2BDMACLRN' or 'L2XCFWD') and
22134            'VHOST_1024' and
22135            not 'VXLAN' and
22136            not 'IP4FWD' and
22137            not '2VM'"
22138   parameters:
22139   - "latency"
22140   - "parent"
22141   - "tags"
22142 #  sort:
22143 #  - "not CFS_OPT"
22144 #  - "L2XCFWD"
22145 #  - "not CFS_OPT"
22146 #  - "CFS_OPT"
22147   layout:
22148     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
22149     layout: "plot-latency"
22150
22151 -
22152   type: "plot"
22153   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
22154   algorithm: "plot_latency_error_bars"
22155   output-file-type: ".html"
22156   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
22157   data: "plot-vpp-throughput-latency-3n-hsw"
22158   filter: "'NIC_Intel-XL710' and
22159            '64B' and
22160            'NDRPDR' and
22161            ('ETH' or 'DOT1Q') and
22162            'BASE' and
22163            '2T2C' and
22164            ('L2BDMACLRN' or 'L2XCFWD') and
22165            'VHOST_1024' and
22166            not 'VXLAN' and
22167            not 'IP4FWD' and
22168            not '2VM'"
22169   parameters:
22170   - "latency"
22171   - "parent"
22172   - "tags"
22173 #  sort:
22174 #  - "not CFS_OPT"
22175 #  - "L2XCFWD"
22176 #  - "not CFS_OPT"
22177 #  - "CFS_OPT"
22178   layout:
22179     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
22180     layout: "plot-latency"
22181
22182 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710 - base vm
22183 -
22184   type: "plot"
22185   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr-lat"
22186   algorithm: "plot_latency_error_bars"
22187   output-file-type: ".html"
22188   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr-lat"
22189   data: "plot-vpp-throughput-latency-3n-hsw"
22190   filter: "'NIC_Intel-XL710' and
22191            '64B' and
22192            'NDRPDR' and
22193            ('ETH' or 'DOT1Q') and
22194            '1T1C' and
22195            ('L2BDMACLRN' or 'L2XCFWD') and
22196            'VHOST_1024' and
22197            not 'CFS_OPT' and
22198            not 'VXLAN' and
22199            not 'IP4FWD'"
22200   parameters:
22201   - "latency"
22202   - "parent"
22203   - "tags"
22204 #  sort:
22205 #  - "1VM"
22206 #  - "L2XCFWD"
22207 #  - "1VM"
22208 #  - "L2BDMACLRN"
22209   layout:
22210     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
22211     layout: "plot-latency"
22212
22213 -
22214   type: "plot"
22215   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr-lat"
22216   algorithm: "plot_latency_error_bars"
22217   output-file-type: ".html"
22218   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr-lat"
22219   data: "plot-vpp-throughput-latency-3n-hsw"
22220   filter: "'NIC_Intel-XL710' and
22221            '64B' and
22222            'NDRPDR' and
22223            ('ETH' or 'DOT1Q') and
22224            '2T2C' and
22225            ('L2BDMACLRN' or 'L2XCFWD') and
22226            'VHOST_1024' and
22227            not 'CFS_OPT' and
22228            not 'VXLAN' and
22229            not 'IP4FWD'"
22230   parameters:
22231   - "latency"
22232   - "parent"
22233   - "tags"
22234 #  sort:
22235 #  - "1VM"
22236 #  - "L2XCFWD"
22237 #  - "1VM"
22238 #  - "L2BDMACLRN"
22239   layout:
22240     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
22241     layout: "plot-latency"
22242
22243 # Packet Latency - VPP vhost ip4 3n-skx-x710
22244 -
22245   type: "plot"
22246   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22247   algorithm: "plot_latency_error_bars"
22248   output-file-type: ".html"
22249   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22250   data: "plot-vpp-throughput-latency-3n-skx"
22251   filter: "'NIC_Intel-X710' and
22252            '64B' and
22253            'NDRPDR' and
22254            'ETH' and
22255            'IP4FWD' and
22256            '2T1C' and
22257            'VHOST_1024' and
22258            not 'VXLAN' and
22259            not 'DOT1Q'"
22260   parameters:
22261   - "latency"
22262   - "parent"
22263   - "tags"
22264   sort:
22265   - "not CFS_OPT"
22266   - "1VM"
22267   - "2VM"
22268   layout:
22269     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
22270     layout: "plot-latency"
22271
22272 -
22273   type: "plot"
22274   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22275   algorithm: "plot_latency_error_bars"
22276   output-file-type: ".html"
22277   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22278   data: "plot-vpp-throughput-latency-3n-skx"
22279   filter: "'NIC_Intel-X710' and
22280            '64B' and
22281            'NDRPDR' and
22282            'ETH' and
22283            'IP4FWD' and
22284            '4T2C' and
22285            'VHOST_1024' and
22286            not 'VXLAN' and
22287            not 'DOT1Q'"
22288   parameters:
22289   - "latency"
22290   - "parent"
22291   - "tags"
22292   sort:
22293   - "not CFS_OPT"
22294   - "1VM"
22295   - "2VM"
22296   layout:
22297     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
22298     layout: "plot-latency"
22299
22300 # Packet Latency - VPP vhost l2sw 3n-skx-x710
22301 -
22302   type: "plot"
22303   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22304   algorithm: "plot_latency_error_bars"
22305   output-file-type: ".html"
22306   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22307   data: "plot-vpp-throughput-latency-3n-skx"
22308   filter: "'NIC_Intel-X710' and
22309            '64B' and
22310            'NDRPDR' and
22311            ('ETH' or 'DOT1Q') and
22312            '2T1C' and
22313            'L2BDMACLRN' and
22314            'VHOST_1024' and
22315            not 'VXLAN' and
22316            not 'IP4FWD' and
22317            not '2VM'"
22318   parameters:
22319   - "latency"
22320   - "parent"
22321   - "tags"
22322 #  sort:
22323 #  - "VM"  # "not CFS_OPT"
22324 #  - "CFS_OPT"
22325 #  - "FIB_10K"
22326 #  - "FIB_100K"
22327 #  - "FIB_1M"
22328   layout:
22329     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
22330     layout: "plot-latency"
22331
22332 -
22333   type: "plot"
22334   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22335   algorithm: "plot_latency_error_bars"
22336   output-file-type: ".html"
22337   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22338   data: "plot-vpp-throughput-latency-3n-skx"
22339   filter: "'NIC_Intel-X710' and
22340            '64B' and
22341            'NDRPDR' and
22342            ('ETH' or 'DOT1Q') and
22343            '4T2C' and
22344            'L2BDMACLRN' and
22345            'VHOST_1024' and
22346            not 'VXLAN' and
22347            not 'IP4FWD' and
22348            not '2VM'"
22349   parameters:
22350   - "latency"
22351   - "parent"
22352   - "tags"
22353 #  sort:
22354 #  - "VM"  # "not CFS_OPT"
22355 #  - "CFS_OPT"
22356 #  - "FIB_10K"
22357 #  - "FIB_100K"
22358 #  - "FIB_1M"
22359   layout:
22360     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
22361     layout: "plot-latency"
22362
22363 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base
22364 -
22365   type: "plot"
22366   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr-lat"
22367   algorithm: "plot_latency_error_bars"
22368   output-file-type: ".html"
22369   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr-lat"
22370   data: "plot-vpp-throughput-latency-3n-skx"
22371   filter: "'NIC_Intel-X710' and
22372            '64B' and
22373            'NDRPDR' and
22374            ('ETH' or 'DOT1Q') and
22375            'BASE' and
22376            '2T1C' and
22377            ('L2BDMACLRN' or 'L2XCFWD') and
22378            'VHOST_1024' and
22379            not 'VXLAN' and
22380            not 'IP4FWD' and
22381            not '2VM' and
22382            not 'LBOND'"
22383   parameters:
22384   - "latency"
22385   - "parent"
22386   - "tags"
22387 #  sort:
22388 #  - "not CFS_OPT"
22389 #  - "L2XCFWD"
22390 #  - "not CFS_OPT"
22391 #  - "CFS_OPT"
22392   layout:
22393     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
22394     layout: "plot-latency"
22395
22396 -
22397   type: "plot"
22398   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr-lat"
22399   algorithm: "plot_latency_error_bars"
22400   output-file-type: ".html"
22401   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr-lat"
22402   data: "plot-vpp-throughput-latency-3n-skx"
22403   filter: "'NIC_Intel-X710' and
22404            '64B' and
22405            'NDRPDR' and
22406            ('ETH' or 'DOT1Q') and
22407            'BASE' and
22408            '4T2C' and
22409            ('L2BDMACLRN' or 'L2XCFWD') and
22410            'VHOST_1024' and
22411            not 'VXLAN' and
22412            not 'IP4FWD' and
22413            not '2VM' and
22414            not 'LBOND'"
22415   parameters:
22416   - "latency"
22417   - "parent"
22418   - "tags"
22419 #  sort:
22420 #  - "not CFS_OPT"
22421 #  - "L2XCFWD"
22422 #  - "not CFS_OPT"
22423 #  - "CFS_OPT"
22424   layout:
22425     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
22426     layout: "plot-latency"
22427
22428 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base vm
22429 -
22430   type: "plot"
22431   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr-lat"
22432   algorithm: "plot_latency_error_bars"
22433   output-file-type: ".html"
22434   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr-lat"
22435   data: "plot-vpp-throughput-latency-3n-skx"
22436   filter: "'NIC_Intel-X710' and
22437            '64B' and
22438            'NDRPDR' and
22439            ('ETH' or 'DOT1Q') and
22440            '2T1C' and
22441            ('L2BDMACLRN' or 'L2XCFWD') and
22442            'VHOST_1024' and
22443            not 'CFS_OPT' and
22444            not 'VXLAN' and
22445            not 'IP4FWD' and
22446            not 'LBOND'"
22447   parameters:
22448   - "latency"
22449   - "parent"
22450   - "tags"
22451 #  sort:
22452 #  - "1VM"
22453 #  - "L2XCFWD"
22454 #  - "1VM"
22455 #  - "L2BDMACLRN"
22456   layout:
22457     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
22458     layout: "plot-latency"
22459
22460 -
22461   type: "plot"
22462   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr-lat"
22463   algorithm: "plot_latency_error_bars"
22464   output-file-type: ".html"
22465   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr-lat"
22466   data: "plot-vpp-throughput-latency-3n-skx"
22467   filter: "'NIC_Intel-X710' and
22468            '64B' and
22469            'NDRPDR' and
22470            ('ETH' or 'DOT1Q') and
22471            '4T2C' and
22472            ('L2BDMACLRN' or 'L2XCFWD') and
22473            'VHOST_1024' and
22474            not 'CFS_OPT' and
22475            not 'VXLAN' and
22476            not 'IP4FWD' and
22477            not 'LBOND'"
22478   parameters:
22479   - "latency"
22480   - "parent"
22481   - "tags"
22482 #  sort:
22483 #  - "1VM"
22484 #  - "L2XCFWD"
22485 #  - "1VM"
22486 #  - "L2BDMACLRN"
22487   layout:
22488     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
22489     layout: "plot-latency"
22490
22491 # Packet Latency - VPP vhost ip4 2n-skx-x710
22492 -
22493   type: "plot"
22494   title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22495   algorithm: "plot_latency_error_bars"
22496   output-file-type: ".html"
22497   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22498   data: "plot-vpp-throughput-latency-2n-skx"
22499   filter: "'NIC_Intel-X710' and
22500            '64B' and
22501            'NDRPDR' and
22502            'ETH' and
22503            'IP4FWD' and
22504            '2T1C' and
22505            'VHOST_1024' and
22506            not 'VXLAN' and
22507            not 'DOT1Q'"
22508   parameters:
22509   - "latency"
22510   - "parent"
22511   - "tags"
22512   sort:
22513   - "not CFS_OPT"
22514   - "1VM"
22515   - "2VM"
22516   layout:
22517     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
22518     layout: "plot-latency"
22519
22520 -
22521   type: "plot"
22522   title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22523   algorithm: "plot_latency_error_bars"
22524   output-file-type: ".html"
22525   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22526   data: "plot-vpp-throughput-latency-2n-skx"
22527   filter: "'NIC_Intel-X710' and
22528            '64B' and
22529            'NDRPDR' and
22530            'ETH' and
22531            'IP4FWD' and
22532            '4T2C' and
22533            'VHOST_1024' and
22534            not 'VXLAN' and
22535            not 'DOT1Q'"
22536   parameters:
22537   - "latency"
22538   - "parent"
22539   - "tags"
22540   sort:
22541   - "not CFS_OPT"
22542   - "1VM"
22543   - "2VM"
22544   layout:
22545     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
22546     layout: "plot-latency"
22547
22548 # Packet Latency - VPP vhost l2sw 2n-skx-x710
22549 -
22550   type: "plot"
22551   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22552   algorithm: "plot_latency_error_bars"
22553   output-file-type: ".html"
22554   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22555   data: "plot-vpp-throughput-latency-2n-skx"
22556   filter: "'NIC_Intel-X710' and
22557            '64B' and
22558            'NDRPDR' and
22559            ('ETH' or 'DOT1Q') and
22560            '2T1C' and
22561            'L2BDMACLRN' and
22562            'VHOST_1024' and
22563            not 'VXLAN' and
22564            not 'IP4FWD' and
22565            not '2VM'"
22566   parameters:
22567   - "latency"
22568   - "parent"
22569   - "tags"
22570 #  sort:
22571 #  - "VM"  # "not CFS_OPT"
22572 #  - "CFS_OPT"
22573 #  - "FIB_10K"
22574 #  - "FIB_100K"
22575 #  - "FIB_1M"
22576   layout:
22577     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
22578     layout: "plot-latency"
22579
22580 -
22581   type: "plot"
22582   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22583   algorithm: "plot_latency_error_bars"
22584   output-file-type: ".html"
22585   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22586   data: "plot-vpp-throughput-latency-2n-skx"
22587   filter: "'NIC_Intel-X710' and
22588            '64B' and
22589            'NDRPDR' and
22590            ('ETH' or 'DOT1Q') and
22591            '4T2C' and
22592            'L2BDMACLRN' and
22593            'VHOST_1024' and
22594            not 'VXLAN' and
22595            not 'IP4FWD' and
22596            not '2VM'"
22597   parameters:
22598   - "latency"
22599   - "parent"
22600   - "tags"
22601 #  sort:
22602 #  - "VM"  # "not CFS_OPT"
22603 #  - "CFS_OPT"
22604 #  - "FIB_10K"
22605 #  - "FIB_100K"
22606 #  - "FIB_1M"
22607   layout:
22608     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
22609     layout: "plot-latency"
22610
22611 # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base
22612 -
22613   type: "plot"
22614   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr-lat"
22615   algorithm: "plot_latency_error_bars"
22616   output-file-type: ".html"
22617   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr-lat"
22618   data: "plot-vpp-throughput-latency-2n-skx"
22619   filter: "'NIC_Intel-X710' and
22620            '64B' and
22621            'NDRPDR' and
22622            ('ETH' or 'DOT1Q') and
22623            'BASE' and
22624            '2T1C' and
22625            ('L2BDMACLRN' or 'L2XCFWD') and
22626            'VHOST_1024' and
22627            not 'VXLAN' and
22628            not 'IP4FWD' and
22629            not '2VM'"
22630   parameters:
22631   - "latency"
22632   - "parent"
22633   - "tags"
22634 #  sort:
22635 #  - "not CFS_OPT"
22636 #  - "L2XCFWD"
22637 #  - "not CFS_OPT"
22638 #  - "CFS_OPT"
22639   layout:
22640     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
22641     layout: "plot-latency"
22642
22643 -
22644   type: "plot"
22645   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr-lat"
22646   algorithm: "plot_latency_error_bars"
22647   output-file-type: ".html"
22648   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr-lat"
22649   data: "plot-vpp-throughput-latency-2n-skx"
22650   filter: "'NIC_Intel-X710' and
22651            '64B' and
22652            'NDRPDR' and
22653            ('ETH' or 'DOT1Q') and
22654            'BASE' and
22655            '4T2C' and
22656            ('L2BDMACLRN' or 'L2XCFWD') and
22657            'VHOST_1024' and
22658            not 'VXLAN' and
22659            not 'IP4FWD' and
22660            not '2VM'"
22661   parameters:
22662   - "latency"
22663   - "parent"
22664   - "tags"
22665 #  sort:
22666 #  - "not CFS_OPT"
22667 #  - "L2XCFWD"
22668 #  - "not CFS_OPT"
22669 #  - "CFS_OPT"
22670   layout:
22671     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
22672     layout: "plot-latency"
22673
22674 # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base vm
22675 -
22676   type: "plot"
22677   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
22678   algorithm: "plot_latency_error_bars"
22679   output-file-type: ".html"
22680   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
22681   data: "plot-vpp-throughput-latency-2n-skx"
22682   filter: "'NIC_Intel-X710' and
22683            '64B' and
22684            'NDRPDR' and
22685            ('ETH' or 'DOT1Q') and
22686            '2T1C' and
22687            ('L2BDMACLRN' or 'L2XCFWD') and
22688            'VHOST_1024' and
22689            not 'CFS_OPT' and
22690            not 'VXLAN' and
22691            not 'IP4FWD'"
22692   parameters:
22693   - "latency"
22694   - "parent"
22695   - "tags"
22696 #  sort:
22697 #  - "1VM"
22698 #  - "L2XCFWD"
22699 #  - "1VM"
22700 #  - "L2BDMACLRN"
22701   layout:
22702     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
22703     layout: "plot-latency"
22704
22705 -
22706   type: "plot"
22707   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
22708   algorithm: "plot_latency_error_bars"
22709   output-file-type: ".html"
22710   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
22711   data: "plot-vpp-throughput-latency-2n-skx"
22712   filter: "'NIC_Intel-X710' and
22713            '64B' and
22714            'NDRPDR' and
22715            ('ETH' or 'DOT1Q') and
22716            '4T2C' and
22717            ('L2BDMACLRN' or 'L2XCFWD') and
22718            'VHOST_1024' and
22719            not 'CFS_OPT' and
22720            not 'VXLAN' and
22721            not 'IP4FWD'"
22722   parameters:
22723   - "latency"
22724   - "parent"
22725   - "tags"
22726 #  sort:
22727 #  - "1VM"
22728 #  - "L2XCFWD"
22729 #  - "1VM"
22730 #  - "L2BDMACLRN"
22731   layout:
22732     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
22733     layout: "plot-latency"
22734
22735 # Packet Latency - VPP vhost ip4 2n-skx-xxv710
22736 -
22737   type: "plot"
22738   title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
22739   algorithm: "plot_latency_error_bars"
22740   output-file-type: ".html"
22741   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
22742   data: "plot-vpp-throughput-latency-2n-skx"
22743   filter: "'NIC_Intel-XXV710' and
22744            '64B' and
22745            'NDRPDR' and
22746            'ETH' and
22747            'IP4FWD' and
22748            '2T1C' and
22749            'VHOST_1024' and
22750            not 'VXLAN' and
22751            not 'DOT1Q'"
22752   parameters:
22753   - "latency"
22754   - "parent"
22755   - "tags"
22756   sort:
22757   - "not CFS_OPT"
22758   - "1VM"
22759   - "2VM"
22760   layout:
22761     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
22762     layout: "plot-latency"
22763
22764 -
22765   type: "plot"
22766   title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
22767   algorithm: "plot_latency_error_bars"
22768   output-file-type: ".html"
22769   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
22770   data: "plot-vpp-throughput-latency-2n-skx"
22771   filter: "'NIC_Intel-XXV710' and
22772            '64B' and
22773            'NDRPDR' and
22774            'ETH' and
22775            'IP4FWD' and
22776            '4T2C' and
22777            'VHOST_1024' and
22778            not 'VXLAN' and
22779            not 'DOT1Q'"
22780   parameters:
22781   - "latency"
22782   - "parent"
22783   - "tags"
22784   sort:
22785   - "not CFS_OPT"
22786   - "1VM"
22787   - "2VM"
22788   layout:
22789     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
22790     layout: "plot-latency"
22791
22792 # Packet Latency - VPP vhost l2sw 2n-skx-xxv710
22793 -
22794   type: "plot"
22795   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
22796   algorithm: "plot_latency_error_bars"
22797   output-file-type: ".html"
22798   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
22799   data: "plot-vpp-throughput-latency-2n-skx"
22800   filter: "'NIC_Intel-XXV710' and
22801            '64B' and
22802            'NDRPDR' and
22803            ('ETH' or 'DOT1Q') and
22804            '2T1C' and
22805            'L2BDMACLRN' and
22806            'VHOST_1024' and
22807            not 'VXLAN' and
22808            not 'IP4FWD' and
22809            not '2VM'"
22810   parameters:
22811   - "latency"
22812   - "parent"
22813   - "tags"
22814 #  sort:
22815 #  - "VM"  # "not CFS_OPT"
22816 #  - "CFS_OPT"
22817 #  - "FIB_10K"
22818 #  - "FIB_100K"
22819 #  - "FIB_1M"
22820   layout:
22821     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
22822     layout: "plot-latency"
22823
22824 -
22825   type: "plot"
22826   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
22827   algorithm: "plot_latency_error_bars"
22828   output-file-type: ".html"
22829   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
22830   data: "plot-vpp-throughput-latency-2n-skx"
22831   filter: "'NIC_Intel-XXV710' and
22832            '64B' and
22833            'NDRPDR' and
22834            ('ETH' or 'DOT1Q') and
22835            '4T2C' and
22836            'L2BDMACLRN' and
22837            'VHOST_1024' and
22838            not 'VXLAN' and
22839            not 'IP4FWD' and
22840            not '2VM'"
22841   parameters:
22842   - "latency"
22843   - "parent"
22844   - "tags"
22845 #  sort:
22846 #  - "VM"  # "not CFS_OPT"
22847 #  - "CFS_OPT"
22848 #  - "FIB_10K"
22849 #  - "FIB_100K"
22850 #  - "FIB_1M"
22851   layout:
22852     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
22853     layout: "plot-latency"
22854
22855 # Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base
22856 -
22857   type: "plot"
22858   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
22859   algorithm: "plot_latency_error_bars"
22860   output-file-type: ".html"
22861   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
22862   data: "plot-vpp-throughput-latency-2n-skx"
22863   filter: "'NIC_Intel-XXV710' and
22864            '64B' and
22865            'NDRPDR' and
22866            ('ETH' or 'DOT1Q') and
22867            'BASE' and
22868            '2T1C' and
22869            ('L2BDMACLRN' or 'L2XCFWD') and
22870            'VHOST_1024' and
22871            not 'VXLAN' and
22872            not 'IP4FWD' and
22873            not '2VM'"
22874   parameters:
22875   - "latency"
22876   - "parent"
22877   - "tags"
22878 #  sort:
22879 #  - "not CFS_OPT"
22880 #  - "L2XCFWD"
22881 #  - "not CFS_OPT"
22882 #  - "CFS_OPT"
22883   layout:
22884     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
22885     layout: "plot-latency"
22886
22887 -
22888   type: "plot"
22889   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
22890   algorithm: "plot_latency_error_bars"
22891   output-file-type: ".html"
22892   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
22893   data: "plot-vpp-throughput-latency-2n-skx"
22894   filter: "'NIC_Intel-XXV710' and
22895            '64B' and
22896            'NDRPDR' and
22897            ('ETH' or 'DOT1Q') and
22898            'BASE' and
22899            '4T2C' and
22900            ('L2BDMACLRN' or 'L2XCFWD') and
22901            'VHOST_1024' and
22902            not 'VXLAN' and
22903            not 'IP4FWD' and
22904            not '2VM'"
22905   parameters:
22906   - "latency"
22907   - "parent"
22908   - "tags"
22909 #  sort:
22910 #  - "not CFS_OPT"
22911 #  - "L2XCFWD"
22912 #  - "not CFS_OPT"
22913 #  - "CFS_OPT"
22914   layout:
22915     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
22916     layout: "plot-latency"
22917
22918 # Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base vm
22919 -
22920   type: "plot"
22921   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
22922   algorithm: "plot_latency_error_bars"
22923   output-file-type: ".html"
22924   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
22925   data: "plot-vpp-throughput-latency-2n-skx"
22926   filter: "'NIC_Intel-XXV710' and
22927            '64B' and
22928            'NDRPDR' and
22929            ('ETH' or 'DOT1Q') and
22930            '2T1C' and
22931            ('L2BDMACLRN' or 'L2XCFWD') and
22932            'VHOST_1024' and
22933            not 'CFS_OPT' and
22934            not 'VXLAN' and
22935            not 'IP4FWD'"
22936   parameters:
22937   - "latency"
22938   - "parent"
22939   - "tags"
22940 #  sort:
22941 #  - "1VM"
22942 #  - "L2XCFWD"
22943 #  - "1VM"
22944 #  - "L2BDMACLRN"
22945   layout:
22946     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
22947     layout: "plot-latency"
22948
22949 -
22950   type: "plot"
22951   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
22952   algorithm: "plot_latency_error_bars"
22953   output-file-type: ".html"
22954   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
22955   data: "plot-vpp-throughput-latency-2n-skx"
22956   filter: "'NIC_Intel-XXV710' and
22957            '64B' and
22958            'NDRPDR' and
22959            ('ETH' or 'DOT1Q') and
22960            '4T2C' and
22961            ('L2BDMACLRN' or 'L2XCFWD') and
22962            'VHOST_1024' and
22963            not 'CFS_OPT' and
22964            not 'VXLAN' and
22965            not 'IP4FWD'"
22966   parameters:
22967   - "latency"
22968   - "parent"
22969   - "tags"
22970 #  sort:
22971 #  - "1VM"
22972 #  - "L2XCFWD"
22973 #  - "1VM"
22974 #  - "L2BDMACLRN"
22975   layout:
22976     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
22977     layout: "plot-latency"
22978
22979 ################################################################################
22980
22981 # Packet Latency - VPP VTS 3n-hsw-x520
22982 -
22983   type: "plot"
22984   title: "VPP Latency: vts-3n-hsw-x520-114b-1t1c-ndr-lat"
22985   algorithm: "plot_latency_error_bars"
22986   output-file-type: ".html"
22987   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr-lat"
22988   data: "plot-vpp-throughput-latency-3n-hsw"
22989   filter: "'NIC_Intel-X520-DA2' and
22990            '114B' and
22991            'NDRPDR' and
22992            '1T1C' and
22993            'VTS'"
22994   parameters:
22995   - "latency"
22996   - "parent"
22997   - "tags"
22998   layout:
22999     title: "vts-3n-hsw-x520-114b-1t1c-ndr"
23000     layout: "plot-latency"
23001
23002 -
23003   type: "plot"
23004   title: "VPP Latency: vts-3n-hsw-x520-114b-2t2c-ndr-lat"
23005   algorithm: "plot_latency_error_bars"
23006   output-file-type: ".html"
23007   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr-lat"
23008   data: "plot-vpp-throughput-latency-3n-hsw"
23009   filter: "'NIC_Intel-X520-DA2' and
23010            '114B' and
23011            'NDRPDR' and
23012            '2T2C' and
23013            'VTS'"
23014   parameters:
23015   - "latency"
23016   - "parent"
23017   - "tags"
23018   layout:
23019     title: "vts-3n-hsw-x520-114b-2t2c-ndr"
23020     layout: "plot-latency"
23021
23022 ################################################################################
23023
23024 # Packet Latency - DPDK l3fwd 3n-hsw-x520
23025 -
23026   type: "plot"
23027   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
23028   algorithm: "plot_latency_error_bars"
23029   output-file-type: ".html"
23030   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
23031   data: "plot-dpdk-throughput-latency-3n-hsw"
23032   filter: "'NIC_Intel-X520-DA2' and
23033            '64B' and
23034            'BASE' and
23035            'NDRPDR' and
23036            '1T1C' and
23037            'IP4FWD'"
23038   parameters:
23039   - "latency"
23040   - "parent"
23041   - "tags"
23042   layout:
23043     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
23044     layout: "plot-latency"
23045
23046 -
23047   type: "plot"
23048   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
23049   algorithm: "plot_latency_error_bars"
23050   output-file-type: ".html"
23051   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
23052   data: "plot-dpdk-throughput-latency-3n-hsw"
23053   filter: "'NIC_Intel-X520-DA2' and
23054            '64B' and
23055            'BASE' and
23056            'NDRPDR' and
23057            '2T2C' and
23058            'IP4FWD'"
23059   parameters:
23060   - "latency"
23061   - "parent"
23062   - "tags"
23063   layout:
23064     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
23065     layout: "plot-latency"
23066
23067 # Packet Latency - DPDK l3fwd 3n-hsw-x710
23068 -
23069   type: "plot"
23070   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
23071   algorithm: "plot_latency_error_bars"
23072   output-file-type: ".html"
23073   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
23074   data: "plot-dpdk-throughput-latency-3n-hsw"
23075   filter: "'NIC_Intel-X710' and
23076            '64B' and
23077            'BASE' and
23078            'NDRPDR' and
23079            '1T1C' and
23080            'IP4FWD'"
23081   parameters:
23082   - "latency"
23083   - "parent"
23084   - "tags"
23085   layout:
23086     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
23087     layout: "plot-latency"
23088
23089 -
23090   type: "plot"
23091   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
23092   algorithm: "plot_latency_error_bars"
23093   output-file-type: ".html"
23094   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
23095   data: "plot-dpdk-throughput-latency-3n-hsw"
23096   filter: "'NIC_Intel-X710' and
23097            '64B' and
23098            'BASE' and
23099            'NDRPDR' and
23100            '2T2C' and
23101            'IP4FWD'"
23102   parameters:
23103   - "latency"
23104   - "parent"
23105   - "tags"
23106   layout:
23107     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
23108     layout: "plot-latency"
23109
23110 # Packet Latency - DPDK l3fwd 3n-hsw-xl710
23111 -
23112   type: "plot"
23113   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
23114   algorithm: "plot_latency_error_bars"
23115   output-file-type: ".html"
23116   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
23117   data: "plot-dpdk-throughput-latency-3n-hsw"
23118   filter: "'NIC_Intel-XL710' and
23119            '64B' and
23120            'BASE' and
23121            'NDRPDR' and
23122            '1T1C' and
23123            'IP4FWD'"
23124   parameters:
23125   - "latency"
23126   - "parent"
23127   - "tags"
23128   layout:
23129     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
23130     layout: "plot-latency"
23131
23132 -
23133   type: "plot"
23134   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
23135   algorithm: "plot_latency_error_bars"
23136   output-file-type: ".html"
23137   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
23138   data: "plot-dpdk-throughput-latency-3n-hsw"
23139   filter: "'NIC_Intel-XL710' and
23140            '64B' and
23141            'BASE' and
23142            'NDRPDR' and
23143            '2T2C' and
23144            'IP4FWD'"
23145   parameters:
23146   - "latency"
23147   - "parent"
23148   - "tags"
23149   layout:
23150     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
23151     layout: "plot-latency"
23152
23153 # Packet Latency - DPDK l3fwd 3n-skx-x710
23154 -
23155   type: "plot"
23156   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
23157   algorithm: "plot_latency_error_bars"
23158   output-file-type: ".html"
23159   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
23160   data: "plot-dpdk-throughput-latency-3n-skx"
23161   filter: "'NIC_Intel-X710' and
23162            '64B' and
23163            'BASE' and
23164            'NDRPDR' and
23165            '2T1C' and
23166            'IP4FWD'"
23167   parameters:
23168   - "latency"
23169   - "parent"
23170   - "tags"
23171   layout:
23172     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
23173     layout: "plot-latency"
23174
23175 -
23176   type: "plot"
23177   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
23178   algorithm: "plot_latency_error_bars"
23179   output-file-type: ".html"
23180   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
23181   data: "plot-dpdk-throughput-latency-3n-skx"
23182   filter: "'NIC_Intel-X710' and
23183            '64B' and
23184            'BASE' and
23185            'NDRPDR' and
23186            '4T2C' and
23187            'IP4FWD'"
23188   parameters:
23189   - "latency"
23190   - "parent"
23191   - "tags"
23192   layout:
23193     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
23194     layout: "plot-latency"
23195
23196 # Packet Latency - DPDK l3fwd 3n-skx-xxv710
23197 -
23198   type: "plot"
23199   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
23200   algorithm: "plot_latency_error_bars"
23201   output-file-type: ".html"
23202   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
23203   data: "plot-dpdk-throughput-latency-3n-skx"
23204   filter: "'NIC_Intel-XXV710' and
23205            '64B' and
23206            'BASE' and
23207            'NDRPDR' and
23208            '2T1C' and
23209            'IP4FWD'"
23210   parameters:
23211   - "latency"
23212   - "parent"
23213   - "tags"
23214   layout:
23215     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
23216     layout: "plot-latency"
23217
23218 -
23219   type: "plot"
23220   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
23221   algorithm: "plot_latency_error_bars"
23222   output-file-type: ".html"
23223   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
23224   data: "plot-dpdk-throughput-latency-3n-skx"
23225   filter: "'NIC_Intel-XXV710' and
23226            '64B' and
23227            'BASE' and
23228            'NDRPDR' and
23229            '4T2C' and
23230            'IP4FWD'"
23231   parameters:
23232   - "latency"
23233   - "parent"
23234   - "tags"
23235   layout:
23236     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
23237     layout: "plot-latency"
23238
23239 # Packet Latency - DPDK l3fwd 2n-skx-x710
23240 -
23241   type: "plot"
23242   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
23243   algorithm: "plot_latency_error_bars"
23244   output-file-type: ".html"
23245   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
23246   data: "plot-dpdk-throughput-latency-2n-skx"
23247   filter: "'NIC_Intel-X710' and
23248            '64B' and
23249            'BASE' and
23250            'NDRPDR' and
23251            '2T1C' and
23252            'IP4FWD'"
23253   parameters:
23254   - "latency"
23255   - "parent"
23256   - "tags"
23257   layout:
23258     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
23259     layout: "plot-latency"
23260
23261 -
23262   type: "plot"
23263   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
23264   algorithm: "plot_latency_error_bars"
23265   output-file-type: ".html"
23266   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
23267   data: "plot-dpdk-throughput-latency-2n-skx"
23268   filter: "'NIC_Intel-X710' and
23269            '64B' and
23270            'BASE' and
23271            'NDRPDR' and
23272            '4T2C' and
23273            'IP4FWD'"
23274   parameters:
23275   - "latency"
23276   - "parent"
23277   - "tags"
23278   layout:
23279     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
23280     layout: "plot-latency"
23281
23282 # Packet Latency - DPDK l3fwd 2n-skx-xxv710
23283 -
23284   type: "plot"
23285   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
23286   algorithm: "plot_latency_error_bars"
23287   output-file-type: ".html"
23288   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
23289   data: "plot-dpdk-throughput-latency-2n-skx"
23290   filter: "'NIC_Intel-XXV710' and
23291            '64B' and
23292            'BASE' and
23293            'NDRPDR' and
23294            '2T1C' and
23295            'IP4FWD'"
23296   parameters:
23297   - "latency"
23298   - "parent"
23299   - "tags"
23300   layout:
23301     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
23302     layout: "plot-latency"
23303
23304 -
23305   type: "plot"
23306   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
23307   algorithm: "plot_latency_error_bars"
23308   output-file-type: ".html"
23309   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
23310   data: "plot-dpdk-throughput-latency-2n-skx"
23311   filter: "'NIC_Intel-XXV710' and
23312            '64B' and
23313            'BASE' and
23314            'NDRPDR' and
23315            '4T2C' and
23316            'IP4FWD'"
23317   parameters:
23318   - "latency"
23319   - "parent"
23320   - "tags"
23321   layout:
23322     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
23323     layout: "plot-latency"
23324
23325 ################################################################################
23326
23327 # Packet Latency - DPDK testpmd 3n-hsw-x520
23328 -
23329   type: "plot"
23330   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
23331   algorithm: "plot_latency_error_bars"
23332   output-file-type: ".html"
23333   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
23334   data: "plot-dpdk-throughput-latency-3n-hsw"
23335   filter: "'NIC_Intel-X520-DA2' and
23336            '64B' and
23337            'BASE' and
23338            'NDRPDR' and
23339            '1T1C' and
23340            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23341   parameters:
23342   - "latency"
23343   - "parent"
23344   - "tags"
23345   layout:
23346     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
23347     layout: "plot-latency"
23348
23349 -
23350   type: "plot"
23351   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
23352   algorithm: "plot_latency_error_bars"
23353   output-file-type: ".html"
23354   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
23355   data: "plot-dpdk-throughput-latency-3n-hsw"
23356   filter: "'NIC_Intel-X520-DA2' and
23357            '64B' and
23358            'BASE' and
23359            'NDRPDR' and
23360            '2T2C' and
23361            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23362   parameters:
23363   - "latency"
23364   - "parent"
23365   - "tags"
23366   layout:
23367     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
23368     layout: "plot-latency"
23369
23370 # Packet Latency - DPDK testpmd 3n-hsw-x710
23371 -
23372   type: "plot"
23373   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
23374   algorithm: "plot_latency_error_bars"
23375   output-file-type: ".html"
23376   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
23377   data: "plot-dpdk-throughput-latency-3n-hsw"
23378   filter: "'NIC_Intel-X710' and
23379            '64B' and
23380            'BASE' and
23381            'NDRPDR' and
23382            '1T1C' and
23383            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23384   parameters:
23385   - "latency"
23386   - "parent"
23387   - "tags"
23388   layout:
23389     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
23390     layout: "plot-latency"
23391
23392 -
23393   type: "plot"
23394   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
23395   algorithm: "plot_latency_error_bars"
23396   output-file-type: ".html"
23397   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
23398   data: "plot-dpdk-throughput-latency-3n-hsw"
23399   filter: "'NIC_Intel-X710' and
23400            '64B' and
23401            'BASE' and
23402            'NDRPDR' and
23403            '2T2C' and
23404            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23405   parameters:
23406   - "latency"
23407   - "parent"
23408   - "tags"
23409   layout:
23410     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
23411     layout: "plot-latency"
23412
23413 # Packet Latency - DPDK testpmd 3n-hsw-xl710
23414 -
23415   type: "plot"
23416   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
23417   algorithm: "plot_latency_error_bars"
23418   output-file-type: ".html"
23419   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
23420   data: "plot-dpdk-throughput-latency-3n-hsw"
23421   filter: "'NIC_Intel-XL710' and
23422            '64B' and
23423            'BASE' and
23424            'NDRPDR' and
23425            '1T1C' and
23426            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23427   parameters:
23428   - "latency"
23429   - "parent"
23430   - "tags"
23431   layout:
23432     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
23433     layout: "plot-latency"
23434
23435 -
23436   type: "plot"
23437   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
23438   algorithm: "plot_latency_error_bars"
23439   output-file-type: ".html"
23440   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
23441   data: "plot-dpdk-throughput-latency-3n-hsw"
23442   filter: "'NIC_Intel-XL710' and
23443            '64B' and
23444            'BASE' and
23445            'NDRPDR' and
23446            '2T2C' and
23447            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23448   parameters:
23449   - "latency"
23450   - "parent"
23451   - "tags"
23452   layout:
23453     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
23454     layout: "plot-latency"
23455
23456 # Packet Latency - DPDK testpmd 3n-skx-x710
23457 -
23458   type: "plot"
23459   title: "DPDK Latency: testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
23460   algorithm: "plot_latency_error_bars"
23461   output-file-type: ".html"
23462   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
23463   data: "plot-dpdk-throughput-latency-3n-skx"
23464   filter: "'NIC_Intel-X710' and
23465            '64B' and
23466            'BASE' and
23467            'NDRPDR' and
23468            '2T1C' and
23469            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23470   parameters:
23471   - "latency"
23472   - "parent"
23473   - "tags"
23474   layout:
23475     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
23476     layout: "plot-latency"
23477
23478 -
23479   type: "plot"
23480   title: "DPDK Latency: testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
23481   algorithm: "plot_latency_error_bars"
23482   output-file-type: ".html"
23483   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
23484   data: "plot-dpdk-throughput-latency-3n-skx"
23485   filter: "'NIC_Intel-X710' and
23486            '64B' and
23487            'BASE' and
23488            'NDRPDR' and
23489            '4T2C' and
23490            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23491   parameters:
23492   - "latency"
23493   - "parent"
23494   - "tags"
23495   layout:
23496     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
23497     layout: "plot-latency"
23498
23499 # Packet Latency - DPDK testpmd 3n-skx-xxv710
23500 -
23501   type: "plot"
23502   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
23503   algorithm: "plot_latency_error_bars"
23504   output-file-type: ".html"
23505   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
23506   data: "plot-dpdk-throughput-latency-3n-skx"
23507   filter: "'NIC_Intel-XXV710' and
23508            '64B' and
23509            'BASE' and
23510            'NDRPDR' and
23511            '2T1C' and
23512            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23513   parameters:
23514   - "latency"
23515   - "parent"
23516   - "tags"
23517   layout:
23518     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
23519     layout: "plot-latency"
23520
23521 -
23522   type: "plot"
23523   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
23524   algorithm: "plot_latency_error_bars"
23525   output-file-type: ".html"
23526   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
23527   data: "plot-dpdk-throughput-latency-3n-skx"
23528   filter: "'NIC_Intel-XXV710' and
23529            '64B' and
23530            'BASE' and
23531            'NDRPDR' and
23532            '4T2C' and
23533            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23534   parameters:
23535   - "latency"
23536   - "parent"
23537   - "tags"
23538   layout:
23539     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
23540     layout: "plot-latency"
23541
23542 # Packet Latency - DPDK testpmd 2n-skx-x710
23543 -
23544   type: "plot"
23545   title: "DPDK Latency: testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
23546   algorithm: "plot_latency_error_bars"
23547   output-file-type: ".html"
23548   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
23549   data: "plot-dpdk-throughput-latency-2n-skx"
23550   filter: "'NIC_Intel-X710' and
23551            '64B' and
23552            'BASE' and
23553            'NDRPDR' and
23554            '2T1C' and
23555            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23556   parameters:
23557   - "latency"
23558   - "parent"
23559   - "tags"
23560   layout:
23561     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
23562     layout: "plot-latency"
23563
23564 -
23565   type: "plot"
23566   title: "DPDK Latency: testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
23567   algorithm: "plot_latency_error_bars"
23568   output-file-type: ".html"
23569   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
23570   data: "plot-dpdk-throughput-latency-2n-skx"
23571   filter: "'NIC_Intel-X710' and
23572            '64B' and
23573            'BASE' and
23574            'NDRPDR' and
23575            '4T2C' and
23576            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23577   parameters:
23578   - "latency"
23579   - "parent"
23580   - "tags"
23581   layout:
23582     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
23583     layout: "plot-latency"
23584
23585 # Packet Latency - DPDK testpmd 2n-skx-xxv710
23586 -
23587   type: "plot"
23588   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
23589   algorithm: "plot_latency_error_bars"
23590   output-file-type: ".html"
23591   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
23592   data: "plot-dpdk-throughput-latency-2n-skx"
23593   filter: "'NIC_Intel-XXV710' and
23594            '64B' and
23595            'BASE' and
23596            'NDRPDR' and
23597            '2T1C' and
23598            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23599   parameters:
23600   - "latency"
23601   - "parent"
23602   - "tags"
23603   layout:
23604     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
23605     layout: "plot-latency"
23606
23607 -
23608   type: "plot"
23609   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
23610   algorithm: "plot_latency_error_bars"
23611   output-file-type: ".html"
23612   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
23613   data: "plot-dpdk-throughput-latency-2n-skx"
23614   filter: "'NIC_Intel-XXV710' and
23615            '64B' and
23616            'BASE' and
23617            'NDRPDR' and
23618            '4T2C' and
23619            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23620   parameters:
23621   - "latency"
23622   - "parent"
23623   - "tags"
23624   layout:
23625     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
23626     layout: "plot-latency"
23627
23628 ################################################################################
23629
23630 # Speedup - VPP Container Memif 3n-hsw-x520
23631 -
23632   type: "plot"
23633   title: "Speedup: memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
23634   algorithm: "plot_throughput_speedup_analysis"
23635   output-file-type: ".html"
23636   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
23637   data: "plot-throughput-speedup-analysis-3n-hsw"
23638   filter: "'NIC_Intel-X520-DA2' and
23639            '64B' and
23640            ('BASE' or 'SCALE') and
23641            'NDRPDR' and
23642            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
23643            not 'VHOST' and
23644            'MEMIF'"
23645   parameters:
23646   - "throughput"
23647   - "parent"
23648   - "tags"
23649   sort:
23650   - "L2XCFWD"
23651   - "L2XCFWD"
23652   - "L2XCFWD"
23653   - "L2BDMACLRN"
23654   - "L2BDMACLRN"
23655   - "L2BDMACLRN"
23656   layout:
23657     title: "memif-3n-hsw-x520-64b-base_and_scale-ndr"
23658     layout: "plot-throughput-speedup-analysis"
23659
23660 -
23661   type: "plot"
23662   title: "Speedup: memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
23663   algorithm: "plot_throughput_speedup_analysis"
23664   output-file-type: ".html"
23665   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
23666   data: "plot-throughput-speedup-analysis-3n-hsw"
23667   filter: "'NIC_Intel-X520-DA2' and
23668            '64B' and
23669            ('BASE' or 'SCALE') and
23670            'NDRPDR' and
23671            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
23672            not 'VHOST' and
23673            'MEMIF'"
23674   parameters:
23675   - "throughput"
23676   - "parent"
23677   - "tags"
23678   sort:
23679   - "L2XCFWD"
23680   - "L2XCFWD"
23681   - "L2XCFWD"
23682   - "L2BDMACLRN"
23683   - "L2BDMACLRN"
23684   - "L2BDMACLRN"
23685   layout:
23686     title: "memif-3n-hsw-x520-64b-base_and_scale-pdr"
23687     layout: "plot-throughput-speedup-analysis"
23688
23689 # Speedup - VPP Container Memif 3n-hsw-x710
23690 -
23691   type: "plot"
23692   title: "Speedup: memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
23693   algorithm: "plot_throughput_speedup_analysis"
23694   output-file-type: ".html"
23695   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
23696   data: "plot-throughput-speedup-analysis-3n-hsw"
23697   filter: "'NIC_Intel-X710' and
23698            '64B' and
23699            ('BASE' or 'SCALE') and
23700            'NDRPDR' and
23701            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
23702            not 'VHOST' and
23703            'MEMIF'"
23704   parameters:
23705   - "throughput"
23706   - "parent"
23707   - "tags"
23708   sort:
23709   - "L2XCFWD"
23710   - "L2XCFWD"
23711   - "L2XCFWD"
23712   - "L2BDMACLRN"
23713   - "L2BDMACLRN"
23714   - "L2BDMACLRN"
23715   layout:
23716     title: "memif-3n-hsw-x710-64b-base_and_scale-ndr"
23717     layout: "plot-throughput-speedup-analysis"
23718
23719 -
23720   type: "plot"
23721   title: "Speedup: memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
23722   algorithm: "plot_throughput_speedup_analysis"
23723   output-file-type: ".html"
23724   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
23725   data: "plot-throughput-speedup-analysis-3n-hsw"
23726   filter: "'NIC_Intel-X710' and
23727            '64B' and
23728            ('BASE' or 'SCALE') and
23729            'NDRPDR' and
23730            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
23731            not 'VHOST' and
23732            'MEMIF'"
23733   parameters:
23734   - "throughput"
23735   - "parent"
23736   - "tags"
23737   sort:
23738   - "L2XCFWD"
23739   - "L2XCFWD"
23740   - "L2XCFWD"
23741   - "L2BDMACLRN"
23742   - "L2BDMACLRN"
23743   - "L2BDMACLRN"
23744   layout:
23745     title: "memif-3n-hsw-x710-64b-base_and_scale-pdr"
23746     layout: "plot-throughput-speedup-analysis"
23747
23748 # Speedup - VPP Container Memif 3n-hsw-xl710
23749 -
23750   type: "plot"
23751   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
23752   algorithm: "plot_throughput_speedup_analysis"
23753   output-file-type: ".html"
23754   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
23755   data: "plot-throughput-speedup-analysis-3n-hsw"
23756   filter: "'NIC_Intel-XL710' and
23757            '64B' and
23758            ('BASE' or 'SCALE') and
23759            'NDRPDR' and
23760            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
23761            not 'VHOST' and
23762            'MEMIF'"
23763   parameters:
23764   - "throughput"
23765   - "parent"
23766   - "tags"
23767   sort:
23768   - "L2XCFWD"
23769   - "L2XCFWD"
23770   - "L2XCFWD"
23771   - "L2BDMACLRN"
23772   - "L2BDMACLRN"
23773   - "L2BDMACLRN"
23774   layout:
23775     title: "memif-3n-hsw-xl710-64b-base_and_scale-ndr"
23776     layout: "plot-throughput-speedup-analysis"
23777
23778 -
23779   type: "plot"
23780   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
23781   algorithm: "plot_throughput_speedup_analysis"
23782   output-file-type: ".html"
23783   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
23784   data: "plot-throughput-speedup-analysis-3n-hsw"
23785   filter: "'NIC_Intel-XL710' and
23786            '64B' and
23787            ('BASE' or 'SCALE') and
23788            'NDRPDR' and
23789            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
23790            not 'VHOST' and
23791            'MEMIF'"
23792   parameters:
23793   - "throughput"
23794   - "parent"
23795   - "tags"
23796   sort:
23797   - "L2XCFWD"
23798   - "L2XCFWD"
23799   - "L2XCFWD"
23800   - "L2BDMACLRN"
23801   - "L2BDMACLRN"
23802   - "L2BDMACLRN"
23803   layout:
23804     title: "memif-3n-hsw-xl710-64b-base_and_scale-pdr"
23805     layout: "plot-throughput-speedup-analysis"
23806
23807 # Speedup - VPP Container Memif 3n-skx-x710
23808 -
23809   type: "plot"
23810   title: "Speedup: memif-3n-skx-x710-64b-base_and_scale-ndr-tsa"
23811   algorithm: "plot_throughput_speedup_analysis"
23812   output-file-type: ".html"
23813   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_scale-ndr-tsa"
23814   data: "plot-throughput-speedup-analysis-3n-skx"
23815   filter: "'NIC_Intel-X710' and
23816            '64B' and
23817            ('BASE' or 'SCALE') and
23818            'NDRPDR' and
23819            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
23820            not 'VHOST' and
23821            'MEMIF'"
23822   parameters:
23823   - "throughput"
23824   - "parent"
23825   - "tags"
23826   sort:
23827   - "L2XCFWD"
23828   - "L2XCFWD"
23829   - "L2XCFWD"
23830   - "L2BDMACLRN"
23831   - "L2BDMACLRN"
23832   - "L2BDMACLRN"
23833   layout:
23834     title: "memif-3n-skx-x710-64b-base_and_scale-ndr"
23835     layout: "plot-throughput-speedup-analysis"
23836
23837 -
23838   type: "plot"
23839   title: "Speedup: memif-3n-skx-x710-64b-base_and_scale-pdr-tsa"
23840   algorithm: "plot_throughput_speedup_analysis"
23841   output-file-type: ".html"
23842   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_scale-pdr-tsa"
23843   data: "plot-throughput-speedup-analysis-3n-skx"
23844   filter: "'NIC_Intel-X710' and
23845            '64B' and
23846            ('BASE' or 'SCALE') and
23847            'NDRPDR' and
23848            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
23849            not 'VHOST' and
23850             'MEMIF'"
23851   parameters:
23852   - "throughput"
23853   - "parent"
23854   - "tags"
23855   sort:
23856   - "L2XCFWD"
23857   - "L2XCFWD"
23858   - "L2XCFWD"
23859   - "L2BDMACLRN"
23860   - "L2BDMACLRN"
23861   - "L2BDMACLRN"
23862   layout:
23863     title: "memif-3n-skx-x710-64b-base_and_scale-pdr"
23864     layout: "plot-throughput-speedup-analysis"
23865
23866 # Speedup - VPP Container Memif 2n-skx-x710
23867 -
23868   type: "plot"
23869   title: "Speedup: memif-2n-skx-x710-64b-base_and_scale-ndr-tsa"
23870   algorithm: "plot_throughput_speedup_analysis"
23871   output-file-type: ".html"
23872   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_scale-ndr-tsa"
23873   data: "plot-throughput-speedup-analysis-2n-skx"
23874   filter: "'NIC_Intel-X710' and
23875            '64B' and
23876            ('BASE' or 'SCALE') and
23877            'NDRPDR' and
23878            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
23879            not 'VHOST' and
23880            'MEMIF'"
23881   parameters:
23882   - "throughput"
23883   - "parent"
23884   - "tags"
23885   sort:
23886   - "L2XCFWD"
23887   - "L2XCFWD"
23888   - "L2XCFWD"
23889   - "L2BDMACLRN"
23890   - "L2BDMACLRN"
23891   - "L2BDMACLRN"
23892   layout:
23893     title: "memif-2n-skx-x710-64b-base_and_scale-ndr"
23894     layout: "plot-throughput-speedup-analysis"
23895
23896 -
23897   type: "plot"
23898   title: "Speedup: memif-2n-skx-x710-64b-base_and_scale-pdr-tsa"
23899   algorithm: "plot_throughput_speedup_analysis"
23900   output-file-type: ".html"
23901   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_scale-pdr-tsa"
23902   data: "plot-throughput-speedup-analysis-2n-skx"
23903   filter: "'NIC_Intel-X710' and
23904            '64B' and
23905            ('BASE' or 'SCALE') and
23906            'NDRPDR' and
23907            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
23908            not 'VHOST' and
23909             'MEMIF'"
23910   parameters:
23911   - "throughput"
23912   - "parent"
23913   - "tags"
23914   sort:
23915   - "L2XCFWD"
23916   - "L2XCFWD"
23917   - "L2XCFWD"
23918   - "L2BDMACLRN"
23919   - "L2BDMACLRN"
23920   - "L2BDMACLRN"
23921   layout:
23922     title: "memif-2n-skx-x710-64b-base_and_scale-pdr"
23923     layout: "plot-throughput-speedup-analysis"
23924
23925 # Speedup - VPP Container Memif 2n-skx-xxv710
23926 -
23927   type: "plot"
23928   title: "Speedup: memif-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
23929   algorithm: "plot_throughput_speedup_analysis"
23930   output-file-type: ".html"
23931   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
23932   data: "plot-throughput-speedup-analysis-2n-skx"
23933   filter: "'NIC_Intel-XXV710' and
23934            '64B' and
23935            ('BASE' or 'SCALE') and
23936            'NDRPDR' and
23937            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
23938            not 'VHOST' and
23939            'MEMIF'"
23940   parameters:
23941   - "throughput"
23942   - "parent"
23943   - "tags"
23944   sort:
23945   - "L2XCFWD"
23946   - "L2XCFWD"
23947   - "L2XCFWD"
23948   - "L2BDMACLRN"
23949   - "L2BDMACLRN"
23950   - "L2BDMACLRN"
23951   layout:
23952     title: "memif-2n-skx-xxv710-64b-base_and_scale-ndr"
23953     layout: "plot-throughput-speedup-analysis"
23954
23955 -
23956   type: "plot"
23957   title: "Speedup: memif-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
23958   algorithm: "plot_throughput_speedup_analysis"
23959   output-file-type: ".html"
23960   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
23961   data: "plot-throughput-speedup-analysis-2n-skx"
23962   filter: "'NIC_Intel-XXV710' and
23963            '64B' and
23964            ('BASE' or 'SCALE') and
23965            'NDRPDR' and
23966            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
23967            not 'VHOST' and
23968             'MEMIF'"
23969   parameters:
23970   - "throughput"
23971   - "parent"
23972   - "tags"
23973   sort:
23974   - "L2XCFWD"
23975   - "L2XCFWD"
23976   - "L2XCFWD"
23977   - "L2BDMACLRN"
23978   - "L2BDMACLRN"
23979   - "L2BDMACLRN"
23980   layout:
23981     title: "memif-2n-skx-xxv710-64b-base_and_scale-pdr"
23982     layout: "plot-throughput-speedup-analysis"
23983
23984 ################################################################################
23985
23986 # Speedup - VPP Container k8s memif 3n-hsw-x520 - l2xc
23987 -
23988   type: "plot"
23989   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
23990   algorithm: "plot_throughput_speedup_analysis"
23991   output-file-type: ".html"
23992   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
23993   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
23994   filter: "'NIC_Intel-X520-DA2' and
23995            '64B' and
23996            ('BASE' or 'SCALE') and
23997            'NDRPDR' and
23998            'L2XCFWD' and
23999            not 'VHOST' and
24000            'MEMIF'"
24001   parameters:
24002   - "throughput"
24003   - "parent"
24004   - "tags"
24005   sort:
24006   - "1VNF"
24007   - "2VNF"
24008   - "4VNF"
24009   - "2VNF"
24010   - "4VNF"
24011   layout:
24012     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2xc"
24013     layout: "plot-throughput-speedup-analysis"
24014
24015 -
24016   type: "plot"
24017   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
24018   algorithm: "plot_throughput_speedup_analysis"
24019   output-file-type: ".html"
24020   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
24021   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
24022   filter: "'NIC_Intel-X520-DA2' and
24023            '64B' and
24024            ('BASE' or 'SCALE') and
24025            'NDRPDR' and
24026            'L2XCFWD' and
24027            not 'VHOST' and
24028            'MEMIF'"
24029   parameters:
24030   - "throughput"
24031   - "parent"
24032   - "tags"
24033   sort:
24034   - "1VNF"
24035   - "2VNF"
24036   - "4VNF"
24037   - "2VNF"
24038   - "4VNF"
24039   layout:
24040     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr"
24041     layout: "plot-throughput-speedup-analysis"
24042
24043 # Speedup - VPP Container k8s memif 3n-hsw-x520 - l2bd
24044 -
24045   type: "plot"
24046   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
24047   algorithm: "plot_throughput_speedup_analysis"
24048   output-file-type: ".html"
24049   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
24050   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
24051   filter: "'NIC_Intel-X520-DA2' and
24052            '64B' and
24053            ('BASE' or 'SCALE') and
24054            'NDRPDR' and
24055            ('L2BDMACSTAT' or 'L2BDMACLRN') and
24056            not 'VHOST' and
24057            'MEMIF'"
24058   parameters:
24059   - "throughput"
24060   - "parent"
24061   - "tags"
24062   sort:
24063   - "1VNF"
24064   - "2VNF"
24065   - "4VNF"
24066   - "2VNF"
24067   - "4VNF"
24068   layout:
24069     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2bd"
24070     layout: "plot-throughput-speedup-analysis"
24071
24072 -
24073   type: "plot"
24074   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
24075   algorithm: "plot_throughput_speedup_analysis"
24076   output-file-type: ".html"
24077   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
24078   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
24079   filter: "'NIC_Intel-X520-DA2' and
24080            '64B' and
24081            ('BASE' or 'SCALE') and
24082            'NDRPDR' and
24083            ('L2BDMACSTAT' or 'L2BDMACLRN') and
24084            not 'VHOST' and
24085            'MEMIF'"
24086   parameters:
24087   - "throughput"
24088   - "parent"
24089   - "tags"
24090   sort:
24091   - "1VNF"
24092   - "2VNF"
24093   - "4VNF"
24094   - "2VNF"
24095   - "4VNF"
24096   layout:
24097     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr"
24098     layout: "plot-throughput-speedup-analysis"
24099
24100 # Speedup - VPP Container Memif 3n-hsw-x710 - l2xc
24101 -
24102   type: "plot"
24103   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
24104   algorithm: "plot_throughput_speedup_analysis"
24105   output-file-type: ".html"
24106   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
24107   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
24108   filter: "'NIC_Intel-X710' and
24109            '64B' and
24110            ('BASE' or 'SCALE') and
24111            'NDRPDR' and
24112            'L2XCFWD' and
24113            not 'VHOST' and
24114            'MEMIF'"
24115   parameters:
24116   - "throughput"
24117   - "parent"
24118   - "tags"
24119   sort:
24120   - "1VNF"
24121   - "2VNF"
24122   - "4VNF"
24123   - "2VNF"
24124   - "4VNF"
24125   layout:
24126     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr"
24127     layout: "plot-throughput-speedup-analysis"
24128
24129 -
24130   type: "plot"
24131   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
24132   algorithm: "plot_throughput_speedup_analysis"
24133   output-file-type: ".html"
24134   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
24135   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
24136   filter: "'NIC_Intel-X710' and
24137            '64B' and
24138            ('BASE' or 'SCALE') and
24139            'NDRPDR' and
24140            'L2XCFWD' and
24141            not 'VHOST' and
24142            'MEMIF'"
24143   parameters:
24144   - "throughput"
24145   - "parent"
24146   - "tags"
24147   sort:
24148   - "1VNF"
24149   - "2VNF"
24150   - "4VNF"
24151   - "2VNF"
24152   - "4VNF"
24153   layout:
24154     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr"
24155     layout: "plot-throughput-speedup-analysis"
24156
24157 # Speedup - VPP Container Memif 3n-hsw-x710 - l2bd
24158 -
24159   type: "plot"
24160   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
24161   algorithm: "plot_throughput_speedup_analysis"
24162   output-file-type: ".html"
24163   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
24164   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
24165   filter: "'NIC_Intel-X710' and
24166            '64B' and
24167            ('BASE' or 'SCALE') and
24168            'NDRPDR' and
24169            ('L2BDMACSTAT' or 'L2BDMACLRN') and
24170            not 'VHOST' and
24171            'MEMIF'"
24172   parameters:
24173   - "throughput"
24174   - "parent"
24175   - "tags"
24176   sort:
24177   - "1VNF"
24178   - "2VNF"
24179   - "4VNF"
24180   - "2VNF"
24181   - "4VNF"
24182   layout:
24183     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr"
24184     layout: "plot-throughput-speedup-analysis"
24185
24186 -
24187   type: "plot"
24188   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
24189   algorithm: "plot_throughput_speedup_analysis"
24190   output-file-type: ".html"
24191   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
24192   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
24193   filter: "'NIC_Intel-X710' and
24194            '64B' and
24195            ('BASE' or 'SCALE') and
24196            'NDRPDR' and
24197            ('L2BDMACSTAT' or 'L2BDMACLRN') and
24198            not 'VHOST' and
24199            'MEMIF'"
24200   parameters:
24201   - "throughput"
24202   - "parent"
24203   - "tags"
24204   sort:
24205   - "1VNF"
24206   - "2VNF"
24207   - "4VNF"
24208   - "2VNF"
24209   - "4VNF"
24210   layout:
24211     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr"
24212     layout: "plot-throughput-speedup-analysis"
24213
24214 ################################################################################
24215
24216 # Speedup - VPP IPv4 3n-hsw-x520 base and scale
24217 -
24218   type: "plot"
24219   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
24220   algorithm: "plot_throughput_speedup_analysis"
24221   output-file-type: ".html"
24222   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
24223   data: "plot-throughput-speedup-analysis-3n-hsw"
24224   filter: "'NIC_Intel-X520-DA2' and
24225            '64B' and
24226            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
24227            'NDRPDR' and
24228            'IP4FWD' and
24229            not 'IPSEC' and
24230            not 'VHOST'"
24231   parameters:
24232   - "throughput"
24233   - "parent"
24234   - "tags"
24235   sort:
24236   - "DOT1Q"
24237   - "IP4BASE"
24238   - "FIB_20k"
24239   - "FIB_200k"
24240   - "FIB_2M"
24241   layout:
24242     title: "ip4-3n-hsw-x520-64b-base_and_scale-ndr"
24243     layout: "plot-throughput-speedup-analysis"
24244
24245 -
24246   type: "plot"
24247   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
24248   algorithm: "plot_throughput_speedup_analysis"
24249   output-file-type: ".html"
24250   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
24251   data: "plot-throughput-speedup-analysis-3n-hsw"
24252   filter: "'NIC_Intel-X520-DA2' and
24253            '64B' and
24254            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
24255            'NDRPDR' and
24256            'IP4FWD' and
24257            not 'IPSEC' and
24258            not 'VHOST'"
24259   parameters:
24260   - "throughput"
24261   - "parent"
24262   - "tags"
24263   sort:
24264   - "DOT1Q"
24265   - "IP4BASE"
24266   - "FIB_20k"
24267   - "FIB_200k"
24268   - "FIB_2M"
24269   layout:
24270     title: "ip4-3n-hsw-x520-64b-base_and_scale-pdr"
24271     layout: "plot-throughput-speedup-analysis"
24272
24273 # Speedup - VPP IPv4 3n-hsw-x520 features
24274 -
24275   type: "plot"
24276   title: "Speedup: ip4-3n-hsw-x520-64b-features-ndr-tsa"
24277   algorithm: "plot_throughput_speedup_analysis"
24278   output-file-type: ".html"
24279   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-ndr-tsa"
24280   data: "plot-throughput-speedup-analysis-3n-hsw"
24281   filter: "'NIC_Intel-X520-DA2' and
24282            '64B' and
24283            ('IP4BASE' or
24284             'POLICE_MARK' or
24285             'COPWHLIST' or
24286             ('NAT44' and 'BASE') or
24287             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
24288            'NDRPDR' and
24289            'IP4FWD' and
24290            not 'IPSEC' and
24291            not 'VHOST'"
24292   parameters:
24293   - "throughput"
24294   - "parent"
24295   - "tags"
24296   sort:
24297   - "DOT1Q"
24298   - "IP4BASE"
24299   - "NAT44"
24300   - "POLICE_MARK"
24301   - "COPWHLIST"
24302   - "IACL"
24303   - "OACL"
24304   layout:
24305     title: "ip4-3n-hsw-x520-64b-features-ndr"
24306     layout: "plot-throughput-speedup-analysis"
24307
24308 -
24309   type: "plot"
24310   title: "Speedup: ip4-3n-hsw-x520-64b-features-pdr-tsa"
24311   algorithm: "plot_throughput_speedup_analysis"
24312   output-file-type: ".html"
24313   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-pdr-tsa"
24314   data: "plot-throughput-speedup-analysis-3n-hsw"
24315   filter: "'NIC_Intel-X520-DA2' and
24316            '64B' and
24317            ('IP4BASE' or
24318             'POLICE_MARK' or
24319             'COPWHLIST' or
24320             ('NAT44' and 'BASE') or
24321             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
24322            'NDRPDR' and
24323            'IP4FWD' and
24324            not 'IPSEC' and
24325            not 'VHOST'"
24326   parameters:
24327   - "throughput"
24328   - "parent"
24329   - "tags"
24330   sort:
24331   - "DOT1Q"
24332   - "IP4BASE"
24333   - "NAT44"
24334   - "POLICE_MARK"
24335   - "COPWHLIST"
24336   - "IACL"
24337   - "OACL"
24338   layout:
24339     title: "ip4-3n-hsw-x520-64b-features-pdr"
24340     layout: "plot-throughput-speedup-analysis"
24341
24342 # Speedup - VPP IPv4 3n-hsw-x520 features nat44
24343 -
24344   type: "plot"
24345   title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
24346   algorithm: "plot_throughput_speedup_analysis"
24347   output-file-type: ".html"
24348   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
24349   data: "plot-throughput-speedup-analysis-3n-hsw"
24350   filter: "'NIC_Intel-X520-DA2' and
24351            '64B' and
24352            'NDRPDR' and
24353            'IP4FWD' and
24354            'NAT44' and
24355            not 'IPSEC' and
24356            not 'VHOST'"
24357   parameters:
24358   - "throughput"
24359   - "parent"
24360   - "tags"
24361   sort:
24362   - "BASE"
24363   - "BASE"
24364   - "SRC_USER_10"
24365   - "SRC_USER_100"
24366   - "SRC_USER_1000"
24367   - "SRC_USER_2000"
24368   layout:
24369     title: "ip4-3n-hsw-x520-64b-features-nat44-ndr"
24370     layout: "plot-throughput-speedup-analysis"
24371
24372 -
24373   type: "plot"
24374   title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
24375   algorithm: "plot_throughput_speedup_analysis"
24376   output-file-type: ".html"
24377   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
24378   data: "plot-throughput-speedup-analysis-3n-hsw"
24379   filter: "'NIC_Intel-X520-DA2' and
24380            '64B' and
24381            'NDRPDR' and
24382            'IP4FWD' and
24383            'NAT44' and
24384            not 'IPSEC' and
24385            not 'VHOST'"
24386   parameters:
24387   - "throughput"
24388   - "parent"
24389   - "tags"
24390   sort:
24391   - "BASE"
24392   - "BASE"
24393   - "SRC_USER_10"
24394   - "SRC_USER_100"
24395   - "SRC_USER_1000"
24396   - "SRC_USER_2000"
24397   layout:
24398     title: "ip4-3n-hsw-x520-64b-features-nat44-pdr"
24399     layout: "plot-throughput-speedup-analysis"
24400
24401 # Speedup - VPP IPv4 3n-hsw-x520 features iacl
24402 -
24403   type: "plot"
24404   title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
24405   algorithm: "plot_throughput_speedup_analysis"
24406   output-file-type: ".html"
24407   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
24408   data: "plot-throughput-speedup-analysis-3n-hsw"
24409   filter: "'NIC_Intel-X520-DA2' and
24410            '64B' and
24411            'NDRPDR' and
24412            'IP4FWD' and
24413            'IACL' and
24414            ('ACL10' or 'ACL50') and '10k_FLOWS' and
24415            not 'IPSEC' and
24416            not 'VHOST'"
24417   parameters:
24418   - "throughput"
24419   - "parent"
24420   - "tags"
24421   sort:
24422   - "ACL_STATELESS"
24423   - "ACL_STATEFUL"
24424   - "ACL_STATELESS"
24425   - "ACL_STATEFUL"
24426   layout:
24427     title: "ip4-3n-hsw-x520-64b-features-iacl-ndr"
24428     layout: "plot-throughput-speedup-analysis"
24429
24430 -
24431   type: "plot"
24432   title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
24433   algorithm: "plot_throughput_speedup_analysis"
24434   output-file-type: ".html"
24435   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
24436   data: "plot-throughput-speedup-analysis-3n-hsw"
24437   filter: "'NIC_Intel-X520-DA2' and
24438            '64B' and
24439            'NDRPDR' and
24440            'IP4FWD' and
24441            'IACL' and
24442            ('ACL10' or 'ACL50') and '10k_FLOWS' and
24443            not 'IPSEC' and
24444            not 'VHOST'"
24445   parameters:
24446   - "throughput"
24447   - "parent"
24448   - "tags"
24449   sort:
24450   - "ACL_STATELESS"
24451   - "ACL_STATEFUL"
24452   - "ACL_STATELESS"
24453   - "ACL_STATEFUL"
24454   layout:
24455     title: "ip4-3n-hsw-x520-64b-features-iacl-pdr"
24456     layout: "plot-throughput-speedup-analysis"
24457
24458 # Speedup - VPP IPv4 3n-hsw-x520 features oacl
24459 -
24460   type: "plot"
24461   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
24462   algorithm: "plot_throughput_speedup_analysis"
24463   output-file-type: ".html"
24464   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
24465   data: "plot-throughput-speedup-analysis-3n-hsw"
24466   filter: "'NIC_Intel-X520-DA2' and
24467            '64B' and
24468            'NDRPDR' and
24469            'IP4FWD' and
24470            'OACL' and
24471            ('ACL10' or 'ACL50') and '10k_FLOWS' and
24472            not 'IPSEC' and
24473            not 'VHOST'"
24474   parameters:
24475   - "throughput"
24476   - "parent"
24477   - "tags"
24478   sort:
24479   - "ACL_STATELESS"
24480   - "ACL_STATEFUL"
24481   - "ACL_STATELESS"
24482   - "ACL_STATEFUL"
24483   layout:
24484     title: "ip4-3n-hsw-x520-64b-features-oacl-ndr"
24485     layout: "plot-throughput-speedup-analysis"
24486
24487 -
24488   type: "plot"
24489   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
24490   algorithm: "plot_throughput_speedup_analysis"
24491   output-file-type: ".html"
24492   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
24493   data: "plot-throughput-speedup-analysis-3n-hsw"
24494   filter: "'NIC_Intel-X520-DA2' and
24495            '64B' and
24496            'NDRPDR' and
24497            'IP4FWD' and
24498            'OACL' and
24499            ('ACL10' or 'ACL50') and '10k_FLOWS' and
24500            not 'IPSEC' and
24501            not 'VHOST'"
24502   parameters:
24503   - "throughput"
24504   - "parent"
24505   - "tags"
24506   sort:
24507   - "ACL_STATELESS"
24508   - "ACL_STATEFUL"
24509   - "ACL_STATELESS"
24510   - "ACL_STATEFUL"
24511   layout:
24512     title: "ip4-3n-hsw-x520-64b-features-oacl-pdr"
24513     layout: "plot-throughput-speedup-analysis"
24514
24515 # Speedup - VPP IPv4 3n-hsw-x710 base and scale
24516 -
24517   type: "plot"
24518   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24519   algorithm: "plot_throughput_speedup_analysis"
24520   output-file-type: ".html"
24521   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24522   data: "plot-throughput-speedup-analysis-3n-hsw"
24523   filter: "'NIC_Intel-X710' and
24524            '64B' and
24525            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24526            'NDRPDR' and
24527            'IP4FWD' and
24528            not 'IPSEC' and
24529            not 'VHOST'"
24530   parameters:
24531   - "throughput"
24532   - "parent"
24533   - "tags"
24534   sort:
24535   - "DOT1Q"
24536   - "IP4BASE"
24537   - "FIB_20K"
24538   - "FIB_200K"
24539   - "FIB_2M"
24540   layout:
24541     title: "ip4-3n-hsw-x710-64b-base_and_scale-ndr"
24542     layout: "plot-throughput-speedup-analysis"
24543
24544 -
24545   type: "plot"
24546   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24547   algorithm: "plot_throughput_speedup_analysis"
24548   output-file-type: ".html"
24549   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24550   data: "plot-throughput-speedup-analysis-3n-hsw"
24551   filter: "'NIC_Intel-X710' and
24552            '64B' and
24553            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24554            'NDRPDR' and
24555            'IP4FWD' and
24556            not 'IPSEC' and
24557            not 'VHOST'"
24558   parameters:
24559   - "throughput"
24560   - "parent"
24561   - "tags"
24562   sort:
24563   - "DOT1Q"
24564   - "IP4BASE"
24565   - "FIB_20K"
24566   - "FIB_200K"
24567   - "FIB_2M"
24568   layout:
24569     title: "ip4-3n-hsw-x710-64b-base_and_scale-pdr"
24570     layout: "plot-throughput-speedup-analysis"
24571
24572 # Speedup - VPP IPv4 3n-hsw-x710 features
24573 -
24574   type: "plot"
24575   title: "Speedup: ip4-3n-hsw-x710-64b-features-ndr-tsa"
24576   algorithm: "plot_throughput_speedup_analysis"
24577   output-file-type: ".html"
24578   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-ndr-tsa"
24579   data: "plot-throughput-speedup-analysis-3n-hsw"
24580   filter: "'NIC_Intel-X710' and
24581            '64B' and
24582            ('IP4BASE' or
24583             'POLICE_MARK' or
24584             'COPWHLIST' or
24585             ('NAT44' and 'BASE') or
24586             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
24587            'NDRPDR' and
24588            'IP4FWD' and
24589            not 'IPSEC' and
24590            not 'VHOST'"
24591   parameters:
24592   - "throughput"
24593   - "parent"
24594   - "tags"
24595   sort:
24596   - "IP4BASE"
24597   - "NAT44"
24598   - "POLICE_MARK"
24599   - "COPWHLIST"
24600   - "IACL"
24601   - "OACL"
24602   layout:
24603     title: "ip4-3n-hsw-x710-64b-features-ndr"
24604     layout: "plot-throughput-speedup-analysis"
24605
24606 -
24607   type: "plot"
24608   title: "Speedup: ip4-3n-hsw-x710-64b-features-pdr-tsa"
24609   algorithm: "plot_throughput_speedup_analysis"
24610   output-file-type: ".html"
24611   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-pdr-tsa"
24612   data: "plot-throughput-speedup-analysis-3n-hsw"
24613   filter: "'NIC_Intel-X710' and
24614            '64B' and
24615            ('IP4BASE' or
24616             'POLICE_MARK' or
24617             'COPWHLIST' or
24618             ('NAT44' and 'BASE') or
24619             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
24620            'NDRPDR' and
24621            'IP4FWD' and
24622            not 'IPSEC' and
24623            not 'VHOST'"
24624   parameters:
24625   - "throughput"
24626   - "parent"
24627   - "tags"
24628   sort:
24629   - "IP4BASE"
24630   - "NAT44"
24631   - "POLICE_MARK"
24632   - "COPWHLIST"
24633   - "IACL"
24634   - "OACL"
24635   layout:
24636     title: "ip4-3n-hsw-x710-64b-features-pdr"
24637     layout: "plot-throughput-speedup-analysis"
24638
24639 # Speedup - VPP IPv4 3n-hsw-x710 features nat44
24640 -
24641   type: "plot"
24642   title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
24643   algorithm: "plot_throughput_speedup_analysis"
24644   output-file-type: ".html"
24645   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
24646   data: "plot-throughput-speedup-analysis-3n-hsw"
24647   filter: "'NIC_Intel-X710' and
24648            '64B' and
24649            'NDRPDR' and
24650            'IP4FWD' and
24651            'NAT44' and
24652            not 'IPSEC' and
24653            not 'VHOST'"
24654   parameters:
24655   - "throughput"
24656   - "parent"
24657   - "tags"
24658   sort:
24659   - "BASE"
24660   - "BASE"
24661   - "SRC_USER_10"
24662   - "SRC_USER_100"
24663   - "SRC_USER_1000"
24664   - "SRC_USER_2000"
24665   layout:
24666     title: "ip4-3n-hsw-x710-64b-features-nat44-ndr"
24667     layout: "plot-throughput-speedup-analysis"
24668
24669 -
24670   type: "plot"
24671   title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
24672   algorithm: "plot_throughput_speedup_analysis"
24673   output-file-type: ".html"
24674   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
24675   data: "plot-throughput-speedup-analysis-3n-hsw"
24676   filter: "'NIC_Intel-X710' and
24677            '64B' and
24678            'NDRPDR' and
24679            'IP4FWD' and
24680            'NAT44' and
24681            not 'IPSEC' and
24682            not 'VHOST'"
24683   parameters:
24684   - "throughput"
24685   - "parent"
24686   - "tags"
24687   sort:
24688   - "BASE"
24689   - "BASE"
24690   - "SRC_USER_10"
24691   - "SRC_USER_100"
24692   - "SRC_USER_1000"
24693   - "SRC_USER_2000"
24694   layout:
24695     title: "ip4-3n-hsw-x710-64b-features-nat44-pdr"
24696     layout: "plot-throughput-speedup-analysis"
24697
24698 # Speedup - VPP IPv4 3n-hsw-x710 features iacl
24699 -
24700   type: "plot"
24701   title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
24702   algorithm: "plot_throughput_speedup_analysis"
24703   output-file-type: ".html"
24704   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
24705   data: "plot-throughput-speedup-analysis-3n-hsw"
24706   filter: "'NIC_Intel-X710' and
24707            '64B' and
24708            'NDRPDR' and
24709            'IP4FWD' and
24710            'IACL' and
24711            ('ACL10' or 'ACL50') and '10k_FLOWS' and
24712            not 'IPSEC' and
24713            not 'VHOST'"
24714   parameters:
24715   - "throughput"
24716   - "parent"
24717   - "tags"
24718   sort:
24719   - "ACL_STATELESS"
24720   - "ACL_STATEFUL"
24721   - "ACL_STATELESS"
24722   - "ACL_STATEFUL"
24723   layout:
24724     title: "ip4-3n-hsw-x710-64b-features-iacl-ndr"
24725     layout: "plot-throughput-speedup-analysis"
24726
24727 -
24728   type: "plot"
24729   title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
24730   algorithm: "plot_throughput_speedup_analysis"
24731   output-file-type: ".html"
24732   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
24733   data: "plot-throughput-speedup-analysis-3n-hsw"
24734   filter: "'NIC_Intel-X710' and
24735            '64B' and
24736            'NDRPDR' and
24737            'IP4FWD' and
24738            'IACL' and
24739            ('ACL10' or 'ACL50') and '10k_FLOWS' and
24740            not 'IPSEC' and
24741            not 'VHOST'"
24742   parameters:
24743   - "throughput"
24744   - "parent"
24745   - "tags"
24746   sort:
24747   - "ACL_STATELESS"
24748   - "ACL_STATEFUL"
24749   - "ACL_STATELESS"
24750   - "ACL_STATEFUL"
24751   layout:
24752     title: "ip4-3n-hsw-x710-64b-features-iacl-pdr"
24753     layout: "plot-throughput-speedup-analysis"
24754
24755 # Speedup - VPP IPv4 3n-hsw-x710 features oacl
24756 -
24757   type: "plot"
24758   title: "Speedup: ip4-3n-hsw-x710-64b-features-oacl-ndr-tsa"
24759   algorithm: "plot_throughput_speedup_analysis"
24760   output-file-type: ".html"
24761   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-oacl-ndr-tsa"
24762   data: "plot-throughput-speedup-analysis-3n-hsw"
24763   filter: "'NIC_Intel-X710' and
24764            '64B' and
24765            'NDRPDR' and
24766            'IP4FWD' and
24767            'OACL' and
24768            ('ACL10' or 'ACL50') and '10k_FLOWS' and
24769            not 'IPSEC' and
24770            not 'VHOST'"
24771   parameters:
24772   - "throughput"
24773   - "parent"
24774   - "tags"
24775   sort:
24776   - "ACL_STATELESS"
24777   - "ACL_STATEFUL"
24778   - "ACL_STATELESS"
24779   - "ACL_STATEFUL"
24780   layout:
24781     title: "ip4-3n-hsw-x710-64b-features-oacl-ndr"
24782     layout: "plot-throughput-speedup-analysis"
24783
24784 -
24785   type: "plot"
24786   title: "Speedup: ip4-3n-hsw-x710-64b-features-oacl-pdr-tsa"
24787   algorithm: "plot_throughput_speedup_analysis"
24788   output-file-type: ".html"
24789   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-oacl-pdr-tsa"
24790   data: "plot-throughput-speedup-analysis-3n-hsw"
24791   filter: "'NIC_Intel-X710' and
24792            '64B' and
24793            'NDRPDR' and
24794            'IP4FWD' and
24795            'OACL' and
24796            ('ACL10' or 'ACL50') and '10k_FLOWS' and
24797            not 'IPSEC' and
24798            not 'VHOST'"
24799   parameters:
24800   - "throughput"
24801   - "parent"
24802   - "tags"
24803   sort:
24804   - "ACL_STATELESS"
24805   - "ACL_STATEFUL"
24806   - "ACL_STATELESS"
24807   - "ACL_STATEFUL"
24808   layout:
24809     title: "ip4-3n-hsw-x710-64b-features-oacl-pdr"
24810     layout: "plot-throughput-speedup-analysis"
24811
24812 # Speedup - VPP IPv4 3n-hsw-xl710 base and scale
24813 -
24814   type: "plot"
24815   title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
24816   algorithm: "plot_throughput_speedup_analysis"
24817   output-file-type: ".html"
24818   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
24819   data: "plot-throughput-speedup-analysis-3n-hsw"
24820   filter: "'NIC_Intel-XL710' and
24821            '64B' and
24822            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24823            'NDRPDR' and
24824            'IP4FWD' and
24825            not 'IPSEC' and
24826            not 'VHOST'"
24827   parameters:
24828   - "throughput"
24829   - "parent"
24830   - "tags"
24831   sort:
24832   - "IP4BASE"
24833   - "FIB_20K"
24834   - "FIB_200K"
24835   - "FIB_2M"
24836   layout:
24837     title: "ip4-3n-hsw-xl710-64b-base_and_scale-ndr"
24838     layout: "plot-throughput-speedup-analysis"
24839
24840 -
24841   type: "plot"
24842   title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
24843   algorithm: "plot_throughput_speedup_analysis"
24844   output-file-type: ".html"
24845   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
24846   data: "plot-throughput-speedup-analysis-3n-hsw"
24847   filter: "'NIC_Intel-XL710' and
24848            '64B' and
24849            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24850            'NDRPDR' and
24851            'IP4FWD' and
24852            not 'IPSEC' and
24853            not 'VHOST'"
24854   parameters:
24855   - "throughput"
24856   - "parent"
24857   - "tags"
24858   sort:
24859   - "IP4BASE"
24860   - "FIB_20K"
24861   - "FIB_200K"
24862   - "FIB_2M"
24863   layout:
24864     title: "ip4-3n-hsw-xl710-64b-base_and_scale-pdr"
24865     layout: "plot-throughput-speedup-analysis"
24866
24867 # Speedup - VPP IPv4 3n-skx-x710 base and scale
24868 -
24869   type: "plot"
24870   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
24871   algorithm: "plot_throughput_speedup_analysis"
24872   output-file-type: ".html"
24873   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
24874   data: "plot-throughput-speedup-analysis-3n-skx"
24875   filter: "'NIC_Intel-X710' and
24876            '64B' and
24877            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24878            'NDRPDR' and
24879            'IP4FWD' and
24880            not 'IPSEC' and
24881            not 'VHOST'"
24882   parameters:
24883   - "throughput"
24884   - "parent"
24885   - "tags"
24886   sort:
24887   - "IP4BASE"
24888   - "FIB_20K"
24889   - "FIB_200K"
24890   - "FIB_2M"
24891   layout:
24892     title: "ip4-3n-skx-x710-64b-base_and_scale-ndr"
24893     layout: "plot-throughput-speedup-analysis"
24894
24895 -
24896   type: "plot"
24897   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
24898   algorithm: "plot_throughput_speedup_analysis"
24899   output-file-type: ".html"
24900   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
24901   data: "plot-throughput-speedup-analysis-3n-skx"
24902   filter: "'NIC_Intel-X710' and
24903            '64B' and
24904            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24905            'NDRPDR' and
24906            'IP4FWD' and
24907            not 'IPSEC' and
24908            not 'VHOST'"
24909   parameters:
24910   - "throughput"
24911   - "parent"
24912   - "tags"
24913   sort:
24914   - "IP4BASE"
24915   - "FIB_20K"
24916   - "FIB_200K"
24917   - "FIB_2M"
24918   layout:
24919     title: "ip4-3n-skx-x710-64b-base_and_scale-pdr"
24920     layout: "plot-throughput-speedup-analysis"
24921
24922 # Speedup - VPP IPv4 3n-skx-x710 features
24923 -
24924   type: "plot"
24925   title: "Speedup: ip4-3n-skx-x710-64b-features-ndr-tsa"
24926   algorithm: "plot_throughput_speedup_analysis"
24927   output-file-type: ".html"
24928   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-ndr-tsa"
24929   data: "plot-throughput-speedup-analysis-3n-skx"
24930   filter: "'NIC_Intel-X710' and
24931            '64B' and
24932            ('IP4BASE' or
24933             'POLICE_MARK' or
24934             'COPWHLIST' or
24935             ('NAT44' and 'BASE') or
24936             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
24937            'NDRPDR' and
24938            'IP4FWD' and
24939            not 'IPSEC' and
24940            not 'VHOST'"
24941   parameters:
24942   - "throughput"
24943   - "parent"
24944   - "tags"
24945   sort:
24946   - "IP4BASE"
24947   - "NAT44"
24948   - "POLICE_MARK"
24949   - "COPWHLIST"
24950   - "IACL"
24951   - "OACL"
24952   layout:
24953     title: "ip4-3n-skx-x710-64b-features-ndr"
24954     layout: "plot-throughput-speedup-analysis"
24955
24956 -
24957   type: "plot"
24958   title: "Speedup: ip4-3n-skx-x710-64b-features-pdr-tsa"
24959   algorithm: "plot_throughput_speedup_analysis"
24960   output-file-type: ".html"
24961   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-pdr-tsa"
24962   data: "plot-throughput-speedup-analysis-3n-skx"
24963   filter: "'NIC_Intel-X710' and
24964            '64B' and
24965            ('IP4BASE' or
24966             'POLICE_MARK' or
24967             'COPWHLIST' or
24968             ('NAT44' and 'BASE') or
24969             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
24970            'NDRPDR' and
24971            'IP4FWD' and
24972            not 'IPSEC' and
24973            not 'VHOST'"
24974   parameters:
24975   - "throughput"
24976   - "parent"
24977   - "tags"
24978   sort:
24979   - "IP4BASE"
24980   - "NAT44"
24981   - "POLICE_MARK"
24982   - "COPWHLIST"
24983   - "IACL"
24984   - "OACL"
24985   layout:
24986     title: "ip4-3n-skx-x710-64b-features-pdr"
24987     layout: "plot-throughput-speedup-analysis"
24988
24989 # Speedup - VPP IPv4 3n-skx-x710 features nat44
24990 -
24991   type: "plot"
24992   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
24993   algorithm: "plot_throughput_speedup_analysis"
24994   output-file-type: ".html"
24995   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
24996   data: "plot-throughput-speedup-analysis-3n-skx"
24997   filter: "'NIC_Intel-X710' and
24998            '64B' and
24999            'NDRPDR' and
25000            'IP4FWD' and
25001            'NAT44' and
25002            not 'IPSEC' and
25003            not 'VHOST'"
25004   parameters:
25005   - "throughput"
25006   - "parent"
25007   - "tags"
25008   sort:
25009   - "BASE"
25010   - "BASE"
25011   - "SRC_USER_10"
25012   - "SRC_USER_100"
25013   - "SRC_USER_1000"
25014   - "SRC_USER_2000"
25015   layout:
25016     title: "ip4-3n-skx-x710-64b-features-nat44-ndr"
25017     layout: "plot-throughput-speedup-analysis"
25018
25019 -
25020   type: "plot"
25021   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
25022   algorithm: "plot_throughput_speedup_analysis"
25023   output-file-type: ".html"
25024   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
25025   data: "plot-throughput-speedup-analysis-3n-skx"
25026   filter: "'NIC_Intel-X710' and
25027            '64B' and
25028            'NDRPDR' and
25029            'IP4FWD' and
25030            'NAT44' and
25031            not 'IPSEC' and
25032            not 'VHOST'"
25033   parameters:
25034   - "throughput"
25035   - "parent"
25036   - "tags"
25037   sort:
25038   - "BASE"
25039   - "BASE"
25040   - "SRC_USER_10"
25041   - "SRC_USER_100"
25042   - "SRC_USER_1000"
25043   - "SRC_USER_2000"
25044   layout:
25045     title: "ip4-3n-skx-x710-64b-features-nat44-pdr"
25046     layout: "plot-throughput-speedup-analysis"
25047
25048 # Speedup - VPP IPv4 3n-skx-x710 features iacl
25049 -
25050   type: "plot"
25051   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
25052   algorithm: "plot_throughput_speedup_analysis"
25053   output-file-type: ".html"
25054   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
25055   data: "plot-throughput-speedup-analysis-3n-skx"
25056   filter: "'NIC_Intel-X710' and
25057            '64B' and
25058            'NDRPDR' and
25059            'IP4FWD' and
25060            'IACL' and
25061            ('ACL10' or 'ACL50') and '10k_FLOWS' and
25062            not 'IPSEC' and
25063            not 'VHOST'"
25064   parameters:
25065   - "throughput"
25066   - "parent"
25067   - "tags"
25068   sort:
25069   - "ACL_STATELESS"
25070   - "ACL_STATEFUL"
25071   - "ACL_STATELESS"
25072   - "ACL_STATEFUL"
25073   layout:
25074     title: "ip4-3n-skx-x710-64b-features-iacl-ndr"
25075     layout: "plot-throughput-speedup-analysis"
25076
25077 -
25078   type: "plot"
25079   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
25080   algorithm: "plot_throughput_speedup_analysis"
25081   output-file-type: ".html"
25082   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
25083   data: "plot-throughput-speedup-analysis-3n-skx"
25084   filter: "'NIC_Intel-X710' and
25085            '64B' and
25086            'NDRPDR' and
25087            'IP4FWD' and
25088            'IACL' and
25089            ('ACL10' or 'ACL50') and '10k_FLOWS' and
25090            not 'IPSEC' and
25091            not 'VHOST'"
25092   parameters:
25093   - "throughput"
25094   - "parent"
25095   - "tags"
25096   sort:
25097   - "ACL_STATELESS"
25098   - "ACL_STATEFUL"
25099   - "ACL_STATELESS"
25100   - "ACL_STATEFUL"
25101   layout:
25102     title: "ip4-3n-skx-x710-64b-features-iacl-pdr"
25103     layout: "plot-throughput-speedup-analysis"
25104
25105 # Speedup - VPP IPv4 3n-skx-x710 features oacl
25106 -
25107   type: "plot"
25108   title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
25109   algorithm: "plot_throughput_speedup_analysis"
25110   output-file-type: ".html"
25111   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
25112   data: "plot-throughput-speedup-analysis-3n-skx"
25113   filter: "'NIC_Intel-X710' and
25114            '64B' and
25115            'NDRPDR' and
25116            'IP4FWD' and
25117            'OACL' and
25118            ('ACL10' or 'ACL50') and '10k_FLOWS' and
25119            not 'IPSEC' and
25120            not 'VHOST'"
25121   parameters:
25122   - "throughput"
25123   - "parent"
25124   - "tags"
25125   sort:
25126   - "ACL_STATELESS"
25127   - "ACL_STATEFUL"
25128   - "ACL_STATELESS"
25129   - "ACL_STATEFUL"
25130   layout:
25131     title: "ip4-3n-skx-x710-64b-features-oacl-ndr"
25132     layout: "plot-throughput-speedup-analysis"
25133
25134 -
25135   type: "plot"
25136   title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
25137   algorithm: "plot_throughput_speedup_analysis"
25138   output-file-type: ".html"
25139   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
25140   data: "plot-throughput-speedup-analysis-3n-skx"
25141   filter: "'NIC_Intel-X710' and
25142            '64B' and
25143            'NDRPDR' and
25144            'IP4FWD' and
25145            'OACL' and
25146            ('ACL10' or 'ACL50') and '10k_FLOWS' and
25147            not 'IPSEC' and
25148            not 'VHOST'"
25149   parameters:
25150   - "throughput"
25151   - "parent"
25152   - "tags"
25153   sort:
25154   - "ACL_STATELESS"
25155   - "ACL_STATEFUL"
25156   - "ACL_STATELESS"
25157   - "ACL_STATEFUL"
25158   layout:
25159     title: "ip4-3n-skx-x710-64b-features-oacl-pdr"
25160     layout: "plot-throughput-speedup-analysis"
25161
25162 # Speedup - VPP IPv4 2n-skx-x710 base and scale
25163 -
25164   type: "plot"
25165   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
25166   algorithm: "plot_throughput_speedup_analysis"
25167   output-file-type: ".html"
25168   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
25169   data: "plot-throughput-speedup-analysis-2n-skx"
25170   filter: "'NIC_Intel-X710' and
25171            '64B' and
25172            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
25173            'NDRPDR' and
25174            'IP4FWD' and
25175            not 'IPSEC' and
25176            not 'VHOST'"
25177   parameters:
25178   - "throughput"
25179   - "parent"
25180   - "tags"
25181   sort:
25182   - "DOT1Q"
25183   - "IP4BASE"
25184   - "FIB_20k"
25185   - "FIB_200k"
25186   - "FIB_2M"
25187   layout:
25188     title: "ip4-2n-skx-x710-64b-base_and_scale-ndr"
25189     layout: "plot-throughput-speedup-analysis"
25190
25191 -
25192   type: "plot"
25193   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
25194   algorithm: "plot_throughput_speedup_analysis"
25195   output-file-type: ".html"
25196   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
25197   data: "plot-throughput-speedup-analysis-2n-skx"
25198   filter: "'NIC_Intel-X710' and
25199            '64B' and
25200            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
25201            'NDRPDR' and
25202            'IP4FWD' and
25203            not 'IPSEC' and
25204            not 'VHOST'"
25205   parameters:
25206   - "throughput"
25207   - "parent"
25208   - "tags"
25209   sort:
25210   - "DOT1Q"
25211   - "IP4BASE"
25212   - "FIB_20k"
25213   - "FIB_200k"
25214   - "FIB_2M"
25215   layout:
25216     title: "ip4-2n-skx-x710-64b-base_and_scale-pdr"
25217     layout: "plot-throughput-speedup-analysis"
25218
25219 # Speedup - VPP IPv4 2n-skx-xxv710 base and scale
25220 -
25221   type: "plot"
25222   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25223   algorithm: "plot_throughput_speedup_analysis"
25224   output-file-type: ".html"
25225   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25226   data: "plot-throughput-speedup-analysis-2n-skx"
25227   filter: "'NIC_Intel-XXV710' and
25228            '64B' and
25229            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
25230            'NDRPDR' and
25231            'IP4FWD' and
25232            not 'IPSEC' and
25233            not 'VHOST'"
25234   parameters:
25235   - "throughput"
25236   - "parent"
25237   - "tags"
25238   sort:
25239   - "DOT1Q"
25240   - "IP4BASE"
25241   - "FIB_20k"
25242   - "FIB_200k"
25243   - "FIB_2M"
25244   layout:
25245     title: "ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
25246     layout: "plot-throughput-speedup-analysis"
25247
25248 -
25249   type: "plot"
25250   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
25251   algorithm: "plot_throughput_speedup_analysis"
25252   output-file-type: ".html"
25253   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
25254   data: "plot-throughput-speedup-analysis-2n-skx"
25255   filter: "'NIC_Intel-XXV710' and
25256            '64B' and
25257            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
25258            'NDRPDR' and
25259            'IP4FWD' and
25260            not 'IPSEC' and
25261            not 'VHOST'"
25262   parameters:
25263   - "throughput"
25264   - "parent"
25265   - "tags"
25266   sort:
25267   - "DOT1Q"
25268   - "IP4BASE"
25269   - "FIB_20k"
25270   - "FIB_200k"
25271   - "FIB_2M"
25272   layout:
25273     title: "ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
25274     layout: "plot-throughput-speedup-analysis"
25275
25276 # Speedup - VPP IPv4 2n-dnv-x553 base
25277 -
25278   type: "plot"
25279   title: "Speedup: ip4-2n-dnv-x553-64b-base-ndr-tsa"
25280   algorithm: "plot_throughput_speedup_analysis"
25281   output-file-type: ".html"
25282   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-base-ndr-tsa"
25283   data: "intel-dnv-vpp"
25284   filter: "'NIC_Intel-X553' and
25285            '64B' and
25286            'IP4BASE' and
25287            'NDRPDR' and
25288            'IP4FWD' and
25289            not 'IPSEC' and
25290            not 'VHOST'"
25291   parameters:
25292   - "throughput"
25293   - "parent"
25294   - "tags"
25295   sort:
25296   - "IP4BASE"
25297   layout:
25298     title: "ip4-2n-dnv-x553-64b-base-ndr"
25299     layout: "plot-throughput-speedup-analysis"
25300
25301 -
25302   type: "plot"
25303   title: "Speedup: ip4-2n-dnv-x553-64b-base-pdr-tsa"
25304   algorithm: "plot_throughput_speedup_analysis"
25305   output-file-type: ".html"
25306   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-base-pdr-tsa"
25307   data: "intel-dnv-vpp"
25308   filter: "'NIC_Intel-X553' and
25309            '64B' and
25310            'IP4BASE' and
25311            'NDRPDR' and
25312            'IP4FWD' and
25313            not 'IPSEC' and
25314            not 'VHOST'"
25315   parameters:
25316   - "throughput"
25317   - "parent"
25318   - "tags"
25319   sort:
25320   - "IP4BASE"
25321   layout:
25322     title: "ip4-2n-dnv-x553-64b-base-pdr"
25323     layout: "plot-throughput-speedup-analysis"
25324
25325 ################################################################################
25326
25327 # Speedup - VPP IPv4 Tunnels 3n-hsw-x520
25328 -
25329   type: "plot"
25330   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25331   algorithm: "plot_throughput_speedup_analysis"
25332   output-file-type: ".html"
25333   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25334   data: "plot-throughput-speedup-analysis-3n-hsw"
25335   filter: "'NIC_Intel-X520_DA2' and
25336            '64B' and
25337            'ENCAP' and
25338            'NDRPDR' and
25339            ('VXLAN' or 'LISP') and
25340            not 'VHOST' and
25341            not 'IPSECHW'"
25342   parameters:
25343   - "throughput"
25344   - "parent"
25345   - "tags"
25346   sort:
25347   - "not DOT1Q"
25348   - "VXLAN_1"
25349   - "VXLAN_10"
25350   - "VXLAN_100"
25351   - "VXLAN_1000"
25352   layout:
25353     title: "ip4tun-3n-hsw-x520-64b-base_and_scale-ndr"
25354     layout: "plot-throughput-speedup-analysis"
25355
25356 -
25357   type: "plot"
25358   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25359   algorithm: "plot_throughput_speedup_analysis"
25360   output-file-type: ".html"
25361   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25362   data: "plot-throughput-speedup-analysis-3n-hsw"
25363   filter: "'NIC_Intel-X520_DA2' and
25364            '64B' and
25365            'ENCAP' and
25366            'NDRPDR' and
25367            ('VXLAN' or 'LISP') and
25368            not 'VHOST' and
25369            not 'IPSECHW'"
25370   parameters:
25371   - "throughput"
25372   - "parent"
25373   - "tags"
25374   sort:
25375   - "not DOT1Q"
25376   - "VXLAN_1"
25377   - "VXLAN_10"
25378   - "VXLAN_100"
25379   - "VXLAN_1000"
25380   layout:
25381     title: "ip4tun-3n-hsw-x520-64b-base_and_scale-pdr"
25382     layout: "plot-throughput-speedup-analysis"
25383
25384 # Speedup - VPP IPv4 Tunnels 3n-hsw-x520 - features
25385 -
25386   type: "plot"
25387   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
25388   algorithm: "plot_throughput_speedup_analysis"
25389   output-file-type: ".html"
25390   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
25391   data: "plot-throughput-speedup-analysis-3n-hsw"
25392   filter: "'NIC_Intel-X520-DA2' and
25393            '64B' and
25394            'ENCAP' and
25395            'NDRPDR' and
25396            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
25397            not 'DOT1Q' and
25398            not 'VHOST' and
25399            not 'IPSECHW'"
25400   parameters:
25401   - "throughput"
25402   - "parent"
25403   - "tags"
25404   sort:
25405   - "L2BDMACLRN"
25406   - "L2XCFWD"
25407   - "LISP"
25408   layout:
25409     title: "ip4tun-3n-hsw-x520-64b-base_and_features-ndr"
25410     layout: "plot-throughput-speedup-analysis"
25411
25412 -
25413   type: "plot"
25414   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
25415   algorithm: "plot_throughput_speedup_analysis"
25416   output-file-type: ".html"
25417   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
25418   data: "plot-throughput-speedup-analysis-3n-hsw"
25419   filter: "'NIC_Intel-X520-DA2' and
25420            '64B' and
25421            'ENCAP' and
25422            'NDRPDR' and
25423            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
25424            not 'DOT1Q' and
25425            not 'VHOST' and
25426            not 'IPSECHW'"
25427   parameters:
25428   - "throughput"
25429   - "parent"
25430   - "tags"
25431   sort:
25432   - "L2BDMACLRN"
25433   - "L2XCFWD"
25434   - "LISP"
25435   layout:
25436     title: "ip4tun-3n-hsw-x520-64b-base_and_features-pdr"
25437     layout: "plot-throughput-speedup-analysis"
25438
25439 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710
25440 -
25441   type: "plot"
25442   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
25443   algorithm: "plot_throughput_speedup_analysis"
25444   output-file-type: ".html"
25445   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
25446   data: "plot-throughput-speedup-analysis-3n-hsw"
25447   filter: "'NIC_Intel-X710' and
25448            '64B' and
25449            'ENCAP' and
25450            'NDRPDR' and
25451            ('VXLAN' or 'LISP') and
25452            not 'VHOST' and
25453            not 'IPSECHW'"
25454   parameters:
25455   - "throughput"
25456   - "parent"
25457   - "tags"
25458   sort:
25459   - "LISP"
25460   - "VXLAN_1"
25461   - "VXLAN_10"
25462   - "VXLAN_100"
25463   - "VXLAN_1000"
25464   layout:
25465     title: "ip4tun-3n-hsw-x710-64b-base_and_scale-ndr"
25466     layout: "plot-throughput-speedup-analysis"
25467
25468 -
25469   type: "plot"
25470   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
25471   algorithm: "plot_throughput_speedup_analysis"
25472   output-file-type: ".html"
25473   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
25474   data: "plot-throughput-speedup-analysis-3n-hsw"
25475   filter: "'NIC_Intel-X710' and
25476            '64B' and
25477            'ENCAP' and
25478            'NDRPDR' and
25479            ('VXLAN' or 'LISP') and
25480            not 'VHOST' and
25481            not 'IPSECHW'"
25482   parameters:
25483   - "throughput"
25484   - "parent"
25485   - "tags"
25486   sort:
25487   - "LISP"
25488   - "VXLAN_1"
25489   - "VXLAN_10"
25490   - "VXLAN_100"
25491   - "VXLAN_1000"
25492   layout:
25493     title: "ip4tun-3n-hsw-x710-64b-base_and_scale-pdr"
25494     layout: "plot-throughput-speedup-analysis"
25495
25496 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710 - features
25497 -
25498   type: "plot"
25499   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
25500   algorithm: "plot_throughput_speedup_analysis"
25501   output-file-type: ".html"
25502   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
25503   data: "plot-throughput-speedup-analysis-3n-hsw"
25504   filter: "'NIC_Intel-X710' and
25505            '64B' and
25506            'ENCAP' and
25507            'NDRPDR' and
25508            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
25509            not 'DOT1Q' and
25510            not 'VHOST' and
25511            not 'IPSECHW'"
25512   parameters:
25513   - "throughput"
25514   - "parent"
25515   - "tags"
25516   sort:
25517   - "L2BDMACLRN"
25518   - "L2XCFWD"
25519   - "LISP"
25520   layout:
25521     title: "ip4tun-3n-hsw-x710-64b-base_and_features-ndr"
25522     layout: "plot-throughput-speedup-analysis"
25523
25524 -
25525   type: "plot"
25526   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
25527   algorithm: "plot_throughput_speedup_analysis"
25528   output-file-type: ".html"
25529   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
25530   data: "plot-throughput-speedup-analysis-3n-hsw"
25531   filter: "'NIC_Intel-X710' and
25532            '64B' and
25533            'ENCAP' and
25534            'NDRPDR' and
25535            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
25536            not 'DOT1Q' and
25537            not 'VHOST' and
25538            not 'IPSECHW'"
25539   parameters:
25540   - "throughput"
25541   - "parent"
25542   - "tags"
25543   sort:
25544   - "L2BDMACLRN"
25545   - "L2XCFWD"
25546   - "LISP"
25547   layout:
25548     title: "ip4tun-3n-hsw-x710-64b-base_and_features-pdr"
25549     layout: "plot-throughput-speedup-analysis"
25550
25551 # Speedup - VPP IPv4 Tunnels 3n-skx-x710
25552 -
25553   type: "plot"
25554   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25555   algorithm: "plot_throughput_speedup_analysis"
25556   output-file-type: ".html"
25557   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25558   data: "plot-throughput-speedup-analysis-3n-skx"
25559   filter: "'NIC_Intel-X710' and
25560            '64B' and
25561            'ENCAP' and
25562            'NDRPDR' and
25563            'VXLAN' and
25564            'L2BDMACLRN' and
25565            not 'VHOST' and
25566            not 'IPSECHW'"
25567   parameters:
25568   - "throughput"
25569   - "parent"
25570   - "tags"
25571   sort:
25572   - "LISP"
25573   - "VXLAN_1"
25574   - "VXLAN_10"
25575   - "VXLAN_100"
25576   - "VXLAN_1000"
25577   layout:
25578     title: "ip4tun-3n-skx-x710-64b-base_and_scale-ndr"
25579     layout: "plot-throughput-speedup-analysis"
25580
25581 -
25582   type: "plot"
25583   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25584   algorithm: "plot_throughput_speedup_analysis"
25585   output-file-type: ".html"
25586   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25587   data: "plot-throughput-speedup-analysis-3n-skx"
25588   filter: "'NIC_Intel-X710' and
25589            '64B' and
25590            'ENCAP' and
25591            'NDRPDR' and
25592            'VXLAN' and
25593            'L2BDMACLRN' and
25594            not 'VHOST' and
25595            not 'IPSECHW'"
25596   parameters:
25597   - "throughput"
25598   - "parent"
25599   - "tags"
25600   sort:
25601   - "LISP"
25602   - "VXLAN_1"
25603   - "VXLAN_10"
25604   - "VXLAN_100"
25605   - "VXLAN_1000"
25606   layout:
25607     title: "ip4tun-3n-skx-x710-64b-base_and_scale-pdr"
25608     layout: "plot-throughput-speedup-analysis"
25609
25610 # Speedup - VPP IPv4 Tunnels 3n-skx-x710 - features
25611 -
25612   type: "plot"
25613   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
25614   algorithm: "plot_throughput_speedup_analysis"
25615   output-file-type: ".html"
25616   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
25617   data: "plot-throughput-speedup-analysis-3n-skx"
25618   filter: "'NIC_Intel-X710' and
25619            '64B' and
25620            'ENCAP' and
25621            'NDRPDR' and
25622            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
25623            not 'DOT1Q' and
25624            not 'VHOST' and
25625            not 'IPSECHW'"
25626   parameters:
25627   - "throughput"
25628   - "parent"
25629   - "tags"
25630   sort:
25631   - "L2BDMACLRN"
25632   - "L2XCFWD"
25633   - "LISP"
25634   layout:
25635     title: "ip4tun-3n-skx-x710-64b-base_and_features-ndr"
25636     layout: "plot-throughput-speedup-analysis"
25637
25638 -
25639   type: "plot"
25640   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
25641   algorithm: "plot_throughput_speedup_analysis"
25642   output-file-type: ".html"
25643   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
25644   data: "plot-throughput-speedup-analysis-3n-skx"
25645   filter: "'NIC_Intel-X710' and
25646            '64B' and
25647            'ENCAP' and
25648            'NDRPDR' and
25649            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
25650            not 'DOT1Q' and
25651            not 'VHOST' and
25652            not 'IPSECHW'"
25653   parameters:
25654   - "throughput"
25655   - "parent"
25656   - "tags"
25657   sort:
25658   - "L2BDMACLRN"
25659   - "L2XCFWD"
25660   - "LISP"
25661   layout:
25662     title: "ip4tun-3n-skx-x710-64b-base_and_features-pdr"
25663     layout: "plot-throughput-speedup-analysis"
25664
25665 ################################################################################
25666
25667 # Speedup - VPP IPv6 3n-hsw-x520
25668 -
25669   type: "plot"
25670   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
25671   algorithm: "plot_throughput_speedup_analysis"
25672   output-file-type: ".html"
25673   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
25674   data: "plot-throughput-speedup-analysis-3n-hsw"
25675   filter: "'NIC_Intel-X520-DA2' and
25676            '78B' and
25677            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25678            'NDRPDR' and
25679            'IP6FWD' and
25680            not 'SRv6' and
25681            not 'IPSEC' and
25682            not 'VHOST'"
25683   parameters:
25684   - "throughput"
25685   - "parent"
25686   - "tags"
25687   sort:
25688   - "IP6BASE"
25689   - "FIB_20K"
25690   - "FIB_200K"
25691   - "FIB_2M"
25692   layout:
25693     title: "ip6-3n-hsw-x520-78b-base_and_scale-ndr"
25694     layout: "plot-throughput-speedup-analysis"
25695
25696 -
25697   type: "plot"
25698   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
25699   algorithm: "plot_throughput_speedup_analysis"
25700   output-file-type: ".html"
25701   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
25702   data: "plot-throughput-speedup-analysis-3n-hsw"
25703   filter: "'NIC_Intel-X520-DA2' and
25704            '78B' and
25705            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25706            'NDRPDR' and
25707            'IP6FWD' and
25708            not 'SRv6' and
25709            not 'IPSEC' and
25710            not 'VHOST'"
25711   parameters:
25712   - "throughput"
25713   - "parent"
25714   - "tags"
25715   sort:
25716   - "IP6BASE"
25717   - "FIB_20K"
25718   - "FIB_200K"
25719   - "FIB_2M"
25720   layout:
25721     title: "ip6-3n-hsw-x520-78b-base_and_scale-pdr"
25722     layout: "plot-throughput-speedup-analysis"
25723
25724 # Speedup - VPP IPv6 3n-hsw-x520 features
25725 -
25726   type: "plot"
25727   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_features-ndr-tsa"
25728   algorithm: "plot_throughput_speedup_analysis"
25729   output-file-type: ".html"
25730   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_features-ndr-tsa"
25731   data: "plot-throughput-speedup-analysis-3n-hsw"
25732   filter: "'NIC_Intel-X520-DA2' and
25733            '78B' and
25734            ('IP6BASE' or
25735             'POLICE_MARK' or
25736             'COPWHLIST' or
25737             'IACLDST') and
25738            'NDRPDR' and
25739            'IP6FWD' and
25740            not 'SRv6' and
25741            not 'IPSEC' and
25742            not 'VHOST'"
25743   parameters:
25744   - "throughput"
25745   - "parent"
25746   - "tags"
25747   sort:
25748   - "IP6BASE"
25749   - "POLICE_MARK"
25750   - "COPWHLIST"
25751   - "IACLDST"
25752   layout:
25753     title: "ip6-3n-hsw-x520-78b-base_and_features-ndr"
25754     layout: "plot-throughput-speedup-analysis"
25755
25756 -
25757   type: "plot"
25758   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_features-pdr-tsa"
25759   algorithm: "plot_throughput_speedup_analysis"
25760   output-file-type: ".html"
25761   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_features-pdr-tsa"
25762   data: "plot-throughput-speedup-analysis-3n-hsw"
25763   filter: "'NIC_Intel-X520-DA2' and
25764            '78B' and
25765            ('IP6BASE' or
25766             'POLICE_MARK' or
25767             'COPWHLIST' or
25768             'IACLDST') and
25769            'NDRPDR' and
25770            'IP6FWD' and
25771            not 'SRv6' and
25772            not 'IPSEC' and
25773            not 'VHOST'"
25774   parameters:
25775   - "throughput"
25776   - "parent"
25777   - "tags"
25778   sort:
25779   - "IP6BASE"
25780   - "POLICE_MARK"
25781   - "COPWHLIST"
25782   - "IACLDST"
25783   layout:
25784     title: "ip6-3n-hsw-x520-78b-base_and_features-pdr"
25785     layout: "plot-throughput-speedup-analysis"
25786
25787 # Speedup - VPP IPv6 3n-hsw-x710
25788 -
25789   type: "plot"
25790   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
25791   algorithm: "plot_throughput_speedup_analysis"
25792   output-file-type: ".html"
25793   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
25794   data: "plot-throughput-speedup-analysis-3n-hsw"
25795   filter: "'NIC_Intel-X710' and
25796            '78B' and
25797            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25798            'NDRPDR' and
25799            'IP6FWD' and
25800            not 'SRv6' and
25801            not 'IPSEC' and
25802            not 'VHOST'"
25803   parameters:
25804   - "throughput"
25805   - "parent"
25806   - "tags"
25807   sort:
25808   - "IP6BASE"
25809   - "FIB_20K"
25810   - "FIB_200K"
25811   - "FIB_2M"
25812   layout:
25813     title: "ip6-3n-hsw-x710-78b-base_and_scale-ndr"
25814     layout: "plot-throughput-speedup-analysis"
25815
25816 -
25817   type: "plot"
25818   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
25819   algorithm: "plot_throughput_speedup_analysis"
25820   output-file-type: ".html"
25821   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
25822   data: "plot-throughput-speedup-analysis-3n-hsw"
25823   filter: "'NIC_Intel-X710' and
25824            '78B' and
25825            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25826            'NDRPDR' and
25827            'IP6FWD' and
25828            not 'SRv6' and
25829            not 'IPSEC' and
25830            not 'VHOST'"
25831   parameters:
25832   - "throughput"
25833   - "parent"
25834   - "tags"
25835   sort:
25836   - "IP6BASE"
25837   - "FIB_20K"
25838   - "FIB_200K"
25839   - "FIB_2M"
25840   layout:
25841     title: "ip6-3n-hsw-x710-78b-base_and_scale-pdr"
25842     layout: "plot-throughput-speedup-analysis"
25843
25844 # Speedup - VPP IPv6 3n-hsw-x710 features
25845 -
25846   type: "plot"
25847   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
25848   algorithm: "plot_throughput_speedup_analysis"
25849   output-file-type: ".html"
25850   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
25851   data: "plot-throughput-speedup-analysis-3n-hsw"
25852   filter: "'NIC_Intel-X710' and
25853            '78B' and
25854            ('IP6BASE' or
25855             'POLICE_MARK' or
25856             'COPWHLIST' or
25857             'IACLDST') and
25858            'NDRPDR' and
25859            'IP6FWD' and
25860            not 'SRv6' and
25861            not 'IPSEC' and
25862            not 'VHOST'"
25863   parameters:
25864   - "throughput"
25865   - "parent"
25866   - "tags"
25867   sort:
25868   - "IP6BASE"
25869   - "POLICE_MARK"
25870   - "COPWHLIST"
25871   - "IACLDST"
25872   layout:
25873     title: "ip6-3n-hsw-x710-78b-base_and_features-ndr"
25874     layout: "plot-throughput-speedup-analysis"
25875
25876 -
25877   type: "plot"
25878   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
25879   algorithm: "plot_throughput_speedup_analysis"
25880   output-file-type: ".html"
25881   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
25882   data: "plot-throughput-speedup-analysis-3n-hsw"
25883   filter: "'NIC_Intel-X710' and
25884            '78B' and
25885            ('IP6BASE' or
25886             'POLICE_MARK' or
25887             'COPWHLIST' or
25888             'IACLDST') and
25889            'NDRPDR' and
25890            'IP6FWD' and
25891            not 'SRv6' and
25892            not 'IPSEC' and
25893            not 'VHOST'"
25894   parameters:
25895   - "throughput"
25896   - "parent"
25897   - "tags"
25898   sort:
25899   - "IP6BASE"
25900   - "POLICE_MARK"
25901   - "COPWHLIST"
25902   - "IACLDST"
25903   layout:
25904     title: "ip6-3n-hsw-x710-78b-base_and_features-pdr"
25905     layout: "plot-throughput-speedup-analysis"
25906
25907 # Speedup - VPP IPv6 3n-hsw-xl710
25908 -
25909   type: "plot"
25910   title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa"
25911   algorithm: "plot_throughput_speedup_analysis"
25912   output-file-type: ".html"
25913   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa"
25914   data: "plot-throughput-speedup-analysis-3n-hsw"
25915   filter: "'NIC_Intel-XL710' and
25916            '78B' and
25917            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25918            'NDRPDR' and
25919            'IP6FWD' and
25920            not 'SRv6' and
25921            not 'IPSEC' and
25922            not 'VHOST'"
25923   parameters:
25924   - "throughput"
25925   - "parent"
25926   - "tags"
25927   sort:
25928   - "IP6BASE"
25929   - "FIB_20K"
25930   - "FIB_200K"
25931   - "FIB_2M"
25932   layout:
25933     title: "ip6-3n-hsw-xl710-78b-base_and_scale-ndr"
25934     layout: "plot-throughput-speedup-analysis"
25935
25936 -
25937   type: "plot"
25938   title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa"
25939   algorithm: "plot_throughput_speedup_analysis"
25940   output-file-type: ".html"
25941   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa"
25942   data: "plot-throughput-speedup-analysis-3n-hsw"
25943   filter: "'NIC_Intel-XL710' and
25944            '78B' and
25945            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25946            'NDRPDR' and
25947            'IP6FWD' and
25948            not 'SRv6' and
25949            not 'IPSEC' and
25950            not 'VHOST'"
25951   parameters:
25952   - "throughput"
25953   - "parent"
25954   - "tags"
25955   sort:
25956   - "IP6BASE"
25957   - "FIB_20K"
25958   - "FIB_200K"
25959   - "FIB_2M"
25960   layout:
25961     title: "ip6-3n-hsw-xl710-78b-base_and_scale-pdr"
25962     layout: "plot-throughput-speedup-analysis"
25963
25964 # Speedup - VPP IPv6 3n-skx-x710
25965 -
25966   type: "plot"
25967   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
25968   algorithm: "plot_throughput_speedup_analysis"
25969   output-file-type: ".html"
25970   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
25971   data: "plot-throughput-speedup-analysis-3n-skx"
25972   filter: "'NIC_Intel-X710' and
25973            '78B' and
25974            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25975            'NDRPDR' and
25976            'IP6FWD' and
25977            not 'SRv6' and
25978            not 'IPSEC' and
25979            not 'VHOST'"
25980   parameters:
25981   - "throughput"
25982   - "parent"
25983   - "tags"
25984   sort:
25985   - "IP6BASE"
25986   - "FIB_20K"
25987   - "FIB_200K"
25988   - "FIB_2M"
25989   layout:
25990     title: "ip6-3n-skx-x710-78b-base_and_scale-ndr"
25991     layout: "plot-throughput-speedup-analysis"
25992
25993 -
25994   type: "plot"
25995   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
25996   algorithm: "plot_throughput_speedup_analysis"
25997   output-file-type: ".html"
25998   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
25999   data: "plot-throughput-speedup-analysis-3n-skx"
26000   filter: "'NIC_Intel-X710' and
26001            '78B' and
26002            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26003            'NDRPDR' and
26004            'IP6FWD' and
26005            not 'SRv6' and
26006            not 'IPSEC' and
26007            not 'VHOST'"
26008   parameters:
26009   - "throughput"
26010   - "parent"
26011   - "tags"
26012   sort:
26013   - "IP6BASE"
26014   - "FIB_20K"
26015   - "FIB_200K"
26016   - "FIB_2M"
26017   layout:
26018     title: "ip6-3n-skx-x710-78b-base_and_scale-pdr"
26019     layout: "plot-throughput-speedup-analysis"
26020
26021 # Speedup - VPP IPv6 3n-skx-x710 features
26022 -
26023   type: "plot"
26024   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
26025   algorithm: "plot_throughput_speedup_analysis"
26026   output-file-type: ".html"
26027   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
26028   data: "plot-throughput-speedup-analysis-3n-skx"
26029   filter: "'NIC_Intel-X710' and
26030            '78B' and
26031            ('IP6BASE' or
26032             'POLICE_MARK' or
26033             'COPWHLIST' or
26034             'IACLDST') and
26035            'NDRPDR' and
26036            'IP6FWD' and
26037            not 'SRv6' and
26038            not 'IPSEC' and
26039            not 'VHOST'"
26040   parameters:
26041   - "throughput"
26042   - "parent"
26043   - "tags"
26044   sort:
26045   - "IP6BASE"
26046   - "POLICE_MARK"
26047   - "COPWHLIST"
26048   - "IACLDST"
26049   layout:
26050     title: "ip6-3n-skx-x710-78b-base_and_scale-ndr"
26051     layout: "plot-throughput-speedup-analysis"
26052
26053 -
26054   type: "plot"
26055   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
26056   algorithm: "plot_throughput_speedup_analysis"
26057   output-file-type: ".html"
26058   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
26059   data: "plot-throughput-speedup-analysis-3n-skx"
26060   filter: "'NIC_Intel-X710' and
26061            '78B' and
26062            ('IP6BASE' or
26063             'POLICE_MARK' or
26064             'COPWHLIST' or
26065             'IACLDST') and
26066            'NDRPDR' and
26067            'IP6FWD' and
26068            not 'SRv6' and
26069            not 'IPSEC' and
26070            not 'VHOST'"
26071   parameters:
26072   - "throughput"
26073   - "parent"
26074   - "tags"
26075   sort:
26076   - "IP6BASE"
26077   - "POLICE_MARK"
26078   - "COPWHLIST"
26079   - "IACLDST"
26080   layout:
26081     title: "ip6-3n-skx-x710-78b-base_and_scale-pdr"
26082     layout: "plot-throughput-speedup-analysis"
26083
26084 # Speedup - VPP IPv6 2n-skx-x710
26085 -
26086   type: "plot"
26087   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
26088   algorithm: "plot_throughput_speedup_analysis"
26089   output-file-type: ".html"
26090   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
26091   data: "plot-throughput-speedup-analysis-2n-skx"
26092   filter: "'NIC_Intel-X710' and
26093            '78B' and
26094            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
26095            'NDRPDR' and
26096            'IP6FWD' and
26097            not 'SRv6' and
26098            not 'IPSEC' and
26099            not 'VHOST'"
26100   parameters:
26101   - "throughput"
26102   - "parent"
26103   - "tags"
26104   sort:
26105   - "IP6BASE"
26106   - "FIB_20k"
26107   - "FIB_200k"
26108   - "FIB_2M"
26109   layout:
26110     title: "ip6-2n-skx-x710-78b-base_and_scale-ndr"
26111     layout: "plot-throughput-speedup-analysis"
26112
26113 -
26114   type: "plot"
26115   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
26116   algorithm: "plot_throughput_speedup_analysis"
26117   output-file-type: ".html"
26118   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
26119   data: "plot-throughput-speedup-analysis-2n-skx"
26120   filter: "'NIC_Intel-X710' and
26121            '78B' and
26122            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
26123            'NDRPDR' and
26124            'IP6FWD' and
26125            not 'SRv6' and
26126            not 'IPSEC' and
26127            not 'VHOST'"
26128   parameters:
26129   - "throughput"
26130   - "parent"
26131   - "tags"
26132   sort:
26133   - "IP6BASE"
26134   - "FIB_20k"
26135   - "FIB_200k"
26136   - "FIB_2M"
26137   layout:
26138     title: "ip6-2n-skx-x710-78b-base_and_scale-pdr"
26139     layout: "plot-throughput-speedup-analysis"
26140
26141 # Speedup - VPP IPv6 2n-skx-xxv710
26142 -
26143   type: "plot"
26144   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
26145   algorithm: "plot_throughput_speedup_analysis"
26146   output-file-type: ".html"
26147   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
26148   data: "plot-throughput-speedup-analysis-2n-skx"
26149   filter: "'NIC_Intel-XXV710' and
26150            '78B' and
26151            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
26152            'NDRPDR' and
26153            'IP6FWD' and
26154            not 'SRv6' and
26155            not 'IPSEC' and
26156            not 'VHOST'"
26157   parameters:
26158   - "throughput"
26159   - "parent"
26160   - "tags"
26161   sort:
26162   - "IP6BASE"
26163   - "FIB_20k"
26164   - "FIB_200k"
26165   - "FIB_2M"
26166   layout:
26167     title: "ip6-2n-skx-xxv710-78b-base_and_scale-ndr"
26168     layout: "plot-throughput-speedup-analysis"
26169
26170 -
26171   type: "plot"
26172   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
26173   algorithm: "plot_throughput_speedup_analysis"
26174   output-file-type: ".html"
26175   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
26176   data: "plot-throughput-speedup-analysis-2n-skx"
26177   filter: "'NIC_Intel-XXV710' and
26178            '78B' and
26179            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
26180            'NDRPDR' and
26181            'IP6FWD' and
26182            not 'SRv6' and
26183            not 'IPSEC' and
26184            not 'VHOST'"
26185   parameters:
26186   - "throughput"
26187   - "parent"
26188   - "tags"
26189   sort:
26190   - "IP6BASE"
26191   - "FIB_20k"
26192   - "FIB_200k"
26193   - "FIB_2M"
26194   layout:
26195     title: "ip6-2n-skx-xxv710-78b-base_and_scale-pdr"
26196     layout: "plot-throughput-speedup-analysis"
26197
26198 # Speedup - VPP IPv6 2n-dnv-x553 base
26199 -
26200   type: "plot"
26201   title: "Speedup: ip6-2n-dnv-x553-78b-base-ndr-tsa"
26202   algorithm: "plot_throughput_speedup_analysis"
26203   output-file-type: ".html"
26204   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-base-ndr-tsa"
26205   data: "intel-dnv-vpp"
26206   filter: "'NIC_Intel-X553' and
26207            '78B' and
26208            'IP6BASE' and
26209            'NDRPDR' and
26210            'IP6FWD' and
26211            not 'SRv6' and
26212            not 'IPSEC' and
26213            not 'VHOST'"
26214   parameters:
26215   - "throughput"
26216   - "parent"
26217   - "tags"
26218   sort:
26219   - "IP6BASE"
26220   layout:
26221     title: "ip6-2n-dnv-x553-78b-base-ndr"
26222     layout: "plot-throughput-speedup-analysis"
26223
26224 -
26225   type: "plot"
26226   title: "Speedup: ip6-2n-dnv-x553-78b-base-pdr-tsa"
26227   algorithm: "plot_throughput_speedup_analysis"
26228   output-file-type: ".html"
26229   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-base-pdr-tsa"
26230   data: "intel-dnv-vpp"
26231   filter: "'NIC_Intel-X553' and
26232            '78B' and
26233            'IP6BASE' and
26234            'NDRPDR' and
26235            'IP6FWD' and
26236            not 'SRv6' and
26237            not 'IPSEC' and
26238            not 'VHOST'"
26239   parameters:
26240   - "throughput"
26241   - "parent"
26242   - "tags"
26243   sort:
26244   - "IP6BASE"
26245   layout:
26246     title: "ip6-2n-dnv-x553-78b-base-pdr"
26247     layout: "plot-throughput-speedup-analysis"
26248
26249 ################################################################################
26250
26251 # Speedup - VPP IPv6 tunnels 3n-hsw-x520
26252 -
26253   type: "plot"
26254   title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
26255   algorithm: "plot_throughput_speedup_analysis"
26256   output-file-type: ".html"
26257   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
26258   data: "plot-throughput-speedup-analysis-3n-hsw"
26259   filter: "'NIC_Intel-X520-DA2' and
26260            '78B' and
26261            'ENCAP' and
26262            'NDRPDR' and
26263            'LISP' and
26264            not 'VHOST'"
26265   parameters:
26266   - "throughput"
26267   - "parent"
26268   - "tags"
26269   sort:
26270   - "IP4UNRLAY"
26271   - "IP6UNRLAY"
26272   layout:
26273     title: "ip6tun-3n-hsw-x520-78b-base_and_scale-ndr"
26274     layout: "plot-throughput-speedup-analysis"
26275
26276 -
26277   type: "plot"
26278   title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
26279   algorithm: "plot_throughput_speedup_analysis"
26280   output-file-type: ".html"
26281   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
26282   data: "plot-throughput-speedup-analysis-3n-hsw"
26283   filter: "'NIC_Intel-X520-DA2' and
26284            '78B' and
26285            'ENCAP' and
26286            'NDRPDR' and
26287            'LISP' and
26288            not 'VHOST'"
26289   parameters:
26290   - "throughput"
26291   - "parent"
26292   - "tags"
26293   sort:
26294   - "IP4UNRLAY"
26295   - "IP6UNRLAY"
26296   layout:
26297     title: "ip6tun-3n-hsw-x520-78b-base_and_scale-pdr"
26298     layout: "plot-throughput-speedup-analysis"
26299
26300 ################################################################################
26301
26302 # Speedup - VPP IPSec 3n-hsw-xl710 base
26303 -
26304   type: "plot"
26305   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
26306   algorithm: "plot_throughput_speedup_analysis"
26307   output-file-type: ".html"
26308   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
26309   data: "plot-throughput-speedup-analysis-3n-hsw"
26310   filter: "'NIC_Intel-XL710' and
26311            '64B' and
26312            'IP4FWD' and
26313            'NDRPDR' and
26314            'BASE' and
26315            'IPSECHW' and
26316            ('IPSECTRAN' or 'IPSECTUN') and
26317            not 'VHOST'"
26318   parameters:
26319   - "throughput"
26320   - "parent"
26321   - "tags"
26322   layout:
26323     title: "ipsec-3n-hsw-xl710-64b-base-ndr"
26324     layout: "plot-throughput-speedup-analysis"
26325
26326 -
26327   type: "plot"
26328   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
26329   algorithm: "plot_throughput_speedup_analysis"
26330   output-file-type: ".html"
26331   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
26332   data: "plot-throughput-speedup-analysis-3n-hsw"
26333   filter: "'NIC_Intel-XL710' and
26334            '64B' and
26335            'IP4FWD' and
26336            'NDRPDR' and
26337            'BASE' and
26338            'IPSECHW' and
26339            ('IPSECTRAN' or 'IPSECTUN') and
26340            not 'VHOST'"
26341   parameters:
26342   - "throughput"
26343   - "parent"
26344   - "tags"
26345   layout:
26346     title: "ipsec-3n-hsw-xl710-64b-base-pdr"
26347     layout: "plot-throughput-speedup-analysis"
26348
26349 # Speedup - VPP IPSec 3n-hsw-xl710 scale
26350 -
26351   type: "plot"
26352   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
26353   algorithm: "plot_throughput_speedup_analysis"
26354   output-file-type: ".html"
26355   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
26356   data: "plot-throughput-speedup-analysis-3n-hsw"
26357   filter: "'NIC_Intel-XL710' and
26358            '64B' and
26359            'IP4FWD' and
26360            'NDRPDR' and
26361            'SCALE' and
26362            'IPSECHW' and
26363            ('IPSECTRAN' or 'IPSECTUN') and
26364            not 'VHOST'"
26365   parameters:
26366   - "throughput"
26367   - "parent"
26368   - "tags"
26369   layout:
26370     title: "ipsec-3n-hsw-xl710-64b-scale-ndr"
26371     layout: "plot-throughput-speedup-analysis"
26372
26373 -
26374   type: "plot"
26375   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
26376   algorithm: "plot_throughput_speedup_analysis"
26377   output-file-type: ".html"
26378   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
26379   data: "plot-throughput-speedup-analysis-3n-hsw"
26380   filter: "'NIC_Intel-XL710' and
26381            '64B' and
26382            'IP4FWD' and
26383            'NDRPDR' and
26384            'SCALE' and
26385            'IPSECHW' and
26386            ('IPSECTRAN' or 'IPSECTUN') and
26387            not 'VHOST'"
26388   parameters:
26389   - "throughput"
26390   - "parent"
26391   - "tags"
26392   layout:
26393     title: "ipsec-3n-hsw-xl710-64b-scale-pdr"
26394     layout: "plot-throughput-speedup-analysis"
26395
26396 # Speedup - VPP IPSec 3n-hsw-xl710 sw
26397 -
26398   type: "plot"
26399   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
26400   algorithm: "plot_throughput_speedup_analysis"
26401   output-file-type: ".html"
26402   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
26403   data: "plot-throughput-speedup-analysis-3n-hsw"
26404   filter: "'NIC_Intel-XL710' and
26405            '64B' and
26406            'IP4FWD' and
26407            'NDRPDR' and
26408            'IPSECSW' and
26409            ('IPSECTRAN' or 'IPSECTUN') and
26410            not 'VHOST'"
26411   parameters:
26412   - "throughput"
26413   - "parent"
26414   - "tags"
26415   layout:
26416     title: "ipsec-3n-hsw-xl710-64b-sw-ndr"
26417     layout: "plot-throughput-speedup-analysis"
26418
26419 -
26420   type: "plot"
26421   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
26422   algorithm: "plot_throughput_speedup_analysis"
26423   output-file-type: ".html"
26424   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
26425   data: "plot-throughput-speedup-analysis-3n-hsw"
26426   filter: "'NIC_Intel-XL710' and
26427            '64B' and
26428            'IP4FWD' and
26429            'NDRPDR' and
26430            'IPSECSW' and
26431            ('IPSECTRAN' or 'IPSECTUN') and
26432            not 'VHOST'"
26433   parameters:
26434   - "throughput"
26435   - "parent"
26436   - "tags"
26437   layout:
26438     title: "ipsec-3n-hsw-xl710-64b-sw-pdr"
26439     layout: "plot-throughput-speedup-analysis"
26440
26441 ################################################################################
26442
26443 # Speedup - VPP SRv6 3n-hsw-x520
26444 -
26445   type: "plot"
26446   title: "Speedup: srv6-3n-hsw-x520-78b-features-ndr-tsa"
26447   algorithm: "plot_throughput_speedup_analysis"
26448   output-file-type: ".html"
26449   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-ndr-tsa"
26450   data: "plot-throughput-speedup-analysis-3n-hsw"
26451   filter: "'NIC_Intel-X520-DA2' and
26452            '78B' and
26453            'FEATURE' and
26454            'NDRPDR' and
26455            'IP6FWD' and
26456            'SRv6'"
26457   parameters:
26458   - "throughput"
26459   - "parent"
26460   - "tags"
26461   layout:
26462     title: "srv6-3n-hsw-x520-78b-features-ndr"
26463     layout: "plot-throughput-speedup-analysis"
26464
26465 -
26466   type: "plot"
26467   title: "Speedup: srv6-3n-hsw-x520-78b-features-pdr-tsa"
26468   algorithm: "plot_throughput_speedup_analysis"
26469   output-file-type: ".html"
26470   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-pdr-tsa"
26471   data: "plot-throughput-speedup-analysis-3n-hsw"
26472   filter: "'NIC_Intel-X520-DA2' and
26473            '78B' and
26474            'FEATURE' and
26475            'NDRPDR' and
26476            'IP6FWD' and
26477            'SRv6'"
26478   parameters:
26479   - "throughput"
26480   - "parent"
26481   - "tags"
26482   layout:
26483     title: "srv6-3n-hsw-x520-78b-features-pdr"
26484     layout: "plot-throughput-speedup-analysis"
26485
26486 ################################################################################
26487
26488 # Speedup - VPP L2 3n-hsw-x520 base and scale
26489 -
26490   type: "plot"
26491   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
26492   algorithm: "plot_throughput_speedup_analysis"
26493   output-file-type: ".html"
26494   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
26495   data: "plot-throughput-speedup-analysis-3n-hsw"
26496   filter: "'NIC_Intel-X520-DA2' and
26497            '64B' and
26498            ('BASE' or 'SCALE') and
26499            'NDRPDR' and
26500            'ETH' and
26501            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26502            not 'VHOST' and
26503            not 'MEMIF'"
26504   parameters:
26505   - "throughput"
26506   - "parent"
26507   - "tags"
26508   sort:
26509   - "L2XCFWD"
26510   - "L2PATCH"
26511   - "L2BDMACLRN"
26512   - "FIB_10K"
26513   - "FIB_100K"
26514   - "FIB_1M"
26515   layout:
26516     title: "l2sw-3n-hsw-x520-64b-base_and_scale-ndr"
26517     layout: "plot-throughput-speedup-analysis"
26518
26519 -
26520   type: "plot"
26521   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
26522   algorithm: "plot_throughput_speedup_analysis"
26523   output-file-type: ".html"
26524   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
26525   data: "plot-throughput-speedup-analysis-3n-hsw"
26526   filter: "'NIC_Intel-X520-DA2' and
26527            '64B' and
26528            ('BASE' or 'SCALE') and
26529            'NDRPDR' and
26530            'ETH' and
26531            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26532            not 'VHOST' and
26533            not 'MEMIF'"
26534   parameters:
26535   - "throughput"
26536   - "parent"
26537   - "tags"
26538   sort:
26539   - "L2XCFWD"
26540   - "L2PATCH"
26541   - "L2BDMACLRN"
26542   - "FIB_10K"
26543   - "FIB_100K"
26544   - "FIB_1M"
26545   layout:
26546     title: "l2sw-3n-hsw-x520-64b-base_and_scale-pdr"
26547     layout: "plot-throughput-speedup-analysis"
26548
26549 # Speedup - VPP L2 3n-hsw-x520 features
26550 -
26551   type: "plot"
26552   title: "Speedup: l2sw-3n-hsw-x520-64b-features-ndr-tsa"
26553   algorithm: "plot_throughput_speedup_analysis"
26554   output-file-type: ".html"
26555   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-ndr-tsa"
26556   data: "plot-throughput-speedup-analysis-3n-hsw"
26557   filter: "'NIC_Intel-X520-DA2' and
26558            '64B' and
26559            'NDRPDR' and
26560            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26561            not 'ACL' and
26562            not 'VHOST' and
26563            not 'MEMIF'"
26564   parameters:
26565   - "throughput"
26566   - "parent"
26567   - "tags"
26568   sort:
26569   - "L2XCBASE"    # l2xcbase
26570   - "L2BDBASE"    # l2bdbase
26571   - "L2XCFWD"     # dot1q-l2xcbase
26572   - "L2BDMACLRN"  # dot1q-l2bdbase
26573   layout:
26574     title: "l2sw-3n-hsw-x520-64b-features-ndr"
26575     layout: "plot-throughput-speedup-analysis"
26576
26577 -
26578   type: "plot"
26579   title: "Speedup: l2sw-3n-hsw-x520-64b-features-pdr-tsa"
26580   algorithm: "plot_throughput_speedup_analysis"
26581   output-file-type: ".html"
26582   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-pdr-tsa"
26583   data: "plot-throughput-speedup-analysis-3n-hsw"
26584   filter: "'NIC_Intel-X520-DA2' and
26585            '64B' and
26586            'NDRPDR' and
26587            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26588            not 'ACL' and
26589            not 'VHOST' and
26590            not 'MEMIF'"
26591   parameters:
26592   - "throughput"
26593   - "parent"
26594   - "tags"
26595   sort:
26596   - "L2XCBASE"    # l2xcbase
26597   - "L2BDBASE"    # l2bdbase
26598   - "L2XCFWD"     # dot1q-l2xcbase
26599   - "L2BDMACLRN"  # dot1q-l2bdbase
26600   layout:
26601     title: "l2sw-3n-hsw-x520-64b-features-pdr"
26602     layout: "plot-throughput-speedup-analysis"
26603
26604 # Speedup - VPP L2 3n-hsw-x710 base and scale
26605 -
26606   type: "plot"
26607   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
26608   algorithm: "plot_throughput_speedup_analysis"
26609   output-file-type: ".html"
26610   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
26611   data: "plot-throughput-speedup-analysis-3n-hsw"
26612   filter: "'NIC_Intel-X710' and
26613            '64B' and
26614            ('BASE' or 'SCALE') and
26615            'NDRPDR' and
26616            'ETH' and
26617            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26618            not 'VHOST' and
26619            not 'MEMIF' and
26620            not 'DRV_AVF'"
26621   parameters:
26622   - "throughput"
26623   - "parent"
26624   - "tags"
26625   sort:
26626   - "L2PATCH"
26627   - "L2XCBASE"
26628   - "BASE"
26629   - "FIB_10K"
26630   - "FIB_100K"
26631   - "FIB_1M"
26632   layout:
26633     title: "l2sw-3n-hsw-x710-64b-base_and_scale-ndr"
26634     layout: "plot-throughput-speedup-analysis"
26635
26636 -
26637   type: "plot"
26638   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
26639   algorithm: "plot_throughput_speedup_analysis"
26640   output-file-type: ".html"
26641   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
26642   data: "plot-throughput-speedup-analysis-3n-hsw"
26643   filter: "'NIC_Intel-X710' and
26644            '64B' and
26645            ('BASE' or 'SCALE') and
26646            'NDRPDR' and
26647            'ETH' and
26648            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26649            not 'VHOST' and
26650            not 'MEMIF' and
26651            not 'DRV_AVF'"
26652   parameters:
26653   - "throughput"
26654   - "parent"
26655   - "tags"
26656   sort:
26657   - "L2PATCH"
26658   - "L2XCBASE"
26659   - "BASE"
26660   - "FIB_10K"
26661   - "FIB_100K"
26662   - "FIB_1M"
26663   layout:
26664     title: "l2sw-3n-hsw-x710-64b-base_and_scale-pdr"
26665     layout: "plot-throughput-speedup-analysis"
26666
26667 # Speedup - VPP L2 3n-hsw-x710 features
26668 -
26669   type: "plot"
26670   title: "Speedup: l2sw-3n-hsw-x710-64b-features-ndr-tsa"
26671   algorithm: "plot_throughput_speedup_analysis"
26672   output-file-type: ".html"
26673   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-ndr-tsa"
26674   data: "plot-throughput-speedup-analysis-3n-hsw"
26675   filter: "'NIC_Intel-X710' and
26676            '64B' and
26677            'NDRPDR' and
26678            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26679            not 'ACL' and
26680            not 'VHOST' and
26681            not 'MEMIF'"
26682   parameters:
26683   - "throughput"
26684   - "parent"
26685   - "tags"
26686   sort:
26687   - "L2XCBASE"    # l2xcbase
26688   - "L2BDBASE"    # l2bdbase
26689   - "L2XCFWD"     # dot1q-l2xcbase
26690   - "L2BDMACLRN"  # dot1q-l2bdbase
26691   layout:
26692     title: "l2sw-3n-hsw-x710-64b-features-ndr"
26693     layout: "plot-throughput-speedup-analysis"
26694
26695 -
26696   type: "plot"
26697   title: "Speedup: l2sw-3n-hsw-x710-64b-features-pdr-tsa"
26698   algorithm: "plot_throughput_speedup_analysis"
26699   output-file-type: ".html"
26700   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-pdr-tsa"
26701   data: "plot-throughput-speedup-analysis-3n-hsw"
26702   filter: "'NIC_Intel-X710' and
26703            '64B' and
26704            'NDRPDR' and
26705            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26706            not 'ACL' and
26707            not 'VHOST' and
26708            not 'MEMIF'"
26709   parameters:
26710   - "throughput"
26711   - "parent"
26712   - "tags"
26713   sort:
26714   - "L2XCBASE"    # l2xcbase
26715   - "L2BDBASE"    # l2bdbase
26716   - "L2XCFWD"     # dot1q-l2xcbase
26717   - "L2BDMACLRN"  # dot1q-l2bdbase
26718   layout:
26719     title: "l2sw-3n-hsw-x710-64b-features-pdr"
26720     layout: "plot-throughput-speedup-analysis"
26721
26722 # Speedup - VPP L2 3n-hsw-xl710 base and scale
26723 -
26724   type: "plot"
26725   title: "Speedup: l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
26726   algorithm: "plot_throughput_speedup_analysis"
26727   output-file-type: ".html"
26728   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
26729   data: "plot-throughput-speedup-analysis-3n-hsw"
26730   filter: "'NIC_Intel-XL710' and
26731            '64B' and
26732            ('BASE' or 'SCALE') and
26733            'NDRPDR' and
26734            'ETH' and
26735            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26736            not 'VHOST' and
26737            not 'MEMIF'"
26738   parameters:
26739   - "throughput"
26740   - "parent"
26741   - "tags"
26742   sort:
26743   - "L2PATCH"
26744   - "L2XCBASE"
26745   - "BASE"
26746   - "FIB_10K"
26747   - "FIB_100K"
26748   - "FIB_1M"
26749   layout:
26750     title: "l2sw-3n-hsw-xl710-64b-base_and_scale-ndr"
26751     layout: "plot-throughput-speedup-analysis"
26752
26753 -
26754   type: "plot"
26755   title: "Speedup: l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
26756   algorithm: "plot_throughput_speedup_analysis"
26757   output-file-type: ".html"
26758   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
26759   data: "plot-throughput-speedup-analysis-3n-hsw"
26760   filter: "'NIC_Intel-XL710' and
26761            '64B' and
26762            ('BASE' or 'SCALE') and
26763            'NDRPDR' and
26764            'ETH' and
26765            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26766            not 'VHOST' and
26767            not 'MEMIF'"
26768   parameters:
26769   - "throughput"
26770   - "parent"
26771   - "tags"
26772   sort:
26773   - "L2PATCH"
26774   - "L2XCBASE"
26775   - "BASE"
26776   - "FIB_10K"
26777   - "FIB_100K"
26778   - "FIB_1M"
26779   layout:
26780     title: "l2sw-3n-hsw-xl710-64b-base_and_scale-pdr"
26781     layout: "plot-throughput-speedup-analysis"
26782
26783 # Speedup - VPP L2 3n-skx-x710 base and scale
26784 -
26785   type: "plot"
26786   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
26787   algorithm: "plot_throughput_speedup_analysis"
26788   output-file-type: ".html"
26789   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
26790   data: "plot-throughput-speedup-analysis-3n-skx"
26791   filter: "'NIC_Intel-X710' and
26792            '64B' and
26793            ('BASE' or 'SCALE') and
26794            'NDRPDR' and
26795            'ETH' and
26796            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26797            not 'VHOST' and
26798            not 'DRV_AVF' and
26799            not 'MEMIF'"
26800   parameters:
26801   - "throughput"
26802   - "parent"
26803   - "tags"
26804   sort:
26805   - "L2PATCH"
26806   - "L2XCBASE"
26807   - "BASE"
26808   - "FIB_10K"
26809   - "FIB_100K"
26810   - "FIB_1M"
26811   layout:
26812     title: "l2sw-3n-skx-x710-64b-base_and_scale-ndr"
26813     layout: "plot-throughput-speedup-analysis"
26814
26815 -
26816   type: "plot"
26817   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
26818   algorithm: "plot_throughput_speedup_analysis"
26819   output-file-type: ".html"
26820   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
26821   data: "plot-throughput-speedup-analysis-3n-skx"
26822   filter: "'NIC_Intel-X710' and
26823            '64B' and
26824            ('BASE' or 'SCALE') and
26825            'NDRPDR' and
26826            'ETH' and
26827            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26828            not 'VHOST' and
26829            not 'DRV_AVF' and
26830            not 'MEMIF'"
26831   parameters:
26832   - "throughput"
26833   - "parent"
26834   - "tags"
26835   sort:
26836   - "L2PATCH"
26837   - "L2XCBASE"
26838   - "BASE"
26839   - "FIB_10K"
26840   - "FIB_100K"
26841   - "FIB_1M"
26842   layout:
26843     title: "l2sw-3n-skx-x710-64b-base_and_scale-pdr"
26844     layout: "plot-throughput-speedup-analysis"
26845
26846 # Speedup - VPP L2 3n-skx-x710 features
26847 -
26848   type: "plot"
26849   title: "Speedup: l2sw-3n-skx-x710-64b-features-ndr-tsa"
26850   algorithm: "plot_throughput_speedup_analysis"
26851   output-file-type: ".html"
26852   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-ndr-tsa"
26853   data: "plot-throughput-speedup-analysis-3n-skx"
26854   filter: "'NIC_Intel-X710' and
26855            '64B' and
26856            'NDRPDR' and
26857            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26858            not 'ACL' and
26859            not 'VHOST' and
26860            not 'MEMIF'"
26861   parameters:
26862   - "throughput"
26863   - "parent"
26864   - "tags"
26865   sort:
26866   - "L2XCBASE"    # l2xcbase
26867   - "L2BDBASE"    # l2bdbase
26868   - "L2XCFWD"     # dot1q-l2xcbase
26869   - "L2BDMACLRN"  # dot1q-l2bdbase
26870   layout:
26871     title: "l2sw-3n-skx-x710-64b-features-ndr"
26872     layout: "plot-throughput-speedup-analysis"
26873
26874 -
26875   type: "plot"
26876   title: "Speedup: l2sw-3n-skx-x710-64b-features-pdr-tsa"
26877   algorithm: "plot_throughput_speedup_analysis"
26878   output-file-type: ".html"
26879   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-pdr-tsa"
26880   data: "plot-throughput-speedup-analysis-3n-skx"
26881   filter: "'NIC_Intel-X710' and
26882            '64B' and
26883            'NDRPDR' and
26884            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26885            not 'ACL' and
26886            not 'VHOST' and
26887            not 'MEMIF'"
26888   parameters:
26889   - "throughput"
26890   - "parent"
26891   - "tags"
26892   sort:
26893   - "L2XCBASE"    # l2xcbase
26894   - "L2BDBASE"    # l2bdbase
26895   - "L2XCFWD"     # dot1q-l2xcbase
26896   - "L2BDMACLRN"  # dot1q-l2bdbase
26897   layout:
26898     title: "l2sw-3n-skx-x710-64b-features-pdr"
26899     layout: "plot-throughput-speedup-analysis"
26900
26901 # Speedup - VPP L2 3n-skx-xxv710 base and scale
26902 -
26903   type: "plot"
26904   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26905   algorithm: "plot_throughput_speedup_analysis"
26906   output-file-type: ".html"
26907   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26908   data: "plot-throughput-speedup-analysis-3n-skx"
26909   filter: "'NIC_Intel-XXV710' and
26910            '64B' and
26911            ('BASE' or 'SCALE') and
26912            'NDRPDR' and
26913            'ETH' and
26914            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26915            not 'VHOST' and
26916            not 'MEMIF' and
26917            not 'DRV_AVF'"
26918   parameters:
26919   - "throughput"
26920   - "parent"
26921   - "tags"
26922   sort:
26923   - "L2PATCH"
26924   - "L2XCBASE"
26925   - "BASE"
26926   - "FIB_10K"
26927   - "FIB_100K"
26928   - "FIB_1M"
26929   layout:
26930     title: "l2sw-3n-skx-xxv710-64b-base_and_scale-ndr"
26931     layout: "plot-throughput-speedup-analysis"
26932
26933 -
26934   type: "plot"
26935   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26936   algorithm: "plot_throughput_speedup_analysis"
26937   output-file-type: ".html"
26938   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26939   data: "plot-throughput-speedup-analysis-3n-skx"
26940   filter: "'NIC_Intel-XXV710' and
26941            '64B' and
26942            ('BASE' or 'SCALE') and
26943            'NDRPDR' and
26944            'ETH' and
26945            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26946            not 'VHOST' and
26947            not 'MEMIF' and
26948            not 'DRV_AVF'"
26949   parameters:
26950   - "throughput"
26951   - "parent"
26952   - "tags"
26953   sort:
26954   - "L2PATCH"
26955   - "L2XCBASE"
26956   - "BASE"
26957   - "FIB_10K"
26958   - "FIB_100K"
26959   - "FIB_1M"
26960   layout:
26961     title: "l2sw-3n-skx-xxv710-64b-base_and_scale-pdr"
26962     layout: "plot-throughput-speedup-analysis"
26963
26964 # Speedup - VPP L2 2n-skx-x710 base and scale
26965 -
26966   type: "plot"
26967   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
26968   algorithm: "plot_throughput_speedup_analysis"
26969   output-file-type: ".html"
26970   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
26971   data: "plot-throughput-speedup-analysis-2n-skx"
26972   filter: "'NIC_Intel-X710' and
26973            '64B' and
26974            ('BASE' or 'SCALE') and
26975            'NDRPDR' and
26976            'ETH' and
26977            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26978            not 'VHOST' and
26979            not 'MEMIF'"
26980   parameters:
26981   - "throughput"
26982   - "parent"
26983   - "tags"
26984   sort:
26985   - "L2PATCH"
26986   - "L2XCBASE"
26987   - "BASE"
26988   - "FIB_10K"
26989   - "FIB_100K"
26990   - "FIB_1M"
26991   layout:
26992     title: "l2sw-2n-skx-x710-64b-base_and_scale-ndr"
26993     layout: "plot-throughput-speedup-analysis"
26994
26995 -
26996   type: "plot"
26997   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
26998   algorithm: "plot_throughput_speedup_analysis"
26999   output-file-type: ".html"
27000   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
27001   data: "plot-throughput-speedup-analysis-2n-skx"
27002   filter: "'NIC_Intel-X710' and
27003            '64B' and
27004            ('BASE' or 'SCALE') and
27005            'NDRPDR' and
27006            'ETH' and
27007            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27008            not 'VHOST' and
27009            not 'MEMIF'"
27010   parameters:
27011   - "throughput"
27012   - "parent"
27013   - "tags"
27014   sort:
27015   - "L2PATCH"
27016   - "L2XCBASE"
27017   - "BASE"
27018   - "FIB_10K"
27019   - "FIB_100K"
27020   - "FIB_1M"
27021   layout:
27022     title: "l2sw-2n-skx-x710-64b-base_and_scale-pdr"
27023     layout: "plot-throughput-speedup-analysis"
27024
27025 # Speedup - VPP L2 2n-skx-xxv710 base and scale
27026 -
27027   type: "plot"
27028   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
27029   algorithm: "plot_throughput_speedup_analysis"
27030   output-file-type: ".html"
27031   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
27032   data: "plot-throughput-speedup-analysis-2n-skx"
27033   filter: "'NIC_Intel-XXV710' and
27034            '64B' and
27035            ('BASE' or 'SCALE') and
27036            'NDRPDR' and
27037            'ETH' and
27038            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27039            not 'VHOST' and
27040            not 'MEMIF'"
27041   parameters:
27042   - "throughput"
27043   - "parent"
27044   - "tags"
27045   sort:
27046   - "L2PATCH"
27047   - "L2XCBASE"
27048   - "BASE"
27049   - "FIB_10K"
27050   - "FIB_100K"
27051   - "FIB_1M"
27052   layout:
27053     title: "l2sw-2n-skx-xxv710-64b-base_and_scale-ndr"
27054     layout: "plot-throughput-speedup-analysis"
27055
27056 -
27057   type: "plot"
27058   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
27059   algorithm: "plot_throughput_speedup_analysis"
27060   output-file-type: ".html"
27061   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
27062   data: "plot-throughput-speedup-analysis-2n-skx"
27063   filter: "'NIC_Intel-XXV710' and
27064            '64B' and
27065            ('BASE' or 'SCALE') and
27066            'NDRPDR' and
27067            'ETH' and
27068            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27069            not 'VHOST' and
27070            not 'MEMIF'"
27071   parameters:
27072   - "throughput"
27073   - "parent"
27074   - "tags"
27075   sort:
27076   - "L2PATCH"
27077   - "L2XCBASE"
27078   - "BASE"
27079   - "FIB_10K"
27080   - "FIB_100K"
27081   - "FIB_1M"
27082   layout:
27083     title: "l2sw-2n-skx-xxv710-64b-base_and_scale-pdr"
27084     layout: "plot-throughput-speedup-analysis"
27085
27086 # Speedup - VPP L2 2n-dnv-x553 base
27087 -
27088   type: "plot"
27089   title: "Speedup: l2sw-2n-dnv-x553-64b-base-ndr-tsa"
27090   algorithm: "plot_throughput_speedup_analysis"
27091   output-file-type: ".html"
27092   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-base-ndr-tsa"
27093   data: "intel-dnv-vpp"
27094   filter: "'NIC_Intel-X553' and
27095            '64B' and
27096            ('BASE' or 'SCALE') and
27097            'NDRPDR' and
27098            'ETH' and
27099            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27100            not 'VHOST' and
27101            not 'MEMIF'"
27102   parameters:
27103   - "throughput"
27104   - "parent"
27105   - "tags"
27106   sort:
27107   - "L2XCBASE"
27108   - "L2BDMACLRN"
27109   - "L2PATCH"
27110   layout:
27111     title: "l2sw-2n-dnv-x553-64b-base-ndr"
27112     layout: "plot-throughput-speedup-analysis"
27113
27114 -
27115   type: "plot"
27116   title: "Speedup: l2sw-2n-dnv-x553-64b-base-pdr-tsa"
27117   algorithm: "plot_throughput_speedup_analysis"
27118   output-file-type: ".html"
27119   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-base-pdr-tsa"
27120   data: "intel-dnv-vpp"
27121   filter: "'NIC_Intel-X553' and
27122            '64B' and
27123            ('BASE' or 'SCALE') and
27124            'NDRPDR' and
27125            'ETH' and
27126            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27127            not 'VHOST' and
27128            not 'MEMIF'"
27129   parameters:
27130   - "throughput"
27131   - "parent"
27132   - "tags"
27133   sort:
27134   - "L2XCBASE"
27135   - "L2BDMACLRN"
27136   - "L2PATCH"
27137   layout:
27138     title: "l2sw-2n-dnv-x553-64b-base-pdr"
27139     layout: "plot-throughput-speedup-analysis"
27140
27141 ################################################################################
27142
27143 # Packet Speedup - VPP vhost ip4 3n-hsw-x520
27144 -
27145   type: "plot"
27146   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
27147   algorithm: "plot_throughput_speedup_analysis"
27148   output-file-type: ".html"
27149   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
27150   data: "plot-throughput-speedup-analysis-3n-hsw"
27151   filter: "'NIC_Intel-X520-DA2' and
27152            '64B' and
27153            'NDRPDR' and
27154            'ETH' and
27155            'IP4FWD' and
27156            'VHOST_1024' and
27157            not 'VXLAN' and
27158            not 'DOT1Q'"
27159   parameters:
27160   - "throughput"
27161   - "parent"
27162   - "tags"
27163   sort:
27164   - "not CFS_OPT"
27165   - "1VM"
27166   - "2VM"
27167   layout:
27168     title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr"
27169     layout: "plot-throughput-speedup-analysis"
27170
27171 -
27172   type: "plot"
27173   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
27174   algorithm: "plot_throughput_speedup_analysis"
27175   output-file-type: ".html"
27176   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
27177   data: "plot-throughput-speedup-analysis-3n-hsw"
27178   filter: "'NIC_Intel-X520-DA2' and
27179            '64B' and
27180            'NDRPDR' and
27181            'ETH' and
27182            'IP4FWD' and
27183            'VHOST_1024' and
27184            not 'VXLAN' and
27185            not 'DOT1Q'"
27186   parameters:
27187   - "throughput"
27188   - "parent"
27189   - "tags"
27190   sort:
27191   - "not CFS_OPT"
27192   - "1VM"
27193   - "2VM"
27194   layout:
27195     title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr"
27196     layout: "plot-throughput-speedup-analysis"
27197
27198 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520
27199 -
27200   type: "plot"
27201   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
27202   algorithm: "plot_throughput_speedup_analysis"
27203   output-file-type: ".html"
27204   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
27205   data: "plot-throughput-speedup-analysis-3n-hsw"
27206   filter: "'NIC_Intel-X520-DA2' and
27207            '64B' and
27208            'NDRPDR' and
27209            ('ETH' or 'DOT1Q') and
27210            'VHOST_1024' and
27211            not 'VXLAN' and
27212            not 'IP4FWD' and
27213            not '2VM'"
27214   parameters:
27215   - "throughput"
27216   - "parent"
27217   - "tags"
27218 #  sort:
27219 #  - "VM"  # "not CFS_OPT"
27220 #  - "CFS_OPT"
27221 #  - "FIB_10K"
27222 #  - "FIB_100K"
27223 #  - "FIB_1M"
27224   layout:
27225     title: "vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr"
27226     layout: "plot-throughput-speedup-analysis"
27227
27228 -
27229   type: "plot"
27230   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
27231   algorithm: "plot_throughput_speedup_analysis"
27232   output-file-type: ".html"
27233   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
27234   data: "plot-throughput-speedup-analysis-3n-hsw"
27235   filter: "'NIC_Intel-X520-DA2' and
27236            '64B' and
27237            'NDRPDR' and
27238            ('ETH' or 'DOT1Q') and
27239            'L2BDMACLRN' and
27240            'VHOST_1024' and
27241            not 'VXLAN' and
27242            not 'IP4FWD' and
27243            not '2VM'"
27244   parameters:
27245   - "throughput"
27246   - "parent"
27247   - "tags"
27248 #  sort:
27249 #  - "VM"  # "not CFS_OPT"
27250 #  - "CFS_OPT"
27251 #  - "FIB_10K"
27252 #  - "FIB_100K"
27253 #  - "FIB_1M"
27254   layout:
27255     title: "vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr"
27256     layout: "plot-throughput-speedup-analysis"
27257
27258 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base
27259 -
27260   type: "plot"
27261   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-ndr-tsa"
27262   algorithm: "plot_throughput_speedup_analysis"
27263   output-file-type: ".html"
27264   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-ndr-tsa"
27265   data: "plot-throughput-speedup-analysis-3n-hsw"
27266   filter: "'NIC_Intel-X520-DA2' and
27267            '64B' and
27268            'NDRPDR' and
27269            ('ETH' or 'DOT1Q') and
27270            'BASE' and
27271            ('L2BDMACLRN' or 'L2XCFWD') and
27272            'VHOST_1024' and
27273            not 'VXLAN' and
27274            not 'IP4FWD' and
27275            not '2VM'"
27276   parameters:
27277   - "throughput"
27278   - "parent"
27279   - "tags"
27280 #  sort:
27281 #  - "not CFS_OPT"
27282 #  - "L2XCFWD"
27283 #  - "not CFS_OPT"
27284 #  - "CFS_OPT"
27285   layout:
27286     title: "vhost-l2sw-3n-hsw-x520-64b-base-ndr"
27287     layout: "plot-throughput-speedup-analysis"
27288
27289 -
27290   type: "plot"
27291   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-pdr-tsa"
27292   algorithm: "plot_throughput_speedup_analysis"
27293   output-file-type: ".html"
27294   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-pdr-tsa"
27295   data: "plot-throughput-speedup-analysis-3n-hsw"
27296   filter: "'NIC_Intel-X520-DA2' and
27297            '64B' and
27298            'NDRPDR' and
27299            ('ETH' or 'DOT1Q') and
27300            'BASE' and
27301            ('L2BDMACLRN' or 'L2XCFWD') and
27302            'VHOST_1024' and
27303            not 'VXLAN' and
27304            not 'IP4FWD' and
27305            not '2VM'"
27306   parameters:
27307   - "throughput"
27308   - "parent"
27309   - "tags"
27310 #  sort:
27311 #  - "not CFS_OPT"
27312 #  - "L2XCFWD"
27313 #  - "not CFS_OPT"
27314 #  - "CFS_OPT"
27315   layout:
27316     title: "vhost-l2sw-3n-hsw-x520-64b-base-pdr"
27317     layout: "plot-throughput-speedup-analysis"
27318
27319 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base vm
27320 -
27321   type: "plot"
27322   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
27323   algorithm: "plot_throughput_speedup_analysis"
27324   output-file-type: ".html"
27325   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
27326   data: "plot-throughput-speedup-analysis-3n-hsw"
27327   filter: "'NIC_Intel-X520-DA2' and
27328            '64B' and
27329            'NDRPDR' and
27330            ('ETH' or 'DOT1Q') and
27331            ('L2BDMACLRN' or 'L2XCFWD') and
27332            'VHOST_1024' and
27333            not 'CFS_OPT' and
27334            not 'VXLAN' and
27335            not 'IP4FWD' and
27336            not 'LBOND'"
27337   parameters:
27338   - "throughput"
27339   - "parent"
27340   - "tags"
27341 #  sort:
27342 #  - "1VM"
27343 #  - "L2XCFWD"
27344 #  - "1VM"
27345 #  - "L2BDMACLRN"
27346   layout:
27347     title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr"
27348     layout: "plot-throughput-speedup-analysis"
27349
27350 -
27351   type: "plot"
27352   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
27353   algorithm: "plot_throughput_speedup_analysis"
27354   output-file-type: ".html"
27355   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
27356   data: "plot-throughput-speedup-analysis-3n-hsw"
27357   filter: "'NIC_Intel-X520-DA2' and
27358            '64B' and
27359            'NDRPDR' and
27360            ('ETH' or 'DOT1Q') and
27361            ('L2BDMACLRN' or 'L2XCFWD') and
27362            'VHOST_1024' and
27363            not 'CFS_OPT' and
27364            not 'VXLAN' and
27365            not 'IP4FWD' and
27366            not 'LBOND'"
27367   parameters:
27368   - "throughput"
27369   - "parent"
27370   - "tags"
27371 #  sort:
27372 #  - "1VM"
27373 #  - "L2XCFWD"
27374 #  - "1VM"
27375 #  - "L2BDMACLRN"
27376   layout:
27377     title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr"
27378     layout: "plot-throughput-speedup-analysis"
27379
27380 # Packet Speedup - VPP vhost ip4 3n-hsw-x710
27381 -
27382   type: "plot"
27383   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
27384   algorithm: "plot_throughput_speedup_analysis"
27385   output-file-type: ".html"
27386   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
27387   data: "plot-throughput-speedup-analysis-3n-hsw"
27388   filter: "'NIC_Intel-X710' and
27389            '64B' and
27390            'NDRPDR' and
27391            'ETH' and
27392            'IP4FWD' and
27393            'VHOST_1024' and
27394            not 'VXLAN' and
27395            not 'DOT1Q'"
27396   parameters:
27397   - "throughput"
27398   - "parent"
27399   - "tags"
27400   sort:
27401   - "not CFS_OPT"
27402   - "1VM"
27403   - "2VM"
27404   layout:
27405     title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr"
27406     layout: "plot-throughput-speedup-analysis"
27407
27408 -
27409   type: "plot"
27410   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
27411   algorithm: "plot_throughput_speedup_analysis"
27412   output-file-type: ".html"
27413   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
27414   data: "plot-throughput-speedup-analysis-3n-hsw"
27415   filter: "'NIC_Intel-X710' and
27416            '64B' and
27417            'NDRPDR' and
27418            'ETH' and
27419            'IP4FWD' and
27420            'VHOST_1024' and
27421            not 'VXLAN' and
27422            not 'DOT1Q'"
27423   parameters:
27424   - "throughput"
27425   - "parent"
27426   - "tags"
27427   sort:
27428   - "not CFS_OPT"
27429   - "1VM"
27430   - "2VM"
27431   layout:
27432     title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr"
27433     layout: "plot-throughput-speedup-analysis"
27434
27435 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710
27436 -
27437   type: "plot"
27438   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
27439   algorithm: "plot_throughput_speedup_analysis"
27440   output-file-type: ".html"
27441   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
27442   data: "plot-throughput-speedup-analysis-3n-hsw"
27443   filter: "'NIC_Intel-X710' and
27444            '64B' and
27445            'NDRPDR' and
27446            ('ETH' or 'DOT1Q') and
27447            'L2BDMACLRN' and
27448            'VHOST_1024' and
27449            not 'VXLAN' and
27450            not 'IP4FWD' and
27451            not '2VM'"
27452   parameters:
27453   - "throughput"
27454   - "parent"
27455   - "tags"
27456 #  sort:
27457 #  - "VM"  # "not CFS_OPT"
27458 #  - "CFS_OPT"
27459 #  - "FIB_10K"
27460 #  - "FIB_100K"
27461 #  - "FIB_1M"
27462   layout:
27463     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr"
27464     layout: "plot-throughput-speedup-analysis"
27465
27466 -
27467   type: "plot"
27468   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
27469   algorithm: "plot_throughput_speedup_analysis"
27470   output-file-type: ".html"
27471   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
27472   data: "plot-throughput-speedup-analysis-3n-hsw"
27473   filter: "'NIC_Intel-X710' and
27474            '64B' and
27475            'NDRPDR' and
27476            ('ETH' or 'DOT1Q') and
27477            'L2BDMACLRN' and
27478            'VHOST_1024' and
27479            not 'VXLAN' and
27480            not 'IP4FWD' and
27481            not '2VM'"
27482   parameters:
27483   - "throughput"
27484   - "parent"
27485   - "tags"
27486 #  sort:
27487 #  - "VM"  # "not CFS_OPT"
27488 #  - "CFS_OPT"
27489 #  - "FIB_10K"
27490 #  - "FIB_100K"
27491 #  - "FIB_1M"
27492   layout:
27493     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr"
27494     layout: "plot-throughput-speedup-analysis"
27495
27496 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base
27497 -
27498   type: "plot"
27499   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-ndr-tsa"
27500   algorithm: "plot_throughput_speedup_analysis"
27501   output-file-type: ".html"
27502   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-ndr-tsa"
27503   data: "plot-throughput-speedup-analysis-3n-hsw"
27504   filter: "'NIC_Intel-X710' and
27505            '64B' and
27506            'NDRPDR' and
27507            ('ETH' or 'DOT1Q') and
27508            'BASE' and
27509            ('L2BDMACLRN' or 'L2XCFWD') and
27510            'VHOST_1024' and
27511            not 'VXLAN' and
27512            not 'IP4FWD' and
27513            not '2VM'"
27514   parameters:
27515   - "throughput"
27516   - "parent"
27517   - "tags"
27518 #  sort:
27519 #  - "not CFS_OPT"
27520 #  - "L2XCFWD"
27521 #  - "not CFS_OPT"
27522 #  - "CFS_OPT"
27523   layout:
27524     title: "vhost-l2sw-3n-hsw-x710-64b-base-ndr"
27525     layout: "plot-throughput-speedup-analysis"
27526
27527 -
27528   type: "plot"
27529   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-pdr-tsa"
27530   algorithm: "plot_throughput_speedup_analysis"
27531   output-file-type: ".html"
27532   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-pdr-tsa"
27533   data: "plot-throughput-speedup-analysis-3n-hsw"
27534   filter: "'NIC_Intel-X710' and
27535            '64B' and
27536            'NDRPDR' and
27537            ('ETH' or 'DOT1Q') and
27538            'BASE' and
27539            ('L2BDMACLRN' or 'L2XCFWD') and
27540            'VHOST_1024' and
27541            not 'VXLAN' and
27542            not 'IP4FWD' and
27543            not '2VM'"
27544   parameters:
27545   - "throughput"
27546   - "parent"
27547   - "tags"
27548 #  sort:
27549 #  - "not CFS_OPT"
27550 #  - "L2XCFWD"
27551 #  - "not CFS_OPT"
27552 #  - "CFS_OPT"
27553   layout:
27554     title: "vhost-l2sw-3n-hsw-x710-64b-base-pdr"
27555     layout: "plot-throughput-speedup-analysis"
27556
27557 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base vm
27558 -
27559   type: "plot"
27560   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-vm-ndr-tsa"
27561   algorithm: "plot_throughput_speedup_analysis"
27562   output-file-type: ".html"
27563   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-vm-ndr-tsa"
27564   data: "plot-throughput-speedup-analysis-3n-hsw"
27565   filter: "'NIC_Intel-X710' and
27566            '64B' and
27567            'NDRPDR' and
27568            ('ETH' or 'DOT1Q') and
27569            ('L2BDMACLRN' or 'L2XCFWD') and
27570            'VHOST_1024' and
27571            not 'CFS_OPT' and
27572            not 'VXLAN' and
27573            not 'IP4FWD' and
27574            not 'LBOND'"
27575   parameters:
27576   - "throughput"
27577   - "parent"
27578   - "tags"
27579 #  sort:
27580 #  - "1VM"
27581 #  - "L2XCFWD"
27582 #  - "1VM"
27583 #  - "L2BDMACLRN"
27584   layout:
27585     title: "vhost-l2sw-3n-hsw-x710-64b-base-vm-ndr"
27586     layout: "plot-throughput-speedup-analysis"
27587
27588 -
27589   type: "plot"
27590   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-vm-pdr-tsa"
27591   algorithm: "plot_throughput_speedup_analysis"
27592   output-file-type: ".html"
27593   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-vm-pdr-tsa"
27594   data: "plot-throughput-speedup-analysis-3n-hsw"
27595   filter: "'NIC_Intel-X710' and
27596            '64B' and
27597            'NDRPDR' and
27598            ('ETH' or 'DOT1Q') and
27599            ('L2BDMACLRN' or 'L2XCFWD') and
27600            'VHOST_1024' and
27601            not 'CFS_OPT' and
27602            not 'VXLAN' and
27603            not 'IP4FWD' and
27604            not 'LBOND'"
27605   parameters:
27606   - "throughput"
27607   - "parent"
27608   - "tags"
27609 #  sort:
27610 #  - "1VM"
27611 #  - "L2XCFWD"
27612 #  - "1VM"
27613 #  - "L2BDMACLRN"
27614   layout:
27615     title: "vhost-l2sw-3n-hsw-x710-64b-base-vm-pdr"
27616     layout: "plot-throughput-speedup-analysis"
27617
27618 # Packet Speedup - VPP vhost ip4 3n-hsw-xl710
27619 -
27620   type: "plot"
27621   title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
27622   algorithm: "plot_throughput_speedup_analysis"
27623   output-file-type: ".html"
27624   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
27625   data: "plot-throughput-speedup-analysis-3n-hsw"
27626   filter: "'NIC_Intel-XL710' and
27627            '64B' and
27628            'NDRPDR' and
27629            'ETH' and
27630            'IP4FWD' and
27631            'VHOST_1024' and
27632            not 'VXLAN' and
27633            not 'DOT1Q'"
27634   parameters:
27635   - "throughput"
27636   - "parent"
27637   - "tags"
27638   sort:
27639   - "not CFS_OPT"
27640   - "1VM"
27641   - "2VM"
27642   layout:
27643     title: "vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr"
27644     layout: "plot-throughput-speedup-analysis"
27645
27646 -
27647   type: "plot"
27648   title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
27649   algorithm: "plot_throughput_speedup_analysis"
27650   output-file-type: ".html"
27651   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
27652   data: "plot-throughput-speedup-analysis-3n-hsw"
27653   filter: "'NIC_Intel-XL710' and
27654            '64B' and
27655            'NDRPDR' and
27656            'ETH' and
27657            'IP4FWD' and
27658            'VHOST_1024' and
27659            not 'VXLAN' and
27660            not 'DOT1Q'"
27661   parameters:
27662   - "throughput"
27663   - "parent"
27664   - "tags"
27665   sort:
27666   - "not CFS_OPT"
27667   - "1VM"
27668   - "2VM"
27669   layout:
27670     title: "vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr"
27671     layout: "plot-throughput-speedup-analysis"
27672
27673 # Packet Speedup - VPP vhost l2sw 3n-hsw-xl710
27674 -
27675   type: "plot"
27676   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
27677   algorithm: "plot_throughput_speedup_analysis"
27678   output-file-type: ".html"
27679   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
27680   data: "plot-throughput-speedup-analysis-3n-hsw"
27681   filter: "'NIC_Intel-XL710' and
27682            '64B' and
27683            'NDRPDR' and
27684            ('ETH' or 'DOT1Q') and
27685            'L2BDMACLRN' and
27686            'VHOST_1024' and
27687            not 'VXLAN' and
27688            not 'IP4FWD' and
27689            not '2VM'"
27690   parameters:
27691   - "throughput"
27692   - "parent"
27693   - "tags"
27694 #  sort:
27695 #  - "VM"  # "not CFS_OPT"
27696 #  - "CFS_OPT"
27697 #  - "FIB_10K"
27698 #  - "FIB_100K"
27699 #  - "FIB_1M"
27700   layout:
27701     title: "vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr"
27702     layout: "plot-throughput-speedup-analysis"
27703
27704 -
27705   type: "plot"
27706   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
27707   algorithm: "plot_throughput_speedup_analysis"
27708   output-file-type: ".html"
27709   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
27710   data: "plot-throughput-speedup-analysis-3n-hsw"
27711   filter: "'NIC_Intel-XL710' and
27712            '64B' and
27713            'NDRPDR' and
27714            ('ETH' or 'DOT1Q') and
27715            'L2BDMACLRN' and
27716            'VHOST_1024' and
27717            not 'VXLAN' and
27718            not 'IP4FWD' and
27719            not '2VM'"
27720   parameters:
27721   - "throughput"
27722   - "parent"
27723   - "tags"
27724 #  sort:
27725 #  - "VM"  # "not CFS_OPT"
27726 #  - "CFS_OPT"
27727 #  - "FIB_10K"
27728 #  - "FIB_100K"
27729 #  - "FIB_1M"
27730   layout:
27731     title: "vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr"
27732     layout: "plot-throughput-speedup-analysis"
27733
27734 # Packet Speedup - VPP vhost l2sw 3n-hsw-xl710 - base
27735 -
27736   type: "plot"
27737   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
27738   algorithm: "plot_throughput_speedup_analysis"
27739   output-file-type: ".html"
27740   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
27741   data: "plot-throughput-speedup-analysis-3n-hsw"
27742   filter: "'NIC_Intel-XL710' and
27743            '64B' and
27744            'NDRPDR' and
27745            ('ETH' or 'DOT1Q') and
27746            'BASE' and
27747            ('L2BDMACLRN' or 'L2XCFWD') and
27748            'VHOST_1024' and
27749            not 'VXLAN' and
27750            not 'IP4FWD' and
27751            not '2VM'"
27752   parameters:
27753   - "throughput"
27754   - "parent"
27755   - "tags"
27756 #  sort:
27757 #  - "not CFS_OPT"
27758 #  - "L2XCFWD"
27759 #  - "not CFS_OPT"
27760 #  - "CFS_OPT"
27761   layout:
27762     title: "vhost-l2sw-3n-hsw-xl710-64b-base-ndr"
27763     layout: "plot-throughput-speedup-analysis"
27764
27765 -
27766   type: "plot"
27767   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
27768   algorithm: "plot_throughput_speedup_analysis"
27769   output-file-type: ".html"
27770   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
27771   data: "plot-throughput-speedup-analysis-3n-hsw"
27772   filter: "'NIC_Intel-XL710' and
27773            '64B' and
27774            'NDRPDR' and
27775            ('ETH' or 'DOT1Q') and
27776            'BASE' and
27777            ('L2BDMACLRN' or 'L2XCFWD') and
27778            'VHOST_1024' and
27779            not 'VXLAN' and
27780            not 'IP4FWD' and
27781            not '2VM'"
27782   parameters:
27783   - "throughput"
27784   - "parent"
27785   - "tags"
27786 #  sort:
27787 #  - "not CFS_OPT"
27788 #  - "L2XCFWD"
27789 #  - "not CFS_OPT"
27790 #  - "CFS_OPT"
27791   layout:
27792     title: "vhost-l2sw-3n-hsw-xl710-64b-base-pdr"
27793     layout: "plot-throughput-speedup-analysis"
27794
27795 # Packet Speedup - VPP vhost l2sw 3n-hsw-xl710 - base vm
27796 -
27797   type: "plot"
27798   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-vm-ndr-tsa"
27799   algorithm: "plot_throughput_speedup_analysis"
27800   output-file-type: ".html"
27801   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-vm-ndr-tsa"
27802   data: "plot-throughput-speedup-analysis-3n-hsw"
27803   filter: "'NIC_Intel-XL710' and
27804            '64B' and
27805            'NDRPDR' and
27806            ('ETH' or 'DOT1Q') and
27807            ('L2BDMACLRN' or 'L2XCFWD') and
27808            'VHOST_1024' and
27809            not 'CFS_OPT' and
27810            not 'VXLAN' and
27811            not 'IP4FWD'"
27812   parameters:
27813   - "throughput"
27814   - "parent"
27815   - "tags"
27816 #  sort:
27817 #  - "1VM"
27818 #  - "L2XCFWD"
27819 #  - "1VM"
27820 #  - "L2BDMACLRN"
27821   layout:
27822     title: "vhost-l2sw-3n-hsw-xl710-64b-base-vm-ndr"
27823     layout: "plot-throughput-speedup-analysis"
27824
27825 -
27826   type: "plot"
27827   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-vm-pdr-tsa"
27828   algorithm: "plot_throughput_speedup_analysis"
27829   output-file-type: ".html"
27830   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-vm-pdr-tsa"
27831   data: "plot-throughput-speedup-analysis-3n-hsw"
27832   filter: "'NIC_Intel-XL710' and
27833            '64B' and
27834            'NDRPDR' and
27835            ('ETH' or 'DOT1Q') and
27836            ('L2BDMACLRN' or 'L2XCFWD') and
27837            'VHOST_1024' and
27838            not 'CFS_OPT' and
27839            not 'VXLAN' and
27840            not 'IP4FWD'"
27841   parameters:
27842   - "throughput"
27843   - "parent"
27844   - "tags"
27845 #  sort:
27846 #  - "1VM"
27847 #  - "L2XCFWD"
27848 #  - "1VM"
27849 #  - "L2BDMACLRN"
27850   layout:
27851     title: "vhost-l2sw-3n-hsw-xl710-64b-base-vm-pdr"
27852     layout: "plot-throughput-speedup-analysis"
27853
27854 # Packet Speedup - VPP vhost ip4 3n-skx-x710
27855 -
27856   type: "plot"
27857   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
27858   algorithm: "plot_throughput_speedup_analysis"
27859   output-file-type: ".html"
27860   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
27861   data: "plot-throughput-speedup-analysis-3n-skx"
27862   filter: "'NIC_Intel-X710' and
27863            '64B' and
27864            'NDRPDR' and
27865            'ETH' and
27866            'IP4FWD' and
27867            'VHOST_1024' and
27868            not 'VXLAN' and
27869            not 'DOT1Q'"
27870   parameters:
27871   - "throughput"
27872   - "parent"
27873   - "tags"
27874   sort:
27875   - "not CFS_OPT"
27876   - "1VM"
27877   - "2VM"
27878   layout:
27879     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr"
27880     layout: "plot-throughput-speedup-analysis"
27881
27882 -
27883   type: "plot"
27884   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
27885   algorithm: "plot_throughput_speedup_analysis"
27886   output-file-type: ".html"
27887   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
27888   data: "plot-throughput-speedup-analysis-3n-skx"
27889   filter: "'NIC_Intel-X710' and
27890            '64B' and
27891            'NDRPDR' and
27892            'ETH' and
27893            'IP4FWD' and
27894            'VHOST_1024' and
27895            not 'VXLAN' and
27896            not 'DOT1Q'"
27897   parameters:
27898   - "throughput"
27899   - "parent"
27900   - "tags"
27901   sort:
27902   - "not CFS_OPT"
27903   - "1VM"
27904   - "2VM"
27905   layout:
27906     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr"
27907     layout: "plot-throughput-speedup-analysis"
27908
27909 # Packet Speedup - VPP vhost l2sw 3n-skx-x710
27910 -
27911   type: "plot"
27912   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
27913   algorithm: "plot_throughput_speedup_analysis"
27914   output-file-type: ".html"
27915   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
27916   data: "plot-throughput-speedup-analysis-3n-skx"
27917   filter: "'NIC_Intel-X710' and
27918            '64B' and
27919            'NDRPDR' and
27920            ('ETH' or 'DOT1Q') and
27921            'L2BDMACLRN' and
27922            'VHOST_1024' and
27923            not 'VXLAN' and
27924            not 'IP4FWD' and
27925            not '2VM'"
27926   parameters:
27927   - "throughput"
27928   - "parent"
27929   - "tags"
27930 #  sort:
27931 #  - "VM"  # "not CFS_OPT"
27932 #  - "CFS_OPT"
27933 #  - "FIB_10K"
27934 #  - "FIB_100K"
27935 #  - "FIB_1M"
27936   layout:
27937     title: "vhost-l2sw-3n-skx-x710-64b-base_and_scale-ndr"
27938     layout: "plot-throughput-speedup-analysis"
27939
27940 -
27941   type: "plot"
27942   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
27943   algorithm: "plot_throughput_speedup_analysis"
27944   output-file-type: ".html"
27945   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
27946   data: "plot-throughput-speedup-analysis-3n-skx"
27947   filter: "'NIC_Intel-X710' and
27948            '64B' and
27949            'NDRPDR' and
27950            ('ETH' or 'DOT1Q') and
27951            'L2BDMACLRN' and
27952            'VHOST_1024' and
27953            not 'VXLAN' and
27954            not 'IP4FWD' and
27955            not '2VM'"
27956   parameters:
27957   - "throughput"
27958   - "parent"
27959   - "tags"
27960 #  sort:
27961 #  - "VM"  # "not CFS_OPT"
27962 #  - "CFS_OPT"
27963 #  - "FIB_10K"
27964 #  - "FIB_100K"
27965 #  - "FIB_1M"
27966   layout:
27967     title: "vhost-l2sw-3n-skx-x710-64b-base_and_scale-pdr"
27968     layout: "plot-throughput-speedup-analysis"
27969
27970 # Packet Speedup - VPP vhost l2sw 3n-skx-x710 - base
27971 -
27972   type: "plot"
27973   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-ndr-tsa"
27974   algorithm: "plot_throughput_speedup_analysis"
27975   output-file-type: ".html"
27976   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-ndr-tsa"
27977   data: "plot-throughput-speedup-analysis-3n-skx"
27978   filter: "'NIC_Intel-X710' and
27979            '64B' and
27980            'NDRPDR' and
27981            ('ETH' or 'DOT1Q') and
27982            'BASE' and
27983            ('L2BDMACLRN' or 'L2XCFWD') and
27984            'VHOST_1024' and
27985            not 'VXLAN' and
27986            not 'IP4FWD' and
27987            not '2VM' and
27988            not 'LBOND'"
27989   parameters:
27990   - "throughput"
27991   - "parent"
27992   - "tags"
27993 #  sort:
27994 #  - "not CFS_OPT"
27995 #  - "L2XCFWD"
27996 #  - "not CFS_OPT"
27997 #  - "CFS_OPT"
27998   layout:
27999     title: "vhost-l2sw-3n-skx-x710-64b-base-ndr"
28000     layout: "plot-throughput-speedup-analysis"
28001
28002 -
28003   type: "plot"
28004   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-pdr-tsa"
28005   algorithm: "plot_throughput_speedup_analysis"
28006   output-file-type: ".html"
28007   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-pdr-tsa"
28008   data: "plot-throughput-speedup-analysis-3n-skx"
28009   filter: "'NIC_Intel-X710' and
28010            '64B' and
28011            'NDRPDR' and
28012            ('ETH' or 'DOT1Q') and
28013            'BASE' and
28014            ('L2BDMACLRN' or 'L2XCFWD') and
28015            'VHOST_1024' and
28016            not 'VXLAN' and
28017            not 'IP4FWD' and
28018            not '2VM' and
28019            not 'LBOND'"
28020   parameters:
28021   - "throughput"
28022   - "parent"
28023   - "tags"
28024 #  sort:
28025 #  - "not CFS_OPT"
28026 #  - "L2XCFWD"
28027 #  - "not CFS_OPT"
28028 #  - "CFS_OPT"
28029   layout:
28030     title: "vhost-l2sw-3n-skx-x710-64b-base-pdr"
28031     layout: "plot-throughput-speedup-analysis"
28032
28033 # Packet Speedup - VPP vhost l2sw 3n-skx-x710 - base vm
28034 -
28035   type: "plot"
28036   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-vm-ndr-tsa"
28037   algorithm: "plot_throughput_speedup_analysis"
28038   output-file-type: ".html"
28039   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-vm-ndr-tsa"
28040   data: "plot-throughput-speedup-analysis-3n-skx"
28041   filter: "'NIC_Intel-X710' and
28042            '64B' and
28043            'NDRPDR' and
28044            ('ETH' or 'DOT1Q') and
28045            ('L2BDMACLRN' or 'L2XCFWD') and
28046            'VHOST_1024' and
28047            not 'CFS_OPT' and
28048            not 'VXLAN' and
28049            not 'IP4FWD' and
28050            not 'LBOND'"
28051   parameters:
28052   - "throughput"
28053   - "parent"
28054   - "tags"
28055 #  sort:
28056 #  - "1VM"
28057 #  - "L2XCFWD"
28058 #  - "1VM"
28059 #  - "L2BDMACLRN"
28060   layout:
28061     title: "vhost-l2sw-3n-skx-x710-64b-base-vm-ndr"
28062     layout: "plot-throughput-speedup-analysis"
28063
28064 -
28065   type: "plot"
28066   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-vm-pdr-tsa"
28067   algorithm: "plot_throughput_speedup_analysis"
28068   output-file-type: ".html"
28069   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-vm-pdr-tsa"
28070   data: "plot-throughput-speedup-analysis-3n-skx"
28071   filter: "'NIC_Intel-X710' and
28072            '64B' and
28073            'NDRPDR' and
28074            ('ETH' or 'DOT1Q') and
28075            ('L2BDMACLRN' or 'L2XCFWD') and
28076            'VHOST_1024' and
28077            not 'CFS_OPT' and
28078            not 'VXLAN' and
28079            not 'IP4FWD' and
28080            not 'LBOND'"
28081   parameters:
28082   - "throughput"
28083   - "parent"
28084   - "tags"
28085 #  sort:
28086 #  - "1VM"
28087 #  - "L2XCFWD"
28088 #  - "1VM"
28089 #  - "L2BDMACLRN"
28090   layout:
28091     title: "vhost-l2sw-3n-skx-x710-64b-base-vm-pdr"
28092     layout: "plot-throughput-speedup-analysis"
28093
28094 # Packet Speedup - VPP vhost ip4 2n-skx-x710
28095 -
28096   type: "plot"
28097   title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
28098   algorithm: "plot_throughput_speedup_analysis"
28099   output-file-type: ".html"
28100   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
28101   data: "plot-throughput-speedup-analysis-2n-skx"
28102   filter: "'NIC_Intel-X710' and
28103            '64B' and
28104            'NDRPDR' and
28105            'ETH' and
28106            'IP4FWD' and
28107            'VHOST_1024' and
28108            not 'VXLAN' and
28109            not 'DOT1Q'"
28110   parameters:
28111   - "throughput"
28112   - "parent"
28113   - "tags"
28114   sort:
28115   - "not CFS_OPT"
28116   - "1VM"
28117   - "2VM"
28118   layout:
28119     title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr"
28120     layout: "plot-throughput-speedup-analysis"
28121
28122 -
28123   type: "plot"
28124   title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
28125   algorithm: "plot_throughput_speedup_analysis"
28126   output-file-type: ".html"
28127   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
28128   data: "plot-throughput-speedup-analysis-2n-skx"
28129   filter: "'NIC_Intel-X710' and
28130            '64B' and
28131            'NDRPDR' and
28132            'ETH' and
28133            'IP4FWD' and
28134            'VHOST_1024' and
28135            not 'VXLAN' and
28136            not 'DOT1Q'"
28137   parameters:
28138   - "throughput"
28139   - "parent"
28140   - "tags"
28141   sort:
28142   - "not CFS_OPT"
28143   - "1VM"
28144   - "2VM"
28145   layout:
28146     title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr"
28147     layout: "plot-throughput-speedup-analysis"
28148
28149 # Packet Speedup - VPP vhost l2sw 2n-skx-x710
28150 -
28151   type: "plot"
28152   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
28153   algorithm: "plot_throughput_speedup_analysis"
28154   output-file-type: ".html"
28155   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
28156   data: "plot-throughput-speedup-analysis-2n-skx"
28157   filter: "'NIC_Intel-X710' and
28158            '64B' and
28159            'NDRPDR' and
28160            ('ETH' or 'DOT1Q') and
28161            'L2BDMACLRN' and
28162            'VHOST_1024' and
28163            not 'VXLAN' and
28164            not 'IP4FWD' and
28165            not '2VM'"
28166   parameters:
28167   - "throughput"
28168   - "parent"
28169   - "tags"
28170 #  sort:
28171 #  - "VM"  # "not CFS_OPT"
28172 #  - "CFS_OPT"
28173 #  - "FIB_10K"
28174 #  - "FIB_100K"
28175 #  - "FIB_1M"
28176   layout:
28177     title: "vhost-l2sw-2n-skx-x710-64b-base_and_scale-ndr"
28178     layout: "plot-throughput-speedup-analysis"
28179
28180 -
28181   type: "plot"
28182   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
28183   algorithm: "plot_throughput_speedup_analysis"
28184   output-file-type: ".html"
28185   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
28186   data: "plot-throughput-speedup-analysis-2n-skx"
28187   filter: "'NIC_Intel-X710' and
28188            '64B' and
28189            'NDRPDR' and
28190            ('ETH' or 'DOT1Q') and
28191            'L2BDMACLRN' and
28192            'VHOST_1024' and
28193            not 'VXLAN' and
28194            not 'IP4FWD' and
28195            not '2VM'"
28196   parameters:
28197   - "throughput"
28198   - "parent"
28199   - "tags"
28200 #  sort:
28201 #  - "VM"  # "not CFS_OPT"
28202 #  - "CFS_OPT"
28203 #  - "FIB_10K"
28204 #  - "FIB_100K"
28205 #  - "FIB_1M"
28206   layout:
28207     title: "vhost-l2sw-2n-skx-x710-64b-base_and_scale-pdr"
28208     layout: "plot-throughput-speedup-analysis"
28209
28210 # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base
28211 -
28212   type: "plot"
28213   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-ndr-tsa"
28214   algorithm: "plot_throughput_speedup_analysis"
28215   output-file-type: ".html"
28216   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-ndr-tsa"
28217   data: "plot-throughput-speedup-analysis-2n-skx"
28218   filter: "'NIC_Intel-X710' and
28219            '64B' and
28220            'NDRPDR' and
28221            ('ETH' or 'DOT1Q') and
28222            'BASE' and
28223            ('L2BDMACLRN' or 'L2XCFWD') and
28224            'VHOST_1024' and
28225            not 'VXLAN' and
28226            not 'IP4FWD' and
28227            not '2VM'"
28228   parameters:
28229   - "throughput"
28230   - "parent"
28231   - "tags"
28232 #  sort:
28233 #  - "not CFS_OPT"
28234 #  - "L2XCFWD"
28235 #  - "not CFS_OPT"
28236 #  - "CFS_OPT"
28237   layout:
28238     title: "vhost-l2sw-2n-skx-x710-64b-base-ndr"
28239     layout: "plot-throughput-speedup-analysis"
28240
28241 -
28242   type: "plot"
28243   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-pdr-tsa"
28244   algorithm: "plot_throughput_speedup_analysis"
28245   output-file-type: ".html"
28246   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-pdr-tsa"
28247   data: "plot-throughput-speedup-analysis-2n-skx"
28248   filter: "'NIC_Intel-X710' and
28249            '64B' and
28250            'NDRPDR' and
28251            ('ETH' or 'DOT1Q') and
28252            'BASE' and
28253            ('L2BDMACLRN' or 'L2XCFWD') and
28254            'VHOST_1024' and
28255            not 'VXLAN' and
28256            not 'IP4FWD' and
28257            not '2VM'"
28258   parameters:
28259   - "throughput"
28260   - "parent"
28261   - "tags"
28262 #  sort:
28263 #  - "not CFS_OPT"
28264 #  - "L2XCFWD"
28265 #  - "not CFS_OPT"
28266 #  - "CFS_OPT"
28267   layout:
28268     title: "vhost-l2sw-2n-skx-x710-64b-base-pdr"
28269     layout: "plot-throughput-speedup-analysis"
28270
28271 # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base vm
28272 -
28273   type: "plot"
28274   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
28275   algorithm: "plot_throughput_speedup_analysis"
28276   output-file-type: ".html"
28277   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
28278   data: "plot-throughput-speedup-analysis-2n-skx"
28279   filter: "'NIC_Intel-X710' and
28280            '64B' and
28281            'NDRPDR' and
28282            ('ETH' or 'DOT1Q') and
28283            ('L2BDMACLRN' or 'L2XCFWD') and
28284            'VHOST_1024' and
28285            not 'CFS_OPT' and
28286            not 'VXLAN' and
28287            not 'IP4FWD'"
28288   parameters:
28289   - "throughput"
28290   - "parent"
28291   - "tags"
28292 #  sort:
28293 #  - "1VM"
28294 #  - "L2XCFWD"
28295 #  - "1VM"
28296 #  - "L2BDMACLRN"
28297   layout:
28298     title: "vhost-l2sw-2n-skx-x710-64b-base-vm-ndr"
28299     layout: "plot-throughput-speedup-analysis"
28300
28301 -
28302   type: "plot"
28303   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
28304   algorithm: "plot_throughput_speedup_analysis"
28305   output-file-type: ".html"
28306   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
28307   data: "plot-throughput-speedup-analysis-2n-skx"
28308   filter: "'NIC_Intel-X710' and
28309            '64B' and
28310            'NDRPDR' and
28311            ('ETH' or 'DOT1Q') and
28312            ('L2BDMACLRN' or 'L2XCFWD') and
28313            'VHOST_1024' and
28314            not 'CFS_OPT' and
28315            not 'VXLAN' and
28316            not 'IP4FWD'"
28317   parameters:
28318   - "throughput"
28319   - "parent"
28320   - "tags"
28321 #  sort:
28322 #  - "1VM"
28323 #  - "L2XCFWD"
28324 #  - "1VM"
28325 #  - "L2BDMACLRN"
28326   layout:
28327     title: "vhost-l2sw-2n-skx-x710-64b-base-vm-pdr"
28328     layout: "plot-throughput-speedup-analysis"
28329
28330 # Packet Speedup - VPP vhost ip4 2n-skx-xxv710
28331 -
28332   type: "plot"
28333   title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
28334   algorithm: "plot_throughput_speedup_analysis"
28335   output-file-type: ".html"
28336   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
28337   data: "plot-throughput-speedup-analysis-2n-skx"
28338   filter: "'NIC_Intel-XXV710' and
28339            '64B' and
28340            'NDRPDR' and
28341            'ETH' and
28342            'IP4FWD' and
28343            'VHOST_1024' and
28344            not 'VXLAN' and
28345            not 'DOT1Q'"
28346   parameters:
28347   - "throughput"
28348   - "parent"
28349   - "tags"
28350   sort:
28351   - "not CFS_OPT"
28352   - "1VM"
28353   - "2VM"
28354   layout:
28355     title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
28356     layout: "plot-throughput-speedup-analysis"
28357
28358 -
28359   type: "plot"
28360   title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
28361   algorithm: "plot_throughput_speedup_analysis"
28362   output-file-type: ".html"
28363   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
28364   data: "plot-throughput-speedup-analysis-2n-skx"
28365   filter: "'NIC_Intel-XXV710' and
28366            '64B' and
28367            'NDRPDR' and
28368            'ETH' and
28369            'IP4FWD' and
28370            'VHOST_1024' and
28371            not 'VXLAN' and
28372            not 'DOT1Q'"
28373   parameters:
28374   - "throughput"
28375   - "parent"
28376   - "tags"
28377   sort:
28378   - "not CFS_OPT"
28379   - "1VM"
28380   - "2VM"
28381   layout:
28382     title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
28383     layout: "plot-throughput-speedup-analysis"
28384
28385 # Packet Speedup - VPP vhost l2sw 2n-skx-xxv710
28386 -
28387   type: "plot"
28388   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
28389   algorithm: "plot_throughput_speedup_analysis"
28390   output-file-type: ".html"
28391   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
28392   data: "plot-throughput-speedup-analysis-2n-skx"
28393   filter: "'NIC_Intel-XXV710' and
28394            '64B' and
28395            'NDRPDR' and
28396            ('ETH' or 'DOT1Q') and
28397            'L2BDMACLRN' and
28398            'VHOST_1024' and
28399            not 'VXLAN' and
28400            not 'IP4FWD' and
28401            not '2VM'"
28402   parameters:
28403   - "throughput"
28404   - "parent"
28405   - "tags"
28406 #  sort:
28407 #  - "VM"  # "not CFS_OPT"
28408 #  - "CFS_OPT"
28409 #  - "FIB_10K"
28410 #  - "FIB_100K"
28411 #  - "FIB_1M"
28412   layout:
28413     title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-ndr"
28414     layout: "plot-throughput-speedup-analysis"
28415
28416 -
28417   type: "plot"
28418   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
28419   algorithm: "plot_throughput_speedup_analysis"
28420   output-file-type: ".html"
28421   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
28422   data: "plot-throughput-speedup-analysis-2n-skx"
28423   filter: "'NIC_Intel-XXV710' and
28424            '64B' and
28425            'NDRPDR' and
28426            ('ETH' or 'DOT1Q') and
28427            'L2BDMACLRN' and
28428            'VHOST_1024' and
28429            not 'VXLAN' and
28430            not 'IP4FWD' and
28431            not '2VM'"
28432   parameters:
28433   - "throughput"
28434   - "parent"
28435   - "tags"
28436 #  sort:
28437 #  - "VM"  # "not CFS_OPT"
28438 #  - "CFS_OPT"
28439 #  - "FIB_10K"
28440 #  - "FIB_100K"
28441 #  - "FIB_1M"
28442   layout:
28443     title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-pdr"
28444     layout: "plot-throughput-speedup-analysis"
28445
28446 # Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base
28447 -
28448   type: "plot"
28449   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-ndr-tsa"
28450   algorithm: "plot_throughput_speedup_analysis"
28451   output-file-type: ".html"
28452   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-ndr-tsa"
28453   data: "plot-throughput-speedup-analysis-2n-skx"
28454   filter: "'NIC_Intel-XXV710' and
28455            '64B' and
28456            'NDRPDR' and
28457            ('ETH' or 'DOT1Q') and
28458            'BASE' and
28459            ('L2BDMACLRN' or 'L2XCFWD') and
28460            'VHOST_1024' and
28461            not 'VXLAN' and
28462            not 'IP4FWD' and
28463            not '2VM'"
28464   parameters:
28465   - "throughput"
28466   - "parent"
28467   - "tags"
28468 #  sort:
28469 #  - "not CFS_OPT"
28470 #  - "L2XCFWD"
28471 #  - "not CFS_OPT"
28472 #  - "CFS_OPT"
28473   layout:
28474     title: "vhost-l2sw-2n-skx-xxv710-64b-base-ndr"
28475     layout: "plot-throughput-speedup-analysis"
28476
28477 -
28478   type: "plot"
28479   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-pdr-tsa"
28480   algorithm: "plot_throughput_speedup_analysis"
28481   output-file-type: ".html"
28482   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-pdr-tsa"
28483   data: "plot-throughput-speedup-analysis-2n-skx"
28484   filter: "'NIC_Intel-XXV710' and
28485            '64B' and
28486            'NDRPDR' and
28487            ('ETH' or 'DOT1Q') and
28488            'BASE' and
28489            ('L2BDMACLRN' or 'L2XCFWD') and
28490            'VHOST_1024' and
28491            not 'VXLAN' and
28492            not 'IP4FWD' and
28493            not '2VM'"
28494   parameters:
28495   - "throughput"
28496   - "parent"
28497   - "tags"
28498 #  sort:
28499 #  - "not CFS_OPT"
28500 #  - "L2XCFWD"
28501 #  - "not CFS_OPT"
28502 #  - "CFS_OPT"
28503   layout:
28504     title: "vhost-l2sw-2n-skx-xxv710-64b-base-pdr"
28505     layout: "plot-throughput-speedup-analysis"
28506
28507 # Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base vm
28508 -
28509   type: "plot"
28510   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
28511   algorithm: "plot_throughput_speedup_analysis"
28512   output-file-type: ".html"
28513   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
28514   data: "plot-throughput-speedup-analysis-2n-skx"
28515   filter: "'NIC_Intel-XXV710' and
28516            '64B' and
28517            'NDRPDR' and
28518            ('ETH' or 'DOT1Q') and
28519            ('L2BDMACLRN' or 'L2XCFWD') and
28520            'VHOST_1024' and
28521            not 'CFS_OPT' and
28522            not 'VXLAN' and
28523            not 'IP4FWD'"
28524   parameters:
28525   - "throughput"
28526   - "parent"
28527   - "tags"
28528 #  sort:
28529 #  - "1VM"
28530 #  - "L2XCFWD"
28531 #  - "1VM"
28532 #  - "L2BDMACLRN"
28533   layout:
28534     title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr"
28535     layout: "plot-throughput-speedup-analysis"
28536
28537 -
28538   type: "plot"
28539   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
28540   algorithm: "plot_throughput_speedup_analysis"
28541   output-file-type: ".html"
28542   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
28543   data: "plot-throughput-speedup-analysis-2n-skx"
28544   filter: "'NIC_Intel-XXV710' and
28545            '64B' and
28546            'NDRPDR' and
28547            ('ETH' or 'DOT1Q') and
28548            ('L2BDMACLRN' or 'L2XCFWD') and
28549            'VHOST_1024' and
28550            not 'CFS_OPT' and
28551            not 'VXLAN' and
28552            not 'IP4FWD'"
28553   parameters:
28554   - "throughput"
28555   - "parent"
28556   - "tags"
28557 #  sort:
28558 #  - "1VM"
28559 #  - "L2XCFWD"
28560 #  - "1VM"
28561 #  - "L2BDMACLRN"
28562   layout:
28563     title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr"
28564     layout: "plot-throughput-speedup-analysis"
28565
28566 ################################################################################
28567
28568 # Speedup - VPP vts 3n-hsw-x520
28569 -
28570   type: "plot"
28571   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
28572   algorithm: "plot_throughput_speedup_analysis"
28573   output-file-type: ".html"
28574   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
28575   data: "plot-throughput-speedup-analysis-3n-hsw"
28576   filter: "'NIC_Intel-X520-DA2' and
28577            '114B' and
28578            'NDRPDR' and
28579            'VTS'"
28580   parameters:
28581   - "throughput"
28582   - "parent"
28583   - "tags"
28584   layout:
28585     title: "vts-3n-hsw-x520-114b-base_and_scale-ndr"
28586     layout: "plot-throughput-speedup-analysis"
28587
28588 -
28589   type: "plot"
28590   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
28591   algorithm: "plot_throughput_speedup_analysis"
28592   output-file-type: ".html"
28593   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
28594   data: "plot-throughput-speedup-analysis-3n-hsw"
28595   filter: "'NIC_Intel-X520-DA2' and
28596            '114B' and
28597            'NDRPDR' and
28598            'VTS'"
28599   parameters:
28600   - "throughput"
28601   - "parent"
28602   - "tags"
28603   layout:
28604     title: "vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
28605     layout: "plot-throughput-speedup-analysis"